@descope/react-sdk 2.30.10 → 3.0.0

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/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Descope={},e.React)}(this,(function(e,t){"use strict";const n=t.createContext(void 0),i=e=>(...t)=>{if(!e)throw Error("You can only use this function after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component");return e(...t)},o=e=>(...t)=>{let n;try{n=e(...t)}catch(e){console.error(e)}return n},r=()=>"undefined"!=typeof window&&!!window.descopeBridge,s={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.30.10"},a="undefined"!=typeof window;var d=function(){return d=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)};function l(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}function c(e,t,n,i){return new(n||(n=Promise))((function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,a)}d((i=i.apply(e,t||[])).next())}))}function u(e,t,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(e):i?i.value:t.get(e)}function h(e,t,n,i,o){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?o.call(e,n):o?o.value=n:t.set(e,n),n}"function"==typeof SuppressedError&&SuppressedError;class f extends Error{}function p(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(e){return decodeURIComponent(atob(e).replace(/(.)/g,((e,t)=>{let n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return atob(t)}}function g(e,t){if("string"!=typeof e)throw new f("Invalid token specified: must be a string");t||(t={});const n=!0===t.header?0:1,i=e.split(".")[n];if("string"!=typeof i)throw new f(`Invalid token specified: missing part #${n+1}`);let o;try{o=p(i)}catch(e){throw new f(`Invalid token specified: invalid base64 for part #${n+1} (${e.message})`)}try{return JSON.parse(o)}catch(e){throw new f(`Invalid token specified: invalid json for part #${n+1} (${e.message})`)}}f.prototype.name="InvalidTokenError";var v={accessKey:{exchange:"/v1/auth/accesskey/exchange"},otp:{verify:"/v1/auth/otp/verify",signIn:"/v1/auth/otp/signin",signUp:"/v1/auth/otp/signup",update:{email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},signUpOrIn:"/v1/auth/otp/signup-in"},magicLink:{verify:"/v1/auth/magiclink/verify",signIn:"/v1/auth/magiclink/signin",signUp:"/v1/auth/magiclink/signup",update:{email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},signUpOrIn:"/v1/auth/magiclink/signup-in"},enchantedLink:{verify:"/v1/auth/enchantedlink/verify",signIn:"/v1/auth/enchantedlink/signin",signUp:"/v1/auth/enchantedlink/signup",session:"/v1/auth/enchantedlink/pending-session",update:{email:"/v1/auth/enchantedlink/update/email"},signUpOrIn:"/v1/auth/enchantedlink/signup-in"},oauth:{start:"/v1/auth/oauth/authorize",exchange:"/v1/auth/oauth/exchange",startNative:"v1/auth/oauth/native/start",finishNative:"v1/auth/oauth/native/finish",oneTap:{getOneTapClientId:"/v1/auth/onetap/clientid/{provider}",exchangeOneTapIDToken:"/v1/auth/onetap/idtoken/exchange",verifyOneTapIDToken:"/v1/auth/onetap/idtoken/verify"}},outbound:{connect:"/v1/outbound/oauth/connect"},saml:{start:"/v1/auth/saml/authorize",exchange:"/v1/auth/saml/exchange"},sso:{start:"/v1/auth/saml/authorize",exchange:"/v1/auth/saml/exchange"},totp:{verify:"/v1/auth/totp/verify",signUp:"/v1/auth/totp/signup",update:"/v1/auth/totp/update"},notp:{signIn:"/v1/auth/notp/whatsapp/signin",signUp:"/v1/auth/notp/whatsapp/signup",signUpOrIn:"/v1/auth/notp/whatsapp/signup-in",session:"/v1/auth/notp/pending-session"},webauthn:{signUp:{start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},signIn:{start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},signUpOrIn:{start:"/v1/auth/webauthn/signup-in/start"},update:{start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"}},password:{signUp:"/v1/auth/password/signup",signIn:"/v1/auth/password/signin",sendReset:"/v1/auth/password/reset",update:"/v1/auth/password/update",replace:"/v1/auth/password/replace",policy:"/v1/auth/password/policy"},refresh:"/v1/auth/refresh",tryRefresh:"/v1/auth/try-refresh",selectTenant:"/v1/auth/tenant/select",logout:"/v1/auth/logout",logoutAll:"/v1/auth/logoutall",me:"/v1/auth/me",myTenants:"/v1/auth/me/tenants",history:"/v1/auth/me/history",flow:{start:"/v1/flow/start",next:"/v1/flow/next"}};const m="<region>",y=`https://api.${m}descope.com`,b=6e5,w="dct",$=()=>{const e={};return{headers(t){const n="function"==typeof t.entries?Object.fromEntries(t.entries()):t;return e.Headers=JSON.stringify(n),this},body(t){return e.Body=t,this},url(t){return e.Url=t.toString(),this},method(t){return e.Method=t,this},title(t){return e.Title=t,this},status(t){return e.Status=t,this},retries(t){return e.Retries=t,this},build:()=>Object.keys(e).flatMap((t=>e[t]?[`${"Title"!==t?`${t}: `:""}${e[t]}`]:[])).join("\n")}},k=[503,520,521,522,524,530],C=[100,5e3,5e3],S=e=>new Promise((t=>setTimeout(t,e))),I=e=>async function(...t){let n=await e(...t),i=0;for(;k.includes(n.status)&&i<C.length;)await S(C[i]),n=await e(...t),i++;i>0&&(n.retries=i);const o=await n.text();return n.text=()=>Promise.resolve(o),n.json=()=>Promise.resolve(JSON.parse(o)),n.clone=()=>n,n};let R;const x=()=>{if(R)return R;const e=new Date,t=`${e.getUTCFullYear().toString()}-${(e.getUTCMonth()+1).toString().padStart(2,"0")}-${e.getUTCDate().toString().padStart(2,"0")}-${e.getUTCHours().toString().padStart(2,"0")}:${e.getUTCMinutes().toString().padStart(2,"0")}:${e.getUTCSeconds().toString().padStart(2,"0")}:${e.getUTCMilliseconds().toString()}`,n=Math.floor(1e3+9e3*Math.random());return R=`${t}-${n}`,R};var O;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(O||(O={}));const E=({path:e,baseUrl:t,queryParams:n,projectId:i})=>{const o=i.slice(1,-27);t=t.replace(m,o?o+".":"");let r=e?`${t.replace(/\/$/,"")}/${null==e?void 0:e.replace(/^\//,"")}`:t;if(n){const e=Object.keys(n);e.forEach(((t,i)=>{r=`${r}${0===i?"?":""}${t}=${encodeURIComponent(n[t])}${i===e.length-1?"":"&"}`}))}return r},A=(...e)=>new Headers(e.reduce(((e,t)=>((e=>Array.isArray(e)?e:e instanceof Headers?Array.from(e.entries()):e?Object.entries(e):[])(t).forEach((([t,n])=>{e[t]="function"==typeof n?n():n})),e)),{})),N={"Content-Type":"application/json"},M=(e,t="")=>{let n=e;return t&&(n=n+":"+t),{Authorization:`Bearer ${n}`}},j=(e,t)=>{const n={"x-descope-sdk-session-id":x(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.67.0","x-descope-project-id":e};return t&&(n["x-descope-refresh-cookie-name"]=t),n},P=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var T=e=>{var t;return(({baseUrl:e,projectId:t,baseConfig:n,refreshCookieName:i,logger:o,hooks:r,cookiePolicy:s,fetch:a})=>{const d=e||y,l=((e,t)=>{const n=t||fetch;return n||null==e||e.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),e?async function(...t){if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");e.log((e=>$().title("Request").url(e[0]).method(e[1].method).headers(e[1].headers).body(e[1].body).build())(t));const i=await I(n)(...t);return e[i.ok?"log":"error"](await(async e=>{const t=await e.text();return $().title("Response").url(e.url.toString()).status(`${e.status} ${e.statusText}`).headers(e.headers).body(t).retries(e.retries).build()})(i)),i}:I(n)})(o,a),c=async e=>{var o;const a=(null==r?void 0:r.beforeRequest)?r.beforeRequest(e):e,{path:c,body:u,headers:h,queryParams:f,method:p,token:g}=a,v=(e=>void 0===e?void 0:JSON.stringify(e))(u),m={headers:A(M(t,g),j(t,i),(null==n?void 0:n.baseHeaders)||{},P(v)?N:{},h),method:p,body:v};null!==s&&(m.credentials=s||"include");const y=await l(E({path:c,baseUrl:d,queryParams:f,projectId:t}),m);if((null==r?void 0:r.afterRequest)&&await r.afterRequest(e,null==y?void 0:y.clone()),null==r?void 0:r.transformResponse){const e=await y.json(),t=(b=(null===(o=y.headers)||void 0===o?void 0:o.get("set-cookie"))||"",Object.fromEntries(function(e){if(!e)return[];const t=[];let n=0;function i(){for(;n<e.length&&/\s/.test(e.charAt(n));)n+=1;return n<e.length}function o(){const t=e.charAt(n);return"="!==t&&";"!==t&&","!==t}for(;n<e.length;){const r=n;let s,a,d=!1;for(;i();)if(","===e.charAt(n)){for(s=n,n+=1,i(),a=n;n<e.length&&o();)n+=1;if(n<e.length&&"="===e.charAt(n)){d=!0,n=a,t.push(e.substring(r,s));break}n=s+1}else n+=1;(!d||n>=e.length)&&t.push(e.substring(r,e.length))}return t}(b).map((e=>{const t=e.split(";")[0],n=t.indexOf("=");return n<1?null:[t.substring(0,n).trim(),t.substring(n+1).trim()]})).filter(Boolean))),n=Object.assign(Object.assign({},y),{json:()=>Promise.resolve(e),cookies:t});return n.clone=()=>n,r.transformResponse(n)}var b;return y};return{get:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:O.get,token:i}),post:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.post,token:o}),patch:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.patch,token:o}),put:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.put,token:o}),delete:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:O.delete,token:i}),hooks:r,buildUrl:(e,n)=>E({projectId:t,baseUrl:d,path:e,queryParams:n})}})(Object.assign(Object.assign({},e),{hooks:{beforeRequest:t=>{var n;const i=[].concat((null===(n=e.hooks)||void 0===n?void 0:n.beforeRequest)||[]);return null==i?void 0:i.reduce(((e,t)=>t(e)),t)},afterRequest:async(t,n)=>{var i;const o=[].concat((null===(i=e.hooks)||void 0===i?void 0:i.afterRequest)||[]);0!=o.length&&(await Promise.allSettled(null==o?void 0:o.map((e=>e(t,null==n?void 0:n.clone()))))).forEach((t=>{var n;return"rejected"===t.status&&(null===(n=e.logger)||void 0===n?void 0:n.error(t.reason))}))},transformResponse:null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}}))},W=429;function L(e,t,n){var i;let o=U(e);if(t){if(!(null==o?void 0:o.tenants)&&(null==o?void 0:o[w])===t)return(null==o?void 0:o[n])||[];o=null===(i=null==o?void 0:o.tenants)||void 0===i?void 0:i[t]}const r=null==o?void 0:o[n];return Array.isArray(r)?r:[]}function U(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function D(e){const{exp:t}=U(e);return(new Date).getTime()/1e3>t}function F(e){let t=U(e);const n=Object.keys(null==t?void 0:t.tenants);return Array.isArray(n)?n:[]}function _(e,t){return L(e,t,"permissions")}function q(e,t){return L(e,t,"roles")}const B=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function K(e,t){var n;const i=await e,o={code:i.status,ok:i.ok,response:i},r=await i.clone().json();return i.ok?o.data=r:(o.error=r,i.status===W&&Object.assign(o.error,{retryAfter:Number.parseInt(null===(n=i.headers)||void 0===n?void 0:n.get("retry-after"))||0})),o}function V(e){var t;return(null===(t=U(e))||void 0===t?void 0:t[w])||""}const H=(e,t)=>(n=t)=>t=>!e(t)&&n.replace("{val}",t),z=(e,t)=>(n=t)=>t=>{const i=e.filter((e=>e(t)));return!(i.length<e.length)&&(n?n.replace("{val}",t):i.join(" OR "))},G=(...e)=>({validate:t=>(e.forEach((e=>{const n=e(t);if(n)throw new Error(n)})),!0)}),J=e=>t=>e.test(t),Z=J(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Y=J(/^\+[1-9]{1}[0-9]{3,14}$/),X=H(Z,'"{val}" is not a valid email'),Q=H(Y,'"{val}" is not a valid phone number'),ee=H((e=>e.length>=1),"Minimum length is 1");const te=H((e=>"string"==typeof e),"Input is not a string"),ne=H((e=>Array.isArray(e)),"Input is not an array"),ie=H((e=>"boolean"==typeof e),"Input is not a boolean"),oe=H((e=>void 0===e),"Input is defined"),re=z([te(),oe()],"Input is not a string or undefined"),se=z([ne(),ie()],"Input is not an array or boolean"),ae=(...e)=>t=>(...n)=>(e.forEach(((e,t)=>G(...e).validate(n[t]))),t(...n)),de=e=>[te(`"${e}" must be a string`)],le=e=>[re(`"${e}" must be string or undefined`)],ce=e=>[te(`"${e}" must be a string`),ee(`"${e}" must not be empty`)],ue=e=>[te(`"${e}" must be a string`),X()],he=e=>[te(`"${e}" must be a string`),Q()],fe=ae(ce("accessKey")),pe=e=>({exchange:fe(((t,n)=>K(e.post(v.accessKey.exchange,{loginOptions:n},{token:t}))))}),ge=(e,t,n)=>(t.forEach((t=>{const i=t.split(".");let o=i.shift(),r=e;for(;i.length>0;){if(r=r[o],!o||!r)throw Error(`Invalid path "${t}", "${o}" is missing or has no value`);o=i.shift()}if("function"!=typeof r[o])throw Error(`"${t}" is not a function`);const s=r[o];r[o]=n(s)})),e),ve=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var me,ye;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(me||(me={})),function(e){e.email="email"}(ye||(ye={}));const be=Object.assign(Object.assign({},me),ye);var we;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}(we||(we={}));const $e=ce("loginId"),ke=ae(ce("token")),Ce=ae($e),Se=ae(ce("pendingRef")),Ie=ae($e,ue("email")),Re=e=>({verify:ke((t=>K(e.post(v.enchantedLink.verify,{token:t})))),signIn:Ce(((t,n,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return K(e.post(B(v.enchantedLink.signIn,be.email),{loginId:t,URI:n,loginOptions:s,providerId:r},{token:o}))})),signUpOrIn:Ce(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(B(v.enchantedLink.signUpOrIn,be.email),{loginId:t,URI:n,loginOptions:r,providerId:o}))})),signUp:Ce(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.enchantedLink.signUp,be.email),{loginId:t,URI:n,user:i,loginOptions:s,providerId:r}))})),waitForSession:Se(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ve(n);let s;const a=setInterval((async()=>{const n=await e.post(v.enchantedLink.session,{pendingRef:t});n.ok&&(clearInterval(a),s&&clearTimeout(s),i(K(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:Ie(((t,n,i,o,r)=>K(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o}))))}}),xe=ae(ce("flowId")),Oe=ae(ce("executionId"),ce("stepId"),ce("interactionId")),Ee=e=>({start:xe(((t,n,i,o,r,s,a,d=!1)=>K(e.post(v.flow.start,{flowId:t,options:n,conditionInteractionId:i,interactionId:o,componentsVersion:r,flowVersions:s,input:a,isCustomScreen:d})))),next:Oe(((t,n,i,o,r,s,a=!1)=>K(e.post(v.flow.next,{executionId:t,stepId:n,interactionId:i,version:o,componentsVersion:r,input:s,isCustomScreen:a}))))}),Ae=ce("loginId"),Ne=ae(ce("token")),Me=ae(Ae),je=ae(Ae,he("phone")),Pe=ae(Ae,ue("email")),Te=Object.keys(be).filter((e=>e!==me.voice&&e!==me.im)),We=e=>({verify:Ne((t=>K(e.post(v.magicLink.verify,{token:t})))),signIn:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={},r)=>{var{providerId:s}=o,a=l(o,["providerId"]);return K(e.post(B(v.magicLink.signIn,n),{loginId:t,URI:i,loginOptions:a,providerId:s},{token:r}))}))})),{}),signUp:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o,r={})=>{var{providerId:s}=r,a=l(r,["providerId"]);return K(e.post(B(v.magicLink.signUp,n),{loginId:t,URI:i,user:o,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.magicLink.signUpOrIn,n),{loginId:t,URI:i,loginOptions:s,providerId:r}))}))})),{}),update:{email:Pe(((t,n,i,o,r)=>K(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o})))),phone:Object.keys(me).filter((e=>e!==me.voice)).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:je(((t,i,o,r,s)=>K(e.post(B(v.magicLink.update.phone,n),Object.assign({loginId:t,phone:i,URI:o},s),{token:r}))))})),{})}});var Le;!function(e){e.facebook="facebook",e.github="github",e.google="google",e.microsoft="microsoft",e.gitlab="gitlab",e.apple="apple",e.discord="discord",e.linkedin="linkedin",e.slack="slack"}(Le||(Le={}));const Ue=ae(ce("code")),De=e=>({start:Object.assign(((t,n,i,o,r)=>K(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:t},n&&{redirectURL:n}),r&&{loginHint:r}),token:o}))),Object.keys(Le).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:(t,i,o,r)=>K(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:n},t&&{redirectURL:t}),r&&{loginHint:r}),token:o}))})),{})),exchange:Ue((t=>K(e.post(v.oauth.exchange,{code:t})))),startNative:(t,n,i)=>K(e.post(v.oauth.startNative,{provider:t,loginOptions:n,implicit:i})),finishNative:(t,n,i,o,r)=>K(e.post(v.oauth.finishNative,{provider:t,stateId:n,user:i,code:o,idToken:r})),getOneTapClientId:t=>K(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,n,i,o)=>K(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o})),exchangeOneTapIDToken:(t,n,i,o)=>K(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o}))}),Fe=ce("appId"),_e=ae(Fe),qe=e=>({connect:_e(((t,n,i)=>{const o=null==n?void 0:n.tenantId,r=null==n?void 0:n.tenantLevel;return null==n||delete n.tenantId,null==n||delete n.tenantLevel,K(e.post(v.outbound.connect,{appId:t,tenantId:o,tenantLevel:r,options:n},{token:i}))}))}),Be=ce("loginId"),Ke=ae(Be,ce("code")),Ve=ae(Be),He=ae(Be,he("phone")),ze=ae(Be,ue("email")),Ge=e=>({verify:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i)=>K(e.post(B(v.otp.verify,n),{code:i,loginId:t}))))})),{}),signIn:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return K(e.post(B(v.otp.signIn,n),{loginId:t,loginOptions:s,providerId:r},{token:o}))}))})),{}),signUp:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.otp.signUp,n),{loginId:t,user:i,loginOptions:s,providerId:r}))}))})),{}),signUpOrIn:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(B(v.otp.signUpOrIn,n),{loginId:t,loginOptions:r,providerId:o}))}))})),{}),update:{email:ze(((t,n,i,o)=>K(e.post(v.otp.update.email,Object.assign({loginId:t,email:n},o),{token:i})))),phone:Object.keys(me).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:He(((t,i,o,r)=>K(e.post(B(v.otp.update.phone,n),Object.assign({loginId:t,phone:i},r),{token:o}))))})),{})}}),Je=ae(ce("tenant")),Ze=ae(ce("code")),Ye=e=>({start:Je(((t,n,i,o,r,s,a,d)=>K(e.post(v.sso.start,i||{},Object.assign({queryParams:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({tenant:t},n&&{redirectURL:n}),r&&{ssoId:r}),s&&{forceAuthn:"true"}),a&&{loginHint:a}),d&&{initiatedEmail:t})},o&&{token:o}))))),exchange:Ze((t=>K(e.post(v.sso.exchange,{code:t}))))}),Xe=ce("loginId"),Qe=ae(Xe,ce("code")),et=ae(Xe),tt=ae(Xe),nt=e=>({signUp:et(((t,n)=>K(e.post(v.totp.signUp,{loginId:t,user:n})))),verify:Qe(((t,n,i,o)=>K(e.post(v.totp.verify,{loginId:t,code:n,loginOptions:i},{token:o})))),update:tt(((t,n)=>K(e.post(v.totp.update,{loginId:t},{token:n}))))}),it=ce("loginId"),ot=ce("newPassword"),rt=ae(it,ce("password")),st=ae(it),at=ae(it,ot),dt=ae(it,ce("oldPassword"),ot),lt=e=>({signUp:rt(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(v.password.signUp,{loginId:t,password:n,user:i,loginOptions:s,providerId:r}))})),signIn:rt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(v.password.signIn,{loginId:t,password:n,loginOptions:r,providerId:o}))})),sendReset:st(((t,n,i)=>K(e.post(v.password.sendReset,{loginId:t,redirectUrl:n,templateOptions:i})))),update:at(((t,n,i)=>K(e.post(v.password.update,{loginId:t,newPassword:n},{token:i})))),replace:dt(((t,n,i)=>K(e.post(v.password.replace,{loginId:t,oldPassword:n,newPassword:i})))),policy:()=>K(e.get(v.password.policy))}),ct=de("loginId"),ut=ce("loginId"),ht=ce("origin"),ft=ae(ut,ht,ce("name")),pt=ae(ut,ht),gt=ae(ct,ht),vt=ae(ut,ht,le("token")),mt=ae(ce("transactionId"),ce("response")),yt=e=>({signUp:{start:ft(((t,n,i,o,r)=>K(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:i},origin:n,loginOptions:r,passkeyOptions:o})))),finish:mt(((t,n)=>K(e.post(v.webauthn.signUp.finish,{transactionId:t,response:n}))))},signIn:{start:gt(((t,n,i,o,r)=>K(e.post(v.webauthn.signIn.start,{loginId:t,origin:n,loginOptions:i,passkeyOptions:r},{token:o})))),finish:mt(((t,n)=>K(e.post(v.webauthn.signIn.finish,{transactionId:t,response:n}))))},signUpOrIn:{start:pt(((t,n,i,o)=>K(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:n,loginOptions:o,passkeyOptions:i}))))},update:{start:vt(((t,n,i,o,r)=>K(e.post(v.webauthn.update.start,{loginId:t,origin:n,passkeyOptions:o,mfa:r},{token:i})))),finish:mt(((t,n)=>K(e.post(v.webauthn.update.finish,{transactionId:t,response:n}))))}}),bt=de("loginId"),wt=ae(bt),$t=ae(ce("pendingRef")),kt=e=>({signUpOrIn:wt(((t,n={})=>{var{providerId:i}=n,o=l(n,["providerId"]);return K(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:o,providerId:i}))})),signUp:wt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(v.notp.signUp,{loginId:t,user:n,providerId:o,loginOptions:r}))})),signIn:wt(((t,n={},i)=>{var{providerId:o}=n,r=l(n,["providerId"]);return K(e.post(v.notp.signIn,{loginId:t,loginOptions:r,providerId:o},{token:i}))})),waitForSession:$t(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ve(n);let s;const a=setInterval((async()=>{const n=await e.post(v.notp.session,{pendingRef:t});n.ok&&(clearInterval(a),s&&clearTimeout(s),i(K(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)}))))}),Ct=ae(ce("token")),St=ae(le("token"));var It,Rt=ae([(It=ce("projectId"),H(((e,t)=>n=>G(...t).validate(((e,t)=>{const n=(Array.isArray(t)?t.join("."):String(t)).replace(/\[\\?("|')?(\w|d)+\\?("|')?\]/g,((e,t,n)=>"."+n)).split("."),i=n.length;let o=0,r=e===Object(e)?e:void 0;for(;null!=r&&o<i;)r=r[n[o++]];return o&&o===i&&void 0!==r?r:void 0})(n,e)))("projectId",It))())])((e=>{const{projectId:t,logger:n,baseUrl:i,cookiePolicy:o,baseHeaders:r={},refreshCookieName:s,fetch:a}=e;return d=T({baseUrl:i,projectId:t,logger:n,hooks:{get beforeRequest(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.beforeRequest},get afterRequest(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.afterRequest},get transformResponse(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}},cookiePolicy:o,baseConfig:{baseHeaders:r},refreshCookieName:s,fetch:a}),{accessKey:pe(d),otp:Ge(d),magicLink:We(d),enchantedLink:Re(d),oauth:De(d),outbound:qe(d),sso:Ye(d),saml:Ye(d),totp:nt(d),notp:kt(d),webauthn:yt(d),password:lt(d),flow:Ee(d),refresh:St(((e,t,n,i)=>{const o={};n&&(o.externalToken=n);const r=i?v.tryRefresh:v.refresh;return K(d.post(r,o,{token:e,queryParams:t}))})),selectTenant:ae([te("tenantId")],[re('"token" must be string or undefined')])(((e,t)=>K(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:St((e=>K(d.post(v.logout,{},{token:e})))),logoutAll:St((e=>K(d.post(v.logoutAll,{},{token:e})))),me:St((e=>K(d.get(v.me,{token:e})))),myTenants:ae([se('"tenants" must a string array or a boolean')],[re('"token" must be string or undefined')])(((e,t)=>{const n={};return"boolean"==typeof e?n.dct=e:n.ids=e,K(d.post(v.myTenants,n,{token:t}))})),history:St((e=>K(d.get(v.history,{token:e})))),isJwtExpired:Ct(D),getTenants:Ct(F),getJwtPermissions:Ct(_),getJwtRoles:Ct(q),getCurrentTenant:Ct(V),httpClient:d};var d})),xt=Object.assign(Rt,{DeliveryMethods:be});
2
- /*! js-cookie v3.0.8 | MIT */function Ot(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)"__proto__"!==i&&(e[i]=n[i])}return e}var Et=function e(t,n){function i(e,i,o){if("undefined"!=typeof document){"number"==typeof(o=Ot({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in o)o[s]&&(r+="; "+s,!0!==o[s]&&(r+="="+o[s].split(";")[0]));return document.cookie=e+"="+t.write(i,e)+r}}return Object.create({set:i,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var n=document.cookie?document.cookie.split("; "):[],i={},o=0;o<n.length;o++){var r=n[o].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(a in i||(i[a]=t.read(s,a)),e===a)break}catch(e){}}return e?i[e]:i}},remove:function(e,t){i(e,"",Ot({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,Ot({},this.attributes,t))},withConverter:function(t){return e(Ot({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});var At={default:"endpoint"},Nt="Blocked by CSP",Mt="The endpoint parameter is not a valid URL",jt="Failed to load the JS script of the agent",Pt="9319";function Tt(e,t){var n,i,o,r,s,a=[],d=(n=function(e){var t=function(e,t,n){if(n||2===arguments.length)for(var i,o=0,r=t.length;o<r;o++)!i&&o in t||(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}([],e,!0);return{current:function(){return t[0]},postpone:function(){var e=t.shift();void 0!==e&&t.push(e)},exclude:function(){t.shift()}}}(e),r=0,i=function(){return Math.random()*Math.min(3e3,100*Math.pow(2,r++))},o=new Set,[n.current(),function(e,t){var r,s=t instanceof Error?t.message:"";if(s===Nt||s===Mt)n.exclude(),r=0;else if(s===Pt)n.exclude();else if(s===jt){var a=Date.now()-e.getTime()<50,d=n.current();d&&a&&!o.has(d)&&(o.add(d),r=0),n.postpone()}else n.postpone();var l=n.current();return void 0===l?void 0:[l,null!=r?r:e.getTime()+i()-Date.now()]}]),l=d[0],c=d[1];if(void 0===l)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var u=function(e){var n=new Date,i=function(t){return a.push({url:e,startedAt:n,finishedAt:new Date,error:t})},o=t(e);return o.then((function(){return i()}),i),o.catch((function(e){if(null!=s||(s=e),a.length>=5)throw s;var t=c(n,e);if(!t)throw s;var i,o=t[0],r=t[1];return(i=r,new Promise((function(e){return setTimeout(e,i)}))).then((function(){return u(o)}))}))};return u(l).then((function(e){return[e,a]}))}var Wt="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",Lt=Wt;function Ut(e){var t;e.scriptUrlPattern;var n=e.token,i=e.apiKey,o=void 0===i?n:i,r=l(e,["scriptUrlPattern","token","apiKey"]),s=null!==(t=function(e,t){return function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}(e,t)?e[t]:void 0}(e,"scriptUrlPattern"))&&void 0!==t?t:Wt,a=function(){var e=[],t=function(){e.push({time:new Date,state:document.visibilityState})},n=function(e,t,n,i){return e.addEventListener(t,n,i),function(){return e.removeEventListener(t,n,i)}}(document,"visibilitychange",t);return t(),[e,n]}(),c=a[0],u=a[1];return Promise.resolve().then((function(){if(!o||"string"!=typeof o)throw new Error("API key required");var e=function(e,t){return(Array.isArray(e)?e:[e]).map((function(e){return function(e,t){var n=encodeURIComponent;return e.replace(/<[^<>]+>/g,(function(e){return"<version>"===e?"3":"<apiKey>"===e?n(t):"<loaderVersion>"===e?n("3.11.6"):e}))}(String(e),t)}))}(s,o);return Tt(e,Dt)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===Pt?new Error(jt):e}(e)})).then((function(e){var t=e[0],n=e[1];return u(),t.load(d(d({},r),{ldi:{attempts:n,visibilityStates:c}}))}))}function Dt(e){return function(e,t,n){var i,o=document,r="securitypolicyviolation",s=function(t){var n=new URL(e,location.href),o=t.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=t,a())};o.addEventListener(r,s);var a=function(){return o.removeEventListener(r,s)};return Promise.resolve().then(t).then((function(e){return a(),e}),(function(e){return new Promise((function(e){var t=new MessageChannel;t.port1.onmessage=function(){return e()},t.port2.postMessage(null)})).then((function(){if(a(),i)return n(i);throw e}))}))}(e,(function(){return function(e){return new Promise((function(t,n){if(function(e){if(URL.prototype)try{return new URL(e,location.href),!1}catch(e){if(e instanceof Error&&"TypeError"===e.name)return!0;throw e}}(e))throw new Error(Mt);var i=document.createElement("script"),o=function(){var e;return null===(e=i.parentNode)||void 0===e?void 0:e.removeChild(i)},r=document.head||document.getElementsByTagName("head")[0];i.onload=function(){o(),t()},i.onerror=function(){o(),n(new Error(jt))},i.async=!0,i.src=e,r.appendChild(i)}))}(e)}),(function(){throw new Error(Nt)})).then(Ft)}function Ft(){var e=window,t="__fpjs_p_l_b",n=e[t];if(function(e,t){var n,i=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,e,t);(null==i?void 0:i.configurable)?delete e[t]:i&&!i.writable||(e[t]=void 0)}(e,t),"function"!=typeof(null==n?void 0:n.load))throw new Error(Pt);return n}const _t="3.2.0",qt="undefined"!=typeof window,Bt=Math.pow(2,31)-1,Kt=`https://descopecdn.com/npm/oidc-client-ts@${_t}/dist/browser/oidc-client-ts.min.js`,Vt=`https://cdn.jsdelivr.net/npm/oidc-client-ts@${_t}/dist/browser/oidc-client-ts.min.js`,Ht=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let zt;const Gt=e=>{try{return g(e).exp}catch(e){return null}},Jt=e=>{const{refresh_expire_in:t,refresh_token:n}=e;return t?Math.floor(Date.now()/1e3)+t:Gt(n)},Zt=e=>{const{expires_in:t,expires_at:n,access_token:i}=e;return n||(t?Math.floor(Date.now()/1e3)+t:i?Gt(i):void 0)},Yt=e=>{const{access_token:t,id_token:n,refresh_token:i,refresh_expire_in:o}=e,r=l(e,["access_token","id_token","refresh_token","refresh_expire_in"]);return Object.assign({sessionJwt:e.sessionJwt||t,idToken:n,refreshJwt:e.refreshJwt||i,sessionExpiration:e.sessionExpiration||Zt(e),cookieExpiration:e.cookieExpiration||Jt(e)},r)},Xt=(e,t)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,i)=>{var o;return n[i]=[].concat((null===(o=e.hooks)||void 0===o?void 0:o[i])||[]).concat((null==t?void 0:t[i])||[]),n}),null!==(n=e.hooks)&&void 0!==n?n:e.hooks={}),e},Qt=async e=>{if(!(null==e?void 0:e.ok))return{};const t=await(null==e?void 0:e.clone().json()),n=(null==t?void 0:t.authInfo)||t||{};return Yt(n)},en=()=>qt&&!!window.descopeBridge,tn=(e,t)=>{if(!((null==t?void 0:t.status)>=400&&(null==t?void 0:t.status)<500))return!1;const n=(null==e?void 0:e.path)||"";return Ht.includes(n)},nn=void 0!==zt||qt&&void 0!==window.localStorage,on=(e,t)=>{var n,i;return null===(i=null===(n=zt||qt&&window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i?void 0:i.call(n,e,t)},rn=e=>{var t,n;return null===(n=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e)},sn=e=>{var t,n;return null===(n=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n?void 0:n.call(t,e)},an=e=>{var t,n,i,o,r;return null!==(r=null!==(n=null===(t=null==zt?void 0:zt.key)||void 0===t?void 0:t.call(zt,e))&&void 0!==n?n:qt&&(null===(o=null===(i=window.localStorage)||void 0===i?void 0:i.key)||void 0===o?void 0:o.call(i,e)))&&void 0!==r?r:null},dn=e=>{var t,n;return qt&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e))||null},ln=e=>{var t,n;try{qt&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n||n.call(t,e))}catch(e){}},cn=(...e)=>{console.debug(...e)},un=(...e)=>{console.warn(...e)},hn="DS",fn="DSR",pn="DSI",gn="DSRCN";function vn(e,t,n){if(t){const{cookieDomain:i,cookiePath:o,cookieSameSite:r,cookieExpiration:s,cookieSecure:a}=n,d=new Date(1e3*s),l=mn(i);Et.set(e,t,{path:o,domain:l?i:void 0,expires:d,sameSite:r,secure:a})}}function mn(e){const t=window.location.hostname.split("."),n=null==e?void 0:e.split(".");return t.slice(-(null==n?void 0:n.length)).join(".")===e}const yn=e=>(null==e?void 0:e.cookieName)||hn,bn=e=>(null==e?void 0:e.cookieName)||fn;function wn(e="",t){return Et.get(bn(t))||rn(`${e}${fn}`)||""}function $n(e="",t){return Et.get(yn(t))||rn(`${e}${hn}`)||""}function kn(e=""){return rn(`${e}${pn}`)||""}function Cn(e="",t,n,i){sn(`${e}${fn}`),sn(`${e}${hn}`),sn(`${e}${pn}`),sn(`${e}${gn}`);const o=yn(t);Et.remove(o,null==i?void 0:i.session);const r=bn(n);Et.remove(r,null==i?void 0:i.refresh)}const Sn=(e,t,n)=>i=>{const o=Object.assign(i,{token:i.token||wn(e,t)});if(!n){const t=function(e=""){return rn(`${e}${gn}`)}(e);t&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-refresh-cookie-name":t}))}const r=function(e=""){return rn(`${e}DTD`)||""}(e);return r&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-trusted-device-token":r})),o},In=qt&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",Rn="vsid",xn="vrid",On="fp",En=(e=!1)=>{const t=rn(On);if(!t)return null;const n=JSON.parse(t);return(new Date).getTime()>n.expiry&&!e?null:n.value},An=async(e,t=In)=>{try{if(En())return;const n=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),i=new URL(t);i.pathname="/fXj8gt3x8VulJBna/x96Emn69oZwcd7I6";const o=new URL(t);o.pathname="/fXj8gt3x8VulJBna/w78aRZnnDZ3Aqw0I";const r=o.toString()+"?apiKey=<apiKey>&version=<version>&loaderVersion=<loaderVersion>",s=Ut({apiKey:e,endpoint:[i.toString(),At],scriptUrlPattern:[r,Lt]}),a=await s,{requestId:d}=await a.get({linkedId:n}),l=((e,t)=>({[Rn]:e,[xn]:t}))(n,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};on(On,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},Nn=e=>{const t=En(!0);return t&&e.body&&(e.body.fpData=t),e},Mn="descopeFlowNonce",jn="X-Descope-Flow-Nonce",Pn="/v1/flow/start",Tn="/v1/flow/next",Wn=(e,t=Mn)=>`${t}${e}`,Ln=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Un=e=>{var t;return e.path===Tn&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Ln(e.body.executionId):null},Dn="dls_last_user_login_id",Fn="dls_last_user_display_name",_n=e=>on(Dn,e),qn=()=>rn(Dn),Bn=()=>rn(Fn),Kn=e=>async(...t)=>{var n;t[1]=t[1]||{};const[,i={}]=t,o=qn(),r=Bn();return o&&(null!==(n=i.lastAuth)&&void 0!==n||(i.lastAuth={}),i.lastAuth.loginId=o,i.lastAuth.name=r),await e(...t)},Vn="DSLI",Hn=e=>async(...t)=>{const n=await e(...t);return ln(Vn),n};function zn(){const e=[];return{pub:t=>{e.forEach((e=>e(t)))},sub:t=>{const n=e.push(t)-1;return()=>e.splice(n,1)}}}async function Gn(e){const t=function(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ti(n.publicKey.challenge),n.publicKey.user.id=ti(n.publicKey.user.id),null===(t=n.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=ti(e.id)})),n}(e);try{return n=await navigator.credentials.create(t),JSON.stringify({id:n.id,rawId:ni(n.rawId),type:n.type,response:{attestationObject:ni(n.response.attestationObject),clientDataJSON:ni(n.response.clientDataJSON)}})}catch(e){throw await Yn(e,t,!0)}var n}async function Jn(e){const t=Qn(e);try{return ei(await navigator.credentials.get(t))}catch(e){throw await Yn(e,t,!1)}}async function Zn(e,t){const n=Qn(e);n.signal=t.signal,n.mediation="conditional";try{return ei(await navigator.credentials.get(n))}catch(e){throw await Yn(e,n,!1)}}async function Yn(e,t,n){if(e&&"object"==typeof e)try{e.reason=await async function(e,t,n){var i,o;const r=null==e?void 0:e.name;if("AbortError"===r&&(null==t?void 0:t.signal)instanceof AbortSignal)return"aborted";if("InvalidStateError"===r&&n)return"authenticator_already_registered";if("NotSupportedError"===r)return"no_supported_algorithm";if("ConstraintError"===r)return"authenticator_constraints_unsupported";if("SecurityError"===r){const e=window.location.hostname;return"localhost"===e||/^([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$/i.test(e)?"invalid_rpid":"invalid_domain"}if(!await Xn())return"webauthn_unsupported";const s="platform"===(null===(o=null===(i=null==t?void 0:t.publicKey)||void 0===i?void 0:i.authenticatorSelection)||void 0===o?void 0:o.authenticatorAttachment);return n&&s&&!await Xn(!0)?"platform_authenticator_unsupported":"NotAllowedError"===r?"not_allowed":"unknown"}(e,t,n)}catch(e){}return e}async function Xn(e=!1){var t,n;if(!qt)return Promise.resolve(!1);if(en()){const e=null===(n=null===(t=window.descopeBridge)||void 0===t?void 0:t.hostInfo)||void 0===n?void 0:n.webauthn;if("boolean"==typeof e)return e}const i=!!(window.PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return i&&e&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():i}function Qn(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ti(n.publicKey.challenge),null===(t=n.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=ti(e.id)})),n}function ei(e){return JSON.stringify({id:e.id,rawId:ni(e.rawId),type:e.type,response:{authenticatorData:ni(e.response.authenticatorData),clientDataJSON:ni(e.response.clientDataJSON),signature:ni(e.response.signature),userHandle:e.response.userHandle?ni(e.response.userHandle):void 0}})}function ti(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function ni(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ii,oi=(ii=e=>({async signUp(t,n,i){const o=await e.webauthn.signUp.start(t,window.location.origin,n,i);if(!o.ok)return o;const r=await Gn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,r)},async signIn(t,n){const i=await e.webauthn.signIn.start(t,window.location.origin,void 0,void 0,n);if(!i.ok)return i;const o=await Jn(i.data.options);return await e.webauthn.signIn.finish(i.data.transactionId,o)},async signUpOrIn(t,n){var i;const o=await e.webauthn.signUpOrIn.start(t,window.location.origin,n);if(!o.ok)return o;if(null===(i=o.data)||void 0===i?void 0:i.create){const t=await Gn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,t)}{const t=await Jn(o.data.options);return await e.webauthn.signIn.finish(o.data.transactionId,t)}},async update(t,n,i){const o=await e.webauthn.update.start(t,window.location.origin,n,i);if(!o.ok)return o;const r=await Gn(o.data.options);return await e.webauthn.update.finish(o.data.transactionId,r)},helpers:{create:Gn,get:Jn,isSupported:Xn,conditional:Zn}}),(...e)=>{const t=ii(...e);return Object.assign(t.signUp,e[0].webauthn.signUp),Object.assign(t.signIn,e[0].webauthn.signIn),Object.assign(t.signUpOrIn,e[0].webauthn.signUpOrIn),Object.assign(t.update,e[0].webauthn.update),t});const ri="/fedcm/config",si=()=>{if(window.crypto&&window.crypto.getRandomValues){const e=new Uint8Array(16);return window.crypto.getRandomValues(e),Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join("")}return Math.random().toString(36).substring(2)};async function ai(e,t){var n;try{await di(e,t)}catch(e){null===(n=null==t?void 0:t.onFailed)||void 0===n||n.call(t,e)}}async function di(e,t){var n,i;const o=await async function(e,t="google",n,i,o){const r=si(),s=await async function(){return new Promise(((e,t)=>{if(window.google)return void e(window.google.accounts.id);let n=document.getElementById("google-gsi-client-script");n||(n=document.createElement("script"),document.head.appendChild(n),n.async=!0,n.defer=!0,n.id="google-gsi-client-script",n.src="https://accounts.google.com/gsi/client"),n.onload=function(){window.google?e(window.google.accounts.id):t("Failed to load Google GSI client script - not loaded properly")},n.onerror=function(){t("Failed to load Google GSI client script - failed to load")}}))}(),a=await e.oauth.getOneTapClientId(t);if(!a.ok)throw new Error("Failed to get OneTap client ID for provider "+t);const d=a.data.clientId;return new Promise((e=>{var a,l;const c=n=>{e({provider:t,nonce:r,credential:null==n?void 0:n.credential})};s.initialize(Object.assign(Object.assign({},n),{itp_support:null===(a=null==n?void 0:n.itp_support)||void 0===a||a,use_fedcm_for_prompt:null===(l=null==n?void 0:n.use_fedcm_for_prompt)||void 0===l||l,client_id:d,callback:c,nonce:r})),s.prompt((e=>{var t,n;if(o&&(null==e?void 0:e.isDismissedMoment())){const n=null===(t=e.getDismissedReason)||void 0===t?void 0:t.call(e);return null==o||o(n),void c()}if(i&&(null==e?void 0:e.isSkippedMoment())){const t=null===(n=e.getSkippedReason)||void 0===n?void 0:n.call(e);return null==i||i(t),void c()}}))}))}(e,t.provider,t.oneTapConfig,t.onSkipped,t.onDismissed);if(!o.credential)return null;if(null==t?void 0:t.onCodeReceived){const i=await e.oauth.verifyOneTapIDToken(o.provider,o.credential,o.nonce,null==t?void 0:t.loginOptions);if(!i.ok||!i.data)throw new Error("Failed to verify OneTap client ID for provider "+o.provider);null===(n=null==t?void 0:t.onCodeReceived)||void 0===n||n.call(t,i.data.code)}else{const n=await e.oauth.exchangeOneTapIDToken(o.provider,o.credential,o.nonce,null==t?void 0:t.loginOptions);if(!n.ok||!n.data)throw new Error("Failed to exchange OneTap client ID for provider "+o.provider);null===(i=null==t?void 0:t.onAuthenticated)||void 0===i||i.call(t,n.data)}}var li=e=>Object.assign(Object.assign({},e.flow),{start:async(...t)=>{const n=await Xn(),i=Object.assign(Object.assign({location:window.location.href},t[1]),{deviceInfo:{webAuthnSupport:n},startOptionsVersion:1});return t[1]=i,e.flow.start(...t)}});let ci;const ui=(e,t)=>new Promise(((n,i)=>{if(!e.length)return i(new Error("No URLs provided to loadScriptWithFallback"));const o=t();if(o)return n(o);const r=e.shift(),s=document.createElement("script");s.src=r,s.id=(e=>{let t=0;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return Math.abs(t).toString(16)})(r),s.onload=()=>{const e=t();if(e)return n(e);throw new Error("Could not get entry after loading script from URL")},s.addEventListener("error",(()=>{ui(e,t),s.setAttribute("data-error","true")})),document.body.appendChild(s)})),hi=(e,t,n)=>{const i=async()=>{let i,o;return i&&o||({client:i,stateUserKey:o}=await(async(e,t,n)=>{ci||(ci=(async()=>{try{return require("oidc-client-ts")}catch(e){return ui([Kt,Vt],(()=>window.oidc))}})());const{OidcClient:i,WebStorageStateStore:o}=await ci;if(!i)throw new Error("oidc-client-ts is not installed. Please install it by running `npm install oidc-client-ts`");const r=(null==n?void 0:n.redirectUri)||window.location.href;let s,a,d,l;if(null==n?void 0:n.issuer){if(!n.clientId)throw new Error("clientId is required when providing a custom issuer/authority");s=n.issuer,a=n.clientId,d=`${a}_user`,l="openid"}else(null==n?void 0:n.applicationId)?(s=e.httpClient.buildUrl(t),s=`${s}/${n.applicationId}`,a=t,d=`${a}_user`,l="openid email roles descope.custom_claims offline_access"):(s=e.httpClient.buildUrl(t),a=t,d=`${a}_user`,l="openid email roles descope.custom_claims offline_access");const c={authority:s,client_id:a,redirect_uri:r,response_type:"code",scope:(null==n?void 0:n.scope)||l,stateStore:new o({store:window.localStorage,prefix:a}),loadUserInfo:!0,fetchRequestCredentials:"same-origin"};return(null==n?void 0:n.redirectUri)&&(c.redirect_uri=n.redirectUri),{client:new i(c),stateUserKey:d}})(e,t,n)),{client:i,stateUserKey:o}},o=async(t="")=>{var n;const{client:o,stateUserKey:r}=await i(),s=await o.processSigninResponse(t||window.location.href);var a;return await(null===(n=e.httpClient.hooks)||void 0===n?void 0:n.afterRequest({},new Response(JSON.stringify(s)))),on(r,JSON.stringify({id_token:(a=s).id_token,session_state:a.session_state,profile:a.profile})),(()=>{const e=new URL(window.location.href);e.searchParams.delete("code"),e.searchParams.delete("state"),window.history.replaceState({},document.title,e.toString())})(),s};return{loginWithRedirect:async(t={},n=!1)=>{var o;const{client:r}=await i(),s=await r.createSigninRequest(t),{url:a}=s;return n||(await(null===(o=e.httpClient.hooks)||void 0===o?void 0:o.afterRequest({},new Response(JSON.stringify(s)))),window.location.href=a),{ok:!0,data:s}},finishLogin:o,finishLoginIfNeed:async(e="")=>{if(window.location.search.includes("code")&&window.location.search.includes("state"))return await o(e)},refreshToken:async t=>{var n;const{client:o,stateUserKey:r}=await i(),s=(e=>{const t=rn(e);return t?JSON.parse(t):null})(r);if(!s)throw new Error("User not found in storage to refresh token");let a=t;if(!a){const t={};e.httpClient.hooks.beforeRequest(t),a=t.token}const d=await o.useRefreshToken({state:{refresh_token:a,session_state:s.session_state,profile:s.profile}});return await(null===(n=e.httpClient.hooks)||void 0===n?void 0:n.afterRequest({},new Response(JSON.stringify(d)))),d},logout:async(e,t=!1)=>{const{client:n,stateUserKey:o}=await i();e||(e={}),e.id_token_hint=e.id_token_hint||kn(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const r=await n.createSignoutRequest(e),{url:s}=r;return sn(o),t||window.location.replace(s),r}}},fi=function(...e){return t=>e.reduce(((e,t)=>t(e)),t)}((e=>t=>{var n;return n=t.customStorage,zt=n,e(t)}),(e=>t=>{var{fpKey:n,fpLoad:i}=t,o=l(t,["fpKey","fpLoad"]);return qt?(n&&i&&An(n).catch((()=>null)),e(Xt(o,{beforeRequest:Nn}))):e(o)}),(e=>t=>e(Object.assign(Object.assign({},t),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.51.3"},t.baseHeaders)}))),(e=>t=>{const n=zn(),i=zn(),o=zn(),r=zn(),s=e(Xt(t,{afterRequest:async(e,t)=>{if(tn(e,t))cn("Session invalidated, notifying subscribers with empty values"),i.pub(null),o.pub(null),n.pub(null),r.pub(null);else{const e=await(async e=>{const t=await Qt(e);return(null==t?void 0:t.user)||((null==t?void 0:t.hasOwnProperty("userId"))?t:void 0)})(t);e&&o.pub(e);const{sessionJwt:s,sessionExpiration:a,claims:d}=await Qt(t);s&&i.pub(s),d&&r.pub(d),(a||s)&&n.pub(a||42)}}})),a=ge(s,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const s=await e(...t);return i.pub(null),o.pub(null),n.pub(null),r.pub(null),s}));return Object.assign(a,{onSessionTokenChange:i.sub,onUserChange:o.sub,onClaimsChange:r.sub,onIsAuthenticatedChange:e=>n.sub((t=>{e(!!t)}))})}),(e=>t=>{var n;const{enableFlowNonce:i=!0,nonceStoragePrefix:o=Mn}=t,r=l(t,["enableFlowNonce","nonceStoragePrefix"]);if(!i)return e(r);((e=Mn)=>{try{if(!nn)return;for(let o=0;o<(void 0,n=void 0,void 0,null!==(i=null!==(t=null==zt?void 0:zt.length)&&void 0!==t?t:qt&&(null===(n=window.localStorage)||void 0===n?void 0:n.length))&&void 0!==i?i:0);o++){const t=an(o);if(t&&t.startsWith(e)){const n=rn(t);if(n)try{JSON.parse(n).expiry<Date.now()&&sn(t)}catch(e){sn(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,n,i})(o);const s=e(Xt(r,{afterRequest:async(e,t)=>{if(e.path!==Pn&&e.path!==Tn)return;const{nonce:n,executionId:i}=await(async(e,t)=>{try{const n=t.headers.get(jn);let i=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return i||(i=Un(e)),{nonce:n,executionId:Ln(i)}}catch(e){return{nonce:null,executionId:null}}})(e,t);n&&i&&((e,t,n,i=Mn)=>{try{const o=Wn(e,i),r=n?172800:10800,s={value:t,expiry:Date.now()+1e3*r,isStart:n};on(o,JSON.stringify(s))}catch(e){console.error("Error setting flow nonce:",e)}})(i,n,e.path===Pn,o)},beforeRequest:e=>{if(e.path===Tn){const t=Un(e);if(t){const n=((e,t=Mn)=>{try{const n=Wn(e,t),i=rn(n);if(!i)return null;const o=JSON.parse(i);return o.expiry<Date.now()?(((e,t=Mn)=>{try{const n=Wn(e,t);sn(n)}catch(e){console.error("Error removing flow nonce:",e)}})(e,t),null):o.value}catch(e){return console.error("Error getting flow nonce:",e),null}})(t,o);n&&(e.headers=e.headers||{},e.headers[jn]=n)}}return e}}));if(null===(n=s.flow)||void 0===n?void 0:n.next){let e=Promise.resolve();const t=s.flow.next.bind(s.flow);s.flow.next=async(...n)=>{const i=e;let o;e=new Promise((e=>{o=e})),await i;try{return await t(...n)}finally{o()}}}return s}),(e=>t=>{const n=e(Xt(t,{afterRequest:async(e,t)=>{if(tn(e,t))return void ln(Vn);const n=await Qt(t);(null==n?void 0:n.sessionExpiration)&&((e,t)=>{var n,i;try{qt&&(null===(i=null===(n=window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i||i.call(n,e,t))}catch(e){}})(Vn,String(n.sessionExpiration))}}));return ge(n,["logout","logoutAll","oidc.logout"],Hn)}),(e=>t=>{var{autoRefresh:n}=t,i=l(t,["autoRefresh"]);const o=!!n,r="object"==typeof n&&(null==n?void 0:n.customActivityTracking);if(!o||en())return Object.assign(e(i),{markUserActive:()=>{un("markUserActive() called but has no effect")}});const{clearAllTimers:s,setTimer:a}=(()=>{const e=[];return{clearAllTimers:()=>{for(;e.length;)clearTimeout(e.pop())},setTimer:(t,n)=>{e.push(setTimeout(t,n))}}})();let d,c,u=null,h=!1,f=!1;r&&(cn("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),qt&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(cn("Expiration time passed, refreshing session"),p.refresh(wn()||c))}));const p=e(Xt(i,{afterRequest:async(e,t)=>{const{sessionJwt:n,refreshJwt:i,sessionExpiration:o,nextRefreshSeconds:r}=await Qt(t);if(tn(e,t))cn("Session invalidated, canceling all timers"),s();else if(n||o){if(d=((e,t)=>{if(t)return new Date(1e3*t);cn("Could not extract expiration time from session token, trying to decode the token");try{const t=g(e);if(t.exp)return new Date(1e3*t.exp)}catch(e){return null}})(n,o),!d)return void cn("Could not extract expiration time from session token");c=i,h=r>0;const e=((e,t)=>{let n;var i;return t>0?(n=1e3*t,cn(`Using provided nextRefreshSeconds: ${t}s`)):n=((i=e)?i.getTime()-(new Date).getTime():0)-2e4,n>Bt&&(cn(`Timeout is too large (${n}ms), setting it to ${Bt}ms`),n=Bt),n})(d,r);if(s(),e<=2e4)return void cn("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});cn(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(qt&&"hidden"===document.visibilityState)cn("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return cn("Skipping refresh due to timer - user is idle"),void(f=!0);cn("Refreshing session due to timer"),p.refresh(wn()||i)}}),e)}}}));return Object.assign(ge(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const n=await e(...t);return cn("Clearing all timers"),s(),n})),{markUserActive:u?()=>{cn("markUserActive() called"),h||cn("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(cn("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(wn()||c))}:()=>{un("markUserActive() called but customActivityTracking is not enabled — this call has no effect")}})}),(e=>t=>{var{storeLastAuthenticatedUser:n=!0,keepLastAuthenticatedUserAfterLogout:i=!1}=t,o=l(t,["storeLastAuthenticatedUser","keepLastAuthenticatedUserAfterLogout"]);if(!n)return Object.assign(e(o),{getLastUserLoginId:qn,getLastUserDisplayName:Bn});const r=e(Xt(o,{afterRequest:async(e,t)=>{var n;const{userInfo:i,lastAuth:o}=await(async e=>{if(!(null==e?void 0:e.ok))return{userInfo:void 0,lastAuth:void 0};const t=await(null==e?void 0:e.clone().json()),n=Yt((null==t?void 0:t.authInfo)||t||{});return{userInfo:(null==n?void 0:n.user)||((null==n?void 0:n.hasOwnProperty("userId"))?n:void 0),lastAuth:t.lastAuth}})(t),r=null===(n=null==i?void 0:i.loginIds)||void 0===n?void 0:n[0],s=null==i?void 0:i.name;r?(_n(r),(e=>{on(Fn,e)})(s)):(null==o?void 0:o.loginId)&&_n(o.loginId)}}));let s=ge(r,["flow.start"],Kn);return s=ge(s,["logout","logoutAll"],(e=>t=>async(...n)=>{const i=await t(...n);return e||(sn(Dn),sn(Fn)),i})(i)),Object.assign(s,{getLastUserLoginId:qn,getLastUserDisplayName:Bn})}),(e=>t=>{var{persistTokens:n,sessionTokenViaCookie:i,refreshTokenViaCookie:o,storagePrefix:r,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!n||!qt)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Xt(Object.assign({refreshCookieName:s},a),{beforeRequest:Sn(r,o,s),afterRequest:async(e,t)=>{if(tn(e,t))cn("Session invalidated, clearing persisted tokens"),Cn(r,i,o,d);else{const e=await Qt(t);e.cookieName?on(`${r||""}${gn}`,e.cookieName):e.refreshJwt&&sn(`${r||""}${gn}`);const n=((e={},t=!1,n="",i=!1)=>{var o,r,s,a;const{sessionJwt:d,refreshJwt:l,trustedDeviceJwt:c}=e;let u;if(l)if(i){sn(`${n}${fn}`);const t=i.sameSite||"Strict",s=null===(o=i.secure)||void 0===o||o,a=null!==(r=i.domain)&&void 0!==r?r:e.cookieDomain,d=bn(i);s&&"https:"!==window.location.protocol&&un("Refresh token cookie is configured with secure=true but the page is not using HTTPS. The cookie will not be set. To fix this, pass refreshTokenViaCookie: { secure: process.env['NODE_ENV'] !== 'development' }");const c=Object.assign(Object.assign({},e),{cookieSameSite:t,cookieSecure:s,cookieDomain:a});vn(d,l,c);const h=mn(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=bn(i);Et.remove(e),on(`${n}${fn}`,l)}if(d)if(t){const n=t.sameSite||"Strict",i=null===(s=t.secure)||void 0===s||s,o=null!==(a=t.domain)&&void 0!==a?a:e.cookieDomain,r=yn(t);i&&"https:"!==window.location.protocol&&un("Session token cookie is configured with secure=true but the page is not using HTTPS. The cookie will not be set. To fix this, pass sessionTokenViaCookie: { secure: process.env['NODE_ENV'] !== 'development' }");const l=Object.assign(Object.assign({},e),{cookieSameSite:n,cookieSecure:i,cookieDomain:o});vn(r,d,l);const c=mn(o);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?o:void 0}})}else on(`${n}${hn}`,d);return e.idToken&&on(`${n}${pn}`,e.idToken),c&&on(`${n}DTD`,c),u})(e,i,r,o);n&&(d=n)}}})),u=ge(c,["logout","logoutAll","oidc.logout"],((e,t,n,i)=>o=>async(...r)=>{const s=await o(...r);return Cn(e,t,n,null==i?void 0:i()),s})(r,i,o,(()=>d)));return Object.assign(u,{getRefreshToken:()=>wn(r,o),getSessionToken:()=>$n(r,i),getIdToken:()=>kn(r)})}))((e=>{const t=xt(e),n=hi(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(i,o)=>{var r;if(en())return cn(`Refresh called in native flow: ${(new Error).stack}`),Promise.resolve({ok:!1,error:{errorCode:"J171000",errorDescription:"Refresh is not supported in native flows via the web SDK"}});if(e.oidcConfig)try{return await n.refreshToken(i),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161001",errorDescription:e.toString()}})}if(o&&qt&&void 0!==window.localStorage&&!dn(Vn)&&!rn(Dn)&&!dn("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=$n(),a=wn();let d="";if(e.getExternalToken)try{d=await(null===(r=e.getExternalToken)||void 0===r?void 0:r.call(e))}catch(e){cn("Error getting external token while refreshing",e)}return t.refresh(i,{dcs:s?"t":"f",dcr:a?"t":"f"},d,o)},logout:async i=>{if(e.oidcConfig)try{return await n.logout({id_token_hint:i}),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161000",errorDescription:e.toString()}})}return t.logout(i)},flow:li(t),webauthn:oi(t),fedcm:(i=t,o=e.projectId,{onetap:{requestExchangeCode(e){ai(i,e)},requestAuthentication(e){ai(i,e)}},async oneTap(e,t,n,o,r){await di(i,{provider:e,oneTapConfig:t,loginOptions:n,onSkipped:o,onDismissed:r})},async launch(e){var t;const n={identity:{context:e||"signin",providers:[{configURL:i.httpClient.buildUrl(o+ri),clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return i.refresh(r.token)},isSupported:()=>qt&&"IdentityCredential"in window,async isLoggedIn(e){var t;const n=i.httpClient.buildUrl(o+ri);try{const i={identity:{context:e||"signin",providers:[{configURL:n,clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(i));return!!r&&!!r.token}catch(e){return!1}}}),oidc:n});var i,o}));let pi;const gi=e=>{const t=fi(Object.assign({persistTokens:a,autoRefresh:a},e));return pi=t,t},vi=()=>gi({projectId:"temp pid",persistTokens:!1,autoRefresh:!1,storeLastAuthenticatedUser:!1});pi=vi();const mi=()=>a?null==pi?void 0:pi.getSessionToken():(console.warn("Get session token is not supported in SSR"),""),yi=()=>a?null==pi?void 0:pi.getRefreshToken():(console.warn("Get refresh token is not supported in SSR"),""),bi=o(((e=mi(),t)=>null==pi?void 0:pi.getJwtPermissions(e,t))),wi=o(((e=mi(),t)=>null==pi?void 0:pi.getJwtRoles(e,t))),$i=o(((e=mi())=>null==pi?void 0:pi.getCurrentTenant(e)));function ki(...e){return t=>e.reduce(((e,t)=>t(e)),t)}const Ci=e=>{const t=document.createElement("template");return t.innerHTML=e,t},Si=(e,t)=>e.length===t.length&&e.every(((e,n)=>e===t[n])),Ii=e=>{let t,n;return(...i)=>(t&&Si(t,i)||(t=i,n=e(...i)),n)},Ri=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),xi=e=>(t,...n)=>t.reduce(((t,i,o)=>{var r;return`${t}${i}${(null===(r=null==n?void 0:n[o])||void 0===r?void 0:r[e>1?1:0])||""}`}),""),Oi=(e,t=500)=>{let n;return function(...i){clearTimeout(n),n=setTimeout((()=>e.apply(this,i)),t)}},Ei=(e={})=>{const t=Ci("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,n])=>{t.content.querySelector("descope-wc").setAttribute(Ri(e),(e=>"string"==typeof e?e:(e=>null!==e&&"object"==typeof e&&Object.getPrototypeOf(e)===Object.prototype)(e)?JSON.stringify(e):"")(n))})),t},Ai=e=>{const t=Symbol((e=>{const t=e.toString();let n=0;for(let e=0;e<t.length;e++)n=(n<<5)-n+t.charCodeAt(e),n&=n;return n.toString(16)})(e));return n=>{if(n[t])return n;const i=e(n);return i[t]=!0,i}};var Ni,Mi,ji,Pi;function Ti(e,t){const n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(let i=0;i<n.length;i+=1){const o=n[i],r=e[o],s=t[o];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!Ti(r,s))return!1}else if(r!==s)return!1}return!0}let Wi=class{constructor(e={},{forceUpdate:t=!1}={}){Ni.set(this,void 0),Mi.set(this,{}),ji.set(this,0),Pi.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,Ni,"f")):e,n=Object.assign(Object.assign({},u(this,Ni,"f")),t);if(u(this,Pi,"f")||!Ti(u(this,Ni,"f"),n)){const e=u(this,Ni,"f");h(this,Ni,n,"f"),Object.freeze(u(this,Ni,"f")),setTimeout((()=>{Object.values(u(this,Mi,"f")).forEach((t=>t(n,e,((e,t)=>n=>e[n]!==t[n])(n,e))))}),0)}},h(this,Ni,e,"f"),h(this,Pi,t,"f")}get current(){return Object.assign({},u(this,Ni,"f"))}subscribe(e){return h(this,ji,u(this,ji,"f")+1,"f"),u(this,Mi,"f")[u(this,ji,"f")]=e,u(this,ji,"f").toString()}unsubscribe(e){const t=!!u(this,Mi,"f")[e];return t&&delete u(this,Mi,"f")[e],t}unsubscribeAll(){return h(this,Mi,{},"f"),!0}};Ni=new WeakMap,Mi=new WeakMap,ji=new WeakMap,Pi=new WeakMap;const Li=["=","+","-","@","\t","\r"],Ui=e=>{const t=(e=>e.length>0&&Li.includes(e[0])?`'${e}`:e)(Array.isArray(e)?e.join("; "):String(null!=e?e:""));return t.includes(",")||t.includes('"')||t.includes("\n")||t.includes("\r")?`"${t.replace(/"/g,'""')}"`:t};function Di(e){if(e)return{locale:e.toLowerCase(),fallback:e.toLowerCase()};const t=navigator.language;return t?t.includes("-")?{locale:t.toLowerCase(),fallback:t.split("-")[0].toLowerCase()}:{locale:t.toLowerCase(),fallback:t.toLowerCase()}:{locale:"",fallback:""}}const Fi=e=>"string"==typeof e||null==e?e:JSON.stringify(e),_i=e=>t.forwardRef(((n,i)=>{const{prop:o,attr:r,rest:s}=t.useMemo((()=>Object.entries(n).reduce(((e,[t,n])=>{const{trimmedKey:i,category:o}=(e=>{const[,t,n]=/(.*)\.(prop|attr)$/.exec(e)||[,e,"rest"];return{trimmedKey:t,category:n}})(t);return"prop"===o?e.prop.push([i,n]):"attr"===o?e.attr.push([Ri(i),Fi(n)]):Object.assign(e.rest,{[Ri(i)]:n}),e}),{attr:[],prop:[],rest:{}})),[n]),a=t.useRef(null),d=t.useCallback((e=>{a.current=e,e&&(o.forEach((([e,t])=>{a.current[e]=t})),r.forEach((([t,n])=>{null==n?e.removeAttribute(t):e.setAttribute(t,n)})))}),[o,r,a]);return t.useImperativeHandle(i,(()=>a.current)),t.createElement(e,Object.assign({ref:d},s))})),qi=t.lazy((async()=>(((null===customElements||void 0===customElements?void 0:customElements.get("descope-wc"))||await Promise.resolve().then((function(){return ru})).then((e=>e.default))).sdkConfigOverrides={baseHeaders:s,persistTokens:!1,hooks:{get beforeRequest(){return pi.httpClient.hooks.beforeRequest},set beforeRequest(e){}}},{default:_i(t.forwardRef(((e,n)=>{var{"external-request-id":i}=e,o=l(e,["external-request-id"]);return t.useMemo((()=>{var e,t;e="x-external-rid",(t=i)?s[e]=t:delete s[e]}),[i]),t.createElement("descope-wc",Object.assign({ref:n},o))})))}))),Bi=t.forwardRef((({flowId:e,onSuccess:i,onError:o,onReady:r,logger:s,tenant:a,theme:d,nonce:l,locale:c,debug:u,client:h,form:f,telemetryKey:p,redirectUrl:g,autoFocus:v,validateOnBlur:m,restartOnError:y,errorTransformer:b,styleId:w,onScreenUpdate:$,dismissScreenErrorOnInput:k,outboundAppId:C,outboundAppScopes:S,popupOrigin:I,children:R,externalRequestId:x,themeOverride:O},E)=>{const[A,N]=t.useState(null);t.useImperativeHandle(E,(()=>A));const{projectId:M,baseUrl:j,baseStaticUrl:P,baseCdnUrl:T,storeLastAuthenticatedUser:W,keepLastAuthenticatedUserAfterLogout:L,refreshCookieName:U,customStorage:D,sdk:F}=t.useContext(n),_=t.useCallback((async e=>{await F.httpClient.hooks.afterRequest({},new Response(JSON.stringify(e.detail))),i&&i(e)}),[i]);return t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",_),o&&(null==e||e.addEventListener("error",o)),r&&(null==e||e.addEventListener("ready",r)),()=>{o&&(null==e||e.removeEventListener("error",o)),r&&(null==e||e.removeEventListener("ready",r)),null==e||e.removeEventListener("success",_)}}),[A,o,_]),t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",_),()=>{null==e||e.removeEventListener("success",_)}}),[A,_]),t.useEffect((()=>{const e=A;return o&&(null==e||e.addEventListener("error",o)),()=>{o&&(null==e||e.removeEventListener("error",o))}}),[A,o]),t.useEffect((()=>{const e=A;return r&&(null==e||e.addEventListener("ready",r)),()=>{r&&(null==e||e.removeEventListener("error",r))}}),[A,r]),t.createElement("form",null,t.createElement(t.Suspense,{fallback:null},t.createElement(qi,{projectId:M,flowId:e,baseUrl:j,baseStaticUrl:P,baseCdnUrl:T,ref:N,telemetryKey:p,redirectUrl:g,autoFocus:v,styleId:w,validateOnBlur:m,restartOnError:y,keepLastAuthenticatedUserAfterLogout:L,tenant:a,externalRequestId:x,customStorage:D,themeOverride:O,"theme.attr":d,"nonce.attr":l,"locale.attr":c,"form.attr":f,"client.attr":h,"debug.attr":u,"outbound-app-id.attr":C,"outbound-app-scopes.attr":S,"popup-origin.attr":I,"store-last-authenticated-user.attr":W,"refreshCookieName.attr":U,"dismiss-screen-error-on-input.attr":k,"errorTransformer.prop":b,"logger.prop":s,"onScreenUpdate.prop":$,"customStorage.prop":D},R)))}));var Ki=()=>{const e=t.useContext(n);if(!e)throw Error("You can only use this hook in the context of <AuthProvider />");return e};const Vi=e=>`You can only use this ${e} after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component`,Hi={get(e,t){if("object"==typeof e[t]&&null!==e[t])return new Proxy(e[t],Hi);if("function"==typeof e[t])return()=>{throw Error(Vi("function"))};throw Error(Vi("attribute"))}},zi=t.lazy((async()=>(await Promise.resolve().then((function(){return wh})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-access-key-management-widget",Object.assign({ref:n},e)))))}))),Gi=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(zi,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),Ji=t.lazy((async()=>(await Promise.resolve().then((function(){return _h})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-applications-portal-widget",Object.assign({ref:n},e)))))}))),Zi=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,onReady:d},l)=>{const[c,u]=t.useState(null);t.useImperativeHandle(l,(()=>c));const{projectId:h,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,refreshCookieName:v}=t.useContext(n);return t.useEffect((()=>{const e=c;return d&&(null==e||e.addEventListener("ready",d)),()=>{d&&(null==e||e.removeEventListener("ready",d))}}),[c,d]),t.createElement(t.Suspense,{fallback:null},t.createElement(Ji,{ref:u,projectId:h,widgetId:s,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Yi=t.lazy((async()=>(await Promise.resolve().then((function(){return lf})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-audit-management-widget",Object.assign({ref:n},e)))))}))),Xi=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(Yi,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),Qi=t.lazy((async()=>(await Promise.resolve().then((function(){return Df})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-outbound-applications-widget",Object.assign({ref:n},e)))))}))),eo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,onReady:d,client:l,form:c},u)=>{const[h,f]=t.useState(null);t.useImperativeHandle(u,(()=>h));const{projectId:p,baseUrl:g,baseStaticUrl:v,baseCdnUrl:m,refreshCookieName:y}=t.useContext(n);return t.useEffect((()=>{const e=h;return d&&(null==e||e.addEventListener("ready",d)),()=>{d&&(null==e||e.removeEventListener("ready",d))}}),[h,d]),t.createElement(t.Suspense,{fallback:null},t.createElement(Qi,{ref:f,projectId:p,widgetId:s,baseUrl:g,baseStaticUrl:v,baseCdnUrl:m,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":y,"client.attr":l,"form.attr":c,"logger.prop":e}))})),to=t.lazy((async()=>(await Promise.resolve().then((function(){return Fp})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-role-management-widget",Object.assign({ref:n},e)))))}))),no=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(to,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),io=t.lazy((async()=>(await Promise.resolve().then((function(){return Mg})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-tenant-profile-widget",Object.assign({ref:n},e)))))}))),oo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,tenant:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b}=t.useContext(n);return t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(io,{projectId:g,widgetId:s,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,styleId:a,tenant:d,ref:p,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"tenant.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),ro=t.lazy((async()=>(await Promise.resolve().then((function(){return L$})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-user-management-widget",Object.assign({ref:n},e)))))}))),so=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b}=t.useContext(n);return t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(ro,{projectId:g,widgetId:a,tenant:i,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,ref:p,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),ao=t.lazy((async()=>(await Promise.resolve().then((function(){return lC})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-user-profile-widget",Object.assign({ref:n},e)))))}))),lo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,onLogout:a,styleId:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b,setSession:w,setUser:$,setIsAuthenticated:k}=t.useContext(n),C=t.useCallback((e=>{a&&a(e),k(!1),w(""),$(null)}),[a,w,k,$]);return t.useEffect((()=>{if(f)return f.addEventListener("logout",C),()=>f.removeEventListener("logout",C)}),[f,C]),t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(ao,{projectId:g,widgetId:s,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,styleId:d,ref:p,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),co="undefined"!=typeof localStorage,uo="J151000",ho="E103205",fo="E108201",po=co&&localStorage.getItem("base.content.url")||"",go="base.ui.components.url";co&&localStorage.getItem(go),co&&localStorage.getItem(go);const vo="descope-login-flow",mo="code",yo="redirect_mode",bo="err",wo="data-exclude-field",$o="data-exclude-next",ko="dls_last_auth",Co="dls_last_submitted_login_id",So="state_id",Io="saml_idp_state_id",Ro="wsfed_idp_state_id",xo="saml_idp_username",Oo="descope_idp_initiated",Eo="sso_app_id",Ao="custom_app_id",No="third_party_app_id",Mo="third_party_app_state_id",jo="oidc_login_hint",Po="oidc_prompt",To="oidc_resource",Wo="oidc_error_redirect_uri",Lo="application_scopes",Uo="data-type",Do="redirect",Fo="poll",_o="webauthnCreate",qo="webauthnGet",Bo="nativeBridge",Ko="loadForm",Vo="submit",Ho="polling",zo=["descope-multi-select-combo-box","descope-text-area"],Go="dls_last_auth_in_flight",Jo=["cssVars","componentsConfig","inputs","errorText","errorType","clientScripts"];var Zo;!function(e){e.backward="backward",e.forward="forward"}(Zo||(Zo={}));const Yo=["descope-enriched-text"];function Xo(e){return new URLSearchParams(window.location.search).get(e)}function Qo(e){if(window.history.replaceState&&Xo(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}function er(e,t){if(!t)return;const n=+e,i=+t;return Number.isNaN(n)||Number.isNaN(i)?void 0:n>i?Zo.forward:n<i?Zo.backward:void 0}const tr=e=>{let[t="",n=""]=(Xo(vo)||"").split("_");const i=(e=>{var t;return(null===(t=/(.*)\|#\|.*/.exec(e))||void 0===t?void 0:t[1])||""})(t);return(!e||i&&i!==e)&&(t="",n=""),{executionId:t,stepId:n,executionFlowId:i}};function nr(){Qo(vo)}const ir=e=>e.replace(/-./g,(e=>e[1].toUpperCase())),or=(e,t)=>{const{executionId:n,stepId:i,executionFlowId:o}=tr(e);if(o&&e!==o)return t.debug("Flow id does not match the execution flow id, skipping url params handling"),{ssoQueryParams:{}};(n||i)&&nr();const r=Xo("t")||void 0;r&&Qo("t");const s=Xo(mo)||void 0;s&&Qo(mo);const a="popup"===Xo(yo);a&&Qo(yo);const d=Xo(bo)||void 0;d&&Qo(bo);const{redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h}={redirectAuthCodeChallenge:Xo("ra-challenge"),redirectAuthCallbackUrl:Xo("ra-callback"),redirectAuthBackupCallbackUri:Xo("ra-backup-callback"),redirectAuthInitiator:Xo("ra-initiator")},f=Xo(So);f&&Qo(So);const p=Xo(Io);p&&Qo(Io);const g=Xo(Ro);g&&Qo(Ro);const v=Xo(xo);p&&Qo(xo);const m=Xo(Oo);m&&Qo(Oo);const y=Xo(Eo);y&&Qo(Eo);const b=Xo(Ao);b&&Qo(Ao);const w=Xo(No);w&&Qo(No);const $=Xo(Mo);$&&Qo(Mo);const k=Xo(Lo);k&&Qo(Lo);const C=Xo(jo);C&&Qo(jo);const S=Xo(Po);S&&Qo(Po);const I=Xo(Wo);I&&Qo(Wo);const R=Xo(To);return R&&Qo(To),{executionId:n,stepId:i,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h,ssoQueryParams:{oidcIdpStateId:f,samlIdpStateId:p,wsfedIdpStateId:g,samlIdpUsername:v,descopeIdpInitiated:"true"===m,ssoAppId:y,customAppId:b,oidcLoginHint:C,oidcPrompt:S,oidcErrorRedirectUri:I,oidcResource:R,thirdPartyAppId:w,thirdPartyAppStateId:$,applicationScopes:k}}},rr=e=>{let t,n;return Object.assign(((...i)=>{return t&&(r=i,(o=t).length===r.length&&o.every(((e,t)=>e===r[t])))||(t=i,n=e(...i)),n;var o,r}),{reset:()=>{t=void 0,n=void 0}})},sr=(e,t,n)=>{if(!0===t||"skipFirstScreen"===t&&!n){const t=e.querySelector('*[name]:not([auto-focus="false"]):not([aria-hidden="true"])');setTimeout((()=>{null==t||t.focus()}))}};function ar(e,t,n){return new Promise(((i,o)=>{let r=!1;const s=setTimeout((()=>{r=!0,void 0!==n?i(n):o(new Error(`Promise timed out after ${e} ms`))}),e);t.then((e=>{r||(clearTimeout(s),i(e))})).catch((e=>{r||(clearTimeout(s),o(e))}))}))}const dr=(e,{oidcIdpStateId:t,samlIdpStateId:n,wsfedIdpStateId:i,samlIdpUsername:o,ssoAppId:r,customAppId:s,oidcLoginHint:a,oidcPrompt:d,oidcErrorRedirectUri:l,oidcResource:c,thirdPartyAppId:u,thirdPartyAppStateId:h,applicationScopes:f})=>!(!e||t||n||i||o||r||s||a||d||l||c||u||h||f),lr=e=>null==e?void 0:e.submit(),cr=(e,t)=>{const n=t.find((t=>e[t]));return n?e[n]:null},ur=(e,t=100)=>{let n;return function(...i){n||e.apply(this,i),clearTimeout(n),n=setTimeout((()=>{n=null}),t)}},hr=e=>{const t=Object.assign({},e);return e.inboundAppApproveScopes&&(t.thirdPartyAppApproveScopes=e.inboundAppApproveScopes),t};function fr(e,t){return`sdkScriptsResults.${t?`${e}_${t}`:e}`}var pr,gr,vr,mr;function yr(e,t){const n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(let i=0;i<n.length;i+=1){const o=n[i],r=e[o],s=t[o];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!yr(r,s))return!1}else if(r!==s)return!1}return!0}let br=class{constructor(e={},{forceUpdate:t=!1}={}){pr.set(this,void 0),gr.set(this,{}),vr.set(this,0),mr.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,pr,"f")):e,n=Object.assign(Object.assign({},u(this,pr,"f")),t),i=u(this,pr,"f");h(this,pr,n,"f"),Object.freeze(u(this,pr,"f")),setTimeout((()=>{Object.values(u(this,gr,"f")).forEach((({cb:e,selector:t,forceUpdate:o})=>{const r=t(i),s=t(n);(u(this,mr,"f")||o||(function(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}(s)?!yr(r,s):r!==s))&&e(s,r,((e,t)=>n=>e[n]!==t[n])(s,r))}))}),0)},h(this,pr,e,"f"),h(this,mr,t,"f")}get current(){return Object.assign({},u(this,pr,"f"))}set forceUpdate(e){h(this,mr,e,"f")}subscribe(e,t=e=>e,{forceUpdate:n=!1}={}){return h(this,vr,u(this,vr,"f")+1,"f"),u(this,gr,"f")[u(this,vr,"f")]={cb:e,selector:t,forceUpdate:n},u(this,vr,"f").toString()}unsubscribe(e){const t=!!u(this,gr,"f")[e];return t&&delete u(this,gr,"f")[e],t}unsubscribeAll(){return h(this,gr,{},"f"),!0}};pr=new WeakMap,gr=new WeakMap,vr=new WeakMap,mr=new WeakMap;const wr=["*","#","/","(",")","[","]","_","<",">","`"],$r=e=>"string"!=typeof e?e:e.replace((e=>{const t=wr.map((t=>`${e}${t}`)).join("|");return new RegExp(`(${t})`,"g")})("\\"),"\\$1"),kr=["disabled"],Cr=(e,t)=>{Object.entries(t||{}).forEach((([t,n])=>{Array.from(e.querySelectorAll(`*[name="${t}"]:not([${wo}])`)).forEach((e=>{e.value=n}))}))},Sr=(e,t)=>t.split(".").reduce(((e,t)=>(null==e?void 0:e[t])||""),e),Ir=(e,t,n)=>e.replace(/{{(.+?)}}/g,((e,i)=>n?$r(Sr(t,i)):Sr(t,i))),Rr=(e,t,n)=>{e.querySelectorAll(`[${Uo}="${t}"]`).forEach((e=>{e.setAttribute("href",n)}))},xr=(e,t,n)=>{var i,o;const r=null===(i=customElements.get(t))||void 0===i?void 0:i.cssVarList.url;n&&r&&(null===(o=null==e?void 0:e.style)||void 0===o||o.setProperty(r,`url(data:image/jpg;base64,${n})`))},Or=(e,t,n,i)=>{var o,r;Rr(e,"totp-link",null===(o=null==t?void 0:t.totp)||void 0===o?void 0:o.provisionUrl),Rr(e,"notp-link",null===(r=null==t?void 0:t.notp)||void 0===r?void 0:r.redirectUrl),((e,t)=>{e.querySelectorAll("descope-text,descope-link,descope-enriched-text,descope-code-snippet").forEach((e=>{const n=(e=>Yo.includes(e))(e.localName);e.textContent=Ir(e.textContent,t,n);const i=e.getAttribute("href");i&&e.setAttribute("href",Ir(i,t))}))})(e,t),((e,t,n)=>{if(!t)return;const{componentsDynamicAttrs:i}=t,o=l(t,["componentsDynamicAttrs"]),r=Object.keys(o).reduce(((e,t)=>(e[`[name=${t}]`]=o[t],e)),{});i&&Object.keys(i).forEach((e=>{const t=i[e];if(t){const{attributes:n}=t;n&&Object.keys(n).length&&(r[e]=n)}})),Object.keys(r).forEach((t=>{e.querySelectorAll(t).forEach((e=>{const i=r[t];Object.keys(i).forEach((t=>{let o=i[t];if("string"!=typeof o)try{o=JSON.stringify(o)}catch(e){n.error(`Could not stringify value "${o}" for "${t}"`,e.message),o=""}e.setAttribute(t,o)}))}))}))})(e,null==t?void 0:t.componentsConfig,i),((e,t)=>{e.querySelectorAll("[data-has-dynamic-attr-values]").forEach((e=>{Array.from(e.attributes).forEach((e=>{e.value=Ir(e.value,t)}))}))})(e,t),((e,t)=>{Object.entries(t).forEach((([t,n])=>{e.querySelectorAll(`[name="${t}"]`).forEach((e=>{Object.entries(n).forEach((([t,n])=>{kr.includes(t)&&e.setAttribute(t,n)}))}))}))})(e,n)},Er=rr((()=>c(void 0,void 0,void 0,(function*(){var e,t;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return!1;try{const n=Promise.all([null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isConditionalMediationAvailable(),null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isUserVerifyingPlatformAuthenticatorAvailable()]).then((e=>e.every((e=>!!e)))),i=(()=>{var e;const t=null===(e=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===e?void 0:e.brands,n=null==t?void 0:t.find((({brand:e,version:t})=>"Chromium"===e&&parseFloat(t)));return n?n.version:0})()>=108;return yield ar(100,n,i)}catch(e){return console.error("Conditional login check failed",e),!1}}))));let Ar;const Nr=(e,t)=>{Ar?Ar.setItem(e,t):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.setItem(e,t)},Mr=e=>Ar?Ar.getItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)?window.localStorage.getItem(e):null,jr="dls_ab_testing_id",Pr={"lastAuth.loginId":{"not-empty":e=>{var t;return!!e.loginId||!!(null===(t=e.lastAuth)||void 0===t?void 0:t.loginId)},empty:e=>{var t;return!e.loginId&&!(null===(t=e.lastAuth)||void 0===t?void 0:t.loginId)}},idpInitiated:{"is-true":e=>!!e.code,"is-false":e=>!e.code},externalToken:{"is-true":e=>!!e.token,"is-false":e=>!e.token},abTestingKey:{"greater-than":(e,t)=>(e.abTestingKey||0)>t,"less-than":(e,t)=>(e.abTestingKey||0)<t,"greater-than-or-equal":(e,t)=>(e.abTestingKey||0)>=t,"less-than-or-equal":(e,t)=>(e.abTestingKey||0)<=t,"in-range":(e,t)=>{const[n,i]=t?t.split(",").map(Number):[void 0,void 0];return(e.abTestingKey||0)>=(null!=n?n:0)&&(e.abTestingKey||0)<=(null!=i?i:0)},"not-in-range":(e,t)=>{const[n,i]=t?t.split(",").map(Number):[void 0,void 0];return!(void 0!==n&&void 0!==i&&!Number.isNaN(n)&&!Number.isNaN(i))||(e.abTestingKey||0)<n||(e.abTestingKey||0)>i},"devised-by":(e,t)=>{const n=Number(t);return!Number.isNaN(n)&&(e.abTestingKey||0)%n==0}}};function Tr(e,t){const n={};try{Object.assign(n,JSON.parse(Mr(ko)))}catch(e){null==t||t.warn("[Descope] Failed to read last auth from storage",String(e))}return n.loginId||e?n:{}}function Wr(e,t){(null==e?void 0:e.authMethod)&&(t&&!e.loginId||Nr(ko,JSON.stringify(e)))}function Lr(){try{return JSON.parse(Mr(Go)||"{}")}catch(e){return{}}}function Ur(e){try{(e=>{Ar?Ar.removeItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.removeItem(e)})(Go)}catch(t){null==e||e.warn("[Descope] Failed to clear in-flight last auth storage",String(t))}}const Dr=["error","warn","info","debug"],Fr={error:console.error.bind(console,"[Descope]"),warn:console.warn.bind(console,"[Descope]"),info:console.info.bind(console,"[Descope]"),debug:console.debug.bind(console,"[Descope]")},_r=Ai((e=>{var t,n,i,o;return o=class extends e{constructor(){super(...arguments),t.add(this),n.set(this,u(this,t,"m",i).call(this,Fr))}set logger(e){h(this,n,u(this,t,"m",i).call(this,e||Fr),"f")}get logger(){return u(this,n,"f")}onLogEvent(e,t){}},n=new WeakMap,t=new WeakSet,i=function(e){return Dr.reduce(((t,n)=>(t[n]=(...t)=>{var i;this.onLogEvent(n,t),null===(i=e[n])||void 0===i||i.call(e,...t)},t)),{})},o})),qr="undefined"!=typeof localStorage,Br="https://static.descope.com/pages",Kr="https://static2.descope.com/pages",Vr=qr&&localStorage.getItem("base.content.url")||"",Hr=(e,t)=>!t&&`${e} cannot be empty, please make sure to set this attribute`,zr=Ai((e=>{var t,n;return n=class extends e{constructor(){super(...arguments),t.set(this,!0)}connectedCallback(){var e,n;null===(e=super.connectedCallback)||void 0===e||e.call(this),(null===(n=this.shadowRoot)||void 0===n?void 0:n.isConnected)&&u(this,t,"f")&&(h(this,t,!1,"f"),this.init())}async init(){}},t=new WeakMap,n})),Gr=Ai((e=>{var t,n;const i=ki(_r,zr)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,{})}async init(){var e,n,i;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),n=this,i=e=>{var n;null===(n=u(this,t,"f")[e])||void 0===n||n.forEach((t=>{t(e,this.getAttribute(e))}))},Array.from(n.attributes).forEach((e=>i(e.name))),new MutationObserver((e=>{e.forEach((e=>{"attributes"===e.type&&i(e.attributeName)}))})).observe(n,{attributes:!0})}observeAttribute(e,n){u(this,t,"f")[e]||(u(this,t,"f")[e]=[]);const i=u(this,t,"f")[e].push(n);return()=>u(this,t,"f")[e].splice(i,1)}observeAttributes(e,t){const n=e.reduce(((e,n)=>(e.push(this.observeAttribute(n,t)),e)),[]);return()=>n.forEach((e=>e()))}},t=new WeakMap,n})),Jr=e=>t=>{var n,i,o;const r=ki(_r,zr,Gr)(t),s=Object.keys(e);return o=class extends r{constructor(...e){super(...e),n.add(this),this.observeAttributes(s,u(this,n,"m",i).bind(this))}async init(){var e;s.forEach((e=>u(this,n,"m",i).call(this,e,this.getAttribute(e)))),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},n=new WeakSet,i=function(t,n){const i=e[t],o="function"==typeof i?i(t,n):i;o&&this.logger.error(o)},o};Jr.missingAttrValidator=Hr;const Zr=Ai((e=>{const t=ki(Jr({"project-id":Hr}))(e);return class extends t{get projectId(){return this.getAttribute("project-id")}}})),Yr=Ai((e=>class extends e{get baseUrl(){return this.getAttribute("base-url")||""}})),Xr="Trying the next fallback URL...",Qr=async(e,t,{logger:n}={})=>{try{return await fetch(e,t)}catch(i){return null==n||n.debug(`Network error fetching URL ${e} [${i.message}], retrying...`),fetch(e,t)}};const es=Ai((e=>{var t,n,i,o,r,s,a;const d=ki(_r,Zr,Yr)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,new Set)}async fetchStaticResource(e,n){const s=u(this,t,"m",r).call(this,e),a=Array.isArray(s)?e=>{const{baseUrl:t}=s[e];h(this,i,t,"f");for(let t=0;t<e;t++){const e=s[t].baseUrl;u(this,o,"f").add(e)}}:null;try{const e=await(async(e,t,{logger:n,onSuccess:i}={})=>{const o=Array.isArray(e)?e:[e];for(let e=0;e<o.length;e++){const r=o[e],s=e===o.length-1;try{const o=await Qr(r.toString(),t,{logger:n});if(o.ok)return null==i||i(e),null==n||n.debug(`Successfully fetched URL ${r}`),o;const a=`Error fetching URL ${r} [${o.status}]`;if(s)throw new Error(a);null==n||n.debug(`${a}. ${Xr}`)}catch(e){const t=`Error fetching URL ${r} [${e.message}]`;if(s)throw new Error(t);null==n||n.debug(`${t}. ${Xr}`)}}})(s,{cache:"default"},{logger:this.logger,onSuccess:a});return{body:await e[n](),headers:Object.fromEntries(e.headers.entries())}}catch(e){this.logger.error(e.message)}}get baseStaticUrl(){return this.getAttribute("base-static-url")||""}},n=new WeakMap,i=new WeakMap,o=new WeakMap,t=new WeakSet,r=function(e){const r=Vr||this.baseStaticUrl;if(r)return u(this,t,"m",s).call(this,e,r);u(this,n,"f")!==this.baseUrl&&(h(this,n,this.baseUrl,"f"),h(this,i,void 0,"f"),u(this,o,"f").clear());const a=[];if(u(this,i,"f"))a.push(u(this,t,"m",s).call(this,e,u(this,i,"f"))),u(this,i,"f")===Br&&a.push(u(this,t,"m",s).call(this,e,Kr));else{const n=this.baseUrl+"/pages";this.baseUrl&&!u(this,o,"f").has(n)&&a.push(u(this,t,"m",s).call(this,e,n)),u(this,o,"f").has(Br)||a.push(u(this,t,"m",s).call(this,e,Br)),a.push(u(this,t,"m",s).call(this,e,Kr))}return 1===a.length?a[0]:a},s=function(e,t){return function({projectId:e,filename:t,assetsFolder:n="v2-beta",baseUrl:i=Br}){const o=new URL(i);return o.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(o.pathname,e,n,t),o.baseUrl=i,o}({projectId:this.projectId,filename:e,baseUrl:t})},a})),ts=Ai((e=>{var t,n;const i=ki(Jr({"project-id":Hr}))(e);return n=class extends i{constructor(){super(...arguments),t.set(this,new Map)}onReset(e,n){if(u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} already exists`);return u(this,t,"f").set(e,n),()=>{u(this,t,"f").delete(e)}}async reset(...e){0===e.length?await Promise.all(Array.from(u(this,t,"f").values()).map((e=>e()))):await Promise.all(e.map((e=>{var n;if(!u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} does not exist`);return null===(n=u(this,t,"f").get(e))||void 0===n?void 0:n()})))}},t=new WeakMap,n})),ns=Ai((e=>{var t,n,i,o,r;const s=ki(es,ts,zr)(e);return r=class extends s{constructor(){super(...arguments),t.add(this),i.set(this,void 0),o.set(this,(async()=>{try{const{body:e,headers:t}=await this.fetchStaticResource("config.json","json");return{projectConfig:e,executionContext:{geo:t["x-geo"]}}}catch(e){this.logger.error("Cannot fetch config file","make sure that your projectId & flowId are correct")}}))}async init(){await super.init(),this.onReset("config",u(this,t,"m",n).bind(this))}get config(){return u(this,i,"f")||h(this,i,u(this,o,"f").call(this),"f"),u(this,i,"f")}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){h(this,i,void 0,"f")},r})),is=["https://descopecdn.com","https://static.descope.com","https://cdn.jsdelivr.net"],os=e=>{let t=0;const n=e.toString();for(let e=0;e<n.length;e++){t=(t<<5)-t+n.charCodeAt(e),t|=0}return`${Math.abs(t).toString()}`},rs=(e,t,n)=>new Promise(((i,o)=>{const r=((e,t)=>{const n=document.createElement("script");return n.id=e,t&&(n.integrity=t,n.crossOrigin="anonymous"),window.DESCOPE_NONCE&&n.setAttribute("nonce",window.DESCOPE_NONCE),n})(e,n);r.onerror=e=>{r.setAttribute("status","error"),o(e)},r.onload=()=>{r.setAttribute("status","loaded"),i(r)},r.src=t.toString(),document.body.appendChild(r)})),ss=(e,t)=>{if(t){const n=e.integrity;if(n!==t)return Promise.reject(new Error(`Integrity mismatch: expected ${t}, found ${n}`))}return"loaded"===e.getAttribute("status")?Promise.resolve(e):(e=>"error"===e.getAttribute("status"))(e)?Promise.reject():new Promise(((t,n)=>{e.addEventListener("load",(()=>{t(e)})),e.addEventListener("error",(e=>{n(e)}))}))},as=Ai((e=>{const t=ki(_r)(e);return class extends t{get baseCdnUrl(){return this.getAttribute("base-cdn-url")||""}injectNpmLib(e,t,n="",i=[],o){return this.logger.debug(`Injecting npm lib: "${e}" with version: "${t}"${o?" with SRI integrity check":""}`),(async(e,t)=>{for(const i of e){const{id:e,url:o,integrity:r}=i,s=(n=e,document.querySelector(`script#${n}`));if(s)try{return await ss(s,r),i}catch(e){t(i,!0)}else try{return await rs(e,o,r),i}catch(e){t(i,!1)}}var n;throw new Error("All scripts failed to load")})(((e,t,n,i="",o)=>e.reduce(((e,r)=>{const s=r;if(!s)return e;let a;try{a=new URL(s)}catch(e){throw new Error(`Invalid URL: ${s}`)}"/"!==a.pathname||(a.pathname=`/npm/${t}@${n}/${i}`);const d={url:a,id:`npmlib-${t.replaceAll("@","").replaceAll("/","_")}-${os(a)}`};return o&&(d.integrity=o),[...e,d]}),[]))([...i,this.baseCdnUrl,...is],e,t,n,o),((e,t)=>{t?this.logger.error(`Existing script cannot be loaded: "${e.url}"`):this.logger.error(`Cannot load script from URL, Make sure this URL is valid and return the correct script: "${e.url}"`)}))}}})),ds="base.ui.components.url",ls=qr&&localStorage.getItem(ds),cs=Ai((e=>{var t,n,i,o,r,s,a;const d=ki(_r,ns,as)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),o.set(this,void 0)}get descopeUi(){return u(this,o,"f")||h(this,o,u(this,t,"m",s).call(this),"f"),u(this,o,"f")}async loadDescopeUiComponents(e){const n=Array.isArray(e)?e:(e=>[...Array.from(e.content.querySelectorAll("*")).reduce(((e,t)=>t.localName.startsWith("descope-")?e.add(t.localName):e),new Set)])(e);return Promise.all(n.map((e=>u(this,t,"m",r).call(this,e))))}},o=new WeakMap,t=new WeakSet,n=async function(){var e;const t=await this.config,n=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersion;return n?this.logger.debug(`Got component version "${n}"`):this.logger.error("Could not get components version"),n},i=async function(){var e;const t=await this.config,n=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersionSri;return n&&this.logger.debug("SRI hash available for components"),n},r=async function(e){if(!!customElements.get(e))return void this.logger.debug(`Loading component "${e}" is skipped as it is already defined`);const t=await this.descopeUi;if(t[e])try{return await t[e]()}catch(t){if("NotSupportedError"!==t.name)throw t;console.debug(`Encountered an error while attempting to define the "${e}" component, it is likely that this component is already defined`)}else this.logger.error(`Cannot load UI component "${e}"`,`Descope UI does not have a component named "${e}", available components are: "${Object.keys(t).join(", ")}"`)},s=async function(){if(globalThis.DescopeUI)return globalThis.DescopeUI;try{const e=await u(this,t,"m",n).call(this),o=ls?void 0:await u(this,t,"m",i).call(this);return await this.injectNpmLib("@descope/web-components-ui",e,"dist/umd/index.js",[ls],o),this.logger.debug("DescopeUI was loaded"),globalThis.DescopeUI}catch(e){throw this.logger.error(e),new Error("DescopeUI was not loaded")}},a})),us=Ai((e=>{var t,n,i;const o=ki(zr,Gr)(e);return i=class extends o{constructor(){super(...arguments),t.add(this)}get nonce(){return this.getAttribute("nonce")||""}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.observeAttribute("nonce",u(this,t,"m",n).bind(this)),u(this,t,"m",n).call(this)}},t=new WeakSet,n=function(){this.nonce&&(window.DESCOPE_NONCE=this.nonce)},i}));class hs{constructor(e,t,{prepend:n=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.setAttribute("nonce",t),this.ref=e,this.ref&&(n?this.ref.prepend(this.styleEle):this.ref.append(this.styleEle))}replaceSync(e){this.styleEle.textContent=e}get cssRules(){var e;return null===(e=this.styleEle.sheet)||void 0===e?void 0:e.cssRules}}const fs=Ai((e=>{const t=ki(us)(e);return class extends t{injectStyle(e,{prepend:t=!1}={}){let n;try{n=new CSSStyleSheet}catch(e){n=new hs(this.shadowRoot,this.nonce,{prepend:t})}if(e&&n.replaceSync(e),n instanceof CSSStyleSheet){const e=this.shadowRoot;if(e&&"adoptedStyleSheets"in e){const i=[...e.adoptedStyleSheets||[]];i[t?"unshift":"push"](n),e.adoptedStyleSheets=i}}return n}}})),ps="content-root",gs="root",vs=Ai((e=>{const t=ki(fs)(e);return class extends t{constructor(...e){var t,n;super(...e),this.attachShadow({mode:"open"}).innerHTML=`\n <div id="${gs}">\n <div id="${ps}"></div>\n </div>\n `,this.injectStyle(`\n #${gs}, #${ps} {\n height: 100%;\n }\n #${gs} {\n position: relative;\n height: fit-content;\n }\n `),this.contentRootElement=null===(t=this.shadowRoot)||void 0===t?void 0:t.getElementById(ps),this.rootElement=null===(n=this.shadowRoot)||void 0===n?void 0:n.getElementById(gs)}}})),ms="theme",ys=(e,t,n="")=>Object.entries(e).reduce(((e,[i,o])=>{if(!/^[a-zA-Z0-9-]+$/.test(i))return t("Ignoring invalid override-css token path segment"),e;const r=n?`${n}-${i}`:i;if("object"==typeof o&&null!==o)return e+ys(o,t,r);const s=(e=>"number"==typeof e?Number.isFinite(e)?String(e):null:"string"!=typeof e||/[;{}]/.test(e)?null:e.trim())(o);return null===s?(t("Ignoring invalid override-css token value"),e):`${e}--descope-${r}:${s};`}),"");function bs(e,t){const n=Object.assign({},e);for(const[e,i]of Object.entries(t||{}))if(null!=i)if("object"==typeof i){if(0===Object.keys(i).length)continue;n[e]=bs(n[e]||{},i)}else n[e]="string"==typeof i?(n[e]||"")+i:i;return n}const ws=(e,t)=>null!==t&&!/^[a-zA-Z0-9_-]*$/.test(t)&&"tenant must contain only alphanumeric characters, hyphens, or underscores",$s=Ai((e=>{const t=ki(Jr({tenant:ws}))(e);return class extends t{get tenantId(){return this.getAttribute("tenant")||void 0}}})),ks=(e,t)=>!!t&&"light"!==t&&"dark"!==t&&'Supported theme values are "light", "dark", or leave empty for using the OS theme',Cs=Ai((e=>{var t,n,i,o,r,s,a,d,l,c,f,p,g,v,m,y,b,w,$,k,C,S;const I=ki(Jr({theme:ks}),$s,es,zr,cs,ns,vs,Gr,fs)(e);return S=class extends I{constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),s.set(this,void 0),a.set(this,void 0),$.set(this,(()=>{u(this,t,"m",k).call(this),u(this,C,"f").call(this,"os"===this.getAttribute("theme"))})),C.set(this,(e=>{var n,i,o;const r=e?"addEventListener":"removeEventListener";null===(o=null===(i=null===(n=window.matchMedia)||void 0===n?void 0:n.call(window,"(prefers-color-scheme: dark)"))||void 0===i?void 0:i[r])||void 0===o||o.call(i,"change",(()=>u(this,t,"m",k).call(this)))}))}get theme(){var e,t;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(t=null===(e=window.matchMedia)||void 0===e?void 0:e.call(window,"(prefers-color-scheme: dark)"))||void 0===t?void 0:t.matches)?"dark":"light"}return n||"light"}get styleId(){return this.getAttribute("style-id")||ms}get themeOverride(){const e=this.getAttribute("theme-override");if(!e)return null;try{return JSON.parse(e)}catch(e){return this.logger.error("Failed to parse theme-override attribute. error: ",e),null}}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,$,"f").call(this),await Promise.all([u(this,t,"m",c).call(this),u(this,t,"m",g).call(this),u(this,t,"m",m).call(this)]),u(this,t,"m",v).call(this),this.observeAttributes(["theme"],u(this,$,"f")),this.observeAttributes(["theme-override"],(()=>u(this,t,"m",v).call(this))),this.observeAttributes(["tenant"],(()=>{h(this,a,null,"f"),u(this,t,"m",g).call(this),u(this,t,"m",m).call(this)})),this.observeAttributes(["style-id"],(()=>{h(this,s,null,"f"),u(this,t,"m",b).call(this),u(this,t,"m",c).call(this),u(this,t,"m",m).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,s=new WeakMap,a=new WeakMap,$=new WeakMap,C=new WeakMap,t=new WeakSet,r=function(){const e=this.themeOverride;return e?["light","dark"].map((t=>{var n,i,o,r,s,a;const d=null===(o=null===(i=null===(n=e[t])||void 0===n?void 0:n.globals)||void 0===i?void 0:i.colors)||void 0===o?void 0:o.primary,l=null===(a=null===(s=null===(r=e[t])||void 0===r?void 0:r.globals)||void 0===s?void 0:s.colors)||void 0===a?void 0:a.secondary;return d||l?`[data-theme="${t}"]{${ys({colors:{primary:d,secondary:l}},(e=>this.logger.error(e)))}}`:""})).join(""):""},d=async function(){try{const{body:e}=await this.fetchStaticResource(`${this.styleId}.json`,"json");if("development"===process.env.NODE_ENV&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(ds)))try{this.logger.warn("You are in DEV mode, and UI components override URL was found\ntrying to merge project theme with the default theme of the UI components");const t=await(async()=>{const e=localStorage.getItem(ds),t=null==e?void 0:e.replace(/[^\/]+$/,"DescopeDev.js");console.warn("Trying to load DescopeDev.js from",t);const n=document.createElement("script");if(n.src=t,document.body.appendChild(n),await new Promise(((e,t)=>{n.onload=e,n.onerror=t})),globalThis.DescopeDev){const{themeToStyle:e,defaultTheme:t,darkTheme:n}=globalThis.DescopeDev;return{light:e(t),dark:e(n)}}})();t&&(e.light.components=Object.assign(Object.assign({},e.light.components),t.light.components),e.dark.components=Object.assign(Object.assign({},e.dark.components),t.dark.components),this.logger.warn("Theme was merged successfully"),console.log("%cNOTICE! This is not the theme that will be used in production!\n\nMake sure to test it without the override UI components URL!","color: black; background-color:yellow; font-size: x-large"))}catch(e){this.logger.error("Failed to merge UI components theme\n",e)}return e}catch(e){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}},l=function(){return u(this,s,"f")||(h(this,s,u(this,t,"m",d).call(this),"f"),u(this,s,"f").then((e=>this.logger.debug("Fetched theme",e)))),u(this,s,"f")},c=async function(){var e,i;const o=await u(this,t,"a",l);if(!o)return;const r=((null===(e=null==o?void 0:o.light)||void 0===e?void 0:e.globals)||"")+((null===(i=null==o?void 0:o.dark)||void 0===i?void 0:i.globals)||"");u(this,n,"f")?u(this,n,"f").replaceSync(r):h(this,n,this.injectStyle(r,{prepend:!0}),"f")},f=async function(){const e=this.tenantId;if(e)try{const{body:t}=await this.fetchStaticResource(`${e}/theme.json`,"json");return t}catch(e){this.logger.error("Cannot fetch tenant theme file","make sure that your tenantId, projectId & flowId are correct")}},p=function(){return u(this,a,"f")||h(this,a,u(this,t,"m",f).call(this),"f"),u(this,a,"f")},g=async function(){var e,n,o,r;if(!this.tenantId)return void(null===(e=u(this,i,"f"))||void 0===e||e.replaceSync(""));const s=await u(this,t,"a",p);if(!s)return void(null===(n=u(this,i,"f"))||void 0===n||n.replaceSync(""));const a=((null===(o=s.light)||void 0===o?void 0:o.globals)||"")+((null===(r=s.dark)||void 0===r?void 0:r.globals)||"");u(this,i,"f")?u(this,i,"f").replaceSync(a):h(this,i,this.injectStyle(a),"f")},v=async function(){var e;if(!this.themeOverride)return void(null===(e=u(this,o,"f"))||void 0===e||e.replaceSync(""));const n=u(this,t,"m",r).call(this);u(this,o,"f")?u(this,o,"f").replaceSync(n):h(this,o,this.injectStyle(n),"f")},m=async function(){var e,n,i,o;const r=await u(this,t,"a",l);if(!r)return;const s=await this.descopeUi;if(!(null==s?void 0:s.componentsThemeManager))return;const a=await u(this,t,"a",p);s.componentsThemeManager.themes={light:bs((null===(e=null==r?void 0:r.light)||void 0===e?void 0:e.components)||{},(null===(n=null==a?void 0:a.light)||void 0===n?void 0:n.components)||{}),dark:bs((null===(i=null==r?void 0:r.dark)||void 0===i?void 0:i.components)||{},(null===(o=null==a?void 0:a.dark)||void 0===o?void 0:o.components)||{})}},y=async function(){var e,t;const{projectConfig:n}=await this.config||{},i=null===(e=null==n?void 0:n.styles)||void 0===e?void 0:e[this.styleId],o=null==n?void 0:n.cssTemplate,r=i||o;return null===(t=null==r?void 0:r[this.theme])||void 0===t?void 0:t.fonts},b=async function(){const e=await u(this,t,"m",y).call(this);e?Object.values(e).forEach((e=>{e.url&&(this.logger.debug(`Loading font from URL "${e.url}"`),(e=>{const t=document.createElement("link");t.href=e,t.rel="stylesheet",document.head.appendChild(t)})(e.url))})):this.logger.debug("No fonts to load")},w=async function(){this.rootElement.setAttribute("data-theme",this.theme);const e=await this.descopeUi;(null==e?void 0:e.componentsThemeManager)&&(e.componentsThemeManager.currentThemeName=this.theme)},k=function(){u(this,t,"m",b).call(this),u(this,t,"m",w).call(this)},S})),Ss=(e,t="")=>Object.keys(e).reduce(((n,i)=>{var o;if(Array.isArray(e[i]))return Object.assign(Object.assign({},n),{[i]:{value:e[i].map((e=>"object"==typeof e&&null!==e?Ss(e):e))}});if("object"==typeof e[i]&&null!==e[i]&&!(null===(o=e[i])||void 0===o?void 0:o.value))return Object.assign(Object.assign({},n),Ss(e[i],`${t+i}.`));const r="object"==typeof e[i]?e[i]:{value:e[i]},s=Object.assign(Object.assign({},n),{[t+i]:r,[`form.${t}${i}`]:r});return"displayName"===i?Object.assign(Object.assign({},s),{[`${t}fullName`]:r,[`form.${t}fullName`]:r}):s}),[]),Is=Ai((e=>{var t,n,i,o;return o=class extends e{constructor(){super(...arguments),t.add(this)}connectedCallback(){var e;u(this,t,"m",n).call(this)&&u(this,t,"m",i).call(this),null===(e=super.connectedCallback)||void 0===e||e.call(this)}},t=new WeakSet,n=function(){return!this.shadowRoot.host.closest("form")&&/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)},i=function(){const e=this.shadowRoot.host,t=document.createElement("form");t.style.width="100%",t.style.height="100%",e.parentElement.appendChild(t),t.appendChild(e)},o})),Rs=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(zr,_r)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),this.attributeChangedCallback=(e,n,i)=>{var o;null===(o=super.attributeChangedCallback)||void 0===o||o.call(this,e,n,i),"debug"===e&&u(this,t,"m",r).call(this)}}get debug(){return"true"===this.getAttribute("debug")}onLogEvent(e,n){var i;null===(i=super.onLogEvent)||void 0===i||i.call(this,e,n),"error"===e&&u(this,t,"m",s).call(this,n[0]||"Error",n[1])}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,t,"m",r).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){var e;null===(e=u(this,n,"f"))||void 0===e||e.remove(),h(this,n,null,"f")},o=async function(){h(this,n,document.createElement("descope-debugger"),"f"),Object.assign(u(this,n,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),await Promise.resolve().then((function(){return SC})),document.body.appendChild(u(this,n,"f"))},r=function(){this.debug?u(this,t,"m",o).call(this):u(this,t,"m",i).call(this)},s=function(e,t){var i;e&&(null===(i=u(this,n,"f"))||void 0===i||i.updateData({title:e,description:t}))},a})),xs="descope-modal";var Os,Es;let As=class{constructor(e,t){Os.set(this,void 0),this.nodeName="",h(this,Os,e,"f"),this.logger=t.logger}get asyncEle(){return(async e=>new Promise((t=>{const n=setInterval((()=>{const i="function"==typeof e?e():e;i&&(clearInterval(n),t(i))}),100);setTimeout((()=>{clearInterval(n),t(null)}),1e3)})))(u(this,Os,"f"))}get ele(){var e,t;const n="function"==typeof u(this,Os,"f")?u(this,Os,"f").call(this):u(this,Os,"f");return n?(null==n?void 0:n.localName)!==this.nodeName?(null===(t=this.logger)||void 0===t||t.debug(`node name do not match, expected "${this.nodeName}", received "${n.localName}" `,Error()),null):n:(null===(e=this.logger)||void 0===e||e.debug(`Driver element is not available for ${this.nodeName}`,new Error),null)}get isExists(){return!!this.ele}};Os=new WeakMap;let Ns=class extends As{constructor(){super(...arguments),this.nodeName="descope-apps-list"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}},Ms=class extends As{constructor(){super(...arguments),this.nodeName="descope-avatar"}set displayName(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("display-name",e)}set image(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("img",e)}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}onClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("click",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("click",e)}}},js=class extends As{constructor(){super(...arguments),this.nodeName="descope-button"}onClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("click",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("click",e)}}disable(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("disabled","true")}enable(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("disabled")}},Ps=class extends As{constructor(){super(...arguments),this.nodeName="descope-wc"}set projectId(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("project-id",e)}set baseUrl(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("base-url",e)}set flowId(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("flow-id",e)}set theme(e){var t,n;e?null===(n=this.ele)||void 0===n||n.setAttribute("theme",e):null===(t=this.ele)||void 0===t||t.removeAttribute("theme")}onSuccess(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("success",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("success",e)}}onPageUpdated(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("page-updated",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("page-updated",e)}}},Ts=class extends js{get flowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id"))||""}get enableMode(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("enable-mode")}};const Ws=/^descope-grid-([^-]+)-column$/,Ls={text:class extends As{constructor(){super(...arguments),this.nodeName="descope-grid-text-column"}onSortDirectionChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("direction-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}},custom:class extends As{constructor(){super(...arguments),this.nodeName="descope-grid-custom-column"}onSortDirectionChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("direction-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}}};let Us=class extends As{constructor(){super(...arguments),this.nodeName="descope-grid",Es.set(this,void 0)}onSelectedItemsChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("selected-items-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get columns(){return this.ele?Array.from(this.ele.children).reduce(((e,t)=>{var n;const i=null===(n=Ws.exec(t.localName))||void 0===n?void 0:n[1],o=Ls[i];return o?(e.push(new o(t,{logger:this.logger})),e):e}),[]):[]}filterColumns(e){var t,n;const i=null===(t=this.ele.columns)||void 0===t?void 0:t.filter(e);i&&this.ele.columns&&(Si(i,this.ele.columns)||(this.ele.columns=i,null===(n=u(this,Es,"f"))||void 0===n||n.call(this,i)))}onColumnsChange(e){h(this,Es,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};Es=new WeakMap;let Ds=class extends As{constructor(){super(...arguments),this.nodeName="descope-link"}get ele(){return super.ele}get href(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("href")}set href(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("href",null!=e?e:"")}};var Fs,_s,qs,Bs;let Ks=class extends As{constructor(...e){super(...e),Fs.add(this),_s.set(this,void 0),qs.set(this,void 0),this.nodeName="descope-modal",u(this,Fs,"m",Bs).call(this)}get isOpen(){var e;return"true"===(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("opened"))}get isClosed(){return!this.isOpen}close(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("opened")}async open(){var e,t;await(null===(e=this.beforeOpen)||void 0===e?void 0:e.call(this)),u(this,Fs,"m",Bs).call(this),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,_s,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,_s,"f").content.cloneNode(!0)))}setContent(e){h(this,_s,e,"f"),this.reset()}remove(){var e,t;null===(e=u(this,qs,"f"))||void 0===e||e.disconnect(),null===(t=this.ele)||void 0===t||t.remove()}};_s=new WeakMap,qs=new WeakMap,Fs=new WeakSet,Bs=function(){if(u(this,qs,"f"))return;const e=this.ele;e&&(h(this,qs,new MutationObserver((t=>{t.forEach(((n,i)=>{var o;const r="true"===n.oldValue,s=t[i+1]?t[i+1].oldValue:e.getAttribute("opened");r&&"true"!==s&&(null===(o=this.afterClose)||void 0===o||o.call(this))}))})),"f"),u(this,qs,"f").observe(e,{attributes:!0,attributeFilter:["opened"],attributeOldValue:!0}))};let Vs=class extends As{constructor(){super(...arguments),this.nodeName="descope-multi-line-mappings"}setData(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("data",JSON.stringify(e))}get value(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.value)||[]}set value(e){this.ele&&(this.ele.value=e)}get mergedValue(){return Object.entries(this.value.filter((({tenantId:e})=>!!e)).reduce(((e,{tenantId:t,roleNames:n})=>(e[t]=[...new Set([...e[t]||[],...n])],e)),{})).map((([e,t])=>({tenantId:e,roleNames:t})))}},Hs=class extends As{constructor(){super(...arguments),this.nodeName="descope-multi-select-combo-box"}async setData(e){var t;null===(t=await this.asyncEle)||void 0===t||t.setAttribute("data",JSON.stringify(e.sort()))}},zs=class extends As{constructor(){super(...arguments),this.nodeName="descope-notification"}close(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("opened")}show(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("opened","true")}setContent(e){this.ele.innerHTML="",this.ele.appendChild(e.content.cloneNode(!0))}remove(){var e;null===(e=this.ele)||void 0===e||e.remove()}},Gs=class extends As{constructor(){super(...arguments),this.nodeName="descope-outbound-apps"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}get connectFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("connect-flow-id"))||""}get disconnectFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("disconnect-flow-id"))||""}onConnectClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("connect-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("connect-clicked",n)}}onDisconnectClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("disconnect-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("disconnect-clicked",n)}}},Js=class extends As{constructor(){super(...arguments),this.nodeName="descope-combo-box"}onInput(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("input",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("input",e)}}get value(){var e;return null===(e=this.ele)||void 0===e?void 0:e.value}set value(e){this.ele&&(this.ele.value=e)}async setData(e){var t;null===(t=await this.asyncEle)||void 0===t||t.setAttribute("data",JSON.stringify(e.sort()))}setAllowCustomValue(e){this.ele&&this.ele.toggleAttribute("allow-custom-value",e)}},Zs=class extends As{constructor(){super(...arguments),this.nodeName="descope-text"}get ele(){return super.ele}get text(){var e;return null===(e=this.ele)||void 0===e?void 0:e.innerText}set text(e){this.ele&&(this.ele.innerText=e)}},Ys=class extends As{constructor(){super(...arguments),this.nodeName="descope-text-field"}onInput(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("input",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("input",e)}}get value(){var e;return null===(e=this.ele)||void 0===e?void 0:e.value}set value(e){this.ele&&(this.ele.value=e)}disable(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("disabled","true")}enable(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("disabled")}},Xs=class extends As{constructor(){super(...arguments),this.nodeName="descope-user-attribute"}set value(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("value",e)}set badgeLabel(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("badge-label",e)}get label(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("label"))||""}get editFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("edit-flow-id"))||""}get deleteFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("delete-flow-id"))||""}onEditClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("edit-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("edit-clicked",e)}}onDeleteClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("delete-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("delete-clicked",e)}}},Qs=class extends As{constructor(){super(...arguments),this.nodeName="descope-user-auth-method"}set fulfilled(e){var t,n;e?null===(t=this.ele)||void 0===t||t.setAttribute("fulfilled","true"):null===(n=this.ele)||void 0===n||n.removeAttribute("fulfilled")}onUnfulfilledButtonClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("button-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("button-clicked",e)}}onFulfilledButtonClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("fulfilled-button-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("fulfilled-button-clicked",e)}}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}get fulfilledFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("fulfilled-flow-id")}},ea=class extends As{constructor(){super(...arguments),this.nodeName="descope-trusted-devices"}set displayName(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("display-name",e)}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}onRemoveDeviceClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-device-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-device-clicked",n)}}},ta=class extends Js{get action(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-action"))||""}get refreshTimeout(){var e;return Number(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-refresh-timeout"))||500}get shouldReload(){return"reload"===this.action}},na=class extends As{constructor(){super(...arguments),this.nodeName="descope-user-passkeys"}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get addPasskeyFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("add-passkey-flow-id")}get removePasskeyFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("remove-passkey-flow-id")}onAddPasskeyClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("add-passkey-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("add-passkey-clicked",e)}}onRemovePasskeyClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-passkey-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-passkey-clicked",n)}}},ia=class extends As{constructor(){super(...arguments),this.nodeName="descope-multi-sso"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}get createFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-create-flow-id"))||""}get deleteFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-delete-flow-id"))||""}onCreateClicked(e){var t;const n=()=>e();return null===(t=this.ele)||void 0===t||t.addEventListener("create-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("create-clicked",n)}}onDeleteClicked(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("delete-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("delete-clicked",n)}}};const oa=Ai((e=>{var t,n;const i=ki(zr,vs,cs)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends Ks{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const n=((e={})=>{const t=document.createElement(xs);return Object.keys(e).forEach((n=>{t.setAttribute(n,e[n])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(n),new(u(this,t,"f"))(n,{logger:this.logger})}async init(){var e;this.loadDescopeUiComponents([xs]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,n})),ra="descope-notification",sa=Ai((e=>{var t,n;const i=ki(zr,vs,cs)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends zs{setContent(t){const n="string"==typeof t?Ci(t):t;e(n),super.setContent(n)}}})())}createNotification(e){const n=((e={})=>{const t=document.createElement(ra);return Object.keys(e).forEach((n=>{t.setAttribute(n,e[n])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(n),new(u(this,t,"f"))(n,{logger:this.logger})}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.loadDescopeUiComponents([ra])}},t=new WeakMap,n}));function aa(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var da=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),la=()=>Math.random().toString(36).substring(7).split("").join("."),ca={INIT:`@@redux/INIT${la()}`,REPLACE:`@@redux/REPLACE${la()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${la()}`};function ua(e){if("object"!=typeof e||null===e)return!1;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||null===Object.getPrototypeOf(e)}function ha(e){if(void 0===e)return"undefined";if(null===e)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(function(e){return e instanceof Date||"function"==typeof e.toDateString&&"function"==typeof e.getDate&&"function"==typeof e.setDate}(e))return"date";if(function(e){return e instanceof Error||"string"==typeof e.message&&e.constructor&&"number"==typeof e.constructor.stackTraceLimit}(e))return"error";const n=function(e){return"function"==typeof e.constructor?e.constructor.name:null}(e);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function fa(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=ha(e)),t}function pa(e,t,n){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?aa(2):`Expected the root reducer to be a function. Instead, received: '${fa(e)}'`);if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?aa(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error("production"===process.env.NODE_ENV?aa(1):`Expected the enhancer to be a function. Instead, received: '${fa(n)}'`);return n(pa)(e,t)}let i=e,o=t,r=new Map,s=r,a=0,d=!1;function l(){s===r&&(s=new Map,r.forEach(((e,t)=>{s.set(t,e)})))}function c(){if(d)throw new Error("production"===process.env.NODE_ENV?aa(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function u(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?aa(4):`Expected the listener to be a function. Instead, received: '${fa(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?aa(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");let t=!0;l();const n=a++;return s.set(n,e),function(){if(t){if(d)throw new Error("production"===process.env.NODE_ENV?aa(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");t=!1,l(),s.delete(n),r=null}}}function h(e){if(!ua(e))throw new Error("production"===process.env.NODE_ENV?aa(7):`Actions must be plain objects. Instead, the actual type was: '${fa(e)}'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.`);if(void 0===e.type)throw new Error("production"===process.env.NODE_ENV?aa(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if("string"!=typeof e.type)throw new Error("production"===process.env.NODE_ENV?aa(17):`Action "type" property must be a string. Instead, the actual type was: '${fa(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?aa(9):"Reducers may not dispatch actions.");try{d=!0,o=i(o,e)}finally{d=!1}return(r=s).forEach((e=>{e()})),e}h({type:ca.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?aa(10):`Expected the nextReducer to be a function. Instead, received: '${fa(e)}`);i=e,h({type:ca.REPLACE})},[da]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?aa(11):`Expected the observer to be an object. Instead, received: '${fa(t)}'`);function n(){const e=t;e.next&&e.next(c())}n();return{unsubscribe:e(n)}},[da](){return this}}}}}function ga(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function va(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const o=t[i];"production"!==process.env.NODE_ENV&&void 0===e[o]&&ga(`No reducer provided for key "${o}"`),"function"==typeof e[o]&&(n[o]=e[o])}const i=Object.keys(n);let o,r;"production"!==process.env.NODE_ENV&&(o={});try{!function(e){Object.keys(e).forEach((t=>{const n=e[t];if(void 0===n(void 0,{type:ca.INIT}))throw new Error("production"===process.env.NODE_ENV?aa(12):`The slice reducer for key "${t}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);if(void 0===n(void 0,{type:ca.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?aa(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${ca.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`)}))}(n)}catch(e){r=e}return function(e={},t){if(r)throw r;if("production"!==process.env.NODE_ENV){const i=function(e,t,n,i){const o=Object.keys(t),r=n&&n.type===ca.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(0===o.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!ua(e))return`The ${r} has unexpected type of "${fa(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const s=Object.keys(e).filter((e=>!t.hasOwnProperty(e)&&!i[e]));return s.forEach((e=>{i[e]=!0})),n&&n.type===ca.REPLACE?void 0:s.length>0?`Unexpected ${s.length>1?"keys":"key"} "${s.join('", "')}" found in ${r}. Expected to find one of the known reducer keys instead: "${o.join('", "')}". Unexpected keys will be ignored.`:void 0}(e,n,t,o);i&&ga(i)}let s=!1;const a={};for(let o=0;o<i.length;o++){const r=i[o],d=n[r],l=e[r],c=d(l,t);if(void 0===c){const e=t&&t.type;throw new Error("production"===process.env.NODE_ENV?aa(14):`When called with an action of type ${e?`"${String(e)}"`:"(unknown type)"}, the slice reducer for key "${r}" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.`)}a[r]=c,s=s||c!==l}return s=s||i.length!==Object.keys(e).length,s?a:e}}function ma(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...n)=>e(t(...n))))}function ya(e){return ua(e)&&"type"in e&&"string"==typeof e.type}var ba=Symbol.for("immer-nothing"),wa=Symbol.for("immer-draftable"),$a=Symbol.for("immer-state"),ka="production"!==process.env.NODE_ENV?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function Ca(e,...t){if("production"!==process.env.NODE_ENV){const n=ka[e],i="function"==typeof n?n.apply(null,t):n;throw new Error(`[Immer] ${i}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Sa=Object.getPrototypeOf;function Ia(e){return!!e&&!!e[$a]}function Ra(e){return!!e&&(Oa(e)||Array.isArray(e)||!!e[wa]||!!e.constructor?.[wa]||ja(e)||Pa(e))}var xa=Object.prototype.constructor.toString();function Oa(e){if(!e||"object"!=typeof e)return!1;const t=Sa(e);if(null===t)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===xa}function Ea(e,t){0===Aa(e)?Object.entries(e).forEach((([n,i])=>{t(n,i,e)})):e.forEach(((n,i)=>t(i,n,e)))}function Aa(e){const t=e[$a];return t?t.type_:Array.isArray(e)?1:ja(e)?2:Pa(e)?3:0}function Na(e,t){return 2===Aa(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ma(e,t,n){const i=Aa(e);2===i?e.set(t,n):3===i?e.add(n):e[t]=n}function ja(e){return e instanceof Map}function Pa(e){return e instanceof Set}function Ta(e){return e.copy_||e.base_}function Wa(e,t){if(ja(e))return new Map(e);if(Pa(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&Oa(e)){if(!Sa(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const n=Object.getOwnPropertyDescriptors(e);delete n[$a];let i=Reflect.ownKeys(n);for(let t=0;t<i.length;t++){const o=i[t],r=n[o];!1===r.writable&&(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(n[o]={configurable:!0,writable:!0,enumerable:r.enumerable,value:e[o]})}return Object.create(Sa(e),n)}function La(e,t=!1){return Da(e)||Ia(e)||!Ra(e)||(Aa(e)>1&&(e.set=e.add=e.clear=e.delete=Ua),Object.freeze(e),t&&Ea(e,((e,t)=>La(t,!0)))),e}function Ua(){Ca(2)}function Da(e){return Object.isFrozen(e)}var Fa,_a={};function qa(e){const t=_a[e];return t||Ca(0,e),t}function Ba(){return Fa}function Ka(e,t){t&&(qa("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Va(e){Ha(e),e.drafts_.forEach(Ga),e.drafts_=null}function Ha(e){e===Fa&&(Fa=e.parent_)}function za(e){return Fa={drafts_:[],parent_:Fa,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ga(e){const t=e[$a];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function Ja(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[$a].modified_&&(Va(t),Ca(4)),Ra(e)&&(e=Za(t,e),t.parent_||Xa(t,e)),t.patches_&&qa("Patches").generateReplacementPatches_(n[$a].base_,e,t.patches_,t.inversePatches_)):e=Za(t,n,[]),Va(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ba?e:void 0}function Za(e,t,n){if(Da(t))return t;const i=t[$a];if(!i)return Ea(t,((o,r)=>Ya(e,i,t,o,r,n))),t;if(i.scope_!==e)return t;if(!i.modified_)return Xa(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;const t=i.copy_;let o=t,r=!1;3===i.type_&&(o=new Set(t),t.clear(),r=!0),Ea(o,((o,s)=>Ya(e,i,t,o,s,n,r))),Xa(e,t,!1),n&&e.patches_&&qa("Patches").generatePatches_(i,n,e.patches_,e.inversePatches_)}return i.copy_}function Ya(e,t,n,i,o,r,s){if("production"!==process.env.NODE_ENV&&o===n&&Ca(5),Ia(o)){const s=Za(e,o,r&&t&&3!==t.type_&&!Na(t.assigned_,i)?r.concat(i):void 0);if(Ma(n,i,s),!Ia(s))return;e.canAutoFreeze_=!1}else s&&n.add(o);if(Ra(o)&&!Da(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Za(e,o),t&&t.scope_.parent_||Xa(e,o)}}function Xa(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&La(t,n)}var Qa={get(e,t){if(t===$a)return e;const n=Ta(e);if(!Na(n,t))return function(e,t,n){const i=nd(t,n);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}(e,n,t);const i=n[t];return e.finalized_||!Ra(i)?i:i===td(e.base_,t)?(od(e),e.copy_[t]=rd(i,e)):i},has:(e,t)=>t in Ta(e),ownKeys:e=>Reflect.ownKeys(Ta(e)),set(e,t,n){const i=nd(Ta(e),t);if(i?.set)return i.set.call(e.draft_,n),!0;if(!e.modified_){const i=td(Ta(e),t),o=i?.[$a];if(o&&o.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,i)&&(void 0!==n||Na(e.base_,t)))return!0;od(e),id(e)}return e.copy_[t]===n&&(void 0!==n||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==td(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,od(e),id(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=Ta(e),i=Reflect.getOwnPropertyDescriptor(n,t);return i?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:i.enumerable,value:n[t]}:i},defineProperty(){Ca(11)},getPrototypeOf:e=>Sa(e.base_),setPrototypeOf(){Ca(12)}},ed={};function td(e,t){const n=e[$a];return(n?Ta(n):e)[t]}function nd(e,t){if(!(t in e))return;let n=Sa(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=Sa(n)}}function id(e){e.modified_||(e.modified_=!0,e.parent_&&id(e.parent_))}function od(e){e.copy_||(e.copy_=Wa(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Ea(Qa,((e,t)=>{ed[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),ed.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Ca(13),ed.set.call(this,e,t,void 0)},ed.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Ca(14),Qa.set.call(this,e[0],t,n,e[0])};function rd(e,t){const n=ja(e)?qa("MapSet").proxyMap_(e,t):Pa(e)?qa("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),i={type_:n?1:0,scope_:t?t.scope_:Ba(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=i,r=Qa;n&&(o=[i],r=ed);const{revoke:s,proxy:a}=Proxy.revocable(o,r);return i.draft_=a,i.revoke_=s,a}(e,t);return(t?t.scope_:Ba()).drafts_.push(n),n}function sd(e){return Ia(e)||Ca(10,e),ad(e)}function ad(e){if(!Ra(e)||Da(e))return e;const t=e[$a];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Wa(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Wa(e,!0);return Ea(n,((e,t)=>{Ma(n,e,ad(t))})),t&&(t.finalized_=!1),n}var dd=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,n)=>{if("function"==typeof e&&"function"!=typeof t){const n=t;t=e;const i=this;return function(e=n,...o){return i.produce(e,(e=>t.call(this,e,...o)))}}let i;if("function"!=typeof t&&Ca(6),void 0!==n&&"function"!=typeof n&&Ca(7),Ra(e)){const o=za(this),r=rd(e,void 0);let s=!0;try{i=t(r),s=!1}finally{s?Va(o):Ha(o)}return Ka(o,n),Ja(i,o)}if(!e||"object"!=typeof e){if(i=t(e),void 0===i&&(i=e),i===ba&&(i=void 0),this.autoFreeze_&&La(i,!0),n){const t=[],o=[];qa("Patches").generateReplacementPatches_(e,i,t,o),n(t,o)}return i}Ca(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...n)=>this.produceWithPatches(t,(t=>e(t,...n)));let n,i;const o=this.produce(e,t,((e,t)=>{n=e,i=t}));return[o,n,i]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Ra(e)||Ca(8),Ia(e)&&(e=sd(e));const t=za(this),n=rd(e,void 0);return n[$a].isManual_=!0,Ha(t),n}finishDraft(e,t){const n=e&&e[$a];n&&n.isManual_||Ca(9);const{scope_:i}=n;return Ka(i,t),Ja(void 0,i)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const i=t[n];if(0===i.path.length&&"replace"===i.op){e=i.value;break}}n>-1&&(t=t.slice(n+1));const i=qa("Patches").applyPatches_;return Ia(e)?i(e,t):this.produce(e,(e=>i(e,t)))}},ld=dd.produce;dd.produceWithPatches.bind(dd),dd.setAutoFreeze.bind(dd),dd.setUseStrictShallowCopy.bind(dd),dd.applyPatches.bind(dd),dd.createDraft.bind(dd),dd.finishDraft.bind(dd);var cd=(e,t,n)=>{if(1===t.length&&t[0]===n){let t=!1;try{const n={};e(n)===n&&(t=!0)}catch{}if(t){let e;try{throw new Error}catch(t){({stack:e}=t)}console.warn("The result function returned its own inputs without modification. e.g\n`createSelector([state => state.todos], todos => todos)`\nThis could lead to inefficient memoization and unnecessary re-renders.\nEnsure transformation logic is in the result function, and extraction logic is in the input selectors.",{stack:e})}}},ud=(e,t,n)=>{const{memoize:i,memoizeOptions:o}=t,{inputSelectorResults:r,inputSelectorResultsCopy:s}=e,a=i((()=>({})),...o);if(!(a.apply(null,r)===a.apply(null,s))){let e;try{throw new Error}catch(t){({stack:e}=t)}console.warn("An input selector returned a different result when passed same arguments.\nThis means your output selector will likely run more frequently than intended.\nAvoid returning a new reference inside your input selector, e.g.\n`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)`",{arguments:n,firstInputs:r,secondInputs:s,stack:e})}},hd={inputStabilityCheck:"once",identityFunctionCheck:"once"};var fd=e=>Array.isArray(e)?e:[e];function pd(e){const t=Array.isArray(e[0])?e[0]:e;return function(e,t="expected all items to be functions, instead received the following types: "){if(!e.every((e=>"function"==typeof e))){const n=e.map((e=>"function"==typeof e?`function ${e.name||"unnamed"}()`:typeof e)).join(", ");throw new TypeError(`${t}[${n}]`)}}(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function gd(e,t){const n=[],{length:i}=e;for(let o=0;o<i;o++)n.push(e[o].apply(null,t));return n}var vd="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},md=0,yd=1;function bd(){return{s:md,v:void 0,o:null,p:null}}function wd(e,t={}){let n=bd();const{resultEqualityCheck:i}=t;let o,r=0;function s(){let t=n;const{length:s}=arguments;for(let e=0,n=s;e<n;e++){const n=arguments[e];if("function"==typeof n||"object"==typeof n&&null!==n){let e=t.o;null===e&&(t.o=e=new WeakMap);const i=e.get(n);void 0===i?(t=bd(),e.set(n,t)):t=i}else{let e=t.p;null===e&&(t.p=e=new Map);const i=e.get(n);void 0===i?(t=bd(),e.set(n,t)):t=i}}const a=t;let d;if(t.s===yd)d=t.v;else if(d=e.apply(null,arguments),r++,i){const e=o?.deref?.()??o;null!=e&&i(e,d)&&(d=e,0!==r&&r--);o="object"==typeof d&&null!==d||"function"==typeof d?new vd(d):d}return a.s=yd,a.v=d,d}return s.clearCache=()=>{n=bd(),s.resetResultsCount()},s.resultsCount=()=>r,s.resetResultsCount=()=>{r=0},s}function $d(e,...t){const n="function"==typeof e?{memoize:e,memoizeOptions:t}:e,i=(...e)=>{let t,i=0,o=0,r={},s=e.pop();"object"==typeof s&&(r=s,s=e.pop()),function(e,t="expected a function, instead received "+typeof e){if("function"!=typeof e)throw new TypeError(t)}(s,`createSelector expects an output function after the inputs, but received: [${typeof s}]`);const a={...n,...r},{memoize:d,memoizeOptions:l=[],argsMemoize:c=wd,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=fd(l),p=fd(u),g=pd(e),v=d((function(){return i++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){o++;const e=gd(g,arguments);if(t=v.apply(null,e),"production"!==process.env.NODE_ENV){const{identityFunctionCheck:n,inputStabilityCheck:i}=((e,t)=>{const{identityFunctionCheck:n,inputStabilityCheck:i}={...hd,...t};return{identityFunctionCheck:{shouldRun:"always"===n||"once"===n&&e,run:cd},inputStabilityCheck:{shouldRun:"always"===i||"once"===i&&e,run:ud}}})(m,h);if(n.shouldRun&&n.run(s,e,t),i.shouldRun){const t=gd(g,arguments);i.run({inputSelectorResults:e,inputSelectorResultsCopy:t},{memoize:d,memoizeOptions:f},arguments)}m&&(m=!1)}return t}),...p);return Object.assign(y,{resultFunc:s,memoizedResultFunc:v,dependencies:g,dependencyRecomputations:()=>o,resetDependencyRecomputations:()=>{o=0},lastResult:()=>t,recomputations:()=>i,resetRecomputations:()=>{i=0},memoize:d,argsMemoize:c})};return Object.assign(i,{withTypes:()=>i}),i}var kd=$d(wd),Cd=Object.assign(((e,t=kd)=>{!function(e,t="expected an object, instead received "+typeof e){if("object"!=typeof e)throw new TypeError(t)}(e,"createStructuredSelector expects first argument to be an object where each property is a selector, instead received a "+typeof e);const n=Object.keys(e),i=t(n.map((t=>e[t])),((...e)=>e.reduce(((e,t,i)=>(e[n[i]]=t,e)),{})));return i}),{withTypes:()=>Cd});function Sd(e){return({dispatch:t,getState:n})=>i=>o=>"function"==typeof o?o(t,n,e):i(o)}var Id=Sd(),Rd=Sd;((...e)=>{const t=$d(...e)})(wd);var xd="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?ma:ma.apply(null,arguments)},Od=e=>e&&"function"==typeof e.match;function Ed(e,t){function n(...n){if(t){let i=t(...n);if(!i)throw new Error("production"===process.env.NODE_ENV?ll(0):"prepareAction did not return an object");return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return n.toString=()=>`${e}`,n.type=e,n.match=t=>ya(t)&&t.type===e,n}function Ad(e){return"function"==typeof e&&"type"in e&&Od(e)}function Nd(e,t){let n=0;return{measureTime(e){const t=Date.now();try{return e()}finally{const e=Date.now();n+=e-t}},warnIfExceeded(){n>e&&console.warn(`${t} took ${n}ms, which is more than the warning threshold of ${e}ms. \nIf your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.\nIt is disabled in production builds, so you don't need to worry about that.`)}}}var Md=class e extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,e.prototype)}static get[Symbol.species](){return e}concat(...e){return super.concat.apply(this,e)}prepend(...t){return 1===t.length&&Array.isArray(t[0])?new e(...t[0].concat(this)):new e(...t.concat(this))}};function jd(e){return Ra(e)?ld(e,(()=>{})):e}function Pd(e,t,n){if(e.has(t)){let i=e.get(t);return n.update&&(i=n.update(i,t,e),e.set(t,i)),i}if(!n.insert)throw new Error("production"===process.env.NODE_ENV?ll(10):"No insert provided for key not already in map");const i=n.insert(t,e);return e.set(t,i),i}function Td(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Wd(e,t,n){const i=Ld(e,t,n);return{detectMutations:()=>Ud(e,t,i,n)}}function Ld(e,t=[],n,i="",o=new Set){const r={value:n};if(!e(n)&&!o.has(n)){o.add(n),r.children={};for(const o in n){const s=i?i+"."+o:o;t.length&&-1!==t.indexOf(s)||(r.children[o]=Ld(e,t,n[o],s))}}return r}function Ud(e,t=[],n,i,o=!1,r=""){const s=n?n.value:void 0,a=s===i;if(o&&!a&&!Number.isNaN(i))return{wasMutated:!0,path:r};if(e(s)||e(i))return{wasMutated:!1};const d={};for(let e in n.children)d[e]=!0;for(let e in i)d[e]=!0;const l=t.length>0;for(let o in d){const s=r?r+"."+o:o;if(l){if(t.some((e=>e instanceof RegExp?e.test(s):s===e)))continue}const d=Ud(e,t,n.children[o],i[o],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function Dd(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||ua(e)}function Fd(e,t="",n=Dd,i,o=[],r){let s;if(!n(e))return{keyPath:t||"<root>",value:e};if("object"!=typeof e||null===e)return!1;if(r?.has(e))return!1;const a=null!=i?i(e):Object.entries(e),d=o.length>0;for(const[e,l]of a){const a=t?t+"."+e:e;if(d){if(o.some((e=>e instanceof RegExp?e.test(a):a===e)))continue}if(!n(l))return{keyPath:a,value:l};if("object"==typeof l&&(s=Fd(l,a,n,i,o,r),s))return s}return r&&_d(e)&&r.add(e),!1}function _d(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!_d(t))return!1;return!0}function qd(e){return"boolean"==typeof e}var Bd=()=>function(e){const{thunk:t=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:o=!0}=e??{};let r=new Md;if(t&&(qd(t)?r.push(Id):r.push(Rd(t.extraArgument))),"production"!==process.env.NODE_ENV){if(n){let e={};qd(n)||(e=n),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{let t=function(e,t,i,o){return JSON.stringify(e,n(t,o),i)},n=function(e,t){let n=[],i=[];return t||(t=function(e,t){return n[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,n.indexOf(t)).join(".")+"]"}),function(o,r){if(n.length>0){var s=n.indexOf(this);~s?n.splice(s+1):n.push(this),~s?i.splice(s,1/0,o):i.push(o),~n.indexOf(r)&&(r=t.call(this,o,r))}else n.push(r);return null==e?r:e.call(this,o,r)}},{isImmutable:i=Td,ignoredPaths:o,warnAfter:r=32}=e;const s=Wd.bind(null,i,o);return({getState:e})=>{let n,i=e(),o=s(i);return a=>d=>{const l=Nd(r,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?ll(19):`A state mutation was detected between dispatches, in the path '${n.path||""}'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)}));const c=a(d);return l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?ll(20):`A state mutation was detected inside a dispatch, in the path: ${n.path||""}. Take a look at the reducer(s) handling the action ${t(d)}. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)})),l.warnIfExceeded(),c}}}}(e))}if(i){let e={};qd(i)||(e=i),r.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=Dd,getEntries:n,ignoredActions:i=[],ignoredActionPaths:o=["meta.arg","meta.baseQueryMeta"],ignoredPaths:r=[],warnAfter:s=32,ignoreState:a=!1,ignoreActions:d=!1,disableCache:l=!1}=e,c=!l&&WeakSet?new WeakSet:void 0;return e=>l=>u=>{if(!ya(u))return l(u);const h=l(u),f=Nd(s,"SerializableStateInvariantMiddleware");return d||i.length&&-1!==i.indexOf(u.type)||f.measureTime((()=>{const e=Fd(u,"",t,n,o,c);if(e){const{keyPath:t,value:n}=e;console.error(`A non-serializable value was detected in an action, in the path: \`${t}\`. Value:`,n,"\nTake a look at the logic that dispatched this action: ",u,"\n(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)","\n(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)")}})),a||(f.measureTime((()=>{const i=Fd(e.getState(),"",t,n,r,c);if(i){const{keyPath:e,value:t}=i;console.error(`A non-serializable value was detected in the state, in the path: \`${e}\`. Value:`,t,`\nTake a look at the reducer(s) handling this action type: ${u.type}.\n(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}})),f.warnIfExceeded()),h}}}(e))}if(o){let e={};qd(o)||(e=o),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=Ad}=e;return()=>e=>n=>(t(n)&&console.warn(function(e){const t=e?`${e}`.split("/"):[],n=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched. \nMake sure you're calling the action creator before dispatching, i.e. \`dispatch(${n}())\` instead of \`dispatch(${n})\`. This is necessary even if the action has no payload.`}(n.type)),e(n))}(e))}}return r},Kd=e=>t=>{setTimeout(t,e)},Vd="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:Kd(10),Hd=e=>function(t){const{autoBatch:n=!0}=t??{};let i=new Md(e);return n&&i.push(((e={type:"raf"})=>t=>(...n)=>{const i=t(...n);let o=!0,r=!1,s=!1;const a=new Set,d="tick"===e.type?queueMicrotask:"raf"===e.type?Vd:"callback"===e.type?e.queueNotification:Kd(e.timeout),l=()=>{s=!1,r&&(r=!1,a.forEach((e=>e())))};return Object.assign({},i,{subscribe(e){const t=i.subscribe((()=>o&&e()));return a.add(e),()=>{t(),a.delete(e)}},dispatch(e){try{return o=!e?.meta?.RTK_autoBatch,r=!o,r&&(s||(s=!0,d(l))),i.dispatch(e)}finally{o=!0}}})})("object"==typeof n?n:void 0)),i},zd="production"===process.env.NODE_ENV;function Gd(e){const t=Bd(),{reducer:n,middleware:i,devTools:o=!0,preloadedState:r,enhancers:s}=e||{};let a,d;if("function"==typeof n)a=n;else{if(!ua(n))throw new Error("production"===process.env.NODE_ENV?ll(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=va(n)}if(!zd&&i&&"function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?ll(2):"`middleware` field must be a callback");if("function"==typeof i){if(d=i(t),!zd&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?ll(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!zd&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?ll(4):"each middleware provided to configureStore must be a function");let l=ma;o&&(l=xd({trace:!zd,..."object"==typeof o&&o}));const c=function(...e){return t=>(n,i)=>{const o=t(n,i);let r=()=>{throw new Error("production"===process.env.NODE_ENV?aa(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const s={getState:o.getState,dispatch:(e,...t)=>r(e,...t)},a=e.map((e=>e(s)));return r=ma(...a)(o.dispatch),{...o,dispatch:r}}}(...d),u=Hd(c);if(!zd&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?ll(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!zd&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?ll(6):"`enhancers` callback must return an array");if(!zd&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?ll(7):"each enhancer provided to configureStore must be a function");zd||!d.length||h.includes(c)||console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");return pa(a,r,l(...h))}function Jd(e){const t={},n=[];let i;const o={addCase(e,r){if("production"!==process.env.NODE_ENV){if(n.length>0)throw new Error("production"===process.env.NODE_ENV?ll(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(i)throw new Error("production"===process.env.NODE_ENV?ll(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const s="string"==typeof e?e:e.type;if(!s)throw new Error("production"===process.env.NODE_ENV?ll(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?ll(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${s}'`);return t[s]=r,o},addMatcher(e,t){if("production"!==process.env.NODE_ENV&&i)throw new Error("production"===process.env.NODE_ENV?ll(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return n.push({matcher:e,reducer:t}),o},addDefaultCase(e){if("production"!==process.env.NODE_ENV&&i)throw new Error("production"===process.env.NODE_ENV?ll(31):"`builder.addDefaultCase` can only be called once");return i=e,o}};return e(o),[t,n,i]}function Zd(...e){return t=>e.some((e=>((e,t)=>Od(e)?e.match(t):e(t))(e,t)))}var Yd=["name","message","stack","code"],Xd=class{constructor(e,t){this.payload=e,this.meta=t}_type},Qd=class{constructor(e,t){this.payload=e,this.meta=t}_type},el=e=>{if("object"==typeof e&&null!==e){const t={};for(const n of Yd)"string"==typeof e[n]&&(t[n]=e[n]);return t}return{message:String(e)}},tl=(()=>{function e(e,t,n){const i=Ed(e+"/fulfilled",((e,t,n,i)=>({payload:e,meta:{...i||{},arg:n,requestId:t,requestStatus:"fulfilled"}}))),o=Ed(e+"/pending",((e,t,n)=>({payload:void 0,meta:{...n||{},arg:t,requestId:e,requestStatus:"pending"}}))),r=Ed(e+"/rejected",((e,t,i,o,r)=>({payload:o,error:(n&&n.serializeError||el)(e||"Rejected"),meta:{...r||{},arg:i,requestId:t,rejectedWithValue:!!o,requestStatus:"rejected",aborted:"AbortError"===e?.name,condition:"ConditionError"===e?.name}})));return Object.assign((function(e){return(s,a,d)=>{const l=n?.idGenerator?n.idGenerator(e):((e=21)=>{let t="",n=e;for(;n--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t})(),c=new AbortController;let u;function h(e){u=e,c.abort()}const f=async function(){let f;try{let r=n?.condition?.(e,{getState:a,extra:d});if(null!==(p=r)&&"object"==typeof p&&"function"==typeof p.then&&(r=await r),!1===r||c.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const g=new Promise(((e,t)=>c.signal.addEventListener("abort",(()=>t({name:"AbortError",message:u||"Aborted"})))));s(o(l,e,n?.getPendingMeta?.({requestId:l,arg:e},{getState:a,extra:d}))),f=await Promise.race([g,Promise.resolve(t(e,{dispatch:s,getState:a,extra:d,requestId:l,signal:c.signal,abort:h,rejectWithValue:(e,t)=>new Xd(e,t),fulfillWithValue:(e,t)=>new Qd(e,t)})).then((t=>{if(t instanceof Xd)throw t;return t instanceof Qd?i(t.payload,l,e,t.meta):i(t,l,e)}))])}catch(t){f=t instanceof Xd?r(null,l,e,t.payload,t.meta):r(t,l,e)}var p;return n&&!n.dispatchConditionRejection&&r.match(f)&&f.meta.condition||s(f),f}();return Object.assign(f,{abort:h,requestId:l,arg:e,unwrap:()=>f.then(nl)})}}),{pending:o,rejected:r,fulfilled:i,settled:Zd(r,i),typePrefix:e})}return e.withTypes=()=>e,e})();function nl(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var il=Symbol.for("rtk-slice-createasyncthunk");function ol(e,t){return`${e}/${t}`}function rl(e,t,n,i){function o(o,...r){let s=n.call(e,o);if(void 0===s)if(i)s=e.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?ll(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...r)}return o.unwrapped=t,o}var sl=function({creators:e}={}){const t=e?.asyncThunk?.[il];return function(e){const{name:n,reducerPath:i=n}=e;if(!n)throw new Error("production"===process.env.NODE_ENV?ll(11):"`name` is a required option for createSlice");"undefined"!=typeof process&&"development"===process.env.NODE_ENV&&void 0===e.initialState&&console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");const o=("function"==typeof e.reducers?e.reducers(function(){function e(e,t){return{_reducerDefinitionType:"asyncThunk",payloadCreator:e,...t}}return e.withTypes=()=>e,{reducer:e=>Object.assign({[e.name]:(...t)=>e(...t)}[e.name],{_reducerDefinitionType:"reducer"}),preparedReducer:(e,t)=>({_reducerDefinitionType:"reducerWithPrepare",prepare:e,reducer:t}),asyncThunk:e}}()):e.reducers)||{},r=Object.keys(o),s={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},a={addCase(e,t){const n="string"==typeof e?e:e.type;if(!n)throw new Error("production"===process.env.NODE_ENV?ll(12):"`context.addCase` cannot be called with an empty action type");if(n in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?ll(13):"`context.addCase` cannot be called with two reducers for the same action type: "+n);return s.sliceCaseReducersByType[n]=t,a},addMatcher:(e,t)=>(s.sliceMatchers.push({matcher:e,reducer:t}),a),exposeAction:(e,t)=>(s.actionCreators[e]=t,a),exposeCaseReducer:(e,t)=>(s.sliceCaseReducersByName[e]=t,a)};function d(){if("production"!==process.env.NODE_ENV&&"object"==typeof e.extraReducers)throw new Error("production"===process.env.NODE_ENV?ll(14):"The object notation for `createSlice.extraReducers` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");const[t={},n=[],i]="function"==typeof e.extraReducers?Jd(e.extraReducers):[e.extraReducers],o={...t,...s.sliceCaseReducersByType};return function(e,t){if("production"!==process.env.NODE_ENV&&"object"==typeof t)throw new Error("production"===process.env.NODE_ENV?ll(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let n,[i,o,r]=Jd(t);if(function(e){return"function"==typeof e}(e))n=()=>jd(e());else{const t=jd(e);n=()=>t}function s(e=n(),t){let s=[i[t.type],...o.filter((({matcher:e})=>e(t))).map((({reducer:e})=>e))];return 0===s.filter((e=>!!e)).length&&(s=[r]),s.reduce(((e,n)=>{if(n){if(Ia(e)){const i=n(e,t);return void 0===i?e:i}if(Ra(e))return ld(e,(e=>n(e,t)));{const i=n(e,t);if(void 0===i){if(null===e)return e;throw new Error("production"===process.env.NODE_ENV?ll(9):"A case reducer on a non-draftable value must not return undefined")}return i}}return e}),e)}return s.getInitialState=n,s}(e.initialState,(e=>{for(let t in o)e.addCase(t,o[t]);for(let t of s.sliceMatchers)e.addMatcher(t.matcher,t.reducer);for(let t of n)e.addMatcher(t.matcher,t.reducer);i&&e.addDefaultCase(i)}))}r.forEach((i=>{const r=o[i],s={reducerName:i,type:ol(n,i),createNotation:"function"==typeof e.reducers};!function(e){return"asyncThunk"===e._reducerDefinitionType}(r)?function({type:e,reducerName:t,createNotation:n},i,o){let r,s;if("reducer"in i){if(n&&!function(e){return"reducerWithPrepare"===e._reducerDefinitionType}(i))throw new Error("production"===process.env.NODE_ENV?ll(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");r=i.reducer,s=i.prepare}else r=i;o.addCase(e,r).exposeCaseReducer(t,r).exposeAction(t,s?Ed(e,s):Ed(e))}(s,r,a):function({type:e,reducerName:t},n,i,o){if(!o)throw new Error("production"===process.env.NODE_ENV?ll(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:r,fulfilled:s,pending:a,rejected:d,settled:l,options:c}=n,u=o(e,r,c);i.exposeAction(t,u),s&&i.addCase(u.fulfilled,s);a&&i.addCase(u.pending,a);d&&i.addCase(u.rejected,d);l&&i.addMatcher(u.settled,l);i.exposeCaseReducer(t,{fulfilled:s||al,pending:a||al,rejected:d||al,settled:l||al})}(s,r,a,t)}));const l=e=>e,c=new WeakMap;let u;const h={name:n,reducerPath:i,reducer:(e,t)=>(u||(u=d()),u(e,t)),actions:s.actionCreators,caseReducers:s.sliceCaseReducersByName,getInitialState:()=>(u||(u=d()),u.getInitialState()),getSelectors(t=l){const n=Pd(c,this,{insert:()=>new WeakMap});return Pd(n,t,{insert:()=>{const n={};for(const[i,o]of Object.entries(e.selectors??{}))n[i]=rl(this,o,t,this!==h);return n}})},selectSlice(e){let t=e[this.reducerPath];if(void 0===t)if(this!==h)t=this.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?ll(15):"selectSlice returned undefined for an uninjected slice reducer");return t},get selectors(){return this.getSelectors(this.selectSlice)},injectInto(e,{reducerPath:t,...n}={}){const i=t??this.reducerPath;return e.inject({reducerPath:i,reducer:this.reducer},n),{...this,reducerPath:i}}};return h}}();function al(){}var dl="listenerMiddleware";function ll(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}Ed(`${dl}/add`),Ed(`${dl}/removeAll`),Ed(`${dl}/remove`);const cl=e=>Ai((t=>{const n=sl(e),i=Object.assign(Object.assign({},n.actions),e.asyncActions);return class extends(ki(_r)(t)){constructor(...e){super(...e);const t=Gd({reducer:n.reducer,middleware:e=>e({thunk:{extraArgument:this},serializableCheck:!1}),devTools:!1}),o=e=>async(...n)=>{const i=await t.dispatch(e(...n));try{nl(i)}catch(e){this.logger.error(e.message,i.type,e.stack)}return i},r=Object.keys(i).reduce(((e,t)=>(e[t]=o(i[t]),e)),{});this.actions=r,this.subscribe=(e,n=e=>e)=>t.subscribe((()=>e(n(t.getState()))))}}})),ul=Ai((e=>class extends(_r(e)){validateForm(e){return this.getFormInputs(e).every((e=>{var t,n;return null===(t=e.reportValidity)||void 0===t||t.call(e),null===(n=e.checkValidity)||void 0===n?void 0:n.call(e)}))}getFormInputs(e){return e?Array.from(e.querySelectorAll("[name]")):(this.logger.debug("cannot get form inputs, no root element was received"),[])}getFormData(e){return this.getFormInputs(e).reduce(((e,t)=>Object.assign(e,{[t.getAttribute("name")]:t.value})),{})}setFormData(e,t){this.getFormInputs(e).forEach((e=>{t.hasOwnProperty(e.getAttribute("name"))&&(e.value=t[e.getAttribute("name")])}))}resetFormData(e){this.getFormInputs(e).forEach((e=>{e.value="",e.checked=!1}))}getFormFieldNames(e){return this.getFormInputs(e).map((e=>e.name))}disableFormField(e,t){var n;null===(n=this.getFormInputs(e).find((e=>e.name===t)))||void 0===n||n.setAttribute("disabled","true")}removeFormField(e,t){var n;null===(n=this.getFormInputs(e).find((e=>e.name===t)))||void 0===n||n.remove()}})),hl=Ai((e=>{const t=ki(Jr({"widget-id":Hr}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),fl=Ai((e=>{const t=ki(ns,hl)(e);return class extends t{async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this))}async getWidgetConfig(){var e,t;const n=await this.config;return null===(t=null===(e=null==n?void 0:n.projectConfig)||void 0===e?void 0:e.widgets)||void 0===t?void 0:t[this.widgetId]}}})),pl=Ai((e=>class extends e{get locale(){return this.getAttribute("locale")||""}get localeCandidates(){const{locale:e,fallback:t}=Di(this.locale);return[...new Set([e,t].filter(Boolean))]}firstAvailableLocale(e){var t;const n=(null!=e?e:[]).map((e=>e.toLowerCase()));return null!==(t=this.localeCandidates.find((e=>n.includes(e))))&&void 0!==t?t:""}})),gl=e=>Ai((t=>{var n,i,o;const r=ki(es,hl,fl,pl)(t);return o=class extends r{constructor(){super(...arguments),n.add(this)}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this))}async fetchWidgetPage(t){const o=await u(this,n,"m",i).call(this,t);if(void 0!==o)return o;const r=await this.fetchStaticResource(`${e}/${this.widgetId}/${t}`,"text");return null==r?void 0:r.body}},n=new WeakSet,i=async function(t){var n;const i=await this.getWidgetConfig(),o=this.firstAvailableLocale(null!==(n=null==i?void 0:i.targetLocales)&&void 0!==n?n:[]);if(!o)return;const r=".html",s=t.endsWith(r)?t.slice(0,-5):t;try{const t=await this.fetchStaticResource(`${e}/${this.widgetId}/${s}-${o}${r}`,"text");return null==t?void 0:t.body}catch(e){return}},o})),vl=Ai((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),ml=Ai((e=>{var t,n,i;return i=class extends(Cs(e)){constructor(){super(...arguments),t.add(this)}get clientInput(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get formInput(){return this.getAttribute("form")||void 0}createFlowTemplate(e){var{flowId:i,client:o,form:r}=e,s=l(e,["flowId","client","form"]);return Ei(Object.assign({projectId:this.getAttribute("project-id"),flowId:i,baseUrl:this.getAttribute("base-url")||"",baseStaticUrl:this.getAttribute("base-static-url")||"",baseCdnUrl:this.getAttribute("base-cdn-url")||"",refreshCookieName:this.getAttribute("refresh-cookie-name")||"",theme:this.theme,"style-id":this.styleId,locale:this.getAttribute("locale")||"",form:u(this,t,"m",n).call(this,r),client:Object.assign(Object.assign({},this.clientInput),o)},s))}},t=new WeakSet,n=function(e){const t=this.formInput;if(!e)return t;if(!t)return e;try{return Object.assign(Object.assign({},JSON.parse(t)),e)}catch(t){return e}},i})),yl=["input","change"];function bl(e){if("number"==typeof e&&Number.isFinite(e))return{value:e,ok:!0};if("boolean"==typeof e)return{value:e?1:0,ok:!0};if("string"==typeof e){if(""===e.trim())return{value:0,ok:!1};const t=Number(e);if(Number.isFinite(t))return{value:t,ok:!0}}return{value:0,ok:!1}}function wl(e){return null==e?"":"string"==typeof e?e:"boolean"==typeof e?e?"true":"false":"number"==typeof e?Number.isFinite(e)?String(e):"":String(e)}function $l(e){if("boolean"==typeof e)return{value:e,ok:!0};if("string"==typeof e){if("true"===e)return{value:!0,ok:!0};if("false"===e)return{value:!1,ok:!0}}return"number"==typeof e?{value:0!==e,ok:!0}:{value:!1,ok:!1}}function kl(e){return Array.isArray(e)?e:"string"==typeof e?e.split(","):null}function Cl(e){return null==e||("string"==typeof e?""===e:Array.isArray(e)?0===e.length:"object"==typeof e&&0===Object.keys(e).length)}const Sl=new Map,Il={equal:(e,t)=>e===t||wl(e)===wl(t),"not-equal":(e,t)=>e!==t&&wl(e)!==wl(t),contains:(e,t)=>Array.isArray(e)?e.includes(t):"string"==typeof e&&e.includes(wl(t)),"doesnt-contains":(e,t)=>Array.isArray(e)?!e.includes(t):"string"==typeof e&&!e.includes(wl(t)),"greater-than":(e,t)=>{const n=bl(e),i=bl(t);return n.ok&&i.ok&&n.value>i.value},"greater-than-or-equal":(e,t)=>{const n=bl(e),i=bl(t);return n.ok&&i.ok&&n.value>=i.value},"less-than":(e,t)=>{const n=bl(e),i=bl(t);return n.ok&&i.ok&&n.value<i.value},"less-than-or-equal":(e,t)=>{const n=bl(e),i=bl(t);return n.ok&&i.ok&&n.value<=i.value},empty:e=>Cl(e),"not-empty":e=>!Cl(e),"is-true":e=>{const t=$l(e);return t.ok&&t.value},"is-false":e=>{const t=$l(e);return t.ok&&!t.value},in:(e,t)=>{const n=kl(t);return null!==n&&n.includes(e)},"not-in":(e,t)=>{const n=kl(t);return null!==n&&!n.includes(e)},matches:(e,t)=>{if("string"!=typeof e)return!1;const n=function(e){var t;if(Sl.has(e))return null!==(t=Sl.get(e))&&void 0!==t?t:null;let n;try{n=new RegExp(e)}catch(e){n=null}return Sl.set(e,n),n}(wl(t));return null!==n&&n.test(e)}};function Rl(e,t){var n;if(e)return"form"===e.kind&&e.form?t[e.form]:"list"===e.kind?(null!==(n=e.items)&&void 0!==n?n:[]).map((e=>Rl(e,t))):e.value}function xl(e,t){const n=Il[e.operator];return!!n&&n(Rl(e.target,t),Rl(e.predicate,t))}function Ol(e,t){const n={};return(null!=e?e:[]).forEach((e=>{var i;(function(e,t){var n;return(null!==(n=e.rules)&&void 0!==n?n:[]).some((e=>function(e,t){var n;const i=null!==(n=e.atomicConditions)&&void 0!==n?n:[];return!!i.length&&(e.logicalOr?i.some((e=>xl(e,t))):i.every((e=>xl(e,t))))}(e,t)))})(e,t)&&(null!==(i=e.componentIds)&&void 0!==i?i:[]).forEach((t=>{n[t]=e.action}))})),n}const El=["hide","disable","read-only"];const Al=/(["\\])/g;function Nl(e){return"undefined"!=typeof CSS&&"function"==typeof CSS.escape?CSS.escape(e):e.replace(Al,"\\$1")}function Ml(e,t){return Array.from(e.querySelectorAll(`[id="${Nl(t)}"]`))}function jl(e,t,n){return Object.keys(t).forEach((i=>{const o=t[i];n[i]!==o&&Ml(e,i).forEach((e=>function(e,t){switch(t){case"hide":e.classList.remove("hidden");break;case"disable":e.removeAttribute("disabled");break;case"read-only":e.removeAttribute("readonly")}}(e,o)))})),Object.keys(n).forEach((i=>{const o=n[i],r=t[i];o!==r&&Ml(e,i).forEach((e=>function(e,t){switch(t){case"hide":e.classList.add("hidden");break;case"disable":e.setAttribute("disabled","true");break;case"read-only":e.setAttribute("readonly","true")}}(e,o)))})),Object.assign({},n)}const Pl="component-conditions:";function Tl(e){return e instanceof HTMLInputElement?"checkbox"===e.type?e.checked:e.value:"checked"in e?e.checked:"value"in e?e.value:void 0}function Wl(e,t){const n=Object.keys(e),i=Object.keys(t);return n.length===i.length&&n.every((n=>e[n]===t[n]))}function Ll(){return{conditions:[],touchedIds:new Set,snapshot:{},applied:{},serverBaseline:{},debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:null}}function Ul(e,t,n){const i={};return n.forEach((n=>{e[n]?i[n]=e[n]:t[n]&&(i[n]=t[n])})),i}const Dl=Ai((e=>{var t,n,i,o,r,s;const a=ki(_r)(e);return s=class extends a{constructor(){super(...arguments),t.add(this),n.set(this,Ll())}applyComponentsState(e,t){t&&(Object.entries(t).forEach((([e,t])=>{El.includes(t)||this.logger.error(`Unknown component action "${t}" for component with id "${e}"`,`Valid actions are ${El.map((e=>`"${e}"`)).join(", ")}`)})),jl(e,{},t))}initRealtimeConditions(e,o){var s,a,d,l;u(this,t,"m",r).call(this);const c=null!==(s=null==o?void 0:o.realtimeComponentsConditions)&&void 0!==s?s:[];if(!c.length)return void this.logger.debug(`${Pl} no real-time rules to apply on this screen`);this.logger.info(`${Pl} found ${c.length} real-time rule(s) for this screen`);const f={};Object.entries(null!==(a=null==o?void 0:o.form)&&void 0!==a?a:{}).forEach((([e,t])=>{f[`form.${e}`]=t})),function(e){const t=new Set,n=e=>{var i;e&&("form"===e.kind&&e.form?t.add(e.form):"list"===e.kind&&(null!==(i=e.items)&&void 0!==i?i:[]).forEach(n))};return(null!=e?e:[]).forEach((e=>{var t;return(null!==(t=e.rules)&&void 0!==t?t:[]).forEach((e=>{var t;return(null!==(t=e.atomicConditions)&&void 0!==t?t:[]).forEach((e=>{n(e.target),n(e.predicate)}))}))})),t}(c).forEach((t=>{const n=function(e,t){const n=t.startsWith("form.")?t.slice(5):t;return e.querySelector(`[name="${Nl(t)}"]`)||e.querySelector(`[name="${Nl(n)}"]`)}(e,t);if(!n)return;const i=Tl(n);void 0!==i&&(f[t]=i)}));const p=function(e){const t=new Set;return(null!=e?e:[]).forEach((e=>{var n;(null!==(n=e.componentIds)&&void 0!==n?n:[]).forEach((e=>t.add(e)))})),t}(c),g={},v={};Object.entries(null!==(d=null==o?void 0:o.componentsState)&&void 0!==d?d:{}).forEach((([e,t])=>{p.has(e)&&(v[e]=t)})),Object.entries(null!==(l=null==o?void 0:o.serverOnlyComponentsState)&&void 0!==l?l:{}).forEach((([e,t])=>{p.has(e)&&(g[e]=t)}));const m={conditions:c,touchedIds:p,snapshot:f,applied:v,serverBaseline:g,debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:e},y=Ul(Ol(c,f),g,p);Wl(v,y)||(m.applied=jl(e,v,y)),m.inputHandler=e=>u(this,t,"m",i).call(this,e),yl.forEach((t=>{e.addEventListener(t,m.inputHandler,!0)})),this.logger.debug(`${Pl} listening for "${yl.join('" and "')}" events on form fields; ${Object.keys(v).length} component(s) start hidden / disabled / read-only by these rules`);const b=this.nextRequestStatus;if(null==b?void 0:b.subscribe){const e=({isLoading:e})=>{m.paused=e,e&&m.debounceTimer&&(clearTimeout(m.debounceTimer),m.debounceTimer=null)},t=b.subscribe(e);m.unsubscribePauseListener=()=>{var e;null!=t&&(null===(e=b.unsubscribe)||void 0===e||e.call(b,t))}}h(this,n,m,"f")}disconnectedCallback(){var e;null===(e=super.disconnectedCallback)||void 0===e||e.call(this),u(this,t,"m",r).call(this)}},n=new WeakMap,t=new WeakSet,i=function(e){var i,r;const s=u(this,n,"f");if(!s.root||s.paused)return;const a=e.target;if(!a)return;if(null===(i=a.hasAttribute)||void 0===i?void 0:i.call(a,wo))return;const d=null===(r=a.getAttribute)||void 0===r?void 0:r.call(a,"name");if(!d)return;const l=function(e){return e.startsWith("form.")?e:`form.${e}`}(d);s.snapshot[l]=Tl(a),s.debounceTimer&&clearTimeout(s.debounceTimer),s.debounceTimer=setTimeout((()=>{s.debounceTimer=null,u(this,t,"m",o).call(this)}),50)},o=function(){const e=u(this,n,"f");if(!e.root)return;let t;try{t=Ul(Ol(e.conditions,e.snapshot),e.serverBaseline,e.touchedIds)}catch(e){return void this.logger.error(`${Pl} failed to evaluate real-time rules — keeping the previous state`,null==e?void 0:e.message)}const i=e.applied;Wl(i,t)||(this.logger.debug(`${Pl} form changed — updating components: was ${JSON.stringify(i)}, now ${JSON.stringify(t)}`),e.applied=jl(e.root,i,t))},r=function(){const e=u(this,n,"f");e.debounceTimer&&clearTimeout(e.debounceTimer),e.unsubscribePauseListener&&e.unsubscribePauseListener(),e.root&&(Object.keys(e.applied).length>0&&e.root.isConnected&&jl(e.root,e.applied,{}),yl.forEach((t=>{e.root.removeEventListener(t,e.inputHandler,!0)}))),h(this,n,Ll(),"f")},s})),Fl="project-id",_l="flow-id",ql=e=>{const t=(e=>{const t=e.getAttribute(Fl),n=e.getAttribute(_l);return t&&n?Array.from(e.ownerDocument.querySelectorAll("descope-wc")).filter((e=>e.getAttribute(Fl)===t&&e.getAttribute(_l)===n)):[]})(e);return t.length>1&&t[0]!==e},Bl=Ai((e=>{var t,n,i,o;const r=ki(_r)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}connectedCallback(){var e;null===(e=super.connectedCallback)||void 0===e||e.call(this),u(this,t,"m",i).call(this)}attributeChangedCallback(e,n,o){var r;null===(r=super.attributeChangedCallback)||void 0===r||r.call(this,e,n,o),n===o||e!==Fl&&e!==_l||u(this,t,"m",i).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){queueMicrotask((()=>{if(!this.isConnected)return;const e=this.getAttribute(Fl),t=this.getAttribute(_l),i=`${e}|${t}`;u(this,n,"f")!==i&&ql(this)&&(h(this,n,i,"f"),this.logger.warn("Multiple Descope flow components detected on the same page",`The same flow ("${t}") and project ("${e}") are running more than once on this page. This is not supported and may cause the flow to behave unexpectedly.`))}))},o})),Kl=["externalId","email","phone"],Vl=["newPassword","password"],Hl="data-username-anchor",zl=e=>{var t;if(!e)return"";try{const n=null===(t=window.sessionStorage)||void 0===t?void 0:t.getItem(Co);if(!n)return"";const i=JSON.parse(n);return i.executionId===e&&i.loginId||""}catch(e){return""}},Gl=Ai((e=>{var t,n,i,o,r;const s=ki(_r)(e);return r=class extends s{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}updateScreenUser(e){var r,s,a;h(this,n,{email:null==e?void 0:e.email,loginIds:(null===(r=null==e?void 0:e.loginIds)||void 0===r?void 0:r.length)?e.loginIds:[zl(u(this,t,"a",o))||(null===(a=null===(s=u(this,t,"a",i).sdk)||void 0===s?void 0:s.getLastUserLoginId)||void 0===a?void 0:a.call(s))].filter(Boolean)},"f")}updateUsernameAnchor(){document.querySelectorAll(`[${Hl}="true"]`).forEach((e=>e.remove())),((e,t,n,i)=>{var o;const r=(null==n?void 0:n.email)||(null===(o=null==n?void 0:n.loginIds)||void 0===o?void 0:o[0]);(e=>e.querySelector("descope-new-password")||e.querySelector("descope-password"))(t)?r?(e=>{const t=['input[autocomplete="username"]',...Kl.map((e=>`[name="${e}"]`))].join(", ");return e.some((e=>e.querySelector(t)))})([e,t])?i.debug("Username anchor: screen already has an identifier field"):(i.debug("Username anchor: injecting hidden username input"),e.appendChild((e=>{const t=document.createElement("input");return t.setAttribute("autocomplete","username"),t.setAttribute("name","username"),t.setAttribute("type","email"),t.setAttribute("readonly","true"),t.setAttribute("tabindex","-1"),t.setAttribute("aria-hidden","true"),t.setAttribute(wo,"true"),t.setAttribute(Hl,"true"),t.setAttribute("value",e),t.value=e,Object.assign(t.style,{position:"absolute",opacity:"0",pointerEvents:"none",height:"0",border:"0"}),t})(r))):i.debug("Username anchor: no user identifier available"):i.debug("Username anchor: no password component on screen")})(this,u(this,t,"a",i).contentRootElement,u(this,n,"f"),this.logger)}captureLastSubmittedLoginId(e={},n){const i=cr(e,Kl);i&&((e,t)=>{var n;if(e&&t)try{null===(n=window.sessionStorage)||void 0===n||n.setItem(Co,JSON.stringify({executionId:t,loginId:e}))}catch(e){}})(i,n||u(this,t,"a",o))}storeCredentials(e={}){var t,i,o,r,s;const a=cr(e,Kl)||(null===(t=u(this,n,"f"))||void 0===t?void 0:t.email)||(null===(o=null===(i=u(this,n,"f"))||void 0===i?void 0:i.loginIds)||void 0===o?void 0:o[0]),d=cr(e,Vl);if(a&&d)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:a,password:d});null===(s=null===(r=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===r?void 0:r.store)||void 0===s||s.call(r,e)}catch(e){this.logger.error("Could not store credentials",e.message)}}},n=new WeakMap,t=new WeakSet,i=function(){return this},o=function(){var e,n;return(null===(n=null===(e=u(this,t,"a",i).flowState)||void 0===e?void 0:e.current)||void 0===n?void 0:n.executionId)||""},r}));var Jl,Zl,Yl,Xl,Ql,ec,tc,nc,ic,oc,rc,sc,ac,dc,lc,cc,uc,hc,fc,pc,gc,vc;const mc=ki(Cs,es,Is,Dl,Bl,Gl,fs)(HTMLElement);let yc=class extends mc{static get observedAttributes(){return["project-id","flow-id","base-url","tenant","locale","debug","storage-prefix","preview","redirect-url","auto-focus","store-last-authenticated-user","refresh-cookie-name","keep-last-authenticated-user-after-logout","validate-on-blur","style-id"]}constructor(e){super(),Jl.add(this),Yl.set(this,!1),Xl.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,Jl,"m",vc).call(this,e,t)},warn:(e,t="")=>{this.logger.warn(e,t)},info:(e,t="",n={})=>{this.logger.info(e,t,n)},debug:(e,t="")=>{this.logger.debug(e,t)}},Ql.set(this,new br),ec.set(this,new br),tc.set(this,{}),this.getComponentsContext=()=>u(this,tc,"f"),this.nextRequestStatus=new br({isLoading:!1}),nc.set(this,void 0),ic.set(this,{popstate:u(this,Jl,"m",dc).bind(this),componentsContext:u(this,Jl,"m",fc).bind(this)}),oc.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,oc,e,"f"),u(this,Jl,"m",sc).call(this)}get flowId(){return this.getAttribute("flow-id")}get client(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get locale(){return this.getAttribute("locale")||void 0}get autoFocus(){var e;const t=null!==(e=this.getAttribute("auto-focus"))&&void 0!==e?e:"true";return"skipFirstScreen"===t?t:"true"===t}get validateOnBlur(){return"true"===this.getAttribute("validate-on-blur")}get storeLastAuthenticatedUser(){var e;return"true"===(null!==(e=this.getAttribute("store-last-authenticated-user"))&&void 0!==e?e:"true")}get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}get keepLastAuthenticatedUserAfterLogout(){return"true"===this.getAttribute("keep-last-authenticated-user-after-logout")}get storagePrefix(){return this.getAttribute("storage-prefix")||""}get preview(){return!!this.getAttribute("preview")}get formConfig(){return(e=>{try{return Ss(JSON.parse(e))}catch(e){return{}}})(this.form)}get form(){return this.getAttribute("form")}get formConfigValues(){return((e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[e,n[t]]))))(this.formConfig,"value")}get outboundAppId(){return this.getAttribute("outbound-app-id")}get outboundAppScopes(){try{return JSON.parse(this.getAttribute("outbound-app-scopes"))||null}catch(e){return null}}get popupOrigin(){return this.getAttribute("popup-origin")}get customStorage(){return u(this,Xl,"f")}set customStorage(e){if(e&&"function"!=typeof e.getItem)throw new Error("Custom storage must have a getItem method");if(e&&"function"!=typeof e.setItem)throw new Error("Custom storage must have a setItem method");if(e&&"function"!=typeof e.removeItem)throw new Error("Custom storage must have a removeItem method");h(this,Xl,e,"f"),(e=>{Ar=e})(e)}get isRestartOnError(){return"true"===this.getAttribute("restart-on-error")}getExecutionContext(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"executionContext"in e?e.executionContext:void 0}))}getProjectConfig(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"projectConfig"in e?e.projectConfig:void 0}))}getFlowConfig(){return c(this,void 0,void 0,(function*(){var e,t;const n=yield this.getProjectConfig(),i=(null===(e=null==n?void 0:n.flows)||void 0===e?void 0:e[this.flowId])||{};return null!==(t=i.version)&&void 0!==t||(i.version=0),i}))}getTargetLocales(){return c(this,void 0,void 0,(function*(){const e=yield this.getFlowConfig();return((null==e?void 0:e.targetLocales)||[]).map((e=>e.toLowerCase()))}))}handleKeyPress(){this.logger.debug("Enable key press handler"),this.rootElement.onkeydown=e=>{var t,n,i;const o=!!(null===(t=this.shadowRoot.activeElement)||void 0===t?void 0:t.getAttribute("href")),r=zo.includes(null!==(i=null===(n=this.shadowRoot.activeElement)||void 0===n?void 0:n.localName)&&void 0!==i?i:"");if("Enter"!==e.key||o||r)return;e.preventDefault();const s=this.rootElement.querySelectorAll("descope-button");if(1===s.length&&"false"!==s[0].getAttribute("auto-submit"))return void s[0].click();const a=Array.from(s).filter((e=>"true"===e.getAttribute("auto-submit")));if(1===a.length)return void a[0].click();const d=Array.from(s).filter((e=>"button"===e.getAttribute("data-type")));if(1===d.length)"false"!==d[0].getAttribute("auto-submit")&&d[0].click();else if(0===d.length){const e=Array.from(s).filter((e=>"sso"===e.getAttribute("data-type")));1===e.length&&"false"!==e[0].getAttribute("auto-submit")&&e[0].click()}}}disableKeyPressHandler(){this.logger.debug("Disable key press handler"),this.rootElement.onkeydown=null}getComponentsVersion(){return c(this,void 0,void 0,(function*(){var e;const t=yield this.getConfig();return("projectConfig"in t?null===(e=t.projectConfig)||void 0===e?void 0:e.componentsVersion:{})||(this.logger.error("Did not get components version, using latest version"),"latest")}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;if(this.flowStatus="loading",["ready","error","success"].forEach((e=>this.addEventListener(e,(()=>{this.flowStatus=e})))),yield null===(t=e.init)||void 0===t?void 0:t.call(this),u(this,ec,"f").subscribe(u(this,Jl,"m",gc).bind(this)),u(this,ec,"f").update({isDebug:this.debug}),u(this,Jl,"m",ac).call(this),yield u(this,Jl,"m",uc).call(this))return void this.loggerWrapper.error("This SDK version does not support your flows version","Make sure to upgrade your flows to the latest version or use an older SDK version");const n=yield this.getConfig();if("isMissingConfig"in n&&n.isMissingConfig)return void this.loggerWrapper.error("Cannot get config file","Make sure that your projectId & flowId are correct");const{executionId:i,stepId:o,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p,ssoQueryParams:g}=or(this.flowId,this.loggerWrapper);window.addEventListener("popstate",u(this,ic,"f").popstate),window.addEventListener("components-context",u(this,ic,"f").componentsContext),u(this,Ql,"f").subscribe(u(this,Jl,"m",cc).bind(this)),u(this,Ql,"f").update(Object.assign({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenantId,redirectUrl:this.redirectUrl,locale:this.locale,stepId:o,executionId:i,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p},g)),h(this,Yl,!0,"f")}))}disconnectedCallback(){var e;u(this,Ql,"f").unsubscribeAll(),u(this,ec,"f").unsubscribeAll(),u(this,Jl,"m",pc).call(this),window.removeEventListener("popstate",u(this,ic,"f").popstate),window.removeEventListener("components-context",u(this,ic,"f").componentsContext),null===(e=super.disconnectedCallback)||void 0===e||e.call(this)}attributeChangedCallback(e,t,n){var i;if(null===(i=super.attributeChangedCallback)||void 0===i||i.call(this,e,t,n),this.shadowRoot.isConnected&&u(this,Yl,"f")&&t!==n&&Zl.observedAttributes.includes(e)){u(this,Jl,"m",ac).call(this);const i=null===t;u(this,Ql,"f").update((({stepId:t,executionId:o})=>{let r=t,s=o;return i||(s=null,r=null,nr()),{[ir(e)]:n,stepId:r,executionId:s}})),u(this,ec,"f").update({isDebug:this.debug})}}};var bc,wc,$c,kc,Cc,Sc,Ic,Rc,xc,Oc,Ec,Ac,Nc,Mc,jc,Pc,Tc,Wc,Lc,Uc,Dc,Fc,_c,qc,Bc,Kc,Vc,Hc,zc,Gc,Jc,Zc,Yc,Xc,Qc,eu,tu,nu,iu;Zl=yc,Yl=new WeakMap,Xl=new WeakMap,Ql=new WeakMap,ec=new WeakMap,tc=new WeakMap,nc=new WeakMap,ic=new WeakMap,oc=new WeakMap,Jl=new WeakSet,rc=function(){this.injectStyle("\n :host {\n\t\t\twidth: 100%;\n display: block;\n\t\t}\n\n\t\t#root {\n\t\t\theight: 100%;\n display: flex;\n flex-direction: column;\n\t\t}\n\n #content-root {\n all: initial;\n transition: opacity 200ms ease-in-out;\n }\n\n\t\t#root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1!important;\n\t\t}\n\n .hidden {\n display: none;\n }\n ")},sc=function(){u(this,Jl,"m",rc).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},ac=function(){const e=["base-url","tenant","locale","debug","redirect-url","auto-focus","store-last-authenticated-user","refresh-cookie-name","keep-last-authenticated-user-after-logout","preview","storage-prefix","form","client","validate-on-blur","style-id","outbound-app-id","outbound-app-scopes","theme-override"];Zl.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[ir(t)])throw Error(`${t} cannot be empty`)}))},dc=function(){const{stepId:e,executionId:t}=tr(this.flowId);u(this,Ql,"f").update({stepId:e,executionId:t})},lc=function(e,t){fi&&"function"==typeof fi||this.logger.error("SDK was not loaded properly",fi,JSON.stringify(fi));const n=Object.assign(Object.assign({persistTokens:!0,preview:this.preview,storagePrefix:this.storagePrefix,storeLastAuthenticatedUser:this.storeLastAuthenticatedUser,keepLastAuthenticatedUserAfterLogout:this.keepLastAuthenticatedUserAfterLogout,refreshCookieName:this.refreshCookieName},Zl.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,Xl,"f")&&(n.customStorage=u(this,Xl,"f")),this.sdk=fi(n),["start","next"].forEach((e=>{const t=function(e,t,n){return(...i)=>c(this,void 0,void 0,(function*(){let o;const r=n+1;for(let s=0;s<r;s++)try{return yield e(...i)}catch(e){o=e,s<n&&(yield new Promise((e=>{setTimeout(e,t*Math.pow(2,s+1))})))}throw o}))}(this.sdk.flow[e],1e3,3);this.sdk.flow[e]=(...n)=>c(this,void 0,void 0,(function*(){try{return yield t(...n)}catch(t){return this.logger.error(`Error in sdk flow ${e} function`,t),{error:{errorCode:uo,errorDescription:t.toString()}}}}))}))},cc=function(e,t,n){return c(this,void 0,void 0,(function*(){const{projectId:t,baseUrl:i}=e;if(n("projectId")||n("baseUrl")){if(!t)return;u(this,Jl,"m",lc).call(this,t,i)}u(this,oc,"f").call(this,e)}))},uc=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,Jl,"m",hc).call(this))}))},hc=function(){return c(this,void 0,void 0,(function*(){const e=function({projectId:e,filename:t,assetsFolder:n="v2-beta",baseUrl:i}){const o=new URL(po||i||"https://static.descope.com/pages");return o.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(o.pathname,e,n,t),o.toString()}({projectId:this.projectId,filename:"config.json",assetsFolder:"v2-alpha",baseUrl:this.baseStaticUrl});try{return yield function(e,t){return c(this,void 0,void 0,(function*(){const n=yield fetch(e,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${e} [${n.status}]`);return{body:yield n[t](),headers:Object.fromEntries(n.headers.entries())}}))}(e,"json"),!0}catch(e){return!1}}))},fc=function(e){h(this,tc,Object.assign(Object.assign({},u(this,tc,"f")),e.detail),"f")},pc=function(){var e;null===(e=u(this,nc,"f"))||void 0===e||e.remove(),h(this,nc,null,"f")},gc=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,nc,document.createElement("descope-debugger"),"f"),Object.assign(u(this,nc,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return _C})),document.body.appendChild(u(this,nc,"f"))):u(this,Jl,"m",pc).call(this)}))},vc=function(e,t){var n;e&&this.debug&&(null===(n=u(this,nc,"f"))||void 0===n||n.updateData({title:e,description:t}))},yc.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"3.70.6"}};let ou=class extends yc{static set sdkConfigOverrides(e){yc.sdkConfigOverrides=e}static get sdkConfigOverrides(){return yc.sdkConfigOverrides}constructor(){const e=new br({deferredRedirect:!1,deferredPolling:!1});super(e.update.bind(e)),bc.add(this),this.stepState=new br({}),wc.set(this,void 0),$c.set(this,null),kc.set(this,null),Cc.set(this,{visibilitychange:u(this,bc,"m",Sc).bind(this)}),this.bridgeVersion=2,this.nativeCallbacks={},Mc.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},Pc.set(this,(e=>{const t=()=>{this.contentRootElement.classList.toggle("hidden",e),this.slotElement.classList.toggle("hidden",!e),e&&(this.contentRootElement.innerHTML="")};e&&this.contentRootElement.hasChildNodes()?u(this,bc,"m",Tc).call(this,t):t()})),Wc.set(this,((e,t,n,i,o=!1)=>{const r=[ho,"E103202",fo];if(this.flowState.current.action===Fo){if(u(this,Uc,"f").call(this)&&document.hidden)return this.logger.debug("polling - Deferring polling until in foreground"),void this.flowState.update({deferredPolling:!0});this.logger.debug("polling - Scheduling polling request");const s=Date.now(),a=o?500:2e3;h(this,wc,setTimeout((()=>c(this,void 0,void 0,(function*(){var d,l;this.logger.debug("polling - Calling next");const c=this.sdk.flow.next(e,t,Ho,n,i,{}),h=document.hidden&&!o&&Date.now()-s>a+500;let f;h&&this.logger.debug("polling - The polling seems to be throttled");try{const e=h?1e3:6e3;f=yield ar(e,c)}catch(d){return this.logger.warn(`polling - The ${h?"throttled fetch":"fetch"} call timed out or was aborted`),void u(this,Wc,"f").call(this,e,t,n,i,h)}if((null===(d=null==f?void 0:f.error)||void 0===d?void 0:d.errorCode)===uo)return this.logger.debug("polling - Got a generic error due to exception in fetch call"),void u(this,Wc,"f").call(this,e,t,n,i);this.logger.debug("polling - Got a response"),(null==f?void 0:f.error)&&this.logger.debug("polling - Response has an error",JSON.stringify(f.error,null,4)),(null===(l=null==f?void 0:f.error)||void 0===l?void 0:l.errorCode)&&r.includes(f.error.errorCode)?this.logger.debug("polling - Stopping polling due to error"):u(this,Wc,"f").call(this,e,t,n,i),u(this,Dc,"f").call(this,f)}))),a),"f")}})),Lc.set(this,(()=>{clearTimeout(u(this,wc,"f")),h(this,wc,null,"f")})),Uc.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),Dc.set(this,(e=>{var t,n,i,o,r,s,a,d,l,c,f,p,g;if(!(null==e?void 0:e.ok)){const a=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.url,d=`${null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.status} - ${null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.statusText}`;u(this,bc,"m",nu).call(this,"error",(null==e?void 0:e.error)||{errorCode:"J151001",errorDescription:d,errorMessage:a}),this.loggerWrapper.error((null===(o=null==e?void 0:e.error)||void 0===o?void 0:o.errorDescription)||a,(null===(r=null==e?void 0:e.error)||void 0===r?void 0:r.errorMessage)||d);const l=null===(s=null==e?void 0:e.error)||void 0===s?void 0:s.errorCode;return void("E102004"!==l&&l!==ho&&l!==fo||!this.isRestartOnError||u(this,bc,"m",Nc).call(this))}null===(d=null===(a=e.data)||void 0===a?void 0:a.runnerLogs)||void 0===d||d.forEach((e=>{const{level:t,title:n,log:i}=e;t&&this.loggerWrapper[t]?this.loggerWrapper[t](n,i):this.loggerWrapper.info(n,i)}));const v=null===(f=null===(c=null===(l=e.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===f?void 0:f.errorText;(null===(p=e.data)||void 0===p?void 0:p.error)?this.loggerWrapper.error(`[${e.data.error.code}]: ${e.data.error.description}`,`${v?`${v} - `:""}${e.data.error.message}`):v&&this.loggerWrapper.error(v);const{status:m,authInfo:y,lastAuth:b,action:w,openInNewTabUrl:$}=e.data;if(w!==Fo&&u(this,Lc,"f").call(this),"completed"===m){this.storeLastAuthenticatedUser&&Wr(Object.assign(Object.assign({},b),{lastUsedPerScreen:Lr()})),Ur(this.loggerWrapper);const t=Object.assign({},y);return e.data.output&&Object.keys(e.data.output).length>0&&(t.flowOutput=e.data.output),void u(this,bc,"m",nu).call(this,"success",t)}this.storeLastAuthenticatedUser&&Wr(b,!0),$&&window.open($,"_blank");const{executionId:k,stepId:C,stepName:S,screen:I,redirect:R,webauthn:x,error:O,samlIdpResponse:E,wsFedIdpResponse:A,nativeResponse:N}=e.data,M=Date.now();w!==Fo?(this.loggerWrapper.info(`Step "${S||`#${C}`}" is ${m}`,"",{screen:I,status:m,stepId:C,stepName:S,action:w,error:O}),(null===(g=I.state)||void 0===g?void 0:g.clientScripts)&&h(this,kc,this.loadSdkScripts(I.state.clientScripts),"f"),this.flowState.update({stepId:C,stepName:S,executionId:k,action:w,redirectTo:null==R?void 0:R.url,redirectIsPopup:null==R?void 0:R.isPopup,screenId:null==I?void 0:I.id,screenState:null==I?void 0:I.state,webauthnTransactionId:null==x?void 0:x.transactionId,webauthnOptions:null==x?void 0:x.options,samlIdpResponseUrl:null==E?void 0:E.url,samlIdpResponseSamlResponse:null==E?void 0:E.samlResponse,samlIdpResponseRelayState:null==E?void 0:E.relayState,wsFedIdpResponseUrl:null==A?void 0:A.url,wsFedIdpResponseWresult:null==A?void 0:A.wresult,wsFedIdpResponseWctx:null==A?void 0:A.wctx,nativeResponseType:null==N?void 0:N.type,nativePayload:null==N?void 0:N.payload,reqTimestamp:M})):this.flowState.update({action:w,reqTimestamp:M})})),Fc.set(this,rr((()=>c(this,void 0,void 0,(function*(){var e;try{const t=yield this.sdk.webauthn.signIn.start("",window.location.origin);return t.ok||this.loggerWrapper.warn("Webauthn start failed",null===(e=null==t?void 0:t.error)||void 0===e?void 0:e.errorMessage),t.data}catch(e){this.loggerWrapper.warn("Webauthn start failed",e.message)}}))))),Hc.set(this,null),Zc.set(this,ur(((e,t,n)=>c(this,void 0,void 0,(function*(){var i,o;if("true"===e.getAttribute("formnovalidate")||u(this,bc,"m",Kc).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,bc,"m",Qc).call(this,e,r,n),u(this,bc,"m",zc).call(this,e);const s=yield u(this,bc,"m",Vc).call(this),a=(e=>Array.from((null==e?void 0:e.attributes)||[]).reduce(((e,t)=>{var n;const i=null===(n=new RegExp("^data-descope-(\\S+)$").exec(t.name))||void 0===n?void 0:n[1];return i?Object.assign(e,{[i]:t.value}):e}),{}))(e);this.nextRequestStatus.update({isLoading:!0});const d=Object.assign(Object.assign(Object.assign({},a),s),{origin:(null===(i=this.nativeOptions)||void 0===i?void 0:i.origin)||window.location.origin}),l=yield t(r,d);this.nextRequestStatus.update({isLoading:!1}),this.captureLastSubmittedLoginId(s,null===(o=null==l?void 0:l.data)||void 0===o?void 0:o.executionId),this.storeCredentials(s)}}))))),this.flowState=e}nativeResume(e,t){var n,i,o,r,s,a;const d=JSON.parse(t);if("oauthWeb"===e||"sso"===e){let e,{exchangeCode:t}=d;if(!t){const o=new URL(d.url);t=null===(n=o.searchParams)||void 0===n?void 0:n.get(mo),e=(null===(i=o.searchParams)||void 0===i?void 0:i.get(bo))||void 0}null===(r=(o=this.nativeCallbacks).complete)||void 0===r||r.call(o,{exchangeCode:t,exchangeError:e,idpInitiated:!0})}else if("magicLink"===e){const e=new URL(d.url),t=e.searchParams.get("t"),n=e.searchParams.get(vo).split("_").pop();u(this,Lc,"f").call(this),this.flowState.update({token:t,stepId:n,action:void 0})}else if("beforeScreen"===e){const{screenResolve:e}=this.nativeCallbacks;this.nativeCallbacks.screenResolve=null;const{override:t}=d;t||(this.nativeCallbacks.screenNext=null),null==e||e(t)}else if("resumeScreen"===e){const{interactionId:e,form:t}=d,{screenNext:n}=this.nativeCallbacks;this.nativeCallbacks.screenNext=null,null==n||n(e,t)}else null===(a=(s=this.nativeCallbacks).complete)||void 0===a||a.call(s,d)}loadSdkScriptsModules(){const e=this.shadowRoot.querySelectorAll("div[data-script-id]");return Array.from(e).map((e=>e.moduleRes)).filter((e=>!!e))}loadSdkScripts(e){if(!(null==e?void 0:e.length))return null;const t=(e,t)=>n=>{this.dispatchEvent(new CustomEvent("components-context",{detail:{[fr(e.id,e.resultKey)]:n},bubbles:!0,composed:!0})),t(e.id)};this.loggerWrapper.debug(`Preparing to load scripts: ${e.map((e=>e.id)).join(", ")}`);const n=Promise.all(null==e?void 0:e.map((e=>c(this,void 0,void 0,(function*(){var n,i,o;const r=this.shadowRoot.querySelector(`[data-script-id="${e.id}"]`);if(r){this.loggerWrapper.debug("Script already loaded",e.id);const{moduleRes:t}=r;return null===(n=null==t?void 0:t.start)||void 0===n||n.call(t),t}(null===(i=globalThis.descope)||void 0===i?void 0:i[e.id])||(yield this.injectNpmLib("@descope/flow-scripts","1.0.17",`dist/${e.id}.js`));const s=null===(o=globalThis.descope)||void 0===o?void 0:o[e.id];return new Promise(((n,i)=>{try{const i=s(e.initArgs,{baseUrl:this.baseUrl,ref:this},t(e,n),this.loggerWrapper);if(i){const t=document.createElement("div");t.setAttribute("data-script-id",e.id),t.moduleRes=i,this.shadowRoot.appendChild(t);const n=this.nextRequestStatus.subscribe((()=>{var o;this.loggerWrapper.debug("Stopping script",e.id),(null===(o=i.stop)||void 0===o?void 0:o.call(i))&&(this.nextRequestStatus.unsubscribe(n),this.loggerWrapper.debug("Removing script",e.id),this.shadowRoot.removeChild(t))}))}}catch(e){i(e)}}))}))))),i=new Promise((e=>{setTimeout((()=>{this.loggerWrapper.warn("SDK scripts loading timeout"),e(!0)}),5e3)}));return Promise.race([n,i])}get isDismissScreenErrorOnInput(){return"true"===this.getAttribute("dismiss-screen-error-on-input")}init(){if(!window.descopeBridge)return this._init();this.lazyInit=this._init}_init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t,n;this.shadowRoot.isConnected&&(null===(t=this.flowState)||void 0===t||t.subscribe(this.onFlowChange.bind(this)),u(this,bc,"m",Ec).call(this),window.addEventListener("visibilitychange",u(this,Cc,"f").visibilitychange)),yield null===(n=e.init)||void 0===n?void 0:n.call(this)}))}disconnectedCallback(){var e;super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,Lc,"f").call(this),null===(e=u(this,$c,"f"))||void 0===e||e.abort(),h(this,$c,null,"f"),window.removeEventListener("visibilitychange",u(this,Cc,"f").visibilitychange)}getHtmlFilenameWithLocale(e,t){return c(this,void 0,void 0,(function*(){let n;const i=Di(e),o=yield this.getTargetLocales();return o.includes(i.locale)?n=`${t}-${i.locale}.html`:o.includes(i.fallback)&&(n=`${t}-${i.fallback}.html`),n}))}getPageContent(e,t){return c(this,void 0,void 0,(function*(){if(t)try{const{body:e}=yield this.fetchStaticResource(t,"text");return e}catch(n){this.loggerWrapper.error(`Failed to fetch flow page from ${t}. Fallback to url ${e}`,n)}try{const{body:t}=yield this.fetchStaticResource(e,"text");return t}catch(e){this.loggerWrapper.error("Failed to fetch flow page",e.message)}return null}))}onFlowChange(e,t,n){return c(this,void 0,void 0,(function*(){var i,o;const{projectId:r,flowId:s,tenant:a,stepId:d,executionId:f,action:p,screenId:g,screenState:v,redirectTo:m,redirectIsPopup:y,redirectUrl:b,token:w,code:$,isPopup:k,exchangeError:C,webauthnTransactionId:S,webauthnOptions:I,redirectAuthCodeChallenge:R,redirectAuthCallbackUrl:x,redirectAuthBackupCallbackUri:O,redirectAuthInitiator:E,locale:A,samlIdpResponseUrl:N,samlIdpResponseSamlResponse:M,samlIdpResponseRelayState:j,wsFedIdpResponseUrl:P,wsFedIdpResponseWresult:T,wsFedIdpResponseWctx:W,nativeResponseType:L,nativePayload:U,reqTimestamp:D}=e,F=l(e,["projectId","flowId","tenant","stepId","executionId","action","screenId","screenState","redirectTo","redirectIsPopup","redirectUrl","token","code","isPopup","exchangeError","webauthnTransactionId","webauthnOptions","redirectAuthCodeChallenge","redirectAuthCallbackUrl","redirectAuthBackupCallbackUri","redirectAuthInitiator","locale","samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState","wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx","nativeResponseType","nativePayload","reqTimestamp"]);let _,q,B;const K=(()=>{const e=Mr(jr);if(!e){const e=Math.floor(100*Math.random()+1);return Nr(jr,e.toString()),e}return Number(e)})(),{outboundAppId:V}=this,{outboundAppScopes:H}=this,z=this.sdk.getLastUserLoginId(),G=yield this.getFlowConfig(),J=yield this.getProjectConfig(),Z=Object.entries(J.flows||{}).reduce(((e,[t,n])=>(e[t]=n.version,e)),{}),Y=x&&R?{callbackUrl:x,codeChallenge:R,backupCallbackUri:O}:void 0,X=this.nativeOptions?{platform:this.nativeOptions.platform,bridgeVersion:this.nativeOptions.bridgeVersion,oauthProvider:this.nativeOptions.oauthProvider,oauthRedirect:this.nativeOptions.oauthRedirect,magicLinkRedirect:this.nativeOptions.magicLinkRedirect,ssoRedirect:this.nativeOptions.ssoRedirect,externalAuthRedirect:this.nativeOptions.externalAuthRedirect}:void 0;let Q={};if(!f){Ur(this.loggerWrapper);const e=[...G.clientScripts||[],...G.sdkScripts||[]];if(G.conditions){let t=[];({startScreenId:_,conditionInteractionId:B,startScreenName:q,clientScripts:t,componentsConfig:Q}=((e,t)=>{const n=null==t?void 0:t.find((({key:t,operator:n,predicate:i})=>{var o;if("ELSE"===t)return!0;const r=null===(o=Pr[t])||void 0===o?void 0:o[n];return!!(null==r?void 0:r(e,i))}));return n?{startScreenId:n.met.screenId,startScreenName:n.met.screenName,conditionInteractionId:n.met.interactionId,clientScripts:n.met.clientScripts,componentsConfig:n.met.componentsConfig}:{}})({loginId:z,code:$,token:w,abTestingKey:K,lastAuth:Tr(z,this.loggerWrapper)},G.conditions)),e.push(...t||[])}else G.condition?({startScreenId:_,conditionInteractionId:B}=((e,t)=>{var n;const i=null===(n=Pr[null==e?void 0:e.key])||void 0===n?void 0:n[e.operator];if(!i)return{};const o=i(t,e.predicate)?e.met:e.unmet;return{startScreenId:null==o?void 0:o.screenId,startScreenName:null==o?void 0:o.screenName,conditionInteractionId:null==o?void 0:o.interactionId}})(G.condition,{loginId:z,code:$,token:w,abTestingKey:K,lastAuth:Tr(z,this.loggerWrapper)})):(q=G.startScreenName,_=G.startScreenId);if(h(this,kc,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield An(G.fingerprintKey,this.baseUrl):sn(On),!dr(_,F)){const e=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},F),{client:this.client}),b&&{redirectUrl:b}),{lastAuth:Tr(z,this.loggerWrapper),abTestingKey:K,locale:Di(A).locale,nativeOptions:X,outboundAppId:V,outboundAppScopes:H}),B,"",J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),$?{exchangeCode:$,idpInitiated:!0}:{}),F.descopeIdpInitiated&&{idpInitiated:!0}),w?{token:w}:{}),F.oidcLoginHint?{externalId:F.oidcLoginHint}:{}));return u(this,Dc,"f").call(this,e),void("completed"!==(null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.status)&&this.flowState.update({code:void 0,token:void 0}))}}if(this.loggerWrapper.debug("Before popup postmessage send",JSON.stringify({isPopup:k,code:$,exchangeError:C,isCodeChanged:n("code"),isExchangeErrorChanged:n("exchangeError")})),k&&(n("code")&&$||n("exchangeError")&&C))return void u(this,bc,"m",iu).call(this,f,$,C);if(f&&(n("token")&&w||n("code")&&$||n("exchangeError")&&C)){const e=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,{token:w,exchangeCode:$,exchangeError:C});return u(this,Dc,"f").call(this,e),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(p===Ko&&N&&["samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState"].some((e=>n(e)))){if(!M)return void this.loggerWrapper.error("Did not get saml idp params data to load");((e,t,n,i)=>{const o=document.createElement("form");o.method="POST",o.action=e,o.innerHTML=`\n <input type="hidden" role="saml-response" name="SAMLResponse" value="${t}" />\n <input type="hidden" role="saml-relay-state" name="RelayState" value="${n}" />\n <input style="display: none;" id="SAMLSubmitButton" type="submit" value="Continue" />\n `,document.body.appendChild(o),i(o)})(N,M,j||"",lr)}if(p===Ko&&P&&["wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx"].some((e=>n(e)))){if(!T)return void this.loggerWrapper.error("Did not get wsfed idp params data to load");((e,t,n,i)=>{const o=document.createElement("form");o.method="POST",o.action=e;const r=(e,t)=>{const n=document.createElement("input");return n.type="hidden",n.name=e,n.value=t,n};o.appendChild(r("wa","wsignin1.0")),o.appendChild(r("wresult",t)),o.appendChild(r("wctx",n));const s=document.createElement("input");s.type="submit",s.id="WSFedSubmitButton",s.value="Continue",s.style.display="none",o.appendChild(s),document.body.appendChild(o),i(o)})(P,T,W||"",lr)}if(p===Do&&(n("redirectTo")||n("deferredRedirect"))){if(!m)return void this.loggerWrapper.error("Did not get redirect url");if("no-op"===m)return;if("android"===E&&document.hidden)return void this.flowState.update({deferredRedirect:!0});if(this.loggerWrapper.debug(`Redirect is popup ${y}`),y){this.loggerWrapper.debug("Opening redirect in popup");const e=((e,t,n,i)=>{const o=void 0!==window.screenLeft?window.screenLeft:window.screen.left,r=void 0!==window.screenTop?window.screenTop:window.screen.top,s=((window.innerWidth||document.documentElement.clientWidth||window.screen.width)-n)/2+o,a=((window.innerHeight||document.documentElement.clientHeight||window.screen.height)-i)/2+r,d=function(){const e=navigator.userAgent||"",t=/\b(iPhone)\b/.test(e),n=/Safari/.test(e)&&!/CriOS|FxiOS|OPiOS|EdgiOS|Chrome|Chromium/.test(e);return t&&n}()?"about:blank":"",l=window.open(d,t,`width=${n},height=${i},top=${a},left=${s},scrollbars=yes,resizable=yes`);return l.location.href=e,l.focus(),l})(m,"?",598,700),t=this.shouldUsePopupPostMessage();t&&(e.name=`descope-wc|${window.location.origin}`),this.loggerWrapper.debug("Popup communication method: "+(t?"postMessage":"BroadcastChannel"));let n=!1;const i=e=>{this.loggerWrapper.debug("Received popup message",JSON.stringify(e.data));const i=t?this.popupOrigin:window.location.origin;if(e.origin!==i)return void this.loggerWrapper.debug(`Ignoring message from unexpected origin. received: "${e.origin}", expected: "${i}"`);const{action:o,data:r}=e.data||{};"code"===o&&(n=!0,this.flowState.update({code:r.code,exchangeError:r.exchangeError}))};let o;this.loggerWrapper.debug("Starting popup closed detection");const r=setInterval((()=>{e.closed&&(this.loggerWrapper.debug("Popup closed, dispatching popupclosed event"),clearInterval(r),u(this,bc,"m",nu).call(this,"popupclosed",{abandoned:!n}),this.loggerWrapper.debug("Cleaning up popup listeners"),null==o||o())}),1e3);if(t)window.addEventListener("message",i),o=()=>{this.loggerWrapper.debug("Cleaning up popup postMessage listener"),window.removeEventListener("message",i)};else{this.loggerWrapper.debug("Creating broadcast channel");const e=new BroadcastChannel(f);e.onmessage=i,o=()=>{this.loggerWrapper.debug("Closing channel"),e.close()}}}else this.handleRedirect(m),this.flowState.update({redirectTo:"no-op"}),u(this,bc,"m",nu).call(this,"popupclosed",{});return}if(p===_o||p===qo){if(!S||!I)return void this.loggerWrapper.error("Did not get webauthn transaction id or options");let e,t,n,i;null===(o=u(this,$c,"f"))||void 0===o||o.abort(),h(this,$c,null,"f");try{e=p===_o?yield this.sdk.webauthn.helpers.create(I):yield this.sdk.webauthn.helpers.get(I)}catch(e){"InvalidStateError"===e.name?this.loggerWrapper.warn("WebAuthn operation failed",e.message):"NotAllowedError"!==e.name&&this.loggerWrapper.error(e.message),t=e.name,n=e.reason,i=e.message}const r=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,{transactionId:S,response:e,failure:t,failureReason:n,failureMessage:i});u(this,Dc,"f").call(this,r)}if(p===Bo)return this.nativeCallbacks.complete=e=>c(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,e);u(this,Dc,"f").call(this,t)})),u(this,bc,"m",xc).call(this,L,U),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((n("action")||n("deferredPolling"))&&u(this,Wc,"f").call(this,f,d,G.version,J.componentsVersion),!g&&!_)return void this.loggerWrapper.warn("No screen was found to show");const ee=_||g,te=yield this.getHtmlFilenameWithLocale(A,ee),{oidcLoginHint:ne,oidcPrompt:ie,oidcErrorRedirectUri:oe,oidcResource:re,samlIdpUsername:se}=F,ae={direction:er(d,t.stepId),screenState:Object.assign(Object.assign({},v),{form:Object.assign(Object.assign({},this.formConfigValues),null==v?void 0:v.form),lastAuth:{loginId:z,name:this.sdk.getLastUserDisplayName()||z},componentsConfig:Object.assign(Object.assign(Object.assign({},G.componentsConfig),Q),null==v?void 0:v.componentsConfig)}),htmlFilename:`${ee}.html`,htmlLocaleFilename:te,screenId:ee,stepName:e.stepName||q,samlIdpUsername:se,oidcLoginHint:ne,oidcPrompt:ie,oidcErrorRedirectUri:oe,oidcResource:re,action:p,locale:Di(A).locale},de=Tr(z,this.loggerWrapper);dr(_,F)?ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const n=(null==G?void 0:G.clientScripts)||[];yield u(this,bc,"m",Yc).call(this,n);const i=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},F),{lastAuth:de,preview:this.preview,abTestingKey:K,client:this.client}),b&&{redirectUrl:b}),{locale:Di(A).locale,nativeOptions:X,outboundAppId:V,outboundAppScopes:H}),B,e,J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),this.getComponentsContext()),hr(t)),$&&{exchangeCode:$,idpInitiated:!0}),F.descopeIdpInitiated&&{idpInitiated:!0}),w&&{token:w}),ae.next.isCustomScreen);return u(this,Dc,"f").call(this,i),i})):(n("projectId")||n("baseUrl")||n("executionId")||n("stepId"))&&(ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const n=(null==v?void 0:v.clientScripts)||[];yield u(this,bc,"m",Yc).call(this,n);const i=yield this.sdk.flow.next(f,d,e,G.version,J.componentsVersion,Object.assign(Object.assign({},this.getComponentsContext()),hr(t)),ae.next.isCustomScreen);return u(this,Dc,"f").call(this,i),i}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,bc,"m",jc).call(this,ae),this.stepState.update(ae)}))}onStepChange(e,t){return c(this,void 0,void 0,(function*(){var n,i,o;const{htmlFilename:r,htmlLocaleFilename:s,direction:a,next:d,screenState:l,screenId:h}=e;this.loggerWrapper.debug("Rendering a flow screen"),this.updateScreenUser(null==l?void 0:l.user);const f=document.createElement("template");f.innerHTML=yield this.getPageContent(r,s);const p=f.content.cloneNode(!0),g=this.loadDescopeUiComponents(f);this.sdk.webauthn.helpers.isSupported()?yield u(this,bc,"m",qc).call(this,p,d):(e=>{e.querySelectorAll(`descope-button[${Uo}="biometrics"]`).forEach((e=>e.setAttribute("disabled","true")))})(p),!e.samlIdpUsername||(null===(n=l.form)||void 0===n?void 0:n.loginId)||(null===(i=l.form)||void 0===i?void 0:i.email)||(l.form||(l.form={}),l.form.loginId=e.samlIdpUsername,l.form.email=e.samlIdpUsername),Or(p,l,this.formConfig,this.loggerWrapper),this.applyComponentsState(p,null==l?void 0:l.componentsState);const{geo:v}=null!==(o=yield this.getExecutionContext())&&void 0!==o?o:{};((e,t)=>{Object.entries({"default-code":"autoDetect","default-country":"autoDetect"}).forEach((([n,i])=>{Array.from(e.querySelectorAll(`[${n}="${i}"]`)).forEach((e=>{e.setAttribute(n,t||i)}))}))})(p,v),((e,t)=>{let n=t;if(t)try{const[e]=Intl.getCanonicalLocales(t);e&&(n=e)}catch(e){}Object.entries({lang:"autoDetect"}).forEach((([t,i])=>{Array.from(e.querySelectorAll(`[${t}="${i}"]`)).forEach((e=>{e.setAttribute(t,n||i)}))}))})(p,e.locale);const m=()=>c(this,void 0,void 0,(function*(){var n,i;yield g;const o=this.contentRootElement;((e,t)=>{xr(e,"descope-totp-image",t)})(o,null===(n=null==l?void 0:l.totp)||void 0===n?void 0:n.image),((e,t)=>{xr(e,"descope-notp-image",t)})(o,null===(i=null==l?void 0:l.notp)||void 0===i?void 0:i.image),((e,t,n,i)=>{n&&Object.keys(n).forEach((o=>{if(!t.querySelector(o))return void i.debug(`Skipping css vars for component "${o}"`,`Got css vars for component ${o} but Could not find it on next page`);const r=customElements.get(o);r?Object.keys(n[o]).forEach((t=>{var s;const a=n[o],d=null===(s=null==r?void 0:r.cssVarList)||void 0===s?void 0:s[t];if(!d)return void i.info(`Could not find css variable name for ${t} in ${o}`,"Check if the css variable is defined in the component");const l=a[t];e.style.setProperty(d,l)})):i.debug(`Could not find component class for ${o}`,"Check if the component is registered")}))})(o,p,l.cssVars,this.loggerWrapper),o.replaceChildren(p);const r=!t.htmlFilename;setTimeout((()=>{u(this,bc,"m",Gc).call(this),this.updateUsernameAnchor(),this.validateOnBlur&&(e=>{e.querySelectorAll("*[name]").forEach((t=>{t.addEventListener("blur",(()=>{var n;const i=()=>{var e;const n=t.focus;t.focus=()=>{},null===(e=t.reportValidity)||void 0===e||e.call(t),setTimeout((()=>{t.focus=n}))};if("true"===t.getAttribute("invalid")||(null===(n=t.value)||void 0===n?void 0:n.length))return void i();const o={timer:void 0},r=e=>{"true"===e.target.getAttribute("formnovalidate")&&(clearTimeout(o.timer),o.timer=void 0)};o.timer=setTimeout((()=>{e.removeEventListener("click",r),i(),o.timer=void 0}),150),e.addEventListener("click",r,{once:!0})}))}))})(o),((e,t)=>{Cr(e,null==t?void 0:t.inputs),Cr(e,null==t?void 0:t.form)})(o,l),this.initRealtimeConditions(o,l),u(this,bc,"m",Bc).call(this,{isFirstScreen:r,isCustomScreen:!1,stepName:e.stepName}),sr(o,this.autoFocus,r),u(this,bc,"m",eu).call(this,h)})),u(this,bc,"m",tu).call(this,d,h),o.querySelector(`[${Uo}="polling"]`)&&d(Ho,{})}));a?u(this,bc,"m",Tc).call(this,m):m()}))}getInputs(){return Array.from(this.shadowRoot.querySelectorAll(`*:not(slot)[name]:not([${wo}])`))}shouldUsePopupPostMessage(){if(!this.popupOrigin)return!1;try{new URL(this.popupOrigin)}catch(e){return!1}return!0}};wc=new WeakMap,$c=new WeakMap,kc=new WeakMap,Cc=new WeakMap,Mc=new WeakMap,Pc=new WeakMap,Wc=new WeakMap,Lc=new WeakMap,Uc=new WeakMap,Dc=new WeakMap,Fc=new WeakMap,Hc=new WeakMap,Zc=new WeakMap,bc=new WeakSet,Sc=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},Ic=function(e,t,n){return c(this,void 0,void 0,(function*(){var i;return(null===(i=this.nativeOptions)||void 0===i?void 0:i.bridgeVersion)>=2&&new Promise((i=>{this.nativeCallbacks.screenNext=n,this.nativeCallbacks.screenResolve=i,u(this,bc,"m",xc).call(this,"beforeScreen",{screen:e,context:t})}))}))},Rc=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,bc,"m",xc).call(this,"afterScreen",{screen:e})},xc=function(e,t){u(this,bc,"m",nu).call(this,"bridge",{type:e,payload:t})},Oc=function({errorText:e,errorType:t}){const n=()=>{var n;let i=e;try{i=(null===(n=this.errorTransformer)||void 0===n?void 0:n.call(this,{text:e,type:t}))||e}catch(e){this.loggerWrapper.error("Error transforming error message",e.message)}((e,t,n="")=>{e.querySelectorAll(`[${Uo}="${t}"]`).forEach((e=>{e.textContent=n,e.classList[n?"remove":"add"]("hide")}))})(this.contentRootElement,"error-message",i)};this.addEventListener("screen-updated",n,{once:!0}),n()},Ec=function(){var e,t,n;null===(e=this.stepState)||void 0===e||e.subscribe(this.onStepChange.bind(this),(e=>{var t=e.screenState,n=l(void 0===t?{}:t,["errorText","errorType"]),i=l(e,["screenState"]);return Object.assign(Object.assign({},i),{screenState:n})})),null===(t=this.stepState)||void 0===t||t.subscribe(u(this,bc,"m",Oc).bind(this),(e=>{var t,n;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(n=null==e?void 0:e.screenState)||void 0===n?void 0:n.errorType}}),{forceUpdate:!0}),null===(n=this.stepState)||void 0===n||n.subscribe(u(this,bc,"m",Ac).bind(this),(e=>{var t,n;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(n=null==e?void 0:e.screenState)||void 0===n?void 0:n.errorType}}),{forceUpdate:!0})},Ac=function({errorText:e,errorType:t}){(t||e)&&(this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((e=>{e.shadowRoot.querySelectorAll("descope-text-field[data-id]").forEach((e=>{e.value=""}))})),sr(this.contentRootElement,this.autoFocus,!1))},Nc=function(){return c(this,void 0,void 0,(function*(){this.loggerWrapper.debug("Trying to restart the flow");const e=yield this.getComponentsVersion();this.reset(),e===(yield this.getComponentsVersion())?(this.loggerWrapper.debug("Components version was not changed, restarting flow"),this.flowState.update({stepId:null,executionId:null})):this.loggerWrapper.error("Components version mismatch, please reload the page")}))},jc=function(e){return c(this,void 0,void 0,(function*(){var t;const n=Object.assign(Object.assign({},this.stepState.current),e),{next:i,stepName:o}=n,r=(e=>{var t,n,i;const o=(r=e.screenState,s=(e,t)=>Jo.includes(t)||t.startsWith("_"),Object.fromEntries(Object.entries(r).filter((([e,t])=>!s(0,e)))));var r,s;const{screenState:{errorText:a,errorType:d}}=e;return(a||d)&&(o.error={text:a,type:d}),e.action&&(o.action=e.action),(null===(i=null===(n=null===(t=e.screenState)||void 0===t?void 0:t.componentsConfig)||void 0===n?void 0:n.thirdPartyAppApproveScopes)||void 0===i?void 0:i.data)&&(o.inboundAppApproveScopes=e.screenState.componentsConfig.thirdPartyAppApproveScopes.data),o})(l(n,["next","stepName"]));let s=yield u(this,bc,"m",Ic).call(this,o,r,i);s||(s=Boolean(yield null===(t=this.onScreenUpdate)||void 0===t?void 0:t.call(this,o,r,i,this)));const a=!this.stepState.current.htmlFilename;if(u(this,Pc,"f").call(this,s),i&&(i.isCustomScreen=s),u(this,Mc,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,Mc,s,"f"),s?this.stepState.unsubscribeAll():u(this,bc,"m",Ec).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,bc,"m",Bc).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},Tc=function(e){this.contentRootElement.addEventListener("transitionend",(()=>{this.loggerWrapper.debug("page switch transition end"),this.contentRootElement.classList.remove("fade-out"),e()}),{once:!0}),this.loggerWrapper.debug("page switch transition start"),this.contentRootElement.classList.add("fade-out")},_c=function(e){const t=e.getAttribute("name");if(!["email"].includes(t)){const n=`user-${t}`;e.setAttribute("name",n),e.addEventListener("input",(()=>{e.setAttribute("name",e.value?t:n)}))}},qc=function(e,t){return c(this,void 0,void 0,(function*(){var n;null===(n=u(this,$c,"f"))||void 0===n||n.abort();const i=e.querySelector('*[autocomplete="webauthn"]');if(i&&(yield Er())){const{options:e,transactionId:n}=(yield u(this,Fc,"f").call(this))||{};e&&n&&(u(this,bc,"m",_c).call(this,i),h(this,$c,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,$c,"f")).then((e=>c(this,void 0,void 0,(function*(){t(i.id,{transactionId:n,response:e})})))).catch((e=>{"AbortError"!==e.name&&this.loggerWrapper.error("Conditional login failed",e.message)})))}}))},Bc=function({isFirstScreen:e,isCustomScreen:t,stepName:n}){e&&u(this,bc,"m",nu).call(this,"ready",{}),t||u(this,bc,"m",Rc).call(this,n),u(this,bc,"m",nu).call(this,"page-updated",{screenName:n}),u(this,bc,"m",nu).call(this,"screen-updated",{screenName:n})},Kc=function(){let e=!0;return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reverse().forEach((t=>{var n,i;"slot"===t.localName||t.classList.contains("hidden")||(null===(n=t.reportValidity)||void 0===n||n.call(t),e&&(e=null===(i=t.checkValidity)||void 0===i?void 0:i.call(t)))})),e},Vc=function(){return c(this,void 0,void 0,(function*(){const e=this.getInputs();return(yield Promise.all(e.map((e=>c(this,void 0,void 0,(function*(){return{name:e.getAttribute("name"),value:e.value}})))))).reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:t.value})),{})}))},zc=function(e){var t,n;const i=Array.from(this.contentRootElement.querySelectorAll(':not([disabled]), [disabled="false"]')).filter((t=>t!==e)),o=(null===(n=null===(t=this.flowState.current)||void 0===t?void 0:t.screenState)||void 0===n?void 0:n.clientScripts)||[],r=()=>{e.removeAttribute("loading"),i.forEach((e=>{e.removeAttribute("disabled")}))},s=e=>c(this,void 0,void 0,(function*(){var t;if(this.loggerWrapper.debug("Restoring components state"),this.removeEventListener("popupclosed",s),!0===(null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.abandoned)&&o.length)return h(this,kc,(()=>c(this,void 0,void 0,(function*(){try{yield this.loadSdkScripts(o)}catch(e){this.loggerWrapper.warn("Failed to refresh client scripts on popup close",null==e?void 0:e.message)}})))(),"f"),void r();r();const n=yield this.getFlowConfig(),i=[...n.clientScripts||[],...n.sdkScripts||[]];this.loadSdkScripts(i)})),a=()=>{var e;window.removeEventListener("pageshow",u(this,Hc,"f")),h(this,Hc,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),s())}),"f"),window.addEventListener("pageshow",u(this,Hc,"f"),{once:!0});const t=null===(e=this.stepState)||void 0===e?void 0:e.subscribe(((e,n)=>{e===n&&s(),this.removeEventListener("popupclosed",s),this.stepState.unsubscribe(t)}),(e=>e.screenId),{forceUpdate:!0})},d=this.nextRequestStatus.subscribe((({isLoading:t})=>{t?(this.addEventListener("popupclosed",s,{once:!0}),e.setAttribute("loading","true"),i.forEach((e=>e.setAttribute("disabled","true")))):(this.nextRequestStatus.unsubscribe(d),"success"===this.flowStatus?(this.removeEventListener("popupclosed",s),r()):a())}))},Gc=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,bc,"m",Jc).call(this,e)))},Jc=function(e){e&&e.querySelectorAll("input").forEach((t=>{const n=t.getAttribute("slot"),i=`input-${e.id}-${n}`,o=document.createElement("slot");o.setAttribute("name",i),o.setAttribute("slot",n),e.appendChild(o),t.setAttribute("slot",i),this.appendChild(t)}))},Yc=function(e){return c(this,void 0,void 0,(function*(){if(u(this,kc,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,kc,"f"),this.loggerWrapper.debug("Sdk scripts loaded for",(Date.now()-e).toString())}const t=this.loadSdkScriptsModules(),n=e.map((e=>e.id));for(const e of t)if(n.includes(e.id))try{"function"==typeof e.present&&((yield e.present())||this.loggerWrapper.debug(`Sdk script ${e.id} was cancelled`))}catch(t){this.loggerWrapper.error(`Failed to present ${e.id} script module`,t.message)}const i=[];for(const e of t)"function"==typeof e.refresh&&i.push(e.refresh());if(i.length>0)try{yield ar(5e3,Promise.all(i),null)}catch(e){this.loggerWrapper.error("Failed to refresh script module",e.message)}}))},Xc=function(e,t){this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((n=>{n.addEventListener("input",(()=>{var i;(null===(i=n.checkValidity)||void 0===i?void 0:i.call(n))&&u(this,Zc,"f").call(this,n,e,t)}))}))},Qc=function(e,t,n){t&&n&&"true"===e.getAttribute("data-opt-in-last-used-auth")&&function(e,t,n){try{const n=Lr();n[e]=t,Nr(Go,JSON.stringify(n))}catch(e){null==n||n.warn("[Descope] Failed to update in-flight last auth storage",String(e))}}(n,t,this.loggerWrapper)},eu=function(e){var t;const n=null===(t=Tr(this.sdk.getLastUserLoginId(),this.loggerWrapper).lastUsedPerScreen)||void 0===t?void 0:t[e];if(!n)return;const i=this.contentRootElement.querySelector('descope-attachment[data-type="last-auth-badge"]'),o=this.contentRootElement.querySelector(`#${CSS.escape(n)}`);i&&o&&(o.replaceWith(i),i.appendChild(o))},tu=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${$o}]), [data-type="button"]:not([${$o}]`).forEach((n=>{n.onclick=()=>{u(this,Zc,"f").call(this,n,e,t)}})),u(this,bc,"m",Xc).call(this,e,t),this.isDismissScreenErrorOnInput&&this.contentRootElement.querySelectorAll(`*[name]:not([${wo}])`).forEach((e=>{e.addEventListener("input",(()=>{this.stepState.update((e=>Object.assign(Object.assign({},e),{screenState:Object.assign(Object.assign({},e.screenState),{errorText:"",errorType:""})})))}))}))},nu=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},iu=function(e,t,n){var i;const[o,r]=(null===(i=window.name)||void 0===i?void 0:i.split("|"))||[],s={data:{code:t,exchangeError:n},action:"code"};if("descope-wc"===o&&r){this.loggerWrapper.debug("Using postMessage fallback to notify opener in origin",r);try{window.opener.postMessage(s,r)}catch(e){this.loggerWrapper.error("Failed to send postMessage fallback (likely COOP isolation)",null==e?void 0:e.message)}}else{this.loggerWrapper.debug("Creating popup channel",e);const t=new BroadcastChannel(e);t.postMessage(s),t.close()}try{window.close()}catch(e){}},customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",ou);var ru=Object.freeze({__proto__:null,default:ou});const su=e=>e.selectedAccessKeysIds,au=e=>e.notifications,du=kd((e=>e.accessKeysList.data),(e=>e.map((e=>Object.assign(Object.assign({},e),{expireTimeFormatted:(null==e?void 0:e.expireTime)?new Date(1e3*((null==e?void 0:e.expireTime)||0)).toLocaleString():"Never",createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:(null==e?void 0:e.expireTime)&&new Date(1e3*((null==e?void 0:e.expireTime)||0))<new Date?"expired":null==e?void 0:e.status}))))),lu=kd(su,du,((e,t)=>t.filter((t=>e.includes(t.id))))),cu=kd(su,(e=>!!e.length)),uu=kd(lu,(e=>e.every((e=>e.editable)))),hu=kd(uu,cu,((e,t)=>e&&t)),fu=kd(lu,(e=>e.some((e=>"expired"===e.status)))),pu=kd(hu,fu,((e,t)=>e&&!t)),gu=kd(su,(e=>1===e.length)),vu=kd(lu,(e=>1===e.length?e[0].name:`${e.length} access keys`)),mu=kd(pu,gu,lu,((e,t,n)=>{var i;return e&&t&&"active"===(null===(i=n[0])||void 0===i?void 0:i.status)})),yu=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},bu=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),wu=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),$u=tl("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),ku=yu($u)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},bu((e=>e.createAccessKey)),wu({getSuccessMsg:()=>"Access Key created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create access key</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Cu={action:$u,reducer:ku},Su=tl("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Iu=yu(Su)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},bu((e=>e.deleteAccessKey)),wu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete access key${["","s"]}`})),Ru={action:Su,reducer:Iu},xu=tl("accessKeys/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.accesskey.search(Object.assign(Object.assign({},i),e))})),Ou=yu(xu)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},bu((e=>e.accessKeysList))),Eu={action:xu,reducer:Ou},Au=tl("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),Nu=yu(Au)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},bu((e=>e.activateAccessKey)),wu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} activated successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to activate access key${["","s"]}`})),Mu={action:Au,reducer:Nu},ju=tl("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),Pu=yu(ju)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},bu((e=>e.deactivateAccessKey)),wu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deactivated successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to deactivate access key${["","s"]}`})),Tu={action:ju,reducer:Pu},Wu=tl("accessKeys/rotate",((e,{extra:{api:t}})=>t.accesskey.rotate(e))),Lu=yu(Wu)({onFulfilled:(e,t)=>{const n=e.accessKeysList.data.findIndex((e=>e.id===t.payload.key.id));n>=0&&(e.accessKeysList.data[n]=t.payload.key)}},bu((e=>e.rotateAccessKey)),wu({getSuccessMsg:()=>"Access key rotated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to rotate access key</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Uu={action:Wu,reducer:Lu},Du=tl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Fu={action:Du,reducer:yu(Du)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},bu((e=>e.tenantRoles)))},_u={accessKeysList:{data:[],loading:!1,error:null},createAccessKey:{loading:!1,error:null},activateAccessKey:{loading:!1,error:null},deactivateAccessKey:{loading:!1,error:null},deleteAccessKey:{loading:!1,error:null},rotateAccessKey:{loading:!1,error:null},tenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedAccessKeysIds:[],notifications:[]},qu="/v1/mgmt/accesskey/search",Bu="/v1/mgmt/accesskey/delete/batch",Ku="/v1/mgmt/accesskey/create",Vu="/v1/mgmt/accesskey/deactivate/batch",Hu="/v1/mgmt/accesskey/activate/batch",zu="/v1/mgmt/accesskey/rotate",Gu="/v1/mgmt/role/all",Ju=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Zu=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s}={}){if(n)return((...e)=>c(void 0,[...e],void 0,(function*({text:e,sort:t}={}){return new Promise((n=>{const i=[],o=(new Date).getTime()/1e3+2592e3,r=new Date(o).toLocaleString();for(let e=1;e<10;e+=1)i.push({id:`access-key-id-${e}`,name:`Access Key ${e}`,createdBy:`User ${e}`,editable:!0,expireTime:o,expireTimeFormatted:r,createdTime:o,createdTimeFormatted:r,roleNames:[`Role ${e}`],permittedIps:["127.1.2.3"],status:"active",clientId:`Client ID ${e}`,boundUserId:`User ${e}`});t.forEach((e=>{i.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),n(i.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.createdBy.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s});const a=yield e.post(qu,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield Ju(a),(yield a.json()).keys})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Bu,{ids:i},{queryParams:{tenant:t}});return yield Ju(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({name:i,expiration:o,roleNames:r,userId:s,permittedIps:a}){const d=new Date;d.setDate(d.getDate()+ +o);const l="0"===o[0]?0:Math.floor(d.getTime()/1e3);if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,roleNames:t,userId:n,permittedIps:i},o){const r=Math.random().toString(10).substring(15);return new Promise((s=>{s({cleartext:Math.random().toString(20).substring(2),key:{id:`access-key-id-${r}`,name:e||`Access Key ${r}`,createdBy:n||`User ${r}`,editable:!0,expireTime:o,createdTime:(new Date).getTime()/1e3,roleNames:t,permittedIps:i,status:"active",clientId:`Client ID ${r}`,boundUserId:n||`User ${r}`}})}))})))({name:i,expiration:o,roleNames:r,userId:s,permittedIps:a},l);const u=yield e.post(Ku,{name:i,expireTime:l,roleNames:r,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield Ju(u),yield u.json()})),activate:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Hu,{ids:i},{queryParams:{tenant:t}});return yield Ju(o),yield o.json()})),deactivate:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Vu,{ids:i},{queryParams:{tenant:t}});return yield Ju(o),yield o.json()})),rotate:i=>c(void 0,[i],void 0,(function*({id:i}){if(n)return(e=>c(void 0,[e],void 0,(function*({id:e}){return new Promise((t=>{t({cleartext:Math.random().toString(20).substring(2),key:{id:e,name:`Access Key ${e}`,createdBy:"User",editable:!0,expireTime:(new Date).getTime()/1e3+2592e3,createdTime:(new Date).getTime()/1e3,roleNames:[],permittedIps:[],status:"active",clientId:`Client ID ${e}`,boundUserId:"User"}})}))})))({id:i});const o=yield e.post(zu,{id:i},{queryParams:{tenant:t}});return yield Ju(o),yield o.json()}))}),Yu=({httpClient:e,tenant:t,mock:n})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>new Promise((t=>{const n=[];for(let t=1;t<5;t+=1)n.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:n})})))(t);const i=yield e.get(Gu,{queryParams:{tenant:t}});return yield Ju(i),i.json()}))}),Xu=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,Yr,vl,Jr({tenant:Jr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"access-key-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.9.9"}}));return{accesskey:Zu({httpClient:o.httpClient,tenant:t,mock:n}),tenant:Yu({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),Qu=Ai((e=>{const t=ki(cl({name:"widget",initialState:_u,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Cu.reducer(e),Ru.reducer(e),Eu.reducer(e),Mu.reducer(e),Tu.reducer(e),Uu.reducer(e),Fu.reducer(e)},asyncActions:{searchAccessKeys:Eu.action,createAccessKey:Cu.action,activateAccessKeys:Mu.action,deactivateAccessKeys:Tu.action,deleteAccessKeys:Ru.action,rotateAccessKey:Uu.action,getTenantRoles:Fu.action}}),zr,_r,Xu)(e);return class extends t{constructor(...e){super(...e),this.state=_u,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),eh=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("access-key-management-widget"),Qu)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchAccessKeys(),this.actions.getTenantRoles()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),th=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Qu,_r,eh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.accessKeysTable.data=e}))),o.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchAccessKeys({sort:n})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",n).call(this),this.accessKeysTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))})),u(this,i,"f").call(this,du(this.state)),this.subscribe(u(this,i,"f").bind(this),du)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.accessKeysTable=new Us(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="access-keys-table"]'),{logger:this.logger}),this.accessKeysTable.onSelectedItemsChange((e=>{this.actions.setSelectedAccessKeysIds(e.detail.value.map((({id:e})=>e)))}))},r})),nh=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,_r,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.activateAccessKeysModal=this.createModal(),this.activateAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("activate-access-keys-modal.html")));const t=new js((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.activateAccessKeysModal.close()));const n=new js((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=lu(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const i=new Zs(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=vu(this.state);i.text=`Activate ${e}?`}}))},i})),ih=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,eh,Qu,nh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.activateButton.enable():this.activateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),pu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.activateButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="activate-access-keys"]'),{logger:this.logger}),this.activateButton.disable(),this.activateButton.onClick((()=>{this.activateAccessKeysModal.open()}))},o})),oh=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,ul,_r,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.createdAccessKeyModal=this.createModal(),this.createdAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("created-access-key-modal.html"))),new js((()=>{var e;return null===(e=this.createdAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.createdAccessKeyModal.ele)["generated-key"]),this.resetFormData(this.createdAccessKeyModal.ele),this.createdAccessKeyModal.close()}))}))},i})),rh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Qu,oa,ul,_r,eh,oh)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),o.set(this,(()=>c(this,void 0,void 0,(function*(){var e,t;yield u(this,n,"f").setData(null===(t=this.state,e=t.tenantRoles.data||[])||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))}))))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,o=new WeakMap,t=new WeakSet,i=function e(){return c(this,void 0,void 0,(function*(){this.createAccessKeyModal=this.createModal(),this.createAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("create-access-key-modal.html"))),new js((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.createAccessKeyModal.close(),this.resetFormData(this.createAccessKeyModal.ele)})),new js((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){var e,t;if(this.validateForm(this.createAccessKeyModal.ele)){const n=yield this.actions.createAccessKey(Object.assign({},this.getFormData(this.createAccessKeyModal.ele)));this.createAccessKeyModal.close(),(null===(e=null==n?void 0:n.payload)||void 0===e?void 0:e.cleartext)&&(this.setFormData(this.createdAccessKeyModal.ele,{"generated-key":null===(t=null==n?void 0:n.payload)||void 0===t?void 0:t.cleartext}),this.createdAccessKeyModal.open())}})))),h(this,n,new Hs((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),u(this,o,"f").call(this),this.createAccessKeyModal.afterClose=()=>{u(this,t,"m",e).call(this)}}))},r})),sh=Ai((e=>{var t,n,i;return i=class extends(ki(_r,rh,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-access-key"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createAccessKeyModal.open()))},i})),ah=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,_r,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deactivateAccessKeysModal=this.createModal(),this.deactivateAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("deactivate-access-keys-modal.html")));const t=new js((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deactivateAccessKeysModal.close()));const n=new js((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=lu(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const i=new Zs(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=vu(this.state);i.text=`Deactivate ${e}?`}}))},i})),dh=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,eh,Qu,ah)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deactivateButton.enable():this.deactivateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),pu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deactivateButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="deactivate-access-keys"]'),{logger:this.logger}),this.deactivateButton.disable(),this.deactivateButton.onClick((()=>{this.deactivateAccessKeysModal.open()}))},o})),lh=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,_r,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteAccessKeysModal=this.createModal(),this.deleteAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("delete-access-keys-modal.html")));const t=new js((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteAccessKeysModal.close()));const n=new js((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=lu(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const i=new Zs(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=vu(this.state);i.text=`Delete ${e}?`}}))},i})),ch=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,eh,Qu,lh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),hu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-access-keys"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteAccessKeysModal.open()}))},o})),uh=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,eh,Qu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchAccessKeys({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new Ys(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),hh={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},fh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,Qu,sa,zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),au)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=hh[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),ph=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,ul,_r,eh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.rotatedAccessKeyModal=this.createModal(),this.rotatedAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("rotated-access-key-modal.html"))),new js((()=>{var e;return null===(e=this.rotatedAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.rotatedAccessKeyModal.ele)["generated-key"]),this.resetFormData(this.rotatedAccessKeyModal.ele),this.rotatedAccessKeyModal.close()}))}))},i})),gh=Ai((e=>{var t,n,i;return i=class extends(ki(Qu,oa,ul,_r,eh,ph)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.rotateAccessKeyModal=this.createModal(),this.rotateAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("rotate-access-key-modal.html")));const t=new js((()=>{var e;return null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.rotateAccessKeyModal.close()));const n=new js((()=>{var e;return null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>c(this,void 0,void 0,(function*(){var e,t;const n=null===(e=lu(this.state))||void 0===e?void 0:e[0];if(!n)return void this.rotateAccessKeyModal.close();const i=yield this.actions.rotateAccessKey({id:n.id});this.rotateAccessKeyModal.close(),(null===(t=null==i?void 0:i.payload)||void 0===t?void 0:t.cleartext)&&(this.setFormData(this.rotatedAccessKeyModal.ele,{"generated-key":i.payload.cleartext}),this.rotatedAccessKeyModal.open())}))));const i=new Zs(null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.rotateAccessKeyModal.beforeOpen=()=>{const e=vu(this.state);i.text=`Rotate ${e}?`}}))},i})),vh=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,eh,Qu,gh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.rotateButton.enable():this.rotateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),mu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.rotateButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="rotate-access-keys"]'),{logger:this.logger}),this.rotateButton.disable(),this.rotateButton.onClick((()=>{this.rotateAccessKeyModal.open()}))},o})),mh=Ai((e=>class extends(ki(Rs,Cs,th,sh,ch,uh,ih,dh,vh,fh)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),yh=ki((e=>class extends(mh(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",yh);var bh,wh=Object.freeze({__proto__:null,default:yh});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(bh||(bh={}));const $h=e=>e.ssoAppsList.data,kh=kd($h,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bh.saml))})),Ch=kd($h,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>{var t;return e.appType===bh.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),Sh=kd($h,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>{var t;return e.appType===bh.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Ih=kd($h,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bh.custom))})),Rh=e=>{var t,n,i,o;switch(e.appType){case bh.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case bh.oidc:return null===(n=e.oidcSettings)||void 0===n?void 0:n.customIdpInitiatedLoginPageUrl;case bh.wsfed:return null===(i=e.wsfedSettings)||void 0===i?void 0:i.idpInitiatedUrl;case bh.custom:return null===(o=e.customSettings)||void 0===o?void 0:o.loginPageUrl;default:return}},xh=kd(kh,Ch,Sh,Ih,((e,t,n,i)=>[...e,...t,...n,...i].map((e=>({name:e.name,icon:e.logo,url:Rh(e)}))))),Oh=tl("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Eh=(e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))})(Oh)({onFulfilled:(e,t)=>{var n;e.ssoAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},(Ah=e=>e.ssoAppsList,{onFulfilled:e=>{Ah(e).loading=!1},onPending:e=>{Ah(e).loading=!0,Ah(e).error=null},onRejected:(e,t)=>{Ah(e).loading=!1,Ah(e).error=t.error}}));var Ah;const Nh={action:Oh,reducer:Eh},Mh={ssoAppsList:{data:[],loading:!1,error:null}},jh="/v1/mgmt/sso/idp/apps/load",Ph=({httpClient:e,mock:t})=>({load:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:[{id:"ssoapp1",name:"App 1",description:"This is the first SAML app",enabled:!0,appType:bh.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:bh.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:bh.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:bh.wsfed,logo:"logo4",wsfedSettings:{idpInitiatedUrl:"http://localhost/wsfed/idp-initiated",realm:"urn:mock:realm",replyUrl:"http://localhost/reply",loginPageUrl:"http://localhost/login"}}]})}))}));const n=yield e.get(jh);return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})))(n),n.json()}))}),Th=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,vl,Yr)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"applications-portal-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.8.9"}}));return{ssoApps:Ph({httpClient:i.httpClient,mock:t})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Wh=Ai((e=>{const t=ki(cl({name:"widget",initialState:Mh,reducers:{},extraReducers:e=>{Nh.reducer(e)},asyncActions:{loadSSOApps:Nh.action}}),zr,_r,Th)(e);return class extends t{constructor(...e){super(...e),this.state=Mh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Lh=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,zr,cs,vs,gl("applications-portal-widget"),Wh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this);const[r]=yield Promise.all([u(this,t,"m",n).call(this),this.actions.loadSSOApps()]);u(this,t,"m",i).call(this,r),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},i=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},o})),Uh=Ai((e=>{var t,n,i;return i=class extends(ki(Wh,_r,Lh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this,xh(this.state))}))}},t=new WeakSet,n=function(e){this.appsList=new Ns((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-apps-list")}),{logger:this.logger}),this.appsList.data=e},i})),Dh=Ai((e=>class extends(ki(Rs,Cs,Uh)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Fh=ki((e=>class extends(Dh(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",Fh);var _h=Object.freeze({__proto__:null,default:Fh});const qh=(e,t)=>t?{[e]:t}:{},Bh=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},Kh=e=>e.selectedAuditId,Vh=kd((e=>e.auditList.data),(e=>e.map((e=>{const t=e||{},{occurred:n,ID:i,type:o}=t,r=t.data,s=void 0===r?{saml_request:"",saml_response:"",saml_generated_user:"",saml_generated_roles:"",oidc_response:"",oidc_generated_user:"",scim_request:"",scim_result:"",Change:""}:r,{saml_request:a,saml_response:d,saml_generated_user:c,saml_generated_roles:u,oidc_response:h,oidc_generated_user:f,scim_request:p,scim_result:g,Change:v}=s,m=l(s,["saml_request","saml_response","saml_generated_user","saml_generated_roles","oidc_response","oidc_generated_user","scim_request","scim_result","Change"]),y=l(t,["occurred","ID","type","data"]);var b;return(e=>Object.fromEntries(Object.entries(e).filter((([e,t])=>!!t))))(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},y),{data:m}),qh("type",(b=o)&&b[0].toUpperCase()+b.slice(1))),qh("saml_request",a)),qh("saml_response",d)),qh("saml_generated_user",Bh(c))),qh("saml_generated_roles",Bh(u))),qh("oidc_response",Bh(h))),qh("oidc_generated_user",Bh(f))),qh("scim_request",p)),qh("scim_result",g)),qh("Change",v)),{occurredFormatted:n?new Date(Number(n)||0).toLocaleString():"N/A"}))}))));kd(Kh,Vh,((e,t)=>t.find((t=>e===t.id)))),kd(Kh,(e=>!!e));const Hh=tl("audit/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.audit.search(Object.assign(Object.assign({},i),e))})),zh=(e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))})(Hh)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(Gh=e=>e.auditList,{onFulfilled:e=>{Gh(e).loading=!1},onPending:e=>{Gh(e).loading=!0,Gh(e).error=null},onRejected:(e,t)=>{Gh(e).loading=!1,Gh(e).error=t.error}}));var Gh;const Jh={action:Hh,reducer:zh},Zh={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},Yh="/v1/mgmt/audit/search",Xh=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s,from:a}={}){if(n)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((n=>{const i=[],o=(new Date).getTime()/1e3+2592e3,r=new Date(o).toLocaleString();for(let e=1;e<9;e+=1)i.push({id:`Audit ${e}`,action:`Action ${e}`,actorId:`Actor ${e}`,type:"info",method:`Method ${e}`,userId:`User ${e}`,device:`Device ${e}`,geo:`Geo ${e}`,remoteAddress:`127.0.0.${e}`,externalIds:[`Login ID ${e}`],occurred:o,occurredFormatted:r});t.forEach((e=>{i.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),n(i.filter((t=>t.id.toLowerCase().includes(e.toLowerCase())||t.action.toLowerCase().includes(e.toLowerCase())||t.type.toLowerCase().includes(e.toLowerCase())||t.device.toLowerCase().includes(e.toLowerCase())||t.method.toLowerCase().includes(e.toLowerCase())||t.geo.toLowerCase().includes(e.toLowerCase())||t.remoteAddress.toLowerCase().includes(e.toLowerCase())||t.externalIds.includes(e.toLowerCase())||t.userId.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s});const d=yield e.post(Yh,{limit:o,page:i,text:r,sort:s,from:a},{queryParams:{tenant:t}});return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})))(d),(yield d.json()).audits}))}),Qh=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,Yr,vl,Jr({tenant:Jr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"audit-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.8.9"}}));return{audit:Xh({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),ef=Ai((e=>{const t=ki(cl({name:"widget",initialState:Zh,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{Jh.reducer(e)},asyncActions:{searchAudit:Jh.action}}),zr,_r,Qh)(e);return class extends t{constructor(...e){super(...e),this.state=Zh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),tf=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("audit-management-widget"),ef)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this)]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),nf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,tf,ef)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{const e=this.rangeInput.value,t=new Date;let n;switch(e){case"minuets15":n=t.setMinutes(t.getMinutes()-15);break;case"hour":n=t.setHours(t.getHours()-1);break;case"hour6":n=t.setHours(t.getHours()-6);break;case"day":default:n=t.setDate(t.getDate()-1);break;case"day3":n=t.setDate(t.getDate()-3);break;case"week":n=t.setDate(t.getDate()-7);break;case"week2":n=t.setDate(t.getDate()-14);break;case"month":n=t.setMonth(t.getMonth()-1)}this.actions.searchAudit({text:this.searchInput.value,from:Math.floor(new Date(n).getTime())})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new Ys(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f")),u(this,n,"f").call(this)},o=function(){var e;this.rangeInput=new Js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="range-input"]'),{logger:this.logger}),this.rangeInput.onInput(u(this,n,"f"))},r})),of=Ai((e=>{var t,n,i,o;return o=class extends(ki(ef,_r,tf)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.auditTable.data=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),u(this,i,"f").call(this,Vh(this.state)),this.subscribe(u(this,i,"f").bind(this),Vh)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.auditTable=new Us(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="audit-table"]'),{logger:this.logger}),this.auditTable.onSelectedItemsChange((e=>{this.actions.setSelectedAuditId(e.detail.value.map((({id:e})=>e)))}))},o})),rf=[{header:"Occurred",path:"occurredFormatted"},{header:"User ID",path:"userId"},{header:"Actor",path:"actorId"},{header:"Login IDs",path:"externalIds"},{header:"Remote Address",path:"remoteAddress"},{header:"Type",path:"type"},{header:"Action",path:"action"},{header:"Device",path:"device"},{header:"Method",path:"method"},{header:"Geo",path:"geo"}],sf=Ai((e=>{var t,n,i;return i=class extends(ki(_r,tf,ef)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.exportButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=Vh(this.state);if(!e.length)return void this.logger.warn("No audit data to export");const t=((e,t)=>[t.map((e=>Ui(e.header))).join(","),...e.map((e=>t.map((t=>Ui(e[t.path]))).join(",")))].join("\n"))(e,rf);((e,t)=>{const n=new Blob(["\ufeff"+e],{type:"text/csv;charset=utf-8;"}),i=URL.createObjectURL(n),o=document.createElement("a");o.href=i,o.setAttribute("download",t),document.body.appendChild(o),o.click(),document.body.removeChild(o),URL.revokeObjectURL(i)})(t,`audit_logs_${(new Date).toISOString().slice(0,10)}.csv`)}))},i})),af=Ai((e=>class extends(ki(Rs,Cs,of,nf,sf)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),df=ki((e=>class extends(af(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",df);var lf=Object.freeze({__proto__:null,default:df});function cf(e){return new URLSearchParams(window.location.search).get(e)}const uf=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},hf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),ff=tl("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),pf=uf(ff)({onFulfilled:(e,t)=>{var n;e.outboundAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},hf((e=>e.outboundAppsList))),gf={action:ff,reducer:pf},vf=tl("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),mf=uf(vf)({onFulfilled:(e,t)=>{var n;e.connectedOutboundAppsIds.data=null===(n=t.payload)||void 0===n?void 0:n.appIds}},hf((e=>e.connectedOutboundAppsIds))),yf={action:vf,reducer:mf},bf={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},wf="/v1/mgmt/outbound/apps",$f="/v1/mgmt/outbound/apps-with-user-token",kf="/v1/auth/me",Cf=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Sf=({httpClient:e,mock:t})=>({getAllOutboundApps:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:[{id:"appId1",name:"Application 1",description:"Description"},{id:"appId2",name:"Application 2",description:"Description"},{id:"appId3",name:"Application 3",description:"Description"}]})}))}));const n=yield e.get(wf);return yield Cf(n),n.json()})),getConnectedOutboundApps:n=>c(void 0,[n],void 0,(function*({userId:n,tenantId:i}){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:["outboundApp3"]})}))}));const o=yield e.get($f,{queryParams:i?{userId:n,tenantId:i}:{userId:n}});return yield Cf(o),o.json()}))}),If=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({userId:"user-1"})}))}));const n=yield e.get(kf);return yield Cf(n),n.json()}))}),Rf=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,vl,Yr)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ms}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.5.8"}}));return{outboundApps:Sf({httpClient:i.httpClient,mock:t}),user:Object.assign({},If({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),xf=tl("users/me",((e,{extra:{api:t}})=>t.user.me())),Of={action:xf,reducer:uf(xf)({onFulfilled:(e,t)=>{e.me.data=t.payload}},hf((e=>e.me)))},Ef=Ai((e=>{const t=ki(cl({name:"widget",initialState:bf,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Of.reducer(e),yf.reducer(e),gf.reducer(e)},asyncActions:{getMe:Of.action,getOutboundApps:gf.action,getConnectedOutboundApps:yf.action}}),zr,_r,Rf)(e);return class extends t{constructor(...e){super(...e),this.state=bf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Af="widget-flow",Nf=Ai((e=>{var t,n,i;return i=class extends(ki(pl,zr,oa,Ef,vl,_r,Cs,ml)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=cf(Af);o&&(function(e){if(window.history.replaceState&&cf(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(Af),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ps((()=>{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()},i})),Mf=kd((e=>e.outboundAppsList.data),(e=>e.connectedOutboundAppsIds.data),(e=>e.allowedAppsIds.data),((e,t,n)=>e.filter((e=>void 0===n||n.includes(e.id))).map((e=>{const n=(null==t?void 0:t.includes(e.id))||!1;return Object.assign(Object.assign({},e),{appId:e.id,isConnected:n})})).sort(((e,t)=>e.name.localeCompare(t.name))))),jf=kd((e=>e.me.data),(e=>e.userId)),Pf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,zr,cs,vs,gl("outbound-applications-widget"),Ef)(e)){constructor(){super(...arguments),t.add(this)}static get observedAttributes(){return["allowed-outbound-apps-ids"]}attributeChangedCallback(e,n,i){"allowed-outbound-apps-ids"===e&&n!==i&&this.actions.setAllowedAppsIds(u(this,t,"a",o))}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.init)||void 0===r?void 0:r.call(this),yield this.actions.getMe(),yield this.actions.setAllowedAppsIds(u(this,t,"a",o)),yield Promise.all([this.actions.getOutboundApps(),this.actions.getConnectedOutboundApps({userId:jf(this.state),tenantId:this.tenantId})]);const s=yield u(this,t,"m",n).call(this);u(this,t,"m",i).call(this,s),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},i=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},o=function(){var e;if(!this.hasAttribute("allowed-outbound-apps-ids"))return;const t=null===(e=this.getAttribute("allowed-outbound-apps-ids"))||void 0===e?void 0:e.trim();return t?t.split(",").map((e=>e.trim())).filter(Boolean):[]},r})),Tf=Ai((e=>class extends(ki(Cs,Gr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Wf=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m,y,b,w;return w=class extends(ki(pl,Tf,Ef,_r,Pf,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),s.set(this,void 0),a.set(this,null),d.set(this,null),b.set(this,Ii((e=>{u(this,n,"f").data=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",y).call(this,Mf(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),Mf)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap,d=new WeakMap,b=new WeakMap,t=new WeakSet,l=function(){u(this,n,"f").connectFlowId&&(h(this,i,this.createModal({"data-id":"outbound-apps-connect"}),"f"),u(this,i,"f").afterClose=()=>{var e;if(u(this,a,"f")){const t=null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc");null==t||t.removeEventListener("page-updated",u(this,a,"f")),h(this,a,null,"f")}},h(this,r,new Ps((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,r,"f")))},f=function(e,t,n){e.open(),t.removeEventListener("page-updated",n)},p=function(e,n){var i;const o=null===(i=e.ele)||void 0===i?void 0:i.querySelector("descope-wc"),r=()=>u(this,t,"m",f).call(this,e,o,r);n=r,null==o||o.addEventListener("page-updated",n)},g=function(){h(this,o,this.createModal({"data-id":"outbound-apps-disconnect"}),"f"),h(this,s,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=()=>{var e;if(u(this,d,"f")){const t=null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc");null==t||t.removeEventListener("page-updated",u(this,d,"f")),h(this,d,null,"f")}},this.syncFlowTheme(u(this,s,"f"))},v=function(e){u(this,i,"f").setContent(this.createFlowTemplate({flowId:u(this,n,"f").connectFlowId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,i,"f"),u(this,a,"f")),u(this,r,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getConnectedOutboundApps({userId:jf(this.state),tenantId:this.tenantId})}))},m=function(e){u(this,o,"f").setContent(this.createFlowTemplate({flowId:u(this,n,"f").disconnectFlowId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,o,"f"),u(this,d,"f")),u(this,s,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getConnectedOutboundApps({userId:jf(this.state)})}))},y=function(e){h(this,n,new Gs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-outbound-apps")}),{logger:this.logger}),"f"),u(this,n,"f").onConnectClick((({id:e})=>{u(this,t,"m",v).call(this,e)})),u(this,n,"f").onDisconnectClick((({id:e})=>{u(this,t,"m",m).call(this,e)})),u(this,n,"f").data=e},w})),Lf=Ai((e=>class extends(ki(Rs,Cs,Nf,Wf)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Uf=ki((e=>class extends(Lf(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return ru})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.5.8"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",Uf);var Df=Object.freeze({__proto__:null,default:Uf});const Ff=e=>e.selectedRolesIds,_f=e=>e.notifications,qf=e=>e.tenantPermissions.data||[],Bf=kd((e=>e.rolesList.data),(e=>e.map((e=>{var t;return Object.assign(Object.assign({},e),{editable:0===(null===(t=null==e?void 0:e.tenantId)||void 0===t?void 0:t.length)?"no":"yes"})})))),Kf=kd(Ff,Bf,((e,t)=>t.filter((t=>e.includes(t.name))))),Vf=kd(Ff,(e=>!!e.length)),Hf=kd(Ff,(e=>1===e.length)),zf=kd(Kf,Hf,((e,t)=>t&&"yes"===e[0].editable)),Gf=kd(Kf,(e=>1===e.length?e[0].name:`${e.length} roles`)),Jf=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},Zf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),Yf=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),Xf=tl("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),Qf=Jf(Xf)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Zf((e=>e.createRole)),Yf({getSuccessMsg:()=>"Role created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),ep={action:Xf,reducer:Qf},tp=tl("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),np=Jf(tp)({onFulfilled:(e,t)=>{e.rolesList.data=e.rolesList.data.filter((e=>{var n;return 0===(null===(n=null==e?void 0:e.tenantId)||void 0===n?void 0:n.length)||!t.meta.arg.includes(e.name)})),e.selectedRolesIds=[]}},Zf((e=>e.deleteRole)),Yf({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["R","r"]}ole${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete role${["","s"]}`})),ip={action:tp,reducer:np},op=tl("roles/duplicate",((e,{extra:{api:t}})=>t.role.create(e))),rp=Jf(op)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Zf((e=>e.duplicateRole)),Yf({getSuccessMsg:()=>"Role duplicated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to duplicate role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),sp={action:op,reducer:rp},ap=tl("roles/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.role.search(Object.assign(Object.assign({},i),e))})),dp=Jf(ap)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},Zf((e=>e.rolesList))),lp={action:ap,reducer:dp},cp=tl("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),up=Jf(cp)({onFulfilled:(e,t)=>{const n=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==n&&(e.rolesList.data[n]=t.payload)}},Zf((e=>e.updateRole)),Yf({getSuccessMsg:()=>"Role updated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to update role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),hp={action:cp,reducer:up},fp=tl("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),pp={action:fp,reducer:Jf(fp)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},Zf((e=>e.tenantPermissions)))},gp={rolesList:{data:[],loading:!1,error:null},createRole:{loading:!1,error:null},duplicateRole:{loading:!1,error:null},updateRole:{loading:!1,error:null},deleteRole:{loading:!1,error:null},tenantPermissions:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedRolesIds:[],notifications:[]},vp="/v1/mgmt/role/search",mp="/v1/mgmt/role/delete/batch",yp="/v1/mgmt/role/create",bp="/v1/mgmt/role/update",wp="/v1/mgmt/permission/all",$p=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),kp=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s}={}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({text:e,sort:t},n){return new Promise((i=>{const o=[];for(let e=1;e<10;e+=1)o.push({name:`Role ${e}`,description:`Role description ${e}`,permissionNames:[`Permission ${e}`],createdTime:new Date,tenantId:n});t.forEach((e=>{o.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),i(o.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.description.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s},t);const a=yield e.post(vp,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield $p(a),(yield a.json()).roles})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(mp,{roleNames:i},{queryParams:{tenant:t}});return yield $p(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({name:i,description:o,permissionNames:r}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,description:t,permissionNames:n},i){return new Promise((o=>{o({name:e,description:t,permissionNames:n,createdTime:new Date,tenantId:i})}))})))({name:i,description:o,permissionNames:r},t);const s=yield e.post(yp,{name:i,description:o,permissionNames:r,tenantId:t},{queryParams:{tenant:t}});return yield $p(s),yield s.json()})),update:i=>c(void 0,[i],void 0,(function*({name:i,newName:o,description:r,permissionNames:s}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,newName:t,description:n,permissionNames:i},o){return new Promise((r=>{r({name:t,description:n,permissionNames:i,createdTime:new Date,oldName:e,tenantId:o})}))})))({name:i,newName:o,description:r,permissionNames:s},t);const a=yield e.post(bp,{name:i,newName:o,description:r,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield $p(a);const d=yield a.json();return d.oldName=i,d}))}),Cp=({httpClient:e,tenant:t,mock:n})=>({getTenantPermissions:()=>c(void 0,void 0,void 0,(function*(){if(n)return new Promise((e=>{const t=[];for(let e=1;e<5;e+=1)t.push({name:`Permission ${e}`});e({permissions:t})}));const i=yield e.get(wp,{queryParams:{tenant:t}});return yield $p(i),i.json()}))}),Sp=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,Yr,vl,Jr({tenant:Jr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"role-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.9.9"}}));return{role:kp({httpClient:o.httpClient,tenant:t,mock:n}),tenant:Cp({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),Ip=Ai((e=>{const t=ki(cl({name:"widget",initialState:gp,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{ep.reducer(e),sp.reducer(e),hp.reducer(e),ip.reducer(e),lp.reducer(e),pp.reducer(e)},asyncActions:{searchRoles:lp.action,createRole:ep.action,duplicateRole:sp.action,updateRole:hp.action,deleteRoles:ip.action,getTenantPermissions:pp.action}}),zr,_r,Sp)(e);return class extends t{constructor(...e){super(...e),this.state=gp,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Rp=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("role-management-widget"),Ip)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchRoles(),this.actions.getTenantPermissions()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),xp=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Ip,oa,ul,_r,Rp)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,"create"),o.set(this,null),s.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,n,"f").setData(null===(e=qf(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))}))))}openRoleModal(e="create",t){h(this,i,e,"f"),h(this,o,null!=t?t:null,"f"),this.roleFormModal.open()}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",r).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,r=function(){return c(this,void 0,void 0,(function*(){this.roleFormModal=this.createModal(),this.roleFormModal.setContent(Ci(yield this.fetchWidgetPage("create-role-modal.html"))),new js((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.roleFormModal.close(),this.resetFormData(this.roleFormModal.ele)})),new js((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){if(this.validateForm(this.roleFormModal.ele)){const e=this.getFormData(this.roleFormModal.ele);"duplicate"===u(this,i,"f")?this.actions.duplicateRole(Object.assign({},e)):this.actions.createRole(Object.assign({},e)),this.roleFormModal.close(),this.resetFormData(this.roleFormModal.ele)}})))),h(this,n,new Hs((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),u(this,s,"f").call(this),this.roleFormModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){yield u(this,s,"f").call(this),u(this,o,"f")&&(this.setFormData(this.roleFormModal.ele,u(this,o,"f")),h(this,o,null,"f"))}))}))},a})),Op=Ai((e=>{var t,n,i;return i=class extends(ki(_r,xp,Rp)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.openRoleModal()))},i})),Ep=Ai((e=>{var t,n,i;return i=class extends(ki(Ip,oa,_r,Rp)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteRolesModal=this.createModal(),this.deleteRolesModal.setContent(Ci(yield this.fetchWidgetPage("delete-roles-modal.html")));const t=new js((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteRolesModal.close()));const n=new js((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=Kf(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const i=new Zs(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=Gf(this.state);i.text=`Delete ${e}?`}}))},i})),Ap=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,Rp,Ip,Ep)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),Vf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-roles"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteRolesModal.open()}))},o})),Np=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,Rp,Ip,xp)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.duplicateButton.enable():this.duplicateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),Hf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.duplicateButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="duplicate-role"]'),{logger:this.logger}),this.duplicateButton.disable(),this.duplicateButton.onClick((()=>{var e,t,n;const i=null===(e=Kf(this.state))||void 0===e?void 0:e[0];i&&this.openRoleModal("duplicate",{name:`${i.name} Copy`,description:null!==(t=i.description)&&void 0!==t?t:"",permissionNames:null!==(n=i.permissionNames)&&void 0!==n?n:[]})}))},o})),Mp=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Ip,oa,_r,ul,Rp)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,n,"f").setData(null===(e=qf(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=Kf(this.state))||void 0===e?void 0:e[0],n={name:null==t?void 0:t.name,description:null==t?void 0:t.description,permissionNames:null==t?void 0:t.permissionNames};this.setFormData(this.editRoleModal.ele,n)}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",a).call(this)}))}},n=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,i=function(){new js((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.editRoleModal.close()))},o=function(){new js((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{var e;if(this.validateForm(this.editRoleModal.ele)){const t=this.getFormData(this.editRoleModal.ele),{name:n}=t,i=l(t,["name"]),o=null===(e=Kf(this.state))||void 0===e?void 0:e[0];this.actions.updateRole(Object.assign({newName:n,name:o.name},i)),this.editRoleModal.close(),this.resetFormData(this.editRoleModal.ele)}}))},a=function(){return c(this,void 0,void 0,(function*(){this.editRoleModal=this.createModal(),this.editRoleModal.setContent(Ci(yield this.fetchWidgetPage("edit-role-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",o).call(this),h(this,n,new Hs((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),this.editRoleModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){yield u(this,r,"f").call(this),u(this,s,"f").call(this)}))}))},d})),jp=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,Rp,Ip,Mp,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.editButton.enable():this.editButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),zf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="edit-role"]'),{logger:this.logger}),this.editButton.disable(),this.editButton.onClick((()=>{this.editRoleModal.open()}))},o})),Pp=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,Rp,Ip)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchRoles({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new Ys(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),Tp={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},Wp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,Ip,sa,zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),_f)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=Tp[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),Lp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Ip,_r,Rp)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.rolesTable.data=e}))),o.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchRoles({sort:n})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",n).call(this),this.rolesTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))})),u(this,i,"f").call(this,Bf(this.state)),this.subscribe(u(this,i,"f").bind(this),Bf)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.rolesTable=new Us(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="roles-table"]'),{logger:this.logger}),this.rolesTable.onSelectedItemsChange((e=>{this.actions.setSelectedRolesIds(e.detail.value.map((({name:e})=>e)))}))},r})),Up=Ai((e=>class extends(ki(Rs,Cs,Lp,Op,Ap,Np,jp,Pp,Wp)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Dp=ki((e=>class extends(Up(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",Dp);var Fp=Object.freeze({__proto__:null,default:Dp});const _p=e=>e.tenant.data,qp=e=>e.tenantAdminLinkSSO.data.defaultLink,Bp=kd(_p,(e=>e.customAttributes||{})),Kp=kd(_p,(e=>e.name||"")),Vp=kd(_p,(e=>e.selfProvisioningDomains||[])),Hp=kd(_p,(e=>e.enforceSSOExclusions||[])),zp=kd(_p,(e=>e.enforceSSO||!1)),Gp=kd(_p,qp,(e=>e.tenantAdminLinkSSO.data.ssoIdToLink),((e,t,n)=>[...e?[{id:"",name:"Default SSO Configuration",authType:e.authType,isDefault:!0,link:t}]:[],...((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e,name:t,authType:i})=>({id:e,name:t,authType:i,link:n[e]||""})))])),Jp=kd(_p,(e=>((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e})=>e))));function Zp(e){return new URLSearchParams(window.location.search).get(e)}const Yp=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},Xp=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),Qp=tl("users/me",((e,{extra:{api:t}})=>t.user.me())),eg=Yp(Qp)({onFulfilled:(e,t)=>{e.me.data=t.payload}},Xp((e=>e.me))),tg={action:Qp,reducer:eg},ng=tl("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),ig=Yp(ng)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},Xp((e=>e.tenant))),og={action:ng,reducer:ig},rg=tl("tenant/adminLinkSso",(({ssoIds:e},{extra:{api:t}})=>t.tenant.adminLinkSso({ssoIds:e}))),sg={action:rg,reducer:Yp(rg)({onFulfilled:(e,t)=>{var n;e.tenantAdminLinkSSO.data=null!==(n=t.payload)&&void 0!==n?n:{defaultLink:"",ssoIdToLink:{}}}},Xp((e=>e.tenantAdminLinkSSO)))},ag={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:{defaultLink:"",ssoIdToLink:{}}}},dg="/v1/auth/me",lg="/v1/mgmt/tenant",cg="/v1/mgmt/tenant/adminlinks/sso/authenticated/batch",ug=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),hg=({httpClient:e,tenantId:t,mock:n})=>{const i=encodeURIComponent(t||""),o=`?tenant=${i}&id=${i}`;return{details:()=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({tenantId:"tenant-1",roleNames:["admin"],id:"tenant-1",name:"Test Tenant",selfProvisioningDomains:["example1.com","example2.com"],customAttributes:{},authType:"password",domains:[],createdTime:Date.now(),disabled:!1,enforceSSO:!0})}))}));if(!t)throw new Error("tenantId is not defined");const i=`${lg}${o}`,r=yield e.get(i);return yield ug(r),yield r.json()})),adminLinkSso:o=>c(void 0,[o],void 0,(function*({ssoIds:o}){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({defaultLink:"_blank",ssoIdToLink:{"okta-prod":"_blank?ssoId=okta-prod","entra-eu":"_blank?ssoId=entra-eu"}})}))}));if(!t)throw new Error("tenantId is not defined");const r=yield e.post(`${cg}?tenant=${i}`,{tenantId:i,ssoIds:o},{headers:{"Content-Type":"application/json"}});return yield ug(r),yield r.json()}))}},fg=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(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:[],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})}))}));const n=yield e.get(dg);return yield ug(n),n.json()}))}),pg=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,Yr,vl)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ms}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant","mock"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.8.8"}}));return{user:fg({httpClient:o.httpClient,mock:n}),tenant:hg({httpClient:o.httpClient,tenantId:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),gg=Ai((e=>{const t=ki(cl({name:"widget",initialState:ag,reducers:{},extraReducers:e=>{tg.reducer(e),og.reducer(e),sg.reducer(e)},asyncActions:{getMe:tg.action,getTenant:og.action,getTenantAdminLinkSSO:sg.action}}),zr,_r,pg)(e);return class extends t{constructor(...e){super(...e),this.state=ag,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),vg="widget-flow",mg=Ai((e=>{var t,n,i;return i=class extends(ki(pl,zr,oa,gg,vl,_r,Cs,ml)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=Zp(vg);o&&(function(e){if(window.history.replaceState&&Zp(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(vg),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),new Ps((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>c(this,void 0,void 0,(function*(){t.close(),this.actions.getMe(),yield this.actions.getTenant();const e=Jp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})})))),t.afterClose=()=>{t.remove()},t.open()},i})),yg=Ai((e=>class extends(ki(Cs,Gr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),bg=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("tenant-profile-widget"),gg)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);try{yield Promise.all([this.actions.getMe(),this.actions.getTenant()]);const e=Jp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})}catch(i){}const o=this.state.me.error||(()=>this.state.tenant.error)()||(()=>this.state.tenantAdminLinkSSO.error)();if(o){this.contentRootElement.innerHTML="";const e="object"==typeof o&&null!==o&&"message"in o?o.message:String(o)||"An error occurred";this.contentRootElement.append(function({mainMessage:e="An error occurred"}){const t=document.createElement("div");t.setAttribute("data-id","widget-error"),t.style.display="flex",t.style.flexDirection="column",t.style.alignItems="center",t.style.justifyContent="center",t.style.padding="72px 36px",t.style.background="#fff",t.style.borderRadius="12px",t.style.boxShadow="0 2px 8px rgba(0,0,0,0.03)",t.style.margin="32px auto",t.style.maxWidth="400px";const n=document.createElement("div");n.innerHTML='\n <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <circle cx="20" cy="20" r="18" stroke="#FF3B3B" stroke-width="3" fill="#fff"/>\n <text x="20" y="27" text-anchor="middle" font-size="24" font-family="Arial, sans-serif" fill="#FF3B3B">!</text>\n </svg>\n ',n.style.marginBottom="12px",t.appendChild(n);const i=document.createElement("div");return i.textContent=e,i.style.fontWeight="bold",i.style.fontSize="20px",i.style.color="#222",i.style.textAlign="center",i.style.marginTop="8px",t.appendChild(i),t}({mainMessage:e}))}else yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),wg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(yg,gg,oa,_r,bg,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),s.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),h(this,n,new ia((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-multi-sso")}),{logger:this.logger}),"f"),u(this,n,"f").isExists&&(u(this,t,"m",p).call(this),u(this,n,"f").data=Gp(this.state),this.subscribe((e=>{u(this,n,"f").data=e}),Gp))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,a=function(){h(this,i,this.createModal({"data-id":"multi-sso-create-modal"}),"f"),h(this,o,new Ps((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,o,"f"))},d=function(){h(this,r,this.createModal({"data-id":"multi-sso-delete-modal"}),"f"),h(this,s,new Ps((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,s,"f"))},l=function(e){u(this,i,"f").setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),u(this,i,"f").open(),u(this,o,"f").onSuccess((()=>c(this,void 0,void 0,(function*(){u(this,i,"f").close(),yield this.actions.getTenant();const e=Jp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})}))))},f=function(e,t){u(this,r,"f").setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId,form:{deleteSSOConfigurationId:t}})),u(this,r,"f").open(),u(this,s,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},p=function(){const{createFlowId:e,deleteFlowId:i}=u(this,n,"f");i&&(u(this,t,"m",d).call(this),u(this,n,"f").onDeleteClicked((({id:e})=>u(this,t,"m",f).call(this,i,e)))),e&&(u(this,t,"m",a).call(this),u(this,n,"f").onCreateClicked((()=>u(this,t,"m",l).call(this,e))))},g})),$g=Ai((e=>{var t,n,i,o;return o=class extends(ki(yg,gg,_r,bg,vl,oa)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.tenantAdminLinkSSODriver.href=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),u(this,i,"f").call(this,qp(this.state)),this.subscribe(u(this,i,"f").bind(this),qp)}))}},i=new WeakMap,t=new WeakSet,n=function(){this.tenantAdminLinkSSODriver=new Ds((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-link[data-id="tenant-admin-link-sso"]')}),{logger:this.logger})},o}));var kg;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(kg||(kg={}));const Cg=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return f=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),i.set(this,{}),o.set(this,{}),r.set(this,{}),d.set(this,Ii((e=>{var n;const i=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(i).forEach((n=>{const i=n.getAttribute("data-id").replace("customAttributes.",""),o=n.getAttribute("data-type")||kg.TEXT,r=e[i],s=new Xs(n,{logger:this.logger});s.value=((e,t)=>e===kg.DATE&&t?new Date(t).toLocaleString():e===kg.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString())(o,r),u(this,t,"m",l).call(this,n,i,s,o,i),u(this,t,"m",h).call(this,n,i,s)}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this),u(this,d,"f").call(this,Bp(this.state)),this.subscribe(u(this,d,"f").bind(this),Bp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e,t,o){var r,s;const a=Bp(this.state)[o],d=t===kg.ARRAY?(a||[]).join(","):a;null===(r=u(this,n,"f")[e])||void 0===r||r.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId,form:{customAttributes:{[o]:d}}})),null===(s=u(this,i,"f")[e])||void 0===s||s.onSuccess((()=>{var t;null===(t=u(this,n,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},a=function(e){var t,n;null===(t=u(this,o,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),null===(n=u(this,r,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,o,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},l=function(e,o,r,a,d){const l=e.getAttribute("edit-flow-id");l&&(u(this,n,"f")[l]||(u(this,n,"f")[l]=this.createModal({"data-id":`edit-${o}`}),u(this,i,"f")[l]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,n,"f")[l])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,n,"f")[l].beforeOpen=u(this,t,"m",s).bind(this,l,a,d),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,n,"f"))||void 0===e?void 0:e[l])||void 0===t||t.open()})),this.syncFlowTheme(u(this,i,"f")[l])))},h=function(e,n,i){const s=e.getAttribute("delete-flow-id");s&&(u(this,o,"f")[s]||(u(this,o,"f")[s]=this.createModal({"data-id":`delete-${n}`}),u(this,r,"f")[s]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,o,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,o,"f")[s].beforeOpen=u(this,t,"m",a).bind(this,s),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,o,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,r,"f")[s])))},f})),Sg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantEmailDomainsDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,Vp(this.state)),this.subscribe(u(this,p,"f").bind(this),Vp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEmailDomainsDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-email-domains"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantEmailDomainsDriver.editFlowId,tenant:this.tenantId,form:{tenantEmailDomains:Vp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEmailDomainsDriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-email-domains"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantEmailDomainsDriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEmailDomainsDriver=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-email-domains-edit"]')}),{logger:this.logger}),this.tenantEmailDomainsDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantEmailDomainsDriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Ig=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantSSOExclusionsDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,Hp(this.state)),this.subscribe(u(this,p,"f").bind(this),Hp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantSSOExclusionsDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-sso-exclusions"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantSSOExclusionsDriver.editFlowId,tenant:this.tenantId,form:{enforceSSOExclusions:Hp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantSSOExclusionsDriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-sso-exclusions"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantSSOExclusionsDriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantSSOExclusionsDriver=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-force-sso-exclusions-edit"]')}),{logger:this.logger}),this.tenantSSOExclusionsDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantSSOExclusionsDriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Rg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantEnforceSSODriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,zp(this.state)),this.subscribe(u(this,p,"f").bind(this),zp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEnforceSSODriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-enforce-sso"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantEnforceSSODriver.editFlowId,tenant:this.tenantId,form:{enforceSSO:zp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEnforceSSODriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-enforce-sso"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantEnforceSSODriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEnforceSSODriver=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-enforce-sso-edit"]')}),{logger:this.logger}),this.tenantEnforceSSODriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantEnforceSSODriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),xg=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),a.set(this,Ii((e=>{this.tenantNameDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this),u(this,a,"f").call(this,Kp(this.state)),this.subscribe(u(this,a,"f").bind(this),Kp)}))}},n=new WeakMap,i=new WeakMap,a=new WeakMap,t=new WeakSet,o=function(){this.tenantNameDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"tenant-profile-set-name"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantNameDriver.editFlowId,tenant:this.tenantId,form:{tenantName:Kp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-name-edit"]')}),{logger:this.logger}),this.tenantNameDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},d})),Og=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.TenantPasswordPolicyUserAuthMethodDriver.flowId&&(h(this,n,this.createModal({"data-id":"password-policy"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.TenantPasswordPolicyUserAuthMethodDriver.flowId,tenant:this.tenantId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantPasswordPolicyUserAuthMethodDriver=new Qs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="password-policy"]')}),{logger:this.logger}),this.TenantPasswordPolicyUserAuthMethodDriver.onUnfulfilledButtonClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},a})),Eg=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(pl,yg,gg,_r,bg,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.TenantSessionSettingsUserAuthMethodDriver.flowId&&(h(this,n,this.createModal({"data-id":"session-settings"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.TenantSessionSettingsUserAuthMethodDriver.flowId,tenant:this.tenantId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantSessionSettingsUserAuthMethodDriver=new Qs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="session-settings"]')}),{logger:this.logger}),this.TenantSessionSettingsUserAuthMethodDriver.onUnfulfilledButtonClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},a})),Ag=Ai((e=>class extends(ki(Rs,Cs,mg,bg,xg,Sg,Ig,Rg,Cg,$g,Og,Eg,wg)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Ng=ki((e=>class extends(Ag(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return ru})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.8.8"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",Ng);var Mg=Object.freeze({__proto__:null,default:Ng}),jg={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|2[23]"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","(?:01\\d|[24-689])\\d{7}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["0"]]]],BL:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","[2-9]\\d{9}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["5"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]","(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["46"]],["(\\d{3})(\\d{7})","$1 $2",["6|90"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9,10,11,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13,14,15,16,17],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11,12],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}",[6,7,8,9,10,11]],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],["3[2-8]\\d{9,10}",[11,12]],0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]","3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[25-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|452|678|86","[12]|452|6788|86"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]|8(?:0[6-9]|[36])"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}",[8,10,11,12,13,14],[["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["3"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|8\\d\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","709\\d{6}|(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10,12],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-359]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-4]|5[1-3]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[59]"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468]))\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-9]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11,12],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[47-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[235-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"],0,0,0,0,0,0,["2\\d{8}",[9]]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,["348[57]\\d{7}",[11]],0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Pg(e){return Pg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Pg(e)}function Tg(e){var t=Dg();return function(){var n,i=_g(e);if(t){var o=_g(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===Pg(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Wg(e)}(this,n)}}function Wg(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Lg(e){var t="function"==typeof Map?new Map:void 0;return Lg=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return Ug(e,arguments,_g(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Fg(i,e)},Lg(e)}function Ug(e,t,n){return Ug=Dg()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return n&&Fg(o,n.prototype),o},Ug.apply(null,arguments)}function Dg(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function Fg(e,t){return Fg=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Fg(e,t)}function _g(e){return _g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},_g(e)}var qg=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Fg(e,t)}(i,e);var t,n=Tg(i);function i(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),t=n.call(this,e),Object.setPrototypeOf(Wg(t),i.prototype),t.name=t.constructor.name,t}return t=i,Object.defineProperty(t,"prototype",{writable:!1}),t}(Lg(Error)),Bg=2,Kg=17,Vg=3,Hg="0-90-9٠-٩۰-۹",zg="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),Gg="++";function Jg(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),i=t[0].split("."),o=0;o<3;o++){var r=Number(n[o]),s=Number(i[o]);if(r>s)return 1;if(s>r)return-1;if(!isNaN(r)&&isNaN(s))return 1;if(isNaN(r)&&!isNaN(s))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var Zg={}.constructor;function Yg(e){return null!=e&&e.constructor===Zg}function Xg(e){return Xg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Xg(e)}function Qg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ev(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var tv=" ext. ",nv=/^\d+$/,iv=function(){function e(t){Qg(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Yg(e)||!Yg(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Yg(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+lv(e)+": "+e,"."))}(t),this.metadata=t,hv.call(this,t)}return ev(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&nv.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new ov(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new ov(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var n=this.nonGeographic()[e];if(n)return n}else{var i=this.countryCallingCodes()[e];if(i&&1===i.length&&"001"===i[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),ov=function(){function e(t,n){Qg(this,e),this.globalMetadataObject=n,this.metadata=t,hv.call(this,n.metadata)}return ev(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this,t=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return t.map((function(t){return new rv(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return(!this.types()||0!==this.types().length)&&!!this.types()}},{key:"type",value:function(e){if(this.hasTypes()&&dv(this.types(),e))return new av(dv(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?tv:this.metadata[13]||tv}}]),e}(),rv=function(){function e(t,n){Qg(this,e),this._format=t,this.metadata=n}return ev(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||sv.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),sv=/^\(?\$1\)?$/,av=function(){function e(t,n){Qg(this,e),this.type=t,this.metadata=n}return ev(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function dv(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}var lv=function(e){return Xg(e)};function cv(e,t){if((t=new iv(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function uv(e,t){return t.countries.hasOwnProperty(e)}function hv(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===Jg(t,"1.2.0")?this.v2=!0:-1===Jg(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var fv=function(e){return"([".concat(Hg,"]{1,").concat(e,"})")};function pv(e){var t="[  \\t,]*",n="[:\\..]?[  \\t,-]*",i="#?",o="[  \\t]*";return";ext="+fv("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+n+fv("20")+i)+"|"+(t+"(?:[xx##~~]|int|int)"+n+fv("9")+i)+"|"+("[- ]+"+fv("6")+"#")+"|"+(o+"(?:,{2}|;)"+n+fv("15")+i)+"|"+(o+"(?:,)+"+n+fv("9")+i)}var gv="["+Hg+"]{"+Bg+"}",vv="[++]{0,1}(?:["+zg+"]*["+Hg+"]){3,}["+zg+Hg+"]*",mv=new RegExp("^[++]{0,1}(?:["+zg+"]*["+Hg+"]){1,2}$","i"),yv=vv+"(?:"+pv()+")?",bv=new RegExp("^"+gv+"$|^"+yv+"$","i");var wv=new RegExp("(?:"+pv()+")$","i");function $v(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return kv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return kv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function kv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Cv={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function Sv(e){return Cv[e]}function Iv(e){for(var t,n="",i=$v(e.split(""));!(t=i()).done;){var o=Sv(t.value);o&&(n+=o)}return n}function Rv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return xv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return xv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function xv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Ov(e){for(var t,n="",i=Rv(e.split(""));!(t=i()).done;){n+=Ev(t.value,n)||""}return n}function Ev(e,t,n){if("+"===e){if(t)return;return"+"}return Sv(e)}function Av(e,t){return function(e,t,n){var i=n.type(t),o=i&&i.possibleLengths()||n.possibleLengths();if(!o)return"IS_POSSIBLE";var r=e.length,s=o[0];if(s===r)return"IS_POSSIBLE";if(s>r)return"TOO_SHORT";if(o[o.length-1]<r)return"TOO_LONG";return o.indexOf(r,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function Nv(e,t){return"IS_POSSIBLE"===Av(e,t)}function Mv(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function jv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Pv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Pv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Tv=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Wv(e,t,n){if(t=t||{},e.country||e.countryCallingCode){(n=new iv(n)).selectNumberingPlan(e.country,e.countryCallingCode);var i=t.v2?e.nationalNumber:e.phone;if(Mv(i,n.nationalNumberPattern())){if(Lv(i,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?Lv(i,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o,r=jv(Tv);!(o=r()).done;){var s=o.value;if(Lv(i,s,n))return s}}}}function Lv(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&Mv(e,t.pattern()))}function Uv(e,t,n){var i=new iv(n).getCountryCodesForCallingCode(e);return i?i.filter((function(e){return function(e,t,n){var i=new iv(n);if(i.selectNumberingPlan(t),i.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,n)})):[]}function Dv(e){return e.replace(new RegExp("[".concat(zg,"]+"),"g")," ").trim()}var Fv=/(\$\d)/;function _v(e,t,n){var i=n.useInternationalFormat,o=n.withNationalPrefix;n.carrierCode,n.metadata;var r=e.replace(new RegExp(t.pattern()),i?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(Fv,t.nationalPrefixFormattingRule()):t.format());return i?Dv(r):r}var qv=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Bv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Kv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Kv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Kv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Vv(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Hv(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Vv(Object(n),!0).forEach((function(t){zv(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Vv(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function zv(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Gv={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function Jv(e,t,n,i){if(n=n?Hv(Hv({},Gv),n):Gv,i=new iv(i),e.country&&"001"!==e.country){if(!i.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));i.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";i.selectNumberingPlan(e.countryCallingCode)}var o,r=i.countryCallingCode(),s=n.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return s?Xv(o=Zv(s,e.carrierCode,"NATIONAL",i,n),e.ext,i,n.formatExtension):"";case"INTERNATIONAL":return s?(o=Zv(s,null,"INTERNATIONAL",i,n),Xv(o="+".concat(r," ").concat(o),e.ext,i,n.formatExtension)):"+".concat(r);case"E.164":return"+".concat(r).concat(s);case"RFC3966":return function(e){var t=e.number,n=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}({number:"+".concat(r).concat(s),ext:e.ext});case"IDD":if(!n.fromCountry)return;var a=function(e,t,n,i,o){var r=cv(i,o.metadata);if(r===n){var s=Zv(e,t,"NATIONAL",o);return"1"===n?n+" "+s:s}var a=function(e,t,n){var i=new iv(n);return i.selectNumberingPlan(e,t),i.defaultIDDPrefix()?i.defaultIDDPrefix():qv.test(i.IDDPrefix())?i.IDDPrefix():void 0}(i,void 0,o.metadata);if(a)return"".concat(a," ").concat(n," ").concat(Zv(e,null,"INTERNATIONAL",o))}(s,e.carrierCode,r,n.fromCountry,i);return Xv(a,e.ext,i,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function Zv(e,t,n,i,o){var r=Yv(i.formats(),e);return r?_v(e,r,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:i}):e}function Yv(e,t){for(var n,i=Bv(e);!(n=i()).done;){var o=n.value;if(o.leadingDigitsPatterns().length>0){var r=o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length-1];if(0!==t.search(r))continue}if(Mv(t,o.pattern()))return o}}function Xv(e,t,n,i){return t?i(e,t,n):e}function Qv(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function em(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qv(Object(n),!0).forEach((function(t){tm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qv(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function tm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function nm(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var im=function(){function e(t,n,i){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!i)throw new TypeError("`metadata` not passed");var o=function(e,t){var n,i,o=new iv(t);om(e)?(n=e,o.selectNumberingPlan(n),i=o.countryCallingCode()):i=e;return{country:n,countryCallingCode:i}}(t,i),r=o.country,s=o.countryCallingCode;this.country=r,this.countryCallingCode=s,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return i}}return nm(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Uv(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new iv(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return Nv(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return function(e,t,n){return t=t||{},(n=new iv(n)).selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes()?void 0!==Wv(e,t,n.metadata):Mv(t.v2?e.nationalNumber:e.phone,n.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new iv(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Wv(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return Jv(this,e,t?em(em({},t),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}]),e}(),om=function(e){return/^[A-Z]{2}$/.test(e)};var rm=new RegExp("(["+Hg+"])");function sm(e,t,n,i){if(t){var o=new iv(i);o.selectNumberingPlan(t,n);var r=new RegExp(o.IDDPrefix());if(0===e.search(r)){var s=(e=e.slice(e.match(r)[0].length)).match(rm);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function am(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),i=n.exec(e);if(i){var o,r,s,a=i.length-1,d=a>0&&i[a];if(t.nationalPrefixTransformRule()&&d)o=e.replace(n,t.nationalPrefixTransformRule()),a>1&&(r=i[1]);else{var l=i[0];o=e.slice(l.length),d&&(r=i[1])}if(d){var c=e.indexOf(i[1]);e.slice(0,c)===t.numberingPlan.nationalPrefix()&&(s=t.numberingPlan.nationalPrefix())}else s=i[0];return{nationalNumber:o,nationalPrefix:s,carrierCode:r}}}return{nationalNumber:e}}function dm(e,t){var n=am(e,t),i=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!function(e,t,n){if(Mv(e,n.nationalNumberPattern())&&!Mv(t,n.nationalNumberPattern()))return!1;return!0}(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Av(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:i}}function lm(e,t,n,i){var o=t?cv(t,i):n;if(0===e.indexOf(o)){(i=new iv(i)).selectNumberingPlan(t,n);var r=e.slice(o.length),s=dm(r,i).nationalNumber,a=dm(e,i).nationalNumber;if(!Mv(a,i.nationalNumberPattern())&&Mv(s,i.nationalNumberPattern())||"TOO_LONG"===Av(a,i))return{countryCallingCode:o,number:r}}return{number:e}}function cm(e,t,n,i){if(!e)return{};var o;if("+"!==e[0]){var r=sm(e,t,n,i);if(!r||r===e){if(t||n){var s=lm(e,t,n,i),a=s.countryCallingCode,d=s.number;if(a)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:a,number:d}}return{number:e}}o=!0,e="+"+r}if("0"===e[1])return{};i=new iv(i);for(var l=2;l-1<=Vg&&l<=e.length;){var c=e.slice(1,l);if(i.hasCallingCode(c))return i.selectNumberingPlan(c),{countryCallingCodeSource:o?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:c,number:e.slice(l)};l++}return{}}function um(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return hm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hm(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function hm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function fm(e,t){var n=t.countries;t.defaultCountry;var i=t.metadata;i=new iv(i);for(var o,r=um(n);!(o=r()).done;){var s=o.value;if(i.country(s),i.leadingDigits()){if(e&&0===e.search(i.leadingDigits()))return s}else if(Wv({phone:e,country:s},void 0,i.metadata))return s}}function pm(e,t){var n=t.nationalNumber,i=t.defaultCountry,o=t.metadata,r=o.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:fm(n,{countries:r,defaultCountry:i,metadata:o.metadata})}var gm="+",vm="(["+Hg+"]|[\\-\\.\\(\\)]?)",mm=new RegExp("^\\"+gm+vm+"*["+Hg+"]"+vm+"*$","g"),ym=new RegExp("^("+("["+Hg+"]+((\\-)*["+Hg+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+Hg+"])*")+"\\.?$","g"),bm="tel:",wm=";phone-context=",$m=";isub=";function km(e,t){var n,i=t.extractFormattedPhoneNumber,o=function(e){var t=e.indexOf(wm);if(t<0)return null;var n=t+wm.length;if(n>=e.length)return"";var i=e.indexOf(";",n);return i>=0?e.substring(n,i):e.substring(n)}(e);if(!function(e){return null===e||0!==e.length&&(mm.test(e)||ym.test(e))}(o))throw new qg("NOT_A_NUMBER");if(null===o)n=i(e)||"";else{n="",o.charAt(0)===gm&&(n+=o);var r,s=e.indexOf(bm);r=s>=0?s+bm.length:0;var a=e.indexOf(wm);n+=e.substring(r,a)}var d=n.indexOf($m);if(d>0&&(n=n.substring(0,d)),""!==n)return n}var Cm=250,Sm=new RegExp("[++"+Hg+"]"),Im=new RegExp("[^"+Hg+"#]+$");function Rm(e,t,n){if(t=t||{},n=new iv(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new qg("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var i=function(e,t,n){var i=km(e,{extractFormattedPhoneNumber:function(e){return function(e,t,n){if(!e)return;if(e.length>Cm){if(n)throw new qg("TOO_LONG");return}if(!1===t)return e;var i=e.search(Sm);if(i<0)return;return e.slice(i).replace(Im,"")}(e,n,t)}});if(!i)return{};if(!function(e){return e.length>=Bg&&bv.test(e)}(i))return function(e){return mv.test(e)}(i)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(wv);if(t<0)return{};for(var n=e.slice(0,t),i=e.match(wv),o=1;o<i.length;){if(i[o])return{number:n,ext:i[o]};o++}}(i);if(o.ext)return o;return{number:i}}(e,t.v2,t.extract),o=i.number,r=i.ext,s=i.error;if(!o){if(t.v2){if("TOO_SHORT"===s)throw new qg("TOO_SHORT");throw new qg("NOT_A_NUMBER")}return{}}var a=function(e,t,n,i){var o,r=cm(Ov(e),t,n,i.metadata),s=r.countryCallingCodeSource,a=r.countryCallingCode,d=r.number;if(a)i.selectNumberingPlan(a);else{if(!d||!t&&!n)return{};i.selectNumberingPlan(t,n),t&&(o=t),a=n||cv(t,i.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=dm(Ov(d),i),c=l.nationalNumber,u=l.carrierCode,h=pm(a,{nationalNumber:c,defaultCountry:t,metadata:i});h&&(o=h,"001"===h||i.country(o));return{country:o,countryCallingCode:a,countryCallingCodeSource:s,nationalNumber:c,carrierCode:u}}(o,t.defaultCountry,t.defaultCallingCode,n),d=a.country,l=a.nationalNumber,c=a.countryCallingCode,u=a.countryCallingCodeSource,h=a.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new qg("INVALID_COUNTRY");return{}}if(!l||l.length<Bg){if(t.v2)throw new qg("TOO_SHORT");return{}}if(l.length>Kg){if(t.v2)throw new qg("TOO_LONG");return{}}if(t.v2){var f=new im(c,l,n.metadata);return d&&(f.country=d),h&&(f.carrierCode=h),r&&(f.ext=r),f.__countryCallingCodeSource=u,f}var p=!!(t.extended?n.hasSelectedNumberingPlan():d)&&Mv(l,n.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!n.possibleLengths()||!Nv(l,n)),phone:l,ext:r}:p?function(e,t,n){var i={country:e,phone:t};n&&(i.ext=n);return i}(d,l,r):{}}function xm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Om(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?xm(Object(n),!0).forEach((function(t){Em(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Em(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Am(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Nm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return jm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return jm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function jm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Pm(e){var t,n,i,o=Mm(Array.prototype.slice.call(e),4),r=o[0],s=o[1],a=o[2],d=o[3];if("string"!=typeof r)throw new TypeError("A text for parsing must be a string.");if(t=r,s&&"string"!=typeof s){if(!Yg(s))throw new Error("Invalid second argument: ".concat(s));a?(n=s,i=a):i=s}else d?(n=a,i=d):(n=void 0,i=a),s&&(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Am(Object(n),!0).forEach((function(t){Nm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Am(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({defaultCountry:s},n));return{text:t,options:n,metadata:i}}function Tm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Wm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Tm(Object(n),!0).forEach((function(t){Lm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Tm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Lm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Um(e,t,n){t&&t.defaultCountry&&!uv(t.defaultCountry,n)&&(t=Wm(Wm({},t),{},{defaultCountry:void 0}));try{return function(e,t,n){return Rm(e,Om(Om({},t),{},{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof qg))throw e}}function Dm(){var e=Pm(arguments);return Um(e.text,e.options,e.metadata)}function Fm(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var qm=Fm((function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;_m(this,e),this.key=t,this.value=n,this.next=i,this.prev=o})),Bm=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;_m(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return Fm(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var n=new qm(e,t,this.head);this.head.prev=n,this.head=n}else this.head=this.tail=new qm(e,t);this.cache[e]=this.head,this.size++}},{key:"get",value:function(e){if(this.cache[e]){var t=this.cache[e].value;return this.remove(e),this.put(e,t),t}console.log("Item not available in cache for key ".concat(e))}},{key:"ensureLimit",value:function(){this.size===this.limit&&this.remove(this.tail.key)}},{key:"remove",value:function(e){var t=this.cache[e];null!==t.prev?t.prev.next=t.next:this.head=t.next,null!==t.next?t.next.prev=t.prev:this.tail=t.prev,delete this.cache[e],this.size--}},{key:"clear",value:function(){this.head=null,this.tail=null,this.size=0,this.cache={}}}]),e}();function Km(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Vm=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.cache=new Bm(t)}return Km(e,[{key:"getPatternForRegExp",value:function(e){var t=this.cache.get(e);return t||(t=new RegExp("^"+e),this.cache.put(e,t)),t}}]),e}();function Hm(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function zm(e,t){var n=t.search(e);return n>=0?t.slice(0,n):t}var Gm="   ᠎ - \u2028\u2029   ",Jm="[".concat(Gm,"]"),Zm="[^".concat(Gm,"]"),Ym="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),Xm="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Qm="[".concat(Xm,"]"),ey=new RegExp(Qm),ty="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),ny=new RegExp(ty),iy="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),oy=new RegExp(iy),ry=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function sy(e){return!(!ey.test(e)&&!oy.test(e))&&ry.test(e)}function ay(e){return"%"===e||ny.test(e)}function dy(e,t,n){var i=!0,o=Dm(e,n);if(o||(i=!1,o=Dm(e,{defaultCallingCode:t.countryCallingCode},n)),!o)return"INVALID_NUMBER";if(t.ext){if(o.ext!==t.ext)return"NO_MATCH"}else if(o.ext)return"NO_MATCH";return i&&t.countryCallingCode!==o.countryCallingCode?"NO_MATCH":t.number===o.number?i?"EXACT_MATCH":"NSN_MATCH":0===t.nationalNumber.indexOf(o.nationalNumber)||0===o.nationalNumber.indexOf(t.nationalNumber)?"SHORT_NSN_MATCH":"NO_MATCH"}var ly={POSSIBLE:function(e,t){return t.candidate,t.metadata,!0},VALID:function(e,t){var n=t.candidate;t.defaultCountry;var i=t.metadata;return!(!e.isValid()||!cy(e,n,i))},STRICT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!cy(e,n,o)||hy(e,n)||!uy(e,{defaultCountry:i,metadata:o}))&&fy()},EXACT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!cy(e,n,o)||hy(e,n)||!uy(e,{defaultCountry:i,metadata:o}))&&fy()}};function cy(e,t,n){for(var i=0;i<t.length-1;i++){var o=t.charAt(i);if("x"===o||"X"===o){var r=t.charAt(i+1);if("x"===r||"X"===r){if(i++,"NSN_MATCH"!==dy(t.substring(i),e,n))return!1}else{var s=Iv(t.substring(i));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function uy(e,t){var n=t.defaultCountry,i=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var o=new iv(i);o.selectNumberingPlan(e.countryCallingCode),e.country||pm(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:n,metadata:o});var r=e.nationalNumber,s=Yv(o.numberingPlan.formats(),r);return!s.nationalPrefixFormattingRule()||(!!o.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function hy(e,t){var n=t.indexOf("/");if(n<0)return!1;var i=t.indexOf("/",n+1);return!(i<0)&&(!("FROM_NUMBER_WITH_PLUS_SIGN"===e.__countryCallingCodeSource||"FROM_NUMBER_WITHOUT_PLUS_SIGN"===e.__countryCallingCodeSource)||Iv(t.substring(0,n))!==e.countryCallingCode||t.slice(i+1).indexOf("/")>=0)}function fy(e,t,n,i,o){throw new Error("This part of code hasn't been ported")}var py=/[\\/] *x/;function gy(e){return zm(py,e)}var vy=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,my=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,yy=/^:[0-5]\d/;function by(e,t,n){if(vy.test(e))return!1;if(my.test(e)){var i=n.slice(t+e.length);if(yy.test(i))return!1}return!0}var wy="(\\[([",$y=")\\])]",ky="[^".concat(wy).concat($y,"]"),Cy="[".concat(wy).concat(Gg,"]"),Sy=new RegExp("^"+Cy),Iy=Hm(0,3),Ry=new RegExp("^(?:[(\\[([])?(?:"+ky+"+["+$y+"])?"+ky+"+(?:["+wy+"]"+ky+"+["+$y+"])"+Iy+ky+"*$"),xy=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function Oy(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Ey(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ey(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ey(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Ay(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Ny=pv(),My=["\\/+(.*)/","(\\([^(]*)","(?:".concat(Jm,"-|-").concat(Jm,")").concat(Jm,"*(.+)"),"[‒-―-]".concat(Jm,"*(.+)"),"\\.+".concat(Jm,"*([^.]+)"),"".concat(Jm,"+(").concat(Zm,"+)")],jy=Hm(0,2),Py=Hm(0,4),Ty=Kg+Vg,Wy=Hm(0,Ty),Ly="[".concat(zg,"]")+Py,Uy=Ym+Hm(1,Ty),Dy="(?:"+Cy+Ly+")"+jy+Uy+"(?:"+Ly+Uy+")"+Wy+"(?:"+Ny+")?",Fy=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(Xm,"#]+$")),_y=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,qy=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!(n={v2:n.v2,defaultCallingCode:n.defaultCallingCode,defaultCountry:n.defaultCountry&&uv(n.defaultCountry,i)?n.defaultCountry:void 0,leniency:n.leniency||(n.extended?"POSSIBLE":"VALID"),maxTries:n.maxTries||_y}).leniency)throw new TypeError("`leniency` is required");if("POSSIBLE"!==n.leniency&&"VALID"!==n.leniency)throw new TypeError('Invalid `leniency`: "'.concat(n.leniency,'". Supported values: "POSSIBLE", "VALID".'));if(n.maxTries<0)throw new TypeError("`maxTries` must be `>= 0`");if(this.text=t,this.options=n,this.metadata=i,this.leniency=ly[n.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(n.leniency,'"'));this.maxTries=n.maxTries,this.PATTERN=new RegExp(Dy,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new Vm(32)}return Ay(e,[{key:"find",value:function(){for(var e;this.maxTries>0&&null!==(e=this.PATTERN.exec(this.text));){var t=e[0],n=e.index;if(by(t=gy(t),n,this.text)){var i=this.parseAndVerify(t,n,this.text)||this.extractInnerMatch(t,n,this.text);if(i){if(this.options.v2)return{startsAt:i.startsAt,endsAt:i.endsAt,number:i.phoneNumber};var o=i.phoneNumber,r={startsAt:i.startsAt,endsAt:i.endsAt,phone:o.nationalNumber};return o.country?r.country=o.country:r.countryCallingCode=o.countryCallingCode,o.ext&&(r.ext=o.ext),r}}this.maxTries--}}},{key:"extractInnerMatch",value:function(e,t,n){for(var i,o=Oy(My);!(i=o()).done;)for(var r=i.value,s=!0,a=void 0,d=new RegExp(r,"g");this.maxTries>0&&null!==(a=d.exec(e));){if(s){var l=zm(Fy,e.slice(0,a.index)),c=this.parseAndVerify(l,t,n);if(c)return c;this.maxTries--,s=!1}var u=zm(Fy,a[1]),h=e.indexOf(u,a.index),f=this.parseAndVerify(u,t+h,n);if(f)return f;this.maxTries--}}},{key:"parseAndVerify",value:function(e,t,n){if(function(e,t,n,i){if(Ry.test(e)&&!xy.test(e)){if("POSSIBLE"!==i){if(t>0&&!Sy.test(e)){var o=n[t-1];if(ay(o)||sy(o))return!1}var r=t+e.length;if(r<n.length){var s=n[r];if(ay(s)||sy(s))return!1}}return!0}}(e,t,n,this.options.leniency)){var i=Dm(e,{extended:!0,defaultCountry:this.options.defaultCountry,defaultCallingCode:this.options.defaultCallingCode},this.metadata);if(i&&i.isPossible())return this.leniency(i,{candidate:e,defaultCountry:this.options.defaultCountry,metadata:this.metadata,regExpCache:this.regExpCache})?{startsAt:t,endsAt:t+e.length,phoneNumber:i}:void 0}}},{key:"hasNext",value:function(){return"NOT_READY"===this.state&&(this.lastMatch=this.find(),this.lastMatch?this.state="READY":this.state="DONE"),"READY"===this.state}},{key:"next",value:function(){if(!this.hasNext())throw new Error("No next element");var e=this.lastMatch;return this.lastMatch=null,this.state="NOT_READY",e}}]),e}();function By(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Ky=function(){function e(t){var n=t.onCountryChange,i=t.onCallingCodeChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.onCountryChange=n,this.onCallingCodeChange=i}return By(e,[{key:"reset",value:function(e){var t=e.country,n=e.callingCode;this.international=!1,this.missingPlus=!1,this.IDDPrefix=void 0,this.callingCode=void 0,this.digits="",this.resetNationalSignificantNumber(),this.initCountryAndCallingCode(t,n)}},{key:"resetNationalSignificantNumber",value:function(){this.nationalSignificantNumber=this.getNationalDigits(),this.nationalSignificantNumberMatchesInput=!0,this.nationalPrefix=void 0,this.carrierCode=void 0,this.complexPrefixBeforeNationalSignificantNumber=void 0}},{key:"update",value:function(e){for(var t=0,n=Object.keys(e);t<n.length;t++){var i=n[t];this[i]=e[i]}}},{key:"initCountryAndCallingCode",value:function(e,t){this.setCountry(e),this.setCallingCode(t)}},{key:"setCountry",value:function(e){this.country=e,this.onCountryChange(e)}},{key:"setCallingCode",value:function(e){this.callingCode=e,this.onCallingCodeChange(e,this.country)}},{key:"startInternationalNumber",value:function(e,t){this.international=!0,this.initCountryAndCallingCode(e,t)}},{key:"appendDigits",value:function(e){this.digits+=e}},{key:"appendNationalSignificantNumberDigits",value:function(e){this.nationalSignificantNumber+=e}},{key:"getNationalDigits",value:function(){return this.international?this.digits.slice((this.IDDPrefix?this.IDDPrefix.length:0)+(this.callingCode?this.callingCode.length:0)):this.digits}},{key:"getDigitsWithoutInternationalPrefix",value:function(){return this.international&&this.IDDPrefix?this.digits.slice(this.IDDPrefix.length):this.digits}}]),e}();function Vy(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Hy(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Hy(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Hy(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var zy="x",Gy=new RegExp(zy);function Jy(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function Zy(e,t){return")"===e[t]&&t++,function(e){var t=[],n=0;for(;n<e.length;)"("===e[n]?t.push(n):")"===e[n]&&t.pop(),n++;var i=0,o="";t.push(e.length);for(var r=0,s=t;r<s.length;r++){var a=s[r];o+=e.slice(i,a),i=a+1}return o}(e.slice(0,t))}function Yy(e,t,n){var i=n.metadata,o=n.shouldTryNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(t.pattern(),")$")).test(e.nationalSignificantNumber))return function(e,t,n){var i=n.metadata,o=n.shouldTryNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix;if(e.nationalSignificantNumber,e.international,e.nationalPrefix,e.carrierCode,o(t)){var s=Xy(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:r,metadata:i});if(s)return s}return Xy(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:r,metadata:i})}(e,t,{metadata:i,shouldTryNationalPrefixFormattingRule:o,getSeparatorAfterNationalPrefix:r})}function Xy(e,t,n){var i=n.metadata,o=n.useNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix,s=_v(e.nationalSignificantNumber,t,{carrierCode:e.carrierCode,useInternationalFormat:e.international,withNationalPrefix:o,metadata:i});if(o||(e.nationalPrefix?s=e.nationalPrefix+r(t)+s:e.complexPrefixBeforeNationalSignificantNumber&&(s=e.complexPrefixBeforeNationalSignificantNumber+" "+s)),function(e,t){return Iv(e)===t.getNationalDigits()}(s,e))return s}function Qy(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var eb=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return Qy(e,[{key:"parse",value:function(e){if(this.context=[{or:!0,instructions:[]}],this.parsePattern(e),1!==this.context.length)throw new Error("Non-finalized contexts left when pattern parse ended");var t=this.context[0],n=t.branches,i=t.instructions;if(n)return{op:"|",args:n.concat([ob(i)])};if(0===i.length)throw new Error("Pattern is required");return 1===i.length?i[0]:i}},{key:"startContext",value:function(e){this.context.push(e)}},{key:"endContext",value:function(){this.context.pop()}},{key:"getContext",value:function(){return this.context[this.context.length-1]}},{key:"parsePattern",value:function(e){if(!e)throw new Error("Pattern is required");var t=e.match(ib);if(t){var n=t[1],i=e.slice(0,t.index),o=e.slice(t.index+n.length);switch(n){case"(?:":i&&this.parsePattern(i),this.startContext({or:!0,instructions:[],branches:[]});break;case")":if(!this.getContext().or)throw new Error('")" operator must be preceded by "(?:" operator');if(i&&this.parsePattern(i),0===this.getContext().instructions.length)throw new Error('No instructions found after "|" operator in an "or" group');var r=this.getContext().branches;r.push(ob(this.getContext().instructions)),this.endContext(),this.getContext().instructions.push({op:"|",args:r});break;case"|":if(!this.getContext().or)throw new Error('"|" operator can only be used inside "or" groups');if(i&&this.parsePattern(i),!this.getContext().branches){if(1!==this.context.length)throw new Error('"branches" not found in an "or" group context');this.getContext().branches=[]}this.getContext().branches.push(ob(this.getContext().instructions)),this.getContext().instructions=[];break;case"[":i&&this.parsePattern(i),this.startContext({oneOfSet:!0});break;case"]":if(!this.getContext().oneOfSet)throw new Error('"]" operator must be preceded by "[" operator');this.endContext(),this.getContext().instructions.push({op:"[]",args:tb(i)});break;default:throw new Error("Unknown operator: ".concat(n))}o&&this.parsePattern(o)}else{if(nb.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function tb(e){for(var t=[],n=0;n<e.length;){if("-"===e[n]){if(0===n||n===e.length-1)throw new Error("Couldn't parse a one-of set pattern: ".concat(e));for(var i=e[n-1].charCodeAt(0)+1,o=e[n+1].charCodeAt(0)-1,r=i;r<=o;)t.push(String.fromCharCode(r)),r++}else t.push(e[n]);n++}return t}var nb=/[\(\)\[\]\?\:\|]/,ib=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function ob(e){return 1===e.length?e[0]:e}function rb(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return sb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return sb(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function sb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function ab(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var db=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.matchTree=(new eb).parse(t)}return ab(e,[{key:"match",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).allowOverflow;if(!e)throw new Error("String is required");var n=lb(e.split(""),this.matchTree,!0);if(n&&n.match&&delete n.matchedChars,!n||!n.overflow||t)return n}}]),e}();function lb(e,t,n){if("string"==typeof t){var i=e.join("");return 0===t.indexOf(i)?e.length===t.length?{match:!0,matchedChars:e}:{partialMatch:!0}:0===i.indexOf(t)?n&&e.length>t.length?{overflow:!0}:{match:!0,matchedChars:e.slice(0,t.length)}:void 0}if(Array.isArray(t)){for(var o=e.slice(),r=0;r<t.length;){var s=lb(o,t[r],n&&r===t.length-1);if(!s)return;if(s.overflow)return s;if(!s.match){if(s.partialMatch)return{partialMatch:!0};throw new Error("Unsupported match result:\n".concat(JSON.stringify(s,null,2)))}if(0===(o=o.slice(s.matchedChars.length)).length)return r===t.length-1?{match:!0,matchedChars:e}:{partialMatch:!0};r++}return n?{overflow:!0}:{match:!0,matchedChars:e.slice(0,e.length-o.length)}}switch(t.op){case"|":for(var a,d,l=rb(t.args);!(d=l()).done;){var c=lb(e,d.value,n);if(c){if(c.overflow)return c;if(c.match)return{match:!0,matchedChars:c.matchedChars};if(!c.partialMatch)throw new Error("Unsupported match result:\n".concat(JSON.stringify(c,null,2)));a=!0}}return a?{partialMatch:!0}:void 0;case"[]":for(var u,h=rb(t.args);!(u=h()).done;){var f=u.value;if(e[0]===f)return 1===e.length?{match:!0,matchedChars:e}:n?{overflow:!0}:{match:!0,matchedChars:[f]}}return;default:throw new Error("Unsupported instruction tree: ".concat(t))}}function cb(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return ub(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ub(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ub(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function hb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var fb=Jy("9",15),pb=/[- ]/,gb=new RegExp("["+zg+"]*\\$1["+zg+"]*(\\$\\d["+zg+"]*)*$"),vb=function(){function e(t){t.state;var n=t.metadata;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=n,this.resetFormat()}return hb(e,[{key:"resetFormat",value:function(){this.chosenFormat=void 0,this.template=void 0,this.nationalNumberTemplate=void 0,this.populatedNationalNumberTemplate=void 0,this.populatedNationalNumberTemplatePosition=-1}},{key:"reset",value:function(e,t){this.resetFormat(),e?(this.isNANP="1"===e.callingCode(),this.matchingFormats=e.formats(),t.nationalSignificantNumber&&this.narrowDownMatchingFormats(t)):(this.isNANP=void 0,this.matchingFormats=[])}},{key:"format",value:function(e,t){var n=this;if(function(e,t){return"IS_POSSIBLE"===Av(e,t)}(t.nationalSignificantNumber,this.metadata))for(var i,o=cb(this.matchingFormats);!(i=o()).done;){var r=i.value,s=Yy(t,r,{metadata:this.metadata,shouldTryNationalPrefixFormattingRule:function(e){return n.shouldTryNationalPrefixFormattingRule(e,{international:t.international,nationalPrefix:t.nationalPrefix})},getSeparatorAfterNationalPrefix:function(e){return n.getSeparatorAfterNationalPrefix(e)}});if(s)return this.resetFormat(),this.chosenFormat=r,this.setNationalNumberTemplate(s.replace(/\d/g,zy),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(zy),s}return this.formatNationalNumberWithNextDigits(e,t)}},{key:"formatNationalNumberWithNextDigits",value:function(e,t){var n=this.chosenFormat,i=this.chooseFormat(t);if(i)return i===n?this.formatNextNationalNumberDigits(e):this.formatNextNationalNumberDigits(t.getNationalDigits())}},{key:"narrowDownMatchingFormats",value:function(e){var t=this,n=e.nationalSignificantNumber,i=e.nationalPrefix,o=e.international,r=n,s=r.length-3;s<0&&(s=0),this.matchingFormats=this.matchingFormats.filter((function(e){return t.formatSuits(e,o,i)&&t.formatMatches(e,r,s)})),this.chosenFormat&&-1===this.matchingFormats.indexOf(this.chosenFormat)&&this.resetFormat()}},{key:"formatSuits",value:function(e,t,n){return!(n&&!e.usesNationalPrefix()&&!e.nationalPrefixIsOptionalWhenFormattingInNationalFormat())&&!(!t&&!n&&e.nationalPrefixIsMandatoryWhenFormattingInNationalFormat())}},{key:"formatMatches",value:function(e,t,n){var i=e.leadingDigitsPatterns().length;if(0===i)return!0;n=Math.min(n,i-1);var o=e.leadingDigitsPatterns()[n];if(t.length<3)try{return void 0!==new db(o).match(t,{allowOverflow:!0})}catch(e){return console.error(e),!0}return new RegExp("^(".concat(o,")")).test(t)}},{key:"getFormatFormat",value:function(e,t){return t?e.internationalFormat():e.format()}},{key:"chooseFormat",value:function(e){for(var t,n=this,i=function(){var i=t.value;return n.chosenFormat===i?"break":gb.test(n.getFormatFormat(i,e.international))?n.createTemplateForFormat(i,e)?(n.chosenFormat=i,"break"):(n.matchingFormats=n.matchingFormats.filter((function(e){return e!==i})),"continue"):"continue"},o=cb(this.matchingFormats.slice());!(t=o()).done;){var r=i();if("break"===r)break}return this.chosenFormat||this.resetFormat(),this.chosenFormat}},{key:"createTemplateForFormat",value:function(e,t){if(!(e.pattern().indexOf("|")>=0)){var n=this.getTemplateForFormat(e,t);return n?(this.setNationalNumberTemplate(n,t),!0):void 0}}},{key:"getSeparatorAfterNationalPrefix",value:function(e){return this.isNANP||e&&e.nationalPrefixFormattingRule()&&pb.test(e.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(e,t){var n=e.IDDPrefix,i=e.missingPlus;return n?t&&!1===t.spacing?n:n+" ":i?"":"+"}},{key:"getTemplate",value:function(e){if(this.template){for(var t=-1,n=0,i=e.international?this.getInternationalPrefixBeforeCountryCallingCode(e,{spacing:!1}):"";n<i.length+e.getDigitsWithoutInternationalPrefix().length;)t=this.template.indexOf(zy,t+1),n++;return Zy(this.template,t+1)}}},{key:"setNationalNumberTemplate",value:function(e,t){this.nationalNumberTemplate=e,this.populatedNationalNumberTemplate=e,this.populatedNationalNumberTemplatePosition=-1,t.international?this.template=this.getInternationalPrefixBeforeCountryCallingCode(t).replace(/[\d\+]/g,zy)+Jy(zy,t.callingCode.length)+" "+e:this.template=e}},{key:"getTemplateForFormat",value:function(e,t){var n=t.nationalSignificantNumber,i=t.international,o=t.nationalPrefix,r=t.complexPrefixBeforeNationalSignificantNumber,s=e.pattern();s=s.replace(/\[([^\[\]])*\]/g,"\\d").replace(/\d(?=[^,}][^,}])/g,"\\d");var a=fb.match(s)[0];if(!(n.length>a.length)){var d=new RegExp("^"+s+"$"),l=n.replace(/\d/g,"9");d.test(l)&&(a=l);var c,u=this.getFormatFormat(e,i);if(this.shouldTryNationalPrefixFormattingRule(e,{international:i,nationalPrefix:o})){var h=u.replace(Fv,e.nationalPrefixFormattingRule());if(Iv(e.nationalPrefixFormattingRule())===(o||"")+Iv("$1")&&(u=h,c=!0,o))for(var f=o.length;f>0;)u=u.replace(/\d/,zy),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),zy);return c||(r?p=Jy(zy,r.length)+" "+p:o&&(p=Jy(zy,o.length)+this.getSeparatorAfterNationalPrefix(e)+p)),i&&(p=Dv(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,n){for(var i,o=Vy(n.split(""));!(i=o()).done;){var r=i.value;if(e.slice(t+1).search(Gy)<0)return;t=e.search(Gy),e=e.replace(Gy,r)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],Zy(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1);this.resetFormat()}},{key:"shouldTryNationalPrefixFormattingRule",value:function(e,t){var n=t.international,i=t.nationalPrefix;if(e.nationalPrefixFormattingRule()){var o=e.usesNationalPrefix();if(o&&i||!o&&!n)return!0}}}]),e}();function mb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function bb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var wb=new RegExp("^"+("["+zg+Hg+"]+")+"$","i"),$b="(?:[++]["+zg+Hg+"]*|["+zg+Hg+"]+)",kb=new RegExp("[^"+zg+Hg+"]+.*$"),Cb=/[^\d\[\]]/,Sb=function(){function e(t){var n=t.defaultCountry,i=t.defaultCallingCode,o=t.metadata,r=t.onNationalSignificantNumberChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.defaultCountry=n,this.defaultCallingCode=i,this.metadata=o,this.onNationalSignificantNumberChange=r}return bb(e,[{key:"input",value:function(e,t){var n,i=function(e){var t=function(e){var t=function(e){var t,n=e.search($b);if(n<0)return;e=e.slice(n),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(kb,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),n=mb(t,2),i=n[0],o=n[1];wb.test(i)||(i="");return[i,o]}(e),o=mb(i,2),r=o[0],s=o[1],a=Iv(r);return s&&(t.digits||(t.startInternationalNumber(),a||(n=!0))),a&&this.inputDigits(a,t),{digits:a,justLeadingPlus:n}}},{key:"inputDigits",value:function(e,t){var n=t.digits,i=n.length<3&&n.length+e.length>=3;if(t.appendDigits(e),i&&this.extractIddPrefix(t),this.isWaitingForCountryCallingCode(t)){if(!this.extractCountryCallingCode(t))return}else t.appendNationalSignificantNumberDigits(e);t.international||this.hasExtractedNationalSignificantNumber||this.extractNationalSignificantNumber(t.getNationalDigits(),(function(e){return t.update(e)}))}},{key:"isWaitingForCountryCallingCode",value:function(e){var t=e.international,n=e.callingCode;return t&&!n}},{key:"extractCountryCallingCode",value:function(e){var t=cm("+"+e.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),n=t.countryCallingCode,i=t.number;if(n)return e.setCallingCode(n),e.update({nationalSignificantNumber:i}),!0}},{key:"reset",value:function(e){if(e){this.hasSelectedNumberingPlan=!0;var t=e._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=t&&Cb.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var n=am(e,this.metadata),i=n.nationalPrefix,o=n.nationalNumber,r=n.carrierCode;if(o!==e)return this.onExtractedNationalNumber(i,r,o,e,t),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(e,t,n){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(e,n);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var i=am(e,this.metadata),o=i.nationalPrefix,r=i.nationalNumber,s=i.carrierCode;if(r!==t)return this.onExtractedNationalNumber(o,s,r,e,n),!0}}},{key:"onExtractedNationalNumber",value:function(e,t,n,i,o){var r,s,a=i.lastIndexOf(n);if(a>=0&&a===i.length-n.length){s=!0;var d=i.slice(0,a);d!==e&&(r=d)}o({nationalPrefix:e,carrierCode:t,nationalSignificantNumber:n,nationalSignificantNumberMatchesInput:s,complexPrefixBeforeNationalSignificantNumber:r}),this.hasExtractedNationalSignificantNumber=!0,this.onNationalSignificantNumberChange()}},{key:"reExtractNationalSignificantNumber",value:function(e){return!!this.extractAnotherNationalSignificantNumber(e.getNationalDigits(),e.nationalSignificantNumber,(function(t){return e.update(t)}))||(this.extractIddPrefix(e)||this.fixMissingPlus(e)?(this.extractCallingCodeAndNationalSignificantNumber(e),!0):void 0)}},{key:"extractIddPrefix",value:function(e){var t=e.international,n=e.IDDPrefix,i=e.digits;if(e.nationalSignificantNumber,!t&&!n){var o=sm(i,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);return void 0!==o&&o!==i?(e.update({IDDPrefix:i.slice(0,i.length-o.length)}),this.startInternationalNumber(e,{country:void 0,callingCode:void 0}),!0):void 0}}},{key:"fixMissingPlus",value:function(e){if(!e.international){var t=lm(e.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),n=t.countryCallingCode;if(t.number,n)return e.update({missingPlus:!0}),this.startInternationalNumber(e,{country:e.country,callingCode:n}),!0}}},{key:"startInternationalNumber",value:function(e,t){var n=t.country,i=t.callingCode;e.startInternationalNumber(n,i),e.nationalSignificantNumber&&(e.resetNationalSignificantNumber(),this.onNationalSignificantNumberChange(),this.hasExtractedNationalSignificantNumber=void 0)}},{key:"extractCallingCodeAndNationalSignificantNumber",value:function(e){this.extractCountryCallingCode(e)&&this.extractNationalSignificantNumber(e.getNationalDigits(),(function(t){return e.update(t)}))}}]),e}();function Ib(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function xb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Ob,Eb=function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=new iv(n);var i=Ib(this.getCountryAndCallingCode(t),2),o=i[0],r=i[1];this.defaultCountry=o,this.defaultCallingCode=r,this.reset()}return xb(e,[{key:"getCountryAndCallingCode",value:function(e){var t,n;return e&&(Yg(e)?(t=e.defaultCountry,n=e.defaultCallingCode):t=e),t&&!this.metadata.hasCountry(t)&&(t=void 0),[t,n]}},{key:"input",value:function(e){var t=this.parser.input(e,this.state),n=t.digits;if(t.justLeadingPlus)this.formattedOutput="+";else if(n){var i;if(this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state),this.metadata.hasSelectedNumberingPlan()&&(i=this.formatter.format(n,this.state)),void 0===i&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var o=this.state.getNationalDigits();o&&(i=this.formatter.format(o,this.state))}this.formattedOutput=i?this.getFullNumber(i):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var e=this;return this.state=new Ky({onCountryChange:function(t){e.country=t},onCallingCodeChange:function(t,n){e.metadata.selectNumberingPlan(n,t),e.formatter.reset(e.metadata.numberingPlan,e.state),e.parser.reset(e.metadata.numberingPlan)}}),this.formatter=new vb({state:this.state,metadata:this.metadata}),this.parser=new Sb({defaultCountry:this.defaultCountry,defaultCallingCode:this.defaultCallingCode,metadata:this.metadata,state:this.state,onNationalSignificantNumberChange:function(){e.determineTheCountryIfNeeded(),e.formatter.reset(e.metadata.numberingPlan,e.state)}}),this.state.reset({country:this.defaultCountry,callingCode:this.defaultCallingCode}),this.formattedOutput="",this}},{key:"isInternational",value:function(){return this.state.international}},{key:"getCallingCode",value:function(){if(this.isInternational())return this.state.callingCode}},{key:"getCountryCallingCode",value:function(){return this.getCallingCode()}},{key:"getCountry",value:function(){if(this.state.digits)return this._getCountry()}},{key:"_getCountry",value:function(){return this.state.country}},{key:"determineTheCountryIfNeeded",value:function(){this.state.country&&!this.isCountryCallingCodeAmbiguous()||this.determineTheCountry()}},{key:"getFullNumber",value:function(e){var t=this;if(this.isInternational()){var n=function(e){return t.formatter.getInternationalPrefixBeforeCountryCallingCode(t.state,{spacing:!!e})+e},i=this.state.callingCode;return n(i?e?"".concat(i," ").concat(e):i:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return e}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var e=this.state,t=e.nationalSignificantNumber,n=e.complexPrefixBeforeNationalSignificantNumber,i=e.nationalPrefix,o=t,r=n||i;return r&&(o=r+o),o}},{key:"getNonFormattedNumber",value:function(){var e=this.state.nationalSignificantNumberMatchesInput;return this.getFullNumber(e?this.getNonFormattedNationalNumberWithPrefix():this.state.getNationalDigits())}},{key:"getNonFormattedTemplate",value:function(){var e=this.getNonFormattedNumber();if(e)return e.replace(/[\+\d]/g,zy)}},{key:"isCountryCallingCodeAmbiguous",value:function(){var e=this.state.callingCode,t=this.metadata.getCountryCodesForCallingCode(e);return t&&t.length>1}},{key:"determineTheCountry",value:function(){this.state.setCountry(pm(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,defaultCountry:this.defaultCountry,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var e=this.state,t=e.digits,n=e.callingCode,i=e.country,o=e.nationalSignificantNumber;if(t)return this.isInternational()?n?"+"+n+o:"+"+t:i||n?"+"+(i?this.metadata.countryCallingCode():n)+o:void 0}},{key:"getNumber",value:function(){var e=this.state,t=e.nationalSignificantNumber,n=e.carrierCode,i=e.callingCode,o=this._getCountry();if(t&&(o||i)){if(o&&o===this.defaultCountry){var r=new iv(this.metadata.metadata);r.selectNumberingPlan(o);var s=r.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=fm(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(o=d)}}var l=new im(o||i,t,this.metadata.metadata);return n&&(l.carrierCode=n),l}}},{key:"isPossible",value:function(){var e=this.getNumber();return!!e&&e.isPossible()}},{key:"isValid",value:function(){var e=this.getNumber();return!!e&&e.isValid()}},{key:"getNationalNumber",value:function(){return this.state.nationalSignificantNumber}},{key:"getChars",value:function(){return(this.state.international?"+":"")+this.state.digits}},{key:"getTemplate",value:function(){return this.formatter.getTemplate(this.state)||this.getNonFormattedTemplate()||""}}]),e}();function Ab(){return function(e,t){var n=Array.prototype.slice.call(t);return n.push(jg),e.apply(this,n)}(Dm,arguments)}function Nb(e,t){return qy.call(this,e,t,jg)}function Mb(e){return Eb.call(this,e,jg)}function jb(){return iv.call(this,jg)}Nb.prototype=Object.create(qy.prototype,{}),Nb.prototype.constructor=Nb,Mb.prototype=Object.create(Eb.prototype,{}),Mb.prototype.constructor=Mb,jb.prototype=Object.create(iv.prototype,{}),jb.prototype.constructor=jb,function(e){e[e.text=1]="text",e[e.numeric=2]="numeric",e[e.bool=3]="bool",e[e.singleSelect=4]="singleSelect",e[e.array=5]="array",e[e.date=6]="date"}(Ob||(Ob={}));const Pb=(e,t)=>Object.entries(e).reduce(((e,[n,i])=>{const[o,...r]=n.split(".");return t!==o?Object.assign(e,{[n]:i}):(e[o]||(e[o]={}),e[o][r.join(".")]=i,e)}),{}),Tb=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,n])=>[`${t}.${e}`,n]))),Wb=(e,t)=>e===Ob.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t;function Lb(e){return new URLSearchParams(window.location.search).get(e)}const Ub={enabled:"active",disabled:"disabled",invited:"invited"},Db=e=>e.tenantRoles.data,Fb=e=>e.selectedUsersLoginIds,_b=e=>e.notifications,qb=e=>e.customAttributes.data,Bb=kd((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:n})=>[e,t?{label:t,options:n}:n]))))),Kb=kd(Bb,(e=>Object.keys(e).length>0)),Vb=kd(qb,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),Hb=kd((e=>e.usersList.data),Vb,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,n])=>[e,Wb(t[e],n)])))}))))),zb=e=>{const t=[e.roleNames||[],...(e.userTenants||[]).map((e=>e.roleNames||[]))].filter((e=>e.length>0));if(0===t.length)return e.roleNames||[];const n=t.map((e=>[...e].sort().join("\0")));return n.every((e=>e===n[0]))?t[0]:"Multiple roles"},Gb=kd(Hb,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Tb(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:Ub[e.status]||e.status,roles:zb(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),Jb=kd(Fb,Gb,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),Zb=kd(Jb,(e=>e.map((e=>e.userId)))),Yb=kd(Jb,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),Xb=kd(Jb,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),Qb=kd(Jb,(e=>e.map((e=>e.status)))),ew=kd(Jb,(e=>e.every((e=>e.editable)))),tw=kd(Fb,(e=>!!e.length)),nw=kd(Fb,(e=>1===e.length)),iw=kd(Fb,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),ow=kd(nw,Qb,((e,t)=>e&&t.every((e=>e===Ub.enabled)))),rw=kd(Qb,(e=>e.every((e=>e===Ub.disabled)))),sw=kd(Jb,(e=>{var t;return 1===e.length?e[0].name||e[0].email||(null===(t=e[0].loginIds)||void 0===t?void 0:t[0]):`${e.length} users`})),aw=kd(nw,rw,ew,((e,t,n)=>e&&t&&n)),dw=kd(nw,ow,ew,((e,t,n)=>e&&t&&n)),lw=kd(nw,ew,((e,t)=>e&&t)),cw=kd(nw,ew,((e,t)=>e&&t)),uw=kd(nw,ew,((e,t)=>e&&t)),hw=tw,fw=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},pw=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),gw=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),vw=tl("users/create",((e,{extra:{api:t}})=>t.user.create(e))),mw=fw(vw)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},pw((e=>e.createUser)),gw({getSuccessMsg:()=>"User created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),yw={action:vw,reducer:mw},bw=tl("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),ww=fw(bw)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},pw((e=>e.deleteUser)),gw({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["U","u"]}ser${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete user${["","s"]}`})),$w={action:bw,reducer:ww},kw=tl("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),Cw=fw(kw)(pw((e=>e.setTempUserPassword)),gw({getSuccessMsg:()=>"Successfully reset user password",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to reset user's password</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Sw={action:kw,reducer:Cw},Iw=tl("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),Rw=fw(Iw)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},pw((e=>e.customAttributes))),xw={action:Iw,reducer:Rw},Ow=tl("users/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.user.search(Object.assign(Object.assign({},i),e))})),Ew=fw(Ow)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},pw((e=>e.usersList))),Aw={action:Ow,reducer:Ew},Nw=tl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Mw=fw(Nw)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},pw((e=>e.tenantRoles))),jw={action:Nw,reducer:Mw},Pw=tl("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Tw=fw(Pw)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},pw((e=>e.subTenantRoles))),Ww={action:Pw,reducer:Tw},Lw=tl("users/update",((e,{extra:{api:t}})=>t.user.update(e))),Uw=fw(Lw)({onFulfilled:(e,t)=>{const n=e.usersList.data.findIndex((e=>Si(e.loginIds,t.payload.loginIds)));-1!==n&&(e.usersList.data[n]=t.payload)}},pw((e=>e.updateUser)),gw({getSuccessMsg:()=>"User updated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to update user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Dw={action:Lw,reducer:Uw},Fw=tl("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),_w=fw(Fw)({onFulfilled:(e,t)=>{var n;const i=e.usersList.data.findIndex((e=>{var n;return Si(e.loginIds,null===(n=t.payload.user)||void 0===n?void 0:n.loginIds)}));-1!==i&&(e.usersList.data[i].status=null===(n=t.payload.user)||void 0===n?void 0:n.status)}},pw((e=>e.enableUser)),gw({getSuccessMsg:()=>"User enabled successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to enable user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),qw={action:Fw,reducer:_w},Bw=tl("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),Kw=fw(Bw)({onFulfilled:(e,t)=>{var n;const i=e.usersList.data.findIndex((e=>{var n;return Si(e.loginIds,null===(n=t.payload.user)||void 0===n?void 0:n.loginIds)}));-1!==i&&(e.usersList.data[i].status=null===(n=t.payload.user)||void 0===n?void 0:n.status)}},pw((e=>e.disableUser)),gw({getSuccessMsg:()=>"User disabled successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to disable user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Vw={action:Bw,reducer:Kw},Hw=tl("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),zw={action:Hw,reducer:fw(Hw)(pw((e=>e.removePasskey)),gw({getSuccessMsg:()=>"Successfully removed user's passkey",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to remove user's passkey</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}}))},Gw={usersList:{data:[],loading:!1,error:null},createUser:{loading:!1,error:null},updateUser:{loading:!1,error:null},deleteUser:{loading:!1,error:null},enableUser:{loading:!1,error:null},disableUser:{loading:!1,error:null},removePasskey:{loading:!1,error:null},setTempUserPassword:{loading:!1,error:null},customAttributes:{loading:!1,error:null,data:[]},tenantRoles:{loading:!1,error:null,data:[]},subTenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedUsersLoginIds:[],notifications:[]},Jw="/v1/mgmt/user/search",Zw="/v1/mgmt/user/delete/batch",Yw="/v1/mgmt/user/create",Xw="/v1/mgmt/user/patch",Qw="/v1/mgmt/user/update/status",e$="/v1/mgmt/user/password/set/temporary",t$="/v1/mgmt/user/passkeys/delete",n$="/v1/mgmt/user/customattributes",i$="/v1/mgmt/role/all",o$="/v1/mgmt/role/subtenant/all",r$=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),s$=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u}={}){if(n)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((n=>{const i=[],o=(new Date).getTime();for(let e=1;e<10;e+=1)i.push({loginIds:[`user${e}@company.com`],externalIds:[`user${e}@company.com`],userId:`user-${e}`,name:`User ${e}`,email:`user${e}@company.com`,roleNames:[`Role ${e}`],phone:`+1-202-555-010${e}`,recoveryEmail:`recovery${e}@company.com`,recoveryPhone:`+1-202-555-020${e}`,verifiedEmail:!0,verifiedPhone:!0,verifiedRecoveryEmail:!0,verifiedRecoveryPhone:!0,userTenants:[{tenantId:"sub-tenant-1",tenantName:"Hurray",roleNames:["Role 1","Role 2"]}],status:"enabled",editable:!0,createdTime:o,createdTimeFormatted:new Date(1e3*(o||0)).toLocaleString(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:"",password:!0,SAML:e%3==0,OIDC:e%3==1,SCIM:e%3==2,test:!1,TOTP:!1,webauthn:!1});t.forEach((e=>{i.sort(((t,n)=>((e,t,n)=>{if("boolean"==typeof e&&"boolean"==typeof t){const i=e?1:0,o=t?1:0;return n?i-o:o-i}const i=(null==e?void 0:e.toString())||"",o=(null==t?void 0:t.toString())||"";return n?o.localeCompare(i):i.localeCompare(o)})(t[e.field],n[e.field],e.desc)))})),n(i.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.phone.toLowerCase().includes(e.toLowerCase())||t.status.toLowerCase().includes(e.toLowerCase())||"active"===e.toLowerCase()||t.familyName.toLowerCase().includes(e.toLowerCase())||t.givenName.toLowerCase().includes(e.toLowerCase())||t.middleName.toLowerCase().includes(e.toLowerCase())||t.email.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u});const h=yield e.post(Jw,{limit:o,page:i,withTestUser:!1,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u},{queryParams:{tenant:t}});return yield r$(h),(yield h.json()).users})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Zw,{userIds:i},{queryParams:{tenant:t}});return yield r$(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k,userTenants:C}){if(n)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:n,displayName:i,roles:o,customAttributes:r,picture:s,verifiedEmail:a,verifiedPhone:d,givenName:l,middleName:c,familyName:u,userTenants:h}){return new Promise((f=>{const p=Math.random().toString(10).substring(15);f({loginIds:[e],externalIds:[e],userId:`user-${p}`,email:t,phone:n,name:i,roleNames:o,customAttributes:r,picture:s,recoveryEmail:"",recoveryPhone:"",verifiedEmail:a,verifiedPhone:d,verifiedRecoveryEmail:!1,verifiedRecoveryPhone:!1,givenName:l,middleName:c,familyName:u,createdTime:(new Date).getTime(),editable:!0,password:!0,SAML:!1,SCIM:!1,OIDC:!1,status:"enabled",test:!1,TOTP:!1,userTenants:h||[],webauthn:!1})}))})))({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k,userTenants:C});const S=yield e.post(Yw,{loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,givenName:g,middleName:v,familyName:m,roleNames:l,userTenants:C,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,verifiedRecoveryEmail:!!s||void 0,verifiedRecoveryPhone:!!a||void 0,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k},{queryParams:{tenant:t}});return yield r$(S),(yield S.json()).user})),update:i=>c(void 0,[i],void 0,(function*({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,userTenants:b}){if(n)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:n,displayName:i,roles:o,customAttributes:r,picture:s,verifiedEmail:a,verifiedPhone:d,givenName:l,middleName:c,familyName:u,userTenants:h}){return new Promise((f=>{f({loginIds:[e],externalIds:[e],userId:e,email:t,phone:n,name:i,roleNames:o,customAttributes:r||{},picture:s,recoveryEmail:"",recoveryPhone:"",verifiedEmail:a,verifiedPhone:d,verifiedRecoveryEmail:!1,verifiedRecoveryPhone:!1,givenName:l,middleName:c,familyName:u,createdTime:(new Date).getTime(),editable:!0,password:!0,SAML:!1,SCIM:!1,OIDC:!1,status:"enabled",test:!1,TOTP:!1,userTenants:h||[],webauthn:!1})}))})))({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,userTenants:b});const w=yield e.patch(Xw,{loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,givenName:g,middleName:v,familyName:m,roleNames:l,userTenants:b,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,verifiedRecoveryEmail:!!s||void 0,verifiedRecoveryPhone:!!a||void 0,additionalLoginIds:y},{queryParams:{tenant:t}});return yield r$(w),(yield w.json()).user})),enable:i=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"enabled"}})}))})))(i);const o=yield e.post(Qw,{loginId:i,status:"enabled"},{queryParams:{tenant:t}});return yield r$(o),o.json()})),disable:i=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"disabled"}})}))})))(i);const o=yield e.post(Qw,{loginId:i,status:"disabled"},{queryParams:{tenant:t}});return yield r$(o),o.json()})),removePasskey:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(t$,{loginId:i},{queryParams:{tenant:t}});return yield r$(o),o.json()})),setTempPassword:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({cleartext:Math.random().toString(20).substring(2)})}))}));const o=yield e.post(e$,{loginId:i},{queryParams:{tenant:t}});return yield r$(o),o.json()})),getCustomAttributes:()=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e([])}))}));const i=yield e.get(n$,{queryParams:{tenant:t}});return yield r$(i),(yield i.json()).data}))}),a$=({httpClient:e,tenant:t,mock:n})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>new Promise((t=>{const n=[];for(let t=1;t<5;t+=1)n.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:n})})))(t);const i=yield e.get(i$,{queryParams:{tenant:t}});return yield r$(i),i.json()})),getSubTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return new Promise((e=>{e({roles:[{tenantId:"sub-tenant-1",tenantName:"Sub Tenant 1",roleNames:["Role 1","Role 2"]},{tenantId:"sub-tenant-2",tenantName:"Sub Tenant 2",roleNames:["Role 1","Role 3"]},{tenantId:"sub-tenant-3",tenantName:"Sub Tenant 3",roleNames:["Role 2"]}]})}));const i=yield e.get(o$,{queryParams:{tenant:t}});return yield r$(i),i.json()}))}),d$=Ai((e=>{var t,n,i,o;const r=ki(Zr,hl,Gr,_r,Yr,vl,Jr({tenant:Jr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ms}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.16.0"}}));return{user:s$({httpClient:o.httpClient,tenant:t,mock:n}),tenant:a$({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),l$=Ai((e=>{const t=ki(cl({name:"widget",initialState:Gw,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{yw.reducer(e),Dw.reducer(e),qw.reducer(e),Vw.reducer(e),$w.reducer(e),Aw.reducer(e),Sw.reducer(e),zw.reducer(e),xw.reducer(e),jw.reducer(e),Ww.reducer(e)},asyncActions:{searchUsers:Aw.action,createUser:yw.action,updateUser:Dw.action,enableUser:qw.action,disableUser:Vw.action,deleteUsers:$w.action,removePasskey:zw.action,getCustomAttributes:xw.action,getTenantRoles:jw.action,getSubTenantRoles:Ww.action,setTempUserPassword:Sw.action}}),zr,_r,d$)(e);return class extends t{constructor(...e){super(...e),this.state=Gw,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),c$=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("user-management-widget"),l$,fl)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),this.injectStyle(".hidden { display: none; }");const o=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchUsers(),this.actions.getTenantRoles(),this.actions.getCustomAttributes(),o]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),u$=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(l$,oa,ul,_r,fl,c$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),a.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,n,"f").setData(Db(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=Kb(this.state);null===(e=u(this,i,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(Bb(this.state))}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",r).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,r=function(){return c(this,void 0,void 0,(function*(){var e;this.createUserModal=this.createModal(),this.createUserModal.setContent(Ci(yield this.fetchWidgetPage("create-user-modal.html")));const r=new js((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}),l=()=>{this.resetFormData(this.createUserModal.ele),u(this,o,"f").value=[]};r.onClick((()=>{this.createUserModal.close(),l()}));const f=new js((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});f.onClick((()=>c(this,void 0,void 0,(function*(){if(this.validateForm(this.createUserModal.ele)){const e=this.getFormData(this.createUserModal.ele),t=u(this,o,"f").mergedValue;this.actions.createUser(Object.assign(Object.assign({},Pb(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,n,new Hs((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),h(this,i,null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,o,new Vs((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-mappings"]')}),{logger:this.logger}),"f"),u(this,a,"f").call(this),this.createUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([this.actions.getTenantRoles(),e]),yield u(this,a,"f").call(this),u(this,d,"f").call(this),u(this,t,"m",s).call(this)}))}))},s=function(){const e=qb(this.state);this.getFormFieldNames(this.createUserModal.ele).forEach((t=>{const[n,i]=t.split(".");if("customAttributes"!==n)return;const o=e.find((e=>e.name===i));o?o.editable||this.disableFormField(this.createUserModal.ele,t):this.removeFormField(this.createUserModal.ele,t)}))},l})),h$=Ai((e=>{var t,n,i;return i=class extends(ki(_r,u$,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-user"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createUserModal.open()))},i})),f$=Ai((e=>{var t,n,i;return i=class extends(ki(l$,oa,_r,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteUsersModal=this.createModal(),this.deleteUsersModal.setContent(Ci(yield this.fetchWidgetPage("delete-users-modal.html")));const t=new js((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteUsersModal.close()));const n=new js((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=Zb(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const i=new Zs(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=sw(this.state);i.text=`Delete ${e}?`}}))},i})),p$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,f$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),hw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-users"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteUsersModal.open()}))},o})),g$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(l$,oa,_r,ul,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new js((()=>{var e;return null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.disableUserModal.close()))},i=function(){new js((()=>{var e;return null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=iw(this.state);this.actions.disableUser(e),this.disableUserModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.disableUserModal=this.createModal(),this.disableUserModal.setContent(Ci(yield this.fetchWidgetPage("disable-user-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Zs(null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.disableUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=sw(this.state);o.text=`Disable ${e}?`}))}))},r})),v$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,g$,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.disableButton.enable():this.disableButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),dw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.disableButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="disable-user"]'),{logger:this.logger}),this.disableButton.disable(),this.disableButton.onClick((()=>{this.disableUserModal.open()}))},o})),m$=e=>{if(!e)return e;const t=Ab(e.startsWith("+")?e:`+${e}`);if(!t)return e;const n=new RegExp(`(\\+?${null==t?void 0:t.countryCallingCode})(.*)`);return(null==t?void 0:t.number.replace(n,"$1-$2"))||e},y$=Ai((e=>{var t,n,i,o,r,s,a,d,f,p,g,v,m;return m=class extends(ki(l$,oa,_r,ul,fl,c$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),d.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,i,"f").setData(Db(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=Kb(this.state);null===(e=u(this,o,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(Bb(this.state))})),g.set(this,(()=>{var e,t;const n=null===(e=Jb(this.state))||void 0===e?void 0:e[0],i=Object.assign({loginId:null===(t=null==n?void 0:n.loginIds)||void 0===t?void 0:t.join(", "),displayName:null==n?void 0:n.name,email:null==n?void 0:n.email,phone:m$(null==n?void 0:n.phone),recoveryEmail:null==n?void 0:n.recoveryEmail,recoveryPhone:m$(null==n?void 0:n.recoveryPhone),roles:null==n?void 0:n.roleNames,givenName:null==n?void 0:n.givenName,familyName:null==n?void 0:n.familyName,middleName:null==n?void 0:n.middleName},Tb(n.customAttributes,"customAttributes"));this.setFormData(this.editUserModal.ele,i),u(this,r,"f").value=(null==n?void 0:n.userTenants)||[]}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",v).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){new js((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.editUserModal.close()))},a=function(){new js((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{if(this.validateForm(this.editUserModal.ele)){const e=this.getFormData(this.editUserModal.ele),{loginId:t}=e,n=l(e,["loginId"]),i=u(this,o,"f")&&!u(this,o,"f").classList.contains("hidden")?u(this,r,"f").mergedValue:void 0;this.actions.updateUser(Object.assign(Object.assign({loginId:t.split(", ")[0]},Pb(n,"customAttributes")),void 0!==i&&{userTenants:i})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=qb(this.state);this.getFormFieldNames(this.editUserModal.ele).forEach((t=>{const[n,i]=t.split(".");if("customAttributes"!==n)return;const o=e.find((e=>e.name===i));o?o.editable||this.disableFormField(this.editUserModal.ele,t):this.removeFormField(this.editUserModal.ele,t)}))},v=function(){return c(this,void 0,void 0,(function*(){var e,l;this.editUserModal=this.createModal(),this.editUserModal.setContent(Ci(yield this.fetchWidgetPage("edit-user-modal.html"))),u(this,t,"m",s).call(this),u(this,t,"m",a).call(this),h(this,n,new Ys(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,i,new Hs((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),h(this,o,null===(l=this.editUserModal.ele)||void 0===l?void 0:l.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,r,new Vs((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-mappings"]')}),{logger:this.logger}),"f"),this.editUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([this.actions.getTenantRoles(),e]),yield u(this,d,"f").call(this),u(this,n,"f").disable(),u(this,f,"f").call(this),u(this,g,"f").call(this),u(this,t,"m",p).call(this)}))}))},m})),b$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,y$,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.editButton.enable():this.editButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),lw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="edit-user"]'),{logger:this.logger}),this.editButton.disable(),this.editButton.onClick((()=>{this.editUserModal.open()}))},o})),w$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(l$,oa,_r,ul,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new js((()=>{var e;return null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.enableUserModal.close()))},i=function(){new js((()=>{var e;return null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=iw(this.state);this.actions.enableUser(e),this.enableUserModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.enableUserModal=this.createModal(),this.enableUserModal.setContent(Ci(yield this.fetchWidgetPage("enable-user-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Zs(null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.enableUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=sw(this.state);o.text=`Activate ${e}?`}))}))},r})),$$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,w$,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.enableButton.enable():this.enableButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),aw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.enableButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="enable-user"]'),{logger:this.logger}),this.enableButton.disable(),this.enableButton.onClick((()=>{this.enableUserModal.open()}))},o})),k$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchUsers({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new Ys(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),C$={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},S$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,l$,sa,zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),_b)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=C$[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),I$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(l$,oa,_r,ul,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new js((()=>{var e;return null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.removePasskeyModal.close()))},i=function(){new js((()=>{var e;return null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=iw(this.state);this.actions.removePasskey(e),this.removePasskeyModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.removePasskeyModal=this.createModal(),this.removePasskeyModal.setContent(Ci(yield this.fetchWidgetPage("remove-passkey-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Zs(null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.removePasskeyModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=sw(this.state);o.text=`Remove passkey for ${e}?`}))}))},r})),R$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,I$,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.removePasskeyButton.enable():this.removePasskeyButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),cw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.removePasskeyButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="remove-passkey"]'),{logger:this.logger}),this.removePasskeyButton.disable(),this.removePasskeyButton.onClick((()=>{this.removePasskeyModal.open()}))},o})),x$=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(l$,_r,c$)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{this.usersTable.data=e}))),r.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchUsers({sort:n})}))),s.set(this,Ii((e=>{this.usersTable.filterColumns((t=>{var n;const[i,o]=(null===(n=t.path)||void 0===n?void 0:n.split("."))||[];return"customAttributes"!==i||!!(null==e?void 0:e.find((e=>e.name===o)))}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this),u(this,o,"f").call(this,Gb(this.state)),u(this,s,"f").call(this,qb(this.state)),this.subscribe(u(this,s,"f").bind(this),qb),this.subscribe(u(this,o,"f").bind(this),Gb)}))}},o=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,n=function(){const e=e=>{var t;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(`[path="${e}"]`)},t=e=>{var t;const n=`descope-grid-${e}-column`;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(n)},n=this.usersTable.renderColumn;this.usersTable.renderColumn=({path:i,header:o,type:r,attrs:s})=>{const a=e(i)||t(r);if(!a)return n({path:i,header:o,type:r,attrs:s});const d=a.cloneNode(!0),l=Object.assign(Object.assign({},s),{header:o});return Object.entries(l).forEach((([e,t])=>{d.setAttribute(e,t)})),d.outerHTML}},i=function(){var e;this.usersTable=new Us(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="users-table"]'),{logger:this.logger}),this.usersTable.onSelectedItemsChange((e=>{this.actions.setSelectedUsersIds(e.detail.value.map((({loginIds:e})=>e)))})),this.usersTable.onColumnsChange(u(this,t,"m",a).bind(this)),u(this,t,"m",n).call(this),u(this,t,"m",a).call(this)},a=function(){this.usersTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))}))},d})),O$=Ai((e=>{var t,n,i;return i=class extends(ki(l$,oa,_r,ul,c$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.generatedPasswordModal=this.createModal(),this.generatedPasswordModal.setContent(Ci(yield this.fetchWidgetPage("generated-password-modal.html"))),new js((()=>{var e;return null===(e=this.generatedPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.generatedPasswordModal.ele)["generated-password"]),this.resetFormData(this.generatedPasswordModal.ele),this.generatedPasswordModal.close()}))}))},i})),E$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(l$,oa,_r,ul,c$,O$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new js((()=>{var e;return null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.resetPasswordModal.close()))},i=function(){new js((()=>{var e;return null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){var e;const t=iw(this.state),n=yield this.actions.setTempUserPassword(t);this.resetPasswordModal.close(),this.setFormData(this.generatedPasswordModal.ele,{"generated-password":null===(e=null==n?void 0:n.payload)||void 0===e?void 0:e.cleartext}),this.generatedPasswordModal.open()}))))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.resetPasswordModal=this.createModal(),this.resetPasswordModal.setContent(Ci(yield this.fetchWidgetPage("reset-password-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Zs(null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.resetPasswordModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=sw(this.state);o.text=`This will generate a new temporary password for ${e}?`}))}))},r})),A$=Ai((e=>{var t,n,i,o;return o=class extends(ki(_r,c$,l$,E$,ul)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.resetPasswordButton.enable():this.resetPasswordButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),uw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.resetPasswordButton=new js(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="reset-password"]'),{logger:this.logger}),this.resetPasswordButton.disable(),this.resetPasswordButton.onClick((()=>{this.resetPasswordModal.open()}))},o})),N$=Ai((e=>class extends(ki(Cs,Gr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),M$=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(pl,N$,l$,oa,_r,ul,c$,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,[]),r.set(this,null),s.set(this,null),v.set(this,Ii((e=>{u(this,o,"f").forEach((t=>{"onlyOne"===t.enableMode&&1===e.length||"oneOrMore"===t.enableMode&&e.length>0||"always"===t.enableMode?t.enable():t.disable()}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",l).call(this),u(this,t,"m",d).call(this),u(this,v,"f").call(this,Fb(this.state))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,v=new WeakMap,t=new WeakSet,a=function(e){const n=new Ts(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",g).call(this,n.flowId)})),this.subscribe(u(this,v,"f").bind(this),Fb),u(this,o,"f").push(n)},d=function(){var e;const n=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(n).forEach((e=>{u(this,t,"m",a).call(this,e)}))},l=function(){h(this,n,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,n,"f").afterClose=()=>{var e;u(this,r,"f")&&(null===(e=u(this,s,"f"))||void 0===e||e.call(this),h(this,r,null,"f"))},h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,i,"f"))},f=function(){var e;u(this,n,"f").open(),null===(e=u(this,s,"f"))||void 0===e||e.call(this)},p=function(e,n){n=()=>u(this,t,"m",f).call(this),h(this,s,u(this,i,"f").onPageUpdated(n),"f")},g=function(e){u(this,n,"f").setContent(this.createFlowTemplate({flowId:e,client:{userIds:Zb(this.state),loginIds:Yb(this.state),usersAndRoles:Xb(this.state)},tenant:this.tenantId})),u(this,t,"m",p).call(this,u(this,n,"f"),u(this,r,"f")),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.searchUsers()}))},m})),j$="widget-flow",P$=Ai((e=>{var t,n,i;return i=class extends(ki(pl,zr,oa,l$,vl,_r,Cs,ml)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=Lb(j$);o&&(function(e){if(window.history.replaceState&&Lb(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(j$),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ps((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close()})),t.afterClose=()=>{t.remove()},t.open()},i})),T$=Ai((e=>class extends(ki(Rs,Cs,P$,x$,h$,p$,b$,$$,v$,A$,R$,k$,S$,M$)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),W$=ki((e=>class extends(T$(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return ru})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.16.0"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",W$);var L$=Object.freeze({__proto__:null,default:W$});function U$(e){return new URLSearchParams(window.location.search).get(e)}const D$=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},F$=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),_$=tl("users/me",((e,{extra:{api:t}})=>t.user.me())),q$=D$(_$)({onFulfilled:(e,t)=>{e.me.data=t.payload}},F$((e=>e.me))),B$={action:_$,reducer:q$},K$=tl("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),V$=D$(K$)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},F$((e=>e.devices))),H$={action:K$,reducer:V$},z$=tl("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),G$=D$(z$)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},F$((e=>e.passkeys))),J$={action:z$,reducer:G$},Z$=tl("users/logout",((e,{extra:{api:t}})=>t.user.logout())),Y$={action:Z$,reducer:D$(Z$)({})},X$=e=>{if(!e)return null;const t=(e=>{try{const t=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),n=decodeURIComponent(atob(t).split("").map((e=>"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2))).join(""));return JSON.parse(n)}catch(e){return null}})(e);return(null==t?void 0:t.dct)||null},Q$=e=>e.me.data,ek=kd(Q$,(e=>e.userId)),tk=kd(Q$,(e=>e.picture)),nk=kd(Q$,(e=>e.email)),ik=kd(Q$,(e=>e.verifiedEmail)),ok=kd(Q$,(e=>e.name)),rk=kd(Q$,(e=>e.phone)),sk=kd(Q$,(e=>e.verifiedPhone)),ak=kd(nk,ik,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),dk=kd(rk,sk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),lk=kd(Q$,(e=>e.recoveryEmail)),ck=kd(Q$,(e=>e.verifiedRecoveryEmail)),uk=kd(Q$,(e=>e.recoveryPhone)),hk=kd(Q$,(e=>e.verifiedRecoveryPhone)),fk=kd(lk,ck,((e,t)=>t?e:"")),pk=kd(uk,hk,((e,t)=>t?e:"")),gk=kd(Q$,(e=>e.webauthn));kd(Q$,(e=>e.password));const vk=kd(Q$,(e=>e.TOTP)),mk=kd(Q$,(e=>e.customAttributes)),yk=kd(Q$,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),bk=kd((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:n,lastLoginTime:i,isCurrentDevice:o})=>({id:e,name:t,deviceType:n,lastLoginDate:1e3*parseInt(i,10),isCurrent:o}))))),wk=kd((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:n,createdTime:i})=>({id:e,name:t,passkeyType:n,createdAt:1e3*i}))))),$k=e=>e.notifications,kk=kd(Q$,(e=>e.userTenants||[])),Ck=e=>e.tenant.currentTenantId,Sk=tl("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:n}){if(e===Ck(n()))return null;const i=yield t.user.setCurrentTenant(e),o=i.sessionJwt||i.sessionToken;try{return{tenantId:X$(o)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),Ik={action:Sk,reducer:D$(Sk)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var n;e.tenant.currentTenantId=null===(n=t.payload)||void 0===n?void 0:n.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},F$((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{if(t){const i=t(n);i&&e.notifications.push({type:"success",msg:i})}},onRejected:(t,n)=>{if(e){const i=e(n);i&&t.notifications.push({type:"error",msg:i})}}}))({getErrorMsg:e=>{var t,n;const i=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(n=e.error)||void 0===n?void 0:n.name)?i:`${i||"Error"}`}}))},Rk={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:[]},xk="/v1/auth/me",Ok="/v1/mgmt/user/trusteddevices/list",Ek="/v1/mgmt/user/passkeys/list",Ak="/v1/auth/tenant/select",Nk=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Mk=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],jk=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(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",recoveryEmail:"recovery@company.com",recoveryPhone:"+1-202-555-020",verifiedEmail:!0,verifiedPhone:!0,verifiedRecoveryEmail:!0,verifiedRecoveryPhone:!0,userTenants:Mk,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})}))}));const n=yield e.get(xk);return yield Nk(n),n.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const n=yield e.post(Ak,{tenant:t});return yield Nk(n),n.json()}))}),Pk=({httpClient:e,mock:t})=>({devices:n=>c(void 0,[n],void 0,(function*({userId:n}){if(t)return{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}]};const i=yield e.post(Ok,{identifiers:[n]});return yield Nk(i),i.json()}))}),Tk=({httpClient:e,mock:t})=>({listPasskeys:n=>c(void 0,[n],void 0,(function*({userId:n}){if(t)return{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"}]};const i=yield e.post(Ek,{loginId:n});return yield Nk(i),i.json()}))}),Wk=Ai((e=>{var t,n,i,o;const r=ki(Zr,Gr,_r,Yr,vl)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ms}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.15.0"}}));return{user:Object.assign(Object.assign({},jk({httpClient:i.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):i.logout}),device:Object.assign({},Pk({httpClient:i.httpClient,mock:t})),passkey:Object.assign({},Tk({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Lk=Ai((e=>{const t=ki(cl({name:"widget",initialState:Rk,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{B$.reducer(e),H$.reducer(e),J$.reducer(e),Y$.reducer(e),Ik.reducer(e)},asyncActions:{getMe:B$.action,listDevices:H$.action,listPasskeys:J$.action,logout:Y$.action,selectTenant:Ik.action}}),zr,_r,Wk)(e);return class extends t{constructor(...e){super(...e),this.state=Rk,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Uk="widget-flow",Dk=Ai((e=>{var t,n,i;return i=class extends(ki(pl,zr,oa,Lk,vl,_r,Cs,ml)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=U$(Uk);o&&(function(e){if(window.history.replaceState&&U$(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(Uk),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ps((()=>{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()},i})),Fk=Ai((e=>{var t,n,i;return i=class extends(ki(_r,zr,cs,vs,gl("user-profile-widget"),Lk)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield this.actions.getMe(),yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),_k=Ai((e=>class extends(ki(Cs,Gr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),qk=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(pl,_k,Cs,Lk,_r,vl,Fk,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),a.set(this,Ii((e=>{this.avatar.image=e}))),d.set(this,Ii((e=>{this.avatar.displayName=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this),u(this,a,"f").call(this,tk(this.state)),u(this,d,"f").call(this,ok(this.state)),this.subscribe(u(this,a,"f").bind(this),tk),this.subscribe(u(this,d,"f").bind(this),ok)}))}},n=new WeakMap,i=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,o=function(){this.avatar.flowId&&(h(this,n,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},s=function(){this.avatar=new Ms((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},l})),Bk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.emailUserAttr.value=e,u(this,t,"m",p).call(this)}))),v.set(this,Ii((e=>{this.emailUserAttr.badgeLabel=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,nk(this.state)),u(this,v,"f").call(this,ak(this.state)),this.subscribe(u(this,g,"f").bind(this),nk),this.subscribe(u(this,v,"f").bind(this),ak)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,v=new WeakMap,t=new WeakSet,s=function(){this.emailUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.emailUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.emailUserAttr=new Xs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.emailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},m})),Kk=Ai((e=>{var t,n,i;return i=class extends(ki(Lk,_r,Fk,oa)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){this.logout=new js((()=>{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((()=>c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},i})),Vk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v;return v=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.nameUserAttr.value=e,u(this,t,"m",p).call(this)})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,ok(this.state)),this.subscribe(u(this,g,"f").bind(this),ok)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.nameUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.nameUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.nameUserAttr=new Xs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.nameUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},v})),Hk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,gk(this.state)),this.subscribe(u(this,p,"f").bind(this),gk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.passkeyUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(h(this,o,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.passkeyUserAuthMethod=new Qs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),zk=Ai((e=>{var t,n,i,o,r,s;return s=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new Qs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.initPasswordAuthMethod(),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.passwordUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close()}))},s})),Gk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.phoneUserAttr.value=e,u(this,t,"m",p).call(this)}))),v.set(this,Ii((e=>{this.phoneUserAttr.badgeLabel=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,rk(this.state)),u(this,v,"f").call(this,dk(this.state)),this.subscribe(u(this,g,"f").bind(this),rk),this.subscribe(u(this,v,"f").bind(this),dk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,v=new WeakMap,t=new WeakSet,s=function(){this.phoneUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.phoneUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.phoneUserAttr=new Xs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.phoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},m})),Jk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.recoveryEmailUserAttr.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,fk(this.state)),this.subscribe(u(this,p,"f").bind(this),fk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.recoveryEmailUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-recovery-email","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.recoveryEmailUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.recoveryEmailUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-recovery-email","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.recoveryEmailUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.recoveryEmailUserAttr=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="recoveryEmail"]')}),{logger:this.logger}),this.recoveryEmailUserAttr.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.recoveryEmailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Zk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.recoveryPhoneUserAttr.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,pk(this.state)),this.subscribe(u(this,p,"f").bind(this),pk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.recoveryPhoneUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-recovery-phone","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.recoveryPhoneUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.recoveryPhoneUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-recovery-phone","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.recoveryPhoneUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.recoveryPhoneUserAttr=new Xs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="recoveryPhone"]')}),{logger:this.logger}),this.recoveryPhoneUserAttr.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.recoveryPhoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Yk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.totpUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,vk(this.state)),this.subscribe(u(this,p,"f").bind(this),vk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.totpUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.totpUserAuthMethod.fulfilledFlowId&&(h(this,o,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.totpUserAuthMethod=new Qs((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Xk=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f,p,g,v;return v=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),i.set(this,{}),o.set(this,{}),r.set(this,{}),s.set(this,{}),g.set(this,Ii((e=>{Object.keys(u(this,n,"f")).forEach((t=>{u(this,n,"f")[t].value=(e[t]||"").toString()})),u(this,t,"m",p).call(this)})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,g,"f").call(this,yk(this.state)),this.subscribe(u(this,g,"f").bind(this),yk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,g=new WeakMap,t=new WeakSet,a=function(e){var t,n;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,o,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,n;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,s,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},l=function(e,n,r){const s=e.getAttribute("edit-flow-id");s&&(u(this,i,"f")[s]=this.createModal({"data-id":`edit-${n}`,"close-on-outside-click":"true"}),u(this,o,"f")[s]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,o,"f")[s]))},h=function(e,n,i){const o=e.getAttribute("delete-flow-id");o&&(u(this,r,"f")[o]=this.createModal({"data-id":`delete-${n}`,"close-on-outside-click":"true"}),u(this,s,"f")[o]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[o])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[o].afterClose=u(this,t,"m",d).bind(this,o),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[o])||void 0===t||t.open()})),this.syncFlowTheme(u(this,s,"f")[o]))},f=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((e=>{const i=e.getAttribute("data-id").replace("builtin.",""),o=new Xs(e,{logger:this.logger});u(this,n,"f")[i]=o,u(this,t,"m",l).call(this,e,i,o),u(this,t,"m",h).call(this,e,i,o)}))},p=function(){Object.entries(u(this,i,"f")).forEach((([e,n])=>{n.isClosed&&u(this,t,"m",a).call(this,e)})),Object.entries(u(this,r,"f")).forEach((([e,n])=>{n.isClosed&&u(this,t,"m",d).call(this,e)}))},v}));var Qk;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Qk||(Qk={}));const eC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return n=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),o.set(this,{}),r.set(this,{}),s.set(this,{}),l.set(this,Ii((e=>{var i;const o=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(o).forEach((i=>{const o=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||Qk.TEXT,s=e[o],a=new Xs(i,{logger:this.logger});a.value=n.getFormattedValue(r,s),u(this,t,"m",h).call(this,i,o,a),u(this,t,"m",f).call(this,i,o,a)}))})))}static getFormattedValue(e,t){return e===Qk.DATE&&t?new Date(t).toLocaleString():e===Qk.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString()}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this),u(this,l,"f").call(this,mk(this.state)),this.subscribe(u(this,l,"f").bind(this),mk)}))}},i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,l=new WeakMap,t=new WeakSet,a=function(e){var t,n;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,o,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,n;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,s,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},h=function(e,n,r){const s=e.getAttribute("edit-flow-id");s&&(u(this,i,"f")[s]=this.createModal({"data-id":`edit-${n}`,"close-on-outside-click":"true"}),u(this,o,"f")[s]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),u(this,t,"m",a).call(this,s),this.syncFlowTheme(u(this,o,"f")[s]))},f=function(e,n,i){const o=e.getAttribute("delete-flow-id");o&&(u(this,r,"f")[o]=this.createModal({"data-id":`delete-${n}`,"close-on-outside-click":"true"}),u(this,s,"f")[o]=new Ps((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[o])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[o].afterClose=u(this,t,"m",d).bind(this,o),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[o])||void 0===t||t.open()})),u(this,t,"m",d).call(this,o),this.syncFlowTheme(u(this,s,"f")[o]))},n})),tC=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(pl,_k,Cs,Lk,_r,vl,Fk,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),this.updateDeviceList=Ii((e=>{this.deviceList.data=e}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.deviceList=new ea((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield u(this,t,"m",a).call(this),u(this,t,"m",s).call(this,bk(this.state)),u(this,t,"m",o).call(this),this.subscribe(this.updateDeviceList.bind(this),bk))}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.deviceList.flowId&&(h(this,n,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=()=>u(this,t,"m",r).call(this,""),this.syncFlowTheme(u(this,i,"f")))},r=function(e=""){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:e}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.listDevices({userId:ek(this.state)})}))},s=function(e){this.deviceList.onRemoveDeviceClick((({id:e})=>{var i;u(this,t,"m",r).call(this,e),null===(i=u(this,n,"f"))||void 0===i||i.open()})),this.deviceList.data=e},a=function(){return c(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:ek(this.state)})}))},d})),nC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(pl,_k,Lk,_r,Fk,vl,oa,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),f.set(this,Ii((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=Ii((e=>{this.userPasskeys.data=e}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.userPasskeys=new na((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(u(this,t,"m",p).call(this,wk(this.state)),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),this.subscribe(u(this,f,"f").bind(this),ek),this.subscribe(this.updatePasskeyList.bind(this),wk))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,f=new WeakMap,t=new WeakSet,s=function(){this.userPasskeys.addPasskeyFlowId&&(h(this,n,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:ek(this.state)})}))},d=function(){this.userPasskeys.removePasskeyFlowId&&(h(this,o,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),h(this,r,new Ps((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,r,"f")))},l=function({externalId:e,credentialId:t}){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:e,credentialId:t}})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:ek(this.state)})}))},p=function(e){this.updatePasskeyList(e),this.userPasskeys.onAddPasskeyClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.userPasskeys.onRemovePasskeyClick((({id:e})=>{var n;const i=ek(this.state);u(this,t,"m",l).call(this,{externalId:i,credentialId:e}),null===(n=u(this,o,"f"))||void 0===n||n.open()}))},g})),iC={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},oC=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(_r,Lk,sa,zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),$k)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=iC[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),rC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(Lk,_r,Fk)(e)){constructor(){super(...arguments),t.add(this),n.set(this,null),o.set(this,(e=>c(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),r.set(this,(e=>{const i=Ck(e);this.tenantSelector.value!==i&&u(this,t,"m",l).call(this,i);const{loading:o,error:r}=e.selectTenant,a=null!==e.tenant.previousTenantId,d=i!==u(this,n,"f");!i||o||r||a||!d||(h(this,n,i,"f"),u(this,t,"m",s).call(this))}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.actions.setCurrentTenantId((()=>{const e=$n();return X$(e)})()),u(this,t,"m",i).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,kk(this.state)),this.subscribe(u(this,r,"f").bind(this))}))}},n=new WeakMap,o=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){this.tenantSelector=new ta((()=>{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(u(this,o,"f"))},s=function(){const e=Ck(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:e}})),this.tenantSelector.shouldReload&&u(this,t,"m",a).call(this)},a=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},d=function(e){return c(this,void 0,void 0,(function*(){const t=e.map((e=>({label:e.tenantName||e.tenantId,value:e.tenantId})));yield this.tenantSelector.setData(t)}))},l=function(e){e&&(this.tenantSelector.value=e)},f=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{u(this,t,"m",l).call(this,Ck(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),sC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(pl,_k,Lk,oa,_r,Fk,ml)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,[]),r.set(this,null)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",d).call(this),u(this,t,"m",a).call(this),u(this,o,"f").forEach((e=>e.enable()))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,t=new WeakSet,s=function(e){const n=new Ts(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",f).call(this,n.flowId,ek(this.state))})),u(this,o,"f").push(n)},a=function(){var e;const n=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(n).forEach((e=>{u(this,t,"m",s).call(this,e)}))},d=function(){h(this,n,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),u(this,n,"f").afterClose=()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.call(this),h(this,r,null,"f")},h(this,i,new Ps((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,i,"f"))},l=function(){var e;u(this,n,"f").open(),null===(e=u(this,r,"f"))||void 0===e||e.call(this)},f=function(e,o){u(this,n,"f").setContent(this.createFlowTemplate({flowId:e,client:{userId:o}})),h(this,r,u(this,i,"f").onPageUpdated((()=>u(this,t,"m",l).call(this))),"f"),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},p})),aC=Ai((e=>class extends(ki(Rs,Cs,Dk,eC,Bk,qk,Vk,Gk,Jk,Zk,Hk,zk,Yk,Xk,Kk,tC,nC,oC,rC,sC)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),dC=ki((e=>class extends(aC(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return ru})).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.15.0"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",dC);var lC=Object.freeze({__proto__:null,default:dC});const cC=(e,t,n,i={})=>{var o,r,s,a;return[Math.min(Math.max(t,("all"===i.left?e.offsetWidth:null!==(o=i.left)&&void 0!==o?o:0)-e.offsetWidth),window.innerWidth-("all"===i.right?e.offsetWidth:null!==(r=i.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===i.top?e.offsetHeight:null!==(s=i.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===i.bottom?e.offsetHeight:null!==(a=i.bottom)&&void 0!==a?a:0))]};var uC,hC,fC,pC,gC,vC,mC,yC,bC,wC;const $C=document.createElement("template");$C.innerHTML='\n<div class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n';const kC=ki(fs)(HTMLElement);class CC extends kC{constructor(){var e;super(),uC.add(this),hC.set(this,new Wi({messages:[]})),fC.set(this,void 0),pC.set(this,void 0),gC.set(this,void 0),vC.set(this,{resize:u(this,uC,"m",wC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild($C.content.cloneNode(!0)),this.injectStyle('\n.debugger {\n all: initial;\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey;\n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n\n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n }\n\n .msg_desc {\n color: #646464;\n cursor: initial;\n word-wrap: break-word;\n }\n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n'),h(this,fC,this.shadowRoot.querySelector(".debugger"),"f"),u(this,fC,"f").style.top="32px",u(this,fC,"f").style.left=window.innerWidth-300-32+"px",h(this,pC,u(this,fC,"f").querySelector(".content"),"f"),h(this,gC,u(this,fC,"f").querySelector(".header"),"f")}updateData(e){u(this,hC,"f").update((t=>({messages:t.messages.concat(e)})))}connectedCallback(){var e;((e,t,n)=>{let i=0,o=0,r=0,s=0;function a(t){t.preventDefault(),i=r-t.clientX,o=s-t.clientY,r=t.clientX,s=t.clientY;const[a,d]=cC(e,e.offsetLeft-i,e.offsetTop-o,n);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),r=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l})(u(this,fC,"f"),u(this,gC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,vC,"f").resize),(e=u(this,fC,"f")).onmousemove=t=>{var n;const i=t.target;(i.w&&i.w!==i.offsetWidth||i.h&&i.h!==i.offsetHeight)&&(null===(n=e.onresize)||void 0===n||n.call(e,t)),i.w=i.offsetWidth,i.h=i.offsetHeight},u(this,fC,"f").onresize=u(this,uC,"m",bC).bind(this),u(this,hC,"f").subscribe(u(this,uC,"m",mC).bind(this))}disconnectedCallback(){u(this,hC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,vC,"f").resize)}}hC=new WeakMap,fC=new WeakMap,pC=new WeakMap,gC=new WeakMap,vC=new WeakMap,uC=new WeakSet,mC=function(e){u(this,uC,"m",yC).call(this,e),u(this,uC,"m",bC).call(this)},yC=function(e){u(this,pC,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description||""}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},bC=function(){u(this,pC,"f").querySelectorAll(".msg").forEach((e=>{const t=e,n=t.querySelector(".msg_desc"),i=n.scrollWidth>n.clientWidth,o=n.clientHeight>20;i||o?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},wC=function(){const[e,t]=cC(u(this,fC,"f"),Number.parseInt(u(this,fC,"f").style.left,10),Number.parseInt(u(this,fC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,fC,"f").style.top=`${t}px`,u(this,fC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",CC);var SC=Object.freeze({__proto__:null,default:CC});const IC=(e,t,n,i={})=>{var o,r,s,a;return[Math.min(Math.max(t,("all"===i.left?e.offsetWidth:null!==(o=i.left)&&void 0!==o?o:0)-e.offsetWidth),window.innerWidth-("all"===i.right?e.offsetWidth:null!==(r=i.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===i.top?e.offsetHeight:null!==(s=i.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===i.bottom?e.offsetHeight:null!==(a=i.bottom)&&void 0!==a?a:0))]},RC=(e,t,n)=>{let i=0,o=0,r=0,s=0;function a(t){t.preventDefault(),i=r-t.clientX,o=s-t.clientY,r=t.clientX,s=t.clientY;const[a,d]=IC(e,e.offsetLeft-i,e.offsetTop-o,n);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),r=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l};var xC,OC,EC,AC,NC,MC,jC,PC,TC,WC,LC;const UC=document.createElement("template");UC.innerHTML='\n<div class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n';const DC=ki(fs)(HTMLElement);class FC extends DC{constructor(){super(),xC.add(this),OC.set(this,new br({messages:[]})),EC.set(this,void 0),AC.set(this,void 0),NC.set(this,void 0),MC.set(this,{resize:u(this,xC,"m",LC).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(UC.content.cloneNode(!0)),h(this,EC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,AC,u(this,EC,"f").querySelector(".content"),"f"),h(this,NC,u(this,EC,"f").querySelector(".header"),"f"),u(this,xC,"m",jC).call(this)}updateData(e){u(this,OC,"f").update((t=>({messages:t.messages.concat(e)})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;null===(t=e.init)||void 0===t||t.call(this),RC(u(this,EC,"f"),u(this,NC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,MC,"f").resize),(e=>{e.onmousemove=t=>{(t.target.w&&t.target.w!==t.target.offsetWidth||t.target.h&&t.target.h!==t.target.offsetHeight)&&e.onresize(t),t.target.w=t.target.offsetWidth,t.target.h=t.target.offsetHeight}})(u(this,EC,"f")),u(this,EC,"f").onresize=u(this,xC,"m",WC).bind(this),u(this,OC,"f").subscribe(u(this,xC,"m",PC).bind(this))}))}disconnectedCallback(){u(this,OC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,MC,"f").resize)}}OC=new WeakMap,EC=new WeakMap,AC=new WeakMap,NC=new WeakMap,MC=new WeakMap,xC=new WeakSet,jC=function(){this.injectStyle('\n .debugger {\n all: initial;\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey;\n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n\n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n }\n\n .msg_desc {\n color: #646464;\n cursor: initial;\n word-wrap: break-word;\n }\n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n'),u(this,EC,"f").style.top="32px",u(this,EC,"f").style.left=window.innerWidth-300-32+"px"},PC=function(e){u(this,xC,"m",TC).call(this,e),u(this,xC,"m",WC).call(this)},TC=function(e){u(this,AC,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},WC=function(){u(this,AC,"f").querySelectorAll(".msg").forEach((e=>{const t=e.querySelector(".msg_desc"),n=t.scrollWidth>t.clientWidth,i=t.clientHeight>20;n||i?(e.classList.add("collapsible"),e.onclick=t=>{t.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},LC=function(){const[e,t]=IC(u(this,EC,"f"),Number.parseInt(u(this,EC,"f").style.left,10),Number.parseInt(u(this,EC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,EC,"f").style.top=`${t}px`,u(this,EC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",FC);var _C=Object.freeze({__proto__:null,default:FC});e.AccessKeyManagement=Gi,e.ApplicationsPortal=Zi,e.AuditManagement=Xi,e.AuthProvider=({projectId:e,baseUrl:o="",baseStaticUrl:a="",baseCdnUrl:d="",sessionTokenViaCookie:l=!1,refreshTokenViaCookie:c=!1,hooks:u,persistTokens:h=!0,autoRefresh:f=!0,oidcConfig:p,storeLastAuthenticatedUser:g=!0,keepLastAuthenticatedUserAfterLogout:v=!1,refreshCookieName:m="",getExternalToken:y,customStorage:b,children:w})=>{const[$,k]=t.useState(),[C,S]=t.useState(),[I,R]=t.useState(),[x,O]=t.useState(!1),[E,A]=t.useState(!1),[N,M]=t.useState(!1),[j,P]=t.useState(!!p),T=t.useRef(!1),W=(({projectId:e,baseUrl:n,persistTokens:i,autoRefresh:o,sessionTokenViaCookie:r,refreshTokenViaCookie:a,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,getExternalToken:h,hooks:f,customStorage:p})=>t.useMemo((()=>{if(e)return gi({projectId:e,baseUrl:n,sessionTokenViaCookie:r,refreshTokenViaCookie:a,baseHeaders:s,persistTokens:i,autoRefresh:o,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,hooks:f,getExternalToken:h,customStorage:p})}),[e,n,JSON.stringify(r),JSON.stringify(a),h,p]))({projectId:e,baseUrl:o,persistTokens:h,autoRefresh:f,sessionTokenViaCookie:l,refreshTokenViaCookie:c,hooks:u,oidcConfig:p,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,getExternalToken:y,customStorage:b});t.useEffect((()=>{if(W){const e=W.onSessionTokenChange(S),t=W.onUserChange(k),n=W.onIsAuthenticatedChange(O),i=W.onClaimsChange(R);return()=>{e(),t(),n(),i()}}}),[W]);const L=t.useRef(!1),U=t.useRef(!1);t.useEffect((()=>{W&&p&&!T.current&&(T.current=!0,W.oidc.finishLoginIfNeed().finally((()=>{P(!1),L.current=!0})))}),[]);const D=t.useCallback((()=>{if(r())return;if(L.current)return;L.current=!0,M(!0);const e=()=>{requestAnimationFrame((()=>{setTimeout((()=>{M(!1)}),0)}))};i(null==W?void 0:W.refresh)(void 0,!0).then(e,e)}),[W]),F=t.useCallback((()=>{if(U.current)return;U.current=!0,A(!0);const e=()=>A(!1);i(W.me)().then(e,e)}),[W]),_=t.useMemo((()=>({fetchUser:F,user:$,isUserLoading:E,isUserFetched:U.current,fetchSession:D,session:C,isAuthenticated:x,isSessionLoading:N,isOidcLoading:j,isSessionFetched:L.current,projectId:e,baseUrl:o,baseStaticUrl:a,baseCdnUrl:d,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,customStorage:b,setUser:k,setSession:S,setIsAuthenticated:O,claims:I,sdk:W})),[F,$,E,U.current,D,C,x,N,j,L.current,e,o,a,d,v,m,b,k,S,O,I,W]);return t.createElement(n.Provider,{value:_},w)},e.Descope=Bi,e.OutboundApplications=eo,e.RoleManagement=no,e.SignInFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-in"})),e.SignUpFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-up"})),e.SignUpOrInFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-up-or-in"})),e.TenantProfile=oo,e.UserManagement=so,e.UserProfile=lo,e.baseHeaders=s,e.getCurrentTenant=$i,e.getJwtPermissions=bi,e.getJwtRoles=wi,e.getRefreshToken=yi,e.getSessionToken=mi,e.isRefreshTokenExpired=(e=yi())=>null==pi?void 0:pi.isJwtExpired(e),e.isSessionTokenExpired=(e=mi())=>null==pi?void 0:pi.isJwtExpired(e),e.refresh=(e=yi())=>null==pi?void 0:pi.refresh(e),e.useDescope=()=>{const{sdk:e}=Ki();return t.useMemo((()=>e||new Proxy(vi(),Hi)),[e])},e.useSession=()=>{const{session:e,claims:n,isSessionLoading:i,isOidcLoading:o,fetchSession:s,isSessionFetched:a,isAuthenticated:d}=Ki(),l=t.useRef(i||o);t.useMemo((()=>{l.current=i||o}),[i,o]);const c=!d&&!i&&!r();return t.useMemo((()=>{c&&!a&&(l.current=!0)}),[a]),t.useEffect((()=>{c&&s()}),[s]),{isSessionLoading:l.current,sessionToken:e,claims:n,isAuthenticated:d}},e.useUser=()=>{const{user:e,fetchUser:n,isUserLoading:i,isAuthenticated:o,isUserFetched:r}=Ki(),[s,a]=t.useState(!1),d=t.useRef(i),l=t.useMemo((()=>!e&&!i&&o&&!s),[n,o,s]);return t.useMemo((()=>{d.current=i}),[i]),t.useMemo((()=>{l&&!r&&(d.current=!0)}),[l,r]),t.useEffect((()=>{l&&(a(!0),n())}),[l]),{isUserLoading:d.current,user:e}}}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Descope={},e.React)}(this,(function(e,t){"use strict";const n=t.createContext(void 0),i=e=>(...t)=>{if(!e)throw Error("You can only use this function after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component");return e(...t)},o=e=>(...t)=>{let n;try{n=e(...t)}catch(e){console.error(e)}return n},r=()=>"undefined"!=typeof window&&!!window.descopeBridge,s={"x-descope-sdk-name":"react","x-descope-sdk-version":"3.0.0"},a="undefined"!=typeof window;var d=function(){return d=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)};function l(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}function c(e,t,n,i){return new(n||(n=Promise))((function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,a)}d((i=i.apply(e,t||[])).next())}))}function u(e,t,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(e):i?i.value:t.get(e)}function h(e,t,n,i,o){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?o.call(e,n):o?o.value=n:t.set(e,n),n}"function"==typeof SuppressedError&&SuppressedError;class f extends Error{}function p(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(e){return decodeURIComponent(atob(e).replace(/(.)/g,((e,t)=>{let n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return atob(t)}}function g(e,t){if("string"!=typeof e)throw new f("Invalid token specified: must be a string");t||(t={});const n=!0===t.header?0:1,i=e.split(".")[n];if("string"!=typeof i)throw new f(`Invalid token specified: missing part #${n+1}`);let o;try{o=p(i)}catch(e){throw new f(`Invalid token specified: invalid base64 for part #${n+1} (${e.message})`)}try{return JSON.parse(o)}catch(e){throw new f(`Invalid token specified: invalid json for part #${n+1} (${e.message})`)}}f.prototype.name="InvalidTokenError";var v={accessKey:{exchange:"/v1/auth/accesskey/exchange"},otp:{verify:"/v1/auth/otp/verify",signIn:"/v1/auth/otp/signin",signUp:"/v1/auth/otp/signup",update:{email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},signUpOrIn:"/v1/auth/otp/signup-in"},magicLink:{verify:"/v1/auth/magiclink/verify",signIn:"/v1/auth/magiclink/signin",signUp:"/v1/auth/magiclink/signup",update:{email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},signUpOrIn:"/v1/auth/magiclink/signup-in"},enchantedLink:{verify:"/v1/auth/enchantedlink/verify",signIn:"/v1/auth/enchantedlink/signin",signUp:"/v1/auth/enchantedlink/signup",session:"/v1/auth/enchantedlink/pending-session",update:{email:"/v1/auth/enchantedlink/update/email"},signUpOrIn:"/v1/auth/enchantedlink/signup-in"},oauth:{start:"/v1/auth/oauth/authorize",exchange:"/v1/auth/oauth/exchange",startNative:"v1/auth/oauth/native/start",finishNative:"v1/auth/oauth/native/finish",oneTap:{getOneTapClientId:"/v1/auth/onetap/clientid/{provider}",exchangeOneTapIDToken:"/v1/auth/onetap/idtoken/exchange",verifyOneTapIDToken:"/v1/auth/onetap/idtoken/verify"}},outbound:{connect:"/v1/outbound/oauth/connect"},saml:{start:"/v1/auth/saml/authorize",exchange:"/v1/auth/saml/exchange"},sso:{start:"/v1/auth/saml/authorize",exchange:"/v1/auth/saml/exchange"},totp:{verify:"/v1/auth/totp/verify",signUp:"/v1/auth/totp/signup",update:"/v1/auth/totp/update"},notp:{signIn:"/v1/auth/notp/whatsapp/signin",signUp:"/v1/auth/notp/whatsapp/signup",signUpOrIn:"/v1/auth/notp/whatsapp/signup-in",session:"/v1/auth/notp/pending-session"},webauthn:{signUp:{start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},signIn:{start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},signUpOrIn:{start:"/v1/auth/webauthn/signup-in/start"},update:{start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"}},password:{signUp:"/v1/auth/password/signup",signIn:"/v1/auth/password/signin",sendReset:"/v1/auth/password/reset",update:"/v1/auth/password/update",replace:"/v1/auth/password/replace",policy:"/v1/auth/password/policy"},refresh:"/v1/auth/refresh",tryRefresh:"/v1/auth/try-refresh",selectTenant:"/v1/auth/tenant/select",logout:"/v1/auth/logout",logoutAll:"/v1/auth/logoutall",me:"/v1/auth/me",myTenants:"/v1/auth/me/tenants",history:"/v1/auth/me/history",flow:{start:"/v1/flow/start",next:"/v1/flow/next"}};const m="<region>",y=`https://api.${m}descope.com`,b=6e5,w="dct",$=()=>{const e={};return{headers(t){const n="function"==typeof t.entries?Object.fromEntries(t.entries()):t;return e.Headers=JSON.stringify(n),this},body(t){return e.Body=t,this},url(t){return e.Url=t.toString(),this},method(t){return e.Method=t,this},title(t){return e.Title=t,this},status(t){return e.Status=t,this},retries(t){return e.Retries=t,this},build:()=>Object.keys(e).flatMap((t=>e[t]?[`${"Title"!==t?`${t}: `:""}${e[t]}`]:[])).join("\n")}},k=[503,520,521,522,524,530],C=[100,5e3,5e3],S=e=>new Promise((t=>setTimeout(t,e))),I=e=>async function(...t){let n=await e(...t),i=0;for(;k.includes(n.status)&&i<C.length;)await S(C[i]),n=await e(...t),i++;i>0&&(n.retries=i);const o=await n.text();return n.text=()=>Promise.resolve(o),n.json=()=>Promise.resolve(JSON.parse(o)),n.clone=()=>n,n};let R;const x=()=>{if(R)return R;const e=new Date,t=`${e.getUTCFullYear().toString()}-${(e.getUTCMonth()+1).toString().padStart(2,"0")}-${e.getUTCDate().toString().padStart(2,"0")}-${e.getUTCHours().toString().padStart(2,"0")}:${e.getUTCMinutes().toString().padStart(2,"0")}:${e.getUTCSeconds().toString().padStart(2,"0")}:${e.getUTCMilliseconds().toString()}`,n=Math.floor(1e3+9e3*Math.random());return R=`${t}-${n}`,R};var O;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(O||(O={}));const E=({path:e,baseUrl:t,queryParams:n,projectId:i})=>{const o=i.slice(1,-27);t=t.replace(m,o?o+".":"");let r=e?`${t.replace(/\/$/,"")}/${null==e?void 0:e.replace(/^\//,"")}`:t;if(n){const e=Object.keys(n);e.forEach(((t,i)=>{r=`${r}${0===i?"?":""}${t}=${encodeURIComponent(n[t])}${i===e.length-1?"":"&"}`}))}return r},A=(...e)=>new Headers(e.reduce(((e,t)=>((e=>Array.isArray(e)?e:e instanceof Headers?Array.from(e.entries()):e?Object.entries(e):[])(t).forEach((([t,n])=>{e[t]="function"==typeof n?n():n})),e)),{})),N={"Content-Type":"application/json"},M=(e,t="")=>{let n=e;return t&&(n=n+":"+t),{Authorization:`Bearer ${n}`}},j=(e,t)=>{const n={"x-descope-sdk-session-id":x(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.67.0","x-descope-project-id":e};return t&&(n["x-descope-refresh-cookie-name"]=t),n},P=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var T=e=>{var t;return(({baseUrl:e,projectId:t,baseConfig:n,refreshCookieName:i,logger:o,hooks:r,cookiePolicy:s,fetch:a})=>{const d=e||y,l=((e,t)=>{const n=t||fetch;return n||null==e||e.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),e?async function(...t){if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");e.log((e=>$().title("Request").url(e[0]).method(e[1].method).headers(e[1].headers).body(e[1].body).build())(t));const i=await I(n)(...t);return e[i.ok?"log":"error"](await(async e=>{const t=await e.text();return $().title("Response").url(e.url.toString()).status(`${e.status} ${e.statusText}`).headers(e.headers).body(t).retries(e.retries).build()})(i)),i}:I(n)})(o,a),c=async e=>{var o;const a=(null==r?void 0:r.beforeRequest)?r.beforeRequest(e):e,{path:c,body:u,headers:h,queryParams:f,method:p,token:g}=a,v=(e=>void 0===e?void 0:JSON.stringify(e))(u),m={headers:A(M(t,g),j(t,i),(null==n?void 0:n.baseHeaders)||{},P(v)?N:{},h),method:p,body:v};null!==s&&(m.credentials=s||"include");const y=await l(E({path:c,baseUrl:d,queryParams:f,projectId:t}),m);if((null==r?void 0:r.afterRequest)&&await r.afterRequest(e,null==y?void 0:y.clone()),null==r?void 0:r.transformResponse){const e=await y.json(),t=(b=(null===(o=y.headers)||void 0===o?void 0:o.get("set-cookie"))||"",Object.fromEntries(function(e){if(!e)return[];const t=[];let n=0;function i(){for(;n<e.length&&/\s/.test(e.charAt(n));)n+=1;return n<e.length}function o(){const t=e.charAt(n);return"="!==t&&";"!==t&&","!==t}for(;n<e.length;){const r=n;let s,a,d=!1;for(;i();)if(","===e.charAt(n)){for(s=n,n+=1,i(),a=n;n<e.length&&o();)n+=1;if(n<e.length&&"="===e.charAt(n)){d=!0,n=a,t.push(e.substring(r,s));break}n=s+1}else n+=1;(!d||n>=e.length)&&t.push(e.substring(r,e.length))}return t}(b).map((e=>{const t=e.split(";")[0],n=t.indexOf("=");return n<1?null:[t.substring(0,n).trim(),t.substring(n+1).trim()]})).filter(Boolean))),n=Object.assign(Object.assign({},y),{json:()=>Promise.resolve(e),cookies:t});return n.clone=()=>n,r.transformResponse(n)}var b;return y};return{get:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:O.get,token:i}),post:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.post,token:o}),patch:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.patch,token:o}),put:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:O.put,token:o}),delete:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:O.delete,token:i}),hooks:r,buildUrl:(e,n)=>E({projectId:t,baseUrl:d,path:e,queryParams:n})}})(Object.assign(Object.assign({},e),{hooks:{beforeRequest:t=>{var n;const i=[].concat((null===(n=e.hooks)||void 0===n?void 0:n.beforeRequest)||[]);return null==i?void 0:i.reduce(((e,t)=>t(e)),t)},afterRequest:async(t,n)=>{var i;const o=[].concat((null===(i=e.hooks)||void 0===i?void 0:i.afterRequest)||[]);0!=o.length&&(await Promise.allSettled(null==o?void 0:o.map((e=>e(t,null==n?void 0:n.clone()))))).forEach((t=>{var n;return"rejected"===t.status&&(null===(n=e.logger)||void 0===n?void 0:n.error(t.reason))}))},transformResponse:null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}}))},W=429;function L(e,t,n){var i;let o=U(e);if(t){if(!(null==o?void 0:o.tenants)&&(null==o?void 0:o[w])===t)return(null==o?void 0:o[n])||[];o=null===(i=null==o?void 0:o.tenants)||void 0===i?void 0:i[t]}const r=null==o?void 0:o[n];return Array.isArray(r)?r:[]}function U(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function D(e){const{exp:t}=U(e);return(new Date).getTime()/1e3>t}function F(e){let t=U(e);const n=Object.keys(null==t?void 0:t.tenants);return Array.isArray(n)?n:[]}function _(e,t){return L(e,t,"permissions")}function q(e,t){return L(e,t,"roles")}const B=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function K(e,t){var n;const i=await e,o={code:i.status,ok:i.ok,response:i},r=await i.clone().json();return i.ok?o.data=r:(o.error=r,i.status===W&&Object.assign(o.error,{retryAfter:Number.parseInt(null===(n=i.headers)||void 0===n?void 0:n.get("retry-after"))||0})),o}function V(e){var t;return(null===(t=U(e))||void 0===t?void 0:t[w])||""}const H=(e,t)=>(n=t)=>t=>!e(t)&&n.replace("{val}",t),z=(e,t)=>(n=t)=>t=>{const i=e.filter((e=>e(t)));return!(i.length<e.length)&&(n?n.replace("{val}",t):i.join(" OR "))},G=(...e)=>({validate:t=>(e.forEach((e=>{const n=e(t);if(n)throw new Error(n)})),!0)}),J=e=>t=>e.test(t),Z=J(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Y=J(/^\+[1-9]{1}[0-9]{3,14}$/),X=H(Z,'"{val}" is not a valid email'),Q=H(Y,'"{val}" is not a valid phone number'),ee=H((e=>e.length>=1),"Minimum length is 1");const te=H((e=>"string"==typeof e),"Input is not a string"),ne=H((e=>Array.isArray(e)),"Input is not an array"),ie=H((e=>"boolean"==typeof e),"Input is not a boolean"),oe=H((e=>void 0===e),"Input is defined"),re=z([te(),oe()],"Input is not a string or undefined"),se=z([ne(),ie()],"Input is not an array or boolean"),ae=(...e)=>t=>(...n)=>(e.forEach(((e,t)=>G(...e).validate(n[t]))),t(...n)),de=e=>[te(`"${e}" must be a string`)],le=e=>[re(`"${e}" must be string or undefined`)],ce=e=>[te(`"${e}" must be a string`),ee(`"${e}" must not be empty`)],ue=e=>[te(`"${e}" must be a string`),X()],he=e=>[te(`"${e}" must be a string`),Q()],fe=ae(ce("accessKey")),pe=e=>({exchange:fe(((t,n)=>K(e.post(v.accessKey.exchange,{loginOptions:n},{token:t}))))}),ge=(e,t,n)=>(t.forEach((t=>{const i=t.split(".");let o=i.shift(),r=e;for(;i.length>0;){if(r=r[o],!o||!r)throw Error(`Invalid path "${t}", "${o}" is missing or has no value`);o=i.shift()}if("function"!=typeof r[o])throw Error(`"${t}" is not a function`);const s=r[o];r[o]=n(s)})),e),ve=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var me,ye;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(me||(me={})),function(e){e.email="email"}(ye||(ye={}));const be=Object.assign(Object.assign({},me),ye);var we;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}(we||(we={}));const $e=ce("loginId"),ke=ae(ce("token")),Ce=ae($e),Se=ae(ce("pendingRef")),Ie=ae($e,ue("email")),Re=e=>({verify:ke((t=>K(e.post(v.enchantedLink.verify,{token:t})))),signIn:Ce(((t,n,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return K(e.post(B(v.enchantedLink.signIn,be.email),{loginId:t,URI:n,loginOptions:s,providerId:r},{token:o}))})),signUpOrIn:Ce(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(B(v.enchantedLink.signUpOrIn,be.email),{loginId:t,URI:n,loginOptions:r,providerId:o}))})),signUp:Ce(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.enchantedLink.signUp,be.email),{loginId:t,URI:n,user:i,loginOptions:s,providerId:r}))})),waitForSession:Se(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ve(n);let s;const a=setInterval((async()=>{const n=await e.post(v.enchantedLink.session,{pendingRef:t});n.ok&&(clearInterval(a),s&&clearTimeout(s),i(K(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:Ie(((t,n,i,o,r)=>K(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o}))))}}),xe=ae(ce("flowId")),Oe=ae(ce("executionId"),ce("stepId"),ce("interactionId")),Ee=e=>({start:xe(((t,n,i,o,r,s,a,d=!1)=>K(e.post(v.flow.start,{flowId:t,options:n,conditionInteractionId:i,interactionId:o,componentsVersion:r,flowVersions:s,input:a,isCustomScreen:d})))),next:Oe(((t,n,i,o,r,s,a=!1)=>K(e.post(v.flow.next,{executionId:t,stepId:n,interactionId:i,version:o,componentsVersion:r,input:s,isCustomScreen:a}))))}),Ae=ce("loginId"),Ne=ae(ce("token")),Me=ae(Ae),je=ae(Ae,he("phone")),Pe=ae(Ae,ue("email")),Te=Object.keys(be).filter((e=>e!==me.voice&&e!==me.im)),We=e=>({verify:Ne((t=>K(e.post(v.magicLink.verify,{token:t})))),signIn:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={},r)=>{var{providerId:s}=o,a=l(o,["providerId"]);return K(e.post(B(v.magicLink.signIn,n),{loginId:t,URI:i,loginOptions:a,providerId:s},{token:r}))}))})),{}),signUp:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o,r={})=>{var{providerId:s}=r,a=l(r,["providerId"]);return K(e.post(B(v.magicLink.signUp,n),{loginId:t,URI:i,user:o,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Te.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.magicLink.signUpOrIn,n),{loginId:t,URI:i,loginOptions:s,providerId:r}))}))})),{}),update:{email:Pe(((t,n,i,o,r)=>K(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o})))),phone:Object.keys(me).filter((e=>e!==me.voice)).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:je(((t,i,o,r,s)=>K(e.post(B(v.magicLink.update.phone,n),Object.assign({loginId:t,phone:i,URI:o},s),{token:r}))))})),{})}});var Le;!function(e){e.facebook="facebook",e.github="github",e.google="google",e.microsoft="microsoft",e.gitlab="gitlab",e.apple="apple",e.discord="discord",e.linkedin="linkedin",e.slack="slack"}(Le||(Le={}));const Ue=ae(ce("code")),De=e=>({start:Object.assign(((t,n,i,o,r)=>K(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:t},n&&{redirectURL:n}),r&&{loginHint:r}),token:o}))),Object.keys(Le).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:(t,i,o,r)=>K(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:n},t&&{redirectURL:t}),r&&{loginHint:r}),token:o}))})),{})),exchange:Ue((t=>K(e.post(v.oauth.exchange,{code:t})))),startNative:(t,n,i)=>K(e.post(v.oauth.startNative,{provider:t,loginOptions:n,implicit:i})),finishNative:(t,n,i,o,r)=>K(e.post(v.oauth.finishNative,{provider:t,stateId:n,user:i,code:o,idToken:r})),getOneTapClientId:t=>K(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,n,i,o)=>K(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o})),exchangeOneTapIDToken:(t,n,i,o)=>K(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o}))}),Fe=ce("appId"),_e=ae(Fe),qe=e=>({connect:_e(((t,n,i)=>{const o=null==n?void 0:n.tenantId,r=null==n?void 0:n.tenantLevel;return null==n||delete n.tenantId,null==n||delete n.tenantLevel,K(e.post(v.outbound.connect,{appId:t,tenantId:o,tenantLevel:r,options:n},{token:i}))}))}),Be=ce("loginId"),Ke=ae(Be,ce("code")),Ve=ae(Be),He=ae(Be,he("phone")),ze=ae(Be,ue("email")),Ge=e=>({verify:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i)=>K(e.post(B(v.otp.verify,n),{code:i,loginId:t}))))})),{}),signIn:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return K(e.post(B(v.otp.signIn,n),{loginId:t,loginOptions:s,providerId:r},{token:o}))}))})),{}),signUp:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(B(v.otp.signUp,n),{loginId:t,user:i,loginOptions:s,providerId:r}))}))})),{}),signUpOrIn:Object.keys(be).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(B(v.otp.signUpOrIn,n),{loginId:t,loginOptions:r,providerId:o}))}))})),{}),update:{email:ze(((t,n,i,o)=>K(e.post(v.otp.update.email,Object.assign({loginId:t,email:n},o),{token:i})))),phone:Object.keys(me).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:He(((t,i,o,r)=>K(e.post(B(v.otp.update.phone,n),Object.assign({loginId:t,phone:i},r),{token:o}))))})),{})}}),Je=ae(ce("tenant")),Ze=ae(ce("code")),Ye=e=>({start:Je(((t,n,i,o,r,s,a,d)=>K(e.post(v.sso.start,i||{},Object.assign({queryParams:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({tenant:t},n&&{redirectURL:n}),r&&{ssoId:r}),s&&{forceAuthn:"true"}),a&&{loginHint:a}),d&&{initiatedEmail:t})},o&&{token:o}))))),exchange:Ze((t=>K(e.post(v.sso.exchange,{code:t}))))}),Xe=ce("loginId"),Qe=ae(Xe,ce("code")),et=ae(Xe),tt=ae(Xe),nt=e=>({signUp:et(((t,n)=>K(e.post(v.totp.signUp,{loginId:t,user:n})))),verify:Qe(((t,n,i,o)=>K(e.post(v.totp.verify,{loginId:t,code:n,loginOptions:i},{token:o})))),update:tt(((t,n)=>K(e.post(v.totp.update,{loginId:t},{token:n}))))}),it=ce("loginId"),ot=ce("newPassword"),rt=ae(it,ce("password")),st=ae(it),at=ae(it,ot),dt=ae(it,ce("oldPassword"),ot),lt=e=>({signUp:rt(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return K(e.post(v.password.signUp,{loginId:t,password:n,user:i,loginOptions:s,providerId:r}))})),signIn:rt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(v.password.signIn,{loginId:t,password:n,loginOptions:r,providerId:o}))})),sendReset:st(((t,n,i)=>K(e.post(v.password.sendReset,{loginId:t,redirectUrl:n,templateOptions:i})))),update:at(((t,n,i)=>K(e.post(v.password.update,{loginId:t,newPassword:n},{token:i})))),replace:dt(((t,n,i)=>K(e.post(v.password.replace,{loginId:t,oldPassword:n,newPassword:i})))),policy:()=>K(e.get(v.password.policy))}),ct=de("loginId"),ut=ce("loginId"),ht=ce("origin"),ft=ae(ut,ht,ce("name")),pt=ae(ut,ht),gt=ae(ct,ht),vt=ae(ut,ht,le("token")),mt=ae(ce("transactionId"),ce("response")),yt=e=>({signUp:{start:ft(((t,n,i,o,r)=>K(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:i},origin:n,loginOptions:r,passkeyOptions:o})))),finish:mt(((t,n)=>K(e.post(v.webauthn.signUp.finish,{transactionId:t,response:n}))))},signIn:{start:gt(((t,n,i,o,r)=>K(e.post(v.webauthn.signIn.start,{loginId:t,origin:n,loginOptions:i,passkeyOptions:r},{token:o})))),finish:mt(((t,n)=>K(e.post(v.webauthn.signIn.finish,{transactionId:t,response:n}))))},signUpOrIn:{start:pt(((t,n,i,o)=>K(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:n,loginOptions:o,passkeyOptions:i}))))},update:{start:vt(((t,n,i,o,r)=>K(e.post(v.webauthn.update.start,{loginId:t,origin:n,passkeyOptions:o,mfa:r},{token:i})))),finish:mt(((t,n)=>K(e.post(v.webauthn.update.finish,{transactionId:t,response:n}))))}}),bt=de("loginId"),wt=ae(bt),$t=ae(ce("pendingRef")),kt=e=>({signUpOrIn:wt(((t,n={})=>{var{providerId:i}=n,o=l(n,["providerId"]);return K(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:o,providerId:i}))})),signUp:wt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return K(e.post(v.notp.signUp,{loginId:t,user:n,providerId:o,loginOptions:r}))})),signIn:wt(((t,n={},i)=>{var{providerId:o}=n,r=l(n,["providerId"]);return K(e.post(v.notp.signIn,{loginId:t,loginOptions:r,providerId:o},{token:i}))})),waitForSession:$t(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ve(n);let s;const a=setInterval((async()=>{const n=await e.post(v.notp.session,{pendingRef:t});n.ok&&(clearInterval(a),s&&clearTimeout(s),i(K(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)}))))}),Ct=ae(ce("token")),St=ae(le("token"));var It,Rt=ae([(It=ce("projectId"),H(((e,t)=>n=>G(...t).validate(((e,t)=>{const n=(Array.isArray(t)?t.join("."):String(t)).replace(/\[\\?("|')?(\w|d)+\\?("|')?\]/g,((e,t,n)=>"."+n)).split("."),i=n.length;let o=0,r=e===Object(e)?e:void 0;for(;null!=r&&o<i;)r=r[n[o++]];return o&&o===i&&void 0!==r?r:void 0})(n,e)))("projectId",It))())])((e=>{const{projectId:t,logger:n,baseUrl:i,cookiePolicy:o,baseHeaders:r={},refreshCookieName:s,fetch:a}=e;return d=T({baseUrl:i,projectId:t,logger:n,hooks:{get beforeRequest(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.beforeRequest},get afterRequest(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.afterRequest},get transformResponse(){var t;return null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}},cookiePolicy:o,baseConfig:{baseHeaders:r},refreshCookieName:s,fetch:a}),{accessKey:pe(d),otp:Ge(d),magicLink:We(d),enchantedLink:Re(d),oauth:De(d),outbound:qe(d),sso:Ye(d),saml:Ye(d),totp:nt(d),notp:kt(d),webauthn:yt(d),password:lt(d),flow:Ee(d),refresh:St(((e,t,n,i)=>{const o={};n&&(o.externalToken=n);const r=i?v.tryRefresh:v.refresh;return K(d.post(r,o,{token:e,queryParams:t}))})),selectTenant:ae([te("tenantId")],[re('"token" must be string or undefined')])(((e,t)=>K(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:St((e=>K(d.post(v.logout,{},{token:e})))),logoutAll:St((e=>K(d.post(v.logoutAll,{},{token:e})))),me:St((e=>K(d.get(v.me,{token:e})))),myTenants:ae([se('"tenants" must a string array or a boolean')],[re('"token" must be string or undefined')])(((e,t)=>{const n={};return"boolean"==typeof e?n.dct=e:n.ids=e,K(d.post(v.myTenants,n,{token:t}))})),history:St((e=>K(d.get(v.history,{token:e})))),isJwtExpired:Ct(D),getTenants:Ct(F),getJwtPermissions:Ct(_),getJwtRoles:Ct(q),getCurrentTenant:Ct(V),httpClient:d};var d})),xt=Object.assign(Rt,{DeliveryMethods:be});
2
+ /*! js-cookie v3.0.8 | MIT */function Ot(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)"__proto__"!==i&&(e[i]=n[i])}return e}var Et=function e(t,n){function i(e,i,o){if("undefined"!=typeof document){"number"==typeof(o=Ot({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in o)o[s]&&(r+="; "+s,!0!==o[s]&&(r+="="+o[s].split(";")[0]));return document.cookie=e+"="+t.write(i,e)+r}}return Object.create({set:i,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var n=document.cookie?document.cookie.split("; "):[],i={},o=0;o<n.length;o++){var r=n[o].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(a in i||(i[a]=t.read(s,a)),e===a)break}catch(e){}}return e?i[e]:i}},remove:function(e,t){i(e,"",Ot({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,Ot({},this.attributes,t))},withConverter:function(t){return e(Ot({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});var At={default:"endpoint"},Nt="Blocked by CSP",Mt="The endpoint parameter is not a valid URL",jt="Failed to load the JS script of the agent",Pt="9319";function Tt(e,t){var n,i,o,r,s,a=[],d=(n=function(e){var t=function(e,t,n){if(n||2===arguments.length)for(var i,o=0,r=t.length;o<r;o++)!i&&o in t||(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}([],e,!0);return{current:function(){return t[0]},postpone:function(){var e=t.shift();void 0!==e&&t.push(e)},exclude:function(){t.shift()}}}(e),r=0,i=function(){return Math.random()*Math.min(3e3,100*Math.pow(2,r++))},o=new Set,[n.current(),function(e,t){var r,s=t instanceof Error?t.message:"";if(s===Nt||s===Mt)n.exclude(),r=0;else if(s===Pt)n.exclude();else if(s===jt){var a=Date.now()-e.getTime()<50,d=n.current();d&&a&&!o.has(d)&&(o.add(d),r=0),n.postpone()}else n.postpone();var l=n.current();return void 0===l?void 0:[l,null!=r?r:e.getTime()+i()-Date.now()]}]),l=d[0],c=d[1];if(void 0===l)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var u=function(e){var n=new Date,i=function(t){return a.push({url:e,startedAt:n,finishedAt:new Date,error:t})},o=t(e);return o.then((function(){return i()}),i),o.catch((function(e){if(null!=s||(s=e),a.length>=5)throw s;var t=c(n,e);if(!t)throw s;var i,o=t[0],r=t[1];return(i=r,new Promise((function(e){return setTimeout(e,i)}))).then((function(){return u(o)}))}))};return u(l).then((function(e){return[e,a]}))}var Wt="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",Lt=Wt;function Ut(e){var t;e.scriptUrlPattern;var n=e.token,i=e.apiKey,o=void 0===i?n:i,r=l(e,["scriptUrlPattern","token","apiKey"]),s=null!==(t=function(e,t){return function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}(e,t)?e[t]:void 0}(e,"scriptUrlPattern"))&&void 0!==t?t:Wt,a=function(){var e=[],t=function(){e.push({time:new Date,state:document.visibilityState})},n=function(e,t,n,i){return e.addEventListener(t,n,i),function(){return e.removeEventListener(t,n,i)}}(document,"visibilitychange",t);return t(),[e,n]}(),c=a[0],u=a[1];return Promise.resolve().then((function(){if(!o||"string"!=typeof o)throw new Error("API key required");var e=function(e,t){return(Array.isArray(e)?e:[e]).map((function(e){return function(e,t){var n=encodeURIComponent;return e.replace(/<[^<>]+>/g,(function(e){return"<version>"===e?"3":"<apiKey>"===e?n(t):"<loaderVersion>"===e?n("3.11.6"):e}))}(String(e),t)}))}(s,o);return Tt(e,Dt)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===Pt?new Error(jt):e}(e)})).then((function(e){var t=e[0],n=e[1];return u(),t.load(d(d({},r),{ldi:{attempts:n,visibilityStates:c}}))}))}function Dt(e){return function(e,t,n){var i,o=document,r="securitypolicyviolation",s=function(t){var n=new URL(e,location.href),o=t.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=t,a())};o.addEventListener(r,s);var a=function(){return o.removeEventListener(r,s)};return Promise.resolve().then(t).then((function(e){return a(),e}),(function(e){return new Promise((function(e){var t=new MessageChannel;t.port1.onmessage=function(){return e()},t.port2.postMessage(null)})).then((function(){if(a(),i)return n(i);throw e}))}))}(e,(function(){return function(e){return new Promise((function(t,n){if(function(e){if(URL.prototype)try{return new URL(e,location.href),!1}catch(e){if(e instanceof Error&&"TypeError"===e.name)return!0;throw e}}(e))throw new Error(Mt);var i=document.createElement("script"),o=function(){var e;return null===(e=i.parentNode)||void 0===e?void 0:e.removeChild(i)},r=document.head||document.getElementsByTagName("head")[0];i.onload=function(){o(),t()},i.onerror=function(){o(),n(new Error(jt))},i.async=!0,i.src=e,r.appendChild(i)}))}(e)}),(function(){throw new Error(Nt)})).then(Ft)}function Ft(){var e=window,t="__fpjs_p_l_b",n=e[t];if(function(e,t){var n,i=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,e,t);(null==i?void 0:i.configurable)?delete e[t]:i&&!i.writable||(e[t]=void 0)}(e,t),"function"!=typeof(null==n?void 0:n.load))throw new Error(Pt);return n}const _t="3.2.0",qt="undefined"!=typeof window,Bt=Math.pow(2,31)-1,Kt=`https://descopecdn.com/npm/oidc-client-ts@${_t}/dist/browser/oidc-client-ts.min.js`,Vt=`https://cdn.jsdelivr.net/npm/oidc-client-ts@${_t}/dist/browser/oidc-client-ts.min.js`,Ht=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let zt;const Gt=e=>{try{return g(e).exp}catch(e){return null}},Jt=e=>{const{refresh_expire_in:t,refresh_token:n}=e;return t?Math.floor(Date.now()/1e3)+t:Gt(n)},Zt=e=>{const{expires_in:t,expires_at:n,access_token:i}=e;return n||(t?Math.floor(Date.now()/1e3)+t:i?Gt(i):void 0)},Yt=e=>{const{access_token:t,id_token:n,refresh_token:i,refresh_expire_in:o}=e,r=l(e,["access_token","id_token","refresh_token","refresh_expire_in"]);return Object.assign({sessionJwt:e.sessionJwt||t,idToken:n,refreshJwt:e.refreshJwt||i,sessionExpiration:e.sessionExpiration||Zt(e),cookieExpiration:e.cookieExpiration||Jt(e)},r)},Xt=(e,t)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,i)=>{var o;return n[i]=[].concat((null===(o=e.hooks)||void 0===o?void 0:o[i])||[]).concat((null==t?void 0:t[i])||[]),n}),null!==(n=e.hooks)&&void 0!==n?n:e.hooks={}),e},Qt=async e=>{if(!(null==e?void 0:e.ok))return{};const t=await(null==e?void 0:e.clone().json()),n=(null==t?void 0:t.authInfo)||t||{};return Yt(n)},en=()=>qt&&!!window.descopeBridge,tn=(e,t)=>{if(!((null==t?void 0:t.status)>=400&&(null==t?void 0:t.status)<500))return!1;const n=(null==e?void 0:e.path)||"";return Ht.includes(n)},nn=void 0!==zt||qt&&void 0!==window.localStorage,on=(e,t)=>{var n,i;return null===(i=null===(n=zt||qt&&window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i?void 0:i.call(n,e,t)},rn=e=>{var t,n;return null===(n=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e)},sn=e=>{var t,n;return null===(n=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n?void 0:n.call(t,e)},an=e=>{var t,n,i,o,r;return null!==(r=null!==(n=null===(t=null==zt?void 0:zt.key)||void 0===t?void 0:t.call(zt,e))&&void 0!==n?n:qt&&(null===(o=null===(i=window.localStorage)||void 0===i?void 0:i.key)||void 0===o?void 0:o.call(i,e)))&&void 0!==r?r:null},dn=e=>{var t,n;return qt&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e))||null},ln=e=>{var t,n;try{qt&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n||n.call(t,e))}catch(e){}},cn=(...e)=>{console.debug(...e)},un=(...e)=>{console.warn(...e)},hn="DS",fn="DSR",pn="DSI",gn="DSRCN";function vn(e,t,n){if(t){const{cookieDomain:i,cookiePath:o,cookieSameSite:r,cookieExpiration:s,cookieSecure:a}=n,d=new Date(1e3*s),l=mn(i);Et.set(e,t,{path:o,domain:l?i:void 0,expires:d,sameSite:r,secure:a})}}function mn(e){const t=window.location.hostname.split("."),n=null==e?void 0:e.split(".");return t.slice(-(null==n?void 0:n.length)).join(".")===e}const yn=e=>(null==e?void 0:e.cookieName)||hn,bn=e=>(null==e?void 0:e.cookieName)||fn;function wn(e="",t){return Et.get(bn(t))||rn(`${e}${fn}`)||""}function $n(e="",t){return Et.get(yn(t))||rn(`${e}${hn}`)||""}function kn(e=""){return rn(`${e}${pn}`)||""}function Cn(e="",t,n,i){sn(`${e}${fn}`),sn(`${e}${hn}`),sn(`${e}${pn}`),sn(`${e}${gn}`);const o=yn(t);Et.remove(o,null==i?void 0:i.session);const r=bn(n);Et.remove(r,null==i?void 0:i.refresh)}const Sn=(e,t,n)=>i=>{const o=Object.assign(i,{token:i.token||wn(e,t)});if(!n){const t=function(e=""){return rn(`${e}${gn}`)}(e);t&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-refresh-cookie-name":t}))}const r=function(e=""){return rn(`${e}DTD`)||""}(e);return r&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-trusted-device-token":r})),o},In=qt&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",Rn="vsid",xn="vrid",On="fp",En=(e=!1)=>{const t=rn(On);if(!t)return null;const n=JSON.parse(t);return(new Date).getTime()>n.expiry&&!e?null:n.value},An=async(e,t=In)=>{try{if(En())return;const n=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),i=new URL(t);i.pathname="/fXj8gt3x8VulJBna/x96Emn69oZwcd7I6";const o=new URL(t);o.pathname="/fXj8gt3x8VulJBna/w78aRZnnDZ3Aqw0I";const r=o.toString()+"?apiKey=<apiKey>&version=<version>&loaderVersion=<loaderVersion>",s=Ut({apiKey:e,endpoint:[i.toString(),At],scriptUrlPattern:[r,Lt]}),a=await s,{requestId:d}=await a.get({linkedId:n}),l=((e,t)=>({[Rn]:e,[xn]:t}))(n,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};on(On,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},Nn=e=>{const t=En(!0);return t&&e.body&&(e.body.fpData=t),e},Mn="descopeFlowNonce",jn="X-Descope-Flow-Nonce",Pn="/v1/flow/start",Tn="/v1/flow/next",Wn=(e,t=Mn)=>`${t}${e}`,Ln=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Un=e=>{var t;return e.path===Tn&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Ln(e.body.executionId):null},Dn="dls_last_user_login_id",Fn="dls_last_user_display_name",_n=e=>on(Dn,e),qn=()=>rn(Dn),Bn=()=>rn(Fn),Kn=e=>async(...t)=>{var n;t[1]=t[1]||{};const[,i={}]=t,o=qn(),r=Bn();return o&&(null!==(n=i.lastAuth)&&void 0!==n||(i.lastAuth={}),i.lastAuth.loginId=o,i.lastAuth.name=r),await e(...t)},Vn="DSLI",Hn=e=>async(...t)=>{const n=await e(...t);return ln(Vn),n};function zn(){const e=[];return{pub:t=>{e.forEach((e=>e(t)))},sub:t=>{const n=e.push(t)-1;return()=>e.splice(n,1)}}}async function Gn(e){const t=function(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ti(n.publicKey.challenge),n.publicKey.user.id=ti(n.publicKey.user.id),null===(t=n.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=ti(e.id)})),n}(e);try{return n=await navigator.credentials.create(t),JSON.stringify({id:n.id,rawId:ni(n.rawId),type:n.type,response:{attestationObject:ni(n.response.attestationObject),clientDataJSON:ni(n.response.clientDataJSON)}})}catch(e){throw await Yn(e,t,!0)}var n}async function Jn(e){const t=Qn(e);try{return ei(await navigator.credentials.get(t))}catch(e){throw await Yn(e,t,!1)}}async function Zn(e,t){const n=Qn(e);n.signal=t.signal,n.mediation="conditional";try{return ei(await navigator.credentials.get(n))}catch(e){throw await Yn(e,n,!1)}}async function Yn(e,t,n){if(e&&"object"==typeof e)try{e.reason=await async function(e,t,n){var i,o;const r=null==e?void 0:e.name;if("AbortError"===r&&(null==t?void 0:t.signal)instanceof AbortSignal)return"aborted";if("InvalidStateError"===r&&n)return"authenticator_already_registered";if("NotSupportedError"===r)return"no_supported_algorithm";if("ConstraintError"===r)return"authenticator_constraints_unsupported";if("SecurityError"===r){const e=window.location.hostname;return"localhost"===e||/^([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$/i.test(e)?"invalid_rpid":"invalid_domain"}if(!await Xn())return"webauthn_unsupported";const s="platform"===(null===(o=null===(i=null==t?void 0:t.publicKey)||void 0===i?void 0:i.authenticatorSelection)||void 0===o?void 0:o.authenticatorAttachment);return n&&s&&!await Xn(!0)?"platform_authenticator_unsupported":"NotAllowedError"===r?"not_allowed":"unknown"}(e,t,n)}catch(e){}return e}async function Xn(e=!1){var t,n;if(!qt)return Promise.resolve(!1);if(en()){const e=null===(n=null===(t=window.descopeBridge)||void 0===t?void 0:t.hostInfo)||void 0===n?void 0:n.webauthn;if("boolean"==typeof e)return e}const i=!!(window.PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return i&&e&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():i}function Qn(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ti(n.publicKey.challenge),null===(t=n.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=ti(e.id)})),n}function ei(e){return JSON.stringify({id:e.id,rawId:ni(e.rawId),type:e.type,response:{authenticatorData:ni(e.response.authenticatorData),clientDataJSON:ni(e.response.clientDataJSON),signature:ni(e.response.signature),userHandle:e.response.userHandle?ni(e.response.userHandle):void 0}})}function ti(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function ni(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ii,oi=(ii=e=>({async signUp(t,n,i){const o=await e.webauthn.signUp.start(t,window.location.origin,n,i);if(!o.ok)return o;const r=await Gn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,r)},async signIn(t,n){const i=await e.webauthn.signIn.start(t,window.location.origin,void 0,void 0,n);if(!i.ok)return i;const o=await Jn(i.data.options);return await e.webauthn.signIn.finish(i.data.transactionId,o)},async signUpOrIn(t,n){var i;const o=await e.webauthn.signUpOrIn.start(t,window.location.origin,n);if(!o.ok)return o;if(null===(i=o.data)||void 0===i?void 0:i.create){const t=await Gn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,t)}{const t=await Jn(o.data.options);return await e.webauthn.signIn.finish(o.data.transactionId,t)}},async update(t,n,i){const o=await e.webauthn.update.start(t,window.location.origin,n,i);if(!o.ok)return o;const r=await Gn(o.data.options);return await e.webauthn.update.finish(o.data.transactionId,r)},helpers:{create:Gn,get:Jn,isSupported:Xn,conditional:Zn}}),(...e)=>{const t=ii(...e);return Object.assign(t.signUp,e[0].webauthn.signUp),Object.assign(t.signIn,e[0].webauthn.signIn),Object.assign(t.signUpOrIn,e[0].webauthn.signUpOrIn),Object.assign(t.update,e[0].webauthn.update),t});const ri="/fedcm/config",si=()=>{if(window.crypto&&window.crypto.getRandomValues){const e=new Uint8Array(16);return window.crypto.getRandomValues(e),Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join("")}return Math.random().toString(36).substring(2)};async function ai(e,t){var n;try{await di(e,t)}catch(e){null===(n=null==t?void 0:t.onFailed)||void 0===n||n.call(t,e)}}async function di(e,t){var n,i;const o=await async function(e,t="google",n,i,o){const r=si(),s=await async function(){return new Promise(((e,t)=>{if(window.google)return void e(window.google.accounts.id);let n=document.getElementById("google-gsi-client-script");n||(n=document.createElement("script"),document.head.appendChild(n),n.async=!0,n.defer=!0,n.id="google-gsi-client-script",n.src="https://accounts.google.com/gsi/client"),n.onload=function(){window.google?e(window.google.accounts.id):t("Failed to load Google GSI client script - not loaded properly")},n.onerror=function(){t("Failed to load Google GSI client script - failed to load")}}))}(),a=await e.oauth.getOneTapClientId(t);if(!a.ok)throw new Error("Failed to get OneTap client ID for provider "+t);const d=a.data.clientId;return new Promise((e=>{var a,l;const c=n=>{e({provider:t,nonce:r,credential:null==n?void 0:n.credential})};s.initialize(Object.assign(Object.assign({},n),{itp_support:null===(a=null==n?void 0:n.itp_support)||void 0===a||a,use_fedcm_for_prompt:null===(l=null==n?void 0:n.use_fedcm_for_prompt)||void 0===l||l,client_id:d,callback:c,nonce:r})),s.prompt((e=>{var t,n;if(o&&(null==e?void 0:e.isDismissedMoment())){const n=null===(t=e.getDismissedReason)||void 0===t?void 0:t.call(e);return null==o||o(n),void c()}if(i&&(null==e?void 0:e.isSkippedMoment())){const t=null===(n=e.getSkippedReason)||void 0===n?void 0:n.call(e);return null==i||i(t),void c()}}))}))}(e,t.provider,t.oneTapConfig,t.onSkipped,t.onDismissed);if(!o.credential)return null;if(null==t?void 0:t.onCodeReceived){const i=await e.oauth.verifyOneTapIDToken(o.provider,o.credential,o.nonce,null==t?void 0:t.loginOptions);if(!i.ok||!i.data)throw new Error("Failed to verify OneTap client ID for provider "+o.provider);null===(n=null==t?void 0:t.onCodeReceived)||void 0===n||n.call(t,i.data.code)}else{const n=await e.oauth.exchangeOneTapIDToken(o.provider,o.credential,o.nonce,null==t?void 0:t.loginOptions);if(!n.ok||!n.data)throw new Error("Failed to exchange OneTap client ID for provider "+o.provider);null===(i=null==t?void 0:t.onAuthenticated)||void 0===i||i.call(t,n.data)}}var li=e=>Object.assign(Object.assign({},e.flow),{start:async(...t)=>{const n=await Xn(),i=Object.assign(Object.assign({location:window.location.href},t[1]),{deviceInfo:{webAuthnSupport:n},startOptionsVersion:1});return t[1]=i,e.flow.start(...t)}});let ci;const ui=(e,t)=>new Promise(((n,i)=>{if(!e.length)return i(new Error("No URLs provided to loadScriptWithFallback"));const o=t();if(o)return n(o);const r=e.shift(),s=document.createElement("script");s.src=r,s.id=(e=>{let t=0;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return Math.abs(t).toString(16)})(r),s.onload=()=>{const e=t();if(e)return n(e);throw new Error("Could not get entry after loading script from URL")},s.addEventListener("error",(()=>{ui(e,t),s.setAttribute("data-error","true")})),document.body.appendChild(s)})),hi=(e,t,n)=>{const i=async()=>{let i,o;return i&&o||({client:i,stateUserKey:o}=await(async(e,t,n)=>{ci||(ci=(async()=>{try{return require("oidc-client-ts")}catch(e){return ui([Kt,Vt],(()=>window.oidc))}})());const{OidcClient:i,WebStorageStateStore:o}=await ci;if(!i)throw new Error("oidc-client-ts is not installed. Please install it by running `npm install oidc-client-ts`");const r=(null==n?void 0:n.redirectUri)||window.location.href;let s,a,d,l;if(null==n?void 0:n.issuer){if(!n.clientId)throw new Error("clientId is required when providing a custom issuer/authority");s=n.issuer,a=n.clientId,d=`${a}_user`,l="openid"}else(null==n?void 0:n.applicationId)?(s=e.httpClient.buildUrl(t),s=`${s}/${n.applicationId}`,a=t,d=`${a}_user`,l="openid email roles descope.custom_claims offline_access"):(s=e.httpClient.buildUrl(t),a=t,d=`${a}_user`,l="openid email roles descope.custom_claims offline_access");const c={authority:s,client_id:a,redirect_uri:r,response_type:"code",scope:(null==n?void 0:n.scope)||l,stateStore:new o({store:window.localStorage,prefix:a}),loadUserInfo:!0,fetchRequestCredentials:"same-origin"};return(null==n?void 0:n.redirectUri)&&(c.redirect_uri=n.redirectUri),{client:new i(c),stateUserKey:d}})(e,t,n)),{client:i,stateUserKey:o}},o=async(t="")=>{var n;const{client:o,stateUserKey:r}=await i(),s=await o.processSigninResponse(t||window.location.href);var a;return await(null===(n=e.httpClient.hooks)||void 0===n?void 0:n.afterRequest({},new Response(JSON.stringify(s)))),on(r,JSON.stringify({id_token:(a=s).id_token,session_state:a.session_state,profile:a.profile})),(()=>{const e=new URL(window.location.href);e.searchParams.delete("code"),e.searchParams.delete("state"),window.history.replaceState({},document.title,e.toString())})(),s};return{loginWithRedirect:async(t={},n=!1)=>{var o;const{client:r}=await i(),s=await r.createSigninRequest(t),{url:a}=s;return n||(await(null===(o=e.httpClient.hooks)||void 0===o?void 0:o.afterRequest({},new Response(JSON.stringify(s)))),window.location.href=a),{ok:!0,data:s}},finishLogin:o,finishLoginIfNeed:async(e="")=>{if(window.location.search.includes("code")&&window.location.search.includes("state"))return await o(e)},refreshToken:async t=>{var n;const{client:o,stateUserKey:r}=await i(),s=(e=>{const t=rn(e);return t?JSON.parse(t):null})(r);if(!s)throw new Error("User not found in storage to refresh token");let a=t;if(!a){const t={};e.httpClient.hooks.beforeRequest(t),a=t.token}const d=await o.useRefreshToken({state:{refresh_token:a,session_state:s.session_state,profile:s.profile}});return await(null===(n=e.httpClient.hooks)||void 0===n?void 0:n.afterRequest({},new Response(JSON.stringify(d)))),d},logout:async(e,t=!1)=>{const{client:n,stateUserKey:o}=await i();e||(e={}),e.id_token_hint=e.id_token_hint||kn(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const r=await n.createSignoutRequest(e),{url:s}=r;return sn(o),t||window.location.replace(s),r}}},fi=function(...e){return t=>e.reduce(((e,t)=>t(e)),t)}((e=>t=>{var n;return n=t.customStorage,zt=n,e(t)}),(e=>t=>{var{fpKey:n,fpLoad:i}=t,o=l(t,["fpKey","fpLoad"]);return qt?(n&&i&&An(n).catch((()=>null)),e(Xt(o,{beforeRequest:Nn}))):e(o)}),(e=>t=>e(Object.assign(Object.assign({},t),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.51.3"},t.baseHeaders)}))),(e=>t=>{const n=zn(),i=zn(),o=zn(),r=zn(),s=e(Xt(t,{afterRequest:async(e,t)=>{if(tn(e,t))cn("Session invalidated, notifying subscribers with empty values"),i.pub(null),o.pub(null),n.pub(null),r.pub(null);else{const e=await(async e=>{const t=await Qt(e);return(null==t?void 0:t.user)||((null==t?void 0:t.hasOwnProperty("userId"))?t:void 0)})(t);e&&o.pub(e);const{sessionJwt:s,sessionExpiration:a,claims:d}=await Qt(t);s&&i.pub(s),d&&r.pub(d),(a||s)&&n.pub(a||42)}}})),a=ge(s,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const s=await e(...t);return i.pub(null),o.pub(null),n.pub(null),r.pub(null),s}));return Object.assign(a,{onSessionTokenChange:i.sub,onUserChange:o.sub,onClaimsChange:r.sub,onIsAuthenticatedChange:e=>n.sub((t=>{e(!!t)}))})}),(e=>t=>{var n;const{enableFlowNonce:i=!0,nonceStoragePrefix:o=Mn}=t,r=l(t,["enableFlowNonce","nonceStoragePrefix"]);if(!i)return e(r);((e=Mn)=>{try{if(!nn)return;for(let o=0;o<(void 0,n=void 0,void 0,null!==(i=null!==(t=null==zt?void 0:zt.length)&&void 0!==t?t:qt&&(null===(n=window.localStorage)||void 0===n?void 0:n.length))&&void 0!==i?i:0);o++){const t=an(o);if(t&&t.startsWith(e)){const n=rn(t);if(n)try{JSON.parse(n).expiry<Date.now()&&sn(t)}catch(e){sn(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,n,i})(o);const s=e(Xt(r,{afterRequest:async(e,t)=>{if(e.path!==Pn&&e.path!==Tn)return;const{nonce:n,executionId:i}=await(async(e,t)=>{try{const n=t.headers.get(jn);let i=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return i||(i=Un(e)),{nonce:n,executionId:Ln(i)}}catch(e){return{nonce:null,executionId:null}}})(e,t);n&&i&&((e,t,n,i=Mn)=>{try{const o=Wn(e,i),r=n?172800:10800,s={value:t,expiry:Date.now()+1e3*r,isStart:n};on(o,JSON.stringify(s))}catch(e){console.error("Error setting flow nonce:",e)}})(i,n,e.path===Pn,o)},beforeRequest:e=>{if(e.path===Tn){const t=Un(e);if(t){const n=((e,t=Mn)=>{try{const n=Wn(e,t),i=rn(n);if(!i)return null;const o=JSON.parse(i);return o.expiry<Date.now()?(((e,t=Mn)=>{try{const n=Wn(e,t);sn(n)}catch(e){console.error("Error removing flow nonce:",e)}})(e,t),null):o.value}catch(e){return console.error("Error getting flow nonce:",e),null}})(t,o);n&&(e.headers=e.headers||{},e.headers[jn]=n)}}return e}}));if(null===(n=s.flow)||void 0===n?void 0:n.next){let e=Promise.resolve();const t=s.flow.next.bind(s.flow);s.flow.next=async(...n)=>{const i=e;let o;e=new Promise((e=>{o=e})),await i;try{return await t(...n)}finally{o()}}}return s}),(e=>t=>{const n=e(Xt(t,{afterRequest:async(e,t)=>{if(tn(e,t))return void ln(Vn);const n=await Qt(t);(null==n?void 0:n.sessionExpiration)&&((e,t)=>{var n,i;try{qt&&(null===(i=null===(n=window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i||i.call(n,e,t))}catch(e){}})(Vn,String(n.sessionExpiration))}}));return ge(n,["logout","logoutAll","oidc.logout"],Hn)}),(e=>t=>{var{autoRefresh:n}=t,i=l(t,["autoRefresh"]);const o=!!n,r="object"==typeof n&&(null==n?void 0:n.customActivityTracking);if(!o||en())return Object.assign(e(i),{markUserActive:()=>{un("markUserActive() called but has no effect")}});const{clearAllTimers:s,setTimer:a}=(()=>{const e=[];return{clearAllTimers:()=>{for(;e.length;)clearTimeout(e.pop())},setTimer:(t,n)=>{e.push(setTimeout(t,n))}}})();let d,c,u=null,h=!1,f=!1;r&&(cn("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),qt&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(cn("Expiration time passed, refreshing session"),p.refresh(wn()||c))}));const p=e(Xt(i,{afterRequest:async(e,t)=>{const{sessionJwt:n,refreshJwt:i,sessionExpiration:o,nextRefreshSeconds:r}=await Qt(t);if(tn(e,t))cn("Session invalidated, canceling all timers"),s();else if(n||o){if(d=((e,t)=>{if(t)return new Date(1e3*t);cn("Could not extract expiration time from session token, trying to decode the token");try{const t=g(e);if(t.exp)return new Date(1e3*t.exp)}catch(e){return null}})(n,o),!d)return void cn("Could not extract expiration time from session token");c=i,h=r>0;const e=((e,t)=>{let n;var i;return t>0?(n=1e3*t,cn(`Using provided nextRefreshSeconds: ${t}s`)):n=((i=e)?i.getTime()-(new Date).getTime():0)-2e4,n>Bt&&(cn(`Timeout is too large (${n}ms), setting it to ${Bt}ms`),n=Bt),n})(d,r);if(s(),e<=2e4)return void cn("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});cn(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(qt&&"hidden"===document.visibilityState)cn("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return cn("Skipping refresh due to timer - user is idle"),void(f=!0);cn("Refreshing session due to timer"),p.refresh(wn()||i)}}),e)}}}));return Object.assign(ge(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const n=await e(...t);return cn("Clearing all timers"),s(),n})),{markUserActive:u?()=>{cn("markUserActive() called"),h||cn("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(cn("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(wn()||c))}:()=>{un("markUserActive() called but customActivityTracking is not enabled — this call has no effect")}})}),(e=>t=>{var{storeLastAuthenticatedUser:n=!0,keepLastAuthenticatedUserAfterLogout:i=!1}=t,o=l(t,["storeLastAuthenticatedUser","keepLastAuthenticatedUserAfterLogout"]);if(!n)return Object.assign(e(o),{getLastUserLoginId:qn,getLastUserDisplayName:Bn});const r=e(Xt(o,{afterRequest:async(e,t)=>{var n;const{userInfo:i,lastAuth:o}=await(async e=>{if(!(null==e?void 0:e.ok))return{userInfo:void 0,lastAuth:void 0};const t=await(null==e?void 0:e.clone().json()),n=Yt((null==t?void 0:t.authInfo)||t||{});return{userInfo:(null==n?void 0:n.user)||((null==n?void 0:n.hasOwnProperty("userId"))?n:void 0),lastAuth:t.lastAuth}})(t),r=null===(n=null==i?void 0:i.loginIds)||void 0===n?void 0:n[0],s=null==i?void 0:i.name;r?(_n(r),(e=>{on(Fn,e)})(s)):(null==o?void 0:o.loginId)&&_n(o.loginId)}}));let s=ge(r,["flow.start"],Kn);return s=ge(s,["logout","logoutAll"],(e=>t=>async(...n)=>{const i=await t(...n);return e||(sn(Dn),sn(Fn)),i})(i)),Object.assign(s,{getLastUserLoginId:qn,getLastUserDisplayName:Bn})}),(e=>t=>{var{persistTokens:n,sessionTokenViaCookie:i,refreshTokenViaCookie:o,storagePrefix:r,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!n||!qt)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Xt(Object.assign({refreshCookieName:s},a),{beforeRequest:Sn(r,o,s),afterRequest:async(e,t)=>{if(tn(e,t))cn("Session invalidated, clearing persisted tokens"),Cn(r,i,o,d);else{const e=await Qt(t);e.cookieName?on(`${r||""}${gn}`,e.cookieName):e.refreshJwt&&sn(`${r||""}${gn}`);const n=((e={},t=!1,n="",i=!1)=>{var o,r,s,a;const{sessionJwt:d,refreshJwt:l,trustedDeviceJwt:c}=e;let u;if(l)if(i){sn(`${n}${fn}`);const t=i.sameSite||"Strict",s=null===(o=i.secure)||void 0===o||o,a=null!==(r=i.domain)&&void 0!==r?r:e.cookieDomain,d=bn(i);s&&"https:"!==window.location.protocol&&un("Refresh token cookie is configured with secure=true but the page is not using HTTPS. The cookie will not be set. To fix this, pass refreshTokenViaCookie: { secure: process.env['NODE_ENV'] !== 'development' }");const c=Object.assign(Object.assign({},e),{cookieSameSite:t,cookieSecure:s,cookieDomain:a});vn(d,l,c);const h=mn(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=bn(i);Et.remove(e),on(`${n}${fn}`,l)}if(d)if(t){const n=t.sameSite||"Strict",i=null===(s=t.secure)||void 0===s||s,o=null!==(a=t.domain)&&void 0!==a?a:e.cookieDomain,r=yn(t);i&&"https:"!==window.location.protocol&&un("Session token cookie is configured with secure=true but the page is not using HTTPS. The cookie will not be set. To fix this, pass sessionTokenViaCookie: { secure: process.env['NODE_ENV'] !== 'development' }");const l=Object.assign(Object.assign({},e),{cookieSameSite:n,cookieSecure:i,cookieDomain:o});vn(r,d,l);const c=mn(o);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?o:void 0}})}else on(`${n}${hn}`,d);return e.idToken&&on(`${n}${pn}`,e.idToken),c&&on(`${n}DTD`,c),u})(e,i,r,o);n&&(d=n)}}})),u=ge(c,["logout","logoutAll","oidc.logout"],((e,t,n,i)=>o=>async(...r)=>{const s=await o(...r);return Cn(e,t,n,null==i?void 0:i()),s})(r,i,o,(()=>d)));return Object.assign(u,{getRefreshToken:()=>wn(r,o),getSessionToken:()=>$n(r,i),getIdToken:()=>kn(r)})}))((e=>{const t=xt(e),n=hi(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(i,o)=>{var r;if(en())return cn(`Refresh called in native flow: ${(new Error).stack}`),Promise.resolve({ok:!1,error:{errorCode:"J171000",errorDescription:"Refresh is not supported in native flows via the web SDK"}});if(e.oidcConfig)try{return await n.refreshToken(i),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161001",errorDescription:e.toString()}})}if(o&&qt&&void 0!==window.localStorage&&!dn(Vn)&&!rn(Dn)&&!dn("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=$n(),a=wn();let d="";if(e.getExternalToken)try{d=await(null===(r=e.getExternalToken)||void 0===r?void 0:r.call(e))}catch(e){cn("Error getting external token while refreshing",e)}return t.refresh(i,{dcs:s?"t":"f",dcr:a?"t":"f"},d,o)},logout:async i=>{if(e.oidcConfig)try{return await n.logout({id_token_hint:i}),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161000",errorDescription:e.toString()}})}return t.logout(i)},flow:li(t),webauthn:oi(t),fedcm:(i=t,o=e.projectId,{onetap:{requestExchangeCode(e){ai(i,e)},requestAuthentication(e){ai(i,e)}},async oneTap(e,t,n,o,r){await di(i,{provider:e,oneTapConfig:t,loginOptions:n,onSkipped:o,onDismissed:r})},async launch(e){var t;const n={identity:{context:e||"signin",providers:[{configURL:i.httpClient.buildUrl(o+ri),clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return i.refresh(r.token)},isSupported:()=>qt&&"IdentityCredential"in window,async isLoggedIn(e){var t;const n=i.httpClient.buildUrl(o+ri);try{const i={identity:{context:e||"signin",providers:[{configURL:n,clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(i));return!!r&&!!r.token}catch(e){return!1}}}),oidc:n});var i,o}));let pi;const gi=e=>{const t=fi(Object.assign({persistTokens:a,autoRefresh:a},e));return pi=t,t},vi=()=>gi({projectId:"temp pid",persistTokens:!1,autoRefresh:!1,storeLastAuthenticatedUser:!1});pi=vi();const mi=()=>a?null==pi?void 0:pi.getSessionToken():(console.warn("Get session token is not supported in SSR"),""),yi=()=>a?null==pi?void 0:pi.getRefreshToken():(console.warn("Get refresh token is not supported in SSR"),""),bi=o(((e=mi(),t)=>null==pi?void 0:pi.getJwtPermissions(e,t))),wi=o(((e=mi(),t)=>null==pi?void 0:pi.getJwtRoles(e,t))),$i=o(((e=mi())=>null==pi?void 0:pi.getCurrentTenant(e)));function ki(...e){return t=>e.reduce(((e,t)=>t(e)),t)}const Ci=e=>{const t=document.createElement("template");return t.innerHTML=e,t},Si=(e,t)=>e.length===t.length&&e.every(((e,n)=>e===t[n])),Ii=e=>{let t,n;return(...i)=>(t&&Si(t,i)||(t=i,n=e(...i)),n)},Ri=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),xi=e=>(t,...n)=>t.reduce(((t,i,o)=>{var r;return`${t}${i}${(null===(r=null==n?void 0:n[o])||void 0===r?void 0:r[e>1?1:0])||""}`}),""),Oi=(e,t=500)=>{let n;return function(...i){clearTimeout(n),n=setTimeout((()=>e.apply(this,i)),t)}},Ei=(e={})=>{const t=Ci("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,n])=>{t.content.querySelector("descope-wc").setAttribute(Ri(e),(e=>"string"==typeof e?e:(e=>null!==e&&"object"==typeof e&&Object.getPrototypeOf(e)===Object.prototype)(e)?JSON.stringify(e):"")(n))})),t},Ai=e=>{const t=Symbol((e=>{const t=e.toString();let n=0;for(let e=0;e<t.length;e++)n=(n<<5)-n+t.charCodeAt(e),n&=n;return n.toString(16)})(e));return n=>{if(n[t])return n;const i=e(n);return i[t]=!0,i}};var Ni,Mi,ji,Pi;function Ti(e,t){const n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(let i=0;i<n.length;i+=1){const o=n[i],r=e[o],s=t[o];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!Ti(r,s))return!1}else if(r!==s)return!1}return!0}let Wi=class{constructor(e={},{forceUpdate:t=!1}={}){Ni.set(this,void 0),Mi.set(this,{}),ji.set(this,0),Pi.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,Ni,"f")):e,n=Object.assign(Object.assign({},u(this,Ni,"f")),t);if(u(this,Pi,"f")||!Ti(u(this,Ni,"f"),n)){const e=u(this,Ni,"f");h(this,Ni,n,"f"),Object.freeze(u(this,Ni,"f")),setTimeout((()=>{Object.values(u(this,Mi,"f")).forEach((t=>t(n,e,((e,t)=>n=>e[n]!==t[n])(n,e))))}),0)}},h(this,Ni,e,"f"),h(this,Pi,t,"f")}get current(){return Object.assign({},u(this,Ni,"f"))}subscribe(e){return h(this,ji,u(this,ji,"f")+1,"f"),u(this,Mi,"f")[u(this,ji,"f")]=e,u(this,ji,"f").toString()}unsubscribe(e){const t=!!u(this,Mi,"f")[e];return t&&delete u(this,Mi,"f")[e],t}unsubscribeAll(){return h(this,Mi,{},"f"),!0}};Ni=new WeakMap,Mi=new WeakMap,ji=new WeakMap,Pi=new WeakMap;const Li=["=","+","-","@","\t","\r"],Ui=e=>{const t=(e=>e.length>0&&Li.includes(e[0])?`'${e}`:e)(Array.isArray(e)?e.join("; "):String(null!=e?e:""));return t.includes(",")||t.includes('"')||t.includes("\n")||t.includes("\r")?`"${t.replace(/"/g,'""')}"`:t};function Di(e){if(e)return{locale:e.toLowerCase(),fallback:e.toLowerCase()};const t=navigator.language;return t?t.includes("-")?{locale:t.toLowerCase(),fallback:t.split("-")[0].toLowerCase()}:{locale:t.toLowerCase(),fallback:t.toLowerCase()}:{locale:"",fallback:""}}const Fi=e=>"string"==typeof e||null==e?e:JSON.stringify(e),_i=e=>t.forwardRef(((n,i)=>{const{prop:o,attr:r,rest:s}=t.useMemo((()=>Object.entries(n).reduce(((e,[t,n])=>{const{trimmedKey:i,category:o}=(e=>{const[,t,n]=/(.*)\.(prop|attr)$/.exec(e)||[,e,"rest"];return{trimmedKey:t,category:n}})(t);return"prop"===o?e.prop.push([i,n]):"attr"===o?e.attr.push([Ri(i),Fi(n)]):Object.assign(e.rest,{[Ri(i)]:n}),e}),{attr:[],prop:[],rest:{}})),[n]),a=t.useRef(null),d=t.useCallback((e=>{a.current=e,e&&(o.forEach((([e,t])=>{a.current[e]=t})),r.forEach((([t,n])=>{null==n?e.removeAttribute(t):e.setAttribute(t,n)})))}),[o,r,a]);return t.useImperativeHandle(i,(()=>a.current)),t.createElement(e,Object.assign({ref:d},s))})),qi=t.lazy((async()=>(((null===customElements||void 0===customElements?void 0:customElements.get("descope-wc"))||await Promise.resolve().then((function(){return du})).then((e=>e.default))).sdkConfigOverrides={baseHeaders:s,persistTokens:!1,hooks:{get beforeRequest(){return pi.httpClient.hooks.beforeRequest},set beforeRequest(e){}}},{default:_i(t.forwardRef(((e,n)=>{var{"external-request-id":i}=e,o=l(e,["external-request-id"]);return t.useMemo((()=>{var e,t;e="x-external-rid",(t=i)?s[e]=t:delete s[e]}),[i]),t.createElement("descope-wc",Object.assign({ref:n},o))})))}))),Bi=t.forwardRef((({flowId:e,onSuccess:i,onError:o,onReady:r,logger:s,tenant:a,theme:d,nonce:l,locale:c,debug:u,client:h,form:f,telemetryKey:p,redirectUrl:g,autoFocus:v,validateOnBlur:m,restartOnError:y,errorTransformer:b,styleId:w,onScreenUpdate:$,dismissScreenErrorOnInput:k,outboundAppId:C,outboundAppScopes:S,popupOrigin:I,children:R,externalRequestId:x,themeOverride:O},E)=>{const[A,N]=t.useState(null);t.useImperativeHandle(E,(()=>A));const{projectId:M,baseUrl:j,baseStaticUrl:P,baseCdnUrl:T,storeLastAuthenticatedUser:W,keepLastAuthenticatedUserAfterLogout:L,refreshCookieName:U,customStorage:D,sdk:F}=t.useContext(n),_=t.useCallback((async e=>{await F.httpClient.hooks.afterRequest({},new Response(JSON.stringify(e.detail))),i&&i(e)}),[i]);return t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",_),o&&(null==e||e.addEventListener("error",o)),r&&(null==e||e.addEventListener("ready",r)),()=>{o&&(null==e||e.removeEventListener("error",o)),r&&(null==e||e.removeEventListener("ready",r)),null==e||e.removeEventListener("success",_)}}),[A,o,_]),t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",_),()=>{null==e||e.removeEventListener("success",_)}}),[A,_]),t.useEffect((()=>{const e=A;return o&&(null==e||e.addEventListener("error",o)),()=>{o&&(null==e||e.removeEventListener("error",o))}}),[A,o]),t.useEffect((()=>{const e=A;return r&&(null==e||e.addEventListener("ready",r)),()=>{r&&(null==e||e.removeEventListener("error",r))}}),[A,r]),t.createElement("form",null,t.createElement(t.Suspense,{fallback:null},t.createElement(qi,{projectId:M,flowId:e,baseUrl:j,baseStaticUrl:P,baseCdnUrl:T,ref:N,telemetryKey:p,redirectUrl:g,autoFocus:v,styleId:w,validateOnBlur:m,restartOnError:y,keepLastAuthenticatedUserAfterLogout:L,tenant:a,externalRequestId:x,customStorage:D,themeOverride:O,"theme.attr":d,"nonce.attr":l,"locale.attr":c,"form.attr":f,"client.attr":h,"debug.attr":u,"outbound-app-id.attr":C,"outbound-app-scopes.attr":S,"popup-origin.attr":I,"store-last-authenticated-user.attr":W,"refreshCookieName.attr":U,"dismiss-screen-error-on-input.attr":k,"errorTransformer.prop":b,"logger.prop":s,"onScreenUpdate.prop":$,"customStorage.prop":D},R)))}));var Ki=()=>{const e=t.useContext(n);if(!e)throw Error("You can only use this hook in the context of <AuthProvider />");return e};const Vi=e=>`You can only use this ${e} after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component`,Hi={get(e,t){if("object"==typeof e[t]&&null!==e[t])return new Proxy(e[t],Hi);if("function"==typeof e[t])return()=>{throw Error(Vi("function"))};throw Error(Vi("attribute"))}},zi=t.lazy((async()=>(await Promise.resolve().then((function(){return Ch})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-access-key-management-widget",Object.assign({ref:n},e)))))}))),Gi=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(zi,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),Ji=t.lazy((async()=>(await Promise.resolve().then((function(){return Kh})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-applications-portal-widget",Object.assign({ref:n},e)))))}))),Zi=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,onReady:d},l)=>{const[c,u]=t.useState(null);t.useImperativeHandle(l,(()=>c));const{projectId:h,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,refreshCookieName:v}=t.useContext(n);return t.useEffect((()=>{const e=c;return d&&(null==e||e.addEventListener("ready",d)),()=>{d&&(null==e||e.removeEventListener("ready",d))}}),[c,d]),t.createElement(t.Suspense,{fallback:null},t.createElement(Ji,{ref:u,projectId:h,widgetId:s,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Yi=t.lazy((async()=>(await Promise.resolve().then((function(){return hf})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-audit-management-widget",Object.assign({ref:n},e)))))}))),Xi=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(Yi,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),Qi=t.lazy((async()=>(await Promise.resolve().then((function(){return qf})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-outbound-applications-widget",Object.assign({ref:n},e)))))}))),eo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,onReady:d,client:l,form:c},u)=>{const[h,f]=t.useState(null);t.useImperativeHandle(u,(()=>h));const{projectId:p,baseUrl:g,baseStaticUrl:v,baseCdnUrl:m,refreshCookieName:y}=t.useContext(n);return t.useEffect((()=>{const e=h;return d&&(null==e||e.addEventListener("ready",d)),()=>{d&&(null==e||e.removeEventListener("ready",d))}}),[h,d]),t.createElement(t.Suspense,{fallback:null},t.createElement(Qi,{ref:f,projectId:p,widgetId:s,baseUrl:g,baseStaticUrl:v,baseCdnUrl:m,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":y,"client.attr":l,"form.attr":c,"logger.prop":e}))})),to=t.lazy((async()=>(await Promise.resolve().then((function(){return Bp})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-role-management-widget",Object.assign({ref:n},e)))))}))),no=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l},c)=>{const[u,h]=t.useState(null);t.useImperativeHandle(c,(()=>u));const{projectId:f,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,refreshCookieName:m}=t.useContext(n);return t.useEffect((()=>{const e=u;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[u,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(to,{ref:h,projectId:f,widgetId:a,tenant:i,baseUrl:p,baseStaticUrl:g,baseCdnUrl:v,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":m,"logger.prop":e}))})),io=t.lazy((async()=>(await Promise.resolve().then((function(){return Tg})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-tenant-profile-widget",Object.assign({ref:n},e)))))}))),oo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,styleId:a,tenant:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b}=t.useContext(n);return t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(io,{projectId:g,widgetId:s,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,styleId:a,tenant:d,ref:p,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":a,"tenant.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),ro=t.lazy((async()=>(await Promise.resolve().then((function(){return F$})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-user-management-widget",Object.assign({ref:n},e)))))}))),so=t.forwardRef((({logger:e,tenant:i,theme:o,locale:r,debug:s,widgetId:a,styleId:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b}=t.useContext(n);return t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(ro,{projectId:g,widgetId:a,tenant:i,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,ref:p,"theme.attr":o,"locale.attr":r,"debug.attr":s,"styleId.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),ao=t.lazy((async()=>(await Promise.resolve().then((function(){return hC})),{default:_i(t.forwardRef(((e,n)=>t.createElement("descope-user-profile-widget",Object.assign({ref:n},e)))))}))),lo=t.forwardRef((({logger:e,theme:i,locale:o,debug:r,widgetId:s,onLogout:a,styleId:d,onReady:l,client:c,form:u},h)=>{const[f,p]=t.useState(null);t.useImperativeHandle(h,(()=>f));const{projectId:g,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,refreshCookieName:b,setSession:w,setUser:$,setIsAuthenticated:k}=t.useContext(n),C=t.useCallback((e=>{a&&a(e),k(!1),w(""),$(null)}),[a,w,k,$]);return t.useEffect((()=>{if(f)return f.addEventListener("logout",C),()=>f.removeEventListener("logout",C)}),[f,C]),t.useEffect((()=>{const e=f;return l&&(null==e||e.addEventListener("ready",l)),()=>{l&&(null==e||e.removeEventListener("ready",l))}}),[f,l]),t.createElement(t.Suspense,{fallback:null},t.createElement(ao,{projectId:g,widgetId:s,baseUrl:v,baseStaticUrl:m,baseCdnUrl:y,styleId:d,ref:p,"theme.attr":i,"locale.attr":o,"debug.attr":r,"styleId.attr":d,"refreshCookieName.attr":b,"client.attr":c,"form.attr":u,"logger.prop":e}))})),co="undefined"!=typeof localStorage,uo="J151000",ho="E103205",fo="E108201",po=co&&localStorage.getItem("base.content.url")||"",go="base.ui.components.url";co&&localStorage.getItem(go),co&&localStorage.getItem(go);const vo="descope-login-flow",mo="code",yo="redirect_mode",bo="err",wo="data-exclude-field",$o="data-exclude-next",ko="dls_last_auth",Co="dls_last_submitted_login_id",So="state_id",Io="saml_idp_state_id",Ro="wsfed_idp_state_id",xo="saml_idp_username",Oo="descope_idp_initiated",Eo="sso_app_id",Ao="custom_app_id",No="third_party_app_id",Mo="third_party_app_state_id",jo="oidc_login_hint",Po="oidc_prompt",To="oidc_resource",Wo="oidc_error_redirect_uri",Lo="application_scopes",Uo="data-type",Do="redirect",Fo="poll",_o="webauthnCreate",qo="webauthnGet",Bo="nativeBridge",Ko="loadForm",Vo="submit",Ho="polling",zo=["descope-multi-select-combo-box","descope-text-area"],Go="dls_last_auth_in_flight",Jo=["cssVars","componentsConfig","inputs","errorText","errorType","clientScripts","data","totp","notp","sentTo","sso","selfProvisionDomains"];var Zo;!function(e){e.backward="backward",e.forward="forward"}(Zo||(Zo={}));const Yo=["descope-enriched-text"];function Xo(e){return new URLSearchParams(window.location.search).get(e)}function Qo(e){if(window.history.replaceState&&Xo(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}function er(e,t){if(!t)return;const n=+e,i=+t;return Number.isNaN(n)||Number.isNaN(i)?void 0:n>i?Zo.forward:n<i?Zo.backward:void 0}const tr=e=>{let[t="",n=""]=(Xo(vo)||"").split("_");const i=(e=>{var t;return(null===(t=/(.*)\|#\|.*/.exec(e))||void 0===t?void 0:t[1])||""})(t);return(!e||i&&i!==e)&&(t="",n=""),{executionId:t,stepId:n,executionFlowId:i}};function nr(){Qo(vo)}const ir=e=>e.replace(/-./g,(e=>e[1].toUpperCase())),or=(e,t)=>{const{executionId:n,stepId:i,executionFlowId:o}=tr(e);if(o&&e!==o)return t.debug("Flow id does not match the execution flow id, skipping url params handling"),{ssoQueryParams:{}};(n||i)&&nr();const r=Xo("t")||void 0;r&&Qo("t");const s=Xo(mo)||void 0;s&&Qo(mo);const a="popup"===Xo(yo);a&&Qo(yo);const d=Xo(bo)||void 0;d&&Qo(bo);const{redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h}={redirectAuthCodeChallenge:Xo("ra-challenge"),redirectAuthCallbackUrl:Xo("ra-callback"),redirectAuthBackupCallbackUri:Xo("ra-backup-callback"),redirectAuthInitiator:Xo("ra-initiator")},f=Xo(So);f&&Qo(So);const p=Xo(Io);p&&Qo(Io);const g=Xo(Ro);g&&Qo(Ro);const v=Xo(xo);p&&Qo(xo);const m=Xo(Oo);m&&Qo(Oo);const y=Xo(Eo);y&&Qo(Eo);const b=Xo(Ao);b&&Qo(Ao);const w=Xo(No);w&&Qo(No);const $=Xo(Mo);$&&Qo(Mo);const k=Xo(Lo);k&&Qo(Lo);const C=Xo(jo);C&&Qo(jo);const S=Xo(Po);S&&Qo(Po);const I=Xo(Wo);I&&Qo(Wo);const R=Xo(To);return R&&Qo(To),{executionId:n,stepId:i,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h,ssoQueryParams:{oidcIdpStateId:f,samlIdpStateId:p,wsfedIdpStateId:g,samlIdpUsername:v,descopeIdpInitiated:"true"===m,ssoAppId:y,customAppId:b,oidcLoginHint:C,oidcPrompt:S,oidcErrorRedirectUri:I,oidcResource:R,thirdPartyAppId:w,thirdPartyAppStateId:$,applicationScopes:k}}},rr=e=>{let t,n;return Object.assign(((...i)=>{return t&&(r=i,(o=t).length===r.length&&o.every(((e,t)=>e===r[t])))||(t=i,n=e(...i)),n;var o,r}),{reset:()=>{t=void 0,n=void 0}})},sr=(e,t,n)=>{if(!0===t||"skipFirstScreen"===t&&!n){const t=e.querySelector('*[name]:not([auto-focus="false"]):not([aria-hidden="true"])');setTimeout((()=>{null==t||t.focus()}))}};function ar(e,t,n){return new Promise(((i,o)=>{let r=!1;const s=setTimeout((()=>{r=!0,void 0!==n?i(n):o(new Error(`Promise timed out after ${e} ms`))}),e);t.then((e=>{r||(clearTimeout(s),i(e))})).catch((e=>{r||(clearTimeout(s),o(e))}))}))}const dr=(e,{oidcIdpStateId:t,samlIdpStateId:n,wsfedIdpStateId:i,samlIdpUsername:o,ssoAppId:r,customAppId:s,oidcLoginHint:a,oidcPrompt:d,oidcErrorRedirectUri:l,oidcResource:c,thirdPartyAppId:u,thirdPartyAppStateId:h,applicationScopes:f})=>!(!e||t||n||i||o||r||s||a||d||l||c||u||h||f),lr=e=>null==e?void 0:e.submit(),cr=(e,t)=>{const n=t.find((t=>e[t]));return n?e[n]:null},ur=(e,t=100)=>{let n;return function(...i){n||e.apply(this,i),clearTimeout(n),n=setTimeout((()=>{n=null}),t)}},hr={minLength:"data-password-policy-value-minlength",strength:"data-password-policy-value-passwordstrength",disallowedChars:"data-password-policy-value-disallowedchars",email:"data-password-policy-value-email",activePolicies:"active-policies",availablePolicies:"available-policies"},fr=(e,t)=>{var n;const i=null==e?void 0:e.componentsDynamicAttrs;if(!i)return;const o=Object.entries(i).find((([e])=>(e=>{var t;return null===(t=e.match(/\[data-name=["']([^"']+)["']\]/))||void 0===t?void 0:t[1]})(e)===t));return null===(n=null==o?void 0:o[1])||void 0===n?void 0:n.attributes},pr=[{key:"totp",from:e=>e.totp},{key:"notp",from:e=>e.notp},{key:"sentTo",from:e=>e.sentTo},{key:"sso",from:e=>e.sso},{key:"selfProvisionDomains",from:e=>e.selfProvisionDomains},{key:"inboundAppApproveScopes",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.thirdPartyAppApproveScopes)||void 0===n?void 0:n.data}},{key:"securityQuestionsSetup",from:e=>{var t;return null===(t=e.componentsConfig)||void 0===t?void 0:t.sqSetup}},{key:"securityQuestionsVerify",from:e=>{var t;return null===(t=e.componentsConfig)||void 0===t?void 0:t.sqVerify}},{key:"userTenants",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.userSelectedTenant)||void 0===n?void 0:n.data}},{key:"userRoles",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.userRoles)||void 0===n?void 0:n.data}},{key:"ssoApplications",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.ssoApplications)||void 0===n?void 0:n.data}},{key:"ssoConfigurations",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.ssoConfigurations)||void 0===n?void 0:n.data}},{key:"samlAttributeMappings",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.samlMappings)||void 0===n?void 0:n.options}},{key:"oidcAttributeMappings",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.oidcMappings)||void 0===n?void 0:n.options}},{key:"samlGroupMappings",from:e=>{var t,n;return null===(n=null===(t=e.componentsConfig)||void 0===t?void 0:t.samlGroupMappings)||void 0===n?void 0:n.options}},{key:"passwordPolicy",from:e=>{var t;return(e=>{if(!e)return;const t=Object.fromEntries(Object.entries(hr).map((([t,n])=>[t,e[n]])).filter((([,e])=>void 0!==e)));return Object.keys(t).length?t:void 0})(null===(t=e.componentsConfig)||void 0===t?void 0:t.newPassword)}},{key:"recoveryCodes",from:e=>(e=>{const t=fr(e,"recoveryCodes");if(t)return Array.isArray(t.data)?t.data.map((e=>e.value)):[]})(e.componentsConfig)},{key:"outboundApp",from:e=>(e=>{const t=fr(e,"outboundApp");if(t)return{label:t.label,iconSrc:t["icon-src"],appId:t["data-descope-outbound-oauth-app-id"]}})(e.componentsConfig)}],gr=e=>{const t=Object.assign({},e);return e.inboundAppApproveScopes&&(t.thirdPartyAppApproveScopes=e.inboundAppApproveScopes),t};function vr(e,t){return`sdkScriptsResults.${t?`${e}_${t}`:e}`}var mr,yr,br,wr;function $r(e,t){const n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(let i=0;i<n.length;i+=1){const o=n[i],r=e[o],s=t[o];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!$r(r,s))return!1}else if(r!==s)return!1}return!0}let kr=class{constructor(e={},{forceUpdate:t=!1}={}){mr.set(this,void 0),yr.set(this,{}),br.set(this,0),wr.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,mr,"f")):e,n=Object.assign(Object.assign({},u(this,mr,"f")),t),i=u(this,mr,"f");h(this,mr,n,"f"),Object.freeze(u(this,mr,"f")),setTimeout((()=>{Object.values(u(this,yr,"f")).forEach((({cb:e,selector:t,forceUpdate:o})=>{const r=t(i),s=t(n);(u(this,wr,"f")||o||(function(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}(s)?!$r(r,s):r!==s))&&e(s,r,((e,t)=>n=>e[n]!==t[n])(s,r))}))}),0)},h(this,mr,e,"f"),h(this,wr,t,"f")}get current(){return Object.assign({},u(this,mr,"f"))}set forceUpdate(e){h(this,wr,e,"f")}subscribe(e,t=e=>e,{forceUpdate:n=!1}={}){return h(this,br,u(this,br,"f")+1,"f"),u(this,yr,"f")[u(this,br,"f")]={cb:e,selector:t,forceUpdate:n},u(this,br,"f").toString()}unsubscribe(e){const t=!!u(this,yr,"f")[e];return t&&delete u(this,yr,"f")[e],t}unsubscribeAll(){return h(this,yr,{},"f"),!0}};mr=new WeakMap,yr=new WeakMap,br=new WeakMap,wr=new WeakMap;const Cr=["*","#","/","(",")","[","]","_","<",">","`"],Sr=e=>"string"!=typeof e?e:e.replace((e=>{const t=Cr.map((t=>`${e}${t}`)).join("|");return new RegExp(`(${t})`,"g")})("\\"),"\\$1"),Ir=["disabled"],Rr=(e,t)=>{Object.entries(t||{}).forEach((([t,n])=>{Array.from(e.querySelectorAll(`*[name="${t}"]:not([${wo}])`)).forEach((e=>{e.value=n}))}))},xr=(e,t)=>t.split(".").reduce(((e,t)=>(null==e?void 0:e[t])||""),e),Or=(e,t,n)=>e.replace(/{{(.+?)}}/g,((e,i)=>n?Sr(xr(t,i)):xr(t,i))),Er=(e,t,n)=>{e.querySelectorAll(`[${Uo}="${t}"]`).forEach((e=>{e.setAttribute("href",n)}))},Ar=(e,t,n)=>{var i,o;const r=null===(i=customElements.get(t))||void 0===i?void 0:i.cssVarList.url;n&&r&&(null===(o=null==e?void 0:e.style)||void 0===o||o.setProperty(r,`url(data:image/jpg;base64,${n})`))},Nr=(e,t,n,i)=>{var o,r;Er(e,"totp-link",null===(o=null==t?void 0:t.totp)||void 0===o?void 0:o.provisionUrl),Er(e,"notp-link",null===(r=null==t?void 0:t.notp)||void 0===r?void 0:r.redirectUrl),((e,t)=>{e.querySelectorAll("descope-text,descope-link,descope-enriched-text,descope-code-snippet").forEach((e=>{const n=(e=>Yo.includes(e))(e.localName);e.textContent=Or(e.textContent,t,n);const i=e.getAttribute("href");i&&e.setAttribute("href",Or(i,t))}))})(e,t),((e,t,n)=>{if(!t)return;const{componentsDynamicAttrs:i}=t,o=l(t,["componentsDynamicAttrs"]),r=Object.keys(o).reduce(((e,t)=>(e[`[name=${t}]`]=o[t],e)),{});i&&Object.keys(i).forEach((e=>{const t=i[e];if(t){const{attributes:n}=t;n&&Object.keys(n).length&&(r[e]=n)}})),Object.keys(r).forEach((t=>{e.querySelectorAll(t).forEach((e=>{const i=r[t];Object.keys(i).forEach((t=>{let o=i[t];if("string"!=typeof o)try{o=JSON.stringify(o)}catch(e){n.error(`Could not stringify value "${o}" for "${t}"`,e.message),o=""}e.setAttribute(t,o)}))}))}))})(e,null==t?void 0:t.componentsConfig,i),((e,t)=>{e.querySelectorAll("[data-has-dynamic-attr-values]").forEach((e=>{Array.from(e.attributes).forEach((e=>{e.value=Or(e.value,t)}))}))})(e,t),((e,t)=>{Object.entries(t).forEach((([t,n])=>{e.querySelectorAll(`[name="${t}"]`).forEach((e=>{Object.entries(n).forEach((([t,n])=>{Ir.includes(t)&&e.setAttribute(t,n)}))}))}))})(e,n)},Mr=rr((()=>c(void 0,void 0,void 0,(function*(){var e,t;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return!1;try{const n=Promise.all([null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isConditionalMediationAvailable(),null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isUserVerifyingPlatformAuthenticatorAvailable()]).then((e=>e.every((e=>!!e)))),i=(()=>{var e;const t=null===(e=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===e?void 0:e.brands,n=null==t?void 0:t.find((({brand:e,version:t})=>"Chromium"===e&&parseFloat(t)));return n?n.version:0})()>=108;return yield ar(100,n,i)}catch(e){return console.error("Conditional login check failed",e),!1}}))));let jr;const Pr=(e,t)=>{jr?jr.setItem(e,t):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.setItem(e,t)},Tr=e=>jr?jr.getItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)?window.localStorage.getItem(e):null,Wr="dls_ab_testing_id",Lr={"lastAuth.loginId":{"not-empty":e=>{var t;return!!e.loginId||!!(null===(t=e.lastAuth)||void 0===t?void 0:t.loginId)},empty:e=>{var t;return!e.loginId&&!(null===(t=e.lastAuth)||void 0===t?void 0:t.loginId)}},idpInitiated:{"is-true":e=>!!e.code,"is-false":e=>!e.code},externalToken:{"is-true":e=>!!e.token,"is-false":e=>!e.token},abTestingKey:{"greater-than":(e,t)=>(e.abTestingKey||0)>t,"less-than":(e,t)=>(e.abTestingKey||0)<t,"greater-than-or-equal":(e,t)=>(e.abTestingKey||0)>=t,"less-than-or-equal":(e,t)=>(e.abTestingKey||0)<=t,"in-range":(e,t)=>{const[n,i]=t?t.split(",").map(Number):[void 0,void 0];return(e.abTestingKey||0)>=(null!=n?n:0)&&(e.abTestingKey||0)<=(null!=i?i:0)},"not-in-range":(e,t)=>{const[n,i]=t?t.split(",").map(Number):[void 0,void 0];return!(void 0!==n&&void 0!==i&&!Number.isNaN(n)&&!Number.isNaN(i))||(e.abTestingKey||0)<n||(e.abTestingKey||0)>i},"devised-by":(e,t)=>{const n=Number(t);return!Number.isNaN(n)&&(e.abTestingKey||0)%n==0}}};function Ur(e,t){const n={};try{Object.assign(n,JSON.parse(Tr(ko)))}catch(e){null==t||t.warn("[Descope] Failed to read last auth from storage",String(e))}return n.loginId||e?n:{}}function Dr(e,t){(null==e?void 0:e.authMethod)&&(t&&!e.loginId||Pr(ko,JSON.stringify(e)))}function Fr(){try{return JSON.parse(Tr(Go)||"{}")}catch(e){return{}}}function _r(e){try{(e=>{jr?jr.removeItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.removeItem(e)})(Go)}catch(t){null==e||e.warn("[Descope] Failed to clear in-flight last auth storage",String(t))}}const qr=["error","warn","info","debug"],Br={error:console.error.bind(console,"[Descope]"),warn:console.warn.bind(console,"[Descope]"),info:console.info.bind(console,"[Descope]"),debug:console.debug.bind(console,"[Descope]")},Kr=Ai((e=>{var t,n,i,o;return o=class extends e{constructor(){super(...arguments),t.add(this),n.set(this,u(this,t,"m",i).call(this,Br))}set logger(e){h(this,n,u(this,t,"m",i).call(this,e||Br),"f")}get logger(){return u(this,n,"f")}onLogEvent(e,t){}},n=new WeakMap,t=new WeakSet,i=function(e){return qr.reduce(((t,n)=>(t[n]=(...t)=>{var i;this.onLogEvent(n,t),null===(i=e[n])||void 0===i||i.call(e,...t)},t)),{})},o})),Vr="undefined"!=typeof localStorage,Hr="https://static.descope.com/pages",zr="https://static2.descope.com/pages",Gr=Vr&&localStorage.getItem("base.content.url")||"",Jr=(e,t)=>!t&&`${e} cannot be empty, please make sure to set this attribute`,Zr=Ai((e=>{var t,n;return n=class extends e{constructor(){super(...arguments),t.set(this,!0)}connectedCallback(){var e,n;null===(e=super.connectedCallback)||void 0===e||e.call(this),(null===(n=this.shadowRoot)||void 0===n?void 0:n.isConnected)&&u(this,t,"f")&&(h(this,t,!1,"f"),this.init())}async init(){}},t=new WeakMap,n})),Yr=Ai((e=>{var t,n;const i=ki(Kr,Zr)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,{})}async init(){var e,n,i;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),n=this,i=e=>{var n;null===(n=u(this,t,"f")[e])||void 0===n||n.forEach((t=>{t(e,this.getAttribute(e))}))},Array.from(n.attributes).forEach((e=>i(e.name))),new MutationObserver((e=>{e.forEach((e=>{"attributes"===e.type&&i(e.attributeName)}))})).observe(n,{attributes:!0})}observeAttribute(e,n){u(this,t,"f")[e]||(u(this,t,"f")[e]=[]);const i=u(this,t,"f")[e].push(n);return()=>u(this,t,"f")[e].splice(i,1)}observeAttributes(e,t){const n=e.reduce(((e,n)=>(e.push(this.observeAttribute(n,t)),e)),[]);return()=>n.forEach((e=>e()))}},t=new WeakMap,n})),Xr=e=>t=>{var n,i,o;const r=ki(Kr,Zr,Yr)(t),s=Object.keys(e);return o=class extends r{constructor(...e){super(...e),n.add(this),this.observeAttributes(s,u(this,n,"m",i).bind(this))}async init(){var e;s.forEach((e=>u(this,n,"m",i).call(this,e,this.getAttribute(e)))),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},n=new WeakSet,i=function(t,n){const i=e[t],o="function"==typeof i?i(t,n):i;o&&this.logger.error(o)},o};Xr.missingAttrValidator=Jr;const Qr=Ai((e=>{const t=ki(Xr({"project-id":Jr}))(e);return class extends t{get projectId(){return this.getAttribute("project-id")}}})),es=Ai((e=>class extends e{get baseUrl(){return this.getAttribute("base-url")||""}})),ts="Trying the next fallback URL...",ns=async(e,t,{logger:n}={})=>{try{return await fetch(e,t)}catch(i){return null==n||n.debug(`Network error fetching URL ${e} [${i.message}], retrying...`),fetch(e,t)}};const is=Ai((e=>{var t,n,i,o,r,s,a;const d=ki(Kr,Qr,es)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,new Set)}async fetchStaticResource(e,n){const s=u(this,t,"m",r).call(this,e),a=Array.isArray(s)?e=>{const{baseUrl:t}=s[e];h(this,i,t,"f");for(let t=0;t<e;t++){const e=s[t].baseUrl;u(this,o,"f").add(e)}}:null;try{const e=await(async(e,t,{logger:n,onSuccess:i}={})=>{const o=Array.isArray(e)?e:[e];for(let e=0;e<o.length;e++){const r=o[e],s=e===o.length-1;try{const o=await ns(r.toString(),t,{logger:n});if(o.ok)return null==i||i(e),null==n||n.debug(`Successfully fetched URL ${r}`),o;const a=`Error fetching URL ${r} [${o.status}]`;if(s)throw new Error(a);null==n||n.debug(`${a}. ${ts}`)}catch(e){const t=`Error fetching URL ${r} [${e.message}]`;if(s)throw new Error(t);null==n||n.debug(`${t}. ${ts}`)}}})(s,{cache:"default"},{logger:this.logger,onSuccess:a});return{body:await e[n](),headers:Object.fromEntries(e.headers.entries())}}catch(e){this.logger.error(e.message)}}get baseStaticUrl(){return this.getAttribute("base-static-url")||""}},n=new WeakMap,i=new WeakMap,o=new WeakMap,t=new WeakSet,r=function(e){const r=Gr||this.baseStaticUrl;if(r)return u(this,t,"m",s).call(this,e,r);u(this,n,"f")!==this.baseUrl&&(h(this,n,this.baseUrl,"f"),h(this,i,void 0,"f"),u(this,o,"f").clear());const a=[];if(u(this,i,"f"))a.push(u(this,t,"m",s).call(this,e,u(this,i,"f"))),u(this,i,"f")===Hr&&a.push(u(this,t,"m",s).call(this,e,zr));else{const n=this.baseUrl+"/pages";this.baseUrl&&!u(this,o,"f").has(n)&&a.push(u(this,t,"m",s).call(this,e,n)),u(this,o,"f").has(Hr)||a.push(u(this,t,"m",s).call(this,e,Hr)),a.push(u(this,t,"m",s).call(this,e,zr))}return 1===a.length?a[0]:a},s=function(e,t){return function({projectId:e,filename:t,assetsFolder:n="v2-beta",baseUrl:i=Hr}){const o=new URL(i);return o.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(o.pathname,e,n,t),o.baseUrl=i,o}({projectId:this.projectId,filename:e,baseUrl:t})},a})),os=Ai((e=>{var t,n;const i=ki(Xr({"project-id":Jr}))(e);return n=class extends i{constructor(){super(...arguments),t.set(this,new Map)}onReset(e,n){if(u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} already exists`);return u(this,t,"f").set(e,n),()=>{u(this,t,"f").delete(e)}}async reset(...e){0===e.length?await Promise.all(Array.from(u(this,t,"f").values()).map((e=>e()))):await Promise.all(e.map((e=>{var n;if(!u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} does not exist`);return null===(n=u(this,t,"f").get(e))||void 0===n?void 0:n()})))}},t=new WeakMap,n})),rs=Ai((e=>{var t,n,i,o,r;const s=ki(is,os,Zr)(e);return r=class extends s{constructor(){super(...arguments),t.add(this),i.set(this,void 0),o.set(this,(async()=>{try{const{body:e,headers:t}=await this.fetchStaticResource("config.json","json");return{projectConfig:e,executionContext:{geo:t["x-geo"]}}}catch(e){this.logger.error("Cannot fetch config file","make sure that your projectId & flowId are correct")}}))}async init(){await super.init(),this.onReset("config",u(this,t,"m",n).bind(this))}get config(){return u(this,i,"f")||h(this,i,u(this,o,"f").call(this),"f"),u(this,i,"f")}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){h(this,i,void 0,"f")},r})),ss=["https://descopecdn.com","https://static.descope.com","https://cdn.jsdelivr.net"],as=e=>{let t=0;const n=e.toString();for(let e=0;e<n.length;e++){t=(t<<5)-t+n.charCodeAt(e),t|=0}return`${Math.abs(t).toString()}`},ds=(e,t,n)=>new Promise(((i,o)=>{const r=((e,t)=>{const n=document.createElement("script");return n.id=e,t&&(n.integrity=t,n.crossOrigin="anonymous"),window.DESCOPE_NONCE&&n.setAttribute("nonce",window.DESCOPE_NONCE),n})(e,n);r.onerror=e=>{r.setAttribute("status","error"),o(e)},r.onload=()=>{r.setAttribute("status","loaded"),i(r)},r.src=t.toString(),document.body.appendChild(r)})),ls=(e,t)=>{if(t){const n=e.integrity;if(n!==t)return Promise.reject(new Error(`Integrity mismatch: expected ${t}, found ${n}`))}return"loaded"===e.getAttribute("status")?Promise.resolve(e):(e=>"error"===e.getAttribute("status"))(e)?Promise.reject():new Promise(((t,n)=>{e.addEventListener("load",(()=>{t(e)})),e.addEventListener("error",(e=>{n(e)}))}))},cs=Ai((e=>{const t=ki(Kr)(e);return class extends t{get baseCdnUrl(){return this.getAttribute("base-cdn-url")||""}injectNpmLib(e,t,n="",i=[],o){return this.logger.debug(`Injecting npm lib: "${e}" with version: "${t}"${o?" with SRI integrity check":""}`),(async(e,t)=>{for(const i of e){const{id:e,url:o,integrity:r}=i,s=(n=e,document.querySelector(`script#${n}`));if(s)try{return await ls(s,r),i}catch(e){t(i,!0)}else try{return await ds(e,o,r),i}catch(e){t(i,!1)}}var n;throw new Error("All scripts failed to load")})(((e,t,n,i="",o)=>e.reduce(((e,r)=>{const s=r;if(!s)return e;let a;try{a=new URL(s)}catch(e){throw new Error(`Invalid URL: ${s}`)}"/"!==a.pathname||(a.pathname=`/npm/${t}@${n}/${i}`);const d={url:a,id:`npmlib-${t.replaceAll("@","").replaceAll("/","_")}-${as(a)}`};return o&&(d.integrity=o),[...e,d]}),[]))([...i,this.baseCdnUrl,...ss],e,t,n,o),((e,t)=>{t?this.logger.error(`Existing script cannot be loaded: "${e.url}"`):this.logger.error(`Cannot load script from URL, Make sure this URL is valid and return the correct script: "${e.url}"`)}))}}})),us="base.ui.components.url",hs=Vr&&localStorage.getItem(us),fs=Ai((e=>{var t,n,i,o,r,s,a;const d=ki(Kr,rs,cs)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),o.set(this,void 0)}get descopeUi(){return u(this,o,"f")||h(this,o,u(this,t,"m",s).call(this),"f"),u(this,o,"f")}async loadDescopeUiComponents(e){const n=Array.isArray(e)?e:(e=>[...Array.from(e.content.querySelectorAll("*")).reduce(((e,t)=>t.localName.startsWith("descope-")?e.add(t.localName):e),new Set)])(e);return Promise.all(n.map((e=>u(this,t,"m",r).call(this,e))))}},o=new WeakMap,t=new WeakSet,n=async function(){var e;const t=await this.config,n=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersion;return n?this.logger.debug(`Got component version "${n}"`):this.logger.error("Could not get components version"),n},i=async function(){var e;const t=await this.config,n=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersionSri;return n&&this.logger.debug("SRI hash available for components"),n},r=async function(e){if(!!customElements.get(e))return void this.logger.debug(`Loading component "${e}" is skipped as it is already defined`);const t=await this.descopeUi;if(t[e])try{return await t[e]()}catch(t){if("NotSupportedError"!==t.name)throw t;console.debug(`Encountered an error while attempting to define the "${e}" component, it is likely that this component is already defined`)}else this.logger.error(`Cannot load UI component "${e}"`,`Descope UI does not have a component named "${e}", available components are: "${Object.keys(t).join(", ")}"`)},s=async function(){if(globalThis.DescopeUI)return globalThis.DescopeUI;try{const e=await u(this,t,"m",n).call(this),o=hs?void 0:await u(this,t,"m",i).call(this);return await this.injectNpmLib("@descope/web-components-ui",e,"dist/umd/index.js",[hs],o),this.logger.debug("DescopeUI was loaded"),globalThis.DescopeUI}catch(e){throw this.logger.error(e),new Error("DescopeUI was not loaded")}},a})),ps=Ai((e=>{var t,n,i;const o=ki(Zr,Yr)(e);return i=class extends o{constructor(){super(...arguments),t.add(this)}get nonce(){return this.getAttribute("nonce")||""}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.observeAttribute("nonce",u(this,t,"m",n).bind(this)),u(this,t,"m",n).call(this)}},t=new WeakSet,n=function(){this.nonce&&(window.DESCOPE_NONCE=this.nonce)},i}));class gs{constructor(e,t,{prepend:n=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.setAttribute("nonce",t),this.ref=e,this.ref&&(n?this.ref.prepend(this.styleEle):this.ref.append(this.styleEle))}replaceSync(e){this.styleEle.textContent=e}get cssRules(){var e;return null===(e=this.styleEle.sheet)||void 0===e?void 0:e.cssRules}}const vs=Ai((e=>{const t=ki(ps)(e);return class extends t{injectStyle(e,{prepend:t=!1}={}){let n;try{n=new CSSStyleSheet}catch(e){n=new gs(this.shadowRoot,this.nonce,{prepend:t})}if(e&&n.replaceSync(e),n instanceof CSSStyleSheet){const e=this.shadowRoot;if(e&&"adoptedStyleSheets"in e){const i=[...e.adoptedStyleSheets||[]];i[t?"unshift":"push"](n),e.adoptedStyleSheets=i}}return n}}})),ms="content-root",ys="root",bs=Ai((e=>{const t=ki(vs)(e);return class extends t{constructor(...e){var t,n;super(...e),this.attachShadow({mode:"open"}).innerHTML=`\n <div id="${ys}">\n <div id="${ms}"></div>\n </div>\n `,this.injectStyle(`\n #${ys}, #${ms} {\n height: 100%;\n }\n #${ys} {\n position: relative;\n height: fit-content;\n }\n `),this.contentRootElement=null===(t=this.shadowRoot)||void 0===t?void 0:t.getElementById(ms),this.rootElement=null===(n=this.shadowRoot)||void 0===n?void 0:n.getElementById(ys)}}})),ws="theme",$s=(e,t,n="")=>Object.entries(e).reduce(((e,[i,o])=>{if(!/^[a-zA-Z0-9-]+$/.test(i))return t("Ignoring invalid override-css token path segment"),e;const r=n?`${n}-${i}`:i;if("object"==typeof o&&null!==o)return e+$s(o,t,r);const s=(e=>"number"==typeof e?Number.isFinite(e)?String(e):null:"string"!=typeof e||/[;{}]/.test(e)?null:e.trim())(o);return null===s?(t("Ignoring invalid override-css token value"),e):`${e}--descope-${r}:${s};`}),"");function ks(e,t){const n=Object.assign({},e);for(const[e,i]of Object.entries(t||{}))if(null!=i)if("object"==typeof i){if(0===Object.keys(i).length)continue;n[e]=ks(n[e]||{},i)}else n[e]="string"==typeof i?(n[e]||"")+i:i;return n}const Cs=(e,t)=>null!==t&&!/^[a-zA-Z0-9_-]*$/.test(t)&&"tenant must contain only alphanumeric characters, hyphens, or underscores",Ss=Ai((e=>{const t=ki(Xr({tenant:Cs}))(e);return class extends t{get tenantId(){return this.getAttribute("tenant")||void 0}}})),Is=(e,t)=>!!t&&"light"!==t&&"dark"!==t&&'Supported theme values are "light", "dark", or leave empty for using the OS theme',Rs=Ai((e=>{var t,n,i,o,r,s,a,d,l,c,f,p,g,v,m,y,b,w,$,k,C,S;const I=ki(Xr({theme:Is}),Ss,is,Zr,fs,rs,bs,Yr,vs)(e);return S=class extends I{constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),s.set(this,void 0),a.set(this,void 0),$.set(this,(()=>{u(this,t,"m",k).call(this),u(this,C,"f").call(this,"os"===this.getAttribute("theme"))})),C.set(this,(e=>{var n,i,o;const r=e?"addEventListener":"removeEventListener";null===(o=null===(i=null===(n=window.matchMedia)||void 0===n?void 0:n.call(window,"(prefers-color-scheme: dark)"))||void 0===i?void 0:i[r])||void 0===o||o.call(i,"change",(()=>u(this,t,"m",k).call(this)))}))}get theme(){var e,t;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(t=null===(e=window.matchMedia)||void 0===e?void 0:e.call(window,"(prefers-color-scheme: dark)"))||void 0===t?void 0:t.matches)?"dark":"light"}return n||"light"}get styleId(){return this.getAttribute("style-id")||ws}get themeOverride(){const e=this.getAttribute("theme-override");if(!e)return null;try{return JSON.parse(e)}catch(e){return this.logger.error("Failed to parse theme-override attribute. error: ",e),null}}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,$,"f").call(this),await Promise.all([u(this,t,"m",c).call(this),u(this,t,"m",g).call(this),u(this,t,"m",m).call(this)]),u(this,t,"m",v).call(this),this.observeAttributes(["theme"],u(this,$,"f")),this.observeAttributes(["theme-override"],(()=>u(this,t,"m",v).call(this))),this.observeAttributes(["tenant"],(()=>{h(this,a,null,"f"),u(this,t,"m",g).call(this),u(this,t,"m",m).call(this)})),this.observeAttributes(["style-id"],(()=>{h(this,s,null,"f"),u(this,t,"m",b).call(this),u(this,t,"m",c).call(this),u(this,t,"m",m).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,s=new WeakMap,a=new WeakMap,$=new WeakMap,C=new WeakMap,t=new WeakSet,r=function(){const e=this.themeOverride;return e?["light","dark"].map((t=>{var n,i,o,r,s,a;const d=null===(o=null===(i=null===(n=e[t])||void 0===n?void 0:n.globals)||void 0===i?void 0:i.colors)||void 0===o?void 0:o.primary,l=null===(a=null===(s=null===(r=e[t])||void 0===r?void 0:r.globals)||void 0===s?void 0:s.colors)||void 0===a?void 0:a.secondary;return d||l?`[data-theme="${t}"]{${$s({colors:{primary:d,secondary:l}},(e=>this.logger.error(e)))}}`:""})).join(""):""},d=async function(){try{const{body:e}=await this.fetchStaticResource(`${this.styleId}.json`,"json");if("development"===process.env.NODE_ENV&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(us)))try{this.logger.warn("You are in DEV mode, and UI components override URL was found\ntrying to merge project theme with the default theme of the UI components");const t=await(async()=>{const e=localStorage.getItem(us),t=null==e?void 0:e.replace(/[^\/]+$/,"DescopeDev.js");console.warn("Trying to load DescopeDev.js from",t);const n=document.createElement("script");if(n.src=t,document.body.appendChild(n),await new Promise(((e,t)=>{n.onload=e,n.onerror=t})),globalThis.DescopeDev){const{themeToStyle:e,defaultTheme:t,darkTheme:n}=globalThis.DescopeDev;return{light:e(t),dark:e(n)}}})();t&&(e.light.components=Object.assign(Object.assign({},e.light.components),t.light.components),e.dark.components=Object.assign(Object.assign({},e.dark.components),t.dark.components),this.logger.warn("Theme was merged successfully"),console.log("%cNOTICE! This is not the theme that will be used in production!\n\nMake sure to test it without the override UI components URL!","color: black; background-color:yellow; font-size: x-large"))}catch(e){this.logger.error("Failed to merge UI components theme\n",e)}return e}catch(e){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}},l=function(){return u(this,s,"f")||(h(this,s,u(this,t,"m",d).call(this),"f"),u(this,s,"f").then((e=>this.logger.debug("Fetched theme",e)))),u(this,s,"f")},c=async function(){var e,i;const o=await u(this,t,"a",l);if(!o)return;const r=((null===(e=null==o?void 0:o.light)||void 0===e?void 0:e.globals)||"")+((null===(i=null==o?void 0:o.dark)||void 0===i?void 0:i.globals)||"");u(this,n,"f")?u(this,n,"f").replaceSync(r):h(this,n,this.injectStyle(r,{prepend:!0}),"f")},f=async function(){const e=this.tenantId;if(e)try{const{body:t}=await this.fetchStaticResource(`${e}/theme.json`,"json");return t}catch(e){this.logger.error("Cannot fetch tenant theme file","make sure that your tenantId, projectId & flowId are correct")}},p=function(){return u(this,a,"f")||h(this,a,u(this,t,"m",f).call(this),"f"),u(this,a,"f")},g=async function(){var e,n,o,r;if(!this.tenantId)return void(null===(e=u(this,i,"f"))||void 0===e||e.replaceSync(""));const s=await u(this,t,"a",p);if(!s)return void(null===(n=u(this,i,"f"))||void 0===n||n.replaceSync(""));const a=((null===(o=s.light)||void 0===o?void 0:o.globals)||"")+((null===(r=s.dark)||void 0===r?void 0:r.globals)||"");u(this,i,"f")?u(this,i,"f").replaceSync(a):h(this,i,this.injectStyle(a),"f")},v=async function(){var e;if(!this.themeOverride)return void(null===(e=u(this,o,"f"))||void 0===e||e.replaceSync(""));const n=u(this,t,"m",r).call(this);u(this,o,"f")?u(this,o,"f").replaceSync(n):h(this,o,this.injectStyle(n),"f")},m=async function(){var e,n,i,o;const r=await u(this,t,"a",l);if(!r)return;const s=await this.descopeUi;if(!(null==s?void 0:s.componentsThemeManager))return;const a=await u(this,t,"a",p);s.componentsThemeManager.themes={light:ks((null===(e=null==r?void 0:r.light)||void 0===e?void 0:e.components)||{},(null===(n=null==a?void 0:a.light)||void 0===n?void 0:n.components)||{}),dark:ks((null===(i=null==r?void 0:r.dark)||void 0===i?void 0:i.components)||{},(null===(o=null==a?void 0:a.dark)||void 0===o?void 0:o.components)||{})}},y=async function(){var e,t;const{projectConfig:n}=await this.config||{},i=null===(e=null==n?void 0:n.styles)||void 0===e?void 0:e[this.styleId],o=null==n?void 0:n.cssTemplate,r=i||o;return null===(t=null==r?void 0:r[this.theme])||void 0===t?void 0:t.fonts},b=async function(){const e=await u(this,t,"m",y).call(this);e?Object.values(e).forEach((e=>{e.url&&(this.logger.debug(`Loading font from URL "${e.url}"`),(e=>{const t=document.createElement("link");t.href=e,t.rel="stylesheet",document.head.appendChild(t)})(e.url))})):this.logger.debug("No fonts to load")},w=async function(){this.rootElement.setAttribute("data-theme",this.theme);const e=await this.descopeUi;(null==e?void 0:e.componentsThemeManager)&&(e.componentsThemeManager.currentThemeName=this.theme)},k=function(){u(this,t,"m",b).call(this),u(this,t,"m",w).call(this)},S})),xs=(e,t="")=>Object.keys(e).reduce(((n,i)=>{var o;if(Array.isArray(e[i]))return Object.assign(Object.assign({},n),{[i]:{value:e[i].map((e=>"object"==typeof e&&null!==e?xs(e):e))}});if("object"==typeof e[i]&&null!==e[i]&&!(null===(o=e[i])||void 0===o?void 0:o.value))return Object.assign(Object.assign({},n),xs(e[i],`${t+i}.`));const r="object"==typeof e[i]?e[i]:{value:e[i]},s=Object.assign(Object.assign({},n),{[t+i]:r,[`form.${t}${i}`]:r});return"displayName"===i?Object.assign(Object.assign({},s),{[`${t}fullName`]:r,[`form.${t}fullName`]:r}):s}),[]),Os=Ai((e=>{var t,n,i,o;return o=class extends e{constructor(){super(...arguments),t.add(this)}connectedCallback(){var e;u(this,t,"m",n).call(this)&&u(this,t,"m",i).call(this),null===(e=super.connectedCallback)||void 0===e||e.call(this)}},t=new WeakSet,n=function(){return!this.shadowRoot.host.closest("form")&&/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)},i=function(){const e=this.shadowRoot.host,t=document.createElement("form");t.style.width="100%",t.style.height="100%",e.parentElement.appendChild(t),t.appendChild(e)},o})),Es=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Zr,Kr)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),this.attributeChangedCallback=(e,n,i)=>{var o;null===(o=super.attributeChangedCallback)||void 0===o||o.call(this,e,n,i),"debug"===e&&u(this,t,"m",r).call(this)}}get debug(){return"true"===this.getAttribute("debug")}onLogEvent(e,n){var i;null===(i=super.onLogEvent)||void 0===i||i.call(this,e,n),"error"===e&&u(this,t,"m",s).call(this,n[0]||"Error",n[1])}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,t,"m",r).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){var e;null===(e=u(this,n,"f"))||void 0===e||e.remove(),h(this,n,null,"f")},o=async function(){h(this,n,document.createElement("descope-debugger"),"f"),Object.assign(u(this,n,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),await Promise.resolve().then((function(){return xC})),document.body.appendChild(u(this,n,"f"))},r=function(){this.debug?u(this,t,"m",o).call(this):u(this,t,"m",i).call(this)},s=function(e,t){var i;e&&(null===(i=u(this,n,"f"))||void 0===i||i.updateData({title:e,description:t}))},a})),As="descope-modal";var Ns,Ms;let js=class{constructor(e,t){Ns.set(this,void 0),this.nodeName="",h(this,Ns,e,"f"),this.logger=t.logger}get asyncEle(){return(async e=>new Promise((t=>{const n=setInterval((()=>{const i="function"==typeof e?e():e;i&&(clearInterval(n),t(i))}),100);setTimeout((()=>{clearInterval(n),t(null)}),1e3)})))(u(this,Ns,"f"))}get ele(){var e,t;const n="function"==typeof u(this,Ns,"f")?u(this,Ns,"f").call(this):u(this,Ns,"f");return n?(null==n?void 0:n.localName)!==this.nodeName?(null===(t=this.logger)||void 0===t||t.debug(`node name do not match, expected "${this.nodeName}", received "${n.localName}" `,Error()),null):n:(null===(e=this.logger)||void 0===e||e.debug(`Driver element is not available for ${this.nodeName}`,new Error),null)}get isExists(){return!!this.ele}};Ns=new WeakMap;let Ps=class extends js{constructor(){super(...arguments),this.nodeName="descope-apps-list"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}},Ts=class extends js{constructor(){super(...arguments),this.nodeName="descope-avatar"}set displayName(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("display-name",e)}set image(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("img",e)}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}onClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("click",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("click",e)}}},Ws=class extends js{constructor(){super(...arguments),this.nodeName="descope-button"}onClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("click",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("click",e)}}disable(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("disabled","true")}enable(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("disabled")}},Ls=class extends js{constructor(){super(...arguments),this.nodeName="descope-wc"}set projectId(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("project-id",e)}set baseUrl(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("base-url",e)}set flowId(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("flow-id",e)}set theme(e){var t,n;e?null===(n=this.ele)||void 0===n||n.setAttribute("theme",e):null===(t=this.ele)||void 0===t||t.removeAttribute("theme")}onSuccess(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("success",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("success",e)}}onPageUpdated(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("page-updated",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("page-updated",e)}}},Us=class extends Ws{get flowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id"))||""}get enableMode(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("enable-mode")}};const Ds=/^descope-grid-([^-]+)-column$/,Fs={text:class extends js{constructor(){super(...arguments),this.nodeName="descope-grid-text-column"}onSortDirectionChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("direction-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}},custom:class extends js{constructor(){super(...arguments),this.nodeName="descope-grid-custom-column"}onSortDirectionChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("direction-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}}};let _s=class extends js{constructor(){super(...arguments),this.nodeName="descope-grid",Ms.set(this,void 0)}onSelectedItemsChange(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("selected-items-changed",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("selected-items-changed",e)}}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get columns(){return this.ele?Array.from(this.ele.children).reduce(((e,t)=>{var n;const i=null===(n=Ds.exec(t.localName))||void 0===n?void 0:n[1],o=Fs[i];return o?(e.push(new o(t,{logger:this.logger})),e):e}),[]):[]}filterColumns(e){var t,n;const i=null===(t=this.ele.columns)||void 0===t?void 0:t.filter(e);i&&this.ele.columns&&(Si(i,this.ele.columns)||(this.ele.columns=i,null===(n=u(this,Ms,"f"))||void 0===n||n.call(this,i)))}onColumnsChange(e){h(this,Ms,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};Ms=new WeakMap;let qs=class extends js{constructor(){super(...arguments),this.nodeName="descope-link"}get ele(){return super.ele}get href(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("href")}set href(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("href",null!=e?e:"")}};var Bs,Ks,Vs,Hs;let zs=class extends js{constructor(...e){super(...e),Bs.add(this),Ks.set(this,void 0),Vs.set(this,void 0),this.nodeName="descope-modal",u(this,Bs,"m",Hs).call(this)}get isOpen(){var e;return"true"===(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("opened"))}get isClosed(){return!this.isOpen}close(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("opened")}async open(){var e,t;await(null===(e=this.beforeOpen)||void 0===e?void 0:e.call(this)),u(this,Bs,"m",Hs).call(this),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,Ks,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,Ks,"f").content.cloneNode(!0)))}setContent(e){h(this,Ks,e,"f"),this.reset()}remove(){var e,t;null===(e=u(this,Vs,"f"))||void 0===e||e.disconnect(),null===(t=this.ele)||void 0===t||t.remove()}};Ks=new WeakMap,Vs=new WeakMap,Bs=new WeakSet,Hs=function(){if(u(this,Vs,"f"))return;const e=this.ele;e&&(h(this,Vs,new MutationObserver((t=>{t.forEach(((n,i)=>{var o;const r="true"===n.oldValue,s=t[i+1]?t[i+1].oldValue:e.getAttribute("opened");r&&"true"!==s&&(null===(o=this.afterClose)||void 0===o||o.call(this))}))})),"f"),u(this,Vs,"f").observe(e,{attributes:!0,attributeFilter:["opened"],attributeOldValue:!0}))};let Gs=class extends js{constructor(){super(...arguments),this.nodeName="descope-multi-line-mappings"}setData(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("data",JSON.stringify(e))}get value(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.value)||[]}set value(e){this.ele&&(this.ele.value=e)}get mergedValue(){return Object.entries(this.value.filter((({tenantId:e})=>!!e)).reduce(((e,{tenantId:t,roleNames:n})=>(e[t]=[...new Set([...e[t]||[],...n])],e)),{})).map((([e,t])=>({tenantId:e,roleNames:t})))}},Js=class extends js{constructor(){super(...arguments),this.nodeName="descope-multi-select-combo-box"}async setData(e){var t;null===(t=await this.asyncEle)||void 0===t||t.setAttribute("data",JSON.stringify(e.sort()))}},Zs=class extends js{constructor(){super(...arguments),this.nodeName="descope-notification"}close(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("opened")}show(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("opened","true")}setContent(e){this.ele.innerHTML="",this.ele.appendChild(e.content.cloneNode(!0))}remove(){var e;null===(e=this.ele)||void 0===e||e.remove()}},Ys=class extends js{constructor(){super(...arguments),this.nodeName="descope-outbound-apps"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}get connectFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("connect-flow-id"))||""}get disconnectFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("disconnect-flow-id"))||""}onConnectClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("connect-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("connect-clicked",n)}}onDisconnectClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("disconnect-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("disconnect-clicked",n)}}},Xs=class extends js{constructor(){super(...arguments),this.nodeName="descope-combo-box"}onInput(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("input",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("input",e)}}get value(){var e;return null===(e=this.ele)||void 0===e?void 0:e.value}set value(e){this.ele&&(this.ele.value=e)}async setData(e){var t;null===(t=await this.asyncEle)||void 0===t||t.setAttribute("data",JSON.stringify(e.sort()))}setAllowCustomValue(e){this.ele&&this.ele.toggleAttribute("allow-custom-value",e)}},Qs=class extends js{constructor(){super(...arguments),this.nodeName="descope-text"}get ele(){return super.ele}get text(){var e;return null===(e=this.ele)||void 0===e?void 0:e.innerText}set text(e){this.ele&&(this.ele.innerText=e)}},ea=class extends js{constructor(){super(...arguments),this.nodeName="descope-text-field"}onInput(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("input",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("input",e)}}get value(){var e;return null===(e=this.ele)||void 0===e?void 0:e.value}set value(e){this.ele&&(this.ele.value=e)}disable(){var e;null===(e=this.ele)||void 0===e||e.setAttribute("disabled","true")}enable(){var e;null===(e=this.ele)||void 0===e||e.removeAttribute("disabled")}},ta=class extends js{constructor(){super(...arguments),this.nodeName="descope-user-attribute"}set value(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("value",e)}set badgeLabel(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("badge-label",e)}get label(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("label"))||""}get editFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("edit-flow-id"))||""}get deleteFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("delete-flow-id"))||""}onEditClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("edit-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("edit-clicked",e)}}onDeleteClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("delete-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("delete-clicked",e)}}},na=class extends js{constructor(){super(...arguments),this.nodeName="descope-user-auth-method"}set fulfilled(e){var t,n;e?null===(t=this.ele)||void 0===t||t.setAttribute("fulfilled","true"):null===(n=this.ele)||void 0===n||n.removeAttribute("fulfilled")}onUnfulfilledButtonClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("button-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("button-clicked",e)}}onFulfilledButtonClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("fulfilled-button-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("fulfilled-button-clicked",e)}}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}get fulfilledFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("fulfilled-flow-id")}},ia=class extends js{constructor(){super(...arguments),this.nodeName="descope-trusted-devices"}set displayName(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("display-name",e)}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get flowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("flow-id")}onRemoveDeviceClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-device-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-device-clicked",n)}}},oa=class extends Xs{get action(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-action"))||""}get refreshTimeout(){var e;return Number(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-refresh-timeout"))||500}get shouldReload(){return"reload"===this.action}},ra=class extends js{constructor(){super(...arguments),this.nodeName="descope-user-passkeys"}get ele(){return super.ele}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}set data(e){this.ele&&(this.ele.data=e)}get addPasskeyFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("add-passkey-flow-id")}get removePasskeyFlowId(){var e;return null===(e=this.ele)||void 0===e?void 0:e.getAttribute("remove-passkey-flow-id")}onAddPasskeyClick(e){var t;return null===(t=this.ele)||void 0===t||t.addEventListener("add-passkey-clicked",e),()=>{var t;return null===(t=this.ele)||void 0===t?void 0:t.removeEventListener("add-passkey-clicked",e)}}onRemovePasskeyClick(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-passkey-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-passkey-clicked",n)}}},sa=class extends js{constructor(){super(...arguments),this.nodeName="descope-multi-sso"}set data(e){this.ele&&(this.ele.data=e)}get data(){var e;return null===(e=this.ele)||void 0===e?void 0:e.data}get ele(){return super.ele}get createFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-create-flow-id"))||""}get deleteFlowId(){var e;return(null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data-delete-flow-id"))||""}onCreateClicked(e){var t;const n=()=>e();return null===(t=this.ele)||void 0===t||t.addEventListener("create-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("create-clicked",n)}}onDeleteClicked(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("delete-clicked",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("delete-clicked",n)}}};const aa=Ai((e=>{var t,n;const i=ki(Zr,bs,fs)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends zs{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const n=((e={})=>{const t=document.createElement(As);return Object.keys(e).forEach((n=>{t.setAttribute(n,e[n])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(n),new(u(this,t,"f"))(n,{logger:this.logger})}async init(){var e;this.loadDescopeUiComponents([As]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,n})),da="descope-notification",la=Ai((e=>{var t,n;const i=ki(Zr,bs,fs)(e);return n=class extends i{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends Zs{setContent(t){const n="string"==typeof t?Ci(t):t;e(n),super.setContent(n)}}})())}createNotification(e){const n=((e={})=>{const t=document.createElement(da);return Object.keys(e).forEach((n=>{t.setAttribute(n,e[n])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(n),new(u(this,t,"f"))(n,{logger:this.logger})}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.loadDescopeUiComponents([da])}},t=new WeakMap,n}));function ca(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var ua=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),ha=()=>Math.random().toString(36).substring(7).split("").join("."),fa={INIT:`@@redux/INIT${ha()}`,REPLACE:`@@redux/REPLACE${ha()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ha()}`};function pa(e){if("object"!=typeof e||null===e)return!1;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||null===Object.getPrototypeOf(e)}function ga(e){if(void 0===e)return"undefined";if(null===e)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(function(e){return e instanceof Date||"function"==typeof e.toDateString&&"function"==typeof e.getDate&&"function"==typeof e.setDate}(e))return"date";if(function(e){return e instanceof Error||"string"==typeof e.message&&e.constructor&&"number"==typeof e.constructor.stackTraceLimit}(e))return"error";const n=function(e){return"function"==typeof e.constructor?e.constructor.name:null}(e);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function va(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=ga(e)),t}function ma(e,t,n){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?ca(2):`Expected the root reducer to be a function. Instead, received: '${va(e)}'`);if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?ca(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error("production"===process.env.NODE_ENV?ca(1):`Expected the enhancer to be a function. Instead, received: '${va(n)}'`);return n(ma)(e,t)}let i=e,o=t,r=new Map,s=r,a=0,d=!1;function l(){s===r&&(s=new Map,r.forEach(((e,t)=>{s.set(t,e)})))}function c(){if(d)throw new Error("production"===process.env.NODE_ENV?ca(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function u(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?ca(4):`Expected the listener to be a function. Instead, received: '${va(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?ca(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");let t=!0;l();const n=a++;return s.set(n,e),function(){if(t){if(d)throw new Error("production"===process.env.NODE_ENV?ca(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");t=!1,l(),s.delete(n),r=null}}}function h(e){if(!pa(e))throw new Error("production"===process.env.NODE_ENV?ca(7):`Actions must be plain objects. Instead, the actual type was: '${va(e)}'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.`);if(void 0===e.type)throw new Error("production"===process.env.NODE_ENV?ca(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if("string"!=typeof e.type)throw new Error("production"===process.env.NODE_ENV?ca(17):`Action "type" property must be a string. Instead, the actual type was: '${va(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?ca(9):"Reducers may not dispatch actions.");try{d=!0,o=i(o,e)}finally{d=!1}return(r=s).forEach((e=>{e()})),e}h({type:fa.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?ca(10):`Expected the nextReducer to be a function. Instead, received: '${va(e)}`);i=e,h({type:fa.REPLACE})},[ua]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?ca(11):`Expected the observer to be an object. Instead, received: '${va(t)}'`);function n(){const e=t;e.next&&e.next(c())}n();return{unsubscribe:e(n)}},[ua](){return this}}}}}function ya(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function ba(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const o=t[i];"production"!==process.env.NODE_ENV&&void 0===e[o]&&ya(`No reducer provided for key "${o}"`),"function"==typeof e[o]&&(n[o]=e[o])}const i=Object.keys(n);let o,r;"production"!==process.env.NODE_ENV&&(o={});try{!function(e){Object.keys(e).forEach((t=>{const n=e[t];if(void 0===n(void 0,{type:fa.INIT}))throw new Error("production"===process.env.NODE_ENV?ca(12):`The slice reducer for key "${t}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);if(void 0===n(void 0,{type:fa.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?ca(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${fa.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`)}))}(n)}catch(e){r=e}return function(e={},t){if(r)throw r;if("production"!==process.env.NODE_ENV){const i=function(e,t,n,i){const o=Object.keys(t),r=n&&n.type===fa.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(0===o.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!pa(e))return`The ${r} has unexpected type of "${va(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const s=Object.keys(e).filter((e=>!t.hasOwnProperty(e)&&!i[e]));return s.forEach((e=>{i[e]=!0})),n&&n.type===fa.REPLACE?void 0:s.length>0?`Unexpected ${s.length>1?"keys":"key"} "${s.join('", "')}" found in ${r}. Expected to find one of the known reducer keys instead: "${o.join('", "')}". Unexpected keys will be ignored.`:void 0}(e,n,t,o);i&&ya(i)}let s=!1;const a={};for(let o=0;o<i.length;o++){const r=i[o],d=n[r],l=e[r],c=d(l,t);if(void 0===c){const e=t&&t.type;throw new Error("production"===process.env.NODE_ENV?ca(14):`When called with an action of type ${e?`"${String(e)}"`:"(unknown type)"}, the slice reducer for key "${r}" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.`)}a[r]=c,s=s||c!==l}return s=s||i.length!==Object.keys(e).length,s?a:e}}function wa(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...n)=>e(t(...n))))}function $a(e){return pa(e)&&"type"in e&&"string"==typeof e.type}var ka=Symbol.for("immer-nothing"),Ca=Symbol.for("immer-draftable"),Sa=Symbol.for("immer-state"),Ia="production"!==process.env.NODE_ENV?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function Ra(e,...t){if("production"!==process.env.NODE_ENV){const n=Ia[e],i="function"==typeof n?n.apply(null,t):n;throw new Error(`[Immer] ${i}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var xa=Object.getPrototypeOf;function Oa(e){return!!e&&!!e[Sa]}function Ea(e){return!!e&&(Na(e)||Array.isArray(e)||!!e[Ca]||!!e.constructor?.[Ca]||Wa(e)||La(e))}var Aa=Object.prototype.constructor.toString();function Na(e){if(!e||"object"!=typeof e)return!1;const t=xa(e);if(null===t)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===Aa}function Ma(e,t){0===ja(e)?Object.entries(e).forEach((([n,i])=>{t(n,i,e)})):e.forEach(((n,i)=>t(i,n,e)))}function ja(e){const t=e[Sa];return t?t.type_:Array.isArray(e)?1:Wa(e)?2:La(e)?3:0}function Pa(e,t){return 2===ja(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ta(e,t,n){const i=ja(e);2===i?e.set(t,n):3===i?e.add(n):e[t]=n}function Wa(e){return e instanceof Map}function La(e){return e instanceof Set}function Ua(e){return e.copy_||e.base_}function Da(e,t){if(Wa(e))return new Map(e);if(La(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&Na(e)){if(!xa(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const n=Object.getOwnPropertyDescriptors(e);delete n[Sa];let i=Reflect.ownKeys(n);for(let t=0;t<i.length;t++){const o=i[t],r=n[o];!1===r.writable&&(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(n[o]={configurable:!0,writable:!0,enumerable:r.enumerable,value:e[o]})}return Object.create(xa(e),n)}function Fa(e,t=!1){return qa(e)||Oa(e)||!Ea(e)||(ja(e)>1&&(e.set=e.add=e.clear=e.delete=_a),Object.freeze(e),t&&Ma(e,((e,t)=>Fa(t,!0)))),e}function _a(){Ra(2)}function qa(e){return Object.isFrozen(e)}var Ba,Ka={};function Va(e){const t=Ka[e];return t||Ra(0,e),t}function Ha(){return Ba}function za(e,t){t&&(Va("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Ga(e){Ja(e),e.drafts_.forEach(Ya),e.drafts_=null}function Ja(e){e===Ba&&(Ba=e.parent_)}function Za(e){return Ba={drafts_:[],parent_:Ba,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ya(e){const t=e[Sa];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function Xa(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[Sa].modified_&&(Ga(t),Ra(4)),Ea(e)&&(e=Qa(t,e),t.parent_||td(t,e)),t.patches_&&Va("Patches").generateReplacementPatches_(n[Sa].base_,e,t.patches_,t.inversePatches_)):e=Qa(t,n,[]),Ga(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ka?e:void 0}function Qa(e,t,n){if(qa(t))return t;const i=t[Sa];if(!i)return Ma(t,((o,r)=>ed(e,i,t,o,r,n))),t;if(i.scope_!==e)return t;if(!i.modified_)return td(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;const t=i.copy_;let o=t,r=!1;3===i.type_&&(o=new Set(t),t.clear(),r=!0),Ma(o,((o,s)=>ed(e,i,t,o,s,n,r))),td(e,t,!1),n&&e.patches_&&Va("Patches").generatePatches_(i,n,e.patches_,e.inversePatches_)}return i.copy_}function ed(e,t,n,i,o,r,s){if("production"!==process.env.NODE_ENV&&o===n&&Ra(5),Oa(o)){const s=Qa(e,o,r&&t&&3!==t.type_&&!Pa(t.assigned_,i)?r.concat(i):void 0);if(Ta(n,i,s),!Oa(s))return;e.canAutoFreeze_=!1}else s&&n.add(o);if(Ea(o)&&!qa(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Qa(e,o),t&&t.scope_.parent_||td(e,o)}}function td(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Fa(t,n)}var nd={get(e,t){if(t===Sa)return e;const n=Ua(e);if(!Pa(n,t))return function(e,t,n){const i=rd(t,n);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}(e,n,t);const i=n[t];return e.finalized_||!Ea(i)?i:i===od(e.base_,t)?(ad(e),e.copy_[t]=dd(i,e)):i},has:(e,t)=>t in Ua(e),ownKeys:e=>Reflect.ownKeys(Ua(e)),set(e,t,n){const i=rd(Ua(e),t);if(i?.set)return i.set.call(e.draft_,n),!0;if(!e.modified_){const i=od(Ua(e),t),o=i?.[Sa];if(o&&o.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,i)&&(void 0!==n||Pa(e.base_,t)))return!0;ad(e),sd(e)}return e.copy_[t]===n&&(void 0!==n||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==od(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,ad(e),sd(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=Ua(e),i=Reflect.getOwnPropertyDescriptor(n,t);return i?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:i.enumerable,value:n[t]}:i},defineProperty(){Ra(11)},getPrototypeOf:e=>xa(e.base_),setPrototypeOf(){Ra(12)}},id={};function od(e,t){const n=e[Sa];return(n?Ua(n):e)[t]}function rd(e,t){if(!(t in e))return;let n=xa(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=xa(n)}}function sd(e){e.modified_||(e.modified_=!0,e.parent_&&sd(e.parent_))}function ad(e){e.copy_||(e.copy_=Da(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Ma(nd,((e,t)=>{id[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),id.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Ra(13),id.set.call(this,e,t,void 0)},id.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Ra(14),nd.set.call(this,e[0],t,n,e[0])};function dd(e,t){const n=Wa(e)?Va("MapSet").proxyMap_(e,t):La(e)?Va("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),i={type_:n?1:0,scope_:t?t.scope_:Ha(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=i,r=nd;n&&(o=[i],r=id);const{revoke:s,proxy:a}=Proxy.revocable(o,r);return i.draft_=a,i.revoke_=s,a}(e,t);return(t?t.scope_:Ha()).drafts_.push(n),n}function ld(e){return Oa(e)||Ra(10,e),cd(e)}function cd(e){if(!Ea(e)||qa(e))return e;const t=e[Sa];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Da(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Da(e,!0);return Ma(n,((e,t)=>{Ta(n,e,cd(t))})),t&&(t.finalized_=!1),n}var ud=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,n)=>{if("function"==typeof e&&"function"!=typeof t){const n=t;t=e;const i=this;return function(e=n,...o){return i.produce(e,(e=>t.call(this,e,...o)))}}let i;if("function"!=typeof t&&Ra(6),void 0!==n&&"function"!=typeof n&&Ra(7),Ea(e)){const o=Za(this),r=dd(e,void 0);let s=!0;try{i=t(r),s=!1}finally{s?Ga(o):Ja(o)}return za(o,n),Xa(i,o)}if(!e||"object"!=typeof e){if(i=t(e),void 0===i&&(i=e),i===ka&&(i=void 0),this.autoFreeze_&&Fa(i,!0),n){const t=[],o=[];Va("Patches").generateReplacementPatches_(e,i,t,o),n(t,o)}return i}Ra(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...n)=>this.produceWithPatches(t,(t=>e(t,...n)));let n,i;const o=this.produce(e,t,((e,t)=>{n=e,i=t}));return[o,n,i]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Ea(e)||Ra(8),Oa(e)&&(e=ld(e));const t=Za(this),n=dd(e,void 0);return n[Sa].isManual_=!0,Ja(t),n}finishDraft(e,t){const n=e&&e[Sa];n&&n.isManual_||Ra(9);const{scope_:i}=n;return za(i,t),Xa(void 0,i)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const i=t[n];if(0===i.path.length&&"replace"===i.op){e=i.value;break}}n>-1&&(t=t.slice(n+1));const i=Va("Patches").applyPatches_;return Oa(e)?i(e,t):this.produce(e,(e=>i(e,t)))}},hd=ud.produce;ud.produceWithPatches.bind(ud),ud.setAutoFreeze.bind(ud),ud.setUseStrictShallowCopy.bind(ud),ud.applyPatches.bind(ud),ud.createDraft.bind(ud),ud.finishDraft.bind(ud);var fd=(e,t,n)=>{if(1===t.length&&t[0]===n){let t=!1;try{const n={};e(n)===n&&(t=!0)}catch{}if(t){let e;try{throw new Error}catch(t){({stack:e}=t)}console.warn("The result function returned its own inputs without modification. e.g\n`createSelector([state => state.todos], todos => todos)`\nThis could lead to inefficient memoization and unnecessary re-renders.\nEnsure transformation logic is in the result function, and extraction logic is in the input selectors.",{stack:e})}}},pd=(e,t,n)=>{const{memoize:i,memoizeOptions:o}=t,{inputSelectorResults:r,inputSelectorResultsCopy:s}=e,a=i((()=>({})),...o);if(!(a.apply(null,r)===a.apply(null,s))){let e;try{throw new Error}catch(t){({stack:e}=t)}console.warn("An input selector returned a different result when passed same arguments.\nThis means your output selector will likely run more frequently than intended.\nAvoid returning a new reference inside your input selector, e.g.\n`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)`",{arguments:n,firstInputs:r,secondInputs:s,stack:e})}},gd={inputStabilityCheck:"once",identityFunctionCheck:"once"};var vd=e=>Array.isArray(e)?e:[e];function md(e){const t=Array.isArray(e[0])?e[0]:e;return function(e,t="expected all items to be functions, instead received the following types: "){if(!e.every((e=>"function"==typeof e))){const n=e.map((e=>"function"==typeof e?`function ${e.name||"unnamed"}()`:typeof e)).join(", ");throw new TypeError(`${t}[${n}]`)}}(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function yd(e,t){const n=[],{length:i}=e;for(let o=0;o<i;o++)n.push(e[o].apply(null,t));return n}var bd="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},wd=0,$d=1;function kd(){return{s:wd,v:void 0,o:null,p:null}}function Cd(e,t={}){let n=kd();const{resultEqualityCheck:i}=t;let o,r=0;function s(){let t=n;const{length:s}=arguments;for(let e=0,n=s;e<n;e++){const n=arguments[e];if("function"==typeof n||"object"==typeof n&&null!==n){let e=t.o;null===e&&(t.o=e=new WeakMap);const i=e.get(n);void 0===i?(t=kd(),e.set(n,t)):t=i}else{let e=t.p;null===e&&(t.p=e=new Map);const i=e.get(n);void 0===i?(t=kd(),e.set(n,t)):t=i}}const a=t;let d;if(t.s===$d)d=t.v;else if(d=e.apply(null,arguments),r++,i){const e=o?.deref?.()??o;null!=e&&i(e,d)&&(d=e,0!==r&&r--);o="object"==typeof d&&null!==d||"function"==typeof d?new bd(d):d}return a.s=$d,a.v=d,d}return s.clearCache=()=>{n=kd(),s.resetResultsCount()},s.resultsCount=()=>r,s.resetResultsCount=()=>{r=0},s}function Sd(e,...t){const n="function"==typeof e?{memoize:e,memoizeOptions:t}:e,i=(...e)=>{let t,i=0,o=0,r={},s=e.pop();"object"==typeof s&&(r=s,s=e.pop()),function(e,t="expected a function, instead received "+typeof e){if("function"!=typeof e)throw new TypeError(t)}(s,`createSelector expects an output function after the inputs, but received: [${typeof s}]`);const a={...n,...r},{memoize:d,memoizeOptions:l=[],argsMemoize:c=Cd,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=vd(l),p=vd(u),g=md(e),v=d((function(){return i++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){o++;const e=yd(g,arguments);if(t=v.apply(null,e),"production"!==process.env.NODE_ENV){const{identityFunctionCheck:n,inputStabilityCheck:i}=((e,t)=>{const{identityFunctionCheck:n,inputStabilityCheck:i}={...gd,...t};return{identityFunctionCheck:{shouldRun:"always"===n||"once"===n&&e,run:fd},inputStabilityCheck:{shouldRun:"always"===i||"once"===i&&e,run:pd}}})(m,h);if(n.shouldRun&&n.run(s,e,t),i.shouldRun){const t=yd(g,arguments);i.run({inputSelectorResults:e,inputSelectorResultsCopy:t},{memoize:d,memoizeOptions:f},arguments)}m&&(m=!1)}return t}),...p);return Object.assign(y,{resultFunc:s,memoizedResultFunc:v,dependencies:g,dependencyRecomputations:()=>o,resetDependencyRecomputations:()=>{o=0},lastResult:()=>t,recomputations:()=>i,resetRecomputations:()=>{i=0},memoize:d,argsMemoize:c})};return Object.assign(i,{withTypes:()=>i}),i}var Id=Sd(Cd),Rd=Object.assign(((e,t=Id)=>{!function(e,t="expected an object, instead received "+typeof e){if("object"!=typeof e)throw new TypeError(t)}(e,"createStructuredSelector expects first argument to be an object where each property is a selector, instead received a "+typeof e);const n=Object.keys(e),i=t(n.map((t=>e[t])),((...e)=>e.reduce(((e,t,i)=>(e[n[i]]=t,e)),{})));return i}),{withTypes:()=>Rd});function xd(e){return({dispatch:t,getState:n})=>i=>o=>"function"==typeof o?o(t,n,e):i(o)}var Od=xd(),Ed=xd;((...e)=>{const t=Sd(...e)})(Cd);var Ad="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?wa:wa.apply(null,arguments)},Nd=e=>e&&"function"==typeof e.match;function Md(e,t){function n(...n){if(t){let i=t(...n);if(!i)throw new Error("production"===process.env.NODE_ENV?hl(0):"prepareAction did not return an object");return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return n.toString=()=>`${e}`,n.type=e,n.match=t=>$a(t)&&t.type===e,n}function jd(e){return"function"==typeof e&&"type"in e&&Nd(e)}function Pd(e,t){let n=0;return{measureTime(e){const t=Date.now();try{return e()}finally{const e=Date.now();n+=e-t}},warnIfExceeded(){n>e&&console.warn(`${t} took ${n}ms, which is more than the warning threshold of ${e}ms. \nIf your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.\nIt is disabled in production builds, so you don't need to worry about that.`)}}}var Td=class e extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,e.prototype)}static get[Symbol.species](){return e}concat(...e){return super.concat.apply(this,e)}prepend(...t){return 1===t.length&&Array.isArray(t[0])?new e(...t[0].concat(this)):new e(...t.concat(this))}};function Wd(e){return Ea(e)?hd(e,(()=>{})):e}function Ld(e,t,n){if(e.has(t)){let i=e.get(t);return n.update&&(i=n.update(i,t,e),e.set(t,i)),i}if(!n.insert)throw new Error("production"===process.env.NODE_ENV?hl(10):"No insert provided for key not already in map");const i=n.insert(t,e);return e.set(t,i),i}function Ud(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Dd(e,t,n){const i=Fd(e,t,n);return{detectMutations:()=>_d(e,t,i,n)}}function Fd(e,t=[],n,i="",o=new Set){const r={value:n};if(!e(n)&&!o.has(n)){o.add(n),r.children={};for(const o in n){const s=i?i+"."+o:o;t.length&&-1!==t.indexOf(s)||(r.children[o]=Fd(e,t,n[o],s))}}return r}function _d(e,t=[],n,i,o=!1,r=""){const s=n?n.value:void 0,a=s===i;if(o&&!a&&!Number.isNaN(i))return{wasMutated:!0,path:r};if(e(s)||e(i))return{wasMutated:!1};const d={};for(let e in n.children)d[e]=!0;for(let e in i)d[e]=!0;const l=t.length>0;for(let o in d){const s=r?r+"."+o:o;if(l){if(t.some((e=>e instanceof RegExp?e.test(s):s===e)))continue}const d=_d(e,t,n.children[o],i[o],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function qd(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||pa(e)}function Bd(e,t="",n=qd,i,o=[],r){let s;if(!n(e))return{keyPath:t||"<root>",value:e};if("object"!=typeof e||null===e)return!1;if(r?.has(e))return!1;const a=null!=i?i(e):Object.entries(e),d=o.length>0;for(const[e,l]of a){const a=t?t+"."+e:e;if(d){if(o.some((e=>e instanceof RegExp?e.test(a):a===e)))continue}if(!n(l))return{keyPath:a,value:l};if("object"==typeof l&&(s=Bd(l,a,n,i,o,r),s))return s}return r&&Kd(e)&&r.add(e),!1}function Kd(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!Kd(t))return!1;return!0}function Vd(e){return"boolean"==typeof e}var Hd=()=>function(e){const{thunk:t=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:o=!0}=e??{};let r=new Td;if(t&&(Vd(t)?r.push(Od):r.push(Ed(t.extraArgument))),"production"!==process.env.NODE_ENV){if(n){let e={};Vd(n)||(e=n),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{let t=function(e,t,i,o){return JSON.stringify(e,n(t,o),i)},n=function(e,t){let n=[],i=[];return t||(t=function(e,t){return n[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,n.indexOf(t)).join(".")+"]"}),function(o,r){if(n.length>0){var s=n.indexOf(this);~s?n.splice(s+1):n.push(this),~s?i.splice(s,1/0,o):i.push(o),~n.indexOf(r)&&(r=t.call(this,o,r))}else n.push(r);return null==e?r:e.call(this,o,r)}},{isImmutable:i=Ud,ignoredPaths:o,warnAfter:r=32}=e;const s=Dd.bind(null,i,o);return({getState:e})=>{let n,i=e(),o=s(i);return a=>d=>{const l=Pd(r,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?hl(19):`A state mutation was detected between dispatches, in the path '${n.path||""}'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)}));const c=a(d);return l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?hl(20):`A state mutation was detected inside a dispatch, in the path: ${n.path||""}. Take a look at the reducer(s) handling the action ${t(d)}. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)})),l.warnIfExceeded(),c}}}}(e))}if(i){let e={};Vd(i)||(e=i),r.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=qd,getEntries:n,ignoredActions:i=[],ignoredActionPaths:o=["meta.arg","meta.baseQueryMeta"],ignoredPaths:r=[],warnAfter:s=32,ignoreState:a=!1,ignoreActions:d=!1,disableCache:l=!1}=e,c=!l&&WeakSet?new WeakSet:void 0;return e=>l=>u=>{if(!$a(u))return l(u);const h=l(u),f=Pd(s,"SerializableStateInvariantMiddleware");return d||i.length&&-1!==i.indexOf(u.type)||f.measureTime((()=>{const e=Bd(u,"",t,n,o,c);if(e){const{keyPath:t,value:n}=e;console.error(`A non-serializable value was detected in an action, in the path: \`${t}\`. Value:`,n,"\nTake a look at the logic that dispatched this action: ",u,"\n(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)","\n(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)")}})),a||(f.measureTime((()=>{const i=Bd(e.getState(),"",t,n,r,c);if(i){const{keyPath:e,value:t}=i;console.error(`A non-serializable value was detected in the state, in the path: \`${e}\`. Value:`,t,`\nTake a look at the reducer(s) handling this action type: ${u.type}.\n(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}})),f.warnIfExceeded()),h}}}(e))}if(o){let e={};Vd(o)||(e=o),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=jd}=e;return()=>e=>n=>(t(n)&&console.warn(function(e){const t=e?`${e}`.split("/"):[],n=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched. \nMake sure you're calling the action creator before dispatching, i.e. \`dispatch(${n}())\` instead of \`dispatch(${n})\`. This is necessary even if the action has no payload.`}(n.type)),e(n))}(e))}}return r},zd=e=>t=>{setTimeout(t,e)},Gd="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:zd(10),Jd=e=>function(t){const{autoBatch:n=!0}=t??{};let i=new Td(e);return n&&i.push(((e={type:"raf"})=>t=>(...n)=>{const i=t(...n);let o=!0,r=!1,s=!1;const a=new Set,d="tick"===e.type?queueMicrotask:"raf"===e.type?Gd:"callback"===e.type?e.queueNotification:zd(e.timeout),l=()=>{s=!1,r&&(r=!1,a.forEach((e=>e())))};return Object.assign({},i,{subscribe(e){const t=i.subscribe((()=>o&&e()));return a.add(e),()=>{t(),a.delete(e)}},dispatch(e){try{return o=!e?.meta?.RTK_autoBatch,r=!o,r&&(s||(s=!0,d(l))),i.dispatch(e)}finally{o=!0}}})})("object"==typeof n?n:void 0)),i},Zd="production"===process.env.NODE_ENV;function Yd(e){const t=Hd(),{reducer:n,middleware:i,devTools:o=!0,preloadedState:r,enhancers:s}=e||{};let a,d;if("function"==typeof n)a=n;else{if(!pa(n))throw new Error("production"===process.env.NODE_ENV?hl(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=ba(n)}if(!Zd&&i&&"function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?hl(2):"`middleware` field must be a callback");if("function"==typeof i){if(d=i(t),!Zd&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?hl(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!Zd&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?hl(4):"each middleware provided to configureStore must be a function");let l=wa;o&&(l=Ad({trace:!Zd,..."object"==typeof o&&o}));const c=function(...e){return t=>(n,i)=>{const o=t(n,i);let r=()=>{throw new Error("production"===process.env.NODE_ENV?ca(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const s={getState:o.getState,dispatch:(e,...t)=>r(e,...t)},a=e.map((e=>e(s)));return r=wa(...a)(o.dispatch),{...o,dispatch:r}}}(...d),u=Jd(c);if(!Zd&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?hl(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!Zd&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?hl(6):"`enhancers` callback must return an array");if(!Zd&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?hl(7):"each enhancer provided to configureStore must be a function");Zd||!d.length||h.includes(c)||console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");return ma(a,r,l(...h))}function Xd(e){const t={},n=[];let i;const o={addCase(e,r){if("production"!==process.env.NODE_ENV){if(n.length>0)throw new Error("production"===process.env.NODE_ENV?hl(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(i)throw new Error("production"===process.env.NODE_ENV?hl(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const s="string"==typeof e?e:e.type;if(!s)throw new Error("production"===process.env.NODE_ENV?hl(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?hl(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${s}'`);return t[s]=r,o},addMatcher(e,t){if("production"!==process.env.NODE_ENV&&i)throw new Error("production"===process.env.NODE_ENV?hl(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return n.push({matcher:e,reducer:t}),o},addDefaultCase(e){if("production"!==process.env.NODE_ENV&&i)throw new Error("production"===process.env.NODE_ENV?hl(31):"`builder.addDefaultCase` can only be called once");return i=e,o}};return e(o),[t,n,i]}function Qd(...e){return t=>e.some((e=>((e,t)=>Nd(e)?e.match(t):e(t))(e,t)))}var el=["name","message","stack","code"],tl=class{constructor(e,t){this.payload=e,this.meta=t}_type},nl=class{constructor(e,t){this.payload=e,this.meta=t}_type},il=e=>{if("object"==typeof e&&null!==e){const t={};for(const n of el)"string"==typeof e[n]&&(t[n]=e[n]);return t}return{message:String(e)}},ol=(()=>{function e(e,t,n){const i=Md(e+"/fulfilled",((e,t,n,i)=>({payload:e,meta:{...i||{},arg:n,requestId:t,requestStatus:"fulfilled"}}))),o=Md(e+"/pending",((e,t,n)=>({payload:void 0,meta:{...n||{},arg:t,requestId:e,requestStatus:"pending"}}))),r=Md(e+"/rejected",((e,t,i,o,r)=>({payload:o,error:(n&&n.serializeError||il)(e||"Rejected"),meta:{...r||{},arg:i,requestId:t,rejectedWithValue:!!o,requestStatus:"rejected",aborted:"AbortError"===e?.name,condition:"ConditionError"===e?.name}})));return Object.assign((function(e){return(s,a,d)=>{const l=n?.idGenerator?n.idGenerator(e):((e=21)=>{let t="",n=e;for(;n--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t})(),c=new AbortController;let u;function h(e){u=e,c.abort()}const f=async function(){let f;try{let r=n?.condition?.(e,{getState:a,extra:d});if(null!==(p=r)&&"object"==typeof p&&"function"==typeof p.then&&(r=await r),!1===r||c.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const g=new Promise(((e,t)=>c.signal.addEventListener("abort",(()=>t({name:"AbortError",message:u||"Aborted"})))));s(o(l,e,n?.getPendingMeta?.({requestId:l,arg:e},{getState:a,extra:d}))),f=await Promise.race([g,Promise.resolve(t(e,{dispatch:s,getState:a,extra:d,requestId:l,signal:c.signal,abort:h,rejectWithValue:(e,t)=>new tl(e,t),fulfillWithValue:(e,t)=>new nl(e,t)})).then((t=>{if(t instanceof tl)throw t;return t instanceof nl?i(t.payload,l,e,t.meta):i(t,l,e)}))])}catch(t){f=t instanceof tl?r(null,l,e,t.payload,t.meta):r(t,l,e)}var p;return n&&!n.dispatchConditionRejection&&r.match(f)&&f.meta.condition||s(f),f}();return Object.assign(f,{abort:h,requestId:l,arg:e,unwrap:()=>f.then(rl)})}}),{pending:o,rejected:r,fulfilled:i,settled:Qd(r,i),typePrefix:e})}return e.withTypes=()=>e,e})();function rl(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var sl=Symbol.for("rtk-slice-createasyncthunk");function al(e,t){return`${e}/${t}`}function dl(e,t,n,i){function o(o,...r){let s=n.call(e,o);if(void 0===s)if(i)s=e.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?hl(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...r)}return o.unwrapped=t,o}var ll=function({creators:e}={}){const t=e?.asyncThunk?.[sl];return function(e){const{name:n,reducerPath:i=n}=e;if(!n)throw new Error("production"===process.env.NODE_ENV?hl(11):"`name` is a required option for createSlice");"undefined"!=typeof process&&"development"===process.env.NODE_ENV&&void 0===e.initialState&&console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");const o=("function"==typeof e.reducers?e.reducers(function(){function e(e,t){return{_reducerDefinitionType:"asyncThunk",payloadCreator:e,...t}}return e.withTypes=()=>e,{reducer:e=>Object.assign({[e.name]:(...t)=>e(...t)}[e.name],{_reducerDefinitionType:"reducer"}),preparedReducer:(e,t)=>({_reducerDefinitionType:"reducerWithPrepare",prepare:e,reducer:t}),asyncThunk:e}}()):e.reducers)||{},r=Object.keys(o),s={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},a={addCase(e,t){const n="string"==typeof e?e:e.type;if(!n)throw new Error("production"===process.env.NODE_ENV?hl(12):"`context.addCase` cannot be called with an empty action type");if(n in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?hl(13):"`context.addCase` cannot be called with two reducers for the same action type: "+n);return s.sliceCaseReducersByType[n]=t,a},addMatcher:(e,t)=>(s.sliceMatchers.push({matcher:e,reducer:t}),a),exposeAction:(e,t)=>(s.actionCreators[e]=t,a),exposeCaseReducer:(e,t)=>(s.sliceCaseReducersByName[e]=t,a)};function d(){if("production"!==process.env.NODE_ENV&&"object"==typeof e.extraReducers)throw new Error("production"===process.env.NODE_ENV?hl(14):"The object notation for `createSlice.extraReducers` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");const[t={},n=[],i]="function"==typeof e.extraReducers?Xd(e.extraReducers):[e.extraReducers],o={...t,...s.sliceCaseReducersByType};return function(e,t){if("production"!==process.env.NODE_ENV&&"object"==typeof t)throw new Error("production"===process.env.NODE_ENV?hl(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let n,[i,o,r]=Xd(t);if(function(e){return"function"==typeof e}(e))n=()=>Wd(e());else{const t=Wd(e);n=()=>t}function s(e=n(),t){let s=[i[t.type],...o.filter((({matcher:e})=>e(t))).map((({reducer:e})=>e))];return 0===s.filter((e=>!!e)).length&&(s=[r]),s.reduce(((e,n)=>{if(n){if(Oa(e)){const i=n(e,t);return void 0===i?e:i}if(Ea(e))return hd(e,(e=>n(e,t)));{const i=n(e,t);if(void 0===i){if(null===e)return e;throw new Error("production"===process.env.NODE_ENV?hl(9):"A case reducer on a non-draftable value must not return undefined")}return i}}return e}),e)}return s.getInitialState=n,s}(e.initialState,(e=>{for(let t in o)e.addCase(t,o[t]);for(let t of s.sliceMatchers)e.addMatcher(t.matcher,t.reducer);for(let t of n)e.addMatcher(t.matcher,t.reducer);i&&e.addDefaultCase(i)}))}r.forEach((i=>{const r=o[i],s={reducerName:i,type:al(n,i),createNotation:"function"==typeof e.reducers};!function(e){return"asyncThunk"===e._reducerDefinitionType}(r)?function({type:e,reducerName:t,createNotation:n},i,o){let r,s;if("reducer"in i){if(n&&!function(e){return"reducerWithPrepare"===e._reducerDefinitionType}(i))throw new Error("production"===process.env.NODE_ENV?hl(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");r=i.reducer,s=i.prepare}else r=i;o.addCase(e,r).exposeCaseReducer(t,r).exposeAction(t,s?Md(e,s):Md(e))}(s,r,a):function({type:e,reducerName:t},n,i,o){if(!o)throw new Error("production"===process.env.NODE_ENV?hl(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:r,fulfilled:s,pending:a,rejected:d,settled:l,options:c}=n,u=o(e,r,c);i.exposeAction(t,u),s&&i.addCase(u.fulfilled,s);a&&i.addCase(u.pending,a);d&&i.addCase(u.rejected,d);l&&i.addMatcher(u.settled,l);i.exposeCaseReducer(t,{fulfilled:s||cl,pending:a||cl,rejected:d||cl,settled:l||cl})}(s,r,a,t)}));const l=e=>e,c=new WeakMap;let u;const h={name:n,reducerPath:i,reducer:(e,t)=>(u||(u=d()),u(e,t)),actions:s.actionCreators,caseReducers:s.sliceCaseReducersByName,getInitialState:()=>(u||(u=d()),u.getInitialState()),getSelectors(t=l){const n=Ld(c,this,{insert:()=>new WeakMap});return Ld(n,t,{insert:()=>{const n={};for(const[i,o]of Object.entries(e.selectors??{}))n[i]=dl(this,o,t,this!==h);return n}})},selectSlice(e){let t=e[this.reducerPath];if(void 0===t)if(this!==h)t=this.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?hl(15):"selectSlice returned undefined for an uninjected slice reducer");return t},get selectors(){return this.getSelectors(this.selectSlice)},injectInto(e,{reducerPath:t,...n}={}){const i=t??this.reducerPath;return e.inject({reducerPath:i,reducer:this.reducer},n),{...this,reducerPath:i}}};return h}}();function cl(){}var ul="listenerMiddleware";function hl(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}Md(`${ul}/add`),Md(`${ul}/removeAll`),Md(`${ul}/remove`);const fl=e=>Ai((t=>{const n=ll(e),i=Object.assign(Object.assign({},n.actions),e.asyncActions);return class extends(ki(Kr)(t)){constructor(...e){super(...e);const t=Yd({reducer:n.reducer,middleware:e=>e({thunk:{extraArgument:this},serializableCheck:!1}),devTools:!1}),o=e=>async(...n)=>{const i=await t.dispatch(e(...n));try{rl(i)}catch(e){this.logger.error(e.message,i.type,e.stack)}return i},r=Object.keys(i).reduce(((e,t)=>(e[t]=o(i[t]),e)),{});this.actions=r,this.subscribe=(e,n=e=>e)=>t.subscribe((()=>e(n(t.getState()))))}}})),pl=Ai((e=>class extends(Kr(e)){validateForm(e){return this.getFormInputs(e).every((e=>{var t,n;return null===(t=e.reportValidity)||void 0===t||t.call(e),null===(n=e.checkValidity)||void 0===n?void 0:n.call(e)}))}getFormInputs(e){return e?Array.from(e.querySelectorAll("[name]")):(this.logger.debug("cannot get form inputs, no root element was received"),[])}getFormData(e){return this.getFormInputs(e).reduce(((e,t)=>Object.assign(e,{[t.getAttribute("name")]:t.value})),{})}setFormData(e,t){this.getFormInputs(e).forEach((e=>{t.hasOwnProperty(e.getAttribute("name"))&&(e.value=t[e.getAttribute("name")])}))}resetFormData(e){this.getFormInputs(e).forEach((e=>{e.value="",e.checked=!1}))}getFormFieldNames(e){return this.getFormInputs(e).map((e=>e.name))}disableFormField(e,t){var n;null===(n=this.getFormInputs(e).find((e=>e.name===t)))||void 0===n||n.setAttribute("disabled","true")}removeFormField(e,t){var n;null===(n=this.getFormInputs(e).find((e=>e.name===t)))||void 0===n||n.remove()}})),gl=Ai((e=>{const t=ki(Xr({"widget-id":Jr}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),vl=Ai((e=>{const t=ki(rs,gl)(e);return class extends t{async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this))}async getWidgetConfig(){var e,t;const n=await this.config;return null===(t=null===(e=null==n?void 0:n.projectConfig)||void 0===e?void 0:e.widgets)||void 0===t?void 0:t[this.widgetId]}}})),ml=Ai((e=>class extends e{get locale(){return this.getAttribute("locale")||""}get localeCandidates(){const{locale:e,fallback:t}=Di(this.locale);return[...new Set([e,t].filter(Boolean))]}firstAvailableLocale(e){var t;const n=(null!=e?e:[]).map((e=>e.toLowerCase()));return null!==(t=this.localeCandidates.find((e=>n.includes(e))))&&void 0!==t?t:""}})),yl=e=>Ai((t=>{var n,i,o;const r=ki(is,gl,vl,ml)(t);return o=class extends r{constructor(){super(...arguments),n.add(this)}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this))}async fetchWidgetPage(t){const o=await u(this,n,"m",i).call(this,t);if(void 0!==o)return o;const r=await this.fetchStaticResource(`${e}/${this.widgetId}/${t}`,"text");return null==r?void 0:r.body}},n=new WeakSet,i=async function(t){var n;const i=await this.getWidgetConfig(),o=this.firstAvailableLocale(null!==(n=null==i?void 0:i.targetLocales)&&void 0!==n?n:[]);if(!o)return;const r=".html",s=t.endsWith(r)?t.slice(0,-5):t;try{const t=await this.fetchStaticResource(`${e}/${this.widgetId}/${s}-${o}${r}`,"text");return null==t?void 0:t.body}catch(e){return}},o})),bl=Ai((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),wl=Ai((e=>{var t,n,i;return i=class extends(Rs(e)){constructor(){super(...arguments),t.add(this)}get clientInput(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get formInput(){return this.getAttribute("form")||void 0}createFlowTemplate(e){var{flowId:i,client:o,form:r}=e,s=l(e,["flowId","client","form"]);return Ei(Object.assign({projectId:this.getAttribute("project-id"),flowId:i,baseUrl:this.getAttribute("base-url")||"",baseStaticUrl:this.getAttribute("base-static-url")||"",baseCdnUrl:this.getAttribute("base-cdn-url")||"",refreshCookieName:this.getAttribute("refresh-cookie-name")||"",theme:this.theme,"style-id":this.styleId,locale:this.getAttribute("locale")||"",form:u(this,t,"m",n).call(this,r),client:Object.assign(Object.assign({},this.clientInput),o)},s))}},t=new WeakSet,n=function(e){const t=this.formInput;if(!e)return t;if(!t)return e;try{return Object.assign(Object.assign({},JSON.parse(t)),e)}catch(t){return e}},i})),$l=["input","change"];function kl(e){if("number"==typeof e&&Number.isFinite(e))return{value:e,ok:!0};if("boolean"==typeof e)return{value:e?1:0,ok:!0};if("string"==typeof e){if(""===e.trim())return{value:0,ok:!1};const t=Number(e);if(Number.isFinite(t))return{value:t,ok:!0}}return{value:0,ok:!1}}function Cl(e){return null==e?"":"string"==typeof e?e:"boolean"==typeof e?e?"true":"false":"number"==typeof e?Number.isFinite(e)?String(e):"":String(e)}function Sl(e){if("boolean"==typeof e)return{value:e,ok:!0};if("string"==typeof e){if("true"===e)return{value:!0,ok:!0};if("false"===e)return{value:!1,ok:!0}}return"number"==typeof e?{value:0!==e,ok:!0}:{value:!1,ok:!1}}function Il(e){return Array.isArray(e)?e:"string"==typeof e?e.split(","):null}function Rl(e){return null==e||("string"==typeof e?""===e:Array.isArray(e)?0===e.length:"object"==typeof e&&0===Object.keys(e).length)}const xl=new Map,Ol={equal:(e,t)=>e===t||Cl(e)===Cl(t),"not-equal":(e,t)=>e!==t&&Cl(e)!==Cl(t),contains:(e,t)=>Array.isArray(e)?e.includes(t):"string"==typeof e&&e.includes(Cl(t)),"doesnt-contains":(e,t)=>Array.isArray(e)?!e.includes(t):"string"==typeof e&&!e.includes(Cl(t)),"greater-than":(e,t)=>{const n=kl(e),i=kl(t);return n.ok&&i.ok&&n.value>i.value},"greater-than-or-equal":(e,t)=>{const n=kl(e),i=kl(t);return n.ok&&i.ok&&n.value>=i.value},"less-than":(e,t)=>{const n=kl(e),i=kl(t);return n.ok&&i.ok&&n.value<i.value},"less-than-or-equal":(e,t)=>{const n=kl(e),i=kl(t);return n.ok&&i.ok&&n.value<=i.value},empty:e=>Rl(e),"not-empty":e=>!Rl(e),"is-true":e=>{const t=Sl(e);return t.ok&&t.value},"is-false":e=>{const t=Sl(e);return t.ok&&!t.value},in:(e,t)=>{const n=Il(t);return null!==n&&n.includes(e)},"not-in":(e,t)=>{const n=Il(t);return null!==n&&!n.includes(e)},matches:(e,t)=>{if("string"!=typeof e)return!1;const n=function(e){var t;if(xl.has(e))return null!==(t=xl.get(e))&&void 0!==t?t:null;let n;try{n=new RegExp(e)}catch(e){n=null}return xl.set(e,n),n}(Cl(t));return null!==n&&n.test(e)}};function El(e,t){var n;if(e)return"form"===e.kind&&e.form?t[e.form]:"list"===e.kind?(null!==(n=e.items)&&void 0!==n?n:[]).map((e=>El(e,t))):e.value}function Al(e,t){const n=Ol[e.operator];return!!n&&n(El(e.target,t),El(e.predicate,t))}function Nl(e,t){const n={};return(null!=e?e:[]).forEach((e=>{var i;(function(e,t){var n;return(null!==(n=e.rules)&&void 0!==n?n:[]).some((e=>function(e,t){var n;const i=null!==(n=e.atomicConditions)&&void 0!==n?n:[];return!!i.length&&(e.logicalOr?i.some((e=>Al(e,t))):i.every((e=>Al(e,t))))}(e,t)))})(e,t)&&(null!==(i=e.componentIds)&&void 0!==i?i:[]).forEach((t=>{n[t]=e.action}))})),n}const Ml=["hide","disable","read-only"];const jl=/(["\\])/g;function Pl(e){return"undefined"!=typeof CSS&&"function"==typeof CSS.escape?CSS.escape(e):e.replace(jl,"\\$1")}function Tl(e,t){return Array.from(e.querySelectorAll(`[id="${Pl(t)}"]`))}function Wl(e,t,n){return Object.keys(t).forEach((i=>{const o=t[i];n[i]!==o&&Tl(e,i).forEach((e=>function(e,t){switch(t){case"hide":e.classList.remove("hidden");break;case"disable":e.removeAttribute("disabled");break;case"read-only":e.removeAttribute("readonly")}}(e,o)))})),Object.keys(n).forEach((i=>{const o=n[i],r=t[i];o!==r&&Tl(e,i).forEach((e=>function(e,t){switch(t){case"hide":e.classList.add("hidden");break;case"disable":e.setAttribute("disabled","true");break;case"read-only":e.setAttribute("readonly","true")}}(e,o)))})),Object.assign({},n)}const Ll="component-conditions:";function Ul(e){return e instanceof HTMLInputElement?"checkbox"===e.type?e.checked:e.value:"checked"in e?e.checked:"value"in e?e.value:void 0}function Dl(e,t){const n=Object.keys(e),i=Object.keys(t);return n.length===i.length&&n.every((n=>e[n]===t[n]))}function Fl(){return{conditions:[],touchedIds:new Set,snapshot:{},applied:{},serverBaseline:{},debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:null}}function _l(e,t,n){const i={};return n.forEach((n=>{e[n]?i[n]=e[n]:t[n]&&(i[n]=t[n])})),i}const ql=Ai((e=>{var t,n,i,o,r,s;const a=ki(Kr)(e);return s=class extends a{constructor(){super(...arguments),t.add(this),n.set(this,Fl())}applyComponentsState(e,t){t&&(Object.entries(t).forEach((([e,t])=>{Ml.includes(t)||this.logger.error(`Unknown component action "${t}" for component with id "${e}"`,`Valid actions are ${Ml.map((e=>`"${e}"`)).join(", ")}`)})),Wl(e,{},t))}initRealtimeConditions(e,o){var s,a,d,l;u(this,t,"m",r).call(this);const c=null!==(s=null==o?void 0:o.realtimeComponentsConditions)&&void 0!==s?s:[];if(!c.length)return void this.logger.debug(`${Ll} no real-time rules to apply on this screen`);this.logger.info(`${Ll} found ${c.length} real-time rule(s) for this screen`);const f={};Object.entries(null!==(a=null==o?void 0:o.form)&&void 0!==a?a:{}).forEach((([e,t])=>{f[`form.${e}`]=t})),function(e){const t=new Set,n=e=>{var i;e&&("form"===e.kind&&e.form?t.add(e.form):"list"===e.kind&&(null!==(i=e.items)&&void 0!==i?i:[]).forEach(n))};return(null!=e?e:[]).forEach((e=>{var t;return(null!==(t=e.rules)&&void 0!==t?t:[]).forEach((e=>{var t;return(null!==(t=e.atomicConditions)&&void 0!==t?t:[]).forEach((e=>{n(e.target),n(e.predicate)}))}))})),t}(c).forEach((t=>{const n=function(e,t){const n=t.startsWith("form.")?t.slice(5):t;return e.querySelector(`[name="${Pl(t)}"]`)||e.querySelector(`[name="${Pl(n)}"]`)}(e,t);if(!n)return;const i=Ul(n);void 0!==i&&(f[t]=i)}));const p=function(e){const t=new Set;return(null!=e?e:[]).forEach((e=>{var n;(null!==(n=e.componentIds)&&void 0!==n?n:[]).forEach((e=>t.add(e)))})),t}(c),g={},v={};Object.entries(null!==(d=null==o?void 0:o.componentsState)&&void 0!==d?d:{}).forEach((([e,t])=>{p.has(e)&&(v[e]=t)})),Object.entries(null!==(l=null==o?void 0:o.serverOnlyComponentsState)&&void 0!==l?l:{}).forEach((([e,t])=>{p.has(e)&&(g[e]=t)}));const m={conditions:c,touchedIds:p,snapshot:f,applied:v,serverBaseline:g,debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:e},y=_l(Nl(c,f),g,p);Dl(v,y)||(m.applied=Wl(e,v,y)),m.inputHandler=e=>u(this,t,"m",i).call(this,e),$l.forEach((t=>{e.addEventListener(t,m.inputHandler,!0)})),this.logger.debug(`${Ll} listening for "${$l.join('" and "')}" events on form fields; ${Object.keys(v).length} component(s) start hidden / disabled / read-only by these rules`);const b=this.nextRequestStatus;if(null==b?void 0:b.subscribe){const e=({isLoading:e})=>{m.paused=e,e&&m.debounceTimer&&(clearTimeout(m.debounceTimer),m.debounceTimer=null)},t=b.subscribe(e);m.unsubscribePauseListener=()=>{var e;null!=t&&(null===(e=b.unsubscribe)||void 0===e||e.call(b,t))}}h(this,n,m,"f")}disconnectedCallback(){var e;null===(e=super.disconnectedCallback)||void 0===e||e.call(this),u(this,t,"m",r).call(this)}},n=new WeakMap,t=new WeakSet,i=function(e){var i,r;const s=u(this,n,"f");if(!s.root||s.paused)return;const a=e.target;if(!a)return;if(null===(i=a.hasAttribute)||void 0===i?void 0:i.call(a,wo))return;const d=null===(r=a.getAttribute)||void 0===r?void 0:r.call(a,"name");if(!d)return;const l=function(e){return e.startsWith("form.")?e:`form.${e}`}(d);s.snapshot[l]=Ul(a),s.debounceTimer&&clearTimeout(s.debounceTimer),s.debounceTimer=setTimeout((()=>{s.debounceTimer=null,u(this,t,"m",o).call(this)}),50)},o=function(){const e=u(this,n,"f");if(!e.root)return;let t;try{t=_l(Nl(e.conditions,e.snapshot),e.serverBaseline,e.touchedIds)}catch(e){return void this.logger.error(`${Ll} failed to evaluate real-time rules — keeping the previous state`,null==e?void 0:e.message)}const i=e.applied;Dl(i,t)||(this.logger.debug(`${Ll} form changed — updating components: was ${JSON.stringify(i)}, now ${JSON.stringify(t)}`),e.applied=Wl(e.root,i,t))},r=function(){const e=u(this,n,"f");e.debounceTimer&&clearTimeout(e.debounceTimer),e.unsubscribePauseListener&&e.unsubscribePauseListener(),e.root&&(Object.keys(e.applied).length>0&&e.root.isConnected&&Wl(e.root,e.applied,{}),$l.forEach((t=>{e.root.removeEventListener(t,e.inputHandler,!0)}))),h(this,n,Fl(),"f")},s})),Bl="project-id",Kl="flow-id",Vl=e=>{const t=(e=>{const t=e.getAttribute(Bl),n=e.getAttribute(Kl);return t&&n?Array.from(e.ownerDocument.querySelectorAll("descope-wc")).filter((e=>e.getAttribute(Bl)===t&&e.getAttribute(Kl)===n)):[]})(e);return t.length>1&&t[0]!==e},Hl=Ai((e=>{var t,n,i,o;const r=ki(Kr)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}connectedCallback(){var e;null===(e=super.connectedCallback)||void 0===e||e.call(this),u(this,t,"m",i).call(this)}attributeChangedCallback(e,n,o){var r;null===(r=super.attributeChangedCallback)||void 0===r||r.call(this,e,n,o),n===o||e!==Bl&&e!==Kl||u(this,t,"m",i).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){queueMicrotask((()=>{if(!this.isConnected)return;const e=this.getAttribute(Bl),t=this.getAttribute(Kl),i=`${e}|${t}`;u(this,n,"f")!==i&&Vl(this)&&(h(this,n,i,"f"),this.logger.warn("Multiple Descope flow components detected on the same page",`The same flow ("${t}") and project ("${e}") are running more than once on this page. This is not supported and may cause the flow to behave unexpectedly.`))}))},o})),zl=["externalId","email","phone"],Gl=["newPassword","password"],Jl="data-username-anchor",Zl=e=>{var t;if(!e)return"";try{const n=null===(t=window.sessionStorage)||void 0===t?void 0:t.getItem(Co);if(!n)return"";const i=JSON.parse(n);return i.executionId===e&&i.loginId||""}catch(e){return""}},Yl=Ai((e=>{var t,n,i,o,r;const s=ki(Kr)(e);return r=class extends s{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}updateScreenUser(e){var r,s,a;h(this,n,{email:null==e?void 0:e.email,loginIds:(null===(r=null==e?void 0:e.loginIds)||void 0===r?void 0:r.length)?e.loginIds:[Zl(u(this,t,"a",o))||(null===(a=null===(s=u(this,t,"a",i).sdk)||void 0===s?void 0:s.getLastUserLoginId)||void 0===a?void 0:a.call(s))].filter(Boolean)},"f")}updateUsernameAnchor(){document.querySelectorAll(`[${Jl}="true"]`).forEach((e=>e.remove())),((e,t,n,i)=>{var o;const r=(null==n?void 0:n.email)||(null===(o=null==n?void 0:n.loginIds)||void 0===o?void 0:o[0]);(e=>e.querySelector("descope-new-password")||e.querySelector("descope-password"))(t)?r?(e=>{const t=['input[autocomplete="username"]',...zl.map((e=>`[name="${e}"]`))].join(", ");return e.some((e=>e.querySelector(t)))})([e,t])?i.debug("Username anchor: screen already has an identifier field"):(i.debug("Username anchor: injecting hidden username input"),e.appendChild((e=>{const t=document.createElement("input");return t.setAttribute("autocomplete","username"),t.setAttribute("name","username"),t.setAttribute("type","email"),t.setAttribute("readonly","true"),t.setAttribute("tabindex","-1"),t.setAttribute("aria-hidden","true"),t.setAttribute(wo,"true"),t.setAttribute(Jl,"true"),t.setAttribute("value",e),t.value=e,Object.assign(t.style,{position:"absolute",opacity:"0",pointerEvents:"none",height:"0",border:"0"}),t})(r))):i.debug("Username anchor: no user identifier available"):i.debug("Username anchor: no password component on screen")})(this,u(this,t,"a",i).contentRootElement,u(this,n,"f"),this.logger)}captureLastSubmittedLoginId(e={},n){const i=cr(e,zl);i&&((e,t)=>{var n;if(e&&t)try{null===(n=window.sessionStorage)||void 0===n||n.setItem(Co,JSON.stringify({executionId:t,loginId:e}))}catch(e){}})(i,n||u(this,t,"a",o))}storeCredentials(e={}){var t,i,o,r,s;const a=cr(e,zl)||(null===(t=u(this,n,"f"))||void 0===t?void 0:t.email)||(null===(o=null===(i=u(this,n,"f"))||void 0===i?void 0:i.loginIds)||void 0===o?void 0:o[0]),d=cr(e,Gl);if(a&&d)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:a,password:d});null===(s=null===(r=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===r?void 0:r.store)||void 0===s||s.call(r,e)}catch(e){this.logger.error("Could not store credentials",e.message)}}},n=new WeakMap,t=new WeakSet,i=function(){return this},o=function(){var e,n;return(null===(n=null===(e=u(this,t,"a",i).flowState)||void 0===e?void 0:e.current)||void 0===n?void 0:n.executionId)||""},r}));var Xl,Ql,ec,tc,nc,ic,oc,rc,sc,ac,dc,lc,cc,uc,hc,fc,pc,gc,vc,mc,yc,bc;const wc=ki(Rs,is,Os,ql,Hl,Yl,vs)(HTMLElement);let $c=class extends wc{static get observedAttributes(){return["project-id","flow-id","base-url","tenant","locale","debug","storage-prefix","preview","redirect-url","auto-focus","store-last-authenticated-user","refresh-cookie-name","keep-last-authenticated-user-after-logout","validate-on-blur","style-id"]}constructor(e){super(),Xl.add(this),ec.set(this,!1),tc.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,Xl,"m",bc).call(this,e,t)},warn:(e,t="")=>{this.logger.warn(e,t)},info:(e,t="",n={})=>{this.logger.info(e,t,n)},debug:(e,t="")=>{this.logger.debug(e,t)}},nc.set(this,new kr),ic.set(this,new kr),oc.set(this,{}),this.getComponentsContext=()=>u(this,oc,"f"),this.nextRequestStatus=new kr({isLoading:!1}),rc.set(this,void 0),sc.set(this,{popstate:u(this,Xl,"m",uc).bind(this),componentsContext:u(this,Xl,"m",vc).bind(this)}),ac.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,ac,e,"f"),u(this,Xl,"m",lc).call(this)}get flowId(){return this.getAttribute("flow-id")}get client(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get locale(){return this.getAttribute("locale")||void 0}get autoFocus(){var e;const t=null!==(e=this.getAttribute("auto-focus"))&&void 0!==e?e:"true";return"skipFirstScreen"===t?t:"true"===t}get validateOnBlur(){return"true"===this.getAttribute("validate-on-blur")}get storeLastAuthenticatedUser(){var e;return"true"===(null!==(e=this.getAttribute("store-last-authenticated-user"))&&void 0!==e?e:"true")}get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}get keepLastAuthenticatedUserAfterLogout(){return"true"===this.getAttribute("keep-last-authenticated-user-after-logout")}get storagePrefix(){return this.getAttribute("storage-prefix")||""}get preview(){return!!this.getAttribute("preview")}get formConfig(){return(e=>{try{return xs(JSON.parse(e))}catch(e){return{}}})(this.form)}get form(){return this.getAttribute("form")}get formConfigValues(){return((e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[e,n[t]]))))(this.formConfig,"value")}get outboundAppId(){return this.getAttribute("outbound-app-id")}get outboundAppScopes(){try{return JSON.parse(this.getAttribute("outbound-app-scopes"))||null}catch(e){return null}}get popupOrigin(){return this.getAttribute("popup-origin")}get customStorage(){return u(this,tc,"f")}set customStorage(e){if(e&&"function"!=typeof e.getItem)throw new Error("Custom storage must have a getItem method");if(e&&"function"!=typeof e.setItem)throw new Error("Custom storage must have a setItem method");if(e&&"function"!=typeof e.removeItem)throw new Error("Custom storage must have a removeItem method");h(this,tc,e,"f"),(e=>{jr=e})(e)}get isRestartOnError(){return"true"===this.getAttribute("restart-on-error")}getExecutionContext(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"executionContext"in e?e.executionContext:void 0}))}getProjectConfig(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"projectConfig"in e?e.projectConfig:void 0}))}getFlowConfig(){return c(this,void 0,void 0,(function*(){var e,t;const n=yield this.getProjectConfig(),i=(null===(e=null==n?void 0:n.flows)||void 0===e?void 0:e[this.flowId])||{};return null!==(t=i.version)&&void 0!==t||(i.version=0),i}))}getTargetLocales(){return c(this,void 0,void 0,(function*(){const e=yield this.getFlowConfig();return((null==e?void 0:e.targetLocales)||[]).map((e=>e.toLowerCase()))}))}handleKeyPress(){this.logger.debug("Enable key press handler"),this.rootElement.onkeydown=e=>{var t,n,i;const o=!!(null===(t=this.shadowRoot.activeElement)||void 0===t?void 0:t.getAttribute("href")),r=zo.includes(null!==(i=null===(n=this.shadowRoot.activeElement)||void 0===n?void 0:n.localName)&&void 0!==i?i:"");if("Enter"!==e.key||o||r)return;e.preventDefault();const s=this.rootElement.querySelectorAll("descope-button");if(1===s.length&&"false"!==s[0].getAttribute("auto-submit"))return void s[0].click();const a=Array.from(s).filter((e=>"true"===e.getAttribute("auto-submit")));if(1===a.length)return void a[0].click();const d=Array.from(s).filter((e=>"button"===e.getAttribute("data-type")));if(1===d.length)"false"!==d[0].getAttribute("auto-submit")&&d[0].click();else if(0===d.length){const e=Array.from(s).filter((e=>"sso"===e.getAttribute("data-type")));1===e.length&&"false"!==e[0].getAttribute("auto-submit")&&e[0].click()}}}disableKeyPressHandler(){this.logger.debug("Disable key press handler"),this.rootElement.onkeydown=null}getComponentsVersion(){return c(this,void 0,void 0,(function*(){var e;const t=yield this.getConfig();return("projectConfig"in t?null===(e=t.projectConfig)||void 0===e?void 0:e.componentsVersion:{})||(this.logger.error("Did not get components version, using latest version"),"latest")}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;if(this.flowStatus="loading",["ready","error","success"].forEach((e=>this.addEventListener(e,(()=>{this.flowStatus=e})))),yield null===(t=e.init)||void 0===t?void 0:t.call(this),u(this,ic,"f").subscribe(u(this,Xl,"m",yc).bind(this)),u(this,ic,"f").update({isDebug:this.debug}),u(this,Xl,"m",cc).call(this),yield u(this,Xl,"m",pc).call(this))return void this.loggerWrapper.error("This SDK version does not support your flows version","Make sure to upgrade your flows to the latest version or use an older SDK version");const n=yield this.getConfig();if("isMissingConfig"in n&&n.isMissingConfig)return void this.loggerWrapper.error("Cannot get config file","Make sure that your projectId & flowId are correct");const{executionId:i,stepId:o,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p,ssoQueryParams:g}=or(this.flowId,this.loggerWrapper);window.addEventListener("popstate",u(this,sc,"f").popstate),window.addEventListener("components-context",u(this,sc,"f").componentsContext),u(this,nc,"f").subscribe(u(this,Xl,"m",fc).bind(this)),u(this,nc,"f").update(Object.assign({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenantId,redirectUrl:this.redirectUrl,locale:this.locale,stepId:o,executionId:i,token:r,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p},g)),h(this,ec,!0,"f")}))}disconnectedCallback(){var e;u(this,nc,"f").unsubscribeAll(),u(this,ic,"f").unsubscribeAll(),u(this,Xl,"m",mc).call(this),window.removeEventListener("popstate",u(this,sc,"f").popstate),window.removeEventListener("components-context",u(this,sc,"f").componentsContext),null===(e=super.disconnectedCallback)||void 0===e||e.call(this)}attributeChangedCallback(e,t,n){var i;if(null===(i=super.attributeChangedCallback)||void 0===i||i.call(this,e,t,n),this.shadowRoot.isConnected&&u(this,ec,"f")&&t!==n&&Ql.observedAttributes.includes(e)){u(this,Xl,"m",cc).call(this);const i=null===t;u(this,nc,"f").update((({stepId:t,executionId:o})=>{let r=t,s=o;return i||(s=null,r=null,nr()),{[ir(e)]:n,stepId:r,executionId:s}})),u(this,ic,"f").update({isDebug:this.debug})}}};var kc,Cc,Sc,Ic,Rc,xc,Oc,Ec,Ac,Nc,Mc,jc,Pc,Tc,Wc,Lc,Uc,Dc,Fc,_c,qc,Bc,Kc,Vc,Hc,zc,Gc,Jc,Zc,Yc,Xc,Qc,eu,tu,nu,iu,ou,ru,su;Ql=$c,ec=new WeakMap,tc=new WeakMap,nc=new WeakMap,ic=new WeakMap,oc=new WeakMap,rc=new WeakMap,sc=new WeakMap,ac=new WeakMap,Xl=new WeakSet,dc=function(){this.injectStyle("\n :host {\n\t\t\twidth: 100%;\n display: block;\n\t\t}\n\n\t\t#root {\n\t\t\theight: 100%;\n display: flex;\n flex-direction: column;\n\t\t}\n\n #content-root {\n all: initial;\n transition: opacity 200ms ease-in-out;\n }\n\n\t\t#root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1!important;\n\t\t}\n\n .hidden {\n display: none;\n }\n ")},lc=function(){u(this,Xl,"m",dc).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},cc=function(){const e=["base-url","tenant","locale","debug","redirect-url","auto-focus","store-last-authenticated-user","refresh-cookie-name","keep-last-authenticated-user-after-logout","preview","storage-prefix","form","client","validate-on-blur","style-id","outbound-app-id","outbound-app-scopes","theme-override"];Ql.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[ir(t)])throw Error(`${t} cannot be empty`)}))},uc=function(){const{stepId:e,executionId:t}=tr(this.flowId);u(this,nc,"f").update({stepId:e,executionId:t})},hc=function(e,t){fi&&"function"==typeof fi||this.logger.error("SDK was not loaded properly",fi,JSON.stringify(fi));const n=Object.assign(Object.assign({persistTokens:!0,preview:this.preview,storagePrefix:this.storagePrefix,storeLastAuthenticatedUser:this.storeLastAuthenticatedUser,keepLastAuthenticatedUserAfterLogout:this.keepLastAuthenticatedUserAfterLogout,refreshCookieName:this.refreshCookieName},Ql.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,tc,"f")&&(n.customStorage=u(this,tc,"f")),this.sdk=fi(n),["start","next"].forEach((e=>{const t=function(e,t,n){return(...i)=>c(this,void 0,void 0,(function*(){let o;const r=n+1;for(let s=0;s<r;s++)try{return yield e(...i)}catch(e){o=e,s<n&&(yield new Promise((e=>{setTimeout(e,t*Math.pow(2,s+1))})))}throw o}))}(this.sdk.flow[e],1e3,3);this.sdk.flow[e]=(...n)=>c(this,void 0,void 0,(function*(){try{return yield t(...n)}catch(t){return this.logger.error(`Error in sdk flow ${e} function`,t),{error:{errorCode:uo,errorDescription:t.toString()}}}}))}))},fc=function(e,t,n){return c(this,void 0,void 0,(function*(){const{projectId:t,baseUrl:i}=e;if(n("projectId")||n("baseUrl")){if(!t)return;u(this,Xl,"m",hc).call(this,t,i)}u(this,ac,"f").call(this,e)}))},pc=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,Xl,"m",gc).call(this))}))},gc=function(){return c(this,void 0,void 0,(function*(){const e=function({projectId:e,filename:t,assetsFolder:n="v2-beta",baseUrl:i}){const o=new URL(po||i||"https://static.descope.com/pages");return o.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(o.pathname,e,n,t),o.toString()}({projectId:this.projectId,filename:"config.json",assetsFolder:"v2-alpha",baseUrl:this.baseStaticUrl});try{return yield function(e,t){return c(this,void 0,void 0,(function*(){const n=yield fetch(e,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${e} [${n.status}]`);return{body:yield n[t](),headers:Object.fromEntries(n.headers.entries())}}))}(e,"json"),!0}catch(e){return!1}}))},vc=function(e){h(this,oc,Object.assign(Object.assign({},u(this,oc,"f")),e.detail),"f")},mc=function(){var e;null===(e=u(this,rc,"f"))||void 0===e||e.remove(),h(this,rc,null,"f")},yc=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,rc,document.createElement("descope-debugger"),"f"),Object.assign(u(this,rc,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return KC})),document.body.appendChild(u(this,rc,"f"))):u(this,Xl,"m",mc).call(this)}))},bc=function(e,t){var n;e&&this.debug&&(null===(n=u(this,rc,"f"))||void 0===n||n.updateData({title:e,description:t}))},$c.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"4.0.0"}};let au=class extends $c{static set sdkConfigOverrides(e){$c.sdkConfigOverrides=e}static get sdkConfigOverrides(){return $c.sdkConfigOverrides}constructor(){const e=new kr({deferredRedirect:!1,deferredPolling:!1});super(e.update.bind(e)),kc.add(this),this.stepState=new kr({}),Cc.set(this,void 0),Sc.set(this,null),Ic.set(this,null),Rc.set(this,{visibilitychange:u(this,kc,"m",xc).bind(this)}),this.bridgeVersion=2,this.nativeCallbacks={},Tc.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},Lc.set(this,(e=>{const t=()=>{this.contentRootElement.classList.toggle("hidden",e),this.slotElement.classList.toggle("hidden",!e),e&&(this.contentRootElement.innerHTML="")};e&&this.contentRootElement.hasChildNodes()?u(this,kc,"m",Uc).call(this,t):t()})),Dc.set(this,((e,t,n,i,o=!1)=>{const r=[ho,"E103202",fo];if(this.flowState.current.action===Fo){if(u(this,_c,"f").call(this)&&document.hidden)return this.logger.debug("polling - Deferring polling until in foreground"),void this.flowState.update({deferredPolling:!0});this.logger.debug("polling - Scheduling polling request");const s=Date.now(),a=o?500:2e3;h(this,Cc,setTimeout((()=>c(this,void 0,void 0,(function*(){var d,l;this.logger.debug("polling - Calling next");const c=this.sdk.flow.next(e,t,Ho,n,i,{}),h=document.hidden&&!o&&Date.now()-s>a+500;let f;h&&this.logger.debug("polling - The polling seems to be throttled");try{const e=h?1e3:6e3;f=yield ar(e,c)}catch(d){return this.logger.warn(`polling - The ${h?"throttled fetch":"fetch"} call timed out or was aborted`),void u(this,Dc,"f").call(this,e,t,n,i,h)}if((null===(d=null==f?void 0:f.error)||void 0===d?void 0:d.errorCode)===uo)return this.logger.debug("polling - Got a generic error due to exception in fetch call"),void u(this,Dc,"f").call(this,e,t,n,i);this.logger.debug("polling - Got a response"),(null==f?void 0:f.error)&&this.logger.debug("polling - Response has an error",JSON.stringify(f.error,null,4)),(null===(l=null==f?void 0:f.error)||void 0===l?void 0:l.errorCode)&&r.includes(f.error.errorCode)?this.logger.debug("polling - Stopping polling due to error"):u(this,Dc,"f").call(this,e,t,n,i),u(this,qc,"f").call(this,f)}))),a),"f")}})),Fc.set(this,(()=>{clearTimeout(u(this,Cc,"f")),h(this,Cc,null,"f")})),_c.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),qc.set(this,(e=>{var t,n,i,o,r,s,a,d,l,c,f,p,g;if(!(null==e?void 0:e.ok)){const a=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.url,d=`${null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.status} - ${null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.statusText}`;u(this,kc,"m",ru).call(this,"error",(null==e?void 0:e.error)||{errorCode:"J151001",errorDescription:d,errorMessage:a}),this.loggerWrapper.error((null===(o=null==e?void 0:e.error)||void 0===o?void 0:o.errorDescription)||a,(null===(r=null==e?void 0:e.error)||void 0===r?void 0:r.errorMessage)||d);const l=null===(s=null==e?void 0:e.error)||void 0===s?void 0:s.errorCode;return void("E102004"!==l&&l!==ho&&l!==fo||!this.isRestartOnError||u(this,kc,"m",Pc).call(this))}null===(d=null===(a=e.data)||void 0===a?void 0:a.runnerLogs)||void 0===d||d.forEach((e=>{const{level:t,title:n,log:i}=e;t&&this.loggerWrapper[t]?this.loggerWrapper[t](n,i):this.loggerWrapper.info(n,i)}));const v=null===(f=null===(c=null===(l=e.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===f?void 0:f.errorText;(null===(p=e.data)||void 0===p?void 0:p.error)?this.loggerWrapper.error(`[${e.data.error.code}]: ${e.data.error.description}`,`${v?`${v} - `:""}${e.data.error.message}`):v&&this.loggerWrapper.error(v);const{status:m,authInfo:y,lastAuth:b,action:w,openInNewTabUrl:$}=e.data;if(w!==Fo&&u(this,Fc,"f").call(this),"completed"===m){this.storeLastAuthenticatedUser&&Dr(Object.assign(Object.assign({},b),{lastUsedPerScreen:Fr()})),_r(this.loggerWrapper);const t=Object.assign({},y);return e.data.output&&Object.keys(e.data.output).length>0&&(t.flowOutput=e.data.output),void u(this,kc,"m",ru).call(this,"success",t)}this.storeLastAuthenticatedUser&&Dr(b,!0),$&&window.open($,"_blank");const{executionId:k,stepId:C,stepName:S,screen:I,redirect:R,webauthn:x,error:O,samlIdpResponse:E,wsFedIdpResponse:A,nativeResponse:N}=e.data,M=Date.now();w!==Fo?(this.loggerWrapper.info(`Step "${S||`#${C}`}" is ${m}`,"",{screen:I,status:m,stepId:C,stepName:S,action:w,error:O}),(null===(g=I.state)||void 0===g?void 0:g.clientScripts)&&h(this,Ic,this.loadSdkScripts(I.state.clientScripts),"f"),this.flowState.update({stepId:C,stepName:S,executionId:k,action:w,redirectTo:null==R?void 0:R.url,redirectIsPopup:null==R?void 0:R.isPopup,screenId:null==I?void 0:I.id,screenState:null==I?void 0:I.state,webauthnTransactionId:null==x?void 0:x.transactionId,webauthnOptions:null==x?void 0:x.options,samlIdpResponseUrl:null==E?void 0:E.url,samlIdpResponseSamlResponse:null==E?void 0:E.samlResponse,samlIdpResponseRelayState:null==E?void 0:E.relayState,wsFedIdpResponseUrl:null==A?void 0:A.url,wsFedIdpResponseWresult:null==A?void 0:A.wresult,wsFedIdpResponseWctx:null==A?void 0:A.wctx,nativeResponseType:null==N?void 0:N.type,nativePayload:null==N?void 0:N.payload,reqTimestamp:M})):this.flowState.update({action:w,reqTimestamp:M})})),Bc.set(this,rr((()=>c(this,void 0,void 0,(function*(){var e;try{const t=yield this.sdk.webauthn.signIn.start("",window.location.origin);return t.ok||this.loggerWrapper.warn("Webauthn start failed",null===(e=null==t?void 0:t.error)||void 0===e?void 0:e.errorMessage),t.data}catch(e){this.loggerWrapper.warn("Webauthn start failed",e.message)}}))))),Jc.set(this,null),Qc.set(this,ur(((e,t,n)=>c(this,void 0,void 0,(function*(){var i,o;if("true"===e.getAttribute("formnovalidate")||u(this,kc,"m",zc).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,kc,"m",nu).call(this,e,r,n),u(this,kc,"m",Zc).call(this,e);const s=yield u(this,kc,"m",Gc).call(this),a=(e=>Array.from((null==e?void 0:e.attributes)||[]).reduce(((e,t)=>{var n;const i=null===(n=new RegExp("^data-descope-(\\S+)$").exec(t.name))||void 0===n?void 0:n[1];return i?Object.assign(e,{[i]:t.value}):e}),{}))(e);this.nextRequestStatus.update({isLoading:!0});const d=Object.assign(Object.assign(Object.assign({},a),s),{origin:(null===(i=this.nativeOptions)||void 0===i?void 0:i.origin)||window.location.origin}),l=yield t(r,d);this.nextRequestStatus.update({isLoading:!1}),this.captureLastSubmittedLoginId(s,null===(o=null==l?void 0:l.data)||void 0===o?void 0:o.executionId),this.storeCredentials(s)}}))))),this.flowState=e}nativeResume(e,t){var n,i,o,r,s,a;const d=JSON.parse(t);if("oauthWeb"===e||"sso"===e){let e,{exchangeCode:t}=d;if(!t){const o=new URL(d.url);t=null===(n=o.searchParams)||void 0===n?void 0:n.get(mo),e=(null===(i=o.searchParams)||void 0===i?void 0:i.get(bo))||void 0}null===(r=(o=this.nativeCallbacks).complete)||void 0===r||r.call(o,{exchangeCode:t,exchangeError:e,idpInitiated:!0})}else if("magicLink"===e){const e=new URL(d.url),t=e.searchParams.get("t"),n=e.searchParams.get(vo).split("_").pop();u(this,Fc,"f").call(this),this.flowState.update({token:t,stepId:n,action:void 0})}else if("beforeScreen"===e){const{screenResolve:e}=this.nativeCallbacks;this.nativeCallbacks.screenResolve=null;const{override:t}=d;t||(this.nativeCallbacks.screenNext=null),null==e||e(t)}else if("resumeScreen"===e){const{interactionId:e,form:t}=d,{screenNext:n}=this.nativeCallbacks;this.nativeCallbacks.screenNext=null,null==n||n(e,t)}else null===(a=(s=this.nativeCallbacks).complete)||void 0===a||a.call(s,d)}loadSdkScriptsModules(){const e=this.shadowRoot.querySelectorAll("div[data-script-id]");return Array.from(e).map((e=>e.moduleRes)).filter((e=>!!e))}loadSdkScripts(e){if(!(null==e?void 0:e.length))return null;const t=(e,t)=>n=>{this.dispatchEvent(new CustomEvent("components-context",{detail:{[vr(e.id,e.resultKey)]:n},bubbles:!0,composed:!0})),t(e.id)};this.loggerWrapper.debug(`Preparing to load scripts: ${e.map((e=>e.id)).join(", ")}`);const n=Promise.all(null==e?void 0:e.map((e=>c(this,void 0,void 0,(function*(){var n,i,o;const r=this.shadowRoot.querySelector(`[data-script-id="${e.id}"]`);if(r){this.loggerWrapper.debug("Script already loaded",e.id);const{moduleRes:t}=r;return null===(n=null==t?void 0:t.start)||void 0===n||n.call(t),t}(null===(i=globalThis.descope)||void 0===i?void 0:i[e.id])||(yield this.injectNpmLib("@descope/flow-scripts","1.0.17",`dist/${e.id}.js`));const s=null===(o=globalThis.descope)||void 0===o?void 0:o[e.id];return new Promise(((n,i)=>{try{const i=s(e.initArgs,{baseUrl:this.baseUrl,ref:this},t(e,n),this.loggerWrapper);if(i){const t=document.createElement("div");t.setAttribute("data-script-id",e.id),t.moduleRes=i,this.shadowRoot.appendChild(t);const n=this.nextRequestStatus.subscribe((()=>{var o;this.loggerWrapper.debug("Stopping script",e.id),(null===(o=i.stop)||void 0===o?void 0:o.call(i))&&(this.nextRequestStatus.unsubscribe(n),this.loggerWrapper.debug("Removing script",e.id),this.shadowRoot.removeChild(t))}))}}catch(e){i(e)}}))}))))),i=new Promise((e=>{setTimeout((()=>{this.loggerWrapper.warn("SDK scripts loading timeout"),e(!0)}),5e3)}));return Promise.race([n,i])}get isDismissScreenErrorOnInput(){return"true"===this.getAttribute("dismiss-screen-error-on-input")}init(){if(!window.descopeBridge)return this._init();this.lazyInit=this._init}_init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t,n;this.shadowRoot.isConnected&&(null===(t=this.flowState)||void 0===t||t.subscribe(this.onFlowChange.bind(this)),u(this,kc,"m",Mc).call(this),window.addEventListener("visibilitychange",u(this,Rc,"f").visibilitychange)),yield null===(n=e.init)||void 0===n?void 0:n.call(this)}))}disconnectedCallback(){var e;super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,Fc,"f").call(this),null===(e=u(this,Sc,"f"))||void 0===e||e.abort(),h(this,Sc,null,"f"),window.removeEventListener("visibilitychange",u(this,Rc,"f").visibilitychange)}getHtmlFilenameWithLocale(e,t){return c(this,void 0,void 0,(function*(){let n;const i=Di(e),o=yield this.getTargetLocales();return o.includes(i.locale)?n=`${t}-${i.locale}.html`:o.includes(i.fallback)&&(n=`${t}-${i.fallback}.html`),n}))}getPageContent(e,t){return c(this,void 0,void 0,(function*(){if(t)try{const{body:e}=yield this.fetchStaticResource(t,"text");return e}catch(n){this.loggerWrapper.error(`Failed to fetch flow page from ${t}. Fallback to url ${e}`,n)}try{const{body:t}=yield this.fetchStaticResource(e,"text");return t}catch(e){this.loggerWrapper.error("Failed to fetch flow page",e.message)}return null}))}onFlowChange(e,t,n){return c(this,void 0,void 0,(function*(){var i,o;const{projectId:r,flowId:s,tenant:a,stepId:d,executionId:f,action:p,screenId:g,screenState:v,redirectTo:m,redirectIsPopup:y,redirectUrl:b,token:w,code:$,isPopup:k,exchangeError:C,webauthnTransactionId:S,webauthnOptions:I,redirectAuthCodeChallenge:R,redirectAuthCallbackUrl:x,redirectAuthBackupCallbackUri:O,redirectAuthInitiator:E,locale:A,samlIdpResponseUrl:N,samlIdpResponseSamlResponse:M,samlIdpResponseRelayState:j,wsFedIdpResponseUrl:P,wsFedIdpResponseWresult:T,wsFedIdpResponseWctx:W,nativeResponseType:L,nativePayload:U,reqTimestamp:D}=e,F=l(e,["projectId","flowId","tenant","stepId","executionId","action","screenId","screenState","redirectTo","redirectIsPopup","redirectUrl","token","code","isPopup","exchangeError","webauthnTransactionId","webauthnOptions","redirectAuthCodeChallenge","redirectAuthCallbackUrl","redirectAuthBackupCallbackUri","redirectAuthInitiator","locale","samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState","wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx","nativeResponseType","nativePayload","reqTimestamp"]);let _,q,B;const K=(()=>{const e=Tr(Wr);if(!e){const e=Math.floor(100*Math.random()+1);return Pr(Wr,e.toString()),e}return Number(e)})(),{outboundAppId:V}=this,{outboundAppScopes:H}=this,z=this.sdk.getLastUserLoginId(),G=yield this.getFlowConfig(),J=yield this.getProjectConfig(),Z=Object.entries(J.flows||{}).reduce(((e,[t,n])=>(e[t]=n.version,e)),{}),Y=x&&R?{callbackUrl:x,codeChallenge:R,backupCallbackUri:O}:void 0,X=this.nativeOptions?{platform:this.nativeOptions.platform,bridgeVersion:this.nativeOptions.bridgeVersion,oauthProvider:this.nativeOptions.oauthProvider,oauthRedirect:this.nativeOptions.oauthRedirect,magicLinkRedirect:this.nativeOptions.magicLinkRedirect,ssoRedirect:this.nativeOptions.ssoRedirect,externalAuthRedirect:this.nativeOptions.externalAuthRedirect}:void 0;let Q={};if(!f){_r(this.loggerWrapper);const e=[...G.clientScripts||[],...G.sdkScripts||[]];if(G.conditions){let t=[];({startScreenId:_,conditionInteractionId:B,startScreenName:q,clientScripts:t,componentsConfig:Q}=((e,t)=>{const n=null==t?void 0:t.find((({key:t,operator:n,predicate:i})=>{var o;if("ELSE"===t)return!0;const r=null===(o=Lr[t])||void 0===o?void 0:o[n];return!!(null==r?void 0:r(e,i))}));return n?{startScreenId:n.met.screenId,startScreenName:n.met.screenName,conditionInteractionId:n.met.interactionId,clientScripts:n.met.clientScripts,componentsConfig:n.met.componentsConfig}:{}})({loginId:z,code:$,token:w,abTestingKey:K,lastAuth:Ur(z,this.loggerWrapper)},G.conditions)),e.push(...t||[])}else G.condition?({startScreenId:_,conditionInteractionId:B}=((e,t)=>{var n;const i=null===(n=Lr[null==e?void 0:e.key])||void 0===n?void 0:n[e.operator];if(!i)return{};const o=i(t,e.predicate)?e.met:e.unmet;return{startScreenId:null==o?void 0:o.screenId,startScreenName:null==o?void 0:o.screenName,conditionInteractionId:null==o?void 0:o.interactionId}})(G.condition,{loginId:z,code:$,token:w,abTestingKey:K,lastAuth:Ur(z,this.loggerWrapper)})):(q=G.startScreenName,_=G.startScreenId);if(h(this,Ic,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield An(G.fingerprintKey,this.baseUrl):sn(On),!dr(_,F)){const e=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},F),{client:this.client}),b&&{redirectUrl:b}),{lastAuth:Ur(z,this.loggerWrapper),abTestingKey:K,locale:Di(A).locale,nativeOptions:X,outboundAppId:V,outboundAppScopes:H}),B,"",J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),$?{exchangeCode:$,idpInitiated:!0}:{}),F.descopeIdpInitiated&&{idpInitiated:!0}),w?{token:w}:{}),F.oidcLoginHint?{externalId:F.oidcLoginHint}:{}));return u(this,qc,"f").call(this,e),void("completed"!==(null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.status)&&this.flowState.update({code:void 0,token:void 0}))}}if(this.loggerWrapper.debug("Before popup postmessage send",JSON.stringify({isPopup:k,code:$,exchangeError:C,isCodeChanged:n("code"),isExchangeErrorChanged:n("exchangeError")})),k&&(n("code")&&$||n("exchangeError")&&C))return void u(this,kc,"m",su).call(this,f,$,C);if(f&&(n("token")&&w||n("code")&&$||n("exchangeError")&&C)){const e=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,{token:w,exchangeCode:$,exchangeError:C});return u(this,qc,"f").call(this,e),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(p===Ko&&N&&["samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState"].some((e=>n(e)))){if(!M)return void this.loggerWrapper.error("Did not get saml idp params data to load");((e,t,n,i)=>{const o=document.createElement("form");o.method="POST",o.action=e,o.innerHTML=`\n <input type="hidden" role="saml-response" name="SAMLResponse" value="${t}" />\n <input type="hidden" role="saml-relay-state" name="RelayState" value="${n}" />\n <input style="display: none;" id="SAMLSubmitButton" type="submit" value="Continue" />\n `,document.body.appendChild(o),i(o)})(N,M,j||"",lr)}if(p===Ko&&P&&["wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx"].some((e=>n(e)))){if(!T)return void this.loggerWrapper.error("Did not get wsfed idp params data to load");((e,t,n,i)=>{const o=document.createElement("form");o.method="POST",o.action=e;const r=(e,t)=>{const n=document.createElement("input");return n.type="hidden",n.name=e,n.value=t,n};o.appendChild(r("wa","wsignin1.0")),o.appendChild(r("wresult",t)),o.appendChild(r("wctx",n));const s=document.createElement("input");s.type="submit",s.id="WSFedSubmitButton",s.value="Continue",s.style.display="none",o.appendChild(s),document.body.appendChild(o),i(o)})(P,T,W||"",lr)}if(p===Do&&(n("redirectTo")||n("deferredRedirect"))){if(!m)return void this.loggerWrapper.error("Did not get redirect url");if("no-op"===m)return;if("android"===E&&document.hidden)return void this.flowState.update({deferredRedirect:!0});if(this.loggerWrapper.debug(`Redirect is popup ${y}`),y){this.loggerWrapper.debug("Opening redirect in popup");const e=((e,t,n,i)=>{const o=void 0!==window.screenLeft?window.screenLeft:window.screen.left,r=void 0!==window.screenTop?window.screenTop:window.screen.top,s=((window.innerWidth||document.documentElement.clientWidth||window.screen.width)-n)/2+o,a=((window.innerHeight||document.documentElement.clientHeight||window.screen.height)-i)/2+r,d=function(){const e=navigator.userAgent||"",t=/\b(iPhone)\b/.test(e),n=/Safari/.test(e)&&!/CriOS|FxiOS|OPiOS|EdgiOS|Chrome|Chromium/.test(e);return t&&n}()?"about:blank":"",l=window.open(d,t,`width=${n},height=${i},top=${a},left=${s},scrollbars=yes,resizable=yes`);return l.location.href=e,l.focus(),l})(m,"?",598,700),t=this.shouldUsePopupPostMessage();t&&(e.name=`descope-wc|${window.location.origin}`),this.loggerWrapper.debug("Popup communication method: "+(t?"postMessage":"BroadcastChannel"));let n=!1;const i=e=>{this.loggerWrapper.debug("Received popup message",JSON.stringify(e.data));const i=t?this.popupOrigin:window.location.origin;if(e.origin!==i)return void this.loggerWrapper.debug(`Ignoring message from unexpected origin. received: "${e.origin}", expected: "${i}"`);const{action:o,data:r}=e.data||{};"code"===o&&(n=!0,this.flowState.update({code:r.code,exchangeError:r.exchangeError}))};let o;this.loggerWrapper.debug("Starting popup closed detection");const r=setInterval((()=>{e.closed&&(this.loggerWrapper.debug("Popup closed, dispatching popupclosed event"),clearInterval(r),u(this,kc,"m",ru).call(this,"popupclosed",{abandoned:!n}),this.loggerWrapper.debug("Cleaning up popup listeners"),null==o||o())}),1e3);if(t)window.addEventListener("message",i),o=()=>{this.loggerWrapper.debug("Cleaning up popup postMessage listener"),window.removeEventListener("message",i)};else{this.loggerWrapper.debug("Creating broadcast channel");const e=new BroadcastChannel(f);e.onmessage=i,o=()=>{this.loggerWrapper.debug("Closing channel"),e.close()}}}else this.handleRedirect(m),this.flowState.update({redirectTo:"no-op"}),u(this,kc,"m",ru).call(this,"popupclosed",{});return}if(p===_o||p===qo){if(!S||!I)return void this.loggerWrapper.error("Did not get webauthn transaction id or options");let e,t,n,i;null===(o=u(this,Sc,"f"))||void 0===o||o.abort(),h(this,Sc,null,"f");try{e=p===_o?yield this.sdk.webauthn.helpers.create(I):yield this.sdk.webauthn.helpers.get(I)}catch(e){"InvalidStateError"===e.name?this.loggerWrapper.warn("WebAuthn operation failed",e.message):"NotAllowedError"!==e.name&&this.loggerWrapper.error(e.message),t=e.name,n=e.reason,i=e.message}const r=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,{transactionId:S,response:e,failure:t,failureReason:n,failureMessage:i});u(this,qc,"f").call(this,r)}if(p===Bo)return this.nativeCallbacks.complete=e=>c(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(f,d,Vo,G.version,J.componentsVersion,e);u(this,qc,"f").call(this,t)})),u(this,kc,"m",Ac).call(this,L,U),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((n("action")||n("deferredPolling"))&&u(this,Dc,"f").call(this,f,d,G.version,J.componentsVersion),!g&&!_)return void this.loggerWrapper.warn("No screen was found to show");const ee=_||g,te=yield this.getHtmlFilenameWithLocale(A,ee),{oidcLoginHint:ne,oidcPrompt:ie,oidcErrorRedirectUri:oe,oidcResource:re,samlIdpUsername:se}=F,ae={direction:er(d,t.stepId),screenState:Object.assign(Object.assign({},v),{form:Object.assign(Object.assign({},this.formConfigValues),null==v?void 0:v.form),lastAuth:{loginId:z,name:this.sdk.getLastUserDisplayName()||z},componentsConfig:Object.assign(Object.assign(Object.assign({},G.componentsConfig),Q),null==v?void 0:v.componentsConfig)}),htmlFilename:`${ee}.html`,htmlLocaleFilename:te,screenId:ee,stepName:e.stepName||q,samlIdpUsername:se,oidcLoginHint:ne,oidcPrompt:ie,oidcErrorRedirectUri:oe,oidcResource:re,action:p,locale:Di(A).locale},de=Ur(z,this.loggerWrapper);dr(_,F)?ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const n=(null==G?void 0:G.clientScripts)||[];yield u(this,kc,"m",eu).call(this,n);const i=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},F),{lastAuth:de,preview:this.preview,abTestingKey:K,client:this.client}),b&&{redirectUrl:b}),{locale:Di(A).locale,nativeOptions:X,outboundAppId:V,outboundAppScopes:H}),B,e,J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),this.getComponentsContext()),gr(t)),$&&{exchangeCode:$,idpInitiated:!0}),F.descopeIdpInitiated&&{idpInitiated:!0}),w&&{token:w}),ae.next.isCustomScreen);return u(this,qc,"f").call(this,i),i})):(n("projectId")||n("baseUrl")||n("executionId")||n("stepId"))&&(ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const n=(null==v?void 0:v.clientScripts)||[];yield u(this,kc,"m",eu).call(this,n);const i=yield this.sdk.flow.next(f,d,e,G.version,J.componentsVersion,Object.assign(Object.assign({},this.getComponentsContext()),gr(t)),ae.next.isCustomScreen);return u(this,qc,"f").call(this,i),i}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,kc,"m",Wc).call(this,ae),this.stepState.update(ae)}))}onStepChange(e,t){return c(this,void 0,void 0,(function*(){var n,i,o;const{htmlFilename:r,htmlLocaleFilename:s,direction:a,next:d,screenState:l,screenId:h}=e;this.loggerWrapper.debug("Rendering a flow screen"),this.updateScreenUser(null==l?void 0:l.user);const f=document.createElement("template");f.innerHTML=yield this.getPageContent(r,s);const p=f.content.cloneNode(!0),g=this.loadDescopeUiComponents(f);this.sdk.webauthn.helpers.isSupported()?yield u(this,kc,"m",Vc).call(this,p,d):(e=>{e.querySelectorAll(`descope-button[${Uo}="biometrics"]`).forEach((e=>e.setAttribute("disabled","true")))})(p),!e.samlIdpUsername||(null===(n=l.form)||void 0===n?void 0:n.loginId)||(null===(i=l.form)||void 0===i?void 0:i.email)||(l.form||(l.form={}),l.form.loginId=e.samlIdpUsername,l.form.email=e.samlIdpUsername),Nr(p,l,this.formConfig,this.loggerWrapper),this.applyComponentsState(p,null==l?void 0:l.componentsState);const{geo:v}=null!==(o=yield this.getExecutionContext())&&void 0!==o?o:{};((e,t)=>{Object.entries({"default-code":"autoDetect","default-country":"autoDetect"}).forEach((([n,i])=>{Array.from(e.querySelectorAll(`[${n}="${i}"]`)).forEach((e=>{e.setAttribute(n,t||i)}))}))})(p,v),((e,t)=>{let n=t;if(t)try{const[e]=Intl.getCanonicalLocales(t);e&&(n=e)}catch(e){}Object.entries({lang:"autoDetect"}).forEach((([t,i])=>{Array.from(e.querySelectorAll(`[${t}="${i}"]`)).forEach((e=>{e.setAttribute(t,n||i)}))}))})(p,e.locale);const m=()=>c(this,void 0,void 0,(function*(){var n,i;yield g;const o=this.contentRootElement;((e,t)=>{Ar(e,"descope-totp-image",t)})(o,null===(n=null==l?void 0:l.totp)||void 0===n?void 0:n.image),((e,t)=>{Ar(e,"descope-notp-image",t)})(o,null===(i=null==l?void 0:l.notp)||void 0===i?void 0:i.image),((e,t,n,i)=>{n&&Object.keys(n).forEach((o=>{if(!t.querySelector(o))return void i.debug(`Skipping css vars for component "${o}"`,`Got css vars for component ${o} but Could not find it on next page`);const r=customElements.get(o);r?Object.keys(n[o]).forEach((t=>{var s;const a=n[o],d=null===(s=null==r?void 0:r.cssVarList)||void 0===s?void 0:s[t];if(!d)return void i.info(`Could not find css variable name for ${t} in ${o}`,"Check if the css variable is defined in the component");const l=a[t];e.style.setProperty(d,l)})):i.debug(`Could not find component class for ${o}`,"Check if the component is registered")}))})(o,p,l.cssVars,this.loggerWrapper),o.replaceChildren(p);const r=!t.htmlFilename;setTimeout((()=>{u(this,kc,"m",Yc).call(this),this.updateUsernameAnchor(),this.validateOnBlur&&(e=>{e.querySelectorAll("*[name]").forEach((t=>{t.addEventListener("blur",(()=>{var n;const i=()=>{var e;const n=t.focus;t.focus=()=>{},null===(e=t.reportValidity)||void 0===e||e.call(t),setTimeout((()=>{t.focus=n}))};if("true"===t.getAttribute("invalid")||(null===(n=t.value)||void 0===n?void 0:n.length))return void i();const o={timer:void 0},r=e=>{"true"===e.target.getAttribute("formnovalidate")&&(clearTimeout(o.timer),o.timer=void 0)};o.timer=setTimeout((()=>{e.removeEventListener("click",r),i(),o.timer=void 0}),150),e.addEventListener("click",r,{once:!0})}))}))})(o),((e,t)=>{Rr(e,null==t?void 0:t.inputs),Rr(e,null==t?void 0:t.form)})(o,l),this.initRealtimeConditions(o,l),u(this,kc,"m",Hc).call(this,{isFirstScreen:r,isCustomScreen:!1,stepName:e.stepName}),sr(o,this.autoFocus,r),u(this,kc,"m",iu).call(this,h)})),u(this,kc,"m",ou).call(this,d,h),o.querySelector(`[${Uo}="polling"]`)&&d(Ho,{})}));a?u(this,kc,"m",Uc).call(this,m):m()}))}getInputs(){return Array.from(this.shadowRoot.querySelectorAll(`*:not(slot)[name]:not([${wo}])`))}shouldUsePopupPostMessage(){if(!this.popupOrigin)return!1;try{new URL(this.popupOrigin)}catch(e){return!1}return!0}};Cc=new WeakMap,Sc=new WeakMap,Ic=new WeakMap,Rc=new WeakMap,Tc=new WeakMap,Lc=new WeakMap,Dc=new WeakMap,Fc=new WeakMap,_c=new WeakMap,qc=new WeakMap,Bc=new WeakMap,Jc=new WeakMap,Qc=new WeakMap,kc=new WeakSet,xc=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},Oc=function(e,t,n){return c(this,void 0,void 0,(function*(){var i;return(null===(i=this.nativeOptions)||void 0===i?void 0:i.bridgeVersion)>=2&&new Promise((i=>{this.nativeCallbacks.screenNext=n,this.nativeCallbacks.screenResolve=i,u(this,kc,"m",Ac).call(this,"beforeScreen",{screen:e,context:t})}))}))},Ec=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,kc,"m",Ac).call(this,"afterScreen",{screen:e})},Ac=function(e,t){u(this,kc,"m",ru).call(this,"bridge",{type:e,payload:t})},Nc=function({errorText:e,errorType:t}){const n=()=>{var n;let i=e;try{i=(null===(n=this.errorTransformer)||void 0===n?void 0:n.call(this,{text:e,type:t}))||e}catch(e){this.loggerWrapper.error("Error transforming error message",e.message)}((e,t,n="")=>{e.querySelectorAll(`[${Uo}="${t}"]`).forEach((e=>{e.textContent=n,e.classList[n?"remove":"add"]("hide")}))})(this.contentRootElement,"error-message",i)};this.addEventListener("screen-updated",n,{once:!0}),n()},Mc=function(){var e,t,n;null===(e=this.stepState)||void 0===e||e.subscribe(this.onStepChange.bind(this),(e=>{var t=e.screenState,n=l(void 0===t?{}:t,["errorText","errorType"]),i=l(e,["screenState"]);return Object.assign(Object.assign({},i),{screenState:n})})),null===(t=this.stepState)||void 0===t||t.subscribe(u(this,kc,"m",Nc).bind(this),(e=>{var t,n;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(n=null==e?void 0:e.screenState)||void 0===n?void 0:n.errorType}}),{forceUpdate:!0}),null===(n=this.stepState)||void 0===n||n.subscribe(u(this,kc,"m",jc).bind(this),(e=>{var t,n;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(n=null==e?void 0:e.screenState)||void 0===n?void 0:n.errorType}}),{forceUpdate:!0})},jc=function({errorText:e,errorType:t}){(t||e)&&(this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((e=>{e.shadowRoot.querySelectorAll("descope-text-field[data-id]").forEach((e=>{e.value=""}))})),sr(this.contentRootElement,this.autoFocus,!1))},Pc=function(){return c(this,void 0,void 0,(function*(){this.loggerWrapper.debug("Trying to restart the flow");const e=yield this.getComponentsVersion();this.reset(),e===(yield this.getComponentsVersion())?(this.loggerWrapper.debug("Components version was not changed, restarting flow"),this.flowState.update({stepId:null,executionId:null})):this.loggerWrapper.error("Components version mismatch, please reload the page")}))},Wc=function(e){return c(this,void 0,void 0,(function*(){var t;const n=Object.assign(Object.assign({},this.stepState.current),e),{next:i,stepName:o}=n,r=(e=>{const t=(n=e.screenState,i=(e,t)=>Jo.includes(t)||t.startsWith("_"),Object.fromEntries(Object.entries(n).filter((([e,t])=>!i(0,e)))));var n,i;const{screenState:{errorText:o,errorType:r}}=e;(o||r)&&(t.error={text:o,type:r}),e.action&&(t.action=e.action);const s=(e=>{if(!e)return;const t={};return pr.forEach((({key:n,from:i})=>{const o=i(e);void 0!==o&&(t[n]=o)})),Object.keys(t).length?t:void 0})(e.screenState);return s&&(t.data=s),t})(l(n,["next","stepName"]));let s=yield u(this,kc,"m",Oc).call(this,o,r,i);s||(s=Boolean(yield null===(t=this.onScreenUpdate)||void 0===t?void 0:t.call(this,o,r,i,this)));const a=!this.stepState.current.htmlFilename;if(u(this,Lc,"f").call(this,s),i&&(i.isCustomScreen=s),u(this,Tc,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,Tc,s,"f"),s?this.stepState.unsubscribeAll():u(this,kc,"m",Mc).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,kc,"m",Hc).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},Uc=function(e){this.contentRootElement.addEventListener("transitionend",(()=>{this.loggerWrapper.debug("page switch transition end"),this.contentRootElement.classList.remove("fade-out"),e()}),{once:!0}),this.loggerWrapper.debug("page switch transition start"),this.contentRootElement.classList.add("fade-out")},Kc=function(e){const t=e.getAttribute("name");if(!["email"].includes(t)){const n=`user-${t}`;e.setAttribute("name",n),e.addEventListener("input",(()=>{e.setAttribute("name",e.value?t:n)}))}},Vc=function(e,t){return c(this,void 0,void 0,(function*(){var n;null===(n=u(this,Sc,"f"))||void 0===n||n.abort();const i=e.querySelector('*[autocomplete="webauthn"]');if(i&&(yield Mr())){const{options:e,transactionId:n}=(yield u(this,Bc,"f").call(this))||{};e&&n&&(u(this,kc,"m",Kc).call(this,i),h(this,Sc,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,Sc,"f")).then((e=>c(this,void 0,void 0,(function*(){t(i.id,{transactionId:n,response:e})})))).catch((e=>{"AbortError"!==e.name&&this.loggerWrapper.error("Conditional login failed",e.message)})))}}))},Hc=function({isFirstScreen:e,isCustomScreen:t,stepName:n}){e&&u(this,kc,"m",ru).call(this,"ready",{}),t||u(this,kc,"m",Ec).call(this,n),u(this,kc,"m",ru).call(this,"page-updated",{screenName:n}),u(this,kc,"m",ru).call(this,"screen-updated",{screenName:n})},zc=function(){let e=!0;return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reverse().forEach((t=>{var n,i;"slot"===t.localName||t.classList.contains("hidden")||(null===(n=t.reportValidity)||void 0===n||n.call(t),e&&(e=null===(i=t.checkValidity)||void 0===i?void 0:i.call(t)))})),e},Gc=function(){return c(this,void 0,void 0,(function*(){const e=this.getInputs();return(yield Promise.all(e.map((e=>c(this,void 0,void 0,(function*(){return{name:e.getAttribute("name"),value:e.value}})))))).reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:t.value})),{})}))},Zc=function(e){var t,n;const i=Array.from(this.contentRootElement.querySelectorAll(':not([disabled]), [disabled="false"]')).filter((t=>t!==e)),o=(null===(n=null===(t=this.flowState.current)||void 0===t?void 0:t.screenState)||void 0===n?void 0:n.clientScripts)||[],r=()=>{e.removeAttribute("loading"),i.forEach((e=>{e.removeAttribute("disabled")}))},s=e=>c(this,void 0,void 0,(function*(){var t;if(this.loggerWrapper.debug("Restoring components state"),this.removeEventListener("popupclosed",s),!0===(null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.abandoned)&&o.length)return h(this,Ic,(()=>c(this,void 0,void 0,(function*(){try{yield this.loadSdkScripts(o)}catch(e){this.loggerWrapper.warn("Failed to refresh client scripts on popup close",null==e?void 0:e.message)}})))(),"f"),void r();r();const n=yield this.getFlowConfig(),i=[...n.clientScripts||[],...n.sdkScripts||[]];this.loadSdkScripts(i)})),a=()=>{var e;window.removeEventListener("pageshow",u(this,Jc,"f")),h(this,Jc,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),s())}),"f"),window.addEventListener("pageshow",u(this,Jc,"f"),{once:!0});const t=null===(e=this.stepState)||void 0===e?void 0:e.subscribe(((e,n)=>{e===n&&s(),this.removeEventListener("popupclosed",s),this.stepState.unsubscribe(t)}),(e=>e.screenId),{forceUpdate:!0})},d=this.nextRequestStatus.subscribe((({isLoading:t})=>{t?(this.addEventListener("popupclosed",s,{once:!0}),e.setAttribute("loading","true"),i.forEach((e=>e.setAttribute("disabled","true")))):(this.nextRequestStatus.unsubscribe(d),"success"===this.flowStatus?(this.removeEventListener("popupclosed",s),r()):a())}))},Yc=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,kc,"m",Xc).call(this,e)))},Xc=function(e){e&&e.querySelectorAll("input").forEach((t=>{const n=t.getAttribute("slot"),i=`input-${e.id}-${n}`,o=document.createElement("slot");o.setAttribute("name",i),o.setAttribute("slot",n),e.appendChild(o),t.setAttribute("slot",i),this.appendChild(t)}))},eu=function(e){return c(this,void 0,void 0,(function*(){if(u(this,Ic,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,Ic,"f"),this.loggerWrapper.debug("Sdk scripts loaded for",(Date.now()-e).toString())}const t=this.loadSdkScriptsModules(),n=e.map((e=>e.id));for(const e of t)if(n.includes(e.id))try{"function"==typeof e.present&&((yield e.present())||this.loggerWrapper.debug(`Sdk script ${e.id} was cancelled`))}catch(t){this.loggerWrapper.error(`Failed to present ${e.id} script module`,t.message)}const i=[];for(const e of t)"function"==typeof e.refresh&&i.push(e.refresh());if(i.length>0)try{yield ar(5e3,Promise.all(i),null)}catch(e){this.loggerWrapper.error("Failed to refresh script module",e.message)}}))},tu=function(e,t){this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((n=>{n.addEventListener("input",(()=>{var i;(null===(i=n.checkValidity)||void 0===i?void 0:i.call(n))&&u(this,Qc,"f").call(this,n,e,t)}))}))},nu=function(e,t,n){t&&n&&"true"===e.getAttribute("data-opt-in-last-used-auth")&&function(e,t,n){try{const n=Fr();n[e]=t,Pr(Go,JSON.stringify(n))}catch(e){null==n||n.warn("[Descope] Failed to update in-flight last auth storage",String(e))}}(n,t,this.loggerWrapper)},iu=function(e){var t;const n=null===(t=Ur(this.sdk.getLastUserLoginId(),this.loggerWrapper).lastUsedPerScreen)||void 0===t?void 0:t[e];if(!n)return;const i=this.contentRootElement.querySelector('descope-attachment[data-type="last-auth-badge"]'),o=this.contentRootElement.querySelector(`#${CSS.escape(n)}`);i&&o&&(o.replaceWith(i),i.appendChild(o))},ou=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${$o}]), [data-type="button"]:not([${$o}]`).forEach((n=>{n.onclick=()=>{u(this,Qc,"f").call(this,n,e,t)}})),u(this,kc,"m",tu).call(this,e,t),this.isDismissScreenErrorOnInput&&this.contentRootElement.querySelectorAll(`*[name]:not([${wo}])`).forEach((e=>{e.addEventListener("input",(()=>{this.stepState.update((e=>Object.assign(Object.assign({},e),{screenState:Object.assign(Object.assign({},e.screenState),{errorText:"",errorType:""})})))}))}))},ru=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},su=function(e,t,n){var i;const[o,r]=(null===(i=window.name)||void 0===i?void 0:i.split("|"))||[],s={data:{code:t,exchangeError:n},action:"code"};if("descope-wc"===o&&r){this.loggerWrapper.debug("Using postMessage fallback to notify opener in origin",r);try{window.opener.postMessage(s,r)}catch(e){this.loggerWrapper.error("Failed to send postMessage fallback (likely COOP isolation)",null==e?void 0:e.message)}}else{this.loggerWrapper.debug("Creating popup channel",e);const t=new BroadcastChannel(e);t.postMessage(s),t.close()}try{window.close()}catch(e){}},customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",au);var du=Object.freeze({__proto__:null,default:au});const lu=e=>e.selectedAccessKeysIds,cu=e=>e.notifications,uu=Id((e=>e.accessKeysList.data),(e=>e.map((e=>Object.assign(Object.assign({},e),{expireTimeFormatted:(null==e?void 0:e.expireTime)?new Date(1e3*((null==e?void 0:e.expireTime)||0)).toLocaleString():"Never",createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:(null==e?void 0:e.expireTime)&&new Date(1e3*((null==e?void 0:e.expireTime)||0))<new Date?"expired":null==e?void 0:e.status}))))),hu=Id(lu,uu,((e,t)=>t.filter((t=>e.includes(t.id))))),fu=Id(lu,(e=>!!e.length)),pu=Id(hu,(e=>e.every((e=>e.editable)))),gu=Id(pu,fu,((e,t)=>e&&t)),vu=Id(hu,(e=>e.some((e=>"expired"===e.status)))),mu=Id(gu,vu,((e,t)=>e&&!t)),yu=Id(lu,(e=>1===e.length)),bu=Id(hu,(e=>1===e.length?e[0].name:`${e.length} access keys`)),wu=Id(mu,yu,hu,((e,t,n)=>{var i;return e&&t&&"active"===(null===(i=n[0])||void 0===i?void 0:i.status)})),$u=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},ku=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),Cu=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),Su=ol("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),Iu=$u(Su)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},ku((e=>e.createAccessKey)),Cu({getSuccessMsg:()=>"Access Key created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create access key</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Ru={action:Su,reducer:Iu},xu=ol("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Ou=$u(xu)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},ku((e=>e.deleteAccessKey)),Cu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete access key${["","s"]}`})),Eu={action:xu,reducer:Ou},Au=ol("accessKeys/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.accesskey.search(Object.assign(Object.assign({},i),e))})),Nu=$u(Au)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},ku((e=>e.accessKeysList))),Mu={action:Au,reducer:Nu},ju=ol("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),Pu=$u(ju)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},ku((e=>e.activateAccessKey)),Cu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} activated successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to activate access key${["","s"]}`})),Tu={action:ju,reducer:Pu},Wu=ol("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),Lu=$u(Wu)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},ku((e=>e.deactivateAccessKey)),Cu({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deactivated successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to deactivate access key${["","s"]}`})),Uu={action:Wu,reducer:Lu},Du=ol("accessKeys/rotate",((e,{extra:{api:t}})=>t.accesskey.rotate(e))),Fu=$u(Du)({onFulfilled:(e,t)=>{const n=e.accessKeysList.data.findIndex((e=>e.id===t.payload.key.id));n>=0&&(e.accessKeysList.data[n]=t.payload.key)}},ku((e=>e.rotateAccessKey)),Cu({getSuccessMsg:()=>"Access key rotated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to rotate access key</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),_u={action:Du,reducer:Fu},qu=ol("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Bu={action:qu,reducer:$u(qu)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},ku((e=>e.tenantRoles)))},Ku={accessKeysList:{data:[],loading:!1,error:null},createAccessKey:{loading:!1,error:null},activateAccessKey:{loading:!1,error:null},deactivateAccessKey:{loading:!1,error:null},deleteAccessKey:{loading:!1,error:null},rotateAccessKey:{loading:!1,error:null},tenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedAccessKeysIds:[],notifications:[]},Vu="/v1/mgmt/accesskey/search",Hu="/v1/mgmt/accesskey/delete/batch",zu="/v1/mgmt/accesskey/create",Gu="/v1/mgmt/accesskey/deactivate/batch",Ju="/v1/mgmt/accesskey/activate/batch",Zu="/v1/mgmt/accesskey/rotate",Yu="/v1/mgmt/role/all",Xu=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Qu=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s}={}){if(n)return((...e)=>c(void 0,[...e],void 0,(function*({text:e,sort:t}={}){return new Promise((n=>{const i=[],o=(new Date).getTime()/1e3+2592e3,r=new Date(o).toLocaleString();for(let e=1;e<10;e+=1)i.push({id:`access-key-id-${e}`,name:`Access Key ${e}`,createdBy:`User ${e}`,editable:!0,expireTime:o,expireTimeFormatted:r,createdTime:o,createdTimeFormatted:r,roleNames:[`Role ${e}`],permittedIps:["127.1.2.3"],status:"active",clientId:`Client ID ${e}`,boundUserId:`User ${e}`});t.forEach((e=>{i.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),n(i.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.createdBy.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s});const a=yield e.post(Vu,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield Xu(a),(yield a.json()).keys})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Hu,{ids:i},{queryParams:{tenant:t}});return yield Xu(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({name:i,expiration:o,roleNames:r,userId:s,permittedIps:a}){const d=new Date;d.setDate(d.getDate()+ +o);const l="0"===o[0]?0:Math.floor(d.getTime()/1e3);if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,roleNames:t,userId:n,permittedIps:i},o){const r=Math.random().toString(10).substring(15);return new Promise((s=>{s({cleartext:Math.random().toString(20).substring(2),key:{id:`access-key-id-${r}`,name:e||`Access Key ${r}`,createdBy:n||`User ${r}`,editable:!0,expireTime:o,createdTime:(new Date).getTime()/1e3,roleNames:t,permittedIps:i,status:"active",clientId:`Client ID ${r}`,boundUserId:n||`User ${r}`}})}))})))({name:i,expiration:o,roleNames:r,userId:s,permittedIps:a},l);const u=yield e.post(zu,{name:i,expireTime:l,roleNames:r,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield Xu(u),yield u.json()})),activate:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Ju,{ids:i},{queryParams:{tenant:t}});return yield Xu(o),yield o.json()})),deactivate:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Gu,{ids:i},{queryParams:{tenant:t}});return yield Xu(o),yield o.json()})),rotate:i=>c(void 0,[i],void 0,(function*({id:i}){if(n)return(e=>c(void 0,[e],void 0,(function*({id:e}){return new Promise((t=>{t({cleartext:Math.random().toString(20).substring(2),key:{id:e,name:`Access Key ${e}`,createdBy:"User",editable:!0,expireTime:(new Date).getTime()/1e3+2592e3,createdTime:(new Date).getTime()/1e3,roleNames:[],permittedIps:[],status:"active",clientId:`Client ID ${e}`,boundUserId:"User"}})}))})))({id:i});const o=yield e.post(Zu,{id:i},{queryParams:{tenant:t}});return yield Xu(o),yield o.json()}))}),eh=({httpClient:e,tenant:t,mock:n})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>new Promise((t=>{const n=[];for(let t=1;t<5;t+=1)n.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:n})})))(t);const i=yield e.get(Yu,{queryParams:{tenant:t}});return yield Xu(i),i.json()}))}),th=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,bl,Xr({tenant:Xr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"access-key-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.9.9"}}));return{accesskey:Qu({httpClient:o.httpClient,tenant:t,mock:n}),tenant:eh({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),nh=Ai((e=>{const t=ki(fl({name:"widget",initialState:Ku,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Ru.reducer(e),Eu.reducer(e),Mu.reducer(e),Tu.reducer(e),Uu.reducer(e),_u.reducer(e),Bu.reducer(e)},asyncActions:{searchAccessKeys:Mu.action,createAccessKey:Ru.action,activateAccessKeys:Tu.action,deactivateAccessKeys:Uu.action,deleteAccessKeys:Eu.action,rotateAccessKey:_u.action,getTenantRoles:Bu.action}}),Zr,Kr,th)(e);return class extends t{constructor(...e){super(...e),this.state=Ku,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),ih=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("access-key-management-widget"),nh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchAccessKeys(),this.actions.getTenantRoles()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),oh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(nh,Kr,ih)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.accessKeysTable.data=e}))),o.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchAccessKeys({sort:n})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",n).call(this),this.accessKeysTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))})),u(this,i,"f").call(this,uu(this.state)),this.subscribe(u(this,i,"f").bind(this),uu)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.accessKeysTable=new _s(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="access-keys-table"]'),{logger:this.logger}),this.accessKeysTable.onSelectedItemsChange((e=>{this.actions.setSelectedAccessKeysIds(e.detail.value.map((({id:e})=>e)))}))},r})),rh=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,Kr,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.activateAccessKeysModal=this.createModal(),this.activateAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("activate-access-keys-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.activateAccessKeysModal.close()));const n=new Ws((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=hu(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const i=new Qs(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=bu(this.state);i.text=`Activate ${e}?`}}))},i})),sh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ih,nh,rh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.activateButton.enable():this.activateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),mu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.activateButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="activate-access-keys"]'),{logger:this.logger}),this.activateButton.disable(),this.activateButton.onClick((()=>{this.activateAccessKeysModal.open()}))},o})),ah=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,pl,Kr,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.createdAccessKeyModal=this.createModal(),this.createdAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("created-access-key-modal.html"))),new Ws((()=>{var e;return null===(e=this.createdAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.createdAccessKeyModal.ele)["generated-key"]),this.resetFormData(this.createdAccessKeyModal.ele),this.createdAccessKeyModal.close()}))}))},i})),dh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(nh,aa,pl,Kr,ih,ah)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),o.set(this,(()=>c(this,void 0,void 0,(function*(){var e,t;yield u(this,n,"f").setData(null===(t=this.state,e=t.tenantRoles.data||[])||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))}))))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,o=new WeakMap,t=new WeakSet,i=function e(){return c(this,void 0,void 0,(function*(){this.createAccessKeyModal=this.createModal(),this.createAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("create-access-key-modal.html"))),new Ws((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.createAccessKeyModal.close(),this.resetFormData(this.createAccessKeyModal.ele)})),new Ws((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){var e,t;if(this.validateForm(this.createAccessKeyModal.ele)){const n=yield this.actions.createAccessKey(Object.assign({},this.getFormData(this.createAccessKeyModal.ele)));this.createAccessKeyModal.close(),(null===(e=null==n?void 0:n.payload)||void 0===e?void 0:e.cleartext)&&(this.setFormData(this.createdAccessKeyModal.ele,{"generated-key":null===(t=null==n?void 0:n.payload)||void 0===t?void 0:t.cleartext}),this.createdAccessKeyModal.open())}})))),h(this,n,new Js((()=>{var e;return null===(e=this.createAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),u(this,o,"f").call(this),this.createAccessKeyModal.afterClose=()=>{u(this,t,"m",e).call(this)}}))},r})),lh=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,dh,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-access-key"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createAccessKeyModal.open()))},i})),ch=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,Kr,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deactivateAccessKeysModal=this.createModal(),this.deactivateAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("deactivate-access-keys-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deactivateAccessKeysModal.close()));const n=new Ws((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=hu(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const i=new Qs(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=bu(this.state);i.text=`Deactivate ${e}?`}}))},i})),uh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ih,nh,ch)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deactivateButton.enable():this.deactivateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),mu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deactivateButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="deactivate-access-keys"]'),{logger:this.logger}),this.deactivateButton.disable(),this.deactivateButton.onClick((()=>{this.deactivateAccessKeysModal.open()}))},o})),hh=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,Kr,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteAccessKeysModal=this.createModal(),this.deleteAccessKeysModal.setContent(Ci(yield this.fetchWidgetPage("delete-access-keys-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteAccessKeysModal.close()));const n=new Ws((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=hu(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const i=new Qs(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=bu(this.state);i.text=`Delete ${e}?`}}))},i})),fh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ih,nh,hh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),gu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-access-keys"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteAccessKeysModal.open()}))},o})),ph=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ih,nh)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchAccessKeys({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new ea(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),gh={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},vh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,nh,la,Zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),cu)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=gh[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),mh=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,pl,Kr,ih)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.rotatedAccessKeyModal=this.createModal(),this.rotatedAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("rotated-access-key-modal.html"))),new Ws((()=>{var e;return null===(e=this.rotatedAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.rotatedAccessKeyModal.ele)["generated-key"]),this.resetFormData(this.rotatedAccessKeyModal.ele),this.rotatedAccessKeyModal.close()}))}))},i})),yh=Ai((e=>{var t,n,i;return i=class extends(ki(nh,aa,pl,Kr,ih,mh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.rotateAccessKeyModal=this.createModal(),this.rotateAccessKeyModal.setContent(Ci(yield this.fetchWidgetPage("rotate-access-key-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.rotateAccessKeyModal.close()));const n=new Ws((()=>{var e;return null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>c(this,void 0,void 0,(function*(){var e,t;const n=null===(e=hu(this.state))||void 0===e?void 0:e[0];if(!n)return void this.rotateAccessKeyModal.close();const i=yield this.actions.rotateAccessKey({id:n.id});this.rotateAccessKeyModal.close(),(null===(t=null==i?void 0:i.payload)||void 0===t?void 0:t.cleartext)&&(this.setFormData(this.rotatedAccessKeyModal.ele,{"generated-key":i.payload.cleartext}),this.rotatedAccessKeyModal.open())}))));const i=new Qs(null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.rotateAccessKeyModal.beforeOpen=()=>{const e=bu(this.state);i.text=`Rotate ${e}?`}}))},i})),bh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ih,nh,yh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.rotateButton.enable():this.rotateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),wu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.rotateButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="rotate-access-keys"]'),{logger:this.logger}),this.rotateButton.disable(),this.rotateButton.onClick((()=>{this.rotateAccessKeyModal.open()}))},o})),wh=Ai((e=>class extends(ki(Es,Rs,oh,lh,fh,ph,sh,uh,bh,vh)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),$h=ki((e=>class extends(wh(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",$h);var kh,Ch=Object.freeze({__proto__:null,default:$h});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(kh||(kh={}));const Sh=e=>e.ssoAppsList.data,Ih=Id(Sh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===kh.saml))})),Rh=Id(Sh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>{var t;return e.appType===kh.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),xh=Id(Sh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>{var t;return e.appType===kh.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Oh=Id(Sh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===kh.custom))})),Eh=e=>{var t,n,i,o;switch(e.appType){case kh.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case kh.oidc:return null===(n=e.oidcSettings)||void 0===n?void 0:n.customIdpInitiatedLoginPageUrl;case kh.wsfed:return null===(i=e.wsfedSettings)||void 0===i?void 0:i.idpInitiatedUrl;case kh.custom:return null===(o=e.customSettings)||void 0===o?void 0:o.loginPageUrl;default:return}},Ah=Id(Ih,Rh,xh,Oh,((e,t,n,i)=>[...e,...t,...n,...i].map((e=>({name:e.name,icon:e.logo,url:Eh(e)}))))),Nh=ol("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Mh=(e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))})(Nh)({onFulfilled:(e,t)=>{var n;e.ssoAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},(jh=e=>e.ssoAppsList,{onFulfilled:e=>{jh(e).loading=!1},onPending:e=>{jh(e).loading=!0,jh(e).error=null},onRejected:(e,t)=>{jh(e).loading=!1,jh(e).error=t.error}}));var jh;const Ph={action:Nh,reducer:Mh},Th={ssoAppsList:{data:[],loading:!1,error:null}},Wh="/v1/mgmt/sso/idp/apps/load",Lh=({httpClient:e,mock:t})=>({load:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:[{id:"ssoapp1",name:"App 1",description:"This is the first SAML app",enabled:!0,appType:kh.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:kh.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:kh.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:kh.wsfed,logo:"logo4",wsfedSettings:{idpInitiatedUrl:"http://localhost/wsfed/idp-initiated",realm:"urn:mock:realm",replyUrl:"http://localhost/reply",loginPageUrl:"http://localhost/login"}}]})}))}));const n=yield e.get(Wh);return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})))(n),n.json()}))}),Uh=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,bl,es)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"applications-portal-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.8.9"}}));return{ssoApps:Lh({httpClient:i.httpClient,mock:t})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Dh=Ai((e=>{const t=ki(fl({name:"widget",initialState:Th,reducers:{},extraReducers:e=>{Ph.reducer(e)},asyncActions:{loadSSOApps:Ph.action}}),Zr,Kr,Uh)(e);return class extends t{constructor(...e){super(...e),this.state=Th,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Fh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Zr,fs,bs,yl("applications-portal-widget"),Dh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this);const[r]=yield Promise.all([u(this,t,"m",n).call(this),this.actions.loadSSOApps()]);u(this,t,"m",i).call(this,r),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},i=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},o})),_h=Ai((e=>{var t,n,i;return i=class extends(ki(Dh,Kr,Fh)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this,Ah(this.state))}))}},t=new WeakSet,n=function(e){this.appsList=new Ps((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-apps-list")}),{logger:this.logger}),this.appsList.data=e},i})),qh=Ai((e=>class extends(ki(Es,Rs,_h)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Bh=ki((e=>class extends(qh(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",Bh);var Kh=Object.freeze({__proto__:null,default:Bh});const Vh=(e,t)=>t?{[e]:t}:{},Hh=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},zh=e=>e.selectedAuditId,Gh=Id((e=>e.auditList.data),(e=>e.map((e=>{const t=e||{},{occurred:n,ID:i,type:o}=t,r=t.data,s=void 0===r?{saml_request:"",saml_response:"",saml_generated_user:"",saml_generated_roles:"",oidc_response:"",oidc_generated_user:"",scim_request:"",scim_result:"",Change:""}:r,{saml_request:a,saml_response:d,saml_generated_user:c,saml_generated_roles:u,oidc_response:h,oidc_generated_user:f,scim_request:p,scim_result:g,Change:v}=s,m=l(s,["saml_request","saml_response","saml_generated_user","saml_generated_roles","oidc_response","oidc_generated_user","scim_request","scim_result","Change"]),y=l(t,["occurred","ID","type","data"]);var b;return(e=>Object.fromEntries(Object.entries(e).filter((([e,t])=>!!t))))(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},y),{data:m}),Vh("type",(b=o)&&b[0].toUpperCase()+b.slice(1))),Vh("saml_request",a)),Vh("saml_response",d)),Vh("saml_generated_user",Hh(c))),Vh("saml_generated_roles",Hh(u))),Vh("oidc_response",Hh(h))),Vh("oidc_generated_user",Hh(f))),Vh("scim_request",p)),Vh("scim_result",g)),Vh("Change",v)),{occurredFormatted:n?new Date(Number(n)||0).toLocaleString():"N/A"}))}))));Id(zh,Gh,((e,t)=>t.find((t=>e===t.id)))),Id(zh,(e=>!!e));const Jh=ol("audit/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.audit.search(Object.assign(Object.assign({},i),e))})),Zh=(e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))})(Jh)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(Yh=e=>e.auditList,{onFulfilled:e=>{Yh(e).loading=!1},onPending:e=>{Yh(e).loading=!0,Yh(e).error=null},onRejected:(e,t)=>{Yh(e).loading=!1,Yh(e).error=t.error}}));var Yh;const Xh={action:Jh,reducer:Zh},Qh={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},ef="/v1/mgmt/audit/search",tf=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s,from:a}={}){if(n)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((n=>{const i=[],o=(new Date).getTime()/1e3+2592e3,r=new Date(o).toLocaleString();for(let e=1;e<9;e+=1)i.push({id:`Audit ${e}`,action:`Action ${e}`,actorId:`Actor ${e}`,type:"info",method:`Method ${e}`,userId:`User ${e}`,device:`Device ${e}`,geo:`Geo ${e}`,remoteAddress:`127.0.0.${e}`,externalIds:[`Login ID ${e}`],occurred:o,occurredFormatted:r});t.forEach((e=>{i.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),n(i.filter((t=>t.id.toLowerCase().includes(e.toLowerCase())||t.action.toLowerCase().includes(e.toLowerCase())||t.type.toLowerCase().includes(e.toLowerCase())||t.device.toLowerCase().includes(e.toLowerCase())||t.method.toLowerCase().includes(e.toLowerCase())||t.geo.toLowerCase().includes(e.toLowerCase())||t.remoteAddress.toLowerCase().includes(e.toLowerCase())||t.externalIds.includes(e.toLowerCase())||t.userId.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s});const d=yield e.post(ef,{limit:o,page:i,text:r,sort:s,from:a},{queryParams:{tenant:t}});return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})))(d),(yield d.json()).audits}))}),nf=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,bl,Xr({tenant:Xr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"audit-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.8.9"}}));return{audit:tf({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),of=Ai((e=>{const t=ki(fl({name:"widget",initialState:Qh,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{Xh.reducer(e)},asyncActions:{searchAudit:Xh.action}}),Zr,Kr,nf)(e);return class extends t{constructor(...e){super(...e),this.state=Qh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),rf=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("audit-management-widget"),of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this)]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),sf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,rf,of)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{const e=this.rangeInput.value,t=new Date;let n;switch(e){case"minuets15":n=t.setMinutes(t.getMinutes()-15);break;case"hour":n=t.setHours(t.getHours()-1);break;case"hour6":n=t.setHours(t.getHours()-6);break;case"day":default:n=t.setDate(t.getDate()-1);break;case"day3":n=t.setDate(t.getDate()-3);break;case"week":n=t.setDate(t.getDate()-7);break;case"week2":n=t.setDate(t.getDate()-14);break;case"month":n=t.setMonth(t.getMonth()-1)}this.actions.searchAudit({text:this.searchInput.value,from:Math.floor(new Date(n).getTime())})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new ea(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f")),u(this,n,"f").call(this)},o=function(){var e;this.rangeInput=new Xs(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="range-input"]'),{logger:this.logger}),this.rangeInput.onInput(u(this,n,"f"))},r})),af=Ai((e=>{var t,n,i,o;return o=class extends(ki(of,Kr,rf)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.auditTable.data=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),u(this,i,"f").call(this,Gh(this.state)),this.subscribe(u(this,i,"f").bind(this),Gh)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.auditTable=new _s(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="audit-table"]'),{logger:this.logger}),this.auditTable.onSelectedItemsChange((e=>{this.actions.setSelectedAuditId(e.detail.value.map((({id:e})=>e)))}))},o})),df=[{header:"Occurred",path:"occurredFormatted"},{header:"User ID",path:"userId"},{header:"Actor",path:"actorId"},{header:"Login IDs",path:"externalIds"},{header:"Remote Address",path:"remoteAddress"},{header:"Type",path:"type"},{header:"Action",path:"action"},{header:"Device",path:"device"},{header:"Method",path:"method"},{header:"Geo",path:"geo"}],lf=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,rf,of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.exportButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=Gh(this.state);if(!e.length)return void this.logger.warn("No audit data to export");const t=((e,t)=>[t.map((e=>Ui(e.header))).join(","),...e.map((e=>t.map((t=>Ui(e[t.path]))).join(",")))].join("\n"))(e,df);((e,t)=>{const n=new Blob(["\ufeff"+e],{type:"text/csv;charset=utf-8;"}),i=URL.createObjectURL(n),o=document.createElement("a");o.href=i,o.setAttribute("download",t),document.body.appendChild(o),o.click(),document.body.removeChild(o),URL.revokeObjectURL(i)})(t,`audit_logs_${(new Date).toISOString().slice(0,10)}.csv`)}))},i})),cf=Ai((e=>class extends(ki(Es,Rs,af,sf,lf)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),uf=ki((e=>class extends(cf(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",uf);var hf=Object.freeze({__proto__:null,default:uf});function ff(e){return new URLSearchParams(window.location.search).get(e)}const pf=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},gf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),vf=ol("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),mf=pf(vf)({onFulfilled:(e,t)=>{var n;e.outboundAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},gf((e=>e.outboundAppsList))),yf={action:vf,reducer:mf},bf=ol("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),wf=pf(bf)({onFulfilled:(e,t)=>{var n;e.connectedOutboundAppsIds.data=null===(n=t.payload)||void 0===n?void 0:n.appIds}},gf((e=>e.connectedOutboundAppsIds))),$f={action:bf,reducer:wf},kf={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},Cf="/v1/mgmt/outbound/apps",Sf="/v1/mgmt/outbound/apps-with-user-token",If="/v1/auth/me",Rf=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),xf=({httpClient:e,mock:t})=>({getAllOutboundApps:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:[{id:"appId1",name:"Application 1",description:"Description"},{id:"appId2",name:"Application 2",description:"Description"},{id:"appId3",name:"Application 3",description:"Description"}]})}))}));const n=yield e.get(Cf);return yield Rf(n),n.json()})),getConnectedOutboundApps:n=>c(void 0,[n],void 0,(function*({userId:n,tenantId:i}){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:["outboundApp3"]})}))}));const o=yield e.get(Sf,{queryParams:i?{userId:n,tenantId:i}:{userId:n}});return yield Rf(o),o.json()}))}),Of=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({userId:"user-1"})}))}));const n=yield e.get(If);return yield Rf(n),n.json()}))}),Ef=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,bl,es)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ws}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.5.10"}}));return{outboundApps:xf({httpClient:i.httpClient,mock:t}),user:Object.assign({},Of({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Af=ol("users/me",((e,{extra:{api:t}})=>t.user.me())),Nf={action:Af,reducer:pf(Af)({onFulfilled:(e,t)=>{e.me.data=t.payload}},gf((e=>e.me)))},Mf=Ai((e=>{const t=ki(fl({name:"widget",initialState:kf,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Nf.reducer(e),$f.reducer(e),yf.reducer(e)},asyncActions:{getMe:Nf.action,getOutboundApps:yf.action,getConnectedOutboundApps:$f.action}}),Zr,Kr,Ef)(e);return class extends t{constructor(...e){super(...e),this.state=kf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),jf="widget-flow",Pf=Ai((e=>{var t,n,i;return i=class extends(ki(ml,Zr,aa,Mf,bl,Kr,Rs,wl)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=ff(jf);o&&(function(e){if(window.history.replaceState&&ff(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(jf),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ls((()=>{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()},i})),Tf=Id((e=>e.outboundAppsList.data),(e=>e.connectedOutboundAppsIds.data),(e=>e.allowedAppsIds.data),((e,t,n)=>e.filter((e=>void 0===n||n.includes(e.id))).map((e=>{const n=(null==t?void 0:t.includes(e.id))||!1;return Object.assign(Object.assign({},e),{appId:e.id,isConnected:n})})).sort(((e,t)=>e.name.localeCompare(t.name))))),Wf=Id((e=>e.me.data),(e=>e.userId)),Lf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Zr,fs,bs,yl("outbound-applications-widget"),Mf)(e)){constructor(){super(...arguments),t.add(this)}static get observedAttributes(){return["allowed-outbound-apps-ids"]}attributeChangedCallback(e,n,i){"allowed-outbound-apps-ids"===e&&n!==i&&this.actions.setAllowedAppsIds(u(this,t,"a",o))}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.init)||void 0===r?void 0:r.call(this),yield this.actions.getMe(),yield this.actions.setAllowedAppsIds(u(this,t,"a",o)),yield Promise.all([this.actions.getOutboundApps(),this.actions.getConnectedOutboundApps({userId:Wf(this.state),tenantId:this.tenantId})]);const s=yield u(this,t,"m",n).call(this);u(this,t,"m",i).call(this,s),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},i=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},o=function(){var e;if(!this.hasAttribute("allowed-outbound-apps-ids"))return;const t=null===(e=this.getAttribute("allowed-outbound-apps-ids"))||void 0===e?void 0:e.trim();return t?t.split(",").map((e=>e.trim())).filter(Boolean):[]},r})),Uf=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Df=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m,y,b,w;return w=class extends(ki(ml,Uf,Mf,Kr,Lf,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),s.set(this,void 0),a.set(this,null),d.set(this,null),b.set(this,Ii((e=>{u(this,n,"f").data=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",y).call(this,Tf(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),Tf)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap,d=new WeakMap,b=new WeakMap,t=new WeakSet,l=function(){u(this,n,"f").connectFlowId&&(h(this,i,this.createModal({"data-id":"outbound-apps-connect"}),"f"),u(this,i,"f").afterClose=()=>{var e;if(u(this,a,"f")){const t=null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc");null==t||t.removeEventListener("page-updated",u(this,a,"f")),h(this,a,null,"f")}},h(this,r,new Ls((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,r,"f")))},f=function(e,t,n){e.open(),t.removeEventListener("page-updated",n)},p=function(e,n){var i;const o=null===(i=e.ele)||void 0===i?void 0:i.querySelector("descope-wc"),r=()=>u(this,t,"m",f).call(this,e,o,r);n=r,null==o||o.addEventListener("page-updated",n)},g=function(){h(this,o,this.createModal({"data-id":"outbound-apps-disconnect"}),"f"),h(this,s,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=()=>{var e;if(u(this,d,"f")){const t=null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc");null==t||t.removeEventListener("page-updated",u(this,d,"f")),h(this,d,null,"f")}},this.syncFlowTheme(u(this,s,"f"))},v=function(e){u(this,i,"f").setContent(this.createFlowTemplate({flowId:u(this,n,"f").connectFlowId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,i,"f"),u(this,a,"f")),u(this,r,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getConnectedOutboundApps({userId:Wf(this.state),tenantId:this.tenantId})}))},m=function(e){u(this,o,"f").setContent(this.createFlowTemplate({flowId:u(this,n,"f").disconnectFlowId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,o,"f"),u(this,d,"f")),u(this,s,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getConnectedOutboundApps({userId:Wf(this.state)})}))},y=function(e){h(this,n,new Ys((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-outbound-apps")}),{logger:this.logger}),"f"),u(this,n,"f").onConnectClick((({id:e})=>{u(this,t,"m",v).call(this,e)})),u(this,n,"f").onDisconnectClick((({id:e})=>{u(this,t,"m",m).call(this,e)})),u(this,n,"f").data=e},w})),Ff=Ai((e=>class extends(ki(Es,Rs,Pf,Df)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),_f=ki((e=>class extends(Ff(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return du})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.5.10"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",_f);var qf=Object.freeze({__proto__:null,default:_f});const Bf=e=>e.selectedRolesIds,Kf=e=>e.notifications,Vf=e=>e.tenantPermissions.data||[],Hf=Id((e=>e.rolesList.data),(e=>e.map((e=>{var t;return Object.assign(Object.assign({},e),{editable:0===(null===(t=null==e?void 0:e.tenantId)||void 0===t?void 0:t.length)?"no":"yes"})})))),zf=Id(Bf,Hf,((e,t)=>t.filter((t=>e.includes(t.name))))),Gf=Id(Bf,(e=>!!e.length)),Jf=Id(Bf,(e=>1===e.length)),Zf=Id(zf,Jf,((e,t)=>t&&"yes"===e[0].editable)),Yf=Id(zf,(e=>1===e.length?e[0].name:`${e.length} roles`)),Xf=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},Qf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),ep=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),tp=ol("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),np=Xf(tp)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Qf((e=>e.createRole)),ep({getSuccessMsg:()=>"Role created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),ip={action:tp,reducer:np},op=ol("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),rp=Xf(op)({onFulfilled:(e,t)=>{e.rolesList.data=e.rolesList.data.filter((e=>{var n;return 0===(null===(n=null==e?void 0:e.tenantId)||void 0===n?void 0:n.length)||!t.meta.arg.includes(e.name)})),e.selectedRolesIds=[]}},Qf((e=>e.deleteRole)),ep({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["R","r"]}ole${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete role${["","s"]}`})),sp={action:op,reducer:rp},ap=ol("roles/duplicate",((e,{extra:{api:t}})=>t.role.create(e))),dp=Xf(ap)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Qf((e=>e.duplicateRole)),ep({getSuccessMsg:()=>"Role duplicated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to duplicate role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),lp={action:ap,reducer:dp},cp=ol("roles/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.role.search(Object.assign(Object.assign({},i),e))})),up=Xf(cp)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},Qf((e=>e.rolesList))),hp={action:cp,reducer:up},fp=ol("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),pp=Xf(fp)({onFulfilled:(e,t)=>{const n=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==n&&(e.rolesList.data[n]=t.payload)}},Qf((e=>e.updateRole)),ep({getSuccessMsg:()=>"Role updated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to update role</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),gp={action:fp,reducer:pp},vp=ol("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),mp={action:vp,reducer:Xf(vp)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},Qf((e=>e.tenantPermissions)))},yp={rolesList:{data:[],loading:!1,error:null},createRole:{loading:!1,error:null},duplicateRole:{loading:!1,error:null},updateRole:{loading:!1,error:null},deleteRole:{loading:!1,error:null},tenantPermissions:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedRolesIds:[],notifications:[]},bp="/v1/mgmt/role/search",wp="/v1/mgmt/role/delete/batch",$p="/v1/mgmt/role/create",kp="/v1/mgmt/role/update",Cp="/v1/mgmt/permission/all",Sp=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Ip=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,text:r,sort:s}={}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({text:e,sort:t},n){return new Promise((i=>{const o=[];for(let e=1;e<10;e+=1)o.push({name:`Role ${e}`,description:`Role description ${e}`,permissionNames:[`Permission ${e}`],createdTime:new Date,tenantId:n});t.forEach((e=>{o.sort(((t,n)=>{var i,o;return e.desc?null===(o=n[e.field])||void 0===o?void 0:o.localeCompare(t[e.field]):null===(i=t[e.field])||void 0===i?void 0:i.localeCompare(n[e.field])}))})),i(o.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.description.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,text:r,sort:s},t);const a=yield e.post(bp,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield Sp(a),(yield a.json()).roles})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(wp,{roleNames:i},{queryParams:{tenant:t}});return yield Sp(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({name:i,description:o,permissionNames:r}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,description:t,permissionNames:n},i){return new Promise((o=>{o({name:e,description:t,permissionNames:n,createdTime:new Date,tenantId:i})}))})))({name:i,description:o,permissionNames:r},t);const s=yield e.post($p,{name:i,description:o,permissionNames:r,tenantId:t},{queryParams:{tenant:t}});return yield Sp(s),yield s.json()})),update:i=>c(void 0,[i],void 0,(function*({name:i,newName:o,description:r,permissionNames:s}){if(n)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,newName:t,description:n,permissionNames:i},o){return new Promise((r=>{r({name:t,description:n,permissionNames:i,createdTime:new Date,oldName:e,tenantId:o})}))})))({name:i,newName:o,description:r,permissionNames:s},t);const a=yield e.post(kp,{name:i,newName:o,description:r,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield Sp(a);const d=yield a.json();return d.oldName=i,d}))}),Rp=({httpClient:e,tenant:t,mock:n})=>({getTenantPermissions:()=>c(void 0,void 0,void 0,(function*(){if(n)return new Promise((e=>{const t=[];for(let e=1;e<5;e+=1)t.push({name:`Permission ${e}`});e({permissions:t})}));const i=yield e.get(Cp,{queryParams:{tenant:t}});return yield Sp(i),i.json()}))}),xp=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,bl,Xr({tenant:Xr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"role-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.9.9"}}));return{role:Ip({httpClient:o.httpClient,tenant:t,mock:n}),tenant:Rp({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),Op=Ai((e=>{const t=ki(fl({name:"widget",initialState:yp,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{ip.reducer(e),lp.reducer(e),gp.reducer(e),sp.reducer(e),hp.reducer(e),mp.reducer(e)},asyncActions:{searchRoles:hp.action,createRole:ip.action,duplicateRole:lp.action,updateRole:gp.action,deleteRoles:sp.action,getTenantPermissions:mp.action}}),Zr,Kr,xp)(e);return class extends t{constructor(...e){super(...e),this.state=yp,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Ep=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("role-management-widget"),Op)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchRoles(),this.actions.getTenantPermissions()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),Ap=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Op,aa,pl,Kr,Ep)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,"create"),o.set(this,null),s.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,n,"f").setData(null===(e=Vf(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))}))))}openRoleModal(e="create",t){h(this,i,e,"f"),h(this,o,null!=t?t:null,"f"),this.roleFormModal.open()}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",r).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,r=function(){return c(this,void 0,void 0,(function*(){this.roleFormModal=this.createModal(),this.roleFormModal.setContent(Ci(yield this.fetchWidgetPage("create-role-modal.html"))),new Ws((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.roleFormModal.close(),this.resetFormData(this.roleFormModal.ele)})),new Ws((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){if(this.validateForm(this.roleFormModal.ele)){const e=this.getFormData(this.roleFormModal.ele);"duplicate"===u(this,i,"f")?this.actions.duplicateRole(Object.assign({},e)):this.actions.createRole(Object.assign({},e)),this.roleFormModal.close(),this.resetFormData(this.roleFormModal.ele)}})))),h(this,n,new Js((()=>{var e;return null===(e=this.roleFormModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),u(this,s,"f").call(this),this.roleFormModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){yield u(this,s,"f").call(this),u(this,o,"f")&&(this.setFormData(this.roleFormModal.ele,u(this,o,"f")),h(this,o,null,"f"))}))}))},a})),Np=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Ap,Ep)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.openRoleModal()))},i})),Mp=Ai((e=>{var t,n,i;return i=class extends(ki(Op,aa,Kr,Ep)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteRolesModal=this.createModal(),this.deleteRolesModal.setContent(Ci(yield this.fetchWidgetPage("delete-roles-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteRolesModal.close()));const n=new Ws((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=zf(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const i=new Qs(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=Yf(this.state);i.text=`Delete ${e}?`}}))},i})),jp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Ep,Op,Mp)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),Gf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-roles"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteRolesModal.open()}))},o})),Pp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Ep,Op,Ap)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.duplicateButton.enable():this.duplicateButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),Jf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.duplicateButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="duplicate-role"]'),{logger:this.logger}),this.duplicateButton.disable(),this.duplicateButton.onClick((()=>{var e,t,n;const i=null===(e=zf(this.state))||void 0===e?void 0:e[0];i&&this.openRoleModal("duplicate",{name:`${i.name} Copy`,description:null!==(t=i.description)&&void 0!==t?t:"",permissionNames:null!==(n=i.permissionNames)&&void 0!==n?n:[]})}))},o})),Tp=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Op,aa,Kr,pl,Ep)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,n,"f").setData(null===(e=Vf(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=zf(this.state))||void 0===e?void 0:e[0],n={name:null==t?void 0:t.name,description:null==t?void 0:t.description,permissionNames:null==t?void 0:t.permissionNames};this.setFormData(this.editRoleModal.ele,n)}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",a).call(this)}))}},n=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,i=function(){new Ws((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.editRoleModal.close()))},o=function(){new Ws((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{var e;if(this.validateForm(this.editRoleModal.ele)){const t=this.getFormData(this.editRoleModal.ele),{name:n}=t,i=l(t,["name"]),o=null===(e=zf(this.state))||void 0===e?void 0:e[0];this.actions.updateRole(Object.assign({newName:n,name:o.name},i)),this.editRoleModal.close(),this.resetFormData(this.editRoleModal.ele)}}))},a=function(){return c(this,void 0,void 0,(function*(){this.editRoleModal=this.createModal(),this.editRoleModal.setContent(Ci(yield this.fetchWidgetPage("edit-role-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",o).call(this),h(this,n,new Js((()=>{var e;return null===(e=this.editRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),this.editRoleModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){yield u(this,r,"f").call(this),u(this,s,"f").call(this)}))}))},d})),Wp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Ep,Op,Tp,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.editButton.enable():this.editButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),this.subscribe(u(this,i,"f").bind(this),Zf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="edit-role"]'),{logger:this.logger}),this.editButton.disable(),this.editButton.onClick((()=>{this.editRoleModal.open()}))},o})),Lp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Ep,Op)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchRoles({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new ea(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),Up={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},Dp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Op,la,Zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),Kf)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=Up[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),Fp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Op,Kr,Ep)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.rolesTable.data=e}))),o.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchRoles({sort:n})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",n).call(this),this.rolesTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))})),u(this,i,"f").call(this,Hf(this.state)),this.subscribe(u(this,i,"f").bind(this),Hf)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.rolesTable=new _s(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="roles-table"]'),{logger:this.logger}),this.rolesTable.onSelectedItemsChange((e=>{this.actions.setSelectedRolesIds(e.detail.value.map((({name:e})=>e)))}))},r})),_p=Ai((e=>class extends(ki(Es,Rs,Fp,Np,jp,Pp,Wp,Lp,Dp)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),qp=ki((e=>class extends(_p(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",qp);var Bp=Object.freeze({__proto__:null,default:qp});const Kp=e=>e.tenant.data,Vp=e=>e.tenantAdminLinkSSO.data.defaultLink,Hp=Id(Kp,(e=>e.customAttributes||{})),zp=Id(Kp,(e=>e.name||"")),Gp=Id(Kp,(e=>e.selfProvisioningDomains||[])),Jp=Id(Kp,(e=>e.enforceSSOExclusions||[])),Zp=Id(Kp,(e=>e.enforceSSO||!1)),Yp=Id(Kp,Vp,(e=>e.tenantAdminLinkSSO.data.ssoIdToLink),((e,t,n)=>[...e?[{id:"",name:"Default SSO Configuration",authType:e.authType,isDefault:!0,link:t}]:[],...((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e,name:t,authType:i})=>({id:e,name:t,authType:i,link:n[e]||""})))])),Xp=Id(Kp,(e=>((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e})=>e))));function Qp(e){return new URLSearchParams(window.location.search).get(e)}const eg=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},tg=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),ng=ol("users/me",((e,{extra:{api:t}})=>t.user.me())),ig=eg(ng)({onFulfilled:(e,t)=>{e.me.data=t.payload}},tg((e=>e.me))),og={action:ng,reducer:ig},rg=ol("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),sg=eg(rg)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},tg((e=>e.tenant))),ag={action:rg,reducer:sg},dg=ol("tenant/adminLinkSso",(({ssoIds:e},{extra:{api:t}})=>t.tenant.adminLinkSso({ssoIds:e}))),lg={action:dg,reducer:eg(dg)({onFulfilled:(e,t)=>{var n;e.tenantAdminLinkSSO.data=null!==(n=t.payload)&&void 0!==n?n:{defaultLink:"",ssoIdToLink:{}}}},tg((e=>e.tenantAdminLinkSSO)))},cg={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:{defaultLink:"",ssoIdToLink:{}}}},ug="/v1/auth/me",hg="/v1/mgmt/tenant",fg="/v1/mgmt/tenant/adminlinks/sso/authenticated/batch",pg=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),gg=({httpClient:e,tenantId:t,mock:n})=>{const i=encodeURIComponent(t||""),o=`?tenant=${i}&id=${i}`;return{details:()=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({tenantId:"tenant-1",roleNames:["admin"],id:"tenant-1",name:"Test Tenant",selfProvisioningDomains:["example1.com","example2.com"],customAttributes:{},authType:"password",domains:[],createdTime:Date.now(),disabled:!1,enforceSSO:!0})}))}));if(!t)throw new Error("tenantId is not defined");const i=`${hg}${o}`,r=yield e.get(i);return yield pg(r),yield r.json()})),adminLinkSso:o=>c(void 0,[o],void 0,(function*({ssoIds:o}){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({defaultLink:"_blank",ssoIdToLink:{"okta-prod":"_blank?ssoId=okta-prod","entra-eu":"_blank?ssoId=entra-eu"}})}))}));if(!t)throw new Error("tenantId is not defined");const r=yield e.post(`${fg}?tenant=${i}`,{tenantId:i,ssoIds:o},{headers:{"Content-Type":"application/json"}});return yield pg(r),yield r.json()}))}},vg=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(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:[],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})}))}));const n=yield e.get(ug);return yield pg(n),n.json()}))}),mg=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,bl)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ws}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant","mock"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.8.10"}}));return{user:vg({httpClient:o.httpClient,mock:n}),tenant:gg({httpClient:o.httpClient,tenantId:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),yg=Ai((e=>{const t=ki(fl({name:"widget",initialState:cg,reducers:{},extraReducers:e=>{og.reducer(e),ag.reducer(e),lg.reducer(e)},asyncActions:{getMe:og.action,getTenant:ag.action,getTenantAdminLinkSSO:lg.action}}),Zr,Kr,mg)(e);return class extends t{constructor(...e){super(...e),this.state=cg,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),bg="widget-flow",wg=Ai((e=>{var t,n,i;return i=class extends(ki(ml,Zr,aa,yg,bl,Kr,Rs,wl)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=Qp(bg);o&&(function(e){if(window.history.replaceState&&Qp(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(bg),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),new Ls((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>c(this,void 0,void 0,(function*(){t.close(),this.actions.getMe(),yield this.actions.getTenant();const e=Xp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})})))),t.afterClose=()=>{t.remove()},t.open()},i})),$g=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),kg=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("tenant-profile-widget"),yg)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);try{yield Promise.all([this.actions.getMe(),this.actions.getTenant()]);const e=Xp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})}catch(i){}const o=this.state.me.error||(()=>this.state.tenant.error)()||(()=>this.state.tenantAdminLinkSSO.error)();if(o){this.contentRootElement.innerHTML="";const e="object"==typeof o&&null!==o&&"message"in o?o.message:String(o)||"An error occurred";this.contentRootElement.append(function({mainMessage:e="An error occurred"}){const t=document.createElement("div");t.setAttribute("data-id","widget-error"),t.style.display="flex",t.style.flexDirection="column",t.style.alignItems="center",t.style.justifyContent="center",t.style.padding="72px 36px",t.style.background="#fff",t.style.borderRadius="12px",t.style.boxShadow="0 2px 8px rgba(0,0,0,0.03)",t.style.margin="32px auto",t.style.maxWidth="400px";const n=document.createElement("div");n.innerHTML='\n <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <circle cx="20" cy="20" r="18" stroke="#FF3B3B" stroke-width="3" fill="#fff"/>\n <text x="20" y="27" text-anchor="middle" font-size="24" font-family="Arial, sans-serif" fill="#FF3B3B">!</text>\n </svg>\n ',n.style.marginBottom="12px",t.appendChild(n);const i=document.createElement("div");return i.textContent=e,i.style.fontWeight="bold",i.style.fontSize="20px",i.style.color="#222",i.style.textAlign="center",i.style.marginTop="8px",t.appendChild(i),t}({mainMessage:e}))}else yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),Cg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki($g,yg,aa,Kr,kg,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),s.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),h(this,n,new sa((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-multi-sso")}),{logger:this.logger}),"f"),u(this,n,"f").isExists&&(u(this,t,"m",p).call(this),u(this,n,"f").data=Yp(this.state),this.subscribe((e=>{u(this,n,"f").data=e}),Yp))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,a=function(){h(this,i,this.createModal({"data-id":"multi-sso-create-modal"}),"f"),h(this,o,new Ls((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,o,"f"))},d=function(){h(this,r,this.createModal({"data-id":"multi-sso-delete-modal"}),"f"),h(this,s,new Ls((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,s,"f"))},l=function(e){u(this,i,"f").setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),u(this,i,"f").open(),u(this,o,"f").onSuccess((()=>c(this,void 0,void 0,(function*(){u(this,i,"f").close(),yield this.actions.getTenant();const e=Xp(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})}))))},f=function(e,t){u(this,r,"f").setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId,form:{deleteSSOConfigurationId:t}})),u(this,r,"f").open(),u(this,s,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},p=function(){const{createFlowId:e,deleteFlowId:i}=u(this,n,"f");i&&(u(this,t,"m",d).call(this),u(this,n,"f").onDeleteClicked((({id:e})=>u(this,t,"m",f).call(this,i,e)))),e&&(u(this,t,"m",a).call(this),u(this,n,"f").onCreateClicked((()=>u(this,t,"m",l).call(this,e))))},g})),Sg=Ai((e=>{var t,n,i,o;return o=class extends(ki($g,yg,Kr,kg,bl,aa)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.tenantAdminLinkSSODriver.href=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),u(this,t,"m",n).call(this),u(this,i,"f").call(this,Vp(this.state)),this.subscribe(u(this,i,"f").bind(this),Vp)}))}},i=new WeakMap,t=new WeakSet,n=function(){this.tenantAdminLinkSSODriver=new qs((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-link[data-id="tenant-admin-link-sso"]')}),{logger:this.logger})},o}));var Ig;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Ig||(Ig={}));const Rg=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return f=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),i.set(this,{}),o.set(this,{}),r.set(this,{}),d.set(this,Ii((e=>{var n;const i=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(i).forEach((n=>{const i=n.getAttribute("data-id").replace("customAttributes.",""),o=n.getAttribute("data-type")||Ig.TEXT,r=e[i],s=new ta(n,{logger:this.logger});s.value=((e,t)=>e===Ig.DATE&&t?new Date(t).toLocaleString():e===Ig.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString())(o,r),u(this,t,"m",l).call(this,n,i,s,o,i),u(this,t,"m",h).call(this,n,i,s)}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this),u(this,d,"f").call(this,Hp(this.state)),this.subscribe(u(this,d,"f").bind(this),Hp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e,t,o){var r,s;const a=Hp(this.state)[o],d=t===Ig.ARRAY?(a||[]).join(","):a;null===(r=u(this,n,"f")[e])||void 0===r||r.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId,form:{customAttributes:{[o]:d}}})),null===(s=u(this,i,"f")[e])||void 0===s||s.onSuccess((()=>{var t;null===(t=u(this,n,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},a=function(e){var t,n;null===(t=u(this,o,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e,tenant:this.tenantId})),null===(n=u(this,r,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,o,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},l=function(e,o,r,a,d){const l=e.getAttribute("edit-flow-id");l&&(u(this,n,"f")[l]||(u(this,n,"f")[l]=this.createModal({"data-id":`edit-${o}`}),u(this,i,"f")[l]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,n,"f")[l])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,n,"f")[l].beforeOpen=u(this,t,"m",s).bind(this,l,a,d),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,n,"f"))||void 0===e?void 0:e[l])||void 0===t||t.open()})),this.syncFlowTheme(u(this,i,"f")[l])))},h=function(e,n,i){const s=e.getAttribute("delete-flow-id");s&&(u(this,o,"f")[s]||(u(this,o,"f")[s]=this.createModal({"data-id":`delete-${n}`}),u(this,r,"f")[s]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,o,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,o,"f")[s].beforeOpen=u(this,t,"m",a).bind(this,s),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,o,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,r,"f")[s])))},f})),xg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantEmailDomainsDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,Gp(this.state)),this.subscribe(u(this,p,"f").bind(this),Gp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEmailDomainsDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-email-domains"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantEmailDomainsDriver.editFlowId,tenant:this.tenantId,form:{tenantEmailDomains:Gp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEmailDomainsDriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-email-domains"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantEmailDomainsDriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEmailDomainsDriver=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-email-domains-edit"]')}),{logger:this.logger}),this.tenantEmailDomainsDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantEmailDomainsDriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Og=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantSSOExclusionsDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,Jp(this.state)),this.subscribe(u(this,p,"f").bind(this),Jp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantSSOExclusionsDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-sso-exclusions"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantSSOExclusionsDriver.editFlowId,tenant:this.tenantId,form:{enforceSSOExclusions:Jp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantSSOExclusionsDriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-sso-exclusions"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantSSOExclusionsDriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantSSOExclusionsDriver=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-force-sso-exclusions-edit"]')}),{logger:this.logger}),this.tenantSSOExclusionsDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantSSOExclusionsDriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Eg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.tenantEnforceSSODriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,Zp(this.state)),this.subscribe(u(this,p,"f").bind(this),Zp)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEnforceSSODriver.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-tenant-enforce-sso"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantEnforceSSODriver.editFlowId,tenant:this.tenantId,form:{enforceSSO:Zp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEnforceSSODriver.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-tenant-enforce-sso"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.tenantEnforceSSODriver.deleteFlowId,tenant:this.tenantId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEnforceSSODriver=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-enforce-sso-edit"]')}),{logger:this.logger}),this.tenantEnforceSSODriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.tenantEnforceSSODriver.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Ag=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),a.set(this,Ii((e=>{this.tenantNameDriver.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this),u(this,a,"f").call(this,zp(this.state)),this.subscribe(u(this,a,"f").bind(this),zp)}))}},n=new WeakMap,i=new WeakMap,a=new WeakMap,t=new WeakSet,o=function(){this.tenantNameDriver.editFlowId&&(h(this,n,this.createModal({"data-id":"tenant-profile-set-name"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").beforeOpen=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.tenantNameDriver.editFlowId,tenant:this.tenantId,form:{tenantName:zp(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="tenant-name-edit"]')}),{logger:this.logger}),this.tenantNameDriver.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},d})),Ng=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.TenantPasswordPolicyUserAuthMethodDriver.flowId&&(h(this,n,this.createModal({"data-id":"password-policy"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.TenantPasswordPolicyUserAuthMethodDriver.flowId,tenant:this.tenantId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantPasswordPolicyUserAuthMethodDriver=new na((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="password-policy"]')}),{logger:this.logger}),this.TenantPasswordPolicyUserAuthMethodDriver.onUnfulfilledButtonClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},a})),Mg=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(ml,$g,yg,Kr,kg,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.TenantSessionSettingsUserAuthMethodDriver.flowId&&(h(this,n,this.createModal({"data-id":"session-settings"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.TenantSessionSettingsUserAuthMethodDriver.flowId,tenant:this.tenantId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantSessionSettingsUserAuthMethodDriver=new na((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-auth-method[data-id="session-settings"]')}),{logger:this.logger}),this.TenantSessionSettingsUserAuthMethodDriver.onUnfulfilledButtonClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},a})),jg=Ai((e=>class extends(ki(Es,Rs,wg,kg,Ag,xg,Og,Eg,Rg,Sg,Ng,Mg,Cg)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Pg=ki((e=>class extends(jg(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return du})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.8.10"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",Pg);var Tg=Object.freeze({__proto__:null,default:Pg}),Wg={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|2[23]"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","(?:01\\d|[24-689])\\d{7}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["0"]]]],BL:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","[2-9]\\d{9}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["5"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]","(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["46"]],["(\\d{3})(\\d{7})","$1 $2",["6|90"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9,10,11,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13,14,15,16,17],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11,12],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}",[6,7,8,9,10,11]],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],["3[2-8]\\d{9,10}",[11,12]],0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]","3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[25-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|452|678|86","[12]|452|6788|86"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]|8(?:0[6-9]|[36])"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}",[8,10,11,12,13,14],[["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["3"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|8\\d\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","709\\d{6}|(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10,12],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-359]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-4]|5[1-3]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[59]"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468]))\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-9]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11,12],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[47-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[235-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"],0,0,0,0,0,0,["2\\d{8}",[9]]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,["348[57]\\d{7}",[11]],0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Lg(e){return Lg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Lg(e)}function Ug(e){var t=qg();return function(){var n,i=Kg(e);if(t){var o=Kg(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===Lg(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Dg(e)}(this,n)}}function Dg(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Fg(e){var t="function"==typeof Map?new Map:void 0;return Fg=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return _g(e,arguments,Kg(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Bg(i,e)},Fg(e)}function _g(e,t,n){return _g=qg()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return n&&Bg(o,n.prototype),o},_g.apply(null,arguments)}function qg(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function Bg(e,t){return Bg=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Bg(e,t)}function Kg(e){return Kg=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Kg(e)}var Vg=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Bg(e,t)}(i,e);var t,n=Ug(i);function i(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),t=n.call(this,e),Object.setPrototypeOf(Dg(t),i.prototype),t.name=t.constructor.name,t}return t=i,Object.defineProperty(t,"prototype",{writable:!1}),t}(Fg(Error)),Hg=2,zg=17,Gg=3,Jg="0-90-9٠-٩۰-۹",Zg="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),Yg="++";function Xg(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),i=t[0].split("."),o=0;o<3;o++){var r=Number(n[o]),s=Number(i[o]);if(r>s)return 1;if(s>r)return-1;if(!isNaN(r)&&isNaN(s))return 1;if(isNaN(r)&&!isNaN(s))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var Qg={}.constructor;function ev(e){return null!=e&&e.constructor===Qg}function tv(e){return tv="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},tv(e)}function nv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function iv(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ov=" ext. ",rv=/^\d+$/,sv=function(){function e(t){nv(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!ev(e)||!ev(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(ev(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+hv(e)+": "+e,"."))}(t),this.metadata=t,gv.call(this,t)}return iv(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&rv.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new av(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new av(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var n=this.nonGeographic()[e];if(n)return n}else{var i=this.countryCallingCodes()[e];if(i&&1===i.length&&"001"===i[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),av=function(){function e(t,n){nv(this,e),this.globalMetadataObject=n,this.metadata=t,gv.call(this,n.metadata)}return iv(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this,t=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return t.map((function(t){return new dv(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return(!this.types()||0!==this.types().length)&&!!this.types()}},{key:"type",value:function(e){if(this.hasTypes()&&uv(this.types(),e))return new cv(uv(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?ov:this.metadata[13]||ov}}]),e}(),dv=function(){function e(t,n){nv(this,e),this._format=t,this.metadata=n}return iv(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||lv.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),lv=/^\(?\$1\)?$/,cv=function(){function e(t,n){nv(this,e),this.type=t,this.metadata=n}return iv(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function uv(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}var hv=function(e){return tv(e)};function fv(e,t){if((t=new sv(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function pv(e,t){return t.countries.hasOwnProperty(e)}function gv(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===Xg(t,"1.2.0")?this.v2=!0:-1===Xg(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var vv=function(e){return"([".concat(Jg,"]{1,").concat(e,"})")};function mv(e){var t="[  \\t,]*",n="[:\\..]?[  \\t,-]*",i="#?",o="[  \\t]*";return";ext="+vv("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+n+vv("20")+i)+"|"+(t+"(?:[xx##~~]|int|int)"+n+vv("9")+i)+"|"+("[- ]+"+vv("6")+"#")+"|"+(o+"(?:,{2}|;)"+n+vv("15")+i)+"|"+(o+"(?:,)+"+n+vv("9")+i)}var yv="["+Jg+"]{"+Hg+"}",bv="[++]{0,1}(?:["+Zg+"]*["+Jg+"]){3,}["+Zg+Jg+"]*",wv=new RegExp("^[++]{0,1}(?:["+Zg+"]*["+Jg+"]){1,2}$","i"),$v=bv+"(?:"+mv()+")?",kv=new RegExp("^"+yv+"$|^"+$v+"$","i");var Cv=new RegExp("(?:"+mv()+")$","i");function Sv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Iv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Iv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Iv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Rv={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function xv(e){return Rv[e]}function Ov(e){for(var t,n="",i=Sv(e.split(""));!(t=i()).done;){var o=xv(t.value);o&&(n+=o)}return n}function Ev(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Av(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Av(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Av(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Nv(e){for(var t,n="",i=Ev(e.split(""));!(t=i()).done;){n+=Mv(t.value,n)||""}return n}function Mv(e,t,n){if("+"===e){if(t)return;return"+"}return xv(e)}function jv(e,t){return function(e,t,n){var i=n.type(t),o=i&&i.possibleLengths()||n.possibleLengths();if(!o)return"IS_POSSIBLE";var r=e.length,s=o[0];if(s===r)return"IS_POSSIBLE";if(s>r)return"TOO_SHORT";if(o[o.length-1]<r)return"TOO_LONG";return o.indexOf(r,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function Pv(e,t){return"IS_POSSIBLE"===jv(e,t)}function Tv(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Wv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Lv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Lv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Uv=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Dv(e,t,n){if(t=t||{},e.country||e.countryCallingCode){(n=new sv(n)).selectNumberingPlan(e.country,e.countryCallingCode);var i=t.v2?e.nationalNumber:e.phone;if(Tv(i,n.nationalNumberPattern())){if(Fv(i,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?Fv(i,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o,r=Wv(Uv);!(o=r()).done;){var s=o.value;if(Fv(i,s,n))return s}}}}function Fv(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&Tv(e,t.pattern()))}function _v(e,t,n){var i=new sv(n).getCountryCodesForCallingCode(e);return i?i.filter((function(e){return function(e,t,n){var i=new sv(n);if(i.selectNumberingPlan(t),i.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,n)})):[]}function qv(e){return e.replace(new RegExp("[".concat(Zg,"]+"),"g")," ").trim()}var Bv=/(\$\d)/;function Kv(e,t,n){var i=n.useInternationalFormat,o=n.withNationalPrefix;n.carrierCode,n.metadata;var r=e.replace(new RegExp(t.pattern()),i?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(Bv,t.nationalPrefixFormattingRule()):t.format());return i?qv(r):r}var Vv=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Hv(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return zv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zv(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function zv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Gv(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Jv(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Gv(Object(n),!0).forEach((function(t){Zv(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Gv(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Zv(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Yv={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function Xv(e,t,n,i){if(n=n?Jv(Jv({},Yv),n):Yv,i=new sv(i),e.country&&"001"!==e.country){if(!i.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));i.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";i.selectNumberingPlan(e.countryCallingCode)}var o,r=i.countryCallingCode(),s=n.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return s?tm(o=Qv(s,e.carrierCode,"NATIONAL",i,n),e.ext,i,n.formatExtension):"";case"INTERNATIONAL":return s?(o=Qv(s,null,"INTERNATIONAL",i,n),tm(o="+".concat(r," ").concat(o),e.ext,i,n.formatExtension)):"+".concat(r);case"E.164":return"+".concat(r).concat(s);case"RFC3966":return function(e){var t=e.number,n=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}({number:"+".concat(r).concat(s),ext:e.ext});case"IDD":if(!n.fromCountry)return;var a=function(e,t,n,i,o){var r=fv(i,o.metadata);if(r===n){var s=Qv(e,t,"NATIONAL",o);return"1"===n?n+" "+s:s}var a=function(e,t,n){var i=new sv(n);return i.selectNumberingPlan(e,t),i.defaultIDDPrefix()?i.defaultIDDPrefix():Vv.test(i.IDDPrefix())?i.IDDPrefix():void 0}(i,void 0,o.metadata);if(a)return"".concat(a," ").concat(n," ").concat(Qv(e,null,"INTERNATIONAL",o))}(s,e.carrierCode,r,n.fromCountry,i);return tm(a,e.ext,i,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function Qv(e,t,n,i,o){var r=em(i.formats(),e);return r?Kv(e,r,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:i}):e}function em(e,t){for(var n,i=Hv(e);!(n=i()).done;){var o=n.value;if(o.leadingDigitsPatterns().length>0){var r=o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length-1];if(0!==t.search(r))continue}if(Tv(t,o.pattern()))return o}}function tm(e,t,n,i){return t?i(e,t,n):e}function nm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function im(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?nm(Object(n),!0).forEach((function(t){om(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):nm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function om(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rm(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var sm=function(){function e(t,n,i){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!i)throw new TypeError("`metadata` not passed");var o=function(e,t){var n,i,o=new sv(t);am(e)?(n=e,o.selectNumberingPlan(n),i=o.countryCallingCode()):i=e;return{country:n,countryCallingCode:i}}(t,i),r=o.country,s=o.countryCallingCode;this.country=r,this.countryCallingCode=s,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return i}}return rm(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:_v(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new sv(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return Pv(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return function(e,t,n){return t=t||{},(n=new sv(n)).selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes()?void 0!==Dv(e,t,n.metadata):Tv(t.v2?e.nationalNumber:e.phone,n.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new sv(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Dv(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return Xv(this,e,t?im(im({},t),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}]),e}(),am=function(e){return/^[A-Z]{2}$/.test(e)};var dm=new RegExp("(["+Jg+"])");function lm(e,t,n,i){if(t){var o=new sv(i);o.selectNumberingPlan(t,n);var r=new RegExp(o.IDDPrefix());if(0===e.search(r)){var s=(e=e.slice(e.match(r)[0].length)).match(dm);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function cm(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),i=n.exec(e);if(i){var o,r,s,a=i.length-1,d=a>0&&i[a];if(t.nationalPrefixTransformRule()&&d)o=e.replace(n,t.nationalPrefixTransformRule()),a>1&&(r=i[1]);else{var l=i[0];o=e.slice(l.length),d&&(r=i[1])}if(d){var c=e.indexOf(i[1]);e.slice(0,c)===t.numberingPlan.nationalPrefix()&&(s=t.numberingPlan.nationalPrefix())}else s=i[0];return{nationalNumber:o,nationalPrefix:s,carrierCode:r}}}return{nationalNumber:e}}function um(e,t){var n=cm(e,t),i=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!function(e,t,n){if(Tv(e,n.nationalNumberPattern())&&!Tv(t,n.nationalNumberPattern()))return!1;return!0}(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(jv(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:i}}function hm(e,t,n,i){var o=t?fv(t,i):n;if(0===e.indexOf(o)){(i=new sv(i)).selectNumberingPlan(t,n);var r=e.slice(o.length),s=um(r,i).nationalNumber,a=um(e,i).nationalNumber;if(!Tv(a,i.nationalNumberPattern())&&Tv(s,i.nationalNumberPattern())||"TOO_LONG"===jv(a,i))return{countryCallingCode:o,number:r}}return{number:e}}function fm(e,t,n,i){if(!e)return{};var o;if("+"!==e[0]){var r=lm(e,t,n,i);if(!r||r===e){if(t||n){var s=hm(e,t,n,i),a=s.countryCallingCode,d=s.number;if(a)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:a,number:d}}return{number:e}}o=!0,e="+"+r}if("0"===e[1])return{};i=new sv(i);for(var l=2;l-1<=Gg&&l<=e.length;){var c=e.slice(1,l);if(i.hasCallingCode(c))return i.selectNumberingPlan(c),{countryCallingCodeSource:o?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:c,number:e.slice(l)};l++}return{}}function pm(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return gm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gm(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function gm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function vm(e,t){var n=t.countries;t.defaultCountry;var i=t.metadata;i=new sv(i);for(var o,r=pm(n);!(o=r()).done;){var s=o.value;if(i.country(s),i.leadingDigits()){if(e&&0===e.search(i.leadingDigits()))return s}else if(Dv({phone:e,country:s},void 0,i.metadata))return s}}function mm(e,t){var n=t.nationalNumber,i=t.defaultCountry,o=t.metadata,r=o.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:vm(n,{countries:r,defaultCountry:i,metadata:o.metadata})}var ym="+",bm="(["+Jg+"]|[\\-\\.\\(\\)]?)",wm=new RegExp("^\\"+ym+bm+"*["+Jg+"]"+bm+"*$","g"),$m=new RegExp("^("+("["+Jg+"]+((\\-)*["+Jg+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+Jg+"])*")+"\\.?$","g"),km="tel:",Cm=";phone-context=",Sm=";isub=";function Im(e,t){var n,i=t.extractFormattedPhoneNumber,o=function(e){var t=e.indexOf(Cm);if(t<0)return null;var n=t+Cm.length;if(n>=e.length)return"";var i=e.indexOf(";",n);return i>=0?e.substring(n,i):e.substring(n)}(e);if(!function(e){return null===e||0!==e.length&&(wm.test(e)||$m.test(e))}(o))throw new Vg("NOT_A_NUMBER");if(null===o)n=i(e)||"";else{n="",o.charAt(0)===ym&&(n+=o);var r,s=e.indexOf(km);r=s>=0?s+km.length:0;var a=e.indexOf(Cm);n+=e.substring(r,a)}var d=n.indexOf(Sm);if(d>0&&(n=n.substring(0,d)),""!==n)return n}var Rm=250,xm=new RegExp("[++"+Jg+"]"),Om=new RegExp("[^"+Jg+"#]+$");function Em(e,t,n){if(t=t||{},n=new sv(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new Vg("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var i=function(e,t,n){var i=Im(e,{extractFormattedPhoneNumber:function(e){return function(e,t,n){if(!e)return;if(e.length>Rm){if(n)throw new Vg("TOO_LONG");return}if(!1===t)return e;var i=e.search(xm);if(i<0)return;return e.slice(i).replace(Om,"")}(e,n,t)}});if(!i)return{};if(!function(e){return e.length>=Hg&&kv.test(e)}(i))return function(e){return wv.test(e)}(i)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(Cv);if(t<0)return{};for(var n=e.slice(0,t),i=e.match(Cv),o=1;o<i.length;){if(i[o])return{number:n,ext:i[o]};o++}}(i);if(o.ext)return o;return{number:i}}(e,t.v2,t.extract),o=i.number,r=i.ext,s=i.error;if(!o){if(t.v2){if("TOO_SHORT"===s)throw new Vg("TOO_SHORT");throw new Vg("NOT_A_NUMBER")}return{}}var a=function(e,t,n,i){var o,r=fm(Nv(e),t,n,i.metadata),s=r.countryCallingCodeSource,a=r.countryCallingCode,d=r.number;if(a)i.selectNumberingPlan(a);else{if(!d||!t&&!n)return{};i.selectNumberingPlan(t,n),t&&(o=t),a=n||fv(t,i.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=um(Nv(d),i),c=l.nationalNumber,u=l.carrierCode,h=mm(a,{nationalNumber:c,defaultCountry:t,metadata:i});h&&(o=h,"001"===h||i.country(o));return{country:o,countryCallingCode:a,countryCallingCodeSource:s,nationalNumber:c,carrierCode:u}}(o,t.defaultCountry,t.defaultCallingCode,n),d=a.country,l=a.nationalNumber,c=a.countryCallingCode,u=a.countryCallingCodeSource,h=a.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new Vg("INVALID_COUNTRY");return{}}if(!l||l.length<Hg){if(t.v2)throw new Vg("TOO_SHORT");return{}}if(l.length>zg){if(t.v2)throw new Vg("TOO_LONG");return{}}if(t.v2){var f=new sm(c,l,n.metadata);return d&&(f.country=d),h&&(f.carrierCode=h),r&&(f.ext=r),f.__countryCallingCodeSource=u,f}var p=!!(t.extended?n.hasSelectedNumberingPlan():d)&&Tv(l,n.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!n.possibleLengths()||!Pv(l,n)),phone:l,ext:r}:p?function(e,t,n){var i={country:e,phone:t};n&&(i.ext=n);return i}(d,l,r):{}}function Am(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Nm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Am(Object(n),!0).forEach((function(t){Mm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Am(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Mm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Pm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Tm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Wm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Lm(e){var t,n,i,o=Tm(Array.prototype.slice.call(e),4),r=o[0],s=o[1],a=o[2],d=o[3];if("string"!=typeof r)throw new TypeError("A text for parsing must be a string.");if(t=r,s&&"string"!=typeof s){if(!ev(s))throw new Error("Invalid second argument: ".concat(s));a?(n=s,i=a):i=s}else d?(n=a,i=d):(n=void 0,i=a),s&&(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?jm(Object(n),!0).forEach((function(t){Pm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):jm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({defaultCountry:s},n));return{text:t,options:n,metadata:i}}function Um(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Dm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Um(Object(n),!0).forEach((function(t){Fm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Um(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Fm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _m(e,t,n){t&&t.defaultCountry&&!pv(t.defaultCountry,n)&&(t=Dm(Dm({},t),{},{defaultCountry:void 0}));try{return function(e,t,n){return Em(e,Nm(Nm({},t),{},{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof Vg))throw e}}function qm(){var e=Lm(arguments);return _m(e.text,e.options,e.metadata)}function Bm(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Km(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Vm=Bm((function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;Km(this,e),this.key=t,this.value=n,this.next=i,this.prev=o})),Hm=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;Km(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return Bm(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var n=new Vm(e,t,this.head);this.head.prev=n,this.head=n}else this.head=this.tail=new Vm(e,t);this.cache[e]=this.head,this.size++}},{key:"get",value:function(e){if(this.cache[e]){var t=this.cache[e].value;return this.remove(e),this.put(e,t),t}console.log("Item not available in cache for key ".concat(e))}},{key:"ensureLimit",value:function(){this.size===this.limit&&this.remove(this.tail.key)}},{key:"remove",value:function(e){var t=this.cache[e];null!==t.prev?t.prev.next=t.next:this.head=t.next,null!==t.next?t.next.prev=t.prev:this.tail=t.prev,delete this.cache[e],this.size--}},{key:"clear",value:function(){this.head=null,this.tail=null,this.size=0,this.cache={}}}]),e}();function zm(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Gm=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.cache=new Hm(t)}return zm(e,[{key:"getPatternForRegExp",value:function(e){var t=this.cache.get(e);return t||(t=new RegExp("^"+e),this.cache.put(e,t)),t}}]),e}();function Jm(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function Zm(e,t){var n=t.search(e);return n>=0?t.slice(0,n):t}var Ym="   ᠎ - \u2028\u2029   ",Xm="[".concat(Ym,"]"),Qm="[^".concat(Ym,"]"),ey="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),ty="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",ny="[".concat(ty,"]"),iy=new RegExp(ny),oy="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),ry=new RegExp(oy),sy="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),ay=new RegExp(sy),dy=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function ly(e){return!(!iy.test(e)&&!ay.test(e))&&dy.test(e)}function cy(e){return"%"===e||ry.test(e)}function uy(e,t,n){var i=!0,o=qm(e,n);if(o||(i=!1,o=qm(e,{defaultCallingCode:t.countryCallingCode},n)),!o)return"INVALID_NUMBER";if(t.ext){if(o.ext!==t.ext)return"NO_MATCH"}else if(o.ext)return"NO_MATCH";return i&&t.countryCallingCode!==o.countryCallingCode?"NO_MATCH":t.number===o.number?i?"EXACT_MATCH":"NSN_MATCH":0===t.nationalNumber.indexOf(o.nationalNumber)||0===o.nationalNumber.indexOf(t.nationalNumber)?"SHORT_NSN_MATCH":"NO_MATCH"}var hy={POSSIBLE:function(e,t){return t.candidate,t.metadata,!0},VALID:function(e,t){var n=t.candidate;t.defaultCountry;var i=t.metadata;return!(!e.isValid()||!fy(e,n,i))},STRICT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!fy(e,n,o)||gy(e,n)||!py(e,{defaultCountry:i,metadata:o}))&&vy()},EXACT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!fy(e,n,o)||gy(e,n)||!py(e,{defaultCountry:i,metadata:o}))&&vy()}};function fy(e,t,n){for(var i=0;i<t.length-1;i++){var o=t.charAt(i);if("x"===o||"X"===o){var r=t.charAt(i+1);if("x"===r||"X"===r){if(i++,"NSN_MATCH"!==uy(t.substring(i),e,n))return!1}else{var s=Ov(t.substring(i));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function py(e,t){var n=t.defaultCountry,i=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var o=new sv(i);o.selectNumberingPlan(e.countryCallingCode),e.country||mm(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:n,metadata:o});var r=e.nationalNumber,s=em(o.numberingPlan.formats(),r);return!s.nationalPrefixFormattingRule()||(!!o.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function gy(e,t){var n=t.indexOf("/");if(n<0)return!1;var i=t.indexOf("/",n+1);return!(i<0)&&(!("FROM_NUMBER_WITH_PLUS_SIGN"===e.__countryCallingCodeSource||"FROM_NUMBER_WITHOUT_PLUS_SIGN"===e.__countryCallingCodeSource)||Ov(t.substring(0,n))!==e.countryCallingCode||t.slice(i+1).indexOf("/")>=0)}function vy(e,t,n,i,o){throw new Error("This part of code hasn't been ported")}var my=/[\\/] *x/;function yy(e){return Zm(my,e)}var by=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,wy=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,$y=/^:[0-5]\d/;function ky(e,t,n){if(by.test(e))return!1;if(wy.test(e)){var i=n.slice(t+e.length);if($y.test(i))return!1}return!0}var Cy="(\\[([",Sy=")\\])]",Iy="[^".concat(Cy).concat(Sy,"]"),Ry="[".concat(Cy).concat(Yg,"]"),xy=new RegExp("^"+Ry),Oy=Jm(0,3),Ey=new RegExp("^(?:[(\\[([])?(?:"+Iy+"+["+Sy+"])?"+Iy+"+(?:["+Cy+"]"+Iy+"+["+Sy+"])"+Oy+Iy+"*$"),Ay=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function Ny(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return My(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return My(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function My(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function jy(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Py=mv(),Ty=["\\/+(.*)/","(\\([^(]*)","(?:".concat(Xm,"-|-").concat(Xm,")").concat(Xm,"*(.+)"),"[‒-―-]".concat(Xm,"*(.+)"),"\\.+".concat(Xm,"*([^.]+)"),"".concat(Xm,"+(").concat(Qm,"+)")],Wy=Jm(0,2),Ly=Jm(0,4),Uy=zg+Gg,Dy=Jm(0,Uy),Fy="[".concat(Zg,"]")+Ly,_y=ey+Jm(1,Uy),qy="(?:"+Ry+Fy+")"+Wy+_y+"(?:"+Fy+_y+")"+Dy+"(?:"+Py+")?",By=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(ty,"#]+$")),Ky=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,Vy=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!(n={v2:n.v2,defaultCallingCode:n.defaultCallingCode,defaultCountry:n.defaultCountry&&pv(n.defaultCountry,i)?n.defaultCountry:void 0,leniency:n.leniency||(n.extended?"POSSIBLE":"VALID"),maxTries:n.maxTries||Ky}).leniency)throw new TypeError("`leniency` is required");if("POSSIBLE"!==n.leniency&&"VALID"!==n.leniency)throw new TypeError('Invalid `leniency`: "'.concat(n.leniency,'". Supported values: "POSSIBLE", "VALID".'));if(n.maxTries<0)throw new TypeError("`maxTries` must be `>= 0`");if(this.text=t,this.options=n,this.metadata=i,this.leniency=hy[n.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(n.leniency,'"'));this.maxTries=n.maxTries,this.PATTERN=new RegExp(qy,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new Gm(32)}return jy(e,[{key:"find",value:function(){for(var e;this.maxTries>0&&null!==(e=this.PATTERN.exec(this.text));){var t=e[0],n=e.index;if(ky(t=yy(t),n,this.text)){var i=this.parseAndVerify(t,n,this.text)||this.extractInnerMatch(t,n,this.text);if(i){if(this.options.v2)return{startsAt:i.startsAt,endsAt:i.endsAt,number:i.phoneNumber};var o=i.phoneNumber,r={startsAt:i.startsAt,endsAt:i.endsAt,phone:o.nationalNumber};return o.country?r.country=o.country:r.countryCallingCode=o.countryCallingCode,o.ext&&(r.ext=o.ext),r}}this.maxTries--}}},{key:"extractInnerMatch",value:function(e,t,n){for(var i,o=Ny(Ty);!(i=o()).done;)for(var r=i.value,s=!0,a=void 0,d=new RegExp(r,"g");this.maxTries>0&&null!==(a=d.exec(e));){if(s){var l=Zm(By,e.slice(0,a.index)),c=this.parseAndVerify(l,t,n);if(c)return c;this.maxTries--,s=!1}var u=Zm(By,a[1]),h=e.indexOf(u,a.index),f=this.parseAndVerify(u,t+h,n);if(f)return f;this.maxTries--}}},{key:"parseAndVerify",value:function(e,t,n){if(function(e,t,n,i){if(Ey.test(e)&&!Ay.test(e)){if("POSSIBLE"!==i){if(t>0&&!xy.test(e)){var o=n[t-1];if(cy(o)||ly(o))return!1}var r=t+e.length;if(r<n.length){var s=n[r];if(cy(s)||ly(s))return!1}}return!0}}(e,t,n,this.options.leniency)){var i=qm(e,{extended:!0,defaultCountry:this.options.defaultCountry,defaultCallingCode:this.options.defaultCallingCode},this.metadata);if(i&&i.isPossible())return this.leniency(i,{candidate:e,defaultCountry:this.options.defaultCountry,metadata:this.metadata,regExpCache:this.regExpCache})?{startsAt:t,endsAt:t+e.length,phoneNumber:i}:void 0}}},{key:"hasNext",value:function(){return"NOT_READY"===this.state&&(this.lastMatch=this.find(),this.lastMatch?this.state="READY":this.state="DONE"),"READY"===this.state}},{key:"next",value:function(){if(!this.hasNext())throw new Error("No next element");var e=this.lastMatch;return this.lastMatch=null,this.state="NOT_READY",e}}]),e}();function Hy(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var zy=function(){function e(t){var n=t.onCountryChange,i=t.onCallingCodeChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.onCountryChange=n,this.onCallingCodeChange=i}return Hy(e,[{key:"reset",value:function(e){var t=e.country,n=e.callingCode;this.international=!1,this.missingPlus=!1,this.IDDPrefix=void 0,this.callingCode=void 0,this.digits="",this.resetNationalSignificantNumber(),this.initCountryAndCallingCode(t,n)}},{key:"resetNationalSignificantNumber",value:function(){this.nationalSignificantNumber=this.getNationalDigits(),this.nationalSignificantNumberMatchesInput=!0,this.nationalPrefix=void 0,this.carrierCode=void 0,this.complexPrefixBeforeNationalSignificantNumber=void 0}},{key:"update",value:function(e){for(var t=0,n=Object.keys(e);t<n.length;t++){var i=n[t];this[i]=e[i]}}},{key:"initCountryAndCallingCode",value:function(e,t){this.setCountry(e),this.setCallingCode(t)}},{key:"setCountry",value:function(e){this.country=e,this.onCountryChange(e)}},{key:"setCallingCode",value:function(e){this.callingCode=e,this.onCallingCodeChange(e,this.country)}},{key:"startInternationalNumber",value:function(e,t){this.international=!0,this.initCountryAndCallingCode(e,t)}},{key:"appendDigits",value:function(e){this.digits+=e}},{key:"appendNationalSignificantNumberDigits",value:function(e){this.nationalSignificantNumber+=e}},{key:"getNationalDigits",value:function(){return this.international?this.digits.slice((this.IDDPrefix?this.IDDPrefix.length:0)+(this.callingCode?this.callingCode.length:0)):this.digits}},{key:"getDigitsWithoutInternationalPrefix",value:function(){return this.international&&this.IDDPrefix?this.digits.slice(this.IDDPrefix.length):this.digits}}]),e}();function Gy(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Jy(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jy(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Jy(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Zy="x",Yy=new RegExp(Zy);function Xy(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function Qy(e,t){return")"===e[t]&&t++,function(e){var t=[],n=0;for(;n<e.length;)"("===e[n]?t.push(n):")"===e[n]&&t.pop(),n++;var i=0,o="";t.push(e.length);for(var r=0,s=t;r<s.length;r++){var a=s[r];o+=e.slice(i,a),i=a+1}return o}(e.slice(0,t))}function eb(e,t,n){var i=n.metadata,o=n.shouldTryNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(t.pattern(),")$")).test(e.nationalSignificantNumber))return function(e,t,n){var i=n.metadata,o=n.shouldTryNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix;if(e.nationalSignificantNumber,e.international,e.nationalPrefix,e.carrierCode,o(t)){var s=tb(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:r,metadata:i});if(s)return s}return tb(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:r,metadata:i})}(e,t,{metadata:i,shouldTryNationalPrefixFormattingRule:o,getSeparatorAfterNationalPrefix:r})}function tb(e,t,n){var i=n.metadata,o=n.useNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix,s=Kv(e.nationalSignificantNumber,t,{carrierCode:e.carrierCode,useInternationalFormat:e.international,withNationalPrefix:o,metadata:i});if(o||(e.nationalPrefix?s=e.nationalPrefix+r(t)+s:e.complexPrefixBeforeNationalSignificantNumber&&(s=e.complexPrefixBeforeNationalSignificantNumber+" "+s)),function(e,t){return Ov(e)===t.getNationalDigits()}(s,e))return s}function nb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ib=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return nb(e,[{key:"parse",value:function(e){if(this.context=[{or:!0,instructions:[]}],this.parsePattern(e),1!==this.context.length)throw new Error("Non-finalized contexts left when pattern parse ended");var t=this.context[0],n=t.branches,i=t.instructions;if(n)return{op:"|",args:n.concat([ab(i)])};if(0===i.length)throw new Error("Pattern is required");return 1===i.length?i[0]:i}},{key:"startContext",value:function(e){this.context.push(e)}},{key:"endContext",value:function(){this.context.pop()}},{key:"getContext",value:function(){return this.context[this.context.length-1]}},{key:"parsePattern",value:function(e){if(!e)throw new Error("Pattern is required");var t=e.match(sb);if(t){var n=t[1],i=e.slice(0,t.index),o=e.slice(t.index+n.length);switch(n){case"(?:":i&&this.parsePattern(i),this.startContext({or:!0,instructions:[],branches:[]});break;case")":if(!this.getContext().or)throw new Error('")" operator must be preceded by "(?:" operator');if(i&&this.parsePattern(i),0===this.getContext().instructions.length)throw new Error('No instructions found after "|" operator in an "or" group');var r=this.getContext().branches;r.push(ab(this.getContext().instructions)),this.endContext(),this.getContext().instructions.push({op:"|",args:r});break;case"|":if(!this.getContext().or)throw new Error('"|" operator can only be used inside "or" groups');if(i&&this.parsePattern(i),!this.getContext().branches){if(1!==this.context.length)throw new Error('"branches" not found in an "or" group context');this.getContext().branches=[]}this.getContext().branches.push(ab(this.getContext().instructions)),this.getContext().instructions=[];break;case"[":i&&this.parsePattern(i),this.startContext({oneOfSet:!0});break;case"]":if(!this.getContext().oneOfSet)throw new Error('"]" operator must be preceded by "[" operator');this.endContext(),this.getContext().instructions.push({op:"[]",args:ob(i)});break;default:throw new Error("Unknown operator: ".concat(n))}o&&this.parsePattern(o)}else{if(rb.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function ob(e){for(var t=[],n=0;n<e.length;){if("-"===e[n]){if(0===n||n===e.length-1)throw new Error("Couldn't parse a one-of set pattern: ".concat(e));for(var i=e[n-1].charCodeAt(0)+1,o=e[n+1].charCodeAt(0)-1,r=i;r<=o;)t.push(String.fromCharCode(r)),r++}else t.push(e[n]);n++}return t}var rb=/[\(\)\[\]\?\:\|]/,sb=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function ab(e){return 1===e.length?e[0]:e}function db(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return lb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lb(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function lb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function cb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ub=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.matchTree=(new ib).parse(t)}return cb(e,[{key:"match",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).allowOverflow;if(!e)throw new Error("String is required");var n=hb(e.split(""),this.matchTree,!0);if(n&&n.match&&delete n.matchedChars,!n||!n.overflow||t)return n}}]),e}();function hb(e,t,n){if("string"==typeof t){var i=e.join("");return 0===t.indexOf(i)?e.length===t.length?{match:!0,matchedChars:e}:{partialMatch:!0}:0===i.indexOf(t)?n&&e.length>t.length?{overflow:!0}:{match:!0,matchedChars:e.slice(0,t.length)}:void 0}if(Array.isArray(t)){for(var o=e.slice(),r=0;r<t.length;){var s=hb(o,t[r],n&&r===t.length-1);if(!s)return;if(s.overflow)return s;if(!s.match){if(s.partialMatch)return{partialMatch:!0};throw new Error("Unsupported match result:\n".concat(JSON.stringify(s,null,2)))}if(0===(o=o.slice(s.matchedChars.length)).length)return r===t.length-1?{match:!0,matchedChars:e}:{partialMatch:!0};r++}return n?{overflow:!0}:{match:!0,matchedChars:e.slice(0,e.length-o.length)}}switch(t.op){case"|":for(var a,d,l=db(t.args);!(d=l()).done;){var c=hb(e,d.value,n);if(c){if(c.overflow)return c;if(c.match)return{match:!0,matchedChars:c.matchedChars};if(!c.partialMatch)throw new Error("Unsupported match result:\n".concat(JSON.stringify(c,null,2)));a=!0}}return a?{partialMatch:!0}:void 0;case"[]":for(var u,h=db(t.args);!(u=h()).done;){var f=u.value;if(e[0]===f)return 1===e.length?{match:!0,matchedChars:e}:n?{overflow:!0}:{match:!0,matchedChars:[f]}}return;default:throw new Error("Unsupported instruction tree: ".concat(t))}}function fb(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return pb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pb(e,t)}(e))||t){n&&(e=n);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function pb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function gb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var vb=Xy("9",15),mb=/[- ]/,yb=new RegExp("["+Zg+"]*\\$1["+Zg+"]*(\\$\\d["+Zg+"]*)*$"),bb=function(){function e(t){t.state;var n=t.metadata;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=n,this.resetFormat()}return gb(e,[{key:"resetFormat",value:function(){this.chosenFormat=void 0,this.template=void 0,this.nationalNumberTemplate=void 0,this.populatedNationalNumberTemplate=void 0,this.populatedNationalNumberTemplatePosition=-1}},{key:"reset",value:function(e,t){this.resetFormat(),e?(this.isNANP="1"===e.callingCode(),this.matchingFormats=e.formats(),t.nationalSignificantNumber&&this.narrowDownMatchingFormats(t)):(this.isNANP=void 0,this.matchingFormats=[])}},{key:"format",value:function(e,t){var n=this;if(function(e,t){return"IS_POSSIBLE"===jv(e,t)}(t.nationalSignificantNumber,this.metadata))for(var i,o=fb(this.matchingFormats);!(i=o()).done;){var r=i.value,s=eb(t,r,{metadata:this.metadata,shouldTryNationalPrefixFormattingRule:function(e){return n.shouldTryNationalPrefixFormattingRule(e,{international:t.international,nationalPrefix:t.nationalPrefix})},getSeparatorAfterNationalPrefix:function(e){return n.getSeparatorAfterNationalPrefix(e)}});if(s)return this.resetFormat(),this.chosenFormat=r,this.setNationalNumberTemplate(s.replace(/\d/g,Zy),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(Zy),s}return this.formatNationalNumberWithNextDigits(e,t)}},{key:"formatNationalNumberWithNextDigits",value:function(e,t){var n=this.chosenFormat,i=this.chooseFormat(t);if(i)return i===n?this.formatNextNationalNumberDigits(e):this.formatNextNationalNumberDigits(t.getNationalDigits())}},{key:"narrowDownMatchingFormats",value:function(e){var t=this,n=e.nationalSignificantNumber,i=e.nationalPrefix,o=e.international,r=n,s=r.length-3;s<0&&(s=0),this.matchingFormats=this.matchingFormats.filter((function(e){return t.formatSuits(e,o,i)&&t.formatMatches(e,r,s)})),this.chosenFormat&&-1===this.matchingFormats.indexOf(this.chosenFormat)&&this.resetFormat()}},{key:"formatSuits",value:function(e,t,n){return!(n&&!e.usesNationalPrefix()&&!e.nationalPrefixIsOptionalWhenFormattingInNationalFormat())&&!(!t&&!n&&e.nationalPrefixIsMandatoryWhenFormattingInNationalFormat())}},{key:"formatMatches",value:function(e,t,n){var i=e.leadingDigitsPatterns().length;if(0===i)return!0;n=Math.min(n,i-1);var o=e.leadingDigitsPatterns()[n];if(t.length<3)try{return void 0!==new ub(o).match(t,{allowOverflow:!0})}catch(e){return console.error(e),!0}return new RegExp("^(".concat(o,")")).test(t)}},{key:"getFormatFormat",value:function(e,t){return t?e.internationalFormat():e.format()}},{key:"chooseFormat",value:function(e){for(var t,n=this,i=function(){var i=t.value;return n.chosenFormat===i?"break":yb.test(n.getFormatFormat(i,e.international))?n.createTemplateForFormat(i,e)?(n.chosenFormat=i,"break"):(n.matchingFormats=n.matchingFormats.filter((function(e){return e!==i})),"continue"):"continue"},o=fb(this.matchingFormats.slice());!(t=o()).done;){var r=i();if("break"===r)break}return this.chosenFormat||this.resetFormat(),this.chosenFormat}},{key:"createTemplateForFormat",value:function(e,t){if(!(e.pattern().indexOf("|")>=0)){var n=this.getTemplateForFormat(e,t);return n?(this.setNationalNumberTemplate(n,t),!0):void 0}}},{key:"getSeparatorAfterNationalPrefix",value:function(e){return this.isNANP||e&&e.nationalPrefixFormattingRule()&&mb.test(e.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(e,t){var n=e.IDDPrefix,i=e.missingPlus;return n?t&&!1===t.spacing?n:n+" ":i?"":"+"}},{key:"getTemplate",value:function(e){if(this.template){for(var t=-1,n=0,i=e.international?this.getInternationalPrefixBeforeCountryCallingCode(e,{spacing:!1}):"";n<i.length+e.getDigitsWithoutInternationalPrefix().length;)t=this.template.indexOf(Zy,t+1),n++;return Qy(this.template,t+1)}}},{key:"setNationalNumberTemplate",value:function(e,t){this.nationalNumberTemplate=e,this.populatedNationalNumberTemplate=e,this.populatedNationalNumberTemplatePosition=-1,t.international?this.template=this.getInternationalPrefixBeforeCountryCallingCode(t).replace(/[\d\+]/g,Zy)+Xy(Zy,t.callingCode.length)+" "+e:this.template=e}},{key:"getTemplateForFormat",value:function(e,t){var n=t.nationalSignificantNumber,i=t.international,o=t.nationalPrefix,r=t.complexPrefixBeforeNationalSignificantNumber,s=e.pattern();s=s.replace(/\[([^\[\]])*\]/g,"\\d").replace(/\d(?=[^,}][^,}])/g,"\\d");var a=vb.match(s)[0];if(!(n.length>a.length)){var d=new RegExp("^"+s+"$"),l=n.replace(/\d/g,"9");d.test(l)&&(a=l);var c,u=this.getFormatFormat(e,i);if(this.shouldTryNationalPrefixFormattingRule(e,{international:i,nationalPrefix:o})){var h=u.replace(Bv,e.nationalPrefixFormattingRule());if(Ov(e.nationalPrefixFormattingRule())===(o||"")+Ov("$1")&&(u=h,c=!0,o))for(var f=o.length;f>0;)u=u.replace(/\d/,Zy),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),Zy);return c||(r?p=Xy(Zy,r.length)+" "+p:o&&(p=Xy(Zy,o.length)+this.getSeparatorAfterNationalPrefix(e)+p)),i&&(p=qv(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,n){for(var i,o=Gy(n.split(""));!(i=o()).done;){var r=i.value;if(e.slice(t+1).search(Yy)<0)return;t=e.search(Yy),e=e.replace(Yy,r)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],Qy(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1);this.resetFormat()}},{key:"shouldTryNationalPrefixFormattingRule",value:function(e,t){var n=t.international,i=t.nationalPrefix;if(e.nationalPrefixFormattingRule()){var o=e.usesNationalPrefix();if(o&&i||!o&&!n)return!0}}}]),e}();function wb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $b(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $b(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $b(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function kb(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Cb=new RegExp("^"+("["+Zg+Jg+"]+")+"$","i"),Sb="(?:[++]["+Zg+Jg+"]*|["+Zg+Jg+"]+)",Ib=new RegExp("[^"+Zg+Jg+"]+.*$"),Rb=/[^\d\[\]]/,xb=function(){function e(t){var n=t.defaultCountry,i=t.defaultCallingCode,o=t.metadata,r=t.onNationalSignificantNumberChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.defaultCountry=n,this.defaultCallingCode=i,this.metadata=o,this.onNationalSignificantNumberChange=r}return kb(e,[{key:"input",value:function(e,t){var n,i=function(e){var t=function(e){var t=function(e){var t,n=e.search(Sb);if(n<0)return;e=e.slice(n),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(Ib,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),n=wb(t,2),i=n[0],o=n[1];Cb.test(i)||(i="");return[i,o]}(e),o=wb(i,2),r=o[0],s=o[1],a=Ov(r);return s&&(t.digits||(t.startInternationalNumber(),a||(n=!0))),a&&this.inputDigits(a,t),{digits:a,justLeadingPlus:n}}},{key:"inputDigits",value:function(e,t){var n=t.digits,i=n.length<3&&n.length+e.length>=3;if(t.appendDigits(e),i&&this.extractIddPrefix(t),this.isWaitingForCountryCallingCode(t)){if(!this.extractCountryCallingCode(t))return}else t.appendNationalSignificantNumberDigits(e);t.international||this.hasExtractedNationalSignificantNumber||this.extractNationalSignificantNumber(t.getNationalDigits(),(function(e){return t.update(e)}))}},{key:"isWaitingForCountryCallingCode",value:function(e){var t=e.international,n=e.callingCode;return t&&!n}},{key:"extractCountryCallingCode",value:function(e){var t=fm("+"+e.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),n=t.countryCallingCode,i=t.number;if(n)return e.setCallingCode(n),e.update({nationalSignificantNumber:i}),!0}},{key:"reset",value:function(e){if(e){this.hasSelectedNumberingPlan=!0;var t=e._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=t&&Rb.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var n=cm(e,this.metadata),i=n.nationalPrefix,o=n.nationalNumber,r=n.carrierCode;if(o!==e)return this.onExtractedNationalNumber(i,r,o,e,t),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(e,t,n){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(e,n);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var i=cm(e,this.metadata),o=i.nationalPrefix,r=i.nationalNumber,s=i.carrierCode;if(r!==t)return this.onExtractedNationalNumber(o,s,r,e,n),!0}}},{key:"onExtractedNationalNumber",value:function(e,t,n,i,o){var r,s,a=i.lastIndexOf(n);if(a>=0&&a===i.length-n.length){s=!0;var d=i.slice(0,a);d!==e&&(r=d)}o({nationalPrefix:e,carrierCode:t,nationalSignificantNumber:n,nationalSignificantNumberMatchesInput:s,complexPrefixBeforeNationalSignificantNumber:r}),this.hasExtractedNationalSignificantNumber=!0,this.onNationalSignificantNumberChange()}},{key:"reExtractNationalSignificantNumber",value:function(e){return!!this.extractAnotherNationalSignificantNumber(e.getNationalDigits(),e.nationalSignificantNumber,(function(t){return e.update(t)}))||(this.extractIddPrefix(e)||this.fixMissingPlus(e)?(this.extractCallingCodeAndNationalSignificantNumber(e),!0):void 0)}},{key:"extractIddPrefix",value:function(e){var t=e.international,n=e.IDDPrefix,i=e.digits;if(e.nationalSignificantNumber,!t&&!n){var o=lm(i,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);return void 0!==o&&o!==i?(e.update({IDDPrefix:i.slice(0,i.length-o.length)}),this.startInternationalNumber(e,{country:void 0,callingCode:void 0}),!0):void 0}}},{key:"fixMissingPlus",value:function(e){if(!e.international){var t=hm(e.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),n=t.countryCallingCode;if(t.number,n)return e.update({missingPlus:!0}),this.startInternationalNumber(e,{country:e.country,callingCode:n}),!0}}},{key:"startInternationalNumber",value:function(e,t){var n=t.country,i=t.callingCode;e.startInternationalNumber(n,i),e.nationalSignificantNumber&&(e.resetNationalSignificantNumber(),this.onNationalSignificantNumberChange(),this.hasExtractedNationalSignificantNumber=void 0)}},{key:"extractCallingCodeAndNationalSignificantNumber",value:function(e){this.extractCountryCallingCode(e)&&this.extractNationalSignificantNumber(e.getNationalDigits(),(function(t){return e.update(t)}))}}]),e}();function Ob(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,o,r=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(i=n.next()).done)&&(r.push(i.value),!t||r.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Eb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Eb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Eb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Ab(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Nb,Mb=function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=new sv(n);var i=Ob(this.getCountryAndCallingCode(t),2),o=i[0],r=i[1];this.defaultCountry=o,this.defaultCallingCode=r,this.reset()}return Ab(e,[{key:"getCountryAndCallingCode",value:function(e){var t,n;return e&&(ev(e)?(t=e.defaultCountry,n=e.defaultCallingCode):t=e),t&&!this.metadata.hasCountry(t)&&(t=void 0),[t,n]}},{key:"input",value:function(e){var t=this.parser.input(e,this.state),n=t.digits;if(t.justLeadingPlus)this.formattedOutput="+";else if(n){var i;if(this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state),this.metadata.hasSelectedNumberingPlan()&&(i=this.formatter.format(n,this.state)),void 0===i&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var o=this.state.getNationalDigits();o&&(i=this.formatter.format(o,this.state))}this.formattedOutput=i?this.getFullNumber(i):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var e=this;return this.state=new zy({onCountryChange:function(t){e.country=t},onCallingCodeChange:function(t,n){e.metadata.selectNumberingPlan(n,t),e.formatter.reset(e.metadata.numberingPlan,e.state),e.parser.reset(e.metadata.numberingPlan)}}),this.formatter=new bb({state:this.state,metadata:this.metadata}),this.parser=new xb({defaultCountry:this.defaultCountry,defaultCallingCode:this.defaultCallingCode,metadata:this.metadata,state:this.state,onNationalSignificantNumberChange:function(){e.determineTheCountryIfNeeded(),e.formatter.reset(e.metadata.numberingPlan,e.state)}}),this.state.reset({country:this.defaultCountry,callingCode:this.defaultCallingCode}),this.formattedOutput="",this}},{key:"isInternational",value:function(){return this.state.international}},{key:"getCallingCode",value:function(){if(this.isInternational())return this.state.callingCode}},{key:"getCountryCallingCode",value:function(){return this.getCallingCode()}},{key:"getCountry",value:function(){if(this.state.digits)return this._getCountry()}},{key:"_getCountry",value:function(){return this.state.country}},{key:"determineTheCountryIfNeeded",value:function(){this.state.country&&!this.isCountryCallingCodeAmbiguous()||this.determineTheCountry()}},{key:"getFullNumber",value:function(e){var t=this;if(this.isInternational()){var n=function(e){return t.formatter.getInternationalPrefixBeforeCountryCallingCode(t.state,{spacing:!!e})+e},i=this.state.callingCode;return n(i?e?"".concat(i," ").concat(e):i:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return e}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var e=this.state,t=e.nationalSignificantNumber,n=e.complexPrefixBeforeNationalSignificantNumber,i=e.nationalPrefix,o=t,r=n||i;return r&&(o=r+o),o}},{key:"getNonFormattedNumber",value:function(){var e=this.state.nationalSignificantNumberMatchesInput;return this.getFullNumber(e?this.getNonFormattedNationalNumberWithPrefix():this.state.getNationalDigits())}},{key:"getNonFormattedTemplate",value:function(){var e=this.getNonFormattedNumber();if(e)return e.replace(/[\+\d]/g,Zy)}},{key:"isCountryCallingCodeAmbiguous",value:function(){var e=this.state.callingCode,t=this.metadata.getCountryCodesForCallingCode(e);return t&&t.length>1}},{key:"determineTheCountry",value:function(){this.state.setCountry(mm(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,defaultCountry:this.defaultCountry,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var e=this.state,t=e.digits,n=e.callingCode,i=e.country,o=e.nationalSignificantNumber;if(t)return this.isInternational()?n?"+"+n+o:"+"+t:i||n?"+"+(i?this.metadata.countryCallingCode():n)+o:void 0}},{key:"getNumber",value:function(){var e=this.state,t=e.nationalSignificantNumber,n=e.carrierCode,i=e.callingCode,o=this._getCountry();if(t&&(o||i)){if(o&&o===this.defaultCountry){var r=new sv(this.metadata.metadata);r.selectNumberingPlan(o);var s=r.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=vm(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(o=d)}}var l=new sm(o||i,t,this.metadata.metadata);return n&&(l.carrierCode=n),l}}},{key:"isPossible",value:function(){var e=this.getNumber();return!!e&&e.isPossible()}},{key:"isValid",value:function(){var e=this.getNumber();return!!e&&e.isValid()}},{key:"getNationalNumber",value:function(){return this.state.nationalSignificantNumber}},{key:"getChars",value:function(){return(this.state.international?"+":"")+this.state.digits}},{key:"getTemplate",value:function(){return this.formatter.getTemplate(this.state)||this.getNonFormattedTemplate()||""}}]),e}();function jb(){return function(e,t){var n=Array.prototype.slice.call(t);return n.push(Wg),e.apply(this,n)}(qm,arguments)}function Pb(e,t){return Vy.call(this,e,t,Wg)}function Tb(e){return Mb.call(this,e,Wg)}function Wb(){return sv.call(this,Wg)}Pb.prototype=Object.create(Vy.prototype,{}),Pb.prototype.constructor=Pb,Tb.prototype=Object.create(Mb.prototype,{}),Tb.prototype.constructor=Tb,Wb.prototype=Object.create(sv.prototype,{}),Wb.prototype.constructor=Wb,function(e){e[e.text=1]="text",e[e.numeric=2]="numeric",e[e.bool=3]="bool",e[e.singleSelect=4]="singleSelect",e[e.array=5]="array",e[e.date=6]="date"}(Nb||(Nb={}));const Lb=(e,t)=>Object.entries(e).reduce(((e,[n,i])=>{const[o,...r]=n.split(".");return t!==o?Object.assign(e,{[n]:i}):(e[o]||(e[o]={}),e[o][r.join(".")]=i,e)}),{}),Ub=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,n])=>[`${t}.${e}`,n]))),Db=(e,t)=>e===Nb.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t;function Fb(e){return new URLSearchParams(window.location.search).get(e)}const _b={enabled:"active",disabled:"disabled",invited:"invited"},qb=e=>e.tenantRoles.data,Bb=e=>e.selectedUsersLoginIds,Kb=e=>e.notifications,Vb=e=>e.customAttributes.data,Hb=Id((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:n})=>[e,t?{label:t,options:n}:n]))))),zb=Id(Hb,(e=>Object.keys(e).length>0)),Gb=Id(Vb,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),Jb=Id((e=>e.usersList.data),Gb,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,n])=>[e,Db(t[e],n)])))}))))),Zb=e=>{const t=[e.roleNames||[],...(e.userTenants||[]).map((e=>e.roleNames||[]))].filter((e=>e.length>0));if(0===t.length)return e.roleNames||[];const n=t.map((e=>[...e].sort().join("\0")));return n.every((e=>e===n[0]))?t[0]:"Multiple roles"},Yb=Id(Jb,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Ub(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:_b[e.status]||e.status,roles:Zb(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),Xb=Id(Bb,Yb,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),Qb=Id(Xb,(e=>e.map((e=>e.userId)))),ew=Id(Xb,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),tw=Id(Xb,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),nw=Id(Xb,(e=>e.map((e=>e.status)))),iw=Id(Xb,(e=>e.every((e=>e.editable)))),ow=Id(Bb,(e=>!!e.length)),rw=Id(Bb,(e=>1===e.length)),sw=Id(Bb,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),aw=Id(rw,nw,((e,t)=>e&&t.every((e=>e===_b.enabled)))),dw=Id(nw,(e=>e.every((e=>e===_b.disabled)))),lw=Id(Xb,(e=>{var t;return 1===e.length?e[0].name||e[0].email||(null===(t=e[0].loginIds)||void 0===t?void 0:t[0]):`${e.length} users`})),cw=Id(rw,dw,iw,((e,t,n)=>e&&t&&n)),uw=Id(rw,aw,iw,((e,t,n)=>e&&t&&n)),hw=Id(rw,iw,((e,t)=>e&&t)),fw=Id(rw,iw,((e,t)=>e&&t)),pw=Id(rw,iw,((e,t)=>e&&t)),gw=ow,vw=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},mw=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),yw=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{t&&e.notifications.push({type:"success",msg:t(n)})},onRejected:(t,n)=>{e&&t.notifications.push({type:"error",msg:e(n)})}}),bw=ol("users/create",((e,{extra:{api:t}})=>t.user.create(e))),ww=vw(bw)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},mw((e=>e.createUser)),yw({getSuccessMsg:()=>"User created successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to create user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),$w={action:bw,reducer:ww},kw=ol("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),Cw=vw(kw)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},mw((e=>e.deleteUser)),yw({getSuccessMsg:e=>xi(e.meta.arg.length)`${["",e.meta.arg.length]} ${["U","u"]}ser${["","s"]} deleted successfully`,getErrorMsg:e=>xi(e.meta.arg.length)`Failed to delete user${["","s"]}`})),Sw={action:kw,reducer:Cw},Iw=ol("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),Rw=vw(Iw)(mw((e=>e.setTempUserPassword)),yw({getSuccessMsg:()=>"Successfully reset user password",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to reset user's password</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),xw={action:Iw,reducer:Rw},Ow=ol("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),Ew=vw(Ow)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},mw((e=>e.customAttributes))),Aw={action:Ow,reducer:Ew},Nw=ol("users/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.user.search(Object.assign(Object.assign({},i),e))})),Mw=vw(Nw)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},mw((e=>e.usersList))),jw={action:Nw,reducer:Mw},Pw=ol("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Tw=vw(Pw)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},mw((e=>e.tenantRoles))),Ww={action:Pw,reducer:Tw},Lw=ol("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Uw=vw(Lw)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},mw((e=>e.subTenantRoles))),Dw={action:Lw,reducer:Uw},Fw=ol("users/update",((e,{extra:{api:t}})=>t.user.update(e))),_w=vw(Fw)({onFulfilled:(e,t)=>{const n=e.usersList.data.findIndex((e=>Si(e.loginIds,t.payload.loginIds)));-1!==n&&(e.usersList.data[n]=t.payload)}},mw((e=>e.updateUser)),yw({getSuccessMsg:()=>"User updated successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to update user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),qw={action:Fw,reducer:_w},Bw=ol("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),Kw=vw(Bw)({onFulfilled:(e,t)=>{var n;const i=e.usersList.data.findIndex((e=>{var n;return Si(e.loginIds,null===(n=t.payload.user)||void 0===n?void 0:n.loginIds)}));-1!==i&&(e.usersList.data[i].status=null===(n=t.payload.user)||void 0===n?void 0:n.status)}},mw((e=>e.enableUser)),yw({getSuccessMsg:()=>"User enabled successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to enable user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Vw={action:Bw,reducer:Kw},Hw=ol("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),zw=vw(Hw)({onFulfilled:(e,t)=>{var n;const i=e.usersList.data.findIndex((e=>{var n;return Si(e.loginIds,null===(n=t.payload.user)||void 0===n?void 0:n.loginIds)}));-1!==i&&(e.usersList.data[i].status=null===(n=t.payload.user)||void 0===n?void 0:n.status)}},mw((e=>e.disableUser)),yw({getSuccessMsg:()=>"User disabled successfully",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to disable user</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}})),Gw={action:Hw,reducer:zw},Jw=ol("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),Zw={action:Jw,reducer:vw(Jw)(mw((e=>e.removePasskey)),yw({getSuccessMsg:()=>"Successfully removed user's passkey",getErrorMsg:e=>{var t;return`\n <div>\n <div>Failed to remove user's passkey</div>\n ${null===(t=e.error)||void 0===t?void 0:t.message}\n </div>`}}))},Yw={usersList:{data:[],loading:!1,error:null},createUser:{loading:!1,error:null},updateUser:{loading:!1,error:null},deleteUser:{loading:!1,error:null},enableUser:{loading:!1,error:null},disableUser:{loading:!1,error:null},removePasskey:{loading:!1,error:null},setTempUserPassword:{loading:!1,error:null},customAttributes:{loading:!1,error:null,data:[]},tenantRoles:{loading:!1,error:null,data:[]},subTenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedUsersLoginIds:[],notifications:[]},Xw="/v1/mgmt/user/search",Qw="/v1/mgmt/user/delete/batch",e$="/v1/mgmt/user/create",t$="/v1/mgmt/user/patch",n$="/v1/mgmt/user/update/status",i$="/v1/mgmt/user/password/set/temporary",o$="/v1/mgmt/user/passkeys/delete",r$="/v1/mgmt/user/customattributes",s$="/v1/mgmt/role/all",a$="/v1/mgmt/role/subtenant/all",d$=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),l$=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*({page:i,limit:o=1e4,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u}={}){if(n)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((n=>{const i=[],o=(new Date).getTime();for(let e=1;e<10;e+=1)i.push({loginIds:[`user${e}@company.com`],externalIds:[`user${e}@company.com`],userId:`user-${e}`,name:`User ${e}`,email:`user${e}@company.com`,roleNames:[`Role ${e}`],phone:`+1-202-555-010${e}`,recoveryEmail:`recovery${e}@company.com`,recoveryPhone:`+1-202-555-020${e}`,verifiedEmail:!0,verifiedPhone:!0,verifiedRecoveryEmail:!0,verifiedRecoveryPhone:!0,userTenants:[{tenantId:"sub-tenant-1",tenantName:"Hurray",roleNames:["Role 1","Role 2"]}],status:"enabled",editable:!0,createdTime:o,createdTimeFormatted:new Date(1e3*(o||0)).toLocaleString(),customAttributes:{},familyName:"",givenName:"",middleName:"",picture:"",password:!0,SAML:e%3==0,OIDC:e%3==1,SCIM:e%3==2,test:!1,TOTP:!1,webauthn:!1});t.forEach((e=>{i.sort(((t,n)=>((e,t,n)=>{if("boolean"==typeof e&&"boolean"==typeof t){const i=e?1:0,o=t?1:0;return n?i-o:o-i}const i=(null==e?void 0:e.toString())||"",o=(null==t?void 0:t.toString())||"";return n?o.localeCompare(i):i.localeCompare(o)})(t[e.field],n[e.field],e.desc)))})),n(i.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.phone.toLowerCase().includes(e.toLowerCase())||t.status.toLowerCase().includes(e.toLowerCase())||"active"===e.toLowerCase()||t.familyName.toLowerCase().includes(e.toLowerCase())||t.givenName.toLowerCase().includes(e.toLowerCase())||t.middleName.toLowerCase().includes(e.toLowerCase())||t.email.toLowerCase().includes(e.toLowerCase()))))}))})))({page:i,limit:o,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u});const h=yield e.post(Xw,{limit:o,page:i,withTestUser:!1,customAttributes:r,statuses:s,emails:a,phones:d,text:l,sort:u},{queryParams:{tenant:t}});return yield d$(h),(yield h.json()).users})),deleteBatch:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(Qw,{userIds:i},{queryParams:{tenant:t}});return yield d$(o),o.json()})),create:i=>c(void 0,[i],void 0,(function*({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k,userTenants:C}){if(n)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:n,displayName:i,roles:o,customAttributes:r,picture:s,verifiedEmail:a,verifiedPhone:d,givenName:l,middleName:c,familyName:u,userTenants:h}){return new Promise((f=>{const p=Math.random().toString(10).substring(15);f({loginIds:[e],externalIds:[e],userId:`user-${p}`,email:t,phone:n,name:i,roleNames:o,customAttributes:r,picture:s,recoveryEmail:"",recoveryPhone:"",verifiedEmail:a,verifiedPhone:d,verifiedRecoveryEmail:!1,verifiedRecoveryPhone:!1,givenName:l,middleName:c,familyName:u,createdTime:(new Date).getTime(),editable:!0,password:!0,SAML:!1,SCIM:!1,OIDC:!1,status:"enabled",test:!1,TOTP:!1,userTenants:h||[],webauthn:!1})}))})))({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k,userTenants:C});const S=yield e.post(e$,{loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,givenName:g,middleName:v,familyName:m,roleNames:l,userTenants:C,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,verifiedRecoveryEmail:!!s||void 0,verifiedRecoveryPhone:!!a||void 0,additionalLoginIds:y,sendSMS:b,sendMail:w,inviteUrl:$,invite:k},{queryParams:{tenant:t}});return yield d$(S),(yield S.json()).user})),update:i=>c(void 0,[i],void 0,(function*({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,userTenants:b}){if(n)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:n,displayName:i,roles:o,customAttributes:r,picture:s,verifiedEmail:a,verifiedPhone:d,givenName:l,middleName:c,familyName:u,userTenants:h}){return new Promise((f=>{f({loginIds:[e],externalIds:[e],userId:e,email:t,phone:n,name:i,roleNames:o,customAttributes:r||{},picture:s,recoveryEmail:"",recoveryPhone:"",verifiedEmail:a,verifiedPhone:d,verifiedRecoveryEmail:!1,verifiedRecoveryPhone:!1,givenName:l,middleName:c,familyName:u,createdTime:(new Date).getTime(),editable:!0,password:!0,SAML:!1,SCIM:!1,OIDC:!1,status:"enabled",test:!1,TOTP:!1,userTenants:h||[],webauthn:!1})}))})))({loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,roles:l,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,givenName:g,middleName:v,familyName:m,additionalLoginIds:y,userTenants:b});const w=yield e.patch(t$,{loginId:i,email:o,phone:r,recoveryEmail:s,recoveryPhone:a,displayName:d,givenName:g,middleName:v,familyName:m,roleNames:l,userTenants:b,customAttributes:u,picture:h,verifiedEmail:f,verifiedPhone:p,verifiedRecoveryEmail:!!s||void 0,verifiedRecoveryPhone:!!a||void 0,additionalLoginIds:y},{queryParams:{tenant:t}});return yield d$(w),(yield w.json()).user})),enable:i=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"enabled"}})}))})))(i);const o=yield e.post(n$,{loginId:i,status:"enabled"},{queryParams:{tenant:t}});return yield d$(o),o.json()})),disable:i=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"disabled"}})}))})))(i);const o=yield e.post(n$,{loginId:i,status:"disabled"},{queryParams:{tenant:t}});return yield d$(o),o.json()})),removePasskey:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){}));const o=yield e.post(o$,{loginId:i},{queryParams:{tenant:t}});return yield d$(o),o.json()})),setTempPassword:i=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({cleartext:Math.random().toString(20).substring(2)})}))}));const o=yield e.post(i$,{loginId:i},{queryParams:{tenant:t}});return yield d$(o),o.json()})),getCustomAttributes:()=>c(void 0,void 0,void 0,(function*(){if(n)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e([])}))}));const i=yield e.get(r$,{queryParams:{tenant:t}});return yield d$(i),(yield i.json()).data}))}),c$=({httpClient:e,tenant:t,mock:n})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return(e=>new Promise((t=>{const n=[];for(let t=1;t<5;t+=1)n.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:n})})))(t);const i=yield e.get(s$,{queryParams:{tenant:t}});return yield d$(i),i.json()})),getSubTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(n)return new Promise((e=>{e({roles:[{tenantId:"sub-tenant-1",tenantName:"Sub Tenant 1",roleNames:["Role 1","Role 2"]},{tenantId:"sub-tenant-2",tenantName:"Sub Tenant 2",roleNames:["Role 1","Role 3"]},{tenantId:"sub-tenant-3",tenantName:"Sub Tenant 3",roleNames:["Role 2"]}]})}));const i=yield e.get(a$,{queryParams:{tenant:t}});return yield d$(i),i.json()}))}),u$=Ai((e=>{var t,n,i,o;const r=ki(Qr,gl,Yr,Kr,es,bl,Xr({tenant:Xr.missingAttrValidator}))(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ws}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n,i)=>{const o=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.16.2"}}));return{user:l$({httpClient:o.httpClient,tenant:t,mock:n}),tenant:c$({httpClient:o.httpClient,tenant:t,mock:n})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),h$=Ai((e=>{const t=ki(fl({name:"widget",initialState:Yw,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{$w.reducer(e),qw.reducer(e),Vw.reducer(e),Gw.reducer(e),Sw.reducer(e),jw.reducer(e),xw.reducer(e),Zw.reducer(e),Aw.reducer(e),Ww.reducer(e),Dw.reducer(e)},asyncActions:{searchUsers:jw.action,createUser:$w.action,updateUser:qw.action,enableUser:Vw.action,disableUser:Gw.action,deleteUsers:Sw.action,removePasskey:Zw.action,getCustomAttributes:Aw.action,getTenantRoles:Ww.action,getSubTenantRoles:Dw.action,setTempUserPassword:xw.action}}),Zr,Kr,u$)(e);return class extends t{constructor(...e){super(...e),this.state=Yw,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),f$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("user-management-widget"),h$,vl)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),this.injectStyle(".hidden { display: none; }");const o=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([u(this,t,"m",n).call(this),this.actions.searchUsers(),this.actions.getTenantRoles(),this.actions.getCustomAttributes(),o]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),p$=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(h$,aa,pl,Kr,vl,f$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),a.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,n,"f").setData(qb(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=zb(this.state);null===(e=u(this,i,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(Hb(this.state))}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",r).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,r=function(){return c(this,void 0,void 0,(function*(){var e;this.createUserModal=this.createModal(),this.createUserModal.setContent(Ci(yield this.fetchWidgetPage("create-user-modal.html")));const r=new Ws((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}),l=()=>{this.resetFormData(this.createUserModal.ele),u(this,o,"f").value=[]};r.onClick((()=>{this.createUserModal.close(),l()}));const f=new Ws((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});f.onClick((()=>c(this,void 0,void 0,(function*(){if(this.validateForm(this.createUserModal.ele)){const e=this.getFormData(this.createUserModal.ele),t=u(this,o,"f").mergedValue;this.actions.createUser(Object.assign(Object.assign({},Lb(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,n,new Js((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),h(this,i,null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,o,new Gs((()=>{var e;return null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-mappings"]')}),{logger:this.logger}),"f"),u(this,a,"f").call(this),this.createUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([this.actions.getTenantRoles(),e]),yield u(this,a,"f").call(this),u(this,d,"f").call(this),u(this,t,"m",s).call(this)}))}))},s=function(){const e=Vb(this.state);this.getFormFieldNames(this.createUserModal.ele).forEach((t=>{const[n,i]=t.split(".");if("customAttributes"!==n)return;const o=e.find((e=>e.name===i));o?o.editable||this.disableFormField(this.createUserModal.ele,t):this.removeFormField(this.createUserModal.ele,t)}))},l})),g$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,p$,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){var e;this.createButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-user"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createUserModal.open()))},i})),v$=Ai((e=>{var t,n,i;return i=class extends(ki(h$,aa,Kr,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteUsersModal=this.createModal(),this.deleteUsersModal.setContent(Ci(yield this.fetchWidgetPage("delete-users-modal.html")));const t=new Ws((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger});t.onClick((()=>this.deleteUsersModal.close()));const n=new Ws((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});n.onClick((()=>{const e=Qb(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const i=new Qs(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=lw(this.state);i.text=`Delete ${e}?`}}))},i})),m$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,v$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.deleteButton.enable():this.deleteButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),gw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="delete-users"]'),{logger:this.logger}),this.deleteButton.disable(),this.deleteButton.onClick((()=>{this.deleteUsersModal.open()}))},o})),y$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(h$,aa,Kr,pl,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new Ws((()=>{var e;return null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.disableUserModal.close()))},i=function(){new Ws((()=>{var e;return null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=sw(this.state);this.actions.disableUser(e),this.disableUserModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.disableUserModal=this.createModal(),this.disableUserModal.setContent(Ci(yield this.fetchWidgetPage("disable-user-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Qs(null===(e=this.disableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.disableUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=lw(this.state);o.text=`Disable ${e}?`}))}))},r})),b$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,y$,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.disableButton.enable():this.disableButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),uw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.disableButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="disable-user"]'),{logger:this.logger}),this.disableButton.disable(),this.disableButton.onClick((()=>{this.disableUserModal.open()}))},o})),w$=e=>{if(!e)return e;const t=jb(e.startsWith("+")?e:`+${e}`);if(!t)return e;const n=new RegExp(`(\\+?${null==t?void 0:t.countryCallingCode})(.*)`);return(null==t?void 0:t.number.replace(n,"$1-$2"))||e},$$=Ai((e=>{var t,n,i,o,r,s,a,d,f,p,g,v,m;return m=class extends(ki(h$,aa,Kr,pl,vl,f$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),d.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,i,"f").setData(qb(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=zb(this.state);null===(e=u(this,o,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(Hb(this.state))})),g.set(this,(()=>{var e,t;const n=null===(e=Xb(this.state))||void 0===e?void 0:e[0],i=Object.assign({loginId:null===(t=null==n?void 0:n.loginIds)||void 0===t?void 0:t.join(", "),displayName:null==n?void 0:n.name,email:null==n?void 0:n.email,phone:w$(null==n?void 0:n.phone),recoveryEmail:null==n?void 0:n.recoveryEmail,recoveryPhone:w$(null==n?void 0:n.recoveryPhone),roles:null==n?void 0:n.roleNames,givenName:null==n?void 0:n.givenName,familyName:null==n?void 0:n.familyName,middleName:null==n?void 0:n.middleName},Ub(n.customAttributes,"customAttributes"));this.setFormData(this.editUserModal.ele,i),u(this,r,"f").value=(null==n?void 0:n.userTenants)||[]}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",v).call(this)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){new Ws((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.editUserModal.close()))},a=function(){new Ws((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{if(this.validateForm(this.editUserModal.ele)){const e=this.getFormData(this.editUserModal.ele),{loginId:t}=e,n=l(e,["loginId"]),i=u(this,o,"f")&&!u(this,o,"f").classList.contains("hidden")?u(this,r,"f").mergedValue:void 0;this.actions.updateUser(Object.assign(Object.assign({loginId:t.split(", ")[0]},Lb(n,"customAttributes")),void 0!==i&&{userTenants:i})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=Vb(this.state);this.getFormFieldNames(this.editUserModal.ele).forEach((t=>{const[n,i]=t.split(".");if("customAttributes"!==n)return;const o=e.find((e=>e.name===i));o?o.editable||this.disableFormField(this.editUserModal.ele,t):this.removeFormField(this.editUserModal.ele,t)}))},v=function(){return c(this,void 0,void 0,(function*(){var e,l;this.editUserModal=this.createModal(),this.editUserModal.setContent(Ci(yield this.fetchWidgetPage("edit-user-modal.html"))),u(this,t,"m",s).call(this),u(this,t,"m",a).call(this),h(this,n,new ea(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,i,new Js((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="roles-multiselect"]')}),{logger:this.logger}),"f"),h(this,o,null===(l=this.editUserModal.ele)||void 0===l?void 0:l.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,r,new Gs((()=>{var e;return null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-mappings"]')}),{logger:this.logger}),"f"),this.editUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([this.actions.getTenantRoles(),e]),yield u(this,d,"f").call(this),u(this,n,"f").disable(),u(this,f,"f").call(this),u(this,g,"f").call(this),u(this,t,"m",p).call(this)}))}))},m})),k$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,$$,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.editButton.enable():this.editButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),hw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="edit-user"]'),{logger:this.logger}),this.editButton.disable(),this.editButton.onClick((()=>{this.editUserModal.open()}))},o})),C$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(h$,aa,Kr,pl,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new Ws((()=>{var e;return null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.enableUserModal.close()))},i=function(){new Ws((()=>{var e;return null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=sw(this.state);this.actions.enableUser(e),this.enableUserModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.enableUserModal=this.createModal(),this.enableUserModal.setContent(Ci(yield this.fetchWidgetPage("enable-user-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Qs(null===(e=this.enableUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.enableUserModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=lw(this.state);o.text=`Activate ${e}?`}))}))},r})),S$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,C$,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.enableButton.enable():this.enableButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),cw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.enableButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="enable-user"]'),{logger:this.logger}),this.enableButton.disable(),this.enableButton.onClick((()=>{this.enableUserModal.open()}))},o})),I$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Oi((()=>{this.actions.searchUsers({text:this.searchInput.value})})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.searchInput=new ea(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,n,"f"))},o})),R$={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},x$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,h$,la,Zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),Kb)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=R$[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),O$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(h$,aa,Kr,pl,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new Ws((()=>{var e;return null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.removePasskeyModal.close()))},i=function(){new Ws((()=>{var e;return null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>{const e=sw(this.state);this.actions.removePasskey(e),this.removePasskeyModal.close()}))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.removePasskeyModal=this.createModal(),this.removePasskeyModal.setContent(Ci(yield this.fetchWidgetPage("remove-passkey-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Qs(null===(e=this.removePasskeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.removePasskeyModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=lw(this.state);o.text=`Remove passkey for ${e}?`}))}))},r})),E$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,O$,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.removePasskeyButton.enable():this.removePasskeyButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),fw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.removePasskeyButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="remove-passkey"]'),{logger:this.logger}),this.removePasskeyButton.disable(),this.removePasskeyButton.onClick((()=>{this.removePasskeyModal.open()}))},o})),A$=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(h$,Kr,f$)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{this.usersTable.data=e}))),r.set(this,Oi(((e,t)=>{const n=[],{value:i}=t;if(i){const t=e.path;n.push({field:t,desc:"desc"===i})}this.actions.searchUsers({sort:n})}))),s.set(this,Ii((e=>{this.usersTable.filterColumns((t=>{var n;const[i,o]=(null===(n=t.path)||void 0===n?void 0:n.split("."))||[];return"customAttributes"!==i||!!(null==e?void 0:e.find((e=>e.name===o)))}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this),u(this,o,"f").call(this,Yb(this.state)),u(this,s,"f").call(this,Vb(this.state)),this.subscribe(u(this,s,"f").bind(this),Vb),this.subscribe(u(this,o,"f").bind(this),Yb)}))}},o=new WeakMap,r=new WeakMap,s=new WeakMap,t=new WeakSet,n=function(){const e=e=>{var t;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(`[path="${e}"]`)},t=e=>{var t;const n=`descope-grid-${e}-column`;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(n)},n=this.usersTable.renderColumn;this.usersTable.renderColumn=({path:i,header:o,type:r,attrs:s})=>{const a=e(i)||t(r);if(!a)return n({path:i,header:o,type:r,attrs:s});const d=a.cloneNode(!0),l=Object.assign(Object.assign({},s),{header:o});return Object.entries(l).forEach((([e,t])=>{d.setAttribute(e,t)})),d.outerHTML}},i=function(){var e;this.usersTable=new _s(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="users-table"]'),{logger:this.logger}),this.usersTable.onSelectedItemsChange((e=>{this.actions.setSelectedUsersIds(e.detail.value.map((({loginIds:e})=>e)))})),this.usersTable.onColumnsChange(u(this,t,"m",a).bind(this)),u(this,t,"m",n).call(this),u(this,t,"m",a).call(this)},a=function(){this.usersTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))}))},d})),N$=Ai((e=>{var t,n,i;return i=class extends(ki(h$,aa,Kr,pl,f$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),yield u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.generatedPasswordModal=this.createModal(),this.generatedPasswordModal.setContent(Ci(yield this.fetchWidgetPage("generated-password-modal.html"))),new Ws((()=>{var e;return null===(e=this.generatedPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-close"]')}),{logger:this.logger}).onClick((()=>{navigator.clipboard.writeText(this.getFormData(this.generatedPasswordModal.ele)["generated-password"]),this.resetFormData(this.generatedPasswordModal.ele),this.generatedPasswordModal.close()}))}))},i})),M$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(h$,aa,Kr,pl,f$,N$)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",o).call(this)}))}},t=new WeakSet,n=function(){new Ws((()=>{var e;return null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>this.resetPasswordModal.close()))},i=function(){new Ws((()=>{var e;return null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){var e;const t=sw(this.state),n=yield this.actions.setTempUserPassword(t);this.resetPasswordModal.close(),this.setFormData(this.generatedPasswordModal.ele,{"generated-password":null===(e=null==n?void 0:n.payload)||void 0===e?void 0:e.cleartext}),this.generatedPasswordModal.open()}))))},o=function(){return c(this,void 0,void 0,(function*(){var e;this.resetPasswordModal=this.createModal(),this.resetPasswordModal.setContent(Ci(yield this.fetchWidgetPage("reset-password-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",i).call(this);const o=new Qs(null===(e=this.resetPasswordModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.resetPasswordModal.beforeOpen=()=>c(this,void 0,void 0,(function*(){const e=lw(this.state);o.text=`This will generate a new temporary password for ${e}?`}))}))},r})),j$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,f$,h$,M$,pl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{e?this.resetPasswordButton.enable():this.resetPasswordButton.disable()})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var o;u(this,t,"m",n).call(this),yield null===(o=e.onWidgetRootReady)||void 0===o?void 0:o.call(this),this.subscribe(u(this,i,"f").bind(this),pw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.resetPasswordButton=new Ws(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="reset-password"]'),{logger:this.logger}),this.resetPasswordButton.disable(),this.resetPasswordButton.onClick((()=>{this.resetPasswordModal.open()}))},o})),P$=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),T$=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(ml,P$,h$,aa,Kr,pl,f$,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,[]),r.set(this,null),s.set(this,null),v.set(this,Ii((e=>{u(this,o,"f").forEach((t=>{"onlyOne"===t.enableMode&&1===e.length||"oneOrMore"===t.enableMode&&e.length>0||"always"===t.enableMode?t.enable():t.disable()}))})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",l).call(this),u(this,t,"m",d).call(this),u(this,v,"f").call(this,Bb(this.state))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,v=new WeakMap,t=new WeakSet,a=function(e){const n=new Us(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",g).call(this,n.flowId)})),this.subscribe(u(this,v,"f").bind(this),Bb),u(this,o,"f").push(n)},d=function(){var e;const n=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(n).forEach((e=>{u(this,t,"m",a).call(this,e)}))},l=function(){h(this,n,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,n,"f").afterClose=()=>{var e;u(this,r,"f")&&(null===(e=u(this,s,"f"))||void 0===e||e.call(this),h(this,r,null,"f"))},h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,i,"f"))},f=function(){var e;u(this,n,"f").open(),null===(e=u(this,s,"f"))||void 0===e||e.call(this)},p=function(e,n){n=()=>u(this,t,"m",f).call(this),h(this,s,u(this,i,"f").onPageUpdated(n),"f")},g=function(e){u(this,n,"f").setContent(this.createFlowTemplate({flowId:e,client:{userIds:Qb(this.state),loginIds:ew(this.state),usersAndRoles:tw(this.state)},tenant:this.tenantId})),u(this,t,"m",p).call(this,u(this,n,"f"),u(this,r,"f")),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.searchUsers()}))},m})),W$="widget-flow",L$=Ai((e=>{var t,n,i;return i=class extends(ki(ml,Zr,aa,h$,bl,Kr,Rs,wl)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=Fb(W$);o&&(function(e){if(window.history.replaceState&&Fb(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(W$),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ls((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close()})),t.afterClose=()=>{t.remove()},t.open()},i})),U$=Ai((e=>class extends(ki(Es,Rs,L$,A$,g$,m$,k$,S$,b$,j$,E$,I$,x$,T$)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),D$=ki((e=>class extends(U$(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return du})).then((e=>e.default)))).sdkConfigOverrides={baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":this.getAttribute("widget-id"),"x-descope-widget-version":"0.16.2"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",D$);var F$=Object.freeze({__proto__:null,default:D$});function _$(e){return new URLSearchParams(window.location.search).get(e)}const q$=e=>(...t)=>n=>{n.addCase(e.pending,((e,n)=>{t.forEach((({onPending:t})=>{null==t||t(e,n)}))})),n.addCase(e.fulfilled,((e,n)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,n)}))})),n.addCase(e.rejected,((e,n)=>{t.forEach((({onRejected:t})=>{null==t||t(e,n)}))}))},B$=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,n)=>{e(t).loading=!1,e(t).error=n.error}}),K$=ol("users/me",((e,{extra:{api:t}})=>t.user.me())),V$=q$(K$)({onFulfilled:(e,t)=>{e.me.data=t.payload}},B$((e=>e.me))),H$={action:K$,reducer:V$},z$=ol("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),G$=q$(z$)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},B$((e=>e.devices))),J$={action:z$,reducer:G$},Z$=ol("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),Y$=q$(Z$)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},B$((e=>e.passkeys))),X$={action:Z$,reducer:Y$},Q$=ol("users/logout",((e,{extra:{api:t}})=>t.user.logout())),ek={action:Q$,reducer:q$(Q$)({})},tk=e=>{if(!e)return null;const t=(e=>{try{const t=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),n=decodeURIComponent(atob(t).split("").map((e=>"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2))).join(""));return JSON.parse(n)}catch(e){return null}})(e);return(null==t?void 0:t.dct)||null},nk=e=>e.me.data,ik=Id(nk,(e=>e.userId)),ok=Id(nk,(e=>e.picture)),rk=Id(nk,(e=>e.email)),sk=Id(nk,(e=>e.verifiedEmail)),ak=Id(nk,(e=>e.name)),dk=Id(nk,(e=>e.phone)),lk=Id(nk,(e=>e.verifiedPhone)),ck=Id(rk,sk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),uk=Id(dk,lk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),hk=Id(nk,(e=>e.recoveryEmail)),fk=Id(nk,(e=>e.verifiedRecoveryEmail)),pk=Id(nk,(e=>e.recoveryPhone)),gk=Id(nk,(e=>e.verifiedRecoveryPhone)),vk=Id(hk,fk,((e,t)=>t?e:"")),mk=Id(pk,gk,((e,t)=>t?e:"")),yk=Id(nk,(e=>e.webauthn));Id(nk,(e=>e.password));const bk=Id(nk,(e=>e.TOTP)),wk=Id(nk,(e=>e.customAttributes)),$k=Id(nk,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),kk=Id((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:n,lastLoginTime:i,isCurrentDevice:o})=>({id:e,name:t,deviceType:n,lastLoginDate:1e3*parseInt(i,10),isCurrent:o}))))),Ck=Id((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:n,createdTime:i})=>({id:e,name:t,passkeyType:n,createdAt:1e3*i}))))),Sk=e=>e.notifications,Ik=Id(nk,(e=>e.userTenants||[])),Rk=e=>e.tenant.currentTenantId,xk=ol("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:n}){if(e===Rk(n()))return null;const i=yield t.user.setCurrentTenant(e),o=i.sessionJwt||i.sessionToken;try{return{tenantId:tk(o)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),Ok={action:xk,reducer:q$(xk)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var n;e.tenant.currentTenantId=null===(n=t.payload)||void 0===n?void 0:n.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},B$((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,n)=>{if(t){const i=t(n);i&&e.notifications.push({type:"success",msg:i})}},onRejected:(t,n)=>{if(e){const i=e(n);i&&t.notifications.push({type:"error",msg:i})}}}))({getErrorMsg:e=>{var t,n;const i=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(n=e.error)||void 0===n?void 0:n.name)?i:`${i||"Error"}`}}))},Ek={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:[]},Ak="/v1/auth/me",Nk="/v1/mgmt/user/trusteddevices/list",Mk="/v1/mgmt/user/passkeys/list",jk="/v1/auth/tenant/select",Pk=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),n=JSON.parse(t);if(!e.ok){const t=`${n.errorDescription}${n.errorMessage?`: ${n.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(n),e.text=()=>Promise.resolve(t)})),Tk=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Wk=({httpClient:e,mock:t})=>({me:()=>c(void 0,void 0,void 0,(function*(){if(t)return c(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",recoveryEmail:"recovery@company.com",recoveryPhone:"+1-202-555-020",verifiedEmail:!0,verifiedPhone:!0,verifiedRecoveryEmail:!0,verifiedRecoveryPhone:!0,userTenants:Tk,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})}))}));const n=yield e.get(Ak);return yield Pk(n),n.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const n=yield e.post(jk,{tenant:t});return yield Pk(n),n.json()}))}),Lk=({httpClient:e,mock:t})=>({devices:n=>c(void 0,[n],void 0,(function*({userId:n}){if(t)return{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}]};const i=yield e.post(Nk,{identifiers:[n]});return yield Pk(i),i.json()}))}),Uk=({httpClient:e,mock:t})=>({listPasskeys:n=>c(void 0,[n],void 0,(function*({userId:n}){if(t)return{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"}]};const i=yield e.post(Mk,{loginId:n});return yield Pk(i),i.json()}))}),Dk=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,bl)(e);return o=class extends r{constructor(){super(...arguments),t.add(this),n.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||ws}get api(){return u(this,n,"f")||u(this,t,"m",i).call(this),u(this,n,"f")}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var o;yield null===(o=e.init)||void 0===o?void 0:o.call(this),this.observeAttributes(["project-id","base-url"],(()=>{u(this,n,"f")&&u(this,t,"m",i).call(this)}))}))}},n=new WeakMap,t=new WeakSet,i=function(){this.logger.debug("creating an sdk instance"),h(this,n,((e,t,n)=>{const i=fi(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.15.2"}}));return{user:Object.assign(Object.assign({},Wk({httpClient:i.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):i.logout}),device:Object.assign({},Lk({httpClient:i.httpClient,mock:t})),passkey:Object.assign({},Uk({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Fk=Ai((e=>{const t=ki(fl({name:"widget",initialState:Ek,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{H$.reducer(e),J$.reducer(e),X$.reducer(e),ek.reducer(e),Ok.reducer(e)},asyncActions:{getMe:H$.action,listDevices:J$.action,listPasskeys:X$.action,logout:ek.action,selectTenant:Ok.action}}),Zr,Kr,Dk)(e);return class extends t{constructor(...e){super(...e),this.state=Ek,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),_k="widget-flow",qk=Ai((e=>{var t,n,i;return i=class extends(ki(ml,Zr,aa,Fk,bl,Kr,Rs,wl)(e)){constructor(){super(...arguments),t.add(this)}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this);const o=_$(_k);o&&(function(e){if(window.history.replaceState&&_$(e)){const t=new URL(window.location.href),n=new URLSearchParams(t.search);n.delete(e),t.search=n.toString(),window.history.replaceState({},"",t.toString())}}(_k),u(this,t,"m",n).call(this,o))}))}},t=new WeakSet,n=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(this.createFlowTemplate({flowId:e})),new Ls((()=>{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()},i})),Bk=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,yl("user-profile-widget"),Fk)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){return c(this,void 0,void 0,(function*(){}))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.init)||void 0===i?void 0:i.call(this),yield this.actions.getMe(),yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){const e=Ci(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},i})),Kk=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Vk=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(ml,Kk,Rs,Fk,Kr,bl,Bk,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),a.set(this,Ii((e=>{this.avatar.image=e}))),d.set(this,Ii((e=>{this.avatar.displayName=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",s).call(this),u(this,t,"m",o).call(this),u(this,a,"f").call(this,ok(this.state)),u(this,d,"f").call(this,ak(this.state)),this.subscribe(u(this,a,"f").bind(this),ok),this.subscribe(u(this,d,"f").bind(this),ak)}))}},n=new WeakMap,i=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,o=function(){this.avatar.flowId&&(h(this,n,this.createModal({"data-id":"update-pic","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.avatar.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},s=function(){this.avatar=new Ts((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-avatar")}),{logger:this.logger}),this.avatar.onClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))},l})),Hk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.emailUserAttr.value=e,u(this,t,"m",p).call(this)}))),v.set(this,Ii((e=>{this.emailUserAttr.badgeLabel=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,rk(this.state)),u(this,v,"f").call(this,ck(this.state)),this.subscribe(u(this,g,"f").bind(this),rk),this.subscribe(u(this,v,"f").bind(this),ck)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,v=new WeakMap,t=new WeakSet,s=function(){this.emailUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-email","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.emailUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-email","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.emailUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.emailUserAttr=new ta((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.emailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},m})),zk=Ai((e=>{var t,n,i;return i=class extends(ki(Fk,Kr,Bk,aa)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},t=new WeakSet,n=function(){this.logout=new Ws((()=>{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((()=>c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},i})),Gk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v;return v=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.nameUserAttr.value=e,u(this,t,"m",p).call(this)})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,ak(this.state)),this.subscribe(u(this,g,"f").bind(this),ak)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.nameUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-name","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.nameUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-name","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.nameUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.nameUserAttr=new ta((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.nameUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},v})),Jk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,yk(this.state)),this.subscribe(u(this,p,"f").bind(this),yk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.passkeyUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(h(this,o,this.createModal({"data-id":"remove-passkey","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.passkeyUserAuthMethod.fulfilledFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.passkeyUserAuthMethod=new na((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Zk=Ai((e=>{var t,n,i,o,r,s;return s=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new na((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.initPasswordAuthMethod(),u(this,t,"m",o).call(this)}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.passwordUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"password","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",r).bind(this),u(this,t,"m",r).call(this),this.syncFlowTheme(u(this,i,"f")))},r=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.passwordUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close()}))},s})),Yk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),g.set(this,Ii((e=>{this.phoneUserAttr.value=e,u(this,t,"m",p).call(this)}))),v.set(this,Ii((e=>{this.phoneUserAttr.badgeLabel=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,g,"f").call(this,dk(this.state)),u(this,v,"f").call(this,uk(this.state)),this.subscribe(u(this,g,"f").bind(this),dk),this.subscribe(u(this,v,"f").bind(this),uk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,g=new WeakMap,v=new WeakMap,t=new WeakSet,s=function(){this.phoneUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-phone","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.phoneUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-phone","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.phoneUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.phoneUserAttr=new ta((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.phoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},p=function(){var e,i;(null===(e=u(this,n,"f"))||void 0===e?void 0:e.isClosed)&&u(this,t,"m",a).call(this),(null===(i=u(this,o,"f"))||void 0===i?void 0:i.isClosed)&&u(this,t,"m",l).call(this)},m})),Xk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.recoveryEmailUserAttr.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,vk(this.state)),this.subscribe(u(this,p,"f").bind(this),vk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.recoveryEmailUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-recovery-email","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.recoveryEmailUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.recoveryEmailUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-recovery-email","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.recoveryEmailUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.recoveryEmailUserAttr=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="recoveryEmail"]')}),{logger:this.logger}),this.recoveryEmailUserAttr.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.recoveryEmailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),Qk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.recoveryPhoneUserAttr.value=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,mk(this.state)),this.subscribe(u(this,p,"f").bind(this),mk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.recoveryPhoneUserAttr.editFlowId&&(h(this,n,this.createModal({"data-id":"edit-recovery-phone","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.recoveryPhoneUserAttr.editFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.recoveryPhoneUserAttr.deleteFlowId&&(h(this,o,this.createModal({"data-id":"delete-recovery-phone","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.recoveryPhoneUserAttr.deleteFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.recoveryPhoneUserAttr=new ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-user-attribute[data-id="recoveryPhone"]')}),{logger:this.logger}),this.recoveryPhoneUserAttr.onEditClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.recoveryPhoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),eC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),p.set(this,Ii((e=>{this.totpUserAuthMethod.fulfilled=e})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,bk(this.state)),this.subscribe(u(this,p,"f").bind(this),bk)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.totpUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"totp","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.flowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},d=function(){this.totpUserAuthMethod.fulfilledFlowId&&(h(this,o,this.createModal({"data-id":"remove-totp","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,o,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,r,"f")))},l=function(){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.totpUserAuthMethod.fulfilledFlowId})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe()}))},f=function(){this.totpUserAuthMethod=new na((()=>{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 e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.open()}))},g})),tC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f,p,g,v;return v=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),i.set(this,{}),o.set(this,{}),r.set(this,{}),s.set(this,{}),g.set(this,Ii((e=>{Object.keys(u(this,n,"f")).forEach((t=>{u(this,n,"f")[t].value=(e[t]||"").toString()})),u(this,t,"m",p).call(this)})))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",f).call(this),u(this,g,"f").call(this,$k(this.state)),this.subscribe(u(this,g,"f").bind(this),$k)}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,g=new WeakMap,t=new WeakSet,a=function(e){var t,n;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,o,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,n;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,s,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},l=function(e,n,r){const s=e.getAttribute("edit-flow-id");s&&(u(this,i,"f")[s]=this.createModal({"data-id":`edit-${n}`,"close-on-outside-click":"true"}),u(this,o,"f")[s]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,o,"f")[s]))},h=function(e,n,i){const o=e.getAttribute("delete-flow-id");o&&(u(this,r,"f")[o]=this.createModal({"data-id":`delete-${n}`,"close-on-outside-click":"true"}),u(this,s,"f")[o]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[o])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[o].afterClose=u(this,t,"m",d).bind(this,o),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[o])||void 0===t||t.open()})),this.syncFlowTheme(u(this,s,"f")[o]))},f=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(i||[]).forEach((e=>{const i=e.getAttribute("data-id").replace("builtin.",""),o=new ta(e,{logger:this.logger});u(this,n,"f")[i]=o,u(this,t,"m",l).call(this,e,i,o),u(this,t,"m",h).call(this,e,i,o)}))},p=function(){Object.entries(u(this,i,"f")).forEach((([e,n])=>{n.isClosed&&u(this,t,"m",a).call(this,e)})),Object.entries(u(this,r,"f")).forEach((([e,n])=>{n.isClosed&&u(this,t,"m",d).call(this,e)}))},v}));var nC;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(nC||(nC={}));const iC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return n=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),o.set(this,{}),r.set(this,{}),s.set(this,{}),l.set(this,Ii((e=>{var i;const o=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(o).forEach((i=>{const o=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||nC.TEXT,s=e[o],a=new ta(i,{logger:this.logger});a.value=n.getFormattedValue(r,s),u(this,t,"m",h).call(this,i,o,a),u(this,t,"m",f).call(this,i,o,a)}))})))}static getFormattedValue(e,t){return e===nC.DATE&&t?new Date(t).toLocaleString():e===nC.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString()}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this),u(this,l,"f").call(this,wk(this.state)),this.subscribe(u(this,l,"f").bind(this),wk)}))}},i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,l=new WeakMap,t=new WeakSet,a=function(e){var t,n;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,o,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,n;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(this.createFlowTemplate({flowId:e})),null===(n=u(this,s,"f")[e])||void 0===n||n.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},h=function(e,n,r){const s=e.getAttribute("edit-flow-id");s&&(u(this,i,"f")[s]=this.createModal({"data-id":`edit-${n}`,"close-on-outside-click":"true"}),u(this,o,"f")[s]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),r.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),u(this,t,"m",a).call(this,s),this.syncFlowTheme(u(this,o,"f")[s]))},f=function(e,n,i){const o=e.getAttribute("delete-flow-id");o&&(u(this,r,"f")[o]=this.createModal({"data-id":`delete-${n}`,"close-on-outside-click":"true"}),u(this,s,"f")[o]=new Ls((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[o])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[o].afterClose=u(this,t,"m",d).bind(this,o),i.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[o])||void 0===t||t.open()})),u(this,t,"m",d).call(this,o),this.syncFlowTheme(u(this,s,"f")[o]))},n})),oC=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(ml,Kk,Rs,Fk,Kr,bl,Bk,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),this.updateDeviceList=Ii((e=>{this.deviceList.data=e}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.deviceList=new ia((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-trusted-devices")}),{logger:this.logger}),this.deviceList.isExists&&(yield u(this,t,"m",a).call(this),u(this,t,"m",s).call(this,kk(this.state)),u(this,t,"m",o).call(this),this.subscribe(this.updateDeviceList.bind(this),kk))}))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){this.deviceList.flowId&&(h(this,n,this.createModal({"data-id":"untrust-device","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=()=>u(this,t,"m",r).call(this,""),this.syncFlowTheme(u(this,i,"f")))},r=function(e=""){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.deviceList.flowId,form:{deviceId:e}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.listDevices({userId:ik(this.state)})}))},s=function(e){this.deviceList.onRemoveDeviceClick((({id:e})=>{var i;u(this,t,"m",r).call(this,e),null===(i=u(this,n,"f"))||void 0===i||i.open()})),this.deviceList.data=e},a=function(){return c(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:ik(this.state)})}))},d})),rC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(ml,Kk,Fk,Kr,Bk,bl,aa,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,void 0),r.set(this,void 0),f.set(this,Ii((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=Ii((e=>{this.userPasskeys.data=e}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.userPasskeys=new ra((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-user-passkeys")}),{logger:this.logger}),this.userPasskeys.isExists&&(u(this,t,"m",p).call(this,Ck(this.state)),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),this.subscribe(u(this,f,"f").bind(this),ik),this.subscribe(this.updatePasskeyList.bind(this),Ck))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,f=new WeakMap,t=new WeakSet,s=function(){this.userPasskeys.addPasskeyFlowId&&(h(this,n,this.createModal({"data-id":"add-user-passkey","close-on-outside-click":"true"}),"f"),h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,n,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,i,"f")))},a=function(){u(this,n,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.addPasskeyFlowId})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:ik(this.state)})}))},d=function(){this.userPasskeys.removePasskeyFlowId&&(h(this,o,this.createModal({"data-id":"remove-user-passkey","close-on-outside-click":"true"}),"f"),h(this,r,new Ls((()=>{var e;return null===(e=u(this,o,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,r,"f")))},l=function({externalId:e,credentialId:t}){u(this,o,"f").setContent(this.createFlowTemplate({flowId:this.userPasskeys.removePasskeyFlowId,form:{externalId:e,credentialId:t}})),u(this,r,"f").onSuccess((()=>{u(this,o,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:ik(this.state)})}))},p=function(e){this.updatePasskeyList(e),this.userPasskeys.onAddPasskeyClick((()=>{var e;null===(e=u(this,n,"f"))||void 0===e||e.open()})),this.userPasskeys.onRemovePasskeyClick((({id:e})=>{var n;const i=ik(this.state);u(this,t,"m",l).call(this,{externalId:i,credentialId:e}),null===(n=u(this,o,"f"))||void 0===n||n.open()}))},g})),sC={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},aC=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Fk,la,Zr)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{e.length&&(e.forEach((({type:e,msg:o})=>{const r=u(this,t,"m",i).call(this,e);r.setContent(u(this,t,"m",n).call(this,{type:e,msg:o})),r.show()})),setTimeout((()=>this.actions.clearNotifications())))})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),this.subscribe(u(this,o,"f").bind(this),Sk)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=sC[e],i=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==n?void 0:n.outerHTML)||""}${t}${i.outerHTML}`},i=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},r})),dC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(Fk,Kr,Bk)(e)){constructor(){super(...arguments),t.add(this),n.set(this,null),o.set(this,(e=>c(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),r.set(this,(e=>{const i=Rk(e);this.tenantSelector.value!==i&&u(this,t,"m",l).call(this,i);const{loading:o,error:r}=e.selectTenant,a=null!==e.tenant.previousTenantId,d=i!==u(this,n,"f");!i||o||r||a||!d||(h(this,n,i,"f"),u(this,t,"m",s).call(this))}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),this.actions.setCurrentTenantId((()=>{const e=$n();return tk(e)})()),u(this,t,"m",i).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,Ik(this.state)),this.subscribe(u(this,r,"f").bind(this))}))}},n=new WeakMap,o=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){this.tenantSelector=new oa((()=>{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(u(this,o,"f"))},s=function(){const e=Rk(this.state);this.dispatchEvent(new CustomEvent("tenant-changed",{bubbles:!0,composed:!0,detail:{tenantId:e}})),this.tenantSelector.shouldReload&&u(this,t,"m",a).call(this)},a=function(){setTimeout((()=>window.location.reload()),this.tenantSelector.refreshTimeout)},d=function(e){return c(this,void 0,void 0,(function*(){const t=e.map((e=>({label:e.tenantName||e.tenantId,value:e.tenantId})));yield this.tenantSelector.setData(t)}))},l=function(e){e&&(this.tenantSelector.value=e)},f=function(){this.tenantSelector.setAllowCustomValue(!0),setTimeout((()=>{u(this,t,"m",l).call(this,Rk(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),lC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(ml,Kk,Fk,aa,Kr,Bk,wl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0),o.set(this,[]),r.set(this,null)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",d).call(this),u(this,t,"m",a).call(this),u(this,o,"f").forEach((e=>e.enable()))}))}},n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,t=new WeakSet,s=function(e){const n=new Us(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",f).call(this,n.flowId,ik(this.state))})),u(this,o,"f").push(n)},a=function(){var e;const n=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(n).forEach((e=>{u(this,t,"m",s).call(this,e)}))},d=function(){h(this,n,this.createModal({"data-id":"generic-flow-modal","close-on-outside-click":"true"}),"f"),u(this,n,"f").afterClose=()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.call(this),h(this,r,null,"f")},h(this,i,new Ls((()=>{var e;return null===(e=u(this,n,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),this.syncFlowTheme(u(this,i,"f"))},l=function(){var e;u(this,n,"f").open(),null===(e=u(this,r,"f"))||void 0===e||e.call(this)},f=function(e,o){u(this,n,"f").setContent(this.createFlowTemplate({flowId:e,client:{userId:o}})),h(this,r,u(this,i,"f").onPageUpdated((()=>u(this,t,"m",l).call(this))),"f"),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getMe()}))},p})),cC=Ai((e=>class extends(ki(Es,Rs,qk,iC,Hk,Vk,Gk,Yk,Xk,Qk,Jk,Zk,eC,tC,zk,oC,rC,aC,dC,lC)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),uC=ki((e=>class extends(cC(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(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 Promise.resolve().then((function(){return du})).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.15.2"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",uC);var hC=Object.freeze({__proto__:null,default:uC});const fC=(e,t,n,i={})=>{var o,r,s,a;return[Math.min(Math.max(t,("all"===i.left?e.offsetWidth:null!==(o=i.left)&&void 0!==o?o:0)-e.offsetWidth),window.innerWidth-("all"===i.right?e.offsetWidth:null!==(r=i.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===i.top?e.offsetHeight:null!==(s=i.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===i.bottom?e.offsetHeight:null!==(a=i.bottom)&&void 0!==a?a:0))]};var pC,gC,vC,mC,yC,bC,wC,$C,kC,CC;const SC=document.createElement("template");SC.innerHTML='\n<div class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n';const IC=ki(vs)(HTMLElement);class RC extends IC{constructor(){var e;super(),pC.add(this),gC.set(this,new Wi({messages:[]})),vC.set(this,void 0),mC.set(this,void 0),yC.set(this,void 0),bC.set(this,{resize:u(this,pC,"m",CC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild(SC.content.cloneNode(!0)),this.injectStyle('\n.debugger {\n all: initial;\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey;\n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n\n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n }\n\n .msg_desc {\n color: #646464;\n cursor: initial;\n word-wrap: break-word;\n }\n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n'),h(this,vC,this.shadowRoot.querySelector(".debugger"),"f"),u(this,vC,"f").style.top="32px",u(this,vC,"f").style.left=window.innerWidth-300-32+"px",h(this,mC,u(this,vC,"f").querySelector(".content"),"f"),h(this,yC,u(this,vC,"f").querySelector(".header"),"f")}updateData(e){u(this,gC,"f").update((t=>({messages:t.messages.concat(e)})))}connectedCallback(){var e;((e,t,n)=>{let i=0,o=0,r=0,s=0;function a(t){t.preventDefault(),i=r-t.clientX,o=s-t.clientY,r=t.clientX,s=t.clientY;const[a,d]=fC(e,e.offsetLeft-i,e.offsetTop-o,n);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),r=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l})(u(this,vC,"f"),u(this,yC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,bC,"f").resize),(e=u(this,vC,"f")).onmousemove=t=>{var n;const i=t.target;(i.w&&i.w!==i.offsetWidth||i.h&&i.h!==i.offsetHeight)&&(null===(n=e.onresize)||void 0===n||n.call(e,t)),i.w=i.offsetWidth,i.h=i.offsetHeight},u(this,vC,"f").onresize=u(this,pC,"m",kC).bind(this),u(this,gC,"f").subscribe(u(this,pC,"m",wC).bind(this))}disconnectedCallback(){u(this,gC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,bC,"f").resize)}}gC=new WeakMap,vC=new WeakMap,mC=new WeakMap,yC=new WeakMap,bC=new WeakMap,pC=new WeakSet,wC=function(e){u(this,pC,"m",$C).call(this,e),u(this,pC,"m",kC).call(this)},$C=function(e){u(this,mC,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description||""}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},kC=function(){u(this,mC,"f").querySelectorAll(".msg").forEach((e=>{const t=e,n=t.querySelector(".msg_desc"),i=n.scrollWidth>n.clientWidth,o=n.clientHeight>20;i||o?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},CC=function(){const[e,t]=fC(u(this,vC,"f"),Number.parseInt(u(this,vC,"f").style.left,10),Number.parseInt(u(this,vC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,vC,"f").style.top=`${t}px`,u(this,vC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",RC);var xC=Object.freeze({__proto__:null,default:RC});const OC=(e,t,n,i={})=>{var o,r,s,a;return[Math.min(Math.max(t,("all"===i.left?e.offsetWidth:null!==(o=i.left)&&void 0!==o?o:0)-e.offsetWidth),window.innerWidth-("all"===i.right?e.offsetWidth:null!==(r=i.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===i.top?e.offsetHeight:null!==(s=i.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===i.bottom?e.offsetHeight:null!==(a=i.bottom)&&void 0!==a?a:0))]},EC=(e,t,n)=>{let i=0,o=0,r=0,s=0;function a(t){t.preventDefault(),i=r-t.clientX,o=s-t.clientY,r=t.clientX,s=t.clientY;const[a,d]=OC(e,e.offsetLeft-i,e.offsetTop-o,n);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),r=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l};var AC,NC,MC,jC,PC,TC,WC,LC,UC,DC,FC;const _C=document.createElement("template");_C.innerHTML='\n<div class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n';const qC=ki(vs)(HTMLElement);class BC extends qC{constructor(){super(),AC.add(this),NC.set(this,new kr({messages:[]})),MC.set(this,void 0),jC.set(this,void 0),PC.set(this,void 0),TC.set(this,{resize:u(this,AC,"m",FC).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(_C.content.cloneNode(!0)),h(this,MC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,jC,u(this,MC,"f").querySelector(".content"),"f"),h(this,PC,u(this,MC,"f").querySelector(".header"),"f"),u(this,AC,"m",WC).call(this)}updateData(e){u(this,NC,"f").update((t=>({messages:t.messages.concat(e)})))}init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;null===(t=e.init)||void 0===t||t.call(this),EC(u(this,MC,"f"),u(this,PC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,TC,"f").resize),(e=>{e.onmousemove=t=>{(t.target.w&&t.target.w!==t.target.offsetWidth||t.target.h&&t.target.h!==t.target.offsetHeight)&&e.onresize(t),t.target.w=t.target.offsetWidth,t.target.h=t.target.offsetHeight}})(u(this,MC,"f")),u(this,MC,"f").onresize=u(this,AC,"m",DC).bind(this),u(this,NC,"f").subscribe(u(this,AC,"m",LC).bind(this))}))}disconnectedCallback(){u(this,NC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,TC,"f").resize)}}NC=new WeakMap,MC=new WeakMap,jC=new WeakMap,PC=new WeakMap,TC=new WeakMap,AC=new WeakSet,WC=function(){this.injectStyle('\n .debugger {\n all: initial;\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey;\n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n\n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n }\n\n .msg_desc {\n color: #646464;\n cursor: initial;\n word-wrap: break-word;\n }\n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n'),u(this,MC,"f").style.top="32px",u(this,MC,"f").style.left=window.innerWidth-300-32+"px"},LC=function(e){u(this,AC,"m",UC).call(this,e),u(this,AC,"m",DC).call(this)},UC=function(e){u(this,jC,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},DC=function(){u(this,jC,"f").querySelectorAll(".msg").forEach((e=>{const t=e.querySelector(".msg_desc"),n=t.scrollWidth>t.clientWidth,i=t.clientHeight>20;n||i?(e.classList.add("collapsible"),e.onclick=t=>{t.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},FC=function(){const[e,t]=OC(u(this,MC,"f"),Number.parseInt(u(this,MC,"f").style.left,10),Number.parseInt(u(this,MC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,MC,"f").style.top=`${t}px`,u(this,MC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",BC);var KC=Object.freeze({__proto__:null,default:BC});e.AccessKeyManagement=Gi,e.ApplicationsPortal=Zi,e.AuditManagement=Xi,e.AuthProvider=({projectId:e,baseUrl:o="",baseStaticUrl:a="",baseCdnUrl:d="",sessionTokenViaCookie:l=!1,refreshTokenViaCookie:c=!1,hooks:u,persistTokens:h=!0,autoRefresh:f=!0,oidcConfig:p,storeLastAuthenticatedUser:g=!0,keepLastAuthenticatedUserAfterLogout:v=!1,refreshCookieName:m="",getExternalToken:y,customStorage:b,children:w})=>{const[$,k]=t.useState(),[C,S]=t.useState(),[I,R]=t.useState(),[x,O]=t.useState(!1),[E,A]=t.useState(!1),[N,M]=t.useState(!1),[j,P]=t.useState(!!p),T=t.useRef(!1),W=(({projectId:e,baseUrl:n,persistTokens:i,autoRefresh:o,sessionTokenViaCookie:r,refreshTokenViaCookie:a,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,getExternalToken:h,hooks:f,customStorage:p})=>t.useMemo((()=>{if(e)return gi({projectId:e,baseUrl:n,sessionTokenViaCookie:r,refreshTokenViaCookie:a,baseHeaders:s,persistTokens:i,autoRefresh:o,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,hooks:f,getExternalToken:h,customStorage:p})}),[e,n,JSON.stringify(r),JSON.stringify(a),h,p]))({projectId:e,baseUrl:o,persistTokens:h,autoRefresh:f,sessionTokenViaCookie:l,refreshTokenViaCookie:c,hooks:u,oidcConfig:p,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,getExternalToken:y,customStorage:b});t.useEffect((()=>{if(W){const e=W.onSessionTokenChange(S),t=W.onUserChange(k),n=W.onIsAuthenticatedChange(O),i=W.onClaimsChange(R);return()=>{e(),t(),n(),i()}}}),[W]);const L=t.useRef(!1),U=t.useRef(!1);t.useEffect((()=>{W&&p&&!T.current&&(T.current=!0,W.oidc.finishLoginIfNeed().finally((()=>{P(!1),L.current=!0})))}),[]);const D=t.useCallback((()=>{if(r())return;if(L.current)return;L.current=!0,M(!0);const e=()=>{requestAnimationFrame((()=>{setTimeout((()=>{M(!1)}),0)}))};i(null==W?void 0:W.refresh)(void 0,!0).then(e,e)}),[W]),F=t.useCallback((()=>{if(U.current)return;U.current=!0,A(!0);const e=()=>A(!1);i(W.me)().then(e,e)}),[W]),_=t.useMemo((()=>({fetchUser:F,user:$,isUserLoading:E,isUserFetched:U.current,fetchSession:D,session:C,isAuthenticated:x,isSessionLoading:N,isOidcLoading:j,isSessionFetched:L.current,projectId:e,baseUrl:o,baseStaticUrl:a,baseCdnUrl:d,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,customStorage:b,setUser:k,setSession:S,setIsAuthenticated:O,claims:I,sdk:W})),[F,$,E,U.current,D,C,x,N,j,L.current,e,o,a,d,v,m,b,k,S,O,I,W]);return t.createElement(n.Provider,{value:_},w)},e.Descope=Bi,e.OutboundApplications=eo,e.RoleManagement=no,e.SignInFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-in"})),e.SignUpFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-up"})),e.SignUpOrInFlow=e=>t.createElement(Bi,Object.assign({},e,{flowId:"sign-up-or-in"})),e.TenantProfile=oo,e.UserManagement=so,e.UserProfile=lo,e.baseHeaders=s,e.getCurrentTenant=$i,e.getJwtPermissions=bi,e.getJwtRoles=wi,e.getRefreshToken=yi,e.getSessionToken=mi,e.isRefreshTokenExpired=(e=yi())=>null==pi?void 0:pi.isJwtExpired(e),e.isSessionTokenExpired=(e=mi())=>null==pi?void 0:pi.isJwtExpired(e),e.refresh=(e=yi())=>null==pi?void 0:pi.refresh(e),e.useDescope=()=>{const{sdk:e}=Ki();return t.useMemo((()=>e||new Proxy(vi(),Hi)),[e])},e.useSession=()=>{const{session:e,claims:n,isSessionLoading:i,isOidcLoading:o,fetchSession:s,isSessionFetched:a,isAuthenticated:d}=Ki(),l=t.useRef(i||o);t.useMemo((()=>{l.current=i||o}),[i,o]);const c=!d&&!i&&!r();return t.useMemo((()=>{c&&!a&&(l.current=!0)}),[a]),t.useEffect((()=>{c&&s()}),[s]),{isSessionLoading:l.current,sessionToken:e,claims:n,isAuthenticated:d}},e.useUser=()=>{const{user:e,fetchUser:n,isUserLoading:i,isAuthenticated:o,isUserFetched:r}=Ki(),[s,a]=t.useState(!1),d=t.useRef(i),l=t.useMemo((()=>!e&&!i&&o&&!s),[n,o,s]);return t.useMemo((()=>{d.current=i}),[i]),t.useMemo((()=>{l&&!r&&(d.current=!0)}),[l,r]),t.useEffect((()=>{l&&(a(!0),n())}),[l]),{isUserLoading:d.current,user:e}}}));
3
3
  //# sourceMappingURL=index.umd.js.map