@everymatrix/player-account-gaming-limits-page-2-gmcore 1.86.2 → 1.86.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/PlayerAccountGamingLimitsPage2Gmcore-61TL3yMl.cjs +19 -0
- package/components/{PlayerAccountGamingLimitsPage2Gmcore-CDbMnJ9r.js → PlayerAccountGamingLimitsPage2Gmcore-BKD228bo.js} +979 -1000
- package/components/{PlayerAccountGamingLimitsPage2Gmcore-CAB8ISDt.js → PlayerAccountGamingLimitsPage2Gmcore-BljPvoTp.js} +1019 -1040
- package/es2015/player-account-gaming-limits-page-2-gmcore.cjs +1 -1
- package/es2015/player-account-gaming-limits-page-2-gmcore.js +1 -1
- package/esnext/player-account-gaming-limits-page-2-gmcore.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsPage2Gmcore-Cx5OiLHn.cjs +0 -19
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
function
|
|
1
|
+
function U() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function ri(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function _t() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
9
|
function ee(e) {
|
|
10
|
-
e.forEach(
|
|
10
|
+
e.forEach(ri);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function mt(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function ni(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function rr(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function oi(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const r of t)
|
|
24
24
|
r(void 0);
|
|
25
|
-
return
|
|
25
|
+
return U;
|
|
26
26
|
}
|
|
27
27
|
const i = e.subscribe(...t);
|
|
28
28
|
return i.unsubscribe ? () => i.unsubscribe() : i;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
e.$$.on_destroy.push(
|
|
30
|
+
function nr(e, t, i) {
|
|
31
|
+
e.$$.on_destroy.push(oi(t, i));
|
|
32
32
|
}
|
|
33
33
|
function d(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const r =
|
|
36
|
+
function or(e, t, i) {
|
|
37
|
+
const r = sr(e);
|
|
38
38
|
if (!r.getElementById(t)) {
|
|
39
39
|
const n = v("style");
|
|
40
|
-
n.id = t, n.textContent = i,
|
|
40
|
+
n.id = t, n.textContent = i, ar(r, n);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function sr(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,58 +50,58 @@ function ar(e) {
|
|
|
50
50
|
t
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function ar(e, t) {
|
|
54
54
|
return d(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function I(e, t, i) {
|
|
61
61
|
e.insertBefore(t, i || null);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function N(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function Me(e, t) {
|
|
67
67
|
for (let i = 0; i < e.length; i += 1)
|
|
68
68
|
e[i] && e[i].d(t);
|
|
69
69
|
}
|
|
70
70
|
function v(e) {
|
|
71
71
|
return document.createElement(e);
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function pe(e) {
|
|
74
74
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function F(e) {
|
|
77
77
|
return document.createTextNode(e);
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
return
|
|
79
|
+
function j() {
|
|
80
|
+
return F(" ");
|
|
81
81
|
}
|
|
82
|
-
function
|
|
83
|
-
return
|
|
82
|
+
function ur() {
|
|
83
|
+
return F("");
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function Z(e, t, i, r) {
|
|
86
86
|
return e.addEventListener(t, i, r), () => e.removeEventListener(t, i, r);
|
|
87
87
|
}
|
|
88
88
|
function g(e, t, i) {
|
|
89
89
|
i == null ? e.removeAttribute(t) : e.getAttribute(t) !== i && e.setAttribute(t, i);
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function si(e) {
|
|
92
92
|
return e === "" ? null : +e;
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function lr(e) {
|
|
95
95
|
return Array.from(e.childNodes);
|
|
96
96
|
}
|
|
97
97
|
function W(e, t) {
|
|
98
98
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
99
99
|
t);
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function ge(e, t) {
|
|
102
102
|
e.value = t ?? "";
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function Ge(e, t, i, r) {
|
|
105
105
|
i == null ? e.style.removeProperty(t) : e.style.setProperty(t, i, "");
|
|
106
106
|
}
|
|
107
107
|
function Ne(e, t, i) {
|
|
@@ -114,11 +114,11 @@ function Ne(e, t, i) {
|
|
|
114
114
|
}
|
|
115
115
|
(!i || t !== void 0) && (e.selectedIndex = -1);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Et(e) {
|
|
118
118
|
const t = e.querySelector(":checked");
|
|
119
119
|
return t && t.__value;
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function cr(e) {
|
|
122
122
|
const t = {};
|
|
123
123
|
return e.childNodes.forEach(
|
|
124
124
|
/** @param {Element} node */
|
|
@@ -127,98 +127,98 @@ function hr(e) {
|
|
|
127
127
|
}
|
|
128
128
|
), t;
|
|
129
129
|
}
|
|
130
|
-
let
|
|
131
|
-
function
|
|
132
|
-
|
|
130
|
+
let ye;
|
|
131
|
+
function be(e) {
|
|
132
|
+
ye = e;
|
|
133
133
|
}
|
|
134
|
-
function
|
|
135
|
-
if (!
|
|
134
|
+
function hr() {
|
|
135
|
+
if (!ye)
|
|
136
136
|
throw new Error("Function called outside component initialization");
|
|
137
|
-
return
|
|
137
|
+
return ye;
|
|
138
138
|
}
|
|
139
139
|
function mr(e) {
|
|
140
|
-
|
|
140
|
+
hr().$$.on_mount.push(e);
|
|
141
141
|
}
|
|
142
|
-
const ne = [],
|
|
142
|
+
const ne = [], Ie = [];
|
|
143
143
|
let oe = [];
|
|
144
|
-
const
|
|
145
|
-
let
|
|
146
|
-
function
|
|
147
|
-
|
|
144
|
+
const Lt = [], fr = /* @__PURE__ */ Promise.resolve();
|
|
145
|
+
let Qe = !1;
|
|
146
|
+
function pr() {
|
|
147
|
+
Qe || (Qe = !0, fr.then(V));
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function ve(e) {
|
|
150
150
|
oe.push(e);
|
|
151
151
|
}
|
|
152
|
-
const
|
|
152
|
+
const ze = /* @__PURE__ */ new Set();
|
|
153
153
|
let ie = 0;
|
|
154
154
|
function V() {
|
|
155
155
|
if (ie !== 0)
|
|
156
156
|
return;
|
|
157
|
-
const e =
|
|
157
|
+
const e = ye;
|
|
158
158
|
do {
|
|
159
159
|
try {
|
|
160
160
|
for (; ie < ne.length; ) {
|
|
161
161
|
const t = ne[ie];
|
|
162
|
-
ie++,
|
|
162
|
+
ie++, be(t), dr(t.$$);
|
|
163
163
|
}
|
|
164
164
|
} catch (t) {
|
|
165
165
|
throw ne.length = 0, ie = 0, t;
|
|
166
166
|
}
|
|
167
|
-
for (
|
|
168
|
-
|
|
167
|
+
for (be(null), ne.length = 0, ie = 0; Ie.length; )
|
|
168
|
+
Ie.pop()();
|
|
169
169
|
for (let t = 0; t < oe.length; t += 1) {
|
|
170
170
|
const i = oe[t];
|
|
171
|
-
|
|
171
|
+
ze.has(i) || (ze.add(i), i());
|
|
172
172
|
}
|
|
173
173
|
oe.length = 0;
|
|
174
174
|
} while (ne.length);
|
|
175
|
-
for (;
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
for (; Lt.length; )
|
|
176
|
+
Lt.pop()();
|
|
177
|
+
Qe = !1, ze.clear(), be(e);
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function dr(e) {
|
|
180
180
|
if (e.fragment !== null) {
|
|
181
181
|
e.update(), ee(e.before_update);
|
|
182
182
|
const t = e.dirty;
|
|
183
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
183
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ve);
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function br(e) {
|
|
187
187
|
const t = [], i = [];
|
|
188
188
|
oe.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : i.push(r)), i.forEach((r) => r()), oe = t;
|
|
189
189
|
}
|
|
190
|
-
const
|
|
191
|
-
function
|
|
192
|
-
e && e.i && (
|
|
190
|
+
const gr = /* @__PURE__ */ new Set();
|
|
191
|
+
function yr(e, t) {
|
|
192
|
+
e && e.i && (gr.delete(e), e.i(t));
|
|
193
193
|
}
|
|
194
194
|
function K(e) {
|
|
195
195
|
return e?.length !== void 0 ? e : Array.from(e);
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function vr(e, t, i) {
|
|
198
198
|
const { fragment: r, after_update: n } = e.$$;
|
|
199
|
-
r && r.m(t, i),
|
|
200
|
-
const o = e.$$.on_mount.map(
|
|
199
|
+
r && r.m(t, i), ve(() => {
|
|
200
|
+
const o = e.$$.on_mount.map(ri).filter(mt);
|
|
201
201
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
|
|
202
|
-
}), n.forEach(
|
|
202
|
+
}), n.forEach(ve);
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function _r(e, t) {
|
|
205
205
|
const i = e.$$;
|
|
206
|
-
i.fragment !== null && (
|
|
206
|
+
i.fragment !== null && (br(i.after_update), ee(i.on_destroy), i.fragment && i.fragment.d(t), i.on_destroy = i.fragment = null, i.ctx = []);
|
|
207
207
|
}
|
|
208
|
-
function
|
|
209
|
-
e.$$.dirty[0] === -1 && (ne.push(e),
|
|
208
|
+
function Er(e, t) {
|
|
209
|
+
e.$$.dirty[0] === -1 && (ne.push(e), pr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
210
210
|
}
|
|
211
|
-
function
|
|
212
|
-
const h =
|
|
213
|
-
|
|
211
|
+
function Lr(e, t, i, r, n, o, s = null, a = [-1]) {
|
|
212
|
+
const h = ye;
|
|
213
|
+
be(e);
|
|
214
214
|
const l = e.$$ = {
|
|
215
215
|
fragment: null,
|
|
216
216
|
ctx: [],
|
|
217
217
|
// state
|
|
218
218
|
props: o,
|
|
219
|
-
update:
|
|
219
|
+
update: U,
|
|
220
220
|
not_equal: n,
|
|
221
|
-
bound:
|
|
221
|
+
bound: _t(),
|
|
222
222
|
// lifecycle
|
|
223
223
|
on_mount: [],
|
|
224
224
|
on_destroy: [],
|
|
@@ -227,28 +227,28 @@ function xr(e, t, i, r, n, o, s = null, a = [-1]) {
|
|
|
227
227
|
after_update: [],
|
|
228
228
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
|
229
229
|
// everything else
|
|
230
|
-
callbacks:
|
|
230
|
+
callbacks: _t(),
|
|
231
231
|
dirty: a,
|
|
232
232
|
skip_bound: !1,
|
|
233
233
|
root: t.target || h.$$.root
|
|
234
234
|
};
|
|
235
235
|
s && s(l.root);
|
|
236
236
|
let u = !1;
|
|
237
|
-
if (l.ctx = i ? i(e, t.props || {}, (c,
|
|
238
|
-
const p =
|
|
239
|
-
return l.ctx && n(l.ctx[c], l.ctx[c] = p) && (!l.skip_bound && l.bound[c] && l.bound[c](p), u &&
|
|
237
|
+
if (l.ctx = i ? i(e, t.props || {}, (c, f, ...m) => {
|
|
238
|
+
const p = m.length ? m[0] : f;
|
|
239
|
+
return l.ctx && n(l.ctx[c], l.ctx[c] = p) && (!l.skip_bound && l.bound[c] && l.bound[c](p), u && Er(e, c)), f;
|
|
240
240
|
}) : [], l.update(), u = !0, ee(l.before_update), l.fragment = r ? r(l.ctx) : !1, t.target) {
|
|
241
241
|
if (t.hydrate) {
|
|
242
|
-
const c =
|
|
243
|
-
l.fragment && l.fragment.l(c), c.forEach(
|
|
242
|
+
const c = lr(t.target);
|
|
243
|
+
l.fragment && l.fragment.l(c), c.forEach(N);
|
|
244
244
|
} else
|
|
245
245
|
l.fragment && l.fragment.c();
|
|
246
|
-
t.intro &&
|
|
246
|
+
t.intro && yr(e.$$.fragment), vr(e, t.target, t.anchor), V();
|
|
247
247
|
}
|
|
248
|
-
|
|
248
|
+
be(h);
|
|
249
249
|
}
|
|
250
|
-
let
|
|
251
|
-
typeof HTMLElement == "function" && (
|
|
250
|
+
let ai;
|
|
251
|
+
typeof HTMLElement == "function" && (ai = class extends HTMLElement {
|
|
252
252
|
/** The Svelte component constructor */
|
|
253
253
|
$$ctor;
|
|
254
254
|
/** Slots */
|
|
@@ -297,17 +297,17 @@ typeof HTMLElement == "function" && (li = class extends HTMLElement {
|
|
|
297
297
|
* @param {HTMLElement} [anchor]
|
|
298
298
|
*/
|
|
299
299
|
m: function(h, l) {
|
|
300
|
-
|
|
300
|
+
I(h, o, l);
|
|
301
301
|
},
|
|
302
302
|
d: function(h) {
|
|
303
|
-
h &&
|
|
303
|
+
h && N(o);
|
|
304
304
|
}
|
|
305
305
|
};
|
|
306
306
|
};
|
|
307
307
|
};
|
|
308
308
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
309
309
|
return;
|
|
310
|
-
const t = {}, i =
|
|
310
|
+
const t = {}, i = cr(this);
|
|
311
311
|
for (const n of this.$$s)
|
|
312
312
|
n in i && (t[n] = [e(n)]);
|
|
313
313
|
for (const n of this.attributes) {
|
|
@@ -394,8 +394,8 @@ function Se(e, t, i, r) {
|
|
|
394
394
|
return t;
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
|
-
function
|
|
398
|
-
let s = class extends
|
|
397
|
+
function xr(e, t, i, r, n, o) {
|
|
398
|
+
let s = class extends ai {
|
|
399
399
|
constructor() {
|
|
400
400
|
super(e, i, n), this.$$p_d = t;
|
|
401
401
|
}
|
|
@@ -423,7 +423,7 @@ function Tr(e, t, i, r, n, o) {
|
|
|
423
423
|
}), e.element = /** @type {any} */
|
|
424
424
|
s, s;
|
|
425
425
|
}
|
|
426
|
-
class
|
|
426
|
+
class Tr {
|
|
427
427
|
/**
|
|
428
428
|
* ### PRIVATE API
|
|
429
429
|
*
|
|
@@ -442,7 +442,7 @@ class wr {
|
|
|
442
442
|
$$set = void 0;
|
|
443
443
|
/** @returns {void} */
|
|
444
444
|
$destroy() {
|
|
445
|
-
|
|
445
|
+
_r(this, 1), this.$destroy = U;
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -451,8 +451,8 @@ class wr {
|
|
|
451
451
|
* @returns {() => void}
|
|
452
452
|
*/
|
|
453
453
|
$on(t, i) {
|
|
454
|
-
if (!
|
|
455
|
-
return
|
|
454
|
+
if (!mt(i))
|
|
455
|
+
return U;
|
|
456
456
|
const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
457
457
|
return r.push(i), () => {
|
|
458
458
|
const n = r.indexOf(i);
|
|
@@ -464,11 +464,11 @@ class wr {
|
|
|
464
464
|
* @returns {void}
|
|
465
465
|
*/
|
|
466
466
|
$set(t) {
|
|
467
|
-
this.$$set && !
|
|
467
|
+
this.$$set && !rr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
const
|
|
471
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
470
|
+
const wr = "4";
|
|
471
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(wr);
|
|
472
472
|
const X = {
|
|
473
473
|
deposit: {
|
|
474
474
|
title: "Deposit Limit",
|
|
@@ -495,16 +495,16 @@ const X = {
|
|
|
495
495
|
periods: ["Monthly"]
|
|
496
496
|
}
|
|
497
497
|
}, re = [];
|
|
498
|
-
function
|
|
498
|
+
function Sr(e, t) {
|
|
499
499
|
return {
|
|
500
|
-
subscribe:
|
|
500
|
+
subscribe: ke(e, t).subscribe
|
|
501
501
|
};
|
|
502
502
|
}
|
|
503
|
-
function
|
|
503
|
+
function ke(e, t = U) {
|
|
504
504
|
let i;
|
|
505
505
|
const r = /* @__PURE__ */ new Set();
|
|
506
506
|
function n(a) {
|
|
507
|
-
if (
|
|
507
|
+
if (ni(e, a) && (e = a, i)) {
|
|
508
508
|
const h = !re.length;
|
|
509
509
|
for (const l of r)
|
|
510
510
|
l[1](), re.push(l, e);
|
|
@@ -518,147 +518,161 @@ function Ce(e, t = j) {
|
|
|
518
518
|
function o(a) {
|
|
519
519
|
n(a(e));
|
|
520
520
|
}
|
|
521
|
-
function s(a, h =
|
|
521
|
+
function s(a, h = U) {
|
|
522
522
|
const l = [a, h];
|
|
523
|
-
return r.add(l), r.size === 1 && (i = t(n, o) ||
|
|
523
|
+
return r.add(l), r.size === 1 && (i = t(n, o) || U), a(e), () => {
|
|
524
524
|
r.delete(l), r.size === 0 && i && (i(), i = null);
|
|
525
525
|
};
|
|
526
526
|
}
|
|
527
527
|
return { set: n, update: o, subscribe: s };
|
|
528
528
|
}
|
|
529
|
-
function
|
|
529
|
+
function he(e, t, i) {
|
|
530
530
|
const r = !Array.isArray(e), n = r ? [e] : e;
|
|
531
531
|
if (!n.every(Boolean))
|
|
532
532
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
533
533
|
const o = t.length < 2;
|
|
534
|
-
return
|
|
534
|
+
return Sr(i, (s, a) => {
|
|
535
535
|
let h = !1;
|
|
536
536
|
const l = [];
|
|
537
|
-
let u = 0, c =
|
|
538
|
-
const
|
|
537
|
+
let u = 0, c = U;
|
|
538
|
+
const f = () => {
|
|
539
539
|
if (u)
|
|
540
540
|
return;
|
|
541
541
|
c();
|
|
542
542
|
const p = t(r ? l[0] : l, s, a);
|
|
543
|
-
o ? s(p) : c =
|
|
544
|
-
},
|
|
545
|
-
(p, _) =>
|
|
543
|
+
o ? s(p) : c = mt(p) ? p : U;
|
|
544
|
+
}, m = n.map(
|
|
545
|
+
(p, _) => oi(
|
|
546
546
|
p,
|
|
547
547
|
(R) => {
|
|
548
|
-
l[_] = R, u &= ~(1 << _), h &&
|
|
548
|
+
l[_] = R, u &= ~(1 << _), h && f();
|
|
549
549
|
},
|
|
550
550
|
() => {
|
|
551
551
|
u |= 1 << _;
|
|
552
552
|
}
|
|
553
553
|
)
|
|
554
554
|
);
|
|
555
|
-
return h = !0,
|
|
556
|
-
ee(
|
|
555
|
+
return h = !0, f(), function() {
|
|
556
|
+
ee(m), c(), h = !1;
|
|
557
557
|
};
|
|
558
558
|
});
|
|
559
559
|
}
|
|
560
|
-
function
|
|
560
|
+
function Pr(e) {
|
|
561
561
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
562
562
|
}
|
|
563
|
-
var
|
|
564
|
-
return
|
|
563
|
+
var Ar = function(t) {
|
|
564
|
+
return Br(t) && !Nr(t);
|
|
565
565
|
};
|
|
566
|
-
function
|
|
566
|
+
function Br(e) {
|
|
567
567
|
return !!e && typeof e == "object";
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function Nr(e) {
|
|
570
570
|
var t = Object.prototype.toString.call(e);
|
|
571
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
571
|
+
return t === "[object RegExp]" || t === "[object Date]" || Or(e);
|
|
572
572
|
}
|
|
573
573
|
var Ir = typeof Symbol == "function" && Symbol.for, Hr = Ir ? Symbol.for("react.element") : 60103;
|
|
574
|
-
function
|
|
574
|
+
function Or(e) {
|
|
575
575
|
return e.$$typeof === Hr;
|
|
576
576
|
}
|
|
577
|
-
function
|
|
577
|
+
function Mr(e) {
|
|
578
578
|
return Array.isArray(e) ? [] : {};
|
|
579
579
|
}
|
|
580
|
-
function
|
|
581
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
580
|
+
function _e(e, t) {
|
|
581
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? ae(Mr(e), e, t) : e;
|
|
582
582
|
}
|
|
583
|
-
function
|
|
583
|
+
function kr(e, t, i) {
|
|
584
584
|
return e.concat(t).map(function(r) {
|
|
585
|
-
return
|
|
585
|
+
return _e(r, i);
|
|
586
586
|
});
|
|
587
587
|
}
|
|
588
|
-
function
|
|
588
|
+
function Cr(e, t) {
|
|
589
589
|
if (!t.customMerge)
|
|
590
|
-
return
|
|
590
|
+
return ae;
|
|
591
591
|
var i = t.customMerge(e);
|
|
592
|
-
return typeof i == "function" ? i :
|
|
592
|
+
return typeof i == "function" ? i : ae;
|
|
593
593
|
}
|
|
594
|
-
function
|
|
594
|
+
function Dr(e) {
|
|
595
595
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
596
596
|
return Object.propertyIsEnumerable.call(e, t);
|
|
597
597
|
}) : [];
|
|
598
598
|
}
|
|
599
|
-
function
|
|
600
|
-
return Object.keys(e).concat(
|
|
599
|
+
function xt(e) {
|
|
600
|
+
return Object.keys(e).concat(Dr(e));
|
|
601
601
|
}
|
|
602
|
-
function
|
|
602
|
+
function ui(e, t) {
|
|
603
603
|
try {
|
|
604
604
|
return t in e;
|
|
605
605
|
} catch {
|
|
606
606
|
return !1;
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
function
|
|
610
|
-
return
|
|
609
|
+
function Rr(e, t) {
|
|
610
|
+
return ui(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
611
611
|
}
|
|
612
612
|
function Ur(e, t, i) {
|
|
613
613
|
var r = {};
|
|
614
|
-
return i.isMergeableObject(e) &&
|
|
615
|
-
r[n] =
|
|
616
|
-
}),
|
|
617
|
-
|
|
614
|
+
return i.isMergeableObject(e) && xt(e).forEach(function(n) {
|
|
615
|
+
r[n] = _e(e[n], i);
|
|
616
|
+
}), xt(t).forEach(function(n) {
|
|
617
|
+
Rr(e, n) || (ui(e, n) && i.isMergeableObject(t[n]) ? r[n] = Cr(n, i)(e[n], t[n], i) : r[n] = _e(t[n], i));
|
|
618
618
|
}), r;
|
|
619
619
|
}
|
|
620
|
-
function
|
|
621
|
-
i = i || {}, i.arrayMerge = i.arrayMerge ||
|
|
620
|
+
function ae(e, t, i) {
|
|
621
|
+
i = i || {}, i.arrayMerge = i.arrayMerge || kr, i.isMergeableObject = i.isMergeableObject || Ar, i.cloneUnlessOtherwiseSpecified = _e;
|
|
622
622
|
var r = Array.isArray(t), n = Array.isArray(e), o = r === n;
|
|
623
|
-
return o ? r ? i.arrayMerge(e, t, i) : Ur(e, t, i) :
|
|
623
|
+
return o ? r ? i.arrayMerge(e, t, i) : Ur(e, t, i) : _e(t, i);
|
|
624
624
|
}
|
|
625
|
-
|
|
625
|
+
ae.all = function(t, i) {
|
|
626
626
|
if (!Array.isArray(t))
|
|
627
627
|
throw new Error("first argument should be an array");
|
|
628
628
|
return t.reduce(function(r, n) {
|
|
629
|
-
return
|
|
629
|
+
return ae(r, n, i);
|
|
630
630
|
}, {});
|
|
631
631
|
};
|
|
632
|
-
var
|
|
633
|
-
const
|
|
634
|
-
|
|
635
|
-
|
|
632
|
+
var jr = ae, Fr = jr;
|
|
633
|
+
const $r = /* @__PURE__ */ Pr(Fr);
|
|
634
|
+
/*! *****************************************************************************
|
|
635
|
+
Copyright (c) Microsoft Corporation.
|
|
636
|
+
|
|
637
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
638
|
+
purpose with or without fee is hereby granted.
|
|
639
|
+
|
|
640
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
641
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
642
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
643
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
644
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
645
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
646
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
647
|
+
***************************************************************************** */
|
|
648
|
+
var Ke = function(e, t) {
|
|
649
|
+
return Ke = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
|
|
636
650
|
i.__proto__ = r;
|
|
637
651
|
} || function(i, r) {
|
|
638
652
|
for (var n in r)
|
|
639
653
|
Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
|
|
640
|
-
},
|
|
654
|
+
}, Ke(e, t);
|
|
641
655
|
};
|
|
642
|
-
function
|
|
656
|
+
function q(e, t) {
|
|
643
657
|
if (typeof t != "function" && t !== null)
|
|
644
658
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
645
|
-
|
|
659
|
+
Ke(e, t);
|
|
646
660
|
function i() {
|
|
647
661
|
this.constructor = e;
|
|
648
662
|
}
|
|
649
663
|
e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
|
|
650
664
|
}
|
|
651
|
-
var
|
|
652
|
-
return
|
|
665
|
+
var S = function() {
|
|
666
|
+
return S = Object.assign || function(t) {
|
|
653
667
|
for (var i, r = 1, n = arguments.length; r < n; r++) {
|
|
654
668
|
i = arguments[r];
|
|
655
669
|
for (var o in i)
|
|
656
670
|
Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
|
|
657
671
|
}
|
|
658
672
|
return t;
|
|
659
|
-
},
|
|
673
|
+
}, S.apply(this, arguments);
|
|
660
674
|
};
|
|
661
|
-
function
|
|
675
|
+
function Gr(e, t) {
|
|
662
676
|
var i = {};
|
|
663
677
|
for (var r in e)
|
|
664
678
|
Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (i[r] = e[r]);
|
|
@@ -667,119 +681,143 @@ function zr(e, t) {
|
|
|
667
681
|
t.indexOf(r[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[n]) && (i[r[n]] = e[r[n]]);
|
|
668
682
|
return i;
|
|
669
683
|
}
|
|
670
|
-
function
|
|
684
|
+
function et(e) {
|
|
685
|
+
var t = typeof Symbol == "function" && Symbol.iterator, i = t && e[t], r = 0;
|
|
686
|
+
if (i)
|
|
687
|
+
return i.call(e);
|
|
688
|
+
if (e && typeof e.length == "number")
|
|
689
|
+
return {
|
|
690
|
+
next: function() {
|
|
691
|
+
return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e };
|
|
692
|
+
}
|
|
693
|
+
};
|
|
694
|
+
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
695
|
+
}
|
|
696
|
+
function tt(e, t) {
|
|
697
|
+
var i = typeof Symbol == "function" && e[Symbol.iterator];
|
|
698
|
+
if (!i)
|
|
699
|
+
return e;
|
|
700
|
+
var r = i.call(e), n, o = [], s;
|
|
701
|
+
try {
|
|
702
|
+
for (; (t === void 0 || t-- > 0) && !(n = r.next()).done; )
|
|
703
|
+
o.push(n.value);
|
|
704
|
+
} catch (a) {
|
|
705
|
+
s = { error: a };
|
|
706
|
+
} finally {
|
|
707
|
+
try {
|
|
708
|
+
n && !n.done && (i = r.return) && i.call(r);
|
|
709
|
+
} finally {
|
|
710
|
+
if (s)
|
|
711
|
+
throw s.error;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
return o;
|
|
715
|
+
}
|
|
716
|
+
function se(e, t, i) {
|
|
671
717
|
if (i || arguments.length === 2)
|
|
672
718
|
for (var r = 0, n = t.length, o; r < n; r++)
|
|
673
719
|
(o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
|
|
674
|
-
return e.concat(o ||
|
|
720
|
+
return e.concat(o || t);
|
|
675
721
|
}
|
|
676
|
-
function
|
|
677
|
-
var i = t && t.cache ? t.cache :
|
|
722
|
+
function We(e, t) {
|
|
723
|
+
var i = t && t.cache ? t.cache : Yr, r = t && t.serializer ? t.serializer : Zr, n = t && t.strategy ? t.strategy : Wr;
|
|
678
724
|
return n(e, {
|
|
679
725
|
cache: i,
|
|
680
726
|
serializer: r
|
|
681
727
|
});
|
|
682
728
|
}
|
|
683
|
-
function
|
|
729
|
+
function zr(e) {
|
|
684
730
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
685
731
|
}
|
|
686
|
-
function
|
|
687
|
-
var n =
|
|
732
|
+
function li(e, t, i, r) {
|
|
733
|
+
var n = zr(r) ? r : i(r), o = t.get(n);
|
|
688
734
|
return typeof o > "u" && (o = e.call(this, r), t.set(n, o)), o;
|
|
689
735
|
}
|
|
690
|
-
function
|
|
736
|
+
function ci(e, t, i) {
|
|
691
737
|
var r = Array.prototype.slice.call(arguments, 3), n = i(r), o = t.get(n);
|
|
692
738
|
return typeof o > "u" && (o = e.apply(this, r), t.set(n, o)), o;
|
|
693
739
|
}
|
|
694
|
-
function
|
|
740
|
+
function ft(e, t, i, r, n) {
|
|
695
741
|
return i.bind(t, e, r, n);
|
|
696
742
|
}
|
|
697
|
-
function
|
|
698
|
-
var i = e.length === 1 ?
|
|
699
|
-
return
|
|
743
|
+
function Wr(e, t) {
|
|
744
|
+
var i = e.length === 1 ? li : ci;
|
|
745
|
+
return ft(e, this, i, t.cache.create(), t.serializer);
|
|
700
746
|
}
|
|
701
|
-
function
|
|
702
|
-
return
|
|
747
|
+
function Vr(e, t) {
|
|
748
|
+
return ft(e, this, ci, t.cache.create(), t.serializer);
|
|
703
749
|
}
|
|
704
|
-
|
|
750
|
+
function Xr(e, t) {
|
|
751
|
+
return ft(e, this, li, t.cache.create(), t.serializer);
|
|
752
|
+
}
|
|
753
|
+
var Zr = function() {
|
|
705
754
|
return JSON.stringify(arguments);
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
}()
|
|
718
|
-
), Jr = {
|
|
755
|
+
};
|
|
756
|
+
function pt() {
|
|
757
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
758
|
+
}
|
|
759
|
+
pt.prototype.get = function(e) {
|
|
760
|
+
return this.cache[e];
|
|
761
|
+
};
|
|
762
|
+
pt.prototype.set = function(e, t) {
|
|
763
|
+
this.cache[e] = t;
|
|
764
|
+
};
|
|
765
|
+
var Yr = {
|
|
719
766
|
create: function() {
|
|
720
|
-
return new
|
|
767
|
+
return new pt();
|
|
721
768
|
}
|
|
722
|
-
},
|
|
723
|
-
variadic:
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
for (var i, r = 1, n = arguments.length; r < n; r++) {
|
|
727
|
-
i = arguments[r];
|
|
728
|
-
for (var o in i)
|
|
729
|
-
Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
|
|
730
|
-
}
|
|
731
|
-
return t;
|
|
732
|
-
}, Ie.apply(this, arguments);
|
|
733
|
-
};
|
|
734
|
-
var x;
|
|
769
|
+
}, Ve = {
|
|
770
|
+
variadic: Vr,
|
|
771
|
+
monadic: Xr
|
|
772
|
+
}, x;
|
|
735
773
|
(function(e) {
|
|
736
774
|
e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
|
|
737
775
|
})(x || (x = {}));
|
|
738
|
-
var
|
|
776
|
+
var O;
|
|
739
777
|
(function(e) {
|
|
740
778
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
|
741
|
-
})(
|
|
742
|
-
var
|
|
779
|
+
})(O || (O = {}));
|
|
780
|
+
var ue;
|
|
743
781
|
(function(e) {
|
|
744
782
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
745
|
-
})(
|
|
746
|
-
function
|
|
747
|
-
return e.type ===
|
|
783
|
+
})(ue || (ue = {}));
|
|
784
|
+
function Tt(e) {
|
|
785
|
+
return e.type === O.literal;
|
|
748
786
|
}
|
|
749
|
-
function
|
|
750
|
-
return e.type ===
|
|
787
|
+
function qr(e) {
|
|
788
|
+
return e.type === O.argument;
|
|
789
|
+
}
|
|
790
|
+
function hi(e) {
|
|
791
|
+
return e.type === O.number;
|
|
751
792
|
}
|
|
752
793
|
function mi(e) {
|
|
753
|
-
return e.type ===
|
|
794
|
+
return e.type === O.date;
|
|
795
|
+
}
|
|
796
|
+
function fi(e) {
|
|
797
|
+
return e.type === O.time;
|
|
754
798
|
}
|
|
755
799
|
function pi(e) {
|
|
756
|
-
return e.type ===
|
|
800
|
+
return e.type === O.select;
|
|
757
801
|
}
|
|
758
802
|
function di(e) {
|
|
759
|
-
return e.type ===
|
|
803
|
+
return e.type === O.plural;
|
|
804
|
+
}
|
|
805
|
+
function Jr(e) {
|
|
806
|
+
return e.type === O.pound;
|
|
760
807
|
}
|
|
761
808
|
function bi(e) {
|
|
762
|
-
return e.type ===
|
|
809
|
+
return e.type === O.tag;
|
|
763
810
|
}
|
|
764
811
|
function gi(e) {
|
|
765
|
-
return e.type ===
|
|
766
|
-
}
|
|
767
|
-
function Kr(e) {
|
|
768
|
-
return e.type === I.pound;
|
|
769
|
-
}
|
|
770
|
-
function yi(e) {
|
|
771
|
-
return e.type === I.tag;
|
|
772
|
-
}
|
|
773
|
-
function vi(e) {
|
|
774
|
-
return !!(e && typeof e == "object" && e.type === ae.number);
|
|
812
|
+
return !!(e && typeof e == "object" && e.type === ue.number);
|
|
775
813
|
}
|
|
776
814
|
function it(e) {
|
|
777
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
815
|
+
return !!(e && typeof e == "object" && e.type === ue.dateTime);
|
|
778
816
|
}
|
|
779
|
-
var
|
|
780
|
-
function
|
|
817
|
+
var yi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Qr = /(?:[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;
|
|
818
|
+
function Kr(e) {
|
|
781
819
|
var t = {};
|
|
782
|
-
return e.replace(
|
|
820
|
+
return e.replace(Qr, function(i) {
|
|
783
821
|
var r = i.length;
|
|
784
822
|
switch (i[0]) {
|
|
785
823
|
case "G":
|
|
@@ -868,22 +906,12 @@ function tn(e) {
|
|
|
868
906
|
return "";
|
|
869
907
|
}), t;
|
|
870
908
|
}
|
|
871
|
-
var
|
|
872
|
-
|
|
873
|
-
for (var i, r = 1, n = arguments.length; r < n; r++) {
|
|
874
|
-
i = arguments[r];
|
|
875
|
-
for (var o in i)
|
|
876
|
-
Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
|
|
877
|
-
}
|
|
878
|
-
return t;
|
|
879
|
-
}, C.apply(this, arguments);
|
|
880
|
-
};
|
|
881
|
-
var rn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
882
|
-
function nn(e) {
|
|
909
|
+
var en = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
910
|
+
function tn(e) {
|
|
883
911
|
if (e.length === 0)
|
|
884
912
|
throw new Error("Number skeleton cannot be empty");
|
|
885
|
-
for (var t = e.split(
|
|
886
|
-
return
|
|
913
|
+
for (var t = e.split(en).filter(function(f) {
|
|
914
|
+
return f.length > 0;
|
|
887
915
|
}), i = [], r = 0, n = t; r < n.length; r++) {
|
|
888
916
|
var o = n[r], s = o.split("/");
|
|
889
917
|
if (s.length === 0)
|
|
@@ -897,17 +925,17 @@ function nn(e) {
|
|
|
897
925
|
}
|
|
898
926
|
return i;
|
|
899
927
|
}
|
|
900
|
-
function
|
|
928
|
+
function rn(e) {
|
|
901
929
|
return e.replace(/^(.*?)-/, "");
|
|
902
930
|
}
|
|
903
|
-
var
|
|
904
|
-
function
|
|
931
|
+
var wt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, vi = /^(@+)?(\+|#+)?[rs]?$/g, nn = /(\*)(0+)|(#+)(0+)|(0+)/g, _i = /^(0+)$/;
|
|
932
|
+
function St(e) {
|
|
905
933
|
var t = {};
|
|
906
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
934
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(vi, function(i, r, n) {
|
|
907
935
|
return typeof n != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : n === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof n == "string" ? n.length : 0)), "";
|
|
908
936
|
}), t;
|
|
909
937
|
}
|
|
910
|
-
function
|
|
938
|
+
function Ei(e) {
|
|
911
939
|
switch (e) {
|
|
912
940
|
case "sign-auto":
|
|
913
941
|
return {
|
|
@@ -947,7 +975,7 @@ function xi(e) {
|
|
|
947
975
|
};
|
|
948
976
|
}
|
|
949
977
|
}
|
|
950
|
-
function
|
|
978
|
+
function on(e) {
|
|
951
979
|
var t;
|
|
952
980
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
953
981
|
notation: "engineering"
|
|
@@ -955,17 +983,17 @@ function an(e) {
|
|
|
955
983
|
notation: "scientific"
|
|
956
984
|
}, e = e.slice(1)), t) {
|
|
957
985
|
var i = e.slice(0, 2);
|
|
958
|
-
if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
986
|
+
if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !_i.test(e))
|
|
959
987
|
throw new Error("Malformed concise eng/scientific notation");
|
|
960
988
|
t.minimumIntegerDigits = e.length;
|
|
961
989
|
}
|
|
962
990
|
return t;
|
|
963
991
|
}
|
|
964
|
-
function
|
|
965
|
-
var t = {}, i =
|
|
992
|
+
function Pt(e) {
|
|
993
|
+
var t = {}, i = Ei(e);
|
|
966
994
|
return i || t;
|
|
967
995
|
}
|
|
968
|
-
function
|
|
996
|
+
function sn(e) {
|
|
969
997
|
for (var t = {}, i = 0, r = e; i < r.length; i++) {
|
|
970
998
|
var n = r[i];
|
|
971
999
|
switch (n.stem) {
|
|
@@ -989,7 +1017,7 @@ function un(e) {
|
|
|
989
1017
|
continue;
|
|
990
1018
|
case "measure-unit":
|
|
991
1019
|
case "unit":
|
|
992
|
-
t.style = "unit", t.unit =
|
|
1020
|
+
t.style = "unit", t.unit = rn(n.options[0]);
|
|
993
1021
|
continue;
|
|
994
1022
|
case "compact-short":
|
|
995
1023
|
case "K":
|
|
@@ -1000,13 +1028,13 @@ function un(e) {
|
|
|
1000
1028
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1001
1029
|
continue;
|
|
1002
1030
|
case "scientific":
|
|
1003
|
-
t =
|
|
1004
|
-
return
|
|
1031
|
+
t = S(S(S({}, t), { notation: "scientific" }), n.options.reduce(function(h, l) {
|
|
1032
|
+
return S(S({}, h), Pt(l));
|
|
1005
1033
|
}, {}));
|
|
1006
1034
|
continue;
|
|
1007
1035
|
case "engineering":
|
|
1008
|
-
t =
|
|
1009
|
-
return
|
|
1036
|
+
t = S(S(S({}, t), { notation: "engineering" }), n.options.reduce(function(h, l) {
|
|
1037
|
+
return S(S({}, h), Pt(l));
|
|
1010
1038
|
}, {}));
|
|
1011
1039
|
continue;
|
|
1012
1040
|
case "notation-simple":
|
|
@@ -1051,41 +1079,41 @@ function un(e) {
|
|
|
1051
1079
|
case "integer-width":
|
|
1052
1080
|
if (n.options.length > 1)
|
|
1053
1081
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1054
|
-
n.options[0].replace(
|
|
1082
|
+
n.options[0].replace(nn, function(h, l, u, c, f, m) {
|
|
1055
1083
|
if (l)
|
|
1056
1084
|
t.minimumIntegerDigits = u.length;
|
|
1057
1085
|
else {
|
|
1058
|
-
if (c &&
|
|
1086
|
+
if (c && f)
|
|
1059
1087
|
throw new Error("We currently do not support maximum integer digits");
|
|
1060
|
-
if (
|
|
1088
|
+
if (m)
|
|
1061
1089
|
throw new Error("We currently do not support exact integer digits");
|
|
1062
1090
|
}
|
|
1063
1091
|
return "";
|
|
1064
1092
|
});
|
|
1065
1093
|
continue;
|
|
1066
1094
|
}
|
|
1067
|
-
if (
|
|
1095
|
+
if (_i.test(n.stem)) {
|
|
1068
1096
|
t.minimumIntegerDigits = n.stem.length;
|
|
1069
1097
|
continue;
|
|
1070
1098
|
}
|
|
1071
|
-
if (
|
|
1099
|
+
if (wt.test(n.stem)) {
|
|
1072
1100
|
if (n.options.length > 1)
|
|
1073
1101
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1074
|
-
n.stem.replace(
|
|
1075
|
-
return u === "*" ? t.minimumFractionDigits = l.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length :
|
|
1102
|
+
n.stem.replace(wt, function(h, l, u, c, f, m) {
|
|
1103
|
+
return u === "*" ? t.minimumFractionDigits = l.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
|
|
1076
1104
|
});
|
|
1077
1105
|
var o = n.options[0];
|
|
1078
|
-
o === "w" ? t =
|
|
1106
|
+
o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), St(o)));
|
|
1079
1107
|
continue;
|
|
1080
1108
|
}
|
|
1081
|
-
if (
|
|
1082
|
-
t =
|
|
1109
|
+
if (vi.test(n.stem)) {
|
|
1110
|
+
t = S(S({}, t), St(n.stem));
|
|
1083
1111
|
continue;
|
|
1084
1112
|
}
|
|
1085
|
-
var s =
|
|
1086
|
-
s && (t =
|
|
1087
|
-
var a =
|
|
1088
|
-
a && (t =
|
|
1113
|
+
var s = Ei(n.stem);
|
|
1114
|
+
s && (t = S(S({}, t), s));
|
|
1115
|
+
var a = on(n.stem);
|
|
1116
|
+
a && (t = S(S({}, t), a));
|
|
1089
1117
|
}
|
|
1090
1118
|
return t;
|
|
1091
1119
|
}
|
|
@@ -2504,13 +2532,13 @@ var Te = {
|
|
|
2504
2532
|
"h"
|
|
2505
2533
|
]
|
|
2506
2534
|
};
|
|
2507
|
-
function
|
|
2535
|
+
function an(e, t) {
|
|
2508
2536
|
for (var i = "", r = 0; r < e.length; r++) {
|
|
2509
2537
|
var n = e.charAt(r);
|
|
2510
2538
|
if (n === "j") {
|
|
2511
2539
|
for (var o = 0; r + 1 < e.length && e.charAt(r + 1) === n; )
|
|
2512
2540
|
o++, r++;
|
|
2513
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", l =
|
|
2541
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", l = un(t);
|
|
2514
2542
|
for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
|
|
2515
2543
|
i += h;
|
|
2516
2544
|
for (; s-- > 0; )
|
|
@@ -2520,7 +2548,7 @@ function ln(e, t) {
|
|
|
2520
2548
|
}
|
|
2521
2549
|
return i;
|
|
2522
2550
|
}
|
|
2523
|
-
function
|
|
2551
|
+
function un(e) {
|
|
2524
2552
|
var t = e.hourCycle;
|
|
2525
2553
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2526
2554
|
e.hourCycles && // @ts-ignore
|
|
@@ -2542,20 +2570,20 @@ function cn(e) {
|
|
|
2542
2570
|
var n = Te[r || ""] || Te[i || ""] || Te["".concat(i, "-001")] || Te["001"];
|
|
2543
2571
|
return n[0];
|
|
2544
2572
|
}
|
|
2545
|
-
var
|
|
2573
|
+
var Xe, ln = new RegExp("^".concat(yi.source, "*")), cn = new RegExp("".concat(yi.source, "*$"));
|
|
2546
2574
|
function T(e, t) {
|
|
2547
2575
|
return { start: e, end: t };
|
|
2548
2576
|
}
|
|
2549
|
-
var
|
|
2577
|
+
var hn = !!String.prototype.startsWith && "_a".startsWith("a", 1), mn = !!String.fromCodePoint, fn = !!Object.fromEntries, pn = !!String.prototype.codePointAt, dn = !!String.prototype.trimStart, bn = !!String.prototype.trimEnd, gn = !!Number.isSafeInteger, yn = gn ? Number.isSafeInteger : function(e) {
|
|
2550
2578
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2551
2579
|
}, rt = !0;
|
|
2552
2580
|
try {
|
|
2553
|
-
var
|
|
2554
|
-
rt = ((
|
|
2581
|
+
var vn = xi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2582
|
+
rt = ((Xe = vn.exec("a")) === null || Xe === void 0 ? void 0 : Xe[0]) === "a";
|
|
2555
2583
|
} catch {
|
|
2556
2584
|
rt = !1;
|
|
2557
2585
|
}
|
|
2558
|
-
var
|
|
2586
|
+
var At = hn ? (
|
|
2559
2587
|
// Native
|
|
2560
2588
|
function(t, i, r) {
|
|
2561
2589
|
return t.startsWith(i, r);
|
|
@@ -2565,7 +2593,7 @@ var Nt = mn ? (
|
|
|
2565
2593
|
function(t, i, r) {
|
|
2566
2594
|
return t.slice(r, r + i.length) === i;
|
|
2567
2595
|
}
|
|
2568
|
-
), nt =
|
|
2596
|
+
), nt = mn ? String.fromCodePoint : (
|
|
2569
2597
|
// IE11
|
|
2570
2598
|
function() {
|
|
2571
2599
|
for (var t = [], i = 0; i < arguments.length; i++)
|
|
@@ -2577,9 +2605,9 @@ var Nt = mn ? (
|
|
|
2577
2605
|
}
|
|
2578
2606
|
return r;
|
|
2579
2607
|
}
|
|
2580
|
-
),
|
|
2608
|
+
), Bt = (
|
|
2581
2609
|
// native
|
|
2582
|
-
|
|
2610
|
+
fn ? Object.fromEntries : (
|
|
2583
2611
|
// Ponyfill
|
|
2584
2612
|
function(t) {
|
|
2585
2613
|
for (var i = {}, r = 0, n = t; r < n.length; r++) {
|
|
@@ -2589,7 +2617,7 @@ var Nt = mn ? (
|
|
|
2589
2617
|
return i;
|
|
2590
2618
|
}
|
|
2591
2619
|
)
|
|
2592
|
-
),
|
|
2620
|
+
), Li = pn ? (
|
|
2593
2621
|
// Native
|
|
2594
2622
|
function(t, i) {
|
|
2595
2623
|
return t.codePointAt(i);
|
|
@@ -2603,7 +2631,7 @@ var Nt = mn ? (
|
|
|
2603
2631
|
return n < 55296 || n > 56319 || i + 1 === r || (o = t.charCodeAt(i + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
|
|
2604
2632
|
}
|
|
2605
2633
|
}
|
|
2606
|
-
),
|
|
2634
|
+
), _n = dn ? (
|
|
2607
2635
|
// Native
|
|
2608
2636
|
function(t) {
|
|
2609
2637
|
return t.trimStart();
|
|
@@ -2611,9 +2639,9 @@ var Nt = mn ? (
|
|
|
2611
2639
|
) : (
|
|
2612
2640
|
// Ponyfill
|
|
2613
2641
|
function(t) {
|
|
2614
|
-
return t.replace(
|
|
2642
|
+
return t.replace(ln, "");
|
|
2615
2643
|
}
|
|
2616
|
-
),
|
|
2644
|
+
), En = bn ? (
|
|
2617
2645
|
// Native
|
|
2618
2646
|
function(t) {
|
|
2619
2647
|
return t.trimEnd();
|
|
@@ -2621,32 +2649,32 @@ var Nt = mn ? (
|
|
|
2621
2649
|
) : (
|
|
2622
2650
|
// Ponyfill
|
|
2623
2651
|
function(t) {
|
|
2624
|
-
return t.replace(
|
|
2652
|
+
return t.replace(cn, "");
|
|
2625
2653
|
}
|
|
2626
2654
|
);
|
|
2627
|
-
function
|
|
2655
|
+
function xi(e, t) {
|
|
2628
2656
|
return new RegExp(e, t);
|
|
2629
2657
|
}
|
|
2630
2658
|
var ot;
|
|
2631
2659
|
if (rt) {
|
|
2632
|
-
var
|
|
2660
|
+
var Nt = xi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2633
2661
|
ot = function(t, i) {
|
|
2634
2662
|
var r;
|
|
2635
|
-
|
|
2636
|
-
var n =
|
|
2663
|
+
Nt.lastIndex = i;
|
|
2664
|
+
var n = Nt.exec(t);
|
|
2637
2665
|
return (r = n[1]) !== null && r !== void 0 ? r : "";
|
|
2638
2666
|
};
|
|
2639
2667
|
} else
|
|
2640
2668
|
ot = function(t, i) {
|
|
2641
2669
|
for (var r = []; ; ) {
|
|
2642
|
-
var n =
|
|
2643
|
-
if (n === void 0 ||
|
|
2670
|
+
var n = Li(t, i);
|
|
2671
|
+
if (n === void 0 || Ti(n) || wn(n))
|
|
2644
2672
|
break;
|
|
2645
2673
|
r.push(n), i += n >= 65536 ? 2 : 1;
|
|
2646
2674
|
}
|
|
2647
2675
|
return nt.apply(void 0, r);
|
|
2648
2676
|
};
|
|
2649
|
-
var
|
|
2677
|
+
var Ln = (
|
|
2650
2678
|
/** @class */
|
|
2651
2679
|
function() {
|
|
2652
2680
|
function e(t, i) {
|
|
@@ -2670,7 +2698,7 @@ var Tn = (
|
|
|
2670
2698
|
if (o === 35 && (i === "plural" || i === "selectordinal")) {
|
|
2671
2699
|
var a = this.clonePosition();
|
|
2672
2700
|
this.bump(), n.push({
|
|
2673
|
-
type:
|
|
2701
|
+
type: O.pound,
|
|
2674
2702
|
location: T(a, this.clonePosition())
|
|
2675
2703
|
});
|
|
2676
2704
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
@@ -2698,7 +2726,7 @@ var Tn = (
|
|
|
2698
2726
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2699
2727
|
return {
|
|
2700
2728
|
val: {
|
|
2701
|
-
type:
|
|
2729
|
+
type: O.literal,
|
|
2702
2730
|
value: "<".concat(n, "/>"),
|
|
2703
2731
|
location: T(r, this.clonePosition())
|
|
2704
2732
|
},
|
|
@@ -2715,7 +2743,7 @@ var Tn = (
|
|
|
2715
2743
|
var h = this.clonePosition(), l = this.parseTagName();
|
|
2716
2744
|
return n !== l ? this.error(x.UNMATCHED_CLOSING_TAG, T(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2717
2745
|
val: {
|
|
2718
|
-
type:
|
|
2746
|
+
type: O.tag,
|
|
2719
2747
|
value: n,
|
|
2720
2748
|
children: s,
|
|
2721
2749
|
location: T(r, this.clonePosition())
|
|
@@ -2728,7 +2756,7 @@ var Tn = (
|
|
|
2728
2756
|
return this.error(x.INVALID_TAG, T(r, this.clonePosition()));
|
|
2729
2757
|
}, e.prototype.parseTagName = function() {
|
|
2730
2758
|
var t = this.offset();
|
|
2731
|
-
for (this.bump(); !this.isEOF() &&
|
|
2759
|
+
for (this.bump(); !this.isEOF() && Tn(this.char()); )
|
|
2732
2760
|
this.bump();
|
|
2733
2761
|
return this.message.slice(t, this.offset());
|
|
2734
2762
|
}, e.prototype.parseLiteral = function(t, i) {
|
|
@@ -2752,12 +2780,12 @@ var Tn = (
|
|
|
2752
2780
|
}
|
|
2753
2781
|
var h = T(r, this.clonePosition());
|
|
2754
2782
|
return {
|
|
2755
|
-
val: { type:
|
|
2783
|
+
val: { type: O.literal, value: n, location: h },
|
|
2756
2784
|
err: null
|
|
2757
2785
|
};
|
|
2758
2786
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2759
2787
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2760
|
-
!
|
|
2788
|
+
!xn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2761
2789
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2762
2790
|
if (this.isEOF() || this.char() !== 39)
|
|
2763
2791
|
return null;
|
|
@@ -2812,7 +2840,7 @@ var Tn = (
|
|
|
2812
2840
|
case 125:
|
|
2813
2841
|
return this.bump(), {
|
|
2814
2842
|
val: {
|
|
2815
|
-
type:
|
|
2843
|
+
type: O.argument,
|
|
2816
2844
|
// value does not include the opening and closing braces.
|
|
2817
2845
|
value: n,
|
|
2818
2846
|
location: T(r, this.clonePosition())
|
|
@@ -2844,44 +2872,44 @@ var Tn = (
|
|
|
2844
2872
|
var u = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2845
2873
|
if (c.err)
|
|
2846
2874
|
return c;
|
|
2847
|
-
var
|
|
2848
|
-
if (
|
|
2875
|
+
var f = En(c.val);
|
|
2876
|
+
if (f.length === 0)
|
|
2849
2877
|
return this.error(x.EXPECT_ARGUMENT_STYLE, T(this.clonePosition(), this.clonePosition()));
|
|
2850
|
-
var
|
|
2851
|
-
l = { style:
|
|
2878
|
+
var m = T(u, this.clonePosition());
|
|
2879
|
+
l = { style: f, styleLocation: m };
|
|
2852
2880
|
}
|
|
2853
2881
|
var p = this.tryParseArgumentClose(n);
|
|
2854
2882
|
if (p.err)
|
|
2855
2883
|
return p;
|
|
2856
2884
|
var _ = T(n, this.clonePosition());
|
|
2857
|
-
if (l &&
|
|
2858
|
-
var R =
|
|
2885
|
+
if (l && At(l?.style, "::", 0)) {
|
|
2886
|
+
var R = _n(l.style.slice(2));
|
|
2859
2887
|
if (a === "number") {
|
|
2860
2888
|
var c = this.parseNumberSkeletonFromString(R, l.styleLocation);
|
|
2861
2889
|
return c.err ? c : {
|
|
2862
|
-
val: { type:
|
|
2890
|
+
val: { type: O.number, value: r, location: _, style: c.val },
|
|
2863
2891
|
err: null
|
|
2864
2892
|
};
|
|
2865
2893
|
} else {
|
|
2866
2894
|
if (R.length === 0)
|
|
2867
2895
|
return this.error(x.EXPECT_DATE_TIME_SKELETON, _);
|
|
2868
|
-
var
|
|
2869
|
-
this.locale && (
|
|
2870
|
-
var
|
|
2871
|
-
type:
|
|
2872
|
-
pattern:
|
|
2896
|
+
var P = R;
|
|
2897
|
+
this.locale && (P = an(R, this.locale));
|
|
2898
|
+
var f = {
|
|
2899
|
+
type: ue.dateTime,
|
|
2900
|
+
pattern: P,
|
|
2873
2901
|
location: l.styleLocation,
|
|
2874
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2875
|
-
}, L = a === "date" ?
|
|
2902
|
+
parsedOptions: this.shouldParseSkeletons ? Kr(P) : {}
|
|
2903
|
+
}, L = a === "date" ? O.date : O.time;
|
|
2876
2904
|
return {
|
|
2877
|
-
val: { type: L, value: r, location: _, style:
|
|
2905
|
+
val: { type: L, value: r, location: _, style: f },
|
|
2878
2906
|
err: null
|
|
2879
2907
|
};
|
|
2880
2908
|
}
|
|
2881
2909
|
}
|
|
2882
2910
|
return {
|
|
2883
2911
|
val: {
|
|
2884
|
-
type: a === "number" ?
|
|
2912
|
+
type: a === "number" ? O.number : a === "date" ? O.date : O.time,
|
|
2885
2913
|
value: r,
|
|
2886
2914
|
location: _,
|
|
2887
2915
|
style: (o = l?.style) !== null && o !== void 0 ? o : null
|
|
@@ -2894,39 +2922,39 @@ var Tn = (
|
|
|
2894
2922
|
case "select": {
|
|
2895
2923
|
var w = this.clonePosition();
|
|
2896
2924
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2897
|
-
return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, T(w,
|
|
2925
|
+
return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, T(w, S({}, w)));
|
|
2898
2926
|
this.bumpSpace();
|
|
2899
|
-
var
|
|
2900
|
-
if (a !== "select" &&
|
|
2927
|
+
var H = this.parseIdentifierIfPossible(), B = 0;
|
|
2928
|
+
if (a !== "select" && H.value === "offset") {
|
|
2901
2929
|
if (!this.bumpIf(":"))
|
|
2902
2930
|
return this.error(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, T(this.clonePosition(), this.clonePosition()));
|
|
2903
2931
|
this.bumpSpace();
|
|
2904
2932
|
var c = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2905
2933
|
if (c.err)
|
|
2906
2934
|
return c;
|
|
2907
|
-
this.bumpSpace(),
|
|
2935
|
+
this.bumpSpace(), H = this.parseIdentifierIfPossible(), B = c.val;
|
|
2908
2936
|
}
|
|
2909
|
-
var
|
|
2910
|
-
if (
|
|
2911
|
-
return
|
|
2937
|
+
var M = this.tryParsePluralOrSelectOptions(t, a, i, H);
|
|
2938
|
+
if (M.err)
|
|
2939
|
+
return M;
|
|
2912
2940
|
var p = this.tryParseArgumentClose(n);
|
|
2913
2941
|
if (p.err)
|
|
2914
2942
|
return p;
|
|
2915
2943
|
var D = T(n, this.clonePosition());
|
|
2916
2944
|
return a === "select" ? {
|
|
2917
2945
|
val: {
|
|
2918
|
-
type:
|
|
2946
|
+
type: O.select,
|
|
2919
2947
|
value: r,
|
|
2920
|
-
options:
|
|
2948
|
+
options: Bt(M.val),
|
|
2921
2949
|
location: D
|
|
2922
2950
|
},
|
|
2923
2951
|
err: null
|
|
2924
2952
|
} : {
|
|
2925
2953
|
val: {
|
|
2926
|
-
type:
|
|
2954
|
+
type: O.plural,
|
|
2927
2955
|
value: r,
|
|
2928
|
-
options:
|
|
2929
|
-
offset:
|
|
2956
|
+
options: Bt(M.val),
|
|
2957
|
+
offset: B,
|
|
2930
2958
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2931
2959
|
location: D
|
|
2932
2960
|
},
|
|
@@ -2976,16 +3004,16 @@ var Tn = (
|
|
|
2976
3004
|
}, e.prototype.parseNumberSkeletonFromString = function(t, i) {
|
|
2977
3005
|
var r = [];
|
|
2978
3006
|
try {
|
|
2979
|
-
r =
|
|
3007
|
+
r = tn(t);
|
|
2980
3008
|
} catch {
|
|
2981
3009
|
return this.error(x.INVALID_NUMBER_SKELETON, i);
|
|
2982
3010
|
}
|
|
2983
3011
|
return {
|
|
2984
3012
|
val: {
|
|
2985
|
-
type:
|
|
3013
|
+
type: ue.number,
|
|
2986
3014
|
tokens: r,
|
|
2987
3015
|
location: i,
|
|
2988
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3016
|
+
parsedOptions: this.shouldParseSkeletons ? sn(r) : {}
|
|
2989
3017
|
},
|
|
2990
3018
|
err: null
|
|
2991
3019
|
};
|
|
@@ -2994,9 +3022,9 @@ var Tn = (
|
|
|
2994
3022
|
if (l.length === 0) {
|
|
2995
3023
|
var c = this.clonePosition();
|
|
2996
3024
|
if (i !== "select" && this.bumpIf("=")) {
|
|
2997
|
-
var
|
|
2998
|
-
if (
|
|
2999
|
-
return
|
|
3025
|
+
var f = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_SELECTOR, x.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3026
|
+
if (f.err)
|
|
3027
|
+
return f;
|
|
3000
3028
|
u = T(c, this.clonePosition()), l = this.message.slice(c.offset, this.offset());
|
|
3001
3029
|
} else
|
|
3002
3030
|
break;
|
|
@@ -3004,20 +3032,20 @@ var Tn = (
|
|
|
3004
3032
|
if (h.has(l))
|
|
3005
3033
|
return this.error(i === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, u);
|
|
3006
3034
|
l === "other" && (s = !0), this.bumpSpace();
|
|
3007
|
-
var
|
|
3035
|
+
var m = this.clonePosition();
|
|
3008
3036
|
if (!this.bumpIf("{"))
|
|
3009
3037
|
return this.error(i === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : x.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, T(this.clonePosition(), this.clonePosition()));
|
|
3010
3038
|
var p = this.parseMessage(t + 1, i, r);
|
|
3011
3039
|
if (p.err)
|
|
3012
3040
|
return p;
|
|
3013
|
-
var _ = this.tryParseArgumentClose(
|
|
3041
|
+
var _ = this.tryParseArgumentClose(m);
|
|
3014
3042
|
if (_.err)
|
|
3015
3043
|
return _;
|
|
3016
3044
|
a.push([
|
|
3017
3045
|
l,
|
|
3018
3046
|
{
|
|
3019
3047
|
value: p.val,
|
|
3020
|
-
location: T(
|
|
3048
|
+
location: T(m, this.clonePosition())
|
|
3021
3049
|
}
|
|
3022
3050
|
]), h.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, u = o.location;
|
|
3023
3051
|
}
|
|
@@ -3033,7 +3061,7 @@ var Tn = (
|
|
|
3033
3061
|
break;
|
|
3034
3062
|
}
|
|
3035
3063
|
var h = T(n, this.clonePosition());
|
|
3036
|
-
return o ? (s *= r,
|
|
3064
|
+
return o ? (s *= r, yn(s) ? { val: s, err: null } : this.error(i, h)) : this.error(t, h);
|
|
3037
3065
|
}, e.prototype.offset = function() {
|
|
3038
3066
|
return this.position.offset;
|
|
3039
3067
|
}, e.prototype.isEOF = function() {
|
|
@@ -3048,7 +3076,7 @@ var Tn = (
|
|
|
3048
3076
|
var t = this.position.offset;
|
|
3049
3077
|
if (t >= this.message.length)
|
|
3050
3078
|
throw Error("out of bound");
|
|
3051
|
-
var i =
|
|
3079
|
+
var i = Li(this.message, t);
|
|
3052
3080
|
if (i === void 0)
|
|
3053
3081
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3054
3082
|
return i;
|
|
@@ -3067,7 +3095,7 @@ var Tn = (
|
|
|
3067
3095
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
|
3068
3096
|
}
|
|
3069
3097
|
}, e.prototype.bumpIf = function(t) {
|
|
3070
|
-
if (
|
|
3098
|
+
if (At(this.message, t, this.offset())) {
|
|
3071
3099
|
for (var i = 0; i < t.length; i++)
|
|
3072
3100
|
this.bump();
|
|
3073
3101
|
return !0;
|
|
@@ -3089,7 +3117,7 @@ var Tn = (
|
|
|
3089
3117
|
break;
|
|
3090
3118
|
}
|
|
3091
3119
|
}, e.prototype.bumpSpace = function() {
|
|
3092
|
-
for (; !this.isEOF() &&
|
|
3120
|
+
for (; !this.isEOF() && Ti(this.char()); )
|
|
3093
3121
|
this.bump();
|
|
3094
3122
|
}, e.prototype.peek = function() {
|
|
3095
3123
|
if (this.isEOF())
|
|
@@ -3102,44 +3130,44 @@ var Tn = (
|
|
|
3102
3130
|
function st(e) {
|
|
3103
3131
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3104
3132
|
}
|
|
3105
|
-
function
|
|
3133
|
+
function xn(e) {
|
|
3106
3134
|
return st(e) || e === 47;
|
|
3107
3135
|
}
|
|
3108
|
-
function
|
|
3136
|
+
function Tn(e) {
|
|
3109
3137
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
3110
3138
|
}
|
|
3111
|
-
function
|
|
3139
|
+
function Ti(e) {
|
|
3112
3140
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3113
3141
|
}
|
|
3114
|
-
function
|
|
3142
|
+
function wn(e) {
|
|
3115
3143
|
return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
|
|
3116
3144
|
}
|
|
3117
3145
|
function at(e) {
|
|
3118
3146
|
e.forEach(function(t) {
|
|
3119
|
-
if (delete t.location,
|
|
3147
|
+
if (delete t.location, pi(t) || di(t))
|
|
3120
3148
|
for (var i in t.options)
|
|
3121
3149
|
delete t.options[i].location, at(t.options[i].value);
|
|
3122
3150
|
else
|
|
3123
|
-
|
|
3151
|
+
hi(t) && gi(t.style) || (mi(t) || fi(t)) && it(t.style) ? delete t.style.location : bi(t) && at(t.children);
|
|
3124
3152
|
});
|
|
3125
3153
|
}
|
|
3126
|
-
function
|
|
3127
|
-
t === void 0 && (t = {}), t =
|
|
3128
|
-
var i = new
|
|
3154
|
+
function Sn(e, t) {
|
|
3155
|
+
t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3156
|
+
var i = new Ln(e, t).parse();
|
|
3129
3157
|
if (i.err) {
|
|
3130
3158
|
var r = SyntaxError(x[i.err.kind]);
|
|
3131
3159
|
throw r.location = i.err.location, r.originalMessage = i.err.message, r;
|
|
3132
3160
|
}
|
|
3133
3161
|
return t?.captureLocation || at(i.val), i.val;
|
|
3134
3162
|
}
|
|
3135
|
-
var
|
|
3163
|
+
var le;
|
|
3136
3164
|
(function(e) {
|
|
3137
3165
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3138
|
-
})(
|
|
3139
|
-
var
|
|
3166
|
+
})(le || (le = {}));
|
|
3167
|
+
var Ce = (
|
|
3140
3168
|
/** @class */
|
|
3141
3169
|
function(e) {
|
|
3142
|
-
|
|
3170
|
+
q(t, e);
|
|
3143
3171
|
function t(i, r, n) {
|
|
3144
3172
|
var o = e.call(this, i) || this;
|
|
3145
3173
|
return o.code = r, o.originalMessage = n, o;
|
|
@@ -3148,48 +3176,48 @@ var Re = (
|
|
|
3148
3176
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3149
3177
|
}, t;
|
|
3150
3178
|
}(Error)
|
|
3151
|
-
),
|
|
3179
|
+
), It = (
|
|
3152
3180
|
/** @class */
|
|
3153
3181
|
function(e) {
|
|
3154
|
-
|
|
3182
|
+
q(t, e);
|
|
3155
3183
|
function t(i, r, n, o) {
|
|
3156
|
-
return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(r, '". Options are "').concat(Object.keys(n).join('", "'), '"'),
|
|
3184
|
+
return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(r, '". Options are "').concat(Object.keys(n).join('", "'), '"'), le.INVALID_VALUE, o) || this;
|
|
3157
3185
|
}
|
|
3158
3186
|
return t;
|
|
3159
|
-
}(
|
|
3160
|
-
),
|
|
3187
|
+
}(Ce)
|
|
3188
|
+
), Pn = (
|
|
3161
3189
|
/** @class */
|
|
3162
3190
|
function(e) {
|
|
3163
|
-
|
|
3191
|
+
q(t, e);
|
|
3164
3192
|
function t(i, r, n) {
|
|
3165
|
-
return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(r),
|
|
3193
|
+
return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(r), le.INVALID_VALUE, n) || this;
|
|
3166
3194
|
}
|
|
3167
3195
|
return t;
|
|
3168
|
-
}(
|
|
3169
|
-
),
|
|
3196
|
+
}(Ce)
|
|
3197
|
+
), An = (
|
|
3170
3198
|
/** @class */
|
|
3171
3199
|
function(e) {
|
|
3172
|
-
|
|
3200
|
+
q(t, e);
|
|
3173
3201
|
function t(i, r) {
|
|
3174
|
-
return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(r, '"'),
|
|
3202
|
+
return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(r, '"'), le.MISSING_VALUE, r) || this;
|
|
3175
3203
|
}
|
|
3176
3204
|
return t;
|
|
3177
|
-
}(
|
|
3205
|
+
}(Ce)
|
|
3178
3206
|
), z;
|
|
3179
3207
|
(function(e) {
|
|
3180
3208
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3181
3209
|
})(z || (z = {}));
|
|
3182
|
-
function
|
|
3210
|
+
function Bn(e) {
|
|
3183
3211
|
return e.length < 2 ? e : e.reduce(function(t, i) {
|
|
3184
3212
|
var r = t[t.length - 1];
|
|
3185
3213
|
return !r || r.type !== z.literal || i.type !== z.literal ? t.push(i) : r.value += i.value, t;
|
|
3186
3214
|
}, []);
|
|
3187
3215
|
}
|
|
3188
|
-
function
|
|
3216
|
+
function Nn(e) {
|
|
3189
3217
|
return typeof e == "function";
|
|
3190
3218
|
}
|
|
3191
3219
|
function Pe(e, t, i, r, n, o, s) {
|
|
3192
|
-
if (e.length === 1 &&
|
|
3220
|
+
if (e.length === 1 && Tt(e[0]))
|
|
3193
3221
|
return [
|
|
3194
3222
|
{
|
|
3195
3223
|
type: z.literal,
|
|
@@ -3198,14 +3226,14 @@ function Pe(e, t, i, r, n, o, s) {
|
|
|
3198
3226
|
];
|
|
3199
3227
|
for (var a = [], h = 0, l = e; h < l.length; h++) {
|
|
3200
3228
|
var u = l[h];
|
|
3201
|
-
if (
|
|
3229
|
+
if (Tt(u)) {
|
|
3202
3230
|
a.push({
|
|
3203
3231
|
type: z.literal,
|
|
3204
3232
|
value: u.value
|
|
3205
3233
|
});
|
|
3206
3234
|
continue;
|
|
3207
3235
|
}
|
|
3208
|
-
if (
|
|
3236
|
+
if (Jr(u)) {
|
|
3209
3237
|
typeof o == "number" && a.push({
|
|
3210
3238
|
type: z.literal,
|
|
3211
3239
|
value: i.getNumberFormat(t).format(o)
|
|
@@ -3214,89 +3242,89 @@ function Pe(e, t, i, r, n, o, s) {
|
|
|
3214
3242
|
}
|
|
3215
3243
|
var c = u.value;
|
|
3216
3244
|
if (!(n && c in n))
|
|
3217
|
-
throw new
|
|
3218
|
-
var
|
|
3219
|
-
if (
|
|
3220
|
-
(!
|
|
3221
|
-
type: typeof
|
|
3222
|
-
value:
|
|
3245
|
+
throw new An(c, s);
|
|
3246
|
+
var f = n[c];
|
|
3247
|
+
if (qr(u)) {
|
|
3248
|
+
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3249
|
+
type: typeof f == "string" ? z.literal : z.object,
|
|
3250
|
+
value: f
|
|
3223
3251
|
});
|
|
3224
3252
|
continue;
|
|
3225
3253
|
}
|
|
3226
|
-
if (
|
|
3227
|
-
var
|
|
3254
|
+
if (mi(u)) {
|
|
3255
|
+
var m = typeof u.style == "string" ? r.date[u.style] : it(u.style) ? u.style.parsedOptions : void 0;
|
|
3228
3256
|
a.push({
|
|
3229
3257
|
type: z.literal,
|
|
3230
|
-
value: i.getDateTimeFormat(t,
|
|
3258
|
+
value: i.getDateTimeFormat(t, m).format(f)
|
|
3231
3259
|
});
|
|
3232
3260
|
continue;
|
|
3233
3261
|
}
|
|
3234
|
-
if (
|
|
3235
|
-
var
|
|
3262
|
+
if (fi(u)) {
|
|
3263
|
+
var m = typeof u.style == "string" ? r.time[u.style] : it(u.style) ? u.style.parsedOptions : r.time.medium;
|
|
3236
3264
|
a.push({
|
|
3237
3265
|
type: z.literal,
|
|
3238
|
-
value: i.getDateTimeFormat(t,
|
|
3266
|
+
value: i.getDateTimeFormat(t, m).format(f)
|
|
3239
3267
|
});
|
|
3240
3268
|
continue;
|
|
3241
3269
|
}
|
|
3242
|
-
if (
|
|
3243
|
-
var
|
|
3244
|
-
|
|
3270
|
+
if (hi(u)) {
|
|
3271
|
+
var m = typeof u.style == "string" ? r.number[u.style] : gi(u.style) ? u.style.parsedOptions : void 0;
|
|
3272
|
+
m && m.scale && (f = f * (m.scale || 1)), a.push({
|
|
3245
3273
|
type: z.literal,
|
|
3246
|
-
value: i.getNumberFormat(t,
|
|
3274
|
+
value: i.getNumberFormat(t, m).format(f)
|
|
3247
3275
|
});
|
|
3248
3276
|
continue;
|
|
3249
3277
|
}
|
|
3250
|
-
if (
|
|
3278
|
+
if (bi(u)) {
|
|
3251
3279
|
var p = u.children, _ = u.value, R = n[_];
|
|
3252
|
-
if (!
|
|
3253
|
-
throw new
|
|
3254
|
-
var
|
|
3255
|
-
return
|
|
3280
|
+
if (!Nn(R))
|
|
3281
|
+
throw new Pn(_, "function", s);
|
|
3282
|
+
var P = Pe(p, t, i, r, n, o), L = R(P.map(function(B) {
|
|
3283
|
+
return B.value;
|
|
3256
3284
|
}));
|
|
3257
|
-
Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(
|
|
3285
|
+
Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(B) {
|
|
3258
3286
|
return {
|
|
3259
|
-
type: typeof
|
|
3260
|
-
value:
|
|
3287
|
+
type: typeof B == "string" ? z.literal : z.object,
|
|
3288
|
+
value: B
|
|
3261
3289
|
};
|
|
3262
3290
|
}));
|
|
3263
3291
|
}
|
|
3264
|
-
if (
|
|
3265
|
-
var w = u.options[
|
|
3292
|
+
if (pi(u)) {
|
|
3293
|
+
var w = u.options[f] || u.options.other;
|
|
3266
3294
|
if (!w)
|
|
3267
|
-
throw new
|
|
3295
|
+
throw new It(u.value, f, Object.keys(u.options), s);
|
|
3268
3296
|
a.push.apply(a, Pe(w.value, t, i, r, n));
|
|
3269
3297
|
continue;
|
|
3270
3298
|
}
|
|
3271
|
-
if (
|
|
3272
|
-
var w = u.options["=".concat(
|
|
3299
|
+
if (di(u)) {
|
|
3300
|
+
var w = u.options["=".concat(f)];
|
|
3273
3301
|
if (!w) {
|
|
3274
3302
|
if (!Intl.PluralRules)
|
|
3275
|
-
throw new
|
|
3303
|
+
throw new Ce(`Intl.PluralRules is not available in this environment.
|
|
3276
3304
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3277
|
-
`,
|
|
3278
|
-
var
|
|
3279
|
-
w = u.options[
|
|
3305
|
+
`, le.MISSING_INTL_API, s);
|
|
3306
|
+
var H = i.getPluralRules(t, { type: u.pluralType }).select(f - (u.offset || 0));
|
|
3307
|
+
w = u.options[H] || u.options.other;
|
|
3280
3308
|
}
|
|
3281
3309
|
if (!w)
|
|
3282
|
-
throw new
|
|
3283
|
-
a.push.apply(a, Pe(w.value, t, i, r, n,
|
|
3310
|
+
throw new It(u.value, f, Object.keys(u.options), s);
|
|
3311
|
+
a.push.apply(a, Pe(w.value, t, i, r, n, f - (u.offset || 0)));
|
|
3284
3312
|
continue;
|
|
3285
3313
|
}
|
|
3286
3314
|
}
|
|
3287
|
-
return
|
|
3315
|
+
return Bn(a);
|
|
3288
3316
|
}
|
|
3289
|
-
function
|
|
3290
|
-
return t ?
|
|
3291
|
-
return i[r] =
|
|
3317
|
+
function In(e, t) {
|
|
3318
|
+
return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(i, r) {
|
|
3319
|
+
return i[r] = S(S({}, e[r]), t[r] || {}), i;
|
|
3292
3320
|
}, {})) : e;
|
|
3293
3321
|
}
|
|
3294
|
-
function
|
|
3322
|
+
function Hn(e, t) {
|
|
3295
3323
|
return t ? Object.keys(e).reduce(function(i, r) {
|
|
3296
|
-
return i[r] =
|
|
3297
|
-
},
|
|
3324
|
+
return i[r] = In(e[r], t[r]), i;
|
|
3325
|
+
}, S({}, e)) : e;
|
|
3298
3326
|
}
|
|
3299
|
-
function
|
|
3327
|
+
function Ze(e) {
|
|
3300
3328
|
return {
|
|
3301
3329
|
create: function() {
|
|
3302
3330
|
return {
|
|
@@ -3310,39 +3338,39 @@ function Je(e) {
|
|
|
3310
3338
|
}
|
|
3311
3339
|
};
|
|
3312
3340
|
}
|
|
3313
|
-
function
|
|
3341
|
+
function On(e) {
|
|
3314
3342
|
return e === void 0 && (e = {
|
|
3315
3343
|
number: {},
|
|
3316
3344
|
dateTime: {},
|
|
3317
3345
|
pluralRules: {}
|
|
3318
3346
|
}), {
|
|
3319
|
-
getNumberFormat:
|
|
3347
|
+
getNumberFormat: We(function() {
|
|
3320
3348
|
for (var t, i = [], r = 0; r < arguments.length; r++)
|
|
3321
3349
|
i[r] = arguments[r];
|
|
3322
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3350
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, se([void 0], i, !1)))();
|
|
3323
3351
|
}, {
|
|
3324
|
-
cache:
|
|
3325
|
-
strategy:
|
|
3352
|
+
cache: Ze(e.number),
|
|
3353
|
+
strategy: Ve.variadic
|
|
3326
3354
|
}),
|
|
3327
|
-
getDateTimeFormat:
|
|
3355
|
+
getDateTimeFormat: We(function() {
|
|
3328
3356
|
for (var t, i = [], r = 0; r < arguments.length; r++)
|
|
3329
3357
|
i[r] = arguments[r];
|
|
3330
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3358
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, se([void 0], i, !1)))();
|
|
3331
3359
|
}, {
|
|
3332
|
-
cache:
|
|
3333
|
-
strategy:
|
|
3360
|
+
cache: Ze(e.dateTime),
|
|
3361
|
+
strategy: Ve.variadic
|
|
3334
3362
|
}),
|
|
3335
|
-
getPluralRules:
|
|
3363
|
+
getPluralRules: We(function() {
|
|
3336
3364
|
for (var t, i = [], r = 0; r < arguments.length; r++)
|
|
3337
3365
|
i[r] = arguments[r];
|
|
3338
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3366
|
+
return new ((t = Intl.PluralRules).bind.apply(t, se([void 0], i, !1)))();
|
|
3339
3367
|
}, {
|
|
3340
|
-
cache:
|
|
3341
|
-
strategy:
|
|
3368
|
+
cache: Ze(e.pluralRules),
|
|
3369
|
+
strategy: Ve.variadic
|
|
3342
3370
|
})
|
|
3343
3371
|
};
|
|
3344
3372
|
}
|
|
3345
|
-
var
|
|
3373
|
+
var Mn = (
|
|
3346
3374
|
/** @class */
|
|
3347
3375
|
function() {
|
|
3348
3376
|
function e(t, i, r, n) {
|
|
@@ -3356,8 +3384,8 @@ var Cn = (
|
|
|
3356
3384
|
var l = o.formatToParts(h);
|
|
3357
3385
|
if (l.length === 1)
|
|
3358
3386
|
return l[0].value;
|
|
3359
|
-
var u = l.reduce(function(c,
|
|
3360
|
-
return !c.length ||
|
|
3387
|
+
var u = l.reduce(function(c, f) {
|
|
3388
|
+
return !c.length || f.type !== z.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3361
3389
|
}, []);
|
|
3362
3390
|
return u.length <= 1 ? u[0] || "" : u;
|
|
3363
3391
|
}, this.formatToParts = function(h) {
|
|
@@ -3374,13 +3402,13 @@ var Cn = (
|
|
|
3374
3402
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3375
3403
|
var s = n || {};
|
|
3376
3404
|
s.formatters;
|
|
3377
|
-
var a =
|
|
3378
|
-
this.ast = e.__parse(t,
|
|
3405
|
+
var a = Gr(s, ["formatters"]);
|
|
3406
|
+
this.ast = e.__parse(t, S(S({}, a), { locale: this.resolvedLocale }));
|
|
3379
3407
|
} else
|
|
3380
3408
|
this.ast = t;
|
|
3381
3409
|
if (!Array.isArray(this.ast))
|
|
3382
3410
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3383
|
-
this.formats =
|
|
3411
|
+
this.formats = Hn(e.formats, r), this.formatters = n && n.formatters || On(this.formatterCache);
|
|
3384
3412
|
}
|
|
3385
3413
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3386
3414
|
get: function() {
|
|
@@ -3393,7 +3421,7 @@ var Cn = (
|
|
|
3393
3421
|
var i = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3394
3422
|
return i.length > 0 ? new Intl.Locale(i[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3395
3423
|
}
|
|
3396
|
-
}, e.__parse =
|
|
3424
|
+
}, e.__parse = Sn, e.formats = {
|
|
3397
3425
|
number: {
|
|
3398
3426
|
integer: {
|
|
3399
3427
|
maximumFractionDigits: 0
|
|
@@ -3454,7 +3482,7 @@ var Cn = (
|
|
|
3454
3482
|
}, e;
|
|
3455
3483
|
}()
|
|
3456
3484
|
);
|
|
3457
|
-
function
|
|
3485
|
+
function kn(e, t) {
|
|
3458
3486
|
if (t == null)
|
|
3459
3487
|
return;
|
|
3460
3488
|
if (t in e)
|
|
@@ -3475,92 +3503,92 @@ function Dn(e, t) {
|
|
|
3475
3503
|
r = void 0;
|
|
3476
3504
|
return r;
|
|
3477
3505
|
}
|
|
3478
|
-
const Q = {},
|
|
3506
|
+
const Q = {}, Cn = (e, t, i) => i && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = i), i), wi = (e, t) => {
|
|
3479
3507
|
if (t == null)
|
|
3480
3508
|
return;
|
|
3481
3509
|
if (t in Q && e in Q[t])
|
|
3482
3510
|
return Q[t][e];
|
|
3483
|
-
const i =
|
|
3511
|
+
const i = De(t);
|
|
3484
3512
|
for (let r = 0; r < i.length; r++) {
|
|
3485
|
-
const n = i[r], o =
|
|
3513
|
+
const n = i[r], o = Rn(n, e);
|
|
3486
3514
|
if (o)
|
|
3487
|
-
return
|
|
3515
|
+
return Cn(e, t, o);
|
|
3488
3516
|
}
|
|
3489
3517
|
};
|
|
3490
|
-
let
|
|
3491
|
-
const
|
|
3492
|
-
function
|
|
3493
|
-
return
|
|
3518
|
+
let dt;
|
|
3519
|
+
const Le = ke({});
|
|
3520
|
+
function Dn(e) {
|
|
3521
|
+
return dt[e] || null;
|
|
3494
3522
|
}
|
|
3495
|
-
function
|
|
3496
|
-
return e in
|
|
3523
|
+
function Si(e) {
|
|
3524
|
+
return e in dt;
|
|
3497
3525
|
}
|
|
3498
|
-
function
|
|
3499
|
-
if (!
|
|
3526
|
+
function Rn(e, t) {
|
|
3527
|
+
if (!Si(e))
|
|
3500
3528
|
return null;
|
|
3501
|
-
const i =
|
|
3502
|
-
return
|
|
3529
|
+
const i = Dn(e);
|
|
3530
|
+
return kn(i, t);
|
|
3503
3531
|
}
|
|
3504
|
-
function
|
|
3532
|
+
function Un(e) {
|
|
3505
3533
|
if (e == null)
|
|
3506
3534
|
return;
|
|
3507
|
-
const t =
|
|
3535
|
+
const t = De(e);
|
|
3508
3536
|
for (let i = 0; i < t.length; i++) {
|
|
3509
3537
|
const r = t[i];
|
|
3510
|
-
if (
|
|
3538
|
+
if (Si(r))
|
|
3511
3539
|
return r;
|
|
3512
3540
|
}
|
|
3513
3541
|
}
|
|
3514
|
-
function
|
|
3515
|
-
delete Q[e],
|
|
3542
|
+
function Pi(e, ...t) {
|
|
3543
|
+
delete Q[e], Le.update((i) => (i[e] = $r.all([i[e] || {}, ...t]), i));
|
|
3516
3544
|
}
|
|
3517
|
-
|
|
3518
|
-
[
|
|
3545
|
+
he(
|
|
3546
|
+
[Le],
|
|
3519
3547
|
([e]) => Object.keys(e)
|
|
3520
3548
|
);
|
|
3521
|
-
|
|
3549
|
+
Le.subscribe((e) => dt = e);
|
|
3522
3550
|
const Ae = {};
|
|
3523
|
-
function
|
|
3551
|
+
function jn(e, t) {
|
|
3524
3552
|
Ae[e].delete(t), Ae[e].size === 0 && delete Ae[e];
|
|
3525
3553
|
}
|
|
3526
|
-
function
|
|
3554
|
+
function Ai(e) {
|
|
3527
3555
|
return Ae[e];
|
|
3528
3556
|
}
|
|
3529
|
-
function
|
|
3530
|
-
return
|
|
3531
|
-
const i =
|
|
3557
|
+
function Fn(e) {
|
|
3558
|
+
return De(e).map((t) => {
|
|
3559
|
+
const i = Ai(t);
|
|
3532
3560
|
return [t, i ? [...i] : []];
|
|
3533
3561
|
}).filter(([, t]) => t.length > 0);
|
|
3534
3562
|
}
|
|
3535
3563
|
function ut(e) {
|
|
3536
|
-
return e == null ? !1 :
|
|
3564
|
+
return e == null ? !1 : De(e).some(
|
|
3537
3565
|
(t) => {
|
|
3538
3566
|
var i;
|
|
3539
|
-
return (i =
|
|
3567
|
+
return (i = Ai(t)) == null ? void 0 : i.size;
|
|
3540
3568
|
}
|
|
3541
3569
|
);
|
|
3542
3570
|
}
|
|
3543
|
-
function
|
|
3571
|
+
function $n(e, t) {
|
|
3544
3572
|
return Promise.all(
|
|
3545
|
-
t.map((r) => (
|
|
3546
|
-
).then((r) =>
|
|
3573
|
+
t.map((r) => (jn(e, r), r().then((n) => n.default || n)))
|
|
3574
|
+
).then((r) => Pi(e, ...r));
|
|
3547
3575
|
}
|
|
3548
|
-
const
|
|
3549
|
-
function
|
|
3576
|
+
const de = {};
|
|
3577
|
+
function Bi(e) {
|
|
3550
3578
|
if (!ut(e))
|
|
3551
|
-
return e in
|
|
3552
|
-
const t =
|
|
3553
|
-
return
|
|
3579
|
+
return e in de ? de[e] : Promise.resolve();
|
|
3580
|
+
const t = Fn(e);
|
|
3581
|
+
return de[e] = Promise.all(
|
|
3554
3582
|
t.map(
|
|
3555
|
-
([i, r]) =>
|
|
3583
|
+
([i, r]) => $n(i, r)
|
|
3556
3584
|
)
|
|
3557
3585
|
).then(() => {
|
|
3558
3586
|
if (ut(e))
|
|
3559
|
-
return
|
|
3560
|
-
delete
|
|
3561
|
-
}),
|
|
3587
|
+
return Bi(e);
|
|
3588
|
+
delete de[e];
|
|
3589
|
+
}), de[e];
|
|
3562
3590
|
}
|
|
3563
|
-
const
|
|
3591
|
+
const Gn = {
|
|
3564
3592
|
number: {
|
|
3565
3593
|
scientific: { notation: "scientific" },
|
|
3566
3594
|
engineering: { notation: "engineering" },
|
|
@@ -3589,34 +3617,34 @@ const Wn = {
|
|
|
3589
3617
|
timeZoneName: "short"
|
|
3590
3618
|
}
|
|
3591
3619
|
}
|
|
3592
|
-
},
|
|
3620
|
+
}, zn = {
|
|
3593
3621
|
fallbackLocale: null,
|
|
3594
3622
|
loadingDelay: 200,
|
|
3595
|
-
formats:
|
|
3623
|
+
formats: Gn,
|
|
3596
3624
|
warnOnMissingMessages: !0,
|
|
3597
3625
|
handleMissingMessage: void 0,
|
|
3598
3626
|
ignoreTag: !0
|
|
3599
|
-
},
|
|
3600
|
-
function
|
|
3601
|
-
return
|
|
3627
|
+
}, Wn = zn;
|
|
3628
|
+
function ce() {
|
|
3629
|
+
return Wn;
|
|
3602
3630
|
}
|
|
3603
|
-
const
|
|
3604
|
-
var
|
|
3631
|
+
const Ye = ke(!1);
|
|
3632
|
+
var Vn = Object.defineProperty, Xn = Object.defineProperties, Zn = Object.getOwnPropertyDescriptors, Ht = Object.getOwnPropertySymbols, Yn = Object.prototype.hasOwnProperty, qn = Object.prototype.propertyIsEnumerable, Ot = (e, t, i) => t in e ? Vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, Jn = (e, t) => {
|
|
3605
3633
|
for (var i in t || (t = {}))
|
|
3606
|
-
|
|
3607
|
-
if (
|
|
3608
|
-
for (var i of
|
|
3609
|
-
|
|
3634
|
+
Yn.call(t, i) && Ot(e, i, t[i]);
|
|
3635
|
+
if (Ht)
|
|
3636
|
+
for (var i of Ht(t))
|
|
3637
|
+
qn.call(t, i) && Ot(e, i, t[i]);
|
|
3610
3638
|
return e;
|
|
3611
|
-
},
|
|
3639
|
+
}, Qn = (e, t) => Xn(e, Zn(t));
|
|
3612
3640
|
let lt;
|
|
3613
|
-
const He =
|
|
3614
|
-
function
|
|
3641
|
+
const He = ke(null);
|
|
3642
|
+
function Mt(e) {
|
|
3615
3643
|
return e.split("-").map((t, i, r) => r.slice(0, i + 1).join("-")).reverse();
|
|
3616
3644
|
}
|
|
3617
|
-
function
|
|
3618
|
-
const i =
|
|
3619
|
-
return t ? [.../* @__PURE__ */ new Set([...i, ...
|
|
3645
|
+
function De(e, t = ce().fallbackLocale) {
|
|
3646
|
+
const i = Mt(e);
|
|
3647
|
+
return t ? [.../* @__PURE__ */ new Set([...i, ...Mt(t)])] : i;
|
|
3620
3648
|
}
|
|
3621
3649
|
function te() {
|
|
3622
3650
|
return lt ?? void 0;
|
|
@@ -3624,100 +3652,100 @@ function te() {
|
|
|
3624
3652
|
He.subscribe((e) => {
|
|
3625
3653
|
lt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3626
3654
|
});
|
|
3627
|
-
const
|
|
3628
|
-
if (e &&
|
|
3629
|
-
const { loadingDelay: t } =
|
|
3655
|
+
const Kn = (e) => {
|
|
3656
|
+
if (e && Un(e) && ut(e)) {
|
|
3657
|
+
const { loadingDelay: t } = ce();
|
|
3630
3658
|
let i;
|
|
3631
3659
|
return typeof window < "u" && te() != null && t ? i = window.setTimeout(
|
|
3632
|
-
() =>
|
|
3660
|
+
() => Ye.set(!0),
|
|
3633
3661
|
t
|
|
3634
|
-
) :
|
|
3662
|
+
) : Ye.set(!0), Bi(e).then(() => {
|
|
3635
3663
|
He.set(e);
|
|
3636
3664
|
}).finally(() => {
|
|
3637
|
-
clearTimeout(i),
|
|
3665
|
+
clearTimeout(i), Ye.set(!1);
|
|
3638
3666
|
});
|
|
3639
3667
|
}
|
|
3640
3668
|
return He.set(e);
|
|
3641
|
-
},
|
|
3642
|
-
set:
|
|
3643
|
-
}),
|
|
3669
|
+
}, me = Qn(Jn({}, He), {
|
|
3670
|
+
set: Kn
|
|
3671
|
+
}), Re = (e) => {
|
|
3644
3672
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3645
3673
|
return (r) => {
|
|
3646
3674
|
const n = JSON.stringify(r);
|
|
3647
3675
|
return n in t ? t[n] : t[n] = e(r);
|
|
3648
3676
|
};
|
|
3649
3677
|
};
|
|
3650
|
-
var
|
|
3678
|
+
var eo = Object.defineProperty, Oe = Object.getOwnPropertySymbols, Ni = Object.prototype.hasOwnProperty, Ii = Object.prototype.propertyIsEnumerable, kt = (e, t, i) => t in e ? eo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, bt = (e, t) => {
|
|
3651
3679
|
for (var i in t || (t = {}))
|
|
3652
|
-
|
|
3653
|
-
if (
|
|
3654
|
-
for (var i of
|
|
3655
|
-
|
|
3680
|
+
Ni.call(t, i) && kt(e, i, t[i]);
|
|
3681
|
+
if (Oe)
|
|
3682
|
+
for (var i of Oe(t))
|
|
3683
|
+
Ii.call(t, i) && kt(e, i, t[i]);
|
|
3656
3684
|
return e;
|
|
3657
3685
|
}, fe = (e, t) => {
|
|
3658
3686
|
var i = {};
|
|
3659
3687
|
for (var r in e)
|
|
3660
|
-
|
|
3661
|
-
if (e != null &&
|
|
3662
|
-
for (var r of
|
|
3663
|
-
t.indexOf(r) < 0 &&
|
|
3688
|
+
Ni.call(e, r) && t.indexOf(r) < 0 && (i[r] = e[r]);
|
|
3689
|
+
if (e != null && Oe)
|
|
3690
|
+
for (var r of Oe(e))
|
|
3691
|
+
t.indexOf(r) < 0 && Ii.call(e, r) && (i[r] = e[r]);
|
|
3664
3692
|
return i;
|
|
3665
3693
|
};
|
|
3666
|
-
const
|
|
3667
|
-
const { formats: i } =
|
|
3694
|
+
const Ee = (e, t) => {
|
|
3695
|
+
const { formats: i } = ce();
|
|
3668
3696
|
if (e in i && t in i[e])
|
|
3669
3697
|
return i[e][t];
|
|
3670
3698
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3671
|
-
},
|
|
3699
|
+
}, to = Re(
|
|
3672
3700
|
(e) => {
|
|
3673
3701
|
var t = e, { locale: i, format: r } = t, n = fe(t, ["locale", "format"]);
|
|
3674
3702
|
if (i == null)
|
|
3675
3703
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3676
|
-
return r && (n =
|
|
3704
|
+
return r && (n = Ee("number", r)), new Intl.NumberFormat(i, n);
|
|
3677
3705
|
}
|
|
3678
|
-
),
|
|
3706
|
+
), io = Re(
|
|
3679
3707
|
(e) => {
|
|
3680
3708
|
var t = e, { locale: i, format: r } = t, n = fe(t, ["locale", "format"]);
|
|
3681
3709
|
if (i == null)
|
|
3682
3710
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3683
|
-
return r ? n =
|
|
3711
|
+
return r ? n = Ee("date", r) : Object.keys(n).length === 0 && (n = Ee("date", "short")), new Intl.DateTimeFormat(i, n);
|
|
3684
3712
|
}
|
|
3685
|
-
),
|
|
3713
|
+
), ro = Re(
|
|
3686
3714
|
(e) => {
|
|
3687
3715
|
var t = e, { locale: i, format: r } = t, n = fe(t, ["locale", "format"]);
|
|
3688
3716
|
if (i == null)
|
|
3689
3717
|
throw new Error(
|
|
3690
3718
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3691
3719
|
);
|
|
3692
|
-
return r ? n =
|
|
3720
|
+
return r ? n = Ee("time", r) : Object.keys(n).length === 0 && (n = Ee("time", "short")), new Intl.DateTimeFormat(i, n);
|
|
3693
3721
|
}
|
|
3694
|
-
),
|
|
3722
|
+
), no = (e = {}) => {
|
|
3695
3723
|
var t = e, {
|
|
3696
3724
|
locale: i = te()
|
|
3697
3725
|
} = t, r = fe(t, [
|
|
3698
3726
|
"locale"
|
|
3699
3727
|
]);
|
|
3700
|
-
return
|
|
3701
|
-
},
|
|
3728
|
+
return to(bt({ locale: i }, r));
|
|
3729
|
+
}, oo = (e = {}) => {
|
|
3702
3730
|
var t = e, {
|
|
3703
3731
|
locale: i = te()
|
|
3704
3732
|
} = t, r = fe(t, [
|
|
3705
3733
|
"locale"
|
|
3706
3734
|
]);
|
|
3707
|
-
return
|
|
3708
|
-
},
|
|
3735
|
+
return io(bt({ locale: i }, r));
|
|
3736
|
+
}, so = (e = {}) => {
|
|
3709
3737
|
var t = e, {
|
|
3710
3738
|
locale: i = te()
|
|
3711
3739
|
} = t, r = fe(t, [
|
|
3712
3740
|
"locale"
|
|
3713
3741
|
]);
|
|
3714
|
-
return
|
|
3715
|
-
},
|
|
3742
|
+
return ro(bt({ locale: i }, r));
|
|
3743
|
+
}, ao = Re(
|
|
3716
3744
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3717
|
-
(e, t = te()) => new
|
|
3718
|
-
ignoreTag:
|
|
3745
|
+
(e, t = te()) => new Mn(e, t, ce().formats, {
|
|
3746
|
+
ignoreTag: ce().ignoreTag
|
|
3719
3747
|
})
|
|
3720
|
-
),
|
|
3748
|
+
), uo = (e, t = {}) => {
|
|
3721
3749
|
var i, r, n, o;
|
|
3722
3750
|
let s = t;
|
|
3723
3751
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -3730,9 +3758,9 @@ const _e = (e, t) => {
|
|
|
3730
3758
|
throw new Error(
|
|
3731
3759
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3732
3760
|
);
|
|
3733
|
-
let u =
|
|
3761
|
+
let u = wi(e, h);
|
|
3734
3762
|
if (!u)
|
|
3735
|
-
u = (o = (n = (r = (i =
|
|
3763
|
+
u = (o = (n = (r = (i = ce()).handleMissingMessage) == null ? void 0 : r.call(i, { locale: h, id: e, defaultValue: l })) != null ? n : l) != null ? o : e;
|
|
3736
3764
|
else if (typeof u != "string")
|
|
3737
3765
|
return console.warn(
|
|
3738
3766
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -3741,26 +3769,26 @@ const _e = (e, t) => {
|
|
|
3741
3769
|
return u;
|
|
3742
3770
|
let c = u;
|
|
3743
3771
|
try {
|
|
3744
|
-
c =
|
|
3745
|
-
} catch (
|
|
3746
|
-
|
|
3772
|
+
c = ao(u, h).format(a);
|
|
3773
|
+
} catch (f) {
|
|
3774
|
+
f instanceof Error && console.warn(
|
|
3747
3775
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
3748
|
-
|
|
3776
|
+
f.message
|
|
3749
3777
|
);
|
|
3750
3778
|
}
|
|
3751
3779
|
return c;
|
|
3752
|
-
},
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
function
|
|
3758
|
-
|
|
3759
|
-
}
|
|
3760
|
-
function
|
|
3761
|
-
|
|
3762
|
-
}
|
|
3763
|
-
const
|
|
3780
|
+
}, lo = (e, t) => so(t).format(e), co = (e, t) => oo(t).format(e), ho = (e, t) => no(t).format(e), mo = (e, t = te()) => wi(e, t), fo = he([me, Le], () => uo);
|
|
3781
|
+
he([me], () => lo);
|
|
3782
|
+
he([me], () => co);
|
|
3783
|
+
he([me], () => ho);
|
|
3784
|
+
he([me, Le], () => mo);
|
|
3785
|
+
function Ct(e, t) {
|
|
3786
|
+
Pi(e, t);
|
|
3787
|
+
}
|
|
3788
|
+
function po(e) {
|
|
3789
|
+
me.set(e);
|
|
3790
|
+
}
|
|
3791
|
+
const Dt = {
|
|
3764
3792
|
en: {
|
|
3765
3793
|
loadingText: "Loading, please wait...",
|
|
3766
3794
|
Monthly: "per month",
|
|
@@ -4213,85 +4241,16 @@ const jt = {
|
|
|
4213
4241
|
closeButton: "CLOSE"
|
|
4214
4242
|
}
|
|
4215
4243
|
};
|
|
4216
|
-
|
|
4217
|
-
Copyright (c) Microsoft Corporation.
|
|
4218
|
-
|
|
4219
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4220
|
-
purpose with or without fee is hereby granted.
|
|
4221
|
-
|
|
4222
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
4223
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
4224
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
4225
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
4226
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
4227
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
4228
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
4229
|
-
***************************************************************************** */
|
|
4230
|
-
var ct = function(e, t) {
|
|
4231
|
-
return ct = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
|
|
4232
|
-
i.__proto__ = r;
|
|
4233
|
-
} || function(i, r) {
|
|
4234
|
-
for (var n in r)
|
|
4235
|
-
Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
|
|
4236
|
-
}, ct(e, t);
|
|
4237
|
-
};
|
|
4238
|
-
function Le(e, t) {
|
|
4239
|
-
if (typeof t != "function" && t !== null)
|
|
4240
|
-
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
4241
|
-
ct(e, t);
|
|
4242
|
-
function i() {
|
|
4243
|
-
this.constructor = e;
|
|
4244
|
-
}
|
|
4245
|
-
e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
|
|
4246
|
-
}
|
|
4247
|
-
function ht(e) {
|
|
4248
|
-
var t = typeof Symbol == "function" && Symbol.iterator, i = t && e[t], r = 0;
|
|
4249
|
-
if (i)
|
|
4250
|
-
return i.call(e);
|
|
4251
|
-
if (e && typeof e.length == "number")
|
|
4252
|
-
return {
|
|
4253
|
-
next: function() {
|
|
4254
|
-
return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e };
|
|
4255
|
-
}
|
|
4256
|
-
};
|
|
4257
|
-
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
4258
|
-
}
|
|
4259
|
-
function ft(e, t) {
|
|
4260
|
-
var i = typeof Symbol == "function" && e[Symbol.iterator];
|
|
4261
|
-
if (!i)
|
|
4262
|
-
return e;
|
|
4263
|
-
var r = i.call(e), n, o = [], s;
|
|
4264
|
-
try {
|
|
4265
|
-
for (; (t === void 0 || t-- > 0) && !(n = r.next()).done; )
|
|
4266
|
-
o.push(n.value);
|
|
4267
|
-
} catch (a) {
|
|
4268
|
-
s = { error: a };
|
|
4269
|
-
} finally {
|
|
4270
|
-
try {
|
|
4271
|
-
n && !n.done && (i = r.return) && i.call(r);
|
|
4272
|
-
} finally {
|
|
4273
|
-
if (s)
|
|
4274
|
-
throw s.error;
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
return o;
|
|
4278
|
-
}
|
|
4279
|
-
function mt(e, t, i) {
|
|
4280
|
-
if (arguments.length === 2)
|
|
4281
|
-
for (var r = 0, n = t.length, o; r < n; r++)
|
|
4282
|
-
(o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
|
|
4283
|
-
return e.concat(o || t);
|
|
4284
|
-
}
|
|
4285
|
-
function q(e) {
|
|
4244
|
+
function Y(e) {
|
|
4286
4245
|
return typeof e == "function";
|
|
4287
4246
|
}
|
|
4288
|
-
function
|
|
4247
|
+
function Hi(e) {
|
|
4289
4248
|
var t = function(r) {
|
|
4290
4249
|
Error.call(r), r.stack = new Error().stack;
|
|
4291
4250
|
}, i = e(t);
|
|
4292
4251
|
return i.prototype = Object.create(Error.prototype), i.prototype.constructor = i, i;
|
|
4293
4252
|
}
|
|
4294
|
-
var
|
|
4253
|
+
var qe = Hi(function(e) {
|
|
4295
4254
|
return function(i) {
|
|
4296
4255
|
e(this), this.message = i ? i.length + ` errors occurred during unsubscription:
|
|
4297
4256
|
` + i.map(function(r, n) {
|
|
@@ -4300,13 +4259,13 @@ var Ke = Mi(function(e) {
|
|
|
4300
4259
|
`) : "", this.name = "UnsubscriptionError", this.errors = i;
|
|
4301
4260
|
};
|
|
4302
4261
|
});
|
|
4303
|
-
function
|
|
4262
|
+
function ct(e, t) {
|
|
4304
4263
|
if (e) {
|
|
4305
4264
|
var i = e.indexOf(t);
|
|
4306
4265
|
0 <= i && e.splice(i, 1);
|
|
4307
4266
|
}
|
|
4308
4267
|
}
|
|
4309
|
-
var
|
|
4268
|
+
var Ue = function() {
|
|
4310
4269
|
function e(t) {
|
|
4311
4270
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
4312
4271
|
}
|
|
@@ -4318,7 +4277,7 @@ var $e = function() {
|
|
|
4318
4277
|
if (s)
|
|
4319
4278
|
if (this._parentage = null, Array.isArray(s))
|
|
4320
4279
|
try {
|
|
4321
|
-
for (var a =
|
|
4280
|
+
for (var a = et(s), h = a.next(); !h.done; h = a.next()) {
|
|
4322
4281
|
var l = h.value;
|
|
4323
4282
|
l.remove(this);
|
|
4324
4283
|
}
|
|
@@ -4335,29 +4294,29 @@ var $e = function() {
|
|
|
4335
4294
|
else
|
|
4336
4295
|
s.remove(this);
|
|
4337
4296
|
var u = this.initialTeardown;
|
|
4338
|
-
if (
|
|
4297
|
+
if (Y(u))
|
|
4339
4298
|
try {
|
|
4340
4299
|
u();
|
|
4341
4300
|
} catch (_) {
|
|
4342
|
-
o = _ instanceof
|
|
4301
|
+
o = _ instanceof qe ? _.errors : [_];
|
|
4343
4302
|
}
|
|
4344
4303
|
var c = this._finalizers;
|
|
4345
4304
|
if (c) {
|
|
4346
4305
|
this._finalizers = null;
|
|
4347
4306
|
try {
|
|
4348
|
-
for (var
|
|
4349
|
-
var p =
|
|
4307
|
+
for (var f = et(c), m = f.next(); !m.done; m = f.next()) {
|
|
4308
|
+
var p = m.value;
|
|
4350
4309
|
try {
|
|
4351
|
-
|
|
4310
|
+
Rt(p);
|
|
4352
4311
|
} catch (_) {
|
|
4353
|
-
o = o ?? [], _ instanceof
|
|
4312
|
+
o = o ?? [], _ instanceof qe ? o = se(se([], tt(o)), tt(_.errors)) : o.push(_);
|
|
4354
4313
|
}
|
|
4355
4314
|
}
|
|
4356
4315
|
} catch (_) {
|
|
4357
4316
|
r = { error: _ };
|
|
4358
4317
|
} finally {
|
|
4359
4318
|
try {
|
|
4360
|
-
|
|
4319
|
+
m && !m.done && (n = f.return) && n.call(f);
|
|
4361
4320
|
} finally {
|
|
4362
4321
|
if (r)
|
|
4363
4322
|
throw r.error;
|
|
@@ -4365,13 +4324,13 @@ var $e = function() {
|
|
|
4365
4324
|
}
|
|
4366
4325
|
}
|
|
4367
4326
|
if (o)
|
|
4368
|
-
throw new
|
|
4327
|
+
throw new qe(o);
|
|
4369
4328
|
}
|
|
4370
4329
|
}, e.prototype.add = function(t) {
|
|
4371
4330
|
var i;
|
|
4372
4331
|
if (t && t !== this)
|
|
4373
4332
|
if (this.closed)
|
|
4374
|
-
|
|
4333
|
+
Rt(t);
|
|
4375
4334
|
else {
|
|
4376
4335
|
if (t instanceof e) {
|
|
4377
4336
|
if (t.closed || t._hasParent(this))
|
|
@@ -4388,52 +4347,56 @@ var $e = function() {
|
|
|
4388
4347
|
this._parentage = Array.isArray(i) ? (i.push(t), i) : i ? [i, t] : t;
|
|
4389
4348
|
}, e.prototype._removeParent = function(t) {
|
|
4390
4349
|
var i = this._parentage;
|
|
4391
|
-
i === t ? this._parentage = null : Array.isArray(i) &&
|
|
4350
|
+
i === t ? this._parentage = null : Array.isArray(i) && ct(i, t);
|
|
4392
4351
|
}, e.prototype.remove = function(t) {
|
|
4393
4352
|
var i = this._finalizers;
|
|
4394
|
-
i &&
|
|
4353
|
+
i && ct(i, t), t instanceof e && t._removeParent(this);
|
|
4395
4354
|
}, e.EMPTY = function() {
|
|
4396
4355
|
var t = new e();
|
|
4397
4356
|
return t.closed = !0, t;
|
|
4398
4357
|
}(), e;
|
|
4399
|
-
}(),
|
|
4400
|
-
function
|
|
4401
|
-
return e instanceof
|
|
4402
|
-
}
|
|
4403
|
-
function
|
|
4404
|
-
|
|
4405
|
-
}
|
|
4406
|
-
var
|
|
4407
|
-
|
|
4408
|
-
|
|
4358
|
+
}(), Oi = Ue.EMPTY;
|
|
4359
|
+
function Mi(e) {
|
|
4360
|
+
return e instanceof Ue || e && "closed" in e && Y(e.remove) && Y(e.add) && Y(e.unsubscribe);
|
|
4361
|
+
}
|
|
4362
|
+
function Rt(e) {
|
|
4363
|
+
Y(e) ? e() : e.unsubscribe();
|
|
4364
|
+
}
|
|
4365
|
+
var ki = {
|
|
4366
|
+
onUnhandledError: null,
|
|
4367
|
+
onStoppedNotification: null,
|
|
4368
|
+
Promise: void 0,
|
|
4369
|
+
useDeprecatedSynchronousErrorHandling: !1,
|
|
4370
|
+
useDeprecatedNextContext: !1
|
|
4371
|
+
}, bo = {
|
|
4409
4372
|
setTimeout: function(e, t) {
|
|
4410
4373
|
for (var i = [], r = 2; r < arguments.length; r++)
|
|
4411
4374
|
i[r - 2] = arguments[r];
|
|
4412
|
-
return setTimeout.apply(void 0,
|
|
4375
|
+
return setTimeout.apply(void 0, se([e, t], tt(i)));
|
|
4413
4376
|
},
|
|
4414
4377
|
clearTimeout: function(e) {
|
|
4415
4378
|
return clearTimeout(e);
|
|
4416
4379
|
},
|
|
4417
4380
|
delegate: void 0
|
|
4418
4381
|
};
|
|
4419
|
-
function
|
|
4420
|
-
|
|
4382
|
+
function go(e) {
|
|
4383
|
+
bo.setTimeout(function() {
|
|
4421
4384
|
throw e;
|
|
4422
4385
|
});
|
|
4423
4386
|
}
|
|
4424
|
-
function
|
|
4387
|
+
function Ut() {
|
|
4425
4388
|
}
|
|
4426
4389
|
function Be(e) {
|
|
4427
4390
|
e();
|
|
4428
4391
|
}
|
|
4429
|
-
var
|
|
4430
|
-
|
|
4392
|
+
var Ci = function(e) {
|
|
4393
|
+
q(t, e);
|
|
4431
4394
|
function t(i) {
|
|
4432
4395
|
var r = e.call(this) || this;
|
|
4433
|
-
return r.isStopped = !1, i ? (r.destination = i,
|
|
4396
|
+
return r.isStopped = !1, i ? (r.destination = i, Mi(i) && i.add(r)) : r.destination = Eo, r;
|
|
4434
4397
|
}
|
|
4435
4398
|
return t.create = function(i, r, n) {
|
|
4436
|
-
return new
|
|
4399
|
+
return new ht(i, r, n);
|
|
4437
4400
|
}, t.prototype.next = function(i) {
|
|
4438
4401
|
this.isStopped || this._next(i);
|
|
4439
4402
|
}, t.prototype.error = function(i) {
|
|
@@ -4457,7 +4420,11 @@ var Di = function(e) {
|
|
|
4457
4420
|
this.unsubscribe();
|
|
4458
4421
|
}
|
|
4459
4422
|
}, t;
|
|
4460
|
-
}(
|
|
4423
|
+
}(Ue), yo = Function.prototype.bind;
|
|
4424
|
+
function Je(e, t) {
|
|
4425
|
+
return yo.call(e, t);
|
|
4426
|
+
}
|
|
4427
|
+
var vo = function() {
|
|
4461
4428
|
function e(t) {
|
|
4462
4429
|
this.partialObserver = t;
|
|
4463
4430
|
}
|
|
@@ -4488,43 +4455,55 @@ var Di = function(e) {
|
|
|
4488
4455
|
we(i);
|
|
4489
4456
|
}
|
|
4490
4457
|
}, e;
|
|
4491
|
-
}(),
|
|
4492
|
-
|
|
4458
|
+
}(), ht = function(e) {
|
|
4459
|
+
q(t, e);
|
|
4493
4460
|
function t(i, r, n) {
|
|
4494
4461
|
var o = e.call(this) || this, s;
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4462
|
+
if (Y(i) || !i)
|
|
4463
|
+
s = {
|
|
4464
|
+
next: i ?? void 0,
|
|
4465
|
+
error: r ?? void 0,
|
|
4466
|
+
complete: n ?? void 0
|
|
4467
|
+
};
|
|
4468
|
+
else {
|
|
4469
|
+
var a;
|
|
4470
|
+
o && ki.useDeprecatedNextContext ? (a = Object.create(i), a.unsubscribe = function() {
|
|
4471
|
+
return o.unsubscribe();
|
|
4472
|
+
}, s = {
|
|
4473
|
+
next: i.next && Je(i.next, a),
|
|
4474
|
+
error: i.error && Je(i.error, a),
|
|
4475
|
+
complete: i.complete && Je(i.complete, a)
|
|
4476
|
+
}) : s = i;
|
|
4477
|
+
}
|
|
4478
|
+
return o.destination = new vo(s), o;
|
|
4500
4479
|
}
|
|
4501
4480
|
return t;
|
|
4502
|
-
}(
|
|
4481
|
+
}(Ci);
|
|
4503
4482
|
function we(e) {
|
|
4504
|
-
|
|
4483
|
+
go(e);
|
|
4505
4484
|
}
|
|
4506
|
-
function
|
|
4485
|
+
function _o(e) {
|
|
4507
4486
|
throw e;
|
|
4508
4487
|
}
|
|
4509
|
-
var
|
|
4488
|
+
var Eo = {
|
|
4510
4489
|
closed: !0,
|
|
4511
|
-
next:
|
|
4512
|
-
error:
|
|
4513
|
-
complete:
|
|
4514
|
-
},
|
|
4490
|
+
next: Ut,
|
|
4491
|
+
error: _o,
|
|
4492
|
+
complete: Ut
|
|
4493
|
+
}, Lo = function() {
|
|
4515
4494
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
4516
4495
|
}();
|
|
4517
|
-
function
|
|
4496
|
+
function xo(e) {
|
|
4518
4497
|
return e;
|
|
4519
4498
|
}
|
|
4520
|
-
function
|
|
4521
|
-
return e.length === 0 ?
|
|
4499
|
+
function To(e) {
|
|
4500
|
+
return e.length === 0 ? xo : e.length === 1 ? e[0] : function(i) {
|
|
4522
4501
|
return e.reduce(function(r, n) {
|
|
4523
4502
|
return n(r);
|
|
4524
4503
|
}, i);
|
|
4525
4504
|
};
|
|
4526
4505
|
}
|
|
4527
|
-
var
|
|
4506
|
+
var jt = function() {
|
|
4528
4507
|
function e(t) {
|
|
4529
4508
|
t && (this._subscribe = t);
|
|
4530
4509
|
}
|
|
@@ -4532,7 +4511,7 @@ var Ft = function() {
|
|
|
4532
4511
|
var i = new e();
|
|
4533
4512
|
return i.source = this, i.operator = t, i;
|
|
4534
4513
|
}, e.prototype.subscribe = function(t, i, r) {
|
|
4535
|
-
var n = this, o =
|
|
4514
|
+
var n = this, o = So(t) ? t : new ht(t, i, r);
|
|
4536
4515
|
return Be(function() {
|
|
4537
4516
|
var s = n, a = s.operator, h = s.source;
|
|
4538
4517
|
o.add(a ? a.call(o, h) : h ? n._subscribe(o) : n._trySubscribe(o));
|
|
@@ -4545,8 +4524,8 @@ var Ft = function() {
|
|
|
4545
4524
|
}
|
|
4546
4525
|
}, e.prototype.forEach = function(t, i) {
|
|
4547
4526
|
var r = this;
|
|
4548
|
-
return i =
|
|
4549
|
-
var s = new
|
|
4527
|
+
return i = Ft(i), new i(function(n, o) {
|
|
4528
|
+
var s = new ht({
|
|
4550
4529
|
next: function(a) {
|
|
4551
4530
|
try {
|
|
4552
4531
|
t(a);
|
|
@@ -4562,15 +4541,15 @@ var Ft = function() {
|
|
|
4562
4541
|
}, e.prototype._subscribe = function(t) {
|
|
4563
4542
|
var i;
|
|
4564
4543
|
return (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(t);
|
|
4565
|
-
}, e.prototype[
|
|
4544
|
+
}, e.prototype[Lo] = function() {
|
|
4566
4545
|
return this;
|
|
4567
4546
|
}, e.prototype.pipe = function() {
|
|
4568
4547
|
for (var t = [], i = 0; i < arguments.length; i++)
|
|
4569
4548
|
t[i] = arguments[i];
|
|
4570
|
-
return
|
|
4549
|
+
return To(t)(this);
|
|
4571
4550
|
}, e.prototype.toPromise = function(t) {
|
|
4572
4551
|
var i = this;
|
|
4573
|
-
return t =
|
|
4552
|
+
return t = Ft(t), new t(function(r, n) {
|
|
4574
4553
|
var o;
|
|
4575
4554
|
i.subscribe(function(s) {
|
|
4576
4555
|
return o = s;
|
|
@@ -4584,32 +4563,32 @@ var Ft = function() {
|
|
|
4584
4563
|
return new e(t);
|
|
4585
4564
|
}, e;
|
|
4586
4565
|
}();
|
|
4587
|
-
function
|
|
4566
|
+
function Ft(e) {
|
|
4588
4567
|
var t;
|
|
4589
|
-
return (t = e ??
|
|
4568
|
+
return (t = e ?? ki.Promise) !== null && t !== void 0 ? t : Promise;
|
|
4590
4569
|
}
|
|
4591
|
-
function
|
|
4592
|
-
return e &&
|
|
4570
|
+
function wo(e) {
|
|
4571
|
+
return e && Y(e.next) && Y(e.error) && Y(e.complete);
|
|
4593
4572
|
}
|
|
4594
|
-
function
|
|
4595
|
-
return e && e instanceof
|
|
4573
|
+
function So(e) {
|
|
4574
|
+
return e && e instanceof Ci || wo(e) && Mi(e);
|
|
4596
4575
|
}
|
|
4597
|
-
var
|
|
4576
|
+
var Po = Hi(function(e) {
|
|
4598
4577
|
return function() {
|
|
4599
4578
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
4600
4579
|
};
|
|
4601
|
-
}),
|
|
4602
|
-
|
|
4580
|
+
}), Di = function(e) {
|
|
4581
|
+
q(t, e);
|
|
4603
4582
|
function t() {
|
|
4604
4583
|
var i = e.call(this) || this;
|
|
4605
4584
|
return i.closed = !1, i.currentObservers = null, i.observers = [], i.isStopped = !1, i.hasError = !1, i.thrownError = null, i;
|
|
4606
4585
|
}
|
|
4607
4586
|
return t.prototype.lift = function(i) {
|
|
4608
|
-
var r = new
|
|
4587
|
+
var r = new $t(this, this);
|
|
4609
4588
|
return r.operator = i, r;
|
|
4610
4589
|
}, t.prototype._throwIfClosed = function() {
|
|
4611
4590
|
if (this.closed)
|
|
4612
|
-
throw new
|
|
4591
|
+
throw new Po();
|
|
4613
4592
|
}, t.prototype.next = function(i) {
|
|
4614
4593
|
var r = this;
|
|
4615
4594
|
Be(function() {
|
|
@@ -4617,7 +4596,7 @@ var Bo = Mi(function(e) {
|
|
|
4617
4596
|
if (r._throwIfClosed(), !r.isStopped) {
|
|
4618
4597
|
r.currentObservers || (r.currentObservers = Array.from(r.observers));
|
|
4619
4598
|
try {
|
|
4620
|
-
for (var s =
|
|
4599
|
+
for (var s = et(r.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
4621
4600
|
var h = a.value;
|
|
4622
4601
|
h.next(i);
|
|
4623
4602
|
}
|
|
@@ -4666,20 +4645,20 @@ var Bo = Mi(function(e) {
|
|
|
4666
4645
|
return this._throwIfClosed(), this._checkFinalizedStatuses(i), this._innerSubscribe(i);
|
|
4667
4646
|
}, t.prototype._innerSubscribe = function(i) {
|
|
4668
4647
|
var r = this, n = this, o = n.hasError, s = n.isStopped, a = n.observers;
|
|
4669
|
-
return o || s ?
|
|
4670
|
-
r.currentObservers = null,
|
|
4648
|
+
return o || s ? Oi : (this.currentObservers = null, a.push(i), new Ue(function() {
|
|
4649
|
+
r.currentObservers = null, ct(a, i);
|
|
4671
4650
|
}));
|
|
4672
4651
|
}, t.prototype._checkFinalizedStatuses = function(i) {
|
|
4673
4652
|
var r = this, n = r.hasError, o = r.thrownError, s = r.isStopped;
|
|
4674
4653
|
n ? i.error(o) : s && i.complete();
|
|
4675
4654
|
}, t.prototype.asObservable = function() {
|
|
4676
|
-
var i = new
|
|
4655
|
+
var i = new jt();
|
|
4677
4656
|
return i.source = this, i;
|
|
4678
4657
|
}, t.create = function(i, r) {
|
|
4679
|
-
return new
|
|
4658
|
+
return new $t(i, r);
|
|
4680
4659
|
}, t;
|
|
4681
|
-
}(
|
|
4682
|
-
|
|
4660
|
+
}(jt), $t = function(e) {
|
|
4661
|
+
q(t, e);
|
|
4683
4662
|
function t(i, r) {
|
|
4684
4663
|
var n = e.call(this) || this;
|
|
4685
4664
|
return n.destination = i, n.source = r, n;
|
|
@@ -4695,17 +4674,17 @@ var Bo = Mi(function(e) {
|
|
|
4695
4674
|
(r = (i = this.destination) === null || i === void 0 ? void 0 : i.complete) === null || r === void 0 || r.call(i);
|
|
4696
4675
|
}, t.prototype._subscribe = function(i) {
|
|
4697
4676
|
var r, n;
|
|
4698
|
-
return (n = (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(i)) !== null && n !== void 0 ? n :
|
|
4677
|
+
return (n = (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(i)) !== null && n !== void 0 ? n : Oi;
|
|
4699
4678
|
}, t;
|
|
4700
|
-
}(
|
|
4679
|
+
}(Di), Ri = {
|
|
4701
4680
|
now: function() {
|
|
4702
|
-
return (
|
|
4681
|
+
return (Ri.delegate || Date).now();
|
|
4703
4682
|
},
|
|
4704
4683
|
delegate: void 0
|
|
4705
|
-
},
|
|
4706
|
-
|
|
4684
|
+
}, Ao = function(e) {
|
|
4685
|
+
q(t, e);
|
|
4707
4686
|
function t(i, r, n) {
|
|
4708
|
-
i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n =
|
|
4687
|
+
i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n = Ri);
|
|
4709
4688
|
var o = e.call(this) || this;
|
|
4710
4689
|
return o._bufferSize = i, o._windowTime = r, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = r === 1 / 0, o._bufferSize = Math.max(1, i), o._windowTime = Math.max(1, r), o;
|
|
4711
4690
|
}
|
|
@@ -4725,24 +4704,24 @@ var Bo = Mi(function(e) {
|
|
|
4725
4704
|
l && o.splice(0, l + 1);
|
|
4726
4705
|
}
|
|
4727
4706
|
}, t;
|
|
4728
|
-
}(
|
|
4729
|
-
const
|
|
4730
|
-
if (
|
|
4731
|
-
const i = new
|
|
4732
|
-
|
|
4707
|
+
}(Di);
|
|
4708
|
+
const Gt = [], zt = {}, Bo = (e, t = 0) => {
|
|
4709
|
+
if (Gt.indexOf(e) == -1) {
|
|
4710
|
+
const i = new Ao(t);
|
|
4711
|
+
zt[e] = i, Gt.push(e);
|
|
4733
4712
|
}
|
|
4734
|
-
return
|
|
4713
|
+
return zt[e];
|
|
4735
4714
|
};
|
|
4736
|
-
window.emWidgets = { topic:
|
|
4737
|
-
const
|
|
4715
|
+
window.emWidgets = { topic: Bo };
|
|
4716
|
+
const No = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4738
4717
|
String(Number.MAX_SAFE_INTEGER).length;
|
|
4739
|
-
function
|
|
4718
|
+
function Io(e, t) {
|
|
4740
4719
|
if (e) {
|
|
4741
4720
|
const i = document.createElement("style");
|
|
4742
4721
|
i.innerHTML = t, e.appendChild(i);
|
|
4743
4722
|
}
|
|
4744
4723
|
}
|
|
4745
|
-
function
|
|
4724
|
+
function Ho(e, t) {
|
|
4746
4725
|
if (!e || !t)
|
|
4747
4726
|
return;
|
|
4748
4727
|
const i = new URL(t);
|
|
@@ -4753,7 +4732,7 @@ function Mo(e, t) {
|
|
|
4753
4732
|
console.error("There was an error while trying to load client styling from URL", r);
|
|
4754
4733
|
});
|
|
4755
4734
|
}
|
|
4756
|
-
function
|
|
4735
|
+
function Oo(e, t, i) {
|
|
4757
4736
|
if (window.emMessageBus) {
|
|
4758
4737
|
const r = document.createElement("style");
|
|
4759
4738
|
window.emMessageBus.subscribe(t, (n) => {
|
|
@@ -4761,31 +4740,31 @@ function ko(e, t, i) {
|
|
|
4761
4740
|
});
|
|
4762
4741
|
}
|
|
4763
4742
|
}
|
|
4764
|
-
function
|
|
4765
|
-
|
|
4743
|
+
function Mo(e) {
|
|
4744
|
+
or(e, "svelte-1uoztsw", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}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{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px}.LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586B);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));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:1px solid var(--emw--color-gray-50, #F9F8F8)}.LimitDetailsTextWrapper{font-size:1.3rem;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.PendingLimit{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.LimitTitle{font-size:1.5rem}.PopupOverlay{position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:var(--emw--color-white, #FFFFFF);font-size:1rem;color:var(--emw--color-black, #000000);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:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #FFFFFF);font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;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:var(--emw--color-white, #FFFFFF);color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B);border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:var(--emw--color-gray-300, #58586B)}@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 rgb(122, 195, 23);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:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}');
|
|
4766
4745
|
}
|
|
4767
|
-
function
|
|
4746
|
+
function Wt(e, t, i) {
|
|
4768
4747
|
const r = e.slice();
|
|
4769
4748
|
return r[50] = t[i], r;
|
|
4770
4749
|
}
|
|
4771
|
-
function
|
|
4750
|
+
function Vt(e, t, i) {
|
|
4772
4751
|
const r = e.slice();
|
|
4773
4752
|
return r[53] = t[i], r;
|
|
4774
4753
|
}
|
|
4775
|
-
function
|
|
4754
|
+
function Xt(e, t, i) {
|
|
4776
4755
|
const r = e.slice();
|
|
4777
4756
|
return r[53] = t[i], r;
|
|
4778
4757
|
}
|
|
4779
|
-
function
|
|
4758
|
+
function Zt(e, t, i) {
|
|
4780
4759
|
const r = e.slice();
|
|
4781
4760
|
return r[58] = t[i], r;
|
|
4782
4761
|
}
|
|
4783
|
-
function
|
|
4762
|
+
function Yt(e) {
|
|
4784
4763
|
let t, i;
|
|
4785
4764
|
function r(s, a) {
|
|
4786
4765
|
return (
|
|
4787
4766
|
/*popupReady*/
|
|
4788
|
-
s[11] ?
|
|
4767
|
+
s[11] ? ko : Co
|
|
4789
4768
|
);
|
|
4790
4769
|
}
|
|
4791
4770
|
let n = r(e), o = n(e);
|
|
@@ -4795,38 +4774,38 @@ function Jt(e) {
|
|
|
4795
4774
|
(e[14] ? "Desktop" : "")), g(t, "class", "PopupOverlay");
|
|
4796
4775
|
},
|
|
4797
4776
|
m(s, a) {
|
|
4798
|
-
|
|
4777
|
+
I(s, t, a), d(t, i), o.m(i, null);
|
|
4799
4778
|
},
|
|
4800
4779
|
p(s, a) {
|
|
4801
4780
|
n === (n = r(s)) && o ? o.p(s, a) : (o.d(1), o = n(s), o && (o.c(), o.m(i, null)));
|
|
4802
4781
|
},
|
|
4803
4782
|
d(s) {
|
|
4804
|
-
s &&
|
|
4783
|
+
s && N(t), o.d();
|
|
4805
4784
|
}
|
|
4806
4785
|
};
|
|
4807
4786
|
}
|
|
4808
|
-
function
|
|
4787
|
+
function ko(e) {
|
|
4809
4788
|
let t, i, r = (
|
|
4810
4789
|
/*$_*/
|
|
4811
4790
|
e[13]("popupTitle") + ""
|
|
4812
|
-
), n, o, s, a, h, l, u, c,
|
|
4813
|
-
e[9] &&
|
|
4791
|
+
), n, o, s, a, h, l, u, c, f, m, p, _, R, P = !/*limitError*/
|
|
4792
|
+
e[9] && qt(e);
|
|
4814
4793
|
return {
|
|
4815
4794
|
c() {
|
|
4816
|
-
t = v("div"), i = v("span"), n =
|
|
4795
|
+
t = v("div"), i = v("span"), n = F(r), o = j(), s = v("button"), s.textContent = "X", a = j(), h = v("div"), l = v("div"), P && P.c(), u = j(), c = v("p"), f = F(
|
|
4817
4796
|
/*popupContent*/
|
|
4818
4797
|
e[12]
|
|
4819
|
-
),
|
|
4798
|
+
), m = j(), p = v("button"), p.textContent = "OK", g(i, "class", "PopupTitle"), g(s, "class", "ClosePopup"), g(t, "class", "PopupTitleWrapper"), g(l, "class", "ResultIconWrapper"), g(c, "class", "DescriptionParagraph"), g(h, "class", "DescriptionWrapper"), g(p, "class", "ConfirmButton");
|
|
4820
4799
|
},
|
|
4821
4800
|
m(L, w) {
|
|
4822
|
-
|
|
4823
|
-
|
|
4801
|
+
I(L, t, w), d(t, i), d(i, n), d(t, o), d(t, s), I(L, a, w), I(L, h, w), d(h, l), P && P.m(l, null), d(h, u), d(h, c), d(c, f), I(L, m, w), I(L, p, w), _ || (R = [
|
|
4802
|
+
Z(
|
|
4824
4803
|
s,
|
|
4825
4804
|
"click",
|
|
4826
4805
|
/*closePopup*/
|
|
4827
4806
|
e[20]
|
|
4828
4807
|
),
|
|
4829
|
-
|
|
4808
|
+
Z(
|
|
4830
4809
|
p,
|
|
4831
4810
|
"click",
|
|
4832
4811
|
/*closePopup*/
|
|
@@ -4838,57 +4817,57 @@ function Do(e) {
|
|
|
4838
4817
|
w[0] & /*$_*/
|
|
4839
4818
|
8192 && r !== (r = /*$_*/
|
|
4840
4819
|
L[13]("popupTitle") + "") && W(n, r), /*limitError*/
|
|
4841
|
-
L[9] ?
|
|
4820
|
+
L[9] ? P && (P.d(1), P = null) : P ? P.p(L, w) : (P = qt(L), P.c(), P.m(l, null)), w[0] & /*popupContent*/
|
|
4842
4821
|
4096 && W(
|
|
4843
|
-
|
|
4822
|
+
f,
|
|
4844
4823
|
/*popupContent*/
|
|
4845
4824
|
L[12]
|
|
4846
4825
|
);
|
|
4847
4826
|
},
|
|
4848
4827
|
d(L) {
|
|
4849
|
-
L && (
|
|
4828
|
+
L && (N(t), N(a), N(h), N(m), N(p)), P && P.d(), _ = !1, ee(R);
|
|
4850
4829
|
}
|
|
4851
4830
|
};
|
|
4852
4831
|
}
|
|
4853
|
-
function
|
|
4832
|
+
function Co(e) {
|
|
4854
4833
|
let t;
|
|
4855
4834
|
return {
|
|
4856
4835
|
c() {
|
|
4857
4836
|
t = v("div"), g(t, "class", "LoadingIndicator");
|
|
4858
4837
|
},
|
|
4859
4838
|
m(i, r) {
|
|
4860
|
-
|
|
4839
|
+
I(i, t, r);
|
|
4861
4840
|
},
|
|
4862
|
-
p:
|
|
4841
|
+
p: U,
|
|
4863
4842
|
d(i) {
|
|
4864
|
-
i &&
|
|
4843
|
+
i && N(t);
|
|
4865
4844
|
}
|
|
4866
4845
|
};
|
|
4867
4846
|
}
|
|
4868
|
-
function
|
|
4847
|
+
function qt(e) {
|
|
4869
4848
|
let t, i, r, n, o, s, a, h, l = (
|
|
4870
4849
|
/*$_*/
|
|
4871
4850
|
e[13]("popupSuccess") + ""
|
|
4872
4851
|
), u;
|
|
4873
4852
|
return {
|
|
4874
4853
|
c() {
|
|
4875
|
-
t =
|
|
4876
|
-
`), o =
|
|
4854
|
+
t = pe("svg"), i = pe("defs"), r = pe("style"), n = F(`.fil0 {fill:black;fill-rule:nonzero}
|
|
4855
|
+
`), o = pe("g"), s = pe("polygon"), a = j(), h = v("p"), u = F(l), g(r, "type", "text/css"), g(s, "class", "fil0"), g(s, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), g(t, "xmlns", "http://www.w3.org/2000/svg"), g(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), g(t, "xml:space", "preserve"), g(t, "version", "1.1"), Ge(t, "shape-rendering", "geometricPrecision"), Ge(t, "text-rendering", "geometricPrecision"), Ge(t, "image-rendering", "optimizeQuality"), g(t, "viewBox", "0 0 90 69"), g(t, "x", "0px"), g(t, "y", "0px"), g(t, "fill-rule", "evenodd"), g(t, "clip-rule", "evenodd");
|
|
4877
4856
|
},
|
|
4878
|
-
m(c,
|
|
4879
|
-
|
|
4857
|
+
m(c, f) {
|
|
4858
|
+
I(c, t, f), d(t, i), d(i, r), d(r, n), d(t, o), d(o, s), I(c, a, f), I(c, h, f), d(h, u);
|
|
4880
4859
|
},
|
|
4881
|
-
p(c,
|
|
4882
|
-
|
|
4860
|
+
p(c, f) {
|
|
4861
|
+
f[0] & /*$_*/
|
|
4883
4862
|
8192 && l !== (l = /*$_*/
|
|
4884
4863
|
c[13]("popupSuccess") + "") && W(u, l);
|
|
4885
4864
|
},
|
|
4886
4865
|
d(c) {
|
|
4887
|
-
c && (
|
|
4866
|
+
c && (N(t), N(a), N(h));
|
|
4888
4867
|
}
|
|
4889
4868
|
};
|
|
4890
4869
|
}
|
|
4891
|
-
function
|
|
4870
|
+
function Do(e) {
|
|
4892
4871
|
let t, i, r, n, o, s, a, h, l, u = (
|
|
4893
4872
|
/*multiplePeriods*/
|
|
4894
4873
|
e[6] ? `${/*$_*/
|
|
@@ -4897,59 +4876,59 @@ function jo(e) {
|
|
|
4897
4876
|
e[13](`gamingLimits.${/*selectedPeriod*/
|
|
4898
4877
|
e[2]}`)} ${/*$_*/
|
|
4899
4878
|
e[13]("limit")}`
|
|
4900
|
-
), c,
|
|
4879
|
+
), c, f, m, p, _, R = (
|
|
4901
4880
|
/*$_*/
|
|
4902
4881
|
e[13]("setLimit") + ""
|
|
4903
|
-
),
|
|
4882
|
+
), P, L, w, H = K(
|
|
4904
4883
|
/*availableLimits*/
|
|
4905
4884
|
e[15]
|
|
4906
|
-
),
|
|
4907
|
-
for (let E = 0; E <
|
|
4908
|
-
|
|
4909
|
-
let
|
|
4885
|
+
), B = [];
|
|
4886
|
+
for (let E = 0; E < H.length; E += 1)
|
|
4887
|
+
B[E] = Qt(Xt(e, H, E));
|
|
4888
|
+
let M = (
|
|
4910
4889
|
/*multipleLimits*/
|
|
4911
|
-
e[5] &&
|
|
4890
|
+
e[5] && Kt(e)
|
|
4912
4891
|
), D = (
|
|
4913
4892
|
/*multiplePeriods*/
|
|
4914
|
-
e[6] &&
|
|
4893
|
+
e[6] && ti(e)
|
|
4915
4894
|
);
|
|
4916
4895
|
return {
|
|
4917
4896
|
c() {
|
|
4918
4897
|
t = v("div"), i = v("div"), r = v("div");
|
|
4919
|
-
for (let E = 0; E <
|
|
4920
|
-
|
|
4921
|
-
n =
|
|
4922
|
-
(e[14] ? "Desktop" : "")), g(l, "class", "LimitInputText"), g(h, "class", "LimitAmountInputWrapper"), g(
|
|
4898
|
+
for (let E = 0; E < B.length; E += 1)
|
|
4899
|
+
B[E].c();
|
|
4900
|
+
n = j(), o = v("form"), M && M.c(), s = j(), D && D.c(), a = j(), h = v("label"), l = v("span"), c = F(u), f = j(), m = v("input"), p = j(), _ = v("button"), P = F(R), g(r, "class", "LimitsList " + /*isDesktop*/
|
|
4901
|
+
(e[14] ? "Desktop" : "")), g(l, "class", "LimitInputText"), g(h, "class", "LimitAmountInputWrapper"), g(m, "type", "number"), g(m, "pattern", "[0-9]*"), g(_, "class", "LimitSubmitButton"), g(_, "type", "button"), _.disabled = !0, g(o, "class", "LimitsInteractionArea " + /*isDesktop*/
|
|
4923
4902
|
(e[14] ? "Desktop" : "")), g(i, "class", "LimitsPageContainer"), g(t, "class", "player-account-gaming-limits-page-2-gmcore");
|
|
4924
4903
|
},
|
|
4925
4904
|
m(E, G) {
|
|
4926
|
-
|
|
4927
|
-
for (let
|
|
4928
|
-
|
|
4929
|
-
d(i, n), d(i, o),
|
|
4930
|
-
|
|
4905
|
+
I(E, t, G), d(t, i), d(i, r);
|
|
4906
|
+
for (let k = 0; k < B.length; k += 1)
|
|
4907
|
+
B[k] && B[k].m(r, null);
|
|
4908
|
+
d(i, n), d(i, o), M && M.m(o, null), d(o, s), D && D.m(o, null), d(o, a), d(o, h), d(h, l), d(l, c), d(o, f), d(o, m), ge(
|
|
4909
|
+
m,
|
|
4931
4910
|
/*inputAmount*/
|
|
4932
4911
|
e[3]
|
|
4933
|
-
), d(o, p), d(o, _), d(_,
|
|
4934
|
-
|
|
4935
|
-
|
|
4912
|
+
), d(o, p), d(o, _), d(_, P), e[35](_), L || (w = [
|
|
4913
|
+
Z(
|
|
4914
|
+
m,
|
|
4936
4915
|
"input",
|
|
4937
4916
|
/*input_input_handler*/
|
|
4938
4917
|
e[34]
|
|
4939
4918
|
),
|
|
4940
|
-
|
|
4941
|
-
|
|
4919
|
+
Z(
|
|
4920
|
+
m,
|
|
4942
4921
|
"keyup",
|
|
4943
4922
|
/*updateInputValue*/
|
|
4944
4923
|
e[18]
|
|
4945
4924
|
),
|
|
4946
|
-
|
|
4925
|
+
Z(
|
|
4947
4926
|
_,
|
|
4948
4927
|
"click",
|
|
4949
4928
|
/*updateLimits*/
|
|
4950
4929
|
e[17]
|
|
4951
4930
|
),
|
|
4952
|
-
|
|
4931
|
+
Z(
|
|
4953
4932
|
o,
|
|
4954
4933
|
"submit",
|
|
4955
4934
|
/*updateLimits*/
|
|
@@ -4960,22 +4939,22 @@ function jo(e) {
|
|
|
4960
4939
|
p(E, G) {
|
|
4961
4940
|
if (G[0] & /*isDesktop, availableLimits, removeLimit, $_*/
|
|
4962
4941
|
581632) {
|
|
4963
|
-
|
|
4942
|
+
H = K(
|
|
4964
4943
|
/*availableLimits*/
|
|
4965
4944
|
E[15]
|
|
4966
4945
|
);
|
|
4967
|
-
let
|
|
4968
|
-
for (
|
|
4969
|
-
const J =
|
|
4970
|
-
|
|
4946
|
+
let k;
|
|
4947
|
+
for (k = 0; k < H.length; k += 1) {
|
|
4948
|
+
const J = Xt(E, H, k);
|
|
4949
|
+
B[k] ? B[k].p(J, G) : (B[k] = Qt(J), B[k].c(), B[k].m(r, null));
|
|
4971
4950
|
}
|
|
4972
|
-
for (;
|
|
4973
|
-
|
|
4974
|
-
|
|
4951
|
+
for (; k < B.length; k += 1)
|
|
4952
|
+
B[k].d(1);
|
|
4953
|
+
B.length = H.length;
|
|
4975
4954
|
}
|
|
4976
4955
|
/*multipleLimits*/
|
|
4977
|
-
E[5] ?
|
|
4978
|
-
E[6] ? D ? D.p(E, G) : (D =
|
|
4956
|
+
E[5] ? M ? M.p(E, G) : (M = Kt(E), M.c(), M.m(o, s)) : M && (M.d(1), M = null), /*multiplePeriods*/
|
|
4957
|
+
E[6] ? D ? D.p(E, G) : (D = ti(E), D.c(), D.m(o, a)) : D && (D.d(1), D = null), G[0] & /*multiplePeriods, $_, selectedPeriod*/
|
|
4979
4958
|
8260 && u !== (u = /*multiplePeriods*/
|
|
4980
4959
|
E[6] ? `${/*$_*/
|
|
4981
4960
|
E[13]("amount")}` : `${/*$_*/
|
|
@@ -4983,64 +4962,64 @@ function jo(e) {
|
|
|
4983
4962
|
E[13](`gamingLimits.${/*selectedPeriod*/
|
|
4984
4963
|
E[2]}`)} ${/*$_*/
|
|
4985
4964
|
E[13]("limit")}`) && W(c, u), G[0] & /*inputAmount*/
|
|
4986
|
-
8 &&
|
|
4987
|
-
E[3] &&
|
|
4988
|
-
|
|
4965
|
+
8 && si(m.value) !== /*inputAmount*/
|
|
4966
|
+
E[3] && ge(
|
|
4967
|
+
m,
|
|
4989
4968
|
/*inputAmount*/
|
|
4990
4969
|
E[3]
|
|
4991
4970
|
), G[0] & /*$_*/
|
|
4992
4971
|
8192 && R !== (R = /*$_*/
|
|
4993
|
-
E[13]("setLimit") + "") && W(
|
|
4972
|
+
E[13]("setLimit") + "") && W(P, R);
|
|
4994
4973
|
},
|
|
4995
4974
|
d(E) {
|
|
4996
|
-
E &&
|
|
4975
|
+
E && N(t), Me(B, E), M && M.d(), D && D.d(), e[35](null), L = !1, ee(w);
|
|
4997
4976
|
}
|
|
4998
4977
|
};
|
|
4999
4978
|
}
|
|
5000
|
-
function
|
|
4979
|
+
function Ro(e) {
|
|
5001
4980
|
let t;
|
|
5002
4981
|
return {
|
|
5003
4982
|
c() {
|
|
5004
4983
|
t = v("p"), t.textContent = "500 Server error";
|
|
5005
4984
|
},
|
|
5006
4985
|
m(i, r) {
|
|
5007
|
-
|
|
4986
|
+
I(i, t, r);
|
|
5008
4987
|
},
|
|
5009
|
-
p:
|
|
4988
|
+
p: U,
|
|
5010
4989
|
d(i) {
|
|
5011
|
-
i &&
|
|
4990
|
+
i && N(t);
|
|
5012
4991
|
}
|
|
5013
4992
|
};
|
|
5014
4993
|
}
|
|
5015
|
-
function
|
|
5016
|
-
return { c:
|
|
4994
|
+
function Uo(e) {
|
|
4995
|
+
return { c: U, m: U, p: U, d: U };
|
|
5017
4996
|
}
|
|
5018
|
-
function
|
|
4997
|
+
function jo(e) {
|
|
5019
4998
|
let t;
|
|
5020
4999
|
return {
|
|
5021
5000
|
c() {
|
|
5022
5001
|
t = v("div"), g(t, "class", "LoadingIndicator");
|
|
5023
5002
|
},
|
|
5024
5003
|
m(i, r) {
|
|
5025
|
-
|
|
5004
|
+
I(i, t, r);
|
|
5026
5005
|
},
|
|
5027
|
-
p:
|
|
5006
|
+
p: U,
|
|
5028
5007
|
d(i) {
|
|
5029
|
-
i &&
|
|
5008
|
+
i && N(t);
|
|
5030
5009
|
}
|
|
5031
5010
|
};
|
|
5032
5011
|
}
|
|
5033
|
-
function
|
|
5012
|
+
function Fo(e) {
|
|
5034
5013
|
let t, i, r, n = (
|
|
5035
5014
|
/*$_*/
|
|
5036
5015
|
e[13]("noLimitText") + ""
|
|
5037
5016
|
), o;
|
|
5038
5017
|
return {
|
|
5039
5018
|
c() {
|
|
5040
|
-
t = v("div"), i = v("div"), r = v("div"), o =
|
|
5019
|
+
t = v("div"), i = v("div"), r = v("div"), o = F(n), g(r, "class", "LimitDetailsTextWrapper"), g(i, "class", "LimitDetailsWrapper"), g(t, "class", "LimitDetails");
|
|
5041
5020
|
},
|
|
5042
5021
|
m(s, a) {
|
|
5043
|
-
|
|
5022
|
+
I(s, t, a), d(t, i), d(i, r), d(r, o);
|
|
5044
5023
|
},
|
|
5045
5024
|
p(s, a) {
|
|
5046
5025
|
a[0] & /*$_*/
|
|
@@ -5048,27 +5027,27 @@ function Go(e) {
|
|
|
5048
5027
|
s[13]("noLimitText") + "") && W(o, n);
|
|
5049
5028
|
},
|
|
5050
5029
|
d(s) {
|
|
5051
|
-
s &&
|
|
5030
|
+
s && N(t);
|
|
5052
5031
|
}
|
|
5053
5032
|
};
|
|
5054
5033
|
}
|
|
5055
|
-
function
|
|
5034
|
+
function $o(e) {
|
|
5056
5035
|
let t, i = K(
|
|
5057
5036
|
/*limit*/
|
|
5058
5037
|
e[53].currentLimits
|
|
5059
5038
|
), r = [];
|
|
5060
5039
|
for (let n = 0; n < i.length; n += 1)
|
|
5061
|
-
r[n] =
|
|
5040
|
+
r[n] = Jt(Zt(e, i, n));
|
|
5062
5041
|
return {
|
|
5063
5042
|
c() {
|
|
5064
5043
|
for (let n = 0; n < r.length; n += 1)
|
|
5065
5044
|
r[n].c();
|
|
5066
|
-
t =
|
|
5045
|
+
t = ur();
|
|
5067
5046
|
},
|
|
5068
5047
|
m(n, o) {
|
|
5069
5048
|
for (let s = 0; s < r.length; s += 1)
|
|
5070
5049
|
r[s] && r[s].m(n, o);
|
|
5071
|
-
|
|
5050
|
+
I(n, t, o);
|
|
5072
5051
|
},
|
|
5073
5052
|
p(n, o) {
|
|
5074
5053
|
if (o[0] & /*removeLimit, availableLimits, $_*/
|
|
@@ -5079,8 +5058,8 @@ function zo(e) {
|
|
|
5079
5058
|
);
|
|
5080
5059
|
let s;
|
|
5081
5060
|
for (s = 0; s < i.length; s += 1) {
|
|
5082
|
-
const a =
|
|
5083
|
-
r[s] ? r[s].p(a, o) : (r[s] =
|
|
5061
|
+
const a = Zt(n, i, s);
|
|
5062
|
+
r[s] ? r[s].p(a, o) : (r[s] = Jt(a), r[s].c(), r[s].m(t.parentNode, t));
|
|
5084
5063
|
}
|
|
5085
5064
|
for (; s < r.length; s += 1)
|
|
5086
5065
|
r[s].d(1);
|
|
@@ -5088,20 +5067,20 @@ function zo(e) {
|
|
|
5088
5067
|
}
|
|
5089
5068
|
},
|
|
5090
5069
|
d(n) {
|
|
5091
|
-
n &&
|
|
5070
|
+
n && N(t), Me(r, n);
|
|
5092
5071
|
}
|
|
5093
5072
|
};
|
|
5094
5073
|
}
|
|
5095
|
-
function
|
|
5074
|
+
function Go(e) {
|
|
5096
5075
|
let t, i = `${/*$_*/
|
|
5097
5076
|
e[13]("removedLimitText")} ${/*currentLimit*/
|
|
5098
5077
|
e[58].expiryDate}`, r;
|
|
5099
5078
|
return {
|
|
5100
5079
|
c() {
|
|
5101
|
-
t = v("div"), r =
|
|
5080
|
+
t = v("div"), r = F(i), g(t, "class", "PendingLimit");
|
|
5102
5081
|
},
|
|
5103
5082
|
m(n, o) {
|
|
5104
|
-
|
|
5083
|
+
I(n, t, o), d(t, r);
|
|
5105
5084
|
},
|
|
5106
5085
|
p(n, o) {
|
|
5107
5086
|
o[0] & /*$_*/
|
|
@@ -5110,11 +5089,11 @@ function Wo(e) {
|
|
|
5110
5089
|
n[58].expiryDate}`) && W(r, i);
|
|
5111
5090
|
},
|
|
5112
5091
|
d(n) {
|
|
5113
|
-
n &&
|
|
5092
|
+
n && N(t);
|
|
5114
5093
|
}
|
|
5115
5094
|
};
|
|
5116
5095
|
}
|
|
5117
|
-
function
|
|
5096
|
+
function zo(e) {
|
|
5118
5097
|
let t, i = `${/*currentLimit*/
|
|
5119
5098
|
e[58].updateAmount}${/*currentLimit*/
|
|
5120
5099
|
e[58].currency} ${/*$_*/
|
|
@@ -5124,10 +5103,10 @@ function Vo(e) {
|
|
|
5124
5103
|
e[58].expiryDate}`, r;
|
|
5125
5104
|
return {
|
|
5126
5105
|
c() {
|
|
5127
|
-
t = v("div"), r =
|
|
5106
|
+
t = v("div"), r = F(i), g(t, "class", "PendingLimit");
|
|
5128
5107
|
},
|
|
5129
5108
|
m(n, o) {
|
|
5130
|
-
|
|
5109
|
+
I(n, t, o), d(t, r);
|
|
5131
5110
|
},
|
|
5132
5111
|
p(n, o) {
|
|
5133
5112
|
o[0] & /*$_*/
|
|
@@ -5140,11 +5119,11 @@ function Vo(e) {
|
|
|
5140
5119
|
n[58].expiryDate}`) && W(r, i);
|
|
5141
5120
|
},
|
|
5142
5121
|
d(n) {
|
|
5143
|
-
n &&
|
|
5122
|
+
n && N(t);
|
|
5144
5123
|
}
|
|
5145
5124
|
};
|
|
5146
5125
|
}
|
|
5147
|
-
function
|
|
5126
|
+
function Wo(e) {
|
|
5148
5127
|
let t, i = (
|
|
5149
5128
|
/*$_*/
|
|
5150
5129
|
e[13]("gamingLimits.removeLimit") + ""
|
|
@@ -5160,10 +5139,10 @@ function Xo(e) {
|
|
|
5160
5139
|
}
|
|
5161
5140
|
return {
|
|
5162
5141
|
c() {
|
|
5163
|
-
t = v("button"), r =
|
|
5142
|
+
t = v("button"), r = F(i), g(t, "class", "RemoveLimitButton");
|
|
5164
5143
|
},
|
|
5165
5144
|
m(a, h) {
|
|
5166
|
-
|
|
5145
|
+
I(a, t, h), d(t, r), n || (o = Z(t, "click", s), n = !0);
|
|
5167
5146
|
},
|
|
5168
5147
|
p(a, h) {
|
|
5169
5148
|
e = a, h[0] & /*$_*/
|
|
@@ -5171,53 +5150,53 @@ function Xo(e) {
|
|
|
5171
5150
|
e[13]("gamingLimits.removeLimit") + "") && W(r, i);
|
|
5172
5151
|
},
|
|
5173
5152
|
d(a) {
|
|
5174
|
-
a &&
|
|
5153
|
+
a && N(t), n = !1, o();
|
|
5175
5154
|
}
|
|
5176
5155
|
};
|
|
5177
5156
|
}
|
|
5178
|
-
function
|
|
5157
|
+
function Jt(e) {
|
|
5179
5158
|
let t, i, r, n = `${/*currentLimit*/
|
|
5180
5159
|
e[58].amount}${/*currentLimit*/
|
|
5181
5160
|
e[58].currency} ${/*$_*/
|
|
5182
5161
|
e[13](`gamingLimits.${/*currentLimit*/
|
|
5183
5162
|
e[58].period}`)}`, o, s, a, h;
|
|
5184
|
-
function l(
|
|
5163
|
+
function l(m, p) {
|
|
5185
5164
|
if (
|
|
5186
5165
|
/*currentLimit*/
|
|
5187
|
-
|
|
5188
|
-
|
|
5166
|
+
m[58].isModified && /*currentLimit*/
|
|
5167
|
+
m[58].updateAmount != "-1"
|
|
5189
5168
|
)
|
|
5190
|
-
return
|
|
5169
|
+
return zo;
|
|
5191
5170
|
if (
|
|
5192
5171
|
/*currentLimit*/
|
|
5193
|
-
|
|
5172
|
+
m[58].isModified
|
|
5194
5173
|
)
|
|
5195
|
-
return
|
|
5174
|
+
return Go;
|
|
5196
5175
|
}
|
|
5197
|
-
let u = l(e), c = u && u(e),
|
|
5198
|
-
e[58].isModified &&
|
|
5176
|
+
let u = l(e), c = u && u(e), f = !/*currentLimit*/
|
|
5177
|
+
e[58].isModified && Wo(e);
|
|
5199
5178
|
return {
|
|
5200
5179
|
c() {
|
|
5201
|
-
t = v("div"), i = v("div"), r = v("div"), o =
|
|
5180
|
+
t = v("div"), i = v("div"), r = v("div"), o = F(n), s = j(), c && c.c(), a = j(), f && f.c(), h = j(), g(r, "class", "CurrentLimit"), g(i, "class", "LimitDetailsTextWrapper"), g(t, "class", "LimitDetails");
|
|
5202
5181
|
},
|
|
5203
|
-
m(
|
|
5204
|
-
|
|
5182
|
+
m(m, p) {
|
|
5183
|
+
I(m, t, p), d(t, i), d(i, r), d(r, o), d(i, s), c && c.m(i, null), d(t, a), f && f.m(t, null), d(t, h);
|
|
5205
5184
|
},
|
|
5206
|
-
p(
|
|
5185
|
+
p(m, p) {
|
|
5207
5186
|
p[0] & /*$_*/
|
|
5208
5187
|
8192 && n !== (n = `${/*currentLimit*/
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5188
|
+
m[58].amount}${/*currentLimit*/
|
|
5189
|
+
m[58].currency} ${/*$_*/
|
|
5190
|
+
m[13](`gamingLimits.${/*currentLimit*/
|
|
5191
|
+
m[58].period}`)}`) && W(o, n), c && c.p(m, p), /*currentLimit*/
|
|
5192
|
+
m[58].isModified || f.p(m, p);
|
|
5214
5193
|
},
|
|
5215
|
-
d(
|
|
5216
|
-
|
|
5194
|
+
d(m) {
|
|
5195
|
+
m && N(t), c && c.d(), f && f.d();
|
|
5217
5196
|
}
|
|
5218
5197
|
};
|
|
5219
5198
|
}
|
|
5220
|
-
function
|
|
5199
|
+
function Qt(e) {
|
|
5221
5200
|
let t, i, r = (
|
|
5222
5201
|
/*$_*/
|
|
5223
5202
|
e[13](`gamingLimits.${/*limit*/
|
|
@@ -5226,17 +5205,17 @@ function ei(e) {
|
|
|
5226
5205
|
function a(u, c) {
|
|
5227
5206
|
return (
|
|
5228
5207
|
/*limit*/
|
|
5229
|
-
u[53].currentLimits.length > 0 ?
|
|
5208
|
+
u[53].currentLimits.length > 0 ? $o : Fo
|
|
5230
5209
|
);
|
|
5231
5210
|
}
|
|
5232
5211
|
let l = a(e)(e);
|
|
5233
5212
|
return {
|
|
5234
5213
|
c() {
|
|
5235
|
-
t = v("div"), i = v("p"), n =
|
|
5214
|
+
t = v("div"), i = v("p"), n = F(r), o = j(), l.c(), s = j(), g(i, "class", "LimitTitle"), g(t, "class", "LimitWrapper " + /*isDesktop*/
|
|
5236
5215
|
(e[14] ? "Desktop" : ""));
|
|
5237
5216
|
},
|
|
5238
5217
|
m(u, c) {
|
|
5239
|
-
|
|
5218
|
+
I(u, t, c), d(t, i), d(i, n), d(t, o), l.m(t, null), d(t, s);
|
|
5240
5219
|
},
|
|
5241
5220
|
p(u, c) {
|
|
5242
5221
|
c[0] & /*$_*/
|
|
@@ -5245,11 +5224,11 @@ function ei(e) {
|
|
|
5245
5224
|
u[53].value}`) + "") && W(n, r), l.p(u, c);
|
|
5246
5225
|
},
|
|
5247
5226
|
d(u) {
|
|
5248
|
-
u &&
|
|
5227
|
+
u && N(t), l.d();
|
|
5249
5228
|
}
|
|
5250
5229
|
};
|
|
5251
5230
|
}
|
|
5252
|
-
function
|
|
5231
|
+
function Kt(e) {
|
|
5253
5232
|
let t, i, r = (
|
|
5254
5233
|
/*$_*/
|
|
5255
5234
|
e[13]("limitType") + ""
|
|
@@ -5258,35 +5237,35 @@ function ti(e) {
|
|
|
5258
5237
|
e[15]
|
|
5259
5238
|
), u = [];
|
|
5260
5239
|
for (let c = 0; c < l.length; c += 1)
|
|
5261
|
-
u[c] =
|
|
5240
|
+
u[c] = ei(Vt(e, l, c));
|
|
5262
5241
|
return {
|
|
5263
5242
|
c() {
|
|
5264
|
-
t = v("label"), i = v("span"), n =
|
|
5243
|
+
t = v("label"), i = v("span"), n = F(r), o = j(), s = v("select");
|
|
5265
5244
|
for (let c = 0; c < u.length; c += 1)
|
|
5266
5245
|
u[c].c();
|
|
5267
5246
|
g(i, "class", "LimitSelectText"), g(s, "name", ""), g(s, "id", ""), /*selectedLimit*/
|
|
5268
|
-
e[1] === void 0 &&
|
|
5247
|
+
e[1] === void 0 && ve(() => (
|
|
5269
5248
|
/*select_change_handler*/
|
|
5270
5249
|
e[32].call(s)
|
|
5271
5250
|
)), g(t, "class", "LimitTypeDropdownWrapper");
|
|
5272
5251
|
},
|
|
5273
|
-
m(c,
|
|
5274
|
-
|
|
5275
|
-
for (let
|
|
5276
|
-
u[
|
|
5252
|
+
m(c, f) {
|
|
5253
|
+
I(c, t, f), d(t, i), d(i, n), d(t, o), d(t, s);
|
|
5254
|
+
for (let m = 0; m < u.length; m += 1)
|
|
5255
|
+
u[m] && u[m].m(s, null);
|
|
5277
5256
|
Ne(
|
|
5278
5257
|
s,
|
|
5279
5258
|
/*selectedLimit*/
|
|
5280
5259
|
e[1],
|
|
5281
5260
|
!0
|
|
5282
5261
|
), a || (h = [
|
|
5283
|
-
|
|
5262
|
+
Z(
|
|
5284
5263
|
s,
|
|
5285
5264
|
"change",
|
|
5286
5265
|
/*select_change_handler*/
|
|
5287
5266
|
e[32]
|
|
5288
5267
|
),
|
|
5289
|
-
|
|
5268
|
+
Z(
|
|
5290
5269
|
s,
|
|
5291
5270
|
"change",
|
|
5292
5271
|
/*updateLimitSelection*/
|
|
@@ -5294,25 +5273,25 @@ function ti(e) {
|
|
|
5294
5273
|
)
|
|
5295
5274
|
], a = !0);
|
|
5296
5275
|
},
|
|
5297
|
-
p(c,
|
|
5298
|
-
if (
|
|
5276
|
+
p(c, f) {
|
|
5277
|
+
if (f[0] & /*$_*/
|
|
5299
5278
|
8192 && r !== (r = /*$_*/
|
|
5300
|
-
c[13]("limitType") + "") && W(n, r),
|
|
5279
|
+
c[13]("limitType") + "") && W(n, r), f[0] & /*availableLimits*/
|
|
5301
5280
|
32768) {
|
|
5302
5281
|
l = K(
|
|
5303
5282
|
/*availableLimits*/
|
|
5304
5283
|
c[15]
|
|
5305
5284
|
);
|
|
5306
|
-
let
|
|
5307
|
-
for (
|
|
5308
|
-
const p =
|
|
5309
|
-
u[
|
|
5285
|
+
let m;
|
|
5286
|
+
for (m = 0; m < l.length; m += 1) {
|
|
5287
|
+
const p = Vt(c, l, m);
|
|
5288
|
+
u[m] ? u[m].p(p, f) : (u[m] = ei(p), u[m].c(), u[m].m(s, null));
|
|
5310
5289
|
}
|
|
5311
|
-
for (;
|
|
5312
|
-
u[
|
|
5290
|
+
for (; m < u.length; m += 1)
|
|
5291
|
+
u[m].d(1);
|
|
5313
5292
|
u.length = l.length;
|
|
5314
5293
|
}
|
|
5315
|
-
|
|
5294
|
+
f[0] & /*selectedLimit, availableLimits*/
|
|
5316
5295
|
32770 && Ne(
|
|
5317
5296
|
s,
|
|
5318
5297
|
/*selectedLimit*/
|
|
@@ -5320,30 +5299,30 @@ function ti(e) {
|
|
|
5320
5299
|
);
|
|
5321
5300
|
},
|
|
5322
5301
|
d(c) {
|
|
5323
|
-
c &&
|
|
5302
|
+
c && N(t), Me(u, c), a = !1, ee(h);
|
|
5324
5303
|
}
|
|
5325
5304
|
};
|
|
5326
5305
|
}
|
|
5327
|
-
function
|
|
5306
|
+
function ei(e) {
|
|
5328
5307
|
let t, i = (
|
|
5329
5308
|
/*limit*/
|
|
5330
5309
|
e[53].title + ""
|
|
5331
5310
|
), r;
|
|
5332
5311
|
return {
|
|
5333
5312
|
c() {
|
|
5334
|
-
t = v("option"), r =
|
|
5335
|
-
e[53].value,
|
|
5313
|
+
t = v("option"), r = F(i), t.__value = /*limit*/
|
|
5314
|
+
e[53].value, ge(t, t.__value);
|
|
5336
5315
|
},
|
|
5337
5316
|
m(n, o) {
|
|
5338
|
-
|
|
5317
|
+
I(n, t, o), d(t, r);
|
|
5339
5318
|
},
|
|
5340
|
-
p:
|
|
5319
|
+
p: U,
|
|
5341
5320
|
d(n) {
|
|
5342
|
-
n &&
|
|
5321
|
+
n && N(t);
|
|
5343
5322
|
}
|
|
5344
5323
|
};
|
|
5345
5324
|
}
|
|
5346
|
-
function
|
|
5325
|
+
function ti(e) {
|
|
5347
5326
|
let t, i, r = (
|
|
5348
5327
|
/*$_*/
|
|
5349
5328
|
e[13]("period") + ""
|
|
@@ -5352,53 +5331,53 @@ function ri(e) {
|
|
|
5352
5331
|
e[1]
|
|
5353
5332
|
].periods), u = [];
|
|
5354
5333
|
for (let c = 0; c < l.length; c += 1)
|
|
5355
|
-
u[c] =
|
|
5334
|
+
u[c] = ii(Wt(e, l, c));
|
|
5356
5335
|
return {
|
|
5357
5336
|
c() {
|
|
5358
|
-
t = v("label"), i = v("span"), n =
|
|
5337
|
+
t = v("label"), i = v("span"), n = F(r), o = j(), s = v("select");
|
|
5359
5338
|
for (let c = 0; c < u.length; c += 1)
|
|
5360
5339
|
u[c].c();
|
|
5361
5340
|
g(i, "class", "PeriodSelectText"), g(t, "class", "LimitPeriodDropdownWrapper"), g(s, "name", ""), g(s, "id", ""), /*selectedPeriod*/
|
|
5362
|
-
e[2] === void 0 &&
|
|
5341
|
+
e[2] === void 0 && ve(() => (
|
|
5363
5342
|
/*select_change_handler_1*/
|
|
5364
5343
|
e[33].call(s)
|
|
5365
5344
|
));
|
|
5366
5345
|
},
|
|
5367
|
-
m(c,
|
|
5368
|
-
|
|
5369
|
-
for (let
|
|
5370
|
-
u[
|
|
5346
|
+
m(c, f) {
|
|
5347
|
+
I(c, t, f), d(t, i), d(i, n), I(c, o, f), I(c, s, f);
|
|
5348
|
+
for (let m = 0; m < u.length; m += 1)
|
|
5349
|
+
u[m] && u[m].m(s, null);
|
|
5371
5350
|
Ne(
|
|
5372
5351
|
s,
|
|
5373
5352
|
/*selectedPeriod*/
|
|
5374
5353
|
e[2],
|
|
5375
5354
|
!0
|
|
5376
|
-
), a || (h =
|
|
5355
|
+
), a || (h = Z(
|
|
5377
5356
|
s,
|
|
5378
5357
|
"change",
|
|
5379
5358
|
/*select_change_handler_1*/
|
|
5380
5359
|
e[33]
|
|
5381
5360
|
), a = !0);
|
|
5382
5361
|
},
|
|
5383
|
-
p(c,
|
|
5384
|
-
if (
|
|
5362
|
+
p(c, f) {
|
|
5363
|
+
if (f[0] & /*$_*/
|
|
5385
5364
|
8192 && r !== (r = /*$_*/
|
|
5386
|
-
c[13]("period") + "") && W(n, r),
|
|
5365
|
+
c[13]("period") + "") && W(n, r), f[0] & /*selectedLimit, $_*/
|
|
5387
5366
|
8194) {
|
|
5388
5367
|
l = K(X[
|
|
5389
5368
|
/*selectedLimit*/
|
|
5390
5369
|
c[1]
|
|
5391
5370
|
].periods);
|
|
5392
|
-
let
|
|
5393
|
-
for (
|
|
5394
|
-
const p =
|
|
5395
|
-
u[
|
|
5371
|
+
let m;
|
|
5372
|
+
for (m = 0; m < l.length; m += 1) {
|
|
5373
|
+
const p = Wt(c, l, m);
|
|
5374
|
+
u[m] ? u[m].p(p, f) : (u[m] = ii(p), u[m].c(), u[m].m(s, null));
|
|
5396
5375
|
}
|
|
5397
|
-
for (;
|
|
5398
|
-
u[
|
|
5376
|
+
for (; m < u.length; m += 1)
|
|
5377
|
+
u[m].d(1);
|
|
5399
5378
|
u.length = l.length;
|
|
5400
5379
|
}
|
|
5401
|
-
|
|
5380
|
+
f[0] & /*selectedPeriod, selectedLimit*/
|
|
5402
5381
|
6 && Ne(
|
|
5403
5382
|
s,
|
|
5404
5383
|
/*selectedPeriod*/
|
|
@@ -5406,11 +5385,11 @@ function ri(e) {
|
|
|
5406
5385
|
);
|
|
5407
5386
|
},
|
|
5408
5387
|
d(c) {
|
|
5409
|
-
c && (
|
|
5388
|
+
c && (N(t), N(o), N(s)), Me(u, c), a = !1, h();
|
|
5410
5389
|
}
|
|
5411
5390
|
};
|
|
5412
5391
|
}
|
|
5413
|
-
function
|
|
5392
|
+
function ii(e) {
|
|
5414
5393
|
let t, i = (
|
|
5415
5394
|
/*$_*/
|
|
5416
5395
|
e[13](`gamingLimits.${/*period*/
|
|
@@ -5418,11 +5397,11 @@ function ni(e) {
|
|
|
5418
5397
|
), r, n;
|
|
5419
5398
|
return {
|
|
5420
5399
|
c() {
|
|
5421
|
-
t = v("option"), r =
|
|
5422
|
-
e[50],
|
|
5400
|
+
t = v("option"), r = F(i), t.__value = n = /*period*/
|
|
5401
|
+
e[50], ge(t, t.__value), t.selected = !0;
|
|
5423
5402
|
},
|
|
5424
5403
|
m(o, s) {
|
|
5425
|
-
|
|
5404
|
+
I(o, t, s), d(t, r);
|
|
5426
5405
|
},
|
|
5427
5406
|
p(o, s) {
|
|
5428
5407
|
s[0] & /*$_, selectedLimit*/
|
|
@@ -5430,27 +5409,27 @@ function ni(e) {
|
|
|
5430
5409
|
o[13](`gamingLimits.${/*period*/
|
|
5431
5410
|
o[50]}`) + "") && W(r, i), s[0] & /*selectedLimit, availableLimits*/
|
|
5432
5411
|
32770 && n !== (n = /*period*/
|
|
5433
|
-
o[50]) && (t.__value = n,
|
|
5412
|
+
o[50]) && (t.__value = n, ge(t, t.__value));
|
|
5434
5413
|
},
|
|
5435
5414
|
d(o) {
|
|
5436
|
-
o &&
|
|
5415
|
+
o && N(t);
|
|
5437
5416
|
}
|
|
5438
5417
|
};
|
|
5439
5418
|
}
|
|
5440
|
-
function
|
|
5419
|
+
function Vo(e) {
|
|
5441
5420
|
let t, i, r = (
|
|
5442
5421
|
/*popupVisible*/
|
|
5443
|
-
e[10] &&
|
|
5422
|
+
e[10] && Yt(e)
|
|
5444
5423
|
);
|
|
5445
5424
|
function n(a, h) {
|
|
5446
5425
|
return (
|
|
5447
5426
|
/*isLoading*/
|
|
5448
5427
|
a[7] && !/*popupVisible*/
|
|
5449
|
-
a[10] ?
|
|
5428
|
+
a[10] ? jo : (
|
|
5450
5429
|
/*isLoading*/
|
|
5451
|
-
a[7] ?
|
|
5430
|
+
a[7] ? Uo : (
|
|
5452
5431
|
/*fetchError*/
|
|
5453
|
-
a[8] ?
|
|
5432
|
+
a[8] ? Ro : Do
|
|
5454
5433
|
)
|
|
5455
5434
|
)
|
|
5456
5435
|
);
|
|
@@ -5458,48 +5437,48 @@ function Zo(e) {
|
|
|
5458
5437
|
let o = n(e), s = o(e);
|
|
5459
5438
|
return {
|
|
5460
5439
|
c() {
|
|
5461
|
-
t = v("div"), r && r.c(), i =
|
|
5440
|
+
t = v("div"), r && r.c(), i = j(), s.c();
|
|
5462
5441
|
},
|
|
5463
5442
|
m(a, h) {
|
|
5464
|
-
|
|
5443
|
+
I(a, t, h), r && r.m(t, null), d(t, i), s.m(t, null), e[36](t);
|
|
5465
5444
|
},
|
|
5466
5445
|
p(a, h) {
|
|
5467
5446
|
/*popupVisible*/
|
|
5468
|
-
a[10] ? r ? r.p(a, h) : (r =
|
|
5447
|
+
a[10] ? r ? r.p(a, h) : (r = Yt(a), r.c(), r.m(t, i)) : r && (r.d(1), r = null), o === (o = n(a)) && s ? s.p(a, h) : (s.d(1), s = o(a), s && (s.c(), s.m(t, null)));
|
|
5469
5448
|
},
|
|
5470
|
-
i:
|
|
5471
|
-
o:
|
|
5449
|
+
i: U,
|
|
5450
|
+
o: U,
|
|
5472
5451
|
d(a) {
|
|
5473
|
-
a &&
|
|
5452
|
+
a && N(t), r && r.d(), s.d(), e[36](null);
|
|
5474
5453
|
}
|
|
5475
5454
|
};
|
|
5476
5455
|
}
|
|
5477
|
-
function
|
|
5456
|
+
function Xo(e, t, i) {
|
|
5478
5457
|
let r;
|
|
5479
|
-
|
|
5480
|
-
let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: h = "" } = t, { endpoint: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: c = "" } = t, { translationurl:
|
|
5481
|
-
const
|
|
5458
|
+
nr(e, fo, (b) => i(13, r = b));
|
|
5459
|
+
let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: h = "" } = t, { endpoint: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, p, _ = window.navigator.userAgent, R = !No(_), P = [], L = "", w = "", H, B, M = !1, D = !1, E = !0, G = !1, k = !1, J = !1, je = !1, Fe = "", xe;
|
|
5460
|
+
const gt = { EUR: "€", RON: " lei" }, Ui = {
|
|
5482
5461
|
updatePendingError: ["SYS_1037", "SYS_1142", "SYS_1140"]
|
|
5483
|
-
},
|
|
5484
|
-
fetch(
|
|
5485
|
-
Object.keys(y).forEach((
|
|
5486
|
-
|
|
5462
|
+
}, ji = () => {
|
|
5463
|
+
fetch(f).then((y) => y.json()).then((y) => {
|
|
5464
|
+
Object.keys(y).forEach((C) => {
|
|
5465
|
+
Ct(C, y[C]);
|
|
5487
5466
|
});
|
|
5488
5467
|
}).catch((y) => {
|
|
5489
5468
|
console.log(y);
|
|
5490
5469
|
});
|
|
5491
5470
|
};
|
|
5492
|
-
Object.keys(
|
|
5493
|
-
|
|
5471
|
+
Object.keys(Dt).forEach((b) => {
|
|
5472
|
+
Ct(b, Dt[b]);
|
|
5494
5473
|
});
|
|
5495
5474
|
const Fi = () => {
|
|
5496
5475
|
s.split(" ").forEach((y) => {
|
|
5497
|
-
X[y] ?
|
|
5498
|
-
}), i(1, L =
|
|
5499
|
-
},
|
|
5476
|
+
X[y] ? P.push(X[y]) : console.error(`Unknown limit: ${y}`);
|
|
5477
|
+
}), i(1, L = P[0].value), i(2, w = X[L].periods[0]), i(5, M = P.length > 1), i(6, D = X[L].periods.length > 1);
|
|
5478
|
+
}, $i = () => {
|
|
5500
5479
|
i(2, w = X[L].periods[0]), i(6, D = X[L].periods.length > 1);
|
|
5501
|
-
},
|
|
5502
|
-
if (!(
|
|
5480
|
+
}, Gi = () => {
|
|
5481
|
+
if (!(H > 0))
|
|
5503
5482
|
return;
|
|
5504
5483
|
i(10, J = !0), i(7, E = !0);
|
|
5505
5484
|
let b = new URL(`/v2/player/${h}/limits`, l);
|
|
@@ -5507,11 +5486,11 @@ function Yo(e, t, i) {
|
|
|
5507
5486
|
y[X[L].callValue] = [
|
|
5508
5487
|
{
|
|
5509
5488
|
period: w,
|
|
5510
|
-
amount:
|
|
5489
|
+
amount: H,
|
|
5511
5490
|
currency: o
|
|
5512
5491
|
}
|
|
5513
5492
|
];
|
|
5514
|
-
let
|
|
5493
|
+
let C = {
|
|
5515
5494
|
method: "PUT",
|
|
5516
5495
|
headers: {
|
|
5517
5496
|
"X-SessionID": a,
|
|
@@ -5520,20 +5499,20 @@ function Yo(e, t, i) {
|
|
|
5520
5499
|
},
|
|
5521
5500
|
body: JSON.stringify(y)
|
|
5522
5501
|
};
|
|
5523
|
-
fetch(b.href,
|
|
5524
|
-
|
|
5525
|
-
}).catch((
|
|
5526
|
-
console.log(
|
|
5502
|
+
fetch(b.href, C).then((A) => (A.status >= 300 && i(9, k = !0), A.json())).then((A) => {
|
|
5503
|
+
$e(), k && zi(A);
|
|
5504
|
+
}).catch((A) => {
|
|
5505
|
+
console.log(A), i(7, E = !1), i(8, G = !0);
|
|
5527
5506
|
});
|
|
5528
|
-
},
|
|
5507
|
+
}, zi = (b) => {
|
|
5529
5508
|
const y = b.error.match(/errorCode:(.*)\)/)[1];
|
|
5530
5509
|
console.error(`API response error: ${y}`);
|
|
5531
|
-
let
|
|
5532
|
-
for (const [
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
},
|
|
5536
|
-
let b = new URL(`/v2/player/${h}/limits`, l), y = !
|
|
5510
|
+
let C;
|
|
5511
|
+
for (const [A, $] of Object.entries(Ui))
|
|
5512
|
+
$.includes(y) && (C = r(`gamingLimits.${A}`));
|
|
5513
|
+
C = C ?? r("gamingLimits.genericError"), yt(y, C);
|
|
5514
|
+
}, $e = () => {
|
|
5515
|
+
let b = new URL(`/v2/player/${h}/limits`, l), y = !k, C = {
|
|
5537
5516
|
method: "GET",
|
|
5538
5517
|
headers: {
|
|
5539
5518
|
"X-SessionID": a,
|
|
@@ -5541,47 +5520,47 @@ function Yo(e, t, i) {
|
|
|
5541
5520
|
Accept: "application/json"
|
|
5542
5521
|
}
|
|
5543
5522
|
};
|
|
5544
|
-
fetch(b.href,
|
|
5545
|
-
if (
|
|
5523
|
+
fetch(b.href, C).then((A) => {
|
|
5524
|
+
if (A.status >= 300)
|
|
5546
5525
|
throw i(7, E = !1), i(8, G = !0), new Error("There was an error fetching the limits");
|
|
5547
|
-
return
|
|
5548
|
-
}).then((
|
|
5549
|
-
xe =
|
|
5550
|
-
}).catch((
|
|
5551
|
-
console.log(
|
|
5526
|
+
return A.json();
|
|
5527
|
+
}).then((A) => {
|
|
5528
|
+
xe = A, J && y && yt(), Wi(xe), i(7, E = !1), i(3, H = null);
|
|
5529
|
+
}).catch((A) => {
|
|
5530
|
+
console.log(A), i(7, E = !1), i(8, G = !0);
|
|
5552
5531
|
});
|
|
5553
|
-
},
|
|
5554
|
-
|
|
5555
|
-
y.currentLimits = [], b[X[y.value].callValue]?.forEach((
|
|
5556
|
-
const
|
|
5557
|
-
y.currentLimits.push({}), y.currentLimits[
|
|
5558
|
-
}), y.currentLimits =
|
|
5532
|
+
}, Wi = (b) => {
|
|
5533
|
+
P.forEach((y) => {
|
|
5534
|
+
y.currentLimits = [], b[X[y.value].callValue]?.forEach((C, A) => {
|
|
5535
|
+
const $ = b[X[y.value].callValue][A];
|
|
5536
|
+
y.currentLimits.push({}), y.currentLimits[A].limitType = y.value, y.currentLimits[A].amount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format($.amount), y.currentLimits[A].currency = gt[$.currency] ?? $.currency, y.currentLimits[A].period = $.period, y.currentLimits[A].updateAmount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format($.updateAmount), y.currentLimits[A].isModified = $.isModified, y.currentLimits[A].expiryDate = `${new Date($.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)`;
|
|
5537
|
+
}), y.currentLimits = Vi(y.currentLimits);
|
|
5559
5538
|
});
|
|
5560
|
-
},
|
|
5539
|
+
}, Vi = (b) => {
|
|
5561
5540
|
const y = { Daily: 0, Weekly: 1, Monthly: 2 };
|
|
5562
|
-
return b.sort((
|
|
5563
|
-
},
|
|
5564
|
-
|
|
5565
|
-
const y =
|
|
5566
|
-
|
|
5567
|
-
},
|
|
5541
|
+
return b.sort((C, A) => y[C.period] - y[A.period]), b;
|
|
5542
|
+
}, Xi = () => {
|
|
5543
|
+
H > 999999999999999 && i(3, H = 999999999999999);
|
|
5544
|
+
const y = H - Math.floor(H) === 0;
|
|
5545
|
+
H > 0 && y ? B.removeAttribute("disabled") : B.setAttribute("disabled", "true");
|
|
5546
|
+
}, yt = (b, y) => {
|
|
5568
5547
|
if (b)
|
|
5569
|
-
i(12,
|
|
5548
|
+
i(12, Fe = y);
|
|
5570
5549
|
else if (xe) {
|
|
5571
|
-
const
|
|
5572
|
-
let
|
|
5573
|
-
i(12,
|
|
5550
|
+
const C = xe[X[L].callValue].filter((ir) => ir.period === w)[0], A = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(C.amount);
|
|
5551
|
+
let $ = r("gamingLimits.popupImmediateUpdate").replace("{selectedLimit}", r(`gamingLimits.${L}`).toLowerCase()).replace("{updatedAmount}", A).replace("{currency}", gt[C.currency] || C.currency).replace("{selectedPeriod}", r(`gamingLimits.${w}`).toLowerCase());
|
|
5552
|
+
i(12, Fe = C.isModified ? `${r("popupPendingUpdate")} ${new Date(C.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : $);
|
|
5574
5553
|
} else
|
|
5575
5554
|
console.error("Couldn't populate popupContent");
|
|
5576
|
-
i(11,
|
|
5577
|
-
},
|
|
5555
|
+
i(11, je = !0);
|
|
5556
|
+
}, vt = (b) => {
|
|
5578
5557
|
const y = {
|
|
5579
5558
|
wager: "wagering",
|
|
5580
5559
|
loss: "loss",
|
|
5581
5560
|
deposit: "deposit"
|
|
5582
5561
|
};
|
|
5583
5562
|
i(10, J = !0), i(7, E = !0);
|
|
5584
|
-
let
|
|
5563
|
+
let C = new URL(`/v2/player/${h}/limits/${y[b.limitType]}?periods=${b.period}`, l), A = {
|
|
5585
5564
|
method: "DELETE",
|
|
5586
5565
|
headers: {
|
|
5587
5566
|
"X-SessionID": a,
|
|
@@ -5589,71 +5568,71 @@ function Yo(e, t, i) {
|
|
|
5589
5568
|
Accept: "application/json"
|
|
5590
5569
|
}
|
|
5591
5570
|
};
|
|
5592
|
-
fetch(
|
|
5593
|
-
|
|
5594
|
-
}).catch((
|
|
5595
|
-
console.log(
|
|
5571
|
+
fetch(C.href, A).then(($) => $.json()).then(($) => {
|
|
5572
|
+
$e();
|
|
5573
|
+
}).catch(($) => {
|
|
5574
|
+
console.log($), i(7, E = !1), i(8, G = !0);
|
|
5596
5575
|
});
|
|
5576
|
+
}, Zi = () => {
|
|
5577
|
+
i(11, je = i(10, J = !1));
|
|
5597
5578
|
}, Yi = () => {
|
|
5598
|
-
|
|
5599
|
-
}, qi = () => {
|
|
5600
|
-
go(n);
|
|
5579
|
+
po(n);
|
|
5601
5580
|
};
|
|
5602
5581
|
mr(() => () => {
|
|
5603
5582
|
});
|
|
5604
|
-
const
|
|
5583
|
+
const qi = (b) => vt(b);
|
|
5584
|
+
function Ji() {
|
|
5585
|
+
L = Et(this), i(1, L), i(15, P);
|
|
5586
|
+
}
|
|
5605
5587
|
function Qi() {
|
|
5606
|
-
|
|
5588
|
+
w = Et(this), i(2, w), i(1, L);
|
|
5607
5589
|
}
|
|
5608
5590
|
function Ki() {
|
|
5609
|
-
|
|
5610
|
-
}
|
|
5611
|
-
function er() {
|
|
5612
|
-
O = ui(this.value), i(3, O);
|
|
5591
|
+
H = si(this.value), i(3, H);
|
|
5613
5592
|
}
|
|
5614
|
-
function
|
|
5615
|
-
|
|
5616
|
-
|
|
5593
|
+
function er(b) {
|
|
5594
|
+
Ie[b ? "unshift" : "push"](() => {
|
|
5595
|
+
B = b, i(4, B);
|
|
5617
5596
|
});
|
|
5618
5597
|
}
|
|
5619
|
-
function
|
|
5620
|
-
|
|
5598
|
+
function tr(b) {
|
|
5599
|
+
Ie[b ? "unshift" : "push"](() => {
|
|
5621
5600
|
p = b, i(0, p);
|
|
5622
5601
|
});
|
|
5623
5602
|
}
|
|
5624
5603
|
return e.$$set = (b) => {
|
|
5625
|
-
"lang" in b && i(21, n = b.lang), "currency" in b && i(22, o = b.currency), "limits" in b && i(23, s = b.limits), "session" in b && i(24, a = b.session), "userid" in b && i(25, h = b.userid), "endpoint" in b && i(26, l = b.endpoint), "clientstyling" in b && i(27, u = b.clientstyling), "clientstylingurl" in b && i(28, c = b.clientstylingurl), "translationurl" in b && i(29,
|
|
5604
|
+
"lang" in b && i(21, n = b.lang), "currency" in b && i(22, o = b.currency), "limits" in b && i(23, s = b.limits), "session" in b && i(24, a = b.session), "userid" in b && i(25, h = b.userid), "endpoint" in b && i(26, l = b.endpoint), "clientstyling" in b && i(27, u = b.clientstyling), "clientstylingurl" in b && i(28, c = b.clientstylingurl), "translationurl" in b && i(29, f = b.translationurl), "mbsource" in b && i(30, m = b.mbsource);
|
|
5626
5605
|
}, e.$$.update = () => {
|
|
5627
5606
|
e.$$.dirty[0] & /*limits*/
|
|
5628
5607
|
8388608 && s && Fi(), e.$$.dirty[0] & /*lang*/
|
|
5629
|
-
2097152 && n &&
|
|
5630
|
-
117440512 && h && a && l &&
|
|
5631
|
-
134217729 && u && p &&
|
|
5632
|
-
268435457 && c && p &&
|
|
5633
|
-
1073741825 &&
|
|
5634
|
-
536870912 &&
|
|
5608
|
+
2097152 && n && Yi(), e.$$.dirty[0] & /*userid, session, endpoint*/
|
|
5609
|
+
117440512 && h && a && l && $e(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
5610
|
+
134217729 && u && p && Io(p, u), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
5611
|
+
268435457 && c && p && Ho(p, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
5612
|
+
1073741825 && m && p && Oo(p, `${m}.Style`), e.$$.dirty[0] & /*translationurl*/
|
|
5613
|
+
536870912 && f && ji();
|
|
5635
5614
|
}, [
|
|
5636
5615
|
p,
|
|
5637
5616
|
L,
|
|
5638
5617
|
w,
|
|
5639
|
-
O,
|
|
5640
|
-
A,
|
|
5641
5618
|
H,
|
|
5619
|
+
B,
|
|
5620
|
+
M,
|
|
5642
5621
|
D,
|
|
5643
5622
|
E,
|
|
5644
5623
|
G,
|
|
5645
|
-
|
|
5624
|
+
k,
|
|
5646
5625
|
J,
|
|
5626
|
+
je,
|
|
5647
5627
|
Fe,
|
|
5648
|
-
Ge,
|
|
5649
5628
|
r,
|
|
5650
5629
|
R,
|
|
5651
|
-
|
|
5630
|
+
P,
|
|
5631
|
+
$i,
|
|
5652
5632
|
Gi,
|
|
5653
|
-
|
|
5633
|
+
Xi,
|
|
5634
|
+
vt,
|
|
5654
5635
|
Zi,
|
|
5655
|
-
Et,
|
|
5656
|
-
Yi,
|
|
5657
5636
|
n,
|
|
5658
5637
|
o,
|
|
5659
5638
|
s,
|
|
@@ -5662,24 +5641,24 @@ function Yo(e, t, i) {
|
|
|
5662
5641
|
l,
|
|
5663
5642
|
u,
|
|
5664
5643
|
c,
|
|
5665
|
-
m,
|
|
5666
5644
|
f,
|
|
5645
|
+
m,
|
|
5646
|
+
qi,
|
|
5667
5647
|
Ji,
|
|
5668
5648
|
Qi,
|
|
5669
5649
|
Ki,
|
|
5670
5650
|
er,
|
|
5671
|
-
tr
|
|
5672
|
-
ir
|
|
5651
|
+
tr
|
|
5673
5652
|
];
|
|
5674
5653
|
}
|
|
5675
|
-
class
|
|
5654
|
+
class Zo extends Tr {
|
|
5676
5655
|
constructor(t) {
|
|
5677
|
-
super(),
|
|
5656
|
+
super(), Lr(
|
|
5678
5657
|
this,
|
|
5679
5658
|
t,
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5659
|
+
Xo,
|
|
5660
|
+
Vo,
|
|
5661
|
+
ni,
|
|
5683
5662
|
{
|
|
5684
5663
|
lang: 21,
|
|
5685
5664
|
currency: 22,
|
|
@@ -5692,7 +5671,7 @@ class qo extends wr {
|
|
|
5692
5671
|
translationurl: 29,
|
|
5693
5672
|
mbsource: 30
|
|
5694
5673
|
},
|
|
5695
|
-
|
|
5674
|
+
Mo,
|
|
5696
5675
|
[-1, -1]
|
|
5697
5676
|
);
|
|
5698
5677
|
}
|
|
@@ -5757,7 +5736,7 @@ class qo extends wr {
|
|
|
5757
5736
|
this.$$set({ mbsource: t }), V();
|
|
5758
5737
|
}
|
|
5759
5738
|
}
|
|
5760
|
-
|
|
5739
|
+
xr(Zo, { lang: {}, currency: {}, limits: {}, session: {}, userid: {}, endpoint: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
|
|
5761
5740
|
export {
|
|
5762
|
-
|
|
5741
|
+
Zo as P
|
|
5763
5742
|
};
|