@everymatrix/player-change-password-nd 1.50.1 → 1.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{PlayerChangePasswordNd-DQTcVcl9.js → PlayerChangePasswordNd-IM9ZKoHS.js} +743 -727
- package/components/{PlayerChangePasswordNd-CfzvWztb.cjs → PlayerChangePasswordNd-ZFzDNhCY.cjs} +5 -5
- package/es2015/player-change-password-nd.cjs +1 -1
- package/es2015/player-change-password-nd.js +1 -1
- package/package.json +1 -1
package/components/{PlayerChangePasswordNd-DQTcVcl9.js → PlayerChangePasswordNd-IM9ZKoHS.js}
RENAMED
|
@@ -11,20 +11,20 @@ var pt = (e, t, r) => t in e ? tn(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
11
11
|
return e;
|
|
12
12
|
}, jt = (e, t) => rn(e, nn(t));
|
|
13
13
|
var ee = (e, t, r) => pt(e, typeof t != "symbol" ? t + "" : t, r);
|
|
14
|
-
var zt = (e, t, r) => new Promise((n,
|
|
15
|
-
var
|
|
14
|
+
var zt = (e, t, r) => new Promise((n, a) => {
|
|
15
|
+
var s = (u) => {
|
|
16
16
|
try {
|
|
17
17
|
o(r.next(u));
|
|
18
18
|
} catch (h) {
|
|
19
|
-
|
|
19
|
+
a(h);
|
|
20
20
|
}
|
|
21
|
-
},
|
|
21
|
+
}, i = (u) => {
|
|
22
22
|
try {
|
|
23
23
|
o(r.throw(u));
|
|
24
24
|
} catch (h) {
|
|
25
|
-
|
|
25
|
+
a(h);
|
|
26
26
|
}
|
|
27
|
-
}, o = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(
|
|
27
|
+
}, o = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(s, i);
|
|
28
28
|
o((r = r.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
30
|
function re() {
|
|
@@ -65,8 +65,8 @@ function f(e, t) {
|
|
|
65
65
|
function un(e, t, r) {
|
|
66
66
|
const n = hn(e);
|
|
67
67
|
if (!n.getElementById(t)) {
|
|
68
|
-
const
|
|
69
|
-
|
|
68
|
+
const a = _("style");
|
|
69
|
+
a.id = t, a.textContent = r, cn(n, a);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
function hn(e) {
|
|
@@ -197,11 +197,11 @@ function _n(e, t) {
|
|
|
197
197
|
e && e.i && (Pn.delete(e), e.i(t));
|
|
198
198
|
}
|
|
199
199
|
function xn(e, t, r) {
|
|
200
|
-
const { fragment: n, after_update:
|
|
200
|
+
const { fragment: n, after_update: a } = e.$$;
|
|
201
201
|
n && n.m(t, r), Et(() => {
|
|
202
|
-
const
|
|
203
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...
|
|
204
|
-
}),
|
|
202
|
+
const s = e.$$.on_mount.map(vr).filter(Ae);
|
|
203
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Le(s), e.$$.on_mount = [];
|
|
204
|
+
}), a.forEach(Et);
|
|
205
205
|
}
|
|
206
206
|
function En(e, t) {
|
|
207
207
|
const r = e.$$;
|
|
@@ -210,16 +210,16 @@ function En(e, t) {
|
|
|
210
210
|
function Cn(e, t) {
|
|
211
211
|
e.$$.dirty[0] === -1 && (Be.push(e), wn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
212
212
|
}
|
|
213
|
-
function Tn(e, t, r, n,
|
|
213
|
+
function Tn(e, t, r, n, a, s, i = null, o = [-1]) {
|
|
214
214
|
const u = We;
|
|
215
215
|
ze(e);
|
|
216
216
|
const h = e.$$ = {
|
|
217
217
|
fragment: null,
|
|
218
218
|
ctx: [],
|
|
219
219
|
// state
|
|
220
|
-
props:
|
|
220
|
+
props: s,
|
|
221
221
|
update: re,
|
|
222
|
-
not_equal:
|
|
222
|
+
not_equal: a,
|
|
223
223
|
bound: Wt(),
|
|
224
224
|
// lifecycle
|
|
225
225
|
on_mount: [],
|
|
@@ -234,11 +234,11 @@ function Tn(e, t, r, n, i, a, s = null, o = [-1]) {
|
|
|
234
234
|
skip_bound: !1,
|
|
235
235
|
root: t.target || u.$$.root
|
|
236
236
|
};
|
|
237
|
-
|
|
237
|
+
i && i(h.root);
|
|
238
238
|
let c = !1;
|
|
239
239
|
if (h.ctx = r ? r(e, t.props || {}, (d, p, ...g) => {
|
|
240
240
|
const v = g.length ? g[0] : p;
|
|
241
|
-
return h.ctx &&
|
|
241
|
+
return h.ctx && a(h.ctx[d], h.ctx[d] = v) && (!h.skip_bound && h.bound[d] && h.bound[d](v), c && Cn(e, d)), p;
|
|
242
242
|
}) : [], h.update(), c = !0, Le(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
|
|
243
243
|
if (t.hydrate) {
|
|
244
244
|
const d = fn(t.target);
|
|
@@ -275,36 +275,36 @@ typeof HTMLElement == "function" && (xr = class extends HTMLElement {
|
|
|
275
275
|
}
|
|
276
276
|
addEventListener(t, r, n) {
|
|
277
277
|
if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
|
|
278
|
-
const
|
|
279
|
-
this.$$l_u.set(r,
|
|
278
|
+
const a = this.$$c.$on(t, r);
|
|
279
|
+
this.$$l_u.set(r, a);
|
|
280
280
|
}
|
|
281
281
|
super.addEventListener(t, r, n);
|
|
282
282
|
}
|
|
283
283
|
removeEventListener(t, r, n) {
|
|
284
284
|
if (super.removeEventListener(t, r, n), this.$$c) {
|
|
285
|
-
const
|
|
286
|
-
|
|
285
|
+
const a = this.$$l_u.get(r);
|
|
286
|
+
a && (a(), this.$$l_u.delete(r));
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
connectedCallback() {
|
|
290
290
|
return zt(this, null, function* () {
|
|
291
291
|
if (this.$$cn = !0, !this.$$c) {
|
|
292
|
-
let t = function(
|
|
292
|
+
let t = function(s) {
|
|
293
293
|
return () => {
|
|
294
|
-
let
|
|
294
|
+
let i;
|
|
295
295
|
return {
|
|
296
296
|
c: function() {
|
|
297
|
-
|
|
297
|
+
i = _("slot"), s !== "default" && l(i, "name", s);
|
|
298
298
|
},
|
|
299
299
|
/**
|
|
300
300
|
* @param {HTMLElement} target
|
|
301
301
|
* @param {HTMLElement} [anchor]
|
|
302
302
|
*/
|
|
303
303
|
m: function(h, c) {
|
|
304
|
-
I(h,
|
|
304
|
+
I(h, i, c);
|
|
305
305
|
},
|
|
306
306
|
d: function(h) {
|
|
307
|
-
h && A(
|
|
307
|
+
h && A(i);
|
|
308
308
|
}
|
|
309
309
|
};
|
|
310
310
|
};
|
|
@@ -312,14 +312,14 @@ typeof HTMLElement == "function" && (xr = class extends HTMLElement {
|
|
|
312
312
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
313
313
|
return;
|
|
314
314
|
const r = {}, n = pn(this);
|
|
315
|
-
for (const
|
|
316
|
-
|
|
317
|
-
for (const
|
|
318
|
-
const
|
|
319
|
-
|
|
315
|
+
for (const s of this.$$s)
|
|
316
|
+
s in n && (r[s] = [t(s)]);
|
|
317
|
+
for (const s of this.attributes) {
|
|
318
|
+
const i = this.$$g_p(s.name);
|
|
319
|
+
i in this.$$d || (this.$$d[i] = nt(i, s.value, this.$$p_d, "toProp"));
|
|
320
320
|
}
|
|
321
|
-
for (const
|
|
322
|
-
!(
|
|
321
|
+
for (const s in this.$$p_d)
|
|
322
|
+
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
|
323
323
|
this.$$c = new this.$$ctor({
|
|
324
324
|
target: this.shadowRoot || this,
|
|
325
325
|
props: jt(Vt({}, this.$$d), {
|
|
@@ -329,25 +329,25 @@ typeof HTMLElement == "function" && (xr = class extends HTMLElement {
|
|
|
329
329
|
}
|
|
330
330
|
})
|
|
331
331
|
});
|
|
332
|
-
const
|
|
332
|
+
const a = () => {
|
|
333
333
|
this.$$r = !0;
|
|
334
|
-
for (const
|
|
335
|
-
if (this.$$d[
|
|
336
|
-
const
|
|
337
|
-
|
|
338
|
-
this.$$d[
|
|
334
|
+
for (const s in this.$$p_d)
|
|
335
|
+
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
|
336
|
+
const i = nt(
|
|
337
|
+
s,
|
|
338
|
+
this.$$d[s],
|
|
339
339
|
this.$$p_d,
|
|
340
340
|
"toAttribute"
|
|
341
341
|
);
|
|
342
|
-
|
|
342
|
+
i == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, i);
|
|
343
343
|
}
|
|
344
344
|
this.$$r = !1;
|
|
345
345
|
};
|
|
346
|
-
this.$$c.$$.after_update.push(
|
|
347
|
-
for (const
|
|
348
|
-
for (const
|
|
349
|
-
const o = this.$$c.$on(
|
|
350
|
-
this.$$l_u.set(
|
|
346
|
+
this.$$c.$$.after_update.push(a), a();
|
|
347
|
+
for (const s in this.$$l)
|
|
348
|
+
for (const i of this.$$l[s]) {
|
|
349
|
+
const o = this.$$c.$on(s, i);
|
|
350
|
+
this.$$l_u.set(i, o);
|
|
351
351
|
}
|
|
352
352
|
this.$$l = {};
|
|
353
353
|
}
|
|
@@ -356,8 +356,8 @@ typeof HTMLElement == "function" && (xr = class extends HTMLElement {
|
|
|
356
356
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
357
357
|
// and setting attributes through setAttribute etc, this is helpful
|
|
358
358
|
attributeChangedCallback(t, r, n) {
|
|
359
|
-
var
|
|
360
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] = nt(t, n, this.$$p_d, "toProp"), (
|
|
359
|
+
var a;
|
|
360
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = nt(t, n, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [t]: this.$$d[t] }));
|
|
361
361
|
}
|
|
362
362
|
disconnectedCallback() {
|
|
363
363
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -371,12 +371,12 @@ typeof HTMLElement == "function" && (xr = class extends HTMLElement {
|
|
|
371
371
|
}
|
|
372
372
|
});
|
|
373
373
|
function nt(e, t, r, n) {
|
|
374
|
-
var
|
|
375
|
-
const
|
|
376
|
-
if (t =
|
|
374
|
+
var s;
|
|
375
|
+
const a = (s = r[e]) == null ? void 0 : s.type;
|
|
376
|
+
if (t = a === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
377
377
|
return t;
|
|
378
378
|
if (n === "toAttribute")
|
|
379
|
-
switch (
|
|
379
|
+
switch (a) {
|
|
380
380
|
case "Object":
|
|
381
381
|
case "Array":
|
|
382
382
|
return t == null ? null : JSON.stringify(t);
|
|
@@ -388,7 +388,7 @@ function nt(e, t, r, n) {
|
|
|
388
388
|
return t;
|
|
389
389
|
}
|
|
390
390
|
else
|
|
391
|
-
switch (
|
|
391
|
+
switch (a) {
|
|
392
392
|
case "Object":
|
|
393
393
|
case "Array":
|
|
394
394
|
return t && JSON.parse(t);
|
|
@@ -400,10 +400,10 @@ function nt(e, t, r, n) {
|
|
|
400
400
|
return t;
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
function Bn(e, t, r, n,
|
|
404
|
-
let
|
|
403
|
+
function Bn(e, t, r, n, a, s) {
|
|
404
|
+
let i = class extends xr {
|
|
405
405
|
constructor() {
|
|
406
|
-
super(e, r,
|
|
406
|
+
super(e, r, a), this.$$p_d = t;
|
|
407
407
|
}
|
|
408
408
|
static get observedAttributes() {
|
|
409
409
|
return Object.keys(t).map(
|
|
@@ -412,7 +412,7 @@ function Bn(e, t, r, n, i, a) {
|
|
|
412
412
|
}
|
|
413
413
|
};
|
|
414
414
|
return Object.keys(t).forEach((o) => {
|
|
415
|
-
Object.defineProperty(
|
|
415
|
+
Object.defineProperty(i.prototype, o, {
|
|
416
416
|
get() {
|
|
417
417
|
return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
|
|
418
418
|
},
|
|
@@ -422,14 +422,14 @@ function Bn(e, t, r, n, i, a) {
|
|
|
422
422
|
}
|
|
423
423
|
});
|
|
424
424
|
}), n.forEach((o) => {
|
|
425
|
-
Object.defineProperty(
|
|
425
|
+
Object.defineProperty(i.prototype, o, {
|
|
426
426
|
get() {
|
|
427
427
|
var u;
|
|
428
428
|
return (u = this.$$c) == null ? void 0 : u[o];
|
|
429
429
|
}
|
|
430
430
|
});
|
|
431
431
|
}), e.element = /** @type {any} */
|
|
432
|
-
|
|
432
|
+
i, i;
|
|
433
433
|
}
|
|
434
434
|
class Sn {
|
|
435
435
|
constructor() {
|
|
@@ -465,8 +465,8 @@ class Sn {
|
|
|
465
465
|
return re;
|
|
466
466
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
467
467
|
return n.push(r), () => {
|
|
468
|
-
const
|
|
469
|
-
|
|
468
|
+
const a = n.indexOf(r);
|
|
469
|
+
a !== -1 && n.splice(a, 1);
|
|
470
470
|
};
|
|
471
471
|
}
|
|
472
472
|
/**
|
|
@@ -483,7 +483,7 @@ var Ct = function(e, t) {
|
|
|
483
483
|
return Ct = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
484
484
|
r.__proto__ = n;
|
|
485
485
|
} || function(r, n) {
|
|
486
|
-
for (var
|
|
486
|
+
for (var a in n) Object.prototype.hasOwnProperty.call(n, a) && (r[a] = n[a]);
|
|
487
487
|
}, Ct(e, t);
|
|
488
488
|
};
|
|
489
489
|
function oe(e, t) {
|
|
@@ -497,9 +497,9 @@ function oe(e, t) {
|
|
|
497
497
|
}
|
|
498
498
|
var S = function() {
|
|
499
499
|
return S = Object.assign || function(t) {
|
|
500
|
-
for (var r, n = 1,
|
|
500
|
+
for (var r, n = 1, a = arguments.length; n < a; n++) {
|
|
501
501
|
r = arguments[n];
|
|
502
|
-
for (var
|
|
502
|
+
for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
503
503
|
}
|
|
504
504
|
return t;
|
|
505
505
|
}, S.apply(this, arguments);
|
|
@@ -508,8 +508,8 @@ function In(e, t) {
|
|
|
508
508
|
var r = {};
|
|
509
509
|
for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
510
510
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
511
|
-
for (var
|
|
512
|
-
t.indexOf(n[
|
|
511
|
+
for (var a = 0, n = Object.getOwnPropertySymbols(e); a < n.length; a++)
|
|
512
|
+
t.indexOf(n[a]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[a]) && (r[n[a]] = e[n[a]]);
|
|
513
513
|
return r;
|
|
514
514
|
}
|
|
515
515
|
function Tt(e) {
|
|
@@ -525,26 +525,26 @@ function Tt(e) {
|
|
|
525
525
|
function Bt(e, t) {
|
|
526
526
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
527
527
|
if (!r) return e;
|
|
528
|
-
var n = r.call(e),
|
|
528
|
+
var n = r.call(e), a, s = [], i;
|
|
529
529
|
try {
|
|
530
|
-
for (; (t === void 0 || t-- > 0) && !(
|
|
530
|
+
for (; (t === void 0 || t-- > 0) && !(a = n.next()).done; ) s.push(a.value);
|
|
531
531
|
} catch (o) {
|
|
532
|
-
|
|
532
|
+
i = { error: o };
|
|
533
533
|
} finally {
|
|
534
534
|
try {
|
|
535
|
-
|
|
535
|
+
a && !a.done && (r = n.return) && r.call(n);
|
|
536
536
|
} finally {
|
|
537
|
-
if (
|
|
537
|
+
if (i) throw i.error;
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
return
|
|
540
|
+
return s;
|
|
541
541
|
}
|
|
542
542
|
function He(e, t, r) {
|
|
543
|
-
if (r || arguments.length === 2) for (var n = 0,
|
|
544
|
-
(
|
|
545
|
-
return e.concat(
|
|
543
|
+
if (r || arguments.length === 2) for (var n = 0, a = t.length, s; n < a; n++)
|
|
544
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
545
|
+
return e.concat(s || Array.prototype.slice.call(t));
|
|
546
546
|
}
|
|
547
|
-
function
|
|
547
|
+
function ie(e) {
|
|
548
548
|
return typeof e == "function";
|
|
549
549
|
}
|
|
550
550
|
function Er(e) {
|
|
@@ -556,8 +556,8 @@ function Er(e) {
|
|
|
556
556
|
var gt = Er(function(e) {
|
|
557
557
|
return function(r) {
|
|
558
558
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
559
|
-
` + r.map(function(n,
|
|
560
|
-
return
|
|
559
|
+
` + r.map(function(n, a) {
|
|
560
|
+
return a + 1 + ") " + n.toString();
|
|
561
561
|
}).join(`
|
|
562
562
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
563
563
|
};
|
|
@@ -573,14 +573,14 @@ var ut = function() {
|
|
|
573
573
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
574
574
|
}
|
|
575
575
|
return e.prototype.unsubscribe = function() {
|
|
576
|
-
var t, r, n,
|
|
576
|
+
var t, r, n, a, s;
|
|
577
577
|
if (!this.closed) {
|
|
578
578
|
this.closed = !0;
|
|
579
|
-
var
|
|
580
|
-
if (
|
|
581
|
-
if (this._parentage = null, Array.isArray(
|
|
579
|
+
var i = this._parentage;
|
|
580
|
+
if (i)
|
|
581
|
+
if (this._parentage = null, Array.isArray(i))
|
|
582
582
|
try {
|
|
583
|
-
for (var o = Tt(
|
|
583
|
+
for (var o = Tt(i), u = o.next(); !u.done; u = o.next()) {
|
|
584
584
|
var h = u.value;
|
|
585
585
|
h.remove(this);
|
|
586
586
|
}
|
|
@@ -594,13 +594,13 @@ var ut = function() {
|
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
else
|
|
597
|
-
|
|
597
|
+
i.remove(this);
|
|
598
598
|
var c = this.initialTeardown;
|
|
599
|
-
if (
|
|
599
|
+
if (ie(c))
|
|
600
600
|
try {
|
|
601
601
|
c();
|
|
602
602
|
} catch (w) {
|
|
603
|
-
|
|
603
|
+
s = w instanceof gt ? w.errors : [w];
|
|
604
604
|
}
|
|
605
605
|
var d = this._finalizers;
|
|
606
606
|
if (d) {
|
|
@@ -611,21 +611,21 @@ var ut = function() {
|
|
|
611
611
|
try {
|
|
612
612
|
Zt(v);
|
|
613
613
|
} catch (w) {
|
|
614
|
-
|
|
614
|
+
s = s != null ? s : [], w instanceof gt ? s = He(He([], Bt(s)), Bt(w.errors)) : s.push(w);
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
} catch (w) {
|
|
618
618
|
n = { error: w };
|
|
619
619
|
} finally {
|
|
620
620
|
try {
|
|
621
|
-
g && !g.done && (
|
|
621
|
+
g && !g.done && (a = p.return) && a.call(p);
|
|
622
622
|
} finally {
|
|
623
623
|
if (n) throw n.error;
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
|
-
if (
|
|
628
|
-
throw new gt(
|
|
627
|
+
if (s)
|
|
628
|
+
throw new gt(s);
|
|
629
629
|
}
|
|
630
630
|
}, e.prototype.add = function(t) {
|
|
631
631
|
var r;
|
|
@@ -658,10 +658,10 @@ var ut = function() {
|
|
|
658
658
|
}(), e;
|
|
659
659
|
}(), Cr = ut.EMPTY;
|
|
660
660
|
function Tr(e) {
|
|
661
|
-
return e instanceof ut || e && "closed" in e &&
|
|
661
|
+
return e instanceof ut || e && "closed" in e && ie(e.remove) && ie(e.add) && ie(e.unsubscribe);
|
|
662
662
|
}
|
|
663
663
|
function Zt(e) {
|
|
664
|
-
|
|
664
|
+
ie(e) ? e() : e.unsubscribe();
|
|
665
665
|
}
|
|
666
666
|
var Br = {
|
|
667
667
|
onUnhandledError: null,
|
|
@@ -687,7 +687,7 @@ function Mn(e) {
|
|
|
687
687
|
}
|
|
688
688
|
function Qt() {
|
|
689
689
|
}
|
|
690
|
-
function
|
|
690
|
+
function at(e) {
|
|
691
691
|
e();
|
|
692
692
|
}
|
|
693
693
|
var Sr = function(e) {
|
|
@@ -696,8 +696,8 @@ var Sr = function(e) {
|
|
|
696
696
|
var n = e.call(this) || this;
|
|
697
697
|
return n.isStopped = !1, r ? (n.destination = r, Tr(r) && r.add(n)) : n.destination = Ln, n;
|
|
698
698
|
}
|
|
699
|
-
return t.create = function(r, n,
|
|
700
|
-
return new At(r, n,
|
|
699
|
+
return t.create = function(r, n, a) {
|
|
700
|
+
return new At(r, n, a);
|
|
701
701
|
}, t.prototype.next = function(r) {
|
|
702
702
|
this.isStopped || this._next(r);
|
|
703
703
|
}, t.prototype.error = function(r) {
|
|
@@ -725,7 +725,7 @@ var Sr = function(e) {
|
|
|
725
725
|
function bt(e, t) {
|
|
726
726
|
return Nn.call(e, t);
|
|
727
727
|
}
|
|
728
|
-
var
|
|
728
|
+
var Rn = function() {
|
|
729
729
|
function e(t) {
|
|
730
730
|
this.partialObserver = t;
|
|
731
731
|
}
|
|
@@ -758,38 +758,38 @@ var On = function() {
|
|
|
758
758
|
}, e;
|
|
759
759
|
}(), At = function(e) {
|
|
760
760
|
oe(t, e);
|
|
761
|
-
function t(r, n,
|
|
762
|
-
var
|
|
763
|
-
if (
|
|
764
|
-
|
|
761
|
+
function t(r, n, a) {
|
|
762
|
+
var s = e.call(this) || this, i;
|
|
763
|
+
if (ie(r) || !r)
|
|
764
|
+
i = {
|
|
765
765
|
next: r != null ? r : void 0,
|
|
766
766
|
error: n != null ? n : void 0,
|
|
767
|
-
complete:
|
|
767
|
+
complete: a != null ? a : void 0
|
|
768
768
|
};
|
|
769
769
|
else {
|
|
770
770
|
var o;
|
|
771
|
-
|
|
772
|
-
return
|
|
773
|
-
},
|
|
771
|
+
s && Br.useDeprecatedNextContext ? (o = Object.create(r), o.unsubscribe = function() {
|
|
772
|
+
return s.unsubscribe();
|
|
773
|
+
}, i = {
|
|
774
774
|
next: r.next && bt(r.next, o),
|
|
775
775
|
error: r.error && bt(r.error, o),
|
|
776
776
|
complete: r.complete && bt(r.complete, o)
|
|
777
|
-
}) :
|
|
777
|
+
}) : i = r;
|
|
778
778
|
}
|
|
779
|
-
return
|
|
779
|
+
return s.destination = new Rn(i), s;
|
|
780
780
|
}
|
|
781
781
|
return t;
|
|
782
782
|
}(Sr);
|
|
783
783
|
function tt(e) {
|
|
784
784
|
Mn(e);
|
|
785
785
|
}
|
|
786
|
-
function
|
|
786
|
+
function On(e) {
|
|
787
787
|
throw e;
|
|
788
788
|
}
|
|
789
789
|
var Ln = {
|
|
790
790
|
closed: !0,
|
|
791
791
|
next: Qt,
|
|
792
|
-
error:
|
|
792
|
+
error: On,
|
|
793
793
|
complete: Qt
|
|
794
794
|
}, Fn = function() {
|
|
795
795
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
@@ -799,8 +799,8 @@ function kn(e) {
|
|
|
799
799
|
}
|
|
800
800
|
function Dn(e) {
|
|
801
801
|
return e.length === 0 ? kn : e.length === 1 ? e[0] : function(r) {
|
|
802
|
-
return e.reduce(function(n,
|
|
803
|
-
return
|
|
802
|
+
return e.reduce(function(n, a) {
|
|
803
|
+
return a(n);
|
|
804
804
|
}, r);
|
|
805
805
|
};
|
|
806
806
|
}
|
|
@@ -812,11 +812,11 @@ var Yt = function() {
|
|
|
812
812
|
var r = new e();
|
|
813
813
|
return r.source = this, r.operator = t, r;
|
|
814
814
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
815
|
-
var
|
|
816
|
-
return
|
|
817
|
-
var
|
|
818
|
-
|
|
819
|
-
}),
|
|
815
|
+
var a = this, s = $n(t) ? t : new At(t, r, n);
|
|
816
|
+
return at(function() {
|
|
817
|
+
var i = a, o = i.operator, u = i.source;
|
|
818
|
+
s.add(o ? o.call(s, u) : u ? a._subscribe(s) : a._trySubscribe(s));
|
|
819
|
+
}), s;
|
|
820
820
|
}, e.prototype._trySubscribe = function(t) {
|
|
821
821
|
try {
|
|
822
822
|
return this._subscribe(t);
|
|
@@ -825,19 +825,19 @@ var Yt = function() {
|
|
|
825
825
|
}
|
|
826
826
|
}, e.prototype.forEach = function(t, r) {
|
|
827
827
|
var n = this;
|
|
828
|
-
return r = Jt(r), new r(function(
|
|
829
|
-
var
|
|
828
|
+
return r = Jt(r), new r(function(a, s) {
|
|
829
|
+
var i = new At({
|
|
830
830
|
next: function(o) {
|
|
831
831
|
try {
|
|
832
832
|
t(o);
|
|
833
833
|
} catch (u) {
|
|
834
|
-
|
|
834
|
+
s(u), i.unsubscribe();
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
|
-
error:
|
|
838
|
-
complete:
|
|
837
|
+
error: s,
|
|
838
|
+
complete: a
|
|
839
839
|
});
|
|
840
|
-
n.subscribe(
|
|
840
|
+
n.subscribe(i);
|
|
841
841
|
});
|
|
842
842
|
}, e.prototype._subscribe = function(t) {
|
|
843
843
|
var r;
|
|
@@ -850,14 +850,14 @@ var Yt = function() {
|
|
|
850
850
|
return Dn(t)(this);
|
|
851
851
|
}, e.prototype.toPromise = function(t) {
|
|
852
852
|
var r = this;
|
|
853
|
-
return t = Jt(t), new t(function(n,
|
|
854
|
-
var
|
|
855
|
-
r.subscribe(function(
|
|
856
|
-
return
|
|
857
|
-
}, function(
|
|
858
|
-
return i
|
|
853
|
+
return t = Jt(t), new t(function(n, a) {
|
|
854
|
+
var s;
|
|
855
|
+
r.subscribe(function(i) {
|
|
856
|
+
return s = i;
|
|
857
|
+
}, function(i) {
|
|
858
|
+
return a(i);
|
|
859
859
|
}, function() {
|
|
860
|
-
return n(
|
|
860
|
+
return n(s);
|
|
861
861
|
});
|
|
862
862
|
});
|
|
863
863
|
}, e.create = function(t) {
|
|
@@ -869,7 +869,7 @@ function Jt(e) {
|
|
|
869
869
|
return (t = e != null ? e : Br.Promise) !== null && t !== void 0 ? t : Promise;
|
|
870
870
|
}
|
|
871
871
|
function Un(e) {
|
|
872
|
-
return e &&
|
|
872
|
+
return e && ie(e.next) && ie(e.error) && ie(e.complete);
|
|
873
873
|
}
|
|
874
874
|
function $n(e) {
|
|
875
875
|
return e && e instanceof Sr || Un(e) && Tr(e);
|
|
@@ -892,38 +892,38 @@ var Gn = Er(function(e) {
|
|
|
892
892
|
throw new Gn();
|
|
893
893
|
}, t.prototype.next = function(r) {
|
|
894
894
|
var n = this;
|
|
895
|
-
|
|
896
|
-
var
|
|
895
|
+
at(function() {
|
|
896
|
+
var a, s;
|
|
897
897
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
898
898
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
899
899
|
try {
|
|
900
|
-
for (var
|
|
900
|
+
for (var i = Tt(n.currentObservers), o = i.next(); !o.done; o = i.next()) {
|
|
901
901
|
var u = o.value;
|
|
902
902
|
u.next(r);
|
|
903
903
|
}
|
|
904
904
|
} catch (h) {
|
|
905
|
-
|
|
905
|
+
a = { error: h };
|
|
906
906
|
} finally {
|
|
907
907
|
try {
|
|
908
|
-
o && !o.done && (
|
|
908
|
+
o && !o.done && (s = i.return) && s.call(i);
|
|
909
909
|
} finally {
|
|
910
|
-
if (
|
|
910
|
+
if (a) throw a.error;
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
});
|
|
915
915
|
}, t.prototype.error = function(r) {
|
|
916
916
|
var n = this;
|
|
917
|
-
|
|
917
|
+
at(function() {
|
|
918
918
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
919
919
|
n.hasError = n.isStopped = !0, n.thrownError = r;
|
|
920
|
-
for (var
|
|
921
|
-
|
|
920
|
+
for (var a = n.observers; a.length; )
|
|
921
|
+
a.shift().error(r);
|
|
922
922
|
}
|
|
923
923
|
});
|
|
924
924
|
}, t.prototype.complete = function() {
|
|
925
925
|
var r = this;
|
|
926
|
-
|
|
926
|
+
at(function() {
|
|
927
927
|
if (r._throwIfClosed(), !r.isStopped) {
|
|
928
928
|
r.isStopped = !0;
|
|
929
929
|
for (var n = r.observers; n.length; )
|
|
@@ -944,13 +944,13 @@ var Gn = Er(function(e) {
|
|
|
944
944
|
}, t.prototype._subscribe = function(r) {
|
|
945
945
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
946
946
|
}, t.prototype._innerSubscribe = function(r) {
|
|
947
|
-
var n = this,
|
|
948
|
-
return
|
|
947
|
+
var n = this, a = this, s = a.hasError, i = a.isStopped, o = a.observers;
|
|
948
|
+
return s || i ? Cr : (this.currentObservers = null, o.push(r), new ut(function() {
|
|
949
949
|
n.currentObservers = null, St(o, r);
|
|
950
950
|
}));
|
|
951
951
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
952
|
-
var n = this,
|
|
953
|
-
|
|
952
|
+
var n = this, a = n.hasError, s = n.thrownError, i = n.isStopped;
|
|
953
|
+
a ? r.error(s) : i && r.complete();
|
|
954
954
|
}, t.prototype.asObservable = function() {
|
|
955
955
|
var r = new Yt();
|
|
956
956
|
return r.source = this, r;
|
|
@@ -960,21 +960,21 @@ var Gn = Er(function(e) {
|
|
|
960
960
|
}(Yt), qt = function(e) {
|
|
961
961
|
oe(t, e);
|
|
962
962
|
function t(r, n) {
|
|
963
|
-
var
|
|
964
|
-
return
|
|
963
|
+
var a = e.call(this) || this;
|
|
964
|
+
return a.destination = r, a.source = n, a;
|
|
965
965
|
}
|
|
966
966
|
return t.prototype.next = function(r) {
|
|
967
|
-
var n,
|
|
968
|
-
(
|
|
967
|
+
var n, a;
|
|
968
|
+
(a = (n = this.destination) === null || n === void 0 ? void 0 : n.next) === null || a === void 0 || a.call(n, r);
|
|
969
969
|
}, t.prototype.error = function(r) {
|
|
970
|
-
var n,
|
|
971
|
-
(
|
|
970
|
+
var n, a;
|
|
971
|
+
(a = (n = this.destination) === null || n === void 0 ? void 0 : n.error) === null || a === void 0 || a.call(n, r);
|
|
972
972
|
}, t.prototype.complete = function() {
|
|
973
973
|
var r, n;
|
|
974
974
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
975
975
|
}, t.prototype._subscribe = function(r) {
|
|
976
|
-
var n,
|
|
977
|
-
return (
|
|
976
|
+
var n, a;
|
|
977
|
+
return (a = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && a !== void 0 ? a : Cr;
|
|
978
978
|
}, t;
|
|
979
979
|
}(Ar), Ir = {
|
|
980
980
|
now: function() {
|
|
@@ -983,25 +983,25 @@ var Gn = Er(function(e) {
|
|
|
983
983
|
delegate: void 0
|
|
984
984
|
}, Vn = function(e) {
|
|
985
985
|
oe(t, e);
|
|
986
|
-
function t(r, n,
|
|
987
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0),
|
|
988
|
-
var
|
|
989
|
-
return
|
|
986
|
+
function t(r, n, a) {
|
|
987
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), a === void 0 && (a = Ir);
|
|
988
|
+
var s = e.call(this) || this;
|
|
989
|
+
return s._bufferSize = r, s._windowTime = n, s._timestampProvider = a, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
|
|
990
990
|
}
|
|
991
991
|
return t.prototype.next = function(r) {
|
|
992
|
-
var n = this,
|
|
993
|
-
|
|
992
|
+
var n = this, a = n.isStopped, s = n._buffer, i = n._infiniteTimeWindow, o = n._timestampProvider, u = n._windowTime;
|
|
993
|
+
a || (s.push(r), !i && s.push(o.now() + u)), this._trimBuffer(), e.prototype.next.call(this, r);
|
|
994
994
|
}, t.prototype._subscribe = function(r) {
|
|
995
995
|
this._throwIfClosed(), this._trimBuffer();
|
|
996
|
-
for (var n = this._innerSubscribe(r),
|
|
996
|
+
for (var n = this._innerSubscribe(r), a = this, s = a._infiniteTimeWindow, i = a._buffer, o = i.slice(), u = 0; u < o.length && !r.closed; u += s ? 1 : 2)
|
|
997
997
|
r.next(o[u]);
|
|
998
998
|
return this._checkFinalizedStatuses(r), n;
|
|
999
999
|
}, t.prototype._trimBuffer = function() {
|
|
1000
|
-
var r = this, n = r._bufferSize,
|
|
1001
|
-
if (n < 1 / 0 && o <
|
|
1002
|
-
for (var u =
|
|
1000
|
+
var r = this, n = r._bufferSize, a = r._timestampProvider, s = r._buffer, i = r._infiniteTimeWindow, o = (i ? 1 : 2) * n;
|
|
1001
|
+
if (n < 1 / 0 && o < s.length && s.splice(0, s.length - o), !i) {
|
|
1002
|
+
for (var u = a.now(), h = 0, c = 1; c < s.length && s[c] <= u; c += 2)
|
|
1003
1003
|
h = c;
|
|
1004
|
-
h &&
|
|
1004
|
+
h && s.splice(0, h + 1);
|
|
1005
1005
|
}
|
|
1006
1006
|
}, t;
|
|
1007
1007
|
}(Ar);
|
|
@@ -1020,7 +1020,7 @@ function zn(e, t) {
|
|
|
1020
1020
|
function ht(e, t = re) {
|
|
1021
1021
|
let r;
|
|
1022
1022
|
const n = /* @__PURE__ */ new Set();
|
|
1023
|
-
function
|
|
1023
|
+
function a(o) {
|
|
1024
1024
|
if (yr(e, o) && (e = o, r)) {
|
|
1025
1025
|
const u = !Te.length;
|
|
1026
1026
|
for (const h of n)
|
|
@@ -1032,23 +1032,23 @@ function ht(e, t = re) {
|
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
|
-
function
|
|
1036
|
-
|
|
1035
|
+
function s(o) {
|
|
1036
|
+
a(o(e));
|
|
1037
1037
|
}
|
|
1038
|
-
function
|
|
1038
|
+
function i(o, u = re) {
|
|
1039
1039
|
const h = [o, u];
|
|
1040
|
-
return n.add(h), n.size === 1 && (r = t(
|
|
1040
|
+
return n.add(h), n.size === 1 && (r = t(a, s) || re), o(e), () => {
|
|
1041
1041
|
n.delete(h), n.size === 0 && r && (r(), r = null);
|
|
1042
1042
|
};
|
|
1043
1043
|
}
|
|
1044
|
-
return { set:
|
|
1044
|
+
return { set: a, update: s, subscribe: i };
|
|
1045
1045
|
}
|
|
1046
1046
|
function Fe(e, t, r) {
|
|
1047
|
-
const n = !Array.isArray(e),
|
|
1048
|
-
if (!
|
|
1047
|
+
const n = !Array.isArray(e), a = n ? [e] : e;
|
|
1048
|
+
if (!a.every(Boolean))
|
|
1049
1049
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1050
|
-
const
|
|
1051
|
-
return zn(r, (
|
|
1050
|
+
const s = t.length < 2;
|
|
1051
|
+
return zn(r, (i, o) => {
|
|
1052
1052
|
let u = !1;
|
|
1053
1053
|
const h = [];
|
|
1054
1054
|
let c = 0, d = re;
|
|
@@ -1056,9 +1056,9 @@ function Fe(e, t, r) {
|
|
|
1056
1056
|
if (c)
|
|
1057
1057
|
return;
|
|
1058
1058
|
d();
|
|
1059
|
-
const v = t(n ? h[0] : h,
|
|
1060
|
-
|
|
1061
|
-
}, g =
|
|
1059
|
+
const v = t(n ? h[0] : h, i, o);
|
|
1060
|
+
s ? i(v) : d = Ae(v) ? v : re;
|
|
1061
|
+
}, g = a.map(
|
|
1062
1062
|
(v, w) => Pr(
|
|
1063
1063
|
v,
|
|
1064
1064
|
(T) => {
|
|
@@ -1097,24 +1097,24 @@ function Kn(e) {
|
|
|
1097
1097
|
function Xe(e, t) {
|
|
1098
1098
|
return t.clone !== !1 && t.isMergeableObject(e) ? Me(Kn(e), e, t) : e;
|
|
1099
1099
|
}
|
|
1100
|
-
function
|
|
1100
|
+
function ea(e, t, r) {
|
|
1101
1101
|
return e.concat(t).map(function(n) {
|
|
1102
1102
|
return Xe(n, r);
|
|
1103
1103
|
});
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1105
|
+
function ta(e, t) {
|
|
1106
1106
|
if (!t.customMerge)
|
|
1107
1107
|
return Me;
|
|
1108
1108
|
var r = t.customMerge(e);
|
|
1109
1109
|
return typeof r == "function" ? r : Me;
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function ra(e) {
|
|
1112
1112
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1113
1113
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1114
1114
|
}) : [];
|
|
1115
1115
|
}
|
|
1116
1116
|
function tr(e) {
|
|
1117
|
-
return Object.keys(e).concat(
|
|
1117
|
+
return Object.keys(e).concat(ra(e));
|
|
1118
1118
|
}
|
|
1119
1119
|
function Hr(e, t) {
|
|
1120
1120
|
try {
|
|
@@ -1123,63 +1123,63 @@ function Hr(e, t) {
|
|
|
1123
1123
|
return !1;
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
|
-
function
|
|
1126
|
+
function na(e, t) {
|
|
1127
1127
|
return Hr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1129
|
+
function aa(e, t, r) {
|
|
1130
1130
|
var n = {};
|
|
1131
|
-
return r.isMergeableObject(e) && tr(e).forEach(function(
|
|
1132
|
-
n[
|
|
1133
|
-
}), tr(t).forEach(function(
|
|
1134
|
-
|
|
1131
|
+
return r.isMergeableObject(e) && tr(e).forEach(function(a) {
|
|
1132
|
+
n[a] = Xe(e[a], r);
|
|
1133
|
+
}), tr(t).forEach(function(a) {
|
|
1134
|
+
na(e, a) || (Hr(e, a) && r.isMergeableObject(t[a]) ? n[a] = ta(a, r)(e[a], t[a], r) : n[a] = Xe(t[a], r));
|
|
1135
1135
|
}), n;
|
|
1136
1136
|
}
|
|
1137
1137
|
function Me(e, t, r) {
|
|
1138
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1139
|
-
var n = Array.isArray(t),
|
|
1140
|
-
return
|
|
1138
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || ea, r.isMergeableObject = r.isMergeableObject || Xn, r.cloneUnlessOtherwiseSpecified = Xe;
|
|
1139
|
+
var n = Array.isArray(t), a = Array.isArray(e), s = n === a;
|
|
1140
|
+
return s ? n ? r.arrayMerge(e, t, r) : aa(e, t, r) : Xe(t, r);
|
|
1141
1141
|
}
|
|
1142
1142
|
Me.all = function(t, r) {
|
|
1143
1143
|
if (!Array.isArray(t))
|
|
1144
1144
|
throw new Error("first argument should be an array");
|
|
1145
|
-
return t.reduce(function(n,
|
|
1146
|
-
return Me(n,
|
|
1145
|
+
return t.reduce(function(n, a) {
|
|
1146
|
+
return Me(n, a, r);
|
|
1147
1147
|
}, {});
|
|
1148
1148
|
};
|
|
1149
|
-
var
|
|
1150
|
-
const
|
|
1149
|
+
var sa = Me, ia = sa;
|
|
1150
|
+
const oa = /* @__PURE__ */ Wn(ia);
|
|
1151
1151
|
function wt(e, t) {
|
|
1152
|
-
var r = t && t.cache ? t.cache :
|
|
1153
|
-
return
|
|
1152
|
+
var r = t && t.cache ? t.cache : da, n = t && t.serializer ? t.serializer : fa, a = t && t.strategy ? t.strategy : ua;
|
|
1153
|
+
return a(e, {
|
|
1154
1154
|
cache: r,
|
|
1155
1155
|
serializer: n
|
|
1156
1156
|
});
|
|
1157
1157
|
}
|
|
1158
|
-
function
|
|
1158
|
+
function la(e) {
|
|
1159
1159
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1160
1160
|
}
|
|
1161
1161
|
function Mr(e, t, r, n) {
|
|
1162
|
-
var
|
|
1163
|
-
return typeof
|
|
1162
|
+
var a = la(n) ? n : r(n), s = t.get(a);
|
|
1163
|
+
return typeof s == "undefined" && (s = e.call(this, n), t.set(a, s)), s;
|
|
1164
1164
|
}
|
|
1165
1165
|
function Nr(e, t, r) {
|
|
1166
|
-
var n = Array.prototype.slice.call(arguments, 3),
|
|
1167
|
-
return typeof
|
|
1166
|
+
var n = Array.prototype.slice.call(arguments, 3), a = r(n), s = t.get(a);
|
|
1167
|
+
return typeof s == "undefined" && (s = e.apply(this, n), t.set(a, s)), s;
|
|
1168
1168
|
}
|
|
1169
|
-
function kt(e, t, r, n,
|
|
1170
|
-
return r.bind(t, e, n,
|
|
1169
|
+
function kt(e, t, r, n, a) {
|
|
1170
|
+
return r.bind(t, e, n, a);
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1172
|
+
function ua(e, t) {
|
|
1173
1173
|
var r = e.length === 1 ? Mr : Nr;
|
|
1174
1174
|
return kt(e, this, r, t.cache.create(), t.serializer);
|
|
1175
1175
|
}
|
|
1176
|
-
function
|
|
1176
|
+
function ha(e, t) {
|
|
1177
1177
|
return kt(e, this, Nr, t.cache.create(), t.serializer);
|
|
1178
1178
|
}
|
|
1179
|
-
function
|
|
1179
|
+
function ca(e, t) {
|
|
1180
1180
|
return kt(e, this, Mr, t.cache.create(), t.serializer);
|
|
1181
1181
|
}
|
|
1182
|
-
var
|
|
1182
|
+
var fa = function() {
|
|
1183
1183
|
return JSON.stringify(arguments);
|
|
1184
1184
|
};
|
|
1185
1185
|
function Dt() {
|
|
@@ -1191,51 +1191,51 @@ Dt.prototype.get = function(e) {
|
|
|
1191
1191
|
Dt.prototype.set = function(e, t) {
|
|
1192
1192
|
this.cache[e] = t;
|
|
1193
1193
|
};
|
|
1194
|
-
var
|
|
1194
|
+
var da = {
|
|
1195
1195
|
create: function() {
|
|
1196
1196
|
return new Dt();
|
|
1197
1197
|
}
|
|
1198
1198
|
}, vt = {
|
|
1199
|
-
variadic:
|
|
1200
|
-
monadic:
|
|
1199
|
+
variadic: ha,
|
|
1200
|
+
monadic: ca
|
|
1201
1201
|
}, x;
|
|
1202
1202
|
(function(e) {
|
|
1203
1203
|
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";
|
|
1204
1204
|
})(x || (x = {}));
|
|
1205
|
-
var
|
|
1205
|
+
var O;
|
|
1206
1206
|
(function(e) {
|
|
1207
1207
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
|
1208
|
-
})(
|
|
1208
|
+
})(O || (O = {}));
|
|
1209
1209
|
var Ne;
|
|
1210
1210
|
(function(e) {
|
|
1211
1211
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1212
1212
|
})(Ne || (Ne = {}));
|
|
1213
1213
|
function rr(e) {
|
|
1214
|
-
return e.type ===
|
|
1214
|
+
return e.type === O.literal;
|
|
1215
1215
|
}
|
|
1216
|
-
function
|
|
1217
|
-
return e.type ===
|
|
1218
|
-
}
|
|
1219
|
-
function Or(e) {
|
|
1220
|
-
return e.type === R.number;
|
|
1216
|
+
function pa(e) {
|
|
1217
|
+
return e.type === O.argument;
|
|
1221
1218
|
}
|
|
1222
1219
|
function Rr(e) {
|
|
1223
|
-
return e.type ===
|
|
1220
|
+
return e.type === O.number;
|
|
1221
|
+
}
|
|
1222
|
+
function Or(e) {
|
|
1223
|
+
return e.type === O.date;
|
|
1224
1224
|
}
|
|
1225
1225
|
function Lr(e) {
|
|
1226
|
-
return e.type ===
|
|
1226
|
+
return e.type === O.time;
|
|
1227
1227
|
}
|
|
1228
1228
|
function Fr(e) {
|
|
1229
|
-
return e.type ===
|
|
1229
|
+
return e.type === O.select;
|
|
1230
1230
|
}
|
|
1231
1231
|
function kr(e) {
|
|
1232
|
-
return e.type ===
|
|
1232
|
+
return e.type === O.plural;
|
|
1233
1233
|
}
|
|
1234
|
-
function
|
|
1235
|
-
return e.type ===
|
|
1234
|
+
function ma(e) {
|
|
1235
|
+
return e.type === O.pound;
|
|
1236
1236
|
}
|
|
1237
1237
|
function Dr(e) {
|
|
1238
|
-
return e.type ===
|
|
1238
|
+
return e.type === O.tag;
|
|
1239
1239
|
}
|
|
1240
1240
|
function Ur(e) {
|
|
1241
1241
|
return !!(e && typeof e == "object" && e.type === Ne.number);
|
|
@@ -1243,10 +1243,10 @@ function Ur(e) {
|
|
|
1243
1243
|
function It(e) {
|
|
1244
1244
|
return !!(e && typeof e == "object" && e.type === Ne.dateTime);
|
|
1245
1245
|
}
|
|
1246
|
-
var $r = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
1247
|
-
function
|
|
1246
|
+
var $r = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ga = /(?:[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;
|
|
1247
|
+
function ba(e) {
|
|
1248
1248
|
var t = {};
|
|
1249
|
-
return e.replace(
|
|
1249
|
+
return e.replace(ga, function(r) {
|
|
1250
1250
|
var n = r.length;
|
|
1251
1251
|
switch (r[0]) {
|
|
1252
1252
|
case "G":
|
|
@@ -1335,17 +1335,17 @@ function bi(e) {
|
|
|
1335
1335
|
return "";
|
|
1336
1336
|
}), t;
|
|
1337
1337
|
}
|
|
1338
|
-
var
|
|
1339
|
-
function
|
|
1338
|
+
var wa = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1339
|
+
function va(e) {
|
|
1340
1340
|
if (e.length === 0)
|
|
1341
1341
|
throw new Error("Number skeleton cannot be empty");
|
|
1342
|
-
for (var t = e.split(
|
|
1342
|
+
for (var t = e.split(wa).filter(function(p) {
|
|
1343
1343
|
return p.length > 0;
|
|
1344
|
-
}), r = [], n = 0,
|
|
1345
|
-
var
|
|
1346
|
-
if (
|
|
1344
|
+
}), r = [], n = 0, a = t; n < a.length; n++) {
|
|
1345
|
+
var s = a[n], i = s.split("/");
|
|
1346
|
+
if (i.length === 0)
|
|
1347
1347
|
throw new Error("Invalid number skeleton");
|
|
1348
|
-
for (var o =
|
|
1348
|
+
for (var o = i[0], u = i.slice(1), h = 0, c = u; h < c.length; h++) {
|
|
1349
1349
|
var d = c[h];
|
|
1350
1350
|
if (d.length === 0)
|
|
1351
1351
|
throw new Error("Invalid number skeleton");
|
|
@@ -1354,14 +1354,14 @@ function vi(e) {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
return r;
|
|
1356
1356
|
}
|
|
1357
|
-
function
|
|
1357
|
+
function ya(e) {
|
|
1358
1358
|
return e.replace(/^(.*?)-/, "");
|
|
1359
1359
|
}
|
|
1360
|
-
var nr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gr = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
1361
|
-
function
|
|
1360
|
+
var nr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gr = /^(@+)?(\+|#+)?[rs]?$/g, Pa = /(\*)(0+)|(#+)(0+)|(0+)/g, Vr = /^(0+)$/;
|
|
1361
|
+
function ar(e) {
|
|
1362
1362
|
var t = {};
|
|
1363
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gr, function(r, n,
|
|
1364
|
-
return typeof
|
|
1363
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gr, function(r, n, a) {
|
|
1364
|
+
return typeof a != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : a === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof a == "string" ? a.length : 0)), "";
|
|
1365
1365
|
}), t;
|
|
1366
1366
|
}
|
|
1367
1367
|
function jr(e) {
|
|
@@ -1404,7 +1404,7 @@ function jr(e) {
|
|
|
1404
1404
|
};
|
|
1405
1405
|
}
|
|
1406
1406
|
}
|
|
1407
|
-
function
|
|
1407
|
+
function _a(e) {
|
|
1408
1408
|
var t;
|
|
1409
1409
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1410
1410
|
notation: "engineering"
|
|
@@ -1418,14 +1418,14 @@ function _i(e) {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
return t;
|
|
1420
1420
|
}
|
|
1421
|
-
function
|
|
1421
|
+
function sr(e) {
|
|
1422
1422
|
var t = {}, r = jr(e);
|
|
1423
1423
|
return r || t;
|
|
1424
1424
|
}
|
|
1425
|
-
function
|
|
1425
|
+
function xa(e) {
|
|
1426
1426
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1427
|
-
var
|
|
1428
|
-
switch (
|
|
1427
|
+
var a = n[r];
|
|
1428
|
+
switch (a.stem) {
|
|
1429
1429
|
case "percent":
|
|
1430
1430
|
case "%":
|
|
1431
1431
|
t.style = "percent";
|
|
@@ -1434,7 +1434,7 @@ function xi(e) {
|
|
|
1434
1434
|
t.style = "percent", t.scale = 100;
|
|
1435
1435
|
continue;
|
|
1436
1436
|
case "currency":
|
|
1437
|
-
t.style = "currency", t.currency =
|
|
1437
|
+
t.style = "currency", t.currency = a.options[0];
|
|
1438
1438
|
continue;
|
|
1439
1439
|
case "group-off":
|
|
1440
1440
|
case ",_":
|
|
@@ -1446,7 +1446,7 @@ function xi(e) {
|
|
|
1446
1446
|
continue;
|
|
1447
1447
|
case "measure-unit":
|
|
1448
1448
|
case "unit":
|
|
1449
|
-
t.style = "unit", t.unit =
|
|
1449
|
+
t.style = "unit", t.unit = ya(a.options[0]);
|
|
1450
1450
|
continue;
|
|
1451
1451
|
case "compact-short":
|
|
1452
1452
|
case "K":
|
|
@@ -1457,13 +1457,13 @@ function xi(e) {
|
|
|
1457
1457
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1458
1458
|
continue;
|
|
1459
1459
|
case "scientific":
|
|
1460
|
-
t = S(S(S({}, t), { notation: "scientific" }),
|
|
1461
|
-
return S(S({}, u),
|
|
1460
|
+
t = S(S(S({}, t), { notation: "scientific" }), a.options.reduce(function(u, h) {
|
|
1461
|
+
return S(S({}, u), sr(h));
|
|
1462
1462
|
}, {}));
|
|
1463
1463
|
continue;
|
|
1464
1464
|
case "engineering":
|
|
1465
|
-
t = S(S(S({}, t), { notation: "engineering" }),
|
|
1466
|
-
return S(S({}, u),
|
|
1465
|
+
t = S(S(S({}, t), { notation: "engineering" }), a.options.reduce(function(u, h) {
|
|
1466
|
+
return S(S({}, u), sr(h));
|
|
1467
1467
|
}, {}));
|
|
1468
1468
|
continue;
|
|
1469
1469
|
case "notation-simple":
|
|
@@ -1482,7 +1482,7 @@ function xi(e) {
|
|
|
1482
1482
|
t.currencyDisplay = "symbol";
|
|
1483
1483
|
continue;
|
|
1484
1484
|
case "scale":
|
|
1485
|
-
t.scale = parseFloat(
|
|
1485
|
+
t.scale = parseFloat(a.options[0]);
|
|
1486
1486
|
continue;
|
|
1487
1487
|
case "rounding-mode-floor":
|
|
1488
1488
|
t.roundingMode = "floor";
|
|
@@ -1506,9 +1506,9 @@ function xi(e) {
|
|
|
1506
1506
|
t.roundingMode = "halfExpand";
|
|
1507
1507
|
continue;
|
|
1508
1508
|
case "integer-width":
|
|
1509
|
-
if (
|
|
1509
|
+
if (a.options.length > 1)
|
|
1510
1510
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1511
|
-
|
|
1511
|
+
a.options[0].replace(Pa, function(u, h, c, d, p, g) {
|
|
1512
1512
|
if (h)
|
|
1513
1513
|
t.minimumIntegerDigits = c.length;
|
|
1514
1514
|
else {
|
|
@@ -1521,27 +1521,27 @@ function xi(e) {
|
|
|
1521
1521
|
});
|
|
1522
1522
|
continue;
|
|
1523
1523
|
}
|
|
1524
|
-
if (Vr.test(
|
|
1525
|
-
t.minimumIntegerDigits =
|
|
1524
|
+
if (Vr.test(a.stem)) {
|
|
1525
|
+
t.minimumIntegerDigits = a.stem.length;
|
|
1526
1526
|
continue;
|
|
1527
1527
|
}
|
|
1528
|
-
if (nr.test(
|
|
1529
|
-
if (
|
|
1528
|
+
if (nr.test(a.stem)) {
|
|
1529
|
+
if (a.options.length > 1)
|
|
1530
1530
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1531
|
-
|
|
1531
|
+
a.stem.replace(nr, function(u, h, c, d, p, g) {
|
|
1532
1532
|
return c === "*" ? t.minimumFractionDigits = h.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && g ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + g.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
|
1533
1533
|
});
|
|
1534
|
-
var
|
|
1535
|
-
|
|
1534
|
+
var s = a.options[0];
|
|
1535
|
+
s === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = S(S({}, t), ar(s)));
|
|
1536
1536
|
continue;
|
|
1537
1537
|
}
|
|
1538
|
-
if (Gr.test(
|
|
1539
|
-
t = S(S({}, t),
|
|
1538
|
+
if (Gr.test(a.stem)) {
|
|
1539
|
+
t = S(S({}, t), ar(a.stem));
|
|
1540
1540
|
continue;
|
|
1541
1541
|
}
|
|
1542
|
-
var
|
|
1543
|
-
|
|
1544
|
-
var o =
|
|
1542
|
+
var i = jr(a.stem);
|
|
1543
|
+
i && (t = S(S({}, t), i));
|
|
1544
|
+
var o = _a(a.stem);
|
|
1545
1545
|
o && (t = S(S({}, t), o));
|
|
1546
1546
|
}
|
|
1547
1547
|
return t;
|
|
@@ -2961,22 +2961,22 @@ var rt = {
|
|
|
2961
2961
|
"h"
|
|
2962
2962
|
]
|
|
2963
2963
|
};
|
|
2964
|
-
function
|
|
2964
|
+
function Ea(e, t) {
|
|
2965
2965
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2966
|
-
var
|
|
2967
|
-
if (
|
|
2968
|
-
for (var
|
|
2969
|
-
|
|
2970
|
-
var
|
|
2966
|
+
var a = e.charAt(n);
|
|
2967
|
+
if (a === "j") {
|
|
2968
|
+
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === a; )
|
|
2969
|
+
s++, n++;
|
|
2970
|
+
var i = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), u = "a", h = Ca(t);
|
|
2971
2971
|
for ((h == "H" || h == "k") && (o = 0); o-- > 0; )
|
|
2972
2972
|
r += u;
|
|
2973
|
-
for (;
|
|
2973
|
+
for (; i-- > 0; )
|
|
2974
2974
|
r = h + r;
|
|
2975
|
-
} else
|
|
2975
|
+
} else a === "J" ? r += "H" : r += a;
|
|
2976
2976
|
}
|
|
2977
2977
|
return r;
|
|
2978
2978
|
}
|
|
2979
|
-
function
|
|
2979
|
+
function Ca(e) {
|
|
2980
2980
|
var t = e.hourCycle;
|
|
2981
2981
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2982
2982
|
e.hourCycles && // @ts-ignore
|
|
@@ -2995,23 +2995,23 @@ function Ci(e) {
|
|
|
2995
2995
|
}
|
|
2996
2996
|
var r = e.language, n;
|
|
2997
2997
|
r !== "root" && (n = e.maximize().region);
|
|
2998
|
-
var
|
|
2999
|
-
return
|
|
2998
|
+
var a = rt[n || ""] || rt[r || ""] || rt["".concat(r, "-001")] || rt["001"];
|
|
2999
|
+
return a[0];
|
|
3000
3000
|
}
|
|
3001
|
-
var yt,
|
|
3001
|
+
var yt, Ta = new RegExp("^".concat($r.source, "*")), Ba = new RegExp("".concat($r.source, "*$"));
|
|
3002
3002
|
function C(e, t) {
|
|
3003
3003
|
return { start: e, end: t };
|
|
3004
3004
|
}
|
|
3005
|
-
var
|
|
3005
|
+
var Sa = !!String.prototype.startsWith && "_a".startsWith("a", 1), Aa = !!String.fromCodePoint, Ia = !!Object.fromEntries, Ha = !!String.prototype.codePointAt, Ma = !!String.prototype.trimStart, Na = !!String.prototype.trimEnd, Ra = !!Number.isSafeInteger, Oa = Ra ? Number.isSafeInteger : function(e) {
|
|
3006
3006
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3007
3007
|
}, Ht = !0;
|
|
3008
3008
|
try {
|
|
3009
|
-
var
|
|
3010
|
-
Ht = ((yt =
|
|
3009
|
+
var La = Wr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3010
|
+
Ht = ((yt = La.exec("a")) === null || yt === void 0 ? void 0 : yt[0]) === "a";
|
|
3011
3011
|
} catch (e) {
|
|
3012
3012
|
Ht = !1;
|
|
3013
3013
|
}
|
|
3014
|
-
var
|
|
3014
|
+
var ir = Sa ? (
|
|
3015
3015
|
// Native
|
|
3016
3016
|
function(t, r, n) {
|
|
3017
3017
|
return t.startsWith(r, n);
|
|
@@ -3021,31 +3021,31 @@ var sr = Si ? (
|
|
|
3021
3021
|
function(t, r, n) {
|
|
3022
3022
|
return t.slice(n, n + r.length) === r;
|
|
3023
3023
|
}
|
|
3024
|
-
), Mt =
|
|
3024
|
+
), Mt = Aa ? String.fromCodePoint : (
|
|
3025
3025
|
// IE11
|
|
3026
3026
|
function() {
|
|
3027
3027
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
3028
3028
|
t[r] = arguments[r];
|
|
3029
|
-
for (var n = "",
|
|
3030
|
-
if (
|
|
3031
|
-
throw RangeError(
|
|
3032
|
-
n +=
|
|
3029
|
+
for (var n = "", a = t.length, s = 0, i; a > s; ) {
|
|
3030
|
+
if (i = t[s++], i > 1114111)
|
|
3031
|
+
throw RangeError(i + " is not a valid code point");
|
|
3032
|
+
n += i < 65536 ? String.fromCharCode(i) : String.fromCharCode(((i -= 65536) >> 10) + 55296, i % 1024 + 56320);
|
|
3033
3033
|
}
|
|
3034
3034
|
return n;
|
|
3035
3035
|
}
|
|
3036
3036
|
), or = (
|
|
3037
3037
|
// native
|
|
3038
|
-
|
|
3038
|
+
Ia ? Object.fromEntries : (
|
|
3039
3039
|
// Ponyfill
|
|
3040
3040
|
function(t) {
|
|
3041
|
-
for (var r = {}, n = 0,
|
|
3042
|
-
var
|
|
3043
|
-
r[
|
|
3041
|
+
for (var r = {}, n = 0, a = t; n < a.length; n++) {
|
|
3042
|
+
var s = a[n], i = s[0], o = s[1];
|
|
3043
|
+
r[i] = o;
|
|
3044
3044
|
}
|
|
3045
3045
|
return r;
|
|
3046
3046
|
}
|
|
3047
3047
|
)
|
|
3048
|
-
), zr =
|
|
3048
|
+
), zr = Ha ? (
|
|
3049
3049
|
// Native
|
|
3050
3050
|
function(t, r) {
|
|
3051
3051
|
return t.codePointAt(r);
|
|
@@ -3055,11 +3055,11 @@ var sr = Si ? (
|
|
|
3055
3055
|
function(t, r) {
|
|
3056
3056
|
var n = t.length;
|
|
3057
3057
|
if (!(r < 0 || r >= n)) {
|
|
3058
|
-
var
|
|
3059
|
-
return
|
|
3058
|
+
var a = t.charCodeAt(r), s;
|
|
3059
|
+
return a < 55296 || a > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? a : (a - 55296 << 10) + (s - 56320) + 65536;
|
|
3060
3060
|
}
|
|
3061
3061
|
}
|
|
3062
|
-
),
|
|
3062
|
+
), Fa = Ma ? (
|
|
3063
3063
|
// Native
|
|
3064
3064
|
function(t) {
|
|
3065
3065
|
return t.trimStart();
|
|
@@ -3067,9 +3067,9 @@ var sr = Si ? (
|
|
|
3067
3067
|
) : (
|
|
3068
3068
|
// Ponyfill
|
|
3069
3069
|
function(t) {
|
|
3070
|
-
return t.replace(
|
|
3070
|
+
return t.replace(Ta, "");
|
|
3071
3071
|
}
|
|
3072
|
-
),
|
|
3072
|
+
), ka = Na ? (
|
|
3073
3073
|
// Native
|
|
3074
3074
|
function(t) {
|
|
3075
3075
|
return t.trimEnd();
|
|
@@ -3077,7 +3077,7 @@ var sr = Si ? (
|
|
|
3077
3077
|
) : (
|
|
3078
3078
|
// Ponyfill
|
|
3079
3079
|
function(t) {
|
|
3080
|
-
return t.replace(
|
|
3080
|
+
return t.replace(Ba, "");
|
|
3081
3081
|
}
|
|
3082
3082
|
);
|
|
3083
3083
|
function Wr(e, t) {
|
|
@@ -3089,20 +3089,20 @@ if (Ht) {
|
|
|
3089
3089
|
Nt = function(t, r) {
|
|
3090
3090
|
var n;
|
|
3091
3091
|
lr.lastIndex = r;
|
|
3092
|
-
var
|
|
3093
|
-
return (n =
|
|
3092
|
+
var a = lr.exec(t);
|
|
3093
|
+
return (n = a[1]) !== null && n !== void 0 ? n : "";
|
|
3094
3094
|
};
|
|
3095
3095
|
} else
|
|
3096
3096
|
Nt = function(t, r) {
|
|
3097
3097
|
for (var n = []; ; ) {
|
|
3098
|
-
var
|
|
3099
|
-
if (
|
|
3098
|
+
var a = zr(t, r);
|
|
3099
|
+
if (a === void 0 || Xr(a) || Ga(a))
|
|
3100
3100
|
break;
|
|
3101
|
-
n.push(
|
|
3101
|
+
n.push(a), r += a >= 65536 ? 2 : 1;
|
|
3102
3102
|
}
|
|
3103
3103
|
return Mt.apply(void 0, n);
|
|
3104
3104
|
};
|
|
3105
|
-
var
|
|
3105
|
+
var Da = (
|
|
3106
3106
|
/** @class */
|
|
3107
3107
|
function() {
|
|
3108
3108
|
function e(t, r) {
|
|
@@ -3113,67 +3113,67 @@ var Di = (
|
|
|
3113
3113
|
throw Error("parser can only be used once");
|
|
3114
3114
|
return this.parseMessage(0, "", !1);
|
|
3115
3115
|
}, e.prototype.parseMessage = function(t, r, n) {
|
|
3116
|
-
for (var
|
|
3117
|
-
var
|
|
3118
|
-
if (
|
|
3119
|
-
var
|
|
3120
|
-
if (
|
|
3121
|
-
return
|
|
3122
|
-
|
|
3116
|
+
for (var a = []; !this.isEOF(); ) {
|
|
3117
|
+
var s = this.char();
|
|
3118
|
+
if (s === 123) {
|
|
3119
|
+
var i = this.parseArgument(t, n);
|
|
3120
|
+
if (i.err)
|
|
3121
|
+
return i;
|
|
3122
|
+
a.push(i.val);
|
|
3123
3123
|
} else {
|
|
3124
|
-
if (
|
|
3124
|
+
if (s === 125 && t > 0)
|
|
3125
3125
|
break;
|
|
3126
|
-
if (
|
|
3126
|
+
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3127
3127
|
var o = this.clonePosition();
|
|
3128
|
-
this.bump(),
|
|
3129
|
-
type:
|
|
3128
|
+
this.bump(), a.push({
|
|
3129
|
+
type: O.pound,
|
|
3130
3130
|
location: C(o, this.clonePosition())
|
|
3131
3131
|
});
|
|
3132
|
-
} else if (
|
|
3132
|
+
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3133
3133
|
if (n)
|
|
3134
3134
|
break;
|
|
3135
3135
|
return this.error(x.UNMATCHED_CLOSING_TAG, C(this.clonePosition(), this.clonePosition()));
|
|
3136
|
-
} else if (
|
|
3137
|
-
var
|
|
3138
|
-
if (
|
|
3139
|
-
return
|
|
3140
|
-
|
|
3136
|
+
} else if (s === 60 && !this.ignoreTag && Rt(this.peek() || 0)) {
|
|
3137
|
+
var i = this.parseTag(t, r);
|
|
3138
|
+
if (i.err)
|
|
3139
|
+
return i;
|
|
3140
|
+
a.push(i.val);
|
|
3141
3141
|
} else {
|
|
3142
|
-
var
|
|
3143
|
-
if (
|
|
3144
|
-
return
|
|
3145
|
-
|
|
3142
|
+
var i = this.parseLiteral(t, r);
|
|
3143
|
+
if (i.err)
|
|
3144
|
+
return i;
|
|
3145
|
+
a.push(i.val);
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
|
-
return { val:
|
|
3149
|
+
return { val: a, err: null };
|
|
3150
3150
|
}, e.prototype.parseTag = function(t, r) {
|
|
3151
3151
|
var n = this.clonePosition();
|
|
3152
3152
|
this.bump();
|
|
3153
|
-
var
|
|
3153
|
+
var a = this.parseTagName();
|
|
3154
3154
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3155
3155
|
return {
|
|
3156
3156
|
val: {
|
|
3157
|
-
type:
|
|
3158
|
-
value: "<".concat(
|
|
3157
|
+
type: O.literal,
|
|
3158
|
+
value: "<".concat(a, "/>"),
|
|
3159
3159
|
location: C(n, this.clonePosition())
|
|
3160
3160
|
},
|
|
3161
3161
|
err: null
|
|
3162
3162
|
};
|
|
3163
3163
|
if (this.bumpIf(">")) {
|
|
3164
|
-
var
|
|
3165
|
-
if (
|
|
3166
|
-
return
|
|
3167
|
-
var
|
|
3164
|
+
var s = this.parseMessage(t + 1, r, !0);
|
|
3165
|
+
if (s.err)
|
|
3166
|
+
return s;
|
|
3167
|
+
var i = s.val, o = this.clonePosition();
|
|
3168
3168
|
if (this.bumpIf("</")) {
|
|
3169
|
-
if (this.isEOF() || !
|
|
3169
|
+
if (this.isEOF() || !Rt(this.char()))
|
|
3170
3170
|
return this.error(x.INVALID_TAG, C(o, this.clonePosition()));
|
|
3171
3171
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3172
|
-
return
|
|
3172
|
+
return a !== h ? this.error(x.UNMATCHED_CLOSING_TAG, C(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3173
3173
|
val: {
|
|
3174
|
-
type:
|
|
3175
|
-
value:
|
|
3176
|
-
children:
|
|
3174
|
+
type: O.tag,
|
|
3175
|
+
value: a,
|
|
3176
|
+
children: i,
|
|
3177
3177
|
location: C(n, this.clonePosition())
|
|
3178
3178
|
},
|
|
3179
3179
|
err: null
|
|
@@ -3184,36 +3184,36 @@ var Di = (
|
|
|
3184
3184
|
return this.error(x.INVALID_TAG, C(n, this.clonePosition()));
|
|
3185
3185
|
}, e.prototype.parseTagName = function() {
|
|
3186
3186
|
var t = this.offset();
|
|
3187
|
-
for (this.bump(); !this.isEOF() && $
|
|
3187
|
+
for (this.bump(); !this.isEOF() && $a(this.char()); )
|
|
3188
3188
|
this.bump();
|
|
3189
3189
|
return this.message.slice(t, this.offset());
|
|
3190
3190
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
3191
|
-
for (var n = this.clonePosition(),
|
|
3192
|
-
var
|
|
3193
|
-
if (
|
|
3194
|
-
|
|
3191
|
+
for (var n = this.clonePosition(), a = ""; ; ) {
|
|
3192
|
+
var s = this.tryParseQuote(r);
|
|
3193
|
+
if (s) {
|
|
3194
|
+
a += s;
|
|
3195
3195
|
continue;
|
|
3196
3196
|
}
|
|
3197
|
-
var
|
|
3198
|
-
if (
|
|
3199
|
-
|
|
3197
|
+
var i = this.tryParseUnquoted(t, r);
|
|
3198
|
+
if (i) {
|
|
3199
|
+
a += i;
|
|
3200
3200
|
continue;
|
|
3201
3201
|
}
|
|
3202
3202
|
var o = this.tryParseLeftAngleBracket();
|
|
3203
3203
|
if (o) {
|
|
3204
|
-
|
|
3204
|
+
a += o;
|
|
3205
3205
|
continue;
|
|
3206
3206
|
}
|
|
3207
3207
|
break;
|
|
3208
3208
|
}
|
|
3209
3209
|
var u = C(n, this.clonePosition());
|
|
3210
3210
|
return {
|
|
3211
|
-
val: { type:
|
|
3211
|
+
val: { type: O.literal, value: a, location: u },
|
|
3212
3212
|
err: null
|
|
3213
3213
|
};
|
|
3214
3214
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3215
3215
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3216
|
-
!
|
|
3216
|
+
!Ua(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3217
3217
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3218
3218
|
if (this.isEOF() || this.char() !== 39)
|
|
3219
3219
|
return null;
|
|
@@ -3259,8 +3259,8 @@ var Di = (
|
|
|
3259
3259
|
return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
|
|
3260
3260
|
if (this.char() === 125)
|
|
3261
3261
|
return this.bump(), this.error(x.EMPTY_ARGUMENT, C(n, this.clonePosition()));
|
|
3262
|
-
var
|
|
3263
|
-
if (!
|
|
3262
|
+
var a = this.parseIdentifierIfPossible().value;
|
|
3263
|
+
if (!a)
|
|
3264
3264
|
return this.error(x.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
|
|
3265
3265
|
if (this.bumpSpace(), this.isEOF())
|
|
3266
3266
|
return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
|
|
@@ -3268,28 +3268,28 @@ var Di = (
|
|
|
3268
3268
|
case 125:
|
|
3269
3269
|
return this.bump(), {
|
|
3270
3270
|
val: {
|
|
3271
|
-
type:
|
|
3271
|
+
type: O.argument,
|
|
3272
3272
|
// value does not include the opening and closing braces.
|
|
3273
|
-
value:
|
|
3273
|
+
value: a,
|
|
3274
3274
|
location: C(n, this.clonePosition())
|
|
3275
3275
|
},
|
|
3276
3276
|
err: null
|
|
3277
3277
|
};
|
|
3278
3278
|
case 44:
|
|
3279
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition())) : this.parseArgumentOptions(t, r,
|
|
3279
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition())) : this.parseArgumentOptions(t, r, a, n);
|
|
3280
3280
|
default:
|
|
3281
3281
|
return this.error(x.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
|
|
3282
3282
|
}
|
|
3283
3283
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3284
|
-
var t = this.clonePosition(), r = this.offset(), n = Nt(this.message, r),
|
|
3285
|
-
this.bumpTo(
|
|
3286
|
-
var
|
|
3287
|
-
return { value: n, location:
|
|
3288
|
-
}, e.prototype.parseArgumentOptions = function(t, r, n,
|
|
3289
|
-
var
|
|
3284
|
+
var t = this.clonePosition(), r = this.offset(), n = Nt(this.message, r), a = r + n.length;
|
|
3285
|
+
this.bumpTo(a);
|
|
3286
|
+
var s = this.clonePosition(), i = C(t, s);
|
|
3287
|
+
return { value: n, location: i };
|
|
3288
|
+
}, e.prototype.parseArgumentOptions = function(t, r, n, a) {
|
|
3289
|
+
var s, i = this.clonePosition(), o = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3290
3290
|
switch (o) {
|
|
3291
3291
|
case "":
|
|
3292
|
-
return this.error(x.EXPECT_ARGUMENT_TYPE, C(
|
|
3292
|
+
return this.error(x.EXPECT_ARGUMENT_TYPE, C(i, u));
|
|
3293
3293
|
case "number":
|
|
3294
3294
|
case "date":
|
|
3295
3295
|
case "time": {
|
|
@@ -3300,35 +3300,35 @@ var Di = (
|
|
|
3300
3300
|
var c = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
|
|
3301
3301
|
if (d.err)
|
|
3302
3302
|
return d;
|
|
3303
|
-
var p =
|
|
3303
|
+
var p = ka(d.val);
|
|
3304
3304
|
if (p.length === 0)
|
|
3305
3305
|
return this.error(x.EXPECT_ARGUMENT_STYLE, C(this.clonePosition(), this.clonePosition()));
|
|
3306
3306
|
var g = C(c, this.clonePosition());
|
|
3307
3307
|
h = { style: p, styleLocation: g };
|
|
3308
3308
|
}
|
|
3309
|
-
var v = this.tryParseArgumentClose(
|
|
3309
|
+
var v = this.tryParseArgumentClose(a);
|
|
3310
3310
|
if (v.err)
|
|
3311
3311
|
return v;
|
|
3312
|
-
var w = C(
|
|
3313
|
-
if (h &&
|
|
3314
|
-
var T =
|
|
3312
|
+
var w = C(a, this.clonePosition());
|
|
3313
|
+
if (h && ir(h == null ? void 0 : h.style, "::", 0)) {
|
|
3314
|
+
var T = Fa(h.style.slice(2));
|
|
3315
3315
|
if (o === "number") {
|
|
3316
3316
|
var d = this.parseNumberSkeletonFromString(T, h.styleLocation);
|
|
3317
3317
|
return d.err ? d : {
|
|
3318
|
-
val: { type:
|
|
3318
|
+
val: { type: O.number, value: n, location: w, style: d.val },
|
|
3319
3319
|
err: null
|
|
3320
3320
|
};
|
|
3321
3321
|
} else {
|
|
3322
3322
|
if (T.length === 0)
|
|
3323
3323
|
return this.error(x.EXPECT_DATE_TIME_SKELETON, w);
|
|
3324
3324
|
var P = T;
|
|
3325
|
-
this.locale && (P =
|
|
3325
|
+
this.locale && (P = Ea(T, this.locale));
|
|
3326
3326
|
var p = {
|
|
3327
3327
|
type: Ne.dateTime,
|
|
3328
3328
|
pattern: P,
|
|
3329
3329
|
location: h.styleLocation,
|
|
3330
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3331
|
-
}, B = o === "date" ?
|
|
3330
|
+
parsedOptions: this.shouldParseSkeletons ? ba(P) : {}
|
|
3331
|
+
}, B = o === "date" ? O.date : O.time;
|
|
3332
3332
|
return {
|
|
3333
3333
|
val: { type: B, value: n, location: w, style: p },
|
|
3334
3334
|
err: null
|
|
@@ -3337,10 +3337,10 @@ var Di = (
|
|
|
3337
3337
|
}
|
|
3338
3338
|
return {
|
|
3339
3339
|
val: {
|
|
3340
|
-
type: o === "number" ?
|
|
3340
|
+
type: o === "number" ? O.number : o === "date" ? O.date : O.time,
|
|
3341
3341
|
value: n,
|
|
3342
3342
|
location: w,
|
|
3343
|
-
style: (
|
|
3343
|
+
style: (s = h == null ? void 0 : h.style) !== null && s !== void 0 ? s : null
|
|
3344
3344
|
},
|
|
3345
3345
|
err: null
|
|
3346
3346
|
};
|
|
@@ -3348,9 +3348,9 @@ var Di = (
|
|
|
3348
3348
|
case "plural":
|
|
3349
3349
|
case "selectordinal":
|
|
3350
3350
|
case "select": {
|
|
3351
|
-
var
|
|
3351
|
+
var R = this.clonePosition();
|
|
3352
3352
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3353
|
-
return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, C(
|
|
3353
|
+
return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, C(R, S({}, R)));
|
|
3354
3354
|
this.bumpSpace();
|
|
3355
3355
|
var F = this.parseIdentifierIfPossible(), k = 0;
|
|
3356
3356
|
if (o !== "select" && F.value === "offset") {
|
|
@@ -3365,13 +3365,13 @@ var Di = (
|
|
|
3365
3365
|
var N = this.tryParsePluralOrSelectOptions(t, o, r, F);
|
|
3366
3366
|
if (N.err)
|
|
3367
3367
|
return N;
|
|
3368
|
-
var v = this.tryParseArgumentClose(
|
|
3368
|
+
var v = this.tryParseArgumentClose(a);
|
|
3369
3369
|
if (v.err)
|
|
3370
3370
|
return v;
|
|
3371
|
-
var X = C(
|
|
3371
|
+
var X = C(a, this.clonePosition());
|
|
3372
3372
|
return o === "select" ? {
|
|
3373
3373
|
val: {
|
|
3374
|
-
type:
|
|
3374
|
+
type: O.select,
|
|
3375
3375
|
value: n,
|
|
3376
3376
|
options: or(N.val),
|
|
3377
3377
|
location: X
|
|
@@ -3379,7 +3379,7 @@ var Di = (
|
|
|
3379
3379
|
err: null
|
|
3380
3380
|
} : {
|
|
3381
3381
|
val: {
|
|
3382
|
-
type:
|
|
3382
|
+
type: O.plural,
|
|
3383
3383
|
value: n,
|
|
3384
3384
|
options: or(N.val),
|
|
3385
3385
|
offset: k,
|
|
@@ -3390,7 +3390,7 @@ var Di = (
|
|
|
3390
3390
|
};
|
|
3391
3391
|
}
|
|
3392
3392
|
default:
|
|
3393
|
-
return this.error(x.INVALID_ARGUMENT_TYPE, C(
|
|
3393
|
+
return this.error(x.INVALID_ARGUMENT_TYPE, C(i, u));
|
|
3394
3394
|
}
|
|
3395
3395
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3396
3396
|
return this.isEOF() || this.char() !== 125 ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
@@ -3400,9 +3400,9 @@ var Di = (
|
|
|
3400
3400
|
switch (n) {
|
|
3401
3401
|
case 39: {
|
|
3402
3402
|
this.bump();
|
|
3403
|
-
var
|
|
3403
|
+
var a = this.clonePosition();
|
|
3404
3404
|
if (!this.bumpUntil("'"))
|
|
3405
|
-
return this.error(x.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(
|
|
3405
|
+
return this.error(x.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(a, this.clonePosition()));
|
|
3406
3406
|
this.bump();
|
|
3407
3407
|
break;
|
|
3408
3408
|
}
|
|
@@ -3432,8 +3432,8 @@ var Di = (
|
|
|
3432
3432
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3433
3433
|
var n = [];
|
|
3434
3434
|
try {
|
|
3435
|
-
n =
|
|
3436
|
-
} catch (
|
|
3435
|
+
n = va(t);
|
|
3436
|
+
} catch (a) {
|
|
3437
3437
|
return this.error(x.INVALID_NUMBER_SKELETON, r);
|
|
3438
3438
|
}
|
|
3439
3439
|
return {
|
|
@@ -3441,12 +3441,12 @@ var Di = (
|
|
|
3441
3441
|
type: Ne.number,
|
|
3442
3442
|
tokens: n,
|
|
3443
3443
|
location: r,
|
|
3444
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3444
|
+
parsedOptions: this.shouldParseSkeletons ? xa(n) : {}
|
|
3445
3445
|
},
|
|
3446
3446
|
err: null
|
|
3447
3447
|
};
|
|
3448
|
-
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n,
|
|
3449
|
-
for (var
|
|
3448
|
+
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, a) {
|
|
3449
|
+
for (var s, i = !1, o = [], u = /* @__PURE__ */ new Set(), h = a.value, c = a.location; ; ) {
|
|
3450
3450
|
if (h.length === 0) {
|
|
3451
3451
|
var d = this.clonePosition();
|
|
3452
3452
|
if (r !== "select" && this.bumpIf("=")) {
|
|
@@ -3459,7 +3459,7 @@ var Di = (
|
|
|
3459
3459
|
}
|
|
3460
3460
|
if (u.has(h))
|
|
3461
3461
|
return this.error(r === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
|
|
3462
|
-
h === "other" && (
|
|
3462
|
+
h === "other" && (i = !0), this.bumpSpace();
|
|
3463
3463
|
var g = this.clonePosition();
|
|
3464
3464
|
if (!this.bumpIf("{"))
|
|
3465
3465
|
return this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : x.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, C(this.clonePosition(), this.clonePosition()));
|
|
@@ -3475,21 +3475,21 @@ var Di = (
|
|
|
3475
3475
|
value: v.val,
|
|
3476
3476
|
location: C(g, this.clonePosition())
|
|
3477
3477
|
}
|
|
3478
|
-
]), u.add(h), this.bumpSpace(),
|
|
3478
|
+
]), u.add(h), this.bumpSpace(), s = this.parseIdentifierIfPossible(), h = s.value, c = s.location;
|
|
3479
3479
|
}
|
|
3480
|
-
return o.length === 0 ? this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR : x.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !
|
|
3480
|
+
return o.length === 0 ? this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR : x.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !i ? this.error(x.MISSING_OTHER_CLAUSE, C(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
|
|
3481
3481
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3482
|
-
var n = 1,
|
|
3482
|
+
var n = 1, a = this.clonePosition();
|
|
3483
3483
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
3484
|
-
for (var
|
|
3484
|
+
for (var s = !1, i = 0; !this.isEOF(); ) {
|
|
3485
3485
|
var o = this.char();
|
|
3486
3486
|
if (o >= 48 && o <= 57)
|
|
3487
|
-
|
|
3487
|
+
s = !0, i = i * 10 + (o - 48), this.bump();
|
|
3488
3488
|
else
|
|
3489
3489
|
break;
|
|
3490
3490
|
}
|
|
3491
|
-
var u = C(
|
|
3492
|
-
return
|
|
3491
|
+
var u = C(a, this.clonePosition());
|
|
3492
|
+
return s ? (i *= n, Oa(i) ? { val: i, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3493
3493
|
}, e.prototype.offset = function() {
|
|
3494
3494
|
return this.position.offset;
|
|
3495
3495
|
}, e.prototype.isEOF = function() {
|
|
@@ -3523,7 +3523,7 @@ var Di = (
|
|
|
3523
3523
|
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);
|
|
3524
3524
|
}
|
|
3525
3525
|
}, e.prototype.bumpIf = function(t) {
|
|
3526
|
-
if (
|
|
3526
|
+
if (ir(this.message, t, this.offset())) {
|
|
3527
3527
|
for (var r = 0; r < t.length; r++)
|
|
3528
3528
|
this.bump();
|
|
3529
3529
|
return !0;
|
|
@@ -3555,49 +3555,49 @@ var Di = (
|
|
|
3555
3555
|
}, e;
|
|
3556
3556
|
}()
|
|
3557
3557
|
);
|
|
3558
|
-
function
|
|
3558
|
+
function Rt(e) {
|
|
3559
3559
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3560
3560
|
}
|
|
3561
|
-
function
|
|
3562
|
-
return
|
|
3561
|
+
function Ua(e) {
|
|
3562
|
+
return Rt(e) || e === 47;
|
|
3563
3563
|
}
|
|
3564
|
-
function $
|
|
3564
|
+
function $a(e) {
|
|
3565
3565
|
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;
|
|
3566
3566
|
}
|
|
3567
3567
|
function Xr(e) {
|
|
3568
3568
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3569
3569
|
}
|
|
3570
|
-
function
|
|
3570
|
+
function Ga(e) {
|
|
3571
3571
|
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;
|
|
3572
3572
|
}
|
|
3573
|
-
function
|
|
3573
|
+
function Ot(e) {
|
|
3574
3574
|
e.forEach(function(t) {
|
|
3575
3575
|
if (delete t.location, Fr(t) || kr(t))
|
|
3576
3576
|
for (var r in t.options)
|
|
3577
|
-
delete t.options[r].location,
|
|
3578
|
-
else
|
|
3577
|
+
delete t.options[r].location, Ot(t.options[r].value);
|
|
3578
|
+
else Rr(t) && Ur(t.style) || (Or(t) || Lr(t)) && It(t.style) ? delete t.style.location : Dr(t) && Ot(t.children);
|
|
3579
3579
|
});
|
|
3580
3580
|
}
|
|
3581
|
-
function
|
|
3581
|
+
function Va(e, t) {
|
|
3582
3582
|
t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3583
|
-
var r = new
|
|
3583
|
+
var r = new Da(e, t).parse();
|
|
3584
3584
|
if (r.err) {
|
|
3585
3585
|
var n = SyntaxError(x[r.err.kind]);
|
|
3586
3586
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3587
3587
|
}
|
|
3588
|
-
return t != null && t.captureLocation ||
|
|
3588
|
+
return t != null && t.captureLocation || Ot(r.val), r.val;
|
|
3589
3589
|
}
|
|
3590
|
-
var
|
|
3590
|
+
var Re;
|
|
3591
3591
|
(function(e) {
|
|
3592
3592
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3593
|
-
})(
|
|
3593
|
+
})(Re || (Re = {}));
|
|
3594
3594
|
var ct = (
|
|
3595
3595
|
/** @class */
|
|
3596
3596
|
function(e) {
|
|
3597
3597
|
oe(t, e);
|
|
3598
|
-
function t(r, n,
|
|
3599
|
-
var
|
|
3600
|
-
return
|
|
3598
|
+
function t(r, n, a) {
|
|
3599
|
+
var s = e.call(this, r) || this;
|
|
3600
|
+
return s.code = n, s.originalMessage = a, s;
|
|
3601
3601
|
}
|
|
3602
3602
|
return t.prototype.toString = function() {
|
|
3603
3603
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
@@ -3607,26 +3607,26 @@ var ct = (
|
|
|
3607
3607
|
/** @class */
|
|
3608
3608
|
function(e) {
|
|
3609
3609
|
oe(t, e);
|
|
3610
|
-
function t(r, n,
|
|
3611
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(
|
|
3610
|
+
function t(r, n, a, s) {
|
|
3611
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(a).join('", "'), '"'), Re.INVALID_VALUE, s) || this;
|
|
3612
3612
|
}
|
|
3613
3613
|
return t;
|
|
3614
3614
|
}(ct)
|
|
3615
|
-
),
|
|
3615
|
+
), ja = (
|
|
3616
3616
|
/** @class */
|
|
3617
3617
|
function(e) {
|
|
3618
3618
|
oe(t, e);
|
|
3619
|
-
function t(r, n,
|
|
3620
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3619
|
+
function t(r, n, a) {
|
|
3620
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Re.INVALID_VALUE, a) || this;
|
|
3621
3621
|
}
|
|
3622
3622
|
return t;
|
|
3623
3623
|
}(ct)
|
|
3624
|
-
),
|
|
3624
|
+
), za = (
|
|
3625
3625
|
/** @class */
|
|
3626
3626
|
function(e) {
|
|
3627
3627
|
oe(t, e);
|
|
3628
3628
|
function t(r, n) {
|
|
3629
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3629
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Re.MISSING_VALUE, n) || this;
|
|
3630
3630
|
}
|
|
3631
3631
|
return t;
|
|
3632
3632
|
}(ct)
|
|
@@ -3634,16 +3634,16 @@ var ct = (
|
|
|
3634
3634
|
(function(e) {
|
|
3635
3635
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3636
3636
|
})(W || (W = {}));
|
|
3637
|
-
function
|
|
3637
|
+
function Wa(e) {
|
|
3638
3638
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3639
3639
|
var n = t[t.length - 1];
|
|
3640
3640
|
return !n || n.type !== W.literal || r.type !== W.literal ? t.push(r) : n.value += r.value, t;
|
|
3641
3641
|
}, []);
|
|
3642
3642
|
}
|
|
3643
|
-
function
|
|
3643
|
+
function Xa(e) {
|
|
3644
3644
|
return typeof e == "function";
|
|
3645
3645
|
}
|
|
3646
|
-
function
|
|
3646
|
+
function st(e, t, r, n, a, s, i) {
|
|
3647
3647
|
if (e.length === 1 && rr(e[0]))
|
|
3648
3648
|
return [
|
|
3649
3649
|
{
|
|
@@ -3660,25 +3660,25 @@ function at(e, t, r, n, i, a, s) {
|
|
|
3660
3660
|
});
|
|
3661
3661
|
continue;
|
|
3662
3662
|
}
|
|
3663
|
-
if (
|
|
3664
|
-
typeof
|
|
3663
|
+
if (ma(c)) {
|
|
3664
|
+
typeof s == "number" && o.push({
|
|
3665
3665
|
type: W.literal,
|
|
3666
|
-
value: r.getNumberFormat(t).format(
|
|
3666
|
+
value: r.getNumberFormat(t).format(s)
|
|
3667
3667
|
});
|
|
3668
3668
|
continue;
|
|
3669
3669
|
}
|
|
3670
3670
|
var d = c.value;
|
|
3671
|
-
if (!(
|
|
3672
|
-
throw new
|
|
3673
|
-
var p =
|
|
3674
|
-
if (
|
|
3671
|
+
if (!(a && d in a))
|
|
3672
|
+
throw new za(d, i);
|
|
3673
|
+
var p = a[d];
|
|
3674
|
+
if (pa(c)) {
|
|
3675
3675
|
(!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), o.push({
|
|
3676
3676
|
type: typeof p == "string" ? W.literal : W.object,
|
|
3677
3677
|
value: p
|
|
3678
3678
|
});
|
|
3679
3679
|
continue;
|
|
3680
3680
|
}
|
|
3681
|
-
if (
|
|
3681
|
+
if (Or(c)) {
|
|
3682
3682
|
var g = typeof c.style == "string" ? n.date[c.style] : It(c.style) ? c.style.parsedOptions : void 0;
|
|
3683
3683
|
o.push({
|
|
3684
3684
|
type: W.literal,
|
|
@@ -3694,7 +3694,7 @@ function at(e, t, r, n, i, a, s) {
|
|
|
3694
3694
|
});
|
|
3695
3695
|
continue;
|
|
3696
3696
|
}
|
|
3697
|
-
if (
|
|
3697
|
+
if (Rr(c)) {
|
|
3698
3698
|
var g = typeof c.style == "string" ? n.number[c.style] : Ur(c.style) ? c.style.parsedOptions : void 0;
|
|
3699
3699
|
g && g.scale && (p = p * (g.scale || 1)), o.push({
|
|
3700
3700
|
type: W.literal,
|
|
@@ -3703,10 +3703,10 @@ function at(e, t, r, n, i, a, s) {
|
|
|
3703
3703
|
continue;
|
|
3704
3704
|
}
|
|
3705
3705
|
if (Dr(c)) {
|
|
3706
|
-
var v = c.children, w = c.value, T =
|
|
3707
|
-
if (!
|
|
3708
|
-
throw new
|
|
3709
|
-
var P =
|
|
3706
|
+
var v = c.children, w = c.value, T = a[w];
|
|
3707
|
+
if (!Xa(T))
|
|
3708
|
+
throw new ja(w, "function", i);
|
|
3709
|
+
var P = st(v, t, r, n, a, s), B = T(P.map(function(k) {
|
|
3710
3710
|
return k.value;
|
|
3711
3711
|
}));
|
|
3712
3712
|
Array.isArray(B) || (B = [B]), o.push.apply(o, B.map(function(k) {
|
|
@@ -3717,38 +3717,38 @@ function at(e, t, r, n, i, a, s) {
|
|
|
3717
3717
|
}));
|
|
3718
3718
|
}
|
|
3719
3719
|
if (Fr(c)) {
|
|
3720
|
-
var
|
|
3721
|
-
if (!
|
|
3722
|
-
throw new ur(c.value, p, Object.keys(c.options),
|
|
3723
|
-
o.push.apply(o,
|
|
3720
|
+
var R = c.options[p] || c.options.other;
|
|
3721
|
+
if (!R)
|
|
3722
|
+
throw new ur(c.value, p, Object.keys(c.options), i);
|
|
3723
|
+
o.push.apply(o, st(R.value, t, r, n, a));
|
|
3724
3724
|
continue;
|
|
3725
3725
|
}
|
|
3726
3726
|
if (kr(c)) {
|
|
3727
|
-
var
|
|
3728
|
-
if (!
|
|
3727
|
+
var R = c.options["=".concat(p)];
|
|
3728
|
+
if (!R) {
|
|
3729
3729
|
if (!Intl.PluralRules)
|
|
3730
3730
|
throw new ct(`Intl.PluralRules is not available in this environment.
|
|
3731
3731
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3732
|
-
`,
|
|
3732
|
+
`, Re.MISSING_INTL_API, i);
|
|
3733
3733
|
var F = r.getPluralRules(t, { type: c.pluralType }).select(p - (c.offset || 0));
|
|
3734
|
-
|
|
3734
|
+
R = c.options[F] || c.options.other;
|
|
3735
3735
|
}
|
|
3736
|
-
if (!
|
|
3737
|
-
throw new ur(c.value, p, Object.keys(c.options),
|
|
3738
|
-
o.push.apply(o,
|
|
3736
|
+
if (!R)
|
|
3737
|
+
throw new ur(c.value, p, Object.keys(c.options), i);
|
|
3738
|
+
o.push.apply(o, st(R.value, t, r, n, a, p - (c.offset || 0)));
|
|
3739
3739
|
continue;
|
|
3740
3740
|
}
|
|
3741
3741
|
}
|
|
3742
|
-
return
|
|
3742
|
+
return Wa(o);
|
|
3743
3743
|
}
|
|
3744
|
-
function
|
|
3744
|
+
function Za(e, t) {
|
|
3745
3745
|
return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3746
3746
|
return r[n] = S(S({}, e[n]), t[n] || {}), r;
|
|
3747
3747
|
}, {})) : e;
|
|
3748
3748
|
}
|
|
3749
|
-
function
|
|
3749
|
+
function Qa(e, t) {
|
|
3750
3750
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3751
|
-
return r[n] =
|
|
3751
|
+
return r[n] = Za(e[n], t[n]), r;
|
|
3752
3752
|
}, S({}, e)) : e;
|
|
3753
3753
|
}
|
|
3754
3754
|
function Pt(e) {
|
|
@@ -3765,7 +3765,7 @@ function Pt(e) {
|
|
|
3765
3765
|
}
|
|
3766
3766
|
};
|
|
3767
3767
|
}
|
|
3768
|
-
function
|
|
3768
|
+
function Ya(e) {
|
|
3769
3769
|
return e === void 0 && (e = {
|
|
3770
3770
|
number: {},
|
|
3771
3771
|
dateTime: {},
|
|
@@ -3797,18 +3797,18 @@ function Yi(e) {
|
|
|
3797
3797
|
})
|
|
3798
3798
|
};
|
|
3799
3799
|
}
|
|
3800
|
-
var
|
|
3800
|
+
var Ja = (
|
|
3801
3801
|
/** @class */
|
|
3802
3802
|
function() {
|
|
3803
|
-
function e(t, r, n,
|
|
3803
|
+
function e(t, r, n, a) {
|
|
3804
3804
|
r === void 0 && (r = e.defaultLocale);
|
|
3805
|
-
var
|
|
3805
|
+
var s = this;
|
|
3806
3806
|
if (this.formatterCache = {
|
|
3807
3807
|
number: {},
|
|
3808
3808
|
dateTime: {},
|
|
3809
3809
|
pluralRules: {}
|
|
3810
3810
|
}, this.format = function(u) {
|
|
3811
|
-
var h =
|
|
3811
|
+
var h = s.formatToParts(u);
|
|
3812
3812
|
if (h.length === 1)
|
|
3813
3813
|
return h[0].value;
|
|
3814
3814
|
var c = h.reduce(function(d, p) {
|
|
@@ -3816,26 +3816,26 @@ var Ji = (
|
|
|
3816
3816
|
}, []);
|
|
3817
3817
|
return c.length <= 1 ? c[0] || "" : c;
|
|
3818
3818
|
}, this.formatToParts = function(u) {
|
|
3819
|
-
return
|
|
3819
|
+
return st(s.ast, s.locales, s.formatters, s.formats, u, void 0, s.message);
|
|
3820
3820
|
}, this.resolvedOptions = function() {
|
|
3821
3821
|
var u;
|
|
3822
3822
|
return {
|
|
3823
|
-
locale: ((u =
|
|
3823
|
+
locale: ((u = s.resolvedLocale) === null || u === void 0 ? void 0 : u.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
|
|
3824
3824
|
};
|
|
3825
3825
|
}, this.getAst = function() {
|
|
3826
|
-
return
|
|
3826
|
+
return s.ast;
|
|
3827
3827
|
}, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
|
|
3828
3828
|
if (this.message = t, !e.__parse)
|
|
3829
3829
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3830
|
-
var
|
|
3831
|
-
|
|
3832
|
-
var o = In(
|
|
3830
|
+
var i = a || {};
|
|
3831
|
+
i.formatters;
|
|
3832
|
+
var o = In(i, ["formatters"]);
|
|
3833
3833
|
this.ast = e.__parse(t, S(S({}, o), { locale: this.resolvedLocale }));
|
|
3834
3834
|
} else
|
|
3835
3835
|
this.ast = t;
|
|
3836
3836
|
if (!Array.isArray(this.ast))
|
|
3837
3837
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3838
|
-
this.formats =
|
|
3838
|
+
this.formats = Qa(e.formats, n), this.formatters = a && a.formatters || Ya(this.formatterCache);
|
|
3839
3839
|
}
|
|
3840
3840
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3841
3841
|
get: function() {
|
|
@@ -3848,7 +3848,7 @@ var Ji = (
|
|
|
3848
3848
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3849
3849
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3850
3850
|
}
|
|
3851
|
-
}, e.__parse =
|
|
3851
|
+
}, e.__parse = Va, e.formats = {
|
|
3852
3852
|
number: {
|
|
3853
3853
|
integer: {
|
|
3854
3854
|
maximumFractionDigits: 0
|
|
@@ -3909,54 +3909,54 @@ var Ji = (
|
|
|
3909
3909
|
}, e;
|
|
3910
3910
|
}()
|
|
3911
3911
|
);
|
|
3912
|
-
function
|
|
3912
|
+
function qa(e, t) {
|
|
3913
3913
|
if (t == null)
|
|
3914
3914
|
return;
|
|
3915
3915
|
if (t in e)
|
|
3916
3916
|
return e[t];
|
|
3917
3917
|
const r = t.split(".");
|
|
3918
3918
|
let n = e;
|
|
3919
|
-
for (let
|
|
3919
|
+
for (let a = 0; a < r.length; a++)
|
|
3920
3920
|
if (typeof n == "object") {
|
|
3921
|
-
if (
|
|
3922
|
-
const
|
|
3923
|
-
if (
|
|
3924
|
-
n = n[
|
|
3921
|
+
if (a > 0) {
|
|
3922
|
+
const s = r.slice(a, r.length).join(".");
|
|
3923
|
+
if (s in n) {
|
|
3924
|
+
n = n[s];
|
|
3925
3925
|
break;
|
|
3926
3926
|
}
|
|
3927
3927
|
}
|
|
3928
|
-
n = n[r[
|
|
3928
|
+
n = n[r[a]];
|
|
3929
3929
|
} else
|
|
3930
3930
|
n = void 0;
|
|
3931
3931
|
return n;
|
|
3932
3932
|
}
|
|
3933
|
-
const fe = {},
|
|
3933
|
+
const fe = {}, Ka = (e, t, r) => r && (t in fe || (fe[t] = {}), e in fe[t] || (fe[t][e] = r), r), Zr = (e, t) => {
|
|
3934
3934
|
if (t == null)
|
|
3935
3935
|
return;
|
|
3936
3936
|
if (t in fe && e in fe[t])
|
|
3937
3937
|
return fe[t][e];
|
|
3938
3938
|
const r = ft(t);
|
|
3939
3939
|
for (let n = 0; n < r.length; n++) {
|
|
3940
|
-
const
|
|
3941
|
-
if (
|
|
3942
|
-
return
|
|
3940
|
+
const a = r[n], s = ts(a, e);
|
|
3941
|
+
if (s)
|
|
3942
|
+
return Ka(e, t, s);
|
|
3943
3943
|
}
|
|
3944
3944
|
};
|
|
3945
3945
|
let Ut;
|
|
3946
3946
|
const Qe = ht({});
|
|
3947
|
-
function
|
|
3947
|
+
function es(e) {
|
|
3948
3948
|
return Ut[e] || null;
|
|
3949
3949
|
}
|
|
3950
3950
|
function Qr(e) {
|
|
3951
3951
|
return e in Ut;
|
|
3952
3952
|
}
|
|
3953
|
-
function
|
|
3953
|
+
function ts(e, t) {
|
|
3954
3954
|
if (!Qr(e))
|
|
3955
3955
|
return null;
|
|
3956
|
-
const r =
|
|
3957
|
-
return
|
|
3956
|
+
const r = es(e);
|
|
3957
|
+
return qa(r, t);
|
|
3958
3958
|
}
|
|
3959
|
-
function
|
|
3959
|
+
function rs(e) {
|
|
3960
3960
|
if (e == null)
|
|
3961
3961
|
return;
|
|
3962
3962
|
const t = ft(e);
|
|
@@ -3967,21 +3967,21 @@ function ra(e) {
|
|
|
3967
3967
|
}
|
|
3968
3968
|
}
|
|
3969
3969
|
function Yr(e, ...t) {
|
|
3970
|
-
delete fe[e], Qe.update((r) => (r[e] =
|
|
3970
|
+
delete fe[e], Qe.update((r) => (r[e] = oa.all([r[e] || {}, ...t]), r));
|
|
3971
3971
|
}
|
|
3972
3972
|
Fe(
|
|
3973
3973
|
[Qe],
|
|
3974
3974
|
([e]) => Object.keys(e)
|
|
3975
3975
|
);
|
|
3976
3976
|
Qe.subscribe((e) => Ut = e);
|
|
3977
|
-
const
|
|
3978
|
-
function
|
|
3979
|
-
|
|
3977
|
+
const it = {};
|
|
3978
|
+
function ns(e, t) {
|
|
3979
|
+
it[e].delete(t), it[e].size === 0 && delete it[e];
|
|
3980
3980
|
}
|
|
3981
3981
|
function Jr(e) {
|
|
3982
|
-
return
|
|
3982
|
+
return it[e];
|
|
3983
3983
|
}
|
|
3984
|
-
function
|
|
3984
|
+
function as(e) {
|
|
3985
3985
|
return ft(e).map((t) => {
|
|
3986
3986
|
const r = Jr(t);
|
|
3987
3987
|
return [t, r ? [...r] : []];
|
|
@@ -3995,19 +3995,19 @@ function Lt(e) {
|
|
|
3995
3995
|
}
|
|
3996
3996
|
);
|
|
3997
3997
|
}
|
|
3998
|
-
function
|
|
3998
|
+
function ss(e, t) {
|
|
3999
3999
|
return Promise.all(
|
|
4000
|
-
t.map((n) => (
|
|
4000
|
+
t.map((n) => (ns(e, n), n().then((a) => a.default || a)))
|
|
4001
4001
|
).then((n) => Yr(e, ...n));
|
|
4002
4002
|
}
|
|
4003
4003
|
const je = {};
|
|
4004
4004
|
function qr(e) {
|
|
4005
4005
|
if (!Lt(e))
|
|
4006
4006
|
return e in je ? je[e] : Promise.resolve();
|
|
4007
|
-
const t =
|
|
4007
|
+
const t = as(e);
|
|
4008
4008
|
return je[e] = Promise.all(
|
|
4009
4009
|
t.map(
|
|
4010
|
-
([r, n]) =>
|
|
4010
|
+
([r, n]) => ss(r, n)
|
|
4011
4011
|
)
|
|
4012
4012
|
).then(() => {
|
|
4013
4013
|
if (Lt(e))
|
|
@@ -4015,7 +4015,7 @@ function qr(e) {
|
|
|
4015
4015
|
delete je[e];
|
|
4016
4016
|
}), je[e];
|
|
4017
4017
|
}
|
|
4018
|
-
const
|
|
4018
|
+
const is = {
|
|
4019
4019
|
number: {
|
|
4020
4020
|
scientific: { notation: "scientific" },
|
|
4021
4021
|
engineering: { notation: "engineering" },
|
|
@@ -4044,32 +4044,32 @@ const sa = {
|
|
|
4044
4044
|
timeZoneName: "short"
|
|
4045
4045
|
}
|
|
4046
4046
|
}
|
|
4047
|
-
},
|
|
4047
|
+
}, os = {
|
|
4048
4048
|
fallbackLocale: null,
|
|
4049
4049
|
loadingDelay: 200,
|
|
4050
|
-
formats:
|
|
4050
|
+
formats: is,
|
|
4051
4051
|
warnOnMissingMessages: !0,
|
|
4052
4052
|
handleMissingMessage: void 0,
|
|
4053
4053
|
ignoreTag: !0
|
|
4054
|
-
},
|
|
4055
|
-
function
|
|
4056
|
-
return
|
|
4054
|
+
}, ls = os;
|
|
4055
|
+
function Oe() {
|
|
4056
|
+
return ls;
|
|
4057
4057
|
}
|
|
4058
4058
|
const _t = ht(!1);
|
|
4059
|
-
var
|
|
4059
|
+
var us = Object.defineProperty, hs = Object.defineProperties, cs = Object.getOwnPropertyDescriptors, hr = Object.getOwnPropertySymbols, fs = Object.prototype.hasOwnProperty, ds = Object.prototype.propertyIsEnumerable, cr = (e, t, r) => t in e ? us(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ps = (e, t) => {
|
|
4060
4060
|
for (var r in t || (t = {}))
|
|
4061
|
-
|
|
4061
|
+
fs.call(t, r) && cr(e, r, t[r]);
|
|
4062
4062
|
if (hr)
|
|
4063
4063
|
for (var r of hr(t))
|
|
4064
|
-
|
|
4064
|
+
ds.call(t, r) && cr(e, r, t[r]);
|
|
4065
4065
|
return e;
|
|
4066
|
-
},
|
|
4066
|
+
}, ms = (e, t) => hs(e, cs(t));
|
|
4067
4067
|
let Ft;
|
|
4068
4068
|
const ot = ht(null);
|
|
4069
4069
|
function fr(e) {
|
|
4070
4070
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4071
4071
|
}
|
|
4072
|
-
function ft(e, t =
|
|
4072
|
+
function ft(e, t = Oe().fallbackLocale) {
|
|
4073
4073
|
const r = fr(e);
|
|
4074
4074
|
return t ? [.../* @__PURE__ */ new Set([...r, ...fr(t)])] : r;
|
|
4075
4075
|
}
|
|
@@ -4079,9 +4079,9 @@ function be() {
|
|
|
4079
4079
|
ot.subscribe((e) => {
|
|
4080
4080
|
Ft = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4081
4081
|
});
|
|
4082
|
-
const
|
|
4083
|
-
if (e &&
|
|
4084
|
-
const { loadingDelay: t } =
|
|
4082
|
+
const gs = (e) => {
|
|
4083
|
+
if (e && rs(e) && Lt(e)) {
|
|
4084
|
+
const { loadingDelay: t } = Oe();
|
|
4085
4085
|
let r;
|
|
4086
4086
|
return typeof window != "undefined" && be() != null && t ? r = window.setTimeout(
|
|
4087
4087
|
() => _t.set(!0),
|
|
@@ -4093,16 +4093,16 @@ const ga = (e) => {
|
|
|
4093
4093
|
});
|
|
4094
4094
|
}
|
|
4095
4095
|
return ot.set(e);
|
|
4096
|
-
}, ke =
|
|
4097
|
-
set:
|
|
4096
|
+
}, ke = ms(ps({}, ot), {
|
|
4097
|
+
set: gs
|
|
4098
4098
|
}), dt = (e) => {
|
|
4099
4099
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4100
4100
|
return (n) => {
|
|
4101
|
-
const
|
|
4102
|
-
return
|
|
4101
|
+
const a = JSON.stringify(n);
|
|
4102
|
+
return a in t ? t[a] : t[a] = e(n);
|
|
4103
4103
|
};
|
|
4104
4104
|
};
|
|
4105
|
-
var
|
|
4105
|
+
var bs = Object.defineProperty, lt = Object.getOwnPropertySymbols, Kr = Object.prototype.hasOwnProperty, en = Object.prototype.propertyIsEnumerable, dr = (e, t, r) => t in e ? bs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, $t = (e, t) => {
|
|
4106
4106
|
for (var r in t || (t = {}))
|
|
4107
4107
|
Kr.call(t, r) && dr(e, r, t[r]);
|
|
4108
4108
|
if (lt)
|
|
@@ -4119,75 +4119,75 @@ var ba = Object.defineProperty, lt = Object.getOwnPropertySymbols, Kr = Object.p
|
|
|
4119
4119
|
return r;
|
|
4120
4120
|
};
|
|
4121
4121
|
const Ze = (e, t) => {
|
|
4122
|
-
const { formats: r } =
|
|
4122
|
+
const { formats: r } = Oe();
|
|
4123
4123
|
if (e in r && t in r[e])
|
|
4124
4124
|
return r[e][t];
|
|
4125
4125
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4126
|
-
},
|
|
4126
|
+
}, ws = dt(
|
|
4127
4127
|
(e) => {
|
|
4128
|
-
var t = e, { locale: r, format: n } = t,
|
|
4128
|
+
var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
|
|
4129
4129
|
if (r == null)
|
|
4130
4130
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4131
|
-
return n && (
|
|
4131
|
+
return n && (a = Ze("number", n)), new Intl.NumberFormat(r, a);
|
|
4132
4132
|
}
|
|
4133
|
-
),
|
|
4133
|
+
), vs = dt(
|
|
4134
4134
|
(e) => {
|
|
4135
|
-
var t = e, { locale: r, format: n } = t,
|
|
4135
|
+
var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
|
|
4136
4136
|
if (r == null)
|
|
4137
4137
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4138
|
-
return n ?
|
|
4138
|
+
return n ? a = Ze("date", n) : Object.keys(a).length === 0 && (a = Ze("date", "short")), new Intl.DateTimeFormat(r, a);
|
|
4139
4139
|
}
|
|
4140
|
-
),
|
|
4140
|
+
), ys = dt(
|
|
4141
4141
|
(e) => {
|
|
4142
|
-
var t = e, { locale: r, format: n } = t,
|
|
4142
|
+
var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
|
|
4143
4143
|
if (r == null)
|
|
4144
4144
|
throw new Error(
|
|
4145
4145
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4146
4146
|
);
|
|
4147
|
-
return n ?
|
|
4147
|
+
return n ? a = Ze("time", n) : Object.keys(a).length === 0 && (a = Ze("time", "short")), new Intl.DateTimeFormat(r, a);
|
|
4148
4148
|
}
|
|
4149
|
-
),
|
|
4149
|
+
), Ps = (e = {}) => {
|
|
4150
4150
|
var t = e, {
|
|
4151
4151
|
locale: r = be()
|
|
4152
4152
|
} = t, n = De(t, [
|
|
4153
4153
|
"locale"
|
|
4154
4154
|
]);
|
|
4155
|
-
return
|
|
4156
|
-
},
|
|
4155
|
+
return ws($t({ locale: r }, n));
|
|
4156
|
+
}, _s = (e = {}) => {
|
|
4157
4157
|
var t = e, {
|
|
4158
4158
|
locale: r = be()
|
|
4159
4159
|
} = t, n = De(t, [
|
|
4160
4160
|
"locale"
|
|
4161
4161
|
]);
|
|
4162
|
-
return
|
|
4163
|
-
},
|
|
4162
|
+
return vs($t({ locale: r }, n));
|
|
4163
|
+
}, xs = (e = {}) => {
|
|
4164
4164
|
var t = e, {
|
|
4165
4165
|
locale: r = be()
|
|
4166
4166
|
} = t, n = De(t, [
|
|
4167
4167
|
"locale"
|
|
4168
4168
|
]);
|
|
4169
|
-
return
|
|
4170
|
-
},
|
|
4169
|
+
return ys($t({ locale: r }, n));
|
|
4170
|
+
}, Es = dt(
|
|
4171
4171
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4172
|
-
(e, t = be()) => new
|
|
4173
|
-
ignoreTag:
|
|
4172
|
+
(e, t = be()) => new Ja(e, t, Oe().formats, {
|
|
4173
|
+
ignoreTag: Oe().ignoreTag
|
|
4174
4174
|
})
|
|
4175
|
-
),
|
|
4176
|
-
var r, n,
|
|
4177
|
-
let
|
|
4178
|
-
typeof e == "object" && (
|
|
4175
|
+
), Cs = (e, t = {}) => {
|
|
4176
|
+
var r, n, a, s;
|
|
4177
|
+
let i = t;
|
|
4178
|
+
typeof e == "object" && (i = e, e = i.id);
|
|
4179
4179
|
const {
|
|
4180
4180
|
values: o,
|
|
4181
4181
|
locale: u = be(),
|
|
4182
4182
|
default: h
|
|
4183
|
-
} =
|
|
4183
|
+
} = i;
|
|
4184
4184
|
if (u == null)
|
|
4185
4185
|
throw new Error(
|
|
4186
4186
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4187
4187
|
);
|
|
4188
4188
|
let c = Zr(e, u);
|
|
4189
4189
|
if (!c)
|
|
4190
|
-
c = (
|
|
4190
|
+
c = (s = (a = (n = (r = Oe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? a : h) != null ? s : e;
|
|
4191
4191
|
else if (typeof c != "string")
|
|
4192
4192
|
return console.warn(
|
|
4193
4193
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -4196,7 +4196,7 @@ const Ze = (e, t) => {
|
|
|
4196
4196
|
return c;
|
|
4197
4197
|
let d = c;
|
|
4198
4198
|
try {
|
|
4199
|
-
d =
|
|
4199
|
+
d = Es(c, u).format(o);
|
|
4200
4200
|
} catch (p) {
|
|
4201
4201
|
p instanceof Error && console.warn(
|
|
4202
4202
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4204,17 +4204,17 @@ const Ze = (e, t) => {
|
|
|
4204
4204
|
);
|
|
4205
4205
|
}
|
|
4206
4206
|
return d;
|
|
4207
|
-
},
|
|
4208
|
-
Fe([ke], () =>
|
|
4209
|
-
Fe([ke], () =>
|
|
4210
|
-
Fe([ke], () =>
|
|
4211
|
-
Fe([ke, Qe], () =>
|
|
4207
|
+
}, Ts = (e, t) => xs(t).format(e), Bs = (e, t) => _s(t).format(e), Ss = (e, t) => Ps(t).format(e), As = (e, t = be()) => Zr(e, t), Is = Fe([ke, Qe], () => Cs);
|
|
4208
|
+
Fe([ke], () => Ts);
|
|
4209
|
+
Fe([ke], () => Bs);
|
|
4210
|
+
Fe([ke], () => Ss);
|
|
4211
|
+
Fe([ke, Qe], () => As);
|
|
4212
4212
|
window.emWidgets = { topic: jn };
|
|
4213
|
-
const
|
|
4213
|
+
const Hs = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4214
4214
|
function pr(e, t) {
|
|
4215
4215
|
Yr(e, t);
|
|
4216
4216
|
}
|
|
4217
|
-
function
|
|
4217
|
+
function Ms(e) {
|
|
4218
4218
|
ke.set(e);
|
|
4219
4219
|
}
|
|
4220
4220
|
const mr = {
|
|
@@ -4383,61 +4383,77 @@ const mr = {
|
|
|
4383
4383
|
passwordReset: "PAROLA SIFIRLAMA",
|
|
4384
4384
|
passwordResetConfirmation: "Şifreniz başarıyla sıfırlandı.",
|
|
4385
4385
|
backButtonText: "Geri"
|
|
4386
|
+
},
|
|
4387
|
+
"en-us": {
|
|
4388
|
+
titleChangePassword: "Change Password",
|
|
4389
|
+
currentPassword: "Current Password:",
|
|
4390
|
+
newPassword: "New Password:",
|
|
4391
|
+
invalidNewPassword: "The new password must be different from the old password.",
|
|
4392
|
+
invalidPasswordRule: "The password should be 8-20 characters long, and contain at least 1 uppercase letter, 1 number and 1 special character.",
|
|
4393
|
+
confirmPassword: "Confirm Password:",
|
|
4394
|
+
confirmPasswordInvalid: "Password must match the new password and must follow the same rules.",
|
|
4395
|
+
submitChangePassword: "Change Password",
|
|
4396
|
+
simplePasswordError: "Password must be 8-20 characters long.",
|
|
4397
|
+
returnToMenu: "Return to menu",
|
|
4398
|
+
changePasswordText: "Change Password",
|
|
4399
|
+
passwordReset: "PASSWORD RESET",
|
|
4400
|
+
passwordResetConfirmation: "Your password has been reset successfully.",
|
|
4401
|
+
backButtonText: "Back"
|
|
4386
4402
|
}
|
|
4387
4403
|
};
|
|
4388
|
-
function
|
|
4404
|
+
function Ns(e) {
|
|
4389
4405
|
un(e, "svelte-1eig21u", '.PlayerChangePasswordWrapper{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:50px;height:100vh;max-width:100%;background-color:var(--emw--pam-typography, var(--emw--color-typography, #F1F1F1));border-radius:5%}.ChangePasswordTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--color-primary, #22B04E);font-weight:var(--emw--font-weight-semibold, 500)}.ChangePasswordTitleMobile{font-size:var(--emw--font-size-large, 20px);color:var(--emw--color-primary, #22B04E)}.ChangePasswordTitleNone{display:none}.PlayerChangePasswordContent{display:grid;grid-column-gap:50px;grid-row-gap:30px;grid-template-rows:auto;grid-template-columns:1fr;padding-bottom:30px;max-width:400px;min-width:200px}.PlayerChangePasswordButtonsArea{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr}.PlayerChangePasswordSaveButton,.PlayerChangePasswordCancelButton{cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:15px;font-family:var(--emw--button-typography);color:var(--emw--pam-typography, var(---emw--button-text-color, #FFFFFF));text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.PlayerChangePasswordSaveButton.ButtonInactive,.PlayerChangePasswordCancelButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordCancelButton{background:transparent;font-family:var(--emw--button-typography);border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordSaveButton{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, 50px);max-width:400px;min-width:200px;padding:13px 0;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordSaveButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordBox{display:flex;flex-direction:column;position:relative}.PlayerChangePasswordBox label{font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerChangePasswordBox input{font-family:inherit;font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--color-contrast, #07072A);padding:10px;line-height:16px;border:2px solid var(--emw--color-gray-100, #D6D6D6);background:var(--emw-pam-typography, var(--emw--color-typography, #FFFFFF));border-radius:10px;outline:none;transition-duration:0.3s}.PlayerChangePasswordBox input:focus,.PlayerChangePasswordBox input :focus-within,.PlayerChangePasswordBox input :focus-visible,.PlayerChangePasswordBox input :visited{box-shadow:0 0 0 1pt var(--emw--color-primary, #22B04E)}.PlayerChangePasswordBox .FieldDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox input::-webkit-outer-spin-button,.PlayerChangePasswordBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerChangePasswordBox input::-ms-reveal,.PlayerChangePasswordBox input::-ms-clear{display:none}.PlayerChangePasswordBox input[type=number]{-moz-appearance:textfield}.PlayerChangePasswordBox.InvalidField input{border:1px solid var(--emw--color-error, #FD2839);background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInput{bottom:-16px}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInputNew{bottom:-24px}.TogglePasswordVisibility{height:20px;position:absolute;right:10px;top:38px;cursor:pointer;color:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibilityMobile{top:35px}.InvalidInput,.InvalidInputNew{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-2x-small, 10px);padding-top:5px;margin:0;line-height:12px}.InvalidInputNew{bottom:-24px}.PasswordChangedError{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-medium, 16px);line-height:18px;margin-top:0}.ChangedPasswordSuccessfully{color:var(--emw--button-text-color, #FFFFFF);position:relative}.ChangedPasswordSuccessfully .SuccessWrapper{display:inline-flex;align-items:center;margin-bottom:20px}.ChangedPasswordSuccessfully .IconContainer{width:45px;height:45px;border:1px solid var(--emw--color-valid, #48952a);border-radius:var(--emw--button-border-radius, 50px);display:flex;align-items:center;justify-content:center}.ChangedPasswordSuccessfully .Checkmark{width:12px;height:22px;border:1px solid var(--emw--color-valid, #48952a);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:relative;top:-3px}.ChangedPasswordSuccessfully h3{font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-normal, 400);margin:10px 0;color:var(--emw--color-valid, #48952a)}.ChangedPasswordSuccessfully p{margin:0;font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.ChangedPasswordSuccessfully .TextContainer{display:flex;flex-direction:column;padding:10px 20px}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton{cursor:pointer;display:flex;justify-content:center;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;padding:10px;border:1px solid var(--emw--color-primary, #22B04E);background:var(--emw--color-primary, #22B04E);max-width:185px;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, 50px);width:auto;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton:hover{filter:brightness(0.9)}.PlayerChangePasswordWrapperMobile{height:75vh;max-width:unset;padding:20px 20px 40px 20px;display:flex;flex-flow:column;border-radius:0}.PlayerChangePasswordWrapperMobile:after{content:"";position:absolute;bottom:0}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBackButton{width:100%;max-width:none}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordHeader h3{color:var(--emw-pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox label{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox input{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordButtonsArea{grid-column-gap:10px}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperMobile .PlayerChangePasswordCancelButton{font-family:inherit;font-size:var(--emw--font-size-x-small, 12px);height:44px;color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton{font-family:inherit;color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordWrapperMobile .ChangedPasswordSuccessfully{color:var(--emw--color-gray-300, #58586B)}.MenuReturnButton{font-family:inherit;color:var(--emw-pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerChangePasswordWrapperTablet{padding:40px 25% 100% 25%}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordContent{grid-row-gap:20px}.PlayerChangePasswordWrapperTablet .MenuReturnButton{font-family:inherit;margin-bottom:30px}.PlayerChangePasswordWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox label{font-size:var(--emw--font-size-large, 20px);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox input{font-family:inherit;height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility{width:30px;top:46px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox:last-child .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea{grid-column-gap:40px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordCancelButton{font-size:18px;font-family:inherit;height:56px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton{color:var(--emw--button-text-color, #FFFFFF);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton.ButtonInactive{color:var(--emw--color-gray-300, #58586B)}');
|
|
4390
4406
|
}
|
|
4391
|
-
function
|
|
4407
|
+
function Rs(e) {
|
|
4392
4408
|
let t;
|
|
4393
|
-
function r(
|
|
4409
|
+
function r(s, i) {
|
|
4394
4410
|
return (
|
|
4395
4411
|
/*passwordChanged*/
|
|
4396
|
-
|
|
4412
|
+
s[2] ? Os : Ls
|
|
4397
4413
|
);
|
|
4398
4414
|
}
|
|
4399
|
-
let n = r(e),
|
|
4415
|
+
let n = r(e), a = n(e);
|
|
4400
4416
|
return {
|
|
4401
4417
|
c() {
|
|
4402
|
-
t = _("form"),
|
|
4418
|
+
t = _("form"), a.c(), l(t, "class", "PlayerChangePasswordWrapper " + /*isMobile*/
|
|
4403
4419
|
(e[20] ? "PlayerChangePasswordWrapperMobile" : "") + " " + /*mediaQuery*/
|
|
4404
4420
|
(e[21].matches && /*isMobile*/
|
|
4405
4421
|
e[20] ? "PlayerChangePasswordWrapperTablet" : ""));
|
|
4406
4422
|
},
|
|
4407
|
-
m(
|
|
4408
|
-
I(
|
|
4423
|
+
m(s, i) {
|
|
4424
|
+
I(s, t, i), a.m(t, null);
|
|
4409
4425
|
},
|
|
4410
|
-
p(
|
|
4411
|
-
n === (n = r(
|
|
4426
|
+
p(s, i) {
|
|
4427
|
+
n === (n = r(s)) && a ? a.p(s, i) : (a.d(1), a = n(s), a && (a.c(), a.m(t, null)));
|
|
4412
4428
|
},
|
|
4413
|
-
d(
|
|
4414
|
-
|
|
4429
|
+
d(s) {
|
|
4430
|
+
s && A(t), a.d();
|
|
4415
4431
|
}
|
|
4416
4432
|
};
|
|
4417
4433
|
}
|
|
4418
|
-
function
|
|
4419
|
-
let t, r, n,
|
|
4434
|
+
function Os(e) {
|
|
4435
|
+
let t, r, n, a = (
|
|
4420
4436
|
/*$_*/
|
|
4421
4437
|
e[19]("changePasswordText") + ""
|
|
4422
|
-
),
|
|
4438
|
+
), s, i, o, u, h, c, d, p, g = (
|
|
4423
4439
|
/*$_*/
|
|
4424
4440
|
e[19]("passwordReset") + ""
|
|
4425
4441
|
), v, w, T, P = (
|
|
4426
4442
|
/*$_*/
|
|
4427
4443
|
e[19]("passwordResetConfirmation") + ""
|
|
4428
|
-
), B,
|
|
4444
|
+
), B, R, F, k = (
|
|
4429
4445
|
/*$_*/
|
|
4430
4446
|
e[19]("backButtonText") + ""
|
|
4431
4447
|
), N, X, te, U = (
|
|
4432
4448
|
/*isMobile*/
|
|
4433
|
-
e[20] &&
|
|
4449
|
+
e[20] && Fs(e)
|
|
4434
4450
|
);
|
|
4435
4451
|
return {
|
|
4436
4452
|
c() {
|
|
4437
|
-
U && U.c(), t = L(), r = _("div"), n = _("h3"),
|
|
4453
|
+
U && U.c(), t = L(), r = _("div"), n = _("h3"), s = H(a), i = L(), o = _("div"), u = _("div"), h = _("div"), h.innerHTML = '<div class="Checkmark"></div>', c = L(), d = _("div"), p = _("h3"), v = H(g), w = L(), T = _("p"), B = H(P), R = L(), F = _("div"), N = H(k), l(r, "class", "PlayerChangePasswordHeader"), l(h, "class", "IconContainer"), l(d, "class", "TextContainer"), l(u, "class", "SuccessWrapper"), l(F, "class", "PlayerChangePasswordBackButton"), l(o, "class", "ChangedPasswordSuccessfully");
|
|
4438
4454
|
},
|
|
4439
4455
|
m(M, E) {
|
|
4440
|
-
U && U.m(M, E), I(M, t, E), I(M, r, E), f(r, n), f(n,
|
|
4456
|
+
U && U.m(M, E), I(M, t, E), I(M, r, E), f(r, n), f(n, s), I(M, i, E), I(M, o, E), f(o, u), f(u, h), f(u, c), f(u, d), f(d, p), f(p, v), f(d, w), f(d, T), f(T, B), f(o, R), f(o, F), f(F, N), X || (te = z(
|
|
4441
4457
|
F,
|
|
4442
4458
|
"click",
|
|
4443
4459
|
/*click_handler_9*/
|
|
@@ -4447,8 +4463,8 @@ function Ra(e) {
|
|
|
4447
4463
|
p(M, E) {
|
|
4448
4464
|
/*isMobile*/
|
|
4449
4465
|
M[20] && U.p(M, E), E[0] & /*$_*/
|
|
4450
|
-
524288 &&
|
|
4451
|
-
M[19]("changePasswordText") + "") && D(
|
|
4466
|
+
524288 && a !== (a = /*$_*/
|
|
4467
|
+
M[19]("changePasswordText") + "") && D(s, a), E[0] & /*$_*/
|
|
4452
4468
|
524288 && g !== (g = /*$_*/
|
|
4453
4469
|
M[19]("passwordReset") + "") && D(v, g), E[0] & /*$_*/
|
|
4454
4470
|
524288 && P !== (P = /*$_*/
|
|
@@ -4457,18 +4473,18 @@ function Ra(e) {
|
|
|
4457
4473
|
M[19]("backButtonText") + "") && D(N, k);
|
|
4458
4474
|
},
|
|
4459
4475
|
d(M) {
|
|
4460
|
-
M && (A(t), A(r), A(
|
|
4476
|
+
M && (A(t), A(r), A(i), A(o)), U && U.d(M), X = !1, te();
|
|
4461
4477
|
}
|
|
4462
4478
|
};
|
|
4463
4479
|
}
|
|
4464
|
-
function
|
|
4480
|
+
function Ls(e) {
|
|
4465
4481
|
let t, r, n = (
|
|
4466
4482
|
/*$_*/
|
|
4467
4483
|
e[19]("titleChangePassword") + ""
|
|
4468
|
-
),
|
|
4484
|
+
), a, s, i, o, u, h = (
|
|
4469
4485
|
/*$_*/
|
|
4470
4486
|
e[19]("currentPassword") + ""
|
|
4471
|
-
), c, d, p, g, v, w, T, P, B,
|
|
4487
|
+
), c, d, p, g, v, w, T, P, B, R = (
|
|
4472
4488
|
/*$_*/
|
|
4473
4489
|
e[19]("newPassword") + ""
|
|
4474
4490
|
), F, k, N, X, te, U, M, E, Z, de = (
|
|
@@ -4477,14 +4493,14 @@ function La(e) {
|
|
|
4477
4493
|
), we, Ue, Q, ne, $e, ve, le, pe, ue, Y, me = (
|
|
4478
4494
|
/*$_*/
|
|
4479
4495
|
e[19]("submitChangePassword") + ""
|
|
4480
|
-
), Ge, ge, ye, Ve, Ye,
|
|
4496
|
+
), Ge, ge, ye, Ve, Ye, ae = (
|
|
4481
4497
|
/*isMobile*/
|
|
4482
|
-
e[20] &&
|
|
4498
|
+
e[20] && ks(e)
|
|
4483
4499
|
);
|
|
4484
4500
|
function Je(m, y) {
|
|
4485
4501
|
return (
|
|
4486
4502
|
/*isCurrentPasswordVisible*/
|
|
4487
|
-
m[10] ?
|
|
4503
|
+
m[10] ? Us : Ds
|
|
4488
4504
|
);
|
|
4489
4505
|
}
|
|
4490
4506
|
let Pe = Je(e), J = Pe(e), $ = (
|
|
@@ -4494,7 +4510,7 @@ function La(e) {
|
|
|
4494
4510
|
function qe(m, y) {
|
|
4495
4511
|
return (
|
|
4496
4512
|
/*isNewPasswordVisible*/
|
|
4497
|
-
m[11] ?
|
|
4513
|
+
m[11] ? js : Vs
|
|
4498
4514
|
);
|
|
4499
4515
|
}
|
|
4500
4516
|
let _e = qe(e), q = _e(e);
|
|
@@ -4502,17 +4518,17 @@ function La(e) {
|
|
|
4502
4518
|
if (
|
|
4503
4519
|
/*oldPasswordSameAsNew*/
|
|
4504
4520
|
m[13]
|
|
4505
|
-
) return
|
|
4521
|
+
) return Ws;
|
|
4506
4522
|
if (
|
|
4507
4523
|
/*invalidNewPassword*/
|
|
4508
4524
|
m[5]
|
|
4509
|
-
) return
|
|
4525
|
+
) return zs;
|
|
4510
4526
|
}
|
|
4511
4527
|
let he = Ke(e), G = he && he(e);
|
|
4512
4528
|
function et(m, y) {
|
|
4513
4529
|
return (
|
|
4514
4530
|
/*isConfirmPasswordVisible*/
|
|
4515
|
-
m[12] ?
|
|
4531
|
+
m[12] ? Ys : Qs
|
|
4516
4532
|
);
|
|
4517
4533
|
}
|
|
4518
4534
|
let xe = et(e), K = xe(e), V = (
|
|
@@ -4524,24 +4540,24 @@ function La(e) {
|
|
|
4524
4540
|
);
|
|
4525
4541
|
return {
|
|
4526
4542
|
c() {
|
|
4527
|
-
|
|
4543
|
+
ae && ae.c(), t = L(), r = _("h2"), a = H(n), s = L(), i = _("section"), o = _("div"), u = _("label"), c = H(h), d = L(), p = _("input"), g = L(), J.c(), v = L(), $ && $.c(), T = L(), P = _("div"), B = _("label"), F = H(R), k = L(), N = _("input"), X = L(), q.c(), te = L(), G && G.c(), M = L(), E = _("div"), Z = _("label"), we = H(de), Ue = L(), Q = _("input"), ne = L(), K.c(), $e = L(), V && V.c(), le = L(), j && j.c(), pe = L(), ue = _("section"), Y = _("button"), Ge = H(me), l(r, "class", "ChangePasswordTitle " + /*isMobile*/
|
|
4528
4544
|
(e[20] ? "ChangePasswordTitleNone" : "")), l(u, "for", "CurrentPassword"), l(p, "id", "CurrentPassword"), l(p, "type", "password"), l(o, "class", w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
|
|
4529
4545
|
(e[4] ? "InvalidField" : "")), l(B, "for", "NewPassword"), l(N, "id", "NewPassword"), l(N, "autocomplete", "new-password"), l(N, "type", "password"), l(P, "class", U = "PlayerChangePasswordBox " + /*invalidNewPassword*/
|
|
4530
4546
|
(e[5] ? "InvalidField" : "")), l(Z, "for", "ConfirmPassword"), l(Q, "id", "ConfirmPassword"), l(Q, "type", "password"), l(E, "class", ve = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
|
|
4531
|
-
(e[6] ? "InvalidField" : "")), l(
|
|
4547
|
+
(e[6] ? "InvalidField" : "")), l(i, "class", "PlayerChangePasswordContent"), l(Y, "class", ge = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
|
|
4532
4548
|
(e[3] ? "" : "ButtonInactive")), Y.disabled = ye = !/*activateSubmit*/
|
|
4533
4549
|
e[3], l(ue, "class", "PlayerChangePasswordButtonsArea");
|
|
4534
4550
|
},
|
|
4535
4551
|
m(m, y) {
|
|
4536
|
-
|
|
4552
|
+
ae && ae.m(m, y), I(m, t, y), I(m, r, y), f(r, a), I(m, s, y), I(m, i, y), f(i, o), f(o, u), f(u, c), f(o, d), f(o, p), Ee(
|
|
4537
4553
|
p,
|
|
4538
4554
|
/*userCurrentPassword*/
|
|
4539
4555
|
e[14]
|
|
4540
|
-
), e[34](p), f(o, g), J.m(o, null), f(o, v), $ && $.m(o, null), f(
|
|
4556
|
+
), e[34](p), f(o, g), J.m(o, null), f(o, v), $ && $.m(o, null), f(i, T), f(i, P), f(P, B), f(B, F), f(P, k), f(P, N), Ee(
|
|
4541
4557
|
N,
|
|
4542
4558
|
/*userNewPassword*/
|
|
4543
4559
|
e[15]
|
|
4544
|
-
), e[38](N), f(P, X), q.m(P, null), f(P, te), G && G.m(P, null), f(
|
|
4560
|
+
), e[38](N), f(P, X), q.m(P, null), f(P, te), G && G.m(P, null), f(i, M), f(i, E), f(E, Z), f(Z, we), f(E, Ue), f(E, Q), Ee(
|
|
4545
4561
|
Q,
|
|
4546
4562
|
/*userConfirmPassword*/
|
|
4547
4563
|
e[16]
|
|
@@ -4634,9 +4650,9 @@ function La(e) {
|
|
|
4634
4650
|
},
|
|
4635
4651
|
p(m, y) {
|
|
4636
4652
|
e = m, /*isMobile*/
|
|
4637
|
-
e[20] &&
|
|
4653
|
+
e[20] && ae.p(e, y), y[0] & /*$_*/
|
|
4638
4654
|
524288 && n !== (n = /*$_*/
|
|
4639
|
-
e[19]("titleChangePassword") + "") && D(
|
|
4655
|
+
e[19]("titleChangePassword") + "") && D(a, n), y[0] & /*$_*/
|
|
4640
4656
|
524288 && h !== (h = /*$_*/
|
|
4641
4657
|
e[19]("currentPassword") + "") && D(c, h), y[0] & /*userCurrentPassword*/
|
|
4642
4658
|
16384 && p.value !== /*userCurrentPassword*/
|
|
@@ -4648,8 +4664,8 @@ function La(e) {
|
|
|
4648
4664
|
e[4] ? $ ? $.p(e, y) : ($ = gr(e), $.c(), $.m(o, null)) : $ && ($.d(1), $ = null), y[0] & /*invalidCurrentPassword*/
|
|
4649
4665
|
16 && w !== (w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
|
|
4650
4666
|
(e[4] ? "InvalidField" : "")) && l(o, "class", w), y[0] & /*$_*/
|
|
4651
|
-
524288 &&
|
|
4652
|
-
e[19]("newPassword") + "") && D(F,
|
|
4667
|
+
524288 && R !== (R = /*$_*/
|
|
4668
|
+
e[19]("newPassword") + "") && D(F, R), y[0] & /*userNewPassword*/
|
|
4653
4669
|
32768 && N.value !== /*userNewPassword*/
|
|
4654
4670
|
e[15] && Ee(
|
|
4655
4671
|
N,
|
|
@@ -4678,23 +4694,23 @@ function La(e) {
|
|
|
4678
4694
|
e[3]) && (Y.disabled = ye);
|
|
4679
4695
|
},
|
|
4680
4696
|
d(m) {
|
|
4681
|
-
m && (A(t), A(r), A(
|
|
4697
|
+
m && (A(t), A(r), A(s), A(i), A(le), A(pe), A(ue)), ae && ae.d(m), e[34](null), J.d(), $ && $.d(), e[38](null), q.d(), G && G.d(), e[42](null), K.d(), V && V.d(), j && j.d(m), Ve = !1, Le(Ye);
|
|
4682
4698
|
}
|
|
4683
4699
|
};
|
|
4684
4700
|
}
|
|
4685
|
-
function
|
|
4686
|
-
let t, r, n,
|
|
4701
|
+
function Fs(e) {
|
|
4702
|
+
let t, r, n, a, s, i, o = (
|
|
4687
4703
|
/*$_*/
|
|
4688
4704
|
e[19]("returnToMenu") + ""
|
|
4689
4705
|
), u, h, c;
|
|
4690
4706
|
return {
|
|
4691
4707
|
c() {
|
|
4692
|
-
t = _("div"), r = b("svg"), n = b("g"),
|
|
4708
|
+
t = _("div"), r = b("svg"), n = b("g"), a = b("path"), s = L(), i = _("span"), u = H(o), l(a, "id", "Chevron_Right"), l(a, "d", `M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179
|
|
4693
4709
|
l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816
|
|
4694
4710
|
C52.942,116.507,52.942,124.327,57.633,129.007z`), l(r, "version", "1.1"), l(r, "id", "Capa_1"), l(r, "xmlns", "http://www.w3.org/2000/svg"), l(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), l(r, "x", "0px"), l(r, "y", "0px"), l(r, "viewBox", "0 0 240.823 240.823"), dn(r, "enable-background", "new 0 0 240.823 240.823"), l(r, "xml:space", "preserve"), l(r, "width", "18px"), l(r, "fill", "var(--emw-pam-color-primary, var(--emw--color-primary, #22B04E))"), l(t, "class", "MenuReturnButton");
|
|
4695
4711
|
},
|
|
4696
4712
|
m(d, p) {
|
|
4697
|
-
I(d, t, p), f(t, r), f(r, n), f(n,
|
|
4713
|
+
I(d, t, p), f(t, r), f(r, n), f(n, a), f(t, s), f(t, i), f(i, u), h || (c = z(
|
|
4698
4714
|
t,
|
|
4699
4715
|
"click",
|
|
4700
4716
|
/*click_handler_8*/
|
|
@@ -4711,17 +4727,17 @@ function Fa(e) {
|
|
|
4711
4727
|
}
|
|
4712
4728
|
};
|
|
4713
4729
|
}
|
|
4714
|
-
function
|
|
4715
|
-
let t, r, n,
|
|
4730
|
+
function ks(e) {
|
|
4731
|
+
let t, r, n, a, s, i, o, u, h, c, d = (
|
|
4716
4732
|
/*$_*/
|
|
4717
4733
|
e[19]("titleChangePassword") + ""
|
|
4718
4734
|
), p, g, v;
|
|
4719
4735
|
return {
|
|
4720
4736
|
c() {
|
|
4721
|
-
t = _("div"), r = b("svg"), n = b("defs"),
|
|
4737
|
+
t = _("div"), r = b("svg"), n = b("defs"), a = b("style"), s = H(".aaa{fill:var(--emw--color-primary, #22B04E);;}"), i = b("g"), o = b("g"), u = b("path"), h = L(), c = _("h2"), p = H(d), l(u, "class", "aaa"), l(u, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), l(u, "transform", "translate(15 15) rotate(180)"), l(o, "transform", "translate(20 158)"), l(i, "transform", "translate(-20 -158)"), l(r, "xmlns", "http://www.w3.org/2000/svg"), l(r, "width", "15"), l(r, "height", "15"), l(r, "viewBox", "0 0 15 15"), l(c, "class", "ChangePasswordTitleMobile"), l(t, "class", "MenuReturnButton");
|
|
4722
4738
|
},
|
|
4723
4739
|
m(w, T) {
|
|
4724
|
-
I(w, t, T), f(t, r), f(r, n), f(n,
|
|
4740
|
+
I(w, t, T), f(t, r), f(r, n), f(n, a), f(a, s), f(r, i), f(i, o), f(o, u), f(t, h), f(t, c), f(c, p), g || (v = z(
|
|
4725
4741
|
t,
|
|
4726
4742
|
"click",
|
|
4727
4743
|
/*click_handler*/
|
|
@@ -4738,16 +4754,16 @@ function ka(e) {
|
|
|
4738
4754
|
}
|
|
4739
4755
|
};
|
|
4740
4756
|
}
|
|
4741
|
-
function
|
|
4742
|
-
let t, r, n,
|
|
4757
|
+
function Ds(e) {
|
|
4758
|
+
let t, r, n, a, s, i, o, u, h, c;
|
|
4743
4759
|
return {
|
|
4744
4760
|
c() {
|
|
4745
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
4761
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("path"), o = b("circle"), l(i, "class", "a"), l(i, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), l(i, "transform", "translate(0)"), l(o, "class", "a"), l(o, "cx", "2.779"), l(o, "cy", "2.779"), l(o, "r", "2.779"), l(o, "transform", "translate(20.827 30.303)"), l(s, "transform", "translate(-14.185 -27.832)"), l(t, "class", u = "TogglePasswordVisibility " + /*invalidCurrentPassword*/
|
|
4746
4762
|
(e[4] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
4747
4763
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.843"), l(t, "height", "10.5"), l(t, "viewBox", "0 0 18.843 10.5");
|
|
4748
4764
|
},
|
|
4749
4765
|
m(d, p) {
|
|
4750
|
-
I(d, t, p), f(t, r), f(r, n), f(n,
|
|
4766
|
+
I(d, t, p), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), h || (c = z(
|
|
4751
4767
|
t,
|
|
4752
4768
|
"click",
|
|
4753
4769
|
/*click_handler_2*/
|
|
@@ -4765,16 +4781,16 @@ function Da(e) {
|
|
|
4765
4781
|
}
|
|
4766
4782
|
};
|
|
4767
4783
|
}
|
|
4768
|
-
function
|
|
4769
|
-
let t, r, n,
|
|
4784
|
+
function Us(e) {
|
|
4785
|
+
let t, r, n, a, s, i, o, u, h, c, d, p, g, v, w, T;
|
|
4770
4786
|
return {
|
|
4771
4787
|
c() {
|
|
4772
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
4788
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("circle"), o = b("g"), u = b("path"), h = b("path"), c = b("g"), d = b("path"), p = b("path"), g = b("rect"), l(i, "class", "a"), l(i, "cx", "0.05"), l(i, "cy", "0.05"), l(i, "r", "0.05"), l(i, "transform", "translate(121.017 31.148)"), l(u, "class", "a"), l(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), l(u, "transform", "translate(-142.164 -39.123)"), l(h, "class", "a"), l(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), l(h, "transform", "translate(-136.413 -42.068)"), l(o, "transform", "translate(117.499 27.37)"), l(d, "class", "a"), l(d, "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"), l(d, "transform", "translate(-110.856 -33.157)"), l(p, "class", "a"), l(p, "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"), l(p, "transform", "translate(-130.743 -29.617)"), l(c, "transform", "translate(110.856 24.899)"), l(g, "class", "a"), l(g, "width", "0.972"), l(g, "height", "15.861"), l(g, "rx", "0.486"), l(g, "transform", "translate(114.827 23.858) rotate(-39.315)"), l(s, "transform", "translate(-110.856 -23.242)"), l(t, "class", v = "TogglePasswordVisibility " + /*invalidCurrentPassword*/
|
|
4773
4789
|
(e[4] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
4774
4790
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.844"), l(t, "height", "12.887"), l(t, "viewBox", "0 0 18.844 12.887");
|
|
4775
4791
|
},
|
|
4776
4792
|
m(P, B) {
|
|
4777
|
-
I(P, t, B), f(t, r), f(r, n), f(n,
|
|
4793
|
+
I(P, t, B), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), f(o, u), f(o, h), f(s, c), f(c, d), f(c, p), f(s, g), w || (T = z(
|
|
4778
4794
|
t,
|
|
4779
4795
|
"click",
|
|
4780
4796
|
/*click_handler_1*/
|
|
@@ -4794,29 +4810,29 @@ function Ua(e) {
|
|
|
4794
4810
|
}
|
|
4795
4811
|
function gr(e) {
|
|
4796
4812
|
let t;
|
|
4797
|
-
function r(
|
|
4813
|
+
function r(s, i) {
|
|
4798
4814
|
return (
|
|
4799
4815
|
/*simplepasswordvalidation*/
|
|
4800
|
-
|
|
4816
|
+
s[0] == "true" ? Gs : $s
|
|
4801
4817
|
);
|
|
4802
4818
|
}
|
|
4803
|
-
let n = r(e),
|
|
4819
|
+
let n = r(e), a = n(e);
|
|
4804
4820
|
return {
|
|
4805
4821
|
c() {
|
|
4806
|
-
|
|
4822
|
+
a.c(), t = _r();
|
|
4807
4823
|
},
|
|
4808
|
-
m(
|
|
4809
|
-
|
|
4824
|
+
m(s, i) {
|
|
4825
|
+
a.m(s, i), I(s, t, i);
|
|
4810
4826
|
},
|
|
4811
|
-
p(
|
|
4812
|
-
n === (n = r(
|
|
4827
|
+
p(s, i) {
|
|
4828
|
+
n === (n = r(s)) && a ? a.p(s, i) : (a.d(1), a = n(s), a && (a.c(), a.m(t.parentNode, t)));
|
|
4813
4829
|
},
|
|
4814
|
-
d(
|
|
4815
|
-
|
|
4830
|
+
d(s) {
|
|
4831
|
+
s && A(t), a.d(s);
|
|
4816
4832
|
}
|
|
4817
4833
|
};
|
|
4818
4834
|
}
|
|
4819
|
-
function $
|
|
4835
|
+
function $s(e) {
|
|
4820
4836
|
let t, r = (
|
|
4821
4837
|
/*$_*/
|
|
4822
4838
|
e[19]("invalidPasswordRule") + ""
|
|
@@ -4825,20 +4841,20 @@ function $a(e) {
|
|
|
4825
4841
|
c() {
|
|
4826
4842
|
t = _("p"), n = H(r), l(t, "class", "InvalidInput");
|
|
4827
4843
|
},
|
|
4828
|
-
m(
|
|
4829
|
-
I(
|
|
4844
|
+
m(a, s) {
|
|
4845
|
+
I(a, t, s), f(t, n);
|
|
4830
4846
|
},
|
|
4831
|
-
p(
|
|
4832
|
-
|
|
4847
|
+
p(a, s) {
|
|
4848
|
+
s[0] & /*$_*/
|
|
4833
4849
|
524288 && r !== (r = /*$_*/
|
|
4834
|
-
|
|
4850
|
+
a[19]("invalidPasswordRule") + "") && D(n, r);
|
|
4835
4851
|
},
|
|
4836
|
-
d(
|
|
4837
|
-
|
|
4852
|
+
d(a) {
|
|
4853
|
+
a && A(t);
|
|
4838
4854
|
}
|
|
4839
4855
|
};
|
|
4840
4856
|
}
|
|
4841
|
-
function
|
|
4857
|
+
function Gs(e) {
|
|
4842
4858
|
let t, r = (
|
|
4843
4859
|
/*$_*/
|
|
4844
4860
|
e[19]("simplePasswordError") + ""
|
|
@@ -4847,29 +4863,29 @@ function Ga(e) {
|
|
|
4847
4863
|
c() {
|
|
4848
4864
|
t = _("p"), n = H(r), l(t, "class", "InvalidInput");
|
|
4849
4865
|
},
|
|
4850
|
-
m(
|
|
4851
|
-
I(
|
|
4866
|
+
m(a, s) {
|
|
4867
|
+
I(a, t, s), f(t, n);
|
|
4852
4868
|
},
|
|
4853
|
-
p(
|
|
4854
|
-
|
|
4869
|
+
p(a, s) {
|
|
4870
|
+
s[0] & /*$_*/
|
|
4855
4871
|
524288 && r !== (r = /*$_*/
|
|
4856
|
-
|
|
4872
|
+
a[19]("simplePasswordError") + "") && D(n, r);
|
|
4857
4873
|
},
|
|
4858
|
-
d(
|
|
4859
|
-
|
|
4874
|
+
d(a) {
|
|
4875
|
+
a && A(t);
|
|
4860
4876
|
}
|
|
4861
4877
|
};
|
|
4862
4878
|
}
|
|
4863
|
-
function
|
|
4864
|
-
let t, r, n,
|
|
4879
|
+
function Vs(e) {
|
|
4880
|
+
let t, r, n, a, s, i, o, u, h, c;
|
|
4865
4881
|
return {
|
|
4866
4882
|
c() {
|
|
4867
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
4883
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("path"), o = b("circle"), l(i, "class", "a"), l(i, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), l(i, "transform", "translate(0)"), l(o, "class", "a"), l(o, "cx", "2.779"), l(o, "cy", "2.779"), l(o, "r", "2.779"), l(o, "transform", "translate(20.827 30.303)"), l(s, "transform", "translate(-14.185 -27.832)"), l(t, "class", u = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4868
4884
|
(e[5] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
4869
4885
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.843"), l(t, "height", "10.5"), l(t, "viewBox", "0 0 18.843 10.5");
|
|
4870
4886
|
},
|
|
4871
4887
|
m(d, p) {
|
|
4872
|
-
I(d, t, p), f(t, r), f(r, n), f(n,
|
|
4888
|
+
I(d, t, p), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), h || (c = z(
|
|
4873
4889
|
t,
|
|
4874
4890
|
"click",
|
|
4875
4891
|
/*click_handler_4*/
|
|
@@ -4887,16 +4903,16 @@ function Va(e) {
|
|
|
4887
4903
|
}
|
|
4888
4904
|
};
|
|
4889
4905
|
}
|
|
4890
|
-
function
|
|
4891
|
-
let t, r, n,
|
|
4906
|
+
function js(e) {
|
|
4907
|
+
let t, r, n, a, s, i, o, u, h, c, d, p, g, v, w, T;
|
|
4892
4908
|
return {
|
|
4893
4909
|
c() {
|
|
4894
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
4910
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("circle"), o = b("g"), u = b("path"), h = b("path"), c = b("g"), d = b("path"), p = b("path"), g = b("rect"), l(i, "class", "a"), l(i, "cx", "0.05"), l(i, "cy", "0.05"), l(i, "r", "0.05"), l(i, "transform", "translate(121.017 31.148)"), l(u, "class", "a"), l(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), l(u, "transform", "translate(-142.164 -39.123)"), l(h, "class", "a"), l(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), l(h, "transform", "translate(-136.413 -42.068)"), l(o, "transform", "translate(117.499 27.37)"), l(d, "class", "a"), l(d, "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"), l(d, "transform", "translate(-110.856 -33.157)"), l(p, "class", "a"), l(p, "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"), l(p, "transform", "translate(-130.743 -29.617)"), l(c, "transform", "translate(110.856 24.899)"), l(g, "class", "a"), l(g, "width", "0.972"), l(g, "height", "15.861"), l(g, "rx", "0.486"), l(g, "transform", "translate(114.827 23.858) rotate(-39.315)"), l(s, "transform", "translate(-110.856 -23.242)"), l(t, "class", v = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4895
4911
|
(e[5] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
4896
4912
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.844"), l(t, "height", "12.887"), l(t, "viewBox", "0 0 18.844 12.887");
|
|
4897
4913
|
},
|
|
4898
4914
|
m(P, B) {
|
|
4899
|
-
I(P, t, B), f(t, r), f(r, n), f(n,
|
|
4915
|
+
I(P, t, B), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), f(o, u), f(o, h), f(s, c), f(c, d), f(c, p), f(s, g), w || (T = z(
|
|
4900
4916
|
t,
|
|
4901
4917
|
"click",
|
|
4902
4918
|
/*click_handler_3*/
|
|
@@ -4914,31 +4930,31 @@ function ja(e) {
|
|
|
4914
4930
|
}
|
|
4915
4931
|
};
|
|
4916
4932
|
}
|
|
4917
|
-
function
|
|
4933
|
+
function zs(e) {
|
|
4918
4934
|
let t;
|
|
4919
|
-
function r(
|
|
4935
|
+
function r(s, i) {
|
|
4920
4936
|
return (
|
|
4921
4937
|
/*simplepasswordvalidation*/
|
|
4922
|
-
|
|
4938
|
+
s[0] == "true" ? Zs : Xs
|
|
4923
4939
|
);
|
|
4924
4940
|
}
|
|
4925
|
-
let n = r(e),
|
|
4941
|
+
let n = r(e), a = n(e);
|
|
4926
4942
|
return {
|
|
4927
4943
|
c() {
|
|
4928
|
-
|
|
4944
|
+
a.c(), t = _r();
|
|
4929
4945
|
},
|
|
4930
|
-
m(
|
|
4931
|
-
|
|
4946
|
+
m(s, i) {
|
|
4947
|
+
a.m(s, i), I(s, t, i);
|
|
4932
4948
|
},
|
|
4933
|
-
p(
|
|
4934
|
-
n === (n = r(
|
|
4949
|
+
p(s, i) {
|
|
4950
|
+
n === (n = r(s)) && a ? a.p(s, i) : (a.d(1), a = n(s), a && (a.c(), a.m(t.parentNode, t)));
|
|
4935
4951
|
},
|
|
4936
|
-
d(
|
|
4937
|
-
|
|
4952
|
+
d(s) {
|
|
4953
|
+
s && A(t), a.d(s);
|
|
4938
4954
|
}
|
|
4939
4955
|
};
|
|
4940
4956
|
}
|
|
4941
|
-
function
|
|
4957
|
+
function Ws(e) {
|
|
4942
4958
|
let t, r = (
|
|
4943
4959
|
/*$_*/
|
|
4944
4960
|
e[19]("invalidNewPassword") + ""
|
|
@@ -4947,20 +4963,20 @@ function Wa(e) {
|
|
|
4947
4963
|
c() {
|
|
4948
4964
|
t = _("p"), n = H(r), l(t, "class", "InvalidInputNew");
|
|
4949
4965
|
},
|
|
4950
|
-
m(
|
|
4951
|
-
I(
|
|
4966
|
+
m(a, s) {
|
|
4967
|
+
I(a, t, s), f(t, n);
|
|
4952
4968
|
},
|
|
4953
|
-
p(
|
|
4954
|
-
|
|
4969
|
+
p(a, s) {
|
|
4970
|
+
s[0] & /*$_*/
|
|
4955
4971
|
524288 && r !== (r = /*$_*/
|
|
4956
|
-
|
|
4972
|
+
a[19]("invalidNewPassword") + "") && D(n, r);
|
|
4957
4973
|
},
|
|
4958
|
-
d(
|
|
4959
|
-
|
|
4974
|
+
d(a) {
|
|
4975
|
+
a && A(t);
|
|
4960
4976
|
}
|
|
4961
4977
|
};
|
|
4962
4978
|
}
|
|
4963
|
-
function
|
|
4979
|
+
function Xs(e) {
|
|
4964
4980
|
let t, r = (
|
|
4965
4981
|
/*$_*/
|
|
4966
4982
|
e[19]("invalidPasswordRule") + ""
|
|
@@ -4969,20 +4985,20 @@ function Xa(e) {
|
|
|
4969
4985
|
c() {
|
|
4970
4986
|
t = _("p"), n = H(r), l(t, "class", "InvalidInput");
|
|
4971
4987
|
},
|
|
4972
|
-
m(
|
|
4973
|
-
I(
|
|
4988
|
+
m(a, s) {
|
|
4989
|
+
I(a, t, s), f(t, n);
|
|
4974
4990
|
},
|
|
4975
|
-
p(
|
|
4976
|
-
|
|
4991
|
+
p(a, s) {
|
|
4992
|
+
s[0] & /*$_*/
|
|
4977
4993
|
524288 && r !== (r = /*$_*/
|
|
4978
|
-
|
|
4994
|
+
a[19]("invalidPasswordRule") + "") && D(n, r);
|
|
4979
4995
|
},
|
|
4980
|
-
d(
|
|
4981
|
-
|
|
4996
|
+
d(a) {
|
|
4997
|
+
a && A(t);
|
|
4982
4998
|
}
|
|
4983
4999
|
};
|
|
4984
5000
|
}
|
|
4985
|
-
function
|
|
5001
|
+
function Zs(e) {
|
|
4986
5002
|
let t, r = (
|
|
4987
5003
|
/*$_*/
|
|
4988
5004
|
e[19]("simplePasswordError") + ""
|
|
@@ -4991,29 +5007,29 @@ function Za(e) {
|
|
|
4991
5007
|
c() {
|
|
4992
5008
|
t = _("p"), n = H(r), l(t, "class", "InvalidInput");
|
|
4993
5009
|
},
|
|
4994
|
-
m(
|
|
4995
|
-
I(
|
|
5010
|
+
m(a, s) {
|
|
5011
|
+
I(a, t, s), f(t, n);
|
|
4996
5012
|
},
|
|
4997
|
-
p(
|
|
4998
|
-
|
|
5013
|
+
p(a, s) {
|
|
5014
|
+
s[0] & /*$_*/
|
|
4999
5015
|
524288 && r !== (r = /*$_*/
|
|
5000
|
-
|
|
5016
|
+
a[19]("simplePasswordError") + "") && D(n, r);
|
|
5001
5017
|
},
|
|
5002
|
-
d(
|
|
5003
|
-
|
|
5018
|
+
d(a) {
|
|
5019
|
+
a && A(t);
|
|
5004
5020
|
}
|
|
5005
5021
|
};
|
|
5006
5022
|
}
|
|
5007
|
-
function
|
|
5008
|
-
let t, r, n,
|
|
5023
|
+
function Qs(e) {
|
|
5024
|
+
let t, r, n, a, s, i, o, u, h, c;
|
|
5009
5025
|
return {
|
|
5010
5026
|
c() {
|
|
5011
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
5027
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("path"), o = b("circle"), l(i, "class", "a"), l(i, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), l(i, "transform", "translate(0)"), l(o, "class", "a"), l(o, "cx", "2.779"), l(o, "cy", "2.779"), l(o, "r", "2.779"), l(o, "transform", "translate(20.827 30.303)"), l(s, "transform", "translate(-14.185 -27.832)"), l(t, "class", u = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
5012
5028
|
(e[6] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
5013
5029
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.843"), l(t, "height", "10.5"), l(t, "viewBox", "0 0 18.843 10.5");
|
|
5014
5030
|
},
|
|
5015
5031
|
m(d, p) {
|
|
5016
|
-
I(d, t, p), f(t, r), f(r, n), f(n,
|
|
5032
|
+
I(d, t, p), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), h || (c = z(
|
|
5017
5033
|
t,
|
|
5018
5034
|
"click",
|
|
5019
5035
|
/*click_handler_6*/
|
|
@@ -5031,16 +5047,16 @@ function Qa(e) {
|
|
|
5031
5047
|
}
|
|
5032
5048
|
};
|
|
5033
5049
|
}
|
|
5034
|
-
function
|
|
5035
|
-
let t, r, n,
|
|
5050
|
+
function Ys(e) {
|
|
5051
|
+
let t, r, n, a, s, i, o, u, h, c, d, p, g, v, w, T;
|
|
5036
5052
|
return {
|
|
5037
5053
|
c() {
|
|
5038
|
-
t = b("svg"), r = b("defs"), n = b("style"),
|
|
5054
|
+
t = b("svg"), r = b("defs"), n = b("style"), a = H(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = b("g"), i = b("circle"), o = b("g"), u = b("path"), h = b("path"), c = b("g"), d = b("path"), p = b("path"), g = b("rect"), l(i, "class", "a"), l(i, "cx", "0.05"), l(i, "cy", "0.05"), l(i, "r", "0.05"), l(i, "transform", "translate(121.017 31.148)"), l(u, "class", "a"), l(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), l(u, "transform", "translate(-142.164 -39.123)"), l(h, "class", "a"), l(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), l(h, "transform", "translate(-136.413 -42.068)"), l(o, "transform", "translate(117.499 27.37)"), l(d, "class", "a"), l(d, "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"), l(d, "transform", "translate(-110.856 -33.157)"), l(p, "class", "a"), l(p, "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"), l(p, "transform", "translate(-130.743 -29.617)"), l(c, "transform", "translate(110.856 24.899)"), l(g, "class", "a"), l(g, "width", "0.972"), l(g, "height", "15.861"), l(g, "rx", "0.486"), l(g, "transform", "translate(114.827 23.858) rotate(-39.315)"), l(s, "transform", "translate(-110.856 -23.242)"), l(t, "class", v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
5039
5055
|
(e[6] ? "InvalidToggle" : "") + " " + /*isMobile*/
|
|
5040
5056
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), l(t, "xmlns", "http://www.w3.org/2000/svg"), l(t, "width", "18.844"), l(t, "height", "12.887"), l(t, "viewBox", "0 0 18.844 12.887");
|
|
5041
5057
|
},
|
|
5042
5058
|
m(P, B) {
|
|
5043
|
-
I(P, t, B), f(t, r), f(r, n), f(n,
|
|
5059
|
+
I(P, t, B), f(t, r), f(r, n), f(n, a), f(t, s), f(s, i), f(s, o), f(o, u), f(o, h), f(s, c), f(c, d), f(c, p), f(s, g), w || (T = z(
|
|
5044
5060
|
t,
|
|
5045
5061
|
"click",
|
|
5046
5062
|
/*click_handler_5*/
|
|
@@ -5067,16 +5083,16 @@ function br(e) {
|
|
|
5067
5083
|
c() {
|
|
5068
5084
|
t = _("p"), n = H(r), l(t, "class", "InvalidInput");
|
|
5069
5085
|
},
|
|
5070
|
-
m(
|
|
5071
|
-
I(
|
|
5086
|
+
m(a, s) {
|
|
5087
|
+
I(a, t, s), f(t, n);
|
|
5072
5088
|
},
|
|
5073
|
-
p(
|
|
5074
|
-
|
|
5089
|
+
p(a, s) {
|
|
5090
|
+
s[0] & /*$_*/
|
|
5075
5091
|
524288 && r !== (r = /*$_*/
|
|
5076
|
-
|
|
5092
|
+
a[19]("confirmPasswordInvalid") + "") && D(n, r);
|
|
5077
5093
|
},
|
|
5078
|
-
d(
|
|
5079
|
-
|
|
5094
|
+
d(a) {
|
|
5095
|
+
a && A(t);
|
|
5080
5096
|
}
|
|
5081
5097
|
};
|
|
5082
5098
|
}
|
|
@@ -5089,57 +5105,57 @@ function wr(e) {
|
|
|
5089
5105
|
e[17]
|
|
5090
5106
|
), l(r, "class", "PasswordChangedError");
|
|
5091
5107
|
},
|
|
5092
|
-
m(
|
|
5093
|
-
I(
|
|
5108
|
+
m(a, s) {
|
|
5109
|
+
I(a, t, s), f(t, r), f(r, n);
|
|
5094
5110
|
},
|
|
5095
|
-
p(
|
|
5096
|
-
|
|
5111
|
+
p(a, s) {
|
|
5112
|
+
s[0] & /*errorPasswordChanged*/
|
|
5097
5113
|
131072 && D(
|
|
5098
5114
|
n,
|
|
5099
5115
|
/*errorPasswordChanged*/
|
|
5100
|
-
|
|
5116
|
+
a[17]
|
|
5101
5117
|
);
|
|
5102
5118
|
},
|
|
5103
|
-
d(
|
|
5104
|
-
|
|
5119
|
+
d(a) {
|
|
5120
|
+
a && A(t);
|
|
5105
5121
|
}
|
|
5106
5122
|
};
|
|
5107
5123
|
}
|
|
5108
|
-
function
|
|
5124
|
+
function Js(e) {
|
|
5109
5125
|
let t;
|
|
5110
|
-
function r(
|
|
5111
|
-
return
|
|
5126
|
+
function r(s, i) {
|
|
5127
|
+
return Rs;
|
|
5112
5128
|
}
|
|
5113
|
-
let
|
|
5129
|
+
let a = r()(e);
|
|
5114
5130
|
return {
|
|
5115
5131
|
c() {
|
|
5116
|
-
t = _("div"),
|
|
5132
|
+
t = _("div"), a.c();
|
|
5117
5133
|
},
|
|
5118
|
-
m(
|
|
5119
|
-
I(
|
|
5134
|
+
m(s, i) {
|
|
5135
|
+
I(s, t, i), a.m(t, null), e[48](t);
|
|
5120
5136
|
},
|
|
5121
|
-
p(
|
|
5122
|
-
|
|
5137
|
+
p(s, i) {
|
|
5138
|
+
a.p(s, i);
|
|
5123
5139
|
},
|
|
5124
5140
|
i: re,
|
|
5125
5141
|
o: re,
|
|
5126
|
-
d(
|
|
5127
|
-
|
|
5142
|
+
d(s) {
|
|
5143
|
+
s && A(t), a.d(), e[48](null);
|
|
5128
5144
|
}
|
|
5129
5145
|
};
|
|
5130
5146
|
}
|
|
5131
|
-
function
|
|
5147
|
+
function qs(e, t, r) {
|
|
5132
5148
|
let n;
|
|
5133
|
-
ln(e,
|
|
5134
|
-
let { lang:
|
|
5149
|
+
ln(e, Is, (m) => r(19, n = m));
|
|
5150
|
+
let { lang: a = "en" } = t, { simplepasswordvalidation: s = "false" } = t, { clientstyling: i = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: u = "" } = t, { passwordregex: h = "" } = t, c, d = window.navigator.userAgent, p = Hs(d) !== "PC", g = !1;
|
|
5135
5151
|
const v = window.matchMedia("(min-width: 768px)"), w = {
|
|
5136
5152
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
|
|
5137
5153
|
};
|
|
5138
|
-
let T = !1, P = !1, B = !1,
|
|
5154
|
+
let T = !1, P = !1, B = !1, R, F, k, N = !1, X = !1, te = !1, U = !1, M = "", E = "", Z = "", de = !1, we = "", Ue = !1;
|
|
5139
5155
|
const Q = () => {
|
|
5140
5156
|
fetch(u).then((y) => y.json()).then((y) => {
|
|
5141
|
-
Object.keys(y).forEach((
|
|
5142
|
-
pr(
|
|
5157
|
+
Object.keys(y).forEach((se) => {
|
|
5158
|
+
pr(se, y[se]);
|
|
5143
5159
|
});
|
|
5144
5160
|
}).catch((y) => {
|
|
5145
5161
|
console.log(y);
|
|
@@ -5151,7 +5167,7 @@ function qa(e, t, r) {
|
|
|
5151
5167
|
const ne = (m) => {
|
|
5152
5168
|
switch (m) {
|
|
5153
5169
|
case "userCurrentPassword":
|
|
5154
|
-
r(10, N = !N), r(7,
|
|
5170
|
+
r(10, N = !N), r(7, R.type = N ? "text" : "password", R);
|
|
5155
5171
|
break;
|
|
5156
5172
|
case "userNewPassword":
|
|
5157
5173
|
r(11, X = !X), r(8, F.type = X ? "text" : "password", F);
|
|
@@ -5161,9 +5177,9 @@ function qa(e, t, r) {
|
|
|
5161
5177
|
break;
|
|
5162
5178
|
}
|
|
5163
5179
|
}, $e = () => {
|
|
5164
|
-
|
|
5165
|
-
}, ve = (m, y,
|
|
5166
|
-
|
|
5180
|
+
s == "true" && (w.password = /^(?!.* ).{8,20}$/);
|
|
5181
|
+
}, ve = (m, y, se) => {
|
|
5182
|
+
se.id === "CurrentPassword" ? r(4, T = !le(y)) : se.id === "NewPassword" ? (r(5, P = !le(y)), M && r(13, U = M === E), Z && r(6, B = E === Z ? !le(y) : !0)) : r(6, B = E === Z ? !le(y) : !0), pe();
|
|
5167
5183
|
}, le = (m) => !!w.password.test(m), pe = () => {
|
|
5168
5184
|
!T && !P && !B && !U && M && E && Z ? r(3, g = !0) : r(3, g = !1);
|
|
5169
5185
|
}, ue = (m) => {
|
|
@@ -5186,7 +5202,7 @@ function qa(e, t, r) {
|
|
|
5186
5202
|
}, me = () => {
|
|
5187
5203
|
window.postMessage({ type: "GoToHomepage" }, window.location.href);
|
|
5188
5204
|
}, Ge = () => {
|
|
5189
|
-
|
|
5205
|
+
Ms(a);
|
|
5190
5206
|
}, ge = (m) => {
|
|
5191
5207
|
if (m.data)
|
|
5192
5208
|
switch (m.data.type) {
|
|
@@ -5199,11 +5215,11 @@ function qa(e, t, r) {
|
|
|
5199
5215
|
}
|
|
5200
5216
|
}, ye = () => {
|
|
5201
5217
|
let m = document.createElement("style");
|
|
5202
|
-
m.innerHTML =
|
|
5218
|
+
m.innerHTML = i, c.appendChild(m);
|
|
5203
5219
|
}, Ve = () => {
|
|
5204
5220
|
let m = new URL(o), y = document.createElement("style");
|
|
5205
|
-
fetch(m.href).then((
|
|
5206
|
-
y.innerHTML =
|
|
5221
|
+
fetch(m.href).then((se) => se.text()).then((se) => {
|
|
5222
|
+
y.innerHTML = se, setTimeout(
|
|
5207
5223
|
() => {
|
|
5208
5224
|
c.appendChild(y);
|
|
5209
5225
|
},
|
|
@@ -5215,12 +5231,12 @@ function qa(e, t, r) {
|
|
|
5215
5231
|
window.removeEventListener("message", ge);
|
|
5216
5232
|
}));
|
|
5217
5233
|
const Ye = () => Y();
|
|
5218
|
-
function
|
|
5234
|
+
function ae() {
|
|
5219
5235
|
M = this.value, r(14, M);
|
|
5220
5236
|
}
|
|
5221
5237
|
function Je(m) {
|
|
5222
5238
|
Se[m ? "unshift" : "push"](() => {
|
|
5223
|
-
|
|
5239
|
+
R = m, r(7, R);
|
|
5224
5240
|
});
|
|
5225
5241
|
}
|
|
5226
5242
|
const Pe = () => ne("userCurrentPassword"), J = () => ne("userCurrentPassword");
|
|
@@ -5248,25 +5264,25 @@ function qa(e, t, r) {
|
|
|
5248
5264
|
});
|
|
5249
5265
|
}
|
|
5250
5266
|
return e.$$set = (m) => {
|
|
5251
|
-
"lang" in m && r(27,
|
|
5267
|
+
"lang" in m && r(27, a = m.lang), "simplepasswordvalidation" in m && r(0, s = m.simplepasswordvalidation), "clientstyling" in m && r(28, i = m.clientstyling), "clientstylingurl" in m && r(29, o = m.clientstylingurl), "translationurl" in m && r(30, u = m.translationurl), "passwordregex" in m && r(31, h = m.passwordregex);
|
|
5252
5268
|
}, e.$$.update = () => {
|
|
5253
5269
|
e.$$.dirty[0] & /*simplepasswordvalidation*/
|
|
5254
|
-
1 &&
|
|
5270
|
+
1 && s && $e(), e.$$.dirty[1] & /*passwordregex*/
|
|
5255
5271
|
1 && h && (w.password = new RegExp(h)), e.$$.dirty[0] & /*lang*/
|
|
5256
|
-
134217728 &&
|
|
5272
|
+
134217728 && a && Ge(), e.$$.dirty[0] & /*passwordChanged*/
|
|
5257
5273
|
4, e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
5258
5274
|
536870914 && o && c && Ve(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
5259
|
-
268435458 &&
|
|
5275
|
+
268435458 && i && c && ye(), e.$$.dirty[0] & /*translationurl*/
|
|
5260
5276
|
1073741824 && u && Q();
|
|
5261
5277
|
}, [
|
|
5262
|
-
|
|
5278
|
+
s,
|
|
5263
5279
|
c,
|
|
5264
5280
|
de,
|
|
5265
5281
|
g,
|
|
5266
5282
|
T,
|
|
5267
5283
|
P,
|
|
5268
5284
|
B,
|
|
5269
|
-
|
|
5285
|
+
R,
|
|
5270
5286
|
F,
|
|
5271
5287
|
k,
|
|
5272
5288
|
N,
|
|
@@ -5286,13 +5302,13 @@ function qa(e, t, r) {
|
|
|
5286
5302
|
ue,
|
|
5287
5303
|
Y,
|
|
5288
5304
|
me,
|
|
5305
|
+
a,
|
|
5289
5306
|
i,
|
|
5290
|
-
s,
|
|
5291
5307
|
o,
|
|
5292
5308
|
u,
|
|
5293
5309
|
h,
|
|
5294
5310
|
Ye,
|
|
5295
|
-
|
|
5311
|
+
ae,
|
|
5296
5312
|
Je,
|
|
5297
5313
|
Pe,
|
|
5298
5314
|
J,
|
|
@@ -5310,13 +5326,13 @@ function qa(e, t, r) {
|
|
|
5310
5326
|
j
|
|
5311
5327
|
];
|
|
5312
5328
|
}
|
|
5313
|
-
class
|
|
5329
|
+
class Ks extends Sn {
|
|
5314
5330
|
constructor(t) {
|
|
5315
5331
|
super(), Tn(
|
|
5316
5332
|
this,
|
|
5317
5333
|
t,
|
|
5318
|
-
|
|
5319
|
-
|
|
5334
|
+
qs,
|
|
5335
|
+
Js,
|
|
5320
5336
|
yr,
|
|
5321
5337
|
{
|
|
5322
5338
|
lang: 27,
|
|
@@ -5326,7 +5342,7 @@ class Ka extends Sn {
|
|
|
5326
5342
|
translationurl: 30,
|
|
5327
5343
|
passwordregex: 31
|
|
5328
5344
|
},
|
|
5329
|
-
|
|
5345
|
+
Ns,
|
|
5330
5346
|
[-1, -1]
|
|
5331
5347
|
);
|
|
5332
5348
|
}
|
|
@@ -5367,7 +5383,7 @@ class Ka extends Sn {
|
|
|
5367
5383
|
this.$$set({ passwordregex: t }), ce();
|
|
5368
5384
|
}
|
|
5369
5385
|
}
|
|
5370
|
-
Bn(
|
|
5386
|
+
Bn(Ks, { lang: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, passwordregex: {} }, [], [], !0);
|
|
5371
5387
|
export {
|
|
5372
|
-
|
|
5388
|
+
Ks as default
|
|
5373
5389
|
};
|