@everymatrix/casino-promotions-slider 1.34.0 → 1.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function r(){return Object.create(null)}function n(e){e.forEach(t)}function i(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s,a,l;function h(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...r){if(null==t)return e;const n=t.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}function u(e,t){e.appendChild(t)}function
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function r(){return Object.create(null)}function n(e){e.forEach(t)}function i(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s,a,l;function h(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...r){if(null==t)return e;const n=t.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}function u(e,t){e.appendChild(t)}function f(e,t,r){e.insertBefore(t,r||null)}function p(e){e.parentNode&&e.parentNode.removeChild(e)}function d(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function m(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function y(){return b(" ")}function v(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function E(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function w(e,t){t=""+t,e.data!==t&&(e.data=t)}function T(){if(void 0===a){a=!1;try{"undefined"!=typeof window&&window.parent&&window.parent.document}catch(e){a=!0}}return a}function _(e){const t={};for(const r of e)t[r.name]=r.value;return t}function P(e){l=e}function S(){if(!l)throw new Error("Function called outside component initialization");return l}
|
|
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;
|
|
@@ -64,19 +64,19 @@ I.add(t),t())}C.length=0}while(A.length);for(;x.length;)x.pop()();O=!1,I.clear()
|
|
|
64
64
|
*/const U=new Set;function D(e,t){const r=e.$$;null!==r.fragment&&(!function(e){const t=[],r=[];C.forEach((n=>-1===e.indexOf(n)?t.push(n):r.push(n))),r.forEach((e=>e())),C=t}(r.after_update),n(r.on_destroy),r.fragment&&r.fragment.d(t),
|
|
65
65
|
// TODO null out other refs, including component.$$ (but need to
|
|
66
66
|
// preserve final state?)
|
|
67
|
-
r.on_destroy=r.fragment=null,r.ctx=[])}function F(e,t){-1===e.$$.dirty[0]&&(A.push(e),O||(O=!0,L.then(R)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function G(o,s,a,h,c,u,
|
|
67
|
+
r.on_destroy=r.fragment=null,r.ctx=[])}function F(e,t){-1===e.$$.dirty[0]&&(A.push(e),O||(O=!0,L.then(R)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function G(o,s,a,h,c,u,f,d=[-1]){const m=l;P(o);const g=o.$$={fragment:null,ctx:[],
|
|
68
68
|
// state
|
|
69
69
|
props:u,update:e,not_equal:c,bound:r(),
|
|
70
70
|
// lifecycle
|
|
71
71
|
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(m?m.$$.context:[])),
|
|
72
72
|
// everything else
|
|
73
|
-
callbacks:r(),dirty:d,skip_bound:!1,root:s.target||m.$$.root};
|
|
73
|
+
callbacks:r(),dirty:d,skip_bound:!1,root:s.target||m.$$.root};f&&f(g.root);let b=!1;if(g.ctx=a?a(o,s.props||{},((e,t,...r)=>{const n=r.length?r[0]:t;return g.ctx&&c(g.ctx[e],g.ctx[e]=n)&&(!g.skip_bound&&g.bound[e]&&g.bound[e](n),b&&F(o,e)),t})):[],g.update(),b=!0,n(g.before_update),
|
|
74
74
|
// `false` as a special case of no DOM component
|
|
75
75
|
g.fragment=!!h&&h(g.ctx),s.target){if(s.hydrate){const e=function(e){return Array.from(e.childNodes)}(s.target);
|
|
76
76
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
77
|
-
g.fragment&&g.fragment.l(e),e.forEach(
|
|
77
|
+
g.fragment&&g.fragment.l(e),e.forEach(p)}else
|
|
78
78
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
79
|
-
g.fragment&&g.fragment.c();s.intro&&((
|
|
79
|
+
g.fragment&&g.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(U.delete(y),y.i(v))),function(e,r,o,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(r,o),s||
|
|
80
80
|
// onMount happens before the initial afterUpdate
|
|
81
81
|
N((()=>{const r=e.$$.on_mount.map(t).filter(i);
|
|
82
82
|
// if the component was destroyed immediately
|
|
@@ -85,7 +85,7 @@ N((()=>{const r=e.$$.on_mount.map(t).filter(i);
|
|
|
85
85
|
e.$$.on_destroy?e.$$.on_destroy.push(...r):
|
|
86
86
|
// Edge case - component was destroyed immediately,
|
|
87
87
|
// most likely as a result of a binding initialising
|
|
88
|
-
n(r),e.$$.on_mount=[]})),l.forEach(N)}(o,s.target,s.anchor,s.customElement),R()}var
|
|
88
|
+
n(r),e.$$.on_mount=[]})),l.forEach(N)}(o,s.target,s.anchor,s.customElement),R()}var y,v;P(m)}let $;"function"==typeof HTMLElement&&($=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
|
|
89
89
|
// @ts-ignore todo: improve typings
|
|
90
90
|
for(const e in this.$$.slotted)
|
|
91
91
|
// @ts-ignore todo: improve typings
|
|
@@ -115,16 +115,16 @@ ne.prototype.append=function(e,t){e=ee(e),t=te(t);var r=this.map[e];this.map[e]=
|
|
|
115
115
|
// Search for a '_' parameter in the query string
|
|
116
116
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
117
117
|
// If it already exists then set the value with the current time
|
|
118
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function ue(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function
|
|
118
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function ue(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function fe(e,t){if(!(this instanceof fe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||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===t.statusText?"":""+t.statusText,this.headers=new ne(t.headers),this.url=t.url||"",this._initBody(e)}ce.prototype.clone=function(){return new ce(this,{body:this._bodyInit})},le.call(ce.prototype),le.call(fe.prototype),fe.prototype.clone=function(){return new fe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new ne(this.headers),url:this.url})},fe.error=function(){var e=new fe(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var pe=[301,302,303,307,308];fe.redirect=function(e,t){if(-1===pe.indexOf(t))throw new RangeError("Invalid status code");return new fe(null,{status:t,headers:{location:e}})};var de=V.DOMException;try{new de}catch(e){(de=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack}).prototype=Object.create(Error.prototype),de.prototype.constructor=de}function me(e,t){return new Promise((function(r,n){var i=new ce(e,t);if(i.signal&&i.signal.aborted)return n(new de("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e,t,n={statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new ne,
|
|
119
119
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
120
120
|
// https://github.com/github/fetch/issues/748
|
|
121
121
|
// https://github.com/zloirock/core-js/issues/751
|
|
122
122
|
e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();try{t.append(n,i)}catch(e){console.warn("Response "+e.message)}}})),t)};
|
|
123
123
|
// This check if specifically for when a user fetches a file locally from the file system
|
|
124
124
|
// Only if the status is out of a normal range
|
|
125
|
-
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 s="response"in o?o.response:o.responseText;setTimeout((function(){r(new
|
|
125
|
+
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 s="response"in o?o.response:o.responseText;setTimeout((function(){r(new fe(s,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 de("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&V.location.href?V.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(Y?o.responseType="blob":q&&(o.responseType="arraybuffer")),t&&"object"==typeof t.headers&&!(t.headers instanceof ne||V.Headers&&t.headers instanceof V.Headers)){var a=[];Object.getOwnPropertyNames(t.headers).forEach((function(e){a.push(ee(e)),o.setRequestHeader(e,te(t.headers[e]))})),i.headers.forEach((function(e,t){-1===a.indexOf(t)&&o.setRequestHeader(t,e)}))}else i.headers.forEach((function(e,t){o.setRequestHeader(t,e)}));i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
126
126
|
// DONE (success or failure)
|
|
127
|
-
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}me.polyfill=!0,V.fetch||(V.fetch=me,V.Headers=ne,V.Request=ce,V.Response=
|
|
127
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}me.polyfill=!0,V.fetch||(V.fetch=me,V.Headers=ne,V.Request=ce,V.Response=fe),
|
|
128
128
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
129
129
|
// on the global object (window or self)
|
|
130
130
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -144,7 +144,7 @@ self.fetch.bind(self);
|
|
|
144
144
|
PERFORMANCE OF THIS SOFTWARE.
|
|
145
145
|
***************************************************************************** */
|
|
146
146
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
147
|
-
var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},ge(e,t)};function ye(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}ge(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function be(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function ve(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function Ee(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function we(e){return"function"==typeof e}function _e(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var Te=_e((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function Pe(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Se=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=be(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(we(l))try{l()}catch(e){i=e instanceof Te?e.errors:[e]}var h=this._finalizers;if(h){this._finalizers=null;try{for(var c=be(h),u=c.next();!u.done;u=c.next()){var p=u.value;try{Be(p)}catch(e){i=null!=i?i:[],e instanceof Te?i=Ee(Ee([],ve(i)),ve(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{u&&!u.done&&(n=c.return)&&n.call(c)}finally{if(r)throw r.error}}}if(i)throw new Te(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Be(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Pe(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&Pe(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),He=Se.EMPTY;function Ae(e){return e instanceof Se||e&&"closed"in e&&we(e.remove)&&we(e.add)&&we(e.unsubscribe)}function Be(e){we(e)?e():e.unsubscribe()}var Ce={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},xe={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=xe.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Ee([e,t],ve(r))):setTimeout.apply(void 0,Ee([e,t],ve(r)))},clearTimeout:function(e){var t=xe.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Le(){}var Oe=null;function Ne(e){if(Ce.useDeprecatedSynchronousErrorHandling){var t=!Oe;if(t&&(Oe={errorThrown:!1,error:null}),e(),t){var r=Oe,n=r.errorThrown,i=r.error;if(Oe=null,n)throw i}}else e()}var Ie=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,Ae(t)&&t.add(r)):r.destination=Fe,r}return ye(t,e),t.create=function(e,t,r){return new Ue(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Se),Me=Function.prototype.bind;function Re(e,t){return Me.call(e,t)}var ke=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){De(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){De(e)}else De(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){De(e)}},e}(),Ue=function(e){function t(t,r,n){var i,o,s=e.call(this)||this;we(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Ce.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Re(t.next,o),error:t.error&&Re(t.error,o),complete:t.complete&&Re(t.complete,o)}):i=t;return s.destination=new ke(i),s}return ye(t,e),t}(Ie);function De(e){var t;t=e,xe.setTimeout((function(){throw t}))}var Fe={closed:!0,next:Le,error:function(e){throw e},complete:Le},Ge="function"==typeof Symbol&&Symbol.observable||"@@observable";function $e(e){return e}var je=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Ie||function(e){return e&&we(e.next)&&we(e.error)&&we(e.complete)}(n)&&Ae(n)?e:new Ue(e,t,r);return Ne((function(){var e=i,t=e.operator,r=e.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=Xe(t))((function(t,n){var i=new Ue({next:function(t){try{e(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[Ge]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?$e:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=Xe(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function Xe(e){var t;return null!==(t=null!=e?e:Ce.Promise)&&void 0!==t?t:Promise}var ze=_e((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Ve=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return ye(t,e),t.prototype.lift=function(e){var t=new We(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new ze},t.prototype.next=function(e){var t=this;Ne((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=be(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Ne((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ne((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?He:(this.currentObservers=null,o.push(e),new Se((function(){t.currentObservers=null,Pe(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},t.prototype.asObservable=function(){var e=new je;return e.source=this,e},t.create=function(e,t){return new We(e,t)},t}(je),We=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return ye(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:He},t}(Ve),Ke={now:function(){return(Ke.delegate||Date).now()},delegate:void 0},Ye=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=Ke);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return ye(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<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)}},t}(Ve);let Ze=[],qe={};
|
|
147
|
+
var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},ge(e,t)};function be(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}ge(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var ye=function(){return ye=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ye.apply(this,arguments)};function ve(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ee(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function we(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function Te(e){return"function"==typeof e}function _e(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var Pe=_e((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function Se(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var He=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=ve(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(Te(l))try{l()}catch(e){i=e instanceof Pe?e.errors:[e]}var h=this._finalizers;if(h){this._finalizers=null;try{for(var c=ve(h),u=c.next();!u.done;u=c.next()){var f=u.value;try{Ce(f)}catch(e){i=null!=i?i:[],e instanceof Pe?i=we(we([],Ee(i)),Ee(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{u&&!u.done&&(n=c.return)&&n.call(c)}finally{if(r)throw r.error}}}if(i)throw new Pe(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Ce(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Se(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&Se(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),Ae=He.EMPTY;function Be(e){return e instanceof He||e&&"closed"in e&&Te(e.remove)&&Te(e.add)&&Te(e.unsubscribe)}function Ce(e){Te(e)?e():e.unsubscribe()}var xe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Le={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Le.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,we([e,t],Ee(r))):setTimeout.apply(void 0,we([e,t],Ee(r)))},clearTimeout:function(e){var t=Le.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Oe(){}var Ne=null;function Ie(e){if(xe.useDeprecatedSynchronousErrorHandling){var t=!Ne;if(t&&(Ne={errorThrown:!1,error:null}),e(),t){var r=Ne,n=r.errorThrown,i=r.error;if(Ne=null,n)throw i}}else e()}var Me=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,Be(t)&&t.add(r)):r.destination=Ge,r}return be(t,e),t.create=function(e,t,r){return new De(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(He),Re=Function.prototype.bind;function ke(e,t){return Re.call(e,t)}var Ue=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Fe(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Fe(e)}else Fe(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Fe(e)}},e}(),De=function(e){function t(t,r,n){var i,o,s=e.call(this)||this;Te(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&xe.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&ke(t.next,o),error:t.error&&ke(t.error,o),complete:t.complete&&ke(t.complete,o)}):i=t;return s.destination=new Ue(i),s}return be(t,e),t}(Me);function Fe(e){var t;t=e,Le.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Oe,error:function(e){throw e},complete:Oe},$e="function"==typeof Symbol&&Symbol.observable||"@@observable";function je(e){return e}var Xe=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Me||function(e){return e&&Te(e.next)&&Te(e.error)&&Te(e.complete)}(n)&&Be(n)?e:new De(e,t,r);return Ie((function(){var e=i,t=e.operator,r=e.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=ze(t))((function(t,n){var i=new De({next:function(t){try{e(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[$e]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?je:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=ze(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function ze(e){var t;return null!==(t=null!=e?e:xe.Promise)&&void 0!==t?t:Promise}var Ve=_e((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),We=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return be(t,e),t.prototype.lift=function(e){var t=new Ke(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ve},t.prototype.next=function(e){var t=this;Ie((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=ve(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Ie((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ie((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Ae:(this.currentObservers=null,o.push(e),new He((function(){t.currentObservers=null,Se(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},t.prototype.asObservable=function(){var e=new Xe;return e.source=this,e},t.create=function(e,t){return new Ke(e,t)},t}(Xe),Ke=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return be(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Ae},t}(We),Ye={now:function(){return(Ye.delegate||Date).now()},delegate:void 0},Ze=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=Ye);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return be(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<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)}},t}(We);let qe=[],Je={};
|
|
148
148
|
/**
|
|
149
149
|
* @name topic
|
|
150
150
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -152,38 +152,38 @@ var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof A
|
|
|
152
152
|
* @param step [String] How many values to be buffed for new subscribers - default 0
|
|
153
153
|
* @returns ReplaySubject
|
|
154
154
|
*/
|
|
155
|
-
const
|
|
155
|
+
const Qe=[];
|
|
156
156
|
/**
|
|
157
157
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
158
158
|
* @param {*=}value initial value
|
|
159
159
|
* @param {StartStopNotifier=} start
|
|
160
160
|
*/
|
|
161
|
-
function
|
|
162
|
-
const e=!
|
|
161
|
+
function et(t,r=e){let n;const i=new Set;function s(e){if(o(t,e)&&(t=e,n)){// store is ready
|
|
162
|
+
const e=!Qe.length;for(const e of i)e[1](),Qe.push(e,t);if(e){for(let e=0;e<Qe.length;e+=2)Qe[e][0](Qe[e+1]);Qe.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(o,a=e){const l=[o,a];return i.add(l),1===i.size&&(n=r(s)||e),o(t),()=>{i.delete(l),0===i.size&&n&&(n(),n=null)}}}}function tt(t,r,o){const s=!Array.isArray(t),a=s?[t]:t,l=r.length<2;return h=t=>{let o=!1;const h=[];let u=0,f=e;const p=()=>{if(u)return;f();const n=r(s?h[0]:h,t);l?t(n):f=i(n)?n:e},d=a.map(((e,t)=>c(e,(e=>{h[t]=e,u&=~(1<<t),o&&p()}),(()=>{u|=1<<t}))));return o=!0,p(),function(){n(d),f(),
|
|
163
163
|
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
164
164
|
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
165
165
|
// invoke this derived store.
|
|
166
|
-
o=!1}},{subscribe:
|
|
166
|
+
o=!1}},{subscribe:et(o,h).subscribe};
|
|
167
167
|
/**
|
|
168
168
|
* Creates a `Readable` store that allows reading by subscription.
|
|
169
169
|
* @param value initial value
|
|
170
170
|
* @param {StartStopNotifier} [start]
|
|
171
171
|
*/
|
|
172
|
-
var h}var
|
|
172
|
+
var h}var rt=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===nt}(e)}
|
|
173
173
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
174
|
-
(e)};var
|
|
174
|
+
(e)};var nt="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function it(e,t){return!1!==t.clone&&t.isMergeableObject(e)?ht((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function ot(e,t,r){return e.concat(t).map((function(e){return it(e,r)}))}function st(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function at(e,t){try{return t in e}catch(e){return!1}}
|
|
175
175
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
176
|
-
function
|
|
177
|
-
})(e,i)||(
|
|
176
|
+
function lt(e,t,r){var n={};return r.isMergeableObject(e)&&st(e).forEach((function(t){n[t]=it(e[t],r)})),st(t).forEach((function(i){(function(e,t){return at(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
177
|
+
})(e,i)||(at(e,i)&&r.isMergeableObject(t[i])?n[i]=function(e,t){if(!t.customMerge)return ht;var r=t.customMerge(e);return"function"==typeof r?r:ht}(i,r)(e[i],t[i],r):n[i]=it(t[i],r))})),n}function ht(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||ot,r.isMergeableObject=r.isMergeableObject||rt,
|
|
178
178
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
179
179
|
// implementations can use it. The caller may not replace it.
|
|
180
|
-
r.cloneUnlessOtherwiseSpecified=
|
|
180
|
+
r.cloneUnlessOtherwiseSpecified=it;var n=Array.isArray(t);return n===Array.isArray(e)?n?r.arrayMerge(e,t,r):lt(e,t,r):it(t,r)}ht.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return ht(e,r,t)}),{})};var ct,ut,ft,pt=ht;
|
|
181
181
|
/**
|
|
182
182
|
* Type Guards
|
|
183
183
|
*/
|
|
184
|
-
function
|
|
184
|
+
function dt(e){return e.type===ut.literal}function mt(e){return e.type===ut.argument}function gt(e){return e.type===ut.number}function bt(e){return e.type===ut.date}function yt(e){return e.type===ut.time}function vt(e){return e.type===ut.select}function Et(e){return e.type===ut.plural}function wt(e){return e.type===ut.pound}function Tt(e){return e.type===ut.tag}function _t(e){return!(!e||"object"!=typeof e||e.type!==ft.number)}function Pt(e){return!(!e||"object"!=typeof e||e.type!==ft.dateTime)}
|
|
185
185
|
// @generated from regex-gen.ts
|
|
186
|
-
|
|
186
|
+
!function(e){
|
|
187
187
|
/** Argument is unclosed (e.g. `{0`) */
|
|
188
188
|
e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",
|
|
189
189
|
/** Argument is empty (e.g. `{}`). */
|
|
@@ -243,7 +243,7 @@ e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
|
243
243
|
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
244
244
|
e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
245
245
|
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
246
|
-
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(
|
|
246
|
+
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(ct||(ct={})),function(e){
|
|
247
247
|
/**
|
|
248
248
|
* Raw text
|
|
249
249
|
*/
|
|
@@ -280,7 +280,7 @@ e[e.pound=7]="pound",
|
|
|
280
280
|
/**
|
|
281
281
|
* XML-like tag
|
|
282
282
|
*/
|
|
283
|
-
e[e.tag=8]="tag"}(
|
|
283
|
+
e[e.tag=8]="tag"}(ut||(ut={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(ft||(ft={}));var St=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Ht=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
284
284
|
/**
|
|
285
285
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
286
286
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
@@ -292,7 +292,7 @@ e[e.tag=8]="tag"}(ft||(ft={})),function(e){e[e.number=0]="number",e[e.dateTime=1
|
|
|
292
292
|
* @public
|
|
293
293
|
* @param skeleton skeleton string
|
|
294
294
|
*/
|
|
295
|
-
function
|
|
295
|
+
function At(e){var t={};return e.replace(Ht,(function(e){var r=e.length;switch(e[0]){
|
|
296
296
|
// Era
|
|
297
297
|
case"G":t.era=4===r?"long":5===r?"narrow":"short";break;
|
|
298
298
|
// Year
|
|
@@ -326,33 +326,33 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
326
326
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
327
327
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
328
328
|
// @generated from regex-gen.ts
|
|
329
|
-
var
|
|
329
|
+
var Bt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Ct=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,xt=/^(@+)?(\+|#+)?[rs]?$/g,Lt=/(\*)(0+)|(#+)(0+)|(0+)/g,Ot=/^(0+)$/;function Nt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(xt,(function(e,r,n){
|
|
330
330
|
// @@@ case
|
|
331
|
-
return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""})),t}function
|
|
331
|
+
return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""})),t}function It(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Mt(e){
|
|
332
332
|
// Engineering
|
|
333
|
-
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!
|
|
333
|
+
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!Ot.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Rt(e){var t=It(e);return t||{}}
|
|
334
334
|
/**
|
|
335
335
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
336
|
-
*/function
|
|
336
|
+
*/function kt(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=ye(ye(ye({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return ye(ye({},e),Rt(t))}),{}));continue;case"engineering":t=ye(ye(ye({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return ye(ye({},e),Rt(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
|
337
337
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
338
338
|
case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;
|
|
339
339
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
340
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(
|
|
340
|
+
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Lt,(function(e,r,n,i,o,s){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}
|
|
341
341
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
342
|
-
if(
|
|
342
|
+
if(Ot.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Ct.test(i.stem)){
|
|
343
343
|
// Precision
|
|
344
344
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
345
345
|
// precision-integer case
|
|
346
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
346
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Ct,(function(e,r,n,i,o,s){
|
|
347
347
|
// .000* case (before ICU67 it was .000+)
|
|
348
348
|
return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&s?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+s.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];
|
|
349
349
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
350
|
-
"w"===o?t=
|
|
350
|
+
"w"===o?t=ye(ye({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=ye(ye({},t),Nt(o)))}
|
|
351
351
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
352
|
-
else if(
|
|
352
|
+
else if(xt.test(i.stem))t=ye(ye({},t),Nt(i.stem));else{var s=It(i.stem);s&&(t=ye(ye({},t),s));var a=Mt(i.stem);a&&(t=ye(ye({},t),a))}}return t}
|
|
353
353
|
// @generated from time-data-gen.ts
|
|
354
354
|
// prettier-ignore
|
|
355
|
-
var
|
|
355
|
+
var Ut,Dt={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"]};
|
|
356
356
|
/**
|
|
357
357
|
* Returns the best matching date time pattern if a date time skeleton
|
|
358
358
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -365,7 +365,7 @@ var Gt,$t={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
365
365
|
* of the given `locale` to the corresponding time pattern.
|
|
366
366
|
* @param locale
|
|
367
367
|
*/
|
|
368
|
-
function
|
|
368
|
+
function Ft(e){var t=e.hourCycle;if(void 0===t&&
|
|
369
369
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
370
370
|
e.hourCycles&&
|
|
371
371
|
// @ts-ignore
|
|
@@ -373,37 +373,37 @@ e.hourCycles.length&&(
|
|
|
373
373
|
// @ts-ignore
|
|
374
374
|
t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
375
375
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
376
|
-
var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(
|
|
376
|
+
var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(Dt[r||""]||Dt[n||""]||Dt["".concat(n,"-001")]||Dt["001"])[0]}var Gt=new RegExp("^".concat(St.source,"*")),$t=new RegExp("".concat(St.source,"*$"));function jt(e,t){return{start:e,end:t}}
|
|
377
377
|
// #region Ponyfills
|
|
378
378
|
// Consolidate these variables up top for easier toggling during debugging
|
|
379
|
-
var
|
|
379
|
+
var Xt=!!String.prototype.startsWith,zt=!!String.fromCodePoint,Vt=!!Object.fromEntries,Wt=!!String.prototype.codePointAt,Kt=!!String.prototype.trimStart,Yt=!!String.prototype.trimEnd,Zt=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},qt=!0;try{
|
|
380
380
|
/**
|
|
381
381
|
* legacy Edge or Xbox One browser
|
|
382
382
|
* Unicode flag support: supported
|
|
383
383
|
* Pattern_Syntax support: not supported
|
|
384
384
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
385
385
|
*/
|
|
386
|
-
|
|
386
|
+
qt="a"===(null===(Ut=or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Ut?void 0:Ut[0])}catch(e){qt=!1}var Jt,Qt=Xt?// Native
|
|
387
387
|
function(e,t,r){return e.startsWith(t,r)}:// For IE11
|
|
388
|
-
function(e,t,r){return e.slice(r,r+t.length)===t},
|
|
389
|
-
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[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},
|
|
388
|
+
function(e,t,r){return e.slice(r,r+t.length)===t},er=zt?String.fromCodePoint:// IE11
|
|
389
|
+
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[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=
|
|
390
390
|
// native
|
|
391
|
-
|
|
392
|
-
function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],s=i[1];t[o]=s}return t},
|
|
391
|
+
Vt?Object.fromEntries:// Ponyfill
|
|
392
|
+
function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],s=i[1];t[o]=s}return t},rr=Wt?// Native
|
|
393
393
|
function(e,t){return e.codePointAt(t)}:// IE 11
|
|
394
|
-
function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},
|
|
394
|
+
function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},nr=Kt?// Native
|
|
395
395
|
function(e){return e.trimStart()}:// Ponyfill
|
|
396
|
-
function(e){return e.replace(
|
|
396
|
+
function(e){return e.replace(Gt,"")},ir=Yt?// Native
|
|
397
397
|
function(e){return e.trimEnd()}:// Ponyfill
|
|
398
|
-
function(e){return e.replace(
|
|
398
|
+
function(e){return e.replace($t,"")};
|
|
399
399
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
400
|
-
function
|
|
400
|
+
function or(e,t){return new RegExp(e,t)}
|
|
401
401
|
// #endregion
|
|
402
|
-
if(
|
|
402
|
+
if(qt){
|
|
403
403
|
// Native
|
|
404
|
-
var
|
|
404
|
+
var sr=or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Jt=function(e,t){var r;return sr.lastIndex=t,null!==(r=sr.exec(e)[1])&&void 0!==r?r:""}}else
|
|
405
405
|
// IE11
|
|
406
|
-
|
|
406
|
+
Jt=function(e,t){for(var r=[];;){var n=rr(e,t);if(void 0===n||hr(n)||cr(n))break;r.push(n),t+=n>=65536?2:1}return er.apply(void 0,r)};var ar=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(ct.UNMATCHED_CLOSING_TAG,jt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&lr(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var s=this.clonePosition();this.bump(),n.push({type:ut.pound,location:jt(s,this.clonePosition())})}}}return{val:n,err:null}},
|
|
407
407
|
/**
|
|
408
408
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
409
409
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -425,14 +425,14 @@ tr=function(e,t){for(var r=[];;){var n=or(e,t);if(void 0===n||pr(n)||fr(n))break
|
|
|
425
425
|
e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();// `<`
|
|
426
426
|
var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
427
427
|
// Self closing tag
|
|
428
|
-
return{val:{type:
|
|
428
|
+
return{val:{type:ut.literal,value:"<".concat(n,"/>"),location:jt(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
|
|
429
429
|
// Expecting a close tag
|
|
430
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
430
|
+
if(this.bumpIf("</")){if(this.isEOF()||!lr(this.char()))return this.error(ct.INVALID_TAG,jt(s,this.clonePosition()));var a=this.clonePosition();return n!==this.parseTagName()?this.error(ct.UNMATCHED_CLOSING_TAG,jt(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:ut.tag,value:n,children:o,location:jt(r,this.clonePosition())},err:null}:this.error(ct.INVALID_TAG,jt(s,this.clonePosition())))}return this.error(ct.UNCLOSED_TAG,jt(r,this.clonePosition()))}return this.error(ct.INVALID_TAG,jt(r,this.clonePosition()))},
|
|
431
431
|
/**
|
|
432
432
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
433
433
|
*/
|
|
434
434
|
e.prototype.parseTagName=function(){var e,t=this.offset();// the first tag name character
|
|
435
|
-
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;n+=s}}}var a=
|
|
435
|
+
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;n+=s}}}var a=jt(r,this.clonePosition());return{val:{type:ut.literal,value:n,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(lr(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
436
436
|
/** See `parseTag` function docs. */},
|
|
437
437
|
/**
|
|
438
438
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -454,67 +454,67 @@ for(this.bump();!this.isEOF();){var r=this.char();if(39/* `'` */===r){if(39/* `'
|
|
|
454
454
|
// Optional closing apostrophe.
|
|
455
455
|
this.bump();break}t.push(39),
|
|
456
456
|
// Bump one more time because we need to skip 2 characters.
|
|
457
|
-
this.bump()}else t.push(r);this.bump()}return
|
|
458
|
-
this.bumpSpace(),this.isEOF())return this.error(
|
|
457
|
+
this.bump()}else t.push(r);this.bump()}return er.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60/* `<` */===r||123/* `{` */===r||35/* `#` */===r&&("plural"===t||"selectordinal"===t)||125/* `}` */===r&&e>0?null:(this.bump(),er(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),// `{`
|
|
458
|
+
this.bumpSpace(),this.isEOF())return this.error(ct.EXPECT_ARGUMENT_CLOSING_BRACE,jt(r,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(ct.EMPTY_ARGUMENT,jt(r,this.clonePosition()));
|
|
459
459
|
// argument name
|
|
460
|
-
var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(
|
|
460
|
+
var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(ct.MALFORMED_ARGUMENT,jt(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ct.EXPECT_ARGUMENT_CLOSING_BRACE,jt(r,this.clonePosition()));switch(this.char()){
|
|
461
461
|
// Simple argument: `{name}`
|
|
462
462
|
case 125/* `}` */:// `}`
|
|
463
|
-
return this.bump(),{val:{type:
|
|
463
|
+
return this.bump(),{val:{type:ut.argument,
|
|
464
464
|
// value does not include the opening and closing braces.
|
|
465
|
-
value:n,location:
|
|
465
|
+
value:n,location:jt(r,this.clonePosition())},err:null};
|
|
466
466
|
// Argument with options: `{name, format, ...}`
|
|
467
467
|
case 44/* `,` */:return this.bump(),// `,`
|
|
468
|
-
this.bumpSpace(),this.isEOF()?this.error(
|
|
468
|
+
this.bumpSpace(),this.isEOF()?this.error(ct.EXPECT_ARGUMENT_CLOSING_BRACE,jt(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(ct.MALFORMED_ARGUMENT,jt(r,this.clonePosition()))}},
|
|
469
469
|
/**
|
|
470
470
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
471
471
|
* an identifier character. Return an empty string otherwise.
|
|
472
472
|
*/
|
|
473
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=
|
|
473
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=Jt(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:jt(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
474
474
|
// Parse this range:
|
|
475
475
|
// {name, type, style}
|
|
476
476
|
// ^---^
|
|
477
477
|
switch(s){case"":
|
|
478
478
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
479
|
-
return this.error(
|
|
479
|
+
return this.error(ct.EXPECT_ARGUMENT_TYPE,jt(o,a));case"number":case"date":case"time":
|
|
480
480
|
// Parse this range:
|
|
481
481
|
// {name, number, style}
|
|
482
482
|
// ^-------^
|
|
483
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition();if((
|
|
483
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition();if((b=this.parseSimpleArgStyleIfPossible()).err)return b;if(0===(p=ir(b.val)).length)return this.error(ct.EXPECT_ARGUMENT_STYLE,jt(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:jt(h,this.clonePosition())}}if((y=this.tryParseArgumentClose(n)).err)return y;var c=jt(n,this.clonePosition());
|
|
484
484
|
// Extract style or skeleton
|
|
485
|
-
if(l&&
|
|
485
|
+
if(l&&Qt(null==l?void 0:l.style,"::",0)){
|
|
486
486
|
// Skeleton starts with `::`.
|
|
487
|
-
var u=
|
|
487
|
+
var u=nr(l.style.slice(2));if("number"===s)return(b=this.parseNumberSkeletonFromString(u,l.styleLocation)).err?b:{val:{type:ut.number,value:r,location:c,style:b.val},err:null};if(0===u.length)return this.error(ct.EXPECT_DATE_TIME_SKELETON,c);var f=u;
|
|
488
488
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
489
489
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
490
490
|
// for unsupported patterns.
|
|
491
|
-
this.locale&&(
|
|
491
|
+
this.locale&&(f=function(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if("j"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=Ft(t);for("H"!=l&&"k"!=l||(a=0);a-- >0;)r+="a";for(;s-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(u,this.locale));var p={type:ft.dateTime,pattern:f,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?At(f):{}};return{val:{type:"date"===s?ut.date:ut.time,value:r,location:c,style:p},err:null}}
|
|
492
492
|
// Regular style or no style.
|
|
493
|
-
return{val:{type:"number"===s?
|
|
493
|
+
return{val:{type:"number"===s?ut.number:"date"===s?ut.date:ut.time,value:r,location:c,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
|
|
494
494
|
// Parse this range:
|
|
495
495
|
// {name, plural, options}
|
|
496
496
|
// ^---------^
|
|
497
|
-
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(
|
|
497
|
+
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ct.EXPECT_SELECT_ARGUMENT_OPTIONS,jt(d,ye({},d)));this.bumpSpace();
|
|
498
498
|
// Parse offset:
|
|
499
499
|
// {name, plural, offset:1, options}
|
|
500
500
|
// ^-----^
|
|
501
501
|
// or the first option:
|
|
502
502
|
// {name, plural, one {...} other {...}}
|
|
503
503
|
// ^--^
|
|
504
|
-
var m=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(
|
|
504
|
+
var m=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(ct.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,jt(this.clonePosition(),this.clonePosition()));var b;if(this.bumpSpace(),(b=this.tryParseDecimalInteger(ct.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ct.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return b;
|
|
505
505
|
// Parse another identifier for option parsing
|
|
506
|
-
this.bumpSpace(),m=this.parseIdentifierIfPossible(),g=
|
|
506
|
+
this.bumpSpace(),m=this.parseIdentifierIfPossible(),g=b.val}var y,v=this.tryParsePluralOrSelectOptions(e,s,t,m);if(v.err)return v;if((y=this.tryParseArgumentClose(n)).err)return y;var E=jt(n,this.clonePosition());return"select"===s?{val:{type:ut.select,value:r,options:tr(v.val),location:E},err:null}:{val:{type:ut.plural,value:r,options:tr(v.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(ct.INVALID_ARGUMENT_TYPE,jt(o,a))}},e.prototype.tryParseArgumentClose=function(e){
|
|
507
507
|
// Parse: {value, number, ::currency/GBP }
|
|
508
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(
|
|
508
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(ct.EXPECT_ARGUMENT_CLOSING_BRACE,jt(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
509
509
|
/**
|
|
510
510
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
511
511
|
*/
|
|
512
512
|
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
513
513
|
// Treat apostrophe as quoting but include it in the style part.
|
|
514
514
|
// Find the end of the quoted literal text.
|
|
515
|
-
this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(
|
|
515
|
+
this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ct.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,jt(r,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
|
|
516
516
|
// Parse the skeleton
|
|
517
|
-
for(var t=[],r=0,n=e.split(
|
|
517
|
+
for(var t=[],r=0,n=e.split(Bt).filter((function(e){return e.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],s=i.slice(1),a=0,l=s;a<l.length;a++)if(0===l[a].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:s})}return t}(e)}catch(e){return this.error(ct.INVALID_NUMBER_SKELETON,t)}return{val:{type:ft.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?kt(r):{}},err:null}},
|
|
518
518
|
/**
|
|
519
519
|
* @param nesting_level The current nesting level of messages.
|
|
520
520
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -531,24 +531,24 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){
|
|
|
531
531
|
// ^--^
|
|
532
532
|
for(var i,o=!1,s=[],a=new Set,l=n.value,h=n.location;;){if(0===l.length){var c=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
|
|
533
533
|
// Try parse `={number}` selector
|
|
534
|
-
var u=this.tryParseDecimalInteger(
|
|
534
|
+
var u=this.tryParseDecimalInteger(ct.EXPECT_PLURAL_ARGUMENT_SELECTOR,ct.INVALID_PLURAL_ARGUMENT_SELECTOR);if(u.err)return u;h=jt(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}
|
|
535
535
|
// Duplicate selector clauses
|
|
536
|
-
if(a.has(l))return this.error("select"===t?
|
|
536
|
+
if(a.has(l))return this.error("select"===t?ct.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ct.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===l&&(o=!0),
|
|
537
537
|
// Parse:
|
|
538
538
|
// one {one apple}
|
|
539
539
|
// ^----------^
|
|
540
|
-
this.bumpSpace();var
|
|
540
|
+
this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ct.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ct.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,jt(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;s.push([l,{value:p.val,location:jt(f,this.clonePosition())}]),
|
|
541
541
|
// Keep track of the existing selectors
|
|
542
542
|
a.add(l),
|
|
543
543
|
// Prep next selector clause.
|
|
544
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===s.length?this.error("select"===t?
|
|
544
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===s.length?this.error("select"===t?ct.EXPECT_SELECT_ARGUMENT_SELECTOR:ct.EXPECT_PLURAL_ARGUMENT_SELECTOR,jt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(ct.MISSING_OTHER_CLAUSE,jt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=jt(n,this.clonePosition());return i?Zt(o*=r)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
|
|
545
545
|
// This is much faster than `Object.assign` or spread.
|
|
546
546
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
547
547
|
/**
|
|
548
548
|
* Return the code point at the current position of the parser.
|
|
549
549
|
* Throws if the index is out of bound.
|
|
550
550
|
*/
|
|
551
|
-
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=
|
|
551
|
+
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=rr(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},
|
|
552
552
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
553
553
|
e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10/* '\n' */===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
|
|
554
554
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
@@ -559,7 +559,7 @@ this.position.offset+=e<65536?1:2)}},
|
|
|
559
559
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
560
560
|
* and return false.
|
|
561
561
|
*/
|
|
562
|
-
e.prototype.bumpIf=function(e){if(
|
|
562
|
+
e.prototype.bumpIf=function(e){if(Qt(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
|
|
563
563
|
/**
|
|
564
564
|
* Bump the parser until the pattern character is found and return `true`.
|
|
565
565
|
* Otherwise bump to the end of the file and return `false`.
|
|
@@ -571,7 +571,7 @@ e.prototype.bumpUntil=function(e){var t=this.offset(),r=this.message.indexOf(e,t
|
|
|
571
571
|
*/
|
|
572
572
|
e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
|
|
573
573
|
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
574
|
-
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&
|
|
574
|
+
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&hr(this.char());)this.bump()},
|
|
575
575
|
/**
|
|
576
576
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
577
577
|
* If the input has been exhausted, then this returns null.
|
|
@@ -581,123 +581,123 @@ e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this
|
|
|
581
581
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
582
582
|
* @param codepoint
|
|
583
583
|
* @returns
|
|
584
|
-
*/function
|
|
584
|
+
*/function lr(e){return e>=97&&e<=122||e>=65&&e<=90}
|
|
585
585
|
/**
|
|
586
586
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
587
587
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
588
588
|
*/
|
|
589
|
-
function
|
|
589
|
+
function hr(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
|
|
590
590
|
/**
|
|
591
591
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
592
592
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
593
|
-
*/function
|
|
593
|
+
*/function cr(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function ur(e){e.forEach((function(e){if(delete e.location,vt(e)||Et(e))for(var t in e.options)delete e.options[t].location,ur(e.options[t].value);else gt(e)&&_t(e.style)||(bt(e)||yt(e))&&Pt(e.style)?delete e.style.location:Tt(e)&&ur(e.children)}))}function fr(e,t){void 0===t&&(t={}),t=ye({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ar(e,t).parse();if(r.err){var n=SyntaxError(ct[r.err.kind]);
|
|
594
594
|
// @ts-expect-error Assign to error object
|
|
595
595
|
throw n.location=r.err.location,
|
|
596
596
|
// @ts-expect-error Assign to error object
|
|
597
|
-
n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||
|
|
597
|
+
n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||ur(r.val),r.val}
|
|
598
598
|
|
|
599
599
|
// Main
|
|
600
600
|
|
|
601
|
-
function
|
|
601
|
+
function pr(e,t){var r=t&&t.cache?t.cache:wr,n=t&&t.serializer?t.serializer:yr;return(t&&t.strategy?t.strategy:br)(e,{cache:r,serializer:n})}
|
|
602
602
|
|
|
603
603
|
// Strategy
|
|
604
604
|
|
|
605
|
-
function
|
|
605
|
+
function dr(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),s=t.get(o);return void 0===s&&(s=e.call(this,n),t.set(o,s)),s}function mr(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function gr(e,t,r,n,i){return r.bind(t,e,n,i)}function br(e,t){return gr(e,this,1===e.length?dr:mr,t.cache.create(),t.serializer)}
|
|
606
606
|
// Serializer
|
|
607
|
-
var
|
|
607
|
+
var yr=function(){return JSON.stringify(arguments)};
|
|
608
608
|
|
|
609
609
|
// Cache
|
|
610
610
|
|
|
611
|
-
function
|
|
611
|
+
function vr(){this.cache=Object.create(null)}vr.prototype.get=function(e){return this.cache[e]},vr.prototype.set=function(e,t){this.cache[e]=t};var Er,wr={create:function(){
|
|
612
612
|
// @ts-ignore
|
|
613
|
-
return new
|
|
613
|
+
return new vr}},Tr={variadic:function(e,t){return gr(e,this,mr,t.cache.create(),t.serializer)},monadic:function(e,t){return gr(e,this,dr,t.cache.create(),t.serializer)}};!function(e){
|
|
614
614
|
// When we have a placeholder but no value to format
|
|
615
615
|
e.MISSING_VALUE="MISSING_VALUE",
|
|
616
616
|
// When value supplied is invalid
|
|
617
617
|
e.INVALID_VALUE="INVALID_VALUE",
|
|
618
618
|
// When we need specific Intl API but it's not available
|
|
619
|
-
e.MISSING_INTL_API="MISSING_INTL_API"}(
|
|
619
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(Er||(Er={}));var _r,Pr=/** @class */function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return be(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Sr=/** @class */function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Er.INVALID_VALUE,i)||this}return be(t,e),t}(Pr),Hr=/** @class */function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Er.INVALID_VALUE,n)||this}return be(t,e),t}(Pr),Ar=/** @class */function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Er.MISSING_VALUE,r)||this}return be(t,e),t}(Pr);function Br(e){return"function"==typeof e}
|
|
620
620
|
// TODO(skeleton): add skeleton support
|
|
621
|
-
function
|
|
621
|
+
function Cr(e,t,r,n,i,o,
|
|
622
622
|
// For debugging
|
|
623
623
|
s){
|
|
624
624
|
// Hot path for straight simple msg translations
|
|
625
|
-
if(1===e.length&&
|
|
625
|
+
if(1===e.length&&dt(e[0]))return[{type:_r.literal,value:e[0].value}];for(var a=[],l=0,h=e;l<h.length;l++){var c=h[l];
|
|
626
626
|
// Exit early for string parts.
|
|
627
|
-
if(
|
|
627
|
+
if(dt(c))a.push({type:_r.literal,value:c.value});else
|
|
628
628
|
// TODO: should this part be literal type?
|
|
629
629
|
// Replace `#` in plural rules with the actual numeric value.
|
|
630
|
-
if(
|
|
630
|
+
if(wt(c))"number"==typeof o&&a.push({type:_r.literal,value:r.getNumberFormat(t).format(o)});else{var u=c.value;
|
|
631
631
|
// Enforce that all required values are provided by the caller.
|
|
632
|
-
if(!i||!(u in i))throw new
|
|
632
|
+
if(!i||!(u in i))throw new Ar(u,s);var f=i[u];if(mt(c))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),a.push({type:"string"==typeof f?_r.literal:_r.object,value:f});else
|
|
633
633
|
// Recursively format plural and select parts' option — which can be a
|
|
634
634
|
// nested pattern structure. The choosing of the option to use is
|
|
635
635
|
// abstracted-by and delegated-to the part helper object.
|
|
636
|
-
if(
|
|
636
|
+
if(bt(c)){var p="string"==typeof c.style?n.date[c.style]:Pt(c.style)?c.style.parsedOptions:void 0;a.push({type:_r.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(yt(c)){p="string"==typeof c.style?n.time[c.style]:Pt(c.style)?c.style.parsedOptions:n.time.medium;a.push({type:_r.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(gt(c)){(p="string"==typeof c.style?n.number[c.style]:_t(c.style)?c.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),a.push({type:_r.literal,value:r.getNumberFormat(t,p).format(f)})}else{if(Tt(c)){var d=c.children,m=c.value,g=i[m];if(!Br(g))throw new Hr(m,"function",s);var b=g(Cr(d,t,r,n,i,o).map((function(e){return e.value})));Array.isArray(b)||(b=[b]),a.push.apply(a,b.map((function(e){return{type:"string"==typeof e?_r.literal:_r.object,value:e}})))}if(vt(c)){if(!(y=c.options[f]||c.options.other))throw new Sr(c.value,f,Object.keys(c.options),s);a.push.apply(a,Cr(y.value,t,r,n,i))}else if(Et(c)){var y;if(!(y=c.options["=".concat(f)])){if(!Intl.PluralRules)throw new Pr('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Er.MISSING_INTL_API,s);var v=r.getPluralRules(t,{type:c.pluralType}).select(f-(c.offset||0));y=c.options[v]||c.options.other}if(!y)throw new Sr(c.value,f,Object.keys(c.options),s);a.push.apply(a,Cr(y.value,t,r,n,i,f-(c.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var r=e[e.length-1];return r&&r.type===_r.literal&&t.type===_r.literal?r.value+=t.value:e.push(t),e}),[])}(a)}
|
|
637
637
|
/*
|
|
638
638
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
639
639
|
Copyrights licensed under the New BSD License.
|
|
640
640
|
See the accompanying LICENSE file for terms.
|
|
641
641
|
*/
|
|
642
642
|
// -- MessageFormat --------------------------------------------------------
|
|
643
|
-
function
|
|
643
|
+
function xr(e,t){return t?Object.keys(e).reduce((function(r,n){var i,o;return r[n]=(i=e[n],(o=t[n])?ye(ye(ye({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=ye(ye({},i[t]),o[t]||{}),e}),{})):i),r}),ye({},e)):e}function Lr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(_r||(_r={}));var Or=/** @class */function(){function e(t,r,n,i){var o,s=this;if(void 0===r&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
|
|
644
644
|
// Hot path for straight simple msg translations
|
|
645
|
-
if(1===t.length)return t[0].value;var r=t.reduce((function(e,t){return e.length&&t.type===
|
|
645
|
+
if(1===t.length)return t[0].value;var r=t.reduce((function(e,t){return e.length&&t.type===_r.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(e){return Cr(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
646
646
|
// Defined first because it's used to build the format pattern.
|
|
647
647
|
this.locales=r,this.resolvedLocale=e.resolveLocale(r),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
648
648
|
// Parse string messages into an AST.
|
|
649
649
|
this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
650
650
|
// Creates a new object with the specified `formats` merged with the default
|
|
651
651
|
// formats.
|
|
652
|
-
this.formats=
|
|
652
|
+
this.formats=xr(e.formats,n),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:pr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,we([void 0],t,!1)))}),{cache:Lr(o.number),strategy:Tr.variadic}),getDateTimeFormat:pr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,we([void 0],t,!1)))}),{cache:Lr(o.dateTime),strategy:Tr.variadic}),getPluralRules:pr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,we([void 0],t,!1)))}),{cache:Lr(o.pluralRules),strategy:Tr.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=fr,
|
|
653
653
|
// Default format options used as the prototype of the `formats` provided to the
|
|
654
654
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
655
655
|
// and Intl.DateTimeFormat instances.
|
|
656
|
-
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const
|
|
656
|
+
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Nr={},Ir=(e,t,r)=>r?(t in Nr||(Nr[t]={}),e in Nr[t]||(Nr[t][e]=r),r):r,Mr=(e,t)=>{if(null==t)return;if(t in Nr&&e in Nr[t])return Nr[t][e];const r=an(t);for(let n=0;n<r.length;n++){const i=Dr(r[n],e);if(i)return Ir(e,t,i)}};let Rr;const kr=et({});function Ur(e){return e in Rr}function Dr(e,t){if(!Ur(e))return null;const r=function(e){return Rr[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let e=0;e<r.length;e++)if("object"==typeof n){if(e>0){const t=r.slice(e,r.length).join(".");if(t in n){n=n[t];break}}n=n[r[e]]}else n=void 0;return n}(r,t)}function Fr(e,...t){delete Nr[e],kr.update((r=>(r[e]=pt.all([r[e]||{},...t]),r)))}tt([kr],(([e])=>Object.keys(e))),kr.subscribe((e=>Rr=e));const Gr={};function $r(e){return Gr[e]}function jr(e){return null!=e&&an(e).some((e=>{var t;return null==(t=$r(e))?void 0:t.size}))}function Xr(e,t){const r=Promise.all(t.map((t=>(function(e,t){Gr[e].delete(t),0===Gr[e].size&&delete Gr[e]}(e,t),t().then((e=>e.default||e))))));return r.then((t=>Fr(e,...t)))}const zr={};function Vr(e){if(!jr(e))return e in zr?zr[e]:Promise.resolve();const t=function(e){return an(e).map((e=>{const t=$r(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return zr[e]=Promise.all(t.map((([e,t])=>Xr(e,t)))).then((()=>{if(jr(e))return Vr(e);delete zr[e]})),zr[e]}const Wr={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function Kr(){return Wr}const Yr=et(!1);var Zr=Object.defineProperty,qr=Object.defineProperties,Jr=Object.getOwnPropertyDescriptors,Qr=Object.getOwnPropertySymbols,en=Object.prototype.hasOwnProperty,tn=Object.prototype.propertyIsEnumerable,rn=(e,t,r)=>t in e?Zr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;let nn;const on=et(null);function sn(e){return e.split("-").map(((e,t,r)=>r.slice(0,t+1).join("-"))).reverse()}function an(e,t=Kr().fallbackLocale){const r=sn(e);return t?[...new Set([...r,...sn(t)])]:r}function ln(){return null!=nn?nn:void 0}on.subscribe((e=>{nn=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const hn=(cn=((e,t)=>{for(var r in t||(t={}))en.call(t,r)&&rn(e,r,t[r]);if(Qr)for(var r of Qr(t))tn.call(t,r)&&rn(e,r,t[r]);return e})({},on),qr(cn,Jr({set:e=>{if(e&&function(e){if(null==e)return;const t=an(e);for(let e=0;e<t.length;e++){const r=t[e];if(Ur(r))return r}}(e)&&jr(e)){const{loadingDelay:t}=Kr();let r;return"undefined"!=typeof window&&null!=ln()&&t?r=window.setTimeout((()=>Yr.set(!0)),t):Yr.set(!0),Vr(e).then((()=>{on.set(e)})).finally((()=>{clearTimeout(r),Yr.set(!1)}))}return on.set(e)}})));var cn;const un=e=>{const t=Object.create(null);return r=>{const n=JSON.stringify(r);return n in t?t[n]:t[n]=e(r)}};var fn=Object.defineProperty,pn=Object.getOwnPropertySymbols,dn=Object.prototype.hasOwnProperty,mn=Object.prototype.propertyIsEnumerable,gn=(e,t,r)=>t in e?fn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,bn=(e,t)=>{for(var r in t||(t={}))dn.call(t,r)&&gn(e,r,t[r]);if(pn)for(var r of pn(t))mn.call(t,r)&&gn(e,r,t[r]);return e},yn=(e,t)=>{var r={};for(var n in e)dn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&pn)for(var n of pn(e))t.indexOf(n)<0&&mn.call(e,n)&&(r[n]=e[n]);return r};const vn=(e,t)=>{const{formats:r}=Kr();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},En=un((e=>{var t=e,{locale:r,format:n}=t,i=yn(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=vn("number",n)),new Intl.NumberFormat(r,i)})),wn=un((e=>{var t=e,{locale:r,format:n}=t,i=yn(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=vn("date",n):0===Object.keys(i).length&&(i=vn("date","short")),new Intl.DateTimeFormat(r,i)})),Tn=un((e=>{var t=e,{locale:r,format:n}=t,i=yn(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=vn("time",n):0===Object.keys(i).length&&(i=vn("time","short")),new Intl.DateTimeFormat(r,i)})),_n=un((
|
|
657
657
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
658
|
-
(e,t=
|
|
659
|
-
/* src/CasinoPromotionsSlider.svelte generated by Svelte v3.59.2 */function
|
|
658
|
+
(e,t=ln())=>new Or(e,t,Kr().formats,{ignoreTag:Kr().ignoreTag}))),Pn=(e,t={})=>{var r,n,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=ln(),default:h}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let c=Mr(e,l);if(c){if("string"!=typeof c)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),c}else c=null!=(o=null!=(i=null==(n=(r=Kr()).handleMissingMessage)?void 0:n.call(r,{locale:l,id:e,defaultValue:h}))?i:h)?o:e;if(!a)return c;let u=c;try{u=_n(c,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return u},Sn=(e,t)=>((e={})=>{var t=e,{locale:r=ln()}=t,n=yn(t,["locale"]);return Tn(bn({locale:r},n))})(t).format(e),Hn=(e,t)=>((e={})=>{var t=e,{locale:r=ln()}=t,n=yn(t,["locale"]);return wn(bn({locale:r},n))})(t).format(e),An=(e,t)=>((e={})=>{var t=e,{locale:r=ln()}=t,n=yn(t,["locale"]);return En(bn({locale:r},n))})(t).format(e),Bn=(e,t=ln())=>Mr(e,t),Cn=tt([hn,kr],(()=>Pn));tt([hn],(()=>Sn)),tt([hn],(()=>Hn)),tt([hn],(()=>An)),tt([hn,kr],(()=>Bn)),window.emWidgets={topic:(e,t=0)=>{if(-1==qe.indexOf(e)){let r=new Ze(t);Je[e]=r,qe.push(e)}return Je[e]}};function xn(e,t){Fr(e,t)}const Ln={en:{promotionsTitle:"Promotions",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"More Info",promotionsNone:"There are no promotions available at the moment.",promotionsLoading:"Loading, please wait ..."},zh:{promotionsTitle:"促銷活動",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"更多信息",promotionsNone:"目前沒有促銷活動。",promotionsLoading:"Loading, please wait ..."},fr:{promotionsTitle:"Promotions",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"Plus d'informations",promotionsNone:"Il n'y a pas de promotions disponibles pour le moment.",promotionsLoading:"Loading, please wait ..."},tr:{promotionsTitle:"Promosyonlar",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"Daha fazla bilgi",promotionsNone:"Şu anda herhangi bir promosyon bulunmamaktadır.",promotionsLoading:"Loading, please wait ..."},ro:{promotionsTitle:"Promotii",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"Detalii",promotionsNone:"Nu avem promotii disponibile momentan.",promotionsLoading:"Loading, please wait ..."},es:{promotionsTitle:"Promociones",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"Mas informaciones",promotionsNone:"Actualmente no hay promociones disponibles.",promotionsLoading:"Loading, please wait ..."},pt:{promotionsTitle:"Promoções",promotionsSubTitle:"New hot offers everyday!",promotionsButton:"Mais informações",promotionsNone:"Não há promoções disponíveis no momento.",promotionsLoading:"Loading, please wait ..."},hr:{promotionsTitle:"Promocije",promotionsSubTitle:"Nove vruće ponude svaki dan!",promotionsButton:"Više informacija",promotionsNone:"Trenutno nema dostupnih promocija.",promotionsLoading:"Učitavanje"},"pt-br":{promotionsTitle:"Promoções",promotionsSubTitle:"Novas e ótimas ofertas todos os dias",promotionsButton:"Mais informação",promotionsNone:"Não há promoções disponíveis no momento",promotionsLoading:"Carregando"},"es-mx":{promotionsTitle:"Promociones",promotionsSubTitle:"Nuevas y grandes ofertas todos los días",promotionsButton:"Más información",promotionsNone:"No hay promociones disponibles al momento",promotionsLoading:"Cargando, por favor espere..."}};
|
|
659
|
+
/* src/CasinoPromotionsSlider.svelte generated by Svelte v3.59.2 */function On(e,t,r){const n=e.slice();return n[49]=t[r],n}function Nn(e,t,r){const n=e.slice();return n[52]=t[r],n}function In(e,t,r){const n=e.slice();return n[49]=t[r],n}
|
|
660
660
|
// (273:8) {:else}
|
|
661
|
-
function
|
|
661
|
+
function Mn(e){let t,r,n=/*$_*/e[12]("promotionsNone")+"";return{c(){t=m("p"),r=b(n),E(t,"class","text__center w__100")},m(e,n){f(e,t,n),u(t,r)},p(e,t){/*$_*/4096&t[0]&&n!==(n=/*$_*/e[12]("promotionsNone")+"")&&w(r,n)},d(e){e&&p(t)}}}
|
|
662
662
|
// (226:8) {#if promotions.length > 0}
|
|
663
|
-
function
|
|
663
|
+
function Rn(e){let t,r,n,i=/*promotions*/e[2],o=[];for(let t=0;t<i.length;t+=1)o[t]=Dn(Nn(e,i,t));let s=/*totalDots*/e[6]>1&&Fn(e);return{c(){t=m("div"),r=m("div");for(let e=0;e<o.length;e+=1)o[e].c();n=y(),s&&s.c(),E(r,"class","slides"),E(t,"class","carousel")},m(i,a){f(i,t,a),u(t,r);for(let e=0;e<o.length;e+=1)o[e]&&o[e].m(r,null);
|
|
664
664
|
/*div0_binding*/e[26](r),u(t,n),s&&s.m(t,null)
|
|
665
|
-
/*div1_binding*/,e[27](t)},p(e,n){if(/*handleOpenModal, promotions, $_*/20484&n[0]){let t;for(i=/*promotions*/e[2],t=0;t<i.length;t+=1){const s=
|
|
665
|
+
/*div1_binding*/,e[27](t)},p(e,n){if(/*handleOpenModal, promotions, $_*/20484&n[0]){let t;for(i=/*promotions*/e[2],t=0;t<i.length;t+=1){const s=Nn(e,i,t);o[t]?o[t].p(s,n):(o[t]=Dn(s),o[t].c(),o[t].m(r,null))}for(;t<o.length;t+=1)o[t].d(1);o.length=i.length}/*totalDots*/e[6]>1?s?s.p(e,n):(s=Fn(e),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(r){r&&p(t),d(o,r),
|
|
666
666
|
/*div0_binding*/e[26](null),s&&s.d()
|
|
667
667
|
/*div1_binding*/,e[27](null)}}}
|
|
668
668
|
// (223:6) {#if isLoading}
|
|
669
|
-
function
|
|
669
|
+
function kn(e){let t,r,n=/*$_*/e[12]("promotionsLoading")+"";return{c(){t=m("p"),r=b(n),E(t,"class","text__center w__100")},m(e,n){f(e,t,n),u(t,r)},p(e,t){/*$_*/4096&t[0]&&n!==(n=/*$_*/e[12]("promotionsLoading")+"")&&w(r,n)},d(e){e&&p(t)}}}
|
|
670
670
|
// (234:20) {#each promotion.image.sources as imgSource}
|
|
671
|
-
function
|
|
671
|
+
function Un(e){let t,r,n;return{c(){t=m("source"),E(t,"srcset",r=/*imgSource*/e[49].pictureSource),E(t,"media",n="("+/*imgSource*/e[49].media+")")},m(e,r){f(e,t,r)},p(e,i){/*promotions*/4&i[0]&&r!==(r=/*imgSource*/e[49].pictureSource)&&E(t,"srcset",r),/*promotions*/4&i[0]&&n!==(n="("+/*imgSource*/e[49].media+")")&&E(t,"media",n)},d(e){e&&p(t)}}}
|
|
672
672
|
// (229:12) {#each promotions as promotion}
|
|
673
|
-
function
|
|
674
|
-
return e[25](/*promotion*/e[52])}return{c(){t=m("div"),r=m("div"),n=m("picture");for(let e=0;e<$.length;e+=1)$[e].c();var u,p,
|
|
673
|
+
function Dn(e){let t,r,n,i,o,s,a,l,c,T,_,P,S,H,A,B,C,x,L,O,N,I,M,R,k,U=/*promotion*/e[52].title+"",D=/*promotion*/e[52].content.split("</div>")[0]+"",F=/*$_*/e[12]("promotionsButton")+"",G=/*promotion*/e[52].image.sources,$=[];for(let t=0;t<G.length;t+=1)$[t]=Un(In(e,G,t));function j(){/*click_handler*/
|
|
674
|
+
return e[25](/*promotion*/e[52])}return{c(){t=m("div"),r=m("div"),n=m("picture");for(let e=0;e<$.length;e+=1)$[e].c();var u,f,p,d;
|
|
675
675
|
// unfortunately this can't be a constant as that wouldn't be tree-shakeable
|
|
676
676
|
// so we cache the result instead
|
|
677
|
-
i=
|
|
677
|
+
i=y(),o=m("img"),l=y(),c=m("div"),T=m("h3"),_=y(),P=m("div"),S=y(),H=m("div"),A=m("a"),B=m("b"),C=b(F),x=y(),L=g("svg"),O=g("style"),N=b(".st0{fill:#FFFFFF;}\n "),I=g("path"),M=y(),h(o.src,s=/*promotion*/e[52].image.src)||E(o,"src",s),E(o,"alt",a=/*promotion*/e[52].title),E(n,"class","PromotionImg"),E(n,"part","PromotionImg"),E(T,"class","PromotionTitle"),E(T,"part","PromotionTitle"),E(P,"class","description"),E(P,"part","description"),E(O,"type","text/css"),E(I,"class","st0"),E(I,"d","M9.5,13.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7L12.4,9H1.2C0.9,9,0.7,8.9,0.5,8.7\n C0.3,8.5,0.2,8.3,0.2,8s0.1-0.5,0.3-0.7C0.7,7.1,0.9,7,1.2,7h11.1L9.5,4.1C9.3,3.9,9.2,3.7,9.2,3.4c0-0.3,0.1-0.5,0.3-0.7\n c0.2-0.2,0.4-0.3,0.7-0.3c0.3,0,0.5,0.1,0.7,0.3l4.6,4.6c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.4s0,0.3-0.1,0.4\n c0,0.1-0.1,0.2-0.2,0.3l-4.6,4.6c-0.2,0.2-0.4,0.3-0.7,0.3C10,13.6,9.7,13.5,9.5,13.3z"),E(L,"class","arrow"),E(L,"version","1.1"),E(L,"id","Layer_1"),E(L,"xmlns","http://www.w3.org/2000/svg"),E(L,"xmlns:xlink","http://www.w3.org/1999/xlink"),E(L,"x","0px"),E(L,"y","0px"),E(L,"viewBox","0 0 16 16"),u=L,f="enable-background",null==(p="new 0 0 16 16")?u.style.removeProperty(f):u.style.setProperty(f,p,d?"important":""),E(L,"xml:space","preserve"),E(A,"href","javascript:void(0)"),E(A,"class","btn"),E(H,"class","ButtonPosition"),E(c,"class","PromotionText"),E(r,"class","PromotionCard"),E(t,"class","d-flex")},m(e,s){f(e,t,s),u(t,r),u(r,n);for(let e=0;e<$.length;e+=1)$[e]&&$[e].m(n,null);u(n,i),u(n,o),u(r,l),u(r,c),u(c,T),T.innerHTML=U,u(c,_),u(c,P),P.innerHTML=D,u(c,S),u(c,H),u(H,A),u(A,B),u(B,C),u(A,x),u(A,L),u(L,O),u(O,N),u(L,I),u(t,M),R||(k=v(A,"click",j),R=!0)},p(t,r){if(e=t,/*promotions*/4&r[0]){let t;for(G=/*promotion*/e[52].image.sources,t=0;t<G.length;t+=1){const o=In(e,G,t);$[t]?$[t].p(o,r):($[t]=Un(o),$[t].c(),$[t].m(n,i))}for(;t<$.length;t+=1)$[t].d(1);$.length=G.length}/*promotions*/4&r[0]&&!h(o.src,s=/*promotion*/e[52].image.src)&&E(o,"src",s),/*promotions*/4&r[0]&&a!==(a=/*promotion*/e[52].title)&&E(o,"alt",a),/*promotions*/4&r[0]&&U!==(U=/*promotion*/e[52].title+"")&&(T.innerHTML=U),/*promotions*/4&r[0]&&D!==(D=/*promotion*/e[52].content.split("</div>")[0]+"")&&(P.innerHTML=D),/*$_*/4096&r[0]&&F!==(F=/*$_*/e[12]("promotionsButton")+"")&&w(C,F)},d(e){e&&p(t),d($,e),R=!1,k()}}}
|
|
678
678
|
// (267:10) {#if totalDots > 1}
|
|
679
|
-
function
|
|
679
|
+
function Fn(e){let t,r,n,i=`${/*getCurrentNumber*/e[13](/*currentIndex*/e[7],/*currentPerPage*/e[4])} / ${/*totalDots*/e[6]}`;return{c(){t=m("div"),r=b(i),E(t,"class",n="numberOfPage "+(/*numbersdisplayed*/"true"===e[0]?"":"NotVisible"))},m(e,n){f(e,t,n),u(t,r)},p(e,o){/*currentIndex, currentPerPage, totalDots*/208&o[0]&&i!==(i=`${/*getCurrentNumber*/e[13](/*currentIndex*/e[7],/*currentPerPage*/e[4])} / ${/*totalDots*/e[6]}`)&&w(r,i),/*numbersdisplayed*/1&o[0]&&n!==(n="numberOfPage "+(/*numbersdisplayed*/"true"===e[0]?"":"NotVisible"))&&E(t,"class",n)},d(e){e&&p(t)}}}
|
|
680
680
|
// (280:2) {#if modalIsOpen}
|
|
681
|
-
function
|
|
681
|
+
function Gn(e){let t,r,i,o,s,a,l,c,g,b,w,T,_,P,S,H,A,B=/*modalItem*/e[10].title+"",C=/*modalItem*/e[10].content+"",x=/*modalItem*/e[10].image.sources,L=[];for(let t=0;t<x.length;t+=1)L[t]=$n(On(e,x,t));return{c(){t=m("div"),r=y(),i=m("div"),o=m("div"),s=m("a"),s.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="close_multi"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg>',a=y(),l=m("picture");for(let e=0;e<L.length;e+=1)L[e].c();c=y(),g=m("img"),T=y(),_=m("h3"),P=y(),S=m("div"),E(t,"class","modal__overlay"),E(s,"href","#"),E(s,"class","IconClose"),E(o,"class","wrapper"),h(g.src,b=/*modalItem*/e[10].image.src)||E(g,"src",b),E(g,"alt",w=/*modalItem*/e[10].title),E(l,"class","modal__img"),E(l,"part","modal-img"),E(_,"class","modal__title"),E(S,"class","modal__description"),E(i,"class","modal")},m(n,h){f(n,t,h),f(n,r,h),f(n,i,h),u(i,o),u(o,s),u(i,a),u(i,l);for(let e=0;e<L.length;e+=1)L[e]&&L[e].m(l,null);u(l,c),u(l,g),u(i,T),u(i,_),_.innerHTML=B,u(i,P),u(i,S),S.innerHTML=C,H||(A=[v(t,"click",/*click_handler_1*/e[29]),v(s,"click",/*click_handler_2*/e[30])],H=!0)},p(e,t){if(/*modalItem*/1024&t[0]){let r;for(x=/*modalItem*/e[10].image.sources,r=0;r<x.length;r+=1){const n=On(e,x,r);L[r]?L[r].p(n,t):(L[r]=$n(n),L[r].c(),L[r].m(l,c))}for(;r<L.length;r+=1)L[r].d(1);L.length=x.length}/*modalItem*/1024&t[0]&&!h(g.src,b=/*modalItem*/e[10].image.src)&&E(g,"src",b),/*modalItem*/1024&t[0]&&w!==(w=/*modalItem*/e[10].title)&&E(g,"alt",w),/*modalItem*/1024&t[0]&&B!==(B=/*modalItem*/e[10].title+"")&&(_.innerHTML=B),/*modalItem*/1024&t[0]&&C!==(C=/*modalItem*/e[10].content+"")&&(S.innerHTML=C)},d(e){e&&p(t),e&&p(r),e&&p(i),d(L,e),H=!1,n(A)}}}
|
|
682
682
|
// (301:8) {#each modalItem.image.sources as imgSource}
|
|
683
|
-
function
|
|
684
|
-
return e[5]?
|
|
683
|
+
function $n(e){let t,r,n;return{c(){t=m("source"),E(t,"srcset",r=/*imgSource*/e[49].pictureSource),E(t,"media",n="("+/*imgSource*/e[49].media+")")},m(e,r){f(e,t,r)},p(e,i){/*modalItem*/1024&i[0]&&r!==(r=/*imgSource*/e[49].pictureSource)&&E(t,"srcset",r),/*modalItem*/1024&i[0]&&n!==(n="("+/*imgSource*/e[49].media+")")&&E(t,"media",n)},d(e){e&&p(t)}}}function jn(t){let r,n,i,o,s;function a(e,t){/*isLoading*/
|
|
684
|
+
return e[5]?kn:/*promotions*/e[2].length>0?Rn:Mn}let l=a(t),h=l(t),c=/*modalIsOpen*/t[11]&&Gn(t);return{c(){r=m("div"),n=m("section"),i=m("div"),h.c(),s=y(),c&&c.c(),this.c=e,E(i,"class","container"),E(n,"class","PromotionSlider"),N((()=>/*section_elementresize_handler*/t[28].call(n))),E(r,"class","CasinoPromotionsSlider")},m(e,a){f(e,r,a),u(r,n),u(n,i),h.m(i,null),o=function(e,t){"static"===getComputedStyle(e).position&&(e.style.position="relative");const r=m("iframe");r.setAttribute("style","display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"),r.setAttribute("aria-hidden","true"),r.tabIndex=-1;const n=T();let i;return n?(r.src="data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>",i=v(window,"message",(e=>{e.source===r.contentWindow&&t()}))):(r.src="about:blank",r.onload=()=>{i=v(r.contentWindow,"resize",t),
|
|
685
685
|
// make sure an initial resize event is fired _after_ the iframe is loaded (which is asynchronous)
|
|
686
686
|
// see https://github.com/sveltejs/svelte/issues/4233
|
|
687
|
-
t()}),u(e,r),()=>{(n||i&&r.contentWindow)&&i(),
|
|
688
|
-
/*div1_binding_1*/,t[31](r)},p(e,t){l===(l=a(e))&&h?h.p(e,t):(h.d(1),h=l(e),h&&(h.c(),h.m(i,null))),/*modalIsOpen*/e[11]?c?c.p(e,t):(c=
|
|
689
|
-
/*div1_binding_1*/,t[31](null)}}}function
|
|
687
|
+
t()}),u(e,r),()=>{(n||i&&r.contentWindow)&&i(),p(r)}}(n,/*section_elementresize_handler*/t[28].bind(n)),u(r,s),c&&c.m(r,null)
|
|
688
|
+
/*div1_binding_1*/,t[31](r)},p(e,t){l===(l=a(e))&&h?h.p(e,t):(h.d(1),h=l(e),h&&(h.c(),h.m(i,null))),/*modalIsOpen*/e[11]?c?c.p(e,t):(c=Gn(e),c.c(),c.m(r,null)):c&&(c.d(1),c=null)},i:e,o:e,d(e){e&&p(r),h.d(),o(),c&&c.d()
|
|
689
|
+
/*div1_binding_1*/,t[31](null)}}}function Xn(e,t,r){let n,i;var o,s;o=Cn,s=e=>r(12,i=e),e.$$.on_destroy.push(c(o,s));let a,l,{endpoint:h=""}=t,{lang:u=""}=t,{env:f=""}=t,{userroles:p=""}=t,{translationurl:d=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{numbersdisplayed:b="true"}=t,y=!1,v=[],E=0;
|
|
690
690
|
// End implement Fetch data from CMS(api)
|
|
691
691
|
// Start implement translation
|
|
692
|
-
!function({withLocale:e,translations:t}){
|
|
692
|
+
!function({withLocale:e,translations:t}){hn.subscribe((r=>{null==r&&(kr.set(t),hn.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
693
693
|
/*dictionary.set(translations);
|
|
694
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(
|
|
694
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Ln).forEach((e=>{xn(e,Ln[e])}));const w=()=>{var e;e=u,hn.set(e)};
|
|
695
695
|
// End implement translation
|
|
696
|
-
let
|
|
696
|
+
let T=window.navigator.userAgent;
|
|
697
697
|
// Start implement Fetch data from CMS(api)
|
|
698
698
|
// End clientstyling & clientstylingurl functionality
|
|
699
699
|
// start implement slider
|
|
700
|
-
let
|
|
700
|
+
let _,P,A,C=4,x=0;const L=H();let O;const N=()=>!(v.length<=(O>=1600?r(23,C=4):O>=1250?r(23,C=3):O>=768?r(23,C=2):O>=320&&r(23,C=1),"object"==typeof C?C:Number(C))),I=()=>{P&&(r(23,C=r(4,n=P?P.perPage:C)),r(6,E=P?Math.ceil(P.innerElements.length/n):0))},M=((e,t)=>{let r;return function(){const n=this,i=arguments;clearTimeout(r),r=setTimeout((()=>e.apply(n,i)),t)}})(I,300);var R;R=()=>(window.addEventListener("resize",M),()=>{window.removeEventListener("resize",M)}),S().$$.on_mount.push(R);function k(){r(7,x=P.currentSlide),L("change",{currentSlide:P.currentSlide,slideCount:P.innerElements.length})}
|
|
701
701
|
// Get number of page
|
|
702
|
-
let U={},D=!1;const F=e=>{r(10,U=e),r(11,D=!0)},G=()=>{r(10,U={}),r(11,D=!1)};return e.$$set=e=>{"endpoint"in e&&r(16,h=e.endpoint),"lang"in e&&r(17,u=e.lang),"env"in e&&r(18,
|
|
702
|
+
let U={},D=!1;const F=e=>{r(10,U=e),r(11,D=!0)},G=()=>{r(10,U={}),r(11,D=!1)};return e.$$set=e=>{"endpoint"in e&&r(16,h=e.endpoint),"lang"in e&&r(17,u=e.lang),"env"in e&&r(18,f=e.env),"userroles"in e&&r(19,p=e.userroles),"translationurl"in e&&r(20,d=e.translationurl),"clientstyling"in e&&r(21,m=e.clientstyling),"clientstylingurl"in e&&r(22,g=e.clientstylingurl),"numbersdisplayed"in e&&r(0,b=e.numbersdisplayed)},e.$$.update=()=>{/*lang*/131072&e.$$.dirty[0]&&u&&w(),/*translationurl*/1048576&e.$$.dirty[0]&&d&&fetch(d).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{xn(t,e[t])}))})).catch((e=>{console.log(e)})),/*endpoint, lang, env, userroles*/983040&e.$$.dirty[0]&&h&&u&&f&&p&&(()=>{r(5,y=!0);let e=new URL(`${h}/${u}/promotions?env=${f}`),t=(e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC")(T);t&&("PC"===t?e.searchParams.append("device","dk"):"iPad"===t||"iPhone"===t?e.searchParams.append("device","ios"):e.searchParams.append("device","mtWeb")),e.searchParams.append("userRoles",p),fetch(e.href).then((e=>e.json())).then((e=>{r(5,y=!1),r(2,v=e)})).catch((e=>{r(5,y=!1),console.error(e)}))})(),/*clientstyling, customStylingContainer*/2097154&e.$$.dirty[0]&&m&&a&&(()=>{let e=document.createElement("style");e.innerHTML=m,a.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/4194306&e.$$.dirty[0]&&g&&a&&(()=>{let e=document.createElement("style");fetch(new URL(g)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{a.appendChild(e)}),1)}))})(),/*controller, perPage*/25165824&e.$$.dirty[0]&&r(4,n=P?P.perPage:C),/*controller, currentPerPage*/16777232&e.$$.dirty[0]&&r(6,E=P?Math.ceil(P.innerElements.length/n):0),/*promotions, promotionsSlider*/12&e.$$.dirty[0]&&v&&l&&(r(24,P=new z({selector:_,loop:N(),duration:200,easing:"ease-out",startIndex:0,draggable:!0,multipleDrag:!0,threshold:20,rtl:!1,onChange:k,perPage:{320:1,768:2,1220:3,1600:4}})),A=setInterval((()=>P.next()),4e3)),/*controller*/16777216&e.$$.dirty[0]&&P&&I()},[b,a,v,l,n,y,E,x,_,O,U,D,i,(e,t)=>{const r=Math.ceil((e+1)/t);return 0===r?E:r},F,G,h,u,f,p,d,m,g,C,P,e=>{F(e)},function(e){B[e?"unshift":"push"]((()=>{_=e,r(8,_)}))},function(e){B[e?"unshift":"push"]((()=>{l=e,r(3,l)}))},function(){O=this.clientWidth,r(9,O)},()=>G(),()=>G(),function(e){B[e?"unshift":"push"]((()=>{a=e,r(1,a)}))}]}class zn extends ${constructor(e){super();const t=document.createElement("style");t.textContent=':host{font-family:"Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.CasinoPromotionsSlider{background:linear-gradient(180deg, #F3F1FF, #ECE8FF);color:#080843;text-align:center;container-type:inline-size;container-name:container-slider}.CasinoPromotionsSlider .sliders .carousel{position:relative;width:100%;justify-content:center;align-items:center}.CasinoPromotionsSlider .PromotionSlider{overflow:hidden;position:relative;padding:20px 130px}.CasinoPromotionsSlider .container{display:flex;justify-content:space-between;width:100%}.CasinoPromotionsSlider .container .carousel{width:100%;position:relative}.CasinoPromotionsSlider .container .slides{margin:20px 0}.CasinoPromotionsSlider .PromotionCard{background:#fff;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);border-radius:4px;padding:10px 10px 10px 10px;margin:0 10px;max-width:none;color:#080843;position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.CasinoPromotionsSlider .PromotionCard .PromotionImg img{object-fit:cover;border-radius:4px;width:100%;height:220px;flex-basis:auto;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .PromotionTitle{margin:4px 0;text-align:left;font-size:18px;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .description{text-align:left;font-size:14px;line-height:16px;display:-webkit-box !important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .PromotionText{height:200px;position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .arrow{width:16px;height:16px;position:absolute;transform:translateX(4px)}.CasinoPromotionsSlider .PromotionCard .ButtonPosition{height:30px;min-width:150px;margin-top:20px;align-self:center;order:1}.CasinoPromotionsSlider .PromotionCard .btn:link,.CasinoPromotionsSlider .PromotionCard .btn:visited{text-transform:uppercase;padding:10px 30px;background:linear-gradient(180deg, #F9253C, #D50866);color:#fff;border-radius:100px;transition:all 0.2s;transition-timing-function:ease-out;font-size:14px}.CasinoPromotionsSlider .PromotionCard .btn:hover{padding:10px 32px}.CasinoPromotionsSlider .PromotionCard .btn:hover .arrow{transform:translateX(8px);transition:all 0.2s}.CasinoPromotionsSlider .text__center{text-align:center}.CasinoPromotionsSlider .w__100{width:100%}.CasinoPromotionsSlider .d-flex{display:flex;justify-content:space-around;align-items:center;margin-bottom:10px}.CasinoPromotionsSlider .NotVisible{display:none}.CasinoPromotionsSlider .numberOfPage{color:#D50866;font-size:18px;margin-top:15px}.CasinoPromotionsSlider .modal{background:#fff;box-shadow:0 4px 6px rgba(0, 0, 0, 0.2);border-radius:4px;padding:40px;max-height:90%;width:1000px;color:#080843;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);overflow-y:auto;display:flex;flex-direction:column}.CasinoPromotionsSlider .modal .wrapper{position:sticky;top:0;right:0;z-index:10}.CasinoPromotionsSlider .modal .IconClose{width:24px;height:24px;color:#888;position:absolute;top:-30px;right:-30px;z-index:20}.CasinoPromotionsSlider .modal .IconClose:hover,.CasinoPromotionsSlider .modal .IconClose:focus{cursor:pointer;color:#222}.CasinoPromotionsSlider .modal::-webkit-scrollbar{display:none}.CasinoPromotionsSlider .modal__img{display:block;position:relative}.CasinoPromotionsSlider .modal__img img{object-fit:cover;border-radius:4px;max-height:300px;width:100%;height:100%}.CasinoPromotionsSlider .modal__title{margin-bottom:4px;text-align:left;font-size:18px}.CasinoPromotionsSlider .modal__description{margin-bottom:20px;text-align:left;font-size:14px;line-height:16px}.CasinoPromotionsSlider .modal__overlay{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0, 0, 0, 0.4);z-index:5}@container container-slider (max-width: 1700px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 100px}}@container container-slider (max-width: 1300px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 80px}.CasinoPromotionsSlider .PromotionTitle{font-size:16px}.CasinoPromotionsSlider .description{font-size:13px}.CasinoPromotionsSlider .btn:link,.CasinoPromotionsSlider .btn:visited{font-size:13px}.CasinoPromotionsSlider .numberOfPage{font-size:16px}.CasinoPromotionsSlider .modal{width:900px}.CasinoPromotionsSlider .modal__title{font-size:16px}.CasinoPromotionsSlider .modal__description{font-size:13px}}@container container-slider (max-width: 950px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 20px}.CasinoPromotionsSlider .modal{padding:30px;width:600px}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-24px;right:-24px}}@container container-slider (max-width: 720px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 10px}.CasinoPromotionsSlider .modal{padding:30px;width:500px}}@container container-slider (max-width: 600px){.CasinoPromotionsSlider .modal{padding:26px;width:90%}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-20px;right:-20px}}',this.shadowRoot.appendChild(t),G(this,{target:this.shadowRoot,props:_(this.attributes),customElement:!0},Xn,jn,o,{endpoint:16,lang:17,env:18,userroles:19,translationurl:20,clientstyling:21,clientstylingurl:22,numbersdisplayed:0},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["endpoint","lang","env","userroles","translationurl","clientstyling","clientstylingurl","numbersdisplayed"]}get endpoint(){return this.$$.ctx[16]}set endpoint(e){this.$$set({endpoint:e}),R()}get lang(){return this.$$.ctx[17]}set lang(e){this.$$set({lang:e}),R()}get env(){return this.$$.ctx[18]}set env(e){this.$$set({env:e}),R()}get userroles(){return this.$$.ctx[19]}set userroles(e){this.$$set({userroles:e}),R()}get translationurl(){return this.$$.ctx[20]}set translationurl(e){this.$$set({translationurl:e}),R()}get clientstyling(){return this.$$.ctx[21]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[22]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get numbersdisplayed(){return this.$$.ctx[0]}set numbersdisplayed(e){this.$$set({numbersdisplayed:e}),R()}}return!customElements.get("casino-promotions-slider")&&customElements.define("casino-promotions-slider",zn),zn}));
|
|
703
703
|
//# sourceMappingURL=casino-promotions-slider.js.map
|