JezK
Edit File: sc-wordpress-user-edit.js
import{proxyCustomElement,HTMLElement,h}from"@stencil/core/internal/client";import"./fetch.js";import{d as defineCustomElement$e}from"./sc-alert2.js";import{d as defineCustomElement$d}from"./sc-block-ui2.js";import{d as defineCustomElement$c}from"./sc-button2.js";import{d as defineCustomElement$b}from"./sc-card2.js";import{d as defineCustomElement$a}from"./sc-column2.js";import{d as defineCustomElement$9}from"./sc-columns2.js";import{d as defineCustomElement$8}from"./sc-dashboard-module2.js";import{d as defineCustomElement$7}from"./sc-form2.js";import{d as defineCustomElement$6}from"./sc-form-control2.js";import{d as defineCustomElement$5}from"./sc-icon2.js";import{d as defineCustomElement$4}from"./sc-input2.js";import{d as defineCustomElement$3}from"./sc-spinner2.js";import{d as defineCustomElement$2}from"./sc-visually-hidden2.js";import{a as apiFetch}from"./index4.js";const scWordpressUserEditCss=":host{display:block;position:relative}.customer-details{display:grid;gap:0.75em}",ScWordpressUserEditStyle0=scWordpressUserEditCss,ScWordPressUserEdit=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.heading=void 0,this.successUrl=void 0,this.user=void 0,this.loading=void 0,this.error=void 0}renderEmpty(){return h("slot",{name:"empty"},wp.i18n.__("User not found.","surecart"))}async handleSubmit(e){this.loading=!0;try{const{email:s,first_name:t,last_name:c,name:n}=await e.target.getFormJson();await apiFetch({path:"wp/v2/users/me",method:"PATCH",data:{first_name:t,last_name:c,email:s,name:n}}),this.successUrl?window.location.assign(this.successUrl):this.loading=!1}catch(e){this.error=(null==e?void 0:e.message)||wp.i18n.__("Something went wrong","surecart"),this.loading=!1}}render(){var e,s,t,c;return h("sc-dashboard-module",{key:"63b10a42189403935ed2d149f6432b7c215b5411",class:"account-details",error:this.error},h("span",{key:"0a2f72f909d54fafafb40db7e07ab8c1d8e9f642",slot:"heading"},this.heading||wp.i18n.__("Account Details","surecart")," "),h("sc-card",{key:"43a45982cf08116e2a46be04b0d210719e467200"},h("sc-form",{key:"80cc9132b372b9a3523b13a506040061e9d59a7c",onScFormSubmit:e=>this.handleSubmit(e)},h("sc-input",{key:"0ffee3c9051bae7d5693c315a829132f273c752b",label:wp.i18n.__("Account Email","surecart"),name:"email",value:null===(e=this.user)||void 0===e?void 0:e.email,required:!0}),h("sc-columns",{key:"807cdcf2de0971480f39d59b97aef3f06a35500e",style:{"--sc-column-spacing":"var(--sc-spacing-medium)"}},h("sc-column",{key:"598ff340ee9c3b4a8a08519e2c1604f1b8fd34d7"},h("sc-input",{key:"846b10eb01fed727e6640b1759bdd0e41866d555",label:wp.i18n.__("First Name","surecart"),name:"first_name",value:null===(s=this.user)||void 0===s?void 0:s.first_name})),h("sc-column",{key:"de088f871fd1dab740212dffa36207a033b564b8"},h("sc-input",{key:"19783e82994bd63868e6881c09ac3a18490193d2",label:wp.i18n.__("Last Name","surecart"),name:"last_name",value:null===(t=this.user)||void 0===t?void 0:t.last_name}))),h("sc-input",{key:"6816098890f6ffae8a32f1c330cf7446b15da828",label:wp.i18n.__("Display Name","surecart"),name:"name",value:null===(c=this.user)||void 0===c?void 0:c.display_name}),h("div",{key:"4fccddd3a12d41cdaa6d407dee0fbc109a4c62eb"},h("sc-button",{key:"4bd7fea0b6fb5cd1a3ba7eb3760ee1fe48051fee",type:"primary",full:!0,submit:!0},wp.i18n.__("Save","surecart"))))),this.loading&&h("sc-block-ui",{key:"643c26d7c3e844769fcbf992cf4d37ba769ff4e3",spinner:!0}))}static get style(){return ScWordpressUserEditStyle0}},[1,"sc-wordpress-user-edit",{heading:[1],successUrl:[1,"success-url"],user:[16],loading:[32],error:[32]}]);function defineCustomElement$1(){"undefined"!=typeof customElements&&["sc-wordpress-user-edit","sc-alert","sc-block-ui","sc-button","sc-card","sc-column","sc-columns","sc-dashboard-module","sc-form","sc-form-control","sc-icon","sc-input","sc-spinner","sc-visually-hidden"].forEach((e=>{switch(e){case"sc-wordpress-user-edit":customElements.get(e)||customElements.define(e,ScWordPressUserEdit);break;case"sc-alert":customElements.get(e)||defineCustomElement$e();break;case"sc-block-ui":customElements.get(e)||defineCustomElement$d();break;case"sc-button":customElements.get(e)||defineCustomElement$c();break;case"sc-card":customElements.get(e)||defineCustomElement$b();break;case"sc-column":customElements.get(e)||defineCustomElement$a();break;case"sc-columns":customElements.get(e)||defineCustomElement$9();break;case"sc-dashboard-module":customElements.get(e)||defineCustomElement$8();break;case"sc-form":customElements.get(e)||defineCustomElement$7();break;case"sc-form-control":customElements.get(e)||defineCustomElement$6();break;case"sc-icon":customElements.get(e)||defineCustomElement$5();break;case"sc-input":customElements.get(e)||defineCustomElement$4();break;case"sc-spinner":customElements.get(e)||defineCustomElement$3();break;case"sc-visually-hidden":customElements.get(e)||defineCustomElement$2()}}))}const ScWordpressUserEdit=ScWordPressUserEdit,defineCustomElement=defineCustomElement$1;export{ScWordpressUserEdit,defineCustomElement};