@everymatrix/player-change-password-nd 1.74.3 → 1.74.4
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-Ddwh0qv1.js → PlayerChangePasswordNd-B4OePJ7K.js} +682 -668
- package/components/{PlayerChangePasswordNd-irA5b65i.js → PlayerChangePasswordNd-DpUlNWd7.js} +809 -795
- package/components/PlayerChangePasswordNd-vd8W7hY3.cjs +20 -0
- package/es2015/player-change-password-nd.cjs +1 -1
- package/es2015/player-change-password-nd.js +1 -1
- package/esnext/player-change-password-nd.js +1 -1
- package/package.json +1 -1
- package/components/PlayerChangePasswordNd-CnEGI-Xg.cjs +0 -20
package/components/{PlayerChangePasswordNd-Ddwh0qv1.js → PlayerChangePasswordNd-B4OePJ7K.js}
RENAMED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
function te() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function fr(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Dt() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
e.forEach(
|
|
9
|
+
function Re(e) {
|
|
10
|
+
e.forEach(fr);
|
|
11
11
|
}
|
|
12
12
|
function Be(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function dr(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function Zr(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function pr(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const n of t)
|
|
24
24
|
n(void 0);
|
|
@@ -27,20 +27,20 @@ function fr(e, ...t) {
|
|
|
27
27
|
const r = e.subscribe(...t);
|
|
28
28
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
e.$$.on_destroy.push(
|
|
30
|
+
function Yr(e, t, r) {
|
|
31
|
+
e.$$.on_destroy.push(pr(t, r));
|
|
32
32
|
}
|
|
33
33
|
function d(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const n =
|
|
36
|
+
function Qr(e, t, r) {
|
|
37
|
+
const n = Jr(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
|
-
const i =
|
|
40
|
-
i.id = t, i.textContent = r,
|
|
39
|
+
const i = P("style");
|
|
40
|
+
i.id = t, i.textContent = r, qr(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function Jr(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,7 +50,7 @@ function Zr(e) {
|
|
|
50
50
|
t
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function qr(e, t) {
|
|
54
54
|
return d(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
@@ -63,7 +63,7 @@ function H(e, t, r) {
|
|
|
63
63
|
function A(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function P(e) {
|
|
67
67
|
return document.createElement(e);
|
|
68
68
|
}
|
|
69
69
|
function g(e) {
|
|
@@ -72,10 +72,10 @@ function g(e) {
|
|
|
72
72
|
function M(e) {
|
|
73
73
|
return document.createTextNode(e);
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function k() {
|
|
76
76
|
return M(" ");
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function mr() {
|
|
79
79
|
return M("");
|
|
80
80
|
}
|
|
81
81
|
function z(e, t, r, n) {
|
|
@@ -84,20 +84,20 @@ function z(e, t, r, n) {
|
|
|
84
84
|
function o(e, t, r) {
|
|
85
85
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function Kr(e) {
|
|
88
88
|
return Array.from(e.childNodes);
|
|
89
89
|
}
|
|
90
90
|
function $(e, t) {
|
|
91
91
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
92
92
|
t);
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function _e(e, t) {
|
|
95
95
|
e.value = t ?? "";
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function en(e, t, r, n) {
|
|
98
98
|
e.style.setProperty(t, r, "");
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function tn(e) {
|
|
101
101
|
const t = {};
|
|
102
102
|
return e.childNodes.forEach(
|
|
103
103
|
/** @param {Element} node */
|
|
@@ -110,40 +110,40 @@ let Ve;
|
|
|
110
110
|
function je(e) {
|
|
111
111
|
Ve = e;
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function rn() {
|
|
114
114
|
if (!Ve)
|
|
115
115
|
throw new Error("Function called outside component initialization");
|
|
116
116
|
return Ve;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
119
|
-
|
|
118
|
+
function nn(e) {
|
|
119
|
+
rn().$$.on_mount.push(e);
|
|
120
120
|
}
|
|
121
121
|
const Te = [], Ce = [];
|
|
122
122
|
let Se = [];
|
|
123
|
-
const
|
|
124
|
-
let
|
|
125
|
-
function
|
|
126
|
-
|
|
123
|
+
const Ut = [], sn = /* @__PURE__ */ Promise.resolve();
|
|
124
|
+
let yt = !1;
|
|
125
|
+
function an() {
|
|
126
|
+
yt || (yt = !0, sn.then(ie));
|
|
127
127
|
}
|
|
128
|
-
function
|
|
128
|
+
function Pt(e) {
|
|
129
129
|
Se.push(e);
|
|
130
130
|
}
|
|
131
131
|
const ft = /* @__PURE__ */ new Set();
|
|
132
|
-
let
|
|
132
|
+
let Ee = 0;
|
|
133
133
|
function ie() {
|
|
134
|
-
if (
|
|
134
|
+
if (Ee !== 0)
|
|
135
135
|
return;
|
|
136
136
|
const e = Ve;
|
|
137
137
|
do {
|
|
138
138
|
try {
|
|
139
|
-
for (;
|
|
140
|
-
const t = Te[
|
|
141
|
-
|
|
139
|
+
for (; Ee < Te.length; ) {
|
|
140
|
+
const t = Te[Ee];
|
|
141
|
+
Ee++, je(t), on(t.$$);
|
|
142
142
|
}
|
|
143
143
|
} catch (t) {
|
|
144
|
-
throw Te.length = 0,
|
|
144
|
+
throw Te.length = 0, Ee = 0, t;
|
|
145
145
|
}
|
|
146
|
-
for (je(null), Te.length = 0,
|
|
146
|
+
for (je(null), Te.length = 0, Ee = 0; Ce.length; )
|
|
147
147
|
Ce.pop()();
|
|
148
148
|
for (let t = 0; t < Se.length; t += 1) {
|
|
149
149
|
const r = Se[t];
|
|
@@ -151,40 +151,40 @@ function ie() {
|
|
|
151
151
|
}
|
|
152
152
|
Se.length = 0;
|
|
153
153
|
} while (Te.length);
|
|
154
|
-
for (;
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
for (; Ut.length; )
|
|
155
|
+
Ut.pop()();
|
|
156
|
+
yt = !1, ft.clear(), je(e);
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function on(e) {
|
|
159
159
|
if (e.fragment !== null) {
|
|
160
|
-
e.update(),
|
|
160
|
+
e.update(), Re(e.before_update);
|
|
161
161
|
const t = e.dirty;
|
|
162
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
162
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Pt);
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function ln(e) {
|
|
166
166
|
const t = [], r = [];
|
|
167
167
|
Se.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Se = t;
|
|
168
168
|
}
|
|
169
|
-
const
|
|
170
|
-
function
|
|
171
|
-
e && e.i && (
|
|
169
|
+
const un = /* @__PURE__ */ new Set();
|
|
170
|
+
function hn(e, t) {
|
|
171
|
+
e && e.i && (un.delete(e), e.i(t));
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function cn(e, t, r) {
|
|
174
174
|
const { fragment: n, after_update: i } = e.$$;
|
|
175
|
-
n && n.m(t, r),
|
|
176
|
-
const s = e.$$.on_mount.map(
|
|
177
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
178
|
-
}), i.forEach(
|
|
175
|
+
n && n.m(t, r), Pt(() => {
|
|
176
|
+
const s = e.$$.on_mount.map(fr).filter(Be);
|
|
177
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Re(s), e.$$.on_mount = [];
|
|
178
|
+
}), i.forEach(Pt);
|
|
179
179
|
}
|
|
180
|
-
function
|
|
180
|
+
function fn(e, t) {
|
|
181
181
|
const r = e.$$;
|
|
182
|
-
r.fragment !== null && (
|
|
182
|
+
r.fragment !== null && (ln(r.after_update), Re(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
183
183
|
}
|
|
184
|
-
function
|
|
185
|
-
e.$$.dirty[0] === -1 && (Te.push(e),
|
|
184
|
+
function dn(e, t) {
|
|
185
|
+
e.$$.dirty[0] === -1 && (Te.push(e), an(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
186
186
|
}
|
|
187
|
-
function
|
|
187
|
+
function pn(e, t, r, n, i, s, a = null, l = [-1]) {
|
|
188
188
|
const u = Ve;
|
|
189
189
|
je(e);
|
|
190
190
|
const h = e.$$ = {
|
|
@@ -194,7 +194,7 @@ function cn(e, t, r, n, i, s, a = null, l = [-1]) {
|
|
|
194
194
|
props: s,
|
|
195
195
|
update: te,
|
|
196
196
|
not_equal: i,
|
|
197
|
-
bound:
|
|
197
|
+
bound: Dt(),
|
|
198
198
|
// lifecycle
|
|
199
199
|
on_mount: [],
|
|
200
200
|
on_destroy: [],
|
|
@@ -203,28 +203,28 @@ function cn(e, t, r, n, i, s, a = null, l = [-1]) {
|
|
|
203
203
|
after_update: [],
|
|
204
204
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
205
205
|
// everything else
|
|
206
|
-
callbacks:
|
|
206
|
+
callbacks: Dt(),
|
|
207
207
|
dirty: l,
|
|
208
208
|
skip_bound: !1,
|
|
209
209
|
root: t.target || u.$$.root
|
|
210
210
|
};
|
|
211
211
|
a && a(h.root);
|
|
212
212
|
let c = !1;
|
|
213
|
-
if (h.ctx = r(e, t.props || {}, (f, p, ...m) => {
|
|
213
|
+
if (h.ctx = r ? r(e, t.props || {}, (f, p, ...m) => {
|
|
214
214
|
const v = m.length ? m[0] : p;
|
|
215
|
-
return h.ctx && i(h.ctx[f], h.ctx[f] = v) && (!h.skip_bound && h.bound[f] && h.bound[f](v), c &&
|
|
216
|
-
}), h.update(), c = !0,
|
|
215
|
+
return h.ctx && i(h.ctx[f], h.ctx[f] = v) && (!h.skip_bound && h.bound[f] && h.bound[f](v), c && dn(e, f)), p;
|
|
216
|
+
}) : [], h.update(), c = !0, Re(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
|
|
217
217
|
if (t.hydrate) {
|
|
218
|
-
const f =
|
|
218
|
+
const f = Kr(t.target);
|
|
219
219
|
h.fragment && h.fragment.l(f), f.forEach(A);
|
|
220
220
|
} else
|
|
221
221
|
h.fragment && h.fragment.c();
|
|
222
|
-
t.intro &&
|
|
222
|
+
t.intro && hn(e.$$.fragment), cn(e, t.target, t.anchor), ie();
|
|
223
223
|
}
|
|
224
224
|
je(u);
|
|
225
225
|
}
|
|
226
|
-
let
|
|
227
|
-
typeof HTMLElement == "function" && (
|
|
226
|
+
let gr;
|
|
227
|
+
typeof HTMLElement == "function" && (gr = class extends HTMLElement {
|
|
228
228
|
/** The Svelte component constructor */
|
|
229
229
|
$$ctor;
|
|
230
230
|
/** Slots */
|
|
@@ -266,7 +266,7 @@ typeof HTMLElement == "function" && (pr = class extends HTMLElement {
|
|
|
266
266
|
let s;
|
|
267
267
|
return {
|
|
268
268
|
c: function() {
|
|
269
|
-
s =
|
|
269
|
+
s = P("slot"), i !== "default" && o(s, "name", i);
|
|
270
270
|
},
|
|
271
271
|
/**
|
|
272
272
|
* @param {HTMLElement} target
|
|
@@ -283,7 +283,7 @@ typeof HTMLElement == "function" && (pr = class extends HTMLElement {
|
|
|
283
283
|
};
|
|
284
284
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
285
285
|
return;
|
|
286
|
-
const t = {}, r =
|
|
286
|
+
const t = {}, r = tn(this);
|
|
287
287
|
for (const i of this.$$s)
|
|
288
288
|
i in r && (t[i] = [e(i)]);
|
|
289
289
|
for (const i of this.attributes) {
|
|
@@ -370,8 +370,8 @@ function tt(e, t, r, n) {
|
|
|
370
370
|
return t;
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
|
-
function
|
|
374
|
-
let a = class extends
|
|
373
|
+
function mn(e, t, r, n, i, s) {
|
|
374
|
+
let a = class extends gr {
|
|
375
375
|
constructor() {
|
|
376
376
|
super(e, r, i), this.$$p_d = t;
|
|
377
377
|
}
|
|
@@ -399,7 +399,7 @@ function fn(e, t, r, n, i, s) {
|
|
|
399
399
|
}), e.element = /** @type {any} */
|
|
400
400
|
a, a;
|
|
401
401
|
}
|
|
402
|
-
class
|
|
402
|
+
class gn {
|
|
403
403
|
/**
|
|
404
404
|
* ### PRIVATE API
|
|
405
405
|
*
|
|
@@ -418,7 +418,7 @@ class dn {
|
|
|
418
418
|
$$set = void 0;
|
|
419
419
|
/** @returns {void} */
|
|
420
420
|
$destroy() {
|
|
421
|
-
|
|
421
|
+
fn(this, 1), this.$destroy = te;
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
424
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -440,11 +440,11 @@ class dn {
|
|
|
440
440
|
* @returns {void}
|
|
441
441
|
*/
|
|
442
442
|
$set(t) {
|
|
443
|
-
this.$$set && !
|
|
443
|
+
this.$$set && !Zr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
const
|
|
447
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
446
|
+
const bn = "4";
|
|
447
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(bn);
|
|
448
448
|
/*! *****************************************************************************
|
|
449
449
|
Copyright (c) Microsoft Corporation.
|
|
450
450
|
|
|
@@ -486,7 +486,7 @@ var S = function() {
|
|
|
486
486
|
return t;
|
|
487
487
|
}, S.apply(this, arguments);
|
|
488
488
|
};
|
|
489
|
-
function
|
|
489
|
+
function wn(e, t) {
|
|
490
490
|
var r = {};
|
|
491
491
|
for (var n in e)
|
|
492
492
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -495,7 +495,7 @@ function mn(e, t) {
|
|
|
495
495
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
496
496
|
return r;
|
|
497
497
|
}
|
|
498
|
-
function
|
|
498
|
+
function Et(e) {
|
|
499
499
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
500
500
|
if (r)
|
|
501
501
|
return r.call(e);
|
|
@@ -536,13 +536,13 @@ function Ae(e, t, r) {
|
|
|
536
536
|
function se(e) {
|
|
537
537
|
return typeof e == "function";
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function br(e) {
|
|
540
540
|
var t = function(n) {
|
|
541
541
|
Error.call(n), n.stack = new Error().stack;
|
|
542
542
|
}, r = e(t);
|
|
543
543
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
544
544
|
}
|
|
545
|
-
var dt =
|
|
545
|
+
var dt = br(function(e) {
|
|
546
546
|
return function(r) {
|
|
547
547
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
548
548
|
` + r.map(function(n, i) {
|
|
@@ -551,7 +551,7 @@ var dt = mr(function(e) {
|
|
|
551
551
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
552
552
|
};
|
|
553
553
|
});
|
|
554
|
-
function
|
|
554
|
+
function Tt(e, t) {
|
|
555
555
|
if (e) {
|
|
556
556
|
var r = e.indexOf(t);
|
|
557
557
|
0 <= r && e.splice(r, 1);
|
|
@@ -569,7 +569,7 @@ var ot = function() {
|
|
|
569
569
|
if (a)
|
|
570
570
|
if (this._parentage = null, Array.isArray(a))
|
|
571
571
|
try {
|
|
572
|
-
for (var l =
|
|
572
|
+
for (var l = Et(a), u = l.next(); !u.done; u = l.next()) {
|
|
573
573
|
var h = u.value;
|
|
574
574
|
h.remove(this);
|
|
575
575
|
}
|
|
@@ -596,10 +596,10 @@ var ot = function() {
|
|
|
596
596
|
if (f) {
|
|
597
597
|
this._finalizers = null;
|
|
598
598
|
try {
|
|
599
|
-
for (var p =
|
|
599
|
+
for (var p = Et(f), m = p.next(); !m.done; m = p.next()) {
|
|
600
600
|
var v = m.value;
|
|
601
601
|
try {
|
|
602
|
-
|
|
602
|
+
$t(v);
|
|
603
603
|
} catch (w) {
|
|
604
604
|
s = s ?? [], w instanceof dt ? s = Ae(Ae([], xt(s)), xt(w.errors)) : s.push(w);
|
|
605
605
|
}
|
|
@@ -622,7 +622,7 @@ var ot = function() {
|
|
|
622
622
|
var r;
|
|
623
623
|
if (t && t !== this)
|
|
624
624
|
if (this.closed)
|
|
625
|
-
|
|
625
|
+
$t(t);
|
|
626
626
|
else {
|
|
627
627
|
if (t instanceof e) {
|
|
628
628
|
if (t.closed || t._hasParent(this))
|
|
@@ -639,28 +639,28 @@ var ot = function() {
|
|
|
639
639
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
640
640
|
}, e.prototype._removeParent = function(t) {
|
|
641
641
|
var r = this._parentage;
|
|
642
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
642
|
+
r === t ? this._parentage = null : Array.isArray(r) && Tt(r, t);
|
|
643
643
|
}, e.prototype.remove = function(t) {
|
|
644
644
|
var r = this._finalizers;
|
|
645
|
-
r &&
|
|
645
|
+
r && Tt(r, t), t instanceof e && t._removeParent(this);
|
|
646
646
|
}, e.EMPTY = function() {
|
|
647
647
|
var t = new e();
|
|
648
648
|
return t.closed = !0, t;
|
|
649
649
|
}(), e;
|
|
650
|
-
}(),
|
|
651
|
-
function
|
|
650
|
+
}(), wr = ot.EMPTY;
|
|
651
|
+
function vr(e) {
|
|
652
652
|
return e instanceof ot || e && "closed" in e && se(e.remove) && se(e.add) && se(e.unsubscribe);
|
|
653
653
|
}
|
|
654
|
-
function
|
|
654
|
+
function $t(e) {
|
|
655
655
|
se(e) ? e() : e.unsubscribe();
|
|
656
656
|
}
|
|
657
|
-
var
|
|
657
|
+
var yr = {
|
|
658
658
|
onUnhandledError: null,
|
|
659
659
|
onStoppedNotification: null,
|
|
660
660
|
Promise: void 0,
|
|
661
661
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
662
662
|
useDeprecatedNextContext: !1
|
|
663
|
-
},
|
|
663
|
+
}, vn = {
|
|
664
664
|
setTimeout: function(e, t) {
|
|
665
665
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
666
666
|
r[n - 2] = arguments[n];
|
|
@@ -671,24 +671,24 @@ var gn = {
|
|
|
671
671
|
},
|
|
672
672
|
delegate: void 0
|
|
673
673
|
};
|
|
674
|
-
function
|
|
675
|
-
|
|
674
|
+
function yn(e) {
|
|
675
|
+
vn.setTimeout(function() {
|
|
676
676
|
throw e;
|
|
677
677
|
});
|
|
678
678
|
}
|
|
679
|
-
function
|
|
679
|
+
function Gt() {
|
|
680
680
|
}
|
|
681
681
|
function rt(e) {
|
|
682
682
|
e();
|
|
683
683
|
}
|
|
684
|
-
var
|
|
684
|
+
var Pr = function(e) {
|
|
685
685
|
ae(t, e);
|
|
686
686
|
function t(r) {
|
|
687
687
|
var n = e.call(this) || this;
|
|
688
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
688
|
+
return n.isStopped = !1, r ? (n.destination = r, vr(r) && r.add(n)) : n.destination = xn, n;
|
|
689
689
|
}
|
|
690
690
|
return t.create = function(r, n, i) {
|
|
691
|
-
return new
|
|
691
|
+
return new Ct(r, n, i);
|
|
692
692
|
}, t.prototype.next = function(r) {
|
|
693
693
|
this.isStopped || this._next(r);
|
|
694
694
|
}, t.prototype.error = function(r) {
|
|
@@ -712,7 +712,11 @@ var wr = function(e) {
|
|
|
712
712
|
this.unsubscribe();
|
|
713
713
|
}
|
|
714
714
|
}, t;
|
|
715
|
-
}(ot),
|
|
715
|
+
}(ot), Pn = Function.prototype.bind;
|
|
716
|
+
function pt(e, t) {
|
|
717
|
+
return Pn.call(e, t);
|
|
718
|
+
}
|
|
719
|
+
var _n = function() {
|
|
716
720
|
function e(t) {
|
|
717
721
|
this.partialObserver = t;
|
|
718
722
|
}
|
|
@@ -743,43 +747,55 @@ var wr = function(e) {
|
|
|
743
747
|
Ke(r);
|
|
744
748
|
}
|
|
745
749
|
}, e;
|
|
746
|
-
}(),
|
|
750
|
+
}(), Ct = function(e) {
|
|
747
751
|
ae(t, e);
|
|
748
752
|
function t(r, n, i) {
|
|
749
753
|
var s = e.call(this) || this, a;
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
754
|
+
if (se(r) || !r)
|
|
755
|
+
a = {
|
|
756
|
+
next: r ?? void 0,
|
|
757
|
+
error: n ?? void 0,
|
|
758
|
+
complete: i ?? void 0
|
|
759
|
+
};
|
|
760
|
+
else {
|
|
761
|
+
var l;
|
|
762
|
+
s && yr.useDeprecatedNextContext ? (l = Object.create(r), l.unsubscribe = function() {
|
|
763
|
+
return s.unsubscribe();
|
|
764
|
+
}, a = {
|
|
765
|
+
next: r.next && pt(r.next, l),
|
|
766
|
+
error: r.error && pt(r.error, l),
|
|
767
|
+
complete: r.complete && pt(r.complete, l)
|
|
768
|
+
}) : a = r;
|
|
769
|
+
}
|
|
770
|
+
return s.destination = new _n(a), s;
|
|
755
771
|
}
|
|
756
772
|
return t;
|
|
757
|
-
}(
|
|
773
|
+
}(Pr);
|
|
758
774
|
function Ke(e) {
|
|
759
|
-
|
|
775
|
+
yn(e);
|
|
760
776
|
}
|
|
761
|
-
function
|
|
777
|
+
function En(e) {
|
|
762
778
|
throw e;
|
|
763
779
|
}
|
|
764
|
-
var
|
|
780
|
+
var xn = {
|
|
765
781
|
closed: !0,
|
|
766
|
-
next:
|
|
767
|
-
error:
|
|
768
|
-
complete:
|
|
769
|
-
},
|
|
782
|
+
next: Gt,
|
|
783
|
+
error: En,
|
|
784
|
+
complete: Gt
|
|
785
|
+
}, Tn = function() {
|
|
770
786
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
771
787
|
}();
|
|
772
|
-
function
|
|
788
|
+
function Cn(e) {
|
|
773
789
|
return e;
|
|
774
790
|
}
|
|
775
|
-
function
|
|
776
|
-
return e.length === 0 ?
|
|
791
|
+
function Bn(e) {
|
|
792
|
+
return e.length === 0 ? Cn : e.length === 1 ? e[0] : function(r) {
|
|
777
793
|
return e.reduce(function(n, i) {
|
|
778
794
|
return i(n);
|
|
779
795
|
}, r);
|
|
780
796
|
};
|
|
781
797
|
}
|
|
782
|
-
var
|
|
798
|
+
var jt = function() {
|
|
783
799
|
function e(t) {
|
|
784
800
|
t && (this._subscribe = t);
|
|
785
801
|
}
|
|
@@ -787,7 +803,7 @@ var $t = function() {
|
|
|
787
803
|
var r = new e();
|
|
788
804
|
return r.source = this, r.operator = t, r;
|
|
789
805
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
790
|
-
var i = this, s =
|
|
806
|
+
var i = this, s = An(t) ? t : new Ct(t, r, n);
|
|
791
807
|
return rt(function() {
|
|
792
808
|
var a = i, l = a.operator, u = a.source;
|
|
793
809
|
s.add(l ? l.call(s, u) : u ? i._subscribe(s) : i._trySubscribe(s));
|
|
@@ -800,8 +816,8 @@ var $t = function() {
|
|
|
800
816
|
}
|
|
801
817
|
}, e.prototype.forEach = function(t, r) {
|
|
802
818
|
var n = this;
|
|
803
|
-
return r =
|
|
804
|
-
var a = new
|
|
819
|
+
return r = Vt(r), new r(function(i, s) {
|
|
820
|
+
var a = new Ct({
|
|
805
821
|
next: function(l) {
|
|
806
822
|
try {
|
|
807
823
|
t(l);
|
|
@@ -817,15 +833,15 @@ var $t = function() {
|
|
|
817
833
|
}, e.prototype._subscribe = function(t) {
|
|
818
834
|
var r;
|
|
819
835
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
820
|
-
}, e.prototype[
|
|
836
|
+
}, e.prototype[Tn] = function() {
|
|
821
837
|
return this;
|
|
822
838
|
}, e.prototype.pipe = function() {
|
|
823
839
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
824
840
|
t[r] = arguments[r];
|
|
825
|
-
return
|
|
841
|
+
return Bn(t)(this);
|
|
826
842
|
}, e.prototype.toPromise = function(t) {
|
|
827
843
|
var r = this;
|
|
828
|
-
return t =
|
|
844
|
+
return t = Vt(t), new t(function(n, i) {
|
|
829
845
|
var s;
|
|
830
846
|
r.subscribe(function(a) {
|
|
831
847
|
return s = a;
|
|
@@ -839,32 +855,32 @@ var $t = function() {
|
|
|
839
855
|
return new e(t);
|
|
840
856
|
}, e;
|
|
841
857
|
}();
|
|
842
|
-
function
|
|
858
|
+
function Vt(e) {
|
|
843
859
|
var t;
|
|
844
|
-
return (t = e ??
|
|
860
|
+
return (t = e ?? yr.Promise) !== null && t !== void 0 ? t : Promise;
|
|
845
861
|
}
|
|
846
|
-
function
|
|
862
|
+
function Sn(e) {
|
|
847
863
|
return e && se(e.next) && se(e.error) && se(e.complete);
|
|
848
864
|
}
|
|
849
|
-
function
|
|
850
|
-
return e && e instanceof
|
|
865
|
+
function An(e) {
|
|
866
|
+
return e && e instanceof Pr || Sn(e) && vr(e);
|
|
851
867
|
}
|
|
852
|
-
var
|
|
868
|
+
var Hn = br(function(e) {
|
|
853
869
|
return function() {
|
|
854
870
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
855
871
|
};
|
|
856
|
-
}),
|
|
872
|
+
}), _r = function(e) {
|
|
857
873
|
ae(t, e);
|
|
858
874
|
function t() {
|
|
859
875
|
var r = e.call(this) || this;
|
|
860
876
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
861
877
|
}
|
|
862
878
|
return t.prototype.lift = function(r) {
|
|
863
|
-
var n = new
|
|
879
|
+
var n = new zt(this, this);
|
|
864
880
|
return n.operator = r, n;
|
|
865
881
|
}, t.prototype._throwIfClosed = function() {
|
|
866
882
|
if (this.closed)
|
|
867
|
-
throw new
|
|
883
|
+
throw new Hn();
|
|
868
884
|
}, t.prototype.next = function(r) {
|
|
869
885
|
var n = this;
|
|
870
886
|
rt(function() {
|
|
@@ -872,7 +888,7 @@ var Bn = mr(function(e) {
|
|
|
872
888
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
873
889
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
874
890
|
try {
|
|
875
|
-
for (var a =
|
|
891
|
+
for (var a = Et(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
|
|
876
892
|
var u = l.value;
|
|
877
893
|
u.next(r);
|
|
878
894
|
}
|
|
@@ -921,19 +937,19 @@ var Bn = mr(function(e) {
|
|
|
921
937
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
922
938
|
}, t.prototype._innerSubscribe = function(r) {
|
|
923
939
|
var n = this, i = this, s = i.hasError, a = i.isStopped, l = i.observers;
|
|
924
|
-
return s || a ?
|
|
925
|
-
n.currentObservers = null,
|
|
940
|
+
return s || a ? wr : (this.currentObservers = null, l.push(r), new ot(function() {
|
|
941
|
+
n.currentObservers = null, Tt(l, r);
|
|
926
942
|
}));
|
|
927
943
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
928
944
|
var n = this, i = n.hasError, s = n.thrownError, a = n.isStopped;
|
|
929
945
|
i ? r.error(s) : a && r.complete();
|
|
930
946
|
}, t.prototype.asObservable = function() {
|
|
931
|
-
var r = new
|
|
947
|
+
var r = new jt();
|
|
932
948
|
return r.source = this, r;
|
|
933
949
|
}, t.create = function(r, n) {
|
|
934
|
-
return new
|
|
950
|
+
return new zt(r, n);
|
|
935
951
|
}, t;
|
|
936
|
-
}(
|
|
952
|
+
}(jt), zt = function(e) {
|
|
937
953
|
ae(t, e);
|
|
938
954
|
function t(r, n) {
|
|
939
955
|
var i = e.call(this) || this;
|
|
@@ -950,17 +966,17 @@ var Bn = mr(function(e) {
|
|
|
950
966
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
951
967
|
}, t.prototype._subscribe = function(r) {
|
|
952
968
|
var n, i;
|
|
953
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
969
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : wr;
|
|
954
970
|
}, t;
|
|
955
|
-
}(
|
|
971
|
+
}(_r), Er = {
|
|
956
972
|
now: function() {
|
|
957
|
-
return (
|
|
973
|
+
return (Er.delegate || Date).now();
|
|
958
974
|
},
|
|
959
975
|
delegate: void 0
|
|
960
|
-
},
|
|
976
|
+
}, In = function(e) {
|
|
961
977
|
ae(t, e);
|
|
962
978
|
function t(r, n, i) {
|
|
963
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
979
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Er);
|
|
964
980
|
var s = e.call(this) || this;
|
|
965
981
|
return s._bufferSize = r, s._windowTime = n, s._timestampProvider = i, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
|
|
966
982
|
}
|
|
@@ -980,15 +996,15 @@ var Bn = mr(function(e) {
|
|
|
980
996
|
h && s.splice(0, h + 1);
|
|
981
997
|
}
|
|
982
998
|
}, t;
|
|
983
|
-
}(
|
|
984
|
-
const
|
|
985
|
-
if (
|
|
986
|
-
const r = new
|
|
987
|
-
|
|
999
|
+
}(_r);
|
|
1000
|
+
const Wt = [], Xt = {}, Mn = (e, t = 0) => {
|
|
1001
|
+
if (Wt.indexOf(e) == -1) {
|
|
1002
|
+
const r = new In(t);
|
|
1003
|
+
Xt[e] = r, Wt.push(e);
|
|
988
1004
|
}
|
|
989
|
-
return
|
|
990
|
-
},
|
|
991
|
-
function
|
|
1005
|
+
return Xt[e];
|
|
1006
|
+
}, xe = [];
|
|
1007
|
+
function Nn(e, t) {
|
|
992
1008
|
return {
|
|
993
1009
|
subscribe: lt(e, t).subscribe
|
|
994
1010
|
};
|
|
@@ -997,14 +1013,14 @@ function lt(e, t = te) {
|
|
|
997
1013
|
let r;
|
|
998
1014
|
const n = /* @__PURE__ */ new Set();
|
|
999
1015
|
function i(l) {
|
|
1000
|
-
if (
|
|
1001
|
-
const u = !
|
|
1016
|
+
if (dr(e, l) && (e = l, r)) {
|
|
1017
|
+
const u = !xe.length;
|
|
1002
1018
|
for (const h of n)
|
|
1003
|
-
h[1](),
|
|
1019
|
+
h[1](), xe.push(h, e);
|
|
1004
1020
|
if (u) {
|
|
1005
|
-
for (let h = 0; h <
|
|
1006
|
-
|
|
1007
|
-
|
|
1021
|
+
for (let h = 0; h < xe.length; h += 2)
|
|
1022
|
+
xe[h][0](xe[h + 1]);
|
|
1023
|
+
xe.length = 0;
|
|
1008
1024
|
}
|
|
1009
1025
|
}
|
|
1010
1026
|
}
|
|
@@ -1019,12 +1035,12 @@ function lt(e, t = te) {
|
|
|
1019
1035
|
}
|
|
1020
1036
|
return { set: i, update: s, subscribe: a };
|
|
1021
1037
|
}
|
|
1022
|
-
function
|
|
1038
|
+
function Oe(e, t, r) {
|
|
1023
1039
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
1024
1040
|
if (!i.every(Boolean))
|
|
1025
1041
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1026
1042
|
const s = t.length < 2;
|
|
1027
|
-
return
|
|
1043
|
+
return Nn(r, (a, l) => {
|
|
1028
1044
|
let u = !1;
|
|
1029
1045
|
const h = [];
|
|
1030
1046
|
let c = 0, f = te;
|
|
@@ -1035,10 +1051,10 @@ function Re(e, t, r) {
|
|
|
1035
1051
|
const v = t(n ? h[0] : h, a, l);
|
|
1036
1052
|
s ? a(v) : f = Be(v) ? v : te;
|
|
1037
1053
|
}, m = i.map(
|
|
1038
|
-
(v, w) =>
|
|
1054
|
+
(v, w) => pr(
|
|
1039
1055
|
v,
|
|
1040
|
-
(
|
|
1041
|
-
h[w] =
|
|
1056
|
+
(x) => {
|
|
1057
|
+
h[w] = x, c &= ~(1 << w), u && p();
|
|
1042
1058
|
},
|
|
1043
1059
|
() => {
|
|
1044
1060
|
c |= 1 << w;
|
|
@@ -1046,74 +1062,74 @@ function Re(e, t, r) {
|
|
|
1046
1062
|
)
|
|
1047
1063
|
);
|
|
1048
1064
|
return u = !0, p(), function() {
|
|
1049
|
-
|
|
1065
|
+
Re(m), f(), u = !1;
|
|
1050
1066
|
};
|
|
1051
1067
|
});
|
|
1052
1068
|
}
|
|
1053
|
-
function
|
|
1054
|
-
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1069
|
+
function Rn(e) {
|
|
1070
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1055
1071
|
}
|
|
1056
|
-
var
|
|
1057
|
-
return
|
|
1072
|
+
var On = function(t) {
|
|
1073
|
+
return Ln(t) && !Fn(t);
|
|
1058
1074
|
};
|
|
1059
|
-
function
|
|
1075
|
+
function Ln(e) {
|
|
1060
1076
|
return !!e && typeof e == "object";
|
|
1061
1077
|
}
|
|
1062
|
-
function
|
|
1078
|
+
function Fn(e) {
|
|
1063
1079
|
var t = Object.prototype.toString.call(e);
|
|
1064
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1080
|
+
return t === "[object RegExp]" || t === "[object Date]" || Un(e);
|
|
1065
1081
|
}
|
|
1066
|
-
var
|
|
1067
|
-
function
|
|
1068
|
-
return e.$$typeof ===
|
|
1082
|
+
var kn = typeof Symbol == "function" && Symbol.for, Dn = kn ? Symbol.for("react.element") : 60103;
|
|
1083
|
+
function Un(e) {
|
|
1084
|
+
return e.$$typeof === Dn;
|
|
1069
1085
|
}
|
|
1070
|
-
function
|
|
1086
|
+
function $n(e) {
|
|
1071
1087
|
return Array.isArray(e) ? [] : {};
|
|
1072
1088
|
}
|
|
1073
1089
|
function ze(e, t) {
|
|
1074
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? He(
|
|
1090
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? He($n(e), e, t) : e;
|
|
1075
1091
|
}
|
|
1076
|
-
function
|
|
1092
|
+
function Gn(e, t, r) {
|
|
1077
1093
|
return e.concat(t).map(function(n) {
|
|
1078
1094
|
return ze(n, r);
|
|
1079
1095
|
});
|
|
1080
1096
|
}
|
|
1081
|
-
function
|
|
1097
|
+
function jn(e, t) {
|
|
1082
1098
|
if (!t.customMerge)
|
|
1083
1099
|
return He;
|
|
1084
1100
|
var r = t.customMerge(e);
|
|
1085
1101
|
return typeof r == "function" ? r : He;
|
|
1086
1102
|
}
|
|
1087
|
-
function
|
|
1103
|
+
function Vn(e) {
|
|
1088
1104
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1089
1105
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1090
1106
|
}) : [];
|
|
1091
1107
|
}
|
|
1092
|
-
function
|
|
1093
|
-
return Object.keys(e).concat(
|
|
1108
|
+
function Zt(e) {
|
|
1109
|
+
return Object.keys(e).concat(Vn(e));
|
|
1094
1110
|
}
|
|
1095
|
-
function
|
|
1111
|
+
function xr(e, t) {
|
|
1096
1112
|
try {
|
|
1097
1113
|
return t in e;
|
|
1098
1114
|
} catch {
|
|
1099
1115
|
return !1;
|
|
1100
1116
|
}
|
|
1101
1117
|
}
|
|
1102
|
-
function
|
|
1103
|
-
return
|
|
1118
|
+
function zn(e, t) {
|
|
1119
|
+
return xr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1104
1120
|
}
|
|
1105
|
-
function
|
|
1121
|
+
function Wn(e, t, r) {
|
|
1106
1122
|
var n = {};
|
|
1107
|
-
return r.isMergeableObject(e) &&
|
|
1123
|
+
return r.isMergeableObject(e) && Zt(e).forEach(function(i) {
|
|
1108
1124
|
n[i] = ze(e[i], r);
|
|
1109
|
-
}),
|
|
1110
|
-
|
|
1125
|
+
}), Zt(t).forEach(function(i) {
|
|
1126
|
+
zn(e, i) || (xr(e, i) && r.isMergeableObject(t[i]) ? n[i] = jn(i, r)(e[i], t[i], r) : n[i] = ze(t[i], r));
|
|
1111
1127
|
}), n;
|
|
1112
1128
|
}
|
|
1113
1129
|
function He(e, t, r) {
|
|
1114
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1130
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Gn, r.isMergeableObject = r.isMergeableObject || On, r.cloneUnlessOtherwiseSpecified = ze;
|
|
1115
1131
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
|
1116
|
-
return s ? n ? r.arrayMerge(e, t, r) :
|
|
1132
|
+
return s ? n ? r.arrayMerge(e, t, r) : Wn(e, t, r) : ze(t, r);
|
|
1117
1133
|
}
|
|
1118
1134
|
He.all = function(t, r) {
|
|
1119
1135
|
if (!Array.isArray(t))
|
|
@@ -1122,109 +1138,107 @@ He.all = function(t, r) {
|
|
|
1122
1138
|
return He(n, i, r);
|
|
1123
1139
|
}, {});
|
|
1124
1140
|
};
|
|
1125
|
-
var
|
|
1126
|
-
const
|
|
1127
|
-
function
|
|
1128
|
-
var r = t && t.cache ? t.cache :
|
|
1141
|
+
var Xn = He, Zn = Xn;
|
|
1142
|
+
const Yn = /* @__PURE__ */ Rn(Zn);
|
|
1143
|
+
function mt(e, t) {
|
|
1144
|
+
var r = t && t.cache ? t.cache : ti, n = t && t.serializer ? t.serializer : ei, i = t && t.strategy ? t.strategy : Jn;
|
|
1129
1145
|
return i(e, {
|
|
1130
1146
|
cache: r,
|
|
1131
1147
|
serializer: n
|
|
1132
1148
|
});
|
|
1133
1149
|
}
|
|
1134
|
-
function
|
|
1150
|
+
function Qn(e) {
|
|
1135
1151
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1136
1152
|
}
|
|
1137
|
-
function
|
|
1138
|
-
var i =
|
|
1153
|
+
function Tr(e, t, r, n) {
|
|
1154
|
+
var i = Qn(n) ? n : r(n), s = t.get(i);
|
|
1139
1155
|
return typeof s > "u" && (s = e.call(this, n), t.set(i, s)), s;
|
|
1140
1156
|
}
|
|
1141
|
-
function
|
|
1157
|
+
function Cr(e, t, r) {
|
|
1142
1158
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
|
1143
1159
|
return typeof s > "u" && (s = e.apply(this, n), t.set(i, s)), s;
|
|
1144
1160
|
}
|
|
1145
1161
|
function Ot(e, t, r, n, i) {
|
|
1146
1162
|
return r.bind(t, e, n, i);
|
|
1147
1163
|
}
|
|
1148
|
-
function
|
|
1149
|
-
var r = e.length === 1 ?
|
|
1164
|
+
function Jn(e, t) {
|
|
1165
|
+
var r = e.length === 1 ? Tr : Cr;
|
|
1150
1166
|
return Ot(e, this, r, t.cache.create(), t.serializer);
|
|
1151
1167
|
}
|
|
1152
|
-
function
|
|
1153
|
-
return Ot(e, this,
|
|
1168
|
+
function qn(e, t) {
|
|
1169
|
+
return Ot(e, this, Cr, t.cache.create(), t.serializer);
|
|
1154
1170
|
}
|
|
1155
|
-
function
|
|
1156
|
-
return Ot(e, this,
|
|
1171
|
+
function Kn(e, t) {
|
|
1172
|
+
return Ot(e, this, Tr, t.cache.create(), t.serializer);
|
|
1157
1173
|
}
|
|
1158
|
-
var
|
|
1174
|
+
var ei = function() {
|
|
1159
1175
|
return JSON.stringify(arguments);
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
}()
|
|
1172
|
-
), Kn = {
|
|
1176
|
+
};
|
|
1177
|
+
function Lt() {
|
|
1178
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1179
|
+
}
|
|
1180
|
+
Lt.prototype.get = function(e) {
|
|
1181
|
+
return this.cache[e];
|
|
1182
|
+
};
|
|
1183
|
+
Lt.prototype.set = function(e, t) {
|
|
1184
|
+
this.cache[e] = t;
|
|
1185
|
+
};
|
|
1186
|
+
var ti = {
|
|
1173
1187
|
create: function() {
|
|
1174
|
-
return new
|
|
1188
|
+
return new Lt();
|
|
1175
1189
|
}
|
|
1176
|
-
},
|
|
1177
|
-
variadic:
|
|
1178
|
-
monadic:
|
|
1179
|
-
},
|
|
1190
|
+
}, gt = {
|
|
1191
|
+
variadic: qn,
|
|
1192
|
+
monadic: Kn
|
|
1193
|
+
}, E;
|
|
1180
1194
|
(function(e) {
|
|
1181
1195
|
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";
|
|
1182
|
-
})(
|
|
1183
|
-
var
|
|
1196
|
+
})(E || (E = {}));
|
|
1197
|
+
var F;
|
|
1184
1198
|
(function(e) {
|
|
1185
1199
|
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";
|
|
1186
|
-
})(
|
|
1200
|
+
})(F || (F = {}));
|
|
1187
1201
|
var Ie;
|
|
1188
1202
|
(function(e) {
|
|
1189
1203
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1190
1204
|
})(Ie || (Ie = {}));
|
|
1191
|
-
function
|
|
1192
|
-
return e.type ===
|
|
1193
|
-
}
|
|
1194
|
-
function ei(e) {
|
|
1195
|
-
return e.type === k.argument;
|
|
1196
|
-
}
|
|
1197
|
-
function Er(e) {
|
|
1198
|
-
return e.type === k.number;
|
|
1199
|
-
}
|
|
1200
|
-
function Tr(e) {
|
|
1201
|
-
return e.type === k.date;
|
|
1205
|
+
function Yt(e) {
|
|
1206
|
+
return e.type === F.literal;
|
|
1202
1207
|
}
|
|
1203
|
-
function
|
|
1204
|
-
return e.type ===
|
|
1208
|
+
function ri(e) {
|
|
1209
|
+
return e.type === F.argument;
|
|
1205
1210
|
}
|
|
1206
1211
|
function Br(e) {
|
|
1207
|
-
return e.type ===
|
|
1212
|
+
return e.type === F.number;
|
|
1208
1213
|
}
|
|
1209
1214
|
function Sr(e) {
|
|
1210
|
-
return e.type ===
|
|
1211
|
-
}
|
|
1212
|
-
function ti(e) {
|
|
1213
|
-
return e.type === k.pound;
|
|
1215
|
+
return e.type === F.date;
|
|
1214
1216
|
}
|
|
1215
1217
|
function Ar(e) {
|
|
1216
|
-
return e.type ===
|
|
1218
|
+
return e.type === F.time;
|
|
1217
1219
|
}
|
|
1218
1220
|
function Hr(e) {
|
|
1221
|
+
return e.type === F.select;
|
|
1222
|
+
}
|
|
1223
|
+
function Ir(e) {
|
|
1224
|
+
return e.type === F.plural;
|
|
1225
|
+
}
|
|
1226
|
+
function ni(e) {
|
|
1227
|
+
return e.type === F.pound;
|
|
1228
|
+
}
|
|
1229
|
+
function Mr(e) {
|
|
1230
|
+
return e.type === F.tag;
|
|
1231
|
+
}
|
|
1232
|
+
function Nr(e) {
|
|
1219
1233
|
return !!(e && typeof e == "object" && e.type === Ie.number);
|
|
1220
1234
|
}
|
|
1221
|
-
function
|
|
1235
|
+
function Bt(e) {
|
|
1222
1236
|
return !!(e && typeof e == "object" && e.type === Ie.dateTime);
|
|
1223
1237
|
}
|
|
1224
|
-
var
|
|
1225
|
-
function
|
|
1238
|
+
var Rr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ii = /(?:[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;
|
|
1239
|
+
function si(e) {
|
|
1226
1240
|
var t = {};
|
|
1227
|
-
return e.replace(
|
|
1241
|
+
return e.replace(ii, function(r) {
|
|
1228
1242
|
var n = r.length;
|
|
1229
1243
|
switch (r[0]) {
|
|
1230
1244
|
case "G":
|
|
@@ -1313,11 +1327,11 @@ function ni(e) {
|
|
|
1313
1327
|
return "";
|
|
1314
1328
|
}), t;
|
|
1315
1329
|
}
|
|
1316
|
-
var
|
|
1317
|
-
function
|
|
1330
|
+
var ai = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1331
|
+
function oi(e) {
|
|
1318
1332
|
if (e.length === 0)
|
|
1319
1333
|
throw new Error("Number skeleton cannot be empty");
|
|
1320
|
-
for (var t = e.split(
|
|
1334
|
+
for (var t = e.split(ai).filter(function(p) {
|
|
1321
1335
|
return p.length > 0;
|
|
1322
1336
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1323
1337
|
var s = i[n], a = s.split("/");
|
|
@@ -1332,17 +1346,17 @@ function si(e) {
|
|
|
1332
1346
|
}
|
|
1333
1347
|
return r;
|
|
1334
1348
|
}
|
|
1335
|
-
function
|
|
1349
|
+
function li(e) {
|
|
1336
1350
|
return e.replace(/^(.*?)-/, "");
|
|
1337
1351
|
}
|
|
1338
|
-
var
|
|
1339
|
-
function
|
|
1352
|
+
var Qt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Or = /^(@+)?(\+|#+)?[rs]?$/g, ui = /(\*)(0+)|(#+)(0+)|(0+)/g, Lr = /^(0+)$/;
|
|
1353
|
+
function Jt(e) {
|
|
1340
1354
|
var t = {};
|
|
1341
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1355
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Or, function(r, n, i) {
|
|
1342
1356
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
1343
1357
|
}), t;
|
|
1344
1358
|
}
|
|
1345
|
-
function
|
|
1359
|
+
function Fr(e) {
|
|
1346
1360
|
switch (e) {
|
|
1347
1361
|
case "sign-auto":
|
|
1348
1362
|
return {
|
|
@@ -1382,7 +1396,7 @@ function Or(e) {
|
|
|
1382
1396
|
};
|
|
1383
1397
|
}
|
|
1384
1398
|
}
|
|
1385
|
-
function
|
|
1399
|
+
function hi(e) {
|
|
1386
1400
|
var t;
|
|
1387
1401
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1388
1402
|
notation: "engineering"
|
|
@@ -1390,17 +1404,17 @@ function li(e) {
|
|
|
1390
1404
|
notation: "scientific"
|
|
1391
1405
|
}, e = e.slice(1)), t) {
|
|
1392
1406
|
var r = e.slice(0, 2);
|
|
1393
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1407
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Lr.test(e))
|
|
1394
1408
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1395
1409
|
t.minimumIntegerDigits = e.length;
|
|
1396
1410
|
}
|
|
1397
1411
|
return t;
|
|
1398
1412
|
}
|
|
1399
|
-
function
|
|
1400
|
-
var t = {}, r =
|
|
1413
|
+
function qt(e) {
|
|
1414
|
+
var t = {}, r = Fr(e);
|
|
1401
1415
|
return r || t;
|
|
1402
1416
|
}
|
|
1403
|
-
function
|
|
1417
|
+
function ci(e) {
|
|
1404
1418
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1405
1419
|
var i = n[r];
|
|
1406
1420
|
switch (i.stem) {
|
|
@@ -1424,7 +1438,7 @@ function ui(e) {
|
|
|
1424
1438
|
continue;
|
|
1425
1439
|
case "measure-unit":
|
|
1426
1440
|
case "unit":
|
|
1427
|
-
t.style = "unit", t.unit =
|
|
1441
|
+
t.style = "unit", t.unit = li(i.options[0]);
|
|
1428
1442
|
continue;
|
|
1429
1443
|
case "compact-short":
|
|
1430
1444
|
case "K":
|
|
@@ -1436,12 +1450,12 @@ function ui(e) {
|
|
|
1436
1450
|
continue;
|
|
1437
1451
|
case "scientific":
|
|
1438
1452
|
t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
|
1439
|
-
return S(S({}, u),
|
|
1453
|
+
return S(S({}, u), qt(h));
|
|
1440
1454
|
}, {}));
|
|
1441
1455
|
continue;
|
|
1442
1456
|
case "engineering":
|
|
1443
1457
|
t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
|
1444
|
-
return S(S({}, u),
|
|
1458
|
+
return S(S({}, u), qt(h));
|
|
1445
1459
|
}, {}));
|
|
1446
1460
|
continue;
|
|
1447
1461
|
case "notation-simple":
|
|
@@ -1486,7 +1500,7 @@ function ui(e) {
|
|
|
1486
1500
|
case "integer-width":
|
|
1487
1501
|
if (i.options.length > 1)
|
|
1488
1502
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1489
|
-
i.options[0].replace(
|
|
1503
|
+
i.options[0].replace(ui, function(u, h, c, f, p, m) {
|
|
1490
1504
|
if (h)
|
|
1491
1505
|
t.minimumIntegerDigits = c.length;
|
|
1492
1506
|
else {
|
|
@@ -1499,27 +1513,27 @@ function ui(e) {
|
|
|
1499
1513
|
});
|
|
1500
1514
|
continue;
|
|
1501
1515
|
}
|
|
1502
|
-
if (
|
|
1516
|
+
if (Lr.test(i.stem)) {
|
|
1503
1517
|
t.minimumIntegerDigits = i.stem.length;
|
|
1504
1518
|
continue;
|
|
1505
1519
|
}
|
|
1506
|
-
if (
|
|
1520
|
+
if (Qt.test(i.stem)) {
|
|
1507
1521
|
if (i.options.length > 1)
|
|
1508
1522
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1509
|
-
i.stem.replace(
|
|
1523
|
+
i.stem.replace(Qt, function(u, h, c, f, p, m) {
|
|
1510
1524
|
return c === "*" ? t.minimumFractionDigits = h.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : p && m ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + m.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
|
1511
1525
|
});
|
|
1512
1526
|
var s = i.options[0];
|
|
1513
|
-
s === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = S(S({}, t),
|
|
1527
|
+
s === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = S(S({}, t), Jt(s)));
|
|
1514
1528
|
continue;
|
|
1515
1529
|
}
|
|
1516
|
-
if (
|
|
1517
|
-
t = S(S({}, t),
|
|
1530
|
+
if (Or.test(i.stem)) {
|
|
1531
|
+
t = S(S({}, t), Jt(i.stem));
|
|
1518
1532
|
continue;
|
|
1519
1533
|
}
|
|
1520
|
-
var a =
|
|
1534
|
+
var a = Fr(i.stem);
|
|
1521
1535
|
a && (t = S(S({}, t), a));
|
|
1522
|
-
var l =
|
|
1536
|
+
var l = hi(i.stem);
|
|
1523
1537
|
l && (t = S(S({}, t), l));
|
|
1524
1538
|
}
|
|
1525
1539
|
return t;
|
|
@@ -2939,13 +2953,13 @@ var et = {
|
|
|
2939
2953
|
"h"
|
|
2940
2954
|
]
|
|
2941
2955
|
};
|
|
2942
|
-
function
|
|
2956
|
+
function fi(e, t) {
|
|
2943
2957
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2944
2958
|
var i = e.charAt(n);
|
|
2945
2959
|
if (i === "j") {
|
|
2946
2960
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2947
2961
|
s++, n++;
|
|
2948
|
-
var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), u = "a", h =
|
|
2962
|
+
var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), u = "a", h = di(t);
|
|
2949
2963
|
for ((h == "H" || h == "k") && (l = 0); l-- > 0; )
|
|
2950
2964
|
r += u;
|
|
2951
2965
|
for (; a-- > 0; )
|
|
@@ -2955,7 +2969,7 @@ function hi(e, t) {
|
|
|
2955
2969
|
}
|
|
2956
2970
|
return r;
|
|
2957
2971
|
}
|
|
2958
|
-
function
|
|
2972
|
+
function di(e) {
|
|
2959
2973
|
var t = e.hourCycle;
|
|
2960
2974
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2961
2975
|
e.hourCycles && // @ts-ignore
|
|
@@ -2977,20 +2991,20 @@ function ci(e) {
|
|
|
2977
2991
|
var i = et[n || ""] || et[r || ""] || et["".concat(r, "-001")] || et["001"];
|
|
2978
2992
|
return i[0];
|
|
2979
2993
|
}
|
|
2980
|
-
var
|
|
2994
|
+
var bt, pi = new RegExp("^".concat(Rr.source, "*")), mi = new RegExp("".concat(Rr.source, "*$"));
|
|
2981
2995
|
function C(e, t) {
|
|
2982
2996
|
return { start: e, end: t };
|
|
2983
2997
|
}
|
|
2984
|
-
var
|
|
2998
|
+
var gi = !!String.prototype.startsWith && "_a".startsWith("a", 1), bi = !!String.fromCodePoint, wi = !!Object.fromEntries, vi = !!String.prototype.codePointAt, yi = !!String.prototype.trimStart, Pi = !!String.prototype.trimEnd, _i = !!Number.isSafeInteger, Ei = _i ? Number.isSafeInteger : function(e) {
|
|
2985
2999
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2986
|
-
},
|
|
3000
|
+
}, St = !0;
|
|
2987
3001
|
try {
|
|
2988
|
-
var
|
|
2989
|
-
|
|
3002
|
+
var xi = Dr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3003
|
+
St = ((bt = xi.exec("a")) === null || bt === void 0 ? void 0 : bt[0]) === "a";
|
|
2990
3004
|
} catch {
|
|
2991
|
-
|
|
3005
|
+
St = !1;
|
|
2992
3006
|
}
|
|
2993
|
-
var
|
|
3007
|
+
var Kt = gi ? (
|
|
2994
3008
|
// Native
|
|
2995
3009
|
function(t, r, n) {
|
|
2996
3010
|
return t.startsWith(r, n);
|
|
@@ -3000,7 +3014,7 @@ var Jt = pi ? (
|
|
|
3000
3014
|
function(t, r, n) {
|
|
3001
3015
|
return t.slice(n, n + r.length) === r;
|
|
3002
3016
|
}
|
|
3003
|
-
),
|
|
3017
|
+
), At = bi ? String.fromCodePoint : (
|
|
3004
3018
|
// IE11
|
|
3005
3019
|
function() {
|
|
3006
3020
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3012,9 +3026,9 @@ var Jt = pi ? (
|
|
|
3012
3026
|
}
|
|
3013
3027
|
return n;
|
|
3014
3028
|
}
|
|
3015
|
-
),
|
|
3029
|
+
), er = (
|
|
3016
3030
|
// native
|
|
3017
|
-
|
|
3031
|
+
wi ? Object.fromEntries : (
|
|
3018
3032
|
// Ponyfill
|
|
3019
3033
|
function(t) {
|
|
3020
3034
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3024,7 +3038,7 @@ var Jt = pi ? (
|
|
|
3024
3038
|
return r;
|
|
3025
3039
|
}
|
|
3026
3040
|
)
|
|
3027
|
-
),
|
|
3041
|
+
), kr = vi ? (
|
|
3028
3042
|
// Native
|
|
3029
3043
|
function(t, r) {
|
|
3030
3044
|
return t.codePointAt(r);
|
|
@@ -3038,7 +3052,7 @@ var Jt = pi ? (
|
|
|
3038
3052
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
3039
3053
|
}
|
|
3040
3054
|
}
|
|
3041
|
-
),
|
|
3055
|
+
), Ti = yi ? (
|
|
3042
3056
|
// Native
|
|
3043
3057
|
function(t) {
|
|
3044
3058
|
return t.trimStart();
|
|
@@ -3046,9 +3060,9 @@ var Jt = pi ? (
|
|
|
3046
3060
|
) : (
|
|
3047
3061
|
// Ponyfill
|
|
3048
3062
|
function(t) {
|
|
3049
|
-
return t.replace(
|
|
3063
|
+
return t.replace(pi, "");
|
|
3050
3064
|
}
|
|
3051
|
-
),
|
|
3065
|
+
), Ci = Pi ? (
|
|
3052
3066
|
// Native
|
|
3053
3067
|
function(t) {
|
|
3054
3068
|
return t.trimEnd();
|
|
@@ -3056,32 +3070,32 @@ var Jt = pi ? (
|
|
|
3056
3070
|
) : (
|
|
3057
3071
|
// Ponyfill
|
|
3058
3072
|
function(t) {
|
|
3059
|
-
return t.replace(
|
|
3073
|
+
return t.replace(mi, "");
|
|
3060
3074
|
}
|
|
3061
3075
|
);
|
|
3062
|
-
function
|
|
3076
|
+
function Dr(e, t) {
|
|
3063
3077
|
return new RegExp(e, t);
|
|
3064
3078
|
}
|
|
3065
|
-
var
|
|
3066
|
-
if (
|
|
3067
|
-
var
|
|
3068
|
-
|
|
3079
|
+
var Ht;
|
|
3080
|
+
if (St) {
|
|
3081
|
+
var tr = Dr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3082
|
+
Ht = function(t, r) {
|
|
3069
3083
|
var n;
|
|
3070
|
-
|
|
3071
|
-
var i =
|
|
3084
|
+
tr.lastIndex = r;
|
|
3085
|
+
var i = tr.exec(t);
|
|
3072
3086
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3073
3087
|
};
|
|
3074
3088
|
} else
|
|
3075
|
-
|
|
3089
|
+
Ht = function(t, r) {
|
|
3076
3090
|
for (var n = []; ; ) {
|
|
3077
|
-
var i =
|
|
3078
|
-
if (i === void 0 ||
|
|
3091
|
+
var i = kr(t, r);
|
|
3092
|
+
if (i === void 0 || Ur(i) || Hi(i))
|
|
3079
3093
|
break;
|
|
3080
3094
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3081
3095
|
}
|
|
3082
|
-
return
|
|
3096
|
+
return At.apply(void 0, n);
|
|
3083
3097
|
};
|
|
3084
|
-
var
|
|
3098
|
+
var Bi = (
|
|
3085
3099
|
/** @class */
|
|
3086
3100
|
function() {
|
|
3087
3101
|
function e(t, r) {
|
|
@@ -3105,14 +3119,14 @@ var Ti = (
|
|
|
3105
3119
|
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3106
3120
|
var l = this.clonePosition();
|
|
3107
3121
|
this.bump(), i.push({
|
|
3108
|
-
type:
|
|
3122
|
+
type: F.pound,
|
|
3109
3123
|
location: C(l, this.clonePosition())
|
|
3110
3124
|
});
|
|
3111
3125
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3112
3126
|
if (n)
|
|
3113
3127
|
break;
|
|
3114
|
-
return this.error(
|
|
3115
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
3128
|
+
return this.error(E.UNMATCHED_CLOSING_TAG, C(this.clonePosition(), this.clonePosition()));
|
|
3129
|
+
} else if (s === 60 && !this.ignoreTag && It(this.peek() || 0)) {
|
|
3116
3130
|
var a = this.parseTag(t, r);
|
|
3117
3131
|
if (a.err)
|
|
3118
3132
|
return a;
|
|
@@ -3133,7 +3147,7 @@ var Ti = (
|
|
|
3133
3147
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3134
3148
|
return {
|
|
3135
3149
|
val: {
|
|
3136
|
-
type:
|
|
3150
|
+
type: F.literal,
|
|
3137
3151
|
value: "<".concat(i, "/>"),
|
|
3138
3152
|
location: C(n, this.clonePosition())
|
|
3139
3153
|
},
|
|
@@ -3145,25 +3159,25 @@ var Ti = (
|
|
|
3145
3159
|
return s;
|
|
3146
3160
|
var a = s.val, l = this.clonePosition();
|
|
3147
3161
|
if (this.bumpIf("</")) {
|
|
3148
|
-
if (this.isEOF() || !
|
|
3149
|
-
return this.error(
|
|
3162
|
+
if (this.isEOF() || !It(this.char()))
|
|
3163
|
+
return this.error(E.INVALID_TAG, C(l, this.clonePosition()));
|
|
3150
3164
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3151
|
-
return i !== h ? this.error(
|
|
3165
|
+
return i !== h ? this.error(E.UNMATCHED_CLOSING_TAG, C(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3152
3166
|
val: {
|
|
3153
|
-
type:
|
|
3167
|
+
type: F.tag,
|
|
3154
3168
|
value: i,
|
|
3155
3169
|
children: a,
|
|
3156
3170
|
location: C(n, this.clonePosition())
|
|
3157
3171
|
},
|
|
3158
3172
|
err: null
|
|
3159
|
-
} : this.error(
|
|
3173
|
+
} : this.error(E.INVALID_TAG, C(l, this.clonePosition())));
|
|
3160
3174
|
} else
|
|
3161
|
-
return this.error(
|
|
3175
|
+
return this.error(E.UNCLOSED_TAG, C(n, this.clonePosition()));
|
|
3162
3176
|
} else
|
|
3163
|
-
return this.error(
|
|
3177
|
+
return this.error(E.INVALID_TAG, C(n, this.clonePosition()));
|
|
3164
3178
|
}, e.prototype.parseTagName = function() {
|
|
3165
3179
|
var t = this.offset();
|
|
3166
|
-
for (this.bump(); !this.isEOF() &&
|
|
3180
|
+
for (this.bump(); !this.isEOF() && Ai(this.char()); )
|
|
3167
3181
|
this.bump();
|
|
3168
3182
|
return this.message.slice(t, this.offset());
|
|
3169
3183
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3187,12 +3201,12 @@ var Ti = (
|
|
|
3187
3201
|
}
|
|
3188
3202
|
var u = C(n, this.clonePosition());
|
|
3189
3203
|
return {
|
|
3190
|
-
val: { type:
|
|
3204
|
+
val: { type: F.literal, value: i, location: u },
|
|
3191
3205
|
err: null
|
|
3192
3206
|
};
|
|
3193
3207
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3194
3208
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3195
|
-
!
|
|
3209
|
+
!Si(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3196
3210
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3197
3211
|
if (this.isEOF() || this.char() !== 39)
|
|
3198
3212
|
return null;
|
|
@@ -3226,28 +3240,28 @@ var Ti = (
|
|
|
3226
3240
|
r.push(n);
|
|
3227
3241
|
this.bump();
|
|
3228
3242
|
}
|
|
3229
|
-
return
|
|
3243
|
+
return At.apply(void 0, r);
|
|
3230
3244
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3231
3245
|
if (this.isEOF())
|
|
3232
3246
|
return null;
|
|
3233
3247
|
var n = this.char();
|
|
3234
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3248
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), At(n));
|
|
3235
3249
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3236
3250
|
var n = this.clonePosition();
|
|
3237
3251
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3238
|
-
return this.error(
|
|
3252
|
+
return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
|
|
3239
3253
|
if (this.char() === 125)
|
|
3240
|
-
return this.bump(), this.error(
|
|
3254
|
+
return this.bump(), this.error(E.EMPTY_ARGUMENT, C(n, this.clonePosition()));
|
|
3241
3255
|
var i = this.parseIdentifierIfPossible().value;
|
|
3242
3256
|
if (!i)
|
|
3243
|
-
return this.error(
|
|
3257
|
+
return this.error(E.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
|
|
3244
3258
|
if (this.bumpSpace(), this.isEOF())
|
|
3245
|
-
return this.error(
|
|
3259
|
+
return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
|
|
3246
3260
|
switch (this.char()) {
|
|
3247
3261
|
case 125:
|
|
3248
3262
|
return this.bump(), {
|
|
3249
3263
|
val: {
|
|
3250
|
-
type:
|
|
3264
|
+
type: F.argument,
|
|
3251
3265
|
// value does not include the opening and closing braces.
|
|
3252
3266
|
value: i,
|
|
3253
3267
|
location: C(n, this.clonePosition())
|
|
@@ -3255,12 +3269,12 @@ var Ti = (
|
|
|
3255
3269
|
err: null
|
|
3256
3270
|
};
|
|
3257
3271
|
case 44:
|
|
3258
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(
|
|
3272
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3259
3273
|
default:
|
|
3260
|
-
return this.error(
|
|
3274
|
+
return this.error(E.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
|
|
3261
3275
|
}
|
|
3262
3276
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3263
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3277
|
+
var t = this.clonePosition(), r = this.offset(), n = Ht(this.message, r), i = r + n.length;
|
|
3264
3278
|
this.bumpTo(i);
|
|
3265
3279
|
var s = this.clonePosition(), a = C(t, s);
|
|
3266
3280
|
return { value: n, location: a };
|
|
@@ -3268,7 +3282,7 @@ var Ti = (
|
|
|
3268
3282
|
var s, a = this.clonePosition(), l = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3269
3283
|
switch (l) {
|
|
3270
3284
|
case "":
|
|
3271
|
-
return this.error(
|
|
3285
|
+
return this.error(E.EXPECT_ARGUMENT_TYPE, C(a, u));
|
|
3272
3286
|
case "number":
|
|
3273
3287
|
case "date":
|
|
3274
3288
|
case "time": {
|
|
@@ -3279,9 +3293,9 @@ var Ti = (
|
|
|
3279
3293
|
var c = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
|
3280
3294
|
if (f.err)
|
|
3281
3295
|
return f;
|
|
3282
|
-
var p =
|
|
3296
|
+
var p = Ci(f.val);
|
|
3283
3297
|
if (p.length === 0)
|
|
3284
|
-
return this.error(
|
|
3298
|
+
return this.error(E.EXPECT_ARGUMENT_STYLE, C(this.clonePosition(), this.clonePosition()));
|
|
3285
3299
|
var m = C(c, this.clonePosition());
|
|
3286
3300
|
h = { style: p, styleLocation: m };
|
|
3287
3301
|
}
|
|
@@ -3289,25 +3303,25 @@ var Ti = (
|
|
|
3289
3303
|
if (v.err)
|
|
3290
3304
|
return v;
|
|
3291
3305
|
var w = C(i, this.clonePosition());
|
|
3292
|
-
if (h &&
|
|
3293
|
-
var
|
|
3306
|
+
if (h && Kt(h?.style, "::", 0)) {
|
|
3307
|
+
var x = Ti(h.style.slice(2));
|
|
3294
3308
|
if (l === "number") {
|
|
3295
|
-
var f = this.parseNumberSkeletonFromString(
|
|
3309
|
+
var f = this.parseNumberSkeletonFromString(x, h.styleLocation);
|
|
3296
3310
|
return f.err ? f : {
|
|
3297
|
-
val: { type:
|
|
3311
|
+
val: { type: F.number, value: n, location: w, style: f.val },
|
|
3298
3312
|
err: null
|
|
3299
3313
|
};
|
|
3300
3314
|
} else {
|
|
3301
|
-
if (
|
|
3302
|
-
return this.error(
|
|
3303
|
-
var y =
|
|
3304
|
-
this.locale && (y =
|
|
3315
|
+
if (x.length === 0)
|
|
3316
|
+
return this.error(E.EXPECT_DATE_TIME_SKELETON, w);
|
|
3317
|
+
var y = x;
|
|
3318
|
+
this.locale && (y = fi(x, this.locale));
|
|
3305
3319
|
var p = {
|
|
3306
3320
|
type: Ie.dateTime,
|
|
3307
3321
|
pattern: y,
|
|
3308
3322
|
location: h.styleLocation,
|
|
3309
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3310
|
-
}, B = l === "date" ?
|
|
3323
|
+
parsedOptions: this.shouldParseSkeletons ? si(y) : {}
|
|
3324
|
+
}, B = l === "date" ? F.date : F.time;
|
|
3311
3325
|
return {
|
|
3312
3326
|
val: { type: B, value: n, location: w, style: p },
|
|
3313
3327
|
err: null
|
|
@@ -3316,7 +3330,7 @@ var Ti = (
|
|
|
3316
3330
|
}
|
|
3317
3331
|
return {
|
|
3318
3332
|
val: {
|
|
3319
|
-
type: l === "number" ?
|
|
3333
|
+
type: l === "number" ? F.number : l === "date" ? F.date : F.time,
|
|
3320
3334
|
value: n,
|
|
3321
3335
|
location: w,
|
|
3322
3336
|
style: (s = h?.style) !== null && s !== void 0 ? s : null
|
|
@@ -3329,38 +3343,38 @@ var Ti = (
|
|
|
3329
3343
|
case "select": {
|
|
3330
3344
|
var L = this.clonePosition();
|
|
3331
3345
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3332
|
-
return this.error(
|
|
3346
|
+
return this.error(E.EXPECT_SELECT_ARGUMENT_OPTIONS, C(L, S({}, L)));
|
|
3333
3347
|
this.bumpSpace();
|
|
3334
3348
|
var D = this.parseIdentifierIfPossible(), U = 0;
|
|
3335
3349
|
if (l !== "select" && D.value === "offset") {
|
|
3336
3350
|
if (!this.bumpIf(":"))
|
|
3337
|
-
return this.error(
|
|
3351
|
+
return this.error(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, C(this.clonePosition(), this.clonePosition()));
|
|
3338
3352
|
this.bumpSpace();
|
|
3339
|
-
var f = this.tryParseDecimalInteger(
|
|
3353
|
+
var f = this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, E.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3340
3354
|
if (f.err)
|
|
3341
3355
|
return f;
|
|
3342
3356
|
this.bumpSpace(), D = this.parseIdentifierIfPossible(), U = f.val;
|
|
3343
3357
|
}
|
|
3344
|
-
var
|
|
3345
|
-
if (
|
|
3346
|
-
return
|
|
3358
|
+
var O = this.tryParsePluralOrSelectOptions(t, l, r, D);
|
|
3359
|
+
if (O.err)
|
|
3360
|
+
return O;
|
|
3347
3361
|
var v = this.tryParseArgumentClose(i);
|
|
3348
3362
|
if (v.err)
|
|
3349
3363
|
return v;
|
|
3350
3364
|
var X = C(i, this.clonePosition());
|
|
3351
3365
|
return l === "select" ? {
|
|
3352
3366
|
val: {
|
|
3353
|
-
type:
|
|
3367
|
+
type: F.select,
|
|
3354
3368
|
value: n,
|
|
3355
|
-
options:
|
|
3369
|
+
options: er(O.val),
|
|
3356
3370
|
location: X
|
|
3357
3371
|
},
|
|
3358
3372
|
err: null
|
|
3359
3373
|
} : {
|
|
3360
3374
|
val: {
|
|
3361
|
-
type:
|
|
3375
|
+
type: F.plural,
|
|
3362
3376
|
value: n,
|
|
3363
|
-
options:
|
|
3377
|
+
options: er(O.val),
|
|
3364
3378
|
offset: U,
|
|
3365
3379
|
pluralType: l === "plural" ? "cardinal" : "ordinal",
|
|
3366
3380
|
location: X
|
|
@@ -3369,10 +3383,10 @@ var Ti = (
|
|
|
3369
3383
|
};
|
|
3370
3384
|
}
|
|
3371
3385
|
default:
|
|
3372
|
-
return this.error(
|
|
3386
|
+
return this.error(E.INVALID_ARGUMENT_TYPE, C(a, u));
|
|
3373
3387
|
}
|
|
3374
3388
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3375
|
-
return this.isEOF() || this.char() !== 125 ? this.error(
|
|
3389
|
+
return this.isEOF() || this.char() !== 125 ? this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE, C(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3376
3390
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3377
3391
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3378
3392
|
var n = this.char();
|
|
@@ -3381,7 +3395,7 @@ var Ti = (
|
|
|
3381
3395
|
this.bump();
|
|
3382
3396
|
var i = this.clonePosition();
|
|
3383
3397
|
if (!this.bumpUntil("'"))
|
|
3384
|
-
return this.error(
|
|
3398
|
+
return this.error(E.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(i, this.clonePosition()));
|
|
3385
3399
|
this.bump();
|
|
3386
3400
|
break;
|
|
3387
3401
|
}
|
|
@@ -3411,16 +3425,16 @@ var Ti = (
|
|
|
3411
3425
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3412
3426
|
var n = [];
|
|
3413
3427
|
try {
|
|
3414
|
-
n =
|
|
3428
|
+
n = oi(t);
|
|
3415
3429
|
} catch {
|
|
3416
|
-
return this.error(
|
|
3430
|
+
return this.error(E.INVALID_NUMBER_SKELETON, r);
|
|
3417
3431
|
}
|
|
3418
3432
|
return {
|
|
3419
3433
|
val: {
|
|
3420
3434
|
type: Ie.number,
|
|
3421
3435
|
tokens: n,
|
|
3422
3436
|
location: r,
|
|
3423
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3437
|
+
parsedOptions: this.shouldParseSkeletons ? ci(n) : {}
|
|
3424
3438
|
},
|
|
3425
3439
|
err: null
|
|
3426
3440
|
};
|
|
@@ -3429,7 +3443,7 @@ var Ti = (
|
|
|
3429
3443
|
if (h.length === 0) {
|
|
3430
3444
|
var f = this.clonePosition();
|
|
3431
3445
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3432
|
-
var p = this.tryParseDecimalInteger(
|
|
3446
|
+
var p = this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_SELECTOR, E.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3433
3447
|
if (p.err)
|
|
3434
3448
|
return p;
|
|
3435
3449
|
c = C(f, this.clonePosition()), h = this.message.slice(f.offset, this.offset());
|
|
@@ -3437,11 +3451,11 @@ var Ti = (
|
|
|
3437
3451
|
break;
|
|
3438
3452
|
}
|
|
3439
3453
|
if (u.has(h))
|
|
3440
|
-
return this.error(r === "select" ?
|
|
3454
|
+
return this.error(r === "select" ? E.DUPLICATE_SELECT_ARGUMENT_SELECTOR : E.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
|
|
3441
3455
|
h === "other" && (a = !0), this.bumpSpace();
|
|
3442
3456
|
var m = this.clonePosition();
|
|
3443
3457
|
if (!this.bumpIf("{"))
|
|
3444
|
-
return this.error(r === "select" ?
|
|
3458
|
+
return this.error(r === "select" ? E.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : E.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, C(this.clonePosition(), this.clonePosition()));
|
|
3445
3459
|
var v = this.parseMessage(t + 1, r, n);
|
|
3446
3460
|
if (v.err)
|
|
3447
3461
|
return v;
|
|
@@ -3456,7 +3470,7 @@ var Ti = (
|
|
|
3456
3470
|
}
|
|
3457
3471
|
]), u.add(h), this.bumpSpace(), s = this.parseIdentifierIfPossible(), h = s.value, c = s.location;
|
|
3458
3472
|
}
|
|
3459
|
-
return l.length === 0 ? this.error(r === "select" ?
|
|
3473
|
+
return l.length === 0 ? this.error(r === "select" ? E.EXPECT_SELECT_ARGUMENT_SELECTOR : E.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(E.MISSING_OTHER_CLAUSE, C(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
|
|
3460
3474
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3461
3475
|
var n = 1, i = this.clonePosition();
|
|
3462
3476
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3468,7 +3482,7 @@ var Ti = (
|
|
|
3468
3482
|
break;
|
|
3469
3483
|
}
|
|
3470
3484
|
var u = C(i, this.clonePosition());
|
|
3471
|
-
return s ? (a *= n,
|
|
3485
|
+
return s ? (a *= n, Ei(a) ? { val: a, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3472
3486
|
}, e.prototype.offset = function() {
|
|
3473
3487
|
return this.position.offset;
|
|
3474
3488
|
}, e.prototype.isEOF = function() {
|
|
@@ -3483,7 +3497,7 @@ var Ti = (
|
|
|
3483
3497
|
var t = this.position.offset;
|
|
3484
3498
|
if (t >= this.message.length)
|
|
3485
3499
|
throw Error("out of bound");
|
|
3486
|
-
var r =
|
|
3500
|
+
var r = kr(this.message, t);
|
|
3487
3501
|
if (r === void 0)
|
|
3488
3502
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3489
3503
|
return r;
|
|
@@ -3502,7 +3516,7 @@ var Ti = (
|
|
|
3502
3516
|
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);
|
|
3503
3517
|
}
|
|
3504
3518
|
}, e.prototype.bumpIf = function(t) {
|
|
3505
|
-
if (
|
|
3519
|
+
if (Kt(this.message, t, this.offset())) {
|
|
3506
3520
|
for (var r = 0; r < t.length; r++)
|
|
3507
3521
|
this.bump();
|
|
3508
3522
|
return !0;
|
|
@@ -3524,7 +3538,7 @@ var Ti = (
|
|
|
3524
3538
|
break;
|
|
3525
3539
|
}
|
|
3526
3540
|
}, e.prototype.bumpSpace = function() {
|
|
3527
|
-
for (; !this.isEOF() &&
|
|
3541
|
+
for (; !this.isEOF() && Ur(this.char()); )
|
|
3528
3542
|
this.bump();
|
|
3529
3543
|
}, e.prototype.peek = function() {
|
|
3530
3544
|
if (this.isEOF())
|
|
@@ -3534,38 +3548,38 @@ var Ti = (
|
|
|
3534
3548
|
}, e;
|
|
3535
3549
|
}()
|
|
3536
3550
|
);
|
|
3537
|
-
function
|
|
3551
|
+
function It(e) {
|
|
3538
3552
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3539
3553
|
}
|
|
3540
|
-
function
|
|
3541
|
-
return
|
|
3554
|
+
function Si(e) {
|
|
3555
|
+
return It(e) || e === 47;
|
|
3542
3556
|
}
|
|
3543
|
-
function
|
|
3557
|
+
function Ai(e) {
|
|
3544
3558
|
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;
|
|
3545
3559
|
}
|
|
3546
|
-
function
|
|
3560
|
+
function Ur(e) {
|
|
3547
3561
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3548
3562
|
}
|
|
3549
|
-
function
|
|
3563
|
+
function Hi(e) {
|
|
3550
3564
|
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;
|
|
3551
3565
|
}
|
|
3552
|
-
function
|
|
3566
|
+
function Mt(e) {
|
|
3553
3567
|
e.forEach(function(t) {
|
|
3554
|
-
if (delete t.location,
|
|
3568
|
+
if (delete t.location, Hr(t) || Ir(t))
|
|
3555
3569
|
for (var r in t.options)
|
|
3556
|
-
delete t.options[r].location,
|
|
3570
|
+
delete t.options[r].location, Mt(t.options[r].value);
|
|
3557
3571
|
else
|
|
3558
|
-
|
|
3572
|
+
Br(t) && Nr(t.style) || (Sr(t) || Ar(t)) && Bt(t.style) ? delete t.style.location : Mr(t) && Mt(t.children);
|
|
3559
3573
|
});
|
|
3560
3574
|
}
|
|
3561
|
-
function
|
|
3575
|
+
function Ii(e, t) {
|
|
3562
3576
|
t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3563
|
-
var r = new
|
|
3577
|
+
var r = new Bi(e, t).parse();
|
|
3564
3578
|
if (r.err) {
|
|
3565
|
-
var n = SyntaxError(
|
|
3579
|
+
var n = SyntaxError(E[r.err.kind]);
|
|
3566
3580
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3567
3581
|
}
|
|
3568
|
-
return t?.captureLocation ||
|
|
3582
|
+
return t?.captureLocation || Mt(r.val), r.val;
|
|
3569
3583
|
}
|
|
3570
3584
|
var Me;
|
|
3571
3585
|
(function(e) {
|
|
@@ -3583,7 +3597,7 @@ var ut = (
|
|
|
3583
3597
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3584
3598
|
}, t;
|
|
3585
3599
|
}(Error)
|
|
3586
|
-
),
|
|
3600
|
+
), rr = (
|
|
3587
3601
|
/** @class */
|
|
3588
3602
|
function(e) {
|
|
3589
3603
|
ae(t, e);
|
|
@@ -3592,7 +3606,7 @@ var ut = (
|
|
|
3592
3606
|
}
|
|
3593
3607
|
return t;
|
|
3594
3608
|
}(ut)
|
|
3595
|
-
),
|
|
3609
|
+
), Mi = (
|
|
3596
3610
|
/** @class */
|
|
3597
3611
|
function(e) {
|
|
3598
3612
|
ae(t, e);
|
|
@@ -3601,7 +3615,7 @@ var ut = (
|
|
|
3601
3615
|
}
|
|
3602
3616
|
return t;
|
|
3603
3617
|
}(ut)
|
|
3604
|
-
),
|
|
3618
|
+
), Ni = (
|
|
3605
3619
|
/** @class */
|
|
3606
3620
|
function(e) {
|
|
3607
3621
|
ae(t, e);
|
|
@@ -3614,17 +3628,17 @@ var ut = (
|
|
|
3614
3628
|
(function(e) {
|
|
3615
3629
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3616
3630
|
})(W || (W = {}));
|
|
3617
|
-
function
|
|
3631
|
+
function Ri(e) {
|
|
3618
3632
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3619
3633
|
var n = t[t.length - 1];
|
|
3620
3634
|
return !n || n.type !== W.literal || r.type !== W.literal ? t.push(r) : n.value += r.value, t;
|
|
3621
3635
|
}, []);
|
|
3622
3636
|
}
|
|
3623
|
-
function
|
|
3637
|
+
function Oi(e) {
|
|
3624
3638
|
return typeof e == "function";
|
|
3625
3639
|
}
|
|
3626
3640
|
function nt(e, t, r, n, i, s, a) {
|
|
3627
|
-
if (e.length === 1 &&
|
|
3641
|
+
if (e.length === 1 && Yt(e[0]))
|
|
3628
3642
|
return [
|
|
3629
3643
|
{
|
|
3630
3644
|
type: W.literal,
|
|
@@ -3633,14 +3647,14 @@ function nt(e, t, r, n, i, s, a) {
|
|
|
3633
3647
|
];
|
|
3634
3648
|
for (var l = [], u = 0, h = e; u < h.length; u++) {
|
|
3635
3649
|
var c = h[u];
|
|
3636
|
-
if (
|
|
3650
|
+
if (Yt(c)) {
|
|
3637
3651
|
l.push({
|
|
3638
3652
|
type: W.literal,
|
|
3639
3653
|
value: c.value
|
|
3640
3654
|
});
|
|
3641
3655
|
continue;
|
|
3642
3656
|
}
|
|
3643
|
-
if (
|
|
3657
|
+
if (ni(c)) {
|
|
3644
3658
|
typeof s == "number" && l.push({
|
|
3645
3659
|
type: W.literal,
|
|
3646
3660
|
value: r.getNumberFormat(t).format(s)
|
|
@@ -3649,44 +3663,44 @@ function nt(e, t, r, n, i, s, a) {
|
|
|
3649
3663
|
}
|
|
3650
3664
|
var f = c.value;
|
|
3651
3665
|
if (!(i && f in i))
|
|
3652
|
-
throw new
|
|
3666
|
+
throw new Ni(f, a);
|
|
3653
3667
|
var p = i[f];
|
|
3654
|
-
if (
|
|
3668
|
+
if (ri(c)) {
|
|
3655
3669
|
(!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
|
|
3656
3670
|
type: typeof p == "string" ? W.literal : W.object,
|
|
3657
3671
|
value: p
|
|
3658
3672
|
});
|
|
3659
3673
|
continue;
|
|
3660
3674
|
}
|
|
3661
|
-
if (
|
|
3662
|
-
var m = typeof c.style == "string" ? n.date[c.style] :
|
|
3675
|
+
if (Sr(c)) {
|
|
3676
|
+
var m = typeof c.style == "string" ? n.date[c.style] : Bt(c.style) ? c.style.parsedOptions : void 0;
|
|
3663
3677
|
l.push({
|
|
3664
3678
|
type: W.literal,
|
|
3665
3679
|
value: r.getDateTimeFormat(t, m).format(p)
|
|
3666
3680
|
});
|
|
3667
3681
|
continue;
|
|
3668
3682
|
}
|
|
3669
|
-
if (
|
|
3670
|
-
var m = typeof c.style == "string" ? n.time[c.style] :
|
|
3683
|
+
if (Ar(c)) {
|
|
3684
|
+
var m = typeof c.style == "string" ? n.time[c.style] : Bt(c.style) ? c.style.parsedOptions : n.time.medium;
|
|
3671
3685
|
l.push({
|
|
3672
3686
|
type: W.literal,
|
|
3673
3687
|
value: r.getDateTimeFormat(t, m).format(p)
|
|
3674
3688
|
});
|
|
3675
3689
|
continue;
|
|
3676
3690
|
}
|
|
3677
|
-
if (
|
|
3678
|
-
var m = typeof c.style == "string" ? n.number[c.style] :
|
|
3691
|
+
if (Br(c)) {
|
|
3692
|
+
var m = typeof c.style == "string" ? n.number[c.style] : Nr(c.style) ? c.style.parsedOptions : void 0;
|
|
3679
3693
|
m && m.scale && (p = p * (m.scale || 1)), l.push({
|
|
3680
3694
|
type: W.literal,
|
|
3681
3695
|
value: r.getNumberFormat(t, m).format(p)
|
|
3682
3696
|
});
|
|
3683
3697
|
continue;
|
|
3684
3698
|
}
|
|
3685
|
-
if (
|
|
3686
|
-
var v = c.children, w = c.value,
|
|
3687
|
-
if (!
|
|
3688
|
-
throw new
|
|
3689
|
-
var y = nt(v, t, r, n, i, s), B =
|
|
3699
|
+
if (Mr(c)) {
|
|
3700
|
+
var v = c.children, w = c.value, x = i[w];
|
|
3701
|
+
if (!Oi(x))
|
|
3702
|
+
throw new Mi(w, "function", a);
|
|
3703
|
+
var y = nt(v, t, r, n, i, s), B = x(y.map(function(U) {
|
|
3690
3704
|
return U.value;
|
|
3691
3705
|
}));
|
|
3692
3706
|
Array.isArray(B) || (B = [B]), l.push.apply(l, B.map(function(U) {
|
|
@@ -3696,14 +3710,14 @@ function nt(e, t, r, n, i, s, a) {
|
|
|
3696
3710
|
};
|
|
3697
3711
|
}));
|
|
3698
3712
|
}
|
|
3699
|
-
if (
|
|
3713
|
+
if (Hr(c)) {
|
|
3700
3714
|
var L = c.options[p] || c.options.other;
|
|
3701
3715
|
if (!L)
|
|
3702
|
-
throw new
|
|
3716
|
+
throw new rr(c.value, p, Object.keys(c.options), a);
|
|
3703
3717
|
l.push.apply(l, nt(L.value, t, r, n, i));
|
|
3704
3718
|
continue;
|
|
3705
3719
|
}
|
|
3706
|
-
if (
|
|
3720
|
+
if (Ir(c)) {
|
|
3707
3721
|
var L = c.options["=".concat(p)];
|
|
3708
3722
|
if (!L) {
|
|
3709
3723
|
if (!Intl.PluralRules)
|
|
@@ -3714,24 +3728,24 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3714
3728
|
L = c.options[D] || c.options.other;
|
|
3715
3729
|
}
|
|
3716
3730
|
if (!L)
|
|
3717
|
-
throw new
|
|
3731
|
+
throw new rr(c.value, p, Object.keys(c.options), a);
|
|
3718
3732
|
l.push.apply(l, nt(L.value, t, r, n, i, p - (c.offset || 0)));
|
|
3719
3733
|
continue;
|
|
3720
3734
|
}
|
|
3721
3735
|
}
|
|
3722
|
-
return
|
|
3736
|
+
return Ri(l);
|
|
3723
3737
|
}
|
|
3724
|
-
function
|
|
3738
|
+
function Li(e, t) {
|
|
3725
3739
|
return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3726
3740
|
return r[n] = S(S({}, e[n]), t[n] || {}), r;
|
|
3727
3741
|
}, {})) : e;
|
|
3728
3742
|
}
|
|
3729
|
-
function
|
|
3743
|
+
function Fi(e, t) {
|
|
3730
3744
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3731
|
-
return r[n] =
|
|
3745
|
+
return r[n] = Li(e[n], t[n]), r;
|
|
3732
3746
|
}, S({}, e)) : e;
|
|
3733
3747
|
}
|
|
3734
|
-
function
|
|
3748
|
+
function wt(e) {
|
|
3735
3749
|
return {
|
|
3736
3750
|
create: function() {
|
|
3737
3751
|
return {
|
|
@@ -3745,39 +3759,39 @@ function bt(e) {
|
|
|
3745
3759
|
}
|
|
3746
3760
|
};
|
|
3747
3761
|
}
|
|
3748
|
-
function
|
|
3762
|
+
function ki(e) {
|
|
3749
3763
|
return e === void 0 && (e = {
|
|
3750
3764
|
number: {},
|
|
3751
3765
|
dateTime: {},
|
|
3752
3766
|
pluralRules: {}
|
|
3753
3767
|
}), {
|
|
3754
|
-
getNumberFormat:
|
|
3768
|
+
getNumberFormat: mt(function() {
|
|
3755
3769
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3756
3770
|
r[n] = arguments[n];
|
|
3757
3771
|
return new ((t = Intl.NumberFormat).bind.apply(t, Ae([void 0], r, !1)))();
|
|
3758
3772
|
}, {
|
|
3759
|
-
cache:
|
|
3760
|
-
strategy:
|
|
3773
|
+
cache: wt(e.number),
|
|
3774
|
+
strategy: gt.variadic
|
|
3761
3775
|
}),
|
|
3762
|
-
getDateTimeFormat:
|
|
3776
|
+
getDateTimeFormat: mt(function() {
|
|
3763
3777
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3764
3778
|
r[n] = arguments[n];
|
|
3765
3779
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ae([void 0], r, !1)))();
|
|
3766
3780
|
}, {
|
|
3767
|
-
cache:
|
|
3768
|
-
strategy:
|
|
3781
|
+
cache: wt(e.dateTime),
|
|
3782
|
+
strategy: gt.variadic
|
|
3769
3783
|
}),
|
|
3770
|
-
getPluralRules:
|
|
3784
|
+
getPluralRules: mt(function() {
|
|
3771
3785
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3772
3786
|
r[n] = arguments[n];
|
|
3773
3787
|
return new ((t = Intl.PluralRules).bind.apply(t, Ae([void 0], r, !1)))();
|
|
3774
3788
|
}, {
|
|
3775
|
-
cache:
|
|
3776
|
-
strategy:
|
|
3789
|
+
cache: wt(e.pluralRules),
|
|
3790
|
+
strategy: gt.variadic
|
|
3777
3791
|
})
|
|
3778
3792
|
};
|
|
3779
3793
|
}
|
|
3780
|
-
var
|
|
3794
|
+
var Di = (
|
|
3781
3795
|
/** @class */
|
|
3782
3796
|
function() {
|
|
3783
3797
|
function e(t, r, n, i) {
|
|
@@ -3809,13 +3823,13 @@ var ki = (
|
|
|
3809
3823
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3810
3824
|
var a = i || {};
|
|
3811
3825
|
a.formatters;
|
|
3812
|
-
var l =
|
|
3826
|
+
var l = wn(a, ["formatters"]);
|
|
3813
3827
|
this.ast = e.__parse(t, S(S({}, l), { locale: this.resolvedLocale }));
|
|
3814
3828
|
} else
|
|
3815
3829
|
this.ast = t;
|
|
3816
3830
|
if (!Array.isArray(this.ast))
|
|
3817
3831
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3818
|
-
this.formats =
|
|
3832
|
+
this.formats = Fi(e.formats, n), this.formatters = i && i.formatters || ki(this.formatterCache);
|
|
3819
3833
|
}
|
|
3820
3834
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3821
3835
|
get: function() {
|
|
@@ -3828,7 +3842,7 @@ var ki = (
|
|
|
3828
3842
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3829
3843
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3830
3844
|
}
|
|
3831
|
-
}, e.__parse =
|
|
3845
|
+
}, e.__parse = Ii, e.formats = {
|
|
3832
3846
|
number: {
|
|
3833
3847
|
integer: {
|
|
3834
3848
|
maximumFractionDigits: 0
|
|
@@ -3889,7 +3903,7 @@ var ki = (
|
|
|
3889
3903
|
}, e;
|
|
3890
3904
|
}()
|
|
3891
3905
|
);
|
|
3892
|
-
function
|
|
3906
|
+
function Ui(e, t) {
|
|
3893
3907
|
if (t == null)
|
|
3894
3908
|
return;
|
|
3895
3909
|
if (t in e)
|
|
@@ -3910,92 +3924,92 @@ function Fi(e, t) {
|
|
|
3910
3924
|
n = void 0;
|
|
3911
3925
|
return n;
|
|
3912
3926
|
}
|
|
3913
|
-
const ue = {},
|
|
3927
|
+
const ue = {}, $i = (e, t, r) => r && (t in ue || (ue[t] = {}), e in ue[t] || (ue[t][e] = r), r), $r = (e, t) => {
|
|
3914
3928
|
if (t == null)
|
|
3915
3929
|
return;
|
|
3916
3930
|
if (t in ue && e in ue[t])
|
|
3917
3931
|
return ue[t][e];
|
|
3918
3932
|
const r = ht(t);
|
|
3919
3933
|
for (let n = 0; n < r.length; n++) {
|
|
3920
|
-
const i = r[n], s =
|
|
3934
|
+
const i = r[n], s = ji(i, e);
|
|
3921
3935
|
if (s)
|
|
3922
|
-
return
|
|
3936
|
+
return $i(e, t, s);
|
|
3923
3937
|
}
|
|
3924
3938
|
};
|
|
3925
|
-
let
|
|
3939
|
+
let Ft;
|
|
3926
3940
|
const Xe = lt({});
|
|
3927
|
-
function
|
|
3928
|
-
return
|
|
3941
|
+
function Gi(e) {
|
|
3942
|
+
return Ft[e] || null;
|
|
3929
3943
|
}
|
|
3930
|
-
function
|
|
3931
|
-
return e in
|
|
3944
|
+
function Gr(e) {
|
|
3945
|
+
return e in Ft;
|
|
3932
3946
|
}
|
|
3933
|
-
function
|
|
3934
|
-
if (!
|
|
3947
|
+
function ji(e, t) {
|
|
3948
|
+
if (!Gr(e))
|
|
3935
3949
|
return null;
|
|
3936
|
-
const r =
|
|
3937
|
-
return
|
|
3950
|
+
const r = Gi(e);
|
|
3951
|
+
return Ui(r, t);
|
|
3938
3952
|
}
|
|
3939
|
-
function
|
|
3953
|
+
function Vi(e) {
|
|
3940
3954
|
if (e == null)
|
|
3941
3955
|
return;
|
|
3942
3956
|
const t = ht(e);
|
|
3943
3957
|
for (let r = 0; r < t.length; r++) {
|
|
3944
3958
|
const n = t[r];
|
|
3945
|
-
if (
|
|
3959
|
+
if (Gr(n))
|
|
3946
3960
|
return n;
|
|
3947
3961
|
}
|
|
3948
3962
|
}
|
|
3949
|
-
function
|
|
3950
|
-
delete ue[e], Xe.update((r) => (r[e] =
|
|
3963
|
+
function jr(e, ...t) {
|
|
3964
|
+
delete ue[e], Xe.update((r) => (r[e] = Yn.all([r[e] || {}, ...t]), r));
|
|
3951
3965
|
}
|
|
3952
|
-
|
|
3966
|
+
Oe(
|
|
3953
3967
|
[Xe],
|
|
3954
3968
|
([e]) => Object.keys(e)
|
|
3955
3969
|
);
|
|
3956
|
-
Xe.subscribe((e) =>
|
|
3970
|
+
Xe.subscribe((e) => Ft = e);
|
|
3957
3971
|
const it = {};
|
|
3958
|
-
function
|
|
3972
|
+
function zi(e, t) {
|
|
3959
3973
|
it[e].delete(t), it[e].size === 0 && delete it[e];
|
|
3960
3974
|
}
|
|
3961
|
-
function
|
|
3975
|
+
function Vr(e) {
|
|
3962
3976
|
return it[e];
|
|
3963
3977
|
}
|
|
3964
|
-
function
|
|
3978
|
+
function Wi(e) {
|
|
3965
3979
|
return ht(e).map((t) => {
|
|
3966
|
-
const r =
|
|
3980
|
+
const r = Vr(t);
|
|
3967
3981
|
return [t, r ? [...r] : []];
|
|
3968
3982
|
}).filter(([, t]) => t.length > 0);
|
|
3969
3983
|
}
|
|
3970
|
-
function
|
|
3984
|
+
function Nt(e) {
|
|
3971
3985
|
return e == null ? !1 : ht(e).some(
|
|
3972
3986
|
(t) => {
|
|
3973
3987
|
var r;
|
|
3974
|
-
return (r =
|
|
3988
|
+
return (r = Vr(t)) == null ? void 0 : r.size;
|
|
3975
3989
|
}
|
|
3976
3990
|
);
|
|
3977
3991
|
}
|
|
3978
|
-
function
|
|
3992
|
+
function Xi(e, t) {
|
|
3979
3993
|
return Promise.all(
|
|
3980
|
-
t.map((n) => (
|
|
3981
|
-
).then((n) =>
|
|
3994
|
+
t.map((n) => (zi(e, n), n().then((i) => i.default || i)))
|
|
3995
|
+
).then((n) => jr(e, ...n));
|
|
3982
3996
|
}
|
|
3983
3997
|
const Ge = {};
|
|
3984
|
-
function
|
|
3985
|
-
if (!
|
|
3998
|
+
function zr(e) {
|
|
3999
|
+
if (!Nt(e))
|
|
3986
4000
|
return e in Ge ? Ge[e] : Promise.resolve();
|
|
3987
|
-
const t =
|
|
4001
|
+
const t = Wi(e);
|
|
3988
4002
|
return Ge[e] = Promise.all(
|
|
3989
4003
|
t.map(
|
|
3990
|
-
([r, n]) =>
|
|
4004
|
+
([r, n]) => Xi(r, n)
|
|
3991
4005
|
)
|
|
3992
4006
|
).then(() => {
|
|
3993
|
-
if (
|
|
3994
|
-
return
|
|
4007
|
+
if (Nt(e))
|
|
4008
|
+
return zr(e);
|
|
3995
4009
|
delete Ge[e];
|
|
3996
4010
|
}), Ge[e];
|
|
3997
4011
|
}
|
|
3998
|
-
const
|
|
4012
|
+
const Zi = {
|
|
3999
4013
|
number: {
|
|
4000
4014
|
scientific: { notation: "scientific" },
|
|
4001
4015
|
engineering: { notation: "engineering" },
|
|
@@ -4024,57 +4038,57 @@ const Wi = {
|
|
|
4024
4038
|
timeZoneName: "short"
|
|
4025
4039
|
}
|
|
4026
4040
|
}
|
|
4027
|
-
},
|
|
4041
|
+
}, Yi = {
|
|
4028
4042
|
fallbackLocale: null,
|
|
4029
4043
|
loadingDelay: 200,
|
|
4030
|
-
formats:
|
|
4044
|
+
formats: Zi,
|
|
4031
4045
|
warnOnMissingMessages: !0,
|
|
4032
4046
|
handleMissingMessage: void 0,
|
|
4033
4047
|
ignoreTag: !0
|
|
4034
|
-
},
|
|
4048
|
+
}, Qi = Yi;
|
|
4035
4049
|
function Ne() {
|
|
4036
|
-
return
|
|
4037
|
-
}
|
|
4038
|
-
const
|
|
4039
|
-
var
|
|
4040
|
-
for (var r in t)
|
|
4041
|
-
|
|
4042
|
-
if (
|
|
4043
|
-
for (var r of
|
|
4044
|
-
|
|
4050
|
+
return Qi;
|
|
4051
|
+
}
|
|
4052
|
+
const vt = lt(!1);
|
|
4053
|
+
var Ji = Object.defineProperty, qi = Object.defineProperties, Ki = Object.getOwnPropertyDescriptors, nr = Object.getOwnPropertySymbols, es = Object.prototype.hasOwnProperty, ts = Object.prototype.propertyIsEnumerable, ir = (e, t, r) => t in e ? Ji(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, rs = (e, t) => {
|
|
4054
|
+
for (var r in t || (t = {}))
|
|
4055
|
+
es.call(t, r) && ir(e, r, t[r]);
|
|
4056
|
+
if (nr)
|
|
4057
|
+
for (var r of nr(t))
|
|
4058
|
+
ts.call(t, r) && ir(e, r, t[r]);
|
|
4045
4059
|
return e;
|
|
4046
|
-
},
|
|
4047
|
-
let
|
|
4060
|
+
}, ns = (e, t) => qi(e, Ki(t));
|
|
4061
|
+
let Rt;
|
|
4048
4062
|
const st = lt(null);
|
|
4049
|
-
function
|
|
4063
|
+
function sr(e) {
|
|
4050
4064
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4051
4065
|
}
|
|
4052
4066
|
function ht(e, t = Ne().fallbackLocale) {
|
|
4053
|
-
const r =
|
|
4054
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4067
|
+
const r = sr(e);
|
|
4068
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...sr(t)])] : r;
|
|
4055
4069
|
}
|
|
4056
4070
|
function me() {
|
|
4057
|
-
return
|
|
4071
|
+
return Rt ?? void 0;
|
|
4058
4072
|
}
|
|
4059
4073
|
st.subscribe((e) => {
|
|
4060
|
-
|
|
4074
|
+
Rt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4061
4075
|
});
|
|
4062
|
-
const
|
|
4063
|
-
if (e &&
|
|
4076
|
+
const is = (e) => {
|
|
4077
|
+
if (e && Vi(e) && Nt(e)) {
|
|
4064
4078
|
const { loadingDelay: t } = Ne();
|
|
4065
4079
|
let r;
|
|
4066
4080
|
return typeof window < "u" && me() != null && t ? r = window.setTimeout(
|
|
4067
|
-
() =>
|
|
4081
|
+
() => vt.set(!0),
|
|
4068
4082
|
t
|
|
4069
|
-
) :
|
|
4083
|
+
) : vt.set(!0), zr(e).then(() => {
|
|
4070
4084
|
st.set(e);
|
|
4071
4085
|
}).finally(() => {
|
|
4072
|
-
clearTimeout(r),
|
|
4086
|
+
clearTimeout(r), vt.set(!1);
|
|
4073
4087
|
});
|
|
4074
4088
|
}
|
|
4075
4089
|
return st.set(e);
|
|
4076
|
-
}, Le =
|
|
4077
|
-
set:
|
|
4090
|
+
}, Le = ns(rs({}, st), {
|
|
4091
|
+
set: is
|
|
4078
4092
|
}), ct = (e) => {
|
|
4079
4093
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4080
4094
|
return (n) => {
|
|
@@ -4082,20 +4096,20 @@ const rs = (e) => {
|
|
|
4082
4096
|
return i in t ? t[i] : t[i] = e(n);
|
|
4083
4097
|
};
|
|
4084
4098
|
};
|
|
4085
|
-
var
|
|
4099
|
+
var ss = Object.defineProperty, at = Object.getOwnPropertySymbols, Wr = Object.prototype.hasOwnProperty, Xr = Object.prototype.propertyIsEnumerable, ar = (e, t, r) => t in e ? ss(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, kt = (e, t) => {
|
|
4086
4100
|
for (var r in t || (t = {}))
|
|
4087
|
-
|
|
4101
|
+
Wr.call(t, r) && ar(e, r, t[r]);
|
|
4088
4102
|
if (at)
|
|
4089
4103
|
for (var r of at(t))
|
|
4090
|
-
|
|
4104
|
+
Xr.call(t, r) && ar(e, r, t[r]);
|
|
4091
4105
|
return e;
|
|
4092
|
-
},
|
|
4106
|
+
}, Fe = (e, t) => {
|
|
4093
4107
|
var r = {};
|
|
4094
4108
|
for (var n in e)
|
|
4095
|
-
|
|
4109
|
+
Wr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4096
4110
|
if (e != null && at)
|
|
4097
4111
|
for (var n of at(e))
|
|
4098
|
-
t.indexOf(n) < 0 &&
|
|
4112
|
+
t.indexOf(n) < 0 && Xr.call(e, n) && (r[n] = e[n]);
|
|
4099
4113
|
return r;
|
|
4100
4114
|
};
|
|
4101
4115
|
const We = (e, t) => {
|
|
@@ -4103,56 +4117,56 @@ const We = (e, t) => {
|
|
|
4103
4117
|
if (e in r && t in r[e])
|
|
4104
4118
|
return r[e][t];
|
|
4105
4119
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4106
|
-
},
|
|
4120
|
+
}, as = ct(
|
|
4107
4121
|
(e) => {
|
|
4108
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4122
|
+
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4109
4123
|
if (r == null)
|
|
4110
4124
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4111
4125
|
return n && (i = We("number", n)), new Intl.NumberFormat(r, i);
|
|
4112
4126
|
}
|
|
4113
|
-
),
|
|
4127
|
+
), os = ct(
|
|
4114
4128
|
(e) => {
|
|
4115
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4129
|
+
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4116
4130
|
if (r == null)
|
|
4117
4131
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4118
4132
|
return n ? i = We("date", n) : Object.keys(i).length === 0 && (i = We("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4119
4133
|
}
|
|
4120
|
-
),
|
|
4134
|
+
), ls = ct(
|
|
4121
4135
|
(e) => {
|
|
4122
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4136
|
+
var t = e, { locale: r, format: n } = t, i = Fe(t, ["locale", "format"]);
|
|
4123
4137
|
if (r == null)
|
|
4124
4138
|
throw new Error(
|
|
4125
4139
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4126
4140
|
);
|
|
4127
4141
|
return n ? i = We("time", n) : Object.keys(i).length === 0 && (i = We("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4128
4142
|
}
|
|
4129
|
-
),
|
|
4143
|
+
), us = (e = {}) => {
|
|
4130
4144
|
var t = e, {
|
|
4131
4145
|
locale: r = me()
|
|
4132
|
-
} = t, n =
|
|
4146
|
+
} = t, n = Fe(t, [
|
|
4133
4147
|
"locale"
|
|
4134
4148
|
]);
|
|
4135
|
-
return
|
|
4136
|
-
},
|
|
4149
|
+
return as(kt({ locale: r }, n));
|
|
4150
|
+
}, hs = (e = {}) => {
|
|
4137
4151
|
var t = e, {
|
|
4138
4152
|
locale: r = me()
|
|
4139
|
-
} = t, n =
|
|
4153
|
+
} = t, n = Fe(t, [
|
|
4140
4154
|
"locale"
|
|
4141
4155
|
]);
|
|
4142
|
-
return
|
|
4143
|
-
},
|
|
4156
|
+
return os(kt({ locale: r }, n));
|
|
4157
|
+
}, cs = (e = {}) => {
|
|
4144
4158
|
var t = e, {
|
|
4145
4159
|
locale: r = me()
|
|
4146
|
-
} = t, n =
|
|
4160
|
+
} = t, n = Fe(t, [
|
|
4147
4161
|
"locale"
|
|
4148
4162
|
]);
|
|
4149
|
-
return
|
|
4150
|
-
},
|
|
4163
|
+
return ls(kt({ locale: r }, n));
|
|
4164
|
+
}, fs = ct(
|
|
4151
4165
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4152
|
-
(e, t = me()) => new
|
|
4166
|
+
(e, t = me()) => new Di(e, t, Ne().formats, {
|
|
4153
4167
|
ignoreTag: Ne().ignoreTag
|
|
4154
4168
|
})
|
|
4155
|
-
),
|
|
4169
|
+
), ds = (e, t = {}) => {
|
|
4156
4170
|
var r, n, i, s;
|
|
4157
4171
|
let a = t;
|
|
4158
4172
|
typeof e == "object" && (a = e, e = a.id);
|
|
@@ -4165,7 +4179,7 @@ const We = (e, t) => {
|
|
|
4165
4179
|
throw new Error(
|
|
4166
4180
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4167
4181
|
);
|
|
4168
|
-
let c =
|
|
4182
|
+
let c = $r(e, u);
|
|
4169
4183
|
if (!c)
|
|
4170
4184
|
c = (s = (i = (n = (r = Ne()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? i : h) != null ? s : e;
|
|
4171
4185
|
else if (typeof c != "string")
|
|
@@ -4176,7 +4190,7 @@ const We = (e, t) => {
|
|
|
4176
4190
|
return c;
|
|
4177
4191
|
let f = c;
|
|
4178
4192
|
try {
|
|
4179
|
-
f =
|
|
4193
|
+
f = fs(c, u).format(l);
|
|
4180
4194
|
} catch (p) {
|
|
4181
4195
|
p instanceof Error && console.warn(
|
|
4182
4196
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4184,20 +4198,20 @@ const We = (e, t) => {
|
|
|
4184
4198
|
);
|
|
4185
4199
|
}
|
|
4186
4200
|
return f;
|
|
4187
|
-
},
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
window.emWidgets = { topic:
|
|
4193
|
-
const
|
|
4194
|
-
function
|
|
4195
|
-
|
|
4196
|
-
}
|
|
4197
|
-
function
|
|
4201
|
+
}, ps = (e, t) => cs(t).format(e), ms = (e, t) => hs(t).format(e), gs = (e, t) => us(t).format(e), bs = (e, t = me()) => $r(e, t), ws = Oe([Le, Xe], () => ds);
|
|
4202
|
+
Oe([Le], () => ps);
|
|
4203
|
+
Oe([Le], () => ms);
|
|
4204
|
+
Oe([Le], () => gs);
|
|
4205
|
+
Oe([Le, Xe], () => bs);
|
|
4206
|
+
window.emWidgets = { topic: Mn };
|
|
4207
|
+
const vs = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4208
|
+
function or(e, t) {
|
|
4209
|
+
jr(e, t);
|
|
4210
|
+
}
|
|
4211
|
+
function ys(e) {
|
|
4198
4212
|
Le.set(e);
|
|
4199
4213
|
}
|
|
4200
|
-
const
|
|
4214
|
+
const lr = {
|
|
4201
4215
|
en: {
|
|
4202
4216
|
titleChangePassword: "Change Password",
|
|
4203
4217
|
currentPassword: "Current Password:",
|
|
@@ -4381,13 +4395,13 @@ const ar = {
|
|
|
4381
4395
|
backButtonText: "Back"
|
|
4382
4396
|
}
|
|
4383
4397
|
};
|
|
4384
|
-
function
|
|
4398
|
+
function Ps(e, t) {
|
|
4385
4399
|
if (e) {
|
|
4386
4400
|
const r = document.createElement("style");
|
|
4387
4401
|
r.innerHTML = t, e.appendChild(r);
|
|
4388
4402
|
}
|
|
4389
4403
|
}
|
|
4390
|
-
function
|
|
4404
|
+
function _s(e, t) {
|
|
4391
4405
|
const r = new URL(t);
|
|
4392
4406
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4393
4407
|
const i = document.createElement("style");
|
|
@@ -4396,7 +4410,7 @@ function ys(e, t) {
|
|
|
4396
4410
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4397
4411
|
});
|
|
4398
4412
|
}
|
|
4399
|
-
function
|
|
4413
|
+
function Es(e, t, r) {
|
|
4400
4414
|
if (window.emMessageBus) {
|
|
4401
4415
|
const n = document.createElement("style");
|
|
4402
4416
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4404,21 +4418,21 @@ function _s(e, t, r) {
|
|
|
4404
4418
|
});
|
|
4405
4419
|
}
|
|
4406
4420
|
}
|
|
4407
|
-
function Ps(e) {
|
|
4408
|
-
Xr(e, "svelte-1qk6bmp", '.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, 10px);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:var(--emw--border-radius-medium, 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, 10px);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, 10px);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}');
|
|
4409
|
-
}
|
|
4410
4421
|
function xs(e) {
|
|
4422
|
+
Qr(e, "svelte-1qk6bmp", '.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, 10px);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:var(--emw--border-radius-medium, 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, 10px);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, 10px);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}');
|
|
4423
|
+
}
|
|
4424
|
+
function Ts(e) {
|
|
4411
4425
|
let t;
|
|
4412
4426
|
function r(s, a) {
|
|
4413
4427
|
return (
|
|
4414
4428
|
/*passwordChanged*/
|
|
4415
|
-
s[2] ?
|
|
4429
|
+
s[2] ? Cs : Bs
|
|
4416
4430
|
);
|
|
4417
4431
|
}
|
|
4418
4432
|
let n = r(e), i = n(e);
|
|
4419
4433
|
return {
|
|
4420
4434
|
c() {
|
|
4421
|
-
t =
|
|
4435
|
+
t = P("form"), i.c(), o(t, "class", "PlayerChangePasswordWrapper " + /*isMobile*/
|
|
4422
4436
|
(e[20] ? "PlayerChangePasswordWrapperMobile" : ""));
|
|
4423
4437
|
},
|
|
4424
4438
|
m(s, a) {
|
|
@@ -4432,29 +4446,29 @@ function xs(e) {
|
|
|
4432
4446
|
}
|
|
4433
4447
|
};
|
|
4434
4448
|
}
|
|
4435
|
-
function
|
|
4449
|
+
function Cs(e) {
|
|
4436
4450
|
let t, r, n, i = (
|
|
4437
4451
|
/*$_*/
|
|
4438
4452
|
e[19]("changePasswordText") + ""
|
|
4439
4453
|
), s, a, l, u, h, c, f, p, m = (
|
|
4440
4454
|
/*$_*/
|
|
4441
4455
|
e[19]("passwordReset") + ""
|
|
4442
|
-
), v, w,
|
|
4456
|
+
), v, w, x, y = (
|
|
4443
4457
|
/*$_*/
|
|
4444
4458
|
e[19]("passwordResetConfirmation") + ""
|
|
4445
4459
|
), B, L, D, U = (
|
|
4446
4460
|
/*$_*/
|
|
4447
4461
|
e[19]("backButtonText") + ""
|
|
4448
|
-
),
|
|
4462
|
+
), O, X, ee, G = (
|
|
4449
4463
|
/*isMobile*/
|
|
4450
|
-
e[20] &&
|
|
4464
|
+
e[20] && Ss(e)
|
|
4451
4465
|
);
|
|
4452
4466
|
return {
|
|
4453
4467
|
c() {
|
|
4454
|
-
G && G.c(), t =
|
|
4468
|
+
G && G.c(), t = k(), r = P("div"), n = P("h3"), s = M(i), a = k(), l = P("div"), u = P("div"), h = P("div"), h.innerHTML = '<div class="Checkmark"></div>', c = k(), f = P("div"), p = P("h3"), v = M(m), w = k(), x = P("p"), B = M(y), L = k(), D = P("div"), O = M(U), o(r, "class", "PlayerChangePasswordHeader"), o(h, "class", "IconContainer"), o(f, "class", "TextContainer"), o(u, "class", "SuccessWrapper"), o(D, "class", "PlayerChangePasswordBackButton"), o(l, "class", "ChangedPasswordSuccessfully");
|
|
4455
4469
|
},
|
|
4456
4470
|
m(N, T) {
|
|
4457
|
-
G && G.m(N, T), H(N, t, T), H(N, r, T), d(r, n), d(n, s), H(N, a, T), H(N, l, T), d(l, u), d(u, h), d(u, c), d(u, f), d(f, p), d(p, v), d(f, w), d(f,
|
|
4471
|
+
G && G.m(N, T), H(N, t, T), H(N, r, T), d(r, n), d(n, s), H(N, a, T), H(N, l, T), d(l, u), d(u, h), d(u, c), d(u, f), d(f, p), d(p, v), d(f, w), d(f, x), d(x, B), d(l, L), d(l, D), d(D, O), X || (ee = z(
|
|
4458
4472
|
D,
|
|
4459
4473
|
"click",
|
|
4460
4474
|
/*click_handler_9*/
|
|
@@ -4471,100 +4485,100 @@ function Es(e) {
|
|
|
4471
4485
|
524288 && y !== (y = /*$_*/
|
|
4472
4486
|
N[19]("passwordResetConfirmation") + "") && $(B, y), T[0] & /*$_*/
|
|
4473
4487
|
524288 && U !== (U = /*$_*/
|
|
4474
|
-
N[19]("backButtonText") + "") && $(
|
|
4488
|
+
N[19]("backButtonText") + "") && $(O, U);
|
|
4475
4489
|
},
|
|
4476
4490
|
d(N) {
|
|
4477
4491
|
N && (A(t), A(r), A(a), A(l)), G && G.d(N), X = !1, ee();
|
|
4478
4492
|
}
|
|
4479
4493
|
};
|
|
4480
4494
|
}
|
|
4481
|
-
function
|
|
4495
|
+
function Bs(e) {
|
|
4482
4496
|
let t, r, n = (
|
|
4483
4497
|
/*$_*/
|
|
4484
4498
|
e[19]("titleChangePassword") + ""
|
|
4485
4499
|
), i, s, a, l, u, h = (
|
|
4486
4500
|
/*$_*/
|
|
4487
4501
|
e[19]("currentPassword") + ""
|
|
4488
|
-
), c, f, p, m, v, w,
|
|
4502
|
+
), c, f, p, m, v, w, x, y, B, L = (
|
|
4489
4503
|
/*$_*/
|
|
4490
4504
|
e[19]("newPassword") + ""
|
|
4491
|
-
), D, U,
|
|
4505
|
+
), D, U, O, X, ee, G, N, T, Z, he = (
|
|
4492
4506
|
/*$_*/
|
|
4493
4507
|
e[19]("confirmPassword") + ""
|
|
4494
|
-
), ge,
|
|
4508
|
+
), ge, ke, Y, re, De, be, ce, fe, oe, Q, de = (
|
|
4495
4509
|
/*$_*/
|
|
4496
4510
|
e[19]("submitChangePassword") + ""
|
|
4497
4511
|
), Ue, pe, we, $e, Ze, ne = (
|
|
4498
4512
|
/*isMobile*/
|
|
4499
|
-
e[20] &&
|
|
4513
|
+
e[20] && As(e)
|
|
4500
4514
|
);
|
|
4501
|
-
function Ye(I,
|
|
4515
|
+
function Ye(I, _) {
|
|
4502
4516
|
return (
|
|
4503
4517
|
/*isCurrentPasswordVisible*/
|
|
4504
|
-
I[10] ?
|
|
4518
|
+
I[10] ? Is : Hs
|
|
4505
4519
|
);
|
|
4506
4520
|
}
|
|
4507
4521
|
let ve = Ye(e), J = ve(e), j = (
|
|
4508
4522
|
/*invalidCurrentPassword*/
|
|
4509
|
-
e[4] &&
|
|
4523
|
+
e[4] && ur(e)
|
|
4510
4524
|
);
|
|
4511
|
-
function Qe(I,
|
|
4525
|
+
function Qe(I, _) {
|
|
4512
4526
|
return (
|
|
4513
4527
|
/*isNewPasswordVisible*/
|
|
4514
|
-
I[11] ?
|
|
4528
|
+
I[11] ? Os : Rs
|
|
4515
4529
|
);
|
|
4516
4530
|
}
|
|
4517
4531
|
let ye = Qe(e), q = ye(e);
|
|
4518
|
-
function Je(I,
|
|
4532
|
+
function Je(I, _) {
|
|
4519
4533
|
if (
|
|
4520
4534
|
/*oldPasswordSameAsNew*/
|
|
4521
4535
|
I[13]
|
|
4522
4536
|
)
|
|
4523
|
-
return
|
|
4537
|
+
return Fs;
|
|
4524
4538
|
if (
|
|
4525
4539
|
/*invalidNewPassword*/
|
|
4526
4540
|
I[5]
|
|
4527
4541
|
)
|
|
4528
|
-
return
|
|
4542
|
+
return Ls;
|
|
4529
4543
|
}
|
|
4530
4544
|
let le = Je(e), V = le && le(e);
|
|
4531
|
-
function qe(I,
|
|
4545
|
+
function qe(I, _) {
|
|
4532
4546
|
return (
|
|
4533
4547
|
/*isConfirmPasswordVisible*/
|
|
4534
|
-
I[12] ?
|
|
4548
|
+
I[12] ? $s : Us
|
|
4535
4549
|
);
|
|
4536
4550
|
}
|
|
4537
|
-
let
|
|
4551
|
+
let Pe = qe(e), K = Pe(e), b = (
|
|
4538
4552
|
/*invalidConfirmPassword*/
|
|
4539
|
-
e[6] &&
|
|
4540
|
-
),
|
|
4553
|
+
e[6] && hr(e)
|
|
4554
|
+
), R = (
|
|
4541
4555
|
/*showErrorPasswordChanged*/
|
|
4542
|
-
e[18] &&
|
|
4556
|
+
e[18] && cr(e)
|
|
4543
4557
|
);
|
|
4544
4558
|
return {
|
|
4545
4559
|
c() {
|
|
4546
|
-
ne && ne.c(), t =
|
|
4560
|
+
ne && ne.c(), t = k(), r = P("h2"), i = M(n), s = k(), a = P("section"), l = P("div"), u = P("label"), c = M(h), f = k(), p = P("input"), m = k(), J.c(), v = k(), j && j.c(), x = k(), y = P("div"), B = P("label"), D = M(L), U = k(), O = P("input"), X = k(), q.c(), ee = k(), V && V.c(), N = k(), T = P("div"), Z = P("label"), ge = M(he), ke = k(), Y = P("input"), re = k(), K.c(), De = k(), b && b.c(), ce = k(), R && R.c(), fe = k(), oe = P("section"), Q = P("button"), Ue = M(de), o(r, "class", "ChangePasswordTitle " + /*isMobile*/
|
|
4547
4561
|
(e[20] ? "ChangePasswordTitleNone" : "")), o(u, "for", "CurrentPassword"), o(p, "id", "CurrentPassword"), o(p, "type", "password"), o(l, "class", w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
|
|
4548
|
-
(e[4] ? "InvalidField" : "")), o(B, "for", "NewPassword"), o(
|
|
4562
|
+
(e[4] ? "InvalidField" : "")), o(B, "for", "NewPassword"), o(O, "id", "NewPassword"), o(O, "autocomplete", "new-password"), o(O, "type", "password"), o(y, "class", G = "PlayerChangePasswordBox " + /*invalidNewPassword*/
|
|
4549
4563
|
(e[5] ? "InvalidField" : "")), o(Z, "for", "ConfirmPassword"), o(Y, "id", "ConfirmPassword"), o(Y, "type", "password"), o(T, "class", be = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
|
|
4550
4564
|
(e[6] ? "InvalidField" : "")), o(a, "class", "PlayerChangePasswordContent"), o(Q, "class", pe = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
|
|
4551
4565
|
(e[3] ? "" : "ButtonInactive")), Q.disabled = we = !/*activateSubmit*/
|
|
4552
4566
|
e[3], o(oe, "class", "PlayerChangePasswordButtonsArea");
|
|
4553
4567
|
},
|
|
4554
|
-
m(I,
|
|
4555
|
-
ne && ne.m(I,
|
|
4568
|
+
m(I, _) {
|
|
4569
|
+
ne && ne.m(I, _), H(I, t, _), H(I, r, _), d(r, i), H(I, s, _), H(I, a, _), d(a, l), d(l, u), d(u, c), d(l, f), d(l, p), _e(
|
|
4556
4570
|
p,
|
|
4557
4571
|
/*userCurrentPassword*/
|
|
4558
4572
|
e[14]
|
|
4559
|
-
), e[34](p), d(l, m), J.m(l, null), d(l, v), j && j.m(l, null), d(a,
|
|
4560
|
-
|
|
4573
|
+
), e[34](p), d(l, m), J.m(l, null), d(l, v), j && j.m(l, null), d(a, x), d(a, y), d(y, B), d(B, D), d(y, U), d(y, O), _e(
|
|
4574
|
+
O,
|
|
4561
4575
|
/*userNewPassword*/
|
|
4562
4576
|
e[15]
|
|
4563
|
-
), e[38](
|
|
4577
|
+
), e[38](O), d(y, X), q.m(y, null), d(y, ee), V && V.m(y, null), d(a, N), d(a, T), d(T, Z), d(Z, ge), d(T, ke), d(T, Y), _e(
|
|
4564
4578
|
Y,
|
|
4565
4579
|
/*userConfirmPassword*/
|
|
4566
4580
|
e[16]
|
|
4567
|
-
), e[42](Y), d(T, re), K.m(T, null), d(T, De), b && b.m(T, null), H(I, ce,
|
|
4581
|
+
), e[42](Y), d(T, re), K.m(T, null), d(T, De), b && b.m(T, null), H(I, ce, _), R && R.m(I, _), H(I, fe, _), H(I, oe, _), d(oe, Q), d(Q, Ue), $e || (Ze = [
|
|
4568
4582
|
z(
|
|
4569
4583
|
p,
|
|
4570
4584
|
"input",
|
|
@@ -4592,12 +4606,12 @@ function Ts(e) {
|
|
|
4592
4606
|
).apply(this, arguments);
|
|
4593
4607
|
}),
|
|
4594
4608
|
z(
|
|
4595
|
-
|
|
4609
|
+
O,
|
|
4596
4610
|
"input",
|
|
4597
4611
|
/*input1_input_handler*/
|
|
4598
4612
|
e[37]
|
|
4599
4613
|
),
|
|
4600
|
-
z(
|
|
4614
|
+
z(O, "blur", function() {
|
|
4601
4615
|
Be(
|
|
4602
4616
|
/*validatePassword*/
|
|
4603
4617
|
e[22](
|
|
@@ -4651,66 +4665,66 @@ function Ts(e) {
|
|
|
4651
4665
|
)
|
|
4652
4666
|
], $e = !0);
|
|
4653
4667
|
},
|
|
4654
|
-
p(I,
|
|
4668
|
+
p(I, _) {
|
|
4655
4669
|
e = I, /*isMobile*/
|
|
4656
|
-
e[20] && ne.p(e,
|
|
4670
|
+
e[20] && ne.p(e, _), _[0] & /*$_*/
|
|
4657
4671
|
524288 && n !== (n = /*$_*/
|
|
4658
|
-
e[19]("titleChangePassword") + "") && $(i, n),
|
|
4672
|
+
e[19]("titleChangePassword") + "") && $(i, n), _[0] & /*$_*/
|
|
4659
4673
|
524288 && h !== (h = /*$_*/
|
|
4660
|
-
e[19]("currentPassword") + "") && $(c, h),
|
|
4674
|
+
e[19]("currentPassword") + "") && $(c, h), _[0] & /*userCurrentPassword*/
|
|
4661
4675
|
16384 && p.value !== /*userCurrentPassword*/
|
|
4662
|
-
e[14] &&
|
|
4676
|
+
e[14] && _e(
|
|
4663
4677
|
p,
|
|
4664
4678
|
/*userCurrentPassword*/
|
|
4665
4679
|
e[14]
|
|
4666
|
-
), ve === (ve = Ye(e)) && J ? J.p(e,
|
|
4667
|
-
e[4] ? j ? j.p(e,
|
|
4680
|
+
), ve === (ve = Ye(e)) && J ? J.p(e, _) : (J.d(1), J = ve(e), J && (J.c(), J.m(l, v))), /*invalidCurrentPassword*/
|
|
4681
|
+
e[4] ? j ? j.p(e, _) : (j = ur(e), j.c(), j.m(l, null)) : j && (j.d(1), j = null), _[0] & /*invalidCurrentPassword*/
|
|
4668
4682
|
16 && w !== (w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
|
|
4669
|
-
(e[4] ? "InvalidField" : "")) && o(l, "class", w),
|
|
4683
|
+
(e[4] ? "InvalidField" : "")) && o(l, "class", w), _[0] & /*$_*/
|
|
4670
4684
|
524288 && L !== (L = /*$_*/
|
|
4671
|
-
e[19]("newPassword") + "") && $(D, L),
|
|
4672
|
-
32768 &&
|
|
4673
|
-
e[15] &&
|
|
4674
|
-
|
|
4685
|
+
e[19]("newPassword") + "") && $(D, L), _[0] & /*userNewPassword*/
|
|
4686
|
+
32768 && O.value !== /*userNewPassword*/
|
|
4687
|
+
e[15] && _e(
|
|
4688
|
+
O,
|
|
4675
4689
|
/*userNewPassword*/
|
|
4676
4690
|
e[15]
|
|
4677
|
-
), ye === (ye = Qe(e)) && q ? q.p(e,
|
|
4691
|
+
), ye === (ye = Qe(e)) && q ? q.p(e, _) : (q.d(1), q = ye(e), q && (q.c(), q.m(y, ee))), le === (le = Je(e)) && V ? V.p(e, _) : (V && V.d(1), V = le && le(e), V && (V.c(), V.m(y, null))), _[0] & /*invalidNewPassword*/
|
|
4678
4692
|
32 && G !== (G = "PlayerChangePasswordBox " + /*invalidNewPassword*/
|
|
4679
|
-
(e[5] ? "InvalidField" : "")) && o(y, "class", G),
|
|
4693
|
+
(e[5] ? "InvalidField" : "")) && o(y, "class", G), _[0] & /*$_*/
|
|
4680
4694
|
524288 && he !== (he = /*$_*/
|
|
4681
|
-
e[19]("confirmPassword") + "") && $(ge, he),
|
|
4695
|
+
e[19]("confirmPassword") + "") && $(ge, he), _[0] & /*userConfirmPassword*/
|
|
4682
4696
|
65536 && Y.value !== /*userConfirmPassword*/
|
|
4683
|
-
e[16] &&
|
|
4697
|
+
e[16] && _e(
|
|
4684
4698
|
Y,
|
|
4685
4699
|
/*userConfirmPassword*/
|
|
4686
4700
|
e[16]
|
|
4687
|
-
),
|
|
4688
|
-
e[6] ? b ? b.p(e,
|
|
4701
|
+
), Pe === (Pe = qe(e)) && K ? K.p(e, _) : (K.d(1), K = Pe(e), K && (K.c(), K.m(T, De))), /*invalidConfirmPassword*/
|
|
4702
|
+
e[6] ? b ? b.p(e, _) : (b = hr(e), b.c(), b.m(T, null)) : b && (b.d(1), b = null), _[0] & /*invalidConfirmPassword*/
|
|
4689
4703
|
64 && be !== (be = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
|
|
4690
4704
|
(e[6] ? "InvalidField" : "")) && o(T, "class", be), /*showErrorPasswordChanged*/
|
|
4691
|
-
e[18] ?
|
|
4705
|
+
e[18] ? R ? R.p(e, _) : (R = cr(e), R.c(), R.m(fe.parentNode, fe)) : R && (R.d(1), R = null), _[0] & /*$_*/
|
|
4692
4706
|
524288 && de !== (de = /*$_*/
|
|
4693
|
-
e[19]("submitChangePassword") + "") && $(Ue, de),
|
|
4707
|
+
e[19]("submitChangePassword") + "") && $(Ue, de), _[0] & /*activateSubmit*/
|
|
4694
4708
|
8 && pe !== (pe = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
|
|
4695
|
-
(e[3] ? "" : "ButtonInactive")) && o(Q, "class", pe),
|
|
4709
|
+
(e[3] ? "" : "ButtonInactive")) && o(Q, "class", pe), _[0] & /*activateSubmit*/
|
|
4696
4710
|
8 && we !== (we = !/*activateSubmit*/
|
|
4697
4711
|
e[3]) && (Q.disabled = we);
|
|
4698
4712
|
},
|
|
4699
4713
|
d(I) {
|
|
4700
|
-
I && (A(t), A(r), A(s), A(a), A(ce), A(fe), A(oe)), ne && ne.d(I), e[34](null), J.d(), j && j.d(), e[38](null), q.d(), V && V.d(), e[42](null), K.d(), b && b.d(),
|
|
4714
|
+
I && (A(t), A(r), A(s), A(a), A(ce), A(fe), A(oe)), ne && ne.d(I), e[34](null), J.d(), j && j.d(), e[38](null), q.d(), V && V.d(), e[42](null), K.d(), b && b.d(), R && R.d(I), $e = !1, Re(Ze);
|
|
4701
4715
|
}
|
|
4702
4716
|
};
|
|
4703
4717
|
}
|
|
4704
|
-
function
|
|
4718
|
+
function Ss(e) {
|
|
4705
4719
|
let t, r, n, i, s, a, l = (
|
|
4706
4720
|
/*$_*/
|
|
4707
4721
|
e[19]("returnToMenu") + ""
|
|
4708
4722
|
), u, h, c;
|
|
4709
4723
|
return {
|
|
4710
4724
|
c() {
|
|
4711
|
-
t =
|
|
4725
|
+
t = P("div"), r = g("svg"), n = g("g"), i = g("path"), s = k(), a = P("span"), u = M(l), o(i, "id", "Chevron_Right"), o(i, "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
|
|
4712
4726
|
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
|
|
4713
|
-
C52.942,116.507,52.942,124.327,57.633,129.007z`), o(r, "version", "1.1"), o(r, "id", "Capa_1"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), o(r, "x", "0px"), o(r, "y", "0px"), o(r, "viewBox", "0 0 240.823 240.823"),
|
|
4727
|
+
C52.942,116.507,52.942,124.327,57.633,129.007z`), o(r, "version", "1.1"), o(r, "id", "Capa_1"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), o(r, "x", "0px"), o(r, "y", "0px"), o(r, "viewBox", "0 0 240.823 240.823"), en(r, "enable-background", "new 0 0 240.823 240.823"), o(r, "xml:space", "preserve"), o(r, "width", "18px"), o(r, "fill", "var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))"), o(t, "class", "MenuReturnButton");
|
|
4714
4728
|
},
|
|
4715
4729
|
m(f, p) {
|
|
4716
4730
|
H(f, t, p), d(t, r), d(r, n), d(n, i), d(t, s), d(t, a), d(a, u), h || (c = z(
|
|
@@ -4730,25 +4744,25 @@ function Cs(e) {
|
|
|
4730
4744
|
}
|
|
4731
4745
|
};
|
|
4732
4746
|
}
|
|
4733
|
-
function
|
|
4747
|
+
function As(e) {
|
|
4734
4748
|
let t, r, n, i, s, a, l, u, h, c, f = (
|
|
4735
4749
|
/*$_*/
|
|
4736
4750
|
e[19]("titleChangePassword") + ""
|
|
4737
4751
|
), p, m, v;
|
|
4738
4752
|
return {
|
|
4739
4753
|
c() {
|
|
4740
|
-
t =
|
|
4754
|
+
t = P("div"), r = g("svg"), n = g("defs"), i = g("style"), s = M(".aaa{fill:var(--emw--color-primary, #22B04E);;}"), a = g("g"), l = g("g"), u = g("path"), h = k(), c = P("h2"), p = M(f), o(u, "class", "aaa"), o(u, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), o(u, "transform", "translate(15 15) rotate(180)"), o(l, "transform", "translate(20 158)"), o(a, "transform", "translate(-20 -158)"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "15"), o(r, "height", "15"), o(r, "viewBox", "0 0 15 15"), o(c, "class", "ChangePasswordTitleMobile"), o(t, "class", "MenuReturnButton");
|
|
4741
4755
|
},
|
|
4742
|
-
m(w,
|
|
4743
|
-
H(w, t,
|
|
4756
|
+
m(w, x) {
|
|
4757
|
+
H(w, t, x), d(t, r), d(r, n), d(n, i), d(i, s), d(r, a), d(a, l), d(l, u), d(t, h), d(t, c), d(c, p), m || (v = z(
|
|
4744
4758
|
t,
|
|
4745
4759
|
"click",
|
|
4746
4760
|
/*click_handler*/
|
|
4747
4761
|
e[32]
|
|
4748
4762
|
), m = !0);
|
|
4749
4763
|
},
|
|
4750
|
-
p(w,
|
|
4751
|
-
|
|
4764
|
+
p(w, x) {
|
|
4765
|
+
x[0] & /*$_*/
|
|
4752
4766
|
524288 && f !== (f = /*$_*/
|
|
4753
4767
|
w[19]("titleChangePassword") + "") && $(p, f);
|
|
4754
4768
|
},
|
|
@@ -4757,7 +4771,7 @@ function Bs(e) {
|
|
|
4757
4771
|
}
|
|
4758
4772
|
};
|
|
4759
4773
|
}
|
|
4760
|
-
function
|
|
4774
|
+
function Hs(e) {
|
|
4761
4775
|
let t, r, n, i, s, a, l, u, h, c;
|
|
4762
4776
|
return {
|
|
4763
4777
|
c() {
|
|
@@ -4784,8 +4798,8 @@ function Ss(e) {
|
|
|
4784
4798
|
}
|
|
4785
4799
|
};
|
|
4786
4800
|
}
|
|
4787
|
-
function
|
|
4788
|
-
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w,
|
|
4801
|
+
function Is(e) {
|
|
4802
|
+
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w, x;
|
|
4789
4803
|
return {
|
|
4790
4804
|
c() {
|
|
4791
4805
|
t = g("svg"), r = g("defs"), n = g("style"), i = M(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = g("g"), a = g("circle"), l = g("g"), u = g("path"), h = g("path"), c = g("g"), f = g("path"), p = g("path"), m = g("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(u, "class", "a"), o(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(u, "transform", "translate(-142.164 -39.123)"), o(h, "class", "a"), o(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(h, "transform", "translate(-136.413 -42.068)"), o(l, "transform", "translate(117.499 27.37)"), o(f, "class", "a"), o(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), o(f, "transform", "translate(-110.856 -33.157)"), o(p, "class", "a"), o(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"), o(p, "transform", "translate(-130.743 -29.617)"), o(c, "transform", "translate(110.856 24.899)"), o(m, "class", "a"), o(m, "width", "0.972"), o(m, "height", "15.861"), o(m, "rx", "0.486"), o(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(t, "class", v = "TogglePasswordVisibility " + /*invalidCurrentPassword*/
|
|
@@ -4793,7 +4807,7 @@ function As(e) {
|
|
|
4793
4807
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), o(t, "xmlns", "http://www.w3.org/2000/svg"), o(t, "width", "18.844"), o(t, "height", "12.887"), o(t, "viewBox", "0 0 18.844 12.887");
|
|
4794
4808
|
},
|
|
4795
4809
|
m(y, B) {
|
|
4796
|
-
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (
|
|
4810
|
+
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (x = z(
|
|
4797
4811
|
t,
|
|
4798
4812
|
"click",
|
|
4799
4813
|
/*click_handler_1*/
|
|
@@ -4807,22 +4821,22 @@ function As(e) {
|
|
|
4807
4821
|
(y[20] ? "TogglePasswordVisibilityMobile" : "")) && o(t, "class", v);
|
|
4808
4822
|
},
|
|
4809
4823
|
d(y) {
|
|
4810
|
-
y && A(t), w = !1,
|
|
4824
|
+
y && A(t), w = !1, x();
|
|
4811
4825
|
}
|
|
4812
4826
|
};
|
|
4813
4827
|
}
|
|
4814
|
-
function
|
|
4828
|
+
function ur(e) {
|
|
4815
4829
|
let t;
|
|
4816
4830
|
function r(s, a) {
|
|
4817
4831
|
return (
|
|
4818
4832
|
/*simplepasswordvalidation*/
|
|
4819
|
-
s[0] == "true" ?
|
|
4833
|
+
s[0] == "true" ? Ns : Ms
|
|
4820
4834
|
);
|
|
4821
4835
|
}
|
|
4822
4836
|
let n = r(e), i = n(e);
|
|
4823
4837
|
return {
|
|
4824
4838
|
c() {
|
|
4825
|
-
i.c(), t =
|
|
4839
|
+
i.c(), t = mr();
|
|
4826
4840
|
},
|
|
4827
4841
|
m(s, a) {
|
|
4828
4842
|
i.m(s, a), H(s, t, a);
|
|
@@ -4835,14 +4849,14 @@ function or(e) {
|
|
|
4835
4849
|
}
|
|
4836
4850
|
};
|
|
4837
4851
|
}
|
|
4838
|
-
function
|
|
4852
|
+
function Ms(e) {
|
|
4839
4853
|
let t, r = (
|
|
4840
4854
|
/*$_*/
|
|
4841
4855
|
e[19]("invalidPasswordRule") + ""
|
|
4842
4856
|
), n;
|
|
4843
4857
|
return {
|
|
4844
4858
|
c() {
|
|
4845
|
-
t =
|
|
4859
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInput");
|
|
4846
4860
|
},
|
|
4847
4861
|
m(i, s) {
|
|
4848
4862
|
H(i, t, s), d(t, n);
|
|
@@ -4857,14 +4871,14 @@ function Hs(e) {
|
|
|
4857
4871
|
}
|
|
4858
4872
|
};
|
|
4859
4873
|
}
|
|
4860
|
-
function
|
|
4874
|
+
function Ns(e) {
|
|
4861
4875
|
let t, r = (
|
|
4862
4876
|
/*$_*/
|
|
4863
4877
|
e[19]("simplePasswordError") + ""
|
|
4864
4878
|
), n;
|
|
4865
4879
|
return {
|
|
4866
4880
|
c() {
|
|
4867
|
-
t =
|
|
4881
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInput");
|
|
4868
4882
|
},
|
|
4869
4883
|
m(i, s) {
|
|
4870
4884
|
H(i, t, s), d(t, n);
|
|
@@ -4879,7 +4893,7 @@ function Is(e) {
|
|
|
4879
4893
|
}
|
|
4880
4894
|
};
|
|
4881
4895
|
}
|
|
4882
|
-
function
|
|
4896
|
+
function Rs(e) {
|
|
4883
4897
|
let t, r, n, i, s, a, l, u, h, c;
|
|
4884
4898
|
return {
|
|
4885
4899
|
c() {
|
|
@@ -4906,8 +4920,8 @@ function Ms(e) {
|
|
|
4906
4920
|
}
|
|
4907
4921
|
};
|
|
4908
4922
|
}
|
|
4909
|
-
function
|
|
4910
|
-
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w,
|
|
4923
|
+
function Os(e) {
|
|
4924
|
+
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w, x;
|
|
4911
4925
|
return {
|
|
4912
4926
|
c() {
|
|
4913
4927
|
t = g("svg"), r = g("defs"), n = g("style"), i = M(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = g("g"), a = g("circle"), l = g("g"), u = g("path"), h = g("path"), c = g("g"), f = g("path"), p = g("path"), m = g("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(u, "class", "a"), o(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(u, "transform", "translate(-142.164 -39.123)"), o(h, "class", "a"), o(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(h, "transform", "translate(-136.413 -42.068)"), o(l, "transform", "translate(117.499 27.37)"), o(f, "class", "a"), o(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), o(f, "transform", "translate(-110.856 -33.157)"), o(p, "class", "a"), o(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"), o(p, "transform", "translate(-130.743 -29.617)"), o(c, "transform", "translate(110.856 24.899)"), o(m, "class", "a"), o(m, "width", "0.972"), o(m, "height", "15.861"), o(m, "rx", "0.486"), o(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(t, "class", v = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
@@ -4915,7 +4929,7 @@ function Ns(e) {
|
|
|
4915
4929
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), o(t, "xmlns", "http://www.w3.org/2000/svg"), o(t, "width", "18.844"), o(t, "height", "12.887"), o(t, "viewBox", "0 0 18.844 12.887");
|
|
4916
4930
|
},
|
|
4917
4931
|
m(y, B) {
|
|
4918
|
-
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (
|
|
4932
|
+
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (x = z(
|
|
4919
4933
|
t,
|
|
4920
4934
|
"click",
|
|
4921
4935
|
/*click_handler_3*/
|
|
@@ -4929,22 +4943,22 @@ function Ns(e) {
|
|
|
4929
4943
|
(y[20] ? "TogglePasswordVisibilityMobile" : "")) && o(t, "class", v);
|
|
4930
4944
|
},
|
|
4931
4945
|
d(y) {
|
|
4932
|
-
y && A(t), w = !1,
|
|
4946
|
+
y && A(t), w = !1, x();
|
|
4933
4947
|
}
|
|
4934
4948
|
};
|
|
4935
4949
|
}
|
|
4936
|
-
function
|
|
4950
|
+
function Ls(e) {
|
|
4937
4951
|
let t;
|
|
4938
4952
|
function r(s, a) {
|
|
4939
4953
|
return (
|
|
4940
4954
|
/*simplepasswordvalidation*/
|
|
4941
|
-
s[0] == "true" ?
|
|
4955
|
+
s[0] == "true" ? Ds : ks
|
|
4942
4956
|
);
|
|
4943
4957
|
}
|
|
4944
4958
|
let n = r(e), i = n(e);
|
|
4945
4959
|
return {
|
|
4946
4960
|
c() {
|
|
4947
|
-
i.c(), t =
|
|
4961
|
+
i.c(), t = mr();
|
|
4948
4962
|
},
|
|
4949
4963
|
m(s, a) {
|
|
4950
4964
|
i.m(s, a), H(s, t, a);
|
|
@@ -4957,14 +4971,14 @@ function Os(e) {
|
|
|
4957
4971
|
}
|
|
4958
4972
|
};
|
|
4959
4973
|
}
|
|
4960
|
-
function
|
|
4974
|
+
function Fs(e) {
|
|
4961
4975
|
let t, r = (
|
|
4962
4976
|
/*$_*/
|
|
4963
4977
|
e[19]("invalidNewPassword") + ""
|
|
4964
4978
|
), n;
|
|
4965
4979
|
return {
|
|
4966
4980
|
c() {
|
|
4967
|
-
t =
|
|
4981
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInputNew");
|
|
4968
4982
|
},
|
|
4969
4983
|
m(i, s) {
|
|
4970
4984
|
H(i, t, s), d(t, n);
|
|
@@ -4979,14 +4993,14 @@ function Rs(e) {
|
|
|
4979
4993
|
}
|
|
4980
4994
|
};
|
|
4981
4995
|
}
|
|
4982
|
-
function
|
|
4996
|
+
function ks(e) {
|
|
4983
4997
|
let t, r = (
|
|
4984
4998
|
/*$_*/
|
|
4985
4999
|
e[19]("invalidPasswordRule") + ""
|
|
4986
5000
|
), n;
|
|
4987
5001
|
return {
|
|
4988
5002
|
c() {
|
|
4989
|
-
t =
|
|
5003
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInput");
|
|
4990
5004
|
},
|
|
4991
5005
|
m(i, s) {
|
|
4992
5006
|
H(i, t, s), d(t, n);
|
|
@@ -5001,14 +5015,14 @@ function Ls(e) {
|
|
|
5001
5015
|
}
|
|
5002
5016
|
};
|
|
5003
5017
|
}
|
|
5004
|
-
function
|
|
5018
|
+
function Ds(e) {
|
|
5005
5019
|
let t, r = (
|
|
5006
5020
|
/*$_*/
|
|
5007
5021
|
e[19]("simplePasswordError") + ""
|
|
5008
5022
|
), n;
|
|
5009
5023
|
return {
|
|
5010
5024
|
c() {
|
|
5011
|
-
t =
|
|
5025
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInput");
|
|
5012
5026
|
},
|
|
5013
5027
|
m(i, s) {
|
|
5014
5028
|
H(i, t, s), d(t, n);
|
|
@@ -5023,7 +5037,7 @@ function ks(e) {
|
|
|
5023
5037
|
}
|
|
5024
5038
|
};
|
|
5025
5039
|
}
|
|
5026
|
-
function
|
|
5040
|
+
function Us(e) {
|
|
5027
5041
|
let t, r, n, i, s, a, l, u, h, c;
|
|
5028
5042
|
return {
|
|
5029
5043
|
c() {
|
|
@@ -5050,8 +5064,8 @@ function Fs(e) {
|
|
|
5050
5064
|
}
|
|
5051
5065
|
};
|
|
5052
5066
|
}
|
|
5053
|
-
function
|
|
5054
|
-
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w,
|
|
5067
|
+
function $s(e) {
|
|
5068
|
+
let t, r, n, i, s, a, l, u, h, c, f, p, m, v, w, x;
|
|
5055
5069
|
return {
|
|
5056
5070
|
c() {
|
|
5057
5071
|
t = g("svg"), r = g("defs"), n = g("style"), i = M(".a{fill:var(--emw--color-white, #FFFFFF);}"), s = g("g"), a = g("circle"), l = g("g"), u = g("path"), h = g("path"), c = g("g"), f = g("path"), p = g("path"), m = g("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(u, "class", "a"), o(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(u, "transform", "translate(-142.164 -39.123)"), o(h, "class", "a"), o(h, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(h, "transform", "translate(-136.413 -42.068)"), o(l, "transform", "translate(117.499 27.37)"), o(f, "class", "a"), o(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), o(f, "transform", "translate(-110.856 -33.157)"), o(p, "class", "a"), o(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"), o(p, "transform", "translate(-130.743 -29.617)"), o(c, "transform", "translate(110.856 24.899)"), o(m, "class", "a"), o(m, "width", "0.972"), o(m, "height", "15.861"), o(m, "rx", "0.486"), o(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(t, "class", v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
@@ -5059,7 +5073,7 @@ function Ds(e) {
|
|
|
5059
5073
|
(e[20] ? "TogglePasswordVisibilityMobile" : "")), o(t, "xmlns", "http://www.w3.org/2000/svg"), o(t, "width", "18.844"), o(t, "height", "12.887"), o(t, "viewBox", "0 0 18.844 12.887");
|
|
5060
5074
|
},
|
|
5061
5075
|
m(y, B) {
|
|
5062
|
-
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (
|
|
5076
|
+
H(y, t, B), d(t, r), d(r, n), d(n, i), d(t, s), d(s, a), d(s, l), d(l, u), d(l, h), d(s, c), d(c, f), d(c, p), d(s, m), w || (x = z(
|
|
5063
5077
|
t,
|
|
5064
5078
|
"click",
|
|
5065
5079
|
/*click_handler_5*/
|
|
@@ -5073,18 +5087,18 @@ function Ds(e) {
|
|
|
5073
5087
|
(y[20] ? "TogglePasswordVisibilityMobile" : "")) && o(t, "class", v);
|
|
5074
5088
|
},
|
|
5075
5089
|
d(y) {
|
|
5076
|
-
y && A(t), w = !1,
|
|
5090
|
+
y && A(t), w = !1, x();
|
|
5077
5091
|
}
|
|
5078
5092
|
};
|
|
5079
5093
|
}
|
|
5080
|
-
function
|
|
5094
|
+
function hr(e) {
|
|
5081
5095
|
let t, r = (
|
|
5082
5096
|
/*$_*/
|
|
5083
5097
|
e[19]("confirmPasswordInvalid") + ""
|
|
5084
5098
|
), n;
|
|
5085
5099
|
return {
|
|
5086
5100
|
c() {
|
|
5087
|
-
t =
|
|
5101
|
+
t = P("p"), n = M(r), o(t, "class", "InvalidInput");
|
|
5088
5102
|
},
|
|
5089
5103
|
m(i, s) {
|
|
5090
5104
|
H(i, t, s), d(t, n);
|
|
@@ -5099,11 +5113,11 @@ function lr(e) {
|
|
|
5099
5113
|
}
|
|
5100
5114
|
};
|
|
5101
5115
|
}
|
|
5102
|
-
function
|
|
5116
|
+
function cr(e) {
|
|
5103
5117
|
let t, r, n;
|
|
5104
5118
|
return {
|
|
5105
5119
|
c() {
|
|
5106
|
-
t =
|
|
5120
|
+
t = P("div"), r = P("p"), n = M(
|
|
5107
5121
|
/*errorPasswordChanged*/
|
|
5108
5122
|
e[17]
|
|
5109
5123
|
), o(r, "class", "PasswordChangedError");
|
|
@@ -5124,15 +5138,15 @@ function ur(e) {
|
|
|
5124
5138
|
}
|
|
5125
5139
|
};
|
|
5126
5140
|
}
|
|
5127
|
-
function
|
|
5141
|
+
function Gs(e) {
|
|
5128
5142
|
let t;
|
|
5129
5143
|
function r(s, a) {
|
|
5130
|
-
return
|
|
5144
|
+
return Ts;
|
|
5131
5145
|
}
|
|
5132
5146
|
let i = r()(e);
|
|
5133
5147
|
return {
|
|
5134
5148
|
c() {
|
|
5135
|
-
t =
|
|
5149
|
+
t = P("div"), i.c();
|
|
5136
5150
|
},
|
|
5137
5151
|
m(s, a) {
|
|
5138
5152
|
H(s, t, a), i.m(t, null), e[48](t);
|
|
@@ -5147,31 +5161,31 @@ function Us(e) {
|
|
|
5147
5161
|
}
|
|
5148
5162
|
};
|
|
5149
5163
|
}
|
|
5150
|
-
function
|
|
5164
|
+
function js(e, t, r) {
|
|
5151
5165
|
let n;
|
|
5152
|
-
|
|
5153
|
-
let { lang: i = "en" } = t, { simplepasswordvalidation: s = "false" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { mbsource: u } = t, { translationurl: h = "" } = t, { passwordregex: c = "" } = t, f, p = window.navigator.userAgent, m =
|
|
5166
|
+
Yr(e, ws, (b) => r(19, n = b));
|
|
5167
|
+
let { lang: i = "en" } = t, { simplepasswordvalidation: s = "false" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { mbsource: u } = t, { translationurl: h = "" } = t, { passwordregex: c = "" } = t, f, p = window.navigator.userAgent, m = vs(p) !== "PC", v = !1;
|
|
5154
5168
|
window.matchMedia("(min-width: 768px)");
|
|
5155
5169
|
const w = {
|
|
5156
5170
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
|
|
5157
5171
|
};
|
|
5158
|
-
let
|
|
5172
|
+
let x = !1, y = !1, B = !1, L, D, U, O = !1, X = !1, ee = !1, G = !1, N = "", T = "", Z = "", he = !1, ge = "", ke = !1;
|
|
5159
5173
|
const Y = () => {
|
|
5160
|
-
fetch(h).then((
|
|
5161
|
-
Object.keys(
|
|
5162
|
-
|
|
5174
|
+
fetch(h).then((R) => R.json()).then((R) => {
|
|
5175
|
+
Object.keys(R).forEach((I) => {
|
|
5176
|
+
or(I, R[I]);
|
|
5163
5177
|
});
|
|
5164
|
-
}).catch((
|
|
5165
|
-
console.log(
|
|
5178
|
+
}).catch((R) => {
|
|
5179
|
+
console.log(R);
|
|
5166
5180
|
});
|
|
5167
5181
|
};
|
|
5168
|
-
Object.keys(
|
|
5169
|
-
|
|
5182
|
+
Object.keys(lr).forEach((b) => {
|
|
5183
|
+
or(b, lr[b]);
|
|
5170
5184
|
});
|
|
5171
5185
|
const re = (b) => {
|
|
5172
5186
|
switch (b) {
|
|
5173
5187
|
case "userCurrentPassword":
|
|
5174
|
-
r(10,
|
|
5188
|
+
r(10, O = !O), r(7, L.type = O ? "text" : "password", L);
|
|
5175
5189
|
break;
|
|
5176
5190
|
case "userNewPassword":
|
|
5177
5191
|
r(11, X = !X), r(8, D.type = X ? "text" : "password", D);
|
|
@@ -5182,10 +5196,10 @@ function $s(e, t, r) {
|
|
|
5182
5196
|
}
|
|
5183
5197
|
}, De = () => {
|
|
5184
5198
|
s == "true" && (w.password = /^(?!.* ).{8,20}$/);
|
|
5185
|
-
}, be = (b,
|
|
5186
|
-
I.id === "CurrentPassword" ?
|
|
5199
|
+
}, be = (b, R, I) => {
|
|
5200
|
+
I.id === "CurrentPassword" ? R.length > 1e3 ? r(4, x = !0) : r(4, x = !1) : I.id === "NewPassword" ? (r(5, y = !ce(R)), N && r(13, G = N === T), Z && r(6, B = T === Z ? !ce(R) : !0)) : r(6, B = T === Z ? !ce(R) : !0), fe();
|
|
5187
5201
|
}, ce = (b) => !!w.password.test(b), fe = () => {
|
|
5188
|
-
!
|
|
5202
|
+
!x && !y && !B && !G && N && T && Z ? r(3, v = !0) : r(3, v = !1);
|
|
5189
5203
|
}, oe = (b) => {
|
|
5190
5204
|
b.preventDefault(), v && window.postMessage(
|
|
5191
5205
|
{
|
|
@@ -5206,7 +5220,7 @@ function $s(e, t, r) {
|
|
|
5206
5220
|
}, de = () => {
|
|
5207
5221
|
window.postMessage({ type: "GoToHomepage" }, window.location.href);
|
|
5208
5222
|
}, Ue = () => {
|
|
5209
|
-
|
|
5223
|
+
ys(i);
|
|
5210
5224
|
}, pe = (b) => {
|
|
5211
5225
|
if (b.data)
|
|
5212
5226
|
switch (b.data.type) {
|
|
@@ -5214,11 +5228,11 @@ function $s(e, t, r) {
|
|
|
5214
5228
|
r(2, he = !0);
|
|
5215
5229
|
break;
|
|
5216
5230
|
case "ShowPasswordChangedError":
|
|
5217
|
-
r(18,
|
|
5231
|
+
r(18, ke = b.data.showErrorPasswordChanged), r(17, ge = b.data.errorPasswordChanged);
|
|
5218
5232
|
break;
|
|
5219
5233
|
}
|
|
5220
5234
|
};
|
|
5221
|
-
|
|
5235
|
+
nn(() => (window.addEventListener("message", pe, !1), () => {
|
|
5222
5236
|
window.removeEventListener("message", pe);
|
|
5223
5237
|
}));
|
|
5224
5238
|
const we = () => Q();
|
|
@@ -5248,7 +5262,7 @@ function $s(e, t, r) {
|
|
|
5248
5262
|
U = b, r(9, U);
|
|
5249
5263
|
});
|
|
5250
5264
|
}
|
|
5251
|
-
const Je = () => re("userConfirmPassword"), le = () => re("userConfirmPassword"), V = (b) => oe(b), qe = () => Q(),
|
|
5265
|
+
const Je = () => re("userConfirmPassword"), le = () => re("userConfirmPassword"), V = (b) => oe(b), qe = () => Q(), Pe = () => de();
|
|
5252
5266
|
function K(b) {
|
|
5253
5267
|
Ce[b ? "unshift" : "push"](() => {
|
|
5254
5268
|
f = b, r(1, f);
|
|
@@ -5262,22 +5276,22 @@ function $s(e, t, r) {
|
|
|
5262
5276
|
1 && c && (w.password = new RegExp(c)), e.$$.dirty[0] & /*lang*/
|
|
5263
5277
|
67108864 && i && Ue(), e.$$.dirty[0] & /*passwordChanged*/
|
|
5264
5278
|
4, e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
5265
|
-
134217730 && a && f &&
|
|
5266
|
-
268435458 && l && f &&
|
|
5267
|
-
536870914 && u && f &&
|
|
5279
|
+
134217730 && a && f && Ps(f, a), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
5280
|
+
268435458 && l && f && _s(f, l), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
5281
|
+
536870914 && u && f && Es(f, `${u}.Style`), e.$$.dirty[0] & /*translationurl*/
|
|
5268
5282
|
1073741824 && h && Y();
|
|
5269
5283
|
}, [
|
|
5270
5284
|
s,
|
|
5271
5285
|
f,
|
|
5272
5286
|
he,
|
|
5273
5287
|
v,
|
|
5274
|
-
|
|
5288
|
+
x,
|
|
5275
5289
|
y,
|
|
5276
5290
|
B,
|
|
5277
5291
|
L,
|
|
5278
5292
|
D,
|
|
5279
5293
|
U,
|
|
5280
|
-
|
|
5294
|
+
O,
|
|
5281
5295
|
X,
|
|
5282
5296
|
ee,
|
|
5283
5297
|
G,
|
|
@@ -5285,7 +5299,7 @@ function $s(e, t, r) {
|
|
|
5285
5299
|
T,
|
|
5286
5300
|
Z,
|
|
5287
5301
|
ge,
|
|
5288
|
-
|
|
5302
|
+
ke,
|
|
5289
5303
|
n,
|
|
5290
5304
|
m,
|
|
5291
5305
|
re,
|
|
@@ -5314,18 +5328,18 @@ function $s(e, t, r) {
|
|
|
5314
5328
|
le,
|
|
5315
5329
|
V,
|
|
5316
5330
|
qe,
|
|
5317
|
-
|
|
5331
|
+
Pe,
|
|
5318
5332
|
K
|
|
5319
5333
|
];
|
|
5320
5334
|
}
|
|
5321
|
-
class
|
|
5335
|
+
class Vs extends gn {
|
|
5322
5336
|
constructor(t) {
|
|
5323
|
-
super(),
|
|
5337
|
+
super(), pn(
|
|
5324
5338
|
this,
|
|
5325
5339
|
t,
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5340
|
+
js,
|
|
5341
|
+
Gs,
|
|
5342
|
+
dr,
|
|
5329
5343
|
{
|
|
5330
5344
|
lang: 26,
|
|
5331
5345
|
simplepasswordvalidation: 0,
|
|
@@ -5335,7 +5349,7 @@ class Gs extends dn {
|
|
|
5335
5349
|
translationurl: 30,
|
|
5336
5350
|
passwordregex: 31
|
|
5337
5351
|
},
|
|
5338
|
-
|
|
5352
|
+
xs,
|
|
5339
5353
|
[-1, -1]
|
|
5340
5354
|
);
|
|
5341
5355
|
}
|
|
@@ -5382,7 +5396,7 @@ class Gs extends dn {
|
|
|
5382
5396
|
this.$$set({ passwordregex: t }), ie();
|
|
5383
5397
|
}
|
|
5384
5398
|
}
|
|
5385
|
-
|
|
5399
|
+
mn(Vs, { lang: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {}, passwordregex: {} }, [], [], !0);
|
|
5386
5400
|
export {
|
|
5387
|
-
|
|
5401
|
+
Vs as P
|
|
5388
5402
|
};
|