@everymatrix/casino-sort 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/{CasinoSort-BSjR_z9t.js → CasinoSort-61fUzFkl.js} +37 -13
- package/components/CasinoSort-C36uZDR3.cjs +16 -0
- package/components/{CasinoSort-C_zWD9bW.js → CasinoSort-CeN8qsQl.js} +38 -14
- package/es2015/casino-sort.cjs +1 -1
- package/es2015/casino-sort.js +1 -1
- package/esnext/casino-sort.js +1 -1
- package/package.json +1 -1
- package/components/CasinoSort-DW3Ybb0k.cjs +0 -3
|
@@ -41,7 +41,8 @@ function qt(e, t, r) {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
function Yt(e) {
|
|
44
|
-
if (!e)
|
|
44
|
+
if (!e)
|
|
45
|
+
return document;
|
|
45
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
46
47
|
return t && /** @type {ShadowRoot} */
|
|
47
48
|
t.host ? (
|
|
@@ -105,7 +106,8 @@ function se(e) {
|
|
|
105
106
|
ae = e;
|
|
106
107
|
}
|
|
107
108
|
function nr() {
|
|
108
|
-
if (!ae)
|
|
109
|
+
if (!ae)
|
|
110
|
+
throw new Error("Function called outside component initialization");
|
|
109
111
|
return ae;
|
|
110
112
|
}
|
|
111
113
|
function ir(e) {
|
|
@@ -136,7 +138,8 @@ function F() {
|
|
|
136
138
|
} catch (t) {
|
|
137
139
|
throw Q.length = 0, W = 0, t;
|
|
138
140
|
}
|
|
139
|
-
for (se(null), Q.length = 0, W = 0; Le.length; )
|
|
141
|
+
for (se(null), Q.length = 0, W = 0; Le.length; )
|
|
142
|
+
Le.pop()();
|
|
140
143
|
for (let t = 0; t < q.length; t += 1) {
|
|
141
144
|
const r = q[t];
|
|
142
145
|
Ae.has(r) || (Ae.add(r), r());
|
|
@@ -600,11 +603,26 @@ Y.all = function(t, r) {
|
|
|
600
603
|
};
|
|
601
604
|
var Mr = Y, Rr = Mr;
|
|
602
605
|
const $r = /* @__PURE__ */ _r(Rr);
|
|
606
|
+
/*! *****************************************************************************
|
|
607
|
+
Copyright (c) Microsoft Corporation.
|
|
608
|
+
|
|
609
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
610
|
+
purpose with or without fee is hereby granted.
|
|
611
|
+
|
|
612
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
613
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
614
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
615
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
616
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
617
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
618
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
619
|
+
***************************************************************************** */
|
|
603
620
|
var $e = function(e, t) {
|
|
604
621
|
return $e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
605
622
|
r.__proto__ = n;
|
|
606
623
|
} || function(r, n) {
|
|
607
|
-
for (var i in n)
|
|
624
|
+
for (var i in n)
|
|
625
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
608
626
|
}, $e(e, t);
|
|
609
627
|
};
|
|
610
628
|
function Ee(e, t) {
|
|
@@ -620,23 +638,26 @@ var x = function() {
|
|
|
620
638
|
return x = Object.assign || function(t) {
|
|
621
639
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
622
640
|
r = arguments[n];
|
|
623
|
-
for (var o in r)
|
|
641
|
+
for (var o in r)
|
|
642
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
624
643
|
}
|
|
625
644
|
return t;
|
|
626
645
|
}, x.apply(this, arguments);
|
|
627
646
|
};
|
|
628
647
|
function Dr(e, t) {
|
|
629
648
|
var r = {};
|
|
630
|
-
for (var n in e)
|
|
649
|
+
for (var n in e)
|
|
650
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
631
651
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
632
652
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
633
653
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
634
654
|
return r;
|
|
635
655
|
}
|
|
636
656
|
function Te(e, t, r) {
|
|
637
|
-
if (
|
|
638
|
-
(
|
|
639
|
-
|
|
657
|
+
if (arguments.length === 2)
|
|
658
|
+
for (var n = 0, i = t.length, o; n < i; n++)
|
|
659
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
660
|
+
return e.concat(o || t);
|
|
640
661
|
}
|
|
641
662
|
function Be(e, t) {
|
|
642
663
|
var r = t && t.cache ? t.cache : Vr, n = t && t.serializer ? t.serializer : kr, i = t && t.strategy ? t.strategy : Fr;
|
|
@@ -2462,7 +2483,8 @@ function tn(e, t) {
|
|
|
2462
2483
|
r += h;
|
|
2463
2484
|
for (; s-- > 0; )
|
|
2464
2485
|
r = l + r;
|
|
2465
|
-
} else
|
|
2486
|
+
} else
|
|
2487
|
+
i === "J" ? r += "H" : r += i;
|
|
2466
2488
|
}
|
|
2467
2489
|
return r;
|
|
2468
2490
|
}
|
|
@@ -3065,7 +3087,8 @@ function ke(e) {
|
|
|
3065
3087
|
if (delete t.location, Ot(t) || It(t))
|
|
3066
3088
|
for (var r in t.options)
|
|
3067
3089
|
delete t.options[r].location, ke(t.options[r].value);
|
|
3068
|
-
else
|
|
3090
|
+
else
|
|
3091
|
+
Bt(t) && Lt(t.style) || (Nt(t) || Pt(t)) && De(t.style) ? delete t.style.location : Ct(t) && ke(t.children);
|
|
3069
3092
|
});
|
|
3070
3093
|
}
|
|
3071
3094
|
function En(e, t) {
|
|
@@ -3836,7 +3859,7 @@ const gt = {
|
|
|
3836
3859
|
}
|
|
3837
3860
|
};
|
|
3838
3861
|
function hi(e) {
|
|
3839
|
-
qt(e, "svelte-
|
|
3862
|
+
qt(e, "svelte-54zse8", ':root{--min-height:50px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.SorterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.SorterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;cursor:pointer}.SorterSelector.SorterSelectorOpen{border-radius:5px 5px 0 0}.SorterMainArea{display:flex;align-items:center}.SorterMainArea svg{margin-right:16px}.SorterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.SorterTextContainer{display:flex;flex-direction:column}.SorterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.SorterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:35px;margin-bottom:40px;overflow:hidden;margin:0}.SorterDropdownContainer.SorterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:10px}.SorterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none;list-style-type:none;padding:10px;margin:0;box-sizing:border-box}.SorterDropdown::-webkit-scrollbar{display:none}.SorterItem{position:relative}.SorterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SorterItem input{cursor:pointer;margin-right:10px}.SorterItem .SortersCheckmark{margin:0 15px}.SorterItem .CustomRadioButton input[type=radio]{position:absolute;left:-9999px}.SorterItem .CustomRadioButton input[type=radio]+span{position:relative;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.SorterItem .CustomRadioButton input[type=radio]+span:before{content:"";background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);height:18px;width:18px;border-radius:50%;position:absolute}.SorterItem .CustomRadioButton input[type=radio]+span:after{content:"";background:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:14px;height:14px;border-radius:50%;position:absolute;opacity:0;transform:scale(2);transition:transform 0.3s linear, opacity 0.3s linear}.SorterItem .CustomRadioButton input[type=radio]:checked+span:after{opacity:1;transform:scale(1)}.SorterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SorterLabel input:checked+span{font-weight:600}.ClearSorters{margin:20px auto;border:0;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearSorters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.SorterSelector{max-width:initial;padding:7px 16px}.SorterDropdownContainer{width:100%;margin-bottom:20px}.SorterDropdown{display:flex;flex-direction:column;gap:12px;margin-block-start:0}.SorterDropdown .SorterLabel{line-height:24px}.SorterDropdown .SorterLabel>*{pointer-events:none}}@media(max-width: 480px){.SorterSelector{min-height:var(--min-height)}.SorterDropdownContainer{top:var(--min-height)}}');
|
|
3840
3863
|
}
|
|
3841
3864
|
function yt(e, t, r) {
|
|
3842
3865
|
const n = e.slice();
|
|
@@ -3959,7 +3982,8 @@ function fi(e) {
|
|
|
3959
3982
|
let t;
|
|
3960
3983
|
function r(o, s) {
|
|
3961
3984
|
if (!/*isLoading*/
|
|
3962
|
-
o[2])
|
|
3985
|
+
o[2])
|
|
3986
|
+
return ci;
|
|
3963
3987
|
}
|
|
3964
3988
|
let n = r(e), i = n && n(e);
|
|
3965
3989
|
return {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";var rr=Object.defineProperty,nr=Object.defineProperties;var ir=Object.getOwnPropertyDescriptors;var tt=Object.getOwnPropertySymbols;var or=Object.prototype.hasOwnProperty,sr=Object.prototype.propertyIsEnumerable;var Te=(e,t,r)=>t in e?rr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))or.call(t,r)&&Te(e,r,t[r]);if(tt)for(var r of tt(t))sr.call(t,r)&&Te(e,r,t[r]);return e},nt=(e,t)=>nr(e,ir(t));var R=(e,t,r)=>(Te(e,typeof t!="symbol"?t+"":t,r),r);var it=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{a(r.next(u))}catch(l){i(l)}},s=u=>{try{a(r.throw(u))}catch(l){i(l)}},a=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,s);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function D(){}function At(e){return e()}function ot(){return Object.create(null)}function ce(e){e.forEach(At)}function We(e){return typeof e=="function"}function Tt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function ar(e){return Object.keys(e).length===0}function Bt(e,...t){if(e==null){for(const n of t)n(void 0);return D}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function lr(e,t,r){e.$$.on_destroy.push(Bt(t,r))}function v(e,t){e.appendChild(t)}function ur(e,t,r){const n=hr(e);if(!n.getElementById(t)){const i=A("style");i.id=t,i.textContent=r,cr(n,i)}}function hr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function cr(e,t){return v(e.head||e,t),t.sheet}function ve(e,t,r){e.insertBefore(t,r||null)}function fe(e){e.parentNode&&e.parentNode.removeChild(e)}function fr(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function A(e){return document.createElement(e)}function k(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function Me(e){return document.createTextNode(e)}function V(){return Me(" ")}function Nt(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function m(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function mr(e){return Array.from(e.childNodes)}function st(e,t){t=""+t,e.data!==t&&(e.data=t)}function pr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let le;function ae(e){le=e}function dr(){if(!le)throw new Error("Function called outside component initialization");return le}function br(e){dr().$$.on_mount.push(e)}const q=[],Re=[];let Y=[];const at=[],gr=Promise.resolve();let $e=!1;function yr(){$e||($e=!0,gr.then(G))}function De(e){Y.push(e)}const Be=new Set;let J=0;function G(){if(J!==0)return;const e=le;do{try{for(;J<q.length;){const t=q[J];J++,ae(t),xr(t.$$)}}catch(t){throw q.length=0,J=0,t}for(ae(null),q.length=0,J=0;Re.length;)Re.pop()();for(let t=0;t<Y.length;t+=1){const r=Y[t];Be.has(r)||(Be.add(r),r())}Y.length=0}while(q.length);for(;at.length;)at.pop()();$e=!1,Be.clear(),ae(e)}function xr(e){if(e.fragment!==null){e.update(),ce(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(De)}}function vr(e){const t=[],r=[];Y.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Y=t}const Er=new Set;function _r(e,t){e&&e.i&&(Er.delete(e),e.i(t))}function lt(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function Sr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),De(()=>{const o=e.$$.on_mount.map(At).filter(We);e.$$.on_destroy?e.$$.on_destroy.push(...o):ce(o),e.$$.on_mount=[]}),i.forEach(De)}function wr(e,t){const r=e.$$;r.fragment!==null&&(vr(r.after_update),ce(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Hr(e,t){e.$$.dirty[0]===-1&&(q.push(e),yr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Ar(e,t,r,n,i,o,s=null,a=[-1]){const u=le;ae(e);const l=e.$$={fragment:null,ctx:[],props:o,update:D,not_equal:i,bound:ot(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(u?u.$$.context:[])),callbacks:ot(),dirty:a,skip_bound:!1,root:t.target||u.$$.root};s&&s(l.root);let h=!1;if(l.ctx=r?r(e,t.props||{},(c,f,...p)=>{const g=p.length?p[0]:f;return l.ctx&&i(l.ctx[c],l.ctx[c]=g)&&(!l.skip_bound&&l.bound[c]&&l.bound[c](g),h&&Hr(e,c)),f}):[],l.update(),h=!0,ce(l.before_update),l.fragment=n?n(l.ctx):!1,t.target){if(t.hydrate){const c=mr(t.target);l.fragment&&l.fragment.l(c),c.forEach(fe)}else l.fragment&&l.fragment.c();t.intro&&_r(e.$$.fragment),Sr(e,t.target,t.anchor),G()}ae(u)}let Pt;typeof HTMLElement=="function"&&(Pt=class extends HTMLElement{constructor(t,r,n){super();R(this,"$$ctor");R(this,"$$s");R(this,"$$c");R(this,"$$cn",!1);R(this,"$$d",{});R(this,"$$r",!1);R(this,"$$p_d",{});R(this,"$$l",{});R(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 it(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=A("slot"),o!=="default"&&m(s,"name",o)},m:function(l,h){ve(l,s,h)},d:function(l){l&&fe(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=pr(this);for(const o of this.$$s)o in n&&(r[o]=[t(o)]);for(const o of this.attributes){const s=this.$$g_p(o.name);s in this.$$d||(this.$$d[s]=de(s,o.value,this.$$p_d,"toProp"))}for(const o in this.$$p_d)!(o in this.$$d)&&this[o]!==void 0&&(this.$$d[o]=this[o],delete this[o]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:nt(rt({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const o in this.$$p_d)if(this.$$d[o]=this.$$c.$$.ctx[this.$$c.$$.props[o]],this.$$p_d[o].reflect){const s=de(o,this.$$d[o],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[o].attribute||o):this.setAttribute(this.$$p_d[o].attribute||o,s)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const o in this.$$l)for(const s of this.$$l[o]){const a=this.$$c.$on(o,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=de(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 de(e,t,r,n){var o;const i=(o=r[e])==null?void 0:o.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 Tr(e,t,r,n,i,o){let s=class extends Pt{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(u){var l;u=de(a,u,t),this.$$d[a]=u,(l=this.$$c)==null||l.$set({[a]:u})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var u;return(u=this.$$c)==null?void 0:u[a]}})}),e.element=s,s}class Br{constructor(){R(this,"$$");R(this,"$$set")}$destroy(){wr(this,1),this.$destroy=D}$on(t,r){if(!We(r))return D;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&&!ar(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Nr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Nr);function Pr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Or(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Ir(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}const Q=[];function Cr(e,t){return{subscribe:Ee(e,t).subscribe}}function Ee(e,t=D){let r;const n=new Set;function i(a){if(Tt(e,a)&&(e=a,r)){const u=!Q.length;for(const l of n)l[1](),Q.push(l,e);if(u){for(let l=0;l<Q.length;l+=2)Q[l][0](Q[l+1]);Q.length=0}}}function o(a){i(a(e))}function s(a,u=D){const l=[a,u];return n.add(l),n.size===1&&(r=t(i,o)||D),a(e),()=>{n.delete(l),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function ne(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 o=t.length<2;return Cr(r,(s,a)=>{let u=!1;const l=[];let h=0,c=D;const f=()=>{if(h)return;c();const g=t(n?l[0]:l,s,a);o?s(g):c=We(g)?g:D},p=i.map((g,E)=>Bt(g,N=>{l[E]=N,h&=~(1<<E),u&&f()},()=>{h|=1<<E}));return u=!0,f(),function(){ce(p),c(),u=!1}})}function Lr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Mr=function(t){return Rr(t)&&!$r(t)};function Rr(e){return!!e&&typeof e=="object"}function $r(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Fr(e)}var Dr=typeof Symbol=="function"&&Symbol.for,Ur=Dr?Symbol.for("react.element"):60103;function Fr(e){return e.$$typeof===Ur}function Gr(e){return Array.isArray(e)?[]:{}}function ue(e,t){return t.clone!==!1&&t.isMergeableObject(e)?K(Gr(e),e,t):e}function jr(e,t,r){return e.concat(t).map(function(n){return ue(n,r)})}function kr(e,t){if(!t.customMerge)return K;var r=t.customMerge(e);return typeof r=="function"?r:K}function Vr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function ut(e){return Object.keys(e).concat(Vr(e))}function Ot(e,t){try{return t in e}catch(r){return!1}}function zr(e,t){return Ot(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Xr(e,t,r){var n={};return r.isMergeableObject(e)&&ut(e).forEach(function(i){n[i]=ue(e[i],r)}),ut(t).forEach(function(i){zr(e,i)||(Ot(e,i)&&r.isMergeableObject(t[i])?n[i]=kr(i,r)(e[i],t[i],r):n[i]=ue(t[i],r))}),n}function K(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||jr,r.isMergeableObject=r.isMergeableObject||Mr,r.cloneUnlessOtherwiseSpecified=ue;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Xr(e,t,r):ue(t,r)}K.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return K(n,i,r)},{})};var Zr=K,Wr=Zr;const Jr=Lr(Wr);/*! *****************************************************************************
|
|
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 Ue=function(e,t){return Ue=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])},Ue(e,t)};function _e(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ue(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var x=function(){return x=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},x.apply(this,arguments)};function Qr(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 Ne(e,t,r){if(arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||t)}function Pe(e,t){var r=t&&t.cache?t.cache:rn,n=t&&t.serializer?t.serializer:tn,i=t&&t.strategy?t.strategy:Yr;return i(e,{cache:r,serializer:n})}function qr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function It(e,t,r,n){var i=qr(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function Ct(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function Je(e,t,r,n,i){return r.bind(t,e,n,i)}function Yr(e,t){var r=e.length===1?It:Ct;return Je(e,this,r,t.cache.create(),t.serializer)}function Kr(e,t){return Je(e,this,Ct,t.cache.create(),t.serializer)}function en(e,t){return Je(e,this,It,t.cache.create(),t.serializer)}var tn=function(){return JSON.stringify(arguments)};function Qe(){this.cache=Object.create(null)}Qe.prototype.get=function(e){return this.cache[e]};Qe.prototype.set=function(e,t){this.cache[e]=t};var rn={create:function(){return new Qe}},Oe={variadic:Kr,monadic:en},b;(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"})(b||(b={}));var _;(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"})(_||(_={}));var ee;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(ee||(ee={}));function ht(e){return e.type===_.literal}function nn(e){return e.type===_.argument}function Lt(e){return e.type===_.number}function Mt(e){return e.type===_.date}function Rt(e){return e.type===_.time}function $t(e){return e.type===_.select}function Dt(e){return e.type===_.plural}function on(e){return e.type===_.pound}function Ut(e){return e.type===_.tag}function Ft(e){return!!(e&&typeof e=="object"&&e.type===ee.number)}function Fe(e){return!!(e&&typeof e=="object"&&e.type===ee.dateTime)}var Gt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,sn=/(?:[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 an(e){var t={};return e.replace(sn,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 ln=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function un(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(ln).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],u=s.slice(1),l=0,h=u;l<h.length;l++){var c=h[l];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:u})}return r}function hn(e){return e.replace(/^(.*?)-/,"")}var ct=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,jt=/^(@+)?(\+|#+)?[rs]?$/g,cn=/(\*)(0+)|(#+)(0+)|(0+)/g,kt=/^(0+)$/;function ft(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(jt,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 fn(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)),!kt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=Vt(e);return r||t}function mn(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=hn(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=x(x(x({},t),{notation:"scientific"}),i.options.reduce(function(u,l){return x(x({},u),mt(l))},{}));continue;case"engineering":t=x(x(x({},t),{notation:"engineering"}),i.options.reduce(function(u,l){return x(x({},u),mt(l))},{}));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(cn,function(u,l,h,c,f,p){if(l)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(kt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(ct.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ct,function(u,l,h,c,f,p){return h==="*"?t.minimumFractionDigits=l.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=l.length,t.maximumFractionDigits=l.length),""});var o=i.options[0];o==="w"?t=x(x({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=x(x({},t),ft(o)));continue}if(jt.test(i.stem)){t=x(x({},t),ft(i.stem));continue}var s=Vt(i.stem);s&&(t=x(x({},t),s));var a=fn(i.stem);a&&(t=x(x({},t),a))}return t}var pe={"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 pn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),u="a",l=dn(t);for((l=="H"||l=="k")&&(a=0);a-- >0;)r+=u;for(;s-- >0;)r=l+r}else i==="J"?r+="H":r+=i}return r}function dn(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=pe[n||""]||pe[r||""]||pe["".concat(r,"-001")]||pe["001"];return i[0]}var Ie,bn=new RegExp("^".concat(Gt.source,"*")),gn=new RegExp("".concat(Gt.source,"*$"));function y(e,t){return{start:e,end:t}}var yn=!!String.prototype.startsWith&&"_a".startsWith("a",1),xn=!!String.fromCodePoint,vn=!!Object.fromEntries,En=!!String.prototype.codePointAt,_n=!!String.prototype.trimStart,Sn=!!String.prototype.trimEnd,wn=!!Number.isSafeInteger,Hn=wn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ge=!0;try{var An=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ge=((Ie=An.exec("a"))===null||Ie===void 0?void 0:Ie[0])==="a"}catch(e){Ge=!1}var pt=yn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},je=xn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},dt=vn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},zt=En?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},Tn=_n?function(t){return t.trimStart()}:function(t){return t.replace(bn,"")},Bn=Sn?function(t){return t.trimEnd()}:function(t){return t.replace(gn,"")};function Xt(e,t){return new RegExp(e,t)}var ke;if(Ge){var bt=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=function(t,r){var n;bt.lastIndex=r;var i=bt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else ke=function(t,r){for(var n=[];;){var i=zt(t,r);if(i===void 0||Zt(i)||In(i))break;n.push(i),r+=i>=65536?2:1}return je.apply(void 0,n)};var Nn=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 o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:_.pound,location:y(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(b.UNMATCHED_CLOSING_TAG,y(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&Ve(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.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:_.literal,value:"<".concat(i,"/>"),location:y(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ve(this.char()))return this.error(b.INVALID_TAG,y(a,this.clonePosition()));var u=this.clonePosition(),l=this.parseTagName();return i!==l?this.error(b.UNMATCHED_CLOSING_TAG,y(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:_.tag,value:i,children:s,location:y(n,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,y(a,this.clonePosition())))}else return this.error(b.UNCLOSED_TAG,y(n,this.clonePosition()))}else return this.error(b.INVALID_TAG,y(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&On(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var u=y(n,this.clonePosition());return{val:{type:_.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Pn(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 je.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(),je(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(b.EMPTY_ARGUMENT,y(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:_.argument,value:i,location:y(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=ke(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=y(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(a){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,y(s,u));case"number":case"date":case"time":{this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=Bn(c.val);if(f.length===0)return this.error(b.EXPECT_ARGUMENT_STYLE,y(this.clonePosition(),this.clonePosition()));var p=y(h,this.clonePosition());l={style:f,styleLocation:p}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var E=y(i,this.clonePosition());if(l&&pt(l==null?void 0:l.style,"::",0)){var N=Tn(l.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(N,l.styleLocation);return c.err?c:{val:{type:_.number,value:n,location:E,style:c.val},err:null}}else{if(N.length===0)return this.error(b.EXPECT_DATE_TIME_SKELETON,E);var P=N;this.locale&&(P=pn(N,this.locale));var f={type:ee.dateTime,pattern:P,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?an(P):{}},M=a==="date"?_.date:_.time;return{val:{type:M,value:n,location:E,style:f},err:null}}}return{val:{type:a==="number"?_.number:a==="date"?_.date:_.time,value:n,location:E,style:(o=l==null?void 0:l.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var B=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,y(B,x({},B)));this.bumpSpace();var C=this.parseIdentifierIfPossible(),H=0;if(a!=="select"&&C.value==="offset"){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),C=this.parseIdentifierIfPossible(),H=c.val}var L=this.tryParsePluralOrSelectOptions(t,a,r,C);if(L.err)return L;var g=this.tryParseArgumentClose(i);if(g.err)return g;var U=y(i,this.clonePosition());return a==="select"?{val:{type:_.select,value:n,options:dt(L.val),location:U},err:null}:{val:{type:_.plural,value:n,options:dt(L.val),offset:H,pluralType:a==="plural"?"cardinal":"ordinal",location:U},err:null}}default:return this.error(b.INVALID_ARGUMENT_TYPE,y(s,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(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(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,y(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=un(t)}catch(i){return this.error(b.INVALID_NUMBER_SKELETON,r)}return{val:{type:ee.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?mn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],u=new Set,l=i.value,h=i.location;;){if(l.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=y(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}else break}if(u.has(l))return this.error(r==="select"?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);l==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,y(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var E=this.tryParseArgumentClose(p);if(E.err)return E;a.push([l,{value:g.val,location:y(p,this.clonePosition())}]),u.add(l),this.bumpSpace(),o=this.parseIdentifierIfPossible(),l=o.value,h=o.location}return a.length===0?this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,y(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(b.MISSING_OTHER_CLAUSE,y(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var u=y(i,this.clonePosition());return o?(s*=n,Hn(s)?{val:s,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=zt(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(pt(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()&&Zt(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 Ve(e){return e>=97&&e<=122||e>=65&&e<=90}function Pn(e){return Ve(e)||e===47}function On(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 Zt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function In(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 ze(e){e.forEach(function(t){if(delete t.location,$t(t)||Dt(t))for(var r in t.options)delete t.options[r].location,ze(t.options[r].value);else Lt(t)&&Ft(t.style)||(Mt(t)||Rt(t))&&Fe(t.style)?delete t.style.location:Ut(t)&&ze(t.children)})}function Cn(e,t){t===void 0&&(t={}),t=x({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Nn(e,t).parse();if(r.err){var n=SyntaxError(b[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||ze(r.val),r.val}var te;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(te||(te={}));var Se=function(e){_e(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),gt=function(e){_e(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),te.INVALID_VALUE,o)||this}return t}(Se),Ln=function(e){_e(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),te.INVALID_VALUE,i)||this}return t}(Se),Mn=function(e){_e(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,'"'),te.MISSING_VALUE,n)||this}return t}(Se),I;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(I||(I={}));function Rn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==I.literal||r.type!==I.literal?t.push(r):n.value+=r.value,t},[])}function $n(e){return typeof e=="function"}function be(e,t,r,n,i,o,s){if(e.length===1&&ht(e[0]))return[{type:I.literal,value:e[0].value}];for(var a=[],u=0,l=e;u<l.length;u++){var h=l[u];if(ht(h)){a.push({type:I.literal,value:h.value});continue}if(on(h)){typeof o=="number"&&a.push({type:I.literal,value:r.getNumberFormat(t).format(o)});continue}var c=h.value;if(!(i&&c in i))throw new Mn(c,s);var f=i[c];if(nn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?I.literal:I.object,value:f});continue}if(Mt(h)){var p=typeof h.style=="string"?n.date[h.style]:Fe(h.style)?h.style.parsedOptions:void 0;a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Rt(h)){var p=typeof h.style=="string"?n.time[h.style]:Fe(h.style)?h.style.parsedOptions:n.time.medium;a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Lt(h)){var p=typeof h.style=="string"?n.number[h.style]:Ft(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:I.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Ut(h)){var g=h.children,E=h.value,N=i[E];if(!$n(N))throw new Ln(E,"function",s);var P=be(g,t,r,n,i,o),M=N(P.map(function(H){return H.value}));Array.isArray(M)||(M=[M]),a.push.apply(a,M.map(function(H){return{type:typeof H=="string"?I.literal:I.object,value:H}}))}if($t(h)){var B=h.options[f]||h.options.other;if(!B)throw new gt(h.value,f,Object.keys(h.options),s);a.push.apply(a,be(B.value,t,r,n,i));continue}if(Dt(h)){var B=h.options["=".concat(f)];if(!B){if(!Intl.PluralRules)throw new Se(`Intl.PluralRules is not available in this environment.
|
|
15
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
16
|
+
`,te.MISSING_INTL_API,s);var C=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));B=h.options[C]||h.options.other}if(!B)throw new gt(h.value,f,Object.keys(h.options),s);a.push.apply(a,be(B.value,t,r,n,i,f-(h.offset||0)));continue}}return Rn(a)}function Dn(e,t){return t?x(x(x({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=x(x({},e[n]),t[n]||{}),r},{})):e}function Un(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=Dn(e[n],t[n]),r},x({},e)):e}function Ce(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Fn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.number),strategy:Oe.variadic}),getDateTimeFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.dateTime),strategy:Oe.variadic}),getPluralRules:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.pluralRules),strategy:Oe.variadic})}}var Gn=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var l=o.formatToParts(u);if(l.length===1)return l[0].value;var h=l.reduce(function(c,f){return!c.length||f.type!==I.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(u){return be(o.ast,o.locales,o.formatters,o.formats,u,void 0,o.message)},this.resolvedOptions=function(){var u;return{locale:((u=o.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.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 s=i||{};s.formatters;var a=Qr(s,["formatters"]);this.ast=e.__parse(t,x(x({},a),{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=Un(e.formats,n),this.formatters=i&&i.formatters||Fn(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=Cn,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 jn(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 o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const j={},kn=(e,t,r)=>r&&(t in j||(j[t]={}),e in j[t]||(j[t][e]=r),r),Wt=(e,t)=>{if(t==null)return;if(t in j&&e in j[t])return j[t][e];const r=we(t);for(let n=0;n<r.length;n++){const i=r[n],o=zn(i,e);if(o)return kn(e,t,o)}};let qe;const ie=Ee({});function Vn(e){return qe[e]||null}function Jt(e){return e in qe}function zn(e,t){if(!Jt(e))return null;const r=Vn(e);return jn(r,t)}function Xn(e){if(e==null)return;const t=we(e);for(let r=0;r<t.length;r++){const n=t[r];if(Jt(n))return n}}function Qt(e,...t){delete j[e],ie.update(r=>(r[e]=Jr.all([r[e]||{},...t]),r))}ne([ie],([e])=>Object.keys(e));ie.subscribe(e=>qe=e);const ge={};function Zn(e,t){ge[e].delete(t),ge[e].size===0&&delete ge[e]}function qt(e){return ge[e]}function Wn(e){return we(e).map(t=>{const r=qt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Xe(e){return e==null?!1:we(e).some(t=>{var r;return(r=qt(t))==null?void 0:r.size})}function Jn(e,t){return Promise.all(t.map(n=>(Zn(e,n),n().then(i=>i.default||i)))).then(n=>Qt(e,...n))}const se={};function Yt(e){if(!Xe(e))return e in se?se[e]:Promise.resolve();const t=Wn(e);return se[e]=Promise.all(t.map(([r,n])=>Jn(r,n))).then(()=>{if(Xe(e))return Yt(e);delete se[e]}),se[e]}const Qn={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"}}},qn={fallbackLocale:null,loadingDelay:200,formats:Qn,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Yn=qn;function re(){return Yn}const Le=Ee(!1);var Kn=Object.defineProperty,ei=Object.defineProperties,ti=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,ri=Object.prototype.hasOwnProperty,ni=Object.prototype.propertyIsEnumerable,xt=(e,t,r)=>t in e?Kn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ii=(e,t)=>{for(var r in t||(t={}))ri.call(t,r)&&xt(e,r,t[r]);if(yt)for(var r of yt(t))ni.call(t,r)&&xt(e,r,t[r]);return e},oi=(e,t)=>ei(e,ti(t));let Ze;const ye=Ee(null);function vt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function we(e,t=re().fallbackLocale){const r=vt(e);return t?[...new Set([...r,...vt(t)])]:r}function X(){return Ze!=null?Ze:void 0}ye.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const si=e=>{if(e&&Xn(e)&&Xe(e)){const{loadingDelay:t}=re();let r;return typeof window!="undefined"&&X()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),Yt(e).then(()=>{ye.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return ye.set(e)},z=oi(ii({},ye),{set:si}),He=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var ai=Object.defineProperty,xe=Object.getOwnPropertySymbols,Kt=Object.prototype.hasOwnProperty,er=Object.prototype.propertyIsEnumerable,Et=(e,t,r)=>t in e?ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ye=(e,t)=>{for(var r in t||(t={}))Kt.call(t,r)&&Et(e,r,t[r]);if(xe)for(var r of xe(t))er.call(t,r)&&Et(e,r,t[r]);return e},oe=(e,t)=>{var r={};for(var n in e)Kt.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&xe)for(var n of xe(e))t.indexOf(n)<0&&er.call(e,n)&&(r[n]=e[n]);return r};const he=(e,t)=>{const{formats:r}=re();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},li=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=he("number",n)),new Intl.NumberFormat(r,i)}),ui=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=he("date",n):Object.keys(i).length===0&&(i=he("date","short")),new Intl.DateTimeFormat(r,i)}),hi=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=he("time",n):Object.keys(i).length===0&&(i=he("time","short")),new Intl.DateTimeFormat(r,i)}),ci=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return li(Ye({locale:r},n))},fi=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return ui(Ye({locale:r},n))},mi=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return hi(Ye({locale:r},n))},pi=He((e,t=X())=>new Gn(e,t,re().formats,{ignoreTag:re().ignoreTag})),di=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:u=X(),default:l}=s;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Wt(e,u);if(!h)h=(o=(i=(n=(r=re()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:l}))!=null?i:l)!=null?o:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=pi(h,u).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},bi=(e,t)=>mi(t).format(e),gi=(e,t)=>fi(t).format(e),yi=(e,t)=>ci(t).format(e),xi=(e,t=X())=>Wt(e,t),vi=ne([z,ie],()=>di);ne([z],()=>bi);ne([z],()=>gi);ne([z],()=>yi);ne([z,ie],()=>xi);function Ei({withLocale:e,translations:t}){z.subscribe(r=>{r==null&&(ie.set(t),z.set(e))})}function _t(e,t){Qt(e,t)}const St={en:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},zh:{sortby:"Sort by",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},de:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},it:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},fr:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},es:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},tr:{sortby:"Sırala:",all:"Hepsi",az:"A-Z",newest:"En yeni",hottest:"Öne Çıkan"},ru:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},ro:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},hr:{sortby:"Poredaj po:",all:"Sve",az:"A-Z",newest:"Najnovije",hottest:"Hot igre"},hu:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},pl:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},pt:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},sl:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},sr:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},"pt-br":{sortby:"Organizar por:",all:"Todos",az:"A-Z",newest:"Mais recente",hottest:"mais quente"},"es-mx":{sortby:"Ordenar Por:",all:"Todo",az:"A-Z",newest:"Más nuevos",hottest:"Más calientes"},"en-us":{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"}};function _i(e){ur(e,"svelte-54zse8",':root{--min-height:50px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.SorterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.SorterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;cursor:pointer}.SorterSelector.SorterSelectorOpen{border-radius:5px 5px 0 0}.SorterMainArea{display:flex;align-items:center}.SorterMainArea svg{margin-right:16px}.SorterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.SorterTextContainer{display:flex;flex-direction:column}.SorterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.SorterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:35px;margin-bottom:40px;overflow:hidden;margin:0}.SorterDropdownContainer.SorterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:10px}.SorterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none;list-style-type:none;padding:10px;margin:0;box-sizing:border-box}.SorterDropdown::-webkit-scrollbar{display:none}.SorterItem{position:relative}.SorterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SorterItem input{cursor:pointer;margin-right:10px}.SorterItem .SortersCheckmark{margin:0 15px}.SorterItem .CustomRadioButton input[type=radio]{position:absolute;left:-9999px}.SorterItem .CustomRadioButton input[type=radio]+span{position:relative;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.SorterItem .CustomRadioButton input[type=radio]+span:before{content:"";background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);height:18px;width:18px;border-radius:50%;position:absolute}.SorterItem .CustomRadioButton input[type=radio]+span:after{content:"";background:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:14px;height:14px;border-radius:50%;position:absolute;opacity:0;transform:scale(2);transition:transform 0.3s linear, opacity 0.3s linear}.SorterItem .CustomRadioButton input[type=radio]:checked+span:after{opacity:1;transform:scale(1)}.SorterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SorterLabel input:checked+span{font-weight:600}.ClearSorters{margin:20px auto;border:0;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearSorters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.SorterSelector{max-width:initial;padding:7px 16px}.SorterDropdownContainer{width:100%;margin-bottom:20px}.SorterDropdown{display:flex;flex-direction:column;gap:12px;margin-block-start:0}.SorterDropdown .SorterLabel{line-height:24px}.SorterDropdown .SorterLabel>*{pointer-events:none}}@media(max-width: 480px){.SorterSelector{min-height:var(--min-height)}.SorterDropdownContainer{top:var(--min-height)}}')}function wt(e,t,r){const n=e.slice();return n[23]=t[r],n}function Si(e){let t,r,n,i,o,s,a,u,l,h,c,f=e[4]("sortby")+"",p,g,E,N,P=(e[3]||e[4]("all"))+"",M,B,C,H,L,U,Z,d,w,$,me,Ae,Ke,W=lt(Object.values(e[5])),O=[];for(let S=0;S<W.length;S+=1)O[S]=Ht(wt(e,W,S));return{c(){t=A("div"),r=A("div"),n=A("div"),i=k("svg"),o=k("g"),s=k("path"),a=k("path"),u=k("path"),l=V(),h=A("div"),c=A("span"),p=Me(f),g=V(),E=A("div"),N=A("span"),M=Me(P),B=V(),C=A("span"),H=k("svg"),L=k("path"),d=V(),w=A("div"),$=A("ul");for(let S=0;S<O.length;S+=1)O[S].c();m(s,"id","Path_5267"),m(s,"data-name","Path 5267"),m(s,"d","M526.245,343.685a3.45,3.45,0,0,1,0,6.714v13.625a.8.8,0,0,1-1.592,0V350.4a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,523.592,347.041Z"),m(s,"transform","translate(-206.448 0)"),m(s,"fill","#fff"),m(a,"id","Path_5268"),m(a,"data-name","Path 5268"),m(a,"d","M310.245,356.421a3.45,3.45,0,0,1,0,6.714v.888a.8.8,0,0,1-1.592,0v-.888a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,307.592,359.777Z"),m(a,"transform","translate(0 0)"),m(a,"fill","#fff"),m(u,"id","Path_5269"),m(u,"data-name","Path 5269"),m(u,"d","M742.245,351.645a3.45,3.45,0,0,1,0,6.714v5.665a.8.8,0,1,1-1.592,0v-5.665a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0ZM739.592,355a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,739.592,355Z"),m(u,"transform","translate(-412.896 0)"),m(u,"fill","#fff"),m(o,"id","sortby"),m(o,"transform","translate(-306 -342)"),m(i,"xmlns","http://www.w3.org/2000/svg"),m(i,"width","20"),m(i,"height","20"),m(i,"viewBox","0 0 26.003 22.819"),m(c,"class","SorterName"),m(E,"class","SorterValueContainer"),m(h,"class","SorterTextContainer"),m(n,"class","SorterMainArea"),m(L,"id","arrow"),m(L,"d","M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"),m(L,"transform","translate(-274.511 -441.088)"),m(L,"fill","#d1d1d1"),m(H,"xmlns","http://www.w3.org/2000/svg"),m(H,"width","14"),m(H,"height","6.835"),m(H,"viewBox","0 0 14 6.835"),m(C,"class",U="TriangleInactive "+(e[1]?"TriangleActive":"")),m(r,"class",Z="SorterSelector "+(e[1]?"SorterSelectorOpen":"")),m($,"class","SorterDropdown"),m(w,"class",me="SorterDropdownContainer "+(e[1]?"SorterOpen":"")),m(t,"class","SorterContainer")},m(S,F){ve(S,t,F),v(t,r),v(r,n),v(n,i),v(i,o),v(o,s),v(o,a),v(o,u),v(n,l),v(n,h),v(h,c),v(c,p),v(h,g),v(h,E),v(E,N),v(N,M),v(r,B),v(r,C),v(C,H),v(H,L),v(t,d),v(t,w),v(w,$);for(let T=0;T<O.length;T+=1)O[T]&&O[T].m($,null);Ae||(Ke=Nt(r,"click",e[14]),Ae=!0)},p(S,F){if(F&16&&f!==(f=S[4]("sortby")+"")&&st(p,f),F&24&&P!==(P=(S[3]||S[4]("all"))+"")&&st(M,P),F&2&&U!==(U="TriangleInactive "+(S[1]?"TriangleActive":""))&&m(C,"class",U),F&2&&Z!==(Z="SorterSelector "+(S[1]?"SorterSelectorOpen":""))&&m(r,"class",Z),F&120){W=lt(Object.values(S[5]));let T;for(T=0;T<W.length;T+=1){const et=wt(S,W,T);O[T]?O[T].p(et,F):(O[T]=Ht(et),O[T].c(),O[T].m($,null))}for(;T<O.length;T+=1)O[T].d(1);O.length=W.length}F&2&&me!==(me="SorterDropdownContainer "+(S[1]?"SorterOpen":""))&&m(w,"class",me)},d(S){S&&fe(t),fr(O,S),Ae=!1,Ke()}}}function Ht(e){let t,r,n,i,o,s,a,u,l,h,c;function f(){return e[15](e[23])}return{c(){t=A("li"),r=A("label"),n=A("input"),o=V(),s=A("span"),a=V(),u=A("span"),u.textContent=`${e[23]}`,l=V(),m(n,"type","radio"),m(n,"name","radio"),n.value=e[23],n.checked=i=e[3]==e[23]?!0:e[3]==null&&e[23]==e[4]("all"),m(s,"class","SortersCheckmark"),m(r,"class","SorterLabel CustomRadioButton"),m(t,"class","SorterItem"),t.value=e[23]},m(p,g){ve(p,t,g),v(t,r),v(r,n),v(r,o),v(r,s),v(r,a),v(r,u),v(t,l),h||(c=Nt(n,"click",f),h=!0)},p(p,g){e=p,g&24&&i!==(i=e[3]==e[23]?!0:e[3]==null&&e[23]==e[4]("all"))&&(n.checked=i)},d(p){p&&fe(t),h=!1,c()}}}function wi(e){let t;function r(o,s){if(!o[2])return Si}let n=r(e),i=n&&n(e);return{c(){t=A("div"),i&&i.c()},m(o,s){ve(o,t,s),i&&i.m(t,null),e[16](t)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i&&i.d(1),i=n&&n(o),i&&(i.c(),i.m(t,null)))},i:D,o:D,d(o){o&&fe(t),i&&i.d(),e[16](null)}}}function Hi(e,t,r){let n;lr(e,vi,d=>r(4,n=d));let{lang:i=""}=t,{translationurl:o=""}=t,{clientstyling:s=""}=t,{clientstylingurl:a=""}=t,{categoryid:u=""}=t,{mbsource:l}=t,h,c,f=!1,p=!0,g="",E="All";Ei({withLocale:"en",translations:{}});const N=()=>{fetch(o).then(w=>w.json()).then(w=>{Object.keys(w).forEach($=>{_t($,w[$])})}).catch(w=>{console.log(w)})};Object.keys(St).forEach(d=>{_t(d,St[d])});const P={All:n("all"),name:n("az"),isNew:n("newest"),"advancedTags(name(hot))":n("hottest")},M=()=>{var w;r(3,E="All"),r(2,p=!1),r(1,f=!1);let d=(w=JSON.parse(localStorage.getItem("vendorSortingBy")))==null?void 0:w[u];d?r(3,E=d):r(3,E="All"),r(3,E=P[d])},B=d=>{r(3,E=d);let w=localStorage.getItem("vendorSortingBy");g=d;for(let $ in P)if(P[$]===d){g=$;break}w==null?localStorage.setItem("vendorSortingBy",JSON.stringify({[u]:g})):(w=JSON.parse(w),w[u]=g,localStorage.setItem("vendorSortingBy",JSON.stringify(w))),window.postMessage({type:"ApplySorter",sortBy:g,itemId:u},window.location.href),r(1,f=!f)},C=()=>{r(1,f=!f),window.postMessage({type:"SortingOpened"},window.location.href)},H=d=>{d.data.type=="FilterOpened"&&r(1,f=!1)};br(()=>(window.addEventListener("message",H,!1),()=>{window.emMessageBus!=null&&h&&h.unsubscribe(),window.removeEventListener("message",H)}));const L=()=>C(),U=d=>B(d);function Z(d){Re[d?"unshift":"push"](()=>{c=d,r(0,c)})}return e.$$set=d=>{"lang"in d&&r(8,i=d.lang),"translationurl"in d&&r(9,o=d.translationurl),"clientstyling"in d&&r(10,s=d.clientstyling),"clientstylingurl"in d&&r(11,a=d.clientstylingurl),"categoryid"in d&&r(12,u=d.categoryid),"mbsource"in d&&r(13,l=d.mbsource)},e.$$.update=()=>{e.$$.dirty&4096&&u&&M(),e.$$.dirty&1025&&s&&c&&Pr(c,s),e.$$.dirty&2049&&a&&c&&Or(c,a),e.$$.dirty&8193&&c&&Ir(c,`${l}.Style`),e.$$.dirty&512&&o&&N()},[c,f,p,E,n,P,B,C,i,o,s,a,u,l,L,U,Z]}class tr extends Br{constructor(t){super(),Ar(this,t,Hi,wi,Tt,{lang:8,translationurl:9,clientstyling:10,clientstylingurl:11,categoryid:12,mbsource:13},_i)}get lang(){return this.$$.ctx[8]}set lang(t){this.$$set({lang:t}),G()}get translationurl(){return this.$$.ctx[9]}set translationurl(t){this.$$set({translationurl:t}),G()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),G()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),G()}get categoryid(){return this.$$.ctx[12]}set categoryid(t){this.$$set({categoryid:t}),G()}get mbsource(){return this.$$.ctx[13]}set mbsource(t){this.$$set({mbsource:t}),G()}}Tr(tr,{lang:{},translationurl:{},clientstyling:{},clientstylingurl:{},categoryid:{},mbsource:{}},[],[],!0);exports.default=tr;
|
|
@@ -10,7 +10,7 @@ var Te = (e, t, r) => t in e ? tr(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
10
10
|
or.call(t, r) && Te(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, nt = (e, t) => rr(e, nr(t));
|
|
13
|
-
var R = (e, t, r) => Te(e, typeof t != "symbol" ? t + "" : t, r);
|
|
13
|
+
var R = (e, t, r) => (Te(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var it = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (u) => {
|
|
16
16
|
try {
|
|
@@ -70,7 +70,8 @@ function lr(e, t, r) {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
function ur(e) {
|
|
73
|
-
if (!e)
|
|
73
|
+
if (!e)
|
|
74
|
+
return document;
|
|
74
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
75
76
|
return t && /** @type {ShadowRoot} */
|
|
76
77
|
t.host ? (
|
|
@@ -134,7 +135,8 @@ function ae(e) {
|
|
|
134
135
|
le = e;
|
|
135
136
|
}
|
|
136
137
|
function pr() {
|
|
137
|
-
if (!le)
|
|
138
|
+
if (!le)
|
|
139
|
+
throw new Error("Function called outside component initialization");
|
|
138
140
|
return le;
|
|
139
141
|
}
|
|
140
142
|
function dr(e) {
|
|
@@ -165,7 +167,8 @@ function G() {
|
|
|
165
167
|
} catch (t) {
|
|
166
168
|
throw q.length = 0, J = 0, t;
|
|
167
169
|
}
|
|
168
|
-
for (ae(null), q.length = 0, J = 0; Re.length; )
|
|
170
|
+
for (ae(null), q.length = 0, J = 0; Re.length; )
|
|
171
|
+
Re.pop()();
|
|
169
172
|
for (let t = 0; t < Y.length; t += 1) {
|
|
170
173
|
const r = Y[t];
|
|
171
174
|
Be.has(r) || (Be.add(r), r());
|
|
@@ -637,11 +640,26 @@ K.all = function(t, r) {
|
|
|
637
640
|
};
|
|
638
641
|
var Xr = K, Zr = Xr;
|
|
639
642
|
const Wr = /* @__PURE__ */ Cr(Zr);
|
|
643
|
+
/*! *****************************************************************************
|
|
644
|
+
Copyright (c) Microsoft Corporation.
|
|
645
|
+
|
|
646
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
647
|
+
purpose with or without fee is hereby granted.
|
|
648
|
+
|
|
649
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
650
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
651
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
652
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
653
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
654
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
655
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
656
|
+
***************************************************************************** */
|
|
640
657
|
var Ue = function(e, t) {
|
|
641
658
|
return Ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
642
659
|
r.__proto__ = n;
|
|
643
660
|
} || function(r, n) {
|
|
644
|
-
for (var i in n)
|
|
661
|
+
for (var i in n)
|
|
662
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
645
663
|
}, Ue(e, t);
|
|
646
664
|
};
|
|
647
665
|
function _e(e, t) {
|
|
@@ -657,23 +675,26 @@ var x = function() {
|
|
|
657
675
|
return x = Object.assign || function(t) {
|
|
658
676
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
659
677
|
r = arguments[n];
|
|
660
|
-
for (var o in r)
|
|
678
|
+
for (var o in r)
|
|
679
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
661
680
|
}
|
|
662
681
|
return t;
|
|
663
682
|
}, x.apply(this, arguments);
|
|
664
683
|
};
|
|
665
684
|
function Jr(e, t) {
|
|
666
685
|
var r = {};
|
|
667
|
-
for (var n in e)
|
|
686
|
+
for (var n in e)
|
|
687
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
668
688
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
669
689
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
670
690
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
671
691
|
return r;
|
|
672
692
|
}
|
|
673
693
|
function Ne(e, t, r) {
|
|
674
|
-
if (
|
|
675
|
-
(
|
|
676
|
-
|
|
694
|
+
if (arguments.length === 2)
|
|
695
|
+
for (var n = 0, i = t.length, o; n < i; n++)
|
|
696
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
697
|
+
return e.concat(o || t);
|
|
677
698
|
}
|
|
678
699
|
function Pe(e, t) {
|
|
679
700
|
var r = t && t.cache ? t.cache : tn, n = t && t.serializer ? t.serializer : en, i = t && t.strategy ? t.strategy : qr;
|
|
@@ -2499,7 +2520,8 @@ function mn(e, t) {
|
|
|
2499
2520
|
r += u;
|
|
2500
2521
|
for (; s-- > 0; )
|
|
2501
2522
|
r = l + r;
|
|
2502
|
-
} else
|
|
2523
|
+
} else
|
|
2524
|
+
i === "J" ? r += "H" : r += i;
|
|
2503
2525
|
}
|
|
2504
2526
|
return r;
|
|
2505
2527
|
}
|
|
@@ -3102,7 +3124,8 @@ function ze(e) {
|
|
|
3102
3124
|
if (delete t.location, $t(t) || Dt(t))
|
|
3103
3125
|
for (var r in t.options)
|
|
3104
3126
|
delete t.options[r].location, ze(t.options[r].value);
|
|
3105
|
-
else
|
|
3127
|
+
else
|
|
3128
|
+
Lt(t) && Ft(t.style) || (Mt(t) || Rt(t)) && Fe(t.style) ? delete t.style.location : Ut(t) && ze(t.children);
|
|
3106
3129
|
});
|
|
3107
3130
|
}
|
|
3108
3131
|
function In(e, t) {
|
|
@@ -3873,7 +3896,7 @@ const St = {
|
|
|
3873
3896
|
}
|
|
3874
3897
|
};
|
|
3875
3898
|
function Ei(e) {
|
|
3876
|
-
lr(e, "svelte-
|
|
3899
|
+
lr(e, "svelte-54zse8", ':root{--min-height:50px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.SorterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.SorterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;cursor:pointer}.SorterSelector.SorterSelectorOpen{border-radius:5px 5px 0 0}.SorterMainArea{display:flex;align-items:center}.SorterMainArea svg{margin-right:16px}.SorterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.SorterTextContainer{display:flex;flex-direction:column}.SorterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.SorterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:35px;margin-bottom:40px;overflow:hidden;margin:0}.SorterDropdownContainer.SorterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:10px}.SorterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none;list-style-type:none;padding:10px;margin:0;box-sizing:border-box}.SorterDropdown::-webkit-scrollbar{display:none}.SorterItem{position:relative}.SorterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SorterItem input{cursor:pointer;margin-right:10px}.SorterItem .SortersCheckmark{margin:0 15px}.SorterItem .CustomRadioButton input[type=radio]{position:absolute;left:-9999px}.SorterItem .CustomRadioButton input[type=radio]+span{position:relative;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.SorterItem .CustomRadioButton input[type=radio]+span:before{content:"";background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);height:18px;width:18px;border-radius:50%;position:absolute}.SorterItem .CustomRadioButton input[type=radio]+span:after{content:"";background:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:14px;height:14px;border-radius:50%;position:absolute;opacity:0;transform:scale(2);transition:transform 0.3s linear, opacity 0.3s linear}.SorterItem .CustomRadioButton input[type=radio]:checked+span:after{opacity:1;transform:scale(1)}.SorterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SorterLabel input:checked+span{font-weight:600}.ClearSorters{margin:20px auto;border:0;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearSorters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.SorterSelector{max-width:initial;padding:7px 16px}.SorterDropdownContainer{width:100%;margin-bottom:20px}.SorterDropdown{display:flex;flex-direction:column;gap:12px;margin-block-start:0}.SorterDropdown .SorterLabel{line-height:24px}.SorterDropdown .SorterLabel>*{pointer-events:none}}@media(max-width: 480px){.SorterSelector{min-height:var(--min-height)}.SorterDropdownContainer{top:var(--min-height)}}');
|
|
3877
3900
|
}
|
|
3878
3901
|
function wt(e, t, r) {
|
|
3879
3902
|
const n = e.slice();
|
|
@@ -3996,7 +4019,8 @@ function Si(e) {
|
|
|
3996
4019
|
let t;
|
|
3997
4020
|
function r(o, s) {
|
|
3998
4021
|
if (!/*isLoading*/
|
|
3999
|
-
o[2])
|
|
4022
|
+
o[2])
|
|
4023
|
+
return _i;
|
|
4000
4024
|
}
|
|
4001
4025
|
let n = r(e), i = n && n(e);
|
|
4002
4026
|
return {
|
package/es2015/casino-sort.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}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/CasinoSort-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}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/CasinoSort-C36uZDR3.cjs")).then(({default:t})=>{!customElements.get("casino-sort")&&customElements.define("casino-sort",t.element)})}
|
package/es2015/casino-sort.js
CHANGED
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CasinoSort-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoSort-CeN8qsQl.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("casino-sort") && customElements.define("casino-sort", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/esnext/casino-sort.js
CHANGED
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";var rr=Object.defineProperty,nr=Object.defineProperties;var ir=Object.getOwnPropertyDescriptors;var tt=Object.getOwnPropertySymbols;var or=Object.prototype.hasOwnProperty,sr=Object.prototype.propertyIsEnumerable;var Te=(e,t,r)=>t in e?rr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))or.call(t,r)&&Te(e,r,t[r]);if(tt)for(var r of tt(t))sr.call(t,r)&&Te(e,r,t[r]);return e},nt=(e,t)=>nr(e,ir(t));var R=(e,t,r)=>Te(e,typeof t!="symbol"?t+"":t,r);var it=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{a(r.next(u))}catch(l){i(l)}},s=u=>{try{a(r.throw(u))}catch(l){i(l)}},a=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,s);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function D(){}function At(e){return e()}function ot(){return Object.create(null)}function ce(e){e.forEach(At)}function We(e){return typeof e=="function"}function Tt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function ar(e){return Object.keys(e).length===0}function Bt(e,...t){if(e==null){for(const n of t)n(void 0);return D}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function lr(e,t,r){e.$$.on_destroy.push(Bt(t,r))}function v(e,t){e.appendChild(t)}function ur(e,t,r){const n=hr(e);if(!n.getElementById(t)){const i=A("style");i.id=t,i.textContent=r,cr(n,i)}}function hr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function cr(e,t){return v(e.head||e,t),t.sheet}function ve(e,t,r){e.insertBefore(t,r||null)}function fe(e){e.parentNode&&e.parentNode.removeChild(e)}function fr(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function A(e){return document.createElement(e)}function k(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function Me(e){return document.createTextNode(e)}function V(){return Me(" ")}function Nt(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function m(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function mr(e){return Array.from(e.childNodes)}function st(e,t){t=""+t,e.data!==t&&(e.data=t)}function pr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let le;function ae(e){le=e}function dr(){if(!le)throw new Error("Function called outside component initialization");return le}function br(e){dr().$$.on_mount.push(e)}const q=[],Re=[];let Y=[];const at=[],gr=Promise.resolve();let $e=!1;function yr(){$e||($e=!0,gr.then(G))}function De(e){Y.push(e)}const Be=new Set;let J=0;function G(){if(J!==0)return;const e=le;do{try{for(;J<q.length;){const t=q[J];J++,ae(t),xr(t.$$)}}catch(t){throw q.length=0,J=0,t}for(ae(null),q.length=0,J=0;Re.length;)Re.pop()();for(let t=0;t<Y.length;t+=1){const r=Y[t];Be.has(r)||(Be.add(r),r())}Y.length=0}while(q.length);for(;at.length;)at.pop()();$e=!1,Be.clear(),ae(e)}function xr(e){if(e.fragment!==null){e.update(),ce(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(De)}}function vr(e){const t=[],r=[];Y.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Y=t}const Er=new Set;function _r(e,t){e&&e.i&&(Er.delete(e),e.i(t))}function lt(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function Sr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),De(()=>{const o=e.$$.on_mount.map(At).filter(We);e.$$.on_destroy?e.$$.on_destroy.push(...o):ce(o),e.$$.on_mount=[]}),i.forEach(De)}function wr(e,t){const r=e.$$;r.fragment!==null&&(vr(r.after_update),ce(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Hr(e,t){e.$$.dirty[0]===-1&&(q.push(e),yr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Ar(e,t,r,n,i,o,s=null,a=[-1]){const u=le;ae(e);const l=e.$$={fragment:null,ctx:[],props:o,update:D,not_equal:i,bound:ot(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(u?u.$$.context:[])),callbacks:ot(),dirty:a,skip_bound:!1,root:t.target||u.$$.root};s&&s(l.root);let h=!1;if(l.ctx=r?r(e,t.props||{},(c,f,...p)=>{const g=p.length?p[0]:f;return l.ctx&&i(l.ctx[c],l.ctx[c]=g)&&(!l.skip_bound&&l.bound[c]&&l.bound[c](g),h&&Hr(e,c)),f}):[],l.update(),h=!0,ce(l.before_update),l.fragment=n?n(l.ctx):!1,t.target){if(t.hydrate){const c=mr(t.target);l.fragment&&l.fragment.l(c),c.forEach(fe)}else l.fragment&&l.fragment.c();t.intro&&_r(e.$$.fragment),Sr(e,t.target,t.anchor),G()}ae(u)}let Pt;typeof HTMLElement=="function"&&(Pt=class extends HTMLElement{constructor(t,r,n){super();R(this,"$$ctor");R(this,"$$s");R(this,"$$c");R(this,"$$cn",!1);R(this,"$$d",{});R(this,"$$r",!1);R(this,"$$p_d",{});R(this,"$$l",{});R(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 it(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=A("slot"),o!=="default"&&m(s,"name",o)},m:function(l,h){ve(l,s,h)},d:function(l){l&&fe(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=pr(this);for(const o of this.$$s)o in n&&(r[o]=[t(o)]);for(const o of this.attributes){const s=this.$$g_p(o.name);s in this.$$d||(this.$$d[s]=de(s,o.value,this.$$p_d,"toProp"))}for(const o in this.$$p_d)!(o in this.$$d)&&this[o]!==void 0&&(this.$$d[o]=this[o],delete this[o]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:nt(rt({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const o in this.$$p_d)if(this.$$d[o]=this.$$c.$$.ctx[this.$$c.$$.props[o]],this.$$p_d[o].reflect){const s=de(o,this.$$d[o],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[o].attribute||o):this.setAttribute(this.$$p_d[o].attribute||o,s)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const o in this.$$l)for(const s of this.$$l[o]){const a=this.$$c.$on(o,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=de(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 de(e,t,r,n){var o;const i=(o=r[e])==null?void 0:o.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 Tr(e,t,r,n,i,o){let s=class extends Pt{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(u){var l;u=de(a,u,t),this.$$d[a]=u,(l=this.$$c)==null||l.$set({[a]:u})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var u;return(u=this.$$c)==null?void 0:u[a]}})}),e.element=s,s}class Br{constructor(){R(this,"$$");R(this,"$$set")}$destroy(){wr(this,1),this.$destroy=D}$on(t,r){if(!We(r))return D;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&&!ar(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Nr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Nr);function Pr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Or(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Ir(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}const Q=[];function Cr(e,t){return{subscribe:Ee(e,t).subscribe}}function Ee(e,t=D){let r;const n=new Set;function i(a){if(Tt(e,a)&&(e=a,r)){const u=!Q.length;for(const l of n)l[1](),Q.push(l,e);if(u){for(let l=0;l<Q.length;l+=2)Q[l][0](Q[l+1]);Q.length=0}}}function o(a){i(a(e))}function s(a,u=D){const l=[a,u];return n.add(l),n.size===1&&(r=t(i,o)||D),a(e),()=>{n.delete(l),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function ne(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 o=t.length<2;return Cr(r,(s,a)=>{let u=!1;const l=[];let h=0,c=D;const f=()=>{if(h)return;c();const g=t(n?l[0]:l,s,a);o?s(g):c=We(g)?g:D},p=i.map((g,E)=>Bt(g,N=>{l[E]=N,h&=~(1<<E),u&&f()},()=>{h|=1<<E}));return u=!0,f(),function(){ce(p),c(),u=!1}})}function Lr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Mr=function(t){return Rr(t)&&!$r(t)};function Rr(e){return!!e&&typeof e=="object"}function $r(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Fr(e)}var Dr=typeof Symbol=="function"&&Symbol.for,Ur=Dr?Symbol.for("react.element"):60103;function Fr(e){return e.$$typeof===Ur}function Gr(e){return Array.isArray(e)?[]:{}}function ue(e,t){return t.clone!==!1&&t.isMergeableObject(e)?K(Gr(e),e,t):e}function jr(e,t,r){return e.concat(t).map(function(n){return ue(n,r)})}function kr(e,t){if(!t.customMerge)return K;var r=t.customMerge(e);return typeof r=="function"?r:K}function Vr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function ut(e){return Object.keys(e).concat(Vr(e))}function Ot(e,t){try{return t in e}catch(r){return!1}}function zr(e,t){return Ot(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Xr(e,t,r){var n={};return r.isMergeableObject(e)&&ut(e).forEach(function(i){n[i]=ue(e[i],r)}),ut(t).forEach(function(i){zr(e,i)||(Ot(e,i)&&r.isMergeableObject(t[i])?n[i]=kr(i,r)(e[i],t[i],r):n[i]=ue(t[i],r))}),n}function K(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||jr,r.isMergeableObject=r.isMergeableObject||Mr,r.cloneUnlessOtherwiseSpecified=ue;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Xr(e,t,r):ue(t,r)}K.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return K(n,i,r)},{})};var Zr=K,Wr=Zr;const Jr=Lr(Wr);var Ue=function(e,t){return Ue=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])},Ue(e,t)};function _e(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ue(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var x=function(){return x=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},x.apply(this,arguments)};function Qr(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 Ne(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function Pe(e,t){var r=t&&t.cache?t.cache:rn,n=t&&t.serializer?t.serializer:tn,i=t&&t.strategy?t.strategy:Yr;return i(e,{cache:r,serializer:n})}function qr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function It(e,t,r,n){var i=qr(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function Ct(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function Je(e,t,r,n,i){return r.bind(t,e,n,i)}function Yr(e,t){var r=e.length===1?It:Ct;return Je(e,this,r,t.cache.create(),t.serializer)}function Kr(e,t){return Je(e,this,Ct,t.cache.create(),t.serializer)}function en(e,t){return Je(e,this,It,t.cache.create(),t.serializer)}var tn=function(){return JSON.stringify(arguments)};function Qe(){this.cache=Object.create(null)}Qe.prototype.get=function(e){return this.cache[e]};Qe.prototype.set=function(e,t){this.cache[e]=t};var rn={create:function(){return new Qe}},Oe={variadic:Kr,monadic:en},b;(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"})(b||(b={}));var _;(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"})(_||(_={}));var ee;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(ee||(ee={}));function ht(e){return e.type===_.literal}function nn(e){return e.type===_.argument}function Lt(e){return e.type===_.number}function Mt(e){return e.type===_.date}function Rt(e){return e.type===_.time}function $t(e){return e.type===_.select}function Dt(e){return e.type===_.plural}function on(e){return e.type===_.pound}function Ut(e){return e.type===_.tag}function Ft(e){return!!(e&&typeof e=="object"&&e.type===ee.number)}function Fe(e){return!!(e&&typeof e=="object"&&e.type===ee.dateTime)}var Gt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,sn=/(?:[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 an(e){var t={};return e.replace(sn,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 ln=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function un(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(ln).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],u=s.slice(1),l=0,h=u;l<h.length;l++){var c=h[l];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:u})}return r}function hn(e){return e.replace(/^(.*?)-/,"")}var ct=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,jt=/^(@+)?(\+|#+)?[rs]?$/g,cn=/(\*)(0+)|(#+)(0+)|(0+)/g,kt=/^(0+)$/;function ft(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(jt,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 fn(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)),!kt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=Vt(e);return r||t}function mn(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=hn(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=x(x(x({},t),{notation:"scientific"}),i.options.reduce(function(u,l){return x(x({},u),mt(l))},{}));continue;case"engineering":t=x(x(x({},t),{notation:"engineering"}),i.options.reduce(function(u,l){return x(x({},u),mt(l))},{}));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(cn,function(u,l,h,c,f,p){if(l)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(kt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(ct.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ct,function(u,l,h,c,f,p){return h==="*"?t.minimumFractionDigits=l.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=l.length,t.maximumFractionDigits=l.length),""});var o=i.options[0];o==="w"?t=x(x({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=x(x({},t),ft(o)));continue}if(jt.test(i.stem)){t=x(x({},t),ft(i.stem));continue}var s=Vt(i.stem);s&&(t=x(x({},t),s));var a=fn(i.stem);a&&(t=x(x({},t),a))}return t}var pe={"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 pn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),u="a",l=dn(t);for((l=="H"||l=="k")&&(a=0);a-- >0;)r+=u;for(;s-- >0;)r=l+r}else i==="J"?r+="H":r+=i}return r}function dn(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=pe[n||""]||pe[r||""]||pe["".concat(r,"-001")]||pe["001"];return i[0]}var Ie,bn=new RegExp("^".concat(Gt.source,"*")),gn=new RegExp("".concat(Gt.source,"*$"));function y(e,t){return{start:e,end:t}}var yn=!!String.prototype.startsWith&&"_a".startsWith("a",1),xn=!!String.fromCodePoint,vn=!!Object.fromEntries,En=!!String.prototype.codePointAt,_n=!!String.prototype.trimStart,Sn=!!String.prototype.trimEnd,wn=!!Number.isSafeInteger,Hn=wn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ge=!0;try{var An=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ge=((Ie=An.exec("a"))===null||Ie===void 0?void 0:Ie[0])==="a"}catch(e){Ge=!1}var pt=yn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},je=xn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},dt=vn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},zt=En?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},Tn=_n?function(t){return t.trimStart()}:function(t){return t.replace(bn,"")},Bn=Sn?function(t){return t.trimEnd()}:function(t){return t.replace(gn,"")};function Xt(e,t){return new RegExp(e,t)}var ke;if(Ge){var bt=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=function(t,r){var n;bt.lastIndex=r;var i=bt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else ke=function(t,r){for(var n=[];;){var i=zt(t,r);if(i===void 0||Zt(i)||In(i))break;n.push(i),r+=i>=65536?2:1}return je.apply(void 0,n)};var Nn=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 o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:_.pound,location:y(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(b.UNMATCHED_CLOSING_TAG,y(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&Ve(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.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:_.literal,value:"<".concat(i,"/>"),location:y(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ve(this.char()))return this.error(b.INVALID_TAG,y(a,this.clonePosition()));var u=this.clonePosition(),l=this.parseTagName();return i!==l?this.error(b.UNMATCHED_CLOSING_TAG,y(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:_.tag,value:i,children:s,location:y(n,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,y(a,this.clonePosition())))}else return this.error(b.UNCLOSED_TAG,y(n,this.clonePosition()))}else return this.error(b.INVALID_TAG,y(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&On(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var u=y(n,this.clonePosition());return{val:{type:_.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Pn(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 je.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(),je(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(b.EMPTY_ARGUMENT,y(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:_.argument,value:i,location:y(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=ke(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=y(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(a){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,y(s,u));case"number":case"date":case"time":{this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=Bn(c.val);if(f.length===0)return this.error(b.EXPECT_ARGUMENT_STYLE,y(this.clonePosition(),this.clonePosition()));var p=y(h,this.clonePosition());l={style:f,styleLocation:p}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var E=y(i,this.clonePosition());if(l&&pt(l==null?void 0:l.style,"::",0)){var N=Tn(l.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(N,l.styleLocation);return c.err?c:{val:{type:_.number,value:n,location:E,style:c.val},err:null}}else{if(N.length===0)return this.error(b.EXPECT_DATE_TIME_SKELETON,E);var P=N;this.locale&&(P=pn(N,this.locale));var f={type:ee.dateTime,pattern:P,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?an(P):{}},M=a==="date"?_.date:_.time;return{val:{type:M,value:n,location:E,style:f},err:null}}}return{val:{type:a==="number"?_.number:a==="date"?_.date:_.time,value:n,location:E,style:(o=l==null?void 0:l.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var B=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,y(B,x({},B)));this.bumpSpace();var C=this.parseIdentifierIfPossible(),H=0;if(a!=="select"&&C.value==="offset"){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),C=this.parseIdentifierIfPossible(),H=c.val}var L=this.tryParsePluralOrSelectOptions(t,a,r,C);if(L.err)return L;var g=this.tryParseArgumentClose(i);if(g.err)return g;var U=y(i,this.clonePosition());return a==="select"?{val:{type:_.select,value:n,options:dt(L.val),location:U},err:null}:{val:{type:_.plural,value:n,options:dt(L.val),offset:H,pluralType:a==="plural"?"cardinal":"ordinal",location:U},err:null}}default:return this.error(b.INVALID_ARGUMENT_TYPE,y(s,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(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(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,y(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=un(t)}catch(i){return this.error(b.INVALID_NUMBER_SKELETON,r)}return{val:{type:ee.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?mn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],u=new Set,l=i.value,h=i.location;;){if(l.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=y(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}else break}if(u.has(l))return this.error(r==="select"?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);l==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,y(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var E=this.tryParseArgumentClose(p);if(E.err)return E;a.push([l,{value:g.val,location:y(p,this.clonePosition())}]),u.add(l),this.bumpSpace(),o=this.parseIdentifierIfPossible(),l=o.value,h=o.location}return a.length===0?this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,y(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(b.MISSING_OTHER_CLAUSE,y(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var u=y(i,this.clonePosition());return o?(s*=n,Hn(s)?{val:s,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=zt(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(pt(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()&&Zt(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 Ve(e){return e>=97&&e<=122||e>=65&&e<=90}function Pn(e){return Ve(e)||e===47}function On(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 Zt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function In(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 ze(e){e.forEach(function(t){if(delete t.location,$t(t)||Dt(t))for(var r in t.options)delete t.options[r].location,ze(t.options[r].value);else Lt(t)&&Ft(t.style)||(Mt(t)||Rt(t))&&Fe(t.style)?delete t.style.location:Ut(t)&&ze(t.children)})}function Cn(e,t){t===void 0&&(t={}),t=x({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Nn(e,t).parse();if(r.err){var n=SyntaxError(b[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||ze(r.val),r.val}var te;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(te||(te={}));var Se=function(e){_e(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),gt=function(e){_e(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),te.INVALID_VALUE,o)||this}return t}(Se),Ln=function(e){_e(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),te.INVALID_VALUE,i)||this}return t}(Se),Mn=function(e){_e(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,'"'),te.MISSING_VALUE,n)||this}return t}(Se),I;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(I||(I={}));function Rn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==I.literal||r.type!==I.literal?t.push(r):n.value+=r.value,t},[])}function $n(e){return typeof e=="function"}function be(e,t,r,n,i,o,s){if(e.length===1&&ht(e[0]))return[{type:I.literal,value:e[0].value}];for(var a=[],u=0,l=e;u<l.length;u++){var h=l[u];if(ht(h)){a.push({type:I.literal,value:h.value});continue}if(on(h)){typeof o=="number"&&a.push({type:I.literal,value:r.getNumberFormat(t).format(o)});continue}var c=h.value;if(!(i&&c in i))throw new Mn(c,s);var f=i[c];if(nn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?I.literal:I.object,value:f});continue}if(Mt(h)){var p=typeof h.style=="string"?n.date[h.style]:Fe(h.style)?h.style.parsedOptions:void 0;a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Rt(h)){var p=typeof h.style=="string"?n.time[h.style]:Fe(h.style)?h.style.parsedOptions:n.time.medium;a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Lt(h)){var p=typeof h.style=="string"?n.number[h.style]:Ft(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:I.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Ut(h)){var g=h.children,E=h.value,N=i[E];if(!$n(N))throw new Ln(E,"function",s);var P=be(g,t,r,n,i,o),M=N(P.map(function(H){return H.value}));Array.isArray(M)||(M=[M]),a.push.apply(a,M.map(function(H){return{type:typeof H=="string"?I.literal:I.object,value:H}}))}if($t(h)){var B=h.options[f]||h.options.other;if(!B)throw new gt(h.value,f,Object.keys(h.options),s);a.push.apply(a,be(B.value,t,r,n,i));continue}if(Dt(h)){var B=h.options["=".concat(f)];if(!B){if(!Intl.PluralRules)throw new Se(`Intl.PluralRules is not available in this environment.
|
|
2
|
-
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
|
-
`,te.MISSING_INTL_API,s);var C=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));B=h.options[C]||h.options.other}if(!B)throw new gt(h.value,f,Object.keys(h.options),s);a.push.apply(a,be(B.value,t,r,n,i,f-(h.offset||0)));continue}}return Rn(a)}function Dn(e,t){return t?x(x(x({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=x(x({},e[n]),t[n]||{}),r},{})):e}function Un(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=Dn(e[n],t[n]),r},x({},e)):e}function Ce(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Fn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.number),strategy:Oe.variadic}),getDateTimeFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.dateTime),strategy:Oe.variadic}),getPluralRules:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Ne([void 0],r,!1)))},{cache:Ce(e.pluralRules),strategy:Oe.variadic})}}var Gn=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var l=o.formatToParts(u);if(l.length===1)return l[0].value;var h=l.reduce(function(c,f){return!c.length||f.type!==I.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(u){return be(o.ast,o.locales,o.formatters,o.formats,u,void 0,o.message)},this.resolvedOptions=function(){var u;return{locale:((u=o.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.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 s=i||{};s.formatters;var a=Qr(s,["formatters"]);this.ast=e.__parse(t,x(x({},a),{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=Un(e.formats,n),this.formatters=i&&i.formatters||Fn(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=Cn,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 jn(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 o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const j={},kn=(e,t,r)=>r&&(t in j||(j[t]={}),e in j[t]||(j[t][e]=r),r),Wt=(e,t)=>{if(t==null)return;if(t in j&&e in j[t])return j[t][e];const r=we(t);for(let n=0;n<r.length;n++){const i=r[n],o=zn(i,e);if(o)return kn(e,t,o)}};let qe;const ie=Ee({});function Vn(e){return qe[e]||null}function Jt(e){return e in qe}function zn(e,t){if(!Jt(e))return null;const r=Vn(e);return jn(r,t)}function Xn(e){if(e==null)return;const t=we(e);for(let r=0;r<t.length;r++){const n=t[r];if(Jt(n))return n}}function Qt(e,...t){delete j[e],ie.update(r=>(r[e]=Jr.all([r[e]||{},...t]),r))}ne([ie],([e])=>Object.keys(e));ie.subscribe(e=>qe=e);const ge={};function Zn(e,t){ge[e].delete(t),ge[e].size===0&&delete ge[e]}function qt(e){return ge[e]}function Wn(e){return we(e).map(t=>{const r=qt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Xe(e){return e==null?!1:we(e).some(t=>{var r;return(r=qt(t))==null?void 0:r.size})}function Jn(e,t){return Promise.all(t.map(n=>(Zn(e,n),n().then(i=>i.default||i)))).then(n=>Qt(e,...n))}const se={};function Yt(e){if(!Xe(e))return e in se?se[e]:Promise.resolve();const t=Wn(e);return se[e]=Promise.all(t.map(([r,n])=>Jn(r,n))).then(()=>{if(Xe(e))return Yt(e);delete se[e]}),se[e]}const Qn={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"}}},qn={fallbackLocale:null,loadingDelay:200,formats:Qn,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Yn=qn;function re(){return Yn}const Le=Ee(!1);var Kn=Object.defineProperty,ei=Object.defineProperties,ti=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,ri=Object.prototype.hasOwnProperty,ni=Object.prototype.propertyIsEnumerable,xt=(e,t,r)=>t in e?Kn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ii=(e,t)=>{for(var r in t||(t={}))ri.call(t,r)&&xt(e,r,t[r]);if(yt)for(var r of yt(t))ni.call(t,r)&&xt(e,r,t[r]);return e},oi=(e,t)=>ei(e,ti(t));let Ze;const ye=Ee(null);function vt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function we(e,t=re().fallbackLocale){const r=vt(e);return t?[...new Set([...r,...vt(t)])]:r}function X(){return Ze!=null?Ze:void 0}ye.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const si=e=>{if(e&&Xn(e)&&Xe(e)){const{loadingDelay:t}=re();let r;return typeof window!="undefined"&&X()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),Yt(e).then(()=>{ye.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return ye.set(e)},z=oi(ii({},ye),{set:si}),He=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var ai=Object.defineProperty,xe=Object.getOwnPropertySymbols,Kt=Object.prototype.hasOwnProperty,er=Object.prototype.propertyIsEnumerable,Et=(e,t,r)=>t in e?ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ye=(e,t)=>{for(var r in t||(t={}))Kt.call(t,r)&&Et(e,r,t[r]);if(xe)for(var r of xe(t))er.call(t,r)&&Et(e,r,t[r]);return e},oe=(e,t)=>{var r={};for(var n in e)Kt.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&xe)for(var n of xe(e))t.indexOf(n)<0&&er.call(e,n)&&(r[n]=e[n]);return r};const he=(e,t)=>{const{formats:r}=re();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},li=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=he("number",n)),new Intl.NumberFormat(r,i)}),ui=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=he("date",n):Object.keys(i).length===0&&(i=he("date","short")),new Intl.DateTimeFormat(r,i)}),hi=He(e=>{var t=e,{locale:r,format:n}=t,i=oe(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=he("time",n):Object.keys(i).length===0&&(i=he("time","short")),new Intl.DateTimeFormat(r,i)}),ci=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return li(Ye({locale:r},n))},fi=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return ui(Ye({locale:r},n))},mi=(e={})=>{var t=e,{locale:r=X()}=t,n=oe(t,["locale"]);return hi(Ye({locale:r},n))},pi=He((e,t=X())=>new Gn(e,t,re().formats,{ignoreTag:re().ignoreTag})),di=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:u=X(),default:l}=s;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Wt(e,u);if(!h)h=(o=(i=(n=(r=re()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:l}))!=null?i:l)!=null?o:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=pi(h,u).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},bi=(e,t)=>mi(t).format(e),gi=(e,t)=>fi(t).format(e),yi=(e,t)=>ci(t).format(e),xi=(e,t=X())=>Wt(e,t),vi=ne([z,ie],()=>di);ne([z],()=>bi);ne([z],()=>gi);ne([z],()=>yi);ne([z,ie],()=>xi);function Ei({withLocale:e,translations:t}){z.subscribe(r=>{r==null&&(ie.set(t),z.set(e))})}function _t(e,t){Qt(e,t)}const St={en:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},zh:{sortby:"Sort by",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},de:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},it:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},fr:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},es:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},tr:{sortby:"Sırala:",all:"Hepsi",az:"A-Z",newest:"En yeni",hottest:"Öne Çıkan"},ru:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},ro:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},hr:{sortby:"Poredaj po:",all:"Sve",az:"A-Z",newest:"Najnovije",hottest:"Hot igre"},hu:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},pl:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},pt:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},sl:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},sr:{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"},"pt-br":{sortby:"Organizar por:",all:"Todos",az:"A-Z",newest:"Mais recente",hottest:"mais quente"},"es-mx":{sortby:"Ordenar Por:",all:"Todo",az:"A-Z",newest:"Más nuevos",hottest:"Más calientes"},"en-us":{sortby:"Sort by:",all:"All",az:"A-Z",newest:"Newest",hottest:"Hottest"}};function _i(e){ur(e,"svelte-kh3a1g",':root{--min-height:50px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.SorterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.SorterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;cursor:pointer}.SorterSelector.SorterSelectorOpen{border-radius:5px 5px 0 0}.SorterMainArea{display:flex;align-items:center}.SorterMainArea svg{margin-right:16px}.SorterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.SorterTextContainer{display:flex;flex-direction:column}.SorterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.SorterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:35px;margin-bottom:40px;overflow:hidden;margin:0}.SorterDropdownContainer.SorterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:10px}.SorterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none;list-style-type:none;padding:10px;margin:0;box-sizing:border-box}.SorterDropdown::-webkit-scrollbar{display:none}.SorterItem{position:relative}.SorterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SorterItem input{cursor:pointer;margin-right:10px}.SorterItem .SortersCheckmark{margin:0 15px}.SorterItem .CustomRadioButton input[type=radio]{position:absolute;left:-9999px}.SorterItem .CustomRadioButton input[type=radio]+span{position:relative;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.SorterItem .CustomRadioButton input[type=radio]+span:before{content:"";background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);height:18px;width:18px;border-radius:50%;position:absolute}.SorterItem .CustomRadioButton input[type=radio]+span:after{content:"";background:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:14px;height:14px;border-radius:50%;position:absolute;opacity:0;transform:scale(2);transition:transform 0.3s linear, opacity 0.3s linear}.SorterItem .CustomRadioButton input[type=radio]:checked+span:after{opacity:1;transform:scale(1)}.SorterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SorterLabel input:checked+span{font-weight:600}.ClearSorters{margin:20px auto;border:0;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearSorters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.SorterSelector{max-width:initial;padding:7px 16px}.SorterDropdownContainer{width:100%;margin-bottom:20px}.SorterDropdown{display:flex;flex-direction:column;gap:12px;margin-block-start:0}.SorterDropdown .SorterLabel{line-height:24px}.SorterDropdown .SorterLabel>*{pointer-events:none}}@media(max-width: 480px){.SorterSelector{min-height:var(--min-height)}.SorterDropdownContainer{top:var(--min-height)}}')}function wt(e,t,r){const n=e.slice();return n[23]=t[r],n}function Si(e){let t,r,n,i,o,s,a,u,l,h,c,f=e[4]("sortby")+"",p,g,E,N,P=(e[3]||e[4]("all"))+"",M,B,C,H,L,U,Z,d,w,$,me,Ae,Ke,W=lt(Object.values(e[5])),O=[];for(let S=0;S<W.length;S+=1)O[S]=Ht(wt(e,W,S));return{c(){t=A("div"),r=A("div"),n=A("div"),i=k("svg"),o=k("g"),s=k("path"),a=k("path"),u=k("path"),l=V(),h=A("div"),c=A("span"),p=Me(f),g=V(),E=A("div"),N=A("span"),M=Me(P),B=V(),C=A("span"),H=k("svg"),L=k("path"),d=V(),w=A("div"),$=A("ul");for(let S=0;S<O.length;S+=1)O[S].c();m(s,"id","Path_5267"),m(s,"data-name","Path 5267"),m(s,"d","M526.245,343.685a3.45,3.45,0,0,1,0,6.714v13.625a.8.8,0,0,1-1.592,0V350.4a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,523.592,347.041Z"),m(s,"transform","translate(-206.448 0)"),m(s,"fill","#fff"),m(a,"id","Path_5268"),m(a,"data-name","Path 5268"),m(a,"d","M310.245,356.421a3.45,3.45,0,0,1,0,6.714v.888a.8.8,0,0,1-1.592,0v-.888a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,307.592,359.777Z"),m(a,"transform","translate(0 0)"),m(a,"fill","#fff"),m(u,"id","Path_5269"),m(u,"data-name","Path 5269"),m(u,"d","M742.245,351.645a3.45,3.45,0,0,1,0,6.714v5.665a.8.8,0,1,1-1.592,0v-5.665a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0ZM739.592,355a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,739.592,355Z"),m(u,"transform","translate(-412.896 0)"),m(u,"fill","#fff"),m(o,"id","sortby"),m(o,"transform","translate(-306 -342)"),m(i,"xmlns","http://www.w3.org/2000/svg"),m(i,"width","20"),m(i,"height","20"),m(i,"viewBox","0 0 26.003 22.819"),m(c,"class","SorterName"),m(E,"class","SorterValueContainer"),m(h,"class","SorterTextContainer"),m(n,"class","SorterMainArea"),m(L,"id","arrow"),m(L,"d","M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"),m(L,"transform","translate(-274.511 -441.088)"),m(L,"fill","#d1d1d1"),m(H,"xmlns","http://www.w3.org/2000/svg"),m(H,"width","14"),m(H,"height","6.835"),m(H,"viewBox","0 0 14 6.835"),m(C,"class",U="TriangleInactive "+(e[1]?"TriangleActive":"")),m(r,"class",Z="SorterSelector "+(e[1]?"SorterSelectorOpen":"")),m($,"class","SorterDropdown"),m(w,"class",me="SorterDropdownContainer "+(e[1]?"SorterOpen":"")),m(t,"class","SorterContainer")},m(S,F){ve(S,t,F),v(t,r),v(r,n),v(n,i),v(i,o),v(o,s),v(o,a),v(o,u),v(n,l),v(n,h),v(h,c),v(c,p),v(h,g),v(h,E),v(E,N),v(N,M),v(r,B),v(r,C),v(C,H),v(H,L),v(t,d),v(t,w),v(w,$);for(let T=0;T<O.length;T+=1)O[T]&&O[T].m($,null);Ae||(Ke=Nt(r,"click",e[14]),Ae=!0)},p(S,F){if(F&16&&f!==(f=S[4]("sortby")+"")&&st(p,f),F&24&&P!==(P=(S[3]||S[4]("all"))+"")&&st(M,P),F&2&&U!==(U="TriangleInactive "+(S[1]?"TriangleActive":""))&&m(C,"class",U),F&2&&Z!==(Z="SorterSelector "+(S[1]?"SorterSelectorOpen":""))&&m(r,"class",Z),F&120){W=lt(Object.values(S[5]));let T;for(T=0;T<W.length;T+=1){const et=wt(S,W,T);O[T]?O[T].p(et,F):(O[T]=Ht(et),O[T].c(),O[T].m($,null))}for(;T<O.length;T+=1)O[T].d(1);O.length=W.length}F&2&&me!==(me="SorterDropdownContainer "+(S[1]?"SorterOpen":""))&&m(w,"class",me)},d(S){S&&fe(t),fr(O,S),Ae=!1,Ke()}}}function Ht(e){let t,r,n,i,o,s,a,u,l,h,c;function f(){return e[15](e[23])}return{c(){t=A("li"),r=A("label"),n=A("input"),o=V(),s=A("span"),a=V(),u=A("span"),u.textContent=`${e[23]}`,l=V(),m(n,"type","radio"),m(n,"name","radio"),n.value=e[23],n.checked=i=e[3]==e[23]?!0:e[3]==null&&e[23]==e[4]("all"),m(s,"class","SortersCheckmark"),m(r,"class","SorterLabel CustomRadioButton"),m(t,"class","SorterItem"),t.value=e[23]},m(p,g){ve(p,t,g),v(t,r),v(r,n),v(r,o),v(r,s),v(r,a),v(r,u),v(t,l),h||(c=Nt(n,"click",f),h=!0)},p(p,g){e=p,g&24&&i!==(i=e[3]==e[23]?!0:e[3]==null&&e[23]==e[4]("all"))&&(n.checked=i)},d(p){p&&fe(t),h=!1,c()}}}function wi(e){let t;function r(o,s){if(!o[2])return Si}let n=r(e),i=n&&n(e);return{c(){t=A("div"),i&&i.c()},m(o,s){ve(o,t,s),i&&i.m(t,null),e[16](t)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i&&i.d(1),i=n&&n(o),i&&(i.c(),i.m(t,null)))},i:D,o:D,d(o){o&&fe(t),i&&i.d(),e[16](null)}}}function Hi(e,t,r){let n;lr(e,vi,d=>r(4,n=d));let{lang:i=""}=t,{translationurl:o=""}=t,{clientstyling:s=""}=t,{clientstylingurl:a=""}=t,{categoryid:u=""}=t,{mbsource:l}=t,h,c,f=!1,p=!0,g="",E="All";Ei({withLocale:"en",translations:{}});const N=()=>{fetch(o).then(w=>w.json()).then(w=>{Object.keys(w).forEach($=>{_t($,w[$])})}).catch(w=>{console.log(w)})};Object.keys(St).forEach(d=>{_t(d,St[d])});const P={All:n("all"),name:n("az"),isNew:n("newest"),"advancedTags(name(hot))":n("hottest")},M=()=>{var w;r(3,E="All"),r(2,p=!1),r(1,f=!1);let d=(w=JSON.parse(localStorage.getItem("vendorSortingBy")))==null?void 0:w[u];d?r(3,E=d):r(3,E="All"),r(3,E=P[d])},B=d=>{r(3,E=d);let w=localStorage.getItem("vendorSortingBy");g=d;for(let $ in P)if(P[$]===d){g=$;break}w==null?localStorage.setItem("vendorSortingBy",JSON.stringify({[u]:g})):(w=JSON.parse(w),w[u]=g,localStorage.setItem("vendorSortingBy",JSON.stringify(w))),window.postMessage({type:"ApplySorter",sortBy:g,itemId:u},window.location.href),r(1,f=!f)},C=()=>{r(1,f=!f),window.postMessage({type:"SortingOpened"},window.location.href)},H=d=>{d.data.type=="FilterOpened"&&r(1,f=!1)};br(()=>(window.addEventListener("message",H,!1),()=>{window.emMessageBus!=null&&h&&h.unsubscribe(),window.removeEventListener("message",H)}));const L=()=>C(),U=d=>B(d);function Z(d){Re[d?"unshift":"push"](()=>{c=d,r(0,c)})}return e.$$set=d=>{"lang"in d&&r(8,i=d.lang),"translationurl"in d&&r(9,o=d.translationurl),"clientstyling"in d&&r(10,s=d.clientstyling),"clientstylingurl"in d&&r(11,a=d.clientstylingurl),"categoryid"in d&&r(12,u=d.categoryid),"mbsource"in d&&r(13,l=d.mbsource)},e.$$.update=()=>{e.$$.dirty&4096&&u&&M(),e.$$.dirty&1025&&s&&c&&Pr(c,s),e.$$.dirty&2049&&a&&c&&Or(c,a),e.$$.dirty&8193&&c&&Ir(c,`${l}.Style`),e.$$.dirty&512&&o&&N()},[c,f,p,E,n,P,B,C,i,o,s,a,u,l,L,U,Z]}class tr extends Br{constructor(t){super(),Ar(this,t,Hi,wi,Tt,{lang:8,translationurl:9,clientstyling:10,clientstylingurl:11,categoryid:12,mbsource:13},_i)}get lang(){return this.$$.ctx[8]}set lang(t){this.$$set({lang:t}),G()}get translationurl(){return this.$$.ctx[9]}set translationurl(t){this.$$set({translationurl:t}),G()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),G()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),G()}get categoryid(){return this.$$.ctx[12]}set categoryid(t){this.$$set({categoryid:t}),G()}get mbsource(){return this.$$.ctx[13]}set mbsource(t){this.$$set({mbsource:t}),G()}}Tr(tr,{lang:{},translationurl:{},clientstyling:{},clientstylingurl:{},categoryid:{},mbsource:{}},[],[],!0);exports.default=tr;
|