@descope/user-profile-widget 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @descope/user-profile-widget v0.14.
|
|
3
|
+
* @descope/user-profile-widget v0.14.1
|
|
4
4
|
*/
|
|
5
|
-
"use strict";var e=require("tslib"),t=require("@descope/sdk-helpers"),i=require("@descope/sdk-mixins"),s=require("@descope/sdk-component-drivers"),l=require("@reduxjs/toolkit"),a=require("@descope/web-js-sdk"),o=require("reselect");function r(e){return new URLSearchParams(window.location.search).get(e)}require("@descope/core-js-sdk"),require("@descope/web-component");const n=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},d=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),c=l.createAsyncThunk("users/me",((e,{extra:{api:t}})=>t.user.me())),h=n(c)({onFulfilled:(e,t)=>{e.me.data=t.payload}},d((e=>e.me))),v={action:c,reducer:h},u=l.createAsyncThunk("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),_=n(u)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},d((e=>e.devices))),f={action:u,reducer:_},g=l.createAsyncThunk("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),w=n(g)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},d((e=>e.passkeys))),p={action:g,reducer:w},F=l.createAsyncThunk("users/logout",((e,{extra:{api:t}})=>t.user.logout())),m={action:F,reducer:n(F)({})},P=e=>{if(!e)return null;const i=t.decodeJWT(e);return(null==i?void 0:i.dct)||null},M=e=>e.me.data,G=o.createSelector(M,(e=>e.userId)),y=o.createSelector(M,(e=>e.picture)),k=o.createSelector(M,(e=>e.email)),S=o.createSelector(M,(e=>e.verifiedEmail)),x=o.createSelector(M,(e=>e.name)),b=o.createSelector(M,(e=>e.phone)),C=o.createSelector(M,(e=>e.verifiedPhone)),R=o.createSelector(k,S,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),W=o.createSelector(b,C,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),I=o.createSelector(M,(e=>e.webauthn));o.createSelector(M,(e=>e.password));const T=o.createSelector(M,(e=>e.TOTP)),A=o.createSelector(M,(e=>e.customAttributes)),D=o.createSelector(M,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),U=o.createSelector((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:i,lastLoginTime:s,isCurrentDevice:l})=>({id:e,name:t,deviceType:i,lastLoginDate:1e3*parseInt(s,10),isCurrent:l}))))),L=o.createSelector((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:i,createdTime:s})=>({id:e,name:t,passkeyType:i,createdAt:1e3*s}))))),E=e=>e.notifications,j=o.createSelector(M,(e=>e.userTenants||[])),q=e=>e.tenant.currentTenantId,O=l.createAsyncThunk("tenant/select",((t,i)=>e.__awaiter(void 0,[t,i],void 0,(function*(e,{extra:{api:t},getState:i}){if(e===q(i()))return null;const s=yield t.user.setCurrentTenant(e),l=s.sessionJwt||s.sessionToken;try{return{tenantId:P(l)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),N={action:O,reducer:n(O)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var i;e.tenant.currentTenantId=null===(i=t.payload)||void 0===i?void 0:i.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},d((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{if(t){const s=t(i);s&&e.notifications.push({type:"success",msg:s})}},onRejected:(t,i)=>{if(e){const s=e(i);s&&t.notifications.push({type:"error",msg:s})}}}))({getErrorMsg:e=>{var t,i;const s=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(i=e.error)||void 0===i?void 0:i.name)?s:`${s||"Error"}`}}))},B={me:{loading:!1,error:null,data:{}},devices:{loading:!1,error:null,data:[]},passkeys:{loading:!1,error:null,data:[]},tenant:{currentTenantId:null,previousTenantId:null},selectTenant:{loading:!1,error:null},notifications:[]},$={me:"/v1/auth/me",devices:"/v1/mgmt/user/trusteddevices/list",passkeys:"/v1/mgmt/user/passkeys/list",selectTenant:"/v1/auth/tenant/select"},H=t=>e.__awaiter(void 0,void 0,void 0,(function*(){const e=yield t.text(),i=JSON.parse(e);if(!t.ok){const e=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(e||`${t.status} ${t.statusText}`)}t.json=()=>Promise.resolve(i),t.text=()=>Promise.resolve(e)})),V=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Z=()=>e.__awaiter(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({loginIds:["user@company.com"],externalIds:["user@company.com"],userId:"user-1",name:"Test User",email:"user@company.com",roleNames:["Role"],phone:"+1-202-555-010",verifiedEmail:!0,verifiedPhone:!0,userTenants:V,status:"enabled",editable:!0,createdTime:(new Date).getTime(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:void 0,password:!0,SAML:!1,test:!1,TOTP:!1,webauthn:!0})}))})),J=()=>({devices:[{id:"device-id-1",name:"Device 1",deviceType:"desktop",lastLoginDate:17359776e5,isCurrent:!1},{id:"device-id-2",name:"Device 2",deviceType:"mobile",lastLoginDate:17387505e5,isCurrentDevice:!0},{id:"device-id-3",name:"Device 3",deviceType:"tablet",lastLoginDate:17412642e5,isCurrent:!1},{id:"device-id-4",name:"Device 4",deviceType:"unknown",lastLoginDate:17440371e5,isCurrent:!1},{id:"device-id-5",name:"Device 5",deviceType:"desktop",lastLoginDate:174672e7,isCurrent:!1}]}),X=()=>({passkeys:[{id:"vendor-id-1",displayName:"Device 1",kind:"google",createdTime:1735977600,rpId:"example.com"},{id:"vendor-id-2",displayName:"Device 2",kind:"edge",createdTime:1738750500,rpId:"example.com"},{id:"vendor-id-3",displayName:"Device 3",kind:"apple",createdTime:1741264200,rpId:"example.com"}]}),Y=({httpClient:t,mock:i})=>({me:()=>e.__awaiter(void 0,void 0,void 0,(function*(){if(i)return Z();const e=yield t.get($.me);return yield H(e),e.json()})),setCurrentTenant:i=>e.__awaiter(void 0,void 0,void 0,(function*(){const e=yield t.post($.selectTenant,{tenant:i});return yield H(e),e.json()}))}),z=({httpClient:t,mock:i})=>({devices:s=>e.__awaiter(void 0,[s],void 0,(function*({userId:e}){if(i)return J();const s=yield t.post($.devices,{identifiers:[e]});return yield H(s),s.json()}))}),K=({httpClient:t,mock:i})=>({listPasskeys:s=>e.__awaiter(void 0,[s],void 0,(function*({userId:e}){if(i)return X();const s=yield t.post($.passkeys,{loginId:e});return yield H(s),s.json()}))}),Q=t.createSingletonMixin((s=>{var l,o,r,n;const d=t.compose(i.projectIdMixin,i.observeAttributesMixin,i.loggerMixin,i.baseUrlMixin,i.cookieConfigMixin)(s);return n=class extends d{constructor(){super(...arguments),l.add(this),o.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||i.DEFAULT_STYLE_ID}get api(){return e.__classPrivateFieldGet(this,o,"f")||e.__classPrivateFieldGet(this,l,"m",r).call(this),e.__classPrivateFieldGet(this,o,"f")}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),this.observeAttributes(["project-id","base-url"],(()=>{e.__classPrivateFieldGet(this,o,"f")&&e.__classPrivateFieldGet(this,l,"m",r).call(this)}))}))}},o=new WeakMap,l=new WeakSet,r=function(){this.logger.debug("creating an sdk instance"),e.__classPrivateFieldSet(this,o,((t,i,s)=>{const l=a(Object.assign(Object.assign({},t),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":s,"x-descope-widget-version":"0.14.0"}}));return{user:Object.assign(Object.assign({},Y({httpClient:l.httpClient,mock:i})),{logout:i?()=>e.__awaiter(void 0,void 0,void 0,(function*(){})):l.logout}),device:Object.assign({},z({httpClient:l.httpClient,mock:i})),passkey:Object.assign({},K({httpClient:l.httpClient,mock:i}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},n})),ee=t.createSingletonMixin((e=>{const s=t.compose(i.createStateManagementMixin({name:"widget",initialState:B,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{v.reducer(e),f.reducer(e),p.reducer(e),m.reducer(e),N.reducer(e)},asyncActions:{getMe:v.action,listDevices:f.action,listPasskeys:p.action,logout:m.action,selectTenant:N.action}}),i.initLifecycleMixin,i.loggerMixin,Q)(e);return class extends s{constructor(...e){super(...e),this.state=B,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),te="widget-flow",ie=t.createSingletonMixin((l=>{var a,o,n;return n=class extends(t.compose(i.localeMixin,i.initLifecycleMixin,i.modalMixin,ee,i.cookieConfigMixin,i.loggerMixin,i.themeMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this)}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this);const s=r(te);s&&(!function(e){if(window.history.replaceState&&r(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(te),e.__classPrivateFieldGet(this,a,"m",o).call(this,s))}))}},a=new WeakSet,o=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e}));new s.FlowDriver((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),se=t.createSingletonMixin((s=>{var l,a,o;return o=class extends(t.compose(i.loggerMixin,i.initLifecycleMixin,i.descopeUiMixin,i.initElementMixin,i.createFetchWidgetPagesMixin("user-profile-widget"),ee)(s)){constructor(){super(...arguments),l.add(this)}onWidgetRootReady(){return e.__awaiter(this,void 0,void 0,(function*(){}))}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),yield this.actions.getMe(),yield e.__classPrivateFieldGet(this,l,"m",a).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},l=new WeakSet,a=function(){return e.__awaiter(this,void 0,void 0,(function*(){const e=t.createTemplate(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},o})),le=t.createSingletonMixin((e=>class extends(t.compose(i.themeMixin,i.observeAttributesMixin)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),ae=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u;return u=class extends(t.compose(i.localeMixin,le,i.themeMixin,ee,i.loggerMixin,i.cookieConfigMixin,se,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),h.set(this,t.withMemCache((e=>{this.avatar.image=e}))),v.set(this,t.withMemCache((e=>{this.avatar.displayName=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",n).call(this),e.__classPrivateFieldGet(this,h,"f").call(this,y(this.state)),e.__classPrivateFieldGet(this,v,"f").call(this,x(this.state)),this.subscribe(e.__classPrivateFieldGet(this,h,"f").bind(this),y),this.subscribe(e.__classPrivateFieldGet(this,v,"f").bind(this),x)}))}},o=new WeakMap,r=new WeakMap,h=new WeakMap,v=new WeakMap,a=new WeakSet,n=function(){this.avatar.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",d).bind(this),e.__classPrivateFieldGet(this,a,"m",d).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},c=function(){this.avatar=new s.AvatarDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()}))},u})),oe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.emailUserAttr.value=e}))),g.set(this,t.withMemCache((e=>{this.emailUserAttr.badgeLabel=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,k(this.state)),e.__classPrivateFieldGet(this,g,"f").call(this,R(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),k),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),R)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,a=new WeakSet,c=function(){this.emailUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.emailUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.emailUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="email"]')}),{logger:this.logger}),this.emailUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.emailUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},w})),re=t.createSingletonMixin((l=>{var a,o,r;return r=class extends(t.compose(ee,i.loggerMixin,se,i.modalMixin)(l)){constructor(){super(...arguments),a.add(this)}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",o).call(this)}))}},a=new WeakSet,o=function(){this.logout=new s.ButtonDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>e.__awaiter(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},r})),ne=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.nameUserAttr.value=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,x(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),x)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.nameUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.nameUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.nameUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="name"]')}),{logger:this.logger}),this.nameUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.nameUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),de=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,I(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),I)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.passkeyUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.passkeyUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="passkey"]')}),{logger:this.logger}),this.passkeyUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),ce=t.createSingletonMixin((l=>{var a,o,r,n,d,c;return c=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="password"]')}),{logger:this.logger}),this.passwordUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.initPasswordAuthMethod(),e.__classPrivateFieldGet(this,a,"m",n).call(this)}))}},o=new WeakMap,r=new WeakMap,a=new WeakSet,n=function(){this.passwordUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",d).bind(this),e.__classPrivateFieldGet(this,a,"m",d).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close()}))},c})),he=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.phoneUserAttr.value=e}))),g.set(this,t.withMemCache((e=>{this.phoneUserAttr.badgeLabel=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,b(this.state)),e.__classPrivateFieldGet(this,g,"f").call(this,W(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),b),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),W)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,a=new WeakSet,c=function(){this.phoneUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.phoneUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.phoneUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="phone"]')}),{logger:this.logger}),this.phoneUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.phoneUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},w})),ve=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.totpUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,T(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),T)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.totpUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.totpUserAuthMethod.fulfilledFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.totpUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="totp"]')}),{logger:this.logger}),this.totpUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),ue=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,{}),r.set(this,{}),n.set(this,{}),d.set(this,{}),c.set(this,{}),g.set(this,t.withMemCache((t=>{Object.keys(e.__classPrivateFieldGet(this,o,"f")).forEach((i=>{e.__classPrivateFieldGet(this,o,"f")[i].value=(t[i]||"").toString()}))})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",f).call(this),e.__classPrivateFieldGet(this,g,"f").call(this,D(this.state)),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),D)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,c=new WeakMap,g=new WeakMap,a=new WeakSet,h=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,n,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},v=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},u=function(t,i,l){const o=t.getAttribute("edit-flow-id");o&&(e.__classPrivateFieldGet(this,r,"f")[o]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,n,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,r,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this,o),l.onEditClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",h).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,n,"f")[o]))},_=function(t,i,l){const o=t.getAttribute("delete-flow-id");o&&(e.__classPrivateFieldGet(this,d,"f")[o]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,c,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,d,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",v).bind(this,o),l.onDeleteClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",v).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,c,"f")[o]))},f=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((t=>{const i=t.getAttribute("data-id").replace("builtin.",""),l=new s.UserAttributeDriver(t,{logger:this.logger});e.__classPrivateFieldGet(this,o,"f")[i]=l,e.__classPrivateFieldGet(this,a,"m",u).call(this,t,i,l),e.__classPrivateFieldGet(this,a,"m",_).call(this,t,i,l)}))},w}));var _e;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(_e||(_e={}));const fe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f;return o=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),r.set(this,{}),n.set(this,{}),d.set(this,{}),c.set(this,{}),u.set(this,t.withMemCache((t=>{var i;const l=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(l).forEach((i=>{const l=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||_e.TEXT,n=t[l],d=new s.UserAttributeDriver(i,{logger:this.logger});d.value=o.getFormattedValue(r,n),e.__classPrivateFieldGet(this,a,"m",_).call(this,i,l,d),e.__classPrivateFieldGet(this,a,"m",f).call(this,i,l,d)}))})))}static getFormattedValue(e,t){return e===_e.DATE&&t?new Date(t).toLocaleString():e===_e.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString()}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,u,"f").call(this,A(this.state)),this.subscribe(e.__classPrivateFieldGet(this,u,"f").bind(this),A)}))}},r=new WeakMap,n=new WeakMap,d=new WeakMap,c=new WeakMap,u=new WeakMap,a=new WeakSet,h=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,n,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},v=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},_=function(t,i,l){const o=t.getAttribute("edit-flow-id");o&&(e.__classPrivateFieldGet(this,r,"f")[o]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,n,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,r,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this,o),l.onEditClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",h).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,n,"f")[o]))},f=function(t,i,l){const o=t.getAttribute("delete-flow-id");o&&(e.__classPrivateFieldGet(this,d,"f")[o]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,c,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,d,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",v).bind(this,o),l.onDeleteClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",v).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,c,"f")[o]))},o})),ge=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v;return v=class extends(t.compose(i.localeMixin,le,i.themeMixin,ee,i.loggerMixin,i.cookieConfigMixin,se,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),this.updateDeviceList=t.withMemCache((e=>{this.deviceList.data=e}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.deviceList=new s.DeviceListDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield e.__classPrivateFieldGet(this,a,"m",h).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this,U(this.state)),e.__classPrivateFieldGet(this,a,"m",n).call(this),this.subscribe(this.updateDeviceList.bind(this),U))}))}},o=new WeakMap,r=new WeakMap,a=new WeakSet,n=function(){this.deviceList.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=()=>e.__classPrivateFieldGet(this,a,"m",d).call(this,""),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(t=""){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:t}})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.listDevices({userId:G(this.state)})}))},c=function(t){this.deviceList.onRemoveDeviceClick((({id:t})=>{var i;e.__classPrivateFieldGet(this,a,"m",d).call(this,t),null===(i=e.__classPrivateFieldGet(this,o,"f"))||void 0===i||i.open()})),this.deviceList.data=t},h=function(){return e.__awaiter(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:G(this.state)})}))},v})),we=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),_.set(this,t.withMemCache((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=t.withMemCache((e=>{this.userPasskeys.data=e}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.userPasskeys=new s.UserPasskeysDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(e.__classPrivateFieldGet(this,a,"m",f).call(this,L(this.state)),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),this.subscribe(e.__classPrivateFieldGet(this,_,"f").bind(this),G),this.subscribe(this.updatePasskeyList.bind(this),L))}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,_=new WeakMap,a=new WeakSet,c=function(){this.userPasskeys.addPasskeyFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:G(this.state)})}))},v=function(){this.userPasskeys.removePasskeyFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function({externalId:t,credentialId:i}){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:t,credentialId:i}})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:G(this.state)})}))},f=function(t){this.updatePasskeyList(t),this.userPasskeys.onAddPasskeyClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.userPasskeys.onRemovePasskeyClick((({id:t})=>{var i;const s=G(this.state);e.__classPrivateFieldGet(this,a,"m",u).call(this,{externalId:s,credentialId:t}),null===(i=e.__classPrivateFieldGet(this,n,"f"))||void 0===i||i.open()}))},g}));const pe={success:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Checkmark">\n<path id="Shape" d="M10.0485 15.6396C9.5799 15.171 8.8201 15.171 8.35147 15.6396C7.88284 16.1082 7.88284 16.868 8.35147 17.3367L12.7072 21.6924C13.1759 22.1611 13.9357 22.1611 14.4043 21.6924L24.7152 11.3815C25.1838 10.9129 25.1838 10.1531 24.7152 9.68448C24.2466 9.21585 23.4868 9.21585 23.0181 9.68448L13.5558 19.1469L10.0485 15.6396Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,error:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Vector" d="M15.9998 26.6558C10.1118 26.6558 5.34375 21.8878 5.34375 15.9998C5.34375 10.1118 10.1118 5.34375 15.9998 5.34375C21.8878 5.34375 26.6558 10.1118 26.6558 15.9998C26.6558 21.8878 21.8878 26.6558 15.9998 26.6558ZM15.9998 24.4798C20.6718 24.4798 24.4798 20.7038 24.4798 15.9998C24.4798 11.3278 20.7038 7.51975 15.9998 7.51975C11.3278 7.51975 7.51975 11.2958 7.51975 15.9998C7.51975 20.6718 11.2958 24.4798 15.9998 24.4798ZM15.3278 9.34375H16.6718C17.0558 9.34375 17.3438 9.63175 17.3118 9.98375L16.9598 16.9278C16.9598 17.1838 16.7678 17.3438 16.5438 17.3438H15.4558C15.2318 17.3438 15.0398 17.1518 15.0398 16.9278L14.6878 9.98375C14.6878 9.63175 14.9758 9.34375 15.3278 9.34375ZM15.4558 19.4558H16.5438C16.9278 19.4558 17.2158 19.7438 17.1838 20.1278V21.1838C17.1838 21.5678 16.8958 21.8558 16.5438 21.8558H15.4558C15.0718 21.8558 14.7838 21.5678 14.7838 21.1838V20.1278C14.7838 19.7438 15.0718 19.4558 15.4558 19.4558Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild},Fe=t.createSingletonMixin((s=>{var l,a,o,r,n;return n=class extends(t.compose(i.loggerMixin,ee,i.notificationsMixin,i.initLifecycleMixin)(s)){constructor(){super(...arguments),l.add(this),r.set(this,t.withMemCache((t=>{t.length&&(t.forEach((({type:t,msg:i})=>{const s=e.__classPrivateFieldGet(this,l,"m",o).call(this,t);s.setContent(e.__classPrivateFieldGet(this,l,"m",a).call(this,{type:t,msg:i})),s.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),this.subscribe(e.__classPrivateFieldGet(this,r,"f").bind(this),E)}))}},r=new WeakMap,l=new WeakSet,a=function({type:e,msg:t}){const i=pe[e],s=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${s.outerHTML}`},o=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},n})),me=t.createSingletonMixin((l=>{var o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(ee,i.loggerMixin,se)(l)){constructor(){super(...arguments),o.add(this),r.set(this,null),d.set(this,(t=>e.__awaiter(this,void 0,void 0,(function*(){const e=t.target.value;yield this.actions.selectTenant(e)})))),c.set(this,(t=>{const i=q(t);this.tenantSelector.value!==i&&e.__classPrivateFieldGet(this,o,"m",_).call(this,i);const{loading:s,error:l}=t.selectTenant,a=null!==t.tenant.previousTenantId,n=i!==e.__classPrivateFieldGet(this,r,"f");!i||s||l||a||!n||(e.__classPrivateFieldSet(this,r,i,"f"),e.__classPrivateFieldGet(this,o,"m",h).call(this))}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.actions.setCurrentTenantId((()=>{const e=a.getSessionToken();return P(e)})()),e.__classPrivateFieldGet(this,o,"m",n).call(this),e.__classPrivateFieldGet(this,o,"m",f).call(this),e.__classPrivateFieldGet(this,o,"m",u).call(this,j(this.state)),this.subscribe(e.__classPrivateFieldGet(this,c,"f").bind(this))}))}},r=new WeakMap,d=new WeakMap,c=new WeakMap,o=new WeakSet,n=function(){this.tenantSelector=new s.TenantSelectorDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-combo-box[name="tenantSelector"]')}),{logger:this.logger}),this.tenantSelector.onInput(e.__classPrivateFieldGet(this,d,"f"))},h=function(){const t=q(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:t}})),this.tenantSelector.shouldReload&&e.__classPrivateFieldGet(this,o,"m",v).call(this)},v=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},u=function(t){return e.__awaiter(this,void 0,void 0,(function*(){const e=t.map((e=>({label:e.tenantName||e.tenantId,value:e.tenantId})));yield this.tenantSelector.setData(e)}))},_=function(e){e&&(this.tenantSelector.value=e)},f=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{e.__classPrivateFieldGet(this,o,"m",_).call(this,q(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},g})),Pe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f;return f=class extends(t.compose(i.localeMixin,le,ee,i.modalMixin,i.loggerMixin,se,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,[]),d.set(this,null)}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),e.__classPrivateFieldGet(this,n,"f").forEach((e=>e.enable()))}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,a=new WeakSet,c=function(t){const i=new s.GenericFlowButtonDriver(t,{logger:this.logger});i.onClick((()=>{e.__classPrivateFieldGet(this,a,"m",_).call(this,i.flowId,G(this.state))})),e.__classPrivateFieldGet(this,n,"f").push(i)},h=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((t=>{e.__classPrivateFieldGet(this,a,"m",c).call(this,t)}))},v=function(){e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=()=>{var t;null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t||t.call(this),e.__classPrivateFieldSet(this,d,null,"f")},e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f"))},u=function(){var t;e.__classPrivateFieldGet(this,o,"f").open(),null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t||t.call(this)},_=function(t,i){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:t,client:{userId:i}}));e.__classPrivateFieldSet(this,d,e.__classPrivateFieldGet(this,r,"f").onPageUpdated((()=>e.__classPrivateFieldGet(this,a,"m",u).call(this))),"f"),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},f})),Me=t.createSingletonMixin((s=>class extends(t.compose(i.debuggerMixin,i.themeMixin,ie,fe,oe,ae,ne,he,de,ce,ve,ue,re,ge,we,Fe,me,Pe)(s)){init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var e;yield null===(e=t.init)||void 0===e?void 0:e.call(this)}))}})),Ge=t.compose((t=>class extends(Me(t)){init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var e;yield null===(e=t.init)||void 0===e?void 0:e.call(this);(customElements.get("descope-wc")||(yield import("@descope/web-component").then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.14.0"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",Ge),module.exports=Ge;
|
|
5
|
+
"use strict";var e=require("tslib"),t=require("@descope/sdk-helpers"),i=require("@descope/sdk-mixins"),s=require("@descope/sdk-component-drivers"),l=require("@reduxjs/toolkit"),a=require("@descope/web-js-sdk"),o=require("reselect");function r(e){return new URLSearchParams(window.location.search).get(e)}require("@descope/core-js-sdk"),require("@descope/web-component");const n=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},d=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),c=l.createAsyncThunk("users/me",((e,{extra:{api:t}})=>t.user.me())),h=n(c)({onFulfilled:(e,t)=>{e.me.data=t.payload}},d((e=>e.me))),v={action:c,reducer:h},u=l.createAsyncThunk("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),_=n(u)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},d((e=>e.devices))),f={action:u,reducer:_},g=l.createAsyncThunk("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),w=n(g)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},d((e=>e.passkeys))),p={action:g,reducer:w},F=l.createAsyncThunk("users/logout",((e,{extra:{api:t}})=>t.user.logout())),m={action:F,reducer:n(F)({})},P=e=>{if(!e)return null;const i=t.decodeJWT(e);return(null==i?void 0:i.dct)||null},M=e=>e.me.data,G=o.createSelector(M,(e=>e.userId)),y=o.createSelector(M,(e=>e.picture)),k=o.createSelector(M,(e=>e.email)),S=o.createSelector(M,(e=>e.verifiedEmail)),x=o.createSelector(M,(e=>e.name)),b=o.createSelector(M,(e=>e.phone)),C=o.createSelector(M,(e=>e.verifiedPhone)),R=o.createSelector(k,S,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),W=o.createSelector(b,C,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),I=o.createSelector(M,(e=>e.webauthn));o.createSelector(M,(e=>e.password));const T=o.createSelector(M,(e=>e.TOTP)),A=o.createSelector(M,(e=>e.customAttributes)),D=o.createSelector(M,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),U=o.createSelector((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:i,lastLoginTime:s,isCurrentDevice:l})=>({id:e,name:t,deviceType:i,lastLoginDate:1e3*parseInt(s,10),isCurrent:l}))))),L=o.createSelector((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:i,createdTime:s})=>({id:e,name:t,passkeyType:i,createdAt:1e3*s}))))),E=e=>e.notifications,j=o.createSelector(M,(e=>e.userTenants||[])),q=e=>e.tenant.currentTenantId,O=l.createAsyncThunk("tenant/select",((t,i)=>e.__awaiter(void 0,[t,i],void 0,(function*(e,{extra:{api:t},getState:i}){if(e===q(i()))return null;const s=yield t.user.setCurrentTenant(e),l=s.sessionJwt||s.sessionToken;try{return{tenantId:P(l)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),N={action:O,reducer:n(O)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var i;e.tenant.currentTenantId=null===(i=t.payload)||void 0===i?void 0:i.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},d((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{if(t){const s=t(i);s&&e.notifications.push({type:"success",msg:s})}},onRejected:(t,i)=>{if(e){const s=e(i);s&&t.notifications.push({type:"error",msg:s})}}}))({getErrorMsg:e=>{var t,i;const s=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(i=e.error)||void 0===i?void 0:i.name)?s:`${s||"Error"}`}}))},B={me:{loading:!1,error:null,data:{}},devices:{loading:!1,error:null,data:[]},passkeys:{loading:!1,error:null,data:[]},tenant:{currentTenantId:null,previousTenantId:null},selectTenant:{loading:!1,error:null},notifications:[]},$={me:"/v1/auth/me",devices:"/v1/mgmt/user/trusteddevices/list",passkeys:"/v1/mgmt/user/passkeys/list",selectTenant:"/v1/auth/tenant/select"},H=t=>e.__awaiter(void 0,void 0,void 0,(function*(){const e=yield t.text(),i=JSON.parse(e);if(!t.ok){const e=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(e||`${t.status} ${t.statusText}`)}t.json=()=>Promise.resolve(i),t.text=()=>Promise.resolve(e)})),V=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Z=()=>e.__awaiter(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({loginIds:["user@company.com"],externalIds:["user@company.com"],userId:"user-1",name:"Test User",email:"user@company.com",roleNames:["Role"],phone:"+1-202-555-010",verifiedEmail:!0,verifiedPhone:!0,userTenants:V,status:"enabled",editable:!0,createdTime:(new Date).getTime(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:void 0,password:!0,SAML:!1,test:!1,TOTP:!1,webauthn:!0})}))})),J=()=>({devices:[{id:"device-id-1",name:"Device 1",deviceType:"desktop",lastLoginDate:17359776e5,isCurrent:!1},{id:"device-id-2",name:"Device 2",deviceType:"mobile",lastLoginDate:17387505e5,isCurrentDevice:!0},{id:"device-id-3",name:"Device 3",deviceType:"tablet",lastLoginDate:17412642e5,isCurrent:!1},{id:"device-id-4",name:"Device 4",deviceType:"unknown",lastLoginDate:17440371e5,isCurrent:!1},{id:"device-id-5",name:"Device 5",deviceType:"desktop",lastLoginDate:174672e7,isCurrent:!1}]}),X=()=>({passkeys:[{id:"vendor-id-1",displayName:"Device 1",kind:"google",createdTime:1735977600,rpId:"example.com"},{id:"vendor-id-2",displayName:"Device 2",kind:"edge",createdTime:1738750500,rpId:"example.com"},{id:"vendor-id-3",displayName:"Device 3",kind:"apple",createdTime:1741264200,rpId:"example.com"}]}),Y=({httpClient:t,mock:i})=>({me:()=>e.__awaiter(void 0,void 0,void 0,(function*(){if(i)return Z();const e=yield t.get($.me);return yield H(e),e.json()})),setCurrentTenant:i=>e.__awaiter(void 0,void 0,void 0,(function*(){const e=yield t.post($.selectTenant,{tenant:i});return yield H(e),e.json()}))}),z=({httpClient:t,mock:i})=>({devices:s=>e.__awaiter(void 0,[s],void 0,(function*({userId:e}){if(i)return J();const s=yield t.post($.devices,{identifiers:[e]});return yield H(s),s.json()}))}),K=({httpClient:t,mock:i})=>({listPasskeys:s=>e.__awaiter(void 0,[s],void 0,(function*({userId:e}){if(i)return X();const s=yield t.post($.passkeys,{loginId:e});return yield H(s),s.json()}))}),Q=t.createSingletonMixin((s=>{var l,o,r,n;const d=t.compose(i.projectIdMixin,i.observeAttributesMixin,i.loggerMixin,i.baseUrlMixin,i.cookieConfigMixin)(s);return n=class extends d{constructor(){super(...arguments),l.add(this),o.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||i.DEFAULT_STYLE_ID}get api(){return e.__classPrivateFieldGet(this,o,"f")||e.__classPrivateFieldGet(this,l,"m",r).call(this),e.__classPrivateFieldGet(this,o,"f")}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),this.observeAttributes(["project-id","base-url"],(()=>{e.__classPrivateFieldGet(this,o,"f")&&e.__classPrivateFieldGet(this,l,"m",r).call(this)}))}))}},o=new WeakMap,l=new WeakSet,r=function(){this.logger.debug("creating an sdk instance"),e.__classPrivateFieldSet(this,o,((t,i,s)=>{const l=a(Object.assign(Object.assign({},t),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":s,"x-descope-widget-version":"0.14.1"}}));return{user:Object.assign(Object.assign({},Y({httpClient:l.httpClient,mock:i})),{logout:i?()=>e.__awaiter(void 0,void 0,void 0,(function*(){})):l.logout}),device:Object.assign({},z({httpClient:l.httpClient,mock:i})),passkey:Object.assign({},K({httpClient:l.httpClient,mock:i}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},n})),ee=t.createSingletonMixin((e=>{const s=t.compose(i.createStateManagementMixin({name:"widget",initialState:B,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{v.reducer(e),f.reducer(e),p.reducer(e),m.reducer(e),N.reducer(e)},asyncActions:{getMe:v.action,listDevices:f.action,listPasskeys:p.action,logout:m.action,selectTenant:N.action}}),i.initLifecycleMixin,i.loggerMixin,Q)(e);return class extends s{constructor(...e){super(...e),this.state=B,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),te="widget-flow",ie=t.createSingletonMixin((l=>{var a,o,n;return n=class extends(t.compose(i.localeMixin,i.initLifecycleMixin,i.modalMixin,ee,i.cookieConfigMixin,i.loggerMixin,i.themeMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this)}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this);const s=r(te);s&&(!function(e){if(window.history.replaceState&&r(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(te),e.__classPrivateFieldGet(this,a,"m",o).call(this,s))}))}},a=new WeakSet,o=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e}));new s.FlowDriver((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),se=t.createSingletonMixin((s=>{var l,a,o;return o=class extends(t.compose(i.loggerMixin,i.initLifecycleMixin,i.descopeUiMixin,i.initElementMixin,i.createFetchWidgetPagesMixin("user-profile-widget"),ee)(s)){constructor(){super(...arguments),l.add(this)}onWidgetRootReady(){return e.__awaiter(this,void 0,void 0,(function*(){}))}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),yield this.actions.getMe(),yield e.__classPrivateFieldGet(this,l,"m",a).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},l=new WeakSet,a=function(){return e.__awaiter(this,void 0,void 0,(function*(){const e=t.createTemplate(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},o})),le=t.createSingletonMixin((e=>class extends(t.compose(i.themeMixin,i.observeAttributesMixin)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),ae=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u;return u=class extends(t.compose(i.localeMixin,le,i.themeMixin,ee,i.loggerMixin,i.cookieConfigMixin,se,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),h.set(this,t.withMemCache((e=>{this.avatar.image=e}))),v.set(this,t.withMemCache((e=>{this.avatar.displayName=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",n).call(this),e.__classPrivateFieldGet(this,h,"f").call(this,y(this.state)),e.__classPrivateFieldGet(this,v,"f").call(this,x(this.state)),this.subscribe(e.__classPrivateFieldGet(this,h,"f").bind(this),y),this.subscribe(e.__classPrivateFieldGet(this,v,"f").bind(this),x)}))}},o=new WeakMap,r=new WeakMap,h=new WeakMap,v=new WeakMap,a=new WeakSet,n=function(){this.avatar.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",d).bind(this),e.__classPrivateFieldGet(this,a,"m",d).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},c=function(){this.avatar=new s.AvatarDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()}))},u})),oe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.emailUserAttr.value=e}))),g.set(this,t.withMemCache((e=>{this.emailUserAttr.badgeLabel=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,k(this.state)),e.__classPrivateFieldGet(this,g,"f").call(this,R(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),k),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),R)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,a=new WeakSet,c=function(){this.emailUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.emailUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.emailUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="email"]')}),{logger:this.logger}),this.emailUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.emailUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},w})),re=t.createSingletonMixin((l=>{var a,o,r;return r=class extends(t.compose(ee,i.loggerMixin,se,i.modalMixin)(l)){constructor(){super(...arguments),a.add(this)}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",o).call(this)}))}},a=new WeakSet,o=function(){this.logout=new s.ButtonDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>e.__awaiter(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},r})),ne=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.nameUserAttr.value=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,x(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),x)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.nameUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.nameUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.nameUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="name"]')}),{logger:this.logger}),this.nameUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.nameUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),de=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,I(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),I)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.passkeyUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.passkeyUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="passkey"]')}),{logger:this.logger}),this.passkeyUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),ce=t.createSingletonMixin((l=>{var a,o,r,n,d,c;return c=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="password"]')}),{logger:this.logger}),this.passwordUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.initPasswordAuthMethod(),e.__classPrivateFieldGet(this,a,"m",n).call(this)}))}},o=new WeakMap,r=new WeakMap,a=new WeakSet,n=function(){this.passwordUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",d).bind(this),e.__classPrivateFieldGet(this,a,"m",d).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close()}))},c})),he=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.phoneUserAttr.value=e}))),g.set(this,t.withMemCache((e=>{this.phoneUserAttr.badgeLabel=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,b(this.state)),e.__classPrivateFieldGet(this,g,"f").call(this,W(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),b),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),W)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,a=new WeakSet,c=function(){this.phoneUserAttr.editFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.phoneUserAttr.deleteFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.phoneUserAttr=new s.UserAttributeDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="phone"]')}),{logger:this.logger}),this.phoneUserAttr.onEditClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.phoneUserAttr.onDeleteClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},w})),ve=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),f.set(this,t.withMemCache((e=>{this.totpUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",_).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,f,"f").call(this,T(this.state)),this.subscribe(e.__classPrivateFieldGet(this,f,"f").bind(this),T)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,f=new WeakMap,a=new WeakSet,c=function(){this.totpUserAuthMethod.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},v=function(){this.totpUserAuthMethod.fulfilledFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,n,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",u).bind(this),e.__classPrivateFieldGet(this,a,"m",u).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function(){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe()}))},_=function(){this.totpUserAuthMethod=new s.UserAuthMethodDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="totp"]')}),{logger:this.logger}),this.totpUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,n,"f"))||void 0===t||t.open()}))},g})),ue=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g,w;return w=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,{}),r.set(this,{}),n.set(this,{}),d.set(this,{}),c.set(this,{}),g.set(this,t.withMemCache((t=>{Object.keys(e.__classPrivateFieldGet(this,o,"f")).forEach((i=>{e.__classPrivateFieldGet(this,o,"f")[i].value=(t[i]||"").toString()}))})))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",f).call(this),e.__classPrivateFieldGet(this,g,"f").call(this,D(this.state)),this.subscribe(e.__classPrivateFieldGet(this,g,"f").bind(this),D)}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,c=new WeakMap,g=new WeakMap,a=new WeakSet,h=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,n,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},v=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},u=function(t,i,l){const o=t.getAttribute("edit-flow-id");o&&(e.__classPrivateFieldGet(this,r,"f")[o]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,n,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,r,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this,o),l.onEditClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",h).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,n,"f")[o]))},_=function(t,i,l){const o=t.getAttribute("delete-flow-id");o&&(e.__classPrivateFieldGet(this,d,"f")[o]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,c,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,d,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",v).bind(this,o),l.onDeleteClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",v).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,c,"f")[o]))},f=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((t=>{const i=t.getAttribute("data-id").replace("builtin.",""),l=new s.UserAttributeDriver(t,{logger:this.logger});e.__classPrivateFieldGet(this,o,"f")[i]=l,e.__classPrivateFieldGet(this,a,"m",u).call(this,t,i,l),e.__classPrivateFieldGet(this,a,"m",_).call(this,t,i,l)}))},w}));var _e;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(_e||(_e={}));const fe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f;return o=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),r.set(this,{}),n.set(this,{}),d.set(this,{}),c.set(this,{}),u.set(this,t.withMemCache((t=>{var i;const l=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(l).forEach((i=>{const l=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||_e.TEXT,n=t[l],d=new s.UserAttributeDriver(i,{logger:this.logger});d.value=o.getFormattedValue(r,n),e.__classPrivateFieldGet(this,a,"m",_).call(this,i,l,d),e.__classPrivateFieldGet(this,a,"m",f).call(this,i,l,d)}))})))}static getFormattedValue(e,t){return e===_e.DATE&&t?new Date(t).toLocaleString():e===_e.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString()}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,u,"f").call(this,A(this.state)),this.subscribe(e.__classPrivateFieldGet(this,u,"f").bind(this),A)}))}},r=new WeakMap,n=new WeakMap,d=new WeakMap,c=new WeakMap,u=new WeakMap,a=new WeakSet,h=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,n,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,r,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},v=function(t){var i,s;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e.__classPrivateFieldGet(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e.__classPrivateFieldGet(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},_=function(t,i,l){const o=t.getAttribute("edit-flow-id");o&&(e.__classPrivateFieldGet(this,r,"f")[o]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,n,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,r,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this,o),l.onEditClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,r,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",h).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,n,"f")[o]))},f=function(t,i,l){const o=t.getAttribute("delete-flow-id");o&&(e.__classPrivateFieldGet(this,d,"f")[o]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e.__classPrivateFieldGet(this,c,"f")[o]=new s.FlowDriver((()=>{var t,i;return null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f")[o])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e.__classPrivateFieldGet(this,d,"f")[o].afterClose=e.__classPrivateFieldGet(this,a,"m",v).bind(this,o),l.onDeleteClick((()=>{var t,i;null===(i=null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t?void 0:t[o])||void 0===i||i.open()})),e.__classPrivateFieldGet(this,a,"m",v).call(this,o),this.syncFlowTheme(e.__classPrivateFieldGet(this,c,"f")[o]))},o})),ge=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v;return v=class extends(t.compose(i.localeMixin,le,i.themeMixin,ee,i.loggerMixin,i.cookieConfigMixin,se,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),this.updateDeviceList=t.withMemCache((e=>{this.deviceList.data=e}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.deviceList=new s.DeviceListDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield e.__classPrivateFieldGet(this,a,"m",h).call(this),e.__classPrivateFieldGet(this,a,"m",c).call(this,U(this.state)),e.__classPrivateFieldGet(this,a,"m",n).call(this),this.subscribe(this.updateDeviceList.bind(this),U))}))}},o=new WeakMap,r=new WeakMap,a=new WeakSet,n=function(){this.deviceList.flowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=()=>e.__classPrivateFieldGet(this,a,"m",d).call(this,""),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},d=function(t=""){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:t}})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.listDevices({userId:G(this.state)})}))},c=function(t){this.deviceList.onRemoveDeviceClick((({id:t})=>{var i;e.__classPrivateFieldGet(this,a,"m",d).call(this,t),null===(i=e.__classPrivateFieldGet(this,o,"f"))||void 0===i||i.open()})),this.deviceList.data=t},h=function(){return e.__awaiter(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:G(this.state)})}))},v})),we=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(i.localeMixin,le,ee,i.loggerMixin,se,i.cookieConfigMixin,i.modalMixin,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,void 0),d.set(this,void 0),_.set(this,t.withMemCache((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=t.withMemCache((e=>{this.userPasskeys.data=e}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.userPasskeys=new s.UserPasskeysDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(e.__classPrivateFieldGet(this,a,"m",f).call(this,L(this.state)),e.__classPrivateFieldGet(this,a,"m",c).call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),this.subscribe(e.__classPrivateFieldGet(this,_,"f").bind(this),G),this.subscribe(this.updatePasskeyList.bind(this),L))}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,_=new WeakMap,a=new WeakSet,c=function(){this.userPasskeys.addPasskeyFlowId&&(e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=e.__classPrivateFieldGet(this,a,"m",h).bind(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f")))},h=function(){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:G(this.state)})}))},v=function(){this.userPasskeys.removePasskeyFlowId&&(e.__classPrivateFieldSet(this,n,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldSet(this,d,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,n,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e.__classPrivateFieldGet(this,d,"f")))},u=function({externalId:t,credentialId:i}){e.__classPrivateFieldGet(this,n,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:t,credentialId:i}})),e.__classPrivateFieldGet(this,d,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,n,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:G(this.state)})}))},f=function(t){this.updatePasskeyList(t),this.userPasskeys.onAddPasskeyClick((()=>{var t;null===(t=e.__classPrivateFieldGet(this,o,"f"))||void 0===t||t.open()})),this.userPasskeys.onRemovePasskeyClick((({id:t})=>{var i;const s=G(this.state);e.__classPrivateFieldGet(this,a,"m",u).call(this,{externalId:s,credentialId:t}),null===(i=e.__classPrivateFieldGet(this,n,"f"))||void 0===i||i.open()}))},g}));const pe={success:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Checkmark">\n<path id="Shape" d="M10.0485 15.6396C9.5799 15.171 8.8201 15.171 8.35147 15.6396C7.88284 16.1082 7.88284 16.868 8.35147 17.3367L12.7072 21.6924C13.1759 22.1611 13.9357 22.1611 14.4043 21.6924L24.7152 11.3815C25.1838 10.9129 25.1838 10.1531 24.7152 9.68448C24.2466 9.21585 23.4868 9.21585 23.0181 9.68448L13.5558 19.1469L10.0485 15.6396Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,error:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Vector" d="M15.9998 26.6558C10.1118 26.6558 5.34375 21.8878 5.34375 15.9998C5.34375 10.1118 10.1118 5.34375 15.9998 5.34375C21.8878 5.34375 26.6558 10.1118 26.6558 15.9998C26.6558 21.8878 21.8878 26.6558 15.9998 26.6558ZM15.9998 24.4798C20.6718 24.4798 24.4798 20.7038 24.4798 15.9998C24.4798 11.3278 20.7038 7.51975 15.9998 7.51975C11.3278 7.51975 7.51975 11.2958 7.51975 15.9998C7.51975 20.6718 11.2958 24.4798 15.9998 24.4798ZM15.3278 9.34375H16.6718C17.0558 9.34375 17.3438 9.63175 17.3118 9.98375L16.9598 16.9278C16.9598 17.1838 16.7678 17.3438 16.5438 17.3438H15.4558C15.2318 17.3438 15.0398 17.1518 15.0398 16.9278L14.6878 9.98375C14.6878 9.63175 14.9758 9.34375 15.3278 9.34375ZM15.4558 19.4558H16.5438C16.9278 19.4558 17.2158 19.7438 17.1838 20.1278V21.1838C17.1838 21.5678 16.8958 21.8558 16.5438 21.8558H15.4558C15.0718 21.8558 14.7838 21.5678 14.7838 21.1838V20.1278C14.7838 19.7438 15.0718 19.4558 15.4558 19.4558Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild},Fe=t.createSingletonMixin((s=>{var l,a,o,r,n;return n=class extends(t.compose(i.loggerMixin,ee,i.notificationsMixin,i.initLifecycleMixin)(s)){constructor(){super(...arguments),l.add(this),r.set(this,t.withMemCache((t=>{t.length&&(t.forEach((({type:t,msg:i})=>{const s=e.__classPrivateFieldGet(this,l,"m",o).call(this,t);s.setContent(e.__classPrivateFieldGet(this,l,"m",a).call(this,{type:t,msg:i})),s.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.init)||void 0===i?void 0:i.call(this),this.subscribe(e.__classPrivateFieldGet(this,r,"f").bind(this),E)}))}},r=new WeakMap,l=new WeakSet,a=function({type:e,msg:t}){const i=pe[e],s=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${s.outerHTML}`},o=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},n})),me=t.createSingletonMixin((l=>{var o,r,n,d,c,h,v,u,_,f,g;return g=class extends(t.compose(ee,i.loggerMixin,se)(l)){constructor(){super(...arguments),o.add(this),r.set(this,null),d.set(this,(t=>e.__awaiter(this,void 0,void 0,(function*(){const e=t.target.value;yield this.actions.selectTenant(e)})))),c.set(this,(t=>{const i=q(t);this.tenantSelector.value!==i&&e.__classPrivateFieldGet(this,o,"m",_).call(this,i);const{loading:s,error:l}=t.selectTenant,a=null!==t.tenant.previousTenantId,n=i!==e.__classPrivateFieldGet(this,r,"f");!i||s||l||a||!n||(e.__classPrivateFieldSet(this,r,i,"f"),e.__classPrivateFieldGet(this,o,"m",h).call(this))}))}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.actions.setCurrentTenantId((()=>{const e=a.getSessionToken();return P(e)})()),e.__classPrivateFieldGet(this,o,"m",n).call(this),e.__classPrivateFieldGet(this,o,"m",f).call(this),e.__classPrivateFieldGet(this,o,"m",u).call(this,j(this.state)),this.subscribe(e.__classPrivateFieldGet(this,c,"f").bind(this))}))}},r=new WeakMap,d=new WeakMap,c=new WeakMap,o=new WeakSet,n=function(){this.tenantSelector=new s.TenantSelectorDriver((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-combo-box[name="tenantSelector"]')}),{logger:this.logger}),this.tenantSelector.onInput(e.__classPrivateFieldGet(this,d,"f"))},h=function(){const t=q(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:t}})),this.tenantSelector.shouldReload&&e.__classPrivateFieldGet(this,o,"m",v).call(this)},v=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},u=function(t){return e.__awaiter(this,void 0,void 0,(function*(){const e=t.map((e=>({label:e.tenantName||e.tenantId,value:e.tenantId})));yield this.tenantSelector.setData(e)}))},_=function(e){e&&(this.tenantSelector.value=e)},f=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{e.__classPrivateFieldGet(this,o,"m",_).call(this,q(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},g})),Pe=t.createSingletonMixin((l=>{var a,o,r,n,d,c,h,v,u,_,f;return f=class extends(t.compose(i.localeMixin,le,ee,i.modalMixin,i.loggerMixin,se,i.flowInputMixin)(l)){constructor(){super(...arguments),a.add(this),o.set(this,void 0),r.set(this,void 0),n.set(this,[]),d.set(this,null)}onWidgetRootReady(){const t=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return e.__awaiter(this,void 0,void 0,(function*(){var i;yield null===(i=t.onWidgetRootReady)||void 0===i?void 0:i.call(this),e.__classPrivateFieldGet(this,a,"m",v).call(this),e.__classPrivateFieldGet(this,a,"m",h).call(this),e.__classPrivateFieldGet(this,n,"f").forEach((e=>e.enable()))}))}},o=new WeakMap,r=new WeakMap,n=new WeakMap,d=new WeakMap,a=new WeakSet,c=function(t){const i=new s.GenericFlowButtonDriver(t,{logger:this.logger});i.onClick((()=>{e.__classPrivateFieldGet(this,a,"m",_).call(this,i.flowId,G(this.state))})),e.__classPrivateFieldGet(this,n,"f").push(i)},h=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((t=>{e.__classPrivateFieldGet(this,a,"m",c).call(this,t)}))},v=function(){e.__classPrivateFieldSet(this,o,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),e.__classPrivateFieldGet(this,o,"f").afterClose=()=>{var t;null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t||t.call(this),e.__classPrivateFieldSet(this,d,null,"f")},e.__classPrivateFieldSet(this,r,new s.FlowDriver((()=>{var t;return null===(t=e.__classPrivateFieldGet(this,o,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e.__classPrivateFieldGet(this,r,"f"))},u=function(){var t;e.__classPrivateFieldGet(this,o,"f").open(),null===(t=e.__classPrivateFieldGet(this,d,"f"))||void 0===t||t.call(this)},_=function(t,i){e.__classPrivateFieldGet(this,o,"f").setContent(this.createFlowTemplate({flowId:t,client:{userId:i}}));e.__classPrivateFieldSet(this,d,e.__classPrivateFieldGet(this,r,"f").onPageUpdated((()=>e.__classPrivateFieldGet(this,a,"m",u).call(this))),"f"),e.__classPrivateFieldGet(this,r,"f").onSuccess((()=>{e.__classPrivateFieldGet(this,o,"f").close(),this.actions.getMe()}))},f})),Me=t.createSingletonMixin((s=>class extends(t.compose(i.debuggerMixin,i.themeMixin,ie,fe,oe,ae,ne,he,de,ce,ve,ue,re,ge,we,Fe,me,Pe)(s)){init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var e;yield null===(e=t.init)||void 0===e?void 0:e.call(this)}))}})),Ge=t.compose((t=>class extends(Me(t)){init(){const t=Object.create(null,{init:{get:()=>super.init}});return e.__awaiter(this,void 0,void 0,(function*(){var e;yield null===(e=t.init)||void 0===e?void 0:e.call(this);(customElements.get("descope-wc")||(yield import("@descope/web-component").then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.14.1"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",Ge),module.exports=Ge;
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @descope/user-profile-widget v0.14.
|
|
3
|
+
* @descope/user-profile-widget v0.14.1
|
|
4
4
|
*/
|
|
5
|
-
import{__awaiter as t,__classPrivateFieldGet as e,__classPrivateFieldSet as i}from"tslib";import{decodeJWT as s,createSingletonMixin as o,compose as n,createTemplate as l,withMemCache as a}from"@descope/sdk-helpers";import{projectIdMixin as r,observeAttributesMixin as d,loggerMixin as h,baseUrlMixin as c,cookieConfigMixin as u,DEFAULT_STYLE_ID as v,createStateManagementMixin as f,initLifecycleMixin as g,localeMixin as p,modalMixin as m,themeMixin as w,flowInputMixin as y,descopeUiMixin as k,initElementMixin as b,createFetchWidgetPagesMixin as R,notificationsMixin as M,debuggerMixin as W}from"@descope/sdk-mixins";import{FlowDriver as C,AvatarDriver as S,UserAttributeDriver as T,ButtonDriver as I,UserAuthMethodDriver as A,DeviceListDriver as F,UserPasskeysDriver as x,TenantSelectorDriver as U,GenericFlowButtonDriver as L}from"@descope/sdk-component-drivers";import{createAsyncThunk as j}from"@reduxjs/toolkit";import E,{getSessionToken as P}from"@descope/web-js-sdk";import{createSelector as O}from"reselect";import"@descope/core-js-sdk";import"@descope/web-component";function D(t){return new URLSearchParams(window.location.search).get(t)}const q=t=>(...e)=>i=>{i.addCase(t.pending,((t,i)=>{e.forEach((({onPending:e})=>{null==e||e(t,i)}))})),i.addCase(t.fulfilled,((t,i)=>{e.forEach((({onFulfilled:e})=>{null==e||e(t,i)}))})),i.addCase(t.rejected,((t,i)=>{e.forEach((({onRejected:e})=>{null==e||e(t,i)}))}))},N=t=>({onFulfilled:e=>{t(e).loading=!1},onPending:e=>{t(e).loading=!0,t(e).error=null},onRejected:(e,i)=>{t(e).loading=!1,t(e).error=i.error}}),$=j("users/me",((t,{extra:{api:e}})=>e.user.me())),B=q($)({onFulfilled:(t,e)=>{t.me.data=e.payload}},N((t=>t.me))),H={action:$,reducer:B},V=j("users/devices",((t,{extra:{api:e}})=>e.device.devices(t))),Z=q(V)({onFulfilled:(t,e)=>{t.devices.data=e.payload.devices}},N((t=>t.devices))),J={action:V,reducer:Z},X=j("users/passkeys",((t,{extra:{api:e}})=>e.passkey.listPasskeys(t))),z=q(X)({onFulfilled:(t,e)=>{t.passkeys.data=e.payload.passkeys}},N((t=>t.passkeys))),G={action:X,reducer:z},Y=j("users/logout",((t,{extra:{api:e}})=>e.user.logout())),_={action:Y,reducer:q(Y)({})},K=t=>{if(!t)return null;const e=s(t);return(null==e?void 0:e.dct)||null},Q=t=>t.me.data,tt=O(Q,(t=>t.userId)),et=O(Q,(t=>t.picture)),it=O(Q,(t=>t.email)),st=O(Q,(t=>t.verifiedEmail)),ot=O(Q,(t=>t.name)),nt=O(Q,(t=>t.phone)),lt=O(Q,(t=>t.verifiedPhone)),at=O(it,st,((t,e)=>t&&""!==t.trim()&&!e?"Unverified":"")),rt=O(nt,lt,((t,e)=>t&&""!==t.trim()&&!e?"Unverified":"")),dt=O(Q,(t=>t.webauthn));O(Q,(t=>t.password));const ht=O(Q,(t=>t.TOTP)),ct=O(Q,(t=>t.customAttributes)),ut=O(Q,(t=>({givenName:t.givenName,middleName:t.middleName,familyName:t.familyName}))),vt=O((t=>t.devices.data),(t=>t.map((({id:t,name:e,deviceType:i,lastLoginTime:s,isCurrentDevice:o})=>({id:t,name:e,deviceType:i,lastLoginDate:1e3*parseInt(s,10),isCurrent:o}))))),ft=O((t=>t.passkeys.data),(t=>t.map((({id:t,displayName:e,kind:i,createdTime:s})=>({id:t,name:e,passkeyType:i,createdAt:1e3*s}))))),gt=t=>t.notifications,pt=O(Q,(t=>t.userTenants||[])),mt=t=>t.tenant.currentTenantId,wt=j("tenant/select",((e,i)=>t(void 0,[e,i],void 0,(function*(t,{extra:{api:e},getState:i}){if(t===mt(i()))return null;const s=yield e.user.setCurrentTenant(t),o=s.sessionJwt||s.sessionToken;try{return{tenantId:K(o)}}catch(t){return console.error("Failed to switch tenant:",t),null}})))),yt={action:wt,reducer:q(wt)({onPending:t=>{t.tenant.previousTenantId=t.tenant.currentTenantId},onFulfilled:(t,e)=>{var i;t.tenant.currentTenantId=null===(i=e.payload)||void 0===i?void 0:i.tenantId,t.tenant.previousTenantId=null},onRejected:t=>{t.tenant.currentTenantId=t.tenant.previousTenantId,t.tenant.previousTenantId=null}},N((t=>t.selectTenant)),(({getErrorMsg:t,getSuccessMsg:e})=>({onFulfilled:(t,i)=>{if(e){const s=e(i);s&&t.notifications.push({type:"success",msg:s})}},onRejected:(e,i)=>{if(t){const s=t(i);s&&e.notifications.push({type:"error",msg:s})}}}))({getErrorMsg:t=>{var e,i;const s=(null===(e=t.error)||void 0===e?void 0:e.message)||"";return"Error"===(null===(i=t.error)||void 0===i?void 0:i.name)?s:`${s||"Error"}`}}))},kt={me:{loading:!1,error:null,data:{}},devices:{loading:!1,error:null,data:[]},passkeys:{loading:!1,error:null,data:[]},tenant:{currentTenantId:null,previousTenantId:null},selectTenant:{loading:!1,error:null},notifications:[]},bt={me:"/v1/auth/me",devices:"/v1/mgmt/user/trusteddevices/list",passkeys:"/v1/mgmt/user/passkeys/list",selectTenant:"/v1/auth/tenant/select"},Rt=e=>t(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Mt=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Wt=()=>t(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({loginIds:["user@company.com"],externalIds:["user@company.com"],userId:"user-1",name:"Test User",email:"user@company.com",roleNames:["Role"],phone:"+1-202-555-010",verifiedEmail:!0,verifiedPhone:!0,userTenants:Mt,status:"enabled",editable:!0,createdTime:(new Date).getTime(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:void 0,password:!0,SAML:!1,test:!1,TOTP:!1,webauthn:!0})}))})),Ct=()=>({devices:[{id:"device-id-1",name:"Device 1",deviceType:"desktop",lastLoginDate:17359776e5,isCurrent:!1},{id:"device-id-2",name:"Device 2",deviceType:"mobile",lastLoginDate:17387505e5,isCurrentDevice:!0},{id:"device-id-3",name:"Device 3",deviceType:"tablet",lastLoginDate:17412642e5,isCurrent:!1},{id:"device-id-4",name:"Device 4",deviceType:"unknown",lastLoginDate:17440371e5,isCurrent:!1},{id:"device-id-5",name:"Device 5",deviceType:"desktop",lastLoginDate:174672e7,isCurrent:!1}]}),St=()=>({passkeys:[{id:"vendor-id-1",displayName:"Device 1",kind:"google",createdTime:1735977600,rpId:"example.com"},{id:"vendor-id-2",displayName:"Device 2",kind:"edge",createdTime:1738750500,rpId:"example.com"},{id:"vendor-id-3",displayName:"Device 3",kind:"apple",createdTime:1741264200,rpId:"example.com"}]}),Tt=({httpClient:e,mock:i})=>({me:()=>t(void 0,void 0,void 0,(function*(){if(i)return Wt();const t=yield e.get(bt.me);return yield Rt(t),t.json()})),setCurrentTenant:i=>t(void 0,void 0,void 0,(function*(){const t=yield e.post(bt.selectTenant,{tenant:i});return yield Rt(t),t.json()}))}),It=({httpClient:e,mock:i})=>({devices:s=>t(void 0,[s],void 0,(function*({userId:t}){if(i)return Ct();const s=yield e.post(bt.devices,{identifiers:[t]});return yield Rt(s),s.json()}))}),At=({httpClient:e,mock:i})=>({listPasskeys:s=>t(void 0,[s],void 0,(function*({userId:t}){if(i)return St();const s=yield e.post(bt.passkeys,{loginId:t});return yield Rt(s),s.json()}))}),Ft=o((s=>{var o,l,a,f;const g=n(r,d,h,c,u)(s);return f=class extends g{constructor(){super(...arguments),o.add(this),l.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||v}get api(){return e(this,l,"f")||e(this,o,"m",a).call(this),e(this,l,"f")}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),this.observeAttributes(["project-id","base-url"],(()=>{e(this,l,"f")&&e(this,o,"m",a).call(this)}))}))}},l=new WeakMap,o=new WeakSet,a=function(){this.logger.debug("creating an sdk instance"),i(this,l,((e,i,s)=>{const o=E(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":s,"x-descope-widget-version":"0.14.0"}}));return{user:Object.assign(Object.assign({},Tt({httpClient:o.httpClient,mock:i})),{logout:i?()=>t(void 0,void 0,void 0,(function*(){})):o.logout}),device:Object.assign({},It({httpClient:o.httpClient,mock:i})),passkey:Object.assign({},At({httpClient:o.httpClient,mock:i}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},f})),xt=o((t=>{const e=n(f({name:"widget",initialState:kt,reducers:{clearNotifications:t=>{t.notifications=[]},setCurrentTenantId:(t,{payload:e})=>{t.tenant.currentTenantId=e}},extraReducers:t=>{H.reducer(t),J.reducer(t),G.reducer(t),_.reducer(t),yt.reducer(t)},asyncActions:{getMe:H.action,listDevices:J.action,listPasskeys:G.action,logout:_.action,selectTenant:yt.action}}),g,h,Ft)(t);return class extends e{constructor(...t){super(...t),this.state=kt,this.subscribe((t=>{this.logger.debug("State update:",t),this.state=t}))}}})),Ut="widget-flow",Lt=o((i=>{var s,o,l;return l=class extends(n(p,g,m,xt,u,h,w,y)(i)){constructor(){super(...arguments),s.add(this)}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this);const n=D(Ut);n&&(!function(t){if(window.history.replaceState&&D(t)){const e=new URL(window.location.href),i=new URLSearchParams(e.search);i.delete(t),e.search=i.toString(),window.history.replaceState({},"",e.toString())}}(Ut),e(this,s,"m",o).call(this,n))}))}},s=new WeakSet,o=function(t){const e=this.createModal({"data-id":"redirect-flow"});e.setContent(this.createFlowTemplate({flowId:t}));new C((()=>{var t;return null===(t=e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{e.close(),this.actions.getMe()})),e.afterClose=()=>{e.remove()},e.open()},l})),jt=o((i=>{var s,o,a;return a=class extends(n(h,g,k,b,R("user-profile-widget"),xt)(i)){constructor(){super(...arguments),s.add(this)}onWidgetRootReady(){return t(this,void 0,void 0,(function*(){}))}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),yield this.actions.getMe(),yield e(this,s,"m",o).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},s=new WeakSet,o=function(){return t(this,void 0,void 0,(function*(){const t=l(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(t),this.contentRootElement.append(t.content.cloneNode(!0))}))},a})),Et=o((t=>class extends(n(w,d)(t)){syncFlowTheme(t){t.theme=this.theme,this.observeAttributes(["theme"],(()=>{t.theme=this.theme}))}})),Pt=o((s=>{var o,l,r,d,c,v,f,g,k;return k=class extends(n(p,Et,w,xt,h,u,jt,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),f.set(this,a((t=>{this.avatar.image=t}))),g.set(this,a((t=>{this.avatar.displayName=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",v).call(this),e(this,o,"m",d).call(this),e(this,f,"f").call(this,et(this.state)),e(this,g,"f").call(this,ot(this.state)),this.subscribe(e(this,f,"f").bind(this),et),this.subscribe(e(this,g,"f").bind(this),ot)}))}},l=new WeakMap,r=new WeakMap,f=new WeakMap,g=new WeakMap,o=new WeakSet,d=function(){this.avatar.flowId&&(i(this,l,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",c).bind(this),e(this,o,"m",c).call(this),this.syncFlowTheme(e(this,r,"f")))},c=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},v=function(){this.avatar=new S((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()}))},k})),Ot=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R,M;return M=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.emailUserAttr.value=t}))),R.set(this,a((t=>{this.emailUserAttr.badgeLabel=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,it(this.state)),e(this,R,"f").call(this,at(this.state)),this.subscribe(e(this,b,"f").bind(this),it),this.subscribe(e(this,R,"f").bind(this),at)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,R=new WeakMap,o=new WeakSet,v=function(){this.emailUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.emailUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.emailUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="email"]')}),{logger:this.logger}),this.emailUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.emailUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},M})),Dt=o((i=>{var s,o,l;return l=class extends(n(xt,h,jt,m)(i)){constructor(){super(...arguments),s.add(this)}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,s,"m",o).call(this)}))}},s=new WeakSet,o=function(){this.logout=new I((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>t(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},l})),qt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.nameUserAttr.value=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,ot(this.state)),this.subscribe(e(this,b,"f").bind(this),ot)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.nameUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.nameUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.nameUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="name"]')}),{logger:this.logger}),this.nameUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.nameUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),Nt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.passkeyUserAuthMethod.fulfilled=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,dt(this.state)),this.subscribe(e(this,b,"f").bind(this),dt)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.passkeyUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(i(this,d,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.passkeyUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="passkey"]')}),{logger:this.logger}),this.passkeyUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),$t=o((s=>{var o,l,a,r,d,c;return c=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),a.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="password"]')}),{logger:this.logger}),this.passwordUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.initPasswordAuthMethod(),e(this,o,"m",r).call(this)}))}},l=new WeakMap,a=new WeakMap,o=new WeakSet,r=function(){this.passwordUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),i(this,a,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",d).bind(this),e(this,o,"m",d).call(this),this.syncFlowTheme(e(this,a,"f")))},d=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),e(this,a,"f").onSuccess((()=>{e(this,l,"f").close()}))},c})),Bt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R,M;return M=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.phoneUserAttr.value=t}))),R.set(this,a((t=>{this.phoneUserAttr.badgeLabel=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,nt(this.state)),e(this,R,"f").call(this,rt(this.state)),this.subscribe(e(this,b,"f").bind(this),nt),this.subscribe(e(this,R,"f").bind(this),rt)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,R=new WeakMap,o=new WeakSet,v=function(){this.phoneUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.phoneUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.phoneUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="phone"]')}),{logger:this.logger}),this.phoneUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.phoneUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},M})),Ht=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.totpUserAuthMethod.fulfilled=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,ht(this.state)),this.subscribe(e(this,b,"f").bind(this),ht)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.totpUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.totpUserAuthMethod.fulfilledFlowId&&(i(this,d,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.totpUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="totp"]')}),{logger:this.logger}),this.totpUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),Vt=o((i=>{var s,o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(i)){constructor(){super(...arguments),s.add(this),o.set(this,{}),l.set(this,{}),r.set(this,{}),d.set(this,{}),c.set(this,{}),b.set(this,a((t=>{Object.keys(e(this,o,"f")).forEach((i=>{e(this,o,"f")[i].value=(t[i]||"").toString()}))})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,s,"m",k).call(this),e(this,b,"f").call(this,ut(this.state)),this.subscribe(e(this,b,"f").bind(this),ut)}))}},o=new WeakMap,l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,s=new WeakSet,v=function(t){var i,s;null===(i=e(this,l,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,r,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,l,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},f=function(t){var i,s;null===(i=e(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},g=function(t,i,o){const n=t.getAttribute("edit-flow-id");n&&(e(this,l,"f")[n]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e(this,r,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,l,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,l,"f")[n].afterClose=e(this,s,"m",v).bind(this,n),o.onEditClick((()=>{var t,i;null===(i=null===(t=e(this,l,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",v).call(this,n),this.syncFlowTheme(e(this,r,"f")[n]))},w=function(t,i,o){const n=t.getAttribute("delete-flow-id");n&&(e(this,d,"f")[n]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e(this,c,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,d,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,d,"f")[n].afterClose=e(this,s,"m",f).bind(this,n),o.onDeleteClick((()=>{var t,i;null===(i=null===(t=e(this,d,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",f).call(this,n),this.syncFlowTheme(e(this,c,"f")[n]))},k=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((t=>{const i=t.getAttribute("data-id").replace("builtin.",""),n=new T(t,{logger:this.logger});e(this,o,"f")[i]=n,e(this,s,"m",g).call(this,t,i,n),e(this,s,"m",w).call(this,t,i,n)}))},R}));var Zt;!function(t){t.TEXT="text",t.NUMBER="number",t.BOOLEAN="boolean",t.SINGLE_SELECT="singleSelect",t.ARRAY="array",t.DATE="date"}(Zt||(Zt={}));const Jt=o((i=>{var s,o,l,r,d,c,v,f,g,w,k;return o=class extends(n(p,Et,xt,h,jt,u,m,y)(i)){constructor(){super(...arguments),s.add(this),l.set(this,{}),r.set(this,{}),d.set(this,{}),c.set(this,{}),g.set(this,a((t=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("customAttributes.",""),l=i.getAttribute("data-type")||Zt.TEXT,a=t[n],r=new T(i,{logger:this.logger});r.value=o.getFormattedValue(l,a),e(this,s,"m",w).call(this,i,n,r),e(this,s,"m",k).call(this,i,n,r)}))})))}static getFormattedValue(t,e){return t===Zt.DATE&&e?new Date(e).toLocaleString():t===Zt.BOOLEAN&&void 0!==e?e?"True":"False":(e||"").toString()}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,g,"f").call(this,ct(this.state)),this.subscribe(e(this,g,"f").bind(this),ct)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,g=new WeakMap,s=new WeakSet,v=function(t){var i,s;null===(i=e(this,l,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,r,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,l,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},f=function(t){var i,s;null===(i=e(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},w=function(t,i,o){const n=t.getAttribute("edit-flow-id");n&&(e(this,l,"f")[n]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e(this,r,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,l,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,l,"f")[n].afterClose=e(this,s,"m",v).bind(this,n),o.onEditClick((()=>{var t,i;null===(i=null===(t=e(this,l,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",v).call(this,n),this.syncFlowTheme(e(this,r,"f")[n]))},k=function(t,i,o){const n=t.getAttribute("delete-flow-id");n&&(e(this,d,"f")[n]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e(this,c,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,d,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,d,"f")[n].afterClose=e(this,s,"m",f).bind(this,n),o.onDeleteClick((()=>{var t,i;null===(i=null===(t=e(this,d,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",f).call(this,n),this.syncFlowTheme(e(this,c,"f")[n]))},o})),Xt=o((s=>{var o,l,r,d,c,v,f,g;return g=class extends(n(p,Et,w,xt,h,u,jt,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),this.updateDeviceList=a((t=>{this.deviceList.data=t}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.deviceList=new F((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield e(this,o,"m",f).call(this),e(this,o,"m",v).call(this,vt(this.state)),e(this,o,"m",d).call(this),this.subscribe(this.updateDeviceList.bind(this),vt))}))}},l=new WeakMap,r=new WeakMap,o=new WeakSet,d=function(){this.deviceList.flowId&&(i(this,l,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=()=>e(this,o,"m",c).call(this,""),this.syncFlowTheme(e(this,r,"f")))},c=function(t=""){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:t}})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.listDevices({userId:tt(this.state)})}))},v=function(t){this.deviceList.onRemoveDeviceClick((({id:t})=>{var i;e(this,o,"m",c).call(this,t),null===(i=e(this,l,"f"))||void 0===i||i.open()})),this.deviceList.data=t},f=function(){return t(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:tt(this.state)})}))},g})),zt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),k.set(this,a((t=>{this.actions.listPasskeys({userId:t})}))),this.updatePasskeyList=a((t=>{this.userPasskeys.data=t}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.userPasskeys=new x((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(e(this,o,"m",b).call(this,ft(this.state)),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),this.subscribe(e(this,k,"f").bind(this),tt),this.subscribe(this.updatePasskeyList.bind(this),ft))}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,k=new WeakMap,o=new WeakSet,v=function(){this.userPasskeys.addPasskeyFlowId&&(i(this,l,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:tt(this.state)})}))},g=function(){this.userPasskeys.removePasskeyFlowId&&(i(this,d,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e(this,c,"f")))},w=function({externalId:t,credentialId:i}){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:t,credentialId:i}})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:tt(this.state)})}))},b=function(t){this.updatePasskeyList(t),this.userPasskeys.onAddPasskeyClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.userPasskeys.onRemovePasskeyClick((({id:t})=>{var i;const s=tt(this.state);e(this,o,"m",w).call(this,{externalId:s,credentialId:t}),null===(i=e(this,d,"f"))||void 0===i||i.open()}))},R}));const Gt={success:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Checkmark">\n<path id="Shape" d="M10.0485 15.6396C9.5799 15.171 8.8201 15.171 8.35147 15.6396C7.88284 16.1082 7.88284 16.868 8.35147 17.3367L12.7072 21.6924C13.1759 22.1611 13.9357 22.1611 14.4043 21.6924L24.7152 11.3815C25.1838 10.9129 25.1838 10.1531 24.7152 9.68448C24.2466 9.21585 23.4868 9.21585 23.0181 9.68448L13.5558 19.1469L10.0485 15.6396Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,error:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Vector" d="M15.9998 26.6558C10.1118 26.6558 5.34375 21.8878 5.34375 15.9998C5.34375 10.1118 10.1118 5.34375 15.9998 5.34375C21.8878 5.34375 26.6558 10.1118 26.6558 15.9998C26.6558 21.8878 21.8878 26.6558 15.9998 26.6558ZM15.9998 24.4798C20.6718 24.4798 24.4798 20.7038 24.4798 15.9998C24.4798 11.3278 20.7038 7.51975 15.9998 7.51975C11.3278 7.51975 7.51975 11.2958 7.51975 15.9998C7.51975 20.6718 11.2958 24.4798 15.9998 24.4798ZM15.3278 9.34375H16.6718C17.0558 9.34375 17.3438 9.63175 17.3118 9.98375L16.9598 16.9278C16.9598 17.1838 16.7678 17.3438 16.5438 17.3438H15.4558C15.2318 17.3438 15.0398 17.1518 15.0398 16.9278L14.6878 9.98375C14.6878 9.63175 14.9758 9.34375 15.3278 9.34375ZM15.4558 19.4558H16.5438C16.9278 19.4558 17.2158 19.7438 17.1838 20.1278V21.1838C17.1838 21.5678 16.8958 21.8558 16.5438 21.8558H15.4558C15.0718 21.8558 14.7838 21.5678 14.7838 21.1838V20.1278C14.7838 19.7438 15.0718 19.4558 15.4558 19.4558Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild},Yt=o((i=>{var s,o,l,r,d;return d=class extends(n(h,xt,M,g)(i)){constructor(){super(...arguments),s.add(this),r.set(this,a((t=>{t.length&&(t.forEach((({type:t,msg:i})=>{const n=e(this,s,"m",l).call(this,t);n.setContent(e(this,s,"m",o).call(this,{type:t,msg:i})),n.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),this.subscribe(e(this,r,"f").bind(this),gt)}))}},r=new WeakMap,s=new WeakSet,o=function({type:t,msg:e}){const i=Gt[t],s=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${e}${s.outerHTML}`},l=function(t){return this.createNotification({mode:t,duration:"error"===t?0:3e3,position:"bottom-start",size:"sm"})},d})),_t=o((s=>{var o,l,a,r,d,c,u,v,f,g,p;return p=class extends(n(xt,h,jt)(s)){constructor(){super(...arguments),o.add(this),l.set(this,null),r.set(this,(e=>t(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),d.set(this,(t=>{const s=mt(t);this.tenantSelector.value!==s&&e(this,o,"m",f).call(this,s);const{loading:n,error:a}=t.selectTenant,r=null!==t.tenant.previousTenantId,d=s!==e(this,l,"f");!s||n||a||r||!d||(i(this,l,s,"f"),e(this,o,"m",c).call(this))}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.actions.setCurrentTenantId((()=>{const t=P();return K(t)})()),e(this,o,"m",a).call(this),e(this,o,"m",g).call(this),e(this,o,"m",v).call(this,pt(this.state)),this.subscribe(e(this,d,"f").bind(this))}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,o=new WeakSet,a=function(){this.tenantSelector=new U((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-combo-box[name="tenantSelector"]')}),{logger:this.logger}),this.tenantSelector.onInput(e(this,r,"f"))},c=function(){const t=mt(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:t}})),this.tenantSelector.shouldReload&&e(this,o,"m",u).call(this)},u=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},v=function(e){return t(this,void 0,void 0,(function*(){const t=e.map((t=>({label:t.tenantName||t.tenantId,value:t.tenantId})));yield this.tenantSelector.setData(t)}))},f=function(t){t&&(this.tenantSelector.value=t)},g=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{e(this,o,"m",f).call(this,mt(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),Kt=o((s=>{var o,l,a,r,d,c,u,v,f,g,w;return w=class extends(n(p,Et,xt,m,h,jt,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),a.set(this,void 0),r.set(this,[]),d.set(this,null)}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",v).call(this),e(this,o,"m",u).call(this),e(this,r,"f").forEach((t=>t.enable()))}))}},l=new WeakMap,a=new WeakMap,r=new WeakMap,d=new WeakMap,o=new WeakSet,c=function(t){const i=new L(t,{logger:this.logger});i.onClick((()=>{e(this,o,"m",g).call(this,i.flowId,tt(this.state))})),e(this,r,"f").push(i)},u=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((t=>{e(this,o,"m",c).call(this,t)}))},v=function(){i(this,l,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),e(this,l,"f").afterClose=()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.call(this),i(this,d,null,"f")},i(this,a,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e(this,a,"f"))},f=function(){var t;e(this,l,"f").open(),null===(t=e(this,d,"f"))||void 0===t||t.call(this)},g=function(t,s){e(this,l,"f").setContent(this.createFlowTemplate({flowId:t,client:{userId:s}}));i(this,d,e(this,a,"f").onPageUpdated((()=>e(this,o,"m",f).call(this))),"f"),e(this,a,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},w})),Qt=o((e=>class extends(n(W,w,Lt,Jt,Ot,Pt,qt,Bt,Nt,$t,Ht,Vt,Dt,Xt,zt,Yt,_t,Kt)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),te=n((e=>class extends(Qt(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this);(customElements.get("descope-wc")||(yield import("@descope/web-component").then((t=>t.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.14.0"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",te);export{te as default};
|
|
5
|
+
import{__awaiter as t,__classPrivateFieldGet as e,__classPrivateFieldSet as i}from"tslib";import{decodeJWT as s,createSingletonMixin as o,compose as n,createTemplate as l,withMemCache as a}from"@descope/sdk-helpers";import{projectIdMixin as r,observeAttributesMixin as d,loggerMixin as h,baseUrlMixin as c,cookieConfigMixin as u,DEFAULT_STYLE_ID as v,createStateManagementMixin as f,initLifecycleMixin as g,localeMixin as p,modalMixin as m,themeMixin as w,flowInputMixin as y,descopeUiMixin as k,initElementMixin as b,createFetchWidgetPagesMixin as R,notificationsMixin as M,debuggerMixin as W}from"@descope/sdk-mixins";import{FlowDriver as C,AvatarDriver as S,UserAttributeDriver as T,ButtonDriver as I,UserAuthMethodDriver as A,DeviceListDriver as F,UserPasskeysDriver as x,TenantSelectorDriver as U,GenericFlowButtonDriver as L}from"@descope/sdk-component-drivers";import{createAsyncThunk as j}from"@reduxjs/toolkit";import E,{getSessionToken as P}from"@descope/web-js-sdk";import{createSelector as O}from"reselect";import"@descope/core-js-sdk";import"@descope/web-component";function D(t){return new URLSearchParams(window.location.search).get(t)}const q=t=>(...e)=>i=>{i.addCase(t.pending,((t,i)=>{e.forEach((({onPending:e})=>{null==e||e(t,i)}))})),i.addCase(t.fulfilled,((t,i)=>{e.forEach((({onFulfilled:e})=>{null==e||e(t,i)}))})),i.addCase(t.rejected,((t,i)=>{e.forEach((({onRejected:e})=>{null==e||e(t,i)}))}))},N=t=>({onFulfilled:e=>{t(e).loading=!1},onPending:e=>{t(e).loading=!0,t(e).error=null},onRejected:(e,i)=>{t(e).loading=!1,t(e).error=i.error}}),$=j("users/me",((t,{extra:{api:e}})=>e.user.me())),B=q($)({onFulfilled:(t,e)=>{t.me.data=e.payload}},N((t=>t.me))),H={action:$,reducer:B},V=j("users/devices",((t,{extra:{api:e}})=>e.device.devices(t))),Z=q(V)({onFulfilled:(t,e)=>{t.devices.data=e.payload.devices}},N((t=>t.devices))),J={action:V,reducer:Z},X=j("users/passkeys",((t,{extra:{api:e}})=>e.passkey.listPasskeys(t))),z=q(X)({onFulfilled:(t,e)=>{t.passkeys.data=e.payload.passkeys}},N((t=>t.passkeys))),G={action:X,reducer:z},Y=j("users/logout",((t,{extra:{api:e}})=>e.user.logout())),_={action:Y,reducer:q(Y)({})},K=t=>{if(!t)return null;const e=s(t);return(null==e?void 0:e.dct)||null},Q=t=>t.me.data,tt=O(Q,(t=>t.userId)),et=O(Q,(t=>t.picture)),it=O(Q,(t=>t.email)),st=O(Q,(t=>t.verifiedEmail)),ot=O(Q,(t=>t.name)),nt=O(Q,(t=>t.phone)),lt=O(Q,(t=>t.verifiedPhone)),at=O(it,st,((t,e)=>t&&""!==t.trim()&&!e?"Unverified":"")),rt=O(nt,lt,((t,e)=>t&&""!==t.trim()&&!e?"Unverified":"")),dt=O(Q,(t=>t.webauthn));O(Q,(t=>t.password));const ht=O(Q,(t=>t.TOTP)),ct=O(Q,(t=>t.customAttributes)),ut=O(Q,(t=>({givenName:t.givenName,middleName:t.middleName,familyName:t.familyName}))),vt=O((t=>t.devices.data),(t=>t.map((({id:t,name:e,deviceType:i,lastLoginTime:s,isCurrentDevice:o})=>({id:t,name:e,deviceType:i,lastLoginDate:1e3*parseInt(s,10),isCurrent:o}))))),ft=O((t=>t.passkeys.data),(t=>t.map((({id:t,displayName:e,kind:i,createdTime:s})=>({id:t,name:e,passkeyType:i,createdAt:1e3*s}))))),gt=t=>t.notifications,pt=O(Q,(t=>t.userTenants||[])),mt=t=>t.tenant.currentTenantId,wt=j("tenant/select",((e,i)=>t(void 0,[e,i],void 0,(function*(t,{extra:{api:e},getState:i}){if(t===mt(i()))return null;const s=yield e.user.setCurrentTenant(t),o=s.sessionJwt||s.sessionToken;try{return{tenantId:K(o)}}catch(t){return console.error("Failed to switch tenant:",t),null}})))),yt={action:wt,reducer:q(wt)({onPending:t=>{t.tenant.previousTenantId=t.tenant.currentTenantId},onFulfilled:(t,e)=>{var i;t.tenant.currentTenantId=null===(i=e.payload)||void 0===i?void 0:i.tenantId,t.tenant.previousTenantId=null},onRejected:t=>{t.tenant.currentTenantId=t.tenant.previousTenantId,t.tenant.previousTenantId=null}},N((t=>t.selectTenant)),(({getErrorMsg:t,getSuccessMsg:e})=>({onFulfilled:(t,i)=>{if(e){const s=e(i);s&&t.notifications.push({type:"success",msg:s})}},onRejected:(e,i)=>{if(t){const s=t(i);s&&e.notifications.push({type:"error",msg:s})}}}))({getErrorMsg:t=>{var e,i;const s=(null===(e=t.error)||void 0===e?void 0:e.message)||"";return"Error"===(null===(i=t.error)||void 0===i?void 0:i.name)?s:`${s||"Error"}`}}))},kt={me:{loading:!1,error:null,data:{}},devices:{loading:!1,error:null,data:[]},passkeys:{loading:!1,error:null,data:[]},tenant:{currentTenantId:null,previousTenantId:null},selectTenant:{loading:!1,error:null},notifications:[]},bt={me:"/v1/auth/me",devices:"/v1/mgmt/user/trusteddevices/list",passkeys:"/v1/mgmt/user/passkeys/list",selectTenant:"/v1/auth/tenant/select"},Rt=e=>t(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Mt=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Wt=()=>t(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({loginIds:["user@company.com"],externalIds:["user@company.com"],userId:"user-1",name:"Test User",email:"user@company.com",roleNames:["Role"],phone:"+1-202-555-010",verifiedEmail:!0,verifiedPhone:!0,userTenants:Mt,status:"enabled",editable:!0,createdTime:(new Date).getTime(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:void 0,password:!0,SAML:!1,test:!1,TOTP:!1,webauthn:!0})}))})),Ct=()=>({devices:[{id:"device-id-1",name:"Device 1",deviceType:"desktop",lastLoginDate:17359776e5,isCurrent:!1},{id:"device-id-2",name:"Device 2",deviceType:"mobile",lastLoginDate:17387505e5,isCurrentDevice:!0},{id:"device-id-3",name:"Device 3",deviceType:"tablet",lastLoginDate:17412642e5,isCurrent:!1},{id:"device-id-4",name:"Device 4",deviceType:"unknown",lastLoginDate:17440371e5,isCurrent:!1},{id:"device-id-5",name:"Device 5",deviceType:"desktop",lastLoginDate:174672e7,isCurrent:!1}]}),St=()=>({passkeys:[{id:"vendor-id-1",displayName:"Device 1",kind:"google",createdTime:1735977600,rpId:"example.com"},{id:"vendor-id-2",displayName:"Device 2",kind:"edge",createdTime:1738750500,rpId:"example.com"},{id:"vendor-id-3",displayName:"Device 3",kind:"apple",createdTime:1741264200,rpId:"example.com"}]}),Tt=({httpClient:e,mock:i})=>({me:()=>t(void 0,void 0,void 0,(function*(){if(i)return Wt();const t=yield e.get(bt.me);return yield Rt(t),t.json()})),setCurrentTenant:i=>t(void 0,void 0,void 0,(function*(){const t=yield e.post(bt.selectTenant,{tenant:i});return yield Rt(t),t.json()}))}),It=({httpClient:e,mock:i})=>({devices:s=>t(void 0,[s],void 0,(function*({userId:t}){if(i)return Ct();const s=yield e.post(bt.devices,{identifiers:[t]});return yield Rt(s),s.json()}))}),At=({httpClient:e,mock:i})=>({listPasskeys:s=>t(void 0,[s],void 0,(function*({userId:t}){if(i)return St();const s=yield e.post(bt.passkeys,{loginId:t});return yield Rt(s),s.json()}))}),Ft=o((s=>{var o,l,a,f;const g=n(r,d,h,c,u)(s);return f=class extends g{constructor(){super(...arguments),o.add(this),l.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||v}get api(){return e(this,l,"f")||e(this,o,"m",a).call(this),e(this,l,"f")}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),this.observeAttributes(["project-id","base-url"],(()=>{e(this,l,"f")&&e(this,o,"m",a).call(this)}))}))}},l=new WeakMap,o=new WeakSet,a=function(){this.logger.debug("creating an sdk instance"),i(this,l,((e,i,s)=>{const o=E(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":s,"x-descope-widget-version":"0.14.1"}}));return{user:Object.assign(Object.assign({},Tt({httpClient:o.httpClient,mock:i})),{logout:i?()=>t(void 0,void 0,void 0,(function*(){})):o.logout}),device:Object.assign({},It({httpClient:o.httpClient,mock:i})),passkey:Object.assign({},At({httpClient:o.httpClient,mock:i}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},f})),xt=o((t=>{const e=n(f({name:"widget",initialState:kt,reducers:{clearNotifications:t=>{t.notifications=[]},setCurrentTenantId:(t,{payload:e})=>{t.tenant.currentTenantId=e}},extraReducers:t=>{H.reducer(t),J.reducer(t),G.reducer(t),_.reducer(t),yt.reducer(t)},asyncActions:{getMe:H.action,listDevices:J.action,listPasskeys:G.action,logout:_.action,selectTenant:yt.action}}),g,h,Ft)(t);return class extends e{constructor(...t){super(...t),this.state=kt,this.subscribe((t=>{this.logger.debug("State update:",t),this.state=t}))}}})),Ut="widget-flow",Lt=o((i=>{var s,o,l;return l=class extends(n(p,g,m,xt,u,h,w,y)(i)){constructor(){super(...arguments),s.add(this)}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this);const n=D(Ut);n&&(!function(t){if(window.history.replaceState&&D(t)){const e=new URL(window.location.href),i=new URLSearchParams(e.search);i.delete(t),e.search=i.toString(),window.history.replaceState({},"",e.toString())}}(Ut),e(this,s,"m",o).call(this,n))}))}},s=new WeakSet,o=function(t){const e=this.createModal({"data-id":"redirect-flow"});e.setContent(this.createFlowTemplate({flowId:t}));new C((()=>{var t;return null===(t=e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{e.close(),this.actions.getMe()})),e.afterClose=()=>{e.remove()},e.open()},l})),jt=o((i=>{var s,o,a;return a=class extends(n(h,g,k,b,R("user-profile-widget"),xt)(i)){constructor(){super(...arguments),s.add(this)}onWidgetRootReady(){return t(this,void 0,void 0,(function*(){}))}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),yield this.actions.getMe(),yield e(this,s,"m",o).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},s=new WeakSet,o=function(){return t(this,void 0,void 0,(function*(){const t=l(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(t),this.contentRootElement.append(t.content.cloneNode(!0))}))},a})),Et=o((t=>class extends(n(w,d)(t)){syncFlowTheme(t){t.theme=this.theme,this.observeAttributes(["theme"],(()=>{t.theme=this.theme}))}})),Pt=o((s=>{var o,l,r,d,c,v,f,g,k;return k=class extends(n(p,Et,w,xt,h,u,jt,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),f.set(this,a((t=>{this.avatar.image=t}))),g.set(this,a((t=>{this.avatar.displayName=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",v).call(this),e(this,o,"m",d).call(this),e(this,f,"f").call(this,et(this.state)),e(this,g,"f").call(this,ot(this.state)),this.subscribe(e(this,f,"f").bind(this),et),this.subscribe(e(this,g,"f").bind(this),ot)}))}},l=new WeakMap,r=new WeakMap,f=new WeakMap,g=new WeakMap,o=new WeakSet,d=function(){this.avatar.flowId&&(i(this,l,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",c).bind(this),e(this,o,"m",c).call(this),this.syncFlowTheme(e(this,r,"f")))},c=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},v=function(){this.avatar=new S((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()}))},k})),Ot=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R,M;return M=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.emailUserAttr.value=t}))),R.set(this,a((t=>{this.emailUserAttr.badgeLabel=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,it(this.state)),e(this,R,"f").call(this,at(this.state)),this.subscribe(e(this,b,"f").bind(this),it),this.subscribe(e(this,R,"f").bind(this),at)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,R=new WeakMap,o=new WeakSet,v=function(){this.emailUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.emailUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.emailUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="email"]')}),{logger:this.logger}),this.emailUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.emailUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},M})),Dt=o((i=>{var s,o,l;return l=class extends(n(xt,h,jt,m)(i)){constructor(){super(...arguments),s.add(this)}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,s,"m",o).call(this)}))}},s=new WeakSet,o=function(){this.logout=new I((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>t(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},l})),qt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.nameUserAttr.value=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,ot(this.state)),this.subscribe(e(this,b,"f").bind(this),ot)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.nameUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.nameUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.nameUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="name"]')}),{logger:this.logger}),this.nameUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.nameUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),Nt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.passkeyUserAuthMethod.fulfilled=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,dt(this.state)),this.subscribe(e(this,b,"f").bind(this),dt)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.passkeyUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(i(this,d,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.passkeyUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="passkey"]')}),{logger:this.logger}),this.passkeyUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),$t=o((s=>{var o,l,a,r,d,c;return c=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),a.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="password"]')}),{logger:this.logger}),this.passwordUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.initPasswordAuthMethod(),e(this,o,"m",r).call(this)}))}},l=new WeakMap,a=new WeakMap,o=new WeakSet,r=function(){this.passwordUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),i(this,a,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",d).bind(this),e(this,o,"m",d).call(this),this.syncFlowTheme(e(this,a,"f")))},d=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),e(this,a,"f").onSuccess((()=>{e(this,l,"f").close()}))},c})),Bt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R,M;return M=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.phoneUserAttr.value=t}))),R.set(this,a((t=>{this.phoneUserAttr.badgeLabel=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,nt(this.state)),e(this,R,"f").call(this,rt(this.state)),this.subscribe(e(this,b,"f").bind(this),nt),this.subscribe(e(this,R,"f").bind(this),rt)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,R=new WeakMap,o=new WeakSet,v=function(){this.phoneUserAttr.editFlowId&&(i(this,l,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.phoneUserAttr.deleteFlowId&&(i(this,d,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.phoneUserAttr=new T((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-attribute[data-id="phone"]')}),{logger:this.logger}),this.phoneUserAttr.onEditClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.phoneUserAttr.onDeleteClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},M})),Ht=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),b.set(this,a((t=>{this.totpUserAuthMethod.fulfilled=t})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",k).call(this),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),e(this,b,"f").call(this,ht(this.state)),this.subscribe(e(this,b,"f").bind(this),ht)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,o=new WeakSet,v=function(){this.totpUserAuthMethod.flowId&&(i(this,l,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},g=function(){this.totpUserAuthMethod.fulfilledFlowId&&(i(this,d,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,d,"f").afterClose=e(this,o,"m",w).bind(this),e(this,o,"m",w).call(this),this.syncFlowTheme(e(this,c,"f")))},w=function(){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe()}))},k=function(){this.totpUserAuthMethod=new A((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-user-auth-method[data-id="totp"]')}),{logger:this.logger}),this.totpUserAuthMethod.onUnfulfilledButtonClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.open()}))},R})),Vt=o((i=>{var s,o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(i)){constructor(){super(...arguments),s.add(this),o.set(this,{}),l.set(this,{}),r.set(this,{}),d.set(this,{}),c.set(this,{}),b.set(this,a((t=>{Object.keys(e(this,o,"f")).forEach((i=>{e(this,o,"f")[i].value=(t[i]||"").toString()}))})))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,s,"m",k).call(this),e(this,b,"f").call(this,ut(this.state)),this.subscribe(e(this,b,"f").bind(this),ut)}))}},o=new WeakMap,l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,b=new WeakMap,s=new WeakSet,v=function(t){var i,s;null===(i=e(this,l,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,r,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,l,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},f=function(t){var i,s;null===(i=e(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},g=function(t,i,o){const n=t.getAttribute("edit-flow-id");n&&(e(this,l,"f")[n]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e(this,r,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,l,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,l,"f")[n].afterClose=e(this,s,"m",v).bind(this,n),o.onEditClick((()=>{var t,i;null===(i=null===(t=e(this,l,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",v).call(this,n),this.syncFlowTheme(e(this,r,"f")[n]))},w=function(t,i,o){const n=t.getAttribute("delete-flow-id");n&&(e(this,d,"f")[n]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e(this,c,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,d,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,d,"f")[n].afterClose=e(this,s,"m",f).bind(this,n),o.onDeleteClick((()=>{var t,i;null===(i=null===(t=e(this,d,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",f).call(this,n),this.syncFlowTheme(e(this,c,"f")[n]))},k=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((t=>{const i=t.getAttribute("data-id").replace("builtin.",""),n=new T(t,{logger:this.logger});e(this,o,"f")[i]=n,e(this,s,"m",g).call(this,t,i,n),e(this,s,"m",w).call(this,t,i,n)}))},R}));var Zt;!function(t){t.TEXT="text",t.NUMBER="number",t.BOOLEAN="boolean",t.SINGLE_SELECT="singleSelect",t.ARRAY="array",t.DATE="date"}(Zt||(Zt={}));const Jt=o((i=>{var s,o,l,r,d,c,v,f,g,w,k;return o=class extends(n(p,Et,xt,h,jt,u,m,y)(i)){constructor(){super(...arguments),s.add(this),l.set(this,{}),r.set(this,{}),d.set(this,{}),c.set(this,{}),g.set(this,a((t=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("customAttributes.",""),l=i.getAttribute("data-type")||Zt.TEXT,a=t[n],r=new T(i,{logger:this.logger});r.value=o.getFormattedValue(l,a),e(this,s,"m",w).call(this,i,n,r),e(this,s,"m",k).call(this,i,n,r)}))})))}static getFormattedValue(t,e){return t===Zt.DATE&&e?new Date(e).toLocaleString():t===Zt.BOOLEAN&&void 0!==e?e?"True":"False":(e||"").toString()}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,g,"f").call(this,ct(this.state)),this.subscribe(e(this,g,"f").bind(this),ct)}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,g=new WeakMap,s=new WeakSet,v=function(t){var i,s;null===(i=e(this,l,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,r,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,l,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},f=function(t){var i,s;null===(i=e(this,d,"f")[t])||void 0===i||i.setContent(this.createFlowTemplate({flowId:t})),null===(s=e(this,c,"f")[t])||void 0===s||s.onSuccess((()=>{var i;null===(i=e(this,d,"f")[t])||void 0===i||i.close(),this.actions.getMe()}))},w=function(t,i,o){const n=t.getAttribute("edit-flow-id");n&&(e(this,l,"f")[n]=this.createModal({"data-id":`edit-${i}`,"close-on-outside-click":"true"}),e(this,r,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,l,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,l,"f")[n].afterClose=e(this,s,"m",v).bind(this,n),o.onEditClick((()=>{var t,i;null===(i=null===(t=e(this,l,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",v).call(this,n),this.syncFlowTheme(e(this,r,"f")[n]))},k=function(t,i,o){const n=t.getAttribute("delete-flow-id");n&&(e(this,d,"f")[n]=this.createModal({"data-id":`delete-${i}`,"close-on-outside-click":"true"}),e(this,c,"f")[n]=new C((()=>{var t,i;return null===(i=null===(t=e(this,d,"f")[n])||void 0===t?void 0:t.ele)||void 0===i?void 0:i.querySelector("descope-wc")}),{logger:this.logger}),e(this,d,"f")[n].afterClose=e(this,s,"m",f).bind(this,n),o.onDeleteClick((()=>{var t,i;null===(i=null===(t=e(this,d,"f"))||void 0===t?void 0:t[n])||void 0===i||i.open()})),e(this,s,"m",f).call(this,n),this.syncFlowTheme(e(this,c,"f")[n]))},o})),Xt=o((s=>{var o,l,r,d,c,v,f,g;return g=class extends(n(p,Et,w,xt,h,u,jt,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),this.updateDeviceList=a((t=>{this.deviceList.data=t}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.deviceList=new F((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield e(this,o,"m",f).call(this),e(this,o,"m",v).call(this,vt(this.state)),e(this,o,"m",d).call(this),this.subscribe(this.updateDeviceList.bind(this),vt))}))}},l=new WeakMap,r=new WeakMap,o=new WeakSet,d=function(){this.deviceList.flowId&&(i(this,l,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=()=>e(this,o,"m",c).call(this,""),this.syncFlowTheme(e(this,r,"f")))},c=function(t=""){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:t}})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.listDevices({userId:tt(this.state)})}))},v=function(t){this.deviceList.onRemoveDeviceClick((({id:t})=>{var i;e(this,o,"m",c).call(this,t),null===(i=e(this,l,"f"))||void 0===i||i.open()})),this.deviceList.data=t},f=function(){return t(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:tt(this.state)})}))},g})),zt=o((s=>{var o,l,r,d,c,v,f,g,w,k,b,R;return R=class extends(n(p,Et,xt,h,jt,u,m,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),r.set(this,void 0),d.set(this,void 0),c.set(this,void 0),k.set(this,a((t=>{this.actions.listPasskeys({userId:t})}))),this.updatePasskeyList=a((t=>{this.userPasskeys.data=t}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.userPasskeys=new x((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(e(this,o,"m",b).call(this,ft(this.state)),e(this,o,"m",v).call(this),e(this,o,"m",g).call(this),this.subscribe(e(this,k,"f").bind(this),tt),this.subscribe(this.updatePasskeyList.bind(this),ft))}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,c=new WeakMap,k=new WeakMap,o=new WeakSet,v=function(){this.userPasskeys.addPasskeyFlowId&&(i(this,l,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),i(this,r,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),e(this,l,"f").afterClose=e(this,o,"m",f).bind(this),e(this,o,"m",f).call(this),this.syncFlowTheme(e(this,r,"f")))},f=function(){e(this,l,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),e(this,r,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:tt(this.state)})}))},g=function(){this.userPasskeys.removePasskeyFlowId&&(i(this,d,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),i(this,c,new C((()=>{var t;return null===(t=e(this,d,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e(this,c,"f")))},w=function({externalId:t,credentialId:i}){e(this,d,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:t,credentialId:i}})),e(this,c,"f").onSuccess((()=>{e(this,d,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:tt(this.state)})}))},b=function(t){this.updatePasskeyList(t),this.userPasskeys.onAddPasskeyClick((()=>{var t;null===(t=e(this,l,"f"))||void 0===t||t.open()})),this.userPasskeys.onRemovePasskeyClick((({id:t})=>{var i;const s=tt(this.state);e(this,o,"m",w).call(this,{externalId:s,credentialId:t}),null===(i=e(this,d,"f"))||void 0===i||i.open()}))},R}));const Gt={success:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Checkmark">\n<path id="Shape" d="M10.0485 15.6396C9.5799 15.171 8.8201 15.171 8.35147 15.6396C7.88284 16.1082 7.88284 16.868 8.35147 17.3367L12.7072 21.6924C13.1759 22.1611 13.9357 22.1611 14.4043 21.6924L24.7152 11.3815C25.1838 10.9129 25.1838 10.1531 24.7152 9.68448C24.2466 9.21585 23.4868 9.21585 23.0181 9.68448L13.5558 19.1469L10.0485 15.6396Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,error:(new DOMParser).parseFromString('<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Vector" d="M15.9998 26.6558C10.1118 26.6558 5.34375 21.8878 5.34375 15.9998C5.34375 10.1118 10.1118 5.34375 15.9998 5.34375C21.8878 5.34375 26.6558 10.1118 26.6558 15.9998C26.6558 21.8878 21.8878 26.6558 15.9998 26.6558ZM15.9998 24.4798C20.6718 24.4798 24.4798 20.7038 24.4798 15.9998C24.4798 11.3278 20.7038 7.51975 15.9998 7.51975C11.3278 7.51975 7.51975 11.2958 7.51975 15.9998C7.51975 20.6718 11.2958 24.4798 15.9998 24.4798ZM15.3278 9.34375H16.6718C17.0558 9.34375 17.3438 9.63175 17.3118 9.98375L16.9598 16.9278C16.9598 17.1838 16.7678 17.3438 16.5438 17.3438H15.4558C15.2318 17.3438 15.0398 17.1518 15.0398 16.9278L14.6878 9.98375C14.6878 9.63175 14.9758 9.34375 15.3278 9.34375ZM15.4558 19.4558H16.5438C16.9278 19.4558 17.2158 19.7438 17.1838 20.1278V21.1838C17.1838 21.5678 16.8958 21.8558 16.5438 21.8558H15.4558C15.0718 21.8558 14.7838 21.5678 14.7838 21.1838V20.1278C14.7838 19.7438 15.0718 19.4558 15.4558 19.4558Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild},Yt=o((i=>{var s,o,l,r,d;return d=class extends(n(h,xt,M,g)(i)){constructor(){super(...arguments),s.add(this),r.set(this,a((t=>{t.length&&(t.forEach((({type:t,msg:i})=>{const n=e(this,s,"m",l).call(this,t);n.setContent(e(this,s,"m",o).call(this,{type:t,msg:i})),n.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const i=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.init)||void 0===t?void 0:t.call(this),this.subscribe(e(this,r,"f").bind(this),gt)}))}},r=new WeakMap,s=new WeakSet,o=function({type:t,msg:e}){const i=Gt[t],s=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${e}${s.outerHTML}`},l=function(t){return this.createNotification({mode:t,duration:"error"===t?0:3e3,position:"bottom-start",size:"sm"})},d})),_t=o((s=>{var o,l,a,r,d,c,u,v,f,g,p;return p=class extends(n(xt,h,jt)(s)){constructor(){super(...arguments),o.add(this),l.set(this,null),r.set(this,(e=>t(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),d.set(this,(t=>{const s=mt(t);this.tenantSelector.value!==s&&e(this,o,"m",f).call(this,s);const{loading:n,error:a}=t.selectTenant,r=null!==t.tenant.previousTenantId,d=s!==e(this,l,"f");!s||n||a||r||!d||(i(this,l,s,"f"),e(this,o,"m",c).call(this))}))}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),this.actions.setCurrentTenantId((()=>{const t=P();return K(t)})()),e(this,o,"m",a).call(this),e(this,o,"m",g).call(this),e(this,o,"m",v).call(this,pt(this.state)),this.subscribe(e(this,d,"f").bind(this))}))}},l=new WeakMap,r=new WeakMap,d=new WeakMap,o=new WeakSet,a=function(){this.tenantSelector=new U((()=>{var t;return null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector('descope-combo-box[name="tenantSelector"]')}),{logger:this.logger}),this.tenantSelector.onInput(e(this,r,"f"))},c=function(){const t=mt(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:t}})),this.tenantSelector.shouldReload&&e(this,o,"m",u).call(this)},u=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},v=function(e){return t(this,void 0,void 0,(function*(){const t=e.map((t=>({label:t.tenantName||t.tenantId,value:t.tenantId})));yield this.tenantSelector.setData(t)}))},f=function(t){t&&(this.tenantSelector.value=t)},g=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{e(this,o,"m",f).call(this,mt(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),Kt=o((s=>{var o,l,a,r,d,c,u,v,f,g,w;return w=class extends(n(p,Et,xt,m,h,jt,y)(s)){constructor(){super(...arguments),o.add(this),l.set(this,void 0),a.set(this,void 0),r.set(this,[]),d.set(this,null)}onWidgetRootReady(){const i=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=i.onWidgetRootReady)||void 0===t?void 0:t.call(this),e(this,o,"m",v).call(this),e(this,o,"m",u).call(this),e(this,r,"f").forEach((t=>t.enable()))}))}},l=new WeakMap,a=new WeakMap,r=new WeakMap,d=new WeakMap,o=new WeakSet,c=function(t){const i=new L(t,{logger:this.logger});i.onClick((()=>{e(this,o,"m",g).call(this,i.flowId,tt(this.state))})),e(this,r,"f").push(i)},u=function(){var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((t=>{e(this,o,"m",c).call(this,t)}))},v=function(){i(this,l,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),e(this,l,"f").afterClose=()=>{var t;null===(t=e(this,d,"f"))||void 0===t||t.call(this),i(this,d,null,"f")},i(this,a,new C((()=>{var t;return null===(t=e(this,l,"f").ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(e(this,a,"f"))},f=function(){var t;e(this,l,"f").open(),null===(t=e(this,d,"f"))||void 0===t||t.call(this)},g=function(t,s){e(this,l,"f").setContent(this.createFlowTemplate({flowId:t,client:{userId:s}}));i(this,d,e(this,a,"f").onPageUpdated((()=>e(this,o,"m",f).call(this))),"f"),e(this,a,"f").onSuccess((()=>{e(this,l,"f").close(),this.actions.getMe()}))},w})),Qt=o((e=>class extends(n(W,w,Lt,Jt,Ot,Pt,qt,Bt,Nt,$t,Ht,Vt,Dt,Xt,zt,Yt,_t,Kt)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),te=n((e=>class extends(Qt(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return t(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this);(customElements.get("descope-wc")||(yield import("@descope/web-component").then((t=>t.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.14.1"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",te);export{te as default};
|
|
6
6
|
//# sourceMappingURL=index.js.map
|