@descope/react-sdk 2.28.5 → 2.28.6

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 i=t.createContext(void 0),n=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)},r=e=>(...t)=>{let i;try{i=e(...t)}catch(e){console.error(e)}return i},o=()=>"undefined"!=typeof window&&!!window.descopeBridge,s={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.28.5"},a="undefined"!=typeof window;var d=function(){return d=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var r in t=arguments[i])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},d.apply(this,arguments)};function l(e,t){var i={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(i[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(i[n[r]]=e[n[r]])}return i}function c(e,t,i,n){return new(i||(i=Promise))((function(r,o){function s(e){try{d(n.next(e))}catch(e){o(e)}}function a(e){try{d(n.throw(e))}catch(e){o(e)}}function d(e){var t;e.done?r(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}d((n=n.apply(e,t||[])).next())}))}function u(e,t,i,n){if("a"===i&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?n:"a"===i?n.call(e):n?n.value:t.get(e)}function h(e,t,i,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,i):r?r.value=i:t.set(e,i),i}"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 i=t.charCodeAt(0).toString(16).toUpperCase();return i.length<2&&(i="0"+i),"%"+i})))}(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 i=!0===t.header?0:1,n=e.split(".")[i];if("string"!=typeof n)throw new f(`Invalid token specified: missing part #${i+1}`);let r;try{r=p(n)}catch(e){throw new f(`Invalid token specified: invalid base64 for part #${i+1} (${e.message})`)}try{return JSON.parse(r)}catch(e){throw new f(`Invalid token specified: invalid json for part #${i+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"},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,$="dct",w=()=>{const e={};return{headers(t){const i="function"==typeof t.entries?Object.fromEntries(t.entries()):t;return e.Headers=JSON.stringify(i),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")}},C=[503,521,522,524,530],k=[100,5e3,5e3],S=e=>new Promise((t=>setTimeout(t,e))),I=e=>async(...t)=>{let i=await e(...t),n=0;for(;C.includes(i.status)&&n<k.length;)await S(k[n]),i=await e(...t),n++;n>0&&(i.retries=n);const r=await i.text();return i.text=()=>Promise.resolve(r),i.json=()=>Promise.resolve(JSON.parse(r)),i.clone=()=>i,i};let R;const x=()=>{if(R)return R;const e=new Date,t=`${e.getUTCFullYear().toString()}-${(e.getUTCMonth()+1).toString().padStart(2,"0")}-${e.getUTCDate().toString().padStart(2,"0")}-${e.getUTCHours().toString().padStart(2,"0")}:${e.getUTCMinutes().toString().padStart(2,"0")}:${e.getUTCSeconds().toString().padStart(2,"0")}:${e.getUTCMilliseconds().toString()}`,i=Math.floor(1e3+9e3*Math.random());return R=`${t}-${i}`,R};var O;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(O||(O={}));const E=({path:e,baseUrl:t,queryParams:i,projectId:n})=>{const r=n.slice(1,-27);t=t.replace(m,r?r+".":"");let o=e?`${t.replace(/\/$/,"")}/${null==e?void 0:e.replace(/^\//,"")}`:t;if(i){const e=Object.keys(i);e.forEach(((t,n)=>{o=`${o}${0===n?"?":""}${t}=${encodeURIComponent(i[t])}${n===e.length-1?"":"&"}`}))}return o},A=(...e)=>new Headers(e.reduce(((e,t)=>((e=>Array.isArray(e)?e:e instanceof Headers?Array.from(e.entries()):e?Object.entries(e):[])(t).forEach((([t,i])=>{e[t]="function"==typeof i?i():i})),e)),{})),N={"Content-Type":"application/json"},j=(e,t="")=>{let i=e;return t&&(i=i+":"+t),{Authorization:`Bearer ${i}`}},M=(e,t)=>{const i={"x-descope-sdk-session-id":x(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.62.0","x-descope-project-id":e};return t&&(i["x-descope-refresh-cookie-name"]=t),i},P=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var U=e=>{var t;return(({baseUrl:e,projectId:t,baseConfig:i,refreshCookieName:n,logger:r,hooks:o,cookiePolicy:s,fetch:a})=>{const d=e||y,l=((e,t)=>{const i=t||fetch;return i||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(...t)=>{if(!i)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 n=await I(i)(...t);return e[n.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()})(n)),n}:I(i)})(r,a),c=async e=>{var r;const a=(null==o?void 0:o.beforeRequest)?o.beforeRequest(e):e,{path:c,body:u,headers:h,queryParams:f,method:p,token:g}=a,v=(e=>void 0===e?void 0:JSON.stringify(e))(u),m={headers:A(j(t,g),M(t,n),(null==i?void 0:i.baseHeaders)||{},P(v)?N:{},h),method:p,body:v};null!==s&&(m.credentials=s||"include");const y=await l(E({path:c,baseUrl:d,queryParams:f,projectId:t}),m);if((null==o?void 0:o.afterRequest)&&await o.afterRequest(e,null==y?void 0:y.clone()),null==o?void 0:o.transformResponse){const e=await y.json(),t=(b=(null===(r=y.headers)||void 0===r?void 0:r.get("set-cookie"))||"",Object.fromEntries(function(e){if(!e)return[];const t=[];let i=0;function n(){for(;i<e.length&&/\s/.test(e.charAt(i));)i+=1;return i<e.length}function r(){const t=e.charAt(i);return"="!==t&&";"!==t&&","!==t}for(;i<e.length;){const o=i;let s,a,d=!1;for(;n();)if(","===e.charAt(i)){for(s=i,i+=1,n(),a=i;i<e.length&&r();)i+=1;if(i<e.length&&"="===e.charAt(i)){d=!0,i=a,t.push(e.substring(o,s));break}i=s+1}else i+=1;(!d||i>=e.length)&&t.push(e.substring(o,e.length))}return t}(b).map((e=>{const t=e.split(";")[0],i=t.indexOf("=");return i<1?null:[t.substring(0,i).trim(),t.substring(i+1).trim()]})).filter(Boolean))),i=Object.assign(Object.assign({},y),{json:()=>Promise.resolve(e),cookies:t});return i.clone=()=>i,o.transformResponse(i)}var b;return y};return{get:(e,{headers:t,queryParams:i,token:n}={})=>c({path:e,headers:t,queryParams:i,body:void 0,method:O.get,token:n}),post:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.post,token:r}),patch:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.patch,token:r}),put:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.put,token:r}),delete:(e,{headers:t,queryParams:i,token:n}={})=>c({path:e,headers:t,queryParams:i,body:void 0,method:O.delete,token:n}),hooks:o,buildUrl:(e,i)=>E({projectId:t,baseUrl:d,path:e,queryParams:i})}})(Object.assign(Object.assign({},e),{hooks:{beforeRequest:t=>{var i;const n=[].concat((null===(i=e.hooks)||void 0===i?void 0:i.beforeRequest)||[]);return null==n?void 0:n.reduce(((e,t)=>t(e)),t)},afterRequest:async(t,i)=>{var n;const r=[].concat((null===(n=e.hooks)||void 0===n?void 0:n.afterRequest)||[]);0!=r.length&&(await Promise.allSettled(null==r?void 0:r.map((e=>e(t,null==i?void 0:i.clone()))))).forEach((t=>{var i;return"rejected"===t.status&&(null===(i=e.logger)||void 0===i?void 0:i.error(t.reason))}))},transformResponse:null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}}))},T=429;function W(e,t,i){var n;let r=L(e);if(t){if(!(null==r?void 0:r.tenants)&&(null==r?void 0:r[$])===t)return(null==r?void 0:r[i])||[];r=null===(n=null==r?void 0:r.tenants)||void 0===n?void 0:n[t]}const o=null==r?void 0:r[i];return Array.isArray(o)?o:[]}function L(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function D(e){const{exp:t}=L(e);return(new Date).getTime()/1e3>t}function _(e){let t=L(e);const i=Object.keys(null==t?void 0:t.tenants);return Array.isArray(i)?i:[]}function F(e,t){return W(e,t,"permissions")}function q(e,t){return W(e,t,"roles")}const B=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function V(e,t){var i;const n=await e,r={code:n.status,ok:n.ok,response:n},o=await n.clone().json();return n.ok?r.data=o:(r.error=o,n.status===T&&Object.assign(r.error,{retryAfter:Number.parseInt(null===(i=n.headers)||void 0===i?void 0:i.get("retry-after"))||0})),r}function K(e){var t;return(null===(t=L(e))||void 0===t?void 0:t[$])||""}const H=(e,t)=>(i=t)=>t=>!e(t)&&i.replace("{val}",t),z=(e,t)=>(i=t)=>t=>{const n=e.filter((e=>e(t)));return!(n.length<e.length)&&(i?i.replace("{val}",t):n.join(" OR "))},G=(...e)=>({validate:t=>(e.forEach((e=>{const i=e(t);if(i)throw new Error(i)})),!0)}),J=e=>t=>e.test(t),Z=J(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Y=J(/^\+[1-9]{1}[0-9]{3,14}$/),X=H(Z,'"{val}" is not a valid email'),Q=H(Y,'"{val}" is not a valid phone number'),ee=H((e=>e.length>=1),"Minimum length is 1");const te=H((e=>"string"==typeof e),"Input is not a string"),ie=H((e=>Array.isArray(e)),"Input is not an array"),ne=H((e=>"boolean"==typeof e),"Input is not a boolean"),re=H((e=>void 0===e),"Input is defined"),oe=z([te(),re()],"Input is not a string or undefined"),se=z([ie(),ne()],"Input is not an array or boolean"),ae=(...e)=>t=>(...i)=>(e.forEach(((e,t)=>G(...e).validate(i[t]))),t(...i)),de=e=>[te(`"${e}" must be a string`)],le=e=>[oe(`"${e}" must be string or undefined`)],ce=e=>[te(`"${e}" must be a string`),ee(`"${e}" must not be empty`)],ue=e=>[te(`"${e}" must be a string`),X()],he=e=>[te(`"${e}" must be a string`),Q()],fe=ae(ce("accessKey")),pe=e=>({exchange:fe(((t,i)=>V(e.post(v.accessKey.exchange,{loginOptions:i},{token:t}))))}),ge=(e,t,i)=>(t.forEach((t=>{const n=t.split(".");let r=n.shift(),o=e;for(;n.length>0;){if(o=o[r],!r||!o)throw Error(`Invalid path "${t}", "${r}" is missing or has no value`);r=n.shift()}if("function"!=typeof o[r])throw Error(`"${t}" is not a function`);const s=o[r];o[r]=i(s)})),e),ve=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var me,ye;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(me||(me={})),function(e){e.email="email"}(ye||(ye={}));const be=Object.assign(Object.assign({},me),ye);var $e;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}($e||($e={}));const we=ce("loginId"),Ce=ae(ce("token")),ke=ae(we),Se=ae(ce("pendingRef")),Ie=ae(we,ue("email")),Re=e=>({verify:Ce((t=>V(e.post(v.enchantedLink.verify,{token:t})))),signIn:ke(((t,i,n={},r)=>{var{providerId:o}=n,s=l(n,["providerId"]);return V(e.post(B(v.enchantedLink.signIn,be.email),{loginId:t,URI:i,loginOptions:s,providerId:o},{token:r}))})),signUpOrIn:ke(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(B(v.enchantedLink.signUpOrIn,be.email),{loginId:t,URI:i,loginOptions:o,providerId:r}))})),signUp:ke(((t,i,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.enchantedLink.signUp,be.email),{loginId:t,URI:i,user:n,loginOptions:s,providerId:o}))})),waitForSession:Se(((t,i)=>new Promise((n=>{const{pollingIntervalMs:r,timeoutMs:o}=ve(i);let s;const a=setInterval((async()=>{const i=await e.post(v.enchantedLink.session,{pendingRef:t});i.ok&&(clearInterval(a),s&&clearTimeout(s),n(V(Promise.resolve(i))))}),r);s=setTimeout((()=>{n({error:{errorDescription:`Session polling timeout exceeded: ${o}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),o)})))),update:{email:Ie(((t,i,n,r,o)=>V(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:i,URI:n},o),{token:r}))))}}),xe=ae(ce("flowId")),Oe=ae(ce("executionId"),ce("stepId"),ce("interactionId")),Ee=e=>({start:xe(((t,i,n,r,o,s,a,d=!1)=>V(e.post(v.flow.start,{flowId:t,options:i,conditionInteractionId:n,interactionId:r,componentsVersion:o,flowVersions:s,input:a,isCustomScreen:d})))),next:Oe(((t,i,n,r,o,s,a=!1)=>V(e.post(v.flow.next,{executionId:t,stepId:i,interactionId:n,version:r,componentsVersion:o,input:s,isCustomScreen:a}))))}),Ae=ce("loginId"),Ne=ae(ce("token")),je=ae(Ae),Me=ae(Ae,he("phone")),Pe=ae(Ae,ue("email")),Ue=Object.keys(be).filter((e=>e!==me.voice&&e!==me.im)),Te=e=>({verify:Ne((t=>V(e.post(v.magicLink.verify,{token:t})))),signIn:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r={},o)=>{var{providerId:s}=r,a=l(r,["providerId"]);return V(e.post(B(v.magicLink.signIn,i),{loginId:t,URI:n,loginOptions:a,providerId:s},{token:o}))}))})),{}),signUp:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r,o={})=>{var{providerId:s}=o,a=l(o,["providerId"]);return V(e.post(B(v.magicLink.signUp,i),{loginId:t,URI:n,user:r,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.magicLink.signUpOrIn,i),{loginId:t,URI:n,loginOptions:s,providerId:o}))}))})),{}),update:{email:Pe(((t,i,n,r,o)=>V(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:i,URI:n},o),{token:r})))),phone:Object.keys(me).filter((e=>e!==me.voice)).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Me(((t,n,r,o,s)=>V(e.post(B(v.magicLink.update.phone,i),Object.assign({loginId:t,phone:n,URI:r},s),{token:o}))))})),{})}});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=ae(ce("code")),De=e=>({start:Object.assign(((t,i,n,r,o)=>V(e.post(v.oauth.start,n||{},{queryParams:Object.assign(Object.assign({provider:t},i&&{redirectURL:i}),o&&{loginHint:o}),token:r}))),Object.keys(We).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:(t,n,r,o)=>V(e.post(v.oauth.start,n||{},{queryParams:Object.assign(Object.assign({provider:i},t&&{redirectURL:t}),o&&{loginHint:o}),token:r}))})),{})),exchange:Le((t=>V(e.post(v.oauth.exchange,{code:t})))),startNative:(t,i,n)=>V(e.post(v.oauth.startNative,{provider:t,loginOptions:i,implicit:n})),finishNative:(t,i,n,r,o)=>V(e.post(v.oauth.finishNative,{provider:t,stateId:i,user:n,code:r,idToken:o})),getOneTapClientId:t=>V(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,i,n,r)=>V(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:i,nonce:n,loginOptions:r})),exchangeOneTapIDToken:(t,i,n,r)=>V(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:i,nonce:n,loginOptions:r}))}),_e=ce("appId"),Fe=ae(_e),qe=e=>({connect:Fe(((t,i,n)=>{const r=null==i?void 0:i.tenantId,o=null==i?void 0:i.tenantLevel;return null==i||delete i.tenantId,null==i||delete i.tenantLevel,V(e.post(v.outbound.connect,{appId:t,tenantId:r,tenantLevel:o,options:i},{token:n}))}))}),Be=ce("loginId"),Ve=ae(Be,ce("code")),Ke=ae(Be),He=ae(Be,he("phone")),ze=ae(Be,ue("email")),Ge=e=>({verify:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ve(((t,n)=>V(e.post(B(v.otp.verify,i),{code:n,loginId:t}))))})),{}),signIn:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n={},r)=>{var{providerId:o}=n,s=l(n,["providerId"]);return V(e.post(B(v.otp.signIn,i),{loginId:t,loginOptions:s,providerId:o},{token:r}))}))})),{}),signUp:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.otp.signUp,i),{loginId:t,user:n,loginOptions:s,providerId:o}))}))})),{}),signUpOrIn:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(B(v.otp.signUpOrIn,i),{loginId:t,loginOptions:o,providerId:r}))}))})),{}),update:{email:ze(((t,i,n,r)=>V(e.post(v.otp.update.email,Object.assign({loginId:t,email:i},r),{token:n})))),phone:Object.keys(me).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:He(((t,n,r,o)=>V(e.post(B(v.otp.update.phone,i),Object.assign({loginId:t,phone:n},o),{token:r}))))})),{})}}),Je=ae(ce("tenant")),Ze=ae(ce("code")),Ye=e=>({start:Je(((t,i,n,r,o,s,a,d)=>V(e.post(v.saml.start,n||{},Object.assign({queryParams:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({tenant:t},i&&{redirectURL:i}),o&&{ssoId:o}),s&&{forceAuthn:"true"}),a&&{loginHint:a}),d&&{initiatedEmail:t})},r&&{token:r}))))),exchange:Ze((t=>V(e.post(v.saml.exchange,{code:t}))))}),Xe=ce("loginId"),Qe=ae(Xe,ce("code")),et=ae(Xe),tt=ae(Xe),it=e=>({signUp:et(((t,i)=>V(e.post(v.totp.signUp,{loginId:t,user:i})))),verify:Qe(((t,i,n,r)=>V(e.post(v.totp.verify,{loginId:t,code:i,loginOptions:n},{token:r})))),update:tt(((t,i)=>V(e.post(v.totp.update,{loginId:t},{token:i}))))}),nt=ce("loginId"),rt=ce("newPassword"),ot=ae(nt,ce("password")),st=ae(nt),at=ae(nt,rt),dt=ae(nt,ce("oldPassword"),rt),lt=e=>({signUp:ot(((t,i,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(v.password.signUp,{loginId:t,password:i,user:n,loginOptions:s,providerId:o}))})),signIn:ot(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(v.password.signIn,{loginId:t,password:i,loginOptions:o,providerId:r}))})),sendReset:st(((t,i,n)=>V(e.post(v.password.sendReset,{loginId:t,redirectUrl:i,templateOptions:n})))),update:at(((t,i,n)=>V(e.post(v.password.update,{loginId:t,newPassword:i},{token:n})))),replace:dt(((t,i,n)=>V(e.post(v.password.replace,{loginId:t,oldPassword:i,newPassword:n})))),policy:()=>V(e.get(v.password.policy))}),ct=de("loginId"),ut=ce("loginId"),ht=ce("origin"),ft=ae(ut,ht,ce("name")),pt=ae(ut,ht),gt=ae(ct,ht),vt=ae(ut,ht,le("token")),mt=ae(ce("transactionId"),ce("response")),yt=e=>({signUp:{start:ft(((t,i,n,r,o)=>V(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:n},origin:i,loginOptions:o,passkeyOptions:r})))),finish:mt(((t,i)=>V(e.post(v.webauthn.signUp.finish,{transactionId:t,response:i}))))},signIn:{start:gt(((t,i,n,r,o)=>V(e.post(v.webauthn.signIn.start,{loginId:t,origin:i,loginOptions:n,passkeyOptions:o},{token:r})))),finish:mt(((t,i)=>V(e.post(v.webauthn.signIn.finish,{transactionId:t,response:i}))))},signUpOrIn:{start:pt(((t,i,n,r)=>V(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:i,loginOptions:r,passkeyOptions:n}))))},update:{start:vt(((t,i,n,r)=>V(e.post(v.webauthn.update.start,{loginId:t,origin:i,passkeyOptions:r},{token:n})))),finish:mt(((t,i)=>V(e.post(v.webauthn.update.finish,{transactionId:t,response:i}))))}}),bt=de("loginId"),$t=ae(bt),wt=ae(ce("pendingRef")),Ct=e=>({signUpOrIn:$t(((t,i={})=>{var{providerId:n}=i,r=l(i,["providerId"]);return V(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:r,providerId:n}))})),signUp:$t(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(v.notp.signUp,{loginId:t,user:i,providerId:r,loginOptions:o}))})),signIn:$t(((t,i={},n)=>{var{providerId:r}=i,o=l(i,["providerId"]);return V(e.post(v.notp.signIn,{loginId:t,loginOptions:o,providerId:r},{token:n}))})),waitForSession:wt(((t,i)=>new Promise((n=>{const{pollingIntervalMs:r,timeoutMs:o}=ve(i);let s;const a=setInterval((async()=>{const i=await e.post(v.notp.session,{pendingRef:t});i.ok&&(clearInterval(a),s&&clearTimeout(s),n(V(Promise.resolve(i))))}),r);s=setTimeout((()=>{n({error:{errorDescription:`Session polling timeout exceeded: ${o}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),o)}))))}),kt=ae(ce("token")),St=ae(le("token"));var It,Rt=ae([(It=ce("projectId"),H(((e,t)=>i=>G(...t).validate(((e,t)=>{const i=(Array.isArray(t)?t.join("."):String(t)).replace(/\[\\?("|')?(\w|d)+\\?("|')?\]/g,((e,t,i)=>"."+i)).split("."),n=i.length;let r=0,o=e===Object(e)?e:void 0;for(;null!=o&&r<n;)o=o[i[r++]];return r&&r===n&&void 0!==o?o:void 0})(i,e)))("projectId",It))())])((e=>{const{projectId:t,logger:i,baseUrl:n,cookiePolicy:r,baseHeaders:o={},refreshCookieName:s,fetch:a}=e;return d=U({baseUrl:n,projectId:t,logger:i,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:r,baseConfig:{baseHeaders:o},refreshCookieName:s,fetch:a}),{accessKey:pe(d),otp:Ge(d),magicLink:Te(d),enchantedLink:Re(d),oauth:De(d),outbound:qe(d),saml:Ye(d),totp:it(d),notp:Ct(d),webauthn:yt(d),password:lt(d),flow:Ee(d),refresh:St(((e,t,i,n)=>{const r={};i&&(r.externalToken=i);const o=n?v.tryRefresh:v.refresh;return V(d.post(o,r,{token:e,queryParams:t}))})),selectTenant:ae([te("tenantId")],[oe('"token" must be string or undefined')])(((e,t)=>V(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:St((e=>V(d.post(v.logout,{},{token:e})))),logoutAll:St((e=>V(d.post(v.logoutAll,{},{token:e})))),me:St((e=>V(d.get(v.me,{token:e})))),myTenants:ae([se('"tenants" must a string array or a boolean')],[oe('"token" must be string or undefined')])(((e,t)=>{const i={};return"boolean"==typeof e?i.dct=e:i.ids=e,V(d.post(v.myTenants,i,{token:t}))})),history:St((e=>V(d.get(v.history,{token:e})))),isJwtExpired:kt(D),getTenants:kt(_),getJwtPermissions:kt(F),getJwtRoles:kt(q),getCurrentTenant:kt(K),httpClient:d};var d})),xt=Object.assign(Rt,{DeliveryMethods:be});
2
- /*! js-cookie v3.0.5 | MIT */function Ot(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)e[n]=i[n]}return e}var Et=function e(t,i){function n(e,n,r){if("undefined"!=typeof document){"number"==typeof(r=Ot({},i,r)).expires&&(r.expires=new Date(Date.now()+864e5*r.expires)),r.expires&&(r.expires=r.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var o="";for(var s in r)r[s]&&(o+="; "+s,!0!==r[s]&&(o+="="+r[s].split(";")[0]));return document.cookie=e+"="+t.write(n,e)+o}}return Object.create({set:n,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var i=document.cookie?document.cookie.split("; "):[],n={},r=0;r<i.length;r++){var o=i[r].split("="),s=o.slice(1).join("=");try{var a=decodeURIComponent(o[0]);if(n[a]=t.read(s,a),e===a)break}catch(e){}}return e?n[e]:n}},remove:function(e,t){n(e,"",Ot({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,Ot({},this.attributes,t))},withConverter:function(t){return e(Ot({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(i)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});var At={default:"endpoint"},Nt="Blocked by CSP",jt="The endpoint parameter is not a valid URL",Mt="Failed to load the JS script of the agent",Pt="9319";function Ut(e,t){var i,n,r,o,s,a=[],d=(i=function(e){var t=function(e,t,i){if(i||2===arguments.length)for(var n,r=0,o=t.length;r<o;r++)!n&&r in t||(n||(n=Array.prototype.slice.call(t,0,r)),n[r]=t[r]);return e.concat(n||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),o=0,n=function(){return Math.random()*Math.min(3e3,100*Math.pow(2,o++))},r=new Set,[i.current(),function(e,t){var o,s=t instanceof Error?t.message:"";if(s===Nt||s===jt)i.exclude(),o=0;else if(s===Pt)i.exclude();else if(s===Mt){var a=Date.now()-e.getTime()<50,d=i.current();d&&a&&!r.has(d)&&(r.add(d),o=0),i.postpone()}else i.postpone();var l=i.current();return void 0===l?void 0:[l,null!=o?o:e.getTime()+n()-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 i=new Date,n=function(t){return a.push({url:e,startedAt:i,finishedAt:new Date,error:t})},r=t(e);return r.then((function(){return n()}),n),r.catch((function(e){if(null!=s||(s=e),a.length>=5)throw s;var t=c(i,e);if(!t)throw s;var n,r=t[0],o=t[1];return(n=o,new Promise((function(e){return setTimeout(e,n)}))).then((function(){return u(r)}))}))};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 i=e.token,n=e.apiKey,r=void 0===n?i:n,o=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})},i=function(e,t,i,n){return e.addEventListener(t,i,n),function(){return e.removeEventListener(t,i,n)}}(document,"visibilitychange",t);return t(),[e,i]}(),c=a[0],u=a[1];return Promise.resolve().then((function(){if(!r||"string"!=typeof r)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 i=encodeURIComponent;return e.replace(/<[^<>]+>/g,(function(e){return"<version>"===e?"3":"<apiKey>"===e?i(t):"<loaderVersion>"===e?i("3.11.6"):e}))}(String(e),t)}))}(s,r);return Ut(e,Dt)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===Pt?new Error(Mt):e}(e)})).then((function(e){var t=e[0],i=e[1];return u(),t.load(d(d({},o),{ldi:{attempts:i,visibilityStates:c}}))}))}function Dt(e){return function(e,t,i){var n,r=document,o="securitypolicyviolation",s=function(t){var i=new URL(e,location.href),r=t.blockedURI;r!==i.href&&r!==i.protocol.slice(0,-1)&&r!==i.origin||(n=t,a())};r.addEventListener(o,s);var a=function(){return r.removeEventListener(o,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(),n)return i(n);throw e}))}))}(e,(function(){return function(e){return new Promise((function(t,i){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(jt);var n=document.createElement("script"),r=function(){var e;return null===(e=n.parentNode)||void 0===e?void 0:e.removeChild(n)},o=document.head||document.getElementsByTagName("head")[0];n.onload=function(){r(),t()},n.onerror=function(){r(),i(new Error(Mt))},n.async=!0,n.src=e,o.appendChild(n)}))}(e)}),(function(){throw new Error(Nt)})).then(_t)}function _t(){var e=window,t="__fpjs_p_l_b",i=e[t];if(function(e,t){var i,n=null===(i=Object.getOwnPropertyDescriptor)||void 0===i?void 0:i.call(Object,e,t);(null==n?void 0:n.configurable)?delete e[t]:n&&!n.writable||(e[t]=void 0)}(e,t),"function"!=typeof(null==i?void 0:i.load))throw new Error(Pt);return i}const Ft="3.2.0",qt="undefined"!=typeof window,Bt=Math.pow(2,31)-1,Vt=`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`,Ht=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let zt;const Gt=e=>{try{return g(e).exp}catch(e){return null}},Jt=e=>{const{refresh_expire_in:t,refresh_token:i}=e;return t?Math.floor(Date.now()/1e3)+t:Gt(i)},Zt=e=>{const{expires_in:t,expires_at:i,access_token:n}=e;return i||(t?Math.floor(Date.now()/1e3)+t:n?Gt(n):void 0)},Yt=e=>{const{access_token:t,id_token:i,refresh_token:n,refresh_expire_in:r}=e,o=l(e,["access_token","id_token","refresh_token","refresh_expire_in"]);return Object.assign({sessionJwt:e.sessionJwt||t,idToken:i,refreshJwt:e.refreshJwt||n,sessionExpiration:e.sessionExpiration||Zt(e),cookieExpiration:e.cookieExpiration||Jt(e)},o)},Xt=(e,t)=>{var i;return["beforeRequest","afterRequest"].reduce(((i,n)=>{var r;return i[n]=[].concat((null===(r=e.hooks)||void 0===r?void 0:r[n])||[]).concat((null==t?void 0:t[n])||[]),i}),null!==(i=e.hooks)&&void 0!==i?i:e.hooks={}),e},Qt=async e=>{if(!(null==e?void 0:e.ok))return{};const t=await(null==e?void 0:e.clone().json()),i=(null==t?void 0:t.authInfo)||t||{};return Yt(i)},ei=()=>qt&&!!window.descopeBridge,ti=(e,t)=>{if(!((null==t?void 0:t.status)>=400&&(null==t?void 0:t.status)<500))return!1;const i=(null==e?void 0:e.path)||"";return Ht.includes(i)},ii=void 0!==zt||qt&&void 0!==window.localStorage,ni=(e,t)=>{var i,n;return null===(n=null===(i=zt||qt&&window.localStorage)||void 0===i?void 0:i.setItem)||void 0===n?void 0:n.call(i,e,t)},ri=e=>{var t,i;return null===(i=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===i?void 0:i.call(t,e)},oi=e=>{var t,i;return null===(i=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===i?void 0:i.call(t,e)},si=e=>{var t,i,n,r,o;return null!==(o=null!==(i=null===(t=null==zt?void 0:zt.key)||void 0===t?void 0:t.call(zt,e))&&void 0!==i?i:qt&&(null===(r=null===(n=window.localStorage)||void 0===n?void 0:n.key)||void 0===r?void 0:r.call(n,e)))&&void 0!==o?o:null},ai=(...e)=>{console.debug(...e)},di=(...e)=>{console.warn(...e)},li="DS",ci="DSR",ui="DSI",hi="DSRCN";function fi(e,t,i){if(t){const{cookieDomain:n,cookiePath:r,cookieSameSite:o,cookieExpiration:s,cookieSecure:a}=i,d=new Date(1e3*s),l=pi(n);Et.set(e,t,{path:r,domain:l?n:void 0,expires:d,sameSite:o,secure:a})}}function pi(e){const t=window.location.hostname.split("."),i=null==e?void 0:e.split(".");return t.slice(-(null==i?void 0:i.length)).join(".")===e}const gi=e=>(null==e?void 0:e.cookieName)||li,vi=e=>(null==e?void 0:e.cookieName)||ci;function mi(e="",t){return Et.get(vi(t))||ri(`${e}${ci}`)||""}function yi(e="",t){return Et.get(gi(t))||ri(`${e}${li}`)||""}function bi(e=""){return ri(`${e}${ui}`)||""}function $i(e="",t,i,n){oi(`${e}${ci}`),oi(`${e}${li}`),oi(`${e}${ui}`),oi(`${e}${hi}`);const r=gi(t);Et.remove(r,null==n?void 0:n.session);const o=vi(i);Et.remove(o,null==n?void 0:n.refresh)}const wi=(e,t,i)=>n=>{const r=Object.assign(n,{token:n.token||mi(e,t)});if(!i){const t=function(e=""){return ri(`${e}${hi}`)}(e);t&&(r.headers=Object.assign(Object.assign({},r.headers||{}),{"x-descope-refresh-cookie-name":t}))}const o=function(e=""){return ri(`${e}DTD`)||""}(e);return o&&(r.headers=Object.assign(Object.assign({},r.headers||{}),{"x-descope-trusted-device-token":o})),r},Ci=qt&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",ki="vsid",Si="vrid",Ii="fp",Ri=(e=!1)=>{const t=ri(Ii);if(!t)return null;const i=JSON.parse(t);return(new Date).getTime()>i.expiry&&!e?null:i.value},xi=async(e,t=Ci)=>{try{if(Ri())return;const i=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=new URL(t);n.pathname="/fXj8gt3x8VulJBna/x96Emn69oZwcd7I6";const r=new URL(t);r.pathname="/fXj8gt3x8VulJBna/w78aRZnnDZ3Aqw0I";const o=r.toString()+"?apiKey=<apiKey>&version=<version>&loaderVersion=<loaderVersion>",s=Lt({apiKey:e,endpoint:[n.toString(),At],scriptUrlPattern:[o,Wt]}),a=await s,{requestId:d}=await a.get({linkedId:i}),l=((e,t)=>({[ki]:e,[Si]:t}))(i,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};ni(Ii,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},Oi=e=>{const t=Ri(!0);return t&&e.body&&(e.body.fpData=t),e},Ei="descopeFlowNonce",Ai="X-Descope-Flow-Nonce",Ni="/v1/flow/start",ji="/v1/flow/next",Mi=(e,t=Ei)=>`${t}${e}`,Pi=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Ui=e=>{var t;return e.path===ji&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Pi(e.body.executionId):null},Ti="dls_last_user_login_id",Wi="dls_last_user_display_name",Li=e=>ni(Ti,e),Di=()=>ri(Ti),_i=()=>ri(Wi),Fi=e=>async(...t)=>{var i;t[1]=t[1]||{};const[,n={}]=t,r=Di(),o=_i();return r&&(null!==(i=n.lastAuth)&&void 0!==i||(n.lastAuth={}),n.lastAuth.loginId=r,n.lastAuth.name=o),await e(...t)},qi="DSLI",Bi=e=>async(...t)=>{const i=await e(...t);return oi(qi),i};function Vi(){const e=[];return{pub:t=>{e.forEach((e=>e(t)))},sub:t=>{const i=e.push(t)-1;return()=>e.splice(i,1)}}}async function Ki(e){const t=function(e){var t;const i=JSON.parse(e);return i.publicKey.challenge=Yi(i.publicKey.challenge),i.publicKey.user.id=Yi(i.publicKey.user.id),null===(t=i.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=Yi(e.id)})),i}(e);return i=await navigator.credentials.create(t),JSON.stringify({id:i.id,rawId:Xi(i.rawId),type:i.type,response:{attestationObject:Xi(i.response.attestationObject),clientDataJSON:Xi(i.response.clientDataJSON)}});var i}async function Hi(e){const t=Ji(e);return Zi(await navigator.credentials.get(t))}async function zi(e,t){const i=Ji(e);return i.signal=t.signal,i.mediation="conditional",Zi(await navigator.credentials.get(i))}async function Gi(e=!1){var t,i;if(!qt)return Promise.resolve(!1);if(ei()){const e=null===(i=null===(t=window.descopeBridge)||void 0===t?void 0:t.hostInfo)||void 0===i?void 0:i.webauthn;if("boolean"==typeof e)return e}const n=!!(window.PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return n&&e&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():n}function Ji(e){var t;const i=JSON.parse(e);return i.publicKey.challenge=Yi(i.publicKey.challenge),null===(t=i.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=Yi(e.id)})),i}function Zi(e){return JSON.stringify({id:e.id,rawId:Xi(e.rawId),type:e.type,response:{authenticatorData:Xi(e.response.authenticatorData),clientDataJSON:Xi(e.response.clientDataJSON),signature:Xi(e.response.signature),userHandle:e.response.userHandle?Xi(e.response.userHandle):void 0}})}function Yi(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function Xi(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var Qi,en=(Qi=e=>({async signUp(t,i,n){const r=await e.webauthn.signUp.start(t,window.location.origin,i,n);if(!r.ok)return r;const o=await Ki(r.data.options);return await e.webauthn.signUp.finish(r.data.transactionId,o)},async signIn(t,i){const n=await e.webauthn.signIn.start(t,window.location.origin,void 0,void 0,i);if(!n.ok)return n;const r=await Hi(n.data.options);return await e.webauthn.signIn.finish(n.data.transactionId,r)},async signUpOrIn(t,i){var n;const r=await e.webauthn.signUpOrIn.start(t,window.location.origin,i);if(!r.ok)return r;if(null===(n=r.data)||void 0===n?void 0:n.create){const t=await Ki(r.data.options);return await e.webauthn.signUp.finish(r.data.transactionId,t)}{const t=await Hi(r.data.options);return await e.webauthn.signIn.finish(r.data.transactionId,t)}},async update(t,i,n){const r=await e.webauthn.update.start(t,window.location.origin,i,n);if(!r.ok)return r;const o=await Ki(r.data.options);return await e.webauthn.update.finish(r.data.transactionId,o)},helpers:{create:Ki,get:Hi,isSupported:Gi,conditional:zi}}),(...e)=>{const t=Qi(...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 tn="/fedcm/config",nn=()=>{if(window.crypto&&window.crypto.getRandomValues){const e=new Uint8Array(16);return window.crypto.getRandomValues(e),Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join("")}return Math.random().toString(36).substring(2)};async function rn(e,t){var i;try{await on(e,t)}catch(e){null===(i=null==t?void 0:t.onFailed)||void 0===i||i.call(t,e)}}async function on(e,t){var i,n;const r=await async function(e,t="google",i,n,r){const o=nn(),s=await async function(){return new Promise(((e,t)=>{if(window.google)return void e(window.google.accounts.id);let i=document.getElementById("google-gsi-client-script");i||(i=document.createElement("script"),document.head.appendChild(i),i.async=!0,i.defer=!0,i.id="google-gsi-client-script",i.src="https://accounts.google.com/gsi/client"),i.onload=function(){window.google?e(window.google.accounts.id):t("Failed to load Google GSI client script - not loaded properly")},i.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=i=>{e({provider:t,nonce:o,credential:null==i?void 0:i.credential})};s.initialize(Object.assign(Object.assign({},i),{itp_support:null===(a=null==i?void 0:i.itp_support)||void 0===a||a,use_fedcm_for_prompt:null===(l=null==i?void 0:i.use_fedcm_for_prompt)||void 0===l||l,client_id:d,callback:c,nonce:o})),s.prompt((e=>{var t,i;if(r&&(null==e?void 0:e.isDismissedMoment())){const i=null===(t=e.getDismissedReason)||void 0===t?void 0:t.call(e);return null==r||r(i),void c()}if(n&&(null==e?void 0:e.isSkippedMoment())){const t=null===(i=e.getSkippedReason)||void 0===i?void 0:i.call(e);return null==n||n(t),void c()}}))}))}(e,t.provider,t.oneTapConfig,t.onSkipped,t.onDismissed);if(!r.credential)return null;if(null==t?void 0:t.onCodeReceived){const n=await e.oauth.verifyOneTapIDToken(r.provider,r.credential,r.nonce,null==t?void 0:t.loginOptions);if(!n.ok||!n.data)throw new Error("Failed to verify OneTap client ID for provider "+r.provider);null===(i=null==t?void 0:t.onCodeReceived)||void 0===i||i.call(t,n.data.code)}else{const i=await e.oauth.exchangeOneTapIDToken(r.provider,r.credential,r.nonce,null==t?void 0:t.loginOptions);if(!i.ok||!i.data)throw new Error("Failed to exchange OneTap client ID for provider "+r.provider);null===(n=null==t?void 0:t.onAuthenticated)||void 0===n||n.call(t,i.data)}}var sn=e=>Object.assign(Object.assign({},e.flow),{start:async(...t)=>{const i=await Gi(),n=Object.assign(Object.assign({location:window.location.href},t[1]),{deviceInfo:{webAuthnSupport:i},startOptionsVersion:1});return t[1]=n,e.flow.start(...t)}});let an;const dn=(e,t)=>new Promise(((i,n)=>{if(!e.length)return n(new Error("No URLs provided to loadScriptWithFallback"));const r=t();if(r)return i(r);const o=e.shift(),s=document.createElement("script");s.src=o,s.id=(e=>{let t=0;for(let i=0;i<e.length;i++)t=(t<<5)-t+e.charCodeAt(i),t|=0;return Math.abs(t).toString(16)})(o),s.onload=()=>{const e=t();if(e)return i(e);throw new Error("Could not get entry after loading script from URL")},s.addEventListener("error",(()=>{dn(e,t),s.setAttribute("data-error","true")})),document.body.appendChild(s)})),ln=(e,t,i)=>{const n=async()=>{let n,r;return n&&r||({client:n,stateUserKey:r}=await(async(e,t,i)=>{an||(an=(async()=>{try{return require("oidc-client-ts")}catch(e){return dn([Vt,Kt],(()=>window.oidc))}})());const{OidcClient:n,WebStorageStateStore:r}=await an;if(!n)throw new Error("oidc-client-ts is not installed. Please install it by running `npm install oidc-client-ts`");const o=(null==i?void 0:i.redirectUri)||window.location.href;let s,a,d,l;if(null==i?void 0:i.issuer){if(!i.clientId)throw new Error("clientId is required when providing a custom issuer/authority");s=i.issuer,a=i.clientId,d=`${a}_user`,l="openid"}else(null==i?void 0:i.applicationId)?(s=e.httpClient.buildUrl(t),s=`${s}/${i.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:o,response_type:"code",scope:(null==i?void 0:i.scope)||l,stateStore:new r({store:window.localStorage,prefix:a}),loadUserInfo:!0,fetchRequestCredentials:"same-origin"};return(null==i?void 0:i.redirectUri)&&(c.redirect_uri=i.redirectUri),{client:new n(c),stateUserKey:d}})(e,t,i)),{client:n,stateUserKey:r}},r=async(t="")=>{var i;const{client:r,stateUserKey:o}=await n(),s=await r.processSigninResponse(t||window.location.href);var a;return await(null===(i=e.httpClient.hooks)||void 0===i?void 0:i.afterRequest({},new Response(JSON.stringify(s)))),ni(o,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={},i=!1)=>{var r;const{client:o}=await n(),s=await o.createSigninRequest(t),{url:a}=s;return i||(await(null===(r=e.httpClient.hooks)||void 0===r?void 0:r.afterRequest({},new Response(JSON.stringify(s)))),window.location.href=a),{ok:!0,data:s}},finishLogin:r,finishLoginIfNeed:async(e="")=>{if(window.location.search.includes("code")&&window.location.search.includes("state"))return await r(e)},refreshToken:async t=>{var i;const{client:r,stateUserKey:o}=await n(),s=(e=>{const t=ri(e);return t?JSON.parse(t):null})(o);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 r.useRefreshToken({state:{refresh_token:a,session_state:s.session_state,profile:s.profile}});return await(null===(i=e.httpClient.hooks)||void 0===i?void 0:i.afterRequest({},new Response(JSON.stringify(d)))),d},logout:async(e,t=!1)=>{const{client:i,stateUserKey:r}=await n();e||(e={}),e.id_token_hint=e.id_token_hint||bi(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const o=await i.createSignoutRequest(e),{url:s}=o;return oi(r),t||window.location.replace(s),o}}},cn=function(...e){return t=>e.reduce(((e,t)=>t(e)),t)}((e=>t=>{var i;return i=t.customStorage,zt=i,e(t)}),(e=>t=>{var{fpKey:i,fpLoad:n}=t,r=l(t,["fpKey","fpLoad"]);return qt?(i&&n&&xi(i).catch((()=>null)),e(Xt(r,{beforeRequest:Oi}))):e(r)}),(e=>t=>e(Object.assign(Object.assign({},t),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.50.1"},t.baseHeaders)}))),(e=>t=>{const i=Vi(),n=Vi(),r=Vi(),o=Vi(),s=e(Xt(t,{afterRequest:async(e,t)=>{if(ti(e,t))ai("Session invalidated, notifying subscribers with empty values"),n.pub(null),r.pub(null),i.pub(null),o.pub(null);else{const e=await(async e=>{const t=await Qt(e);return(null==t?void 0:t.user)||((null==t?void 0:t.hasOwnProperty("userId"))?t:void 0)})(t);e&&r.pub(e);const{sessionJwt:s,sessionExpiration:a,claims:d}=await Qt(t);s&&n.pub(s),d&&o.pub(d),(a||s)&&i.pub(a||42)}}})),a=ge(s,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const s=await e(...t);return n.pub(null),r.pub(null),i.pub(null),o.pub(null),s}));return Object.assign(a,{onSessionTokenChange:n.sub,onUserChange:r.sub,onClaimsChange:o.sub,onIsAuthenticatedChange:e=>i.sub((t=>{e(!!t)}))})}),(e=>t=>{var i;const{enableFlowNonce:n=!0,nonceStoragePrefix:r=Ei}=t,o=l(t,["enableFlowNonce","nonceStoragePrefix"]);if(!n)return e(o);((e=Ei)=>{try{if(!ii)return;for(let r=0;r<(void 0,i=void 0,void 0,null!==(n=null!==(t=null==zt?void 0:zt.length)&&void 0!==t?t:qt&&(null===(i=window.localStorage)||void 0===i?void 0:i.length))&&void 0!==n?n:0);r++){const t=si(r);if(t&&t.startsWith(e)){const i=ri(t);if(i)try{JSON.parse(i).expiry<Date.now()&&oi(t)}catch(e){oi(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,i,n})(r);const s=e(Xt(o,{afterRequest:async(e,t)=>{if(e.path!==Ni&&e.path!==ji)return;const{nonce:i,executionId:n}=await(async(e,t)=>{try{const i=t.headers.get(Ai);let n=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return n||(n=Ui(e)),{nonce:i,executionId:Pi(n)}}catch(e){return{nonce:null,executionId:null}}})(e,t);i&&n&&((e,t,i,n=Ei)=>{try{const r=Mi(e,n),o=i?172800:10800,s={value:t,expiry:Date.now()+1e3*o,isStart:i};ni(r,JSON.stringify(s))}catch(e){console.error("Error setting flow nonce:",e)}})(n,i,e.path===Ni,r)},beforeRequest:e=>{if(e.path===ji){const t=Ui(e);if(t){const i=((e,t=Ei)=>{try{const i=Mi(e,t),n=ri(i);if(!n)return null;const r=JSON.parse(n);return r.expiry<Date.now()?(((e,t=Ei)=>{try{const i=Mi(e,t);oi(i)}catch(e){console.error("Error removing flow nonce:",e)}})(e,t),null):r.value}catch(e){return console.error("Error getting flow nonce:",e),null}})(t,r);i&&(e.headers=e.headers||{},e.headers[Ai]=i)}}return e}}));if(null===(i=s.flow)||void 0===i?void 0:i.next){let e=Promise.resolve();const t=s.flow.next.bind(s.flow);s.flow.next=async(...i)=>{const n=e;let r;e=new Promise((e=>{r=e})),await n;try{return await t(...i)}finally{r()}}}return s}),(e=>t=>{const i=e(Xt(t,{afterRequest:async(e,t)=>{if(ti(e,t))return void oi(qi);const i=await Qt(t);(null==i?void 0:i.sessionExpiration)&&ni(qi,String(i.sessionExpiration))}}));return ge(i,["logout","logoutAll","oidc.logout"],Bi)}),(e=>t=>{var{autoRefresh:i}=t,n=l(t,["autoRefresh"]);const r=!!i,o="object"==typeof i&&(null==i?void 0:i.customActivityTracking);if(!r||ei())return Object.assign(e(n),{markUserActive:()=>{di("markUserActive() called but has no effect")}});const{clearAllTimers:s,setTimer:a}=(()=>{const e=[];return{clearAllTimers:()=>{for(;e.length;)clearTimeout(e.pop())},setTimer:(t,i)=>{e.push(setTimeout(t,i))}}})();let d,c,u=null,h=!1,f=!1;o&&(ai("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),qt&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(ai("Expiration time passed, refreshing session"),p.refresh(mi()||c))}));const p=e(Xt(n,{afterRequest:async(e,t)=>{const{sessionJwt:i,refreshJwt:n,sessionExpiration:r,nextRefreshSeconds:o}=await Qt(t);if(ti(e,t))ai("Session invalidated, canceling all timers"),s();else if(i||r){if(d=((e,t)=>{if(t)return new Date(1e3*t);ai("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}})(i,r),!d)return void ai("Could not extract expiration time from session token");c=n,h=o>0;const e=((e,t)=>{let i;var n;return t>0?(i=1e3*t,ai(`Using provided nextRefreshSeconds: ${t}s`)):i=((n=e)?n.getTime()-(new Date).getTime():0)-2e4,i>Bt&&(ai(`Timeout is too large (${i}ms), setting it to ${Bt}ms`),i=Bt),i})(d,o);if(s(),e<=2e4)return void ai("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});ai(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(qt&&"hidden"===document.visibilityState)ai("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return ai("Skipping refresh due to timer - user is idle"),void(f=!0);ai("Refreshing session due to timer"),p.refresh(mi()||n)}}),e)}}}));return Object.assign(ge(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const i=await e(...t);return ai("Clearing all timers"),s(),i})),{markUserActive:u?()=>{ai("markUserActive() called"),h||ai("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(ai("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(mi()||c))}:()=>{di("markUserActive() called but customActivityTracking is not enabled — this call has no effect")}})}),(e=>t=>{var{storeLastAuthenticatedUser:i=!0,keepLastAuthenticatedUserAfterLogout:n=!1}=t,r=l(t,["storeLastAuthenticatedUser","keepLastAuthenticatedUserAfterLogout"]);if(!i)return Object.assign(e(r),{getLastUserLoginId:Di,getLastUserDisplayName:_i});const o=e(Xt(r,{afterRequest:async(e,t)=>{var i;const{userInfo:n,lastAuth:r}=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()),i=Yt((null==t?void 0:t.authInfo)||t||{});return{userInfo:(null==i?void 0:i.user)||((null==i?void 0:i.hasOwnProperty("userId"))?i:void 0),lastAuth:t.lastAuth}})(t),o=null===(i=null==n?void 0:n.loginIds)||void 0===i?void 0:i[0],s=null==n?void 0:n.name;o?(Li(o),(e=>{ni(Wi,e)})(s)):(null==r?void 0:r.loginId)&&Li(r.loginId)}}));let s=ge(o,["flow.start"],Fi);return s=ge(s,["logout","logoutAll"],(e=>t=>async(...i)=>{const n=await t(...i);return e||(oi(Ti),oi(Wi)),n})(n)),Object.assign(s,{getLastUserLoginId:Di,getLastUserDisplayName:_i})}),(e=>t=>{var{persistTokens:i,sessionTokenViaCookie:n,refreshTokenViaCookie:r,storagePrefix:o,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!i||!qt)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Xt(Object.assign({refreshCookieName:s},a),{beforeRequest:wi(o,r,s),afterRequest:async(e,t)=>{if(ti(e,t))ai("Session invalidated, clearing persisted tokens"),$i(o,n,r,d);else{const e=await Qt(t);e.cookieName?ni(`${o||""}${hi}`,e.cookieName):e.refreshJwt&&oi(`${o||""}${hi}`);const i=((e={},t=!1,i="",n=!1)=>{var r,o,s,a;const{sessionJwt:d,refreshJwt:l,trustedDeviceJwt:c}=e;let u;if(l)if(n){oi(`${i}${ci}`);const t=n.sameSite||"Strict",s=null===(r=n.secure)||void 0===r||r,a=null!==(o=n.domain)&&void 0!==o?o:e.cookieDomain,d=vi(n);s&&"https:"!==window.location.protocol&&di("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});fi(d,l,c);const h=pi(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=vi(n);Et.remove(e),ni(`${i}${ci}`,l)}if(d)if(t){const i=t.sameSite||"Strict",n=null===(s=t.secure)||void 0===s||s,r=null!==(a=t.domain)&&void 0!==a?a:e.cookieDomain,o=gi(t);n&&"https:"!==window.location.protocol&&di("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:i,cookieSecure:n,cookieDomain:r});fi(o,d,l);const c=pi(r);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?r:void 0}})}else ni(`${i}${li}`,d);return e.idToken&&ni(`${i}${ui}`,e.idToken),c&&ni(`${i}DTD`,c),u})(e,n,o,r);i&&(d=i)}}})),u=ge(c,["logout","logoutAll","oidc.logout"],((e,t,i,n)=>r=>async(...o)=>{const s=await r(...o);return $i(e,t,i,null==n?void 0:n()),s})(o,n,r,(()=>d)));return Object.assign(u,{getRefreshToken:()=>mi(o,r),getSessionToken:()=>yi(o,n),getIdToken:()=>bi(o)})}))((e=>{const t=xt(e),i=ln(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(n,r)=>{var o;if(ei())return ai(`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 i.refreshToken(n),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161001",errorDescription:e.toString()}})}if(r&&!ri(qi)&&!ri(Ti)&&!ri("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=yi(),a=mi();let d="";if(e.getExternalToken)try{d=await(null===(o=e.getExternalToken)||void 0===o?void 0:o.call(e))}catch(e){ai("Error getting external token while refreshing",e)}return t.refresh(n,{dcs:s?"t":"f",dcr:a?"t":"f"},d,r)},logout:async n=>{if(e.oidcConfig)try{return await i.logout({id_token_hint:n}),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161000",errorDescription:e.toString()}})}return t.logout(n)},flow:sn(t),webauthn:en(t),fedcm:(n=t,r=e.projectId,{onetap:{requestExchangeCode(e){rn(n,e)},requestAuthentication(e){rn(n,e)}},async oneTap(e,t,i,r,o){await on(n,{provider:e,oneTapConfig:t,loginOptions:i,onSkipped:r,onDismissed:o})},async launch(e){var t;const i={identity:{context:e||"signin",providers:[{configURL:n.httpClient.buildUrl(r+tn),clientId:r}]}},o=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(i));return n.refresh(o.token)},isSupported:()=>qt&&"IdentityCredential"in window,async isLoggedIn(e){var t;const i=n.httpClient.buildUrl(r+tn);try{const n={identity:{context:e||"signin",providers:[{configURL:i,clientId:r}]}},o=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return!!o&&!!o.token}catch(e){return!1}}}),oidc:i});var n,r}));let un;const hn=e=>{const t=cn(Object.assign({persistTokens:a,autoRefresh:a},e));return un=t,t},fn=()=>hn({projectId:"temp pid",persistTokens:!1,autoRefresh:!1,storeLastAuthenticatedUser:!1});un=fn();const pn=()=>a?null==un?void 0:un.getSessionToken():(console.warn("Get session token is not supported in SSR"),""),gn=()=>a?null==un?void 0:un.getRefreshToken():(console.warn("Get refresh token is not supported in SSR"),""),vn=r(((e=pn(),t)=>null==un?void 0:un.getJwtPermissions(e,t))),mn=r(((e=pn(),t)=>null==un?void 0:un.getJwtRoles(e,t))),yn=r(((e=pn())=>null==un?void 0:un.getCurrentTenant(e)));function bn(...e){return t=>e.reduce(((e,t)=>t(e)),t)}const $n=e=>{const t=document.createElement("template");return t.innerHTML=e,t},wn=(e,t)=>e.length===t.length&&e.every(((e,i)=>e===t[i])),Cn=e=>{let t,i;return(...n)=>(t&&wn(t,n)||(t=n,i=e(...n)),i)},kn=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),Sn=e=>(t,...i)=>t.reduce(((t,n,r)=>{var o;return`${t}${n}${(null===(o=null==i?void 0:i[r])||void 0===o?void 0:o[e>1?1:0])||""}`}),""),In=(e,t=500)=>{let i;return function(...n){clearTimeout(i),i=setTimeout((()=>e.apply(this,n)),t)}},Rn=e=>{const t=Symbol((e=>{const t=e.toString();let i=0;for(let e=0;e<t.length;e++)i=(i<<5)-i+t.charCodeAt(e),i&=i;return i.toString(16)})(e));return i=>{if(i[t])return i;const n=e(i);return n[t]=!0,n}};var xn,On,En,An;function Nn(e,t){const i=Object.getOwnPropertyNames(e),n=Object.getOwnPropertyNames(t);if(i.length!==n.length)return!1;for(let n=0;n<i.length;n+=1){const r=i[n],o=e[r],s=t[r];if(null===o||null===s){if(o!==s)return!1}else if("object"==typeof o&&"object"==typeof s){if(!Nn(o,s))return!1}else if(o!==s)return!1}return!0}let jn=class{constructor(e={},{forceUpdate:t=!1}={}){xn.set(this,void 0),On.set(this,{}),En.set(this,0),An.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,xn,"f")):e,i=Object.assign(Object.assign({},u(this,xn,"f")),t);if(u(this,An,"f")||!Nn(u(this,xn,"f"),i)){const e=u(this,xn,"f");h(this,xn,i,"f"),Object.freeze(u(this,xn,"f")),setTimeout((()=>{Object.values(u(this,On,"f")).forEach((t=>t(i,e,((e,t)=>i=>e[i]!==t[i])(i,e))))}),0)}},h(this,xn,e,"f"),h(this,An,t,"f")}get current(){return Object.assign({},u(this,xn,"f"))}subscribe(e){return h(this,En,u(this,En,"f")+1,"f"),u(this,On,"f")[u(this,En,"f")]=e,u(this,En,"f").toString()}unsubscribe(e){const t=!!u(this,On,"f")[e];return t&&delete u(this,On,"f")[e],t}unsubscribeAll(){return h(this,On,{},"f"),!0}};xn=new WeakMap,On=new WeakMap,En=new WeakMap,An=new WeakMap;const Mn=["=","+","-","@","\t","\r"],Pn=e=>{const t=(e=>e.length>0&&Mn.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},Un=e=>"string"==typeof e||null==e?e:JSON.stringify(e),Tn=e=>t.forwardRef(((i,n)=>{const{prop:r,attr:o,rest:s}=t.useMemo((()=>Object.entries(i).reduce(((e,[t,i])=>{const{trimmedKey:n,category:r}=(e=>{const[,t,i]=/(.*)\.(prop|attr)$/.exec(e)||[,e,"rest"];return{trimmedKey:t,category:i}})(t);return"prop"===r?e.prop.push([n,i]):"attr"===r?e.attr.push([kn(n),Un(i)]):Object.assign(e.rest,{[kn(n)]:i}),e}),{attr:[],prop:[],rest:{}})),[i]),a=t.useRef(null),d=t.useCallback((e=>{a.current=e,e&&(r.forEach((([e,t])=>{a.current[e]=t})),o.forEach((([t,i])=>{null==i?e.removeAttribute(t):e.setAttribute(t,i)})))}),[r,o,a]);return t.useImperativeHandle(n,(()=>a.current)),t.createElement(e,Object.assign({ref:d},s))})),Wn=t.lazy((async()=>(((null===customElements||void 0===customElements?void 0:customElements.get("descope-wc"))||await Promise.resolve().then((function(){return Oa})).then((e=>e.default))).sdkConfigOverrides={baseHeaders:s,persistTokens:!1,hooks:{get beforeRequest(){return un.httpClient.hooks.beforeRequest},set beforeRequest(e){}}},{default:Tn(t.forwardRef(((e,i)=>{var{"external-request-id":n}=e,r=l(e,["external-request-id"]);return t.useMemo((()=>{var e,t;e="x-external-rid",(t=n)?s[e]=t:delete s[e]}),[n]),t.createElement("descope-wc",Object.assign({ref:i},r))})))}))),Ln=t.forwardRef((({flowId:e,onSuccess:n,onError:r,onReady:o,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:$,onScreenUpdate:w,dismissScreenErrorOnInput:C,outboundAppId:k,outboundAppScopes:S,popupOrigin:I,children:R,externalRequestId:x,themeOverride:O},E)=>{const[A,N]=t.useState(null);t.useImperativeHandle(E,(()=>A));const{projectId:j,baseUrl:M,baseStaticUrl:P,baseCdnUrl:U,storeLastAuthenticatedUser:T,keepLastAuthenticatedUserAfterLogout:W,refreshCookieName:L,customStorage:D,sdk:_}=t.useContext(i),F=t.useCallback((async e=>{await _.httpClient.hooks.afterRequest({},new Response(JSON.stringify(e.detail))),n&&n(e)}),[n]);return t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",F),r&&(null==e||e.addEventListener("error",r)),o&&(null==e||e.addEventListener("ready",o)),()=>{r&&(null==e||e.removeEventListener("error",r)),o&&(null==e||e.removeEventListener("ready",o)),null==e||e.removeEventListener("success",F)}}),[A,r,F]),t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",F),()=>{null==e||e.removeEventListener("success",F)}}),[A,F]),t.useEffect((()=>{const e=A;return r&&(null==e||e.addEventListener("error",r)),()=>{r&&(null==e||e.removeEventListener("error",r))}}),[A,r]),t.useEffect((()=>{const e=A;return o&&(null==e||e.addEventListener("ready",o)),()=>{o&&(null==e||e.removeEventListener("error",o))}}),[A,o]),t.createElement("form",null,t.createElement(t.Suspense,{fallback:null},t.createElement(Wn,{projectId:j,flowId:e,baseUrl:M,baseStaticUrl:P,baseCdnUrl:U,ref:N,telemetryKey:p,redirectUrl:g,autoFocus:v,styleId:$,validateOnBlur:m,restartOnError:y,keepLastAuthenticatedUserAfterLogout:W,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":k,"outbound-app-scopes.attr":S,"popup-origin.attr":I,"store-last-authenticated-user.attr":T,"refreshCookieName.attr":L,"dismiss-screen-error-on-input.attr":C,"errorTransformer.prop":b,"logger.prop":s,"onScreenUpdate.prop":w,"customStorage.prop":D},R)))}));var Dn=()=>{const e=t.useContext(i);if(!e)throw Error("You can only use this hook in the context of <AuthProvider />");return e};const _n=e=>`You can only use this ${e} after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component`,Fn={get(e,t){if("object"==typeof e[t]&&null!==e[t])return new Proxy(e[t],Fn);if("function"==typeof e[t])return()=>{throw Error(_n("function"))};throw Error(_n("attribute"))}},qn=t.lazy((async()=>(await Promise.resolve().then((function(){return $u})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-access-key-management-widget",Object.assign({ref:i},e)))))}))),Bn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(qn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Vn=t.lazy((async()=>(await Promise.resolve().then((function(){return qu})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-applications-portal-widget",Object.assign({ref:i},e)))))}))),Kn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,onReady:a},d)=>{const[l,c]=t.useState(null);t.useImperativeHandle(d,(()=>l));const{projectId:u,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,refreshCookieName:g}=t.useContext(i);return t.useEffect((()=>{const e=l;return a&&(null==e||e.addEventListener("ready",a)),()=>{a&&(null==e||e.removeEventListener("ready",a))}}),[l,a]),t.createElement(t.Suspense,{fallback:null},t.createElement(Vn,{ref:c,projectId:u,widgetId:o,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"refreshCookieName.attr":g,"logger.prop":e}))})),Hn=t.lazy((async()=>(await Promise.resolve().then((function(){return ch})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-audit-management-widget",Object.assign({ref:i},e)))))}))),zn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(Hn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Gn=t.lazy((async()=>(await Promise.resolve().then((function(){return qh})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-outbound-applications-widget",Object.assign({ref:i},e)))))}))),Jn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,onReady:a},d)=>{const[l,c]=t.useState(null);t.useImperativeHandle(d,(()=>l));const{projectId:u,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,refreshCookieName:g}=t.useContext(i);return t.useEffect((()=>{const e=l;return a&&(null==e||e.addEventListener("ready",a)),()=>{a&&(null==e||e.removeEventListener("ready",a))}}),[l,a]),t.createElement(t.Suspense,{fallback:null},t.createElement(Gn,{ref:c,projectId:u,widgetId:o,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"refreshCookieName.attr":g,"logger.prop":e}))})),Zn=t.lazy((async()=>(await Promise.resolve().then((function(){return Ff})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-role-management-widget",Object.assign({ref:i},e)))))}))),Yn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(Zn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Xn=t.lazy((async()=>(await Promise.resolve().then((function(){return jp})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-tenant-profile-widget",Object.assign({ref:i},e)))))}))),Qn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,tenant: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(i);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(Xn,{projectId:h,widgetId:o,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,styleId:s,tenant:a,ref:u,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"tenant.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),er=t.lazy((async()=>(await Promise.resolve().then((function(){return D$})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-user-management-widget",Object.assign({ref:i},e)))))}))),tr=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(er,{projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,ref:u,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),ir=t.lazy((async()=>(await Promise.resolve().then((function(){return oC})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-user-profile-widget",Object.assign({ref:i},e)))))}))),nr=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,onLogout: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,setSession:m,setUser:y,setIsAuthenticated:b}=t.useContext(i),$=t.useCallback((e=>{s&&s(e),b(!1),m(""),y(null)}),[s,m,b,y]);return t.useEffect((()=>{if(c)return c.addEventListener("logout",$),()=>c.removeEventListener("logout",$)}),[c,$]),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(ir,{projectId:h,widgetId:o,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,styleId:a,ref:u,"theme.attr":n,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),rr="undefined"!=typeof localStorage,or="J151000",sr="E103205",ar=rr&&localStorage.getItem("base.content.url")||"",dr="base.ui.components.url";rr&&localStorage.getItem(dr),rr&&localStorage.getItem(dr);const lr="descope-login-flow",cr="code",ur="redirect_mode",hr="err",fr="data-exclude-field",pr="data-exclude-next",gr="dls_last_auth",vr="state_id",mr="saml_idp_state_id",yr="wsfed_idp_state_id",br="saml_idp_username",$r="descope_idp_initiated",wr="sso_app_id",Cr="custom_app_id",kr="third_party_app_id",Sr="third_party_app_state_id",Ir="oidc_login_hint",Rr="oidc_prompt",xr="oidc_resource",Or="oidc_error_redirect_uri",Er="application_scopes",Ar="data-type",Nr="redirect",jr="poll",Mr="webauthnCreate",Pr="webauthnGet",Ur="nativeBridge",Tr="loadForm",Wr="submit",Lr="polling",Dr=["descope-multi-select-combo-box","descope-text-area"],_r="dls_last_auth_in_flight",Fr=["cssVars","componentsConfig","inputs","errorText","errorType","clientScripts"];var qr;!function(e){e.backward="backward",e.forward="forward"}(qr||(qr={}));const Br=["descope-enriched-text"];function Vr(e){return new URLSearchParams(window.location.search).get(e)}function Kr(e){if(window.history.replaceState&&Vr(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}function Hr(e,t){if(!t)return;const i=+e,n=+t;return Number.isNaN(i)||Number.isNaN(n)?void 0:i>n?qr.forward:i<n?qr.backward:void 0}const zr=e=>{let[t="",i=""]=(Vr(lr)||"").split("_");const n=(e=>{var t;return(null===(t=/(.*)\|#\|.*/.exec(e))||void 0===t?void 0:t[1])||""})(t);return(!e||n&&n!==e)&&(t="",i=""),{executionId:t,stepId:i,executionFlowId:n}};function Gr(){Kr(lr)}const Jr=e=>e.replace(/-./g,(e=>e[1].toUpperCase())),Zr=(e,t)=>{const{executionId:i,stepId:n,executionFlowId:r}=zr(e);if(r&&e!==r)return t.debug("Flow id does not match the execution flow id, skipping url params handling"),{ssoQueryParams:{}};(i||n)&&Gr();const o=Vr("t")||void 0;o&&Kr("t");const s=Vr(cr)||void 0;s&&Kr(cr);const a="popup"===Vr(ur);a&&Kr(ur);const d=Vr(hr)||void 0;d&&Kr(hr);const{redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h}={redirectAuthCodeChallenge:Vr("ra-challenge"),redirectAuthCallbackUrl:Vr("ra-callback"),redirectAuthBackupCallbackUri:Vr("ra-backup-callback"),redirectAuthInitiator:Vr("ra-initiator")},f=Vr(vr);f&&Kr(vr);const p=Vr(mr);p&&Kr(mr);const g=Vr(yr);g&&Kr(yr);const v=Vr(br);p&&Kr(br);const m=Vr($r);m&&Kr($r);const y=Vr(wr);y&&Kr(wr);const b=Vr(Cr);b&&Kr(Cr);const $=Vr(kr);$&&Kr(kr);const w=Vr(Sr);w&&Kr(Sr);const C=Vr(Er);C&&Kr(Er);const k=Vr(Ir);k&&Kr(Ir);const S=Vr(Rr);S&&Kr(Rr);const I=Vr(Or);I&&Kr(Or);const R=Vr(xr);return R&&Kr(xr),{executionId:i,stepId:n,token:o,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:k,oidcPrompt:S,oidcErrorRedirectUri:I,oidcResource:R,thirdPartyAppId:$,thirdPartyAppStateId:w,applicationScopes:C}}},Yr=e=>{let t,i;return Object.assign(((...n)=>{return t&&(o=n,(r=t).length===o.length&&r.every(((e,t)=>e===o[t])))||(t=n,i=e(...n)),i;var r,o}),{reset:()=>{t=void 0,i=void 0}})},Xr=(e,t,i)=>{if(!0===t||"skipFirstScreen"===t&&!i){const t=e.querySelector('*[name]:not([auto-focus="false"]):not([aria-hidden="true"])');setTimeout((()=>{null==t||t.focus()}))}};function Qr(e,t,i){return new Promise(((n,r)=>{let o=!1;const s=setTimeout((()=>{o=!0,void 0!==i?n(i):r(new Error(`Promise timed out after ${e} ms`))}),e);t.then((e=>{o||(clearTimeout(s),n(e))})).catch((e=>{o||(clearTimeout(s),r(e))}))}))}const eo=(e,{oidcIdpStateId:t,samlIdpStateId:i,wsfedIdpStateId:n,samlIdpUsername:r,ssoAppId:o,customAppId:s,oidcLoginHint:a,oidcPrompt:d,oidcErrorRedirectUri:l,oidcResource:c,thirdPartyAppId:u,thirdPartyAppStateId:h,applicationScopes:f})=>!(!e||t||i||n||r||o||s||a||d||l||c||u||h||f),to=e=>null==e?void 0:e.submit(),io=(e,t)=>{const i=t.find((t=>e[t]));return i?e[i]:null},no=(e,t=100)=>{let i;return function(...n){i||e.apply(this,n),clearTimeout(i),i=setTimeout((()=>{i=null}),t)}};function ro(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 oo=e=>{const t=Object.assign({},e);return e.inboundAppApproveScopes&&(t.thirdPartyAppApproveScopes=e.inboundAppApproveScopes),t};function so(e,t){return`sdkScriptsResults.${t?`${e}_${t}`:e}`}var ao,lo,co,uo;function ho(e,t){const i=Object.getOwnPropertyNames(e),n=Object.getOwnPropertyNames(t);if(i.length!==n.length)return!1;for(let n=0;n<i.length;n+=1){const r=i[n],o=e[r],s=t[r];if(null===o||null===s){if(o!==s)return!1}else if("object"==typeof o&&"object"==typeof s){if(!ho(o,s))return!1}else if(o!==s)return!1}return!0}let fo=class{constructor(e={},{forceUpdate:t=!1}={}){ao.set(this,void 0),lo.set(this,{}),co.set(this,0),uo.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,ao,"f")):e,i=Object.assign(Object.assign({},u(this,ao,"f")),t),n=u(this,ao,"f");h(this,ao,i,"f"),Object.freeze(u(this,ao,"f")),setTimeout((()=>{Object.values(u(this,lo,"f")).forEach((({cb:e,selector:t,forceUpdate:r})=>{const o=t(n),s=t(i);(u(this,uo,"f")||r||(function(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}(s)?!ho(o,s):o!==s))&&e(s,o,((e,t)=>i=>e[i]!==t[i])(s,o))}))}),0)},h(this,ao,e,"f"),h(this,uo,t,"f")}get current(){return Object.assign({},u(this,ao,"f"))}set forceUpdate(e){h(this,uo,e,"f")}subscribe(e,t=e=>e,{forceUpdate:i=!1}={}){return h(this,co,u(this,co,"f")+1,"f"),u(this,lo,"f")[u(this,co,"f")]={cb:e,selector:t,forceUpdate:i},u(this,co,"f").toString()}unsubscribe(e){const t=!!u(this,lo,"f")[e];return t&&delete u(this,lo,"f")[e],t}unsubscribeAll(){return h(this,lo,{},"f"),!0}};ao=new WeakMap,lo=new WeakMap,co=new WeakMap,uo=new WeakMap;const po=["*","#","/","(",")","[","]","_","<",">","`"],go=e=>"string"!=typeof e?e:e.replace((e=>{const t=po.map((t=>`${e}${t}`)).join("|");return new RegExp(`(${t})`,"g")})("\\"),"\\$1"),vo=["disabled"],mo=(e,t)=>{Object.entries(t||{}).forEach((([t,i])=>{Array.from(e.querySelectorAll(`*[name="${t}"]:not([${fr}])`)).forEach((e=>{e.value=i}))}))},yo=(e,t)=>t.split(".").reduce(((e,t)=>(null==e?void 0:e[t])||""),e),bo=(e,t,i)=>e.replace(/{{(.+?)}}/g,((e,n)=>i?go(yo(t,n)):yo(t,n))),$o=(e,t,i)=>{e.querySelectorAll(`[${Ar}="${t}"]`).forEach((e=>{e.setAttribute("href",i)}))},wo=(e,t,i)=>{var n,r;const o=null===(n=customElements.get(t))||void 0===n?void 0:n.cssVarList.url;i&&o&&(null===(r=null==e?void 0:e.style)||void 0===r||r.setProperty(o,`url(data:image/jpg;base64,${i})`))},Co=(e,t,i,n)=>{var r,o;$o(e,"totp-link",null===(r=null==t?void 0:t.totp)||void 0===r?void 0:r.provisionUrl),$o(e,"notp-link",null===(o=null==t?void 0:t.notp)||void 0===o?void 0:o.redirectUrl),((e,t)=>{e.querySelectorAll("descope-text,descope-link,descope-enriched-text,descope-code-snippet").forEach((e=>{const i=(e=>Br.includes(e))(e.localName);e.textContent=bo(e.textContent,t,i);const n=e.getAttribute("href");n&&e.setAttribute("href",bo(n,t))}))})(e,t),((e,t,i)=>{if(!t)return;const{componentsDynamicAttrs:n}=t,r=l(t,["componentsDynamicAttrs"]),o=Object.keys(r).reduce(((e,t)=>(e[`[name=${t}]`]=r[t],e)),{});n&&Object.keys(n).forEach((e=>{const t=n[e];if(t){const{attributes:i}=t;i&&Object.keys(i).length&&(o[e]=i)}})),Object.keys(o).forEach((t=>{e.querySelectorAll(t).forEach((e=>{const n=o[t];Object.keys(n).forEach((t=>{let r=n[t];if("string"!=typeof r)try{r=JSON.stringify(r)}catch(e){i.error(`Could not stringify value "${r}" for "${t}"`,e.message),r=""}e.setAttribute(t,r)}))}))}))})(e,null==t?void 0:t.componentsConfig,n),((e,t)=>{e.querySelectorAll("[data-has-dynamic-attr-values]").forEach((e=>{Array.from(e.attributes).forEach((e=>{e.value=bo(e.value,t)}))}))})(e,t),((e,t)=>{Object.entries(t).forEach((([t,i])=>{e.querySelectorAll(`[name="${t}"]`).forEach((e=>{Object.entries(i).forEach((([t,i])=>{vo.includes(t)&&e.setAttribute(t,i)}))}))}))})(e,i),((e,t={},i)=>{Object.entries(t).forEach((([t,n])=>{e.querySelectorAll(`[id="${CSS.escape(t)}"]`).forEach((e=>{switch(n){case"disable":e.setAttribute("disabled","true");break;case"hide":e.classList.add("hidden");break;default:null==i||i.error(`Unknown component state "${n}" for component with id "${t}"`,'Valid states are "disable" and "hide"')}}))}))})(e,null==t?void 0:t.componentsState,n)},ko=Yr((()=>c(void 0,void 0,void 0,(function*(){var e,t;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return!1;try{const i=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)))),n=(()=>{var e;const t=null===(e=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===e?void 0:e.brands,i=null==t?void 0:t.find((({brand:e,version:t})=>"Chromium"===e&&parseFloat(t)));return i?i.version:0})()>=108;return yield Qr(100,i,n)}catch(e){return console.error("Conditional login check failed",e),!1}}))));let So;const Io=(e,t)=>{So?So.setItem(e,t):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.setItem(e,t)},Ro=e=>So?So.getItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)?window.localStorage.getItem(e):null,xo="dls_ab_testing_id",Oo={"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[i,n]=t?t.split(",").map(Number):[void 0,void 0];return(e.abTestingKey||0)>=(null!=i?i:0)&&(e.abTestingKey||0)<=(null!=n?n:0)},"not-in-range":(e,t)=>{const[i,n]=t?t.split(",").map(Number):[void 0,void 0];return!(void 0!==i&&void 0!==n&&!Number.isNaN(i)&&!Number.isNaN(n))||(e.abTestingKey||0)<i||(e.abTestingKey||0)>n},"devised-by":(e,t)=>{const i=Number(t);return!Number.isNaN(i)&&(e.abTestingKey||0)%i==0}}};function Eo(e,t){const i={};try{Object.assign(i,JSON.parse(Ro(gr)))}catch(e){null==t||t.warn("[Descope] Failed to read last auth from storage",String(e))}return i.loginId||e?i:{}}function Ao(e,t){(null==e?void 0:e.authMethod)&&(t&&!e.loginId||Io(gr,JSON.stringify(e)))}function No(){try{return JSON.parse(Ro(_r)||"{}")}catch(e){return{}}}function jo(e){try{(e=>{So?So.removeItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.removeItem(e)})(_r)}catch(t){null==e||e.warn("[Descope] Failed to clear in-flight last auth storage",String(t))}}const Mo=["error","warn","info","debug"],Po={error:console.error.bind(console,"[Descope]"),warn:console.warn.bind(console,"[Descope]"),info:console.info.bind(console,"[Descope]"),debug:console.debug.bind(console,"[Descope]")},Uo=Rn((e=>{var t,i,n,r;return r=class extends e{constructor(){super(...arguments),t.add(this),i.set(this,u(this,t,"m",n).call(this,Po))}set logger(e){h(this,i,u(this,t,"m",n).call(this,e||Po),"f")}get logger(){return u(this,i,"f")}onLogEvent(e,t){}},i=new WeakMap,t=new WeakSet,n=function(e){return Mo.reduce(((t,i)=>(t[i]=(...t)=>{var n;this.onLogEvent(i,t),null===(n=e[i])||void 0===n||n.call(e,...t)},t)),{})},r})),To="undefined"!=typeof localStorage,Wo="https://static.descope.com/pages",Lo="https://static2.descope.com/pages",Do=To&&localStorage.getItem("base.content.url")||"",_o=(e,t)=>!t&&`${e} cannot be empty, please make sure to set this attribute`,Fo=Rn((e=>{var t,i;return i=class extends e{constructor(){super(...arguments),t.set(this,!0)}connectedCallback(){var e,i;null===(e=super.connectedCallback)||void 0===e||e.call(this),(null===(i=this.shadowRoot)||void 0===i?void 0:i.isConnected)&&u(this,t,"f")&&(h(this,t,!1,"f"),this.init())}async init(){}},t=new WeakMap,i})),qo=Rn((e=>{var t,i;const n=bn(Uo,Fo)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,{})}async init(){var e,i,n;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),i=this,n=e=>{var i;null===(i=u(this,t,"f")[e])||void 0===i||i.forEach((t=>{t(e,this.getAttribute(e))}))},Array.from(i.attributes).forEach((e=>n(e.name))),new MutationObserver((e=>{e.forEach((e=>{"attributes"===e.type&&n(e.attributeName)}))})).observe(i,{attributes:!0})}observeAttribute(e,i){u(this,t,"f")[e]||(u(this,t,"f")[e]=[]);const n=u(this,t,"f")[e].push(i);return()=>u(this,t,"f")[e].splice(n,1)}observeAttributes(e,t){const i=e.reduce(((e,i)=>(e.push(this.observeAttribute(i,t)),e)),[]);return()=>i.forEach((e=>e()))}},t=new WeakMap,i})),Bo=e=>t=>{var i,n,r;const o=bn(Uo,Fo,qo)(t),s=Object.keys(e);return r=class extends o{constructor(...e){super(...e),i.add(this),this.observeAttributes(s,u(this,i,"m",n).bind(this))}async init(){var e;s.forEach((e=>u(this,i,"m",n).call(this,e,this.getAttribute(e)))),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},i=new WeakSet,n=function(t,i){const n=e[t],r="function"==typeof n?n(t,i):n;r&&this.logger.error(r)},r};Bo.missingAttrValidator=_o;const Vo=Rn((e=>{const t=bn(Bo({"project-id":_o}))(e);return class extends t{get projectId(){return this.getAttribute("project-id")}}})),Ko=Rn((e=>class extends e{get baseUrl(){return this.getAttribute("base-url")||""}})),Ho="Trying the next fallback URL...",zo=async(e,t,{logger:i}={})=>{try{return await fetch(e,t)}catch(n){return null==i||i.debug(`Network error fetching URL ${e} [${n.message}], retrying...`),fetch(e,t)}};const Go=Rn((e=>{var t,i,n,r,o,s,a;const d=bn(Uo,Vo,Ko)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,new Set)}async fetchStaticResource(e,i){const s=u(this,t,"m",o).call(this,e),a=Array.isArray(s)?e=>{const{baseUrl:t}=s[e];h(this,n,t,"f");for(let t=0;t<e;t++){const e=s[t].baseUrl;u(this,r,"f").add(e)}}:null;try{const e=await(async(e,t,{logger:i,onSuccess:n}={})=>{const r=Array.isArray(e)?e:[e];for(let e=0;e<r.length;e++){const o=r[e],s=e===r.length-1;try{const r=await zo(o.toString(),t,{logger:i});if(r.ok)return null==n||n(e),null==i||i.debug(`Successfully fetched URL ${o}`),r;const a=`Error fetching URL ${o} [${r.status}]`;if(s)throw new Error(a);null==i||i.debug(`${a}. ${Ho}`)}catch(e){const t=`Error fetching URL ${o} [${e.message}]`;if(s)throw new Error(t);null==i||i.debug(`${t}. ${Ho}`)}}})(s,{cache:"default"},{logger:this.logger,onSuccess:a});return{body:await e[i](),headers:Object.fromEntries(e.headers.entries())}}catch(e){this.logger.error(e.message)}}get baseStaticUrl(){return this.getAttribute("base-static-url")||""}},i=new WeakMap,n=new WeakMap,r=new WeakMap,t=new WeakSet,o=function(e){const o=Do||this.baseStaticUrl;if(o)return u(this,t,"m",s).call(this,e,o);u(this,i,"f")!==this.baseUrl&&(h(this,i,this.baseUrl,"f"),h(this,n,void 0,"f"),u(this,r,"f").clear());const a=[];if(u(this,n,"f"))a.push(u(this,t,"m",s).call(this,e,u(this,n,"f"))),u(this,n,"f")===Wo&&a.push(u(this,t,"m",s).call(this,e,Lo));else{const i=this.baseUrl+"/pages";this.baseUrl&&!u(this,r,"f").has(i)&&a.push(u(this,t,"m",s).call(this,e,i)),u(this,r,"f").has(Wo)||a.push(u(this,t,"m",s).call(this,e,Wo)),a.push(u(this,t,"m",s).call(this,e,Lo))}return 1===a.length?a[0]:a},s=function(e,t){return function({projectId:e,filename:t,assetsFolder:i="v2-beta",baseUrl:n=Wo}){const r=new URL(n);return r.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(r.pathname,e,i,t),r.baseUrl=n,r}({projectId:this.projectId,filename:e,baseUrl:t})},a})),Jo=Rn((e=>{var t,i;const n=bn(Bo({"project-id":_o}))(e);return i=class extends n{constructor(){super(...arguments),t.set(this,new Map)}onReset(e,i){if(u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} already exists`);return u(this,t,"f").set(e,i),()=>{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 i;if(!u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} does not exist`);return null===(i=u(this,t,"f").get(e))||void 0===i?void 0:i()})))}},t=new WeakMap,i})),Zo=Rn((e=>{var t,i,n,r,o;const s=bn(Go,Jo,Fo)(e);return o=class extends s{constructor(){super(...arguments),t.add(this),n.set(this,void 0),r.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",i).bind(this))}get config(){return u(this,n,"f")||h(this,n,u(this,r,"f").call(this),"f"),u(this,n,"f")}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){h(this,n,void 0,"f")},o})),Yo=["https://descopecdn.com","https://static.descope.com","https://cdn.jsdelivr.net"],Xo=e=>{let t=0;const i=e.toString();for(let e=0;e<i.length;e++){t=(t<<5)-t+i.charCodeAt(e),t|=0}return`${Math.abs(t).toString()}`},Qo=(e,t,i)=>new Promise(((n,r)=>{const o=((e,t)=>{const i=document.createElement("script");return i.id=e,t&&(i.integrity=t,i.crossOrigin="anonymous"),window.DESCOPE_NONCE&&i.setAttribute("nonce",window.DESCOPE_NONCE),i})(e,i);o.onerror=e=>{o.setAttribute("status","error"),r(e)},o.onload=()=>{o.setAttribute("status","loaded"),n(o)},o.src=t.toString(),document.body.appendChild(o)})),es=(e,t)=>{if(t){const i=e.integrity;if(i!==t)return Promise.reject(new Error(`Integrity mismatch: expected ${t}, found ${i}`))}return"loaded"===e.getAttribute("status")?Promise.resolve(e):(e=>"error"===e.getAttribute("status"))(e)?Promise.reject():new Promise(((t,i)=>{e.addEventListener("load",(()=>{t(e)})),e.addEventListener("error",(e=>{i(e)}))}))},ts=Rn((e=>{const t=bn(Uo)(e);return class extends t{get baseCdnUrl(){return this.getAttribute("base-cdn-url")||""}injectNpmLib(e,t,i="",n=[],r){return this.logger.debug(`Injecting npm lib: "${e}" with version: "${t}"${r?" with SRI integrity check":""}`),(async(e,t)=>{for(const n of e){const{id:e,url:r,integrity:o}=n,s=(i=e,document.querySelector(`script#${i}`));if(s)try{return await es(s,o),n}catch(e){t(n,!0)}else try{return await Qo(e,r,o),n}catch(e){t(n,!1)}}var i;throw new Error("All scripts failed to load")})(((e,t,i,n="",r)=>e.reduce(((e,o)=>{const s=o;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}@${i}/${n}`);const d={url:a,id:`npmlib-${t.replaceAll("@","").replaceAll("/","_")}-${Xo(a)}`};return r&&(d.integrity=r),[...e,d]}),[]))([...n,this.baseCdnUrl,...Yo],e,t,i,r),((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}"`)}))}}})),is="base.ui.components.url",ns=To&&localStorage.getItem(is),rs=Rn((e=>{var t,i,n,r,o,s,a;const d=bn(Uo,Zo,ts)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),r.set(this,void 0)}get descopeUi(){return u(this,r,"f")||h(this,r,u(this,t,"m",s).call(this),"f"),u(this,r,"f")}async loadDescopeUiComponents(e){const i=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(i.map((e=>u(this,t,"m",o).call(this,e))))}},r=new WeakMap,t=new WeakSet,i=async function(){var e;const t=await this.config,i=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersion;return i?this.logger.debug(`Got component version "${i}"`):this.logger.error("Could not get components version"),i},n=async function(){var e;const t=await this.config,i=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersionSri;return i&&this.logger.debug("SRI hash available for components"),i},o=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",i).call(this),r=await u(this,t,"m",n).call(this);return await this.injectNpmLib("@descope/web-components-ui",e,"dist/umd/index.js",[ns],r),this.logger.debug("DescopeUI was loaded"),globalThis.DescopeUI}catch(e){throw this.logger.error(e),new Error("DescopeUI was not loaded")}},a})),os=Rn((e=>{var t,i,n;const r=bn(Fo,qo)(e);return n=class extends r{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",i).bind(this)),u(this,t,"m",i).call(this)}},t=new WeakSet,i=function(){this.nonce&&(window.DESCOPE_NONCE=this.nonce)},n}));class ss{constructor(e,t,{prepend:i=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.setAttribute("nonce",t),this.ref=e,this.ref&&(i?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 as=Rn((e=>{const t=bn(os)(e);return class extends t{injectStyle(e,{prepend:t=!1}={}){let i;try{i=new CSSStyleSheet}catch(e){i=new ss(this.shadowRoot,this.nonce,{prepend:t})}if(e&&i.replaceSync(e),i instanceof CSSStyleSheet){const e=this.shadowRoot;if(e&&"adoptedStyleSheets"in e){const n=[...e.adoptedStyleSheets||[]];n[t?"unshift":"push"](i),e.adoptedStyleSheets=n}}return i}}})),ds="content-root",ls="root",cs=Rn((e=>{const t=bn(as)(e);return class extends t{constructor(...e){var t,i;super(...e),this.attachShadow({mode:"open"}).innerHTML=`\n <div id="${ls}">\n <div id="${ds}"></div>\n </div>\n `,this.injectStyle(`\n #${ls}, #${ds} {\n height: 100%;\n }\n #${ls} {\n position: relative;\n height: fit-content;\n }\n `),this.contentRootElement=null===(t=this.shadowRoot)||void 0===t?void 0:t.getElementById(ds),this.rootElement=null===(i=this.shadowRoot)||void 0===i?void 0:i.getElementById(ls)}}})),us="theme",hs=(e,t,i="")=>Object.entries(e).reduce(((e,[n,r])=>{if(!/^[a-zA-Z0-9-]+$/.test(n))return t("Ignoring invalid override-css token path segment"),e;const o=i?`${i}-${n}`:n;if("object"==typeof r&&null!==r)return e+hs(r,t,o);const s=(e=>"number"==typeof e?Number.isFinite(e)?String(e):null:"string"!=typeof e||/[;{}]/.test(e)?null:e.trim())(r);return null===s?(t("Ignoring invalid override-css token value"),e):`${e}--descope-${o}:${s};`}),""),fs=(e,t)=>!!t&&"light"!==t&&"dark"!==t&&'Supported theme values are "light", "dark", or leave empty for using the OS theme',ps=Rn((e=>{var t,i,n,r,o,s,a,d,l,c,f,p,g,v,m,y,b;const $=bn(Bo({theme:fs}),Go,Fo,rs,Zo,cs,qo,as)(e);return b=class extends ${constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),o.set(this,void 0),v.set(this,(()=>{u(this,t,"m",m).call(this),u(this,y,"f").call(this,"os"===this.getAttribute("theme"))})),y.set(this,(e=>{var i,n,r;const o=e?"addEventListener":"removeEventListener";null===(r=null===(n=null===(i=window.matchMedia)||void 0===i?void 0:i.call(window,"(prefers-color-scheme: dark)"))||void 0===n?void 0:n[o])||void 0===r||r.call(n,"change",(()=>u(this,t,"m",m).call(this)))}))}get theme(){var e,t;const i=this.getAttribute("theme");if("os"===i){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 i||"light"}get styleId(){return this.getAttribute("style-id")||us}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,v,"f").call(this),await Promise.all([u(this,t,"m",d).call(this),u(this,t,"m",c).call(this)]),await u(this,t,"m",l).call(this),this.observeAttributes(["theme"],u(this,v,"f")),this.observeAttributes(["theme-override"],(()=>u(this,t,"m",l).call(this))),this.observeAttributes(["style-id"],(()=>{h(this,o,null,"f"),u(this,t,"m",p).call(this),u(this,t,"m",d).call(this),u(this,t,"m",c).call(this)}))}},i=new WeakMap,n=new WeakMap,o=new WeakMap,v=new WeakMap,y=new WeakMap,t=new WeakSet,r=function(){const e=this.themeOverride;return e?["light","dark"].map((t=>{var i,n,r,o,s,a;const d=null===(r=null===(n=null===(i=e[t])||void 0===i?void 0:i.globals)||void 0===n?void 0:n.colors)||void 0===r?void 0:r.primary,l=null===(a=null===(s=null===(o=e[t])||void 0===o?void 0:o.globals)||void 0===s?void 0:s.colors)||void 0===a?void 0:a.secondary;return d||l?`[data-theme="${t}"]{${hs({colors:{primary:d,secondary:l}},(e=>this.logger.error(e)))}}`:""})).join(""):""},s=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(is)))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(is),t=null==e?void 0:e.replace(/[^\/]+$/,"DescopeDev.js");console.warn("Trying to load DescopeDev.js from",t);const i=document.createElement("script");if(i.src=t,document.body.appendChild(i),await new Promise(((e,t)=>{i.onload=e,i.onerror=t})),globalThis.DescopeDev){const{themeToStyle:e,defaultTheme:t,darkTheme:i}=globalThis.DescopeDev;return{light:e(t),dark:e(i)}}})();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")}},a=function(){return u(this,o,"f")||(h(this,o,u(this,t,"m",s).call(this),"f"),u(this,o,"f").then((e=>this.logger.debug("Fetched theme",e)))),u(this,o,"f")},d=async function(){var e,n;const r=await u(this,t,"a",a);r&&(u(this,i,"f")||h(this,i,this.injectStyle(""),"f"),u(this,i,"f").replaceSync(((null===(e=null==r?void 0:r.light)||void 0===e?void 0:e.globals)||"")+((null===(n=null==r?void 0:r.dark)||void 0===n?void 0:n.globals)||"")))},l=async function(){var e;this.themeOverride?(u(this,n,"f")||h(this,n,this.injectStyle(""),"f"),u(this,n,"f").replaceSync(u(this,t,"m",r).call(this))):null===(e=u(this,n,"f"))||void 0===e||e.replaceSync("")},c=async function(){var e,i;const n=await u(this,t,"a",a);if(!n)return;const r=await this.descopeUi;(null==r?void 0:r.componentsThemeManager)&&(r.componentsThemeManager.themes={light:null===(e=null==n?void 0:n.light)||void 0===e?void 0:e.components,dark:null===(i=null==n?void 0:n.dark)||void 0===i?void 0:i.components})},f=async function(){var e,t;const{projectConfig:i}=await this.config||{},n=null===(e=null==i?void 0:i.styles)||void 0===e?void 0:e[this.styleId],r=null==i?void 0:i.cssTemplate,o=n||r;return null===(t=null==o?void 0:o[this.theme])||void 0===t?void 0:t.fonts},p=async function(){const e=await u(this,t,"m",f).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")},g=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)},m=function(){u(this,t,"m",p).call(this),u(this,t,"m",g).call(this)},b})),gs=(e,t="")=>Object.keys(e).reduce(((i,n)=>{var r;if(Array.isArray(e[n]))return Object.assign(Object.assign({},i),{[n]:{value:e[n].map((e=>"object"==typeof e&&null!==e?gs(e):e))}});if("object"==typeof e[n]&&null!==e[n]&&!(null===(r=e[n])||void 0===r?void 0:r.value))return Object.assign(Object.assign({},i),gs(e[n],`${t+n}.`));const o="object"==typeof e[n]?e[n]:{value:e[n]},s=Object.assign(Object.assign({},i),{[t+n]:o,[`form.${t}${n}`]:o});return"displayName"===n?Object.assign(Object.assign({},s),{[`${t}fullName`]:o,[`form.${t}fullName`]:o}):s}),[]),vs=Rn((e=>{var t,i,n,r;return r=class extends e{constructor(){super(...arguments),t.add(this)}connectedCallback(){var e;u(this,t,"m",i).call(this)&&u(this,t,"m",n).call(this),null===(e=super.connectedCallback)||void 0===e||e.call(this)}},t=new WeakSet,i=function(){return!this.shadowRoot.host.closest("form")&&/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)},n=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)},r}));var ms,ys,bs,$s,ws,Cs,ks,Ss,Is,Rs,xs,Os,Es,As,Ns,js,Ms,Ps,Us,Ts,Ws,Ls;const Ds=bn(ps,Go,vs,as)(HTMLElement);let _s=class extends Ds{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(),ms.add(this),bs.set(this,!1),$s.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,ms,"m",Ls).call(this,e,t)},warn:(e,t="")=>{this.logger.warn(e,t)},info:(e,t="",i={})=>{this.logger.info(e,t,i)},debug:(e,t="")=>{this.logger.debug(e,t)}},ws.set(this,new fo),Cs.set(this,new fo),ks.set(this,{}),this.getComponentsContext=()=>u(this,ks,"f"),this.nextRequestStatus=new fo({isLoading:!1}),Ss.set(this,void 0),Is.set(this,{popstate:u(this,ms,"m",As).bind(this),componentsContext:u(this,ms,"m",Us).bind(this)}),Rs.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,Rs,e,"f"),u(this,ms,"m",Os).call(this)}get flowId(){return this.getAttribute("flow-id")}get client(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get tenantId(){return this.getAttribute("tenant")||void 0}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 gs(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,i])=>[e,i[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,$s,"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,$s,e,"f"),(e=>{So=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 i=yield this.getProjectConfig(),n=(null===(e=null==i?void 0:i.flows)||void 0===e?void 0:e[this.flowId])||{};return null!==(t=n.version)&&void 0!==t||(n.version=0),n}))}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,i,n;const r=!!(null===(t=this.shadowRoot.activeElement)||void 0===t?void 0:t.getAttribute("href")),o=Dr.includes(null!==(n=null===(i=this.shadowRoot.activeElement)||void 0===i?void 0:i.localName)&&void 0!==n?n:"");if("Enter"!==e.key||r||o)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,Cs,"f").subscribe(u(this,ms,"m",Ws).bind(this)),u(this,Cs,"f").update({isDebug:this.debug}),u(this,ms,"m",Es).call(this),yield u(this,ms,"m",Ms).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 i=yield this.getConfig();if("isMissingConfig"in i&&i.isMissingConfig)return void this.loggerWrapper.error("Cannot get config file","Make sure that your projectId & flowId are correct");const{executionId:n,stepId:r,token:o,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p,ssoQueryParams:g}=Zr(this.flowId,this.loggerWrapper);window.addEventListener("popstate",u(this,Is,"f").popstate),window.addEventListener("components-context",u(this,Is,"f").componentsContext),u(this,ws,"f").subscribe(u(this,ms,"m",js).bind(this)),u(this,ws,"f").update(Object.assign({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenantId,redirectUrl:this.redirectUrl,locale:this.locale,stepId:r,executionId:n,token:o,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p},g)),h(this,bs,!0,"f")}))}disconnectedCallback(){u(this,ws,"f").unsubscribeAll(),u(this,Cs,"f").unsubscribeAll(),u(this,ms,"m",Ts).call(this),window.removeEventListener("popstate",u(this,Is,"f").popstate),window.removeEventListener("components-context",u(this,Is,"f").componentsContext)}attributeChangedCallback(e,t,i){if(this.shadowRoot.isConnected&&u(this,bs,"f")&&t!==i&&ys.observedAttributes.includes(e)){u(this,ms,"m",Es).call(this);const n=null===t;u(this,ws,"f").update((({stepId:t,executionId:r})=>{let o=t,s=r;return n||(s=null,o=null,Gr()),{[Jr(e)]:i,stepId:o,executionId:s}})),u(this,Cs,"f").update({isDebug:this.debug})}}};var Fs,qs,Bs,Vs,Ks,Hs,zs,Gs,Js,Zs,Ys,Xs,Qs,ea,ta,ia,na,ra,oa,sa,aa,da,la,ca,ua,ha,fa,pa,ga,va,ma,ya,ba,$a,wa,Ca,ka,Sa,Ia,Ra;ys=_s,bs=new WeakMap,$s=new WeakMap,ws=new WeakMap,Cs=new WeakMap,ks=new WeakMap,Ss=new WeakMap,Is=new WeakMap,Rs=new WeakMap,ms=new WeakSet,xs=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 ")},Os=function(){u(this,ms,"m",xs).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},Es=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"];ys.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[Jr(t)])throw Error(`${t} cannot be empty`)}))},As=function(){const{stepId:e,executionId:t}=zr(this.flowId);u(this,ws,"f").update({stepId:e,executionId:t})},Ns=function(e,t){cn&&"function"==typeof cn||this.logger.error("SDK was not loaded properly",cn,JSON.stringify(cn));const i=Object.assign(Object.assign({persistTokens:!0,preview:this.preview,storagePrefix:this.storagePrefix,storeLastAuthenticatedUser:this.storeLastAuthenticatedUser,keepLastAuthenticatedUserAfterLogout:this.keepLastAuthenticatedUserAfterLogout,refreshCookieName:this.refreshCookieName},ys.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,$s,"f")&&(i.customStorage=u(this,$s,"f")),this.sdk=cn(i),["start","next"].forEach((e=>{const t=function(e,t,i){return(...n)=>c(this,void 0,void 0,(function*(){let r;const o=i+1;for(let s=0;s<o;s++)try{return yield e(...n)}catch(e){r=e,s<i&&(yield new Promise((e=>{setTimeout(e,t*Math.pow(2,s+1))})))}throw r}))}(this.sdk.flow[e],1e3,3);this.sdk.flow[e]=(...i)=>c(this,void 0,void 0,(function*(){try{return yield t(...i)}catch(t){return this.logger.error(`Error in sdk flow ${e} function`,t),{error:{errorCode:or,errorDescription:t.toString()}}}}))}))},js=function(e,t,i){return c(this,void 0,void 0,(function*(){const{projectId:t,baseUrl:n}=e;if(i("projectId")||i("baseUrl")){if(!t)return;u(this,ms,"m",Ns).call(this,t,n)}u(this,Rs,"f").call(this,e)}))},Ms=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,ms,"m",Ps).call(this))}))},Ps=function(){return c(this,void 0,void 0,(function*(){const e=function({projectId:e,filename:t,assetsFolder:i="v2-beta",baseUrl:n}){const r=new URL(ar||n||"https://static.descope.com/pages");return r.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(r.pathname,e,i,t),r.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 i=yield fetch(e,{cache:"default"});if(!i.ok)throw Error(`Error fetching URL ${e} [${i.status}]`);return{body:yield i[t](),headers:Object.fromEntries(i.headers.entries())}}))}(e,"json"),!0}catch(e){return!1}}))},Us=function(e){h(this,ks,Object.assign(Object.assign({},u(this,ks,"f")),e.detail),"f")},Ts=function(){var e;null===(e=u(this,Ss,"f"))||void 0===e||e.remove(),h(this,Ss,null,"f")},Ws=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,Ss,document.createElement("descope-debugger"),"f"),Object.assign(u(this,Ss,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return CC})),document.body.appendChild(u(this,Ss,"f"))):u(this,ms,"m",Ts).call(this)}))},Ls=function(e,t){var i;e&&this.debug&&(null===(i=u(this,Ss,"f"))||void 0===i||i.updateData({title:e,description:t}))},_s.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"3.64.3"}};let xa=class extends _s{static set sdkConfigOverrides(e){_s.sdkConfigOverrides=e}static get sdkConfigOverrides(){return _s.sdkConfigOverrides}constructor(){const e=new fo({deferredRedirect:!1,deferredPolling:!1});super(e.update.bind(e)),Fs.add(this),this.stepState=new fo({}),qs.set(this,void 0),Bs.set(this,null),Vs.set(this,null),Ks.set(this,{visibilitychange:u(this,Fs,"m",Hs).bind(this)}),this.bridgeVersion=2,this.nativeCallbacks={},ea.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},ia.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,Fs,"m",na).call(this,t):t()})),ra.set(this,((e,t,i,n,r=!1)=>{const o=[sr,"E103202"];if(this.flowState.current.action===jr){if(u(this,sa,"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=r?500:2e3;h(this,qs,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,Lr,i,n,{}),h=document.hidden&&!r&&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 Qr(e,c)}catch(d){return this.logger.warn(`polling - The ${h?"throttled fetch":"fetch"} call timed out or was aborted`),void u(this,ra,"f").call(this,e,t,i,n,h)}if((null===(d=null==f?void 0:f.error)||void 0===d?void 0:d.errorCode)===or)return this.logger.debug("polling - Got a generic error due to exception in fetch call"),void u(this,ra,"f").call(this,e,t,i,n);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)&&o.includes(f.error.errorCode)?this.logger.debug("polling - Stopping polling due to error"):u(this,ra,"f").call(this,e,t,i,n),u(this,aa,"f").call(this,f)}))),a),"f")}})),oa.set(this,(()=>{clearTimeout(u(this,qs,"f")),h(this,qs,null,"f")})),sa.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),aa.set(this,(e=>{var t,i,n,r,o,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===(i=null==e?void 0:e.response)||void 0===i?void 0:i.status} - ${null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.statusText}`;u(this,Fs,"m",Ia).call(this,"error",(null==e?void 0:e.error)||{errorCode:"J151001",errorDescription:d,errorMessage:a}),this.loggerWrapper.error((null===(r=null==e?void 0:e.error)||void 0===r?void 0:r.errorDescription)||a,(null===(o=null==e?void 0:e.error)||void 0===o?void 0:o.errorMessage)||d);const l=null===(s=null==e?void 0:e.error)||void 0===s?void 0:s.errorCode;return void("E102004"!==l&&l!==sr||!this.isRestartOnError||u(this,Fs,"m",Qs).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:i,log:n}=e;t&&this.loggerWrapper[t]?this.loggerWrapper[t](i,n):this.loggerWrapper.info(i,n)}));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:$,openInNewTabUrl:w}=e.data;if($!==jr&&u(this,oa,"f").call(this),"completed"===m){this.storeLastAuthenticatedUser&&Ao(Object.assign(Object.assign({},b),{lastUsedPerScreen:No()})),jo(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,Fs,"m",Ia).call(this,"success",t)}this.storeLastAuthenticatedUser&&Ao(b,!0),w&&window.open(w,"_blank");const{executionId:C,stepId:k,stepName:S,screen:I,redirect:R,webauthn:x,error:O,samlIdpResponse:E,wsFedIdpResponse:A,nativeResponse:N}=e.data,j=Date.now();$!==jr?(this.loggerWrapper.info(`Step "${S||`#${k}`}" is ${m}`,"",{screen:I,status:m,stepId:k,stepName:S,action:$,error:O}),(null===(g=I.state)||void 0===g?void 0:g.clientScripts)&&h(this,Vs,this.loadSdkScripts(I.state.clientScripts),"f"),this.flowState.update({stepId:k,stepName:S,executionId:C,action:$,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:j})):this.flowState.update({action:$,reqTimestamp:j})})),da.set(this,Yr((()=>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)}}))))),pa.set(this,null),ba.set(this,no(((e,t,i)=>c(this,void 0,void 0,(function*(){var n;if("true"===e.getAttribute("formnovalidate")||u(this,Fs,"m",ha).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,Fs,"m",Ca).call(this,e,r,i),u(this,Fs,"m",ga).call(this,e);const o=yield u(this,Fs,"m",fa).call(this),s=(e=>Array.from((null==e?void 0:e.attributes)||[]).reduce(((e,t)=>{var i;const n=null===(i=new RegExp("^data-descope-(\\S+)$").exec(t.name))||void 0===i?void 0:i[1];return n?Object.assign(e,{[n]:t.value}):e}),{}))(e);this.nextRequestStatus.update({isLoading:!0});const a=Object.assign(Object.assign(Object.assign({},s),o),{origin:(null===(n=this.nativeOptions)||void 0===n?void 0:n.origin)||window.location.origin});yield t(r,a),this.nextRequestStatus.update({isLoading:!1}),u(this,Fs,"m",va).call(this,o)}}))))),this.flowState=e}nativeResume(e,t){var i,n,r,o,s,a;const d=JSON.parse(t);if("oauthWeb"===e||"sso"===e){let e,{exchangeCode:t}=d;if(!t){const r=new URL(d.url);t=null===(i=r.searchParams)||void 0===i?void 0:i.get(cr),e=(null===(n=r.searchParams)||void 0===n?void 0:n.get(hr))||void 0}null===(o=(r=this.nativeCallbacks).complete)||void 0===o||o.call(r,{exchangeCode:t,exchangeError:e,idpInitiated:!0})}else if("magicLink"===e){const e=new URL(d.url),t=e.searchParams.get("t"),i=e.searchParams.get(lr).split("_").pop();u(this,oa,"f").call(this),this.flowState.update({token:t,stepId:i,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:i}=this.nativeCallbacks;this.nativeCallbacks.screenNext=null,null==i||i(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)=>i=>{this.dispatchEvent(new CustomEvent("components-context",{detail:{[so(e.id,e.resultKey)]:i},bubbles:!0,composed:!0})),t(e.id)};this.loggerWrapper.debug(`Preparing to load scripts: ${e.map((e=>e.id)).join(", ")}`);const i=Promise.all(null==e?void 0:e.map((e=>c(this,void 0,void 0,(function*(){var i,n,r;const o=this.shadowRoot.querySelector(`[data-script-id="${e.id}"]`);if(o){this.loggerWrapper.debug("Script already loaded",e.id);const{moduleRes:t}=o;return null===(i=null==t?void 0:t.start)||void 0===i||i.call(t),t}(null===(n=globalThis.descope)||void 0===n?void 0:n[e.id])||(yield this.injectNpmLib("@descope/flow-scripts","1.0.16",`dist/${e.id}.js`));const s=null===(r=globalThis.descope)||void 0===r?void 0:r[e.id];return new Promise(((i,n)=>{try{const n=s(e.initArgs,{baseUrl:this.baseUrl,ref:this},t(e,i),this.loggerWrapper);if(n){const t=document.createElement("div");t.setAttribute("data-script-id",e.id),t.moduleRes=n,this.shadowRoot.appendChild(t);const i=this.nextRequestStatus.subscribe((()=>{var r;this.loggerWrapper.debug("Stopping script",e.id),(null===(r=n.stop)||void 0===r?void 0:r.call(n))&&(this.nextRequestStatus.unsubscribe(i),this.loggerWrapper.debug("Removing script",e.id),this.shadowRoot.removeChild(t))}))}}catch(e){n(e)}}))}))))),n=new Promise((e=>{setTimeout((()=>{this.loggerWrapper.warn("SDK scripts loading timeout"),e(!0)}),5e3)}));return Promise.race([i,n])}get isDismissScreenErrorOnInput(){return"true"===this.getAttribute("dismiss-screen-error-on-input")}init(){if(!window.descopeBridge)return this._init();this.lazyInit=this._init}_init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t,i;this.shadowRoot.isConnected&&(null===(t=this.flowState)||void 0===t||t.subscribe(this.onFlowChange.bind(this)),u(this,Fs,"m",Ys).call(this),window.addEventListener("visibilitychange",u(this,Ks,"f").visibilitychange)),yield null===(i=e.init)||void 0===i?void 0:i.call(this)}))}disconnectedCallback(){var e;super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,oa,"f").call(this),null===(e=u(this,Bs,"f"))||void 0===e||e.abort(),h(this,Bs,null,"f"),window.removeEventListener("visibilitychange",u(this,Ks,"f").visibilitychange)}getHtmlFilenameWithLocale(e,t){return c(this,void 0,void 0,(function*(){let i;const n=ro(e),r=yield this.getTargetLocales();return r.includes(n.locale)?i=`${t}-${n.locale}.html`:r.includes(n.fallback)&&(i=`${t}-${n.fallback}.html`),i}))}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(i){this.loggerWrapper.error(`Failed to fetch flow page from ${t}. Fallback to url ${e}`,i)}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,i){return c(this,void 0,void 0,(function*(){var n,r;const{projectId:o,flowId:s,tenant:a,stepId:d,executionId:f,action:p,screenId:g,screenState:v,redirectTo:m,redirectIsPopup:y,redirectUrl:b,token:$,code:w,isPopup:C,exchangeError:k,webauthnTransactionId:S,webauthnOptions:I,redirectAuthCodeChallenge:R,redirectAuthCallbackUrl:x,redirectAuthBackupCallbackUri:O,redirectAuthInitiator:E,locale:A,samlIdpResponseUrl:N,samlIdpResponseSamlResponse:j,samlIdpResponseRelayState:M,wsFedIdpResponseUrl:P,wsFedIdpResponseWresult:U,wsFedIdpResponseWctx:T,nativeResponseType:W,nativePayload:L,reqTimestamp:D}=e,_=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 F,q,B;const V=(()=>{const e=Ro(xo);if(!e){const e=Math.floor(100*Math.random()+1);return Io(xo,e.toString()),e}return Number(e)})(),{outboundAppId:K}=this,{outboundAppScopes:H}=this,z=this.sdk.getLastUserLoginId(),G=yield this.getFlowConfig(),J=yield this.getProjectConfig(),Z=Object.entries(J.flows||{}).reduce(((e,[t,i])=>(e[t]=i.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){jo(this.loggerWrapper);const e=[...G.clientScripts||[],...G.sdkScripts||[]];if(G.conditions){let t=[];({startScreenId:F,conditionInteractionId:B,startScreenName:q,clientScripts:t,componentsConfig:Q}=((e,t)=>{const i=null==t?void 0:t.find((({key:t,operator:i,predicate:n})=>{var r;if("ELSE"===t)return!0;const o=null===(r=Oo[t])||void 0===r?void 0:r[i];return!!(null==o?void 0:o(e,n))}));return i?{startScreenId:i.met.screenId,startScreenName:i.met.screenName,conditionInteractionId:i.met.interactionId,clientScripts:i.met.clientScripts,componentsConfig:i.met.componentsConfig}:{}})({loginId:z,code:w,token:$,abTestingKey:V,lastAuth:Eo(z,this.loggerWrapper)},G.conditions)),e.push(...t||[])}else G.condition?({startScreenId:F,conditionInteractionId:B}=((e,t)=>{var i;const n=null===(i=Oo[null==e?void 0:e.key])||void 0===i?void 0:i[e.operator];if(!n)return{};const r=n(t,e.predicate)?e.met:e.unmet;return{startScreenId:null==r?void 0:r.screenId,startScreenName:null==r?void 0:r.screenName,conditionInteractionId:null==r?void 0:r.interactionId}})(G.condition,{loginId:z,code:w,token:$,abTestingKey:V,lastAuth:Eo(z,this.loggerWrapper)})):(q=G.startScreenName,F=G.startScreenId);if(h(this,Vs,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield xi(G.fingerprintKey,this.baseUrl):oi(Ii),!eo(F,_)){const e=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},_),{client:this.client}),b&&{redirectUrl:b}),{lastAuth:Eo(z,this.loggerWrapper),abTestingKey:V,locale:ro(A).locale,nativeOptions:X,outboundAppId:K,outboundAppScopes:H}),B,"",J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),w?{exchangeCode:w,idpInitiated:!0}:{}),_.descopeIdpInitiated&&{idpInitiated:!0}),$?{token:$}:{}),_.oidcLoginHint?{externalId:_.oidcLoginHint}:{}));return u(this,aa,"f").call(this,e),void("completed"!==(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.status)&&this.flowState.update({code:void 0,token:void 0}))}}if(this.loggerWrapper.debug("Before popup postmessage send",JSON.stringify({isPopup:C,code:w,exchangeError:k,isCodeChanged:i("code"),isExchangeErrorChanged:i("exchangeError")})),C&&(i("code")&&w||i("exchangeError")&&k))return void u(this,Fs,"m",Ra).call(this,f,w,k);if(f&&(i("token")&&$||i("code")&&w||i("exchangeError")&&k)){const e=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,{token:$,exchangeCode:w,exchangeError:k});return u(this,aa,"f").call(this,e),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(p===Tr&&N&&["samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState"].some((e=>i(e)))){if(!j)return void this.loggerWrapper.error("Did not get saml idp params data to load");((e,t,i,n)=>{const r=document.createElement("form");r.method="POST",r.action=e,r.innerHTML=`\n <input type="hidden" role="saml-response" name="SAMLResponse" value="${t}" />\n <input type="hidden" role="saml-relay-state" name="RelayState" value="${i}" />\n <input style="display: none;" id="SAMLSubmitButton" type="submit" value="Continue" />\n `,document.body.appendChild(r),n(r)})(N,j,M||"",to)}if(p===Tr&&P&&["wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx"].some((e=>i(e)))){if(!U)return void this.loggerWrapper.error("Did not get wsfed idp params data to load");((e,t,i,n)=>{const r=document.createElement("form");r.method="POST",r.action=e;const o=(e,t)=>{const i=document.createElement("input");return i.type="hidden",i.name=e,i.value=t,i};r.appendChild(o("wa","wsignin1.0")),r.appendChild(o("wresult",t)),r.appendChild(o("wctx",i));const s=document.createElement("input");s.type="submit",s.id="WSFedSubmitButton",s.value="Continue",s.style.display="none",r.appendChild(s),document.body.appendChild(r),n(r)})(P,U,T||"",to)}if(p===Nr&&(i("redirectTo")||i("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,i,n)=>{const r=void 0!==window.screenLeft?window.screenLeft:window.screen.left,o=void 0!==window.screenTop?window.screenTop:window.screen.top,s=((window.innerWidth||document.documentElement.clientWidth||window.screen.width)-i)/2+r,a=((window.innerHeight||document.documentElement.clientHeight||window.screen.height)-n)/2+o,d=function(){const e=navigator.userAgent||"",t=/\b(iPhone)\b/.test(e),i=/Safari/.test(e)&&!/CriOS|FxiOS|OPiOS|EdgiOS|Chrome|Chromium/.test(e);return t&&i}()?"about:blank":"",l=window.open(d,t,`width=${i},height=${n},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"));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:n,data:r}=e.data||{};"code"===n&&this.flowState.update({code:r.code,exchangeError:r.exchangeError})};let n;this.loggerWrapper.debug("Starting popup closed detection");const r=setInterval((()=>{e.closed&&(this.loggerWrapper.debug("Popup closed, dispatching popupclosed event"),clearInterval(r),u(this,Fs,"m",Ia).call(this,"popupclosed",{}),this.loggerWrapper.debug("Cleaning up popup listeners"),null==n||n())}),1e3);if(t)window.addEventListener("message",i),n=()=>{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,n=()=>{this.loggerWrapper.debug("Closing channel"),e.close()}}}else this.handleRedirect(m),this.flowState.update({redirectTo:"no-op"}),u(this,Fs,"m",Ia).call(this,"popupclosed",{});return}if(p===Mr||p===Pr){if(!S||!I)return void this.loggerWrapper.error("Did not get webauthn transaction id or options");let e,t;null===(r=u(this,Bs,"f"))||void 0===r||r.abort(),h(this,Bs,null,"f");try{e=p===Mr?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}const i=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,{transactionId:S,response:e,failure:t});u(this,aa,"f").call(this,i)}if(p===Ur)return this.nativeCallbacks.complete=e=>c(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,e);u(this,aa,"f").call(this,t)})),u(this,Fs,"m",Js).call(this,W,L),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((i("action")||i("deferredPolling"))&&u(this,ra,"f").call(this,f,d,G.version,J.componentsVersion),!g&&!F)return void this.loggerWrapper.warn("No screen was found to show");const ee=F||g,te=yield this.getHtmlFilenameWithLocale(A,ee),{oidcLoginHint:ie,oidcPrompt:ne,oidcErrorRedirectUri:re,oidcResource:oe,samlIdpUsername:se}=_,ae={direction:Hr(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:ie,oidcPrompt:ne,oidcErrorRedirectUri:re,oidcResource:oe,action:p,locale:ro(A).locale},de=Eo(z,this.loggerWrapper);eo(F,_)?ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const i=(null==G?void 0:G.clientScripts)||[];yield u(this,Fs,"m",$a).call(this,i);const n=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},_),{lastAuth:de,preview:this.preview,abTestingKey:V,client:this.client}),b&&{redirectUrl:b}),{locale:ro(A).locale,nativeOptions:X,outboundAppId:K,outboundAppScopes:H}),B,e,J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),this.getComponentsContext()),oo(t)),w&&{exchangeCode:w,idpInitiated:!0}),_.descopeIdpInitiated&&{idpInitiated:!0}),$&&{token:$}),ae.next.isCustomScreen);return u(this,aa,"f").call(this,n),n})):(i("projectId")||i("baseUrl")||i("executionId")||i("stepId"))&&(ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const i=(null==v?void 0:v.clientScripts)||[];yield u(this,Fs,"m",$a).call(this,i);const n=yield this.sdk.flow.next(f,d,e,G.version,J.componentsVersion,Object.assign(Object.assign({},this.getComponentsContext()),oo(t)),ae.next.isCustomScreen);return u(this,aa,"f").call(this,n),n}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,Fs,"m",ta).call(this,ae),this.stepState.update(ae)}))}onStepChange(e,t){return c(this,void 0,void 0,(function*(){var i,n,r;const{htmlFilename:o,htmlLocaleFilename:s,direction:a,next:d,screenState:l,screenId:h}=e;this.loggerWrapper.debug("Rendering a flow screen");const f=document.createElement("template");f.innerHTML=yield this.getPageContent(o,s);const p=f.content.cloneNode(!0),g=this.loadDescopeUiComponents(f);this.sdk.webauthn.helpers.isSupported()?yield u(this,Fs,"m",ca).call(this,p,d):(e=>{e.querySelectorAll(`descope-button[${Ar}="biometrics"]`).forEach((e=>e.setAttribute("disabled","true")))})(p),!e.samlIdpUsername||(null===(i=l.form)||void 0===i?void 0:i.loginId)||(null===(n=l.form)||void 0===n?void 0:n.email)||(l.form||(l.form={}),l.form.loginId=e.samlIdpUsername,l.form.email=e.samlIdpUsername),Co(p,l,this.formConfig,this.loggerWrapper);const{geo:v}=null!==(r=yield this.getExecutionContext())&&void 0!==r?r:{};((e,t)=>{Object.entries({"default-code":"autoDetect","default-country":"autoDetect"}).forEach((([i,n])=>{Array.from(e.querySelectorAll(`[${i}="${n}"]`)).forEach((e=>{e.setAttribute(i,t||n)}))}))})(p,v),((e,t)=>{let i=t;if(t)try{const[e]=Intl.getCanonicalLocales(t);e&&(i=e)}catch(e){}Object.entries({lang:"autoDetect"}).forEach((([t,n])=>{Array.from(e.querySelectorAll(`[${t}="${n}"]`)).forEach((e=>{e.setAttribute(t,i||n)}))}))})(p,e.locale);const m=()=>c(this,void 0,void 0,(function*(){var i,n;yield g;const r=this.contentRootElement;((e,t)=>{wo(e,"descope-totp-image",t)})(r,null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image),((e,t)=>{wo(e,"descope-notp-image",t)})(r,null===(n=null==l?void 0:l.notp)||void 0===n?void 0:n.image),((e,t,i,n)=>{i&&Object.keys(i).forEach((r=>{if(!t.querySelector(r))return void n.debug(`Skipping css vars for component "${r}"`,`Got css vars for component ${r} but Could not find it on next page`);const o=customElements.get(r);o?Object.keys(i[r]).forEach((t=>{var s;const a=i[r],d=null===(s=null==o?void 0:o.cssVarList)||void 0===s?void 0:s[t];if(!d)return void n.info(`Could not find css variable name for ${t} in ${r}`,"Check if the css variable is defined in the component");const l=a[t];e.style.setProperty(d,l)})):n.debug(`Could not find component class for ${r}`,"Check if the component is registered")}))})(r,p,l.cssVars,this.loggerWrapper),r.replaceChildren(p);const o=!t.htmlFilename;setTimeout((()=>{u(this,Fs,"m",ma).call(this),this.validateOnBlur&&(e=>{e.querySelectorAll("*[name]").forEach((t=>{t.addEventListener("blur",(()=>{var i;const n=()=>{var e;const i=t.focus;t.focus=()=>{},null===(e=t.reportValidity)||void 0===e||e.call(t),setTimeout((()=>{t.focus=i}))};if("true"===t.getAttribute("invalid")||(null===(i=t.value)||void 0===i?void 0:i.length))return void n();const r={timer:void 0},o=e=>{"true"===e.target.getAttribute("formnovalidate")&&(clearTimeout(r.timer),r.timer=void 0)};r.timer=setTimeout((()=>{e.removeEventListener("click",o),n(),r.timer=void 0}),150),e.addEventListener("click",o,{once:!0})}))}))})(r),((e,t)=>{mo(e,null==t?void 0:t.inputs),mo(e,null==t?void 0:t.form)})(r,l),u(this,Fs,"m",ua).call(this,{isFirstScreen:o,isCustomScreen:!1,stepName:e.stepName}),Xr(r,this.autoFocus,o),u(this,Fs,"m",ka).call(this,h)})),u(this,Fs,"m",Sa).call(this,d,h),r.querySelector(`[${Ar}="polling"]`)&&d(Lr,{})}));a?u(this,Fs,"m",na).call(this,m):m()}))}getInputs(){return Array.from(this.shadowRoot.querySelectorAll(`*:not(slot)[name]:not([${fr}])`))}shouldUsePopupPostMessage(){if(!this.popupOrigin)return!1;try{new URL(this.popupOrigin)}catch(e){return!1}return!0}};qs=new WeakMap,Bs=new WeakMap,Vs=new WeakMap,Ks=new WeakMap,ea=new WeakMap,ia=new WeakMap,ra=new WeakMap,oa=new WeakMap,sa=new WeakMap,aa=new WeakMap,da=new WeakMap,pa=new WeakMap,ba=new WeakMap,Fs=new WeakSet,Hs=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},zs=function(e,t,i){return c(this,void 0,void 0,(function*(){var n;return(null===(n=this.nativeOptions)||void 0===n?void 0:n.bridgeVersion)>=2&&new Promise((n=>{this.nativeCallbacks.screenNext=i,this.nativeCallbacks.screenResolve=n,u(this,Fs,"m",Js).call(this,"beforeScreen",{screen:e,context:t})}))}))},Gs=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,Fs,"m",Js).call(this,"afterScreen",{screen:e})},Js=function(e,t){u(this,Fs,"m",Ia).call(this,"bridge",{type:e,payload:t})},Zs=function({errorText:e,errorType:t}){const i=()=>{var i;let n=e;try{n=(null===(i=this.errorTransformer)||void 0===i?void 0:i.call(this,{text:e,type:t}))||e}catch(e){this.loggerWrapper.error("Error transforming error message",e.message)}((e,t,i="")=>{e.querySelectorAll(`[${Ar}="${t}"]`).forEach((e=>{e.textContent=i,e.classList[i?"remove":"add"]("hide")}))})(this.contentRootElement,"error-message",n)};this.addEventListener("screen-updated",i,{once:!0}),i()},Ys=function(){var e,t,i;null===(e=this.stepState)||void 0===e||e.subscribe(this.onStepChange.bind(this),(e=>{var t=e.screenState,i=l(void 0===t?{}:t,["errorText","errorType"]),n=l(e,["screenState"]);return Object.assign(Object.assign({},n),{screenState:i})})),null===(t=this.stepState)||void 0===t||t.subscribe(u(this,Fs,"m",Zs).bind(this),(e=>{var t,i;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(i=null==e?void 0:e.screenState)||void 0===i?void 0:i.errorType}}),{forceUpdate:!0}),null===(i=this.stepState)||void 0===i||i.subscribe(u(this,Fs,"m",Xs).bind(this),(e=>{var t,i;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(i=null==e?void 0:e.screenState)||void 0===i?void 0:i.errorType}}),{forceUpdate:!0})},Xs=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=""}))})),Xr(this.contentRootElement,this.autoFocus,!1))},Qs=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")}))},ta=function(e){return c(this,void 0,void 0,(function*(){var t;const i=Object.assign(Object.assign({},this.stepState.current),e),{next:n,stepName:r}=i,o=(e=>{var t,i,n;const r=(o=e.screenState,s=(e,t)=>Fr.includes(t)||t.startsWith("_"),Object.fromEntries(Object.entries(o).filter((([e,t])=>!s(0,e)))));var o,s;const{screenState:{errorText:a,errorType:d}}=e;return(a||d)&&(r.error={text:a,type:d}),e.action&&(r.action=e.action),(null===(n=null===(i=null===(t=e.screenState)||void 0===t?void 0:t.componentsConfig)||void 0===i?void 0:i.thirdPartyAppApproveScopes)||void 0===n?void 0:n.data)&&(r.inboundAppApproveScopes=e.screenState.componentsConfig.thirdPartyAppApproveScopes.data),r})(l(i,["next","stepName"]));let s=yield u(this,Fs,"m",zs).call(this,r,o,n);s||(s=Boolean(yield null===(t=this.onScreenUpdate)||void 0===t?void 0:t.call(this,r,o,n,this)));const a=!this.stepState.current.htmlFilename;if(u(this,ia,"f").call(this,s),n&&(n.isCustomScreen=s),u(this,ea,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,ea,s,"f"),s?this.stepState.unsubscribeAll():u(this,Fs,"m",Ys).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,Fs,"m",ua).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},na=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")},la=function(e){const t=e.getAttribute("name");if(!["email"].includes(t)){const i=`user-${t}`;e.setAttribute("name",i),e.addEventListener("input",(()=>{e.setAttribute("name",e.value?t:i)}))}},ca=function(e,t){return c(this,void 0,void 0,(function*(){var i;null===(i=u(this,Bs,"f"))||void 0===i||i.abort();const n=e.querySelector('*[autocomplete="webauthn"]');if(n&&(yield ko())){const{options:e,transactionId:i}=(yield u(this,da,"f").call(this))||{};e&&i&&(u(this,Fs,"m",la).call(this,n),h(this,Bs,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,Bs,"f")).then((e=>c(this,void 0,void 0,(function*(){t(n.id,{transactionId:i,response:e})})))).catch((e=>{"AbortError"!==e.name&&this.loggerWrapper.error("Conditional login failed",e.message)})))}}))},ua=function({isFirstScreen:e,isCustomScreen:t,stepName:i}){e&&u(this,Fs,"m",Ia).call(this,"ready",{}),t||u(this,Fs,"m",Gs).call(this,i),u(this,Fs,"m",Ia).call(this,"page-updated",{screenName:i}),u(this,Fs,"m",Ia).call(this,"screen-updated",{screenName:i})},ha=function(){let e=!0;return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reverse().forEach((t=>{var i,n;"slot"===t.localName||t.classList.contains("hidden")||(null===(i=t.reportValidity)||void 0===i||i.call(t),e&&(e=null===(n=t.checkValidity)||void 0===n?void 0:n.call(t)))})),e},fa=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})),{})}))},ga=function(e){const t=Array.from(this.contentRootElement.querySelectorAll(':not([disabled]), [disabled="false"]')).filter((t=>t!==e)),i=()=>c(this,void 0,void 0,(function*(){this.loggerWrapper.debug("Restoring components state"),this.removeEventListener("popupclosed",i),e.removeAttribute("loading"),t.forEach((e=>{e.removeAttribute("disabled")}));const n=yield this.getFlowConfig(),r=[...n.clientScripts||[],...n.sdkScripts||[]];this.loadSdkScripts(r)})),n=()=>{var e;window.removeEventListener("pageshow",u(this,pa,"f")),h(this,pa,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),i())}),"f"),window.addEventListener("pageshow",u(this,pa,"f"),{once:!0});const t=null===(e=this.stepState)||void 0===e?void 0:e.subscribe(((e,n)=>{e===n&&i(),this.removeEventListener("popupclosed",i),this.stepState.unsubscribe(t)}),(e=>e.screenId),{forceUpdate:!0})},r=this.nextRequestStatus.subscribe((({isLoading:o})=>{o?(this.addEventListener("popupclosed",i,{once:!0}),e.setAttribute("loading","true"),t.forEach((e=>e.setAttribute("disabled","true")))):(this.nextRequestStatus.unsubscribe(r),n())}))},va=function(e={}){var t,i;const n=io(e,["externalId","email","phone"]),r=io(e,["newPassword","password"]);if(n&&r)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:n,password:r});null===(i=null===(t=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===t?void 0:t.store)||void 0===i||i.call(t,e)}catch(e){this.loggerWrapper.error("Could not store credentials",e.message)}},ma=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,Fs,"m",ya).call(this,e)))},ya=function(e){e&&e.querySelectorAll("input").forEach((t=>{const i=t.getAttribute("slot"),n=`input-${e.id}-${i}`,r=document.createElement("slot");r.setAttribute("name",n),r.setAttribute("slot",i),e.appendChild(r),t.setAttribute("slot",n),this.appendChild(t)}))},$a=function(e){return c(this,void 0,void 0,(function*(){if(u(this,Vs,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,Vs,"f"),this.loggerWrapper.debug("Sdk scripts loaded for",(Date.now()-e).toString())}const t=this.loadSdkScriptsModules(),i=e.map((e=>e.id));for(const e of t)if(i.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 n=[];for(const e of t)"function"==typeof e.refresh&&n.push(e.refresh());if(n.length>0)try{yield Qr(5e3,Promise.all(n),null)}catch(e){this.loggerWrapper.error("Failed to refresh script module",e.message)}}))},wa=function(e,t){this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((i=>{i.addEventListener("input",(()=>{var n;(null===(n=i.checkValidity)||void 0===n?void 0:n.call(i))&&u(this,ba,"f").call(this,i,e,t)}))}))},Ca=function(e,t,i){t&&i&&"true"===e.getAttribute("data-opt-in-last-used-auth")&&function(e,t,i){try{const i=No();i[e]=t,Io(_r,JSON.stringify(i))}catch(e){null==i||i.warn("[Descope] Failed to update in-flight last auth storage",String(e))}}(i,t,this.loggerWrapper)},ka=function(e){var t;const i=null===(t=Eo(this.sdk.getLastUserLoginId(),this.loggerWrapper).lastUsedPerScreen)||void 0===t?void 0:t[e];if(!i)return;const n=this.contentRootElement.querySelector('descope-attachment[data-type="last-auth-badge"]'),r=this.contentRootElement.querySelector(`#${CSS.escape(i)}`);n&&r&&(r.replaceWith(n),n.appendChild(r))},Sa=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${pr}]), [data-type="button"]:not([${pr}]`).forEach((i=>{i.onclick=()=>{u(this,ba,"f").call(this,i,e,t)}})),u(this,Fs,"m",wa).call(this,e,t),this.isDismissScreenErrorOnInput&&this.contentRootElement.querySelectorAll(`*[name]:not([${fr}])`).forEach((e=>{e.addEventListener("input",(()=>{this.stepState.update((e=>Object.assign(Object.assign({},e),{screenState:Object.assign(Object.assign({},e.screenState),{errorText:"",errorType:""})})))}))}))},Ia=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},Ra=function(e,t,i){var n;const[r,o]=(null===(n=window.name)||void 0===n?void 0:n.split("|"))||[],s={data:{code:t,exchangeError:i},action:"code"};if("descope-wc"===r&&o){this.loggerWrapper.debug("Using postMessage fallback to notify opener in origin",o);try{window.opener.postMessage(s,o)}catch(e){this.loggerWrapper.error("Failed to send postMessage fallback (likely COOP isolation)",null==e?void 0:e.message)}}else{this.loggerWrapper.debug("Creating popup channel",e);const t=new BroadcastChannel(e);t.postMessage(s),t.close()}try{window.close()}catch(e){}},customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",xa);var Oa=Object.freeze({__proto__:null,default:xa});const Ea=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(Fo,Uo)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),this.attributeChangedCallback=(e,i,n)=>{var r;null===(r=super.attributeChangedCallback)||void 0===r||r.call(this,e,i,n),"debug"===e&&u(this,t,"m",o).call(this)}}get debug(){return"true"===this.getAttribute("debug")}onLogEvent(e,i){var n;null===(n=super.onLogEvent)||void 0===n||n.call(this,e,i),"error"===e&&u(this,t,"m",s).call(this,i[0]||"Error",i[1])}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,t,"m",o).call(this)}},i=new WeakMap,t=new WeakSet,n=function(){var e;null===(e=u(this,i,"f"))||void 0===e||e.remove(),h(this,i,null,"f")},r=async function(){h(this,i,document.createElement("descope-debugger"),"f"),Object.assign(u(this,i,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),await Promise.resolve().then((function(){return WC})),document.body.appendChild(u(this,i,"f"))},o=function(){this.debug?u(this,t,"m",r).call(this):u(this,t,"m",n).call(this)},s=function(e,t){var n;e&&(null===(n=u(this,i,"f"))||void 0===n||n.updateData({title:e,description:t}))},a})),Aa="descope-modal";var Na,ja;class Ma{constructor(e,t){Na.set(this,void 0),this.nodeName="",h(this,Na,e,"f"),this.logger=t.logger}get asyncEle(){return(async e=>new Promise((t=>{const i=setInterval((()=>{const n="function"==typeof e?e():e;n&&(clearInterval(i),t(n))}),100);setTimeout((()=>{clearInterval(i),t(null)}),1e3)})))(u(this,Na,"f"))}get ele(){var e,t;const i="function"==typeof u(this,Na,"f")?u(this,Na,"f").call(this):u(this,Na,"f");return i?(null==i?void 0:i.localName)!==this.nodeName?(null===(t=this.logger)||void 0===t||t.debug(`node name do not match, expected "${this.nodeName}", received "${i.localName}" `,Error()),null):i:(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}}Na=new WeakMap;class Pa extends Ma{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}}let Ua=class extends Ma{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)}}},Ta=class extends Ma{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")}};class Wa extends Ma{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,i;e?null===(i=this.ele)||void 0===i||i.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)}}}let La=class extends Ta{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 Da=/^descope-grid-([^-]+)-column$/,_a={text:class extends Ma{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 Ma{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 Fa=class extends Ma{constructor(){super(...arguments),this.nodeName="descope-grid",ja.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 i;const n=null===(i=Da.exec(t.localName))||void 0===i?void 0:i[1],r=_a[n];return r?(e.push(new r(t,{logger:this.logger})),e):e}),[]):[]}filterColumns(e){var t,i;const n=null===(t=this.ele.columns)||void 0===t?void 0:t.filter(e);n&&this.ele.columns&&(wn(n,this.ele.columns)||(this.ele.columns=n,null===(i=u(this,ja,"f"))||void 0===i||i.call(this,n)))}onColumnsChange(e){h(this,ja,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};ja=new WeakMap;let qa=class extends Ma{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 Ba;let Va=class extends Ma{constructor(){super(...arguments),Ba.set(this,void 0),this.nodeName="descope-modal"}close(){var e,t;null===(e=this.ele)||void 0===e||e.removeAttribute("opened"),null===(t=this.afterClose)||void 0===t||t.call(this)}async open(){var e,t;await(null===(e=this.beforeOpen)||void 0===e?void 0:e.call(this)),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,Ba,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,Ba,"f").content.cloneNode(!0)))}setContent(e){h(this,Ba,e,"f"),this.reset()}remove(){var e;null===(e=this.ele)||void 0===e||e.remove()}};Ba=new WeakMap;let Ka=class extends Ma{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:i})=>(e[t]=[...new Set([...e[t]||[],...i])],e)),{})).map((([e,t])=>({tenantId:e,roleNames:t})))}},Ha=class extends Ma{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()))}},za=class extends Ma{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()}},Ga=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("connect-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("connect-clicked",i)}}onDisconnectClick(e){var t;const i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("disconnect-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("disconnect-clicked",i)}}},Ja=class extends Ma{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)}},Za=class extends Ma{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)}},Ya=class extends Ma{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")}},Xa=class extends Ma{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)}}},Qa=class extends Ma{constructor(){super(...arguments),this.nodeName="descope-user-auth-method"}set fulfilled(e){var t,i;e?null===(t=this.ele)||void 0===t||t.setAttribute("fulfilled","true"):null===(i=this.ele)||void 0===i||i.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")}},ed=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-device-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-device-clicked",i)}}},td=class extends Ja{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}},id=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-passkey-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-passkey-clicked",i)}}};const nd=Rn((e=>{var t,i;const n=bn(Fo,cs,rs)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends Va{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const i=((e={})=>{const t=document.createElement(Aa);return Object.keys(e).forEach((i=>{t.setAttribute(i,e[i])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(i),new(u(this,t,"f"))(i,{logger:this.logger})}async init(){var e;this.loadDescopeUiComponents([Aa]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,i})),rd="descope-notification",od=Rn((e=>{var t,i;const n=bn(Fo,cs,rs)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends za{setContent(t){const i="string"==typeof t?$n(t):t;e(i),super.setContent(i)}}})())}createNotification(e){const i=((e={})=>{const t=document.createElement(rd);return Object.keys(e).forEach((i=>{t.setAttribute(i,e[i])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(i),new(u(this,t,"f"))(i,{logger:this.logger})}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.loadDescopeUiComponents([rd])}},t=new WeakMap,i}));function sd(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 ad=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),dd=()=>Math.random().toString(36).substring(7).split("").join("."),ld={INIT:`@@redux/INIT${dd()}`,REPLACE:`@@redux/REPLACE${dd()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${dd()}`};function cd(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 ud(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 i=function(e){return"function"==typeof e.constructor?e.constructor.name:null}(e);switch(i){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return i}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function hd(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=ud(e)),t}function fd(e,t,i){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(2):`Expected the root reducer to be a function. Instead, received: '${hd(e)}'`);if("function"==typeof t&&"function"==typeof i||"function"==typeof i&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?sd(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===i&&(i=t,t=void 0),void 0!==i){if("function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?sd(1):`Expected the enhancer to be a function. Instead, received: '${hd(i)}'`);return i(fd)(e,t)}let n=e,r=t,o=new Map,s=o,a=0,d=!1;function l(){s===o&&(s=new Map,o.forEach(((e,t)=>{s.set(t,e)})))}function c(){if(d)throw new Error("production"===process.env.NODE_ENV?sd(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 r}function u(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(4):`Expected the listener to be a function. Instead, received: '${hd(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?sd(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 i=a++;return s.set(i,e),function(){if(t){if(d)throw new Error("production"===process.env.NODE_ENV?sd(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(i),o=null}}}function h(e){if(!cd(e))throw new Error("production"===process.env.NODE_ENV?sd(7):`Actions must be plain objects. Instead, the actual type was: '${hd(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?sd(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?sd(17):`Action "type" property must be a string. Instead, the actual type was: '${hd(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?sd(9):"Reducers may not dispatch actions.");try{d=!0,r=n(r,e)}finally{d=!1}return(o=s).forEach((e=>{e()})),e}h({type:ld.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(10):`Expected the nextReducer to be a function. Instead, received: '${hd(e)}`);n=e,h({type:ld.REPLACE})},[ad]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?sd(11):`Expected the observer to be an object. Instead, received: '${hd(t)}'`);function i(){const e=t;e.next&&e.next(c())}i();return{unsubscribe:e(i)}},[ad](){return this}}}}}function pd(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function gd(e){const t=Object.keys(e),i={};for(let n=0;n<t.length;n++){const r=t[n];"production"!==process.env.NODE_ENV&&void 0===e[r]&&pd(`No reducer provided for key "${r}"`),"function"==typeof e[r]&&(i[r]=e[r])}const n=Object.keys(i);let r,o;"production"!==process.env.NODE_ENV&&(r={});try{!function(e){Object.keys(e).forEach((t=>{const i=e[t];if(void 0===i(void 0,{type:ld.INIT}))throw new Error("production"===process.env.NODE_ENV?sd(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===i(void 0,{type:ld.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?sd(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${ld.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.`)}))}(i)}catch(e){o=e}return function(e={},t){if(o)throw o;if("production"!==process.env.NODE_ENV){const n=function(e,t,i,n){const r=Object.keys(t),o=i&&i.type===ld.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(0===r.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!cd(e))return`The ${o} has unexpected type of "${hd(e)}". Expected argument to be an object with the following keys: "${r.join('", "')}"`;const s=Object.keys(e).filter((e=>!t.hasOwnProperty(e)&&!n[e]));return s.forEach((e=>{n[e]=!0})),i&&i.type===ld.REPLACE?void 0:s.length>0?`Unexpected ${s.length>1?"keys":"key"} "${s.join('", "')}" found in ${o}. Expected to find one of the known reducer keys instead: "${r.join('", "')}". Unexpected keys will be ignored.`:void 0}(e,i,t,r);n&&pd(n)}let s=!1;const a={};for(let r=0;r<n.length;r++){const o=n[r],d=i[o],l=e[o],c=d(l,t);if(void 0===c){const e=t&&t.type;throw new Error("production"===process.env.NODE_ENV?sd(14):`When called with an action of type ${e?`"${String(e)}"`:"(unknown type)"}, the slice reducer for key "${o}" 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[o]=c,s=s||c!==l}return s=s||n.length!==Object.keys(e).length,s?a:e}}function vd(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...i)=>e(t(...i))))}function md(e){return cd(e)&&"type"in e&&"string"==typeof e.type}var yd=Symbol.for("immer-nothing"),bd=Symbol.for("immer-draftable"),$d=Symbol.for("immer-state"),wd="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 Cd(e,...t){if("production"!==process.env.NODE_ENV){const i=wd[e],n="function"==typeof i?i.apply(null,t):i;throw new Error(`[Immer] ${n}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var kd=Object.getPrototypeOf;function Sd(e){return!!e&&!!e[$d]}function Id(e){return!!e&&(xd(e)||Array.isArray(e)||!!e[bd]||!!e.constructor?.[bd]||jd(e)||Md(e))}var Rd=Object.prototype.constructor.toString();function xd(e){if(!e||"object"!=typeof e)return!1;const t=kd(e);if(null===t)return!0;const i=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return i===Object||"function"==typeof i&&Function.toString.call(i)===Rd}function Od(e,t){0===Ed(e)?Object.entries(e).forEach((([i,n])=>{t(i,n,e)})):e.forEach(((i,n)=>t(n,i,e)))}function Ed(e){const t=e[$d];return t?t.type_:Array.isArray(e)?1:jd(e)?2:Md(e)?3:0}function Ad(e,t){return 2===Ed(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Nd(e,t,i){const n=Ed(e);2===n?e.set(t,i):3===n?e.add(i):e[t]=i}function jd(e){return e instanceof Map}function Md(e){return e instanceof Set}function Pd(e){return e.copy_||e.base_}function Ud(e,t){if(jd(e))return new Map(e);if(Md(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&xd(e)){if(!kd(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const i=Object.getOwnPropertyDescriptors(e);delete i[$d];let n=Reflect.ownKeys(i);for(let t=0;t<n.length;t++){const r=n[t],o=i[r];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(i[r]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[r]})}return Object.create(kd(e),i)}function Td(e,t=!1){return Ld(e)||Sd(e)||!Id(e)||(Ed(e)>1&&(e.set=e.add=e.clear=e.delete=Wd),Object.freeze(e),t&&Od(e,((e,t)=>Td(t,!0)))),e}function Wd(){Cd(2)}function Ld(e){return Object.isFrozen(e)}var Dd,_d={};function Fd(e){const t=_d[e];return t||Cd(0,e),t}function qd(){return Dd}function Bd(e,t){t&&(Fd("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Vd(e){Kd(e),e.drafts_.forEach(zd),e.drafts_=null}function Kd(e){e===Dd&&(Dd=e.parent_)}function Hd(e){return Dd={drafts_:[],parent_:Dd,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function zd(e){const t=e[$d];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function Gd(e,t){t.unfinalizedDrafts_=t.drafts_.length;const i=t.drafts_[0];return void 0!==e&&e!==i?(i[$d].modified_&&(Vd(t),Cd(4)),Id(e)&&(e=Jd(t,e),t.parent_||Yd(t,e)),t.patches_&&Fd("Patches").generateReplacementPatches_(i[$d].base_,e,t.patches_,t.inversePatches_)):e=Jd(t,i,[]),Vd(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==yd?e:void 0}function Jd(e,t,i){if(Ld(t))return t;const n=t[$d];if(!n)return Od(t,((r,o)=>Zd(e,n,t,r,o,i))),t;if(n.scope_!==e)return t;if(!n.modified_)return Yd(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;const t=n.copy_;let r=t,o=!1;3===n.type_&&(r=new Set(t),t.clear(),o=!0),Od(r,((r,s)=>Zd(e,n,t,r,s,i,o))),Yd(e,t,!1),i&&e.patches_&&Fd("Patches").generatePatches_(n,i,e.patches_,e.inversePatches_)}return n.copy_}function Zd(e,t,i,n,r,o,s){if("production"!==process.env.NODE_ENV&&r===i&&Cd(5),Sd(r)){const s=Jd(e,r,o&&t&&3!==t.type_&&!Ad(t.assigned_,n)?o.concat(n):void 0);if(Nd(i,n,s),!Sd(s))return;e.canAutoFreeze_=!1}else s&&i.add(r);if(Id(r)&&!Ld(r)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Jd(e,r),t&&t.scope_.parent_||Yd(e,r)}}function Yd(e,t,i=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Td(t,i)}var Xd={get(e,t){if(t===$d)return e;const i=Pd(e);if(!Ad(i,t))return function(e,t,i){const n=tl(t,i);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}(e,i,t);const n=i[t];return e.finalized_||!Id(n)?n:n===el(e.base_,t)?(nl(e),e.copy_[t]=rl(n,e)):n},has:(e,t)=>t in Pd(e),ownKeys:e=>Reflect.ownKeys(Pd(e)),set(e,t,i){const n=tl(Pd(e),t);if(n?.set)return n.set.call(e.draft_,i),!0;if(!e.modified_){const n=el(Pd(e),t),r=n?.[$d];if(r&&r.base_===i)return e.copy_[t]=i,e.assigned_[t]=!1,!0;if(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(i,n)&&(void 0!==i||Ad(e.base_,t)))return!0;nl(e),il(e)}return e.copy_[t]===i&&(void 0!==i||t in e.copy_)||Number.isNaN(i)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=i,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==el(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,nl(e),il(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const i=Pd(e),n=Reflect.getOwnPropertyDescriptor(i,t);return n?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:n.enumerable,value:i[t]}:n},defineProperty(){Cd(11)},getPrototypeOf:e=>kd(e.base_),setPrototypeOf(){Cd(12)}},Qd={};function el(e,t){const i=e[$d];return(i?Pd(i):e)[t]}function tl(e,t){if(!(t in e))return;let i=kd(e);for(;i;){const e=Object.getOwnPropertyDescriptor(i,t);if(e)return e;i=kd(i)}}function il(e){e.modified_||(e.modified_=!0,e.parent_&&il(e.parent_))}function nl(e){e.copy_||(e.copy_=Ud(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Od(Xd,((e,t)=>{Qd[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Qd.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Cd(13),Qd.set.call(this,e,t,void 0)},Qd.set=function(e,t,i){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Cd(14),Xd.set.call(this,e[0],t,i,e[0])};function rl(e,t){const i=jd(e)?Fd("MapSet").proxyMap_(e,t):Md(e)?Fd("MapSet").proxySet_(e,t):function(e,t){const i=Array.isArray(e),n={type_:i?1:0,scope_:t?t.scope_:qd(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let r=n,o=Xd;i&&(r=[n],o=Qd);const{revoke:s,proxy:a}=Proxy.revocable(r,o);return n.draft_=a,n.revoke_=s,a}(e,t);return(t?t.scope_:qd()).drafts_.push(i),i}function ol(e){return Sd(e)||Cd(10,e),sl(e)}function sl(e){if(!Id(e)||Ld(e))return e;const t=e[$d];let i;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,i=Ud(e,t.scope_.immer_.useStrictShallowCopy_)}else i=Ud(e,!0);return Od(i,((e,t)=>{Nd(i,e,sl(t))})),t&&(t.finalized_=!1),i}var al=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,i)=>{if("function"==typeof e&&"function"!=typeof t){const i=t;t=e;const n=this;return function(e=i,...r){return n.produce(e,(e=>t.call(this,e,...r)))}}let n;if("function"!=typeof t&&Cd(6),void 0!==i&&"function"!=typeof i&&Cd(7),Id(e)){const r=Hd(this),o=rl(e,void 0);let s=!0;try{n=t(o),s=!1}finally{s?Vd(r):Kd(r)}return Bd(r,i),Gd(n,r)}if(!e||"object"!=typeof e){if(n=t(e),void 0===n&&(n=e),n===yd&&(n=void 0),this.autoFreeze_&&Td(n,!0),i){const t=[],r=[];Fd("Patches").generateReplacementPatches_(e,n,t,r),i(t,r)}return n}Cd(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...i)=>this.produceWithPatches(t,(t=>e(t,...i)));let i,n;const r=this.produce(e,t,((e,t)=>{i=e,n=t}));return[r,i,n]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Id(e)||Cd(8),Sd(e)&&(e=ol(e));const t=Hd(this),i=rl(e,void 0);return i[$d].isManual_=!0,Kd(t),i}finishDraft(e,t){const i=e&&e[$d];i&&i.isManual_||Cd(9);const{scope_:n}=i;return Bd(n,t),Gd(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let i;for(i=t.length-1;i>=0;i--){const n=t[i];if(0===n.path.length&&"replace"===n.op){e=n.value;break}}i>-1&&(t=t.slice(i+1));const n=Fd("Patches").applyPatches_;return Sd(e)?n(e,t):this.produce(e,(e=>n(e,t)))}},dl=al.produce;al.produceWithPatches.bind(al),al.setAutoFreeze.bind(al),al.setUseStrictShallowCopy.bind(al),al.applyPatches.bind(al),al.createDraft.bind(al),al.finishDraft.bind(al);var ll=(e,t,i)=>{if(1===t.length&&t[0]===i){let t=!1;try{const i={};e(i)===i&&(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})}}},cl=(e,t,i)=>{const{memoize:n,memoizeOptions:r}=t,{inputSelectorResults:o,inputSelectorResultsCopy:s}=e,a=n((()=>({})),...r);if(!(a.apply(null,o)===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:i,firstInputs:o,secondInputs:s,stack:e})}},ul={inputStabilityCheck:"once",identityFunctionCheck:"once"};var hl=e=>Array.isArray(e)?e:[e];function fl(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 i=e.map((e=>"function"==typeof e?`function ${e.name||"unnamed"}()`:typeof e)).join(", ");throw new TypeError(`${t}[${i}]`)}}(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function pl(e,t){const i=[],{length:n}=e;for(let r=0;r<n;r++)i.push(e[r].apply(null,t));return i}var gl="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},vl=0,ml=1;function yl(){return{s:vl,v:void 0,o:null,p:null}}function bl(e,t={}){let i=yl();const{resultEqualityCheck:n}=t;let r,o=0;function s(){let t=i;const{length:s}=arguments;for(let e=0,i=s;e<i;e++){const i=arguments[e];if("function"==typeof i||"object"==typeof i&&null!==i){let e=t.o;null===e&&(t.o=e=new WeakMap);const n=e.get(i);void 0===n?(t=yl(),e.set(i,t)):t=n}else{let e=t.p;null===e&&(t.p=e=new Map);const n=e.get(i);void 0===n?(t=yl(),e.set(i,t)):t=n}}const a=t;let d;if(t.s===ml)d=t.v;else if(d=e.apply(null,arguments),o++,n){const e=r?.deref?.()??r;null!=e&&n(e,d)&&(d=e,0!==o&&o--);r="object"==typeof d&&null!==d||"function"==typeof d?new gl(d):d}return a.s=ml,a.v=d,d}return s.clearCache=()=>{i=yl(),s.resetResultsCount()},s.resultsCount=()=>o,s.resetResultsCount=()=>{o=0},s}function $l(e,...t){const i="function"==typeof e?{memoize:e,memoizeOptions:t}:e,n=(...e)=>{let t,n=0,r=0,o={},s=e.pop();"object"==typeof s&&(o=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={...i,...o},{memoize:d,memoizeOptions:l=[],argsMemoize:c=bl,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=hl(l),p=hl(u),g=fl(e),v=d((function(){return n++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){r++;const e=pl(g,arguments);if(t=v.apply(null,e),"production"!==process.env.NODE_ENV){const{identityFunctionCheck:i,inputStabilityCheck:n}=((e,t)=>{const{identityFunctionCheck:i,inputStabilityCheck:n}={...ul,...t};return{identityFunctionCheck:{shouldRun:"always"===i||"once"===i&&e,run:ll},inputStabilityCheck:{shouldRun:"always"===n||"once"===n&&e,run:cl}}})(m,h);if(i.shouldRun&&i.run(s,e,t),n.shouldRun){const t=pl(g,arguments);n.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:()=>r,resetDependencyRecomputations:()=>{r=0},lastResult:()=>t,recomputations:()=>n,resetRecomputations:()=>{n=0},memoize:d,argsMemoize:c})};return Object.assign(n,{withTypes:()=>n}),n}var wl=$l(bl),Cl=Object.assign(((e,t=wl)=>{!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 i=Object.keys(e),n=t(i.map((t=>e[t])),((...e)=>e.reduce(((e,t,n)=>(e[i[n]]=t,e)),{})));return n}),{withTypes:()=>Cl});function kl(e){return({dispatch:t,getState:i})=>n=>r=>"function"==typeof r?r(t,i,e):n(r)}var Sl=kl(),Il=kl;((...e)=>{const t=$l(...e)})(bl);var Rl="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?vd:vd.apply(null,arguments)},xl=e=>e&&"function"==typeof e.match;function Ol(e,t){function i(...i){if(t){let n=t(...i);if(!n)throw new Error("production"===process.env.NODE_ENV?dc(0):"prepareAction did not return an object");return{type:e,payload:n.payload,..."meta"in n&&{meta:n.meta},..."error"in n&&{error:n.error}}}return{type:e,payload:i[0]}}return i.toString=()=>`${e}`,i.type=e,i.match=t=>md(t)&&t.type===e,i}function El(e){return"function"==typeof e&&"type"in e&&xl(e)}function Al(e,t){let i=0;return{measureTime(e){const t=Date.now();try{return e()}finally{const e=Date.now();i+=e-t}},warnIfExceeded(){i>e&&console.warn(`${t} took ${i}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 Nl=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 jl(e){return Id(e)?dl(e,(()=>{})):e}function Ml(e,t,i){if(e.has(t)){let n=e.get(t);return i.update&&(n=i.update(n,t,e),e.set(t,n)),n}if(!i.insert)throw new Error("production"===process.env.NODE_ENV?dc(10):"No insert provided for key not already in map");const n=i.insert(t,e);return e.set(t,n),n}function Pl(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Ul(e,t,i){const n=Tl(e,t,i);return{detectMutations:()=>Wl(e,t,n,i)}}function Tl(e,t=[],i,n="",r=new Set){const o={value:i};if(!e(i)&&!r.has(i)){r.add(i),o.children={};for(const r in i){const s=n?n+"."+r:r;t.length&&-1!==t.indexOf(s)||(o.children[r]=Tl(e,t,i[r],s))}}return o}function Wl(e,t=[],i,n,r=!1,o=""){const s=i?i.value:void 0,a=s===n;if(r&&!a&&!Number.isNaN(n))return{wasMutated:!0,path:o};if(e(s)||e(n))return{wasMutated:!1};const d={};for(let e in i.children)d[e]=!0;for(let e in n)d[e]=!0;const l=t.length>0;for(let r in d){const s=o?o+"."+r:r;if(l){if(t.some((e=>e instanceof RegExp?e.test(s):s===e)))continue}const d=Wl(e,t,i.children[r],n[r],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function Ll(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||cd(e)}function Dl(e,t="",i=Ll,n,r=[],o){let s;if(!i(e))return{keyPath:t||"<root>",value:e};if("object"!=typeof e||null===e)return!1;if(o?.has(e))return!1;const a=null!=n?n(e):Object.entries(e),d=r.length>0;for(const[e,l]of a){const a=t?t+"."+e:e;if(d){if(r.some((e=>e instanceof RegExp?e.test(a):a===e)))continue}if(!i(l))return{keyPath:a,value:l};if("object"==typeof l&&(s=Dl(l,a,i,n,r,o),s))return s}return o&&_l(e)&&o.add(e),!1}function _l(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!_l(t))return!1;return!0}function Fl(e){return"boolean"==typeof e}var ql=()=>function(e){const{thunk:t=!0,immutableCheck:i=!0,serializableCheck:n=!0,actionCreatorCheck:r=!0}=e??{};let o=new Nl;if(t&&(Fl(t)?o.push(Sl):o.push(Il(t.extraArgument))),"production"!==process.env.NODE_ENV){if(i){let e={};Fl(i)||(e=i),o.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{let t=function(e,t,n,r){return JSON.stringify(e,i(t,r),n)},i=function(e,t){let i=[],n=[];return t||(t=function(e,t){return i[0]===t?"[Circular ~]":"[Circular ~."+n.slice(0,i.indexOf(t)).join(".")+"]"}),function(r,o){if(i.length>0){var s=i.indexOf(this);~s?i.splice(s+1):i.push(this),~s?n.splice(s,1/0,r):n.push(r),~i.indexOf(o)&&(o=t.call(this,r,o))}else i.push(o);return null==e?o:e.call(this,r,o)}},{isImmutable:n=Pl,ignoredPaths:r,warnAfter:o=32}=e;const s=Ul.bind(null,n,r);return({getState:e})=>{let i,n=e(),r=s(n);return a=>d=>{const l=Al(o,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(n=e(),i=r.detectMutations(),r=s(n),i.wasMutated)throw new Error("production"===process.env.NODE_ENV?dc(19):`A state mutation was detected between dispatches, in the path '${i.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(n=e(),i=r.detectMutations(),r=s(n),i.wasMutated)throw new Error("production"===process.env.NODE_ENV?dc(20):`A state mutation was detected inside a dispatch, in the path: ${i.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(n){let e={};Fl(n)||(e=n),o.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=Ll,getEntries:i,ignoredActions:n=[],ignoredActionPaths:r=["meta.arg","meta.baseQueryMeta"],ignoredPaths:o=[],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(!md(u))return l(u);const h=l(u),f=Al(s,"SerializableStateInvariantMiddleware");return d||n.length&&-1!==n.indexOf(u.type)||f.measureTime((()=>{const e=Dl(u,"",t,i,r,c);if(e){const{keyPath:t,value:i}=e;console.error(`A non-serializable value was detected in an action, in the path: \`${t}\`. Value:`,i,"\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 n=Dl(e.getState(),"",t,i,o,c);if(n){const{keyPath:e,value:t}=n;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(r){let e={};Fl(r)||(e=r),o.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=El}=e;return()=>e=>i=>(t(i)&&console.warn(function(e){const t=e?`${e}`.split("/"):[],i=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(${i}())\` instead of \`dispatch(${i})\`. This is necessary even if the action has no payload.`}(i.type)),e(i))}(e))}}return o},Bl=e=>t=>{setTimeout(t,e)},Vl="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:Bl(10),Kl=e=>function(t){const{autoBatch:i=!0}=t??{};let n=new Nl(e);return i&&n.push(((e={type:"raf"})=>t=>(...i)=>{const n=t(...i);let r=!0,o=!1,s=!1;const a=new Set,d="tick"===e.type?queueMicrotask:"raf"===e.type?Vl:"callback"===e.type?e.queueNotification:Bl(e.timeout),l=()=>{s=!1,o&&(o=!1,a.forEach((e=>e())))};return Object.assign({},n,{subscribe(e){const t=n.subscribe((()=>r&&e()));return a.add(e),()=>{t(),a.delete(e)}},dispatch(e){try{return r=!e?.meta?.RTK_autoBatch,o=!r,o&&(s||(s=!0,d(l))),n.dispatch(e)}finally{r=!0}}})})("object"==typeof i?i:void 0)),n},Hl="production"===process.env.NODE_ENV;function zl(e){const t=ql(),{reducer:i,middleware:n,devTools:r=!0,preloadedState:o,enhancers:s}=e||{};let a,d;if("function"==typeof i)a=i;else{if(!cd(i))throw new Error("production"===process.env.NODE_ENV?dc(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=gd(i)}if(!Hl&&n&&"function"!=typeof n)throw new Error("production"===process.env.NODE_ENV?dc(2):"`middleware` field must be a callback");if("function"==typeof n){if(d=n(t),!Hl&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?dc(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!Hl&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?dc(4):"each middleware provided to configureStore must be a function");let l=vd;r&&(l=Rl({trace:!Hl,..."object"==typeof r&&r}));const c=function(...e){return t=>(i,n)=>{const r=t(i,n);let o=()=>{throw new Error("production"===process.env.NODE_ENV?sd(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const s={getState:r.getState,dispatch:(e,...t)=>o(e,...t)},a=e.map((e=>e(s)));return o=vd(...a)(r.dispatch),{...r,dispatch:o}}}(...d),u=Kl(c);if(!Hl&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?dc(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!Hl&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?dc(6):"`enhancers` callback must return an array");if(!Hl&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?dc(7):"each enhancer provided to configureStore must be a function");Hl||!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 fd(a,o,l(...h))}function Gl(e){const t={},i=[];let n;const r={addCase(e,o){if("production"!==process.env.NODE_ENV){if(i.length>0)throw new Error("production"===process.env.NODE_ENV?dc(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(n)throw new Error("production"===process.env.NODE_ENV?dc(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?dc(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?dc(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${s}'`);return t[s]=o,r},addMatcher(e,t){if("production"!==process.env.NODE_ENV&&n)throw new Error("production"===process.env.NODE_ENV?dc(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return i.push({matcher:e,reducer:t}),r},addDefaultCase(e){if("production"!==process.env.NODE_ENV&&n)throw new Error("production"===process.env.NODE_ENV?dc(31):"`builder.addDefaultCase` can only be called once");return n=e,r}};return e(r),[t,i,n]}function Jl(...e){return t=>e.some((e=>((e,t)=>xl(e)?e.match(t):e(t))(e,t)))}var Zl=["name","message","stack","code"],Yl=class{constructor(e,t){this.payload=e,this.meta=t}_type},Xl=class{constructor(e,t){this.payload=e,this.meta=t}_type},Ql=e=>{if("object"==typeof e&&null!==e){const t={};for(const i of Zl)"string"==typeof e[i]&&(t[i]=e[i]);return t}return{message:String(e)}},ec=(()=>{function e(e,t,i){const n=Ol(e+"/fulfilled",((e,t,i,n)=>({payload:e,meta:{...n||{},arg:i,requestId:t,requestStatus:"fulfilled"}}))),r=Ol(e+"/pending",((e,t,i)=>({payload:void 0,meta:{...i||{},arg:t,requestId:e,requestStatus:"pending"}}))),o=Ol(e+"/rejected",((e,t,n,r,o)=>({payload:r,error:(i&&i.serializeError||Ql)(e||"Rejected"),meta:{...o||{},arg:n,requestId:t,rejectedWithValue:!!r,requestStatus:"rejected",aborted:"AbortError"===e?.name,condition:"ConditionError"===e?.name}})));return Object.assign((function(e){return(s,a,d)=>{const l=i?.idGenerator?i.idGenerator(e):((e=21)=>{let t="",i=e;for(;i--;)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 o=i?.condition?.(e,{getState:a,extra:d});if(null!==(p=o)&&"object"==typeof p&&"function"==typeof p.then&&(o=await o),!1===o||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(r(l,e,i?.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 Yl(e,t),fulfillWithValue:(e,t)=>new Xl(e,t)})).then((t=>{if(t instanceof Yl)throw t;return t instanceof Xl?n(t.payload,l,e,t.meta):n(t,l,e)}))])}catch(t){f=t instanceof Yl?o(null,l,e,t.payload,t.meta):o(t,l,e)}var p;return i&&!i.dispatchConditionRejection&&o.match(f)&&f.meta.condition||s(f),f}();return Object.assign(f,{abort:h,requestId:l,arg:e,unwrap:()=>f.then(tc)})}}),{pending:r,rejected:o,fulfilled:n,settled:Jl(o,n),typePrefix:e})}return e.withTypes=()=>e,e})();function tc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var ic=Symbol.for("rtk-slice-createasyncthunk");function nc(e,t){return`${e}/${t}`}function rc(e,t,i,n){function r(r,...o){let s=i.call(e,r);if(void 0===s)if(n)s=e.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?dc(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...o)}return r.unwrapped=t,r}var oc=function({creators:e}={}){const t=e?.asyncThunk?.[ic];return function(e){const{name:i,reducerPath:n=i}=e;if(!i)throw new Error("production"===process.env.NODE_ENV?dc(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 r=("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)||{},o=Object.keys(r),s={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},a={addCase(e,t){const i="string"==typeof e?e:e.type;if(!i)throw new Error("production"===process.env.NODE_ENV?dc(12):"`context.addCase` cannot be called with an empty action type");if(i in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?dc(13):"`context.addCase` cannot be called with two reducers for the same action type: "+i);return s.sliceCaseReducersByType[i]=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?dc(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={},i=[],n]="function"==typeof e.extraReducers?Gl(e.extraReducers):[e.extraReducers],r={...t,...s.sliceCaseReducersByType};return function(e,t){if("production"!==process.env.NODE_ENV&&"object"==typeof t)throw new Error("production"===process.env.NODE_ENV?dc(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let i,[n,r,o]=Gl(t);if(function(e){return"function"==typeof e}(e))i=()=>jl(e());else{const t=jl(e);i=()=>t}function s(e=i(),t){let s=[n[t.type],...r.filter((({matcher:e})=>e(t))).map((({reducer:e})=>e))];return 0===s.filter((e=>!!e)).length&&(s=[o]),s.reduce(((e,i)=>{if(i){if(Sd(e)){const n=i(e,t);return void 0===n?e:n}if(Id(e))return dl(e,(e=>i(e,t)));{const n=i(e,t);if(void 0===n){if(null===e)return e;throw new Error("production"===process.env.NODE_ENV?dc(9):"A case reducer on a non-draftable value must not return undefined")}return n}}return e}),e)}return s.getInitialState=i,s}(e.initialState,(e=>{for(let t in r)e.addCase(t,r[t]);for(let t of s.sliceMatchers)e.addMatcher(t.matcher,t.reducer);for(let t of i)e.addMatcher(t.matcher,t.reducer);n&&e.addDefaultCase(n)}))}o.forEach((n=>{const o=r[n],s={reducerName:n,type:nc(i,n),createNotation:"function"==typeof e.reducers};!function(e){return"asyncThunk"===e._reducerDefinitionType}(o)?function({type:e,reducerName:t,createNotation:i},n,r){let o,s;if("reducer"in n){if(i&&!function(e){return"reducerWithPrepare"===e._reducerDefinitionType}(n))throw new Error("production"===process.env.NODE_ENV?dc(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");o=n.reducer,s=n.prepare}else o=n;r.addCase(e,o).exposeCaseReducer(t,o).exposeAction(t,s?Ol(e,s):Ol(e))}(s,o,a):function({type:e,reducerName:t},i,n,r){if(!r)throw new Error("production"===process.env.NODE_ENV?dc(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:o,fulfilled:s,pending:a,rejected:d,settled:l,options:c}=i,u=r(e,o,c);n.exposeAction(t,u),s&&n.addCase(u.fulfilled,s);a&&n.addCase(u.pending,a);d&&n.addCase(u.rejected,d);l&&n.addMatcher(u.settled,l);n.exposeCaseReducer(t,{fulfilled:s||sc,pending:a||sc,rejected:d||sc,settled:l||sc})}(s,o,a,t)}));const l=e=>e,c=new WeakMap;let u;const h={name:i,reducerPath:n,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 i=Ml(c,this,{insert:()=>new WeakMap});return Ml(i,t,{insert:()=>{const i={};for(const[n,r]of Object.entries(e.selectors??{}))i[n]=rc(this,r,t,this!==h);return i}})},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?dc(15):"selectSlice returned undefined for an uninjected slice reducer");return t},get selectors(){return this.getSelectors(this.selectSlice)},injectInto(e,{reducerPath:t,...i}={}){const n=t??this.reducerPath;return e.inject({reducerPath:n,reducer:this.reducer},i),{...this,reducerPath:n}}};return h}}();function sc(){}var ac="listenerMiddleware";function dc(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. `}Ol(`${ac}/add`),Ol(`${ac}/removeAll`),Ol(`${ac}/remove`);const lc=e=>Rn((t=>{const i=oc(e),n=Object.assign(Object.assign({},i.actions),e.asyncActions);return class extends(bn(Uo)(t)){constructor(...e){super(...e);const t=zl({reducer:i.reducer,middleware:e=>e({thunk:{extraArgument:this},serializableCheck:!1}),devTools:!1}),r=e=>async(...i)=>{const n=await t.dispatch(e(...i));try{tc(n)}catch(e){this.logger.error(e.message,n.type,e.stack)}return n},o=Object.keys(n).reduce(((e,t)=>(e[t]=r(n[t]),e)),{});this.actions=o,this.subscribe=(e,i=e=>e)=>t.subscribe((()=>e(i(t.getState()))))}}})),cc=Rn((e=>class extends(Uo(e)){validateForm(e){return this.getFormInputs(e).every((e=>{var t,i;return null===(t=e.reportValidity)||void 0===t||t.call(e),null===(i=e.checkValidity)||void 0===i?void 0:i.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 i;null===(i=this.getFormInputs(e).find((e=>e.name===t)))||void 0===i||i.setAttribute("disabled","true")}removeFormField(e,t){var i;null===(i=this.getFormInputs(e).find((e=>e.name===t)))||void 0===i||i.remove()}})),uc=Rn((e=>{const t=bn(Bo({"widget-id":_o}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),hc=Rn((e=>{const t=bn(Zo,uc)(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 i=await this.config;return null===(t=null===(e=null==i?void 0:i.projectConfig)||void 0===e?void 0:e.widgets)||void 0===t?void 0:t[this.widgetId]}}})),fc=Rn((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),pc=e=>e.selectedAccessKeysIds,gc=e=>e.notifications,vc=wl((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}))))),mc=wl(pc,vc,((e,t)=>t.filter((t=>e.includes(t.id))))),yc=wl(pc,(e=>!!e.length)),bc=wl(mc,(e=>e.every((e=>e.editable)))),$c=wl(bc,yc,((e,t)=>e&&t)),wc=wl(mc,(e=>e.some((e=>"expired"===e.status)))),Cc=wl($c,wc,((e,t)=>e&&!t));wl(pc,(e=>1===e.length));const kc=wl(mc,(e=>1===e.length?e[0].name:`${e.length} access keys`)),Sc=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Ic=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),Rc=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),xc=ec("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),Oc=Sc(xc)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},Ic((e=>e.createAccessKey)),Rc({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>`}})),Ec={action:xc,reducer:Oc},Ac=ec("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Nc=Sc(Ac)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},Ic((e=>e.deleteAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete access key${["","s"]}`})),jc={action:Ac,reducer:Nc},Mc=ec("accessKeys/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.accesskey.search(Object.assign(Object.assign({},n),e))})),Pc=Sc(Mc)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},Ic((e=>e.accessKeysList))),Uc={action:Mc,reducer:Pc},Tc=ec("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),Wc=Sc(Tc)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},Ic((e=>e.activateAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} activated successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to activate access key${["","s"]}`})),Lc={action:Tc,reducer:Wc},Dc=ec("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),_c=Sc(Dc)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},Ic((e=>e.deactivateAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deactivated successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to deactivate access key${["","s"]}`})),Fc={action:Dc,reducer:_c},qc=ec("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Bc={action:qc,reducer:Sc(qc)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Ic((e=>e.tenantRoles)))},Vc={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},tenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedAccessKeysIds:[],notifications:[]},Kc="/v1/mgmt/accesskey/search",Hc="/v1/mgmt/accesskey/delete/batch",zc="/v1/mgmt/accesskey/create",Gc="/v1/mgmt/accesskey/deactivate/batch",Jc="/v1/mgmt/accesskey/activate/batch",Zc="/v1/mgmt/role/all",Yc=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Xc=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s}={}){if(i)return((...e)=>c(void 0,[...e],void 0,(function*({text:e,sort:t}={}){return new Promise((i=>{const n=[],r=(new Date).getTime()/1e3+2592e3,o=new Date(r).toLocaleString();for(let e=1;e<10;e+=1)n.push({id:`access-key-id-${e}`,name:`Access Key ${e}`,createdBy:`User ${e}`,editable:!0,expireTime:r,expireTimeFormatted:o,createdTime:r,createdTimeFormatted:o,roleNames:[`Role ${e}`],permittedIps:["127.1.2.3"],status:"active",clientId:`Client ID ${e}`,boundUserId:`User ${e}`});t.forEach((e=>{n.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),i(n.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.createdBy.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,text:o,sort:s});const a=yield e.post(Kc,{limit:r,page:n,text:o,sort:s},{queryParams:{tenant:t}});return yield Yc(a),(yield a.json()).keys})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Hc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({name:n,expiration:r,roleNames:o,userId:s,permittedIps:a}){const d=new Date;d.setDate(d.getDate()+ +r);const l="0"===r[0]?0:Math.floor(d.getTime()/1e3);if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,roleNames:t,userId:i,permittedIps:n},r){const o=Math.random().toString(10).substring(15);return new Promise((s=>{s({cleartext:Math.random().toString(20).substring(2),key:{id:`access-key-id-${o}`,name:e||`Access Key ${o}`,createdBy:i||`User ${o}`,editable:!0,expireTime:r,createdTime:(new Date).getTime()/1e3,roleNames:t,permittedIps:n,status:"active",clientId:`Client ID ${o}`,boundUserId:i||`User ${o}`}})}))})))({name:n,expiration:r,roleNames:o,userId:s,permittedIps:a},l);const u=yield e.post(zc,{name:n,expireTime:l,roleNames:o,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield Yc(u),yield u.json()})),activate:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Jc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),yield r.json()})),deactivate:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Gc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),yield r.json()}))}),Qc=({httpClient:e,tenant:t,mock:i})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>new Promise((t=>{const i=[];for(let t=1;t<5;t+=1)i.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:i})})))(t);const n=yield e.get(Zc,{queryParams:{tenant:t}});return yield Yc(n),n.json()}))}),eu=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"access-key-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.2"}}));return{accesskey:Xc({httpClient:r.httpClient,tenant:t,mock:i}),tenant:Qc({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),tu=Rn((e=>{const t=bn(lc({name:"widget",initialState:Vc,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Ec.reducer(e),jc.reducer(e),Uc.reducer(e),Lc.reducer(e),Fc.reducer(e),Bc.reducer(e)},asyncActions:{searchAccessKeys:Uc.action,createAccessKey:Ec.action,activateAccessKeys:Lc.action,deactivateAccessKeys:Fc.action,deleteAccessKeys:jc.action,getTenantRoles:Bc.action}}),Fo,Uo,eu)(e);return class extends t{constructor(...e){super(...e),this.state=Vc,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),iu=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){const t=yield this.fetchStaticResource(`access-key-management-widget/${this.widgetId}/${e}`,"text");return null==t?void 0:t.body}))}}})),nu=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,iu,tu)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchAccessKeys(),this.actions.getTenantRoles()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),ru=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(tu,Uo,nu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.accessKeysTable.data=e}))),r.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchAccessKeys({sort:i})})))}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",i).call(this),this.accessKeysTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))})),u(this,n,"f").call(this,vc(this.state)),this.subscribe(u(this,n,"f").bind(this),vc)}))}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){var e;this.accessKeysTable=new Fa(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)))}))},o})),ou=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.activateAccessKeysModal=this.createModal(),this.activateAccessKeysModal.setContent($n(yield this.fetchWidgetPage("activate-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const n=new Za(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Activate ${e}?`}}))},n})),su=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,ou)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Cc)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.activateButton=new Ta(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()}))},r})),au=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,cc,Uo,nu)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){this.createdAccessKeyModal=this.createModal(),this.createdAccessKeyModal.setContent($n(yield this.fetchWidgetPage("created-access-key-modal.html"))),new Ta((()=>{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()}))}))},n})),du=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(tu,nd,cc,Uo,nu,au)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e,t;yield u(this,i,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,r=new WeakMap,t=new WeakSet,n=function e(){return c(this,void 0,void 0,(function*(){this.createAccessKeyModal=this.createModal(),this.createAccessKeyModal.setContent($n(yield this.fetchWidgetPage("create-access-key-modal.html"))),new Ta((()=>{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 Ta((()=>{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 i=yield this.actions.createAccessKey(Object.assign({},this.getFormData(this.createAccessKeyModal.ele)));this.createAccessKeyModal.close(),(null===(e=null==i?void 0:i.payload)||void 0===e?void 0:e.cleartext)&&(this.setFormData(this.createdAccessKeyModal.ele,{"generated-key":null===(t=null==i?void 0:i.payload)||void 0===t?void 0:t.cleartext}),this.createdAccessKeyModal.open())}})))),h(this,i,new Ha((()=>{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,r,"f").call(this),this.createAccessKeyModal.afterClose=()=>{u(this,t,"m",e).call(this)}}))},o})),lu=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,du,nu)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(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()))},n})),cu=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deactivateAccessKeysModal=this.createModal(),this.deactivateAccessKeysModal.setContent($n(yield this.fetchWidgetPage("deactivate-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const n=new Za(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Deactivate ${e}?`}}))},n})),uu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,cu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Cc)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deactivateButton=new Ta(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()}))},r})),hu=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteAccessKeysModal=this.createModal(),this.deleteAccessKeysModal.setContent($n(yield this.fetchWidgetPage("delete-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const n=new Za(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Delete ${e}?`}}))},n})),fu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,hu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),$c)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),pu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),gu={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},vu=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,tu,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),gc)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=gu[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),mu=Rn((e=>class extends(bn(Ea,ps,ru,lu,fu,pu,su,uu,vu)(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)}))}})),yu=bn((e=>class extends(mu(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",yu);var bu,$u=Object.freeze({__proto__:null,default:yu});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(bu||(bu={}));const wu=e=>e.ssoAppsList.data,Cu=wl(wu,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bu.saml))})),ku=wl(wu,(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===bu.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),Su=wl(wu,(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===bu.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Iu=wl(wu,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bu.custom))})),Ru=e=>{var t,i,n,r;switch(e.appType){case bu.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case bu.oidc:return null===(i=e.oidcSettings)||void 0===i?void 0:i.customIdpInitiatedLoginPageUrl;case bu.wsfed:return null===(n=e.wsfedSettings)||void 0===n?void 0:n.idpInitiatedUrl;case bu.custom:return null===(r=e.customSettings)||void 0===r?void 0:r.loginPageUrl;default:return}},xu=wl(Cu,ku,Su,Iu,((e,t,i,n)=>[...e,...t,...i,...n].map((e=>({name:e.name,icon:e.logo,url:Ru(e)}))))),Ou=ec("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Eu=(e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))})(Ou)({onFulfilled:(e,t)=>{var i;e.ssoAppsList.data=null===(i=t.payload)||void 0===i?void 0:i.apps}},(Au=e=>e.ssoAppsList,{onFulfilled:e=>{Au(e).loading=!1},onPending:e=>{Au(e).loading=!0,Au(e).error=null},onRejected:(e,t)=>{Au(e).loading=!1,Au(e).error=t.error}}));var Au;const Nu={action:Ou,reducer:Eu},ju={ssoAppsList:{data:[],loading:!1,error:null}},Mu="/v1/mgmt/sso/idp/apps/load",Pu=({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:bu.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:bu.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:bu.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:bu.wsfed,logo:"logo4",wsfedSettings:{idpInitiatedUrl:"http://localhost/wsfed/idp-initiated",realm:"urn:mock:realm",replyUrl:"http://localhost/reply",loginPageUrl:"http://localhost/login"}}]})}))}));const i=yield e.get(Mu);return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})))(i),i.json()}))}),Uu=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,fc,Ko)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"applications-portal-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.7.2"}}));return{ssoApps:Pu({httpClient:n.httpClient,mock:t})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Tu=Rn((e=>{const t=bn(lc({name:"widget",initialState:ju,reducers:{},extraReducers:e=>{Nu.reducer(e)},asyncActions:{loadSSOApps:Nu.action}}),Fo,Uo,Uu)(e);return class extends t{constructor(...e){super(...e),this.state=ju,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Wu=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`applications-portal-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Lu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Fo,rs,cs,Wu,Tu)(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 r;yield null===(r=e.init)||void 0===r?void 0:r.call(this);const[o]=yield Promise.all([u(this,t,"m",i).call(this),this.actions.loadSSOApps()]);u(this,t,"m",n).call(this,o),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},n=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},r})),Du=Rn((e=>{var t,i,n;return n=class extends(bn(Tu,Uo,Lu)(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),u(this,t,"m",i).call(this,xu(this.state))}))}},t=new WeakSet,i=function(e){this.appsList=new Pa((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-apps-list")}),{logger:this.logger}),this.appsList.data=e},n})),_u=Rn((e=>class extends(bn(Ea,ps,Du)(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)}))}})),Fu=bn((e=>class extends(_u(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",Fu);var qu=Object.freeze({__proto__:null,default:Fu});const Bu=(e,t)=>t?{[e]:t}:{},Vu=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},Ku=e=>e.selectedAuditId,Hu=wl((e=>e.auditList.data),(e=>e.map((e=>{const t=e||{},{occurred:i,ID:n,type:r}=t,o=t.data,s=void 0===o?{saml_request:"",saml_response:"",saml_generated_user:"",saml_generated_roles:"",oidc_response:"",oidc_generated_user:"",scim_request:"",scim_result:"",Change:""}:o,{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}),Bu("type",(b=r)&&b[0].toUpperCase()+b.slice(1))),Bu("saml_request",a)),Bu("saml_response",d)),Bu("saml_generated_user",Vu(c))),Bu("saml_generated_roles",Vu(u))),Bu("oidc_response",Vu(h))),Bu("oidc_generated_user",Vu(f))),Bu("scim_request",p)),Bu("scim_result",g)),Bu("Change",v)),{occurredFormatted:i?new Date(Number(i)||0).toLocaleString():"N/A"}))}))));wl(Ku,Hu,((e,t)=>t.find((t=>e===t.id)))),wl(Ku,(e=>!!e));const zu=ec("audit/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.audit.search(Object.assign(Object.assign({},n),e))})),Gu=(e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))})(zu)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(Ju=e=>e.auditList,{onFulfilled:e=>{Ju(e).loading=!1},onPending:e=>{Ju(e).loading=!0,Ju(e).error=null},onRejected:(e,t)=>{Ju(e).loading=!1,Ju(e).error=t.error}}));var Ju;const Zu={action:zu,reducer:Gu},Yu={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},Xu="/v1/mgmt/audit/search",Qu=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s,from:a}={}){if(i)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((i=>{const n=[],r=(new Date).getTime()/1e3+2592e3,o=new Date(r).toLocaleString();for(let e=1;e<9;e+=1)n.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:r,occurredFormatted:o});t.forEach((e=>{n.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),i(n.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:n,limit:r,text:o,sort:s});const d=yield e.post(Xu,{limit:r,page:n,text:o,sort:s,from:a},{queryParams:{tenant:t}});return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})))(d),(yield d.json()).audits}))}),eh=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"audit-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.7.2"}}));return{audit:Qu({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),th=Rn((e=>{const t=bn(lc({name:"widget",initialState:Yu,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{Zu.reducer(e)},asyncActions:{searchAudit:Zu.action}}),Fo,Uo,eh)(e);return class extends t{constructor(...e){super(...e),this.state=Yu,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),ih=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`audit-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),nh=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,ih,th)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this)]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),rh=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,nh,th)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{const e=this.rangeInput.value,t=new Date;let i;switch(e){case"minuets15":i=t.setMinutes(t.getMinutes()-15);break;case"hour":i=t.setHours(t.getHours()-1);break;case"hour6":i=t.setHours(t.getHours()-6);break;case"day":default:i=t.setDate(t.getDate()-1);break;case"day3":i=t.setDate(t.getDate()-3);break;case"week":i=t.setDate(t.getDate()-7);break;case"week2":i=t.setDate(t.getDate()-14);break;case"month":i=t.setMonth(t.getMonth()-1)}this.actions.searchAudit({text:this.searchInput.value,from:Math.floor(new Date(i).getTime())})})))}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),u(this,t,"m",r).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f")),u(this,i,"f").call(this)},r=function(){var e;this.rangeInput=new Ja(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="range-input"]'),{logger:this.logger}),this.rangeInput.onInput(u(this,i,"f"))},o})),oh=Rn((e=>{var t,i,n,r;return r=class extends(bn(th,Uo,nh)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.auditTable.data=e})))}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",i).call(this),u(this,n,"f").call(this,Hu(this.state)),this.subscribe(u(this,n,"f").bind(this),Hu)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.auditTable=new Fa(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)))}))},r})),sh=[{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"}],ah=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,nh,th)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.exportButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=Hu(this.state);if(!e.length)return void this.logger.warn("No audit data to export");const t=((e,t)=>[t.map((e=>Pn(e.header))).join(","),...e.map((e=>t.map((t=>Pn(e[t.path]))).join(",")))].join("\n"))(e,sh);((e,t)=>{const i=new Blob(["\ufeff"+e],{type:"text/csv;charset=utf-8;"}),n=URL.createObjectURL(i),r=document.createElement("a");r.href=n,r.setAttribute("download",t),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)})(t,`audit_logs_${(new Date).toISOString().slice(0,10)}.csv`)}))},n})),dh=Rn((e=>class extends(bn(Ea,ps,oh,rh,ah)(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)}))}})),lh=bn((e=>class extends(dh(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",lh);var ch=Object.freeze({__proto__:null,default:lh});const uh=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function hh(e){return new URLSearchParams(window.location.search).get(e)}const fh=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},ph=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),gh=ec("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),vh=fh(gh)({onFulfilled:(e,t)=>{var i;e.outboundAppsList.data=null===(i=t.payload)||void 0===i?void 0:i.apps}},ph((e=>e.outboundAppsList))),mh={action:gh,reducer:vh},yh=ec("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),bh=fh(yh)({onFulfilled:(e,t)=>{var i;e.connectedOutboundAppsIds.data=null===(i=t.payload)||void 0===i?void 0:i.appIds}},ph((e=>e.connectedOutboundAppsIds))),$h={action:yh,reducer:bh},wh={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},Ch="/v1/mgmt/outbound/apps",kh="/v1/mgmt/outbound/apps-with-user-token",Sh="/v1/auth/me",Ih=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Rh=({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 i=yield e.get(Ch);return yield Ih(i),i.json()})),getConnectedOutboundApps:i=>c(void 0,[i],void 0,(function*({userId:i,tenantId:n}){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:["outboundApp3"]})}))}));const r=yield e.get(kh,{queryParams:n?{userId:i,tenantId:n}:{userId:i}});return yield Ih(r),r.json()}))}),xh=({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 i=yield e.get(Sh);return yield Ih(i),i.json()}))}),Oh=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,fc,Ko)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.3.2"}}));return{outboundApps:Rh({httpClient:n.httpClient,mock:t}),user:Object.assign({},xh({httpClient:n.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Eh=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),Ah={action:Eh,reducer:fh(Eh)({onFulfilled:(e,t)=>{e.me.data=t.payload}},ph((e=>e.me)))},Nh=Rn((e=>{const t=bn(lc({name:"widget",initialState:wh,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Ah.reducer(e),$h.reducer(e),mh.reducer(e)},asyncActions:{getMe:Ah.action,getOutboundApps:mh.action,getConnectedOutboundApps:$h.action}}),Fo,Uo,Oh)(e);return class extends t{constructor(...e){super(...e),this.state=wh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),jh="widget-flow",Mh=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,Nh,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=hh(jh);r&&(function(e){if(window.history.replaceState&&hh(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(jh),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(uh({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),Ph=wl((e=>e.outboundAppsList.data),(e=>e.connectedOutboundAppsIds.data),(e=>e.allowedAppsIds.data),((e,t,i)=>e.filter((e=>void 0===i||i.includes(e.id))).map((e=>{const i=(null==t?void 0:t.includes(e.id))||!1;return Object.assign(Object.assign({},e),{appId:e.id,isConnected:i})})).sort(((e,t)=>e.name.localeCompare(t.name))))),Uh=wl((e=>e.me.data),(e=>e.userId)),Th=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`outbound-applications-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Wh=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Fo,rs,cs,Th,Nh)(e)){constructor(){super(...arguments),t.add(this)}static get observedAttributes(){return["allowed-outbound-apps-ids"]}attributeChangedCallback(e,i,n){"allowed-outbound-apps-ids"===e&&i!==n&&this.actions.setAllowedAppsIds(u(this,t,"a",r))}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),yield this.actions.getMe(),yield this.actions.setAllowedAppsIds(u(this,t,"a",r)),yield Promise.all([this.actions.getOutboundApps(),this.actions.getConnectedOutboundApps({userId:Uh(this.state),tenantId:this.tenantId})]);const s=yield u(this,t,"m",i).call(this);u(this,t,"m",n).call(this,s),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},n=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},r=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):[]},o})),Lh=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Dh=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v,m,y,b,$;return $=class extends(bn(Lh,Nh,Uo,Wh,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),s.set(this,void 0),a.set(this,null),d.set(this,null),b.set(this,Cn((e=>{u(this,i,"f").data=e})))}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",y).call(this,Ph(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),Ph)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,a=new WeakMap,d=new WeakMap,b=new WeakMap,t=new WeakSet,l=function(){u(this,i,"f").connectFlowId&&(h(this,n,this.createModal({"data-id":"outbound-apps-connect"}),"f"),u(this,n,"f").afterClose=()=>{var e;if(u(this,a,"f")){const t=null===(e=u(this,n,"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,o,new Wa((()=>{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,o,"f")))},f=function(e,t,i){e.open(),t.removeEventListener("page-updated",i)},p=function(e,i){var n;const r=null===(n=e.ele)||void 0===n?void 0:n.querySelector("descope-wc"),o=()=>u(this,t,"m",f).call(this,e,r,o);i=o,null==r||r.addEventListener("page-updated",i)},g=function(){h(this,r,this.createModal({"data-id":"outbound-apps-disconnect"}),"f"),h(this,s,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=()=>{var e;if(u(this,d,"f")){const t=null===(e=u(this,r,"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,n,"f").setContent(uh({projectId:this.projectId,flowId:u(this,i,"f").connectFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,n,"f"),u(this,a,"f")),u(this,o,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getConnectedOutboundApps({userId:Uh(this.state),tenantId:this.tenantId})}))},m=function(e){u(this,r,"f").setContent(uh({projectId:this.projectId,flowId:u(this,i,"f").disconnectFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,r,"f"),u(this,d,"f")),u(this,s,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getConnectedOutboundApps({userId:Uh(this.state)})}))},y=function(e){h(this,i,new Ga((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-outbound-apps")}),{logger:this.logger}),"f"),u(this,i,"f").onConnectClick((({id:e})=>{u(this,t,"m",v).call(this,e)})),u(this,i,"f").onDisconnectClick((({id:e})=>{u(this,t,"m",m).call(this,e)})),u(this,i,"f").data=e},$})),_h=Rn((e=>class extends(bn(Ea,ps,Mh,Dh)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Fh=bn((e=>class extends(_h(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),(customElements.get("descope-wc")||(yield Promise.resolve().then((function(){return Oa})).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.3.2"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",Fh);var qh=Object.freeze({__proto__:null,default:Fh});const Bh=e=>e.selectedRolesIds,Vh=e=>e.notifications,Kh=e=>e.tenantPermissions.data||[],Hh=wl((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"})})))),zh=wl(Bh,Hh,((e,t)=>t.filter((t=>e.includes(t.name))))),Gh=wl(Bh,(e=>!!e.length)),Jh=wl(Bh,(e=>1===e.length)),Zh=wl(zh,Jh,((e,t)=>t&&"yes"===e[0].editable)),Yh=wl(zh,(e=>1===e.length?e[0].name:`${e.length} roles`)),Xh=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Qh=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),ef=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),tf=ec("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),nf=Xh(tf)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Qh((e=>e.createRole)),ef({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>`}})),rf={action:tf,reducer:nf},of=ec("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),sf=Xh(of)({onFulfilled:(e,t)=>{e.rolesList.data=e.rolesList.data.filter((e=>{var i;return 0===(null===(i=null==e?void 0:e.tenantId)||void 0===i?void 0:i.length)||!t.meta.arg.includes(e.name)})),e.selectedRolesIds=[]}},Qh((e=>e.deleteRole)),ef({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["R","r"]}ole${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete role${["","s"]}`})),af={action:of,reducer:sf},df=ec("roles/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.role.search(Object.assign(Object.assign({},n),e))})),lf=Xh(df)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},Qh((e=>e.rolesList))),cf={action:df,reducer:lf},uf=ec("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),hf=Xh(uf)({onFulfilled:(e,t)=>{const i=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==i&&(e.rolesList.data[i]=t.payload)}},Qh((e=>e.updateRole)),ef({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>`}})),ff={action:uf,reducer:hf},pf=ec("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),gf={action:pf,reducer:Xh(pf)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},Qh((e=>e.tenantPermissions)))},vf={rolesList:{data:[],loading:!1,error:null},createRole:{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:[]},mf="/v1/mgmt/role/search",yf="/v1/mgmt/role/delete/batch",bf="/v1/mgmt/role/create",$f="/v1/mgmt/role/update",wf="/v1/mgmt/permission/all",Cf=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),kf=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s}={}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({text:e,sort:t},i){return new Promise((n=>{const r=[];for(let e=1;e<10;e+=1)r.push({name:`Role ${e}`,description:`Role description ${e}`,permissionNames:[`Permission ${e}`],createdTime:new Date,tenantId:i});t.forEach((e=>{r.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),n(r.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.description.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,text:o,sort:s},t);const a=yield e.post(mf,{limit:r,page:n,text:o,sort:s},{queryParams:{tenant:t}});return yield Cf(a),(yield a.json()).roles})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(yf,{roleNames:n},{queryParams:{tenant:t}});return yield Cf(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({name:n,description:r,permissionNames:o}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,description:t,permissionNames:i},n){return new Promise((r=>{r({name:e,description:t,permissionNames:i,createdTime:new Date,tenantId:n})}))})))({name:n,description:r,permissionNames:o},t);const s=yield e.post(bf,{name:n,description:r,permissionNames:o,tenantId:t},{queryParams:{tenant:t}});return yield Cf(s),yield s.json()})),update:n=>c(void 0,[n],void 0,(function*({name:n,newName:r,description:o,permissionNames:s}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,newName:t,description:i,permissionNames:n},r){return new Promise((o=>{o({name:t,description:i,permissionNames:n,createdTime:new Date,oldName:e,tenantId:r})}))})))({name:n,newName:r,description:o,permissionNames:s},t);const a=yield e.post($f,{name:n,newName:r,description:o,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield Cf(a);const d=yield a.json();return d.oldName=n,d}))}),Sf=({httpClient:e,tenant:t,mock:i})=>({getTenantPermissions:()=>c(void 0,void 0,void 0,(function*(){if(i)return new Promise((e=>{const t=[];for(let e=1;e<5;e+=1)t.push({name:`Permission ${e}`});e({permissions:t})}));const n=yield e.get(wf,{queryParams:{tenant:t}});return yield Cf(n),n.json()}))}),If=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"role-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.2"}}));return{role:kf({httpClient:r.httpClient,tenant:t,mock:i}),tenant:Sf({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),Rf=Rn((e=>{const t=bn(lc({name:"widget",initialState:vf,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{rf.reducer(e),ff.reducer(e),af.reducer(e),cf.reducer(e),gf.reducer(e)},asyncActions:{searchRoles:cf.action,createRole:rf.action,updateRole:ff.action,deleteRoles:af.action,getTenantPermissions:gf.action}}),Fo,Uo,If)(e);return class extends t{constructor(...e){super(...e),this.state=vf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),xf=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`role-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Of=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,xf,Rf)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchRoles(),this.actions.getTenantPermissions()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),Ef=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Rf,nd,cc,Uo,Of)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,i,"f").setData(null===(e=Kh(this.state))||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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,r=new WeakMap,t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.createRoleModal=this.createModal(),this.createRoleModal.setContent($n(yield this.fetchWidgetPage("create-role-modal.html"))),new Ta((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.createRoleModal.close(),this.resetFormData(this.createRoleModal.ele)})),new Ta((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){this.validateForm(this.createRoleModal.ele)&&(this.actions.createRole(Object.assign({},this.getFormData(this.createRoleModal.ele))),this.createRoleModal.close(),this.resetFormData(this.createRoleModal.ele))})))),h(this,i,new Ha((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),u(this,r,"f").call(this)}))},o})),Af=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Ef,Of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createRoleModal.open()))},n})),Nf=Rn((e=>{var t,i,n;return n=class extends(bn(Rf,nd,Uo,Of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteRolesModal=this.createModal(),this.deleteRolesModal.setContent($n(yield this.fetchWidgetPage("delete-roles-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=zh(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const n=new Za(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=Yh(this.state);n.text=`Delete ${e}?`}}))},n})),jf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf,Nf)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Gh)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),Mf=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(Rf,nd,Uo,cc,Of)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),o.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,i,"f").setData(null===(e=Kh(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=zh(this.state))||void 0===e?void 0:e[0],i={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,i)}))}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",a).call(this)}))}},i=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,n=function(){new Ta((()=>{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()))},r=function(){new Ta((()=>{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:i}=t,n=l(t,["name"]),r=null===(e=zh(this.state))||void 0===e?void 0:e[0];this.actions.updateRole(Object.assign({newName:i,name:r.name},n)),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($n(yield this.fetchWidgetPage("edit-role-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",r).call(this),h(this,i,new Ha((()=>{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,o,"f").call(this),u(this,s,"f").call(this)}))}))},d})),Pf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf,Mf,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Zh)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.editButton=new Ta(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()}))},r})),Uf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),Tf={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},Wf=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Rf,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),Vh)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=Tf[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),Lf=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Rf,Uo,Of)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.rolesTable.data=e}))),r.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchRoles({sort:i})})))}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",i).call(this),this.rolesTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))})),u(this,n,"f").call(this,Hh(this.state)),this.subscribe(u(this,n,"f").bind(this),Hh)}))}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){var e;this.rolesTable=new Fa(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)))}))},o})),Df=Rn((e=>class extends(bn(Ea,ps,Lf,Af,jf,Pf,Uf,Wf)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),_f=bn((e=>class extends(Df(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",_f);var Ff=Object.freeze({__proto__:null,default:_f});const qf=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function Bf(e){return new URLSearchParams(window.location.search).get(e)}const Vf=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Kf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),Hf=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),zf=Vf(Hf)({onFulfilled:(e,t)=>{e.me.data=t.payload}},Kf((e=>e.me))),Gf={action:Hf,reducer:zf},Jf=ec("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),Zf=Vf(Jf)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},Kf((e=>e.tenant))),Yf={action:Jf,reducer:Zf},Xf=ec("tenant/adminLinkSso",((e,{extra:{api:t}})=>t.tenant.adminLinkSso())),Qf={action:Xf,reducer:Vf(Xf)({onFulfilled:(e,t)=>{var i;e.tenantAdminLinkSSO.data=(null===(i=t.payload)||void 0===i?void 0:i.adminSSOConfigurationLink)||""}},Kf((e=>e.tenantAdminLinkSSO)))},ep={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:""}},tp="/v1/auth/me",ip="/v1/mgmt/tenant",np="/v1/mgmt/tenant/adminlinks/sso/authenticated",rp=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),op=({httpClient:e,tenantId:t,mock:i})=>{const n=encodeURIComponent(t||""),r=`?tenant=${n}&id=${n}`;return{details:()=>c(void 0,void 0,void 0,(function*(){if(i)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 n=`${ip}${r}`,o=yield e.get(n);return yield rp(o),yield o.json()})),adminLinkSso:()=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({adminSSOConfigurationLink:"_blank"})}))}));if(!t)throw new Error("tenantId is not defined");const r=yield e.post(`${np}?tenant=${n}`,{tenantId:n},{headers:{"Content-Type":"application/json"}});return yield rp(r),yield r.json()}))}},sp=({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 i=yield e.get(tp);return yield rp(i),i.json()}))}),ap=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant","mock"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.2"}}));return{user:sp({httpClient:r.httpClient,mock:i}),tenant:op({httpClient:r.httpClient,tenantId:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),dp=Rn((e=>{const t=bn(lc({name:"widget",initialState:ep,reducers:{},extraReducers:e=>{Gf.reducer(e),Yf.reducer(e),Qf.reducer(e)},asyncActions:{getMe:Gf.action,getTenant:Yf.action,getTenantAdminLinkSSO:Qf.action}}),Fo,Uo,ap)(e);return class extends t{constructor(...e){super(...e),this.state=ep,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),lp="widget-flow",cp=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,dp,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=Bf(lp);r&&(function(e){if(window.history.replaceState&&Bf(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(lp),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{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(),this.actions.getTenant(),this.actions.getTenantAdminLinkSSO()})),t.afterClose=()=>{t.remove()},t.open()},n})),up=e=>e.tenant.data,hp=e=>e.tenantAdminLinkSSO.data,fp=wl(up,(e=>e.customAttributes||{})),pp=wl(up,(e=>e.name||"")),gp=wl(up,(e=>e.selfProvisioningDomains||[])),vp=wl(up,(e=>e.enforceSSOExclusions||[])),mp=wl(up,(e=>e.enforceSSO||!1)),yp=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),bp=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`tenant-profile-widget/${this.widgetId}/${e}`,"text")).body}))}}})),$p=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,bp,dp)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);try{yield Promise.all([this.actions.getMe(),this.actions.getTenant(),this.actions.getTenantAdminLinkSSO()])}catch(n){}const r=this.state.me.error||(()=>this.state.tenant.error)()||(()=>this.state.tenantAdminLinkSSO.error)();if(r){this.contentRootElement.innerHTML="";const e="object"==typeof r&&null!==r&&"message"in r?r.message:String(r)||"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 i=document.createElement("div");i.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 ',i.style.marginBottom="12px",t.appendChild(i);const n=document.createElement("div");return n.textContent=e,n.style.fontWeight="bold",n.style.fontSize="20px",n.style.color="#222",n.style.textAlign="center",n.style.marginTop="8px",t.appendChild(n),t}({mainMessage:e}))}else yield u(this,t,"m",i).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),wp=Rn((e=>{var t,i,n,r;return r=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.tenantAdminLinkSSODriver.href=e})))}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",i).call(this),u(this,n,"f").call(this,hp(this.state)),this.subscribe(u(this,n,"f").bind(this),hp)}))}},n=new WeakMap,t=new WeakSet,i=function(){this.tenantAdminLinkSSODriver=new qa((()=>{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})},r}));var Cp;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Cp||(Cp={}));const kp=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return f=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),n.set(this,{}),r.set(this,{}),o.set(this,{}),d.set(this,Cn((e=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||Cp.TEXT,o=e[n],s=new Xa(i,{logger:this.logger});s.value=((e,t)=>e===Cp.DATE&&t?new Date(t).toLocaleString():e===Cp.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString())(r,o),u(this,t,"m",l).call(this,i,n,s,r,n),u(this,t,"m",h).call(this,i,n,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,fp(this.state)),this.subscribe(u(this,d,"f").bind(this),fp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e,t,r){var o,s;const a=fp(this.state)[r],d=t===Cp.ARRAY?(a||[]).join(","):a;null===(o=u(this,i,"f")[e])||void 0===o||o.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({customAttributes:{[r]:d}})})),null===(s=u(this,n,"f")[e])||void 0===s||s.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},a=function(e){var t,i;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,o,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},l=function(e,r,o,a,d){const l=e.getAttribute("edit-flow-id");l&&(u(this,i,"f")[l]||(u(this,i,"f")[l]=this.createModal({"data-id":`edit-${r}`}),u(this,n,"f")[l]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[l])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[l].beforeOpen=u(this,t,"m",s).bind(this,l,a,d),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[l])||void 0===t||t.open()})),this.syncFlowTheme(u(this,n,"f")[l])))},h=function(e,i,n){const s=e.getAttribute("delete-flow-id");s&&(u(this,r,"f")[s]||(u(this,r,"f")[s]=this.createModal({"data-id":`delete-${i}`}),u(this,o,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[s].beforeOpen=u(this,t,"m",a).bind(this,s),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,o,"f")[s])))},f})),Sp=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantEmailDomainsDriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,gp(this.state)),this.subscribe(u(this,p,"f").bind(this),gp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEmailDomainsDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-email-domains"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEmailDomainsDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({tenantEmailDomains:gp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEmailDomainsDriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-email-domains"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEmailDomainsDriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEmailDomainsDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantEmailDomainsDriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Ip=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantSSOExclusionsDriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,vp(this.state)),this.subscribe(u(this,p,"f").bind(this),vp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantSSOExclusionsDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-sso-exclusions"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantSSOExclusionsDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({enforceSSOExclusions:vp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantSSOExclusionsDriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-sso-exclusions"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantSSOExclusionsDriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantSSOExclusionsDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantSSOExclusionsDriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Rp=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantEnforceSSODriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,mp(this.state)),this.subscribe(u(this,p,"f").bind(this),mp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEnforceSSODriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-enforce-sso"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEnforceSSODriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({enforceSSO:mp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEnforceSSODriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-enforce-sso"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEnforceSSODriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEnforceSSODriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantEnforceSSODriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),xp=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),a.set(this,Cn((e=>{this.tenantNameDriver.value=e})))}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",s).call(this),u(this,t,"m",r).call(this),u(this,a,"f").call(this,pp(this.state)),this.subscribe(u(this,a,"f").bind(this),pp)}))}},i=new WeakMap,n=new WeakMap,a=new WeakMap,t=new WeakSet,r=function(){this.tenantNameDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"tenant-profile-set-name"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantNameDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({tenantName:pp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()}))},d})),Op=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.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),u(this,t,"m",s).call(this),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.TenantPasswordPolicyUserAuthMethodDriver.flowId&&(h(this,i,this.createModal({"data-id":"password-policy"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.TenantPasswordPolicyUserAuthMethodDriver.flowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantPasswordPolicyUserAuthMethodDriver=new Qa((()=>{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,i,"f"))||void 0===e||e.open()}))},a})),Ep=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.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),u(this,t,"m",s).call(this),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.TenantSessionSettingsUserAuthMethodDriver.flowId&&(h(this,i,this.createModal({"data-id":"session-settings"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.TenantSessionSettingsUserAuthMethodDriver.flowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantSessionSettingsUserAuthMethodDriver=new Qa((()=>{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,i,"f"))||void 0===e||e.open()}))},a})),Ap=Rn((e=>class extends(bn(Ea,ps,cp,$p,xp,Sp,Ip,Rp,kp,wp,Op,Ep)(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)}))}})),Np=bn((e=>class extends(Ap(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 Oa})).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.6.2"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",Np);var jp=Object.freeze({__proto__:null,default:Np}),Mp={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 Pp(e){return Pp="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},Pp(e)}function Up(e){var t=Dp();return function(){var i,n=Fp(e);if(t){var r=Fp(this).constructor;i=Reflect.construct(n,arguments,r)}else i=n.apply(this,arguments);return function(e,t){if(t&&("object"===Pp(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Tp(e)}(this,i)}}function Tp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Wp(e){var t="function"==typeof Map?new Map:void 0;return Wp=function(e){if(null===e||(i=e,-1===Function.toString.call(i).indexOf("[native code]")))return e;var i;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,n)}function n(){return Lp(e,arguments,Fp(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_p(n,e)},Wp(e)}function Lp(e,t,i){return Lp=Dp()?Reflect.construct:function(e,t,i){var n=[null];n.push.apply(n,t);var r=new(Function.bind.apply(e,n));return i&&_p(r,i.prototype),r},Lp.apply(null,arguments)}function Dp(){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 _p(e,t){return _p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_p(e,t)}function Fp(e){return Fp=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Fp(e)}var qp=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&&_p(e,t)}(n,e);var t,i=Up(n);function n(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t=i.call(this,e),Object.setPrototypeOf(Tp(t),n.prototype),t.name=t.constructor.name,t}return t=n,Object.defineProperty(t,"prototype",{writable:!1}),t}(Wp(Error)),Bp=2,Vp=17,Kp=3,Hp="0-90-9٠-٩۰-۹",zp="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),Gp="++";function Jp(e,t){e=e.split("-"),t=t.split("-");for(var i=e[0].split("."),n=t[0].split("."),r=0;r<3;r++){var o=Number(i[r]),s=Number(n[r]);if(o>s)return 1;if(s>o)return-1;if(!isNaN(o)&&isNaN(s))return 1;if(isNaN(o)&&!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 Zp={}.constructor;function Yp(e){return null!=e&&e.constructor===Zp}function Xp(e){return Xp="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},Xp(e)}function Qp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function eg(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var tg=" ext. ",ig=/^\d+$/,ng=function(){function e(t){Qp(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Yp(e)||!Yp(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(Yp(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+lg(e)+": "+e,"."))}(t),this.metadata=t,hg.call(this,t)}return eg(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&&ig.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new rg(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new rg(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 i=this.nonGeographic()[e];if(i)return i}else{var n=this.countryCallingCodes()[e];if(n&&1===n.length&&"001"===n[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}(),rg=function(){function e(t,i){Qp(this,e),this.globalMetadataObject=i,this.metadata=t,hg.call(this,i.metadata)}return eg(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 og(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()&&dg(this.types(),e))return new ag(dg(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?tg:this.metadata[13]||tg}}]),e}(),og=function(){function e(t,i){Qp(this,e),this._format=t,this.metadata=i}return eg(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()||sg.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),sg=/^\(?\$1\)?$/,ag=function(){function e(t,i){Qp(this,e),this.type=t,this.metadata=i}return eg(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 dg(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 lg=function(e){return Xp(e)};function cg(e,t){if((t=new ng(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function ug(e,t){return t.countries.hasOwnProperty(e)}function hg(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===Jp(t,"1.2.0")?this.v2=!0:-1===Jp(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var fg=function(e){return"([".concat(Hp,"]{1,").concat(e,"})")};function pg(e){var t="[  \\t,]*",i="[:\\..]?[  \\t,-]*",n="#?",r="[  \\t]*";return";ext="+fg("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+i+fg("20")+n)+"|"+(t+"(?:[xx##~~]|int|int)"+i+fg("9")+n)+"|"+("[- ]+"+fg("6")+"#")+"|"+(r+"(?:,{2}|;)"+i+fg("15")+n)+"|"+(r+"(?:,)+"+i+fg("9")+n)}var gg="["+Hp+"]{"+Bp+"}",vg="[++]{0,1}(?:["+zp+"]*["+Hp+"]){3,}["+zp+Hp+"]*",mg=new RegExp("^[++]{0,1}(?:["+zp+"]*["+Hp+"]){1,2}$","i"),yg=vg+"(?:"+pg()+")?",bg=new RegExp("^"+gg+"$|^"+yg+"$","i");var $g=new RegExp("(?:"+pg()+")$","i");function wg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Cg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Cg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Cg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var kg={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 Sg(e){return kg[e]}function Ig(e){for(var t,i="",n=wg(e.split(""));!(t=n()).done;){var r=Sg(t.value);r&&(i+=r)}return i}function Rg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return xg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return xg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 xg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Og(e){for(var t,i="",n=Rg(e.split(""));!(t=n()).done;){i+=Eg(t.value,i)||""}return i}function Eg(e,t,i){if("+"===e){if(t)return;return"+"}return Sg(e)}function Ag(e,t){return function(e,t,i){var n=i.type(t),r=n&&n.possibleLengths()||i.possibleLengths();if(!r)return"IS_POSSIBLE";var o=e.length,s=r[0];if(s===o)return"IS_POSSIBLE";if(s>o)return"TOO_SHORT";if(r[r.length-1]<o)return"TOO_LONG";return r.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function Ng(e,t){return"IS_POSSIBLE"===Ag(e,t)}function jg(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Mg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Pg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Pg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Pg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var Ug=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Tg(e,t,i){if(t=t||{},e.country||e.countryCallingCode){(i=new ng(i)).selectNumberingPlan(e.country,e.countryCallingCode);var n=t.v2?e.nationalNumber:e.phone;if(jg(n,i.nationalNumberPattern())){if(Wg(n,"FIXED_LINE",i))return i.type("MOBILE")&&""===i.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":i.type("MOBILE")?Wg(n,"MOBILE",i)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var r,o=Mg(Ug);!(r=o()).done;){var s=r.value;if(Wg(n,s,i))return s}}}}function Wg(e,t,i){return!(!(t=i.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&jg(e,t.pattern()))}function Lg(e,t,i){var n=new ng(i).getCountryCodesForCallingCode(e);return n?n.filter((function(e){return function(e,t,i){var n=new ng(i);if(n.selectNumberingPlan(t),n.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,i)})):[]}function Dg(e){return e.replace(new RegExp("[".concat(zp,"]+"),"g")," ").trim()}var _g=/(\$\d)/;function Fg(e,t,i){var n=i.useInternationalFormat,r=i.withNationalPrefix;i.carrierCode,i.metadata;var o=e.replace(new RegExp(t.pattern()),n?t.internationalFormat():r&&t.nationalPrefixFormattingRule()?t.format().replace(_g,t.nationalPrefixFormattingRule()):t.format());return n?Dg(o):o}var qg=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Bg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Vg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Vg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Vg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Kg(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Hg(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Kg(Object(i),!0).forEach((function(t){zg(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Kg(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function zg(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var Gg={formatExtension:function(e,t,i){return"".concat(e).concat(i.ext()).concat(t)}};function Jg(e,t,i,n){if(i=i?Hg(Hg({},Gg),i):Gg,n=new ng(n),e.country&&"001"!==e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";n.selectNumberingPlan(e.countryCallingCode)}var r,o=n.countryCallingCode(),s=i.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return s?Xg(r=Zg(s,e.carrierCode,"NATIONAL",n,i),e.ext,n,i.formatExtension):"";case"INTERNATIONAL":return s?(r=Zg(s,null,"INTERNATIONAL",n,i),Xg(r="+".concat(o," ").concat(r),e.ext,n,i.formatExtension)):"+".concat(o);case"E.164":return"+".concat(o).concat(s);case"RFC3966":return function(e){var t=e.number,i=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(i?";ext="+i:"")}({number:"+".concat(o).concat(s),ext:e.ext});case"IDD":if(!i.fromCountry)return;var a=function(e,t,i,n,r){var o=cg(n,r.metadata);if(o===i){var s=Zg(e,t,"NATIONAL",r);return"1"===i?i+" "+s:s}var a=function(e,t,i){var n=new ng(i);return n.selectNumberingPlan(e,t),n.defaultIDDPrefix()?n.defaultIDDPrefix():qg.test(n.IDDPrefix())?n.IDDPrefix():void 0}(n,void 0,r.metadata);if(a)return"".concat(a," ").concat(i," ").concat(Zg(e,null,"INTERNATIONAL",r))}(s,e.carrierCode,o,i.fromCountry,n);return Xg(a,e.ext,n,i.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function Zg(e,t,i,n,r){var o=Yg(n.formats(),e);return o?Fg(e,o,{useInternationalFormat:"INTERNATIONAL"===i,withNationalPrefix:!o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!r||!1!==r.nationalPrefix,carrierCode:t,metadata:n}):e}function Yg(e,t){for(var i,n=Bg(e);!(i=n()).done;){var r=i.value;if(r.leadingDigitsPatterns().length>0){var o=r.leadingDigitsPatterns()[r.leadingDigitsPatterns().length-1];if(0!==t.search(o))continue}if(jg(t,r.pattern()))return r}}function Xg(e,t,i,n){return t?n(e,t,i):e}function Qg(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function ev(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Qg(Object(i),!0).forEach((function(t){tv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Qg(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function tv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function iv(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var nv=function(){function e(t,i,n){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(!i)throw new TypeError("`nationalNumber` not passed");if(!n)throw new TypeError("`metadata` not passed");var r=function(e,t){var i,n,r=new ng(t);rv(e)?(i=e,r.selectNumberingPlan(i),n=r.countryCallingCode()):n=e;return{country:i,countryCallingCode:n}}(t,n),o=r.country,s=r.countryCallingCode;this.country=o,this.countryCallingCode=s,this.nationalNumber=i,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return n}}return iv(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Lg(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,i){if(void 0===t&&(t={}),i=new ng(i),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!i.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));i.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}}if(i.possibleLengths())return Ng(e.phone||e.nationalNumber,i);if(e.countryCallingCode&&i.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,i){return t=t||{},(i=new ng(i)).selectNumberingPlan(e.country,e.countryCallingCode),i.hasTypes()?void 0!==Tg(e,t,i.metadata):jg(t.v2?e.nationalNumber:e.phone,i.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new ng(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Tg(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return Jg(this,e,t?ev(ev({},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}(),rv=function(e){return/^[A-Z]{2}$/.test(e)};var ov=new RegExp("(["+Hp+"])");function sv(e,t,i,n){if(t){var r=new ng(n);r.selectNumberingPlan(t,i);var o=new RegExp(r.IDDPrefix());if(0===e.search(o)){var s=(e=e.slice(e.match(o)[0].length)).match(ov);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function av(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var i=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),n=i.exec(e);if(n){var r,o,s,a=n.length-1,d=a>0&&n[a];if(t.nationalPrefixTransformRule()&&d)r=e.replace(i,t.nationalPrefixTransformRule()),a>1&&(o=n[1]);else{var l=n[0];r=e.slice(l.length),d&&(o=n[1])}if(d){var c=e.indexOf(n[1]);e.slice(0,c)===t.numberingPlan.nationalPrefix()&&(s=t.numberingPlan.nationalPrefix())}else s=n[0];return{nationalNumber:r,nationalPrefix:s,carrierCode:o}}}return{nationalNumber:e}}function dv(e,t){var i=av(e,t),n=i.carrierCode,r=i.nationalNumber;if(r!==e){if(!function(e,t,i){if(jg(e,i.nationalNumberPattern())&&!jg(t,i.nationalNumberPattern()))return!1;return!0}(e,r,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Ag(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(r,t))return{nationalNumber:e}}return{nationalNumber:r,carrierCode:n}}function lv(e,t,i,n){var r=t?cg(t,n):i;if(0===e.indexOf(r)){(n=new ng(n)).selectNumberingPlan(t,i);var o=e.slice(r.length),s=dv(o,n).nationalNumber,a=dv(e,n).nationalNumber;if(!jg(a,n.nationalNumberPattern())&&jg(s,n.nationalNumberPattern())||"TOO_LONG"===Ag(a,n))return{countryCallingCode:r,number:o}}return{number:e}}function cv(e,t,i,n){if(!e)return{};var r;if("+"!==e[0]){var o=sv(e,t,i,n);if(!o||o===e){if(t||i){var s=lv(e,t,i,n),a=s.countryCallingCode,d=s.number;if(a)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:a,number:d}}return{number:e}}r=!0,e="+"+o}if("0"===e[1])return{};n=new ng(n);for(var l=2;l-1<=Kp&&l<=e.length;){var c=e.slice(1,l);if(n.hasCallingCode(c))return n.selectNumberingPlan(c),{countryCallingCodeSource:r?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:c,number:e.slice(l)};l++}return{}}function uv(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return hv(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return hv(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 hv(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function fv(e,t){var i=t.countries;t.defaultCountry;var n=t.metadata;n=new ng(n);for(var r,o=uv(i);!(r=o()).done;){var s=r.value;if(n.country(s),n.leadingDigits()){if(e&&0===e.search(n.leadingDigits()))return s}else if(Tg({phone:e,country:s},void 0,n.metadata))return s}}function pv(e,t){var i=t.nationalNumber,n=t.defaultCountry,r=t.metadata,o=r.getCountryCodesForCallingCode(e);if(o)return 1===o.length?o[0]:fv(i,{countries:o,defaultCountry:n,metadata:r.metadata})}var gv="+",vv="(["+Hp+"]|[\\-\\.\\(\\)]?)",mv=new RegExp("^\\"+gv+vv+"*["+Hp+"]"+vv+"*$","g"),yv=new RegExp("^("+("["+Hp+"]+((\\-)*["+Hp+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+Hp+"])*")+"\\.?$","g"),bv="tel:",$v=";phone-context=",wv=";isub=";function Cv(e,t){var i,n=t.extractFormattedPhoneNumber,r=function(e){var t=e.indexOf($v);if(t<0)return null;var i=t+$v.length;if(i>=e.length)return"";var n=e.indexOf(";",i);return n>=0?e.substring(i,n):e.substring(i)}(e);if(!function(e){return null===e||0!==e.length&&(mv.test(e)||yv.test(e))}(r))throw new qp("NOT_A_NUMBER");if(null===r)i=n(e)||"";else{i="",r.charAt(0)===gv&&(i+=r);var o,s=e.indexOf(bv);o=s>=0?s+bv.length:0;var a=e.indexOf($v);i+=e.substring(o,a)}var d=i.indexOf(wv);if(d>0&&(i=i.substring(0,d)),""!==i)return i}var kv=250,Sv=new RegExp("[++"+Hp+"]"),Iv=new RegExp("[^"+Hp+"#]+$");function Rv(e,t,i){if(t=t||{},i=new ng(i),t.defaultCountry&&!i.hasCountry(t.defaultCountry)){if(t.v2)throw new qp("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var n=function(e,t,i){var n=Cv(e,{extractFormattedPhoneNumber:function(e){return function(e,t,i){if(!e)return;if(e.length>kv){if(i)throw new qp("TOO_LONG");return}if(!1===t)return e;var n=e.search(Sv);if(n<0)return;return e.slice(n).replace(Iv,"")}(e,i,t)}});if(!n)return{};if(!function(e){return e.length>=Bp&&bg.test(e)}(n))return function(e){return mg.test(e)}(n)?{error:"TOO_SHORT"}:{};var r=function(e){var t=e.search($g);if(t<0)return{};for(var i=e.slice(0,t),n=e.match($g),r=1;r<n.length;){if(n[r])return{number:i,ext:n[r]};r++}}(n);if(r.ext)return r;return{number:n}}(e,t.v2,t.extract),r=n.number,o=n.ext,s=n.error;if(!r){if(t.v2){if("TOO_SHORT"===s)throw new qp("TOO_SHORT");throw new qp("NOT_A_NUMBER")}return{}}var a=function(e,t,i,n){var r,o=cv(Og(e),t,i,n.metadata),s=o.countryCallingCodeSource,a=o.countryCallingCode,d=o.number;if(a)n.selectNumberingPlan(a);else{if(!d||!t&&!i)return{};n.selectNumberingPlan(t,i),t&&(r=t),a=i||cg(t,n.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=dv(Og(d),n),c=l.nationalNumber,u=l.carrierCode,h=pv(a,{nationalNumber:c,defaultCountry:t,metadata:n});h&&(r=h,"001"===h||n.country(r));return{country:r,countryCallingCode:a,countryCallingCodeSource:s,nationalNumber:c,carrierCode:u}}(r,t.defaultCountry,t.defaultCallingCode,i),d=a.country,l=a.nationalNumber,c=a.countryCallingCode,u=a.countryCallingCodeSource,h=a.carrierCode;if(!i.hasSelectedNumberingPlan()){if(t.v2)throw new qp("INVALID_COUNTRY");return{}}if(!l||l.length<Bp){if(t.v2)throw new qp("TOO_SHORT");return{}}if(l.length>Vp){if(t.v2)throw new qp("TOO_LONG");return{}}if(t.v2){var f=new nv(c,l,i.metadata);return d&&(f.country=d),h&&(f.carrierCode=h),o&&(f.ext=o),f.__countryCallingCodeSource=u,f}var p=!!(t.extended?i.hasSelectedNumberingPlan():d)&&jg(l,i.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!i.possibleLengths()||!Ng(l,i)),phone:l,ext:o}:p?function(e,t,i){var n={country:e,phone:t};i&&(n.ext=i);return n}(d,l,o):{}}function xv(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Ov(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?xv(Object(i),!0).forEach((function(t){Ev(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):xv(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Ev(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Av(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Nv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function jv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mv(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Mv(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 Mv(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Pv(e){var t,i,n,r=jv(Array.prototype.slice.call(e),4),o=r[0],s=r[1],a=r[2],d=r[3];if("string"!=typeof o)throw new TypeError("A text for parsing must be a string.");if(t=o,s&&"string"!=typeof s){if(!Yp(s))throw new Error("Invalid second argument: ".concat(s));a?(i=s,n=a):n=s}else d?(i=a,n=d):(i=void 0,n=a),s&&(i=function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Av(Object(i),!0).forEach((function(t){Nv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Av(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({defaultCountry:s},i));return{text:t,options:i,metadata:n}}function Uv(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Tv(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Uv(Object(i),!0).forEach((function(t){Wv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Uv(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Wv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Lv(e,t,i){t&&t.defaultCountry&&!ug(t.defaultCountry,i)&&(t=Tv(Tv({},t),{},{defaultCountry:void 0}));try{return function(e,t,i){return Rv(e,Ov(Ov({},t),{},{v2:!0}),i)}(e,t,i)}catch(e){if(!(e instanceof qp))throw e}}function Dv(){var e=Pv(arguments);return Lv(e.text,e.options,e.metadata)}function _v(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Fv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var qv=_v((function e(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;Fv(this,e),this.key=t,this.value=i,this.next=n,this.prev=r})),Bv=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;Fv(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return _v(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var i=new qv(e,t,this.head);this.head.prev=i,this.head=i}else this.head=this.tail=new qv(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 Vv(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Kv=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 Bv(t)}return Vv(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 Hv(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function zv(e,t){var i=t.search(e);return i>=0?t.slice(0,i):t}var Gv="   ᠎ - \u2028\u2029   ",Jv="[".concat(Gv,"]"),Zv="[^".concat(Gv,"]"),Yv="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),Xv="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Qv="[".concat(Xv,"]"),em=new RegExp(Qv),tm="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),im=new RegExp(tm),nm="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),rm=new RegExp(nm),om=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function sm(e){return!(!em.test(e)&&!rm.test(e))&&om.test(e)}function am(e){return"%"===e||im.test(e)}function dm(e,t,i){var n=!0,r=Dv(e,i);if(r||(n=!1,r=Dv(e,{defaultCallingCode:t.countryCallingCode},i)),!r)return"INVALID_NUMBER";if(t.ext){if(r.ext!==t.ext)return"NO_MATCH"}else if(r.ext)return"NO_MATCH";return n&&t.countryCallingCode!==r.countryCallingCode?"NO_MATCH":t.number===r.number?n?"EXACT_MATCH":"NSN_MATCH":0===t.nationalNumber.indexOf(r.nationalNumber)||0===r.nationalNumber.indexOf(t.nationalNumber)?"SHORT_NSN_MATCH":"NO_MATCH"}var lm={POSSIBLE:function(e,t){return t.candidate,t.metadata,!0},VALID:function(e,t){var i=t.candidate;t.defaultCountry;var n=t.metadata;return!(!e.isValid()||!cm(e,i,n))},STRICT_GROUPING:function(e,t){var i=t.candidate,n=t.defaultCountry,r=t.metadata;return t.regExpCache,!(!e.isValid()||!cm(e,i,r)||hm(e,i)||!um(e,{defaultCountry:n,metadata:r}))&&fm()},EXACT_GROUPING:function(e,t){var i=t.candidate,n=t.defaultCountry,r=t.metadata;return t.regExpCache,!(!e.isValid()||!cm(e,i,r)||hm(e,i)||!um(e,{defaultCountry:n,metadata:r}))&&fm()}};function cm(e,t,i){for(var n=0;n<t.length-1;n++){var r=t.charAt(n);if("x"===r||"X"===r){var o=t.charAt(n+1);if("x"===o||"X"===o){if(n++,"NSN_MATCH"!==dm(t.substring(n),e,i))return!1}else{var s=Ig(t.substring(n));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function um(e,t){var i=t.defaultCountry,n=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var r=new ng(n);r.selectNumberingPlan(e.countryCallingCode),e.country||pv(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:i,metadata:r});var o=e.nationalNumber,s=Yg(r.numberingPlan.formats(),o);return!s.nationalPrefixFormattingRule()||(!!r.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function hm(e,t){var i=t.indexOf("/");if(i<0)return!1;var n=t.indexOf("/",i+1);return!(n<0)&&(!("FROM_NUMBER_WITH_PLUS_SIGN"===e.__countryCallingCodeSource||"FROM_NUMBER_WITHOUT_PLUS_SIGN"===e.__countryCallingCodeSource)||Ig(t.substring(0,i))!==e.countryCallingCode||t.slice(n+1).indexOf("/")>=0)}function fm(e,t,i,n,r){throw new Error("This part of code hasn't been ported")}var pm=/[\\/] *x/;function gm(e){return zv(pm,e)}var vm=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,mm=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,ym=/^:[0-5]\d/;function bm(e,t,i){if(vm.test(e))return!1;if(mm.test(e)){var n=i.slice(t+e.length);if(ym.test(n))return!1}return!0}var $m="(\\[([",wm=")\\])]",Cm="[^".concat($m).concat(wm,"]"),km="[".concat($m).concat(Gp,"]"),Sm=new RegExp("^"+km),Im=Hv(0,3),Rm=new RegExp("^(?:[(\\[([])?(?:"+Cm+"+["+wm+"])?"+Cm+"+(?:["+$m+"]"+Cm+"+["+wm+"])"+Im+Cm+"*$"),xm=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function Om(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Em(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Em(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Am(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Nm=pg(),jm=["\\/+(.*)/","(\\([^(]*)","(?:".concat(Jv,"-|-").concat(Jv,")").concat(Jv,"*(.+)"),"[‒-―-]".concat(Jv,"*(.+)"),"\\.+".concat(Jv,"*([^.]+)"),"".concat(Jv,"+(").concat(Zv,"+)")],Mm=Hv(0,2),Pm=Hv(0,4),Um=Vp+Kp,Tm=Hv(0,Um),Wm="[".concat(zp,"]")+Pm,Lm=Yv+Hv(1,Um),Dm="(?:"+km+Wm+")"+Mm+Lm+"(?:"+Wm+Lm+")"+Tm+"(?:"+Nm+")?",_m=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(Xv,"#]+$")),Fm=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,qm=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=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),!(i={v2:i.v2,defaultCallingCode:i.defaultCallingCode,defaultCountry:i.defaultCountry&&ug(i.defaultCountry,n)?i.defaultCountry:void 0,leniency:i.leniency||(i.extended?"POSSIBLE":"VALID"),maxTries:i.maxTries||Fm}).leniency)throw new TypeError("`leniency` is required");if("POSSIBLE"!==i.leniency&&"VALID"!==i.leniency)throw new TypeError('Invalid `leniency`: "'.concat(i.leniency,'". Supported values: "POSSIBLE", "VALID".'));if(i.maxTries<0)throw new TypeError("`maxTries` must be `>= 0`");if(this.text=t,this.options=i,this.metadata=n,this.leniency=lm[i.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(i.leniency,'"'));this.maxTries=i.maxTries,this.PATTERN=new RegExp(Dm,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new Kv(32)}return Am(e,[{key:"find",value:function(){for(var e;this.maxTries>0&&null!==(e=this.PATTERN.exec(this.text));){var t=e[0],i=e.index;if(bm(t=gm(t),i,this.text)){var n=this.parseAndVerify(t,i,this.text)||this.extractInnerMatch(t,i,this.text);if(n){if(this.options.v2)return{startsAt:n.startsAt,endsAt:n.endsAt,number:n.phoneNumber};var r=n.phoneNumber,o={startsAt:n.startsAt,endsAt:n.endsAt,phone:r.nationalNumber};return r.country?o.country=r.country:o.countryCallingCode=r.countryCallingCode,r.ext&&(o.ext=r.ext),o}}this.maxTries--}}},{key:"extractInnerMatch",value:function(e,t,i){for(var n,r=Om(jm);!(n=r()).done;)for(var o=n.value,s=!0,a=void 0,d=new RegExp(o,"g");this.maxTries>0&&null!==(a=d.exec(e));){if(s){var l=zv(_m,e.slice(0,a.index)),c=this.parseAndVerify(l,t,i);if(c)return c;this.maxTries--,s=!1}var u=zv(_m,a[1]),h=e.indexOf(u,a.index),f=this.parseAndVerify(u,t+h,i);if(f)return f;this.maxTries--}}},{key:"parseAndVerify",value:function(e,t,i){if(function(e,t,i,n){if(Rm.test(e)&&!xm.test(e)){if("POSSIBLE"!==n){if(t>0&&!Sm.test(e)){var r=i[t-1];if(am(r)||sm(r))return!1}var o=t+e.length;if(o<i.length){var s=i[o];if(am(s)||sm(s))return!1}}return!0}}(e,t,i,this.options.leniency)){var n=Dv(e,{extended:!0,defaultCountry:this.options.defaultCountry,defaultCallingCode:this.options.defaultCallingCode},this.metadata);if(n&&n.isPossible())return this.leniency(n,{candidate:e,defaultCountry:this.options.defaultCountry,metadata:this.metadata,regExpCache:this.regExpCache})?{startsAt:t,endsAt:t+e.length,phoneNumber:n}: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 Bm(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Vm=function(){function e(t){var i=t.onCountryChange,n=t.onCallingCodeChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.onCountryChange=i,this.onCallingCodeChange=n}return Bm(e,[{key:"reset",value:function(e){var t=e.country,i=e.callingCode;this.international=!1,this.missingPlus=!1,this.IDDPrefix=void 0,this.callingCode=void 0,this.digits="",this.resetNationalSignificantNumber(),this.initCountryAndCallingCode(t,i)}},{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,i=Object.keys(e);t<i.length;t++){var n=i[t];this[n]=e[n]}}},{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 Km(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Hm(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Hm(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Hm(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var zm="x",Gm=new RegExp(zm);function Jm(e,t){if(t<1)return"";for(var i="";t>1;)1&t&&(i+=e),t>>=1,e+=e;return i+e}function Zm(e,t){return")"===e[t]&&t++,function(e){var t=[],i=0;for(;i<e.length;)"("===e[i]?t.push(i):")"===e[i]&&t.pop(),i++;var n=0,r="";t.push(e.length);for(var o=0,s=t;o<s.length;o++){var a=s[o];r+=e.slice(n,a),n=a+1}return r}(e.slice(0,t))}function Ym(e,t,i){var n=i.metadata,r=i.shouldTryNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(t.pattern(),")$")).test(e.nationalSignificantNumber))return function(e,t,i){var n=i.metadata,r=i.shouldTryNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix;if(e.nationalSignificantNumber,e.international,e.nationalPrefix,e.carrierCode,r(t)){var s=Xm(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:o,metadata:n});if(s)return s}return Xm(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:o,metadata:n})}(e,t,{metadata:n,shouldTryNationalPrefixFormattingRule:r,getSeparatorAfterNationalPrefix:o})}function Xm(e,t,i){var n=i.metadata,r=i.useNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix,s=Fg(e.nationalSignificantNumber,t,{carrierCode:e.carrierCode,useInternationalFormat:e.international,withNationalPrefix:r,metadata:n});if(r||(e.nationalPrefix?s=e.nationalPrefix+o(t)+s:e.complexPrefixBeforeNationalSignificantNumber&&(s=e.complexPrefixBeforeNationalSignificantNumber+" "+s)),function(e,t){return Ig(e)===t.getNationalDigits()}(s,e))return s}function Qm(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ey=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return Qm(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],i=t.branches,n=t.instructions;if(i)return{op:"|",args:i.concat([ry(n)])};if(0===n.length)throw new Error("Pattern is required");return 1===n.length?n[0]:n}},{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(ny);if(t){var i=t[1],n=e.slice(0,t.index),r=e.slice(t.index+i.length);switch(i){case"(?:":n&&this.parsePattern(n),this.startContext({or:!0,instructions:[],branches:[]});break;case")":if(!this.getContext().or)throw new Error('")" operator must be preceded by "(?:" operator');if(n&&this.parsePattern(n),0===this.getContext().instructions.length)throw new Error('No instructions found after "|" operator in an "or" group');var o=this.getContext().branches;o.push(ry(this.getContext().instructions)),this.endContext(),this.getContext().instructions.push({op:"|",args:o});break;case"|":if(!this.getContext().or)throw new Error('"|" operator can only be used inside "or" groups');if(n&&this.parsePattern(n),!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(ry(this.getContext().instructions)),this.getContext().instructions=[];break;case"[":n&&this.parsePattern(n),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:ty(n)});break;default:throw new Error("Unknown operator: ".concat(i))}r&&this.parsePattern(r)}else{if(iy.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function ty(e){for(var t=[],i=0;i<e.length;){if("-"===e[i]){if(0===i||i===e.length-1)throw new Error("Couldn't parse a one-of set pattern: ".concat(e));for(var n=e[i-1].charCodeAt(0)+1,r=e[i+1].charCodeAt(0)-1,o=n;o<=r;)t.push(String.fromCharCode(o)),o++}else t.push(e[i]);i++}return t}var iy=/[\(\)\[\]\?\:\|]/,ny=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function ry(e){return 1===e.length?e[0]:e}function oy(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return sy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return sy(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 sy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function ay(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var dy=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 ey).parse(t)}return ay(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 i=ly(e.split(""),this.matchTree,!0);if(i&&i.match&&delete i.matchedChars,!i||!i.overflow||t)return i}}]),e}();function ly(e,t,i){if("string"==typeof t){var n=e.join("");return 0===t.indexOf(n)?e.length===t.length?{match:!0,matchedChars:e}:{partialMatch:!0}:0===n.indexOf(t)?i&&e.length>t.length?{overflow:!0}:{match:!0,matchedChars:e.slice(0,t.length)}:void 0}if(Array.isArray(t)){for(var r=e.slice(),o=0;o<t.length;){var s=ly(r,t[o],i&&o===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===(r=r.slice(s.matchedChars.length)).length)return o===t.length-1?{match:!0,matchedChars:e}:{partialMatch:!0};o++}return i?{overflow:!0}:{match:!0,matchedChars:e.slice(0,e.length-r.length)}}switch(t.op){case"|":for(var a,d,l=oy(t.args);!(d=l()).done;){var c=ly(e,d.value,i);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=oy(t.args);!(u=h()).done;){var f=u.value;if(e[0]===f)return 1===e.length?{match:!0,matchedChars:e}:i?{overflow:!0}:{match:!0,matchedChars:[f]}}return;default:throw new Error("Unsupported instruction tree: ".concat(t))}}function cy(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return uy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return uy(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 uy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function hy(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var fy=Jm("9",15),py=/[- ]/,gy=new RegExp("["+zp+"]*\\$1["+zp+"]*(\\$\\d["+zp+"]*)*$"),vy=function(){function e(t){t.state;var i=t.metadata;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=i,this.resetFormat()}return hy(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 i=this;if(function(e,t){return"IS_POSSIBLE"===Ag(e,t)}(t.nationalSignificantNumber,this.metadata))for(var n,r=cy(this.matchingFormats);!(n=r()).done;){var o=n.value,s=Ym(t,o,{metadata:this.metadata,shouldTryNationalPrefixFormattingRule:function(e){return i.shouldTryNationalPrefixFormattingRule(e,{international:t.international,nationalPrefix:t.nationalPrefix})},getSeparatorAfterNationalPrefix:function(e){return i.getSeparatorAfterNationalPrefix(e)}});if(s)return this.resetFormat(),this.chosenFormat=o,this.setNationalNumberTemplate(s.replace(/\d/g,zm),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(zm),s}return this.formatNationalNumberWithNextDigits(e,t)}},{key:"formatNationalNumberWithNextDigits",value:function(e,t){var i=this.chosenFormat,n=this.chooseFormat(t);if(n)return n===i?this.formatNextNationalNumberDigits(e):this.formatNextNationalNumberDigits(t.getNationalDigits())}},{key:"narrowDownMatchingFormats",value:function(e){var t=this,i=e.nationalSignificantNumber,n=e.nationalPrefix,r=e.international,o=i,s=o.length-3;s<0&&(s=0),this.matchingFormats=this.matchingFormats.filter((function(e){return t.formatSuits(e,r,n)&&t.formatMatches(e,o,s)})),this.chosenFormat&&-1===this.matchingFormats.indexOf(this.chosenFormat)&&this.resetFormat()}},{key:"formatSuits",value:function(e,t,i){return!(i&&!e.usesNationalPrefix()&&!e.nationalPrefixIsOptionalWhenFormattingInNationalFormat())&&!(!t&&!i&&e.nationalPrefixIsMandatoryWhenFormattingInNationalFormat())}},{key:"formatMatches",value:function(e,t,i){var n=e.leadingDigitsPatterns().length;if(0===n)return!0;i=Math.min(i,n-1);var r=e.leadingDigitsPatterns()[i];if(t.length<3)try{return void 0!==new dy(r).match(t,{allowOverflow:!0})}catch(e){return console.error(e),!0}return new RegExp("^(".concat(r,")")).test(t)}},{key:"getFormatFormat",value:function(e,t){return t?e.internationalFormat():e.format()}},{key:"chooseFormat",value:function(e){for(var t,i=this,n=function(){var n=t.value;return i.chosenFormat===n?"break":gy.test(i.getFormatFormat(n,e.international))?i.createTemplateForFormat(n,e)?(i.chosenFormat=n,"break"):(i.matchingFormats=i.matchingFormats.filter((function(e){return e!==n})),"continue"):"continue"},r=cy(this.matchingFormats.slice());!(t=r()).done;){var o=n();if("break"===o)break}return this.chosenFormat||this.resetFormat(),this.chosenFormat}},{key:"createTemplateForFormat",value:function(e,t){if(!(e.pattern().indexOf("|")>=0)){var i=this.getTemplateForFormat(e,t);return i?(this.setNationalNumberTemplate(i,t),!0):void 0}}},{key:"getSeparatorAfterNationalPrefix",value:function(e){return this.isNANP||e&&e.nationalPrefixFormattingRule()&&py.test(e.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(e,t){var i=e.IDDPrefix,n=e.missingPlus;return i?t&&!1===t.spacing?i:i+" ":n?"":"+"}},{key:"getTemplate",value:function(e){if(this.template){for(var t=-1,i=0,n=e.international?this.getInternationalPrefixBeforeCountryCallingCode(e,{spacing:!1}):"";i<n.length+e.getDigitsWithoutInternationalPrefix().length;)t=this.template.indexOf(zm,t+1),i++;return Zm(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,zm)+Jm(zm,t.callingCode.length)+" "+e:this.template=e}},{key:"getTemplateForFormat",value:function(e,t){var i=t.nationalSignificantNumber,n=t.international,r=t.nationalPrefix,o=t.complexPrefixBeforeNationalSignificantNumber,s=e.pattern();s=s.replace(/\[([^\[\]])*\]/g,"\\d").replace(/\d(?=[^,}][^,}])/g,"\\d");var a=fy.match(s)[0];if(!(i.length>a.length)){var d=new RegExp("^"+s+"$"),l=i.replace(/\d/g,"9");d.test(l)&&(a=l);var c,u=this.getFormatFormat(e,n);if(this.shouldTryNationalPrefixFormattingRule(e,{international:n,nationalPrefix:r})){var h=u.replace(_g,e.nationalPrefixFormattingRule());if(Ig(e.nationalPrefixFormattingRule())===(r||"")+Ig("$1")&&(u=h,c=!0,r))for(var f=r.length;f>0;)u=u.replace(/\d/,zm),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),zm);return c||(o?p=Jm(zm,o.length)+" "+p:r&&(p=Jm(zm,r.length)+this.getSeparatorAfterNationalPrefix(e)+p)),n&&(p=Dg(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,i){for(var n,r=Km(i.split(""));!(n=r()).done;){var o=n.value;if(e.slice(t+1).search(Gm)<0)return;t=e.search(Gm),e=e.replace(Gm,o)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],Zm(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1);this.resetFormat()}},{key:"shouldTryNationalPrefixFormattingRule",value:function(e,t){var i=t.international,n=t.nationalPrefix;if(e.nationalPrefixFormattingRule()){var r=e.usesNationalPrefix();if(r&&n||!r&&!i)return!0}}}]),e}();function my(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return yy(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 yy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function by(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var $y=new RegExp("^"+("["+zp+Hp+"]+")+"$","i"),wy="(?:[++]["+zp+Hp+"]*|["+zp+Hp+"]+)",Cy=new RegExp("[^"+zp+Hp+"]+.*$"),ky=/[^\d\[\]]/,Sy=function(){function e(t){var i=t.defaultCountry,n=t.defaultCallingCode,r=t.metadata,o=t.onNationalSignificantNumberChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.defaultCountry=i,this.defaultCallingCode=n,this.metadata=r,this.onNationalSignificantNumberChange=o}return by(e,[{key:"input",value:function(e,t){var i,n=function(e){var t=function(e){var t=function(e){var t,i=e.search(wy);if(i<0)return;e=e.slice(i),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(Cy,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),i=my(t,2),n=i[0],r=i[1];$y.test(n)||(n="");return[n,r]}(e),r=my(n,2),o=r[0],s=r[1],a=Ig(o);return s&&(t.digits||(t.startInternationalNumber(),a||(i=!0))),a&&this.inputDigits(a,t),{digits:a,justLeadingPlus:i}}},{key:"inputDigits",value:function(e,t){var i=t.digits,n=i.length<3&&i.length+e.length>=3;if(t.appendDigits(e),n&&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,i=e.callingCode;return t&&!i}},{key:"extractCountryCallingCode",value:function(e){var t=cv("+"+e.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),i=t.countryCallingCode,n=t.number;if(i)return e.setCallingCode(i),e.update({nationalSignificantNumber:n}),!0}},{key:"reset",value:function(e){if(e){this.hasSelectedNumberingPlan=!0;var t=e._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=t&&ky.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var i=av(e,this.metadata),n=i.nationalPrefix,r=i.nationalNumber,o=i.carrierCode;if(r!==e)return this.onExtractedNationalNumber(n,o,r,e,t),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(e,t,i){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(e,i);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var n=av(e,this.metadata),r=n.nationalPrefix,o=n.nationalNumber,s=n.carrierCode;if(o!==t)return this.onExtractedNationalNumber(r,s,o,e,i),!0}}},{key:"onExtractedNationalNumber",value:function(e,t,i,n,r){var o,s,a=n.lastIndexOf(i);if(a>=0&&a===n.length-i.length){s=!0;var d=n.slice(0,a);d!==e&&(o=d)}r({nationalPrefix:e,carrierCode:t,nationalSignificantNumber:i,nationalSignificantNumberMatchesInput:s,complexPrefixBeforeNationalSignificantNumber:o}),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,i=e.IDDPrefix,n=e.digits;if(e.nationalSignificantNumber,!t&&!i){var r=sv(n,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);return void 0!==r&&r!==n?(e.update({IDDPrefix:n.slice(0,n.length-r.length)}),this.startInternationalNumber(e,{country:void 0,callingCode:void 0}),!0):void 0}}},{key:"fixMissingPlus",value:function(e){if(!e.international){var t=lv(e.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),i=t.countryCallingCode;if(t.number,i)return e.update({missingPlus:!0}),this.startInternationalNumber(e,{country:e.country,callingCode:i}),!0}}},{key:"startInternationalNumber",value:function(e,t){var i=t.country,n=t.callingCode;e.startInternationalNumber(i,n),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 Iy(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ry(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Ry(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 Ry(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function xy(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Oy,Ey=function(){function e(t,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=new ng(i);var n=Iy(this.getCountryAndCallingCode(t),2),r=n[0],o=n[1];this.defaultCountry=r,this.defaultCallingCode=o,this.reset()}return xy(e,[{key:"getCountryAndCallingCode",value:function(e){var t,i;return e&&(Yp(e)?(t=e.defaultCountry,i=e.defaultCallingCode):t=e),t&&!this.metadata.hasCountry(t)&&(t=void 0),[t,i]}},{key:"input",value:function(e){var t=this.parser.input(e,this.state),i=t.digits;if(t.justLeadingPlus)this.formattedOutput="+";else if(i){var n;if(this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state),this.metadata.hasSelectedNumberingPlan()&&(n=this.formatter.format(i,this.state)),void 0===n&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var r=this.state.getNationalDigits();r&&(n=this.formatter.format(r,this.state))}this.formattedOutput=n?this.getFullNumber(n):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var e=this;return this.state=new Vm({onCountryChange:function(t){e.country=t},onCallingCodeChange:function(t,i){e.metadata.selectNumberingPlan(i,t),e.formatter.reset(e.metadata.numberingPlan,e.state),e.parser.reset(e.metadata.numberingPlan)}}),this.formatter=new vy({state:this.state,metadata:this.metadata}),this.parser=new Sy({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 i=function(e){return t.formatter.getInternationalPrefixBeforeCountryCallingCode(t.state,{spacing:!!e})+e},n=this.state.callingCode;return i(n?e?"".concat(n," ").concat(e):n:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return e}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var e=this.state,t=e.nationalSignificantNumber,i=e.complexPrefixBeforeNationalSignificantNumber,n=e.nationalPrefix,r=t,o=i||n;return o&&(r=o+r),r}},{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,zm)}},{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(pv(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,i=e.callingCode,n=e.country,r=e.nationalSignificantNumber;if(t)return this.isInternational()?i?"+"+i+r:"+"+t:n||i?"+"+(n?this.metadata.countryCallingCode():i)+r:void 0}},{key:"getNumber",value:function(){var e=this.state,t=e.nationalSignificantNumber,i=e.carrierCode,n=e.callingCode,r=this._getCountry();if(t&&(r||n)){if(r&&r===this.defaultCountry){var o=new ng(this.metadata.metadata);o.selectNumberingPlan(r);var s=o.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=fv(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(r=d)}}var l=new nv(r||n,t,this.metadata.metadata);return i&&(l.carrierCode=i),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 Ay(){return function(e,t){var i=Array.prototype.slice.call(t);return i.push(Mp),e.apply(this,i)}(Dv,arguments)}function Ny(e,t){return qm.call(this,e,t,Mp)}function jy(e){return Ey.call(this,e,Mp)}function My(){return ng.call(this,Mp)}Ny.prototype=Object.create(qm.prototype,{}),Ny.prototype.constructor=Ny,jy.prototype=Object.create(Ey.prototype,{}),jy.prototype.constructor=jy,My.prototype=Object.create(ng.prototype,{}),My.prototype.constructor=My,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"}(Oy||(Oy={}));const Py=(e,t)=>Object.entries(e).reduce(((e,[i,n])=>{const[r,...o]=i.split(".");return t!==r?Object.assign(e,{[i]:n}):(e[r]||(e[r]={}),e[r][o.join(".")]=n,e)}),{}),Uy=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,i])=>[`${t}.${e}`,i]))),Ty=(e,t)=>e===Oy.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t,Wy=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function Ly(e){return new URLSearchParams(window.location.search).get(e)}const Dy={enabled:"active",disabled:"disabled",invited:"invited"},_y=e=>e.tenantRoles.data,Fy=e=>e.selectedUsersLoginIds,qy=e=>e.notifications,By=e=>e.customAttributes.data,Vy=wl((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:i})=>[e,t?{label:t,options:i}:i]))))),Ky=wl(Vy,(e=>Object.keys(e).length>0)),Hy=wl(By,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),zy=wl((e=>e.usersList.data),Hy,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,i])=>[e,Ty(t[e],i)])))}))))),Gy=e=>{const t=[e.roleNames||[],...(e.userTenants||[]).map((e=>e.roleNames||[]))].filter((e=>e.length>0));if(0===t.length)return e.roleNames||[];const i=t.map((e=>[...e].sort().join("\0")));return i.every((e=>e===i[0]))?t[0]:"Multiple roles"},Jy=wl(zy,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Uy(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:Dy[e.status]||e.status,roles:Gy(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),Zy=wl(Fy,Jy,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),Yy=wl(Zy,(e=>e.map((e=>e.userId)))),Xy=wl(Zy,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),Qy=wl(Zy,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),eb=wl(Zy,(e=>e.map((e=>e.status)))),tb=wl(Zy,(e=>e.every((e=>e.editable)))),ib=wl(Fy,(e=>!!e.length)),nb=wl(Fy,(e=>1===e.length)),rb=wl(Fy,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),ob=wl(nb,eb,((e,t)=>e&&t.every((e=>e===Dy.enabled)))),sb=wl(eb,(e=>e.every((e=>e===Dy.disabled)))),ab=wl(Zy,(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`})),db=wl(nb,sb,tb,((e,t,i)=>e&&t&&i)),lb=wl(nb,ob,tb,((e,t,i)=>e&&t&&i)),cb=wl(nb,tb,((e,t)=>e&&t)),ub=wl(nb,tb,((e,t)=>e&&t)),hb=wl(nb,tb,((e,t)=>e&&t)),fb=ib,pb=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},gb=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),vb=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),mb=ec("users/create",((e,{extra:{api:t}})=>t.user.create(e))),yb=pb(mb)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},gb((e=>e.createUser)),vb({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>`}})),bb={action:mb,reducer:yb},$b=ec("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),wb=pb($b)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},gb((e=>e.deleteUser)),vb({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["U","u"]}ser${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete user${["","s"]}`})),Cb={action:$b,reducer:wb},kb=ec("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),Sb=pb(kb)(gb((e=>e.setTempUserPassword)),vb({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>`}})),Ib={action:kb,reducer:Sb},Rb=ec("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),xb=pb(Rb)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},gb((e=>e.customAttributes))),Ob={action:Rb,reducer:xb},Eb=ec("users/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.user.search(Object.assign(Object.assign({},n),e))})),Ab=pb(Eb)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},gb((e=>e.usersList))),Nb={action:Eb,reducer:Ab},jb=ec("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Mb=pb(jb)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},gb((e=>e.tenantRoles))),Pb={action:jb,reducer:Mb},Ub=ec("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Tb=pb(Ub)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},gb((e=>e.subTenantRoles))),Wb={action:Ub,reducer:Tb},Lb=ec("users/update",((e,{extra:{api:t}})=>t.user.update(e))),Db=pb(Lb)({onFulfilled:(e,t)=>{const i=e.usersList.data.findIndex((e=>wn(e.loginIds,t.payload.loginIds)));-1!==i&&(e.usersList.data[i]=t.payload)}},gb((e=>e.updateUser)),vb({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>`}})),_b={action:Lb,reducer:Db},Fb=ec("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),qb=pb(Fb)({onFulfilled:(e,t)=>{var i;const n=e.usersList.data.findIndex((e=>{var i;return wn(e.loginIds,null===(i=t.payload.user)||void 0===i?void 0:i.loginIds)}));-1!==n&&(e.usersList.data[n].status=null===(i=t.payload.user)||void 0===i?void 0:i.status)}},gb((e=>e.enableUser)),vb({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>`}})),Bb={action:Fb,reducer:qb},Vb=ec("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),Kb=pb(Vb)({onFulfilled:(e,t)=>{var i;const n=e.usersList.data.findIndex((e=>{var i;return wn(e.loginIds,null===(i=t.payload.user)||void 0===i?void 0:i.loginIds)}));-1!==n&&(e.usersList.data[n].status=null===(i=t.payload.user)||void 0===i?void 0:i.status)}},gb((e=>e.disableUser)),vb({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>`}})),Hb={action:Vb,reducer:Kb},zb=ec("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),Gb={action:zb,reducer:pb(zb)(gb((e=>e.removePasskey)),vb({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>`}}))},Jb={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:[]},Zb="/v1/mgmt/user/search",Yb="/v1/mgmt/user/delete/batch",Xb="/v1/mgmt/user/create",Qb="/v1/mgmt/user/patch",e$="/v1/mgmt/user/update/status",t$="/v1/mgmt/user/password/set/temporary",i$="/v1/mgmt/user/passkeys/delete",n$="/v1/mgmt/user/customattributes",r$="/v1/mgmt/role/all",o$="/v1/mgmt/role/subtenant/all",s$=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),a$=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u}={}){if(i)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((i=>{const n=[],r=(new Date).getTime();for(let e=1;e<10;e+=1)n.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}`,verifiedEmail:!0,verifiedPhone:!0,userTenants:[{tenantId:"sub-tenant-1",tenantName:"Hurray",roleNames:["Role 1","Role 2"]}],status:"enabled",editable:!0,createdTime:r,createdTimeFormatted:new Date(1e3*(r||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=>{n.sort(((t,i)=>((e,t,i)=>{if("boolean"==typeof e&&"boolean"==typeof t){const n=e?1:0,r=t?1:0;return i?n-r:r-n}const n=(null==e?void 0:e.toString())||"",r=(null==t?void 0:t.toString())||"";return i?r.localeCompare(n):n.localeCompare(r)})(t[e.field],i[e.field],e.desc)))})),i(n.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.phone.toLowerCase().includes(e.toLowerCase())||t.status.toLowerCase().includes(e.toLowerCase())||"active"===e.toLowerCase()||t.familyName.toLowerCase().includes(e.toLowerCase())||t.givenName.toLowerCase().includes(e.toLowerCase())||t.middleName.toLowerCase().includes(e.toLowerCase())||t.email.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u});const h=yield e.post(Zb,{limit:r,page:n,withTestUser:!1,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u},{queryParams:{tenant:t}});return yield s$(h),(yield h.json()).users})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Yb,{userIds:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({loginId:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$,userTenants:w}){if(i)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:i,displayName:n,roles:r,customAttributes:o,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:i,name:n,roleNames:r,customAttributes:o,picture:s,verifiedEmail:a,verifiedPhone:d,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:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$,userTenants:w});const C=yield e.post(Xb,{loginId:n,email:r,phone:o,displayName:s,givenName:f,middleName:p,familyName:g,roleNames:a,userTenants:w,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$},{queryParams:{tenant:t}});return yield s$(C),(yield C.json()).user})),update:n=>c(void 0,[n],void 0,(function*({loginId:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,userTenants:m}){if(i)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:i,displayName:n,roles:r,customAttributes:o,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:i,name:n,roleNames:r,customAttributes:o||{},picture:s,verifiedEmail:a,verifiedPhone:d,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:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,userTenants:m});const y=yield e.patch(Qb,{loginId:n,email:r,phone:o,displayName:s,givenName:f,middleName:p,familyName:g,roleNames:a,userTenants:m,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,additionalLoginIds:v},{queryParams:{tenant:t}});return yield s$(y),(yield y.json()).user})),enable:n=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"enabled"}})}))})))(n);const r=yield e.post(e$,{loginId:n,status:"enabled"},{queryParams:{tenant:t}});return yield s$(r),r.json()})),disable:n=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"disabled"}})}))})))(n);const r=yield e.post(e$,{loginId:n,status:"disabled"},{queryParams:{tenant:t}});return yield s$(r),r.json()})),removePasskey:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(i$,{loginId:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),setTempPassword:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({cleartext:Math.random().toString(20).substring(2)})}))}));const r=yield e.post(t$,{loginId:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),getCustomAttributes:()=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e([])}))}));const n=yield e.get(n$,{queryParams:{tenant:t}});return yield s$(n),(yield n.json()).data}))}),d$=({httpClient:e,tenant:t,mock:i})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>new Promise((t=>{const i=[];for(let t=1;t<5;t+=1)i.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:i})})))(t);const n=yield e.get(r$,{queryParams:{tenant:t}});return yield s$(n),n.json()})),getSubTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)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 n=yield e.get(o$,{queryParams:{tenant:t}});return yield s$(n),n.json()}))}),l$=Rn((e=>{var t,i,n,r;const o=bn(Vo,uc,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.13.0"}}));return{user:a$({httpClient:r.httpClient,tenant:t,mock:i}),tenant:d$({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),c$=Rn((e=>{const t=bn(lc({name:"widget",initialState:Jb,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{bb.reducer(e),_b.reducer(e),Bb.reducer(e),Hb.reducer(e),Cb.reducer(e),Nb.reducer(e),Ib.reducer(e),Gb.reducer(e),Ob.reducer(e),Pb.reducer(e),Wb.reducer(e)},asyncActions:{searchUsers:Nb.action,createUser:bb.action,updateUser:_b.action,enableUser:Bb.action,disableUser:Hb.action,deleteUsers:Cb.action,removePasskey:Gb.action,getCustomAttributes:Ob.action,getTenantRoles:Pb.action,getSubTenantRoles:Wb.action,setTempUserPassword:Ib.action}}),Fo,Uo,l$)(e);return class extends t{constructor(...e){super(...e),this.state=Jb,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),u$=Rn((e=>{const t=bn(Go,uc)(e);return class extends t{fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`user-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),h$=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,u$,c$,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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),this.injectStyle(".hidden { display: none; }");const r=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchUsers(),this.actions.getTenantRoles(),this.actions.getCustomAttributes(),r]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),f$=Rn((e=>{var t,i,n,r,o,s,a,d,l;return l=class extends(bn(c$,nd,cc,Uo,hc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),a.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,i,"f").setData(_y(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=Ky(this.state);null===(e=u(this,n,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(Vy(this.state))}))}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",o).call(this)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,o=function(){return c(this,void 0,void 0,(function*(){var e;this.createUserModal=this.createModal(),this.createUserModal.setContent($n(yield this.fetchWidgetPage("create-user-modal.html")));const o=new Ta((()=>{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,r,"f").value=[]};o.onClick((()=>{this.createUserModal.close(),l()}));const f=new Ta((()=>{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,r,"f").mergedValue;this.actions.createUser(Object.assign(Object.assign({},Py(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,i,new Ha((()=>{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,n,null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,r,new Ka((()=>{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=By(this.state);this.getFormFieldNames(this.createUserModal.ele).forEach((t=>{const[i,n]=t.split(".");if("customAttributes"!==i)return;const r=e.find((e=>e.name===n));r?r.editable||this.disableFormField(this.createUserModal.ele,t):this.removeFormField(this.createUserModal.ele,t)}))},l})),p$=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,f$,h$)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-user"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createUserModal.open()))},n})),g$=Rn((e=>{var t,i,n;return n=class extends(bn(c$,nd,Uo,h$)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteUsersModal=this.createModal(),this.deleteUsersModal.setContent($n(yield this.fetchWidgetPage("delete-users-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=Yy(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const n=new Za(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=ab(this.state);n.text=`Delete ${e}?`}}))},n})),v$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,g$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),fb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),m$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.disableUser(e),this.disableUserModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.disableUserModal=this.createModal(),this.disableUserModal.setContent($n(yield this.fetchWidgetPage("disable-user-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Disable ${e}?`}))}))},o})),y$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,m$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),lb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.disableButton=new Ta(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()}))},r})),b$=e=>{if(!e)return e;const t=Ay(e.startsWith("+")?e:`+${e}`);if(!t)return e;const i=new RegExp(`(\\+?${null==t?void 0:t.countryCallingCode})(.*)`);return(null==t?void 0:t.number.replace(i,"$1-$2"))||e},$$=Rn((e=>{var t,i,n,r,o,s,a,d,f,p,g,v,m;return m=class extends(bn(c$,nd,Uo,cc,hc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),d.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,n,"f").setData(_y(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=Ky(this.state);null===(e=u(this,r,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(Vy(this.state))})),g.set(this,(()=>{var e,t;const i=null===(e=Zy(this.state))||void 0===e?void 0:e[0],n=Object.assign({loginId:null===(t=null==i?void 0:i.loginIds)||void 0===t?void 0:t.join(", "),displayName:null==i?void 0:i.name,email:null==i?void 0:i.email,phone:b$(null==i?void 0:i.phone),roles:null==i?void 0:i.roleNames,givenName:null==i?void 0:i.givenName,familyName:null==i?void 0:i.familyName,middleName:null==i?void 0:i.middleName},Uy(i.customAttributes,"customAttributes"));this.setFormData(this.editUserModal.ele,n),u(this,o,"f").value=(null==i?void 0:i.userTenants)||[]}))}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",v).call(this)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){new Ta((()=>{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 Ta((()=>{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,i=l(e,["loginId"]),n=u(this,r,"f")&&!u(this,r,"f").classList.contains("hidden")?u(this,o,"f").mergedValue:void 0;this.actions.updateUser(Object.assign(Object.assign({loginId:t.split(", ")[0]},Py(i,"customAttributes")),void 0!==n&&{userTenants:n})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=By(this.state);this.getFormFieldNames(this.editUserModal.ele).forEach((t=>{const[i,n]=t.split(".");if("customAttributes"!==i)return;const r=e.find((e=>e.name===n));r?r.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($n(yield this.fetchWidgetPage("edit-user-modal.html"))),u(this,t,"m",s).call(this),u(this,t,"m",a).call(this),h(this,i,new Ya(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,n,new Ha((()=>{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,r,null===(l=this.editUserModal.ele)||void 0===l?void 0:l.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,o,new Ka((()=>{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,i,"f").disable(),u(this,f,"f").call(this),u(this,g,"f").call(this),u(this,t,"m",p).call(this)}))}))},m})),w$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,$$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),cb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.editButton=new Ta(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()}))},r})),C$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.enableUser(e),this.enableUserModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.enableUserModal=this.createModal(),this.enableUserModal.setContent($n(yield this.fetchWidgetPage("enable-user-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Activate ${e}?`}))}))},o})),k$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,C$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),db)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.enableButton=new Ta(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()}))},r})),S$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),I$={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},R$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,c$,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),qy)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=I$[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),x$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.removePasskey(e),this.removePasskeyModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.removePasskeyModal=this.createModal(),this.removePasskeyModal.setContent($n(yield this.fetchWidgetPage("remove-passkey-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Remove passkey for ${e}?`}))}))},o})),O$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,x$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),ub)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.removePasskeyButton=new Ta(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()}))},r})),E$=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(c$,Uo,h$)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{this.usersTable.data=e}))),o.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchUsers({sort:i})}))),s.set(this,Cn((e=>{this.usersTable.filterColumns((t=>{var i;const[n,r]=(null===(i=t.path)||void 0===i?void 0:i.split("."))||[];return"customAttributes"!==n||!!(null==e?void 0:e.find((e=>e.name===r)))}))})))}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),u(this,r,"f").call(this,Jy(this.state)),u(this,s,"f").call(this,By(this.state)),this.subscribe(u(this,s,"f").bind(this),By),this.subscribe(u(this,r,"f").bind(this),Jy)}))}},r=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,i=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 i=`descope-grid-${e}-column`;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(i)},i=this.usersTable.renderColumn;this.usersTable.renderColumn=({path:n,header:r,type:o,attrs:s})=>{const a=e(n)||t(o);if(!a)return i({path:n,header:r,type:o,attrs:s});const d=a.cloneNode(!0),l=Object.assign(Object.assign({},s),{header:r});return Object.entries(l).forEach((([e,t])=>{d.setAttribute(e,t)})),d.outerHTML}},n=function(){var e;this.usersTable=new Fa(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",i).call(this),u(this,t,"m",a).call(this)},a=function(){this.usersTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))}))},d})),A$=Rn((e=>{var t,i,n;return n=class extends(bn(c$,nd,Uo,cc,h$)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){this.generatedPasswordModal=this.createModal(),this.generatedPasswordModal.setContent($n(yield this.fetchWidgetPage("generated-password-modal.html"))),new Ta((()=>{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()}))}))},n})),N$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$,A$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state),i=yield this.actions.setTempUserPassword(t);this.resetPasswordModal.close(),this.setFormData(this.generatedPasswordModal.ele,{"generated-password":null===(e=null==i?void 0:i.payload)||void 0===e?void 0:e.cleartext}),this.generatedPasswordModal.open()}))))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.resetPasswordModal=this.createModal(),this.resetPasswordModal.setContent($n(yield this.fetchWidgetPage("reset-password-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`This will generate a new temporary password for ${e}?`}))}))},o})),j$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,N$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),hb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.resetPasswordButton=new Ta(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()}))},r})),M$=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),P$=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v,m;return m=class extends(bn(M$,c$,nd,Uo,cc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,[]),o.set(this,null),s.set(this,null),v.set(this,Cn((e=>{u(this,r,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",l).call(this),u(this,t,"m",d).call(this),u(this,v,"f").call(this,Fy(this.state))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,v=new WeakMap,t=new WeakSet,a=function(e){const i=new La(e,{logger:this.logger});i.onClick((()=>{u(this,t,"m",g).call(this,i.flowId)})),this.subscribe(u(this,v,"f").bind(this),Fy),u(this,r,"f").push(i)},d=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((e=>{u(this,t,"m",a).call(this,e)}))},l=function(){h(this,i,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,i,"f").afterClose=()=>{var e;u(this,o,"f")&&(null===(e=u(this,s,"f"))||void 0===e||e.call(this),h(this,o,null,"f"))},h(this,n,new Wa((()=>{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,n,"f"))},f=function(){var e;u(this,i,"f").open(),null===(e=u(this,s,"f"))||void 0===e||e.call(this)},p=function(e,i){i=()=>u(this,t,"m",f).call(this),h(this,s,u(this,n,"f").onPageUpdated(i),"f")},g=function(e){u(this,i,"f").setContent(Wy({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,client:JSON.stringify({userIds:Yy(this.state),loginIds:Xy(this.state),usersAndRoles:Qy(this.state)}),tenant:this.tenantId})),u(this,t,"m",p).call(this,u(this,i,"f"),u(this,o,"f")),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.searchUsers()}))},m})),U$="widget-flow",T$=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,c$,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=Ly(U$);r&&(function(e){if(window.history.replaceState&&Ly(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(U$),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(Wy({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{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()},n})),W$=Rn((e=>class extends(bn(Ea,ps,T$,E$,p$,v$,w$,k$,y$,j$,O$,S$,R$,P$)(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)}))}})),L$=bn((e=>class extends(W$(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 Oa})).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.13.0"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",L$);var D$=Object.freeze({__proto__:null,default:L$});const _$=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),(e=>"string"==typeof e?e:(e=>null!==e&&"object"==typeof e&&Object.getPrototypeOf(e)===Object.prototype)(e)?JSON.stringify(e):"")(i))})),t};function F$(e){return new URLSearchParams(window.location.search).get(e)}const q$=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},B$=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),V$=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),K$=q$(V$)({onFulfilled:(e,t)=>{e.me.data=t.payload}},B$((e=>e.me))),H$={action:V$,reducer:K$},z$=ec("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),G$=q$(z$)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},B$((e=>e.devices))),J$={action:z$,reducer:G$},Z$=ec("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),Y$=q$(Z$)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},B$((e=>e.passkeys))),X$={action:Z$,reducer:Y$},Q$=ec("users/logout",((e,{extra:{api:t}})=>t.user.logout())),ew={action:Q$,reducer:q$(Q$)({})},tw=e=>{if(!e)return null;const t=(e=>{try{const t=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),i=decodeURIComponent(atob(t).split("").map((e=>"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2))).join(""));return JSON.parse(i)}catch(e){return null}})(e);return(null==t?void 0:t.dct)||null},iw=e=>e.me.data,nw=wl(iw,(e=>e.userId)),rw=wl(iw,(e=>e.picture)),ow=wl(iw,(e=>e.email)),sw=wl(iw,(e=>e.verifiedEmail)),aw=wl(iw,(e=>e.name)),dw=wl(iw,(e=>e.phone)),lw=wl(iw,(e=>e.verifiedPhone)),cw=wl(ow,sw,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),uw=wl(dw,lw,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),hw=wl(iw,(e=>e.webauthn));wl(iw,(e=>e.password));const fw=wl(iw,(e=>e.TOTP)),pw=wl(iw,(e=>e.customAttributes)),gw=wl(iw,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),vw=wl((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:i,lastLoginTime:n,isCurrentDevice:r})=>({id:e,name:t,deviceType:i,lastLoginDate:1e3*parseInt(n,10),isCurrent:r}))))),mw=wl((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:i,createdTime:n})=>({id:e,name:t,passkeyType:i,createdAt:1e3*n}))))),yw=e=>e.notifications,bw=wl(iw,(e=>e.userTenants||[])),$w=e=>e.tenant.currentTenantId,ww=ec("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:i}){if(e===$w(i()))return null;const n=yield t.user.setCurrentTenant(e),r=n.sessionJwt||n.sessionToken;try{return{tenantId:tw(r)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),Cw={action:ww,reducer:q$(ww)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var i;e.tenant.currentTenantId=null===(i=t.payload)||void 0===i?void 0:i.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},B$((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{if(t){const n=t(i);n&&e.notifications.push({type:"success",msg:n})}},onRejected:(t,i)=>{if(e){const n=e(i);n&&t.notifications.push({type:"error",msg:n})}}}))({getErrorMsg:e=>{var t,i;const n=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(i=e.error)||void 0===i?void 0:i.name)?n:`${n||"Error"}`}}))},kw={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:[]},Sw="/v1/auth/me",Iw="/v1/mgmt/user/trusteddevices/list",Rw="/v1/mgmt/user/passkeys/list",xw="/v1/auth/tenant/select",Ow=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Ew=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Aw=({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:Ew,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 i=yield e.get(Sw);return yield Ow(i),i.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const i=yield e.post(xw,{tenant:t});return yield Ow(i),i.json()}))}),Nw=({httpClient:e,mock:t})=>({devices:i=>c(void 0,[i],void 0,(function*({userId:i}){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 n=yield e.post(Iw,{identifiers:[i]});return yield Ow(n),n.json()}))}),jw=({httpClient:e,mock:t})=>({listPasskeys:i=>c(void 0,[i],void 0,(function*({userId:i}){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 n=yield e.post(Rw,{loginId:i});return yield Ow(n),n.json()}))}),Mw=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.11.2"}}));return{user:Object.assign(Object.assign({},Aw({httpClient:n.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):n.logout}),device:Object.assign({},Nw({httpClient:n.httpClient,mock:t})),passkey:Object.assign({},jw({httpClient:n.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Pw=Rn((e=>{const t=bn(lc({name:"widget",initialState:kw,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{H$.reducer(e),J$.reducer(e),X$.reducer(e),ew.reducer(e),Cw.reducer(e)},asyncActions:{getMe:H$.action,listDevices:J$.action,listPasskeys:X$.action,logout:ew.action,selectTenant:Cw.action}}),Fo,Uo,Mw)(e);return class extends t{constructor(...e){super(...e),this.state=kw,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Uw="widget-flow",Tw=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,Pw,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=F$(Uw);r&&(function(e){if(window.history.replaceState&&F$(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(Uw),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),Ww=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`user-profile-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Lw=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,Ww,Pw)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield this.actions.getMe(),yield u(this,t,"m",i).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),Dw=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),_w=Rn((e=>{var t,i,n,r,o,s,a,d,l;return l=class extends(bn(Dw,ps,Pw,Uo,fc,Lw,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),a.set(this,Cn((e=>{this.avatar.image=e}))),d.set(this,Cn((e=>{this.avatar.displayName=e})))}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",s).call(this),u(this,t,"m",r).call(this),u(this,a,"f").call(this,rw(this.state)),u(this,d,"f").call(this,aw(this.state)),this.subscribe(u(this,a,"f").bind(this),rw),this.subscribe(u(this,d,"f").bind(this),aw)}))}},i=new WeakMap,n=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,r=function(){this.avatar.flowId&&(h(this,i,this.createModal({"data-id":"update-pic"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.avatar.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},s=function(){this.avatar=new Ua((()=>{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,i,"f"))||void 0===e||e.open()}))},l})),Fw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v;return v=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.emailUserAttr.value=e}))),g.set(this,Cn((e=>{this.emailUserAttr.badgeLabel=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,ow(this.state)),u(this,g,"f").call(this,cw(this.state)),this.subscribe(u(this,p,"f").bind(this),ow),this.subscribe(u(this,g,"f").bind(this),cw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.emailUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-email"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.emailUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.emailUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-email"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.emailUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.emailUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.emailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},v})),qw=Rn((e=>{var t,i,n;return n=class extends(bn(Pw,Uo,Lw,nd)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){this.logout=new Ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},n})),Bw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.nameUserAttr.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,aw(this.state)),this.subscribe(u(this,p,"f").bind(this),aw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.nameUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-name"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.nameUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.nameUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-name"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.nameUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.nameUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.nameUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Vw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,hw(this.state)),this.subscribe(u(this,p,"f").bind(this),hw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.passkeyUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"add-passkey"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.passkeyUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(h(this,r,this.createModal({"data-id":"remove-passkey"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.passkeyUserAuthMethod.fulfilledFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.passkeyUserAuthMethod=new Qa((()=>{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,i,"f"))||void 0===e||e.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Kw=Rn((e=>{var t,i,n,r,o,s;return s=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new Qa((()=>{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,i,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.initPasswordAuthMethod(),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.passwordUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"password"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.passwordUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close()}))},s})),Hw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v;return v=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.phoneUserAttr.value=e}))),g.set(this,Cn((e=>{this.phoneUserAttr.badgeLabel=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,dw(this.state)),u(this,g,"f").call(this,uw(this.state)),this.subscribe(u(this,p,"f").bind(this),dw),this.subscribe(u(this,g,"f").bind(this),uw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.phoneUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-phone"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.phoneUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.phoneUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-phone"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.phoneUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.phoneUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.phoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},v})),zw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.totpUserAuthMethod.fulfilled=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,fw(this.state)),this.subscribe(u(this,p,"f").bind(this),fw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.totpUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"totp"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.totpUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.totpUserAuthMethod.fulfilledFlowId&&(h(this,r,this.createModal({"data-id":"remove-totp"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.totpUserAuthMethod.fulfilledFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.totpUserAuthMethod=new Qa((()=>{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,i,"f"))||void 0===e||e.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Gw=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return f=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),n.set(this,{}),r.set(this,{}),o.set(this,{}),d.set(this,Cn((e=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("builtin.",""),r=e[n],o=new Xa(i,{logger:this.logger});o.value=(r||"").toString(),u(this,t,"m",l).call(this,i,n,o),u(this,t,"m",h).call(this,i,n,o)}))})))}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,gw(this.state)),this.subscribe(u(this,d,"f").bind(this),gw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e){var t,r;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(r=u(this,n,"f")[e])||void 0===r||r.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},a=function(e){var t,i;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,o,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},l=function(e,r,o){const a=e.getAttribute("edit-flow-id");a&&(u(this,i,"f")[a]=this.createModal({"data-id":`edit-${r}`}),u(this,n,"f")[a]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[a])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[a].afterClose=u(this,t,"m",s).bind(this,a),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[a])||void 0===t||t.open()})),u(this,t,"m",s).call(this,a),this.syncFlowTheme(u(this,n,"f")[a]))},h=function(e,i,n){const s=e.getAttribute("delete-flow-id");s&&(u(this,r,"f")[s]=this.createModal({"data-id":`delete-${i}`}),u(this,o,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"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}));var Jw;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Jw||(Jw={}));const Zw=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return i=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),r.set(this,{}),o.set(this,{}),s.set(this,{}),l.set(this,Cn((e=>{var n;const r=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(r).forEach((n=>{const r=n.getAttribute("data-id").replace("customAttributes.",""),o=n.getAttribute("data-type")||Jw.TEXT,s=e[r],a=new Xa(n,{logger:this.logger});a.value=i.getFormattedValue(o,s),u(this,t,"m",h).call(this,n,r,a),u(this,t,"m",f).call(this,n,r,a)}))})))}static getFormattedValue(e,t){return e===Jw.DATE&&t?new Date(t).toLocaleString():e===Jw.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,pw(this.state)),this.subscribe(u(this,l,"f").bind(this),pw)}))}},n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,l=new WeakMap,t=new WeakSet,a=function(e){var t,i;null===(t=u(this,n,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,r,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,n,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,i;null===(t=u(this,o,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,s,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,o,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},h=function(e,i,o){const s=e.getAttribute("edit-flow-id");s&&(u(this,n,"f")[s]=this.createModal({"data-id":`edit-${i}`}),u(this,r,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,n,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,n,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,n,"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,r,"f")[s]))},f=function(e,i,n){const r=e.getAttribute("delete-flow-id");r&&(u(this,o,"f")[r]=this.createModal({"data-id":`delete-${i}`}),u(this,s,"f")[r]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,o,"f")[r])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,o,"f")[r].afterClose=u(this,t,"m",d).bind(this,r),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,o,"f"))||void 0===e?void 0:e[r])||void 0===t||t.open()})),u(this,t,"m",d).call(this,r),this.syncFlowTheme(u(this,s,"f")[r]))},i})),Yw=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(Dw,ps,Pw,Uo,fc,Lw,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),this.updateDeviceList=Cn((e=>{this.deviceList.data=e}))}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),this.deviceList=new ed((()=>{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,vw(this.state)),u(this,t,"m",r).call(this),this.subscribe(this.updateDeviceList.bind(this),vw))}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.deviceList.flowId&&(h(this,i,this.createModal({"data-id":"untrust-device"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=()=>u(this,t,"m",o).call(this,""),this.syncFlowTheme(u(this,n,"f")))},o=function(e=""){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.deviceList.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:{deviceId:e}})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.listDevices({userId:nw(this.state)})}))},s=function(e){this.deviceList.onRemoveDeviceClick((({id:e})=>{var n;u(this,t,"m",o).call(this,e),null===(n=u(this,i,"f"))||void 0===n||n.open()})),this.deviceList.data=e},a=function(){return c(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:nw(this.state)})}))},d})),Xw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),f.set(this,Cn((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=Cn((e=>{this.userPasskeys.data=e}))}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),this.userPasskeys=new id((()=>{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,mw(this.state)),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),this.subscribe(u(this,f,"f").bind(this),nw),this.subscribe(this.updatePasskeyList.bind(this),mw))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,f=new WeakMap,t=new WeakSet,s=function(){this.userPasskeys.addPasskeyFlowId&&(h(this,i,this.createModal({"data-id":"add-user-passkey"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.userPasskeys.addPasskeyFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:nw(this.state)})}))},d=function(){this.userPasskeys.removePasskeyFlowId&&(h(this,r,this.createModal({"data-id":"remove-user-passkey"}),"f"),h(this,o,new Wa((()=>{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,o,"f")))},l=function({externalId:e,credentialId:t}){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.userPasskeys.removePasskeyFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:{externalId:e,credentialId:t}})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:nw(this.state)})}))},p=function(e){this.updatePasskeyList(e),this.userPasskeys.onAddPasskeyClick((()=>{var e;null===(e=u(this,i,"f"))||void 0===e||e.open()})),this.userPasskeys.onRemovePasskeyClick((({id:e})=>{var i;const n=nw(this.state);u(this,t,"m",l).call(this,{externalId:n,credentialId:e}),null===(i=u(this,r,"f"))||void 0===i||i.open()}))},g})),Qw={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=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Pw,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),yw)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=Qw[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),tC=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p;return p=class extends(bn(Pw,Uo,Lw)(e)){constructor(){super(...arguments),t.add(this),i.set(this,null),r.set(this,(e=>c(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),o.set(this,(e=>{const n=$w(e);this.tenantSelector.value!==n&&u(this,t,"m",l).call(this,n);const{loading:r,error:o}=e.selectTenant,a=null!==e.tenant.previousTenantId,d=n!==u(this,i,"f");!n||r||o||a||!d||(h(this,i,n,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.actions.setCurrentTenantId((()=>{const e=yi();return tw(e)})()),u(this,t,"m",n).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,bw(this.state)),this.subscribe(u(this,o,"f").bind(this))}))}},i=new WeakMap,r=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){this.tenantSelector=new td((()=>{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,r,"f"))},s=function(){const e=$w(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,$w(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),iC=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p;return p=class extends(bn(Dw,Pw,nd,Uo,Lw)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,[]),o.set(this,null)}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",d).call(this),u(this,t,"m",a).call(this),u(this,r,"f").forEach((e=>e.enable()))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,t=new WeakSet,s=function(e){const i=new La(e,{logger:this.logger});i.onClick((()=>{u(this,t,"m",f).call(this,i.flowId,nw(this.state))})),u(this,r,"f").push(i)},a=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((e=>{u(this,t,"m",s).call(this,e)}))},d=function(){h(this,i,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,i,"f").afterClose=()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.call(this),h(this,o,null,"f")},h(this,n,new Wa((()=>{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,n,"f"))},l=function(){var e;u(this,i,"f").open(),null===(e=u(this,o,"f"))||void 0===e||e.call(this)},f=function(e,r){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,client:{userId:r}})),h(this,o,u(this,n,"f").onPageUpdated((()=>u(this,t,"m",l).call(this))),"f"),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},p})),nC=Rn((e=>class extends(bn(Ea,ps,Tw,Zw,Fw,_w,Bw,Hw,Vw,Kw,zw,Gw,qw,Yw,Xw,eC,tC,iC)(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)}))}})),rC=bn((e=>class extends(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),(customElements.get("descope-wc")||(yield Promise.resolve().then((function(){return Oa})).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.11.2"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",rC);var oC=Object.freeze({__proto__:null,default:rC});const sC=(e,t,i,n={})=>{var r,o,s,a;return[Math.min(Math.max(t,("all"===n.left?e.offsetWidth:null!==(r=n.left)&&void 0!==r?r:0)-e.offsetWidth),window.innerWidth-("all"===n.right?e.offsetWidth:null!==(o=n.right)&&void 0!==o?o:0)),Math.min(Math.max(i,("all"===n.top?e.offsetHeight:null!==(s=n.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===n.bottom?e.offsetHeight:null!==(a=n.bottom)&&void 0!==a?a:0))]},aC=(e,t,i)=>{let n=0,r=0,o=0,s=0;function a(t){t.preventDefault(),n=o-t.clientX,r=s-t.clientY,o=t.clientX,s=t.clientY;const[a,d]=sC(e,e.offsetLeft-n,e.offsetTop-r,i);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),o=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l};var dC,lC,cC,uC,hC,fC,pC,gC,vC,mC,yC;const bC=document.createElement("template");bC.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 $C=bn(as)(HTMLElement);class wC extends $C{constructor(){super(),dC.add(this),lC.set(this,new fo({messages:[]})),cC.set(this,void 0),uC.set(this,void 0),hC.set(this,void 0),fC.set(this,{resize:u(this,dC,"m",yC).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(bC.content.cloneNode(!0)),h(this,cC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,uC,u(this,cC,"f").querySelector(".content"),"f"),h(this,hC,u(this,cC,"f").querySelector(".header"),"f"),u(this,dC,"m",pC).call(this)}updateData(e){u(this,lC,"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),aC(u(this,cC,"f"),u(this,hC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,fC,"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,cC,"f")),u(this,cC,"f").onresize=u(this,dC,"m",mC).bind(this),u(this,lC,"f").subscribe(u(this,dC,"m",gC).bind(this))}))}disconnectedCallback(){u(this,lC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,fC,"f").resize)}}lC=new WeakMap,cC=new WeakMap,uC=new WeakMap,hC=new WeakMap,fC=new WeakMap,dC=new WeakSet,pC=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,cC,"f").style.top="32px",u(this,cC,"f").style.left=window.innerWidth-300-32+"px"},gC=function(e){u(this,dC,"m",vC).call(this,e),u(this,dC,"m",mC).call(this)},vC=function(e){u(this,uC,"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("")},mC=function(){u(this,uC,"f").querySelectorAll(".msg").forEach((e=>{const t=e.querySelector(".msg_desc"),i=t.scrollWidth>t.clientWidth,n=t.clientHeight>20;i||n?(e.classList.add("collapsible"),e.onclick=t=>{t.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},yC=function(){const[e,t]=sC(u(this,cC,"f"),Number.parseInt(u(this,cC,"f").style.left,10),Number.parseInt(u(this,cC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,cC,"f").style.top=`${t}px`,u(this,cC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",wC);var CC=Object.freeze({__proto__:null,default:wC});const kC=(e,t,i,n={})=>{var r,o,s,a;return[Math.min(Math.max(t,("all"===n.left?e.offsetWidth:null!==(r=n.left)&&void 0!==r?r:0)-e.offsetWidth),window.innerWidth-("all"===n.right?e.offsetWidth:null!==(o=n.right)&&void 0!==o?o:0)),Math.min(Math.max(i,("all"===n.top?e.offsetHeight:null!==(s=n.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===n.bottom?e.offsetHeight:null!==(a=n.bottom)&&void 0!==a?a:0))]};var SC,IC,RC,xC,OC,EC,AC,NC,jC,MC;const PC=document.createElement("template");PC.innerHTML=`\n<div style="top:32px; left:${window.innerWidth-300-32}px;" 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 UC=bn(as)(HTMLElement);class TC extends UC{constructor(){var e;super(),SC.add(this),IC.set(this,new jn({messages:[]})),RC.set(this,void 0),xC.set(this,void 0),OC.set(this,void 0),EC.set(this,{resize:u(this,SC,"m",MC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild(PC.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,RC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,xC,u(this,RC,"f").querySelector(".content"),"f"),h(this,OC,u(this,RC,"f").querySelector(".header"),"f")}updateData(e){u(this,IC,"f").update((t=>({messages:t.messages.concat(e)})))}connectedCallback(){var e;((e,t,i)=>{let n=0,r=0,o=0,s=0;function a(t){t.preventDefault(),n=o-t.clientX,r=s-t.clientY,o=t.clientX,s=t.clientY;const[a,d]=kC(e,e.offsetLeft-n,e.offsetTop-r,i);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),o=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l})(u(this,RC,"f"),u(this,OC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,EC,"f").resize),(e=u(this,RC,"f")).onmousemove=t=>{var i;const n=t.target;(n.w&&n.w!==n.offsetWidth||n.h&&n.h!==n.offsetHeight)&&(null===(i=e.onresize)||void 0===i||i.call(e,t)),n.w=n.offsetWidth,n.h=n.offsetHeight},u(this,RC,"f").onresize=u(this,SC,"m",jC).bind(this),u(this,IC,"f").subscribe(u(this,SC,"m",AC).bind(this))}disconnectedCallback(){u(this,IC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,EC,"f").resize)}}IC=new WeakMap,RC=new WeakMap,xC=new WeakMap,OC=new WeakMap,EC=new WeakMap,SC=new WeakSet,AC=function(e){u(this,SC,"m",NC).call(this,e),u(this,SC,"m",jC).call(this)},NC=function(e){u(this,xC,"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("")},jC=function(){u(this,xC,"f").querySelectorAll(".msg").forEach((e=>{const t=e,i=t.querySelector(".msg_desc"),n=i.scrollWidth>i.clientWidth,r=i.clientHeight>20;n||r?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},MC=function(){const[e,t]=kC(u(this,RC,"f"),Number.parseInt(u(this,RC,"f").style.left,10),Number.parseInt(u(this,RC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,RC,"f").style.top=`${t}px`,u(this,RC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",TC);var WC=Object.freeze({__proto__:null,default:TC});e.AccessKeyManagement=Bn,e.ApplicationsPortal=Kn,e.AuditManagement=zn,e.AuthProvider=({projectId:e,baseUrl:r="",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:$})=>{const[w,C]=t.useState(),[k,S]=t.useState(),[I,R]=t.useState(),[x,O]=t.useState(!1),[E,A]=t.useState(!1),[N,j]=t.useState(!1),[M,P]=t.useState(!!p),U=t.useRef(!1),T=(({projectId:e,baseUrl:i,persistTokens:n,autoRefresh:r,sessionTokenViaCookie:o,refreshTokenViaCookie:a,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,getExternalToken:h,hooks:f,customStorage:p})=>t.useMemo((()=>{if(e)return hn({projectId:e,baseUrl:i,sessionTokenViaCookie:o,refreshTokenViaCookie:a,baseHeaders:s,persistTokens:n,autoRefresh:r,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,hooks:f,getExternalToken:h,customStorage:p})}),[e,i,JSON.stringify(o),JSON.stringify(a),h,p]))({projectId:e,baseUrl:r,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(T){const e=T.onSessionTokenChange(S),t=T.onUserChange(C),i=T.onIsAuthenticatedChange(O),n=T.onClaimsChange(R);return()=>{e(),t(),i(),n()}}}),[T]);const W=t.useRef(!1),L=t.useRef(!1);t.useEffect((()=>{T&&p&&!U.current&&(U.current=!0,T.oidc.finishLoginIfNeed().finally((()=>{P(!1),W.current=!0})))}),[]);const D=t.useCallback((()=>{o()||W.current||(W.current=!0,j(!0),n(null==T?void 0:T.refresh)(void 0,!0).then((()=>{requestAnimationFrame((()=>{setTimeout((()=>{j(!1)}),0)}))})))}),[T]),_=t.useCallback((()=>{L.current||(L.current=!0,A(!0),n(T.me)().then((()=>{A(!1)})))}),[T]),F=t.useMemo((()=>({fetchUser:_,user:w,isUserLoading:E,isUserFetched:L.current,fetchSession:D,session:k,isAuthenticated:x,isSessionLoading:N,isOidcLoading:M,isSessionFetched:W.current,projectId:e,baseUrl:r,baseStaticUrl:a,baseCdnUrl:d,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,customStorage:b,setUser:C,setSession:S,setIsAuthenticated:O,claims:I,sdk:T})),[_,w,E,L.current,D,k,x,N,M,W.current,e,r,a,d,v,m,b,C,S,O,I,T]);return t.createElement(i.Provider,{value:F},$)},e.Descope=Ln,e.OutboundApplications=Jn,e.RoleManagement=Yn,e.SignInFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-in"})),e.SignUpFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-up"})),e.SignUpOrInFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-up-or-in"})),e.TenantProfile=Qn,e.UserManagement=tr,e.UserProfile=nr,e.baseHeaders=s,e.getCurrentTenant=yn,e.getJwtPermissions=vn,e.getJwtRoles=mn,e.getRefreshToken=gn,e.getSessionToken=pn,e.isRefreshTokenExpired=(e=gn())=>null==un?void 0:un.isJwtExpired(e),e.isSessionTokenExpired=(e=pn())=>null==un?void 0:un.isJwtExpired(e),e.refresh=(e=gn())=>null==un?void 0:un.refresh(e),e.useDescope=()=>{const{sdk:e}=Dn();return t.useMemo((()=>e||new Proxy(fn(),Fn)),[e])},e.useSession=()=>{const{session:e,claims:i,isSessionLoading:n,isOidcLoading:r,fetchSession:s,isSessionFetched:a,isAuthenticated:d}=Dn(),l=t.useRef(n||r);t.useMemo((()=>{l.current=n||r}),[n,r]);const c=!d&&!n&&!o();return t.useMemo((()=>{c&&!a&&(l.current=!0)}),[a]),t.useEffect((()=>{c&&s()}),[s]),{isSessionLoading:l.current,sessionToken:e,claims:i,isAuthenticated:d}},e.useUser=()=>{const{user:e,fetchUser:i,isUserLoading:n,isAuthenticated:r,isUserFetched:o}=Dn(),[s,a]=t.useState(!1),d=t.useRef(n),l=t.useMemo((()=>!e&&!n&&r&&!s),[i,r,s]);return t.useMemo((()=>{d.current=n}),[n]),t.useMemo((()=>{l&&!o&&(d.current=!0)}),[l,o]),t.useEffect((()=>{l&&(a(!0),i())}),[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 i=t.createContext(void 0),n=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)},r=e=>(...t)=>{let i;try{i=e(...t)}catch(e){console.error(e)}return i},o=()=>"undefined"!=typeof window&&!!window.descopeBridge,s={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.28.6"},a="undefined"!=typeof window;var d=function(){return d=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var r in t=arguments[i])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},d.apply(this,arguments)};function l(e,t){var i={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(i[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(i[n[r]]=e[n[r]])}return i}function c(e,t,i,n){return new(i||(i=Promise))((function(r,o){function s(e){try{d(n.next(e))}catch(e){o(e)}}function a(e){try{d(n.throw(e))}catch(e){o(e)}}function d(e){var t;e.done?r(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}d((n=n.apply(e,t||[])).next())}))}function u(e,t,i,n){if("a"===i&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?n:"a"===i?n.call(e):n?n.value:t.get(e)}function h(e,t,i,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,i):r?r.value=i:t.set(e,i),i}"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 i=t.charCodeAt(0).toString(16).toUpperCase();return i.length<2&&(i="0"+i),"%"+i})))}(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 i=!0===t.header?0:1,n=e.split(".")[i];if("string"!=typeof n)throw new f(`Invalid token specified: missing part #${i+1}`);let r;try{r=p(n)}catch(e){throw new f(`Invalid token specified: invalid base64 for part #${i+1} (${e.message})`)}try{return JSON.parse(r)}catch(e){throw new f(`Invalid token specified: invalid json for part #${i+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"},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,$="dct",w=()=>{const e={};return{headers(t){const i="function"==typeof t.entries?Object.fromEntries(t.entries()):t;return e.Headers=JSON.stringify(i),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")}},C=[503,521,522,524,530],k=[100,5e3,5e3],S=e=>new Promise((t=>setTimeout(t,e))),I=e=>async(...t)=>{let i=await e(...t),n=0;for(;C.includes(i.status)&&n<k.length;)await S(k[n]),i=await e(...t),n++;n>0&&(i.retries=n);const r=await i.text();return i.text=()=>Promise.resolve(r),i.json=()=>Promise.resolve(JSON.parse(r)),i.clone=()=>i,i};let R;const x=()=>{if(R)return R;const e=new Date,t=`${e.getUTCFullYear().toString()}-${(e.getUTCMonth()+1).toString().padStart(2,"0")}-${e.getUTCDate().toString().padStart(2,"0")}-${e.getUTCHours().toString().padStart(2,"0")}:${e.getUTCMinutes().toString().padStart(2,"0")}:${e.getUTCSeconds().toString().padStart(2,"0")}:${e.getUTCMilliseconds().toString()}`,i=Math.floor(1e3+9e3*Math.random());return R=`${t}-${i}`,R};var O;!function(e){e.get="GET",e.delete="DELETE",e.post="POST",e.put="PUT",e.patch="PATCH"}(O||(O={}));const E=({path:e,baseUrl:t,queryParams:i,projectId:n})=>{const r=n.slice(1,-27);t=t.replace(m,r?r+".":"");let o=e?`${t.replace(/\/$/,"")}/${null==e?void 0:e.replace(/^\//,"")}`:t;if(i){const e=Object.keys(i);e.forEach(((t,n)=>{o=`${o}${0===n?"?":""}${t}=${encodeURIComponent(i[t])}${n===e.length-1?"":"&"}`}))}return o},A=(...e)=>new Headers(e.reduce(((e,t)=>((e=>Array.isArray(e)?e:e instanceof Headers?Array.from(e.entries()):e?Object.entries(e):[])(t).forEach((([t,i])=>{e[t]="function"==typeof i?i():i})),e)),{})),N={"Content-Type":"application/json"},j=(e,t="")=>{let i=e;return t&&(i=i+":"+t),{Authorization:`Bearer ${i}`}},M=(e,t)=>{const i={"x-descope-sdk-session-id":x(),"x-descope-sdk-name":"core-js","x-descope-sdk-version":"2.62.0","x-descope-project-id":e};return t&&(i["x-descope-refresh-cookie-name"]=t),i},P=e=>{try{e=JSON.parse(e)}catch(e){return!1}return"object"==typeof e&&null!==e};var U=e=>{var t;return(({baseUrl:e,projectId:t,baseConfig:i,refreshCookieName:n,logger:r,hooks:o,cookiePolicy:s,fetch:a})=>{const d=e||y,l=((e,t)=>{const i=t||fetch;return i||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(...t)=>{if(!i)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 n=await I(i)(...t);return e[n.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()})(n)),n}:I(i)})(r,a),c=async e=>{var r;const a=(null==o?void 0:o.beforeRequest)?o.beforeRequest(e):e,{path:c,body:u,headers:h,queryParams:f,method:p,token:g}=a,v=(e=>void 0===e?void 0:JSON.stringify(e))(u),m={headers:A(j(t,g),M(t,n),(null==i?void 0:i.baseHeaders)||{},P(v)?N:{},h),method:p,body:v};null!==s&&(m.credentials=s||"include");const y=await l(E({path:c,baseUrl:d,queryParams:f,projectId:t}),m);if((null==o?void 0:o.afterRequest)&&await o.afterRequest(e,null==y?void 0:y.clone()),null==o?void 0:o.transformResponse){const e=await y.json(),t=(b=(null===(r=y.headers)||void 0===r?void 0:r.get("set-cookie"))||"",Object.fromEntries(function(e){if(!e)return[];const t=[];let i=0;function n(){for(;i<e.length&&/\s/.test(e.charAt(i));)i+=1;return i<e.length}function r(){const t=e.charAt(i);return"="!==t&&";"!==t&&","!==t}for(;i<e.length;){const o=i;let s,a,d=!1;for(;n();)if(","===e.charAt(i)){for(s=i,i+=1,n(),a=i;i<e.length&&r();)i+=1;if(i<e.length&&"="===e.charAt(i)){d=!0,i=a,t.push(e.substring(o,s));break}i=s+1}else i+=1;(!d||i>=e.length)&&t.push(e.substring(o,e.length))}return t}(b).map((e=>{const t=e.split(";")[0],i=t.indexOf("=");return i<1?null:[t.substring(0,i).trim(),t.substring(i+1).trim()]})).filter(Boolean))),i=Object.assign(Object.assign({},y),{json:()=>Promise.resolve(e),cookies:t});return i.clone=()=>i,o.transformResponse(i)}var b;return y};return{get:(e,{headers:t,queryParams:i,token:n}={})=>c({path:e,headers:t,queryParams:i,body:void 0,method:O.get,token:n}),post:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.post,token:r}),patch:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.patch,token:r}),put:(e,t,{headers:i,queryParams:n,token:r}={})=>c({path:e,headers:i,queryParams:n,body:t,method:O.put,token:r}),delete:(e,{headers:t,queryParams:i,token:n}={})=>c({path:e,headers:t,queryParams:i,body:void 0,method:O.delete,token:n}),hooks:o,buildUrl:(e,i)=>E({projectId:t,baseUrl:d,path:e,queryParams:i})}})(Object.assign(Object.assign({},e),{hooks:{beforeRequest:t=>{var i;const n=[].concat((null===(i=e.hooks)||void 0===i?void 0:i.beforeRequest)||[]);return null==n?void 0:n.reduce(((e,t)=>t(e)),t)},afterRequest:async(t,i)=>{var n;const r=[].concat((null===(n=e.hooks)||void 0===n?void 0:n.afterRequest)||[]);0!=r.length&&(await Promise.allSettled(null==r?void 0:r.map((e=>e(t,null==i?void 0:i.clone()))))).forEach((t=>{var i;return"rejected"===t.status&&(null===(i=e.logger)||void 0===i?void 0:i.error(t.reason))}))},transformResponse:null===(t=e.hooks)||void 0===t?void 0:t.transformResponse}}))},T=429;function W(e,t,i){var n;let r=L(e);if(t){if(!(null==r?void 0:r.tenants)&&(null==r?void 0:r[$])===t)return(null==r?void 0:r[i])||[];r=null===(n=null==r?void 0:r.tenants)||void 0===n?void 0:n[t]}const o=null==r?void 0:r[i];return Array.isArray(o)?o:[]}function L(e){if("string"!=typeof e||!e)throw new Error("Invalid token provided");return g(e)}function D(e){const{exp:t}=L(e);return(new Date).getTime()/1e3>t}function _(e){let t=L(e);const i=Object.keys(null==t?void 0:t.tenants);return Array.isArray(i)?i:[]}function F(e,t){return W(e,t,"permissions")}function q(e,t){return W(e,t,"roles")}const B=(...e)=>e.join("/").replace(/\/{2,}/g,"/");async function V(e,t){var i;const n=await e,r={code:n.status,ok:n.ok,response:n},o=await n.clone().json();return n.ok?r.data=o:(r.error=o,n.status===T&&Object.assign(r.error,{retryAfter:Number.parseInt(null===(i=n.headers)||void 0===i?void 0:i.get("retry-after"))||0})),r}function K(e){var t;return(null===(t=L(e))||void 0===t?void 0:t[$])||""}const H=(e,t)=>(i=t)=>t=>!e(t)&&i.replace("{val}",t),z=(e,t)=>(i=t)=>t=>{const n=e.filter((e=>e(t)));return!(n.length<e.length)&&(i?i.replace("{val}",t):n.join(" OR "))},G=(...e)=>({validate:t=>(e.forEach((e=>{const i=e(t);if(i)throw new Error(i)})),!0)}),J=e=>t=>e.test(t),Z=J(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Y=J(/^\+[1-9]{1}[0-9]{3,14}$/),X=H(Z,'"{val}" is not a valid email'),Q=H(Y,'"{val}" is not a valid phone number'),ee=H((e=>e.length>=1),"Minimum length is 1");const te=H((e=>"string"==typeof e),"Input is not a string"),ie=H((e=>Array.isArray(e)),"Input is not an array"),ne=H((e=>"boolean"==typeof e),"Input is not a boolean"),re=H((e=>void 0===e),"Input is defined"),oe=z([te(),re()],"Input is not a string or undefined"),se=z([ie(),ne()],"Input is not an array or boolean"),ae=(...e)=>t=>(...i)=>(e.forEach(((e,t)=>G(...e).validate(i[t]))),t(...i)),de=e=>[te(`"${e}" must be a string`)],le=e=>[oe(`"${e}" must be string or undefined`)],ce=e=>[te(`"${e}" must be a string`),ee(`"${e}" must not be empty`)],ue=e=>[te(`"${e}" must be a string`),X()],he=e=>[te(`"${e}" must be a string`),Q()],fe=ae(ce("accessKey")),pe=e=>({exchange:fe(((t,i)=>V(e.post(v.accessKey.exchange,{loginOptions:i},{token:t}))))}),ge=(e,t,i)=>(t.forEach((t=>{const n=t.split(".");let r=n.shift(),o=e;for(;n.length>0;){if(o=o[r],!r||!o)throw Error(`Invalid path "${t}", "${r}" is missing or has no value`);r=n.shift()}if("function"!=typeof o[r])throw Error(`"${t}" is not a function`);const s=o[r];o[r]=i(s)})),e),ve=({pollingIntervalMs:e=1e3,timeoutMs:t=6e5}={})=>({pollingIntervalMs:Math.max(e||1e3,1e3),timeoutMs:Math.min(t||b,b)});var me,ye;!function(e){e.sms="sms",e.voice="voice",e.whatsapp="whatsapp",e.im="im"}(me||(me={})),function(e){e.email="email"}(ye||(ye={}));const be=Object.assign(Object.assign({},me),ye);var $e;!function(e){e.waiting="waiting",e.running="running",e.completed="completed",e.failed="failed"}($e||($e={}));const we=ce("loginId"),Ce=ae(ce("token")),ke=ae(we),Se=ae(ce("pendingRef")),Ie=ae(we,ue("email")),Re=e=>({verify:Ce((t=>V(e.post(v.enchantedLink.verify,{token:t})))),signIn:ke(((t,i,n={},r)=>{var{providerId:o}=n,s=l(n,["providerId"]);return V(e.post(B(v.enchantedLink.signIn,be.email),{loginId:t,URI:i,loginOptions:s,providerId:o},{token:r}))})),signUpOrIn:ke(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(B(v.enchantedLink.signUpOrIn,be.email),{loginId:t,URI:i,loginOptions:o,providerId:r}))})),signUp:ke(((t,i,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.enchantedLink.signUp,be.email),{loginId:t,URI:i,user:n,loginOptions:s,providerId:o}))})),waitForSession:Se(((t,i)=>new Promise((n=>{const{pollingIntervalMs:r,timeoutMs:o}=ve(i);let s;const a=setInterval((async()=>{const i=await e.post(v.enchantedLink.session,{pendingRef:t});i.ok&&(clearInterval(a),s&&clearTimeout(s),n(V(Promise.resolve(i))))}),r);s=setTimeout((()=>{n({error:{errorDescription:`Session polling timeout exceeded: ${o}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),o)})))),update:{email:Ie(((t,i,n,r,o)=>V(e.post(v.enchantedLink.update.email,Object.assign({loginId:t,email:i,URI:n},o),{token:r}))))}}),xe=ae(ce("flowId")),Oe=ae(ce("executionId"),ce("stepId"),ce("interactionId")),Ee=e=>({start:xe(((t,i,n,r,o,s,a,d=!1)=>V(e.post(v.flow.start,{flowId:t,options:i,conditionInteractionId:n,interactionId:r,componentsVersion:o,flowVersions:s,input:a,isCustomScreen:d})))),next:Oe(((t,i,n,r,o,s,a=!1)=>V(e.post(v.flow.next,{executionId:t,stepId:i,interactionId:n,version:r,componentsVersion:o,input:s,isCustomScreen:a}))))}),Ae=ce("loginId"),Ne=ae(ce("token")),je=ae(Ae),Me=ae(Ae,he("phone")),Pe=ae(Ae,ue("email")),Ue=Object.keys(be).filter((e=>e!==me.voice&&e!==me.im)),Te=e=>({verify:Ne((t=>V(e.post(v.magicLink.verify,{token:t})))),signIn:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r={},o)=>{var{providerId:s}=r,a=l(r,["providerId"]);return V(e.post(B(v.magicLink.signIn,i),{loginId:t,URI:n,loginOptions:a,providerId:s},{token:o}))}))})),{}),signUp:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r,o={})=>{var{providerId:s}=o,a=l(o,["providerId"]);return V(e.post(B(v.magicLink.signUp,i),{loginId:t,URI:n,user:r,loginOptions:a,providerId:s}))}))})),{}),signUpOrIn:Ue.reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:je(((t,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.magicLink.signUpOrIn,i),{loginId:t,URI:n,loginOptions:s,providerId:o}))}))})),{}),update:{email:Pe(((t,i,n,r,o)=>V(e.post(v.magicLink.update.email,Object.assign({loginId:t,email:i,URI:n},o),{token:r})))),phone:Object.keys(me).filter((e=>e!==me.voice)).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Me(((t,n,r,o,s)=>V(e.post(B(v.magicLink.update.phone,i),Object.assign({loginId:t,phone:n,URI:r},s),{token:o}))))})),{})}});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=ae(ce("code")),De=e=>({start:Object.assign(((t,i,n,r,o)=>V(e.post(v.oauth.start,n||{},{queryParams:Object.assign(Object.assign({provider:t},i&&{redirectURL:i}),o&&{loginHint:o}),token:r}))),Object.keys(We).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:(t,n,r,o)=>V(e.post(v.oauth.start,n||{},{queryParams:Object.assign(Object.assign({provider:i},t&&{redirectURL:t}),o&&{loginHint:o}),token:r}))})),{})),exchange:Le((t=>V(e.post(v.oauth.exchange,{code:t})))),startNative:(t,i,n)=>V(e.post(v.oauth.startNative,{provider:t,loginOptions:i,implicit:n})),finishNative:(t,i,n,r,o)=>V(e.post(v.oauth.finishNative,{provider:t,stateId:i,user:n,code:r,idToken:o})),getOneTapClientId:t=>V(e.get(v.oauth.oneTap.getOneTapClientId.replace("{provider}",t))),verifyOneTapIDToken:(t,i,n,r)=>V(e.post(v.oauth.oneTap.verifyOneTapIDToken,{provider:t,idToken:i,nonce:n,loginOptions:r})),exchangeOneTapIDToken:(t,i,n,r)=>V(e.post(v.oauth.oneTap.exchangeOneTapIDToken,{provider:t,idToken:i,nonce:n,loginOptions:r}))}),_e=ce("appId"),Fe=ae(_e),qe=e=>({connect:Fe(((t,i,n)=>{const r=null==i?void 0:i.tenantId,o=null==i?void 0:i.tenantLevel;return null==i||delete i.tenantId,null==i||delete i.tenantLevel,V(e.post(v.outbound.connect,{appId:t,tenantId:r,tenantLevel:o,options:i},{token:n}))}))}),Be=ce("loginId"),Ve=ae(Be,ce("code")),Ke=ae(Be),He=ae(Be,he("phone")),ze=ae(Be,ue("email")),Ge=e=>({verify:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ve(((t,n)=>V(e.post(B(v.otp.verify,i),{code:n,loginId:t}))))})),{}),signIn:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n={},r)=>{var{providerId:o}=n,s=l(n,["providerId"]);return V(e.post(B(v.otp.signIn,i),{loginId:t,loginOptions:s,providerId:o},{token:r}))}))})),{}),signUp:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(B(v.otp.signUp,i),{loginId:t,user:n,loginOptions:s,providerId:o}))}))})),{}),signUpOrIn:Object.keys(be).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:Ke(((t,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(B(v.otp.signUpOrIn,i),{loginId:t,loginOptions:o,providerId:r}))}))})),{}),update:{email:ze(((t,i,n,r)=>V(e.post(v.otp.update.email,Object.assign({loginId:t,email:i},r),{token:n})))),phone:Object.keys(me).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:He(((t,n,r,o)=>V(e.post(B(v.otp.update.phone,i),Object.assign({loginId:t,phone:n},o),{token:r}))))})),{})}}),Je=ae(ce("tenant")),Ze=ae(ce("code")),Ye=e=>({start:Je(((t,i,n,r,o,s,a,d)=>V(e.post(v.saml.start,n||{},Object.assign({queryParams:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({tenant:t},i&&{redirectURL:i}),o&&{ssoId:o}),s&&{forceAuthn:"true"}),a&&{loginHint:a}),d&&{initiatedEmail:t})},r&&{token:r}))))),exchange:Ze((t=>V(e.post(v.saml.exchange,{code:t}))))}),Xe=ce("loginId"),Qe=ae(Xe,ce("code")),et=ae(Xe),tt=ae(Xe),it=e=>({signUp:et(((t,i)=>V(e.post(v.totp.signUp,{loginId:t,user:i})))),verify:Qe(((t,i,n,r)=>V(e.post(v.totp.verify,{loginId:t,code:i,loginOptions:n},{token:r})))),update:tt(((t,i)=>V(e.post(v.totp.update,{loginId:t},{token:i}))))}),nt=ce("loginId"),rt=ce("newPassword"),ot=ae(nt,ce("password")),st=ae(nt),at=ae(nt,rt),dt=ae(nt,ce("oldPassword"),rt),lt=e=>({signUp:ot(((t,i,n,r={})=>{var{providerId:o}=r,s=l(r,["providerId"]);return V(e.post(v.password.signUp,{loginId:t,password:i,user:n,loginOptions:s,providerId:o}))})),signIn:ot(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(v.password.signIn,{loginId:t,password:i,loginOptions:o,providerId:r}))})),sendReset:st(((t,i,n)=>V(e.post(v.password.sendReset,{loginId:t,redirectUrl:i,templateOptions:n})))),update:at(((t,i,n)=>V(e.post(v.password.update,{loginId:t,newPassword:i},{token:n})))),replace:dt(((t,i,n)=>V(e.post(v.password.replace,{loginId:t,oldPassword:i,newPassword:n})))),policy:()=>V(e.get(v.password.policy))}),ct=de("loginId"),ut=ce("loginId"),ht=ce("origin"),ft=ae(ut,ht,ce("name")),pt=ae(ut,ht),gt=ae(ct,ht),vt=ae(ut,ht,le("token")),mt=ae(ce("transactionId"),ce("response")),yt=e=>({signUp:{start:ft(((t,i,n,r,o)=>V(e.post(v.webauthn.signUp.start,{user:{loginId:t,name:n},origin:i,loginOptions:o,passkeyOptions:r})))),finish:mt(((t,i)=>V(e.post(v.webauthn.signUp.finish,{transactionId:t,response:i}))))},signIn:{start:gt(((t,i,n,r,o)=>V(e.post(v.webauthn.signIn.start,{loginId:t,origin:i,loginOptions:n,passkeyOptions:o},{token:r})))),finish:mt(((t,i)=>V(e.post(v.webauthn.signIn.finish,{transactionId:t,response:i}))))},signUpOrIn:{start:pt(((t,i,n,r)=>V(e.post(v.webauthn.signUpOrIn.start,{loginId:t,origin:i,loginOptions:r,passkeyOptions:n}))))},update:{start:vt(((t,i,n,r)=>V(e.post(v.webauthn.update.start,{loginId:t,origin:i,passkeyOptions:r},{token:n})))),finish:mt(((t,i)=>V(e.post(v.webauthn.update.finish,{transactionId:t,response:i}))))}}),bt=de("loginId"),$t=ae(bt),wt=ae(ce("pendingRef")),Ct=e=>({signUpOrIn:$t(((t,i={})=>{var{providerId:n}=i,r=l(i,["providerId"]);return V(e.post(v.notp.signUpOrIn,{loginId:t,loginOptions:r,providerId:n}))})),signUp:$t(((t,i,n={})=>{var{providerId:r}=n,o=l(n,["providerId"]);return V(e.post(v.notp.signUp,{loginId:t,user:i,providerId:r,loginOptions:o}))})),signIn:$t(((t,i={},n)=>{var{providerId:r}=i,o=l(i,["providerId"]);return V(e.post(v.notp.signIn,{loginId:t,loginOptions:o,providerId:r},{token:n}))})),waitForSession:wt(((t,i)=>new Promise((n=>{const{pollingIntervalMs:r,timeoutMs:o}=ve(i);let s;const a=setInterval((async()=>{const i=await e.post(v.notp.session,{pendingRef:t});i.ok&&(clearInterval(a),s&&clearTimeout(s),n(V(Promise.resolve(i))))}),r);s=setTimeout((()=>{n({error:{errorDescription:`Session polling timeout exceeded: ${o}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),o)}))))}),kt=ae(ce("token")),St=ae(le("token"));var It,Rt=ae([(It=ce("projectId"),H(((e,t)=>i=>G(...t).validate(((e,t)=>{const i=(Array.isArray(t)?t.join("."):String(t)).replace(/\[\\?("|')?(\w|d)+\\?("|')?\]/g,((e,t,i)=>"."+i)).split("."),n=i.length;let r=0,o=e===Object(e)?e:void 0;for(;null!=o&&r<n;)o=o[i[r++]];return r&&r===n&&void 0!==o?o:void 0})(i,e)))("projectId",It))())])((e=>{const{projectId:t,logger:i,baseUrl:n,cookiePolicy:r,baseHeaders:o={},refreshCookieName:s,fetch:a}=e;return d=U({baseUrl:n,projectId:t,logger:i,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:r,baseConfig:{baseHeaders:o},refreshCookieName:s,fetch:a}),{accessKey:pe(d),otp:Ge(d),magicLink:Te(d),enchantedLink:Re(d),oauth:De(d),outbound:qe(d),saml:Ye(d),totp:it(d),notp:Ct(d),webauthn:yt(d),password:lt(d),flow:Ee(d),refresh:St(((e,t,i,n)=>{const r={};i&&(r.externalToken=i);const o=n?v.tryRefresh:v.refresh;return V(d.post(o,r,{token:e,queryParams:t}))})),selectTenant:ae([te("tenantId")],[oe('"token" must be string or undefined')])(((e,t)=>V(d.post(v.selectTenant,{tenant:e},{token:t})))),logout:St((e=>V(d.post(v.logout,{},{token:e})))),logoutAll:St((e=>V(d.post(v.logoutAll,{},{token:e})))),me:St((e=>V(d.get(v.me,{token:e})))),myTenants:ae([se('"tenants" must a string array or a boolean')],[oe('"token" must be string or undefined')])(((e,t)=>{const i={};return"boolean"==typeof e?i.dct=e:i.ids=e,V(d.post(v.myTenants,i,{token:t}))})),history:St((e=>V(d.get(v.history,{token:e})))),isJwtExpired:kt(D),getTenants:kt(_),getJwtPermissions:kt(F),getJwtRoles:kt(q),getCurrentTenant:kt(K),httpClient:d};var d})),xt=Object.assign(Rt,{DeliveryMethods:be});
2
+ /*! js-cookie v3.0.5 | MIT */function Ot(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)e[n]=i[n]}return e}var Et=function e(t,i){function n(e,n,r){if("undefined"!=typeof document){"number"==typeof(r=Ot({},i,r)).expires&&(r.expires=new Date(Date.now()+864e5*r.expires)),r.expires&&(r.expires=r.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var o="";for(var s in r)r[s]&&(o+="; "+s,!0!==r[s]&&(o+="="+r[s].split(";")[0]));return document.cookie=e+"="+t.write(n,e)+o}}return Object.create({set:n,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var i=document.cookie?document.cookie.split("; "):[],n={},r=0;r<i.length;r++){var o=i[r].split("="),s=o.slice(1).join("=");try{var a=decodeURIComponent(o[0]);if(n[a]=t.read(s,a),e===a)break}catch(e){}}return e?n[e]:n}},remove:function(e,t){n(e,"",Ot({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,Ot({},this.attributes,t))},withConverter:function(t){return e(Ot({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(i)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});var At={default:"endpoint"},Nt="Blocked by CSP",jt="The endpoint parameter is not a valid URL",Mt="Failed to load the JS script of the agent",Pt="9319";function Ut(e,t){var i,n,r,o,s,a=[],d=(i=function(e){var t=function(e,t,i){if(i||2===arguments.length)for(var n,r=0,o=t.length;r<o;r++)!n&&r in t||(n||(n=Array.prototype.slice.call(t,0,r)),n[r]=t[r]);return e.concat(n||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),o=0,n=function(){return Math.random()*Math.min(3e3,100*Math.pow(2,o++))},r=new Set,[i.current(),function(e,t){var o,s=t instanceof Error?t.message:"";if(s===Nt||s===jt)i.exclude(),o=0;else if(s===Pt)i.exclude();else if(s===Mt){var a=Date.now()-e.getTime()<50,d=i.current();d&&a&&!r.has(d)&&(r.add(d),o=0),i.postpone()}else i.postpone();var l=i.current();return void 0===l?void 0:[l,null!=o?o:e.getTime()+n()-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 i=new Date,n=function(t){return a.push({url:e,startedAt:i,finishedAt:new Date,error:t})},r=t(e);return r.then((function(){return n()}),n),r.catch((function(e){if(null!=s||(s=e),a.length>=5)throw s;var t=c(i,e);if(!t)throw s;var n,r=t[0],o=t[1];return(n=o,new Promise((function(e){return setTimeout(e,n)}))).then((function(){return u(r)}))}))};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 i=e.token,n=e.apiKey,r=void 0===n?i:n,o=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})},i=function(e,t,i,n){return e.addEventListener(t,i,n),function(){return e.removeEventListener(t,i,n)}}(document,"visibilitychange",t);return t(),[e,i]}(),c=a[0],u=a[1];return Promise.resolve().then((function(){if(!r||"string"!=typeof r)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 i=encodeURIComponent;return e.replace(/<[^<>]+>/g,(function(e){return"<version>"===e?"3":"<apiKey>"===e?i(t):"<loaderVersion>"===e?i("3.11.6"):e}))}(String(e),t)}))}(s,r);return Ut(e,Dt)})).catch((function(e){throw u(),function(e){return e instanceof Error&&e.message===Pt?new Error(Mt):e}(e)})).then((function(e){var t=e[0],i=e[1];return u(),t.load(d(d({},o),{ldi:{attempts:i,visibilityStates:c}}))}))}function Dt(e){return function(e,t,i){var n,r=document,o="securitypolicyviolation",s=function(t){var i=new URL(e,location.href),r=t.blockedURI;r!==i.href&&r!==i.protocol.slice(0,-1)&&r!==i.origin||(n=t,a())};r.addEventListener(o,s);var a=function(){return r.removeEventListener(o,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(),n)return i(n);throw e}))}))}(e,(function(){return function(e){return new Promise((function(t,i){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(jt);var n=document.createElement("script"),r=function(){var e;return null===(e=n.parentNode)||void 0===e?void 0:e.removeChild(n)},o=document.head||document.getElementsByTagName("head")[0];n.onload=function(){r(),t()},n.onerror=function(){r(),i(new Error(Mt))},n.async=!0,n.src=e,o.appendChild(n)}))}(e)}),(function(){throw new Error(Nt)})).then(_t)}function _t(){var e=window,t="__fpjs_p_l_b",i=e[t];if(function(e,t){var i,n=null===(i=Object.getOwnPropertyDescriptor)||void 0===i?void 0:i.call(Object,e,t);(null==n?void 0:n.configurable)?delete e[t]:n&&!n.writable||(e[t]=void 0)}(e,t),"function"!=typeof(null==i?void 0:i.load))throw new Error(Pt);return i}const Ft="3.2.0",qt="undefined"!=typeof window,Bt=Math.pow(2,31)-1,Vt=`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`,Ht=["/v1/auth/refresh","/v1/auth/try-refresh","/v1/auth/me","/v1/auth/me/tenants","/v1/auth/me/history"];let zt;const Gt=e=>{try{return g(e).exp}catch(e){return null}},Jt=e=>{const{refresh_expire_in:t,refresh_token:i}=e;return t?Math.floor(Date.now()/1e3)+t:Gt(i)},Zt=e=>{const{expires_in:t,expires_at:i,access_token:n}=e;return i||(t?Math.floor(Date.now()/1e3)+t:n?Gt(n):void 0)},Yt=e=>{const{access_token:t,id_token:i,refresh_token:n,refresh_expire_in:r}=e,o=l(e,["access_token","id_token","refresh_token","refresh_expire_in"]);return Object.assign({sessionJwt:e.sessionJwt||t,idToken:i,refreshJwt:e.refreshJwt||n,sessionExpiration:e.sessionExpiration||Zt(e),cookieExpiration:e.cookieExpiration||Jt(e)},o)},Xt=(e,t)=>{var i;return["beforeRequest","afterRequest"].reduce(((i,n)=>{var r;return i[n]=[].concat((null===(r=e.hooks)||void 0===r?void 0:r[n])||[]).concat((null==t?void 0:t[n])||[]),i}),null!==(i=e.hooks)&&void 0!==i?i:e.hooks={}),e},Qt=async e=>{if(!(null==e?void 0:e.ok))return{};const t=await(null==e?void 0:e.clone().json()),i=(null==t?void 0:t.authInfo)||t||{};return Yt(i)},ei=()=>qt&&!!window.descopeBridge,ti=(e,t)=>{if(!((null==t?void 0:t.status)>=400&&(null==t?void 0:t.status)<500))return!1;const i=(null==e?void 0:e.path)||"";return Ht.includes(i)},ii=void 0!==zt||qt&&void 0!==window.localStorage,ni=(e,t)=>{var i,n;return null===(n=null===(i=zt||qt&&window.localStorage)||void 0===i?void 0:i.setItem)||void 0===n?void 0:n.call(i,e,t)},ri=e=>{var t,i;return null===(i=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.getItem)||void 0===i?void 0:i.call(t,e)},oi=e=>{var t,i;return null===(i=null===(t=zt||qt&&window.localStorage)||void 0===t?void 0:t.removeItem)||void 0===i?void 0:i.call(t,e)},si=e=>{var t,i,n,r,o;return null!==(o=null!==(i=null===(t=null==zt?void 0:zt.key)||void 0===t?void 0:t.call(zt,e))&&void 0!==i?i:qt&&(null===(r=null===(n=window.localStorage)||void 0===n?void 0:n.key)||void 0===r?void 0:r.call(n,e)))&&void 0!==o?o:null},ai=(...e)=>{console.debug(...e)},di=(...e)=>{console.warn(...e)},li="DS",ci="DSR",ui="DSI",hi="DSRCN";function fi(e,t,i){if(t){const{cookieDomain:n,cookiePath:r,cookieSameSite:o,cookieExpiration:s,cookieSecure:a}=i,d=new Date(1e3*s),l=pi(n);Et.set(e,t,{path:r,domain:l?n:void 0,expires:d,sameSite:o,secure:a})}}function pi(e){const t=window.location.hostname.split("."),i=null==e?void 0:e.split(".");return t.slice(-(null==i?void 0:i.length)).join(".")===e}const gi=e=>(null==e?void 0:e.cookieName)||li,vi=e=>(null==e?void 0:e.cookieName)||ci;function mi(e="",t){return Et.get(vi(t))||ri(`${e}${ci}`)||""}function yi(e="",t){return Et.get(gi(t))||ri(`${e}${li}`)||""}function bi(e=""){return ri(`${e}${ui}`)||""}function $i(e="",t,i,n){oi(`${e}${ci}`),oi(`${e}${li}`),oi(`${e}${ui}`),oi(`${e}${hi}`);const r=gi(t);Et.remove(r,null==n?void 0:n.session);const o=vi(i);Et.remove(o,null==n?void 0:n.refresh)}const wi=(e,t,i)=>n=>{const r=Object.assign(n,{token:n.token||mi(e,t)});if(!i){const t=function(e=""){return ri(`${e}${hi}`)}(e);t&&(r.headers=Object.assign(Object.assign({},r.headers||{}),{"x-descope-refresh-cookie-name":t}))}const o=function(e=""){return ri(`${e}DTD`)||""}(e);return o&&(r.headers=Object.assign(Object.assign({},r.headers||{}),{"x-descope-trusted-device-token":o})),r},Ci=qt&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://api.descope.com",ki="vsid",Si="vrid",Ii="fp",Ri=(e=!1)=>{const t=ri(Ii);if(!t)return null;const i=JSON.parse(t);return(new Date).getTime()>i.expiry&&!e?null:i.value},xi=async(e,t=Ci)=>{try{if(Ri())return;const i=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=new URL(t);n.pathname="/fXj8gt3x8VulJBna/x96Emn69oZwcd7I6";const r=new URL(t);r.pathname="/fXj8gt3x8VulJBna/w78aRZnnDZ3Aqw0I";const o=r.toString()+"?apiKey=<apiKey>&version=<version>&loaderVersion=<loaderVersion>",s=Lt({apiKey:e,endpoint:[n.toString(),At],scriptUrlPattern:[o,Wt]}),a=await s,{requestId:d}=await a.get({linkedId:i}),l=((e,t)=>({[ki]:e,[Si]:t}))(i,d);(e=>{const t={value:e,expiry:(new Date).getTime()+864e5};ni(Ii,JSON.stringify(t))})(l)}catch(e){console.warn("Could not load fingerprint",e)}},Oi=e=>{const t=Ri(!0);return t&&e.body&&(e.body.fpData=t),e},Ei="descopeFlowNonce",Ai="X-Descope-Flow-Nonce",Ni="/v1/flow/start",ji="/v1/flow/next",Mi=(e,t=Ei)=>`${t}${e}`,Pi=e=>{var t;return(null===(t=/.*\|#\|(.*)/.exec(e))||void 0===t?void 0:t[1])||null},Ui=e=>{var t;return e.path===ji&&(null===(t=e.body)||void 0===t?void 0:t.executionId)?Pi(e.body.executionId):null},Ti="dls_last_user_login_id",Wi="dls_last_user_display_name",Li=e=>ni(Ti,e),Di=()=>ri(Ti),_i=()=>ri(Wi),Fi=e=>async(...t)=>{var i;t[1]=t[1]||{};const[,n={}]=t,r=Di(),o=_i();return r&&(null!==(i=n.lastAuth)&&void 0!==i||(n.lastAuth={}),n.lastAuth.loginId=r,n.lastAuth.name=o),await e(...t)},qi="DSLI",Bi=e=>async(...t)=>{const i=await e(...t);return oi(qi),i};function Vi(){const e=[];return{pub:t=>{e.forEach((e=>e(t)))},sub:t=>{const i=e.push(t)-1;return()=>e.splice(i,1)}}}async function Ki(e){const t=function(e){var t;const i=JSON.parse(e);return i.publicKey.challenge=Yi(i.publicKey.challenge),i.publicKey.user.id=Yi(i.publicKey.user.id),null===(t=i.publicKey.excludeCredentials)||void 0===t||t.forEach((e=>{e.id=Yi(e.id)})),i}(e);return i=await navigator.credentials.create(t),JSON.stringify({id:i.id,rawId:Xi(i.rawId),type:i.type,response:{attestationObject:Xi(i.response.attestationObject),clientDataJSON:Xi(i.response.clientDataJSON)}});var i}async function Hi(e){const t=Ji(e);return Zi(await navigator.credentials.get(t))}async function zi(e,t){const i=Ji(e);return i.signal=t.signal,i.mediation="conditional",Zi(await navigator.credentials.get(i))}async function Gi(e=!1){var t,i;if(!qt)return Promise.resolve(!1);if(ei()){const e=null===(i=null===(t=window.descopeBridge)||void 0===t?void 0:t.hostInfo)||void 0===i?void 0:i.webauthn;if("boolean"==typeof e)return e}const n=!!(window.PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return n&&e&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():n}function Ji(e){var t;const i=JSON.parse(e);return i.publicKey.challenge=Yi(i.publicKey.challenge),null===(t=i.publicKey.allowCredentials)||void 0===t||t.forEach((e=>{e.id=Yi(e.id)})),i}function Zi(e){return JSON.stringify({id:e.id,rawId:Xi(e.rawId),type:e.type,response:{authenticatorData:Xi(e.response.authenticatorData),clientDataJSON:Xi(e.response.clientDataJSON),signature:Xi(e.response.signature),userHandle:e.response.userHandle?Xi(e.response.userHandle):void 0}})}function Yi(e){const t=e.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(t),(e=>e.charCodeAt(0))).buffer}function Xi(e){return btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var Qi,en=(Qi=e=>({async signUp(t,i,n){const r=await e.webauthn.signUp.start(t,window.location.origin,i,n);if(!r.ok)return r;const o=await Ki(r.data.options);return await e.webauthn.signUp.finish(r.data.transactionId,o)},async signIn(t,i){const n=await e.webauthn.signIn.start(t,window.location.origin,void 0,void 0,i);if(!n.ok)return n;const r=await Hi(n.data.options);return await e.webauthn.signIn.finish(n.data.transactionId,r)},async signUpOrIn(t,i){var n;const r=await e.webauthn.signUpOrIn.start(t,window.location.origin,i);if(!r.ok)return r;if(null===(n=r.data)||void 0===n?void 0:n.create){const t=await Ki(r.data.options);return await e.webauthn.signUp.finish(r.data.transactionId,t)}{const t=await Hi(r.data.options);return await e.webauthn.signIn.finish(r.data.transactionId,t)}},async update(t,i,n){const r=await e.webauthn.update.start(t,window.location.origin,i,n);if(!r.ok)return r;const o=await Ki(r.data.options);return await e.webauthn.update.finish(r.data.transactionId,o)},helpers:{create:Ki,get:Hi,isSupported:Gi,conditional:zi}}),(...e)=>{const t=Qi(...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 tn="/fedcm/config",nn=()=>{if(window.crypto&&window.crypto.getRandomValues){const e=new Uint8Array(16);return window.crypto.getRandomValues(e),Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join("")}return Math.random().toString(36).substring(2)};async function rn(e,t){var i;try{await on(e,t)}catch(e){null===(i=null==t?void 0:t.onFailed)||void 0===i||i.call(t,e)}}async function on(e,t){var i,n;const r=await async function(e,t="google",i,n,r){const o=nn(),s=await async function(){return new Promise(((e,t)=>{if(window.google)return void e(window.google.accounts.id);let i=document.getElementById("google-gsi-client-script");i||(i=document.createElement("script"),document.head.appendChild(i),i.async=!0,i.defer=!0,i.id="google-gsi-client-script",i.src="https://accounts.google.com/gsi/client"),i.onload=function(){window.google?e(window.google.accounts.id):t("Failed to load Google GSI client script - not loaded properly")},i.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=i=>{e({provider:t,nonce:o,credential:null==i?void 0:i.credential})};s.initialize(Object.assign(Object.assign({},i),{itp_support:null===(a=null==i?void 0:i.itp_support)||void 0===a||a,use_fedcm_for_prompt:null===(l=null==i?void 0:i.use_fedcm_for_prompt)||void 0===l||l,client_id:d,callback:c,nonce:o})),s.prompt((e=>{var t,i;if(r&&(null==e?void 0:e.isDismissedMoment())){const i=null===(t=e.getDismissedReason)||void 0===t?void 0:t.call(e);return null==r||r(i),void c()}if(n&&(null==e?void 0:e.isSkippedMoment())){const t=null===(i=e.getSkippedReason)||void 0===i?void 0:i.call(e);return null==n||n(t),void c()}}))}))}(e,t.provider,t.oneTapConfig,t.onSkipped,t.onDismissed);if(!r.credential)return null;if(null==t?void 0:t.onCodeReceived){const n=await e.oauth.verifyOneTapIDToken(r.provider,r.credential,r.nonce,null==t?void 0:t.loginOptions);if(!n.ok||!n.data)throw new Error("Failed to verify OneTap client ID for provider "+r.provider);null===(i=null==t?void 0:t.onCodeReceived)||void 0===i||i.call(t,n.data.code)}else{const i=await e.oauth.exchangeOneTapIDToken(r.provider,r.credential,r.nonce,null==t?void 0:t.loginOptions);if(!i.ok||!i.data)throw new Error("Failed to exchange OneTap client ID for provider "+r.provider);null===(n=null==t?void 0:t.onAuthenticated)||void 0===n||n.call(t,i.data)}}var sn=e=>Object.assign(Object.assign({},e.flow),{start:async(...t)=>{const i=await Gi(),n=Object.assign(Object.assign({location:window.location.href},t[1]),{deviceInfo:{webAuthnSupport:i},startOptionsVersion:1});return t[1]=n,e.flow.start(...t)}});let an;const dn=(e,t)=>new Promise(((i,n)=>{if(!e.length)return n(new Error("No URLs provided to loadScriptWithFallback"));const r=t();if(r)return i(r);const o=e.shift(),s=document.createElement("script");s.src=o,s.id=(e=>{let t=0;for(let i=0;i<e.length;i++)t=(t<<5)-t+e.charCodeAt(i),t|=0;return Math.abs(t).toString(16)})(o),s.onload=()=>{const e=t();if(e)return i(e);throw new Error("Could not get entry after loading script from URL")},s.addEventListener("error",(()=>{dn(e,t),s.setAttribute("data-error","true")})),document.body.appendChild(s)})),ln=(e,t,i)=>{const n=async()=>{let n,r;return n&&r||({client:n,stateUserKey:r}=await(async(e,t,i)=>{an||(an=(async()=>{try{return require("oidc-client-ts")}catch(e){return dn([Vt,Kt],(()=>window.oidc))}})());const{OidcClient:n,WebStorageStateStore:r}=await an;if(!n)throw new Error("oidc-client-ts is not installed. Please install it by running `npm install oidc-client-ts`");const o=(null==i?void 0:i.redirectUri)||window.location.href;let s,a,d,l;if(null==i?void 0:i.issuer){if(!i.clientId)throw new Error("clientId is required when providing a custom issuer/authority");s=i.issuer,a=i.clientId,d=`${a}_user`,l="openid"}else(null==i?void 0:i.applicationId)?(s=e.httpClient.buildUrl(t),s=`${s}/${i.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:o,response_type:"code",scope:(null==i?void 0:i.scope)||l,stateStore:new r({store:window.localStorage,prefix:a}),loadUserInfo:!0,fetchRequestCredentials:"same-origin"};return(null==i?void 0:i.redirectUri)&&(c.redirect_uri=i.redirectUri),{client:new n(c),stateUserKey:d}})(e,t,i)),{client:n,stateUserKey:r}},r=async(t="")=>{var i;const{client:r,stateUserKey:o}=await n(),s=await r.processSigninResponse(t||window.location.href);var a;return await(null===(i=e.httpClient.hooks)||void 0===i?void 0:i.afterRequest({},new Response(JSON.stringify(s)))),ni(o,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={},i=!1)=>{var r;const{client:o}=await n(),s=await o.createSigninRequest(t),{url:a}=s;return i||(await(null===(r=e.httpClient.hooks)||void 0===r?void 0:r.afterRequest({},new Response(JSON.stringify(s)))),window.location.href=a),{ok:!0,data:s}},finishLogin:r,finishLoginIfNeed:async(e="")=>{if(window.location.search.includes("code")&&window.location.search.includes("state"))return await r(e)},refreshToken:async t=>{var i;const{client:r,stateUserKey:o}=await n(),s=(e=>{const t=ri(e);return t?JSON.parse(t):null})(o);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 r.useRefreshToken({state:{refresh_token:a,session_state:s.session_state,profile:s.profile}});return await(null===(i=e.httpClient.hooks)||void 0===i?void 0:i.afterRequest({},new Response(JSON.stringify(d)))),d},logout:async(e,t=!1)=>{const{client:i,stateUserKey:r}=await n();e||(e={}),e.id_token_hint=e.id_token_hint||bi(),e.post_logout_redirect_uri=e.post_logout_redirect_uri||window.location.href;const o=await i.createSignoutRequest(e),{url:s}=o;return oi(r),t||window.location.replace(s),o}}},cn=function(...e){return t=>e.reduce(((e,t)=>t(e)),t)}((e=>t=>{var i;return i=t.customStorage,zt=i,e(t)}),(e=>t=>{var{fpKey:i,fpLoad:n}=t,r=l(t,["fpKey","fpLoad"]);return qt?(i&&n&&xi(i).catch((()=>null)),e(Xt(r,{beforeRequest:Oi}))):e(r)}),(e=>t=>e(Object.assign(Object.assign({},t),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.50.1"},t.baseHeaders)}))),(e=>t=>{const i=Vi(),n=Vi(),r=Vi(),o=Vi(),s=e(Xt(t,{afterRequest:async(e,t)=>{if(ti(e,t))ai("Session invalidated, notifying subscribers with empty values"),n.pub(null),r.pub(null),i.pub(null),o.pub(null);else{const e=await(async e=>{const t=await Qt(e);return(null==t?void 0:t.user)||((null==t?void 0:t.hasOwnProperty("userId"))?t:void 0)})(t);e&&r.pub(e);const{sessionJwt:s,sessionExpiration:a,claims:d}=await Qt(t);s&&n.pub(s),d&&o.pub(d),(a||s)&&i.pub(a||42)}}})),a=ge(s,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const s=await e(...t);return n.pub(null),r.pub(null),i.pub(null),o.pub(null),s}));return Object.assign(a,{onSessionTokenChange:n.sub,onUserChange:r.sub,onClaimsChange:o.sub,onIsAuthenticatedChange:e=>i.sub((t=>{e(!!t)}))})}),(e=>t=>{var i;const{enableFlowNonce:n=!0,nonceStoragePrefix:r=Ei}=t,o=l(t,["enableFlowNonce","nonceStoragePrefix"]);if(!n)return e(o);((e=Ei)=>{try{if(!ii)return;for(let r=0;r<(void 0,i=void 0,void 0,null!==(n=null!==(t=null==zt?void 0:zt.length)&&void 0!==t?t:qt&&(null===(i=window.localStorage)||void 0===i?void 0:i.length))&&void 0!==n?n:0);r++){const t=si(r);if(t&&t.startsWith(e)){const i=ri(t);if(i)try{JSON.parse(i).expiry<Date.now()&&oi(t)}catch(e){oi(t)}}}}catch(e){console.error("Error cleaning up expired nonces:",e)}var t,i,n})(r);const s=e(Xt(o,{afterRequest:async(e,t)=>{if(e.path!==Ni&&e.path!==ji)return;const{nonce:i,executionId:n}=await(async(e,t)=>{try{const i=t.headers.get(Ai);let n=await t.clone().json().then((e=>(null==e?void 0:e.executionId)||null)).catch((()=>null));return n||(n=Ui(e)),{nonce:i,executionId:Pi(n)}}catch(e){return{nonce:null,executionId:null}}})(e,t);i&&n&&((e,t,i,n=Ei)=>{try{const r=Mi(e,n),o=i?172800:10800,s={value:t,expiry:Date.now()+1e3*o,isStart:i};ni(r,JSON.stringify(s))}catch(e){console.error("Error setting flow nonce:",e)}})(n,i,e.path===Ni,r)},beforeRequest:e=>{if(e.path===ji){const t=Ui(e);if(t){const i=((e,t=Ei)=>{try{const i=Mi(e,t),n=ri(i);if(!n)return null;const r=JSON.parse(n);return r.expiry<Date.now()?(((e,t=Ei)=>{try{const i=Mi(e,t);oi(i)}catch(e){console.error("Error removing flow nonce:",e)}})(e,t),null):r.value}catch(e){return console.error("Error getting flow nonce:",e),null}})(t,r);i&&(e.headers=e.headers||{},e.headers[Ai]=i)}}return e}}));if(null===(i=s.flow)||void 0===i?void 0:i.next){let e=Promise.resolve();const t=s.flow.next.bind(s.flow);s.flow.next=async(...i)=>{const n=e;let r;e=new Promise((e=>{r=e})),await n;try{return await t(...i)}finally{r()}}}return s}),(e=>t=>{const i=e(Xt(t,{afterRequest:async(e,t)=>{if(ti(e,t))return void oi(qi);const i=await Qt(t);(null==i?void 0:i.sessionExpiration)&&ni(qi,String(i.sessionExpiration))}}));return ge(i,["logout","logoutAll","oidc.logout"],Bi)}),(e=>t=>{var{autoRefresh:i}=t,n=l(t,["autoRefresh"]);const r=!!i,o="object"==typeof i&&(null==i?void 0:i.customActivityTracking);if(!r||ei())return Object.assign(e(n),{markUserActive:()=>{di("markUserActive() called but has no effect")}});const{clearAllTimers:s,setTimer:a}=(()=>{const e=[];return{clearAllTimers:()=>{for(;e.length;)clearTimeout(e.pop())},setTimer:(t,i)=>{e.push(setTimeout(t,i))}}})();let d,c,u=null,h=!1,f=!1;o&&(ai("Activity-based refresh enabled"),u=(()=>{let e=!0;return{hadActivity:()=>e,reset:()=>{e=!1},markActive:()=>{e=!0}}})()),qt&&document.addEventListener("visibilitychange",(()=>{"visible"===document.visibilityState&&d&&new Date>d&&(ai("Expiration time passed, refreshing session"),p.refresh(mi()||c))}));const p=e(Xt(n,{afterRequest:async(e,t)=>{const{sessionJwt:i,refreshJwt:n,sessionExpiration:r,nextRefreshSeconds:o}=await Qt(t);if(ti(e,t))ai("Session invalidated, canceling all timers"),s();else if(i||r){if(d=((e,t)=>{if(t)return new Date(1e3*t);ai("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}})(i,r),!d)return void ai("Could not extract expiration time from session token");c=n,h=o>0;const e=((e,t)=>{let i;var n;return t>0?(i=1e3*t,ai(`Using provided nextRefreshSeconds: ${t}s`)):i=((n=e)?n.getTime()-(new Date).getTime():0)-2e4,i>Bt&&(ai(`Timeout is too large (${i}ms), setting it to ${Bt}ms`),i=Bt),i})(d,o);if(s(),e<=2e4)return void ai("Session is too close to expiration, not setting refresh timer");const t=new Date(Date.now()+e).toLocaleTimeString("en-US",{hour12:!1});ai(`Setting refresh timer for ${t}. (${e}ms)`),u&&(u.reset(),f=!1),a((()=>{if(qt&&"hidden"===document.visibilityState)ai("Skipping refresh due to timer - document is hidden");else{if(u&&h&&!u.hadActivity())return ai("Skipping refresh due to timer - user is idle"),void(f=!0);ai("Refreshing session due to timer"),p.refresh(mi()||n)}}),e)}}}));return Object.assign(ge(p,["logout","logoutAll","oidc.logout"],(e=>async(...t)=>{const i=await e(...t);return ai("Clearing all timers"),s(),i})),{markUserActive:u?()=>{ai("markUserActive() called"),h||ai("markUserActive() called but server does not have inactivity timeout configured (no nextRefreshSeconds)"),u.markActive(),f&&(ai("User became active after skipped refresh, triggering refresh"),f=!1,s(),p.refresh(mi()||c))}:()=>{di("markUserActive() called but customActivityTracking is not enabled — this call has no effect")}})}),(e=>t=>{var{storeLastAuthenticatedUser:i=!0,keepLastAuthenticatedUserAfterLogout:n=!1}=t,r=l(t,["storeLastAuthenticatedUser","keepLastAuthenticatedUserAfterLogout"]);if(!i)return Object.assign(e(r),{getLastUserLoginId:Di,getLastUserDisplayName:_i});const o=e(Xt(r,{afterRequest:async(e,t)=>{var i;const{userInfo:n,lastAuth:r}=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()),i=Yt((null==t?void 0:t.authInfo)||t||{});return{userInfo:(null==i?void 0:i.user)||((null==i?void 0:i.hasOwnProperty("userId"))?i:void 0),lastAuth:t.lastAuth}})(t),o=null===(i=null==n?void 0:n.loginIds)||void 0===i?void 0:i[0],s=null==n?void 0:n.name;o?(Li(o),(e=>{ni(Wi,e)})(s)):(null==r?void 0:r.loginId)&&Li(r.loginId)}}));let s=ge(o,["flow.start"],Fi);return s=ge(s,["logout","logoutAll"],(e=>t=>async(...i)=>{const n=await t(...i);return e||(oi(Ti),oi(Wi)),n})(n)),Object.assign(s,{getLastUserLoginId:Di,getLastUserDisplayName:_i})}),(e=>t=>{var{persistTokens:i,sessionTokenViaCookie:n,refreshTokenViaCookie:r,storagePrefix:o,refreshCookieName:s}=t,a=l(t,["persistTokens","sessionTokenViaCookie","refreshTokenViaCookie","storagePrefix","refreshCookieName"]);if(!i||!qt)return e(Object.assign({refreshCookieName:s},a));let d;const c=e(Xt(Object.assign({refreshCookieName:s},a),{beforeRequest:wi(o,r,s),afterRequest:async(e,t)=>{if(ti(e,t))ai("Session invalidated, clearing persisted tokens"),$i(o,n,r,d);else{const e=await Qt(t);e.cookieName?ni(`${o||""}${hi}`,e.cookieName):e.refreshJwt&&oi(`${o||""}${hi}`);const i=((e={},t=!1,i="",n=!1)=>{var r,o,s,a;const{sessionJwt:d,refreshJwt:l,trustedDeviceJwt:c}=e;let u;if(l)if(n){oi(`${i}${ci}`);const t=n.sameSite||"Strict",s=null===(r=n.secure)||void 0===r||r,a=null!==(o=n.domain)&&void 0!==o?o:e.cookieDomain,d=vi(n);s&&"https:"!==window.location.protocol&&di("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});fi(d,l,c);const h=pi(a);u=Object.assign(Object.assign({},u),{refresh:{path:c.cookiePath,domain:h?a:void 0}})}else{const e=vi(n);Et.remove(e),ni(`${i}${ci}`,l)}if(d)if(t){const i=t.sameSite||"Strict",n=null===(s=t.secure)||void 0===s||s,r=null!==(a=t.domain)&&void 0!==a?a:e.cookieDomain,o=gi(t);n&&"https:"!==window.location.protocol&&di("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:i,cookieSecure:n,cookieDomain:r});fi(o,d,l);const c=pi(r);u=Object.assign(Object.assign({},u),{session:{path:l.cookiePath,domain:c?r:void 0}})}else ni(`${i}${li}`,d);return e.idToken&&ni(`${i}${ui}`,e.idToken),c&&ni(`${i}DTD`,c),u})(e,n,o,r);i&&(d=i)}}})),u=ge(c,["logout","logoutAll","oidc.logout"],((e,t,i,n)=>r=>async(...o)=>{const s=await r(...o);return $i(e,t,i,null==n?void 0:n()),s})(o,n,r,(()=>d)));return Object.assign(u,{getRefreshToken:()=>mi(o,r),getSessionToken:()=>yi(o,n),getIdToken:()=>bi(o)})}))((e=>{const t=xt(e),i=ln(t,e.projectId,e.oidcConfig);return Object.assign(Object.assign({},t),{refresh:async(n,r)=>{var o;if(ei())return ai(`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 i.refreshToken(n),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161001",errorDescription:e.toString()}})}if(r&&!ri(qi)&&!ri(Ti)&&!ri("DSLI_DISABLED"))return Promise.resolve({ok:!0});const s=yi(),a=mi();let d="";if(e.getExternalToken)try{d=await(null===(o=e.getExternalToken)||void 0===o?void 0:o.call(e))}catch(e){ai("Error getting external token while refreshing",e)}return t.refresh(n,{dcs:s?"t":"f",dcr:a?"t":"f"},d,r)},logout:async n=>{if(e.oidcConfig)try{return await i.logout({id_token_hint:n}),Promise.resolve({ok:!0})}catch(e){return Promise.resolve({ok:!1,error:{errorCode:"J161000",errorDescription:e.toString()}})}return t.logout(n)},flow:sn(t),webauthn:en(t),fedcm:(n=t,r=e.projectId,{onetap:{requestExchangeCode(e){rn(n,e)},requestAuthentication(e){rn(n,e)}},async oneTap(e,t,i,r,o){await on(n,{provider:e,oneTapConfig:t,loginOptions:i,onSkipped:r,onDismissed:o})},async launch(e){var t;const i={identity:{context:e||"signin",providers:[{configURL:n.httpClient.buildUrl(r+tn),clientId:r}]}},o=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(i));return n.refresh(o.token)},isSupported:()=>qt&&"IdentityCredential"in window,async isLoggedIn(e){var t;const i=n.httpClient.buildUrl(r+tn);try{const n={identity:{context:e||"signin",providers:[{configURL:i,clientId:r}]}},o=await(null===(t=navigator.credentials)||void 0===t?void 0:t.get(n));return!!o&&!!o.token}catch(e){return!1}}}),oidc:i});var n,r}));let un;const hn=e=>{const t=cn(Object.assign({persistTokens:a,autoRefresh:a},e));return un=t,t},fn=()=>hn({projectId:"temp pid",persistTokens:!1,autoRefresh:!1,storeLastAuthenticatedUser:!1});un=fn();const pn=()=>a?null==un?void 0:un.getSessionToken():(console.warn("Get session token is not supported in SSR"),""),gn=()=>a?null==un?void 0:un.getRefreshToken():(console.warn("Get refresh token is not supported in SSR"),""),vn=r(((e=pn(),t)=>null==un?void 0:un.getJwtPermissions(e,t))),mn=r(((e=pn(),t)=>null==un?void 0:un.getJwtRoles(e,t))),yn=r(((e=pn())=>null==un?void 0:un.getCurrentTenant(e)));function bn(...e){return t=>e.reduce(((e,t)=>t(e)),t)}const $n=e=>{const t=document.createElement("template");return t.innerHTML=e,t},wn=(e,t)=>e.length===t.length&&e.every(((e,i)=>e===t[i])),Cn=e=>{let t,i;return(...n)=>(t&&wn(t,n)||(t=n,i=e(...n)),i)},kn=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),Sn=e=>(t,...i)=>t.reduce(((t,n,r)=>{var o;return`${t}${n}${(null===(o=null==i?void 0:i[r])||void 0===o?void 0:o[e>1?1:0])||""}`}),""),In=(e,t=500)=>{let i;return function(...n){clearTimeout(i),i=setTimeout((()=>e.apply(this,n)),t)}},Rn=e=>{const t=Symbol((e=>{const t=e.toString();let i=0;for(let e=0;e<t.length;e++)i=(i<<5)-i+t.charCodeAt(e),i&=i;return i.toString(16)})(e));return i=>{if(i[t])return i;const n=e(i);return n[t]=!0,n}};var xn,On,En,An;function Nn(e,t){const i=Object.getOwnPropertyNames(e),n=Object.getOwnPropertyNames(t);if(i.length!==n.length)return!1;for(let n=0;n<i.length;n+=1){const r=i[n],o=e[r],s=t[r];if(null===o||null===s){if(o!==s)return!1}else if("object"==typeof o&&"object"==typeof s){if(!Nn(o,s))return!1}else if(o!==s)return!1}return!0}let jn=class{constructor(e={},{forceUpdate:t=!1}={}){xn.set(this,void 0),On.set(this,{}),En.set(this,0),An.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,xn,"f")):e,i=Object.assign(Object.assign({},u(this,xn,"f")),t);if(u(this,An,"f")||!Nn(u(this,xn,"f"),i)){const e=u(this,xn,"f");h(this,xn,i,"f"),Object.freeze(u(this,xn,"f")),setTimeout((()=>{Object.values(u(this,On,"f")).forEach((t=>t(i,e,((e,t)=>i=>e[i]!==t[i])(i,e))))}),0)}},h(this,xn,e,"f"),h(this,An,t,"f")}get current(){return Object.assign({},u(this,xn,"f"))}subscribe(e){return h(this,En,u(this,En,"f")+1,"f"),u(this,On,"f")[u(this,En,"f")]=e,u(this,En,"f").toString()}unsubscribe(e){const t=!!u(this,On,"f")[e];return t&&delete u(this,On,"f")[e],t}unsubscribeAll(){return h(this,On,{},"f"),!0}};xn=new WeakMap,On=new WeakMap,En=new WeakMap,An=new WeakMap;const Mn=["=","+","-","@","\t","\r"],Pn=e=>{const t=(e=>e.length>0&&Mn.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},Un=e=>"string"==typeof e||null==e?e:JSON.stringify(e),Tn=e=>t.forwardRef(((i,n)=>{const{prop:r,attr:o,rest:s}=t.useMemo((()=>Object.entries(i).reduce(((e,[t,i])=>{const{trimmedKey:n,category:r}=(e=>{const[,t,i]=/(.*)\.(prop|attr)$/.exec(e)||[,e,"rest"];return{trimmedKey:t,category:i}})(t);return"prop"===r?e.prop.push([n,i]):"attr"===r?e.attr.push([kn(n),Un(i)]):Object.assign(e.rest,{[kn(n)]:i}),e}),{attr:[],prop:[],rest:{}})),[i]),a=t.useRef(null),d=t.useCallback((e=>{a.current=e,e&&(r.forEach((([e,t])=>{a.current[e]=t})),o.forEach((([t,i])=>{null==i?e.removeAttribute(t):e.setAttribute(t,i)})))}),[r,o,a]);return t.useImperativeHandle(n,(()=>a.current)),t.createElement(e,Object.assign({ref:d},s))})),Wn=t.lazy((async()=>(((null===customElements||void 0===customElements?void 0:customElements.get("descope-wc"))||await Promise.resolve().then((function(){return Oa})).then((e=>e.default))).sdkConfigOverrides={baseHeaders:s,persistTokens:!1,hooks:{get beforeRequest(){return un.httpClient.hooks.beforeRequest},set beforeRequest(e){}}},{default:Tn(t.forwardRef(((e,i)=>{var{"external-request-id":n}=e,r=l(e,["external-request-id"]);return t.useMemo((()=>{var e,t;e="x-external-rid",(t=n)?s[e]=t:delete s[e]}),[n]),t.createElement("descope-wc",Object.assign({ref:i},r))})))}))),Ln=t.forwardRef((({flowId:e,onSuccess:n,onError:r,onReady:o,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:$,onScreenUpdate:w,dismissScreenErrorOnInput:C,outboundAppId:k,outboundAppScopes:S,popupOrigin:I,children:R,externalRequestId:x,themeOverride:O},E)=>{const[A,N]=t.useState(null);t.useImperativeHandle(E,(()=>A));const{projectId:j,baseUrl:M,baseStaticUrl:P,baseCdnUrl:U,storeLastAuthenticatedUser:T,keepLastAuthenticatedUserAfterLogout:W,refreshCookieName:L,customStorage:D,sdk:_}=t.useContext(i),F=t.useCallback((async e=>{await _.httpClient.hooks.afterRequest({},new Response(JSON.stringify(e.detail))),n&&n(e)}),[n]);return t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",F),r&&(null==e||e.addEventListener("error",r)),o&&(null==e||e.addEventListener("ready",o)),()=>{r&&(null==e||e.removeEventListener("error",r)),o&&(null==e||e.removeEventListener("ready",o)),null==e||e.removeEventListener("success",F)}}),[A,r,F]),t.useEffect((()=>{const e=A;return null==e||e.addEventListener("success",F),()=>{null==e||e.removeEventListener("success",F)}}),[A,F]),t.useEffect((()=>{const e=A;return r&&(null==e||e.addEventListener("error",r)),()=>{r&&(null==e||e.removeEventListener("error",r))}}),[A,r]),t.useEffect((()=>{const e=A;return o&&(null==e||e.addEventListener("ready",o)),()=>{o&&(null==e||e.removeEventListener("error",o))}}),[A,o]),t.createElement("form",null,t.createElement(t.Suspense,{fallback:null},t.createElement(Wn,{projectId:j,flowId:e,baseUrl:M,baseStaticUrl:P,baseCdnUrl:U,ref:N,telemetryKey:p,redirectUrl:g,autoFocus:v,styleId:$,validateOnBlur:m,restartOnError:y,keepLastAuthenticatedUserAfterLogout:W,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":k,"outbound-app-scopes.attr":S,"popup-origin.attr":I,"store-last-authenticated-user.attr":T,"refreshCookieName.attr":L,"dismiss-screen-error-on-input.attr":C,"errorTransformer.prop":b,"logger.prop":s,"onScreenUpdate.prop":w,"customStorage.prop":D},R)))}));var Dn=()=>{const e=t.useContext(i);if(!e)throw Error("You can only use this hook in the context of <AuthProvider />");return e};const _n=e=>`You can only use this ${e} after sdk initialization. Make sure to supply 'projectId' to <AuthProvider /> component`,Fn={get(e,t){if("object"==typeof e[t]&&null!==e[t])return new Proxy(e[t],Fn);if("function"==typeof e[t])return()=>{throw Error(_n("function"))};throw Error(_n("attribute"))}},qn=t.lazy((async()=>(await Promise.resolve().then((function(){return $u})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-access-key-management-widget",Object.assign({ref:i},e)))))}))),Bn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(qn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Vn=t.lazy((async()=>(await Promise.resolve().then((function(){return qu})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-applications-portal-widget",Object.assign({ref:i},e)))))}))),Kn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,onReady:a},d)=>{const[l,c]=t.useState(null);t.useImperativeHandle(d,(()=>l));const{projectId:u,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,refreshCookieName:g}=t.useContext(i);return t.useEffect((()=>{const e=l;return a&&(null==e||e.addEventListener("ready",a)),()=>{a&&(null==e||e.removeEventListener("ready",a))}}),[l,a]),t.createElement(t.Suspense,{fallback:null},t.createElement(Vn,{ref:c,projectId:u,widgetId:o,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"refreshCookieName.attr":g,"logger.prop":e}))})),Hn=t.lazy((async()=>(await Promise.resolve().then((function(){return ch})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-audit-management-widget",Object.assign({ref:i},e)))))}))),zn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(Hn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Gn=t.lazy((async()=>(await Promise.resolve().then((function(){return qh})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-outbound-applications-widget",Object.assign({ref:i},e)))))}))),Jn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,onReady:a},d)=>{const[l,c]=t.useState(null);t.useImperativeHandle(d,(()=>l));const{projectId:u,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,refreshCookieName:g}=t.useContext(i);return t.useEffect((()=>{const e=l;return a&&(null==e||e.addEventListener("ready",a)),()=>{a&&(null==e||e.removeEventListener("ready",a))}}),[l,a]),t.createElement(t.Suspense,{fallback:null},t.createElement(Gn,{ref:c,projectId:u,widgetId:o,baseUrl:h,baseStaticUrl:f,baseCdnUrl:p,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"refreshCookieName.attr":g,"logger.prop":e}))})),Zn=t.lazy((async()=>(await Promise.resolve().then((function(){return Ff})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-role-management-widget",Object.assign({ref:i},e)))))}))),Yn=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(Zn,{ref:u,projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),Xn=t.lazy((async()=>(await Promise.resolve().then((function(){return jp})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-tenant-profile-widget",Object.assign({ref:i},e)))))}))),Qn=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,styleId:s,tenant: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(i);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(Xn,{projectId:h,widgetId:o,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,styleId:s,tenant:a,ref:u,"theme.attr":n,"debug.attr":r,"styleId.attr":s,"tenant.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),er=t.lazy((async()=>(await Promise.resolve().then((function(){return D$})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-user-management-widget",Object.assign({ref:i},e)))))}))),tr=t.forwardRef((({logger:e,tenant:n,theme:r,debug:o,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(i);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(er,{projectId:h,widgetId:s,tenant:n,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,ref:u,"theme.attr":r,"debug.attr":o,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),ir=t.lazy((async()=>(await Promise.resolve().then((function(){return oC})),{default:Tn(t.forwardRef(((e,i)=>t.createElement("descope-user-profile-widget",Object.assign({ref:i},e)))))}))),nr=t.forwardRef((({logger:e,theme:n,debug:r,widgetId:o,onLogout: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,setSession:m,setUser:y,setIsAuthenticated:b}=t.useContext(i),$=t.useCallback((e=>{s&&s(e),b(!1),m(""),y(null)}),[s,m,b,y]);return t.useEffect((()=>{if(c)return c.addEventListener("logout",$),()=>c.removeEventListener("logout",$)}),[c,$]),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(ir,{projectId:h,widgetId:o,baseUrl:f,baseStaticUrl:p,baseCdnUrl:g,styleId:a,ref:u,"theme.attr":n,"debug.attr":r,"styleId.attr":a,"refreshCookieName.attr":v,"logger.prop":e}))})),rr="undefined"!=typeof localStorage,or="J151000",sr="E103205",ar=rr&&localStorage.getItem("base.content.url")||"",dr="base.ui.components.url";rr&&localStorage.getItem(dr),rr&&localStorage.getItem(dr);const lr="descope-login-flow",cr="code",ur="redirect_mode",hr="err",fr="data-exclude-field",pr="data-exclude-next",gr="dls_last_auth",vr="state_id",mr="saml_idp_state_id",yr="wsfed_idp_state_id",br="saml_idp_username",$r="descope_idp_initiated",wr="sso_app_id",Cr="custom_app_id",kr="third_party_app_id",Sr="third_party_app_state_id",Ir="oidc_login_hint",Rr="oidc_prompt",xr="oidc_resource",Or="oidc_error_redirect_uri",Er="application_scopes",Ar="data-type",Nr="redirect",jr="poll",Mr="webauthnCreate",Pr="webauthnGet",Ur="nativeBridge",Tr="loadForm",Wr="submit",Lr="polling",Dr=["descope-multi-select-combo-box","descope-text-area"],_r="dls_last_auth_in_flight",Fr=["cssVars","componentsConfig","inputs","errorText","errorType","clientScripts"];var qr;!function(e){e.backward="backward",e.forward="forward"}(qr||(qr={}));const Br=["descope-enriched-text"];function Vr(e){return new URLSearchParams(window.location.search).get(e)}function Kr(e){if(window.history.replaceState&&Vr(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}function Hr(e,t){if(!t)return;const i=+e,n=+t;return Number.isNaN(i)||Number.isNaN(n)?void 0:i>n?qr.forward:i<n?qr.backward:void 0}const zr=e=>{let[t="",i=""]=(Vr(lr)||"").split("_");const n=(e=>{var t;return(null===(t=/(.*)\|#\|.*/.exec(e))||void 0===t?void 0:t[1])||""})(t);return(!e||n&&n!==e)&&(t="",i=""),{executionId:t,stepId:i,executionFlowId:n}};function Gr(){Kr(lr)}const Jr=e=>e.replace(/-./g,(e=>e[1].toUpperCase())),Zr=(e,t)=>{const{executionId:i,stepId:n,executionFlowId:r}=zr(e);if(r&&e!==r)return t.debug("Flow id does not match the execution flow id, skipping url params handling"),{ssoQueryParams:{}};(i||n)&&Gr();const o=Vr("t")||void 0;o&&Kr("t");const s=Vr(cr)||void 0;s&&Kr(cr);const a="popup"===Vr(ur);a&&Kr(ur);const d=Vr(hr)||void 0;d&&Kr(hr);const{redirectAuthCodeChallenge:l,redirectAuthCallbackUrl:c,redirectAuthBackupCallbackUri:u,redirectAuthInitiator:h}={redirectAuthCodeChallenge:Vr("ra-challenge"),redirectAuthCallbackUrl:Vr("ra-callback"),redirectAuthBackupCallbackUri:Vr("ra-backup-callback"),redirectAuthInitiator:Vr("ra-initiator")},f=Vr(vr);f&&Kr(vr);const p=Vr(mr);p&&Kr(mr);const g=Vr(yr);g&&Kr(yr);const v=Vr(br);p&&Kr(br);const m=Vr($r);m&&Kr($r);const y=Vr(wr);y&&Kr(wr);const b=Vr(Cr);b&&Kr(Cr);const $=Vr(kr);$&&Kr(kr);const w=Vr(Sr);w&&Kr(Sr);const C=Vr(Er);C&&Kr(Er);const k=Vr(Ir);k&&Kr(Ir);const S=Vr(Rr);S&&Kr(Rr);const I=Vr(Or);I&&Kr(Or);const R=Vr(xr);return R&&Kr(xr),{executionId:i,stepId:n,token:o,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:k,oidcPrompt:S,oidcErrorRedirectUri:I,oidcResource:R,thirdPartyAppId:$,thirdPartyAppStateId:w,applicationScopes:C}}},Yr=e=>{let t,i;return Object.assign(((...n)=>{return t&&(o=n,(r=t).length===o.length&&r.every(((e,t)=>e===o[t])))||(t=n,i=e(...n)),i;var r,o}),{reset:()=>{t=void 0,i=void 0}})},Xr=(e,t,i)=>{if(!0===t||"skipFirstScreen"===t&&!i){const t=e.querySelector('*[name]:not([auto-focus="false"]):not([aria-hidden="true"])');setTimeout((()=>{null==t||t.focus()}))}};function Qr(e,t,i){return new Promise(((n,r)=>{let o=!1;const s=setTimeout((()=>{o=!0,void 0!==i?n(i):r(new Error(`Promise timed out after ${e} ms`))}),e);t.then((e=>{o||(clearTimeout(s),n(e))})).catch((e=>{o||(clearTimeout(s),r(e))}))}))}const eo=(e,{oidcIdpStateId:t,samlIdpStateId:i,wsfedIdpStateId:n,samlIdpUsername:r,ssoAppId:o,customAppId:s,oidcLoginHint:a,oidcPrompt:d,oidcErrorRedirectUri:l,oidcResource:c,thirdPartyAppId:u,thirdPartyAppStateId:h,applicationScopes:f})=>!(!e||t||i||n||r||o||s||a||d||l||c||u||h||f),to=e=>null==e?void 0:e.submit(),io=(e,t)=>{const i=t.find((t=>e[t]));return i?e[i]:null},no=(e,t=100)=>{let i;return function(...n){i||e.apply(this,n),clearTimeout(i),i=setTimeout((()=>{i=null}),t)}};function ro(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 oo=e=>{const t=Object.assign({},e);return e.inboundAppApproveScopes&&(t.thirdPartyAppApproveScopes=e.inboundAppApproveScopes),t};function so(e,t){return`sdkScriptsResults.${t?`${e}_${t}`:e}`}var ao,lo,co,uo;function ho(e,t){const i=Object.getOwnPropertyNames(e),n=Object.getOwnPropertyNames(t);if(i.length!==n.length)return!1;for(let n=0;n<i.length;n+=1){const r=i[n],o=e[r],s=t[r];if(null===o||null===s){if(o!==s)return!1}else if("object"==typeof o&&"object"==typeof s){if(!ho(o,s))return!1}else if(o!==s)return!1}return!0}let fo=class{constructor(e={},{forceUpdate:t=!1}={}){ao.set(this,void 0),lo.set(this,{}),co.set(this,0),uo.set(this,!0),this.update=e=>{const t="function"==typeof e?e(u(this,ao,"f")):e,i=Object.assign(Object.assign({},u(this,ao,"f")),t),n=u(this,ao,"f");h(this,ao,i,"f"),Object.freeze(u(this,ao,"f")),setTimeout((()=>{Object.values(u(this,lo,"f")).forEach((({cb:e,selector:t,forceUpdate:r})=>{const o=t(n),s=t(i);(u(this,uo,"f")||r||(function(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}(s)?!ho(o,s):o!==s))&&e(s,o,((e,t)=>i=>e[i]!==t[i])(s,o))}))}),0)},h(this,ao,e,"f"),h(this,uo,t,"f")}get current(){return Object.assign({},u(this,ao,"f"))}set forceUpdate(e){h(this,uo,e,"f")}subscribe(e,t=e=>e,{forceUpdate:i=!1}={}){return h(this,co,u(this,co,"f")+1,"f"),u(this,lo,"f")[u(this,co,"f")]={cb:e,selector:t,forceUpdate:i},u(this,co,"f").toString()}unsubscribe(e){const t=!!u(this,lo,"f")[e];return t&&delete u(this,lo,"f")[e],t}unsubscribeAll(){return h(this,lo,{},"f"),!0}};ao=new WeakMap,lo=new WeakMap,co=new WeakMap,uo=new WeakMap;const po=["*","#","/","(",")","[","]","_","<",">","`"],go=e=>"string"!=typeof e?e:e.replace((e=>{const t=po.map((t=>`${e}${t}`)).join("|");return new RegExp(`(${t})`,"g")})("\\"),"\\$1"),vo=["disabled"],mo=(e,t)=>{Object.entries(t||{}).forEach((([t,i])=>{Array.from(e.querySelectorAll(`*[name="${t}"]:not([${fr}])`)).forEach((e=>{e.value=i}))}))},yo=(e,t)=>t.split(".").reduce(((e,t)=>(null==e?void 0:e[t])||""),e),bo=(e,t,i)=>e.replace(/{{(.+?)}}/g,((e,n)=>i?go(yo(t,n)):yo(t,n))),$o=(e,t,i)=>{e.querySelectorAll(`[${Ar}="${t}"]`).forEach((e=>{e.setAttribute("href",i)}))},wo=(e,t,i)=>{var n,r;const o=null===(n=customElements.get(t))||void 0===n?void 0:n.cssVarList.url;i&&o&&(null===(r=null==e?void 0:e.style)||void 0===r||r.setProperty(o,`url(data:image/jpg;base64,${i})`))},Co=(e,t,i,n)=>{var r,o;$o(e,"totp-link",null===(r=null==t?void 0:t.totp)||void 0===r?void 0:r.provisionUrl),$o(e,"notp-link",null===(o=null==t?void 0:t.notp)||void 0===o?void 0:o.redirectUrl),((e,t)=>{e.querySelectorAll("descope-text,descope-link,descope-enriched-text,descope-code-snippet").forEach((e=>{const i=(e=>Br.includes(e))(e.localName);e.textContent=bo(e.textContent,t,i);const n=e.getAttribute("href");n&&e.setAttribute("href",bo(n,t))}))})(e,t),((e,t,i)=>{if(!t)return;const{componentsDynamicAttrs:n}=t,r=l(t,["componentsDynamicAttrs"]),o=Object.keys(r).reduce(((e,t)=>(e[`[name=${t}]`]=r[t],e)),{});n&&Object.keys(n).forEach((e=>{const t=n[e];if(t){const{attributes:i}=t;i&&Object.keys(i).length&&(o[e]=i)}})),Object.keys(o).forEach((t=>{e.querySelectorAll(t).forEach((e=>{const n=o[t];Object.keys(n).forEach((t=>{let r=n[t];if("string"!=typeof r)try{r=JSON.stringify(r)}catch(e){i.error(`Could not stringify value "${r}" for "${t}"`,e.message),r=""}e.setAttribute(t,r)}))}))}))})(e,null==t?void 0:t.componentsConfig,n),((e,t)=>{e.querySelectorAll("[data-has-dynamic-attr-values]").forEach((e=>{Array.from(e.attributes).forEach((e=>{e.value=bo(e.value,t)}))}))})(e,t),((e,t)=>{Object.entries(t).forEach((([t,i])=>{e.querySelectorAll(`[name="${t}"]`).forEach((e=>{Object.entries(i).forEach((([t,i])=>{vo.includes(t)&&e.setAttribute(t,i)}))}))}))})(e,i),((e,t={},i)=>{Object.entries(t).forEach((([t,n])=>{e.querySelectorAll(`[id="${CSS.escape(t)}"]`).forEach((e=>{switch(n){case"disable":e.setAttribute("disabled","true");break;case"hide":e.classList.add("hidden");break;case"read-only":e.setAttribute("readonly","true");break;default:null==i||i.error(`Unknown component state "${n}" for component with id "${t}"`,'Valid states are "disable", "hide", and "read-only"')}}))}))})(e,null==t?void 0:t.componentsState,n)},ko=Yr((()=>c(void 0,void 0,void 0,(function*(){var e,t;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return!1;try{const i=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)))),n=(()=>{var e;const t=null===(e=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===e?void 0:e.brands,i=null==t?void 0:t.find((({brand:e,version:t})=>"Chromium"===e&&parseFloat(t)));return i?i.version:0})()>=108;return yield Qr(100,i,n)}catch(e){return console.error("Conditional login check failed",e),!1}}))));let So;const Io=(e,t)=>{So?So.setItem(e,t):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.setItem(e,t)},Ro=e=>So?So.getItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)?window.localStorage.getItem(e):null,xo="dls_ab_testing_id",Oo={"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[i,n]=t?t.split(",").map(Number):[void 0,void 0];return(e.abTestingKey||0)>=(null!=i?i:0)&&(e.abTestingKey||0)<=(null!=n?n:0)},"not-in-range":(e,t)=>{const[i,n]=t?t.split(",").map(Number):[void 0,void 0];return!(void 0!==i&&void 0!==n&&!Number.isNaN(i)&&!Number.isNaN(n))||(e.abTestingKey||0)<i||(e.abTestingKey||0)>n},"devised-by":(e,t)=>{const i=Number(t);return!Number.isNaN(i)&&(e.abTestingKey||0)%i==0}}};function Eo(e,t){const i={};try{Object.assign(i,JSON.parse(Ro(gr)))}catch(e){null==t||t.warn("[Descope] Failed to read last auth from storage",String(e))}return i.loginId||e?i:{}}function Ao(e,t){(null==e?void 0:e.authMethod)&&(t&&!e.loginId||Io(gr,JSON.stringify(e)))}function No(){try{return JSON.parse(Ro(_r)||"{}")}catch(e){return{}}}function jo(e){try{(e=>{So?So.removeItem(e):void 0!==(null===window||void 0===window?void 0:window.localStorage)&&window.localStorage.removeItem(e)})(_r)}catch(t){null==e||e.warn("[Descope] Failed to clear in-flight last auth storage",String(t))}}const Mo=["error","warn","info","debug"],Po={error:console.error.bind(console,"[Descope]"),warn:console.warn.bind(console,"[Descope]"),info:console.info.bind(console,"[Descope]"),debug:console.debug.bind(console,"[Descope]")},Uo=Rn((e=>{var t,i,n,r;return r=class extends e{constructor(){super(...arguments),t.add(this),i.set(this,u(this,t,"m",n).call(this,Po))}set logger(e){h(this,i,u(this,t,"m",n).call(this,e||Po),"f")}get logger(){return u(this,i,"f")}onLogEvent(e,t){}},i=new WeakMap,t=new WeakSet,n=function(e){return Mo.reduce(((t,i)=>(t[i]=(...t)=>{var n;this.onLogEvent(i,t),null===(n=e[i])||void 0===n||n.call(e,...t)},t)),{})},r})),To="undefined"!=typeof localStorage,Wo="https://static.descope.com/pages",Lo="https://static2.descope.com/pages",Do=To&&localStorage.getItem("base.content.url")||"",_o=(e,t)=>!t&&`${e} cannot be empty, please make sure to set this attribute`,Fo=Rn((e=>{var t,i;return i=class extends e{constructor(){super(...arguments),t.set(this,!0)}connectedCallback(){var e,i;null===(e=super.connectedCallback)||void 0===e||e.call(this),(null===(i=this.shadowRoot)||void 0===i?void 0:i.isConnected)&&u(this,t,"f")&&(h(this,t,!1,"f"),this.init())}async init(){}},t=new WeakMap,i})),qo=Rn((e=>{var t,i;const n=bn(Uo,Fo)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,{})}async init(){var e,i,n;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),i=this,n=e=>{var i;null===(i=u(this,t,"f")[e])||void 0===i||i.forEach((t=>{t(e,this.getAttribute(e))}))},Array.from(i.attributes).forEach((e=>n(e.name))),new MutationObserver((e=>{e.forEach((e=>{"attributes"===e.type&&n(e.attributeName)}))})).observe(i,{attributes:!0})}observeAttribute(e,i){u(this,t,"f")[e]||(u(this,t,"f")[e]=[]);const n=u(this,t,"f")[e].push(i);return()=>u(this,t,"f")[e].splice(n,1)}observeAttributes(e,t){const i=e.reduce(((e,i)=>(e.push(this.observeAttribute(i,t)),e)),[]);return()=>i.forEach((e=>e()))}},t=new WeakMap,i})),Bo=e=>t=>{var i,n,r;const o=bn(Uo,Fo,qo)(t),s=Object.keys(e);return r=class extends o{constructor(...e){super(...e),i.add(this),this.observeAttributes(s,u(this,i,"m",n).bind(this))}async init(){var e;s.forEach((e=>u(this,i,"m",n).call(this,e,this.getAttribute(e)))),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},i=new WeakSet,n=function(t,i){const n=e[t],r="function"==typeof n?n(t,i):n;r&&this.logger.error(r)},r};Bo.missingAttrValidator=_o;const Vo=Rn((e=>{const t=bn(Bo({"project-id":_o}))(e);return class extends t{get projectId(){return this.getAttribute("project-id")}}})),Ko=Rn((e=>class extends e{get baseUrl(){return this.getAttribute("base-url")||""}})),Ho="Trying the next fallback URL...",zo=async(e,t,{logger:i}={})=>{try{return await fetch(e,t)}catch(n){return null==i||i.debug(`Network error fetching URL ${e} [${n.message}], retrying...`),fetch(e,t)}};const Go=Rn((e=>{var t,i,n,r,o,s,a;const d=bn(Uo,Vo,Ko)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,new Set)}async fetchStaticResource(e,i){const s=u(this,t,"m",o).call(this,e),a=Array.isArray(s)?e=>{const{baseUrl:t}=s[e];h(this,n,t,"f");for(let t=0;t<e;t++){const e=s[t].baseUrl;u(this,r,"f").add(e)}}:null;try{const e=await(async(e,t,{logger:i,onSuccess:n}={})=>{const r=Array.isArray(e)?e:[e];for(let e=0;e<r.length;e++){const o=r[e],s=e===r.length-1;try{const r=await zo(o.toString(),t,{logger:i});if(r.ok)return null==n||n(e),null==i||i.debug(`Successfully fetched URL ${o}`),r;const a=`Error fetching URL ${o} [${r.status}]`;if(s)throw new Error(a);null==i||i.debug(`${a}. ${Ho}`)}catch(e){const t=`Error fetching URL ${o} [${e.message}]`;if(s)throw new Error(t);null==i||i.debug(`${t}. ${Ho}`)}}})(s,{cache:"default"},{logger:this.logger,onSuccess:a});return{body:await e[i](),headers:Object.fromEntries(e.headers.entries())}}catch(e){this.logger.error(e.message)}}get baseStaticUrl(){return this.getAttribute("base-static-url")||""}},i=new WeakMap,n=new WeakMap,r=new WeakMap,t=new WeakSet,o=function(e){const o=Do||this.baseStaticUrl;if(o)return u(this,t,"m",s).call(this,e,o);u(this,i,"f")!==this.baseUrl&&(h(this,i,this.baseUrl,"f"),h(this,n,void 0,"f"),u(this,r,"f").clear());const a=[];if(u(this,n,"f"))a.push(u(this,t,"m",s).call(this,e,u(this,n,"f"))),u(this,n,"f")===Wo&&a.push(u(this,t,"m",s).call(this,e,Lo));else{const i=this.baseUrl+"/pages";this.baseUrl&&!u(this,r,"f").has(i)&&a.push(u(this,t,"m",s).call(this,e,i)),u(this,r,"f").has(Wo)||a.push(u(this,t,"m",s).call(this,e,Wo)),a.push(u(this,t,"m",s).call(this,e,Lo))}return 1===a.length?a[0]:a},s=function(e,t){return function({projectId:e,filename:t,assetsFolder:i="v2-beta",baseUrl:n=Wo}){const r=new URL(n);return r.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(r.pathname,e,i,t),r.baseUrl=n,r}({projectId:this.projectId,filename:e,baseUrl:t})},a})),Jo=Rn((e=>{var t,i;const n=bn(Bo({"project-id":_o}))(e);return i=class extends n{constructor(){super(...arguments),t.set(this,new Map)}onReset(e,i){if(u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} already exists`);return u(this,t,"f").set(e,i),()=>{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 i;if(!u(this,t,"f").has(e))throw new Error(`Callback for sectionId ${e} does not exist`);return null===(i=u(this,t,"f").get(e))||void 0===i?void 0:i()})))}},t=new WeakMap,i})),Zo=Rn((e=>{var t,i,n,r,o;const s=bn(Go,Jo,Fo)(e);return o=class extends s{constructor(){super(...arguments),t.add(this),n.set(this,void 0),r.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",i).bind(this))}get config(){return u(this,n,"f")||h(this,n,u(this,r,"f").call(this),"f"),u(this,n,"f")}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){h(this,n,void 0,"f")},o})),Yo=["https://descopecdn.com","https://static.descope.com","https://cdn.jsdelivr.net"],Xo=e=>{let t=0;const i=e.toString();for(let e=0;e<i.length;e++){t=(t<<5)-t+i.charCodeAt(e),t|=0}return`${Math.abs(t).toString()}`},Qo=(e,t,i)=>new Promise(((n,r)=>{const o=((e,t)=>{const i=document.createElement("script");return i.id=e,t&&(i.integrity=t,i.crossOrigin="anonymous"),window.DESCOPE_NONCE&&i.setAttribute("nonce",window.DESCOPE_NONCE),i})(e,i);o.onerror=e=>{o.setAttribute("status","error"),r(e)},o.onload=()=>{o.setAttribute("status","loaded"),n(o)},o.src=t.toString(),document.body.appendChild(o)})),es=(e,t)=>{if(t){const i=e.integrity;if(i!==t)return Promise.reject(new Error(`Integrity mismatch: expected ${t}, found ${i}`))}return"loaded"===e.getAttribute("status")?Promise.resolve(e):(e=>"error"===e.getAttribute("status"))(e)?Promise.reject():new Promise(((t,i)=>{e.addEventListener("load",(()=>{t(e)})),e.addEventListener("error",(e=>{i(e)}))}))},ts=Rn((e=>{const t=bn(Uo)(e);return class extends t{get baseCdnUrl(){return this.getAttribute("base-cdn-url")||""}injectNpmLib(e,t,i="",n=[],r){return this.logger.debug(`Injecting npm lib: "${e}" with version: "${t}"${r?" with SRI integrity check":""}`),(async(e,t)=>{for(const n of e){const{id:e,url:r,integrity:o}=n,s=(i=e,document.querySelector(`script#${i}`));if(s)try{return await es(s,o),n}catch(e){t(n,!0)}else try{return await Qo(e,r,o),n}catch(e){t(n,!1)}}var i;throw new Error("All scripts failed to load")})(((e,t,i,n="",r)=>e.reduce(((e,o)=>{const s=o;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}@${i}/${n}`);const d={url:a,id:`npmlib-${t.replaceAll("@","").replaceAll("/","_")}-${Xo(a)}`};return r&&(d.integrity=r),[...e,d]}),[]))([...n,this.baseCdnUrl,...Yo],e,t,i,r),((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}"`)}))}}})),is="base.ui.components.url",ns=To&&localStorage.getItem(is),rs=Rn((e=>{var t,i,n,r,o,s,a;const d=bn(Uo,Zo,ts)(e);return a=class extends d{constructor(){super(...arguments),t.add(this),r.set(this,void 0)}get descopeUi(){return u(this,r,"f")||h(this,r,u(this,t,"m",s).call(this),"f"),u(this,r,"f")}async loadDescopeUiComponents(e){const i=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(i.map((e=>u(this,t,"m",o).call(this,e))))}},r=new WeakMap,t=new WeakSet,i=async function(){var e;const t=await this.config,i=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersion;return i?this.logger.debug(`Got component version "${i}"`):this.logger.error("Could not get components version"),i},n=async function(){var e;const t=await this.config,i=null===(e=null==t?void 0:t.projectConfig)||void 0===e?void 0:e.componentsVersionSri;return i&&this.logger.debug("SRI hash available for components"),i},o=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",i).call(this),r=await u(this,t,"m",n).call(this);return await this.injectNpmLib("@descope/web-components-ui",e,"dist/umd/index.js",[ns],r),this.logger.debug("DescopeUI was loaded"),globalThis.DescopeUI}catch(e){throw this.logger.error(e),new Error("DescopeUI was not loaded")}},a})),os=Rn((e=>{var t,i,n;const r=bn(Fo,qo)(e);return n=class extends r{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",i).bind(this)),u(this,t,"m",i).call(this)}},t=new WeakSet,i=function(){this.nonce&&(window.DESCOPE_NONCE=this.nonce)},n}));class ss{constructor(e,t,{prepend:i=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.setAttribute("nonce",t),this.ref=e,this.ref&&(i?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 as=Rn((e=>{const t=bn(os)(e);return class extends t{injectStyle(e,{prepend:t=!1}={}){let i;try{i=new CSSStyleSheet}catch(e){i=new ss(this.shadowRoot,this.nonce,{prepend:t})}if(e&&i.replaceSync(e),i instanceof CSSStyleSheet){const e=this.shadowRoot;if(e&&"adoptedStyleSheets"in e){const n=[...e.adoptedStyleSheets||[]];n[t?"unshift":"push"](i),e.adoptedStyleSheets=n}}return i}}})),ds="content-root",ls="root",cs=Rn((e=>{const t=bn(as)(e);return class extends t{constructor(...e){var t,i;super(...e),this.attachShadow({mode:"open"}).innerHTML=`\n <div id="${ls}">\n <div id="${ds}"></div>\n </div>\n `,this.injectStyle(`\n #${ls}, #${ds} {\n height: 100%;\n }\n #${ls} {\n position: relative;\n height: fit-content;\n }\n `),this.contentRootElement=null===(t=this.shadowRoot)||void 0===t?void 0:t.getElementById(ds),this.rootElement=null===(i=this.shadowRoot)||void 0===i?void 0:i.getElementById(ls)}}})),us="theme",hs=(e,t,i="")=>Object.entries(e).reduce(((e,[n,r])=>{if(!/^[a-zA-Z0-9-]+$/.test(n))return t("Ignoring invalid override-css token path segment"),e;const o=i?`${i}-${n}`:n;if("object"==typeof r&&null!==r)return e+hs(r,t,o);const s=(e=>"number"==typeof e?Number.isFinite(e)?String(e):null:"string"!=typeof e||/[;{}]/.test(e)?null:e.trim())(r);return null===s?(t("Ignoring invalid override-css token value"),e):`${e}--descope-${o}:${s};`}),""),fs=(e,t)=>!!t&&"light"!==t&&"dark"!==t&&'Supported theme values are "light", "dark", or leave empty for using the OS theme',ps=Rn((e=>{var t,i,n,r,o,s,a,d,l,c,f,p,g,v,m,y,b;const $=bn(Bo({theme:fs}),Go,Fo,rs,Zo,cs,qo,as)(e);return b=class extends ${constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),o.set(this,void 0),v.set(this,(()=>{u(this,t,"m",m).call(this),u(this,y,"f").call(this,"os"===this.getAttribute("theme"))})),y.set(this,(e=>{var i,n,r;const o=e?"addEventListener":"removeEventListener";null===(r=null===(n=null===(i=window.matchMedia)||void 0===i?void 0:i.call(window,"(prefers-color-scheme: dark)"))||void 0===n?void 0:n[o])||void 0===r||r.call(n,"change",(()=>u(this,t,"m",m).call(this)))}))}get theme(){var e,t;const i=this.getAttribute("theme");if("os"===i){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 i||"light"}get styleId(){return this.getAttribute("style-id")||us}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,v,"f").call(this),await Promise.all([u(this,t,"m",d).call(this),u(this,t,"m",c).call(this)]),await u(this,t,"m",l).call(this),this.observeAttributes(["theme"],u(this,v,"f")),this.observeAttributes(["theme-override"],(()=>u(this,t,"m",l).call(this))),this.observeAttributes(["style-id"],(()=>{h(this,o,null,"f"),u(this,t,"m",p).call(this),u(this,t,"m",d).call(this),u(this,t,"m",c).call(this)}))}},i=new WeakMap,n=new WeakMap,o=new WeakMap,v=new WeakMap,y=new WeakMap,t=new WeakSet,r=function(){const e=this.themeOverride;return e?["light","dark"].map((t=>{var i,n,r,o,s,a;const d=null===(r=null===(n=null===(i=e[t])||void 0===i?void 0:i.globals)||void 0===n?void 0:n.colors)||void 0===r?void 0:r.primary,l=null===(a=null===(s=null===(o=e[t])||void 0===o?void 0:o.globals)||void 0===s?void 0:s.colors)||void 0===a?void 0:a.secondary;return d||l?`[data-theme="${t}"]{${hs({colors:{primary:d,secondary:l}},(e=>this.logger.error(e)))}}`:""})).join(""):""},s=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(is)))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(is),t=null==e?void 0:e.replace(/[^\/]+$/,"DescopeDev.js");console.warn("Trying to load DescopeDev.js from",t);const i=document.createElement("script");if(i.src=t,document.body.appendChild(i),await new Promise(((e,t)=>{i.onload=e,i.onerror=t})),globalThis.DescopeDev){const{themeToStyle:e,defaultTheme:t,darkTheme:i}=globalThis.DescopeDev;return{light:e(t),dark:e(i)}}})();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")}},a=function(){return u(this,o,"f")||(h(this,o,u(this,t,"m",s).call(this),"f"),u(this,o,"f").then((e=>this.logger.debug("Fetched theme",e)))),u(this,o,"f")},d=async function(){var e,n;const r=await u(this,t,"a",a);r&&(u(this,i,"f")||h(this,i,this.injectStyle(""),"f"),u(this,i,"f").replaceSync(((null===(e=null==r?void 0:r.light)||void 0===e?void 0:e.globals)||"")+((null===(n=null==r?void 0:r.dark)||void 0===n?void 0:n.globals)||"")))},l=async function(){var e;this.themeOverride?(u(this,n,"f")||h(this,n,this.injectStyle(""),"f"),u(this,n,"f").replaceSync(u(this,t,"m",r).call(this))):null===(e=u(this,n,"f"))||void 0===e||e.replaceSync("")},c=async function(){var e,i;const n=await u(this,t,"a",a);if(!n)return;const r=await this.descopeUi;(null==r?void 0:r.componentsThemeManager)&&(r.componentsThemeManager.themes={light:null===(e=null==n?void 0:n.light)||void 0===e?void 0:e.components,dark:null===(i=null==n?void 0:n.dark)||void 0===i?void 0:i.components})},f=async function(){var e,t;const{projectConfig:i}=await this.config||{},n=null===(e=null==i?void 0:i.styles)||void 0===e?void 0:e[this.styleId],r=null==i?void 0:i.cssTemplate,o=n||r;return null===(t=null==o?void 0:o[this.theme])||void 0===t?void 0:t.fonts},p=async function(){const e=await u(this,t,"m",f).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")},g=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)},m=function(){u(this,t,"m",p).call(this),u(this,t,"m",g).call(this)},b})),gs=(e,t="")=>Object.keys(e).reduce(((i,n)=>{var r;if(Array.isArray(e[n]))return Object.assign(Object.assign({},i),{[n]:{value:e[n].map((e=>"object"==typeof e&&null!==e?gs(e):e))}});if("object"==typeof e[n]&&null!==e[n]&&!(null===(r=e[n])||void 0===r?void 0:r.value))return Object.assign(Object.assign({},i),gs(e[n],`${t+n}.`));const o="object"==typeof e[n]?e[n]:{value:e[n]},s=Object.assign(Object.assign({},i),{[t+n]:o,[`form.${t}${n}`]:o});return"displayName"===n?Object.assign(Object.assign({},s),{[`${t}fullName`]:o,[`form.${t}fullName`]:o}):s}),[]),vs=Rn((e=>{var t,i,n,r;return r=class extends e{constructor(){super(...arguments),t.add(this)}connectedCallback(){var e;u(this,t,"m",i).call(this)&&u(this,t,"m",n).call(this),null===(e=super.connectedCallback)||void 0===e||e.call(this)}},t=new WeakSet,i=function(){return!this.shadowRoot.host.closest("form")&&/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)},n=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)},r}));var ms,ys,bs,$s,ws,Cs,ks,Ss,Is,Rs,xs,Os,Es,As,Ns,js,Ms,Ps,Us,Ts,Ws,Ls;const Ds=bn(ps,Go,vs,as)(HTMLElement);let _s=class extends Ds{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(),ms.add(this),bs.set(this,!1),$s.set(this,void 0),this.flowStatus="initial",this.loggerWrapper={error:(e,t="")=>{this.logger.error(e,t,new Error),u(this,ms,"m",Ls).call(this,e,t)},warn:(e,t="")=>{this.logger.warn(e,t)},info:(e,t="",i={})=>{this.logger.info(e,t,i)},debug:(e,t="")=>{this.logger.debug(e,t)}},ws.set(this,new fo),Cs.set(this,new fo),ks.set(this,{}),this.getComponentsContext=()=>u(this,ks,"f"),this.nextRequestStatus=new fo({isLoading:!1}),Ss.set(this,void 0),Is.set(this,{popstate:u(this,ms,"m",As).bind(this),componentsContext:u(this,ms,"m",Us).bind(this)}),Rs.set(this,void 0),this.getConfig=()=>c(this,void 0,void 0,(function*(){return(yield this.config)||{isMissingConfig:!0}})),h(this,Rs,e,"f"),u(this,ms,"m",Os).call(this)}get flowId(){return this.getAttribute("flow-id")}get client(){try{return JSON.parse(this.getAttribute("client"))||{}}catch(e){return{}}}get tenantId(){return this.getAttribute("tenant")||void 0}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 gs(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,i])=>[e,i[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,$s,"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,$s,e,"f"),(e=>{So=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 i=yield this.getProjectConfig(),n=(null===(e=null==i?void 0:i.flows)||void 0===e?void 0:e[this.flowId])||{};return null!==(t=n.version)&&void 0!==t||(n.version=0),n}))}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,i,n;const r=!!(null===(t=this.shadowRoot.activeElement)||void 0===t?void 0:t.getAttribute("href")),o=Dr.includes(null!==(n=null===(i=this.shadowRoot.activeElement)||void 0===i?void 0:i.localName)&&void 0!==n?n:"");if("Enter"!==e.key||r||o)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,Cs,"f").subscribe(u(this,ms,"m",Ws).bind(this)),u(this,Cs,"f").update({isDebug:this.debug}),u(this,ms,"m",Es).call(this),yield u(this,ms,"m",Ms).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 i=yield this.getConfig();if("isMissingConfig"in i&&i.isMissingConfig)return void this.loggerWrapper.error("Cannot get config file","Make sure that your projectId & flowId are correct");const{executionId:n,stepId:r,token:o,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p,ssoQueryParams:g}=Zr(this.flowId,this.loggerWrapper);window.addEventListener("popstate",u(this,Is,"f").popstate),window.addEventListener("components-context",u(this,Is,"f").componentsContext),u(this,ws,"f").subscribe(u(this,ms,"m",js).bind(this)),u(this,ws,"f").update(Object.assign({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenantId,redirectUrl:this.redirectUrl,locale:this.locale,stepId:r,executionId:n,token:o,code:s,isPopup:a,exchangeError:d,redirectAuthCallbackUrl:l,redirectAuthBackupCallbackUri:c,redirectAuthCodeChallenge:f,redirectAuthInitiator:p},g)),h(this,bs,!0,"f")}))}disconnectedCallback(){u(this,ws,"f").unsubscribeAll(),u(this,Cs,"f").unsubscribeAll(),u(this,ms,"m",Ts).call(this),window.removeEventListener("popstate",u(this,Is,"f").popstate),window.removeEventListener("components-context",u(this,Is,"f").componentsContext)}attributeChangedCallback(e,t,i){if(this.shadowRoot.isConnected&&u(this,bs,"f")&&t!==i&&ys.observedAttributes.includes(e)){u(this,ms,"m",Es).call(this);const n=null===t;u(this,ws,"f").update((({stepId:t,executionId:r})=>{let o=t,s=r;return n||(s=null,o=null,Gr()),{[Jr(e)]:i,stepId:o,executionId:s}})),u(this,Cs,"f").update({isDebug:this.debug})}}};var Fs,qs,Bs,Vs,Ks,Hs,zs,Gs,Js,Zs,Ys,Xs,Qs,ea,ta,ia,na,ra,oa,sa,aa,da,la,ca,ua,ha,fa,pa,ga,va,ma,ya,ba,$a,wa,Ca,ka,Sa,Ia,Ra;ys=_s,bs=new WeakMap,$s=new WeakMap,ws=new WeakMap,Cs=new WeakMap,ks=new WeakMap,Ss=new WeakMap,Is=new WeakMap,Rs=new WeakMap,ms=new WeakSet,xs=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 ")},Os=function(){u(this,ms,"m",xs).call(this),this.slotElement=document.createElement("slot"),this.slotElement.classList.add("hidden"),this.rootElement.appendChild(this.slotElement)},Es=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"];ys.observedAttributes.forEach((t=>{if(!e.includes(t)&&!this[Jr(t)])throw Error(`${t} cannot be empty`)}))},As=function(){const{stepId:e,executionId:t}=zr(this.flowId);u(this,ws,"f").update({stepId:e,executionId:t})},Ns=function(e,t){cn&&"function"==typeof cn||this.logger.error("SDK was not loaded properly",cn,JSON.stringify(cn));const i=Object.assign(Object.assign({persistTokens:!0,preview:this.preview,storagePrefix:this.storagePrefix,storeLastAuthenticatedUser:this.storeLastAuthenticatedUser,keepLastAuthenticatedUserAfterLogout:this.keepLastAuthenticatedUserAfterLogout,refreshCookieName:this.refreshCookieName},ys.sdkConfigOverrides),{projectId:e,baseUrl:t});u(this,$s,"f")&&(i.customStorage=u(this,$s,"f")),this.sdk=cn(i),["start","next"].forEach((e=>{const t=function(e,t,i){return(...n)=>c(this,void 0,void 0,(function*(){let r;const o=i+1;for(let s=0;s<o;s++)try{return yield e(...n)}catch(e){r=e,s<i&&(yield new Promise((e=>{setTimeout(e,t*Math.pow(2,s+1))})))}throw r}))}(this.sdk.flow[e],1e3,3);this.sdk.flow[e]=(...i)=>c(this,void 0,void 0,(function*(){try{return yield t(...i)}catch(t){return this.logger.error(`Error in sdk flow ${e} function`,t),{error:{errorCode:or,errorDescription:t.toString()}}}}))}))},js=function(e,t,i){return c(this,void 0,void 0,(function*(){const{projectId:t,baseUrl:n}=e;if(i("projectId")||i("baseUrl")){if(!t)return;u(this,ms,"m",Ns).call(this,t,n)}u(this,Rs,"f").call(this,e)}))},Ms=function(){return c(this,void 0,void 0,(function*(){const e=yield this.getConfig();return"isMissingConfig"in e&&e.isMissingConfig&&(yield u(this,ms,"m",Ps).call(this))}))},Ps=function(){return c(this,void 0,void 0,(function*(){const e=function({projectId:e,filename:t,assetsFolder:i="v2-beta",baseUrl:n}){const r=new URL(ar||n||"https://static.descope.com/pages");return r.pathname=((...e)=>e.join("/").replace(/\/+/g,"/"))(r.pathname,e,i,t),r.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 i=yield fetch(e,{cache:"default"});if(!i.ok)throw Error(`Error fetching URL ${e} [${i.status}]`);return{body:yield i[t](),headers:Object.fromEntries(i.headers.entries())}}))}(e,"json"),!0}catch(e){return!1}}))},Us=function(e){h(this,ks,Object.assign(Object.assign({},u(this,ks,"f")),e.detail),"f")},Ts=function(){var e;null===(e=u(this,Ss,"f"))||void 0===e||e.remove(),h(this,Ss,null,"f")},Ws=function(e){return c(this,arguments,void 0,(function*({isDebug:e}){e?(h(this,Ss,document.createElement("descope-debugger"),"f"),Object.assign(u(this,Ss,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),yield Promise.resolve().then((function(){return CC})),document.body.appendChild(u(this,Ss,"f"))):u(this,ms,"m",Ts).call(this)}))},Ls=function(e,t){var i;e&&this.debug&&(null===(i=u(this,Ss,"f"))||void 0===i||i.updateData({title:e,description:t}))},_s.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"3.65.0"}};let xa=class extends _s{static set sdkConfigOverrides(e){_s.sdkConfigOverrides=e}static get sdkConfigOverrides(){return _s.sdkConfigOverrides}constructor(){const e=new fo({deferredRedirect:!1,deferredPolling:!1});super(e.update.bind(e)),Fs.add(this),this.stepState=new fo({}),qs.set(this,void 0),Bs.set(this,null),Vs.set(this,null),Ks.set(this,{visibilitychange:u(this,Fs,"m",Hs).bind(this)}),this.bridgeVersion=2,this.nativeCallbacks={},ea.set(this,!1),this.handleRedirect=e=>{window.location.assign(e)},ia.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,Fs,"m",na).call(this,t):t()})),ra.set(this,((e,t,i,n,r=!1)=>{const o=[sr,"E103202"];if(this.flowState.current.action===jr){if(u(this,sa,"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=r?500:2e3;h(this,qs,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,Lr,i,n,{}),h=document.hidden&&!r&&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 Qr(e,c)}catch(d){return this.logger.warn(`polling - The ${h?"throttled fetch":"fetch"} call timed out or was aborted`),void u(this,ra,"f").call(this,e,t,i,n,h)}if((null===(d=null==f?void 0:f.error)||void 0===d?void 0:d.errorCode)===or)return this.logger.debug("polling - Got a generic error due to exception in fetch call"),void u(this,ra,"f").call(this,e,t,i,n);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)&&o.includes(f.error.errorCode)?this.logger.debug("polling - Stopping polling due to error"):u(this,ra,"f").call(this,e,t,i,n),u(this,aa,"f").call(this,f)}))),a),"f")}})),oa.set(this,(()=>{clearTimeout(u(this,qs,"f")),h(this,qs,null,"f")})),sa.set(this,(()=>!!window.descopeBridge||/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))),aa.set(this,(e=>{var t,i,n,r,o,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===(i=null==e?void 0:e.response)||void 0===i?void 0:i.status} - ${null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.statusText}`;u(this,Fs,"m",Ia).call(this,"error",(null==e?void 0:e.error)||{errorCode:"J151001",errorDescription:d,errorMessage:a}),this.loggerWrapper.error((null===(r=null==e?void 0:e.error)||void 0===r?void 0:r.errorDescription)||a,(null===(o=null==e?void 0:e.error)||void 0===o?void 0:o.errorMessage)||d);const l=null===(s=null==e?void 0:e.error)||void 0===s?void 0:s.errorCode;return void("E102004"!==l&&l!==sr||!this.isRestartOnError||u(this,Fs,"m",Qs).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:i,log:n}=e;t&&this.loggerWrapper[t]?this.loggerWrapper[t](i,n):this.loggerWrapper.info(i,n)}));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:$,openInNewTabUrl:w}=e.data;if($!==jr&&u(this,oa,"f").call(this),"completed"===m){this.storeLastAuthenticatedUser&&Ao(Object.assign(Object.assign({},b),{lastUsedPerScreen:No()})),jo(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,Fs,"m",Ia).call(this,"success",t)}this.storeLastAuthenticatedUser&&Ao(b,!0),w&&window.open(w,"_blank");const{executionId:C,stepId:k,stepName:S,screen:I,redirect:R,webauthn:x,error:O,samlIdpResponse:E,wsFedIdpResponse:A,nativeResponse:N}=e.data,j=Date.now();$!==jr?(this.loggerWrapper.info(`Step "${S||`#${k}`}" is ${m}`,"",{screen:I,status:m,stepId:k,stepName:S,action:$,error:O}),(null===(g=I.state)||void 0===g?void 0:g.clientScripts)&&h(this,Vs,this.loadSdkScripts(I.state.clientScripts),"f"),this.flowState.update({stepId:k,stepName:S,executionId:C,action:$,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:j})):this.flowState.update({action:$,reqTimestamp:j})})),da.set(this,Yr((()=>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)}}))))),pa.set(this,null),ba.set(this,no(((e,t,i)=>c(this,void 0,void 0,(function*(){var n;if("true"===e.getAttribute("formnovalidate")||u(this,Fs,"m",ha).call(this)){const r=null==e?void 0:e.getAttribute("id");u(this,Fs,"m",Ca).call(this,e,r,i),u(this,Fs,"m",ga).call(this,e);const o=yield u(this,Fs,"m",fa).call(this),s=(e=>Array.from((null==e?void 0:e.attributes)||[]).reduce(((e,t)=>{var i;const n=null===(i=new RegExp("^data-descope-(\\S+)$").exec(t.name))||void 0===i?void 0:i[1];return n?Object.assign(e,{[n]:t.value}):e}),{}))(e);this.nextRequestStatus.update({isLoading:!0});const a=Object.assign(Object.assign(Object.assign({},s),o),{origin:(null===(n=this.nativeOptions)||void 0===n?void 0:n.origin)||window.location.origin});yield t(r,a),this.nextRequestStatus.update({isLoading:!1}),u(this,Fs,"m",va).call(this,o)}}))))),this.flowState=e}nativeResume(e,t){var i,n,r,o,s,a;const d=JSON.parse(t);if("oauthWeb"===e||"sso"===e){let e,{exchangeCode:t}=d;if(!t){const r=new URL(d.url);t=null===(i=r.searchParams)||void 0===i?void 0:i.get(cr),e=(null===(n=r.searchParams)||void 0===n?void 0:n.get(hr))||void 0}null===(o=(r=this.nativeCallbacks).complete)||void 0===o||o.call(r,{exchangeCode:t,exchangeError:e,idpInitiated:!0})}else if("magicLink"===e){const e=new URL(d.url),t=e.searchParams.get("t"),i=e.searchParams.get(lr).split("_").pop();u(this,oa,"f").call(this),this.flowState.update({token:t,stepId:i,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:i}=this.nativeCallbacks;this.nativeCallbacks.screenNext=null,null==i||i(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)=>i=>{this.dispatchEvent(new CustomEvent("components-context",{detail:{[so(e.id,e.resultKey)]:i},bubbles:!0,composed:!0})),t(e.id)};this.loggerWrapper.debug(`Preparing to load scripts: ${e.map((e=>e.id)).join(", ")}`);const i=Promise.all(null==e?void 0:e.map((e=>c(this,void 0,void 0,(function*(){var i,n,r;const o=this.shadowRoot.querySelector(`[data-script-id="${e.id}"]`);if(o){this.loggerWrapper.debug("Script already loaded",e.id);const{moduleRes:t}=o;return null===(i=null==t?void 0:t.start)||void 0===i||i.call(t),t}(null===(n=globalThis.descope)||void 0===n?void 0:n[e.id])||(yield this.injectNpmLib("@descope/flow-scripts","1.0.16",`dist/${e.id}.js`));const s=null===(r=globalThis.descope)||void 0===r?void 0:r[e.id];return new Promise(((i,n)=>{try{const n=s(e.initArgs,{baseUrl:this.baseUrl,ref:this},t(e,i),this.loggerWrapper);if(n){const t=document.createElement("div");t.setAttribute("data-script-id",e.id),t.moduleRes=n,this.shadowRoot.appendChild(t);const i=this.nextRequestStatus.subscribe((()=>{var r;this.loggerWrapper.debug("Stopping script",e.id),(null===(r=n.stop)||void 0===r?void 0:r.call(n))&&(this.nextRequestStatus.unsubscribe(i),this.loggerWrapper.debug("Removing script",e.id),this.shadowRoot.removeChild(t))}))}}catch(e){n(e)}}))}))))),n=new Promise((e=>{setTimeout((()=>{this.loggerWrapper.warn("SDK scripts loading timeout"),e(!0)}),5e3)}));return Promise.race([i,n])}get isDismissScreenErrorOnInput(){return"true"===this.getAttribute("dismiss-screen-error-on-input")}init(){if(!window.descopeBridge)return this._init();this.lazyInit=this._init}_init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t,i;this.shadowRoot.isConnected&&(null===(t=this.flowState)||void 0===t||t.subscribe(this.onFlowChange.bind(this)),u(this,Fs,"m",Ys).call(this),window.addEventListener("visibilitychange",u(this,Ks,"f").visibilitychange)),yield null===(i=e.init)||void 0===i?void 0:i.call(this)}))}disconnectedCallback(){var e;super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll(),u(this,oa,"f").call(this),null===(e=u(this,Bs,"f"))||void 0===e||e.abort(),h(this,Bs,null,"f"),window.removeEventListener("visibilitychange",u(this,Ks,"f").visibilitychange)}getHtmlFilenameWithLocale(e,t){return c(this,void 0,void 0,(function*(){let i;const n=ro(e),r=yield this.getTargetLocales();return r.includes(n.locale)?i=`${t}-${n.locale}.html`:r.includes(n.fallback)&&(i=`${t}-${n.fallback}.html`),i}))}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(i){this.loggerWrapper.error(`Failed to fetch flow page from ${t}. Fallback to url ${e}`,i)}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,i){return c(this,void 0,void 0,(function*(){var n,r;const{projectId:o,flowId:s,tenant:a,stepId:d,executionId:f,action:p,screenId:g,screenState:v,redirectTo:m,redirectIsPopup:y,redirectUrl:b,token:$,code:w,isPopup:C,exchangeError:k,webauthnTransactionId:S,webauthnOptions:I,redirectAuthCodeChallenge:R,redirectAuthCallbackUrl:x,redirectAuthBackupCallbackUri:O,redirectAuthInitiator:E,locale:A,samlIdpResponseUrl:N,samlIdpResponseSamlResponse:j,samlIdpResponseRelayState:M,wsFedIdpResponseUrl:P,wsFedIdpResponseWresult:U,wsFedIdpResponseWctx:T,nativeResponseType:W,nativePayload:L,reqTimestamp:D}=e,_=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 F,q,B;const V=(()=>{const e=Ro(xo);if(!e){const e=Math.floor(100*Math.random()+1);return Io(xo,e.toString()),e}return Number(e)})(),{outboundAppId:K}=this,{outboundAppScopes:H}=this,z=this.sdk.getLastUserLoginId(),G=yield this.getFlowConfig(),J=yield this.getProjectConfig(),Z=Object.entries(J.flows||{}).reduce(((e,[t,i])=>(e[t]=i.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){jo(this.loggerWrapper);const e=[...G.clientScripts||[],...G.sdkScripts||[]];if(G.conditions){let t=[];({startScreenId:F,conditionInteractionId:B,startScreenName:q,clientScripts:t,componentsConfig:Q}=((e,t)=>{const i=null==t?void 0:t.find((({key:t,operator:i,predicate:n})=>{var r;if("ELSE"===t)return!0;const o=null===(r=Oo[t])||void 0===r?void 0:r[i];return!!(null==o?void 0:o(e,n))}));return i?{startScreenId:i.met.screenId,startScreenName:i.met.screenName,conditionInteractionId:i.met.interactionId,clientScripts:i.met.clientScripts,componentsConfig:i.met.componentsConfig}:{}})({loginId:z,code:w,token:$,abTestingKey:V,lastAuth:Eo(z,this.loggerWrapper)},G.conditions)),e.push(...t||[])}else G.condition?({startScreenId:F,conditionInteractionId:B}=((e,t)=>{var i;const n=null===(i=Oo[null==e?void 0:e.key])||void 0===i?void 0:i[e.operator];if(!n)return{};const r=n(t,e.predicate)?e.met:e.unmet;return{startScreenId:null==r?void 0:r.screenId,startScreenName:null==r?void 0:r.screenName,conditionInteractionId:null==r?void 0:r.interactionId}})(G.condition,{loginId:z,code:w,token:$,abTestingKey:V,lastAuth:Eo(z,this.loggerWrapper)})):(q=G.startScreenName,F=G.startScreenId);if(h(this,Vs,this.loadSdkScripts(e),"f"),G.fingerprintEnabled&&G.fingerprintKey?yield xi(G.fingerprintKey,this.baseUrl):oi(Ii),!eo(F,_)){const e=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},_),{client:this.client}),b&&{redirectUrl:b}),{lastAuth:Eo(z,this.loggerWrapper),abTestingKey:V,locale:ro(A).locale,nativeOptions:X,outboundAppId:K,outboundAppScopes:H}),B,"",J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),w?{exchangeCode:w,idpInitiated:!0}:{}),_.descopeIdpInitiated&&{idpInitiated:!0}),$?{token:$}:{}),_.oidcLoginHint?{externalId:_.oidcLoginHint}:{}));return u(this,aa,"f").call(this,e),void("completed"!==(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.status)&&this.flowState.update({code:void 0,token:void 0}))}}if(this.loggerWrapper.debug("Before popup postmessage send",JSON.stringify({isPopup:C,code:w,exchangeError:k,isCodeChanged:i("code"),isExchangeErrorChanged:i("exchangeError")})),C&&(i("code")&&w||i("exchangeError")&&k))return void u(this,Fs,"m",Ra).call(this,f,w,k);if(f&&(i("token")&&$||i("code")&&w||i("exchangeError")&&k)){const e=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,{token:$,exchangeCode:w,exchangeError:k});return u(this,aa,"f").call(this,e),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(p===Tr&&N&&["samlIdpResponseUrl","samlIdpResponseSamlResponse","samlIdpResponseRelayState"].some((e=>i(e)))){if(!j)return void this.loggerWrapper.error("Did not get saml idp params data to load");((e,t,i,n)=>{const r=document.createElement("form");r.method="POST",r.action=e,r.innerHTML=`\n <input type="hidden" role="saml-response" name="SAMLResponse" value="${t}" />\n <input type="hidden" role="saml-relay-state" name="RelayState" value="${i}" />\n <input style="display: none;" id="SAMLSubmitButton" type="submit" value="Continue" />\n `,document.body.appendChild(r),n(r)})(N,j,M||"",to)}if(p===Tr&&P&&["wsFedIdpResponseUrl","wsFedIdpResponseWresult","wsFedIdpResponseWctx"].some((e=>i(e)))){if(!U)return void this.loggerWrapper.error("Did not get wsfed idp params data to load");((e,t,i,n)=>{const r=document.createElement("form");r.method="POST",r.action=e;const o=(e,t)=>{const i=document.createElement("input");return i.type="hidden",i.name=e,i.value=t,i};r.appendChild(o("wa","wsignin1.0")),r.appendChild(o("wresult",t)),r.appendChild(o("wctx",i));const s=document.createElement("input");s.type="submit",s.id="WSFedSubmitButton",s.value="Continue",s.style.display="none",r.appendChild(s),document.body.appendChild(r),n(r)})(P,U,T||"",to)}if(p===Nr&&(i("redirectTo")||i("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,i,n)=>{const r=void 0!==window.screenLeft?window.screenLeft:window.screen.left,o=void 0!==window.screenTop?window.screenTop:window.screen.top,s=((window.innerWidth||document.documentElement.clientWidth||window.screen.width)-i)/2+r,a=((window.innerHeight||document.documentElement.clientHeight||window.screen.height)-n)/2+o,d=function(){const e=navigator.userAgent||"",t=/\b(iPhone)\b/.test(e),i=/Safari/.test(e)&&!/CriOS|FxiOS|OPiOS|EdgiOS|Chrome|Chromium/.test(e);return t&&i}()?"about:blank":"",l=window.open(d,t,`width=${i},height=${n},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"));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:n,data:r}=e.data||{};"code"===n&&this.flowState.update({code:r.code,exchangeError:r.exchangeError})};let n;this.loggerWrapper.debug("Starting popup closed detection");const r=setInterval((()=>{e.closed&&(this.loggerWrapper.debug("Popup closed, dispatching popupclosed event"),clearInterval(r),u(this,Fs,"m",Ia).call(this,"popupclosed",{}),this.loggerWrapper.debug("Cleaning up popup listeners"),null==n||n())}),1e3);if(t)window.addEventListener("message",i),n=()=>{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,n=()=>{this.loggerWrapper.debug("Closing channel"),e.close()}}}else this.handleRedirect(m),this.flowState.update({redirectTo:"no-op"}),u(this,Fs,"m",Ia).call(this,"popupclosed",{});return}if(p===Mr||p===Pr){if(!S||!I)return void this.loggerWrapper.error("Did not get webauthn transaction id or options");let e,t;null===(r=u(this,Bs,"f"))||void 0===r||r.abort(),h(this,Bs,null,"f");try{e=p===Mr?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}const i=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,{transactionId:S,response:e,failure:t});u(this,aa,"f").call(this,i)}if(p===Ur)return this.nativeCallbacks.complete=e=>c(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(f,d,Wr,G.version,J.componentsVersion,e);u(this,aa,"f").call(this,t)})),u(this,Fs,"m",Js).call(this,W,L),void setTimeout((()=>{this.dispatchEvent(new Event("popupclosed"))}),500);if((i("action")||i("deferredPolling"))&&u(this,ra,"f").call(this,f,d,G.version,J.componentsVersion),!g&&!F)return void this.loggerWrapper.warn("No screen was found to show");const ee=F||g,te=yield this.getHtmlFilenameWithLocale(A,ee),{oidcLoginHint:ie,oidcPrompt:ne,oidcErrorRedirectUri:re,oidcResource:oe,samlIdpUsername:se}=_,ae={direction:Hr(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:ie,oidcPrompt:ne,oidcErrorRedirectUri:re,oidcResource:oe,action:p,locale:ro(A).locale},de=Eo(z,this.loggerWrapper);eo(F,_)?ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const i=(null==G?void 0:G.clientScripts)||[];yield u(this,Fs,"m",$a).call(this,i);const n=yield this.sdk.flow.start(s,Object.assign(Object.assign(Object.assign(Object.assign({tenant:a,redirectAuth:Y},_),{lastAuth:de,preview:this.preview,abTestingKey:V,client:this.client}),b&&{redirectUrl:b}),{locale:ro(A).locale,nativeOptions:X,outboundAppId:K,outboundAppScopes:H}),B,e,J.componentsVersion,Z,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},this.formConfigValues),this.getComponentsContext()),oo(t)),w&&{exchangeCode:w,idpInitiated:!0}),_.descopeIdpInitiated&&{idpInitiated:!0}),$&&{token:$}),ae.next.isCustomScreen);return u(this,aa,"f").call(this,n),n})):(i("projectId")||i("baseUrl")||i("executionId")||i("stepId"))&&(ae.next=(e,t)=>c(this,void 0,void 0,(function*(){const i=(null==v?void 0:v.clientScripts)||[];yield u(this,Fs,"m",$a).call(this,i);const n=yield this.sdk.flow.next(f,d,e,G.version,J.componentsVersion,Object.assign(Object.assign({},this.getComponentsContext()),oo(t)),ae.next.isCustomScreen);return u(this,aa,"f").call(this,n),n}))),this.loggerWrapper.debug("Got a screen with id",ae.screenId),yield u(this,Fs,"m",ta).call(this,ae),this.stepState.update(ae)}))}onStepChange(e,t){return c(this,void 0,void 0,(function*(){var i,n,r;const{htmlFilename:o,htmlLocaleFilename:s,direction:a,next:d,screenState:l,screenId:h}=e;this.loggerWrapper.debug("Rendering a flow screen");const f=document.createElement("template");f.innerHTML=yield this.getPageContent(o,s);const p=f.content.cloneNode(!0),g=this.loadDescopeUiComponents(f);this.sdk.webauthn.helpers.isSupported()?yield u(this,Fs,"m",ca).call(this,p,d):(e=>{e.querySelectorAll(`descope-button[${Ar}="biometrics"]`).forEach((e=>e.setAttribute("disabled","true")))})(p),!e.samlIdpUsername||(null===(i=l.form)||void 0===i?void 0:i.loginId)||(null===(n=l.form)||void 0===n?void 0:n.email)||(l.form||(l.form={}),l.form.loginId=e.samlIdpUsername,l.form.email=e.samlIdpUsername),Co(p,l,this.formConfig,this.loggerWrapper);const{geo:v}=null!==(r=yield this.getExecutionContext())&&void 0!==r?r:{};((e,t)=>{Object.entries({"default-code":"autoDetect","default-country":"autoDetect"}).forEach((([i,n])=>{Array.from(e.querySelectorAll(`[${i}="${n}"]`)).forEach((e=>{e.setAttribute(i,t||n)}))}))})(p,v),((e,t)=>{let i=t;if(t)try{const[e]=Intl.getCanonicalLocales(t);e&&(i=e)}catch(e){}Object.entries({lang:"autoDetect"}).forEach((([t,n])=>{Array.from(e.querySelectorAll(`[${t}="${n}"]`)).forEach((e=>{e.setAttribute(t,i||n)}))}))})(p,e.locale);const m=()=>c(this,void 0,void 0,(function*(){var i,n;yield g;const r=this.contentRootElement;((e,t)=>{wo(e,"descope-totp-image",t)})(r,null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image),((e,t)=>{wo(e,"descope-notp-image",t)})(r,null===(n=null==l?void 0:l.notp)||void 0===n?void 0:n.image),((e,t,i,n)=>{i&&Object.keys(i).forEach((r=>{if(!t.querySelector(r))return void n.debug(`Skipping css vars for component "${r}"`,`Got css vars for component ${r} but Could not find it on next page`);const o=customElements.get(r);o?Object.keys(i[r]).forEach((t=>{var s;const a=i[r],d=null===(s=null==o?void 0:o.cssVarList)||void 0===s?void 0:s[t];if(!d)return void n.info(`Could not find css variable name for ${t} in ${r}`,"Check if the css variable is defined in the component");const l=a[t];e.style.setProperty(d,l)})):n.debug(`Could not find component class for ${r}`,"Check if the component is registered")}))})(r,p,l.cssVars,this.loggerWrapper),r.replaceChildren(p);const o=!t.htmlFilename;setTimeout((()=>{u(this,Fs,"m",ma).call(this),this.validateOnBlur&&(e=>{e.querySelectorAll("*[name]").forEach((t=>{t.addEventListener("blur",(()=>{var i;const n=()=>{var e;const i=t.focus;t.focus=()=>{},null===(e=t.reportValidity)||void 0===e||e.call(t),setTimeout((()=>{t.focus=i}))};if("true"===t.getAttribute("invalid")||(null===(i=t.value)||void 0===i?void 0:i.length))return void n();const r={timer:void 0},o=e=>{"true"===e.target.getAttribute("formnovalidate")&&(clearTimeout(r.timer),r.timer=void 0)};r.timer=setTimeout((()=>{e.removeEventListener("click",o),n(),r.timer=void 0}),150),e.addEventListener("click",o,{once:!0})}))}))})(r),((e,t)=>{mo(e,null==t?void 0:t.inputs),mo(e,null==t?void 0:t.form)})(r,l),u(this,Fs,"m",ua).call(this,{isFirstScreen:o,isCustomScreen:!1,stepName:e.stepName}),Xr(r,this.autoFocus,o),u(this,Fs,"m",ka).call(this,h)})),u(this,Fs,"m",Sa).call(this,d,h),r.querySelector(`[${Ar}="polling"]`)&&d(Lr,{})}));a?u(this,Fs,"m",na).call(this,m):m()}))}getInputs(){return Array.from(this.shadowRoot.querySelectorAll(`*:not(slot)[name]:not([${fr}])`))}shouldUsePopupPostMessage(){if(!this.popupOrigin)return!1;try{new URL(this.popupOrigin)}catch(e){return!1}return!0}};qs=new WeakMap,Bs=new WeakMap,Vs=new WeakMap,Ks=new WeakMap,ea=new WeakMap,ia=new WeakMap,ra=new WeakMap,oa=new WeakMap,sa=new WeakMap,aa=new WeakMap,da=new WeakMap,pa=new WeakMap,ba=new WeakMap,Fs=new WeakSet,Hs=function(){document.hidden||setTimeout((()=>{this.flowState.update({deferredRedirect:!1,deferredPolling:!1})}),300)},zs=function(e,t,i){return c(this,void 0,void 0,(function*(){var n;return(null===(n=this.nativeOptions)||void 0===n?void 0:n.bridgeVersion)>=2&&new Promise((n=>{this.nativeCallbacks.screenNext=i,this.nativeCallbacks.screenResolve=n,u(this,Fs,"m",Js).call(this,"beforeScreen",{screen:e,context:t})}))}))},Gs=function(e){var t;(null===(t=this.nativeOptions)||void 0===t?void 0:t.bridgeVersion)>=2&&u(this,Fs,"m",Js).call(this,"afterScreen",{screen:e})},Js=function(e,t){u(this,Fs,"m",Ia).call(this,"bridge",{type:e,payload:t})},Zs=function({errorText:e,errorType:t}){const i=()=>{var i;let n=e;try{n=(null===(i=this.errorTransformer)||void 0===i?void 0:i.call(this,{text:e,type:t}))||e}catch(e){this.loggerWrapper.error("Error transforming error message",e.message)}((e,t,i="")=>{e.querySelectorAll(`[${Ar}="${t}"]`).forEach((e=>{e.textContent=i,e.classList[i?"remove":"add"]("hide")}))})(this.contentRootElement,"error-message",n)};this.addEventListener("screen-updated",i,{once:!0}),i()},Ys=function(){var e,t,i;null===(e=this.stepState)||void 0===e||e.subscribe(this.onStepChange.bind(this),(e=>{var t=e.screenState,i=l(void 0===t?{}:t,["errorText","errorType"]),n=l(e,["screenState"]);return Object.assign(Object.assign({},n),{screenState:i})})),null===(t=this.stepState)||void 0===t||t.subscribe(u(this,Fs,"m",Zs).bind(this),(e=>{var t,i;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(i=null==e?void 0:e.screenState)||void 0===i?void 0:i.errorType}}),{forceUpdate:!0}),null===(i=this.stepState)||void 0===i||i.subscribe(u(this,Fs,"m",Xs).bind(this),(e=>{var t,i;return{errorText:null===(t=null==e?void 0:e.screenState)||void 0===t?void 0:t.errorText,errorType:null===(i=null==e?void 0:e.screenState)||void 0===i?void 0:i.errorType}}),{forceUpdate:!0})},Xs=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=""}))})),Xr(this.contentRootElement,this.autoFocus,!1))},Qs=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")}))},ta=function(e){return c(this,void 0,void 0,(function*(){var t;const i=Object.assign(Object.assign({},this.stepState.current),e),{next:n,stepName:r}=i,o=(e=>{var t,i,n;const r=(o=e.screenState,s=(e,t)=>Fr.includes(t)||t.startsWith("_"),Object.fromEntries(Object.entries(o).filter((([e,t])=>!s(0,e)))));var o,s;const{screenState:{errorText:a,errorType:d}}=e;return(a||d)&&(r.error={text:a,type:d}),e.action&&(r.action=e.action),(null===(n=null===(i=null===(t=e.screenState)||void 0===t?void 0:t.componentsConfig)||void 0===i?void 0:i.thirdPartyAppApproveScopes)||void 0===n?void 0:n.data)&&(r.inboundAppApproveScopes=e.screenState.componentsConfig.thirdPartyAppApproveScopes.data),r})(l(i,["next","stepName"]));let s=yield u(this,Fs,"m",zs).call(this,r,o,n);s||(s=Boolean(yield null===(t=this.onScreenUpdate)||void 0===t?void 0:t.call(this,r,o,n,this)));const a=!this.stepState.current.htmlFilename;if(u(this,ia,"f").call(this,s),n&&(n.isCustomScreen=s),u(this,ea,"f")!==s){const[e,t]=["flow","custom"].sort((()=>s?-1:1));this.loggerWrapper.debug(`Switching from ${t} screen to ${e} screen`),h(this,ea,s,"f"),s?this.stepState.unsubscribeAll():u(this,Fs,"m",Ys).call(this)}s?(this.loggerWrapper.debug("Showing a custom screen"),u(this,Fs,"m",ua).call(this,{isFirstScreen:a,isCustomScreen:s,stepName:e.stepName}),this.disableKeyPressHandler()):this.handleKeyPress(),this.stepState.forceUpdate=s}))},na=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")},la=function(e){const t=e.getAttribute("name");if(!["email"].includes(t)){const i=`user-${t}`;e.setAttribute("name",i),e.addEventListener("input",(()=>{e.setAttribute("name",e.value?t:i)}))}},ca=function(e,t){return c(this,void 0,void 0,(function*(){var i;null===(i=u(this,Bs,"f"))||void 0===i||i.abort();const n=e.querySelector('*[autocomplete="webauthn"]');if(n&&(yield ko())){const{options:e,transactionId:i}=(yield u(this,da,"f").call(this))||{};e&&i&&(u(this,Fs,"m",la).call(this,n),h(this,Bs,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(e,u(this,Bs,"f")).then((e=>c(this,void 0,void 0,(function*(){t(n.id,{transactionId:i,response:e})})))).catch((e=>{"AbortError"!==e.name&&this.loggerWrapper.error("Conditional login failed",e.message)})))}}))},ua=function({isFirstScreen:e,isCustomScreen:t,stepName:i}){e&&u(this,Fs,"m",Ia).call(this,"ready",{}),t||u(this,Fs,"m",Gs).call(this,i),u(this,Fs,"m",Ia).call(this,"page-updated",{screenName:i}),u(this,Fs,"m",Ia).call(this,"screen-updated",{screenName:i})},ha=function(){let e=!0;return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reverse().forEach((t=>{var i,n;"slot"===t.localName||t.classList.contains("hidden")||(null===(i=t.reportValidity)||void 0===i||i.call(t),e&&(e=null===(n=t.checkValidity)||void 0===n?void 0:n.call(t)))})),e},fa=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})),{})}))},ga=function(e){const t=Array.from(this.contentRootElement.querySelectorAll(':not([disabled]), [disabled="false"]')).filter((t=>t!==e)),i=()=>c(this,void 0,void 0,(function*(){this.loggerWrapper.debug("Restoring components state"),this.removeEventListener("popupclosed",i),e.removeAttribute("loading"),t.forEach((e=>{e.removeAttribute("disabled")}));const n=yield this.getFlowConfig(),r=[...n.clientScripts||[],...n.sdkScripts||[]];this.loadSdkScripts(r)})),n=()=>{var e;window.removeEventListener("pageshow",u(this,pa,"f")),h(this,pa,(e=>{e.persisted&&(this.logger.debug("Page was loaded from cache, restoring components state"),i())}),"f"),window.addEventListener("pageshow",u(this,pa,"f"),{once:!0});const t=null===(e=this.stepState)||void 0===e?void 0:e.subscribe(((e,n)=>{e===n&&i(),this.removeEventListener("popupclosed",i),this.stepState.unsubscribe(t)}),(e=>e.screenId),{forceUpdate:!0})},r=this.nextRequestStatus.subscribe((({isLoading:o})=>{o?(this.addEventListener("popupclosed",i,{once:!0}),e.setAttribute("loading","true"),t.forEach((e=>e.setAttribute("disabled","true")))):(this.nextRequestStatus.unsubscribe(r),n())}))},va=function(e={}){var t,i;const n=io(e,["externalId","email","phone"]),r=io(e,["newPassword","password"]);if(n&&r)try{if(!globalThis.PasswordCredential)return;const e=new globalThis.PasswordCredential({id:n,password:r});null===(i=null===(t=null===navigator||void 0===navigator?void 0:navigator.credentials)||void 0===t?void 0:t.store)||void 0===i||i.call(t,e)}catch(e){this.loggerWrapper.error("Could not store credentials",e.message)}},ma=function(){document.querySelectorAll('[data-hidden-input="true"]').forEach((e=>e.remove())),this.contentRootElement.querySelectorAll('[external-input="true"]').forEach((e=>u(this,Fs,"m",ya).call(this,e)))},ya=function(e){e&&e.querySelectorAll("input").forEach((t=>{const i=t.getAttribute("slot"),n=`input-${e.id}-${i}`,r=document.createElement("slot");r.setAttribute("name",n),r.setAttribute("slot",i),e.appendChild(r),t.setAttribute("slot",n),this.appendChild(t)}))},$a=function(e){return c(this,void 0,void 0,(function*(){if(u(this,Vs,"f")){this.loggerWrapper.debug("Waiting for sdk scripts to load");const e=Date.now();yield u(this,Vs,"f"),this.loggerWrapper.debug("Sdk scripts loaded for",(Date.now()-e).toString())}const t=this.loadSdkScriptsModules(),i=e.map((e=>e.id));for(const e of t)if(i.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 n=[];for(const e of t)"function"==typeof e.refresh&&n.push(e.refresh());if(n.length>0)try{yield Qr(5e3,Promise.all(n),null)}catch(e){this.loggerWrapper.error("Failed to refresh script module",e.message)}}))},wa=function(e,t){this.contentRootElement.querySelectorAll('descope-passcode[data-auto-submit="true"]').forEach((i=>{i.addEventListener("input",(()=>{var n;(null===(n=i.checkValidity)||void 0===n?void 0:n.call(i))&&u(this,ba,"f").call(this,i,e,t)}))}))},Ca=function(e,t,i){t&&i&&"true"===e.getAttribute("data-opt-in-last-used-auth")&&function(e,t,i){try{const i=No();i[e]=t,Io(_r,JSON.stringify(i))}catch(e){null==i||i.warn("[Descope] Failed to update in-flight last auth storage",String(e))}}(i,t,this.loggerWrapper)},ka=function(e){var t;const i=null===(t=Eo(this.sdk.getLastUserLoginId(),this.loggerWrapper).lastUsedPerScreen)||void 0===t?void 0:t[e];if(!i)return;const n=this.contentRootElement.querySelector('descope-attachment[data-type="last-auth-badge"]'),r=this.contentRootElement.querySelector(`#${CSS.escape(i)}`);n&&r&&(r.replaceWith(n),n.appendChild(r))},Sa=function(e,t){this.contentRootElement.querySelectorAll(`descope-button:not([${pr}]), [data-type="button"]:not([${pr}]`).forEach((i=>{i.onclick=()=>{u(this,ba,"f").call(this,i,e,t)}})),u(this,Fs,"m",wa).call(this,e,t),this.isDismissScreenErrorOnInput&&this.contentRootElement.querySelectorAll(`*[name]:not([${fr}])`).forEach((e=>{e.addEventListener("input",(()=>{this.stepState.update((e=>Object.assign(Object.assign({},e),{screenState:Object.assign(Object.assign({},e.screenState),{errorText:"",errorType:""})})))}))}))},Ia=function(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t}))},Ra=function(e,t,i){var n;const[r,o]=(null===(n=window.name)||void 0===n?void 0:n.split("|"))||[],s={data:{code:t,exchangeError:i},action:"code"};if("descope-wc"===r&&o){this.loggerWrapper.debug("Using postMessage fallback to notify opener in origin",o);try{window.opener.postMessage(s,o)}catch(e){this.loggerWrapper.error("Failed to send postMessage fallback (likely COOP isolation)",null==e?void 0:e.message)}}else{this.loggerWrapper.debug("Creating popup channel",e);const t=new BroadcastChannel(e);t.postMessage(s),t.close()}try{window.close()}catch(e){}},customElements.get("descope-wc")?console.log("descope-wc is already defined"):customElements.define("descope-wc",xa);var Oa=Object.freeze({__proto__:null,default:xa});const Ea=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(Fo,Uo)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),this.attributeChangedCallback=(e,i,n)=>{var r;null===(r=super.attributeChangedCallback)||void 0===r||r.call(this,e,i,n),"debug"===e&&u(this,t,"m",o).call(this)}}get debug(){return"true"===this.getAttribute("debug")}onLogEvent(e,i){var n;null===(n=super.onLogEvent)||void 0===n||n.call(this,e,i),"error"===e&&u(this,t,"m",s).call(this,i[0]||"Error",i[1])}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),u(this,t,"m",o).call(this)}},i=new WeakMap,t=new WeakSet,n=function(){var e;null===(e=u(this,i,"f"))||void 0===e||e.remove(),h(this,i,null,"f")},r=async function(){h(this,i,document.createElement("descope-debugger"),"f"),Object.assign(u(this,i,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),await Promise.resolve().then((function(){return WC})),document.body.appendChild(u(this,i,"f"))},o=function(){this.debug?u(this,t,"m",r).call(this):u(this,t,"m",n).call(this)},s=function(e,t){var n;e&&(null===(n=u(this,i,"f"))||void 0===n||n.updateData({title:e,description:t}))},a})),Aa="descope-modal";var Na,ja;class Ma{constructor(e,t){Na.set(this,void 0),this.nodeName="",h(this,Na,e,"f"),this.logger=t.logger}get asyncEle(){return(async e=>new Promise((t=>{const i=setInterval((()=>{const n="function"==typeof e?e():e;n&&(clearInterval(i),t(n))}),100);setTimeout((()=>{clearInterval(i),t(null)}),1e3)})))(u(this,Na,"f"))}get ele(){var e,t;const i="function"==typeof u(this,Na,"f")?u(this,Na,"f").call(this):u(this,Na,"f");return i?(null==i?void 0:i.localName)!==this.nodeName?(null===(t=this.logger)||void 0===t||t.debug(`node name do not match, expected "${this.nodeName}", received "${i.localName}" `,Error()),null):i:(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}}Na=new WeakMap;class Pa extends Ma{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}}let Ua=class extends Ma{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)}}},Ta=class extends Ma{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")}};class Wa extends Ma{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,i;e?null===(i=this.ele)||void 0===i||i.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)}}}let La=class extends Ta{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 Da=/^descope-grid-([^-]+)-column$/,_a={text:class extends Ma{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 Ma{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 Fa=class extends Ma{constructor(){super(...arguments),this.nodeName="descope-grid",ja.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 i;const n=null===(i=Da.exec(t.localName))||void 0===i?void 0:i[1],r=_a[n];return r?(e.push(new r(t,{logger:this.logger})),e):e}),[]):[]}filterColumns(e){var t,i;const n=null===(t=this.ele.columns)||void 0===t?void 0:t.filter(e);n&&this.ele.columns&&(wn(n,this.ele.columns)||(this.ele.columns=n,null===(i=u(this,ja,"f"))||void 0===i||i.call(this,n)))}onColumnsChange(e){h(this,ja,e,"f")}set renderColumn(e){this.ele.renderColumn=e}};ja=new WeakMap;let qa=class extends Ma{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 Ba;let Va=class extends Ma{constructor(){super(...arguments),Ba.set(this,void 0),this.nodeName="descope-modal"}close(){var e,t;null===(e=this.ele)||void 0===e||e.removeAttribute("opened"),null===(t=this.afterClose)||void 0===t||t.call(this)}async open(){var e,t;await(null===(e=this.beforeOpen)||void 0===e?void 0:e.call(this)),null===(t=this.ele)||void 0===t||t.setAttribute("opened","true")}reset(){var e;this.ele&&(this.ele.innerHTML=""),u(this,Ba,"f")&&(null===(e=this.ele)||void 0===e||e.append(u(this,Ba,"f").content.cloneNode(!0)))}setContent(e){h(this,Ba,e,"f"),this.reset()}remove(){var e;null===(e=this.ele)||void 0===e||e.remove()}};Ba=new WeakMap;let Ka=class extends Ma{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:i})=>(e[t]=[...new Set([...e[t]||[],...i])],e)),{})).map((([e,t])=>({tenantId:e,roleNames:t})))}},Ha=class extends Ma{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()))}},za=class extends Ma{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()}},Ga=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("connect-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("connect-clicked",i)}}onDisconnectClick(e){var t;const i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("disconnect-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("disconnect-clicked",i)}}},Ja=class extends Ma{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)}},Za=class extends Ma{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)}},Ya=class extends Ma{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")}},Xa=class extends Ma{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)}}},Qa=class extends Ma{constructor(){super(...arguments),this.nodeName="descope-user-auth-method"}set fulfilled(e){var t,i;e?null===(t=this.ele)||void 0===t||t.setAttribute("fulfilled","true"):null===(i=this.ele)||void 0===i||i.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")}},ed=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-device-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-device-clicked",i)}}},td=class extends Ja{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}},id=class extends Ma{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 i=t=>e(t.detail);return null===(t=this.ele)||void 0===t||t.addEventListener("remove-passkey-clicked",i),()=>{var e;return null===(e=this.ele)||void 0===e?void 0:e.removeEventListener("remove-passkey-clicked",i)}}};const nd=Rn((e=>{var t,i;const n=bn(Fo,cs,rs)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends Va{setContent(t){e(t),super.setContent(t)}}})())}createModal(e){const i=((e={})=>{const t=document.createElement(Aa);return Object.keys(e).forEach((i=>{t.setAttribute(i,e[i])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(i),new(u(this,t,"f"))(i,{logger:this.logger})}async init(){var e;this.loadDescopeUiComponents([Aa]),await(null===(e=super.init)||void 0===e?void 0:e.call(this))}},t=new WeakMap,i})),rd="descope-notification",od=Rn((e=>{var t,i;const n=bn(Fo,cs,rs)(e);return i=class extends n{constructor(){super(...arguments),t.set(this,(()=>{const e=this.loadDescopeUiComponents.bind(this);return class extends za{setContent(t){const i="string"==typeof t?$n(t):t;e(i),super.setContent(i)}}})())}createNotification(e){const i=((e={})=>{const t=document.createElement(rd);return Object.keys(e).forEach((i=>{t.setAttribute(i,e[i])})),t})(Object.assign(Object.assign({},{}),e));return this.rootElement.append(i),new(u(this,t,"f"))(i,{logger:this.logger})}async init(){var e;await(null===(e=super.init)||void 0===e?void 0:e.call(this)),this.loadDescopeUiComponents([rd])}},t=new WeakMap,i}));function sd(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 ad=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")(),dd=()=>Math.random().toString(36).substring(7).split("").join("."),ld={INIT:`@@redux/INIT${dd()}`,REPLACE:`@@redux/REPLACE${dd()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${dd()}`};function cd(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 ud(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 i=function(e){return"function"==typeof e.constructor?e.constructor.name:null}(e);switch(i){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return i}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function hd(e){let t=typeof e;return"production"!==process.env.NODE_ENV&&(t=ud(e)),t}function fd(e,t,i){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(2):`Expected the root reducer to be a function. Instead, received: '${hd(e)}'`);if("function"==typeof t&&"function"==typeof i||"function"==typeof i&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?sd(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===i&&(i=t,t=void 0),void 0!==i){if("function"!=typeof i)throw new Error("production"===process.env.NODE_ENV?sd(1):`Expected the enhancer to be a function. Instead, received: '${hd(i)}'`);return i(fd)(e,t)}let n=e,r=t,o=new Map,s=o,a=0,d=!1;function l(){s===o&&(s=new Map,o.forEach(((e,t)=>{s.set(t,e)})))}function c(){if(d)throw new Error("production"===process.env.NODE_ENV?sd(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 r}function u(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(4):`Expected the listener to be a function. Instead, received: '${hd(e)}'`);if(d)throw new Error("production"===process.env.NODE_ENV?sd(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 i=a++;return s.set(i,e),function(){if(t){if(d)throw new Error("production"===process.env.NODE_ENV?sd(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(i),o=null}}}function h(e){if(!cd(e))throw new Error("production"===process.env.NODE_ENV?sd(7):`Actions must be plain objects. Instead, the actual type was: '${hd(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?sd(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?sd(17):`Action "type" property must be a string. Instead, the actual type was: '${hd(e.type)}'. Value was: '${e.type}' (stringified)`);if(d)throw new Error("production"===process.env.NODE_ENV?sd(9):"Reducers may not dispatch actions.");try{d=!0,r=n(r,e)}finally{d=!1}return(o=s).forEach((e=>{e()})),e}h({type:ld.INIT});return{dispatch:h,subscribe:u,getState:c,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?sd(10):`Expected the nextReducer to be a function. Instead, received: '${hd(e)}`);n=e,h({type:ld.REPLACE})},[ad]:function(){const e=u;return{subscribe(t){if("object"!=typeof t||null===t)throw new Error("production"===process.env.NODE_ENV?sd(11):`Expected the observer to be an object. Instead, received: '${hd(t)}'`);function i(){const e=t;e.next&&e.next(c())}i();return{unsubscribe:e(i)}},[ad](){return this}}}}}function pd(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}function gd(e){const t=Object.keys(e),i={};for(let n=0;n<t.length;n++){const r=t[n];"production"!==process.env.NODE_ENV&&void 0===e[r]&&pd(`No reducer provided for key "${r}"`),"function"==typeof e[r]&&(i[r]=e[r])}const n=Object.keys(i);let r,o;"production"!==process.env.NODE_ENV&&(r={});try{!function(e){Object.keys(e).forEach((t=>{const i=e[t];if(void 0===i(void 0,{type:ld.INIT}))throw new Error("production"===process.env.NODE_ENV?sd(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===i(void 0,{type:ld.PROBE_UNKNOWN_ACTION()}))throw new Error("production"===process.env.NODE_ENV?sd(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${ld.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.`)}))}(i)}catch(e){o=e}return function(e={},t){if(o)throw o;if("production"!==process.env.NODE_ENV){const n=function(e,t,i,n){const r=Object.keys(t),o=i&&i.type===ld.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(0===r.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!cd(e))return`The ${o} has unexpected type of "${hd(e)}". Expected argument to be an object with the following keys: "${r.join('", "')}"`;const s=Object.keys(e).filter((e=>!t.hasOwnProperty(e)&&!n[e]));return s.forEach((e=>{n[e]=!0})),i&&i.type===ld.REPLACE?void 0:s.length>0?`Unexpected ${s.length>1?"keys":"key"} "${s.join('", "')}" found in ${o}. Expected to find one of the known reducer keys instead: "${r.join('", "')}". Unexpected keys will be ignored.`:void 0}(e,i,t,r);n&&pd(n)}let s=!1;const a={};for(let r=0;r<n.length;r++){const o=n[r],d=i[o],l=e[o],c=d(l,t);if(void 0===c){const e=t&&t.type;throw new Error("production"===process.env.NODE_ENV?sd(14):`When called with an action of type ${e?`"${String(e)}"`:"(unknown type)"}, the slice reducer for key "${o}" 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[o]=c,s=s||c!==l}return s=s||n.length!==Object.keys(e).length,s?a:e}}function vd(...e){return 0===e.length?e=>e:1===e.length?e[0]:e.reduce(((e,t)=>(...i)=>e(t(...i))))}function md(e){return cd(e)&&"type"in e&&"string"==typeof e.type}var yd=Symbol.for("immer-nothing"),bd=Symbol.for("immer-draftable"),$d=Symbol.for("immer-state"),wd="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 Cd(e,...t){if("production"!==process.env.NODE_ENV){const i=wd[e],n="function"==typeof i?i.apply(null,t):i;throw new Error(`[Immer] ${n}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var kd=Object.getPrototypeOf;function Sd(e){return!!e&&!!e[$d]}function Id(e){return!!e&&(xd(e)||Array.isArray(e)||!!e[bd]||!!e.constructor?.[bd]||jd(e)||Md(e))}var Rd=Object.prototype.constructor.toString();function xd(e){if(!e||"object"!=typeof e)return!1;const t=kd(e);if(null===t)return!0;const i=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return i===Object||"function"==typeof i&&Function.toString.call(i)===Rd}function Od(e,t){0===Ed(e)?Object.entries(e).forEach((([i,n])=>{t(i,n,e)})):e.forEach(((i,n)=>t(n,i,e)))}function Ed(e){const t=e[$d];return t?t.type_:Array.isArray(e)?1:jd(e)?2:Md(e)?3:0}function Ad(e,t){return 2===Ed(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Nd(e,t,i){const n=Ed(e);2===n?e.set(t,i):3===n?e.add(i):e[t]=i}function jd(e){return e instanceof Map}function Md(e){return e instanceof Set}function Pd(e){return e.copy_||e.base_}function Ud(e,t){if(jd(e))return new Map(e);if(Md(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&xd(e)){if(!kd(e)){const t=Object.create(null);return Object.assign(t,e)}return{...e}}const i=Object.getOwnPropertyDescriptors(e);delete i[$d];let n=Reflect.ownKeys(i);for(let t=0;t<n.length;t++){const r=n[t],o=i[r];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(i[r]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[r]})}return Object.create(kd(e),i)}function Td(e,t=!1){return Ld(e)||Sd(e)||!Id(e)||(Ed(e)>1&&(e.set=e.add=e.clear=e.delete=Wd),Object.freeze(e),t&&Od(e,((e,t)=>Td(t,!0)))),e}function Wd(){Cd(2)}function Ld(e){return Object.isFrozen(e)}var Dd,_d={};function Fd(e){const t=_d[e];return t||Cd(0,e),t}function qd(){return Dd}function Bd(e,t){t&&(Fd("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Vd(e){Kd(e),e.drafts_.forEach(zd),e.drafts_=null}function Kd(e){e===Dd&&(Dd=e.parent_)}function Hd(e){return Dd={drafts_:[],parent_:Dd,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function zd(e){const t=e[$d];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function Gd(e,t){t.unfinalizedDrafts_=t.drafts_.length;const i=t.drafts_[0];return void 0!==e&&e!==i?(i[$d].modified_&&(Vd(t),Cd(4)),Id(e)&&(e=Jd(t,e),t.parent_||Yd(t,e)),t.patches_&&Fd("Patches").generateReplacementPatches_(i[$d].base_,e,t.patches_,t.inversePatches_)):e=Jd(t,i,[]),Vd(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==yd?e:void 0}function Jd(e,t,i){if(Ld(t))return t;const n=t[$d];if(!n)return Od(t,((r,o)=>Zd(e,n,t,r,o,i))),t;if(n.scope_!==e)return t;if(!n.modified_)return Yd(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;const t=n.copy_;let r=t,o=!1;3===n.type_&&(r=new Set(t),t.clear(),o=!0),Od(r,((r,s)=>Zd(e,n,t,r,s,i,o))),Yd(e,t,!1),i&&e.patches_&&Fd("Patches").generatePatches_(n,i,e.patches_,e.inversePatches_)}return n.copy_}function Zd(e,t,i,n,r,o,s){if("production"!==process.env.NODE_ENV&&r===i&&Cd(5),Sd(r)){const s=Jd(e,r,o&&t&&3!==t.type_&&!Ad(t.assigned_,n)?o.concat(n):void 0);if(Nd(i,n,s),!Sd(s))return;e.canAutoFreeze_=!1}else s&&i.add(r);if(Id(r)&&!Ld(r)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Jd(e,r),t&&t.scope_.parent_||Yd(e,r)}}function Yd(e,t,i=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Td(t,i)}var Xd={get(e,t){if(t===$d)return e;const i=Pd(e);if(!Ad(i,t))return function(e,t,i){const n=tl(t,i);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}(e,i,t);const n=i[t];return e.finalized_||!Id(n)?n:n===el(e.base_,t)?(nl(e),e.copy_[t]=rl(n,e)):n},has:(e,t)=>t in Pd(e),ownKeys:e=>Reflect.ownKeys(Pd(e)),set(e,t,i){const n=tl(Pd(e),t);if(n?.set)return n.set.call(e.draft_,i),!0;if(!e.modified_){const n=el(Pd(e),t),r=n?.[$d];if(r&&r.base_===i)return e.copy_[t]=i,e.assigned_[t]=!1,!0;if(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(i,n)&&(void 0!==i||Ad(e.base_,t)))return!0;nl(e),il(e)}return e.copy_[t]===i&&(void 0!==i||t in e.copy_)||Number.isNaN(i)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=i,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==el(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,nl(e),il(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const i=Pd(e),n=Reflect.getOwnPropertyDescriptor(i,t);return n?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:n.enumerable,value:i[t]}:n},defineProperty(){Cd(11)},getPrototypeOf:e=>kd(e.base_),setPrototypeOf(){Cd(12)}},Qd={};function el(e,t){const i=e[$d];return(i?Pd(i):e)[t]}function tl(e,t){if(!(t in e))return;let i=kd(e);for(;i;){const e=Object.getOwnPropertyDescriptor(i,t);if(e)return e;i=kd(i)}}function il(e){e.modified_||(e.modified_=!0,e.parent_&&il(e.parent_))}function nl(e){e.copy_||(e.copy_=Ud(e.base_,e.scope_.immer_.useStrictShallowCopy_))}Od(Xd,((e,t)=>{Qd[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Qd.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&Cd(13),Qd.set.call(this,e,t,void 0)},Qd.set=function(e,t,i){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&Cd(14),Xd.set.call(this,e[0],t,i,e[0])};function rl(e,t){const i=jd(e)?Fd("MapSet").proxyMap_(e,t):Md(e)?Fd("MapSet").proxySet_(e,t):function(e,t){const i=Array.isArray(e),n={type_:i?1:0,scope_:t?t.scope_:qd(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let r=n,o=Xd;i&&(r=[n],o=Qd);const{revoke:s,proxy:a}=Proxy.revocable(r,o);return n.draft_=a,n.revoke_=s,a}(e,t);return(t?t.scope_:qd()).drafts_.push(i),i}function ol(e){return Sd(e)||Cd(10,e),sl(e)}function sl(e){if(!Id(e)||Ld(e))return e;const t=e[$d];let i;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,i=Ud(e,t.scope_.immer_.useStrictShallowCopy_)}else i=Ud(e,!0);return Od(i,((e,t)=>{Nd(i,e,sl(t))})),t&&(t.finalized_=!1),i}var al=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,i)=>{if("function"==typeof e&&"function"!=typeof t){const i=t;t=e;const n=this;return function(e=i,...r){return n.produce(e,(e=>t.call(this,e,...r)))}}let n;if("function"!=typeof t&&Cd(6),void 0!==i&&"function"!=typeof i&&Cd(7),Id(e)){const r=Hd(this),o=rl(e,void 0);let s=!0;try{n=t(o),s=!1}finally{s?Vd(r):Kd(r)}return Bd(r,i),Gd(n,r)}if(!e||"object"!=typeof e){if(n=t(e),void 0===n&&(n=e),n===yd&&(n=void 0),this.autoFreeze_&&Td(n,!0),i){const t=[],r=[];Fd("Patches").generateReplacementPatches_(e,n,t,r),i(t,r)}return n}Cd(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...i)=>this.produceWithPatches(t,(t=>e(t,...i)));let i,n;const r=this.produce(e,t,((e,t)=>{i=e,n=t}));return[r,i,n]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Id(e)||Cd(8),Sd(e)&&(e=ol(e));const t=Hd(this),i=rl(e,void 0);return i[$d].isManual_=!0,Kd(t),i}finishDraft(e,t){const i=e&&e[$d];i&&i.isManual_||Cd(9);const{scope_:n}=i;return Bd(n,t),Gd(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let i;for(i=t.length-1;i>=0;i--){const n=t[i];if(0===n.path.length&&"replace"===n.op){e=n.value;break}}i>-1&&(t=t.slice(i+1));const n=Fd("Patches").applyPatches_;return Sd(e)?n(e,t):this.produce(e,(e=>n(e,t)))}},dl=al.produce;al.produceWithPatches.bind(al),al.setAutoFreeze.bind(al),al.setUseStrictShallowCopy.bind(al),al.applyPatches.bind(al),al.createDraft.bind(al),al.finishDraft.bind(al);var ll=(e,t,i)=>{if(1===t.length&&t[0]===i){let t=!1;try{const i={};e(i)===i&&(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})}}},cl=(e,t,i)=>{const{memoize:n,memoizeOptions:r}=t,{inputSelectorResults:o,inputSelectorResultsCopy:s}=e,a=n((()=>({})),...r);if(!(a.apply(null,o)===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:i,firstInputs:o,secondInputs:s,stack:e})}},ul={inputStabilityCheck:"once",identityFunctionCheck:"once"};var hl=e=>Array.isArray(e)?e:[e];function fl(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 i=e.map((e=>"function"==typeof e?`function ${e.name||"unnamed"}()`:typeof e)).join(", ");throw new TypeError(`${t}[${i}]`)}}(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function pl(e,t){const i=[],{length:n}=e;for(let r=0;r<n;r++)i.push(e[r].apply(null,t));return i}var gl="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},vl=0,ml=1;function yl(){return{s:vl,v:void 0,o:null,p:null}}function bl(e,t={}){let i=yl();const{resultEqualityCheck:n}=t;let r,o=0;function s(){let t=i;const{length:s}=arguments;for(let e=0,i=s;e<i;e++){const i=arguments[e];if("function"==typeof i||"object"==typeof i&&null!==i){let e=t.o;null===e&&(t.o=e=new WeakMap);const n=e.get(i);void 0===n?(t=yl(),e.set(i,t)):t=n}else{let e=t.p;null===e&&(t.p=e=new Map);const n=e.get(i);void 0===n?(t=yl(),e.set(i,t)):t=n}}const a=t;let d;if(t.s===ml)d=t.v;else if(d=e.apply(null,arguments),o++,n){const e=r?.deref?.()??r;null!=e&&n(e,d)&&(d=e,0!==o&&o--);r="object"==typeof d&&null!==d||"function"==typeof d?new gl(d):d}return a.s=ml,a.v=d,d}return s.clearCache=()=>{i=yl(),s.resetResultsCount()},s.resultsCount=()=>o,s.resetResultsCount=()=>{o=0},s}function $l(e,...t){const i="function"==typeof e?{memoize:e,memoizeOptions:t}:e,n=(...e)=>{let t,n=0,r=0,o={},s=e.pop();"object"==typeof s&&(o=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={...i,...o},{memoize:d,memoizeOptions:l=[],argsMemoize:c=bl,argsMemoizeOptions:u=[],devModeChecks:h={}}=a,f=hl(l),p=hl(u),g=fl(e),v=d((function(){return n++,s.apply(null,arguments)}),...f);let m=!0;const y=c((function(){r++;const e=pl(g,arguments);if(t=v.apply(null,e),"production"!==process.env.NODE_ENV){const{identityFunctionCheck:i,inputStabilityCheck:n}=((e,t)=>{const{identityFunctionCheck:i,inputStabilityCheck:n}={...ul,...t};return{identityFunctionCheck:{shouldRun:"always"===i||"once"===i&&e,run:ll},inputStabilityCheck:{shouldRun:"always"===n||"once"===n&&e,run:cl}}})(m,h);if(i.shouldRun&&i.run(s,e,t),n.shouldRun){const t=pl(g,arguments);n.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:()=>r,resetDependencyRecomputations:()=>{r=0},lastResult:()=>t,recomputations:()=>n,resetRecomputations:()=>{n=0},memoize:d,argsMemoize:c})};return Object.assign(n,{withTypes:()=>n}),n}var wl=$l(bl),Cl=Object.assign(((e,t=wl)=>{!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 i=Object.keys(e),n=t(i.map((t=>e[t])),((...e)=>e.reduce(((e,t,n)=>(e[i[n]]=t,e)),{})));return n}),{withTypes:()=>Cl});function kl(e){return({dispatch:t,getState:i})=>n=>r=>"function"==typeof r?r(t,i,e):n(r)}var Sl=kl(),Il=kl;((...e)=>{const t=$l(...e)})(bl);var Rl="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?vd:vd.apply(null,arguments)},xl=e=>e&&"function"==typeof e.match;function Ol(e,t){function i(...i){if(t){let n=t(...i);if(!n)throw new Error("production"===process.env.NODE_ENV?dc(0):"prepareAction did not return an object");return{type:e,payload:n.payload,..."meta"in n&&{meta:n.meta},..."error"in n&&{error:n.error}}}return{type:e,payload:i[0]}}return i.toString=()=>`${e}`,i.type=e,i.match=t=>md(t)&&t.type===e,i}function El(e){return"function"==typeof e&&"type"in e&&xl(e)}function Al(e,t){let i=0;return{measureTime(e){const t=Date.now();try{return e()}finally{const e=Date.now();i+=e-t}},warnIfExceeded(){i>e&&console.warn(`${t} took ${i}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 Nl=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 jl(e){return Id(e)?dl(e,(()=>{})):e}function Ml(e,t,i){if(e.has(t)){let n=e.get(t);return i.update&&(n=i.update(n,t,e),e.set(t,n)),n}if(!i.insert)throw new Error("production"===process.env.NODE_ENV?dc(10):"No insert provided for key not already in map");const n=i.insert(t,e);return e.set(t,n),n}function Pl(e){return"object"!=typeof e||null==e||Object.isFrozen(e)}function Ul(e,t,i){const n=Tl(e,t,i);return{detectMutations:()=>Wl(e,t,n,i)}}function Tl(e,t=[],i,n="",r=new Set){const o={value:i};if(!e(i)&&!r.has(i)){r.add(i),o.children={};for(const r in i){const s=n?n+"."+r:r;t.length&&-1!==t.indexOf(s)||(o.children[r]=Tl(e,t,i[r],s))}}return o}function Wl(e,t=[],i,n,r=!1,o=""){const s=i?i.value:void 0,a=s===n;if(r&&!a&&!Number.isNaN(n))return{wasMutated:!0,path:o};if(e(s)||e(n))return{wasMutated:!1};const d={};for(let e in i.children)d[e]=!0;for(let e in n)d[e]=!0;const l=t.length>0;for(let r in d){const s=o?o+"."+r:r;if(l){if(t.some((e=>e instanceof RegExp?e.test(s):s===e)))continue}const d=Wl(e,t,i.children[r],n[r],a,s);if(d.wasMutated)return d}return{wasMutated:!1}}function Ll(e){const t=typeof e;return null==e||"string"===t||"boolean"===t||"number"===t||Array.isArray(e)||cd(e)}function Dl(e,t="",i=Ll,n,r=[],o){let s;if(!i(e))return{keyPath:t||"<root>",value:e};if("object"!=typeof e||null===e)return!1;if(o?.has(e))return!1;const a=null!=n?n(e):Object.entries(e),d=r.length>0;for(const[e,l]of a){const a=t?t+"."+e:e;if(d){if(r.some((e=>e instanceof RegExp?e.test(a):a===e)))continue}if(!i(l))return{keyPath:a,value:l};if("object"==typeof l&&(s=Dl(l,a,i,n,r,o),s))return s}return o&&_l(e)&&o.add(e),!1}function _l(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if("object"==typeof t&&null!==t&&!_l(t))return!1;return!0}function Fl(e){return"boolean"==typeof e}var ql=()=>function(e){const{thunk:t=!0,immutableCheck:i=!0,serializableCheck:n=!0,actionCreatorCheck:r=!0}=e??{};let o=new Nl;if(t&&(Fl(t)?o.push(Sl):o.push(Il(t.extraArgument))),"production"!==process.env.NODE_ENV){if(i){let e={};Fl(i)||(e=i),o.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{let t=function(e,t,n,r){return JSON.stringify(e,i(t,r),n)},i=function(e,t){let i=[],n=[];return t||(t=function(e,t){return i[0]===t?"[Circular ~]":"[Circular ~."+n.slice(0,i.indexOf(t)).join(".")+"]"}),function(r,o){if(i.length>0){var s=i.indexOf(this);~s?i.splice(s+1):i.push(this),~s?n.splice(s,1/0,r):n.push(r),~i.indexOf(o)&&(o=t.call(this,r,o))}else i.push(o);return null==e?o:e.call(this,r,o)}},{isImmutable:n=Pl,ignoredPaths:r,warnAfter:o=32}=e;const s=Ul.bind(null,n,r);return({getState:e})=>{let i,n=e(),r=s(n);return a=>d=>{const l=Al(o,"ImmutableStateInvariantMiddleware");l.measureTime((()=>{if(n=e(),i=r.detectMutations(),r=s(n),i.wasMutated)throw new Error("production"===process.env.NODE_ENV?dc(19):`A state mutation was detected between dispatches, in the path '${i.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(n=e(),i=r.detectMutations(),r=s(n),i.wasMutated)throw new Error("production"===process.env.NODE_ENV?dc(20):`A state mutation was detected inside a dispatch, in the path: ${i.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(n){let e={};Fl(n)||(e=n),o.push(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);{const{isSerializable:t=Ll,getEntries:i,ignoredActions:n=[],ignoredActionPaths:r=["meta.arg","meta.baseQueryMeta"],ignoredPaths:o=[],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(!md(u))return l(u);const h=l(u),f=Al(s,"SerializableStateInvariantMiddleware");return d||n.length&&-1!==n.indexOf(u.type)||f.measureTime((()=>{const e=Dl(u,"",t,i,r,c);if(e){const{keyPath:t,value:i}=e;console.error(`A non-serializable value was detected in an action, in the path: \`${t}\`. Value:`,i,"\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 n=Dl(e.getState(),"",t,i,o,c);if(n){const{keyPath:e,value:t}=n;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(r){let e={};Fl(r)||(e=r),o.unshift(function(e={}){if("production"===process.env.NODE_ENV)return()=>e=>t=>e(t);const{isActionCreator:t=El}=e;return()=>e=>i=>(t(i)&&console.warn(function(e){const t=e?`${e}`.split("/"):[],i=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(${i}())\` instead of \`dispatch(${i})\`. This is necessary even if the action has no payload.`}(i.type)),e(i))}(e))}}return o},Bl=e=>t=>{setTimeout(t,e)},Vl="undefined"!=typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:Bl(10),Kl=e=>function(t){const{autoBatch:i=!0}=t??{};let n=new Nl(e);return i&&n.push(((e={type:"raf"})=>t=>(...i)=>{const n=t(...i);let r=!0,o=!1,s=!1;const a=new Set,d="tick"===e.type?queueMicrotask:"raf"===e.type?Vl:"callback"===e.type?e.queueNotification:Bl(e.timeout),l=()=>{s=!1,o&&(o=!1,a.forEach((e=>e())))};return Object.assign({},n,{subscribe(e){const t=n.subscribe((()=>r&&e()));return a.add(e),()=>{t(),a.delete(e)}},dispatch(e){try{return r=!e?.meta?.RTK_autoBatch,o=!r,o&&(s||(s=!0,d(l))),n.dispatch(e)}finally{r=!0}}})})("object"==typeof i?i:void 0)),n},Hl="production"===process.env.NODE_ENV;function zl(e){const t=ql(),{reducer:i,middleware:n,devTools:r=!0,preloadedState:o,enhancers:s}=e||{};let a,d;if("function"==typeof i)a=i;else{if(!cd(i))throw new Error("production"===process.env.NODE_ENV?dc(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");a=gd(i)}if(!Hl&&n&&"function"!=typeof n)throw new Error("production"===process.env.NODE_ENV?dc(2):"`middleware` field must be a callback");if("function"==typeof n){if(d=n(t),!Hl&&!Array.isArray(d))throw new Error("production"===process.env.NODE_ENV?dc(3):"when using a middleware builder function, an array of middleware must be returned")}else d=t();if(!Hl&&d.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?dc(4):"each middleware provided to configureStore must be a function");let l=vd;r&&(l=Rl({trace:!Hl,..."object"==typeof r&&r}));const c=function(...e){return t=>(i,n)=>{const r=t(i,n);let o=()=>{throw new Error("production"===process.env.NODE_ENV?sd(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const s={getState:r.getState,dispatch:(e,...t)=>o(e,...t)},a=e.map((e=>e(s)));return o=vd(...a)(r.dispatch),{...r,dispatch:o}}}(...d),u=Kl(c);if(!Hl&&s&&"function"!=typeof s)throw new Error("production"===process.env.NODE_ENV?dc(5):"`enhancers` field must be a callback");let h="function"==typeof s?s(u):u();if(!Hl&&!Array.isArray(h))throw new Error("production"===process.env.NODE_ENV?dc(6):"`enhancers` callback must return an array");if(!Hl&&h.some((e=>"function"!=typeof e)))throw new Error("production"===process.env.NODE_ENV?dc(7):"each enhancer provided to configureStore must be a function");Hl||!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 fd(a,o,l(...h))}function Gl(e){const t={},i=[];let n;const r={addCase(e,o){if("production"!==process.env.NODE_ENV){if(i.length>0)throw new Error("production"===process.env.NODE_ENV?dc(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(n)throw new Error("production"===process.env.NODE_ENV?dc(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?dc(28):"`builder.addCase` cannot be called with an empty action type");if(s in t)throw new Error("production"===process.env.NODE_ENV?dc(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${s}'`);return t[s]=o,r},addMatcher(e,t){if("production"!==process.env.NODE_ENV&&n)throw new Error("production"===process.env.NODE_ENV?dc(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return i.push({matcher:e,reducer:t}),r},addDefaultCase(e){if("production"!==process.env.NODE_ENV&&n)throw new Error("production"===process.env.NODE_ENV?dc(31):"`builder.addDefaultCase` can only be called once");return n=e,r}};return e(r),[t,i,n]}function Jl(...e){return t=>e.some((e=>((e,t)=>xl(e)?e.match(t):e(t))(e,t)))}var Zl=["name","message","stack","code"],Yl=class{constructor(e,t){this.payload=e,this.meta=t}_type},Xl=class{constructor(e,t){this.payload=e,this.meta=t}_type},Ql=e=>{if("object"==typeof e&&null!==e){const t={};for(const i of Zl)"string"==typeof e[i]&&(t[i]=e[i]);return t}return{message:String(e)}},ec=(()=>{function e(e,t,i){const n=Ol(e+"/fulfilled",((e,t,i,n)=>({payload:e,meta:{...n||{},arg:i,requestId:t,requestStatus:"fulfilled"}}))),r=Ol(e+"/pending",((e,t,i)=>({payload:void 0,meta:{...i||{},arg:t,requestId:e,requestStatus:"pending"}}))),o=Ol(e+"/rejected",((e,t,n,r,o)=>({payload:r,error:(i&&i.serializeError||Ql)(e||"Rejected"),meta:{...o||{},arg:n,requestId:t,rejectedWithValue:!!r,requestStatus:"rejected",aborted:"AbortError"===e?.name,condition:"ConditionError"===e?.name}})));return Object.assign((function(e){return(s,a,d)=>{const l=i?.idGenerator?i.idGenerator(e):((e=21)=>{let t="",i=e;for(;i--;)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 o=i?.condition?.(e,{getState:a,extra:d});if(null!==(p=o)&&"object"==typeof p&&"function"==typeof p.then&&(o=await o),!1===o||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(r(l,e,i?.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 Yl(e,t),fulfillWithValue:(e,t)=>new Xl(e,t)})).then((t=>{if(t instanceof Yl)throw t;return t instanceof Xl?n(t.payload,l,e,t.meta):n(t,l,e)}))])}catch(t){f=t instanceof Yl?o(null,l,e,t.payload,t.meta):o(t,l,e)}var p;return i&&!i.dispatchConditionRejection&&o.match(f)&&f.meta.condition||s(f),f}();return Object.assign(f,{abort:h,requestId:l,arg:e,unwrap:()=>f.then(tc)})}}),{pending:r,rejected:o,fulfilled:n,settled:Jl(o,n),typePrefix:e})}return e.withTypes=()=>e,e})();function tc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}var ic=Symbol.for("rtk-slice-createasyncthunk");function nc(e,t){return`${e}/${t}`}function rc(e,t,i,n){function r(r,...o){let s=i.call(e,r);if(void 0===s)if(n)s=e.getInitialState();else if("production"!==process.env.NODE_ENV)throw new Error("production"===process.env.NODE_ENV?dc(16):"selectState returned undefined for an uninjected slice reducer");return t(s,...o)}return r.unwrapped=t,r}var oc=function({creators:e}={}){const t=e?.asyncThunk?.[ic];return function(e){const{name:i,reducerPath:n=i}=e;if(!i)throw new Error("production"===process.env.NODE_ENV?dc(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 r=("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)||{},o=Object.keys(r),s={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},a={addCase(e,t){const i="string"==typeof e?e:e.type;if(!i)throw new Error("production"===process.env.NODE_ENV?dc(12):"`context.addCase` cannot be called with an empty action type");if(i in s.sliceCaseReducersByType)throw new Error("production"===process.env.NODE_ENV?dc(13):"`context.addCase` cannot be called with two reducers for the same action type: "+i);return s.sliceCaseReducersByType[i]=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?dc(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={},i=[],n]="function"==typeof e.extraReducers?Gl(e.extraReducers):[e.extraReducers],r={...t,...s.sliceCaseReducersByType};return function(e,t){if("production"!==process.env.NODE_ENV&&"object"==typeof t)throw new Error("production"===process.env.NODE_ENV?dc(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let i,[n,r,o]=Gl(t);if(function(e){return"function"==typeof e}(e))i=()=>jl(e());else{const t=jl(e);i=()=>t}function s(e=i(),t){let s=[n[t.type],...r.filter((({matcher:e})=>e(t))).map((({reducer:e})=>e))];return 0===s.filter((e=>!!e)).length&&(s=[o]),s.reduce(((e,i)=>{if(i){if(Sd(e)){const n=i(e,t);return void 0===n?e:n}if(Id(e))return dl(e,(e=>i(e,t)));{const n=i(e,t);if(void 0===n){if(null===e)return e;throw new Error("production"===process.env.NODE_ENV?dc(9):"A case reducer on a non-draftable value must not return undefined")}return n}}return e}),e)}return s.getInitialState=i,s}(e.initialState,(e=>{for(let t in r)e.addCase(t,r[t]);for(let t of s.sliceMatchers)e.addMatcher(t.matcher,t.reducer);for(let t of i)e.addMatcher(t.matcher,t.reducer);n&&e.addDefaultCase(n)}))}o.forEach((n=>{const o=r[n],s={reducerName:n,type:nc(i,n),createNotation:"function"==typeof e.reducers};!function(e){return"asyncThunk"===e._reducerDefinitionType}(o)?function({type:e,reducerName:t,createNotation:i},n,r){let o,s;if("reducer"in n){if(i&&!function(e){return"reducerWithPrepare"===e._reducerDefinitionType}(n))throw new Error("production"===process.env.NODE_ENV?dc(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");o=n.reducer,s=n.prepare}else o=n;r.addCase(e,o).exposeCaseReducer(t,o).exposeAction(t,s?Ol(e,s):Ol(e))}(s,o,a):function({type:e,reducerName:t},i,n,r){if(!r)throw new Error("production"===process.env.NODE_ENV?dc(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:o,fulfilled:s,pending:a,rejected:d,settled:l,options:c}=i,u=r(e,o,c);n.exposeAction(t,u),s&&n.addCase(u.fulfilled,s);a&&n.addCase(u.pending,a);d&&n.addCase(u.rejected,d);l&&n.addMatcher(u.settled,l);n.exposeCaseReducer(t,{fulfilled:s||sc,pending:a||sc,rejected:d||sc,settled:l||sc})}(s,o,a,t)}));const l=e=>e,c=new WeakMap;let u;const h={name:i,reducerPath:n,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 i=Ml(c,this,{insert:()=>new WeakMap});return Ml(i,t,{insert:()=>{const i={};for(const[n,r]of Object.entries(e.selectors??{}))i[n]=rc(this,r,t,this!==h);return i}})},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?dc(15):"selectSlice returned undefined for an uninjected slice reducer");return t},get selectors(){return this.getSelectors(this.selectSlice)},injectInto(e,{reducerPath:t,...i}={}){const n=t??this.reducerPath;return e.inject({reducerPath:n,reducer:this.reducer},i),{...this,reducerPath:n}}};return h}}();function sc(){}var ac="listenerMiddleware";function dc(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. `}Ol(`${ac}/add`),Ol(`${ac}/removeAll`),Ol(`${ac}/remove`);const lc=e=>Rn((t=>{const i=oc(e),n=Object.assign(Object.assign({},i.actions),e.asyncActions);return class extends(bn(Uo)(t)){constructor(...e){super(...e);const t=zl({reducer:i.reducer,middleware:e=>e({thunk:{extraArgument:this},serializableCheck:!1}),devTools:!1}),r=e=>async(...i)=>{const n=await t.dispatch(e(...i));try{tc(n)}catch(e){this.logger.error(e.message,n.type,e.stack)}return n},o=Object.keys(n).reduce(((e,t)=>(e[t]=r(n[t]),e)),{});this.actions=o,this.subscribe=(e,i=e=>e)=>t.subscribe((()=>e(i(t.getState()))))}}})),cc=Rn((e=>class extends(Uo(e)){validateForm(e){return this.getFormInputs(e).every((e=>{var t,i;return null===(t=e.reportValidity)||void 0===t||t.call(e),null===(i=e.checkValidity)||void 0===i?void 0:i.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 i;null===(i=this.getFormInputs(e).find((e=>e.name===t)))||void 0===i||i.setAttribute("disabled","true")}removeFormField(e,t){var i;null===(i=this.getFormInputs(e).find((e=>e.name===t)))||void 0===i||i.remove()}})),uc=Rn((e=>{const t=bn(Bo({"widget-id":_o}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}}})),hc=Rn((e=>{const t=bn(Zo,uc)(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 i=await this.config;return null===(t=null===(e=null==i?void 0:i.projectConfig)||void 0===e?void 0:e.widgets)||void 0===t?void 0:t[this.widgetId]}}})),fc=Rn((e=>class extends e{get refreshCookieName(){return this.getAttribute("refresh-cookie-name")||""}})),pc=e=>e.selectedAccessKeysIds,gc=e=>e.notifications,vc=wl((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}))))),mc=wl(pc,vc,((e,t)=>t.filter((t=>e.includes(t.id))))),yc=wl(pc,(e=>!!e.length)),bc=wl(mc,(e=>e.every((e=>e.editable)))),$c=wl(bc,yc,((e,t)=>e&&t)),wc=wl(mc,(e=>e.some((e=>"expired"===e.status)))),Cc=wl($c,wc,((e,t)=>e&&!t));wl(pc,(e=>1===e.length));const kc=wl(mc,(e=>1===e.length?e[0].name:`${e.length} access keys`)),Sc=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Ic=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),Rc=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),xc=ec("accessKeys/create",((e,{extra:{api:t}})=>t.accesskey.create(e))),Oc=Sc(xc)({onFulfilled:(e,t)=>{e.accessKeysList.data.unshift(t.payload.key)}},Ic((e=>e.createAccessKey)),Rc({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>`}})),Ec={action:xc,reducer:Oc},Ac=ec("accessKeys/delete",((e,{extra:{api:t}})=>t.accesskey.deleteBatch(e))),Nc=Sc(Ac)({onFulfilled:(e,t)=>{e.accessKeysList.data=e.accessKeysList.data.filter((e=>!t.meta.arg.includes(e.id))),e.selectedAccessKeysIds=[]}},Ic((e=>e.deleteAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete access key${["","s"]}`})),jc={action:Ac,reducer:Nc},Mc=ec("accessKeys/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.accesskey.search(Object.assign(Object.assign({},n),e))})),Pc=Sc(Mc)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.accessKeysList.data=t.payload}},Ic((e=>e.accessKeysList))),Uc={action:Mc,reducer:Pc},Tc=ec("accessKeys/activate",((e,{extra:{api:t}})=>t.accesskey.activate(e))),Wc=Sc(Tc)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="active")}))}},Ic((e=>e.activateAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} activated successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to activate access key${["","s"]}`})),Lc={action:Tc,reducer:Wc},Dc=ec("accessKeys/deactivate",((e,{extra:{api:t}})=>t.accesskey.deactivate(e))),_c=Sc(Dc)({onFulfilled:(e,t)=>{e.accessKeysList.data.forEach((e=>{t.meta.arg.includes(e.id)&&(e.status="inactive")}))}},Ic((e=>e.deactivateAccessKey)),Rc({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["A","a"]}ccess key${["","s"]} deactivated successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to deactivate access key${["","s"]}`})),Fc={action:Dc,reducer:_c},qc=ec("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Bc={action:qc,reducer:Sc(qc)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},Ic((e=>e.tenantRoles)))},Vc={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},tenantRoles:{loading:!1,error:null,data:[]},searchParams:{text:"",sort:[]},selectedAccessKeysIds:[],notifications:[]},Kc="/v1/mgmt/accesskey/search",Hc="/v1/mgmt/accesskey/delete/batch",zc="/v1/mgmt/accesskey/create",Gc="/v1/mgmt/accesskey/deactivate/batch",Jc="/v1/mgmt/accesskey/activate/batch",Zc="/v1/mgmt/role/all",Yc=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Xc=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s}={}){if(i)return((...e)=>c(void 0,[...e],void 0,(function*({text:e,sort:t}={}){return new Promise((i=>{const n=[],r=(new Date).getTime()/1e3+2592e3,o=new Date(r).toLocaleString();for(let e=1;e<10;e+=1)n.push({id:`access-key-id-${e}`,name:`Access Key ${e}`,createdBy:`User ${e}`,editable:!0,expireTime:r,expireTimeFormatted:o,createdTime:r,createdTimeFormatted:o,roleNames:[`Role ${e}`],permittedIps:["127.1.2.3"],status:"active",clientId:`Client ID ${e}`,boundUserId:`User ${e}`});t.forEach((e=>{n.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),i(n.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.createdBy.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,text:o,sort:s});const a=yield e.post(Kc,{limit:r,page:n,text:o,sort:s},{queryParams:{tenant:t}});return yield Yc(a),(yield a.json()).keys})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Hc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({name:n,expiration:r,roleNames:o,userId:s,permittedIps:a}){const d=new Date;d.setDate(d.getDate()+ +r);const l="0"===r[0]?0:Math.floor(d.getTime()/1e3);if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,roleNames:t,userId:i,permittedIps:n},r){const o=Math.random().toString(10).substring(15);return new Promise((s=>{s({cleartext:Math.random().toString(20).substring(2),key:{id:`access-key-id-${o}`,name:e||`Access Key ${o}`,createdBy:i||`User ${o}`,editable:!0,expireTime:r,createdTime:(new Date).getTime()/1e3,roleNames:t,permittedIps:n,status:"active",clientId:`Client ID ${o}`,boundUserId:i||`User ${o}`}})}))})))({name:n,expiration:r,roleNames:o,userId:s,permittedIps:a},l);const u=yield e.post(zc,{name:n,expireTime:l,roleNames:o,userId:s,permittedIps:a},{queryParams:{tenant:t}});return yield Yc(u),yield u.json()})),activate:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Jc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),yield r.json()})),deactivate:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Gc,{ids:n},{queryParams:{tenant:t}});return yield Yc(r),yield r.json()}))}),Qc=({httpClient:e,tenant:t,mock:i})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>new Promise((t=>{const i=[];for(let t=1;t<5;t+=1)i.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:i})})))(t);const n=yield e.get(Zc,{queryParams:{tenant:t}});return yield Yc(n),n.json()}))}),eu=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"access-key-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.2"}}));return{accesskey:Xc({httpClient:r.httpClient,tenant:t,mock:i}),tenant:Qc({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),tu=Rn((e=>{const t=bn(lc({name:"widget",initialState:Vc,reducers:{setSelectedAccessKeysIds:(e,{payload:t})=>{e.selectedAccessKeysIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{Ec.reducer(e),jc.reducer(e),Uc.reducer(e),Lc.reducer(e),Fc.reducer(e),Bc.reducer(e)},asyncActions:{searchAccessKeys:Uc.action,createAccessKey:Ec.action,activateAccessKeys:Lc.action,deactivateAccessKeys:Fc.action,deleteAccessKeys:jc.action,getTenantRoles:Bc.action}}),Fo,Uo,eu)(e);return class extends t{constructor(...e){super(...e),this.state=Vc,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),iu=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){const t=yield this.fetchStaticResource(`access-key-management-widget/${this.widgetId}/${e}`,"text");return null==t?void 0:t.body}))}}})),nu=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,iu,tu)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchAccessKeys(),this.actions.getTenantRoles()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),ru=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(tu,Uo,nu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.accessKeysTable.data=e}))),r.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchAccessKeys({sort:i})})))}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",i).call(this),this.accessKeysTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))})),u(this,n,"f").call(this,vc(this.state)),this.subscribe(u(this,n,"f").bind(this),vc)}))}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){var e;this.accessKeysTable=new Fa(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)))}))},o})),ou=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.activateAccessKeysModal=this.createModal(),this.activateAccessKeysModal.setContent($n(yield this.fetchWidgetPage("activate-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.activateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.activateAccessKeysModal.close()}));const n=new Za(null===(e=this.activateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.activateAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Activate ${e}?`}}))},n})),su=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,ou)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Cc)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.activateButton=new Ta(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()}))},r})),au=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,cc,Uo,nu)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){this.createdAccessKeyModal=this.createModal(),this.createdAccessKeyModal.setContent($n(yield this.fetchWidgetPage("created-access-key-modal.html"))),new Ta((()=>{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()}))}))},n})),du=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(tu,nd,cc,Uo,nu,au)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e,t;yield u(this,i,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,r=new WeakMap,t=new WeakSet,n=function e(){return c(this,void 0,void 0,(function*(){this.createAccessKeyModal=this.createModal(),this.createAccessKeyModal.setContent($n(yield this.fetchWidgetPage("create-access-key-modal.html"))),new Ta((()=>{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 Ta((()=>{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 i=yield this.actions.createAccessKey(Object.assign({},this.getFormData(this.createAccessKeyModal.ele)));this.createAccessKeyModal.close(),(null===(e=null==i?void 0:i.payload)||void 0===e?void 0:e.cleartext)&&(this.setFormData(this.createdAccessKeyModal.ele,{"generated-key":null===(t=null==i?void 0:i.payload)||void 0===t?void 0:t.cleartext}),this.createdAccessKeyModal.open())}})))),h(this,i,new Ha((()=>{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,r,"f").call(this),this.createAccessKeyModal.afterClose=()=>{u(this,t,"m",e).call(this)}}))},o})),lu=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,du,nu)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(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()))},n})),cu=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deactivateAccessKeysModal=this.createModal(),this.deactivateAccessKeysModal.setContent($n(yield this.fetchWidgetPage("deactivate-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.deactivateAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deactivateAccessKeysModal.close()}));const n=new Za(null===(e=this.deactivateAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deactivateAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Deactivate ${e}?`}}))},n})),uu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,cu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Cc)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deactivateButton=new Ta(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()}))},r})),hu=Rn((e=>{var t,i,n;return n=class extends(bn(tu,nd,Uo,nu)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteAccessKeysModal=this.createModal(),this.deleteAccessKeysModal.setContent($n(yield this.fetchWidgetPage("delete-access-keys-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=mc(this.state);this.actions.deleteAccessKeys(null==e?void 0:e.map((e=>e.id))),this.deleteAccessKeysModal.close()}));const n=new Za(null===(e=this.deleteAccessKeysModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteAccessKeysModal.beforeOpen=()=>{const e=kc(this.state);n.text=`Delete ${e}?`}}))},n})),fu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu,hu)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),$c)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),pu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,nu,tu)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),gu={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},vu=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,tu,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),gc)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=gu[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),mu=Rn((e=>class extends(bn(Ea,ps,ru,lu,fu,pu,su,uu,vu)(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)}))}})),yu=bn((e=>class extends(mu(e)){}))(HTMLElement);customElements.define("descope-access-key-management-widget",yu);var bu,$u=Object.freeze({__proto__:null,default:yu});!function(e){e.oidc="oidc",e.saml="saml",e.wsfed="wsfed",e.custom="custom"}(bu||(bu={}));const wu=e=>e.ssoAppsList.data,Cu=wl(wu,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bu.saml))})),ku=wl(wu,(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===bu.oidc&&(null===(t=e.oidcSettings)||void 0===t?void 0:t.customIdpInitiatedLoginPageUrl)}))})),Su=wl(wu,(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===bu.wsfed&&(null===(t=e.wsfedSettings)||void 0===t?void 0:t.idpInitiatedUrl)}))})),Iu=wl(wu,(e=>{var t;return null===(t=null==e?void 0:e.filter)||void 0===t?void 0:t.call(e,(e=>e.appType===bu.custom))})),Ru=e=>{var t,i,n,r;switch(e.appType){case bu.saml:return null===(t=e.samlSettings)||void 0===t?void 0:t.idpInitiatedUrl;case bu.oidc:return null===(i=e.oidcSettings)||void 0===i?void 0:i.customIdpInitiatedLoginPageUrl;case bu.wsfed:return null===(n=e.wsfedSettings)||void 0===n?void 0:n.idpInitiatedUrl;case bu.custom:return null===(r=e.customSettings)||void 0===r?void 0:r.loginPageUrl;default:return}},xu=wl(Cu,ku,Su,Iu,((e,t,i,n)=>[...e,...t,...i,...n].map((e=>({name:e.name,icon:e.logo,url:Ru(e)}))))),Ou=ec("ssoApps/load",((e,{extra:{api:t}})=>t.ssoApps.load())),Eu=(e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))})(Ou)({onFulfilled:(e,t)=>{var i;e.ssoAppsList.data=null===(i=t.payload)||void 0===i?void 0:i.apps}},(Au=e=>e.ssoAppsList,{onFulfilled:e=>{Au(e).loading=!1},onPending:e=>{Au(e).loading=!0,Au(e).error=null},onRejected:(e,t)=>{Au(e).loading=!1,Au(e).error=t.error}}));var Au;const Nu={action:Ou,reducer:Eu},ju={ssoAppsList:{data:[],loading:!1,error:null}},Mu="/v1/mgmt/sso/idp/apps/load",Pu=({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:bu.saml,logo:"logo1",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp2",name:"App 2",description:"This is the first OIDC app",enabled:!0,appType:bu.oidc,logo:"logo2"},{id:"ssoapp3",name:"App 3",description:"This is the second SAML app",enabled:!0,appType:bu.saml,logo:"logo3",samlSettings:{idpInitiatedUrl:""}},{id:"ssoapp4",name:"App 4",description:"This is a WS-Fed app",enabled:!0,appType:bu.wsfed,logo:"logo4",wsfedSettings:{idpInitiatedUrl:"http://localhost/wsfed/idp-initiated",realm:"urn:mock:realm",replyUrl:"http://localhost/reply",loginPageUrl:"http://localhost/login"}}]})}))}));const i=yield e.get(Mu);return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})))(i),i.json()}))}),Uu=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,fc,Ko)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"applications-portal-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.7.2"}}));return{ssoApps:Pu({httpClient:n.httpClient,mock:t})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Tu=Rn((e=>{const t=bn(lc({name:"widget",initialState:ju,reducers:{},extraReducers:e=>{Nu.reducer(e)},asyncActions:{loadSSOApps:Nu.action}}),Fo,Uo,Uu)(e);return class extends t{constructor(...e){super(...e),this.state=ju,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Wu=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`applications-portal-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Lu=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Fo,rs,cs,Wu,Tu)(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 r;yield null===(r=e.init)||void 0===r?void 0:r.call(this);const[o]=yield Promise.all([u(this,t,"m",i).call(this),this.actions.loadSSOApps()]);u(this,t,"m",n).call(this,o),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},n=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},r})),Du=Rn((e=>{var t,i,n;return n=class extends(bn(Tu,Uo,Lu)(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),u(this,t,"m",i).call(this,xu(this.state))}))}},t=new WeakSet,i=function(e){this.appsList=new Pa((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-apps-list")}),{logger:this.logger}),this.appsList.data=e},n})),_u=Rn((e=>class extends(bn(Ea,ps,Du)(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)}))}})),Fu=bn((e=>class extends(_u(e)){}))(HTMLElement);customElements.define("descope-applications-portal-widget",Fu);var qu=Object.freeze({__proto__:null,default:Fu});const Bu=(e,t)=>t?{[e]:t}:{},Vu=e=>{if(!e)return;const t=JSON.parse(e);return Array.isArray(t)&&0===t.length?void 0:t},Ku=e=>e.selectedAuditId,Hu=wl((e=>e.auditList.data),(e=>e.map((e=>{const t=e||{},{occurred:i,ID:n,type:r}=t,o=t.data,s=void 0===o?{saml_request:"",saml_response:"",saml_generated_user:"",saml_generated_roles:"",oidc_response:"",oidc_generated_user:"",scim_request:"",scim_result:"",Change:""}:o,{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}),Bu("type",(b=r)&&b[0].toUpperCase()+b.slice(1))),Bu("saml_request",a)),Bu("saml_response",d)),Bu("saml_generated_user",Vu(c))),Bu("saml_generated_roles",Vu(u))),Bu("oidc_response",Vu(h))),Bu("oidc_generated_user",Vu(f))),Bu("scim_request",p)),Bu("scim_result",g)),Bu("Change",v)),{occurredFormatted:i?new Date(Number(i)||0).toLocaleString():"N/A"}))}))));wl(Ku,Hu,((e,t)=>t.find((t=>e===t.id)))),wl(Ku,(e=>!!e));const zu=ec("audit/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.audit.search(Object.assign(Object.assign({},n),e))})),Gu=(e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))})(zu)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.auditList.data=t.payload}},(Ju=e=>e.auditList,{onFulfilled:e=>{Ju(e).loading=!1},onPending:e=>{Ju(e).loading=!0,Ju(e).error=null},onRejected:(e,t)=>{Ju(e).loading=!1,Ju(e).error=t.error}}));var Ju;const Zu={action:zu,reducer:Gu},Yu={auditList:{data:[],loading:!1,error:null},searchParams:{text:"",sort:[]},selectedAuditId:""},Xu="/v1/mgmt/audit/search",Qu=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s,from:a}={}){if(i)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((i=>{const n=[],r=(new Date).getTime()/1e3+2592e3,o=new Date(r).toLocaleString();for(let e=1;e<9;e+=1)n.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:r,occurredFormatted:o});t.forEach((e=>{n.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),i(n.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:n,limit:r,text:o,sort:s});const d=yield e.post(Xu,{limit:r,page:n,text:o,sort:s,from:a},{queryParams:{tenant:t}});return yield(e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})))(d),(yield d.json()).audits}))}),eh=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"audit-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.7.2"}}));return{audit:Qu({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),th=Rn((e=>{const t=bn(lc({name:"widget",initialState:Yu,reducers:{setSelectedAuditId:(e,{payload:t})=>{e.selectedAuditId=t}},extraReducers:e=>{Zu.reducer(e)},asyncActions:{searchAudit:Zu.action}}),Fo,Uo,eh)(e);return class extends t{constructor(...e){super(...e),this.state=Yu,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),ih=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`audit-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),nh=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,ih,th)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this)]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),rh=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,nh,th)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{const e=this.rangeInput.value,t=new Date;let i;switch(e){case"minuets15":i=t.setMinutes(t.getMinutes()-15);break;case"hour":i=t.setHours(t.getHours()-1);break;case"hour6":i=t.setHours(t.getHours()-6);break;case"day":default:i=t.setDate(t.getDate()-1);break;case"day3":i=t.setDate(t.getDate()-3);break;case"week":i=t.setDate(t.getDate()-7);break;case"week2":i=t.setDate(t.getDate()-14);break;case"month":i=t.setMonth(t.getMonth()-1)}this.actions.searchAudit({text:this.searchInput.value,from:Math.floor(new Date(i).getTime())})})))}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),u(this,t,"m",r).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f")),u(this,i,"f").call(this)},r=function(){var e;this.rangeInput=new Ja(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="range-input"]'),{logger:this.logger}),this.rangeInput.onInput(u(this,i,"f"))},o})),oh=Rn((e=>{var t,i,n,r;return r=class extends(bn(th,Uo,nh)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.auditTable.data=e})))}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",i).call(this),u(this,n,"f").call(this,Hu(this.state)),this.subscribe(u(this,n,"f").bind(this),Hu)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.auditTable=new Fa(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)))}))},r})),sh=[{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"}],ah=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,nh,th)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.exportButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="export-button"]'),{logger:this.logger}),this.exportButton.onClick((()=>{const e=Hu(this.state);if(!e.length)return void this.logger.warn("No audit data to export");const t=((e,t)=>[t.map((e=>Pn(e.header))).join(","),...e.map((e=>t.map((t=>Pn(e[t.path]))).join(",")))].join("\n"))(e,sh);((e,t)=>{const i=new Blob(["\ufeff"+e],{type:"text/csv;charset=utf-8;"}),n=URL.createObjectURL(i),r=document.createElement("a");r.href=n,r.setAttribute("download",t),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)})(t,`audit_logs_${(new Date).toISOString().slice(0,10)}.csv`)}))},n})),dh=Rn((e=>class extends(bn(Ea,ps,oh,rh,ah)(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)}))}})),lh=bn((e=>class extends(dh(e)){}))(HTMLElement);customElements.define("descope-audit-management-widget",lh);var ch=Object.freeze({__proto__:null,default:lh});const uh=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function hh(e){return new URLSearchParams(window.location.search).get(e)}const fh=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},ph=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),gh=ec("outboundApps/load",((e,{extra:{api:t}})=>t.outboundApps.getAllOutboundApps())),vh=fh(gh)({onFulfilled:(e,t)=>{var i;e.outboundAppsList.data=null===(i=t.payload)||void 0===i?void 0:i.apps}},ph((e=>e.outboundAppsList))),mh={action:gh,reducer:vh},yh=ec("outboundApps/getConnectedOutboundApps",((e,{extra:{api:t}})=>t.outboundApps.getConnectedOutboundApps(e))),bh=fh(yh)({onFulfilled:(e,t)=>{var i;e.connectedOutboundAppsIds.data=null===(i=t.payload)||void 0===i?void 0:i.appIds}},ph((e=>e.connectedOutboundAppsIds))),$h={action:yh,reducer:bh},wh={outboundAppsList:{data:[],loading:!1,error:null},connectedOutboundAppsIds:{data:[],loading:!1,error:null},allowedAppsIds:{data:void 0},me:{loading:!1,error:null,data:{}}},Ch="/v1/mgmt/outbound/apps",kh="/v1/mgmt/outbound/apps-with-user-token",Sh="/v1/auth/me",Ih=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Rh=({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 i=yield e.get(Ch);return yield Ih(i),i.json()})),getConnectedOutboundApps:i=>c(void 0,[i],void 0,(function*({userId:i,tenantId:n}){if(t)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({apps:["outboundApp3"]})}))}));const r=yield e.get(kh,{queryParams:n?{userId:i,tenantId:n}:{userId:i}});return yield Ih(r),r.json()}))}),xh=({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 i=yield e.get(Sh);return yield Ih(i),i.json()}))}),Oh=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,fc,Ko)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"outbound-applications-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.3.3"}}));return{outboundApps:Rh({httpClient:n.httpClient,mock:t}),user:Object.assign({},xh({httpClient:n.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Eh=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),Ah={action:Eh,reducer:fh(Eh)({onFulfilled:(e,t)=>{e.me.data=t.payload}},ph((e=>e.me)))},Nh=Rn((e=>{const t=bn(lc({name:"widget",initialState:wh,reducers:{setAllowedAppsIds:(e,{payload:t})=>{e.allowedAppsIds.data=t}},extraReducers:e=>{Ah.reducer(e),$h.reducer(e),mh.reducer(e)},asyncActions:{getMe:Ah.action,getOutboundApps:mh.action,getConnectedOutboundApps:$h.action}}),Fo,Uo,Oh)(e);return class extends t{constructor(...e){super(...e),this.state=wh,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),jh="widget-flow",Mh=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,Nh,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=hh(jh);r&&(function(e){if(window.history.replaceState&&hh(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(jh),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(uh({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),Ph=wl((e=>e.outboundAppsList.data),(e=>e.connectedOutboundAppsIds.data),(e=>e.allowedAppsIds.data),((e,t,i)=>e.filter((e=>void 0===i||i.includes(e.id))).map((e=>{const i=(null==t?void 0:t.includes(e.id))||!1;return Object.assign(Object.assign({},e),{appId:e.id,isConnected:i})})).sort(((e,t)=>e.name.localeCompare(t.name))))),Uh=wl((e=>e.me.data),(e=>e.userId)),Th=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`outbound-applications-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Wh=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Fo,rs,cs,Th,Nh)(e)){constructor(){super(...arguments),t.add(this)}static get observedAttributes(){return["allowed-outbound-apps-ids"]}attributeChangedCallback(e,i,n){"allowed-outbound-apps-ids"===e&&i!==n&&this.actions.setAllowedAppsIds(u(this,t,"a",r))}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),yield this.actions.getMe(),yield this.actions.setAllowedAppsIds(u(this,t,"a",r)),yield Promise.all([this.actions.getOutboundApps(),this.actions.getConnectedOutboundApps({userId:Uh(this.state),tenantId:this.tenantId})]);const s=yield u(this,t,"m",i).call(this);u(this,t,"m",n).call(this,s),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));return yield this.loadDescopeUiComponents(e),e}))},n=function(e){this.contentRootElement.append(e.content.cloneNode(!0))},r=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):[]},o})),Lh=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),Dh=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v,m,y,b,$;return $=class extends(bn(Lh,Nh,Uo,Wh,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),s.set(this,void 0),a.set(this,null),d.set(this,null),b.set(this,Cn((e=>{u(this,i,"f").data=e})))}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",y).call(this,Ph(this.state)),u(this,t,"m",l).call(this),u(this,t,"m",g).call(this),this.subscribe(u(this,b,"f").bind(this),Ph)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,a=new WeakMap,d=new WeakMap,b=new WeakMap,t=new WeakSet,l=function(){u(this,i,"f").connectFlowId&&(h(this,n,this.createModal({"data-id":"outbound-apps-connect"}),"f"),u(this,n,"f").afterClose=()=>{var e;if(u(this,a,"f")){const t=null===(e=u(this,n,"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,o,new Wa((()=>{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,o,"f")))},f=function(e,t,i){e.open(),t.removeEventListener("page-updated",i)},p=function(e,i){var n;const r=null===(n=e.ele)||void 0===n?void 0:n.querySelector("descope-wc"),o=()=>u(this,t,"m",f).call(this,e,r,o);i=o,null==r||r.addEventListener("page-updated",i)},g=function(){h(this,r,this.createModal({"data-id":"outbound-apps-disconnect"}),"f"),h(this,s,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=()=>{var e;if(u(this,d,"f")){const t=null===(e=u(this,r,"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,n,"f").setContent(uh({projectId:this.projectId,flowId:u(this,i,"f").connectFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,n,"f"),u(this,a,"f")),u(this,o,"f").onSuccess((()=>{u(this,n,"f").close(),this.actions.getConnectedOutboundApps({userId:Uh(this.state),tenantId:this.tenantId})}))},m=function(e){u(this,r,"f").setContent(uh({projectId:this.projectId,flowId:u(this,i,"f").disconnectFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,outboundAppId:e})),u(this,t,"m",p).call(this,u(this,r,"f"),u(this,d,"f")),u(this,s,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getConnectedOutboundApps({userId:Uh(this.state)})}))},y=function(e){h(this,i,new Ga((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("descope-outbound-apps")}),{logger:this.logger}),"f"),u(this,i,"f").onConnectClick((({id:e})=>{u(this,t,"m",v).call(this,e)})),u(this,i,"f").onDisconnectClick((({id:e})=>{u(this,t,"m",m).call(this,e)})),u(this,i,"f").data=e},$})),_h=Rn((e=>class extends(bn(Ea,ps,Mh,Dh)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),Fh=bn((e=>class extends(_h(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this),(customElements.get("descope-wc")||(yield Promise.resolve().then((function(){return Oa})).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.3.3"}}}))}}))(HTMLElement);customElements.define("descope-outbound-applications-widget",Fh);var qh=Object.freeze({__proto__:null,default:Fh});const Bh=e=>e.selectedRolesIds,Vh=e=>e.notifications,Kh=e=>e.tenantPermissions.data||[],Hh=wl((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"})})))),zh=wl(Bh,Hh,((e,t)=>t.filter((t=>e.includes(t.name))))),Gh=wl(Bh,(e=>!!e.length)),Jh=wl(Bh,(e=>1===e.length)),Zh=wl(zh,Jh,((e,t)=>t&&"yes"===e[0].editable)),Yh=wl(zh,(e=>1===e.length?e[0].name:`${e.length} roles`)),Xh=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Qh=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),ef=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),tf=ec("roles/create",((e,{extra:{api:t}})=>t.role.create(e))),nf=Xh(tf)({onFulfilled:(e,t)=>{e.rolesList.data.unshift(t.payload)}},Qh((e=>e.createRole)),ef({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>`}})),rf={action:tf,reducer:nf},of=ec("roles/delete",((e,{extra:{api:t}})=>t.role.deleteBatch(e))),sf=Xh(of)({onFulfilled:(e,t)=>{e.rolesList.data=e.rolesList.data.filter((e=>{var i;return 0===(null===(i=null==e?void 0:e.tenantId)||void 0===i?void 0:i.length)||!t.meta.arg.includes(e.name)})),e.selectedRolesIds=[]}},Qh((e=>e.deleteRole)),ef({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["R","r"]}ole${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete role${["","s"]}`})),af={action:of,reducer:sf},df=ec("roles/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.role.search(Object.assign(Object.assign({},n),e))})),lf=Xh(df)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.rolesList.data=t.payload}},Qh((e=>e.rolesList))),cf={action:df,reducer:lf},uf=ec("roles/update",((e,{extra:{api:t}})=>t.role.update(e))),hf=Xh(uf)({onFulfilled:(e,t)=>{const i=e.rolesList.data.findIndex((e=>e.name===t.payload.oldName));-1!==i&&(e.rolesList.data[i]=t.payload)}},Qh((e=>e.updateRole)),ef({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>`}})),ff={action:uf,reducer:hf},pf=ec("tenant/getTenantPermissions",((e,{extra:{api:t}})=>t.tenant.getTenantPermissions())),gf={action:pf,reducer:Xh(pf)({onFulfilled:(e,t)=>{e.tenantPermissions.data=t.payload.permissions}},Qh((e=>e.tenantPermissions)))},vf={rolesList:{data:[],loading:!1,error:null},createRole:{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:[]},mf="/v1/mgmt/role/search",yf="/v1/mgmt/role/delete/batch",bf="/v1/mgmt/role/create",$f="/v1/mgmt/role/update",wf="/v1/mgmt/permission/all",Cf=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),kf=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,text:o,sort:s}={}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({text:e,sort:t},i){return new Promise((n=>{const r=[];for(let e=1;e<10;e+=1)r.push({name:`Role ${e}`,description:`Role description ${e}`,permissionNames:[`Permission ${e}`],createdTime:new Date,tenantId:i});t.forEach((e=>{r.sort(((t,i)=>{var n,r;return e.desc?null===(r=i[e.field])||void 0===r?void 0:r.localeCompare(t[e.field]):null===(n=t[e.field])||void 0===n?void 0:n.localeCompare(i[e.field])}))})),n(r.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.description.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,text:o,sort:s},t);const a=yield e.post(mf,{limit:r,page:n,text:o,sort:s},{queryParams:{tenant:t}});return yield Cf(a),(yield a.json()).roles})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(yf,{roleNames:n},{queryParams:{tenant:t}});return yield Cf(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({name:n,description:r,permissionNames:o}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,description:t,permissionNames:i},n){return new Promise((r=>{r({name:e,description:t,permissionNames:i,createdTime:new Date,tenantId:n})}))})))({name:n,description:r,permissionNames:o},t);const s=yield e.post(bf,{name:n,description:r,permissionNames:o,tenantId:t},{queryParams:{tenant:t}});return yield Cf(s),yield s.json()})),update:n=>c(void 0,[n],void 0,(function*({name:n,newName:r,description:o,permissionNames:s}){if(i)return((e,t)=>c(void 0,[e,t],void 0,(function*({name:e,newName:t,description:i,permissionNames:n},r){return new Promise((o=>{o({name:t,description:i,permissionNames:n,createdTime:new Date,oldName:e,tenantId:r})}))})))({name:n,newName:r,description:o,permissionNames:s},t);const a=yield e.post($f,{name:n,newName:r,description:o,permissionNames:s,tenantId:t},{queryParams:{tenant:t}});yield Cf(a);const d=yield a.json();return d.oldName=n,d}))}),Sf=({httpClient:e,tenant:t,mock:i})=>({getTenantPermissions:()=>c(void 0,void 0,void 0,(function*(){if(i)return new Promise((e=>{const t=[];for(let e=1;e<5;e+=1)t.push({name:`Permission ${e}`});e({permissions:t})}));const n=yield e.get(wf,{queryParams:{tenant:t}});return yield Cf(n),n.json()}))}),If=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"role-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.2"}}));return{role:kf({httpClient:r.httpClient,tenant:t,mock:i}),tenant:Sf({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),Rf=Rn((e=>{const t=bn(lc({name:"widget",initialState:vf,reducers:{setSelectedRolesIds:(e,{payload:t})=>{e.selectedRolesIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{rf.reducer(e),ff.reducer(e),af.reducer(e),cf.reducer(e),gf.reducer(e)},asyncActions:{searchRoles:cf.action,createRole:rf.action,updateRole:ff.action,deleteRoles:af.action,getTenantPermissions:gf.action}}),Fo,Uo,If)(e);return class extends t{constructor(...e){super(...e),this.state=vf,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),xf=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`role-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Of=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,xf,Rf)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchRoles(),this.actions.getTenantPermissions()]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),Ef=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Rf,nd,cc,Uo,Of)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),r.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,i,"f").setData(null===(e=Kh(this.state))||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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,r=new WeakMap,t=new WeakSet,n=function(){return c(this,void 0,void 0,(function*(){this.createRoleModal=this.createModal(),this.createRoleModal.setContent($n(yield this.fetchWidgetPage("create-role-modal.html"))),new Ta((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-cancel"]')}),{logger:this.logger}).onClick((()=>{this.createRoleModal.close(),this.resetFormData(this.createRoleModal.ele)})),new Ta((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger}).onClick((()=>c(this,void 0,void 0,(function*(){this.validateForm(this.createRoleModal.ele)&&(this.actions.createRole(Object.assign({},this.getFormData(this.createRoleModal.ele))),this.createRoleModal.close(),this.resetFormData(this.createRoleModal.ele))})))),h(this,i,new Ha((()=>{var e;return null===(e=this.createRoleModal.ele)||void 0===e?void 0:e.querySelector('[data-id="permissions-multiselect"]')}),{logger:this.logger}),"f"),u(this,r,"f").call(this)}))},o})),Af=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Ef,Of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-role"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createRoleModal.open()))},n})),Nf=Rn((e=>{var t,i,n;return n=class extends(bn(Rf,nd,Uo,Of)(e)){constructor(){super(...arguments),t.add(this)}onWidgetRootReady(){const e=Object.create(null,{onWidgetRootReady:{get:()=>super.onWidgetRootReady}});return c(this,void 0,void 0,(function*(){var n;yield null===(n=e.onWidgetRootReady)||void 0===n?void 0:n.call(this),yield u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteRolesModal=this.createModal(),this.deleteRolesModal.setContent($n(yield this.fetchWidgetPage("delete-roles-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=zh(this.state);this.actions.deleteRoles(null==e?void 0:e.map((e=>e.name))),this.deleteRolesModal.close()}));const n=new Za(null===(e=this.deleteRolesModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteRolesModal.beforeOpen=()=>{const e=Yh(this.state);n.text=`Delete ${e}?`}}))},n})),jf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf,Nf)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Gh)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),Mf=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(Rf,nd,Uo,cc,Of)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),o.set(this,(()=>c(this,void 0,void 0,(function*(){var e;yield u(this,i,"f").setData(null===(e=Kh(this.state))||void 0===e?void 0:e.map((({name:e})=>({value:e,label:e}))))})))),s.set(this,(()=>{var e;const t=null===(e=zh(this.state))||void 0===e?void 0:e[0],i={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,i)}))}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",a).call(this)}))}},i=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,n=function(){new Ta((()=>{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()))},r=function(){new Ta((()=>{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:i}=t,n=l(t,["name"]),r=null===(e=zh(this.state))||void 0===e?void 0:e[0];this.actions.updateRole(Object.assign({newName:i,name:r.name},n)),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($n(yield this.fetchWidgetPage("edit-role-modal.html"))),u(this,t,"m",n).call(this),u(this,t,"m",r).call(this),h(this,i,new Ha((()=>{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,o,"f").call(this),u(this,s,"f").call(this)}))}))},d})),Pf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf,Mf,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),u(this,t,"m",i).call(this),this.subscribe(u(this,n,"f").bind(this),Zh)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.editButton=new Ta(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()}))},r})),Uf=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,Of,Rf)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),Tf={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},Wf=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Rf,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),Vh)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=Tf[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),Lf=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Rf,Uo,Of)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.rolesTable.data=e}))),r.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchRoles({sort:i})})))}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",i).call(this),this.rolesTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,r,"f").call(this,e.target,e.detail)}))})),u(this,n,"f").call(this,Hh(this.state)),this.subscribe(u(this,n,"f").bind(this),Hh)}))}},n=new WeakMap,r=new WeakMap,t=new WeakSet,i=function(){var e;this.rolesTable=new Fa(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)))}))},o})),Df=Rn((e=>class extends(bn(Ea,ps,Lf,Af,jf,Pf,Uf,Wf)(e)){init(){const e=Object.create(null,{init:{get:()=>super.init}});return c(this,void 0,void 0,(function*(){var t;yield null===(t=e.init)||void 0===t?void 0:t.call(this)}))}})),_f=bn((e=>class extends(Df(e)){}))(HTMLElement);customElements.define("descope-role-management-widget",_f);var Ff=Object.freeze({__proto__:null,default:_f});const qf=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function Bf(e){return new URLSearchParams(window.location.search).get(e)}const Vf=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},Kf=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),Hf=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),zf=Vf(Hf)({onFulfilled:(e,t)=>{e.me.data=t.payload}},Kf((e=>e.me))),Gf={action:Hf,reducer:zf},Jf=ec("tenant/details",((e,{extra:{api:t}})=>t.tenant.details())),Zf=Vf(Jf)({onFulfilled:(e,t)=>{e.tenant.data=t.payload}},Kf((e=>e.tenant))),Yf={action:Jf,reducer:Zf},Xf=ec("tenant/adminLinkSso",((e,{extra:{api:t}})=>t.tenant.adminLinkSso())),Qf={action:Xf,reducer:Vf(Xf)({onFulfilled:(e,t)=>{var i;e.tenantAdminLinkSSO.data=(null===(i=t.payload)||void 0===i?void 0:i.adminSSOConfigurationLink)||""}},Kf((e=>e.tenantAdminLinkSSO)))},ep={me:{loading:!1,error:null,data:{}},tenant:{loading:!1,error:null,data:{}},tenantAdminLinkSSO:{loading:!1,error:null,data:""}},tp="/v1/auth/me",ip="/v1/mgmt/tenant",np="/v1/mgmt/tenant/adminlinks/sso/authenticated",rp=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),op=({httpClient:e,tenantId:t,mock:i})=>{const n=encodeURIComponent(t||""),r=`?tenant=${n}&id=${n}`;return{details:()=>c(void 0,void 0,void 0,(function*(){if(i)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 n=`${ip}${r}`,o=yield e.get(n);return yield rp(o),yield o.json()})),adminLinkSso:()=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({adminSSOConfigurationLink:"_blank"})}))}));if(!t)throw new Error("tenantId is not defined");const r=yield e.post(`${np}?tenant=${n}`,{tenantId:n},{headers:{"Content-Type":"application/json"}});return yield rp(r),yield r.json()}))}},sp=({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 i=yield e.get(tp);return yield rp(i),i.json()}))}),ap=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.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")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant","mock"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"tenant-profile-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.6.3"}}));return{user:sp({httpClient:r.httpClient,mock:i}),tenant:op({httpClient:r.httpClient,tenantId:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),dp=Rn((e=>{const t=bn(lc({name:"widget",initialState:ep,reducers:{},extraReducers:e=>{Gf.reducer(e),Yf.reducer(e),Qf.reducer(e)},asyncActions:{getMe:Gf.action,getTenant:Yf.action,getTenantAdminLinkSSO:Qf.action}}),Fo,Uo,ap)(e);return class extends t{constructor(...e){super(...e),this.state=ep,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),lp="widget-flow",cp=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,dp,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=Bf(lp);r&&(function(e){if(window.history.replaceState&&Bf(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(lp),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{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(),this.actions.getTenant(),this.actions.getTenantAdminLinkSSO()})),t.afterClose=()=>{t.remove()},t.open()},n})),up=e=>e.tenant.data,hp=e=>e.tenantAdminLinkSSO.data,fp=wl(up,(e=>e.customAttributes||{})),pp=wl(up,(e=>e.name||"")),gp=wl(up,(e=>e.selfProvisioningDomains||[])),vp=wl(up,(e=>e.enforceSSOExclusions||[])),mp=wl(up,(e=>e.enforceSSO||!1)),yp=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),bp=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`tenant-profile-widget/${this.widgetId}/${e}`,"text")).body}))}}})),$p=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,bp,dp)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);try{yield Promise.all([this.actions.getMe(),this.actions.getTenant(),this.actions.getTenantAdminLinkSSO()])}catch(n){}const r=this.state.me.error||(()=>this.state.tenant.error)()||(()=>this.state.tenantAdminLinkSSO.error)();if(r){this.contentRootElement.innerHTML="";const e="object"==typeof r&&null!==r&&"message"in r?r.message:String(r)||"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 i=document.createElement("div");i.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 ',i.style.marginBottom="12px",t.appendChild(i);const n=document.createElement("div");return n.textContent=e,n.style.fontWeight="bold",n.style.fontSize="20px",n.style.color="#222",n.style.textAlign="center",n.style.marginTop="8px",t.appendChild(n),t}({mainMessage:e}))}else yield u(this,t,"m",i).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),wp=Rn((e=>{var t,i,n,r;return r=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((e=>{this.tenantAdminLinkSSODriver.href=e})))}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",i).call(this),u(this,n,"f").call(this,hp(this.state)),this.subscribe(u(this,n,"f").bind(this),hp)}))}},n=new WeakMap,t=new WeakSet,i=function(){this.tenantAdminLinkSSODriver=new qa((()=>{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})},r}));var Cp;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Cp||(Cp={}));const kp=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return f=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),n.set(this,{}),r.set(this,{}),o.set(this,{}),d.set(this,Cn((e=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("customAttributes.",""),r=i.getAttribute("data-type")||Cp.TEXT,o=e[n],s=new Xa(i,{logger:this.logger});s.value=((e,t)=>e===Cp.DATE&&t?new Date(t).toLocaleString():e===Cp.BOOLEAN&&void 0!==t?t?"True":"False":(t||"").toString())(r,o),u(this,t,"m",l).call(this,i,n,s,r,n),u(this,t,"m",h).call(this,i,n,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,fp(this.state)),this.subscribe(u(this,d,"f").bind(this),fp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e,t,r){var o,s;const a=fp(this.state)[r],d=t===Cp.ARRAY?(a||[]).join(","):a;null===(o=u(this,i,"f")[e])||void 0===o||o.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({customAttributes:{[r]:d}})})),null===(s=u(this,n,"f")[e])||void 0===s||s.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},a=function(e){var t,i;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(qf({projectId:this.projectId,flowId:e,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,o,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getTenant()}))},l=function(e,r,o,a,d){const l=e.getAttribute("edit-flow-id");l&&(u(this,i,"f")[l]||(u(this,i,"f")[l]=this.createModal({"data-id":`edit-${r}`}),u(this,n,"f")[l]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[l])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[l].beforeOpen=u(this,t,"m",s).bind(this,l,a,d),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[l])||void 0===t||t.open()})),this.syncFlowTheme(u(this,n,"f")[l])))},h=function(e,i,n){const s=e.getAttribute("delete-flow-id");s&&(u(this,r,"f")[s]||(u(this,r,"f")[s]=this.createModal({"data-id":`delete-${i}`}),u(this,o,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[s].beforeOpen=u(this,t,"m",a).bind(this,s),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"f"))||void 0===e?void 0:e[s])||void 0===t||t.open()})),this.syncFlowTheme(u(this,o,"f")[s])))},f})),Sp=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantEmailDomainsDriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,gp(this.state)),this.subscribe(u(this,p,"f").bind(this),gp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEmailDomainsDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-email-domains"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEmailDomainsDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({tenantEmailDomains:gp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEmailDomainsDriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-email-domains"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEmailDomainsDriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEmailDomainsDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantEmailDomainsDriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Ip=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantSSOExclusionsDriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,vp(this.state)),this.subscribe(u(this,p,"f").bind(this),vp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantSSOExclusionsDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-sso-exclusions"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantSSOExclusionsDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({enforceSSOExclusions:vp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantSSOExclusionsDriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-sso-exclusions"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantSSOExclusionsDriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantSSOExclusionsDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantSSOExclusionsDriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Rp=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.tenantEnforceSSODriver.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,mp(this.state)),this.subscribe(u(this,p,"f").bind(this),mp)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.tenantEnforceSSODriver.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-tenant-enforce-sso"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEnforceSSODriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({enforceSSO:mp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},d=function(){this.tenantEnforceSSODriver.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-tenant-enforce-sso"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").beforeOpen=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantEnforceSSODriver.deleteFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getTenant()}))},f=function(){this.tenantEnforceSSODriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.tenantEnforceSSODriver.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),xp=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),a.set(this,Cn((e=>{this.tenantNameDriver.value=e})))}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",s).call(this),u(this,t,"m",r).call(this),u(this,a,"f").call(this,pp(this.state)),this.subscribe(u(this,a,"f").bind(this),pp)}))}},i=new WeakMap,n=new WeakMap,a=new WeakMap,t=new WeakSet,r=function(){this.tenantNameDriver.editFlowId&&(h(this,i,this.createModal({"data-id":"tenant-profile-set-name"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").beforeOpen=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.tenantNameDriver.editFlowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:JSON.stringify({tenantName:pp(this.state)})})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.tenantNameDriver=new Xa((()=>{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,i,"f"))||void 0===e||e.open()}))},d})),Op=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.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),u(this,t,"m",s).call(this),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.TenantPasswordPolicyUserAuthMethodDriver.flowId&&(h(this,i,this.createModal({"data-id":"password-policy"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.TenantPasswordPolicyUserAuthMethodDriver.flowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantPasswordPolicyUserAuthMethodDriver=new Qa((()=>{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,i,"f"))||void 0===e||e.open()}))},a})),Ep=Rn((e=>{var t,i,n,r,o,s,a;return a=class extends(bn(yp,dp,Uo,$p,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.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),u(this,t,"m",s).call(this),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.TenantSessionSettingsUserAuthMethodDriver.flowId&&(h(this,i,this.createModal({"data-id":"session-settings"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(qf({projectId:this.projectId,flowId:this.TenantSessionSettingsUserAuthMethodDriver.flowId,tenant:this.tenantId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getTenant()}))},s=function(){this.TenantSessionSettingsUserAuthMethodDriver=new Qa((()=>{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,i,"f"))||void 0===e||e.open()}))},a})),Ap=Rn((e=>class extends(bn(Ea,ps,cp,$p,xp,Sp,Ip,Rp,kp,wp,Op,Ep)(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)}))}})),Np=bn((e=>class extends(Ap(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 Oa})).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.6.3"}}}))}}))(HTMLElement);customElements.define("descope-tenant-profile-widget",Np);var jp=Object.freeze({__proto__:null,default:Np}),Mp={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 Pp(e){return Pp="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},Pp(e)}function Up(e){var t=Dp();return function(){var i,n=Fp(e);if(t){var r=Fp(this).constructor;i=Reflect.construct(n,arguments,r)}else i=n.apply(this,arguments);return function(e,t){if(t&&("object"===Pp(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Tp(e)}(this,i)}}function Tp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Wp(e){var t="function"==typeof Map?new Map:void 0;return Wp=function(e){if(null===e||(i=e,-1===Function.toString.call(i).indexOf("[native code]")))return e;var i;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,n)}function n(){return Lp(e,arguments,Fp(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_p(n,e)},Wp(e)}function Lp(e,t,i){return Lp=Dp()?Reflect.construct:function(e,t,i){var n=[null];n.push.apply(n,t);var r=new(Function.bind.apply(e,n));return i&&_p(r,i.prototype),r},Lp.apply(null,arguments)}function Dp(){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 _p(e,t){return _p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_p(e,t)}function Fp(e){return Fp=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Fp(e)}var qp=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&&_p(e,t)}(n,e);var t,i=Up(n);function n(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t=i.call(this,e),Object.setPrototypeOf(Tp(t),n.prototype),t.name=t.constructor.name,t}return t=n,Object.defineProperty(t,"prototype",{writable:!1}),t}(Wp(Error)),Bp=2,Vp=17,Kp=3,Hp="0-90-9٠-٩۰-۹",zp="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),Gp="++";function Jp(e,t){e=e.split("-"),t=t.split("-");for(var i=e[0].split("."),n=t[0].split("."),r=0;r<3;r++){var o=Number(i[r]),s=Number(n[r]);if(o>s)return 1;if(s>o)return-1;if(!isNaN(o)&&isNaN(s))return 1;if(isNaN(o)&&!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 Zp={}.constructor;function Yp(e){return null!=e&&e.constructor===Zp}function Xp(e){return Xp="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},Xp(e)}function Qp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function eg(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var tg=" ext. ",ig=/^\d+$/,ng=function(){function e(t){Qp(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Yp(e)||!Yp(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(Yp(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+lg(e)+": "+e,"."))}(t),this.metadata=t,hg.call(this,t)}return eg(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&&ig.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new rg(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new rg(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 i=this.nonGeographic()[e];if(i)return i}else{var n=this.countryCallingCodes()[e];if(n&&1===n.length&&"001"===n[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}(),rg=function(){function e(t,i){Qp(this,e),this.globalMetadataObject=i,this.metadata=t,hg.call(this,i.metadata)}return eg(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 og(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()&&dg(this.types(),e))return new ag(dg(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?tg:this.metadata[13]||tg}}]),e}(),og=function(){function e(t,i){Qp(this,e),this._format=t,this.metadata=i}return eg(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()||sg.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),sg=/^\(?\$1\)?$/,ag=function(){function e(t,i){Qp(this,e),this.type=t,this.metadata=i}return eg(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 dg(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 lg=function(e){return Xp(e)};function cg(e,t){if((t=new ng(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function ug(e,t){return t.countries.hasOwnProperty(e)}function hg(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===Jp(t,"1.2.0")?this.v2=!0:-1===Jp(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var fg=function(e){return"([".concat(Hp,"]{1,").concat(e,"})")};function pg(e){var t="[  \\t,]*",i="[:\\..]?[  \\t,-]*",n="#?",r="[  \\t]*";return";ext="+fg("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+i+fg("20")+n)+"|"+(t+"(?:[xx##~~]|int|int)"+i+fg("9")+n)+"|"+("[- ]+"+fg("6")+"#")+"|"+(r+"(?:,{2}|;)"+i+fg("15")+n)+"|"+(r+"(?:,)+"+i+fg("9")+n)}var gg="["+Hp+"]{"+Bp+"}",vg="[++]{0,1}(?:["+zp+"]*["+Hp+"]){3,}["+zp+Hp+"]*",mg=new RegExp("^[++]{0,1}(?:["+zp+"]*["+Hp+"]){1,2}$","i"),yg=vg+"(?:"+pg()+")?",bg=new RegExp("^"+gg+"$|^"+yg+"$","i");var $g=new RegExp("(?:"+pg()+")$","i");function wg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Cg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Cg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Cg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var kg={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 Sg(e){return kg[e]}function Ig(e){for(var t,i="",n=wg(e.split(""));!(t=n()).done;){var r=Sg(t.value);r&&(i+=r)}return i}function Rg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return xg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return xg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 xg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Og(e){for(var t,i="",n=Rg(e.split(""));!(t=n()).done;){i+=Eg(t.value,i)||""}return i}function Eg(e,t,i){if("+"===e){if(t)return;return"+"}return Sg(e)}function Ag(e,t){return function(e,t,i){var n=i.type(t),r=n&&n.possibleLengths()||i.possibleLengths();if(!r)return"IS_POSSIBLE";var o=e.length,s=r[0];if(s===o)return"IS_POSSIBLE";if(s>o)return"TOO_SHORT";if(r[r.length-1]<o)return"TOO_LONG";return r.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function Ng(e,t){return"IS_POSSIBLE"===Ag(e,t)}function jg(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Mg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Pg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Pg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Pg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var Ug=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Tg(e,t,i){if(t=t||{},e.country||e.countryCallingCode){(i=new ng(i)).selectNumberingPlan(e.country,e.countryCallingCode);var n=t.v2?e.nationalNumber:e.phone;if(jg(n,i.nationalNumberPattern())){if(Wg(n,"FIXED_LINE",i))return i.type("MOBILE")&&""===i.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":i.type("MOBILE")?Wg(n,"MOBILE",i)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var r,o=Mg(Ug);!(r=o()).done;){var s=r.value;if(Wg(n,s,i))return s}}}}function Wg(e,t,i){return!(!(t=i.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&jg(e,t.pattern()))}function Lg(e,t,i){var n=new ng(i).getCountryCodesForCallingCode(e);return n?n.filter((function(e){return function(e,t,i){var n=new ng(i);if(n.selectNumberingPlan(t),n.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,i)})):[]}function Dg(e){return e.replace(new RegExp("[".concat(zp,"]+"),"g")," ").trim()}var _g=/(\$\d)/;function Fg(e,t,i){var n=i.useInternationalFormat,r=i.withNationalPrefix;i.carrierCode,i.metadata;var o=e.replace(new RegExp(t.pattern()),n?t.internationalFormat():r&&t.nationalPrefixFormattingRule()?t.format().replace(_g,t.nationalPrefixFormattingRule()):t.format());return n?Dg(o):o}var qg=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Bg(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Vg(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Vg(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 Vg(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Kg(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Hg(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Kg(Object(i),!0).forEach((function(t){zg(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Kg(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function zg(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var Gg={formatExtension:function(e,t,i){return"".concat(e).concat(i.ext()).concat(t)}};function Jg(e,t,i,n){if(i=i?Hg(Hg({},Gg),i):Gg,n=new ng(n),e.country&&"001"!==e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";n.selectNumberingPlan(e.countryCallingCode)}var r,o=n.countryCallingCode(),s=i.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return s?Xg(r=Zg(s,e.carrierCode,"NATIONAL",n,i),e.ext,n,i.formatExtension):"";case"INTERNATIONAL":return s?(r=Zg(s,null,"INTERNATIONAL",n,i),Xg(r="+".concat(o," ").concat(r),e.ext,n,i.formatExtension)):"+".concat(o);case"E.164":return"+".concat(o).concat(s);case"RFC3966":return function(e){var t=e.number,i=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(i?";ext="+i:"")}({number:"+".concat(o).concat(s),ext:e.ext});case"IDD":if(!i.fromCountry)return;var a=function(e,t,i,n,r){var o=cg(n,r.metadata);if(o===i){var s=Zg(e,t,"NATIONAL",r);return"1"===i?i+" "+s:s}var a=function(e,t,i){var n=new ng(i);return n.selectNumberingPlan(e,t),n.defaultIDDPrefix()?n.defaultIDDPrefix():qg.test(n.IDDPrefix())?n.IDDPrefix():void 0}(n,void 0,r.metadata);if(a)return"".concat(a," ").concat(i," ").concat(Zg(e,null,"INTERNATIONAL",r))}(s,e.carrierCode,o,i.fromCountry,n);return Xg(a,e.ext,n,i.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function Zg(e,t,i,n,r){var o=Yg(n.formats(),e);return o?Fg(e,o,{useInternationalFormat:"INTERNATIONAL"===i,withNationalPrefix:!o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!r||!1!==r.nationalPrefix,carrierCode:t,metadata:n}):e}function Yg(e,t){for(var i,n=Bg(e);!(i=n()).done;){var r=i.value;if(r.leadingDigitsPatterns().length>0){var o=r.leadingDigitsPatterns()[r.leadingDigitsPatterns().length-1];if(0!==t.search(o))continue}if(jg(t,r.pattern()))return r}}function Xg(e,t,i,n){return t?n(e,t,i):e}function Qg(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function ev(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Qg(Object(i),!0).forEach((function(t){tv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Qg(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function tv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function iv(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var nv=function(){function e(t,i,n){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(!i)throw new TypeError("`nationalNumber` not passed");if(!n)throw new TypeError("`metadata` not passed");var r=function(e,t){var i,n,r=new ng(t);rv(e)?(i=e,r.selectNumberingPlan(i),n=r.countryCallingCode()):n=e;return{country:i,countryCallingCode:n}}(t,n),o=r.country,s=r.countryCallingCode;this.country=o,this.countryCallingCode=s,this.nationalNumber=i,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return n}}return iv(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Lg(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,i){if(void 0===t&&(t={}),i=new ng(i),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!i.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));i.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}}if(i.possibleLengths())return Ng(e.phone||e.nationalNumber,i);if(e.countryCallingCode&&i.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,i){return t=t||{},(i=new ng(i)).selectNumberingPlan(e.country,e.countryCallingCode),i.hasTypes()?void 0!==Tg(e,t,i.metadata):jg(t.v2?e.nationalNumber:e.phone,i.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new ng(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Tg(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return Jg(this,e,t?ev(ev({},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}(),rv=function(e){return/^[A-Z]{2}$/.test(e)};var ov=new RegExp("(["+Hp+"])");function sv(e,t,i,n){if(t){var r=new ng(n);r.selectNumberingPlan(t,i);var o=new RegExp(r.IDDPrefix());if(0===e.search(o)){var s=(e=e.slice(e.match(o)[0].length)).match(ov);if(!(s&&null!=s[1]&&s[1].length>0&&"0"===s[1]))return e}}}function av(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var i=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),n=i.exec(e);if(n){var r,o,s,a=n.length-1,d=a>0&&n[a];if(t.nationalPrefixTransformRule()&&d)r=e.replace(i,t.nationalPrefixTransformRule()),a>1&&(o=n[1]);else{var l=n[0];r=e.slice(l.length),d&&(o=n[1])}if(d){var c=e.indexOf(n[1]);e.slice(0,c)===t.numberingPlan.nationalPrefix()&&(s=t.numberingPlan.nationalPrefix())}else s=n[0];return{nationalNumber:r,nationalPrefix:s,carrierCode:o}}}return{nationalNumber:e}}function dv(e,t){var i=av(e,t),n=i.carrierCode,r=i.nationalNumber;if(r!==e){if(!function(e,t,i){if(jg(e,i.nationalNumberPattern())&&!jg(t,i.nationalNumberPattern()))return!1;return!0}(e,r,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Ag(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(r,t))return{nationalNumber:e}}return{nationalNumber:r,carrierCode:n}}function lv(e,t,i,n){var r=t?cg(t,n):i;if(0===e.indexOf(r)){(n=new ng(n)).selectNumberingPlan(t,i);var o=e.slice(r.length),s=dv(o,n).nationalNumber,a=dv(e,n).nationalNumber;if(!jg(a,n.nationalNumberPattern())&&jg(s,n.nationalNumberPattern())||"TOO_LONG"===Ag(a,n))return{countryCallingCode:r,number:o}}return{number:e}}function cv(e,t,i,n){if(!e)return{};var r;if("+"!==e[0]){var o=sv(e,t,i,n);if(!o||o===e){if(t||i){var s=lv(e,t,i,n),a=s.countryCallingCode,d=s.number;if(a)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:a,number:d}}return{number:e}}r=!0,e="+"+o}if("0"===e[1])return{};n=new ng(n);for(var l=2;l-1<=Kp&&l<=e.length;){var c=e.slice(1,l);if(n.hasCallingCode(c))return n.selectNumberingPlan(c),{countryCallingCodeSource:r?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:c,number:e.slice(l)};l++}return{}}function uv(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return hv(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return hv(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 hv(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function fv(e,t){var i=t.countries;t.defaultCountry;var n=t.metadata;n=new ng(n);for(var r,o=uv(i);!(r=o()).done;){var s=r.value;if(n.country(s),n.leadingDigits()){if(e&&0===e.search(n.leadingDigits()))return s}else if(Tg({phone:e,country:s},void 0,n.metadata))return s}}function pv(e,t){var i=t.nationalNumber,n=t.defaultCountry,r=t.metadata,o=r.getCountryCodesForCallingCode(e);if(o)return 1===o.length?o[0]:fv(i,{countries:o,defaultCountry:n,metadata:r.metadata})}var gv="+",vv="(["+Hp+"]|[\\-\\.\\(\\)]?)",mv=new RegExp("^\\"+gv+vv+"*["+Hp+"]"+vv+"*$","g"),yv=new RegExp("^("+("["+Hp+"]+((\\-)*["+Hp+"])*")+"\\.)*"+("[a-zA-Z]+((\\-)*["+Hp+"])*")+"\\.?$","g"),bv="tel:",$v=";phone-context=",wv=";isub=";function Cv(e,t){var i,n=t.extractFormattedPhoneNumber,r=function(e){var t=e.indexOf($v);if(t<0)return null;var i=t+$v.length;if(i>=e.length)return"";var n=e.indexOf(";",i);return n>=0?e.substring(i,n):e.substring(i)}(e);if(!function(e){return null===e||0!==e.length&&(mv.test(e)||yv.test(e))}(r))throw new qp("NOT_A_NUMBER");if(null===r)i=n(e)||"";else{i="",r.charAt(0)===gv&&(i+=r);var o,s=e.indexOf(bv);o=s>=0?s+bv.length:0;var a=e.indexOf($v);i+=e.substring(o,a)}var d=i.indexOf(wv);if(d>0&&(i=i.substring(0,d)),""!==i)return i}var kv=250,Sv=new RegExp("[++"+Hp+"]"),Iv=new RegExp("[^"+Hp+"#]+$");function Rv(e,t,i){if(t=t||{},i=new ng(i),t.defaultCountry&&!i.hasCountry(t.defaultCountry)){if(t.v2)throw new qp("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var n=function(e,t,i){var n=Cv(e,{extractFormattedPhoneNumber:function(e){return function(e,t,i){if(!e)return;if(e.length>kv){if(i)throw new qp("TOO_LONG");return}if(!1===t)return e;var n=e.search(Sv);if(n<0)return;return e.slice(n).replace(Iv,"")}(e,i,t)}});if(!n)return{};if(!function(e){return e.length>=Bp&&bg.test(e)}(n))return function(e){return mg.test(e)}(n)?{error:"TOO_SHORT"}:{};var r=function(e){var t=e.search($g);if(t<0)return{};for(var i=e.slice(0,t),n=e.match($g),r=1;r<n.length;){if(n[r])return{number:i,ext:n[r]};r++}}(n);if(r.ext)return r;return{number:n}}(e,t.v2,t.extract),r=n.number,o=n.ext,s=n.error;if(!r){if(t.v2){if("TOO_SHORT"===s)throw new qp("TOO_SHORT");throw new qp("NOT_A_NUMBER")}return{}}var a=function(e,t,i,n){var r,o=cv(Og(e),t,i,n.metadata),s=o.countryCallingCodeSource,a=o.countryCallingCode,d=o.number;if(a)n.selectNumberingPlan(a);else{if(!d||!t&&!i)return{};n.selectNumberingPlan(t,i),t&&(r=t),a=i||cg(t,n.metadata)}if(!d)return{countryCallingCodeSource:s,countryCallingCode:a};var l=dv(Og(d),n),c=l.nationalNumber,u=l.carrierCode,h=pv(a,{nationalNumber:c,defaultCountry:t,metadata:n});h&&(r=h,"001"===h||n.country(r));return{country:r,countryCallingCode:a,countryCallingCodeSource:s,nationalNumber:c,carrierCode:u}}(r,t.defaultCountry,t.defaultCallingCode,i),d=a.country,l=a.nationalNumber,c=a.countryCallingCode,u=a.countryCallingCodeSource,h=a.carrierCode;if(!i.hasSelectedNumberingPlan()){if(t.v2)throw new qp("INVALID_COUNTRY");return{}}if(!l||l.length<Bp){if(t.v2)throw new qp("TOO_SHORT");return{}}if(l.length>Vp){if(t.v2)throw new qp("TOO_LONG");return{}}if(t.v2){var f=new nv(c,l,i.metadata);return d&&(f.country=d),h&&(f.carrierCode=h),o&&(f.ext=o),f.__countryCallingCodeSource=u,f}var p=!!(t.extended?i.hasSelectedNumberingPlan():d)&&jg(l,i.nationalNumberPattern());return t.extended?{country:d,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!i.possibleLengths()||!Ng(l,i)),phone:l,ext:o}:p?function(e,t,i){var n={country:e,phone:t};i&&(n.ext=i);return n}(d,l,o):{}}function xv(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Ov(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?xv(Object(i),!0).forEach((function(t){Ev(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):xv(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Ev(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Av(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Nv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function jv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mv(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Mv(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 Mv(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Pv(e){var t,i,n,r=jv(Array.prototype.slice.call(e),4),o=r[0],s=r[1],a=r[2],d=r[3];if("string"!=typeof o)throw new TypeError("A text for parsing must be a string.");if(t=o,s&&"string"!=typeof s){if(!Yp(s))throw new Error("Invalid second argument: ".concat(s));a?(i=s,n=a):n=s}else d?(i=a,n=d):(i=void 0,n=a),s&&(i=function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Av(Object(i),!0).forEach((function(t){Nv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Av(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({defaultCountry:s},i));return{text:t,options:i,metadata:n}}function Uv(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Tv(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Uv(Object(i),!0).forEach((function(t){Wv(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Uv(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Wv(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Lv(e,t,i){t&&t.defaultCountry&&!ug(t.defaultCountry,i)&&(t=Tv(Tv({},t),{},{defaultCountry:void 0}));try{return function(e,t,i){return Rv(e,Ov(Ov({},t),{},{v2:!0}),i)}(e,t,i)}catch(e){if(!(e instanceof qp))throw e}}function Dv(){var e=Pv(arguments);return Lv(e.text,e.options,e.metadata)}function _v(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Fv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var qv=_v((function e(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;Fv(this,e),this.key=t,this.value=i,this.next=n,this.prev=r})),Bv=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;Fv(this,e),this.size=0,this.limit=t,this.head=null,this.tail=null,this.cache={}}return _v(e,[{key:"put",value:function(e,t){if(this.ensureLimit(),this.head){var i=new qv(e,t,this.head);this.head.prev=i,this.head=i}else this.head=this.tail=new qv(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 Vv(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Kv=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 Bv(t)}return Vv(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 Hv(e,t){if(e<0||t<=0||t<e)throw new TypeError;return"{".concat(e,",").concat(t,"}")}function zv(e,t){var i=t.search(e);return i>=0?t.slice(0,i):t}var Gv="   ᠎ - \u2028\u2029   ",Jv="[".concat(Gv,"]"),Zv="[^".concat(Gv,"]"),Yv="[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9","]"),Xv="A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Qv="[".concat(Xv,"]"),em=new RegExp(Qv),tm="[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩","]"),im=new RegExp(tm),nm="[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦","]"),rm=new RegExp(nm),om=new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");function sm(e){return!(!em.test(e)&&!rm.test(e))&&om.test(e)}function am(e){return"%"===e||im.test(e)}function dm(e,t,i){var n=!0,r=Dv(e,i);if(r||(n=!1,r=Dv(e,{defaultCallingCode:t.countryCallingCode},i)),!r)return"INVALID_NUMBER";if(t.ext){if(r.ext!==t.ext)return"NO_MATCH"}else if(r.ext)return"NO_MATCH";return n&&t.countryCallingCode!==r.countryCallingCode?"NO_MATCH":t.number===r.number?n?"EXACT_MATCH":"NSN_MATCH":0===t.nationalNumber.indexOf(r.nationalNumber)||0===r.nationalNumber.indexOf(t.nationalNumber)?"SHORT_NSN_MATCH":"NO_MATCH"}var lm={POSSIBLE:function(e,t){return t.candidate,t.metadata,!0},VALID:function(e,t){var i=t.candidate;t.defaultCountry;var n=t.metadata;return!(!e.isValid()||!cm(e,i,n))},STRICT_GROUPING:function(e,t){var i=t.candidate,n=t.defaultCountry,r=t.metadata;return t.regExpCache,!(!e.isValid()||!cm(e,i,r)||hm(e,i)||!um(e,{defaultCountry:n,metadata:r}))&&fm()},EXACT_GROUPING:function(e,t){var i=t.candidate,n=t.defaultCountry,r=t.metadata;return t.regExpCache,!(!e.isValid()||!cm(e,i,r)||hm(e,i)||!um(e,{defaultCountry:n,metadata:r}))&&fm()}};function cm(e,t,i){for(var n=0;n<t.length-1;n++){var r=t.charAt(n);if("x"===r||"X"===r){var o=t.charAt(n+1);if("x"===o||"X"===o){if(n++,"NSN_MATCH"!==dm(t.substring(n),e,i))return!1}else{var s=Ig(t.substring(n));if(s){if(e.ext!==s)return!1}else if(e.ext)return!1}}}return!0}function um(e,t){var i=t.defaultCountry,n=t.metadata;if("FROM_DEFAULT_COUNTRY"!==e.__countryCallingCodeSource)return!0;var r=new ng(n);r.selectNumberingPlan(e.countryCallingCode),e.country||pv(e.countryCallingCode,{nationalNumber:e.nationalNumber,defaultCountry:i,metadata:r});var o=e.nationalNumber,s=Yg(r.numberingPlan.formats(),o);return!s.nationalPrefixFormattingRule()||(!!r.numberingPlan.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||(!s.usesNationalPrefix()||Boolean(e.nationalPrefix)))}function hm(e,t){var i=t.indexOf("/");if(i<0)return!1;var n=t.indexOf("/",i+1);return!(n<0)&&(!("FROM_NUMBER_WITH_PLUS_SIGN"===e.__countryCallingCodeSource||"FROM_NUMBER_WITHOUT_PLUS_SIGN"===e.__countryCallingCodeSource)||Ig(t.substring(0,i))!==e.countryCallingCode||t.slice(n+1).indexOf("/")>=0)}function fm(e,t,i,n,r){throw new Error("This part of code hasn't been ported")}var pm=/[\\/] *x/;function gm(e){return zv(pm,e)}var vm=/(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/,mm=/[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/,ym=/^:[0-5]\d/;function bm(e,t,i){if(vm.test(e))return!1;if(mm.test(e)){var n=i.slice(t+e.length);if(ym.test(n))return!1}return!0}var $m="(\\[([",wm=")\\])]",Cm="[^".concat($m).concat(wm,"]"),km="[".concat($m).concat(Gp,"]"),Sm=new RegExp("^"+km),Im=Hv(0,3),Rm=new RegExp("^(?:[(\\[([])?(?:"+Cm+"+["+wm+"])?"+Cm+"+(?:["+$m+"]"+Cm+"+["+wm+"])"+Im+Cm+"*$"),xm=/\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;function Om(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Em(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Em(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Am(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Nm=pg(),jm=["\\/+(.*)/","(\\([^(]*)","(?:".concat(Jv,"-|-").concat(Jv,")").concat(Jv,"*(.+)"),"[‒-―-]".concat(Jv,"*(.+)"),"\\.+".concat(Jv,"*([^.]+)"),"".concat(Jv,"+(").concat(Zv,"+)")],Mm=Hv(0,2),Pm=Hv(0,4),Um=Vp+Kp,Tm=Hv(0,Um),Wm="[".concat(zp,"]")+Pm,Lm=Yv+Hv(1,Um),Dm="(?:"+km+Wm+")"+Mm+Lm+"(?:"+Wm+Lm+")"+Tm+"(?:"+Nm+")?",_m=new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(Xv,"#]+$")),Fm=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,qm=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=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),!(i={v2:i.v2,defaultCallingCode:i.defaultCallingCode,defaultCountry:i.defaultCountry&&ug(i.defaultCountry,n)?i.defaultCountry:void 0,leniency:i.leniency||(i.extended?"POSSIBLE":"VALID"),maxTries:i.maxTries||Fm}).leniency)throw new TypeError("`leniency` is required");if("POSSIBLE"!==i.leniency&&"VALID"!==i.leniency)throw new TypeError('Invalid `leniency`: "'.concat(i.leniency,'". Supported values: "POSSIBLE", "VALID".'));if(i.maxTries<0)throw new TypeError("`maxTries` must be `>= 0`");if(this.text=t,this.options=i,this.metadata=n,this.leniency=lm[i.leniency],!this.leniency)throw new TypeError('Unknown leniency: "'.concat(i.leniency,'"'));this.maxTries=i.maxTries,this.PATTERN=new RegExp(Dm,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new Kv(32)}return Am(e,[{key:"find",value:function(){for(var e;this.maxTries>0&&null!==(e=this.PATTERN.exec(this.text));){var t=e[0],i=e.index;if(bm(t=gm(t),i,this.text)){var n=this.parseAndVerify(t,i,this.text)||this.extractInnerMatch(t,i,this.text);if(n){if(this.options.v2)return{startsAt:n.startsAt,endsAt:n.endsAt,number:n.phoneNumber};var r=n.phoneNumber,o={startsAt:n.startsAt,endsAt:n.endsAt,phone:r.nationalNumber};return r.country?o.country=r.country:o.countryCallingCode=r.countryCallingCode,r.ext&&(o.ext=r.ext),o}}this.maxTries--}}},{key:"extractInnerMatch",value:function(e,t,i){for(var n,r=Om(jm);!(n=r()).done;)for(var o=n.value,s=!0,a=void 0,d=new RegExp(o,"g");this.maxTries>0&&null!==(a=d.exec(e));){if(s){var l=zv(_m,e.slice(0,a.index)),c=this.parseAndVerify(l,t,i);if(c)return c;this.maxTries--,s=!1}var u=zv(_m,a[1]),h=e.indexOf(u,a.index),f=this.parseAndVerify(u,t+h,i);if(f)return f;this.maxTries--}}},{key:"parseAndVerify",value:function(e,t,i){if(function(e,t,i,n){if(Rm.test(e)&&!xm.test(e)){if("POSSIBLE"!==n){if(t>0&&!Sm.test(e)){var r=i[t-1];if(am(r)||sm(r))return!1}var o=t+e.length;if(o<i.length){var s=i[o];if(am(s)||sm(s))return!1}}return!0}}(e,t,i,this.options.leniency)){var n=Dv(e,{extended:!0,defaultCountry:this.options.defaultCountry,defaultCallingCode:this.options.defaultCallingCode},this.metadata);if(n&&n.isPossible())return this.leniency(n,{candidate:e,defaultCountry:this.options.defaultCountry,metadata:this.metadata,regExpCache:this.regExpCache})?{startsAt:t,endsAt:t+e.length,phoneNumber:n}: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 Bm(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Vm=function(){function e(t){var i=t.onCountryChange,n=t.onCallingCodeChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.onCountryChange=i,this.onCallingCodeChange=n}return Bm(e,[{key:"reset",value:function(e){var t=e.country,i=e.callingCode;this.international=!1,this.missingPlus=!1,this.IDDPrefix=void 0,this.callingCode=void 0,this.digits="",this.resetNationalSignificantNumber(),this.initCountryAndCallingCode(t,i)}},{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,i=Object.keys(e);t<i.length;t++){var n=i[t];this[n]=e[n]}}},{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 Km(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Hm(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Hm(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Hm(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var zm="x",Gm=new RegExp(zm);function Jm(e,t){if(t<1)return"";for(var i="";t>1;)1&t&&(i+=e),t>>=1,e+=e;return i+e}function Zm(e,t){return")"===e[t]&&t++,function(e){var t=[],i=0;for(;i<e.length;)"("===e[i]?t.push(i):")"===e[i]&&t.pop(),i++;var n=0,r="";t.push(e.length);for(var o=0,s=t;o<s.length;o++){var a=s[o];r+=e.slice(n,a),n=a+1}return r}(e.slice(0,t))}function Ym(e,t,i){var n=i.metadata,r=i.shouldTryNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(t.pattern(),")$")).test(e.nationalSignificantNumber))return function(e,t,i){var n=i.metadata,r=i.shouldTryNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix;if(e.nationalSignificantNumber,e.international,e.nationalPrefix,e.carrierCode,r(t)){var s=Xm(e,t,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:o,metadata:n});if(s)return s}return Xm(e,t,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:o,metadata:n})}(e,t,{metadata:n,shouldTryNationalPrefixFormattingRule:r,getSeparatorAfterNationalPrefix:o})}function Xm(e,t,i){var n=i.metadata,r=i.useNationalPrefixFormattingRule,o=i.getSeparatorAfterNationalPrefix,s=Fg(e.nationalSignificantNumber,t,{carrierCode:e.carrierCode,useInternationalFormat:e.international,withNationalPrefix:r,metadata:n});if(r||(e.nationalPrefix?s=e.nationalPrefix+o(t)+s:e.complexPrefixBeforeNationalSignificantNumber&&(s=e.complexPrefixBeforeNationalSignificantNumber+" "+s)),function(e,t){return Ig(e)===t.getNationalDigits()}(s,e))return s}function Qm(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ey=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return Qm(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],i=t.branches,n=t.instructions;if(i)return{op:"|",args:i.concat([ry(n)])};if(0===n.length)throw new Error("Pattern is required");return 1===n.length?n[0]:n}},{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(ny);if(t){var i=t[1],n=e.slice(0,t.index),r=e.slice(t.index+i.length);switch(i){case"(?:":n&&this.parsePattern(n),this.startContext({or:!0,instructions:[],branches:[]});break;case")":if(!this.getContext().or)throw new Error('")" operator must be preceded by "(?:" operator');if(n&&this.parsePattern(n),0===this.getContext().instructions.length)throw new Error('No instructions found after "|" operator in an "or" group');var o=this.getContext().branches;o.push(ry(this.getContext().instructions)),this.endContext(),this.getContext().instructions.push({op:"|",args:o});break;case"|":if(!this.getContext().or)throw new Error('"|" operator can only be used inside "or" groups');if(n&&this.parsePattern(n),!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(ry(this.getContext().instructions)),this.getContext().instructions=[];break;case"[":n&&this.parsePattern(n),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:ty(n)});break;default:throw new Error("Unknown operator: ".concat(i))}r&&this.parsePattern(r)}else{if(iy.test(e))throw new Error("Illegal characters found in a pattern: ".concat(e));this.getContext().instructions=this.getContext().instructions.concat(e.split(""))}}}]),e}();function ty(e){for(var t=[],i=0;i<e.length;){if("-"===e[i]){if(0===i||i===e.length-1)throw new Error("Couldn't parse a one-of set pattern: ".concat(e));for(var n=e[i-1].charCodeAt(0)+1,r=e[i+1].charCodeAt(0)-1,o=n;o<=r;)t.push(String.fromCharCode(o)),o++}else t.push(e[i]);i++}return t}var iy=/[\(\)\[\]\?\:\|]/,ny=new RegExp("(\\||\\(\\?\\:|\\)|\\[|\\])");function ry(e){return 1===e.length?e[0]:e}function oy(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return sy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return sy(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 sy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function ay(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var dy=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 ey).parse(t)}return ay(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 i=ly(e.split(""),this.matchTree,!0);if(i&&i.match&&delete i.matchedChars,!i||!i.overflow||t)return i}}]),e}();function ly(e,t,i){if("string"==typeof t){var n=e.join("");return 0===t.indexOf(n)?e.length===t.length?{match:!0,matchedChars:e}:{partialMatch:!0}:0===n.indexOf(t)?i&&e.length>t.length?{overflow:!0}:{match:!0,matchedChars:e.slice(0,t.length)}:void 0}if(Array.isArray(t)){for(var r=e.slice(),o=0;o<t.length;){var s=ly(r,t[o],i&&o===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===(r=r.slice(s.matchedChars.length)).length)return o===t.length-1?{match:!0,matchedChars:e}:{partialMatch:!0};o++}return i?{overflow:!0}:{match:!0,matchedChars:e.slice(0,e.length-r.length)}}switch(t.op){case"|":for(var a,d,l=oy(t.args);!(d=l()).done;){var c=ly(e,d.value,i);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=oy(t.args);!(u=h()).done;){var f=u.value;if(e[0]===f)return 1===e.length?{match:!0,matchedChars:e}:i?{overflow:!0}:{match:!0,matchedChars:[f]}}return;default:throw new Error("Unsupported instruction tree: ".concat(t))}}function cy(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return uy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return uy(e,t)}(e))||t){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}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 uy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function hy(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var fy=Jm("9",15),py=/[- ]/,gy=new RegExp("["+zp+"]*\\$1["+zp+"]*(\\$\\d["+zp+"]*)*$"),vy=function(){function e(t){t.state;var i=t.metadata;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=i,this.resetFormat()}return hy(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 i=this;if(function(e,t){return"IS_POSSIBLE"===Ag(e,t)}(t.nationalSignificantNumber,this.metadata))for(var n,r=cy(this.matchingFormats);!(n=r()).done;){var o=n.value,s=Ym(t,o,{metadata:this.metadata,shouldTryNationalPrefixFormattingRule:function(e){return i.shouldTryNationalPrefixFormattingRule(e,{international:t.international,nationalPrefix:t.nationalPrefix})},getSeparatorAfterNationalPrefix:function(e){return i.getSeparatorAfterNationalPrefix(e)}});if(s)return this.resetFormat(),this.chosenFormat=o,this.setNationalNumberTemplate(s.replace(/\d/g,zm),t),this.populatedNationalNumberTemplate=s,this.populatedNationalNumberTemplatePosition=this.template.lastIndexOf(zm),s}return this.formatNationalNumberWithNextDigits(e,t)}},{key:"formatNationalNumberWithNextDigits",value:function(e,t){var i=this.chosenFormat,n=this.chooseFormat(t);if(n)return n===i?this.formatNextNationalNumberDigits(e):this.formatNextNationalNumberDigits(t.getNationalDigits())}},{key:"narrowDownMatchingFormats",value:function(e){var t=this,i=e.nationalSignificantNumber,n=e.nationalPrefix,r=e.international,o=i,s=o.length-3;s<0&&(s=0),this.matchingFormats=this.matchingFormats.filter((function(e){return t.formatSuits(e,r,n)&&t.formatMatches(e,o,s)})),this.chosenFormat&&-1===this.matchingFormats.indexOf(this.chosenFormat)&&this.resetFormat()}},{key:"formatSuits",value:function(e,t,i){return!(i&&!e.usesNationalPrefix()&&!e.nationalPrefixIsOptionalWhenFormattingInNationalFormat())&&!(!t&&!i&&e.nationalPrefixIsMandatoryWhenFormattingInNationalFormat())}},{key:"formatMatches",value:function(e,t,i){var n=e.leadingDigitsPatterns().length;if(0===n)return!0;i=Math.min(i,n-1);var r=e.leadingDigitsPatterns()[i];if(t.length<3)try{return void 0!==new dy(r).match(t,{allowOverflow:!0})}catch(e){return console.error(e),!0}return new RegExp("^(".concat(r,")")).test(t)}},{key:"getFormatFormat",value:function(e,t){return t?e.internationalFormat():e.format()}},{key:"chooseFormat",value:function(e){for(var t,i=this,n=function(){var n=t.value;return i.chosenFormat===n?"break":gy.test(i.getFormatFormat(n,e.international))?i.createTemplateForFormat(n,e)?(i.chosenFormat=n,"break"):(i.matchingFormats=i.matchingFormats.filter((function(e){return e!==n})),"continue"):"continue"},r=cy(this.matchingFormats.slice());!(t=r()).done;){var o=n();if("break"===o)break}return this.chosenFormat||this.resetFormat(),this.chosenFormat}},{key:"createTemplateForFormat",value:function(e,t){if(!(e.pattern().indexOf("|")>=0)){var i=this.getTemplateForFormat(e,t);return i?(this.setNationalNumberTemplate(i,t),!0):void 0}}},{key:"getSeparatorAfterNationalPrefix",value:function(e){return this.isNANP||e&&e.nationalPrefixFormattingRule()&&py.test(e.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(e,t){var i=e.IDDPrefix,n=e.missingPlus;return i?t&&!1===t.spacing?i:i+" ":n?"":"+"}},{key:"getTemplate",value:function(e){if(this.template){for(var t=-1,i=0,n=e.international?this.getInternationalPrefixBeforeCountryCallingCode(e,{spacing:!1}):"";i<n.length+e.getDigitsWithoutInternationalPrefix().length;)t=this.template.indexOf(zm,t+1),i++;return Zm(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,zm)+Jm(zm,t.callingCode.length)+" "+e:this.template=e}},{key:"getTemplateForFormat",value:function(e,t){var i=t.nationalSignificantNumber,n=t.international,r=t.nationalPrefix,o=t.complexPrefixBeforeNationalSignificantNumber,s=e.pattern();s=s.replace(/\[([^\[\]])*\]/g,"\\d").replace(/\d(?=[^,}][^,}])/g,"\\d");var a=fy.match(s)[0];if(!(i.length>a.length)){var d=new RegExp("^"+s+"$"),l=i.replace(/\d/g,"9");d.test(l)&&(a=l);var c,u=this.getFormatFormat(e,n);if(this.shouldTryNationalPrefixFormattingRule(e,{international:n,nationalPrefix:r})){var h=u.replace(_g,e.nationalPrefixFormattingRule());if(Ig(e.nationalPrefixFormattingRule())===(r||"")+Ig("$1")&&(u=h,c=!0,r))for(var f=r.length;f>0;)u=u.replace(/\d/,zm),f--}var p=a.replace(new RegExp(s),u).replace(new RegExp("9","g"),zm);return c||(o?p=Jm(zm,o.length)+" "+p:r&&(p=Jm(zm,r.length)+this.getSeparatorAfterNationalPrefix(e)+p)),n&&(p=Dg(p)),p}}},{key:"formatNextNationalNumberDigits",value:function(e){var t=function(e,t,i){for(var n,r=Km(i.split(""));!(n=r()).done;){var o=n.value;if(e.slice(t+1).search(Gm)<0)return;t=e.search(Gm),e=e.replace(Gm,o)}return[e,t]}(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,e);if(t)return this.populatedNationalNumberTemplate=t[0],this.populatedNationalNumberTemplatePosition=t[1],Zm(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1);this.resetFormat()}},{key:"shouldTryNationalPrefixFormattingRule",value:function(e,t){var i=t.international,n=t.nationalPrefix;if(e.nationalPrefixFormattingRule()){var r=e.usesNationalPrefix();if(r&&n||!r&&!i)return!0}}}]),e}();function my(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yy(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return yy(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 yy(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function by(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var $y=new RegExp("^"+("["+zp+Hp+"]+")+"$","i"),wy="(?:[++]["+zp+Hp+"]*|["+zp+Hp+"]+)",Cy=new RegExp("[^"+zp+Hp+"]+.*$"),ky=/[^\d\[\]]/,Sy=function(){function e(t){var i=t.defaultCountry,n=t.defaultCallingCode,r=t.metadata,o=t.onNationalSignificantNumberChange;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.defaultCountry=i,this.defaultCallingCode=n,this.metadata=r,this.onNationalSignificantNumberChange=o}return by(e,[{key:"input",value:function(e,t){var i,n=function(e){var t=function(e){var t=function(e){var t,i=e.search(wy);if(i<0)return;e=e.slice(i),"+"===e[0]&&(t=!0,e=e.slice(1));e=e.replace(Cy,""),t&&(e="+"+e);return e}(e)||"";if("+"===t[0])return[t.slice(1),!0];return[t]}(e),i=my(t,2),n=i[0],r=i[1];$y.test(n)||(n="");return[n,r]}(e),r=my(n,2),o=r[0],s=r[1],a=Ig(o);return s&&(t.digits||(t.startInternationalNumber(),a||(i=!0))),a&&this.inputDigits(a,t),{digits:a,justLeadingPlus:i}}},{key:"inputDigits",value:function(e,t){var i=t.digits,n=i.length<3&&i.length+e.length>=3;if(t.appendDigits(e),n&&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,i=e.callingCode;return t&&!i}},{key:"extractCountryCallingCode",value:function(e){var t=cv("+"+e.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),i=t.countryCallingCode,n=t.number;if(i)return e.setCallingCode(i),e.update({nationalSignificantNumber:n}),!0}},{key:"reset",value:function(e){if(e){this.hasSelectedNumberingPlan=!0;var t=e._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=t&&ky.test(t)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(e,t){if(this.hasSelectedNumberingPlan){var i=av(e,this.metadata),n=i.nationalPrefix,r=i.nationalNumber,o=i.carrierCode;if(r!==e)return this.onExtractedNationalNumber(n,o,r,e,t),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(e,t,i){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(e,i);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var n=av(e,this.metadata),r=n.nationalPrefix,o=n.nationalNumber,s=n.carrierCode;if(o!==t)return this.onExtractedNationalNumber(r,s,o,e,i),!0}}},{key:"onExtractedNationalNumber",value:function(e,t,i,n,r){var o,s,a=n.lastIndexOf(i);if(a>=0&&a===n.length-i.length){s=!0;var d=n.slice(0,a);d!==e&&(o=d)}r({nationalPrefix:e,carrierCode:t,nationalSignificantNumber:i,nationalSignificantNumberMatchesInput:s,complexPrefixBeforeNationalSignificantNumber:o}),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,i=e.IDDPrefix,n=e.digits;if(e.nationalSignificantNumber,!t&&!i){var r=sv(n,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);return void 0!==r&&r!==n?(e.update({IDDPrefix:n.slice(0,n.length-r.length)}),this.startInternationalNumber(e,{country:void 0,callingCode:void 0}),!0):void 0}}},{key:"fixMissingPlus",value:function(e){if(!e.international){var t=lv(e.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),i=t.countryCallingCode;if(t.number,i)return e.update({missingPlus:!0}),this.startInternationalNumber(e,{country:e.country,callingCode:i}),!0}}},{key:"startInternationalNumber",value:function(e,t){var i=t.country,n=t.callingCode;e.startInternationalNumber(i,n),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 Iy(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,r,o=[],s=!0,a=!1;try{for(i=i.call(e);!(s=(n=i.next()).done)&&(o.push(n.value),!t||o.length!==t);s=!0);}catch(e){a=!0,r=e}finally{try{s||null==i.return||i.return()}finally{if(a)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ry(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Ry(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 Ry(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function xy(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Oy,Ey=function(){function e(t,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.metadata=new ng(i);var n=Iy(this.getCountryAndCallingCode(t),2),r=n[0],o=n[1];this.defaultCountry=r,this.defaultCallingCode=o,this.reset()}return xy(e,[{key:"getCountryAndCallingCode",value:function(e){var t,i;return e&&(Yp(e)?(t=e.defaultCountry,i=e.defaultCallingCode):t=e),t&&!this.metadata.hasCountry(t)&&(t=void 0),[t,i]}},{key:"input",value:function(e){var t=this.parser.input(e,this.state),i=t.digits;if(t.justLeadingPlus)this.formattedOutput="+";else if(i){var n;if(this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state),this.metadata.hasSelectedNumberingPlan()&&(n=this.formatter.format(i,this.state)),void 0===n&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var r=this.state.getNationalDigits();r&&(n=this.formatter.format(r,this.state))}this.formattedOutput=n?this.getFullNumber(n):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var e=this;return this.state=new Vm({onCountryChange:function(t){e.country=t},onCallingCodeChange:function(t,i){e.metadata.selectNumberingPlan(i,t),e.formatter.reset(e.metadata.numberingPlan,e.state),e.parser.reset(e.metadata.numberingPlan)}}),this.formatter=new vy({state:this.state,metadata:this.metadata}),this.parser=new Sy({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 i=function(e){return t.formatter.getInternationalPrefixBeforeCountryCallingCode(t.state,{spacing:!!e})+e},n=this.state.callingCode;return i(n?e?"".concat(n," ").concat(e):n:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return e}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var e=this.state,t=e.nationalSignificantNumber,i=e.complexPrefixBeforeNationalSignificantNumber,n=e.nationalPrefix,r=t,o=i||n;return o&&(r=o+r),r}},{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,zm)}},{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(pv(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,i=e.callingCode,n=e.country,r=e.nationalSignificantNumber;if(t)return this.isInternational()?i?"+"+i+r:"+"+t:n||i?"+"+(n?this.metadata.countryCallingCode():i)+r:void 0}},{key:"getNumber",value:function(){var e=this.state,t=e.nationalSignificantNumber,i=e.carrierCode,n=e.callingCode,r=this._getCountry();if(t&&(r||n)){if(r&&r===this.defaultCountry){var o=new ng(this.metadata.metadata);o.selectNumberingPlan(r);var s=o.numberingPlan.callingCode(),a=this.metadata.getCountryCodesForCallingCode(s);if(a.length>1){var d=fv(t,{countries:a,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});d&&(r=d)}}var l=new nv(r||n,t,this.metadata.metadata);return i&&(l.carrierCode=i),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 Ay(){return function(e,t){var i=Array.prototype.slice.call(t);return i.push(Mp),e.apply(this,i)}(Dv,arguments)}function Ny(e,t){return qm.call(this,e,t,Mp)}function jy(e){return Ey.call(this,e,Mp)}function My(){return ng.call(this,Mp)}Ny.prototype=Object.create(qm.prototype,{}),Ny.prototype.constructor=Ny,jy.prototype=Object.create(Ey.prototype,{}),jy.prototype.constructor=jy,My.prototype=Object.create(ng.prototype,{}),My.prototype.constructor=My,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"}(Oy||(Oy={}));const Py=(e,t)=>Object.entries(e).reduce(((e,[i,n])=>{const[r,...o]=i.split(".");return t!==r?Object.assign(e,{[i]:n}):(e[r]||(e[r]={}),e[r][o.join(".")]=n,e)}),{}),Uy=(e,t)=>Object.fromEntries(Object.entries(e||{}).map((([e,i])=>[`${t}.${e}`,i]))),Ty=(e,t)=>e===Oy.date?(e=>new Date(Number(e)).toLocaleDateString("en-US"))(`${t}`):t,Wy=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),i)})),t};function Ly(e){return new URLSearchParams(window.location.search).get(e)}const Dy={enabled:"active",disabled:"disabled",invited:"invited"},_y=e=>e.tenantRoles.data,Fy=e=>e.selectedUsersLoginIds,qy=e=>e.notifications,By=e=>e.customAttributes.data,Vy=wl((e=>e.subTenantRoles.data),(e=>Object.fromEntries(e.map((({tenantId:e,tenantName:t,roleNames:i})=>[e,t?{label:t,options:i}:i]))))),Ky=wl(Vy,(e=>Object.keys(e).length>0)),Hy=wl(By,(e=>Object.fromEntries(e.map((e=>[e.name,e.type]))))),zy=wl((e=>e.usersList.data),Hy,((e,t)=>e.map((e=>Object.assign(Object.assign({},e),{customAttributes:Object.fromEntries(Object.entries(e.customAttributes||{}).map((([e,i])=>[e,Ty(t[e],i)])))}))))),Gy=e=>{const t=[e.roleNames||[],...(e.userTenants||[]).map((e=>e.roleNames||[]))].filter((e=>e.length>0));if(0===t.length)return e.roleNames||[];const i=t.map((e=>[...e].sort().join("\0")));return i.every((e=>e===i[0]))?t[0]:"Multiple roles"},Jy=wl(zy,(e=>e.map((e=>{var t;return Object.assign(Object.assign(Object.assign({},e),Uy(null==e?void 0:e.customAttributes,"customAttributes")),{createdTimeFormatted:new Date(1e3*((null==e?void 0:e.createdTime)||0)).toLocaleString(),status:Dy[e.status]||e.status,roles:Gy(e),tenants:null===(t=e.userTenants)||void 0===t?void 0:t.map((e=>e.tenantName||e.tenantId))})})))),Zy=wl(Fy,Jy,((e,t)=>t.filter((t=>e.includes(t.loginIds))))),Yy=wl(Zy,(e=>e.map((e=>e.userId)))),Xy=wl(Zy,(e=>e.map((({userId:e,loginIds:t})=>({userId:e,loginIds:t}))))),Qy=wl(Zy,(e=>e.map((e=>({userId:e.userId,roles:e.roleNames}))))),eb=wl(Zy,(e=>e.map((e=>e.status)))),tb=wl(Zy,(e=>e.every((e=>e.editable)))),ib=wl(Fy,(e=>!!e.length)),nb=wl(Fy,(e=>1===e.length)),rb=wl(Fy,(e=>{var t;return null===(t=null==e?void 0:e[0])||void 0===t?void 0:t[0]})),ob=wl(nb,eb,((e,t)=>e&&t.every((e=>e===Dy.enabled)))),sb=wl(eb,(e=>e.every((e=>e===Dy.disabled)))),ab=wl(Zy,(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`})),db=wl(nb,sb,tb,((e,t,i)=>e&&t&&i)),lb=wl(nb,ob,tb,((e,t,i)=>e&&t&&i)),cb=wl(nb,tb,((e,t)=>e&&t)),ub=wl(nb,tb,((e,t)=>e&&t)),hb=wl(nb,tb,((e,t)=>e&&t)),fb=ib,pb=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},gb=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),vb=({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{t&&e.notifications.push({type:"success",msg:t(i)})},onRejected:(t,i)=>{e&&t.notifications.push({type:"error",msg:e(i)})}}),mb=ec("users/create",((e,{extra:{api:t}})=>t.user.create(e))),yb=pb(mb)({onFulfilled:(e,t)=>{e.usersList.data.unshift(t.payload)}},gb((e=>e.createUser)),vb({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>`}})),bb={action:mb,reducer:yb},$b=ec("users/delete",((e,{extra:{api:t}})=>t.user.deleteBatch(e))),wb=pb($b)({onFulfilled:(e,t)=>{e.usersList.data=e.usersList.data.filter((e=>!t.meta.arg.includes(e.userId))),e.selectedUsersLoginIds=[]}},gb((e=>e.deleteUser)),vb({getSuccessMsg:e=>Sn(e.meta.arg.length)`${["",e.meta.arg.length]} ${["U","u"]}ser${["","s"]} deleted successfully`,getErrorMsg:e=>Sn(e.meta.arg.length)`Failed to delete user${["","s"]}`})),Cb={action:$b,reducer:wb},kb=ec("users/setTempPassword",((e,{extra:{api:t}})=>t.user.setTempPassword(e))),Sb=pb(kb)(gb((e=>e.setTempUserPassword)),vb({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>`}})),Ib={action:kb,reducer:Sb},Rb=ec("users/getCustomAttributes",((e,{extra:{api:t}})=>t.user.getCustomAttributes())),xb=pb(Rb)({onFulfilled:(e,t)=>{e.customAttributes.data=t.payload}},gb((e=>e.customAttributes))),Ob={action:Rb,reducer:xb},Eb=ec("users/search",((e,{extra:{api:t},getState:i})=>{const n=i().searchParams;return t.user.search(Object.assign(Object.assign({},n),e))})),Ab=pb(Eb)({onPending:(e,t)=>{e.searchParams=Object.assign(Object.assign({},e.searchParams),t.meta.arg)},onFulfilled:(e,t)=>{e.usersList.data=t.payload}},gb((e=>e.usersList))),Nb={action:Eb,reducer:Ab},jb=ec("tenant/getTenantRoles",((e,{extra:{api:t}})=>t.tenant.getTenantRoles())),Mb=pb(jb)({onFulfilled:(e,t)=>{e.tenantRoles.data=t.payload.roles}},gb((e=>e.tenantRoles))),Pb={action:jb,reducer:Mb},Ub=ec("tenant/getSubTenantRoles",((e,{extra:{api:t}})=>t.tenant.getSubTenantRoles())),Tb=pb(Ub)({onFulfilled:(e,t)=>{e.subTenantRoles.data=t.payload.roles},onRejected:e=>{e.subTenantRoles.data=[]}},gb((e=>e.subTenantRoles))),Wb={action:Ub,reducer:Tb},Lb=ec("users/update",((e,{extra:{api:t}})=>t.user.update(e))),Db=pb(Lb)({onFulfilled:(e,t)=>{const i=e.usersList.data.findIndex((e=>wn(e.loginIds,t.payload.loginIds)));-1!==i&&(e.usersList.data[i]=t.payload)}},gb((e=>e.updateUser)),vb({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>`}})),_b={action:Lb,reducer:Db},Fb=ec("users/enable",((e,{extra:{api:t}})=>t.user.enable(e))),qb=pb(Fb)({onFulfilled:(e,t)=>{var i;const n=e.usersList.data.findIndex((e=>{var i;return wn(e.loginIds,null===(i=t.payload.user)||void 0===i?void 0:i.loginIds)}));-1!==n&&(e.usersList.data[n].status=null===(i=t.payload.user)||void 0===i?void 0:i.status)}},gb((e=>e.enableUser)),vb({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>`}})),Bb={action:Fb,reducer:qb},Vb=ec("users/disable",((e,{extra:{api:t}})=>t.user.disable(e))),Kb=pb(Vb)({onFulfilled:(e,t)=>{var i;const n=e.usersList.data.findIndex((e=>{var i;return wn(e.loginIds,null===(i=t.payload.user)||void 0===i?void 0:i.loginIds)}));-1!==n&&(e.usersList.data[n].status=null===(i=t.payload.user)||void 0===i?void 0:i.status)}},gb((e=>e.disableUser)),vb({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>`}})),Hb={action:Vb,reducer:Kb},zb=ec("users/removePasskey",((e,{extra:{api:t}})=>t.user.removePasskey(e))),Gb={action:zb,reducer:pb(zb)(gb((e=>e.removePasskey)),vb({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>`}}))},Jb={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:[]},Zb="/v1/mgmt/user/search",Yb="/v1/mgmt/user/delete/batch",Xb="/v1/mgmt/user/create",Qb="/v1/mgmt/user/patch",e$="/v1/mgmt/user/update/status",t$="/v1/mgmt/user/password/set/temporary",i$="/v1/mgmt/user/passkeys/delete",n$="/v1/mgmt/user/customattributes",r$="/v1/mgmt/role/all",o$="/v1/mgmt/role/subtenant/all",s$=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),a$=({httpClient:e,tenant:t,mock:i})=>({search:(...n)=>c(void 0,[...n],void 0,(function*({page:n,limit:r=1e4,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u}={}){if(i)return(e=>c(void 0,[e],void 0,(function*({text:e,sort:t}){return new Promise((i=>{const n=[],r=(new Date).getTime();for(let e=1;e<10;e+=1)n.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}`,verifiedEmail:!0,verifiedPhone:!0,userTenants:[{tenantId:"sub-tenant-1",tenantName:"Hurray",roleNames:["Role 1","Role 2"]}],status:"enabled",editable:!0,createdTime:r,createdTimeFormatted:new Date(1e3*(r||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=>{n.sort(((t,i)=>((e,t,i)=>{if("boolean"==typeof e&&"boolean"==typeof t){const n=e?1:0,r=t?1:0;return i?n-r:r-n}const n=(null==e?void 0:e.toString())||"",r=(null==t?void 0:t.toString())||"";return i?r.localeCompare(n):n.localeCompare(r)})(t[e.field],i[e.field],e.desc)))})),i(n.filter((t=>t.name.toLowerCase().includes(e.toLowerCase())||t.phone.toLowerCase().includes(e.toLowerCase())||t.status.toLowerCase().includes(e.toLowerCase())||"active"===e.toLowerCase()||t.familyName.toLowerCase().includes(e.toLowerCase())||t.givenName.toLowerCase().includes(e.toLowerCase())||t.middleName.toLowerCase().includes(e.toLowerCase())||t.email.toLowerCase().includes(e.toLowerCase()))))}))})))({page:n,limit:r,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u});const h=yield e.post(Zb,{limit:r,page:n,withTestUser:!1,customAttributes:o,statuses:s,emails:a,phones:d,text:l,sort:u},{queryParams:{tenant:t}});return yield s$(h),(yield h.json()).users})),deleteBatch:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(Yb,{userIds:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),create:n=>c(void 0,[n],void 0,(function*({loginId:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$,userTenants:w}){if(i)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:i,displayName:n,roles:r,customAttributes:o,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:i,name:n,roleNames:r,customAttributes:o,picture:s,verifiedEmail:a,verifiedPhone:d,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:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$,userTenants:w});const C=yield e.post(Xb,{loginId:n,email:r,phone:o,displayName:s,givenName:f,middleName:p,familyName:g,roleNames:a,userTenants:w,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,additionalLoginIds:v,sendSMS:m,sendMail:y,inviteUrl:b,invite:$},{queryParams:{tenant:t}});return yield s$(C),(yield C.json()).user})),update:n=>c(void 0,[n],void 0,(function*({loginId:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,userTenants:m}){if(i)return(e=>c(void 0,[e],void 0,(function*({loginId:e,email:t,phone:i,displayName:n,roles:r,customAttributes:o,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:i,name:n,roleNames:r,customAttributes:o||{},picture:s,verifiedEmail:a,verifiedPhone:d,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:n,email:r,phone:o,displayName:s,roles:a,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,givenName:f,middleName:p,familyName:g,additionalLoginIds:v,userTenants:m});const y=yield e.patch(Qb,{loginId:n,email:r,phone:o,displayName:s,givenName:f,middleName:p,familyName:g,roleNames:a,userTenants:m,customAttributes:d,picture:l,verifiedEmail:u,verifiedPhone:h,additionalLoginIds:v},{queryParams:{tenant:t}});return yield s$(y),(yield y.json()).user})),enable:n=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"enabled"}})}))})))(n);const r=yield e.post(e$,{loginId:n,status:"enabled"},{queryParams:{tenant:t}});return yield s$(r),r.json()})),disable:n=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>c(void 0,void 0,void 0,(function*(){return new Promise((t=>{t({user:{loginIds:[e],status:"disabled"}})}))})))(n);const r=yield e.post(e$,{loginId:n,status:"disabled"},{queryParams:{tenant:t}});return yield s$(r),r.json()})),removePasskey:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){}));const r=yield e.post(i$,{loginId:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),setTempPassword:n=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e({cleartext:Math.random().toString(20).substring(2)})}))}));const r=yield e.post(t$,{loginId:n},{queryParams:{tenant:t}});return yield s$(r),r.json()})),getCustomAttributes:()=>c(void 0,void 0,void 0,(function*(){if(i)return c(void 0,void 0,void 0,(function*(){return new Promise((e=>{e([])}))}));const n=yield e.get(n$,{queryParams:{tenant:t}});return yield s$(n),(yield n.json()).data}))}),d$=({httpClient:e,tenant:t,mock:i})=>({getTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)return(e=>new Promise((t=>{const i=[];for(let t=1;t<5;t+=1)i.push({name:`Role ${t}`,description:`Role description ${t}`,createdTime:new Date,permissionNames:[`Permission ${t}`],tenantId:e});t({roles:i})})))(t);const n=yield e.get(r$,{queryParams:{tenant:t}});return yield s$(n),n.json()})),getSubTenantRoles:()=>c(void 0,void 0,void 0,(function*(){if(i)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 n=yield e.get(o$,{queryParams:{tenant:t}});return yield s$(n),n.json()}))}),l$=Rn((e=>{var t,i,n,r;const o=bn(Vo,uc,qo,Uo,Ko,fc,Bo({tenant:Bo.missingAttrValidator}))(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get tenantId(){return this.getAttribute("tenant")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url","tenant"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i,n)=>{const r=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-management-widget","x-descope-widget-id":n,"x-descope-widget-version":"0.13.1"}}));return{user:a$({httpClient:r.httpClient,tenant:t,mock:i}),tenant:d$({httpClient:r.httpClient,tenant:t,mock:i})}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},this.tenantId,"true"===this.mock,this.widgetId),"f")},r})),c$=Rn((e=>{const t=bn(lc({name:"widget",initialState:Jb,reducers:{setSelectedUsersIds:(e,{payload:t})=>{e.selectedUsersLoginIds=t},clearNotifications:e=>{e.notifications=[]}},extraReducers:e=>{bb.reducer(e),_b.reducer(e),Bb.reducer(e),Hb.reducer(e),Cb.reducer(e),Nb.reducer(e),Ib.reducer(e),Gb.reducer(e),Ob.reducer(e),Pb.reducer(e),Wb.reducer(e)},asyncActions:{searchUsers:Nb.action,createUser:bb.action,updateUser:_b.action,enableUser:Bb.action,disableUser:Hb.action,deleteUsers:Cb.action,removePasskey:Gb.action,getCustomAttributes:Ob.action,getTenantRoles:Pb.action,getSubTenantRoles:Wb.action,setTempUserPassword:Ib.action}}),Fo,Uo,l$)(e);return class extends t{constructor(...e){super(...e),this.state=Jb,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),u$=Rn((e=>{const t=bn(Go,uc)(e);return class extends t{fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`user-management-widget/${this.widgetId}/${e}`,"text")).body}))}}})),h$=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,u$,c$,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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),this.injectStyle(".hidden { display: none; }");const r=this.getWidgetConfig().then((e=>(null==e?void 0:e.allowSubTenants)?this.actions.getSubTenantRoles():void 0));yield Promise.all([u(this,t,"m",i).call(this),this.actions.searchUsers(),this.actions.getTenantRoles(),this.actions.getCustomAttributes(),r]),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),f$=Rn((e=>{var t,i,n,r,o,s,a,d,l;return l=class extends(bn(c$,nd,cc,Uo,hc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),a.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,i,"f").setData(_y(this.state).map((({name:e})=>({value:e,label:e}))))})))),d.set(this,(()=>{var e;const t=Ky(this.state);null===(e=u(this,n,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,r,"f").setData(Vy(this.state))}))}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",o).call(this)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,o=function(){return c(this,void 0,void 0,(function*(){var e;this.createUserModal=this.createModal(),this.createUserModal.setContent($n(yield this.fetchWidgetPage("create-user-modal.html")));const o=new Ta((()=>{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,r,"f").value=[]};o.onClick((()=>{this.createUserModal.close(),l()}));const f=new Ta((()=>{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,r,"f").mergedValue;this.actions.createUser(Object.assign(Object.assign({},Py(e,"customAttributes")),{userTenants:t,invite:!0,verifiedEmail:!0,verifiedPhone:!0})),this.createUserModal.close(),l()}})))),h(this,i,new Ha((()=>{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,n,null===(e=this.createUserModal.ele)||void 0===e?void 0:e.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,r,new Ka((()=>{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=By(this.state);this.getFormFieldNames(this.createUserModal.ele).forEach((t=>{const[i,n]=t.split(".");if("customAttributes"!==i)return;const r=e.find((e=>e.name===n));r?r.editable||this.disableFormField(this.createUserModal.ele,t):this.removeFormField(this.createUserModal.ele,t)}))},l})),p$=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,f$,h$)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){var e;this.createButton=new Ta(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="create-user"]'),{logger:this.logger}),this.createButton.onClick((()=>this.createUserModal.open()))},n})),g$=Rn((e=>{var t,i,n;return n=class extends(bn(c$,nd,Uo,h$)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){var e;this.deleteUsersModal=this.createModal(),this.deleteUsersModal.setContent($n(yield this.fetchWidgetPage("delete-users-modal.html")));const t=new Ta((()=>{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 i=new Ta((()=>{var e;return null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="modal-submit"]')}),{logger:this.logger});i.onClick((()=>{const e=Yy(this.state);this.actions.deleteUsers(e),this.deleteUsersModal.close()}));const n=new Za(null===(e=this.deleteUsersModal.ele)||void 0===e?void 0:e.querySelector('[data-id="body-text"]'),{logger:this.logger});this.deleteUsersModal.beforeOpen=()=>{const e=ab(this.state);n.text=`Delete ${e}?`}}))},n})),v$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,g$)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),fb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.deleteButton=new Ta(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()}))},r})),m$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.disableUser(e),this.disableUserModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.disableUserModal=this.createModal(),this.disableUserModal.setContent($n(yield this.fetchWidgetPage("disable-user-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Disable ${e}?`}))}))},o})),y$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,m$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),lb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.disableButton=new Ta(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()}))},r})),b$=e=>{if(!e)return e;const t=Ay(e.startsWith("+")?e:`+${e}`);if(!t)return e;const i=new RegExp(`(\\+?${null==t?void 0:t.countryCallingCode})(.*)`);return(null==t?void 0:t.number.replace(i,"$1-$2"))||e},$$=Rn((e=>{var t,i,n,r,o,s,a,d,f,p,g,v,m;return m=class extends(bn(c$,nd,Uo,cc,hc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),d.set(this,(()=>c(this,void 0,void 0,(function*(){yield u(this,n,"f").setData(_y(this.state).map((({name:e})=>({value:e,label:e}))))})))),f.set(this,(()=>{var e;const t=Ky(this.state);null===(e=u(this,r,"f"))||void 0===e||e.classList.toggle("hidden",!t),t&&u(this,o,"f").setData(Vy(this.state))})),g.set(this,(()=>{var e,t;const i=null===(e=Zy(this.state))||void 0===e?void 0:e[0],n=Object.assign({loginId:null===(t=null==i?void 0:i.loginIds)||void 0===t?void 0:t.join(", "),displayName:null==i?void 0:i.name,email:null==i?void 0:i.email,phone:b$(null==i?void 0:i.phone),roles:null==i?void 0:i.roleNames,givenName:null==i?void 0:i.givenName,familyName:null==i?void 0:i.familyName,middleName:null==i?void 0:i.middleName},Uy(i.customAttributes,"customAttributes"));this.setFormData(this.editUserModal.ele,n),u(this,o,"f").value=(null==i?void 0:i.userTenants)||[]}))}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",v).call(this)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,f=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){new Ta((()=>{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 Ta((()=>{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,i=l(e,["loginId"]),n=u(this,r,"f")&&!u(this,r,"f").classList.contains("hidden")?u(this,o,"f").mergedValue:void 0;this.actions.updateUser(Object.assign(Object.assign({loginId:t.split(", ")[0]},Py(i,"customAttributes")),void 0!==n&&{userTenants:n})),this.editUserModal.close(),this.resetFormData(this.editUserModal.ele)}}))},p=function(){const e=By(this.state);this.getFormFieldNames(this.editUserModal.ele).forEach((t=>{const[i,n]=t.split(".");if("customAttributes"!==i)return;const r=e.find((e=>e.name===n));r?r.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($n(yield this.fetchWidgetPage("edit-user-modal.html"))),u(this,t,"m",s).call(this),u(this,t,"m",a).call(this),h(this,i,new Ya(null===(e=this.editUserModal.ele)||void 0===e?void 0:e.querySelector('[name="loginId"]'),{logger:this.logger}),"f"),h(this,n,new Ha((()=>{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,r,null===(l=this.editUserModal.ele)||void 0===l?void 0:l.querySelector('[data-id="sub-tenant-section"]'),"f"),h(this,o,new Ka((()=>{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,i,"f").disable(),u(this,f,"f").call(this),u(this,g,"f").call(this),u(this,t,"m",p).call(this)}))}))},m})),w$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,$$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),cb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.editButton=new Ta(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()}))},r})),C$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.enableUser(e),this.enableUserModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.enableUserModal=this.createModal(),this.enableUserModal.setContent($n(yield this.fetchWidgetPage("enable-user-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Activate ${e}?`}))}))},o})),k$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,C$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),db)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.enableButton=new Ta(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()}))},r})),S$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,In((()=>{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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",n).call(this)}))}},i=new WeakMap,t=new WeakSet,n=function(){var e;this.searchInput=new Ya(null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('[data-id="search-input"]'),{logger:this.logger}),this.searchInput.onInput(u(this,i,"f"))},r})),I$={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},R$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,c$,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),qy)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=I$[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),x$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state);this.actions.removePasskey(e),this.removePasskeyModal.close()}))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.removePasskeyModal=this.createModal(),this.removePasskeyModal.setContent($n(yield this.fetchWidgetPage("remove-passkey-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`Remove passkey for ${e}?`}))}))},o})),O$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,x$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),ub)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.removePasskeyButton=new Ta(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()}))},r})),E$=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(c$,Uo,h$)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{this.usersTable.data=e}))),o.set(this,In(((e,t)=>{const i=[],{value:n}=t;if(n){const t=e.path;i.push({field:t,desc:"desc"===n})}this.actions.searchUsers({sort:i})}))),s.set(this,Cn((e=>{this.usersTable.filterColumns((t=>{var i;const[n,r]=(null===(i=t.path)||void 0===i?void 0:i.split("."))||[];return"customAttributes"!==n||!!(null==e?void 0:e.find((e=>e.name===r)))}))})))}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),u(this,r,"f").call(this,Jy(this.state)),u(this,s,"f").call(this,By(this.state)),this.subscribe(u(this,s,"f").bind(this),By),this.subscribe(u(this,r,"f").bind(this),Jy)}))}},r=new WeakMap,o=new WeakMap,s=new WeakMap,t=new WeakSet,i=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 i=`descope-grid-${e}-column`;return null===(t=this.usersTable.ele)||void 0===t?void 0:t.querySelector(i)},i=this.usersTable.renderColumn;this.usersTable.renderColumn=({path:n,header:r,type:o,attrs:s})=>{const a=e(n)||t(o);if(!a)return i({path:n,header:r,type:o,attrs:s});const d=a.cloneNode(!0),l=Object.assign(Object.assign({},s),{header:r});return Object.entries(l).forEach((([e,t])=>{d.setAttribute(e,t)})),d.outerHTML}},n=function(){var e;this.usersTable=new Fa(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",i).call(this),u(this,t,"m",a).call(this)},a=function(){this.usersTable.columns.forEach((e=>{e.onSortDirectionChange((e=>{u(this,o,"f").call(this,e.target,e.detail)}))}))},d})),A$=Rn((e=>{var t,i,n;return n=class extends(bn(c$,nd,Uo,cc,h$)(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",i).call(this)}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){this.generatedPasswordModal=this.createModal(),this.generatedPasswordModal.setContent($n(yield this.fetchWidgetPage("generated-password-modal.html"))),new Ta((()=>{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()}))}))},n})),N$=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(c$,nd,Uo,cc,h$,A$)(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",r).call(this)}))}},t=new WeakSet,i=function(){new Ta((()=>{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()))},n=function(){new Ta((()=>{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=rb(this.state),i=yield this.actions.setTempUserPassword(t);this.resetPasswordModal.close(),this.setFormData(this.generatedPasswordModal.ele,{"generated-password":null===(e=null==i?void 0:i.payload)||void 0===e?void 0:e.cleartext}),this.generatedPasswordModal.open()}))))},r=function(){return c(this,void 0,void 0,(function*(){var e;this.resetPasswordModal=this.createModal(),this.resetPasswordModal.setContent($n(yield this.fetchWidgetPage("reset-password-modal.html"))),u(this,t,"m",i).call(this),u(this,t,"m",n).call(this);const r=new Za(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=ab(this.state);r.text=`This will generate a new temporary password for ${e}?`}))}))},o})),j$=Rn((e=>{var t,i,n,r;return r=class extends(bn(Uo,h$,c$,N$,cc)(e)){constructor(){super(...arguments),t.add(this),n.set(this,Cn((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 r;u(this,t,"m",i).call(this),yield null===(r=e.onWidgetRootReady)||void 0===r?void 0:r.call(this),this.subscribe(u(this,n,"f").bind(this),hb)}))}},n=new WeakMap,t=new WeakSet,i=function(){var e;this.resetPasswordButton=new Ta(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()}))},r})),M$=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),P$=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v,m;return m=class extends(bn(M$,c$,nd,Uo,cc,h$)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,[]),o.set(this,null),s.set(this,null),v.set(this,Cn((e=>{u(this,r,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),u(this,t,"m",l).call(this),u(this,t,"m",d).call(this),u(this,v,"f").call(this,Fy(this.state))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,v=new WeakMap,t=new WeakSet,a=function(e){const i=new La(e,{logger:this.logger});i.onClick((()=>{u(this,t,"m",g).call(this,i.flowId)})),this.subscribe(u(this,v,"f").bind(this),Fy),u(this,r,"f").push(i)},d=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((e=>{u(this,t,"m",a).call(this,e)}))},l=function(){h(this,i,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,i,"f").afterClose=()=>{var e;u(this,o,"f")&&(null===(e=u(this,s,"f"))||void 0===e||e.call(this),h(this,o,null,"f"))},h(this,n,new Wa((()=>{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,n,"f"))},f=function(){var e;u(this,i,"f").open(),null===(e=u(this,s,"f"))||void 0===e||e.call(this)},p=function(e,i){i=()=>u(this,t,"m",f).call(this),h(this,s,u(this,n,"f").onPageUpdated(i),"f")},g=function(e){u(this,i,"f").setContent(Wy({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,client:JSON.stringify({userIds:Yy(this.state),loginIds:Xy(this.state),usersAndRoles:Qy(this.state)}),tenant:this.tenantId})),u(this,t,"m",p).call(this,u(this,i,"f"),u(this,o,"f")),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.searchUsers()}))},m})),U$="widget-flow",T$=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,c$,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=Ly(U$);r&&(function(e){if(window.history.replaceState&&Ly(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(U$),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(Wy({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{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()},n})),W$=Rn((e=>class extends(bn(Ea,ps,T$,E$,p$,v$,w$,k$,y$,j$,O$,S$,R$,P$)(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)}))}})),L$=bn((e=>class extends(W$(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 Oa})).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.13.1"}}}))}}))(HTMLElement);customElements.define("descope-user-management-widget",L$);var D$=Object.freeze({__proto__:null,default:L$});const _$=(e={})=>{const t=$n("<descope-wc></descope-wc>");return Object.entries(e).forEach((([e,i])=>{t.content.querySelector("descope-wc").setAttribute(kn(e),(e=>"string"==typeof e?e:(e=>null!==e&&"object"==typeof e&&Object.getPrototypeOf(e)===Object.prototype)(e)?JSON.stringify(e):"")(i))})),t};function F$(e){return new URLSearchParams(window.location.search).get(e)}const q$=e=>(...t)=>i=>{i.addCase(e.pending,((e,i)=>{t.forEach((({onPending:t})=>{null==t||t(e,i)}))})),i.addCase(e.fulfilled,((e,i)=>{t.forEach((({onFulfilled:t})=>{null==t||t(e,i)}))})),i.addCase(e.rejected,((e,i)=>{t.forEach((({onRejected:t})=>{null==t||t(e,i)}))}))},B$=e=>({onFulfilled:t=>{e(t).loading=!1},onPending:t=>{e(t).loading=!0,e(t).error=null},onRejected:(t,i)=>{e(t).loading=!1,e(t).error=i.error}}),V$=ec("users/me",((e,{extra:{api:t}})=>t.user.me())),K$=q$(V$)({onFulfilled:(e,t)=>{e.me.data=t.payload}},B$((e=>e.me))),H$={action:V$,reducer:K$},z$=ec("users/devices",((e,{extra:{api:t}})=>t.device.devices(e))),G$=q$(z$)({onFulfilled:(e,t)=>{e.devices.data=t.payload.devices}},B$((e=>e.devices))),J$={action:z$,reducer:G$},Z$=ec("users/passkeys",((e,{extra:{api:t}})=>t.passkey.listPasskeys(e))),Y$=q$(Z$)({onFulfilled:(e,t)=>{e.passkeys.data=t.payload.passkeys}},B$((e=>e.passkeys))),X$={action:Z$,reducer:Y$},Q$=ec("users/logout",((e,{extra:{api:t}})=>t.user.logout())),ew={action:Q$,reducer:q$(Q$)({})},tw=e=>{if(!e)return null;const t=(e=>{try{const t=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),i=decodeURIComponent(atob(t).split("").map((e=>"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2))).join(""));return JSON.parse(i)}catch(e){return null}})(e);return(null==t?void 0:t.dct)||null},iw=e=>e.me.data,nw=wl(iw,(e=>e.userId)),rw=wl(iw,(e=>e.picture)),ow=wl(iw,(e=>e.email)),sw=wl(iw,(e=>e.verifiedEmail)),aw=wl(iw,(e=>e.name)),dw=wl(iw,(e=>e.phone)),lw=wl(iw,(e=>e.verifiedPhone)),cw=wl(ow,sw,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),uw=wl(dw,lw,((e,t)=>e&&""!==e.trim()&&!t?"Unverified":"")),hw=wl(iw,(e=>e.webauthn));wl(iw,(e=>e.password));const fw=wl(iw,(e=>e.TOTP)),pw=wl(iw,(e=>e.customAttributes)),gw=wl(iw,(e=>({givenName:e.givenName,middleName:e.middleName,familyName:e.familyName}))),vw=wl((e=>e.devices.data),(e=>e.map((({id:e,name:t,deviceType:i,lastLoginTime:n,isCurrentDevice:r})=>({id:e,name:t,deviceType:i,lastLoginDate:1e3*parseInt(n,10),isCurrent:r}))))),mw=wl((e=>e.passkeys.data),(e=>e.map((({id:e,displayName:t,kind:i,createdTime:n})=>({id:e,name:t,passkeyType:i,createdAt:1e3*n}))))),yw=e=>e.notifications,bw=wl(iw,(e=>e.userTenants||[])),$w=e=>e.tenant.currentTenantId,ww=ec("tenant/select",((e,t)=>c(void 0,[e,t],void 0,(function*(e,{extra:{api:t},getState:i}){if(e===$w(i()))return null;const n=yield t.user.setCurrentTenant(e),r=n.sessionJwt||n.sessionToken;try{return{tenantId:tw(r)}}catch(e){return console.error("Failed to switch tenant:",e),null}})))),Cw={action:ww,reducer:q$(ww)({onPending:e=>{e.tenant.previousTenantId=e.tenant.currentTenantId},onFulfilled:(e,t)=>{var i;e.tenant.currentTenantId=null===(i=t.payload)||void 0===i?void 0:i.tenantId,e.tenant.previousTenantId=null},onRejected:e=>{e.tenant.currentTenantId=e.tenant.previousTenantId,e.tenant.previousTenantId=null}},B$((e=>e.selectTenant)),(({getErrorMsg:e,getSuccessMsg:t})=>({onFulfilled:(e,i)=>{if(t){const n=t(i);n&&e.notifications.push({type:"success",msg:n})}},onRejected:(t,i)=>{if(e){const n=e(i);n&&t.notifications.push({type:"error",msg:n})}}}))({getErrorMsg:e=>{var t,i;const n=(null===(t=e.error)||void 0===t?void 0:t.message)||"";return"Error"===(null===(i=e.error)||void 0===i?void 0:i.name)?n:`${n||"Error"}`}}))},kw={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:[]},Sw="/v1/auth/me",Iw="/v1/mgmt/user/trusteddevices/list",Rw="/v1/mgmt/user/passkeys/list",xw="/v1/auth/tenant/select",Ow=e=>c(void 0,void 0,void 0,(function*(){const t=yield e.text(),i=JSON.parse(t);if(!e.ok){const t=`${i.errorDescription}${i.errorMessage?`: ${i.errorMessage}`:""}`;throw Error(t||`${e.status} ${e.statusText}`)}e.json=()=>Promise.resolve(i),e.text=()=>Promise.resolve(t)})),Ew=[{tenantName:"Tenant 1",tenantId:"tn1",roleNames:["Role"]},{tenantName:"Tenant 2",tenantId:"tn2",roleNames:["Role"]}],Aw=({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:Ew,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 i=yield e.get(Sw);return yield Ow(i),i.json()})),setCurrentTenant:t=>c(void 0,void 0,void 0,(function*(){const i=yield e.post(xw,{tenant:t});return yield Ow(i),i.json()}))}),Nw=({httpClient:e,mock:t})=>({devices:i=>c(void 0,[i],void 0,(function*({userId:i}){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 n=yield e.post(Iw,{identifiers:[i]});return yield Ow(n),n.json()}))}),jw=({httpClient:e,mock:t})=>({listPasskeys:i=>c(void 0,[i],void 0,(function*({userId:i}){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 n=yield e.post(Rw,{loginId:i});return yield Ow(n),n.json()}))}),Mw=Rn((e=>{var t,i,n,r;const o=bn(Vo,qo,Uo,Ko,fc)(e);return r=class extends o{constructor(){super(...arguments),t.add(this),i.set(this,void 0)}get widgetId(){return this.getAttribute("widget-id")}get mock(){return this.getAttribute("mock")}get styleId(){return this.getAttribute("style-id")||us}get api(){return u(this,i,"f")||u(this,t,"m",n).call(this),u(this,i,"f")}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),this.observeAttributes(["project-id","base-url"],(()=>{u(this,i,"f")&&u(this,t,"m",n).call(this)}))}))}},i=new WeakMap,t=new WeakSet,n=function(){this.logger.debug("creating an sdk instance"),h(this,i,((e,t,i)=>{const n=cn(Object.assign(Object.assign({},e),{persistTokens:!0,baseHeaders:{"x-descope-widget-type":"user-profile-widget","x-descope-widget-id":i,"x-descope-widget-version":"0.11.3"}}));return{user:Object.assign(Object.assign({},Aw({httpClient:n.httpClient,mock:t})),{logout:t?()=>c(void 0,void 0,void 0,(function*(){})):n.logout}),device:Object.assign({},Nw({httpClient:n.httpClient,mock:t})),passkey:Object.assign({},jw({httpClient:n.httpClient,mock:t}))}})({projectId:this.projectId,baseUrl:this.baseUrl,refreshCookieName:this.refreshCookieName},"true"===this.mock,this.widgetId),"f")},r})),Pw=Rn((e=>{const t=bn(lc({name:"widget",initialState:kw,reducers:{clearNotifications:e=>{e.notifications=[]},setCurrentTenantId:(e,{payload:t})=>{e.tenant.currentTenantId=t}},extraReducers:e=>{H$.reducer(e),J$.reducer(e),X$.reducer(e),ew.reducer(e),Cw.reducer(e)},asyncActions:{getMe:H$.action,listDevices:J$.action,listPasskeys:X$.action,logout:ew.action,selectTenant:Cw.action}}),Fo,Uo,Mw)(e);return class extends t{constructor(...e){super(...e),this.state=kw,this.subscribe((e=>{this.logger.debug("State update:",e),this.state=e}))}}})),Uw="widget-flow",Tw=Rn((e=>{var t,i,n;return n=class extends(bn(Fo,nd,Pw,fc,Uo,ps)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this);const r=F$(Uw);r&&(function(e){if(window.history.replaceState&&F$(e)){const t=new URL(window.location.href),i=new URLSearchParams(t.search);i.delete(e),t.search=i.toString(),window.history.replaceState({},"",t.toString())}}(Uw),u(this,t,"m",i).call(this,r))}))}},t=new WeakSet,i=function(e){const t=this.createModal({"data-id":"redirect-flow"});t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),new Wa((()=>{var e;return null===(e=t.ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}).onSuccess((()=>{t.close(),this.actions.getMe()})),t.afterClose=()=>{t.remove()},t.open()},n})),Ww=Rn((e=>{const t=bn(Go,Bo({"widget-id":Bo.missingAttrValidator}))(e);return class extends t{get widgetId(){return this.getAttribute("widget-id")}fetchWidgetPage(e){return c(this,void 0,void 0,(function*(){return(yield this.fetchStaticResource(`user-profile-widget/${this.widgetId}/${e}`,"text")).body}))}}})),Lw=Rn((e=>{var t,i,n;return n=class extends(bn(Uo,Fo,rs,cs,Ww,Pw)(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 n;yield null===(n=e.init)||void 0===n?void 0:n.call(this),yield this.actions.getMe(),yield u(this,t,"m",i).call(this),yield this.onWidgetRootReady(),this.dispatchEvent(new CustomEvent("ready"))}))}},t=new WeakSet,i=function(){return c(this,void 0,void 0,(function*(){const e=$n(yield this.fetchWidgetPage("root.html"));yield this.loadDescopeUiComponents(e),this.contentRootElement.append(e.content.cloneNode(!0))}))},n})),Dw=Rn((e=>class extends(bn(ps,qo)(e)){syncFlowTheme(e){e.theme=this.theme,this.observeAttributes(["theme"],(()=>{e.theme=this.theme}))}})),_w=Rn((e=>{var t,i,n,r,o,s,a,d,l;return l=class extends(bn(Dw,ps,Pw,Uo,fc,Lw,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),a.set(this,Cn((e=>{this.avatar.image=e}))),d.set(this,Cn((e=>{this.avatar.displayName=e})))}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",s).call(this),u(this,t,"m",r).call(this),u(this,a,"f").call(this,rw(this.state)),u(this,d,"f").call(this,aw(this.state)),this.subscribe(u(this,a,"f").bind(this),rw),this.subscribe(u(this,d,"f").bind(this),aw)}))}},i=new WeakMap,n=new WeakMap,a=new WeakMap,d=new WeakMap,t=new WeakSet,r=function(){this.avatar.flowId&&(h(this,i,this.createModal({"data-id":"update-pic"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.avatar.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},s=function(){this.avatar=new Ua((()=>{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,i,"f"))||void 0===e||e.open()}))},l})),Fw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v;return v=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.emailUserAttr.value=e}))),g.set(this,Cn((e=>{this.emailUserAttr.badgeLabel=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,ow(this.state)),u(this,g,"f").call(this,cw(this.state)),this.subscribe(u(this,p,"f").bind(this),ow),this.subscribe(u(this,g,"f").bind(this),cw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.emailUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-email"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.emailUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.emailUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-email"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.emailUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.emailUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.emailUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},v})),qw=Rn((e=>{var t,i,n;return n=class extends(bn(Pw,Uo,Lw,nd)(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),u(this,t,"m",i).call(this)}))}},t=new WeakSet,i=function(){this.logout=new Ta((()=>{var e;return null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector('descope-button[data-id="logout"]')}),{logger:this.logger}),this.logout.onClick((()=>c(this,void 0,void 0,(function*(){yield this.actions.logout(),this.dispatchEvent(new CustomEvent("logout"))}))))},n})),Bw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.nameUserAttr.value=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,aw(this.state)),this.subscribe(u(this,p,"f").bind(this),aw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.nameUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-name"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.nameUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.nameUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-name"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.nameUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.nameUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.nameUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Vw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.passkeyUserAuthMethod.fulfilled=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,hw(this.state)),this.subscribe(u(this,p,"f").bind(this),hw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.passkeyUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"add-passkey"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.passkeyUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.passkeyUserAuthMethod.fulfilledFlowId&&(h(this,r,this.createModal({"data-id":"remove-passkey"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.passkeyUserAuthMethod.fulfilledFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.passkeyUserAuthMethod=new Qa((()=>{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,i,"f"))||void 0===e||e.open()})),this.passkeyUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Kw=Rn((e=>{var t,i,n,r,o,s;return s=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0)}initPasswordAuthMethod(){this.passwordUserAuthMethod=new Qa((()=>{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,i,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.initPasswordAuthMethod(),u(this,t,"m",r).call(this)}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.passwordUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"password"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",o).bind(this),u(this,t,"m",o).call(this),this.syncFlowTheme(u(this,n,"f")))},o=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.passwordUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close()}))},s})),Hw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g,v;return v=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.phoneUserAttr.value=e}))),g.set(this,Cn((e=>{this.phoneUserAttr.badgeLabel=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,dw(this.state)),u(this,g,"f").call(this,uw(this.state)),this.subscribe(u(this,p,"f").bind(this),dw),this.subscribe(u(this,g,"f").bind(this),uw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,g=new WeakMap,t=new WeakSet,s=function(){this.phoneUserAttr.editFlowId&&(h(this,i,this.createModal({"data-id":"edit-phone"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.phoneUserAttr.editFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.phoneUserAttr.deleteFlowId&&(h(this,r,this.createModal({"data-id":"delete-phone"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.phoneUserAttr.deleteFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.phoneUserAttr=new Xa((()=>{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,i,"f"))||void 0===e||e.open()})),this.phoneUserAttr.onDeleteClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},v})),zw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),p.set(this,Cn((e=>{this.totpUserAuthMethod.fulfilled=e})))}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",f).call(this),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),u(this,p,"f").call(this,fw(this.state)),this.subscribe(u(this,p,"f").bind(this),fw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,p=new WeakMap,t=new WeakSet,s=function(){this.totpUserAuthMethod.flowId&&(h(this,i,this.createModal({"data-id":"totp"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.totpUserAuthMethod.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},d=function(){this.totpUserAuthMethod.fulfilledFlowId&&(h(this,r,this.createModal({"data-id":"remove-totp"}),"f"),h(this,o,new Wa((()=>{var e;return null===(e=u(this,r,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,r,"f").afterClose=u(this,t,"m",l).bind(this),u(this,t,"m",l).call(this),this.syncFlowTheme(u(this,o,"f")))},l=function(){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.totpUserAuthMethod.fulfilledFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe()}))},f=function(){this.totpUserAuthMethod=new Qa((()=>{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,i,"f"))||void 0===e||e.open()})),this.totpUserAuthMethod.onFulfilledButtonClick((()=>{var e;null===(e=u(this,r,"f"))||void 0===e||e.open()}))},g})),Gw=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return f=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,{}),n.set(this,{}),r.set(this,{}),o.set(this,{}),d.set(this,Cn((e=>{var i;const n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll('descope-user-attribute[data-id^="builtin."]');Array.from(n).forEach((i=>{const n=i.getAttribute("data-id").replace("builtin.",""),r=e[n],o=new Xa(i,{logger:this.logger});o.value=(r||"").toString(),u(this,t,"m",l).call(this,i,n,o),u(this,t,"m",h).call(this,i,n,o)}))})))}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,gw(this.state)),this.subscribe(u(this,d,"f").bind(this),gw)}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,d=new WeakMap,t=new WeakSet,s=function(e){var t,r;null===(t=u(this,i,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(r=u(this,n,"f")[e])||void 0===r||r.onSuccess((()=>{var t;null===(t=u(this,i,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},a=function(e){var t,i;null===(t=u(this,r,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,o,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,r,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},l=function(e,r,o){const a=e.getAttribute("edit-flow-id");a&&(u(this,i,"f")[a]=this.createModal({"data-id":`edit-${r}`}),u(this,n,"f")[a]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,i,"f")[a])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,i,"f")[a].afterClose=u(this,t,"m",s).bind(this,a),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,i,"f"))||void 0===e?void 0:e[a])||void 0===t||t.open()})),u(this,t,"m",s).call(this,a),this.syncFlowTheme(u(this,n,"f")[a]))},h=function(e,i,n){const s=e.getAttribute("delete-flow-id");s&&(u(this,r,"f")[s]=this.createModal({"data-id":`delete-${i}`}),u(this,o,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,r,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,r,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,r,"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}));var Jw;!function(e){e.TEXT="text",e.NUMBER="number",e.BOOLEAN="boolean",e.SINGLE_SELECT="singleSelect",e.ARRAY="array",e.DATE="date"}(Jw||(Jw={}));const Zw=Rn((e=>{var t,i,n,r,o,s,a,d,l,h,f;return i=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),n.set(this,{}),r.set(this,{}),o.set(this,{}),s.set(this,{}),l.set(this,Cn((e=>{var n;const r=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll('descope-user-attribute[data-id^="customAttributes."]');Array.from(r).forEach((n=>{const r=n.getAttribute("data-id").replace("customAttributes.",""),o=n.getAttribute("data-type")||Jw.TEXT,s=e[r],a=new Xa(n,{logger:this.logger});a.value=i.getFormattedValue(o,s),u(this,t,"m",h).call(this,n,r,a),u(this,t,"m",f).call(this,n,r,a)}))})))}static getFormattedValue(e,t){return e===Jw.DATE&&t?new Date(t).toLocaleString():e===Jw.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,pw(this.state)),this.subscribe(u(this,l,"f").bind(this),pw)}))}},n=new WeakMap,r=new WeakMap,o=new WeakMap,s=new WeakMap,l=new WeakMap,t=new WeakSet,a=function(e){var t,i;null===(t=u(this,n,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,r,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,n,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},d=function(e){var t,i;null===(t=u(this,o,"f")[e])||void 0===t||t.setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),null===(i=u(this,s,"f")[e])||void 0===i||i.onSuccess((()=>{var t;null===(t=u(this,o,"f")[e])||void 0===t||t.close(),this.actions.getMe()}))},h=function(e,i,o){const s=e.getAttribute("edit-flow-id");s&&(u(this,n,"f")[s]=this.createModal({"data-id":`edit-${i}`}),u(this,r,"f")[s]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,n,"f")[s])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,n,"f")[s].afterClose=u(this,t,"m",a).bind(this,s),o.onEditClick((()=>{var e,t;null===(t=null===(e=u(this,n,"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,r,"f")[s]))},f=function(e,i,n){const r=e.getAttribute("delete-flow-id");r&&(u(this,o,"f")[r]=this.createModal({"data-id":`delete-${i}`}),u(this,s,"f")[r]=new Wa((()=>{var e,t;return null===(t=null===(e=u(this,o,"f")[r])||void 0===e?void 0:e.ele)||void 0===t?void 0:t.querySelector("descope-wc")}),{logger:this.logger}),u(this,o,"f")[r].afterClose=u(this,t,"m",d).bind(this,r),n.onDeleteClick((()=>{var e,t;null===(t=null===(e=u(this,o,"f"))||void 0===e?void 0:e[r])||void 0===t||t.open()})),u(this,t,"m",d).call(this,r),this.syncFlowTheme(u(this,s,"f")[r]))},i})),Yw=Rn((e=>{var t,i,n,r,o,s,a,d;return d=class extends(bn(Dw,ps,Pw,Uo,fc,Lw,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),this.updateDeviceList=Cn((e=>{this.deviceList.data=e}))}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),this.deviceList=new ed((()=>{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,vw(this.state)),u(this,t,"m",r).call(this),this.subscribe(this.updateDeviceList.bind(this),vw))}))}},i=new WeakMap,n=new WeakMap,t=new WeakSet,r=function(){this.deviceList.flowId&&(h(this,i,this.createModal({"data-id":"untrust-device"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=()=>u(this,t,"m",o).call(this,""),this.syncFlowTheme(u(this,n,"f")))},o=function(e=""){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.deviceList.flowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:{deviceId:e}})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.listDevices({userId:nw(this.state)})}))},s=function(e){this.deviceList.onRemoveDeviceClick((({id:e})=>{var n;u(this,t,"m",o).call(this,e),null===(n=u(this,i,"f"))||void 0===n||n.open()})),this.deviceList.data=e},a=function(){return c(this,void 0,void 0,(function*(){yield this.actions.listDevices({userId:nw(this.state)})}))},d})),Xw=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p,g;return g=class extends(bn(Dw,Pw,Uo,Lw,fc,nd)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,void 0),o.set(this,void 0),f.set(this,Cn((e=>{this.actions.listPasskeys({userId:e})}))),this.updatePasskeyList=Cn((e=>{this.userPasskeys.data=e}))}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),this.userPasskeys=new id((()=>{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,mw(this.state)),u(this,t,"m",s).call(this),u(this,t,"m",d).call(this),this.subscribe(u(this,f,"f").bind(this),nw),this.subscribe(this.updatePasskeyList.bind(this),mw))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,f=new WeakMap,t=new WeakSet,s=function(){this.userPasskeys.addPasskeyFlowId&&(h(this,i,this.createModal({"data-id":"add-user-passkey"}),"f"),h(this,n,new Wa((()=>{var e;return null===(e=u(this,i,"f").ele)||void 0===e?void 0:e.querySelector("descope-wc")}),{logger:this.logger}),"f"),u(this,i,"f").afterClose=u(this,t,"m",a).bind(this),u(this,t,"m",a).call(this),this.syncFlowTheme(u(this,n,"f")))},a=function(){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:this.userPasskeys.addPasskeyFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId})),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:nw(this.state)})}))},d=function(){this.userPasskeys.removePasskeyFlowId&&(h(this,r,this.createModal({"data-id":"remove-user-passkey"}),"f"),h(this,o,new Wa((()=>{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,o,"f")))},l=function({externalId:e,credentialId:t}){u(this,r,"f").setContent(_$({projectId:this.projectId,flowId:this.userPasskeys.removePasskeyFlowId,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,form:{externalId:e,credentialId:t}})),u(this,o,"f").onSuccess((()=>{u(this,r,"f").close(),this.actions.getMe(),this.actions.listPasskeys({userId:nw(this.state)})}))},p=function(e){this.updatePasskeyList(e),this.userPasskeys.onAddPasskeyClick((()=>{var e;null===(e=u(this,i,"f"))||void 0===e||e.open()})),this.userPasskeys.onRemovePasskeyClick((({id:e})=>{var i;const n=nw(this.state);u(this,t,"m",l).call(this,{externalId:n,credentialId:e}),null===(i=u(this,r,"f"))||void 0===i||i.open()}))},g})),Qw={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=Rn((e=>{var t,i,n,r,o;return o=class extends(bn(Uo,Pw,od,Fo)(e)){constructor(){super(...arguments),t.add(this),r.set(this,Cn((e=>{e.length&&(e.forEach((({type:e,msg:r})=>{const o=u(this,t,"m",n).call(this,e);o.setContent(u(this,t,"m",i).call(this,{type:e,msg:r})),o.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,r,"f").bind(this),yw)}))}},r=new WeakMap,t=new WeakSet,i=function({type:e,msg:t}){const i=Qw[e],n=Object.assign((new DOMParser).parseFromString('<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g id="Icon">\n<path id="Shape" d="M10.6712 12L7.27521 8.60406C6.90826 8.23711 6.90826 7.64216 7.27521 7.27521C7.64216 6.90826 8.23711 6.90826 8.60406 7.27521L12 10.6712L15.3959 7.27521C15.7629 6.90826 16.3578 6.90826 16.7248 7.27521C17.0917 7.64216 17.0917 8.23711 16.7248 8.60406L13.3288 12L16.7248 15.3959C17.0917 15.7629 17.0917 16.3578 16.7248 16.7248C16.3578 17.0917 15.7629 17.0917 15.3959 16.7248L12 13.3288L8.60406 16.7248C8.23711 17.0917 7.64216 17.0917 7.27521 16.7248C6.90826 16.3578 6.90826 15.7629 7.27521 15.3959L10.6712 12Z" fill="currentcolor"/>\n</g>\n</svg>\n',"image/svg+xml").firstChild,{slot:"close"});return`${(null==i?void 0:i.outerHTML)||""}${t}${n.outerHTML}`},n=function(e){return this.createNotification({mode:e,duration:"error"===e?0:3e3,position:"bottom-start",size:"sm"})},o})),tC=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p;return p=class extends(bn(Pw,Uo,Lw)(e)){constructor(){super(...arguments),t.add(this),i.set(this,null),r.set(this,(e=>c(this,void 0,void 0,(function*(){const t=e.target.value;yield this.actions.selectTenant(t)})))),o.set(this,(e=>{const n=$w(e);this.tenantSelector.value!==n&&u(this,t,"m",l).call(this,n);const{loading:r,error:o}=e.selectTenant,a=null!==e.tenant.previousTenantId,d=n!==u(this,i,"f");!n||r||o||a||!d||(h(this,i,n,"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 i;yield null===(i=e.onWidgetRootReady)||void 0===i?void 0:i.call(this),this.actions.setCurrentTenantId((()=>{const e=yi();return tw(e)})()),u(this,t,"m",n).call(this),u(this,t,"m",f).call(this),u(this,t,"m",d).call(this,bw(this.state)),this.subscribe(u(this,o,"f").bind(this))}))}},i=new WeakMap,r=new WeakMap,o=new WeakMap,t=new WeakSet,n=function(){this.tenantSelector=new td((()=>{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,r,"f"))},s=function(){const e=$w(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,$w(this.state)),this.tenantSelector.setAllowCustomValue(!1)}))},p})),iC=Rn((e=>{var t,i,n,r,o,s,a,d,l,f,p;return p=class extends(bn(Dw,Pw,nd,Uo,Lw)(e)){constructor(){super(...arguments),t.add(this),i.set(this,void 0),n.set(this,void 0),r.set(this,[]),o.set(this,null)}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",d).call(this),u(this,t,"m",a).call(this),u(this,r,"f").forEach((e=>e.enable()))}))}},i=new WeakMap,n=new WeakMap,r=new WeakMap,o=new WeakMap,t=new WeakSet,s=function(e){const i=new La(e,{logger:this.logger});i.onClick((()=>{u(this,t,"m",f).call(this,i.flowId,nw(this.state))})),u(this,r,"f").push(i)},a=function(){var e;const i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[data-generic-flow-button-id]");Array.from(i).forEach((e=>{u(this,t,"m",s).call(this,e)}))},d=function(){h(this,i,this.createModal({"data-id":"generic-flow-modal"}),"f"),u(this,i,"f").afterClose=()=>{var e;null===(e=u(this,o,"f"))||void 0===e||e.call(this),h(this,o,null,"f")},h(this,n,new Wa((()=>{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,n,"f"))},l=function(){var e;u(this,i,"f").open(),null===(e=u(this,o,"f"))||void 0===e||e.call(this)},f=function(e,r){u(this,i,"f").setContent(_$({projectId:this.projectId,flowId:e,baseUrl:this.baseUrl,baseStaticUrl:this.baseStaticUrl,baseCdnUrl:this.baseCdnUrl,refreshCookieName:this.refreshCookieName,theme:this.theme,"style-id":this.styleId,client:{userId:r}})),h(this,o,u(this,n,"f").onPageUpdated((()=>u(this,t,"m",l).call(this))),"f"),u(this,n,"f").onSuccess((()=>{u(this,i,"f").close(),this.actions.getMe()}))},p})),nC=Rn((e=>class extends(bn(Ea,ps,Tw,Zw,Fw,_w,Bw,Hw,Vw,Kw,zw,Gw,qw,Yw,Xw,eC,tC,iC)(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)}))}})),rC=bn((e=>class extends(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),(customElements.get("descope-wc")||(yield Promise.resolve().then((function(){return Oa})).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.11.3"}}}))}}))(HTMLElement);customElements.define("descope-user-profile-widget",rC);var oC=Object.freeze({__proto__:null,default:rC});const sC=(e,t,i,n={})=>{var r,o,s,a;return[Math.min(Math.max(t,("all"===n.left?e.offsetWidth:null!==(r=n.left)&&void 0!==r?r:0)-e.offsetWidth),window.innerWidth-("all"===n.right?e.offsetWidth:null!==(o=n.right)&&void 0!==o?o:0)),Math.min(Math.max(i,("all"===n.top?e.offsetHeight:null!==(s=n.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===n.bottom?e.offsetHeight:null!==(a=n.bottom)&&void 0!==a?a:0))]},aC=(e,t,i)=>{let n=0,r=0,o=0,s=0;function a(t){t.preventDefault(),n=o-t.clientX,r=s-t.clientY,o=t.clientX,s=t.clientY;const[a,d]=sC(e,e.offsetLeft-n,e.offsetTop-r,i);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),o=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l};var dC,lC,cC,uC,hC,fC,pC,gC,vC,mC,yC;const bC=document.createElement("template");bC.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 $C=bn(as)(HTMLElement);class wC extends $C{constructor(){super(),dC.add(this),lC.set(this,new fo({messages:[]})),cC.set(this,void 0),uC.set(this,void 0),hC.set(this,void 0),fC.set(this,{resize:u(this,dC,"m",yC).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(bC.content.cloneNode(!0)),h(this,cC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,uC,u(this,cC,"f").querySelector(".content"),"f"),h(this,hC,u(this,cC,"f").querySelector(".header"),"f"),u(this,dC,"m",pC).call(this)}updateData(e){u(this,lC,"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),aC(u(this,cC,"f"),u(this,hC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,fC,"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,cC,"f")),u(this,cC,"f").onresize=u(this,dC,"m",mC).bind(this),u(this,lC,"f").subscribe(u(this,dC,"m",gC).bind(this))}))}disconnectedCallback(){u(this,lC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,fC,"f").resize)}}lC=new WeakMap,cC=new WeakMap,uC=new WeakMap,hC=new WeakMap,fC=new WeakMap,dC=new WeakSet,pC=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,cC,"f").style.top="32px",u(this,cC,"f").style.left=window.innerWidth-300-32+"px"},gC=function(e){u(this,dC,"m",vC).call(this,e),u(this,dC,"m",mC).call(this)},vC=function(e){u(this,uC,"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("")},mC=function(){u(this,uC,"f").querySelectorAll(".msg").forEach((e=>{const t=e.querySelector(".msg_desc"),i=t.scrollWidth>t.clientWidth,n=t.clientHeight>20;i||n?(e.classList.add("collapsible"),e.onclick=t=>{t.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},yC=function(){const[e,t]=sC(u(this,cC,"f"),Number.parseInt(u(this,cC,"f").style.left,10),Number.parseInt(u(this,cC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,cC,"f").style.top=`${t}px`,u(this,cC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",wC);var CC=Object.freeze({__proto__:null,default:wC});const kC=(e,t,i,n={})=>{var r,o,s,a;return[Math.min(Math.max(t,("all"===n.left?e.offsetWidth:null!==(r=n.left)&&void 0!==r?r:0)-e.offsetWidth),window.innerWidth-("all"===n.right?e.offsetWidth:null!==(o=n.right)&&void 0!==o?o:0)),Math.min(Math.max(i,("all"===n.top?e.offsetHeight:null!==(s=n.top)&&void 0!==s?s:0)-e.offsetHeight),window.innerHeight-("all"===n.bottom?e.offsetHeight:null!==(a=n.bottom)&&void 0!==a?a:0))]};var SC,IC,RC,xC,OC,EC,AC,NC,jC,MC;const PC=document.createElement("template");PC.innerHTML=`\n<div style="top:32px; left:${window.innerWidth-300-32}px;" 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 UC=bn(as)(HTMLElement);class TC extends UC{constructor(){var e;super(),SC.add(this),IC.set(this,new jn({messages:[]})),RC.set(this,void 0),xC.set(this,void 0),OC.set(this,void 0),EC.set(this,{resize:u(this,SC,"m",MC).bind(this)}),this.attachShadow({mode:"open"}),null===(e=this.shadowRoot)||void 0===e||e.appendChild(PC.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,RC,this.shadowRoot.querySelector(".debugger"),"f"),h(this,xC,u(this,RC,"f").querySelector(".content"),"f"),h(this,OC,u(this,RC,"f").querySelector(".header"),"f")}updateData(e){u(this,IC,"f").update((t=>({messages:t.messages.concat(e)})))}connectedCallback(){var e;((e,t,i)=>{let n=0,r=0,o=0,s=0;function a(t){t.preventDefault(),n=o-t.clientX,r=s-t.clientY,o=t.clientX,s=t.clientY;const[a,d]=kC(e,e.offsetLeft-n,e.offsetTop-r,i);e.style.top=`${d}px`,e.style.left=`${a}px`}function d(){document.onmouseup=null,document.onmousemove=null}function l(e){e.preventDefault(),o=e.clientX,s=e.clientY,document.onmouseup=d,document.onmousemove=a}t?t.onmousedown=l:e.onmousedown=l})(u(this,RC,"f"),u(this,OC,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",u(this,EC,"f").resize),(e=u(this,RC,"f")).onmousemove=t=>{var i;const n=t.target;(n.w&&n.w!==n.offsetWidth||n.h&&n.h!==n.offsetHeight)&&(null===(i=e.onresize)||void 0===i||i.call(e,t)),n.w=n.offsetWidth,n.h=n.offsetHeight},u(this,RC,"f").onresize=u(this,SC,"m",jC).bind(this),u(this,IC,"f").subscribe(u(this,SC,"m",AC).bind(this))}disconnectedCallback(){u(this,IC,"f").unsubscribeAll(),window.removeEventListener("resize",u(this,EC,"f").resize)}}IC=new WeakMap,RC=new WeakMap,xC=new WeakMap,OC=new WeakMap,EC=new WeakMap,SC=new WeakSet,AC=function(e){u(this,SC,"m",NC).call(this,e),u(this,SC,"m",jC).call(this)},NC=function(e){u(this,xC,"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("")},jC=function(){u(this,xC,"f").querySelectorAll(".msg").forEach((e=>{const t=e,i=t.querySelector(".msg_desc"),n=i.scrollWidth>i.clientWidth,r=i.clientHeight>20;n||r?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},MC=function(){const[e,t]=kC(u(this,RC,"f"),Number.parseInt(u(this,RC,"f").style.left,10),Number.parseInt(u(this,RC,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});u(this,RC,"f").style.top=`${t}px`,u(this,RC,"f").style.left=`${e}px`},customElements.get("descope-debugger")||customElements.define("descope-debugger",TC);var WC=Object.freeze({__proto__:null,default:TC});e.AccessKeyManagement=Bn,e.ApplicationsPortal=Kn,e.AuditManagement=zn,e.AuthProvider=({projectId:e,baseUrl:r="",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:$})=>{const[w,C]=t.useState(),[k,S]=t.useState(),[I,R]=t.useState(),[x,O]=t.useState(!1),[E,A]=t.useState(!1),[N,j]=t.useState(!1),[M,P]=t.useState(!!p),U=t.useRef(!1),T=(({projectId:e,baseUrl:i,persistTokens:n,autoRefresh:r,sessionTokenViaCookie:o,refreshTokenViaCookie:a,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,getExternalToken:h,hooks:f,customStorage:p})=>t.useMemo((()=>{if(e)return hn({projectId:e,baseUrl:i,sessionTokenViaCookie:o,refreshTokenViaCookie:a,baseHeaders:s,persistTokens:n,autoRefresh:r,refreshCookieName:d,oidcConfig:l,storeLastAuthenticatedUser:c,keepLastAuthenticatedUserAfterLogout:u,hooks:f,getExternalToken:h,customStorage:p})}),[e,i,JSON.stringify(o),JSON.stringify(a),h,p]))({projectId:e,baseUrl:r,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(T){const e=T.onSessionTokenChange(S),t=T.onUserChange(C),i=T.onIsAuthenticatedChange(O),n=T.onClaimsChange(R);return()=>{e(),t(),i(),n()}}}),[T]);const W=t.useRef(!1),L=t.useRef(!1);t.useEffect((()=>{T&&p&&!U.current&&(U.current=!0,T.oidc.finishLoginIfNeed().finally((()=>{P(!1),W.current=!0})))}),[]);const D=t.useCallback((()=>{o()||W.current||(W.current=!0,j(!0),n(null==T?void 0:T.refresh)(void 0,!0).then((()=>{requestAnimationFrame((()=>{setTimeout((()=>{j(!1)}),0)}))})))}),[T]),_=t.useCallback((()=>{L.current||(L.current=!0,A(!0),n(T.me)().then((()=>{A(!1)})))}),[T]),F=t.useMemo((()=>({fetchUser:_,user:w,isUserLoading:E,isUserFetched:L.current,fetchSession:D,session:k,isAuthenticated:x,isSessionLoading:N,isOidcLoading:M,isSessionFetched:W.current,projectId:e,baseUrl:r,baseStaticUrl:a,baseCdnUrl:d,storeLastAuthenticatedUser:g,keepLastAuthenticatedUserAfterLogout:v,refreshCookieName:m,customStorage:b,setUser:C,setSession:S,setIsAuthenticated:O,claims:I,sdk:T})),[_,w,E,L.current,D,k,x,N,M,W.current,e,r,a,d,v,m,b,C,S,O,I,T]);return t.createElement(i.Provider,{value:F},$)},e.Descope=Ln,e.OutboundApplications=Jn,e.RoleManagement=Yn,e.SignInFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-in"})),e.SignUpFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-up"})),e.SignUpOrInFlow=e=>t.createElement(Ln,Object.assign({},e,{flowId:"sign-up-or-in"})),e.TenantProfile=Qn,e.UserManagement=tr,e.UserProfile=nr,e.baseHeaders=s,e.getCurrentTenant=yn,e.getJwtPermissions=vn,e.getJwtRoles=mn,e.getRefreshToken=gn,e.getSessionToken=pn,e.isRefreshTokenExpired=(e=gn())=>null==un?void 0:un.isJwtExpired(e),e.isSessionTokenExpired=(e=pn())=>null==un?void 0:un.isJwtExpired(e),e.refresh=(e=gn())=>null==un?void 0:un.refresh(e),e.useDescope=()=>{const{sdk:e}=Dn();return t.useMemo((()=>e||new Proxy(fn(),Fn)),[e])},e.useSession=()=>{const{session:e,claims:i,isSessionLoading:n,isOidcLoading:r,fetchSession:s,isSessionFetched:a,isAuthenticated:d}=Dn(),l=t.useRef(n||r);t.useMemo((()=>{l.current=n||r}),[n,r]);const c=!d&&!n&&!o();return t.useMemo((()=>{c&&!a&&(l.current=!0)}),[a]),t.useEffect((()=>{c&&s()}),[s]),{isSessionLoading:l.current,sessionToken:e,claims:i,isAuthenticated:d}},e.useUser=()=>{const{user:e,fetchUser:i,isUserLoading:n,isAuthenticated:r,isUserFetched:o}=Dn(),[s,a]=t.useState(!1),d=t.useRef(n),l=t.useMemo((()=>!e&&!n&&r&&!s),[i,r,s]);return t.useMemo((()=>{d.current=n}),[n]),t.useMemo((()=>{l&&!o&&(d.current=!0)}),[l,o]),t.useEffect((()=>{l&&(a(!0),i())}),[l]),{isUserLoading:d.current,user:e}}}));
3
3
  //# sourceMappingURL=index.umd.js.map