@everymatrix/player-deposit 1.44.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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/PlayerDeposit-8kK5ApgZ.cjs")).then(({default:t})=>{!customElements.get("player-deposit")&&customElements.define("player-deposit",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/PlayerDeposit-CkpqWvjZ.js").then(({ default: t }) => {
14
+ !customElements.get("player-deposit") && customElements.define("player-deposit", t.element);
15
+ });
16
+ }
package/package.json CHANGED
@@ -1,39 +1,21 @@
1
1
  {
2
2
  "name": "@everymatrix/player-deposit",
3
- "version": "1.44.0",
4
- "main": "dist/player-deposit",
5
- "svelte": "src/index.ts",
6
- "scripts": {
7
- "start": "sirv public",
8
- "build": "cross-env NODE_ENV=production rollup -c",
9
- "dev": "cross-env NODE_ENV=\"development\" rollup -c -w",
10
- "validate": "svelte-check",
11
- "test": "echo"
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
- "rollup": "^2.3.4",
20
- "rollup-plugin-dev-server": "^0.4.3",
21
- "rollup-plugin-livereload": "^2.0.0",
22
- "rollup-plugin-svelte": "^7.0.0",
23
- "rollup-plugin-terser": "^7.0.0",
24
- "rollup-plugin-uglify": "^6.0.4",
25
- "svelte-check": "^1.0.0",
26
- "svelte-preprocess": "^5.0.0",
27
- "tslib": "^2.0.0",
28
- "typescript": "^3.9.3"
29
- },
30
- "dependencies": {
31
- "cross-env": "^7.0.3",
32
- "sirv-cli": "^1.0.0",
33
- "svelte": "^3.0.0"
3
+ "version": "1.45.0",
4
+ "type": "module",
5
+ "main": "es2015/player-deposit.cjs",
6
+ "module": "es2015/player-deposit.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./es2015/player-deposit.js",
10
+ "require": "./es2015/player-deposit.cjs"
11
+ },
12
+ "./es2015/player-deposit.cjs": "./es2015/player-deposit.cjs"
34
13
  },
14
+ "files": [
15
+ "es2015/",
16
+ "components"
17
+ ],
35
18
  "publishConfig": {
36
19
  "access": "public"
37
- },
38
- "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
20
+ }
39
21
  }
package/CHANGELOG.md DELETED
@@ -1,9 +0,0 @@
1
-
2
- ## player-deposit widget changelogs
3
-
4
- | Version | Release date | Impacted areas | Changes |
5
- | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
- | 1.37.2 | Mon Aug 12 2024 | player-deposit | style(EMFE-31522)(player-bonus-card,player-bonus-history,player-deposit,player-gaming-history,player-pending-withdrawls,player-transaction-history,player-withdrawl): update styling <br /> fix(EMFE-31064)(casino-header-controller,casino-slider,player-account-balance-modal,player-accound-menu,player-deposit): Change deposit TR translation from DEPOZITO to PARA YATIR <br /> fix(EMFE-30942)(player-deposit): add the language param in the nwa call <br /> chore(EMFE-28286)(casino-header-controller,player-deposit): add option to deposit in small cashier |
7
- | 1.31.0 | Wed May 22 2024 | player-deposit | fix(EMFE-31064)(casino-header-controller,casino-slider,player-account-balance-modal,player-accound-menu,player-deposit): Change deposit TR translation from DEPOZITO to PARA YATIR |
8
- | 1.29.7 | Thu May 09 2024 | player-deposit | fix(EMFE-30942)(player-deposit): add the language param in the nwa call |
9
- | 1.23.0 | Thu Dec 21 2023 | player-deposit | chore(EMFE-28286)(casino-header-controller,player-deposit): add option to deposit in small cashier |
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # @everymatrix/player-deposit
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
- ```
@@ -1,2 +0,0 @@
1
- ((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(){function f(){}function D(e){return e()}function U(){return Object.create(null)}function p(e){e.forEach(D)}function x(e){return"function"==typeof e}function G(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let $,F;function k(e,t){return($=$||document.createElement("a")).href=t,e===$.href}function j(e,...t){if(null==e)return f;let r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function g(e,t){e.appendChild(t)}function V(e,t,r){e.insertBefore(t,r||null)}function X(e){e.parentNode&&e.parentNode.removeChild(e)}function t(e){return document.createElement(e)}function e(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function z(e){return document.createTextNode(e)}function K(){return z(" ")}function E(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function W(e,t){e.data!==(t=""+t)&&(e.data=t)}function Y(e,t,r,n){null==r?e.style.removeProperty(t):e.style.setProperty(t,r,n?"important":"")}function Z(e){F=e}let d=[],q=[],i=[],Q=[],J=Promise.resolve(),ee=!1;function te(e){i.push(e)}let re=new Set,o=0;function m(){if(0===o){let e=F;do{try{for(;o<d.length;){let e=d[o];o++,Z(e),t=r=void 0;var t,r=e.$$;null!==r.fragment&&(r.update(),p(r.before_update),t=r.dirty,r.dirty=[-1],r.fragment&&r.fragment.p(r.ctx,t),r.after_update.forEach(te))}}catch(e){throw d.length=0,o=0,e}for(Z(null),d.length=0,o=0;q.length;)q.pop()();for(let e=0;e<i.length;e+=1){var n=i[e];re.has(n)||(re.add(n),n())}}while(i.length=0,d.length);for(;Q.length;)Q.pop()();ee=!1,re.clear(),Z(e)}}let ne=new Set;function ie(n,t,e,r,i,o,s,a=[-1]){var h=F;Z(n);let l=n.$$={fragment:null,ctx:[],props:o,update:f,not_equal:i,bound:U(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:U(),dirty:a,skip_bound:!1,root:t.target||h.$$.root},u=(s&&s(l.root),!1);if(l.ctx=e?e(n,t.props||{},(e,t,...r)=>{var r=r.length?r[0]:t;return l.ctx&&i(l.ctx[e],l.ctx[e]=r)&&(!l.skip_bound&&l.bound[e]&&l.bound[e](r),u)&&(r=e,-1===(e=n).$$.dirty[0]&&(d.push(e),ee||(ee=!0,J.then(m)),e.$$.dirty.fill(0)),e.$$.dirty[r/31|0]|=1<<r%31),t}):[],l.update(),u=!0,p(l.before_update),l.fragment=!!r&&r(l.ctx),t.target){if(t.hydrate){o=t.target;let e=Array.from(o.childNodes);l.fragment&&l.fragment.l(e),e.forEach(X)}else l.fragment&&l.fragment.c();t.intro&&(a=n.$$.fragment)&&a.i&&(ne.delete(a),a.i(void 0));var c=n,s=t.customElement,{fragment:e,after_update:r}=c.$$;e&&e.m(t.target,t.anchor),s||te(()=>{var e=c.$$.on_mount.map(D).filter(x);c.$$.on_destroy?c.$$.on_destroy.push(...e):p(e),c.$$.on_mount=[]}),r.forEach(te),m()}Z(h)}let oe;"function"==typeof HTMLElement&&(oe=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){let e=this.$$.on_mount;this.$$.on_disconnect=e.map(D).filter(x);for(let e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,r){this[e]=r}disconnectedCallback(){p(this.$$.on_disconnect)}$destroy(){var e=this,t=1;if(null!==(e=e.$$).fragment){{var n=e.after_update;let t=[],r=[];i.forEach(e=>(-1===n.indexOf(e)?t:r).push(e)),r.forEach(e=>e()),i=t}p(e.on_destroy),e.fragment&&e.fragment.d(t),e.on_destroy=e.fragment=null,e.ctx=[]}this.$destroy=f}$on(e,t){if(!x(t))return f;let 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,h="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||"undefined"!=typeof global&&global||{},he="URLSearchParams"in h,le="Symbol"in h&&"iterator"in Symbol,ue="FileReader"in h&&"Blob"in h&&(()=>{try{return new Blob,!0}catch(e){return!1}})(),ce="FormData"in h,pe="ArrayBuffer"in h;function l(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 fe(e){return e="string"!=typeof e?String(e):e}function de(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return le&&(e[Symbol.iterator]=function(){return e}),e}function u(t){this.map={},t instanceof u?t.forEach(function(e,t){this.append(t,e)},this):Array.isArray(t)?t.forEach(function(e){if(2!=e.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+e.length);this.append(e[0],e[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function me(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function ye(r){return new Promise(function(e,t){r.onload=function(){e(r.result)},r.onerror=function(){t(r.error)}})}function be(e){var t=new FileReader,r=ye(t);return t.readAsArrayBuffer(e),r}function ge(e){var t;return e.slice?e.slice(0):((t=new Uint8Array(e.byteLength)).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:ue&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:ce&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:he&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():pe&&ue&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=ge(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):pe&&(ArrayBuffer.prototype.isPrototypeOf(e)||ae(e))?this._bodyArrayBuffer=ge(e):this._bodyText=e=Object.prototype.toString.call(e):(this._noBody=!0,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):he&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},ue&&(this.blob=function(){var e=me(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(){if(this._bodyArrayBuffer)return me(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer));if(ue)return this.blob().then(be);throw new Error("could not read as ArrayBuffer")},this.text=function(){var e,t,r,n=me(this);if(n)return n;if(this._bodyBlob)return n=this._bodyBlob,t=ye(e=new FileReader),r=(r=/charset=([A-Za-z0-9_-]+)/.exec(n.type))?r[1]:"utf-8",e.readAsText(n,r),t;if(this._bodyArrayBuffer)return Promise.resolve((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)},ce&&(this.formData=function(){return this.text().then(_e)}),this.json=function(){return this.text().then(JSON.parse)},this}pe&&(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))}),u.prototype.append=function(e,t){e=l(e),t=fe(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},u.prototype.delete=function(e){delete this.map[l(e)]},u.prototype.get=function(e){return e=l(e),this.has(e)?this.map[e]:null},u.prototype.has=function(e){return this.map.hasOwnProperty(l(e))},u.prototype.set=function(e,t){this.map[l(e)]=fe(t)},u.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},u.prototype.keys=function(){var r=[];return this.forEach(function(e,t){r.push(t)}),de(r)},u.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),de(t)},u.prototype.entries=function(){var r=[];return this.forEach(function(e,t){r.push([t,e])}),de(r)},le&&(u.prototype[Symbol.iterator]=u.prototype.entries);var ve=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];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.');var r,n=(t=t||{}).body;if(e instanceof c){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new u(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 u(t.headers)),this.method=(r=(e=t.method||this.method||"GET").toUpperCase(),-1<ve.indexOf(r)?r:e),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||(()=>{if("AbortController"in h)return(new AbortController).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 _e(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 y(e,t){if(!(this instanceof y))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t=t||{},this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||599<this.status)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=200<=this.status&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new u(t.headers),this.url=t.url||"",this._initBody(e)}c.prototype.clone=function(){return new c(this,{body:this._bodyInit})},Ee.call(c.prototype),Ee.call(y.prototype),y.prototype.clone=function(){return new y(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new u(this.headers),url:this.url})},y.error=function(){var e=new y(null,{status:200,statusText:""});return e.ok=!1,e.status=0,e.type="error",e};var we=[301,302,303,307,308],b=(y.redirect=function(e,t){if(-1===we.indexOf(t))throw new RangeError("Invalid status code");return new y(null,{status:t,headers:{location:e}})},h.DOMException);try{new b}catch(f){(b=function(e,t){this.message=e,this.name=t;t=Error(e);this.stack=t.stack}).prototype=Object.create(Error.prototype),b.prototype.constructor=b}function Te(n,a){return new Promise(function(i,e){var o=new c(n,a);if(o.signal&&o.signal.aborted)return e(new b("Aborted","AbortError"));var r,s=new XMLHttpRequest;function t(){s.abort()}s.onload=function(){var e,n,t={statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",n=new u,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 t=e.split(":"),r=t.shift().trim();if(r){t=t.join(":").trim();try{n.append(r,t)}catch(e){console.warn("Response "+e.message)}}}),n)},r=(0===o.url.indexOf("file://")&&(s.status<200||599<s.status)?t.status=200:t.status=s.status,t.url="responseURL"in s?s.responseURL:t.headers.get("X-Request-URL"),"response"in s?s.response:s.responseText);setTimeout(function(){i(new y(r,t))},0)},s.onerror=function(){setTimeout(function(){e(new TypeError("Network request failed"))},0)},s.ontimeout=function(){setTimeout(function(){e(new TypeError("Network request timed out"))},0)},s.onabort=function(){setTimeout(function(){e(new b("Aborted","AbortError"))},0)},s.open(o.method,(t=>{try{return""===t&&h.location.href?h.location.href:t}catch(e){return t}})(o.url),!0),"include"===o.credentials?s.withCredentials=!0:"omit"===o.credentials&&(s.withCredentials=!1),"responseType"in s&&(ue?s.responseType="blob":pe&&(s.responseType="arraybuffer")),a&&"object"==typeof a.headers&&!(a.headers instanceof u||h.Headers&&a.headers instanceof h.Headers)?(r=[],Object.getOwnPropertyNames(a.headers).forEach(function(e){r.push(l(e)),s.setRequestHeader(e,fe(a.headers[e]))}),o.headers.forEach(function(e,t){-1===r.indexOf(t)&&s.setRequestHeader(t,e)})):o.headers.forEach(function(e,t){s.setRequestHeader(t,e)}),o.signal&&(o.signal.addEventListener("abort",t),s.onreadystatechange=function(){4===s.readyState&&o.signal.removeEventListener("abort",t)}),s.send(void 0===o._bodyInit?null:o._bodyInit)})}Te.polyfill=!0,h.fetch||(h.fetch=Te,h.Headers=u,h.Request=c,h.Response=y),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 Be(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 He(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,i,o=r.call(e),s=[];try{for(;(void 0===t||0<t--)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function Pe(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||((n=n||Array.prototype.slice.call(t,0,i))[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function v(e){return"function"==typeof e}function Oe(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=Oe(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 Ce(e,t){e&&0<=(t=e.indexOf(t))&&e.splice(t,1)}r.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=He(o),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 o.remove(this);o=this.initialTeardown;if(v(o))try{o()}catch(e){i=e instanceof Le?e.errors:[e]}o=this._finalizers;if(o){this._finalizers=null;try{for(var h=He(o),l=h.next();!l.done;l=h.next()){var u=l.value;try{Re(u)}catch(e){i=null!=i?i:[],e instanceof Le?i=Pe(Pe([],Se(i)),Se(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(n=h.return)&&n.call(h)}finally{if(r)throw r.error}}}if(i)throw new Le(i)}},r.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)Re(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)&&Ce(t,e)},r.prototype.remove=function(e){var t=this._finalizers;t&&Ce(t,e),e instanceof r&&e._removeParent(this)},r.EMPTY=((s=new r).closed=!0,s);var Ie=r,Ne=Ie.EMPTY;function r(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}function Me(e){return e instanceof Ie||e&&"closed"in e&&v(e.remove)&&v(e.add)&&v(e.unsubscribe)}function Re(e){v(e)?e():e.unsubscribe()}var De=void 0,Ue=!1,xe=!1,Ge={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Ge.delegate;return null!=i&&i.setTimeout?i.setTimeout.apply(i,Pe([e,t],Se(r))):setTimeout.apply(void 0,Pe([e,t],Se(r)))},clearTimeout:function(e){var t=Ge.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function $e(){}var Fe=null;function ke(e){if(Ue){var t=!Fe;if(t&&(Fe={errorThrown:!1,error:null}),e(),t){var t=Fe,r=t.errorThrown;if(Fe=null,r)throw t.error}}else e()}Be(n,je=Ie),n.create=function(e,t,r){return new Ye(e,t,r)},n.prototype.next=function(e){this.isStopped||this._next(e)},n.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},n.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,je.prototype.unsubscribe.call(this),this.destination=null)},n.prototype._next=function(e){this.destination.next(e)},n.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},n.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}};var je,Ve=n,Xe=Function.prototype.bind;function n(e){var t=je.call(this)||this;return t.isStopped=!1,e?Me(t.destination=e)&&e.add(t):t.destination=Je,t}function ze(e,t){return Xe.call(e,t)}qe.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Qe(e)}},qe.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Qe(e)}else Qe(e)},qe.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Qe(e)}};var Ke,We=qe,Ye=(Be(Ze,Ke=Ve),Ze);function Ze(e,t,r){var n=Ke.call(this)||this,r=v(e)||!e?{next:null!=e?e:void 0,error:null!=t?t:void 0,complete:null!=r?r:void 0}:n&&xe?((t=Object.create(e)).unsubscribe=function(){return n.unsubscribe()},{next:e.next&&ze(e.next,t),error:e.error&&ze(e.error,t),complete:e.complete&&ze(e.complete,t)}):e;return n.destination=new We(r),n}function qe(e){this.partialObserver=e}function Qe(e){var t=e;Ge.setTimeout(function(){throw t})}var Je={closed:!0,next:$e,error:function(e){throw e},complete:$e},s="function"==typeof Symbol&&Symbol.observable||"@@observable";a.prototype.lift=function(e){var t=new a;return t.source=this,t.operator=e,t},a.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Ve||n&&v(n.next)&&v(n.error)&&v(n.complete)&&Me(n)?e:new Ye(e,t,r);return ke(function(){var e=i.operator,t=i.source;o.add(e?e.call(o,t):t?i._subscribe(o):i._trySubscribe(o))}),o},a.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},a.prototype.forEach=function(n,e){var i=this;return new(e=tt(e))(function(e,t){var r=new Ye({next:function(e){try{n(e)}catch(e){t(e),r.unsubscribe()}},error:t,complete:e});i.subscribe(r)})},a.prototype._subscribe=function(e){var t;return null==(t=this.source)?void 0:t.subscribe(e)},a.prototype[s]=function(){return this},a.prototype.pipe=function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return(0===(t=e).length?function(e){return e}:1===t.length?t[0]:function(e){return t.reduce(function(e,t){return t(e)},e)})(this)},a.prototype.toPromise=function(e){var n=this;return new(e=tt(e))(function(e,t){var r;n.subscribe(function(e){return r=e},function(e){return t(e)},function(){return e(r)})})},a.create=function(e){return new a(e)};var et=a;function a(e){e&&(this._subscribe=e)}function tt(e){return null!=(e=null!=e?e:De)?e:Promise}var rt,nt,it,ot=Oe(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),s=(Be(w,it=et),w.prototype.lift=function(e){var t=new st(this,this);return t.operator=e,t},w.prototype._throwIfClosed=function(){if(this.closed)throw new ot},w.prototype.next=function(i){var o=this;ke(function(){var t,e;if(o._throwIfClosed(),!o.isStopped){o.currentObservers||(o.currentObservers=Array.from(o.observers));try{for(var r=He(o.currentObservers),n=r.next();!n.done;n=r.next())n.value.next(i)}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=r.return)&&e.call(r)}finally{if(t)throw t.error}}}})},w.prototype.error=function(t){var r=this;ke(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)}})},w.prototype.complete=function(){var t=this;ke(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}})},w.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(w.prototype,"observed",{get:function(){var e;return 0<(null==(e=this.observers)?void 0:e.length)},enumerable:!1,configurable:!0}),w.prototype._trySubscribe=function(e){return this._throwIfClosed(),it.prototype._trySubscribe.call(this,e)},w.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},w.prototype._innerSubscribe=function(e){var t=this,r=this.hasError,n=this.isStopped,i=this.observers;return r||n?Ne:(this.currentObservers=null,i.push(e),new Ie(function(){t.currentObservers=null,Ce(i,e)}))},w.prototype._checkFinalizedStatuses=function(e){var t=this.hasError,r=this.thrownError,n=this.isStopped;t?e.error(r):n&&e.complete()},w.prototype.asObservable=function(){var e=new et;return e.source=this,e},w.create=function(e,t){return new st(e,t)},w),st=(Be(_,nt=s),_.prototype.next=function(e){var t,r;null!=(r=null==(t=this.destination)?void 0:t.next)&&r.call(t,e)},_.prototype.error=function(e){var t,r;null!=(r=null==(t=this.destination)?void 0:t.error)&&r.call(t,e)},_.prototype.complete=function(){var e,t;null!=(t=null==(e=this.destination)?void 0:e.complete)&&t.call(e)},_.prototype._subscribe=function(e){var t;return null!=(t=null==(t=this.source)?void 0:t.subscribe(e))?t:Ne},_),at={now:function(){return(at.delegate||Date).now()},delegate:void 0},ht=(Be(lt,rt=s),lt.prototype.next=function(e){var t=this,r=t.isStopped,n=t._buffer,i=t._infiniteTimeWindow,o=t._timestampProvider,t=t._windowTime;r||(n.push(e),i)||n.push(o.now()+t),this._trimBuffer(),rt.prototype.next.call(this,e)},lt.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},lt.prototype._trimBuffer=function(){var e=this._bufferSize,t=this._timestampProvider,r=this._buffer,n=this._infiniteTimeWindow,i=(n?1:2)*e;if(e<1/0&&i<r.length&&r.splice(0,r.length-i),!n){for(var o=t.now(),s=0,a=1;a<r.length&&r[a]<=o;a+=2)s=a;s&&r.splice(0,s+1)}},lt);function lt(e,t,r){void 0===e&&(e=1/0),void 0===t&&(t=1/0),void 0===r&&(r=at);var n=rt.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 _(e,t){var r=nt.call(this)||this;return r.destination=e,r.source=t,r}function w(){var e=it.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}let ut=[],ct={},T=[];function pt(n,i=f){let o,s=new Set;function a(e){if(G(n,e)&&(n=e,o)){let e=!T.length;for(let e of s)e[1](),T.push(e,n);if(e){for(let e=0;e<T.length;e+=2)T[e][0](T[e+1]);T.length=0}}}return{set:a,update:function(e){a(e(n))},subscribe:function(e,t=f){let r=[e,t];return s.add(r),1===s.size&&(o=i(a)||f),e(n),()=>{s.delete(r),0===s.size&&o&&(o(),o=null)}}}}function A(e,a,t){let h=!Array.isArray(e),l=h?[e]:e,u=a.length<2;return{subscribe:pt(t,t=>{let r=!1,n=[],i=0,o=f,s=()=>{var e;i||(o(),e=a(h?n[0]:n,t),u?t(e):o=x(e)?e:f)},e=l.map((e,t)=>j(e,e=>{n[t]=e,i&=~(1<<t),r&&s()},()=>{i|=1<<t}));return r=!0,s(),function(){p(e),o(),r=!1}}).subscribe}}function ft(e){return!(!e||"object"!=typeof e||(e=e,"[object RegExp]"===(t=Object.prototype.toString.call(e)))||"[object Date]"===t||e.$$typeof===dt);var t}var dt="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function mt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?vt(Array.isArray(e)?[]:{},e,t):e}function yt(e,t,r){return e.concat(t).map(function(e){return mt(e,r)})}function bt(e){return Object.keys(e).concat((t=e,Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(e){return Object.propertyIsEnumerable.call(t,e)}):[]));var t}function gt(e,t){try{return t in e}catch(e){return!1}}function Et(n,i,o){var s={};return o.isMergeableObject(n)&&bt(n).forEach(function(e){s[e]=mt(n[e],o)}),bt(i).forEach(function(e){var t,r;(!gt(t=n,r=e)||Object.hasOwnProperty.call(t,r)&&Object.propertyIsEnumerable.call(t,r))&&(gt(n,e)&&o.isMergeableObject(i[e])?s[e]=((t=o).customMerge&&"function"==typeof(t=t.customMerge(e))?t:vt)(n[e],i[e],o):s[e]=mt(i[e],o))}),s}function vt(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||yt,r.isMergeableObject=r.isMergeableObject||ft,r.cloneUnlessOtherwiseSpecified=mt;var n=Array.isArray(t);return n===Array.isArray(e)?n?r.arrayMerge(e,t,r):Et(e,t,r):mt(t,r)}vt.all=function(e,r){if(Array.isArray(e))return e.reduce(function(e,t){return vt(e,t,r)},{});throw new Error("first argument should be an array")};var _t=vt,wt=function(e,t){return(wt=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}wt(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var B,H,S,P=function(){return(P=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};function At(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||((n=n||Array.prototype.slice.call(t,0,i))[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function Bt(e){return e.type===H.literal}function Ht(e){return e.type===H.number}function St(e){return e.type===H.date}function Pt(e){return e.type===H.time}function Ot(e){return e.type===H.select}function Lt(e){return e.type===H.plural}function Ct(e){return e.type===H.tag}function It(e){return e&&"object"==typeof e&&e.type===S.number}function Nt(e){return e&&"object"==typeof e&&e.type===S.dateTime}(s=B=B||{})[s.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",s[s.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",s[s.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",s[s.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",s[s.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",s[s.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",s[s.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",s[s.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",s[s.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",s[s.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",s[s.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",s[s.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",s[s.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",s[s.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",s[s.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",s[s.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",s[s.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",s[s.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",s[s.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",s[s.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",s[s.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",s[s.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",s[s.INVALID_TAG=23]="INVALID_TAG",s[s.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",s[s.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",s[s.UNCLOSED_TAG=27]="UNCLOSED_TAG",(s=H=H||{})[s.literal=0]="literal",s[s.argument=1]="argument",s[s.number=2]="number",s[s.date=3]="date",s[s.time=4]="time",s[s.select=5]="select",s[s.plural=6]="plural",s[s.pound=7]="pound",s[s.tag=8]="tag",(s=S=S||{})[s.number=0]="number",s[s.dateTime=1]="dateTime";var s=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Mt=/(?:[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 Rt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,Dt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ut=/^(@+)?(\+|#+)?[rs]?$/g,xt=/(\*)(0+)|(#+)(0+)|(0+)/g,Gt=/^(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(Ut,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 Ft(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 kt(e){return Ft(e)||{}}function jt(e){for(var s={},t=0,r=e;t<r.length;t++){var n,i=r[t];switch(i.stem){case"percent":case"%":s.style="percent";continue;case"%x100":s.style="percent",s.scale=100;continue;case"currency":s.style="currency",s.currency=i.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=i.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=P(P(P({},s),{notation:"scientific"}),i.options.reduce(function(e,t){return P(P({},e),kt(t))},{}));continue;case"engineering":s=P(P(P({},s),{notation:"engineering"}),i.options.reduce(function(e,t){return P(P({},e),kt(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(i.options[0]);continue;case"integer-width":if(1<i.options.length)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(xt,function(e,t,r,n,i,o){if(t)s.minimumIntegerDigits=r.length;else{if(n&&i)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Gt.test(i.stem))s.minimumIntegerDigits=i.stem.length;else if(Dt.test(i.stem)){if(1<i.options.length)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Dt,function(e,t,r,n,i,o){return"*"===r?s.minimumFractionDigits=t.length:n&&"#"===n[0]?s.maximumFractionDigits=n.length:i&&o?(s.minimumFractionDigits=i.length,s.maximumFractionDigits=i.length+o.length):(s.minimumFractionDigits=t.length,s.maximumFractionDigits=t.length),""});var o=i.options[0];"w"===o?s=P(P({},s),{trailingZeroDisplay:"stripIfInteger"}):o&&(s=P(P({},s),$t(o)))}else Ut.test(i.stem)?s=P(P({},s),$t(i.stem)):((o=Ft(i.stem))&&(s=P(P({},s),o)),(n=(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)),!Gt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t})(i.stem))&&(s=P(P({},s),n)))}return s}var Vt={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 Xt=new RegExp("^".concat(s.source,"*")),zt=new RegExp("".concat(s.source,"*$"));function O(e,t){return{start:e,end:t}}var s=!!String.prototype.startsWith,Kt=!!String.fromCodePoint,Wt=!!Object.fromEntries,Yt=!!String.prototype.codePointAt,Zt=!!String.prototype.trimStart,qt=!!String.prototype.trimEnd,Qt=Number.isSafeInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Jt=!0;try{Jt="a"===(null==(Er=hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))?void 0:Er[0])}catch(f){Jt=!1}var er,tr,rr=s?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},nr=Kt?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;o<i;){if(1114111<(r=e[o++]))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=Wt?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];t[i[0]]=i[1]}return t},or=Yt?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},sr=Zt?function(e){return e.trimStart()}:function(e){return e.replace(Xt,"")},ar=qt?function(e){return e.trimEnd()}:function(e){return e.replace(zt,"")};function hr(e,t){return new RegExp(e,t)}tr=Jt?(er=hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu"),function(e,t){return er.lastIndex=t,null!=(t=er.exec(e)[1])?t:""}):function(e,t){for(var r,n=[];;){var i=or(e,t);if(void 0===i||cr(i)||33<=(r=i)&&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(i),t+=65536<=i?2:1}return nr.apply(void 0,n)};L.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},L.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i,o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&0<e)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(B.UNMATCHED_CLOSING_TAG,O(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ur(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i}else if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}else{o=this.clonePosition();this.bump(),n.push({type:H.pound,location:O(o,this.clonePosition())})}}}return{val:n,err:null}},L.prototype.parseTag=function(e,t){var r,n=this.clonePosition(),i=(this.bump(),this.parseTagName());return this.bumpSpace(),this.bumpIf("/>")?{val:{type:H.literal,value:"<".concat(i,"/>"),location:O(n,this.clonePosition())},err:null}:this.bumpIf(">")?(e=this.parseMessage(e+1,t,!0)).err?e:(t=e.val,e=this.clonePosition(),this.bumpIf("</")?this.isEOF()||!ur(this.char())?this.error(B.INVALID_TAG,O(e,this.clonePosition())):(r=this.clonePosition(),i!==this.parseTagName()?this.error(B.UNMATCHED_CLOSING_TAG,O(r,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:H.tag,value:i,children:t,location:O(n,this.clonePosition())},err:null}:this.error(B.INVALID_TAG,O(e,this.clonePosition())))):this.error(B.UNCLOSED_TAG,O(n,this.clonePosition()))):this.error(B.INVALID_TAG,O(n,this.clonePosition()))},L.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())},L.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{i=this.tryParseUnquoted(e,t);if(i)n+=i;else{i=this.tryParseLeftAngleBracket();if(!i)break;n+=i}}}r=O(r,this.clonePosition());return{val:{type:H.literal,value:n,location:r},err:null}},L.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ur(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},L.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 nr.apply(void 0,t)},L.prototype.tryParseUnquoted=function(e,t){var r;return this.isEOF()||60===(r=this.char())||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&0<e?null:(this.bump(),nr(r))},L.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE,O(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(B.EMPTY_ARGUMENT,O(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(B.MALFORMED_ARGUMENT,O(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE,O(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:H.argument,value:n,location:O(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE,O(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(B.MALFORMED_ARGUMENT,O(r,this.clonePosition()))}},L.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=tr(this.message,t),t=t+r.length;return this.bumpTo(t),{value:r,location:O(e,this.clonePosition())}},L.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();switch(s){case"":return this.error(B.EXPECT_ARGUMENT_TYPE,O(o,a));case"number":case"date":case"time":this.bumpSpace();var h=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((c=this.parseSimpleArgStyleIfPossible()).err)return c;if(0===(p=ar(c.val)).length)return this.error(B.EXPECT_ARGUMENT_STYLE,O(this.clonePosition(),this.clonePosition()));h={style:p,styleLocation:O(l,this.clonePosition())}}return(l=this.tryParseArgumentClose(n)).err?l:(f=O(n,this.clonePosition()),h&&rr(null==h?void 0:h.style,"::",0)?(d=sr(h.style.slice(2)),"number"===s?(c=this.parseNumberSkeletonFromString(d,h.styleLocation)).err?c:{val:{type:H.number,value:r,location:f,style:c.val},err:null}:0===d.length?this.error(B.EXPECT_DATE_TIME_SKELETON,f):(u=d,this.locale&&(u=((e,t)=>{for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if("j"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(1&o),a=o<2?1:3+(o>>1),h=(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),(Vt[t||""]||Vt[r||""]||Vt["".concat(r,"-001")]||Vt["001"])[0]})(t);for("H"!=h&&"k"!=h||(a=0);0<a--;)r+="a";for(;0<s--;)r=h+r}else r+="J"===i?"H":i}return r})(d,this.locale)),p={type:S.dateTime,pattern:u,location:h.styleLocation,parsedOptions:this.shouldParseSkeletons?(i={},u.replace(Mt,function(e){var t=e.length;switch(e[0]){case"G":i.era=4===t?"long":5===t?"narrow":"short";break;case"y":i.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":i.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":i.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":i.weekday=4!==t&&5===t?"narrow":"short";break;case"e":if(t<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");i.weekday=["short","long","narrow","short"][t-4];break;case"c":if(t<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");i.weekday=["short","long","narrow","short"][t-4];break;case"a":i.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":i.hourCycle="h12",i.hour=["numeric","2-digit"][t-1];break;case"H":i.hourCycle="h23",i.hour=["numeric","2-digit"][t-1];break;case"K":i.hourCycle="h11",i.hour=["numeric","2-digit"][t-1];break;case"k":i.hourCycle="h24",i.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":i.minute=["numeric","2-digit"][t-1];break;case"s":i.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":i.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""}),i):{}},{val:{type:"date"===s?H.date:H.time,value:r,location:f,style:p},err:null})):{val:{type:"number"===s?H.number:"date"===s?H.date:H.time,value:r,location:f,style:null!=(d=null==h?void 0:h.style)?d:null},err:null});case"plural":case"selectordinal":case"select":var u=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(B.EXPECT_SELECT_ARGUMENT_OPTIONS,O(u,P({},u)));this.bumpSpace();var c,p=this.parseIdentifierIfPossible(),f=0;if("select"!==s&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,O(this.clonePosition(),this.clonePosition()));if(this.bumpSpace(),(c=this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,B.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return c;this.bumpSpace(),p=this.parseIdentifierIfPossible(),f=c.val}var d,h=this.tryParsePluralOrSelectOptions(e,s,t,p);return h.err?h:(l=this.tryParseArgumentClose(n)).err?l:(d=O(n,this.clonePosition()),"select"===s?{val:{type:H.select,value:r,options:ir(h.val),location:d},err:null}:{val:{type:H.plural,value:r,options:ir(h.val),offset:f,pluralType:"plural"===s?"cardinal":"ordinal",location:d},err:null});default:return this.error(B.INVALID_ARGUMENT_TYPE,O(o,a))}},L.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE,O(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},L.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,O(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}},L.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=(e=>{if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],r=0,n=e.split(Rt).filter(function(e){return 0<e.length});r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],i=i.slice(1),s=0,a=i;s<a.length;s++)if(0===a[s].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:i})}return t})(e)}catch(e){return this.error(B.INVALID_NUMBER_SKELETON,t)}return{val:{type:S.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?jt(r):{}},err:null}},L.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var i=!1,o=[],s=new Set,a=n.value,h=n.location;;){if(0===a.length){var l=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var u=this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_SELECTOR,B.INVALID_PLURAL_ARGUMENT_SELECTOR);if(u.err)return u;h=O(l,this.clonePosition()),a=this.message.slice(l.offset,this.offset())}if(s.has(a))return this.error("select"===t?B.DUPLICATE_SELECT_ARGUMENT_SELECTOR:B.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===a&&(i=!0),this.bumpSpace();u=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?B.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:B.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,O(this.clonePosition(),this.clonePosition()));l=this.parseMessage(e+1,t,r);if(l.err)return l;var c=this.tryParseArgumentClose(u);if(c.err)return c;o.push([a,{value:l.val,location:O(u,this.clonePosition())}]),s.add(a),this.bumpSpace(),a=(c=this.parseIdentifierIfPossible()).value,h=c.location}return 0===o.length?this.error("select"===t?B.EXPECT_SELECT_ARGUMENT_SELECTOR:B.EXPECT_PLURAL_ARGUMENT_SELECTOR,O(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!i?this.error(B.MISSING_OTHER_CLAUSE,O(this.clonePosition(),this.clonePosition())):{val:o,err:null}},L.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(48<=s&&s<=57))break;i=!0,o=10*o+(s-48),this.bump()}n=O(n,this.clonePosition());return i?Qt(o*=r)?{val:o,err:null}:this.error(t,n):this.error(e,n)},L.prototype.offset=function(){return this.position.offset},L.prototype.isEOF=function(){return this.offset()===this.message.length},L.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},L.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=or(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},L.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},L.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))},L.prototype.bumpIf=function(e){if(rr(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},L.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)},L.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}},L.prototype.bumpSpace=function(){for(;!this.isEOF()&&cr(this.char());)this.bump()},L.prototype.peek=function(){var e,t;return!this.isEOF()&&(e=this.char(),t=this.offset(),null!=(t=this.message.charCodeAt(t+(65536<=e?2:1))))?t:null};var lr=L;function L(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 ur(e){return 97<=e&&e<=122||65<=e&&e<=90}function cr(e){return 9<=e&&e<=13||32===e||133===e||8206<=e&&e<=8207||8232===e||8233===e}function pr(e,t){t=P({shouldParseSkeletons:!0,requiresOtherClause:!0},t=void 0===t?{}:t);var r,e=new lr(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,Ot(e)||Lt(e))for(var t in e.options)delete e.options[t].location,r(e.options[t].value);else Ht(e)&&It(e.style)||(St(e)||Pt(e))&&Nt(e.style)?delete e.style.location:Ct(e)&&r(e.children)})}(e.val),e.val}function fr(e,t){var r=t&&t.cache?t.cache:vr,n=t&&t.serializer?t.serializer:br;return(t&&t.strategy?t.strategy:function(e,t){return yr(e,this,1===e.length?dr:mr,t.cache.create(),t.serializer)})(e,{cache:r,serializer:n})}function dr(e,t,r,n){var r=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),i=t.get(r);return void 0===i&&(i=e.call(this,n),t.set(r,i)),i}function mr(e,t,r){var n=Array.prototype.slice.call(arguments,3),r=r(n),i=t.get(r);return void 0===i&&(i=e.apply(this,n),t.set(r,i)),i}function yr(e,t,r,n,i){return r.bind(t,e,n,i)}var br=function(){return JSON.stringify(arguments)};function gr(){this.cache=Object.create(null)}gr.prototype.get=function(e){return this.cache[e]},gr.prototype.set=function(e,t){this.cache[e]=t};var C,Er,vr={create:function(){return new gr}},_r={variadic:function(e,t){return yr(e,this,mr,t.cache.create(),t.serializer)},monadic:function(e,t){return yr(e,this,dr,t.cache.create(),t.serializer)}};(Er=C=C||{}).MISSING_VALUE="MISSING_VALUE",Er.INVALID_VALUE="INVALID_VALUE",Er.MISSING_INTL_API="MISSING_INTL_API";Tt(Nr,Br=Error),Nr.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)};var I,wr,Tr,Ar,Br,Hr=Nr,Sr=(Tt(Ir,Ar=Hr),Ir),Pr=(Tt(Cr,Tr=Hr),Cr),Or=(Tt(Lr,wr=Hr),Lr);function Lr(e,t){return wr.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(t,'"'),C.MISSING_VALUE,t)||this}function Cr(e,t,r){return Tr.call(this,'Value for "'.concat(e,'" must be of type ').concat(t),C.INVALID_VALUE,r)||this}function Ir(e,t,r,n){return Ar.call(this,'Invalid values for "'.concat(e,'": "').concat(t,'". Options are "').concat(Object.keys(r).join('", "'),'"'),C.INVALID_VALUE,n)||this}function Nr(e,t,r){e=Br.call(this,e)||this;return e.code=t,e.originalMessage=r,e}function Mr(e,t,r,n,i,o,s){if(1===e.length&&Bt(e[0]))return[{type:I.literal,value:e[0].value}];for(var a=[],h=0,l=e;h<l.length;h++){var u=l[h];if(Bt(u))a.push({type:I.literal,value:u.value});else if(u.type===H.pound)"number"==typeof o&&a.push({type:I.literal,value:r.getNumberFormat(t).format(o)});else{var c=u.value;if(!(i&&c in i))throw new Or(c,s);c=i[c];if(u.type===H.argument)c&&"string"!=typeof c&&"number"!=typeof c||(c="string"==typeof c||"number"==typeof c?String(c):""),a.push({type:"string"==typeof c?I.literal:I.object,value:c});else if(St(u)){var p="string"==typeof u.style?n.date[u.style]:Nt(u.style)?u.style.parsedOptions:void 0;a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(c)})}else if(Pt(u))p="string"==typeof u.style?n.time[u.style]:Nt(u.style)?u.style.parsedOptions:n.time.medium,a.push({type:I.literal,value:r.getDateTimeFormat(t,p).format(c)});else if(Ht(u))(p="string"==typeof u.style?n.number[u.style]:It(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(c*=p.scale||1),a.push({type:I.literal,value:r.getNumberFormat(t,p).format(c)});else{if(Ct(u)){var f=u.children,d=u.value,m=i[d];if("function"!=typeof m)throw new Pr(d,"function",s);d=m(Mr(f,t,r,n,i,o).map(function(e){return e.value}));Array.isArray(d)||(d=[d]),a.push.apply(a,d.map(function(e){return{type:"string"==typeof e?I.literal:I.object,value:e}}))}if(Ot(u)){if(!(y=u.options[c]||u.options.other))throw new Sr(u.value,c,Object.keys(u.options),s);a.push.apply(a,Mr(y.value,t,r,n,i))}else if(Lt(u)){if(!(y=u.options["=".concat(c)])){if(!Intl.PluralRules)throw new Hr('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',C.MISSING_INTL_API,s);var m=r.getPluralRules(t,{type:u.pluralType}).select(c-(u.offset||0)),y=u.options[m]||u.options.other}if(!y)throw new Sr(u.value,c,Object.keys(u.options),s);a.push.apply(a,Mr(y.value,t,r,n,i,c-(u.offset||0)))}}}}return(e=a).length<2?e:e.reduce(function(e,t){var r=e[e.length-1];return r&&r.type===I.literal&&t.type===I.literal?r.value+=t.value:e.push(t),e},[])}function Rr(r){return{create:function(){return{get:function(e){return r[e]},set:function(e,t){r[e]=t}}}}}(s=I=I||{})[s.literal=0]="literal",s[s.object=1]="object";Object.defineProperty(N,"defaultLocale",{get:function(){return N.memoizedDefaultLocale||(N.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),N.memoizedDefaultLocale},enumerable:!1,configurable:!0}),N.memoizedDefaultLocale=null,N.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])},N.__parse=pr,N.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 Dr=N;function N(e,t,r,n){var i,o,s=this;if(void 0===t&&(t=N.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var e=s.formatToParts(e);return 1===e.length?e[0].value:(e=e.reduce(function(e,t){return e.length&&t.type===I.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e},[])).length<=1?e[0]||"":e},this.formatToParts=function(e){return Mr(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=N.resolveLocale(t),"string"==typeof e){if(this.message=e,!N.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=N.__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=(i=N.formats,(o=r)?Object.keys(i).reduce(function(e,t){var r,n;return e[t]=(r=i[t],(n=o[t])?P(P(P({},r||{}),n||{}),Object.keys(r).reduce(function(e,t){return e[t]=P(P({},r[t]),n[t]||{}),e},{})):r),e},P({},i)):i),this.formatters=n&&n.formatters||{getNumberFormat:fr(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:Rr((t=void 0===(t=this.formatterCache)?{number:{},dateTime:{},pluralRules:{}}:t).number),strategy:_r.variadic}),getDateTimeFormat:fr(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:Rr(t.dateTime),strategy:_r.variadic}),getPluralRules:fr(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:Rr(t.pluralRules),strategy:_r.variadic})}}let M={},Ur=(e,t,r)=>r&&(t in M||(M[t]={}),e in M[t]||(M[t][e]=r),r),xr=(t,r)=>{if(null!=r){if(r in M&&t in M[r])return M[r][t];var n=on(r);for(let e=0;e<n.length;e++){var i=((e,t)=>{if(!Fr(e))return null;e=(e=>Gr[e]||null)(e);var n=t;if(null!=n){if(n in e)return e[n];var i=n.split(".");let r=e;for(let t=0;t<i.length;t++)if("object"==typeof r){if(0<t){let e=i.slice(t,i.length).join(".");if(e in r){r=r[e];break}}r=r[i[t]]}else r=void 0;return r}})(n[e],t);if(i)return Ur(t,r,i)}}},Gr,$r=pt({});function Fr(e){return e in Gr}function kr(t,...r){delete M[t],$r.update(e=>(e[t]=_t.all([e[t]||{},...r]),e))}A([$r],([e])=>Object.keys(e)),$r.subscribe(e=>Gr=e);let jr={};function Vr(e){return jr[e]}function Xr(e){return null!=e&&on(e).some(e=>null==(e=Vr(e))?void 0:e.size)}function zr(n,e){return Promise.all(e.map(e=>{return t=n,r=e,jr[t].delete(r),0===jr[t].size&&delete jr[t],e().then(e=>e.default||e);var t,r})).then(e=>kr(n,...e))}let Kr={};let Wr={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};let Yr=pt(!1);var Zr=Object.defineProperty,Kt=Object.defineProperties,Wt=Object.getOwnPropertyDescriptors,qr=Object.getOwnPropertySymbols,Qr=Object.prototype.hasOwnProperty,Jr=Object.prototype.propertyIsEnumerable,en=(e,t,r)=>t in e?Zr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;let tn,rn=pt(null);function nn(e){return e.split("-").map((e,t,r)=>r.slice(0,t+1).join("-")).reverse()}function on(e,t=Wr.fallbackLocale){e=nn(e);return t?[...new Set([...e,...nn(t)])]:e}function R(){return null!=tn?tn:void 0}rn.subscribe(e=>{tn=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)});let sn=Kt(((e,t)=>{for(var r in t=t||{})Qr.call(t,r)&&en(e,r,t[r]);if(qr)for(var r of qr(t))Jr.call(t,r)&&en(e,r,t[r]);return e})({},rn),Wt({set:t=>{if(t&&(e=>{if(null!=e){var t=on(e);for(let e=0;e<t.length;e++){var r=t[e];if(Fr(r))return r}}})(t)&&Xr(t)){var r=Wr.loadingDelay;let e;return"undefined"!=typeof window&&null!=R()&&r?e=window.setTimeout(()=>Yr.set(!0),r):Yr.set(!0),function e(t){var r;return Xr(t)?(r=on(t).map(e=>{var t=Vr(e);return[e,t?[...t]:[]]}).filter(([,e])=>0<e.length),Kr[t]=Promise.all(r.map(([e,t])=>zr(e,t))).then(()=>{if(Xr(t))return e(t);delete Kr[t]}),Kr[t]):t in Kr?Kr[t]:Promise.resolve()}(t).then(()=>{rn.set(t)}).finally(()=>{clearTimeout(e),Yr.set(!1)})}return rn.set(t)}}));var Yt=r=>{let n=Object.create(null);return e=>{var t=JSON.stringify(e);return t in n?n[t]:n[t]=r(e)}},an=Object.defineProperty,hn=Object.getOwnPropertySymbols,ln=Object.prototype.hasOwnProperty,un=Object.prototype.propertyIsEnumerable,cn=(e,t,r)=>t in e?an(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,pn=(e,t)=>{for(var r in t=t||{})ln.call(t,r)&&cn(e,r,t[r]);if(hn)for(var r of hn(t))un.call(t,r)&&cn(e,r,t[r]);return e},fn=(e,t)=>{var r={};for(n in e)ln.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&hn)for(var n of hn(e))t.indexOf(n)<0&&un.call(e,n)&&(r[n]=e[n]);return r};let dn=(e,t)=>{var r=Wr.formats;if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},mn=Yt(e=>{var{locale:t,format:r}=e,e=fn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(e=dn("number",r)),new Intl.NumberFormat(t,e)}),yn=Yt(e=>{var{locale:t,format:r}=e,e=fn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?e=dn("date",r):0===Object.keys(e).length&&(e=dn("date","short")),new Intl.DateTimeFormat(t,e)}),bn=Yt(e=>{var{locale:t,format:r}=e,e=fn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?e=dn("time",r):0===Object.keys(e).length&&(e=dn("time","short")),new Intl.DateTimeFormat(t,e)}),gn=Yt((e,t=R())=>new Dr(e,t,Wr.formats,{ignoreTag:Wr.ignoreTag})),En=A([sn,$r],()=>(e,t={})=>{let r,n,i,o,s=t;"object"==typeof e&&(e=(s=e).id);var{values:a,locale:h=R(),default:l}=s;if(null==h)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=xr(e,h);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!=(o=null!=(i=null==(n=(r=Wr).handleMissingMessage)?void 0:n.call(r,{locale:h,id:e,defaultValue:l}))?i:l)?o:e;if(!a)return u;let c=u;try{c=gn(u,h).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return c});function vn(e,t){kr(e,t)}A([sn],()=>(e,t)=>((e={})=>{var{locale:t=R()}=e,e=fn(e,["locale"]);return bn(pn({locale:t},e))})(t).format(e)),A([sn],()=>(e,t)=>((e={})=>{var{locale:t=R()}=e,e=fn(e,["locale"]);return yn(pn({locale:t},e))})(t).format(e)),A([sn],()=>(e,t)=>((e={})=>{var{locale:t=R()}=e,e=fn(e,["locale"]);return mn(pn({locale:t},e))})(t).format(e)),A([sn,$r],()=>(e,t=R())=>xr(e,t)),window.emWidgets={topic:(e,t=0)=>(-1==ut.indexOf(e)&&(t=new ht(t),ct[e]=t,ut.push(e)),ct[e])};let _n={en:{titleDeposit:"Deposit",loading:"Loading, please wait ..."},"zh-hk":{titleDeposit:"訂金",loading:"加載請稍候…"},fr:{titleDeposit:"Dépôt",loading:"Chargement, veuillez patienter ..."},tr:{titleDeposit:"PARA YATIR",loading:"Yükleniyor ..."},ro:{titleDeposit:"Depunere",loading:"Se încarcă..."},es:{titleDeposit:"Deposita",loading:"Cargando ..."},pt:{titleDeposit:"Depósito",loading:"Carregando, por favor espere ..."},hr:{titleDeposit:"Uplata",loading:"Učitavanje"},"pt-br":{titleDeposit:"Depositar",Loading:"Carregando, por favor espere..."},"es-mx":{titleDeposit:"Depositar",Loading:"Cargando, por favor espere..."}};function wn(e){let r,n,i;return{c(){r=t("div"),k((n=t("iframe")).src,i=e[3])||E(n,"src",i),E(n,"title","Deposit Iframe"),E(r,"class","DepositIframeWrapper")},m(e,t){V(e,r,t),g(r,n)},p(e,t){8&t&&!k(n.src,i=e[3])&&E(n,"src",i)},d(e){e&&X(r)}}}function Tn(e){let r,n,i=e[4]("loading")+"";return{c(){r=t("p"),n=z(i)},m(e,t){V(e,r,t),g(r,n)},p(e,t){16&t&&i!==(i=e[4]("loading")+"")&&W(n,i)},d(e){e&&X(r)}}}function An(r){let n,i,o,s,a,h=r[4]("titleDeposit")+"",l=r[5]&&(i=>{let o,s,a,h,l,u,c,p,f,d,m,y,b,r=i[4]("titleDeposit")+"";return{c(){o=t("div"),s=e("svg"),a=e("defs"),h=e("style"),l=z(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"),u=e("g"),c=e("g"),p=e("path"),f=K(),d=t("h2"),m=z(r),E(p,"class","aaa"),E(p,"d","M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"),E(p,"transform","translate(15 15) rotate(180)"),E(c,"transform","translate(20 158)"),E(u,"transform","translate(-20 -158)"),E(s,"xmlns","http://www.w3.org/2000/svg"),E(s,"width","15"),E(s,"height","15"),E(s,"viewBox","0 0 15 15"),E(d,"class","DepositTitleMobile"),E(o,"class","MenuReturnButton")},m(e,t){var r,n;V(e,o,t),g(o,s),g(s,a),g(a,h),g(h,l),g(s,u),g(u,c),g(c,p),g(o,f),g(o,d),g(d,m),y||(b=(r=o,n=i[17],r.addEventListener("click",n,void 0),()=>r.removeEventListener("click",n,void 0)),y=!0)},p(e,t){16&t&&r!==(r=e[4]("titleDeposit")+"")&&W(m,r)},d(e){e&&X(o),y=!1,b()}}})(r);function u(e){return e[1]?Tn:wn}let c=u(r),p=c(r);return{c(){n=t("div"),l&&l.c(),i=K(),o=t("h2"),s=z(h),a=K(),p.c(),this.c=f,E(o,"class","DepositTitle "+(r[5]?"DepositTitleNone":"")),E(n,"class","DepositWrapper "+(r[5]?"DepositWrapperMobile":"")),Y(n,"--dynamic-height",r[2])},m(e,t){V(e,n,t),l&&l.m(n,null),g(n,i),g(n,o),g(o,s),g(n,a),p.m(n,null),r[18](n)},p(e,[t]){e[5]&&l.p(e,t),16&t&&h!==(h=e[4]("titleDeposit")+"")&&W(s,h),c===(c=u(e))&&p?p.p(e,t):(p.d(1),(p=c(e))&&(p.c(),p.m(n,null))),4&t&&Y(n,"--dynamic-height",e[2])},i:f,o:f,d(e){e&&X(n),l&&l.d(),p.d(),r[18](null)}}}function Bn(n,e,i){let o,t,r;r=En,n.$$.on_destroy.push(j(r,e=>i(4,t=e)));let s,a,{endpoint:h=""}=e,{session:l=""}=e,{playerid:u=""}=e,{lang:c="en"}=e,{hasdefaultamount:p=""}=e,{clientstyling:f=""}=e,{clientstylingurl:d=""}=e,{translationurl:m=""}=e,{playercurrency:y=""}=e,{shortcashierenabled:b="false"}=e,g="PC"!=((e=window.navigator.userAgent).toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC"),E=!0,v=0,_="";Object.keys(_n).forEach(e=>{vn(e,_n[e])});let w=()=>{window.postMessage({type:"GoToPreviousRoute",isMobile:g},window.location.href)},T=e=>{if(e.data)switch("ProfileDetailsData"===e.data.type&&i(7,y=e.data.profileDetails.currency),e.data["MMFE:setQuickDepositHeight"]&&i(2,a=e.data["MMFE:setQuickDepositHeight"].toString()+"px"),"true"===e.data["MMFE:openFullCashier"]&&(window.postMessage({type:"GoToDeposit"},window.location.href),window.postMessage({type:"CloseShortCashier"},window.location.href)),e.data.redirect){case"mm-hc-casino":window.postMessage({type:"GoToCasino"},window.location.href);break;case"mm-hc-sports":window.postMessage({type:"GoToSports"},window.location.href);break;case"mm-hc-contact":window.postMessage({type:"GoToCustomerSupport"},window.location.href),window.postMessage({type:"CloseShortCashier"},window.location.href);break;case"mm-hc-back-to-merchant":window.postMessage({type:"GoToHomepage"},window.location.href);break;case"mm-wm-hc-init-deposit":window.postMessage({type:"RedirectWithdrawDepositCloseModal"},window.location.href);break;case"mm-wm-hc-init-deposit-quick":window.postMessage({type:"CloseShortCashier"},window.location.href)}};return e=()=>(window.addEventListener("message",T,!1),()=>{window.removeEventListener("message",T)}),(()=>{if(F)return F;throw new Error("Function called outside component initialization")})().$$.on_mount.push(e),n.$$set=e=>{"endpoint"in e&&i(8,h=e.endpoint),"session"in e&&i(9,l=e.session),"playerid"in e&&i(10,u=e.playerid),"lang"in e&&i(11,c=e.lang),"hasdefaultamount"in e&&i(12,p=e.hasdefaultamount),"clientstyling"in e&&i(13,f=e.clientstyling),"clientstylingurl"in e&&i(14,d=e.clientstylingurl),"translationurl"in e&&i(15,m=e.translationurl),"playercurrency"in e&&i(7,y=e.playercurrency),"shortcashierenabled"in e&&i(16,b=e.shortcashierenabled)},n.$$.update=()=>{if(2048&n.$$.dirty&&c&&(r=c,sn.set(r)),65536&n.$$.dirty&&(o="true"===b.toLocaleLowerCase()),16385&n.$$.dirty&&d&&s){let e=new URL(d),t=document.createElement("style");fetch(e.href).then(e=>e.text()).then(e=>{t.innerHTML=e,setTimeout(()=>{s.appendChild(t)},1)})}if(8193&n.$$.dirty&&f&&s&&((r=document.createElement("style")).innerHTML=f,s.appendChild(r)),32768&n.$$.dirty&&m&&fetch(m).then(e=>e.json()).then(t=>{Object.keys(t).forEach(e=>{vn(e,t[e])})}).catch(e=>{console.log(e)}),69504&n.$$.dirty&&l&&u&&h&&y&&c&&b){var e=new URL(`${h}/v1/player/${u}/hostedcashier/initializedeposit?showBonusSelectionInput=true`);if(e.searchParams.append("language",c),o&&e.searchParams.append("isShortCashier",b),p)switch(y){case"USD":v=.4;break;case"CDF":v=1e3}var t={method:"POST",headers:{"X-SessionId":l,currency:y||"EUR",amount:v,cashierMode:"Default",IsShortCashier:b,accept:"application/json"}};fetch(e.href,t).then(e=>e.json()).then(e=>{i(1,E=!1),i(3,_=e.CashierUrl)},e=>{console.error(e)})}var r},[s,E,a,_,t,g,w,y,h,l,u,c,p,f,d,m,b,()=>w(),function(e){q[e?"unshift":"push"](()=>{s=e,i(0,s)})}]}class Hn extends oe{constructor(e){super();var t=document.createElement("style");t.textContent=".DepositWrapper{background-color:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));padding:50px 50px 30px 50px;max-width:100%;height:var(--dynamic-height)}.DepositWrapper.DepositWrapperMobile{padding:20px 15px;max-width:unset;height:var(--dynamic-height)}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.DepositTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.DepositTitleMobile{font-size:var(--emw--size-standard, 16px)}.DepositTitleNone{display:none}.DepositIframeWrapper iframe{border:none;width:100%;height:85vh;border-radius:var(--emw--border-radius-large, 20px)}",this.shadowRoot.appendChild(t),ie(this,{target:this.shadowRoot,props:(e=>{var t,r={};for(t of e)r[t.name]=t.value;return r})(this.attributes),customElement:!0},Bn,An,G,{endpoint:8,session:9,playerid:10,lang:11,hasdefaultamount:12,clientstyling:13,clientstylingurl:14,translationurl:15,playercurrency:7,shortcashierenabled:16},null),e&&(e.target&&V(e.target,this,e.anchor),e.props)&&(this.$set(e.props),m())}static get observedAttributes(){return["endpoint","session","playerid","lang","hasdefaultamount","clientstyling","clientstylingurl","translationurl","playercurrency","shortcashierenabled"]}get endpoint(){return this.$$.ctx[8]}set endpoint(e){this.$$set({endpoint:e}),m()}get session(){return this.$$.ctx[9]}set session(e){this.$$set({session:e}),m()}get playerid(){return this.$$.ctx[10]}set playerid(e){this.$$set({playerid:e}),m()}get lang(){return this.$$.ctx[11]}set lang(e){this.$$set({lang:e}),m()}get hasdefaultamount(){return this.$$.ctx[12]}set hasdefaultamount(e){this.$$set({hasdefaultamount:e}),m()}get clientstyling(){return this.$$.ctx[13]}set clientstyling(e){this.$$set({clientstyling:e}),m()}get clientstylingurl(){return this.$$.ctx[14]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),m()}get translationurl(){return this.$$.ctx[15]}set translationurl(e){this.$$set({translationurl:e}),m()}get playercurrency(){return this.$$.ctx[7]}set playercurrency(e){this.$$set({playercurrency:e}),m()}get shortcashierenabled(){return this.$$.ctx[16]}set shortcashierenabled(e){this.$$set({shortcashierenabled:e}),m()}}return customElements.get("player-deposit")||customElements.define("player-deposit",Hn),Hn});
2
- //# sourceMappingURL=player-deposit.js.map