@everymatrix/player-account-gaming-limits-confirmation-modal 1.59.3 → 1.60.0
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/{PlayerAccountGamingLimitsConfirmationModal-QEbPAUgG.js → PlayerAccountGamingLimitsConfirmationModal-BEQCKBBA.js} +574 -552
- package/components/PlayerAccountGamingLimitsConfirmationModal-CHfCIq2Y.cjs +18 -0
- package/components/{PlayerAccountGamingLimitsConfirmationModal-KKQEI5lO.js → PlayerAccountGamingLimitsConfirmationModal-DJ8Bwkg9.js} +704 -682
- package/es2015/player-account-gaming-limits-confirmation-modal.cjs +1 -1
- package/es2015/player-account-gaming-limits-confirmation-modal.js +1 -1
- package/esnext/player-account-gaming-limits-confirmation-modal.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsConfirmationModal-BMucdc6h.cjs +0 -18
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var Ee = (e, t, r) => t in e ?
|
|
1
|
+
var yr = Object.defineProperty, vr = Object.defineProperties;
|
|
2
|
+
var xr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var nt = Object.getOwnPropertySymbols;
|
|
4
|
+
var _r = Object.prototype.hasOwnProperty, Er = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Ee = (e, t, r) => t in e ? yr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, it = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
_r.call(t, r) && Ee(e, r, t[r]);
|
|
8
|
+
if (nt)
|
|
9
|
+
for (var r of nt(t))
|
|
10
|
+
Er.call(t, r) && Ee(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, ot = (e, t) => vr(e, xr(t));
|
|
13
13
|
var O = (e, t, r) => (Ee(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
|
-
var
|
|
14
|
+
var st = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (h) => {
|
|
16
16
|
try {
|
|
17
17
|
a(r.next(h));
|
|
@@ -29,7 +29,7 @@ var nt = (e, t, r) => new Promise((n, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
function I() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function wr(e, t) {
|
|
33
33
|
for (const r in t)
|
|
34
34
|
e[r] = t[r];
|
|
35
35
|
return (
|
|
@@ -37,25 +37,25 @@ function yr(e, t) {
|
|
|
37
37
|
e
|
|
38
38
|
);
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function It(e) {
|
|
41
41
|
return e();
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function at() {
|
|
44
44
|
return /* @__PURE__ */ Object.create(null);
|
|
45
45
|
}
|
|
46
46
|
function J(e) {
|
|
47
|
-
e.forEach(
|
|
47
|
+
e.forEach(It);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Je(e) {
|
|
50
50
|
return typeof e == "function";
|
|
51
51
|
}
|
|
52
|
-
function
|
|
52
|
+
function Mt(e, t) {
|
|
53
53
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function Sr(e) {
|
|
56
56
|
return Object.keys(e).length === 0;
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function Nt(e, ...t) {
|
|
59
59
|
if (e == null) {
|
|
60
60
|
for (const n of t)
|
|
61
61
|
n(void 0);
|
|
@@ -64,19 +64,19 @@ function Ot(e, ...t) {
|
|
|
64
64
|
const r = e.subscribe(...t);
|
|
65
65
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
66
66
|
}
|
|
67
|
-
function
|
|
68
|
-
e.$$.on_destroy.push(
|
|
67
|
+
function Tr(e, t, r) {
|
|
68
|
+
e.$$.on_destroy.push(Nt(t, r));
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function Hr(e, t, r, n) {
|
|
71
71
|
if (e) {
|
|
72
|
-
const i =
|
|
72
|
+
const i = Rt(e, t, r, n);
|
|
73
73
|
return e[0](i);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
function
|
|
77
|
-
return e[1] && n ?
|
|
76
|
+
function Rt(e, t, r, n) {
|
|
77
|
+
return e[1] && n ? wr(r.ctx.slice(), e[1](n(t))) : r.ctx;
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function Br(e, t, r, n) {
|
|
80
80
|
if (e[2] && n) {
|
|
81
81
|
const i = e[2](n(r));
|
|
82
82
|
if (t.dirty === void 0)
|
|
@@ -91,13 +91,13 @@ function wr(e, t, r, n) {
|
|
|
91
91
|
}
|
|
92
92
|
return t.dirty;
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function Cr(e, t, r, n, i, o) {
|
|
95
95
|
if (i) {
|
|
96
|
-
const s =
|
|
96
|
+
const s = Rt(t, r, n, o);
|
|
97
97
|
e.p(s, i);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function Ar(e) {
|
|
101
101
|
if (e.ctx.length > 32) {
|
|
102
102
|
const t = [], r = e.ctx.length / 32;
|
|
103
103
|
for (let n = 0; n < r; n++)
|
|
@@ -109,14 +109,14 @@ function Tr(e) {
|
|
|
109
109
|
function B(e, t) {
|
|
110
110
|
e.appendChild(t);
|
|
111
111
|
}
|
|
112
|
-
function
|
|
113
|
-
const n =
|
|
112
|
+
function Pr(e, t, r) {
|
|
113
|
+
const n = Lr(e);
|
|
114
114
|
if (!n.getElementById(t)) {
|
|
115
115
|
const i = M("style");
|
|
116
|
-
i.id = t, i.textContent = r,
|
|
116
|
+
i.id = t, i.textContent = r, Or(n, i);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function Lr(e) {
|
|
120
120
|
if (!e)
|
|
121
121
|
return document;
|
|
122
122
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -126,14 +126,14 @@ function Br(e) {
|
|
|
126
126
|
t
|
|
127
127
|
) : e.ownerDocument;
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function Or(e, t) {
|
|
130
130
|
return B(
|
|
131
131
|
/** @type {Document} */
|
|
132
132
|
e.head || e,
|
|
133
133
|
t
|
|
134
134
|
), t.sheet;
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function Ye(e, t, r) {
|
|
137
137
|
e.insertBefore(t, r || null);
|
|
138
138
|
}
|
|
139
139
|
function be(e) {
|
|
@@ -142,7 +142,7 @@ function be(e) {
|
|
|
142
142
|
function M(e) {
|
|
143
143
|
return document.createElement(e);
|
|
144
144
|
}
|
|
145
|
-
function
|
|
145
|
+
function ut(e) {
|
|
146
146
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
147
147
|
}
|
|
148
148
|
function ue(e) {
|
|
@@ -157,14 +157,14 @@ function Se(e, t, r, n) {
|
|
|
157
157
|
function S(e, t, r) {
|
|
158
158
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function Ir(e) {
|
|
161
161
|
return Array.from(e.childNodes);
|
|
162
162
|
}
|
|
163
163
|
function Te(e, t) {
|
|
164
164
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
165
165
|
t);
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function Mr(e) {
|
|
168
168
|
const t = {};
|
|
169
169
|
return e.childNodes.forEach(
|
|
170
170
|
/** @param {Element} node */
|
|
@@ -177,22 +177,22 @@ let re;
|
|
|
177
177
|
function te(e) {
|
|
178
178
|
re = e;
|
|
179
179
|
}
|
|
180
|
-
function
|
|
180
|
+
function Nr() {
|
|
181
181
|
if (!re)
|
|
182
182
|
throw new Error("Function called outside component initialization");
|
|
183
183
|
return re;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
|
|
185
|
+
function Rr(e) {
|
|
186
|
+
Nr().$$.on_mount.push(e);
|
|
187
187
|
}
|
|
188
|
-
const k = [],
|
|
188
|
+
const k = [], Me = [];
|
|
189
189
|
let V = [];
|
|
190
|
-
const
|
|
191
|
-
let
|
|
192
|
-
function
|
|
193
|
-
|
|
190
|
+
const ht = [], $r = /* @__PURE__ */ Promise.resolve();
|
|
191
|
+
let Ne = !1;
|
|
192
|
+
function Gr() {
|
|
193
|
+
Ne || (Ne = !0, $r.then(N));
|
|
194
194
|
}
|
|
195
|
-
function
|
|
195
|
+
function Re(e) {
|
|
196
196
|
V.push(e);
|
|
197
197
|
}
|
|
198
198
|
const He = /* @__PURE__ */ new Set();
|
|
@@ -205,63 +205,63 @@ function N() {
|
|
|
205
205
|
try {
|
|
206
206
|
for (; F < k.length; ) {
|
|
207
207
|
const t = k[F];
|
|
208
|
-
F++, te(t),
|
|
208
|
+
F++, te(t), Ur(t.$$);
|
|
209
209
|
}
|
|
210
210
|
} catch (t) {
|
|
211
211
|
throw k.length = 0, F = 0, t;
|
|
212
212
|
}
|
|
213
|
-
for (te(null), k.length = 0, F = 0;
|
|
214
|
-
|
|
213
|
+
for (te(null), k.length = 0, F = 0; Me.length; )
|
|
214
|
+
Me.pop()();
|
|
215
215
|
for (let t = 0; t < V.length; t += 1) {
|
|
216
216
|
const r = V[t];
|
|
217
217
|
He.has(r) || (He.add(r), r());
|
|
218
218
|
}
|
|
219
219
|
V.length = 0;
|
|
220
220
|
} while (k.length);
|
|
221
|
-
for (;
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
for (; ht.length; )
|
|
222
|
+
ht.pop()();
|
|
223
|
+
Ne = !1, He.clear(), te(e);
|
|
224
224
|
}
|
|
225
|
-
function
|
|
225
|
+
function Ur(e) {
|
|
226
226
|
if (e.fragment !== null) {
|
|
227
227
|
e.update(), J(e.before_update);
|
|
228
228
|
const t = e.dirty;
|
|
229
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
229
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Re);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function Dr(e) {
|
|
233
233
|
const t = [], r = [];
|
|
234
234
|
V.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), V = t;
|
|
235
235
|
}
|
|
236
236
|
const he = /* @__PURE__ */ new Set();
|
|
237
|
-
let
|
|
238
|
-
function
|
|
237
|
+
let Fr;
|
|
238
|
+
function $t(e, t) {
|
|
239
239
|
e && e.i && (he.delete(e), e.i(t));
|
|
240
240
|
}
|
|
241
|
-
function
|
|
241
|
+
function jr(e, t, r, n) {
|
|
242
242
|
if (e && e.o) {
|
|
243
243
|
if (he.has(e))
|
|
244
244
|
return;
|
|
245
|
-
he.add(e),
|
|
245
|
+
he.add(e), Fr.c.push(() => {
|
|
246
246
|
he.delete(e);
|
|
247
247
|
}), e.o(t);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
function
|
|
250
|
+
function kr(e, t, r) {
|
|
251
251
|
const { fragment: n, after_update: i } = e.$$;
|
|
252
|
-
n && n.m(t, r),
|
|
253
|
-
const o = e.$$.on_mount.map(
|
|
252
|
+
n && n.m(t, r), Re(() => {
|
|
253
|
+
const o = e.$$.on_mount.map(It).filter(Je);
|
|
254
254
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : J(o), e.$$.on_mount = [];
|
|
255
|
-
}), i.forEach(
|
|
255
|
+
}), i.forEach(Re);
|
|
256
256
|
}
|
|
257
|
-
function
|
|
257
|
+
function Vr(e, t) {
|
|
258
258
|
const r = e.$$;
|
|
259
|
-
r.fragment !== null && (
|
|
259
|
+
r.fragment !== null && (Dr(r.after_update), J(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
e.$$.dirty[0] === -1 && (k.push(e),
|
|
261
|
+
function Xr(e, t) {
|
|
262
|
+
e.$$.dirty[0] === -1 && (k.push(e), Gr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function Wr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
265
265
|
const h = re;
|
|
266
266
|
te(e);
|
|
267
267
|
const u = e.$$ = {
|
|
@@ -271,7 +271,7 @@ function jr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
271
271
|
props: o,
|
|
272
272
|
update: I,
|
|
273
273
|
not_equal: i,
|
|
274
|
-
bound:
|
|
274
|
+
bound: at(),
|
|
275
275
|
// lifecycle
|
|
276
276
|
on_mount: [],
|
|
277
277
|
on_destroy: [],
|
|
@@ -280,7 +280,7 @@ function jr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
280
280
|
after_update: [],
|
|
281
281
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
|
282
282
|
// everything else
|
|
283
|
-
callbacks:
|
|
283
|
+
callbacks: at(),
|
|
284
284
|
dirty: a,
|
|
285
285
|
skip_bound: !1,
|
|
286
286
|
root: t.target || h.$$.root
|
|
@@ -289,19 +289,19 @@ function jr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
289
289
|
let l = !1;
|
|
290
290
|
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
|
|
291
291
|
const m = p.length ? p[0] : f;
|
|
292
|
-
return u.ctx && i(u.ctx[c], u.ctx[c] = m) && (!u.skip_bound && u.bound[c] && u.bound[c](m), l &&
|
|
292
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = m) && (!u.skip_bound && u.bound[c] && u.bound[c](m), l && Xr(e, c)), f;
|
|
293
293
|
}) : [], u.update(), l = !0, J(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
294
294
|
if (t.hydrate) {
|
|
295
|
-
const c =
|
|
295
|
+
const c = Ir(t.target);
|
|
296
296
|
u.fragment && u.fragment.l(c), c.forEach(be);
|
|
297
297
|
} else
|
|
298
298
|
u.fragment && u.fragment.c();
|
|
299
|
-
t.intro &&
|
|
299
|
+
t.intro && $t(e.$$.fragment), kr(e, t.target, t.anchor), N();
|
|
300
300
|
}
|
|
301
301
|
te(h);
|
|
302
302
|
}
|
|
303
|
-
let
|
|
304
|
-
typeof HTMLElement == "function" && (
|
|
303
|
+
let Gt;
|
|
304
|
+
typeof HTMLElement == "function" && (Gt = class extends HTMLElement {
|
|
305
305
|
constructor(t, r, n) {
|
|
306
306
|
super();
|
|
307
307
|
/** The Svelte component constructor */
|
|
@@ -338,7 +338,7 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
|
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
connectedCallback() {
|
|
341
|
-
return
|
|
341
|
+
return st(this, null, function* () {
|
|
342
342
|
if (this.$$cn = !0, !this.$$c) {
|
|
343
343
|
let t = function(o) {
|
|
344
344
|
return () => {
|
|
@@ -352,7 +352,7 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
|
|
|
352
352
|
* @param {HTMLElement} [anchor]
|
|
353
353
|
*/
|
|
354
354
|
m: function(u, l) {
|
|
355
|
-
|
|
355
|
+
Ye(u, s, l);
|
|
356
356
|
},
|
|
357
357
|
d: function(u) {
|
|
358
358
|
u && be(s);
|
|
@@ -362,7 +362,7 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
|
|
|
362
362
|
};
|
|
363
363
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
364
364
|
return;
|
|
365
|
-
const r = {}, n =
|
|
365
|
+
const r = {}, n = Mr(this);
|
|
366
366
|
for (const o of this.$$s)
|
|
367
367
|
o in n && (r[o] = [t(o)]);
|
|
368
368
|
for (const o of this.attributes) {
|
|
@@ -373,7 +373,7 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
|
|
|
373
373
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
374
374
|
this.$$c = new this.$$ctor({
|
|
375
375
|
target: this.shadowRoot || this,
|
|
376
|
-
props:
|
|
376
|
+
props: ot(it({}, this.$$d), {
|
|
377
377
|
$$slots: r,
|
|
378
378
|
$$scope: {
|
|
379
379
|
ctx: []
|
|
@@ -451,8 +451,8 @@ function le(e, t, r, n) {
|
|
|
451
451
|
return t;
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
|
-
function
|
|
455
|
-
let s = class extends
|
|
454
|
+
function zr(e, t, r, n, i, o) {
|
|
455
|
+
let s = class extends Gt {
|
|
456
456
|
constructor() {
|
|
457
457
|
super(e, r, i), this.$$p_d = t;
|
|
458
458
|
}
|
|
@@ -482,7 +482,7 @@ function kr(e, t, r, n, i, o) {
|
|
|
482
482
|
}), e.element = /** @type {any} */
|
|
483
483
|
s, s;
|
|
484
484
|
}
|
|
485
|
-
class
|
|
485
|
+
class Zr {
|
|
486
486
|
constructor() {
|
|
487
487
|
/**
|
|
488
488
|
* ### PRIVATE API
|
|
@@ -503,7 +503,7 @@ class Vr {
|
|
|
503
503
|
}
|
|
504
504
|
/** @returns {void} */
|
|
505
505
|
$destroy() {
|
|
506
|
-
|
|
506
|
+
Vr(this, 1), this.$destroy = I;
|
|
507
507
|
}
|
|
508
508
|
/**
|
|
509
509
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -512,7 +512,7 @@ class Vr {
|
|
|
512
512
|
* @returns {() => void}
|
|
513
513
|
*/
|
|
514
514
|
$on(t, r) {
|
|
515
|
-
if (!
|
|
515
|
+
if (!Je(r))
|
|
516
516
|
return I;
|
|
517
517
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
518
518
|
return n.push(r), () => {
|
|
@@ -525,11 +525,11 @@ class Vr {
|
|
|
525
525
|
* @returns {void}
|
|
526
526
|
*/
|
|
527
527
|
$set(t) {
|
|
528
|
-
this.$$set && !
|
|
528
|
+
this.$$set && !Sr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
|
-
const
|
|
532
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
531
|
+
const Qr = "4";
|
|
532
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Qr);
|
|
533
533
|
/*! *****************************************************************************
|
|
534
534
|
Copyright (c) Microsoft Corporation.
|
|
535
535
|
|
|
@@ -544,34 +544,34 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
544
544
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
545
545
|
PERFORMANCE OF THIS SOFTWARE.
|
|
546
546
|
***************************************************************************** */
|
|
547
|
-
var
|
|
548
|
-
return
|
|
547
|
+
var $e = function(e, t) {
|
|
548
|
+
return $e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
549
549
|
r.__proto__ = n;
|
|
550
550
|
} || function(r, n) {
|
|
551
551
|
for (var i in n)
|
|
552
552
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
553
|
-
},
|
|
553
|
+
}, $e(e, t);
|
|
554
554
|
};
|
|
555
555
|
function $(e, t) {
|
|
556
556
|
if (typeof t != "function" && t !== null)
|
|
557
557
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
558
|
-
|
|
558
|
+
$e(e, t);
|
|
559
559
|
function r() {
|
|
560
560
|
this.constructor = e;
|
|
561
561
|
}
|
|
562
562
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
563
563
|
}
|
|
564
|
-
var
|
|
565
|
-
return
|
|
564
|
+
var v = function() {
|
|
565
|
+
return v = Object.assign || function(t) {
|
|
566
566
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
567
567
|
r = arguments[n];
|
|
568
568
|
for (var o in r)
|
|
569
569
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
570
570
|
}
|
|
571
571
|
return t;
|
|
572
|
-
},
|
|
572
|
+
}, v.apply(this, arguments);
|
|
573
573
|
};
|
|
574
|
-
function
|
|
574
|
+
function Jr(e, t) {
|
|
575
575
|
var r = {};
|
|
576
576
|
for (var n in e)
|
|
577
577
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -580,7 +580,7 @@ function Wr(e, t) {
|
|
|
580
580
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
581
581
|
return r;
|
|
582
582
|
}
|
|
583
|
-
function
|
|
583
|
+
function Ge(e) {
|
|
584
584
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
585
585
|
if (r)
|
|
586
586
|
return r.call(e);
|
|
@@ -592,7 +592,7 @@ function $e(e) {
|
|
|
592
592
|
};
|
|
593
593
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
594
594
|
}
|
|
595
|
-
function
|
|
595
|
+
function Ue(e, t) {
|
|
596
596
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
597
597
|
if (!r)
|
|
598
598
|
return e;
|
|
@@ -621,13 +621,13 @@ function X(e, t, r) {
|
|
|
621
621
|
function R(e) {
|
|
622
622
|
return typeof e == "function";
|
|
623
623
|
}
|
|
624
|
-
function
|
|
624
|
+
function Ut(e) {
|
|
625
625
|
var t = function(n) {
|
|
626
626
|
Error.call(n), n.stack = new Error().stack;
|
|
627
627
|
}, r = e(t);
|
|
628
628
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
629
629
|
}
|
|
630
|
-
var Be =
|
|
630
|
+
var Be = Ut(function(e) {
|
|
631
631
|
return function(r) {
|
|
632
632
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
633
633
|
` + r.map(function(n, i) {
|
|
@@ -636,7 +636,7 @@ var Be = Rt(function(e) {
|
|
|
636
636
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
637
637
|
};
|
|
638
638
|
});
|
|
639
|
-
function
|
|
639
|
+
function De(e, t) {
|
|
640
640
|
if (e) {
|
|
641
641
|
var r = e.indexOf(t);
|
|
642
642
|
0 <= r && e.splice(r, 1);
|
|
@@ -654,12 +654,12 @@ var ge = function() {
|
|
|
654
654
|
if (s)
|
|
655
655
|
if (this._parentage = null, Array.isArray(s))
|
|
656
656
|
try {
|
|
657
|
-
for (var a =
|
|
657
|
+
for (var a = Ge(s), h = a.next(); !h.done; h = a.next()) {
|
|
658
658
|
var u = h.value;
|
|
659
659
|
u.remove(this);
|
|
660
660
|
}
|
|
661
|
-
} catch (
|
|
662
|
-
t = { error:
|
|
661
|
+
} catch (y) {
|
|
662
|
+
t = { error: y };
|
|
663
663
|
} finally {
|
|
664
664
|
try {
|
|
665
665
|
h && !h.done && (r = a.return) && r.call(a);
|
|
@@ -674,23 +674,23 @@ var ge = function() {
|
|
|
674
674
|
if (R(l))
|
|
675
675
|
try {
|
|
676
676
|
l();
|
|
677
|
-
} catch (
|
|
678
|
-
o =
|
|
677
|
+
} catch (y) {
|
|
678
|
+
o = y instanceof Be ? y.errors : [y];
|
|
679
679
|
}
|
|
680
680
|
var c = this._finalizers;
|
|
681
681
|
if (c) {
|
|
682
682
|
this._finalizers = null;
|
|
683
683
|
try {
|
|
684
|
-
for (var f =
|
|
684
|
+
for (var f = Ge(c), p = f.next(); !p.done; p = f.next()) {
|
|
685
685
|
var m = p.value;
|
|
686
686
|
try {
|
|
687
|
-
|
|
688
|
-
} catch (
|
|
689
|
-
o = o != null ? o : [],
|
|
687
|
+
lt(m);
|
|
688
|
+
} catch (y) {
|
|
689
|
+
o = o != null ? o : [], y instanceof Be ? o = X(X([], Ue(o)), Ue(y.errors)) : o.push(y);
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
|
-
} catch (
|
|
693
|
-
n = { error:
|
|
692
|
+
} catch (y) {
|
|
693
|
+
n = { error: y };
|
|
694
694
|
} finally {
|
|
695
695
|
try {
|
|
696
696
|
p && !p.done && (i = f.return) && i.call(f);
|
|
@@ -707,7 +707,7 @@ var ge = function() {
|
|
|
707
707
|
var r;
|
|
708
708
|
if (t && t !== this)
|
|
709
709
|
if (this.closed)
|
|
710
|
-
|
|
710
|
+
lt(t);
|
|
711
711
|
else {
|
|
712
712
|
if (t instanceof e) {
|
|
713
713
|
if (t.closed || t._hasParent(this))
|
|
@@ -724,52 +724,56 @@ var ge = function() {
|
|
|
724
724
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
725
725
|
}, e.prototype._removeParent = function(t) {
|
|
726
726
|
var r = this._parentage;
|
|
727
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
727
|
+
r === t ? this._parentage = null : Array.isArray(r) && De(r, t);
|
|
728
728
|
}, e.prototype.remove = function(t) {
|
|
729
729
|
var r = this._finalizers;
|
|
730
|
-
r &&
|
|
730
|
+
r && De(r, t), t instanceof e && t._removeParent(this);
|
|
731
731
|
}, e.EMPTY = function() {
|
|
732
732
|
var t = new e();
|
|
733
733
|
return t.closed = !0, t;
|
|
734
734
|
}(), e;
|
|
735
|
-
}(),
|
|
736
|
-
function
|
|
735
|
+
}(), Dt = ge.EMPTY;
|
|
736
|
+
function Ft(e) {
|
|
737
737
|
return e instanceof ge || e && "closed" in e && R(e.remove) && R(e.add) && R(e.unsubscribe);
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function lt(e) {
|
|
740
740
|
R(e) ? e() : e.unsubscribe();
|
|
741
741
|
}
|
|
742
|
-
var
|
|
743
|
-
|
|
744
|
-
|
|
742
|
+
var jt = {
|
|
743
|
+
onUnhandledError: null,
|
|
744
|
+
onStoppedNotification: null,
|
|
745
|
+
Promise: void 0,
|
|
746
|
+
useDeprecatedSynchronousErrorHandling: !1,
|
|
747
|
+
useDeprecatedNextContext: !1
|
|
748
|
+
}, Yr = {
|
|
745
749
|
setTimeout: function(e, t) {
|
|
746
750
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
747
751
|
r[n - 2] = arguments[n];
|
|
748
|
-
return setTimeout.apply(void 0, X([e, t],
|
|
752
|
+
return setTimeout.apply(void 0, X([e, t], Ue(r)));
|
|
749
753
|
},
|
|
750
754
|
clearTimeout: function(e) {
|
|
751
755
|
return clearTimeout(e);
|
|
752
756
|
},
|
|
753
757
|
delegate: void 0
|
|
754
758
|
};
|
|
755
|
-
function
|
|
756
|
-
|
|
759
|
+
function qr(e) {
|
|
760
|
+
Yr.setTimeout(function() {
|
|
757
761
|
throw e;
|
|
758
762
|
});
|
|
759
763
|
}
|
|
760
|
-
function
|
|
764
|
+
function ct() {
|
|
761
765
|
}
|
|
762
766
|
function ce(e) {
|
|
763
767
|
e();
|
|
764
768
|
}
|
|
765
|
-
var
|
|
769
|
+
var kt = function(e) {
|
|
766
770
|
$(t, e);
|
|
767
771
|
function t(r) {
|
|
768
772
|
var n = e.call(this) || this;
|
|
769
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
773
|
+
return n.isStopped = !1, r ? (n.destination = r, Ft(r) && r.add(n)) : n.destination = rn, n;
|
|
770
774
|
}
|
|
771
775
|
return t.create = function(r, n, i) {
|
|
772
|
-
return new
|
|
776
|
+
return new Fe(r, n, i);
|
|
773
777
|
}, t.prototype.next = function(r) {
|
|
774
778
|
this.isStopped || this._next(r);
|
|
775
779
|
}, t.prototype.error = function(r) {
|
|
@@ -793,7 +797,11 @@ var Ut = function(e) {
|
|
|
793
797
|
this.unsubscribe();
|
|
794
798
|
}
|
|
795
799
|
}, t;
|
|
796
|
-
}(ge),
|
|
800
|
+
}(ge), Kr = Function.prototype.bind;
|
|
801
|
+
function Ce(e, t) {
|
|
802
|
+
return Kr.call(e, t);
|
|
803
|
+
}
|
|
804
|
+
var en = function() {
|
|
797
805
|
function e(t) {
|
|
798
806
|
this.partialObserver = t;
|
|
799
807
|
}
|
|
@@ -824,43 +832,55 @@ var Ut = function(e) {
|
|
|
824
832
|
se(r);
|
|
825
833
|
}
|
|
826
834
|
}, e;
|
|
827
|
-
}(),
|
|
835
|
+
}(), Fe = function(e) {
|
|
828
836
|
$(t, e);
|
|
829
837
|
function t(r, n, i) {
|
|
830
838
|
var o = e.call(this) || this, s;
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
839
|
+
if (R(r) || !r)
|
|
840
|
+
s = {
|
|
841
|
+
next: r != null ? r : void 0,
|
|
842
|
+
error: n != null ? n : void 0,
|
|
843
|
+
complete: i != null ? i : void 0
|
|
844
|
+
};
|
|
845
|
+
else {
|
|
846
|
+
var a;
|
|
847
|
+
o && jt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
848
|
+
return o.unsubscribe();
|
|
849
|
+
}, s = {
|
|
850
|
+
next: r.next && Ce(r.next, a),
|
|
851
|
+
error: r.error && Ce(r.error, a),
|
|
852
|
+
complete: r.complete && Ce(r.complete, a)
|
|
853
|
+
}) : s = r;
|
|
854
|
+
}
|
|
855
|
+
return o.destination = new en(s), o;
|
|
836
856
|
}
|
|
837
857
|
return t;
|
|
838
|
-
}(
|
|
858
|
+
}(kt);
|
|
839
859
|
function se(e) {
|
|
840
|
-
|
|
860
|
+
qr(e);
|
|
841
861
|
}
|
|
842
|
-
function
|
|
862
|
+
function tn(e) {
|
|
843
863
|
throw e;
|
|
844
864
|
}
|
|
845
|
-
var
|
|
865
|
+
var rn = {
|
|
846
866
|
closed: !0,
|
|
847
|
-
next:
|
|
848
|
-
error:
|
|
849
|
-
complete:
|
|
850
|
-
},
|
|
867
|
+
next: ct,
|
|
868
|
+
error: tn,
|
|
869
|
+
complete: ct
|
|
870
|
+
}, nn = function() {
|
|
851
871
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
852
872
|
}();
|
|
853
|
-
function
|
|
873
|
+
function on(e) {
|
|
854
874
|
return e;
|
|
855
875
|
}
|
|
856
|
-
function
|
|
857
|
-
return e.length === 0 ?
|
|
876
|
+
function sn(e) {
|
|
877
|
+
return e.length === 0 ? on : e.length === 1 ? e[0] : function(r) {
|
|
858
878
|
return e.reduce(function(n, i) {
|
|
859
879
|
return i(n);
|
|
860
880
|
}, r);
|
|
861
881
|
};
|
|
862
882
|
}
|
|
863
|
-
var
|
|
883
|
+
var ft = function() {
|
|
864
884
|
function e(t) {
|
|
865
885
|
t && (this._subscribe = t);
|
|
866
886
|
}
|
|
@@ -868,7 +888,7 @@ var ht = function() {
|
|
|
868
888
|
var r = new e();
|
|
869
889
|
return r.source = this, r.operator = t, r;
|
|
870
890
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
871
|
-
var i = this, o =
|
|
891
|
+
var i = this, o = un(t) ? t : new Fe(t, r, n);
|
|
872
892
|
return ce(function() {
|
|
873
893
|
var s = i, a = s.operator, h = s.source;
|
|
874
894
|
o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -881,8 +901,8 @@ var ht = function() {
|
|
|
881
901
|
}
|
|
882
902
|
}, e.prototype.forEach = function(t, r) {
|
|
883
903
|
var n = this;
|
|
884
|
-
return r =
|
|
885
|
-
var s = new
|
|
904
|
+
return r = mt(r), new r(function(i, o) {
|
|
905
|
+
var s = new Fe({
|
|
886
906
|
next: function(a) {
|
|
887
907
|
try {
|
|
888
908
|
t(a);
|
|
@@ -898,15 +918,15 @@ var ht = function() {
|
|
|
898
918
|
}, e.prototype._subscribe = function(t) {
|
|
899
919
|
var r;
|
|
900
920
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
901
|
-
}, e.prototype[
|
|
921
|
+
}, e.prototype[nn] = function() {
|
|
902
922
|
return this;
|
|
903
923
|
}, e.prototype.pipe = function() {
|
|
904
924
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
905
925
|
t[r] = arguments[r];
|
|
906
|
-
return
|
|
926
|
+
return sn(t)(this);
|
|
907
927
|
}, e.prototype.toPromise = function(t) {
|
|
908
928
|
var r = this;
|
|
909
|
-
return t =
|
|
929
|
+
return t = mt(t), new t(function(n, i) {
|
|
910
930
|
var o;
|
|
911
931
|
r.subscribe(function(s) {
|
|
912
932
|
return o = s;
|
|
@@ -920,32 +940,32 @@ var ht = function() {
|
|
|
920
940
|
return new e(t);
|
|
921
941
|
}, e;
|
|
922
942
|
}();
|
|
923
|
-
function
|
|
943
|
+
function mt(e) {
|
|
924
944
|
var t;
|
|
925
|
-
return (t = e != null ? e :
|
|
945
|
+
return (t = e != null ? e : jt.Promise) !== null && t !== void 0 ? t : Promise;
|
|
926
946
|
}
|
|
927
|
-
function
|
|
947
|
+
function an(e) {
|
|
928
948
|
return e && R(e.next) && R(e.error) && R(e.complete);
|
|
929
949
|
}
|
|
930
|
-
function
|
|
931
|
-
return e && e instanceof
|
|
950
|
+
function un(e) {
|
|
951
|
+
return e && e instanceof kt || an(e) && Ft(e);
|
|
932
952
|
}
|
|
933
|
-
var
|
|
953
|
+
var hn = Ut(function(e) {
|
|
934
954
|
return function() {
|
|
935
955
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
936
956
|
};
|
|
937
|
-
}),
|
|
957
|
+
}), Vt = function(e) {
|
|
938
958
|
$(t, e);
|
|
939
959
|
function t() {
|
|
940
960
|
var r = e.call(this) || this;
|
|
941
961
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
942
962
|
}
|
|
943
963
|
return t.prototype.lift = function(r) {
|
|
944
|
-
var n = new
|
|
964
|
+
var n = new pt(this, this);
|
|
945
965
|
return n.operator = r, n;
|
|
946
966
|
}, t.prototype._throwIfClosed = function() {
|
|
947
967
|
if (this.closed)
|
|
948
|
-
throw new
|
|
968
|
+
throw new hn();
|
|
949
969
|
}, t.prototype.next = function(r) {
|
|
950
970
|
var n = this;
|
|
951
971
|
ce(function() {
|
|
@@ -953,7 +973,7 @@ var on = Rt(function(e) {
|
|
|
953
973
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
954
974
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
955
975
|
try {
|
|
956
|
-
for (var s =
|
|
976
|
+
for (var s = Ge(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
957
977
|
var h = a.value;
|
|
958
978
|
h.next(r);
|
|
959
979
|
}
|
|
@@ -1002,19 +1022,19 @@ var on = Rt(function(e) {
|
|
|
1002
1022
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
1003
1023
|
}, t.prototype._innerSubscribe = function(r) {
|
|
1004
1024
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
1005
|
-
return o || s ?
|
|
1006
|
-
n.currentObservers = null,
|
|
1025
|
+
return o || s ? Dt : (this.currentObservers = null, a.push(r), new ge(function() {
|
|
1026
|
+
n.currentObservers = null, De(a, r);
|
|
1007
1027
|
}));
|
|
1008
1028
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
1009
1029
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
1010
1030
|
i ? r.error(o) : s && r.complete();
|
|
1011
1031
|
}, t.prototype.asObservable = function() {
|
|
1012
|
-
var r = new
|
|
1032
|
+
var r = new ft();
|
|
1013
1033
|
return r.source = this, r;
|
|
1014
1034
|
}, t.create = function(r, n) {
|
|
1015
|
-
return new
|
|
1035
|
+
return new pt(r, n);
|
|
1016
1036
|
}, t;
|
|
1017
|
-
}(
|
|
1037
|
+
}(ft), pt = function(e) {
|
|
1018
1038
|
$(t, e);
|
|
1019
1039
|
function t(r, n) {
|
|
1020
1040
|
var i = e.call(this) || this;
|
|
@@ -1031,17 +1051,17 @@ var on = Rt(function(e) {
|
|
|
1031
1051
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
1032
1052
|
}, t.prototype._subscribe = function(r) {
|
|
1033
1053
|
var n, i;
|
|
1034
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
1054
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Dt;
|
|
1035
1055
|
}, t;
|
|
1036
|
-
}(
|
|
1056
|
+
}(Vt), Xt = {
|
|
1037
1057
|
now: function() {
|
|
1038
|
-
return (
|
|
1058
|
+
return (Xt.delegate || Date).now();
|
|
1039
1059
|
},
|
|
1040
1060
|
delegate: void 0
|
|
1041
|
-
},
|
|
1061
|
+
}, ln = function(e) {
|
|
1042
1062
|
$(t, e);
|
|
1043
1063
|
function t(r, n, i) {
|
|
1044
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
1064
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Xt);
|
|
1045
1065
|
var o = e.call(this) || this;
|
|
1046
1066
|
return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
|
|
1047
1067
|
}
|
|
@@ -1061,24 +1081,24 @@ var on = Rt(function(e) {
|
|
|
1061
1081
|
u && o.splice(0, u + 1);
|
|
1062
1082
|
}
|
|
1063
1083
|
}, t;
|
|
1064
|
-
}(
|
|
1065
|
-
const
|
|
1066
|
-
if (
|
|
1067
|
-
const r = new
|
|
1068
|
-
|
|
1084
|
+
}(Vt);
|
|
1085
|
+
const dt = [], bt = {}, cn = (e, t = 0) => {
|
|
1086
|
+
if (dt.indexOf(e) == -1) {
|
|
1087
|
+
const r = new ln(t);
|
|
1088
|
+
bt[e] = r, dt.push(e);
|
|
1069
1089
|
}
|
|
1070
|
-
return
|
|
1090
|
+
return bt[e];
|
|
1071
1091
|
}, j = [];
|
|
1072
|
-
function
|
|
1092
|
+
function fn(e, t) {
|
|
1073
1093
|
return {
|
|
1074
|
-
subscribe:
|
|
1094
|
+
subscribe: ye(e, t).subscribe
|
|
1075
1095
|
};
|
|
1076
1096
|
}
|
|
1077
|
-
function
|
|
1097
|
+
function ye(e, t = I) {
|
|
1078
1098
|
let r;
|
|
1079
1099
|
const n = /* @__PURE__ */ new Set();
|
|
1080
1100
|
function i(a) {
|
|
1081
|
-
if (
|
|
1101
|
+
if (Mt(e, a) && (e = a, r)) {
|
|
1082
1102
|
const h = !j.length;
|
|
1083
1103
|
for (const u of n)
|
|
1084
1104
|
u[1](), j.push(u, e);
|
|
@@ -1105,7 +1125,7 @@ function Y(e, t, r) {
|
|
|
1105
1125
|
if (!i.every(Boolean))
|
|
1106
1126
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1107
1127
|
const o = t.length < 2;
|
|
1108
|
-
return
|
|
1128
|
+
return fn(r, (s, a) => {
|
|
1109
1129
|
let h = !1;
|
|
1110
1130
|
const u = [];
|
|
1111
1131
|
let l = 0, c = I;
|
|
@@ -1114,15 +1134,15 @@ function Y(e, t, r) {
|
|
|
1114
1134
|
return;
|
|
1115
1135
|
c();
|
|
1116
1136
|
const m = t(n ? u[0] : u, s, a);
|
|
1117
|
-
o ? s(m) : c =
|
|
1137
|
+
o ? s(m) : c = Je(m) ? m : I;
|
|
1118
1138
|
}, p = i.map(
|
|
1119
|
-
(m,
|
|
1139
|
+
(m, y) => Nt(
|
|
1120
1140
|
m,
|
|
1121
1141
|
(E) => {
|
|
1122
|
-
u[
|
|
1142
|
+
u[y] = E, l &= ~(1 << y), h && f();
|
|
1123
1143
|
},
|
|
1124
1144
|
() => {
|
|
1125
|
-
l |= 1 <<
|
|
1145
|
+
l |= 1 << y;
|
|
1126
1146
|
}
|
|
1127
1147
|
)
|
|
1128
1148
|
);
|
|
@@ -1131,70 +1151,70 @@ function Y(e, t, r) {
|
|
|
1131
1151
|
};
|
|
1132
1152
|
});
|
|
1133
1153
|
}
|
|
1134
|
-
function
|
|
1154
|
+
function mn(e) {
|
|
1135
1155
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1136
1156
|
}
|
|
1137
|
-
var
|
|
1138
|
-
return
|
|
1157
|
+
var pn = function(t) {
|
|
1158
|
+
return dn(t) && !bn(t);
|
|
1139
1159
|
};
|
|
1140
|
-
function
|
|
1160
|
+
function dn(e) {
|
|
1141
1161
|
return !!e && typeof e == "object";
|
|
1142
1162
|
}
|
|
1143
|
-
function
|
|
1163
|
+
function bn(e) {
|
|
1144
1164
|
var t = Object.prototype.toString.call(e);
|
|
1145
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1165
|
+
return t === "[object RegExp]" || t === "[object Date]" || vn(e);
|
|
1146
1166
|
}
|
|
1147
|
-
var
|
|
1148
|
-
function
|
|
1149
|
-
return e.$$typeof ===
|
|
1167
|
+
var gn = typeof Symbol == "function" && Symbol.for, yn = gn ? Symbol.for("react.element") : 60103;
|
|
1168
|
+
function vn(e) {
|
|
1169
|
+
return e.$$typeof === yn;
|
|
1150
1170
|
}
|
|
1151
|
-
function
|
|
1171
|
+
function xn(e) {
|
|
1152
1172
|
return Array.isArray(e) ? [] : {};
|
|
1153
1173
|
}
|
|
1154
1174
|
function ne(e, t) {
|
|
1155
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? W(
|
|
1175
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? W(xn(e), e, t) : e;
|
|
1156
1176
|
}
|
|
1157
|
-
function
|
|
1177
|
+
function _n(e, t, r) {
|
|
1158
1178
|
return e.concat(t).map(function(n) {
|
|
1159
1179
|
return ne(n, r);
|
|
1160
1180
|
});
|
|
1161
1181
|
}
|
|
1162
|
-
function
|
|
1182
|
+
function En(e, t) {
|
|
1163
1183
|
if (!t.customMerge)
|
|
1164
1184
|
return W;
|
|
1165
1185
|
var r = t.customMerge(e);
|
|
1166
1186
|
return typeof r == "function" ? r : W;
|
|
1167
1187
|
}
|
|
1168
|
-
function
|
|
1188
|
+
function wn(e) {
|
|
1169
1189
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1170
1190
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1171
1191
|
}) : [];
|
|
1172
1192
|
}
|
|
1173
|
-
function
|
|
1174
|
-
return Object.keys(e).concat(
|
|
1193
|
+
function gt(e) {
|
|
1194
|
+
return Object.keys(e).concat(wn(e));
|
|
1175
1195
|
}
|
|
1176
|
-
function
|
|
1196
|
+
function Wt(e, t) {
|
|
1177
1197
|
try {
|
|
1178
1198
|
return t in e;
|
|
1179
1199
|
} catch (r) {
|
|
1180
1200
|
return !1;
|
|
1181
1201
|
}
|
|
1182
1202
|
}
|
|
1183
|
-
function
|
|
1184
|
-
return
|
|
1203
|
+
function Sn(e, t) {
|
|
1204
|
+
return Wt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1185
1205
|
}
|
|
1186
|
-
function
|
|
1206
|
+
function Tn(e, t, r) {
|
|
1187
1207
|
var n = {};
|
|
1188
|
-
return r.isMergeableObject(e) &&
|
|
1208
|
+
return r.isMergeableObject(e) && gt(e).forEach(function(i) {
|
|
1189
1209
|
n[i] = ne(e[i], r);
|
|
1190
|
-
}),
|
|
1191
|
-
|
|
1210
|
+
}), gt(t).forEach(function(i) {
|
|
1211
|
+
Sn(e, i) || (Wt(e, i) && r.isMergeableObject(t[i]) ? n[i] = En(i, r)(e[i], t[i], r) : n[i] = ne(t[i], r));
|
|
1192
1212
|
}), n;
|
|
1193
1213
|
}
|
|
1194
1214
|
function W(e, t, r) {
|
|
1195
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1215
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || _n, r.isMergeableObject = r.isMergeableObject || pn, r.cloneUnlessOtherwiseSpecified = ne;
|
|
1196
1216
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1197
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1217
|
+
return o ? n ? r.arrayMerge(e, t, r) : Tn(e, t, r) : ne(t, r);
|
|
1198
1218
|
}
|
|
1199
1219
|
W.all = function(t, r) {
|
|
1200
1220
|
if (!Array.isArray(t))
|
|
@@ -1203,56 +1223,58 @@ W.all = function(t, r) {
|
|
|
1203
1223
|
return W(n, i, r);
|
|
1204
1224
|
}, {});
|
|
1205
1225
|
};
|
|
1206
|
-
var
|
|
1207
|
-
const
|
|
1208
|
-
function
|
|
1209
|
-
var r = t && t.cache ? t.cache :
|
|
1226
|
+
var Hn = W, Bn = Hn;
|
|
1227
|
+
const Cn = /* @__PURE__ */ mn(Bn);
|
|
1228
|
+
function Ae(e, t) {
|
|
1229
|
+
var r = t && t.cache ? t.cache : Mn, n = t && t.serializer ? t.serializer : In, i = t && t.strategy ? t.strategy : Pn;
|
|
1210
1230
|
return i(e, {
|
|
1211
1231
|
cache: r,
|
|
1212
1232
|
serializer: n
|
|
1213
1233
|
});
|
|
1214
1234
|
}
|
|
1215
|
-
function
|
|
1235
|
+
function An(e) {
|
|
1216
1236
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1217
1237
|
}
|
|
1218
|
-
function
|
|
1219
|
-
var i =
|
|
1238
|
+
function zt(e, t, r, n) {
|
|
1239
|
+
var i = An(n) ? n : r(n), o = t.get(i);
|
|
1220
1240
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1221
1241
|
}
|
|
1222
|
-
function
|
|
1242
|
+
function Zt(e, t, r) {
|
|
1223
1243
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1224
1244
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1225
1245
|
}
|
|
1226
|
-
function
|
|
1246
|
+
function qe(e, t, r, n, i) {
|
|
1227
1247
|
return r.bind(t, e, n, i);
|
|
1228
1248
|
}
|
|
1229
|
-
function
|
|
1230
|
-
var r = e.length === 1 ?
|
|
1231
|
-
return
|
|
1249
|
+
function Pn(e, t) {
|
|
1250
|
+
var r = e.length === 1 ? zt : Zt;
|
|
1251
|
+
return qe(e, this, r, t.cache.create(), t.serializer);
|
|
1252
|
+
}
|
|
1253
|
+
function Ln(e, t) {
|
|
1254
|
+
return qe(e, this, Zt, t.cache.create(), t.serializer);
|
|
1232
1255
|
}
|
|
1233
|
-
function
|
|
1234
|
-
return
|
|
1256
|
+
function On(e, t) {
|
|
1257
|
+
return qe(e, this, zt, t.cache.create(), t.serializer);
|
|
1235
1258
|
}
|
|
1236
|
-
var
|
|
1259
|
+
var In = function() {
|
|
1237
1260
|
return JSON.stringify(arguments);
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
}()
|
|
1250
|
-
), Ln = {
|
|
1261
|
+
};
|
|
1262
|
+
function Ke() {
|
|
1263
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1264
|
+
}
|
|
1265
|
+
Ke.prototype.get = function(e) {
|
|
1266
|
+
return this.cache[e];
|
|
1267
|
+
};
|
|
1268
|
+
Ke.prototype.set = function(e, t) {
|
|
1269
|
+
this.cache[e] = t;
|
|
1270
|
+
};
|
|
1271
|
+
var Mn = {
|
|
1251
1272
|
create: function() {
|
|
1252
|
-
return new
|
|
1273
|
+
return new Ke();
|
|
1253
1274
|
}
|
|
1254
|
-
},
|
|
1255
|
-
variadic:
|
|
1275
|
+
}, Pe = {
|
|
1276
|
+
variadic: Ln,
|
|
1277
|
+
monadic: On
|
|
1256
1278
|
}, d;
|
|
1257
1279
|
(function(e) {
|
|
1258
1280
|
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";
|
|
@@ -1265,43 +1287,43 @@ var z;
|
|
|
1265
1287
|
(function(e) {
|
|
1266
1288
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1267
1289
|
})(z || (z = {}));
|
|
1268
|
-
function
|
|
1290
|
+
function yt(e) {
|
|
1269
1291
|
return e.type === x.literal;
|
|
1270
1292
|
}
|
|
1271
|
-
function
|
|
1293
|
+
function Nn(e) {
|
|
1272
1294
|
return e.type === x.argument;
|
|
1273
1295
|
}
|
|
1274
|
-
function
|
|
1296
|
+
function Qt(e) {
|
|
1275
1297
|
return e.type === x.number;
|
|
1276
1298
|
}
|
|
1277
|
-
function
|
|
1299
|
+
function Jt(e) {
|
|
1278
1300
|
return e.type === x.date;
|
|
1279
1301
|
}
|
|
1280
|
-
function
|
|
1302
|
+
function Yt(e) {
|
|
1281
1303
|
return e.type === x.time;
|
|
1282
1304
|
}
|
|
1283
|
-
function
|
|
1305
|
+
function qt(e) {
|
|
1284
1306
|
return e.type === x.select;
|
|
1285
1307
|
}
|
|
1286
|
-
function
|
|
1308
|
+
function Kt(e) {
|
|
1287
1309
|
return e.type === x.plural;
|
|
1288
1310
|
}
|
|
1289
|
-
function
|
|
1311
|
+
function Rn(e) {
|
|
1290
1312
|
return e.type === x.pound;
|
|
1291
1313
|
}
|
|
1292
|
-
function
|
|
1314
|
+
function er(e) {
|
|
1293
1315
|
return e.type === x.tag;
|
|
1294
1316
|
}
|
|
1295
|
-
function
|
|
1317
|
+
function tr(e) {
|
|
1296
1318
|
return !!(e && typeof e == "object" && e.type === z.number);
|
|
1297
1319
|
}
|
|
1298
|
-
function
|
|
1320
|
+
function je(e) {
|
|
1299
1321
|
return !!(e && typeof e == "object" && e.type === z.dateTime);
|
|
1300
1322
|
}
|
|
1301
|
-
var
|
|
1302
|
-
function
|
|
1323
|
+
var rr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, $n = /(?:[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;
|
|
1324
|
+
function Gn(e) {
|
|
1303
1325
|
var t = {};
|
|
1304
|
-
return e.replace(
|
|
1326
|
+
return e.replace($n, function(r) {
|
|
1305
1327
|
var n = r.length;
|
|
1306
1328
|
switch (r[0]) {
|
|
1307
1329
|
case "G":
|
|
@@ -1390,11 +1412,11 @@ function Nn(e) {
|
|
|
1390
1412
|
return "";
|
|
1391
1413
|
}), t;
|
|
1392
1414
|
}
|
|
1393
|
-
var
|
|
1394
|
-
function
|
|
1415
|
+
var Un = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1416
|
+
function Dn(e) {
|
|
1395
1417
|
if (e.length === 0)
|
|
1396
1418
|
throw new Error("Number skeleton cannot be empty");
|
|
1397
|
-
for (var t = e.split(
|
|
1419
|
+
for (var t = e.split(Un).filter(function(f) {
|
|
1398
1420
|
return f.length > 0;
|
|
1399
1421
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1400
1422
|
var o = i[n], s = o.split("/");
|
|
@@ -1409,17 +1431,17 @@ function $n(e) {
|
|
|
1409
1431
|
}
|
|
1410
1432
|
return r;
|
|
1411
1433
|
}
|
|
1412
|
-
function
|
|
1434
|
+
function Fn(e) {
|
|
1413
1435
|
return e.replace(/^(.*?)-/, "");
|
|
1414
1436
|
}
|
|
1415
|
-
var
|
|
1416
|
-
function
|
|
1437
|
+
var vt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, nr = /^(@+)?(\+|#+)?[rs]?$/g, jn = /(\*)(0+)|(#+)(0+)|(0+)/g, ir = /^(0+)$/;
|
|
1438
|
+
function xt(e) {
|
|
1417
1439
|
var t = {};
|
|
1418
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1440
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(nr, function(r, n, i) {
|
|
1419
1441
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
1420
1442
|
}), t;
|
|
1421
1443
|
}
|
|
1422
|
-
function
|
|
1444
|
+
function or(e) {
|
|
1423
1445
|
switch (e) {
|
|
1424
1446
|
case "sign-auto":
|
|
1425
1447
|
return {
|
|
@@ -1459,7 +1481,7 @@ function tr(e) {
|
|
|
1459
1481
|
};
|
|
1460
1482
|
}
|
|
1461
1483
|
}
|
|
1462
|
-
function
|
|
1484
|
+
function kn(e) {
|
|
1463
1485
|
var t;
|
|
1464
1486
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1465
1487
|
notation: "engineering"
|
|
@@ -1467,17 +1489,17 @@ function Dn(e) {
|
|
|
1467
1489
|
notation: "scientific"
|
|
1468
1490
|
}, e = e.slice(1)), t) {
|
|
1469
1491
|
var r = e.slice(0, 2);
|
|
1470
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1492
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !ir.test(e))
|
|
1471
1493
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1472
1494
|
t.minimumIntegerDigits = e.length;
|
|
1473
1495
|
}
|
|
1474
1496
|
return t;
|
|
1475
1497
|
}
|
|
1476
|
-
function
|
|
1477
|
-
var t = {}, r =
|
|
1498
|
+
function _t(e) {
|
|
1499
|
+
var t = {}, r = or(e);
|
|
1478
1500
|
return r || t;
|
|
1479
1501
|
}
|
|
1480
|
-
function
|
|
1502
|
+
function Vn(e) {
|
|
1481
1503
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1482
1504
|
var i = n[r];
|
|
1483
1505
|
switch (i.stem) {
|
|
@@ -1501,7 +1523,7 @@ function Fn(e) {
|
|
|
1501
1523
|
continue;
|
|
1502
1524
|
case "measure-unit":
|
|
1503
1525
|
case "unit":
|
|
1504
|
-
t.style = "unit", t.unit =
|
|
1526
|
+
t.style = "unit", t.unit = Fn(i.options[0]);
|
|
1505
1527
|
continue;
|
|
1506
1528
|
case "compact-short":
|
|
1507
1529
|
case "K":
|
|
@@ -1512,13 +1534,13 @@ function Fn(e) {
|
|
|
1512
1534
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1513
1535
|
continue;
|
|
1514
1536
|
case "scientific":
|
|
1515
|
-
t =
|
|
1516
|
-
return
|
|
1537
|
+
t = v(v(v({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1538
|
+
return v(v({}, h), _t(u));
|
|
1517
1539
|
}, {}));
|
|
1518
1540
|
continue;
|
|
1519
1541
|
case "engineering":
|
|
1520
|
-
t =
|
|
1521
|
-
return
|
|
1542
|
+
t = v(v(v({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1543
|
+
return v(v({}, h), _t(u));
|
|
1522
1544
|
}, {}));
|
|
1523
1545
|
continue;
|
|
1524
1546
|
case "notation-simple":
|
|
@@ -1563,7 +1585,7 @@ function Fn(e) {
|
|
|
1563
1585
|
case "integer-width":
|
|
1564
1586
|
if (i.options.length > 1)
|
|
1565
1587
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1566
|
-
i.options[0].replace(
|
|
1588
|
+
i.options[0].replace(jn, function(h, u, l, c, f, p) {
|
|
1567
1589
|
if (u)
|
|
1568
1590
|
t.minimumIntegerDigits = l.length;
|
|
1569
1591
|
else {
|
|
@@ -1576,28 +1598,28 @@ function Fn(e) {
|
|
|
1576
1598
|
});
|
|
1577
1599
|
continue;
|
|
1578
1600
|
}
|
|
1579
|
-
if (
|
|
1601
|
+
if (ir.test(i.stem)) {
|
|
1580
1602
|
t.minimumIntegerDigits = i.stem.length;
|
|
1581
1603
|
continue;
|
|
1582
1604
|
}
|
|
1583
|
-
if (
|
|
1605
|
+
if (vt.test(i.stem)) {
|
|
1584
1606
|
if (i.options.length > 1)
|
|
1585
1607
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1586
|
-
i.stem.replace(
|
|
1608
|
+
i.stem.replace(vt, function(h, u, l, c, f, p) {
|
|
1587
1609
|
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1588
1610
|
});
|
|
1589
1611
|
var o = i.options[0];
|
|
1590
|
-
o === "w" ? t =
|
|
1612
|
+
o === "w" ? t = v(v({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = v(v({}, t), xt(o)));
|
|
1591
1613
|
continue;
|
|
1592
1614
|
}
|
|
1593
|
-
if (
|
|
1594
|
-
t =
|
|
1615
|
+
if (nr.test(i.stem)) {
|
|
1616
|
+
t = v(v({}, t), xt(i.stem));
|
|
1595
1617
|
continue;
|
|
1596
1618
|
}
|
|
1597
|
-
var s =
|
|
1598
|
-
s && (t =
|
|
1599
|
-
var a =
|
|
1600
|
-
a && (t =
|
|
1619
|
+
var s = or(i.stem);
|
|
1620
|
+
s && (t = v(v({}, t), s));
|
|
1621
|
+
var a = kn(i.stem);
|
|
1622
|
+
a && (t = v(v({}, t), a));
|
|
1601
1623
|
}
|
|
1602
1624
|
return t;
|
|
1603
1625
|
}
|
|
@@ -3016,13 +3038,13 @@ var ae = {
|
|
|
3016
3038
|
"h"
|
|
3017
3039
|
]
|
|
3018
3040
|
};
|
|
3019
|
-
function
|
|
3041
|
+
function Xn(e, t) {
|
|
3020
3042
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
3021
3043
|
var i = e.charAt(n);
|
|
3022
3044
|
if (i === "j") {
|
|
3023
3045
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
3024
3046
|
o++, n++;
|
|
3025
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
|
3047
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Wn(t);
|
|
3026
3048
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
3027
3049
|
r += h;
|
|
3028
3050
|
for (; s-- > 0; )
|
|
@@ -3032,7 +3054,7 @@ function jn(e, t) {
|
|
|
3032
3054
|
}
|
|
3033
3055
|
return r;
|
|
3034
3056
|
}
|
|
3035
|
-
function
|
|
3057
|
+
function Wn(e) {
|
|
3036
3058
|
var t = e.hourCycle;
|
|
3037
3059
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3038
3060
|
e.hourCycles && // @ts-ignore
|
|
@@ -3054,20 +3076,20 @@ function kn(e) {
|
|
|
3054
3076
|
var i = ae[n || ""] || ae[r || ""] || ae["".concat(r, "-001")] || ae["001"];
|
|
3055
3077
|
return i[0];
|
|
3056
3078
|
}
|
|
3057
|
-
var
|
|
3079
|
+
var Le, zn = new RegExp("^".concat(rr.source, "*")), Zn = new RegExp("".concat(rr.source, "*$"));
|
|
3058
3080
|
function g(e, t) {
|
|
3059
3081
|
return { start: e, end: t };
|
|
3060
3082
|
}
|
|
3061
|
-
var
|
|
3083
|
+
var Qn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Jn = !!String.fromCodePoint, Yn = !!Object.fromEntries, qn = !!String.prototype.codePointAt, Kn = !!String.prototype.trimStart, ei = !!String.prototype.trimEnd, ti = !!Number.isSafeInteger, ri = ti ? Number.isSafeInteger : function(e) {
|
|
3062
3084
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3063
|
-
},
|
|
3085
|
+
}, ke = !0;
|
|
3064
3086
|
try {
|
|
3065
|
-
var
|
|
3066
|
-
|
|
3087
|
+
var ni = ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3088
|
+
ke = ((Le = ni.exec("a")) === null || Le === void 0 ? void 0 : Le[0]) === "a";
|
|
3067
3089
|
} catch (e) {
|
|
3068
|
-
|
|
3090
|
+
ke = !1;
|
|
3069
3091
|
}
|
|
3070
|
-
var
|
|
3092
|
+
var Et = Qn ? (
|
|
3071
3093
|
// Native
|
|
3072
3094
|
function(t, r, n) {
|
|
3073
3095
|
return t.startsWith(r, n);
|
|
@@ -3077,7 +3099,7 @@ var yt = Wn ? (
|
|
|
3077
3099
|
function(t, r, n) {
|
|
3078
3100
|
return t.slice(n, n + r.length) === r;
|
|
3079
3101
|
}
|
|
3080
|
-
),
|
|
3102
|
+
), Ve = Jn ? String.fromCodePoint : (
|
|
3081
3103
|
// IE11
|
|
3082
3104
|
function() {
|
|
3083
3105
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3089,9 +3111,9 @@ var yt = Wn ? (
|
|
|
3089
3111
|
}
|
|
3090
3112
|
return n;
|
|
3091
3113
|
}
|
|
3092
|
-
),
|
|
3114
|
+
), wt = (
|
|
3093
3115
|
// native
|
|
3094
|
-
|
|
3116
|
+
Yn ? Object.fromEntries : (
|
|
3095
3117
|
// Ponyfill
|
|
3096
3118
|
function(t) {
|
|
3097
3119
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3101,7 +3123,7 @@ var yt = Wn ? (
|
|
|
3101
3123
|
return r;
|
|
3102
3124
|
}
|
|
3103
3125
|
)
|
|
3104
|
-
),
|
|
3126
|
+
), sr = qn ? (
|
|
3105
3127
|
// Native
|
|
3106
3128
|
function(t, r) {
|
|
3107
3129
|
return t.codePointAt(r);
|
|
@@ -3115,7 +3137,7 @@ var yt = Wn ? (
|
|
|
3115
3137
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3116
3138
|
}
|
|
3117
3139
|
}
|
|
3118
|
-
),
|
|
3140
|
+
), ii = Kn ? (
|
|
3119
3141
|
// Native
|
|
3120
3142
|
function(t) {
|
|
3121
3143
|
return t.trimStart();
|
|
@@ -3123,9 +3145,9 @@ var yt = Wn ? (
|
|
|
3123
3145
|
) : (
|
|
3124
3146
|
// Ponyfill
|
|
3125
3147
|
function(t) {
|
|
3126
|
-
return t.replace(
|
|
3148
|
+
return t.replace(zn, "");
|
|
3127
3149
|
}
|
|
3128
|
-
),
|
|
3150
|
+
), oi = ei ? (
|
|
3129
3151
|
// Native
|
|
3130
3152
|
function(t) {
|
|
3131
3153
|
return t.trimEnd();
|
|
@@ -3133,32 +3155,32 @@ var yt = Wn ? (
|
|
|
3133
3155
|
) : (
|
|
3134
3156
|
// Ponyfill
|
|
3135
3157
|
function(t) {
|
|
3136
|
-
return t.replace(
|
|
3158
|
+
return t.replace(Zn, "");
|
|
3137
3159
|
}
|
|
3138
3160
|
);
|
|
3139
|
-
function
|
|
3161
|
+
function ar(e, t) {
|
|
3140
3162
|
return new RegExp(e, t);
|
|
3141
3163
|
}
|
|
3142
|
-
var
|
|
3143
|
-
if (
|
|
3144
|
-
var
|
|
3145
|
-
|
|
3164
|
+
var Xe;
|
|
3165
|
+
if (ke) {
|
|
3166
|
+
var St = ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3167
|
+
Xe = function(t, r) {
|
|
3146
3168
|
var n;
|
|
3147
|
-
|
|
3148
|
-
var i =
|
|
3169
|
+
St.lastIndex = r;
|
|
3170
|
+
var i = St.exec(t);
|
|
3149
3171
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3150
3172
|
};
|
|
3151
3173
|
} else
|
|
3152
|
-
|
|
3174
|
+
Xe = function(t, r) {
|
|
3153
3175
|
for (var n = []; ; ) {
|
|
3154
|
-
var i =
|
|
3155
|
-
if (i === void 0 ||
|
|
3176
|
+
var i = sr(t, r);
|
|
3177
|
+
if (i === void 0 || ur(i) || hi(i))
|
|
3156
3178
|
break;
|
|
3157
3179
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3158
3180
|
}
|
|
3159
|
-
return
|
|
3181
|
+
return Ve.apply(void 0, n);
|
|
3160
3182
|
};
|
|
3161
|
-
var
|
|
3183
|
+
var si = (
|
|
3162
3184
|
/** @class */
|
|
3163
3185
|
function() {
|
|
3164
3186
|
function e(t, r) {
|
|
@@ -3189,7 +3211,7 @@ var ni = (
|
|
|
3189
3211
|
if (n)
|
|
3190
3212
|
break;
|
|
3191
3213
|
return this.error(d.UNMATCHED_CLOSING_TAG, g(this.clonePosition(), this.clonePosition()));
|
|
3192
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3214
|
+
} else if (o === 60 && !this.ignoreTag && We(this.peek() || 0)) {
|
|
3193
3215
|
var s = this.parseTag(t, r);
|
|
3194
3216
|
if (s.err)
|
|
3195
3217
|
return s;
|
|
@@ -3222,7 +3244,7 @@ var ni = (
|
|
|
3222
3244
|
return o;
|
|
3223
3245
|
var s = o.val, a = this.clonePosition();
|
|
3224
3246
|
if (this.bumpIf("</")) {
|
|
3225
|
-
if (this.isEOF() || !
|
|
3247
|
+
if (this.isEOF() || !We(this.char()))
|
|
3226
3248
|
return this.error(d.INVALID_TAG, g(a, this.clonePosition()));
|
|
3227
3249
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
3228
3250
|
return i !== u ? this.error(d.UNMATCHED_CLOSING_TAG, g(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
@@ -3240,7 +3262,7 @@ var ni = (
|
|
|
3240
3262
|
return this.error(d.INVALID_TAG, g(n, this.clonePosition()));
|
|
3241
3263
|
}, e.prototype.parseTagName = function() {
|
|
3242
3264
|
var t = this.offset();
|
|
3243
|
-
for (this.bump(); !this.isEOF() &&
|
|
3265
|
+
for (this.bump(); !this.isEOF() && ui(this.char()); )
|
|
3244
3266
|
this.bump();
|
|
3245
3267
|
return this.message.slice(t, this.offset());
|
|
3246
3268
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3269,7 +3291,7 @@ var ni = (
|
|
|
3269
3291
|
};
|
|
3270
3292
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3271
3293
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3272
|
-
!
|
|
3294
|
+
!ai(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3273
3295
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3274
3296
|
if (this.isEOF() || this.char() !== 39)
|
|
3275
3297
|
return null;
|
|
@@ -3303,12 +3325,12 @@ var ni = (
|
|
|
3303
3325
|
r.push(n);
|
|
3304
3326
|
this.bump();
|
|
3305
3327
|
}
|
|
3306
|
-
return
|
|
3328
|
+
return Ve.apply(void 0, r);
|
|
3307
3329
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3308
3330
|
if (this.isEOF())
|
|
3309
3331
|
return null;
|
|
3310
3332
|
var n = this.char();
|
|
3311
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3333
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ve(n));
|
|
3312
3334
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3313
3335
|
var n = this.clonePosition();
|
|
3314
3336
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3337,7 +3359,7 @@ var ni = (
|
|
|
3337
3359
|
return this.error(d.MALFORMED_ARGUMENT, g(n, this.clonePosition()));
|
|
3338
3360
|
}
|
|
3339
3361
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3340
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3362
|
+
var t = this.clonePosition(), r = this.offset(), n = Xe(this.message, r), i = r + n.length;
|
|
3341
3363
|
this.bumpTo(i);
|
|
3342
3364
|
var o = this.clonePosition(), s = g(t, o);
|
|
3343
3365
|
return { value: n, location: s };
|
|
@@ -3356,7 +3378,7 @@ var ni = (
|
|
|
3356
3378
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3357
3379
|
if (c.err)
|
|
3358
3380
|
return c;
|
|
3359
|
-
var f =
|
|
3381
|
+
var f = oi(c.val);
|
|
3360
3382
|
if (f.length === 0)
|
|
3361
3383
|
return this.error(d.EXPECT_ARGUMENT_STYLE, g(this.clonePosition(), this.clonePosition()));
|
|
3362
3384
|
var p = g(l, this.clonePosition());
|
|
@@ -3365,28 +3387,28 @@ var ni = (
|
|
|
3365
3387
|
var m = this.tryParseArgumentClose(i);
|
|
3366
3388
|
if (m.err)
|
|
3367
3389
|
return m;
|
|
3368
|
-
var
|
|
3369
|
-
if (u &&
|
|
3370
|
-
var E =
|
|
3390
|
+
var y = g(i, this.clonePosition());
|
|
3391
|
+
if (u && Et(u == null ? void 0 : u.style, "::", 0)) {
|
|
3392
|
+
var E = ii(u.style.slice(2));
|
|
3371
3393
|
if (a === "number") {
|
|
3372
3394
|
var c = this.parseNumberSkeletonFromString(E, u.styleLocation);
|
|
3373
3395
|
return c.err ? c : {
|
|
3374
|
-
val: { type: x.number, value: n, location:
|
|
3396
|
+
val: { type: x.number, value: n, location: y, style: c.val },
|
|
3375
3397
|
err: null
|
|
3376
3398
|
};
|
|
3377
3399
|
} else {
|
|
3378
3400
|
if (E.length === 0)
|
|
3379
|
-
return this.error(d.EXPECT_DATE_TIME_SKELETON,
|
|
3401
|
+
return this.error(d.EXPECT_DATE_TIME_SKELETON, y);
|
|
3380
3402
|
var A = E;
|
|
3381
|
-
this.locale && (A =
|
|
3403
|
+
this.locale && (A = Xn(E, this.locale));
|
|
3382
3404
|
var f = {
|
|
3383
3405
|
type: z.dateTime,
|
|
3384
3406
|
pattern: A,
|
|
3385
3407
|
location: u.styleLocation,
|
|
3386
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3408
|
+
parsedOptions: this.shouldParseSkeletons ? Gn(A) : {}
|
|
3387
3409
|
}, P = a === "date" ? x.date : x.time;
|
|
3388
3410
|
return {
|
|
3389
|
-
val: { type: P, value: n, location:
|
|
3411
|
+
val: { type: P, value: n, location: y, style: f },
|
|
3390
3412
|
err: null
|
|
3391
3413
|
};
|
|
3392
3414
|
}
|
|
@@ -3395,7 +3417,7 @@ var ni = (
|
|
|
3395
3417
|
val: {
|
|
3396
3418
|
type: a === "number" ? x.number : a === "date" ? x.date : x.time,
|
|
3397
3419
|
value: n,
|
|
3398
|
-
location:
|
|
3420
|
+
location: y,
|
|
3399
3421
|
style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
|
|
3400
3422
|
},
|
|
3401
3423
|
err: null
|
|
@@ -3406,7 +3428,7 @@ var ni = (
|
|
|
3406
3428
|
case "select": {
|
|
3407
3429
|
var T = this.clonePosition();
|
|
3408
3430
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3409
|
-
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, g(T,
|
|
3431
|
+
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, g(T, v({}, T)));
|
|
3410
3432
|
this.bumpSpace();
|
|
3411
3433
|
var L = this.parseIdentifierIfPossible(), w = 0;
|
|
3412
3434
|
if (a !== "select" && L.value === "offset") {
|
|
@@ -3429,7 +3451,7 @@ var ni = (
|
|
|
3429
3451
|
val: {
|
|
3430
3452
|
type: x.select,
|
|
3431
3453
|
value: n,
|
|
3432
|
-
options:
|
|
3454
|
+
options: wt(_.val),
|
|
3433
3455
|
location: C
|
|
3434
3456
|
},
|
|
3435
3457
|
err: null
|
|
@@ -3437,7 +3459,7 @@ var ni = (
|
|
|
3437
3459
|
val: {
|
|
3438
3460
|
type: x.plural,
|
|
3439
3461
|
value: n,
|
|
3440
|
-
options:
|
|
3462
|
+
options: wt(_.val),
|
|
3441
3463
|
offset: w,
|
|
3442
3464
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3443
3465
|
location: C
|
|
@@ -3488,7 +3510,7 @@ var ni = (
|
|
|
3488
3510
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3489
3511
|
var n = [];
|
|
3490
3512
|
try {
|
|
3491
|
-
n =
|
|
3513
|
+
n = Dn(t);
|
|
3492
3514
|
} catch (i) {
|
|
3493
3515
|
return this.error(d.INVALID_NUMBER_SKELETON, r);
|
|
3494
3516
|
}
|
|
@@ -3497,7 +3519,7 @@ var ni = (
|
|
|
3497
3519
|
type: z.number,
|
|
3498
3520
|
tokens: n,
|
|
3499
3521
|
location: r,
|
|
3500
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3522
|
+
parsedOptions: this.shouldParseSkeletons ? Vn(n) : {}
|
|
3501
3523
|
},
|
|
3502
3524
|
err: null
|
|
3503
3525
|
};
|
|
@@ -3522,9 +3544,9 @@ var ni = (
|
|
|
3522
3544
|
var m = this.parseMessage(t + 1, r, n);
|
|
3523
3545
|
if (m.err)
|
|
3524
3546
|
return m;
|
|
3525
|
-
var
|
|
3526
|
-
if (
|
|
3527
|
-
return
|
|
3547
|
+
var y = this.tryParseArgumentClose(p);
|
|
3548
|
+
if (y.err)
|
|
3549
|
+
return y;
|
|
3528
3550
|
a.push([
|
|
3529
3551
|
u,
|
|
3530
3552
|
{
|
|
@@ -3545,7 +3567,7 @@ var ni = (
|
|
|
3545
3567
|
break;
|
|
3546
3568
|
}
|
|
3547
3569
|
var h = g(i, this.clonePosition());
|
|
3548
|
-
return o ? (s *= n,
|
|
3570
|
+
return o ? (s *= n, ri(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
|
|
3549
3571
|
}, e.prototype.offset = function() {
|
|
3550
3572
|
return this.position.offset;
|
|
3551
3573
|
}, e.prototype.isEOF = function() {
|
|
@@ -3560,7 +3582,7 @@ var ni = (
|
|
|
3560
3582
|
var t = this.position.offset;
|
|
3561
3583
|
if (t >= this.message.length)
|
|
3562
3584
|
throw Error("out of bound");
|
|
3563
|
-
var r =
|
|
3585
|
+
var r = sr(this.message, t);
|
|
3564
3586
|
if (r === void 0)
|
|
3565
3587
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3566
3588
|
return r;
|
|
@@ -3579,7 +3601,7 @@ var ni = (
|
|
|
3579
3601
|
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);
|
|
3580
3602
|
}
|
|
3581
3603
|
}, e.prototype.bumpIf = function(t) {
|
|
3582
|
-
if (
|
|
3604
|
+
if (Et(this.message, t, this.offset())) {
|
|
3583
3605
|
for (var r = 0; r < t.length; r++)
|
|
3584
3606
|
this.bump();
|
|
3585
3607
|
return !0;
|
|
@@ -3601,7 +3623,7 @@ var ni = (
|
|
|
3601
3623
|
break;
|
|
3602
3624
|
}
|
|
3603
3625
|
}, e.prototype.bumpSpace = function() {
|
|
3604
|
-
for (; !this.isEOF() &&
|
|
3626
|
+
for (; !this.isEOF() && ur(this.char()); )
|
|
3605
3627
|
this.bump();
|
|
3606
3628
|
}, e.prototype.peek = function() {
|
|
3607
3629
|
if (this.isEOF())
|
|
@@ -3611,44 +3633,44 @@ var ni = (
|
|
|
3611
3633
|
}, e;
|
|
3612
3634
|
}()
|
|
3613
3635
|
);
|
|
3614
|
-
function
|
|
3636
|
+
function We(e) {
|
|
3615
3637
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3616
3638
|
}
|
|
3617
|
-
function
|
|
3618
|
-
return
|
|
3639
|
+
function ai(e) {
|
|
3640
|
+
return We(e) || e === 47;
|
|
3619
3641
|
}
|
|
3620
|
-
function
|
|
3642
|
+
function ui(e) {
|
|
3621
3643
|
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;
|
|
3622
3644
|
}
|
|
3623
|
-
function
|
|
3645
|
+
function ur(e) {
|
|
3624
3646
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3625
3647
|
}
|
|
3626
|
-
function
|
|
3648
|
+
function hi(e) {
|
|
3627
3649
|
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;
|
|
3628
3650
|
}
|
|
3629
|
-
function
|
|
3651
|
+
function ze(e) {
|
|
3630
3652
|
e.forEach(function(t) {
|
|
3631
|
-
if (delete t.location,
|
|
3653
|
+
if (delete t.location, qt(t) || Kt(t))
|
|
3632
3654
|
for (var r in t.options)
|
|
3633
|
-
delete t.options[r].location,
|
|
3655
|
+
delete t.options[r].location, ze(t.options[r].value);
|
|
3634
3656
|
else
|
|
3635
|
-
|
|
3657
|
+
Qt(t) && tr(t.style) || (Jt(t) || Yt(t)) && je(t.style) ? delete t.style.location : er(t) && ze(t.children);
|
|
3636
3658
|
});
|
|
3637
3659
|
}
|
|
3638
|
-
function
|
|
3639
|
-
t === void 0 && (t = {}), t =
|
|
3640
|
-
var r = new
|
|
3660
|
+
function li(e, t) {
|
|
3661
|
+
t === void 0 && (t = {}), t = v({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3662
|
+
var r = new si(e, t).parse();
|
|
3641
3663
|
if (r.err) {
|
|
3642
3664
|
var n = SyntaxError(d[r.err.kind]);
|
|
3643
3665
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3644
3666
|
}
|
|
3645
|
-
return t != null && t.captureLocation ||
|
|
3667
|
+
return t != null && t.captureLocation || ze(r.val), r.val;
|
|
3646
3668
|
}
|
|
3647
3669
|
var Z;
|
|
3648
3670
|
(function(e) {
|
|
3649
3671
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3650
3672
|
})(Z || (Z = {}));
|
|
3651
|
-
var
|
|
3673
|
+
var ve = (
|
|
3652
3674
|
/** @class */
|
|
3653
3675
|
function(e) {
|
|
3654
3676
|
$(t, e);
|
|
@@ -3660,7 +3682,7 @@ var ye = (
|
|
|
3660
3682
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3661
3683
|
}, t;
|
|
3662
3684
|
}(Error)
|
|
3663
|
-
),
|
|
3685
|
+
), Tt = (
|
|
3664
3686
|
/** @class */
|
|
3665
3687
|
function(e) {
|
|
3666
3688
|
$(t, e);
|
|
@@ -3668,8 +3690,8 @@ var ye = (
|
|
|
3668
3690
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Z.INVALID_VALUE, o) || this;
|
|
3669
3691
|
}
|
|
3670
3692
|
return t;
|
|
3671
|
-
}(
|
|
3672
|
-
),
|
|
3693
|
+
}(ve)
|
|
3694
|
+
), ci = (
|
|
3673
3695
|
/** @class */
|
|
3674
3696
|
function(e) {
|
|
3675
3697
|
$(t, e);
|
|
@@ -3677,8 +3699,8 @@ var ye = (
|
|
|
3677
3699
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Z.INVALID_VALUE, i) || this;
|
|
3678
3700
|
}
|
|
3679
3701
|
return t;
|
|
3680
|
-
}(
|
|
3681
|
-
),
|
|
3702
|
+
}(ve)
|
|
3703
|
+
), fi = (
|
|
3682
3704
|
/** @class */
|
|
3683
3705
|
function(e) {
|
|
3684
3706
|
$(t, e);
|
|
@@ -3686,22 +3708,22 @@ var ye = (
|
|
|
3686
3708
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Z.MISSING_VALUE, n) || this;
|
|
3687
3709
|
}
|
|
3688
3710
|
return t;
|
|
3689
|
-
}(
|
|
3711
|
+
}(ve)
|
|
3690
3712
|
), H;
|
|
3691
3713
|
(function(e) {
|
|
3692
3714
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3693
3715
|
})(H || (H = {}));
|
|
3694
|
-
function
|
|
3716
|
+
function mi(e) {
|
|
3695
3717
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3696
3718
|
var n = t[t.length - 1];
|
|
3697
3719
|
return !n || n.type !== H.literal || r.type !== H.literal ? t.push(r) : n.value += r.value, t;
|
|
3698
3720
|
}, []);
|
|
3699
3721
|
}
|
|
3700
|
-
function
|
|
3722
|
+
function pi(e) {
|
|
3701
3723
|
return typeof e == "function";
|
|
3702
3724
|
}
|
|
3703
3725
|
function fe(e, t, r, n, i, o, s) {
|
|
3704
|
-
if (e.length === 1 &&
|
|
3726
|
+
if (e.length === 1 && yt(e[0]))
|
|
3705
3727
|
return [
|
|
3706
3728
|
{
|
|
3707
3729
|
type: H.literal,
|
|
@@ -3710,14 +3732,14 @@ function fe(e, t, r, n, i, o, s) {
|
|
|
3710
3732
|
];
|
|
3711
3733
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3712
3734
|
var l = u[h];
|
|
3713
|
-
if (
|
|
3735
|
+
if (yt(l)) {
|
|
3714
3736
|
a.push({
|
|
3715
3737
|
type: H.literal,
|
|
3716
3738
|
value: l.value
|
|
3717
3739
|
});
|
|
3718
3740
|
continue;
|
|
3719
3741
|
}
|
|
3720
|
-
if (
|
|
3742
|
+
if (Rn(l)) {
|
|
3721
3743
|
typeof o == "number" && a.push({
|
|
3722
3744
|
type: H.literal,
|
|
3723
3745
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3726,43 +3748,43 @@ function fe(e, t, r, n, i, o, s) {
|
|
|
3726
3748
|
}
|
|
3727
3749
|
var c = l.value;
|
|
3728
3750
|
if (!(i && c in i))
|
|
3729
|
-
throw new
|
|
3751
|
+
throw new fi(c, s);
|
|
3730
3752
|
var f = i[c];
|
|
3731
|
-
if (
|
|
3753
|
+
if (Nn(l)) {
|
|
3732
3754
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3733
3755
|
type: typeof f == "string" ? H.literal : H.object,
|
|
3734
3756
|
value: f
|
|
3735
3757
|
});
|
|
3736
3758
|
continue;
|
|
3737
3759
|
}
|
|
3738
|
-
if (
|
|
3739
|
-
var p = typeof l.style == "string" ? n.date[l.style] :
|
|
3760
|
+
if (Jt(l)) {
|
|
3761
|
+
var p = typeof l.style == "string" ? n.date[l.style] : je(l.style) ? l.style.parsedOptions : void 0;
|
|
3740
3762
|
a.push({
|
|
3741
3763
|
type: H.literal,
|
|
3742
3764
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
3743
3765
|
});
|
|
3744
3766
|
continue;
|
|
3745
3767
|
}
|
|
3746
|
-
if (
|
|
3747
|
-
var p = typeof l.style == "string" ? n.time[l.style] :
|
|
3768
|
+
if (Yt(l)) {
|
|
3769
|
+
var p = typeof l.style == "string" ? n.time[l.style] : je(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3748
3770
|
a.push({
|
|
3749
3771
|
type: H.literal,
|
|
3750
3772
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
3751
3773
|
});
|
|
3752
3774
|
continue;
|
|
3753
3775
|
}
|
|
3754
|
-
if (
|
|
3755
|
-
var p = typeof l.style == "string" ? n.number[l.style] :
|
|
3776
|
+
if (Qt(l)) {
|
|
3777
|
+
var p = typeof l.style == "string" ? n.number[l.style] : tr(l.style) ? l.style.parsedOptions : void 0;
|
|
3756
3778
|
p && p.scale && (f = f * (p.scale || 1)), a.push({
|
|
3757
3779
|
type: H.literal,
|
|
3758
3780
|
value: r.getNumberFormat(t, p).format(f)
|
|
3759
3781
|
});
|
|
3760
3782
|
continue;
|
|
3761
3783
|
}
|
|
3762
|
-
if (
|
|
3763
|
-
var m = l.children,
|
|
3764
|
-
if (!
|
|
3765
|
-
throw new
|
|
3784
|
+
if (er(l)) {
|
|
3785
|
+
var m = l.children, y = l.value, E = i[y];
|
|
3786
|
+
if (!pi(E))
|
|
3787
|
+
throw new ci(y, "function", s);
|
|
3766
3788
|
var A = fe(m, t, r, n, i, o), P = E(A.map(function(w) {
|
|
3767
3789
|
return w.value;
|
|
3768
3790
|
}));
|
|
@@ -3773,42 +3795,42 @@ function fe(e, t, r, n, i, o, s) {
|
|
|
3773
3795
|
};
|
|
3774
3796
|
}));
|
|
3775
3797
|
}
|
|
3776
|
-
if (
|
|
3798
|
+
if (qt(l)) {
|
|
3777
3799
|
var T = l.options[f] || l.options.other;
|
|
3778
3800
|
if (!T)
|
|
3779
|
-
throw new
|
|
3801
|
+
throw new Tt(l.value, f, Object.keys(l.options), s);
|
|
3780
3802
|
a.push.apply(a, fe(T.value, t, r, n, i));
|
|
3781
3803
|
continue;
|
|
3782
3804
|
}
|
|
3783
|
-
if (
|
|
3805
|
+
if (Kt(l)) {
|
|
3784
3806
|
var T = l.options["=".concat(f)];
|
|
3785
3807
|
if (!T) {
|
|
3786
3808
|
if (!Intl.PluralRules)
|
|
3787
|
-
throw new
|
|
3809
|
+
throw new ve(`Intl.PluralRules is not available in this environment.
|
|
3788
3810
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3789
3811
|
`, Z.MISSING_INTL_API, s);
|
|
3790
3812
|
var L = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3791
3813
|
T = l.options[L] || l.options.other;
|
|
3792
3814
|
}
|
|
3793
3815
|
if (!T)
|
|
3794
|
-
throw new
|
|
3816
|
+
throw new Tt(l.value, f, Object.keys(l.options), s);
|
|
3795
3817
|
a.push.apply(a, fe(T.value, t, r, n, i, f - (l.offset || 0)));
|
|
3796
3818
|
continue;
|
|
3797
3819
|
}
|
|
3798
3820
|
}
|
|
3799
|
-
return
|
|
3821
|
+
return mi(a);
|
|
3800
3822
|
}
|
|
3801
|
-
function
|
|
3802
|
-
return t ?
|
|
3803
|
-
return r[n] =
|
|
3823
|
+
function di(e, t) {
|
|
3824
|
+
return t ? v(v(v({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3825
|
+
return r[n] = v(v({}, e[n]), t[n] || {}), r;
|
|
3804
3826
|
}, {})) : e;
|
|
3805
3827
|
}
|
|
3806
|
-
function
|
|
3828
|
+
function bi(e, t) {
|
|
3807
3829
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3808
|
-
return r[n] =
|
|
3809
|
-
},
|
|
3830
|
+
return r[n] = di(e[n], t[n]), r;
|
|
3831
|
+
}, v({}, e)) : e;
|
|
3810
3832
|
}
|
|
3811
|
-
function
|
|
3833
|
+
function Oe(e) {
|
|
3812
3834
|
return {
|
|
3813
3835
|
create: function() {
|
|
3814
3836
|
return {
|
|
@@ -3822,39 +3844,39 @@ function Le(e) {
|
|
|
3822
3844
|
}
|
|
3823
3845
|
};
|
|
3824
3846
|
}
|
|
3825
|
-
function
|
|
3847
|
+
function gi(e) {
|
|
3826
3848
|
return e === void 0 && (e = {
|
|
3827
3849
|
number: {},
|
|
3828
3850
|
dateTime: {},
|
|
3829
3851
|
pluralRules: {}
|
|
3830
3852
|
}), {
|
|
3831
|
-
getNumberFormat:
|
|
3853
|
+
getNumberFormat: Ae(function() {
|
|
3832
3854
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3833
3855
|
r[n] = arguments[n];
|
|
3834
3856
|
return new ((t = Intl.NumberFormat).bind.apply(t, X([void 0], r, !1)))();
|
|
3835
3857
|
}, {
|
|
3836
|
-
cache:
|
|
3837
|
-
strategy:
|
|
3858
|
+
cache: Oe(e.number),
|
|
3859
|
+
strategy: Pe.variadic
|
|
3838
3860
|
}),
|
|
3839
|
-
getDateTimeFormat:
|
|
3861
|
+
getDateTimeFormat: Ae(function() {
|
|
3840
3862
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3841
3863
|
r[n] = arguments[n];
|
|
3842
3864
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, X([void 0], r, !1)))();
|
|
3843
3865
|
}, {
|
|
3844
|
-
cache:
|
|
3845
|
-
strategy:
|
|
3866
|
+
cache: Oe(e.dateTime),
|
|
3867
|
+
strategy: Pe.variadic
|
|
3846
3868
|
}),
|
|
3847
|
-
getPluralRules:
|
|
3869
|
+
getPluralRules: Ae(function() {
|
|
3848
3870
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3849
3871
|
r[n] = arguments[n];
|
|
3850
3872
|
return new ((t = Intl.PluralRules).bind.apply(t, X([void 0], r, !1)))();
|
|
3851
3873
|
}, {
|
|
3852
|
-
cache:
|
|
3853
|
-
strategy:
|
|
3874
|
+
cache: Oe(e.pluralRules),
|
|
3875
|
+
strategy: Pe.variadic
|
|
3854
3876
|
})
|
|
3855
3877
|
};
|
|
3856
3878
|
}
|
|
3857
|
-
var
|
|
3879
|
+
var yi = (
|
|
3858
3880
|
/** @class */
|
|
3859
3881
|
function() {
|
|
3860
3882
|
function e(t, r, n, i) {
|
|
@@ -3886,13 +3908,13 @@ var di = (
|
|
|
3886
3908
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3887
3909
|
var s = i || {};
|
|
3888
3910
|
s.formatters;
|
|
3889
|
-
var a =
|
|
3890
|
-
this.ast = e.__parse(t,
|
|
3911
|
+
var a = Jr(s, ["formatters"]);
|
|
3912
|
+
this.ast = e.__parse(t, v(v({}, a), { locale: this.resolvedLocale }));
|
|
3891
3913
|
} else
|
|
3892
3914
|
this.ast = t;
|
|
3893
3915
|
if (!Array.isArray(this.ast))
|
|
3894
3916
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3895
|
-
this.formats =
|
|
3917
|
+
this.formats = bi(e.formats, n), this.formatters = i && i.formatters || gi(this.formatterCache);
|
|
3896
3918
|
}
|
|
3897
3919
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3898
3920
|
get: function() {
|
|
@@ -3905,7 +3927,7 @@ var di = (
|
|
|
3905
3927
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3906
3928
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3907
3929
|
}
|
|
3908
|
-
}, e.__parse =
|
|
3930
|
+
}, e.__parse = li, e.formats = {
|
|
3909
3931
|
number: {
|
|
3910
3932
|
integer: {
|
|
3911
3933
|
maximumFractionDigits: 0
|
|
@@ -3966,7 +3988,7 @@ var di = (
|
|
|
3966
3988
|
}, e;
|
|
3967
3989
|
}()
|
|
3968
3990
|
);
|
|
3969
|
-
function
|
|
3991
|
+
function vi(e, t) {
|
|
3970
3992
|
if (t == null)
|
|
3971
3993
|
return;
|
|
3972
3994
|
if (t in e)
|
|
@@ -3987,92 +4009,92 @@ function bi(e, t) {
|
|
|
3987
4009
|
n = void 0;
|
|
3988
4010
|
return n;
|
|
3989
4011
|
}
|
|
3990
|
-
const G = {},
|
|
4012
|
+
const G = {}, xi = (e, t, r) => r && (t in G || (G[t] = {}), e in G[t] || (G[t][e] = r), r), hr = (e, t) => {
|
|
3991
4013
|
if (t == null)
|
|
3992
4014
|
return;
|
|
3993
4015
|
if (t in G && e in G[t])
|
|
3994
4016
|
return G[t][e];
|
|
3995
4017
|
const r = xe(t);
|
|
3996
4018
|
for (let n = 0; n < r.length; n++) {
|
|
3997
|
-
const i = r[n], o =
|
|
4019
|
+
const i = r[n], o = Ei(i, e);
|
|
3998
4020
|
if (o)
|
|
3999
|
-
return
|
|
4021
|
+
return xi(e, t, o);
|
|
4000
4022
|
}
|
|
4001
4023
|
};
|
|
4002
|
-
let
|
|
4003
|
-
const oe =
|
|
4004
|
-
function
|
|
4005
|
-
return
|
|
4024
|
+
let et;
|
|
4025
|
+
const oe = ye({});
|
|
4026
|
+
function _i(e) {
|
|
4027
|
+
return et[e] || null;
|
|
4006
4028
|
}
|
|
4007
|
-
function
|
|
4008
|
-
return e in
|
|
4029
|
+
function lr(e) {
|
|
4030
|
+
return e in et;
|
|
4009
4031
|
}
|
|
4010
|
-
function
|
|
4011
|
-
if (!
|
|
4032
|
+
function Ei(e, t) {
|
|
4033
|
+
if (!lr(e))
|
|
4012
4034
|
return null;
|
|
4013
|
-
const r =
|
|
4014
|
-
return
|
|
4035
|
+
const r = _i(e);
|
|
4036
|
+
return vi(r, t);
|
|
4015
4037
|
}
|
|
4016
|
-
function
|
|
4038
|
+
function wi(e) {
|
|
4017
4039
|
if (e == null)
|
|
4018
4040
|
return;
|
|
4019
4041
|
const t = xe(e);
|
|
4020
4042
|
for (let r = 0; r < t.length; r++) {
|
|
4021
4043
|
const n = t[r];
|
|
4022
|
-
if (
|
|
4044
|
+
if (lr(n))
|
|
4023
4045
|
return n;
|
|
4024
4046
|
}
|
|
4025
4047
|
}
|
|
4026
|
-
function
|
|
4027
|
-
delete G[e], oe.update((r) => (r[e] =
|
|
4048
|
+
function cr(e, ...t) {
|
|
4049
|
+
delete G[e], oe.update((r) => (r[e] = Cn.all([r[e] || {}, ...t]), r));
|
|
4028
4050
|
}
|
|
4029
4051
|
Y(
|
|
4030
4052
|
[oe],
|
|
4031
4053
|
([e]) => Object.keys(e)
|
|
4032
4054
|
);
|
|
4033
|
-
oe.subscribe((e) =>
|
|
4055
|
+
oe.subscribe((e) => et = e);
|
|
4034
4056
|
const me = {};
|
|
4035
|
-
function
|
|
4057
|
+
function Si(e, t) {
|
|
4036
4058
|
me[e].delete(t), me[e].size === 0 && delete me[e];
|
|
4037
4059
|
}
|
|
4038
|
-
function
|
|
4060
|
+
function fr(e) {
|
|
4039
4061
|
return me[e];
|
|
4040
4062
|
}
|
|
4041
|
-
function
|
|
4063
|
+
function Ti(e) {
|
|
4042
4064
|
return xe(e).map((t) => {
|
|
4043
|
-
const r =
|
|
4065
|
+
const r = fr(t);
|
|
4044
4066
|
return [t, r ? [...r] : []];
|
|
4045
4067
|
}).filter(([, t]) => t.length > 0);
|
|
4046
4068
|
}
|
|
4047
|
-
function
|
|
4069
|
+
function Ze(e) {
|
|
4048
4070
|
return e == null ? !1 : xe(e).some(
|
|
4049
4071
|
(t) => {
|
|
4050
4072
|
var r;
|
|
4051
|
-
return (r =
|
|
4073
|
+
return (r = fr(t)) == null ? void 0 : r.size;
|
|
4052
4074
|
}
|
|
4053
4075
|
);
|
|
4054
4076
|
}
|
|
4055
|
-
function
|
|
4077
|
+
function Hi(e, t) {
|
|
4056
4078
|
return Promise.all(
|
|
4057
|
-
t.map((n) => (
|
|
4058
|
-
).then((n) =>
|
|
4079
|
+
t.map((n) => (Si(e, n), n().then((i) => i.default || i)))
|
|
4080
|
+
).then((n) => cr(e, ...n));
|
|
4059
4081
|
}
|
|
4060
4082
|
const ee = {};
|
|
4061
|
-
function
|
|
4062
|
-
if (!
|
|
4083
|
+
function mr(e) {
|
|
4084
|
+
if (!Ze(e))
|
|
4063
4085
|
return e in ee ? ee[e] : Promise.resolve();
|
|
4064
|
-
const t =
|
|
4086
|
+
const t = Ti(e);
|
|
4065
4087
|
return ee[e] = Promise.all(
|
|
4066
4088
|
t.map(
|
|
4067
|
-
([r, n]) =>
|
|
4089
|
+
([r, n]) => Hi(r, n)
|
|
4068
4090
|
)
|
|
4069
4091
|
).then(() => {
|
|
4070
|
-
if (
|
|
4071
|
-
return
|
|
4092
|
+
if (Ze(e))
|
|
4093
|
+
return mr(e);
|
|
4072
4094
|
delete ee[e];
|
|
4073
4095
|
}), ee[e];
|
|
4074
4096
|
}
|
|
4075
|
-
const
|
|
4097
|
+
const Bi = {
|
|
4076
4098
|
number: {
|
|
4077
4099
|
scientific: { notation: "scientific" },
|
|
4078
4100
|
engineering: { notation: "engineering" },
|
|
@@ -4101,57 +4123,57 @@ const Si = {
|
|
|
4101
4123
|
timeZoneName: "short"
|
|
4102
4124
|
}
|
|
4103
4125
|
}
|
|
4104
|
-
},
|
|
4126
|
+
}, Ci = {
|
|
4105
4127
|
fallbackLocale: null,
|
|
4106
4128
|
loadingDelay: 200,
|
|
4107
|
-
formats:
|
|
4129
|
+
formats: Bi,
|
|
4108
4130
|
warnOnMissingMessages: !0,
|
|
4109
4131
|
handleMissingMessage: void 0,
|
|
4110
4132
|
ignoreTag: !0
|
|
4111
|
-
},
|
|
4133
|
+
}, Ai = Ci;
|
|
4112
4134
|
function Q() {
|
|
4113
|
-
return
|
|
4135
|
+
return Ai;
|
|
4114
4136
|
}
|
|
4115
|
-
const
|
|
4116
|
-
var
|
|
4137
|
+
const Ie = ye(!1);
|
|
4138
|
+
var Pi = Object.defineProperty, Li = Object.defineProperties, Oi = Object.getOwnPropertyDescriptors, Ht = Object.getOwnPropertySymbols, Ii = Object.prototype.hasOwnProperty, Mi = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? Pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ni = (e, t) => {
|
|
4117
4139
|
for (var r in t || (t = {}))
|
|
4118
|
-
|
|
4119
|
-
if (
|
|
4120
|
-
for (var r of
|
|
4121
|
-
|
|
4140
|
+
Ii.call(t, r) && Bt(e, r, t[r]);
|
|
4141
|
+
if (Ht)
|
|
4142
|
+
for (var r of Ht(t))
|
|
4143
|
+
Mi.call(t, r) && Bt(e, r, t[r]);
|
|
4122
4144
|
return e;
|
|
4123
|
-
},
|
|
4124
|
-
let
|
|
4125
|
-
const pe =
|
|
4126
|
-
function
|
|
4145
|
+
}, Ri = (e, t) => Li(e, Oi(t));
|
|
4146
|
+
let Qe;
|
|
4147
|
+
const pe = ye(null);
|
|
4148
|
+
function Ct(e) {
|
|
4127
4149
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4128
4150
|
}
|
|
4129
4151
|
function xe(e, t = Q().fallbackLocale) {
|
|
4130
|
-
const r =
|
|
4131
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4152
|
+
const r = Ct(e);
|
|
4153
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...Ct(t)])] : r;
|
|
4132
4154
|
}
|
|
4133
4155
|
function U() {
|
|
4134
|
-
return
|
|
4156
|
+
return Qe != null ? Qe : void 0;
|
|
4135
4157
|
}
|
|
4136
4158
|
pe.subscribe((e) => {
|
|
4137
|
-
|
|
4159
|
+
Qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4138
4160
|
});
|
|
4139
|
-
const
|
|
4140
|
-
if (e &&
|
|
4161
|
+
const $i = (e) => {
|
|
4162
|
+
if (e && wi(e) && Ze(e)) {
|
|
4141
4163
|
const { loadingDelay: t } = Q();
|
|
4142
4164
|
let r;
|
|
4143
4165
|
return typeof window != "undefined" && U() != null && t ? r = window.setTimeout(
|
|
4144
|
-
() =>
|
|
4166
|
+
() => Ie.set(!0),
|
|
4145
4167
|
t
|
|
4146
|
-
) :
|
|
4168
|
+
) : Ie.set(!0), mr(e).then(() => {
|
|
4147
4169
|
pe.set(e);
|
|
4148
4170
|
}).finally(() => {
|
|
4149
|
-
clearTimeout(r),
|
|
4171
|
+
clearTimeout(r), Ie.set(!1);
|
|
4150
4172
|
});
|
|
4151
4173
|
}
|
|
4152
4174
|
return pe.set(e);
|
|
4153
|
-
}, q =
|
|
4154
|
-
set:
|
|
4175
|
+
}, q = Ri(Ni({}, pe), {
|
|
4176
|
+
set: $i
|
|
4155
4177
|
}), _e = (e) => {
|
|
4156
4178
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4157
4179
|
return (n) => {
|
|
@@ -4159,20 +4181,20 @@ const Mi = (e) => {
|
|
|
4159
4181
|
return i in t ? t[i] : t[i] = e(n);
|
|
4160
4182
|
};
|
|
4161
4183
|
};
|
|
4162
|
-
var
|
|
4184
|
+
var Gi = Object.defineProperty, de = Object.getOwnPropertySymbols, pr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable, At = (e, t, r) => t in e ? Gi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, tt = (e, t) => {
|
|
4163
4185
|
for (var r in t || (t = {}))
|
|
4164
|
-
|
|
4186
|
+
pr.call(t, r) && At(e, r, t[r]);
|
|
4165
4187
|
if (de)
|
|
4166
4188
|
for (var r of de(t))
|
|
4167
|
-
|
|
4189
|
+
dr.call(t, r) && At(e, r, t[r]);
|
|
4168
4190
|
return e;
|
|
4169
4191
|
}, K = (e, t) => {
|
|
4170
4192
|
var r = {};
|
|
4171
4193
|
for (var n in e)
|
|
4172
|
-
|
|
4194
|
+
pr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4173
4195
|
if (e != null && de)
|
|
4174
4196
|
for (var n of de(e))
|
|
4175
|
-
t.indexOf(n) < 0 &&
|
|
4197
|
+
t.indexOf(n) < 0 && dr.call(e, n) && (r[n] = e[n]);
|
|
4176
4198
|
return r;
|
|
4177
4199
|
};
|
|
4178
4200
|
const ie = (e, t) => {
|
|
@@ -4180,21 +4202,21 @@ const ie = (e, t) => {
|
|
|
4180
4202
|
if (e in r && t in r[e])
|
|
4181
4203
|
return r[e][t];
|
|
4182
4204
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4183
|
-
},
|
|
4205
|
+
}, Ui = _e(
|
|
4184
4206
|
(e) => {
|
|
4185
4207
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4186
4208
|
if (r == null)
|
|
4187
4209
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4188
4210
|
return n && (i = ie("number", n)), new Intl.NumberFormat(r, i);
|
|
4189
4211
|
}
|
|
4190
|
-
),
|
|
4212
|
+
), Di = _e(
|
|
4191
4213
|
(e) => {
|
|
4192
4214
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4193
4215
|
if (r == null)
|
|
4194
4216
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4195
4217
|
return n ? i = ie("date", n) : Object.keys(i).length === 0 && (i = ie("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4196
4218
|
}
|
|
4197
|
-
),
|
|
4219
|
+
), Fi = _e(
|
|
4198
4220
|
(e) => {
|
|
4199
4221
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4200
4222
|
if (r == null)
|
|
@@ -4203,33 +4225,33 @@ const ie = (e, t) => {
|
|
|
4203
4225
|
);
|
|
4204
4226
|
return n ? i = ie("time", n) : Object.keys(i).length === 0 && (i = ie("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4205
4227
|
}
|
|
4206
|
-
),
|
|
4228
|
+
), ji = (e = {}) => {
|
|
4207
4229
|
var t = e, {
|
|
4208
4230
|
locale: r = U()
|
|
4209
4231
|
} = t, n = K(t, [
|
|
4210
4232
|
"locale"
|
|
4211
4233
|
]);
|
|
4212
|
-
return
|
|
4213
|
-
},
|
|
4234
|
+
return Ui(tt({ locale: r }, n));
|
|
4235
|
+
}, ki = (e = {}) => {
|
|
4214
4236
|
var t = e, {
|
|
4215
4237
|
locale: r = U()
|
|
4216
4238
|
} = t, n = K(t, [
|
|
4217
4239
|
"locale"
|
|
4218
4240
|
]);
|
|
4219
|
-
return
|
|
4220
|
-
},
|
|
4241
|
+
return Di(tt({ locale: r }, n));
|
|
4242
|
+
}, Vi = (e = {}) => {
|
|
4221
4243
|
var t = e, {
|
|
4222
4244
|
locale: r = U()
|
|
4223
4245
|
} = t, n = K(t, [
|
|
4224
4246
|
"locale"
|
|
4225
4247
|
]);
|
|
4226
|
-
return
|
|
4227
|
-
},
|
|
4248
|
+
return Fi(tt({ locale: r }, n));
|
|
4249
|
+
}, Xi = _e(
|
|
4228
4250
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4229
|
-
(e, t = U()) => new
|
|
4251
|
+
(e, t = U()) => new yi(e, t, Q().formats, {
|
|
4230
4252
|
ignoreTag: Q().ignoreTag
|
|
4231
4253
|
})
|
|
4232
|
-
),
|
|
4254
|
+
), Wi = (e, t = {}) => {
|
|
4233
4255
|
var r, n, i, o;
|
|
4234
4256
|
let s = t;
|
|
4235
4257
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4242,7 +4264,7 @@ const ie = (e, t) => {
|
|
|
4242
4264
|
throw new Error(
|
|
4243
4265
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4244
4266
|
);
|
|
4245
|
-
let l =
|
|
4267
|
+
let l = hr(e, h);
|
|
4246
4268
|
if (!l)
|
|
4247
4269
|
l = (o = (i = (n = (r = Q()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
4248
4270
|
else if (typeof l != "string")
|
|
@@ -4253,7 +4275,7 @@ const ie = (e, t) => {
|
|
|
4253
4275
|
return l;
|
|
4254
4276
|
let c = l;
|
|
4255
4277
|
try {
|
|
4256
|
-
c =
|
|
4278
|
+
c = Xi(l, h).format(a);
|
|
4257
4279
|
} catch (f) {
|
|
4258
4280
|
f instanceof Error && console.warn(
|
|
4259
4281
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4261,20 +4283,20 @@ const ie = (e, t) => {
|
|
|
4261
4283
|
);
|
|
4262
4284
|
}
|
|
4263
4285
|
return c;
|
|
4264
|
-
},
|
|
4265
|
-
Y([q], () =>
|
|
4266
|
-
Y([q], () =>
|
|
4267
|
-
Y([q], () =>
|
|
4268
|
-
Y([q, oe], () =>
|
|
4269
|
-
window.emWidgets = { topic:
|
|
4270
|
-
const
|
|
4271
|
-
function
|
|
4272
|
-
|
|
4273
|
-
}
|
|
4274
|
-
function
|
|
4286
|
+
}, zi = (e, t) => Vi(t).format(e), Zi = (e, t) => ki(t).format(e), Qi = (e, t) => ji(t).format(e), Ji = (e, t = U()) => hr(e, t), Yi = Y([q, oe], () => Wi);
|
|
4287
|
+
Y([q], () => zi);
|
|
4288
|
+
Y([q], () => Zi);
|
|
4289
|
+
Y([q], () => Qi);
|
|
4290
|
+
Y([q, oe], () => Ji);
|
|
4291
|
+
window.emWidgets = { topic: cn };
|
|
4292
|
+
const qi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4293
|
+
function Pt(e, t) {
|
|
4294
|
+
cr(e, t);
|
|
4295
|
+
}
|
|
4296
|
+
function Ki(e) {
|
|
4275
4297
|
q.set(e);
|
|
4276
4298
|
}
|
|
4277
|
-
const
|
|
4299
|
+
const Lt = {
|
|
4278
4300
|
en: {
|
|
4279
4301
|
cancel: "Cancel",
|
|
4280
4302
|
confirm: "Confirm"
|
|
@@ -4320,13 +4342,13 @@ const Ct = {
|
|
|
4320
4342
|
confirm: "Confirm"
|
|
4321
4343
|
}
|
|
4322
4344
|
};
|
|
4323
|
-
function
|
|
4345
|
+
function eo(e, t) {
|
|
4324
4346
|
if (e) {
|
|
4325
4347
|
const r = document.createElement("style");
|
|
4326
4348
|
r.innerHTML = t, e.appendChild(r);
|
|
4327
4349
|
}
|
|
4328
4350
|
}
|
|
4329
|
-
function
|
|
4351
|
+
function to(e, t) {
|
|
4330
4352
|
const r = new URL(t);
|
|
4331
4353
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4332
4354
|
const i = document.createElement("style");
|
|
@@ -4335,7 +4357,7 @@ function qi(e, t) {
|
|
|
4335
4357
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4336
4358
|
});
|
|
4337
4359
|
}
|
|
4338
|
-
function
|
|
4360
|
+
function ro(e, t, r) {
|
|
4339
4361
|
if (window.emMessageBus) {
|
|
4340
4362
|
const n = document.createElement("style");
|
|
4341
4363
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4343,18 +4365,18 @@ function Ki(e, t, r) {
|
|
|
4343
4365
|
});
|
|
4344
4366
|
}
|
|
4345
4367
|
}
|
|
4346
|
-
function
|
|
4347
|
-
|
|
4368
|
+
function no(e) {
|
|
4369
|
+
Pr(e, "svelte-1pkvhrt", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GamingLimitsConfirmationWrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0, 0, 0, 0.7);display:flex;justify-content:center;align-items:center;z-index:300;color:var(--emw--color-typography, #FFFFFF)}.GamingLimitsConfirmationContainer{position:relative;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013E5C));border:5px solid transparent;padding:60px 30px 30px;background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 20px)}.GamingLimitsConfirmationContainer::before{content:"";position:absolute;top:-4px;left:-8px;width:103%;height:105%;z-index:-1;background:linear-gradient(to right, var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-secondary, #E98B0F) 80%, black 20%), #22B04E);opacity:0.5;border-radius:inherit;filter:blur(6px)}.GamingLimitsConfirmationContainer::after{position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background:linear-gradient(to right, color-mix(in srgb, var(--emw--color-primary-variant, #184026) 80%, white 10%), color-mix(in srgb, var(--emw--color-secondary-variant, #013E5C) 80%, white 10%));content:"";z-index:-1;border-radius:var(--emw--border-radius-medium, 20px)}.GamingLimitsConfirmationContainerMobile{padding:40px;max-width:330px}.GamingLimitsConfirmationContainerMobile .GamingLimitsConfirmationControlAreaMobile .GamingLimitsCancelButton,.GamingLimitsConfirmationContainerMobile .GamingLimitsConfirmationControlAreaMobile .GamingLimitsConfirmButton{width:120px;height:auto;font-size:var(--emw--font-size-x-small, 12px)}.GamingLimitsConfirmationContent{font-size:18px;font-weight:300}.GamingLimitsConfirmationControlArea{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;direction:ltr;margin-top:30px}.GamingLimitsConfirmationControlArea .GamingLimitsCancelButton,.GamingLimitsConfirmationControlArea .GamingLimitsConfirmButton{background:transparent;border:1px solid #BFCBC3;color:#BFCBC3;cursor:pointer;border-radius:var(--emw--button-border-radius, 50px);width:200px;height:50px;font-size:var(--emw--font-size-medium, 16px);text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.GamingLimitsConfirmationControlArea .GamingLimitsConfirmButton{background-color:var(--emw--color-primary, #22B04E);border:2px solid var(--emw--button-border-color, #063B17);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF))}.ModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:5px;right:5px;padding:8px;border-radius:50%;cursor:pointer;transition:all 150ms ease-in-out}.ModalCloseBtn svg{width:35px;height:40px}.ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.GamingLimitsConfirmationMobileWrapper{border:none;padding:0}');
|
|
4348
4370
|
}
|
|
4349
|
-
const
|
|
4350
|
-
function
|
|
4371
|
+
const io = (e) => ({}), Ot = (e) => ({});
|
|
4372
|
+
function oo(e) {
|
|
4351
4373
|
let t, r;
|
|
4352
4374
|
return {
|
|
4353
4375
|
c() {
|
|
4354
|
-
t =
|
|
4376
|
+
t = ut("svg"), r = ut("path"), S(r, "stroke-linecap", "round"), S(r, "stroke-linejoin", "round"), S(r, "stroke-width", "2"), S(r, "d", "M6 18L18 6M6 6l12 12"), S(t, "class", "w-6 h-6"), S(t, "fill", "none"), S(t, "stroke", "currentColor"), S(t, "viewBox", "0 0 24 24"), S(t, "xmlns", "http://www.w3.org/2000/svg");
|
|
4355
4377
|
},
|
|
4356
4378
|
m(n, i) {
|
|
4357
|
-
|
|
4379
|
+
Ye(n, t, i), B(t, r);
|
|
4358
4380
|
},
|
|
4359
4381
|
p: I,
|
|
4360
4382
|
d(n) {
|
|
@@ -4362,36 +4384,36 @@ function ro(e) {
|
|
|
4362
4384
|
}
|
|
4363
4385
|
};
|
|
4364
4386
|
}
|
|
4365
|
-
function
|
|
4387
|
+
function so(e) {
|
|
4366
4388
|
let t, r, n, i, o, s, a, h, u, l = (
|
|
4367
4389
|
/*$_*/
|
|
4368
4390
|
e[2]("cancel") + ""
|
|
4369
4391
|
), c, f, p, m = (
|
|
4370
4392
|
/*$_*/
|
|
4371
4393
|
e[2]("confirm") + ""
|
|
4372
|
-
),
|
|
4394
|
+
), y, E, A, P;
|
|
4373
4395
|
const T = (
|
|
4374
4396
|
/*#slots*/
|
|
4375
4397
|
e[14].close
|
|
4376
|
-
), L =
|
|
4398
|
+
), L = Hr(
|
|
4377
4399
|
T,
|
|
4378
4400
|
e,
|
|
4379
4401
|
/*$$scope*/
|
|
4380
4402
|
e[13],
|
|
4381
|
-
|
|
4382
|
-
), w = L ||
|
|
4403
|
+
Ot
|
|
4404
|
+
), w = L || oo();
|
|
4383
4405
|
return {
|
|
4384
4406
|
c() {
|
|
4385
4407
|
t = M("div"), r = M("div"), n = M("span"), w && w.c(), i = we(), o = M("div"), s = ue(
|
|
4386
4408
|
/*modaltext*/
|
|
4387
4409
|
e[0]
|
|
4388
|
-
), a = we(), h = M("div"), u = M("button"), c = ue(l), f = we(), p = M("button"),
|
|
4410
|
+
), a = we(), h = M("div"), u = M("button"), c = ue(l), f = we(), p = M("button"), y = ue(m), S(n, "class", "ModalCloseBtn"), S(n, "role", "button"), S(o, "class", "GamingLimitsConfirmationContent"), S(u, "class", "GamingLimitsCancelButton"), S(p, "class", "GamingLimitsConfirmButton"), S(h, "class", "GamingLimitsConfirmationControlArea " + /*isMobile*/
|
|
4389
4411
|
(e[3] ? "GamingLimitsConfirmationControlAreaMobile" : "")), S(r, "class", "GamingLimitsConfirmationContainer " + /*isMobile*/
|
|
4390
4412
|
(e[3] ? "GamingLimitsConfirmationContainerMobile" : "")), S(t, "class", "GamingLimitsConfirmationWrapper " + /*isMobile*/
|
|
4391
4413
|
(e[3] ? "GamingLimitsConfirmationMobileWrapper" : ""));
|
|
4392
4414
|
},
|
|
4393
4415
|
m(_, C) {
|
|
4394
|
-
|
|
4416
|
+
Ye(_, t, C), B(t, r), B(r, n), w && w.m(n, null), B(r, i), B(r, o), B(o, s), B(r, a), B(r, h), B(h, u), B(u, c), B(h, f), B(h, p), B(p, y), e[15](t), E = !0, A || (P = [
|
|
4395
4417
|
Se(
|
|
4396
4418
|
n,
|
|
4397
4419
|
"click",
|
|
@@ -4414,23 +4436,23 @@ function no(e) {
|
|
|
4414
4436
|
},
|
|
4415
4437
|
p(_, [C]) {
|
|
4416
4438
|
L && L.p && (!E || C & /*$$scope*/
|
|
4417
|
-
8192) &&
|
|
4439
|
+
8192) && Cr(
|
|
4418
4440
|
L,
|
|
4419
4441
|
T,
|
|
4420
4442
|
_,
|
|
4421
4443
|
/*$$scope*/
|
|
4422
4444
|
_[13],
|
|
4423
|
-
E ?
|
|
4445
|
+
E ? Br(
|
|
4424
4446
|
T,
|
|
4425
4447
|
/*$$scope*/
|
|
4426
4448
|
_[13],
|
|
4427
4449
|
C,
|
|
4428
|
-
|
|
4429
|
-
) :
|
|
4450
|
+
io
|
|
4451
|
+
) : Ar(
|
|
4430
4452
|
/*$$scope*/
|
|
4431
4453
|
_[13]
|
|
4432
4454
|
),
|
|
4433
|
-
|
|
4455
|
+
Ot
|
|
4434
4456
|
), (!E || C & /*modaltext*/
|
|
4435
4457
|
1) && Te(
|
|
4436
4458
|
s,
|
|
@@ -4440,36 +4462,36 @@ function no(e) {
|
|
|
4440
4462
|
4) && l !== (l = /*$_*/
|
|
4441
4463
|
_[2]("cancel") + "") && Te(c, l), (!E || C & /*$_*/
|
|
4442
4464
|
4) && m !== (m = /*$_*/
|
|
4443
|
-
_[2]("confirm") + "") && Te(
|
|
4465
|
+
_[2]("confirm") + "") && Te(y, m);
|
|
4444
4466
|
},
|
|
4445
4467
|
i(_) {
|
|
4446
|
-
E || (
|
|
4468
|
+
E || ($t(w, _), E = !0);
|
|
4447
4469
|
},
|
|
4448
4470
|
o(_) {
|
|
4449
|
-
|
|
4471
|
+
jr(w, _), E = !1;
|
|
4450
4472
|
},
|
|
4451
4473
|
d(_) {
|
|
4452
4474
|
_ && be(t), w && w.d(_), e[15](null), A = !1, J(P);
|
|
4453
4475
|
}
|
|
4454
4476
|
};
|
|
4455
4477
|
}
|
|
4456
|
-
function
|
|
4478
|
+
function ao(e, t, r) {
|
|
4457
4479
|
let n;
|
|
4458
|
-
|
|
4480
|
+
Tr(e, Yi, (b) => r(2, n = b));
|
|
4459
4481
|
let { $$slots: i = {}, $$scope: o } = t, { modaltext: s = "Are you sure that you want to perform this action?" } = t, { modalsource: a = "" } = t, { lang: h = "en" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { mbsource: c } = t, { translationurl: f = "" } = t;
|
|
4460
4482
|
const p = () => {
|
|
4461
4483
|
fetch(f).then((D) => D.json()).then((D) => {
|
|
4462
|
-
Object.keys(D).forEach((
|
|
4463
|
-
|
|
4484
|
+
Object.keys(D).forEach((rt) => {
|
|
4485
|
+
Pt(rt, D[rt]);
|
|
4464
4486
|
});
|
|
4465
4487
|
}).catch((D) => {
|
|
4466
4488
|
console.log(D);
|
|
4467
4489
|
});
|
|
4468
4490
|
};
|
|
4469
|
-
Object.keys(
|
|
4470
|
-
|
|
4491
|
+
Object.keys(Lt).forEach((b) => {
|
|
4492
|
+
Pt(b, Lt[b]);
|
|
4471
4493
|
});
|
|
4472
|
-
let m,
|
|
4494
|
+
let m, y = window.navigator.userAgent, E = qi(y) !== "PC", A = {}, P = "";
|
|
4473
4495
|
const T = () => {
|
|
4474
4496
|
window.postMessage({ type: "ModalClosed" }, window.location.href);
|
|
4475
4497
|
}, L = () => {
|
|
@@ -4490,14 +4512,14 @@ function io(e, t, r) {
|
|
|
4490
4512
|
A = b.data.removeData, P = _(b.data.removeName);
|
|
4491
4513
|
break;
|
|
4492
4514
|
}
|
|
4493
|
-
},
|
|
4494
|
-
|
|
4515
|
+
}, br = () => {
|
|
4516
|
+
Ki(h);
|
|
4495
4517
|
};
|
|
4496
|
-
|
|
4518
|
+
Rr(() => (window.addEventListener("message", C, !1), () => {
|
|
4497
4519
|
window.removeEventListener("message", C);
|
|
4498
4520
|
}));
|
|
4499
|
-
function
|
|
4500
|
-
|
|
4521
|
+
function gr(b) {
|
|
4522
|
+
Me[b ? "unshift" : "push"](() => {
|
|
4501
4523
|
m = b, r(1, m);
|
|
4502
4524
|
});
|
|
4503
4525
|
}
|
|
@@ -4505,10 +4527,10 @@ function io(e, t, r) {
|
|
|
4505
4527
|
"modaltext" in b && r(0, s = b.modaltext), "modalsource" in b && r(7, a = b.modalsource), "lang" in b && r(8, h = b.lang), "clientstyling" in b && r(9, u = b.clientstyling), "clientstylingurl" in b && r(10, l = b.clientstylingurl), "mbsource" in b && r(11, c = b.mbsource), "translationurl" in b && r(12, f = b.translationurl), "$$scope" in b && r(13, o = b.$$scope);
|
|
4506
4528
|
}, e.$$.update = () => {
|
|
4507
4529
|
e.$$.dirty & /*modaltext, modalsource, lang*/
|
|
4508
|
-
385 && s && a && h &&
|
|
4509
|
-
514 && u && m &&
|
|
4510
|
-
1026 && l && m &&
|
|
4511
|
-
2050 && c && m &&
|
|
4530
|
+
385 && s && a && h && br(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4531
|
+
514 && u && m && eo(m, u), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4532
|
+
1026 && l && m && to(m, l), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4533
|
+
2050 && c && m && ro(m, `${c}.Style`), e.$$.dirty & /*translationurl*/
|
|
4512
4534
|
4096 && f && p();
|
|
4513
4535
|
}, [
|
|
4514
4536
|
s,
|
|
@@ -4526,17 +4548,17 @@ function io(e, t, r) {
|
|
|
4526
4548
|
f,
|
|
4527
4549
|
o,
|
|
4528
4550
|
i,
|
|
4529
|
-
|
|
4551
|
+
gr
|
|
4530
4552
|
];
|
|
4531
4553
|
}
|
|
4532
|
-
class
|
|
4554
|
+
class uo extends Zr {
|
|
4533
4555
|
constructor(t) {
|
|
4534
|
-
super(),
|
|
4556
|
+
super(), Wr(
|
|
4535
4557
|
this,
|
|
4536
4558
|
t,
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4559
|
+
ao,
|
|
4560
|
+
so,
|
|
4561
|
+
Mt,
|
|
4540
4562
|
{
|
|
4541
4563
|
modaltext: 0,
|
|
4542
4564
|
modalsource: 7,
|
|
@@ -4546,7 +4568,7 @@ class oo extends Vr {
|
|
|
4546
4568
|
mbsource: 11,
|
|
4547
4569
|
translationurl: 12
|
|
4548
4570
|
},
|
|
4549
|
-
|
|
4571
|
+
no
|
|
4550
4572
|
);
|
|
4551
4573
|
}
|
|
4552
4574
|
get modaltext() {
|
|
@@ -4592,7 +4614,7 @@ class oo extends Vr {
|
|
|
4592
4614
|
this.$$set({ translationurl: t }), N();
|
|
4593
4615
|
}
|
|
4594
4616
|
}
|
|
4595
|
-
|
|
4617
|
+
zr(uo, { modaltext: {}, modalsource: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, ["close"], [], !0);
|
|
4596
4618
|
export {
|
|
4597
|
-
|
|
4619
|
+
uo as default
|
|
4598
4620
|
};
|