@everymatrix/player-email-verification 1.55.0 → 1.56.2
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/components/{PlayerEmailVerification-NVUbXJnq.js → PlayerEmailVerification-64YgAa6l.js} +31 -10
- package/components/PlayerEmailVerification-CC6x_teP.cjs +16 -0
- package/components/{PlayerEmailVerification-Bfojsf3K.js → PlayerEmailVerification-DIJ00Em1.js} +30 -9
- package/es2015/player-email-verification.cjs +1 -1
- package/es2015/player-email-verification.js +1 -1
- package/esnext/player-email-verification.js +1 -1
- package/package.json +1 -1
- package/components/PlayerEmailVerification-DsrCAa-F.cjs +0 -3
package/components/{PlayerEmailVerification-NVUbXJnq.js → PlayerEmailVerification-64YgAa6l.js}
RENAMED
|
@@ -10,7 +10,7 @@ var ae = (e, t, r) => t in e ? wt(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
10
10
|
Ct.call(t, r) && ae(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, Ce = (e, t) => $t(e, Lt(t));
|
|
13
|
-
var v = (e, t, r) => ae(e, typeof t != "symbol" ? t + "" : t, r);
|
|
13
|
+
var v = (e, t, r) => (ae(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var Re = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var s = (u) => {
|
|
16
16
|
try {
|
|
@@ -112,7 +112,8 @@ function w() {
|
|
|
112
112
|
} catch (t) {
|
|
113
113
|
throw I.length = 0, N = 0, t;
|
|
114
114
|
}
|
|
115
|
-
for (k(null), I.length = 0, N = 0; Ge.length; )
|
|
115
|
+
for (k(null), I.length = 0, N = 0; Ge.length; )
|
|
116
|
+
Ge.pop()();
|
|
116
117
|
for (let t = 0; t < $.length; t += 1) {
|
|
117
118
|
const r = $[t];
|
|
118
119
|
he.has(r) || (he.add(r), r());
|
|
@@ -558,11 +559,26 @@ L.all = function(t, r) {
|
|
|
558
559
|
};
|
|
559
560
|
var dr = L, br = dr;
|
|
560
561
|
const gr = /* @__PURE__ */ rr(br);
|
|
562
|
+
/*! *****************************************************************************
|
|
563
|
+
Copyright (c) Microsoft Corporation.
|
|
564
|
+
|
|
565
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
566
|
+
purpose with or without fee is hereby granted.
|
|
567
|
+
|
|
568
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
569
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
570
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
571
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
572
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
573
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
574
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
575
|
+
***************************************************************************** */
|
|
561
576
|
var ge = function(e, t) {
|
|
562
577
|
return ge = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
563
578
|
r.__proto__ = n;
|
|
564
579
|
} || function(r, n) {
|
|
565
|
-
for (var i in n)
|
|
580
|
+
for (var i in n)
|
|
581
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
566
582
|
}, ge(e, t);
|
|
567
583
|
};
|
|
568
584
|
function ne(e, t) {
|
|
@@ -578,23 +594,26 @@ var d = function() {
|
|
|
578
594
|
return d = Object.assign || function(t) {
|
|
579
595
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
580
596
|
r = arguments[n];
|
|
581
|
-
for (var s in r)
|
|
597
|
+
for (var s in r)
|
|
598
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
582
599
|
}
|
|
583
600
|
return t;
|
|
584
601
|
}, d.apply(this, arguments);
|
|
585
602
|
};
|
|
586
603
|
function Er(e, t) {
|
|
587
604
|
var r = {};
|
|
588
|
-
for (var n in e)
|
|
605
|
+
for (var n in e)
|
|
606
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
589
607
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
590
608
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
591
609
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
592
610
|
return r;
|
|
593
611
|
}
|
|
594
612
|
function ue(e, t, r) {
|
|
595
|
-
if (
|
|
596
|
-
(
|
|
597
|
-
|
|
613
|
+
if (arguments.length === 2)
|
|
614
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
615
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
616
|
+
return e.concat(s || t);
|
|
598
617
|
}
|
|
599
618
|
function le(e, t) {
|
|
600
619
|
var r = t && t.cache ? t.cache : Tr, n = t && t.serializer ? t.serializer : Hr, i = t && t.strategy ? t.strategy : yr;
|
|
@@ -2420,7 +2439,8 @@ function Mr(e, t) {
|
|
|
2420
2439
|
r += u;
|
|
2421
2440
|
for (; o-- > 0; )
|
|
2422
2441
|
r = a + r;
|
|
2423
|
-
} else
|
|
2442
|
+
} else
|
|
2443
|
+
i === "J" ? r += "H" : r += i;
|
|
2424
2444
|
}
|
|
2425
2445
|
return r;
|
|
2426
2446
|
}
|
|
@@ -3023,7 +3043,8 @@ function He(e) {
|
|
|
3023
3043
|
if (delete t.location, pt(t) || dt(t))
|
|
3024
3044
|
for (var r in t.options)
|
|
3025
3045
|
delete t.options[r].location, He(t.options[r].value);
|
|
3026
|
-
else
|
|
3046
|
+
else
|
|
3047
|
+
ft(t) && gt(t.style) || (ct(t) || mt(t)) && Ee(t.style) ? delete t.style.location : bt(t) && He(t.children);
|
|
3027
3048
|
});
|
|
3028
3049
|
}
|
|
3029
3050
|
function en(e, t) {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";var $t=Object.defineProperty,Lt=Object.defineProperties;var Mt=Object.getOwnPropertyDescriptors;var Le=Object.getOwnPropertySymbols;var Ct=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable;var ae=(e,t,r)=>t in e?$t(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Me=(e,t)=>{for(var r in t||(t={}))Ct.call(t,r)&&ae(e,r,t[r]);if(Le)for(var r of Le(t))Rt.call(t,r)&&ae(e,r,t[r]);return e},Ce=(e,t)=>Lt(e,Mt(t));var v=(e,t,r)=>(ae(e,typeof t!="symbol"?t+"":t,r),r);var Re=(e,t,r)=>new Promise((n,i)=>{var s=u=>{try{h(r.next(u))}catch(a){i(a)}},o=u=>{try{h(r.throw(u))}catch(a){i(a)}},h=u=>u.done?n(u.value):Promise.resolve(u.value).then(s,o);h((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function _(){}function rt(e){return e()}function Ue(){return Object.create(null)}function z(e){e.forEach(rt)}function Be(e){return typeof e=="function"}function nt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Ut(e){return Object.keys(e).length===0}function it(e,...t){if(e==null){for(const n of t)n(void 0);return _}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function Gt(e,t,r){e.$$.on_destroy.push(it(t,r))}function st(e,t,r){e.insertBefore(t,r||null)}function Ae(e){e.parentNode&&e.parentNode.removeChild(e)}function ot(e){return document.createElement(e)}function Dt(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function Ft(e){return Array.from(e.childNodes)}function jt(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let Pe;function k(e){Pe=e}const I=[],Ge=[];let $=[];const De=[],Vt=Promise.resolve();let de=!1;function kt(){de||(de=!0,Vt.then(w))}function be(e){$.push(e)}const he=new Set;let N=0;function w(){if(N!==0)return;const e=Pe;do{try{for(;N<I.length;){const t=I[N];N++,k(t),Xt(t.$$)}}catch(t){throw I.length=0,N=0,t}for(k(null),I.length=0,N=0;Ge.length;)Ge.pop()();for(let t=0;t<$.length;t+=1){const r=$[t];he.has(r)||(he.add(r),r())}$.length=0}while(I.length);for(;De.length;)De.pop()();de=!1,he.clear(),k(e)}function Xt(e){if(e.fragment!==null){e.update(),z(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(be)}}function Wt(e){const t=[],r=[];$.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),$=t}const zt=new Set;function Zt(e,t){e&&e.i&&(zt.delete(e),e.i(t))}function Qt(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),be(()=>{const s=e.$$.on_mount.map(rt).filter(Be);e.$$.on_destroy?e.$$.on_destroy.push(...s):z(s),e.$$.on_mount=[]}),i.forEach(be)}function Jt(e,t){const r=e.$$;r.fragment!==null&&(Wt(r.after_update),z(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function qt(e,t){e.$$.dirty[0]===-1&&(I.push(e),kt(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Yt(e,t,r,n,i,s,o=null,h=[-1]){const u=Pe;k(e);const a=e.$$={fragment:null,ctx:[],props:s,update:_,not_equal:i,bound:Ue(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(u?u.$$.context:[])),callbacks:Ue(),dirty:h,skip_bound:!1,root:t.target||u.$$.root};o&&o(a.root);let l=!1;if(a.ctx=r?r(e,t.props||{},(f,c,...b)=>{const g=b.length?b[0]:c;return a.ctx&&i(a.ctx[f],a.ctx[f]=g)&&(!a.skip_bound&&a.bound[f]&&a.bound[f](g),l&&qt(e,f)),c}):[],a.update(),l=!0,z(a.before_update),a.fragment=n?n(a.ctx):!1,t.target){if(t.hydrate){const f=Ft(t.target);a.fragment&&a.fragment.l(f),f.forEach(Ae)}else a.fragment&&a.fragment.c();t.intro&&Zt(e.$$.fragment),Qt(e,t.target,t.anchor),w()}k(u)}let at;typeof HTMLElement=="function"&&(at=class extends HTMLElement{constructor(t,r,n){super();v(this,"$$ctor");v(this,"$$s");v(this,"$$c");v(this,"$$cn",!1);v(this,"$$d",{});v(this,"$$r",!1);v(this,"$$p_d",{});v(this,"$$l",{});v(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return Re(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let o;return{c:function(){o=ot("slot"),s!=="default"&&Dt(o,"name",s)},m:function(a,l){st(a,o,l)},d:function(a){a&&Ae(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=jt(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const o=this.$$g_p(s.name);o in this.$$d||(this.$$d[o]=q(o,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:Ce(Me({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const o=q(s,this.$$d[s],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const o of this.$$l[s]){const h=this.$$c.$on(s,o);this.$$l_u.set(o,h)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=q(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function q(e,t,r,n){var s;const i=(s=r[e])==null?void 0:s.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Kt(e,t,r,n,i,s){let o=class extends at{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(h=>(t[h].attribute||h).toLowerCase())}};return Object.keys(t).forEach(h=>{Object.defineProperty(o.prototype,h,{get(){return this.$$c&&h in this.$$c?this.$$c[h]:this.$$d[h]},set(u){var a;u=q(h,u,t),this.$$d[h]=u,(a=this.$$c)==null||a.$set({[h]:u})}})}),n.forEach(h=>{Object.defineProperty(o.prototype,h,{get(){var u;return(u=this.$$c)==null?void 0:u[h]}})}),e.element=o,o}class er{constructor(){v(this,"$$");v(this,"$$set")}$destroy(){Jt(this,1),this.$destroy=_}$on(t,r){if(!Be(r))return _;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!Ut(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const tr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(tr);const O=[];function rr(e,t){return{subscribe:re(e,t).subscribe}}function re(e,t=_){let r;const n=new Set;function i(h){if(nt(e,h)&&(e=h,r)){const u=!O.length;for(const a of n)a[1](),O.push(a,e);if(u){for(let a=0;a<O.length;a+=2)O[a][0](O[a+1]);O.length=0}}}function s(h){i(h(e))}function o(h,u=_){const a=[h,u];return n.add(a),n.size===1&&(r=t(i,s)||_),h(e),()=>{n.delete(a),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:o}}function U(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=t.length<2;return rr(r,(o,h)=>{let u=!1;const a=[];let l=0,f=_;const c=()=>{if(l)return;f();const g=t(n?a[0]:a,o,h);s?o(g):f=Be(g)?g:_},b=i.map((g,y)=>it(g,T=>{a[y]=T,l&=~(1<<y),u&&c()},()=>{l|=1<<y}));return u=!0,c(),function(){z(b),f(),u=!1}})}function nr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ir=function(t){return sr(t)&&!or(t)};function sr(e){return!!e&&typeof e=="object"}function or(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||ur(e)}var ar=typeof Symbol=="function"&&Symbol.for,hr=ar?Symbol.for("react.element"):60103;function ur(e){return e.$$typeof===hr}function lr(e){return Array.isArray(e)?[]:{}}function X(e,t){return t.clone!==!1&&t.isMergeableObject(e)?L(lr(e),e,t):e}function fr(e,t,r){return e.concat(t).map(function(n){return X(n,r)})}function cr(e,t){if(!t.customMerge)return L;var r=t.customMerge(e);return typeof r=="function"?r:L}function mr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Fe(e){return Object.keys(e).concat(mr(e))}function ht(e,t){try{return t in e}catch(r){return!1}}function pr(e,t){return ht(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function dr(e,t,r){var n={};return r.isMergeableObject(e)&&Fe(e).forEach(function(i){n[i]=X(e[i],r)}),Fe(t).forEach(function(i){pr(e,i)||(ht(e,i)&&r.isMergeableObject(t[i])?n[i]=cr(i,r)(e[i],t[i],r):n[i]=X(t[i],r))}),n}function L(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||fr,r.isMergeableObject=r.isMergeableObject||ir,r.cloneUnlessOtherwiseSpecified=X;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):dr(e,t,r):X(t,r)}L.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return L(n,i,r)},{})};var br=L,gr=br;const Er=nr(gr);/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
+
***************************************************************************** */var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},ge(e,t)};function ne(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var d=function(){return d=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},d.apply(this,arguments)};function xr(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function ue(e,t,r){if(arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||t)}function le(e,t){var r=t&&t.cache?t.cache:Sr,n=t&&t.serializer?t.serializer:Tr,i=t&&t.strategy?t.strategy:vr;return i(e,{cache:r,serializer:n})}function yr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function ut(e,t,r,n){var i=yr(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function lt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,n),t.set(i,s)),s}function Ne(e,t,r,n,i){return r.bind(t,e,n,i)}function vr(e,t){var r=e.length===1?ut:lt;return Ne(e,this,r,t.cache.create(),t.serializer)}function _r(e,t){return Ne(e,this,lt,t.cache.create(),t.serializer)}function Hr(e,t){return Ne(e,this,ut,t.cache.create(),t.serializer)}var Tr=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]};Oe.prototype.set=function(e,t){this.cache[e]=t};var Sr={create:function(){return new Oe}},fe={variadic:_r,monadic:Hr},m;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(m||(m={}));var E;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(E||(E={}));var M;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(M||(M={}));function je(e){return e.type===E.literal}function Br(e){return e.type===E.argument}function ft(e){return e.type===E.number}function ct(e){return e.type===E.date}function mt(e){return e.type===E.time}function pt(e){return e.type===E.select}function dt(e){return e.type===E.plural}function Ar(e){return e.type===E.pound}function bt(e){return e.type===E.tag}function gt(e){return!!(e&&typeof e=="object"&&e.type===M.number)}function Ee(e){return!!(e&&typeof e=="object"&&e.type===M.dateTime)}var Et=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Pr=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Nr(e){var t={};return e.replace(Pr,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Or=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Ir(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Or).filter(function(c){return c.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],o=s.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var h=o[0],u=o.slice(1),a=0,l=u;a<l.length;a++){var f=l[a];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:h,options:u})}return r}function wr(e){return e.replace(/^(.*?)-/,"")}var Ve=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,xt=/^(@+)?(\+|#+)?[rs]?$/g,$r=/(\*)(0+)|(#+)(0+)|(0+)/g,yt=/^(0+)$/;function ke(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(xt,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function vt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Lr(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!yt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Xe(e){var t={},r=vt(e);return r||t}function Mr(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=wr(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=d(d(d({},t),{notation:"scientific"}),i.options.reduce(function(u,a){return d(d({},u),Xe(a))},{}));continue;case"engineering":t=d(d(d({},t),{notation:"engineering"}),i.options.reduce(function(u,a){return d(d({},u),Xe(a))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace($r,function(u,a,l,f,c,b){if(a)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(b)throw new Error("We currently do not support exact integer digits")}return""});continue}if(yt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Ve.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Ve,function(u,a,l,f,c,b){return l==="*"?t.minimumFractionDigits=a.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&b?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+b.length):(t.minimumFractionDigits=a.length,t.maximumFractionDigits=a.length),""});var s=i.options[0];s==="w"?t=d(d({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=d(d({},t),ke(s)));continue}if(xt.test(i.stem)){t=d(d({},t),ke(i.stem));continue}var o=vt(i.stem);o&&(t=d(d({},t),o));var h=Lr(i.stem);h&&(t=d(d({},t),h))}return t}var J={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function Cr(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var s=0;n+1<e.length&&e.charAt(n+1)===i;)s++,n++;var o=1+(s&1),h=s<2?1:3+(s>>1),u="a",a=Rr(t);for((a=="H"||a=="k")&&(h=0);h-- >0;)r+=u;for(;o-- >0;)r=a+r}else i==="J"?r+="H":r+=i}return r}function Rr(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=J[n||""]||J[r||""]||J["".concat(r,"-001")]||J["001"];return i[0]}var ce,Ur=new RegExp("^".concat(Et.source,"*")),Gr=new RegExp("".concat(Et.source,"*$"));function p(e,t){return{start:e,end:t}}var Dr=!!String.prototype.startsWith&&"_a".startsWith("a",1),Fr=!!String.fromCodePoint,jr=!!Object.fromEntries,Vr=!!String.prototype.codePointAt,kr=!!String.prototype.trimStart,Xr=!!String.prototype.trimEnd,Wr=!!Number.isSafeInteger,zr=Wr?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},xe=!0;try{var Zr=Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");xe=((ce=Zr.exec("a"))===null||ce===void 0?void 0:ce[0])==="a"}catch(e){xe=!1}var We=Dr?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},ye=Fr?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,o;i>s;){if(o=t[s++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},ze=jr?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],o=s[0],h=s[1];r[o]=h}return r},_t=Vr?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),s;return i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},Qr=kr?function(t){return t.trimStart()}:function(t){return t.replace(Ur,"")},Jr=Xr?function(t){return t.trimEnd()}:function(t){return t.replace(Gr,"")};function Ht(e,t){return new RegExp(e,t)}var ve;if(xe){var Ze=Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ve=function(t,r){var n;Ze.lastIndex=r;var i=Ze.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else ve=function(t,r){for(var n=[];;){var i=_t(t,r);if(i===void 0||Tt(i)||en(i))break;n.push(i),r+=i>=65536?2:1}return ye.apply(void 0,n)};var qr=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var h=this.clonePosition();this.bump(),i.push({type:E.pound,location:p(h,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(m.UNMATCHED_CLOSING_TAG,p(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&_e(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:E.literal,value:"<".concat(i,"/>"),location:p(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var o=s.val,h=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!_e(this.char()))return this.error(m.INVALID_TAG,p(h,this.clonePosition()));var u=this.clonePosition(),a=this.parseTagName();return i!==a?this.error(m.UNMATCHED_CLOSING_TAG,p(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:E.tag,value:i,children:o,location:p(n,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,p(h,this.clonePosition())))}else return this.error(m.UNCLOSED_TAG,p(n,this.clonePosition()))}else return this.error(m.INVALID_TAG,p(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Kr(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var s=this.tryParseQuote(r);if(s){i+=s;continue}var o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var h=this.tryParseLeftAngleBracket();if(h){i+=h;continue}break}var u=p(n,this.clonePosition());return{val:{type:E.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Yr(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return ye.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),ye(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(m.EMPTY_ARGUMENT,p(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(m.MALFORMED_ARGUMENT,p(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:E.argument,value:i,location:p(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(m.MALFORMED_ARGUMENT,p(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=ve(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),o=p(t,s);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,o=this.clonePosition(),h=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(h){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,p(o,u));case"number":case"date":case"time":{this.bumpSpace();var a=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=Jr(f.val);if(c.length===0)return this.error(m.EXPECT_ARGUMENT_STYLE,p(this.clonePosition(),this.clonePosition()));var b=p(l,this.clonePosition());a={style:c,styleLocation:b}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var y=p(i,this.clonePosition());if(a&&We(a==null?void 0:a.style,"::",0)){var T=Qr(a.style.slice(2));if(h==="number"){var f=this.parseNumberSkeletonFromString(T,a.styleLocation);return f.err?f:{val:{type:E.number,value:n,location:y,style:f.val},err:null}}else{if(T.length===0)return this.error(m.EXPECT_DATE_TIME_SKELETON,y);var F=T;this.locale&&(F=Cr(T,this.locale));var c={type:M.dateTime,pattern:F,location:a.styleLocation,parsedOptions:this.shouldParseSkeletons?Nr(F):{}},P=h==="date"?E.date:E.time;return{val:{type:P,value:n,location:y,style:c},err:null}}}return{val:{type:h==="number"?E.number:h==="date"?E.date:E.time,value:n,location:y,style:(s=a==null?void 0:a.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var H=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,p(H,d({},H)));this.bumpSpace();var j=this.parseIdentifierIfPossible(),B=0;if(h!=="select"&&j.value==="offset"){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,p(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),j=this.parseIdentifierIfPossible(),B=f.val}var Q=this.tryParsePluralOrSelectOptions(t,h,r,j);if(Q.err)return Q;var g=this.tryParseArgumentClose(i);if(g.err)return g;var $e=p(i,this.clonePosition());return h==="select"?{val:{type:E.select,value:n,options:ze(Q.val),location:$e},err:null}:{val:{type:E.plural,value:n,options:ze(Q.val),offset:B,pluralType:h==="plural"?"cardinal":"ordinal",location:$e},err:null}}default:return this.error(m.INVALID_ARGUMENT_TYPE,p(o,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,p(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=Ir(t)}catch(i){return this.error(m.INVALID_NUMBER_SKELETON,r)}return{val:{type:M.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Mr(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,o=!1,h=[],u=new Set,a=i.value,l=i.location;;){if(a.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR,m.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=p(f,this.clonePosition()),a=this.message.slice(f.offset,this.offset())}else break}if(u.has(a))return this.error(r==="select"?m.DUPLICATE_SELECT_ARGUMENT_SELECTOR:m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);a==="other"&&(o=!0),this.bumpSpace();var b=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,p(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var y=this.tryParseArgumentClose(b);if(y.err)return y;h.push([a,{value:g.val,location:p(b,this.clonePosition())}]),u.add(a),this.bumpSpace(),s=this.parseIdentifierIfPossible(),a=s.value,l=s.location}return h.length===0?this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR:m.EXPECT_PLURAL_ARGUMENT_SELECTOR,p(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(m.MISSING_OTHER_CLAUSE,p(this.clonePosition(),this.clonePosition())):{val:h,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,o=0;!this.isEOF();){var h=this.char();if(h>=48&&h<=57)s=!0,o=o*10+(h-48),this.bump();else break}var u=p(i,this.clonePosition());return s?(o*=n,zr(o)?{val:o,err:null}:this.error(r,u)):this.error(t,u)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=_t(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(We(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Tt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function _e(e){return e>=97&&e<=122||e>=65&&e<=90}function Yr(e){return _e(e)||e===47}function Kr(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Tt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function en(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function He(e){e.forEach(function(t){if(delete t.location,pt(t)||dt(t))for(var r in t.options)delete t.options[r].location,He(t.options[r].value);else ft(t)&>(t.style)||(ct(t)||mt(t))&&Ee(t.style)?delete t.style.location:bt(t)&&He(t.children)})}function tn(e,t){t===void 0&&(t={}),t=d({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new qr(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||He(r.val),r.val}var C;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(C||(C={}));var ie=function(e){ne(t,e);function t(r,n,i){var s=e.call(this,r)||this;return s.code=n,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Qe=function(e){ne(t,e);function t(r,n,i,s){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),C.INVALID_VALUE,s)||this}return t}(ie),rn=function(e){ne(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),C.INVALID_VALUE,i)||this}return t}(ie),nn=function(e){ne(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),C.MISSING_VALUE,n)||this}return t}(ie),x;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(x||(x={}));function sn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==x.literal||r.type!==x.literal?t.push(r):n.value+=r.value,t},[])}function on(e){return typeof e=="function"}function Y(e,t,r,n,i,s,o){if(e.length===1&&je(e[0]))return[{type:x.literal,value:e[0].value}];for(var h=[],u=0,a=e;u<a.length;u++){var l=a[u];if(je(l)){h.push({type:x.literal,value:l.value});continue}if(Ar(l)){typeof s=="number"&&h.push({type:x.literal,value:r.getNumberFormat(t).format(s)});continue}var f=l.value;if(!(i&&f in i))throw new nn(f,o);var c=i[f];if(Br(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),h.push({type:typeof c=="string"?x.literal:x.object,value:c});continue}if(ct(l)){var b=typeof l.style=="string"?n.date[l.style]:Ee(l.style)?l.style.parsedOptions:void 0;h.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(mt(l)){var b=typeof l.style=="string"?n.time[l.style]:Ee(l.style)?l.style.parsedOptions:n.time.medium;h.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(ft(l)){var b=typeof l.style=="string"?n.number[l.style]:gt(l.style)?l.style.parsedOptions:void 0;b&&b.scale&&(c=c*(b.scale||1)),h.push({type:x.literal,value:r.getNumberFormat(t,b).format(c)});continue}if(bt(l)){var g=l.children,y=l.value,T=i[y];if(!on(T))throw new rn(y,"function",o);var F=Y(g,t,r,n,i,s),P=T(F.map(function(B){return B.value}));Array.isArray(P)||(P=[P]),h.push.apply(h,P.map(function(B){return{type:typeof B=="string"?x.literal:x.object,value:B}}))}if(pt(l)){var H=l.options[c]||l.options.other;if(!H)throw new Qe(l.value,c,Object.keys(l.options),o);h.push.apply(h,Y(H.value,t,r,n,i));continue}if(dt(l)){var H=l.options["=".concat(c)];if(!H){if(!Intl.PluralRules)throw new ie(`Intl.PluralRules is not available in this environment.
|
|
15
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
16
|
+
`,C.MISSING_INTL_API,o);var j=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));H=l.options[j]||l.options.other}if(!H)throw new Qe(l.value,c,Object.keys(l.options),o);h.push.apply(h,Y(H.value,t,r,n,i,c-(l.offset||0)));continue}}return sn(h)}function an(e,t){return t?d(d(d({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=d(d({},e[n]),t[n]||{}),r},{})):e}function hn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=an(e[n],t[n]),r},d({},e)):e}function me(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function un(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.number),strategy:fe.variadic}),getDateTimeFormat:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.dateTime),strategy:fe.variadic}),getPluralRules:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.pluralRules),strategy:fe.variadic})}}var ln=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var a=s.formatToParts(u);if(a.length===1)return a[0].value;var l=a.reduce(function(f,c){return!f.length||c.type!==x.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(u){return Y(s.ast,s.locales,s.formatters,s.formats,u,void 0,s.message)},this.resolvedOptions=function(){var u;return{locale:((u=s.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var o=i||{};o.formatters;var h=xr(o,["formatters"]);this.ast=e.__parse(t,d(d({},h),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=hn(e.formats,n),this.formatters=i&&i.formatters||un(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=tn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function fn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const S={},cn=(e,t,r)=>r&&(t in S||(S[t]={}),e in S[t]||(S[t][e]=r),r),St=(e,t)=>{if(t==null)return;if(t in S&&e in S[t])return S[t][e];const r=se(t);for(let n=0;n<r.length;n++){const i=r[n],s=pn(i,e);if(s)return cn(e,t,s)}};let Ie;const Z=re({});function mn(e){return Ie[e]||null}function Bt(e){return e in Ie}function pn(e,t){if(!Bt(e))return null;const r=mn(e);return fn(r,t)}function dn(e){if(e==null)return;const t=se(e);for(let r=0;r<t.length;r++){const n=t[r];if(Bt(n))return n}}function At(e,...t){delete S[e],Z.update(r=>(r[e]=Er.all([r[e]||{},...t]),r))}U([Z],([e])=>Object.keys(e));Z.subscribe(e=>Ie=e);const K={};function bn(e,t){K[e].delete(t),K[e].size===0&&delete K[e]}function Pt(e){return K[e]}function gn(e){return se(e).map(t=>{const r=Pt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Te(e){return e==null?!1:se(e).some(t=>{var r;return(r=Pt(t))==null?void 0:r.size})}function En(e,t){return Promise.all(t.map(n=>(bn(e,n),n().then(i=>i.default||i)))).then(n=>At(e,...n))}const V={};function Nt(e){if(!Te(e))return e in V?V[e]:Promise.resolve();const t=gn(e);return V[e]=Promise.all(t.map(([r,n])=>En(r,n))).then(()=>{if(Te(e))return Nt(e);delete V[e]}),V[e]}const xn={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},yn={fallbackLocale:null,loadingDelay:200,formats:xn,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},vn=yn;function R(){return vn}const pe=re(!1);var _n=Object.defineProperty,Hn=Object.defineProperties,Tn=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,Sn=Object.prototype.hasOwnProperty,Bn=Object.prototype.propertyIsEnumerable,qe=(e,t,r)=>t in e?_n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,An=(e,t)=>{for(var r in t||(t={}))Sn.call(t,r)&&qe(e,r,t[r]);if(Je)for(var r of Je(t))Bn.call(t,r)&&qe(e,r,t[r]);return e},Pn=(e,t)=>Hn(e,Tn(t));let Se;const ee=re(null);function Ye(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function se(e,t=R().fallbackLocale){const r=Ye(e);return t?[...new Set([...r,...Ye(t)])]:r}function A(){return Se!=null?Se:void 0}ee.subscribe(e=>{Se=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Nn=e=>{if(e&&dn(e)&&Te(e)){const{loadingDelay:t}=R();let r;return typeof window!="undefined"&&A()!=null&&t?r=window.setTimeout(()=>pe.set(!0),t):pe.set(!0),Nt(e).then(()=>{ee.set(e)}).finally(()=>{clearTimeout(r),pe.set(!1)})}return ee.set(e)},G=Pn(An({},ee),{set:Nn}),oe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var On=Object.defineProperty,te=Object.getOwnPropertySymbols,Ot=Object.prototype.hasOwnProperty,It=Object.prototype.propertyIsEnumerable,Ke=(e,t,r)=>t in e?On(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,we=(e,t)=>{for(var r in t||(t={}))Ot.call(t,r)&&Ke(e,r,t[r]);if(te)for(var r of te(t))It.call(t,r)&&Ke(e,r,t[r]);return e},D=(e,t)=>{var r={};for(var n in e)Ot.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&te)for(var n of te(e))t.indexOf(n)<0&&It.call(e,n)&&(r[n]=e[n]);return r};const W=(e,t)=>{const{formats:r}=R();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},In=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=W("number",n)),new Intl.NumberFormat(r,i)}),wn=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=W("date",n):Object.keys(i).length===0&&(i=W("date","short")),new Intl.DateTimeFormat(r,i)}),$n=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=W("time",n):Object.keys(i).length===0&&(i=W("time","short")),new Intl.DateTimeFormat(r,i)}),Ln=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return In(we({locale:r},n))},Mn=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return wn(we({locale:r},n))},Cn=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return $n(we({locale:r},n))},Rn=oe((e,t=A())=>new ln(e,t,R().formats,{ignoreTag:R().ignoreTag})),Un=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:h,locale:u=A(),default:a}=o;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=St(e,u);if(!l)l=(s=(i=(n=(r=R()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:a}))!=null?i:a)!=null?s:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!h)return l;let f=l;try{f=Rn(l,u).format(h)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},Gn=(e,t)=>Cn(t).format(e),Dn=(e,t)=>Mn(t).format(e),Fn=(e,t)=>Ln(t).format(e),jn=(e,t=A())=>St(e,t),Vn=U([G,Z],()=>Un);U([G],()=>Gn);U([G],()=>Dn);U([G],()=>Fn);U([G,Z],()=>jn);function et(e,t){At(e,t)}function kn(e){G.set(e)}const tt={en:{errServerUnavailable:"Server unavailable",errEmailVerification:"Sorry! Your e-mail could not be verified. Please try again",infoInvalidHashKey:"Invalid, used or expired hash key",msgEmailVerificationSuccess:"Success! Your e-mail has been successfully verified"},ro:{errServerUnavailable:"Server indisponibil",errEmailVerification:"Ne pare rău! E-mailul tău nu a putut fi verificat. Te rugăm să încerci din nou",infoInvalidHashKey:"Cheie hash invalidă, utilizată sau expirată",msgEmailVerificationSuccess:"Succes! E-mailul tău a fost verificat cu succes"}};function Xn(e){let t;return{c(){t=ot("div")},m(r,n){st(r,t,n)},p:_,i:_,o:_,d(r){r&&Ae(t)}}}function Wn(e,t,r){let n;Gt(e,Vn,f=>r(4,n=f));let{lang:i="en"}=t,{endpoint:s=""}=t,{key:o=""}=t,{translationurl:h=""}=t;const u=()=>{fetch(h).then(c=>c.json()).then(c=>{Object.keys(c).forEach(b=>{et(b,c[b])})}).catch(c=>{console.log(c)})};Object.keys(tt).forEach(f=>{et(f,tt[f])});const a=()=>{kn(i)},l=()=>{let f=new URL(`${s}/v1/player/activatePlayerByHashKey`),b={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({hashKey:o})};fetch(f.href,b).then(g=>(g.status>500&&(window.postMessage({type:"ActivatePlayerResponseFailed"},window.location.href),window.postMessage({type:"WidgetNotification",data:{type:"error",message:n("errServerUnavailable")}},window.location.href)),g.json())).then(g=>{window.postMessage({type:"ActivatePlayerResponse",data:g},window.location.href),g.error&&(window.postMessage({type:"WidgetNotification",data:{type:"error",message:n("errEmailVerification")}},window.location.href),window.postMessage({type:"WidgetNotification",data:{type:"info",message:n("infoInvalidHashKey")}},window.location.href)),g.SESSION_ID&&window.postMessage({type:"WidgetNotification",data:{type:"success",message:n("msgEmailVerificationSuccess")}},window.location.href)})};return e.$$set=f=>{"lang"in f&&r(0,i=f.lang),"endpoint"in f&&r(1,s=f.endpoint),"key"in f&&r(2,o=f.key),"translationurl"in f&&r(3,h=f.translationurl)},e.$$.update=()=>{e.$$.dirty&1&&i&&a(),e.$$.dirty&8&&h&&u(),e.$$.dirty&6&&s&&o&&l()},[i,s,o,h]}class wt extends er{constructor(t){super(),Yt(this,t,Wn,Xn,nt,{lang:0,endpoint:1,key:2,translationurl:3})}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),w()}get endpoint(){return this.$$.ctx[1]}set endpoint(t){this.$$set({endpoint:t}),w()}get key(){return this.$$.ctx[2]}set key(t){this.$$set({key:t}),w()}get translationurl(){return this.$$.ctx[3]}set translationurl(t){this.$$set({translationurl:t}),w()}}Kt(wt,{lang:{},endpoint:{},key:{},translationurl:{}},[],[],!0);exports.default=wt;
|
package/components/{PlayerEmailVerification-Bfojsf3K.js → PlayerEmailVerification-DIJ00Em1.js}
RENAMED
|
@@ -83,7 +83,8 @@ function I() {
|
|
|
83
83
|
} catch (t) {
|
|
84
84
|
throw O.length = 0, P = 0, t;
|
|
85
85
|
}
|
|
86
|
-
for (V(null), O.length = 0, P = 0; $e.length; )
|
|
86
|
+
for (V(null), O.length = 0, P = 0; $e.length; )
|
|
87
|
+
$e.pop()();
|
|
87
88
|
for (let t = 0; t < w.length; t += 1) {
|
|
88
89
|
const r = w[t];
|
|
89
90
|
oe.has(r) || (oe.add(r), r());
|
|
@@ -521,11 +522,26 @@ $.all = function(t, r) {
|
|
|
521
522
|
};
|
|
522
523
|
var ir = $, sr = ir;
|
|
523
524
|
const or = /* @__PURE__ */ Xt(sr);
|
|
525
|
+
/*! *****************************************************************************
|
|
526
|
+
Copyright (c) Microsoft Corporation.
|
|
527
|
+
|
|
528
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
529
|
+
purpose with or without fee is hereby granted.
|
|
530
|
+
|
|
531
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
532
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
533
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
534
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
535
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
536
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
537
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
538
|
+
***************************************************************************** */
|
|
524
539
|
var de = function(e, t) {
|
|
525
540
|
return de = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
526
541
|
r.__proto__ = n;
|
|
527
542
|
} || function(r, n) {
|
|
528
|
-
for (var i in n)
|
|
543
|
+
for (var i in n)
|
|
544
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
529
545
|
}, de(e, t);
|
|
530
546
|
};
|
|
531
547
|
function re(e, t) {
|
|
@@ -541,23 +557,26 @@ var d = function() {
|
|
|
541
557
|
return d = Object.assign || function(t) {
|
|
542
558
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
543
559
|
r = arguments[n];
|
|
544
|
-
for (var s in r)
|
|
560
|
+
for (var s in r)
|
|
561
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
545
562
|
}
|
|
546
563
|
return t;
|
|
547
564
|
}, d.apply(this, arguments);
|
|
548
565
|
};
|
|
549
566
|
function ar(e, t) {
|
|
550
567
|
var r = {};
|
|
551
|
-
for (var n in e)
|
|
568
|
+
for (var n in e)
|
|
569
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
552
570
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
553
571
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
554
572
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
555
573
|
return r;
|
|
556
574
|
}
|
|
557
575
|
function ae(e, t, r) {
|
|
558
|
-
if (
|
|
559
|
-
(
|
|
560
|
-
|
|
576
|
+
if (arguments.length === 2)
|
|
577
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
578
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
579
|
+
return e.concat(s || t);
|
|
561
580
|
}
|
|
562
581
|
function he(e, t) {
|
|
563
582
|
var r = t && t.cache ? t.cache : mr, n = t && t.serializer ? t.serializer : cr, i = t && t.strategy ? t.strategy : ur;
|
|
@@ -2383,7 +2402,8 @@ function Tr(e, t) {
|
|
|
2383
2402
|
r += f;
|
|
2384
2403
|
for (; h-- > 0; )
|
|
2385
2404
|
r = a + r;
|
|
2386
|
-
} else
|
|
2405
|
+
} else
|
|
2406
|
+
i === "J" ? r += "H" : r += i;
|
|
2387
2407
|
}
|
|
2388
2408
|
return r;
|
|
2389
2409
|
}
|
|
@@ -2986,7 +3006,8 @@ function ve(e) {
|
|
|
2986
3006
|
if (delete t.location, ht(t) || ut(t))
|
|
2987
3007
|
for (var r in t.options)
|
|
2988
3008
|
delete t.options[r].location, ve(t.options[r].value);
|
|
2989
|
-
else
|
|
3009
|
+
else
|
|
3010
|
+
st(t) && ft(t.style) || (ot(t) || at(t)) && be(t.style) ? delete t.style.location : lt(t) && ve(t.children);
|
|
2990
3011
|
});
|
|
2991
3012
|
}
|
|
2992
3013
|
function Vr(e, t) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerEmailVerification-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerEmailVerification-CC6x_teP.cjs")).then(({default:t})=>{!customElements.get("player-email-verification")&&customElements.define("player-email-verification",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerEmailVerification-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerEmailVerification-64YgAa6l.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-email-verification") && customElements.define("player-email-verification", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";var $t=Object.defineProperty,Lt=Object.defineProperties;var Mt=Object.getOwnPropertyDescriptors;var Le=Object.getOwnPropertySymbols;var Ct=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable;var ae=(e,t,r)=>t in e?$t(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Me=(e,t)=>{for(var r in t||(t={}))Ct.call(t,r)&&ae(e,r,t[r]);if(Le)for(var r of Le(t))Rt.call(t,r)&&ae(e,r,t[r]);return e},Ce=(e,t)=>Lt(e,Mt(t));var v=(e,t,r)=>ae(e,typeof t!="symbol"?t+"":t,r);var Re=(e,t,r)=>new Promise((n,i)=>{var s=u=>{try{h(r.next(u))}catch(a){i(a)}},o=u=>{try{h(r.throw(u))}catch(a){i(a)}},h=u=>u.done?n(u.value):Promise.resolve(u.value).then(s,o);h((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function _(){}function rt(e){return e()}function Ue(){return Object.create(null)}function z(e){e.forEach(rt)}function Be(e){return typeof e=="function"}function nt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Ut(e){return Object.keys(e).length===0}function it(e,...t){if(e==null){for(const n of t)n(void 0);return _}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function Gt(e,t,r){e.$$.on_destroy.push(it(t,r))}function st(e,t,r){e.insertBefore(t,r||null)}function Ae(e){e.parentNode&&e.parentNode.removeChild(e)}function ot(e){return document.createElement(e)}function Dt(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function Ft(e){return Array.from(e.childNodes)}function jt(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let Pe;function k(e){Pe=e}const I=[],Ge=[];let $=[];const De=[],Vt=Promise.resolve();let de=!1;function kt(){de||(de=!0,Vt.then(w))}function be(e){$.push(e)}const he=new Set;let N=0;function w(){if(N!==0)return;const e=Pe;do{try{for(;N<I.length;){const t=I[N];N++,k(t),Xt(t.$$)}}catch(t){throw I.length=0,N=0,t}for(k(null),I.length=0,N=0;Ge.length;)Ge.pop()();for(let t=0;t<$.length;t+=1){const r=$[t];he.has(r)||(he.add(r),r())}$.length=0}while(I.length);for(;De.length;)De.pop()();de=!1,he.clear(),k(e)}function Xt(e){if(e.fragment!==null){e.update(),z(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(be)}}function Wt(e){const t=[],r=[];$.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),$=t}const zt=new Set;function Zt(e,t){e&&e.i&&(zt.delete(e),e.i(t))}function Qt(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),be(()=>{const s=e.$$.on_mount.map(rt).filter(Be);e.$$.on_destroy?e.$$.on_destroy.push(...s):z(s),e.$$.on_mount=[]}),i.forEach(be)}function Jt(e,t){const r=e.$$;r.fragment!==null&&(Wt(r.after_update),z(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function qt(e,t){e.$$.dirty[0]===-1&&(I.push(e),kt(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Yt(e,t,r,n,i,s,o=null,h=[-1]){const u=Pe;k(e);const a=e.$$={fragment:null,ctx:[],props:s,update:_,not_equal:i,bound:Ue(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(u?u.$$.context:[])),callbacks:Ue(),dirty:h,skip_bound:!1,root:t.target||u.$$.root};o&&o(a.root);let l=!1;if(a.ctx=r?r(e,t.props||{},(f,c,...b)=>{const g=b.length?b[0]:c;return a.ctx&&i(a.ctx[f],a.ctx[f]=g)&&(!a.skip_bound&&a.bound[f]&&a.bound[f](g),l&&qt(e,f)),c}):[],a.update(),l=!0,z(a.before_update),a.fragment=n?n(a.ctx):!1,t.target){if(t.hydrate){const f=Ft(t.target);a.fragment&&a.fragment.l(f),f.forEach(Ae)}else a.fragment&&a.fragment.c();t.intro&&Zt(e.$$.fragment),Qt(e,t.target,t.anchor),w()}k(u)}let at;typeof HTMLElement=="function"&&(at=class extends HTMLElement{constructor(t,r,n){super();v(this,"$$ctor");v(this,"$$s");v(this,"$$c");v(this,"$$cn",!1);v(this,"$$d",{});v(this,"$$r",!1);v(this,"$$p_d",{});v(this,"$$l",{});v(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return Re(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let o;return{c:function(){o=ot("slot"),s!=="default"&&Dt(o,"name",s)},m:function(a,l){st(a,o,l)},d:function(a){a&&Ae(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=jt(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const o=this.$$g_p(s.name);o in this.$$d||(this.$$d[o]=q(o,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:Ce(Me({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const o=q(s,this.$$d[s],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const o of this.$$l[s]){const h=this.$$c.$on(s,o);this.$$l_u.set(o,h)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=q(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function q(e,t,r,n){var s;const i=(s=r[e])==null?void 0:s.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Kt(e,t,r,n,i,s){let o=class extends at{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(h=>(t[h].attribute||h).toLowerCase())}};return Object.keys(t).forEach(h=>{Object.defineProperty(o.prototype,h,{get(){return this.$$c&&h in this.$$c?this.$$c[h]:this.$$d[h]},set(u){var a;u=q(h,u,t),this.$$d[h]=u,(a=this.$$c)==null||a.$set({[h]:u})}})}),n.forEach(h=>{Object.defineProperty(o.prototype,h,{get(){var u;return(u=this.$$c)==null?void 0:u[h]}})}),e.element=o,o}class er{constructor(){v(this,"$$");v(this,"$$set")}$destroy(){Jt(this,1),this.$destroy=_}$on(t,r){if(!Be(r))return _;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!Ut(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const tr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(tr);const O=[];function rr(e,t){return{subscribe:re(e,t).subscribe}}function re(e,t=_){let r;const n=new Set;function i(h){if(nt(e,h)&&(e=h,r)){const u=!O.length;for(const a of n)a[1](),O.push(a,e);if(u){for(let a=0;a<O.length;a+=2)O[a][0](O[a+1]);O.length=0}}}function s(h){i(h(e))}function o(h,u=_){const a=[h,u];return n.add(a),n.size===1&&(r=t(i,s)||_),h(e),()=>{n.delete(a),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:o}}function U(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=t.length<2;return rr(r,(o,h)=>{let u=!1;const a=[];let l=0,f=_;const c=()=>{if(l)return;f();const g=t(n?a[0]:a,o,h);s?o(g):f=Be(g)?g:_},b=i.map((g,x)=>it(g,T=>{a[x]=T,l&=~(1<<x),u&&c()},()=>{l|=1<<x}));return u=!0,c(),function(){z(b),f(),u=!1}})}function nr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ir=function(t){return sr(t)&&!or(t)};function sr(e){return!!e&&typeof e=="object"}function or(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||ur(e)}var ar=typeof Symbol=="function"&&Symbol.for,hr=ar?Symbol.for("react.element"):60103;function ur(e){return e.$$typeof===hr}function lr(e){return Array.isArray(e)?[]:{}}function X(e,t){return t.clone!==!1&&t.isMergeableObject(e)?L(lr(e),e,t):e}function fr(e,t,r){return e.concat(t).map(function(n){return X(n,r)})}function cr(e,t){if(!t.customMerge)return L;var r=t.customMerge(e);return typeof r=="function"?r:L}function mr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Fe(e){return Object.keys(e).concat(mr(e))}function ht(e,t){try{return t in e}catch(r){return!1}}function pr(e,t){return ht(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function dr(e,t,r){var n={};return r.isMergeableObject(e)&&Fe(e).forEach(function(i){n[i]=X(e[i],r)}),Fe(t).forEach(function(i){pr(e,i)||(ht(e,i)&&r.isMergeableObject(t[i])?n[i]=cr(i,r)(e[i],t[i],r):n[i]=X(t[i],r))}),n}function L(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||fr,r.isMergeableObject=r.isMergeableObject||ir,r.cloneUnlessOtherwiseSpecified=X;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):dr(e,t,r):X(t,r)}L.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return L(n,i,r)},{})};var br=L,gr=br;const Er=nr(gr);var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},ge(e,t)};function ne(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var d=function(){return d=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},d.apply(this,arguments)};function yr(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function ue(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}function le(e,t){var r=t&&t.cache?t.cache:Sr,n=t&&t.serializer?t.serializer:Tr,i=t&&t.strategy?t.strategy:vr;return i(e,{cache:r,serializer:n})}function xr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function ut(e,t,r,n){var i=xr(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function lt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,n),t.set(i,s)),s}function Ne(e,t,r,n,i){return r.bind(t,e,n,i)}function vr(e,t){var r=e.length===1?ut:lt;return Ne(e,this,r,t.cache.create(),t.serializer)}function _r(e,t){return Ne(e,this,lt,t.cache.create(),t.serializer)}function Hr(e,t){return Ne(e,this,ut,t.cache.create(),t.serializer)}var Tr=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]};Oe.prototype.set=function(e,t){this.cache[e]=t};var Sr={create:function(){return new Oe}},fe={variadic:_r,monadic:Hr},m;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(m||(m={}));var E;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(E||(E={}));var M;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(M||(M={}));function je(e){return e.type===E.literal}function Br(e){return e.type===E.argument}function ft(e){return e.type===E.number}function ct(e){return e.type===E.date}function mt(e){return e.type===E.time}function pt(e){return e.type===E.select}function dt(e){return e.type===E.plural}function Ar(e){return e.type===E.pound}function bt(e){return e.type===E.tag}function gt(e){return!!(e&&typeof e=="object"&&e.type===M.number)}function Ee(e){return!!(e&&typeof e=="object"&&e.type===M.dateTime)}var Et=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Pr=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Nr(e){var t={};return e.replace(Pr,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Or=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Ir(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Or).filter(function(c){return c.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],o=s.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var h=o[0],u=o.slice(1),a=0,l=u;a<l.length;a++){var f=l[a];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:h,options:u})}return r}function wr(e){return e.replace(/^(.*?)-/,"")}var Ve=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,yt=/^(@+)?(\+|#+)?[rs]?$/g,$r=/(\*)(0+)|(#+)(0+)|(0+)/g,xt=/^(0+)$/;function ke(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(yt,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function vt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Lr(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!xt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Xe(e){var t={},r=vt(e);return r||t}function Mr(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=wr(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=d(d(d({},t),{notation:"scientific"}),i.options.reduce(function(u,a){return d(d({},u),Xe(a))},{}));continue;case"engineering":t=d(d(d({},t),{notation:"engineering"}),i.options.reduce(function(u,a){return d(d({},u),Xe(a))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace($r,function(u,a,l,f,c,b){if(a)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(b)throw new Error("We currently do not support exact integer digits")}return""});continue}if(xt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Ve.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Ve,function(u,a,l,f,c,b){return l==="*"?t.minimumFractionDigits=a.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&b?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+b.length):(t.minimumFractionDigits=a.length,t.maximumFractionDigits=a.length),""});var s=i.options[0];s==="w"?t=d(d({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=d(d({},t),ke(s)));continue}if(yt.test(i.stem)){t=d(d({},t),ke(i.stem));continue}var o=vt(i.stem);o&&(t=d(d({},t),o));var h=Lr(i.stem);h&&(t=d(d({},t),h))}return t}var J={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function Cr(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var s=0;n+1<e.length&&e.charAt(n+1)===i;)s++,n++;var o=1+(s&1),h=s<2?1:3+(s>>1),u="a",a=Rr(t);for((a=="H"||a=="k")&&(h=0);h-- >0;)r+=u;for(;o-- >0;)r=a+r}else i==="J"?r+="H":r+=i}return r}function Rr(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=J[n||""]||J[r||""]||J["".concat(r,"-001")]||J["001"];return i[0]}var ce,Ur=new RegExp("^".concat(Et.source,"*")),Gr=new RegExp("".concat(Et.source,"*$"));function p(e,t){return{start:e,end:t}}var Dr=!!String.prototype.startsWith&&"_a".startsWith("a",1),Fr=!!String.fromCodePoint,jr=!!Object.fromEntries,Vr=!!String.prototype.codePointAt,kr=!!String.prototype.trimStart,Xr=!!String.prototype.trimEnd,Wr=!!Number.isSafeInteger,zr=Wr?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ye=!0;try{var Zr=Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ye=((ce=Zr.exec("a"))===null||ce===void 0?void 0:ce[0])==="a"}catch(e){ye=!1}var We=Dr?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},xe=Fr?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,o;i>s;){if(o=t[s++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},ze=jr?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],o=s[0],h=s[1];r[o]=h}return r},_t=Vr?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),s;return i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},Qr=kr?function(t){return t.trimStart()}:function(t){return t.replace(Ur,"")},Jr=Xr?function(t){return t.trimEnd()}:function(t){return t.replace(Gr,"")};function Ht(e,t){return new RegExp(e,t)}var ve;if(ye){var Ze=Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ve=function(t,r){var n;Ze.lastIndex=r;var i=Ze.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else ve=function(t,r){for(var n=[];;){var i=_t(t,r);if(i===void 0||Tt(i)||en(i))break;n.push(i),r+=i>=65536?2:1}return xe.apply(void 0,n)};var qr=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var h=this.clonePosition();this.bump(),i.push({type:E.pound,location:p(h,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(m.UNMATCHED_CLOSING_TAG,p(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&_e(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:E.literal,value:"<".concat(i,"/>"),location:p(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var o=s.val,h=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!_e(this.char()))return this.error(m.INVALID_TAG,p(h,this.clonePosition()));var u=this.clonePosition(),a=this.parseTagName();return i!==a?this.error(m.UNMATCHED_CLOSING_TAG,p(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:E.tag,value:i,children:o,location:p(n,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,p(h,this.clonePosition())))}else return this.error(m.UNCLOSED_TAG,p(n,this.clonePosition()))}else return this.error(m.INVALID_TAG,p(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Kr(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var s=this.tryParseQuote(r);if(s){i+=s;continue}var o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var h=this.tryParseLeftAngleBracket();if(h){i+=h;continue}break}var u=p(n,this.clonePosition());return{val:{type:E.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Yr(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return xe.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),xe(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(m.EMPTY_ARGUMENT,p(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(m.MALFORMED_ARGUMENT,p(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:E.argument,value:i,location:p(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(m.MALFORMED_ARGUMENT,p(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=ve(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),o=p(t,s);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,o=this.clonePosition(),h=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(h){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,p(o,u));case"number":case"date":case"time":{this.bumpSpace();var a=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=Jr(f.val);if(c.length===0)return this.error(m.EXPECT_ARGUMENT_STYLE,p(this.clonePosition(),this.clonePosition()));var b=p(l,this.clonePosition());a={style:c,styleLocation:b}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var x=p(i,this.clonePosition());if(a&&We(a==null?void 0:a.style,"::",0)){var T=Qr(a.style.slice(2));if(h==="number"){var f=this.parseNumberSkeletonFromString(T,a.styleLocation);return f.err?f:{val:{type:E.number,value:n,location:x,style:f.val},err:null}}else{if(T.length===0)return this.error(m.EXPECT_DATE_TIME_SKELETON,x);var F=T;this.locale&&(F=Cr(T,this.locale));var c={type:M.dateTime,pattern:F,location:a.styleLocation,parsedOptions:this.shouldParseSkeletons?Nr(F):{}},P=h==="date"?E.date:E.time;return{val:{type:P,value:n,location:x,style:c},err:null}}}return{val:{type:h==="number"?E.number:h==="date"?E.date:E.time,value:n,location:x,style:(s=a==null?void 0:a.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var H=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,p(H,d({},H)));this.bumpSpace();var j=this.parseIdentifierIfPossible(),B=0;if(h!=="select"&&j.value==="offset"){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,p(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),j=this.parseIdentifierIfPossible(),B=f.val}var Q=this.tryParsePluralOrSelectOptions(t,h,r,j);if(Q.err)return Q;var g=this.tryParseArgumentClose(i);if(g.err)return g;var $e=p(i,this.clonePosition());return h==="select"?{val:{type:E.select,value:n,options:ze(Q.val),location:$e},err:null}:{val:{type:E.plural,value:n,options:ze(Q.val),offset:B,pluralType:h==="plural"?"cardinal":"ordinal",location:$e},err:null}}default:return this.error(m.INVALID_ARGUMENT_TYPE,p(o,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,p(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,p(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=Ir(t)}catch(i){return this.error(m.INVALID_NUMBER_SKELETON,r)}return{val:{type:M.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Mr(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,o=!1,h=[],u=new Set,a=i.value,l=i.location;;){if(a.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR,m.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=p(f,this.clonePosition()),a=this.message.slice(f.offset,this.offset())}else break}if(u.has(a))return this.error(r==="select"?m.DUPLICATE_SELECT_ARGUMENT_SELECTOR:m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);a==="other"&&(o=!0),this.bumpSpace();var b=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,p(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var x=this.tryParseArgumentClose(b);if(x.err)return x;h.push([a,{value:g.val,location:p(b,this.clonePosition())}]),u.add(a),this.bumpSpace(),s=this.parseIdentifierIfPossible(),a=s.value,l=s.location}return h.length===0?this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR:m.EXPECT_PLURAL_ARGUMENT_SELECTOR,p(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(m.MISSING_OTHER_CLAUSE,p(this.clonePosition(),this.clonePosition())):{val:h,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,o=0;!this.isEOF();){var h=this.char();if(h>=48&&h<=57)s=!0,o=o*10+(h-48),this.bump();else break}var u=p(i,this.clonePosition());return s?(o*=n,zr(o)?{val:o,err:null}:this.error(r,u)):this.error(t,u)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=_t(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(We(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Tt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function _e(e){return e>=97&&e<=122||e>=65&&e<=90}function Yr(e){return _e(e)||e===47}function Kr(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Tt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function en(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function He(e){e.forEach(function(t){if(delete t.location,pt(t)||dt(t))for(var r in t.options)delete t.options[r].location,He(t.options[r].value);else ft(t)&>(t.style)||(ct(t)||mt(t))&&Ee(t.style)?delete t.style.location:bt(t)&&He(t.children)})}function tn(e,t){t===void 0&&(t={}),t=d({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new qr(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||He(r.val),r.val}var C;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(C||(C={}));var ie=function(e){ne(t,e);function t(r,n,i){var s=e.call(this,r)||this;return s.code=n,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Qe=function(e){ne(t,e);function t(r,n,i,s){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),C.INVALID_VALUE,s)||this}return t}(ie),rn=function(e){ne(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),C.INVALID_VALUE,i)||this}return t}(ie),nn=function(e){ne(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),C.MISSING_VALUE,n)||this}return t}(ie),y;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(y||(y={}));function sn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==y.literal||r.type!==y.literal?t.push(r):n.value+=r.value,t},[])}function on(e){return typeof e=="function"}function Y(e,t,r,n,i,s,o){if(e.length===1&&je(e[0]))return[{type:y.literal,value:e[0].value}];for(var h=[],u=0,a=e;u<a.length;u++){var l=a[u];if(je(l)){h.push({type:y.literal,value:l.value});continue}if(Ar(l)){typeof s=="number"&&h.push({type:y.literal,value:r.getNumberFormat(t).format(s)});continue}var f=l.value;if(!(i&&f in i))throw new nn(f,o);var c=i[f];if(Br(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),h.push({type:typeof c=="string"?y.literal:y.object,value:c});continue}if(ct(l)){var b=typeof l.style=="string"?n.date[l.style]:Ee(l.style)?l.style.parsedOptions:void 0;h.push({type:y.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(mt(l)){var b=typeof l.style=="string"?n.time[l.style]:Ee(l.style)?l.style.parsedOptions:n.time.medium;h.push({type:y.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(ft(l)){var b=typeof l.style=="string"?n.number[l.style]:gt(l.style)?l.style.parsedOptions:void 0;b&&b.scale&&(c=c*(b.scale||1)),h.push({type:y.literal,value:r.getNumberFormat(t,b).format(c)});continue}if(bt(l)){var g=l.children,x=l.value,T=i[x];if(!on(T))throw new rn(x,"function",o);var F=Y(g,t,r,n,i,s),P=T(F.map(function(B){return B.value}));Array.isArray(P)||(P=[P]),h.push.apply(h,P.map(function(B){return{type:typeof B=="string"?y.literal:y.object,value:B}}))}if(pt(l)){var H=l.options[c]||l.options.other;if(!H)throw new Qe(l.value,c,Object.keys(l.options),o);h.push.apply(h,Y(H.value,t,r,n,i));continue}if(dt(l)){var H=l.options["=".concat(c)];if(!H){if(!Intl.PluralRules)throw new ie(`Intl.PluralRules is not available in this environment.
|
|
2
|
-
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
|
-
`,C.MISSING_INTL_API,o);var j=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));H=l.options[j]||l.options.other}if(!H)throw new Qe(l.value,c,Object.keys(l.options),o);h.push.apply(h,Y(H.value,t,r,n,i,c-(l.offset||0)));continue}}return sn(h)}function an(e,t){return t?d(d(d({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=d(d({},e[n]),t[n]||{}),r},{})):e}function hn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=an(e[n],t[n]),r},d({},e)):e}function me(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function un(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.number),strategy:fe.variadic}),getDateTimeFormat:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.dateTime),strategy:fe.variadic}),getPluralRules:le(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,ue([void 0],r,!1)))},{cache:me(e.pluralRules),strategy:fe.variadic})}}var ln=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var a=s.formatToParts(u);if(a.length===1)return a[0].value;var l=a.reduce(function(f,c){return!f.length||c.type!==y.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(u){return Y(s.ast,s.locales,s.formatters,s.formats,u,void 0,s.message)},this.resolvedOptions=function(){var u;return{locale:((u=s.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var o=i||{};o.formatters;var h=yr(o,["formatters"]);this.ast=e.__parse(t,d(d({},h),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=hn(e.formats,n),this.formatters=i&&i.formatters||un(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=tn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function fn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const S={},cn=(e,t,r)=>r&&(t in S||(S[t]={}),e in S[t]||(S[t][e]=r),r),St=(e,t)=>{if(t==null)return;if(t in S&&e in S[t])return S[t][e];const r=se(t);for(let n=0;n<r.length;n++){const i=r[n],s=pn(i,e);if(s)return cn(e,t,s)}};let Ie;const Z=re({});function mn(e){return Ie[e]||null}function Bt(e){return e in Ie}function pn(e,t){if(!Bt(e))return null;const r=mn(e);return fn(r,t)}function dn(e){if(e==null)return;const t=se(e);for(let r=0;r<t.length;r++){const n=t[r];if(Bt(n))return n}}function At(e,...t){delete S[e],Z.update(r=>(r[e]=Er.all([r[e]||{},...t]),r))}U([Z],([e])=>Object.keys(e));Z.subscribe(e=>Ie=e);const K={};function bn(e,t){K[e].delete(t),K[e].size===0&&delete K[e]}function Pt(e){return K[e]}function gn(e){return se(e).map(t=>{const r=Pt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Te(e){return e==null?!1:se(e).some(t=>{var r;return(r=Pt(t))==null?void 0:r.size})}function En(e,t){return Promise.all(t.map(n=>(bn(e,n),n().then(i=>i.default||i)))).then(n=>At(e,...n))}const V={};function Nt(e){if(!Te(e))return e in V?V[e]:Promise.resolve();const t=gn(e);return V[e]=Promise.all(t.map(([r,n])=>En(r,n))).then(()=>{if(Te(e))return Nt(e);delete V[e]}),V[e]}const yn={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},xn={fallbackLocale:null,loadingDelay:200,formats:yn,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},vn=xn;function R(){return vn}const pe=re(!1);var _n=Object.defineProperty,Hn=Object.defineProperties,Tn=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,Sn=Object.prototype.hasOwnProperty,Bn=Object.prototype.propertyIsEnumerable,qe=(e,t,r)=>t in e?_n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,An=(e,t)=>{for(var r in t||(t={}))Sn.call(t,r)&&qe(e,r,t[r]);if(Je)for(var r of Je(t))Bn.call(t,r)&&qe(e,r,t[r]);return e},Pn=(e,t)=>Hn(e,Tn(t));let Se;const ee=re(null);function Ye(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function se(e,t=R().fallbackLocale){const r=Ye(e);return t?[...new Set([...r,...Ye(t)])]:r}function A(){return Se!=null?Se:void 0}ee.subscribe(e=>{Se=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Nn=e=>{if(e&&dn(e)&&Te(e)){const{loadingDelay:t}=R();let r;return typeof window!="undefined"&&A()!=null&&t?r=window.setTimeout(()=>pe.set(!0),t):pe.set(!0),Nt(e).then(()=>{ee.set(e)}).finally(()=>{clearTimeout(r),pe.set(!1)})}return ee.set(e)},G=Pn(An({},ee),{set:Nn}),oe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var On=Object.defineProperty,te=Object.getOwnPropertySymbols,Ot=Object.prototype.hasOwnProperty,It=Object.prototype.propertyIsEnumerable,Ke=(e,t,r)=>t in e?On(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,we=(e,t)=>{for(var r in t||(t={}))Ot.call(t,r)&&Ke(e,r,t[r]);if(te)for(var r of te(t))It.call(t,r)&&Ke(e,r,t[r]);return e},D=(e,t)=>{var r={};for(var n in e)Ot.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&te)for(var n of te(e))t.indexOf(n)<0&&It.call(e,n)&&(r[n]=e[n]);return r};const W=(e,t)=>{const{formats:r}=R();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},In=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=W("number",n)),new Intl.NumberFormat(r,i)}),wn=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=W("date",n):Object.keys(i).length===0&&(i=W("date","short")),new Intl.DateTimeFormat(r,i)}),$n=oe(e=>{var t=e,{locale:r,format:n}=t,i=D(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=W("time",n):Object.keys(i).length===0&&(i=W("time","short")),new Intl.DateTimeFormat(r,i)}),Ln=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return In(we({locale:r},n))},Mn=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return wn(we({locale:r},n))},Cn=(e={})=>{var t=e,{locale:r=A()}=t,n=D(t,["locale"]);return $n(we({locale:r},n))},Rn=oe((e,t=A())=>new ln(e,t,R().formats,{ignoreTag:R().ignoreTag})),Un=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:h,locale:u=A(),default:a}=o;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=St(e,u);if(!l)l=(s=(i=(n=(r=R()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:a}))!=null?i:a)!=null?s:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!h)return l;let f=l;try{f=Rn(l,u).format(h)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},Gn=(e,t)=>Cn(t).format(e),Dn=(e,t)=>Mn(t).format(e),Fn=(e,t)=>Ln(t).format(e),jn=(e,t=A())=>St(e,t),Vn=U([G,Z],()=>Un);U([G],()=>Gn);U([G],()=>Dn);U([G],()=>Fn);U([G,Z],()=>jn);function et(e,t){At(e,t)}function kn(e){G.set(e)}const tt={en:{errServerUnavailable:"Server unavailable",errEmailVerification:"Sorry! Your e-mail could not be verified. Please try again",infoInvalidHashKey:"Invalid, used or expired hash key",msgEmailVerificationSuccess:"Success! Your e-mail has been successfully verified"},ro:{errServerUnavailable:"Server indisponibil",errEmailVerification:"Ne pare rău! E-mailul tău nu a putut fi verificat. Te rugăm să încerci din nou",infoInvalidHashKey:"Cheie hash invalidă, utilizată sau expirată",msgEmailVerificationSuccess:"Succes! E-mailul tău a fost verificat cu succes"}};function Xn(e){let t;return{c(){t=ot("div")},m(r,n){st(r,t,n)},p:_,i:_,o:_,d(r){r&&Ae(t)}}}function Wn(e,t,r){let n;Gt(e,Vn,f=>r(4,n=f));let{lang:i="en"}=t,{endpoint:s=""}=t,{key:o=""}=t,{translationurl:h=""}=t;const u=()=>{fetch(h).then(c=>c.json()).then(c=>{Object.keys(c).forEach(b=>{et(b,c[b])})}).catch(c=>{console.log(c)})};Object.keys(tt).forEach(f=>{et(f,tt[f])});const a=()=>{kn(i)},l=()=>{let f=new URL(`${s}/v1/player/activatePlayerByHashKey`),b={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({hashKey:o})};fetch(f.href,b).then(g=>(g.status>500&&(window.postMessage({type:"ActivatePlayerResponseFailed"},window.location.href),window.postMessage({type:"WidgetNotification",data:{type:"error",message:n("errServerUnavailable")}},window.location.href)),g.json())).then(g=>{window.postMessage({type:"ActivatePlayerResponse",data:g},window.location.href),g.error&&(window.postMessage({type:"WidgetNotification",data:{type:"error",message:n("errEmailVerification")}},window.location.href),window.postMessage({type:"WidgetNotification",data:{type:"info",message:n("infoInvalidHashKey")}},window.location.href)),g.SESSION_ID&&window.postMessage({type:"WidgetNotification",data:{type:"success",message:n("msgEmailVerificationSuccess")}},window.location.href)})};return e.$$set=f=>{"lang"in f&&r(0,i=f.lang),"endpoint"in f&&r(1,s=f.endpoint),"key"in f&&r(2,o=f.key),"translationurl"in f&&r(3,h=f.translationurl)},e.$$.update=()=>{e.$$.dirty&1&&i&&a(),e.$$.dirty&8&&h&&u(),e.$$.dirty&6&&s&&o&&l()},[i,s,o,h]}class wt extends er{constructor(t){super(),Yt(this,t,Wn,Xn,nt,{lang:0,endpoint:1,key:2,translationurl:3})}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),w()}get endpoint(){return this.$$.ctx[1]}set endpoint(t){this.$$set({endpoint:t}),w()}get key(){return this.$$.ctx[2]}set key(t){this.$$set({key:t}),w()}get translationurl(){return this.$$.ctx[3]}set translationurl(t){this.$$set({translationurl:t}),w()}}Kt(wt,{lang:{},endpoint:{},key:{},translationurl:{}},[],[],!0);exports.default=wt;
|