@everymatrix/player-account-gaming-limits-wrapper-2 0.0.355 → 0.0.357
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(
|
|
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 n(){return Object.create(null)}function r(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,...n){if(null==e)return t;const r=e.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function a(t,e,n){t.$$.on_destroy.push(s(e,n))}function l(t,e){t.appendChild(e)}function c(t,e,n){t.insertBefore(e,n||null)}function u(t){t.parentNode.removeChild(t)}function h(t,e){for(let n=0;n<t.length;n+=1)t[n]&&t[n].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,n,r){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n,r)}function b(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function v(t,e,n){e in t?t[e]="boolean"==typeof t[e]&&""===n||n:b(t,e,n)}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,n,r){null===n?t.style.removeProperty(e):t.style.setProperty(e,n,r?"important":"")}function _(t,e){for(let n=0;n<t.options.length;n+=1){const r=t.options[n];if(r.__value===e)return void(r.selected=!0)}t.selectedIndex=-1}function A(t){const e=t.querySelector(":checked")||t.options[0];return e&&e.__value}function B(t,e,n){t.classList[n?"add":"remove"](e)}function S(t){const e={};for(const n of t)e[n.name]=n.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.
|
|
@@ -17,63 +17,703 @@
|
|
|
17
17
|
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
|
18
18
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
19
19
|
// function, guarantees this behavior.
|
|
20
|
-
const
|
|
21
|
-
function
|
|
20
|
+
const M=new Set;let D=0;// Do *not* move this inside the flush() function
|
|
21
|
+
function U(){const t=H;do{
|
|
22
22
|
// first, call beforeUpdate functions
|
|
23
23
|
// and update components
|
|
24
|
-
for(;
|
|
24
|
+
for(;D<x.length;){const t=x[D];D++,P(t),k(t.$$)}for(P(null),x.length=0,D=0;I.length;)I.pop()();
|
|
25
25
|
// then, once components are updated, call
|
|
26
26
|
// afterUpdate functions. This may cause
|
|
27
27
|
// subsequent updates...
|
|
28
|
-
for(let t=0;t
|
|
28
|
+
for(let t=0;t<$.length;t+=1){const e=$[t];M.has(e)||(
|
|
29
29
|
// ...so guard against infinite loops
|
|
30
|
-
|
|
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(),r(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:
|
|
32
|
+
props:h,update:t,not_equal:c,bound:n(),
|
|
33
33
|
// lifecycle
|
|
34
|
-
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(
|
|
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:n(),dirty:f,skip_bound:!1,root:
|
|
36
|
+
callbacks:n(),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,...n)=>{const r=n.length?n[0]:e;return d.ctx&&c(d.ctx[t],d.ctx[t]=r)&&(!d.skip_bound&&d.bound[t]&&d.bound[t](r),g&&F(o,t)),e})):[],d.update(),g=!0,r(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
|
-
|
|
42
|
+
d.fragment&&d.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(G.delete(y),y.i(b))),function(t,n,o,s){const{fragment:a,on_mount:l,on_destroy:c,after_update:u}=t.$$;a&&a.m(n,o),s||
|
|
43
43
|
// onMount happens before the initial afterUpdate
|
|
44
|
-
|
|
44
|
+
N((()=>{const n=l.map(e).filter(i);c?c.push(...n):
|
|
45
45
|
// Edge case - component was destroyed immediately,
|
|
46
46
|
// most likely as a result of a binding initialising
|
|
47
|
-
|
|
47
|
+
r(n),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
|
+
// @ts-ignore todo: improve typings
|
|
49
|
+
for(const t in this.$$.slotted)
|
|
50
|
+
// @ts-ignore todo: improve typings
|
|
51
|
+
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,n){this[t]=n}disconnectedCallback(){r(this.$$.on_disconnect)}$destroy(){!function(t,e){const n=t.$$;null!==n.fragment&&(r(n.on_destroy),n.fragment&&n.fragment.d(e),
|
|
52
|
+
// TODO null out other refs, including component.$$ (but need to
|
|
53
|
+
// preserve final state?)
|
|
54
|
+
n.on_destroy=n.fragment=null,n.ctx=[])}(this,1),this.$destroy=t}$on(t,e){
|
|
55
|
+
// TODO should this delegate to addEventListener?
|
|
56
|
+
const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),()=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});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
|
+
/**
|
|
58
|
+
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
59
|
+
* @param {*=}value initial value
|
|
60
|
+
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
|
61
|
+
*/
|
|
62
|
+
function X(e,n=t){let r;const i=new Set;function s(t){if(o(e,t)&&(e=t,r)){// 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&&(r=n(s)||t),o(e),()=>{i.delete(l),0===i.size&&(r(),r=null)}}}}function K(e,n,o){const a=!Array.isArray(e),l=a?[e]:e,c=n.length<2;return u=e=>{let o=!1;const u=[];let h=0,p=t;const f=()=>{if(h)return;p();const r=n(a?u[0]:u,e);c?e(r):p=i(r)?r: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(){r(m),p()}},{subscribe:X(o,u).subscribe};
|
|
64
|
+
/**
|
|
65
|
+
* Creates a `Readable` store that allows reading by subscription.
|
|
66
|
+
* @param value initial value
|
|
67
|
+
* @param {StartStopNotifier}start start and stop notifications for subscriptions
|
|
68
|
+
*/
|
|
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
|
+
// 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)?nt((n=t,Array.isArray(n)?[]:{}),t,e):t;var n}function J(t,e,n){return t.concat(e).map((function(t){return q(t,n)}))}function Q(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
|
+
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
73
|
+
function et(t,e,n){var r={};return n.isMergeableObject(t)&&Q(t).forEach((function(e){r[e]=q(t[e],n)})),Q(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)&&n.isMergeableObject(e[i])?r[i]=function(t,e){if(!e.customMerge)return nt;var n=e.customMerge(t);return"function"==typeof n?n:nt}(i,n)(t[i],e[i],n):r[i]=q(e[i],n))})),r}function nt(t,e,n){(n=n||{}).arrayMerge=n.arrayMerge||J,n.isMergeableObject=n.isMergeableObject||Y,
|
|
75
|
+
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
76
|
+
// implementations can use it. The caller may not replace it.
|
|
77
|
+
n.cloneUnlessOtherwiseSpecified=q;var r=Array.isArray(e);return r===Array.isArray(t)?r?n.arrayMerge(t,e,n):et(t,e,n):q(e,n)}nt.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,n){return nt(t,n,e)}),{})};var rt=nt,it=function(t,e){return it=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])},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 n(){this.constructor=t}it(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var st,at,lt,ct=function(){return ct=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},ct.apply(this,arguments)};function ut(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))}
|
|
78
|
+
/**
|
|
79
|
+
* Type Guards
|
|
80
|
+
*/
|
|
81
|
+
function ht(t){return t.type===at.literal}function pt(t){return t.type===at.argument}function ft(t){return t.type===at.number}function mt(t){return t.type===at.date}function dt(t){return t.type===at.time}function gt(t){return t.type===at.select}function yt(t){return t.type===at.plural}function bt(t){return t.type===at.pound}function vt(t){return t.type===at.tag}function Et(t){return!(!t||"object"!=typeof t||t.type!==lt.number)}function Tt(t){return!(!t||"object"!=typeof t||t.type!==lt.dateTime)}
|
|
82
|
+
// @generated from regex-gen.ts
|
|
83
|
+
!function(t){
|
|
84
|
+
/** Argument is unclosed (e.g. `{0`) */
|
|
85
|
+
t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",
|
|
86
|
+
/** Argument is empty (e.g. `{}`). */
|
|
87
|
+
t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",
|
|
88
|
+
/** Argument is malformed (e.g. `{foo!}``) */
|
|
89
|
+
t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",
|
|
90
|
+
/** Expect an argument type (e.g. `{foo,}`) */
|
|
91
|
+
t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",
|
|
92
|
+
/** Unsupported argument type (e.g. `{foo,foo}`) */
|
|
93
|
+
t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",
|
|
94
|
+
/** Expect an argument style (e.g. `{foo, number, }`) */
|
|
95
|
+
t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",
|
|
96
|
+
/** The number skeleton is invalid. */
|
|
97
|
+
t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",
|
|
98
|
+
/** The date time skeleton is invalid. */
|
|
99
|
+
t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",
|
|
100
|
+
/** Exepct a number skeleton following the `::` (e.g. `{foo, number, ::}`) */
|
|
101
|
+
t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",
|
|
102
|
+
/** Exepct a date time skeleton following the `::` (e.g. `{foo, date, ::}`) */
|
|
103
|
+
t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",
|
|
104
|
+
/** Unmatched apostrophes in the argument style (e.g. `{foo, number, 'test`) */
|
|
105
|
+
t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",
|
|
106
|
+
/** Missing select argument options (e.g. `{foo, select}`) */
|
|
107
|
+
t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",
|
|
108
|
+
/** Expecting an offset value in `plural` or `selectordinal` argument (e.g `{foo, plural, offset}`) */
|
|
109
|
+
t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
110
|
+
/** Offset value in `plural` or `selectordinal` is invalid (e.g. `{foo, plural, offset: x}`) */
|
|
111
|
+
t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
112
|
+
/** Expecting a selector in `select` argument (e.g `{foo, select}`) */
|
|
113
|
+
t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",
|
|
114
|
+
/** Expecting a selector in `plural` or `selectordinal` argument (e.g `{foo, plural}`) */
|
|
115
|
+
t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",
|
|
116
|
+
/** Expecting a message fragment after the `select` selector (e.g. `{foo, select, apple}`) */
|
|
117
|
+
t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",
|
|
118
|
+
/**
|
|
119
|
+
* Expecting a message fragment after the `plural` or `selectordinal` selector
|
|
120
|
+
* (e.g. `{foo, plural, one}`)
|
|
121
|
+
*/
|
|
122
|
+
t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",
|
|
123
|
+
/** Selector in `plural` or `selectordinal` is malformed (e.g. `{foo, plural, =x {#}}`) */
|
|
124
|
+
t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",
|
|
125
|
+
/**
|
|
126
|
+
* Duplicate selectors in `plural` or `selectordinal` argument.
|
|
127
|
+
* (e.g. {foo, plural, one {#} one {#}})
|
|
128
|
+
*/
|
|
129
|
+
t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",
|
|
130
|
+
/** Duplicate selectors in `select` argument.
|
|
131
|
+
* (e.g. {foo, select, apple {apple} apple {apple}})
|
|
132
|
+
*/
|
|
133
|
+
t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",
|
|
134
|
+
/** Plural or select argument option must have `other` clause. */
|
|
135
|
+
t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",
|
|
136
|
+
/** The tag is malformed. (e.g. `<bold!>foo</bold!>) */
|
|
137
|
+
t[t.INVALID_TAG=23]="INVALID_TAG",
|
|
138
|
+
/** The tag name is invalid. (e.g. `<123>foo</123>`) */
|
|
139
|
+
t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
140
|
+
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
141
|
+
t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
142
|
+
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
143
|
+
t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(st||(st={})),function(t){
|
|
144
|
+
/**
|
|
145
|
+
* Raw text
|
|
146
|
+
*/
|
|
147
|
+
t[t.literal=0]="literal",
|
|
148
|
+
/**
|
|
149
|
+
* Variable w/o any format, e.g `var` in `this is a {var}`
|
|
150
|
+
*/
|
|
151
|
+
t[t.argument=1]="argument",
|
|
152
|
+
/**
|
|
153
|
+
* Variable w/ number format
|
|
154
|
+
*/
|
|
155
|
+
t[t.number=2]="number",
|
|
156
|
+
/**
|
|
157
|
+
* Variable w/ date format
|
|
158
|
+
*/
|
|
159
|
+
t[t.date=3]="date",
|
|
160
|
+
/**
|
|
161
|
+
* Variable w/ time format
|
|
162
|
+
*/
|
|
163
|
+
t[t.time=4]="time",
|
|
164
|
+
/**
|
|
165
|
+
* Variable w/ select format
|
|
166
|
+
*/
|
|
167
|
+
t[t.select=5]="select",
|
|
168
|
+
/**
|
|
169
|
+
* Variable w/ plural format
|
|
170
|
+
*/
|
|
171
|
+
t[t.plural=6]="plural",
|
|
172
|
+
/**
|
|
173
|
+
* Only possible within plural argument.
|
|
174
|
+
* This is the `#` symbol that will be substituted with the count.
|
|
175
|
+
*/
|
|
176
|
+
t[t.pound=7]="pound",
|
|
177
|
+
/**
|
|
178
|
+
* XML-like tag
|
|
179
|
+
*/
|
|
180
|
+
t[t.tag=8]="tag"}(at||(at={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(lt||(lt={}));var Lt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,wt=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
181
|
+
/**
|
|
182
|
+
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
183
|
+
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
184
|
+
* with some tweaks
|
|
185
|
+
*/
|
|
186
|
+
/**
|
|
187
|
+
* Parse Date time skeleton into Intl.DateTimeFormatOptions
|
|
188
|
+
* Ref: https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
189
|
+
* @public
|
|
190
|
+
* @param skeleton skeleton string
|
|
191
|
+
*/
|
|
192
|
+
function _t(t){var e={};return t.replace(wt,(function(t){var n=t.length;switch(t[0]){
|
|
193
|
+
// Era
|
|
194
|
+
case"G":e.era=4===n?"long":5===n?"narrow":"short";break;
|
|
195
|
+
// Year
|
|
196
|
+
case"y":e.year=2===n?"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
|
+
// Quarter
|
|
198
|
+
case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
199
|
+
// Month
|
|
200
|
+
case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][n-1];break;
|
|
201
|
+
// Week
|
|
202
|
+
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
|
|
203
|
+
// Weekday
|
|
204
|
+
case"E":e.weekday=4===n?"short":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][n-4];break;
|
|
205
|
+
// Period
|
|
206
|
+
case"a":// AM, PM
|
|
207
|
+
e.hour12=!0;break;case"b":// am, pm, noon, midnight
|
|
208
|
+
case"B":// flexible day periods
|
|
209
|
+
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
210
|
+
// Hour
|
|
211
|
+
case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][n-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][n-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][n-1];break;case"k":e.hourCycle="h24",e.hour=["numeric","2-digit"][n-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
|
+
// Minute
|
|
213
|
+
case"m":e.minute=["numeric","2-digit"][n-1];break;
|
|
214
|
+
// Second
|
|
215
|
+
case"s":e.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
|
|
216
|
+
// Zone
|
|
217
|
+
case"z":// 1..3, 4: specific non-location format
|
|
218
|
+
e.timeZoneName=n<4?"short":"long";break;case"Z":// 1..3, 4, 5: The ISO8601 varios formats
|
|
219
|
+
case"O":// 1, 4: miliseconds in day short, long
|
|
220
|
+
case"v":// 1, 4: generic non-location format
|
|
221
|
+
case"V":// 1, 2, 3, 4: time zone ID or city
|
|
222
|
+
case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
223
|
+
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
224
|
+
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),e}
|
|
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,r){
|
|
227
|
+
// @@@ case
|
|
228
|
+
return"string"!=typeof r?(e.minimumSignificantDigits=n.length,e.maximumSignificantDigits=n.length):"+"===r?e.minimumSignificantDigits=n.length:"#"===n[0]?e.maximumSignificantDigits=n.length:(e.minimumSignificantDigits=n.length,e.maximumSignificantDigits=n.length+("string"==typeof r?r.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
|
+
// 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 n=t.slice(0,2);if("+!"===n?(e.signDisplay="always",t=t.slice(2)):"+?"===n&&(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
|
+
/**
|
|
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={},n=0,r=t;n<r.length;n++){var i=r[n];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
|
+
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
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
|
+
// 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,r,i,o,s){if(n)e.minimumIntegerDigits=r.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
|
+
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
239
|
+
if(Pt.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(Bt.test(i.stem)){
|
|
240
|
+
// Precision
|
|
241
|
+
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
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,r,i,o,s){
|
|
244
|
+
// .000* case (before ICU67 it was .000+)
|
|
245
|
+
return"*"===r?e.minimumFractionDigits=n.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&s?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+s.length):(e.minimumFractionDigits=n.length,e.maximumFractionDigits=n.length),""}));var o=i.options[0];
|
|
246
|
+
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
247
|
+
"w"===o?e=ct(ct({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=ct(ct({},e),xt(o)))}
|
|
248
|
+
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
249
|
+
else if(St.test(i.stem))e=ct(ct({},e),xt(i.stem));else{var s=It(i.stem);s&&(e=ct(ct({},e),s));var a=$t(i.stem);a&&(e=ct(ct({},e),a))}}return e}
|
|
250
|
+
// @generated from time-data-gen.ts
|
|
251
|
+
// prettier-ignore
|
|
252
|
+
var Rt,Nt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
|
|
253
|
+
/**
|
|
254
|
+
* Returns the best matching date time pattern if a date time skeleton
|
|
255
|
+
* pattern is provided with a locale. Follows the Unicode specification:
|
|
256
|
+
* https://www.unicode.org/reports/tr35/tr35-dates.html#table-mapping-requested-time-skeletons-to-patterns
|
|
257
|
+
* @param skeleton date time skeleton pattern that possibly includes j, J or C
|
|
258
|
+
* @param locale
|
|
259
|
+
*/
|
|
260
|
+
/**
|
|
261
|
+
* Maps the [hour cycle type](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/hourCycle)
|
|
262
|
+
* of the given `locale` to the corresponding time pattern.
|
|
263
|
+
* @param locale
|
|
264
|
+
*/
|
|
265
|
+
function Mt(t){var e=t.hourCycle;if(void 0===e&&
|
|
266
|
+
// @ts-ignore hourCycle(s) is not identified yet
|
|
267
|
+
t.hourCycles&&
|
|
268
|
+
// @ts-ignore
|
|
269
|
+
t.hourCycles.length&&(
|
|
270
|
+
// @ts-ignore
|
|
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
|
+
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
273
|
+
var n,r=t.language;return"root"!==r&&(n=t.maximize().region),(Nt[n||""]||Nt[r||""]||Nt["".concat(r,"-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
|
+
// #region Ponyfills
|
|
275
|
+
// Consolidate these variables up top for easier toggling during debugging
|
|
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{
|
|
277
|
+
/**
|
|
278
|
+
* legacy Edge or Xbox One browser
|
|
279
|
+
* Unicode flag support: supported
|
|
280
|
+
* Pattern_Syntax support: not supported
|
|
281
|
+
* See https://github.com/formatjs/formatjs/issues/2822
|
|
282
|
+
*/
|
|
283
|
+
Kt="a"===(null===(Rt=ne("([^\\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,n){return t.startsWith(e,n)}:// For IE11
|
|
285
|
+
function(t,e,n){return t.slice(n,n+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 n,r="",i=t.length,o=0;i>o;){if((n=t[o++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},Jt=
|
|
287
|
+
// native
|
|
288
|
+
jt?Object.fromEntries:// Ponyfill
|
|
289
|
+
function(t){for(var e={},n=0,r=t;n<r.length;n++){var i=r[n],o=i[0],s=i[1];e[o]=s}return e},Qt=Vt?// Native
|
|
290
|
+
function(t,e){return t.codePointAt(e)}:// IE 11
|
|
291
|
+
function(t,e){var n=t.length;if(!(e<0||e>=n)){var r,i=t.charCodeAt(e);return i<55296||i>56319||e+1===n||(r=t.charCodeAt(e+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},te=zt?// Native
|
|
292
|
+
function(t){return t.trimStart()}:// Ponyfill
|
|
293
|
+
function(t){return t.replace(Dt,"")},ee=Wt?// Native
|
|
294
|
+
function(t){return t.trimEnd()}:// Ponyfill
|
|
295
|
+
function(t){return t.replace(Ut,"")};
|
|
296
|
+
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
297
|
+
function ne(t,e){return new RegExp(t,e)}
|
|
298
|
+
// #endregion
|
|
299
|
+
if(Kt){
|
|
300
|
+
// Native
|
|
301
|
+
var re=ne("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Yt=function(t,e){var n;return re.lastIndex=e,null!==(n=re.exec(t)[1])&&void 0!==n?n:""}}else
|
|
302
|
+
// IE11
|
|
303
|
+
Yt=function(t,e){for(var n=[];;){var r=Qt(t,e);if(void 0===r||ae(r)||le(r))break;n.push(r),e+=r>=65536?2:1}return qt.apply(void 0,n)};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,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(t,n)).err)return o;r.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(n)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;r.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:at.pound,location:kt(s,this.clonePosition())})}}}return{val:r,err:null}},
|
|
304
|
+
/**
|
|
305
|
+
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
306
|
+
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
307
|
+
* are accepted:
|
|
308
|
+
*
|
|
309
|
+
* ```
|
|
310
|
+
* tag ::= "<" tagName (whitespace)* "/>" | "<" tagName (whitespace)* ">" message "</" tagName (whitespace)* ">"
|
|
311
|
+
* tagName ::= [a-z] (PENChar)*
|
|
312
|
+
* PENChar ::=
|
|
313
|
+
* "-" | "." | [0-9] | "_" | [a-z] | [A-Z] | #xB7 | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x37D] |
|
|
314
|
+
* [#x37F-#x1FFF] | [#x200C-#x200D] | [#x203F-#x2040] | [#x2070-#x218F] | [#x2C00-#x2FEF] |
|
|
315
|
+
* [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
|
|
316
|
+
* ```
|
|
317
|
+
*
|
|
318
|
+
* [custom element name]: https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
|
|
319
|
+
* NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
|
|
320
|
+
* since other tag-based engines like React allow it
|
|
321
|
+
*/
|
|
322
|
+
t.prototype.parseTag=function(t,e){var n=this.clonePosition();this.bump();// `<`
|
|
323
|
+
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
324
|
+
// Self closing tag
|
|
325
|
+
return{val:{type:at.literal,value:"<".concat(r,"/>"),location:kt(n,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
|
+
// 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 r!==this.parseTagName()?this.error(st.UNMATCHED_CLOSING_TAG,kt(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:at.tag,value:r,children:o,location:kt(n,this.clonePosition())},err:null}:this.error(st.INVALID_TAG,kt(s,this.clonePosition())))}return this.error(st.UNCLOSED_TAG,kt(n,this.clonePosition()))}return this.error(st.INVALID_TAG,kt(n,this.clonePosition()))},
|
|
328
|
+
/**
|
|
329
|
+
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
330
|
+
*/
|
|
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 n=this.clonePosition(),r="";;){var i=this.tryParseQuote(e);if(i)r+=i;else{var o=this.tryParseUnquoted(t,e);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=kt(n,this.clonePosition());return{val:{type:at.literal,value:r,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
|
+
/** See `parseTag` function docs. */},
|
|
334
|
+
/**
|
|
335
|
+
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
336
|
+
* a character that requires quoting (that is, "only where needed"), and works the same in
|
|
337
|
+
* nested messages as on the top level of the pattern. The new behavior is otherwise compatible.
|
|
338
|
+
*/
|
|
339
|
+
t.prototype.tryParseQuote=function(t){if(this.isEOF()||39/* `'` */!==this.char())return null;
|
|
340
|
+
// Parse escaped char following the apostrophe, or early return if there is no escaped char.
|
|
341
|
+
// Check if is valid escaped character
|
|
342
|
+
switch(this.peek()){case 39/* `'` */:
|
|
343
|
+
// double quote, should return as a single quote.
|
|
344
|
+
return this.bump(),this.bump(),"'";
|
|
345
|
+
// '{', '<', '>', '}'
|
|
346
|
+
case 123:case 60:case 62:case 125:break;case 35:// '#'
|
|
347
|
+
if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();// apostrophe
|
|
348
|
+
var e=[this.char()];// escaped char
|
|
349
|
+
// read chars until the optional closing apostrophe is found
|
|
350
|
+
for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'` */!==this.peek()){
|
|
351
|
+
// Optional closing apostrophe.
|
|
352
|
+
this.bump();break}e.push(39),
|
|
353
|
+
// Bump one more time because we need to skip 2 characters.
|
|
354
|
+
this.bump()}else e.push(n);this.bump()}return qt.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===e||"selectordinal"===e)||125/* `}` */===n&&t>0?null:(this.bump(),qt(n))},t.prototype.parseArgument=function(t,e){var n=this.clonePosition();if(this.bump(),// `{`
|
|
355
|
+
this.bumpSpace(),this.isEOF())return this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(st.EMPTY_ARGUMENT,kt(n,this.clonePosition()));
|
|
356
|
+
// argument name
|
|
357
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(st.MALFORMED_ARGUMENT,kt(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(n,this.clonePosition()));switch(this.char()){
|
|
358
|
+
// Simple argument: `{name}`
|
|
359
|
+
case 125/* `}` */:// `}`
|
|
360
|
+
return this.bump(),{val:{type:at.argument,
|
|
361
|
+
// value does not include the opening and closing braces.
|
|
362
|
+
value:r,location:kt(n,this.clonePosition())},err:null};
|
|
363
|
+
// Argument with options: `{name, format, ...}`
|
|
364
|
+
case 44/* `,` */:return this.bump(),// `,`
|
|
365
|
+
this.bumpSpace(),this.isEOF()?this.error(st.EXPECT_ARGUMENT_CLOSING_BRACE,kt(n,this.clonePosition())):this.parseArgumentOptions(t,e,r,n);default:return this.error(st.MALFORMED_ARGUMENT,kt(n,this.clonePosition()))}},
|
|
366
|
+
/**
|
|
367
|
+
* Advance the parser until the end of the identifier, if it is currently on
|
|
368
|
+
* an identifier character. Return an empty string otherwise.
|
|
369
|
+
*/
|
|
370
|
+
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),n=Yt(this.message,e),r=e+n.length;return this.bumpTo(r),{value:n,location:kt(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
371
|
+
// Parse this range:
|
|
372
|
+
// {name, type, style}
|
|
373
|
+
// ^---^
|
|
374
|
+
switch(s){case"":
|
|
375
|
+
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
376
|
+
return this.error(st.EXPECT_ARGUMENT_TYPE,kt(o,a));case"number":case"date":case"time":
|
|
377
|
+
// Parse this range:
|
|
378
|
+
// {name, number, style}
|
|
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(r)).err)return b;var u=kt(r,this.clonePosition());
|
|
381
|
+
// Extract style or skeleton
|
|
382
|
+
if(l&&Zt(null==l?void 0:l.style,"::",0)){
|
|
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:n,location:u,style:y.val},err:null};if(0===h.length)return this.error(st.EXPECT_DATE_TIME_SKELETON,u);var p=h;
|
|
385
|
+
// Get "best match" pattern only if locale is passed, if not, let it
|
|
386
|
+
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
387
|
+
// for unsupported patterns.
|
|
388
|
+
this.locale&&(p=function(t,e){for(var n="",r=0;r<t.length;r++){var i=t.charAt(r);if("j"===i){for(var o=0;r+1<t.length&&t.charAt(r+1)===i;)o++,r++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=Mt(e);for("H"!=l&&"k"!=l||(a=0);a-- >0;)n+="a";for(;s-- >0;)n=l+n}else n+="J"===i?"H":i}return n}(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:n,location:u,style:f},err:null}}
|
|
389
|
+
// Regular style or no style.
|
|
390
|
+
return{val:{type:"number"===s?at.number:"date"===s?at.date:at.time,value:n,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
|
+
// Parse this range:
|
|
392
|
+
// {name, plural, options}
|
|
393
|
+
// ^---------^
|
|
394
|
+
var m=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(st.EXPECT_SELECT_ARGUMENT_OPTIONS,kt(m,ct({},m)));this.bumpSpace();
|
|
395
|
+
// Parse offset:
|
|
396
|
+
// {name, plural, offset:1, options}
|
|
397
|
+
// ^-----^
|
|
398
|
+
// or the first option:
|
|
399
|
+
// {name, plural, one {...} other {...}}
|
|
400
|
+
// ^--^
|
|
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
|
+
// 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(r)).err)return b;var E=kt(r,this.clonePosition());return"select"===s?{val:{type:at.select,value:n,options:Jt(v.val),location:E},err:null}:{val:{type:at.plural,value:n,options:Jt(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
|
+
// Parse: {value, number, ::currency/GBP }
|
|
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
|
+
/**
|
|
407
|
+
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
408
|
+
*/
|
|
409
|
+
t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
410
|
+
// Treat apostrophe as quoting but include it in the style part.
|
|
411
|
+
// Find the end of the quoted literal text.
|
|
412
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(st.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,kt(n,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 n=[];try{n=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");
|
|
413
|
+
// Parse the skeleton
|
|
414
|
+
for(var e=t.split(At).filter((function(t){return t.length>0})),n=[],r=0,i=e;r<i.length;r++){var o=i[r].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");n.push({stem:s,options:a})}return n}(t)}catch(t){return this.error(st.INVALID_NUMBER_SKELETON,e)}return{val:{type:lt.number,tokens:n,location:e,parsedOptions:this.shouldParseSkeletons?Ct(n):{}},err:null}},
|
|
415
|
+
/**
|
|
416
|
+
* @param nesting_level The current nesting level of messages.
|
|
417
|
+
* This can be positive when parsing message fragment in select or plural argument options.
|
|
418
|
+
* @param parent_arg_type The parent argument's type.
|
|
419
|
+
* @param parsed_first_identifier If provided, this is the first identifier-like selector of
|
|
420
|
+
* the argument. It is a by-product of a previous parsing attempt.
|
|
421
|
+
* @param expecting_close_tag If true, this message is directly or indirectly nested inside
|
|
422
|
+
* between a pair of opening and closing tags. The nested message will not parse beyond
|
|
423
|
+
* the closing tag boundary.
|
|
424
|
+
*/
|
|
425
|
+
t.prototype.tryParsePluralOrSelectOptions=function(t,e,n,r){
|
|
426
|
+
// Parse:
|
|
427
|
+
// one {one apple}
|
|
428
|
+
// ^--^
|
|
429
|
+
for(var i,o=!1,s=[],a=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===e||!this.bumpIf("="))break;
|
|
430
|
+
// Try parse `={number}` selector
|
|
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
|
+
// Duplicate selector clauses
|
|
433
|
+
if(a.has(l))return this.error("select"===e?st.DUPLICATE_SELECT_ARGUMENT_SELECTOR:st.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
434
|
+
// Parse:
|
|
435
|
+
// one {one apple}
|
|
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,n);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
|
+
// Keep track of the existing selectors
|
|
439
|
+
a.add(l),
|
|
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 n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-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(r,this.clonePosition());return i?Xt(o*=n)?{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
|
+
// This is much faster than `Object.assign` or spread.
|
|
443
|
+
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
444
|
+
/**
|
|
445
|
+
* Return the code point at the current position of the parser.
|
|
446
|
+
* Throws if the index is out of bound.
|
|
447
|
+
*/
|
|
448
|
+
t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=Qt(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
|
+
/** Bump the parser to the next UTF-16 code unit. */
|
|
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
|
+
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
452
|
+
this.position.offset+=t<65536?1:2)}},
|
|
453
|
+
/**
|
|
454
|
+
* If the substring starting at the current position of the parser has
|
|
455
|
+
* the given prefix, then bump the parser to the character immediately
|
|
456
|
+
* following the prefix and return true. Otherwise, don't bump the parser
|
|
457
|
+
* and return false.
|
|
458
|
+
*/
|
|
459
|
+
t.prototype.bumpIf=function(t){if(Zt(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},
|
|
460
|
+
/**
|
|
461
|
+
* Bump the parser until the pattern character is found and return `true`.
|
|
462
|
+
* Otherwise bump to the end of the file and return `false`.
|
|
463
|
+
*/
|
|
464
|
+
t.prototype.bumpUntil=function(t){var e=this.offset(),n=this.message.indexOf(t,e);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},
|
|
465
|
+
/**
|
|
466
|
+
* Bump the parser to the target offset.
|
|
467
|
+
* If target offset is beyond the end of the input, bump the parser to the end of the input.
|
|
468
|
+
*/
|
|
469
|
+
t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
|
|
470
|
+
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
471
|
+
t.prototype.bumpSpace=function(){for(;!this.isEOF()&&ae(this.char());)this.bump()},
|
|
472
|
+
/**
|
|
473
|
+
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
474
|
+
* If the input has been exhausted, then this returns null.
|
|
475
|
+
*/
|
|
476
|
+
t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),n=this.message.charCodeAt(e+(t>=65536?2:1));return null!=n?n:null},t}();
|
|
477
|
+
/**
|
|
478
|
+
* This check if codepoint is alphabet (lower & uppercase)
|
|
479
|
+
* @param codepoint
|
|
480
|
+
* @returns
|
|
481
|
+
*/function oe(t){return t>=97&&t<=122||t>=65&&t<=90}function se(t){return 45/* '-' */===t||46/* '.' */===t||t>=48&&t<=57/* 0..9 */||95/* '_' */===t||t>=97&&t<=122/** a..z */||t>=65&&t<=90/* A..Z */||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039}
|
|
482
|
+
/**
|
|
483
|
+
* Code point equivalent of regex `\p{White_Space}`.
|
|
484
|
+
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
485
|
+
*/function ae(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}
|
|
486
|
+
/**
|
|
487
|
+
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
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 n=new ie(t,e).parse();if(n.err){var r=SyntaxError(st[n.err.kind]);
|
|
490
|
+
// @ts-expect-error Assign to error object
|
|
491
|
+
throw r.location=n.err.location,
|
|
492
|
+
// @ts-expect-error Assign to error object
|
|
493
|
+
r.originalMessage=n.err.message,r}return(null==e?void 0:e.captureLocation)||ce(n.val),n.val}
|
|
494
|
+
|
|
495
|
+
// Main
|
|
496
|
+
|
|
497
|
+
function he(t,e){var n=e&&e.cache?e.cache:ve,r=e&&e.serializer?e.serializer:ge;return(e&&e.strategy?e.strategy:de)(t,{cache:n,serializer:r})}
|
|
498
|
+
|
|
499
|
+
// Strategy
|
|
500
|
+
|
|
501
|
+
function pe(t,e,n,r){var i,o=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=e.get(o);return void 0===s&&(s=t.call(this,r),e.set(o,s)),s}function fe(t,e,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),o=e.get(i);return void 0===o&&(o=t.apply(this,r),e.set(i,o)),o}function me(t,e,n,r,i){return n.bind(e,t,r,i)}function de(t,e){return me(t,this,1===t.length?pe:fe,e.cache.create(),e.serializer)}
|
|
502
|
+
// Serializer
|
|
503
|
+
var ge=function(){return JSON.stringify(arguments)};
|
|
504
|
+
|
|
505
|
+
// Cache
|
|
506
|
+
|
|
507
|
+
function ye(){this.cache=Object.create(null)}ye.prototype.get=function(t){return this.cache[t]},ye.prototype.set=function(t,e){this.cache[t]=e};var be,ve={create:function(){
|
|
508
|
+
// @ts-ignore
|
|
509
|
+
return new ye}},Ee={variadic:function(t,e){return me(t,this,fe,e.cache.create(),e.serializer)},monadic:function(t,e){return me(t,this,pe,e.cache.create(),e.serializer)}};!function(t){
|
|
510
|
+
// When we have a placeholder but no value to format
|
|
511
|
+
t.MISSING_VALUE="MISSING_VALUE",
|
|
512
|
+
// When value supplied is invalid
|
|
513
|
+
t.INVALID_VALUE="INVALID_VALUE",
|
|
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,r){var i=t.call(this,e)||this;return i.code=n,i.originalMessage=r,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,n,r,i){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),be.INVALID_VALUE,i)||this}return ot(e,t),e}(Le),_e=/** @class */function(t){function e(e,n,r){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(n),be.INVALID_VALUE,r)||this}return ot(e,t),e}(Le),Ae=/** @class */function(t){function e(e,n){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(n,'"'),be.MISSING_VALUE,n)||this}return ot(e,t),e}(Le);function Be(t){return"function"==typeof t}
|
|
516
|
+
// TODO(skeleton): add skeleton support
|
|
517
|
+
function Se(t,e,n,r,i,o,
|
|
518
|
+
// For debugging
|
|
519
|
+
s){
|
|
520
|
+
// Hot path for straight simple msg translations
|
|
521
|
+
if(1===t.length&&ht(t[0]))return[{type:Te.literal,value:t[0].value}];for(var a=[],l=0,c=t;l<c.length;l++){var u=c[l];
|
|
522
|
+
// Exit early for string parts.
|
|
523
|
+
if(ht(u))a.push({type:Te.literal,value:u.value});else
|
|
524
|
+
// TODO: should this part be literal type?
|
|
525
|
+
// Replace `#` in plural rules with the actual numeric value.
|
|
526
|
+
if(bt(u))"number"==typeof o&&a.push({type:Te.literal,value:n.getNumberFormat(e).format(o)});else{var h=u.value;
|
|
527
|
+
// Enforce that all required values are provided by the caller.
|
|
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
|
+
// Recursively format plural and select parts' option — which can be a
|
|
530
|
+
// nested pattern structure. The choosing of the option to use is
|
|
531
|
+
// abstracted-by and delegated-to the part helper object.
|
|
532
|
+
if(mt(u)){var f="string"==typeof u.style?r.date[u.style]:Tt(u.style)?u.style.parsedOptions:void 0;a.push({type:Te.literal,value:n.getDateTimeFormat(e,f).format(p)})}else if(dt(u)){f="string"==typeof u.style?r.time[u.style]:Tt(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:Te.literal,value:n.getDateTimeFormat(e,f).format(p)})}else if(ft(u)){(f="string"==typeof u.style?r.number[u.style]:Et(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:Te.literal,value:n.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,n,r,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,n,r,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=n.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,n,r,i,p-(u.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce((function(t,e){var n=t[t.length-1];return n&&n.type===Te.literal&&e.type===Te.literal?n.value+=e.value:t.push(e),t}),[])}(a)}
|
|
533
|
+
/*
|
|
534
|
+
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
535
|
+
Copyrights licensed under the New BSD License.
|
|
536
|
+
See the accompanying LICENSE file for terms.
|
|
537
|
+
*/
|
|
538
|
+
// -- MessageFormat --------------------------------------------------------
|
|
539
|
+
function He(t,e){return e?Object.keys(t).reduce((function(n,r){var i,o;return n[r]=(i=t[r],(o=e[r])?ct(ct(ct({},i||{}),o||{}),Object.keys(i).reduce((function(t,e){return t[e]=ct(ct({},i[e]),o[e]||{}),t}),{})):i),n}),ct({},t)):t}function Pe(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,n){t[e]=n}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Te||(Te={}));var xe=/** @class */function(){function t(e,n,r,i){var o,s=this;if(void 0===n&&(n=t.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=s.formatToParts(t);
|
|
540
|
+
// Hot path for straight simple msg translations
|
|
541
|
+
if(1===e.length)return e[0].value;var n=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 n.length<=1?n[0]||"":n},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
|
+
// Defined first because it's used to build the format pattern.
|
|
543
|
+
this.locales=n,this.resolvedLocale=t.resolveLocale(n),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
544
|
+
// Parse string messages into an AST.
|
|
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
|
+
// Creates a new object with the specified `formats` merged with the default
|
|
547
|
+
// formats.
|
|
548
|
+
this.formats=He(t.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:he((function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];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=[],n=0;n<arguments.length;n++)e[n]=arguments[n];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=[],n=0;n<arguments.length;n++)e[n]=arguments[n];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
|
+
// Default format options used as the prototype of the `formats` provided to the
|
|
550
|
+
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
551
|
+
// and Intl.DateTimeFormat instances.
|
|
552
|
+
t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},t}(),Ie=xe;
|
|
553
|
+
/*
|
|
554
|
+
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
555
|
+
Copyrights licensed under the New BSD License.
|
|
556
|
+
See the accompanying LICENSE file for terms.
|
|
557
|
+
*/const $e={},Oe=(t,e,n)=>n?(e in $e||($e[e]={}),t in $e[e]||($e[e][t]=n),n):n,Ce=(t,e)=>{if(null==e)return;if(e in $e&&t in $e[e])return $e[e][t];const n=Je(e);for(let r=0;r<n.length;r++){const i=De(n[r],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 n=function(t){return Re[t]||null}(t);return function(t,e){if(null==e)return;if(e in t)return t[e];const n=e.split(".");let r=t;for(let t=0;t<n.length;t++)if("object"==typeof r){if(t>0){const e=n.slice(t,n.length).join(".");if(e in r){r=r[e];break}}r=r[n[t]]}else r=void 0;return r}(n,e)}function Ue(t,...e){delete $e[t],Ne.update((n=>(n[t]=rt.all([n[t]||{},...e]),n)))}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&&Je(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 Je(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 n=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 n.then((e=>Ue(t,...e)))}(t,e)))).then((()=>{if(Fe(t))return Ve(t);delete je[t]})),je[t]}
|
|
558
|
+
/*! *****************************************************************************
|
|
559
|
+
Copyright (c) Microsoft Corporation.
|
|
560
|
+
|
|
561
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
562
|
+
purpose with or without fee is hereby granted.
|
|
563
|
+
|
|
564
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
565
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
566
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
567
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
568
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
569
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
570
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
571
|
+
***************************************************************************** */function ze(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]])}return n}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,n)=>n.slice(0,e+1).join("-"))).reverse()}function Je(t,e=Xe().fallbackLocale){const n=qe(t);return e?[...new Set([...n,...qe(e)])]:n}function Qe(){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 tn=Object.assign(Object.assign({},Ze),{set:t=>{if(t&&function(t){if(null==t)return;const e=Je(t);for(let t=0;t<e.length;t++){const n=e[t];if(Me(n))return n}}(t)&&Fe(t)){const{loadingDelay:e}=Xe();let n;return"undefined"!=typeof window&&null!=Qe()&&e?n=window.setTimeout((()=>Ke.set(!0)),e):Ke.set(!0),Ve(t).then((()=>{Ze.set(t)})).finally((()=>{clearTimeout(n),Ke.set(!1)}))}return Ze.set(t)}}),en=t=>{const e=Object.create(null);return n=>{const r=JSON.stringify(n);return r in e?e[r]:e[r]=t(n)}},nn=(t,e)=>{const{formats:n}=Xe();if(t in n&&e in n[t])return n[t][e];throw new Error(`[svelte-i18n] Unknown "${e}" ${t} format.`)},rn=en((t=>{var{locale:e,format:n}=t,r=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=nn("number",n)),new Intl.NumberFormat(e,r)})),on=en((t=>{var{locale:e,format:n}=t,r=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=nn("date",n):0===Object.keys(r).length&&(r=nn("date","short")),new Intl.DateTimeFormat(e,r)})),sn=en((t=>{var{locale:e,format:n}=t,r=ze(t,["locale","format"]);if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=nn("time",n):0===Object.keys(r).length&&(r=nn("time","short")),new Intl.DateTimeFormat(e,r)})),an=en(((t,e=Qe())=>new Ie(t,e,Xe().formats,{ignoreTag:Xe().ignoreTag}))),ln=(t,e={})=>{var n,r,i,o;let s=e;"object"==typeof t&&(s=t,t=s.id);const{values:a,locale:l=Qe(),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===(r=(n=Xe()).handleMissingMessage)||void 0===r?void 0:r.call(n,{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=an(u,l).format(a)}catch(e){console.warn(`[svelte-i18n] Message "${t}" has syntax error:`,e.message)}return h},cn=(t,e)=>((t={})=>{var{locale:e=Qe()}=t,n=ze(t,["locale"]);return sn(Object.assign({locale:e},n))})(e).format(t),un=(t,e)=>((t={})=>{var{locale:e=Qe()}=t,n=ze(t,["locale"]);return on(Object.assign({locale:e},n))})(e).format(t),hn=(t,e)=>((t={})=>{var{locale:e=Qe()}=t,n=ze(t,["locale"]);return rn(Object.assign({locale:e},n))})(e).format(t),pn=(t,e=Qe())=>Ce(t,e),fn=K([tn,Ne],(()=>ln));K([tn],(()=>cn)),K([tn],(()=>un)),K([tn],(()=>hn)),K([tn,Ne],(()=>pn));const mn={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 dn="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==dn&&dn,gn="URLSearchParams"in dn,yn="Symbol"in dn&&"iterator"in Symbol,bn="FileReader"in dn&&"Blob"in dn&&function(){try{return new Blob,!0}catch(t){return!1}}(),vn="FormData"in dn,En="ArrayBuffer"in dn;if(En)var Tn=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Ln=ArrayBuffer.isView||function(t){return t&&Tn.indexOf(Object.prototype.toString.call(t))>-1};function wn(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 _n(t){return"string"!=typeof t&&(t=String(t)),t}
|
|
572
|
+
// Build a destructive iterator for the value list
|
|
573
|
+
function An(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return yn&&(e[Symbol.iterator]=function(){return e}),e}function Bn(t){this.map={},t instanceof Bn?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 Sn(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function Hn(t){return new Promise((function(e,n){t.onload=function(){e(t.result)},t.onerror=function(){n(t.error)}}))}function Pn(t){var e=new FileReader,n=Hn(e);return e.readAsArrayBuffer(t),n}function xn(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function In(){return this.bodyUsed=!1,this._initBody=function(t){var e;
|
|
574
|
+
/*
|
|
575
|
+
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
576
|
+
provide useful test harness features such as flush. However, on
|
|
577
|
+
ES5 browsers without fetch or Proxy support pollyfills must be used;
|
|
578
|
+
the proxy-pollyfill is unable to proxy an attribute unless it exists
|
|
579
|
+
on the object before the Proxy is created. This change ensures
|
|
580
|
+
Response.bodyUsed exists on the instance, while maintaining the
|
|
581
|
+
semantic of setting Request.bodyUsed in the constructor before
|
|
582
|
+
_initBody is called.
|
|
583
|
+
*/
|
|
584
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:bn&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:vn&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:gn&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():En&&bn&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=xn(t.buffer),
|
|
585
|
+
// IE 10-11 can't handle a DataView body.
|
|
586
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):En&&(ArrayBuffer.prototype.isPrototypeOf(t)||Ln(t))?this._bodyArrayBuffer=xn(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):gn&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},bn&&(this.blob=function(){var t=Sn(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=Sn(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(Pn)}),this.text=function(){var t,e,n,r=Sn(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,n=Hn(e),e.readAsText(t),n;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),n=new Array(e.length),r=0;r<e.length;r++)n[r]=String.fromCharCode(e[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},vn&&(this.formData=function(){return this.text().then(Cn)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
587
|
+
// HTTP methods whose capitalization should be normalized
|
|
588
|
+
Bn.prototype.append=function(t,e){t=wn(t),e=_n(e);var n=this.map[t];this.map[t]=n?n+", "+e:e},Bn.prototype.delete=function(t){delete this.map[wn(t)]},Bn.prototype.get=function(t){return t=wn(t),this.has(t)?this.map[t]:null},Bn.prototype.has=function(t){return this.map.hasOwnProperty(wn(t))},Bn.prototype.set=function(t,e){this.map[wn(t)]=_n(e)},Bn.prototype.forEach=function(t,e){for(var n in this.map)this.map.hasOwnProperty(n)&&t.call(e,this.map[n],n,this)},Bn.prototype.keys=function(){var t=[];return this.forEach((function(e,n){t.push(n)})),An(t)},Bn.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),An(t)},Bn.prototype.entries=function(){var t=[];return this.forEach((function(e,n){t.push([n,e])})),An(t)},yn&&(Bn.prototype[Symbol.iterator]=Bn.prototype.entries);var $n=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function On(t,e){if(!(this instanceof On))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,i=(e=e||{}).body;if(t instanceof On){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new Bn(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 Bn(e.headers)),this.method=(n=e.method||this.method||"GET",r=n.toUpperCase(),$n.indexOf(r)>-1?r:n),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
|
+
// Search for a '_' parameter in the query string
|
|
590
|
+
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
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 Cn(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var n=t.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function Rn(t,e){if(!(this instanceof Rn))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 Bn(e.headers),this.url=e.url||"",this._initBody(t)}On.prototype.clone=function(){return new On(this,{body:this._bodyInit})},In.call(On.prototype),In.call(Rn.prototype),Rn.prototype.clone=function(){return new Rn(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Bn(this.headers),url:this.url})},Rn.error=function(){var t=new Rn(null,{status:0,statusText:""});return t.type="error",t};var Nn=[301,302,303,307,308];Rn.redirect=function(t,e){if(-1===Nn.indexOf(e))throw new RangeError("Invalid status code");return new Rn(null,{status:e,headers:{location:t}})};var Mn=dn.DOMException;try{new Mn}catch(t){(Mn=function(t,e){this.message=t,this.name=e;var n=Error(t);this.stack=n.stack}).prototype=Object.create(Error.prototype),Mn.prototype.constructor=Mn}function Dn(t,e){return new Promise((function(n,r){var i=new On(t,e);if(i.signal&&i.signal.aborted)return r(new Mn("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}o.onload=function(){var t,e,r={status:o.status,statusText:o.statusText,headers:(t=o.getAllResponseHeaders()||"",e=new Bn,
|
|
593
|
+
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
594
|
+
// https://github.com/github/fetch/issues/748
|
|
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 n=t.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();e.append(r,i)}})),e)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){n(new Rn(i,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){r(new Mn("Aborted","AbortError"))}),0)},o.open(i.method,function(t){try{return""===t&&dn.location.href?dn.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&&(bn?o.responseType="blob":En&&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 Bn?i.headers.forEach((function(t,e){o.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){o.setRequestHeader(t,_n(e.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
597
|
+
// DONE (success or failure)
|
|
598
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Dn.polyfill=!0,dn.fetch||(dn.fetch=Dn,dn.Headers=Bn,dn.Request=On,dn.Response=Rn),
|
|
599
|
+
// the whatwg-fetch polyfill installs the fetch() function
|
|
600
|
+
// on the global object (window or self)
|
|
601
|
+
// Return that as the export for use in Webpack, Browserify etc.
|
|
602
|
+
self.fetch.bind(self);
|
|
603
|
+
/******************************************************************************
|
|
604
|
+
Copyright (c) Microsoft Corporation.
|
|
605
|
+
|
|
606
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
607
|
+
purpose with or without fee is hereby granted.
|
|
608
|
+
|
|
609
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
610
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
611
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
612
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
613
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
614
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
615
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
616
|
+
***************************************************************************** */
|
|
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]}};
|
|
619
|
+
/**
|
|
620
|
+
* @name isMobile
|
|
621
|
+
* @description A method that returns if the browser used to access the app is from a mobile device or not
|
|
622
|
+
* @param {String} userAgent window.navigator.userAgent
|
|
623
|
+
* @returns {Boolean} true or false
|
|
624
|
+
*/
|
|
625
|
+
const Lr=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 wr(t,e,n){const r=t.slice();return r[46]=e[n],r}function _r(t,e,n){const r=t.slice();return r[49]=e[n],r}function Ar(t,e,n){const r=t.slice();return r[49]=e[n],r}function Br(t,e,n){const r=t.slice();return r[54]=e[n],r}
|
|
627
|
+
// (222:2) {#if popupVisible}
|
|
628
|
+
function Sr(t){let e,n,r;function i(t,e){/*popupReady*/
|
|
629
|
+
return t[10]?Hr:Pr}let o=i(t),s=o(t);return{c(){e=p("div"),n=p("div"),s.c(),b(n,"class",r="PopupContainer "+(/*isDesktop*/t[13]?"Desktop":"")),b(e,"class","PopupOverlay")},m(t,r){c(t,e,r),l(e,n),s.m(n,null)},p(t,e){o===(o=i(t))&&s?s.p(t,e):(s.d(1),s=o(t),s&&(s.c(),s.m(n,null)))},d(t){t&&u(e),s.d()}}}
|
|
630
|
+
// (227:6) {:else}
|
|
631
|
+
function Hr(t){let e,n,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"),n=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(n,"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(r,u){c(r,e,u),l(e,n),l(n,i),l(e,o),l(e,s),c(r,a,u),c(r,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(r,O,u),c(r,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,r(N)}}}
|
|
632
|
+
// (225:6) {#if !popupReady}
|
|
633
|
+
function Pr(e){let n;return{c(){n=p("div"),b(n,"class","LoadingIndicator")},m(t,e){c(t,n,e)},p:t,d(t){t&&u(n)}}}
|
|
634
|
+
// (256:2) {:else}
|
|
635
|
+
function xr(t){let e,n,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]=Ur(Ar(t,O,e));let R=/*multipleLimits*/t[5]&&kr(t),N=/*multiplePeriods*/t[6]&&Fr(t);return{c(){e=p("div"),n=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(n,"class","LimitsPageContainer"),b(e,"class","player-account-gaming-limits-page-2-gmcore")},m(r,u){c(r,e,u),l(e,n),l(n,i);for(let t=0;t<C.length;t+=1)C[t].m(i,null);l(n,o),l(n,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 n;for(O=/*availableLimits*/t[14],n=0;n<O.length;n+=1){const r=Ar(t,O,n);C[n]?C[n].p(r,e):(C[n]=Ur(r),C[n].c(),C[n].m(i,null))}for(;n<C.length;n+=1)C[n].d(1);C.length=O.length}/*multipleLimits*/t[5]?R?R.p(t,e):(R=kr(t),R.c(),R.m(s,a)):R&&(R.d(1),R=null),/*multiplePeriods*/t[6]?N?N.p(t,e):(N=Fr(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(n){n&&u(e),h(C,n),R&&R.d(),N&&N.d()
|
|
637
|
+
/*button_binding*/,t[32](null),P=!1,r(x)}}}
|
|
638
|
+
// (254:22)
|
|
639
|
+
function Ir(e){let n;return{c(){n=p("p"),n.textContent="500 Server error"},m(t,e){c(t,n,e)},p:t,d(t){t&&u(n)}}}
|
|
640
|
+
// (253:22)
|
|
641
|
+
function $r(e){return{c:t,m:t,p:t,d:t}}
|
|
642
|
+
// (250:2) {#if isLoading && !popupVisible}
|
|
643
|
+
function Or(e){let n;return{c(){n=p("div"),b(n,"class","LoadingIndicator")},m(t,e){c(t,n,e)},p:t,d(t){t&&u(n)}}}
|
|
644
|
+
// (280:12) {:else}
|
|
645
|
+
function Cr(t){let e,n,r,i,o=/*$_*/t[12]("gamingLimits.noLimitText")+"";return{c(){e=p("div"),n=p("div"),r=p("div"),i=m(o),b(r,"class","LimitDetailsTextWrapper"),b(n,"class","LimitDetailsWrapper"),b(e,"class","LimitDetails")},m(t,o){c(t,e,o),l(e,n),l(n,r),l(r,i)},p(t,e){/*$_*/4096&e[0]&&o!==(o=/*$_*/t[12]("gamingLimits.noLimitText")+"")&&T(i,o)},d(t){t&&u(e)}}}
|
|
646
|
+
// (264:12) {#if limit.currentLimits.length > 0}
|
|
647
|
+
function Rr(t){let e,n=/*limit*/t[49].currentLimits,r=[];for(let e=0;e<n.length;e+=1)r[e]=Dr(Br(t,n,e));return{c(){for(let t=0;t<r.length;t+=1)r[t].c();e=g()},m(t,n){for(let e=0;e<r.length;e+=1)r[e].m(t,n);c(t,e,n)},p(t,i){if(/*removeLimit, availableLimits, $_*/282624&i[0]){let o;for(n=/*limit*/t[49].currentLimits,o=0;o<n.length;o+=1){const s=Br(t,n,o);r[o]?r[o].p(s,i):(r[o]=Dr(s),r[o].c(),r[o].m(e.parentNode,e))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(t){h(r,t),t&&u(e)}}}
|
|
648
|
+
// (271:54)
|
|
649
|
+
function Nr(t){let e,n,r=`${/*$_*/t[12]("gamingLimits.removedLimitText")} ${/*currentLimit*/t[54].expiryDate}`;return{c(){e=p("div"),n=m(r),b(e,"class","PendingLimit")},m(t,r){c(t,e,r),l(e,n)},p(t,e){/*$_*/4096&e[0]&&r!==(r=`${/*$_*/t[12]("gamingLimits.removedLimitText")} ${/*currentLimit*/t[54].expiryDate}`)&&T(n,r)},d(t){t&&u(e)}}}
|
|
650
|
+
// (269:18) {#if currentLimit.isModified && currentLimit.updateAmount!= "-1"}
|
|
651
|
+
function Mr(t){let e,n,r=`${/*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"),n=m(r),b(e,"class","PendingLimit")},m(t,r){c(t,e,r),l(e,n)},p(t,e){/*$_*/4096&e[0]&&r!==(r=`${/*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(n,r)},d(t){t&&u(e)}}}
|
|
652
|
+
// (275:16) {#if !currentLimit.isModified}
|
|
653
|
+
// (265:14) {#each limit.currentLimits as currentLimit}
|
|
654
|
+
function Dr(t){let e,n,r,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?Mr:/*currentLimit*/t[54].isModified?Nr:void 0}(t),g=f&&f(t),v=!/*currentLimit*/t[54].isModified&&function(t){let e,n,r,i,o=/*$_*/t[12]("gamingLimits.removeLimit")+"";function s(){/*click_handler*/
|
|
656
|
+
return t[28](/*currentLimit*/t[54])}return{c(){e=p("button"),n=m(o),b(e,"class","RemoveLimitButton")},m(t,o){c(t,e,o),l(e,n),r||(i=y(e,"click",s),r=!0)},p(e,r){t=e,/*$_*/4096&r[0]&&o!==(o=/*$_*/t[12]("gamingLimits.removeLimit")+"")&&T(n,o)},d(t){t&&u(e),r=!1,i()}}}(t);return{c(){e=p("div"),n=p("div"),r=p("div"),i=m(h),o=d(),g&&g.c(),s=d(),v&&v.c(),a=d(),b(r,"class","CurrentLimit"),b(n,"class","LimitDetailsTextWrapper"),b(e,"class","LimitDetails")},m(t,u){c(t,e,u),l(e,n),l(n,r),l(r,i),l(n,o),g&&g.m(n,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
|
+
// (261:8) {#each availableLimits as limit}
|
|
658
|
+
function Ur(t){let e,n,r,i,o,s,a=/*$_*/t[12](`gamingLimits.${/*limit*/t[49].value}`)+"";let h=function(t,e){/*limit*/
|
|
659
|
+
return t[49].currentLimits.length>0?Rr:Cr}(t),f=h(t);return{c(){e=p("div"),n=p("p"),r=m(a),i=d(),f.c(),o=d(),b(n,"class","LimitTitle"),b(e,"class",s="LimitWrapper "+(/*isDesktop*/t[13]?"Desktop":""))},m(t,s){c(t,e,s),l(e,n),l(n,r),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(r,a),f.p(t,e)},d(t){t&&u(e),f.d()}}}
|
|
660
|
+
// (289:8) {#if multipleLimits}
|
|
661
|
+
function kr(t){let e,n,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]=Gr(_r(t,v,e));return{c(){e=p("label"),n=p("span"),i=m(g),o=d(),s=p("select");for(let t=0;t<E.length;t+=1)E[t].c();b(n,"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(r,u){c(r,e,u),l(e,n),l(n,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 n;for(v=/*availableLimits*/t[14],n=0;n<v.length;n+=1){const r=_r(t,v,n);E[n]?E[n].p(r,e):(E[n]=Gr(r),E[n].c(),E[n].m(s,null))}for(;n<E.length;n+=1)E[n].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,r(f)}}}
|
|
662
|
+
// (292:12) {#each availableLimits as limit}
|
|
663
|
+
function Gr(e){let n,r,i,o=/*limit*/e[49].title+"";return{c(){n=p("option"),r=m(o),n.__value=i=/*limit*/e[49].value,n.value=n.__value},m(t,e){c(t,n,e),l(n,r)},p:t,d(t){t&&u(n)}}}
|
|
664
|
+
// (298:8) {#if multiplePeriods}
|
|
665
|
+
function Fr(t){let e,n,r,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]=jr(wr(t,g,e));return{c(){e=p("label"),n=p("span"),r=m(f),i=d(),o=p("select");for(let t=0;t<v.length;t+=1)v[t].c();b(n,"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,n),l(n,r),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(r,f),/*selectedLimit, $_*/4098&e[0]){let n;for(g=z[/*selectedLimit*/t[1]].periods,n=0;n<g.length;n+=1){const r=wr(t,g,n);v[n]?v[n].p(r,e):(v[n]=jr(r),v[n].c(),v[n].m(o,null))}for(;n<v.length;n+=1)v[n].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
|
+
// (301:12) {#each limitsConfig[selectedLimit].periods as period}
|
|
667
|
+
function jr(t){let e,n,r,i,o,s=/*$_*/t[12]("gamingLimits.per")+"",a=/*$_*/t[12](`gamingLimits.${/*period*/t[46]}`)+"";return{c(){e=p("option"),n=m(s),r=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,n),l(e,r),l(e,i)},p(t,r){/*$_*/4096&r[0]&&s!==(s=/*$_*/t[12]("gamingLimits.per")+"")&&T(n,s),/*$_, selectedLimit*/4098&r[0]&&a!==(a=/*$_*/t[12](`gamingLimits.${/*period*/t[46]}`)+"")&&T(i,a),/*selectedLimit, availableLimits*/16386&r[0]&&o!==(o=/*period*/t[46])&&(e.__value=o,e.value=e.__value)},d(t){t&&u(e)}}}function Vr(e){let n,r,i=/*popupVisible*/e[9]&&Sr(e);function o(t,e){/*isLoading*/
|
|
668
|
+
return t[7]&&!/*popupVisible*/t[9]?Or:/*isLoading*/t[7]?$r:/*hasErrors*/t[8]?Ir:xr}let s=o(e),a=s(e);return{c(){n=p("div"),i&&i.c(),r=d(),a.c(),this.c=t},m(t,o){c(t,n,o),i&&i.m(n,null),l(n,r),a.m(n,null),
|
|
669
|
+
/*div_binding*/e[33](n)},p(t,e){/*popupVisible*/t[9]?i?i.p(t,e):(i=Sr(t),i.c(),i.m(n,r)):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(n,null)))},i:t,o:t,d(t){t&&u(n),i&&i.d(),a.d(),
|
|
670
|
+
/*div_binding*/e[33](null)}}}function zr(t,e,n){let r;a(t,fn,(t=>n(12,r=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=!Lr(y),v=[],T="",L="",w=!1,_=!1,B=!0,S=!1,H=!1,P=!1,x="";const $={EUR:"€",RON:" lei"};Object.keys(mn).forEach((t=>{!function(t,e){Ue(t,e)}(t,mn[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),n(7,B=!1),n(3,o=null)})).catch((t=>{console.log(t),n(8,S=!0)}))},C=t=>{v.forEach((e=>{var n;e.currentLimits=[],
|
|
671
|
+
// this is not n^2, despite the nesting loop. It's max totalLimitType * totalPeriodType, so 4 * 3 = 12 operations tops
|
|
672
|
+
null===(n=t[z[e.value].callValue])||void 0===n||n.forEach(((n,r)=>{var i;const o=t[z[e.value].callValue][r];e.currentLimits.push({}),
|
|
673
|
+
// format the limit data
|
|
674
|
+
e.currentLimits[r].limitType=e.value,e.currentLimits[r].amount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(o.amount),e.currentLimits[r].currency=null!==(i=$[o.currency])&&void 0!==i?i:o.currency,e.currentLimits[r].period=o.period,e.currentLimits[r].updateAmount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(o.updateAmount),e.currentLimits[r].isModified=o.isModified,e.currentLimits[r].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,n)=>e[t.period]-e[n.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=r("gamingLimits.popupImmediateUpdate").replace("{selectedLimit}",r(`gamingLimits.${T}`).toLowerCase()).replace("{updatedAmount}",e).replace("{currency}",$[t.currency]||t.currency).replace("{selectedPeriod}",r(`gamingLimits.${L}`).toLowerCase());n(11,x=t.isModified?`${r("gamingLimits.popupPendingUpdate")} ${new Date(t.expiryDate).toLocaleDateString("en-de",{hour:"numeric",minute:"numeric"}).replaceAll("/",".")} (GMT)`:i)}n(10,P=!0)},M=t=>{n(9,H=!0),n(7,B=!0);let e=new URL(`v2/player/${f}/limits/${{wager:"wagering",loss:"loss",deposit:"deposit"}[t.limitType]}?periods=${t.period}`,m),r={method:"DELETE",headers:{"X-SessionID":p,"Content-Type":"application/json",Accept:"application/json"}};fetch(e.href,r).then((t=>t.json())).then((t=>{O()})).catch((t=>{console.log(t),n(8,S=!0)}))},D=()=>{var t;t=c,tn.set(t)};return t.$$set=t=>{"lang"in t&&n(20,c=t.lang),"currency"in t&&n(21,u=t.currency),"limits"in t&&n(22,h=t.limits),"session"in t&&n(23,p=t.session),"userid"in t&&n(24,f=t.userid),"endpoint"in t&&n(25,m=t.endpoint),"clientstyling"in t&&n(26,d=t.clientstyling),"clientstylingurl"in t&&n(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
|
+
//set default selected limit
|
|
676
|
+
n(1,T=v[0].value),n(2,L=z[T].periods[0]),n(5,w=v.length>1),n(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,r,b,v,()=>{n(2,L=z[T].periods[0]),// select the first period by default until the user selects a different period
|
|
677
|
+
n(6,_=z[T].periods.length>1)},()=>{if(!(o>0))return;n(9,H=!0),n(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 r={method:"PUT",headers:{"X-SessionID":p,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(e)};fetch(t.href,r).then((t=>t.json())).then((t=>{O()})).catch((t=>{console.log(t),n(8,S=!0)}))},()=>{const t=o-Math.floor(o)==0;o>0&&t?s.removeAttribute("disabled"):s.setAttribute("disabled","true")},M,()=>{n(10,P=n(9,H=!1))},c,u,h,p,f,m,d,g,t=>M(t),function(){T=A(this),n(1,T),n(14,v)},function(){L=A(this),n(2,L),n(1,T)},function(){o=E(this.value),n(3,o)},function(t){I[t?"unshift":"push"]((()=>{s=t,n(4,s)}))},function(t){I[t?"unshift":"push"]((()=>{i=t,n(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},zr,Vr,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 Wr={en:{history:{expandLimits:"LIMIT HISTORY",limitRemoved:"Limit removed",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"}},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 Xr(t,e,n){const r=t.slice();return r[24]=e[n],r}
|
|
679
|
+
// (107:0) {:else}
|
|
680
|
+
function Kr(t){let e,n,r,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]=Qr(Xr(t,A,e));return{c(){e=p("div"),n=p("div"),r=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(r,"class","ExpandButton"),b(E,"class","HistoryDisplayArea"),B(E,"hidden",/*hidden*/t[5]),b(n,"class","HistoryWrapper "+(/*isDesktop*/t[8]?"Desktop":"")),b(e,"class","player-account-gaming-limits-history-2")},m(u,h){c(u,e,h),l(e,n),l(n,r),l(r,i),l(r,o),l(r,s),l(s,a),l(s,g),l(n,v),l(n,E);for(let t=0;t<S.length;t+=1)S[t].m(E,null);L||(w=y(r,"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 n;for(A=/*historyArray*/t[4],n=0;n<A.length;n+=1){const r=Xr(t,A,n);S[n]?S[n].p(r,e):(S[n]=Qr(r),S[n].c(),S[n].m(E,null))}for(;n<S.length;n+=1)S[n].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
|
+
// (104:20)
|
|
682
|
+
function Yr(e){return{c:t,m:t,p:t,d:t}}
|
|
683
|
+
// (102:0) {#if hasErrors}
|
|
684
|
+
function Zr(t){let e,n,r=/*lang*/(t[0]?/*$_*/t[7]("history.error"):"500 Server Error")+"";return{c(){e=p("p"),n=m(r)},m(t,r){c(t,e,r),l(e,n)},p(t,e){/*lang, $_*/129&e&&r!==(r=/*lang*/(t[0]?/*$_*/t[7]("history.error"):"500 Server Error")+"")&&T(n,r)},d(t){t&&u(e)}}}
|
|
685
|
+
// (119:8) {:else}
|
|
686
|
+
function qr(t){let e,n,r,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"),n=p("span"),r=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(r,"class","LimitType"),b(o,"class","LimitAmountPeriod"),b(n,"class","GeneralLimitInformation"),b(y,"class","DateLimitInformation"),b(e,"class","HistoryRow")},m(t,u){c(t,e,u),l(e,n),l(n,r),l(r,i),l(n,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
|
+
// (117:8) {#if history.removed}
|
|
688
|
+
function Jr(t){let e,n,r,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"),n=p("span"),r=p("span"),i=m(f),o=p("span"),s=m(d),a=p("span"),h=m(g),b(r,"class","LimitType"),b(o,"class","LimitAmountPeriod"),b(n,"class","GeneralLimitInformation"),b(a,"class","DateLimitInformation"),b(e,"class","HistoryRow")},m(t,u){c(t,e,u),l(e,n),l(n,r),l(r,i),l(n,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
|
+
// (116:6) {#each historyArray as history}
|
|
690
|
+
function Qr(t){let e;function n(t,e){/*history*/
|
|
691
|
+
return t[24].removed?Jr:qr}let r=n(t),i=r(t);return{c(){i.c(),e=g()},m(t,n){i.m(t,n),c(t,e,n)},p(t,o){r===(r=n(t))&&i?i.p(t,o):(i.d(1),i=r(t),i&&(i.c(),i.m(e.parentNode,e)))},d(t){i.d(t),t&&u(e)}}}function ti(e){let n;function r(t,e){/*hasErrors*/
|
|
692
|
+
return t[2]?Zr:/*isLoading*/t[3]?Yr:Kr}let i=r(e),o=i(e);return{c(){n=p("div"),o.c(),this.c=t},m(t,r){c(t,n,r),o.m(n,null),
|
|
693
|
+
/*div_binding*/e[15](n)},p(t,[e]){i===(i=r(t))&&o?o.p(t,e):(o.d(1),o=i(t),o&&(o.c(),o.m(n,null)))},i:t,o:t,d(t){t&&u(n),o.d(),
|
|
694
|
+
/*div_binding*/e[15](null)}}}function ei(t,e,n){let r;a(t,fn,(t=>n(7,r=t)));let i,o=window.navigator.userAgent,s=!Lr(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(Wr).forEach((t=>{!function(t,e){Ue(t,e)}(t,Wr[t])}));const E=t=>{const e=!!Wr[l];return t.map((t=>{let n={amount:"",currency:"",date:"",period:"",type:"",removed:!1};return n.amount=Intl.NumberFormat("en-US",{maximumFractionDigits:0}).format(t.limitAmount),n.currency=e?v[t.limitCurrencyCode]:t.limitCurrencyCode,n.date=new Intl.DateTimeFormat("de",{dateStyle:"medium"}).format(new Date(t.limitDate)),n.period=r(`history.${t.limitPeriod.toLowerCase()}`),n.type=r(`history.${t.limitType.split(" ")[0].toLowerCase()}`),n.removed=-1===t.limitAmount,n}))},T=()=>{var t;t=l,tn.set(t)};return t.$$set=t=>{"lang"in t&&n(0,l=t.lang),"userid"in t&&n(10,c=t.userid),"session"in t&&n(11,u=t.session),"endpoint"in t&&n(12,h=t.endpoint),"clientstyling"in t&&n(13,p=t.clientstyling),"clientstylingurl"in t&&n(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
|
+
// 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=>{n(4,g=E(t)),n(3,d=!1)}),(t=>{console.error("There was an error",t),n(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,r,s,()=>{n(5,y=!y),n(6,b=!b)},c,u,h,p,f,function(t){I[t?"unshift":"push"]((()=>{i=t,n(1,i)}))}]}
|
|
48
697
|
/* src/PlayerAccountGamingLimitsWrapper_2.svelte generated by Svelte v3.48.0 */
|
|
49
|
-
function
|
|
698
|
+
function ni(t,e,n){const r=t.slice();return r[25]=e[n],r}function ri(t,e,n){const r=t.slice();return r[28]=e[n],r[30]=n,r}
|
|
50
699
|
// (67:2) {:else}
|
|
51
|
-
function
|
|
52
|
-
/*div_binding_1*/t[19](n),
|
|
53
|
-
/*div_binding_1*/t[19](null),
|
|
700
|
+
function ii(t){let e,n,r,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(ni(t,s,e));let l=/*historyenabled*/"true"===t[5]&&ci(t);return{c(){o&&o.c(),e=d(),n=p("div");for(let t=0;t<a.length;t+=1)a[t].c();r=d(),l&&l.c(),i=g(),b(n,"class","player-account-gaming-limits-wrapper-2")},m(s,u){o&&o.m(s,u),c(s,e,u),c(s,n,u);for(let t=0;t<a.length;t+=1)a[t].m(n,null);
|
|
701
|
+
/*div_binding_1*/t[19](n),c(s,r,u),l&&l.m(s,u),c(s,i,u)},p(t,r){if(/*limitTabs*/t[9].length>1?o?o.p(t,r):(o=si(t),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null),/*lang, currency, limitTabs, userid, session, endpoint*/543&r){let e;for(s=/*limitTabs*/t[9],e=0;e<s.length;e+=1){const i=ni(t,s,e);a[e]?a[e].p(i,r):(a[e]=li(i),a[e].c(),a[e].m(n,null))}for(;e<a.length;e+=1)a[e].d(1);a.length=s.length}/*historyenabled*/"true"===t[5]?l?l.p(t,r):(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(n),h(a,s),
|
|
702
|
+
/*div_binding_1*/t[19](null),s&&u(r),l&&l.d(s),s&&u(i)}}}
|
|
54
703
|
// (65:2) {#if isLoading}
|
|
55
|
-
function
|
|
704
|
+
function oi(e){return{c:t,m:t,p:t,d:t}}
|
|
56
705
|
// (68:4) {#if limitTabs.length > 1}
|
|
57
|
-
function
|
|
58
|
-
/*div_binding*/t[18](e)},p(t,
|
|
706
|
+
function si(t){let e,n=/*limitTabs*/t[9],r=[];for(let e=0;e<n.length;e+=1)r[e]=ai(ri(t,n,e));return{c(){e=p("div");for(let t=0;t<r.length;t+=1)r[t].c();b(e,"class","TabsContainer")},m(n,i){c(n,e,i);for(let t=0;t<r.length;t+=1)r[t].m(e,null);
|
|
707
|
+
/*div_binding*/t[18](e)},p(t,i){if(/*limitTabs, selectTab, tabLabelArray*/5632&i){let o;for(n=/*limitTabs*/t[9],o=0;o<n.length;o+=1){const s=ri(t,n,o);r[o]?r[o].p(s,i):(r[o]=ai(s),r[o].c(),r[o].m(e,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(n){n&&u(e),h(r,n),
|
|
59
708
|
/*div_binding*/t[18](null)}}}
|
|
60
709
|
// (70:8) {#each limitTabs as limit,i}
|
|
61
|
-
function
|
|
62
|
-
return t[17](/*i*/t[30])}return{c(){e=
|
|
710
|
+
function ai(t){let e,n,r,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"),n=m(o),b(e,"class","LimitsTab"),w(e,"width",100/ /*limitTabs*/t[9].length+"%")},m(t,o){c(t,e,o),l(e,n),r||(i=y(e,"click",s),r=!0)},p(r,i){t=r,/*tabLabelArray, limitTabs*/1536&i&&o!==(o=/*tabLabelArray*/(t[10][/*i*/t[30]]??/*limit*/t[28])+"")&&T(n,o),/*limitTabs*/512&i&&w(e,"width",100/ /*limitTabs*/t[9].length+"%")},d(t){t&&u(e),r=!1,i()}}}
|
|
63
712
|
// (77:6) {#each limitTabs as limits}
|
|
64
|
-
function
|
|
713
|
+
function li(t){let e,n;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",n=/*limits*/t[25]),v(e,"userid",/*userid*/t[1]),v(e,"session",/*session*/t[2]),v(e,"endpoint",/*endpoint*/t[3])},m(t,n){c(t,e,n)},p(t,r){/*lang*/1&r&&v(e,"lang",/*lang*/t[0]),/*currency*/16&r&&v(e,"currency",/*currency*/t[4]),/*limitTabs*/512&r&&n!==(n=/*limits*/t[25])&&v(e,"limits",n),/*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)}}}
|
|
65
714
|
// (88:4) {#if historyenabled === 'true'}
|
|
66
|
-
function
|
|
67
|
-
return t[7]?
|
|
68
|
-
/*div_binding_2*/e[20](n)},p(t,[e]){
|
|
69
|
-
/*div_binding_2*/e[20](null)}}}function
|
|
70
|
-
// @ts-ignore todo: improve typings
|
|
71
|
-
for(const t in this.$$.slotted)
|
|
72
|
-
// @ts-ignore todo: improve typings
|
|
73
|
-
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,n){this[t]=n}disconnectedCallback(){i(this.$$.on_disconnect)}$destroy(){!function(t,e){const n=t.$$;null!==n.fragment&&(i(n.on_destroy),n.fragment&&n.fragment.d(e),
|
|
74
|
-
// TODO null out other refs, including component.$$ (but need to
|
|
75
|
-
// preserve final state?)
|
|
76
|
-
n.on_destroy=n.fragment=null,n.ctx=[])}(this,1),this.$destroy=t}$on(t,e){
|
|
77
|
-
// TODO should this delegate to addEventListener?
|
|
78
|
-
const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),()=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});class D extends M{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>",H(this,{target:this.shadowRoot,props:p(this.attributes),customElement:!0},B,I,r,{lang:0,userid:1,session:2,endpoint:3,currency:4,includedlimits:13,tablabels:14,historyenabled:5,clientstyling:15,clientstylingurl:16},null),t&&(t.target&&l(t.target,this,t.anchor),t.props&&(this.$set(t.props),k()))}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}),k()}get userid(){return this.$$.ctx[1]}set userid(t){this.$$set({userid:t}),k()}get session(){return this.$$.ctx[2]}set session(t){this.$$set({session:t}),k()}get endpoint(){return this.$$.ctx[3]}set endpoint(t){this.$$set({endpoint:t}),k()}get currency(){return this.$$.ctx[4]}set currency(t){this.$$set({currency:t}),k()}get includedlimits(){return this.$$.ctx[13]}set includedlimits(t){this.$$set({includedlimits:t}),k()}get tablabels(){return this.$$.ctx[14]}set tablabels(t){this.$$set({tablabels:t}),k()}get historyenabled(){return this.$$.ctx[5]}set historyenabled(t){this.$$set({historyenabled:t}),k()}get clientstyling(){return this.$$.ctx[15]}set clientstyling(t){this.$$set({clientstyling:t}),k()}get clientstylingurl(){return this.$$.ctx[16]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),k()}}return!customElements.get("player-account-gaming-limits-wrapper-2")&&customElements.define("player-account-gaming-limits-wrapper-2",D),D}));
|
|
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,n){c(t,e,n)},p(t,n){/*lang*/1&n&&v(e,"lang",/*lang*/t[0]),/*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)}}}function ui(e){let n;function r(t,e){/*isLoading*/
|
|
716
|
+
return t[7]?oi:ii}let i=r(e),o=i(e);return{c(){n=p("div"),o.c(),this.c=t},m(t,r){c(t,n,r),o.m(n,null),
|
|
717
|
+
/*div_binding_2*/e[20](n)},p(t,[e]){i===(i=r(t))&&o?o.p(t,e):(o.d(1),o=i(t),o&&(o.c(),o.m(n,null)))},i:t,o:t,d(t){t&&u(n),o.d(),
|
|
718
|
+
/*div_binding_2*/e[20](null)}}}function hi(t,e,n){let r,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&&n(0,a=t.lang),"userid"in t&&n(1,l=t.userid),"session"in t&&n(2,c=t.session),"endpoint"in t&&n(3,u=t.endpoint),"currency"in t&&n(4,h=t.currency),"includedlimits"in t&&n(13,p=t.includedlimits),"tablabels"in t&&n(14,f=t.tablabels),"historyenabled"in t&&n(5,m=t.historyenabled),"clientstyling"in t&&n(15,d=t.clientstyling),"clientstylingurl"in t&&n(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,r&&(setTimeout((()=>{r.appendChild(e)}),1),setTimeout((()=>{}),500))}))})(),/*clientstyling*/32768&t.$$.dirty&&d&&(()=>{let t=document.createElement("style");t.innerHTML=d,r.appendChild(t)})(),/*userid, session, endpoint, includedlimits, tablabels*/24590&t.$$.dirty&&l&&c&&u&&p&&f&&(n(9,b=p.split(",").map((t=>t.trim()))),n(10,i=f.split(",").map((t=>t.trim()))),n(7,y=!1))},[a,l,c,u,h,m,o,y,r,b,i,s,v,p,f,d,g,t=>v(t),function(t){I[t?"unshift":"push"]((()=>{s=t,n(11,s)}))},function(t){I[t?"unshift":"push"]((()=>{o=t,n(6,o)}))},function(t){I[t?"unshift":"push"]((()=>{r=t,n(8,r)}))}]}!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}));
|
|
79
719
|
//# sourceMappingURL=player-account-gaming-limits-wrapper-2.js.map
|