@everymatrix/general-player-login-form-nd 1.74.8 → 1.74.10
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/{GeneralPlayerLoginFormNd-BziROfkp.js → GeneralPlayerLoginFormNd-0zK-AsMe.js} +598 -612
- package/components/GeneralPlayerLoginFormNd-BVbXxEl6.cjs +18 -0
- package/components/{GeneralPlayerLoginFormNd-DDew4qUQ.js → GeneralPlayerLoginFormNd-BrD1TESB.js} +579 -593
- package/components/{GeneralPlayerSmsVerificationForm-CWvL0nV4.js → GeneralPlayerSmsVerificationForm-9nSotkvC.js} +5 -5
- package/components/{GeneralPlayerSmsVerificationForm-De0U_8Hy.js → GeneralPlayerSmsVerificationForm-CvbvUmlt.js} +5 -5
- package/components/{GeneralPlayerSmsVerificationForm-DCu_6fCZ.cjs → GeneralPlayerSmsVerificationForm-uyVJACCg.cjs} +1 -1
- package/es2015/general-player-login-form-nd.cjs +1 -1
- package/es2015/general-player-login-form-nd.js +1 -1
- package/esnext/general-player-login-form-nd.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerLoginFormNd-lkaY-rAF.cjs +0 -18
package/components/{GeneralPlayerLoginFormNd-BziROfkp.js → GeneralPlayerLoginFormNd-0zK-AsMe.js}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var hn = Object.defineProperty, fn = Object.defineProperties;
|
|
2
|
+
var dn = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Zt = Object.getOwnPropertySymbols;
|
|
4
|
+
var mn = Object.prototype.hasOwnProperty, pn = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var yt = (e, t, r) => t in e ? hn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, qt = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
mn.call(t, r) && yt(e, r, t[r]);
|
|
8
|
+
if (Zt)
|
|
9
|
+
for (var r of Zt(t))
|
|
10
|
+
pn.call(t, r) && yt(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var K = (e, t, r) => (
|
|
12
|
+
}, Jt = (e, t) => fn(e, dn(t));
|
|
13
|
+
var K = (e, t, r) => (yt(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var et = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (u) => {
|
|
16
16
|
try {
|
|
@@ -29,29 +29,29 @@ var et = (e, t, r) => new Promise((n, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
function Z() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function Hr(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function Qt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
38
|
function Ne(e) {
|
|
39
|
-
e.forEach(
|
|
39
|
+
e.forEach(Hr);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Gt(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function Br(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
47
|
let tt;
|
|
48
|
-
function
|
|
48
|
+
function Yt(e, t) {
|
|
49
49
|
return e === t ? !0 : (tt || (tt = document.createElement("a")), tt.href = t, e === tt.href);
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function gn(e) {
|
|
52
52
|
return Object.keys(e).length === 0;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Ar(e, ...t) {
|
|
55
55
|
if (e == null) {
|
|
56
56
|
for (const n of t)
|
|
57
57
|
n(void 0);
|
|
@@ -60,20 +60,20 @@ function Cr(e, ...t) {
|
|
|
60
60
|
const r = e.subscribe(...t);
|
|
61
61
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
64
|
-
e.$$.on_destroy.push(
|
|
63
|
+
function bn(e, t, r) {
|
|
64
|
+
e.$$.on_destroy.push(Ar(t, r));
|
|
65
65
|
}
|
|
66
66
|
function m(e, t) {
|
|
67
67
|
e.appendChild(t);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
70
|
-
const n =
|
|
69
|
+
function yn(e, t, r) {
|
|
70
|
+
const n = vn(e);
|
|
71
71
|
if (!n.getElementById(t)) {
|
|
72
72
|
const i = x("style");
|
|
73
|
-
i.id = t, i.textContent = r,
|
|
73
|
+
i.id = t, i.textContent = r, _n(n, i);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function vn(e) {
|
|
77
77
|
if (!e)
|
|
78
78
|
return document;
|
|
79
79
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -83,7 +83,7 @@ function En(e) {
|
|
|
83
83
|
t
|
|
84
84
|
) : e.ownerDocument;
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function _n(e, t) {
|
|
87
87
|
return m(
|
|
88
88
|
/** @type {Document} */
|
|
89
89
|
e.head || e,
|
|
@@ -108,7 +108,7 @@ function N(e) {
|
|
|
108
108
|
function j() {
|
|
109
109
|
return N(" ");
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function wn() {
|
|
112
112
|
return N("");
|
|
113
113
|
}
|
|
114
114
|
function se(e, t, r, n) {
|
|
@@ -121,7 +121,7 @@ function W(e, t, r) {
|
|
|
121
121
|
const n = t.toLowerCase();
|
|
122
122
|
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : h(e, t, r);
|
|
123
123
|
}
|
|
124
|
-
function
|
|
124
|
+
function En(e) {
|
|
125
125
|
return Array.from(e.childNodes);
|
|
126
126
|
}
|
|
127
127
|
function re(e, t) {
|
|
@@ -131,7 +131,7 @@ function re(e, t) {
|
|
|
131
131
|
function rt(e, t) {
|
|
132
132
|
e.value = t == null ? "" : t;
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function xn(e) {
|
|
135
135
|
const t = {};
|
|
136
136
|
return e.childNodes.forEach(
|
|
137
137
|
/** @param {Element} node */
|
|
@@ -144,25 +144,25 @@ let Xe;
|
|
|
144
144
|
function ze(e) {
|
|
145
145
|
Xe = e;
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function Sn() {
|
|
148
148
|
if (!Xe)
|
|
149
149
|
throw new Error("Function called outside component initialization");
|
|
150
150
|
return Xe;
|
|
151
151
|
}
|
|
152
|
-
function
|
|
153
|
-
|
|
152
|
+
function Pn(e) {
|
|
153
|
+
Sn().$$.on_mount.push(e);
|
|
154
154
|
}
|
|
155
155
|
const Be = [], ut = [];
|
|
156
156
|
let Ae = [];
|
|
157
|
-
const
|
|
158
|
-
let
|
|
159
|
-
function
|
|
160
|
-
|
|
157
|
+
const Kt = [], Tn = /* @__PURE__ */ Promise.resolve();
|
|
158
|
+
let Tt = !1;
|
|
159
|
+
function Hn() {
|
|
160
|
+
Tt || (Tt = !0, Tn.then(ee));
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function Ht(e) {
|
|
163
163
|
Ae.push(e);
|
|
164
164
|
}
|
|
165
|
-
const
|
|
165
|
+
const vt = /* @__PURE__ */ new Set();
|
|
166
166
|
let Te = 0;
|
|
167
167
|
function ee() {
|
|
168
168
|
if (Te !== 0)
|
|
@@ -172,7 +172,7 @@ function ee() {
|
|
|
172
172
|
try {
|
|
173
173
|
for (; Te < Be.length; ) {
|
|
174
174
|
const t = Be[Te];
|
|
175
|
-
Te++, ze(t),
|
|
175
|
+
Te++, ze(t), Bn(t.$$);
|
|
176
176
|
}
|
|
177
177
|
} catch (t) {
|
|
178
178
|
throw Be.length = 0, Te = 0, t;
|
|
@@ -181,44 +181,44 @@ function ee() {
|
|
|
181
181
|
ut.pop()();
|
|
182
182
|
for (let t = 0; t < Ae.length; t += 1) {
|
|
183
183
|
const r = Ae[t];
|
|
184
|
-
|
|
184
|
+
vt.has(r) || (vt.add(r), r());
|
|
185
185
|
}
|
|
186
186
|
Ae.length = 0;
|
|
187
187
|
} while (Be.length);
|
|
188
|
-
for (;
|
|
189
|
-
|
|
190
|
-
|
|
188
|
+
for (; Kt.length; )
|
|
189
|
+
Kt.pop()();
|
|
190
|
+
Tt = !1, vt.clear(), ze(e);
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function Bn(e) {
|
|
193
193
|
if (e.fragment !== null) {
|
|
194
194
|
e.update(), Ne(e.before_update);
|
|
195
195
|
const t = e.dirty;
|
|
196
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
196
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ht);
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
function
|
|
199
|
+
function An(e) {
|
|
200
200
|
const t = [], r = [];
|
|
201
201
|
Ae.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Ae = t;
|
|
202
202
|
}
|
|
203
|
-
const
|
|
204
|
-
function
|
|
205
|
-
e && e.i && (
|
|
203
|
+
const In = /* @__PURE__ */ new Set();
|
|
204
|
+
function Cn(e, t) {
|
|
205
|
+
e && e.i && (In.delete(e), e.i(t));
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function On(e, t, r) {
|
|
208
208
|
const { fragment: n, after_update: i } = e.$$;
|
|
209
|
-
n && n.m(t, r),
|
|
210
|
-
const o = e.$$.on_mount.map(
|
|
209
|
+
n && n.m(t, r), Ht(() => {
|
|
210
|
+
const o = e.$$.on_mount.map(Hr).filter(Gt);
|
|
211
211
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Ne(o), e.$$.on_mount = [];
|
|
212
|
-
}), i.forEach(
|
|
212
|
+
}), i.forEach(Ht);
|
|
213
213
|
}
|
|
214
|
-
function
|
|
214
|
+
function Ln(e, t) {
|
|
215
215
|
const r = e.$$;
|
|
216
|
-
r.fragment !== null && (
|
|
216
|
+
r.fragment !== null && (An(r.after_update), Ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
e.$$.dirty[0] === -1 && (Be.push(e),
|
|
218
|
+
function Mn(e, t) {
|
|
219
|
+
e.$$.dirty[0] === -1 && (Be.push(e), Hn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
220
220
|
}
|
|
221
|
-
function
|
|
221
|
+
function Nn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
222
222
|
const u = Xe;
|
|
223
223
|
ze(e);
|
|
224
224
|
const l = e.$$ = {
|
|
@@ -228,7 +228,7 @@ function Fn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
228
228
|
props: o,
|
|
229
229
|
update: Z,
|
|
230
230
|
not_equal: i,
|
|
231
|
-
bound:
|
|
231
|
+
bound: Qt(),
|
|
232
232
|
// lifecycle
|
|
233
233
|
on_mount: [],
|
|
234
234
|
on_destroy: [],
|
|
@@ -237,7 +237,7 @@ function Fn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
237
237
|
after_update: [],
|
|
238
238
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
239
239
|
// everything else
|
|
240
|
-
callbacks:
|
|
240
|
+
callbacks: Qt(),
|
|
241
241
|
dirty: a,
|
|
242
242
|
skip_bound: !1,
|
|
243
243
|
root: t.target || u.$$.root
|
|
@@ -245,20 +245,20 @@ function Fn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
245
245
|
s && s(l.root);
|
|
246
246
|
let c = !1;
|
|
247
247
|
if (l.ctx = r ? r(e, t.props || {}, (f, d, ...b) => {
|
|
248
|
-
const
|
|
249
|
-
return l.ctx && i(l.ctx[f], l.ctx[f] =
|
|
248
|
+
const v = b.length ? b[0] : d;
|
|
249
|
+
return l.ctx && i(l.ctx[f], l.ctx[f] = v) && (!l.skip_bound && l.bound[f] && l.bound[f](v), c && Mn(e, f)), d;
|
|
250
250
|
}) : [], l.update(), c = !0, Ne(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
|
|
251
251
|
if (t.hydrate) {
|
|
252
|
-
const f =
|
|
252
|
+
const f = En(t.target);
|
|
253
253
|
l.fragment && l.fragment.l(f), f.forEach(I);
|
|
254
254
|
} else
|
|
255
255
|
l.fragment && l.fragment.c();
|
|
256
|
-
t.intro &&
|
|
256
|
+
t.intro && Cn(e.$$.fragment), On(e, t.target, t.anchor), ee();
|
|
257
257
|
}
|
|
258
258
|
ze(u);
|
|
259
259
|
}
|
|
260
|
-
let
|
|
261
|
-
typeof HTMLElement == "function" && (
|
|
260
|
+
let Ir;
|
|
261
|
+
typeof HTMLElement == "function" && (Ir = class extends HTMLElement {
|
|
262
262
|
constructor(t, r, n) {
|
|
263
263
|
super();
|
|
264
264
|
/** The Svelte component constructor */
|
|
@@ -319,7 +319,7 @@ typeof HTMLElement == "function" && (Or = class extends HTMLElement {
|
|
|
319
319
|
};
|
|
320
320
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
321
321
|
return;
|
|
322
|
-
const r = {}, n =
|
|
322
|
+
const r = {}, n = xn(this);
|
|
323
323
|
for (const o of this.$$s)
|
|
324
324
|
o in n && (r[o] = [t(o)]);
|
|
325
325
|
for (const o of this.attributes) {
|
|
@@ -330,7 +330,7 @@ typeof HTMLElement == "function" && (Or = class extends HTMLElement {
|
|
|
330
330
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
331
331
|
this.$$c = new this.$$ctor({
|
|
332
332
|
target: this.shadowRoot || this,
|
|
333
|
-
props:
|
|
333
|
+
props: Jt(qt({}, this.$$d), {
|
|
334
334
|
$$slots: r,
|
|
335
335
|
$$scope: {
|
|
336
336
|
ctx: []
|
|
@@ -408,8 +408,8 @@ function ot(e, t, r, n) {
|
|
|
408
408
|
return t;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
function
|
|
412
|
-
let s = class extends
|
|
411
|
+
function Rn(e, t, r, n, i, o) {
|
|
412
|
+
let s = class extends Ir {
|
|
413
413
|
constructor() {
|
|
414
414
|
super(e, r, i), this.$$p_d = t;
|
|
415
415
|
}
|
|
@@ -439,7 +439,7 @@ function Dn(e, t, r, n, i, o) {
|
|
|
439
439
|
}), e.element = /** @type {any} */
|
|
440
440
|
s, s;
|
|
441
441
|
}
|
|
442
|
-
class
|
|
442
|
+
class Un {
|
|
443
443
|
constructor() {
|
|
444
444
|
/**
|
|
445
445
|
* ### PRIVATE API
|
|
@@ -460,7 +460,7 @@ class kn {
|
|
|
460
460
|
}
|
|
461
461
|
/** @returns {void} */
|
|
462
462
|
$destroy() {
|
|
463
|
-
|
|
463
|
+
Ln(this, 1), this.$destroy = Z;
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
466
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -469,7 +469,7 @@ class kn {
|
|
|
469
469
|
* @returns {() => void}
|
|
470
470
|
*/
|
|
471
471
|
$on(t, r) {
|
|
472
|
-
if (
|
|
472
|
+
if (!Gt(r))
|
|
473
473
|
return Z;
|
|
474
474
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
475
475
|
return n.push(r), () => {
|
|
@@ -482,11 +482,11 @@ class kn {
|
|
|
482
482
|
* @returns {void}
|
|
483
483
|
*/
|
|
484
484
|
$set(t) {
|
|
485
|
-
this.$$set && !
|
|
485
|
+
this.$$set && !gn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
|
-
const
|
|
489
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
488
|
+
const Fn = "4";
|
|
489
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fn);
|
|
490
490
|
/*! *****************************************************************************
|
|
491
491
|
Copyright (c) Microsoft Corporation.
|
|
492
492
|
|
|
@@ -501,18 +501,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
501
501
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
502
502
|
PERFORMANCE OF THIS SOFTWARE.
|
|
503
503
|
***************************************************************************** */
|
|
504
|
-
var
|
|
505
|
-
return
|
|
504
|
+
var Bt = function(e, t) {
|
|
505
|
+
return Bt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
506
506
|
r.__proto__ = n;
|
|
507
507
|
} || function(r, n) {
|
|
508
508
|
for (var i in n)
|
|
509
509
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
510
|
-
},
|
|
510
|
+
}, Bt(e, t);
|
|
511
511
|
};
|
|
512
512
|
function le(e, t) {
|
|
513
513
|
if (typeof t != "function" && t !== null)
|
|
514
514
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
515
|
-
|
|
515
|
+
Bt(e, t);
|
|
516
516
|
function r() {
|
|
517
517
|
this.constructor = e;
|
|
518
518
|
}
|
|
@@ -528,7 +528,7 @@ var E = function() {
|
|
|
528
528
|
return t;
|
|
529
529
|
}, E.apply(this, arguments);
|
|
530
530
|
};
|
|
531
|
-
function
|
|
531
|
+
function Dn(e, t) {
|
|
532
532
|
var r = {};
|
|
533
533
|
for (var n in e)
|
|
534
534
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -537,7 +537,7 @@ function $n(e, t) {
|
|
|
537
537
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
538
538
|
return r;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
540
|
+
function At(e) {
|
|
541
541
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
542
542
|
if (r)
|
|
543
543
|
return r.call(e);
|
|
@@ -549,7 +549,7 @@ function It(e) {
|
|
|
549
549
|
};
|
|
550
550
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function It(e, t) {
|
|
553
553
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
554
554
|
if (!r)
|
|
555
555
|
return e;
|
|
@@ -578,13 +578,13 @@ function Ie(e, t, r) {
|
|
|
578
578
|
function ae(e) {
|
|
579
579
|
return typeof e == "function";
|
|
580
580
|
}
|
|
581
|
-
function
|
|
581
|
+
function Cr(e) {
|
|
582
582
|
var t = function(n) {
|
|
583
583
|
Error.call(n), n.stack = new Error().stack;
|
|
584
584
|
}, r = e(t);
|
|
585
585
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
586
586
|
}
|
|
587
|
-
var _t =
|
|
587
|
+
var _t = Cr(function(e) {
|
|
588
588
|
return function(r) {
|
|
589
589
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
590
590
|
` + r.map(function(n, i) {
|
|
@@ -593,7 +593,7 @@ var _t = Lr(function(e) {
|
|
|
593
593
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
594
594
|
};
|
|
595
595
|
});
|
|
596
|
-
function
|
|
596
|
+
function Ct(e, t) {
|
|
597
597
|
if (e) {
|
|
598
598
|
var r = e.indexOf(t);
|
|
599
599
|
0 <= r && e.splice(r, 1);
|
|
@@ -611,7 +611,7 @@ var ft = function() {
|
|
|
611
611
|
if (s)
|
|
612
612
|
if (this._parentage = null, Array.isArray(s))
|
|
613
613
|
try {
|
|
614
|
-
for (var a =
|
|
614
|
+
for (var a = At(s), u = a.next(); !u.done; u = a.next()) {
|
|
615
615
|
var l = u.value;
|
|
616
616
|
l.remove(this);
|
|
617
617
|
}
|
|
@@ -638,12 +638,12 @@ var ft = function() {
|
|
|
638
638
|
if (f) {
|
|
639
639
|
this._finalizers = null;
|
|
640
640
|
try {
|
|
641
|
-
for (var d =
|
|
642
|
-
var
|
|
641
|
+
for (var d = At(f), b = d.next(); !b.done; b = d.next()) {
|
|
642
|
+
var v = b.value;
|
|
643
643
|
try {
|
|
644
|
-
|
|
644
|
+
er(v);
|
|
645
645
|
} catch (g) {
|
|
646
|
-
o = o != null ? o : [], g instanceof _t ? o = Ie(Ie([],
|
|
646
|
+
o = o != null ? o : [], g instanceof _t ? o = Ie(Ie([], It(o)), It(g.errors)) : o.push(g);
|
|
647
647
|
}
|
|
648
648
|
}
|
|
649
649
|
} catch (g) {
|
|
@@ -664,7 +664,7 @@ var ft = function() {
|
|
|
664
664
|
var r;
|
|
665
665
|
if (t && t !== this)
|
|
666
666
|
if (this.closed)
|
|
667
|
-
|
|
667
|
+
er(t);
|
|
668
668
|
else {
|
|
669
669
|
if (t instanceof e) {
|
|
670
670
|
if (t.closed || t._hasParent(this))
|
|
@@ -681,56 +681,56 @@ var ft = function() {
|
|
|
681
681
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
682
682
|
}, e.prototype._removeParent = function(t) {
|
|
683
683
|
var r = this._parentage;
|
|
684
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
684
|
+
r === t ? this._parentage = null : Array.isArray(r) && Ct(r, t);
|
|
685
685
|
}, e.prototype.remove = function(t) {
|
|
686
686
|
var r = this._finalizers;
|
|
687
|
-
r &&
|
|
687
|
+
r && Ct(r, t), t instanceof e && t._removeParent(this);
|
|
688
688
|
}, e.EMPTY = function() {
|
|
689
689
|
var t = new e();
|
|
690
690
|
return t.closed = !0, t;
|
|
691
691
|
}(), e;
|
|
692
|
-
}(),
|
|
693
|
-
function
|
|
692
|
+
}(), Or = ft.EMPTY;
|
|
693
|
+
function Lr(e) {
|
|
694
694
|
return e instanceof ft || e && "closed" in e && ae(e.remove) && ae(e.add) && ae(e.unsubscribe);
|
|
695
695
|
}
|
|
696
|
-
function
|
|
696
|
+
function er(e) {
|
|
697
697
|
ae(e) ? e() : e.unsubscribe();
|
|
698
698
|
}
|
|
699
|
-
var
|
|
699
|
+
var kn = {
|
|
700
700
|
onUnhandledError: null,
|
|
701
701
|
onStoppedNotification: null,
|
|
702
702
|
Promise: void 0,
|
|
703
703
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
704
704
|
useDeprecatedNextContext: !1
|
|
705
|
-
},
|
|
705
|
+
}, Gn = {
|
|
706
706
|
setTimeout: function(e, t) {
|
|
707
707
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
708
708
|
r[n - 2] = arguments[n];
|
|
709
|
-
return setTimeout.apply(void 0, Ie([e, t],
|
|
709
|
+
return setTimeout.apply(void 0, Ie([e, t], It(r)));
|
|
710
710
|
},
|
|
711
711
|
clearTimeout: function(e) {
|
|
712
712
|
return clearTimeout(e);
|
|
713
713
|
},
|
|
714
714
|
delegate: void 0
|
|
715
715
|
};
|
|
716
|
-
function
|
|
717
|
-
|
|
716
|
+
function $n(e) {
|
|
717
|
+
Gn.setTimeout(function() {
|
|
718
718
|
throw e;
|
|
719
719
|
});
|
|
720
720
|
}
|
|
721
|
-
function
|
|
721
|
+
function tr() {
|
|
722
722
|
}
|
|
723
723
|
function st(e) {
|
|
724
724
|
e();
|
|
725
725
|
}
|
|
726
|
-
var
|
|
726
|
+
var Mr = function(e) {
|
|
727
727
|
le(t, e);
|
|
728
728
|
function t(r) {
|
|
729
729
|
var n = e.call(this) || this;
|
|
730
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
730
|
+
return n.isStopped = !1, r ? (n.destination = r, Lr(r) && r.add(n)) : n.destination = zn, n;
|
|
731
731
|
}
|
|
732
732
|
return t.create = function(r, n, i) {
|
|
733
|
-
return new
|
|
733
|
+
return new Ot(r, n, i);
|
|
734
734
|
}, t.prototype.next = function(r) {
|
|
735
735
|
this.isStopped || this._next(r);
|
|
736
736
|
}, t.prototype.error = function(r) {
|
|
@@ -754,11 +754,7 @@ var Ur = function(e) {
|
|
|
754
754
|
this.unsubscribe();
|
|
755
755
|
}
|
|
756
756
|
}, t;
|
|
757
|
-
}(ft),
|
|
758
|
-
function wt(e, t) {
|
|
759
|
-
return zn.call(e, t);
|
|
760
|
-
}
|
|
761
|
-
var Xn = function() {
|
|
757
|
+
}(ft), jn = function() {
|
|
762
758
|
function e(t) {
|
|
763
759
|
this.partialObserver = t;
|
|
764
760
|
}
|
|
@@ -789,55 +785,43 @@ var Xn = function() {
|
|
|
789
785
|
nt(r);
|
|
790
786
|
}
|
|
791
787
|
}, e;
|
|
792
|
-
}(),
|
|
788
|
+
}(), Ot = function(e) {
|
|
793
789
|
le(t, e);
|
|
794
790
|
function t(r, n, i) {
|
|
795
791
|
var o = e.call(this) || this, s;
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
};
|
|
802
|
-
else {
|
|
803
|
-
var a;
|
|
804
|
-
o && Rr.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
805
|
-
return o.unsubscribe();
|
|
806
|
-
}, s = {
|
|
807
|
-
next: r.next && wt(r.next, a),
|
|
808
|
-
error: r.error && wt(r.error, a),
|
|
809
|
-
complete: r.complete && wt(r.complete, a)
|
|
810
|
-
}) : s = r;
|
|
811
|
-
}
|
|
812
|
-
return o.destination = new Xn(s), o;
|
|
792
|
+
return ae(r) || !r ? s = {
|
|
793
|
+
next: r != null ? r : void 0,
|
|
794
|
+
error: n != null ? n : void 0,
|
|
795
|
+
complete: i != null ? i : void 0
|
|
796
|
+
} : s = r, o.destination = new jn(s), o;
|
|
813
797
|
}
|
|
814
798
|
return t;
|
|
815
|
-
}(
|
|
799
|
+
}(Mr);
|
|
816
800
|
function nt(e) {
|
|
817
|
-
|
|
801
|
+
$n(e);
|
|
818
802
|
}
|
|
819
|
-
function
|
|
803
|
+
function Vn(e) {
|
|
820
804
|
throw e;
|
|
821
805
|
}
|
|
822
|
-
var
|
|
806
|
+
var zn = {
|
|
823
807
|
closed: !0,
|
|
824
|
-
next:
|
|
825
|
-
error:
|
|
826
|
-
complete:
|
|
827
|
-
},
|
|
808
|
+
next: tr,
|
|
809
|
+
error: Vn,
|
|
810
|
+
complete: tr
|
|
811
|
+
}, Xn = function() {
|
|
828
812
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
829
813
|
}();
|
|
830
|
-
function
|
|
814
|
+
function Wn(e) {
|
|
831
815
|
return e;
|
|
832
816
|
}
|
|
833
|
-
function
|
|
834
|
-
return e.length === 0 ?
|
|
817
|
+
function Zn(e) {
|
|
818
|
+
return e.length === 0 ? Wn : e.length === 1 ? e[0] : function(r) {
|
|
835
819
|
return e.reduce(function(n, i) {
|
|
836
820
|
return i(n);
|
|
837
821
|
}, r);
|
|
838
822
|
};
|
|
839
823
|
}
|
|
840
|
-
var
|
|
824
|
+
var rr = function() {
|
|
841
825
|
function e(t) {
|
|
842
826
|
t && (this._subscribe = t);
|
|
843
827
|
}
|
|
@@ -845,7 +829,7 @@ var ir = function() {
|
|
|
845
829
|
var r = new e();
|
|
846
830
|
return r.source = this, r.operator = t, r;
|
|
847
831
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
848
|
-
var i = this, o =
|
|
832
|
+
var i = this, o = Jn(t) ? t : new Ot(t, r, n);
|
|
849
833
|
return st(function() {
|
|
850
834
|
var s = i, a = s.operator, u = s.source;
|
|
851
835
|
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -858,8 +842,8 @@ var ir = function() {
|
|
|
858
842
|
}
|
|
859
843
|
}, e.prototype.forEach = function(t, r) {
|
|
860
844
|
var n = this;
|
|
861
|
-
return r =
|
|
862
|
-
var s = new
|
|
845
|
+
return r = nr(r), new r(function(i, o) {
|
|
846
|
+
var s = new Ot({
|
|
863
847
|
next: function(a) {
|
|
864
848
|
try {
|
|
865
849
|
t(a);
|
|
@@ -875,15 +859,15 @@ var ir = function() {
|
|
|
875
859
|
}, e.prototype._subscribe = function(t) {
|
|
876
860
|
var r;
|
|
877
861
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
878
|
-
}, e.prototype[
|
|
862
|
+
}, e.prototype[Xn] = function() {
|
|
879
863
|
return this;
|
|
880
864
|
}, e.prototype.pipe = function() {
|
|
881
865
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
882
866
|
t[r] = arguments[r];
|
|
883
|
-
return
|
|
867
|
+
return Zn(t)(this);
|
|
884
868
|
}, e.prototype.toPromise = function(t) {
|
|
885
869
|
var r = this;
|
|
886
|
-
return t =
|
|
870
|
+
return t = nr(t), new t(function(n, i) {
|
|
887
871
|
var o;
|
|
888
872
|
r.subscribe(function(s) {
|
|
889
873
|
return o = s;
|
|
@@ -897,32 +881,32 @@ var ir = function() {
|
|
|
897
881
|
return new e(t);
|
|
898
882
|
}, e;
|
|
899
883
|
}();
|
|
900
|
-
function
|
|
884
|
+
function nr(e) {
|
|
901
885
|
var t;
|
|
902
|
-
return (t = e != null ? e :
|
|
886
|
+
return (t = e != null ? e : kn.Promise) !== null && t !== void 0 ? t : Promise;
|
|
903
887
|
}
|
|
904
|
-
function
|
|
888
|
+
function qn(e) {
|
|
905
889
|
return e && ae(e.next) && ae(e.error) && ae(e.complete);
|
|
906
890
|
}
|
|
907
|
-
function
|
|
908
|
-
return e && e instanceof
|
|
891
|
+
function Jn(e) {
|
|
892
|
+
return e && e instanceof Mr || qn(e) && Lr(e);
|
|
909
893
|
}
|
|
910
|
-
var
|
|
894
|
+
var Qn = Cr(function(e) {
|
|
911
895
|
return function() {
|
|
912
896
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
913
897
|
};
|
|
914
|
-
}),
|
|
898
|
+
}), Nr = function(e) {
|
|
915
899
|
le(t, e);
|
|
916
900
|
function t() {
|
|
917
901
|
var r = e.call(this) || this;
|
|
918
902
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
919
903
|
}
|
|
920
904
|
return t.prototype.lift = function(r) {
|
|
921
|
-
var n = new
|
|
905
|
+
var n = new ir(this, this);
|
|
922
906
|
return n.operator = r, n;
|
|
923
907
|
}, t.prototype._throwIfClosed = function() {
|
|
924
908
|
if (this.closed)
|
|
925
|
-
throw new
|
|
909
|
+
throw new Qn();
|
|
926
910
|
}, t.prototype.next = function(r) {
|
|
927
911
|
var n = this;
|
|
928
912
|
st(function() {
|
|
@@ -930,7 +914,7 @@ var ei = Lr(function(e) {
|
|
|
930
914
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
931
915
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
932
916
|
try {
|
|
933
|
-
for (var s =
|
|
917
|
+
for (var s = At(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
934
918
|
var u = a.value;
|
|
935
919
|
u.next(r);
|
|
936
920
|
}
|
|
@@ -979,19 +963,19 @@ var ei = Lr(function(e) {
|
|
|
979
963
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
980
964
|
}, t.prototype._innerSubscribe = function(r) {
|
|
981
965
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
982
|
-
return o || s ?
|
|
983
|
-
n.currentObservers = null,
|
|
966
|
+
return o || s ? Or : (this.currentObservers = null, a.push(r), new ft(function() {
|
|
967
|
+
n.currentObservers = null, Ct(a, r);
|
|
984
968
|
}));
|
|
985
969
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
986
970
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
987
971
|
i ? r.error(o) : s && r.complete();
|
|
988
972
|
}, t.prototype.asObservable = function() {
|
|
989
|
-
var r = new
|
|
973
|
+
var r = new rr();
|
|
990
974
|
return r.source = this, r;
|
|
991
975
|
}, t.create = function(r, n) {
|
|
992
|
-
return new
|
|
976
|
+
return new ir(r, n);
|
|
993
977
|
}, t;
|
|
994
|
-
}(
|
|
978
|
+
}(rr), ir = function(e) {
|
|
995
979
|
le(t, e);
|
|
996
980
|
function t(r, n) {
|
|
997
981
|
var i = e.call(this) || this;
|
|
@@ -1008,17 +992,17 @@ var ei = Lr(function(e) {
|
|
|
1008
992
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
1009
993
|
}, t.prototype._subscribe = function(r) {
|
|
1010
994
|
var n, i;
|
|
1011
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
995
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Or;
|
|
1012
996
|
}, t;
|
|
1013
|
-
}(
|
|
997
|
+
}(Nr), Rr = {
|
|
1014
998
|
now: function() {
|
|
1015
|
-
return (
|
|
999
|
+
return (Rr.delegate || Date).now();
|
|
1016
1000
|
},
|
|
1017
1001
|
delegate: void 0
|
|
1018
|
-
},
|
|
1002
|
+
}, Yn = function(e) {
|
|
1019
1003
|
le(t, e);
|
|
1020
1004
|
function t(r, n, i) {
|
|
1021
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
1005
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Rr);
|
|
1022
1006
|
var o = e.call(this) || this;
|
|
1023
1007
|
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;
|
|
1024
1008
|
}
|
|
@@ -1038,15 +1022,15 @@ var ei = Lr(function(e) {
|
|
|
1038
1022
|
l && o.splice(0, l + 1);
|
|
1039
1023
|
}
|
|
1040
1024
|
}, t;
|
|
1041
|
-
}(
|
|
1042
|
-
const
|
|
1043
|
-
if (
|
|
1044
|
-
const r = new
|
|
1045
|
-
|
|
1025
|
+
}(Nr);
|
|
1026
|
+
const or = [], sr = {}, Kn = (e, t = 0) => {
|
|
1027
|
+
if (or.indexOf(e) == -1) {
|
|
1028
|
+
const r = new Yn(t);
|
|
1029
|
+
sr[e] = r, or.push(e);
|
|
1046
1030
|
}
|
|
1047
|
-
return
|
|
1031
|
+
return sr[e];
|
|
1048
1032
|
}, He = [];
|
|
1049
|
-
function
|
|
1033
|
+
function ei(e, t) {
|
|
1050
1034
|
return {
|
|
1051
1035
|
subscribe: dt(e, t).subscribe
|
|
1052
1036
|
};
|
|
@@ -1055,7 +1039,7 @@ function dt(e, t = Z) {
|
|
|
1055
1039
|
let r;
|
|
1056
1040
|
const n = /* @__PURE__ */ new Set();
|
|
1057
1041
|
function i(a) {
|
|
1058
|
-
if (
|
|
1042
|
+
if (Br(e, a) && (e = a, r)) {
|
|
1059
1043
|
const u = !He.length;
|
|
1060
1044
|
for (const l of n)
|
|
1061
1045
|
l[1](), He.push(l, e);
|
|
@@ -1082,7 +1066,7 @@ function Re(e, t, r) {
|
|
|
1082
1066
|
if (!i.every(Boolean))
|
|
1083
1067
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1084
1068
|
const o = t.length < 2;
|
|
1085
|
-
return
|
|
1069
|
+
return ei(r, (s, a) => {
|
|
1086
1070
|
let u = !1;
|
|
1087
1071
|
const l = [];
|
|
1088
1072
|
let c = 0, f = Z;
|
|
@@ -1090,11 +1074,11 @@ function Re(e, t, r) {
|
|
|
1090
1074
|
if (c)
|
|
1091
1075
|
return;
|
|
1092
1076
|
f();
|
|
1093
|
-
const
|
|
1094
|
-
o ? s(
|
|
1077
|
+
const v = t(n ? l[0] : l, s, a);
|
|
1078
|
+
o ? s(v) : f = Gt(v) ? v : Z;
|
|
1095
1079
|
}, b = i.map(
|
|
1096
|
-
(
|
|
1097
|
-
|
|
1080
|
+
(v, g) => Ar(
|
|
1081
|
+
v,
|
|
1098
1082
|
(S) => {
|
|
1099
1083
|
l[g] = S, c &= ~(1 << g), u && d();
|
|
1100
1084
|
},
|
|
@@ -1108,70 +1092,70 @@ function Re(e, t, r) {
|
|
|
1108
1092
|
};
|
|
1109
1093
|
});
|
|
1110
1094
|
}
|
|
1111
|
-
function
|
|
1112
|
-
return e
|
|
1095
|
+
function ti(e) {
|
|
1096
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1113
1097
|
}
|
|
1114
|
-
var
|
|
1115
|
-
return
|
|
1098
|
+
var ri = function(t) {
|
|
1099
|
+
return ni(t) && !ii(t);
|
|
1116
1100
|
};
|
|
1117
|
-
function
|
|
1101
|
+
function ni(e) {
|
|
1118
1102
|
return !!e && typeof e == "object";
|
|
1119
1103
|
}
|
|
1120
|
-
function
|
|
1104
|
+
function ii(e) {
|
|
1121
1105
|
var t = Object.prototype.toString.call(e);
|
|
1122
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1106
|
+
return t === "[object RegExp]" || t === "[object Date]" || ai(e);
|
|
1123
1107
|
}
|
|
1124
|
-
var
|
|
1125
|
-
function
|
|
1126
|
-
return e.$$typeof ===
|
|
1108
|
+
var oi = typeof Symbol == "function" && Symbol.for, si = oi ? Symbol.for("react.element") : 60103;
|
|
1109
|
+
function ai(e) {
|
|
1110
|
+
return e.$$typeof === si;
|
|
1127
1111
|
}
|
|
1128
|
-
function
|
|
1112
|
+
function li(e) {
|
|
1129
1113
|
return Array.isArray(e) ? [] : {};
|
|
1130
1114
|
}
|
|
1131
1115
|
function We(e, t) {
|
|
1132
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? Ce(
|
|
1116
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? Ce(li(e), e, t) : e;
|
|
1133
1117
|
}
|
|
1134
|
-
function
|
|
1118
|
+
function ui(e, t, r) {
|
|
1135
1119
|
return e.concat(t).map(function(n) {
|
|
1136
1120
|
return We(n, r);
|
|
1137
1121
|
});
|
|
1138
1122
|
}
|
|
1139
|
-
function
|
|
1123
|
+
function ci(e, t) {
|
|
1140
1124
|
if (!t.customMerge)
|
|
1141
1125
|
return Ce;
|
|
1142
1126
|
var r = t.customMerge(e);
|
|
1143
1127
|
return typeof r == "function" ? r : Ce;
|
|
1144
1128
|
}
|
|
1145
|
-
function
|
|
1129
|
+
function hi(e) {
|
|
1146
1130
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1147
1131
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1148
1132
|
}) : [];
|
|
1149
1133
|
}
|
|
1150
|
-
function
|
|
1151
|
-
return Object.keys(e).concat(
|
|
1134
|
+
function ar(e) {
|
|
1135
|
+
return Object.keys(e).concat(hi(e));
|
|
1152
1136
|
}
|
|
1153
|
-
function
|
|
1137
|
+
function Ur(e, t) {
|
|
1154
1138
|
try {
|
|
1155
1139
|
return t in e;
|
|
1156
1140
|
} catch (r) {
|
|
1157
1141
|
return !1;
|
|
1158
1142
|
}
|
|
1159
1143
|
}
|
|
1160
|
-
function
|
|
1161
|
-
return
|
|
1144
|
+
function fi(e, t) {
|
|
1145
|
+
return Ur(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1162
1146
|
}
|
|
1163
|
-
function
|
|
1147
|
+
function di(e, t, r) {
|
|
1164
1148
|
var n = {};
|
|
1165
|
-
return r.isMergeableObject(e) &&
|
|
1149
|
+
return r.isMergeableObject(e) && ar(e).forEach(function(i) {
|
|
1166
1150
|
n[i] = We(e[i], r);
|
|
1167
|
-
}),
|
|
1168
|
-
|
|
1151
|
+
}), ar(t).forEach(function(i) {
|
|
1152
|
+
fi(e, i) || (Ur(e, i) && r.isMergeableObject(t[i]) ? n[i] = ci(i, r)(e[i], t[i], r) : n[i] = We(t[i], r));
|
|
1169
1153
|
}), n;
|
|
1170
1154
|
}
|
|
1171
1155
|
function Ce(e, t, r) {
|
|
1172
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1156
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || ui, r.isMergeableObject = r.isMergeableObject || ri, r.cloneUnlessOtherwiseSpecified = We;
|
|
1173
1157
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1174
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1158
|
+
return o ? n ? r.arrayMerge(e, t, r) : di(e, t, r) : We(t, r);
|
|
1175
1159
|
}
|
|
1176
1160
|
Ce.all = function(t, r) {
|
|
1177
1161
|
if (!Array.isArray(t))
|
|
@@ -1180,58 +1164,60 @@ Ce.all = function(t, r) {
|
|
|
1180
1164
|
return Ce(n, i, r);
|
|
1181
1165
|
}, {});
|
|
1182
1166
|
};
|
|
1183
|
-
var
|
|
1184
|
-
const
|
|
1185
|
-
function
|
|
1186
|
-
var r = t && t.cache ? t.cache :
|
|
1167
|
+
var mi = Ce, pi = mi;
|
|
1168
|
+
const gi = /* @__PURE__ */ ti(pi);
|
|
1169
|
+
function wt(e, t) {
|
|
1170
|
+
var r = t && t.cache ? t.cache : xi, n = t && t.serializer ? t.serializer : wi, i = t && t.strategy ? t.strategy : yi;
|
|
1187
1171
|
return i(e, {
|
|
1188
1172
|
cache: r,
|
|
1189
1173
|
serializer: n
|
|
1190
1174
|
});
|
|
1191
1175
|
}
|
|
1192
|
-
function
|
|
1176
|
+
function bi(e) {
|
|
1193
1177
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1194
1178
|
}
|
|
1195
|
-
function
|
|
1196
|
-
var i =
|
|
1179
|
+
function Fr(e, t, r, n) {
|
|
1180
|
+
var i = bi(n) ? n : r(n), o = t.get(i);
|
|
1197
1181
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1198
1182
|
}
|
|
1199
|
-
function
|
|
1183
|
+
function Dr(e, t, r) {
|
|
1200
1184
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1201
1185
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1202
1186
|
}
|
|
1203
|
-
function
|
|
1187
|
+
function $t(e, t, r, n, i) {
|
|
1204
1188
|
return r.bind(t, e, n, i);
|
|
1205
1189
|
}
|
|
1206
|
-
function
|
|
1207
|
-
var r = e.length === 1 ?
|
|
1208
|
-
return
|
|
1190
|
+
function yi(e, t) {
|
|
1191
|
+
var r = e.length === 1 ? Fr : Dr;
|
|
1192
|
+
return $t(e, this, r, t.cache.create(), t.serializer);
|
|
1209
1193
|
}
|
|
1210
|
-
function
|
|
1211
|
-
return
|
|
1194
|
+
function vi(e, t) {
|
|
1195
|
+
return $t(e, this, Dr, t.cache.create(), t.serializer);
|
|
1212
1196
|
}
|
|
1213
|
-
function
|
|
1214
|
-
return
|
|
1197
|
+
function _i(e, t) {
|
|
1198
|
+
return $t(e, this, Fr, t.cache.create(), t.serializer);
|
|
1215
1199
|
}
|
|
1216
|
-
var
|
|
1200
|
+
var wi = function() {
|
|
1217
1201
|
return JSON.stringify(arguments);
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1202
|
+
}, Ei = (
|
|
1203
|
+
/** @class */
|
|
1204
|
+
function() {
|
|
1205
|
+
function e() {
|
|
1206
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1207
|
+
}
|
|
1208
|
+
return e.prototype.get = function(t) {
|
|
1209
|
+
return this.cache[t];
|
|
1210
|
+
}, e.prototype.set = function(t, r) {
|
|
1211
|
+
this.cache[t] = r;
|
|
1212
|
+
}, e;
|
|
1213
|
+
}()
|
|
1214
|
+
), xi = {
|
|
1229
1215
|
create: function() {
|
|
1230
|
-
return new
|
|
1216
|
+
return new Ei();
|
|
1231
1217
|
}
|
|
1232
|
-
},
|
|
1233
|
-
variadic:
|
|
1234
|
-
monadic:
|
|
1218
|
+
}, Et = {
|
|
1219
|
+
variadic: vi,
|
|
1220
|
+
monadic: _i
|
|
1235
1221
|
}, _;
|
|
1236
1222
|
(function(e) {
|
|
1237
1223
|
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";
|
|
@@ -1244,43 +1230,43 @@ var Oe;
|
|
|
1244
1230
|
(function(e) {
|
|
1245
1231
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1246
1232
|
})(Oe || (Oe = {}));
|
|
1247
|
-
function
|
|
1233
|
+
function lr(e) {
|
|
1248
1234
|
return e.type === T.literal;
|
|
1249
1235
|
}
|
|
1250
|
-
function
|
|
1236
|
+
function Si(e) {
|
|
1251
1237
|
return e.type === T.argument;
|
|
1252
1238
|
}
|
|
1253
|
-
function
|
|
1239
|
+
function kr(e) {
|
|
1254
1240
|
return e.type === T.number;
|
|
1255
1241
|
}
|
|
1256
|
-
function
|
|
1242
|
+
function Gr(e) {
|
|
1257
1243
|
return e.type === T.date;
|
|
1258
1244
|
}
|
|
1259
|
-
function
|
|
1245
|
+
function $r(e) {
|
|
1260
1246
|
return e.type === T.time;
|
|
1261
1247
|
}
|
|
1262
|
-
function
|
|
1248
|
+
function jr(e) {
|
|
1263
1249
|
return e.type === T.select;
|
|
1264
1250
|
}
|
|
1265
|
-
function
|
|
1251
|
+
function Vr(e) {
|
|
1266
1252
|
return e.type === T.plural;
|
|
1267
1253
|
}
|
|
1268
|
-
function
|
|
1254
|
+
function Pi(e) {
|
|
1269
1255
|
return e.type === T.pound;
|
|
1270
1256
|
}
|
|
1271
|
-
function
|
|
1257
|
+
function zr(e) {
|
|
1272
1258
|
return e.type === T.tag;
|
|
1273
1259
|
}
|
|
1274
|
-
function
|
|
1260
|
+
function Xr(e) {
|
|
1275
1261
|
return !!(e && typeof e == "object" && e.type === Oe.number);
|
|
1276
1262
|
}
|
|
1277
|
-
function
|
|
1263
|
+
function Lt(e) {
|
|
1278
1264
|
return !!(e && typeof e == "object" && e.type === Oe.dateTime);
|
|
1279
1265
|
}
|
|
1280
|
-
var
|
|
1281
|
-
function
|
|
1266
|
+
var Wr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ti = /(?:[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;
|
|
1267
|
+
function Hi(e) {
|
|
1282
1268
|
var t = {};
|
|
1283
|
-
return e.replace(
|
|
1269
|
+
return e.replace(Ti, function(r) {
|
|
1284
1270
|
var n = r.length;
|
|
1285
1271
|
switch (r[0]) {
|
|
1286
1272
|
case "G":
|
|
@@ -1369,11 +1355,11 @@ function Ai(e) {
|
|
|
1369
1355
|
return "";
|
|
1370
1356
|
}), t;
|
|
1371
1357
|
}
|
|
1372
|
-
var
|
|
1373
|
-
function
|
|
1358
|
+
var Bi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1359
|
+
function Ai(e) {
|
|
1374
1360
|
if (e.length === 0)
|
|
1375
1361
|
throw new Error("Number skeleton cannot be empty");
|
|
1376
|
-
for (var t = e.split(
|
|
1362
|
+
for (var t = e.split(Bi).filter(function(d) {
|
|
1377
1363
|
return d.length > 0;
|
|
1378
1364
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1379
1365
|
var o = i[n], s = o.split("/");
|
|
@@ -1388,17 +1374,17 @@ function Ci(e) {
|
|
|
1388
1374
|
}
|
|
1389
1375
|
return r;
|
|
1390
1376
|
}
|
|
1391
|
-
function
|
|
1377
|
+
function Ii(e) {
|
|
1392
1378
|
return e.replace(/^(.*?)-/, "");
|
|
1393
1379
|
}
|
|
1394
|
-
var
|
|
1395
|
-
function
|
|
1380
|
+
var ur = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Zr = /^(@+)?(\+|#+)?[rs]?$/g, Ci = /(\*)(0+)|(#+)(0+)|(0+)/g, qr = /^(0+)$/;
|
|
1381
|
+
function cr(e) {
|
|
1396
1382
|
var t = {};
|
|
1397
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1383
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Zr, function(r, n, i) {
|
|
1398
1384
|
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)), "";
|
|
1399
1385
|
}), t;
|
|
1400
1386
|
}
|
|
1401
|
-
function
|
|
1387
|
+
function Jr(e) {
|
|
1402
1388
|
switch (e) {
|
|
1403
1389
|
case "sign-auto":
|
|
1404
1390
|
return {
|
|
@@ -1438,7 +1424,7 @@ function Kr(e) {
|
|
|
1438
1424
|
};
|
|
1439
1425
|
}
|
|
1440
1426
|
}
|
|
1441
|
-
function
|
|
1427
|
+
function Oi(e) {
|
|
1442
1428
|
var t;
|
|
1443
1429
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1444
1430
|
notation: "engineering"
|
|
@@ -1446,17 +1432,17 @@ function Mi(e) {
|
|
|
1446
1432
|
notation: "scientific"
|
|
1447
1433
|
}, e = e.slice(1)), t) {
|
|
1448
1434
|
var r = e.slice(0, 2);
|
|
1449
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1435
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !qr.test(e))
|
|
1450
1436
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1451
1437
|
t.minimumIntegerDigits = e.length;
|
|
1452
1438
|
}
|
|
1453
1439
|
return t;
|
|
1454
1440
|
}
|
|
1455
|
-
function
|
|
1456
|
-
var t = {}, r =
|
|
1441
|
+
function hr(e) {
|
|
1442
|
+
var t = {}, r = Jr(e);
|
|
1457
1443
|
return r || t;
|
|
1458
1444
|
}
|
|
1459
|
-
function
|
|
1445
|
+
function Li(e) {
|
|
1460
1446
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1461
1447
|
var i = n[r];
|
|
1462
1448
|
switch (i.stem) {
|
|
@@ -1480,7 +1466,7 @@ function Ni(e) {
|
|
|
1480
1466
|
continue;
|
|
1481
1467
|
case "measure-unit":
|
|
1482
1468
|
case "unit":
|
|
1483
|
-
t.style = "unit", t.unit =
|
|
1469
|
+
t.style = "unit", t.unit = Ii(i.options[0]);
|
|
1484
1470
|
continue;
|
|
1485
1471
|
case "compact-short":
|
|
1486
1472
|
case "K":
|
|
@@ -1492,12 +1478,12 @@ function Ni(e) {
|
|
|
1492
1478
|
continue;
|
|
1493
1479
|
case "scientific":
|
|
1494
1480
|
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(u, l) {
|
|
1495
|
-
return E(E({}, u),
|
|
1481
|
+
return E(E({}, u), hr(l));
|
|
1496
1482
|
}, {}));
|
|
1497
1483
|
continue;
|
|
1498
1484
|
case "engineering":
|
|
1499
1485
|
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(u, l) {
|
|
1500
|
-
return E(E({}, u),
|
|
1486
|
+
return E(E({}, u), hr(l));
|
|
1501
1487
|
}, {}));
|
|
1502
1488
|
continue;
|
|
1503
1489
|
case "notation-simple":
|
|
@@ -1542,7 +1528,7 @@ function Ni(e) {
|
|
|
1542
1528
|
case "integer-width":
|
|
1543
1529
|
if (i.options.length > 1)
|
|
1544
1530
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1545
|
-
i.options[0].replace(
|
|
1531
|
+
i.options[0].replace(Ci, function(u, l, c, f, d, b) {
|
|
1546
1532
|
if (l)
|
|
1547
1533
|
t.minimumIntegerDigits = c.length;
|
|
1548
1534
|
else {
|
|
@@ -1555,27 +1541,27 @@ function Ni(e) {
|
|
|
1555
1541
|
});
|
|
1556
1542
|
continue;
|
|
1557
1543
|
}
|
|
1558
|
-
if (
|
|
1544
|
+
if (qr.test(i.stem)) {
|
|
1559
1545
|
t.minimumIntegerDigits = i.stem.length;
|
|
1560
1546
|
continue;
|
|
1561
1547
|
}
|
|
1562
|
-
if (
|
|
1548
|
+
if (ur.test(i.stem)) {
|
|
1563
1549
|
if (i.options.length > 1)
|
|
1564
1550
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1565
|
-
i.stem.replace(
|
|
1551
|
+
i.stem.replace(ur, function(u, l, c, f, d, b) {
|
|
1566
1552
|
return c === "*" ? t.minimumFractionDigits = l.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : d && b ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + b.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
|
|
1567
1553
|
});
|
|
1568
1554
|
var o = i.options[0];
|
|
1569
|
-
o === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = E(E({}, t),
|
|
1555
|
+
o === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = E(E({}, t), cr(o)));
|
|
1570
1556
|
continue;
|
|
1571
1557
|
}
|
|
1572
|
-
if (
|
|
1573
|
-
t = E(E({}, t),
|
|
1558
|
+
if (Zr.test(i.stem)) {
|
|
1559
|
+
t = E(E({}, t), cr(i.stem));
|
|
1574
1560
|
continue;
|
|
1575
1561
|
}
|
|
1576
|
-
var s =
|
|
1562
|
+
var s = Jr(i.stem);
|
|
1577
1563
|
s && (t = E(E({}, t), s));
|
|
1578
|
-
var a =
|
|
1564
|
+
var a = Oi(i.stem);
|
|
1579
1565
|
a && (t = E(E({}, t), a));
|
|
1580
1566
|
}
|
|
1581
1567
|
return t;
|
|
@@ -2995,13 +2981,13 @@ var it = {
|
|
|
2995
2981
|
"h"
|
|
2996
2982
|
]
|
|
2997
2983
|
};
|
|
2998
|
-
function
|
|
2984
|
+
function Mi(e, t) {
|
|
2999
2985
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
3000
2986
|
var i = e.charAt(n);
|
|
3001
2987
|
if (i === "j") {
|
|
3002
2988
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
3003
2989
|
o++, n++;
|
|
3004
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", l =
|
|
2990
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", l = Ni(t);
|
|
3005
2991
|
for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
|
|
3006
2992
|
r += u;
|
|
3007
2993
|
for (; s-- > 0; )
|
|
@@ -3011,7 +2997,7 @@ function Ri(e, t) {
|
|
|
3011
2997
|
}
|
|
3012
2998
|
return r;
|
|
3013
2999
|
}
|
|
3014
|
-
function
|
|
3000
|
+
function Ni(e) {
|
|
3015
3001
|
var t = e.hourCycle;
|
|
3016
3002
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3017
3003
|
e.hourCycles && // @ts-ignore
|
|
@@ -3033,20 +3019,20 @@ function Ui(e) {
|
|
|
3033
3019
|
var i = it[n || ""] || it[r || ""] || it["".concat(r, "-001")] || it["001"];
|
|
3034
3020
|
return i[0];
|
|
3035
3021
|
}
|
|
3036
|
-
var
|
|
3022
|
+
var xt, Ri = new RegExp("^".concat(Wr.source, "*")), Ui = new RegExp("".concat(Wr.source, "*$"));
|
|
3037
3023
|
function w(e, t) {
|
|
3038
3024
|
return { start: e, end: t };
|
|
3039
3025
|
}
|
|
3040
|
-
var
|
|
3026
|
+
var Fi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Di = !!String.fromCodePoint, ki = !!Object.fromEntries, Gi = !!String.prototype.codePointAt, $i = !!String.prototype.trimStart, ji = !!String.prototype.trimEnd, Vi = !!Number.isSafeInteger, zi = Vi ? Number.isSafeInteger : function(e) {
|
|
3041
3027
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3042
|
-
},
|
|
3028
|
+
}, Mt = !0;
|
|
3043
3029
|
try {
|
|
3044
|
-
var
|
|
3045
|
-
|
|
3030
|
+
var Xi = Yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3031
|
+
Mt = ((xt = Xi.exec("a")) === null || xt === void 0 ? void 0 : xt[0]) === "a";
|
|
3046
3032
|
} catch (e) {
|
|
3047
|
-
|
|
3033
|
+
Mt = !1;
|
|
3048
3034
|
}
|
|
3049
|
-
var
|
|
3035
|
+
var fr = Fi ? (
|
|
3050
3036
|
// Native
|
|
3051
3037
|
function(t, r, n) {
|
|
3052
3038
|
return t.startsWith(r, n);
|
|
@@ -3056,7 +3042,7 @@ var mr = ki ? (
|
|
|
3056
3042
|
function(t, r, n) {
|
|
3057
3043
|
return t.slice(n, n + r.length) === r;
|
|
3058
3044
|
}
|
|
3059
|
-
),
|
|
3045
|
+
), Nt = Di ? String.fromCodePoint : (
|
|
3060
3046
|
// IE11
|
|
3061
3047
|
function() {
|
|
3062
3048
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3068,9 +3054,9 @@ var mr = ki ? (
|
|
|
3068
3054
|
}
|
|
3069
3055
|
return n;
|
|
3070
3056
|
}
|
|
3071
|
-
),
|
|
3057
|
+
), dr = (
|
|
3072
3058
|
// native
|
|
3073
|
-
|
|
3059
|
+
ki ? Object.fromEntries : (
|
|
3074
3060
|
// Ponyfill
|
|
3075
3061
|
function(t) {
|
|
3076
3062
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3080,7 +3066,7 @@ var mr = ki ? (
|
|
|
3080
3066
|
return r;
|
|
3081
3067
|
}
|
|
3082
3068
|
)
|
|
3083
|
-
),
|
|
3069
|
+
), Qr = Gi ? (
|
|
3084
3070
|
// Native
|
|
3085
3071
|
function(t, r) {
|
|
3086
3072
|
return t.codePointAt(r);
|
|
@@ -3094,7 +3080,7 @@ var mr = ki ? (
|
|
|
3094
3080
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3095
3081
|
}
|
|
3096
3082
|
}
|
|
3097
|
-
),
|
|
3083
|
+
), Wi = $i ? (
|
|
3098
3084
|
// Native
|
|
3099
3085
|
function(t) {
|
|
3100
3086
|
return t.trimStart();
|
|
@@ -3102,9 +3088,9 @@ var mr = ki ? (
|
|
|
3102
3088
|
) : (
|
|
3103
3089
|
// Ponyfill
|
|
3104
3090
|
function(t) {
|
|
3105
|
-
return t.replace(
|
|
3091
|
+
return t.replace(Ri, "");
|
|
3106
3092
|
}
|
|
3107
|
-
),
|
|
3093
|
+
), Zi = ji ? (
|
|
3108
3094
|
// Native
|
|
3109
3095
|
function(t) {
|
|
3110
3096
|
return t.trimEnd();
|
|
@@ -3112,32 +3098,32 @@ var mr = ki ? (
|
|
|
3112
3098
|
) : (
|
|
3113
3099
|
// Ponyfill
|
|
3114
3100
|
function(t) {
|
|
3115
|
-
return t.replace(
|
|
3101
|
+
return t.replace(Ui, "");
|
|
3116
3102
|
}
|
|
3117
3103
|
);
|
|
3118
|
-
function
|
|
3104
|
+
function Yr(e, t) {
|
|
3119
3105
|
return new RegExp(e, t);
|
|
3120
3106
|
}
|
|
3121
|
-
var
|
|
3122
|
-
if (
|
|
3123
|
-
var
|
|
3124
|
-
|
|
3107
|
+
var Rt;
|
|
3108
|
+
if (Mt) {
|
|
3109
|
+
var mr = Yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3110
|
+
Rt = function(t, r) {
|
|
3125
3111
|
var n;
|
|
3126
|
-
|
|
3127
|
-
var i =
|
|
3112
|
+
mr.lastIndex = r;
|
|
3113
|
+
var i = mr.exec(t);
|
|
3128
3114
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3129
3115
|
};
|
|
3130
3116
|
} else
|
|
3131
|
-
|
|
3117
|
+
Rt = function(t, r) {
|
|
3132
3118
|
for (var n = []; ; ) {
|
|
3133
|
-
var i =
|
|
3134
|
-
if (i === void 0 ||
|
|
3119
|
+
var i = Qr(t, r);
|
|
3120
|
+
if (i === void 0 || Kr(i) || Yi(i))
|
|
3135
3121
|
break;
|
|
3136
3122
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3137
3123
|
}
|
|
3138
|
-
return
|
|
3124
|
+
return Nt.apply(void 0, n);
|
|
3139
3125
|
};
|
|
3140
|
-
var
|
|
3126
|
+
var qi = (
|
|
3141
3127
|
/** @class */
|
|
3142
3128
|
function() {
|
|
3143
3129
|
function e(t, r) {
|
|
@@ -3168,7 +3154,7 @@ var Qi = (
|
|
|
3168
3154
|
if (n)
|
|
3169
3155
|
break;
|
|
3170
3156
|
return this.error(_.UNMATCHED_CLOSING_TAG, w(this.clonePosition(), this.clonePosition()));
|
|
3171
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3157
|
+
} else if (o === 60 && !this.ignoreTag && Ut(this.peek() || 0)) {
|
|
3172
3158
|
var s = this.parseTag(t, r);
|
|
3173
3159
|
if (s.err)
|
|
3174
3160
|
return s;
|
|
@@ -3201,7 +3187,7 @@ var Qi = (
|
|
|
3201
3187
|
return o;
|
|
3202
3188
|
var s = o.val, a = this.clonePosition();
|
|
3203
3189
|
if (this.bumpIf("</")) {
|
|
3204
|
-
if (this.isEOF() || !
|
|
3190
|
+
if (this.isEOF() || !Ut(this.char()))
|
|
3205
3191
|
return this.error(_.INVALID_TAG, w(a, this.clonePosition()));
|
|
3206
3192
|
var u = this.clonePosition(), l = this.parseTagName();
|
|
3207
3193
|
return i !== l ? this.error(_.UNMATCHED_CLOSING_TAG, w(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
@@ -3219,7 +3205,7 @@ var Qi = (
|
|
|
3219
3205
|
return this.error(_.INVALID_TAG, w(n, this.clonePosition()));
|
|
3220
3206
|
}, e.prototype.parseTagName = function() {
|
|
3221
3207
|
var t = this.offset();
|
|
3222
|
-
for (this.bump(); !this.isEOF() &&
|
|
3208
|
+
for (this.bump(); !this.isEOF() && Qi(this.char()); )
|
|
3223
3209
|
this.bump();
|
|
3224
3210
|
return this.message.slice(t, this.offset());
|
|
3225
3211
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3248,7 +3234,7 @@ var Qi = (
|
|
|
3248
3234
|
};
|
|
3249
3235
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3250
3236
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3251
|
-
!
|
|
3237
|
+
!Ji(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3252
3238
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3253
3239
|
if (this.isEOF() || this.char() !== 39)
|
|
3254
3240
|
return null;
|
|
@@ -3282,12 +3268,12 @@ var Qi = (
|
|
|
3282
3268
|
r.push(n);
|
|
3283
3269
|
this.bump();
|
|
3284
3270
|
}
|
|
3285
|
-
return
|
|
3271
|
+
return Nt.apply(void 0, r);
|
|
3286
3272
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3287
3273
|
if (this.isEOF())
|
|
3288
3274
|
return null;
|
|
3289
3275
|
var n = this.char();
|
|
3290
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3276
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Nt(n));
|
|
3291
3277
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3292
3278
|
var n = this.clonePosition();
|
|
3293
3279
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3316,7 +3302,7 @@ var Qi = (
|
|
|
3316
3302
|
return this.error(_.MALFORMED_ARGUMENT, w(n, this.clonePosition()));
|
|
3317
3303
|
}
|
|
3318
3304
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3319
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3305
|
+
var t = this.clonePosition(), r = this.offset(), n = Rt(this.message, r), i = r + n.length;
|
|
3320
3306
|
this.bumpTo(i);
|
|
3321
3307
|
var o = this.clonePosition(), s = w(t, o);
|
|
3322
3308
|
return { value: n, location: s };
|
|
@@ -3335,18 +3321,18 @@ var Qi = (
|
|
|
3335
3321
|
var c = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
|
3336
3322
|
if (f.err)
|
|
3337
3323
|
return f;
|
|
3338
|
-
var d =
|
|
3324
|
+
var d = Zi(f.val);
|
|
3339
3325
|
if (d.length === 0)
|
|
3340
3326
|
return this.error(_.EXPECT_ARGUMENT_STYLE, w(this.clonePosition(), this.clonePosition()));
|
|
3341
3327
|
var b = w(c, this.clonePosition());
|
|
3342
3328
|
l = { style: d, styleLocation: b };
|
|
3343
3329
|
}
|
|
3344
|
-
var
|
|
3345
|
-
if (
|
|
3346
|
-
return
|
|
3330
|
+
var v = this.tryParseArgumentClose(i);
|
|
3331
|
+
if (v.err)
|
|
3332
|
+
return v;
|
|
3347
3333
|
var g = w(i, this.clonePosition());
|
|
3348
|
-
if (l &&
|
|
3349
|
-
var S =
|
|
3334
|
+
if (l && fr(l == null ? void 0 : l.style, "::", 0)) {
|
|
3335
|
+
var S = Wi(l.style.slice(2));
|
|
3350
3336
|
if (a === "number") {
|
|
3351
3337
|
var f = this.parseNumberSkeletonFromString(S, l.styleLocation);
|
|
3352
3338
|
return f.err ? f : {
|
|
@@ -3357,12 +3343,12 @@ var Qi = (
|
|
|
3357
3343
|
if (S.length === 0)
|
|
3358
3344
|
return this.error(_.EXPECT_DATE_TIME_SKELETON, g);
|
|
3359
3345
|
var C = S;
|
|
3360
|
-
this.locale && (C =
|
|
3346
|
+
this.locale && (C = Mi(S, this.locale));
|
|
3361
3347
|
var d = {
|
|
3362
3348
|
type: Oe.dateTime,
|
|
3363
3349
|
pattern: C,
|
|
3364
3350
|
location: l.styleLocation,
|
|
3365
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3351
|
+
parsedOptions: this.shouldParseSkeletons ? Hi(C) : {}
|
|
3366
3352
|
}, z = a === "date" ? T.date : T.time;
|
|
3367
3353
|
return {
|
|
3368
3354
|
val: { type: z, value: n, location: g, style: d },
|
|
@@ -3400,15 +3386,15 @@ var Qi = (
|
|
|
3400
3386
|
var ne = this.tryParsePluralOrSelectOptions(t, a, r, U);
|
|
3401
3387
|
if (ne.err)
|
|
3402
3388
|
return ne;
|
|
3403
|
-
var
|
|
3404
|
-
if (
|
|
3405
|
-
return
|
|
3389
|
+
var v = this.tryParseArgumentClose(i);
|
|
3390
|
+
if (v.err)
|
|
3391
|
+
return v;
|
|
3406
3392
|
var H = w(i, this.clonePosition());
|
|
3407
3393
|
return a === "select" ? {
|
|
3408
3394
|
val: {
|
|
3409
3395
|
type: T.select,
|
|
3410
3396
|
value: n,
|
|
3411
|
-
options:
|
|
3397
|
+
options: dr(ne.val),
|
|
3412
3398
|
location: H
|
|
3413
3399
|
},
|
|
3414
3400
|
err: null
|
|
@@ -3416,7 +3402,7 @@ var Qi = (
|
|
|
3416
3402
|
val: {
|
|
3417
3403
|
type: T.plural,
|
|
3418
3404
|
value: n,
|
|
3419
|
-
options:
|
|
3405
|
+
options: dr(ne.val),
|
|
3420
3406
|
offset: A,
|
|
3421
3407
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3422
3408
|
location: H
|
|
@@ -3467,7 +3453,7 @@ var Qi = (
|
|
|
3467
3453
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3468
3454
|
var n = [];
|
|
3469
3455
|
try {
|
|
3470
|
-
n =
|
|
3456
|
+
n = Ai(t);
|
|
3471
3457
|
} catch (i) {
|
|
3472
3458
|
return this.error(_.INVALID_NUMBER_SKELETON, r);
|
|
3473
3459
|
}
|
|
@@ -3476,7 +3462,7 @@ var Qi = (
|
|
|
3476
3462
|
type: Oe.number,
|
|
3477
3463
|
tokens: n,
|
|
3478
3464
|
location: r,
|
|
3479
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3465
|
+
parsedOptions: this.shouldParseSkeletons ? Li(n) : {}
|
|
3480
3466
|
},
|
|
3481
3467
|
err: null
|
|
3482
3468
|
};
|
|
@@ -3498,16 +3484,16 @@ var Qi = (
|
|
|
3498
3484
|
var b = this.clonePosition();
|
|
3499
3485
|
if (!this.bumpIf("{"))
|
|
3500
3486
|
return this.error(r === "select" ? _.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : _.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, w(this.clonePosition(), this.clonePosition()));
|
|
3501
|
-
var
|
|
3502
|
-
if (
|
|
3503
|
-
return
|
|
3487
|
+
var v = this.parseMessage(t + 1, r, n);
|
|
3488
|
+
if (v.err)
|
|
3489
|
+
return v;
|
|
3504
3490
|
var g = this.tryParseArgumentClose(b);
|
|
3505
3491
|
if (g.err)
|
|
3506
3492
|
return g;
|
|
3507
3493
|
a.push([
|
|
3508
3494
|
l,
|
|
3509
3495
|
{
|
|
3510
|
-
value:
|
|
3496
|
+
value: v.val,
|
|
3511
3497
|
location: w(b, this.clonePosition())
|
|
3512
3498
|
}
|
|
3513
3499
|
]), u.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, c = o.location;
|
|
@@ -3524,7 +3510,7 @@ var Qi = (
|
|
|
3524
3510
|
break;
|
|
3525
3511
|
}
|
|
3526
3512
|
var u = w(i, this.clonePosition());
|
|
3527
|
-
return o ? (s *= n,
|
|
3513
|
+
return o ? (s *= n, zi(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3528
3514
|
}, e.prototype.offset = function() {
|
|
3529
3515
|
return this.position.offset;
|
|
3530
3516
|
}, e.prototype.isEOF = function() {
|
|
@@ -3539,7 +3525,7 @@ var Qi = (
|
|
|
3539
3525
|
var t = this.position.offset;
|
|
3540
3526
|
if (t >= this.message.length)
|
|
3541
3527
|
throw Error("out of bound");
|
|
3542
|
-
var r =
|
|
3528
|
+
var r = Qr(this.message, t);
|
|
3543
3529
|
if (r === void 0)
|
|
3544
3530
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3545
3531
|
return r;
|
|
@@ -3558,7 +3544,7 @@ var Qi = (
|
|
|
3558
3544
|
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);
|
|
3559
3545
|
}
|
|
3560
3546
|
}, e.prototype.bumpIf = function(t) {
|
|
3561
|
-
if (
|
|
3547
|
+
if (fr(this.message, t, this.offset())) {
|
|
3562
3548
|
for (var r = 0; r < t.length; r++)
|
|
3563
3549
|
this.bump();
|
|
3564
3550
|
return !0;
|
|
@@ -3580,7 +3566,7 @@ var Qi = (
|
|
|
3580
3566
|
break;
|
|
3581
3567
|
}
|
|
3582
3568
|
}, e.prototype.bumpSpace = function() {
|
|
3583
|
-
for (; !this.isEOF() &&
|
|
3569
|
+
for (; !this.isEOF() && Kr(this.char()); )
|
|
3584
3570
|
this.bump();
|
|
3585
3571
|
}, e.prototype.peek = function() {
|
|
3586
3572
|
if (this.isEOF())
|
|
@@ -3590,38 +3576,38 @@ var Qi = (
|
|
|
3590
3576
|
}, e;
|
|
3591
3577
|
}()
|
|
3592
3578
|
);
|
|
3593
|
-
function
|
|
3579
|
+
function Ut(e) {
|
|
3594
3580
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3595
3581
|
}
|
|
3596
|
-
function
|
|
3597
|
-
return
|
|
3582
|
+
function Ji(e) {
|
|
3583
|
+
return Ut(e) || e === 47;
|
|
3598
3584
|
}
|
|
3599
|
-
function
|
|
3585
|
+
function Qi(e) {
|
|
3600
3586
|
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;
|
|
3601
3587
|
}
|
|
3602
|
-
function
|
|
3588
|
+
function Kr(e) {
|
|
3603
3589
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3604
3590
|
}
|
|
3605
|
-
function
|
|
3591
|
+
function Yi(e) {
|
|
3606
3592
|
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;
|
|
3607
3593
|
}
|
|
3608
|
-
function
|
|
3594
|
+
function Ft(e) {
|
|
3609
3595
|
e.forEach(function(t) {
|
|
3610
|
-
if (delete t.location,
|
|
3596
|
+
if (delete t.location, jr(t) || Vr(t))
|
|
3611
3597
|
for (var r in t.options)
|
|
3612
|
-
delete t.options[r].location,
|
|
3598
|
+
delete t.options[r].location, Ft(t.options[r].value);
|
|
3613
3599
|
else
|
|
3614
|
-
|
|
3600
|
+
kr(t) && Xr(t.style) || (Gr(t) || $r(t)) && Lt(t.style) ? delete t.style.location : zr(t) && Ft(t.children);
|
|
3615
3601
|
});
|
|
3616
3602
|
}
|
|
3617
|
-
function
|
|
3603
|
+
function Ki(e, t) {
|
|
3618
3604
|
t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3619
|
-
var r = new
|
|
3605
|
+
var r = new qi(e, t).parse();
|
|
3620
3606
|
if (r.err) {
|
|
3621
3607
|
var n = SyntaxError(_[r.err.kind]);
|
|
3622
3608
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3623
3609
|
}
|
|
3624
|
-
return t != null && t.captureLocation ||
|
|
3610
|
+
return t != null && t.captureLocation || Ft(r.val), r.val;
|
|
3625
3611
|
}
|
|
3626
3612
|
var Le;
|
|
3627
3613
|
(function(e) {
|
|
@@ -3639,7 +3625,7 @@ var mt = (
|
|
|
3639
3625
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3640
3626
|
}, t;
|
|
3641
3627
|
}(Error)
|
|
3642
|
-
),
|
|
3628
|
+
), pr = (
|
|
3643
3629
|
/** @class */
|
|
3644
3630
|
function(e) {
|
|
3645
3631
|
le(t, e);
|
|
@@ -3648,7 +3634,7 @@ var mt = (
|
|
|
3648
3634
|
}
|
|
3649
3635
|
return t;
|
|
3650
3636
|
}(mt)
|
|
3651
|
-
),
|
|
3637
|
+
), eo = (
|
|
3652
3638
|
/** @class */
|
|
3653
3639
|
function(e) {
|
|
3654
3640
|
le(t, e);
|
|
@@ -3657,7 +3643,7 @@ var mt = (
|
|
|
3657
3643
|
}
|
|
3658
3644
|
return t;
|
|
3659
3645
|
}(mt)
|
|
3660
|
-
),
|
|
3646
|
+
), to = (
|
|
3661
3647
|
/** @class */
|
|
3662
3648
|
function(e) {
|
|
3663
3649
|
le(t, e);
|
|
@@ -3670,17 +3656,17 @@ var mt = (
|
|
|
3670
3656
|
(function(e) {
|
|
3671
3657
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3672
3658
|
})(V || (V = {}));
|
|
3673
|
-
function
|
|
3659
|
+
function ro(e) {
|
|
3674
3660
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3675
3661
|
var n = t[t.length - 1];
|
|
3676
3662
|
return !n || n.type !== V.literal || r.type !== V.literal ? t.push(r) : n.value += r.value, t;
|
|
3677
3663
|
}, []);
|
|
3678
3664
|
}
|
|
3679
|
-
function
|
|
3665
|
+
function no(e) {
|
|
3680
3666
|
return typeof e == "function";
|
|
3681
3667
|
}
|
|
3682
3668
|
function at(e, t, r, n, i, o, s) {
|
|
3683
|
-
if (e.length === 1 &&
|
|
3669
|
+
if (e.length === 1 && lr(e[0]))
|
|
3684
3670
|
return [
|
|
3685
3671
|
{
|
|
3686
3672
|
type: V.literal,
|
|
@@ -3689,14 +3675,14 @@ function at(e, t, r, n, i, o, s) {
|
|
|
3689
3675
|
];
|
|
3690
3676
|
for (var a = [], u = 0, l = e; u < l.length; u++) {
|
|
3691
3677
|
var c = l[u];
|
|
3692
|
-
if (
|
|
3678
|
+
if (lr(c)) {
|
|
3693
3679
|
a.push({
|
|
3694
3680
|
type: V.literal,
|
|
3695
3681
|
value: c.value
|
|
3696
3682
|
});
|
|
3697
3683
|
continue;
|
|
3698
3684
|
}
|
|
3699
|
-
if (
|
|
3685
|
+
if (Pi(c)) {
|
|
3700
3686
|
typeof o == "number" && a.push({
|
|
3701
3687
|
type: V.literal,
|
|
3702
3688
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3705,44 +3691,44 @@ function at(e, t, r, n, i, o, s) {
|
|
|
3705
3691
|
}
|
|
3706
3692
|
var f = c.value;
|
|
3707
3693
|
if (!(i && f in i))
|
|
3708
|
-
throw new
|
|
3694
|
+
throw new to(f, s);
|
|
3709
3695
|
var d = i[f];
|
|
3710
|
-
if (
|
|
3696
|
+
if (Si(c)) {
|
|
3711
3697
|
(!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), a.push({
|
|
3712
3698
|
type: typeof d == "string" ? V.literal : V.object,
|
|
3713
3699
|
value: d
|
|
3714
3700
|
});
|
|
3715
3701
|
continue;
|
|
3716
3702
|
}
|
|
3717
|
-
if (
|
|
3718
|
-
var b = typeof c.style == "string" ? n.date[c.style] :
|
|
3703
|
+
if (Gr(c)) {
|
|
3704
|
+
var b = typeof c.style == "string" ? n.date[c.style] : Lt(c.style) ? c.style.parsedOptions : void 0;
|
|
3719
3705
|
a.push({
|
|
3720
3706
|
type: V.literal,
|
|
3721
3707
|
value: r.getDateTimeFormat(t, b).format(d)
|
|
3722
3708
|
});
|
|
3723
3709
|
continue;
|
|
3724
3710
|
}
|
|
3725
|
-
if (
|
|
3726
|
-
var b = typeof c.style == "string" ? n.time[c.style] :
|
|
3711
|
+
if ($r(c)) {
|
|
3712
|
+
var b = typeof c.style == "string" ? n.time[c.style] : Lt(c.style) ? c.style.parsedOptions : n.time.medium;
|
|
3727
3713
|
a.push({
|
|
3728
3714
|
type: V.literal,
|
|
3729
3715
|
value: r.getDateTimeFormat(t, b).format(d)
|
|
3730
3716
|
});
|
|
3731
3717
|
continue;
|
|
3732
3718
|
}
|
|
3733
|
-
if (
|
|
3734
|
-
var b = typeof c.style == "string" ? n.number[c.style] :
|
|
3719
|
+
if (kr(c)) {
|
|
3720
|
+
var b = typeof c.style == "string" ? n.number[c.style] : Xr(c.style) ? c.style.parsedOptions : void 0;
|
|
3735
3721
|
b && b.scale && (d = d * (b.scale || 1)), a.push({
|
|
3736
3722
|
type: V.literal,
|
|
3737
3723
|
value: r.getNumberFormat(t, b).format(d)
|
|
3738
3724
|
});
|
|
3739
3725
|
continue;
|
|
3740
3726
|
}
|
|
3741
|
-
if (
|
|
3742
|
-
var
|
|
3743
|
-
if (!
|
|
3744
|
-
throw new
|
|
3745
|
-
var C = at(
|
|
3727
|
+
if (zr(c)) {
|
|
3728
|
+
var v = c.children, g = c.value, S = i[g];
|
|
3729
|
+
if (!no(S))
|
|
3730
|
+
throw new eo(g, "function", s);
|
|
3731
|
+
var C = at(v, t, r, n, i, o), z = S(C.map(function(A) {
|
|
3746
3732
|
return A.value;
|
|
3747
3733
|
}));
|
|
3748
3734
|
Array.isArray(z) || (z = [z]), a.push.apply(a, z.map(function(A) {
|
|
@@ -3752,14 +3738,14 @@ function at(e, t, r, n, i, o, s) {
|
|
|
3752
3738
|
};
|
|
3753
3739
|
}));
|
|
3754
3740
|
}
|
|
3755
|
-
if (
|
|
3741
|
+
if (jr(c)) {
|
|
3756
3742
|
var R = c.options[d] || c.options.other;
|
|
3757
3743
|
if (!R)
|
|
3758
|
-
throw new
|
|
3744
|
+
throw new pr(c.value, d, Object.keys(c.options), s);
|
|
3759
3745
|
a.push.apply(a, at(R.value, t, r, n, i));
|
|
3760
3746
|
continue;
|
|
3761
3747
|
}
|
|
3762
|
-
if (
|
|
3748
|
+
if (Vr(c)) {
|
|
3763
3749
|
var R = c.options["=".concat(d)];
|
|
3764
3750
|
if (!R) {
|
|
3765
3751
|
if (!Intl.PluralRules)
|
|
@@ -3770,24 +3756,24 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3770
3756
|
R = c.options[U] || c.options.other;
|
|
3771
3757
|
}
|
|
3772
3758
|
if (!R)
|
|
3773
|
-
throw new
|
|
3759
|
+
throw new pr(c.value, d, Object.keys(c.options), s);
|
|
3774
3760
|
a.push.apply(a, at(R.value, t, r, n, i, d - (c.offset || 0)));
|
|
3775
3761
|
continue;
|
|
3776
3762
|
}
|
|
3777
3763
|
}
|
|
3778
|
-
return
|
|
3764
|
+
return ro(a);
|
|
3779
3765
|
}
|
|
3780
|
-
function
|
|
3766
|
+
function io(e, t) {
|
|
3781
3767
|
return t ? E(E(E({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3782
3768
|
return r[n] = E(E({}, e[n]), t[n] || {}), r;
|
|
3783
3769
|
}, {})) : e;
|
|
3784
3770
|
}
|
|
3785
|
-
function
|
|
3771
|
+
function oo(e, t) {
|
|
3786
3772
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3787
|
-
return r[n] =
|
|
3773
|
+
return r[n] = io(e[n], t[n]), r;
|
|
3788
3774
|
}, E({}, e)) : e;
|
|
3789
3775
|
}
|
|
3790
|
-
function
|
|
3776
|
+
function St(e) {
|
|
3791
3777
|
return {
|
|
3792
3778
|
create: function() {
|
|
3793
3779
|
return {
|
|
@@ -3801,39 +3787,39 @@ function Pt(e) {
|
|
|
3801
3787
|
}
|
|
3802
3788
|
};
|
|
3803
3789
|
}
|
|
3804
|
-
function
|
|
3790
|
+
function so(e) {
|
|
3805
3791
|
return e === void 0 && (e = {
|
|
3806
3792
|
number: {},
|
|
3807
3793
|
dateTime: {},
|
|
3808
3794
|
pluralRules: {}
|
|
3809
3795
|
}), {
|
|
3810
|
-
getNumberFormat:
|
|
3796
|
+
getNumberFormat: wt(function() {
|
|
3811
3797
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3812
3798
|
r[n] = arguments[n];
|
|
3813
3799
|
return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3814
3800
|
}, {
|
|
3815
|
-
cache:
|
|
3816
|
-
strategy:
|
|
3801
|
+
cache: St(e.number),
|
|
3802
|
+
strategy: Et.variadic
|
|
3817
3803
|
}),
|
|
3818
|
-
getDateTimeFormat:
|
|
3804
|
+
getDateTimeFormat: wt(function() {
|
|
3819
3805
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3820
3806
|
r[n] = arguments[n];
|
|
3821
3807
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3822
3808
|
}, {
|
|
3823
|
-
cache:
|
|
3824
|
-
strategy:
|
|
3809
|
+
cache: St(e.dateTime),
|
|
3810
|
+
strategy: Et.variadic
|
|
3825
3811
|
}),
|
|
3826
|
-
getPluralRules:
|
|
3812
|
+
getPluralRules: wt(function() {
|
|
3827
3813
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3828
3814
|
r[n] = arguments[n];
|
|
3829
3815
|
return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
|
|
3830
3816
|
}, {
|
|
3831
|
-
cache:
|
|
3832
|
-
strategy:
|
|
3817
|
+
cache: St(e.pluralRules),
|
|
3818
|
+
strategy: Et.variadic
|
|
3833
3819
|
})
|
|
3834
3820
|
};
|
|
3835
3821
|
}
|
|
3836
|
-
var
|
|
3822
|
+
var ao = (
|
|
3837
3823
|
/** @class */
|
|
3838
3824
|
function() {
|
|
3839
3825
|
function e(t, r, n, i) {
|
|
@@ -3865,13 +3851,13 @@ var uo = (
|
|
|
3865
3851
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3866
3852
|
var s = i || {};
|
|
3867
3853
|
s.formatters;
|
|
3868
|
-
var a =
|
|
3854
|
+
var a = Dn(s, ["formatters"]);
|
|
3869
3855
|
this.ast = e.__parse(t, E(E({}, a), { locale: this.resolvedLocale }));
|
|
3870
3856
|
} else
|
|
3871
3857
|
this.ast = t;
|
|
3872
3858
|
if (!Array.isArray(this.ast))
|
|
3873
3859
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3874
|
-
this.formats =
|
|
3860
|
+
this.formats = oo(e.formats, n), this.formatters = i && i.formatters || so(this.formatterCache);
|
|
3875
3861
|
}
|
|
3876
3862
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3877
3863
|
get: function() {
|
|
@@ -3884,7 +3870,7 @@ var uo = (
|
|
|
3884
3870
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3885
3871
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3886
3872
|
}
|
|
3887
|
-
}, e.__parse =
|
|
3873
|
+
}, e.__parse = Ki, e.formats = {
|
|
3888
3874
|
number: {
|
|
3889
3875
|
integer: {
|
|
3890
3876
|
maximumFractionDigits: 0
|
|
@@ -3945,7 +3931,7 @@ var uo = (
|
|
|
3945
3931
|
}, e;
|
|
3946
3932
|
}()
|
|
3947
3933
|
);
|
|
3948
|
-
function
|
|
3934
|
+
function lo(e, t) {
|
|
3949
3935
|
if (t == null)
|
|
3950
3936
|
return;
|
|
3951
3937
|
if (t in e)
|
|
@@ -3966,92 +3952,92 @@ function co(e, t) {
|
|
|
3966
3952
|
n = void 0;
|
|
3967
3953
|
return n;
|
|
3968
3954
|
}
|
|
3969
|
-
const ce = {},
|
|
3955
|
+
const ce = {}, uo = (e, t, r) => r && (t in ce || (ce[t] = {}), e in ce[t] || (ce[t][e] = r), r), en = (e, t) => {
|
|
3970
3956
|
if (t == null)
|
|
3971
3957
|
return;
|
|
3972
3958
|
if (t in ce && e in ce[t])
|
|
3973
3959
|
return ce[t][e];
|
|
3974
3960
|
const r = pt(t);
|
|
3975
3961
|
for (let n = 0; n < r.length; n++) {
|
|
3976
|
-
const i = r[n], o =
|
|
3962
|
+
const i = r[n], o = ho(i, e);
|
|
3977
3963
|
if (o)
|
|
3978
|
-
return
|
|
3964
|
+
return uo(e, t, o);
|
|
3979
3965
|
}
|
|
3980
3966
|
};
|
|
3981
|
-
let
|
|
3967
|
+
let jt;
|
|
3982
3968
|
const Ue = dt({});
|
|
3983
|
-
function
|
|
3984
|
-
return
|
|
3969
|
+
function co(e) {
|
|
3970
|
+
return jt[e] || null;
|
|
3985
3971
|
}
|
|
3986
|
-
function
|
|
3987
|
-
return e in
|
|
3972
|
+
function tn(e) {
|
|
3973
|
+
return e in jt;
|
|
3988
3974
|
}
|
|
3989
|
-
function
|
|
3990
|
-
if (!
|
|
3975
|
+
function ho(e, t) {
|
|
3976
|
+
if (!tn(e))
|
|
3991
3977
|
return null;
|
|
3992
|
-
const r =
|
|
3993
|
-
return
|
|
3978
|
+
const r = co(e);
|
|
3979
|
+
return lo(r, t);
|
|
3994
3980
|
}
|
|
3995
|
-
function
|
|
3981
|
+
function fo(e) {
|
|
3996
3982
|
if (e == null)
|
|
3997
3983
|
return;
|
|
3998
3984
|
const t = pt(e);
|
|
3999
3985
|
for (let r = 0; r < t.length; r++) {
|
|
4000
3986
|
const n = t[r];
|
|
4001
|
-
if (
|
|
3987
|
+
if (tn(n))
|
|
4002
3988
|
return n;
|
|
4003
3989
|
}
|
|
4004
3990
|
}
|
|
4005
|
-
function
|
|
4006
|
-
delete ce[e], Ue.update((r) => (r[e] =
|
|
3991
|
+
function rn(e, ...t) {
|
|
3992
|
+
delete ce[e], Ue.update((r) => (r[e] = gi.all([r[e] || {}, ...t]), r));
|
|
4007
3993
|
}
|
|
4008
3994
|
Re(
|
|
4009
3995
|
[Ue],
|
|
4010
3996
|
([e]) => Object.keys(e)
|
|
4011
3997
|
);
|
|
4012
|
-
Ue.subscribe((e) =>
|
|
3998
|
+
Ue.subscribe((e) => jt = e);
|
|
4013
3999
|
const lt = {};
|
|
4014
|
-
function
|
|
4000
|
+
function mo(e, t) {
|
|
4015
4001
|
lt[e].delete(t), lt[e].size === 0 && delete lt[e];
|
|
4016
4002
|
}
|
|
4017
|
-
function
|
|
4003
|
+
function nn(e) {
|
|
4018
4004
|
return lt[e];
|
|
4019
4005
|
}
|
|
4020
|
-
function
|
|
4006
|
+
function po(e) {
|
|
4021
4007
|
return pt(e).map((t) => {
|
|
4022
|
-
const r =
|
|
4008
|
+
const r = nn(t);
|
|
4023
4009
|
return [t, r ? [...r] : []];
|
|
4024
4010
|
}).filter(([, t]) => t.length > 0);
|
|
4025
4011
|
}
|
|
4026
|
-
function
|
|
4012
|
+
function Dt(e) {
|
|
4027
4013
|
return e == null ? !1 : pt(e).some(
|
|
4028
4014
|
(t) => {
|
|
4029
4015
|
var r;
|
|
4030
|
-
return (r =
|
|
4016
|
+
return (r = nn(t)) == null ? void 0 : r.size;
|
|
4031
4017
|
}
|
|
4032
4018
|
);
|
|
4033
4019
|
}
|
|
4034
|
-
function
|
|
4020
|
+
function go(e, t) {
|
|
4035
4021
|
return Promise.all(
|
|
4036
|
-
t.map((n) => (
|
|
4037
|
-
).then((n) =>
|
|
4022
|
+
t.map((n) => (mo(e, n), n().then((i) => i.default || i)))
|
|
4023
|
+
).then((n) => rn(e, ...n));
|
|
4038
4024
|
}
|
|
4039
4025
|
const Ve = {};
|
|
4040
|
-
function
|
|
4041
|
-
if (!
|
|
4026
|
+
function on(e) {
|
|
4027
|
+
if (!Dt(e))
|
|
4042
4028
|
return e in Ve ? Ve[e] : Promise.resolve();
|
|
4043
|
-
const t =
|
|
4029
|
+
const t = po(e);
|
|
4044
4030
|
return Ve[e] = Promise.all(
|
|
4045
4031
|
t.map(
|
|
4046
|
-
([r, n]) =>
|
|
4032
|
+
([r, n]) => go(r, n)
|
|
4047
4033
|
)
|
|
4048
4034
|
).then(() => {
|
|
4049
|
-
if (
|
|
4050
|
-
return
|
|
4035
|
+
if (Dt(e))
|
|
4036
|
+
return on(e);
|
|
4051
4037
|
delete Ve[e];
|
|
4052
4038
|
}), Ve[e];
|
|
4053
4039
|
}
|
|
4054
|
-
const
|
|
4040
|
+
const bo = {
|
|
4055
4041
|
number: {
|
|
4056
4042
|
scientific: { notation: "scientific" },
|
|
4057
4043
|
engineering: { notation: "engineering" },
|
|
@@ -4080,57 +4066,57 @@ const yo = {
|
|
|
4080
4066
|
timeZoneName: "short"
|
|
4081
4067
|
}
|
|
4082
4068
|
}
|
|
4083
|
-
},
|
|
4069
|
+
}, yo = {
|
|
4084
4070
|
fallbackLocale: null,
|
|
4085
4071
|
loadingDelay: 200,
|
|
4086
|
-
formats:
|
|
4072
|
+
formats: bo,
|
|
4087
4073
|
warnOnMissingMessages: !0,
|
|
4088
4074
|
handleMissingMessage: void 0,
|
|
4089
4075
|
ignoreTag: !0
|
|
4090
|
-
},
|
|
4076
|
+
}, vo = yo;
|
|
4091
4077
|
function Me() {
|
|
4092
|
-
return
|
|
4093
|
-
}
|
|
4094
|
-
const
|
|
4095
|
-
var
|
|
4096
|
-
for (var r in t
|
|
4097
|
-
|
|
4098
|
-
if (
|
|
4099
|
-
for (var r of
|
|
4100
|
-
|
|
4078
|
+
return vo;
|
|
4079
|
+
}
|
|
4080
|
+
const Pt = dt(!1);
|
|
4081
|
+
var _o = Object.defineProperty, wo = Object.defineProperties, Eo = Object.getOwnPropertyDescriptors, gr = Object.getOwnPropertySymbols, xo = Object.prototype.hasOwnProperty, So = Object.prototype.propertyIsEnumerable, br = (e, t, r) => t in e ? _o(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Po = (e, t) => {
|
|
4082
|
+
for (var r in t)
|
|
4083
|
+
xo.call(t, r) && br(e, r, t[r]);
|
|
4084
|
+
if (gr)
|
|
4085
|
+
for (var r of gr(t))
|
|
4086
|
+
So.call(t, r) && br(e, r, t[r]);
|
|
4101
4087
|
return e;
|
|
4102
|
-
},
|
|
4103
|
-
let
|
|
4088
|
+
}, To = (e, t) => wo(e, Eo(t));
|
|
4089
|
+
let kt;
|
|
4104
4090
|
const ct = dt(null);
|
|
4105
|
-
function
|
|
4091
|
+
function yr(e) {
|
|
4106
4092
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4107
4093
|
}
|
|
4108
4094
|
function pt(e, t = Me().fallbackLocale) {
|
|
4109
|
-
const r =
|
|
4110
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4095
|
+
const r = yr(e);
|
|
4096
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...yr(t)])] : r;
|
|
4111
4097
|
}
|
|
4112
|
-
function
|
|
4113
|
-
return
|
|
4098
|
+
function ve() {
|
|
4099
|
+
return kt != null ? kt : void 0;
|
|
4114
4100
|
}
|
|
4115
4101
|
ct.subscribe((e) => {
|
|
4116
|
-
|
|
4102
|
+
kt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4117
4103
|
});
|
|
4118
|
-
const
|
|
4119
|
-
if (e &&
|
|
4104
|
+
const Ho = (e) => {
|
|
4105
|
+
if (e && fo(e) && Dt(e)) {
|
|
4120
4106
|
const { loadingDelay: t } = Me();
|
|
4121
4107
|
let r;
|
|
4122
|
-
return typeof window != "undefined" &&
|
|
4123
|
-
() =>
|
|
4108
|
+
return typeof window != "undefined" && ve() != null && t ? r = window.setTimeout(
|
|
4109
|
+
() => Pt.set(!0),
|
|
4124
4110
|
t
|
|
4125
|
-
) :
|
|
4111
|
+
) : Pt.set(!0), on(e).then(() => {
|
|
4126
4112
|
ct.set(e);
|
|
4127
4113
|
}).finally(() => {
|
|
4128
|
-
clearTimeout(r),
|
|
4114
|
+
clearTimeout(r), Pt.set(!1);
|
|
4129
4115
|
});
|
|
4130
4116
|
}
|
|
4131
4117
|
return ct.set(e);
|
|
4132
|
-
}, he =
|
|
4133
|
-
set:
|
|
4118
|
+
}, he = To(Po({}, ct), {
|
|
4119
|
+
set: Ho
|
|
4134
4120
|
}), gt = (e) => {
|
|
4135
4121
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4136
4122
|
return (n) => {
|
|
@@ -4138,20 +4124,20 @@ const Ao = (e) => {
|
|
|
4138
4124
|
return i in t ? t[i] : t[i] = e(n);
|
|
4139
4125
|
};
|
|
4140
4126
|
};
|
|
4141
|
-
var
|
|
4127
|
+
var Bo = Object.defineProperty, ht = Object.getOwnPropertySymbols, sn = Object.prototype.hasOwnProperty, an = Object.prototype.propertyIsEnumerable, vr = (e, t, r) => t in e ? Bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Vt = (e, t) => {
|
|
4142
4128
|
for (var r in t || (t = {}))
|
|
4143
|
-
|
|
4129
|
+
sn.call(t, r) && vr(e, r, t[r]);
|
|
4144
4130
|
if (ht)
|
|
4145
4131
|
for (var r of ht(t))
|
|
4146
|
-
|
|
4132
|
+
an.call(t, r) && vr(e, r, t[r]);
|
|
4147
4133
|
return e;
|
|
4148
4134
|
}, Fe = (e, t) => {
|
|
4149
4135
|
var r = {};
|
|
4150
4136
|
for (var n in e)
|
|
4151
|
-
|
|
4137
|
+
sn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4152
4138
|
if (e != null && ht)
|
|
4153
4139
|
for (var n of ht(e))
|
|
4154
|
-
t.indexOf(n) < 0 &&
|
|
4140
|
+
t.indexOf(n) < 0 && an.call(e, n) && (r[n] = e[n]);
|
|
4155
4141
|
return r;
|
|
4156
4142
|
};
|
|
4157
4143
|
const Ze = (e, t) => {
|
|
@@ -4159,21 +4145,21 @@ const Ze = (e, t) => {
|
|
|
4159
4145
|
if (e in r && t in r[e])
|
|
4160
4146
|
return r[e][t];
|
|
4161
4147
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4162
|
-
},
|
|
4148
|
+
}, Ao = gt(
|
|
4163
4149
|
(e) => {
|
|
4164
4150
|
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4165
4151
|
if (r == null)
|
|
4166
4152
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4167
4153
|
return n && (i = Ze("number", n)), new Intl.NumberFormat(r, i);
|
|
4168
4154
|
}
|
|
4169
|
-
),
|
|
4155
|
+
), Io = gt(
|
|
4170
4156
|
(e) => {
|
|
4171
4157
|
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4172
4158
|
if (r == null)
|
|
4173
4159
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4174
4160
|
return n ? i = Ze("date", n) : Object.keys(i).length === 0 && (i = Ze("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4175
4161
|
}
|
|
4176
|
-
),
|
|
4162
|
+
), Co = gt(
|
|
4177
4163
|
(e) => {
|
|
4178
4164
|
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4179
4165
|
if (r == null)
|
|
@@ -4182,46 +4168,46 @@ const Ze = (e, t) => {
|
|
|
4182
4168
|
);
|
|
4183
4169
|
return n ? i = Ze("time", n) : Object.keys(i).length === 0 && (i = Ze("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4184
4170
|
}
|
|
4185
|
-
),
|
|
4171
|
+
), Oo = (e = {}) => {
|
|
4186
4172
|
var t = e, {
|
|
4187
|
-
locale: r =
|
|
4173
|
+
locale: r = ve()
|
|
4188
4174
|
} = t, n = Fe(t, [
|
|
4189
4175
|
"locale"
|
|
4190
4176
|
]);
|
|
4191
|
-
return
|
|
4192
|
-
},
|
|
4177
|
+
return Ao(Vt({ locale: r }, n));
|
|
4178
|
+
}, Lo = (e = {}) => {
|
|
4193
4179
|
var t = e, {
|
|
4194
|
-
locale: r =
|
|
4180
|
+
locale: r = ve()
|
|
4195
4181
|
} = t, n = Fe(t, [
|
|
4196
4182
|
"locale"
|
|
4197
4183
|
]);
|
|
4198
|
-
return
|
|
4199
|
-
},
|
|
4184
|
+
return Io(Vt({ locale: r }, n));
|
|
4185
|
+
}, Mo = (e = {}) => {
|
|
4200
4186
|
var t = e, {
|
|
4201
|
-
locale: r =
|
|
4187
|
+
locale: r = ve()
|
|
4202
4188
|
} = t, n = Fe(t, [
|
|
4203
4189
|
"locale"
|
|
4204
4190
|
]);
|
|
4205
|
-
return
|
|
4206
|
-
},
|
|
4191
|
+
return Co(Vt({ locale: r }, n));
|
|
4192
|
+
}, No = gt(
|
|
4207
4193
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4208
|
-
(e, t =
|
|
4194
|
+
(e, t = ve()) => new ao(e, t, Me().formats, {
|
|
4209
4195
|
ignoreTag: Me().ignoreTag
|
|
4210
4196
|
})
|
|
4211
|
-
),
|
|
4197
|
+
), Ro = (e, t = {}) => {
|
|
4212
4198
|
var r, n, i, o;
|
|
4213
4199
|
let s = t;
|
|
4214
4200
|
typeof e == "object" && (s = e, e = s.id);
|
|
4215
4201
|
const {
|
|
4216
4202
|
values: a,
|
|
4217
|
-
locale: u =
|
|
4203
|
+
locale: u = ve(),
|
|
4218
4204
|
default: l
|
|
4219
4205
|
} = s;
|
|
4220
4206
|
if (u == null)
|
|
4221
4207
|
throw new Error(
|
|
4222
4208
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4223
4209
|
);
|
|
4224
|
-
let c =
|
|
4210
|
+
let c = en(e, u);
|
|
4225
4211
|
if (!c)
|
|
4226
4212
|
c = (o = (i = (n = (r = Me()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
|
|
4227
4213
|
else if (typeof c != "string")
|
|
@@ -4232,7 +4218,7 @@ const Ze = (e, t) => {
|
|
|
4232
4218
|
return c;
|
|
4233
4219
|
let f = c;
|
|
4234
4220
|
try {
|
|
4235
|
-
f =
|
|
4221
|
+
f = No(c, u).format(a);
|
|
4236
4222
|
} catch (d) {
|
|
4237
4223
|
d instanceof Error && console.warn(
|
|
4238
4224
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4240,25 +4226,25 @@ const Ze = (e, t) => {
|
|
|
4240
4226
|
);
|
|
4241
4227
|
}
|
|
4242
4228
|
return f;
|
|
4243
|
-
},
|
|
4229
|
+
}, Uo = (e, t) => Mo(t).format(e), Fo = (e, t) => Lo(t).format(e), Do = (e, t) => Oo(t).format(e), ko = (e, t = ve()) => en(e, t), Go = Re([he, Ue], () => Ro);
|
|
4230
|
+
Re([he], () => Uo);
|
|
4231
|
+
Re([he], () => Fo);
|
|
4244
4232
|
Re([he], () => Do);
|
|
4245
|
-
Re([he], () => ko);
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
const Vo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4250
|
-
function zo({ withLocale: e, translations: t }) {
|
|
4233
|
+
Re([he, Ue], () => ko);
|
|
4234
|
+
window.emWidgets = { topic: Kn };
|
|
4235
|
+
const $o = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4236
|
+
function jo({ withLocale: e, translations: t }) {
|
|
4251
4237
|
he.subscribe((r) => {
|
|
4252
4238
|
r == null && (Ue.set(t), he.set(e));
|
|
4253
4239
|
});
|
|
4254
4240
|
}
|
|
4255
|
-
function
|
|
4256
|
-
|
|
4241
|
+
function _r(e, t) {
|
|
4242
|
+
rn(e, t);
|
|
4257
4243
|
}
|
|
4258
|
-
function
|
|
4244
|
+
function Vo(e) {
|
|
4259
4245
|
he.set(e);
|
|
4260
4246
|
}
|
|
4261
|
-
const
|
|
4247
|
+
const wr = {
|
|
4262
4248
|
en: {
|
|
4263
4249
|
loginTitle: "Welcome",
|
|
4264
4250
|
loginSubtitle: "Don't have an account yet?",
|
|
@@ -4403,13 +4389,13 @@ const xr = {
|
|
|
4403
4389
|
successMessage: "Login successful"
|
|
4404
4390
|
}
|
|
4405
4391
|
};
|
|
4406
|
-
function
|
|
4392
|
+
function zo(e, t) {
|
|
4407
4393
|
if (e) {
|
|
4408
4394
|
const r = document.createElement("style");
|
|
4409
4395
|
r.innerHTML = t, e.appendChild(r);
|
|
4410
4396
|
}
|
|
4411
4397
|
}
|
|
4412
|
-
function
|
|
4398
|
+
function Xo(e, t) {
|
|
4413
4399
|
const r = new URL(t);
|
|
4414
4400
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4415
4401
|
const i = document.createElement("style");
|
|
@@ -4418,7 +4404,7 @@ function Zo(e, t) {
|
|
|
4418
4404
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4419
4405
|
});
|
|
4420
4406
|
}
|
|
4421
|
-
function
|
|
4407
|
+
function Wo(e, t, r) {
|
|
4422
4408
|
if (window.emMessageBus) {
|
|
4423
4409
|
const n = document.createElement("style");
|
|
4424
4410
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4438,18 +4424,18 @@ if (typeof window != "undefined") {
|
|
|
4438
4424
|
}
|
|
4439
4425
|
};
|
|
4440
4426
|
};
|
|
4441
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-
|
|
4427
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-CvbvUmlt.js").then(({ default: t }) => {
|
|
4442
4428
|
!customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
|
|
4443
4429
|
});
|
|
4444
4430
|
}
|
|
4445
|
-
function
|
|
4446
|
-
|
|
4431
|
+
function Zo(e) {
|
|
4432
|
+
yn(e, "svelte-7c22cn", '.grecaptcha-badge{opacity:0}input,select{font-family:inherit}.PlayerLoginFormWrapper{height:100%;border-radius:var(--emw--border-radius-medium, 15px)}.FormContainer{width:100%}.FormLogin{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));padding:50px}.FormHeaderTitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-light, 300);padding:0;text-transform:uppercase;margin:0}.PasswordContainer{position:relative}.FormRequired{color:var(--emw--color-error, var(--emw--color-error, #ed0909))}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);margin:5px 0 0 0}.FormRegisterCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);text-decoration:none;cursor:pointer}.FormContent{padding-top:20px}.UserContainer,.PasswordContainer,.CaptchaContainer{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));display:flex;flex-direction:column;position:relative}.UserContainer label,.PasswordContainer label,.CaptchaContainer label{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.UserContainer input,.PasswordContainer input,.CaptchaContainer input{width:100%;height:44px;border-radius:15px;border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.UserContainer input:focus,.PasswordContainer input:focus,.CaptchaContainer input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));outline:none}.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.CaptchaContainer.InvalidField input{border:1px solid var(--emw--color-error, var(--emw--color-error, #ed0909));background:var(--emw--color-pale, #FBECF4);outline:none;color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.PasswordContainer input{padding:5px 30px 5px 15px}.TogglePasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, var(--emw--color-error, #ed0909))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.SignInButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 10px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer}.SignInButton[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}.ForgotPasswordButton{border:0;background:transparent;font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));margin-top:15px;cursor:pointer}.PasswordContainer,.UserContainer{padding-bottom:40px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-error, #ed0909));font-size:10px;position:absolute;top:55px;padding-top:5px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, var(--emw--color-error, #ed0909))}.FormMobileContainer{height:100%}.FormMobileContainer .FormLogin{padding:40px 20px}.FormMobileContainer .SignInButton,.FormMobileContainer .UserContainer input,.FormMobileContainer .PasswordContainer input,.FormMobileContainer .CaptchaContainer{max-width:unset;border-radius:var(--emw--border-radius-medium, 15px)}.ModalLoaderWrapper{display:flex;height:100%;align-items:center}.ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.ModalLoader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent;animation:Loader 1.2s linear infinite}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
|
|
4447
4433
|
}
|
|
4448
|
-
function
|
|
4434
|
+
function Er(e) {
|
|
4449
4435
|
let t, r;
|
|
4450
4436
|
return {
|
|
4451
4437
|
c() {
|
|
4452
|
-
t = x("script"),
|
|
4438
|
+
t = x("script"), Yt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
|
|
4453
4439
|
e[1]) || h(t, "src", r), t.async = !0, t.defer = !0;
|
|
4454
4440
|
},
|
|
4455
4441
|
m(n, i) {
|
|
@@ -4457,7 +4443,7 @@ function Sr(e) {
|
|
|
4457
4443
|
},
|
|
4458
4444
|
p(n, i) {
|
|
4459
4445
|
i[0] & /*captchakey*/
|
|
4460
|
-
2 && !
|
|
4446
|
+
2 && !Yt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
|
|
4461
4447
|
n[1]) && h(t, "src", r);
|
|
4462
4448
|
},
|
|
4463
4449
|
d(n) {
|
|
@@ -4465,12 +4451,12 @@ function Sr(e) {
|
|
|
4465
4451
|
}
|
|
4466
4452
|
};
|
|
4467
4453
|
}
|
|
4468
|
-
function
|
|
4454
|
+
function qo(e) {
|
|
4469
4455
|
let t, r, n;
|
|
4470
4456
|
function i(a, u) {
|
|
4471
4457
|
return (
|
|
4472
4458
|
/*startSmsValidation*/
|
|
4473
|
-
a[21] ?
|
|
4459
|
+
a[21] ? Yo : Qo
|
|
4474
4460
|
);
|
|
4475
4461
|
}
|
|
4476
4462
|
let o = i(e), s = o(e);
|
|
@@ -4492,7 +4478,7 @@ function Qo(e) {
|
|
|
4492
4478
|
}
|
|
4493
4479
|
};
|
|
4494
4480
|
}
|
|
4495
|
-
function
|
|
4481
|
+
function Jo(e) {
|
|
4496
4482
|
let t;
|
|
4497
4483
|
return {
|
|
4498
4484
|
c() {
|
|
@@ -4507,7 +4493,7 @@ function Yo(e) {
|
|
|
4507
4493
|
}
|
|
4508
4494
|
};
|
|
4509
4495
|
}
|
|
4510
|
-
function
|
|
4496
|
+
function Qo(e) {
|
|
4511
4497
|
let t, r, n = (
|
|
4512
4498
|
/*$_*/
|
|
4513
4499
|
e[22]("loginTitle") + ""
|
|
@@ -4517,7 +4503,7 @@ function Ko(e) {
|
|
|
4517
4503
|
), u, l, c, f = (
|
|
4518
4504
|
/*$_*/
|
|
4519
4505
|
e[22]("loginSubtitleRegister") + ""
|
|
4520
|
-
), d, b,
|
|
4506
|
+
), d, b, v, g, S, C, z = (
|
|
4521
4507
|
/*$_*/
|
|
4522
4508
|
e[22]("loginUsername") + ""
|
|
4523
4509
|
), R, U, A, ne, H, oe, fe, J, ue, B, ie, X = (
|
|
@@ -4526,42 +4512,42 @@ function Ko(e) {
|
|
|
4526
4512
|
), De, qe, de, me, M, _e, Je, we, Ee, pe, ke, xe, Q, ge = (
|
|
4527
4513
|
/*$_*/
|
|
4528
4514
|
e[22]("loginButton") + ""
|
|
4529
|
-
), Se, Qe, be,
|
|
4515
|
+
), Se, Qe, be, ye = (
|
|
4530
4516
|
/*$_*/
|
|
4531
4517
|
e[22]("loginForgotPassword") + ""
|
|
4532
4518
|
), Ge, $e, Ye, F = (
|
|
4533
4519
|
/*invalidName*/
|
|
4534
|
-
e[14] &&
|
|
4520
|
+
e[14] && xr(e)
|
|
4535
4521
|
);
|
|
4536
|
-
function Ke(
|
|
4522
|
+
function Ke(y, P) {
|
|
4537
4523
|
return (
|
|
4538
4524
|
/*isPasswordVisible*/
|
|
4539
|
-
|
|
4525
|
+
y[19] ? es : Ko
|
|
4540
4526
|
);
|
|
4541
4527
|
}
|
|
4542
4528
|
let Pe = Ke(e), Y = Pe(e), D = (
|
|
4543
4529
|
/*invalidPassword*/
|
|
4544
4530
|
e[15] && /*simplepasswordvalidation*/
|
|
4545
|
-
e[2] !== "true" &&
|
|
4531
|
+
e[2] !== "true" && Sr(e)
|
|
4546
4532
|
), k = (
|
|
4547
4533
|
/*invalidPassword*/
|
|
4548
4534
|
e[15] && /*simplepasswordvalidation*/
|
|
4549
|
-
e[2] === "true" &&
|
|
4535
|
+
e[2] === "true" && Pr(e)
|
|
4550
4536
|
), G = (
|
|
4551
4537
|
/*errorMessage*/
|
|
4552
|
-
e[16] &&
|
|
4538
|
+
e[16] && Tr(e)
|
|
4553
4539
|
);
|
|
4554
4540
|
return {
|
|
4555
4541
|
c() {
|
|
4556
|
-
t = x("div"), r = x("h4"), i = N(n), o = j(), s = x("p"), u = N(a), l = j(), c = x("span"), d = N(f), b = j(),
|
|
4542
|
+
t = x("div"), r = x("h4"), i = N(n), o = j(), s = x("p"), u = N(a), l = j(), c = x("span"), d = N(f), b = j(), v = x("div"), g = x("form"), S = x("div"), C = x("label"), R = N(z), U = N(":"), A = x("span"), A.textContent = "*", ne = j(), H = x("input"), fe = j(), F && F.c(), ue = j(), B = x("div"), ie = x("label"), De = N(X), qe = N(":"), de = x("span"), de.textContent = "*", me = j(), M = x("input"), Je = j(), Y.c(), we = j(), D && D.c(), Ee = j(), k && k.c(), ke = j(), G && G.c(), xe = j(), Q = x("button"), Se = N(ge), Qe = j(), be = x("button"), Ge = N(ye), h(r, "class", "FormHeaderTitle"), h(c, "class", "FormRegisterCallToAction"), h(s, "class", "FormHeaderSubtitle"), h(t, "class", "FormHeader"), h(A, "class", "FormRequired"), h(C, "for", "username"), h(H, "type", "text"), h(H, "id", "email"), h(H, "name", "email"), h(H, "autocomplete", oe = /*savecredentials*/
|
|
4557
4543
|
e[6] ? "username email" : "off"), H.required = !0, h(S, "class", J = "UserContainer " + /*invalidName*/
|
|
4558
4544
|
(e[14] ? "InvalidField" : "")), h(de, "class", "FormRequired"), h(ie, "for", "current-password"), h(M, "type", "password"), h(M, "name", "current-password"), h(M, "id", "current-password"), h(M, "autocomplete", _e = /*savecredentials*/
|
|
4559
4545
|
e[6] ? "current-password" : "off"), h(M, "aria-describedby", "password-constraints"), M.required = !0, h(B, "class", pe = "PasswordContainer " + /*invalidPassword*/
|
|
4560
4546
|
(e[15] ? "InvalidField" : "")), h(Q, "class", "SignInButton"), Q.disabled = /*isFormDataInvalid*/
|
|
4561
|
-
e[20], h(Q, "id", "signin-button"), h(be, "class", "ForgotPasswordButton"), h(g, "id", "signin"), h(
|
|
4547
|
+
e[20], h(Q, "id", "signin-button"), h(be, "class", "ForgotPasswordButton"), h(g, "id", "signin"), h(v, "class", "FormContent");
|
|
4562
4548
|
},
|
|
4563
|
-
m(
|
|
4564
|
-
L(
|
|
4549
|
+
m(y, P) {
|
|
4550
|
+
L(y, t, P), m(t, r), m(r, i), m(t, o), m(t, s), m(s, u), m(s, l), m(s, c), m(c, d), L(y, b, P), L(y, v, P), m(v, g), m(g, S), m(S, C), m(C, R), m(C, U), m(C, A), m(S, ne), m(S, H), rt(
|
|
4565
4551
|
H,
|
|
4566
4552
|
/*userValue*/
|
|
4567
4553
|
e[12]
|
|
@@ -4614,57 +4600,57 @@ function Ko(e) {
|
|
|
4614
4600
|
)
|
|
4615
4601
|
], $e = !0);
|
|
4616
4602
|
},
|
|
4617
|
-
p(
|
|
4603
|
+
p(y, P) {
|
|
4618
4604
|
P[0] & /*$_*/
|
|
4619
4605
|
4194304 && n !== (n = /*$_*/
|
|
4620
|
-
|
|
4606
|
+
y[22]("loginTitle") + "") && re(i, n), P[0] & /*$_*/
|
|
4621
4607
|
4194304 && a !== (a = /*$_*/
|
|
4622
|
-
|
|
4608
|
+
y[22]("loginSubtitle") + "") && re(u, a), P[0] & /*$_*/
|
|
4623
4609
|
4194304 && f !== (f = /*$_*/
|
|
4624
|
-
|
|
4610
|
+
y[22]("loginSubtitleRegister") + "") && re(d, f), P[0] & /*$_*/
|
|
4625
4611
|
4194304 && z !== (z = /*$_*/
|
|
4626
|
-
|
|
4612
|
+
y[22]("loginUsername") + "") && re(R, z), P[0] & /*savecredentials*/
|
|
4627
4613
|
64 && oe !== (oe = /*savecredentials*/
|
|
4628
|
-
|
|
4614
|
+
y[6] ? "username email" : "off") && h(H, "autocomplete", oe), P[0] & /*userValue*/
|
|
4629
4615
|
4096 && H.value !== /*userValue*/
|
|
4630
|
-
|
|
4616
|
+
y[12] && rt(
|
|
4631
4617
|
H,
|
|
4632
4618
|
/*userValue*/
|
|
4633
|
-
|
|
4619
|
+
y[12]
|
|
4634
4620
|
), /*invalidName*/
|
|
4635
|
-
|
|
4621
|
+
y[14] ? F ? F.p(y, P) : (F = xr(y), F.c(), F.m(S, null)) : F && (F.d(1), F = null), P[0] & /*invalidName*/
|
|
4636
4622
|
16384 && J !== (J = "UserContainer " + /*invalidName*/
|
|
4637
|
-
(
|
|
4623
|
+
(y[14] ? "InvalidField" : "")) && h(S, "class", J), P[0] & /*$_*/
|
|
4638
4624
|
4194304 && X !== (X = /*$_*/
|
|
4639
|
-
|
|
4625
|
+
y[22]("loginPassword") + "") && re(De, X), P[0] & /*savecredentials*/
|
|
4640
4626
|
64 && _e !== (_e = /*savecredentials*/
|
|
4641
|
-
|
|
4627
|
+
y[6] ? "current-password" : "off") && h(M, "autocomplete", _e), P[0] & /*userPassword*/
|
|
4642
4628
|
8192 && M.value !== /*userPassword*/
|
|
4643
|
-
|
|
4629
|
+
y[13] && rt(
|
|
4644
4630
|
M,
|
|
4645
4631
|
/*userPassword*/
|
|
4646
|
-
|
|
4647
|
-
), Pe === (Pe = Ke(
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4632
|
+
y[13]
|
|
4633
|
+
), Pe === (Pe = Ke(y)) && Y ? Y.p(y, P) : (Y.d(1), Y = Pe(y), Y && (Y.c(), Y.m(B, we))), /*invalidPassword*/
|
|
4634
|
+
y[15] && /*simplepasswordvalidation*/
|
|
4635
|
+
y[2] !== "true" ? D ? D.p(y, P) : (D = Sr(y), D.c(), D.m(B, Ee)) : D && (D.d(1), D = null), /*invalidPassword*/
|
|
4636
|
+
y[15] && /*simplepasswordvalidation*/
|
|
4637
|
+
y[2] === "true" ? k ? k.p(y, P) : (k = Pr(y), k.c(), k.m(B, null)) : k && (k.d(1), k = null), P[0] & /*invalidPassword*/
|
|
4652
4638
|
32768 && pe !== (pe = "PasswordContainer " + /*invalidPassword*/
|
|
4653
|
-
(
|
|
4654
|
-
|
|
4639
|
+
(y[15] ? "InvalidField" : "")) && h(B, "class", pe), /*errorMessage*/
|
|
4640
|
+
y[16] ? G ? G.p(y, P) : (G = Tr(y), G.c(), G.m(g, xe)) : G && (G.d(1), G = null), P[0] & /*$_*/
|
|
4655
4641
|
4194304 && ge !== (ge = /*$_*/
|
|
4656
|
-
|
|
4642
|
+
y[22]("loginButton") + "") && re(Se, ge), P[0] & /*isFormDataInvalid*/
|
|
4657
4643
|
1048576 && (Q.disabled = /*isFormDataInvalid*/
|
|
4658
|
-
|
|
4659
|
-
4194304 &&
|
|
4660
|
-
|
|
4644
|
+
y[20]), P[0] & /*$_*/
|
|
4645
|
+
4194304 && ye !== (ye = /*$_*/
|
|
4646
|
+
y[22]("loginForgotPassword") + "") && re(Ge, ye);
|
|
4661
4647
|
},
|
|
4662
|
-
d(
|
|
4663
|
-
|
|
4648
|
+
d(y) {
|
|
4649
|
+
y && (I(t), I(b), I(v)), F && F.d(), e[36](null), Y.d(), D && D.d(), k && k.d(), G && G.d(), $e = !1, Ne(Ye);
|
|
4664
4650
|
}
|
|
4665
4651
|
};
|
|
4666
4652
|
}
|
|
4667
|
-
function
|
|
4653
|
+
function Yo(e) {
|
|
4668
4654
|
let t;
|
|
4669
4655
|
return {
|
|
4670
4656
|
c() {
|
|
@@ -4758,7 +4744,7 @@ function es(e) {
|
|
|
4758
4744
|
}
|
|
4759
4745
|
};
|
|
4760
4746
|
}
|
|
4761
|
-
function
|
|
4747
|
+
function xr(e) {
|
|
4762
4748
|
let t, r = (
|
|
4763
4749
|
/*$_*/
|
|
4764
4750
|
e[22]("loginUsernameError") + ""
|
|
@@ -4780,7 +4766,7 @@ function Pr(e) {
|
|
|
4780
4766
|
}
|
|
4781
4767
|
};
|
|
4782
4768
|
}
|
|
4783
|
-
function
|
|
4769
|
+
function Ko(e) {
|
|
4784
4770
|
let t, r, n, i, o, s, a, u, l;
|
|
4785
4771
|
return {
|
|
4786
4772
|
c() {
|
|
@@ -4800,27 +4786,27 @@ function ts(e) {
|
|
|
4800
4786
|
}
|
|
4801
4787
|
};
|
|
4802
4788
|
}
|
|
4803
|
-
function
|
|
4804
|
-
let t, r, n, i, o, s, a, u, l, c, f, d, b,
|
|
4789
|
+
function es(e) {
|
|
4790
|
+
let t, r, n, i, o, s, a, u, l, c, f, d, b, v, g;
|
|
4805
4791
|
return {
|
|
4806
4792
|
c() {
|
|
4807
4793
|
t = O("svg"), r = O("defs"), n = O("style"), i = N(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), o = O("g"), s = O("circle"), a = O("g"), u = O("path"), l = O("path"), c = O("g"), f = O("path"), d = O("path"), b = O("rect"), h(s, "class", "a"), h(s, "cx", "0.05"), h(s, "cy", "0.05"), h(s, "r", "0.05"), h(s, "transform", "translate(121.017 31.148)"), h(u, "class", "a"), h(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), h(u, "transform", "translate(-142.164 -39.123)"), h(l, "class", "a"), h(l, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), h(l, "transform", "translate(-136.413 -42.068)"), h(a, "transform", "translate(117.499 27.37)"), h(f, "class", "a"), h(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), h(f, "transform", "translate(-110.856 -33.157)"), h(d, "class", "a"), h(d, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), h(d, "transform", "translate(-130.743 -29.617)"), h(c, "transform", "translate(110.856 24.899)"), h(b, "class", "a"), h(b, "width", "0.972"), h(b, "height", "15.861"), h(b, "rx", "0.486"), h(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), h(o, "transform", "translate(-110.856 -23.242)"), h(t, "class", "TogglePasswordVisibility"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "18.844"), h(t, "height", "12.887"), h(t, "viewBox", "0 0 18.844 12.887");
|
|
4808
4794
|
},
|
|
4809
4795
|
m(S, C) {
|
|
4810
|
-
L(S, t, C), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), m(a, u), m(a, l), m(o, c), m(c, f), m(c, d), m(o, b),
|
|
4796
|
+
L(S, t, C), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), m(a, u), m(a, l), m(o, c), m(c, f), m(c, d), m(o, b), v || (g = se(
|
|
4811
4797
|
t,
|
|
4812
4798
|
"click",
|
|
4813
4799
|
/*click_handler_1*/
|
|
4814
4800
|
e[37]
|
|
4815
|
-
),
|
|
4801
|
+
), v = !0);
|
|
4816
4802
|
},
|
|
4817
4803
|
p: Z,
|
|
4818
4804
|
d(S) {
|
|
4819
|
-
S && I(t),
|
|
4805
|
+
S && I(t), v = !1, g();
|
|
4820
4806
|
}
|
|
4821
4807
|
};
|
|
4822
4808
|
}
|
|
4823
|
-
function
|
|
4809
|
+
function Sr(e) {
|
|
4824
4810
|
let t, r = (
|
|
4825
4811
|
/*$_*/
|
|
4826
4812
|
e[22]("loginPasswordError") + ""
|
|
@@ -4842,7 +4828,7 @@ function Tr(e) {
|
|
|
4842
4828
|
}
|
|
4843
4829
|
};
|
|
4844
4830
|
}
|
|
4845
|
-
function
|
|
4831
|
+
function Pr(e) {
|
|
4846
4832
|
let t, r = (
|
|
4847
4833
|
/*$_*/
|
|
4848
4834
|
e[22]("loginSimplePasswordError") + ""
|
|
@@ -4864,7 +4850,7 @@ function Hr(e) {
|
|
|
4864
4850
|
}
|
|
4865
4851
|
};
|
|
4866
4852
|
}
|
|
4867
|
-
function
|
|
4853
|
+
function Tr(e) {
|
|
4868
4854
|
let t, r;
|
|
4869
4855
|
return {
|
|
4870
4856
|
c() {
|
|
@@ -4889,21 +4875,21 @@ function Br(e) {
|
|
|
4889
4875
|
}
|
|
4890
4876
|
};
|
|
4891
4877
|
}
|
|
4892
|
-
function
|
|
4878
|
+
function ts(e) {
|
|
4893
4879
|
let t, r, n, i, o, s = (
|
|
4894
4880
|
/*captchakey*/
|
|
4895
|
-
e[1] &&
|
|
4881
|
+
e[1] && Er(e)
|
|
4896
4882
|
);
|
|
4897
4883
|
function a(c, f) {
|
|
4898
4884
|
return (
|
|
4899
4885
|
/*isLoading*/
|
|
4900
|
-
c[17] ?
|
|
4886
|
+
c[17] ? Jo : qo
|
|
4901
4887
|
);
|
|
4902
4888
|
}
|
|
4903
4889
|
let u = a(e), l = u(e);
|
|
4904
4890
|
return {
|
|
4905
4891
|
c() {
|
|
4906
|
-
s && s.c(), t =
|
|
4892
|
+
s && s.c(), t = wn(), r = j(), n = x("div"), i = j(), o = x("div"), l.c(), h(n, "class", "g-recaptcha"), h(
|
|
4907
4893
|
n,
|
|
4908
4894
|
"data-sitekey",
|
|
4909
4895
|
/*captchakey*/
|
|
@@ -4915,7 +4901,7 @@ function ns(e) {
|
|
|
4915
4901
|
},
|
|
4916
4902
|
p(c, f) {
|
|
4917
4903
|
/*captchakey*/
|
|
4918
|
-
c[1] ? s ? s.p(c, f) : (s =
|
|
4904
|
+
c[1] ? s ? s.p(c, f) : (s = Er(c), s.c(), s.m(t.parentNode, t)) : s && (s.d(1), s = null), f[0] & /*captchakey*/
|
|
4919
4905
|
2 && h(
|
|
4920
4906
|
n,
|
|
4921
4907
|
"data-sitekey",
|
|
@@ -4930,27 +4916,27 @@ function ns(e) {
|
|
|
4930
4916
|
}
|
|
4931
4917
|
};
|
|
4932
4918
|
}
|
|
4933
|
-
let
|
|
4934
|
-
function
|
|
4919
|
+
let rs = "Please use this code {0} to activate your account";
|
|
4920
|
+
function ns(e, t, r) {
|
|
4935
4921
|
let n;
|
|
4936
|
-
|
|
4937
|
-
let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: u = "false" } = t, { mbsource: l } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: b = "" } = t,
|
|
4922
|
+
bn(e, Go, (p) => r(22, n = p));
|
|
4923
|
+
let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: u = "false" } = t, { mbsource: l } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: b = "" } = t, v, g, S = !1, C, z = !1, R = window.navigator.userAgent, U = "", A = "", ne = { username: "", password: "" }, H = !1, oe = !1, fe = "", J = !1, ue, B = !1, ie = !0, X, De = +localStorage.getItem("smsTimer") || 0, qe = Date.now() / 1e3 - De, de = localStorage.getItem("smsValidation") == "true" && qe < 60, me = {
|
|
4938
4924
|
user: /^(?!(?:.*\d){9})(?=(?:.*[a-zA-Z]){4})^[a-zA-Z\d]*$/,
|
|
4939
4925
|
email: /^[^<>()*{}=/|?`~[\]\\,;:\%#^\s@\"$&!@]+@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))$/i,
|
|
4940
4926
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
|
|
4941
4927
|
};
|
|
4942
|
-
|
|
4928
|
+
jo({ withLocale: "en", translations: {} });
|
|
4943
4929
|
const M = () => {
|
|
4944
4930
|
fetch(d).then((q) => q.json()).then((q) => {
|
|
4945
4931
|
Object.keys(q).forEach((te) => {
|
|
4946
|
-
|
|
4932
|
+
_r(te, q[te]);
|
|
4947
4933
|
});
|
|
4948
4934
|
}).catch((q) => {
|
|
4949
4935
|
console.log(q);
|
|
4950
4936
|
});
|
|
4951
4937
|
};
|
|
4952
|
-
Object.keys(
|
|
4953
|
-
|
|
4938
|
+
Object.keys(wr).forEach((p) => {
|
|
4939
|
+
_r(p, wr[p]);
|
|
4954
4940
|
});
|
|
4955
4941
|
const _e = () => new Promise((p, q) => {
|
|
4956
4942
|
grecaptcha.ready(() => {
|
|
@@ -4982,7 +4968,7 @@ function os(e, t, r) {
|
|
|
4982
4968
|
r(14, H = !ge(U)), r(20, ie = !(!H && !oe && A));
|
|
4983
4969
|
}, be = () => {
|
|
4984
4970
|
r(15, oe = !Se(A)), r(20, ie = !(!H && !oe && U));
|
|
4985
|
-
},
|
|
4971
|
+
}, ye = (p) => {
|
|
4986
4972
|
if (p.data)
|
|
4987
4973
|
switch (p.data.type) {
|
|
4988
4974
|
case "ModalLoader":
|
|
@@ -4999,16 +4985,16 @@ function os(e, t, r) {
|
|
|
4999
4985
|
typeof gtag == "function" && gtag("event", "Login", {
|
|
5000
4986
|
context: "GeneralPlayerLoginRegisterPage"
|
|
5001
4987
|
});
|
|
5002
|
-
}, $e = (
|
|
5003
|
-
let
|
|
4988
|
+
}, $e = (zt) => et(this, [zt], function* ({ username: p, password: q, token: te }) {
|
|
4989
|
+
let Xt = {
|
|
5004
4990
|
"Content-Type": "application/json",
|
|
5005
4991
|
"g-recaptcha-response": te
|
|
5006
|
-
}, bt = { username: p, password: q },
|
|
4992
|
+
}, bt = { username: p, password: q }, cn = {
|
|
5007
4993
|
method: "POST",
|
|
5008
|
-
headers:
|
|
4994
|
+
headers: Xt,
|
|
5009
4995
|
body: JSON.stringify(bt)
|
|
5010
4996
|
};
|
|
5011
|
-
fetch(`${i}/v1/player/login/player`,
|
|
4997
|
+
fetch(`${i}/v1/player/login/player`, cn).then(($) => ($.status >= 500 && (r(16, fe = "Server might not be responsing"), r(17, J = !1), window.postMessage(
|
|
5012
4998
|
{
|
|
5013
4999
|
type: "WidgetNotification",
|
|
5014
5000
|
data: {
|
|
@@ -5018,7 +5004,7 @@ function os(e, t, r) {
|
|
|
5018
5004
|
},
|
|
5019
5005
|
window.location.href
|
|
5020
5006
|
)), $.json())).then(($) => {
|
|
5021
|
-
if ($.actions !== void 0 && window.postMessage({ type: "PlayerActions" }, window.location.href), a === "true" && $.code === 4 && (r(8,
|
|
5007
|
+
if ($.actions !== void 0 && window.postMessage({ type: "PlayerActions" }, window.location.href), a === "true" && $.code === 4 && (r(8, v = $.detail.userId), r(10, C = $.detail.phonePrefix + $.detail.phone), r(21, de = !0), Ye(C, v), localStorage.setItem("smsValidation", "true"), localStorage.setItem("playerData", JSON.stringify({ playerid: v, number: C }))), $.sessionID) {
|
|
5022
5008
|
if (window.postMessage(
|
|
5023
5009
|
{
|
|
5024
5010
|
type: "UserSessionID",
|
|
@@ -5054,11 +5040,11 @@ function os(e, t, r) {
|
|
|
5054
5040
|
window.location.href
|
|
5055
5041
|
);
|
|
5056
5042
|
} catch (je) {
|
|
5057
|
-
let
|
|
5058
|
-
r(16, fe =
|
|
5043
|
+
let Wt = $.error.substring($.error.indexOf("errorMessage") + 13, $.error.length);
|
|
5044
|
+
r(16, fe = Wt), r(17, J = !1), window.postMessage(
|
|
5059
5045
|
{
|
|
5060
5046
|
type: "WidgetNotification",
|
|
5061
|
-
data: { type: "error", message:
|
|
5047
|
+
data: { type: "error", message: Wt }
|
|
5062
5048
|
},
|
|
5063
5049
|
window.location.href
|
|
5064
5050
|
);
|
|
@@ -5075,13 +5061,13 @@ function os(e, t, r) {
|
|
|
5075
5061
|
},
|
|
5076
5062
|
body: JSON.stringify({
|
|
5077
5063
|
userId: q,
|
|
5078
|
-
messageTemplate:
|
|
5064
|
+
messageTemplate: rs,
|
|
5079
5065
|
destination: p
|
|
5080
5066
|
})
|
|
5081
|
-
}),
|
|
5067
|
+
}), zt = yield te.json();
|
|
5082
5068
|
if (te.ok) {
|
|
5083
|
-
r(9, g =
|
|
5084
|
-
let
|
|
5069
|
+
r(9, g = zt.id);
|
|
5070
|
+
let Xt = zt.maxValidationAttempts;
|
|
5085
5071
|
S = !1;
|
|
5086
5072
|
} else
|
|
5087
5073
|
throw S = !0, new Error("Failed to fetch");
|
|
@@ -5089,10 +5075,10 @@ function os(e, t, r) {
|
|
|
5089
5075
|
S = !0, console.error(te);
|
|
5090
5076
|
}
|
|
5091
5077
|
}), F = () => {
|
|
5092
|
-
|
|
5078
|
+
Vo(s);
|
|
5093
5079
|
};
|
|
5094
|
-
|
|
5095
|
-
window.removeEventListener("message",
|
|
5080
|
+
Pn(() => (window.addEventListener("message", ye, !1), window.postMessage({ type: "LoginRegisterModalActive" }, window.location.href), r(11, z = $o(R)), () => {
|
|
5081
|
+
window.removeEventListener("message", ye);
|
|
5096
5082
|
}));
|
|
5097
5083
|
const Ke = () => ke();
|
|
5098
5084
|
function Pe() {
|
|
@@ -5106,8 +5092,8 @@ function os(e, t, r) {
|
|
|
5106
5092
|
ue = p, r(18, ue);
|
|
5107
5093
|
});
|
|
5108
5094
|
}
|
|
5109
|
-
const k = () => Ee(), G = () => we(),
|
|
5110
|
-
function
|
|
5095
|
+
const k = () => Ee(), G = () => we(), y = (p) => Q(p), P = (p) => xe(p);
|
|
5096
|
+
function un(p) {
|
|
5111
5097
|
ut[p ? "unshift" : "push"](() => {
|
|
5112
5098
|
X = p, r(7, X);
|
|
5113
5099
|
});
|
|
@@ -5118,9 +5104,9 @@ function os(e, t, r) {
|
|
|
5118
5104
|
e.$$.dirty[0] & /*endpoint, lang*/
|
|
5119
5105
|
1073741825 && i && s && F(), e.$$.dirty[0] & /*simplepasswordvalidation*/
|
|
5120
5106
|
4 && u && Je(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
5121
|
-
144 && c && X &&
|
|
5122
|
-
160 && f && X &&
|
|
5123
|
-
136 && l && X &&
|
|
5107
|
+
144 && c && X && zo(X, c), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
5108
|
+
160 && f && X && Xo(X, f), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
5109
|
+
136 && l && X && Wo(X, `${l}.Style`), e.$$.dirty[1] & /*translationurl*/
|
|
5124
5110
|
2 && d && M();
|
|
5125
5111
|
}, [
|
|
5126
5112
|
i,
|
|
@@ -5131,7 +5117,7 @@ function os(e, t, r) {
|
|
|
5131
5117
|
f,
|
|
5132
5118
|
b,
|
|
5133
5119
|
X,
|
|
5134
|
-
|
|
5120
|
+
v,
|
|
5135
5121
|
g,
|
|
5136
5122
|
C,
|
|
5137
5123
|
z,
|
|
@@ -5162,19 +5148,19 @@ function os(e, t, r) {
|
|
|
5162
5148
|
D,
|
|
5163
5149
|
k,
|
|
5164
5150
|
G,
|
|
5165
|
-
|
|
5151
|
+
y,
|
|
5166
5152
|
P,
|
|
5167
|
-
|
|
5153
|
+
un
|
|
5168
5154
|
];
|
|
5169
5155
|
}
|
|
5170
|
-
class
|
|
5156
|
+
class ln extends Un {
|
|
5171
5157
|
constructor(t) {
|
|
5172
|
-
super(),
|
|
5158
|
+
super(), Nn(
|
|
5173
5159
|
this,
|
|
5174
5160
|
t,
|
|
5175
|
-
os,
|
|
5176
5161
|
ns,
|
|
5177
|
-
|
|
5162
|
+
ts,
|
|
5163
|
+
Br,
|
|
5178
5164
|
{
|
|
5179
5165
|
endpoint: 0,
|
|
5180
5166
|
captchakey: 1,
|
|
@@ -5187,7 +5173,7 @@ class hn extends kn {
|
|
|
5187
5173
|
translationurl: 32,
|
|
5188
5174
|
savecredentials: 6
|
|
5189
5175
|
},
|
|
5190
|
-
|
|
5176
|
+
Zo,
|
|
5191
5177
|
[-1, -1]
|
|
5192
5178
|
);
|
|
5193
5179
|
}
|
|
@@ -5252,24 +5238,24 @@ class hn extends kn {
|
|
|
5252
5238
|
this.$$set({ savecredentials: t }), ee();
|
|
5253
5239
|
}
|
|
5254
5240
|
}
|
|
5255
|
-
|
|
5256
|
-
const
|
|
5241
|
+
Rn(ln, { endpoint: {}, captchakey: {}, lang: {}, smsverification: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {} }, [], [], !0);
|
|
5242
|
+
const os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5257
5243
|
__proto__: null,
|
|
5258
|
-
default:
|
|
5244
|
+
default: ln
|
|
5259
5245
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5260
5246
|
export {
|
|
5261
5247
|
he as $,
|
|
5262
|
-
|
|
5263
|
-
|
|
5248
|
+
os as G,
|
|
5249
|
+
Un as S,
|
|
5264
5250
|
Ue as a,
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5251
|
+
rn as b,
|
|
5252
|
+
Rn as c,
|
|
5253
|
+
yn as d,
|
|
5268
5254
|
x as e,
|
|
5269
5255
|
ee as f,
|
|
5270
5256
|
j as g,
|
|
5271
5257
|
h,
|
|
5272
|
-
|
|
5258
|
+
Nn as i,
|
|
5273
5259
|
L as j,
|
|
5274
5260
|
m as k,
|
|
5275
5261
|
rt as l,
|
|
@@ -5277,14 +5263,14 @@ export {
|
|
|
5277
5263
|
re as n,
|
|
5278
5264
|
Z as o,
|
|
5279
5265
|
I as p,
|
|
5280
|
-
|
|
5266
|
+
bn as q,
|
|
5281
5267
|
Ne as r,
|
|
5282
|
-
|
|
5268
|
+
Br as s,
|
|
5283
5269
|
N as t,
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5270
|
+
Pn as u,
|
|
5271
|
+
ut as v,
|
|
5272
|
+
zo as w,
|
|
5273
|
+
Xo as x,
|
|
5288
5274
|
Wo as y,
|
|
5289
|
-
|
|
5275
|
+
Go as z
|
|
5290
5276
|
};
|