@everymatrix/player-account-gaming-limits-wrapper-2 0.0.358 → 0.0.360
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(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).app=e()}(this,(function(){"use strict";function t(){}function e(t){return t()}function
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).app=e()}(this,(function(){"use strict";function t(){}function e(t){return t()}function r(){return Object.create(null)}function n(t){t.forEach(e)}function i(t){return"function"==typeof t}function o(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}function s(e,...r){if(null==e)return t;const n=e.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}function a(t,e,r){t.$$.on_destroy.push(s(e,r))}function l(t,e){t.appendChild(e)}function c(t,e,r){t.insertBefore(e,r||null)}function u(t){t.parentNode.removeChild(t)}function h(t,e){for(let r=0;r<t.length;r+=1)t[r]&&t[r].d(e)}function p(t){return document.createElement(t)}function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function m(t){return document.createTextNode(t)}function d(){return m(" ")}function g(){return m("")}function y(t,e,r,n){return t.addEventListener(e,r,n),()=>t.removeEventListener(e,r,n)}function b(t,e,r){null==r?t.removeAttribute(e):t.getAttribute(e)!==r&&t.setAttribute(e,r)}function v(t,e,r){e in t?t[e]="boolean"==typeof t[e]&&""===r||r:b(t,e,r)}function E(t){return""===t?null:+t}function T(t,e){e=""+e,t.wholeText!==e&&(t.data=e)}function L(t,e){t.value=null==e?"":e}function w(t,e,r,n){null===r?t.style.removeProperty(e):t.style.setProperty(e,r,n?"important":"")}function _(t,e){for(let r=0;r<t.options.length;r+=1){const n=t.options[r];if(n.__value===e)return void(n.selected=!0)}t.selectedIndex=-1}function A(t){const e=t.querySelector(":checked")||t.options[0];return e&&e.__value}function B(t,e,r){t.classList[r?"add":"remove"](e)}function S(t){const e={};for(const r of t)e[r.name]=r.value;return e}let H;function P(t){H=t}const x=[],I=[],$=[],O=[],C=Promise.resolve();let R=!1;function N(t){$.push(t)}
|
|
2
2
|
// flush() calls callbacks in this order:
|
|
3
3
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
4
4
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -27,40 +27,40 @@ for(;D<x.length;){const t=x[D];D++,P(t),k(t.$$)}for(P(null),x.length=0,D=0;I.len
|
|
|
27
27
|
// subsequent updates...
|
|
28
28
|
for(let t=0;t<$.length;t+=1){const e=$[t];M.has(e)||(
|
|
29
29
|
// ...so guard against infinite loops
|
|
30
|
-
M.add(e),e())}$.length=0}while(x.length);for(;O.length;)O.pop()();R=!1,M.clear(),P(t)}function k(t){if(null!==t.fragment){t.update(),
|
|
30
|
+
M.add(e),e())}$.length=0}while(x.length);for(;O.length;)O.pop()();R=!1,M.clear(),P(t)}function k(t){if(null!==t.fragment){t.update(),n(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(N)}}const G=new Set;function F(t,e){-1===t.$$.dirty[0]&&(x.push(t),R||(R=!0,C.then(U)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function j(o,s,a,l,c,h,p,f=[-1]){const m=H;P(o);const d=o.$$={fragment:null,ctx:null,
|
|
31
31
|
// state
|
|
32
|
-
props:h,update:t,not_equal:c,bound:
|
|
32
|
+
props:h,update:t,not_equal:c,bound:r(),
|
|
33
33
|
// lifecycle
|
|
34
34
|
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(m?m.$$.context:[])),
|
|
35
35
|
// everything else
|
|
36
|
-
callbacks:
|
|
36
|
+
callbacks:r(),dirty:f,skip_bound:!1,root:s.target||m.$$.root};p&&p(d.root);let g=!1;if(d.ctx=a?a(o,s.props||{},((t,e,...r)=>{const n=r.length?r[0]:e;return d.ctx&&c(d.ctx[t],d.ctx[t]=n)&&(!d.skip_bound&&d.bound[t]&&d.bound[t](n),g&&F(o,t)),e})):[],d.update(),g=!0,n(d.before_update),
|
|
37
37
|
// `false` as a special case of no DOM component
|
|
38
38
|
d.fragment=!!l&&l(d.ctx),s.target){if(s.hydrate){const t=function(t){return Array.from(t.childNodes)}(s.target);
|
|
39
39
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
40
40
|
d.fragment&&d.fragment.l(t),t.forEach(u)}else
|
|
41
41
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
42
|
-
d.fragment&&d.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(G.delete(y),y.i(b))),function(t,
|
|
42
|
+
d.fragment&&d.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(G.delete(y),y.i(b))),function(t,r,o,s){const{fragment:a,on_mount:l,on_destroy:c,after_update:u}=t.$$;a&&a.m(r,o),s||
|
|
43
43
|
// onMount happens before the initial afterUpdate
|
|
44
|
-
N((()=>{const
|
|
44
|
+
N((()=>{const r=l.map(e).filter(i);c?c.push(...r):
|
|
45
45
|
// Edge case - component was destroyed immediately,
|
|
46
46
|
// most likely as a result of a binding initialising
|
|
47
|
-
r
|
|
47
|
+
n(r),t.$$.on_mount=[]})),u.forEach(N)}(o,s.target,s.anchor,s.customElement),U()}var y,b;P(m)}let V;"function"==typeof HTMLElement&&(V=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(e).filter(i);
|
|
48
48
|
// @ts-ignore todo: improve typings
|
|
49
49
|
for(const t in this.$$.slotted)
|
|
50
50
|
// @ts-ignore todo: improve typings
|
|
51
|
-
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,
|
|
51
|
+
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,r){this[t]=r}disconnectedCallback(){n(this.$$.on_disconnect)}$destroy(){!function(t,e){const r=t.$$;null!==r.fragment&&(n(r.on_destroy),r.fragment&&r.fragment.d(e),
|
|
52
52
|
// TODO null out other refs, including component.$$ (but need to
|
|
53
53
|
// preserve final state?)
|
|
54
|
-
|
|
54
|
+
r.on_destroy=r.fragment=null,r.ctx=[])}(this,1),this.$destroy=t}$on(t,e){
|
|
55
55
|
// TODO should this delegate to addEventListener?
|
|
56
|
-
const
|
|
56
|
+
const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return r.push(e),()=>{const t=r.indexOf(e);-1!==t&&r.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});const z={deposit:{title:"Deposit Limit",value:"deposit",callValue:"depositLimits",periods:["Daily","Weekly","Monthly"]},loss:{title:"Loss Limit",value:"loss",callValue:"lossLimits",periods:["Daily","Weekly","Monthly"]},wager:{title:"Wager Limit",value:"wager",callValue:"wageringLimits",periods:["Daily","Weekly","Monthly"]},stake:{title:"Stake Limit",value:"stake",callValue:"stakeLimit",periods:["Monthly"]}},W=[];
|
|
57
57
|
/**
|
|
58
58
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
59
59
|
* @param {*=}value initial value
|
|
60
60
|
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
|
61
61
|
*/
|
|
62
|
-
function X(e,
|
|
63
|
-
const t=!W.length;for(const t of i)t[1](),W.push(t,e);if(t){for(let t=0;t<W.length;t+=2)W[t][0](W[t+1]);W.length=0}}}return{set:s,update:function(t){s(t(e))},subscribe:function(o,a=t){const l=[o,a];return i.add(l),1===i.size&&(r
|
|
62
|
+
function X(e,r=t){let n;const i=new Set;function s(t){if(o(e,t)&&(e=t,n)){// store is ready
|
|
63
|
+
const t=!W.length;for(const t of i)t[1](),W.push(t,e);if(t){for(let t=0;t<W.length;t+=2)W[t][0](W[t+1]);W.length=0}}}return{set:s,update:function(t){s(t(e))},subscribe:function(o,a=t){const l=[o,a];return i.add(l),1===i.size&&(n=r(s)||t),o(e),()=>{i.delete(l),0===i.size&&(n(),n=null)}}}}function K(e,r,o){const a=!Array.isArray(e),l=a?[e]:e,c=r.length<2;return u=e=>{let o=!1;const u=[];let h=0,p=t;const f=()=>{if(h)return;p();const n=r(a?u[0]:u,e);c?e(n):p=i(n)?n:t},m=l.map(((t,e)=>s(t,(t=>{u[e]=t,h&=~(1<<e),o&&f()}),(()=>{h|=1<<e}))));return o=!0,f(),function(){n(m),p()}},{subscribe:X(o,u).subscribe};
|
|
64
64
|
/**
|
|
65
65
|
* Creates a `Readable` store that allows reading by subscription.
|
|
66
66
|
* @param value initial value
|
|
@@ -68,13 +68,13 @@ const t=!W.length;for(const t of i)t[1](),W.push(t,e);if(t){for(let t=0;t<W.leng
|
|
|
68
68
|
*/
|
|
69
69
|
var u}var Y=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var e=Object.prototype.toString.call(t);return"[object RegExp]"===e||"[object Date]"===e||function(t){return t.$$typeof===Z}(t)}
|
|
70
70
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
71
|
-
(t)};var Z="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function q(t,e){return!1!==e.clone&&e.isMergeableObject(t)?
|
|
71
|
+
(t)};var Z="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function q(t,e){return!1!==e.clone&&e.isMergeableObject(t)?rt((r=t,Array.isArray(r)?[]:{}),t,e):t;var r}function Q(t,e,r){return t.concat(e).map((function(t){return q(t,r)}))}function J(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(e){return t.propertyIsEnumerable(e)})):[]}(t))}function tt(t,e){try{return e in t}catch(t){return!1}}
|
|
72
72
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
73
|
-
function et(t,e,
|
|
74
|
-
})(t,i)||(tt(t,i)&&
|
|
73
|
+
function et(t,e,r){var n={};return r.isMergeableObject(t)&&J(t).forEach((function(e){n[e]=q(t[e],r)})),J(e).forEach((function(i){(function(t,e){return tt(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e));// and also unsafe if they're nonenumerable.
|
|
74
|
+
})(t,i)||(tt(t,i)&&r.isMergeableObject(e[i])?n[i]=function(t,e){if(!e.customMerge)return rt;var r=e.customMerge(t);return"function"==typeof r?r:rt}(i,r)(t[i],e[i],r):n[i]=q(e[i],r))})),n}function rt(t,e,r){(r=r||{}).arrayMerge=r.arrayMerge||Q,r.isMergeableObject=r.isMergeableObject||Y,
|
|
75
75
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
76
76
|
// implementations can use it. The caller may not replace it.
|
|
77
|
-
|
|
77
|
+
r.cloneUnlessOtherwiseSpecified=q;var n=Array.isArray(e);return n===Array.isArray(t)?n?r.arrayMerge(t,e,r):et(t,e,r):q(e,r)}rt.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,r){return rt(t,r,e)}),{})};var nt=rt,it=function(t,e){return it=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},it(t,e)};function ot(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}it(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}var st,at,lt,ct=function(){return ct=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},ct.apply(this,arguments)};function ut(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}
|
|
78
78
|
/**
|
|
79
79
|
* Type Guards
|
|
80
80
|
*/
|
|
@@ -189,33 +189,33 @@ t[t.tag=8]="tag"}(at||(at={})),function(t){t[t.number=0]="number",t[t.dateTime=1
|
|
|
189
189
|
* @public
|
|
190
190
|
* @param skeleton skeleton string
|
|
191
191
|
*/
|
|
192
|
-
function _t(t){var e={};return t.replace(wt,(function(t){var
|
|
192
|
+
function _t(t){var e={};return t.replace(wt,(function(t){var r=t.length;switch(t[0]){
|
|
193
193
|
// Era
|
|
194
|
-
case"G":e.era=4===
|
|
194
|
+
case"G":e.era=4===r?"long":5===r?"narrow":"short";break;
|
|
195
195
|
// Year
|
|
196
|
-
case"y":e.year=2===
|
|
196
|
+
case"y":e.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
|
|
197
197
|
// Quarter
|
|
198
198
|
case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
199
199
|
// Month
|
|
200
|
-
case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][
|
|
200
|
+
case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][r-1];break;
|
|
201
201
|
// Week
|
|
202
|
-
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.day=["numeric","2-digit"][
|
|
202
|
+
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
|
|
203
203
|
// Weekday
|
|
204
|
-
case"E":e.weekday=4===
|
|
204
|
+
case"E":e.weekday=4===r?"short":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;
|
|
205
205
|
// Period
|
|
206
206
|
case"a":// AM, PM
|
|
207
207
|
e.hour12=!0;break;case"b":// am, pm, noon, midnight
|
|
208
208
|
case"B":// flexible day periods
|
|
209
209
|
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
210
210
|
// Hour
|
|
211
|
-
case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][
|
|
211
|
+
case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][r-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][r-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][r-1];break;case"k":e.hourCycle="h24",e.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
|
|
212
212
|
// Minute
|
|
213
|
-
case"m":e.minute=["numeric","2-digit"][
|
|
213
|
+
case"m":e.minute=["numeric","2-digit"][r-1];break;
|
|
214
214
|
// Second
|
|
215
|
-
case"s":e.second=["numeric","2-digit"][
|
|
215
|
+
case"s":e.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
|
|
216
216
|
// Zone
|
|
217
217
|
case"z":// 1..3, 4: specific non-location format
|
|
218
|
-
e.timeZoneName=
|
|
218
|
+
e.timeZoneName=r<4?"short":"long";break;case"Z":// 1..3, 4, 5: The ISO8601 varios formats
|
|
219
219
|
case"O":// 1, 4: miliseconds in day short, long
|
|
220
220
|
case"v":// 1, 4: generic non-location format
|
|
221
221
|
case"V":// 1, 2, 3, 4: time zone ID or city
|
|
@@ -223,26 +223,26 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
223
223
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
224
224
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),e}
|
|
225
225
|
// @generated from regex-gen.ts
|
|
226
|
-
var At=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Bt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,St=/^(@+)?(\+|#+)?[rs]?$/g,Ht=/(\*)(0+)|(#+)(0+)|(0+)/g,Pt=/^(0+)$/;function xt(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(St,(function(t,n
|
|
226
|
+
var At=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Bt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,St=/^(@+)?(\+|#+)?[rs]?$/g,Ht=/(\*)(0+)|(#+)(0+)|(0+)/g,Pt=/^(0+)$/;function xt(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(St,(function(t,r,n){
|
|
227
227
|
// @@@ case
|
|
228
|
-
return"string"!=typeof
|
|
228
|
+
return"string"!=typeof n?(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length):"+"===n?e.minimumSignificantDigits=r.length:"#"===r[0]?e.maximumSignificantDigits=r.length:(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""})),e}function It(t){switch(t){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 $t(t){
|
|
229
229
|
// Engineering
|
|
230
|
-
var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var
|
|
230
|
+
var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var r=t.slice(0,2);if("+!"===r?(e.signDisplay="always",t=t.slice(2)):"+?"===r&&(e.signDisplay="exceptZero",t=t.slice(2)),!Pt.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function Ot(t){var e=It(t);return e||{}}
|
|
231
231
|
/**
|
|
232
232
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
233
|
-
*/function Ct(t){for(var e={},
|
|
233
|
+
*/function Ct(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=i.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=ct(ct(ct({},e),{notation:"scientific"}),i.options.reduce((function(t,e){return ct(ct({},t),Ot(e))}),{}));continue;case"engineering":e=ct(ct(ct({},e),{notation:"engineering"}),i.options.reduce((function(t,e){return ct(ct({},t),Ot(e))}),{}));continue;case"notation-simple":e.notation="standard";continue;
|
|
234
234
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
235
235
|
case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(i.options[0]);continue;
|
|
236
236
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
237
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Ht,(function(t,n,
|
|
237
|
+
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Ht,(function(t,r,n,i,o,s){if(r)e.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}
|
|
238
238
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
239
239
|
if(Pt.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(Bt.test(i.stem)){
|
|
240
240
|
// Precision
|
|
241
241
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
242
242
|
// precision-integer case
|
|
243
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Bt,(function(t,n,
|
|
243
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Bt,(function(t,r,n,i,o,s){
|
|
244
244
|
// .000* case (before ICU67 it was .000+)
|
|
245
|
-
return"*"===
|
|
245
|
+
return"*"===n?e.minimumFractionDigits=r.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&s?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+s.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),""}));var o=i.options[0];
|
|
246
246
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
247
247
|
"w"===o?e=ct(ct({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=ct(ct({},e),xt(o)))}
|
|
248
248
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
@@ -270,7 +270,7 @@ t.hourCycles.length&&(
|
|
|
270
270
|
// @ts-ignore
|
|
271
271
|
e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
272
272
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
273
|
-
var n
|
|
273
|
+
var r,n=t.language;return"root"!==n&&(r=t.maximize().region),(Nt[r||""]||Nt[n||""]||Nt["".concat(n,"-001")]||Nt["001"])[0]}var Dt=new RegExp("^".concat(Lt.source,"*")),Ut=new RegExp("".concat(Lt.source,"*$"));function kt(t,e){return{start:t,end:e}}
|
|
274
274
|
// #region Ponyfills
|
|
275
275
|
// Consolidate these variables up top for easier toggling during debugging
|
|
276
276
|
var Gt=!!String.prototype.startsWith,Ft=!!String.fromCodePoint,jt=!!Object.fromEntries,Vt=!!String.prototype.codePointAt,zt=!!String.prototype.trimStart,Wt=!!String.prototype.trimEnd,Xt=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},Kt=!0;try{
|
|
@@ -280,27 +280,27 @@ var Gt=!!String.prototype.startsWith,Ft=!!String.fromCodePoint,jt=!!Object.fromE
|
|
|
280
280
|
* Pattern_Syntax support: not supported
|
|
281
281
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
282
282
|
*/
|
|
283
|
-
Kt="a"===(null===(Rt=
|
|
284
|
-
function(t,e,
|
|
285
|
-
function(t,e,
|
|
286
|
-
function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var n
|
|
283
|
+
Kt="a"===(null===(Rt=re("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Rt?void 0:Rt[0])}catch(t){Kt=!1}var Yt,Zt=Gt?// Native
|
|
284
|
+
function(t,e,r){return t.startsWith(e,r)}:// For IE11
|
|
285
|
+
function(t,e,r){return t.slice(r,r+e.length)===e},qt=Ft?String.fromCodePoint:// IE11
|
|
286
|
+
function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,n="",i=t.length,o=0;i>o;){if((r=t[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},Qt=
|
|
287
287
|
// native
|
|
288
288
|
jt?Object.fromEntries:// Ponyfill
|
|
289
|
-
function(t){for(var e={},
|
|
289
|
+
function(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r],o=i[0],s=i[1];e[o]=s}return e},Jt=Vt?// Native
|
|
290
290
|
function(t,e){return t.codePointAt(e)}:// IE 11
|
|
291
|
-
function(t,e){var
|
|
291
|
+
function(t,e){var r=t.length;if(!(e<0||e>=r)){var n,i=t.charCodeAt(e);return i<55296||i>56319||e+1===r||(n=t.charCodeAt(e+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},te=zt?// Native
|
|
292
292
|
function(t){return t.trimStart()}:// Ponyfill
|
|
293
293
|
function(t){return t.replace(Dt,"")},ee=Wt?// Native
|
|
294
294
|
function(t){return t.trimEnd()}:// Ponyfill
|
|
295
295
|
function(t){return t.replace(Ut,"")};
|
|
296
296
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
297
|
-
function
|
|
297
|
+
function re(t,e){return new RegExp(t,e)}
|
|
298
298
|
// #endregion
|
|
299
299
|
if(Kt){
|
|
300
300
|
// Native
|
|
301
|
-
var re
|
|
301
|
+
var ne=re("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Yt=function(t,e){var r;return ne.lastIndex=e,null!==(r=ne.exec(t)[1])&&void 0!==r?r:""}}else
|
|
302
302
|
// IE11
|
|
303
|
-
Yt=function(t,e){for(var
|
|
303
|
+
Yt=function(t,e){for(var r=[];;){var n=Jt(t,e);if(void 0===n||ae(n)||le(n))break;r.push(n),e+=n>=65536?2:1}return qt.apply(void 0,r)};var ie=/** @class */function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(t,r)).err)return o;n.push(o.val)}else{if(125/* `}` */===i&&t>0)break;if(35/* `#` */!==i||"plural"!==e&&"selectordinal"!==e){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(st.UNMATCHED_CLOSING_TAG,kt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&oe(this.peek()||0)){if((o=this.parseTag(t,e)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;n.push(o.val)}}else{var s=this.clonePosition();this.bump(),n.push({type:at.pound,location:kt(s,this.clonePosition())})}}}return{val:n,err:null}},
|
|
304
304
|
/**
|
|
305
305
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
306
306
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -319,17 +319,17 @@ Yt=function(t,e){for(var n=[];;){var r=Qt(t,e);if(void 0===r||ae(r)||le(r))break
|
|
|
319
319
|
* NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
|
|
320
320
|
* since other tag-based engines like React allow it
|
|
321
321
|
*/
|
|
322
|
-
t.prototype.parseTag=function(t,e){var
|
|
323
|
-
var
|
|
322
|
+
t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();// `<`
|
|
323
|
+
var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
324
324
|
// Self closing tag
|
|
325
|
-
return{val:{type:at.literal,value:"<".concat(
|
|
325
|
+
return{val:{type:at.literal,value:"<".concat(n,"/>"),location:kt(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
|
|
326
326
|
// Expecting a close tag
|
|
327
|
-
if(this.bumpIf("</")){if(this.isEOF()||!oe(this.char()))return this.error(st.INVALID_TAG,kt(s,this.clonePosition()));var a=this.clonePosition();return
|
|
327
|
+
if(this.bumpIf("</")){if(this.isEOF()||!oe(this.char()))return this.error(st.INVALID_TAG,kt(s,this.clonePosition()));var a=this.clonePosition();return n!==this.parseTagName()?this.error(st.UNMATCHED_CLOSING_TAG,kt(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:at.tag,value:n,children:o,location:kt(r,this.clonePosition())},err:null}:this.error(st.INVALID_TAG,kt(s,this.clonePosition())))}return this.error(st.UNCLOSED_TAG,kt(r,this.clonePosition()))}return this.error(st.INVALID_TAG,kt(r,this.clonePosition()))},
|
|
328
328
|
/**
|
|
329
329
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
330
330
|
*/
|
|
331
331
|
t.prototype.parseTagName=function(){var t=this.offset();// the first tag name character
|
|
332
|
-
for(this.bump();!this.isEOF()&&se(this.char());)this.bump();return this.message.slice(t,this.offset())},t.prototype.parseLiteral=function(t,e){for(var
|
|
332
|
+
for(this.bump();!this.isEOF()&&se(this.char());)this.bump();return this.message.slice(t,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(e);if(i)n+=i;else{var o=this.tryParseUnquoted(t,e);if(o)n+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;n+=s}}}var a=kt(r,this.clonePosition());return{val:{type:at.literal,value:n,location:a},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(oe(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t;
|
|
333
333
|
/** See `parseTag` function docs. */},
|
|
334
334
|
/**
|
|
335
335
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -347,27 +347,27 @@ case 123:case 60:case 62:case 125:break;case 35:// '#'
|
|
|
347
347
|
if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();// apostrophe
|
|
348
348
|
var e=[this.char()];// escaped char
|
|
349
349
|
// read chars until the optional closing apostrophe is found
|
|
350
|
-
for(this.bump();!this.isEOF();){var
|
|
350
|
+
for(this.bump();!this.isEOF();){var r=this.char();if(39/* `'` */===r){if(39/* `'` */!==this.peek()){
|
|
351
351
|
// Optional closing apostrophe.
|
|
352
352
|
this.bump();break}e.push(39),
|
|
353
353
|
// Bump one more time because we need to skip 2 characters.
|
|
354
|
-
this.bump()}else e.push(
|
|
355
|
-
this.bumpSpace(),this.isEOF())return this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(
|
|
354
|
+
this.bump()}else e.push(r);this.bump()}return qt.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60/* `<` */===r||123/* `{` */===r||35/* `#` */===r&&("plural"===e||"selectordinal"===e)||125/* `}` */===r&&t>0?null:(this.bump(),qt(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),// `{`
|
|
355
|
+
this.bumpSpace(),this.isEOF())return this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(r,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(st.EMPTY_ARGUMENT,kt(r,this.clonePosition()));
|
|
356
356
|
// argument name
|
|
357
|
-
var
|
|
357
|
+
var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(st.MALFORMED_ARGUMENT,kt(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(r,this.clonePosition()));switch(this.char()){
|
|
358
358
|
// Simple argument: `{name}`
|
|
359
359
|
case 125/* `}` */:// `}`
|
|
360
360
|
return this.bump(),{val:{type:at.argument,
|
|
361
361
|
// value does not include the opening and closing braces.
|
|
362
|
-
value:
|
|
362
|
+
value:n,location:kt(r,this.clonePosition())},err:null};
|
|
363
363
|
// Argument with options: `{name, format, ...}`
|
|
364
364
|
case 44/* `,` */:return this.bump(),// `,`
|
|
365
|
-
this.bumpSpace(),this.isEOF()?this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(
|
|
365
|
+
this.bumpSpace(),this.isEOF()?this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(r,this.clonePosition())):this.parseArgumentOptions(t,e,n,r);default:return this.error(st.MALFORMED_ARGUMENT,kt(r,this.clonePosition()))}},
|
|
366
366
|
/**
|
|
367
367
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
368
368
|
* an identifier character. Return an empty string otherwise.
|
|
369
369
|
*/
|
|
370
|
-
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),
|
|
370
|
+
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=Yt(this.message,e),n=e+r.length;return this.bumpTo(n),{value:r,location:kt(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,n){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
371
371
|
// Parse this range:
|
|
372
372
|
// {name, type, style}
|
|
373
373
|
// ^---^
|
|
@@ -377,17 +377,17 @@ return this.error(st.EXPECT_ARGUMENT_TYPE,kt(o,a));case"number":case"date":case"
|
|
|
377
377
|
// Parse this range:
|
|
378
378
|
// {name, number, style}
|
|
379
379
|
// ^-------^
|
|
380
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(f=ee(y.val)).length)return this.error(st.EXPECT_ARGUMENT_STYLE,kt(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:kt(c,this.clonePosition())}}if((b=this.tryParseArgumentClose(
|
|
380
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(f=ee(y.val)).length)return this.error(st.EXPECT_ARGUMENT_STYLE,kt(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:kt(c,this.clonePosition())}}if((b=this.tryParseArgumentClose(n)).err)return b;var u=kt(n,this.clonePosition());
|
|
381
381
|
// Extract style or skeleton
|
|
382
382
|
if(l&&Zt(null==l?void 0:l.style,"::",0)){
|
|
383
383
|
// Skeleton starts with `::`.
|
|
384
|
-
var h=te(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:at.number,value:
|
|
384
|
+
var h=te(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:at.number,value:r,location:u,style:y.val},err:null};if(0===h.length)return this.error(st.EXPECT_DATE_TIME_SKELETON,u);var p=h;
|
|
385
385
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
386
386
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
387
387
|
// for unsupported patterns.
|
|
388
|
-
this.locale&&(p=function(t,e){for(var
|
|
388
|
+
this.locale&&(p=function(t,e){for(var r="",n=0;n<t.length;n++){var i=t.charAt(n);if("j"===i){for(var o=0;n+1<t.length&&t.charAt(n+1)===i;)o++,n++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=Mt(e);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}(h,this.locale));var f={type:lt.dateTime,pattern:p,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?_t(p):{}};return{val:{type:"date"===s?at.date:at.time,value:r,location:u,style:f},err:null}}
|
|
389
389
|
// Regular style or no style.
|
|
390
|
-
return{val:{type:"number"===s?at.number:"date"===s?at.date:at.time,value:
|
|
390
|
+
return{val:{type:"number"===s?at.number:"date"===s?at.date:at.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
|
|
391
391
|
// Parse this range:
|
|
392
392
|
// {name, plural, options}
|
|
393
393
|
// ^---------^
|
|
@@ -400,7 +400,7 @@ var m=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.err
|
|
|
400
400
|
// ^--^
|
|
401
401
|
var d=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===d.value){if(!this.bumpIf(":"))return this.error(st.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,kt(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(st.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,st.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
|
|
402
402
|
// Parse another identifier for option parsing
|
|
403
|
-
this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=y.val}var b,v=this.tryParsePluralOrSelectOptions(t,s,e,d);if(v.err)return v;if((b=this.tryParseArgumentClose(
|
|
403
|
+
this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=y.val}var b,v=this.tryParsePluralOrSelectOptions(t,s,e,d);if(v.err)return v;if((b=this.tryParseArgumentClose(n)).err)return b;var E=kt(n,this.clonePosition());return"select"===s?{val:{type:at.select,value:r,options:Qt(v.val),location:E},err:null}:{val:{type:at.plural,value:r,options:Qt(v.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(st.INVALID_ARGUMENT_TYPE,kt(o,a))}},t.prototype.tryParseArgumentClose=function(t){
|
|
404
404
|
// Parse: {value, number, ::currency/GBP }
|
|
405
405
|
return this.isEOF()||125/* `}` */!==this.char()?this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
406
406
|
/**
|
|
@@ -409,9 +409,9 @@ return this.isEOF()||125/* `}` */!==this.char()?this.error(st.EXPECT_ARGUMENT_CL
|
|
|
409
409
|
t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
410
410
|
// Treat apostrophe as quoting but include it in the style part.
|
|
411
411
|
// Find the end of the quoted literal text.
|
|
412
|
-
this.bump();var
|
|
412
|
+
this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(st.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,kt(r,this.clonePosition()));this.bump();break;case 123/* `{` */:t+=1,this.bump();break;case 125/* `}` */:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");
|
|
413
413
|
// Parse the skeleton
|
|
414
|
-
for(var e=t.split(At).filter((function(t){return t.length>0})),
|
|
414
|
+
for(var e=t.split(At).filter((function(t){return t.length>0})),r=[],n=0,i=e;n<i.length;n++){var o=i[n].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),l=0,c=a;l<c.length;l++)if(0===c[l].length)throw new Error("Invalid number skeleton");r.push({stem:s,options:a})}return r}(t)}catch(t){return this.error(st.INVALID_NUMBER_SKELETON,e)}return{val:{type:lt.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?Ct(r):{}},err:null}},
|
|
415
415
|
/**
|
|
416
416
|
* @param nesting_level The current nesting level of messages.
|
|
417
417
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -422,11 +422,11 @@ for(var e=t.split(At).filter((function(t){return t.length>0})),n=[],r=0,i=e;r<i.
|
|
|
422
422
|
* between a pair of opening and closing tags. The nested message will not parse beyond
|
|
423
423
|
* the closing tag boundary.
|
|
424
424
|
*/
|
|
425
|
-
t.prototype.tryParsePluralOrSelectOptions=function(t,e,n
|
|
425
|
+
t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,n){
|
|
426
426
|
// Parse:
|
|
427
427
|
// one {one apple}
|
|
428
428
|
// ^--^
|
|
429
|
-
for(var i,o=!1,s=[],a=new Set,l=
|
|
429
|
+
for(var i,o=!1,s=[],a=new Set,l=n.value,c=n.location;;){if(0===l.length){var u=this.clonePosition();if("select"===e||!this.bumpIf("="))break;
|
|
430
430
|
// Try parse `={number}` selector
|
|
431
431
|
var h=this.tryParseDecimalInteger(st.EXPECT_PLURAL_ARGUMENT_SELECTOR,st.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=kt(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
432
432
|
// Duplicate selector clauses
|
|
@@ -434,18 +434,18 @@ if(a.has(l))return this.error("select"===e?st.DUPLICATE_SELECT_ARGUMENT_SELECTOR
|
|
|
434
434
|
// Parse:
|
|
435
435
|
// one {one apple}
|
|
436
436
|
// ^----------^
|
|
437
|
-
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?st.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:st.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,kt(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(t+1,e,
|
|
437
|
+
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?st.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:st.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,kt(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(t+1,e,r);if(f.err)return f;var m=this.tryParseArgumentClose(p);if(m.err)return m;s.push([l,{value:f.val,location:kt(p,this.clonePosition())}]),
|
|
438
438
|
// Keep track of the existing selectors
|
|
439
439
|
a.add(l),
|
|
440
440
|
// Prep next selector clause.
|
|
441
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===e?st.EXPECT_SELECT_ARGUMENT_SELECTOR:st.EXPECT_PLURAL_ARGUMENT_SELECTOR,kt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(st.MISSING_OTHER_CLAUSE,kt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var
|
|
441
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===e?st.EXPECT_SELECT_ARGUMENT_SELECTOR:st.EXPECT_PLURAL_ARGUMENT_SELECTOR,kt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(st.MISSING_OTHER_CLAUSE,kt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=kt(n,this.clonePosition());return i?Xt(o*=r)?{val:o,err:null}:this.error(e,a):this.error(t,a)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){
|
|
442
442
|
// This is much faster than `Object.assign` or spread.
|
|
443
443
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
444
444
|
/**
|
|
445
445
|
* Return the code point at the current position of the parser.
|
|
446
446
|
* Throws if the index is out of bound.
|
|
447
447
|
*/
|
|
448
|
-
t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=
|
|
448
|
+
t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=Jt(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},
|
|
449
449
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
450
450
|
t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10/* '\n' */===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
|
|
451
451
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
@@ -461,7 +461,7 @@ t.prototype.bumpIf=function(t){if(Zt(this.message,t,this.offset())){for(var e=0;
|
|
|
461
461
|
* Bump the parser until the pattern character is found and return `true`.
|
|
462
462
|
* Otherwise bump to the end of the file and return `false`.
|
|
463
463
|
*/
|
|
464
|
-
t.prototype.bumpUntil=function(t){var e=this.offset(),
|
|
464
|
+
t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},
|
|
465
465
|
/**
|
|
466
466
|
* Bump the parser to the target offset.
|
|
467
467
|
* If target offset is beyond the end of the input, bump the parser to the end of the input.
|
|
@@ -473,7 +473,7 @@ t.prototype.bumpSpace=function(){for(;!this.isEOF()&&ae(this.char());)this.bump(
|
|
|
473
473
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
474
474
|
* If the input has been exhausted, then this returns null.
|
|
475
475
|
*/
|
|
476
|
-
t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),
|
|
476
|
+
t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();
|
|
477
477
|
/**
|
|
478
478
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
479
479
|
* @param codepoint
|
|
@@ -486,19 +486,19 @@ t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this
|
|
|
486
486
|
/**
|
|
487
487
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
488
488
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
489
|
-
*/function le(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ce(t){t.forEach((function(t){if(delete t.location,gt(t)||yt(t))for(var e in t.options)delete t.options[e].location,ce(t.options[e].value);else ft(t)&&Et(t.style)||(mt(t)||dt(t))&&Tt(t.style)?delete t.style.location:vt(t)&&ce(t.children)}))}function ue(t,e){void 0===e&&(e={}),e=ct({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var
|
|
489
|
+
*/function le(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ce(t){t.forEach((function(t){if(delete t.location,gt(t)||yt(t))for(var e in t.options)delete t.options[e].location,ce(t.options[e].value);else ft(t)&&Et(t.style)||(mt(t)||dt(t))&&Tt(t.style)?delete t.style.location:vt(t)&&ce(t.children)}))}function ue(t,e){void 0===e&&(e={}),e=ct({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new ie(t,e).parse();if(r.err){var n=SyntaxError(st[r.err.kind]);
|
|
490
490
|
// @ts-expect-error Assign to error object
|
|
491
|
-
throw
|
|
491
|
+
throw n.location=r.err.location,
|
|
492
492
|
// @ts-expect-error Assign to error object
|
|
493
|
-
|
|
493
|
+
n.originalMessage=r.err.message,n}return(null==e?void 0:e.captureLocation)||ce(r.val),r.val}
|
|
494
494
|
|
|
495
495
|
// Main
|
|
496
496
|
|
|
497
|
-
function he(t,e){var
|
|
497
|
+
function he(t,e){var r=e&&e.cache?e.cache:ve,n=e&&e.serializer?e.serializer:ge;return(e&&e.strategy?e.strategy:de)(t,{cache:r,serializer:n})}
|
|
498
498
|
|
|
499
499
|
// Strategy
|
|
500
500
|
|
|
501
|
-
function pe(t,e,n
|
|
501
|
+
function pe(t,e,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),s=e.get(o);return void 0===s&&(s=t.call(this,n),e.set(o,s)),s}function fe(t,e,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=e.get(i);return void 0===o&&(o=t.apply(this,n),e.set(i,o)),o}function me(t,e,r,n,i){return r.bind(e,t,n,i)}function de(t,e){return me(t,this,1===t.length?pe:fe,e.cache.create(),e.serializer)}
|
|
502
502
|
// Serializer
|
|
503
503
|
var ge=function(){return JSON.stringify(arguments)};
|
|
504
504
|
|
|
@@ -512,9 +512,9 @@ t.MISSING_VALUE="MISSING_VALUE",
|
|
|
512
512
|
// When value supplied is invalid
|
|
513
513
|
t.INVALID_VALUE="INVALID_VALUE",
|
|
514
514
|
// When we need specific Intl API but it's not available
|
|
515
|
-
t.MISSING_INTL_API="MISSING_INTL_API"}(be||(be={}));var Te,Le=/** @class */function(t){function e(e,n
|
|
515
|
+
t.MISSING_INTL_API="MISSING_INTL_API"}(be||(be={}));var Te,Le=/** @class */function(t){function e(e,r,n){var i=t.call(this,e)||this;return i.code=r,i.originalMessage=n,i}return ot(e,t),e.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},e}(Error),we=/** @class */function(t){function e(e,r,n,i){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),be.INVALID_VALUE,i)||this}return ot(e,t),e}(Le),_e=/** @class */function(t){function e(e,r,n){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(r),be.INVALID_VALUE,n)||this}return ot(e,t),e}(Le),Ae=/** @class */function(t){function e(e,r){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(r,'"'),be.MISSING_VALUE,r)||this}return ot(e,t),e}(Le);function Be(t){return"function"==typeof t}
|
|
516
516
|
// TODO(skeleton): add skeleton support
|
|
517
|
-
function Se(t,e,n,
|
|
517
|
+
function Se(t,e,r,n,i,o,
|
|
518
518
|
// For debugging
|
|
519
519
|
s){
|
|
520
520
|
// Hot path for straight simple msg translations
|
|
@@ -523,29 +523,29 @@ if(1===t.length&&ht(t[0]))return[{type:Te.literal,value:t[0].value}];for(var a=[
|
|
|
523
523
|
if(ht(u))a.push({type:Te.literal,value:u.value});else
|
|
524
524
|
// TODO: should this part be literal type?
|
|
525
525
|
// Replace `#` in plural rules with the actual numeric value.
|
|
526
|
-
if(bt(u))"number"==typeof o&&a.push({type:Te.literal,value:
|
|
526
|
+
if(bt(u))"number"==typeof o&&a.push({type:Te.literal,value:r.getNumberFormat(e).format(o)});else{var h=u.value;
|
|
527
527
|
// Enforce that all required values are provided by the caller.
|
|
528
528
|
if(!i||!(h in i))throw new Ae(h,s);var p=i[h];if(pt(u))p&&"string"!=typeof p&&"number"!=typeof p||(p="string"==typeof p||"number"==typeof p?String(p):""),a.push({type:"string"==typeof p?Te.literal:Te.object,value:p});else
|
|
529
529
|
// Recursively format plural and select parts' option — which can be a
|
|
530
530
|
// nested pattern structure. The choosing of the option to use is
|
|
531
531
|
// abstracted-by and delegated-to the part helper object.
|
|
532
|
-
if(mt(u)){var f="string"==typeof u.style?
|
|
532
|
+
if(mt(u)){var f="string"==typeof u.style?n.date[u.style]:Tt(u.style)?u.style.parsedOptions:void 0;a.push({type:Te.literal,value:r.getDateTimeFormat(e,f).format(p)})}else if(dt(u)){f="string"==typeof u.style?n.time[u.style]:Tt(u.style)?u.style.parsedOptions:n.time.medium;a.push({type:Te.literal,value:r.getDateTimeFormat(e,f).format(p)})}else if(ft(u)){(f="string"==typeof u.style?n.number[u.style]:Et(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:Te.literal,value:r.getNumberFormat(e,f).format(p)})}else{if(vt(u)){var m=u.children,d=u.value,g=i[d];if(!Be(g))throw new _e(d,"function",s);var y=g(Se(m,e,r,n,i,o).map((function(t){return t.value})));Array.isArray(y)||(y=[y]),a.push.apply(a,y.map((function(t){return{type:"string"==typeof t?Te.literal:Te.object,value:t}})))}if(gt(u)){if(!(b=u.options[p]||u.options.other))throw new we(u.value,p,Object.keys(u.options),s);a.push.apply(a,Se(b.value,e,r,n,i))}else if(yt(u)){var b;if(!(b=u.options["=".concat(p)])){if(!Intl.PluralRules)throw new Le('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',be.MISSING_INTL_API,s);var v=r.getPluralRules(e,{type:u.pluralType}).select(p-(u.offset||0));b=u.options[v]||u.options.other}if(!b)throw new we(u.value,p,Object.keys(u.options),s);a.push.apply(a,Se(b.value,e,r,n,i,p-(u.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce((function(t,e){var r=t[t.length-1];return r&&r.type===Te.literal&&e.type===Te.literal?r.value+=e.value:t.push(e),t}),[])}(a)}
|
|
533
533
|
/*
|
|
534
534
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
535
535
|
Copyrights licensed under the New BSD License.
|
|
536
536
|
See the accompanying LICENSE file for terms.
|
|
537
537
|
*/
|
|
538
538
|
// -- MessageFormat --------------------------------------------------------
|
|
539
|
-
function He(t,e){return e?Object.keys(t).reduce((function(n
|
|
539
|
+
function He(t,e){return e?Object.keys(t).reduce((function(r,n){var i,o;return r[n]=(i=t[n],(o=e[n])?ct(ct(ct({},i||{}),o||{}),Object.keys(i).reduce((function(t,e){return t[e]=ct(ct({},i[e]),o[e]||{}),t}),{})):i),r}),ct({},t)):t}function Pe(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,r){t[e]=r}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Te||(Te={}));var xe=/** @class */function(){function t(e,r,n,i){var o,s=this;if(void 0===r&&(r=t.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=s.formatToParts(t);
|
|
540
540
|
// Hot path for straight simple msg translations
|
|
541
|
-
if(1===e.length)return e[0].value;var
|
|
541
|
+
if(1===e.length)return e[0].value;var r=e.reduce((function(t,e){return t.length&&e.type===Te.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t}),[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(t){return Se(s.ast,s.locales,s.formatters,s.formats,t,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
542
542
|
// Defined first because it's used to build the format pattern.
|
|
543
|
-
this.locales=
|
|
543
|
+
this.locales=r,this.resolvedLocale=t.resolveLocale(r),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
544
544
|
// Parse string messages into an AST.
|
|
545
545
|
this.ast=t.__parse(e,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=e;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
546
546
|
// Creates a new object with the specified `formats` merged with the default
|
|
547
547
|
// formats.
|
|
548
|
-
this.formats=He(t.formats,
|
|
548
|
+
this.formats=He(t.formats,n),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:he((function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,ut([void 0],e,!1)))}),{cache:Pe(o.number),strategy:Ee.variadic}),getDateTimeFormat:he((function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,ut([void 0],e,!1)))}),{cache:Pe(o.dateTime),strategy:Ee.variadic}),getPluralRules:he((function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,ut([void 0],e,!1)))}),{cache:Pe(o.pluralRules),strategy:Ee.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){var e=Intl.NumberFormat.supportedLocalesOf(t);return e.length>0?new Intl.Locale(e[0]):new Intl.Locale("string"==typeof t?t:t[0])},t.__parse=ue,
|
|
549
549
|
// Default format options used as the prototype of the `formats` provided to the
|
|
550
550
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
551
551
|
// and Intl.DateTimeFormat instances.
|
|
@@ -554,7 +554,7 @@ t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
554
554
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
555
555
|
Copyrights licensed under the New BSD License.
|
|
556
556
|
See the accompanying LICENSE file for terms.
|
|
557
|
-
*/const $e={},Oe=(t,e,
|
|
557
|
+
*/const $e={},Oe=(t,e,r)=>r?(e in $e||($e[e]={}),t in $e[e]||($e[e][t]=r),r):r,Ce=(t,e)=>{if(null==e)return;if(e in $e&&t in $e[e])return $e[e][t];const r=Qe(e);for(let n=0;n<r.length;n++){const i=De(r[n],t);if(i)return Oe(t,e,i)}};let Re;const Ne=X({});function Me(t){return t in Re}function De(t,e){if(!Me(t))return null;const r=function(t){return Re[t]||null}(t);return function(t,e){if(null==e)return;if(e in t)return t[e];const r=e.split(".");let n=t;for(let t=0;t<r.length;t++)if("object"==typeof n){if(t>0){const e=r.slice(t,r.length).join(".");if(e in n){n=n[e];break}}n=n[r[t]]}else n=void 0;return n}(r,e)}function Ue(t,...e){delete $e[t],Ne.update((r=>(r[t]=nt.all([r[t]||{},...e]),r)))}K([Ne],(([t])=>Object.keys(t))),Ne.subscribe((t=>Re=t));const ke={};function Ge(t){return ke[t]}function Fe(t){return null!=t&&Qe(t).some((t=>{var e;return null===(e=Ge(t))||void 0===e?void 0:e.size}))}const je={};function Ve(t){if(!Fe(t))return t in je?je[t]:Promise.resolve();const e=function(t){return Qe(t).map((t=>{const e=Ge(t);return[t,e?[...e]:[]]})).filter((([,t])=>t.length>0))}(t);return je[t]=Promise.all(e.map((([t,e])=>function(t,e){const r=Promise.all(e.map((e=>(function(t,e){ke[t].delete(e),0===ke[t].size&&delete ke[t]}(t,e),e().then((t=>t.default||t))))));return r.then((e=>Ue(t,...e)))}(t,e)))).then((()=>{if(Fe(t))return Ve(t);delete je[t]})),je[t]}
|
|
558
558
|
/*! *****************************************************************************
|
|
559
559
|
Copyright (c) Microsoft Corporation.
|
|
560
560
|
|
|
@@ -568,9 +568,9 @@ t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
568
568
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
569
569
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
570
570
|
PERFORMANCE OF THIS SOFTWARE.
|
|
571
|
-
***************************************************************************** */function ze(t,e){var
|
|
571
|
+
***************************************************************************** */function ze(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]])}return r}const We={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 Xe(){return We}const Ke=X(!1);let Ye;const Ze=X(null);function qe(t){return t.split("-").map(((t,e,r)=>r.slice(0,e+1).join("-"))).reverse()}function Qe(t,e=Xe().fallbackLocale){const r=qe(t);return e?[...new Set([...r,...qe(e)])]:r}function Je(){return null!=Ye?Ye:void 0}Ze.subscribe((t=>{Ye=null!=t?t:void 0,"undefined"!=typeof window&&null!=t&&document.documentElement.setAttribute("lang",t)}));const tr=Object.assign(Object.assign({},Ze),{set:t=>{if(t&&function(t){if(null==t)return;const e=Qe(t);for(let t=0;t<e.length;t++){const r=e[t];if(Me(r))return r}}(t)&&Fe(t)){const{loadingDelay:e}=Xe();let r;return"undefined"!=typeof window&&null!=Je()&&e?r=window.setTimeout((()=>Ke.set(!0)),e):Ke.set(!0),Ve(t).then((()=>{Ze.set(t)})).finally((()=>{clearTimeout(r),Ke.set(!1)}))}return Ze.set(t)}}),er=t=>{const e=Object.create(null);return r=>{const n=JSON.stringify(r);return n in e?e[n]:e[n]=t(r)}},rr=(t,e)=>{const{formats:r}=Xe();if(t in r&&e in r[t])return r[t][e];throw new Error(`[svelte-i18n] Unknown "${e}" ${t} format.`)},nr=er((t=>{var{locale:e,format:r}=t,n=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(n=rr("number",r)),new Intl.NumberFormat(e,n)})),ir=er((t=>{var{locale:e,format:r}=t,n=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?n=rr("date",r):0===Object.keys(n).length&&(n=rr("date","short")),new Intl.DateTimeFormat(e,n)})),or=er((t=>{var{locale:e,format:r}=t,n=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?n=rr("time",r):0===Object.keys(n).length&&(n=rr("time","short")),new Intl.DateTimeFormat(e,n)})),sr=er(((t,e=Je())=>new Ie(t,e,Xe().formats,{ignoreTag:Xe().ignoreTag}))),ar=(t,e={})=>{var r,n,i,o;let s=e;"object"==typeof t&&(s=t,t=s.id);const{values:a,locale:l=Je(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Ce(t,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${t}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!==(o=null!==(i=null===(n=(r=Xe()).handleMissingMessage)||void 0===n?void 0:n.call(r,{locale:l,id:t,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:t;if(!a)return u;let h=u;try{h=sr(u,l).format(a)}catch(e){console.warn(`[svelte-i18n] Message "${t}" has syntax error:`,e.message)}return h},lr=(t,e)=>((t={})=>{var{locale:e=Je()}=t,r=ze(t,["locale"]);return or(Object.assign({locale:e},r))})(e).format(t),cr=(t,e)=>((t={})=>{var{locale:e=Je()}=t,r=ze(t,["locale"]);return ir(Object.assign({locale:e},r))})(e).format(t),ur=(t,e)=>((t={})=>{var{locale:e=Je()}=t,r=ze(t,["locale"]);return nr(Object.assign({locale:e},r))})(e).format(t),hr=(t,e=Je())=>Ce(t,e),pr=K([tr,Ne],(()=>ar));K([tr],(()=>lr)),K([tr],(()=>cr)),K([tr],(()=>ur)),K([tr,Ne],(()=>hr));const fr={en:{gamingLimits:{loadingText:"Loading, please wait...",Monthly:"month",Weekly:"week",Daily:"day",per:"per",updateText:"will be applied on",removedLimitText:"The limit will be removed on",noLimitText:"There is currently no limit set.",limitType:"Limit Type",period:"Period",amount:"Amount",new:"New",limit:"limit",setLimit:"SET LIMIT",loss:"Loss Limit",deposit:"Deposit Limit",wager:"Wager Limit",removeLimit:"REMOVE",popupPendingUpdate:"We have received the request to change the limit. Please be aware that the update will only come into effect on",popupImmediateUpdate:"Your new {selectedLimit} is {updatedAmount}{currency} {selectedPeriod}",popupTitle:"Limit changed",popupSuccess:"Succesful"}},fr:{gamingLimits:{loadingText:"Chargement, veuillez patienter...",Monthly:"mois",Weekly:"semaine",Daily:"jour",per:"par",updateText:"sera appliqué sur",noLimitText:"Aucune limite n'est actuellement définie.",limitType:"Limit Type",period:"Period",amount:"Amount",new:"New",limit:"limit",setLimit:"SET LIMIT",loss:"Loss Limit",deposit:"Deposit Limit",wager:"Wager Limit"}},ro:{gamingLimits:{loadingText:"Se incarca, va rugam asteptati...",Monthly:"luna",Weekly:"saptamana",Daily:"zi",per:"pe",updateText:"va intra in vigoare incepand cu",noLimitText:"Momentan nu este setata o limita.",limitType:"Tip Limita",period:"Perioada",amount:"Valoare",new:"Limita pe",limit:"noua",setLimit:"ACCEPTA LIMITA",loss:"Limita de Pierdere",deposit:"Limita de Depunere",wager:"Limita de Pariere",removeLimit:"ELIMINA",popupPendingUpdate:"Am primit cererea de a schimba limita. Schimbarea va intra in vigoare in data de",popupImmediateUpdate:"Noua {selectedLimit} este {updatedAmount}{currency} pe {selectedPeriod}",popupTitle:"Limita schimbata",popupSuccess:"Succes!"}},es:{gamingLimits:{loadingText:"Cargando por favor espere..."}},pt:{gamingLimits:{loadingText:"Carregando, por favor espere..."}},de:{gamingLimits:{loadingText:"Laden, bitte warten..."}}};var mr="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==mr&&mr,dr="URLSearchParams"in mr,gr="Symbol"in mr&&"iterator"in Symbol,yr="FileReader"in mr&&"Blob"in mr&&function(){try{return new Blob,!0}catch(t){return!1}}(),br="FormData"in mr,vr="ArrayBuffer"in mr;if(vr)var Er=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Tr=ArrayBuffer.isView||function(t){return t&&Er.indexOf(Object.prototype.toString.call(t))>-1};function Lr(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function wr(t){return"string"!=typeof t&&(t=String(t)),t}
|
|
572
572
|
// Build a destructive iterator for the value list
|
|
573
|
-
function
|
|
573
|
+
function _r(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return gr&&(e[Symbol.iterator]=function(){return e}),e}function Ar(t){this.map={},t instanceof Ar?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function Br(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function Sr(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function Hr(t){var e=new FileReader,r=Sr(e);return e.readAsArrayBuffer(t),r}function Pr(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function xr(){return this.bodyUsed=!1,this._initBody=function(t){var e;
|
|
574
574
|
/*
|
|
575
575
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
576
576
|
provide useful test harness features such as flush. However, on
|
|
@@ -581,21 +581,21 @@ function An(t){var e={next:function(){var e=t.shift();return{done:void 0===e,val
|
|
|
581
581
|
semantic of setting Request.bodyUsed in the constructor before
|
|
582
582
|
_initBody is called.
|
|
583
583
|
*/
|
|
584
|
-
this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:
|
|
584
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:yr&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:br&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:dr&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():vr&&yr&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=Pr(t.buffer),
|
|
585
585
|
// IE 10-11 can't handle a DataView body.
|
|
586
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):
|
|
586
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):vr&&(ArrayBuffer.prototype.isPrototypeOf(t)||Tr(t))?this._bodyArrayBuffer=Pr(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):dr&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},yr&&(this.blob=function(){var t=Br(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=Br(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(Hr)}),this.text=function(){var t,e,r,n=Br(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=Sr(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},br&&(this.formData=function(){return this.text().then(Or)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
587
587
|
// HTTP methods whose capitalization should be normalized
|
|
588
|
-
|
|
588
|
+
Ar.prototype.append=function(t,e){t=Lr(t),e=wr(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},Ar.prototype.delete=function(t){delete this.map[Lr(t)]},Ar.prototype.get=function(t){return t=Lr(t),this.has(t)?this.map[t]:null},Ar.prototype.has=function(t){return this.map.hasOwnProperty(Lr(t))},Ar.prototype.set=function(t,e){this.map[Lr(t)]=wr(e)},Ar.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},Ar.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),_r(t)},Ar.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),_r(t)},Ar.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),_r(t)},gr&&(Ar.prototype[Symbol.iterator]=Ar.prototype.entries);var Ir=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function $r(t,e){if(!(this instanceof $r))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,i=(e=e||{}).body;if(t instanceof $r){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new Ar(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new Ar(e.headers)),this.method=(r=e.method||this.method||"GET",n=r.toUpperCase(),Ir.indexOf(n)>-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){
|
|
589
589
|
// Search for a '_' parameter in the query string
|
|
590
590
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
591
591
|
// If it already exists then set the value with the current time
|
|
592
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
592
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Or(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(i))}})),e}function Cr(t,e){if(!(this instanceof Cr))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new Ar(e.headers),this.url=e.url||"",this._initBody(t)}$r.prototype.clone=function(){return new $r(this,{body:this._bodyInit})},xr.call($r.prototype),xr.call(Cr.prototype),Cr.prototype.clone=function(){return new Cr(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Ar(this.headers),url:this.url})},Cr.error=function(){var t=new Cr(null,{status:0,statusText:""});return t.type="error",t};var Rr=[301,302,303,307,308];Cr.redirect=function(t,e){if(-1===Rr.indexOf(e))throw new RangeError("Invalid status code");return new Cr(null,{status:e,headers:{location:t}})};var Nr=mr.DOMException;try{new Nr}catch(t){(Nr=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),Nr.prototype.constructor=Nr}function Mr(t,e){return new Promise((function(r,n){var i=new $r(t,e);if(i.signal&&i.signal.aborted)return n(new Nr("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}o.onload=function(){var t,e,n={status:o.status,statusText:o.statusText,headers:(t=o.getAllResponseHeaders()||"",e=new Ar,
|
|
593
593
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
594
594
|
// https://github.com/github/fetch/issues/748
|
|
595
595
|
// https://github.com/zloirock/core-js/issues/751
|
|
596
|
-
t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var
|
|
596
|
+
t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();e.append(n,i)}})),e)};n.url="responseURL"in o?o.responseURL:n.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){r(new Cr(i,n))}),0)},o.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){n(new Nr("Aborted","AbortError"))}),0)},o.open(i.method,function(t){try{return""===t&&mr.location.href?mr.location.href:t}catch(e){return t}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(yr?o.responseType="blob":vr&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!e||"object"!=typeof e.headers||e.headers instanceof Ar?i.headers.forEach((function(t,e){o.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){o.setRequestHeader(t,wr(e.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
597
597
|
// DONE (success or failure)
|
|
598
|
-
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}
|
|
598
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Mr.polyfill=!0,mr.fetch||(mr.fetch=Mr,mr.Headers=Ar,mr.Request=$r,mr.Response=Cr),
|
|
599
599
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
600
600
|
// on the global object (window or self)
|
|
601
601
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -615,105 +615,105 @@ self.fetch.bind(self);
|
|
|
615
615
|
PERFORMANCE OF THIS SOFTWARE.
|
|
616
616
|
***************************************************************************** */
|
|
617
617
|
/* global Reflect, Promise */
|
|
618
|
-
var Un=function(t,e){return Un=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},Un(t,e)};function kn(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}Un(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function Gn(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Fn(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function jn(t,e,n){if(n||2===arguments.length)for(var r,i=0,o=e.length;i<o;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||Array.prototype.slice.call(e))}function Vn(t){return"function"==typeof t}function zn(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Wn=zn((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function Xn(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Kn=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var t,e,n,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=Gn(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(Vn(l))try{l()}catch(t){i=t instanceof Wn?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Gn(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{qn(p)}catch(t){i=null!=i?i:[],t instanceof Wn?i=jn(jn([],Fn(i)),Fn(t.errors)):i.push(t)}}}catch(t){n={error:t}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new Wn(i)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)qn(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Xn(e,t)},t.prototype.remove=function(e){var n=this._finalizers;n&&Xn(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Yn=Kn.EMPTY;function Zn(t){return t instanceof Kn||t&&"closed"in t&&Vn(t.remove)&&Vn(t.add)&&Vn(t.unsubscribe)}function qn(t){Vn(t)?t():t.unsubscribe()}var Jn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Qn={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Qn.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,jn([t,e],Fn(n))):setTimeout.apply(void 0,jn([t,e],Fn(n)))},clearTimeout:function(t){var e=Qn.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function tr(){}var er=null;function nr(t){if(Jn.useDeprecatedSynchronousErrorHandling){var e=!er;if(e&&(er={errorThrown:!1,error:null}),t(),e){var n=er,r=n.errorThrown,i=n.error;if(er=null,r)throw i}}else t()}var rr=function(t){function e(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,Zn(e)&&e.add(n)):n.destination=cr,n}return kn(e,t),e.create=function(t,e,n){return new ar(t,e,n)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Kn),ir=Function.prototype.bind;function or(t,e){return ir.call(t,e)}var sr=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){lr(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){lr(t)}else lr(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){lr(t)}},t}(),ar=function(t){function e(e,n,r){var i,o,s=t.call(this)||this;Vn(e)||!e?i={next:null!=e?e:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Jn.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&or(e.next,o),error:e.error&&or(e.error,o),complete:e.complete&&or(e.complete,o)}):i=e;return s.destination=new sr(i),s}return kn(e,t),e}(rr);function lr(t){var e;e=t,Qn.setTimeout((function(){throw e}))}var cr={closed:!0,next:tr,error:function(t){throw t},complete:tr},ur="function"==typeof Symbol&&Symbol.observable||"@@observable";function hr(t){return t}function pr(t){return 0===t.length?hr:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var fr=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r,i=this,o=(r=t)&&r instanceof rr||function(t){return t&&Vn(t.next)&&Vn(t.error)&&Vn(t.complete)}(r)&&Zn(r)?t:new ar(t,e,n);return nr((function(){var t=i,e=t.operator,n=t.source;o.add(e?e.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=mr(e))((function(e,r){var i=new ar({next:function(e){try{t(e)}catch(t){r(t),i.unsubscribe()}},error:r,complete:e});n.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[ur]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return pr(t)(this)},t.prototype.toPromise=function(t){var e=this;return new(t=mr(t))((function(t,n){var r;e.subscribe((function(t){return r=t}),(function(t){return n(t)}),(function(){return t(r)}))}))},t.create=function(e){return new t(e)},t}();function mr(t){var e;return null!==(e=null!=t?t:Jn.Promise)&&void 0!==e?e:Promise}var dr=zn((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),gr=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return kn(e,t),e.prototype.lift=function(t){var e=new yr(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new dr},e.prototype.next=function(t){var e=this;nr((function(){var n,r;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=Gn(e.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(t)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},e.prototype.error=function(t){var e=this;nr((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var n=e.observers;n.length;)n.shift().error(t)}}))},e.prototype.complete=function(){var t=this;nr((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?Yn:(this.currentObservers=null,o.push(t),new Kn((function(){e.currentObservers=null,Xn(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,n=e.hasError,r=e.thrownError,i=e.isStopped;n?t.error(r):i&&t.complete()},e.prototype.asObservable=function(){var t=new fr;return t.source=this,t},e.create=function(t,e){return new yr(t,e)},e}(fr),yr=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return kn(e,t),e.prototype.next=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===n||n.call(e,t)},e.prototype.error=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===n||n.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,n;return null!==(n=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==n?n:Yn},e}(gr),br={now:function(){return(br.delegate||Date).now()},delegate:void 0},vr=function(t){function e(e,n,r){void 0===e&&(e=1/0),void 0===n&&(n=1/0),void 0===r&&(r=br);var i=t.call(this)||this;return i._bufferSize=e,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,n),i}return kn(e,t),e.prototype.next=function(e){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(e),!o&&i.push(s.now()+a)),this._trimBuffer(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var e=this._innerSubscribe(t),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!t.closed;i+=n?1:2)t.next(r[i]);return this._checkFinalizedStatuses(t),e},e.prototype._trimBuffer=function(){var t=this,e=t._bufferSize,n=t._timestampProvider,r=t._buffer,i=t._infiniteTimeWindow,o=(i?1:2)*e;if(e<1/0&&o<r.length&&r.splice(0,r.length-o),!i){for(var s=n.now(),a=0,l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}},e}(gr);let Er=[],Tr={};window.emWidgets={topic:(t,e=0)=>{if(-1==Er.indexOf(t)){let n=new vr(e);Tr[t]=n,Er.push(t)}return Tr[t]}};
|
|
618
|
+
var Dr=function(t,e){return Dr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},Dr(t,e)};function Ur(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}Dr(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function kr(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Gr(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,i,o=r.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(t){i={error:t}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function Fr(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}function jr(t){return"function"==typeof t}function Vr(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var zr=Vr((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function Wr(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}var Xr=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var t,e,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=kr(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(jr(l))try{l()}catch(t){i=t instanceof zr?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=kr(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{Zr(p)}catch(t){i=null!=i?i:[],t instanceof zr?i=Fr(Fr([],Gr(i)),Gr(t.errors)):i.push(t)}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(i)throw new zr(i)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)Zr(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Wr(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&Wr(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Kr=Xr.EMPTY;function Yr(t){return t instanceof Xr||t&&"closed"in t&&jr(t.remove)&&jr(t.add)&&jr(t.unsubscribe)}function Zr(t){jr(t)?t():t.unsubscribe()}var qr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Qr={setTimeout:function(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Qr.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Fr([t,e],Gr(r))):setTimeout.apply(void 0,Fr([t,e],Gr(r)))},clearTimeout:function(t){var e=Qr.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function Jr(){}var tn=null;function en(t){if(qr.useDeprecatedSynchronousErrorHandling){var e=!tn;if(e&&(tn={errorThrown:!1,error:null}),t(),e){var r=tn,n=r.errorThrown,i=r.error;if(tn=null,n)throw i}}else t()}var rn=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,Yr(e)&&e.add(r)):r.destination=cn,r}return Ur(e,t),e.create=function(t,e,r){return new an(t,e,r)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Xr),nn=Function.prototype.bind;function on(t,e){return nn.call(t,e)}var sn=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){ln(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){ln(t)}else ln(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){ln(t)}},t}(),an=function(t){function e(e,r,n){var i,o,s=t.call(this)||this;jr(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&qr.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&on(e.next,o),error:e.error&&on(e.error,o),complete:e.complete&&on(e.complete,o)}):i=e;return s.destination=new sn(i),s}return Ur(e,t),e}(rn);function ln(t){var e;e=t,Qr.setTimeout((function(){throw e}))}var cn={closed:!0,next:Jr,error:function(t){throw t},complete:Jr},un="function"==typeof Symbol&&Symbol.observable||"@@observable";function hn(t){return t}function pn(t){return 0===t.length?hn:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var fn=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n,i=this,o=(n=t)&&n instanceof rn||function(t){return t&&jr(t.next)&&jr(t.error)&&jr(t.complete)}(n)&&Yr(n)?t:new an(t,e,r);return en((function(){var t=i,e=t.operator,r=t.source;o.add(e?e.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=mn(e))((function(e,n){var i=new an({next:function(e){try{t(e)}catch(t){n(t),i.unsubscribe()}},error:n,complete:e});r.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[un]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return pn(t)(this)},t.prototype.toPromise=function(t){var e=this;return new(t=mn(t))((function(t,r){var n;e.subscribe((function(t){return n=t}),(function(t){return r(t)}),(function(){return t(n)}))}))},t.create=function(e){return new t(e)},t}();function mn(t){var e;return null!==(e=null!=t?t:qr.Promise)&&void 0!==e?e:Promise}var dn=Vr((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),gn=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return Ur(e,t),e.prototype.lift=function(t){var e=new yn(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new dn},e.prototype.next=function(t){var e=this;en((function(){var r,n;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=kr(e.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(t)}}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;en((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;en((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Kr:(this.currentObservers=null,o.push(t),new Xr((function(){e.currentObservers=null,Wr(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.hasError,n=e.thrownError,i=e.isStopped;r?t.error(n):i&&t.complete()},e.prototype.asObservable=function(){var t=new fn;return t.source=this,t},e.create=function(t,e){return new yn(t,e)},e}(fn),yn=function(t){function e(e,r){var n=t.call(this)||this;return n.destination=e,n.source=r,n}return Ur(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:Kr},e}(gn),bn={now:function(){return(bn.delegate||Date).now()},delegate:void 0},vn=function(t){function e(e,r,n){void 0===e&&(e=1/0),void 0===r&&(r=1/0),void 0===n&&(n=bn);var i=t.call(this)||this;return i._bufferSize=e,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,r),i}return Ur(e,t),e.prototype.next=function(e){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(e),!o&&i.push(s.now()+a)),this._trimBuffer(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var e=this._innerSubscribe(t),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!t.closed;i+=r?1:2)t.next(n[i]);return this._checkFinalizedStatuses(t),e},e.prototype._trimBuffer=function(){var t=this,e=t._bufferSize,r=t._timestampProvider,n=t._buffer,i=t._infiniteTimeWindow,o=(i?1:2)*e;if(e<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}},e}(gn);let En=[],Tn={};window.emWidgets={topic:(t,e=0)=>{if(-1==En.indexOf(t)){let r=new vn(e);Tn[t]=r,En.push(t)}return Tn[t]}};
|
|
619
619
|
/**
|
|
620
620
|
* @name isMobile
|
|
621
621
|
* @description A method that returns if the browser used to access the app is from a mobile device or not
|
|
622
622
|
* @param {String} userAgent window.navigator.userAgent
|
|
623
623
|
* @returns {Boolean} true or false
|
|
624
624
|
*/
|
|
625
|
-
const
|
|
626
|
-
/* ../player-account-gaming-limits-page-2-gmcore/src/PlayerAccountGamingLimitsPage_2Gmcore.svelte generated by Svelte v3.48.0 */function
|
|
625
|
+
const Ln=t=>!!(t.toLowerCase().match(/android/i)||t.toLowerCase().match(/blackberry|bb/i)||t.toLowerCase().match(/iphone|ipad|ipod/i)||t.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
626
|
+
/* ../player-account-gaming-limits-page-2-gmcore/src/PlayerAccountGamingLimitsPage_2Gmcore.svelte generated by Svelte v3.48.0 */function wn(t,e,r){const n=t.slice();return n[46]=e[r],n}function _n(t,e,r){const n=t.slice();return n[49]=e[r],n}function An(t,e,r){const n=t.slice();return n[49]=e[r],n}function Bn(t,e,r){const n=t.slice();return n[54]=e[r],n}
|
|
627
627
|
// (222:2) {#if popupVisible}
|
|
628
|
-
function
|
|
629
|
-
return t[10]?
|
|
628
|
+
function Sn(t){let e,r,n;function i(t,e){/*popupReady*/
|
|
629
|
+
return t[10]?Hn:Pn}let o=i(t),s=o(t);return{c(){e=p("div"),r=p("div"),s.c(),b(r,"class",n="PopupContainer "+(/*isDesktop*/t[13]?"Desktop":"")),b(e,"class","PopupOverlay")},m(t,n){c(t,e,n),l(e,r),s.m(r,null)},p(t,e){o===(o=i(t))&&s?s.p(t,e):(s.d(1),s=o(t),s&&(s.c(),s.m(r,null)))},d(t){t&&u(e),s.d()}}}
|
|
630
630
|
// (227:6) {:else}
|
|
631
|
-
function
|
|
631
|
+
function Hn(t){let e,r,i,o,s,a,h,g,v,E,L,_,A,B,S,H,P,x,I,$,O,C,R,N,M=/*$_*/t[12]("gamingLimits.popupTitle")+"",D=/*$_*/t[12]("gamingLimits.popupSuccess")+"";return{c(){e=p("div"),r=p("span"),i=m(M),o=d(),s=p("button"),s.textContent="X",a=d(),h=p("div"),g=p("div"),v=f("svg"),E=f("defs"),L=f("style"),_=m(".fil0 {fill:black;fill-rule:nonzero}\n "),A=f("g"),B=f("polygon"),S=d(),H=p("p"),P=m(D),x=d(),I=p("p"),$=m(/*popupContent*/t[11]),O=d(),C=p("button"),C.textContent="OK",b(r,"class","PopupTitle"),b(s,"class","ClosePopup"),b(e,"class","PopupTitleWrapper"),b(L,"type","text/css"),b(B,"class","fil0"),b(B,"points","0,38 10,25 36,47 78,0 90,11 37,69 "),b(v,"xmlns","http://www.w3.org/2000/svg"),b(v,"xmlns:xlink","http://www.w3.org/1999/xlink"),b(v,"xml:space","preserve"),b(v,"version","1.1"),w(v,"shape-rendering","geometricPrecision"),w(v,"text-rendering","geometricPrecision"),w(v,"image-rendering","optimizeQuality"),b(v,"viewBox","0 0 90 69"),b(v,"x","0px"),b(v,"y","0px"),b(v,"fill-rule","evenodd"),b(v,"clip-rule","evenodd"),b(g,"class","ResultIconWrapper"),b(I,"class","DescriptionParagraph"),b(h,"class","DescriptionWrapper"),b(C,"class","ConfirmButton")},m(n,u){c(n,e,u),l(e,r),l(r,i),l(e,o),l(e,s),c(n,a,u),c(n,h,u),l(h,g),l(g,v),l(v,E),l(E,L),l(L,_),l(v,A),l(A,B),l(g,S),l(g,H),l(H,P),l(h,x),l(h,I),l(I,$),c(n,O,u),c(n,C,u),R||(N=[y(s,"click",/*closePopup*/t[19]),y(C,"click",/*closePopup*/t[19])],R=!0)},p(t,e){/*$_*/4096&e[0]&&M!==(M=/*$_*/t[12]("gamingLimits.popupTitle")+"")&&T(i,M),/*$_*/4096&e[0]&&D!==(D=/*$_*/t[12]("gamingLimits.popupSuccess")+"")&&T(P,D),/*popupContent*/2048&e[0]&&T($,/*popupContent*/t[11])},d(t){t&&u(e),t&&u(a),t&&u(h),t&&u(O),t&&u(C),R=!1,n(N)}}}
|
|
632
632
|
// (225:6) {#if !popupReady}
|
|
633
|
-
function
|
|
633
|
+
function Pn(e){let r;return{c(){r=p("div"),b(r,"class","LoadingIndicator")},m(t,e){c(t,r,e)},p:t,d(t){t&&u(r)}}}
|
|
634
634
|
// (256:2) {:else}
|
|
635
|
-
function
|
|
636
|
-
/*button_binding*/t[32](S),P||(x=[y(A,"input",/*input_input_handler*/t[31]),y(A,"keyup",/*updateInputValue*/t[17]),y(S,"click",/*updateLimits*/t[16]),y(s,"submit",/*updateLimits*/t[16])],P=!0)},p(t,e){if(/*isDesktop, availableLimits, removeLimit, $_*/290816&e[0]){let
|
|
637
|
-
/*button_binding*/,t[32](null),P=!1,
|
|
635
|
+
function xn(t){let e,r,i,o,s,a,f,g,v,w,_,A,B,S,H,P,x,I=/*multiplePeriods*/t[6]?`${/*$_*/t[12]("gamingLimits.amount")}`:`${/*$_*/t[12]("gamingLimits.new")} ${/*$_*/t[12](`gamingLimits.${/*selectedPeriod*/t[2]}`)} ${/*$_*/t[12]("gamingLimits.limit")}`,$=/*$_*/t[12]("gamingLimits.setLimit")+"",O=/*availableLimits*/t[14],C=[];for(let e=0;e<O.length;e+=1)C[e]=Un(An(t,O,e));let R=/*multipleLimits*/t[5]&&kn(t),N=/*multiplePeriods*/t[6]&&Fn(t);return{c(){e=p("div"),r=p("div"),i=p("div");for(let t=0;t<C.length;t+=1)C[t].c();o=d(),s=p("form"),R&&R.c(),a=d(),N&&N.c(),f=d(),g=p("label"),v=p("span"),w=m(I),_=d(),A=p("input"),B=d(),S=p("button"),H=m($),b(i,"class","LimitsList "+(/*isDesktop*/t[13]?"Desktop":"")),b(v,"class","LimitInputText"),b(A,"type","number"),b(g,"class","LimitAmountInputWrapper"),b(S,"class","LimitSubmitButton"),b(S,"type","button"),S.disabled=!0,b(s,"class","LimitsInteractionArea "+(/*isDesktop*/t[13]?"Desktop":"")),b(r,"class","LimitsPageContainer"),b(e,"class","player-account-gaming-limits-page-2-gmcore")},m(n,u){c(n,e,u),l(e,r),l(r,i);for(let t=0;t<C.length;t+=1)C[t].m(i,null);l(r,o),l(r,s),R&&R.m(s,null),l(s,a),N&&N.m(s,null),l(s,f),l(s,g),l(g,v),l(v,w),l(g,_),l(g,A),L(A,/*inputAmount*/t[3]),l(s,B),l(s,S),l(S,H),
|
|
636
|
+
/*button_binding*/t[32](S),P||(x=[y(A,"input",/*input_input_handler*/t[31]),y(A,"keyup",/*updateInputValue*/t[17]),y(S,"click",/*updateLimits*/t[16]),y(s,"submit",/*updateLimits*/t[16])],P=!0)},p(t,e){if(/*isDesktop, availableLimits, removeLimit, $_*/290816&e[0]){let r;for(O=/*availableLimits*/t[14],r=0;r<O.length;r+=1){const n=An(t,O,r);C[r]?C[r].p(n,e):(C[r]=Un(n),C[r].c(),C[r].m(i,null))}for(;r<C.length;r+=1)C[r].d(1);C.length=O.length}/*multipleLimits*/t[5]?R?R.p(t,e):(R=kn(t),R.c(),R.m(s,a)):R&&(R.d(1),R=null),/*multiplePeriods*/t[6]?N?N.p(t,e):(N=Fn(t),N.c(),N.m(s,f)):N&&(N.d(1),N=null),/*multiplePeriods, $_, selectedPeriod*/4164&e[0]&&I!==(I=/*multiplePeriods*/t[6]?`${/*$_*/t[12]("gamingLimits.amount")}`:`${/*$_*/t[12]("gamingLimits.new")} ${/*$_*/t[12](`gamingLimits.${/*selectedPeriod*/t[2]}`)} ${/*$_*/t[12]("gamingLimits.limit")}`)&&T(w,I),/*inputAmount*/8&e[0]&&E(A.value)!==/*inputAmount*/t[3]&&L(A,/*inputAmount*/t[3]),/*$_*/4096&e[0]&&$!==($=/*$_*/t[12]("gamingLimits.setLimit")+"")&&T(H,$)},d(r){r&&u(e),h(C,r),R&&R.d(),N&&N.d()
|
|
637
|
+
/*button_binding*/,t[32](null),P=!1,n(x)}}}
|
|
638
638
|
// (254:22)
|
|
639
|
-
function
|
|
639
|
+
function In(e){let r;return{c(){r=p("p"),r.textContent="500 Server error"},m(t,e){c(t,r,e)},p:t,d(t){t&&u(r)}}}
|
|
640
640
|
// (253:22)
|
|
641
|
-
function $
|
|
641
|
+
function $n(e){return{c:t,m:t,p:t,d:t}}
|
|
642
642
|
// (250:2) {#if isLoading && !popupVisible}
|
|
643
|
-
function
|
|
643
|
+
function On(e){let r;return{c(){r=p("div"),b(r,"class","LoadingIndicator")},m(t,e){c(t,r,e)},p:t,d(t){t&&u(r)}}}
|
|
644
644
|
// (280:12) {:else}
|
|
645
|
-
function
|
|
645
|
+
function Cn(t){let e,r,n,i,o=/*$_*/t[12]("gamingLimits.noLimitText")+"";return{c(){e=p("div"),r=p("div"),n=p("div"),i=m(o),b(n,"class","LimitDetailsTextWrapper"),b(r,"class","LimitDetailsWrapper"),b(e,"class","LimitDetails")},m(t,o){c(t,e,o),l(e,r),l(r,n),l(n,i)},p(t,e){/*$_*/4096&e[0]&&o!==(o=/*$_*/t[12]("gamingLimits.noLimitText")+"")&&T(i,o)},d(t){t&&u(e)}}}
|
|
646
646
|
// (264:12) {#if limit.currentLimits.length > 0}
|
|
647
|
-
function
|
|
647
|
+
function Rn(t){let e,r=/*limit*/t[49].currentLimits,n=[];for(let e=0;e<r.length;e+=1)n[e]=Dn(Bn(t,r,e));return{c(){for(let t=0;t<n.length;t+=1)n[t].c();e=g()},m(t,r){for(let e=0;e<n.length;e+=1)n[e].m(t,r);c(t,e,r)},p(t,i){if(/*removeLimit, availableLimits, $_*/282624&i[0]){let o;for(r=/*limit*/t[49].currentLimits,o=0;o<r.length;o+=1){const s=Bn(t,r,o);n[o]?n[o].p(s,i):(n[o]=Dn(s),n[o].c(),n[o].m(e.parentNode,e))}for(;o<n.length;o+=1)n[o].d(1);n.length=r.length}},d(t){h(n,t),t&&u(e)}}}
|
|
648
648
|
// (271:54)
|
|
649
|
-
function
|
|
649
|
+
function Nn(t){let e,r,n=`${/*$_*/t[12]("gamingLimits.removedLimitText")} ${/*currentLimit*/t[54].expiryDate}`;return{c(){e=p("div"),r=m(n),b(e,"class","PendingLimit")},m(t,n){c(t,e,n),l(e,r)},p(t,e){/*$_*/4096&e[0]&&n!==(n=`${/*$_*/t[12]("gamingLimits.removedLimitText")} ${/*currentLimit*/t[54].expiryDate}`)&&T(r,n)},d(t){t&&u(e)}}}
|
|
650
650
|
// (269:18) {#if currentLimit.isModified && currentLimit.updateAmount!= "-1"}
|
|
651
|
-
function
|
|
651
|
+
function Mn(t){let e,r,n=`${/*currentLimit*/t[54].updateAmount}${/*currentLimit*/t[54].currency} ${/*$_*/t[12]("gamingLimits.per")} ${/*$_*/t[12](`gamingLimits.${/*currentLimit*/t[54].period}`)} ${/*$_*/t[12]("gamingLimits.updateText")} ${/*currentLimit*/t[54].expiryDate}`;return{c(){e=p("div"),r=m(n),b(e,"class","PendingLimit")},m(t,n){c(t,e,n),l(e,r)},p(t,e){/*$_*/4096&e[0]&&n!==(n=`${/*currentLimit*/t[54].updateAmount}${/*currentLimit*/t[54].currency} ${/*$_*/t[12]("gamingLimits.per")} ${/*$_*/t[12](`gamingLimits.${/*currentLimit*/t[54].period}`)} ${/*$_*/t[12]("gamingLimits.updateText")} ${/*currentLimit*/t[54].expiryDate}`)&&T(r,n)},d(t){t&&u(e)}}}
|
|
652
652
|
// (275:16) {#if !currentLimit.isModified}
|
|
653
653
|
// (265:14) {#each limit.currentLimits as currentLimit}
|
|
654
|
-
function
|
|
655
|
-
return t[54].isModified&&/*currentLimit*/"-1"!=t[54].updateAmount?
|
|
656
|
-
return t[28](/*currentLimit*/t[54])}return{c(){e=p("button"),
|
|
654
|
+
function Dn(t){let e,r,n,i,o,s,a,h=`${/*currentLimit*/t[54].amount}${/*currentLimit*/t[54].currency} ${/*$_*/t[12]("gamingLimits.per")} ${/*$_*/t[12](`gamingLimits.${/*currentLimit*/t[54].period}`)}`;let f=function(t,e){/*currentLimit*/
|
|
655
|
+
return t[54].isModified&&/*currentLimit*/"-1"!=t[54].updateAmount?Mn:/*currentLimit*/t[54].isModified?Nn:void 0}(t),g=f&&f(t),v=!/*currentLimit*/t[54].isModified&&function(t){let e,r,n,i,o=/*$_*/t[12]("gamingLimits.removeLimit")+"";function s(){/*click_handler*/
|
|
656
|
+
return t[28](/*currentLimit*/t[54])}return{c(){e=p("button"),r=m(o),b(e,"class","RemoveLimitButton")},m(t,o){c(t,e,o),l(e,r),n||(i=y(e,"click",s),n=!0)},p(e,n){t=e,/*$_*/4096&n[0]&&o!==(o=/*$_*/t[12]("gamingLimits.removeLimit")+"")&&T(r,o)},d(t){t&&u(e),n=!1,i()}}}(t);return{c(){e=p("div"),r=p("div"),n=p("div"),i=m(h),o=d(),g&&g.c(),s=d(),v&&v.c(),a=d(),b(n,"class","CurrentLimit"),b(r,"class","LimitDetailsTextWrapper"),b(e,"class","LimitDetails")},m(t,u){c(t,e,u),l(e,r),l(r,n),l(n,i),l(r,o),g&&g.m(r,null),l(e,s),v&&v.m(e,null),l(e,a)},p(t,e){/*$_*/4096&e[0]&&h!==(h=`${/*currentLimit*/t[54].amount}${/*currentLimit*/t[54].currency} ${/*$_*/t[12]("gamingLimits.per")} ${/*$_*/t[12](`gamingLimits.${/*currentLimit*/t[54].period}`)}`)&&T(i,h),g&&g.p(t,e),/*currentLimit*/t[54].isModified||v.p(t,e)},d(t){t&&u(e),g&&g.d(),v&&v.d()}}}
|
|
657
657
|
// (261:8) {#each availableLimits as limit}
|
|
658
|
-
function
|
|
659
|
-
return t[49].currentLimits.length>0?
|
|
658
|
+
function Un(t){let e,r,n,i,o,s,a=/*$_*/t[12](`gamingLimits.${/*limit*/t[49].value}`)+"";let h=function(t,e){/*limit*/
|
|
659
|
+
return t[49].currentLimits.length>0?Rn:Cn}(t),f=h(t);return{c(){e=p("div"),r=p("p"),n=m(a),i=d(),f.c(),o=d(),b(r,"class","LimitTitle"),b(e,"class",s="LimitWrapper "+(/*isDesktop*/t[13]?"Desktop":""))},m(t,s){c(t,e,s),l(e,r),l(r,n),l(e,i),f.m(e,null),l(e,o)},p(t,e){/*$_*/4096&e[0]&&a!==(a=/*$_*/t[12](`gamingLimits.${/*limit*/t[49].value}`)+"")&&T(n,a),f.p(t,e)},d(t){t&&u(e),f.d()}}}
|
|
660
660
|
// (289:8) {#if multipleLimits}
|
|
661
|
-
function
|
|
661
|
+
function kn(t){let e,r,i,o,s,a,f,g=/*$_*/t[12]("gamingLimits.limitType")+"",v=/*availableLimits*/t[14],E=[];for(let e=0;e<v.length;e+=1)E[e]=Gn(_n(t,v,e));return{c(){e=p("label"),r=p("span"),i=m(g),o=d(),s=p("select");for(let t=0;t<E.length;t+=1)E[t].c();b(r,"class","LimitSelectText"),b(s,"name",""),b(s,"id",""),/*selectedLimit*/void 0===t[1]&&N((()=>/*select_change_handler*/t[29].call(s))),b(e,"class","LimitTypeDropdownWrapper")},m(n,u){c(n,e,u),l(e,r),l(r,i),l(e,o),l(e,s);for(let t=0;t<E.length;t+=1)E[t].m(s,null);_(s,/*selectedLimit*/t[1]),a||(f=[y(s,"change",/*select_change_handler*/t[29]),y(s,"change",/*updateLimitSelection*/t[15])],a=!0)},p(t,e){if(/*$_*/4096&e[0]&&g!==(g=/*$_*/t[12]("gamingLimits.limitType")+"")&&T(i,g),/*availableLimits*/16384&e[0]){let r;for(v=/*availableLimits*/t[14],r=0;r<v.length;r+=1){const n=_n(t,v,r);E[r]?E[r].p(n,e):(E[r]=Gn(n),E[r].c(),E[r].m(s,null))}for(;r<E.length;r+=1)E[r].d(1);E.length=v.length}/*selectedLimit, availableLimits*/16386&e[0]&&_(s,/*selectedLimit*/t[1])},d(t){t&&u(e),h(E,t),a=!1,n(f)}}}
|
|
662
662
|
// (292:12) {#each availableLimits as limit}
|
|
663
|
-
function
|
|
663
|
+
function Gn(e){let r,n,i,o=/*limit*/e[49].title+"";return{c(){r=p("option"),n=m(o),r.__value=i=/*limit*/e[49].value,r.value=r.__value},m(t,e){c(t,r,e),l(r,n)},p:t,d(t){t&&u(r)}}}
|
|
664
664
|
// (298:8) {#if multiplePeriods}
|
|
665
|
-
function
|
|
665
|
+
function Fn(t){let e,r,n,i,o,s,a,f=/*$_*/t[12]("gamingLimits.period")+"",g=z[/*selectedLimit*/t[1]].periods,v=[];for(let e=0;e<g.length;e+=1)v[e]=jn(wn(t,g,e));return{c(){e=p("label"),r=p("span"),n=m(f),i=d(),o=p("select");for(let t=0;t<v.length;t+=1)v[t].c();b(r,"class","PeriodSelectText"),b(o,"name",""),b(o,"id",""),/*selectedPeriod*/void 0===t[2]&&N((()=>/*select_change_handler_1*/t[30].call(o))),b(e,"class","LimitPeriodDropdownWrapper")},m(u,h){c(u,e,h),l(e,r),l(r,n),l(e,i),l(e,o);for(let t=0;t<v.length;t+=1)v[t].m(o,null);_(o,/*selectedPeriod*/t[2]),s||(a=y(o,"change",/*select_change_handler_1*/t[30]),s=!0)},p(t,e){if(/*$_*/4096&e[0]&&f!==(f=/*$_*/t[12]("gamingLimits.period")+"")&&T(n,f),/*selectedLimit, $_*/4098&e[0]){let r;for(g=z[/*selectedLimit*/t[1]].periods,r=0;r<g.length;r+=1){const n=wn(t,g,r);v[r]?v[r].p(n,e):(v[r]=jn(n),v[r].c(),v[r].m(o,null))}for(;r<v.length;r+=1)v[r].d(1);v.length=g.length}/*selectedPeriod, selectedLimit*/6&e[0]&&_(o,/*selectedPeriod*/t[2])},d(t){t&&u(e),h(v,t),s=!1,a()}}}
|
|
666
666
|
// (301:12) {#each limitsConfig[selectedLimit].periods as period}
|
|
667
|
-
function
|
|
668
|
-
return t[7]&&!/*popupVisible*/t[9]?
|
|
669
|
-
/*div_binding*/e[33](
|
|
670
|
-
/*div_binding*/e[33](null)}}}function
|
|
667
|
+
function jn(t){let e,r,n,i,o,s=/*$_*/t[12]("gamingLimits.per")+"",a=/*$_*/t[12](`gamingLimits.${/*period*/t[46]}`)+"";return{c(){e=p("option"),r=m(s),n=d(),i=m(a),e.__value=o=/*period*/t[46],e.value=e.__value,e.selected=!0},m(t,o){c(t,e,o),l(e,r),l(e,n),l(e,i)},p(t,n){/*$_*/4096&n[0]&&s!==(s=/*$_*/t[12]("gamingLimits.per")+"")&&T(r,s),/*$_, selectedLimit*/4098&n[0]&&a!==(a=/*$_*/t[12](`gamingLimits.${/*period*/t[46]}`)+"")&&T(i,a),/*selectedLimit, availableLimits*/16386&n[0]&&o!==(o=/*period*/t[46])&&(e.__value=o,e.value=e.__value)},d(t){t&&u(e)}}}function Vn(e){let r,n,i=/*popupVisible*/e[9]&&Sn(e);function o(t,e){/*isLoading*/
|
|
668
|
+
return t[7]&&!/*popupVisible*/t[9]?On:/*isLoading*/t[7]?$n:/*hasErrors*/t[8]?In:xn}let s=o(e),a=s(e);return{c(){r=p("div"),i&&i.c(),n=d(),a.c(),this.c=t},m(t,o){c(t,r,o),i&&i.m(r,null),l(r,n),a.m(r,null),
|
|
669
|
+
/*div_binding*/e[33](r)},p(t,e){/*popupVisible*/t[9]?i?i.p(t,e):(i=Sn(t),i.c(),i.m(r,n)):i&&(i.d(1),i=null),s===(s=o(t))&&a?a.p(t,e):(a.d(1),a=s(t),a&&(a.c(),a.m(r,null)))},i:t,o:t,d(t){t&&u(r),i&&i.d(),a.d(),
|
|
670
|
+
/*div_binding*/e[33](null)}}}function zn(t,e,r){let n;a(t,pr,(t=>r(12,n=t)));let i,o,s,l,{lang:c="en"}=e,{currency:u=""}=e,{limits:h=""}=e,{session:p=""}=e,{userid:f=""}=e,{endpoint:m=""}=e,{clientstyling:d=""}=e,{clientstylingurl:g=""}=e,y=window.navigator.userAgent,b=!Ln(y),v=[],T="",L="",w=!1,_=!1,B=!0,S=!1,H=!1,P=!1,x="";const $={EUR:"€",RON:" lei"};Object.keys(fr).forEach((t=>{!function(t,e){Ue(t,e)}(t,fr[t])}));const O=()=>{let t=new URL(`v2/player/${f}/limits`,m),e={method:"GET",headers:{"X-SessionID":p,"Content-Type":"application/json",Accept:"application/json"}};fetch(t.href,e).then((t=>t.json())).then((t=>{l=t,H&&N(),C(l),r(7,B=!1),r(3,o=null)})).catch((t=>{console.log(t),r(8,S=!0)}))},C=t=>{v.forEach((e=>{var r;e.currentLimits=[],
|
|
671
671
|
// this is not n^2, despite the nesting loop. It's max totalLimitType * totalPeriodType, so 4 * 3 = 12 operations tops
|
|
672
|
-
null===(
|
|
672
|
+
null===(r=t[z[e.value].callValue])||void 0===r||r.forEach(((r,n)=>{var i;const o=t[z[e.value].callValue][n];e.currentLimits.push({}),
|
|
673
673
|
// format the limit data
|
|
674
|
-
e.currentLimits[
|
|
674
|
+
e.currentLimits[n].limitType=e.value,e.currentLimits[n].amount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(o.amount),e.currentLimits[n].currency=null!==(i=$[o.currency])&&void 0!==i?i:o.currency,e.currentLimits[n].period=o.period,e.currentLimits[n].updateAmount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(o.updateAmount),e.currentLimits[n].isModified=o.isModified,e.currentLimits[n].expiryDate=`${new Date(o.expiryDate).toLocaleDateString("en-de",{hour:"numeric",minute:"numeric"}).replaceAll("/",".")} (GMT)`})),e.currentLimits=R(e.currentLimits)}))},R=t=>{const e={Daily:0,Weekly:1,Monthly:2};return t.sort(((t,r)=>e[t.period]-e[r.period])),t},N=()=>{if(l){const t=l[z[T].callValue].filter((t=>t.period===L))[0],e=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(t.amount);let i=n("gamingLimits.popupImmediateUpdate").replace("{selectedLimit}",n(`gamingLimits.${T}`).toLowerCase()).replace("{updatedAmount}",e).replace("{currency}",$[t.currency]||t.currency).replace("{selectedPeriod}",n(`gamingLimits.${L}`).toLowerCase());r(11,x=t.isModified?`${n("gamingLimits.popupPendingUpdate")} ${new Date(t.expiryDate).toLocaleDateString("en-de",{hour:"numeric",minute:"numeric"}).replaceAll("/",".")} (GMT)`:i)}r(10,P=!0)},M=t=>{r(9,H=!0),r(7,B=!0);let e=new URL(`v2/player/${f}/limits/${{wager:"wagering",loss:"loss",deposit:"deposit"}[t.limitType]}?periods=${t.period}`,m),n={method:"DELETE",headers:{"X-SessionID":p,"Content-Type":"application/json",Accept:"application/json"}};fetch(e.href,n).then((t=>t.json())).then((t=>{O()})).catch((t=>{console.log(t),r(8,S=!0)}))},D=()=>{var t;t=c,tr.set(t)};return t.$$set=t=>{"lang"in t&&r(20,c=t.lang),"currency"in t&&r(21,u=t.currency),"limits"in t&&r(22,h=t.limits),"session"in t&&r(23,p=t.session),"userid"in t&&r(24,f=t.userid),"endpoint"in t&&r(25,m=t.endpoint),"clientstyling"in t&&r(26,d=t.clientstyling),"clientstylingurl"in t&&r(27,g=t.clientstylingurl)},t.$$.update=()=>{/*limits*/4194304&t.$$.dirty[0]&&h&&(h.split(" ").forEach((t=>{z[t]?v.push(z[t]):console.error(`Unknown limit: ${t}`)})),
|
|
675
675
|
//set default selected limit
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
/* ../player-account-gaming-limits-history-2/src/PlayerAccountGamingLimitsHistory_2.svelte generated by Svelte v3.48.0 */function
|
|
676
|
+
r(1,T=v[0].value),r(2,L=z[T].periods[0]),r(5,w=v.length>1),r(6,_=z[T].periods.length>1)),/*lang*/1048576&t.$$.dirty[0]&&c&&D(),/*userid, session, endpoint*/58720256&t.$$.dirty[0]&&f&&p&&m&&O(),/*clientstylingurl*/134217728&t.$$.dirty[0]&&g&&(()=>{let t=new URL(g),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,i&&(setTimeout((()=>{i.appendChild(e)}),1),setTimeout((()=>{}),500))}))})(),/*clientstyling*/67108864&t.$$.dirty[0]&&d&&(()=>{let t=document.createElement("style");t.innerHTML=d,i.appendChild(t)})()},[i,T,L,o,s,w,_,B,S,H,P,x,n,b,v,()=>{r(2,L=z[T].periods[0]),// select the first period by default until the user selects a different period
|
|
677
|
+
r(6,_=z[T].periods.length>1)},()=>{if(!(o>0))return;r(9,H=!0),r(7,B=!0);let t=new URL(`v2/player/${f}/limits`,m);const e={};e[z[T].callValue]=[{period:L,amount:o,currency:u}];let n={method:"PUT",headers:{"X-SessionID":p,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(e)};fetch(t.href,n).then((t=>t.json())).then((t=>{O()})).catch((t=>{console.log(t),r(8,S=!0)}))},()=>{const t=o-Math.floor(o)==0;o>0&&t?s.removeAttribute("disabled"):s.setAttribute("disabled","true")},M,()=>{r(10,P=r(9,H=!1))},c,u,h,p,f,m,d,g,t=>M(t),function(){T=A(this),r(1,T),r(14,v)},function(){L=A(this),r(2,L),r(1,T)},function(){o=E(this.value),r(3,o)},function(t){I[t?"unshift":"push"]((()=>{s=t,r(4,s)}))},function(t){I[t?"unshift":"push"]((()=>{i=t,r(0,i)}))}]}!customElements.get("player-account-gaming-limits-page-2-gmcore")&&customElements.define("player-account-gaming-limits-page-2-gmcore",class extends V{constructor(t){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';font-size:0.8rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}select,input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:2px;border:1px solid #999}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-page-2-gmcore{background:var(--emfe-w-color-black, #fff);color:var(--emfe-w-color-white, #333)}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:63%;padding:0 12px;margin:0 auto}.LimitsList.Desktop{display:flex;flex-wrap:wrap;justify-content:space-between;width:63%;margin:0 auto}.LimitWrapper{font-size:0.8rem;border:1px solid #ccc;padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:#7ac317;color:#fff;border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:#ccc 1px solid}.LimitDetailsTextWrapper{font-size:0.8rem;color:#666}.PendingLimit{color:#999}.LimitTitle{font-size:0.9rem}.PopupOverlay{position:absolute;top:0;left:0;background:#000;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:#fff;font-size:1rem;color:#333;width:80vw;height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:0.8rem}.PopupTitleWrapper button{background:#fff;font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:0.8rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.RemoveLimitButton{height:28px;font-size:0.7rem;background:#fff;color:#666;border:1px solid #ccc;border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:#f3f3fc}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px #7ac317;border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1.0s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1.0s;animation-iteration-count:infinite;animation-timing-function:linear}</style>",j(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},zn,Vn,o,{lang:20,currency:21,limits:22,session:23,userid:24,endpoint:25,clientstyling:26,clientstylingurl:27},null,[-1,-1]),t&&(t.target&&c(t.target,this,t.anchor),t.props&&(this.$set(t.props),U()))}static get observedAttributes(){return["lang","currency","limits","session","userid","endpoint","clientstyling","clientstylingurl"]}get lang(){return this.$$.ctx[20]}set lang(t){this.$$set({lang:t}),U()}get currency(){return this.$$.ctx[21]}set currency(t){this.$$set({currency:t}),U()}get limits(){return this.$$.ctx[22]}set limits(t){this.$$set({limits:t}),U()}get session(){return this.$$.ctx[23]}set session(t){this.$$set({session:t}),U()}get userid(){return this.$$.ctx[24]}set userid(t){this.$$set({userid:t}),U()}get endpoint(){return this.$$.ctx[25]}set endpoint(t){this.$$set({endpoint:t}),U()}get clientstyling(){return this.$$.ctx[26]}set clientstyling(t){this.$$set({clientstyling:t}),U()}get clientstylingurl(){return this.$$.ctx[27]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),U()}});const Wn={en:{history:{expandLimits:"LIMIT HISTORY",daily:"per day",weekly:"per week",monthly:"per month",loss:"Loss Limit",deposit:"Deposit Limit",wagering:"Wagering Limit",loading:"Loading limits history...",error:"500 - Server Error",limitRemoved:"Limit removed"}},zh:{history:{expandLimits:"极限历史",daily:"每天",weekly:"每个星期",monthly:"每月",loss:"损失限额",deposit:"存款限额",wagering:"投注限额",loading:"加载请稍候...",error:"500 - 服务器错误",limitRemoved:"移除限制"}},fr:{history:{expandLimits:"LIMITER L'HISTORIQUE",daily:"par jour",weekly:"par semaine",monthly:"par mois",loss:"Limite de perte",deposit:"Limite de dépôt",wagering:"Limite de mise",loading:"Chargement, veuillez patienter...",error:"500 - Erreur de serveur",limitRemoved:"Limite supprimée"}},ro:{history:{expandLimits:"ISTORIC LIMITE",daily:"pe zi",weekly:"pe saptamana",monthly:"pe luna",loss:"Limita de pierdere",deposit:"Limita de incarcare",loading:"Se incarca, va rugam asteptati...",error:"500 - Eroare de server",limitRemoved:"Limita eliminata"}}};
|
|
678
|
+
/* ../player-account-gaming-limits-history-2/src/PlayerAccountGamingLimitsHistory_2.svelte generated by Svelte v3.48.0 */function Xn(t,e,r){const n=t.slice();return n[24]=e[r],n}
|
|
679
679
|
// (107:0) {:else}
|
|
680
|
-
function
|
|
680
|
+
function Kn(t){let e,r,n,i,o,s,a,g,v,E,L,w,_=/*$_*/t[7]("history.expandLimits")+"",A=/*historyArray*/t[4],S=[];for(let e=0;e<A.length;e+=1)S[e]=Jn(Xn(t,A,e));return{c(){e=p("div"),r=p("div"),n=p("button"),i=m(_),o=d(),s=f("svg"),a=f("path"),g=f("path"),v=d(),E=p("div");for(let t=0;t<S.length;t+=1)S[t].c();b(a,"d","M10.5 15l7.5 7.5 7.5-7.5z"),b(g,"d","M0 0h36v36h-36z"),b(g,"fill","none"),b(s,"class","ExpandArrow"),b(s,"xmlns","http://www.w3.org/2000/svg"),b(s,"width","36"),b(s,"height","36"),b(s,"viewBox","0 0 36 36"),b(s,"fill","#999"),B(s,"extended",/*extended*/t[6]),b(n,"class","ExpandButton"),b(E,"class","HistoryDisplayArea"),B(E,"hidden",/*hidden*/t[5]),b(r,"class","HistoryWrapper "+(/*isDesktop*/t[8]?"Desktop":"")),b(e,"class","player-account-gaming-limits-history-2")},m(u,h){c(u,e,h),l(e,r),l(r,n),l(n,i),l(n,o),l(n,s),l(s,a),l(s,g),l(r,v),l(r,E);for(let t=0;t<S.length;t+=1)S[t].m(E,null);L||(w=y(n,"click",/*toggleHistoryDisplayArea*/t[9]),L=!0)},p(t,e){if(/*$_*/128&e&&_!==(_=/*$_*/t[7]("history.expandLimits")+"")&&T(i,_),/*extended*/64&e&&B(s,"extended",/*extended*/t[6]),/*historyArray, $_*/144&e){let r;for(A=/*historyArray*/t[4],r=0;r<A.length;r+=1){const n=Xn(t,A,r);S[r]?S[r].p(n,e):(S[r]=Jn(n),S[r].c(),S[r].m(E,null))}for(;r<S.length;r+=1)S[r].d(1);S.length=A.length}/*hidden*/32&e&&B(E,"hidden",/*hidden*/t[5])},d(t){t&&u(e),h(S,t),L=!1,w()}}}
|
|
681
681
|
// (104:20)
|
|
682
|
-
function
|
|
682
|
+
function Yn(e){return{c:t,m:t,p:t,d:t}}
|
|
683
683
|
// (102:0) {#if hasErrors}
|
|
684
|
-
function
|
|
684
|
+
function Zn(t){let e,r,n=/*lang*/(t[0]?/*$_*/t[7]("history.error"):"500 Server Error")+"";return{c(){e=p("p"),r=m(n)},m(t,n){c(t,e,n),l(e,r)},p(t,e){/*lang, $_*/129&e&&n!==(n=/*lang*/(t[0]?/*$_*/t[7]("history.error"):"500 Server Error")+"")&&T(r,n)},d(t){t&&u(e)}}}
|
|
685
685
|
// (119:8) {:else}
|
|
686
|
-
function
|
|
686
|
+
function qn(t){let e,r,n,i,o,s,a,h,f,g,y,v,E=/*history*/t[24].type+"",L=/*history*/t[24].amount+"",w=/*history*/t[24].currency+"",_=/*history*/t[24].period+"",A=/*history*/t[24].date+"";return{c(){e=p("div"),r=p("span"),n=p("span"),i=m(E),o=p("span"),s=m(L),a=d(),h=m(w),f=d(),g=m(_),y=p("span"),v=m(A),b(n,"class","LimitType"),b(o,"class","LimitAmountPeriod"),b(r,"class","GeneralLimitInformation"),b(y,"class","DateLimitInformation"),b(e,"class","HistoryRow")},m(t,u){c(t,e,u),l(e,r),l(r,n),l(n,i),l(r,o),l(o,s),l(o,a),l(o,h),l(o,f),l(o,g),l(e,y),l(y,v)},p(t,e){/*historyArray*/16&e&&E!==(E=/*history*/t[24].type+"")&&T(i,E),/*historyArray*/16&e&&L!==(L=/*history*/t[24].amount+"")&&T(s,L),/*historyArray*/16&e&&w!==(w=/*history*/t[24].currency+"")&&T(h,w),/*historyArray*/16&e&&_!==(_=/*history*/t[24].period+"")&&T(g,_),/*historyArray*/16&e&&A!==(A=/*history*/t[24].date+"")&&T(v,A)},d(t){t&&u(e)}}}
|
|
687
687
|
// (117:8) {#if history.removed}
|
|
688
|
-
function
|
|
688
|
+
function Qn(t){let e,r,n,i,o,s,a,h,f=/*history*/t[24].type+"",d=/*$_*/t[7]("history.limitRemoved")+"",g=/*history*/t[24].date+"";return{c(){e=p("div"),r=p("span"),n=p("span"),i=m(f),o=p("span"),s=m(d),a=p("span"),h=m(g),b(n,"class","LimitType"),b(o,"class","LimitAmountPeriod"),b(r,"class","GeneralLimitInformation"),b(a,"class","DateLimitInformation"),b(e,"class","HistoryRow")},m(t,u){c(t,e,u),l(e,r),l(r,n),l(n,i),l(r,o),l(o,s),l(e,a),l(a,h)},p(t,e){/*historyArray*/16&e&&f!==(f=/*history*/t[24].type+"")&&T(i,f),/*$_*/128&e&&d!==(d=/*$_*/t[7]("history.limitRemoved")+"")&&T(s,d),/*historyArray*/16&e&&g!==(g=/*history*/t[24].date+"")&&T(h,g)},d(t){t&&u(e)}}}
|
|
689
689
|
// (116:6) {#each historyArray as history}
|
|
690
|
-
function
|
|
691
|
-
return t[24].removed?
|
|
692
|
-
return t[2]?
|
|
693
|
-
/*div_binding*/e[15](
|
|
694
|
-
/*div_binding*/e[15](null)}}}function ei(t,e,
|
|
690
|
+
function Jn(t){let e;function r(t,e){/*history*/
|
|
691
|
+
return t[24].removed?Qn:qn}let n=r(t),i=n(t);return{c(){i.c(),e=g()},m(t,r){i.m(t,r),c(t,e,r)},p(t,o){n===(n=r(t))&&i?i.p(t,o):(i.d(1),i=n(t),i&&(i.c(),i.m(e.parentNode,e)))},d(t){i.d(t),t&&u(e)}}}function ti(e){let r;function n(t,e){/*hasErrors*/
|
|
692
|
+
return t[2]?Zn:/*isLoading*/t[3]?Yn:Kn}let i=n(e),o=i(e);return{c(){r=p("div"),o.c(),this.c=t},m(t,n){c(t,r,n),o.m(r,null),
|
|
693
|
+
/*div_binding*/e[15](r)},p(t,[e]){i===(i=n(t))&&o?o.p(t,e):(o.d(1),o=i(t),o&&(o.c(),o.m(r,null)))},i:t,o:t,d(t){t&&u(r),o.d(),
|
|
694
|
+
/*div_binding*/e[15](null)}}}function ei(t,e,r){let n;a(t,pr,(t=>r(7,n=t)));let i,o=window.navigator.userAgent,s=!Ln(o),{lang:l=""}=e,{userid:c=""}=e,{session:u=""}=e,{endpoint:h=""}=e,{clientstyling:p=""}=e,{clientstylingurl:f=""}=e,m=!1,d=!0,g=[],y=!0,b=!1,v={EUR:"€",RON:"lei"};Object.keys(Wn).forEach((t=>{!function(t,e){Ue(t,e)}(t,Wn[t])}));const E=t=>{const e=!!Wn[l];return t.map((t=>{let r={amount:"",currency:"",date:"",period:"",type:"",removed:!1};return r.amount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(t.limitAmount),r.currency=e?v[t.limitCurrencyCode]:t.limitCurrencyCode,r.date=new Intl.DateTimeFormat("de",{dateStyle:"medium"}).format(new Date(t.limitDate)),r.period=n(`history.${t.limitPeriod.toLowerCase()}`),r.type=n(`history.${t.limitType.split(" ")[0].toLowerCase()}`),r.removed=-1===t.limitAmount,r}))},T=()=>{var t;t=l,tr.set(t)};return t.$$set=t=>{"lang"in t&&r(0,l=t.lang),"userid"in t&&r(10,c=t.userid),"session"in t&&r(11,u=t.session),"endpoint"in t&&r(12,h=t.endpoint),"clientstyling"in t&&r(13,p=t.clientstyling),"clientstylingurl"in t&&r(14,f=t.clientstylingurl)},t.$$.update=()=>{/*endpoint, userid, session*/7168&t.$$.dirty&&h&&c&&u&&(()=>{let t=new URL(`v2/player/${c}/transactions/limit`,h);
|
|
695
695
|
// hardcoded values because there's no date filtering requirement for the widget. However, the API requires these values
|
|
696
|
-
t.searchParams.append("startDate","1970"),t.searchParams.append("endDate","2099");let e={method:"GET",headers:{"X-SessionID":u}};fetch(t.href,e).then((t=>t.json())).then((t=>{
|
|
696
|
+
t.searchParams.append("startDate","1970"),t.searchParams.append("endDate","2099");let e={method:"GET",headers:{"X-SessionID":u}};fetch(t.href,e).then((t=>t.json())).then((t=>{r(4,g=E(t)),r(3,d=!1)}),(t=>{console.error("There was an error",t),r(2,m=!0)}))})(),/*lang*/1&t.$$.dirty&&l&&T(),/*clientstylingurl*/16384&t.$$.dirty&&f&&(()=>{let t=new URL(f),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,i&&(setTimeout((()=>{i.appendChild(e)}),1),setTimeout((()=>{}),500))}))})(),/*clientstyling*/8192&t.$$.dirty&&p&&(()=>{let t=document.createElement("style");t.innerHTML=p,i.appendChild(t)})()},[l,i,m,d,g,y,b,n,s,()=>{r(5,y=!y),r(6,b=!b)},c,u,h,p,f,function(t){I[t?"unshift":"push"]((()=>{i=t,r(1,i)}))}]}
|
|
697
697
|
/* src/PlayerAccountGamingLimitsWrapper_2.svelte generated by Svelte v3.48.0 */
|
|
698
|
-
function
|
|
698
|
+
function ri(t,e,r){const n=t.slice();return n[25]=e[r],n}function ni(t,e,r){const n=t.slice();return n[28]=e[r],n[30]=r,n}
|
|
699
699
|
// (67:2) {:else}
|
|
700
|
-
function ii(t){let e,n,
|
|
701
|
-
/*div_binding_1*/t[19](
|
|
702
|
-
/*div_binding_1*/t[19](null),s&&u(
|
|
700
|
+
function ii(t){let e,r,n,i,o=/*limitTabs*/t[9].length>1&&si(t),s=/*limitTabs*/t[9],a=[];for(let e=0;e<s.length;e+=1)a[e]=li(ri(t,s,e));let l=/*historyenabled*/"true"===t[5]&&ci(t);return{c(){o&&o.c(),e=d(),r=p("div");for(let t=0;t<a.length;t+=1)a[t].c();n=d(),l&&l.c(),i=g(),b(r,"class","player-account-gaming-limits-wrapper-2")},m(s,u){o&&o.m(s,u),c(s,e,u),c(s,r,u);for(let t=0;t<a.length;t+=1)a[t].m(r,null);
|
|
701
|
+
/*div_binding_1*/t[19](r),c(s,n,u),l&&l.m(s,u),c(s,i,u)},p(t,n){if(/*limitTabs*/t[9].length>1?o?o.p(t,n):(o=si(t),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null),/*lang, currency, limitTabs, userid, session, endpoint*/543&n){let e;for(s=/*limitTabs*/t[9],e=0;e<s.length;e+=1){const i=ri(t,s,e);a[e]?a[e].p(i,n):(a[e]=li(i),a[e].c(),a[e].m(r,null))}for(;e<a.length;e+=1)a[e].d(1);a.length=s.length}/*historyenabled*/"true"===t[5]?l?l.p(t,n):(l=ci(t),l.c(),l.m(i.parentNode,i)):l&&(l.d(1),l=null)},d(s){o&&o.d(s),s&&u(e),s&&u(r),h(a,s),
|
|
702
|
+
/*div_binding_1*/t[19](null),s&&u(n),l&&l.d(s),s&&u(i)}}}
|
|
703
703
|
// (65:2) {#if isLoading}
|
|
704
704
|
function oi(e){return{c:t,m:t,p:t,d:t}}
|
|
705
705
|
// (68:4) {#if limitTabs.length > 1}
|
|
706
|
-
function si(t){let e,
|
|
707
|
-
/*div_binding*/t[18](e)},p(t,i){if(/*limitTabs, selectTab, tabLabelArray*/5632&i){let o;for(
|
|
706
|
+
function si(t){let e,r=/*limitTabs*/t[9],n=[];for(let e=0;e<r.length;e+=1)n[e]=ai(ni(t,r,e));return{c(){e=p("div");for(let t=0;t<n.length;t+=1)n[t].c();b(e,"class","TabsContainer")},m(r,i){c(r,e,i);for(let t=0;t<n.length;t+=1)n[t].m(e,null);
|
|
707
|
+
/*div_binding*/t[18](e)},p(t,i){if(/*limitTabs, selectTab, tabLabelArray*/5632&i){let o;for(r=/*limitTabs*/t[9],o=0;o<r.length;o+=1){const s=ni(t,r,o);n[o]?n[o].p(s,i):(n[o]=ai(s),n[o].c(),n[o].m(e,null))}for(;o<n.length;o+=1)n[o].d(1);n.length=r.length}},d(r){r&&u(e),h(n,r),
|
|
708
708
|
/*div_binding*/t[18](null)}}}
|
|
709
709
|
// (70:8) {#each limitTabs as limit,i}
|
|
710
|
-
function ai(t){let e,n,
|
|
711
|
-
return t[17](/*i*/t[30])}return{c(){e=p("div"),
|
|
710
|
+
function ai(t){let e,r,n,i,o=/*tabLabelArray*/(t[10][/*i*/t[30]]??/*limit*/t[28])+"";function s(){/*click_handler*/
|
|
711
|
+
return t[17](/*i*/t[30])}return{c(){e=p("div"),r=m(o),b(e,"class","LimitsTab"),w(e,"width",100/ /*limitTabs*/t[9].length+"%")},m(t,o){c(t,e,o),l(e,r),n||(i=y(e,"click",s),n=!0)},p(n,i){t=n,/*tabLabelArray, limitTabs*/1536&i&&o!==(o=/*tabLabelArray*/(t[10][/*i*/t[30]]??/*limit*/t[28])+"")&&T(r,o),/*limitTabs*/512&i&&w(e,"width",100/ /*limitTabs*/t[9].length+"%")},d(t){t&&u(e),n=!1,i()}}}
|
|
712
712
|
// (77:6) {#each limitTabs as limits}
|
|
713
|
-
function li(t){let e,
|
|
713
|
+
function li(t){let e,r;return{c(){e=p("player-account-gaming-limits-page-2-gmcore"),v(e,"class","hidden selected"),v(e,"lang",/*lang*/t[0]),v(e,"currency",/*currency*/t[4]),v(e,"limits",r=/*limits*/t[25]),v(e,"userid",/*userid*/t[1]),v(e,"session",/*session*/t[2]),v(e,"endpoint",/*endpoint*/t[3])},m(t,r){c(t,e,r)},p(t,n){/*lang*/1&n&&v(e,"lang",/*lang*/t[0]),/*currency*/16&n&&v(e,"currency",/*currency*/t[4]),/*limitTabs*/512&n&&r!==(r=/*limits*/t[25])&&v(e,"limits",r),/*userid*/2&n&&v(e,"userid",/*userid*/t[1]),/*session*/4&n&&v(e,"session",/*session*/t[2]),/*endpoint*/8&n&&v(e,"endpoint",/*endpoint*/t[3])},d(t){t&&u(e)}}}
|
|
714
714
|
// (88:4) {#if historyenabled === 'true'}
|
|
715
|
-
function ci(t){let e;return{c(){e=p("player-account-gaming-limits-history-2"),v(e,"lang",/*lang*/t[0]),v(e,"userid",/*userid*/t[1]),v(e,"session",/*session*/t[2]),v(e,"endpoint",/*endpoint*/t[3])},m(t,
|
|
716
|
-
return t[7]?oi:ii}let i=
|
|
717
|
-
/*div_binding_2*/e[20](
|
|
718
|
-
/*div_binding_2*/e[20](null)}}}function hi(t,e,
|
|
715
|
+
function ci(t){let e;return{c(){e=p("player-account-gaming-limits-history-2"),v(e,"lang",/*lang*/t[0]),v(e,"userid",/*userid*/t[1]),v(e,"session",/*session*/t[2]),v(e,"endpoint",/*endpoint*/t[3])},m(t,r){c(t,e,r)},p(t,r){/*lang*/1&r&&v(e,"lang",/*lang*/t[0]),/*userid*/2&r&&v(e,"userid",/*userid*/t[1]),/*session*/4&r&&v(e,"session",/*session*/t[2]),/*endpoint*/8&r&&v(e,"endpoint",/*endpoint*/t[3])},d(t){t&&u(e)}}}function ui(e){let r;function n(t,e){/*isLoading*/
|
|
716
|
+
return t[7]?oi:ii}let i=n(e),o=i(e);return{c(){r=p("div"),o.c(),this.c=t},m(t,n){c(t,r,n),o.m(r,null),
|
|
717
|
+
/*div_binding_2*/e[20](r)},p(t,[e]){i===(i=n(t))&&o?o.p(t,e):(o.d(1),o=i(t),o&&(o.c(),o.m(r,null)))},i:t,o:t,d(t){t&&u(r),o.d(),
|
|
718
|
+
/*div_binding_2*/e[20](null)}}}function hi(t,e,r){let n,i,o,s,{lang:a=""}=e,{userid:l=""}=e,{session:c=""}=e,{endpoint:u=""}=e,{currency:h=""}=e,{includedlimits:p=""}=e,{tablabels:f=""}=e,{historyenabled:m="true"}=e,{clientstyling:d=""}=e,{clientstylingurl:g=""}=e,y=!0,b=[];const v=t=>{if(o.children.length>0)for(let e=0;e<o.children.length;e++)t===e?(o.children[e].classList.remove("hidden"),null==s||s.children[e].classList.add("selected")):(o.children[e].classList.add("hidden"),null==s||s.children[e].classList.remove("selected"))};return t.$$set=t=>{"lang"in t&&r(0,a=t.lang),"userid"in t&&r(1,l=t.userid),"session"in t&&r(2,c=t.session),"endpoint"in t&&r(3,u=t.endpoint),"currency"in t&&r(4,h=t.currency),"includedlimits"in t&&r(13,p=t.includedlimits),"tablabels"in t&&r(14,f=t.tablabels),"historyenabled"in t&&r(5,m=t.historyenabled),"clientstyling"in t&&r(15,d=t.clientstyling),"clientstylingurl"in t&&r(16,g=t.clientstylingurl)},t.$$.update=()=>{/*mainContainer*/64&t.$$.dirty&&o&&v(0),/*clientstylingurl*/65536&t.$$.dirty&&g&&(()=>{let t=new URL(g),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,n&&(setTimeout((()=>{n.appendChild(e)}),1),setTimeout((()=>{}),500))}))})(),/*clientstyling*/32768&t.$$.dirty&&d&&(()=>{let t=document.createElement("style");t.innerHTML=d,n.appendChild(t)})(),/*userid, session, endpoint, includedlimits, tablabels*/24590&t.$$.dirty&&l&&c&&u&&p&&f&&(r(9,b=p.split(",").map((t=>t.trim()))),r(10,i=f.split(",").map((t=>t.trim()))),r(7,y=!1))},[a,l,c,u,h,m,o,y,n,b,i,s,v,p,f,d,g,t=>v(t),function(t){I[t?"unshift":"push"]((()=>{s=t,r(11,s)}))},function(t){I[t?"unshift":"push"]((()=>{o=t,r(6,o)}))},function(t){I[t?"unshift":"push"]((()=>{n=t,r(8,n)}))}]}!customElements.get("player-account-gaming-limits-history-2")&&customElements.define("player-account-gaming-limits-history-2",class extends V{constructor(t){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';font-size:0.8rem}*,*::before,*::after{color:#555;margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-history-2{color:var(--emfe-w-color-white, #FFFFFF)}button{font-size:0.8rem;background-color:#fff;border:0;padding:0}.ExpandButton{color:#999;display:flex;justify-content:center;align-items:center;margin-right:-14px}.ExpandButton svg{width:28px;height:auto;margin-left:-4px}.extended{transform:rotate(180deg)}.HistoryWrapper{display:flex;flex-direction:column}.HistoryWrapper.Desktop{width:63%;padding:0 12px;margin:12px auto}.hidden{display:none}.HistoryRow{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:#ccc 1px solid}.GeneralLimitInformation{display:flex;flex-direction:column;gap:4px}.LimitType{font-size:0.8rem}.LimitAmountPeriod{color:#999}</style>",j(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},ei,ti,o,{lang:0,userid:10,session:11,endpoint:12,clientstyling:13,clientstylingurl:14},null),t&&(t.target&&c(t.target,this,t.anchor),t.props&&(this.$set(t.props),U()))}static get observedAttributes(){return["lang","userid","session","endpoint","clientstyling","clientstylingurl"]}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),U()}get userid(){return this.$$.ctx[10]}set userid(t){this.$$set({userid:t}),U()}get session(){return this.$$.ctx[11]}set session(t){this.$$set({session:t}),U()}get endpoint(){return this.$$.ctx[12]}set endpoint(t){this.$$set({endpoint:t}),U()}get clientstyling(){return this.$$.ctx[13]}set clientstyling(t){this.$$set({clientstyling:t}),U()}get clientstylingurl(){return this.$$.ctx[14]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),U()}});class pi extends V{constructor(t){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';color:#666}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.TabsContainer{height:42px;display:flex;margin-bottom:12px;cursor:pointer;border-bottom:1px solid #ccc}.LimitsTab{font-size:0.9rem;margin-bottom:3px;display:flex;justify-content:center;align-items:center;box-sizing:content-box}.hidden{display:none}.selected{border-bottom:3px solid #7ac317;color:#7ac317;margin:0}</style>",j(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},hi,ui,o,{lang:0,userid:1,session:2,endpoint:3,currency:4,includedlimits:13,tablabels:14,historyenabled:5,clientstyling:15,clientstylingurl:16},null),t&&(t.target&&c(t.target,this,t.anchor),t.props&&(this.$set(t.props),U()))}static get observedAttributes(){return["lang","userid","session","endpoint","currency","includedlimits","tablabels","historyenabled","clientstyling","clientstylingurl"]}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),U()}get userid(){return this.$$.ctx[1]}set userid(t){this.$$set({userid:t}),U()}get session(){return this.$$.ctx[2]}set session(t){this.$$set({session:t}),U()}get endpoint(){return this.$$.ctx[3]}set endpoint(t){this.$$set({endpoint:t}),U()}get currency(){return this.$$.ctx[4]}set currency(t){this.$$set({currency:t}),U()}get includedlimits(){return this.$$.ctx[13]}set includedlimits(t){this.$$set({includedlimits:t}),U()}get tablabels(){return this.$$.ctx[14]}set tablabels(t){this.$$set({tablabels:t}),U()}get historyenabled(){return this.$$.ctx[5]}set historyenabled(t){this.$$set({historyenabled:t}),U()}get clientstyling(){return this.$$.ctx[15]}set clientstyling(t){this.$$set({clientstyling:t}),U()}get clientstylingurl(){return this.$$.ctx[16]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),U()}}return!customElements.get("player-account-gaming-limits-wrapper-2")&&customElements.define("player-account-gaming-limits-wrapper-2",pi),pi}));
|
|
719
719
|
//# sourceMappingURL=player-account-gaming-limits-wrapper-2.js.map
|