@descope/react-sdk 3.1.0 → 3.2.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":"3.1.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=()=>{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")}},$=[503,520,521,522,524,530],k=[100,5e3,5e3],C=e=>new Promise((t=>setTimeout(t,e))),S=e=>async function(...t){let n=await e(...t),i=0;for(;$.includes(n.status)&&i<k.length;)await C(k[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 I;const R=()=>{if(I)return I;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 I=`${t}-${n}`,I};var x;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(x||(x={}));const O=({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},E=(...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)),{})),A={"Content-Type":"application/json"},N=(e,t="")=>{let n=e;return t&&(n=n+":"+t),{Authorization:`Bearer ${n}`}},M=(e,t)=>{const n={"x-descope-sdk-session-id":R(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.69.0","x-descope-project-id":e};return t&&(n["x-descope-refresh-cookie-name"]=t),n},j=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var P=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=>w().title("Request").url(e[0]).method(e[1].method).headers(e[1].headers).body(e[1].body).build())(t));const i=await S(n)(...t);return e[i.ok?"log":"error"](await(async e=>{const t=await e.text();return w().title("Response").url(e.url.toString()).status(`${e.status} ${e.statusText}`).headers(e.headers).body(t).retries(e.retries).build()})(i)),i}:S(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:E(N(t,g),M(t,i),(null==n?void 0:n.baseHeaders)||{},j(v)?A:{},h),method:p,body:v};null!==s&&(m.credentials=s||"include");const y=await l(O({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:x.get,token:i}),post:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.post,token:o}),patch:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.patch,token:o}),put:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.put,token:o}),delete:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:x.delete,token:i}),hooks:r,buildUrl:(e,n)=>O({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}}))},T=429;function W(e,t,n){var i;let o=L(e);if(t){if(!(null==o?void 0:o.tenants)&&(null==o?void 0:o.dct)===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 L(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function U(e){const{exp:t}=L(e);return(new Date).getTime()/1e3>t}function D(e){let t=L(e);const n=Object.keys(null==t?void 0:t.tenants);return Array.isArray(n)?n:[]}function F(e,t){return W(e,t,"permissions")}function _(e,t){return W(e,t,"roles")}const q=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function B(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===T&&Object.assign(o.error,{retryAfter:Number.parseInt(null===(n=i.headers)||void 0===n?void 0:n.get("retry-after"))||0})),o}function K(e){var t;return(null===(t=L(e))||void 0===t?void 0:t.dct)||""}const V=(e,t)=>(n=t)=>t=>!e(t)&&n.replace("{val}",t),H=(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 "))},z=(...e)=>({validate:t=>(e.forEach((e=>{const n=e(t);if(n)throw new Error(n)})),!0)}),G=e=>t=>e.test(t),J=G(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Z=G(/^\+[1-9]{1}[0-9]{3,14}$/),Y=V(J,'"{val}" is not a valid email'),X=V(Z,'"{val}" is not a valid phone number'),Q=V((e=>e.length>=1),"Minimum length is 1");const ee=V((e=>"string"==typeof e),"Input is not a string"),te=V((e=>Array.isArray(e)),"Input is not an array"),ne=V((e=>"boolean"==typeof e),"Input is not a boolean"),ie=V((e=>void 0===e),"Input is defined"),oe=H([ee(),ie()],"Input is not a string or undefined"),re=H([te(),ne()],"Input is not an array or boolean"),se=(...e)=>t=>(...n)=>(e.forEach(((e,t)=>z(...e).validate(n[t]))),t(...n)),ae=e=>[ee(`"${e}" must be a string`)],de=e=>[oe(`"${e}" must be string or undefined`)],le=e=>[ee(`"${e}" must be a string`),Q(`"${e}" must not be empty`)],ce=e=>[ee(`"${e}" must be a string`),Y()],ue=e=>[ee(`"${e}" must be a string`),X()],he=se(le("accessKey")),fe=e=>({exchange:he(((t,n)=>B(e.post(v.accessKey.exchange,{loginOptions:n},{token:t}))))}),pe=(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),ge=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var ve,me;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(ve||(ve={})),function(e){e.email="email"}(me||(me={}));const ye=Object.assign(Object.assign({},ve),me);var be;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}(be||(be={}));const we=le("loginId"),$e=se(le("token")),ke=se(we),Ce=se(le("pendingRef")),Se=se(we,ce("email")),Ie=e=>({verify:$e((t=>B(e.post(v.enchantedLink.verify,{token:t})))),signIn:ke(((t,n,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return B(e.post(q(v.enchantedLink.signIn,ye.email),{loginId:t,URI:n,loginOptions:s,providerId:r},{token:o}))})),signUpOrIn:ke(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(q(v.enchantedLink.signUpOrIn,ye.email),{loginId:t,URI:n,loginOptions:r,providerId:o}))})),signUp:ke(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.enchantedLink.signUp,ye.email),{loginId:t,URI:n,user:i,loginOptions:s,providerId:r}))})),waitForSession:Ce(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ge(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(B(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:Se(((t,n,i,o,r)=>B(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o}))))}}),Re=se(le("flowId")),xe=se(le("executionId"),le("stepId"),le("interactionId")),Oe=e=>({start:Re(((t,n,i,o,r,s,a,d=!1)=>B(e.post(v.flow.start,{flowId:t,options:n,conditionInteractionId:i,interactionId:o,componentsVersion:r,flowVersions:s,input:a,isCustomScreen:d})))),next:xe(((t,n,i,o,r,s,a=!1)=>B(e.post(v.flow.next,{executionId:t,stepId:n,interactionId:i,version:o,componentsVersion:r,input:s,isCustomScreen:a}))))}),Ee=le("loginId"),Ae=se(le("token")),Ne=se(Ee),Me=se(Ee,ue("phone")),je=se(Ee,ce("email")),Pe=Object.keys(ye).filter((e=>e!==ve.voice&&e!==ve.im)),Te=e=>({verify:Ae((t=>B(e.post(v.magicLink.verify,{token:t})))),signIn:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ne(((t,i,o={},r)=>{var{providerId:s}=o,a=l(o,["providerId"]);return B(e.post(q(v.magicLink.signIn,n),{loginId:t,URI:i,loginOptions:a,providerId:s},{token:r}))}))})),{}),signUp:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ne(((t,i,o,r={})=>{var{providerId:s}=r,a=l(r,["providerId"]);return B(e.post(q(v.magicLink.signUp,n),{loginId:t,URI:i,user:o,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ne(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.magicLink.signUpOrIn,n),{loginId:t,URI:i,loginOptions:s,providerId:r}))}))})),{}),update:{email:je(((t,n,i,o,r)=>B(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o})))),phone:Object.keys(ve).filter((e=>e!==ve.voice)).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o,r,s)=>B(e.post(q(v.magicLink.update.phone,n),Object.assign({loginId:t,phone:i,URI:o},s),{token:r}))))})),{})}});var We;!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"}(We||(We={}));const Le=se(le("code")),Ue=e=>({start:Object.assign(((t,n,i,o,r)=>B(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:t},n&&{redirectURL:n}),r&&{loginHint:r}),token:o}))),Object.keys(We).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:(t,i,o,r)=>B(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:n},t&&{redirectURL:t}),r&&{loginHint:r}),token:o}))})),{})),exchange:Le((t=>B(e.post(v.oauth.exchange,{code:t})))),startNative:(t,n,i)=>B(e.post(v.oauth.startNative,{provider:t,loginOptions:n,implicit:i})),finishNative:(t,n,i,o,r)=>B(e.post(v.oauth.finishNative,{provider:t,stateId:n,user:i,code:o,idToken:r})),getOneTapClientId:t=>B(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,n,i,o)=>B(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o})),exchangeOneTapIDToken:(t,n,i,o)=>B(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o}))}),De=le("appId"),Fe=se(De),_e=e=>({connect:Fe(((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,B(e.post(v.outbound.connect,{appId:t,tenantId:o,tenantLevel:r,options:n},{token:i}))}))}),qe=le("loginId"),Be=se(qe,le("code")),Ke=se(qe),Ve=se(qe,ue("phone")),He=se(qe,ce("email")),ze=e=>({verify:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Be(((t,i)=>B(e.post(q(v.otp.verify,n),{code:i,loginId:t}))))})),{}),signIn:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return B(e.post(q(v.otp.signIn,n),{loginId:t,loginOptions:s,providerId:r},{token:o}))}))})),{}),signUp:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.otp.signUp,n),{loginId:t,user:i,loginOptions:s,providerId:r}))}))})),{}),signUpOrIn:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(q(v.otp.signUpOrIn,n),{loginId:t,loginOptions:r,providerId:o}))}))})),{}),update:{email:He(((t,n,i,o)=>B(e.post(v.otp.update.email,Object.assign({loginId:t,email:n},o),{token:i})))),phone:Object.keys(ve).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i,o,r)=>B(e.post(q(v.otp.update.phone,n),Object.assign({loginId:t,phone:i},r),{token:o}))))})),{})}}),Ge=se(le("tenant")),Je=se(le("code")),Ze=e=>({start:Ge(((t,n,i,o,r,s,a,d)=>B(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:Je((t=>B(e.post(v.sso.exchange,{code:t}))))}),Ye=le("loginId"),Xe=se(Ye,le("code")),Qe=se(Ye),et=se(Ye),tt=e=>({signUp:Qe(((t,n)=>B(e.post(v.totp.signUp,{loginId:t,user:n})))),verify:Xe(((t,n,i,o)=>B(e.post(v.totp.verify,{loginId:t,code:n,loginOptions:i},{token:o})))),update:et(((t,n)=>B(e.post(v.totp.update,{loginId:t},{token:n}))))}),nt=le("loginId"),it=le("newPassword"),ot=se(nt,le("password")),rt=se(nt),st=se(nt,it),at=se(nt,le("oldPassword"),it),dt=e=>({signUp:ot(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(v.password.signUp,{loginId:t,password:n,user:i,loginOptions:s,providerId:r}))})),signIn:ot(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(v.password.signIn,{loginId:t,password:n,loginOptions:r,providerId:o}))})),sendReset:rt(((t,n,i)=>B(e.post(v.password.sendReset,{loginId:t,redirectUrl:n,templateOptions:i})))),update:st(((t,n,i)=>B(e.post(v.password.update,{loginId:t,newPassword:n},{token:i})))),replace:at(((t,n,i)=>B(e.post(v.password.replace,{loginId:t,oldPassword:n,newPassword:i})))),policy:()=>B(e.get(v.password.policy))}),lt=ae("loginId"),ct=le("loginId"),ut=ae("origin"),ht=se(ct,ut,le("name")),ft=se(ct,ut),pt=se(lt,ut),gt=se(ct,ut,de("token")),vt=se(le("transactionId"),le("response")),mt=e=>({signUp:{start:ht(((t,n,i,o,r)=>B(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:i},origin:n,loginOptions:r,passkeyOptions:o})))),finish:vt(((t,n)=>B(e.post(v.webauthn.signUp.finish,{transactionId:t,response:n}))))},signIn:{start:pt(((t,n,i,o,r)=>B(e.post(v.webauthn.signIn.start,{loginId:t,origin:n,loginOptions:i,passkeyOptions:r},{token:o})))),finish:vt(((t,n)=>B(e.post(v.webauthn.signIn.finish,{transactionId:t,response:n}))))},signUpOrIn:{start:ft(((t,n,i,o)=>B(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:n,loginOptions:o,passkeyOptions:i}))))},update:{start:gt(((t,n,i,o,r)=>B(e.post(v.webauthn.update.start,{loginId:t,origin:n,passkeyOptions:o,mfa:r},{token:i})))),finish:vt(((t,n)=>B(e.post(v.webauthn.update.finish,{transactionId:t,response:n}))))}}),yt=ae("loginId"),bt=se(yt),wt=se(le("pendingRef")),$t=e=>({signUpOrIn:bt(((t,n={})=>{var{providerId:i}=n,o=l(n,["providerId"]);return B(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:o,providerId:i}))})),signUp:bt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(v.notp.signUp,{loginId:t,user:n,providerId:o,loginOptions:r}))})),signIn:bt(((t,n={},i)=>{var{providerId:o}=n,r=l(n,["providerId"]);return B(e.post(v.notp.signIn,{loginId:t,loginOptions:r,providerId:o},{token:i}))})),waitForSession:wt(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ge(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(B(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)}))))}),kt=se(le("token")),Ct=se(de("token"));var St,It=se([(St=le("projectId"),V(((e,t)=>n=>z(...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",St))())])((e=>{const{projectId:t,logger:n,baseUrl:i,cookiePolicy:o,baseHeaders:r={},refreshCookieName:s,fetch:a}=e;return d=P({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:fe(d),otp:ze(d),magicLink:Te(d),enchantedLink:Ie(d),oauth:Ue(d),outbound:_e(d),sso:Ze(d),saml:Ze(d),totp:tt(d),notp:$t(d),webauthn:mt(d),password:dt(d),flow:Oe(d),refresh:Ct(((e,t,n,i)=>{const o={};n&&(o.externalToken=n);const r=i?v.tryRefresh:v.refresh;return B(d.post(r,o,{token:e,queryParams:t}))})),selectTenant:se([ee("tenantId")],[oe('"token" must be string or undefined')])(((e,t)=>B(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:Ct((e=>B(d.post(v.logout,{},{token:e})))),logoutAll:Ct((e=>B(d.post(v.logoutAll,{},{token:e})))),me:Ct((e=>B(d.get(v.me,{token:e})))),myTenants:se([re('"tenants" must a string array or a boolean')],[oe('"token" must be string or undefined')])(((e,t)=>{const n={};return"boolean"==typeof e?n.dct=e:n.ids=e,B(d.post(v.myTenants,n,{token:t}))})),history:Ct((e=>B(d.get(v.history,{token:e})))),isJwtExpired:kt(U),getTenants:kt(D),getJwtPermissions:kt(F),getJwtRoles:kt(_),getCurrentTenant:kt(K),httpClient:d};var d})),Rt=Object.assign(It,{DeliveryMethods:ye});
2
- /*! js-cookie v3.0.8 | MIT */function xt(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 Ot=function e(t,n){function i(e,i,o){if("undefined"!=typeof document){"number"==typeof(o=xt({},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,"",xt({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,xt({},this.attributes,t))},withConverter:function(t){return e(xt({},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 Et={default:"endpoint"},At="Blocked by CSP",Nt="The endpoint parameter is not a valid URL",Mt="Failed to load the JS script of the agent",jt="9319";function Pt(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===At||s===Nt)n.exclude(),r=0;else if(s===jt)n.exclude();else if(s===Mt){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 Tt="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",Wt=Tt;function Lt(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:Tt,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 Pt(e,Ut)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===jt?new Error(Mt):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 Ut(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(Nt);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(Mt))},i.async=!0,i.src=e,r.appendChild(i)}))}(e)}),(function(){throw new Error(At)})).then(Dt)}function Dt(){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(jt);return n}const Ft="3.2.0",_t="undefined"!=typeof window,qt=Math.pow(2,31)-1,Bt=`https://descopecdn.com/npm/oidc-client-ts@${Ft}/dist/browser/oidc-client-ts.min.js`,Kt=`https://cdn.jsdelivr.net/npm/oidc-client-ts@${Ft}/dist/browser/oidc-client-ts.min.js`,Vt=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let Ht;const zt=e=>{try{return g(e).exp}catch(e){return null}},Gt=e=>{const{refresh_expire_in:t,refresh_token:n}=e;return t?Math.floor(Date.now()/1e3)+t:zt(n)},Jt=e=>{const{expires_in:t,expires_at:n,access_token:i}=e;return n||(t?Math.floor(Date.now()/1e3)+t:i?zt(i):void 0)},Zt=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||Jt(e),cookieExpiration:e.cookieExpiration||Gt(e)},r)},Yt=(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},Xt=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 Zt(n)},Qt=()=>_t&&!!window.descopeBridge,en=(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 Vt.includes(n)},tn=void 0!==Ht||_t&&void 0!==window.localStorage,nn=(e,t)=>{var n,i;return null===(i=null===(n=Ht||_t&&window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i?void 0:i.call(n,e,t)},on=e=>{var t,n;return null===(n=null===(t=Ht||_t&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e)},rn=e=>{var t,n;return null===(n=null===(t=Ht||_t&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n?void 0:n.call(t,e)},sn=e=>{var t,n,i,o,r;return null!==(r=null!==(n=null===(t=null==Ht?void 0:Ht.key)||void 0===t?void 0:t.call(Ht,e))&&void 0!==n?n:_t&&(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},an=e=>{var t,n;return _t&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e))||null},dn=e=>{var t,n;try{_t&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n||n.call(t,e))}catch(e){}},ln=(...e)=>{console.debug(...e)},cn=(...e)=>{console.warn(...e)},un="DS",hn="DSR",fn="DSI",pn="DSRCN";function gn(e,t,n){if(t){const{cookieDomain:i,cookiePath:o,cookieSameSite:r,cookieExpiration:s,cookieSecure:a}=n,d=new Date(1e3*s),l=vn(i);Ot.set(e,t,{path:o,domain:l?i:void 0,expires:d,sameSite:r,secure:a})}}function vn(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 mn=e=>(null==e?void 0:e.cookieName)||un,yn=e=>(null==e?void 0:e.cookieName)||hn;function bn(e="",t){return Ot.get(yn(t))||on(`${e}${hn}`)||""}function wn(e="",t){return Ot.get(mn(t))||on(`${e}${un}`)||""}function $n(e=""){return on(`${e}${fn}`)||""}function kn(e="",t,n,i){rn(`${e}${hn}`),rn(`${e}${un}`),rn(`${e}${fn}`),rn(`${e}${pn}`);const o=mn(t);Ot.remove(o,null==i?void 0:i.session);const r=yn(n);Ot.remove(r,null==i?void 0:i.refresh)}const Cn=(e,t,n)=>i=>{const o=Object.assign(i,{token:i.token||bn(e,t)});if(!n){const t=function(e=""){return on(`${e}${pn}`)}(e);t&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-refresh-cookie-name":t}))}const r=function(e=""){return on(`${e}DTD`)||""}(e);return r&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-trusted-device-token":r})),o},Sn=_t&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",In="vsid",Rn="vrid",xn="fp",On=(e=!1)=>{const t=on(xn);if(!t)return null;const n=JSON.parse(t);return(new Date).getTime()>n.expiry&&!e?null:n.value},En=async(e,t=Sn)=>{try{if(On())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=Lt({apiKey:e,endpoint:[i.toString(),Et],scriptUrlPattern:[r,Wt]}),a=await s,{requestId:d}=await a.get({linkedId:n}),l=((e,t)=>({[In]:e,[Rn]:t}))(n,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};nn(xn,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},An=e=>{const t=On(!0);return t&&e.body&&(e.body.fpData=t),e},Nn="descopeFlowNonce",Mn="X-Descope-Flow-Nonce",jn="/v1/flow/start",Pn="/v1/flow/next",Tn=(e,t=Nn)=>`${t}${e}`,Wn=(e,t=Nn)=>{try{const n=Tn(e,t),i=on(n);if(!i)return null;const o=JSON.parse(i);return o.expiry<Date.now()?(Ln(e,t),null):{value:o.value,seq:o.seq}}catch(e){return console.error("Error getting flow nonce:",e),null}},Ln=(e,t=Nn)=>{try{const n=Tn(e,t);rn(n)}catch(e){console.error("Error removing flow nonce:",e)}},Un=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Dn=e=>{var t;return e.path===Pn&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Un(e.body.executionId):null},Fn="dls_last_user_login_id",_n="dls_last_user_display_name",qn=e=>nn(Fn,e),Bn=()=>on(Fn),Kn=()=>on(_n),Vn=e=>async(...t)=>{var n;t[1]=t[1]||{};const[,i={}]=t,o=Bn(),r=Kn();return o&&(null!==(n=i.lastAuth)&&void 0!==n||(i.lastAuth={}),i.lastAuth.loginId=o,i.lastAuth.name=r),await e(...t)},Hn="DSLI",zn=e=>async(...t)=>{const n=await e(...t);return dn(Hn),n};function Gn(){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 Jn(e){const t=function(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ni(n.publicKey.challenge),n.publicKey.user.id=ni(n.publicKey.user.id),null===(t=n.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=ni(e.id)})),n}(e);try{return n=await navigator.credentials.create(t),JSON.stringify({id:n.id,rawId:ii(n.rawId),type:n.type,response:{attestationObject:ii(n.response.attestationObject),clientDataJSON:ii(n.response.clientDataJSON)}})}catch(e){throw await Xn(e,t,!0)}var n}async function Zn(e){const t=ei(e);try{return ti(await navigator.credentials.get(t))}catch(e){throw await Xn(e,t,!1)}}async function Yn(e,t){const n=ei(e);n.signal=t.signal,n.mediation="conditional";try{return ti(await navigator.credentials.get(n))}catch(e){throw await Xn(e,n,!1)}}async function Xn(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 Qn())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 Qn(!0)?"platform_authenticator_unsupported":"NotAllowedError"===r?"not_allowed":"unknown"}(e,t,n)}catch(e){}return e}async function Qn(e=!1){var t,n;if(!_t)return Promise.resolve(!1);if(Qt()){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 ei(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ni(n.publicKey.challenge),null===(t=n.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=ni(e.id)})),n}function ti(e){return JSON.stringify({id:e.id,rawId:ii(e.rawId),type:e.type,response:{authenticatorData:ii(e.response.authenticatorData),clientDataJSON:ii(e.response.clientDataJSON),signature:ii(e.response.signature),userHandle:e.response.userHandle?ii(e.response.userHandle):void 0}})}function ni(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function ii(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var oi,ri=(oi=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 Jn(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 Zn(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 Jn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,t)}{const t=await Zn(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 Jn(o.data.options);return await e.webauthn.update.finish(o.data.transactionId,r)},helpers:{create:Jn,get:Zn,isSupported:Qn,conditional:Yn}}),(...e)=>{const t=oi(...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 si="/fedcm/config";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=(()=>{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)})(),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 Qn(),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([Bt,Kt],(()=>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)))),nn(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=on(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||$n(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const r=await n.createSignoutRequest(e),{url:s}=r;return rn(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,Ht=n,e(t)}),(e=>t=>{var{fpKey:n,fpLoad:i}=t,o=l(t,["fpKey","fpLoad"]);return _t?(n&&i&&En(n).catch((()=>null)),e(Yt(o,{beforeRequest:An}))):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.6"},t.baseHeaders)}))),(e=>t=>{const n=Gn(),i=Gn(),o=Gn(),r=Gn(),s=e(Yt(t,{afterRequest:async(e,t)=>{if(en(e,t))ln("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 Xt(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 Xt(t);s&&i.pub(s),d&&r.pub(d),(a||s)&&n.pub(a||42)}}})),a=pe(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=Nn}=t,r=l(t,["enableFlowNonce","nonceStoragePrefix"]);if(!i)return e(r);((e=Nn)=>{try{if(!tn)return;for(let o=0;o<(void 0,n=void 0,void 0,null!==(i=null!==(t=null==Ht?void 0:Ht.length)&&void 0!==t?t:_t&&(null===(n=window.localStorage)||void 0===n?void 0:n.length))&&void 0!==i?i:0);o++){const t=sn(o);if(t&&t.startsWith(e)){const n=on(t);if(n)try{JSON.parse(n).expiry<Date.now()&&rn(t)}catch(e){rn(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,n,i})(o);const s=e(Yt(r,{afterRequest:async(e,t)=>{var n;if(e.path!==jn&&e.path!==Pn)return;const{nonce:i,seq:r,executionId:s}=await(async(e,t)=>{try{const n=t.headers.get(Mn),i=null===n?void 0:(e=>{const t=e.indexOf(".");if(t<=0)return;const n=e.slice(0,t);if(!/^\d+$/.test(n))return;const i=Number(n);return Number.isSafeInteger(i)?i:void 0})(n);let o=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return o||(o=Dn(e)),{nonce:n,seq:i,executionId:Un(o)}}catch(e){return{nonce:null,seq:void 0,executionId:null}}})(e,t);if(!i||!s)return;const a=e.path===jn,d=null===(n=Wn(s,o))||void 0===n?void 0:n.seq;!a&&void 0!==r&&void 0!==d&&r<=d||((e,t,n,i=Nn,o)=>{try{const r=Tn(e,i),s=n?172800:10800,a={value:t,expiry:Date.now()+1e3*s,isStart:n,seq:o};nn(r,JSON.stringify(a))}catch(e){console.error("Error setting flow nonce:",e)}})(s,i,a,o,null!=r?r:a?void 0:d)},beforeRequest:e=>{if(e.path===Pn){const t=Dn(e);if(t){const n=((e,t=Nn)=>{var n,i;return null!==(i=null===(n=Wn(e,t))||void 0===n?void 0:n.value)&&void 0!==i?i:null})(t,o);n&&(e.headers=e.headers||{},e.headers[Mn]=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(Yt(t,{afterRequest:async(e,t)=>{if(en(e,t))return void dn(Hn);const n=await Xt(t);(null==n?void 0:n.sessionExpiration)&&((e,t)=>{var n,i;try{_t&&(null===(i=null===(n=window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i||i.call(n,e,t))}catch(e){}})(Hn,String(n.sessionExpiration))}}));return pe(n,["logout","logoutAll","oidc.logout"],zn)}),(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||Qt())return Object.assign(e(i),{markUserActive:()=>{cn("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&&(ln("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),_t&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(ln("Expiration time passed, refreshing session"),p.refresh(bn()||c))}));const p=e(Yt(i,{afterRequest:async(e,t)=>{const{sessionJwt:n,refreshJwt:i,sessionExpiration:o,nextRefreshSeconds:r}=await Xt(t);if(en(e,t))ln("Session invalidated, canceling all timers"),s();else if(n||o){if(d=((e,t)=>{if(t)return new Date(1e3*t);ln("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 ln("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,ln(`Using provided nextRefreshSeconds: ${t}s`)):n=((i=e)?i.getTime()-(new Date).getTime():0)-2e4,n>qt&&(ln(`Timeout is too large (${n}ms), setting it to ${qt}ms`),n=qt),n})(d,r);if(s(),e<=2e4)return void ln("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});ln(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(_t&&"hidden"===document.visibilityState)ln("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return ln("Skipping refresh due to timer - user is idle"),void(f=!0);ln("Refreshing session due to timer"),p.refresh(bn()||i)}}),e)}}}));return Object.assign(pe(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const n=await e(...t);return ln("Clearing all timers"),s(),n})),{markUserActive:u?()=>{ln("markUserActive() called"),h||ln("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(ln("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(bn()||c))}:()=>{cn("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:Bn,getLastUserDisplayName:Kn});const r=e(Yt(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=Zt((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?(qn(r),(e=>{nn(_n,e)})(s)):(null==o?void 0:o.loginId)&&qn(o.loginId)}}));let s=pe(r,["flow.start"],Vn);return s=pe(s,["logout","logoutAll"],(e=>t=>async(...n)=>{const i=await t(...n);return e||(rn(Fn),rn(_n)),i})(i)),Object.assign(s,{getLastUserLoginId:Bn,getLastUserDisplayName:Kn})}),(e=>t=>{var{persistTokens:n,sessionTokenViaCookie:i,refreshTokenViaCookie:o,storagePrefix:r,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!n||!_t)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Yt(Object.assign({refreshCookieName:s},a),{beforeRequest:Cn(r,o,s),afterRequest:async(e,t)=>{if(en(e,t))ln("Session invalidated, clearing persisted tokens"),kn(r,i,o,d);else{const e=await Xt(t);e.cookieName?nn(`${r||""}${pn}`,e.cookieName):e.refreshJwt&&rn(`${r||""}${pn}`);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){rn(`${n}${hn}`);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=yn(i);s&&"https:"!==window.location.protocol&&cn("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});gn(d,l,c);const h=vn(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=yn(i);Ot.remove(e),nn(`${n}${hn}`,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=mn(t);i&&"https:"!==window.location.protocol&&cn("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});gn(r,d,l);const c=vn(o);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?o:void 0}})}else nn(`${n}${un}`,d);return e.idToken&&nn(`${n}${fn}`,e.idToken),c&&nn(`${n}DTD`,c),u})(e,i,r,o);n&&(d=n)}}})),u=pe(c,["logout","logoutAll","oidc.logout"],((e,t,n,i)=>o=>async(...r)=>{const s=await o(...r);return kn(e,t,n,null==i?void 0:i()),s})(r,i,o,(()=>d)));return Object.assign(u,{getRefreshToken:()=>bn(r,o),getSessionToken:()=>wn(r,i),getIdToken:()=>$n(r)})}))((e=>{const t=Rt(e),n=hi(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(i,o)=>{var r;if(Qt())return ln(`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&&_t&&void 0!==window.localStorage&&!an(Hn)&&!on(Fn)&&!an("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=wn(),a=bn();let d="";if(e.getExternalToken)try{d=await(null===(r=e.getExternalToken)||void 0===r?void 0:r.call(e))}catch(e){ln("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:ri(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+si),clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return i.refresh(r.token)},isSupported:()=>_t&&"IdentityCredential"in window,async isLoggedIn(e){var t;const n=i.httpClient.buildUrl(o+si);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 gu})).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 Ah})),{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 Yh})),{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 bf})),{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 Jf})),{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 Zp})),{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 qg})),{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 sk})),{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 PC})),{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.warn("No tenant style exists, using project default theme.")}},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=Vr&&localStorage.getItem("base.debug.logs.url"),Os=Ai((e=>{const t=ki(Xr({"flow-id":Jr}))(e);return class extends t{get flowId(){return this.getAttribute("flow-id")}}}));function Es(e){const t=Math.floor(e/1e3);if(t<60)return`${t} seconds`;const n=Math.floor(t/60);if(n<60)return`${n} minutes`;const i=Math.floor(n/60);return i<24?`${i} hours`:`${Math.floor(i/24)} days`}const As=Ai((e=>{var t,n,i,o,r,s,a,d,l,c,f,p;const g=ki(cs,Kr,Zr,rs,Qr,Os)(e);return p=class extends g{constructor(){super(...arguments),t.add(this),n.set(this,null),i.set(this,!1),o.set(this,null),f.set(this,null)}get telemetryManager(){return u(this,n,"f")}updateTelemetryContext(e){if(u(this,n,"f"))try{u(this,n,"f").updateContext(e)}catch(e){this.logger.error("Error updating telemetry context:",e)}}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this));const n=this.sdkVersion||"1.0.0";h(this,f,u(this,t,"m",l).call(this).then((e=>u(this,t,"m",r).call(this,e,{projectId:this.projectId,flowId:this.flowId,sdkVersion:n}))).catch((e=>{this.logger.error("Failed to start telemetry:",e)})),"f")}get telemetryReady(){var e;return null!==(e=u(this,f,"f"))&&void 0!==e?e:Promise.resolve()}disconnectedCallback(){var e;null===(e=super.disconnectedCallback)||void 0===e||e.call(this),u(this,t,"m",a).call(this)}},n=new WeakMap,i=new WeakMap,o=new WeakMap,f=new WeakMap,t=new WeakSet,r=async function(e,o){if(null==e?void 0:e.enabled)if(u(this,i,"f"))this.logger.debug("Telemetry already initialized");else if(e.expiration&&Date.now()>=e.expiration)this.logger.info(`Telemetry expiration time has passed (${new Date(e.expiration).toISOString()}), skipping initialization`);else try{this.logger.debug("Initializing telemetry...");const r=e.version||"latest";await this.injectNpmLib("@descope/debug-logs",r,"dist/index.js",[xs]);const a=window.DescopeDebugLogs;if(!a)throw new Error("DescopeDebugLogs not found after loading @descope/debug-logs. This likely means the UMD build failed to load from CDN.");if(h(this,n,new a({enabled:!0,rumConfig:e.rumConfig,capture:e.capture},{projectId:o.projectId,flowId:o.flowId,version:o.sdkVersion||"1.0.0"},this.logger),"f"),!u(this,n,"f").isReady())return this.logger.error("Telemetry manager failed to initialize (RUM client not ready)"),void h(this,n,null,"f");h(this,i,!0,"f"),this.logger.info("Telemetry initialized successfully"),e.expiration&&u(this,t,"m",s).call(this,e.expiration)}catch(e){this.logger.error("Failed to initialize telemetry:",e),h(this,i,!1,"f")}else this.logger.debug("Telemetry is disabled, skipping initialization")},s=function(e){const n=e-Date.now();if(n<=0)return this.logger.info("Telemetry expiration time reached, shutting down"),void u(this,t,"m",a).call(this);const i=864e5,r=Math.min(n,i);n>i&&this.logger.warn(`Telemetry expiration is beyond maximum timeout (${Es(n)}). Setting to maximum.`),this.logger.info(`Telemetry will expire at ${new Date(e).toISOString()} (in ${Es(r)})`),h(this,o,setTimeout((()=>{this.logger.info("Telemetry expiration time reached, shutting down"),u(this,t,"m",a).call(this)}),r),"f")},a=function(){if(u(this,o,"f")&&(clearTimeout(u(this,o,"f")),h(this,o,null,"f")),u(this,n,"f"))try{this.logger.debug("Shutting down telemetry..."),u(this,n,"f").shutdown(),h(this,n,null,"f"),h(this,i,!1,"f"),this.logger.info("Telemetry shutdown complete")}catch(e){this.logger.error("Error shutting down telemetry:",e)}},d=function(e){return Boolean((null==e?void 0:e.applicationId)&&(null==e?void 0:e.identityPoolId)&&(null==e?void 0:e.region))},l=async function(){var e;const n=await this.config,i=null===(e=null==n?void 0:n.projectConfig)||void 0===e?void 0:e.telemetry,o=Number(process.env.DESCOPE_TELEMETRY_SESSION_SAMPLE_RATE),r={enabled:"true"===(process.env.DESCOPE_TELEMETRY_ENABLED||"").toLowerCase(),rumConfig:Object.assign({applicationId:process.env.DESCOPE_TELEMETRY_APPLICATION_ID||"",identityPoolId:process.env.DESCOPE_TELEMETRY_IDENTITY_POOL_ID||"",region:process.env.DESCOPE_TELEMETRY_REGION||"",sessionSampleRate:Number.isFinite(o)&&o>0?o:1},process.env.DESCOPE_TELEMETRY_GUEST_ROLE_ARN&&{guestRoleArn:process.env.DESCOPE_TELEMETRY_GUEST_ROLE_ARN})},s=Object.assign(Object.assign(Object.assign({},r),i),{rumConfig:Object.assign(Object.assign({},r.rumConfig),null==i?void 0:i.rumConfig),capture:u(this,t,"m",c).call(this,null==i?void 0:i.capture)});return s.enabled&&!u(this,t,"m",d).call(this,s.rumConfig)&&(this.logger.warn("Telemetry enabled but rumConfig is incomplete (applicationId/identityPoolId/region required). Skipping initialization."),s.enabled=!1),i||(s.expiration=Date.now()+3e5,this.logger.debug("No backend telemetry config present; applying a 5-minute safety cap on the session.")),s},c=function(e){const t=null==e?void 0:e.dom;return!1===t?Object.assign(Object.assign({console:!0,network:!0,navigation:!0},e),{dom:!1}):Object.assign(Object.assign({console:!0,network:!0,navigation:!0},e),{dom:Object.assign(Object.assign({throttleMs:2e3},"object"==typeof t?t:{}),{rootElement:this.shadowRoot})})},p})),Ns=(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?Ns(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),Ns(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}),[]),Ms=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})),js=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 JC})),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})),Ps="descope-modal";var Ts,Ws,Ls;let Us=class{constructor(e,t){Ts.set(this,void 0),this.nodeName="",h(this,Ts,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,Ts,"f"))}get ele(){var e,t;const n="function"==typeof u(this,Ts,"f")?u(this,Ts,"f").call(this):u(this,Ts,"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}};Ts=new WeakMap;let Ds=class extends Us{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}},Fs=class extends Us{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)}}},_s=class extends Us{constructor(){super(...arguments),this.nodeName="descope-filter",Ws.set(this,null)}get data(){var e;try{return JSON.parse((null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data"))||"[]")}catch(e){return[]}}set data(e){var t,n;h(this,Ws,JSON.stringify(e),"f"),u(this,Ws,"f")!==(null===(t=this.ele)||void 0===t?void 0:t.getAttribute("data"))&&(null===(n=this.ele)||void 0===n||n.setAttribute("data",u(this,Ws,"f")))}get value(){var e;try{return JSON.parse((null===(e=this.ele)||void 0===e?void 0:e.getAttribute("value"))||"[]")}catch(e){return[]}}set value(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("value",JSON.stringify(e))}onApply(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("filter-apply",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("filter-apply",n)}}onClear(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("filter-clear",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("filter-clear",n)}}onDataChange(e){const t=this.ele;if(!t)return()=>{};const n=new MutationObserver((()=>{var n;(null!==(n=t.getAttribute("data"))&&void 0!==n?n:"[]")!==u(this,Ws,"f")&&e()}));return n.observe(t,{attributes:!0,attributeFilter:["data"]}),()=>n.disconnect()}};Ws=new WeakMap;let qs=class extends Us{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")}},Bs=class extends Us{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)}}},Ks=class extends qs{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 Vs=/^descope-grid-([^-]+)-column$/,Hs={text:class extends Us{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 Us{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 zs=class extends Us{constructor(){super(...arguments),this.nodeName="descope-grid",Ls.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=Vs.exec(t.localName))||void 0===n?void 0:n[1],o=Hs[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,Ls,"f"))||void 0===n||n.call(this,i)))}onColumnsChange(e){h(this,Ls,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};Ls=new WeakMap;let Gs=class extends Us{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 Js,Zs,Ys,Xs;let Qs=class extends Us{constructor(...e){super(...e),Js.add(this),Zs.set(this,void 0),Ys.set(this,void 0),this.nodeName="descope-modal",u(this,Js,"m",Xs).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,Js,"m",Xs).call(this),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,Zs,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,Zs,"f").content.cloneNode(!0)))}setContent(e){h(this,Zs,e,"f"),this.reset()}remove(){var e,t;null===(e=u(this,Ys,"f"))||void 0===e||e.disconnect(),null===(t=this.ele)||void 0===t||t.remove()}};Zs=new WeakMap,Ys=new WeakMap,Js=new WeakSet,Xs=function(){if(u(this,Ys,"f"))return;const e=this.ele;e&&(h(this,Ys,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,Ys,"f").observe(e,{attributes:!0,attributeFilter:["opened"],attributeOldValue:!0}))};let ea=class extends Us{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})))}},ta=class extends Us{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()))}},na=class extends Us{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()}},ia=class extends Us{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)}}},oa=class extends Us{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)}},ra=class extends Us{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)}},sa=class extends Us{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")}},aa=class extends Us{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)}}},da=class extends Us{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")}},la=class extends Us{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)}}},ca=class extends oa{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}},ua=class extends Us{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)}}},ha=class extends Us{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 fa=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 Qs{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const n=((e={})=>{const t=document.createElement(Ps);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([Ps]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,n})),pa="descope-notification",ga=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 na{setContent(t){const n="string"==typeof t?Ci(t):t;e(n),super.setContent(n)}}})())}createNotification(e){const n=((e={})=>{const t=document.createElement(pa);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([pa])}},t=new WeakMap,n}));function va(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 ma=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),ya=()=>Math.random().toString(36).substring(7).split("").join("."),ba={INIT:`@@redux/INIT${ya()}`,REPLACE:`@@redux/REPLACE${ya()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ya()}`};function wa(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 $a(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 ka(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=$a(e)),t}function Ca(e,t,n){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?va(2):`Expected the root reducer to be a function. Instead, received: '${ka(e)}'`);if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?va(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?va(1):`Expected the enhancer to be a function. Instead, received: '${ka(n)}'`);return n(Ca)(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?va(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?va(4):`Expected the listener to be a function. Instead, received: '${ka(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?va(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?va(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(!wa(e))throw new Error("production"===process.env.NODE_ENV?va(7):`Actions must be plain objects. Instead, the actual type was: '${ka(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?va(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?va(17):`Action "type" property must be a string. Instead, the actual type was: '${ka(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?va(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:ba.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?va(10):`Expected the nextReducer to be a function. Instead, received: '${ka(e)}`);i=e,h({type:ba.REPLACE})},[ma]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?va(11):`Expected the observer to be an object. Instead, received: '${ka(t)}'`);function n(){const e=t;e.next&&e.next(c())}n();return{unsubscribe:e(n)}},[ma](){return this}}}}}function Sa(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function Ia(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]&&Sa(`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:ba.INIT}))throw new Error("production"===process.env.NODE_ENV?va(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:ba.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?va(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${ba.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===ba.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(!wa(e))return`The ${r} has unexpected type of "${ka(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===ba.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&&Sa(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?va(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 Ra(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...n)=>e(t(...n))))}function xa(e){return wa(e)&&"type"in e&&"string"==typeof e.type}var Oa=Symbol.for("immer-nothing"),Ea=Symbol.for("immer-draftable"),Aa=Symbol.for("immer-state"),Na="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 Ma(e,...t){if("production"!==process.env.NODE_ENV){const n=Na[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 ja=Object.getPrototypeOf;function Pa(e){return!!e&&!!e[Aa]}function Ta(e){return!!e&&(La(e)||Array.isArray(e)||!!e[Ea]||!!e.constructor?.[Ea]||qa(e)||Ba(e))}var Wa=Object.prototype.constructor.toString();function La(e){if(!e||"object"!=typeof e)return!1;const t=ja(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)===Wa}function Ua(e,t){0===Da(e)?Object.entries(e).forEach((([n,i])=>{t(n,i,e)})):e.forEach(((n,i)=>t(i,n,e)))}function Da(e){const t=e[Aa];return t?t.type_:Array.isArray(e)?1:qa(e)?2:Ba(e)?3:0}function Fa(e,t){return 2===Da(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function _a(e,t,n){const i=Da(e);2===i?e.set(t,n):3===i?e.add(n):e[t]=n}function qa(e){return e instanceof Map}function Ba(e){return e instanceof Set}function Ka(e){return e.copy_||e.base_}function Va(e,t){if(qa(e))return new Map(e);if(Ba(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&La(e)){if(!ja(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const n=Object.getOwnPropertyDescriptors(e);delete n[Aa];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(ja(e),n)}function Ha(e,t=!1){return Ga(e)||Pa(e)||!Ta(e)||(Da(e)>1&&(e.set=e.add=e.clear=e.delete=za),Object.freeze(e),t&&Ua(e,((e,t)=>Ha(t,!0)))),e}function za(){Ma(2)}function Ga(e){return Object.isFrozen(e)}var Ja,Za={};function Ya(e){const t=Za[e];return t||Ma(0,e),t}function Xa(){return Ja}function Qa(e,t){t&&(Ya("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ed(e){td(e),e.drafts_.forEach(id),e.drafts_=null}function td(e){e===Ja&&(Ja=e.parent_)}function nd(e){return Ja={drafts_:[],parent_:Ja,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function id(e){const t=e[Aa];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function od(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[Aa].modified_&&(ed(t),Ma(4)),Ta(e)&&(e=rd(t,e),t.parent_||ad(t,e)),t.patches_&&Ya("Patches").generateReplacementPatches_(n[Aa].base_,e,t.patches_,t.inversePatches_)):e=rd(t,n,[]),ed(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Oa?e:void 0}function rd(e,t,n){if(Ga(t))return t;const i=t[Aa];if(!i)return Ua(t,((o,r)=>sd(e,i,t,o,r,n))),t;if(i.scope_!==e)return t;if(!i.modified_)return ad(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),Ua(o,((o,s)=>sd(e,i,t,o,s,n,r))),ad(e,t,!1),n&&e.patches_&&Ya("Patches").generatePatches_(i,n,e.patches_,e.inversePatches_)}return i.copy_}function sd(e,t,n,i,o,r,s){if("production"!==process.env.NODE_ENV&&o===n&&Ma(5),Pa(o)){const s=rd(e,o,r&&t&&3!==t.type_&&!Fa(t.assigned_,i)?r.concat(i):void 0);if(_a(n,i,s),!Pa(s))return;e.canAutoFreeze_=!1}else s&&n.add(o);if(Ta(o)&&!Ga(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;rd(e,o),t&&t.scope_.parent_||ad(e,o)}}function ad(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ha(t,n)}var dd={get(e,t){if(t===Aa)return e;const n=Ka(e);if(!Fa(n,t))return function(e,t,n){const i=ud(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_||!Ta(i)?i:i===cd(e.base_,t)?(fd(e),e.copy_[t]=pd(i,e)):i},has:(e,t)=>t in Ka(e),ownKeys:e=>Reflect.ownKeys(Ka(e)),set(e,t,n){const i=ud(Ka(e),t);if(i?.set)return i.set.call(e.draft_,n),!0;if(!e.modified_){const i=cd(Ka(e),t),o=i?.[Aa];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||Fa(e.base_,t)))return!0;fd(e),hd(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!==cd(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,fd(e),hd(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=Ka(e),i=Reflect.getOwnPropertyDescriptor(n,t);return i?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:i.enumerable,value:n[t]}:i},defineProperty(){Ma(11)},getPrototypeOf:e=>ja(e.base_),setPrototypeOf(){Ma(12)}},ld={};function cd(e,t){const n=e[Aa];return(n?Ka(n):e)[t]}function ud(e,t){if(!(t in e))return;let n=ja(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=ja(n)}}function hd(e){e.modified_||(e.modified_=!0,e.parent_&&hd(e.parent_))}function fd(e){e.copy_||(e.copy_=Va(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Ua(dd,((e,t)=>{ld[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),ld.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Ma(13),ld.set.call(this,e,t,void 0)},ld.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Ma(14),dd.set.call(this,e[0],t,n,e[0])};function pd(e,t){const n=qa(e)?Ya("MapSet").proxyMap_(e,t):Ba(e)?Ya("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),i={type_:n?1:0,scope_:t?t.scope_:Xa(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=i,r=dd;n&&(o=[i],r=ld);const{revoke:s,proxy:a}=Proxy.revocable(o,r);return i.draft_=a,i.revoke_=s,a}(e,t);return(t?t.scope_:Xa()).drafts_.push(n),n}function gd(e){return Pa(e)||Ma(10,e),vd(e)}function vd(e){if(!Ta(e)||Ga(e))return e;const t=e[Aa];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Va(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Va(e,!0);return Ua(n,((e,t)=>{_a(n,e,vd(t))})),t&&(t.finalized_=!1),n}var md=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&&Ma(6),void 0!==n&&"function"!=typeof n&&Ma(7),Ta(e)){const o=nd(this),r=pd(e,void 0);let s=!0;try{i=t(r),s=!1}finally{s?ed(o):td(o)}return Qa(o,n),od(i,o)}if(!e||"object"!=typeof e){if(i=t(e),void 0===i&&(i=e),i===Oa&&(i=void 0),this.autoFreeze_&&Ha(i,!0),n){const t=[],o=[];Ya("Patches").generateReplacementPatches_(e,i,t,o),n(t,o)}return i}Ma(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){Ta(e)||Ma(8),Pa(e)&&(e=gd(e));const t=nd(this),n=pd(e,void 0);return n[Aa].isManual_=!0,td(t),n}finishDraft(e,t){const n=e&&e[Aa];n&&n.isManual_||Ma(9);const{scope_:i}=n;return Qa(i,t),od(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=Ya("Patches").applyPatches_;return Pa(e)?i(e,t):this.produce(e,(e=>i(e,t)))}},yd=md.produce;md.produceWithPatches.bind(md),md.setAutoFreeze.bind(md),md.setUseStrictShallowCopy.bind(md),md.applyPatches.bind(md),md.createDraft.bind(md),md.finishDraft.bind(md);var bd=(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})}}},wd=(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})}},$d={inputStabilityCheck:"once",identityFunctionCheck:"once"};var kd=e=>Array.isArray(e)?e:[e];function Cd(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 Sd(e,t){const n=[],{length:i}=e;for(let o=0;o<i;o++)n.push(e[o].apply(null,t));return n}var Id="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},Rd=0,xd=1;function Od(){return{s:Rd,v:void 0,o:null,p:null}}function Ed(e,t={}){let n=Od();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=Od(),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=Od(),e.set(n,t)):t=i}}const a=t;let d;if(t.s===xd)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 Id(d):d}return a.s=xd,a.v=d,d}return s.clearCache=()=>{n=Od(),s.resetResultsCount()},s.resultsCount=()=>r,s.resetResultsCount=()=>{r=0},s}function Ad(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=Ed,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=kd(l),p=kd(u),g=Cd(e),v=d((function(){return i++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){o++;const e=Sd(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}={...$d,...t};return{identityFunctionCheck:{shouldRun:"always"===n||"once"===n&&e,run:bd},inputStabilityCheck:{shouldRun:"always"===i||"once"===i&&e,run:wd}}})(m,h);if(n.shouldRun&&n.run(s,e,t),i.shouldRun){const t=Sd(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 Nd=Ad(Ed),Md=Object.assign(((e,t=Nd)=>{!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:()=>Md});function jd(e){return({dispatch:t,getState:n})=>i=>o=>"function"==typeof o?o(t,n,e):i(o)}var Pd=jd(),Td=jd;((...e)=>{const t=Ad(...e)})(Ed);var Wd="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Ra:Ra.apply(null,arguments)},Ld=e=>e&&"function"==typeof e.match;function Ud(e,t){function n(...n){if(t){let i=t(...n);if(!i)throw new Error("production"===process.env.NODE_ENV?yl(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=>xa(t)&&t.type===e,n}function Dd(e){return"function"==typeof e&&"type"in e&&Ld(e)}function Fd(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 _d=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 qd(e){return Ta(e)?yd(e,(()=>{})):e}function Bd(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?yl(10):"No insert provided for key not already in map");const i=n.insert(t,e);return e.set(t,i),i}function Kd(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Vd(e,t,n){const i=Hd(e,t,n);return{detectMutations:()=>zd(e,t,i,n)}}function Hd(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]=Hd(e,t,n[o],s))}}return r}function zd(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=zd(e,t,n.children[o],i[o],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function Gd(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||wa(e)}function Jd(e,t="",n=Gd,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=Jd(l,a,n,i,o,r),s))return s}return r&&Zd(e)&&r.add(e),!1}function Zd(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!Zd(t))return!1;return!0}function Yd(e){return"boolean"==typeof e}var Xd=()=>function(e){const{thunk:t=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:o=!0}=e??{};let r=new _d;if(t&&(Yd(t)?r.push(Pd):r.push(Td(t.extraArgument))),"production"!==process.env.NODE_ENV){if(n){let e={};Yd(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=Kd,ignoredPaths:o,warnAfter:r=32}=e;const s=Vd.bind(null,i,o);return({getState:e})=>{let n,i=e(),o=s(i);return a=>d=>{const l=Fd(r,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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={};Yd(i)||(e=i),r.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=Gd,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(!xa(u))return l(u);const h=l(u),f=Fd(s,"SerializableStateInvariantMiddleware");return d||i.length&&-1!==i.indexOf(u.type)||f.measureTime((()=>{const e=Jd(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=Jd(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={};Yd(o)||(e=o),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=Dd}=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},Qd=e=>t=>{setTimeout(t,e)},el="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:Qd(10),tl=e=>function(t){const{autoBatch:n=!0}=t??{};let i=new _d(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?el:"callback"===e.type?e.queueNotification:Qd(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},nl="production"===process.env.NODE_ENV;function il(e){const t=Xd(),{reducer:n,middleware:i,devTools:o=!0,preloadedState:r,enhancers:s}=e||{};let a,d;if("function"==typeof n)a=n;else{if(!wa(n))throw new Error("production"===process.env.NODE_ENV?yl(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=Ia(n)}if(!nl&&i&&"function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?yl(2):"`middleware` field must be a callback");if("function"==typeof i){if(d=i(t),!nl&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?yl(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!nl&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?yl(4):"each middleware provided to configureStore must be a function");let l=Ra;o&&(l=Wd({trace:!nl,..."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?va(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=Ra(...a)(o.dispatch),{...o,dispatch:r}}}(...d),u=tl(c);if(!nl&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?yl(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!nl&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?yl(6):"`enhancers` callback must return an array");if(!nl&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?yl(7):"each enhancer provided to configureStore must be a function");nl||!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 Ca(a,r,l(...h))}function ol(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?yl(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(i)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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?yl(31):"`builder.addDefaultCase` can only be called once");return i=e,o}};return e(o),[t,n,i]}function rl(...e){return t=>e.some((e=>((e,t)=>Ld(e)?e.match(t):e(t))(e,t)))}var sl=["name","message","stack","code"],al=class{constructor(e,t){this.payload=e,this.meta=t}_type},dl=class{constructor(e,t){this.payload=e,this.meta=t}_type},ll=e=>{if("object"==typeof e&&null!==e){const t={};for(const n of sl)"string"==typeof e[n]&&(t[n]=e[n]);return t}return{message:String(e)}},cl=(()=>{function e(e,t,n){const i=Ud(e+"/fulfilled",((e,t,n,i)=>({payload:e,meta:{...i||{},arg:n,requestId:t,requestStatus:"fulfilled"}}))),o=Ud(e+"/pending",((e,t,n)=>({payload:void 0,meta:{...n||{},arg:t,requestId:e,requestStatus:"pending"}}))),r=Ud(e+"/rejected",((e,t,i,o,r)=>({payload:o,error:(n&&n.serializeError||ll)(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 al(e,t),fulfillWithValue:(e,t)=>new dl(e,t)})).then((t=>{if(t instanceof al)throw t;return t instanceof dl?i(t.payload,l,e,t.meta):i(t,l,e)}))])}catch(t){f=t instanceof al?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(ul)})}}),{pending:o,rejected:r,fulfilled:i,settled:rl(r,i),typePrefix:e})}return e.withTypes=()=>e,e})();function ul(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var hl=Symbol.for("rtk-slice-createasyncthunk");function fl(e,t){return`${e}/${t}`}function pl(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?yl(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...r)}return o.unwrapped=t,o}var gl=function({creators:e}={}){const t=e?.asyncThunk?.[hl];return function(e){const{name:n,reducerPath:i=n}=e;if(!n)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(12):"`context.addCase` cannot be called with an empty action type");if(n in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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?ol(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?yl(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]=ol(t);if(function(e){return"function"==typeof e}(e))n=()=>qd(e());else{const t=qd(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(Pa(e)){const i=n(e,t);return void 0===i?e:i}if(Ta(e))return yd(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?yl(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:fl(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?yl(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?Ud(e,s):Ud(e))}(s,r,a):function({type:e,reducerName:t},n,i,o){if(!o)throw new Error("production"===process.env.NODE_ENV?yl(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||vl,pending:a||vl,rejected:d||vl,settled:l||vl})}(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=Bd(c,this,{insert:()=>new WeakMap});return Bd(n,t,{insert:()=>{const n={};for(const[i,o]of Object.entries(e.selectors??{}))n[i]=pl(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?yl(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 vl(){}var ml="listenerMiddleware";function yl(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. `}Ud(`${ml}/add`),Ud(`${ml}/removeAll`),Ud(`${ml}/remove`);const bl=e=>Ai((t=>{const n=gl(e),i=Object.assign(Object.assign({},n.actions),e.asyncActions);return class extends(ki(Kr)(t)){constructor(...e){super(...e);const t=il({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{ul(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()))))}}})),wl=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()}})),$l=Ai((e=>{const t=ki(Xr({"widget-id":Jr}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),kl=Ai((e=>{const t=ki(rs,$l)(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]}}})),Cl=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:""}})),Sl=e=>Ai((t=>{var n,i,o;const r=ki(is,$l,kl,Cl)(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})),Il=Ai((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),Rl=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})),xl=["input","change"];function Ol(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 El(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 Al(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 Nl(e){return Array.isArray(e)?e:"string"==typeof e?e.split(","):null}function Ml(e){return null==e||("string"==typeof e?""===e:Array.isArray(e)?0===e.length:"object"==typeof e&&0===Object.keys(e).length)}const jl=new Map,Pl={equal:(e,t)=>e===t||El(e)===El(t),"not-equal":(e,t)=>e!==t&&El(e)!==El(t),contains:(e,t)=>Array.isArray(e)?e.includes(t):"string"==typeof e&&e.includes(El(t)),"doesnt-contains":(e,t)=>Array.isArray(e)?!e.includes(t):"string"==typeof e&&!e.includes(El(t)),"greater-than":(e,t)=>{const n=Ol(e),i=Ol(t);return n.ok&&i.ok&&n.value>i.value},"greater-than-or-equal":(e,t)=>{const n=Ol(e),i=Ol(t);return n.ok&&i.ok&&n.value>=i.value},"less-than":(e,t)=>{const n=Ol(e),i=Ol(t);return n.ok&&i.ok&&n.value<i.value},"less-than-or-equal":(e,t)=>{const n=Ol(e),i=Ol(t);return n.ok&&i.ok&&n.value<=i.value},empty:e=>Ml(e),"not-empty":e=>!Ml(e),"is-true":e=>{const t=Al(e);return t.ok&&t.value},"is-false":e=>{const t=Al(e);return t.ok&&!t.value},in:(e,t)=>{const n=Nl(t);return null!==n&&n.includes(e)},"not-in":(e,t)=>{const n=Nl(t);return null!==n&&!n.includes(e)},matches:(e,t)=>{if("string"!=typeof e)return!1;const n=function(e){var t;if(jl.has(e))return null!==(t=jl.get(e))&&void 0!==t?t:null;let n;try{n=new RegExp(e)}catch(e){n=null}return jl.set(e,n),n}(El(t));return null!==n&&n.test(e)}};function Tl(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=>Tl(e,t))):e.value}function Wl(e,t){const n=Pl[e.operator];return!!n&&n(Tl(e.target,t),Tl(e.predicate,t))}function Ll(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=>Wl(e,t))):i.every((e=>Wl(e,t))))}(e,t)))})(e,t)&&(null!==(i=e.componentIds)&&void 0!==i?i:[]).forEach((t=>{n[t]=e.action}))})),n}const Ul=["hide","disable","read-only"];const Dl=/(["\\])/g;function Fl(e){return"undefined"!=typeof CSS&&"function"==typeof CSS.escape?CSS.escape(e):e.replace(Dl,"\\$1")}function _l(e,t){return Array.from(e.querySelectorAll(`[id="${Fl(t)}"]`))}function ql(e,t,n){return Object.keys(t).forEach((i=>{const o=t[i];n[i]!==o&&_l(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&&_l(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 Bl="component-conditions:";function Kl(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 Vl(e,t){const n=Object.keys(e),i=Object.keys(t);return n.length===i.length&&n.every((n=>e[n]===t[n]))}function Hl(){return{conditions:[],touchedIds:new Set,snapshot:{},applied:{},serverBaseline:{},debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:null}}function zl(e,t,n){const i={};return n.forEach((n=>{e[n]?i[n]=e[n]:t[n]&&(i[n]=t[n])})),i}const Gl=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,Hl())}applyComponentsState(e,t){t&&(Object.entries(t).forEach((([e,t])=>{Ul.includes(t)||this.logger.error(`Unknown component action "${t}" for component with id "${e}"`,`Valid actions are ${Ul.map((e=>`"${e}"`)).join(", ")}`)})),ql(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(`${Bl} no real-time rules to apply on this screen`);this.logger.info(`${Bl} 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="${Fl(t)}"]`)||e.querySelector(`[name="${Fl(n)}"]`)}(e,t);if(!n)return;const i=Kl(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=zl(Ll(c,f),g,p);Vl(v,y)||(m.applied=ql(e,v,y)),m.inputHandler=e=>u(this,t,"m",i).call(this,e),xl.forEach((t=>{e.addEventListener(t,m.inputHandler,!0)})),this.logger.debug(`${Bl} listening for "${xl.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]=Kl(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=zl(Ll(e.conditions,e.snapshot),e.serverBaseline,e.touchedIds)}catch(e){return void this.logger.error(`${Bl} failed to evaluate real-time rules — keeping the previous state`,null==e?void 0:e.message)}const i=e.applied;Vl(i,t)||(this.logger.debug(`${Bl} form changed — updating components: was ${JSON.stringify(i)}, now ${JSON.stringify(t)}`),e.applied=ql(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&&ql(e.root,e.applied,{}),xl.forEach((t=>{e.root.removeEventListener(t,e.inputHandler,!0)}))),h(this,n,Hl(),"f")},s})),Jl="project-id",Zl="flow-id",Yl=e=>{const t=(e=>{const t=e.getAttribute(Jl),n=e.getAttribute(Zl);return t&&n?Array.from(e.ownerDocument.querySelectorAll("descope-wc")).filter((e=>e.getAttribute(Jl)===t&&e.getAttribute(Zl)===n)):[]})(e);return t.length>1&&t[0]!==e},Xl=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!==Jl&&e!==Zl||u(this,t,"m",i).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){queueMicrotask((()=>{if(!this.isConnected)return;const e=this.getAttribute(Jl),t=this.getAttribute(Zl),i=`${e}|${t}`;u(this,n,"f")!==i&&Yl(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})),Ql=["externalId","email","phone"],ec=["newPassword","password"],tc="data-username-anchor",nc=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""}},ic=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:[nc(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(`[${tc}="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"]',...Ql.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(tc,"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,Ql);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,a;const d=cr(e,Ql)||(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]),l=cr(e,ec);if(d&&l)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:d,password:l});null===(a=null===(s=null===(r=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===r?void 0:r.store)||void 0===s?void 0:s.call(r,e))||void 0===a||a.catch((e=>{this.logger.error("Could not store credentials",null==e?void 0:e.message)}))}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 oc,rc,sc,ac,dc,lc,cc,uc,hc,fc,pc,gc,vc,mc,yc,bc,wc,$c,kc,Cc,Sc,Ic;const Rc=ki(Rs,is,Ms,Gl,Xl,ic,vs,As)(HTMLElement);let xc=class extends Rc{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(),oc.add(this),this.sdkVersion="4.2.0",sc.set(this,!1),ac.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,oc,"m",Ic).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)}},dc.set(this,new kr),lc.set(this,new kr),cc.set(this,{}),this.getComponentsContext=()=>u(this,cc,"f"),this.nextRequestStatus=new kr({isLoading:!1}),uc.set(this,void 0),hc.set(this,{popstate:u(this,oc,"m",mc).bind(this),componentsContext:u(this,oc,"m",kc).bind(this)}),fc.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,fc,e,"f"),u(this,oc,"m",gc).call(this)}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 Ns(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,ac,"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,ac,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,lc,"f").subscribe(u(this,oc,"m",Sc).bind(this)),u(this,lc,"f").update({isDebug:this.debug}),u(this,oc,"m",vc).call(this),yield u(this,oc,"m",wc).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,hc,"f").popstate),window.addEventListener("components-context",u(this,hc,"f").componentsContext),u(this,dc,"f").subscribe(u(this,oc,"m",bc).bind(this)),u(this,dc,"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,sc,!0,"f")}))}disconnectedCallback(){var e;u(this,dc,"f").unsubscribeAll(),u(this,lc,"f").unsubscribeAll(),u(this,oc,"m",Cc).call(this),window.removeEventListener("popstate",u(this,hc,"f").popstate),window.removeEventListener("components-context",u(this,hc,"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,sc,"f")&&t!==n&&rc.observedAttributes.includes(e)){u(this,oc,"m",vc).call(this);const i=null===t;u(this,dc,"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,lc,"f").update({isDebug:this.debug})}}};var 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,au,du,lu,cu,uu,hu,fu;rc=xc,sc=new WeakMap,ac=new WeakMap,dc=new WeakMap,lc=new WeakMap,cc=new WeakMap,uc=new WeakMap,hc=new WeakMap,fc=new WeakMap,oc=new WeakSet,pc=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 ")},gc=function(){u(this,oc,"m",pc).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},vc=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"];rc.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[ir(t)])throw Error(`${t} cannot be empty`)}))},mc=function(){const{stepId:e,executionId:t}=tr(this.flowId);u(this,dc,"f").update({stepId:e,executionId:t})},yc=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},rc.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,ac,"f")&&(n.customStorage=u(this,ac,"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()}}}}))}))},bc=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,oc,"m",yc).call(this,t,i)}u(this,fc,"f").call(this,e)}))},wc=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,oc,"m",$c).call(this))}))},$c=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}}))},kc=function(e){h(this,cc,Object.assign(Object.assign({},u(this,cc,"f")),e.detail),"f")},Cc=function(){var e;null===(e=u(this,uc,"f"))||void 0===e||e.remove(),h(this,uc,null,"f")},Sc=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,uc,document.createElement("descope-debugger"),"f"),Object.assign(u(this,uc,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return hS})),document.body.appendChild(u(this,uc,"f"))):u(this,oc,"m",Cc).call(this)}))},Ic=function(e,t){var n;e&&this.debug&&(null===(n=u(this,uc,"f"))||void 0===n||n.updateData({title:e,description:t}))},xc.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"4.2.0"}};let pu=class e extends xc{static set sdkConfigOverrides(e){xc.sdkConfigOverrides=e}static get sdkConfigOverrides(){return xc.sdkConfigOverrides}constructor(){const t=new kr({deferredRedirect:!1,deferredPolling:!1});super(t.update.bind(t)),Oc.add(this),this.stepState=new kr({}),Ec.set(this,void 0),Ac.set(this,null),Nc.set(this,null),Mc.set(this,{visibilitychange:u(this,Oc,"m",jc).bind(this)}),this.bridgeVersion=e.bridgeVersion,Pc.set(this,void 0),this.nativeCallbacks={},qc.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},Kc.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,Oc,"m",Vc).call(this,t):t()})),Hc.set(this,((e,t,n,i,o=!1)=>{const r=[ho,"E103202",fo];if(this.flowState.current.action===Fo){if(u(this,Gc,"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,Ec,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,Hc,"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,Hc,"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,Hc,"f").call(this,e,t,n,i),u(this,Jc,"f").call(this,f)}))),a),"f")}})),zc.set(this,(()=>{clearTimeout(u(this,Ec,"f")),h(this,Ec,null,"f")})),Gc.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),Jc.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,Oc,"m",hu).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,Oc,"m",_c).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,zc,"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,Oc,"m",hu).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,Nc,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})})),Zc.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)}}))))),nu.set(this,null),su.set(this,ur(((e,t,n)=>c(this,void 0,void 0,(function*(){var i,o;if("true"===e.getAttribute("formnovalidate")||u(this,Oc,"m",eu).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,Oc,"m",lu).call(this,e,r,n),u(this,Oc,"m",iu).call(this,e);const s=yield u(this,Oc,"m",tu).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=t}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,zc,"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(){var e,t;if(!window.descopeBridge)return this._init();this.lazyInit=this._init,h(this,Pc,null===(t=null===(e=null===window||void 0===window?void 0:window.descopeBridge)||void 0===e?void 0:e.registerFlow)||void 0===t?void 0:t.call(e,this),"f")}_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,Oc,"m",Dc).call(this),window.addEventListener("visibilitychange",u(this,Mc,"f").visibilitychange)),yield null===(n=e.init)||void 0===n?void 0:n.call(this)}))}disconnectedCallback(){var e,t,n;super.disconnectedCallback(),u(this,Pc,"f")&&(null===(t=null===(e=window.descopeBridge)||void 0===e?void 0:e.unregisterFlow)||void 0===t||t.call(e,u(this,Pc,"f")),h(this,Pc,void 0,"f")),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,zc,"f").call(this),null===(n=u(this,Ac,"f"))||void 0===n||n.abort(),h(this,Ac,null,"f"),window.removeEventListener("visibilitychange",u(this,Mc,"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,Nc,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield En(G.fingerprintKey,this.baseUrl):rn(xn),!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,Jc,"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,Oc,"m",fu).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,Jc,"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,Oc,"m",hu).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,Oc,"m",hu).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,Ac,"f"))||void 0===o||o.abort(),h(this,Ac,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,Jc,"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,Jc,"f").call(this,t)})),u(this,Oc,"m",Lc).call(this,L,U),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((n("action")||n("deferredPolling"))&&u(this,Hc,"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,Oc,"m",au).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,Jc,"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,Oc,"m",au).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,Jc,"f").call(this,i),i}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,Oc,"m",Bc).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,Oc,"m",Xc).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,Oc,"m",ou).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,Oc,"m",Qc).call(this,{isFirstScreen:r,isCustomScreen:!1,stepName:e.stepName}),sr(o,this.autoFocus,r),u(this,Oc,"m",cu).call(this,h)})),u(this,Oc,"m",uu).call(this,d,h),o.querySelector(`[${Uo}="polling"]`)&&d(Ho,{})}));a?u(this,Oc,"m",Vc).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}};Ec=new WeakMap,Ac=new WeakMap,Nc=new WeakMap,Mc=new WeakMap,Pc=new WeakMap,qc=new WeakMap,Kc=new WeakMap,Hc=new WeakMap,zc=new WeakMap,Gc=new WeakMap,Jc=new WeakMap,Zc=new WeakMap,nu=new WeakMap,su=new WeakMap,Oc=new WeakSet,jc=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},Tc=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,Oc,"m",Lc).call(this,"beforeScreen",{screen:e,context:t})}))}))},Wc=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,Oc,"m",Lc).call(this,"afterScreen",{screen:e})},Lc=function(e,t){u(this,Oc,"m",hu).call(this,"bridge",{type:e,payload:t})},Uc=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()},Dc=function(){var e,t,n,i;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,Oc,"m",Uc).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,Oc,"m",Fc).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===(i=this.flowState)||void 0===i||i.subscribe((({screenId:e,executionId:t})=>{var n;try{this.updateTelemetryContext({screenId:e,executionId:t})}catch(e){null===(n=this.logger)||void 0===n||n.error("Error updating telemetry screenId:",e)}}),(e=>({screenId:e.screenId,executionId:e.executionId})))},Fc=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))},_c=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")}))},Bc=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,Oc,"m",Tc).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,Kc,"f").call(this,s),i&&(i.isCustomScreen=s),u(this,qc,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,qc,s,"f"),s?this.stepState.unsubscribeAll():u(this,Oc,"m",Dc).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,Oc,"m",Qc).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},Vc=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")},Yc=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)}))}},Xc=function(e,t){return c(this,void 0,void 0,(function*(){var n;null===(n=u(this,Ac,"f"))||void 0===n||n.abort();const i=e.querySelector('*[autocomplete="webauthn"]');if(i&&(yield Mr())){const{options:e,transactionId:n}=(yield u(this,Zc,"f").call(this))||{};e&&n&&(u(this,Oc,"m",Yc).call(this,i),h(this,Ac,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,Ac,"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)})))}}))},Qc=function({isFirstScreen:e,isCustomScreen:t,stepName:n}){e&&u(this,Oc,"m",hu).call(this,"ready",{}),t||u(this,Oc,"m",Wc).call(this,n),u(this,Oc,"m",hu).call(this,"page-updated",{screenName:n}),u(this,Oc,"m",hu).call(this,"screen-updated",{screenName:n})},eu=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},tu=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})),{})}))},iu=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,Nc,(()=>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,nu,"f")),h(this,nu,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),s())}),"f"),window.addEventListener("pageshow",u(this,nu,"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())}))},ou=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,Oc,"m",ru).call(this,e)))},ru=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)}))},au=function(e){return c(this,void 0,void 0,(function*(){if(u(this,Nc,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,Nc,"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)}}))},du=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,su,"f").call(this,n,e,t)}))}))},lu=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)},cu=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))},uu=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${$o}]), [data-type="button"]:not([${$o}]`).forEach((n=>{n.onclick=()=>{u(this,su,"f").call(this,n,e,t)}})),u(this,Oc,"m",du).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:""})})))}))}))},hu=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},fu=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){}},pu.bridgeVersion=3,customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",pu);var gu=Object.freeze({__proto__:null,default:pu});const vu=e=>e.selectedAccessKeysIds,mu=e=>e.notifications,yu=Nd((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}))))),bu=Nd(vu,yu,((e,t)=>t.filter((t=>e.includes(t.id))))),wu=Nd(vu,(e=>!!e.length)),$u=Nd(bu,(e=>e.every((e=>e.editable)))),ku=Nd($u,wu,((e,t)=>e&&t)),Cu=Nd(bu,(e=>e.some((e=>"expired"===e.status)))),Su=Nd(ku,Cu,((e,t)=>e&&!t)),Iu=Nd(vu,(e=>1===e.length)),Ru=Nd(bu,(e=>1===e.length?e[0].name:`${e.length} access keys`)),xu=Nd(Su,Iu,bu,((e,t,n)=>{var i;return e&&t&&"active"===(null===(i=n[0])||void 0===i?void 0:i.status)})),Ou=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)}))}))},Eu=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}}),Au=({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)})}}),Nu=cl("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),Mu=Ou(Nu)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},Eu((e=>e.createAccessKey)),Au({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>`}})),ju={action:Nu,reducer:Mu},Pu=cl("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Tu=Ou(Pu)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},Eu((e=>e.deleteAccessKey)),Au({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"]}`})),Wu={action:Pu,reducer:Tu},Lu=cl("accessKeys/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.accesskey.search(Object.assign(Object.assign({},i),e))})),Uu=Ou(Lu)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},Eu((e=>e.accessKeysList))),Du={action:Lu,reducer:Uu},Fu=cl("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),_u=Ou(Fu)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},Eu((e=>e.activateAccessKey)),Au({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"]}`})),qu={action:Fu,reducer:_u},Bu=cl("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),Ku=Ou(Bu)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},Eu((e=>e.deactivateAccessKey)),Au({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"]}`})),Vu={action:Bu,reducer:Ku},Hu=cl("accessKeys/rotate",((e,{extra:{api:t}})=>t.accesskey.rotate(e))),zu=Ou(Hu)({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)}},Eu((e=>e.rotateAccessKey)),Au({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>`}})),Gu={action:Hu,reducer:zu},Ju=cl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Zu={action:Ju,reducer:Ou(Ju)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Eu((e=>e.tenantRoles)))},Yu={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:[]},Xu="/v1/mgmt/accesskey/search",Qu="/v1/mgmt/accesskey/delete/batch",eh="/v1/mgmt/accesskey/create",th="/v1/mgmt/accesskey/deactivate/batch",nh="/v1/mgmt/accesskey/activate/batch",ih="/v1/mgmt/accesskey/rotate",oh="/v1/mgmt/role/all",rh=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)})),sh=({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(Xu,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield rh(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(Qu,{ids:i},{queryParams:{tenant:t}});return yield rh(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(eh,{name:i,expireTime:l,roleNames:r,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield rh(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(nh,{ids:i},{queryParams:{tenant:t}});return yield rh(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(th,{ids:i},{queryParams:{tenant:t}});return yield rh(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(ih,{id:i},{queryParams:{tenant:t}});return yield rh(o),yield o.json()}))}),ah=({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(oh,{queryParams:{tenant:t}});return yield rh(i),i.json()}))}),dh=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.12"}}));return{accesskey:sh({httpClient:o.httpClient,tenant:t,mock:n}),tenant:ah({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})),lh=Ai((e=>{const t=ki(bl({name:"widget",initialState:Yu,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{ju.reducer(e),Wu.reducer(e),Du.reducer(e),qu.reducer(e),Vu.reducer(e),Gu.reducer(e),Zu.reducer(e)},asyncActions:{searchAccessKeys:Du.action,createAccessKey:ju.action,activateAccessKeys:qu.action,deactivateAccessKeys:Vu.action,deleteAccessKeys:Wu.action,rotateAccessKey:Gu.action,getTenantRoles:Zu.action}}),Zr,Kr,dh)(e);return class extends t{constructor(...e){super(...e),this.state=Yu,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),ch=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("access-key-management-widget"),lh)(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})),uh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(lh,Kr,ch)(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,yu(this.state)),this.subscribe(u(this,i,"f").bind(this),yu)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.accessKeysTable=new zs(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})),hh=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,Kr,ch)(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 qs((()=>{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 qs((()=>{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=bu(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const i=new ra(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=Ru(this.state);i.text=`Activate ${e}?`}}))},i})),fh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ch,lh,hh)(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),Su)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.activateButton=new qs(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})),ph=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,wl,Kr,ch)(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 qs((()=>{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})),gh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(lh,fa,wl,Kr,ch,ph)(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 qs((()=>{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 qs((()=>{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 ta((()=>{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})),vh=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,gh,ch)(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 qs(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})),mh=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,Kr,ch)(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 qs((()=>{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 qs((()=>{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=bu(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const i=new ra(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=Ru(this.state);i.text=`Deactivate ${e}?`}}))},i})),yh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ch,lh,mh)(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),Su)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deactivateButton=new qs(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})),bh=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,Kr,ch)(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 qs((()=>{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 qs((()=>{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=bu(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const i=new ra(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=Ru(this.state);i.text=`Delete ${e}?`}}))},i})),wh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ch,lh,bh)(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),ku)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),$h=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ch,lh)(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 sa(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})),kh={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},Ch=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,lh,ga,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),mu)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=kh[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})),Sh=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,wl,Kr,ch)(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 qs((()=>{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})),Ih=Ai((e=>{var t,n,i;return i=class extends(ki(lh,fa,wl,Kr,ch,Sh)(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 qs((()=>{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 qs((()=>{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=bu(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 ra(null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.rotateAccessKeyModal.beforeOpen=()=>{const e=Ru(this.state);i.text=`Rotate ${e}?`}}))},i})),Rh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,ch,lh,Ih)(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),xu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.rotateButton=new qs(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})),xh=Ai((e=>class extends(ki(js,Rs,uh,vh,wh,$h,fh,yh,Rh,Ch)(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)}))}})),Oh=ki((e=>class extends(xh(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",Oh);var Eh,Ah=Object.freeze({__proto__:null,default:Oh});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(Eh||(Eh={}));const Nh=e=>e.ssoAppsList.data,Mh=Nd(Nh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===Eh.saml))})),jh=Nd(Nh,(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===Eh.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),Ph=Nd(Nh,(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===Eh.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Th=Nd(Nh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===Eh.custom))})),Wh=e=>{var t,n,i,o;switch(e.appType){case Eh.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case Eh.oidc:return null===(n=e.oidcSettings)||void 0===n?void 0:n.customIdpInitiatedLoginPageUrl;case Eh.wsfed:return null===(i=e.wsfedSettings)||void 0===i?void 0:i.idpInitiatedUrl;case Eh.custom:return null===(o=e.customSettings)||void 0===o?void 0:o.loginPageUrl;default:return}},Lh=Nd(Mh,jh,Ph,Th,((e,t,n,i)=>[...e,...t,...n,...i].map((e=>({name:e.name,icon:e.logo,url:Wh(e)}))))),Uh=cl("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Dh=(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)}))}))})(Uh)({onFulfilled:(e,t)=>{var n;e.ssoAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},(Fh=e=>e.ssoAppsList,{onFulfilled:e=>{Fh(e).loading=!1},onPending:e=>{Fh(e).loading=!0,Fh(e).error=null},onRejected:(e,t)=>{Fh(e).loading=!1,Fh(e).error=t.error}}));var Fh;const _h={action:Uh,reducer:Dh},qh={ssoAppsList:{data:[],loading:!1,error:null}},Bh="/v1/mgmt/sso/idp/apps/load",Kh=({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:Eh.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:Eh.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:Eh.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:Eh.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(Bh);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()}))}),Vh=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,Il,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.12"}}));return{ssoApps:Kh({httpClient:i.httpClient,mock:t})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Hh=Ai((e=>{const t=ki(bl({name:"widget",initialState:qh,reducers:{},extraReducers:e=>{_h.reducer(e)},asyncActions:{loadSSOApps:_h.action}}),Zr,Kr,Vh)(e);return class extends t{constructor(...e){super(...e),this.state=qh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),zh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Zr,fs,bs,Sl("applications-portal-widget"),Hh)(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})),Gh=Ai((e=>{var t,n,i;return i=class extends(ki(Hh,Kr,zh)(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,Lh(this.state))}))}},t=new WeakSet,n=function(e){this.appsList=new Ds((()=>{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})),Jh=Ai((e=>class extends(ki(js,Rs,Gh)(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)}))}})),Zh=ki((e=>class extends(Jh(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",Zh);var Yh=Object.freeze({__proto__:null,default:Zh});const Xh=(e,t)=>t?{[e]:t}:{},Qh=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},ef=e=>e.selectedAuditId,tf=Nd((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}),Xh("type",(b=o)&&b[0].toUpperCase()+b.slice(1))),Xh("saml_request",a)),Xh("saml_response",d)),Xh("saml_generated_user",Qh(c))),Xh("saml_generated_roles",Qh(u))),Xh("oidc_response",Qh(h))),Xh("oidc_generated_user",Qh(f))),Xh("scim_request",p)),Xh("scim_result",g)),Xh("Change",v)),{occurredFormatted:n?new Date(Number(n)||0).toLocaleString():"N/A"}))}))));Nd(ef,tf,((e,t)=>t.find((t=>e===t.id)))),Nd(ef,(e=>!!e));const nf=cl("audit/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.audit.search(Object.assign(Object.assign({},i),e))})),of=(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)}))}))})(nf)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(rf=e=>e.auditList,{onFulfilled:e=>{rf(e).loading=!1},onPending:e=>{rf(e).loading=!0,rf(e).error=null},onRejected:(e,t)=>{rf(e).loading=!1,rf(e).error=t.error}}));var rf;const sf={action:nf,reducer:of},af={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},df="/v1/mgmt/audit/search",lf=({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(df,{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}))}),cf=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.12"}}));return{audit:lf({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})),uf=Ai((e=>{const t=ki(bl({name:"widget",initialState:af,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{sf.reducer(e)},asyncActions:{searchAudit:sf.action}}),Zr,Kr,cf)(e);return class extends t{constructor(...e){super(...e),this.state=af,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),hf=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("audit-management-widget"),uf)(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})),ff=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,hf,uf)(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 sa(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 oa(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})),pf=Ai((e=>{var t,n,i,o;return o=class extends(ki(uf,Kr,hf)(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,tf(this.state)),this.subscribe(u(this,i,"f").bind(this),tf)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.auditTable=new zs(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})),gf=[{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"}],vf=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,hf,uf)(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 qs(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=tf(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,gf);((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})),mf=Ai((e=>class extends(ki(js,Rs,pf,ff,vf)(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)}))}})),yf=ki((e=>class extends(mf(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",yf);var bf=Object.freeze({__proto__:null,default:yf});function wf(e){return new URLSearchParams(window.location.search).get(e)}const $f=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)}))}))},kf=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}}),Cf=cl("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),Sf=$f(Cf)({onFulfilled:(e,t)=>{var n;e.outboundAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},kf((e=>e.outboundAppsList))),If={action:Cf,reducer:Sf},Rf=cl("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),xf=$f(Rf)({onFulfilled:(e,t)=>{var n;e.connectedOutboundAppsIds.data=null===(n=t.payload)||void 0===n?void 0:n.appIds}},kf((e=>e.connectedOutboundAppsIds))),Of={action:Rf,reducer:xf},Ef={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},Af="/v1/mgmt/outbound/apps",Nf="/v1/mgmt/outbound/apps-with-user-token",Mf="/v1/auth/me",jf=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)})),Pf=({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(Af);return yield jf(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(Nf,{queryParams:i?{userId:n,tenantId:i}:{userId:n}});return yield jf(o),o.json()}))}),Tf=({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(Mf);return yield jf(n),n.json()}))}),Wf=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,Il,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.14"}}));return{outboundApps:Pf({httpClient:i.httpClient,mock:t}),user:Object.assign({},Tf({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Lf=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),Uf={action:Lf,reducer:$f(Lf)({onFulfilled:(e,t)=>{e.me.data=t.payload}},kf((e=>e.me)))},Df=Ai((e=>{const t=ki(bl({name:"widget",initialState:Ef,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Uf.reducer(e),Of.reducer(e),If.reducer(e)},asyncActions:{getMe:Uf.action,getOutboundApps:If.action,getConnectedOutboundApps:Of.action}}),Zr,Kr,Wf)(e);return class extends t{constructor(...e){super(...e),this.state=Ef,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Ff="widget-flow",_f=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,Df,Il,Kr,Rs,Rl)(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=wf(Ff);o&&(function(e){if(window.history.replaceState&&wf(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())}}(Ff),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 Bs((()=>{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})),qf=Nd((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))))),Bf=Nd((e=>e.me.data),(e=>e.userId)),Kf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Zr,fs,bs,Sl("outbound-applications-widget"),Df)(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:Bf(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})),Vf=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Hf=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(Cl,Vf,Df,Kr,Kf,fa,Rl)(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,qf(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),qf)}))}},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 Bs((()=>{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 Bs((()=>{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:Bf(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:Bf(this.state)})}))},y=function(e){h(this,n,new ia((()=>{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})),zf=Ai((e=>class extends(ki(js,Rs,_f,Hf)(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)}))}})),Gf=ki((e=>class extends(zf(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 gu})).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.14"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",Gf);var Jf=Object.freeze({__proto__:null,default:Gf});const Zf=e=>e.selectedRolesIds,Yf=e=>e.notifications,Xf=e=>e.tenantPermissions.data||[],Qf=Nd((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"})})))),ep=Nd(Zf,Qf,((e,t)=>t.filter((t=>e.includes(t.name))))),tp=Nd(Zf,(e=>!!e.length)),np=Nd(Zf,(e=>1===e.length)),ip=Nd(ep,np,((e,t)=>t&&"yes"===e[0].editable)),op=Nd(ep,(e=>1===e.length?e[0].name:`${e.length} roles`)),rp=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)}))}))},sp=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}}),ap=({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)})}}),dp=cl("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),lp=rp(dp)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},sp((e=>e.createRole)),ap({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>`}})),cp={action:dp,reducer:lp},up=cl("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),hp=rp(up)({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=[]}},sp((e=>e.deleteRole)),ap({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"]}`})),fp={action:up,reducer:hp},pp=cl("roles/duplicate",((e,{extra:{api:t}})=>t.role.create(e))),gp=rp(pp)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},sp((e=>e.duplicateRole)),ap({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>`}})),vp={action:pp,reducer:gp},mp=cl("roles/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.role.search(Object.assign(Object.assign({},i),e))})),yp=rp(mp)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},sp((e=>e.rolesList))),bp={action:mp,reducer:yp},wp=cl("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),$p=rp(wp)({onFulfilled:(e,t)=>{const n=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==n&&(e.rolesList.data[n]=t.payload)}},sp((e=>e.updateRole)),ap({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>`}})),kp={action:wp,reducer:$p},Cp=cl("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),Sp={action:Cp,reducer:rp(Cp)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},sp((e=>e.tenantPermissions)))},Ip={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:[]},Rp="/v1/mgmt/role/search",xp="/v1/mgmt/role/delete/batch",Op="/v1/mgmt/role/create",Ep="/v1/mgmt/role/update",Ap="/v1/mgmt/permission/all",Np=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)})),Mp=({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(Rp,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield Np(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(xp,{roleNames:i},{queryParams:{tenant:t}});return yield Np(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(Op,{name:i,description:o,permissionNames:r,tenantId:t},{queryParams:{tenant:t}});return yield Np(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(Ep,{name:i,newName:o,description:r,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield Np(a);const d=yield a.json();return d.oldName=i,d}))}),jp=({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(Ap,{queryParams:{tenant:t}});return yield Np(i),i.json()}))}),Pp=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.12"}}));return{role:Mp({httpClient:o.httpClient,tenant:t,mock:n}),tenant:jp({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})),Tp=Ai((e=>{const t=ki(bl({name:"widget",initialState:Ip,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{cp.reducer(e),vp.reducer(e),kp.reducer(e),fp.reducer(e),bp.reducer(e),Sp.reducer(e)},asyncActions:{searchRoles:bp.action,createRole:cp.action,duplicateRole:vp.action,updateRole:kp.action,deleteRoles:fp.action,getTenantPermissions:Sp.action}}),Zr,Kr,Pp)(e);return class extends t{constructor(...e){super(...e),this.state=Ip,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Wp=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("role-management-widget"),Tp)(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})),Lp=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Tp,fa,wl,Kr,Wp)(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=Xf(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 qs((()=>{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 qs((()=>{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 ta((()=>{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})),Up=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Lp,Wp)(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 qs(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.openRoleModal()))},i})),Dp=Ai((e=>{var t,n,i;return i=class extends(ki(Tp,fa,Kr,Wp)(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 qs((()=>{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 qs((()=>{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=ep(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const i=new ra(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=op(this.state);i.text=`Delete ${e}?`}}))},i})),Fp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Wp,Tp,Dp)(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),tp)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),_p=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Wp,Tp,Lp)(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),np)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.duplicateButton=new qs(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=ep(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})),qp=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Tp,fa,Kr,wl,Wp)(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=Xf(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=ep(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 qs((()=>{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 qs((()=>{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=ep(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 ta((()=>{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})),Bp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Wp,Tp,qp,wl)(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),ip)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new qs(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})),Kp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Wp,Tp)(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 sa(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})),Vp={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},Hp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Tp,ga,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),Yf)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=Vp[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})),zp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Tp,Kr,Wp)(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,Qf(this.state)),this.subscribe(u(this,i,"f").bind(this),Qf)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.rolesTable=new zs(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})),Gp=Ai((e=>class extends(ki(js,Rs,zp,Up,Fp,_p,Bp,Kp,Hp)(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)}))}})),Jp=ki((e=>class extends(Gp(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",Jp);var Zp=Object.freeze({__proto__:null,default:Jp});const Yp=e=>e.tenant.data,Xp=e=>e.tenantAdminLinkSSO.data.defaultLink,Qp=Nd(Yp,(e=>e.customAttributes||{})),eg=Nd(Yp,(e=>e.name||"")),tg=Nd(Yp,(e=>e.selfProvisioningDomains||[])),ng=Nd(Yp,(e=>e.enforceSSOExclusions||[])),ig=Nd(Yp,(e=>e.enforceSSO||!1)),og=Nd(Yp,Xp,(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]||""})))])),rg=Nd(Yp,(e=>((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e})=>e))));function sg(e){return new URLSearchParams(window.location.search).get(e)}const ag=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)}))}))},dg=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}}),lg=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),cg=ag(lg)({onFulfilled:(e,t)=>{e.me.data=t.payload}},dg((e=>e.me))),ug={action:lg,reducer:cg},hg=cl("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),fg=ag(hg)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},dg((e=>e.tenant))),pg={action:hg,reducer:fg},gg=cl("tenant/adminLinkSso",(({ssoIds:e},{extra:{api:t}})=>t.tenant.adminLinkSso({ssoIds:e}))),vg={action:gg,reducer:ag(gg)({onFulfilled:(e,t)=>{var n;e.tenantAdminLinkSSO.data=null!==(n=t.payload)&&void 0!==n?n:{defaultLink:"",ssoIdToLink:{}}}},dg((e=>e.tenantAdminLinkSSO)))},mg={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:{defaultLink:"",ssoIdToLink:{}}}},yg="/v1/auth/me",bg="/v1/mgmt/tenant",wg="/v1/mgmt/tenant/adminlinks/sso/authenticated/batch",$g=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)})),kg=({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=`${bg}${o}`,r=yield e.get(i);return yield $g(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(`${wg}?tenant=${i}`,{tenantId:i,ssoIds:o},{headers:{"Content-Type":"application/json"}});return yield $g(r),yield r.json()}))}},Cg=({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(yg);return yield $g(n),n.json()}))}),Sg=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il)(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.14"}}));return{user:Cg({httpClient:o.httpClient,mock:n}),tenant:kg({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})),Ig=Ai((e=>{const t=ki(bl({name:"widget",initialState:mg,reducers:{},extraReducers:e=>{ug.reducer(e),pg.reducer(e),vg.reducer(e)},asyncActions:{getMe:ug.action,getTenant:pg.action,getTenantAdminLinkSSO:vg.action}}),Zr,Kr,Sg)(e);return class extends t{constructor(...e){super(...e),this.state=mg,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Rg="widget-flow",xg=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,Ig,Il,Kr,Rs,Rl)(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=sg(Rg);o&&(function(e){if(window.history.replaceState&&sg(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())}}(Rg),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 Bs((()=>{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=rg(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})})))),t.afterClose=()=>{t.remove()},t.open()},i})),Og=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Eg=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("tenant-profile-widget"),Ig)(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=rg(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})),Ag=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Og,Ig,fa,Kr,Eg,Rl)(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 ha((()=>{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=og(this.state),this.subscribe((e=>{u(this,n,"f").data=e}),og))}))}},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 Bs((()=>{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 Bs((()=>{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=rg(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})),Ng=Ai((e=>{var t,n,i,o;return o=class extends(ki(Og,Ig,Kr,Eg,Il,fa)(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,Xp(this.state)),this.subscribe(u(this,i,"f").bind(this),Xp)}))}},i=new WeakMap,t=new WeakSet,n=function(){this.tenantAdminLinkSSODriver=new Gs((()=>{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 Mg;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Mg||(Mg={}));const jg=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return f=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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")||Mg.TEXT,r=e[i],s=new aa(n,{logger:this.logger});s.value=((e,t)=>e===Mg.DATE&&t?new Date(t).toLocaleString():e===Mg.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,Qp(this.state)),this.subscribe(u(this,d,"f").bind(this),Qp)}))}},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=Qp(this.state)[o],d=t===Mg.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 Bs((()=>{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 Bs((()=>{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})),Pg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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,tg(this.state)),this.subscribe(u(this,p,"f").bind(this),tg)}))}},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 Bs((()=>{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:tg(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 Bs((()=>{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 aa((()=>{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})),Tg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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,ng(this.state)),this.subscribe(u(this,p,"f").bind(this),ng)}))}},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 Bs((()=>{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:ng(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 Bs((()=>{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 aa((()=>{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})),Wg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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,ig(this.state)),this.subscribe(u(this,p,"f").bind(this),ig)}))}},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 Bs((()=>{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:ig(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 Bs((()=>{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 aa((()=>{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})),Lg=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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,eg(this.state)),this.subscribe(u(this,a,"f").bind(this),eg)}))}},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 Bs((()=>{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:eg(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new aa((()=>{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})),Ug=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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 Bs((()=>{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 da((()=>{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})),Dg=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Cl,Og,Ig,Kr,Eg,Il,fa,Rl)(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 Bs((()=>{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 da((()=>{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})),Fg=Ai((e=>class extends(ki(js,Rs,xg,Eg,Lg,Pg,Tg,Wg,jg,Ng,Ug,Dg,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)}))}})),_g=ki((e=>class extends(Fg(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 gu})).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.14"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",_g);var qg=Object.freeze({__proto__:null,default:_g}),Bg={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 Kg(e){return Kg="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},Kg(e)}function Vg(e){var t=Jg();return function(){var n,i=Yg(e);if(t){var o=Yg(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===Kg(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Hg(e)}(this,n)}}function Hg(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zg(e){var t="function"==typeof Map?new Map:void 0;return zg=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 Gg(e,arguments,Yg(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Zg(i,e)},zg(e)}function Gg(e,t,n){return Gg=Jg()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return n&&Zg(o,n.prototype),o},Gg.apply(null,arguments)}function Jg(){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 Zg(e,t){return Zg=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Zg(e,t)}function Yg(e){return Yg=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Yg(e)}var Xg=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&&Zg(e,t)}(i,e);var t,n=Vg(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(Hg(t),i.prototype),t.name=t.constructor.name,t}return t=i,Object.defineProperty(t,"prototype",{writable:!1}),t}(zg(Error)),Qg=2,ev=17,tv=3,nv="0-90-9٠-٩۰-۹",iv="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),ov="++";function rv(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 sv={}.constructor;function av(e){return null!=e&&e.constructor===sv}function dv(e){return dv="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},dv(e)}function lv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cv(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 uv=" ext. ",hv=/^\d+$/,fv=function(){function e(t){lv(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!av(e)||!av(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(av(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+bv(e)+": "+e,"."))}(t),this.metadata=t,kv.call(this,t)}return cv(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&&hv.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new pv(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new pv(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}(),pv=function(){function e(t,n){lv(this,e),this.globalMetadataObject=n,this.metadata=t,kv.call(this,n.metadata)}return cv(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 gv(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()&&yv(this.types(),e))return new mv(yv(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?uv:this.metadata[13]||uv}}]),e}(),gv=function(){function e(t,n){lv(this,e),this._format=t,this.metadata=n}return cv(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()||vv.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),vv=/^\(?\$1\)?$/,mv=function(){function e(t,n){lv(this,e),this.type=t,this.metadata=n}return cv(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 yv(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 bv=function(e){return dv(e)};function wv(e,t){if((t=new fv(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function $v(e,t){return t.countries.hasOwnProperty(e)}function kv(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===rv(t,"1.2.0")?this.v2=!0:-1===rv(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var Cv=function(e){return"([".concat(nv,"]{1,").concat(e,"})")};function Sv(e){var t="[  \\t,]*",n="[:\\..]?[  \\t,-]*",i="#?",o="[  \\t]*";return";ext="+Cv("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+n+Cv("20")+i)+"|"+(t+"(?:[xx##~~]|int|int)"+n+Cv("9")+i)+"|"+("[- ]+"+Cv("6")+"#")+"|"+(o+"(?:,{2}|;)"+n+Cv("15")+i)+"|"+(o+"(?:,)+"+n+Cv("9")+i)}var Iv="["+nv+"]{"+Qg+"}",Rv="[++]{0,1}(?:["+iv+"]*["+nv+"]){3,}["+iv+nv+"]*",xv=new RegExp("^[++]{0,1}(?:["+iv+"]*["+nv+"]){1,2}$","i"),Ov=Rv+"(?:"+Sv()+")?",Ev=new RegExp("^"+Iv+"$|^"+Ov+"$","i");var Av=new RegExp("(?:"+Sv()+")$","i");function Nv(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 Mv(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 Mv(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 Mv(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 jv={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 Pv(e){return jv[e]}function Tv(e){for(var t,n="",i=Nv(e.split(""));!(t=i()).done;){var o=Pv(t.value);o&&(n+=o)}return n}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}function Uv(e){for(var t,n="",i=Wv(e.split(""));!(t=i()).done;){n+=Dv(t.value,n)||""}return n}function Dv(e,t,n){if("+"===e){if(t)return;return"+"}return Pv(e)}function Fv(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 _v(e,t){return"IS_POSSIBLE"===Fv(e,t)}function qv(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}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}var Vv=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Hv(e,t,n){if(t=t||{},e.country||e.countryCallingCode){(n=new fv(n)).selectNumberingPlan(e.country,e.countryCallingCode);var i=t.v2?e.nationalNumber:e.phone;if(qv(i,n.nationalNumberPattern())){if(zv(i,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?zv(i,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o,r=Bv(Vv);!(o=r()).done;){var s=o.value;if(zv(i,s,n))return s}}}}function zv(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&qv(e,t.pattern()))}function Gv(e,t,n){var i=new fv(n).getCountryCodesForCallingCode(e);return i?i.filter((function(e){return function(e,t,n){var i=new fv(n);if(i.selectNumberingPlan(t),i.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,n)})):[]}function Jv(e){return e.replace(new RegExp("[".concat(iv,"]+"),"g")," ").trim()}var Zv=/(\$\d)/;function Yv(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(Zv,t.nationalPrefixFormattingRule()):t.format());return i?Jv(r):r}var Xv=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Qv(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 em(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 em(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 em(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 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 nm(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){im(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 im(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var om={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function rm(e,t,n,i){if(n=n?nm(nm({},om),n):om,i=new fv(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?dm(o=sm(s,e.carrierCode,"NATIONAL",i,n),e.ext,i,n.formatExtension):"";case"INTERNATIONAL":return s?(o=sm(s,null,"INTERNATIONAL",i,n),dm(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=wv(i,o.metadata);if(r===n){var s=sm(e,t,"NATIONAL",o);return"1"===n?n+" "+s:s}var a=function(e,t,n){var i=new fv(n);return i.selectNumberingPlan(e,t),i.defaultIDDPrefix()?i.defaultIDDPrefix():Xv.test(i.IDDPrefix())?i.IDDPrefix():void 0}(i,void 0,o.metadata);if(a)return"".concat(a," ").concat(n," ").concat(sm(e,null,"INTERNATIONAL",o))}(s,e.carrierCode,r,n.fromCountry,i);return dm(a,e.ext,i,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function sm(e,t,n,i,o){var r=am(i.formats(),e);return r?Yv(e,r,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:i}):e}function am(e,t){for(var n,i=Qv(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(qv(t,o.pattern()))return o}}function dm(e,t,n,i){return t?i(e,t,n):e}function lm(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 cm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?lm(Object(n),!0).forEach((function(t){um(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):lm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function um(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function hm(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 fm=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 fv(t);pm(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 hm(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Gv(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new fv(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 _v(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 fv(n)).selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes()?void 0!==Hv(e,t,n.metadata):qv(t.v2?e.nationalNumber:e.phone,n.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new fv(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Hv(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return rm(this,e,t?cm(cm({},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}(),pm=function(e){return/^[A-Z]{2}$/.test(e)};var gm=new RegExp("(["+nv+"])");function vm(e,t,n,i){if(t){var o=new fv(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(gm);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function mm(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 ym(e,t){var n=mm(e,t),i=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!function(e,t,n){if(qv(e,n.nationalNumberPattern())&&!qv(t,n.nationalNumberPattern()))return!1;return!0}(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Fv(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:i}}function bm(e,t,n,i){var o=t?wv(t,i):n;if(0===e.indexOf(o)){(i=new fv(i)).selectNumberingPlan(t,n);var r=e.slice(o.length),s=ym(r,i).nationalNumber,a=ym(e,i).nationalNumber;if(!qv(a,i.nationalNumberPattern())&&qv(s,i.nationalNumberPattern())||"TOO_LONG"===Fv(a,i))return{countryCallingCode:o,number:r}}return{number:e}}function wm(e,t,n,i){if(!e)return{};var o;if("+"!==e[0]){var r=vm(e,t,n,i);if(!r||r===e){if(t||n){var s=bm(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 fv(i);for(var l=2;l-1<=tv&&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 $m(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 km(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 km(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 km(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 Cm(e,t){var n=t.countries;t.defaultCountry;var i=t.metadata;i=new fv(i);for(var o,r=$m(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(Hv({phone:e,country:s},void 0,i.metadata))return s}}function Sm(e,t){var n=t.nationalNumber,i=t.defaultCountry,o=t.metadata,r=o.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:Cm(n,{countries:r,defaultCountry:i,metadata:o.metadata})}var Im="+",Rm="(["+nv+"]|[\\-\\.\\(\\)]?)",xm=new RegExp("^\\"+Im+Rm+"*["+nv+"]"+Rm+"*$","g"),Om=new RegExp("^("+("["+nv+"]+((\\-)*["+nv+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+nv+"])*")+"\\.?$","g"),Em="tel:",Am=";phone-context=",Nm=";isub=";function Mm(e,t){var n,i=t.extractFormattedPhoneNumber,o=function(e){var t=e.indexOf(Am);if(t<0)return null;var n=t+Am.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&&(xm.test(e)||Om.test(e))}(o))throw new Xg("NOT_A_NUMBER");if(null===o)n=i(e)||"";else{n="",o.charAt(0)===Im&&(n+=o);var r,s=e.indexOf(Em);r=s>=0?s+Em.length:0;var a=e.indexOf(Am);n+=e.substring(r,a)}var d=n.indexOf(Nm);if(d>0&&(n=n.substring(0,d)),""!==n)return n}var jm=250,Pm=new RegExp("[++"+nv+"]"),Tm=new RegExp("[^"+nv+"#]+$");function Wm(e,t,n){if(t=t||{},n=new fv(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new Xg("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var i=function(e,t,n){var i=Mm(e,{extractFormattedPhoneNumber:function(e){return function(e,t,n){if(!e)return;if(e.length>jm){if(n)throw new Xg("TOO_LONG");return}if(!1===t)return e;var i=e.search(Pm);if(i<0)return;return e.slice(i).replace(Tm,"")}(e,n,t)}});if(!i)return{};if(!function(e){return e.length>=Qg&&Ev.test(e)}(i))return function(e){return xv.test(e)}(i)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(Av);if(t<0)return{};for(var n=e.slice(0,t),i=e.match(Av),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 Xg("TOO_SHORT");throw new Xg("NOT_A_NUMBER")}return{}}var a=function(e,t,n,i){var o,r=wm(Uv(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||wv(t,i.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=ym(Uv(d),i),c=l.nationalNumber,u=l.carrierCode,h=Sm(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 Xg("INVALID_COUNTRY");return{}}if(!l||l.length<Qg){if(t.v2)throw new Xg("TOO_SHORT");return{}}if(l.length>ev){if(t.v2)throw new Xg("TOO_LONG");return{}}if(t.v2){var f=new fm(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)&&qv(l,n.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!n.possibleLengths()||!_v(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 Lm(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 Um(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Lm(Object(n),!0).forEach((function(t){Dm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Dm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fm(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 _m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qm(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 Bm(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 Bm(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 Bm(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 Km(e){var t,n,i,o=qm(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(!av(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?Fm(Object(n),!0).forEach((function(t){_m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fm(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 Vm(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 Hm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Vm(Object(n),!0).forEach((function(t){zm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Vm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function zm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Gm(e,t,n){t&&t.defaultCountry&&!$v(t.defaultCountry,n)&&(t=Hm(Hm({},t),{},{defaultCountry:void 0}));try{return function(e,t,n){return Wm(e,Um(Um({},t),{},{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof Xg))throw e}}function Jm(){var e=Km(arguments);return Gm(e.text,e.options,e.metadata)}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}function Ym(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Xm=Zm((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;Ym(this,e),this.key=t,this.value=n,this.next=i,this.prev=o})),Qm=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;Ym(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return Zm(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var n=new Xm(e,t,this.head);this.head.prev=n,this.head=n}else this.head=this.tail=new Xm(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 ey(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 ty=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 Qm(t)}return ey(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 ny(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function iy(e,t){var n=t.search(e);return n>=0?t.slice(0,n):t}var oy="   ᠎ - \u2028\u2029   ",ry="[".concat(oy,"]"),sy="[^".concat(oy,"]"),ay="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),dy="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",ly="[".concat(dy,"]"),cy=new RegExp(ly),uy="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),hy=new RegExp(uy),fy="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),py=new RegExp(fy),gy=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function vy(e){return!(!cy.test(e)&&!py.test(e))&&gy.test(e)}function my(e){return"%"===e||hy.test(e)}function yy(e,t,n){var i=!0,o=Jm(e,n);if(o||(i=!1,o=Jm(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 by={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()||!wy(e,n,i))},STRICT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!wy(e,n,o)||ky(e,n)||!$y(e,{defaultCountry:i,metadata:o}))&&Cy()},EXACT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!wy(e,n,o)||ky(e,n)||!$y(e,{defaultCountry:i,metadata:o}))&&Cy()}};function wy(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"!==yy(t.substring(i),e,n))return!1}else{var s=Tv(t.substring(i));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function $y(e,t){var n=t.defaultCountry,i=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var o=new fv(i);o.selectNumberingPlan(e.countryCallingCode),e.country||Sm(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:n,metadata:o});var r=e.nationalNumber,s=am(o.numberingPlan.formats(),r);return!s.nationalPrefixFormattingRule()||(!!o.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function ky(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)||Tv(t.substring(0,n))!==e.countryCallingCode||t.slice(i+1).indexOf("/")>=0)}function Cy(e,t,n,i,o){throw new Error("This part of code hasn't been ported")}var Sy=/[\\/] *x/;function Iy(e){return iy(Sy,e)}var Ry=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,xy=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,Oy=/^:[0-5]\d/;function Ey(e,t,n){if(Ry.test(e))return!1;if(xy.test(e)){var i=n.slice(t+e.length);if(Oy.test(i))return!1}return!0}var Ay="(\\[([",Ny=")\\])]",My="[^".concat(Ay).concat(Ny,"]"),jy="[".concat(Ay).concat(ov,"]"),Py=new RegExp("^"+jy),Ty=ny(0,3),Wy=new RegExp("^(?:[(\\[([])?(?:"+My+"+["+Ny+"])?"+My+"+(?:["+Ay+"]"+My+"+["+Ny+"])"+Ty+My+"*$"),Ly=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function Uy(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 Dy(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 Dy(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 Dy(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 Fy(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 _y=Sv(),qy=["\\/+(.*)/","(\\([^(]*)","(?:".concat(ry,"-|-").concat(ry,")").concat(ry,"*(.+)"),"[‒-―-]".concat(ry,"*(.+)"),"\\.+".concat(ry,"*([^.]+)"),"".concat(ry,"+(").concat(sy,"+)")],By=ny(0,2),Ky=ny(0,4),Vy=ev+tv,Hy=ny(0,Vy),zy="[".concat(iv,"]")+Ky,Gy=ay+ny(1,Vy),Jy="(?:"+jy+zy+")"+By+Gy+"(?:"+zy+Gy+")"+Hy+"(?:"+_y+")?",Zy=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(dy,"#]+$")),Yy=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,Xy=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&&$v(n.defaultCountry,i)?n.defaultCountry:void 0,leniency:n.leniency||(n.extended?"POSSIBLE":"VALID"),maxTries:n.maxTries||Yy}).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=by[n.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(n.leniency,'"'));this.maxTries=n.maxTries,this.PATTERN=new RegExp(Jy,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new ty(32)}return Fy(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(Ey(t=Iy(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=Uy(qy);!(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=iy(Zy,e.slice(0,a.index)),c=this.parseAndVerify(l,t,n);if(c)return c;this.maxTries--,s=!1}var u=iy(Zy,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(Wy.test(e)&&!Ly.test(e)){if("POSSIBLE"!==i){if(t>0&&!Py.test(e)){var o=n[t-1];if(my(o)||vy(o))return!1}var r=t+e.length;if(r<n.length){var s=n[r];if(my(s)||vy(s))return!1}}return!0}}(e,t,n,this.options.leniency)){var i=Jm(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 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(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 Qy(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 tb(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 nb(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 nb(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 nb(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 ib="x",ob=new RegExp(ib);function rb(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function sb(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 ab(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=db(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:r,metadata:i});if(s)return s}return db(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:r,metadata:i})}(e,t,{metadata:i,shouldTryNationalPrefixFormattingRule:o,getSeparatorAfterNationalPrefix:r})}function db(e,t,n){var i=n.metadata,o=n.useNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix,s=Yv(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 Tv(e)===t.getNationalDigits()}(s,e))return s}function lb(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=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return lb(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([pb(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(fb);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(pb(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(pb(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:ub(i)});break;default:throw new Error("Unknown operator: ".concat(n))}o&&this.parsePattern(o)}else{if(hb.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function ub(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 hb=/[\(\)\[\]\?\:\|]/,fb=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function pb(e){return 1===e.length?e[0]:e}function gb(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 vb(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 vb(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 vb(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 mb(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 yb=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 cb).parse(t)}return mb(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=bb(e.split(""),this.matchTree,!0);if(n&&n.match&&delete n.matchedChars,!n||!n.overflow||t)return n}}]),e}();function bb(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=bb(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=gb(t.args);!(d=l()).done;){var c=bb(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=gb(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 wb(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 $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){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 $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=rb("9",15),Sb=/[- ]/,Ib=new RegExp("["+iv+"]*\\$1["+iv+"]*(\\$\\d["+iv+"]*)*$"),Rb=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 kb(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"===Fv(e,t)}(t.nationalSignificantNumber,this.metadata))for(var i,o=wb(this.matchingFormats);!(i=o()).done;){var r=i.value,s=ab(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,ib),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(ib),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 yb(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":Ib.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=wb(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()&&Sb.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(ib,t+1),n++;return sb(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,ib)+rb(ib,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=Cb.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(Zv,e.nationalPrefixFormattingRule());if(Tv(e.nationalPrefixFormattingRule())===(o||"")+Tv("$1")&&(u=h,c=!0,o))for(var f=o.length;f>0;)u=u.replace(/\d/,ib),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),ib);return c||(r?p=rb(ib,r.length)+" "+p:o&&(p=rb(ib,o.length)+this.getSeparatorAfterNationalPrefix(e)+p)),i&&(p=Jv(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,n){for(var i,o=tb(n.split(""));!(i=o()).done;){var r=i.value;if(e.slice(t+1).search(ob)<0)return;t=e.search(ob),e=e.replace(ob,r)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],sb(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 xb(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 Ob(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 Ob(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 Ob(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 Eb(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 Ab=new RegExp("^"+("["+iv+nv+"]+")+"$","i"),Nb="(?:[++]["+iv+nv+"]*|["+iv+nv+"]+)",Mb=new RegExp("[^"+iv+nv+"]+.*$"),jb=/[^\d\[\]]/,Pb=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 Eb(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(Nb);if(n<0)return;e=e.slice(n),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(Mb,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),n=xb(t,2),i=n[0],o=n[1];Ab.test(i)||(i="");return[i,o]}(e),o=xb(i,2),r=o[0],s=o[1],a=Tv(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=wm("+"+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&&jb.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var n=mm(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=mm(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=vm(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=bm(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 Tb(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 Wb(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 Wb(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 Wb(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 Lb(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,Db=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 fv(n);var i=Tb(this.getCountryAndCallingCode(t),2),o=i[0],r=i[1];this.defaultCountry=o,this.defaultCallingCode=r,this.reset()}return Lb(e,[{key:"getCountryAndCallingCode",value:function(e){var t,n;return e&&(av(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 eb({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 Rb({state:this.state,metadata:this.metadata}),this.parser=new Pb({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,ib)}},{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(Sm(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 fv(this.metadata.metadata);r.selectNumberingPlan(o);var s=r.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=Cm(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(o=d)}}var l=new fm(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 Fb(){return function(e,t){var n=Array.prototype.slice.call(t);return n.push(Bg),e.apply(this,n)}(Jm,arguments)}function _b(e,t){return Xy.call(this,e,t,Bg)}function qb(e){return Db.call(this,e,Bg)}function Bb(){return fv.call(this,Bg)}_b.prototype=Object.create(Xy.prototype,{}),_b.prototype.constructor=_b,qb.prototype=Object.create(Db.prototype,{}),qb.prototype.constructor=qb,Bb.prototype=Object.create(fv.prototype,{}),Bb.prototype.constructor=Bb,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"}(Ub||(Ub={}));const Kb=(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)}),{}),Vb=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,n])=>[`${t}.${e}`,n]))),Hb=(e,t)=>e===Ub.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t;function zb(e){return new URLSearchParams(window.location.search).get(e)}const Gb={enabled:"active",disabled:"disabled",invited:"invited"},Jb=e=>e.tenantRoles.data,Zb=e=>e.selectedUsersLoginIds,Yb=e=>e.notifications,Xb=e=>e.customAttributes.data,Qb=Nd((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:n})=>[e,t?{label:t,options:n}:n]))))),ew=Nd(Qb,(e=>Object.keys(e).length>0)),tw=Nd(Xb,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),nw=Nd((e=>e.usersList.data),tw,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,n])=>[e,Hb(t[e],n)])))}))))),iw=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"},ow=Nd(nw,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Vb(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:Gb[e.status]||e.status,roles:iw(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),rw=Nd(Zb,ow,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),sw=Nd(rw,(e=>e.map((e=>e.userId)))),aw=Nd(rw,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),dw=Nd(rw,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),lw=Nd(rw,(e=>e.map((e=>e.status)))),cw=Nd(rw,(e=>e.every((e=>e.editable)))),uw=Nd(Zb,(e=>!!e.length)),hw=Nd(Zb,(e=>1===e.length)),fw=Nd(Zb,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),pw=Nd(hw,lw,((e,t)=>e&&t.every((e=>e===Gb.enabled)))),gw=Nd(lw,(e=>e.every((e=>e===Gb.disabled)))),vw=Nd(rw,(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`})),mw=Nd(hw,gw,cw,((e,t,n)=>e&&t&&n)),yw=Nd(hw,pw,cw,((e,t,n)=>e&&t&&n)),bw=Nd(hw,cw,((e,t)=>e&&t)),ww=Nd(hw,cw,((e,t)=>e&&t)),$w=Nd(hw,cw,((e,t)=>e&&t)),kw=uw,Cw=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)}))}))},Sw=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}}),Iw=({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)})}}),Rw=cl("users/create",((e,{extra:{api:t}})=>t.user.create(e))),xw=Cw(Rw)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},Sw((e=>e.createUser)),Iw({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>`}})),Ow={action:Rw,reducer:xw},Ew=cl("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),Aw=Cw(Ew)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},Sw((e=>e.deleteUser)),Iw({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"]}`})),Nw={action:Ew,reducer:Aw},Mw=cl("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),jw=Cw(Mw)(Sw((e=>e.setTempUserPassword)),Iw({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>`}})),Pw={action:Mw,reducer:jw},Tw=cl("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),Ww=Cw(Tw)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},Sw((e=>e.customAttributes))),Lw={action:Tw,reducer:Ww},Uw=cl("users/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.user.search(Object.assign(Object.assign({},i),e))})),Dw=Cw(Uw)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},Sw((e=>e.usersList))),Fw={action:Uw,reducer:Dw},_w=cl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),qw=Cw(_w)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Sw((e=>e.tenantRoles))),Bw={action:_w,reducer:qw},Kw=cl("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Vw=Cw(Kw)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},Sw((e=>e.subTenantRoles))),Hw={action:Kw,reducer:Vw},zw=cl("users/update",((e,{extra:{api:t}})=>t.user.update(e))),Gw=Cw(zw)({onFulfilled:(e,t)=>{const n=e.usersList.data.findIndex((e=>Si(e.loginIds,t.payload.loginIds)));-1!==n&&(e.usersList.data[n]=t.payload)}},Sw((e=>e.updateUser)),Iw({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>`}})),Jw={action:zw,reducer:Gw},Zw=cl("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),Yw=Cw(Zw)({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)}},Sw((e=>e.enableUser)),Iw({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>`}})),Xw={action:Zw,reducer:Yw},Qw=cl("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),e$=Cw(Qw)({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)}},Sw((e=>e.disableUser)),Iw({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>`}})),t$={action:Qw,reducer:e$},n$=cl("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),i$={action:n$,reducer:Cw(n$)(Sw((e=>e.removePasskey)),Iw({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>`}}))},o$={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:[]},r$="/v1/mgmt/user/search",s$="/v1/mgmt/user/delete/batch",a$="/v1/mgmt/user/create",d$="/v1/mgmt/user/patch",l$="/v1/mgmt/user/update/status",c$="/v1/mgmt/user/password/set/temporary",u$="/v1/mgmt/user/passkeys/delete",h$="/v1/mgmt/user/customattributes",f$="/v1/mgmt/role/all",p$="/v1/mgmt/role/subtenant/all",g$=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)})),v$=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*(i={}){const{limit:o=1e4}=i,r=l(i,["limit"]);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()))))}))})))(Object.assign(Object.assign({},r),{limit:o}));const s=yield e.post(r$,Object.assign(Object.assign({},r),{limit:o,withTestUser:!1}),{queryParams:{tenant:t}});return yield g$(s),(yield s.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(s$,{userIds:i},{queryParams:{tenant:t}});return yield g$(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(a$,{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 g$(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(d$,{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 g$(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(l$,{loginId:i,status:"enabled"},{queryParams:{tenant:t}});return yield g$(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(l$,{loginId:i,status:"disabled"},{queryParams:{tenant:t}});return yield g$(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(u$,{loginId:i},{queryParams:{tenant:t}});return yield g$(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(c$,{loginId:i},{queryParams:{tenant:t}});return yield g$(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(h$,{queryParams:{tenant:t}});return yield g$(i),(yield i.json()).data}))}),m$=({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(f$,{queryParams:{tenant:t}});return yield g$(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(p$,{queryParams:{tenant:t}});return yield g$(i),i.json()}))}),y$=Ai((e=>{var t,n,i,o;const r=ki(Qr,$l,Yr,Kr,es,Il,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.17.2"}}));return{user:v$({httpClient:o.httpClient,tenant:t,mock:n}),tenant:m$({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})),b$=Ai((e=>{const t=ki(bl({name:"widget",initialState:o$,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Ow.reducer(e),Jw.reducer(e),Xw.reducer(e),t$.reducer(e),Nw.reducer(e),Fw.reducer(e),Pw.reducer(e),i$.reducer(e),Lw.reducer(e),Bw.reducer(e),Hw.reducer(e)},asyncActions:{searchUsers:Fw.action,createUser:Ow.action,updateUser:Jw.action,enableUser:Xw.action,disableUser:t$.action,deleteUsers:Nw.action,removePasskey:i$.action,getCustomAttributes:Lw.action,getTenantRoles:Bw.action,getSubTenantRoles:Hw.action,setTempUserPassword:Pw.action}}),Zr,Kr,y$)(e);return class extends t{constructor(...e){super(...e),this.state=o$,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),w$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("user-management-widget"),b$,kl)(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})),$$=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(b$,fa,wl,Kr,kl,w$)(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(Jb(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=ew(this.state);null===(e=u(this,i,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(Qb(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 qs((()=>{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 qs((()=>{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({},Kb(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,n,new ta((()=>{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 ea((()=>{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=Xb(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})),k$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,$$,w$)(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 qs(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})),C$=Ai((e=>{var t,n,i;return i=class extends(ki(b$,fa,Kr,w$)(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 qs((()=>{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 qs((()=>{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=sw(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const i=new ra(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=vw(this.state);i.text=`Delete ${e}?`}}))},i})),S$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,C$)(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),kw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),I$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(b$,fa,Kr,wl,w$)(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 qs((()=>{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 qs((()=>{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=fw(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 ra(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=vw(this.state);o.text=`Disable ${e}?`}))}))},r})),R$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,I$,wl)(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),yw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.disableButton=new qs(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})),x$=e=>{if(!e)return e;const t=Fb(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},O$=Ai((e=>{var t,n,i,o,r,s,a,d,f,p,g,v,m;return m=class extends(ki(b$,fa,Kr,wl,kl,w$)(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(Jb(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=ew(this.state);null===(e=u(this,o,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(Qb(this.state))})),g.set(this,(()=>{var e,t;const n=null===(e=rw(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:x$(null==n?void 0:n.phone),recoveryEmail:null==n?void 0:n.recoveryEmail,recoveryPhone:x$(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},Vb(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 qs((()=>{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 qs((()=>{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]},Kb(n,"customAttributes")),void 0!==i&&{userTenants:i})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=Xb(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 sa(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,i,new ta((()=>{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 ea((()=>{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})),E$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,O$,wl)(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),bw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new qs(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})),A$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(b$,fa,Kr,wl,w$)(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 qs((()=>{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 qs((()=>{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=fw(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 ra(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=vw(this.state);o.text=`Activate ${e}?`}))}))},r})),N$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,A$,wl)(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),mw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.enableButton=new qs(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})),M$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$)(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 sa(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})),j$=new Set(["contains","not-contains","starts-with","ends-with","not-equal"]),P$=e=>{const t=Array.isArray(e)?e[0]:e;return null==t||""===t?null:String(t)},T$=e=>Array.isArray(e)?e:null==e||""===e?[]:[String(e)],W$=(e,t)=>({[e]:t}),L$=(e,t)=>({customAttributes:{[e]:t}}),U$=(e,t)=>((e,t)=>"equal"===t.operator&&null!=e.exactField)(e,t)?((e,t)=>{const n=T$(t.value);return n.length?W$(e,n):{}})(e.exactField,t):((e,t)=>j$.has(t.operator)&&null!=e.likeField)(e,t)?((e,t)=>{var n,i;const o=P$(t.value);return null===o?{}:((e,t,n)=>({searchFields:[Object.assign({field:e,valStr:t},n?{negative:!0}:{})]}))(e,`${null!==(n=t.prefix)&&void 0!==n?n:""}${o}${null!==(i=t.suffix)&&void 0!==i?i:""}`,t.operator.startsWith("not-"))})(e.likeField,t):null,D$=(e,t)=>{const{mapping:n}=e;if(!n)return null;switch(n.kind){case"array":return((e,t)=>{if("is-any-of"!==t.operator)return null;const n=T$(t.value);if(!n.length)return{};const i=e.valueMap?n.map((t=>{var n;return null!==(n=e.valueMap[t])&&void 0!==n?n:t})):n;return W$(e.field,i)})(n,t);case"boolean":return((e,t)=>{if("equal"!==t.operator)return null;const n=P$(t.value);return"true"===n?W$(e.field,!0):"false"===n?W$(e.field,!1):{}})(n,t);case"text":return U$(n,t);case"customAttribute":return((e,t,n)=>{if((e=>"is-empty"===e.operator)(t))return L$(e.name,null);if(!(e=>"equal"===e.operator||"is-any-of"===e.operator)(t))return{};const i=((e,t)=>{if(Array.isArray(e))return e.length?e:void 0;if(null!=e&&""!==e){if("boolean"===t)return"true"===e||"false"!==e&&void 0;if("number"===t){const t=Number(e);return Number.isFinite(t)?t:void 0}return e}})(t.value,n);return void 0===i?{}:L$(e.name,i)})(n,t,e.inputType);default:return null}},F$=(e,t=[])=>{const n={};(e=>{const t=new Set(["searchFields","customAttributes"]);return e.forEach((e=>{const n=null==e?void 0:e.mapping;n&&("array"===n.kind||"boolean"===n.kind?t.add(n.field):"text"===n.kind&&n.exactField&&t.add(n.exactField))})),t})(t).forEach((e=>{n[e]=void 0}));const i=new Map(t.filter((e=>Boolean(e))).map((e=>[e.id,e])));return e.reduce(((e,t)=>{const n=((e,t)=>{if(e.column&&e.operator)return t.get(e.column)})(t,i);if(!n)return e;const o=D$(n,t);return o?((e,t)=>{const{searchFields:n,customAttributes:i}=t,o=l(t,["searchFields","customAttributes"]),r=n?(a=n,[...null!=(s=e.searchFields)?s:[],...a]):e.searchFields;var s,a;const d=i?((e,t)=>Object.assign(Object.assign({},null!=e?e:{}),t))(e.customAttributes,i):e.customAttributes,c=Object.assign({},e);return Object.entries(o).forEach((([e,t])=>{var n,i;c[e]=(n=c[e],i=t,Array.isArray(n)&&Array.isArray(i)?[...n,...i.filter((e=>!n.includes(e)))]:i)})),Object.assign(Object.assign({},c),{searchFields:r,customAttributes:d})})(e,o):e}),n)},_$="customAttributes.",q$="roles",B$=e=>{if("string"==typeof e)return{value:e,label:e};const{value:t,label:n}=e;return{value:t,label:n||t}},K$=(e,t,n)=>{var i;const o=((e,t)=>{if(!(null==t?void 0:t.length))return e.filter((e=>(null==e?void 0:e.id)!==q$));const n=t.map((e=>({value:e.name,label:e.name})));return e.map((e=>(null==e?void 0:e.id)===q$?Object.assign(Object.assign({},e),{options:n}):e))})(null!==(i=null==e?void 0:e.slice())&&void 0!==i?i:[],t);return((e,t)=>e.filter((e=>{var n;if(!(null===(n=null==e?void 0:e.id)||void 0===n?void 0:n.startsWith(_$))||!(null==t?void 0:t.length))return!0;const i=e.id.slice(17);return t.some((e=>e.name===i))})).map((e=>{var n;return(null===(n=null==e?void 0:e.id)||void 0===n?void 0:n.startsWith(_$))?((e,t)=>{const n=e.id.slice(17),i=null==t?void 0:t.find((e=>e.name===n));if(!i)return e;const o=e.label||i.displayName||n,r=(e=>Array.isArray(e.options)&&e.options.length?e.options.map(B$):void 0)(i),s=Object.assign(Object.assign({},e),{label:o});return r&&(s.options=r),s})(e,t):e})))(o,n)},V$=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Kr,w$,b$)(e)){constructor(){super(...arguments),t.set(this,null),n.set(this,(()=>u(this,t,"f")?[...u(this,t,"f")]:this.filter.data)),i.set(this,(e=>{const t=Array.isArray(null==e?void 0:e.value)?e.value:[];this.actions.searchUsers(Object.assign(Object.assign({},F$(t,u(this,n,"f").call(this))),{page:0}))})),o.set(this,(()=>{this.actions.searchUsers(Object.assign(Object.assign({},F$([],u(this,n,"f").call(this))),{page:0}))})),r.set(this,Ii(((e,t,n)=>{this.filter.data=K$(e,t,n)}))),s.set(this,(()=>{var e;(null===(e=this.filter)||void 0===e?void 0:e.isExists)&&u(this,r,"f").call(this,u(this,t,"f"),Jb(this.state),Xb(this.state))})),a.set(this,(()=>{h(this,t,Object.freeze(this.filter.data.slice()),"f"),u(this,s,"f").call(this)}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t,n;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this);const r=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelector("descope-filter");this.filter=new _s(r,{logger:this.logger}),this.filter.isExists&&(this.filter.onDataChange(u(this,a,"f")),u(this,a,"f").call(this),this.subscribe(u(this,s,"f"),Jb),this.subscribe(u(this,s,"f"),Xb),this.filter.onApply(u(this,i,"f")),this.filter.onClear(u(this,o,"f")))}))}},t=new WeakMap,n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap,d})),H$={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},z$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,b$,ga,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),Yb)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=H$[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})),G$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(b$,fa,Kr,wl,w$)(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 qs((()=>{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 qs((()=>{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=fw(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 ra(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=vw(this.state);o.text=`Remove passkey for ${e}?`}))}))},r})),J$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,G$,wl)(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),ww)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.removePasskeyButton=new qs(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})),Z$=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(b$,Kr,w$)(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,ow(this.state)),u(this,s,"f").call(this,Xb(this.state)),this.subscribe(u(this,s,"f").bind(this),Xb),this.subscribe(u(this,o,"f").bind(this),ow)}))}},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 zs(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})),Y$=Ai((e=>{var t,n,i;return i=class extends(ki(b$,fa,Kr,wl,w$)(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 qs((()=>{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})),X$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(b$,fa,Kr,wl,w$,Y$)(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 qs((()=>{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 qs((()=>{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=fw(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 ra(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=vw(this.state);o.text=`This will generate a new temporary password for ${e}?`}))}))},r})),Q$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,w$,b$,X$,wl)(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),$w)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.resetPasswordButton=new qs(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})),ek=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),tk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,ek,b$,fa,Kr,wl,w$,Rl)(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,Zb(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 Ks(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",g).call(this,n.flowId)})),this.subscribe(u(this,v,"f").bind(this),Zb),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 Bs((()=>{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:sw(this.state),loginIds:aw(this.state),usersAndRoles:dw(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})),nk="widget-flow",ik=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,b$,Il,Kr,Rs,Rl)(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=zb(nk);o&&(function(e){if(window.history.replaceState&&zb(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())}}(nk),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 Bs((()=>{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})),ok=Ai((e=>class extends(ki(js,Rs,ik,Z$,k$,S$,E$,N$,R$,Q$,J$,M$,V$,z$,tk)(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)}))}})),rk=ki((e=>class extends(ok(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 gu})).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.17.2"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",rk);var sk=Object.freeze({__proto__:null,default:rk});function ak(e){return new URLSearchParams(window.location.search).get(e)}const dk=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)}))}))},lk=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}}),ck=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),uk=dk(ck)({onFulfilled:(e,t)=>{e.me.data=t.payload}},lk((e=>e.me))),hk={action:ck,reducer:uk},fk=cl("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),pk=dk(fk)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},lk((e=>e.devices))),gk={action:fk,reducer:pk},vk=cl("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),mk=dk(vk)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},lk((e=>e.passkeys))),yk={action:vk,reducer:mk},bk=cl("users/logout",((e,{extra:{api:t}})=>t.user.logout())),wk={action:bk,reducer:dk(bk)({})},$k=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},kk=e=>e.me.data,Ck=Nd(kk,(e=>e.userId)),Sk=Nd(kk,(e=>e.picture)),Ik=Nd(kk,(e=>e.email)),Rk=Nd(kk,(e=>e.verifiedEmail)),xk=Nd(kk,(e=>e.name)),Ok=Nd(kk,(e=>e.phone)),Ek=Nd(kk,(e=>e.verifiedPhone)),Ak=Nd(Ik,Rk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),Nk=Nd(Ok,Ek,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),Mk=Nd(kk,(e=>e.recoveryEmail)),jk=Nd(kk,(e=>e.verifiedRecoveryEmail)),Pk=Nd(kk,(e=>e.recoveryPhone)),Tk=Nd(kk,(e=>e.verifiedRecoveryPhone)),Wk=Nd(Mk,jk,((e,t)=>t?e:"")),Lk=Nd(Pk,Tk,((e,t)=>t?e:"")),Uk=Nd(kk,(e=>e.webauthn));Nd(kk,(e=>e.password));const Dk=Nd(kk,(e=>e.TOTP)),Fk=Nd(kk,(e=>e.customAttributes)),_k=Nd(kk,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),qk=Nd((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}))))),Bk=Nd((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:n,createdTime:i})=>({id:e,name:t,passkeyType:n,createdAt:1e3*i}))))),Kk=e=>e.notifications,Vk=Nd(kk,(e=>e.userTenants||[])),Hk=e=>e.tenant.currentTenantId,zk=cl("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:n}){if(e===Hk(n()))return null;const i=yield t.user.setCurrentTenant(e),o=i.sessionJwt||i.sessionToken;try{return{tenantId:$k(o)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),Gk={action:zk,reducer:dk(zk)({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}},lk((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"}`}}))},Jk={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:[]},Zk="/v1/auth/me",Yk="/v1/mgmt/user/trusteddevices/list",Xk="/v1/mgmt/user/passkeys/list",Qk="/v1/auth/tenant/select",eC=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)})),tC=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],nC=({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:tC,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(Zk);return yield eC(n),n.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const n=yield e.post(Qk,{tenant:t});return yield eC(n),n.json()}))}),iC=({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(Yk,{identifiers:[n]});return yield eC(i),i.json()}))}),oC=({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(Xk,{loginId:n});return yield eC(i),i.json()}))}),rC=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il)(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.17.0"}}));return{user:Object.assign(Object.assign({},nC({httpClient:i.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):i.logout}),device:Object.assign({},iC({httpClient:i.httpClient,mock:t})),passkey:Object.assign({},oC({httpClient:i.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),sC=Ai((e=>{const t=ki(bl({name:"widget",initialState:Jk,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{hk.reducer(e),gk.reducer(e),yk.reducer(e),wk.reducer(e),Gk.reducer(e)},asyncActions:{getMe:hk.action,listDevices:gk.action,listPasskeys:yk.action,logout:wk.action,selectTenant:Gk.action}}),Zr,Kr,rC)(e);return class extends t{constructor(...e){super(...e),this.state=Jk,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),aC="widget-flow",dC=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,sC,Il,Kr,Rs,Rl)(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=ak(aC);o&&(function(e){if(window.history.replaceState&&ak(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())}}(aC),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 Bs((()=>{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})),lC=()=>{var e;return"function"==typeof(null===(e=window.descopeBridge)||void 0===e?void 0:e.registerWidget)},cC=Ai((e=>{const t=e;return class extends t{init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;lC()&&window.descopeBridge.registerWidget(this),yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}handleLogout(){const e=Object.create(null,{handleLogout:{get:()=>super.handleLogout}});return c(this,void 0,void 0,(function*(){var t;lC()?this.dispatchEvent(new CustomEvent("widget-logout")):yield null===(t=e.handleLogout)||void 0===t?void 0:t.call(this)}))}}})),uC=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("user-profile-widget"),sC)(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 this.actions.getMe(),yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady()}catch(i){const e=null==i?void 0:i.code,t=(null==i?void 0:i.message)||("string"==typeof i?i:"Widget failed to initialize");throw this.dispatchEvent(new CustomEvent("error",{detail:{code:e,description:"Widget failed to initialize",message:t}})),i}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})),hC=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),fC=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(Cl,hC,Rs,sC,Kr,Il,uC,fa,Rl)(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,Sk(this.state)),u(this,d,"f").call(this,xk(this.state)),this.subscribe(u(this,a,"f").bind(this),Sk),this.subscribe(u(this,d,"f").bind(this),xk)}))}},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 Bs((()=>{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 Fs((()=>{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})),pC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Ik(this.state)),u(this,v,"f").call(this,Ak(this.state)),this.subscribe(u(this,g,"f").bind(this),Ik),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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),gC=Ai((e=>{var t,n,i;return i=class extends(ki(sC,Kr,uC,fa)(e)){constructor(){super(...arguments),t.add(this)}handleLogout(){return c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))}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 qs((()=>{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((()=>this.handleLogout()))},i})),vC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v;return v=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,xk(this.state)),this.subscribe(u(this,g,"f").bind(this),xk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),mC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Uk(this.state)),this.subscribe(u(this,p,"f").bind(this),Uk)}))}},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 Bs((()=>{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 Bs((()=>{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 da((()=>{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})),yC=Ai((e=>{var t,n,i,o,r,s;return s=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new da((()=>{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 Bs((()=>{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})),bC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Ok(this.state)),u(this,v,"f").call(this,Nk(this.state)),this.subscribe(u(this,g,"f").bind(this),Ok),this.subscribe(u(this,v,"f").bind(this),Nk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),wC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Wk(this.state)),this.subscribe(u(this,p,"f").bind(this),Wk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),$C=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Lk(this.state)),this.subscribe(u(this,p,"f").bind(this),Lk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),kC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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,Dk(this.state)),this.subscribe(u(this,p,"f").bind(this),Dk)}))}},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 Bs((()=>{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 Bs((()=>{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 da((()=>{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})),CC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f,p,g,v;return v=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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 Bs((()=>{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 Bs((()=>{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 aa(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 SC;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(SC||(SC={}));const IC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return n=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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")||SC.TEXT,s=e[o],a=new aa(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===SC.DATE&&t?new Date(t).toLocaleString():e===SC.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,Fk(this.state)),this.subscribe(u(this,l,"f").bind(this),Fk)}))}},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 Bs((()=>{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 Bs((()=>{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})),RC=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Cl,hC,Rs,sC,Kr,Il,uC,fa,Rl)(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 la((()=>{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,qk(this.state)),u(this,t,"m",o).call(this),this.subscribe(this.updateDeviceList.bind(this),qk))}))}},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 Bs((()=>{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:Ck(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:Ck(this.state)})}))},d})),xC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,hC,sC,Kr,uC,Il,fa,Rl)(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 ua((()=>{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,Bk(this.state)),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),this.subscribe(u(this,f,"f").bind(this),Ck),this.subscribe(this.updatePasskeyList.bind(this),Bk))}))}},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 Bs((()=>{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:Ck(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 Bs((()=>{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:Ck(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=Ck(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})),OC={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},EC=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,sC,ga,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),Kk)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=OC[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})),AC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(sC,Kr,uC)(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=Hk(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=wn();return $k(e)})()),u(this,t,"m",i).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,Vk(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 ca((()=>{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=Hk(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,Hk(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),NC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(Cl,hC,sC,fa,Kr,uC,Rl)(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 Ks(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",f).call(this,n.flowId,Ck(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 Bs((()=>{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})),MC=Ai((e=>class extends(ki(js,Rs,dC,IC,pC,fC,vC,bC,wC,$C,mC,yC,kC,CC,gC,cC,RC,xC,EC,AC,NC)(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)}))}})),jC=ki((e=>class extends(MC(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 gu})).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.17.0"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",jC);var PC=Object.freeze({__proto__:null,default:jC});const TC=(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 WC,LC,UC,DC,FC,_C,qC,BC,KC,VC;const HC=document.createElement("template");HC.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 zC=ki(vs)(HTMLElement);class GC extends zC{constructor(){var e;super(),WC.add(this),LC.set(this,new Wi({messages:[]})),UC.set(this,void 0),DC.set(this,void 0),FC.set(this,void 0),_C.set(this,{resize:u(this,WC,"m",VC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild(HC.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,UC,this.shadowRoot.querySelector(".debugger"),"f"),u(this,UC,"f").style.top="32px",u(this,UC,"f").style.left=window.innerWidth-300-32+"px",h(this,DC,u(this,UC,"f").querySelector(".content"),"f"),h(this,FC,u(this,UC,"f").querySelector(".header"),"f")}updateData(e){u(this,LC,"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]=TC(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,UC,"f"),u(this,FC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,_C,"f").resize),(e=u(this,UC,"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,UC,"f").onresize=u(this,WC,"m",KC).bind(this),u(this,LC,"f").subscribe(u(this,WC,"m",qC).bind(this))}disconnectedCallback(){u(this,LC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,_C,"f").resize)}}LC=new WeakMap,UC=new WeakMap,DC=new WeakMap,FC=new WeakMap,_C=new WeakMap,WC=new WeakSet,qC=function(e){u(this,WC,"m",BC).call(this,e),u(this,WC,"m",KC).call(this)},BC=function(e){u(this,DC,"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,DC,"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)}))},VC=function(){const[e,t]=TC(u(this,UC,"f"),Number.parseInt(u(this,UC,"f").style.left,10),Number.parseInt(u(this,UC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,UC,"f").style.top=`${t}px`,u(this,UC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",GC);var JC=Object.freeze({__proto__:null,default:GC});const ZC=(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))]},YC=(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]=ZC(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,QC,eS,tS,nS,iS,oS,rS,sS,aS,dS;const lS=document.createElement("template");lS.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 cS=ki(vs)(HTMLElement);class uS extends cS{constructor(){super(),XC.add(this),QC.set(this,new kr({messages:[]})),eS.set(this,void 0),tS.set(this,void 0),nS.set(this,void 0),iS.set(this,{resize:u(this,XC,"m",dS).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(lS.content.cloneNode(!0)),h(this,eS,this.shadowRoot.querySelector(".debugger"),"f"),h(this,tS,u(this,eS,"f").querySelector(".content"),"f"),h(this,nS,u(this,eS,"f").querySelector(".header"),"f"),u(this,XC,"m",oS).call(this)}updateData(e){u(this,QC,"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),YC(u(this,eS,"f"),u(this,nS,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,iS,"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,eS,"f")),u(this,eS,"f").onresize=u(this,XC,"m",aS).bind(this),u(this,QC,"f").subscribe(u(this,XC,"m",rS).bind(this))}))}disconnectedCallback(){u(this,QC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,iS,"f").resize)}}QC=new WeakMap,eS=new WeakMap,tS=new WeakMap,nS=new WeakMap,iS=new WeakMap,XC=new WeakSet,oS=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,eS,"f").style.top="32px",u(this,eS,"f").style.left=window.innerWidth-300-32+"px"},rS=function(e){u(this,XC,"m",sS).call(this,e),u(this,XC,"m",aS).call(this)},sS=function(e){u(this,tS,"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("")},aS=function(){u(this,tS,"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)}))},dS=function(){const[e,t]=ZC(u(this,eS,"f"),Number.parseInt(u(this,eS,"f").style.left,10),Number.parseInt(u(this,eS,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,eS,"f").style.top=`${t}px`,u(this,eS,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",uS);var hS=Object.freeze({__proto__:null,default:uS});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.2.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=()=>{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")}},$=[503,520,521,522,524,530],k=[100,5e3,5e3],C=e=>new Promise((t=>setTimeout(t,e))),S=e=>async function(...t){let n=await e(...t),i=0;for(;$.includes(n.status)&&i<k.length;)await C(k[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 I;const R=()=>{if(I)return I;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 I=`${t}-${n}`,I};var x;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(x||(x={}));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},O=(...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)),{})),A={"Content-Type":"application/json"},M=(e,t="")=>{let n=e;return t&&(n=n+":"+t),{Authorization:`Bearer ${n}`}},N=(e,t)=>{const n={"x-descope-sdk-session-id":R(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.70.0","x-descope-project-id":e};return t&&(n["x-descope-refresh-cookie-name"]=t),n},j=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var P=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=>w().title("Request").url(e[0]).method(e[1].method).headers(e[1].headers).body(e[1].body).build())(t));const i=await S(n)(...t);return e[i.ok?"log":"error"](await(async e=>{const t=await e.text();return w().title("Response").url(e.url.toString()).status(`${e.status} ${e.statusText}`).headers(e.headers).body(t).retries(e.retries).build()})(i)),i}:S(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:O(M(t,g),N(t,i),(null==n?void 0:n.baseHeaders)||{},j(v)?A:{},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:x.get,token:i}),post:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.post,token:o}),patch:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.patch,token:o}),put:(e,t,{headers:n,queryParams:i,token:o}={})=>c({path:e,headers:n,queryParams:i,body:t,method:x.put,token:o}),delete:(e,{headers:t,queryParams:n,token:i}={})=>c({path:e,headers:t,queryParams:n,body:void 0,method:x.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}}))},T=429;function W(e,t,n){var i;let o=L(e);if(t){if(!(null==o?void 0:o.tenants)&&(null==o?void 0:o.dct)===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 L(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function U(e){const{exp:t}=L(e);return(new Date).getTime()/1e3>t}function D(e){let t=L(e);const n=Object.keys(null==t?void 0:t.tenants);return Array.isArray(n)?n:[]}function F(e,t){return W(e,t,"permissions")}function _(e,t){return W(e,t,"roles")}const q=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function B(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===T&&Object.assign(o.error,{retryAfter:Number.parseInt(null===(n=i.headers)||void 0===n?void 0:n.get("retry-after"))||0})),o}function K(e){var t;return(null===(t=L(e))||void 0===t?void 0:t.dct)||""}const V=(e,t)=>(n=t)=>t=>!e(t)&&n.replace("{val}",t),H=(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 "))},z=(...e)=>({validate:t=>(e.forEach((e=>{const n=e(t);if(n)throw new Error(n)})),!0)}),G=e=>t=>e.test(t),J=G(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Z=G(/^\+[1-9]{1}[0-9]{3,14}$/),Y=V(J,'"{val}" is not a valid email'),X=V(Z,'"{val}" is not a valid phone number'),Q=V((e=>e.length>=1),"Minimum length is 1");const ee=V((e=>"string"==typeof e),"Input is not a string"),te=V((e=>Array.isArray(e)),"Input is not an array"),ne=V((e=>"boolean"==typeof e),"Input is not a boolean"),ie=V((e=>void 0===e),"Input is defined"),oe=H([ee(),ie()],"Input is not a string or undefined"),re=H([te(),ne()],"Input is not an array or boolean"),se=(...e)=>t=>(...n)=>(e.forEach(((e,t)=>z(...e).validate(n[t]))),t(...n)),ae=e=>[ee(`"${e}" must be a string`)],de=e=>[oe(`"${e}" must be string or undefined`)],le=e=>[ee(`"${e}" must be a string`),Q(`"${e}" must not be empty`)],ce=e=>[ee(`"${e}" must be a string`),Y()],ue=e=>[ee(`"${e}" must be a string`),X()],he=se(le("accessKey")),fe=e=>({exchange:he(((t,n)=>B(e.post(v.accessKey.exchange,{loginOptions:n},{token:t}))))}),pe=(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),ge=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var ve,me;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(ve||(ve={})),function(e){e.email="email"}(me||(me={}));const ye=Object.assign(Object.assign({},ve),me);var be;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}(be||(be={}));const we=le("loginId"),$e=se(le("token")),ke=se(we),Ce=se(le("pendingRef")),Se=se(we,ce("email")),Ie=e=>({verify:$e((t=>B(e.post(v.enchantedLink.verify,{token:t})))),signIn:ke(((t,n,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return B(e.post(q(v.enchantedLink.signIn,ye.email),{loginId:t,URI:n,loginOptions:s,providerId:r},{token:o}))})),signUpOrIn:ke(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(q(v.enchantedLink.signUpOrIn,ye.email),{loginId:t,URI:n,loginOptions:r,providerId:o}))})),signUp:ke(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.enchantedLink.signUp,ye.email),{loginId:t,URI:n,user:i,loginOptions:s,providerId:r}))})),waitForSession:Ce(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ge(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(B(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:Se(((t,n,i,o,r)=>B(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o}))))}}),Re=se(le("flowId")),xe=se(le("executionId"),le("stepId"),le("interactionId")),Ee=e=>({start:Re(((t,n,i,o,r,s,a,d=!1)=>B(e.post(v.flow.start,{flowId:t,options:n,conditionInteractionId:i,interactionId:o,componentsVersion:r,flowVersions:s,input:a,isCustomScreen:d})))),next:xe(((t,n,i,o,r,s,a=!1,d)=>B(e.post(v.flow.next,{executionId:t,stepId:n,interactionId:i,version:o,componentsVersion:r,input:s,isCustomScreen:a,options:d}))))}),Oe=le("loginId"),Ae=se(le("token")),Me=se(Oe),Ne=se(Oe,ue("phone")),je=se(Oe,ce("email")),Pe=Object.keys(ye).filter((e=>e!==ve.voice&&e!==ve.im)),Te=e=>({verify:Ae((t=>B(e.post(v.magicLink.verify,{token:t})))),signIn:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={},r)=>{var{providerId:s}=o,a=l(o,["providerId"]);return B(e.post(q(v.magicLink.signIn,n),{loginId:t,URI:i,loginOptions:a,providerId:s},{token:r}))}))})),{}),signUp:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o,r={})=>{var{providerId:s}=r,a=l(r,["providerId"]);return B(e.post(q(v.magicLink.signUp,n),{loginId:t,URI:i,user:o,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Pe.reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Me(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.magicLink.signUpOrIn,n),{loginId:t,URI:i,loginOptions:s,providerId:r}))}))})),{}),update:{email:je(((t,n,i,o,r)=>B(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:n,URI:i},r),{token:o})))),phone:Object.keys(ve).filter((e=>e!==ve.voice)).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ne(((t,i,o,r,s)=>B(e.post(q(v.magicLink.update.phone,n),Object.assign({loginId:t,phone:i,URI:o},s),{token:r}))))})),{})}});var We;!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"}(We||(We={}));const Le=se(le("code")),Ue=e=>({start:Object.assign(((t,n,i,o,r)=>B(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:t},n&&{redirectURL:n}),r&&{loginHint:r}),token:o}))),Object.keys(We).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:(t,i,o,r)=>B(e.post(v.oauth.start,i||{},{queryParams:Object.assign(Object.assign({provider:n},t&&{redirectURL:t}),r&&{loginHint:r}),token:o}))})),{})),exchange:Le((t=>B(e.post(v.oauth.exchange,{code:t})))),startNative:(t,n,i)=>B(e.post(v.oauth.startNative,{provider:t,loginOptions:n,implicit:i})),finishNative:(t,n,i,o,r)=>B(e.post(v.oauth.finishNative,{provider:t,stateId:n,user:i,code:o,idToken:r})),getOneTapClientId:t=>B(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,n,i,o)=>B(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o})),exchangeOneTapIDToken:(t,n,i,o)=>B(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:n,nonce:i,loginOptions:o}))}),De=le("appId"),Fe=se(De),_e=e=>({connect:Fe(((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,B(e.post(v.outbound.connect,{appId:t,tenantId:o,tenantLevel:r,options:n},{token:i}))}))}),qe=le("loginId"),Be=se(qe,le("code")),Ke=se(qe),Ve=se(qe,ue("phone")),He=se(qe,ce("email")),ze=e=>({verify:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Be(((t,i)=>B(e.post(q(v.otp.verify,n),{code:i,loginId:t}))))})),{}),signIn:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i={},o)=>{var{providerId:r}=i,s=l(i,["providerId"]);return B(e.post(q(v.otp.signIn,n),{loginId:t,loginOptions:s,providerId:r},{token:o}))}))})),{}),signUp:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(q(v.otp.signUp,n),{loginId:t,user:i,loginOptions:s,providerId:r}))}))})),{}),signUpOrIn:Object.keys(ye).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ke(((t,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(q(v.otp.signUpOrIn,n),{loginId:t,loginOptions:r,providerId:o}))}))})),{}),update:{email:He(((t,n,i,o)=>B(e.post(v.otp.update.email,Object.assign({loginId:t,email:n},o),{token:i})))),phone:Object.keys(ve).reduce(((t,n)=>Object.assign(Object.assign({},t),{[n]:Ve(((t,i,o,r)=>B(e.post(q(v.otp.update.phone,n),Object.assign({loginId:t,phone:i},r),{token:o}))))})),{})}}),Ge=se(le("tenant")),Je=se(le("code")),Ze=e=>({start:Ge(((t,n,i,o,r,s,a,d)=>B(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:Je((t=>B(e.post(v.sso.exchange,{code:t}))))}),Ye=le("loginId"),Xe=se(Ye,le("code")),Qe=se(Ye),et=se(Ye),tt=e=>({signUp:Qe(((t,n)=>B(e.post(v.totp.signUp,{loginId:t,user:n})))),verify:Xe(((t,n,i,o)=>B(e.post(v.totp.verify,{loginId:t,code:n,loginOptions:i},{token:o})))),update:et(((t,n)=>B(e.post(v.totp.update,{loginId:t},{token:n}))))}),nt=le("loginId"),it=le("newPassword"),ot=se(nt,le("password")),rt=se(nt),st=se(nt,it),at=se(nt,le("oldPassword"),it),dt=e=>({signUp:ot(((t,n,i,o={})=>{var{providerId:r}=o,s=l(o,["providerId"]);return B(e.post(v.password.signUp,{loginId:t,password:n,user:i,loginOptions:s,providerId:r}))})),signIn:ot(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(v.password.signIn,{loginId:t,password:n,loginOptions:r,providerId:o}))})),sendReset:rt(((t,n,i)=>B(e.post(v.password.sendReset,{loginId:t,redirectUrl:n,templateOptions:i})))),update:st(((t,n,i)=>B(e.post(v.password.update,{loginId:t,newPassword:n},{token:i})))),replace:at(((t,n,i)=>B(e.post(v.password.replace,{loginId:t,oldPassword:n,newPassword:i})))),policy:()=>B(e.get(v.password.policy))}),lt=ae("loginId"),ct=le("loginId"),ut=ae("origin"),ht=se(ct,ut,le("name")),ft=se(ct,ut),pt=se(lt,ut),gt=se(ct,ut,de("token")),vt=se(le("transactionId"),le("response")),mt=e=>({signUp:{start:ht(((t,n,i,o,r)=>B(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:i},origin:n,loginOptions:r,passkeyOptions:o})))),finish:vt(((t,n)=>B(e.post(v.webauthn.signUp.finish,{transactionId:t,response:n}))))},signIn:{start:pt(((t,n,i,o,r)=>B(e.post(v.webauthn.signIn.start,{loginId:t,origin:n,loginOptions:i,passkeyOptions:r},{token:o})))),finish:vt(((t,n)=>B(e.post(v.webauthn.signIn.finish,{transactionId:t,response:n}))))},signUpOrIn:{start:ft(((t,n,i,o)=>B(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:n,loginOptions:o,passkeyOptions:i}))))},update:{start:gt(((t,n,i,o,r)=>B(e.post(v.webauthn.update.start,{loginId:t,origin:n,passkeyOptions:o,mfa:r},{token:i})))),finish:vt(((t,n)=>B(e.post(v.webauthn.update.finish,{transactionId:t,response:n}))))}}),yt=ae("loginId"),bt=se(yt),wt=se(le("pendingRef")),$t=e=>({signUpOrIn:bt(((t,n={})=>{var{providerId:i}=n,o=l(n,["providerId"]);return B(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:o,providerId:i}))})),signUp:bt(((t,n,i={})=>{var{providerId:o}=i,r=l(i,["providerId"]);return B(e.post(v.notp.signUp,{loginId:t,user:n,providerId:o,loginOptions:r}))})),signIn:bt(((t,n={},i)=>{var{providerId:o}=n,r=l(n,["providerId"]);return B(e.post(v.notp.signIn,{loginId:t,loginOptions:r,providerId:o},{token:i}))})),waitForSession:wt(((t,n)=>new Promise((i=>{const{pollingIntervalMs:o,timeoutMs:r}=ge(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(B(Promise.resolve(n))))}),o);s=setTimeout((()=>{i({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)}))))}),kt=se(le("token")),Ct=se(de("token"));var St,It=se([(St=le("projectId"),V(((e,t)=>n=>z(...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",St))())])((e=>{const{projectId:t,logger:n,baseUrl:i,cookiePolicy:o,baseHeaders:r={},refreshCookieName:s,fetch:a}=e;return d=P({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:fe(d),otp:ze(d),magicLink:Te(d),enchantedLink:Ie(d),oauth:Ue(d),outbound:_e(d),sso:Ze(d),saml:Ze(d),totp:tt(d),notp:$t(d),webauthn:mt(d),password:dt(d),flow:Ee(d),refresh:Ct(((e,t,n,i)=>{const o={};n&&(o.externalToken=n);const r=i?v.tryRefresh:v.refresh;return B(d.post(r,o,{token:e,queryParams:t}))})),selectTenant:se([ee("tenantId")],[oe('"token" must be string or undefined')])(((e,t)=>B(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:Ct((e=>B(d.post(v.logout,{},{token:e})))),logoutAll:Ct((e=>B(d.post(v.logoutAll,{},{token:e})))),me:Ct((e=>B(d.get(v.me,{token:e})))),myTenants:se([re('"tenants" must a string array or a boolean')],[oe('"token" must be string or undefined')])(((e,t)=>{const n={};return"boolean"==typeof e?n.dct=e:n.ids=e,B(d.post(v.myTenants,n,{token:t}))})),history:Ct((e=>B(d.get(v.history,{token:e})))),isJwtExpired:kt(U),getTenants:kt(D),getJwtPermissions:kt(F),getJwtRoles:kt(_),getCurrentTenant:kt(K),httpClient:d};var d})),Rt=Object.assign(It,{DeliveryMethods:ye});
2
+ /*! js-cookie v3.0.8 | MIT */function xt(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=xt({},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,"",xt({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,xt({},this.attributes,t))},withConverter:function(t){return e(xt({},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 Ot={default:"endpoint"},At="Blocked by CSP",Mt="The endpoint parameter is not a valid URL",Nt="Failed to load the JS script of the agent",jt="9319";function Pt(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===At||s===Mt)n.exclude(),r=0;else if(s===jt)n.exclude();else if(s===Nt){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 Tt="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",Wt=Tt;function Lt(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:Tt,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 Pt(e,Ut)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===jt?new Error(Nt):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 Ut(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(Nt))},i.async=!0,i.src=e,r.appendChild(i)}))}(e)}),(function(){throw new Error(At)})).then(Dt)}function Dt(){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(jt);return n}const Ft="3.2.0",_t="undefined"!=typeof window,qt=Math.pow(2,31)-1,Bt=`https://descopecdn.com/npm/oidc-client-ts@${Ft}/dist/browser/oidc-client-ts.min.js`,Kt=`https://cdn.jsdelivr.net/npm/oidc-client-ts@${Ft}/dist/browser/oidc-client-ts.min.js`,Vt=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let Ht;const zt=e=>{try{return g(e).exp}catch(e){return null}},Gt=e=>{const{refresh_expire_in:t,refresh_token:n}=e;return t?Math.floor(Date.now()/1e3)+t:zt(n)},Jt=e=>{const{expires_in:t,expires_at:n,access_token:i}=e;return n||(t?Math.floor(Date.now()/1e3)+t:i?zt(i):void 0)},Zt=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||Jt(e),cookieExpiration:e.cookieExpiration||Gt(e)},r)},Yt=(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},Xt=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 Zt(n)},Qt=()=>_t&&!!window.descopeBridge,en=(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 Vt.includes(n)},tn=void 0!==Ht||_t&&void 0!==window.localStorage,nn=(e,t)=>{var n,i;return null===(i=null===(n=Ht||_t&&window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i?void 0:i.call(n,e,t)},on=e=>{var t,n;return null===(n=null===(t=Ht||_t&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e)},rn=e=>{var t,n;return null===(n=null===(t=Ht||_t&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n?void 0:n.call(t,e)},sn=e=>{var t,n,i,o,r;return null!==(r=null!==(n=null===(t=null==Ht?void 0:Ht.key)||void 0===t?void 0:t.call(Ht,e))&&void 0!==n?n:_t&&(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},an=e=>{var t,n;return _t&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.getItem)||void 0===n?void 0:n.call(t,e))||null},dn=e=>{var t,n;try{_t&&(null===(n=null===(t=window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===n||n.call(t,e))}catch(e){}},ln=(...e)=>{console.debug(...e)},cn=(...e)=>{console.warn(...e)},un="DS",hn="DSR",fn="DSI",pn="DSRCN";function gn(e,t,n){if(t){const{cookieDomain:i,cookiePath:o,cookieSameSite:r,cookieExpiration:s,cookieSecure:a}=n,d=new Date(1e3*s),l=vn(i);Et.set(e,t,{path:o,domain:l?i:void 0,expires:d,sameSite:r,secure:a})}}function vn(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 mn=e=>(null==e?void 0:e.cookieName)||un,yn=e=>(null==e?void 0:e.cookieName)||hn;function bn(e="",t){return Et.get(yn(t))||on(`${e}${hn}`)||""}function wn(e="",t){return Et.get(mn(t))||on(`${e}${un}`)||""}function $n(e=""){return on(`${e}${fn}`)||""}function kn(e="",t,n,i){rn(`${e}${hn}`),rn(`${e}${un}`),rn(`${e}${fn}`),rn(`${e}${pn}`);const o=mn(t);Et.remove(o,null==i?void 0:i.session);const r=yn(n);Et.remove(r,null==i?void 0:i.refresh)}const Cn=(e,t,n)=>i=>{const o=Object.assign(i,{token:i.token||bn(e,t)});if(!n){const t=function(e=""){return on(`${e}${pn}`)}(e);t&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-refresh-cookie-name":t}))}const r=function(e=""){return on(`${e}DTD`)||""}(e);return r&&(o.headers=Object.assign(Object.assign({},o.headers||{}),{"x-descope-trusted-device-token":r})),o},Sn=_t&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",In="vsid",Rn="vrid",xn="fp",En=(e=!1)=>{const t=on(xn);if(!t)return null;const n=JSON.parse(t);return(new Date).getTime()>n.expiry&&!e?null:n.value},On=async(e,t=Sn)=>{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=Lt({apiKey:e,endpoint:[i.toString(),Ot],scriptUrlPattern:[r,Wt]}),a=await s,{requestId:d}=await a.get({linkedId:n}),l=((e,t)=>({[In]:e,[Rn]:t}))(n,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};nn(xn,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},An=e=>{const t=En(!0);return t&&e.body&&(e.body.fpData=t),e},Mn="descopeFlowNonce",Nn="X-Descope-Flow-Nonce",jn="/v1/flow/start",Pn="/v1/flow/next",Tn=(e,t=Mn)=>`${t}${e}`,Wn=(e,t=Mn)=>{try{const n=Tn(e,t),i=on(n);if(!i)return null;const o=JSON.parse(i);return o.expiry<Date.now()?(Ln(e,t),null):{value:o.value,seq:o.seq}}catch(e){return console.error("Error getting flow nonce:",e),null}},Ln=(e,t=Mn)=>{try{const n=Tn(e,t);rn(n)}catch(e){console.error("Error removing flow nonce:",e)}},Un=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Dn=e=>{var t;return e.path===Pn&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Un(e.body.executionId):null},Fn="dls_last_user_login_id",_n="dls_last_user_display_name",qn=e=>nn(Fn,e),Bn=()=>on(Fn),Kn=()=>on(_n),Vn=e=>async(...t)=>{var n;t[1]=t[1]||{};const[,i={}]=t,o=Bn(),r=Kn();return o&&(null!==(n=i.lastAuth)&&void 0!==n||(i.lastAuth={}),i.lastAuth.loginId=o,i.lastAuth.name=r),await e(...t)},Hn="DSLI",zn=e=>async(...t)=>{const n=await e(...t);return dn(Hn),n};function Gn(){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 Jn(e){const t=function(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ni(n.publicKey.challenge),n.publicKey.user.id=ni(n.publicKey.user.id),null===(t=n.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=ni(e.id)})),n}(e);try{return n=await navigator.credentials.create(t),JSON.stringify({id:n.id,rawId:ii(n.rawId),type:n.type,response:{attestationObject:ii(n.response.attestationObject),clientDataJSON:ii(n.response.clientDataJSON)}})}catch(e){throw await Xn(e,t,!0)}var n}async function Zn(e){const t=ei(e);try{return ti(await navigator.credentials.get(t))}catch(e){throw await Xn(e,t,!1)}}async function Yn(e,t){const n=ei(e);n.signal=t.signal,n.mediation="conditional";try{return ti(await navigator.credentials.get(n))}catch(e){throw await Xn(e,n,!1)}}async function Xn(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 Qn())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 Qn(!0)?"platform_authenticator_unsupported":"NotAllowedError"===r?"not_allowed":"unknown"}(e,t,n)}catch(e){}return e}async function Qn(e=!1){var t,n;if(!_t)return Promise.resolve(!1);if(Qt()){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 ei(e){var t;const n=JSON.parse(e);return n.publicKey.challenge=ni(n.publicKey.challenge),null===(t=n.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=ni(e.id)})),n}function ti(e){return JSON.stringify({id:e.id,rawId:ii(e.rawId),type:e.type,response:{authenticatorData:ii(e.response.authenticatorData),clientDataJSON:ii(e.response.clientDataJSON),signature:ii(e.response.signature),userHandle:e.response.userHandle?ii(e.response.userHandle):void 0}})}function ni(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function ii(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var oi,ri=(oi=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 Jn(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 Zn(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 Jn(o.data.options);return await e.webauthn.signUp.finish(o.data.transactionId,t)}{const t=await Zn(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 Jn(o.data.options);return await e.webauthn.update.finish(o.data.transactionId,r)},helpers:{create:Jn,get:Zn,isSupported:Qn,conditional:Yn}}),(...e)=>{const t=oi(...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 si="/fedcm/config";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=(()=>{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)})(),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 Qn(),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([Bt,Kt],(()=>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)))),nn(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=on(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||$n(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const r=await n.createSignoutRequest(e),{url:s}=r;return rn(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,Ht=n,e(t)}),(e=>t=>{var{fpKey:n,fpLoad:i}=t,o=l(t,["fpKey","fpLoad"]);return _t?(n&&i&&On(n).catch((()=>null)),e(Yt(o,{beforeRequest:An}))):e(o)}),(e=>t=>e(Object.assign(Object.assign({},t),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.52.0"},t.baseHeaders)}))),(e=>t=>{const n=Gn(),i=Gn(),o=Gn(),r=Gn(),s=e(Yt(t,{afterRequest:async(e,t)=>{if(en(e,t))ln("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 Xt(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 Xt(t);s&&i.pub(s),d&&r.pub(d),(a||s)&&n.pub(a||42)}}})),a=pe(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(!tn)return;for(let o=0;o<(void 0,n=void 0,void 0,null!==(i=null!==(t=null==Ht?void 0:Ht.length)&&void 0!==t?t:_t&&(null===(n=window.localStorage)||void 0===n?void 0:n.length))&&void 0!==i?i:0);o++){const t=sn(o);if(t&&t.startsWith(e)){const n=on(t);if(n)try{JSON.parse(n).expiry<Date.now()&&rn(t)}catch(e){rn(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,n,i})(o);const s=e(Yt(r,{afterRequest:async(e,t)=>{var n;if(e.path!==jn&&e.path!==Pn)return;const{nonce:i,seq:r,executionId:s}=await(async(e,t)=>{try{const n=t.headers.get(Nn),i=null===n?void 0:(e=>{const t=e.indexOf(".");if(t<=0)return;const n=e.slice(0,t);if(!/^\d+$/.test(n))return;const i=Number(n);return Number.isSafeInteger(i)?i:void 0})(n);let o=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return o||(o=Dn(e)),{nonce:n,seq:i,executionId:Un(o)}}catch(e){return{nonce:null,seq:void 0,executionId:null}}})(e,t);if(!i||!s)return;const a=e.path===jn,d=null===(n=Wn(s,o))||void 0===n?void 0:n.seq;!a&&void 0!==r&&void 0!==d&&r<=d||((e,t,n,i=Mn,o)=>{try{const r=Tn(e,i),s=n?172800:10800,a={value:t,expiry:Date.now()+1e3*s,isStart:n,seq:o};nn(r,JSON.stringify(a))}catch(e){console.error("Error setting flow nonce:",e)}})(s,i,a,o,null!=r?r:a?void 0:d)},beforeRequest:e=>{if(e.path===Pn){const t=Dn(e);if(t){const n=((e,t=Mn)=>{var n,i;return null!==(i=null===(n=Wn(e,t))||void 0===n?void 0:n.value)&&void 0!==i?i:null})(t,o);n&&(e.headers=e.headers||{},e.headers[Nn]=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(Yt(t,{afterRequest:async(e,t)=>{if(en(e,t))return void dn(Hn);const n=await Xt(t);(null==n?void 0:n.sessionExpiration)&&((e,t)=>{var n,i;try{_t&&(null===(i=null===(n=window.localStorage)||void 0===n?void 0:n.setItem)||void 0===i||i.call(n,e,t))}catch(e){}})(Hn,String(n.sessionExpiration))}}));return pe(n,["logout","logoutAll","oidc.logout"],zn)}),(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||Qt())return Object.assign(e(i),{markUserActive:()=>{cn("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&&(ln("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),_t&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(ln("Expiration time passed, refreshing session"),p.refresh(bn()||c))}));const p=e(Yt(i,{afterRequest:async(e,t)=>{const{sessionJwt:n,refreshJwt:i,sessionExpiration:o,nextRefreshSeconds:r}=await Xt(t);if(en(e,t))ln("Session invalidated, canceling all timers"),s();else if(n||o){if(d=((e,t)=>{if(t)return new Date(1e3*t);ln("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 ln("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,ln(`Using provided nextRefreshSeconds: ${t}s`)):n=((i=e)?i.getTime()-(new Date).getTime():0)-2e4,n>qt&&(ln(`Timeout is too large (${n}ms), setting it to ${qt}ms`),n=qt),n})(d,r);if(s(),e<=2e4)return void ln("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});ln(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(_t&&"hidden"===document.visibilityState)ln("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return ln("Skipping refresh due to timer - user is idle"),void(f=!0);ln("Refreshing session due to timer"),p.refresh(bn()||i)}}),e)}}}));return Object.assign(pe(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const n=await e(...t);return ln("Clearing all timers"),s(),n})),{markUserActive:u?()=>{ln("markUserActive() called"),h||ln("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(ln("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(bn()||c))}:()=>{cn("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:Bn,getLastUserDisplayName:Kn});const r=e(Yt(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=Zt((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?(qn(r),(e=>{nn(_n,e)})(s)):(null==o?void 0:o.loginId)&&qn(o.loginId)}}));let s=pe(r,["flow.start"],Vn);return s=pe(s,["logout","logoutAll"],(e=>t=>async(...n)=>{const i=await t(...n);return e||(rn(Fn),rn(_n)),i})(i)),Object.assign(s,{getLastUserLoginId:Bn,getLastUserDisplayName:Kn})}),(e=>t=>{var{persistTokens:n,sessionTokenViaCookie:i,refreshTokenViaCookie:o,storagePrefix:r,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!n||!_t)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Yt(Object.assign({refreshCookieName:s},a),{beforeRequest:Cn(r,o,s),afterRequest:async(e,t)=>{if(en(e,t))ln("Session invalidated, clearing persisted tokens"),kn(r,i,o,d);else{const e=await Xt(t);e.cookieName?nn(`${r||""}${pn}`,e.cookieName):e.refreshJwt&&rn(`${r||""}${pn}`);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){rn(`${n}${hn}`);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=yn(i);s&&"https:"!==window.location.protocol&&cn("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});gn(d,l,c);const h=vn(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=yn(i);Et.remove(e),nn(`${n}${hn}`,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=mn(t);i&&"https:"!==window.location.protocol&&cn("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});gn(r,d,l);const c=vn(o);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?o:void 0}})}else nn(`${n}${un}`,d);return e.idToken&&nn(`${n}${fn}`,e.idToken),c&&nn(`${n}DTD`,c),u})(e,i,r,o);n&&(d=n)}}})),u=pe(c,["logout","logoutAll","oidc.logout"],((e,t,n,i)=>o=>async(...r)=>{const s=await o(...r);return kn(e,t,n,null==i?void 0:i()),s})(r,i,o,(()=>d)));return Object.assign(u,{getRefreshToken:()=>bn(r,o),getSessionToken:()=>wn(r,i),getIdToken:()=>$n(r)})}))((e=>{const t=Rt(e),n=hi(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(i,o)=>{var r;if(Qt())return ln(`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&&_t&&void 0!==window.localStorage&&!an(Hn)&&!on(Fn)&&!an("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=wn(),a=bn();let d="";if(e.getExternalToken)try{d=await(null===(r=e.getExternalToken)||void 0===r?void 0:r.call(e))}catch(e){ln("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:ri(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+si),clientId:o}]}},r=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return i.refresh(r.token)},isSupported:()=>_t&&"IdentityCredential"in window,async isLoggedIn(e){var t;const n=i.httpClient.buildUrl(o+si);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])||""}`}),""),Ei=(e,t=500)=>{let n;return function(...i){clearTimeout(n),n=setTimeout((()=>e.apply(this,i)),t)}},Oi=(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 Mi,Ni,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}={}){Mi.set(this,void 0),Ni.set(this,{}),ji.set(this,0),Pi.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,Mi,"f")):e,n=Object.assign(Object.assign({},u(this,Mi,"f")),t);if(u(this,Pi,"f")||!Ti(u(this,Mi,"f"),n)){const e=u(this,Mi,"f");h(this,Mi,n,"f"),Object.freeze(u(this,Mi,"f")),setTimeout((()=>{Object.values(u(this,Ni,"f")).forEach((t=>t(n,e,((e,t)=>n=>e[n]!==t[n])(n,e))))}),0)}},h(this,Mi,e,"f"),h(this,Pi,t,"f")}get current(){return Object.assign({},u(this,Mi,"f"))}subscribe(e){return h(this,ji,u(this,ji,"f")+1,"f"),u(this,Ni,"f")[u(this,ji,"f")]=e,u(this,ji,"f").toString()}unsubscribe(e){const t=!!u(this,Ni,"f")[e];return t&&delete u(this,Ni,"f")[e],t}unsubscribeAll(){return h(this,Ni,{},"f"),!0}};Mi=new WeakMap,Ni=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 wu})).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,sendSessionToken:b,errorTransformer:w,styleId:$,onScreenUpdate:k,dismissScreenErrorOnInput:C,outboundAppId:S,outboundAppScopes:I,popupOrigin:R,children:x,externalRequestId:E,themeOverride:O},A)=>{const[M,N]=t.useState(null);t.useImperativeHandle(A,(()=>M));const{projectId:j,baseUrl:P,baseStaticUrl:T,baseCdnUrl:W,storeLastAuthenticatedUser:L,keepLastAuthenticatedUserAfterLogout:U,refreshCookieName:D,customStorage:F,sdk:_}=t.useContext(n),q=t.useCallback((async e=>{await _.httpClient.hooks.afterRequest({},new Response(JSON.stringify(e.detail))),i&&i(e)}),[i]);return t.useEffect((()=>{const e=M;return null==e||e.addEventListener("success",q),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",q)}}),[M,o,q]),t.useEffect((()=>{const e=M;return null==e||e.addEventListener("success",q),()=>{null==e||e.removeEventListener("success",q)}}),[M,q]),t.useEffect((()=>{const e=M;return o&&(null==e||e.addEventListener("error",o)),()=>{o&&(null==e||e.removeEventListener("error",o))}}),[M,o]),t.useEffect((()=>{const e=M;return r&&(null==e||e.addEventListener("ready",r)),()=>{r&&(null==e||e.removeEventListener("error",r))}}),[M,r]),t.createElement("form",null,t.createElement(t.Suspense,{fallback:null},t.createElement(qi,{projectId:j,flowId:e,baseUrl:P,baseStaticUrl:T,baseCdnUrl:W,ref:N,telemetryKey:p,redirectUrl:g,autoFocus:v,styleId:$,validateOnBlur:m,restartOnError:y,keepLastAuthenticatedUserAfterLogout:U,tenant:a,externalRequestId:E,customStorage:F,themeOverride:O,"theme.attr":d,"nonce.attr":l,"locale.attr":c,"form.attr":f,"client.attr":h,"debug.attr":u,"outbound-app-id.attr":S,"outbound-app-scopes.attr":I,"popup-origin.attr":R,"store-last-authenticated-user.attr":L,"send-session-token.attr":b,"refreshCookieName.attr":D,"dismiss-screen-error-on-input.attr":C,"errorTransformer.prop":w,"logger.prop":s,"onScreenUpdate.prop":k,"customStorage.prop":F},x)))}));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 Th})),{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 nf})),{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 Sf})),{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 ep})),{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 tg})),{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 zg})),{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 uk})),{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 FC})),{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",Eo="descope_idp_initiated",Oo="sso_app_id",Ao="custom_app_id",Mo="third_party_app_id",No="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(Eo);m&&Qo(Eo);const y=Xo(Oo);y&&Qo(Oo);const b=Xo(Ao);b&&Qo(Ao);const w=Xo(Mo);w&&Qo(Mo);const $=Xo(No);$&&Qo(No);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),Er=(e,t,n)=>e.replace(/{{(.+?)}}/g,((e,i)=>n?Sr(xr(t,i)):xr(t,i))),Or=(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})`))},Mr=(e,t,n,i)=>{var o,r;Or(e,"totp-link",null===(o=null==t?void 0:t.totp)||void 0===o?void 0:o.provisionUrl),Or(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=Er(e.textContent,t,n);const i=e.getAttribute("href");i&&e.setAttribute("href",Er(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=Er(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)},Nr=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.warn("No tenant style exists, using project default theme.")}},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=Vr&&localStorage.getItem("base.debug.logs.url"),Es=Ai((e=>{const t=ki(Xr({"flow-id":Jr}))(e);return class extends t{get flowId(){return this.getAttribute("flow-id")}}}));function Os(e){const t=Math.floor(e/1e3);if(t<60)return`${t} seconds`;const n=Math.floor(t/60);if(n<60)return`${n} minutes`;const i=Math.floor(n/60);return i<24?`${i} hours`:`${Math.floor(i/24)} days`}const As=Ai((e=>{var t,n,i,o,r,s,a,d,l,c,f,p;const g=ki(cs,Kr,Zr,rs,Qr,Es)(e);return p=class extends g{constructor(){super(...arguments),t.add(this),n.set(this,null),i.set(this,!1),o.set(this,null),f.set(this,null)}get telemetryManager(){return u(this,n,"f")}updateTelemetryContext(e){if(u(this,n,"f"))try{u(this,n,"f").updateContext(e)}catch(e){this.logger.error("Error updating telemetry context:",e)}}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this));const n=this.sdkVersion||"1.0.0";h(this,f,u(this,t,"m",l).call(this).then((e=>u(this,t,"m",r).call(this,e,{projectId:this.projectId,flowId:this.flowId,sdkVersion:n}))).catch((e=>{this.logger.error("Failed to start telemetry:",e)})),"f")}get telemetryReady(){var e;return null!==(e=u(this,f,"f"))&&void 0!==e?e:Promise.resolve()}disconnectedCallback(){var e;null===(e=super.disconnectedCallback)||void 0===e||e.call(this),u(this,t,"m",a).call(this)}},n=new WeakMap,i=new WeakMap,o=new WeakMap,f=new WeakMap,t=new WeakSet,r=async function(e,o){if(null==e?void 0:e.enabled)if(u(this,i,"f"))this.logger.debug("Telemetry already initialized");else if(e.expiration&&Date.now()>=e.expiration)this.logger.info(`Telemetry expiration time has passed (${new Date(e.expiration).toISOString()}), skipping initialization`);else try{this.logger.debug("Initializing telemetry...");const r=e.version||"latest";await this.injectNpmLib("@descope/debug-logs",r,"dist/index.js",[xs]);const a=window.DescopeDebugLogs;if(!a)throw new Error("DescopeDebugLogs not found after loading @descope/debug-logs. This likely means the UMD build failed to load from CDN.");if(h(this,n,new a({enabled:!0,rumConfig:e.rumConfig,capture:e.capture},{projectId:o.projectId,flowId:o.flowId,version:o.sdkVersion||"1.0.0"},this.logger),"f"),!u(this,n,"f").isReady())return this.logger.error("Telemetry manager failed to initialize (RUM client not ready)"),void h(this,n,null,"f");h(this,i,!0,"f"),this.logger.info("Telemetry initialized successfully"),e.expiration&&u(this,t,"m",s).call(this,e.expiration)}catch(e){this.logger.error("Failed to initialize telemetry:",e),h(this,i,!1,"f")}else this.logger.debug("Telemetry is disabled, skipping initialization")},s=function(e){const n=e-Date.now();if(n<=0)return this.logger.info("Telemetry expiration time reached, shutting down"),void u(this,t,"m",a).call(this);const i=864e5,r=Math.min(n,i);n>i&&this.logger.warn(`Telemetry expiration is beyond maximum timeout (${Os(n)}). Setting to maximum.`),this.logger.info(`Telemetry will expire at ${new Date(e).toISOString()} (in ${Os(r)})`),h(this,o,setTimeout((()=>{this.logger.info("Telemetry expiration time reached, shutting down"),u(this,t,"m",a).call(this)}),r),"f")},a=function(){if(u(this,o,"f")&&(clearTimeout(u(this,o,"f")),h(this,o,null,"f")),u(this,n,"f"))try{this.logger.debug("Shutting down telemetry..."),u(this,n,"f").shutdown(),h(this,n,null,"f"),h(this,i,!1,"f"),this.logger.info("Telemetry shutdown complete")}catch(e){this.logger.error("Error shutting down telemetry:",e)}},d=function(e){return Boolean((null==e?void 0:e.applicationId)&&(null==e?void 0:e.identityPoolId)&&(null==e?void 0:e.region))},l=async function(){var e;const n=await this.config,i=null===(e=null==n?void 0:n.projectConfig)||void 0===e?void 0:e.telemetry,o=Number(process.env.DESCOPE_TELEMETRY_SESSION_SAMPLE_RATE),r={enabled:"true"===(process.env.DESCOPE_TELEMETRY_ENABLED||"").toLowerCase(),rumConfig:Object.assign({applicationId:process.env.DESCOPE_TELEMETRY_APPLICATION_ID||"",identityPoolId:process.env.DESCOPE_TELEMETRY_IDENTITY_POOL_ID||"",region:process.env.DESCOPE_TELEMETRY_REGION||"",sessionSampleRate:Number.isFinite(o)&&o>0?o:1},process.env.DESCOPE_TELEMETRY_GUEST_ROLE_ARN&&{guestRoleArn:process.env.DESCOPE_TELEMETRY_GUEST_ROLE_ARN})},s=Object.assign(Object.assign(Object.assign({},r),i),{rumConfig:Object.assign(Object.assign({},r.rumConfig),null==i?void 0:i.rumConfig),capture:u(this,t,"m",c).call(this,null==i?void 0:i.capture)});return s.enabled&&!u(this,t,"m",d).call(this,s.rumConfig)&&(this.logger.warn("Telemetry enabled but rumConfig is incomplete (applicationId/identityPoolId/region required). Skipping initialization."),s.enabled=!1),i||(s.expiration=Date.now()+3e5,this.logger.debug("No backend telemetry config present; applying a 5-minute safety cap on the session.")),s},c=function(e){const t=null==e?void 0:e.dom;return!1===t?Object.assign(Object.assign({console:!0,network:!0,navigation:!0},e),{dom:!1}):Object.assign(Object.assign({console:!0,network:!0,navigation:!0},e),{dom:Object.assign(Object.assign({throttleMs:2e3},"object"==typeof t?t:{}),{rootElement:this.shadowRoot})})},p})),Ms=(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?Ms(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),Ms(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}),[]),Ns=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})),js=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 tS})),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})),Ps="descope-modal";var Ts,Ws,Ls;let Us=class{constructor(e,t){Ts.set(this,void 0),this.nodeName="",h(this,Ts,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,Ts,"f"))}get ele(){var e,t;const n="function"==typeof u(this,Ts,"f")?u(this,Ts,"f").call(this):u(this,Ts,"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}};Ts=new WeakMap;let Ds=class extends Us{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}},Fs=class extends Us{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)}}},_s=class extends Us{constructor(){super(...arguments),this.nodeName="descope-filter",Ws.set(this,null)}get data(){var e;try{return JSON.parse((null===(e=this.ele)||void 0===e?void 0:e.getAttribute("data"))||"[]")}catch(e){return[]}}set data(e){var t,n;h(this,Ws,JSON.stringify(e),"f"),u(this,Ws,"f")!==(null===(t=this.ele)||void 0===t?void 0:t.getAttribute("data"))&&(null===(n=this.ele)||void 0===n||n.setAttribute("data",u(this,Ws,"f")))}get value(){var e;try{return JSON.parse((null===(e=this.ele)||void 0===e?void 0:e.getAttribute("value"))||"[]")}catch(e){return[]}}set value(e){var t;null===(t=this.ele)||void 0===t||t.setAttribute("value",JSON.stringify(e))}onApply(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("filter-apply",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("filter-apply",n)}}onClear(e){var t;const n=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("filter-clear",n),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("filter-clear",n)}}onDataChange(e){const t=this.ele;if(!t)return()=>{};const n=new MutationObserver((()=>{var n;(null!==(n=t.getAttribute("data"))&&void 0!==n?n:"[]")!==u(this,Ws,"f")&&e()}));return n.observe(t,{attributes:!0,attributeFilter:["data"]}),()=>n.disconnect()}};Ws=new WeakMap;let qs=class extends Us{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")}},Bs=class extends Us{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)}}},Ks=class extends qs{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 Vs=/^descope-grid-([^-]+)-column$/,Hs={text:class extends Us{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 Us{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 zs=class extends Us{constructor(){super(...arguments),this.nodeName="descope-grid",Ls.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=Vs.exec(t.localName))||void 0===n?void 0:n[1],o=Hs[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,Ls,"f"))||void 0===n||n.call(this,i)))}onColumnsChange(e){h(this,Ls,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};Ls=new WeakMap;let Gs=class extends Us{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 Js,Zs,Ys,Xs;let Qs=class extends Us{constructor(...e){super(...e),Js.add(this),Zs.set(this,void 0),Ys.set(this,void 0),this.nodeName="descope-modal",u(this,Js,"m",Xs).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,Js,"m",Xs).call(this),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,Zs,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,Zs,"f").content.cloneNode(!0)))}setContent(e){h(this,Zs,e,"f"),this.reset()}remove(){var e,t;null===(e=u(this,Ys,"f"))||void 0===e||e.disconnect(),null===(t=this.ele)||void 0===t||t.remove()}};Zs=new WeakMap,Ys=new WeakMap,Js=new WeakSet,Xs=function(){if(u(this,Ys,"f"))return;const e=this.ele;e&&(h(this,Ys,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,Ys,"f").observe(e,{attributes:!0,attributeFilter:["opened"],attributeOldValue:!0}))};let ea=class extends Us{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})))}},ta=class extends Us{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()))}},na=class extends Us{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()}},ia=class extends Us{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)}}},oa=class extends Us{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)}},ra=class extends Us{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)}},sa=class extends Us{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")}},aa=class extends Us{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)}}},da=class extends Us{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")}},la=class extends Us{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)}}},ca=class extends oa{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}},ua=class extends Us{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)}}},ha=class extends Us{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 fa=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 Qs{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const n=((e={})=>{const t=document.createElement(Ps);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([Ps]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,n})),pa="descope-notification",ga=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 na{setContent(t){const n="string"==typeof t?Ci(t):t;e(n),super.setContent(n)}}})())}createNotification(e){const n=((e={})=>{const t=document.createElement(pa);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([pa])}},t=new WeakMap,n}));function va(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 ma=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),ya=()=>Math.random().toString(36).substring(7).split("").join("."),ba={INIT:`@@redux/INIT${ya()}`,REPLACE:`@@redux/REPLACE${ya()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ya()}`};function wa(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 $a(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 ka(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=$a(e)),t}function Ca(e,t,n){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?va(2):`Expected the root reducer to be a function. Instead, received: '${ka(e)}'`);if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?va(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?va(1):`Expected the enhancer to be a function. Instead, received: '${ka(n)}'`);return n(Ca)(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?va(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?va(4):`Expected the listener to be a function. Instead, received: '${ka(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?va(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?va(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(!wa(e))throw new Error("production"===process.env.NODE_ENV?va(7):`Actions must be plain objects. Instead, the actual type was: '${ka(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?va(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?va(17):`Action "type" property must be a string. Instead, the actual type was: '${ka(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?va(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:ba.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?va(10):`Expected the nextReducer to be a function. Instead, received: '${ka(e)}`);i=e,h({type:ba.REPLACE})},[ma]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?va(11):`Expected the observer to be an object. Instead, received: '${ka(t)}'`);function n(){const e=t;e.next&&e.next(c())}n();return{unsubscribe:e(n)}},[ma](){return this}}}}}function Sa(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function Ia(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]&&Sa(`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:ba.INIT}))throw new Error("production"===process.env.NODE_ENV?va(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:ba.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?va(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${ba.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===ba.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(!wa(e))return`The ${r} has unexpected type of "${ka(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===ba.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&&Sa(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?va(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 Ra(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...n)=>e(t(...n))))}function xa(e){return wa(e)&&"type"in e&&"string"==typeof e.type}var Ea=Symbol.for("immer-nothing"),Oa=Symbol.for("immer-draftable"),Aa=Symbol.for("immer-state"),Ma="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 Na(e,...t){if("production"!==process.env.NODE_ENV){const n=Ma[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 ja=Object.getPrototypeOf;function Pa(e){return!!e&&!!e[Aa]}function Ta(e){return!!e&&(La(e)||Array.isArray(e)||!!e[Oa]||!!e.constructor?.[Oa]||qa(e)||Ba(e))}var Wa=Object.prototype.constructor.toString();function La(e){if(!e||"object"!=typeof e)return!1;const t=ja(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)===Wa}function Ua(e,t){0===Da(e)?Object.entries(e).forEach((([n,i])=>{t(n,i,e)})):e.forEach(((n,i)=>t(i,n,e)))}function Da(e){const t=e[Aa];return t?t.type_:Array.isArray(e)?1:qa(e)?2:Ba(e)?3:0}function Fa(e,t){return 2===Da(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function _a(e,t,n){const i=Da(e);2===i?e.set(t,n):3===i?e.add(n):e[t]=n}function qa(e){return e instanceof Map}function Ba(e){return e instanceof Set}function Ka(e){return e.copy_||e.base_}function Va(e,t){if(qa(e))return new Map(e);if(Ba(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&La(e)){if(!ja(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const n=Object.getOwnPropertyDescriptors(e);delete n[Aa];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(ja(e),n)}function Ha(e,t=!1){return Ga(e)||Pa(e)||!Ta(e)||(Da(e)>1&&(e.set=e.add=e.clear=e.delete=za),Object.freeze(e),t&&Ua(e,((e,t)=>Ha(t,!0)))),e}function za(){Na(2)}function Ga(e){return Object.isFrozen(e)}var Ja,Za={};function Ya(e){const t=Za[e];return t||Na(0,e),t}function Xa(){return Ja}function Qa(e,t){t&&(Ya("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ed(e){td(e),e.drafts_.forEach(id),e.drafts_=null}function td(e){e===Ja&&(Ja=e.parent_)}function nd(e){return Ja={drafts_:[],parent_:Ja,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function id(e){const t=e[Aa];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function od(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[Aa].modified_&&(ed(t),Na(4)),Ta(e)&&(e=rd(t,e),t.parent_||ad(t,e)),t.patches_&&Ya("Patches").generateReplacementPatches_(n[Aa].base_,e,t.patches_,t.inversePatches_)):e=rd(t,n,[]),ed(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Ea?e:void 0}function rd(e,t,n){if(Ga(t))return t;const i=t[Aa];if(!i)return Ua(t,((o,r)=>sd(e,i,t,o,r,n))),t;if(i.scope_!==e)return t;if(!i.modified_)return ad(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),Ua(o,((o,s)=>sd(e,i,t,o,s,n,r))),ad(e,t,!1),n&&e.patches_&&Ya("Patches").generatePatches_(i,n,e.patches_,e.inversePatches_)}return i.copy_}function sd(e,t,n,i,o,r,s){if("production"!==process.env.NODE_ENV&&o===n&&Na(5),Pa(o)){const s=rd(e,o,r&&t&&3!==t.type_&&!Fa(t.assigned_,i)?r.concat(i):void 0);if(_a(n,i,s),!Pa(s))return;e.canAutoFreeze_=!1}else s&&n.add(o);if(Ta(o)&&!Ga(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;rd(e,o),t&&t.scope_.parent_||ad(e,o)}}function ad(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ha(t,n)}var dd={get(e,t){if(t===Aa)return e;const n=Ka(e);if(!Fa(n,t))return function(e,t,n){const i=ud(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_||!Ta(i)?i:i===cd(e.base_,t)?(fd(e),e.copy_[t]=pd(i,e)):i},has:(e,t)=>t in Ka(e),ownKeys:e=>Reflect.ownKeys(Ka(e)),set(e,t,n){const i=ud(Ka(e),t);if(i?.set)return i.set.call(e.draft_,n),!0;if(!e.modified_){const i=cd(Ka(e),t),o=i?.[Aa];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||Fa(e.base_,t)))return!0;fd(e),hd(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!==cd(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,fd(e),hd(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=Ka(e),i=Reflect.getOwnPropertyDescriptor(n,t);return i?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:i.enumerable,value:n[t]}:i},defineProperty(){Na(11)},getPrototypeOf:e=>ja(e.base_),setPrototypeOf(){Na(12)}},ld={};function cd(e,t){const n=e[Aa];return(n?Ka(n):e)[t]}function ud(e,t){if(!(t in e))return;let n=ja(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=ja(n)}}function hd(e){e.modified_||(e.modified_=!0,e.parent_&&hd(e.parent_))}function fd(e){e.copy_||(e.copy_=Va(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Ua(dd,((e,t)=>{ld[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),ld.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Na(13),ld.set.call(this,e,t,void 0)},ld.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Na(14),dd.set.call(this,e[0],t,n,e[0])};function pd(e,t){const n=qa(e)?Ya("MapSet").proxyMap_(e,t):Ba(e)?Ya("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),i={type_:n?1:0,scope_:t?t.scope_:Xa(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=i,r=dd;n&&(o=[i],r=ld);const{revoke:s,proxy:a}=Proxy.revocable(o,r);return i.draft_=a,i.revoke_=s,a}(e,t);return(t?t.scope_:Xa()).drafts_.push(n),n}function gd(e){return Pa(e)||Na(10,e),vd(e)}function vd(e){if(!Ta(e)||Ga(e))return e;const t=e[Aa];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Va(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Va(e,!0);return Ua(n,((e,t)=>{_a(n,e,vd(t))})),t&&(t.finalized_=!1),n}var md=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&&Na(6),void 0!==n&&"function"!=typeof n&&Na(7),Ta(e)){const o=nd(this),r=pd(e,void 0);let s=!0;try{i=t(r),s=!1}finally{s?ed(o):td(o)}return Qa(o,n),od(i,o)}if(!e||"object"!=typeof e){if(i=t(e),void 0===i&&(i=e),i===Ea&&(i=void 0),this.autoFreeze_&&Ha(i,!0),n){const t=[],o=[];Ya("Patches").generateReplacementPatches_(e,i,t,o),n(t,o)}return i}Na(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){Ta(e)||Na(8),Pa(e)&&(e=gd(e));const t=nd(this),n=pd(e,void 0);return n[Aa].isManual_=!0,td(t),n}finishDraft(e,t){const n=e&&e[Aa];n&&n.isManual_||Na(9);const{scope_:i}=n;return Qa(i,t),od(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=Ya("Patches").applyPatches_;return Pa(e)?i(e,t):this.produce(e,(e=>i(e,t)))}},yd=md.produce;md.produceWithPatches.bind(md),md.setAutoFreeze.bind(md),md.setUseStrictShallowCopy.bind(md),md.applyPatches.bind(md),md.createDraft.bind(md),md.finishDraft.bind(md);var bd=(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})}}},wd=(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})}},$d={inputStabilityCheck:"once",identityFunctionCheck:"once"};var kd=e=>Array.isArray(e)?e:[e];function Cd(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 Sd(e,t){const n=[],{length:i}=e;for(let o=0;o<i;o++)n.push(e[o].apply(null,t));return n}var Id="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},Rd=0,xd=1;function Ed(){return{s:Rd,v:void 0,o:null,p:null}}function Od(e,t={}){let n=Ed();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=Ed(),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=Ed(),e.set(n,t)):t=i}}const a=t;let d;if(t.s===xd)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 Id(d):d}return a.s=xd,a.v=d,d}return s.clearCache=()=>{n=Ed(),s.resetResultsCount()},s.resultsCount=()=>r,s.resetResultsCount=()=>{r=0},s}function Ad(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=Od,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=kd(l),p=kd(u),g=Cd(e),v=d((function(){return i++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){o++;const e=Sd(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}={...$d,...t};return{identityFunctionCheck:{shouldRun:"always"===n||"once"===n&&e,run:bd},inputStabilityCheck:{shouldRun:"always"===i||"once"===i&&e,run:wd}}})(m,h);if(n.shouldRun&&n.run(s,e,t),i.shouldRun){const t=Sd(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 Md=Ad(Od),Nd=Object.assign(((e,t=Md)=>{!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:()=>Nd});function jd(e){return({dispatch:t,getState:n})=>i=>o=>"function"==typeof o?o(t,n,e):i(o)}var Pd=jd(),Td=jd;((...e)=>{const t=Ad(...e)})(Od);var Wd="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Ra:Ra.apply(null,arguments)},Ld=e=>e&&"function"==typeof e.match;function Ud(e,t){function n(...n){if(t){let i=t(...n);if(!i)throw new Error("production"===process.env.NODE_ENV?yl(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=>xa(t)&&t.type===e,n}function Dd(e){return"function"==typeof e&&"type"in e&&Ld(e)}function Fd(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 _d=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 qd(e){return Ta(e)?yd(e,(()=>{})):e}function Bd(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?yl(10):"No insert provided for key not already in map");const i=n.insert(t,e);return e.set(t,i),i}function Kd(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Vd(e,t,n){const i=Hd(e,t,n);return{detectMutations:()=>zd(e,t,i,n)}}function Hd(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]=Hd(e,t,n[o],s))}}return r}function zd(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=zd(e,t,n.children[o],i[o],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function Gd(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||wa(e)}function Jd(e,t="",n=Gd,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=Jd(l,a,n,i,o,r),s))return s}return r&&Zd(e)&&r.add(e),!1}function Zd(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!Zd(t))return!1;return!0}function Yd(e){return"boolean"==typeof e}var Xd=()=>function(e){const{thunk:t=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:o=!0}=e??{};let r=new _d;if(t&&(Yd(t)?r.push(Pd):r.push(Td(t.extraArgument))),"production"!==process.env.NODE_ENV){if(n){let e={};Yd(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=Kd,ignoredPaths:o,warnAfter:r=32}=e;const s=Vd.bind(null,i,o);return({getState:e})=>{let n,i=e(),o=s(i);return a=>d=>{const l=Fd(r,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(i=e(),n=o.detectMutations(),o=s(i),n.wasMutated)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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={};Yd(i)||(e=i),r.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=Gd,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(!xa(u))return l(u);const h=l(u),f=Fd(s,"SerializableStateInvariantMiddleware");return d||i.length&&-1!==i.indexOf(u.type)||f.measureTime((()=>{const e=Jd(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=Jd(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={};Yd(o)||(e=o),r.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=Dd}=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},Qd=e=>t=>{setTimeout(t,e)},el="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:Qd(10),tl=e=>function(t){const{autoBatch:n=!0}=t??{};let i=new _d(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?el:"callback"===e.type?e.queueNotification:Qd(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},nl="production"===process.env.NODE_ENV;function il(e){const t=Xd(),{reducer:n,middleware:i,devTools:o=!0,preloadedState:r,enhancers:s}=e||{};let a,d;if("function"==typeof n)a=n;else{if(!wa(n))throw new Error("production"===process.env.NODE_ENV?yl(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=Ia(n)}if(!nl&&i&&"function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?yl(2):"`middleware` field must be a callback");if("function"==typeof i){if(d=i(t),!nl&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?yl(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!nl&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?yl(4):"each middleware provided to configureStore must be a function");let l=Ra;o&&(l=Wd({trace:!nl,..."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?va(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=Ra(...a)(o.dispatch),{...o,dispatch:r}}}(...d),u=tl(c);if(!nl&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?yl(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!nl&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?yl(6):"`enhancers` callback must return an array");if(!nl&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?yl(7):"each enhancer provided to configureStore must be a function");nl||!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 Ca(a,r,l(...h))}function ol(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?yl(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(i)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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?yl(31):"`builder.addDefaultCase` can only be called once");return i=e,o}};return e(o),[t,n,i]}function rl(...e){return t=>e.some((e=>((e,t)=>Ld(e)?e.match(t):e(t))(e,t)))}var sl=["name","message","stack","code"],al=class{constructor(e,t){this.payload=e,this.meta=t}_type},dl=class{constructor(e,t){this.payload=e,this.meta=t}_type},ll=e=>{if("object"==typeof e&&null!==e){const t={};for(const n of sl)"string"==typeof e[n]&&(t[n]=e[n]);return t}return{message:String(e)}},cl=(()=>{function e(e,t,n){const i=Ud(e+"/fulfilled",((e,t,n,i)=>({payload:e,meta:{...i||{},arg:n,requestId:t,requestStatus:"fulfilled"}}))),o=Ud(e+"/pending",((e,t,n)=>({payload:void 0,meta:{...n||{},arg:t,requestId:e,requestStatus:"pending"}}))),r=Ud(e+"/rejected",((e,t,i,o,r)=>({payload:o,error:(n&&n.serializeError||ll)(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 al(e,t),fulfillWithValue:(e,t)=>new dl(e,t)})).then((t=>{if(t instanceof al)throw t;return t instanceof dl?i(t.payload,l,e,t.meta):i(t,l,e)}))])}catch(t){f=t instanceof al?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(ul)})}}),{pending:o,rejected:r,fulfilled:i,settled:rl(r,i),typePrefix:e})}return e.withTypes=()=>e,e})();function ul(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var hl=Symbol.for("rtk-slice-createasyncthunk");function fl(e,t){return`${e}/${t}`}function pl(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?yl(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...r)}return o.unwrapped=t,o}var gl=function({creators:e}={}){const t=e?.asyncThunk?.[hl];return function(e){const{name:n,reducerPath:i=n}=e;if(!n)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(12):"`context.addCase` cannot be called with an empty action type");if(n in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?yl(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?yl(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?ol(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?yl(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]=ol(t);if(function(e){return"function"==typeof e}(e))n=()=>qd(e());else{const t=qd(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(Pa(e)){const i=n(e,t);return void 0===i?e:i}if(Ta(e))return yd(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?yl(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:fl(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?yl(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?Ud(e,s):Ud(e))}(s,r,a):function({type:e,reducerName:t},n,i,o){if(!o)throw new Error("production"===process.env.NODE_ENV?yl(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||vl,pending:a||vl,rejected:d||vl,settled:l||vl})}(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=Bd(c,this,{insert:()=>new WeakMap});return Bd(n,t,{insert:()=>{const n={};for(const[i,o]of Object.entries(e.selectors??{}))n[i]=pl(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?yl(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 vl(){}var ml="listenerMiddleware";function yl(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. `}Ud(`${ml}/add`),Ud(`${ml}/removeAll`),Ud(`${ml}/remove`);const bl=e=>Ai((t=>{const n=gl(e),i=Object.assign(Object.assign({},n.actions),e.asyncActions);return class extends(ki(Kr)(t)){constructor(...e){super(...e);const t=il({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{ul(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()))))}}})),wl=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()}})),$l=Ai((e=>{const t=ki(Xr({"widget-id":Jr}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),kl=Ai((e=>{const t=ki(rs,$l)(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]}}})),Cl=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:""}})),Sl=e=>Ai((t=>{var n,i,o;const r=ki(is,$l,kl,Cl)(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})),Il=Ai((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),Rl=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 Oi(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})),xl=/(["\\])/g;function El(e,t){return Array.from(e.querySelectorAll(`[data-id="${n=t,"undefined"!=typeof CSS&&"function"==typeof CSS.escape?CSS.escape(n):n.replace(xl,"\\$1")}"]`));var n}function Ol(e,t){e&&t&&Object.entries(t).forEach((([t,n])=>{El(e,t).forEach((e=>function(e,t){var n;switch(t){case"hide":e.setAttribute("hidden",""),null===(n=e.style)||void 0===n||n.setProperty("display","none","important");break;case"disable":e.setAttribute("disabled","true");break;case"read-only":e.setAttribute("readonly","true")}}(e,n)))}))}const Al=Ai((e=>{var t,n,i,o,r,s;const a=ki(Kr,bs)(e);return s=class extends a{constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,{})}async init(){var e,i;if("true"===this.getAttribute("mock"))return h(this,n,Promise.resolve({}),"f"),void await(null===(e=super.init)||void 0===e?void 0:e.call(this));const s=u(this,t,"m",o).call(this);h(this,n,u(this,t,"m",r).call(this,s),"f"),await(null===(i=super.init)||void 0===i?void 0:i.call(this))}async onWidgetRootReady(){var e,t;await(null===(e=super.onWidgetRootReady)||void 0===e?void 0:e.call(this)),h(this,i,null!==(t=await u(this,n,"f"))&&void 0!==t?t:{},"f"),Ol(this.contentRootElement,u(this,i,"f"))}async reevaluateComponentsState(){const e=u(this,t,"m",o).call(this);var n,s;n=this.contentRootElement,s=u(this,i,"f"),n&&s&&Object.entries(s).forEach((([e,t])=>{El(n,e).forEach((e=>function(e,t){var n;switch(t){case"hide":e.removeAttribute("hidden"),null===(n=e.style)||void 0===n||n.removeProperty("display");break;case"disable":e.removeAttribute("disabled");break;case"read-only":e.removeAttribute("readonly")}}(e,t)))})),h(this,i,await u(this,t,"m",r).call(this,e),"f"),Ol(this.contentRootElement,u(this,i,"f"))}},n=new WeakMap,i=new WeakMap,t=new WeakSet,o=function(){var e;const t=null===(e=this.api)||void 0===e?void 0:e.httpClient;if(!t)throw new Error("componentsConditionsMixin: the widget sdk must expose `httpClient`. Compose apiMixin and return `webSdk.httpClient` from createSdk.");return t},r=async function(e){var t;try{const n=await e.get("/v1/mgmt/widget/components-state");if(!(null==n?void 0:n.ok))return{};const i=await n.json();return null!==(t=null==i?void 0:i.componentsState)&&void 0!==t?t:{}}catch(e){return this.logger.debug("components-conditions: failed to fetch, showing all components",null==e?void 0:e.message),{}}},s})),Ml=["input","change"];function Nl(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 jl(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 Pl(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 Tl(e){return Array.isArray(e)?e:"string"==typeof e?e.split(","):null}function Wl(e){return null==e||("string"==typeof e?""===e:Array.isArray(e)?0===e.length:"object"==typeof e&&0===Object.keys(e).length)}const Ll=new Map,Ul={equal:(e,t)=>e===t||jl(e)===jl(t),"not-equal":(e,t)=>e!==t&&jl(e)!==jl(t),contains:(e,t)=>Array.isArray(e)?e.includes(t):"string"==typeof e&&e.includes(jl(t)),"doesnt-contains":(e,t)=>Array.isArray(e)?!e.includes(t):"string"==typeof e&&!e.includes(jl(t)),"greater-than":(e,t)=>{const n=Nl(e),i=Nl(t);return n.ok&&i.ok&&n.value>i.value},"greater-than-or-equal":(e,t)=>{const n=Nl(e),i=Nl(t);return n.ok&&i.ok&&n.value>=i.value},"less-than":(e,t)=>{const n=Nl(e),i=Nl(t);return n.ok&&i.ok&&n.value<i.value},"less-than-or-equal":(e,t)=>{const n=Nl(e),i=Nl(t);return n.ok&&i.ok&&n.value<=i.value},empty:e=>Wl(e),"not-empty":e=>!Wl(e),"is-true":e=>{const t=Pl(e);return t.ok&&t.value},"is-false":e=>{const t=Pl(e);return t.ok&&!t.value},in:(e,t)=>{const n=Tl(t);return null!==n&&n.includes(e)},"not-in":(e,t)=>{const n=Tl(t);return null!==n&&!n.includes(e)},matches:(e,t)=>{if("string"!=typeof e)return!1;const n=function(e){var t;if(Ll.has(e))return null!==(t=Ll.get(e))&&void 0!==t?t:null;let n;try{n=new RegExp(e)}catch(e){n=null}return Ll.set(e,n),n}(jl(t));return null!==n&&n.test(e)}};function Dl(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=>Dl(e,t))):e.value}function Fl(e,t){const n=Ul[e.operator];return!!n&&n(Dl(e.target,t),Dl(e.predicate,t))}function _l(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=>Fl(e,t))):i.every((e=>Fl(e,t))))}(e,t)))})(e,t)&&(null!==(i=e.componentIds)&&void 0!==i?i:[]).forEach((t=>{n[t]=e.action}))})),n}const ql=["hide","disable","read-only"];const Bl=/(["\\])/g;function Kl(e){return"undefined"!=typeof CSS&&"function"==typeof CSS.escape?CSS.escape(e):e.replace(Bl,"\\$1")}function Vl(e,t){return Array.from(e.querySelectorAll(`[id="${Kl(t)}"]`))}function Hl(e,t,n){return Object.keys(t).forEach((i=>{const o=t[i];n[i]!==o&&Vl(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&&Vl(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 zl="component-conditions:";function Gl(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 Jl(e,t){const n=Object.keys(e),i=Object.keys(t);return n.length===i.length&&n.every((n=>e[n]===t[n]))}function Zl(){return{conditions:[],touchedIds:new Set,snapshot:{},applied:{},serverBaseline:{},debounceTimer:null,paused:!1,unsubscribePauseListener:null,inputHandler:()=>{},root:null}}function Yl(e,t,n){const i={};return n.forEach((n=>{e[n]?i[n]=e[n]:t[n]&&(i[n]=t[n])})),i}const Xl=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,Zl())}applyComponentsState(e,t){t&&(Object.entries(t).forEach((([e,t])=>{ql.includes(t)||this.logger.error(`Unknown component action "${t}" for component with id "${e}"`,`Valid actions are ${ql.map((e=>`"${e}"`)).join(", ")}`)})),Hl(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(`${zl} no real-time rules to apply on this screen`);this.logger.info(`${zl} 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="${Kl(t)}"]`)||e.querySelector(`[name="${Kl(n)}"]`)}(e,t);if(!n)return;const i=Gl(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=Yl(_l(c,f),g,p);Jl(v,y)||(m.applied=Hl(e,v,y)),m.inputHandler=e=>u(this,t,"m",i).call(this,e),Ml.forEach((t=>{e.addEventListener(t,m.inputHandler,!0)})),this.logger.debug(`${zl} listening for "${Ml.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]=Gl(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=Yl(_l(e.conditions,e.snapshot),e.serverBaseline,e.touchedIds)}catch(e){return void this.logger.error(`${zl} failed to evaluate real-time rules — keeping the previous state`,null==e?void 0:e.message)}const i=e.applied;Jl(i,t)||(this.logger.debug(`${zl} form changed — updating components: was ${JSON.stringify(i)}, now ${JSON.stringify(t)}`),e.applied=Hl(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&&Hl(e.root,e.applied,{}),Ml.forEach((t=>{e.root.removeEventListener(t,e.inputHandler,!0)}))),h(this,n,Zl(),"f")},s})),Ql="project-id",ec="flow-id",tc=e=>{const t=(e=>{const t=e.getAttribute(Ql),n=e.getAttribute(ec);return t&&n?Array.from(e.ownerDocument.querySelectorAll("descope-wc")).filter((e=>e.getAttribute(Ql)===t&&e.getAttribute(ec)===n)):[]})(e);return t.length>1&&t[0]!==e},nc=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!==Ql&&e!==ec||u(this,t,"m",i).call(this)}},n=new WeakMap,t=new WeakSet,i=function(){queueMicrotask((()=>{if(!this.isConnected)return;const e=this.getAttribute(Ql),t=this.getAttribute(ec),i=`${e}|${t}`;u(this,n,"f")!==i&&tc(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})),ic=["externalId","email","phone"],oc=["newPassword","password"],rc="data-username-anchor",sc=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""}},ac=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:[sc(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(`[${rc}="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"]',...ic.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(rc,"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,ic);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,a;const d=cr(e,ic)||(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]),l=cr(e,oc);if(d&&l)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:d,password:l});null===(a=null===(s=null===(r=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===r?void 0:r.store)||void 0===s?void 0:s.call(r,e))||void 0===a||a.catch((e=>{this.logger.error("Could not store credentials",null==e?void 0:e.message)}))}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 dc,lc,cc,uc,hc,fc,pc,gc,vc,mc,yc,bc,wc,$c,kc,Cc,Sc,Ic,Rc,xc,Ec,Oc,Ac;const Mc=ki(Rs,is,Ns,Xl,nc,ac,vs,As)(HTMLElement);let Nc=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","send-session-token","style-id"]}constructor(e){super(),dc.add(this),this.sdkVersion="4.3.0",cc.set(this,!1),uc.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,dc,"m",Ac).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)}},hc.set(this,new kr),fc.set(this,new kr),pc.set(this,{}),this.getComponentsContext=()=>u(this,pc,"f"),this.nextRequestStatus=new kr({isLoading:!1}),gc.set(this,void 0),vc.set(this,{popstate:u(this,dc,"m",$c).bind(this),componentsContext:u(this,dc,"m",xc).bind(this)}),mc.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,mc,e,"f"),u(this,dc,"m",bc).call(this)}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 sendSessionToken(){return"true"===this.getAttribute("send-session-token")}get preview(){return!!this.getAttribute("preview")}get formConfig(){return(e=>{try{return Ms(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,uc,"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,uc,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,fc,"f").subscribe(u(this,dc,"m",Oc).bind(this)),u(this,fc,"f").update({isDebug:this.debug}),u(this,dc,"m",wc).call(this),yield u(this,dc,"m",Ic).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,vc,"f").popstate),window.addEventListener("components-context",u(this,vc,"f").componentsContext),u(this,hc,"f").subscribe(u(this,dc,"m",Sc).bind(this)),u(this,hc,"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,cc,!0,"f")}))}disconnectedCallback(){var e;u(this,hc,"f").unsubscribeAll(),u(this,fc,"f").unsubscribeAll(),u(this,dc,"m",Ec).call(this),window.removeEventListener("popstate",u(this,vc,"f").popstate),window.removeEventListener("components-context",u(this,vc,"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,cc,"f")&&t!==n&&lc.observedAttributes.includes(e)){u(this,dc,"m",wc).call(this);const i=null===t;u(this,hc,"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,fc,"f").update({isDebug:this.debug})}}};var 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,au,du,lu,cu,uu,hu,fu,pu,gu,vu,mu,yu;lc=Nc,cc=new WeakMap,uc=new WeakMap,hc=new WeakMap,fc=new WeakMap,pc=new WeakMap,gc=new WeakMap,vc=new WeakMap,mc=new WeakMap,dc=new WeakSet,yc=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 ")},bc=function(){u(this,dc,"m",yc).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},wc=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","send-session-token","style-id","outbound-app-id","outbound-app-scopes","theme-override"];lc.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[ir(t)])throw Error(`${t} cannot be empty`)}))},$c=function(){const{stepId:e,executionId:t}=tr(this.flowId);u(this,hc,"f").update({stepId:e,executionId:t})},kc=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},lc.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,uc,"f")&&(n.customStorage=u(this,uc,"f")),this.sdk=fi(n);const i={start:1,next:7};["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*(){const o=[...n],r=i[e],s=u(this,dc,"m",Cc).call(this,o[r]);void 0!==s&&(o[r]=s);try{return yield t(...o)}catch(t){return this.logger.error(`Error in sdk flow ${e} function`,t),{error:{errorCode:uo,errorDescription:t.toString()}}}}))}))},Cc=function(e){if(!this.sendSessionToken)return e;const t=null==wn?void 0:wn(this.storagePrefix);return t?Object.assign(Object.assign({},null!=e?e:{}),{sessionJwt:t}):e},Sc=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,dc,"m",kc).call(this,t,i)}u(this,mc,"f").call(this,e)}))},Ic=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,dc,"m",Rc).call(this))}))},Rc=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}}))},xc=function(e){h(this,pc,Object.assign(Object.assign({},u(this,pc,"f")),e.detail),"f")},Ec=function(){var e;null===(e=u(this,gc,"f"))||void 0===e||e.remove(),h(this,gc,null,"f")},Oc=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,gc,document.createElement("descope-debugger"),"f"),Object.assign(u(this,gc,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return yS})),document.body.appendChild(u(this,gc,"f"))):u(this,dc,"m",Ec).call(this)}))},Ac=function(e,t){var n;e&&this.debug&&(null===(n=u(this,gc,"f"))||void 0===n||n.updateData({title:e,description:t}))},Nc.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"4.3.0"}};let bu=class e extends Nc{static set sdkConfigOverrides(e){Nc.sdkConfigOverrides=e}static get sdkConfigOverrides(){return Nc.sdkConfigOverrides}constructor(){const t=new kr({deferredRedirect:!1,deferredPolling:!1});super(t.update.bind(t)),jc.add(this),this.stepState=new kr({}),Pc.set(this,void 0),Tc.set(this,null),Wc.set(this,null),Lc.set(this,{visibilitychange:u(this,jc,"m",Uc).bind(this)}),this.bridgeVersion=e.bridgeVersion,Dc.set(this,void 0),this.nativeCallbacks={},zc.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},Jc.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,jc,"m",Zc).call(this,t):t()})),Yc.set(this,((e,t,n,i,o=!1)=>{const r=[ho,"E103202",fo];if(this.flowState.current.action===Fo){if(u(this,Qc,"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,Pc,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,Yc,"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,Yc,"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,Yc,"f").call(this,e,t,n,i),u(this,eu,"f").call(this,f)}))),a),"f")}})),Xc.set(this,(()=>{clearTimeout(u(this,Pc,"f")),h(this,Pc,null,"f")})),Qc.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),eu.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,jc,"m",mu).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,jc,"m",Hc).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,Xc,"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,jc,"m",mu).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:E,samlIdpResponse:O,wsFedIdpResponse:A,nativeResponse:M}=e.data,N=Date.now();w!==Fo?(this.loggerWrapper.info(`Step "${S||`#${C}`}" is ${m}`,"",{screen:I,status:m,stepId:C,stepName:S,action:w,error:E}),(null===(g=I.state)||void 0===g?void 0:g.clientScripts)&&h(this,Wc,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==O?void 0:O.url,samlIdpResponseSamlResponse:null==O?void 0:O.samlResponse,samlIdpResponseRelayState:null==O?void 0:O.relayState,wsFedIdpResponseUrl:null==A?void 0:A.url,wsFedIdpResponseWresult:null==A?void 0:A.wresult,wsFedIdpResponseWctx:null==A?void 0:A.wctx,nativeResponseType:null==M?void 0:M.type,nativePayload:null==M?void 0:M.payload,reqTimestamp:N})):this.flowState.update({action:w,reqTimestamp:N})})),tu.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)}}))))),au.set(this,null),uu.set(this,ur(((e,t,n)=>c(this,void 0,void 0,(function*(){var i,o;if("true"===e.getAttribute("formnovalidate")||u(this,jc,"m",ru).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,jc,"m",pu).call(this,e,r,n),u(this,jc,"m",du).call(this,e);const s=yield u(this,jc,"m",su).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=t}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,Xc,"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(){var e,t;if(!window.descopeBridge)return this._init();this.lazyInit=this._init,h(this,Dc,null===(t=null===(e=null===window||void 0===window?void 0:window.descopeBridge)||void 0===e?void 0:e.registerFlow)||void 0===t?void 0:t.call(e,this),"f")}_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,jc,"m",Kc).call(this),window.addEventListener("visibilitychange",u(this,Lc,"f").visibilitychange)),yield null===(n=e.init)||void 0===n?void 0:n.call(this)}))}disconnectedCallback(){var e,t,n;super.disconnectedCallback(),u(this,Dc,"f")&&(null===(t=null===(e=window.descopeBridge)||void 0===e?void 0:e.unregisterFlow)||void 0===t||t.call(e,u(this,Dc,"f")),h(this,Dc,void 0,"f")),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,Xc,"f").call(this),null===(n=u(this,Tc,"f"))||void 0===n||n.abort(),h(this,Tc,null,"f"),window.removeEventListener("visibilitychange",u(this,Lc,"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:E,redirectAuthInitiator:O,locale:A,samlIdpResponseUrl:M,samlIdpResponseSamlResponse:N,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:E}: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,Wc,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield On(G.fingerprintKey,this.baseUrl):rn(xn),!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,eu,"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,jc,"m",yu).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,eu,"f").call(this,e),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(p===Ko&&M&&["samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState"].some((e=>n(e)))){if(!N)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)})(M,N,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"===O&&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,jc,"m",mu).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,jc,"m",mu).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,Tc,"f"))||void 0===o||o.abort(),h(this,Tc,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,eu,"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,eu,"f").call(this,t)})),u(this,jc,"m",qc).call(this,L,U),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((n("action")||n("deferredPolling"))&&u(this,Yc,"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,jc,"m",hu).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,eu,"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,jc,"m",hu).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,eu,"f").call(this,i),i}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,jc,"m",Gc).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,jc,"m",iu).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),Mr(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,jc,"m",lu).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,jc,"m",ou).call(this,{isFirstScreen:r,isCustomScreen:!1,stepName:e.stepName}),sr(o,this.autoFocus,r),u(this,jc,"m",gu).call(this,h)})),u(this,jc,"m",vu).call(this,d,h),o.querySelector(`[${Uo}="polling"]`)&&d(Ho,{})}));a?u(this,jc,"m",Zc).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}};Pc=new WeakMap,Tc=new WeakMap,Wc=new WeakMap,Lc=new WeakMap,Dc=new WeakMap,zc=new WeakMap,Jc=new WeakMap,Yc=new WeakMap,Xc=new WeakMap,Qc=new WeakMap,eu=new WeakMap,tu=new WeakMap,au=new WeakMap,uu=new WeakMap,jc=new WeakSet,Uc=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},Fc=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,jc,"m",qc).call(this,"beforeScreen",{screen:e,context:t})}))}))},_c=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,jc,"m",qc).call(this,"afterScreen",{screen:e})},qc=function(e,t){u(this,jc,"m",mu).call(this,"bridge",{type:e,payload:t})},Bc=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()},Kc=function(){var e,t,n,i;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,jc,"m",Bc).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,jc,"m",Vc).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===(i=this.flowState)||void 0===i||i.subscribe((({screenId:e,executionId:t})=>{var n;try{this.updateTelemetryContext({screenId:e,executionId:t})}catch(e){null===(n=this.logger)||void 0===n||n.error("Error updating telemetry screenId:",e)}}),(e=>({screenId:e.screenId,executionId:e.executionId})))},Vc=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))},Hc=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")}))},Gc=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,jc,"m",Fc).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,Jc,"f").call(this,s),i&&(i.isCustomScreen=s),u(this,zc,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,zc,s,"f"),s?this.stepState.unsubscribeAll():u(this,jc,"m",Kc).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,jc,"m",ou).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},Zc=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")},nu=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)}))}},iu=function(e,t){return c(this,void 0,void 0,(function*(){var n;null===(n=u(this,Tc,"f"))||void 0===n||n.abort();const i=e.querySelector('*[autocomplete="webauthn"]');if(i&&(yield Nr())){const{options:e,transactionId:n}=(yield u(this,tu,"f").call(this))||{};e&&n&&(u(this,jc,"m",nu).call(this,i),h(this,Tc,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,Tc,"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)})))}}))},ou=function({isFirstScreen:e,isCustomScreen:t,stepName:n}){e&&u(this,jc,"m",mu).call(this,"ready",{}),t||u(this,jc,"m",_c).call(this,n),u(this,jc,"m",mu).call(this,"page-updated",{screenName:n}),u(this,jc,"m",mu).call(this,"screen-updated",{screenName:n})},ru=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},su=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})),{})}))},du=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,Wc,(()=>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,au,"f")),h(this,au,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),s())}),"f"),window.addEventListener("pageshow",u(this,au,"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())}))},lu=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,jc,"m",cu).call(this,e)))},cu=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)}))},hu=function(e){return c(this,void 0,void 0,(function*(){if(u(this,Wc,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,Wc,"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)}}))},fu=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,uu,"f").call(this,n,e,t)}))}))},pu=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)},gu=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))},vu=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${$o}]), [data-type="button"]:not([${$o}]`).forEach((n=>{n.onclick=()=>{u(this,uu,"f").call(this,n,e,t)}})),u(this,jc,"m",fu).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:""})})))}))}))},mu=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},yu=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){}},bu.bridgeVersion=3,customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",bu);var wu=Object.freeze({__proto__:null,default:bu});const $u=e=>e.selectedAccessKeysIds,ku=e=>e.notifications,Cu=Md((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}))))),Su=Md($u,Cu,((e,t)=>t.filter((t=>e.includes(t.id))))),Iu=Md($u,(e=>!!e.length)),Ru=Md(Su,(e=>e.every((e=>e.editable)))),xu=Md(Ru,Iu,((e,t)=>e&&t)),Eu=Md(Su,(e=>e.some((e=>"expired"===e.status)))),Ou=Md(xu,Eu,((e,t)=>e&&!t)),Au=Md($u,(e=>1===e.length)),Mu=Md(Su,(e=>1===e.length?e[0].name:`${e.length} access keys`)),Nu=Md(Ou,Au,Su,((e,t,n)=>{var i;return e&&t&&"active"===(null===(i=n[0])||void 0===i?void 0:i.status)})),ju=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)}))}))},Pu=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}}),Tu=({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)})}}),Wu=cl("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),Lu=ju(Wu)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},Pu((e=>e.createAccessKey)),Tu({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>`}})),Uu={action:Wu,reducer:Lu},Du=cl("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Fu=ju(Du)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},Pu((e=>e.deleteAccessKey)),Tu({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"]}`})),_u={action:Du,reducer:Fu},qu=cl("accessKeys/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.accesskey.search(Object.assign(Object.assign({},i),e))})),Bu=ju(qu)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},Pu((e=>e.accessKeysList))),Ku={action:qu,reducer:Bu},Vu=cl("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),Hu=ju(Vu)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},Pu((e=>e.activateAccessKey)),Tu({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"]}`})),zu={action:Vu,reducer:Hu},Gu=cl("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),Ju=ju(Gu)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},Pu((e=>e.deactivateAccessKey)),Tu({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"]}`})),Zu={action:Gu,reducer:Ju},Yu=cl("accessKeys/rotate",((e,{extra:{api:t}})=>t.accesskey.rotate(e))),Xu=ju(Yu)({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)}},Pu((e=>e.rotateAccessKey)),Tu({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>`}})),Qu={action:Yu,reducer:Xu},eh=cl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),th={action:eh,reducer:ju(eh)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Pu((e=>e.tenantRoles)))},nh={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:[]},ih="/v1/mgmt/accesskey/search",oh="/v1/mgmt/accesskey/delete/batch",rh="/v1/mgmt/accesskey/create",sh="/v1/mgmt/accesskey/deactivate/batch",ah="/v1/mgmt/accesskey/activate/batch",dh="/v1/mgmt/accesskey/rotate",lh="/v1/mgmt/role/all",ch=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)})),uh=({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(ih,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield ch(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(oh,{ids:i},{queryParams:{tenant:t}});return yield ch(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(rh,{name:i,expireTime:l,roleNames:r,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield ch(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(ah,{ids:i},{queryParams:{tenant:t}});return yield ch(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(sh,{ids:i},{queryParams:{tenant:t}});return yield ch(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(dh,{id:i},{queryParams:{tenant:t}});return yield ch(o),yield o.json()}))}),hh=({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(lh,{queryParams:{tenant:t}});return yield ch(i),i.json()}))}),fh=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.10.0"}}));return{accesskey:uh({httpClient:o.httpClient,tenant:t,mock:n}),tenant:hh({httpClient:o.httpClient,tenant:t,mock:n}),httpClient:o.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),ph=Ai((e=>{const t=ki(bl({name:"widget",initialState:nh,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Uu.reducer(e),_u.reducer(e),Ku.reducer(e),zu.reducer(e),Zu.reducer(e),Qu.reducer(e),th.reducer(e)},asyncActions:{searchAccessKeys:Ku.action,createAccessKey:Uu.action,activateAccessKeys:zu.action,deactivateAccessKeys:Zu.action,deleteAccessKeys:_u.action,rotateAccessKey:Qu.action,getTenantRoles:th.action}}),Zr,Kr,fh)(e);return class extends t{constructor(...e){super(...e),this.state=nh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),gh=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("access-key-management-widget"),ph)(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})),vh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(ph,Kr,gh)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.accessKeysTable.data=e}))),o.set(this,Ei(((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,Cu(this.state)),this.subscribe(u(this,i,"f").bind(this),Cu)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.accessKeysTable=new zs(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})),mh=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,Kr,gh)(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 qs((()=>{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 qs((()=>{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=Su(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const i=new ra(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=Mu(this.state);i.text=`Activate ${e}?`}}))},i})),yh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,gh,ph,mh)(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),Ou)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.activateButton=new qs(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})),bh=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,wl,Kr,gh)(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 qs((()=>{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})),wh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(ph,fa,wl,Kr,gh,bh)(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 qs((()=>{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 qs((()=>{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 ta((()=>{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})),$h=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,wh,gh)(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 qs(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})),kh=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,Kr,gh)(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 qs((()=>{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 qs((()=>{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=Su(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const i=new ra(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=Mu(this.state);i.text=`Deactivate ${e}?`}}))},i})),Ch=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,gh,ph,kh)(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),Ou)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deactivateButton=new qs(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})),Sh=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,Kr,gh)(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 qs((()=>{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 qs((()=>{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=Su(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const i=new ra(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=Mu(this.state);i.text=`Delete ${e}?`}}))},i})),Ih=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,gh,ph,Sh)(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),xu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),Rh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,gh,ph)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Ei((()=>{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 sa(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})),xh={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},Eh=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,ph,ga,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),ku)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=xh[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})),Oh=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,wl,Kr,gh)(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 qs((()=>{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})),Ah=Ai((e=>{var t,n,i;return i=class extends(ki(ph,fa,wl,Kr,gh,Oh)(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 qs((()=>{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 qs((()=>{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=Su(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 ra(null===(e=this.rotateAccessKeyModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.rotateAccessKeyModal.beforeOpen=()=>{const e=Mu(this.state);i.text=`Rotate ${e}?`}}))},i})),Mh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,gh,ph,Ah)(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),Nu)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.rotateButton=new qs(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})),Nh=Ai((e=>class extends(ki(js,Rs,vh,$h,Ih,Rh,yh,Ch,Mh,Eh,Al)(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)}))}})),jh=ki((e=>class extends(Nh(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",jh);var Ph,Th=Object.freeze({__proto__:null,default:jh});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(Ph||(Ph={}));const Wh=e=>e.ssoAppsList.data,Lh=Md(Wh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===Ph.saml))})),Uh=Md(Wh,(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===Ph.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),Dh=Md(Wh,(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===Ph.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Fh=Md(Wh,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===Ph.custom))})),_h=e=>{var t,n,i,o;switch(e.appType){case Ph.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case Ph.oidc:return null===(n=e.oidcSettings)||void 0===n?void 0:n.customIdpInitiatedLoginPageUrl;case Ph.wsfed:return null===(i=e.wsfedSettings)||void 0===i?void 0:i.idpInitiatedUrl;case Ph.custom:return null===(o=e.customSettings)||void 0===o?void 0:o.loginPageUrl;default:return}},qh=Md(Lh,Uh,Dh,Fh,((e,t,n,i)=>[...e,...t,...n,...i].map((e=>({name:e.name,icon:e.logo,url:_h(e)}))))),Bh=cl("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Kh=(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)}))}))})(Bh)({onFulfilled:(e,t)=>{var n;e.ssoAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},(Vh=e=>e.ssoAppsList,{onFulfilled:e=>{Vh(e).loading=!1},onPending:e=>{Vh(e).loading=!0,Vh(e).error=null},onRejected:(e,t)=>{Vh(e).loading=!1,Vh(e).error=t.error}}));var Vh;const Hh={action:Bh,reducer:Kh},zh={ssoAppsList:{data:[],loading:!1,error:null}},Gh="/v1/mgmt/sso/idp/apps/load",Jh=({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:Ph.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:Ph.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:Ph.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:Ph.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(Gh);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()}))}),Zh=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,Il,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.9.0"}}));return{ssoApps:Jh({httpClient:i.httpClient,mock:t}),httpClient:i.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),Yh=Ai((e=>{const t=ki(bl({name:"widget",initialState:zh,reducers:{},extraReducers:e=>{Hh.reducer(e)},asyncActions:{loadSSOApps:Hh.action}}),Zr,Kr,Zh)(e);return class extends t{constructor(...e){super(...e),this.state=zh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Xh=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,Zr,fs,bs,Sl("applications-portal-widget"),Yh)(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})),Qh=Ai((e=>{var t,n,i;return i=class extends(ki(Yh,Kr,Xh)(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,qh(this.state))}))}},t=new WeakSet,n=function(e){this.appsList=new Ds((()=>{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})),ef=Ai((e=>class extends(ki(js,Rs,Qh,Al)(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)}))}})),tf=ki((e=>class extends(ef(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",tf);var nf=Object.freeze({__proto__:null,default:tf});const of=(e,t)=>t?{[e]:t}:{},rf=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},sf=e=>e.selectedAuditId,af=Md((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}),of("type",(b=o)&&b[0].toUpperCase()+b.slice(1))),of("saml_request",a)),of("saml_response",d)),of("saml_generated_user",rf(c))),of("saml_generated_roles",rf(u))),of("oidc_response",rf(h))),of("oidc_generated_user",rf(f))),of("scim_request",p)),of("scim_result",g)),of("Change",v)),{occurredFormatted:n?new Date(Number(n)||0).toLocaleString():"N/A"}))}))));Md(sf,af,((e,t)=>t.find((t=>e===t.id)))),Md(sf,(e=>!!e));const df=cl("audit/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.audit.search(Object.assign(Object.assign({},i),e))})),lf=(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)}))}))})(df)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(cf=e=>e.auditList,{onFulfilled:e=>{cf(e).loading=!1},onPending:e=>{cf(e).loading=!0,cf(e).error=null},onRejected:(e,t)=>{cf(e).loading=!1,cf(e).error=t.error}}));var cf;const uf={action:df,reducer:lf},hf={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},ff="/v1/mgmt/audit/search",pf=({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(ff,{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}))}),gf=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.9.0"}}));return{audit:pf({httpClient:o.httpClient,tenant:t,mock:n}),httpClient:o.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),vf=Ai((e=>{const t=ki(bl({name:"widget",initialState:hf,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{uf.reducer(e)},asyncActions:{searchAudit:uf.action}}),Zr,Kr,gf)(e);return class extends t{constructor(...e){super(...e),this.state=hf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),mf=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("audit-management-widget"),vf)(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})),yf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,mf,vf)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Ei((()=>{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 sa(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 oa(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})),bf=Ai((e=>{var t,n,i,o;return o=class extends(ki(vf,Kr,mf)(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,af(this.state)),this.subscribe(u(this,i,"f").bind(this),af)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.auditTable=new zs(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})),wf=[{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"}],$f=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,mf,vf)(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 qs(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=af(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,wf);((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})),kf=Ai((e=>class extends(ki(js,Rs,bf,yf,$f,Al)(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)}))}})),Cf=ki((e=>class extends(kf(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",Cf);var Sf=Object.freeze({__proto__:null,default:Cf});function If(e){return new URLSearchParams(window.location.search).get(e)}const Rf=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)}))}))},xf=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}}),Ef=cl("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),Of=Rf(Ef)({onFulfilled:(e,t)=>{var n;e.outboundAppsList.data=null===(n=t.payload)||void 0===n?void 0:n.apps}},xf((e=>e.outboundAppsList))),Af={action:Ef,reducer:Of},Mf=cl("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),Nf=Rf(Mf)({onFulfilled:(e,t)=>{var n;e.connectedOutboundAppsIds.data=null===(n=t.payload)||void 0===n?void 0:n.appIds}},xf((e=>e.connectedOutboundAppsIds))),jf={action:Mf,reducer:Nf},Pf={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},Tf="/v1/mgmt/outbound/apps",Wf="/v1/mgmt/outbound/apps-with-user-token",Lf="/v1/auth/me",Uf=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)})),Df=({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(Tf);return yield Uf(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(Wf,{queryParams:i?{userId:n,tenantId:i}:{userId:n}});return yield Uf(o),o.json()}))}),Ff=({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(Lf);return yield Uf(n),n.json()}))}),_f=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,Il,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.6.0"}}));return{outboundApps:Df({httpClient:i.httpClient,mock:t}),user:Object.assign({},Ff({httpClient:i.httpClient,mock:t})),httpClient:i.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),qf=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),Bf={action:qf,reducer:Rf(qf)({onFulfilled:(e,t)=>{e.me.data=t.payload}},xf((e=>e.me)))},Kf=Ai((e=>{const t=ki(bl({name:"widget",initialState:Pf,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Bf.reducer(e),jf.reducer(e),Af.reducer(e)},asyncActions:{getMe:Bf.action,getOutboundApps:Af.action,getConnectedOutboundApps:jf.action}}),Zr,Kr,_f)(e);return class extends t{constructor(...e){super(...e),this.state=Pf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Vf="widget-flow",Hf=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,Kf,Il,Kr,Rs,Rl)(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=If(Vf);o&&(function(e){if(window.history.replaceState&&If(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())}}(Vf),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 Bs((()=>{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})),zf=Md((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))))),Gf=Md((e=>e.me.data),(e=>e.userId)),Jf=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Zr,fs,bs,Sl("outbound-applications-widget"),Kf)(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:Gf(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})),Zf=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Yf=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(Cl,Zf,Kf,Kr,Jf,fa,Rl)(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,zf(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),zf)}))}},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 Bs((()=>{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 Bs((()=>{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:Gf(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:Gf(this.state)})}))},y=function(e){h(this,n,new ia((()=>{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})),Xf=Ai((e=>class extends(ki(js,Rs,Hf,Yf,Al)(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)}))}})),Qf=ki((e=>class extends(Xf(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 wu})).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.6.0"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",Qf);var ep=Object.freeze({__proto__:null,default:Qf});const tp=e=>e.selectedRolesIds,np=e=>e.notifications,ip=e=>e.tenantPermissions.data||[],op=Md((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"})})))),rp=Md(tp,op,((e,t)=>t.filter((t=>e.includes(t.name))))),sp=Md(tp,(e=>!!e.length)),ap=Md(tp,(e=>1===e.length)),dp=Md(rp,ap,((e,t)=>t&&"yes"===e[0].editable)),lp=Md(rp,(e=>1===e.length?e[0].name:`${e.length} roles`)),cp=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)}))}))},up=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}}),hp=({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)})}}),fp=cl("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),pp=cp(fp)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},up((e=>e.createRole)),hp({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>`}})),gp={action:fp,reducer:pp},vp=cl("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),mp=cp(vp)({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=[]}},up((e=>e.deleteRole)),hp({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"]}`})),yp={action:vp,reducer:mp},bp=cl("roles/duplicate",((e,{extra:{api:t}})=>t.role.create(e))),wp=cp(bp)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},up((e=>e.duplicateRole)),hp({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>`}})),$p={action:bp,reducer:wp},kp=cl("roles/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.role.search(Object.assign(Object.assign({},i),e))})),Cp=cp(kp)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},up((e=>e.rolesList))),Sp={action:kp,reducer:Cp},Ip=cl("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),Rp=cp(Ip)({onFulfilled:(e,t)=>{const n=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==n&&(e.rolesList.data[n]=t.payload)}},up((e=>e.updateRole)),hp({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>`}})),xp={action:Ip,reducer:Rp},Ep=cl("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),Op={action:Ep,reducer:cp(Ep)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},up((e=>e.tenantPermissions)))},Ap={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:[]},Mp="/v1/mgmt/role/search",Np="/v1/mgmt/role/delete/batch",jp="/v1/mgmt/role/create",Pp="/v1/mgmt/role/update",Tp="/v1/mgmt/permission/all",Wp=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)})),Lp=({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(Mp,{limit:o,page:i,text:r,sort:s},{queryParams:{tenant:t}});return yield Wp(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(Np,{roleNames:i},{queryParams:{tenant:t}});return yield Wp(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(jp,{name:i,description:o,permissionNames:r,tenantId:t},{queryParams:{tenant:t}});return yield Wp(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(Pp,{name:i,newName:o,description:r,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield Wp(a);const d=yield a.json();return d.oldName=i,d}))}),Up=({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(Tp,{queryParams:{tenant:t}});return yield Wp(i),i.json()}))}),Dp=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il,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.10.0"}}));return{role:Lp({httpClient:o.httpClient,tenant:t,mock:n}),tenant:Up({httpClient:o.httpClient,tenant:t,mock:n}),httpClient:o.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),Fp=Ai((e=>{const t=ki(bl({name:"widget",initialState:Ap,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{gp.reducer(e),$p.reducer(e),xp.reducer(e),yp.reducer(e),Sp.reducer(e),Op.reducer(e)},asyncActions:{searchRoles:Sp.action,createRole:gp.action,duplicateRole:$p.action,updateRole:xp.action,deleteRoles:yp.action,getTenantPermissions:Op.action}}),Zr,Kr,Dp)(e);return class extends t{constructor(...e){super(...e),this.state=Ap,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),_p=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("role-management-widget"),Fp)(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})),qp=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Fp,fa,wl,Kr,_p)(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=ip(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 qs((()=>{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 qs((()=>{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 ta((()=>{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})),Bp=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,qp,_p)(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 qs(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.openRoleModal()))},i})),Kp=Ai((e=>{var t,n,i;return i=class extends(ki(Fp,fa,Kr,_p)(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 qs((()=>{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 qs((()=>{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=rp(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const i=new ra(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=lp(this.state);i.text=`Delete ${e}?`}}))},i})),Vp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,_p,Fp,Kp)(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),sp)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),Hp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,_p,Fp,qp)(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),ap)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.duplicateButton=new qs(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=rp(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})),zp=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Fp,fa,Kr,wl,_p)(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=ip(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=rp(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 qs((()=>{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 qs((()=>{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=rp(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 ta((()=>{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})),Gp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,_p,Fp,zp,wl)(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),dp)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new qs(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})),Jp=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,_p,Fp)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Ei((()=>{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 sa(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})),Zp={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},Yp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,Fp,ga,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),np)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=Zp[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})),Xp=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Fp,Kr,_p)(e)){constructor(){super(...arguments),t.add(this),i.set(this,Ii((e=>{this.rolesTable.data=e}))),o.set(this,Ei(((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,op(this.state)),this.subscribe(u(this,i,"f").bind(this),op)}))}},i=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){var e;this.rolesTable=new zs(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})),Qp=Ai((e=>class extends(ki(js,Rs,Xp,Bp,Vp,Hp,Gp,Jp,Yp,Al)(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)}))}})),eg=ki((e=>class extends(Qp(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",eg);var tg=Object.freeze({__proto__:null,default:eg});const ng=e=>e.tenant.data,ig=e=>e.tenantAdminLinkSSO.data.defaultLink,og=Md(ng,(e=>e.customAttributes||{})),rg=Md(ng,(e=>e.name||"")),sg=Md(ng,(e=>e.selfProvisioningDomains||[])),ag=Md(ng,(e=>e.enforceSSOExclusions||[])),dg=Md(ng,(e=>e.enforceSSO||!1)),lg=Md(ng,ig,(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]||""})))])),cg=Md(ng,(e=>((null==e?void 0:e.additionalSSOConfigs)||[]).map((({ssoId:e})=>e))));function ug(e){return new URLSearchParams(window.location.search).get(e)}const hg=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)}))}))},fg=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}}),pg=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),gg=hg(pg)({onFulfilled:(e,t)=>{e.me.data=t.payload}},fg((e=>e.me))),vg={action:pg,reducer:gg},mg=cl("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),yg=hg(mg)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},fg((e=>e.tenant))),bg={action:mg,reducer:yg},wg=cl("tenant/adminLinkSso",(({ssoIds:e},{extra:{api:t}})=>t.tenant.adminLinkSso({ssoIds:e}))),$g={action:wg,reducer:hg(wg)({onFulfilled:(e,t)=>{var n;e.tenantAdminLinkSSO.data=null!==(n=t.payload)&&void 0!==n?n:{defaultLink:"",ssoIdToLink:{}}}},fg((e=>e.tenantAdminLinkSSO)))},kg={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:{defaultLink:"",ssoIdToLink:{}}}},Cg="/v1/auth/me",Sg="/v1/mgmt/tenant",Ig="/v1/mgmt/tenant/adminlinks/sso/authenticated/batch",Rg=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)})),xg=({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=`${Sg}${o}`,r=yield e.get(i);return yield Rg(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(`${Ig}?tenant=${i}`,{tenantId:i,ssoIds:o},{headers:{"Content-Type":"application/json"}});return yield Rg(r),yield r.json()}))}},Eg=({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(Cg);return yield Rg(n),n.json()}))}),Og=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il)(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.9.0"}}));return{user:Eg({httpClient:o.httpClient,mock:n}),tenant:xg({httpClient:o.httpClient,tenantId:t,mock:n}),httpClient:o.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),Ag=Ai((e=>{const t=ki(bl({name:"widget",initialState:kg,reducers:{},extraReducers:e=>{vg.reducer(e),bg.reducer(e),$g.reducer(e)},asyncActions:{getMe:vg.action,getTenant:bg.action,getTenantAdminLinkSSO:$g.action}}),Zr,Kr,Og)(e);return class extends t{constructor(...e){super(...e),this.state=kg,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Mg="widget-flow",Ng=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,Ag,Il,Kr,Rs,Rl)(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=ug(Mg);o&&(function(e){if(window.history.replaceState&&ug(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())}}(Mg),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 Bs((()=>{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=cg(this.state);yield this.actions.getTenantAdminLinkSSO({ssoIds:e})})))),t.afterClose=()=>{t.remove()},t.open()},i})),jg=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Pg=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("tenant-profile-widget"),Ag)(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=cg(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})),Tg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(jg,Ag,fa,Kr,Pg,Rl)(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 ha((()=>{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=lg(this.state),this.subscribe((e=>{u(this,n,"f").data=e}),lg))}))}},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 Bs((()=>{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 Bs((()=>{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=cg(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})),Wg=Ai((e=>{var t,n,i,o;return o=class extends(ki(jg,Ag,Kr,Pg,Il,fa)(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,ig(this.state)),this.subscribe(u(this,i,"f").bind(this),ig)}))}},i=new WeakMap,t=new WeakSet,n=function(){this.tenantAdminLinkSSODriver=new Gs((()=>{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 Lg;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Lg||(Lg={}));const Ug=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return f=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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")||Lg.TEXT,r=e[i],s=new aa(n,{logger:this.logger});s.value=((e,t)=>e===Lg.DATE&&t?new Date(t).toLocaleString():e===Lg.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,og(this.state)),this.subscribe(u(this,d,"f").bind(this),og)}))}},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=og(this.state)[o],d=t===Lg.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 Bs((()=>{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 Bs((()=>{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})),Dg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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,sg(this.state)),this.subscribe(u(this,p,"f").bind(this),sg)}))}},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 Bs((()=>{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:sg(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 Bs((()=>{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 aa((()=>{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})),Fg=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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,ag(this.state)),this.subscribe(u(this,p,"f").bind(this),ag)}))}},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 Bs((()=>{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:ag(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 Bs((()=>{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 aa((()=>{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})),_g=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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,dg(this.state)),this.subscribe(u(this,p,"f").bind(this),dg)}))}},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 Bs((()=>{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:dg(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 Bs((()=>{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 aa((()=>{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})),qg=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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,rg(this.state)),this.subscribe(u(this,a,"f").bind(this),rg)}))}},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 Bs((()=>{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:rg(this.state)}})),u(this,i,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new aa((()=>{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})),Bg=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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 Bs((()=>{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 da((()=>{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})),Kg=Ai((e=>{var t,n,i,o,r,s,a;return a=class extends(ki(Cl,jg,Ag,Kr,Pg,Il,fa,Rl)(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 Bs((()=>{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 da((()=>{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})),Vg=Ai((e=>class extends(ki(js,Rs,Ng,Pg,qg,Dg,Fg,_g,Ug,Wg,Bg,Kg,Tg,Al)(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)}))}})),Hg=ki((e=>class extends(Vg(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 wu})).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.9.0"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",Hg);var zg=Object.freeze({__proto__:null,default:Hg}),Gg={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 Jg(e){return Jg="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},Jg(e)}function Zg(e){var t=ev();return function(){var n,i=nv(e);if(t){var o=nv(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===Jg(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Yg(e)}(this,n)}}function Yg(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Xg(e){var t="function"==typeof Map?new Map:void 0;return Xg=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 Qg(e,arguments,nv(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),tv(i,e)},Xg(e)}function Qg(e,t,n){return Qg=ev()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return n&&tv(o,n.prototype),o},Qg.apply(null,arguments)}function ev(){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 tv(e,t){return tv=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},tv(e,t)}function nv(e){return nv=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},nv(e)}var iv=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&&tv(e,t)}(i,e);var t,n=Zg(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(Yg(t),i.prototype),t.name=t.constructor.name,t}return t=i,Object.defineProperty(t,"prototype",{writable:!1}),t}(Xg(Error)),ov=2,rv=17,sv=3,av="0-90-9٠-٩۰-۹",dv="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),lv="++";function cv(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 uv={}.constructor;function hv(e){return null!=e&&e.constructor===uv}function fv(e){return fv="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},fv(e)}function pv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gv(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 vv=" ext. ",mv=/^\d+$/,yv=function(){function e(t){pv(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!hv(e)||!hv(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(hv(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Sv(e)+": "+e,"."))}(t),this.metadata=t,xv.call(this,t)}return gv(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&&mv.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new bv(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new bv(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}(),bv=function(){function e(t,n){pv(this,e),this.globalMetadataObject=n,this.metadata=t,xv.call(this,n.metadata)}return gv(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 wv(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()&&Cv(this.types(),e))return new kv(Cv(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?vv:this.metadata[13]||vv}}]),e}(),wv=function(){function e(t,n){pv(this,e),this._format=t,this.metadata=n}return gv(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()||$v.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),$v=/^\(?\$1\)?$/,kv=function(){function e(t,n){pv(this,e),this.type=t,this.metadata=n}return gv(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 Cv(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 Sv=function(e){return fv(e)};function Iv(e,t){if((t=new yv(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function Rv(e,t){return t.countries.hasOwnProperty(e)}function xv(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===cv(t,"1.2.0")?this.v2=!0:-1===cv(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var Ev=function(e){return"([".concat(av,"]{1,").concat(e,"})")};function Ov(e){var t="[  \\t,]*",n="[:\\..]?[  \\t,-]*",i="#?",o="[  \\t]*";return";ext="+Ev("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+n+Ev("20")+i)+"|"+(t+"(?:[xx##~~]|int|int)"+n+Ev("9")+i)+"|"+("[- ]+"+Ev("6")+"#")+"|"+(o+"(?:,{2}|;)"+n+Ev("15")+i)+"|"+(o+"(?:,)+"+n+Ev("9")+i)}var Av="["+av+"]{"+ov+"}",Mv="[++]{0,1}(?:["+dv+"]*["+av+"]){3,}["+dv+av+"]*",Nv=new RegExp("^[++]{0,1}(?:["+dv+"]*["+av+"]){1,2}$","i"),jv=Mv+"(?:"+Ov()+")?",Pv=new RegExp("^"+Av+"$|^"+jv+"$","i");var Tv=new RegExp("(?:"+Ov()+")$","i");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={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 Dv(e){return Uv[e]}function Fv(e){for(var t,n="",i=Wv(e.split(""));!(t=i()).done;){var o=Dv(t.value);o&&(n+=o)}return n}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 qv(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 qv(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 qv(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 Bv(e){for(var t,n="",i=_v(e.split(""));!(t=i()).done;){n+=Kv(t.value,n)||""}return n}function Kv(e,t,n){if("+"===e){if(t)return;return"+"}return Dv(e)}function Vv(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 Hv(e,t){return"IS_POSSIBLE"===Vv(e,t)}function zv(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Gv(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 Jv(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 Jv(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 Jv(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 Zv=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Yv(e,t,n){if(t=t||{},e.country||e.countryCallingCode){(n=new yv(n)).selectNumberingPlan(e.country,e.countryCallingCode);var i=t.v2?e.nationalNumber:e.phone;if(zv(i,n.nationalNumberPattern())){if(Xv(i,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?Xv(i,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o,r=Gv(Zv);!(o=r()).done;){var s=o.value;if(Xv(i,s,n))return s}}}}function Xv(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&zv(e,t.pattern()))}function Qv(e,t,n){var i=new yv(n).getCountryCodesForCallingCode(e);return i?i.filter((function(e){return function(e,t,n){var i=new yv(n);if(i.selectNumberingPlan(t),i.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,n)})):[]}function em(e){return e.replace(new RegExp("[".concat(dv,"]+"),"g")," ").trim()}var tm=/(\$\d)/;function nm(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(tm,t.nationalPrefixFormattingRule()):t.format());return i?em(r):r}var im=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function om(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 rm(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 rm(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 rm(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 sm(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 am(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?sm(Object(n),!0).forEach((function(t){dm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):sm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function dm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var lm={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function cm(e,t,n,i){if(n=n?am(am({},lm),n):lm,i=new yv(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?fm(o=um(s,e.carrierCode,"NATIONAL",i,n),e.ext,i,n.formatExtension):"";case"INTERNATIONAL":return s?(o=um(s,null,"INTERNATIONAL",i,n),fm(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=Iv(i,o.metadata);if(r===n){var s=um(e,t,"NATIONAL",o);return"1"===n?n+" "+s:s}var a=function(e,t,n){var i=new yv(n);return i.selectNumberingPlan(e,t),i.defaultIDDPrefix()?i.defaultIDDPrefix():im.test(i.IDDPrefix())?i.IDDPrefix():void 0}(i,void 0,o.metadata);if(a)return"".concat(a," ").concat(n," ").concat(um(e,null,"INTERNATIONAL",o))}(s,e.carrierCode,r,n.fromCountry,i);return fm(a,e.ext,i,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function um(e,t,n,i,o){var r=hm(i.formats(),e);return r?nm(e,r,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:i}):e}function hm(e,t){for(var n,i=om(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(zv(t,o.pattern()))return o}}function fm(e,t,n,i){return t?i(e,t,n):e}function pm(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 gm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pm(Object(n),!0).forEach((function(t){vm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function vm(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,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 ym=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 yv(t);bm(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 mm(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Qv(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new yv(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 Hv(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 yv(n)).selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes()?void 0!==Yv(e,t,n.metadata):zv(t.v2?e.nationalNumber:e.phone,n.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new yv(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Yv(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return cm(this,e,t?gm(gm({},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}(),bm=function(e){return/^[A-Z]{2}$/.test(e)};var wm=new RegExp("(["+av+"])");function $m(e,t,n,i){if(t){var o=new yv(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(wm);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function km(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 Cm(e,t){var n=km(e,t),i=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!function(e,t,n){if(zv(e,n.nationalNumberPattern())&&!zv(t,n.nationalNumberPattern()))return!1;return!0}(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Vv(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:i}}function Sm(e,t,n,i){var o=t?Iv(t,i):n;if(0===e.indexOf(o)){(i=new yv(i)).selectNumberingPlan(t,n);var r=e.slice(o.length),s=Cm(r,i).nationalNumber,a=Cm(e,i).nationalNumber;if(!zv(a,i.nationalNumberPattern())&&zv(s,i.nationalNumberPattern())||"TOO_LONG"===Vv(a,i))return{countryCallingCode:o,number:r}}return{number:e}}function Im(e,t,n,i){if(!e)return{};var o;if("+"!==e[0]){var r=$m(e,t,n,i);if(!r||r===e){if(t||n){var s=Sm(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 yv(i);for(var l=2;l-1<=sv&&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 Rm(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 xm(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 xm(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 xm(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 Em(e,t){var n=t.countries;t.defaultCountry;var i=t.metadata;i=new yv(i);for(var o,r=Rm(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(Yv({phone:e,country:s},void 0,i.metadata))return s}}function Om(e,t){var n=t.nationalNumber,i=t.defaultCountry,o=t.metadata,r=o.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:Em(n,{countries:r,defaultCountry:i,metadata:o.metadata})}var Am="+",Mm="(["+av+"]|[\\-\\.\\(\\)]?)",Nm=new RegExp("^\\"+Am+Mm+"*["+av+"]"+Mm+"*$","g"),jm=new RegExp("^("+("["+av+"]+((\\-)*["+av+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+av+"])*")+"\\.?$","g"),Pm="tel:",Tm=";phone-context=",Wm=";isub=";function Lm(e,t){var n,i=t.extractFormattedPhoneNumber,o=function(e){var t=e.indexOf(Tm);if(t<0)return null;var n=t+Tm.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&&(Nm.test(e)||jm.test(e))}(o))throw new iv("NOT_A_NUMBER");if(null===o)n=i(e)||"";else{n="",o.charAt(0)===Am&&(n+=o);var r,s=e.indexOf(Pm);r=s>=0?s+Pm.length:0;var a=e.indexOf(Tm);n+=e.substring(r,a)}var d=n.indexOf(Wm);if(d>0&&(n=n.substring(0,d)),""!==n)return n}var Um=250,Dm=new RegExp("[++"+av+"]"),Fm=new RegExp("[^"+av+"#]+$");function _m(e,t,n){if(t=t||{},n=new yv(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new iv("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var i=function(e,t,n){var i=Lm(e,{extractFormattedPhoneNumber:function(e){return function(e,t,n){if(!e)return;if(e.length>Um){if(n)throw new iv("TOO_LONG");return}if(!1===t)return e;var i=e.search(Dm);if(i<0)return;return e.slice(i).replace(Fm,"")}(e,n,t)}});if(!i)return{};if(!function(e){return e.length>=ov&&Pv.test(e)}(i))return function(e){return Nv.test(e)}(i)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(Tv);if(t<0)return{};for(var n=e.slice(0,t),i=e.match(Tv),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 iv("TOO_SHORT");throw new iv("NOT_A_NUMBER")}return{}}var a=function(e,t,n,i){var o,r=Im(Bv(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||Iv(t,i.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=Cm(Bv(d),i),c=l.nationalNumber,u=l.carrierCode,h=Om(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 iv("INVALID_COUNTRY");return{}}if(!l||l.length<ov){if(t.v2)throw new iv("TOO_SHORT");return{}}if(l.length>rv){if(t.v2)throw new iv("TOO_LONG");return{}}if(t.v2){var f=new ym(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)&&zv(l,n.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!n.possibleLengths()||!Hv(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 qm(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 Bm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?qm(Object(n),!0).forEach((function(t){Km(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):qm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Km(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vm(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 Hm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function zm(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 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)||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 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 Jm(e){var t,n,i,o=zm(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(!hv(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?Vm(Object(n),!0).forEach((function(t){Hm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Vm(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 Zm(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 Ym(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Zm(Object(n),!0).forEach((function(t){Xm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qm(e,t,n){t&&t.defaultCountry&&!Rv(t.defaultCountry,n)&&(t=Ym(Ym({},t),{},{defaultCountry:void 0}));try{return function(e,t,n){return _m(e,Bm(Bm({},t),{},{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof iv))throw e}}function ey(){var e=Jm(arguments);return Qm(e.text,e.options,e.metadata)}function ty(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 ny(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var iy=ty((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;ny(this,e),this.key=t,this.value=n,this.next=i,this.prev=o})),oy=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;ny(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return ty(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var n=new iy(e,t,this.head);this.head.prev=n,this.head=n}else this.head=this.tail=new iy(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 ry(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 sy=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 oy(t)}return ry(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 ay(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function dy(e,t){var n=t.search(e);return n>=0?t.slice(0,n):t}var ly="   ᠎ - \u2028\u2029   ",cy="[".concat(ly,"]"),uy="[^".concat(ly,"]"),hy="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),fy="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",py="[".concat(fy,"]"),gy=new RegExp(py),vy="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),my=new RegExp(vy),yy="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),by=new RegExp(yy),wy=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function $y(e){return!(!gy.test(e)&&!by.test(e))&&wy.test(e)}function ky(e){return"%"===e||my.test(e)}function Cy(e,t,n){var i=!0,o=ey(e,n);if(o||(i=!1,o=ey(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 Sy={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()||!Iy(e,n,i))},STRICT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!Iy(e,n,o)||xy(e,n)||!Ry(e,{defaultCountry:i,metadata:o}))&&Ey()},EXACT_GROUPING:function(e,t){var n=t.candidate,i=t.defaultCountry,o=t.metadata;return t.regExpCache,!(!e.isValid()||!Iy(e,n,o)||xy(e,n)||!Ry(e,{defaultCountry:i,metadata:o}))&&Ey()}};function Iy(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"!==Cy(t.substring(i),e,n))return!1}else{var s=Fv(t.substring(i));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function Ry(e,t){var n=t.defaultCountry,i=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var o=new yv(i);o.selectNumberingPlan(e.countryCallingCode),e.country||Om(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:n,metadata:o});var r=e.nationalNumber,s=hm(o.numberingPlan.formats(),r);return!s.nationalPrefixFormattingRule()||(!!o.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function xy(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)||Fv(t.substring(0,n))!==e.countryCallingCode||t.slice(i+1).indexOf("/")>=0)}function Ey(e,t,n,i,o){throw new Error("This part of code hasn't been ported")}var Oy=/[\\/] *x/;function Ay(e){return dy(Oy,e)}var My=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,Ny=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,jy=/^:[0-5]\d/;function Py(e,t,n){if(My.test(e))return!1;if(Ny.test(e)){var i=n.slice(t+e.length);if(jy.test(i))return!1}return!0}var Ty="(\\[([",Wy=")\\])]",Ly="[^".concat(Ty).concat(Wy,"]"),Uy="[".concat(Ty).concat(lv,"]"),Dy=new RegExp("^"+Uy),Fy=ay(0,3),_y=new RegExp("^(?:[(\\[([])?(?:"+Ly+"+["+Wy+"])?"+Ly+"+(?:["+Ty+"]"+Ly+"+["+Wy+"])"+Fy+Ly+"*$"),qy=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function By(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 Ky(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 Ky(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 Ky(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 Vy(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 Hy=Ov(),zy=["\\/+(.*)/","(\\([^(]*)","(?:".concat(cy,"-|-").concat(cy,")").concat(cy,"*(.+)"),"[‒-―-]".concat(cy,"*(.+)"),"\\.+".concat(cy,"*([^.]+)"),"".concat(cy,"+(").concat(uy,"+)")],Gy=ay(0,2),Jy=ay(0,4),Zy=rv+sv,Yy=ay(0,Zy),Xy="[".concat(dv,"]")+Jy,Qy=hy+ay(1,Zy),eb="(?:"+Uy+Xy+")"+Gy+Qy+"(?:"+Xy+Qy+")"+Yy+"(?:"+Hy+")?",tb=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(fy,"#]+$")),nb=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,ib=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&&Rv(n.defaultCountry,i)?n.defaultCountry:void 0,leniency:n.leniency||(n.extended?"POSSIBLE":"VALID"),maxTries:n.maxTries||nb}).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=Sy[n.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(n.leniency,'"'));this.maxTries=n.maxTries,this.PATTERN=new RegExp(eb,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new sy(32)}return Vy(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(Py(t=Ay(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=By(zy);!(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=dy(tb,e.slice(0,a.index)),c=this.parseAndVerify(l,t,n);if(c)return c;this.maxTries--,s=!1}var u=dy(tb,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(_y.test(e)&&!qy.test(e)){if("POSSIBLE"!==i){if(t>0&&!Dy.test(e)){var o=n[t-1];if(ky(o)||$y(o))return!1}var r=t+e.length;if(r<n.length){var s=n[r];if(ky(s)||$y(s))return!1}}return!0}}(e,t,n,this.options.leniency)){var i=ey(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 ob(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 rb=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 ob(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 sb(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 ab(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 ab(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 ab(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 db="x",lb=new RegExp(db);function cb(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function ub(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 hb(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=fb(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:r,metadata:i});if(s)return s}return fb(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:r,metadata:i})}(e,t,{metadata:i,shouldTryNationalPrefixFormattingRule:o,getSeparatorAfterNationalPrefix:r})}function fb(e,t,n){var i=n.metadata,o=n.useNationalPrefixFormattingRule,r=n.getSeparatorAfterNationalPrefix,s=nm(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 Fv(e)===t.getNationalDigits()}(s,e))return s}function pb(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 gb=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return pb(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([bb(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(yb);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(bb(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(bb(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:vb(i)});break;default:throw new Error("Unknown operator: ".concat(n))}o&&this.parsePattern(o)}else{if(mb.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function vb(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 mb=/[\(\)\[\]\?\:\|]/,yb=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function bb(e){return 1===e.length?e[0]:e}function wb(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 $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){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 $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=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 gb).parse(t)}return kb(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=Sb(e.split(""),this.matchTree,!0);if(n&&n.match&&delete n.matchedChars,!n||!n.overflow||t)return n}}]),e}();function Sb(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=Sb(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=wb(t.args);!(d=l()).done;){var c=Sb(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=wb(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 Ib(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 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){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 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 Eb=cb("9",15),Ob=/[- ]/,Ab=new RegExp("["+dv+"]*\\$1["+dv+"]*(\\$\\d["+dv+"]*)*$"),Mb=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 xb(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"===Vv(e,t)}(t.nationalSignificantNumber,this.metadata))for(var i,o=Ib(this.matchingFormats);!(i=o()).done;){var r=i.value,s=hb(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,db),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(db),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 Cb(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":Ab.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=Ib(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()&&Ob.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(db,t+1),n++;return ub(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,db)+cb(db,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=Eb.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(tm,e.nationalPrefixFormattingRule());if(Fv(e.nationalPrefixFormattingRule())===(o||"")+Fv("$1")&&(u=h,c=!0,o))for(var f=o.length;f>0;)u=u.replace(/\d/,db),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),db);return c||(r?p=cb(db,r.length)+" "+p:o&&(p=cb(db,o.length)+this.getSeparatorAfterNationalPrefix(e)+p)),i&&(p=em(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,n){for(var i,o=sb(n.split(""));!(i=o()).done;){var r=i.value;if(e.slice(t+1).search(lb)<0)return;t=e.search(lb),e=e.replace(lb,r)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],ub(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 Nb(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 jb(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 jb(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 jb(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 Pb(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 Tb=new RegExp("^"+("["+dv+av+"]+")+"$","i"),Wb="(?:[++]["+dv+av+"]*|["+dv+av+"]+)",Lb=new RegExp("[^"+dv+av+"]+.*$"),Ub=/[^\d\[\]]/,Db=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 Pb(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(Wb);if(n<0)return;e=e.slice(n),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(Lb,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),n=Nb(t,2),i=n[0],o=n[1];Tb.test(i)||(i="");return[i,o]}(e),o=Nb(i,2),r=o[0],s=o[1],a=Fv(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=Im("+"+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&&Ub.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var n=km(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=km(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=$m(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=Sm(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 Fb(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 qb(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 Bb,Kb=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 yv(n);var i=Fb(this.getCountryAndCallingCode(t),2),o=i[0],r=i[1];this.defaultCountry=o,this.defaultCallingCode=r,this.reset()}return qb(e,[{key:"getCountryAndCallingCode",value:function(e){var t,n;return e&&(hv(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 rb({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 Mb({state:this.state,metadata:this.metadata}),this.parser=new Db({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,db)}},{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(Om(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 yv(this.metadata.metadata);r.selectNumberingPlan(o);var s=r.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=Em(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(o=d)}}var l=new ym(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 Vb(){return function(e,t){var n=Array.prototype.slice.call(t);return n.push(Gg),e.apply(this,n)}(ey,arguments)}function Hb(e,t){return ib.call(this,e,t,Gg)}function zb(e){return Kb.call(this,e,Gg)}function Gb(){return yv.call(this,Gg)}Hb.prototype=Object.create(ib.prototype,{}),Hb.prototype.constructor=Hb,zb.prototype=Object.create(Kb.prototype,{}),zb.prototype.constructor=zb,Gb.prototype=Object.create(yv.prototype,{}),Gb.prototype.constructor=Gb,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"}(Bb||(Bb={}));const Jb=(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)}),{}),Zb=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,n])=>[`${t}.${e}`,n]))),Yb=(e,t)=>e===Bb.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t;function Xb(e){return new URLSearchParams(window.location.search).get(e)}const Qb={enabled:"active",disabled:"disabled",invited:"invited"},ew=e=>e.tenantRoles.data,tw=e=>e.selectedUsersLoginIds,nw=e=>e.notifications,iw=e=>e.customAttributes.data,ow=Md((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:n})=>[e,t?{label:t,options:n}:n]))))),rw=Md(ow,(e=>Object.keys(e).length>0)),sw=Md(iw,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),aw=Md((e=>e.usersList.data),sw,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,n])=>[e,Yb(t[e],n)])))}))))),dw=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"},lw=Md(aw,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Zb(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:Qb[e.status]||e.status,roles:dw(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),cw=Md(tw,lw,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),uw=Md(cw,(e=>e.map((e=>e.userId)))),hw=Md(cw,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),fw=Md(cw,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),pw=Md(cw,(e=>e.map((e=>e.status)))),gw=Md(cw,(e=>e.every((e=>e.editable)))),vw=Md(tw,(e=>!!e.length)),mw=Md(tw,(e=>1===e.length)),yw=Md(tw,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),bw=Md(mw,pw,((e,t)=>e&&t.every((e=>e===Qb.enabled)))),ww=Md(pw,(e=>e.every((e=>e===Qb.disabled)))),$w=Md(cw,(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`})),kw=Md(mw,ww,gw,((e,t,n)=>e&&t&&n)),Cw=Md(mw,bw,gw,((e,t,n)=>e&&t&&n)),Sw=Md(mw,gw,((e,t)=>e&&t)),Iw=Md(mw,gw,((e,t)=>e&&t)),Rw=Md(mw,gw,((e,t)=>e&&t)),xw=vw,Ew=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)}))}))},Ow=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}}),Aw=({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)})}}),Mw=cl("users/create",((e,{extra:{api:t}})=>t.user.create(e))),Nw=Ew(Mw)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},Ow((e=>e.createUser)),Aw({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>`}})),jw={action:Mw,reducer:Nw},Pw=cl("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),Tw=Ew(Pw)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},Ow((e=>e.deleteUser)),Aw({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"]}`})),Ww={action:Pw,reducer:Tw},Lw=cl("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),Uw=Ew(Lw)(Ow((e=>e.setTempUserPassword)),Aw({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>`}})),Dw={action:Lw,reducer:Uw},Fw=cl("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),_w=Ew(Fw)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},Ow((e=>e.customAttributes))),qw={action:Fw,reducer:_w},Bw=cl("users/search",((e,{extra:{api:t},getState:n})=>{const i=n().searchParams;return t.user.search(Object.assign(Object.assign({},i),e))})),Kw=Ew(Bw)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},Ow((e=>e.usersList))),Vw={action:Bw,reducer:Kw},Hw=cl("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),zw=Ew(Hw)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Ow((e=>e.tenantRoles))),Gw={action:Hw,reducer:zw},Jw=cl("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Zw=Ew(Jw)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},Ow((e=>e.subTenantRoles))),Yw={action:Jw,reducer:Zw},Xw=cl("users/update",((e,{extra:{api:t}})=>t.user.update(e))),Qw=Ew(Xw)({onFulfilled:(e,t)=>{const n=e.usersList.data.findIndex((e=>Si(e.loginIds,t.payload.loginIds)));-1!==n&&(e.usersList.data[n]=t.payload)}},Ow((e=>e.updateUser)),Aw({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>`}})),e$={action:Xw,reducer:Qw},t$=cl("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),n$=Ew(t$)({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)}},Ow((e=>e.enableUser)),Aw({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>`}})),i$={action:t$,reducer:n$},o$=cl("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),r$=Ew(o$)({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)}},Ow((e=>e.disableUser)),Aw({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>`}})),s$={action:o$,reducer:r$},a$=cl("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),d$={action:a$,reducer:Ew(a$)(Ow((e=>e.removePasskey)),Aw({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>`}}))},l$={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:[]},c$="/v1/mgmt/user/search",u$="/v1/mgmt/user/delete/batch",h$="/v1/mgmt/user/create",f$="/v1/mgmt/user/patch",p$="/v1/mgmt/user/update/status",g$="/v1/mgmt/user/password/set/temporary",v$="/v1/mgmt/user/passkeys/delete",m$="/v1/mgmt/user/customattributes",y$="/v1/mgmt/role/all",b$="/v1/mgmt/role/subtenant/all",w$=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)})),$$=({httpClient:e,tenant:t,mock:n})=>({search:(...i)=>c(void 0,[...i],void 0,(function*(i={}){const{limit:o=1e4}=i,r=l(i,["limit"]);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()))))}))})))(Object.assign(Object.assign({},r),{limit:o}));const s=yield e.post(c$,Object.assign(Object.assign({},r),{limit:o,withTestUser:!1}),{queryParams:{tenant:t}});return yield w$(s),(yield s.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(u$,{userIds:i},{queryParams:{tenant:t}});return yield w$(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(h$,{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 w$(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(f$,{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 w$(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(p$,{loginId:i,status:"enabled"},{queryParams:{tenant:t}});return yield w$(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(p$,{loginId:i,status:"disabled"},{queryParams:{tenant:t}});return yield w$(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(v$,{loginId:i},{queryParams:{tenant:t}});return yield w$(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(g$,{loginId:i},{queryParams:{tenant:t}});return yield w$(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(m$,{queryParams:{tenant:t}});return yield w$(i),(yield i.json()).data}))}),k$=({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(y$,{queryParams:{tenant:t}});return yield w$(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(b$,{queryParams:{tenant:t}});return yield w$(i),i.json()}))}),C$=Ai((e=>{var t,n,i,o;const r=ki(Qr,$l,Yr,Kr,es,Il,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.18.0"}}));return{user:$$({httpClient:o.httpClient,tenant:t,mock:n}),tenant:k$({httpClient:o.httpClient,tenant:t,mock:n}),httpClient:o.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},o})),S$=Ai((e=>{const t=ki(bl({name:"widget",initialState:l$,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{jw.reducer(e),e$.reducer(e),i$.reducer(e),s$.reducer(e),Ww.reducer(e),Vw.reducer(e),Dw.reducer(e),d$.reducer(e),qw.reducer(e),Gw.reducer(e),Yw.reducer(e)},asyncActions:{searchUsers:Vw.action,createUser:jw.action,updateUser:e$.action,enableUser:i$.action,disableUser:s$.action,deleteUsers:Ww.action,removePasskey:d$.action,getCustomAttributes:qw.action,getTenantRoles:Gw.action,getSubTenantRoles:Yw.action,setTempUserPassword:Dw.action}}),Zr,Kr,C$)(e);return class extends t{constructor(...e){super(...e),this.state=l$,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),I$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("user-management-widget"),S$,kl)(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})),R$=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(S$,fa,wl,Kr,kl,I$)(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(ew(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=rw(this.state);null===(e=u(this,i,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(ow(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 qs((()=>{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 qs((()=>{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({},Jb(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,n,new ta((()=>{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 ea((()=>{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=iw(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})),x$=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,R$,I$)(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 qs(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})),E$=Ai((e=>{var t,n,i;return i=class extends(ki(S$,fa,Kr,I$)(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 qs((()=>{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 qs((()=>{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=uw(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const i=new ra(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=$w(this.state);i.text=`Delete ${e}?`}}))},i})),O$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,E$)(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),xw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.deleteButton=new qs(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})),A$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(S$,fa,Kr,wl,I$)(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 qs((()=>{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 qs((()=>{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=yw(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 ra(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=$w(this.state);o.text=`Disable ${e}?`}))}))},r})),M$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,A$,wl)(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),Cw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.disableButton=new qs(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})),N$=e=>{if(!e)return e;const t=Vb(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},j$=Ai((e=>{var t,n,i,o,r,s,a,d,f,p,g,v,m;return m=class extends(ki(S$,fa,Kr,wl,kl,I$)(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(ew(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=rw(this.state);null===(e=u(this,o,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(ow(this.state))})),g.set(this,(()=>{var e,t;const n=null===(e=cw(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:N$(null==n?void 0:n.phone),recoveryEmail:null==n?void 0:n.recoveryEmail,recoveryPhone:N$(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},Zb(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 qs((()=>{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 qs((()=>{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]},Jb(n,"customAttributes")),void 0!==i&&{userTenants:i})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=iw(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 sa(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,i,new ta((()=>{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 ea((()=>{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})),P$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,j$,wl)(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),Sw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.editButton=new qs(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})),T$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(S$,fa,Kr,wl,I$)(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 qs((()=>{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 qs((()=>{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=yw(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 ra(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=$w(this.state);o.text=`Activate ${e}?`}))}))},r})),W$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,T$,wl)(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),kw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.enableButton=new qs(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})),L$=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Ei((()=>{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 sa(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})),U$=new Set(["contains","not-contains","starts-with","ends-with","not-equal"]),D$=e=>{const t=Array.isArray(e)?e[0]:e;return null==t||""===t?null:String(t)},F$=e=>Array.isArray(e)?e:null==e||""===e?[]:[String(e)],_$=(e,t)=>({[e]:t}),q$=(e,t)=>({customAttributes:{[e]:t}}),B$=(e,t)=>((e,t)=>"equal"===t.operator&&null!=e.exactField)(e,t)?((e,t)=>{const n=F$(t.value);return n.length?_$(e,n):{}})(e.exactField,t):((e,t)=>U$.has(t.operator)&&null!=e.likeField)(e,t)?((e,t)=>{var n,i;const o=D$(t.value);return null===o?{}:((e,t,n)=>({searchFields:[Object.assign({field:e,valStr:t},n?{negative:!0}:{})]}))(e,`${null!==(n=t.prefix)&&void 0!==n?n:""}${o}${null!==(i=t.suffix)&&void 0!==i?i:""}`,t.operator.startsWith("not-"))})(e.likeField,t):null,K$=(e,t)=>{const{mapping:n}=e;if(!n)return null;switch(n.kind){case"array":return((e,t)=>{if("is-any-of"!==t.operator)return null;const n=F$(t.value);if(!n.length)return{};const i=e.valueMap?n.map((t=>{var n;return null!==(n=e.valueMap[t])&&void 0!==n?n:t})):n;return _$(e.field,i)})(n,t);case"boolean":return((e,t)=>{if("equal"!==t.operator)return null;const n=D$(t.value);return"true"===n?_$(e.field,!0):"false"===n?_$(e.field,!1):{}})(n,t);case"text":return B$(n,t);case"customAttribute":return((e,t,n)=>{if((e=>"is-empty"===e.operator)(t))return q$(e.name,null);if(!(e=>"equal"===e.operator||"is-any-of"===e.operator)(t))return{};const i=((e,t)=>{if(Array.isArray(e))return e.length?e:void 0;if(null!=e&&""!==e){if("boolean"===t)return"true"===e||"false"!==e&&void 0;if("number"===t){const t=Number(e);return Number.isFinite(t)?t:void 0}return e}})(t.value,n);return void 0===i?{}:q$(e.name,i)})(n,t,e.inputType);default:return null}},V$=(e,t=[])=>{const n={};(e=>{const t=new Set(["searchFields","customAttributes"]);return e.forEach((e=>{const n=null==e?void 0:e.mapping;n&&("array"===n.kind||"boolean"===n.kind?t.add(n.field):"text"===n.kind&&n.exactField&&t.add(n.exactField))})),t})(t).forEach((e=>{n[e]=void 0}));const i=new Map(t.filter((e=>Boolean(e))).map((e=>[e.id,e])));return e.reduce(((e,t)=>{const n=((e,t)=>{if(e.column&&e.operator)return t.get(e.column)})(t,i);if(!n)return e;const o=K$(n,t);return o?((e,t)=>{const{searchFields:n,customAttributes:i}=t,o=l(t,["searchFields","customAttributes"]),r=n?(a=n,[...null!=(s=e.searchFields)?s:[],...a]):e.searchFields;var s,a;const d=i?((e,t)=>Object.assign(Object.assign({},null!=e?e:{}),t))(e.customAttributes,i):e.customAttributes,c=Object.assign({},e);return Object.entries(o).forEach((([e,t])=>{var n,i;c[e]=(n=c[e],i=t,Array.isArray(n)&&Array.isArray(i)?[...n,...i.filter((e=>!n.includes(e)))]:i)})),Object.assign(Object.assign({},c),{searchFields:r,customAttributes:d})})(e,o):e}),n)},H$="customAttributes.",z$="roles",G$=e=>{if("string"==typeof e)return{value:e,label:e};const{value:t,label:n}=e;return{value:t,label:n||t}},J$=(e,t,n)=>{var i;const o=((e,t)=>{if(!(null==t?void 0:t.length))return e.filter((e=>(null==e?void 0:e.id)!==z$));const n=t.map((e=>({value:e.name,label:e.name})));return e.map((e=>(null==e?void 0:e.id)===z$?Object.assign(Object.assign({},e),{options:n}):e))})(null!==(i=null==e?void 0:e.slice())&&void 0!==i?i:[],t);return((e,t)=>e.filter((e=>{var n;if(!(null===(n=null==e?void 0:e.id)||void 0===n?void 0:n.startsWith(H$))||!(null==t?void 0:t.length))return!0;const i=e.id.slice(17);return t.some((e=>e.name===i))})).map((e=>{var n;return(null===(n=null==e?void 0:e.id)||void 0===n?void 0:n.startsWith(H$))?((e,t)=>{const n=e.id.slice(17),i=null==t?void 0:t.find((e=>e.name===n));if(!i)return e;const o=e.label||i.displayName||n,r=(e=>Array.isArray(e.options)&&e.options.length?e.options.map(G$):void 0)(i),s=Object.assign(Object.assign({},e),{label:o});return r&&(s.options=r),s})(e,t):e})))(o,n)},Z$=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Kr,I$,S$)(e)){constructor(){super(...arguments),t.set(this,null),n.set(this,(()=>u(this,t,"f")?[...u(this,t,"f")]:this.filter.data)),i.set(this,(e=>{const t=Array.isArray(null==e?void 0:e.value)?e.value:[];this.actions.searchUsers(Object.assign(Object.assign({},V$(t,u(this,n,"f").call(this))),{page:0}))})),o.set(this,(()=>{this.actions.searchUsers(Object.assign(Object.assign({},V$([],u(this,n,"f").call(this))),{page:0}))})),r.set(this,Ii(((e,t,n)=>{this.filter.data=J$(e,t,n)}))),s.set(this,(()=>{var e;(null===(e=this.filter)||void 0===e?void 0:e.isExists)&&u(this,r,"f").call(this,u(this,t,"f"),ew(this.state),iw(this.state))})),a.set(this,(()=>{h(this,t,Object.freeze(this.filter.data.slice()),"f"),u(this,s,"f").call(this)}))}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var t,n;yield null===(t=e.onWidgetRootReady)||void 0===t?void 0:t.call(this);const r=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelector("descope-filter");this.filter=new _s(r,{logger:this.logger}),this.filter.isExists&&(this.filter.onDataChange(u(this,a,"f")),u(this,a,"f").call(this),this.subscribe(u(this,s,"f"),ew),this.subscribe(u(this,s,"f"),iw),this.filter.onApply(u(this,i,"f")),this.filter.onClear(u(this,o,"f")))}))}},t=new WeakMap,n=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap,d})),Y$={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,S$,ga,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),nw)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=Y$[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})),Q$=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(S$,fa,Kr,wl,I$)(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 qs((()=>{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 qs((()=>{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=yw(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 ra(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=$w(this.state);o.text=`Remove passkey for ${e}?`}))}))},r})),ek=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,Q$,wl)(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),Iw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.removePasskeyButton=new qs(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})),tk=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(S$,Kr,I$)(e)){constructor(){super(...arguments),t.add(this),o.set(this,Ii((e=>{this.usersTable.data=e}))),r.set(this,Ei(((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,lw(this.state)),u(this,s,"f").call(this,iw(this.state)),this.subscribe(u(this,s,"f").bind(this),iw),this.subscribe(u(this,o,"f").bind(this),lw)}))}},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 zs(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})),nk=Ai((e=>{var t,n,i;return i=class extends(ki(S$,fa,Kr,wl,I$)(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 qs((()=>{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})),ik=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(S$,fa,Kr,wl,I$,nk)(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 qs((()=>{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 qs((()=>{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=yw(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 ra(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=$w(this.state);o.text=`This will generate a new temporary password for ${e}?`}))}))},r})),ok=Ai((e=>{var t,n,i,o;return o=class extends(ki(Kr,I$,S$,ik,wl)(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),Rw)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.resetPasswordButton=new qs(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})),rk=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),sk=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,rk,S$,fa,Kr,wl,I$,Rl)(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,tw(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 Ks(e,{logger:this.logger});n.onClick((()=>{u(this,t,"m",g).call(this,n.flowId)})),this.subscribe(u(this,v,"f").bind(this),tw),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 Bs((()=>{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:uw(this.state),loginIds:hw(this.state),usersAndRoles:fw(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})),ak="widget-flow",dk=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,S$,Il,Kr,Rs,Rl)(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=Xb(ak);o&&(function(e){if(window.history.replaceState&&Xb(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())}}(ak),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 Bs((()=>{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})),lk=Ai((e=>class extends(ki(js,Rs,dk,tk,x$,O$,P$,W$,M$,ok,ek,L$,Z$,X$,sk,Al)(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)}))}})),ck=ki((e=>class extends(lk(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 wu})).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.18.0"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",ck);var uk=Object.freeze({__proto__:null,default:ck});function hk(e){return new URLSearchParams(window.location.search).get(e)}const fk=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)}))}))},pk=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}}),gk=cl("users/me",((e,{extra:{api:t}})=>t.user.me())),vk=fk(gk)({onFulfilled:(e,t)=>{e.me.data=t.payload}},pk((e=>e.me))),mk={action:gk,reducer:vk},yk=cl("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),bk=fk(yk)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},pk((e=>e.devices))),wk={action:yk,reducer:bk},$k=cl("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),kk=fk($k)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},pk((e=>e.passkeys))),Ck={action:$k,reducer:kk},Sk=cl("users/logout",((e,{extra:{api:t}})=>t.user.logout())),Ik={action:Sk,reducer:fk(Sk)({})},Rk=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},xk=e=>e.me.data,Ek=Md(xk,(e=>e.userId)),Ok=Md(xk,(e=>e.picture)),Ak=Md(xk,(e=>e.email)),Mk=Md(xk,(e=>e.verifiedEmail)),Nk=Md(xk,(e=>e.name)),jk=Md(xk,(e=>e.phone)),Pk=Md(xk,(e=>e.verifiedPhone)),Tk=Md(Ak,Mk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),Wk=Md(jk,Pk,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),Lk=Md(xk,(e=>e.recoveryEmail)),Uk=Md(xk,(e=>e.verifiedRecoveryEmail)),Dk=Md(xk,(e=>e.recoveryPhone)),Fk=Md(xk,(e=>e.verifiedRecoveryPhone)),_k=Md(Lk,Uk,((e,t)=>t?e:"")),qk=Md(Dk,Fk,((e,t)=>t?e:"")),Bk=Md(xk,(e=>e.webauthn));Md(xk,(e=>e.password));const Kk=Md(xk,(e=>e.TOTP)),Vk={},Hk=Md(xk,(e=>{var t;return null!==(t=e.customAttributes)&&void 0!==t?t:Vk})),zk=Md(xk,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),Gk=Md((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}))))),Jk=Md((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:n,createdTime:i})=>({id:e,name:t,passkeyType:n,createdAt:1e3*i}))))),Zk=e=>e.notifications,Yk=Md(xk,(e=>e.userTenants||[])),Xk=e=>e.tenant.currentTenantId,Qk=cl("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:n}){if(e===Xk(n()))return null;const i=yield t.user.setCurrentTenant(e),o=i.sessionJwt||i.sessionToken;try{return{tenantId:Rk(o)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),eC={action:Qk,reducer:fk(Qk)({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}},pk((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"}`}}))},tC={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:[]},nC="/v1/auth/me",iC="/v1/mgmt/user/trusteddevices/list",oC="/v1/mgmt/user/passkeys/list",rC="/v1/auth/tenant/select",sC=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)})),aC=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],dC=({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:aC,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(nC);return yield sC(n),n.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const n=yield e.post(rC,{tenant:t});return yield sC(n),n.json()}))}),lC=({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(iC,{identifiers:[n]});return yield sC(i),i.json()}))}),cC=({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(oC,{loginId:n});return yield sC(i),i.json()}))}),uC=Ai((e=>{var t,n,i,o;const r=ki(Qr,Yr,Kr,es,Il)(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.18.0"}}));return{user:Object.assign(Object.assign({},dC({httpClient:i.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):i.logout}),device:Object.assign({},lC({httpClient:i.httpClient,mock:t})),passkey:Object.assign({},cC({httpClient:i.httpClient,mock:t})),httpClient:i.httpClient}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},o})),hC=Ai((e=>{const t=ki(bl({name:"widget",initialState:tC,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{mk.reducer(e),wk.reducer(e),Ck.reducer(e),Ik.reducer(e),eC.reducer(e)},asyncActions:{getMe:mk.action,listDevices:wk.action,listPasskeys:Ck.action,logout:Ik.action,selectTenant:eC.action}}),Zr,Kr,uC)(e);return class extends t{constructor(...e){super(...e),this.state=tC,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),fC="widget-flow",pC=Ai((e=>{var t,n,i;return i=class extends(ki(Cl,Zr,fa,hC,Il,Kr,Rs,Rl)(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=hk(fC);o&&(function(e){if(window.history.replaceState&&hk(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())}}(fC),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 Bs((()=>{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})),gC=()=>{var e;return"function"==typeof(null===(e=window.descopeBridge)||void 0===e?void 0:e.registerWidget)},vC=Ai((e=>{const t=e;return class extends t{init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;gC()&&window.descopeBridge.registerWidget(this),yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}handleLogout(){const e=Object.create(null,{handleLogout:{get:()=>super.handleLogout}});return c(this,void 0,void 0,(function*(){var t;gC()?this.dispatchEvent(new CustomEvent("widget-logout")):yield null===(t=e.handleLogout)||void 0===t?void 0:t.call(this)}))}}})),mC=Ai((e=>{var t,n,i;return i=class extends(ki(Kr,Zr,fs,bs,Sl("user-profile-widget"),hC)(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 this.actions.getMe(),yield u(this,t,"m",n).call(this),yield this.onWidgetRootReady()}catch(i){const e=null==i?void 0:i.code,t=(null==i?void 0:i.message)||("string"==typeof i?i:"Widget failed to initialize");throw this.dispatchEvent(new CustomEvent("error",{detail:{code:e,description:"Widget failed to initialize",message:t}})),i}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})),yC=Ai((e=>class extends(ki(Rs,Yr)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),bC=Ai((e=>{var t,n,i,o,r,s,a,d,l;return l=class extends(ki(Cl,yC,Rs,hC,Kr,Il,mC,fa,Rl)(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,Nk(this.state)),this.subscribe(u(this,a,"f").bind(this),Ok),this.subscribe(u(this,d,"f").bind(this),Nk)}))}},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 Bs((()=>{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 Fs((()=>{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})),wC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,Ak(this.state)),u(this,v,"f").call(this,Tk(this.state)),this.subscribe(u(this,g,"f").bind(this),Ak),this.subscribe(u(this,v,"f").bind(this),Tk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),$C=Ai((e=>{var t,n,i;return i=class extends(ki(hC,Kr,mC,fa)(e)){constructor(){super(...arguments),t.add(this)}handleLogout(){return c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))}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 qs((()=>{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((()=>this.handleLogout()))},i})),kC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v;return v=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,Nk(this.state)),this.subscribe(u(this,g,"f").bind(this),Nk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),CC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,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.passkeyUserAuthMethod.flowId&&(h(this,n,this.createModal({"data-id":"add-passkey","close-on-outside-click":"true"}),"f"),h(this,i,new Bs((()=>{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 Bs((()=>{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 da((()=>{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})),SC=Ai((e=>{var t,n,i,o,r,s;return s=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(e)){constructor(){super(...arguments),t.add(this),n.set(this,void 0),i.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new da((()=>{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 Bs((()=>{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})),IC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g,v,m;return m=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,jk(this.state)),u(this,v,"f").call(this,Wk(this.state)),this.subscribe(u(this,g,"f").bind(this),jk),this.subscribe(u(this,v,"f").bind(this),Wk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),RC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,_k(this.state)),this.subscribe(u(this,p,"f").bind(this),_k)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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})),xC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,qk(this.state)),this.subscribe(u(this,p,"f").bind(this),qk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa((()=>{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(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,Kk(this.state)),this.subscribe(u(this,p,"f").bind(this),Kk)}))}},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 Bs((()=>{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 Bs((()=>{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 da((()=>{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})),OC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f,p,g,v;return v=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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,zk(this.state)),this.subscribe(u(this,g,"f").bind(this),zk)}))}},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 Bs((()=>{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 Bs((()=>{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 aa(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 AC;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(AC||(AC={}));const MC=Ai((e=>{var t,n,i,o,r,s,a,d,l,h,f;return n=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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")||AC.TEXT,s=e[o],a=new aa(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===AC.DATE&&t?new Date(t).toLocaleString():e===AC.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,Hk(this.state)),this.subscribe(u(this,l,"f").bind(this),Hk)}))}},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 Bs((()=>{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 Bs((()=>{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})),NC=Ai((e=>{var t,n,i,o,r,s,a,d;return d=class extends(ki(Cl,yC,Rs,hC,Kr,Il,mC,fa,Rl)(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 la((()=>{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,Gk(this.state)),u(this,t,"m",o).call(this),this.subscribe(this.updateDeviceList.bind(this),Gk))}))}},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 Bs((()=>{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})),jC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p,g;return g=class extends(ki(Cl,yC,hC,Kr,mC,Il,fa,Rl)(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 ua((()=>{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,Jk(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),Jk))}))}},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 Bs((()=>{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 Bs((()=>{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})),PC={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},TC=Ai((e=>{var t,n,i,o,r;return r=class extends(ki(Kr,hC,ga,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),Zk)}))}},o=new WeakMap,t=new WeakSet,n=function({type:e,msg:t}){const n=PC[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})),WC=Ai((e=>{var t,n,i,o,r,s,a,d,l,f,p;return p=class extends(ki(hC,Kr,mC)(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=Xk(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=wn();return Rk(e)})()),u(this,t,"m",i).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,Yk(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 ca((()=>{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=Xk(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,Xk(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(Cl,yC,hC,fa,Kr,mC,Rl)(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 Ks(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 Bs((()=>{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})),UC=Ai((e=>class extends(ki(js,Rs,pC,MC,wC,bC,kC,IC,RC,xC,CC,SC,EC,OC,$C,vC,NC,jC,TC,WC,LC,Al)(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(UC(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 wu})).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.18.0"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",DC);var FC=Object.freeze({__proto__:null,default:DC});const _C=(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 qC,BC,KC,VC,HC,zC,GC,JC,ZC,YC;const XC=document.createElement("template");XC.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 eS extends QC{constructor(){var e;super(),qC.add(this),BC.set(this,new Wi({messages:[]})),KC.set(this,void 0),VC.set(this,void 0),HC.set(this,void 0),zC.set(this,{resize:u(this,qC,"m",YC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild(XC.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,KC,this.shadowRoot.querySelector(".debugger"),"f"),u(this,KC,"f").style.top="32px",u(this,KC,"f").style.left=window.innerWidth-300-32+"px",h(this,VC,u(this,KC,"f").querySelector(".content"),"f"),h(this,HC,u(this,KC,"f").querySelector(".header"),"f")}updateData(e){u(this,BC,"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]=_C(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,KC,"f"),u(this,HC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,zC,"f").resize),(e=u(this,KC,"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,KC,"f").onresize=u(this,qC,"m",ZC).bind(this),u(this,BC,"f").subscribe(u(this,qC,"m",GC).bind(this))}disconnectedCallback(){u(this,BC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,zC,"f").resize)}}BC=new WeakMap,KC=new WeakMap,VC=new WeakMap,HC=new WeakMap,zC=new WeakMap,qC=new WeakSet,GC=function(e){u(this,qC,"m",JC).call(this,e),u(this,qC,"m",ZC).call(this)},JC=function(e){u(this,VC,"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("")},ZC=function(){u(this,VC,"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)}))},YC=function(){const[e,t]=_C(u(this,KC,"f"),Number.parseInt(u(this,KC,"f").style.left,10),Number.parseInt(u(this,KC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,KC,"f").style.top=`${t}px`,u(this,KC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",eS);var tS=Object.freeze({__proto__:null,default:eS});const nS=(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))]},iS=(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]=nS(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 oS,rS,sS,aS,dS,lS,cS,uS,hS,fS,pS;const gS=document.createElement("template");gS.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 vS=ki(vs)(HTMLElement);class mS extends vS{constructor(){super(),oS.add(this),rS.set(this,new kr({messages:[]})),sS.set(this,void 0),aS.set(this,void 0),dS.set(this,void 0),lS.set(this,{resize:u(this,oS,"m",pS).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(gS.content.cloneNode(!0)),h(this,sS,this.shadowRoot.querySelector(".debugger"),"f"),h(this,aS,u(this,sS,"f").querySelector(".content"),"f"),h(this,dS,u(this,sS,"f").querySelector(".header"),"f"),u(this,oS,"m",cS).call(this)}updateData(e){u(this,rS,"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),iS(u(this,sS,"f"),u(this,dS,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,lS,"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,sS,"f")),u(this,sS,"f").onresize=u(this,oS,"m",fS).bind(this),u(this,rS,"f").subscribe(u(this,oS,"m",uS).bind(this))}))}disconnectedCallback(){u(this,rS,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,lS,"f").resize)}}rS=new WeakMap,sS=new WeakMap,aS=new WeakMap,dS=new WeakMap,lS=new WeakMap,oS=new WeakSet,cS=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,sS,"f").style.top="32px",u(this,sS,"f").style.left=window.innerWidth-300-32+"px"},uS=function(e){u(this,oS,"m",hS).call(this,e),u(this,oS,"m",fS).call(this)},hS=function(e){u(this,aS,"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("")},fS=function(){u(this,aS,"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)}))},pS=function(){const[e,t]=nS(u(this,sS,"f"),Number.parseInt(u(this,sS,"f").style.left,10),Number.parseInt(u(this,sS,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,sS,"f").style.top=`${t}px`,u(this,sS,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",mS);var yS=Object.freeze({__proto__:null,default:mS});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,E]=t.useState(!1),[O,A]=t.useState(!1),[M,N]=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(E),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,N(!0);const e=()=>{requestAnimationFrame((()=>{setTimeout((()=>{N(!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:O,isUserFetched:U.current,fetchSession:D,session:C,isAuthenticated:x,isSessionLoading:M,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:E,claims:I,sdk:W})),[F,$,O,U.current,D,C,x,M,j,L.current,e,o,a,d,v,m,b,k,S,E,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