@everymatrix/casino-calendar 1.37.5 → 1.37.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/casino-calendar.js +83 -83
- package/dist/casino-calendar.js.map +1 -1
- package/package.json +2 -2
package/dist/casino-calendar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).app=e()}(this,(function(){"use strict";function t(){}function e(t){return t()}function r(){return Object.create(null)}function n(t){t.forEach(e)}function i(t){return"function"==typeof t}function o(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}let s
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).app=e()}(this,(function(){"use strict";function t(){}function e(t){return t()}function r(){return Object.create(null)}function n(t){t.forEach(e)}function i(t){return"function"==typeof t}function o(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}let a,s;function l(t,e){return a||(a=document.createElement("a")),a.href=e,t===a.href}function c(t,e){t.appendChild(e)}function u(t,e,r){t.insertBefore(e,r||null)}function h(t){t.parentNode&&t.parentNode.removeChild(t)}function d(t,e){for(let r=0;r<t.length;r+=1)t[r]&&t[r].d(e)}function p(t){return document.createElement(t)}function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function y(t){return document.createTextNode(t)}function m(){return y(" ")}function g(t,e,r,n){return t.addEventListener(e,r,n),()=>t.removeEventListener(e,r,n)}function b(t,e,r){null==r?t.removeAttribute(e):t.getAttribute(e)!==r&&t.setAttribute(e,r)}function v(t,e,r){e in t?t[e]="boolean"==typeof t[e]&&""===r||r:b(t,e,r)}function E(t,e){e=""+e,t.data!==e&&(t.data=e)}function w(t,e,r,n){null==r?t.style.removeProperty(e):t.style.setProperty(e,r,n?"important":"")}class T{constructor(t=!1){this.is_svg=!1,this.is_svg=t,this.e=this.n=null}c(t){this.h(t)}m(t,e,r=null){this.e||(this.is_svg?this.e=f(e.nodeName):this.e=p(11===e.nodeType?"TEMPLATE":e.nodeName),this.t="TEMPLATE"!==e.tagName?e:e.content,this.c(t)),this.i(r)}h(t){this.e.innerHTML=t,this.n=Array.from("TEMPLATE"===this.e.nodeName?this.e.content.childNodes:this.e.childNodes)}i(t){for(let e=0;e<this.n.length;e+=1)u(this.t,this.n[e],t)}p(t){this.d(),this.h(t),this.i(this.a)}d(){this.n.forEach(h)}}function _(t){const e={};for(const r of t)e[r.name]=r.value;return e}function x(t){s=t}
|
|
2
2
|
/**
|
|
3
3
|
* The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
|
|
4
4
|
* It must be called during the component's initialisation (but doesn't need to live *inside* the component;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* https://svelte.dev/docs#run-time-svelte-onmount
|
|
10
10
|
*/
|
|
11
|
-
function B(t){(function(){if(!
|
|
11
|
+
function B(t){(function(){if(!s)throw new Error("Function called outside component initialization");return s})().$$.on_mount.push(t)}const C=[],A=[];let H=[];const S=[],P=Promise.resolve();let L=!1;function I(t){H.push(t)}
|
|
12
12
|
// flush() calls callbacks in this order:
|
|
13
13
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
14
14
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -32,10 +32,10 @@ function N(){
|
|
|
32
32
|
// Do not reenter flush while dirty components are updated, as this can
|
|
33
33
|
// result in an infinite loop. Instead, let the inner flush handle it.
|
|
34
34
|
// Reentrancy is ok afterwards for bindings etc.
|
|
35
|
-
if(0!==M)return;const t=
|
|
35
|
+
if(0!==M)return;const t=s;do{
|
|
36
36
|
// first, call beforeUpdate functions
|
|
37
37
|
// and update components
|
|
38
|
-
try{for(;M<C.length;){const t=C[M];M++,x(t),
|
|
38
|
+
try{for(;M<C.length;){const t=C[M];M++,x(t),R(t.$$)}}catch(t){
|
|
39
39
|
// reset dirty state to not end up in a deadlocked state and then rethrow
|
|
40
40
|
throw C.length=0,M=0,t}for(x(null),C.length=0,M=0;A.length;)A.pop()();
|
|
41
41
|
// then, once components are updated, call
|
|
@@ -43,25 +43,25 @@ throw C.length=0,M=0,t}for(x(null),C.length=0,M=0;A.length;)A.pop()();
|
|
|
43
43
|
// subsequent updates...
|
|
44
44
|
for(let t=0;t<H.length;t+=1){const e=H[t];O.has(e)||(
|
|
45
45
|
// ...so guard against infinite loops
|
|
46
|
-
O.add(e),e())}H.length=0}while(C.length);for(;S.length;)S.pop()();L=!1,O.clear(),x(t)}function
|
|
46
|
+
O.add(e),e())}H.length=0}while(C.length);for(;S.length;)S.pop()();L=!1,O.clear(),x(t)}function R(t){if(null!==t.fragment){t.update(),n(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(I)}}
|
|
47
47
|
/**
|
|
48
48
|
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
|
49
|
-
*/const
|
|
49
|
+
*/const $=new Set;function D(t,e){const r=t.$$;null!==r.fragment&&(!function(t){const e=[],r=[];H.forEach((n=>-1===t.indexOf(n)?e.push(n):r.push(n))),r.forEach((t=>t())),H=e}(r.after_update),n(r.on_destroy),r.fragment&&r.fragment.d(e),
|
|
50
50
|
// TODO null out other refs, including component.$$ (but need to
|
|
51
51
|
// preserve final state?)
|
|
52
|
-
r.on_destroy=r.fragment=null,r.ctx=[])}function
|
|
52
|
+
r.on_destroy=r.fragment=null,r.ctx=[])}function F(t,e){-1===t.$$.dirty[0]&&(C.push(t),L||(L=!0,P.then(N)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function k(o,a,l,c,u,d,p,f=[-1]){const y=s;x(o);const m=o.$$={fragment:null,ctx:[],
|
|
53
53
|
// state
|
|
54
54
|
props:d,update:t,not_equal:u,bound:r(),
|
|
55
55
|
// lifecycle
|
|
56
|
-
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(
|
|
56
|
+
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(a.context||(y?y.$$.context:[])),
|
|
57
57
|
// everything else
|
|
58
|
-
callbacks:r(),dirty:f,skip_bound:!1,root:
|
|
58
|
+
callbacks:r(),dirty:f,skip_bound:!1,root:a.target||y.$$.root};p&&p(m.root);let g=!1;if(m.ctx=l?l(o,a.props||{},((t,e,...r)=>{const n=r.length?r[0]:e;return m.ctx&&u(m.ctx[t],m.ctx[t]=n)&&(!m.skip_bound&&m.bound[t]&&m.bound[t](n),g&&F(o,t)),e})):[],m.update(),g=!0,n(m.before_update),
|
|
59
59
|
// `false` as a special case of no DOM component
|
|
60
|
-
m.fragment=!!c&&c(m.ctx),
|
|
60
|
+
m.fragment=!!c&&c(m.ctx),a.target){if(a.hydrate){const t=function(t){return Array.from(t.childNodes)}(a.target);
|
|
61
61
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
62
62
|
m.fragment&&m.fragment.l(t),t.forEach(h)}else
|
|
63
63
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
64
|
-
m.fragment&&m.fragment.c();
|
|
64
|
+
m.fragment&&m.fragment.c();a.intro&&((b=o.$$.fragment)&&b.i&&($.delete(b),b.i(v))),function(t,r,o,a){const{fragment:s,after_update:l}=t.$$;s&&s.m(r,o),a||
|
|
65
65
|
// onMount happens before the initial afterUpdate
|
|
66
66
|
I((()=>{const r=t.$$.on_mount.map(e).filter(i);
|
|
67
67
|
// if the component was destroyed immediately
|
|
@@ -70,11 +70,11 @@ I((()=>{const r=t.$$.on_mount.map(e).filter(i);
|
|
|
70
70
|
t.$$.on_destroy?t.$$.on_destroy.push(...r):
|
|
71
71
|
// Edge case - component was destroyed immediately,
|
|
72
72
|
// most likely as a result of a binding initialising
|
|
73
|
-
n(r),t.$$.on_mount=[]})),l.forEach(I)}(o,
|
|
73
|
+
n(r),t.$$.on_mount=[]})),l.forEach(I)}(o,a.target,a.anchor,a.customElement),N()}var b,v;x(y)}let U;"function"==typeof HTMLElement&&(U=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(e).filter(i);
|
|
74
74
|
// @ts-ignore todo: improve typings
|
|
75
75
|
for(const t in this.$$.slotted)
|
|
76
76
|
// @ts-ignore todo: improve typings
|
|
77
|
-
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,r){this[t]=r}disconnectedCallback(){n(this.$$.on_disconnect)}$destroy(){
|
|
77
|
+
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,r){this[t]=r}disconnectedCallback(){n(this.$$.on_disconnect)}$destroy(){D(this,1),this.$destroy=t}$on(e,r){
|
|
78
78
|
// TODO should this delegate to addEventListener?
|
|
79
79
|
if(!i(r))return t;const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(r),()=>{const t=n.indexOf(r);-1!==t&&n.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}})
|
|
80
80
|
/* eslint-disable no-prototype-builtins */;var G="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||
|
|
@@ -95,22 +95,22 @@ function J(t){var e={next:function(){var e=t.shift();return{done:void 0===e,valu
|
|
|
95
95
|
// eslint-disable-next-line no-self-assign
|
|
96
96
|
this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:V&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:X&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:j&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():K&&V&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=nt(t.buffer),
|
|
97
97
|
// IE 10-11 can't handle a DataView body.
|
|
98
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):K&&(ArrayBuffer.prototype.isPrototypeOf(t)||Y(t))?this._bodyArrayBuffer=nt(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):j&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},V&&(this.blob=function(){var t=tt(this);if(t)return t;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){var t=tt(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(V)return this.blob().then(rt);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,n,i,o=tt(this);if(o)return o;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=et(e),n=/charset=([A-Za-z0-9_-]+)/.exec(t.type),i=n?n[1]:"utf-8",e.readAsText(t,i),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},X&&(this.formData=function(){return this.text().then(
|
|
98
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):K&&(ArrayBuffer.prototype.isPrototypeOf(t)||Y(t))?this._bodyArrayBuffer=nt(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):j&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},V&&(this.blob=function(){var t=tt(this);if(t)return t;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){var t=tt(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(V)return this.blob().then(rt);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,n,i,o=tt(this);if(o)return o;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=et(e),n=/charset=([A-Za-z0-9_-]+)/.exec(t.type),i=n?n[1]:"utf-8",e.readAsText(t,i),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},X&&(this.formData=function(){return this.text().then(st)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
99
99
|
// HTTP methods whose capitalization should be normalized
|
|
100
|
-
Q.prototype.append=function(t,e){t=Z(t),e=q(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},Q.prototype.delete=function(t){delete this.map[Z(t)]},Q.prototype.get=function(t){return t=Z(t),this.has(t)?this.map[t]:null},Q.prototype.has=function(t){return this.map.hasOwnProperty(Z(t))},Q.prototype.set=function(t,e){this.map[Z(t)]=q(e)},Q.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},Q.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),J(t)},Q.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),J(t)},Q.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),J(t)},z&&(Q.prototype[Symbol.iterator]=Q.prototype.entries);var ot=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function
|
|
100
|
+
Q.prototype.append=function(t,e){t=Z(t),e=q(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},Q.prototype.delete=function(t){delete this.map[Z(t)]},Q.prototype.get=function(t){return t=Z(t),this.has(t)?this.map[t]:null},Q.prototype.has=function(t){return this.map.hasOwnProperty(Z(t))},Q.prototype.set=function(t,e){this.map[Z(t)]=q(e)},Q.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},Q.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),J(t)},Q.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),J(t)},Q.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),J(t)},z&&(Q.prototype[Symbol.iterator]=Q.prototype.entries);var ot=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function at(t,e){if(!(this instanceof at))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,i=(e=e||{}).body;if(t instanceof at){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new Q(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new Q(e.headers)),this.method=(r=e.method||this.method||"GET",n=r.toUpperCase(),ot.indexOf(n)>-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal||function(){if("AbortController"in G)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){
|
|
101
101
|
// Search for a '_' parameter in the query string
|
|
102
102
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
103
103
|
// If it already exists then set the value with the current time
|
|
104
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
104
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function st(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(i))}})),e}function lt(t,e){if(!(this instanceof lt))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new Q(e.headers),this.url=e.url||"",this._initBody(t)}at.prototype.clone=function(){return new at(this,{body:this._bodyInit})},it.call(at.prototype),it.call(lt.prototype),lt.prototype.clone=function(){return new lt(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Q(this.headers),url:this.url})},lt.error=function(){var t=new lt(null,{status:200,statusText:""});return t.status=0,t.type="error",t};var ct=[301,302,303,307,308];lt.redirect=function(t,e){if(-1===ct.indexOf(e))throw new RangeError("Invalid status code");return new lt(null,{status:e,headers:{location:t}})};var ut=G.DOMException;try{new ut}catch(t){(ut=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),ut.prototype.constructor=ut}function ht(t,e){return new Promise((function(r,n){var i=new at(t,e);if(i.signal&&i.signal.aborted)return n(new ut("Aborted","AbortError"));var o=new XMLHttpRequest;function a(){o.abort()}if(o.onload=function(){var t,e,n={statusText:o.statusText,headers:(t=o.getAllResponseHeaders()||"",e=new Q,
|
|
105
105
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
106
106
|
// https://github.com/github/fetch/issues/748
|
|
107
107
|
// https://github.com/zloirock/core-js/issues/751
|
|
108
108
|
t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();try{e.append(n,i)}catch(t){console.warn("Response "+t.message)}}})),e)};
|
|
109
109
|
// This check if specifically for when a user fetches a file locally from the file system
|
|
110
110
|
// Only if the status is out of a normal range
|
|
111
|
-
i.url.startsWith("file://")&&(o.status<200||o.status>599)?n.status=200:n.status=o.status,n.url="responseURL"in o?o.responseURL:n.headers.get("X-Request-URL");var
|
|
111
|
+
i.url.startsWith("file://")&&(o.status<200||o.status>599)?n.status=200:n.status=o.status,n.url="responseURL"in o?o.responseURL:n.headers.get("X-Request-URL");var a="response"in o?o.response:o.responseText;setTimeout((function(){r(new lt(a,n))}),0)},o.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request timed out"))}),0)},o.onabort=function(){setTimeout((function(){n(new ut("Aborted","AbortError"))}),0)},o.open(i.method,function(t){try{return""===t&&G.location.href?G.location.href:t}catch(e){return t}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(V?o.responseType="blob":K&&(o.responseType="arraybuffer")),e&&"object"==typeof e.headers&&!(e.headers instanceof Q||G.Headers&&e.headers instanceof G.Headers)){var s=[];Object.getOwnPropertyNames(e.headers).forEach((function(t){s.push(Z(t)),o.setRequestHeader(t,q(e.headers[t]))})),i.headers.forEach((function(t,e){-1===s.indexOf(e)&&o.setRequestHeader(e,t)}))}else i.headers.forEach((function(t,e){o.setRequestHeader(e,t)}));i.signal&&(i.signal.addEventListener("abort",a),o.onreadystatechange=function(){
|
|
112
112
|
// DONE (success or failure)
|
|
113
|
-
4===o.readyState&&i.signal.removeEventListener("abort",
|
|
113
|
+
4===o.readyState&&i.signal.removeEventListener("abort",a)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}ht.polyfill=!0,G.fetch||(G.fetch=ht,G.Headers=Q,G.Request=at,G.Response=lt),
|
|
114
114
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
115
115
|
// on the global object (window or self)
|
|
116
116
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -130,7 +130,7 @@ self.fetch.bind(self);
|
|
|
130
130
|
PERFORMANCE OF THIS SOFTWARE.
|
|
131
131
|
***************************************************************************** */
|
|
132
132
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
133
|
-
var dt=function(t,e){return dt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},dt(t,e)};function pt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}dt(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function ft(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function yt(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,i,o=r.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(t){i={error:t}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function mt(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}function gt(t){return"function"==typeof t}function bt(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}"function"==typeof SuppressedError&&SuppressedError;var vt=bt((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function Et(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}var wt=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var t,e,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=ft(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(gt(l))try{l()}catch(t){i=t instanceof vt?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=ft(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{xt(d)}catch(t){i=null!=i?i:[],t instanceof vt?i=mt(mt([],yt(i)),yt(t.errors)):i.push(t)}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(i)throw new vt(i)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)xt(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Et(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&Et(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Tt=wt.EMPTY;function _t(t){return t instanceof wt||t&&"closed"in t&>(t.remove)&>(t.add)&>(t.unsubscribe)}function xt(t){gt(t)?t():t.unsubscribe()}var Bt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ct={setTimeout:function(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Ct.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,mt([t,e],yt(r))):setTimeout.apply(void 0,mt([t,e],yt(r)))},clearTimeout:function(t){var e=Ct.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function At(){}var Ht=null;function St(t){if(Bt.useDeprecatedSynchronousErrorHandling){var e=!Ht;if(e&&(Ht={errorThrown:!1,error:null}),t(),e){var r=Ht,n=r.errorThrown,i=r.error;if(Ht=null,n)throw i}}else t()}var Pt=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,_t(e)&&e.add(r)):r.destination=Dt,r}return pt(e,t),e.create=function(t,e,r){return new Mt(t,e,r)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(wt),Lt=Function.prototype.bind;function It(t,e){return Lt.call(t,e)}var Ot=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){Nt(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){Nt(t)}else Nt(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){Nt(t)}},t}(),Mt=function(t){function e(e,r,n){var i,o,s=t.call(this)||this;gt(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Bt.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&It(e.next,o),error:e.error&&It(e.error,o),complete:e.complete&&It(e.complete,o)}):i=e;return s.destination=new Ot(i),s}return pt(e,t),e}(Pt);function Nt(t){var e;e=t,Ct.setTimeout((function(){throw e}))}var Dt={closed:!0,next:At,error:function(t){throw t},complete:At},Rt="function"==typeof Symbol&&Symbol.observable||"@@observable";function $t(t){return t}var kt=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n,i=this,o=(n=t)&&n instanceof Pt||function(t){return t&>(t.next)&>(t.error)&>(t.complete)}(n)&&_t(n)?t:new Mt(t,e,r);return St((function(){var t=i,e=t.operator,r=t.source;o.add(e?e.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=Ft(e))((function(e,n){var i=new Mt({next:function(e){try{t(e)}catch(t){n(t),i.unsubscribe()}},error:n,complete:e});r.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[Rt]=function(){return this},t.prototype.pipe=function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return(0===(t=e).length?$t:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)})(this)},t.prototype.toPromise=function(t){var e=this;return new(t=Ft(t))((function(t,r){var n;e.subscribe((function(t){return n=t}),(function(t){return r(t)}),(function(){return t(n)}))}))},t.create=function(e){return new t(e)},t}();function Ft(t){var e;return null!==(e=null!=t?t:Bt.Promise)&&void 0!==e?e:Promise}var Ut=bt((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Gt=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return pt(e,t),e.prototype.lift=function(t){var e=new jt(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new Ut},e.prototype.next=function(t){var e=this;St((function(){var r,n;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=ft(e.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(t)}}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;St((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;St((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Tt:(this.currentObservers=null,o.push(t),new wt((function(){e.currentObservers=null,Et(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.hasError,n=e.thrownError,i=e.isStopped;r?t.error(n):i&&t.complete()},e.prototype.asObservable=function(){var t=new kt;return t.source=this,t},e.create=function(t,e){return new jt(t,e)},e}(kt),jt=function(t){function e(e,r){var n=t.call(this)||this;return n.destination=e,n.source=r,n}return pt(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:Tt},e}(Gt),zt={now:function(){return(zt.delegate||Date).now()},delegate:void 0},Vt=function(t){function e(e,r,n){void 0===e&&(e=1/0),void 0===r&&(r=1/0),void 0===n&&(n=zt);var i=t.call(this)||this;return i._bufferSize=e,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,r),i}return pt(e,t),e.prototype.next=function(e){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(e),!o&&i.push(s.now()+a)),this._trimBuffer(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var e=this._innerSubscribe(t),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!t.closed;i+=r?1:2)t.next(n[i]);return this._checkFinalizedStatuses(t),e},e.prototype._trimBuffer=function(){var t=this,e=t._bufferSize,r=t._timestampProvider,n=t._buffer,i=t._infiniteTimeWindow,o=(i?1:2)*e;if(e<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}},e}(Gt);let Xt=[],Kt={};
|
|
133
|
+
var dt=function(t,e){return dt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},dt(t,e)};function pt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}dt(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function ft(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function yt(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,i,o=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(t){i={error:t}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function mt(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}function gt(t){return"function"==typeof t}function bt(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}"function"==typeof SuppressedError&&SuppressedError;var vt=bt((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function Et(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}var wt=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var t,e,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 a=ft(o),s=a.next();!s.done;s=a.next()){s.value.remove(this)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(gt(l))try{l()}catch(t){i=t instanceof vt?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=ft(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{xt(d)}catch(t){i=null!=i?i:[],t instanceof vt?i=mt(mt([],yt(i)),yt(t.errors)):i.push(t)}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(i)throw new vt(i)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)xt(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Et(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&Et(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Tt=wt.EMPTY;function _t(t){return t instanceof wt||t&&"closed"in t&>(t.remove)&>(t.add)&>(t.unsubscribe)}function xt(t){gt(t)?t():t.unsubscribe()}var Bt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ct={setTimeout:function(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Ct.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,mt([t,e],yt(r))):setTimeout.apply(void 0,mt([t,e],yt(r)))},clearTimeout:function(t){var e=Ct.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function At(){}var Ht=null;function St(t){if(Bt.useDeprecatedSynchronousErrorHandling){var e=!Ht;if(e&&(Ht={errorThrown:!1,error:null}),t(),e){var r=Ht,n=r.errorThrown,i=r.error;if(Ht=null,n)throw i}}else t()}var Pt=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,_t(e)&&e.add(r)):r.destination=Rt,r}return pt(e,t),e.create=function(t,e,r){return new Mt(t,e,r)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(wt),Lt=Function.prototype.bind;function It(t,e){return Lt.call(t,e)}var Ot=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){Nt(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){Nt(t)}else Nt(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){Nt(t)}},t}(),Mt=function(t){function e(e,r,n){var i,o,a=t.call(this)||this;gt(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:a&&Bt.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return a.unsubscribe()},i={next:e.next&&It(e.next,o),error:e.error&&It(e.error,o),complete:e.complete&&It(e.complete,o)}):i=e;return a.destination=new Ot(i),a}return pt(e,t),e}(Pt);function Nt(t){var e;e=t,Ct.setTimeout((function(){throw e}))}var Rt={closed:!0,next:At,error:function(t){throw t},complete:At},$t="function"==typeof Symbol&&Symbol.observable||"@@observable";function Dt(t){return t}var Ft=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n,i=this,o=(n=t)&&n instanceof Pt||function(t){return t&>(t.next)&>(t.error)&>(t.complete)}(n)&&_t(n)?t:new Mt(t,e,r);return St((function(){var t=i,e=t.operator,r=t.source;o.add(e?e.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=kt(e))((function(e,n){var i=new Mt({next:function(e){try{t(e)}catch(t){n(t),i.unsubscribe()}},error:n,complete:e});r.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[$t]=function(){return this},t.prototype.pipe=function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return(0===(t=e).length?Dt:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)})(this)},t.prototype.toPromise=function(t){var e=this;return new(t=kt(t))((function(t,r){var n;e.subscribe((function(t){return n=t}),(function(t){return r(t)}),(function(){return t(n)}))}))},t.create=function(e){return new t(e)},t}();function kt(t){var e;return null!==(e=null!=t?t:Bt.Promise)&&void 0!==e?e:Promise}var Ut=bt((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Gt=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return pt(e,t),e.prototype.lift=function(t){var e=new jt(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new Ut},e.prototype.next=function(t){var e=this;St((function(){var r,n;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=ft(e.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(t)}}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;St((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;St((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Tt:(this.currentObservers=null,o.push(t),new wt((function(){e.currentObservers=null,Et(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.hasError,n=e.thrownError,i=e.isStopped;r?t.error(n):i&&t.complete()},e.prototype.asObservable=function(){var t=new Ft;return t.source=this,t},e.create=function(t,e){return new jt(t,e)},e}(Ft),jt=function(t){function e(e,r){var n=t.call(this)||this;return n.destination=e,n.source=r,n}return pt(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:Tt},e}(Gt),zt={now:function(){return(zt.delegate||Date).now()},delegate:void 0},Vt=function(t){function e(e,r,n){void 0===e&&(e=1/0),void 0===r&&(r=1/0),void 0===n&&(n=zt);var i=t.call(this)||this;return i._bufferSize=e,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,r),i}return pt(e,t),e.prototype.next=function(e){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,a=r._timestampProvider,s=r._windowTime;n||(i.push(e),!o&&i.push(a.now()+s)),this._trimBuffer(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var e=this._innerSubscribe(t),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!t.closed;i+=r?1:2)t.next(n[i]);return this._checkFinalizedStatuses(t),e},e.prototype._trimBuffer=function(){var t=this,e=t._bufferSize,r=t._timestampProvider,n=t._buffer,i=t._infiniteTimeWindow,o=(i?1:2)*e;if(e<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var a=r.now(),s=0,l=1;l<n.length&&n[l]<=a;l+=2)s=l;s&&n.splice(0,s+1)}},e}(Gt);let Xt=[],Kt={};
|
|
134
134
|
/**
|
|
135
135
|
* @name topic
|
|
136
136
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -144,8 +144,8 @@ const Wt=[];
|
|
|
144
144
|
* @param {*=}value initial value
|
|
145
145
|
* @param {StartStopNotifier=} start
|
|
146
146
|
*/
|
|
147
|
-
function Yt(e,r=t){let n;const i=new Set;function
|
|
148
|
-
const t=!Wt.length;for(const t of i)t[1](),Wt.push(t,e);if(t){for(let t=0;t<Wt.length;t+=2)Wt[t][0](Wt[t+1]);Wt.length=0}}}return{set:
|
|
147
|
+
function Yt(e,r=t){let n;const i=new Set;function a(t){if(o(e,t)&&(e=t,n)){// store is ready
|
|
148
|
+
const t=!Wt.length;for(const t of i)t[1](),Wt.push(t,e);if(t){for(let t=0;t<Wt.length;t+=2)Wt[t][0](Wt[t+1]);Wt.length=0}}}return{set:a,update:function(t){a(t(e))},subscribe:function(o,s=t){const l=[o,s];return i.add(l),1===i.size&&(n=r(a)||t),o(e),()=>{i.delete(l),0===i.size&&n&&(n(),n=null)}}}}function Zt(e,r,o){const a=!Array.isArray(e),s=a?[e]:e,l=r.length<2;return c=e=>{let o=!1;const c=[];let u=0,h=t;const d=()=>{if(u)return;h();const n=r(a?c[0]:c,e);l?e(n):h=i(n)?n:t},p=s.map(((e,r)=>function(e,...r){if(null==e)return t;const n=e.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}(e,(t=>{c[r]=t,u&=~(1<<r),o&&d()}),(()=>{u|=1<<r}))));return o=!0,d(),function(){n(p),h(),
|
|
149
149
|
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
150
150
|
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
151
151
|
// invoke this derived store.
|
|
@@ -163,7 +163,7 @@ function ne(t,e,r){var n={};return r.isMergeableObject(t)&&ee(t).forEach((functi
|
|
|
163
163
|
})(t,i)||(re(t,i)&&r.isMergeableObject(e[i])?n[i]=function(t,e){if(!e.customMerge)return ie;var r=e.customMerge(t);return"function"==typeof r?r:ie}(i,r)(t[i],e[i],r):n[i]=Qt(e[i],r))})),n}function ie(t,e,r){(r=r||{}).arrayMerge=r.arrayMerge||te,r.isMergeableObject=r.isMergeableObject||qt,
|
|
164
164
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
165
165
|
// implementations can use it. The caller may not replace it.
|
|
166
|
-
r.cloneUnlessOtherwiseSpecified=Qt;var n=Array.isArray(e);return n===Array.isArray(t)?n?r.arrayMerge(t,e,r):ne(t,e,r):Qt(e,r)}ie.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,r){return ie(t,r,e)}),{})};var oe=ie,
|
|
166
|
+
r.cloneUnlessOtherwiseSpecified=Qt;var n=Array.isArray(e);return n===Array.isArray(t)?n?r.arrayMerge(t,e,r):ne(t,e,r):Qt(e,r)}ie.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,r){return ie(t,r,e)}),{})};var oe=ie,ae=function(t,e){return ae=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},ae(t,e)};function se(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}ae(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}var le,ce,ue,he=function(){return he=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},he.apply(this,arguments)};function de(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}
|
|
167
167
|
/**
|
|
168
168
|
* Type Guards
|
|
169
169
|
*/
|
|
@@ -319,26 +319,26 @@ return"string"!=typeof n?(e.minimumSignificantDigits=r.length,e.maximumSignifica
|
|
|
319
319
|
var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var r=t.slice(0,2);if("+!"===r?(e.signDisplay="always",t=t.slice(2)):"+?"===r&&(e.signDisplay="exceptZero",t=t.slice(2)),!Le.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function Ne(t){var e=Oe(t);return e||{}}
|
|
320
320
|
/**
|
|
321
321
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
322
|
-
*/function
|
|
322
|
+
*/function Re(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=i.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=he(he(he({},e),{notation:"scientific"}),i.options.reduce((function(t,e){return he(he({},t),Ne(e))}),{}));continue;case"engineering":e=he(he(he({},e),{notation:"engineering"}),i.options.reduce((function(t,e){return he(he({},t),Ne(e))}),{}));continue;case"notation-simple":e.notation="standard";continue;
|
|
323
323
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
324
324
|
case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(i.options[0]);continue;
|
|
325
325
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
326
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Pe,(function(t,r,n,i,o,
|
|
326
|
+
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Pe,(function(t,r,n,i,o,a){if(r)e.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}
|
|
327
327
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
328
328
|
if(Le.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(He.test(i.stem)){
|
|
329
329
|
// Precision
|
|
330
330
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
331
331
|
// precision-integer case
|
|
332
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(He,(function(t,r,n,i,o,
|
|
332
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(He,(function(t,r,n,i,o,a){
|
|
333
333
|
// .000* case (before ICU67 it was .000+)
|
|
334
|
-
return"*"===n?e.minimumFractionDigits=r.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&
|
|
334
|
+
return"*"===n?e.minimumFractionDigits=r.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&a?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+a.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),""}));var o=i.options[0];
|
|
335
335
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
336
336
|
"w"===o?e=he(he({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=he(he({},e),Ie(o)))}
|
|
337
337
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
338
|
-
else if(Se.test(i.stem))e=he(he({},e),Ie(i.stem));else{var
|
|
338
|
+
else if(Se.test(i.stem))e=he(he({},e),Ie(i.stem));else{var a=Oe(i.stem);a&&(e=he(he({},e),a));var s=Me(i.stem);s&&(e=he(he({},e),s))}}return e}
|
|
339
339
|
// @generated from time-data-gen.ts
|
|
340
340
|
// prettier-ignore
|
|
341
|
-
var
|
|
341
|
+
var $e,De={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"]};
|
|
342
342
|
/**
|
|
343
343
|
* Returns the best matching date time pattern if a date time skeleton
|
|
344
344
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -351,7 +351,7 @@ var Re,$e={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
351
351
|
* of the given `locale` to the corresponding time pattern.
|
|
352
352
|
* @param locale
|
|
353
353
|
*/
|
|
354
|
-
function
|
|
354
|
+
function Fe(t){var e=t.hourCycle;if(void 0===e&&
|
|
355
355
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
356
356
|
t.hourCycles&&
|
|
357
357
|
// @ts-ignore
|
|
@@ -359,7 +359,7 @@ t.hourCycles.length&&(
|
|
|
359
359
|
// @ts-ignore
|
|
360
360
|
e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
361
361
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
362
|
-
var r,n=t.language;return"root"!==n&&(r=t.maximize().region),(
|
|
362
|
+
var r,n=t.language;return"root"!==n&&(r=t.maximize().region),(De[r||""]||De[n||""]||De["".concat(n,"-001")]||De["001"])[0]}var ke=new RegExp("^".concat(xe.source,"*")),Ue=new RegExp("".concat(xe.source,"*$"));function Ge(t,e){return{start:t,end:e}}
|
|
363
363
|
// #region Ponyfills
|
|
364
364
|
// Consolidate these variables up top for easier toggling during debugging
|
|
365
365
|
var je=!!String.prototype.startsWith,ze=!!String.fromCodePoint,Ve=!!Object.fromEntries,Xe=!!String.prototype.codePointAt,Ke=!!String.prototype.trimStart,We=!!String.prototype.trimEnd,Ye=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},Ze=!0;try{
|
|
@@ -369,17 +369,17 @@ var je=!!String.prototype.startsWith,ze=!!String.fromCodePoint,Ve=!!Object.fromE
|
|
|
369
369
|
* Pattern_Syntax support: not supported
|
|
370
370
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
371
371
|
*/
|
|
372
|
-
Ze="a"===(null===(
|
|
372
|
+
Ze="a"===(null===($e=ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===$e?void 0:$e[0])}catch(t){Ze=!1}var qe,Je=je?// Native
|
|
373
373
|
function(t,e,r){return t.startsWith(e,r)}:// For IE11
|
|
374
374
|
function(t,e,r){return t.slice(r,r+e.length)===e},Qe=ze?String.fromCodePoint:// IE11
|
|
375
375
|
function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,n="",i=t.length,o=0;i>o;){if((r=t[o++])>1114111)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},tr=
|
|
376
376
|
// native
|
|
377
377
|
Ve?Object.fromEntries:// Ponyfill
|
|
378
|
-
function(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r],o=i[0],
|
|
378
|
+
function(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r],o=i[0],a=i[1];e[o]=a}return e},er=Xe?// Native
|
|
379
379
|
function(t,e){return t.codePointAt(e)}:// IE 11
|
|
380
380
|
function(t,e){var r=t.length;if(!(e<0||e>=r)){var n,i=t.charCodeAt(e);return i<55296||i>56319||e+1===r||(n=t.charCodeAt(e+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},rr=Ke?// Native
|
|
381
381
|
function(t){return t.trimStart()}:// Ponyfill
|
|
382
|
-
function(t){return t.replace(
|
|
382
|
+
function(t){return t.replace(ke,"")},nr=We?// Native
|
|
383
383
|
function(t){return t.trimEnd()}:// Ponyfill
|
|
384
384
|
function(t){return t.replace(Ue,"")};
|
|
385
385
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
@@ -389,7 +389,7 @@ if(Ze){
|
|
|
389
389
|
// Native
|
|
390
390
|
var or=ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");qe=function(t,e){var r;return or.lastIndex=e,null!==(r=or.exec(t)[1])&&void 0!==r?r:""}}else
|
|
391
391
|
// IE11
|
|
392
|
-
qe=function(t,e){for(var r=[];;){var n=er(t,e);if(void 0===n||lr(n)||cr(n))break;r.push(n),e+=n>=65536?2:1}return Qe.apply(void 0,r)};var
|
|
392
|
+
qe=function(t,e){for(var r=[];;){var n=er(t,e);if(void 0===n||lr(n)||cr(n))break;r.push(n),e+=n>=65536?2:1}return Qe.apply(void 0,r)};var ar=/** @class */function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(t,r)).err)return o;n.push(o.val)}else{if(125/* `}` */===i&&t>0)break;if(35/* `#` */!==i||"plural"!==e&&"selectordinal"!==e){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(le.UNMATCHED_CLOSING_TAG,Ge(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&sr(this.peek()||0)){if((o=this.parseTag(t,e)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:ce.pound,location:Ge(a,this.clonePosition())})}}}return{val:n,err:null}},
|
|
393
393
|
/**
|
|
394
394
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
395
395
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -411,14 +411,14 @@ qe=function(t,e){for(var r=[];;){var n=er(t,e);if(void 0===n||lr(n)||cr(n))break
|
|
|
411
411
|
t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();// `<`
|
|
412
412
|
var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
413
413
|
// Self closing tag
|
|
414
|
-
return{val:{type:ce.literal,value:"<".concat(n,"/>"),location:Ge(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,
|
|
414
|
+
return{val:{type:ce.literal,value:"<".concat(n,"/>"),location:Ge(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();
|
|
415
415
|
// Expecting a close tag
|
|
416
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
416
|
+
if(this.bumpIf("</")){if(this.isEOF()||!sr(this.char()))return this.error(le.INVALID_TAG,Ge(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(le.UNMATCHED_CLOSING_TAG,Ge(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:ce.tag,value:n,children:o,location:Ge(r,this.clonePosition())},err:null}:this.error(le.INVALID_TAG,Ge(a,this.clonePosition())))}return this.error(le.UNCLOSED_TAG,Ge(r,this.clonePosition()))}return this.error(le.INVALID_TAG,Ge(r,this.clonePosition()))},
|
|
417
417
|
/**
|
|
418
418
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
419
419
|
*/
|
|
420
420
|
t.prototype.parseTagName=function(){var t,e=this.offset();// the first tag name character
|
|
421
|
-
for(this.bump();!this.isEOF()&&(45/* '-' */===(t=this.char())||46/* '.' */===t||t>=48&&t<=57/* 0..9 */||95/* '_' */===t||t>=97&&t<=122/** a..z */||t>=65&&t<=90/* A..Z */||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(e);if(i)n+=i;else{var o=this.tryParseUnquoted(t,e);if(o)n+=o;else{var
|
|
421
|
+
for(this.bump();!this.isEOF()&&(45/* '-' */===(t=this.char())||46/* '.' */===t||t>=48&&t<=57/* 0..9 */||95/* '_' */===t||t>=97&&t<=122/** a..z */||t>=65&&t<=90/* A..Z */||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(e);if(i)n+=i;else{var o=this.tryParseUnquoted(t,e);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Ge(r,this.clonePosition());return{val:{type:ce.literal,value:n,location:s},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(sr(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t;
|
|
422
422
|
/** See `parseTag` function docs. */},
|
|
423
423
|
/**
|
|
424
424
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -456,13 +456,13 @@ this.bumpSpace(),this.isEOF()?this.error(le.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(r,t
|
|
|
456
456
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
457
457
|
* an identifier character. Return an empty string otherwise.
|
|
458
458
|
*/
|
|
459
|
-
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=qe(this.message,e),n=e+r.length;return this.bumpTo(n),{value:r,location:Ge(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,n){var i,o=this.clonePosition(),
|
|
459
|
+
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=qe(this.message,e),n=e+r.length;return this.bumpTo(n),{value:r,location:Ge(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();
|
|
460
460
|
// Parse this range:
|
|
461
461
|
// {name, type, style}
|
|
462
462
|
// ^---^
|
|
463
|
-
switch(
|
|
463
|
+
switch(a){case"":
|
|
464
464
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
465
|
-
return this.error(le.EXPECT_ARGUMENT_TYPE,Ge(o,
|
|
465
|
+
return this.error(le.EXPECT_ARGUMENT_TYPE,Ge(o,s));case"number":case"date":case"time":
|
|
466
466
|
// Parse this range:
|
|
467
467
|
// {name, number, style}
|
|
468
468
|
// ^-------^
|
|
@@ -470,13 +470,13 @@ this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clo
|
|
|
470
470
|
// Extract style or skeleton
|
|
471
471
|
if(l&&Je(null==l?void 0:l.style,"::",0)){
|
|
472
472
|
// Skeleton starts with `::`.
|
|
473
|
-
var h=rr(l.style.slice(2));if("number"===
|
|
473
|
+
var h=rr(l.style.slice(2));if("number"===a)return(g=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?g:{val:{type:ce.number,value:r,location:u,style:g.val},err:null};if(0===h.length)return this.error(le.EXPECT_DATE_TIME_SKELETON,u);var d=h;
|
|
474
474
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
475
475
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
476
476
|
// for unsupported patterns.
|
|
477
|
-
this.locale&&(d=function(t,e){for(var r="",n=0;n<t.length;n++){var i=t.charAt(n);if("j"===i){for(var o=0;n+1<t.length&&t.charAt(n+1)===i;)o++,n++;var
|
|
477
|
+
this.locale&&(d=function(t,e){for(var r="",n=0;n<t.length;n++){var i=t.charAt(n);if("j"===i){for(var o=0;n+1<t.length&&t.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),l=Fe(e);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:ue.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Ce(d):{}};return{val:{type:"date"===a?ce.date:ce.time,value:r,location:u,style:p},err:null}}
|
|
478
478
|
// Regular style or no style.
|
|
479
|
-
return{val:{type:"number"===
|
|
479
|
+
return{val:{type:"number"===a?ce.number:"date"===a?ce.date:ce.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
|
|
480
480
|
// Parse this range:
|
|
481
481
|
// {name, plural, options}
|
|
482
482
|
// ^---------^
|
|
@@ -487,9 +487,9 @@ var f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.err
|
|
|
487
487
|
// or the first option:
|
|
488
488
|
// {name, plural, one {...} other {...}}
|
|
489
489
|
// ^--^
|
|
490
|
-
var y=this.parseIdentifierIfPossible(),m=0;if("select"!==
|
|
490
|
+
var y=this.parseIdentifierIfPossible(),m=0;if("select"!==a&&"offset"===y.value){if(!this.bumpIf(":"))return this.error(le.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ge(this.clonePosition(),this.clonePosition()));var g;if(this.bumpSpace(),(g=this.tryParseDecimalInteger(le.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,le.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return g;
|
|
491
491
|
// Parse another identifier for option parsing
|
|
492
|
-
this.bumpSpace(),y=this.parseIdentifierIfPossible(),m=g.val}var b,v=this.tryParsePluralOrSelectOptions(t,
|
|
492
|
+
this.bumpSpace(),y=this.parseIdentifierIfPossible(),m=g.val}var b,v=this.tryParsePluralOrSelectOptions(t,a,e,y);if(v.err)return v;if((b=this.tryParseArgumentClose(n)).err)return b;var E=Ge(n,this.clonePosition());return"select"===a?{val:{type:ce.select,value:r,options:tr(v.val),location:E},err:null}:{val:{type:ce.plural,value:r,options:tr(v.val),offset:m,pluralType:"plural"===a?"cardinal":"ordinal",location:E},err:null};default:return this.error(le.INVALID_ARGUMENT_TYPE,Ge(o,s))}},t.prototype.tryParseArgumentClose=function(t){
|
|
493
493
|
// Parse: {value, number, ::currency/GBP }
|
|
494
494
|
return this.isEOF()||125/* `}` */!==this.char()?this.error(le.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
495
495
|
/**
|
|
@@ -500,7 +500,7 @@ t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePos
|
|
|
500
500
|
// Find the end of the quoted literal text.
|
|
501
501
|
this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(le.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ge(r,this.clonePosition()));this.bump();break;case 123/* `{` */:t+=1,this.bump();break;case 125/* `}` */:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");
|
|
502
502
|
// Parse the skeleton
|
|
503
|
-
for(var e=[],r=0,n=t.split(Ae).filter((function(t){return t.length>0}));r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],
|
|
503
|
+
for(var e=[],r=0,n=t.split(Ae).filter((function(t){return t.length>0}));r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],a=i.slice(1),s=0,l=a;s<l.length;s++)if(0===l[s].length)throw new Error("Invalid number skeleton");e.push({stem:o,options:a})}return e}(t)}catch(t){return this.error(le.INVALID_NUMBER_SKELETON,e)}return{val:{type:ue.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?Re(r):{}},err:null}},
|
|
504
504
|
/**
|
|
505
505
|
* @param nesting_level The current nesting level of messages.
|
|
506
506
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -515,19 +515,19 @@ t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,n){
|
|
|
515
515
|
// Parse:
|
|
516
516
|
// one {one apple}
|
|
517
517
|
// ^--^
|
|
518
|
-
for(var i,o=!1,
|
|
518
|
+
for(var i,o=!1,a=[],s=new Set,l=n.value,c=n.location;;){if(0===l.length){var u=this.clonePosition();if("select"===e||!this.bumpIf("="))break;
|
|
519
519
|
// Try parse `={number}` selector
|
|
520
520
|
var h=this.tryParseDecimalInteger(le.EXPECT_PLURAL_ARGUMENT_SELECTOR,le.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Ge(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
521
521
|
// Duplicate selector clauses
|
|
522
|
-
if(
|
|
522
|
+
if(s.has(l))return this.error("select"===e?le.DUPLICATE_SELECT_ARGUMENT_SELECTOR:le.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
523
523
|
// Parse:
|
|
524
524
|
// one {one apple}
|
|
525
525
|
// ^----------^
|
|
526
|
-
this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?le.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:le.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ge(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var f=this.tryParseArgumentClose(d);if(f.err)return f;
|
|
526
|
+
this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?le.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:le.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ge(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var f=this.tryParseArgumentClose(d);if(f.err)return f;a.push([l,{value:p.val,location:Ge(d,this.clonePosition())}]),
|
|
527
527
|
// Keep track of the existing selectors
|
|
528
|
-
|
|
528
|
+
s.add(l),
|
|
529
529
|
// Prep next selector clause.
|
|
530
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===
|
|
530
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===a.length?this.error("select"===e?le.EXPECT_SELECT_ARGUMENT_SELECTOR:le.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ge(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(le.MISSING_OTHER_CLAUSE,Ge(this.clonePosition(),this.clonePosition())):{val:a,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48/* `0` */&&a<=57/* `9` */))break;i=!0,o=10*o+(a-48),this.bump()}var s=Ge(n,this.clonePosition());return i?Ye(o*=r)?{val:o,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){
|
|
531
531
|
// This is much faster than `Object.assign` or spread.
|
|
532
532
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
533
533
|
/**
|
|
@@ -567,7 +567,7 @@ t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this
|
|
|
567
567
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
568
568
|
* @param codepoint
|
|
569
569
|
* @returns
|
|
570
|
-
*/function
|
|
570
|
+
*/function sr(t){return t>=97&&t<=122||t>=65&&t<=90}
|
|
571
571
|
/**
|
|
572
572
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
573
573
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
@@ -576,7 +576,7 @@ function lr(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||
|
|
|
576
576
|
/**
|
|
577
577
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
578
578
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
579
|
-
*/function cr(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ur(t){t.forEach((function(t){if(delete t.location,be(t)||ve(t))for(var e in t.options)delete t.options[e].location,ur(t.options[e].value);else ye(t)&&Te(t.style)||(me(t)||ge(t))&&_e(t.style)?delete t.style.location:we(t)&&ur(t.children)}))}function hr(t,e){void 0===e&&(e={}),e=he({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new
|
|
579
|
+
*/function cr(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ur(t){t.forEach((function(t){if(delete t.location,be(t)||ve(t))for(var e in t.options)delete t.options[e].location,ur(t.options[e].value);else ye(t)&&Te(t.style)||(me(t)||ge(t))&&_e(t.style)?delete t.style.location:we(t)&&ur(t.children)}))}function hr(t,e){void 0===e&&(e={}),e=he({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new ar(t,e).parse();if(r.err){var n=SyntaxError(le[r.err.kind]);
|
|
580
580
|
// @ts-expect-error Assign to error object
|
|
581
581
|
throw n.location=r.err.location,
|
|
582
582
|
// @ts-expect-error Assign to error object
|
|
@@ -588,7 +588,7 @@ function dr(t,e){var r=e&&e.cache?e.cache:Er,n=e&&e.serializer?e.serializer:gr;r
|
|
|
588
588
|
|
|
589
589
|
// Strategy
|
|
590
590
|
|
|
591
|
-
function pr(t,e,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),
|
|
591
|
+
function pr(t,e,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=e.get(o);return void 0===a&&(a=t.call(this,n),e.set(o,a)),a}function fr(t,e,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=e.get(i);return void 0===o&&(o=t.apply(this,n),e.set(i,o)),o}function yr(t,e,r,n,i){return r.bind(e,t,n,i)}function mr(t,e){return yr(t,this,1===t.length?pr:fr,e.cache.create(),e.serializer)}
|
|
592
592
|
// Serializer
|
|
593
593
|
var gr=function(){return JSON.stringify(arguments)};
|
|
594
594
|
|
|
@@ -602,33 +602,33 @@ t.MISSING_VALUE="MISSING_VALUE",
|
|
|
602
602
|
// When value supplied is invalid
|
|
603
603
|
t.INVALID_VALUE="INVALID_VALUE",
|
|
604
604
|
// When we need specific Intl API but it's not available
|
|
605
|
-
t.MISSING_INTL_API="MISSING_INTL_API"}(vr||(vr={}));var Tr,_r=/** @class */function(t){function e(e,r,n){var i=t.call(this,e)||this;return i.code=r,i.originalMessage=n,i}return
|
|
605
|
+
t.MISSING_INTL_API="MISSING_INTL_API"}(vr||(vr={}));var Tr,_r=/** @class */function(t){function e(e,r,n){var i=t.call(this,e)||this;return i.code=r,i.originalMessage=n,i}return se(e,t),e.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},e}(Error),xr=/** @class */function(t){function e(e,r,n,i){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),vr.INVALID_VALUE,i)||this}return se(e,t),e}(_r),Br=/** @class */function(t){function e(e,r,n){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(r),vr.INVALID_VALUE,n)||this}return se(e,t),e}(_r),Cr=/** @class */function(t){function e(e,r){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(r,'"'),vr.MISSING_VALUE,r)||this}return se(e,t),e}(_r);function Ar(t){return"function"==typeof t}
|
|
606
606
|
// TODO(skeleton): add skeleton support
|
|
607
607
|
function Hr(t,e,r,n,i,o,
|
|
608
608
|
// For debugging
|
|
609
|
-
|
|
609
|
+
a){
|
|
610
610
|
// Hot path for straight simple msg translations
|
|
611
|
-
if(1===t.length&&pe(t[0]))return[{type:Tr.literal,value:t[0].value}];for(var
|
|
611
|
+
if(1===t.length&&pe(t[0]))return[{type:Tr.literal,value:t[0].value}];for(var s=[],l=0,c=t;l<c.length;l++){var u=c[l];
|
|
612
612
|
// Exit early for string parts.
|
|
613
|
-
if(pe(u))
|
|
613
|
+
if(pe(u))s.push({type:Tr.literal,value:u.value});else
|
|
614
614
|
// TODO: should this part be literal type?
|
|
615
615
|
// Replace `#` in plural rules with the actual numeric value.
|
|
616
|
-
if(Ee(u))"number"==typeof o&&
|
|
616
|
+
if(Ee(u))"number"==typeof o&&s.push({type:Tr.literal,value:r.getNumberFormat(e).format(o)});else{var h=u.value;
|
|
617
617
|
// Enforce that all required values are provided by the caller.
|
|
618
|
-
if(!i||!(h in i))throw new Cr(h,
|
|
618
|
+
if(!i||!(h in i))throw new Cr(h,a);var d=i[h];if(fe(u))d&&"string"!=typeof d&&"number"!=typeof d||(d="string"==typeof d||"number"==typeof d?String(d):""),s.push({type:"string"==typeof d?Tr.literal:Tr.object,value:d});else
|
|
619
619
|
// Recursively format plural and select parts' option — which can be a
|
|
620
620
|
// nested pattern structure. The choosing of the option to use is
|
|
621
621
|
// abstracted-by and delegated-to the part helper object.
|
|
622
|
-
if(me(u)){var p="string"==typeof u.style?n.date[u.style]:_e(u.style)?u.style.parsedOptions:void 0;
|
|
622
|
+
if(me(u)){var p="string"==typeof u.style?n.date[u.style]:_e(u.style)?u.style.parsedOptions:void 0;s.push({type:Tr.literal,value:r.getDateTimeFormat(e,p).format(d)})}else if(ge(u)){p="string"==typeof u.style?n.time[u.style]:_e(u.style)?u.style.parsedOptions:n.time.medium;s.push({type:Tr.literal,value:r.getDateTimeFormat(e,p).format(d)})}else if(ye(u)){(p="string"==typeof u.style?n.number[u.style]:Te(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(d*=p.scale||1),s.push({type:Tr.literal,value:r.getNumberFormat(e,p).format(d)})}else{if(we(u)){var f=u.children,y=u.value,m=i[y];if(!Ar(m))throw new Br(y,"function",a);var g=m(Hr(f,e,r,n,i,o).map((function(t){return t.value})));Array.isArray(g)||(g=[g]),s.push.apply(s,g.map((function(t){return{type:"string"==typeof t?Tr.literal:Tr.object,value:t}})))}if(be(u)){if(!(b=u.options[d]||u.options.other))throw new xr(u.value,d,Object.keys(u.options),a);s.push.apply(s,Hr(b.value,e,r,n,i))}else if(ve(u)){var b;if(!(b=u.options["=".concat(d)])){if(!Intl.PluralRules)throw new _r('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',vr.MISSING_INTL_API,a);var v=r.getPluralRules(e,{type:u.pluralType}).select(d-(u.offset||0));b=u.options[v]||u.options.other}if(!b)throw new xr(u.value,d,Object.keys(u.options),a);s.push.apply(s,Hr(b.value,e,r,n,i,d-(u.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce((function(t,e){var r=t[t.length-1];return r&&r.type===Tr.literal&&e.type===Tr.literal?r.value+=e.value:t.push(e),t}),[])}(s)}
|
|
623
623
|
/*
|
|
624
624
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
625
625
|
Copyrights licensed under the New BSD License.
|
|
626
626
|
See the accompanying LICENSE file for terms.
|
|
627
627
|
*/
|
|
628
628
|
// -- MessageFormat --------------------------------------------------------
|
|
629
|
-
function Sr(t,e){return e?Object.keys(t).reduce((function(r,n){var i,o;return r[n]=(i=t[n],(o=e[n])?he(he(he({},i||{}),o||{}),Object.keys(i).reduce((function(t,e){return t[e]=he(he({},i[e]),o[e]||{}),t}),{})):i),r}),he({},t)):t}function Pr(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,r){t[e]=r}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Tr||(Tr={}));var Lr=/** @class */function(){function t(e,r,n,i){var o,
|
|
629
|
+
function Sr(t,e){return e?Object.keys(t).reduce((function(r,n){var i,o;return r[n]=(i=t[n],(o=e[n])?he(he(he({},i||{}),o||{}),Object.keys(i).reduce((function(t,e){return t[e]=he(he({},i[e]),o[e]||{}),t}),{})):i),r}),he({},t)):t}function Pr(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,r){t[e]=r}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Tr||(Tr={}));var Lr=/** @class */function(){function t(e,r,n,i){var o,a=this;if(void 0===r&&(r=t.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=a.formatToParts(t);
|
|
630
630
|
// Hot path for straight simple msg translations
|
|
631
|
-
if(1===e.length)return e[0].value;var r=e.reduce((function(t,e){return t.length&&e.type===Tr.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t}),[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(t){return Hr(
|
|
631
|
+
if(1===e.length)return e[0].value;var r=e.reduce((function(t,e){return t.length&&e.type===Tr.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t}),[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(t){return Hr(a.ast,a.locales,a.formatters,a.formats,t,void 0,a.message)},this.resolvedOptions=function(){return{locale:a.resolvedLocale.toString()}},this.getAst=function(){return a.ast},
|
|
632
632
|
// Defined first because it's used to build the format pattern.
|
|
633
633
|
this.locales=r,this.resolvedLocale=t.resolveLocale(r),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
634
634
|
// Parse string messages into an AST.
|
|
@@ -639,9 +639,9 @@ this.formats=Sr(t.formats,n),this.formatters=i&&i.formatters||(void 0===(o=this.
|
|
|
639
639
|
// Default format options used as the prototype of the `formats` provided to the
|
|
640
640
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
641
641
|
// and Intl.DateTimeFormat instances.
|
|
642
|
-
t.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"}}},t}();const Ir={},Or=(t,e,r)=>r?(e in Ir||(Ir[e]={}),t in Ir[e]||(Ir[e][t]=r),r):r,Mr=(t,e)=>{if(null==e)return;if(e in Ir&&t in Ir[e])return Ir[e][t];const r=on(e);for(let n=0;n<r.length;n++){const i
|
|
642
|
+
t.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"}}},t}();const Ir={},Or=(t,e,r)=>r?(e in Ir||(Ir[e]={}),t in Ir[e]||(Ir[e][t]=r),r):r,Mr=(t,e)=>{if(null==e)return;if(e in Ir&&t in Ir[e])return Ir[e][t];const r=on(e);for(let n=0;n<r.length;n++){const i=Dr(r[n],t);if(i)return Or(t,e,i)}};let Nr;const Rr=Yt({});function $r(t){return t in Nr}function Dr(t,e){if(!$r(t))return null;const r=function(t){return Nr[t]||null}(t);return function(t,e){if(null==e)return;if(e in t)return t[e];const r=e.split(".");let n=t;for(let t=0;t<r.length;t++)if("object"==typeof n){if(t>0){const e=r.slice(t,r.length).join(".");if(e in n){n=n[e];break}}n=n[r[t]]}else n=void 0;return n}(r,e)}Zt([Rr],(([t])=>Object.keys(t))),Rr.subscribe((t=>Nr=t));const Fr={};function kr(t){return Fr[t]}function Ur(t){return null!=t&&on(t).some((t=>{var e;return null==(e=kr(t))?void 0:e.size}))}function Gr(t,e){const r=Promise.all(e.map((e=>(function(t,e){Fr[t].delete(e),0===Fr[t].size&&delete Fr[t]}(t,e),e().then((t=>t.default||t))))));return r.then((e=>function(t,...e){delete Ir[t],Rr.update((r=>(r[t]=oe.all([r[t]||{},...e]),r)))}(t,...e)))}const jr={};function zr(t){if(!Ur(t))return t in jr?jr[t]:Promise.resolve();const e=function(t){return on(t).map((t=>{const e=kr(t);return[t,e?[...e]:[]]})).filter((([,t])=>t.length>0))}(t);return jr[t]=Promise.all(e.map((([t,e])=>Gr(t,e)))).then((()=>{if(Ur(t))return zr(t);delete jr[t]})),jr[t]}const Vr={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};function Xr(){return Vr}const Kr=Yt(!1);var Wr=Object.defineProperty,Yr=Object.defineProperties,Zr=Object.getOwnPropertyDescriptors,qr=Object.getOwnPropertySymbols,Jr=Object.prototype.hasOwnProperty,Qr=Object.prototype.propertyIsEnumerable,tn=(t,e,r)=>e in t?Wr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;let en;const rn=Yt(null);function nn(t){return t.split("-").map(((t,e,r)=>r.slice(0,e+1).join("-"))).reverse()}function on(t,e=Xr().fallbackLocale){const r=nn(t);return e?[...new Set([...r,...nn(e)])]:r}function an(){return null!=en?en:void 0}rn.subscribe((t=>{en=null!=t?t:void 0,"undefined"!=typeof window&&null!=t&&document.documentElement.setAttribute("lang",t)}));const sn=(ln=((t,e)=>{for(var r in e||(e={}))Jr.call(e,r)&&tn(t,r,e[r]);if(qr)for(var r of qr(e))Qr.call(e,r)&&tn(t,r,e[r]);return t})({},rn),Yr(ln,Zr({set:t=>{if(t&&function(t){if(null==t)return;const e=on(t);for(let t=0;t<e.length;t++){const r=e[t];if($r(r))return r}}(t)&&Ur(t)){const{loadingDelay:e}=Xr();let r;return"undefined"!=typeof window&&null!=an()&&e?r=window.setTimeout((()=>Kr.set(!0)),e):Kr.set(!0),zr(t).then((()=>{rn.set(t)})).finally((()=>{clearTimeout(r),Kr.set(!1)}))}return rn.set(t)}})));var ln;const cn=t=>{const e=Object.create(null);return r=>{const n=JSON.stringify(r);return n in e?e[n]:e[n]=t(r)}};var un=Object.defineProperty,hn=Object.getOwnPropertySymbols,dn=Object.prototype.hasOwnProperty,pn=Object.prototype.propertyIsEnumerable,fn=(t,e,r)=>e in t?un(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,yn=(t,e)=>{for(var r in e||(e={}))dn.call(e,r)&&fn(t,r,e[r]);if(hn)for(var r of hn(e))pn.call(e,r)&&fn(t,r,e[r]);return t},mn=(t,e)=>{var r={};for(var n in t)dn.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&hn)for(var n of hn(t))e.indexOf(n)<0&&pn.call(t,n)&&(r[n]=t[n]);return r};const gn=(t,e)=>{const{formats:r}=Xr();if(t in r&&e in r[t])return r[t][e];throw new Error(`[svelte-i18n] Unknown "${e}" ${t} format.`)},bn=cn((t=>{var e=t,{locale:r,format:n}=e,i=mn(e,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=gn("number",n)),new Intl.NumberFormat(r,i)})),vn=cn((t=>{var e=t,{locale:r,format:n}=e,i=mn(e,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=gn("date",n):0===Object.keys(i).length&&(i=gn("date","short")),new Intl.DateTimeFormat(r,i)})),En=cn((t=>{var e=t,{locale:r,format:n}=e,i=mn(e,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=gn("time",n):0===Object.keys(i).length&&(i=gn("time","short")),new Intl.DateTimeFormat(r,i)})),wn=cn((
|
|
643
643
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
644
|
-
(t,e=
|
|
644
|
+
(t,e=an())=>new Lr(t,e,Xr().formats,{ignoreTag:Xr().ignoreTag}))),Tn=(t,e={})=>{var r,n,i,o;let a=e;"object"==typeof t&&(a=t,t=a.id);const{values:s,locale:l=an(),default:c}=a;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Mr(t,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${t}" 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=Xr()).handleMissingMessage)?void 0:n.call(r,{locale:l,id:t,defaultValue:c}))?i:c)?o:t;if(!s)return u;let h=u;try{h=wn(u,l).format(s)}catch(e){e instanceof Error&&console.warn(`[svelte-i18n] Message "${t}" has syntax error:`,e.message)}return h},_n=(t,e)=>((t={})=>{var e=t,{locale:r=an()}=e,n=mn(e,["locale"]);return En(yn({locale:r},n))})(e).format(t),xn=(t,e)=>((t={})=>{var e=t,{locale:r=an()}=e,n=mn(e,["locale"]);return vn(yn({locale:r},n))})(e).format(t),Bn=(t,e)=>((t={})=>{var e=t,{locale:r=an()}=e,n=mn(e,["locale"]);return bn(yn({locale:r},n))})(e).format(t),Cn=(t,e=an())=>Mr(t,e);Zt([sn,Rr],(()=>Tn)),Zt([sn],(()=>_n)),Zt([sn],(()=>xn)),Zt([sn],(()=>Bn)),Zt([sn,Rr],(()=>Cn)),window.emWidgets={topic:(t,e=0)=>{if(-1==Xt.indexOf(t)){let r=new Vt(e);Kt[t]=r,Xt.push(t)}return Kt[t]}};
|
|
645
645
|
/**
|
|
646
646
|
* @name isMobile
|
|
647
647
|
* @description A method that returns if the browser used to access the app is from a mobile device or not
|
|
@@ -658,7 +658,7 @@ const An=t=>!!(t.toLowerCase().match(/android/i)||t.toLowerCase().match(/blackbe
|
|
|
658
658
|
/* ../casino-calendar-daily-details/src/CasinoCalendarDailyDetails.svelte generated by Svelte v3.59.2 */
|
|
659
659
|
function Hn(t,e,r){const n=t.slice();return n[26]=e[r],n[27]=e,n[28]=r,n}function Sn(t,e,r){const n=t.slice();return n[29]=e[r],n[31]=r,n}
|
|
660
660
|
// (105:4) {:else}
|
|
661
|
-
function Pn(t){let e,r,n,i,o,s,
|
|
661
|
+
function Pn(t){let e,r,n,i,o,a,s,l,f,v=/*dailyeventsDetails*/t[3],w=[];for(let e=0;e<v.length;e+=1)w[e]=$n(Hn(t,v,e));return{c(){e=p("div"),r=p("span"),r.innerHTML='<slot name="close"><svg class="w-6 h-6" 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="M6 18L18 6M6 6l12 12"></path></svg></slot>',n=m(),i=p("div"),o=y(/*dailyday*/t[1]),a=m();for(let t=0;t<w.length;t+=1)w[t].c();b(r,"class","ModalCloseBtn"),b(r,"role","button"),b(i,"class","CasinoCalendarDailyDay"),b(e,"class",s="CasinoCalendarDailyDetailsBackground "+(/*mobileView*/t[5]?"Mobile":""))},m(s,h){u(s,e,h),c(e,r),c(e,n),c(e,i),c(i,o),c(e,a);for(let t=0;t<w.length;t+=1)w[t]&&w[t].m(e,null);l||(f=g(r,"click",/*closeModal*/t[6]),l=!0)},p(t,r){if(/*dailyday*/2&r[0]&&E(o,/*dailyday*/t[1]),/*dailyeventsDetails, setActiveTab, handleDetailsArea, dailybuttontitle*/393&r[0]){let n;for(v=/*dailyeventsDetails*/t[3],n=0;n<v.length;n+=1){const i=Hn(t,v,n);w[n]?w[n].p(i,r):(w[n]=$n(i),w[n].c(),w[n].m(e,null))}for(;n<w.length;n+=1)w[n].d(1);w.length=v.length}/*mobileView*/32&r[0]&&s!==(s="CasinoCalendarDailyDetailsBackground "+(/*mobileView*/t[5]?"Mobile":""))&&b(e,"class",s)},d(t){t&&h(e),d(w,t),l=!1,f()}}}
|
|
662
662
|
// (103:4) {#if isLoading}
|
|
663
663
|
function Ln(e){let r;return{c(){r=p("p"),r.textContent="Loading ...",b(r,"class","SearchLoading"),b(r,"part","SearchLoading")},m(t,e){u(t,r,e)},p:t,d(t){t&&h(r)}}}
|
|
664
664
|
// (135:16) {:else}
|
|
@@ -666,48 +666,48 @@ function In(t){let e,r;return{c(){e=f("svg"),r=f("path"),b(r,"stroke-linecap","r
|
|
|
666
666
|
// (121:16) {#if event.expandedInfo == true}
|
|
667
667
|
function On(t){let e,r;return{c(){e=f("svg"),r=f("path"),b(r,"stroke-linecap","round"),b(r,"stroke-linejoin","round"),b(r,"d","M19.5 8.25l-7.5 7.5-7.5-7.5"),b(e,"xmlns","http://www.w3.org/2000/svg"),b(e,"fill","none"),b(e,"viewBox","0 0 24 24"),b(e,"stroke-width","1.5"),b(e,"stroke","var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))"),b(e,"class","IconUp")},m(t,n){u(t,e,n),c(e,r)},d(t){t&&h(e)}}}
|
|
668
668
|
// (153:14) {#if event.expandedInfo == true}
|
|
669
|
-
function Mn(t){let e,r,n,i=/*event*/t[26].details,o=[];for(let e=0;e<i.length;e+=1)o[e]=Nn(Sn(t,i,e));let
|
|
669
|
+
function Mn(t){let e,r,n,i=/*event*/t[26].details,o=[];for(let e=0;e<i.length;e+=1)o[e]=Nn(Sn(t,i,e));let a=/*event*/t[26].detailsExpanded&&Rn(t);return{c(){e=p("div");for(let t=0;t<o.length;t+=1)o[t].c();r=m(),a&&a.c(),n=y(""),b(e,"class","DetailsTabsTitles")},m(t,i){u(t,e,i);for(let t=0;t<o.length;t+=1)o[t]&&o[t].m(e,null);u(t,r,i),a&&a.m(t,i),u(t,n,i)},p(t,r){if(/*dailyeventsDetails, setActiveTab*/264&r[0]){let n;for(i=/*event*/t[26].details,n=0;n<i.length;n+=1){const a=Sn(t,i,n);o[n]?o[n].p(a,r):(o[n]=Nn(a),o[n].c(),o[n].m(e,null))}for(;n<o.length;n+=1)o[n].d(1);o.length=i.length}/*event*/t[26].detailsExpanded?a?a.p(t,r):(a=Rn(t),a.c(),a.m(n.parentNode,n)):a&&(a.d(1),a=null)},d(t){t&&h(e),d(o,t),t&&h(r),a&&a.d(t),t&&h(n)}}}
|
|
670
670
|
// (155:18) {#each event.details as detail, i}
|
|
671
|
-
function Nn(t){let e,r,n,i,o,s,
|
|
672
|
-
return t[18](/*event*/t[26],/*i*/t[31],/*index*/t[28])}return{c(){e=p("div"),r=p("div"),n=p("button"),o=m(),b(n,"class",i="HeaderButton "+(/*i*/t[31]===/*event*/t[26].selectedTab?"Active":"")),b(r,"class","Header"),b(e,"class",
|
|
671
|
+
function Nn(t){let e,r,n,i,o,a,s,l,d=/*detail*/t[29].title+"";function f(){/*click_handler_1*/
|
|
672
|
+
return t[18](/*event*/t[26],/*i*/t[31],/*index*/t[28])}return{c(){e=p("div"),r=p("div"),n=p("button"),o=m(),b(n,"class",i="HeaderButton "+(/*i*/t[31]===/*event*/t[26].selectedTab?"Active":"")),b(r,"class","Header"),b(e,"class",a=/*i*/t[31]===/*event*/t[26].selectedTab?"SelectedTab":""),b(e,"id","CollapseMoreInfoButton"),w(e,"height",/*event*/t[26].expandedInfo?"100%":"")},m(t,i){u(t,e,i),c(e,r),c(r,n),n.innerHTML=d,c(e,o),s||(l=g(n,"click",f),s=!0)},p(r,o){t=r,/*dailyeventsDetails*/8&o[0]&&d!==(d=/*detail*/t[29].title+"")&&(n.innerHTML=d),/*dailyeventsDetails*/8&o[0]&&i!==(i="HeaderButton "+(/*i*/t[31]===/*event*/t[26].selectedTab?"Active":""))&&b(n,"class",i),/*dailyeventsDetails*/8&o[0]&&a!==(a=/*i*/t[31]===/*event*/t[26].selectedTab?"SelectedTab":"")&&b(e,"class",a),/*dailyeventsDetails*/8&o[0]&&w(e,"height",/*event*/t[26].expandedInfo?"100%":"")},d(t){t&&h(e),s=!1,l()}}}
|
|
673
673
|
// (166:16) {#if event.detailsExpanded}
|
|
674
|
-
function
|
|
674
|
+
function Rn(t){let e,r,n=/*event*/t[26].details[/*event*/t[26].selectedTab].description+"";return{c(){e=p("div"),b(e,"class",r="DetailTabsDescription "+(/*event*/t[26].details[/*event*/t[26].selectedTab].expandedTab?"":"NotVisible"))},m(t,r){u(t,e,r),e.innerHTML=n},p(t,i){/*dailyeventsDetails*/8&i[0]&&n!==(n=/*event*/t[26].details[/*event*/t[26].selectedTab].description+"")&&(e.innerHTML=n),/*dailyeventsDetails*/8&i[0]&&r!==(r="DetailTabsDescription "+(/*event*/t[26].details[/*event*/t[26].selectedTab].expandedTab?"":"NotVisible"))&&b(e,"class",r)},d(t){t&&h(e)}}}
|
|
675
675
|
// (113:8) {#each dailyeventsDetails as event, index}
|
|
676
|
-
function
|
|
676
|
+
function $n(t){let e,r,n,i,o,a,s,d,f,y,v,E,w,_,x,B,C,A,H=/*event*/t[26].title+"",S=/*event*/t[26].description+"";function P(t,e){/*event*/
|
|
677
677
|
return 1==t[26].expandedInfo?On:In}let L=P(t),I=L(t);function O(){/*click_handler*/
|
|
678
|
-
return t[17](/*event*/t[26],/*each_value*/t[27],/*index*/t[28])}let M=/*event*/1==t[26].expandedInfo&&Mn(t);return{c(){e=p("div"),r=p("div"),n=m(),i=p("div"),o=p("img"),d=m(),f=p("div"),y=m(),v=p("div"),E=p("button"),w=new T(!1),_=m(),I.c(),x=m(),M&&M.c(),B=m(),b(r,"class","CasinoCalendarDailyTitle"),b(o,"class","CasinoCalendarFitImage"),l(o.src,
|
|
678
|
+
return t[17](/*event*/t[26],/*each_value*/t[27],/*index*/t[28])}let M=/*event*/1==t[26].expandedInfo&&Mn(t);return{c(){e=p("div"),r=p("div"),n=m(),i=p("div"),o=p("img"),d=m(),f=p("div"),y=m(),v=p("div"),E=p("button"),w=new T(!1),_=m(),I.c(),x=m(),M&&M.c(),B=m(),b(r,"class","CasinoCalendarDailyTitle"),b(o,"class","CasinoCalendarFitImage"),l(o.src,a=/*event*/t[26].image)||b(o,"src",a),b(o,"alt",s=/*event*/t[26].image),b(i,"class","CasinoCalendarImage"),b(f,"class","CasinoCalendarDailyDescription"),w.a=_,b(E,"class","MoreInfoButton"),b(v,"class","CasinoCalendarTabs"),b(e,"class","CasinoCalendarDailyDetailsParent")},m(a,s){u(a,e,s),c(e,r),r.innerHTML=H,c(e,n),c(e,i),c(i,o),c(e,d),c(e,f),f.innerHTML=S,c(e,y),c(e,v),c(v,E),w.m(/*dailybuttontitle*/t[0],E),c(E,_),I.m(E,null),c(v,x),M&&M.m(v,null),c(e,B),C||(A=g(E,"click",O),C=!0)},p(e,n){t=e,/*dailyeventsDetails*/8&n[0]&&H!==(H=/*event*/t[26].title+"")&&(r.innerHTML=H),/*dailyeventsDetails*/8&n[0]&&!l(o.src,a=/*event*/t[26].image)&&b(o,"src",a),/*dailyeventsDetails*/8&n[0]&&s!==(s=/*event*/t[26].image)&&b(o,"alt",s),/*dailyeventsDetails*/8&n[0]&&S!==(S=/*event*/t[26].description+"")&&(f.innerHTML=S),/*dailybuttontitle*/1&n[0]&&w.p(/*dailybuttontitle*/t[0]),L!==(L=P(t))&&(I.d(1),I=L(t),I&&(I.c(),I.m(E,null))),/*event*/1==t[26].expandedInfo?M?M.p(t,n):(M=Mn(t),M.c(),M.m(v,null)):M&&(M.d(1),M=null)},d(t){t&&h(e),I.d(),M&&M.d(),C=!1,A()}}}function Dn(e){let r;function n(t,e){/*isLoading*/
|
|
679
679
|
return t[4]?Ln:Pn}let i=n(e),o=i(e);return{c(){r=p("div"),o.c(),this.c=t},m(t,n){u(t,r,n),o.m(r,null),
|
|
680
680
|
/*div_binding*/e[19](r)},p(t,e){i===(i=n(t))&&o?o.p(t,e):(o.d(1),o=i(t),o&&(o.c(),o.m(r,null)))},i:t,o:t,d(t){t&&h(r),o.d(),
|
|
681
|
-
/*div_binding*/e[19](null)}}}function
|
|
681
|
+
/*div_binding*/e[19](null)}}}function Fn(t,e,r){let n,{dailybackground:i=""}=e,{dailybuttontitle:o=""}=e,{dailyday:a=""}=e,{dailydescription:s="<p></p>"}=e,{dailyicon:l=""}=e,{dailytitle:c=""}=e,{lang:u="en"}=e,{clientstyling:h=""}=e,{clientstylingurl:d=""}=e,{translationUrl:p=""}=e,f=[],y=!0,m=!1,g=window.navigator.userAgent;!function({withLocale:t,translations:e}){sn.subscribe((r=>{null==r&&(Rr.set(e),sn.set(t))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
682
682
|
/*dictionary.set(translations);
|
|
683
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});const b=t=>{"DailyEventsData"==t.data.type&&(r(4,y=!1),r(3,f=t.data.data),f.forEach((t=>{t.expandedInfo=!1,t.detailsExpanded=!1,t.selectedTab=0,t.details.forEach(((t,e)=>{t.expandedTab=0==e}))})))},v=()=>{var t;t=u,
|
|
683
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});const b=t=>{"DailyEventsData"==t.data.type&&(r(4,y=!1),r(3,f=t.data.data),f.forEach((t=>{t.expandedInfo=!1,t.detailsExpanded=!1,t.selectedTab=0,t.details.forEach(((t,e)=>{t.expandedTab=0==e}))})))},v=()=>{var t;t=u,sn.set(t)},E=t=>{r(3,f[t].detailsExpanded=!f[t].detailsExpanded,f),
|
|
684
684
|
//Analytics event
|
|
685
|
-
"function"==typeof gtag&>ag("event","MoreInfo",{context:"CalendarWidgetDetails"})},w=(t,e,n)=>{r(3,f[n].selectedTab=e,f),t.details.forEach(((t,e)=>{f[n].selectedTab!=e?t.expandedTab=!1:t.expandedTab=!0}))};B((()=>(window.addEventListener("message",b,!1),An(g)&&r(5,m=!0),()=>{window.removeEventListener("message",b)})));return t.$$set=t=>{"dailybackground"in t&&r(9,i=t.dailybackground),"dailybuttontitle"in t&&r(0,o=t.dailybuttontitle),"dailyday"in t&&r(1,
|
|
685
|
+
"function"==typeof gtag&>ag("event","MoreInfo",{context:"CalendarWidgetDetails"})},w=(t,e,n)=>{r(3,f[n].selectedTab=e,f),t.details.forEach(((t,e)=>{f[n].selectedTab!=e?t.expandedTab=!1:t.expandedTab=!0}))};B((()=>(window.addEventListener("message",b,!1),An(g)&&r(5,m=!0),()=>{window.removeEventListener("message",b)})));return t.$$set=t=>{"dailybackground"in t&&r(9,i=t.dailybackground),"dailybuttontitle"in t&&r(0,o=t.dailybuttontitle),"dailyday"in t&&r(1,a=t.dailyday),"dailydescription"in t&&r(10,s=t.dailydescription),"dailyicon"in t&&r(11,l=t.dailyicon),"dailytitle"in t&&r(12,c=t.dailytitle),"lang"in t&&r(13,u=t.lang),"clientstyling"in t&&r(14,h=t.clientstyling),"clientstylingurl"in t&&r(15,d=t.clientstylingurl),"translationUrl"in t&&r(16,p=t.translationUrl)},t.$$.update=()=>{/*lang*/8192&t.$$.dirty[0]&&u&&v(),/*clientstyling, customStylingContainer*/16388&t.$$.dirty[0]&&h&&n&&(()=>{let t=document.createElement("style");t.innerHTML=h,n.appendChild(t)})(),/*clientstylingurl, customStylingContainer*/32772&t.$$.dirty[0]&&d&&n&&(()=>{let t=new URL(d),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{n.appendChild(e)}),1),setTimeout((()=>{}),500)}))})()},[o,a,n,f,y,m,()=>{window.postMessage({type:"ModalClosed"},window.location.href),f.forEach(((t,e)=>{t.detailsExpanded=0==e,t.expandedInfo=0==e,t.selectedTab=0}))},E,w,i,s,l,c,u,h,d,p,(t,e,n)=>{r(3,e[n].expandedInfo=!t.expandedInfo,f),E(n)},(t,e,r)=>{w(t,e,r)},function(t){A[t?"unshift":"push"]((()=>{n=t,r(2,n)}))}]}
|
|
686
686
|
/* ../casino-calendar-daily-item/src/CasinoCalendarDailyItem.svelte generated by Svelte v3.59.2 */
|
|
687
|
-
function
|
|
687
|
+
function kn(e){let r,n,i,o,a,s,d,f,v,T,_,x,B,C,A,H,S,P,L,I,O,M,N;return{c(){r=p("div"),n=p("div"),i=p("div"),o=p("div"),a=p("div"),a.innerHTML='<div class="RingLeft"></div> \n <div class="RingRight"></div>',s=m(),d=p("div"),f=p("div"),v=p("img"),_=m(),x=p("div"),B=y(/*dailyday*/e[2]),C=m(),A=p("div"),H=m(),S=p("div"),P=p("button"),L=y(/*dailybuttontitle*/e[3]),this.c=t,b(a,"class","CalendarBar"),l(v.src,T=/*dailyicon*/e[1])||b(v,"src",T),b(v,"alt",/*dailyicon*/e[1]),b(f,"class","CasinoCalendarDailyIcon"),b(x,"class","CasinoCalendarDailyTitle"),b(A,"class","CasinoCalendarDailyItemDescription"),b(P,"class","MoreInfoButton"),b(S,"class","CasinoCalendarDailyItemButton"),b(d,"class",I="CasinoCalendarItemBackground CalendarPage "+("OpenCalendarModal"==/*index*/e[4]?"Tear":"")),w(d,"background-image","url('"+/*dailybackground*/e[0]+"')"),w(d,"background-size","cover"),w(d,"background-position","center"),w(d,"-webkit-background-size","cover"),w(d,"-moz-background-size","cover"),w(d,"-o-background-size","cover"),b(o,"class","CalendarCard"),b(i,"class","CasinoCalendarItems"),b(n,"class",O="Container "+(/*mobileView*/e[7]?"Mobile":""))},m(t,l){u(t,r,l),c(r,n),c(n,i),c(i,o),c(o,a),c(o,s),c(o,d),c(d,f),c(f,v),c(d,_),c(d,x),c(x,B),c(d,C),c(d,A),
|
|
688
688
|
/*div5_binding*/e[14](A),c(d,H),c(d,S),c(S,P),c(P,L),
|
|
689
689
|
/*div11_binding*/e[16](r),M||(N=g(P,"click",/*click_handler*/e[15]),M=!0)},p(t,[e]){/*dailyicon*/2&e&&!l(v.src,T=/*dailyicon*/t[1])&&b(v,"src",T),/*dailyicon*/2&e&&b(v,"alt",/*dailyicon*/t[1]),/*dailyday*/4&e&&E(B,/*dailyday*/t[2]),/*dailybuttontitle*/8&e&&E(L,/*dailybuttontitle*/t[3]),/*index*/16&e&&I!==(I="CasinoCalendarItemBackground CalendarPage "+("OpenCalendarModal"==/*index*/t[4]?"Tear":""))&&b(d,"class",I),/*dailybackground*/1&e&&w(d,"background-image","url('"+/*dailybackground*/t[0]+"')"),/*mobileView*/128&e&&O!==(O="Container "+(/*mobileView*/t[7]?"Mobile":""))&&b(n,"class",O)},i:t,o:t,d(t){t&&h(r)
|
|
690
690
|
/*div5_binding*/,e[14](null),
|
|
691
|
-
/*div11_binding*/e[16](null),M=!1,N()}}}function Un(t,e,r){let n,i,{cmsendpoint:o=""}=e,{lang:
|
|
691
|
+
/*div11_binding*/e[16](null),M=!1,N()}}}function Un(t,e,r){let n,i,{cmsendpoint:o=""}=e,{lang:a=""}=e,{dailybackground:s=""}=e,{dailyicon:l=""}=e,{dailyday:c=""}=e,{dailydescription:u="<p></p>"}=e,{dailybuttontitle:h=""}=e,{index:d="0"}=e,{clientstyling:p=""}=e,{clientstylingurl:f=""}=e;!function({withLocale:t,translations:e}){sn.subscribe((r=>{null==r&&(Rr.set(e),sn.set(t))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
692
692
|
/*dictionary.set(translations);
|
|
693
693
|
locale.set(_locale);*/}({withLocale:"en",translations:{}});let y=!1,m=window.navigator.userAgent;const g=()=>{window.postMessage({type:"OpenCalendar",index:d},window.location.href),
|
|
694
694
|
//Analytics event
|
|
695
|
-
"function"==typeof gtag&>ag("event","MoreInfo",{context:"CalendarWidgetItem"})};B((()=>{An(m)&&r(7,y=!0)}));return t.$$set=t=>{"cmsendpoint"in t&&r(9,o=t.cmsendpoint),"lang"in t&&r(10,
|
|
695
|
+
"function"==typeof gtag&>ag("event","MoreInfo",{context:"CalendarWidgetItem"})};B((()=>{An(m)&&r(7,y=!0)}));return t.$$set=t=>{"cmsendpoint"in t&&r(9,o=t.cmsendpoint),"lang"in t&&r(10,a=t.lang),"dailybackground"in t&&r(0,s=t.dailybackground),"dailyicon"in t&&r(1,l=t.dailyicon),"dailyday"in t&&r(2,c=t.dailyday),"dailydescription"in t&&r(11,u=t.dailydescription),"dailybuttontitle"in t&&r(3,h=t.dailybuttontitle),"index"in t&&r(4,d=t.index),"clientstyling"in t&&r(12,p=t.clientstyling),"clientstylingurl"in t&&r(13,f=t.clientstylingurl)},t.$$.update=()=>{/*dailyicon, dailyday, dailydescription, dailybuttontitle, dailybackground*/2063&t.$$.dirty&&l&&c&&u&&h&&s&&(()=>{
|
|
696
696
|
// remove HTML tags
|
|
697
|
-
let t=document.createElement("div");t.innerHTML=u,n&&n.append(t)})(),/*clientstyling, customStylingContainer*/4128&t.$$.dirty&&p&&i&&(()=>{let t=document.createElement("style");t.innerHTML=p,i.appendChild(t)})(),/*clientstylingurl, customStylingContainer*/8224&t.$$.dirty&&f&&i&&(()=>{let t=new URL(f),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1),setTimeout((()=>{}),500)}))})()},[
|
|
697
|
+
let t=document.createElement("div");t.innerHTML=u,n&&n.append(t)})(),/*clientstyling, customStylingContainer*/4128&t.$$.dirty&&p&&i&&(()=>{let t=document.createElement("style");t.innerHTML=p,i.appendChild(t)})(),/*clientstylingurl, customStylingContainer*/8224&t.$$.dirty&&f&&i&&(()=>{let t=new URL(f),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1),setTimeout((()=>{}),500)}))})()},[s,l,c,h,d,i,n,y,g,o,a,u,p,f,function(t){A[t?"unshift":"push"]((()=>{n=t,r(6,n)}))},()=>g(),function(t){A[t?"unshift":"push"]((()=>{i=t,r(5,i)}))}]}!customElements.get("casino-calendar-daily-details")&&customElements.define("casino-calendar-daily-details",class extends U{constructor(t){super();const e=document.createElement("style");e.textContent="*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}#CollapseMoreInfoButton{-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s;-webkit-transition:height 0.5s;transition:height 0.5s;height:0;overflow:hidden}.MoreInfoButton{appearance:none;padding:8px 6px;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-color-contrast, #000000) 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 30%));color:var(--emw--button-typography, #FFFFFF);font-size:var(--emw--font-size-small, 14px);border:2px solid var(--emw--button-border-color, #073B17);border-radius:var(--emw--border-radius-large, 20px);cursor:pointer;transition:border 150ms ease-in-out}.IconDown{width:18px;height:18px;margin-left:10px;transform:rotate(0deg)}.IconUp{width:18px;height:18px;margin-left:10px;transform:rotate(180deg)}.CasinoCalendarDailyDetailsBackground{position:relative;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;background:var(--emfe-w-color-white, #FFFFFF);width:500px;max-height:85vh;padding:20px;text-align:center;overflow-y:scroll;overflow-x:unset}.CasinoCalendarDailyDetailsParent{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;max-width:376px}.CasinoCalendarDailyDay{padding:10px 0 40px 0;font-size:22px;text-transform:uppercase;width:100%;color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C))}.CasinoCalendarDailyTitle{padding:15px 0 20px 0;font-size:18px;text-transform:capitalize;width:100%;color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C))}.CasinoCalendarImage{background:var(--emfe-w-color-gray-100, #E6E6E6);border-radius:5px 5px 0 0}.CasinoCalendarImage img{max-width:376px;max-height:250px;border-radius:5px 5px 0 0}.CasinoCalendarDailyDescription{width:100%;padding:25px 15px;font-size:14px;font-weight:600;color:var(--emfe-w-gray-300, #58586B);font-weight:400;border-radius:0;background:linear-gradient(180deg, var(--emfe-w-color-white, #FFFFFF) 55%, var(--emfe-w-color-gray-100, #E6E6E6));overflow-wrap:break-word}.ModalCloseBtn{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:50%;color:var(--emfe-w-color-white, #FFFFFF);background:var(--emfe-w-casino-color-primary, #D0046C);cursor:pointer;transition:all 150ms ease-in-out}.ModalCloseBtn svg{width:32px;height:32px}.ModalCloseBtn:hover{background:var(--emfe-w-color-gray-300, #58586B)}.DetailsTabsTitles{display:flex;flex-direction:row}.DetailTabsDescription{margin-top:15px}.CasinoCalendarTabs{width:100%;font-size:14px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:stretch;padding-bottom:40px;flex-direction:column}.CasinoCalendarFitImage{border-radius:5px}.NotVisible{display:none}.Header{display:flex;justify-content:center;justify-items:center;margin-bottom:4px;padding:0 10px}.HeaderButton{min-height:48px;margin:0;border:none;cursor:pointer;background:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-color-gray-150, #828282)}.SelectedTab{box-shadow:none;border-bottom:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C))}.Mobile{max-height:70vh;margin-bottom:0;width:100%;padding:20px 0}",this.shadowRoot.appendChild(e),k(this,{target:this.shadowRoot,props:_(this.attributes),customElement:!0},Fn,Dn,o,{dailybackground:9,dailybuttontitle:0,dailyday:1,dailydescription:10,dailyicon:11,dailytitle:12,lang:13,clientstyling:14,clientstylingurl:15,translationUrl:16},null,[-1,-1]),t&&(t.target&&u(t.target,this,t.anchor),t.props&&(this.$set(t.props),N()))}static get observedAttributes(){return["dailybackground","dailybuttontitle","dailyday","dailydescription","dailyicon","dailytitle","lang","clientstyling","clientstylingurl","translationUrl"]}get dailybackground(){return this.$$.ctx[9]}set dailybackground(t){this.$$set({dailybackground:t}),N()}get dailybuttontitle(){return this.$$.ctx[0]}set dailybuttontitle(t){this.$$set({dailybuttontitle:t}),N()}get dailyday(){return this.$$.ctx[1]}set dailyday(t){this.$$set({dailyday:t}),N()}get dailydescription(){return this.$$.ctx[10]}set dailydescription(t){this.$$set({dailydescription:t}),N()}get dailyicon(){return this.$$.ctx[11]}set dailyicon(t){this.$$set({dailyicon:t}),N()}get dailytitle(){return this.$$.ctx[12]}set dailytitle(t){this.$$set({dailytitle:t}),N()}get lang(){return this.$$.ctx[13]}set lang(t){this.$$set({lang:t}),N()}get clientstyling(){return this.$$.ctx[14]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[15]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}get translationUrl(){return this.$$.ctx[16]}set translationUrl(t){this.$$set({translationUrl:t}),N()}});
|
|
698
698
|
/* src/CasinoCalendar.svelte generated by Svelte v3.59.2 */
|
|
699
699
|
function Gn(t,e,r){const n=t.slice();return n[21]=e[r],n[23]=r,n}
|
|
700
700
|
// (105:6) {#if calendarCollections?.length}
|
|
701
|
-
function jn(t){let e,r,n,i=/*calendarCollections*/t[4],o=[];for(let e=0;e<i.length;e+=1)o[e]=Xn(Gn(t,i,e));let
|
|
701
|
+
function jn(t){let e,r,n,i=/*calendarCollections*/t[4],o=[];for(let e=0;e<i.length;e+=1)o[e]=Xn(Gn(t,i,e));let a=/*calendarModalOpened*/1==t[9]&&Kn(t);return{c(){e=p("div");for(let t=0;t<o.length;t+=1)o[t].c();r=m(),a&&a.c(),b(e,"class",n="CasinoCalendarItem "+(/*mobileView*/t[8]?"Mobile":""))},m(t,n){u(t,e,n);for(let t=0;t<o.length;t+=1)o[t]&&o[t].m(e,null);c(e,r),a&&a.m(e,null)},p(t,s){if(/*calendarCollections, lang, clientstyling, clientstylingurl*/23&s){let n;for(i=/*calendarCollections*/t[4],n=0;n<i.length;n+=1){const a=Gn(t,i,n);o[n]?o[n].p(a,s):(o[n]=Xn(a),o[n].c(),o[n].m(e,r))}for(;n<o.length;n+=1)o[n].d(1);o.length=i.length}/*calendarModalOpened*/1==t[9]?a?a.p(t,s):(a=Kn(t),a.c(),a.m(e,null)):a&&(a.d(1),a=null),/*mobileView*/256&s&&n!==(n="CasinoCalendarItem "+(/*mobileView*/t[8]?"Mobile":""))&&b(e,"class",n)},d(t){t&&h(e),d(o,t),a&&a.d()}}}
|
|
702
702
|
// (102:4) {#if isLoading}
|
|
703
703
|
function zn(e){let r;return{c(){r=p("div"),b(r,"class","LoadingSpinner"),b(r,"part","LoadingSpinner")},m(t,e){u(t,r,e)},p:t,d(t){t&&h(r)}}}
|
|
704
704
|
// (99:2) {#if hasErrors}
|
|
705
705
|
function Vn(e){let r;return{c(){r=p("p"),r.textContent="500 Error - Internal Server Error",b(r,"class","SearchLoading"),b(r,"part","SearchLoading")},m(t,e){u(t,r,e)},p:t,d(t){t&&h(r)}}}
|
|
706
706
|
// (107:10) {#each calendarCollections as dailyCalendarData, index }
|
|
707
|
-
function Xn(t){let e,r,n,i,o,
|
|
707
|
+
function Xn(t){let e,r,n,i,o,a;return{c(){e=p("casino-calendar-daily-item"),v(e,"dailybackground",r=/*dailyCalendarData*/t[21].dailyBackground),v(e,"dailyicon",n=/*dailyCalendarData*/t[21].dailyIcon),v(e,"dailyday",i=/*dailyCalendarData*/t[21].dailyDay),v(e,"dailydescription",o=/*dailyCalendarData*/t[21].dailyDescription),v(e,"dailybuttontitle",a=/*dailyCalendarData*/t[21].dailyButtonTitle),v(e,"index",/*index*/t[23]),v(e,"lang",/*lang*/t[0]),v(e,"clientstyling",/*clientstyling*/t[1]),v(e,"clientstylingurl",/*clientstylingurl*/t[2])},m(t,r){u(t,e,r)},p(t,s){/*calendarCollections*/16&s&&r!==(r=/*dailyCalendarData*/t[21].dailyBackground)&&v(e,"dailybackground",r),/*calendarCollections*/16&s&&n!==(n=/*dailyCalendarData*/t[21].dailyIcon)&&v(e,"dailyicon",n),/*calendarCollections*/16&s&&i!==(i=/*dailyCalendarData*/t[21].dailyDay)&&v(e,"dailyday",i),/*calendarCollections*/16&s&&o!==(o=/*dailyCalendarData*/t[21].dailyDescription)&&v(e,"dailydescription",o),/*calendarCollections*/16&s&&a!==(a=/*dailyCalendarData*/t[21].dailyButtonTitle)&&v(e,"dailybuttontitle",a),/*lang*/1&s&&v(e,"lang",/*lang*/t[0]),/*clientstyling*/2&s&&v(e,"clientstyling",/*clientstyling*/t[1]),/*clientstylingurl*/4&s&&v(e,"clientstylingurl",/*clientstylingurl*/t[2])},d(t){t&&h(e)}}}
|
|
708
708
|
// (121:10) {#if calendarModalOpened == true}
|
|
709
|
-
function Kn(t){let e,r,n,i,o,s,
|
|
709
|
+
function Kn(t){let e,r,n,i,o,a,s,l;return{c(){e=p("div"),r=p("casino-calendar-daily-details"),v(r,"dailybackground",n=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyBackground),v(r,"dailybuttontitle",i=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyButtonTitle),v(r,"dailyday",o=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyDay),v(r,"dailydescription",a=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyDescription),v(r,"dailyicon",s=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyIcon),v(r,"dailytitle",l=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyTitle),v(r,"lang",/*lang*/t[0]),v(r,"clientstyling",/*clientstyling*/t[1]),v(r,"clientstylingurl",/*clientstylingurl*/t[2]),b(e,"class","CalendarDetailsWrapper")},m(t,n){u(t,e,n),c(e,r)},p(t,e){/*calendarCollections, selectedIndex*/48&e&&n!==(n=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyBackground)&&v(r,"dailybackground",n),/*calendarCollections, selectedIndex*/48&e&&i!==(i=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyButtonTitle)&&v(r,"dailybuttontitle",i),/*calendarCollections, selectedIndex*/48&e&&o!==(o=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyDay)&&v(r,"dailyday",o),/*calendarCollections, selectedIndex*/48&e&&a!==(a=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyDescription)&&v(r,"dailydescription",a),/*calendarCollections, selectedIndex*/48&e&&s!==(s=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyIcon)&&v(r,"dailyicon",s),/*calendarCollections, selectedIndex*/48&e&&l!==(l=/*calendarCollections*/t[4][/*selectedIndex*/t[5]].dailyTitle)&&v(r,"dailytitle",l),/*lang*/1&e&&v(r,"lang",/*lang*/t[0]),/*clientstyling*/2&e&&v(r,"clientstyling",/*clientstyling*/t[1]),/*clientstylingurl*/4&e&&v(r,"clientstylingurl",/*clientstylingurl*/t[2])},d(t){t&&h(e)}}}function Wn(e){let r;function n(t,e){/*hasErrors*/
|
|
710
710
|
return t[7]?Vn:/*isLoading*/t[6]?zn:/*calendarCollections*/t[4]?.length?jn:void 0}let i=n(e),o=i&&i(e);return{c(){r=p("div"),o&&o.c(),this.c=t},m(t,n){u(t,r,n),o&&o.m(r,null)
|
|
711
711
|
/*div_binding*/,e[13](r)},p(t,[e]){i===(i=n(t))&&o?o.p(t,e):(o&&o.d(1),o=i&&i(t),o&&(o.c(),o.m(r,null)))},i:t,o:t,d(t){t&&h(r),o&&o.d()
|
|
712
|
-
/*div_binding*/,e[13](null)}}}function Yn(t,e,r){let n,i,{cmsendpoint:o=""}=e,{env:
|
|
712
|
+
/*div_binding*/,e[13](null)}}}function Yn(t,e,r){let n,i,{cmsendpoint:o=""}=e,{env:a=""}=e,{userroles:s=""}=e,{lang:l="en"}=e,{clientstyling:c=""}=e,{clientstylingurl:u=""}=e,h=0,d=!0,p=!1,f=!1,y=window.navigator.userAgent,m=!1;const g=()=>{(()=>{r(6,d=!0);let t=new URL(`${o}/${l}/daily-calendar?env=${a}/`);t.searchParams.append("userRoles",s);let e=(t=>t.toLowerCase().match(/android/i)?"Android":t.toLowerCase().match(/iphone/i)?"iPhone":t.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC")(y);e&&("PC"===e?t.searchParams.append("device","dk"):"iPad"===e||"iPhone"===e?t.searchParams.append("device","ios"):t.searchParams.append("device","mtWeb")),fetch(t.href).then((t=>t.json())).then((t=>{r(4,i=t)})).catch((t=>{console.log(t),r(7,p=!0)})).finally((()=>{r(6,d=!1)}))})()},b=t=>{var e;t.data&&"OpenCalendar"==t.data.type&&(r(5,h=t.data.index),r(9,m=!0),window.postMessage({type:"ShowModal",selectedIndex:h,identifier:"Calendar"},window.location.href),window.postMessage({type:"DailyEventsData",data:null===(e=i[h])||void 0===e?void 0:e.dailyEvents})),t.data&&"ModalClosed"==t.data.type&&r(9,m=!1)};return B((()=>(window.addEventListener("message",b,!1),An(y)&&r(8,f=!0),()=>{window.removeEventListener("message",b)}))),t.$$set=t=>{"cmsendpoint"in t&&r(10,o=t.cmsendpoint),"env"in t&&r(11,a=t.env),"userroles"in t&&r(12,s=t.userroles),"lang"in t&&r(0,l=t.lang),"clientstyling"in t&&r(1,c=t.clientstyling),"clientstylingurl"in t&&r(2,u=t.clientstylingurl)},t.$$.update=()=>{/*cmsendpoint, lang, env, userroles*/7169&t.$$.dirty&&o&&l&&a&&s&&g(),/*clientstyling, customStylingContainer*/10&t.$$.dirty&&c&&n&&(()=>{let t=document.createElement("style");t.innerHTML=c,n.appendChild(t)})(),/*clientstylingurl, customStylingContainer*/12&t.$$.dirty&&u&&n&&(()=>{let t=new URL(u),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{n.appendChild(e)}),1),setTimeout((()=>{}),500)}))})()},[l,c,u,n,i,h,d,p,f,m,o,a,s,function(t){A[t?"unshift":"push"]((()=>{n=t,r(3,n)}))}]}!customElements.get("casino-calendar-daily-item")&&customElements.define("casino-calendar-daily-item",class extends U{constructor(t){super();const e=document.createElement("style");e.textContent='*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Container{display:flex;overflow-x:unset;justify-content:space-between;position:relative;width:100%;border-radius:0 0 5px 5px}.Container::-webkit-scrollbar{display:none}.CalendarBar{width:100%;height:28px;background:rgba(156, 163, 175, 0.25);border-radius:4px 4px 0 0;border-bottom:3px solid rgba(156, 163, 175, 0.5);display:block;z-index:2}.CalendarBar::before{content:"";position:absolute;z-index:-1}.RingLeft::before{content:"";width:8px;height:24px;border-radius:20px;background:linear-gradient(#fff, #ccc);box-shadow:inset 0 -4px 6px rgba(0, 0, 0, 0.5);top:-8px;left:22px;position:absolute;z-index:1}.RingLeft::after{content:"";float:left;top:15px;width:12px;height:12px;background:#111;border-radius:10px;box-shadow:0 1px 1px var(--emfe-w-color-white, #FFFFFF);top:6px;right:20px;position:absolute;z-index:0}.RingRight::before{content:"";width:8px;height:24px;border-radius:20px;background:linear-gradient(#fff, #ccc);box-shadow:inset 0 -4px 6px rgba(0, 0, 0, 0.5);top:-8px;right:22px;position:absolute;z-index:1}.RingRight::after{content:"";float:left;top:15px;width:12px;height:12px;background:#111;border-radius:10px;box-shadow:0 1px 1px #fff;top:6px;left:20px;position:absolute;z-index:0}.CalendarPage{width:100%;min-width:170px;height:170px;padding:8px 8px 30px 8px;text-align:center;border-radius:0 0 2px 2px;color:var(--emfe-w-color-white, #FFFFFF);position:relative;z-index:0}.CalendarPage.Tear{animation:tearoff 1.5s both;transform-origin:0 100%;box-shadow:-1px -1px 4px rgba(0, 0, 0, 0.4)}@keyframes tearoff{0%{top:0}40%{transform:rotate(4deg);top:10px;opacity:1}65%{opacity:1}90%{transform:rotate(4deg);top:20px;opacity:0}95%{transform:rotate(0deg);top:0px;opacity:0}100%{transform:rotate(0deg);top:0px;opacity:1}}.CalendarCard{margin:16px 0 12px;width:170px;height:240px;text-align:center;border-radius:5px;color:var(--emfe-w-color-white, #FFFFFF);position:relative;display:block}.CasinoCalendarItems{width:100%}.CasinoCalendarItemBackground{display:flex;justify-content:flex-start;flex-direction:column;align-items:center;color:var(--emfe-w-color-white, #FFFFFF);background:var(--emfe-w-color-gray-300, #58586B);background-image:url("https://breakthrough.org/wp-content/uploads/2018/10/default-placeholder-image.png");background-position:center;background-size:cover;background-blend-mode:multiply;height:100%;width:100%;border-radius:0 0 5px 5px}.CasinoCalendarDailyIcon{height:20px;margin:15px}.CasinoCalendarDailyIcon img{max-height:28px}.CasinoCalendarDailyTitle{text-transform:capitalize;font-weight:600;font-size:16px}.CasinoCalendarDailyItemDescription{padding:15px;margin-bottom:20px;font-size:14px;height:90px;white-space:unset;overflow:hidden;text-overflow:ellipsis}.CasinoCalendarDailyItemButton{width:100%;text-align:center}.MoreInfoButton{display:flex;justify-content:center;width:100%;padding:8px 6px;border-radius:5px;border:none;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-color-contrast, #000000) 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 30%));color:var(--emw--button-typography, #FFFFFF);font-size:var(--emw--font-size-small, 14px);border:2px solid var(--emw--button-border-color, #073B17);border-radius:var(--emw--border-radius-large, 20px);cursor:pointer;transition:border 150ms ease-in-out}',this.shadowRoot.appendChild(e),k(this,{target:this.shadowRoot,props:_(this.attributes),customElement:!0},Un,kn,o,{cmsendpoint:9,lang:10,dailybackground:0,dailyicon:1,dailyday:2,dailydescription:11,dailybuttontitle:3,index:4,clientstyling:12,clientstylingurl:13},null),t&&(t.target&&u(t.target,this,t.anchor),t.props&&(this.$set(t.props),N()))}static get observedAttributes(){return["cmsendpoint","lang","dailybackground","dailyicon","dailyday","dailydescription","dailybuttontitle","index","clientstyling","clientstylingurl"]}get cmsendpoint(){return this.$$.ctx[9]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),N()}get lang(){return this.$$.ctx[10]}set lang(t){this.$$set({lang:t}),N()}get dailybackground(){return this.$$.ctx[0]}set dailybackground(t){this.$$set({dailybackground:t}),N()}get dailyicon(){return this.$$.ctx[1]}set dailyicon(t){this.$$set({dailyicon:t}),N()}get dailyday(){return this.$$.ctx[2]}set dailyday(t){this.$$set({dailyday:t}),N()}get dailydescription(){return this.$$.ctx[11]}set dailydescription(t){this.$$set({dailydescription:t}),N()}get dailybuttontitle(){return this.$$.ctx[3]}set dailybuttontitle(t){this.$$set({dailybuttontitle:t}),N()}get index(){return this.$$.ctx[4]}set index(t){this.$$set({index:t}),N()}get clientstyling(){return this.$$.ctx[12]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[13]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}});class Zn extends U{constructor(t){super();const e=document.createElement("style");e.textContent='.CasinoCalendarItem{display:flex;flex-direction:row;flex-wrap:nowrap;text-align:left;gap:10px;overflow-x:auto;overflow-y:hidden}.Mobile{padding:0 10px;height:286px;overflow-y:visible;overflow-x:scroll;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.CalendarDetailsWrapper{display:flex;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:var(--emfe-w-color-dark-gray, rgba(0, 0, 0, 0.9))}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto\n }.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C)) transparent var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C)) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}',this.shadowRoot.appendChild(e),k(this,{target:this.shadowRoot,props:_(this.attributes),customElement:!0},Yn,Wn,o,{cmsendpoint:10,env:11,userroles:12,lang:0,clientstyling:1,clientstylingurl:2},null),t&&(t.target&&u(t.target,this,t.anchor),t.props&&(this.$set(t.props),N()))}static get observedAttributes(){return["cmsendpoint","env","userroles","lang","clientstyling","clientstylingurl"]}get cmsendpoint(){return this.$$.ctx[10]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),N()}get env(){return this.$$.ctx[11]}set env(t){this.$$set({env:t}),N()}get userroles(){return this.$$.ctx[12]}set userroles(t){this.$$set({userroles:t}),N()}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),N()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}}return!customElements.get("casino-calendar")&&customElements.define("casino-calendar",Zn),Zn}));
|
|
713
713
|
//# sourceMappingURL=casino-calendar.js.map
|