@everymatrix/casino-slider 1.0.15 → 1.0.69
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/es2015/casino-slider.cjs +1 -0
- package/es2015/casino-slider.js +16 -0
- package/package.json +14 -34
- package/README.md +0 -30
- package/dist/casino-slider.js +0 -2
- package/dist/casino-slider.js.map +0 -1
- package/index.html +0 -37
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/CasinoSlider.svelte +0 -569
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -51
- package/stories/CasinoSlider.stories.js +0 -13
- package/tsconfig.json +0 -6
@@ -0,0 +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/CasinoSlider-EYXbEkHH.cjs")).then(({default:t})=>{!customElements.get("casino-slider")&&customElements.define("casino-slider",t.element)})}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
if (typeof window != "undefined") {
|
2
|
+
let n = function(t) {
|
3
|
+
return function(...s) {
|
4
|
+
try {
|
5
|
+
return t.apply(this, s);
|
6
|
+
} catch (e) {
|
7
|
+
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"))
|
8
|
+
return !1;
|
9
|
+
throw e;
|
10
|
+
}
|
11
|
+
};
|
12
|
+
};
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoSlider-CGfeHfwH.js").then(({ default: t }) => {
|
14
|
+
!customElements.get("casino-slider") && customElements.define("casino-slider", t.element);
|
15
|
+
});
|
16
|
+
}
|
package/package.json
CHANGED
@@ -1,40 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-slider",
|
3
|
-
"version": "1.0.
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
"devDependencies": {
|
14
|
-
"@rollup/plugin-babel": "^5.3.0",
|
15
|
-
"@rollup/plugin-commonjs": "^16.0.0",
|
16
|
-
"@rollup/plugin-node-resolve": "^10.0.0",
|
17
|
-
"@rollup/plugin-typescript": "^6.0.0",
|
18
|
-
"@tsconfig/svelte": "^1.0.0",
|
19
|
-
"node-sass": "^5.0.0",
|
20
|
-
"rollup": "^2.3.4",
|
21
|
-
"rollup-plugin-dev-server": "^0.4.3",
|
22
|
-
"rollup-plugin-livereload": "^2.0.0",
|
23
|
-
"rollup-plugin-svelte": "^7.0.0",
|
24
|
-
"rollup-plugin-terser": "^7.0.0",
|
25
|
-
"rollup-plugin-uglify": "^6.0.4",
|
26
|
-
"svelte-check": "^1.0.0",
|
27
|
-
"svelte-preprocess": "^4.0.0",
|
28
|
-
"tslib": "^2.0.0",
|
29
|
-
"typescript": "^3.9.3"
|
30
|
-
},
|
31
|
-
"dependencies": {
|
32
|
-
"cross-env": "^7.0.3",
|
33
|
-
"sirv-cli": "^1.0.0",
|
34
|
-
"svelte": "^3.0.0"
|
3
|
+
"version": "1.0.69",
|
4
|
+
"type": "module",
|
5
|
+
"main": "es2015/casino-slider.cjs",
|
6
|
+
"module": "es2015/casino-slider.js",
|
7
|
+
"exports": {
|
8
|
+
".": {
|
9
|
+
"import": "./es2015/casino-slider.js",
|
10
|
+
"require": "./es2015/casino-slider.cjs"
|
11
|
+
},
|
12
|
+
"./es2015/casino-slider.cjs": "./es2015/casino-slider.cjs"
|
35
13
|
},
|
14
|
+
"files": [
|
15
|
+
"es2015/"
|
16
|
+
],
|
36
17
|
"publishConfig": {
|
37
18
|
"access": "public"
|
38
|
-
}
|
39
|
-
"gitHead": "0ee1d4bccc4964628711251119148f0a04ba10df"
|
19
|
+
}
|
40
20
|
}
|
package/README.md
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
# @everymatrix/casino-slider
|
2
|
-
---------
|
3
|
-
|
4
|
-
## First step
|
5
|
-
---------
|
6
|
-
```
|
7
|
-
lerna bootstrap
|
8
|
-
```
|
9
|
-
|
10
|
-
## Run Widget
|
11
|
-
---------
|
12
|
-
- starts server at port 5050
|
13
|
-
- has livereload
|
14
|
-
|
15
|
-
```
|
16
|
-
yarn run dev
|
17
|
-
```
|
18
|
-
|
19
|
-
## Build Widget
|
20
|
-
---------
|
21
|
-
```
|
22
|
-
yarn run build
|
23
|
-
```
|
24
|
-
|
25
|
-
## Publishing widget
|
26
|
-
---------
|
27
|
-
- Note add your user to the npm
|
28
|
-
```
|
29
|
-
lerna publish
|
30
|
-
```
|
package/dist/casino-slider.js
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,function(){"use strict";function w(){}function R(e){return e()}function x(){return Object.create(null)}function C(e){e.forEach(R)}function U(e){return"function"==typeof e}function F(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}function _(e,t){e.appendChild(t)}function T(e,t,r){e.insertBefore(t,r||null)}function A(e){e.parentNode.removeChild(e)}function H(e){return document.createElement(e)}function t(e){return document.createTextNode(e)}function B(){return t(" ")}function k(){return t("")}function $(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function S(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function G(e,t){e.wholeText!==(t=""+t)&&(e.data=t)}let j;function V(e){j=e}const X=[],z=[],K=[],W=[],Y=Promise.resolve();let Z=!1;function q(e){K.push(e)}const J=new Set;let Q=0;function y(){const e=j;do{for(;Q<X.length;){const e=X[Q];Q++,V(e),t=r=void 0;var t,r=e.$$;null!==r.fragment&&(r.update(),C(r.before_update),t=r.dirty,r.dirty=[-1],r.fragment&&r.fragment.p(r.ctx,t),r.after_update.forEach(q))}for(V(null),X.length=0,Q=0;z.length;)z.pop()();for(let e=0;e<K.length;e+=1){const n=K[e];J.has(n)||(J.add(n),n())}}while(K.length=0,X.length);for(;W.length;)W.pop()();Z=!1,J.clear(),V(e)}const ee=new Set;function te(e,t){e&&e.i&&(ee.delete(e),e.i(t))}function re(e,t){e.d(1),t.delete(e.key)}function ne(t,r,n,o,i,s,a,l,e,u,c,h){let f=t.length,p=s.length,d=f;const m={};for(;d--;)m[t[d].key]=d;const y=[],b=new Map,g=new Map;for(d=p;d--;){const t=h(i,s,d),l=n(t);let e=a.get(l);e?o&&e.p(t,r):(e=u(l,t)).c(),b.set(l,y[d]=e),l in m&&g.set(l,Math.abs(d-m[l]))}const v=new Set,E=new Set;function w(e){te(e,1),e.m(l,c),a.set(e.key,e),c=e.first,p--}for(;f&&p;){const r=y[p-1],n=t[f-1],o=r.key,i=n.key;r===n?(c=r.first,f--,p--):b.has(i)?!a.has(o)||v.has(o)?w(r):E.has(i)?f--:g.get(o)>g.get(i)?(E.add(o),w(r)):(v.add(i),f--):(e(n,a),f--)}for(;f--;){const r=t[f];b.has(r.key)||e(r,a)}for(;p;)w(y[p-1]);return y}function oe(n,e,t,r,o,i,s,a=[-1]){var l=j;V(n);const u=n.$$={fragment:null,ctx:null,props:i,update:w,not_equal:o,bound:x(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(l?l.$$.context:[])),callbacks:x(),dirty:a,skip_bound:!1,root:e.target||l.$$.root};s&&s(u.root);let c=!1;if(u.ctx=t?t(n,e.props||{},(e,t,...r)=>{var r=r.length?r[0]:t;return u.ctx&&o(u.ctx[e],u.ctx[e]=r)&&(!u.skip_bound&&u.bound[e]&&u.bound[e](r),c&&(r=e,-1===(e=n).$$.dirty[0]&&(X.push(e),Z||(Z=!0,Y.then(y)),e.$$.dirty.fill(0)),e.$$.dirty[r/31|0]|=1<<r%31)),t}):[],u.update(),c=!0,C(u.before_update),u.fragment=!!r&&r(u.ctx),e.target){if(e.hydrate){i=e.target;const w=Array.from(i.childNodes);u.fragment&&u.fragment.l(w),w.forEach(A)}else u.fragment&&u.fragment.c();e.intro&&te(n.$$.fragment);{var h=n;a=e.target;s=e.anchor;t=e.customElement;const{fragment:f,on_mount:p,on_destroy:d,after_update:m}=h.$$;f&&f.m(a,s),t||q(()=>{var e=p.map(R).filter(U);d?d.push(...e):C(e),h.$$.on_mount=[]}),m.forEach(q)}y()}V(l)}let ie;"function"==typeof HTMLElement&&(ie=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const e=this.$$["on_mount"];this.$$.on_disconnect=e.map(R).filter(U);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,r){this[e]=r}disconnectedCallback(){C(this.$$.on_disconnect)}$destroy(){{var e;const t=this.$$;null!==t.fragment&&(C(t.on_destroy),t.fragment&&t.fragment.d(1),t.on_destroy=t.fragment=null,t.ctx=[])}this.$destroy=w}$on(e,t){const r=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return r.push(t),()=>{var e=r.indexOf(t);-1!==e&&r.splice(e,1)}}$set(e){this.$$set&&0!==Object.keys(e).length&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});var se,ae,a="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==a&&a,le="URLSearchParams"in a,ue="Symbol"in a&&"iterator"in Symbol,ce="FileReader"in a&&"Blob"in a&&function(){try{return new Blob,!0}catch(e){return!1}}(),he="FormData"in a,fe="ArrayBuffer"in a;function pe(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function de(e){return e="string"!=typeof e?String(e):e}function me(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return ue&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach(function(e,t){this.append(t,e)},this):Array.isArray(t)?t.forEach(function(e){this.append(e[0],e[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function ye(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function be(r){return new Promise(function(e,t){r.onload=function(){e(r.result)},r.onerror=function(){t(r.error)}})}function ge(e){var t=new FileReader,r=be(t);return t.readAsArrayBuffer(e),r}function ve(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Ee(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,(this._bodyInit=e)?"string"==typeof e?this._bodyText=e:ce&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:he&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:le&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():fe&&ce&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=ve(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):fe&&(ArrayBuffer.prototype.isPrototypeOf(e)||ae(e))?this._bodyArrayBuffer=ve(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):le&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},ce&&(this.blob=function(){var e=ye(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?ye(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(ge)}),this.text=function(){var e,t,r=ye(this);if(r)return r;if(this._bodyBlob)return r=this._bodyBlob,t=be(e=new FileReader),e.readAsText(r),t;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},he&&(this.formData=function(){return this.text().then(Ce)}),this.json=function(){return this.text().then(JSON.parse)},this}fe&&(se=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],ae=ArrayBuffer.isView||function(e){return e&&-1<se.indexOf(Object.prototype.toString.call(e))}),l.prototype.append=function(e,t){e=pe(e),t=de(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},l.prototype.delete=function(e){delete this.map[pe(e)]},l.prototype.get=function(e){return e=pe(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(pe(e))},l.prototype.set=function(e,t){this.map[pe(e)]=de(t)},l.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},l.prototype.keys=function(){var r=[];return this.forEach(function(e,t){r.push(t)}),me(r)},l.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),me(t)},l.prototype.entries=function(){var r=[];return this.forEach(function(e,t){r.push([t,e])}),me(r)},ue&&(l.prototype[Symbol.iterator]=l.prototype.entries);var we=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function u(e,t){if(!(this instanceof u))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n=(t=t||{}).body;if(e instanceof u){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,n||null==e._bodyInit||(n=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(r=(e=t.method||this.method||"GET").toUpperCase(),-1<we.indexOf(r)?r:e),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n),"GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache||((r=/([?&])_=[^&]*/).test(this.url)?this.url=this.url.replace(r,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime())}function Ce(e){var r=new FormData;return e.trim().split("&").forEach(function(e){var t;e&&(t=(e=e.split("=")).shift().replace(/\+/g," "),e=e.join("=").replace(/\+/g," "),r.append(decodeURIComponent(t),decodeURIComponent(e)))}),r}function c(e,t){if(!(this instanceof c))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t=t||{},this.type="default",this.status=void 0===t.status?200:t.status,this.ok=200<=this.status&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}u.prototype.clone=function(){return new u(this,{body:this._bodyInit})},Ee.call(u.prototype),Ee.call(c.prototype),c.prototype.clone=function(){return new c(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},c.error=function(){var e=new c(null,{status:0,statusText:""});return e.type="error",e};var _e=[301,302,303,307,308],h=(c.redirect=function(e,t){if(-1===_e.indexOf(t))throw new RangeError("Invalid status code");return new c(null,{status:t,headers:{location:e}})},a.DOMException);try{new h}catch(w){(h=function(e,t){this.message=e,this.name=t;t=Error(e);this.stack=t.stack}).prototype=Object.create(Error.prototype),h.prototype.constructor=h}function Te(n,s){return new Promise(function(o,e){var t=new u(n,s);if(t.signal&&t.signal.aborted)return e(new h("Aborted","AbortError"));var i=new XMLHttpRequest;function r(){i.abort()}i.onload=function(){var e,r,t={status:i.status,statusText:i.statusText,headers:(e=i.getAllResponseHeaders()||"",r=new l,e.replace(/\r?\n[\t ]+/g," ").split("\r").map(function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e}).forEach(function(e){var e=e.split(":"),t=e.shift().trim();t&&(e=e.join(":").trim(),r.append(t,e))}),r)},n=(t.url="responseURL"in i?i.responseURL:t.headers.get("X-Request-URL"),"response"in i?i.response:i.responseText);setTimeout(function(){o(new c(n,t))},0)},i.onerror=function(){setTimeout(function(){e(new TypeError("Network request failed"))},0)},i.ontimeout=function(){setTimeout(function(){e(new TypeError("Network request failed"))},0)},i.onabort=function(){setTimeout(function(){e(new h("Aborted","AbortError"))},0)},i.open(t.method,function(t){try{return""===t&&a.location.href?a.location.href:t}catch(e){return t}}(t.url),!0),"include"===t.credentials?i.withCredentials=!0:"omit"===t.credentials&&(i.withCredentials=!1),"responseType"in i&&(ce?i.responseType="blob":fe&&t.headers.get("Content-Type")&&-1!==t.headers.get("Content-Type").indexOf("application/octet-stream")&&(i.responseType="arraybuffer")),!s||"object"!=typeof s.headers||s.headers instanceof l?t.headers.forEach(function(e,t){i.setRequestHeader(t,e)}):Object.getOwnPropertyNames(s.headers).forEach(function(e){i.setRequestHeader(e,de(s.headers[e]))}),t.signal&&(t.signal.addEventListener("abort",r),i.onreadystatechange=function(){4===i.readyState&&t.signal.removeEventListener("abort",r)}),i.send(void 0===t._bodyInit?null:t._bodyInit)})}Te.polyfill=!0,a.fetch||(a.fetch=Te,a.Headers=l,a.Request=u,a.Response=c),self.fetch.bind(self);var Ae=function(e,t){return(Ae=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)};function He(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}Ae(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Be(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return{value:(e=e&&n>=e.length?void 0:e)&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Se(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),s=[];try{for(;(void 0===t||0<t--)&&!(n=i.next()).done;)s.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return s}function Ie(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||((n=n||Array.prototype.slice.call(t,0,o))[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function f(e){return"function"==typeof e}function Pe(e){e=e(function(e){Error.call(e),e.stack=(new Error).stack});return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e}var Le=Pe(function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}});function Oe(e,t){e&&0<=(t=e.indexOf(t))&&e.splice(t,1)}r.prototype.unsubscribe=function(){var e,t,r,n,o;if(!this.closed){this.closed=!0;var i=this._parentage;if(i)if(this._parentage=null,Array.isArray(i))try{for(var s=Be(i),a=s.next();!a.done;a=s.next())a.value.remove(this)}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else i.remove(this);i=this.initialTeardown;if(f(i))try{i()}catch(e){o=e instanceof Le?e.errors:[e]}i=this._finalizers;if(i){this._finalizers=null;try{for(var l=Be(i),u=l.next();!u.done;u=l.next()){var c=u.value;try{xe(c)}catch(e){o=null!=o?o:[],e instanceof Le?o=Ie(Ie([],Se(o)),Se(e.errors)):o.push(e)}}}catch(e){r={error:e}}finally{try{u&&!u.done&&(n=l.return)&&n.call(l)}finally{if(r)throw r.error}}}if(o)throw new Le(o)}},r.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)xe(e);else{if(e instanceof r){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!=(t=this._finalizers)?t:[]).push(e)}},r.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},r.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},r.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Oe(t,e)},r.prototype.remove=function(e){var t=this._finalizers;t&&Oe(t,e),e instanceof r&&e._removeParent(this)},r.EMPTY=((n=new r).closed=!0,n);var Me=r,Ne=Me.EMPTY;function r(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}function Re(e){return e instanceof Me||e&&"closed"in e&&f(e.remove)&&f(e.add)&&f(e.unsubscribe)}function xe(e){f(e)?e():e.unsubscribe()}var Ue=void 0,Fe=!1,De=!1,ke={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=ke.delegate;return null!=o&&o.setTimeout?o.setTimeout.apply(o,Ie([e,t],Se(r))):setTimeout.apply(void 0,Ie([e,t],Se(r)))},clearTimeout:function(e){var t=ke.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function $e(){}var Ge=null;function je(e){if(Fe){var t=!Ge;if(t&&(Ge={errorThrown:!1,error:null}),e(),t){var t=Ge,r=t.errorThrown,t=t.error;if(Ge=null,r)throw t}}else e()}He(e,Ve=Me),e.create=function(e,t,r){return new Ze(e,t,r)},e.prototype.next=function(e){this.isStopped||this._next(e)},e.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,Ve.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(e){this.destination.next(e)},e.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}};var Ve,Xe=e,ze=Function.prototype.bind;function e(e){var t=Ve.call(this)||this;return t.isStopped=!1,e?Re(t.destination=e)&&e.add(t):t.destination=et,t}function Ke(e,t){return ze.call(e,t)}Je.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Qe(e)}},Je.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Qe(e)}else Qe(e)},Je.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Qe(e)}};var We,Ye=Je,Ze=(He(qe,We=Xe),qe);function qe(e,t,r){var n=We.call(this)||this,r=f(e)||!e?{next:null!=e?e:void 0,error:null!=t?t:void 0,complete:null!=r?r:void 0}:n&&De?((t=Object.create(e)).unsubscribe=function(){return n.unsubscribe()},{next:e.next&&Ke(e.next,t),error:e.error&&Ke(e.error,t),complete:e.complete&&Ke(e.complete,t)}):e;return n.destination=new Ye(r),n}function Je(e){this.partialObserver=e}function Qe(e){var t=e;ke.setTimeout(function(){throw t})}var et={closed:!0,next:$e,error:function(e){throw e},complete:$e},n="function"==typeof Symbol&&Symbol.observable||"@@observable";function tt(e){return e}o.prototype.lift=function(e){var t=new o;return t.source=this,t.operator=e,t},o.prototype.subscribe=function(e,t,r){var n,o=this,i=(n=e)&&n instanceof Xe||n&&f(n.next)&&f(n.error)&&f(n.complete)&&Re(n)?e:new Ze(e,t,r);return je(function(){var e=o.operator,t=o.source;i.add(e?e.call(i,t):t?o._subscribe(i):o._trySubscribe(i))}),i},o.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},o.prototype.forEach=function(n,e){var o=this;return new(e=nt(e))(function(e,t){var r=new Ze({next:function(e){try{n(e)}catch(e){t(e),r.unsubscribe()}},error:t,complete:e});o.subscribe(r)})},o.prototype._subscribe=function(e){var t;return null==(t=this.source)?void 0:t.subscribe(e)},o.prototype[n]=function(){return this},o.prototype.pipe=function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return(0===(t=e).length?tt:1===t.length?t[0]:function(e){return t.reduce(function(e,t){return t(e)},e)})(this)},o.prototype.toPromise=function(e){var n=this;return new(e=nt(e))(function(e,t){var r;n.subscribe(function(e){return r=e},function(e){return t(e)},function(){return e(r)})})},o.create=function(e){return new o(e)};var rt=o;function o(e){e&&(this._subscribe=e)}function nt(e){return null!=(e=null!=e?e:Ue)?e:Promise}var ot,it,st,at=Pe(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),n=(He(s,st=rt),s.prototype.lift=function(e){var t=new lt(this,this);return t.operator=e,t},s.prototype._throwIfClosed=function(){if(this.closed)throw new at},s.prototype.next=function(o){var i=this;je(function(){var t,e;if(i._throwIfClosed(),!i.isStopped){i.currentObservers||(i.currentObservers=Array.from(i.observers));try{for(var r=Be(i.currentObservers),n=r.next();!n.done;n=r.next())n.value.next(o)}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=r.return)&&e.call(r)}finally{if(t)throw t.error}}}})},s.prototype.error=function(t){var r=this;je(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=t;for(var e=r.observers;e.length;)e.shift().error(t)}})},s.prototype.complete=function(){var t=this;je(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}})},s.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(s.prototype,"observed",{get:function(){var e;return 0<(null==(e=this.observers)?void 0:e.length)},enumerable:!1,configurable:!0}),s.prototype._trySubscribe=function(e){return this._throwIfClosed(),st.prototype._trySubscribe.call(this,e)},s.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},s.prototype._innerSubscribe=function(e){var t=this,r=this.hasError,n=this.isStopped,o=this.observers;return r||n?Ne:(this.currentObservers=null,o.push(e),new Me(function(){t.currentObservers=null,Oe(o,e)}))},s.prototype._checkFinalizedStatuses=function(e){var t=this.hasError,r=this.thrownError,n=this.isStopped;t?e.error(r):n&&e.complete()},s.prototype.asObservable=function(){var e=new rt;return e.source=this,e},s.create=function(e,t){return new lt(e,t)},s),lt=(He(i,it=n),i.prototype.next=function(e){var t,r;null!=(r=null==(t=this.destination)?void 0:t.next)&&r.call(t,e)},i.prototype.error=function(e){var t,r;null!=(r=null==(t=this.destination)?void 0:t.error)&&r.call(t,e)},i.prototype.complete=function(){var e,t;null!=(t=null==(e=this.destination)?void 0:e.complete)&&t.call(e)},i.prototype._subscribe=function(e){var t;return null!=(t=null==(t=this.source)?void 0:t.subscribe(e))?t:Ne},i),ut={now:function(){return(ut.delegate||Date).now()},delegate:void 0},ct=(He(ht,ot=n),ht.prototype.next=function(e){var t=this,r=t.isStopped,n=t._buffer,o=t._infiniteTimeWindow,i=t._timestampProvider,t=t._windowTime;r||(n.push(e),o||n.push(i.now()+t)),this._trimBuffer(),ot.prototype.next.call(this,e)},ht.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),o=0;o<n.length&&!e.closed;o+=r?1:2)e.next(n[o]);return this._checkFinalizedStatuses(e),t},ht.prototype._trimBuffer=function(){var e=this._bufferSize,t=this._timestampProvider,r=this._buffer,n=this._infiniteTimeWindow,o=(n?1:2)*e;if(e<1/0&&o<r.length&&r.splice(0,r.length-o),!n){for(var i=t.now(),s=0,a=1;a<r.length&&r[a]<=i;a+=2)s=a;s&&r.splice(0,s+1)}},ht);function ht(e,t,r){void 0===e&&(e=1/0),void 0===t&&(t=1/0),void 0===r&&(r=ut);var n=ot.call(this)||this;return n._bufferSize=e,n._windowTime=t,n._timestampProvider=r,n._buffer=[],n._infiniteTimeWindow=!0,n._infiniteTimeWindow=t===1/0,n._bufferSize=Math.max(1,e),n._windowTime=Math.max(1,t),n}function i(e,t){var r=it.call(this)||this;return r.destination=e,r.source=t,r}function s(){var e=st.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}let ft=[],pt={};const p=[];function dt(n,o=w){let i;const s=new Set;function a(e){if(F(n,e)&&(n=e,i)){const e=!p.length;for(const e of s)e[1](),p.push(e,n);if(e){for(let e=0;e<p.length;e+=2)p[e][0](p[e+1]);p.length=0}}}return{set:a,update:function(e){a(e(n))},subscribe:function(e,t=w){const r=[e,t];return s.add(r),1===s.size&&(i=o(a)||w),e(n),()=>{s.delete(r),0===s.size&&(i(),i=null)}}}}function d(e,n,t){const l=!Array.isArray(e),u=l?[e]:e,c=n.length<2;dt(t,t=>{let o=!1;const i=[];let s=0,r=w;const a=()=>{var e;s||(r(),e=n(l?i[0]:i,t),c?t(e):r=U(e)?e:w)},e=u.map((e,t)=>{{var r=[e=>{i[t]=e,s&=~(1<<t),o&&a()},()=>{s|=1<<t}];if(null==e)return w;const n=e.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}});return o=!0,a(),function(){C(e),r()}}).subscribe}function mt(e){return!(!e||"object"!=typeof e||(e=e,"[object RegExp]"===(t=Object.prototype.toString.call(e))||"[object Date]"===t||e.$$typeof===yt));var t}var yt="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function bt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?m(Array.isArray(e)?[]:{},e,t):e}function gt(e,t,r){return e.concat(t).map(function(e){return bt(e,r)})}function vt(e){return Object.keys(e).concat((t=e,Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(e){return t.propertyIsEnumerable(e)}):[]));var t}function Et(e,t){try{return t in e}catch(e){return!1}}function wt(n,o,i){var s={};return i.isMergeableObject(n)&&vt(n).forEach(function(e){s[e]=bt(n[e],i)}),vt(o).forEach(function(t){var e,r;(!Et(e=n,r=t)||Object.hasOwnProperty.call(e,r)&&Object.propertyIsEnumerable.call(e,r))&&(Et(n,t)&&i.isMergeableObject(o[t])?s[t]=function(e){if(!e.customMerge)return m;e=e.customMerge(t);return"function"==typeof e?e:m}(i)(n[t],o[t],i):s[t]=bt(o[t],i))}),s}function m(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||gt,r.isMergeableObject=r.isMergeableObject||mt,r.cloneUnlessOtherwiseSpecified=bt;var n=Array.isArray(t);return n===Array.isArray(e)?n?r.arrayMerge(e,t,r):wt(e,t,r):bt(t,r)}m.all=function(e,r){if(Array.isArray(e))return e.reduce(function(e,t){return m(e,t,r)},{});throw new Error("first argument should be an array")};var Ct=m,_t=function(e,t){return(_t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)};function Tt(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}_t(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var b,g,v,E=function(){return(E=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function At(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||((n=n||Array.prototype.slice.call(t,0,o))[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function Ht(e){return e.type===g.literal}function Bt(e){return e.type===g.number}function St(e){return e.type===g.date}function It(e){return e.type===g.time}function Pt(e){return e.type===g.select}function Lt(e){return e.type===g.plural}function Ot(e){return e.type===g.tag}function Mt(e){return e&&"object"==typeof e&&e.type===v.number}function Nt(e){return e&&"object"==typeof e&&e.type===v.dateTime}(n=b=b||{})[n.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",n[n.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",n[n.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",n[n.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",n[n.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",n[n.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",n[n.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",n[n.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",n[n.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",n[n.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",n[n.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",n[n.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",n[n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",n[n.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",n[n.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",n[n.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",n[n.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",n[n.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",n[n.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",n[n.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",n[n.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",n[n.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",n[n.INVALID_TAG=23]="INVALID_TAG",n[n.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",n[n.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",n[n.UNCLOSED_TAG=27]="UNCLOSED_TAG",(n=g=g||{})[n.literal=0]="literal",n[n.argument=1]="argument",n[n.number=2]="number",n[n.date=3]="date",n[n.time=4]="time",n[n.select=5]="select",n[n.plural=6]="plural",n[n.pound=7]="pound",n[n.tag=8]="tag",(n=v=v||{})[n.number=0]="number",n[n.dateTime=1]="dateTime";var n=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Rt=/(?:[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;var xt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,Ut=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ft=/^(@+)?(\+|#+)?[rs]?$/g,Dt=/(\*)(0+)|(#+)(0+)|(0+)/g,kt=/^(0+)$/;function $t(e){var n={};return"r"===e[e.length-1]?n.roundingPriority="morePrecision":"s"===e[e.length-1]&&(n.roundingPriority="lessPrecision"),e.replace(Ft,function(e,t,r){return"string"!=typeof r?(n.minimumSignificantDigits=t.length,n.maximumSignificantDigits=t.length):"+"===r?n.minimumSignificantDigits=t.length:"#"===t[0]?n.maximumSignificantDigits=t.length:(n.minimumSignificantDigits=t.length,n.maximumSignificantDigits=t.length+("string"==typeof r?r.length:0)),""}),n}function Gt(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 jt(e){return Gt(e)||{}}function Vt(e){for(var s={},t=0,r=e;t<r.length;t++){var n,o=r[t];switch(o.stem){case"percent":case"%":s.style="percent";continue;case"%x100":s.style="percent",s.scale=100;continue;case"currency":s.style="currency",s.currency=o.options[0];continue;case"group-off":case",_":s.useGrouping=!1;continue;case"precision-integer":case".":s.maximumFractionDigits=0;continue;case"measure-unit":case"unit":s.style="unit",s.unit=o.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":s.notation="compact",s.compactDisplay="short";continue;case"compact-long":case"KK":s.notation="compact",s.compactDisplay="long";continue;case"scientific":s=E(E(E({},s),{notation:"scientific"}),o.options.reduce(function(e,t){return E(E({},e),jt(t))},{}));continue;case"engineering":s=E(E(E({},s),{notation:"engineering"}),o.options.reduce(function(e,t){return E(E({},e),jt(t))},{}));continue;case"notation-simple":s.notation="standard";continue;case"unit-width-narrow":s.currencyDisplay="narrowSymbol",s.unitDisplay="narrow";continue;case"unit-width-short":s.currencyDisplay="code",s.unitDisplay="short";continue;case"unit-width-full-name":s.currencyDisplay="name",s.unitDisplay="long";continue;case"unit-width-iso-code":s.currencyDisplay="symbol";continue;case"scale":s.scale=parseFloat(o.options[0]);continue;case"integer-width":if(1<o.options.length)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(Dt,function(e,t,r,n,o,i){if(t)s.minimumIntegerDigits=r.length;else{if(n&&o)throw new Error("We currently do not support maximum integer digits");if(i)throw new Error("We currently do not support exact integer digits")}return""});continue}if(kt.test(o.stem))s.minimumIntegerDigits=o.stem.length;else if(Ut.test(o.stem)){if(1<o.options.length)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(Ut,function(e,t,r,n,o,i){return"*"===r?s.minimumFractionDigits=t.length:n&&"#"===n[0]?s.maximumFractionDigits=n.length:o&&i?(s.minimumFractionDigits=o.length,s.maximumFractionDigits=o.length+i.length):(s.minimumFractionDigits=t.length,s.maximumFractionDigits=t.length),""});var i=o.options[0];"w"===i?s=E(E({},s),{trailingZeroDisplay:"stripIfInteger"}):i&&(s=E(E({},s),$t(i)))}else Ft.test(o.stem)?s=E(E({},s),$t(o.stem)):((i=Gt(o.stem))&&(s=E(E({},s),i)),(n=function(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(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}(o.stem))&&(s=E(E({},s),n)))}return s}var Xt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};var zt=new RegExp("^".concat(n.source,"*")),Kt=new RegExp("".concat(n.source,"*$"));function I(e,t){return{start:e,end:t}}var n=!!String.prototype.startsWith,Wt=!!String.fromCodePoint,Yt=!!Object.fromEntries,Zt=!!String.prototype.codePointAt,qt=!!String.prototype.trimStart,Jt=!!String.prototype.trimEnd,Qt=Number.isSafeInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},er=!0;try{er="a"===(null==(wr=ur("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))?void 0:wr[0])}catch(w){er=!1}var tr,rr,nr=n?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},or=Wt?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",o=e.length,i=0;i<o;){if(1114111<(r=e[i++]))throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},ir=Yt?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var o=n[r],i=o[0],o=o[1];t[i]=o}return t},sr=Zt?function(e,t){return e.codePointAt(t)}:function(e,t){var r,n=e.length;if(!(t<0||n<=t))return(r=e.charCodeAt(t))<55296||56319<r||t+1===n||(n=e.charCodeAt(t+1))<56320||57343<n?r:n-56320+(r-55296<<10)+65536},ar=qt?function(e){return e.trimStart()}:function(e){return e.replace(zt,"")},lr=Jt?function(e){return e.trimEnd()}:function(e){return e.replace(Kt,"")};function ur(e,t){return new RegExp(e,t)}rr=er?(tr=ur("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu"),function(e,t){return tr.lastIndex=t,null!=(t=tr.exec(e)[1])?t:""}):function(e,t){for(var r,n=[];;){var o=sr(e,t);if(void 0===o||fr(o)||(33<=(r=o)&&r<=35||36===r||37<=r&&r<=39||40===r||41===r||42===r||43===r||44===r||45===r||46<=r&&r<=47||58<=r&&r<=59||60<=r&&r<=62||63<=r&&r<=64||91===r||92===r||93===r||94===r||96===r||123===r||124===r||125===r||126===r||161===r||162<=r&&r<=165||166===r||167===r||169===r||171===r||172===r||174===r||176===r||177===r||182===r||187===r||191===r||215===r||247===r||8208<=r&&r<=8213||8214<=r&&r<=8215||8216===r||8217===r||8218===r||8219<=r&&r<=8220||8221===r||8222===r||8223===r||8224<=r&&r<=8231||8240<=r&&r<=8248||8249===r||8250===r||8251<=r&&r<=8254||8257<=r&&r<=8259||8260===r||8261===r||8262===r||8263<=r&&r<=8273||8274===r||8275===r||8277<=r&&r<=8286||8592<=r&&r<=8596||8597<=r&&r<=8601||8602<=r&&r<=8603||8604<=r&&r<=8607||8608===r||8609<=r&&r<=8610||8611===r||8612<=r&&r<=8613||8614===r||8615<=r&&r<=8621||8622===r||8623<=r&&r<=8653||8654<=r&&r<=8655||8656<=r&&r<=8657||8658===r||8659===r||8660===r||8661<=r&&r<=8691||8692<=r&&r<=8959||8960<=r&&r<=8967||8968===r||8969===r||8970===r||8971===r||8972<=r&&r<=8991||8992<=r&&r<=8993||8994<=r&&r<=9e3||9001===r||9002===r||9003<=r&&r<=9083||9084===r||9085<=r&&r<=9114||9115<=r&&r<=9139||9140<=r&&r<=9179||9180<=r&&r<=9185||9186<=r&&r<=9254||9255<=r&&r<=9279||9280<=r&&r<=9290||9291<=r&&r<=9311||9472<=r&&r<=9654||9655===r||9656<=r&&r<=9664||9665===r||9666<=r&&r<=9719||9720<=r&&r<=9727||9728<=r&&r<=9838||9839===r||9840<=r&&r<=10087||10088===r||10089===r||10090===r||10091===r||10092===r||10093===r||10094===r||10095===r||10096===r||10097===r||10098===r||10099===r||10100===r||10101===r||10132<=r&&r<=10175||10176<=r&&r<=10180||10181===r||10182===r||10183<=r&&r<=10213||10214===r||10215===r||10216===r||10217===r||10218===r||10219===r||10220===r||10221===r||10222===r||10223===r||10224<=r&&r<=10239||10240<=r&&r<=10495||10496<=r&&r<=10626||10627===r||10628===r||10629===r||10630===r||10631===r||10632===r||10633===r||10634===r||10635===r||10636===r||10637===r||10638===r||10639===r||10640===r||10641===r||10642===r||10643===r||10644===r||10645===r||10646===r||10647===r||10648===r||10649<=r&&r<=10711||10712===r||10713===r||10714===r||10715===r||10716<=r&&r<=10747||10748===r||10749===r||10750<=r&&r<=11007||11008<=r&&r<=11055||11056<=r&&r<=11076||11077<=r&&r<=11078||11079<=r&&r<=11084||11085<=r&&r<=11123||11124<=r&&r<=11125||11126<=r&&r<=11157||11158===r||11159<=r&&r<=11263||11776<=r&&r<=11777||11778===r||11779===r||11780===r||11781===r||11782<=r&&r<=11784||11785===r||11786===r||11787===r||11788===r||11789===r||11790<=r&&r<=11798||11799===r||11800<=r&&r<=11801||11802===r||11803===r||11804===r||11805===r||11806<=r&&r<=11807||11808===r||11809===r||11810===r||11811===r||11812===r||11813===r||11814===r||11815===r||11816===r||11817===r||11818<=r&&r<=11822||11823===r||11824<=r&&r<=11833||11834<=r&&r<=11835||11836<=r&&r<=11839||11840===r||11841===r||11842===r||11843<=r&&r<=11855||11856<=r&&r<=11857||11858===r||11859<=r&&r<=11903||12289<=r&&r<=12291||12296===r||12297===r||12298===r||12299===r||12300===r||12301===r||12302===r||12303===r||12304===r||12305===r||12306<=r&&r<=12307||12308===r||12309===r||12310===r||12311===r||12312===r||12313===r||12314===r||12315===r||12316===r||12317===r||12318<=r&&r<=12319||12320===r||12336===r||64830===r||64831===r||65093<=r&&r<=65094))break;n.push(o),t+=65536<=o?2:1}return or.apply(void 0,n)};P.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},P.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o,i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&0<e)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(b.UNMATCHED_CLOSING_TAG,I(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&hr(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{i=this.clonePosition();this.bump(),n.push({type:g.pound,location:I(i,this.clonePosition())})}}}return{val:n,err:null}},P.prototype.parseTag=function(e,t){var r=this.clonePosition(),n=(this.bump(),this.parseTagName());if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:I(r,this.clonePosition())},err:null};if(this.bumpIf(">")){e=this.parseMessage(e+1,t,!0);if(e.err)return e;t=e.val,e=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!hr(this.char()))return this.error(b.INVALID_TAG,I(e,this.clonePosition()));var o=this.clonePosition();return n!==this.parseTagName()?this.error(b.UNMATCHED_CLOSING_TAG,I(o,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:g.tag,value:n,children:t,location:I(r,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,I(e,this.clonePosition())))}return this.error(b.UNCLOSED_TAG,I(r,this.clonePosition()))}return this.error(b.INVALID_TAG,I(r,this.clonePosition()))},P.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||48<=e&&e<=57||95===e||97<=e&&e<=122||65<=e&&e<=90||183==e||192<=e&&e<=214||216<=e&&e<=246||248<=e&&e<=893||895<=e&&e<=8191||8204<=e&&e<=8205||8255<=e&&e<=8256||8304<=e&&e<=8591||11264<=e&&e<=12271||12289<=e&&e<=55295||63744<=e&&e<=64975||65008<=e&&e<=65533||65536<=e&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},P.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{o=this.tryParseUnquoted(e,t);if(o)n+=o;else{o=this.tryParseLeftAngleBracket();if(!o)break;n+=o}}}r=I(r,this.clonePosition());return{val:{type:g.literal,value:n,location:r},err:null}},P.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(hr(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},P.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return or.apply(void 0,t)},P.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&0<e?null:(this.bump(),or(r))},P.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,I(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(b.EMPTY_ARGUMENT,I(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(b.MALFORMED_ARGUMENT,I(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,I(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:I(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,I(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(b.MALFORMED_ARGUMENT,I(r,this.clonePosition()))}},P.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=rr(this.message,t),t=t+r.length;return this.bumpTo(t),{value:r,location:I(e,this.clonePosition())}},P.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();switch(s){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,I(i,a));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var u=this.clonePosition();if((d=this.parseSimpleArgStyleIfPossible()).err)return d;if(0===(p=lr(d.val)).length)return this.error(b.EXPECT_ARGUMENT_STYLE,I(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:I(u,this.clonePosition())}}if((u=this.tryParseArgumentClose(n)).err)return u;var c=I(n,this.clonePosition());if(l&&nr(null==l?void 0:l.style,"::",0)){var h=ar(l.style.slice(2));if("number"===s)return(d=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?d:{val:{type:g.number,value:r,location:c,style:d.val},err:null};if(0===h.length)return this.error(b.EXPECT_DATE_TIME_SKELETON,c);var f=h,p=(this.locale&&(f=function(e,t){for(var r="",n=0;n<e.length;n++){var o=e.charAt(n);if("j"===o){for(var i=0;n+1<e.length&&e.charAt(n+1)===o;)i++,n++;var s=1+(1&i),a=i<2?1:3+(i>>1),l=function(e){var t,r=e.hourCycle;if(r=void 0===r&&e.hourCycles&&e.hourCycles.length?e.hourCycles[0]:r)switch(r){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}return"root"!==(r=e.language)&&(t=e.maximize().region),(Xt[t||""]||Xt[r||""]||Xt["".concat(r,"-001")]||Xt["001"])[0]}(t);for("H"!=l&&"k"!=l||(a=0);0<a--;)r+="a";for(;0<s--;)r=l+r}else r+="J"===o?"H":o}return r}(h,this.locale)),{type:v.dateTime,pattern:f,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?(o={},f.replace(Rt,function(e){var t=e.length;switch(e[0]){case"G":o.era=4===t?"long":5===t?"narrow":"short";break;case"y":o.year=2===t?"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":o.month=["numeric","2-digit","short","long","narrow"][t-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":o.day=["numeric","2-digit"][t-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":o.weekday=4!==t&&5===t?"narrow":"short";break;case"e":if(t<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");o.weekday=["short","long","narrow","short"][t-4];break;case"c":if(t<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");o.weekday=["short","long","narrow","short"][t-4];break;case"a":o.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":o.hourCycle="h12",o.hour=["numeric","2-digit"][t-1];break;case"H":o.hourCycle="h23",o.hour=["numeric","2-digit"][t-1];break;case"K":o.hourCycle="h11",o.hour=["numeric","2-digit"][t-1];break;case"k":o.hourCycle="h24",o.hour=["numeric","2-digit"][t-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":o.minute=["numeric","2-digit"][t-1];break;case"s":o.second=["numeric","2-digit"][t-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":o.timeZoneName=t<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""}),o):{}});return{val:{type:"date"===s?g.date:g.time,value:r,location:c,style:p},err:null}}return{val:{type:"number"===s?g.number:"date"===s?g.date:g.time,value:r,location:c,style:null!=(h=null==l?void 0:l.style)?h:null},err:null};case"plural":case"selectordinal":case"select":f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,I(f,E({},f)));this.bumpSpace();var d,p=this.parseIdentifierIfPossible(),c=0;if("select"!==s&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,I(this.clonePosition(),this.clonePosition()));if(this.bumpSpace(),(d=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return d;this.bumpSpace(),p=this.parseIdentifierIfPossible(),c=d.val}l=this.tryParsePluralOrSelectOptions(e,s,t,p);if(l.err)return l;if((u=this.tryParseArgumentClose(n)).err)return u;h=I(n,this.clonePosition());return"select"===s?{val:{type:g.select,value:r,options:ir(l.val),location:h},err:null}:{val:{type:g.plural,value:r,options:ir(l.val),offset:c,pluralType:"plural"===s?"cardinal":"ordinal",location:h},err:null};default:return this.error(b.INVALID_ARGUMENT_TYPE,I(i,a))}},P.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,I(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},P.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,I(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(0<e))return{val:this.message.slice(t.offset,this.offset()),err:null};--e;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},P.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],r=0,n=e.split(xt).filter(function(e){return 0<e.length});r<n.length;r++){var o=n[r].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var i=o[0],o=o.slice(1),s=0,a=o;s<a.length;s++)if(0===a[s].length)throw new Error("Invalid number skeleton");t.push({stem:i,options:o})}return t}(e)}catch(e){return this.error(b.INVALID_NUMBER_SKELETON,t)}return{val:{type:v.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?Vt(r):{}},err:null}},P.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var o=!1,i=[],s=new Set,a=n.value,l=n.location;;){if(0===a.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=I(u,this.clonePosition()),a=this.message.slice(u.offset,this.offset())}if(s.has(a))return this.error("select"===t?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);"other"===a&&(o=!0),this.bumpSpace();c=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,I(this.clonePosition(),this.clonePosition()));u=this.parseMessage(e+1,t,r);if(u.err)return u;var h=this.tryParseArgumentClose(c);if(h.err)return h;i.push([a,{value:u.val,location:I(c,this.clonePosition())}]),s.add(a),this.bumpSpace(),a=(h=this.parseIdentifierIfPossible()).value,l=h.location}return 0===i.length?this.error("select"===t?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,I(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(b.MISSING_OTHER_CLAUSE,I(this.clonePosition(),this.clonePosition())):{val:i,err:null}},P.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var o=!1,i=0;!this.isEOF();){var s=this.char();if(!(48<=s&&s<=57))break;o=!0,i=10*i+(s-48),this.bump()}n=I(n,this.clonePosition());return o?Qt(i*=r)?{val:i,err:null}:this.error(t,n):this.error(e,n)},P.prototype.offset=function(){return this.position.offset},P.prototype.isEOF=function(){return this.offset()===this.message.length},P.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},P.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=sr(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},P.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},P.prototype.bump=function(){var e;this.isEOF()||(10===(e=this.char())?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2))},P.prototype.bumpIf=function(e){if(nr(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},P.prototype.bumpUntil=function(e){var t=this.offset(),e=this.message.indexOf(e,t);return 0<=e?(this.bumpTo(e),!0):(this.bumpTo(this.message.length),!1)},P.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(e<t)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},P.prototype.bumpSpace=function(){for(;!this.isEOF()&&fr(this.char());)this.bump()},P.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),t=this.message.charCodeAt(t+(65536<=e?2:1));return null!=t?t:null};var cr=P;function P(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}function hr(e){return 97<=e&&e<=122||65<=e&&e<=90}function fr(e){return 9<=e&&e<=13||32===e||133===e||8206<=e&&e<=8207||8232===e||8233===e}function pr(e,t){t=E({shouldParseSkeletons:!0,requiresOtherClause:!0},t=void 0===t?{}:t);var r,e=new cr(e,t).parse();if(e.err)throw(r=SyntaxError(b[e.err.kind])).location=e.err.location,r.originalMessage=e.err.message,r;return null!=t&&t.captureLocation||function r(e){e.forEach(function(e){if(delete e.location,Pt(e)||Lt(e))for(var t in e.options)delete e.options[t].location,r(e.options[t].value);else Bt(e)&&Mt(e.style)||(St(e)||It(e))&&Nt(e.style)?delete e.style.location:Ot(e)&&r(e.children)})}(e.val),e.val}function dr(e,t){var r=t&&t.cache?t.cache:Cr,n=t&&t.serializer?t.serializer:gr;return(t&&t.strategy?t.strategy:function(e,t){return br(e,this,1===e.length?mr:yr,t.cache.create(),t.serializer)})(e,{cache:r,serializer:n})}function mr(e,t,r,n){var r=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),o=t.get(r);return void 0===o&&(o=e.call(this,n),t.set(r,o)),o}function yr(e,t,r){var n=Array.prototype.slice.call(arguments,3),r=r(n),o=t.get(r);return void 0===o&&(o=e.apply(this,n),t.set(r,o)),o}function br(e,t,r,n,o){return r.bind(t,e,n,o)}var gr=function(){return JSON.stringify(arguments)};function vr(){this.cache=Object.create(null)}vr.prototype.get=function(e){return this.cache[e]},vr.prototype.set=function(e,t){this.cache[e]=t};var Er,wr,Cr={create:function(){return new vr}},_r={variadic:function(e,t){return br(e,this,yr,t.cache.create(),t.serializer)},monadic:function(e,t){return br(e,this,mr,t.cache.create(),t.serializer)}};(wr=Er=Er||{}).MISSING_VALUE="MISSING_VALUE",wr.INVALID_VALUE="INVALID_VALUE",wr.MISSING_INTL_API="MISSING_INTL_API";Tt(Rr,Br=Error),Rr.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)};var L,Tr,Ar,Hr,Br,Sr=Rr,Ir=(Tt(Nr,Hr=Sr),Nr),Pr=(Tt(Mr,Ar=Sr),Mr),Lr=(Tt(Or,Tr=Sr),Or);function Or(e,t){return Tr.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(t,'"'),Er.MISSING_VALUE,t)||this}function Mr(e,t,r){return Ar.call(this,'Value for "'.concat(e,'" must be of type ').concat(t),Er.INVALID_VALUE,r)||this}function Nr(e,t,r,n){return Hr.call(this,'Invalid values for "'.concat(e,'": "').concat(t,'". Options are "').concat(Object.keys(r).join('", "'),'"'),Er.INVALID_VALUE,n)||this}function Rr(e,t,r){e=Br.call(this,e)||this;return e.code=t,e.originalMessage=r,e}function xr(e,t,r,n,o,i,s){if(1===e.length&&Ht(e[0]))return[{type:L.literal,value:e[0].value}];for(var a=[],l=0,u=e;l<u.length;l++){var c=u[l];if(Ht(c))a.push({type:L.literal,value:c.value});else if(c.type===g.pound)"number"==typeof i&&a.push({type:L.literal,value:r.getNumberFormat(t).format(i)});else{var h=c.value;if(!(o&&h in o))throw new Lr(h,s);h=o[h];if(c.type===g.argument)h&&"string"!=typeof h&&"number"!=typeof h||(h="string"==typeof h||"number"==typeof h?String(h):""),a.push({type:"string"==typeof h?L.literal:L.object,value:h});else if(St(c)){var f="string"==typeof c.style?n.date[c.style]:Nt(c.style)?c.style.parsedOptions:void 0;a.push({type:L.literal,value:r.getDateTimeFormat(t,f).format(h)})}else if(It(c))f="string"==typeof c.style?n.time[c.style]:Nt(c.style)?c.style.parsedOptions:n.time.medium,a.push({type:L.literal,value:r.getDateTimeFormat(t,f).format(h)});else if(Bt(c))(f="string"==typeof c.style?n.number[c.style]:Mt(c.style)?c.style.parsedOptions:void 0)&&f.scale&&(h*=f.scale||1),a.push({type:L.literal,value:r.getNumberFormat(t,f).format(h)});else{if(Ot(c)){var p=c.children,d=c.value,m=o[d];if("function"!=typeof m)throw new Pr(d,"function",s);d=m(xr(p,t,r,n,o,i).map(function(e){return e.value}));Array.isArray(d)||(d=[d]),a.push.apply(a,d.map(function(e){return{type:"string"==typeof e?L.literal:L.object,value:e}}))}if(Pt(c)){if(!(y=c.options[h]||c.options.other))throw new Ir(c.value,h,Object.keys(c.options),s);a.push.apply(a,xr(y.value,t,r,n,o))}else if(Lt(c)){if(!(y=c.options["=".concat(h)])){if(!Intl.PluralRules)throw new Sr('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Er.MISSING_INTL_API,s);var m=r.getPluralRules(t,{type:c.pluralType}).select(h-(c.offset||0)),y=c.options[m]||c.options.other}if(!y)throw new Ir(c.value,h,Object.keys(c.options),s);a.push.apply(a,xr(y.value,t,r,n,o,h-(c.offset||0)))}}}}return(e=a).length<2?e:e.reduce(function(e,t){var r=e[e.length-1];return r&&r.type===L.literal&&t.type===L.literal?r.value+=t.value:e.push(t),e},[])}function Ur(r){return{create:function(){return{get:function(e){return r[e]},set:function(e,t){r[e]=t}}}}}(n=L=L||{})[n.literal=0]="literal",n[n.object=1]="object",Object.defineProperty(O,"defaultLocale",{get:function(){return O.memoizedDefaultLocale||(O.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),O.memoizedDefaultLocale},enumerable:!1,configurable:!0}),O.memoizedDefaultLocale=null,O.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return 0<t.length?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},O.__parse=pr,O.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"}}};var Fr=O;function O(e,t,r,n){var o,i,s=this;if(void 0===t&&(t=O.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){e=s.formatToParts(e);if(1===e.length)return e[0].value;e=e.reduce(function(e,t){return e.length&&t.type===L.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e},[]);return e.length<=1?e[0]||"":e},this.formatToParts=function(e){return xr(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},this.locales=t,this.resolvedLocale=O.resolveLocale(t),"string"==typeof e){if(this.message=e,!O.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=O.__parse(e,{ignoreTag:null==n?void 0:n.ignoreTag,locale:this.resolvedLocale})}else this.ast=e;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=(o=O.formats,(i=r)?Object.keys(o).reduce(function(e,t){var r,n;return e[t]=(r=o[t],(n=i[t])?E(E(E({},r||{}),n||{}),Object.keys(r).reduce(function(e,t){return e[t]=E(E({},r[t]),n[t]||{}),e},{})):r),e},E({},o)):o),this.formatters=n&&n.formatters||{getNumberFormat:dr(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,At([void 0],t,!1)))},{cache:Ur((t=void 0===(t=this.formatterCache)?{number:{},dateTime:{},pluralRules:{}}:t).number),strategy:_r.variadic}),getDateTimeFormat:dr(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,At([void 0],t,!1)))},{cache:Ur(t.dateTime),strategy:_r.variadic}),getPluralRules:dr(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,At([void 0],t,!1)))},{cache:Ur(t.pluralRules),strategy:_r.variadic})}}const M={},Dr=(e,t,r)=>r&&(t in M||(M[t]={}),e in M[t]||(M[t][e]=r),r),kr=(t,r)=>{if(null!=r){if(r in M&&t in M[r])return M[r][t];var n=rn(r);for(let e=0;e<n.length;e++){var o=function(e,r){if(!jr(e))return null;e=function(e){return $r[e]||null}(e);{var n=r;if(null==n)return;if(n in e)return e[n];const o=n.split(".");let t=e;for(let e=0;e<o.length;e++)if("object"==typeof t){if(0<e){const n=o.slice(e,o.length).join(".");if(n in t){t=t[n];break}}t=t[o[e]]}else t=void 0;return t}}(n[e],t);if(o)return Dr(t,r,o)}}};let $r;const Gr=dt({});function jr(e){return e in $r}function Vr(t,...r){delete M[t],Gr.update(e=>(e[t]=Ct.all([e[t]||{},...r]),e))}d([Gr],([e])=>Object.keys(e)),Gr.subscribe(e=>$r=e);const Xr={};function zr(e){return Xr[e]}function Kr(e){return null!=e&&rn(e).some(e=>{return null==(e=zr(e))?void 0:e.size})}const Wr={};function Yr(e){if(!Kr(e))return e in Wr?Wr[e]:Promise.resolve();const t=rn(e).map(e=>{var t=zr(e);return[e,t?[...t]:[]]}).filter(([,e])=>0<e.length);return Wr[e]=Promise.all(t.map(([e,t])=>{{var n=e;e=t;const r=Promise.all(e.map(e=>{var t=n,r=e;return Xr[t].delete(r),0===Xr[t].size&&delete Xr[t],e().then(e=>e.default||e)}));return r.then(e=>Vr(n,...e))}})).then(()=>{if(Kr(e))return Yr(e);delete Wr[e]}),Wr[e]}function Zr(e,t){var r={};for(o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]]);return r}const qr={fallbackLocale:null,loadingDelay:200,formats:{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"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};const Jr=dt(!1);let Qr;const en=dt(null);function tn(e){return e.split("-").map((e,t,r)=>r.slice(0,t+1).join("-")).reverse()}function rn(e,t=qr.fallbackLocale){e=tn(e);return t?[...new Set([...e,...tn(t)])]:e}function N(){return null!=Qr?Qr:void 0}en.subscribe(e=>{Qr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)});const D=Object.assign(Object.assign({},en),{set:t=>{if(t&&function(e){if(null!=e){var t=rn(e);for(let e=0;e<t.length;e++){var r=t[e];if(jr(r))return r}}}(t)&&Kr(t)){var r=qr["loadingDelay"];let e;return"undefined"!=typeof window&&null!=N()&&r?e=window.setTimeout(()=>Jr.set(!0),r):Jr.set(!0),Yr(t).then(()=>{en.set(t)}).finally(()=>{clearTimeout(e),Jr.set(!1)})}return en.set(t)}}),nn=r=>{const n=Object.create(null);return e=>{var t=JSON.stringify(e);return t in n?n[t]:n[t]=r(e)}},on=(e,t)=>{var r=qr["formats"];if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},sn=nn(e=>{var{locale:t,format:r}=e,e=Zr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(e=on("number",r)),new Intl.NumberFormat(t,e)}),an=nn(e=>{var{locale:t,format:r}=e,e=Zr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?e=on("date",r):0===Object.keys(e).length&&(e=on("date","short")),new Intl.DateTimeFormat(t,e)}),ln=nn(e=>{var{locale:t,format:r}=e,e=Zr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?e=on("time",r):0===Object.keys(e).length&&(e=on("time","short")),new Intl.DateTimeFormat(t,e)}),un=nn((e,t=N())=>new Fr(e,t,qr.formats,{ignoreTag:qr.ignoreTag}));function cn(e,t){Vr(e,t)}d([D,Gr],()=>(e,t={})=>{var r,n;let o=t;"object"==typeof e&&(e=(o=e).id);var{values:i,locale:s=N(),default:a}=o;if(null==s)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=kr(e,s);if(l){if("string"!=typeof l)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l}else l=null!=(n=null!=(r=null==(r=(n=qr).handleMissingMessage)?void 0:r.call(n,{locale:s,id:e,defaultValue:a}))?r:a)?n:e;if(!i)return l;let u=l;try{u=un(l,s).format(i)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return u}),d([D],()=>(e,t)=>((e={})=>{var{locale:t=N()}=e,e=Zr(e,["locale"]);return ln(Object.assign({locale:t},e))})(t).format(e)),d([D],()=>(e,t)=>((e={})=>{var{locale:t=N()}=e,e=Zr(e,["locale"]);return an(Object.assign({locale:t},e))})(t).format(e)),d([D],()=>(e,t)=>((e={})=>{var{locale:t=N()}=e,e=Zr(e,["locale"]);return sn(Object.assign({locale:t},e))})(t).format(e)),d([D,Gr],()=>(e,t=N())=>kr(e,t)),window.emWidgets={topic:(e,t=0)=>{return-1==ft.indexOf(e)&&(t=new ct(t),pt[e]=t,ft.push(e)),pt[e]}};const hn={en:{headerItem:{login:"Login",register:"Register",deposit:"Deposit"}},zh:{headerItem:{login:"登錄",register:"登記",deposit:"訂金"}},fr:{headerItem:{login:"Connexion",register:"Registre",deposit:"Dépôt"}},tr:{headerItem:{login:"Giriş yapmak",register:"Kayıt olmak",deposit:"Depozito"}},ro:{headerItem:{login:"Autentificare",register:"Inregistrare",deposit:"Depozit"}},es:{headerItem:{login:"Iniciar sesión",register:"Registro",deposit:"Depósito"}},pt:{headerItem:{login:"Entrar",register:"Registro",deposit:"Depósito"}}};function fn(e,t,r){const n=e.slice();return n[47]=t[r],n[49]=r,n}function pn(e,t,r){const n=e.slice();return n[13]=t[r],n[51]=r,n}function dn(t){let n,o=[],r=new Map,i=t[10];const s=e=>e[47].id;for(let e=0;e<i.length;e+=1){var a=fn(t,i,e),l=s(a);r.set(l,o[e]=Cn(l,a))}return{c(){for(let e=0;e<o.length;e+=1)o[e].c();n=k()},m(t,r){for(let e=0;e<o.length;e+=1)o[e].m(t,r);T(t,n,r)},p(e,t){45003&t[0]&&(i=e[10],o=ne(o,t,s,1,e,i,r,n.parentNode,re,Cn,n,fn))},d(t){for(let e=0;e<o.length;e+=1)o[e].d(t);t&&A(n)}}}function mn(e){let r,n,o,i,s=e[47].name+"",a="FAVORITES"===e[47].id?"("+e[0]+")":"";return{c(){r=H("a"),n=t(s),o=B(),i=t(a),S(r,"href","#")},m(e,t){T(e,r,t),_(r,n),_(r,o),_(r,i)},p(e,t){1024&t[0]&&s!==(s=e[47].name+"")&&G(n,s),1025&t[0]&&a!==(a="FAVORITES"===e[47].id?"("+e[0]+")":"")&&G(i,a)},d(e){e&&A(r)}}}function yn(e){let r,n,o=e[47].label+"";return{c(){r=H("a"),n=t(o),S(r,"href","#")},m(e,t){T(e,r,t),_(r,n)},p(e,t){1024&t[0]&&o!==(o=e[47].label+"")&&G(n,o)},d(e){e&&A(r)}}}function bn(e){let r,n=0<e[13]?.count&&gn(e);return{c(){n&&n.c(),r=k()},m(e,t){n&&n.m(e,t),T(e,r,t)},p(e,t){0<e[13]?.count?n?n.p(e,t):((n=gn(e)).c(),n.m(r.parentNode,r)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&A(r)}}}function gn(e){let r,n=e[13]&&"true"==e[3]&&vn(e);return{c(){n&&n.c(),r=k()},m(e,t){n&&n.m(e,t),T(e,r,t)},p(e,t){e[13]&&"true"==e[3]?n?n.p(e,t):((n=vn(e)).c(),n.m(r.parentNode,r)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&A(r)}}}function vn(t){let r,n=[],o=new Map,i=t[13]?.items;const s=e=>e[13].id;for(let e=0;e<i.length;e+=1){var a=pn(t,i,e),l=s(a);o.set(l,n[e]=wn(l,a))}return{c(){r=H("ul");for(let e=0;e<n.length;e+=1)n[e].c();S(r,"class","DropDown")},m(e,t){T(e,r,t);for(let e=0;e<n.length;e+=1)n[e].m(r,null)},p(e,t){42624&t[0]&&(i=e[13]?.items,n=ne(n,t,s,1,e,i,o,r,re,wn,null,pn))},d(e){e&&A(r);for(let e=0;e<n.length;e+=1)n[e].d()}}}function En(r){let n,o,i,s,a,l,u,c=r[13]?.name+"";function h(...e){return r[31](r[47],r[49],r[13],r[51],...e)}return{c(){n=H("li"),o=H("a"),i=t(c),a=B(),S(o,"class",s="SubDropDown "+(r[7]==r[51]||r[9]==r[51]?"active":""))},m(e,t){T(e,n,t),_(n,o),_(o,i),_(n,a),l||(u=$(n,"click",h),l=!0)},p(e,t){r=e,8192&t[0]&&c!==(c=r[13]?.name+"")&&G(i,c),8832&t[0]&&s!==(s="SubDropDown "+(r[7]==r[51]||r[9]==r[51]?"active":""))&&S(o,"class",s)},d(e){e&&A(n),l=!1,u()}}}function wn(e,r){let n,o,i=r[13].games.count&&En(r);return{key:e,first:null,c(){n=k(),i&&i.c(),o=k(),this.first=n},m(e,t){T(e,n,t),i&&i.m(e,t),T(e,o,t)},p(e,t){(r=e)[13].games.count?i?i.p(r,t):((i=En(r)).c(),i.m(o.parentNode,o)):i&&(i.d(1),i=null)},d(e){e&&A(n),i&&i.d(e),e&&A(o)}}}function Cn(e,r){let n,o,i,s,a,l;function u(e){return"headerMain"===e[1]?yn:mn}let c=u(r),h=c(r),f=1==r[11][r[49]]&&bn(r);function p(...e){return r[32](r[47],r[49],...e)}return{key:e,first:null,c(){n=H("li"),h.c(),o=B(),f&&f.c(),i=B(),S(n,"class",s="CarouselItem "+(r[6]==r[49]||r[8]==r[49]?"active":"")+" "+("headerMain"==r[1]?"":"SecondaryMenu")),S(n,"part","CarouselItem"),this.first=n},m(e,t){T(e,n,t),h.m(n,null),_(n,o),f&&f.m(n,null),_(n,i),a||(l=$(n,"click",p),a=!0)},p(e,t){c===(c=u(r=e))&&h?h.p(r,t):(h.d(1),(h=c(r))&&(h.c(),h.m(n,o))),1==r[11][r[49]]?f?f.p(r,t):((f=bn(r)).c(),f.m(n,i)):f&&(f.d(1),f=null),1346&t[0]&&s!==(s="CarouselItem "+(r[6]==r[49]||r[8]==r[49]?"active":"")+" "+("headerMain"==r[1]?"":"SecondaryMenu"))&&S(n,"class",s)},d(e){e&&A(n),h.d(),f&&f.d(),a=!1,l()}}}function _n(r){let n,o,i,s,a,l,u,c,h,f,p,d,m,y,b,g,v,E=0<r[10].length&&dn(r);return{c(){n=H("div"),o=H("div"),(i=H("div")).innerHTML='<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"></path></svg>',s=B(),a=H("div"),l=H("ul"),(u=H("li")).innerHTML='<a href="#CarouselNav">Close Subs</a>',c=B(),E&&E.c(),h=B(),(f=H("div")).innerHTML='<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg>',this.c=w,S(i,"class","CarouselLeftArrow"),S(i,"part","CarouselLeftArrow"),S(u,"class","TouchOnly"),S(l,"id","CarouselNav"),S(l,"class","CarouselItems"),S(l,"part","CarouselItems"),S(a,"class","CarouselNavWrap"),S(f,"class","CarouselRightArrow"),S(f,"part","CarouselRightArrow"),S(o,"class",p="CarouselContainer CarouselContainerMobile} "+("headerMain"===r[1]?"CarouselContainerHeaderMain":"")),S(o,"part",d="CarouselContainer "+(r[14]?"CarouselContainerMobile":"")+" "+("headerMain"===r[1]?"CarouselContainerHeaderMain":"")),S(o,"style",m="headerMain"===r[1]?"max-width: auto":`max-width: ${r[2]}px`),S(n,"class",y="CarouselWrapper "+("headerMain"===r[1]?"CarouselWrapperHeaderMain":"")),S(n,"part",b="CarouselWrapper "+("headerMain"===r[1]?"CarouselWrapperHeaderMain":""))},m(e,t){T(e,n,t),_(n,o),_(o,i),_(o,s),_(o,a),_(a,l),_(l,u),_(l,c),E&&E.m(l,null),r[33](l),r[34](a),_(o,h),_(o,f),r[36](n),g||(v=[$(i,"click",r[30]),$(f,"click",r[35])],g=!0)},p(e,t){0<e[10].length?E?E.p(e,t):((E=dn(e)).c(),E.m(l,null)):E&&(E.d(1),E=null),2&t[0]&&p!==(p="CarouselContainer CarouselContainerMobile} "+("headerMain"===e[1]?"CarouselContainerHeaderMain":""))&&S(o,"class",p),2&t[0]&&d!==(d="CarouselContainer "+(e[14]?"CarouselContainerMobile":"")+" "+("headerMain"===e[1]?"CarouselContainerHeaderMain":""))&&S(o,"part",d),6&t[0]&&m!==(m="headerMain"===e[1]?"max-width: auto":`max-width: ${e[2]}px`)&&S(o,"style",m),2&t[0]&&y!==(y="CarouselWrapper "+("headerMain"===e[1]?"CarouselWrapperHeaderMain":""))&&S(n,"class",y),2&t[0]&&b!==(b="CarouselWrapper "+("headerMain"===e[1]?"CarouselWrapperHeaderMain":""))&&S(n,"part",b)},i:w,o:w,d(e){e&&A(n),E&&E.d(),r[33](null),r[34](null),r[36](null),g=!1,C(v)}}}function Tn(t,e,i){let{endpoint:o=""}=e,{datasource:s=""}=e,{onclickeventname:r="defaultEvent"}=e,{actionevent:a="defaultEvent"}=e,{favoritesnumber:n="0"}=e,{location:l=""}=e,{clientstyling:u=""}=e,{clientstylingurl:c=""}=e,{identity:h=""}=e,{translationUrl:f=""}=e,{containermaxwidth:p=""}=e,{isprimarymenu:d=!1}=e,{issecondarymenu:m=!1}=e,{lang:y=""}=e,{activeindex:b="0"}=e,{showsubgroups:g="false"}=e;var v,E;({withLocale:v,translations:E}={withLocale:"en",translations:{}}),D.subscribe(e=>{null==e&&(Gr.set(E),D.set(v))}),Object.keys(hn).forEach(e=>{cn(e,hn[e])});let w,C,_,T,A,H,B,S,x="PC"!=((e=window.navigator.userAgent).toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC"),I=[],P=[],L=(e,t,r,n,o)=>{if(N(),i(6,C=t),i(6,C),i(8,T=C),"secondary"!=o)return M(e,t,"navigation"),i(7,_=null),void i(9,A=null);i(7,_=n),i(7,_),i(9,A=_),M(r,n,"navigation")},O=()=>{S.scrollBy({left:-250,behavior:"smooth"}),"true"==g&&R()},U=()=>{S.scrollBy({left:250,behavior:"smooth"}),"true"==g&&R()};const F=e=>{"SliderData"==e.data.type&&e.data.identity==h&&(i(10,I=e.data.data),i(11,P=new Array(I.length).fill(!1)),"true"==g&&R()),"GoToHomepage"==e.data.type&&I.forEach((e,t)=>{e.path.endsWith("/casino")&&(i(6,C=t),i(6,C),i(8,T=C))})},M=(t,r,n)=>{var e;"secondaryMenu"==l&&o&&s&&y&&t.id&&(e=new URL(`${o}/casino/groups/${s}/${t.id}/subGroups?language=`+y),fetch(e.href).then(e=>e.json()).then(e=>{i(13,B=e),("false"==g||"navigation"==n&&B.count<=0)&&window.postMessage({type:a,itemId:t.id,index:r,item:t},window.location.href)}).then(()=>{w.querySelectorAll(".DropDown")&&N()})),"headerMain"==l&&window.postMessage({type:a,item:t},window.location.href)},N=()=>{const t=w.querySelectorAll(".DropDown");document.activeElement.blur(),S.classList.add("isScrolling");for(let e=0;e<t.length;e++)t[e].style.transform="translateX(-"+S.scrollLeft+"px)";S.classList.remove("isScrolling")},R=()=>{I.forEach((e,t)=>{var r;0<(null==(r=null==e?void 0:e.subGroups)?void 0:r.count)&&(i(11,P[t]=!0,P),M(e,t))})};return e=()=>("ontouchstart"in document.documentElement&&(document.documentElement.className+=" touch-device"),window.addEventListener("message",F,!1),setTimeout(()=>{S.addEventListener("scroll",N)},500),()=>{window.removeEventListener("message",F),w.removeEventListener("scroll",N)}),function(){if(j)return j;throw new Error("Function called outside component initialization")}().$$.on_mount.push(e),t.$$set=e=>{"endpoint"in e&&i(18,o=e.endpoint),"datasource"in e&&i(19,s=e.datasource),"onclickeventname"in e&&i(20,r=e.onclickeventname),"actionevent"in e&&i(21,a=e.actionevent),"favoritesnumber"in e&&i(0,n=e.favoritesnumber),"location"in e&&i(1,l=e.location),"clientstyling"in e&&i(22,u=e.clientstyling),"clientstylingurl"in e&&i(23,c=e.clientstylingurl),"identity"in e&&i(24,h=e.identity),"translationUrl"in e&&i(25,f=e.translationUrl),"containermaxwidth"in e&&i(2,p=e.containermaxwidth),"isprimarymenu"in e&&i(26,d=e.isprimarymenu),"issecondarymenu"in e&&i(27,m=e.issecondarymenu),"lang"in e&&i(28,y=e.lang),"activeindex"in e&&i(29,b=e.activeindex),"showsubgroups"in e&&i(3,g=e.showsubgroups)},t.$$.update=()=>{if(536870912&t.$$.dirty[0]&&b&&(i(6,C=parseInt(b,10)),T||i(8,T=C),"true"==g&&R()),33554432&t.$$.dirty[0]&&f&&fetch(f).then(e=>e.json()).then(t=>{Object.keys(t).forEach(e=>{cn(e,t[e])})}).catch(e=>{console.log(e)}),4194320&t.$$.dirty[0]&&u&&H){let e=document.createElement("style");e.innerHTML=u,H.appendChild(e)}if(8388624&t.$$.dirty[0]&&c&&H){let t=document.createElement("style"),e=new URL(c);fetch(e.href).then(e=>e.text()).then(e=>{t.innerHTML=e,setTimeout(()=>{H.appendChild(t)},1)})}var e;268435456&t.$$.dirty[0]&&y&&(e=y,D.set(e))},[n,l,p,g,H,w,C,_,T,A,I,P,S,B,x,L,O,U,o,s,r,a,u,c,h,f,d,m,y,b,()=>O(),(e,t,r,n,o)=>{L(e,t,r,n,"secondary"),o.stopPropagation()},(e,t,r)=>{L(e,t,null,null,"main"),r.preventDefault()},function(e){z[e?"unshift":"push"](()=>{w=e,i(5,w)})},function(e){z[e?"unshift":"push"](()=>{S=e,i(12,S)})},()=>U(),function(e){z[e?"unshift":"push"](()=>{H=e,i(4,H)})}]}class An extends ie{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CarouselWrapper{background:var(--emfe-w-color-primary, #D0046C);background:-webkit-linear-gradient(to left, var(--emfe-w-color-secondary, #FD2839), var(--emfe-w-color-primary, #D0046C));background:linear-gradient(to left, var(--emfe-w-color-secondary, #FD2839), var(--emfe-w-color-primary, #D0046C))}.CarouselWrapper.CarouselWrapperHeaderMain{background:transparent}.CarouselContainer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%;color:var(--emfe-w-color-white, #FFFFFF);margin:0 auto}.CarouselContainer ul{align-items:center}.CarouselContainer ul::-webkit-scrollbar{display:none}.CarouselContainer ul li{height:100%;align-items:center;font-size:15px;font-weight:500;line-height:26px;white-space:nowrap;display:inline-block;text-align:left;word-spacing:normal}.CarouselContainer ul li>a{position:relative}.CarouselContainer ul li.SecondaryMenu:hover,.CarouselContainer ul li.SecondaryMenu.active,.CarouselContainer ul li.SecondaryMenu:focus,.CarouselContainer ul li.SecondaryMenu:focus-within{background:var(--emfe-w-color-contrast, #07072A);cursor:pointer}.CarouselContainer ul li>a{position:relative}.CarouselContainer ul li:hover,.CarouselContainer ul>li>a:hover,.CarouselContainer ul li:focus,.CarouselContainer ul>li>a:focus{z-index:105}.CarouselContainer .CarouselItems li:hover>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear, top 0.5s}.CarouselContainer .CarouselItems li:focus-within>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear, top 0.5s}.CarouselContainer .CarouselItems ul ul{transition:opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;z-index:103}.CarouselContainer .CarouselItems li li:hover ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselItems li li:focus-within ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselLeftArrow,.CarouselContainer .CarouselRightArrow{display:flex;align-items:center;justify-content:center;width:50%;max-width:64px;background:rgba(255, 255, 255, 0.3)}.CarouselContainer .CarouselLeftArrow svg,.CarouselContainer .CarouselRightArrow svg{width:100%;max-width:39px}.CarouselContainer ul{margin:0;padding:0;list-style:none}.CarouselContainer .CarouselNavWrap{overflow-y:scroll;white-space:nowrap;list-style-type:none;-ms-overflow-style:none;scrollbar-width:none}.CarouselContainer .CarouselNavWrap::-webkit-scrollbar{display:none}.CarouselContainer .CarouselItems{display:table;width:100%;text-align:center}.CarouselContainer .CarouselItems li{display:inline-block;text-align:left}.CarouselContainer .CarouselItems li>a{position:relative}.CarouselContainer .CarouselItems li li{display:block}.CarouselContainer .CarouselItems a{display:block;padding:7px 10px;color:var(--emfe-w-color-white, #FFFFFF);text-decoration:none;white-space:nowrap;position:relative}.CarouselContainer .CarouselItems.SecondaryMenu li:hover>a,.CarouselContainer .CarouselItems.SecondaryMenu a:hover,.CarouselContainer .CarouselItems.SecondaryMenu li:focus>a,.CarouselContainer .CarouselItems.SecondaryMenu a:focus{background:var(--emfe-w-color-contrast, #07072A)}.CarouselContainer .CarouselItems ul{position:absolute;z-index:104;left:-999em;top:0;opacity:0;transition:opacity 0.1s, left 0s 0.1s, top 0.1s;background:var(--emfe-w-color-secondary, #FD2839);background:-webkit-linear-gradient(var(--emfe-w-color-secondary, #FD2839), var(--emfe-w-color-primary, #D0046C));background:linear-gradient(var(--emfe-w-color-secondary, #FD2839), var(--emfe-w-color-primary, #D0046C))}.CarouselContainer .CarouselItems .TouchOnly{display:none;left:-10px}.CarouselContainer .touch-device .CarouselItems .TouchOnly{display:inline-block}.CarouselContainer .touch-device .CarouselItems .TouchOnly a{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}.CarouselContainer .isScrolling .CarouselItems ul.DropDown{left:-999em;opacity:0}.CarouselContainer .SubDropDown:hover,.CarouselContainer .SubDropDown.active{color:var(--emfe-w-color-black, #000);background:var(--emfe-w-color-white, #FFF)}.CarouselContainerHeaderMain .CarouselItems .CarouselItem:hover a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem.active a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus-within a{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary, #D0046C)}.CarouselContainerHeaderMain{background:transparent;margin:0;padding:0}.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{background:transparent;width:unset;display:none}.CarouselContainerHeaderMain .CarouselItem a{color:var(--emfe-w-color-white, #FFFFFF);text-decoration:none}.CarouselItems li a:first-child:not(:last-child){padding-right:20px}.CarouselItems li a:first-child:not(:last-child):after{content:\"\";position:absolute;right:3px;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid var(--emfe-w-color-white, #FFFFFF)}.CarouselItems>li>a:first-child:not(:last-child):after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--emfe-w-color-white, #FFFFFF);border-bottom:none;margin-top:-3px}.CarouselItems li:hover a:first-child:not(:last-child):after{border-left-color:var(--emfe-w-color-white, #FFFFFF)}.CarouselItems li:focus-within a:first-child:not(:last-child):after{border-left-color:var(--emfe-w-color-white, #FFFFFF)}.CarouselItems>li:hover>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emfe-w-color-white, #FFFFFF)}.CarouselItems>li:focus-within>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emfe-w-color-white, #FFFFFF)}@media only screen and (max-width: 1024px){.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{display:flex}}</style>",oe(this,{target:this.shadowRoot,props:function(e){const t={};for(const r of e)t[r.name]=r.value;return t}(this.attributes),customElement:!0},Tn,_n,F,{endpoint:18,datasource:19,onclickeventname:20,actionevent:21,favoritesnumber:0,location:1,clientstyling:22,clientstylingurl:23,identity:24,translationUrl:25,containermaxwidth:2,isprimarymenu:26,issecondarymenu:27,lang:28,activeindex:29,showsubgroups:3},null,[-1,-1]),e&&(e.target&&T(e.target,this,e.anchor),e.props&&(this.$set(e.props),y()))}static get observedAttributes(){return["endpoint","datasource","onclickeventname","actionevent","favoritesnumber","location","clientstyling","clientstylingurl","identity","translationUrl","containermaxwidth","isprimarymenu","issecondarymenu","lang","activeindex","showsubgroups"]}get endpoint(){return this.$$.ctx[18]}set endpoint(e){this.$$set({endpoint:e}),y()}get datasource(){return this.$$.ctx[19]}set datasource(e){this.$$set({datasource:e}),y()}get onclickeventname(){return this.$$.ctx[20]}set onclickeventname(e){this.$$set({onclickeventname:e}),y()}get actionevent(){return this.$$.ctx[21]}set actionevent(e){this.$$set({actionevent:e}),y()}get favoritesnumber(){return this.$$.ctx[0]}set favoritesnumber(e){this.$$set({favoritesnumber:e}),y()}get location(){return this.$$.ctx[1]}set location(e){this.$$set({location:e}),y()}get clientstyling(){return this.$$.ctx[22]}set clientstyling(e){this.$$set({clientstyling:e}),y()}get clientstylingurl(){return this.$$.ctx[23]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),y()}get identity(){return this.$$.ctx[24]}set identity(e){this.$$set({identity:e}),y()}get translationUrl(){return this.$$.ctx[25]}set translationUrl(e){this.$$set({translationUrl:e}),y()}get containermaxwidth(){return this.$$.ctx[2]}set containermaxwidth(e){this.$$set({containermaxwidth:e}),y()}get isprimarymenu(){return this.$$.ctx[26]}set isprimarymenu(e){this.$$set({isprimarymenu:e}),y()}get issecondarymenu(){return this.$$.ctx[27]}set issecondarymenu(e){this.$$set({issecondarymenu:e}),y()}get lang(){return this.$$.ctx[28]}set lang(e){this.$$set({lang:e}),y()}get activeindex(){return this.$$.ctx[29]}set activeindex(e){this.$$set({activeindex:e}),y()}get showsubgroups(){return this.$$.ctx[3]}set showsubgroups(e){this.$$set({showsubgroups:e}),y()}}return customElements.get("casino-slider")||customElements.define("casino-slider",An),An});
|
2
|
-
//# sourceMappingURL=casino-slider.js.map
|