@everymatrix/general-player-sms-verification-form 1.56.0 → 1.56.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{GeneralPlayerSmsVerificationForm-CXRbl8PW.js → GeneralPlayerSmsVerificationForm-BtKwdIq5.js} +388 -363
- package/components/{GeneralPlayerSmsVerificationForm-BEOcOn2l.js → GeneralPlayerSmsVerificationForm-Dz11YZCi.js} +398 -373
- package/components/GeneralPlayerSmsVerificationForm-S0IP27V6.cjs +16 -0
- package/es2015/general-player-sms-verification-form.cjs +1 -1
- package/es2015/general-player-sms-verification-form.js +1 -1
- package/esnext/general-player-sms-verification-form.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerSmsVerificationForm-LLMx2Emm.cjs +0 -3
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var Pe = (e, t, r) => t in e ?
|
|
1
|
+
var Yt = Object.defineProperty, Kt = Object.defineProperties;
|
|
2
|
+
var er = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var et = Object.getOwnPropertySymbols;
|
|
4
|
+
var tr = Object.prototype.hasOwnProperty, rr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Pe = (e, t, r) => t in e ? Yt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, tt = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
tr.call(t, r) && Pe(e, r, t[r]);
|
|
8
|
+
if (et)
|
|
9
|
+
for (var r of et(t))
|
|
10
|
+
rr.call(t, r) && Pe(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var $ = (e, t, r) => Pe(e, typeof t != "symbol" ? t + "" : t, r);
|
|
12
|
+
}, rt = (e, t) => Kt(e, er(t));
|
|
13
|
+
var $ = (e, t, r) => (Pe(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var be = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (l) => {
|
|
16
16
|
try {
|
|
@@ -29,25 +29,25 @@ var be = (e, t, r) => new Promise((n, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
function D() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function Tt(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function nt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
38
|
function ie(e) {
|
|
39
|
-
e.forEach(
|
|
39
|
+
e.forEach(Tt);
|
|
40
40
|
}
|
|
41
41
|
function Je(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function Ht(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function nr(e) {
|
|
48
48
|
return Object.keys(e).length === 0;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function At(e, ...t) {
|
|
51
51
|
if (e == null) {
|
|
52
52
|
for (const n of t)
|
|
53
53
|
n(void 0);
|
|
@@ -56,21 +56,22 @@ function Tt(e, ...t) {
|
|
|
56
56
|
const r = e.subscribe(...t);
|
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
60
|
-
e.$$.on_destroy.push(
|
|
59
|
+
function ir(e, t, r) {
|
|
60
|
+
e.$$.on_destroy.push(At(t, r));
|
|
61
61
|
}
|
|
62
62
|
function E(e, t) {
|
|
63
63
|
e.appendChild(t);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const n =
|
|
65
|
+
function or(e, t, r) {
|
|
66
|
+
const n = sr(e);
|
|
67
67
|
if (!n.getElementById(t)) {
|
|
68
|
-
const i =
|
|
69
|
-
i.id = t, i.textContent = r,
|
|
68
|
+
const i = M("style");
|
|
69
|
+
i.id = t, i.textContent = r, ar(n, i);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
73
|
-
if (!e)
|
|
72
|
+
function sr(e) {
|
|
73
|
+
if (!e)
|
|
74
|
+
return document;
|
|
74
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
75
76
|
return t && /** @type {ShadowRoot} */
|
|
76
77
|
t.host ? (
|
|
@@ -78,7 +79,7 @@ function ir(e) {
|
|
|
78
79
|
t
|
|
79
80
|
) : e.ownerDocument;
|
|
80
81
|
}
|
|
81
|
-
function
|
|
82
|
+
function ar(e, t) {
|
|
82
83
|
return E(
|
|
83
84
|
/** @type {Document} */
|
|
84
85
|
e.head || e,
|
|
@@ -91,14 +92,14 @@ function Z(e, t, r) {
|
|
|
91
92
|
function j(e) {
|
|
92
93
|
e.parentNode && e.parentNode.removeChild(e);
|
|
93
94
|
}
|
|
94
|
-
function
|
|
95
|
+
function M(e) {
|
|
95
96
|
return document.createElement(e);
|
|
96
97
|
}
|
|
97
|
-
function
|
|
98
|
+
function O(e) {
|
|
98
99
|
return document.createTextNode(e);
|
|
99
100
|
}
|
|
100
101
|
function z() {
|
|
101
|
-
return
|
|
102
|
+
return O(" ");
|
|
102
103
|
}
|
|
103
104
|
function ge(e, t, r, n) {
|
|
104
105
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
@@ -106,17 +107,17 @@ function ge(e, t, r, n) {
|
|
|
106
107
|
function A(e, t, r) {
|
|
107
108
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
108
109
|
}
|
|
109
|
-
function
|
|
110
|
+
function ur(e) {
|
|
110
111
|
return Array.from(e.childNodes);
|
|
111
112
|
}
|
|
112
113
|
function G(e, t) {
|
|
113
114
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
114
115
|
t);
|
|
115
116
|
}
|
|
116
|
-
function
|
|
117
|
+
function it(e, t) {
|
|
117
118
|
e.value = t == null ? "" : t;
|
|
118
119
|
}
|
|
119
|
-
function
|
|
120
|
+
function lr(e) {
|
|
120
121
|
const t = {};
|
|
121
122
|
return e.childNodes.forEach(
|
|
122
123
|
/** @param {Element} node */
|
|
@@ -129,19 +130,20 @@ let de;
|
|
|
129
130
|
function fe(e) {
|
|
130
131
|
de = e;
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
-
if (!de)
|
|
133
|
+
function hr() {
|
|
134
|
+
if (!de)
|
|
135
|
+
throw new Error("Function called outside component initialization");
|
|
134
136
|
return de;
|
|
135
137
|
}
|
|
136
|
-
function
|
|
137
|
-
|
|
138
|
+
function cr(e) {
|
|
139
|
+
hr().$$.on_mount.push(e);
|
|
138
140
|
}
|
|
139
141
|
const Y = [], $e = [];
|
|
140
142
|
let K = [];
|
|
141
|
-
const
|
|
143
|
+
const ot = [], fr = /* @__PURE__ */ Promise.resolve();
|
|
142
144
|
let Ue = !1;
|
|
143
|
-
function
|
|
144
|
-
Ue || (Ue = !0,
|
|
145
|
+
function dr() {
|
|
146
|
+
Ue || (Ue = !0, fr.then(U));
|
|
145
147
|
}
|
|
146
148
|
function De(e) {
|
|
147
149
|
K.push(e);
|
|
@@ -156,52 +158,53 @@ function U() {
|
|
|
156
158
|
try {
|
|
157
159
|
for (; Q < Y.length; ) {
|
|
158
160
|
const t = Y[Q];
|
|
159
|
-
Q++, fe(t),
|
|
161
|
+
Q++, fe(t), mr(t.$$);
|
|
160
162
|
}
|
|
161
163
|
} catch (t) {
|
|
162
164
|
throw Y.length = 0, Q = 0, t;
|
|
163
165
|
}
|
|
164
|
-
for (fe(null), Y.length = 0, Q = 0; $e.length; )
|
|
166
|
+
for (fe(null), Y.length = 0, Q = 0; $e.length; )
|
|
167
|
+
$e.pop()();
|
|
165
168
|
for (let t = 0; t < K.length; t += 1) {
|
|
166
169
|
const r = K[t];
|
|
167
170
|
Ce.has(r) || (Ce.add(r), r());
|
|
168
171
|
}
|
|
169
172
|
K.length = 0;
|
|
170
173
|
} while (Y.length);
|
|
171
|
-
for (;
|
|
172
|
-
|
|
174
|
+
for (; ot.length; )
|
|
175
|
+
ot.pop()();
|
|
173
176
|
Ue = !1, Ce.clear(), fe(e);
|
|
174
177
|
}
|
|
175
|
-
function
|
|
178
|
+
function mr(e) {
|
|
176
179
|
if (e.fragment !== null) {
|
|
177
180
|
e.update(), ie(e.before_update);
|
|
178
181
|
const t = e.dirty;
|
|
179
182
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(De);
|
|
180
183
|
}
|
|
181
184
|
}
|
|
182
|
-
function
|
|
185
|
+
function pr(e) {
|
|
183
186
|
const t = [], r = [];
|
|
184
187
|
K.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), K = t;
|
|
185
188
|
}
|
|
186
|
-
const
|
|
187
|
-
function
|
|
188
|
-
e && e.i && (
|
|
189
|
+
const br = /* @__PURE__ */ new Set();
|
|
190
|
+
function gr(e, t) {
|
|
191
|
+
e && e.i && (br.delete(e), e.i(t));
|
|
189
192
|
}
|
|
190
|
-
function
|
|
193
|
+
function vr(e, t, r) {
|
|
191
194
|
const { fragment: n, after_update: i } = e.$$;
|
|
192
195
|
n && n.m(t, r), De(() => {
|
|
193
|
-
const o = e.$$.on_mount.map(
|
|
196
|
+
const o = e.$$.on_mount.map(Tt).filter(Je);
|
|
194
197
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ie(o), e.$$.on_mount = [];
|
|
195
198
|
}), i.forEach(De);
|
|
196
199
|
}
|
|
197
|
-
function
|
|
200
|
+
function yr(e, t) {
|
|
198
201
|
const r = e.$$;
|
|
199
|
-
r.fragment !== null && (
|
|
202
|
+
r.fragment !== null && (pr(r.after_update), ie(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
200
203
|
}
|
|
201
|
-
function
|
|
202
|
-
e.$$.dirty[0] === -1 && (Y.push(e),
|
|
204
|
+
function Er(e, t) {
|
|
205
|
+
e.$$.dirty[0] === -1 && (Y.push(e), dr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
203
206
|
}
|
|
204
|
-
function
|
|
207
|
+
function xr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
205
208
|
const l = de;
|
|
206
209
|
fe(e);
|
|
207
210
|
const u = e.$$ = {
|
|
@@ -211,7 +214,7 @@ function yr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
211
214
|
props: o,
|
|
212
215
|
update: D,
|
|
213
216
|
not_equal: i,
|
|
214
|
-
bound:
|
|
217
|
+
bound: nt(),
|
|
215
218
|
// lifecycle
|
|
216
219
|
on_mount: [],
|
|
217
220
|
on_destroy: [],
|
|
@@ -220,7 +223,7 @@ function yr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
220
223
|
after_update: [],
|
|
221
224
|
context: new Map(t.context || (l ? l.$$.context : [])),
|
|
222
225
|
// everything else
|
|
223
|
-
callbacks:
|
|
226
|
+
callbacks: nt(),
|
|
224
227
|
dirty: a,
|
|
225
228
|
skip_bound: !1,
|
|
226
229
|
root: t.target || l.$$.root
|
|
@@ -229,19 +232,19 @@ function yr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
229
232
|
let h = !1;
|
|
230
233
|
if (u.ctx = r ? r(e, t.props || {}, (c, d, ...g) => {
|
|
231
234
|
const y = g.length ? g[0] : d;
|
|
232
|
-
return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h &&
|
|
235
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h && Er(e, c)), d;
|
|
233
236
|
}) : [], u.update(), h = !0, ie(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
234
237
|
if (t.hydrate) {
|
|
235
|
-
const c =
|
|
238
|
+
const c = ur(t.target);
|
|
236
239
|
u.fragment && u.fragment.l(c), c.forEach(j);
|
|
237
240
|
} else
|
|
238
241
|
u.fragment && u.fragment.c();
|
|
239
|
-
t.intro &&
|
|
242
|
+
t.intro && gr(e.$$.fragment), vr(e, t.target, t.anchor), U();
|
|
240
243
|
}
|
|
241
244
|
fe(l);
|
|
242
245
|
}
|
|
243
|
-
let
|
|
244
|
-
typeof HTMLElement == "function" && (
|
|
246
|
+
let Bt;
|
|
247
|
+
typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
|
|
245
248
|
constructor(t, r, n) {
|
|
246
249
|
super();
|
|
247
250
|
/** The Svelte component constructor */
|
|
@@ -285,7 +288,7 @@ typeof HTMLElement == "function" && (Ht = class extends HTMLElement {
|
|
|
285
288
|
let s;
|
|
286
289
|
return {
|
|
287
290
|
c: function() {
|
|
288
|
-
s =
|
|
291
|
+
s = M("slot"), o !== "default" && A(s, "name", o);
|
|
289
292
|
},
|
|
290
293
|
/**
|
|
291
294
|
* @param {HTMLElement} target
|
|
@@ -302,7 +305,7 @@ typeof HTMLElement == "function" && (Ht = class extends HTMLElement {
|
|
|
302
305
|
};
|
|
303
306
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
304
307
|
return;
|
|
305
|
-
const r = {}, n =
|
|
308
|
+
const r = {}, n = lr(this);
|
|
306
309
|
for (const o of this.$$s)
|
|
307
310
|
o in n && (r[o] = [t(o)]);
|
|
308
311
|
for (const o of this.attributes) {
|
|
@@ -313,7 +316,7 @@ typeof HTMLElement == "function" && (Ht = class extends HTMLElement {
|
|
|
313
316
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
314
317
|
this.$$c = new this.$$ctor({
|
|
315
318
|
target: this.shadowRoot || this,
|
|
316
|
-
props:
|
|
319
|
+
props: rt(tt({}, this.$$d), {
|
|
317
320
|
$$slots: r,
|
|
318
321
|
$$scope: {
|
|
319
322
|
ctx: []
|
|
@@ -391,8 +394,8 @@ function ye(e, t, r, n) {
|
|
|
391
394
|
return t;
|
|
392
395
|
}
|
|
393
396
|
}
|
|
394
|
-
function
|
|
395
|
-
let s = class extends
|
|
397
|
+
function _r(e, t, r, n, i, o) {
|
|
398
|
+
let s = class extends Bt {
|
|
396
399
|
constructor() {
|
|
397
400
|
super(e, r, i), this.$$p_d = t;
|
|
398
401
|
}
|
|
@@ -422,7 +425,7 @@ function Er(e, t, r, n, i, o) {
|
|
|
422
425
|
}), e.element = /** @type {any} */
|
|
423
426
|
s, s;
|
|
424
427
|
}
|
|
425
|
-
class
|
|
428
|
+
class Sr {
|
|
426
429
|
constructor() {
|
|
427
430
|
/**
|
|
428
431
|
* ### PRIVATE API
|
|
@@ -443,7 +446,7 @@ class xr {
|
|
|
443
446
|
}
|
|
444
447
|
/** @returns {void} */
|
|
445
448
|
$destroy() {
|
|
446
|
-
|
|
449
|
+
yr(this, 1), this.$destroy = D;
|
|
447
450
|
}
|
|
448
451
|
/**
|
|
449
452
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -465,13 +468,13 @@ class xr {
|
|
|
465
468
|
* @returns {void}
|
|
466
469
|
*/
|
|
467
470
|
$set(t) {
|
|
468
|
-
this.$$set && !
|
|
471
|
+
this.$$set && !nr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
469
472
|
}
|
|
470
473
|
}
|
|
471
|
-
const
|
|
472
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
474
|
+
const Tr = "4";
|
|
475
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Tr);
|
|
473
476
|
const q = [];
|
|
474
|
-
function
|
|
477
|
+
function Hr(e, t) {
|
|
475
478
|
return {
|
|
476
479
|
subscribe: Te(e, t).subscribe
|
|
477
480
|
};
|
|
@@ -480,7 +483,7 @@ function Te(e, t = D) {
|
|
|
480
483
|
let r;
|
|
481
484
|
const n = /* @__PURE__ */ new Set();
|
|
482
485
|
function i(a) {
|
|
483
|
-
if (
|
|
486
|
+
if (Ht(e, a) && (e = a, r)) {
|
|
484
487
|
const l = !q.length;
|
|
485
488
|
for (const u of n)
|
|
486
489
|
u[1](), q.push(u, e);
|
|
@@ -507,7 +510,7 @@ function oe(e, t, r) {
|
|
|
507
510
|
if (!i.every(Boolean))
|
|
508
511
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
509
512
|
const o = t.length < 2;
|
|
510
|
-
return
|
|
513
|
+
return Hr(r, (s, a) => {
|
|
511
514
|
let l = !1;
|
|
512
515
|
const u = [];
|
|
513
516
|
let h = 0, c = D;
|
|
@@ -518,7 +521,7 @@ function oe(e, t, r) {
|
|
|
518
521
|
const y = t(n ? u[0] : u, s, a);
|
|
519
522
|
o ? s(y) : c = Je(y) ? y : D;
|
|
520
523
|
}, g = i.map(
|
|
521
|
-
(y, _) =>
|
|
524
|
+
(y, _) => At(
|
|
522
525
|
y,
|
|
523
526
|
(T) => {
|
|
524
527
|
u[_] = T, h &= ~(1 << _), l && d();
|
|
@@ -533,70 +536,70 @@ function oe(e, t, r) {
|
|
|
533
536
|
};
|
|
534
537
|
});
|
|
535
538
|
}
|
|
536
|
-
function
|
|
539
|
+
function Ar(e) {
|
|
537
540
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
538
541
|
}
|
|
539
|
-
var
|
|
540
|
-
return
|
|
542
|
+
var Br = function(t) {
|
|
543
|
+
return wr(t) && !Pr(t);
|
|
541
544
|
};
|
|
542
|
-
function
|
|
545
|
+
function wr(e) {
|
|
543
546
|
return !!e && typeof e == "object";
|
|
544
547
|
}
|
|
545
|
-
function
|
|
548
|
+
function Pr(e) {
|
|
546
549
|
var t = Object.prototype.toString.call(e);
|
|
547
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
550
|
+
return t === "[object RegExp]" || t === "[object Date]" || Nr(e);
|
|
548
551
|
}
|
|
549
|
-
var
|
|
550
|
-
function
|
|
551
|
-
return e.$$typeof ===
|
|
552
|
+
var Cr = typeof Symbol == "function" && Symbol.for, Ir = Cr ? Symbol.for("react.element") : 60103;
|
|
553
|
+
function Nr(e) {
|
|
554
|
+
return e.$$typeof === Ir;
|
|
552
555
|
}
|
|
553
|
-
function
|
|
556
|
+
function Mr(e) {
|
|
554
557
|
return Array.isArray(e) ? [] : {};
|
|
555
558
|
}
|
|
556
559
|
function me(e, t) {
|
|
557
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? ee(
|
|
560
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? ee(Mr(e), e, t) : e;
|
|
558
561
|
}
|
|
559
|
-
function
|
|
562
|
+
function Or(e, t, r) {
|
|
560
563
|
return e.concat(t).map(function(n) {
|
|
561
564
|
return me(n, r);
|
|
562
565
|
});
|
|
563
566
|
}
|
|
564
|
-
function
|
|
567
|
+
function Lr(e, t) {
|
|
565
568
|
if (!t.customMerge)
|
|
566
569
|
return ee;
|
|
567
570
|
var r = t.customMerge(e);
|
|
568
571
|
return typeof r == "function" ? r : ee;
|
|
569
572
|
}
|
|
570
|
-
function
|
|
573
|
+
function Rr(e) {
|
|
571
574
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
572
575
|
return Object.propertyIsEnumerable.call(e, t);
|
|
573
576
|
}) : [];
|
|
574
577
|
}
|
|
575
|
-
function
|
|
576
|
-
return Object.keys(e).concat(
|
|
578
|
+
function st(e) {
|
|
579
|
+
return Object.keys(e).concat(Rr(e));
|
|
577
580
|
}
|
|
578
|
-
function
|
|
581
|
+
function wt(e, t) {
|
|
579
582
|
try {
|
|
580
583
|
return t in e;
|
|
581
584
|
} catch (r) {
|
|
582
585
|
return !1;
|
|
583
586
|
}
|
|
584
587
|
}
|
|
585
|
-
function
|
|
586
|
-
return
|
|
588
|
+
function $r(e, t) {
|
|
589
|
+
return wt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
587
590
|
}
|
|
588
|
-
function
|
|
591
|
+
function Ur(e, t, r) {
|
|
589
592
|
var n = {};
|
|
590
|
-
return r.isMergeableObject(e) &&
|
|
593
|
+
return r.isMergeableObject(e) && st(e).forEach(function(i) {
|
|
591
594
|
n[i] = me(e[i], r);
|
|
592
|
-
}),
|
|
593
|
-
|
|
595
|
+
}), st(t).forEach(function(i) {
|
|
596
|
+
$r(e, i) || (wt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Lr(i, r)(e[i], t[i], r) : n[i] = me(t[i], r));
|
|
594
597
|
}), n;
|
|
595
598
|
}
|
|
596
599
|
function ee(e, t, r) {
|
|
597
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
600
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Or, r.isMergeableObject = r.isMergeableObject || Br, r.cloneUnlessOtherwiseSpecified = me;
|
|
598
601
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
599
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
602
|
+
return o ? n ? r.arrayMerge(e, t, r) : Ur(e, t, r) : me(t, r);
|
|
600
603
|
}
|
|
601
604
|
ee.all = function(t, r) {
|
|
602
605
|
if (!Array.isArray(t))
|
|
@@ -605,13 +608,28 @@ ee.all = function(t, r) {
|
|
|
605
608
|
return ee(n, i, r);
|
|
606
609
|
}, {});
|
|
607
610
|
};
|
|
608
|
-
var
|
|
609
|
-
const
|
|
611
|
+
var Dr = ee, Fr = Dr;
|
|
612
|
+
const Gr = /* @__PURE__ */ Ar(Fr);
|
|
613
|
+
/*! *****************************************************************************
|
|
614
|
+
Copyright (c) Microsoft Corporation.
|
|
615
|
+
|
|
616
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
617
|
+
purpose with or without fee is hereby granted.
|
|
618
|
+
|
|
619
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
620
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
621
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
622
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
623
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
624
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
625
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
626
|
+
***************************************************************************** */
|
|
610
627
|
var Fe = function(e, t) {
|
|
611
628
|
return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
612
629
|
r.__proto__ = n;
|
|
613
630
|
} || function(r, n) {
|
|
614
|
-
for (var i in n)
|
|
631
|
+
for (var i in n)
|
|
632
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
615
633
|
}, Fe(e, t);
|
|
616
634
|
};
|
|
617
635
|
function He(e, t) {
|
|
@@ -627,72 +645,77 @@ var v = function() {
|
|
|
627
645
|
return v = Object.assign || function(t) {
|
|
628
646
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
629
647
|
r = arguments[n];
|
|
630
|
-
for (var o in r)
|
|
648
|
+
for (var o in r)
|
|
649
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
631
650
|
}
|
|
632
651
|
return t;
|
|
633
652
|
}, v.apply(this, arguments);
|
|
634
653
|
};
|
|
635
|
-
function
|
|
654
|
+
function kr(e, t) {
|
|
636
655
|
var r = {};
|
|
637
|
-
for (var n in e)
|
|
656
|
+
for (var n in e)
|
|
657
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
638
658
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
639
659
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
640
660
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
641
661
|
return r;
|
|
642
662
|
}
|
|
643
663
|
function Ie(e, t, r) {
|
|
644
|
-
if (
|
|
645
|
-
(
|
|
646
|
-
|
|
664
|
+
if (arguments.length === 2)
|
|
665
|
+
for (var n = 0, i = t.length, o; n < i; n++)
|
|
666
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
667
|
+
return e.concat(o || t);
|
|
647
668
|
}
|
|
648
669
|
function Ne(e, t) {
|
|
649
|
-
var r = t && t.cache ? t.cache :
|
|
670
|
+
var r = t && t.cache ? t.cache : Zr, n = t && t.serializer ? t.serializer : Wr, i = t && t.strategy ? t.strategy : Vr;
|
|
650
671
|
return i(e, {
|
|
651
672
|
cache: r,
|
|
652
673
|
serializer: n
|
|
653
674
|
});
|
|
654
675
|
}
|
|
655
|
-
function
|
|
676
|
+
function jr(e) {
|
|
656
677
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
657
678
|
}
|
|
658
|
-
function
|
|
659
|
-
var i =
|
|
679
|
+
function Pt(e, t, r, n) {
|
|
680
|
+
var i = jr(n) ? n : r(n), o = t.get(i);
|
|
660
681
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
661
682
|
}
|
|
662
|
-
function
|
|
683
|
+
function Ct(e, t, r) {
|
|
663
684
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
664
685
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
665
686
|
}
|
|
666
|
-
function
|
|
687
|
+
function Qe(e, t, r, n, i) {
|
|
667
688
|
return r.bind(t, e, n, i);
|
|
668
689
|
}
|
|
669
|
-
function jr(e, t) {
|
|
670
|
-
var r = e.length === 1 ? kr : Bt;
|
|
671
|
-
return wt(e, this, r, t.cache.create(), t.serializer);
|
|
672
|
-
}
|
|
673
690
|
function Vr(e, t) {
|
|
674
|
-
|
|
691
|
+
var r = e.length === 1 ? Pt : Ct;
|
|
692
|
+
return Qe(e, this, r, t.cache.create(), t.serializer);
|
|
693
|
+
}
|
|
694
|
+
function Xr(e, t) {
|
|
695
|
+
return Qe(e, this, Ct, t.cache.create(), t.serializer);
|
|
696
|
+
}
|
|
697
|
+
function zr(e, t) {
|
|
698
|
+
return Qe(e, this, Pt, t.cache.create(), t.serializer);
|
|
675
699
|
}
|
|
676
|
-
var
|
|
700
|
+
var Wr = function() {
|
|
677
701
|
return JSON.stringify(arguments);
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}()
|
|
690
|
-
), Wr = {
|
|
702
|
+
};
|
|
703
|
+
function qe() {
|
|
704
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
705
|
+
}
|
|
706
|
+
qe.prototype.get = function(e) {
|
|
707
|
+
return this.cache[e];
|
|
708
|
+
};
|
|
709
|
+
qe.prototype.set = function(e, t) {
|
|
710
|
+
this.cache[e] = t;
|
|
711
|
+
};
|
|
712
|
+
var Zr = {
|
|
691
713
|
create: function() {
|
|
692
|
-
return new
|
|
714
|
+
return new qe();
|
|
693
715
|
}
|
|
694
|
-
},
|
|
695
|
-
variadic:
|
|
716
|
+
}, Me = {
|
|
717
|
+
variadic: Xr,
|
|
718
|
+
monadic: zr
|
|
696
719
|
}, m;
|
|
697
720
|
(function(e) {
|
|
698
721
|
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";
|
|
@@ -705,43 +728,43 @@ var te;
|
|
|
705
728
|
(function(e) {
|
|
706
729
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
707
730
|
})(te || (te = {}));
|
|
708
|
-
function
|
|
731
|
+
function at(e) {
|
|
709
732
|
return e.type === x.literal;
|
|
710
733
|
}
|
|
711
|
-
function
|
|
734
|
+
function Jr(e) {
|
|
712
735
|
return e.type === x.argument;
|
|
713
736
|
}
|
|
714
|
-
function
|
|
737
|
+
function It(e) {
|
|
715
738
|
return e.type === x.number;
|
|
716
739
|
}
|
|
717
|
-
function
|
|
740
|
+
function Nt(e) {
|
|
718
741
|
return e.type === x.date;
|
|
719
742
|
}
|
|
720
|
-
function
|
|
743
|
+
function Mt(e) {
|
|
721
744
|
return e.type === x.time;
|
|
722
745
|
}
|
|
723
|
-
function
|
|
746
|
+
function Ot(e) {
|
|
724
747
|
return e.type === x.select;
|
|
725
748
|
}
|
|
726
|
-
function
|
|
749
|
+
function Lt(e) {
|
|
727
750
|
return e.type === x.plural;
|
|
728
751
|
}
|
|
729
|
-
function
|
|
752
|
+
function Qr(e) {
|
|
730
753
|
return e.type === x.pound;
|
|
731
754
|
}
|
|
732
|
-
function
|
|
755
|
+
function Rt(e) {
|
|
733
756
|
return e.type === x.tag;
|
|
734
757
|
}
|
|
735
|
-
function
|
|
758
|
+
function $t(e) {
|
|
736
759
|
return !!(e && typeof e == "object" && e.type === te.number);
|
|
737
760
|
}
|
|
738
761
|
function Ge(e) {
|
|
739
762
|
return !!(e && typeof e == "object" && e.type === te.dateTime);
|
|
740
763
|
}
|
|
741
|
-
var
|
|
742
|
-
function
|
|
764
|
+
var Ut = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, qr = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
765
|
+
function Yr(e) {
|
|
743
766
|
var t = {};
|
|
744
|
-
return e.replace(
|
|
767
|
+
return e.replace(qr, function(r) {
|
|
745
768
|
var n = r.length;
|
|
746
769
|
switch (r[0]) {
|
|
747
770
|
case "G":
|
|
@@ -830,11 +853,11 @@ function qr(e) {
|
|
|
830
853
|
return "";
|
|
831
854
|
}), t;
|
|
832
855
|
}
|
|
833
|
-
var
|
|
834
|
-
function
|
|
856
|
+
var Kr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
857
|
+
function en(e) {
|
|
835
858
|
if (e.length === 0)
|
|
836
859
|
throw new Error("Number skeleton cannot be empty");
|
|
837
|
-
for (var t = e.split(
|
|
860
|
+
for (var t = e.split(Kr).filter(function(d) {
|
|
838
861
|
return d.length > 0;
|
|
839
862
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
840
863
|
var o = i[n], s = o.split("/");
|
|
@@ -849,17 +872,17 @@ function Kr(e) {
|
|
|
849
872
|
}
|
|
850
873
|
return r;
|
|
851
874
|
}
|
|
852
|
-
function
|
|
875
|
+
function tn(e) {
|
|
853
876
|
return e.replace(/^(.*?)-/, "");
|
|
854
877
|
}
|
|
855
|
-
var
|
|
856
|
-
function
|
|
878
|
+
var ut = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Dt = /^(@+)?(\+|#+)?[rs]?$/g, rn = /(\*)(0+)|(#+)(0+)|(0+)/g, Ft = /^(0+)$/;
|
|
879
|
+
function lt(e) {
|
|
857
880
|
var t = {};
|
|
858
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
881
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Dt, function(r, n, i) {
|
|
859
882
|
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)), "";
|
|
860
883
|
}), t;
|
|
861
884
|
}
|
|
862
|
-
function
|
|
885
|
+
function Gt(e) {
|
|
863
886
|
switch (e) {
|
|
864
887
|
case "sign-auto":
|
|
865
888
|
return {
|
|
@@ -899,7 +922,7 @@ function Dt(e) {
|
|
|
899
922
|
};
|
|
900
923
|
}
|
|
901
924
|
}
|
|
902
|
-
function
|
|
925
|
+
function nn(e) {
|
|
903
926
|
var t;
|
|
904
927
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
905
928
|
notation: "engineering"
|
|
@@ -907,17 +930,17 @@ function rn(e) {
|
|
|
907
930
|
notation: "scientific"
|
|
908
931
|
}, e = e.slice(1)), t) {
|
|
909
932
|
var r = e.slice(0, 2);
|
|
910
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
933
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ft.test(e))
|
|
911
934
|
throw new Error("Malformed concise eng/scientific notation");
|
|
912
935
|
t.minimumIntegerDigits = e.length;
|
|
913
936
|
}
|
|
914
937
|
return t;
|
|
915
938
|
}
|
|
916
|
-
function
|
|
917
|
-
var t = {}, r =
|
|
939
|
+
function ht(e) {
|
|
940
|
+
var t = {}, r = Gt(e);
|
|
918
941
|
return r || t;
|
|
919
942
|
}
|
|
920
|
-
function
|
|
943
|
+
function on(e) {
|
|
921
944
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
922
945
|
var i = n[r];
|
|
923
946
|
switch (i.stem) {
|
|
@@ -941,7 +964,7 @@ function nn(e) {
|
|
|
941
964
|
continue;
|
|
942
965
|
case "measure-unit":
|
|
943
966
|
case "unit":
|
|
944
|
-
t.style = "unit", t.unit =
|
|
967
|
+
t.style = "unit", t.unit = tn(i.options[0]);
|
|
945
968
|
continue;
|
|
946
969
|
case "compact-short":
|
|
947
970
|
case "K":
|
|
@@ -953,12 +976,12 @@ function nn(e) {
|
|
|
953
976
|
continue;
|
|
954
977
|
case "scientific":
|
|
955
978
|
t = v(v(v({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
|
|
956
|
-
return v(v({}, l),
|
|
979
|
+
return v(v({}, l), ht(u));
|
|
957
980
|
}, {}));
|
|
958
981
|
continue;
|
|
959
982
|
case "engineering":
|
|
960
983
|
t = v(v(v({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
|
|
961
|
-
return v(v({}, l),
|
|
984
|
+
return v(v({}, l), ht(u));
|
|
962
985
|
}, {}));
|
|
963
986
|
continue;
|
|
964
987
|
case "notation-simple":
|
|
@@ -1003,7 +1026,7 @@ function nn(e) {
|
|
|
1003
1026
|
case "integer-width":
|
|
1004
1027
|
if (i.options.length > 1)
|
|
1005
1028
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1006
|
-
i.options[0].replace(
|
|
1029
|
+
i.options[0].replace(rn, function(l, u, h, c, d, g) {
|
|
1007
1030
|
if (u)
|
|
1008
1031
|
t.minimumIntegerDigits = h.length;
|
|
1009
1032
|
else {
|
|
@@ -1016,27 +1039,27 @@ function nn(e) {
|
|
|
1016
1039
|
});
|
|
1017
1040
|
continue;
|
|
1018
1041
|
}
|
|
1019
|
-
if (
|
|
1042
|
+
if (Ft.test(i.stem)) {
|
|
1020
1043
|
t.minimumIntegerDigits = i.stem.length;
|
|
1021
1044
|
continue;
|
|
1022
1045
|
}
|
|
1023
|
-
if (
|
|
1046
|
+
if (ut.test(i.stem)) {
|
|
1024
1047
|
if (i.options.length > 1)
|
|
1025
1048
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1026
|
-
i.stem.replace(
|
|
1049
|
+
i.stem.replace(ut, function(l, u, h, c, d, g) {
|
|
1027
1050
|
return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : d && g ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1028
1051
|
});
|
|
1029
1052
|
var o = i.options[0];
|
|
1030
|
-
o === "w" ? t = v(v({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = v(v({}, t),
|
|
1053
|
+
o === "w" ? t = v(v({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = v(v({}, t), lt(o)));
|
|
1031
1054
|
continue;
|
|
1032
1055
|
}
|
|
1033
|
-
if (
|
|
1034
|
-
t = v(v({}, t),
|
|
1056
|
+
if (Dt.test(i.stem)) {
|
|
1057
|
+
t = v(v({}, t), lt(i.stem));
|
|
1035
1058
|
continue;
|
|
1036
1059
|
}
|
|
1037
|
-
var s =
|
|
1060
|
+
var s = Gt(i.stem);
|
|
1038
1061
|
s && (t = v(v({}, t), s));
|
|
1039
|
-
var a =
|
|
1062
|
+
var a = nn(i.stem);
|
|
1040
1063
|
a && (t = v(v({}, t), a));
|
|
1041
1064
|
}
|
|
1042
1065
|
return t;
|
|
@@ -2456,22 +2479,23 @@ var ve = {
|
|
|
2456
2479
|
"h"
|
|
2457
2480
|
]
|
|
2458
2481
|
};
|
|
2459
|
-
function
|
|
2482
|
+
function sn(e, t) {
|
|
2460
2483
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2461
2484
|
var i = e.charAt(n);
|
|
2462
2485
|
if (i === "j") {
|
|
2463
2486
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2464
2487
|
o++, n++;
|
|
2465
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u =
|
|
2488
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = an(t);
|
|
2466
2489
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
2467
2490
|
r += l;
|
|
2468
2491
|
for (; s-- > 0; )
|
|
2469
2492
|
r = u + r;
|
|
2470
|
-
} else
|
|
2493
|
+
} else
|
|
2494
|
+
i === "J" ? r += "H" : r += i;
|
|
2471
2495
|
}
|
|
2472
2496
|
return r;
|
|
2473
2497
|
}
|
|
2474
|
-
function
|
|
2498
|
+
function an(e) {
|
|
2475
2499
|
var t = e.hourCycle;
|
|
2476
2500
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2477
2501
|
e.hourCycles && // @ts-ignore
|
|
@@ -2493,20 +2517,20 @@ function sn(e) {
|
|
|
2493
2517
|
var i = ve[n || ""] || ve[r || ""] || ve["".concat(r, "-001")] || ve["001"];
|
|
2494
2518
|
return i[0];
|
|
2495
2519
|
}
|
|
2496
|
-
var
|
|
2520
|
+
var Oe, un = new RegExp("^".concat(Ut.source, "*")), ln = new RegExp("".concat(Ut.source, "*$"));
|
|
2497
2521
|
function b(e, t) {
|
|
2498
2522
|
return { start: e, end: t };
|
|
2499
2523
|
}
|
|
2500
|
-
var
|
|
2524
|
+
var hn = !!String.prototype.startsWith && "_a".startsWith("a", 1), cn = !!String.fromCodePoint, fn = !!Object.fromEntries, dn = !!String.prototype.codePointAt, mn = !!String.prototype.trimStart, pn = !!String.prototype.trimEnd, bn = !!Number.isSafeInteger, gn = bn ? Number.isSafeInteger : function(e) {
|
|
2501
2525
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2502
2526
|
}, ke = !0;
|
|
2503
2527
|
try {
|
|
2504
|
-
var
|
|
2505
|
-
ke = ((
|
|
2528
|
+
var vn = jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2529
|
+
ke = ((Oe = vn.exec("a")) === null || Oe === void 0 ? void 0 : Oe[0]) === "a";
|
|
2506
2530
|
} catch (e) {
|
|
2507
2531
|
ke = !1;
|
|
2508
2532
|
}
|
|
2509
|
-
var
|
|
2533
|
+
var ct = hn ? (
|
|
2510
2534
|
// Native
|
|
2511
2535
|
function(t, r, n) {
|
|
2512
2536
|
return t.startsWith(r, n);
|
|
@@ -2516,7 +2540,7 @@ var lt = ln ? (
|
|
|
2516
2540
|
function(t, r, n) {
|
|
2517
2541
|
return t.slice(n, n + r.length) === r;
|
|
2518
2542
|
}
|
|
2519
|
-
), je =
|
|
2543
|
+
), je = cn ? String.fromCodePoint : (
|
|
2520
2544
|
// IE11
|
|
2521
2545
|
function() {
|
|
2522
2546
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2528,9 +2552,9 @@ var lt = ln ? (
|
|
|
2528
2552
|
}
|
|
2529
2553
|
return n;
|
|
2530
2554
|
}
|
|
2531
|
-
),
|
|
2555
|
+
), ft = (
|
|
2532
2556
|
// native
|
|
2533
|
-
|
|
2557
|
+
fn ? Object.fromEntries : (
|
|
2534
2558
|
// Ponyfill
|
|
2535
2559
|
function(t) {
|
|
2536
2560
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -2540,7 +2564,7 @@ var lt = ln ? (
|
|
|
2540
2564
|
return r;
|
|
2541
2565
|
}
|
|
2542
2566
|
)
|
|
2543
|
-
),
|
|
2567
|
+
), kt = dn ? (
|
|
2544
2568
|
// Native
|
|
2545
2569
|
function(t, r) {
|
|
2546
2570
|
return t.codePointAt(r);
|
|
@@ -2554,7 +2578,7 @@ var lt = ln ? (
|
|
|
2554
2578
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
2555
2579
|
}
|
|
2556
2580
|
}
|
|
2557
|
-
),
|
|
2581
|
+
), yn = mn ? (
|
|
2558
2582
|
// Native
|
|
2559
2583
|
function(t) {
|
|
2560
2584
|
return t.trimStart();
|
|
@@ -2562,9 +2586,9 @@ var lt = ln ? (
|
|
|
2562
2586
|
) : (
|
|
2563
2587
|
// Ponyfill
|
|
2564
2588
|
function(t) {
|
|
2565
|
-
return t.replace(
|
|
2589
|
+
return t.replace(un, "");
|
|
2566
2590
|
}
|
|
2567
|
-
),
|
|
2591
|
+
), En = pn ? (
|
|
2568
2592
|
// Native
|
|
2569
2593
|
function(t) {
|
|
2570
2594
|
return t.trimEnd();
|
|
@@ -2572,32 +2596,32 @@ var lt = ln ? (
|
|
|
2572
2596
|
) : (
|
|
2573
2597
|
// Ponyfill
|
|
2574
2598
|
function(t) {
|
|
2575
|
-
return t.replace(
|
|
2599
|
+
return t.replace(ln, "");
|
|
2576
2600
|
}
|
|
2577
2601
|
);
|
|
2578
|
-
function
|
|
2602
|
+
function jt(e, t) {
|
|
2579
2603
|
return new RegExp(e, t);
|
|
2580
2604
|
}
|
|
2581
2605
|
var Ve;
|
|
2582
2606
|
if (ke) {
|
|
2583
|
-
var
|
|
2607
|
+
var dt = jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2584
2608
|
Ve = function(t, r) {
|
|
2585
2609
|
var n;
|
|
2586
|
-
|
|
2587
|
-
var i =
|
|
2610
|
+
dt.lastIndex = r;
|
|
2611
|
+
var i = dt.exec(t);
|
|
2588
2612
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2589
2613
|
};
|
|
2590
2614
|
} else
|
|
2591
2615
|
Ve = function(t, r) {
|
|
2592
2616
|
for (var n = []; ; ) {
|
|
2593
|
-
var i =
|
|
2594
|
-
if (i === void 0 ||
|
|
2617
|
+
var i = kt(t, r);
|
|
2618
|
+
if (i === void 0 || Vt(i) || Tn(i))
|
|
2595
2619
|
break;
|
|
2596
2620
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2597
2621
|
}
|
|
2598
2622
|
return je.apply(void 0, n);
|
|
2599
2623
|
};
|
|
2600
|
-
var
|
|
2624
|
+
var xn = (
|
|
2601
2625
|
/** @class */
|
|
2602
2626
|
function() {
|
|
2603
2627
|
function e(t, r) {
|
|
@@ -2679,7 +2703,7 @@ var En = (
|
|
|
2679
2703
|
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
|
2680
2704
|
}, e.prototype.parseTagName = function() {
|
|
2681
2705
|
var t = this.offset();
|
|
2682
|
-
for (this.bump(); !this.isEOF() &&
|
|
2706
|
+
for (this.bump(); !this.isEOF() && Sn(this.char()); )
|
|
2683
2707
|
this.bump();
|
|
2684
2708
|
return this.message.slice(t, this.offset());
|
|
2685
2709
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2708,7 +2732,7 @@ var En = (
|
|
|
2708
2732
|
};
|
|
2709
2733
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2710
2734
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2711
|
-
!
|
|
2735
|
+
!_n(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2712
2736
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2713
2737
|
if (this.isEOF() || this.char() !== 39)
|
|
2714
2738
|
return null;
|
|
@@ -2795,7 +2819,7 @@ var En = (
|
|
|
2795
2819
|
var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2796
2820
|
if (c.err)
|
|
2797
2821
|
return c;
|
|
2798
|
-
var d =
|
|
2822
|
+
var d = En(c.val);
|
|
2799
2823
|
if (d.length === 0)
|
|
2800
2824
|
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
|
2801
2825
|
var g = b(h, this.clonePosition());
|
|
@@ -2805,8 +2829,8 @@ var En = (
|
|
|
2805
2829
|
if (y.err)
|
|
2806
2830
|
return y;
|
|
2807
2831
|
var _ = b(i, this.clonePosition());
|
|
2808
|
-
if (u &&
|
|
2809
|
-
var T =
|
|
2832
|
+
if (u && ct(u == null ? void 0 : u.style, "::", 0)) {
|
|
2833
|
+
var T = yn(u.style.slice(2));
|
|
2810
2834
|
if (a === "number") {
|
|
2811
2835
|
var c = this.parseNumberSkeletonFromString(T, u.styleLocation);
|
|
2812
2836
|
return c.err ? c : {
|
|
@@ -2817,12 +2841,12 @@ var En = (
|
|
|
2817
2841
|
if (T.length === 0)
|
|
2818
2842
|
return this.error(m.EXPECT_DATE_TIME_SKELETON, _);
|
|
2819
2843
|
var H = T;
|
|
2820
|
-
this.locale && (H =
|
|
2844
|
+
this.locale && (H = sn(T, this.locale));
|
|
2821
2845
|
var d = {
|
|
2822
2846
|
type: te.dateTime,
|
|
2823
2847
|
pattern: H,
|
|
2824
2848
|
location: u.styleLocation,
|
|
2825
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2849
|
+
parsedOptions: this.shouldParseSkeletons ? Yr(H) : {}
|
|
2826
2850
|
}, L = a === "date" ? x.date : x.time;
|
|
2827
2851
|
return {
|
|
2828
2852
|
val: { type: L, value: n, location: _, style: d },
|
|
@@ -2868,7 +2892,7 @@ var En = (
|
|
|
2868
2892
|
val: {
|
|
2869
2893
|
type: x.select,
|
|
2870
2894
|
value: n,
|
|
2871
|
-
options:
|
|
2895
|
+
options: ft(F.val),
|
|
2872
2896
|
location: V
|
|
2873
2897
|
},
|
|
2874
2898
|
err: null
|
|
@@ -2876,7 +2900,7 @@ var En = (
|
|
|
2876
2900
|
val: {
|
|
2877
2901
|
type: x.plural,
|
|
2878
2902
|
value: n,
|
|
2879
|
-
options:
|
|
2903
|
+
options: ft(F.val),
|
|
2880
2904
|
offset: N,
|
|
2881
2905
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2882
2906
|
location: V
|
|
@@ -2927,7 +2951,7 @@ var En = (
|
|
|
2927
2951
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
2928
2952
|
var n = [];
|
|
2929
2953
|
try {
|
|
2930
|
-
n =
|
|
2954
|
+
n = en(t);
|
|
2931
2955
|
} catch (i) {
|
|
2932
2956
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
|
2933
2957
|
}
|
|
@@ -2936,7 +2960,7 @@ var En = (
|
|
|
2936
2960
|
type: te.number,
|
|
2937
2961
|
tokens: n,
|
|
2938
2962
|
location: r,
|
|
2939
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2963
|
+
parsedOptions: this.shouldParseSkeletons ? on(n) : {}
|
|
2940
2964
|
},
|
|
2941
2965
|
err: null
|
|
2942
2966
|
};
|
|
@@ -2984,7 +3008,7 @@ var En = (
|
|
|
2984
3008
|
break;
|
|
2985
3009
|
}
|
|
2986
3010
|
var l = b(i, this.clonePosition());
|
|
2987
|
-
return o ? (s *= n,
|
|
3011
|
+
return o ? (s *= n, gn(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
|
|
2988
3012
|
}, e.prototype.offset = function() {
|
|
2989
3013
|
return this.position.offset;
|
|
2990
3014
|
}, e.prototype.isEOF = function() {
|
|
@@ -2999,7 +3023,7 @@ var En = (
|
|
|
2999
3023
|
var t = this.position.offset;
|
|
3000
3024
|
if (t >= this.message.length)
|
|
3001
3025
|
throw Error("out of bound");
|
|
3002
|
-
var r =
|
|
3026
|
+
var r = kt(this.message, t);
|
|
3003
3027
|
if (r === void 0)
|
|
3004
3028
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3005
3029
|
return r;
|
|
@@ -3018,7 +3042,7 @@ var En = (
|
|
|
3018
3042
|
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);
|
|
3019
3043
|
}
|
|
3020
3044
|
}, e.prototype.bumpIf = function(t) {
|
|
3021
|
-
if (
|
|
3045
|
+
if (ct(this.message, t, this.offset())) {
|
|
3022
3046
|
for (var r = 0; r < t.length; r++)
|
|
3023
3047
|
this.bump();
|
|
3024
3048
|
return !0;
|
|
@@ -3040,7 +3064,7 @@ var En = (
|
|
|
3040
3064
|
break;
|
|
3041
3065
|
}
|
|
3042
3066
|
}, e.prototype.bumpSpace = function() {
|
|
3043
|
-
for (; !this.isEOF() &&
|
|
3067
|
+
for (; !this.isEOF() && Vt(this.char()); )
|
|
3044
3068
|
this.bump();
|
|
3045
3069
|
}, e.prototype.peek = function() {
|
|
3046
3070
|
if (this.isEOF())
|
|
@@ -3053,29 +3077,30 @@ var En = (
|
|
|
3053
3077
|
function Xe(e) {
|
|
3054
3078
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3055
3079
|
}
|
|
3056
|
-
function
|
|
3080
|
+
function _n(e) {
|
|
3057
3081
|
return Xe(e) || e === 47;
|
|
3058
3082
|
}
|
|
3059
|
-
function
|
|
3083
|
+
function Sn(e) {
|
|
3060
3084
|
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;
|
|
3061
3085
|
}
|
|
3062
|
-
function
|
|
3086
|
+
function Vt(e) {
|
|
3063
3087
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3064
3088
|
}
|
|
3065
|
-
function
|
|
3089
|
+
function Tn(e) {
|
|
3066
3090
|
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;
|
|
3067
3091
|
}
|
|
3068
3092
|
function ze(e) {
|
|
3069
3093
|
e.forEach(function(t) {
|
|
3070
|
-
if (delete t.location,
|
|
3094
|
+
if (delete t.location, Ot(t) || Lt(t))
|
|
3071
3095
|
for (var r in t.options)
|
|
3072
3096
|
delete t.options[r].location, ze(t.options[r].value);
|
|
3073
|
-
else
|
|
3097
|
+
else
|
|
3098
|
+
It(t) && $t(t.style) || (Nt(t) || Mt(t)) && Ge(t.style) ? delete t.style.location : Rt(t) && ze(t.children);
|
|
3074
3099
|
});
|
|
3075
3100
|
}
|
|
3076
|
-
function
|
|
3101
|
+
function Hn(e, t) {
|
|
3077
3102
|
t === void 0 && (t = {}), t = v({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3078
|
-
var r = new
|
|
3103
|
+
var r = new xn(e, t).parse();
|
|
3079
3104
|
if (r.err) {
|
|
3080
3105
|
var n = SyntaxError(m[r.err.kind]);
|
|
3081
3106
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
@@ -3098,7 +3123,7 @@ var Ae = (
|
|
|
3098
3123
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3099
3124
|
}, t;
|
|
3100
3125
|
}(Error)
|
|
3101
|
-
),
|
|
3126
|
+
), mt = (
|
|
3102
3127
|
/** @class */
|
|
3103
3128
|
function(e) {
|
|
3104
3129
|
He(t, e);
|
|
@@ -3107,7 +3132,7 @@ var Ae = (
|
|
|
3107
3132
|
}
|
|
3108
3133
|
return t;
|
|
3109
3134
|
}(Ae)
|
|
3110
|
-
),
|
|
3135
|
+
), An = (
|
|
3111
3136
|
/** @class */
|
|
3112
3137
|
function(e) {
|
|
3113
3138
|
He(t, e);
|
|
@@ -3116,7 +3141,7 @@ var Ae = (
|
|
|
3116
3141
|
}
|
|
3117
3142
|
return t;
|
|
3118
3143
|
}(Ae)
|
|
3119
|
-
),
|
|
3144
|
+
), Bn = (
|
|
3120
3145
|
/** @class */
|
|
3121
3146
|
function(e) {
|
|
3122
3147
|
He(t, e);
|
|
@@ -3129,17 +3154,17 @@ var Ae = (
|
|
|
3129
3154
|
(function(e) {
|
|
3130
3155
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3131
3156
|
})(I || (I = {}));
|
|
3132
|
-
function
|
|
3157
|
+
function wn(e) {
|
|
3133
3158
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3134
3159
|
var n = t[t.length - 1];
|
|
3135
3160
|
return !n || n.type !== I.literal || r.type !== I.literal ? t.push(r) : n.value += r.value, t;
|
|
3136
3161
|
}, []);
|
|
3137
3162
|
}
|
|
3138
|
-
function
|
|
3163
|
+
function Pn(e) {
|
|
3139
3164
|
return typeof e == "function";
|
|
3140
3165
|
}
|
|
3141
3166
|
function Ee(e, t, r, n, i, o, s) {
|
|
3142
|
-
if (e.length === 1 &&
|
|
3167
|
+
if (e.length === 1 && at(e[0]))
|
|
3143
3168
|
return [
|
|
3144
3169
|
{
|
|
3145
3170
|
type: I.literal,
|
|
@@ -3148,14 +3173,14 @@ function Ee(e, t, r, n, i, o, s) {
|
|
|
3148
3173
|
];
|
|
3149
3174
|
for (var a = [], l = 0, u = e; l < u.length; l++) {
|
|
3150
3175
|
var h = u[l];
|
|
3151
|
-
if (
|
|
3176
|
+
if (at(h)) {
|
|
3152
3177
|
a.push({
|
|
3153
3178
|
type: I.literal,
|
|
3154
3179
|
value: h.value
|
|
3155
3180
|
});
|
|
3156
3181
|
continue;
|
|
3157
3182
|
}
|
|
3158
|
-
if (
|
|
3183
|
+
if (Qr(h)) {
|
|
3159
3184
|
typeof o == "number" && a.push({
|
|
3160
3185
|
type: I.literal,
|
|
3161
3186
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3164,16 +3189,16 @@ function Ee(e, t, r, n, i, o, s) {
|
|
|
3164
3189
|
}
|
|
3165
3190
|
var c = h.value;
|
|
3166
3191
|
if (!(i && c in i))
|
|
3167
|
-
throw new
|
|
3192
|
+
throw new Bn(c, s);
|
|
3168
3193
|
var d = i[c];
|
|
3169
|
-
if (
|
|
3194
|
+
if (Jr(h)) {
|
|
3170
3195
|
(!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), a.push({
|
|
3171
3196
|
type: typeof d == "string" ? I.literal : I.object,
|
|
3172
3197
|
value: d
|
|
3173
3198
|
});
|
|
3174
3199
|
continue;
|
|
3175
3200
|
}
|
|
3176
|
-
if (
|
|
3201
|
+
if (Nt(h)) {
|
|
3177
3202
|
var g = typeof h.style == "string" ? n.date[h.style] : Ge(h.style) ? h.style.parsedOptions : void 0;
|
|
3178
3203
|
a.push({
|
|
3179
3204
|
type: I.literal,
|
|
@@ -3181,7 +3206,7 @@ function Ee(e, t, r, n, i, o, s) {
|
|
|
3181
3206
|
});
|
|
3182
3207
|
continue;
|
|
3183
3208
|
}
|
|
3184
|
-
if (
|
|
3209
|
+
if (Mt(h)) {
|
|
3185
3210
|
var g = typeof h.style == "string" ? n.time[h.style] : Ge(h.style) ? h.style.parsedOptions : n.time.medium;
|
|
3186
3211
|
a.push({
|
|
3187
3212
|
type: I.literal,
|
|
@@ -3189,18 +3214,18 @@ function Ee(e, t, r, n, i, o, s) {
|
|
|
3189
3214
|
});
|
|
3190
3215
|
continue;
|
|
3191
3216
|
}
|
|
3192
|
-
if (
|
|
3193
|
-
var g = typeof h.style == "string" ? n.number[h.style] :
|
|
3217
|
+
if (It(h)) {
|
|
3218
|
+
var g = typeof h.style == "string" ? n.number[h.style] : $t(h.style) ? h.style.parsedOptions : void 0;
|
|
3194
3219
|
g && g.scale && (d = d * (g.scale || 1)), a.push({
|
|
3195
3220
|
type: I.literal,
|
|
3196
3221
|
value: r.getNumberFormat(t, g).format(d)
|
|
3197
3222
|
});
|
|
3198
3223
|
continue;
|
|
3199
3224
|
}
|
|
3200
|
-
if (
|
|
3225
|
+
if (Rt(h)) {
|
|
3201
3226
|
var y = h.children, _ = h.value, T = i[_];
|
|
3202
|
-
if (!
|
|
3203
|
-
throw new
|
|
3227
|
+
if (!Pn(T))
|
|
3228
|
+
throw new An(_, "function", s);
|
|
3204
3229
|
var H = Ee(y, t, r, n, i, o), L = T(H.map(function(N) {
|
|
3205
3230
|
return N.value;
|
|
3206
3231
|
}));
|
|
@@ -3211,14 +3236,14 @@ function Ee(e, t, r, n, i, o, s) {
|
|
|
3211
3236
|
};
|
|
3212
3237
|
}));
|
|
3213
3238
|
}
|
|
3214
|
-
if (
|
|
3239
|
+
if (Ot(h)) {
|
|
3215
3240
|
var B = h.options[d] || h.options.other;
|
|
3216
3241
|
if (!B)
|
|
3217
|
-
throw new
|
|
3242
|
+
throw new mt(h.value, d, Object.keys(h.options), s);
|
|
3218
3243
|
a.push.apply(a, Ee(B.value, t, r, n, i));
|
|
3219
3244
|
continue;
|
|
3220
3245
|
}
|
|
3221
|
-
if (
|
|
3246
|
+
if (Lt(h)) {
|
|
3222
3247
|
var B = h.options["=".concat(d)];
|
|
3223
3248
|
if (!B) {
|
|
3224
3249
|
if (!Intl.PluralRules)
|
|
@@ -3229,21 +3254,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3229
3254
|
B = h.options[S] || h.options.other;
|
|
3230
3255
|
}
|
|
3231
3256
|
if (!B)
|
|
3232
|
-
throw new
|
|
3257
|
+
throw new mt(h.value, d, Object.keys(h.options), s);
|
|
3233
3258
|
a.push.apply(a, Ee(B.value, t, r, n, i, d - (h.offset || 0)));
|
|
3234
3259
|
continue;
|
|
3235
3260
|
}
|
|
3236
3261
|
}
|
|
3237
|
-
return
|
|
3262
|
+
return wn(a);
|
|
3238
3263
|
}
|
|
3239
|
-
function
|
|
3264
|
+
function Cn(e, t) {
|
|
3240
3265
|
return t ? v(v(v({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3241
3266
|
return r[n] = v(v({}, e[n]), t[n] || {}), r;
|
|
3242
3267
|
}, {})) : e;
|
|
3243
3268
|
}
|
|
3244
|
-
function
|
|
3269
|
+
function In(e, t) {
|
|
3245
3270
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3246
|
-
return r[n] =
|
|
3271
|
+
return r[n] = Cn(e[n], t[n]), r;
|
|
3247
3272
|
}, v({}, e)) : e;
|
|
3248
3273
|
}
|
|
3249
3274
|
function Le(e) {
|
|
@@ -3260,7 +3285,7 @@ function Le(e) {
|
|
|
3260
3285
|
}
|
|
3261
3286
|
};
|
|
3262
3287
|
}
|
|
3263
|
-
function
|
|
3288
|
+
function Nn(e) {
|
|
3264
3289
|
return e === void 0 && (e = {
|
|
3265
3290
|
number: {},
|
|
3266
3291
|
dateTime: {},
|
|
@@ -3272,7 +3297,7 @@ function In(e) {
|
|
|
3272
3297
|
return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3273
3298
|
}, {
|
|
3274
3299
|
cache: Le(e.number),
|
|
3275
|
-
strategy:
|
|
3300
|
+
strategy: Me.variadic
|
|
3276
3301
|
}),
|
|
3277
3302
|
getDateTimeFormat: Ne(function() {
|
|
3278
3303
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
@@ -3280,7 +3305,7 @@ function In(e) {
|
|
|
3280
3305
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3281
3306
|
}, {
|
|
3282
3307
|
cache: Le(e.dateTime),
|
|
3283
|
-
strategy:
|
|
3308
|
+
strategy: Me.variadic
|
|
3284
3309
|
}),
|
|
3285
3310
|
getPluralRules: Ne(function() {
|
|
3286
3311
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
@@ -3288,11 +3313,11 @@ function In(e) {
|
|
|
3288
3313
|
return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3289
3314
|
}, {
|
|
3290
3315
|
cache: Le(e.pluralRules),
|
|
3291
|
-
strategy:
|
|
3316
|
+
strategy: Me.variadic
|
|
3292
3317
|
})
|
|
3293
3318
|
};
|
|
3294
3319
|
}
|
|
3295
|
-
var
|
|
3320
|
+
var Mn = (
|
|
3296
3321
|
/** @class */
|
|
3297
3322
|
function() {
|
|
3298
3323
|
function e(t, r, n, i) {
|
|
@@ -3324,13 +3349,13 @@ var Nn = (
|
|
|
3324
3349
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3325
3350
|
var s = i || {};
|
|
3326
3351
|
s.formatters;
|
|
3327
|
-
var a =
|
|
3352
|
+
var a = kr(s, ["formatters"]);
|
|
3328
3353
|
this.ast = e.__parse(t, v(v({}, a), { locale: this.resolvedLocale }));
|
|
3329
3354
|
} else
|
|
3330
3355
|
this.ast = t;
|
|
3331
3356
|
if (!Array.isArray(this.ast))
|
|
3332
3357
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3333
|
-
this.formats =
|
|
3358
|
+
this.formats = In(e.formats, n), this.formatters = i && i.formatters || Nn(this.formatterCache);
|
|
3334
3359
|
}
|
|
3335
3360
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3336
3361
|
get: function() {
|
|
@@ -3343,7 +3368,7 @@ var Nn = (
|
|
|
3343
3368
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3344
3369
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3345
3370
|
}
|
|
3346
|
-
}, e.__parse =
|
|
3371
|
+
}, e.__parse = Hn, e.formats = {
|
|
3347
3372
|
number: {
|
|
3348
3373
|
integer: {
|
|
3349
3374
|
maximumFractionDigits: 0
|
|
@@ -3425,60 +3450,60 @@ function On(e, t) {
|
|
|
3425
3450
|
n = void 0;
|
|
3426
3451
|
return n;
|
|
3427
3452
|
}
|
|
3428
|
-
const k = {},
|
|
3453
|
+
const k = {}, Ln = (e, t, r) => r && (t in k || (k[t] = {}), e in k[t] || (k[t][e] = r), r), Xt = (e, t) => {
|
|
3429
3454
|
if (t == null)
|
|
3430
3455
|
return;
|
|
3431
3456
|
if (t in k && e in k[t])
|
|
3432
3457
|
return k[t][e];
|
|
3433
3458
|
const r = Be(t);
|
|
3434
3459
|
for (let n = 0; n < r.length; n++) {
|
|
3435
|
-
const i = r[n], o =
|
|
3460
|
+
const i = r[n], o = $n(i, e);
|
|
3436
3461
|
if (o)
|
|
3437
|
-
return
|
|
3462
|
+
return Ln(e, t, o);
|
|
3438
3463
|
}
|
|
3439
3464
|
};
|
|
3440
|
-
let
|
|
3465
|
+
let Ye;
|
|
3441
3466
|
const se = Te({});
|
|
3442
|
-
function
|
|
3443
|
-
return
|
|
3467
|
+
function Rn(e) {
|
|
3468
|
+
return Ye[e] || null;
|
|
3444
3469
|
}
|
|
3445
|
-
function
|
|
3446
|
-
return e in
|
|
3470
|
+
function zt(e) {
|
|
3471
|
+
return e in Ye;
|
|
3447
3472
|
}
|
|
3448
|
-
function
|
|
3449
|
-
if (!
|
|
3473
|
+
function $n(e, t) {
|
|
3474
|
+
if (!zt(e))
|
|
3450
3475
|
return null;
|
|
3451
|
-
const r =
|
|
3476
|
+
const r = Rn(e);
|
|
3452
3477
|
return On(r, t);
|
|
3453
3478
|
}
|
|
3454
|
-
function
|
|
3479
|
+
function Un(e) {
|
|
3455
3480
|
if (e == null)
|
|
3456
3481
|
return;
|
|
3457
3482
|
const t = Be(e);
|
|
3458
3483
|
for (let r = 0; r < t.length; r++) {
|
|
3459
3484
|
const n = t[r];
|
|
3460
|
-
if (
|
|
3485
|
+
if (zt(n))
|
|
3461
3486
|
return n;
|
|
3462
3487
|
}
|
|
3463
3488
|
}
|
|
3464
|
-
function
|
|
3465
|
-
delete k[e], se.update((r) => (r[e] =
|
|
3489
|
+
function Wt(e, ...t) {
|
|
3490
|
+
delete k[e], se.update((r) => (r[e] = Gr.all([r[e] || {}, ...t]), r));
|
|
3466
3491
|
}
|
|
3467
3492
|
oe(
|
|
3468
3493
|
[se],
|
|
3469
3494
|
([e]) => Object.keys(e)
|
|
3470
3495
|
);
|
|
3471
|
-
se.subscribe((e) =>
|
|
3496
|
+
se.subscribe((e) => Ye = e);
|
|
3472
3497
|
const xe = {};
|
|
3473
|
-
function
|
|
3498
|
+
function Dn(e, t) {
|
|
3474
3499
|
xe[e].delete(t), xe[e].size === 0 && delete xe[e];
|
|
3475
3500
|
}
|
|
3476
|
-
function
|
|
3501
|
+
function Zt(e) {
|
|
3477
3502
|
return xe[e];
|
|
3478
3503
|
}
|
|
3479
|
-
function
|
|
3504
|
+
function Fn(e) {
|
|
3480
3505
|
return Be(e).map((t) => {
|
|
3481
|
-
const r =
|
|
3506
|
+
const r = Zt(t);
|
|
3482
3507
|
return [t, r ? [...r] : []];
|
|
3483
3508
|
}).filter(([, t]) => t.length > 0);
|
|
3484
3509
|
}
|
|
@@ -3486,31 +3511,31 @@ function We(e) {
|
|
|
3486
3511
|
return e == null ? !1 : Be(e).some(
|
|
3487
3512
|
(t) => {
|
|
3488
3513
|
var r;
|
|
3489
|
-
return (r =
|
|
3514
|
+
return (r = Zt(t)) == null ? void 0 : r.size;
|
|
3490
3515
|
}
|
|
3491
3516
|
);
|
|
3492
3517
|
}
|
|
3493
|
-
function
|
|
3518
|
+
function Gn(e, t) {
|
|
3494
3519
|
return Promise.all(
|
|
3495
|
-
t.map((n) => (
|
|
3496
|
-
).then((n) =>
|
|
3520
|
+
t.map((n) => (Dn(e, n), n().then((i) => i.default || i)))
|
|
3521
|
+
).then((n) => Wt(e, ...n));
|
|
3497
3522
|
}
|
|
3498
3523
|
const ce = {};
|
|
3499
|
-
function
|
|
3524
|
+
function Jt(e) {
|
|
3500
3525
|
if (!We(e))
|
|
3501
3526
|
return e in ce ? ce[e] : Promise.resolve();
|
|
3502
|
-
const t =
|
|
3527
|
+
const t = Fn(e);
|
|
3503
3528
|
return ce[e] = Promise.all(
|
|
3504
3529
|
t.map(
|
|
3505
|
-
([r, n]) =>
|
|
3530
|
+
([r, n]) => Gn(r, n)
|
|
3506
3531
|
)
|
|
3507
3532
|
).then(() => {
|
|
3508
3533
|
if (We(e))
|
|
3509
|
-
return
|
|
3534
|
+
return Jt(e);
|
|
3510
3535
|
delete ce[e];
|
|
3511
3536
|
}), ce[e];
|
|
3512
3537
|
}
|
|
3513
|
-
const
|
|
3538
|
+
const kn = {
|
|
3514
3539
|
number: {
|
|
3515
3540
|
scientific: { notation: "scientific" },
|
|
3516
3541
|
engineering: { notation: "engineering" },
|
|
@@ -3539,34 +3564,34 @@ const Gn = {
|
|
|
3539
3564
|
timeZoneName: "short"
|
|
3540
3565
|
}
|
|
3541
3566
|
}
|
|
3542
|
-
},
|
|
3567
|
+
}, jn = {
|
|
3543
3568
|
fallbackLocale: null,
|
|
3544
3569
|
loadingDelay: 200,
|
|
3545
|
-
formats:
|
|
3570
|
+
formats: kn,
|
|
3546
3571
|
warnOnMissingMessages: !0,
|
|
3547
3572
|
handleMissingMessage: void 0,
|
|
3548
3573
|
ignoreTag: !0
|
|
3549
|
-
},
|
|
3574
|
+
}, Vn = jn;
|
|
3550
3575
|
function ne() {
|
|
3551
|
-
return
|
|
3576
|
+
return Vn;
|
|
3552
3577
|
}
|
|
3553
3578
|
const Re = Te(!1);
|
|
3554
|
-
var
|
|
3579
|
+
var Xn = Object.defineProperty, zn = Object.defineProperties, Wn = Object.getOwnPropertyDescriptors, pt = Object.getOwnPropertySymbols, Zn = Object.prototype.hasOwnProperty, Jn = Object.prototype.propertyIsEnumerable, bt = (e, t, r) => t in e ? Xn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qn = (e, t) => {
|
|
3555
3580
|
for (var r in t || (t = {}))
|
|
3556
|
-
|
|
3557
|
-
if (
|
|
3558
|
-
for (var r of
|
|
3559
|
-
|
|
3581
|
+
Zn.call(t, r) && bt(e, r, t[r]);
|
|
3582
|
+
if (pt)
|
|
3583
|
+
for (var r of pt(t))
|
|
3584
|
+
Jn.call(t, r) && bt(e, r, t[r]);
|
|
3560
3585
|
return e;
|
|
3561
|
-
},
|
|
3586
|
+
}, qn = (e, t) => zn(e, Wn(t));
|
|
3562
3587
|
let Ze;
|
|
3563
3588
|
const _e = Te(null);
|
|
3564
|
-
function
|
|
3589
|
+
function gt(e) {
|
|
3565
3590
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3566
3591
|
}
|
|
3567
3592
|
function Be(e, t = ne().fallbackLocale) {
|
|
3568
|
-
const r =
|
|
3569
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
3593
|
+
const r = gt(e);
|
|
3594
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...gt(t)])] : r;
|
|
3570
3595
|
}
|
|
3571
3596
|
function J() {
|
|
3572
3597
|
return Ze != null ? Ze : void 0;
|
|
@@ -3574,22 +3599,22 @@ function J() {
|
|
|
3574
3599
|
_e.subscribe((e) => {
|
|
3575
3600
|
Ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3576
3601
|
});
|
|
3577
|
-
const
|
|
3578
|
-
if (e &&
|
|
3602
|
+
const Yn = (e) => {
|
|
3603
|
+
if (e && Un(e) && We(e)) {
|
|
3579
3604
|
const { loadingDelay: t } = ne();
|
|
3580
3605
|
let r;
|
|
3581
3606
|
return typeof window != "undefined" && J() != null && t ? r = window.setTimeout(
|
|
3582
3607
|
() => Re.set(!0),
|
|
3583
3608
|
t
|
|
3584
|
-
) : Re.set(!0),
|
|
3609
|
+
) : Re.set(!0), Jt(e).then(() => {
|
|
3585
3610
|
_e.set(e);
|
|
3586
3611
|
}).finally(() => {
|
|
3587
3612
|
clearTimeout(r), Re.set(!1);
|
|
3588
3613
|
});
|
|
3589
3614
|
}
|
|
3590
3615
|
return _e.set(e);
|
|
3591
|
-
}, W = Qn(
|
|
3592
|
-
set:
|
|
3616
|
+
}, W = qn(Qn({}, _e), {
|
|
3617
|
+
set: Yn
|
|
3593
3618
|
}), we = (e) => {
|
|
3594
3619
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3595
3620
|
return (n) => {
|
|
@@ -3597,20 +3622,20 @@ const qn = (e) => {
|
|
|
3597
3622
|
return i in t ? t[i] : t[i] = e(n);
|
|
3598
3623
|
};
|
|
3599
3624
|
};
|
|
3600
|
-
var
|
|
3625
|
+
var Kn = Object.defineProperty, Se = Object.getOwnPropertySymbols, Qt = Object.prototype.hasOwnProperty, qt = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? Kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
|
|
3601
3626
|
for (var r in t || (t = {}))
|
|
3602
|
-
|
|
3627
|
+
Qt.call(t, r) && vt(e, r, t[r]);
|
|
3603
3628
|
if (Se)
|
|
3604
3629
|
for (var r of Se(t))
|
|
3605
|
-
|
|
3630
|
+
qt.call(t, r) && vt(e, r, t[r]);
|
|
3606
3631
|
return e;
|
|
3607
3632
|
}, ae = (e, t) => {
|
|
3608
3633
|
var r = {};
|
|
3609
3634
|
for (var n in e)
|
|
3610
|
-
|
|
3635
|
+
Qt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3611
3636
|
if (e != null && Se)
|
|
3612
3637
|
for (var n of Se(e))
|
|
3613
|
-
t.indexOf(n) < 0 &&
|
|
3638
|
+
t.indexOf(n) < 0 && qt.call(e, n) && (r[n] = e[n]);
|
|
3614
3639
|
return r;
|
|
3615
3640
|
};
|
|
3616
3641
|
const pe = (e, t) => {
|
|
@@ -3618,21 +3643,21 @@ const pe = (e, t) => {
|
|
|
3618
3643
|
if (e in r && t in r[e])
|
|
3619
3644
|
return r[e][t];
|
|
3620
3645
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3621
|
-
},
|
|
3646
|
+
}, ei = we(
|
|
3622
3647
|
(e) => {
|
|
3623
3648
|
var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
|
|
3624
3649
|
if (r == null)
|
|
3625
3650
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3626
3651
|
return n && (i = pe("number", n)), new Intl.NumberFormat(r, i);
|
|
3627
3652
|
}
|
|
3628
|
-
),
|
|
3653
|
+
), ti = we(
|
|
3629
3654
|
(e) => {
|
|
3630
3655
|
var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
|
|
3631
3656
|
if (r == null)
|
|
3632
3657
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3633
3658
|
return n ? i = pe("date", n) : Object.keys(i).length === 0 && (i = pe("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3634
3659
|
}
|
|
3635
|
-
),
|
|
3660
|
+
), ri = we(
|
|
3636
3661
|
(e) => {
|
|
3637
3662
|
var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
|
|
3638
3663
|
if (r == null)
|
|
@@ -3641,33 +3666,33 @@ const pe = (e, t) => {
|
|
|
3641
3666
|
);
|
|
3642
3667
|
return n ? i = pe("time", n) : Object.keys(i).length === 0 && (i = pe("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3643
3668
|
}
|
|
3644
|
-
),
|
|
3669
|
+
), ni = (e = {}) => {
|
|
3645
3670
|
var t = e, {
|
|
3646
3671
|
locale: r = J()
|
|
3647
3672
|
} = t, n = ae(t, [
|
|
3648
3673
|
"locale"
|
|
3649
3674
|
]);
|
|
3650
|
-
return
|
|
3651
|
-
},
|
|
3675
|
+
return ei(Ke({ locale: r }, n));
|
|
3676
|
+
}, ii = (e = {}) => {
|
|
3652
3677
|
var t = e, {
|
|
3653
3678
|
locale: r = J()
|
|
3654
3679
|
} = t, n = ae(t, [
|
|
3655
3680
|
"locale"
|
|
3656
3681
|
]);
|
|
3657
|
-
return
|
|
3658
|
-
},
|
|
3682
|
+
return ti(Ke({ locale: r }, n));
|
|
3683
|
+
}, oi = (e = {}) => {
|
|
3659
3684
|
var t = e, {
|
|
3660
3685
|
locale: r = J()
|
|
3661
3686
|
} = t, n = ae(t, [
|
|
3662
3687
|
"locale"
|
|
3663
3688
|
]);
|
|
3664
|
-
return
|
|
3665
|
-
},
|
|
3689
|
+
return ri(Ke({ locale: r }, n));
|
|
3690
|
+
}, si = we(
|
|
3666
3691
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3667
|
-
(e, t = J()) => new
|
|
3692
|
+
(e, t = J()) => new Mn(e, t, ne().formats, {
|
|
3668
3693
|
ignoreTag: ne().ignoreTag
|
|
3669
3694
|
})
|
|
3670
|
-
),
|
|
3695
|
+
), ai = (e, t = {}) => {
|
|
3671
3696
|
var r, n, i, o;
|
|
3672
3697
|
let s = t;
|
|
3673
3698
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -3680,7 +3705,7 @@ const pe = (e, t) => {
|
|
|
3680
3705
|
throw new Error(
|
|
3681
3706
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3682
3707
|
);
|
|
3683
|
-
let h =
|
|
3708
|
+
let h = Xt(e, l);
|
|
3684
3709
|
if (!h)
|
|
3685
3710
|
h = (o = (i = (n = (r = ne()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
3686
3711
|
else if (typeof h != "string")
|
|
@@ -3691,7 +3716,7 @@ const pe = (e, t) => {
|
|
|
3691
3716
|
return h;
|
|
3692
3717
|
let c = h;
|
|
3693
3718
|
try {
|
|
3694
|
-
c =
|
|
3719
|
+
c = si(h, l).format(a);
|
|
3695
3720
|
} catch (d) {
|
|
3696
3721
|
d instanceof Error && console.warn(
|
|
3697
3722
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3699,20 +3724,20 @@ const pe = (e, t) => {
|
|
|
3699
3724
|
);
|
|
3700
3725
|
}
|
|
3701
3726
|
return c;
|
|
3702
|
-
},
|
|
3703
|
-
oe([W], () => ai);
|
|
3727
|
+
}, ui = (e, t) => oi(t).format(e), li = (e, t) => ii(t).format(e), hi = (e, t) => ni(t).format(e), ci = (e, t = J()) => Xt(e, t), fi = oe([W, se], () => ai);
|
|
3704
3728
|
oe([W], () => ui);
|
|
3705
3729
|
oe([W], () => li);
|
|
3706
|
-
oe([W
|
|
3707
|
-
|
|
3730
|
+
oe([W], () => hi);
|
|
3731
|
+
oe([W, se], () => ci);
|
|
3732
|
+
function di({ withLocale: e, translations: t }) {
|
|
3708
3733
|
W.subscribe((r) => {
|
|
3709
3734
|
r == null && (se.set(t), W.set(e));
|
|
3710
3735
|
});
|
|
3711
3736
|
}
|
|
3712
|
-
function
|
|
3713
|
-
|
|
3737
|
+
function yt(e, t) {
|
|
3738
|
+
Wt(e, t);
|
|
3714
3739
|
}
|
|
3715
|
-
const
|
|
3740
|
+
const Et = {
|
|
3716
3741
|
en: {
|
|
3717
3742
|
title: "Please enter the verification code you received on your number",
|
|
3718
3743
|
errorTitle: "Your code was invalid, you can resend the code and try again",
|
|
@@ -3819,13 +3844,13 @@ const vt = {
|
|
|
3819
3844
|
loginSMSHint: "A new verification code has been sent to your phone number"
|
|
3820
3845
|
}
|
|
3821
3846
|
};
|
|
3822
|
-
function
|
|
3847
|
+
function mi(e, t) {
|
|
3823
3848
|
if (e) {
|
|
3824
3849
|
const r = document.createElement("style");
|
|
3825
3850
|
r.innerHTML = t, e.appendChild(r);
|
|
3826
3851
|
}
|
|
3827
3852
|
}
|
|
3828
|
-
function
|
|
3853
|
+
function pi(e, t) {
|
|
3829
3854
|
const r = new URL(t);
|
|
3830
3855
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
3831
3856
|
const i = document.createElement("style");
|
|
@@ -3834,7 +3859,7 @@ function mi(e, t) {
|
|
|
3834
3859
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
3835
3860
|
});
|
|
3836
3861
|
}
|
|
3837
|
-
function
|
|
3862
|
+
function bi(e, t, r) {
|
|
3838
3863
|
if (window.emMessageBus) {
|
|
3839
3864
|
const n = document.createElement("style");
|
|
3840
3865
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -3842,17 +3867,17 @@ function pi(e, t, r) {
|
|
|
3842
3867
|
});
|
|
3843
3868
|
}
|
|
3844
3869
|
}
|
|
3845
|
-
function bi(e) {
|
|
3846
|
-
nr(e, "svelte-uutjwi", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Title{font-size:14px;margin:0;padding-bottom:20px}.Field{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:30px;position:relative}.Field label{font-size:14px;font-weight:300;padding-bottom:5px}.Field input,.Field select{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.Field.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.Field.Hidden{display:none}.LoginSMSHint{margin-top:20px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.Button{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.Button[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);cursor:not-allowed}.Button.SmsVerificationResend{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A))}");
|
|
3847
|
-
}
|
|
3848
3870
|
function gi(e) {
|
|
3871
|
+
or(e, "svelte-uutjwi", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Title{font-size:14px;margin:0;padding-bottom:20px}.Field{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:30px;position:relative}.Field label{font-size:14px;font-weight:300;padding-bottom:5px}.Field input,.Field select{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.Field.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.Field.Hidden{display:none}.LoginSMSHint{margin-top:20px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.Button{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.Button[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);cursor:not-allowed}.Button.SmsVerificationResend{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A))}");
|
|
3872
|
+
}
|
|
3873
|
+
function vi(e) {
|
|
3849
3874
|
let t = (
|
|
3850
3875
|
/*$_*/
|
|
3851
3876
|
e[5]("errorTitle") + ""
|
|
3852
3877
|
), r;
|
|
3853
3878
|
return {
|
|
3854
3879
|
c() {
|
|
3855
|
-
r =
|
|
3880
|
+
r = O(t);
|
|
3856
3881
|
},
|
|
3857
3882
|
m(n, i) {
|
|
3858
3883
|
Z(n, r, i);
|
|
@@ -3867,14 +3892,14 @@ function gi(e) {
|
|
|
3867
3892
|
}
|
|
3868
3893
|
};
|
|
3869
3894
|
}
|
|
3870
|
-
function
|
|
3895
|
+
function yi(e) {
|
|
3871
3896
|
let t = (
|
|
3872
3897
|
/*$_*/
|
|
3873
3898
|
e[5]("title") + ""
|
|
3874
3899
|
), r;
|
|
3875
3900
|
return {
|
|
3876
3901
|
c() {
|
|
3877
|
-
r =
|
|
3902
|
+
r = O(t);
|
|
3878
3903
|
},
|
|
3879
3904
|
m(n, i) {
|
|
3880
3905
|
Z(n, r, i);
|
|
@@ -3889,14 +3914,14 @@ function vi(e) {
|
|
|
3889
3914
|
}
|
|
3890
3915
|
};
|
|
3891
3916
|
}
|
|
3892
|
-
function
|
|
3917
|
+
function xt(e) {
|
|
3893
3918
|
let t, r = (
|
|
3894
3919
|
/*$_*/
|
|
3895
3920
|
e[5]("smsCodeError") + ""
|
|
3896
3921
|
), n;
|
|
3897
3922
|
return {
|
|
3898
3923
|
c() {
|
|
3899
|
-
t =
|
|
3924
|
+
t = M("p"), n = O(r), A(t, "class", "InvalidInput");
|
|
3900
3925
|
},
|
|
3901
3926
|
m(i, o) {
|
|
3902
3927
|
Z(i, t, o), E(t, n);
|
|
@@ -3911,14 +3936,14 @@ function yt(e) {
|
|
|
3911
3936
|
}
|
|
3912
3937
|
};
|
|
3913
3938
|
}
|
|
3914
|
-
function
|
|
3939
|
+
function _t(e) {
|
|
3915
3940
|
let t, r = (
|
|
3916
3941
|
/*$_*/
|
|
3917
3942
|
e[5]("resendMessage") + ""
|
|
3918
3943
|
), n;
|
|
3919
3944
|
return {
|
|
3920
3945
|
c() {
|
|
3921
|
-
t =
|
|
3946
|
+
t = M("p"), n = O(r), A(t, "class", "SmsVerificationResendMessage");
|
|
3922
3947
|
},
|
|
3923
3948
|
m(i, o) {
|
|
3924
3949
|
Z(i, t, o), E(t, n);
|
|
@@ -3933,17 +3958,17 @@ function Et(e) {
|
|
|
3933
3958
|
}
|
|
3934
3959
|
};
|
|
3935
3960
|
}
|
|
3936
|
-
function
|
|
3961
|
+
function St(e) {
|
|
3937
3962
|
let t, r, n = (
|
|
3938
3963
|
/*secondsLeft*/
|
|
3939
3964
|
e[4] < 10 ? "0" : ""
|
|
3940
3965
|
), i, o, s;
|
|
3941
3966
|
return {
|
|
3942
3967
|
c() {
|
|
3943
|
-
t =
|
|
3968
|
+
t = M("span"), r = O("(0:"), i = O(n), o = O(
|
|
3944
3969
|
/*secondsLeft*/
|
|
3945
3970
|
e[4]
|
|
3946
|
-
), s =
|
|
3971
|
+
), s = O(")"), A(t, "class", "SmsVerificationResendTimer");
|
|
3947
3972
|
},
|
|
3948
3973
|
m(a, l) {
|
|
3949
3974
|
Z(a, t, l), E(t, r), E(t, i), E(t, o), E(t, s);
|
|
@@ -3963,7 +3988,7 @@ function xt(e) {
|
|
|
3963
3988
|
}
|
|
3964
3989
|
};
|
|
3965
3990
|
}
|
|
3966
|
-
function
|
|
3991
|
+
function Ei(e) {
|
|
3967
3992
|
let t, r, n, i, o, s = (
|
|
3968
3993
|
/*$_*/
|
|
3969
3994
|
e[5]("code") + ""
|
|
@@ -3977,25 +4002,25 @@ function yi(e) {
|
|
|
3977
4002
|
function he(p, C) {
|
|
3978
4003
|
return (
|
|
3979
4004
|
/*isSmsValid*/
|
|
3980
|
-
p[2] ?
|
|
4005
|
+
p[2] ? yi : vi
|
|
3981
4006
|
);
|
|
3982
4007
|
}
|
|
3983
4008
|
let X = he(e), R = X(e), w = !/*isSmsValid*/
|
|
3984
|
-
e[2] &&
|
|
4009
|
+
e[2] && xt(e), P = (
|
|
3985
4010
|
/*timer*/
|
|
3986
|
-
e[3] &&
|
|
4011
|
+
e[3] && _t(e)
|
|
3987
4012
|
), f = (
|
|
3988
4013
|
/*timer*/
|
|
3989
|
-
e[3] &&
|
|
4014
|
+
e[3] && St(e)
|
|
3990
4015
|
);
|
|
3991
4016
|
return {
|
|
3992
4017
|
c() {
|
|
3993
|
-
t =
|
|
4018
|
+
t = M("div"), r = M("h3"), R.c(), n = z(), i = M("div"), o = M("label"), a = O(s), l = O(":"), u = M("span"), u.textContent = "*", h = z(), c = M("input"), d = z(), w && w.c(), y = z(), P && P.c(), _ = z(), T = M("button"), L = O(H), B = z(), S = M("button"), F = O(N), V = z(), f && f.c(), A(r, "class", "Title"), A(u, "class", "FormRequired"), A(o, "for", "SmsCode"), A(c, "type", "text"), A(c, "id", "SmsCode"), A(c, "inputmode", "numeric"), A(c, "pattern", "[0-9]*"), A(c, "maxlength", "6"), A(i, "class", g = "Field SmsVerificationField " + (/*isSmsValid*/
|
|
3994
4019
|
e[2] ? "" : "InvalidField")), A(T, "class", "Button SmsVerificationValidate"), A(S, "class", "Button SmsVerificationResend"), S.disabled = /*timer*/
|
|
3995
4020
|
e[3], A(t, "class", "Container SmsVerificationContainer");
|
|
3996
4021
|
},
|
|
3997
4022
|
m(p, C) {
|
|
3998
|
-
Z(p, t, C), E(t, r), R.m(r, null), E(t, n), E(t, i), E(i, o), E(o, a), E(o, l), E(o, u), E(i, h), E(i, c),
|
|
4023
|
+
Z(p, t, C), E(t, r), R.m(r, null), E(t, n), E(t, i), E(i, o), E(o, a), E(o, l), E(o, u), E(i, h), E(i, c), it(
|
|
3999
4024
|
c,
|
|
4000
4025
|
/*smsCode*/
|
|
4001
4026
|
e[1]
|
|
@@ -4031,20 +4056,20 @@ function yi(e) {
|
|
|
4031
4056
|
32 && s !== (s = /*$_*/
|
|
4032
4057
|
p[5]("code") + "") && G(a, s), C & /*smsCode*/
|
|
4033
4058
|
2 && c.value !== /*smsCode*/
|
|
4034
|
-
p[1] &&
|
|
4059
|
+
p[1] && it(
|
|
4035
4060
|
c,
|
|
4036
4061
|
/*smsCode*/
|
|
4037
4062
|
p[1]
|
|
4038
4063
|
), /*isSmsValid*/
|
|
4039
|
-
p[2] ? w && (w.d(1), w = null) : w ? w.p(p, C) : (w =
|
|
4064
|
+
p[2] ? w && (w.d(1), w = null) : w ? w.p(p, C) : (w = xt(p), w.c(), w.m(i, null)), C & /*isSmsValid*/
|
|
4040
4065
|
4 && g !== (g = "Field SmsVerificationField " + (/*isSmsValid*/
|
|
4041
4066
|
p[2] ? "" : "InvalidField")) && A(i, "class", g), /*timer*/
|
|
4042
|
-
p[3] ? P ? P.p(p, C) : (P =
|
|
4067
|
+
p[3] ? P ? P.p(p, C) : (P = _t(p), P.c(), P.m(t, _)) : P && (P.d(1), P = null), C & /*$_*/
|
|
4043
4068
|
32 && H !== (H = /*$_*/
|
|
4044
4069
|
p[5]("activate") + "") && G(L, H), C & /*$_*/
|
|
4045
4070
|
32 && N !== (N = /*$_*/
|
|
4046
4071
|
p[5]("resend") + "") && G(F, N), /*timer*/
|
|
4047
|
-
p[3] ? f ? f.p(p, C) : (f =
|
|
4072
|
+
p[3] ? f ? f.p(p, C) : (f = St(p), f.c(), f.m(S, null)) : f && (f.d(1), f = null), C & /*timer*/
|
|
4048
4073
|
8 && (S.disabled = /*timer*/
|
|
4049
4074
|
p[3]);
|
|
4050
4075
|
},
|
|
@@ -4055,23 +4080,23 @@ function yi(e) {
|
|
|
4055
4080
|
}
|
|
4056
4081
|
};
|
|
4057
4082
|
}
|
|
4058
|
-
function
|
|
4083
|
+
function xi(e, t, r) {
|
|
4059
4084
|
let n;
|
|
4060
|
-
|
|
4085
|
+
ir(e, fi, (f) => r(5, n = f));
|
|
4061
4086
|
let { endpoint: i = "" } = t, { tokenid: o = "" } = t, { playerid: s = "" } = t, { smstemplate: a = "Please use this code {0} to activate your accout" } = t, { number: l = "" } = t, { mbsource: u } = t, { clientstyling: h = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: d = "" } = t, g, y = !0, _ = !1, T, H, L = +localStorage.getItem("smsTimer") || 0, B = Date.now() / 1e3 - L, S = 60 - Math.floor(B);
|
|
4062
4087
|
const N = { numeric: /^[0-9]{0,6}$/ };
|
|
4063
|
-
|
|
4088
|
+
di({ withLocale: "en", translations: {} });
|
|
4064
4089
|
const F = () => {
|
|
4065
4090
|
fetch(d).then((p) => p.json()).then((p) => {
|
|
4066
4091
|
Object.keys(p).forEach((C) => {
|
|
4067
|
-
|
|
4092
|
+
yt(C, p[C]);
|
|
4068
4093
|
});
|
|
4069
4094
|
}).catch((p) => {
|
|
4070
4095
|
console.log(p);
|
|
4071
4096
|
});
|
|
4072
4097
|
};
|
|
4073
|
-
Object.keys(
|
|
4074
|
-
|
|
4098
|
+
Object.keys(Et).forEach((f) => {
|
|
4099
|
+
yt(f, Et[f]);
|
|
4075
4100
|
});
|
|
4076
4101
|
const V = () => be(this, null, function* () {
|
|
4077
4102
|
try {
|
|
@@ -4130,7 +4155,7 @@ function Ei(e, t, r) {
|
|
|
4130
4155
|
}, X = (f) => {
|
|
4131
4156
|
!N.numeric.test(f.key) && f.keyCode !== 8 && f.keyCode !== 9 && f.keyCode !== 46 && f.preventDefault();
|
|
4132
4157
|
};
|
|
4133
|
-
|
|
4158
|
+
cr(() => {
|
|
4134
4159
|
if (!s || !l) {
|
|
4135
4160
|
let f = JSON.parse(localStorage.getItem("playerData"));
|
|
4136
4161
|
r(10, s = f.playerid), r(11, l = f.number);
|
|
@@ -4152,9 +4177,9 @@ function Ei(e, t, r) {
|
|
|
4152
4177
|
}, e.$$.update = () => {
|
|
4153
4178
|
e.$$.dirty & /*tokenid, playerid, endpoint*/
|
|
4154
4179
|
5632, e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4155
|
-
32769 && h && H &&
|
|
4156
|
-
65537 && c && H &&
|
|
4157
|
-
16385 && u && H &&
|
|
4180
|
+
32769 && h && H && mi(H, h), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4181
|
+
65537 && c && H && pi(H, c), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4182
|
+
16385 && u && H && bi(H, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4158
4183
|
131072 && d && F();
|
|
4159
4184
|
}, [
|
|
4160
4185
|
H,
|
|
@@ -4180,14 +4205,14 @@ function Ei(e, t, r) {
|
|
|
4180
4205
|
P
|
|
4181
4206
|
];
|
|
4182
4207
|
}
|
|
4183
|
-
class
|
|
4208
|
+
class _i extends Sr {
|
|
4184
4209
|
constructor(t) {
|
|
4185
|
-
super(),
|
|
4210
|
+
super(), xr(
|
|
4186
4211
|
this,
|
|
4187
4212
|
t,
|
|
4213
|
+
xi,
|
|
4188
4214
|
Ei,
|
|
4189
|
-
|
|
4190
|
-
St,
|
|
4215
|
+
Ht,
|
|
4191
4216
|
{
|
|
4192
4217
|
endpoint: 12,
|
|
4193
4218
|
tokenid: 9,
|
|
@@ -4199,7 +4224,7 @@ class xi extends xr {
|
|
|
4199
4224
|
clientstylingurl: 16,
|
|
4200
4225
|
translationurl: 17
|
|
4201
4226
|
},
|
|
4202
|
-
|
|
4227
|
+
gi
|
|
4203
4228
|
);
|
|
4204
4229
|
}
|
|
4205
4230
|
get endpoint() {
|
|
@@ -4257,7 +4282,7 @@ class xi extends xr {
|
|
|
4257
4282
|
this.$$set({ translationurl: t }), U();
|
|
4258
4283
|
}
|
|
4259
4284
|
}
|
|
4260
|
-
|
|
4285
|
+
_r(_i, { endpoint: {}, tokenid: {}, playerid: {}, smstemplate: {}, number: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
|
|
4261
4286
|
export {
|
|
4262
|
-
|
|
4287
|
+
_i as default
|
|
4263
4288
|
};
|