@everymatrix/general-player-forgot-password-form-nd 1.45.7 → 1.45.9
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/{GeneralPlayerForgotPasswordFormNd-_ETKYahG.js → GeneralPlayerForgotPasswordFormNd-D8EsK2lZ.js} +1027 -1006
- package/components/GeneralPlayerForgotPasswordFormNd-DwUizcvB.cjs +5 -0
- package/es2015/general-player-forgot-password-form-nd.cjs +1 -1
- package/es2015/general-player-forgot-password-form-nd.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerForgotPasswordFormNd-BeBy9lr9.cjs +0 -5
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var it = (e, t, r) => t in e ?
|
|
1
|
+
var xo = Object.defineProperty, To = Object.defineProperties;
|
|
2
|
+
var So = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Rt = Object.getOwnPropertySymbols;
|
|
4
|
+
var Bo = Object.prototype.hasOwnProperty, Co = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var it = (e, t, r) => t in e ? xo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Mt = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
Bo.call(t, r) && it(e, r, t[r]);
|
|
8
|
+
if (Rt)
|
|
9
|
+
for (var r of Rt(t))
|
|
10
|
+
Co.call(t, r) && it(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, kt = (e, t) => To(e, So(t));
|
|
13
13
|
var fe = (e, t, r) => it(e, typeof t != "symbol" ? t + "" : t, r);
|
|
14
14
|
var at = (e, t, r) => new Promise((o, s) => {
|
|
15
15
|
var n = (u) => {
|
|
@@ -27,57 +27,57 @@ var at = (e, t, r) => new Promise((o, s) => {
|
|
|
27
27
|
}, l = (u) => u.done ? o(u.value) : Promise.resolve(u.value).then(n, a);
|
|
28
28
|
l((r = r.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
|
-
function
|
|
30
|
+
function he() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function vr(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function Dt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
39
|
-
e.forEach(
|
|
38
|
+
function ve(e) {
|
|
39
|
+
e.forEach(vr);
|
|
40
40
|
}
|
|
41
41
|
function De(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function yr(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
47
|
let Ve;
|
|
48
|
-
function
|
|
48
|
+
function Ut(e, t) {
|
|
49
49
|
return e === t ? !0 : (Ve || (Ve = document.createElement("a")), Ve.href = t, e === Ve.href);
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function Ho(e) {
|
|
52
52
|
return Object.keys(e).length === 0;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Pr(e, ...t) {
|
|
55
55
|
if (e == null) {
|
|
56
56
|
for (const o of t)
|
|
57
57
|
o(void 0);
|
|
58
|
-
return
|
|
58
|
+
return he;
|
|
59
59
|
}
|
|
60
60
|
const r = e.subscribe(...t);
|
|
61
61
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
64
|
-
e.$$.on_destroy.push(
|
|
63
|
+
function No(e, t, r) {
|
|
64
|
+
e.$$.on_destroy.push(Pr(t, r));
|
|
65
65
|
}
|
|
66
|
-
const
|
|
66
|
+
const Ao = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
|
|
67
67
|
// @ts-ignore Node typings have this
|
|
68
68
|
global
|
|
69
69
|
);
|
|
70
|
-
function
|
|
70
|
+
function h(e, t) {
|
|
71
71
|
e.appendChild(t);
|
|
72
72
|
}
|
|
73
|
-
function
|
|
74
|
-
const o =
|
|
73
|
+
function Io(e, t, r) {
|
|
74
|
+
const o = Lo(e);
|
|
75
75
|
if (!o.getElementById(t)) {
|
|
76
76
|
const s = y("style");
|
|
77
77
|
s.id = t, s.textContent = r, Oo(o, s);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function Lo(e) {
|
|
81
81
|
if (!e) return document;
|
|
82
82
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
83
83
|
return t && /** @type {ShadowRoot} */
|
|
@@ -87,50 +87,50 @@ function Io(e) {
|
|
|
87
87
|
) : e.ownerDocument;
|
|
88
88
|
}
|
|
89
89
|
function Oo(e, t) {
|
|
90
|
-
return
|
|
90
|
+
return h(
|
|
91
91
|
/** @type {Document} */
|
|
92
92
|
e.head || e,
|
|
93
93
|
t
|
|
94
94
|
), t.sheet;
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function k(e, t, r) {
|
|
97
97
|
e.insertBefore(t, r || null);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function F(e) {
|
|
100
100
|
e.parentNode && e.parentNode.removeChild(e);
|
|
101
101
|
}
|
|
102
102
|
function y(e) {
|
|
103
103
|
return document.createElement(e);
|
|
104
104
|
}
|
|
105
|
-
function
|
|
105
|
+
function b(e) {
|
|
106
106
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function C(e) {
|
|
109
109
|
return document.createTextNode(e);
|
|
110
110
|
}
|
|
111
111
|
function R() {
|
|
112
|
-
return
|
|
112
|
+
return C(" ");
|
|
113
113
|
}
|
|
114
|
-
function
|
|
115
|
-
return
|
|
114
|
+
function Er() {
|
|
115
|
+
return C("");
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function ae(e, t, r, o) {
|
|
118
118
|
return e.addEventListener(t, r, o), () => e.removeEventListener(t, r, o);
|
|
119
119
|
}
|
|
120
120
|
function i(e, t, r) {
|
|
121
121
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function Fo(e) {
|
|
124
124
|
return Array.from(e.childNodes);
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function V(e, t) {
|
|
127
127
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
128
128
|
t);
|
|
129
129
|
}
|
|
130
130
|
function Se(e, t) {
|
|
131
131
|
e.value = t == null ? "" : t;
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Ro(e) {
|
|
134
134
|
const t = {};
|
|
135
135
|
return e.childNodes.forEach(
|
|
136
136
|
/** @param {Element} node */
|
|
@@ -143,26 +143,26 @@ let Ue;
|
|
|
143
143
|
function Me(e) {
|
|
144
144
|
Ue = e;
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function Mo() {
|
|
147
147
|
if (!Ue) throw new Error("Function called outside component initialization");
|
|
148
148
|
return Ue;
|
|
149
149
|
}
|
|
150
|
-
function
|
|
151
|
-
|
|
150
|
+
function ko(e) {
|
|
151
|
+
Mo().$$.on_mount.push(e);
|
|
152
152
|
}
|
|
153
153
|
const Te = [], ke = [];
|
|
154
154
|
let Be = [];
|
|
155
|
-
const
|
|
155
|
+
const Gt = [], Do = /* @__PURE__ */ Promise.resolve();
|
|
156
156
|
let gt = !1;
|
|
157
|
-
function
|
|
158
|
-
gt || (gt = !0,
|
|
157
|
+
function Uo() {
|
|
158
|
+
gt || (gt = !0, Do.then(ue));
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function wt(e) {
|
|
161
161
|
Be.push(e);
|
|
162
162
|
}
|
|
163
163
|
const lt = /* @__PURE__ */ new Set();
|
|
164
164
|
let _e = 0;
|
|
165
|
-
function
|
|
165
|
+
function ue() {
|
|
166
166
|
if (_e !== 0)
|
|
167
167
|
return;
|
|
168
168
|
const e = Ue;
|
|
@@ -170,7 +170,7 @@ function le() {
|
|
|
170
170
|
try {
|
|
171
171
|
for (; _e < Te.length; ) {
|
|
172
172
|
const t = Te[_e];
|
|
173
|
-
_e++, Me(t),
|
|
173
|
+
_e++, Me(t), Go(t.$$);
|
|
174
174
|
}
|
|
175
175
|
} catch (t) {
|
|
176
176
|
throw Te.length = 0, _e = 0, t;
|
|
@@ -182,40 +182,40 @@ function le() {
|
|
|
182
182
|
}
|
|
183
183
|
Be.length = 0;
|
|
184
184
|
} while (Te.length);
|
|
185
|
-
for (;
|
|
186
|
-
|
|
185
|
+
for (; Gt.length; )
|
|
186
|
+
Gt.pop()();
|
|
187
187
|
gt = !1, lt.clear(), Me(e);
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function Go(e) {
|
|
190
190
|
if (e.fragment !== null) {
|
|
191
|
-
e.update(),
|
|
191
|
+
e.update(), ve(e.before_update);
|
|
192
192
|
const t = e.dirty;
|
|
193
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
193
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(wt);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function jo(e) {
|
|
197
197
|
const t = [], r = [];
|
|
198
198
|
Be.forEach((o) => e.indexOf(o) === -1 ? t.push(o) : r.push(o)), r.forEach((o) => o()), Be = t;
|
|
199
199
|
}
|
|
200
|
-
const
|
|
201
|
-
function
|
|
202
|
-
e && e.i && (
|
|
200
|
+
const $o = /* @__PURE__ */ new Set();
|
|
201
|
+
function Vo(e, t) {
|
|
202
|
+
e && e.i && ($o.delete(e), e.i(t));
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function zo(e, t, r) {
|
|
205
205
|
const { fragment: o, after_update: s } = e.$$;
|
|
206
|
-
o && o.m(t, r),
|
|
207
|
-
const n = e.$$.on_mount.map(
|
|
208
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...n) :
|
|
209
|
-
}), s.forEach(
|
|
206
|
+
o && o.m(t, r), wt(() => {
|
|
207
|
+
const n = e.$$.on_mount.map(vr).filter(De);
|
|
208
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...n) : ve(n), e.$$.on_mount = [];
|
|
209
|
+
}), s.forEach(wt);
|
|
210
210
|
}
|
|
211
|
-
function
|
|
211
|
+
function Xo(e, t) {
|
|
212
212
|
const r = e.$$;
|
|
213
|
-
r.fragment !== null && (
|
|
213
|
+
r.fragment !== null && (jo(r.after_update), ve(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
e.$$.dirty[0] === -1 && (Te.push(e),
|
|
215
|
+
function Zo(e, t) {
|
|
216
|
+
e.$$.dirty[0] === -1 && (Te.push(e), Uo(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function Wo(e, t, r, o, s, n, a = null, l = [-1]) {
|
|
219
219
|
const u = Ue;
|
|
220
220
|
Me(e);
|
|
221
221
|
const c = e.$$ = {
|
|
@@ -223,9 +223,9 @@ function Zo(e, t, r, o, s, n, a = null, l = [-1]) {
|
|
|
223
223
|
ctx: [],
|
|
224
224
|
// state
|
|
225
225
|
props: n,
|
|
226
|
-
update:
|
|
226
|
+
update: he,
|
|
227
227
|
not_equal: s,
|
|
228
|
-
bound:
|
|
228
|
+
bound: Dt(),
|
|
229
229
|
// lifecycle
|
|
230
230
|
on_mount: [],
|
|
231
231
|
on_destroy: [],
|
|
@@ -234,28 +234,28 @@ function Zo(e, t, r, o, s, n, a = null, l = [-1]) {
|
|
|
234
234
|
after_update: [],
|
|
235
235
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
236
236
|
// everything else
|
|
237
|
-
callbacks:
|
|
237
|
+
callbacks: Dt(),
|
|
238
238
|
dirty: l,
|
|
239
239
|
skip_bound: !1,
|
|
240
240
|
root: t.target || u.$$.root
|
|
241
241
|
};
|
|
242
242
|
a && a(c.root);
|
|
243
|
-
let
|
|
243
|
+
let f = !1;
|
|
244
244
|
if (c.ctx = r ? r(e, t.props || {}, (d, p, ...m) => {
|
|
245
245
|
const v = m.length ? m[0] : p;
|
|
246
|
-
return c.ctx && s(c.ctx[d], c.ctx[d] = v) && (!c.skip_bound && c.bound[d] && c.bound[d](v),
|
|
247
|
-
}) : [], c.update(),
|
|
246
|
+
return c.ctx && s(c.ctx[d], c.ctx[d] = v) && (!c.skip_bound && c.bound[d] && c.bound[d](v), f && Zo(e, d)), p;
|
|
247
|
+
}) : [], c.update(), f = !0, ve(c.before_update), c.fragment = o ? o(c.ctx) : !1, t.target) {
|
|
248
248
|
if (t.hydrate) {
|
|
249
|
-
const d =
|
|
250
|
-
c.fragment && c.fragment.l(d), d.forEach(
|
|
249
|
+
const d = Fo(t.target);
|
|
250
|
+
c.fragment && c.fragment.l(d), d.forEach(F);
|
|
251
251
|
} else
|
|
252
252
|
c.fragment && c.fragment.c();
|
|
253
|
-
t.intro &&
|
|
253
|
+
t.intro && Vo(e.$$.fragment), zo(e, t.target, t.anchor), ue();
|
|
254
254
|
}
|
|
255
255
|
Me(u);
|
|
256
256
|
}
|
|
257
|
-
let
|
|
258
|
-
typeof HTMLElement == "function" && (
|
|
257
|
+
let _r;
|
|
258
|
+
typeof HTMLElement == "function" && (_r = class extends HTMLElement {
|
|
259
259
|
constructor(t, r, o) {
|
|
260
260
|
super();
|
|
261
261
|
/** The Svelte component constructor */
|
|
@@ -305,18 +305,18 @@ typeof HTMLElement == "function" && (Er = class extends HTMLElement {
|
|
|
305
305
|
* @param {HTMLElement} target
|
|
306
306
|
* @param {HTMLElement} [anchor]
|
|
307
307
|
*/
|
|
308
|
-
m: function(c,
|
|
309
|
-
|
|
308
|
+
m: function(c, f) {
|
|
309
|
+
k(c, a, f);
|
|
310
310
|
},
|
|
311
311
|
d: function(c) {
|
|
312
|
-
c &&
|
|
312
|
+
c && F(a);
|
|
313
313
|
}
|
|
314
314
|
};
|
|
315
315
|
};
|
|
316
316
|
};
|
|
317
317
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
318
318
|
return;
|
|
319
|
-
const r = {}, o =
|
|
319
|
+
const r = {}, o = Ro(this);
|
|
320
320
|
for (const n of this.$$s)
|
|
321
321
|
n in o && (r[n] = [t(n)]);
|
|
322
322
|
for (const n of this.attributes) {
|
|
@@ -327,7 +327,7 @@ typeof HTMLElement == "function" && (Er = class extends HTMLElement {
|
|
|
327
327
|
!(n in this.$$d) && this[n] !== void 0 && (this.$$d[n] = this[n], delete this[n]);
|
|
328
328
|
this.$$c = new this.$$ctor({
|
|
329
329
|
target: this.shadowRoot || this,
|
|
330
|
-
props: Mt(
|
|
330
|
+
props: kt(Mt({}, this.$$d), {
|
|
331
331
|
$$slots: r,
|
|
332
332
|
$$scope: {
|
|
333
333
|
ctx: []
|
|
@@ -405,8 +405,8 @@ function Ze(e, t, r, o) {
|
|
|
405
405
|
return t;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
function
|
|
409
|
-
let a = class extends
|
|
408
|
+
function qo(e, t, r, o, s, n) {
|
|
409
|
+
let a = class extends _r {
|
|
410
410
|
constructor() {
|
|
411
411
|
super(e, r, s), this.$$p_d = t;
|
|
412
412
|
}
|
|
@@ -436,7 +436,7 @@ function Wo(e, t, r, o, s, n) {
|
|
|
436
436
|
}), e.element = /** @type {any} */
|
|
437
437
|
a, a;
|
|
438
438
|
}
|
|
439
|
-
class
|
|
439
|
+
class Qo {
|
|
440
440
|
constructor() {
|
|
441
441
|
/**
|
|
442
442
|
* ### PRIVATE API
|
|
@@ -457,7 +457,7 @@ class qo {
|
|
|
457
457
|
}
|
|
458
458
|
/** @returns {void} */
|
|
459
459
|
$destroy() {
|
|
460
|
-
|
|
460
|
+
Xo(this, 1), this.$destroy = he;
|
|
461
461
|
}
|
|
462
462
|
/**
|
|
463
463
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -467,7 +467,7 @@ class qo {
|
|
|
467
467
|
*/
|
|
468
468
|
$on(t, r) {
|
|
469
469
|
if (!De(r))
|
|
470
|
-
return
|
|
470
|
+
return he;
|
|
471
471
|
const o = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
472
472
|
return o.push(r), () => {
|
|
473
473
|
const s = o.indexOf(r);
|
|
@@ -479,37 +479,37 @@ class qo {
|
|
|
479
479
|
* @returns {void}
|
|
480
480
|
*/
|
|
481
481
|
$set(t) {
|
|
482
|
-
this.$$set && !
|
|
482
|
+
this.$$set && !Ho(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
|
-
const
|
|
486
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
487
|
-
var
|
|
488
|
-
return
|
|
485
|
+
const Jo = "4";
|
|
486
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Jo);
|
|
487
|
+
var bt = function(e, t) {
|
|
488
|
+
return bt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, o) {
|
|
489
489
|
r.__proto__ = o;
|
|
490
490
|
} || function(r, o) {
|
|
491
491
|
for (var s in o) Object.prototype.hasOwnProperty.call(o, s) && (r[s] = o[s]);
|
|
492
|
-
},
|
|
492
|
+
}, bt(e, t);
|
|
493
493
|
};
|
|
494
|
-
function
|
|
494
|
+
function ge(e, t) {
|
|
495
495
|
if (typeof t != "function" && t !== null)
|
|
496
496
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
497
|
-
|
|
497
|
+
bt(e, t);
|
|
498
498
|
function r() {
|
|
499
499
|
this.constructor = e;
|
|
500
500
|
}
|
|
501
501
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
502
502
|
}
|
|
503
|
-
var
|
|
504
|
-
return
|
|
503
|
+
var N = function() {
|
|
504
|
+
return N = Object.assign || function(t) {
|
|
505
505
|
for (var r, o = 1, s = arguments.length; o < s; o++) {
|
|
506
506
|
r = arguments[o];
|
|
507
507
|
for (var n in r) Object.prototype.hasOwnProperty.call(r, n) && (t[n] = r[n]);
|
|
508
508
|
}
|
|
509
509
|
return t;
|
|
510
|
-
},
|
|
510
|
+
}, N.apply(this, arguments);
|
|
511
511
|
};
|
|
512
|
-
function
|
|
512
|
+
function Yo(e, t) {
|
|
513
513
|
var r = {};
|
|
514
514
|
for (var o in e) Object.prototype.hasOwnProperty.call(e, o) && t.indexOf(o) < 0 && (r[o] = e[o]);
|
|
515
515
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -549,16 +549,16 @@ function Ce(e, t, r) {
|
|
|
549
549
|
(n || !(o in t)) && (n || (n = Array.prototype.slice.call(t, 0, o)), n[o] = t[o]);
|
|
550
550
|
return e.concat(n || Array.prototype.slice.call(t));
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function me(e) {
|
|
553
553
|
return typeof e == "function";
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function xr(e) {
|
|
556
556
|
var t = function(o) {
|
|
557
557
|
Error.call(o), o.stack = new Error().stack;
|
|
558
558
|
}, r = e(t);
|
|
559
559
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
560
560
|
}
|
|
561
|
-
var ut =
|
|
561
|
+
var ut = xr(function(e) {
|
|
562
562
|
return function(r) {
|
|
563
563
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
564
564
|
` + r.map(function(o, s) {
|
|
@@ -600,10 +600,10 @@ var Ke = function() {
|
|
|
600
600
|
}
|
|
601
601
|
else
|
|
602
602
|
a.remove(this);
|
|
603
|
-
var
|
|
604
|
-
if (
|
|
603
|
+
var f = this.initialTeardown;
|
|
604
|
+
if (me(f))
|
|
605
605
|
try {
|
|
606
|
-
|
|
606
|
+
f();
|
|
607
607
|
} catch (g) {
|
|
608
608
|
n = g instanceof ut ? g.errors : [g];
|
|
609
609
|
}
|
|
@@ -614,7 +614,7 @@ var Ke = function() {
|
|
|
614
614
|
for (var p = vt(d), m = p.next(); !m.done; m = p.next()) {
|
|
615
615
|
var v = m.value;
|
|
616
616
|
try {
|
|
617
|
-
|
|
617
|
+
jt(v);
|
|
618
618
|
} catch (g) {
|
|
619
619
|
n = n != null ? n : [], g instanceof ut ? n = Ce(Ce([], yt(n)), yt(g.errors)) : n.push(g);
|
|
620
620
|
}
|
|
@@ -636,7 +636,7 @@ var Ke = function() {
|
|
|
636
636
|
var r;
|
|
637
637
|
if (t && t !== this)
|
|
638
638
|
if (this.closed)
|
|
639
|
-
|
|
639
|
+
jt(t);
|
|
640
640
|
else {
|
|
641
641
|
if (t instanceof e) {
|
|
642
642
|
if (t.closed || t._hasParent(this))
|
|
@@ -661,46 +661,46 @@ var Ke = function() {
|
|
|
661
661
|
var t = new e();
|
|
662
662
|
return t.closed = !0, t;
|
|
663
663
|
}(), e;
|
|
664
|
-
}(),
|
|
665
|
-
function
|
|
666
|
-
return e instanceof Ke || e && "closed" in e &&
|
|
664
|
+
}(), Tr = Ke.EMPTY;
|
|
665
|
+
function Sr(e) {
|
|
666
|
+
return e instanceof Ke || e && "closed" in e && me(e.remove) && me(e.add) && me(e.unsubscribe);
|
|
667
667
|
}
|
|
668
|
-
function
|
|
669
|
-
|
|
668
|
+
function jt(e) {
|
|
669
|
+
me(e) ? e() : e.unsubscribe();
|
|
670
670
|
}
|
|
671
|
-
var
|
|
671
|
+
var Br = {
|
|
672
672
|
onUnhandledError: null,
|
|
673
673
|
onStoppedNotification: null,
|
|
674
674
|
Promise: void 0,
|
|
675
675
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
676
676
|
useDeprecatedNextContext: !1
|
|
677
|
-
},
|
|
677
|
+
}, Cr = {
|
|
678
678
|
setTimeout: function(e, t) {
|
|
679
679
|
for (var r = [], o = 2; o < arguments.length; o++)
|
|
680
680
|
r[o - 2] = arguments[o];
|
|
681
681
|
return setTimeout.apply(void 0, Ce([e, t], yt(r)));
|
|
682
682
|
},
|
|
683
683
|
clearTimeout: function(e) {
|
|
684
|
-
var t =
|
|
684
|
+
var t = Cr.delegate;
|
|
685
685
|
return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
|
|
686
686
|
},
|
|
687
687
|
delegate: void 0
|
|
688
688
|
};
|
|
689
|
-
function
|
|
690
|
-
|
|
689
|
+
function Ko(e) {
|
|
690
|
+
Cr.setTimeout(function() {
|
|
691
691
|
throw e;
|
|
692
692
|
});
|
|
693
693
|
}
|
|
694
|
-
function
|
|
694
|
+
function $t() {
|
|
695
695
|
}
|
|
696
696
|
function We(e) {
|
|
697
697
|
e();
|
|
698
698
|
}
|
|
699
|
-
var
|
|
700
|
-
|
|
699
|
+
var Hr = function(e) {
|
|
700
|
+
ge(t, e);
|
|
701
701
|
function t(r) {
|
|
702
702
|
var o = e.call(this) || this;
|
|
703
|
-
return o.isStopped = !1, r ? (o.destination = r,
|
|
703
|
+
return o.isStopped = !1, r ? (o.destination = r, Sr(r) && r.add(o)) : o.destination = os, o;
|
|
704
704
|
}
|
|
705
705
|
return t.create = function(r, o, s) {
|
|
706
706
|
return new Et(r, o, s);
|
|
@@ -727,11 +727,11 @@ var Cr = function(e) {
|
|
|
727
727
|
this.unsubscribe();
|
|
728
728
|
}
|
|
729
729
|
}, t;
|
|
730
|
-
}(Ke),
|
|
730
|
+
}(Ke), es = Function.prototype.bind;
|
|
731
731
|
function ct(e, t) {
|
|
732
|
-
return
|
|
732
|
+
return es.call(e, t);
|
|
733
733
|
}
|
|
734
|
-
var
|
|
734
|
+
var ts = function() {
|
|
735
735
|
function e(t) {
|
|
736
736
|
this.partialObserver = t;
|
|
737
737
|
}
|
|
@@ -763,10 +763,10 @@ var es = function() {
|
|
|
763
763
|
}
|
|
764
764
|
}, e;
|
|
765
765
|
}(), Et = function(e) {
|
|
766
|
-
|
|
766
|
+
ge(t, e);
|
|
767
767
|
function t(r, o, s) {
|
|
768
768
|
var n = e.call(this) || this, a;
|
|
769
|
-
if (
|
|
769
|
+
if (me(r) || !r)
|
|
770
770
|
a = {
|
|
771
771
|
next: r != null ? r : void 0,
|
|
772
772
|
error: o != null ? o : void 0,
|
|
@@ -774,7 +774,7 @@ var es = function() {
|
|
|
774
774
|
};
|
|
775
775
|
else {
|
|
776
776
|
var l;
|
|
777
|
-
n &&
|
|
777
|
+
n && Br.useDeprecatedNextContext ? (l = Object.create(r), l.unsubscribe = function() {
|
|
778
778
|
return n.unsubscribe();
|
|
779
779
|
}, a = {
|
|
780
780
|
next: r.next && ct(r.next, l),
|
|
@@ -782,35 +782,35 @@ var es = function() {
|
|
|
782
782
|
complete: r.complete && ct(r.complete, l)
|
|
783
783
|
}) : a = r;
|
|
784
784
|
}
|
|
785
|
-
return n.destination = new
|
|
785
|
+
return n.destination = new ts(a), n;
|
|
786
786
|
}
|
|
787
787
|
return t;
|
|
788
|
-
}(
|
|
788
|
+
}(Hr);
|
|
789
789
|
function ze(e) {
|
|
790
|
-
|
|
790
|
+
Ko(e);
|
|
791
791
|
}
|
|
792
|
-
function
|
|
792
|
+
function rs(e) {
|
|
793
793
|
throw e;
|
|
794
794
|
}
|
|
795
|
-
var
|
|
795
|
+
var os = {
|
|
796
796
|
closed: !0,
|
|
797
|
-
next:
|
|
798
|
-
error:
|
|
799
|
-
complete:
|
|
800
|
-
},
|
|
797
|
+
next: $t,
|
|
798
|
+
error: rs,
|
|
799
|
+
complete: $t
|
|
800
|
+
}, ss = function() {
|
|
801
801
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
802
802
|
}();
|
|
803
|
-
function
|
|
803
|
+
function ns(e) {
|
|
804
804
|
return e;
|
|
805
805
|
}
|
|
806
|
-
function
|
|
807
|
-
return e.length === 0 ?
|
|
806
|
+
function is(e) {
|
|
807
|
+
return e.length === 0 ? ns : e.length === 1 ? e[0] : function(r) {
|
|
808
808
|
return e.reduce(function(o, s) {
|
|
809
809
|
return s(o);
|
|
810
810
|
}, r);
|
|
811
811
|
};
|
|
812
812
|
}
|
|
813
|
-
var
|
|
813
|
+
var Vt = function() {
|
|
814
814
|
function e(t) {
|
|
815
815
|
t && (this._subscribe = t);
|
|
816
816
|
}
|
|
@@ -818,7 +818,7 @@ var $t = function() {
|
|
|
818
818
|
var r = new e();
|
|
819
819
|
return r.source = this, r.operator = t, r;
|
|
820
820
|
}, e.prototype.subscribe = function(t, r, o) {
|
|
821
|
-
var s = this, n =
|
|
821
|
+
var s = this, n = ls(t) ? t : new Et(t, r, o);
|
|
822
822
|
return We(function() {
|
|
823
823
|
var a = s, l = a.operator, u = a.source;
|
|
824
824
|
n.add(l ? l.call(n, u) : u ? s._subscribe(n) : s._trySubscribe(n));
|
|
@@ -831,7 +831,7 @@ var $t = function() {
|
|
|
831
831
|
}
|
|
832
832
|
}, e.prototype.forEach = function(t, r) {
|
|
833
833
|
var o = this;
|
|
834
|
-
return r =
|
|
834
|
+
return r = zt(r), new r(function(s, n) {
|
|
835
835
|
var a = new Et({
|
|
836
836
|
next: function(l) {
|
|
837
837
|
try {
|
|
@@ -848,15 +848,15 @@ var $t = function() {
|
|
|
848
848
|
}, e.prototype._subscribe = function(t) {
|
|
849
849
|
var r;
|
|
850
850
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
851
|
-
}, e.prototype[
|
|
851
|
+
}, e.prototype[ss] = function() {
|
|
852
852
|
return this;
|
|
853
853
|
}, e.prototype.pipe = function() {
|
|
854
854
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
855
855
|
t[r] = arguments[r];
|
|
856
|
-
return
|
|
856
|
+
return is(t)(this);
|
|
857
857
|
}, e.prototype.toPromise = function(t) {
|
|
858
858
|
var r = this;
|
|
859
|
-
return t =
|
|
859
|
+
return t = zt(t), new t(function(o, s) {
|
|
860
860
|
var n;
|
|
861
861
|
r.subscribe(function(a) {
|
|
862
862
|
return n = a;
|
|
@@ -870,32 +870,32 @@ var $t = function() {
|
|
|
870
870
|
return new e(t);
|
|
871
871
|
}, e;
|
|
872
872
|
}();
|
|
873
|
-
function
|
|
873
|
+
function zt(e) {
|
|
874
874
|
var t;
|
|
875
|
-
return (t = e != null ? e :
|
|
876
|
-
}
|
|
877
|
-
function is(e) {
|
|
878
|
-
return e && ge(e.next) && ge(e.error) && ge(e.complete);
|
|
875
|
+
return (t = e != null ? e : Br.Promise) !== null && t !== void 0 ? t : Promise;
|
|
879
876
|
}
|
|
880
877
|
function as(e) {
|
|
881
|
-
return e && e
|
|
878
|
+
return e && me(e.next) && me(e.error) && me(e.complete);
|
|
879
|
+
}
|
|
880
|
+
function ls(e) {
|
|
881
|
+
return e && e instanceof Hr || as(e) && Sr(e);
|
|
882
882
|
}
|
|
883
|
-
var
|
|
883
|
+
var us = xr(function(e) {
|
|
884
884
|
return function() {
|
|
885
885
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
886
886
|
};
|
|
887
|
-
}),
|
|
888
|
-
|
|
887
|
+
}), Nr = function(e) {
|
|
888
|
+
ge(t, e);
|
|
889
889
|
function t() {
|
|
890
890
|
var r = e.call(this) || this;
|
|
891
891
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
892
892
|
}
|
|
893
893
|
return t.prototype.lift = function(r) {
|
|
894
|
-
var o = new
|
|
894
|
+
var o = new Xt(this, this);
|
|
895
895
|
return o.operator = r, o;
|
|
896
896
|
}, t.prototype._throwIfClosed = function() {
|
|
897
897
|
if (this.closed)
|
|
898
|
-
throw new
|
|
898
|
+
throw new us();
|
|
899
899
|
}, t.prototype.next = function(r) {
|
|
900
900
|
var o = this;
|
|
901
901
|
We(function() {
|
|
@@ -951,20 +951,20 @@ var ls = _r(function(e) {
|
|
|
951
951
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
952
952
|
}, t.prototype._innerSubscribe = function(r) {
|
|
953
953
|
var o = this, s = this, n = s.hasError, a = s.isStopped, l = s.observers;
|
|
954
|
-
return n || a ?
|
|
954
|
+
return n || a ? Tr : (this.currentObservers = null, l.push(r), new Ke(function() {
|
|
955
955
|
o.currentObservers = null, Pt(l, r);
|
|
956
956
|
}));
|
|
957
957
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
958
958
|
var o = this, s = o.hasError, n = o.thrownError, a = o.isStopped;
|
|
959
959
|
s ? r.error(n) : a && r.complete();
|
|
960
960
|
}, t.prototype.asObservable = function() {
|
|
961
|
-
var r = new
|
|
961
|
+
var r = new Vt();
|
|
962
962
|
return r.source = this, r;
|
|
963
963
|
}, t.create = function(r, o) {
|
|
964
|
-
return new
|
|
964
|
+
return new Xt(r, o);
|
|
965
965
|
}, t;
|
|
966
|
-
}(
|
|
967
|
-
|
|
966
|
+
}(Vt), Xt = function(e) {
|
|
967
|
+
ge(t, e);
|
|
968
968
|
function t(r, o) {
|
|
969
969
|
var s = e.call(this) || this;
|
|
970
970
|
return s.destination = r, s.source = o, s;
|
|
@@ -980,17 +980,17 @@ var ls = _r(function(e) {
|
|
|
980
980
|
(o = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || o === void 0 || o.call(r);
|
|
981
981
|
}, t.prototype._subscribe = function(r) {
|
|
982
982
|
var o, s;
|
|
983
|
-
return (s = (o = this.source) === null || o === void 0 ? void 0 : o.subscribe(r)) !== null && s !== void 0 ? s :
|
|
983
|
+
return (s = (o = this.source) === null || o === void 0 ? void 0 : o.subscribe(r)) !== null && s !== void 0 ? s : Tr;
|
|
984
984
|
}, t;
|
|
985
|
-
}(
|
|
985
|
+
}(Nr), Ar = {
|
|
986
986
|
now: function() {
|
|
987
|
-
return (
|
|
987
|
+
return (Ar.delegate || Date).now();
|
|
988
988
|
},
|
|
989
989
|
delegate: void 0
|
|
990
|
-
},
|
|
991
|
-
|
|
990
|
+
}, cs = function(e) {
|
|
991
|
+
ge(t, e);
|
|
992
992
|
function t(r, o, s) {
|
|
993
|
-
r === void 0 && (r = 1 / 0), o === void 0 && (o = 1 / 0), s === void 0 && (s =
|
|
993
|
+
r === void 0 && (r = 1 / 0), o === void 0 && (o = 1 / 0), s === void 0 && (s = Ar);
|
|
994
994
|
var n = e.call(this) || this;
|
|
995
995
|
return n._bufferSize = r, n._windowTime = o, n._timestampProvider = s, n._buffer = [], n._infiniteTimeWindow = !0, n._infiniteTimeWindow = o === 1 / 0, n._bufferSize = Math.max(1, r), n._windowTime = Math.max(1, o), n;
|
|
996
996
|
}
|
|
@@ -1005,29 +1005,29 @@ var ls = _r(function(e) {
|
|
|
1005
1005
|
}, t.prototype._trimBuffer = function() {
|
|
1006
1006
|
var r = this, o = r._bufferSize, s = r._timestampProvider, n = r._buffer, a = r._infiniteTimeWindow, l = (a ? 1 : 2) * o;
|
|
1007
1007
|
if (o < 1 / 0 && l < n.length && n.splice(0, n.length - l), !a) {
|
|
1008
|
-
for (var u = s.now(), c = 0,
|
|
1009
|
-
c =
|
|
1008
|
+
for (var u = s.now(), c = 0, f = 1; f < n.length && n[f] <= u; f += 2)
|
|
1009
|
+
c = f;
|
|
1010
1010
|
c && n.splice(0, c + 1);
|
|
1011
1011
|
}
|
|
1012
1012
|
}, t;
|
|
1013
|
-
}(
|
|
1014
|
-
const
|
|
1015
|
-
if (
|
|
1016
|
-
const r = new
|
|
1017
|
-
|
|
1013
|
+
}(Nr);
|
|
1014
|
+
const Zt = [], Wt = {}, fs = (e, t = 0) => {
|
|
1015
|
+
if (Zt.indexOf(e) == -1) {
|
|
1016
|
+
const r = new cs(t);
|
|
1017
|
+
Wt[e] = r, Zt.push(e);
|
|
1018
1018
|
}
|
|
1019
|
-
return
|
|
1019
|
+
return Wt[e];
|
|
1020
1020
|
}, xe = [];
|
|
1021
|
-
function
|
|
1021
|
+
function hs(e, t) {
|
|
1022
1022
|
return {
|
|
1023
1023
|
subscribe: et(e, t).subscribe
|
|
1024
1024
|
};
|
|
1025
1025
|
}
|
|
1026
|
-
function et(e, t =
|
|
1026
|
+
function et(e, t = he) {
|
|
1027
1027
|
let r;
|
|
1028
1028
|
const o = /* @__PURE__ */ new Set();
|
|
1029
1029
|
function s(l) {
|
|
1030
|
-
if (
|
|
1030
|
+
if (yr(e, l) && (e = l, r)) {
|
|
1031
1031
|
const u = !xe.length;
|
|
1032
1032
|
for (const c of o)
|
|
1033
1033
|
c[1](), xe.push(c, e);
|
|
@@ -1041,109 +1041,109 @@ function et(e, t = de) {
|
|
|
1041
1041
|
function n(l) {
|
|
1042
1042
|
s(l(e));
|
|
1043
1043
|
}
|
|
1044
|
-
function a(l, u =
|
|
1044
|
+
function a(l, u = he) {
|
|
1045
1045
|
const c = [l, u];
|
|
1046
|
-
return o.add(c), o.size === 1 && (r = t(s, n) ||
|
|
1046
|
+
return o.add(c), o.size === 1 && (r = t(s, n) || he), l(e), () => {
|
|
1047
1047
|
o.delete(c), o.size === 0 && r && (r(), r = null);
|
|
1048
1048
|
};
|
|
1049
1049
|
}
|
|
1050
1050
|
return { set: s, update: n, subscribe: a };
|
|
1051
1051
|
}
|
|
1052
|
-
function
|
|
1052
|
+
function Le(e, t, r) {
|
|
1053
1053
|
const o = !Array.isArray(e), s = o ? [e] : e;
|
|
1054
1054
|
if (!s.every(Boolean))
|
|
1055
1055
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1056
1056
|
const n = t.length < 2;
|
|
1057
|
-
return
|
|
1057
|
+
return hs(r, (a, l) => {
|
|
1058
1058
|
let u = !1;
|
|
1059
1059
|
const c = [];
|
|
1060
|
-
let
|
|
1060
|
+
let f = 0, d = he;
|
|
1061
1061
|
const p = () => {
|
|
1062
|
-
if (
|
|
1062
|
+
if (f)
|
|
1063
1063
|
return;
|
|
1064
1064
|
d();
|
|
1065
1065
|
const v = t(o ? c[0] : c, a, l);
|
|
1066
|
-
n ? a(v) : d = De(v) ? v :
|
|
1066
|
+
n ? a(v) : d = De(v) ? v : he;
|
|
1067
1067
|
}, m = s.map(
|
|
1068
|
-
(v, g) =>
|
|
1068
|
+
(v, g) => Pr(
|
|
1069
1069
|
v,
|
|
1070
|
-
(
|
|
1071
|
-
c[g] =
|
|
1070
|
+
(x) => {
|
|
1071
|
+
c[g] = x, f &= ~(1 << g), u && p();
|
|
1072
1072
|
},
|
|
1073
1073
|
() => {
|
|
1074
|
-
|
|
1074
|
+
f |= 1 << g;
|
|
1075
1075
|
}
|
|
1076
1076
|
)
|
|
1077
1077
|
);
|
|
1078
1078
|
return u = !0, p(), function() {
|
|
1079
|
-
|
|
1079
|
+
ve(m), d(), u = !1;
|
|
1080
1080
|
};
|
|
1081
1081
|
});
|
|
1082
1082
|
}
|
|
1083
|
-
function
|
|
1083
|
+
function ds(e) {
|
|
1084
1084
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1085
1085
|
}
|
|
1086
|
-
var
|
|
1087
|
-
return
|
|
1086
|
+
var ps = function(t) {
|
|
1087
|
+
return ms(t) && !gs(t);
|
|
1088
1088
|
};
|
|
1089
|
-
function
|
|
1089
|
+
function ms(e) {
|
|
1090
1090
|
return !!e && typeof e == "object";
|
|
1091
1091
|
}
|
|
1092
|
-
function
|
|
1092
|
+
function gs(e) {
|
|
1093
1093
|
var t = Object.prototype.toString.call(e);
|
|
1094
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1094
|
+
return t === "[object RegExp]" || t === "[object Date]" || vs(e);
|
|
1095
1095
|
}
|
|
1096
|
-
var
|
|
1097
|
-
function
|
|
1096
|
+
var ws = typeof Symbol == "function" && Symbol.for, bs = ws ? Symbol.for("react.element") : 60103;
|
|
1097
|
+
function vs(e) {
|
|
1098
1098
|
return e.$$typeof === bs;
|
|
1099
1099
|
}
|
|
1100
|
-
function
|
|
1100
|
+
function ys(e) {
|
|
1101
1101
|
return Array.isArray(e) ? [] : {};
|
|
1102
1102
|
}
|
|
1103
1103
|
function Ge(e, t) {
|
|
1104
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? He(
|
|
1104
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? He(ys(e), e, t) : e;
|
|
1105
1105
|
}
|
|
1106
|
-
function
|
|
1106
|
+
function Ps(e, t, r) {
|
|
1107
1107
|
return e.concat(t).map(function(o) {
|
|
1108
1108
|
return Ge(o, r);
|
|
1109
1109
|
});
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function Es(e, t) {
|
|
1112
1112
|
if (!t.customMerge)
|
|
1113
1113
|
return He;
|
|
1114
1114
|
var r = t.customMerge(e);
|
|
1115
1115
|
return typeof r == "function" ? r : He;
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1117
|
+
function _s(e) {
|
|
1118
1118
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1119
1119
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1120
1120
|
}) : [];
|
|
1121
1121
|
}
|
|
1122
|
-
function
|
|
1123
|
-
return Object.keys(e).concat(
|
|
1122
|
+
function qt(e) {
|
|
1123
|
+
return Object.keys(e).concat(_s(e));
|
|
1124
1124
|
}
|
|
1125
|
-
function
|
|
1125
|
+
function Ir(e, t) {
|
|
1126
1126
|
try {
|
|
1127
1127
|
return t in e;
|
|
1128
1128
|
} catch (r) {
|
|
1129
1129
|
return !1;
|
|
1130
1130
|
}
|
|
1131
1131
|
}
|
|
1132
|
-
function
|
|
1133
|
-
return
|
|
1132
|
+
function xs(e, t) {
|
|
1133
|
+
return Ir(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1134
1134
|
}
|
|
1135
|
-
function
|
|
1135
|
+
function Ts(e, t, r) {
|
|
1136
1136
|
var o = {};
|
|
1137
|
-
return r.isMergeableObject(e) &&
|
|
1137
|
+
return r.isMergeableObject(e) && qt(e).forEach(function(s) {
|
|
1138
1138
|
o[s] = Ge(e[s], r);
|
|
1139
|
-
}),
|
|
1140
|
-
|
|
1139
|
+
}), qt(t).forEach(function(s) {
|
|
1140
|
+
xs(e, s) || (Ir(e, s) && r.isMergeableObject(t[s]) ? o[s] = Es(s, r)(e[s], t[s], r) : o[s] = Ge(t[s], r));
|
|
1141
1141
|
}), o;
|
|
1142
1142
|
}
|
|
1143
1143
|
function He(e, t, r) {
|
|
1144
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1144
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Ps, r.isMergeableObject = r.isMergeableObject || ps, r.cloneUnlessOtherwiseSpecified = Ge;
|
|
1145
1145
|
var o = Array.isArray(t), s = Array.isArray(e), n = o === s;
|
|
1146
|
-
return n ? o ? r.arrayMerge(e, t, r) :
|
|
1146
|
+
return n ? o ? r.arrayMerge(e, t, r) : Ts(e, t, r) : Ge(t, r);
|
|
1147
1147
|
}
|
|
1148
1148
|
He.all = function(t, r) {
|
|
1149
1149
|
if (!Array.isArray(t))
|
|
@@ -1152,57 +1152,57 @@ He.all = function(t, r) {
|
|
|
1152
1152
|
return He(o, s, r);
|
|
1153
1153
|
}, {});
|
|
1154
1154
|
};
|
|
1155
|
-
var
|
|
1156
|
-
const
|
|
1155
|
+
var Ss = He, Bs = Ss;
|
|
1156
|
+
const Cs = /* @__PURE__ */ ds(Bs);
|
|
1157
1157
|
var T;
|
|
1158
1158
|
(function(e) {
|
|
1159
1159
|
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";
|
|
1160
1160
|
})(T || (T = {}));
|
|
1161
|
-
var
|
|
1161
|
+
var D;
|
|
1162
1162
|
(function(e) {
|
|
1163
1163
|
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";
|
|
1164
|
-
})(
|
|
1164
|
+
})(D || (D = {}));
|
|
1165
1165
|
var Ne;
|
|
1166
1166
|
(function(e) {
|
|
1167
1167
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1168
1168
|
})(Ne || (Ne = {}));
|
|
1169
|
-
function
|
|
1170
|
-
return e.type ===
|
|
1169
|
+
function Qt(e) {
|
|
1170
|
+
return e.type === D.literal;
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1173
|
-
return e.type ===
|
|
1172
|
+
function Hs(e) {
|
|
1173
|
+
return e.type === D.argument;
|
|
1174
1174
|
}
|
|
1175
|
-
function
|
|
1176
|
-
return e.type ===
|
|
1175
|
+
function Lr(e) {
|
|
1176
|
+
return e.type === D.number;
|
|
1177
1177
|
}
|
|
1178
1178
|
function Or(e) {
|
|
1179
|
-
return e.type ===
|
|
1180
|
-
}
|
|
1181
|
-
function Lr(e) {
|
|
1182
|
-
return e.type === k.time;
|
|
1179
|
+
return e.type === D.date;
|
|
1183
1180
|
}
|
|
1184
1181
|
function Fr(e) {
|
|
1185
|
-
return e.type ===
|
|
1182
|
+
return e.type === D.time;
|
|
1186
1183
|
}
|
|
1187
1184
|
function Rr(e) {
|
|
1188
|
-
return e.type ===
|
|
1189
|
-
}
|
|
1190
|
-
function Hs(e) {
|
|
1191
|
-
return e.type === k.pound;
|
|
1185
|
+
return e.type === D.select;
|
|
1192
1186
|
}
|
|
1193
1187
|
function Mr(e) {
|
|
1194
|
-
return e.type ===
|
|
1188
|
+
return e.type === D.plural;
|
|
1189
|
+
}
|
|
1190
|
+
function Ns(e) {
|
|
1191
|
+
return e.type === D.pound;
|
|
1195
1192
|
}
|
|
1196
1193
|
function kr(e) {
|
|
1194
|
+
return e.type === D.tag;
|
|
1195
|
+
}
|
|
1196
|
+
function Dr(e) {
|
|
1197
1197
|
return !!(e && typeof e == "object" && e.type === Ne.number);
|
|
1198
1198
|
}
|
|
1199
1199
|
function _t(e) {
|
|
1200
1200
|
return !!(e && typeof e == "object" && e.type === Ne.dateTime);
|
|
1201
1201
|
}
|
|
1202
|
-
var
|
|
1203
|
-
function
|
|
1202
|
+
var Ur = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, As = /(?:[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;
|
|
1203
|
+
function Is(e) {
|
|
1204
1204
|
var t = {};
|
|
1205
|
-
return e.replace(
|
|
1205
|
+
return e.replace(As, function(r) {
|
|
1206
1206
|
var o = r.length;
|
|
1207
1207
|
switch (r[0]) {
|
|
1208
1208
|
case "G":
|
|
@@ -1291,18 +1291,18 @@ function As(e) {
|
|
|
1291
1291
|
return "";
|
|
1292
1292
|
}), t;
|
|
1293
1293
|
}
|
|
1294
|
-
var
|
|
1294
|
+
var Ls = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1295
1295
|
function Os(e) {
|
|
1296
1296
|
if (e.length === 0)
|
|
1297
1297
|
throw new Error("Number skeleton cannot be empty");
|
|
1298
|
-
for (var t = e.split(
|
|
1298
|
+
for (var t = e.split(Ls).filter(function(p) {
|
|
1299
1299
|
return p.length > 0;
|
|
1300
1300
|
}), r = [], o = 0, s = t; o < s.length; o++) {
|
|
1301
1301
|
var n = s[o], a = n.split("/");
|
|
1302
1302
|
if (a.length === 0)
|
|
1303
1303
|
throw new Error("Invalid number skeleton");
|
|
1304
|
-
for (var l = a[0], u = a.slice(1), c = 0,
|
|
1305
|
-
var d =
|
|
1304
|
+
for (var l = a[0], u = a.slice(1), c = 0, f = u; c < f.length; c++) {
|
|
1305
|
+
var d = f[c];
|
|
1306
1306
|
if (d.length === 0)
|
|
1307
1307
|
throw new Error("Invalid number skeleton");
|
|
1308
1308
|
}
|
|
@@ -1310,17 +1310,17 @@ function Os(e) {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
return r;
|
|
1312
1312
|
}
|
|
1313
|
-
function
|
|
1313
|
+
function Fs(e) {
|
|
1314
1314
|
return e.replace(/^(.*?)-/, "");
|
|
1315
1315
|
}
|
|
1316
|
-
var
|
|
1317
|
-
function
|
|
1316
|
+
var Jt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gr = /^(@+)?(\+|#+)?[rs]?$/g, Rs = /(\*)(0+)|(#+)(0+)|(0+)/g, jr = /^(0+)$/;
|
|
1317
|
+
function Yt(e) {
|
|
1318
1318
|
var t = {};
|
|
1319
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1319
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gr, function(r, o, s) {
|
|
1320
1320
|
return typeof s != "string" ? (t.minimumSignificantDigits = o.length, t.maximumSignificantDigits = o.length) : s === "+" ? t.minimumSignificantDigits = o.length : o[0] === "#" ? t.maximumSignificantDigits = o.length : (t.minimumSignificantDigits = o.length, t.maximumSignificantDigits = o.length + (typeof s == "string" ? s.length : 0)), "";
|
|
1321
1321
|
}), t;
|
|
1322
1322
|
}
|
|
1323
|
-
function
|
|
1323
|
+
function $r(e) {
|
|
1324
1324
|
switch (e) {
|
|
1325
1325
|
case "sign-auto":
|
|
1326
1326
|
return {
|
|
@@ -1360,7 +1360,7 @@ function jr(e) {
|
|
|
1360
1360
|
};
|
|
1361
1361
|
}
|
|
1362
1362
|
}
|
|
1363
|
-
function
|
|
1363
|
+
function Ms(e) {
|
|
1364
1364
|
var t;
|
|
1365
1365
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1366
1366
|
notation: "engineering"
|
|
@@ -1368,17 +1368,17 @@ function Rs(e) {
|
|
|
1368
1368
|
notation: "scientific"
|
|
1369
1369
|
}, e = e.slice(1)), t) {
|
|
1370
1370
|
var r = e.slice(0, 2);
|
|
1371
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1371
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !jr.test(e))
|
|
1372
1372
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1373
1373
|
t.minimumIntegerDigits = e.length;
|
|
1374
1374
|
}
|
|
1375
1375
|
return t;
|
|
1376
1376
|
}
|
|
1377
|
-
function
|
|
1378
|
-
var t = {}, r =
|
|
1377
|
+
function Kt(e) {
|
|
1378
|
+
var t = {}, r = $r(e);
|
|
1379
1379
|
return r || t;
|
|
1380
1380
|
}
|
|
1381
|
-
function
|
|
1381
|
+
function ks(e) {
|
|
1382
1382
|
for (var t = {}, r = 0, o = e; r < o.length; r++) {
|
|
1383
1383
|
var s = o[r];
|
|
1384
1384
|
switch (s.stem) {
|
|
@@ -1402,7 +1402,7 @@ function Ms(e) {
|
|
|
1402
1402
|
continue;
|
|
1403
1403
|
case "measure-unit":
|
|
1404
1404
|
case "unit":
|
|
1405
|
-
t.style = "unit", t.unit =
|
|
1405
|
+
t.style = "unit", t.unit = Fs(s.options[0]);
|
|
1406
1406
|
continue;
|
|
1407
1407
|
case "compact-short":
|
|
1408
1408
|
case "K":
|
|
@@ -1413,13 +1413,13 @@ function Ms(e) {
|
|
|
1413
1413
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1414
1414
|
continue;
|
|
1415
1415
|
case "scientific":
|
|
1416
|
-
t =
|
|
1417
|
-
return
|
|
1416
|
+
t = N(N(N({}, t), { notation: "scientific" }), s.options.reduce(function(u, c) {
|
|
1417
|
+
return N(N({}, u), Kt(c));
|
|
1418
1418
|
}, {}));
|
|
1419
1419
|
continue;
|
|
1420
1420
|
case "engineering":
|
|
1421
|
-
t =
|
|
1422
|
-
return
|
|
1421
|
+
t = N(N(N({}, t), { notation: "engineering" }), s.options.reduce(function(u, c) {
|
|
1422
|
+
return N(N({}, u), Kt(c));
|
|
1423
1423
|
}, {}));
|
|
1424
1424
|
continue;
|
|
1425
1425
|
case "notation-simple":
|
|
@@ -1464,9 +1464,9 @@ function Ms(e) {
|
|
|
1464
1464
|
case "integer-width":
|
|
1465
1465
|
if (s.options.length > 1)
|
|
1466
1466
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1467
|
-
s.options[0].replace(
|
|
1467
|
+
s.options[0].replace(Rs, function(u, c, f, d, p, m) {
|
|
1468
1468
|
if (c)
|
|
1469
|
-
t.minimumIntegerDigits =
|
|
1469
|
+
t.minimumIntegerDigits = f.length;
|
|
1470
1470
|
else {
|
|
1471
1471
|
if (d && p)
|
|
1472
1472
|
throw new Error("We currently do not support maximum integer digits");
|
|
@@ -1477,28 +1477,28 @@ function Ms(e) {
|
|
|
1477
1477
|
});
|
|
1478
1478
|
continue;
|
|
1479
1479
|
}
|
|
1480
|
-
if (
|
|
1480
|
+
if (jr.test(s.stem)) {
|
|
1481
1481
|
t.minimumIntegerDigits = s.stem.length;
|
|
1482
1482
|
continue;
|
|
1483
1483
|
}
|
|
1484
|
-
if (
|
|
1484
|
+
if (Jt.test(s.stem)) {
|
|
1485
1485
|
if (s.options.length > 1)
|
|
1486
1486
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1487
|
-
s.stem.replace(
|
|
1488
|
-
return
|
|
1487
|
+
s.stem.replace(Jt, function(u, c, f, d, p, m) {
|
|
1488
|
+
return f === "*" ? t.minimumFractionDigits = c.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && m ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + m.length) : (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length), "";
|
|
1489
1489
|
});
|
|
1490
1490
|
var n = s.options[0];
|
|
1491
|
-
n === "w" ? t =
|
|
1491
|
+
n === "w" ? t = N(N({}, t), { trailingZeroDisplay: "stripIfInteger" }) : n && (t = N(N({}, t), Yt(n)));
|
|
1492
1492
|
continue;
|
|
1493
1493
|
}
|
|
1494
|
-
if (
|
|
1495
|
-
t =
|
|
1494
|
+
if (Gr.test(s.stem)) {
|
|
1495
|
+
t = N(N({}, t), Yt(s.stem));
|
|
1496
1496
|
continue;
|
|
1497
1497
|
}
|
|
1498
|
-
var a =
|
|
1499
|
-
a && (t =
|
|
1500
|
-
var l =
|
|
1501
|
-
l && (t =
|
|
1498
|
+
var a = $r(s.stem);
|
|
1499
|
+
a && (t = N(N({}, t), a));
|
|
1500
|
+
var l = Ms(s.stem);
|
|
1501
|
+
l && (t = N(N({}, t), l));
|
|
1502
1502
|
}
|
|
1503
1503
|
return t;
|
|
1504
1504
|
}
|
|
@@ -2911,13 +2911,13 @@ var Xe = {
|
|
|
2911
2911
|
"h"
|
|
2912
2912
|
]
|
|
2913
2913
|
};
|
|
2914
|
-
function
|
|
2914
|
+
function Ds(e, t) {
|
|
2915
2915
|
for (var r = "", o = 0; o < e.length; o++) {
|
|
2916
2916
|
var s = e.charAt(o);
|
|
2917
2917
|
if (s === "j") {
|
|
2918
2918
|
for (var n = 0; o + 1 < e.length && e.charAt(o + 1) === s; )
|
|
2919
2919
|
n++, o++;
|
|
2920
|
-
var a = 1 + (n & 1), l = n < 2 ? 1 : 3 + (n >> 1), u = "a", c =
|
|
2920
|
+
var a = 1 + (n & 1), l = n < 2 ? 1 : 3 + (n >> 1), u = "a", c = Us(t);
|
|
2921
2921
|
for ((c == "H" || c == "k") && (l = 0); l-- > 0; )
|
|
2922
2922
|
r += u;
|
|
2923
2923
|
for (; a-- > 0; )
|
|
@@ -2926,7 +2926,7 @@ function ks(e, t) {
|
|
|
2926
2926
|
}
|
|
2927
2927
|
return r;
|
|
2928
2928
|
}
|
|
2929
|
-
function
|
|
2929
|
+
function Us(e) {
|
|
2930
2930
|
var t = e.hourCycle;
|
|
2931
2931
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2932
2932
|
e.hourCycles && // @ts-ignore
|
|
@@ -2948,20 +2948,20 @@ function Ds(e) {
|
|
|
2948
2948
|
var s = Xe[o || ""] || Xe[r || ""] || Xe["".concat(r, "-001")] || Xe["001"];
|
|
2949
2949
|
return s[0];
|
|
2950
2950
|
}
|
|
2951
|
-
var ft,
|
|
2952
|
-
function
|
|
2951
|
+
var ft, Gs = new RegExp("^".concat(Ur.source, "*")), js = new RegExp("".concat(Ur.source, "*$"));
|
|
2952
|
+
function B(e, t) {
|
|
2953
2953
|
return { start: e, end: t };
|
|
2954
2954
|
}
|
|
2955
|
-
var
|
|
2955
|
+
var $s = !!String.prototype.startsWith && "_a".startsWith("a", 1), Vs = !!String.fromCodePoint, zs = !!Object.fromEntries, Xs = !!String.prototype.codePointAt, Zs = !!String.prototype.trimStart, Ws = !!String.prototype.trimEnd, qs = !!Number.isSafeInteger, Qs = qs ? Number.isSafeInteger : function(e) {
|
|
2956
2956
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2957
2957
|
}, xt = !0;
|
|
2958
2958
|
try {
|
|
2959
|
-
var
|
|
2960
|
-
xt = ((ft =
|
|
2959
|
+
var Js = zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2960
|
+
xt = ((ft = Js.exec("a")) === null || ft === void 0 ? void 0 : ft[0]) === "a";
|
|
2961
2961
|
} catch (e) {
|
|
2962
2962
|
xt = !1;
|
|
2963
2963
|
}
|
|
2964
|
-
var
|
|
2964
|
+
var er = $s ? (
|
|
2965
2965
|
// Native
|
|
2966
2966
|
function(t, r, o) {
|
|
2967
2967
|
return t.startsWith(r, o);
|
|
@@ -2971,7 +2971,7 @@ var Kt = js ? (
|
|
|
2971
2971
|
function(t, r, o) {
|
|
2972
2972
|
return t.slice(o, o + r.length) === r;
|
|
2973
2973
|
}
|
|
2974
|
-
), Tt =
|
|
2974
|
+
), Tt = Vs ? String.fromCodePoint : (
|
|
2975
2975
|
// IE11
|
|
2976
2976
|
function() {
|
|
2977
2977
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2983,9 +2983,9 @@ var Kt = js ? (
|
|
|
2983
2983
|
}
|
|
2984
2984
|
return o;
|
|
2985
2985
|
}
|
|
2986
|
-
),
|
|
2986
|
+
), tr = (
|
|
2987
2987
|
// native
|
|
2988
|
-
|
|
2988
|
+
zs ? Object.fromEntries : (
|
|
2989
2989
|
// Ponyfill
|
|
2990
2990
|
function(t) {
|
|
2991
2991
|
for (var r = {}, o = 0, s = t; o < s.length; o++) {
|
|
@@ -2995,7 +2995,7 @@ var Kt = js ? (
|
|
|
2995
2995
|
return r;
|
|
2996
2996
|
}
|
|
2997
2997
|
)
|
|
2998
|
-
),
|
|
2998
|
+
), Vr = Xs ? (
|
|
2999
2999
|
// Native
|
|
3000
3000
|
function(t, r) {
|
|
3001
3001
|
return t.codePointAt(r);
|
|
@@ -3009,7 +3009,7 @@ var Kt = js ? (
|
|
|
3009
3009
|
return s < 55296 || s > 56319 || r + 1 === o || (n = t.charCodeAt(r + 1)) < 56320 || n > 57343 ? s : (s - 55296 << 10) + (n - 56320) + 65536;
|
|
3010
3010
|
}
|
|
3011
3011
|
}
|
|
3012
|
-
),
|
|
3012
|
+
), Ys = Zs ? (
|
|
3013
3013
|
// Native
|
|
3014
3014
|
function(t) {
|
|
3015
3015
|
return t.trimStart();
|
|
@@ -3017,9 +3017,9 @@ var Kt = js ? (
|
|
|
3017
3017
|
) : (
|
|
3018
3018
|
// Ponyfill
|
|
3019
3019
|
function(t) {
|
|
3020
|
-
return t.replace(
|
|
3020
|
+
return t.replace(Gs, "");
|
|
3021
3021
|
}
|
|
3022
|
-
),
|
|
3022
|
+
), Ks = Ws ? (
|
|
3023
3023
|
// Native
|
|
3024
3024
|
function(t) {
|
|
3025
3025
|
return t.trimEnd();
|
|
@@ -3027,32 +3027,32 @@ var Kt = js ? (
|
|
|
3027
3027
|
) : (
|
|
3028
3028
|
// Ponyfill
|
|
3029
3029
|
function(t) {
|
|
3030
|
-
return t.replace(
|
|
3030
|
+
return t.replace(js, "");
|
|
3031
3031
|
}
|
|
3032
3032
|
);
|
|
3033
|
-
function
|
|
3033
|
+
function zr(e, t) {
|
|
3034
3034
|
return new RegExp(e, t);
|
|
3035
3035
|
}
|
|
3036
3036
|
var St;
|
|
3037
3037
|
if (xt) {
|
|
3038
|
-
var
|
|
3038
|
+
var rr = zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3039
3039
|
St = function(t, r) {
|
|
3040
3040
|
var o;
|
|
3041
|
-
|
|
3042
|
-
var s =
|
|
3041
|
+
rr.lastIndex = r;
|
|
3042
|
+
var s = rr.exec(t);
|
|
3043
3043
|
return (o = s[1]) !== null && o !== void 0 ? o : "";
|
|
3044
3044
|
};
|
|
3045
3045
|
} else
|
|
3046
3046
|
St = function(t, r) {
|
|
3047
3047
|
for (var o = []; ; ) {
|
|
3048
|
-
var s =
|
|
3049
|
-
if (s === void 0 ||
|
|
3048
|
+
var s = Vr(t, r);
|
|
3049
|
+
if (s === void 0 || Xr(s) || on(s))
|
|
3050
3050
|
break;
|
|
3051
3051
|
o.push(s), r += s >= 65536 ? 2 : 1;
|
|
3052
3052
|
}
|
|
3053
3053
|
return Tt.apply(void 0, o);
|
|
3054
3054
|
};
|
|
3055
|
-
var
|
|
3055
|
+
var en = (
|
|
3056
3056
|
/** @class */
|
|
3057
3057
|
function() {
|
|
3058
3058
|
function e(t, r) {
|
|
@@ -3076,13 +3076,13 @@ var Ks = (
|
|
|
3076
3076
|
if (n === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3077
3077
|
var l = this.clonePosition();
|
|
3078
3078
|
this.bump(), s.push({
|
|
3079
|
-
type:
|
|
3080
|
-
location:
|
|
3079
|
+
type: D.pound,
|
|
3080
|
+
location: B(l, this.clonePosition())
|
|
3081
3081
|
});
|
|
3082
3082
|
} else if (n === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3083
3083
|
if (o)
|
|
3084
3084
|
break;
|
|
3085
|
-
return this.error(T.UNMATCHED_CLOSING_TAG,
|
|
3085
|
+
return this.error(T.UNMATCHED_CLOSING_TAG, B(this.clonePosition(), this.clonePosition()));
|
|
3086
3086
|
} else if (n === 60 && !this.ignoreTag && Bt(this.peek() || 0)) {
|
|
3087
3087
|
var a = this.parseTag(t, r);
|
|
3088
3088
|
if (a.err)
|
|
@@ -3104,9 +3104,9 @@ var Ks = (
|
|
|
3104
3104
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3105
3105
|
return {
|
|
3106
3106
|
val: {
|
|
3107
|
-
type:
|
|
3107
|
+
type: D.literal,
|
|
3108
3108
|
value: "<".concat(s, "/>"),
|
|
3109
|
-
location:
|
|
3109
|
+
location: B(o, this.clonePosition())
|
|
3110
3110
|
},
|
|
3111
3111
|
err: null
|
|
3112
3112
|
};
|
|
@@ -3117,24 +3117,24 @@ var Ks = (
|
|
|
3117
3117
|
var a = n.val, l = this.clonePosition();
|
|
3118
3118
|
if (this.bumpIf("</")) {
|
|
3119
3119
|
if (this.isEOF() || !Bt(this.char()))
|
|
3120
|
-
return this.error(T.INVALID_TAG,
|
|
3120
|
+
return this.error(T.INVALID_TAG, B(l, this.clonePosition()));
|
|
3121
3121
|
var u = this.clonePosition(), c = this.parseTagName();
|
|
3122
|
-
return s !== c ? this.error(T.UNMATCHED_CLOSING_TAG,
|
|
3122
|
+
return s !== c ? this.error(T.UNMATCHED_CLOSING_TAG, B(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3123
3123
|
val: {
|
|
3124
|
-
type:
|
|
3124
|
+
type: D.tag,
|
|
3125
3125
|
value: s,
|
|
3126
3126
|
children: a,
|
|
3127
|
-
location:
|
|
3127
|
+
location: B(o, this.clonePosition())
|
|
3128
3128
|
},
|
|
3129
3129
|
err: null
|
|
3130
|
-
} : this.error(T.INVALID_TAG,
|
|
3130
|
+
} : this.error(T.INVALID_TAG, B(l, this.clonePosition())));
|
|
3131
3131
|
} else
|
|
3132
|
-
return this.error(T.UNCLOSED_TAG,
|
|
3132
|
+
return this.error(T.UNCLOSED_TAG, B(o, this.clonePosition()));
|
|
3133
3133
|
} else
|
|
3134
|
-
return this.error(T.INVALID_TAG,
|
|
3134
|
+
return this.error(T.INVALID_TAG, B(o, this.clonePosition()));
|
|
3135
3135
|
}, e.prototype.parseTagName = function() {
|
|
3136
3136
|
var t = this.offset();
|
|
3137
|
-
for (this.bump(); !this.isEOF() &&
|
|
3137
|
+
for (this.bump(); !this.isEOF() && rn(this.char()); )
|
|
3138
3138
|
this.bump();
|
|
3139
3139
|
return this.message.slice(t, this.offset());
|
|
3140
3140
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3156,14 +3156,14 @@ var Ks = (
|
|
|
3156
3156
|
}
|
|
3157
3157
|
break;
|
|
3158
3158
|
}
|
|
3159
|
-
var u =
|
|
3159
|
+
var u = B(o, this.clonePosition());
|
|
3160
3160
|
return {
|
|
3161
|
-
val: { type:
|
|
3161
|
+
val: { type: D.literal, value: s, location: u },
|
|
3162
3162
|
err: null
|
|
3163
3163
|
};
|
|
3164
3164
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3165
3165
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3166
|
-
!
|
|
3166
|
+
!tn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3167
3167
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3168
3168
|
if (this.isEOF() || this.char() !== 39)
|
|
3169
3169
|
return null;
|
|
@@ -3206,40 +3206,40 @@ var Ks = (
|
|
|
3206
3206
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3207
3207
|
var o = this.clonePosition();
|
|
3208
3208
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3209
|
-
return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3209
|
+
return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE, B(o, this.clonePosition()));
|
|
3210
3210
|
if (this.char() === 125)
|
|
3211
|
-
return this.bump(), this.error(T.EMPTY_ARGUMENT,
|
|
3211
|
+
return this.bump(), this.error(T.EMPTY_ARGUMENT, B(o, this.clonePosition()));
|
|
3212
3212
|
var s = this.parseIdentifierIfPossible().value;
|
|
3213
3213
|
if (!s)
|
|
3214
|
-
return this.error(T.MALFORMED_ARGUMENT,
|
|
3214
|
+
return this.error(T.MALFORMED_ARGUMENT, B(o, this.clonePosition()));
|
|
3215
3215
|
if (this.bumpSpace(), this.isEOF())
|
|
3216
|
-
return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3216
|
+
return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE, B(o, this.clonePosition()));
|
|
3217
3217
|
switch (this.char()) {
|
|
3218
3218
|
case 125:
|
|
3219
3219
|
return this.bump(), {
|
|
3220
3220
|
val: {
|
|
3221
|
-
type:
|
|
3221
|
+
type: D.argument,
|
|
3222
3222
|
// value does not include the opening and closing braces.
|
|
3223
3223
|
value: s,
|
|
3224
|
-
location:
|
|
3224
|
+
location: B(o, this.clonePosition())
|
|
3225
3225
|
},
|
|
3226
3226
|
err: null
|
|
3227
3227
|
};
|
|
3228
3228
|
case 44:
|
|
3229
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3229
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE, B(o, this.clonePosition())) : this.parseArgumentOptions(t, r, s, o);
|
|
3230
3230
|
default:
|
|
3231
|
-
return this.error(T.MALFORMED_ARGUMENT,
|
|
3231
|
+
return this.error(T.MALFORMED_ARGUMENT, B(o, this.clonePosition()));
|
|
3232
3232
|
}
|
|
3233
3233
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3234
3234
|
var t = this.clonePosition(), r = this.offset(), o = St(this.message, r), s = r + o.length;
|
|
3235
3235
|
this.bumpTo(s);
|
|
3236
|
-
var n = this.clonePosition(), a =
|
|
3236
|
+
var n = this.clonePosition(), a = B(t, n);
|
|
3237
3237
|
return { value: o, location: a };
|
|
3238
3238
|
}, e.prototype.parseArgumentOptions = function(t, r, o, s) {
|
|
3239
3239
|
var n, a = this.clonePosition(), l = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3240
3240
|
switch (l) {
|
|
3241
3241
|
case "":
|
|
3242
|
-
return this.error(T.EXPECT_ARGUMENT_TYPE,
|
|
3242
|
+
return this.error(T.EXPECT_ARGUMENT_TYPE, B(a, u));
|
|
3243
3243
|
case "number":
|
|
3244
3244
|
case "date":
|
|
3245
3245
|
case "time": {
|
|
@@ -3247,38 +3247,38 @@ var Ks = (
|
|
|
3247
3247
|
var c = null;
|
|
3248
3248
|
if (this.bumpIf(",")) {
|
|
3249
3249
|
this.bumpSpace();
|
|
3250
|
-
var
|
|
3250
|
+
var f = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
|
|
3251
3251
|
if (d.err)
|
|
3252
3252
|
return d;
|
|
3253
|
-
var p =
|
|
3253
|
+
var p = Ks(d.val);
|
|
3254
3254
|
if (p.length === 0)
|
|
3255
|
-
return this.error(T.EXPECT_ARGUMENT_STYLE,
|
|
3256
|
-
var m =
|
|
3255
|
+
return this.error(T.EXPECT_ARGUMENT_STYLE, B(this.clonePosition(), this.clonePosition()));
|
|
3256
|
+
var m = B(f, this.clonePosition());
|
|
3257
3257
|
c = { style: p, styleLocation: m };
|
|
3258
3258
|
}
|
|
3259
3259
|
var v = this.tryParseArgumentClose(s);
|
|
3260
3260
|
if (v.err)
|
|
3261
3261
|
return v;
|
|
3262
|
-
var g =
|
|
3263
|
-
if (c &&
|
|
3264
|
-
var
|
|
3262
|
+
var g = B(s, this.clonePosition());
|
|
3263
|
+
if (c && er(c == null ? void 0 : c.style, "::", 0)) {
|
|
3264
|
+
var x = Ys(c.style.slice(2));
|
|
3265
3265
|
if (l === "number") {
|
|
3266
|
-
var d = this.parseNumberSkeletonFromString(
|
|
3266
|
+
var d = this.parseNumberSkeletonFromString(x, c.styleLocation);
|
|
3267
3267
|
return d.err ? d : {
|
|
3268
|
-
val: { type:
|
|
3268
|
+
val: { type: D.number, value: o, location: g, style: d.val },
|
|
3269
3269
|
err: null
|
|
3270
3270
|
};
|
|
3271
3271
|
} else {
|
|
3272
|
-
if (
|
|
3272
|
+
if (x.length === 0)
|
|
3273
3273
|
return this.error(T.EXPECT_DATE_TIME_SKELETON, g);
|
|
3274
|
-
var E =
|
|
3275
|
-
this.locale && (E =
|
|
3274
|
+
var E = x;
|
|
3275
|
+
this.locale && (E = Ds(x, this.locale));
|
|
3276
3276
|
var p = {
|
|
3277
3277
|
type: Ne.dateTime,
|
|
3278
3278
|
pattern: E,
|
|
3279
3279
|
location: c.styleLocation,
|
|
3280
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3281
|
-
}, P = l === "date" ?
|
|
3280
|
+
parsedOptions: this.shouldParseSkeletons ? Is(E) : {}
|
|
3281
|
+
}, P = l === "date" ? D.date : D.time;
|
|
3282
3282
|
return {
|
|
3283
3283
|
val: { type: P, value: o, location: g, style: p },
|
|
3284
3284
|
err: null
|
|
@@ -3287,7 +3287,7 @@ var Ks = (
|
|
|
3287
3287
|
}
|
|
3288
3288
|
return {
|
|
3289
3289
|
val: {
|
|
3290
|
-
type: l === "number" ?
|
|
3290
|
+
type: l === "number" ? D.number : l === "date" ? D.date : D.time,
|
|
3291
3291
|
value: o,
|
|
3292
3292
|
location: g,
|
|
3293
3293
|
style: (n = c == null ? void 0 : c.style) !== null && n !== void 0 ? n : null
|
|
@@ -3298,41 +3298,41 @@ var Ks = (
|
|
|
3298
3298
|
case "plural":
|
|
3299
3299
|
case "selectordinal":
|
|
3300
3300
|
case "select": {
|
|
3301
|
-
var
|
|
3301
|
+
var S = this.clonePosition();
|
|
3302
3302
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3303
|
-
return this.error(T.EXPECT_SELECT_ARGUMENT_OPTIONS, S
|
|
3303
|
+
return this.error(T.EXPECT_SELECT_ARGUMENT_OPTIONS, B(S, N({}, S)));
|
|
3304
3304
|
this.bumpSpace();
|
|
3305
|
-
var
|
|
3306
|
-
if (l !== "select" &&
|
|
3305
|
+
var _ = this.parseIdentifierIfPossible(), A = 0;
|
|
3306
|
+
if (l !== "select" && _.value === "offset") {
|
|
3307
3307
|
if (!this.bumpIf(":"))
|
|
3308
|
-
return this.error(T.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
3308
|
+
return this.error(T.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, B(this.clonePosition(), this.clonePosition()));
|
|
3309
3309
|
this.bumpSpace();
|
|
3310
3310
|
var d = this.tryParseDecimalInteger(T.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, T.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3311
3311
|
if (d.err)
|
|
3312
3312
|
return d;
|
|
3313
|
-
this.bumpSpace(),
|
|
3313
|
+
this.bumpSpace(), _ = this.parseIdentifierIfPossible(), A = d.val;
|
|
3314
3314
|
}
|
|
3315
|
-
var
|
|
3316
|
-
if (
|
|
3317
|
-
return
|
|
3315
|
+
var M = this.tryParsePluralOrSelectOptions(t, l, r, _);
|
|
3316
|
+
if (M.err)
|
|
3317
|
+
return M;
|
|
3318
3318
|
var v = this.tryParseArgumentClose(s);
|
|
3319
3319
|
if (v.err)
|
|
3320
3320
|
return v;
|
|
3321
|
-
var O =
|
|
3321
|
+
var O = B(s, this.clonePosition());
|
|
3322
3322
|
return l === "select" ? {
|
|
3323
3323
|
val: {
|
|
3324
|
-
type:
|
|
3324
|
+
type: D.select,
|
|
3325
3325
|
value: o,
|
|
3326
|
-
options:
|
|
3326
|
+
options: tr(M.val),
|
|
3327
3327
|
location: O
|
|
3328
3328
|
},
|
|
3329
3329
|
err: null
|
|
3330
3330
|
} : {
|
|
3331
3331
|
val: {
|
|
3332
|
-
type:
|
|
3332
|
+
type: D.plural,
|
|
3333
3333
|
value: o,
|
|
3334
|
-
options:
|
|
3335
|
-
offset:
|
|
3334
|
+
options: tr(M.val),
|
|
3335
|
+
offset: A,
|
|
3336
3336
|
pluralType: l === "plural" ? "cardinal" : "ordinal",
|
|
3337
3337
|
location: O
|
|
3338
3338
|
},
|
|
@@ -3340,10 +3340,10 @@ var Ks = (
|
|
|
3340
3340
|
};
|
|
3341
3341
|
}
|
|
3342
3342
|
default:
|
|
3343
|
-
return this.error(T.INVALID_ARGUMENT_TYPE,
|
|
3343
|
+
return this.error(T.INVALID_ARGUMENT_TYPE, B(a, u));
|
|
3344
3344
|
}
|
|
3345
3345
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3346
|
-
return this.isEOF() || this.char() !== 125 ? this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3346
|
+
return this.isEOF() || this.char() !== 125 ? this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE, B(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3347
3347
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3348
3348
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3349
3349
|
var o = this.char();
|
|
@@ -3352,7 +3352,7 @@ var Ks = (
|
|
|
3352
3352
|
this.bump();
|
|
3353
3353
|
var s = this.clonePosition();
|
|
3354
3354
|
if (!this.bumpUntil("'"))
|
|
3355
|
-
return this.error(T.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
3355
|
+
return this.error(T.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, B(s, this.clonePosition()));
|
|
3356
3356
|
this.bump();
|
|
3357
3357
|
break;
|
|
3358
3358
|
}
|
|
@@ -3391,28 +3391,28 @@ var Ks = (
|
|
|
3391
3391
|
type: Ne.number,
|
|
3392
3392
|
tokens: o,
|
|
3393
3393
|
location: r,
|
|
3394
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3394
|
+
parsedOptions: this.shouldParseSkeletons ? ks(o) : {}
|
|
3395
3395
|
},
|
|
3396
3396
|
err: null
|
|
3397
3397
|
};
|
|
3398
3398
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, o, s) {
|
|
3399
|
-
for (var n, a = !1, l = [], u = /* @__PURE__ */ new Set(), c = s.value,
|
|
3399
|
+
for (var n, a = !1, l = [], u = /* @__PURE__ */ new Set(), c = s.value, f = s.location; ; ) {
|
|
3400
3400
|
if (c.length === 0) {
|
|
3401
3401
|
var d = this.clonePosition();
|
|
3402
3402
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3403
3403
|
var p = this.tryParseDecimalInteger(T.EXPECT_PLURAL_ARGUMENT_SELECTOR, T.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3404
3404
|
if (p.err)
|
|
3405
3405
|
return p;
|
|
3406
|
-
|
|
3406
|
+
f = B(d, this.clonePosition()), c = this.message.slice(d.offset, this.offset());
|
|
3407
3407
|
} else
|
|
3408
3408
|
break;
|
|
3409
3409
|
}
|
|
3410
3410
|
if (u.has(c))
|
|
3411
|
-
return this.error(r === "select" ? T.DUPLICATE_SELECT_ARGUMENT_SELECTOR : T.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,
|
|
3411
|
+
return this.error(r === "select" ? T.DUPLICATE_SELECT_ARGUMENT_SELECTOR : T.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
|
|
3412
3412
|
c === "other" && (a = !0), this.bumpSpace();
|
|
3413
3413
|
var m = this.clonePosition();
|
|
3414
3414
|
if (!this.bumpIf("{"))
|
|
3415
|
-
return this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : T.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
3415
|
+
return this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : T.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, B(this.clonePosition(), this.clonePosition()));
|
|
3416
3416
|
var v = this.parseMessage(t + 1, r, o);
|
|
3417
3417
|
if (v.err)
|
|
3418
3418
|
return v;
|
|
@@ -3423,11 +3423,11 @@ var Ks = (
|
|
|
3423
3423
|
c,
|
|
3424
3424
|
{
|
|
3425
3425
|
value: v.val,
|
|
3426
|
-
location:
|
|
3426
|
+
location: B(m, this.clonePosition())
|
|
3427
3427
|
}
|
|
3428
|
-
]), u.add(c), this.bumpSpace(), n = this.parseIdentifierIfPossible(), c = n.value,
|
|
3428
|
+
]), u.add(c), this.bumpSpace(), n = this.parseIdentifierIfPossible(), c = n.value, f = n.location;
|
|
3429
3429
|
}
|
|
3430
|
-
return l.length === 0 ? this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR : T.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
3430
|
+
return l.length === 0 ? this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR : T.EXPECT_PLURAL_ARGUMENT_SELECTOR, B(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(T.MISSING_OTHER_CLAUSE, B(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
|
|
3431
3431
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3432
3432
|
var o = 1, s = this.clonePosition();
|
|
3433
3433
|
this.bumpIf("+") || this.bumpIf("-") && (o = -1);
|
|
@@ -3438,8 +3438,8 @@ var Ks = (
|
|
|
3438
3438
|
else
|
|
3439
3439
|
break;
|
|
3440
3440
|
}
|
|
3441
|
-
var u =
|
|
3442
|
-
return n ? (a *= o,
|
|
3441
|
+
var u = B(s, this.clonePosition());
|
|
3442
|
+
return n ? (a *= o, Qs(a) ? { val: a, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3443
3443
|
}, e.prototype.offset = function() {
|
|
3444
3444
|
return this.position.offset;
|
|
3445
3445
|
}, e.prototype.isEOF = function() {
|
|
@@ -3454,7 +3454,7 @@ var Ks = (
|
|
|
3454
3454
|
var t = this.position.offset;
|
|
3455
3455
|
if (t >= this.message.length)
|
|
3456
3456
|
throw Error("out of bound");
|
|
3457
|
-
var r =
|
|
3457
|
+
var r = Vr(this.message, t);
|
|
3458
3458
|
if (r === void 0)
|
|
3459
3459
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3460
3460
|
return r;
|
|
@@ -3473,7 +3473,7 @@ var Ks = (
|
|
|
3473
3473
|
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);
|
|
3474
3474
|
}
|
|
3475
3475
|
}, e.prototype.bumpIf = function(t) {
|
|
3476
|
-
if (
|
|
3476
|
+
if (er(this.message, t, this.offset())) {
|
|
3477
3477
|
for (var r = 0; r < t.length; r++)
|
|
3478
3478
|
this.bump();
|
|
3479
3479
|
return !0;
|
|
@@ -3495,7 +3495,7 @@ var Ks = (
|
|
|
3495
3495
|
break;
|
|
3496
3496
|
}
|
|
3497
3497
|
}, e.prototype.bumpSpace = function() {
|
|
3498
|
-
for (; !this.isEOF() &&
|
|
3498
|
+
for (; !this.isEOF() && Xr(this.char()); )
|
|
3499
3499
|
this.bump();
|
|
3500
3500
|
}, e.prototype.peek = function() {
|
|
3501
3501
|
if (this.isEOF())
|
|
@@ -3508,29 +3508,29 @@ var Ks = (
|
|
|
3508
3508
|
function Bt(e) {
|
|
3509
3509
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3510
3510
|
}
|
|
3511
|
-
function
|
|
3511
|
+
function tn(e) {
|
|
3512
3512
|
return Bt(e) || e === 47;
|
|
3513
3513
|
}
|
|
3514
|
-
function
|
|
3514
|
+
function rn(e) {
|
|
3515
3515
|
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;
|
|
3516
3516
|
}
|
|
3517
|
-
function
|
|
3517
|
+
function Xr(e) {
|
|
3518
3518
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3519
3519
|
}
|
|
3520
|
-
function
|
|
3520
|
+
function on(e) {
|
|
3521
3521
|
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;
|
|
3522
3522
|
}
|
|
3523
3523
|
function Ct(e) {
|
|
3524
3524
|
e.forEach(function(t) {
|
|
3525
|
-
if (delete t.location,
|
|
3525
|
+
if (delete t.location, Rr(t) || Mr(t))
|
|
3526
3526
|
for (var r in t.options)
|
|
3527
3527
|
delete t.options[r].location, Ct(t.options[r].value);
|
|
3528
|
-
else
|
|
3528
|
+
else Lr(t) && Dr(t.style) || (Or(t) || Fr(t)) && _t(t.style) ? delete t.style.location : kr(t) && Ct(t.children);
|
|
3529
3529
|
});
|
|
3530
3530
|
}
|
|
3531
|
-
function
|
|
3532
|
-
t === void 0 && (t = {}), t =
|
|
3533
|
-
var r = new
|
|
3531
|
+
function sn(e, t) {
|
|
3532
|
+
t === void 0 && (t = {}), t = N({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3533
|
+
var r = new en(e, t).parse();
|
|
3534
3534
|
if (r.err) {
|
|
3535
3535
|
var o = SyntaxError(T[r.err.kind]);
|
|
3536
3536
|
throw o.location = r.err.location, o.originalMessage = r.err.message, o;
|
|
@@ -3538,37 +3538,37 @@ function on(e, t) {
|
|
|
3538
3538
|
return t != null && t.captureLocation || Ct(r.val), r.val;
|
|
3539
3539
|
}
|
|
3540
3540
|
function ht(e, t) {
|
|
3541
|
-
var r = t && t.cache ? t.cache :
|
|
3541
|
+
var r = t && t.cache ? t.cache : fn, o = t && t.serializer ? t.serializer : cn, s = t && t.strategy ? t.strategy : an;
|
|
3542
3542
|
return s(e, {
|
|
3543
3543
|
cache: r,
|
|
3544
3544
|
serializer: o
|
|
3545
3545
|
});
|
|
3546
3546
|
}
|
|
3547
|
-
function
|
|
3547
|
+
function nn(e) {
|
|
3548
3548
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
3549
3549
|
}
|
|
3550
|
-
function
|
|
3551
|
-
var s =
|
|
3550
|
+
function Zr(e, t, r, o) {
|
|
3551
|
+
var s = nn(o) ? o : r(o), n = t.get(s);
|
|
3552
3552
|
return typeof n == "undefined" && (n = e.call(this, o), t.set(s, n)), n;
|
|
3553
3553
|
}
|
|
3554
|
-
function
|
|
3554
|
+
function Wr(e, t, r) {
|
|
3555
3555
|
var o = Array.prototype.slice.call(arguments, 3), s = r(o), n = t.get(s);
|
|
3556
3556
|
return typeof n == "undefined" && (n = e.apply(this, o), t.set(s, n)), n;
|
|
3557
3557
|
}
|
|
3558
3558
|
function At(e, t, r, o, s) {
|
|
3559
3559
|
return r.bind(t, e, o, s);
|
|
3560
3560
|
}
|
|
3561
|
-
function nn(e, t) {
|
|
3562
|
-
var r = e.length === 1 ? Xr : Zr;
|
|
3563
|
-
return At(e, this, r, t.cache.create(), t.serializer);
|
|
3564
|
-
}
|
|
3565
3561
|
function an(e, t) {
|
|
3566
|
-
|
|
3562
|
+
var r = e.length === 1 ? Zr : Wr;
|
|
3563
|
+
return At(e, this, r, t.cache.create(), t.serializer);
|
|
3567
3564
|
}
|
|
3568
3565
|
function ln(e, t) {
|
|
3569
|
-
return At(e, this,
|
|
3566
|
+
return At(e, this, Wr, t.cache.create(), t.serializer);
|
|
3567
|
+
}
|
|
3568
|
+
function un(e, t) {
|
|
3569
|
+
return At(e, this, Zr, t.cache.create(), t.serializer);
|
|
3570
3570
|
}
|
|
3571
|
-
var
|
|
3571
|
+
var cn = function() {
|
|
3572
3572
|
return JSON.stringify(arguments);
|
|
3573
3573
|
};
|
|
3574
3574
|
function It() {
|
|
@@ -3580,13 +3580,13 @@ It.prototype.get = function(e) {
|
|
|
3580
3580
|
It.prototype.set = function(e, t) {
|
|
3581
3581
|
this.cache[e] = t;
|
|
3582
3582
|
};
|
|
3583
|
-
var
|
|
3583
|
+
var fn = {
|
|
3584
3584
|
create: function() {
|
|
3585
3585
|
return new It();
|
|
3586
3586
|
}
|
|
3587
3587
|
}, dt = {
|
|
3588
|
-
variadic:
|
|
3589
|
-
monadic:
|
|
3588
|
+
variadic: ln,
|
|
3589
|
+
monadic: un
|
|
3590
3590
|
}, Ae;
|
|
3591
3591
|
(function(e) {
|
|
3592
3592
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
@@ -3594,7 +3594,7 @@ var cn = {
|
|
|
3594
3594
|
var tt = (
|
|
3595
3595
|
/** @class */
|
|
3596
3596
|
function(e) {
|
|
3597
|
-
|
|
3597
|
+
ge(t, e);
|
|
3598
3598
|
function t(r, o, s) {
|
|
3599
3599
|
var n = e.call(this, r) || this;
|
|
3600
3600
|
return n.code = o, n.originalMessage = s, n;
|
|
@@ -3603,28 +3603,28 @@ var tt = (
|
|
|
3603
3603
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3604
3604
|
}, t;
|
|
3605
3605
|
}(Error)
|
|
3606
|
-
),
|
|
3606
|
+
), or = (
|
|
3607
3607
|
/** @class */
|
|
3608
3608
|
function(e) {
|
|
3609
|
-
|
|
3609
|
+
ge(t, e);
|
|
3610
3610
|
function t(r, o, s, n) {
|
|
3611
3611
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(o, '". Options are "').concat(Object.keys(s).join('", "'), '"'), Ae.INVALID_VALUE, n) || this;
|
|
3612
3612
|
}
|
|
3613
3613
|
return t;
|
|
3614
3614
|
}(tt)
|
|
3615
|
-
),
|
|
3615
|
+
), hn = (
|
|
3616
3616
|
/** @class */
|
|
3617
3617
|
function(e) {
|
|
3618
|
-
|
|
3618
|
+
ge(t, e);
|
|
3619
3619
|
function t(r, o, s) {
|
|
3620
3620
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(o), Ae.INVALID_VALUE, s) || this;
|
|
3621
3621
|
}
|
|
3622
3622
|
return t;
|
|
3623
3623
|
}(tt)
|
|
3624
|
-
),
|
|
3624
|
+
), dn = (
|
|
3625
3625
|
/** @class */
|
|
3626
3626
|
function(e) {
|
|
3627
|
-
|
|
3627
|
+
ge(t, e);
|
|
3628
3628
|
function t(r, o) {
|
|
3629
3629
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(o, '"'), Ae.MISSING_VALUE, o) || this;
|
|
3630
3630
|
}
|
|
@@ -3634,17 +3634,17 @@ var tt = (
|
|
|
3634
3634
|
(function(e) {
|
|
3635
3635
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3636
3636
|
})(oe || (oe = {}));
|
|
3637
|
-
function
|
|
3637
|
+
function pn(e) {
|
|
3638
3638
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3639
3639
|
var o = t[t.length - 1];
|
|
3640
3640
|
return !o || o.type !== oe.literal || r.type !== oe.literal ? t.push(r) : o.value += r.value, t;
|
|
3641
3641
|
}, []);
|
|
3642
3642
|
}
|
|
3643
|
-
function
|
|
3643
|
+
function mn(e) {
|
|
3644
3644
|
return typeof e == "function";
|
|
3645
3645
|
}
|
|
3646
3646
|
function qe(e, t, r, o, s, n, a) {
|
|
3647
|
-
if (e.length === 1 &&
|
|
3647
|
+
if (e.length === 1 && Qt(e[0]))
|
|
3648
3648
|
return [
|
|
3649
3649
|
{
|
|
3650
3650
|
type: oe.literal,
|
|
@@ -3652,104 +3652,104 @@ function qe(e, t, r, o, s, n, a) {
|
|
|
3652
3652
|
}
|
|
3653
3653
|
];
|
|
3654
3654
|
for (var l = [], u = 0, c = e; u < c.length; u++) {
|
|
3655
|
-
var
|
|
3656
|
-
if (
|
|
3655
|
+
var f = c[u];
|
|
3656
|
+
if (Qt(f)) {
|
|
3657
3657
|
l.push({
|
|
3658
3658
|
type: oe.literal,
|
|
3659
|
-
value:
|
|
3659
|
+
value: f.value
|
|
3660
3660
|
});
|
|
3661
3661
|
continue;
|
|
3662
3662
|
}
|
|
3663
|
-
if (
|
|
3663
|
+
if (Ns(f)) {
|
|
3664
3664
|
typeof n == "number" && l.push({
|
|
3665
3665
|
type: oe.literal,
|
|
3666
3666
|
value: r.getNumberFormat(t).format(n)
|
|
3667
3667
|
});
|
|
3668
3668
|
continue;
|
|
3669
3669
|
}
|
|
3670
|
-
var d =
|
|
3670
|
+
var d = f.value;
|
|
3671
3671
|
if (!(s && d in s))
|
|
3672
|
-
throw new
|
|
3672
|
+
throw new dn(d, a);
|
|
3673
3673
|
var p = s[d];
|
|
3674
|
-
if (
|
|
3674
|
+
if (Hs(f)) {
|
|
3675
3675
|
(!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
|
|
3676
3676
|
type: typeof p == "string" ? oe.literal : oe.object,
|
|
3677
3677
|
value: p
|
|
3678
3678
|
});
|
|
3679
3679
|
continue;
|
|
3680
3680
|
}
|
|
3681
|
-
if (Or(
|
|
3682
|
-
var m = typeof
|
|
3681
|
+
if (Or(f)) {
|
|
3682
|
+
var m = typeof f.style == "string" ? o.date[f.style] : _t(f.style) ? f.style.parsedOptions : void 0;
|
|
3683
3683
|
l.push({
|
|
3684
3684
|
type: oe.literal,
|
|
3685
3685
|
value: r.getDateTimeFormat(t, m).format(p)
|
|
3686
3686
|
});
|
|
3687
3687
|
continue;
|
|
3688
3688
|
}
|
|
3689
|
-
if (
|
|
3690
|
-
var m = typeof
|
|
3689
|
+
if (Fr(f)) {
|
|
3690
|
+
var m = typeof f.style == "string" ? o.time[f.style] : _t(f.style) ? f.style.parsedOptions : o.time.medium;
|
|
3691
3691
|
l.push({
|
|
3692
3692
|
type: oe.literal,
|
|
3693
3693
|
value: r.getDateTimeFormat(t, m).format(p)
|
|
3694
3694
|
});
|
|
3695
3695
|
continue;
|
|
3696
3696
|
}
|
|
3697
|
-
if (
|
|
3698
|
-
var m = typeof
|
|
3697
|
+
if (Lr(f)) {
|
|
3698
|
+
var m = typeof f.style == "string" ? o.number[f.style] : Dr(f.style) ? f.style.parsedOptions : void 0;
|
|
3699
3699
|
m && m.scale && (p = p * (m.scale || 1)), l.push({
|
|
3700
3700
|
type: oe.literal,
|
|
3701
3701
|
value: r.getNumberFormat(t, m).format(p)
|
|
3702
3702
|
});
|
|
3703
3703
|
continue;
|
|
3704
3704
|
}
|
|
3705
|
-
if (
|
|
3706
|
-
var v =
|
|
3707
|
-
if (!
|
|
3708
|
-
throw new
|
|
3709
|
-
var E = qe(v, t, r, o, s, n), P =
|
|
3710
|
-
return
|
|
3705
|
+
if (kr(f)) {
|
|
3706
|
+
var v = f.children, g = f.value, x = s[g];
|
|
3707
|
+
if (!mn(x))
|
|
3708
|
+
throw new hn(g, "function", a);
|
|
3709
|
+
var E = qe(v, t, r, o, s, n), P = x(E.map(function(A) {
|
|
3710
|
+
return A.value;
|
|
3711
3711
|
}));
|
|
3712
|
-
Array.isArray(P) || (P = [P]), l.push.apply(l, P.map(function(
|
|
3712
|
+
Array.isArray(P) || (P = [P]), l.push.apply(l, P.map(function(A) {
|
|
3713
3713
|
return {
|
|
3714
|
-
type: typeof
|
|
3715
|
-
value:
|
|
3714
|
+
type: typeof A == "string" ? oe.literal : oe.object,
|
|
3715
|
+
value: A
|
|
3716
3716
|
};
|
|
3717
3717
|
}));
|
|
3718
3718
|
}
|
|
3719
|
-
if (
|
|
3720
|
-
var
|
|
3721
|
-
if (!
|
|
3722
|
-
throw new
|
|
3723
|
-
l.push.apply(l, qe(
|
|
3719
|
+
if (Rr(f)) {
|
|
3720
|
+
var S = f.options[p] || f.options.other;
|
|
3721
|
+
if (!S)
|
|
3722
|
+
throw new or(f.value, p, Object.keys(f.options), a);
|
|
3723
|
+
l.push.apply(l, qe(S.value, t, r, o, s));
|
|
3724
3724
|
continue;
|
|
3725
3725
|
}
|
|
3726
|
-
if (
|
|
3727
|
-
var
|
|
3728
|
-
if (!
|
|
3726
|
+
if (Mr(f)) {
|
|
3727
|
+
var S = f.options["=".concat(p)];
|
|
3728
|
+
if (!S) {
|
|
3729
3729
|
if (!Intl.PluralRules)
|
|
3730
3730
|
throw new tt(`Intl.PluralRules is not available in this environment.
|
|
3731
3731
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3732
3732
|
`, Ae.MISSING_INTL_API, a);
|
|
3733
|
-
var
|
|
3734
|
-
|
|
3733
|
+
var _ = r.getPluralRules(t, { type: f.pluralType }).select(p - (f.offset || 0));
|
|
3734
|
+
S = f.options[_] || f.options.other;
|
|
3735
3735
|
}
|
|
3736
|
-
if (!
|
|
3737
|
-
throw new
|
|
3738
|
-
l.push.apply(l, qe(
|
|
3736
|
+
if (!S)
|
|
3737
|
+
throw new or(f.value, p, Object.keys(f.options), a);
|
|
3738
|
+
l.push.apply(l, qe(S.value, t, r, o, s, p - (f.offset || 0)));
|
|
3739
3739
|
continue;
|
|
3740
3740
|
}
|
|
3741
3741
|
}
|
|
3742
|
-
return
|
|
3742
|
+
return pn(l);
|
|
3743
3743
|
}
|
|
3744
|
-
function
|
|
3745
|
-
return t ?
|
|
3746
|
-
return r[o] =
|
|
3744
|
+
function gn(e, t) {
|
|
3745
|
+
return t ? N(N(N({}, e || {}), t || {}), Object.keys(e).reduce(function(r, o) {
|
|
3746
|
+
return r[o] = N(N({}, e[o]), t[o] || {}), r;
|
|
3747
3747
|
}, {})) : e;
|
|
3748
3748
|
}
|
|
3749
|
-
function
|
|
3749
|
+
function wn(e, t) {
|
|
3750
3750
|
return t ? Object.keys(e).reduce(function(r, o) {
|
|
3751
|
-
return r[o] =
|
|
3752
|
-
},
|
|
3751
|
+
return r[o] = gn(e[o], t[o]), r;
|
|
3752
|
+
}, N({}, e)) : e;
|
|
3753
3753
|
}
|
|
3754
3754
|
function pt(e) {
|
|
3755
3755
|
return {
|
|
@@ -3797,7 +3797,7 @@ function bn(e) {
|
|
|
3797
3797
|
})
|
|
3798
3798
|
};
|
|
3799
3799
|
}
|
|
3800
|
-
var
|
|
3800
|
+
var vn = (
|
|
3801
3801
|
/** @class */
|
|
3802
3802
|
function() {
|
|
3803
3803
|
function e(t, r, o, s) {
|
|
@@ -3810,10 +3810,10 @@ var wn = (
|
|
|
3810
3810
|
var c = n.formatToParts(u);
|
|
3811
3811
|
if (c.length === 1)
|
|
3812
3812
|
return c[0].value;
|
|
3813
|
-
var
|
|
3813
|
+
var f = c.reduce(function(d, p) {
|
|
3814
3814
|
return !d.length || p.type !== oe.literal || typeof d[d.length - 1] != "string" ? d.push(p.value) : d[d.length - 1] += p.value, d;
|
|
3815
3815
|
}, []);
|
|
3816
|
-
return
|
|
3816
|
+
return f.length <= 1 ? f[0] || "" : f;
|
|
3817
3817
|
}, this.formatToParts = function(u) {
|
|
3818
3818
|
return qe(n.ast, n.locales, n.formatters, n.formats, u, void 0, n.message);
|
|
3819
3819
|
}, this.resolvedOptions = function() {
|
|
@@ -3828,13 +3828,13 @@ var wn = (
|
|
|
3828
3828
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3829
3829
|
var a = s || {};
|
|
3830
3830
|
a.formatters;
|
|
3831
|
-
var l =
|
|
3832
|
-
this.ast = e.__parse(t,
|
|
3831
|
+
var l = Yo(a, ["formatters"]);
|
|
3832
|
+
this.ast = e.__parse(t, N(N({}, l), { locale: this.resolvedLocale }));
|
|
3833
3833
|
} else
|
|
3834
3834
|
this.ast = t;
|
|
3835
3835
|
if (!Array.isArray(this.ast))
|
|
3836
3836
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3837
|
-
this.formats =
|
|
3837
|
+
this.formats = wn(e.formats, o), this.formatters = s && s.formatters || bn(this.formatterCache);
|
|
3838
3838
|
}
|
|
3839
3839
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3840
3840
|
get: function() {
|
|
@@ -3847,7 +3847,7 @@ var wn = (
|
|
|
3847
3847
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3848
3848
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3849
3849
|
}
|
|
3850
|
-
}, e.__parse =
|
|
3850
|
+
}, e.__parse = sn, e.formats = {
|
|
3851
3851
|
number: {
|
|
3852
3852
|
integer: {
|
|
3853
3853
|
maximumFractionDigits: 0
|
|
@@ -3908,7 +3908,7 @@ var wn = (
|
|
|
3908
3908
|
}, e;
|
|
3909
3909
|
}()
|
|
3910
3910
|
);
|
|
3911
|
-
function
|
|
3911
|
+
function yn(e, t) {
|
|
3912
3912
|
if (t == null)
|
|
3913
3913
|
return;
|
|
3914
3914
|
if (t in e)
|
|
@@ -3929,60 +3929,60 @@ function vn(e, t) {
|
|
|
3929
3929
|
o = void 0;
|
|
3930
3930
|
return o;
|
|
3931
3931
|
}
|
|
3932
|
-
const we = {},
|
|
3932
|
+
const we = {}, Pn = (e, t, r) => r && (t in we || (we[t] = {}), e in we[t] || (we[t][e] = r), r), qr = (e, t) => {
|
|
3933
3933
|
if (t == null)
|
|
3934
3934
|
return;
|
|
3935
3935
|
if (t in we && e in we[t])
|
|
3936
3936
|
return we[t][e];
|
|
3937
3937
|
const r = rt(t);
|
|
3938
3938
|
for (let o = 0; o < r.length; o++) {
|
|
3939
|
-
const s = r[o], n =
|
|
3939
|
+
const s = r[o], n = _n(s, e);
|
|
3940
3940
|
if (n)
|
|
3941
|
-
return
|
|
3941
|
+
return Pn(e, t, n);
|
|
3942
3942
|
}
|
|
3943
3943
|
};
|
|
3944
|
-
let
|
|
3945
|
-
const
|
|
3946
|
-
function
|
|
3947
|
-
return
|
|
3944
|
+
let Lt;
|
|
3945
|
+
const Oe = et({});
|
|
3946
|
+
function En(e) {
|
|
3947
|
+
return Lt[e] || null;
|
|
3948
3948
|
}
|
|
3949
|
-
function
|
|
3950
|
-
return e in
|
|
3949
|
+
function Qr(e) {
|
|
3950
|
+
return e in Lt;
|
|
3951
3951
|
}
|
|
3952
|
-
function
|
|
3953
|
-
if (!
|
|
3952
|
+
function _n(e, t) {
|
|
3953
|
+
if (!Qr(e))
|
|
3954
3954
|
return null;
|
|
3955
|
-
const r =
|
|
3956
|
-
return
|
|
3955
|
+
const r = En(e);
|
|
3956
|
+
return yn(r, t);
|
|
3957
3957
|
}
|
|
3958
|
-
function
|
|
3958
|
+
function xn(e) {
|
|
3959
3959
|
if (e == null)
|
|
3960
3960
|
return;
|
|
3961
3961
|
const t = rt(e);
|
|
3962
3962
|
for (let r = 0; r < t.length; r++) {
|
|
3963
3963
|
const o = t[r];
|
|
3964
|
-
if (
|
|
3964
|
+
if (Qr(o))
|
|
3965
3965
|
return o;
|
|
3966
3966
|
}
|
|
3967
3967
|
}
|
|
3968
|
-
function
|
|
3969
|
-
delete we[e],
|
|
3968
|
+
function Jr(e, ...t) {
|
|
3969
|
+
delete we[e], Oe.update((r) => (r[e] = Cs.all([r[e] || {}, ...t]), r));
|
|
3970
3970
|
}
|
|
3971
|
-
|
|
3972
|
-
[
|
|
3971
|
+
Le(
|
|
3972
|
+
[Oe],
|
|
3973
3973
|
([e]) => Object.keys(e)
|
|
3974
3974
|
);
|
|
3975
|
-
|
|
3975
|
+
Oe.subscribe((e) => Lt = e);
|
|
3976
3976
|
const Qe = {};
|
|
3977
|
-
function
|
|
3977
|
+
function Tn(e, t) {
|
|
3978
3978
|
Qe[e].delete(t), Qe[e].size === 0 && delete Qe[e];
|
|
3979
3979
|
}
|
|
3980
|
-
function
|
|
3980
|
+
function Yr(e) {
|
|
3981
3981
|
return Qe[e];
|
|
3982
3982
|
}
|
|
3983
|
-
function
|
|
3983
|
+
function Sn(e) {
|
|
3984
3984
|
return rt(e).map((t) => {
|
|
3985
|
-
const r =
|
|
3985
|
+
const r = Yr(t);
|
|
3986
3986
|
return [t, r ? [...r] : []];
|
|
3987
3987
|
}).filter(([, t]) => t.length > 0);
|
|
3988
3988
|
}
|
|
@@ -3990,31 +3990,31 @@ function Ht(e) {
|
|
|
3990
3990
|
return e == null ? !1 : rt(e).some(
|
|
3991
3991
|
(t) => {
|
|
3992
3992
|
var r;
|
|
3993
|
-
return (r =
|
|
3993
|
+
return (r = Yr(t)) == null ? void 0 : r.size;
|
|
3994
3994
|
}
|
|
3995
3995
|
);
|
|
3996
3996
|
}
|
|
3997
|
-
function
|
|
3997
|
+
function Bn(e, t) {
|
|
3998
3998
|
return Promise.all(
|
|
3999
|
-
t.map((o) => (
|
|
4000
|
-
).then((o) =>
|
|
3999
|
+
t.map((o) => (Tn(e, o), o().then((s) => s.default || s)))
|
|
4000
|
+
).then((o) => Jr(e, ...o));
|
|
4001
4001
|
}
|
|
4002
4002
|
const Re = {};
|
|
4003
|
-
function
|
|
4003
|
+
function Kr(e) {
|
|
4004
4004
|
if (!Ht(e))
|
|
4005
4005
|
return e in Re ? Re[e] : Promise.resolve();
|
|
4006
|
-
const t =
|
|
4006
|
+
const t = Sn(e);
|
|
4007
4007
|
return Re[e] = Promise.all(
|
|
4008
4008
|
t.map(
|
|
4009
|
-
([r, o]) =>
|
|
4009
|
+
([r, o]) => Bn(r, o)
|
|
4010
4010
|
)
|
|
4011
4011
|
).then(() => {
|
|
4012
4012
|
if (Ht(e))
|
|
4013
|
-
return
|
|
4013
|
+
return Kr(e);
|
|
4014
4014
|
delete Re[e];
|
|
4015
4015
|
}), Re[e];
|
|
4016
4016
|
}
|
|
4017
|
-
const
|
|
4017
|
+
const Cn = {
|
|
4018
4018
|
number: {
|
|
4019
4019
|
scientific: { notation: "scientific" },
|
|
4020
4020
|
engineering: { notation: "engineering" },
|
|
@@ -4043,57 +4043,57 @@ const Bn = {
|
|
|
4043
4043
|
timeZoneName: "short"
|
|
4044
4044
|
}
|
|
4045
4045
|
}
|
|
4046
|
-
},
|
|
4046
|
+
}, Hn = {
|
|
4047
4047
|
fallbackLocale: null,
|
|
4048
4048
|
loadingDelay: 200,
|
|
4049
|
-
formats:
|
|
4049
|
+
formats: Cn,
|
|
4050
4050
|
warnOnMissingMessages: !0,
|
|
4051
4051
|
handleMissingMessage: void 0,
|
|
4052
4052
|
ignoreTag: !0
|
|
4053
|
-
},
|
|
4053
|
+
}, Nn = Hn;
|
|
4054
4054
|
function Ie() {
|
|
4055
|
-
return
|
|
4055
|
+
return Nn;
|
|
4056
4056
|
}
|
|
4057
4057
|
const mt = et(!1);
|
|
4058
|
-
var
|
|
4058
|
+
var An = Object.defineProperty, In = Object.defineProperties, Ln = Object.getOwnPropertyDescriptors, sr = Object.getOwnPropertySymbols, On = Object.prototype.hasOwnProperty, Fn = Object.prototype.propertyIsEnumerable, nr = (e, t, r) => t in e ? An(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Rn = (e, t) => {
|
|
4059
4059
|
for (var r in t || (t = {}))
|
|
4060
|
-
On.call(t, r) &&
|
|
4061
|
-
if (
|
|
4062
|
-
for (var r of
|
|
4063
|
-
|
|
4060
|
+
On.call(t, r) && nr(e, r, t[r]);
|
|
4061
|
+
if (sr)
|
|
4062
|
+
for (var r of sr(t))
|
|
4063
|
+
Fn.call(t, r) && nr(e, r, t[r]);
|
|
4064
4064
|
return e;
|
|
4065
|
-
},
|
|
4065
|
+
}, Mn = (e, t) => In(e, Ln(t));
|
|
4066
4066
|
let Nt;
|
|
4067
4067
|
const Je = et(null);
|
|
4068
|
-
function
|
|
4068
|
+
function ir(e) {
|
|
4069
4069
|
return e.split("-").map((t, r, o) => o.slice(0, r + 1).join("-")).reverse();
|
|
4070
4070
|
}
|
|
4071
4071
|
function rt(e, t = Ie().fallbackLocale) {
|
|
4072
|
-
const r =
|
|
4073
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4072
|
+
const r = ir(e);
|
|
4073
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...ir(t)])] : r;
|
|
4074
4074
|
}
|
|
4075
|
-
function
|
|
4075
|
+
function ye() {
|
|
4076
4076
|
return Nt != null ? Nt : void 0;
|
|
4077
4077
|
}
|
|
4078
4078
|
Je.subscribe((e) => {
|
|
4079
4079
|
Nt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4080
4080
|
});
|
|
4081
|
-
const
|
|
4082
|
-
if (e &&
|
|
4081
|
+
const kn = (e) => {
|
|
4082
|
+
if (e && xn(e) && Ht(e)) {
|
|
4083
4083
|
const { loadingDelay: t } = Ie();
|
|
4084
4084
|
let r;
|
|
4085
|
-
return typeof window != "undefined" &&
|
|
4085
|
+
return typeof window != "undefined" && ye() != null && t ? r = window.setTimeout(
|
|
4086
4086
|
() => mt.set(!0),
|
|
4087
4087
|
t
|
|
4088
|
-
) : mt.set(!0),
|
|
4088
|
+
) : mt.set(!0), Kr(e).then(() => {
|
|
4089
4089
|
Je.set(e);
|
|
4090
4090
|
}).finally(() => {
|
|
4091
4091
|
clearTimeout(r), mt.set(!1);
|
|
4092
4092
|
});
|
|
4093
4093
|
}
|
|
4094
4094
|
return Je.set(e);
|
|
4095
|
-
},
|
|
4096
|
-
set:
|
|
4095
|
+
}, be = Mn(Rn({}, Je), {
|
|
4096
|
+
set: kn
|
|
4097
4097
|
}), ot = (e) => {
|
|
4098
4098
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4099
4099
|
return (o) => {
|
|
@@ -4101,20 +4101,20 @@ const Mn = (e) => {
|
|
|
4101
4101
|
return s in t ? t[s] : t[s] = e(o);
|
|
4102
4102
|
};
|
|
4103
4103
|
};
|
|
4104
|
-
var
|
|
4104
|
+
var Dn = Object.defineProperty, Ye = Object.getOwnPropertySymbols, eo = Object.prototype.hasOwnProperty, to = Object.prototype.propertyIsEnumerable, ar = (e, t, r) => t in e ? Dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ot = (e, t) => {
|
|
4105
4105
|
for (var r in t || (t = {}))
|
|
4106
|
-
|
|
4106
|
+
eo.call(t, r) && ar(e, r, t[r]);
|
|
4107
4107
|
if (Ye)
|
|
4108
4108
|
for (var r of Ye(t))
|
|
4109
|
-
|
|
4109
|
+
to.call(t, r) && ar(e, r, t[r]);
|
|
4110
4110
|
return e;
|
|
4111
4111
|
}, Fe = (e, t) => {
|
|
4112
4112
|
var r = {};
|
|
4113
4113
|
for (var o in e)
|
|
4114
|
-
|
|
4114
|
+
eo.call(e, o) && t.indexOf(o) < 0 && (r[o] = e[o]);
|
|
4115
4115
|
if (e != null && Ye)
|
|
4116
4116
|
for (var o of Ye(e))
|
|
4117
|
-
t.indexOf(o) < 0 &&
|
|
4117
|
+
t.indexOf(o) < 0 && to.call(e, o) && (r[o] = e[o]);
|
|
4118
4118
|
return r;
|
|
4119
4119
|
};
|
|
4120
4120
|
const je = (e, t) => {
|
|
@@ -4122,21 +4122,21 @@ const je = (e, t) => {
|
|
|
4122
4122
|
if (e in r && t in r[e])
|
|
4123
4123
|
return r[e][t];
|
|
4124
4124
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4125
|
-
},
|
|
4125
|
+
}, Un = ot(
|
|
4126
4126
|
(e) => {
|
|
4127
4127
|
var t = e, { locale: r, format: o } = t, s = Fe(t, ["locale", "format"]);
|
|
4128
4128
|
if (r == null)
|
|
4129
4129
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4130
4130
|
return o && (s = je("number", o)), new Intl.NumberFormat(r, s);
|
|
4131
4131
|
}
|
|
4132
|
-
),
|
|
4132
|
+
), Gn = ot(
|
|
4133
4133
|
(e) => {
|
|
4134
4134
|
var t = e, { locale: r, format: o } = t, s = Fe(t, ["locale", "format"]);
|
|
4135
4135
|
if (r == null)
|
|
4136
4136
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4137
4137
|
return o ? s = je("date", o) : Object.keys(s).length === 0 && (s = je("date", "short")), new Intl.DateTimeFormat(r, s);
|
|
4138
4138
|
}
|
|
4139
|
-
),
|
|
4139
|
+
), jn = ot(
|
|
4140
4140
|
(e) => {
|
|
4141
4141
|
var t = e, { locale: r, format: o } = t, s = Fe(t, ["locale", "format"]);
|
|
4142
4142
|
if (r == null)
|
|
@@ -4145,57 +4145,57 @@ const je = (e, t) => {
|
|
|
4145
4145
|
);
|
|
4146
4146
|
return o ? s = je("time", o) : Object.keys(s).length === 0 && (s = je("time", "short")), new Intl.DateTimeFormat(r, s);
|
|
4147
4147
|
}
|
|
4148
|
-
),
|
|
4148
|
+
), $n = (e = {}) => {
|
|
4149
4149
|
var t = e, {
|
|
4150
|
-
locale: r =
|
|
4150
|
+
locale: r = ye()
|
|
4151
4151
|
} = t, o = Fe(t, [
|
|
4152
4152
|
"locale"
|
|
4153
4153
|
]);
|
|
4154
|
-
return
|
|
4155
|
-
},
|
|
4154
|
+
return Un(Ot({ locale: r }, o));
|
|
4155
|
+
}, Vn = (e = {}) => {
|
|
4156
4156
|
var t = e, {
|
|
4157
|
-
locale: r =
|
|
4157
|
+
locale: r = ye()
|
|
4158
4158
|
} = t, o = Fe(t, [
|
|
4159
4159
|
"locale"
|
|
4160
4160
|
]);
|
|
4161
|
-
return
|
|
4162
|
-
},
|
|
4161
|
+
return Gn(Ot({ locale: r }, o));
|
|
4162
|
+
}, zn = (e = {}) => {
|
|
4163
4163
|
var t = e, {
|
|
4164
|
-
locale: r =
|
|
4164
|
+
locale: r = ye()
|
|
4165
4165
|
} = t, o = Fe(t, [
|
|
4166
4166
|
"locale"
|
|
4167
4167
|
]);
|
|
4168
|
-
return
|
|
4169
|
-
},
|
|
4168
|
+
return jn(Ot({ locale: r }, o));
|
|
4169
|
+
}, Xn = ot(
|
|
4170
4170
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4171
|
-
(e, t =
|
|
4171
|
+
(e, t = ye()) => new vn(e, t, Ie().formats, {
|
|
4172
4172
|
ignoreTag: Ie().ignoreTag
|
|
4173
4173
|
})
|
|
4174
|
-
),
|
|
4174
|
+
), Zn = (e, t = {}) => {
|
|
4175
4175
|
var r, o, s, n;
|
|
4176
4176
|
let a = t;
|
|
4177
4177
|
typeof e == "object" && (a = e, e = a.id);
|
|
4178
4178
|
const {
|
|
4179
4179
|
values: l,
|
|
4180
|
-
locale: u =
|
|
4180
|
+
locale: u = ye(),
|
|
4181
4181
|
default: c
|
|
4182
4182
|
} = a;
|
|
4183
4183
|
if (u == null)
|
|
4184
4184
|
throw new Error(
|
|
4185
4185
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4186
4186
|
);
|
|
4187
|
-
let
|
|
4188
|
-
if (!
|
|
4189
|
-
|
|
4190
|
-
else if (typeof
|
|
4187
|
+
let f = qr(e, u);
|
|
4188
|
+
if (!f)
|
|
4189
|
+
f = (n = (s = (o = (r = Ie()).handleMissingMessage) == null ? void 0 : o.call(r, { locale: u, id: e, defaultValue: c })) != null ? s : c) != null ? n : e;
|
|
4190
|
+
else if (typeof f != "string")
|
|
4191
4191
|
return console.warn(
|
|
4192
|
-
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof
|
|
4193
|
-
),
|
|
4192
|
+
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
4193
|
+
), f;
|
|
4194
4194
|
if (!l)
|
|
4195
|
-
return
|
|
4196
|
-
let d =
|
|
4195
|
+
return f;
|
|
4196
|
+
let d = f;
|
|
4197
4197
|
try {
|
|
4198
|
-
d =
|
|
4198
|
+
d = Xn(f, u).format(l);
|
|
4199
4199
|
} catch (p) {
|
|
4200
4200
|
p instanceof Error && console.warn(
|
|
4201
4201
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4203,25 +4203,25 @@ const je = (e, t) => {
|
|
|
4203
4203
|
);
|
|
4204
4204
|
}
|
|
4205
4205
|
return d;
|
|
4206
|
-
},
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
window.emWidgets = { topic:
|
|
4212
|
-
const
|
|
4213
|
-
function
|
|
4214
|
-
|
|
4215
|
-
r == null && (
|
|
4206
|
+
}, Wn = (e, t) => zn(t).format(e), qn = (e, t) => Vn(t).format(e), Qn = (e, t) => $n(t).format(e), Jn = (e, t = ye()) => qr(e, t), Yn = Le([be, Oe], () => Zn);
|
|
4207
|
+
Le([be], () => Wn);
|
|
4208
|
+
Le([be], () => qn);
|
|
4209
|
+
Le([be], () => Qn);
|
|
4210
|
+
Le([be, Oe], () => Jn);
|
|
4211
|
+
window.emWidgets = { topic: fs };
|
|
4212
|
+
const Kn = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4213
|
+
function ei({ withLocale: e, translations: t }) {
|
|
4214
|
+
be.subscribe((r) => {
|
|
4215
|
+
r == null && (Oe.set(t), be.set(e));
|
|
4216
4216
|
});
|
|
4217
4217
|
}
|
|
4218
|
-
function
|
|
4219
|
-
|
|
4218
|
+
function lr(e, t) {
|
|
4219
|
+
Jr(e, t);
|
|
4220
4220
|
}
|
|
4221
|
-
function
|
|
4222
|
-
|
|
4221
|
+
function ti(e) {
|
|
4222
|
+
be.set(e);
|
|
4223
4223
|
}
|
|
4224
|
-
const
|
|
4224
|
+
const ur = {
|
|
4225
4225
|
en: {
|
|
4226
4226
|
goToLogin: "Back to Sign In",
|
|
4227
4227
|
forgotPasswordTitle: "Forgot Password",
|
|
@@ -4401,801 +4401,821 @@ const lr = {
|
|
|
4401
4401
|
forgotChangePasswordLogin: "Clique aqui para entrar",
|
|
4402
4402
|
simplePasswordError: "A senha deve ter de 8 a 20 caracteres."
|
|
4403
4403
|
}
|
|
4404
|
-
}, { document:
|
|
4405
|
-
function
|
|
4406
|
-
|
|
4404
|
+
}, { document: cr } = Ao;
|
|
4405
|
+
function ri(e) {
|
|
4406
|
+
Io(e, "svelte-15o9f7t", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input,select{font-family:inherit}.GeneralPlayerForgotPasswordForm{height:auto}.GeneralPlayerForgotPasswordForm .ModalLoaderWrapper{display:flex;height:100%;align-items:center}.GeneralPlayerForgotPasswordForm .ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.GeneralPlayerForgotPasswordForm .ModalLoader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent;animation:Loader 1.2s linear infinite}.backButtonForgotPassword{display:inline-flex;color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));height:24px;line-height:24px;border-radius:var(--emw--border-radius-medium, 15px);border:none;background:transparent;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-bottom:30px}.backButtonForgotPassword svg{width:24px;height:24px;margin-right:20px;fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.FormContainer{width:100%}.FormForgotPassword{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8))}.FormHeaderTitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-light, 300);padding:0;text-transform:uppercase;margin:0}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-weight:var(--emw--font-weight-light, 300);padding-top:14px}.FormRequired{color:var(--emw--color-error, #ed0909)}.ForgotPasswordError{color:var(--emw--color-error, #ed0909);font-size:10px;line-height:10px;margin-top:10px}.FormContent{padding-top:20px}.NewPasswordSuccess{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;align-items:center}.NewPasswordSuccess h4{margin-top:10px;color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:28px;font-weight:500;padding:0;text-transform:uppercase}.NewPasswordSuccess p{text-align:center;font-size:var(--emw--font-size-medium, 16px);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));text-transform:initial;padding:15px 0;margin-bottom:110px}.TogglePasswordVisibility{height:19px;position:absolute;right:8px;top:34px;cursor:pointer}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.ResetPasswordByEmail,.NewPassword,.ConfirmPassword{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));display:flex;flex-direction:column;padding-bottom:20px;position:relative}.ResetPasswordByEmail label,.NewPassword label,.ConfirmPassword label{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.ResetPasswordByEmail input,.NewPassword input,.ConfirmPassword input{width:100%;height:44px;border-radius:var(--emw--border-radius-medium, 15px);border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));padding:5px;font-size:var(--emw--font-size-small, 14px);box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.ResetPasswordByEmail input:focus,.NewPassword input:focus,.ConfirmPassword input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));outline:none}.ResetPasswordByEmail.InvalidField input,.NewPassword.InvalidField input,.ConfirmPassword.InvalidField input{border:1px solid var(--emw--color-error, #ed0909);background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.resetPasswordButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer}.resetPasswordButton[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}.ResetPasswordByEmail,.NewPassword,.ConfirmPassword{padding-bottom:30px}.ResetPasswordByEmail .InvalidInput{bottom:-3px}.InvalidInput{color:var(--emw--color-error, #ed0909);font-size:10px;position:absolute;bottom:10px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, #ed0909)}.FormForgotPassword{padding:50px}.FormMobileContainer{height:100%;background-color:var(--emw--color-gray-50, #F9F8F8)}.FormMobileContainer .resetPasswordButton,.FormMobileContainer .ResetPasswordByEmail input{max-width:unset;border-radius:var(--emw--border-radius-medium, 15px)}.FormMobileContainer{height:100%}.FormMobileContainer .FormForgotPassword{padding:40px 20px}.FormMobileContainer .resetPasswordButton,.FormMobileContainer .UserContainer input{max-width:unset}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
|
|
4407
4407
|
}
|
|
4408
|
-
function
|
|
4408
|
+
function fr(e) {
|
|
4409
4409
|
let t, r;
|
|
4410
4410
|
return {
|
|
4411
4411
|
c() {
|
|
4412
|
-
t = y("script"),
|
|
4412
|
+
t = y("script"), Ut(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
|
|
4413
4413
|
e[0]) || i(t, "src", r), t.async = !0, t.defer = !0;
|
|
4414
4414
|
},
|
|
4415
4415
|
m(o, s) {
|
|
4416
|
-
|
|
4416
|
+
k(o, t, s);
|
|
4417
4417
|
},
|
|
4418
4418
|
p(o, s) {
|
|
4419
4419
|
s[0] & /*captchakey*/
|
|
4420
|
-
1 && !
|
|
4420
|
+
1 && !Ut(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
|
|
4421
4421
|
o[0]) && i(t, "src", r);
|
|
4422
4422
|
},
|
|
4423
4423
|
d(o) {
|
|
4424
|
-
o &&
|
|
4424
|
+
o && F(t);
|
|
4425
4425
|
}
|
|
4426
4426
|
};
|
|
4427
4427
|
}
|
|
4428
|
-
function
|
|
4428
|
+
function oi(e) {
|
|
4429
4429
|
let t, r;
|
|
4430
4430
|
function o(a, l) {
|
|
4431
4431
|
if (
|
|
4432
4432
|
/*forgotPasswordScreen*/
|
|
4433
|
-
a[
|
|
4434
|
-
) return
|
|
4433
|
+
a[5]
|
|
4434
|
+
) return li;
|
|
4435
4435
|
if (
|
|
4436
4436
|
/*forgotPasswordEmailSuccess*/
|
|
4437
|
-
a[
|
|
4438
|
-
) return
|
|
4437
|
+
a[7]
|
|
4438
|
+
) return ai;
|
|
4439
4439
|
if (
|
|
4440
4440
|
/*newPasswordScreen*/
|
|
4441
|
-
a[
|
|
4442
|
-
) return
|
|
4441
|
+
a[9]
|
|
4442
|
+
) return ii;
|
|
4443
4443
|
if (
|
|
4444
4444
|
/*passwordChangeSuccess*/
|
|
4445
|
-
a[
|
|
4446
|
-
) return
|
|
4445
|
+
a[10]
|
|
4446
|
+
) return ni;
|
|
4447
4447
|
}
|
|
4448
4448
|
let s = o(e), n = s && s(e);
|
|
4449
4449
|
return {
|
|
4450
4450
|
c() {
|
|
4451
4451
|
t = y("div"), n && n.c(), i(t, "class", r = "FormContainer " + /*mobileView*/
|
|
4452
|
-
(e[
|
|
4452
|
+
(e[11] ? "FormMobileContainer" : ""));
|
|
4453
4453
|
},
|
|
4454
4454
|
m(a, l) {
|
|
4455
|
-
|
|
4455
|
+
k(a, t, l), n && n.m(t, null);
|
|
4456
4456
|
},
|
|
4457
4457
|
p(a, l) {
|
|
4458
4458
|
s === (s = o(a)) && n ? n.p(a, l) : (n && n.d(1), n = s && s(a), n && (n.c(), n.m(t, null))), l[0] & /*mobileView*/
|
|
4459
|
-
|
|
4460
|
-
(a[
|
|
4459
|
+
2048 && r !== (r = "FormContainer " + /*mobileView*/
|
|
4460
|
+
(a[11] ? "FormMobileContainer" : "")) && i(t, "class", r);
|
|
4461
4461
|
},
|
|
4462
4462
|
d(a) {
|
|
4463
|
-
a &&
|
|
4463
|
+
a && F(t), n && n.d();
|
|
4464
4464
|
}
|
|
4465
4465
|
};
|
|
4466
4466
|
}
|
|
4467
|
-
function
|
|
4468
|
-
let t
|
|
4467
|
+
function si(e) {
|
|
4468
|
+
let t;
|
|
4469
|
+
return {
|
|
4470
|
+
c() {
|
|
4471
|
+
t = y("div"), t.innerHTML = '<div class="ModalLoader"></div>', i(t, "class", "ModalLoaderWrapper");
|
|
4472
|
+
},
|
|
4473
|
+
m(r, o) {
|
|
4474
|
+
k(r, t, o);
|
|
4475
|
+
},
|
|
4476
|
+
p: he,
|
|
4477
|
+
d(r) {
|
|
4478
|
+
r && F(t);
|
|
4479
|
+
}
|
|
4480
|
+
};
|
|
4481
|
+
}
|
|
4482
|
+
function ni(e) {
|
|
4483
|
+
let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x = (
|
|
4469
4484
|
/*$_*/
|
|
4470
|
-
e[
|
|
4471
|
-
), E, P,
|
|
4485
|
+
e[27]("forgotChangePasswordTitle") + ""
|
|
4486
|
+
), E, P, S, _ = (
|
|
4472
4487
|
/*$_*/
|
|
4473
|
-
e[
|
|
4474
|
-
),
|
|
4488
|
+
e[27]("forgotChangePasswordDescription") + ""
|
|
4489
|
+
), A, M, O, se = (
|
|
4475
4490
|
/*$_*/
|
|
4476
|
-
e[
|
|
4477
|
-
), U,
|
|
4491
|
+
e[27]("forgotChangePasswordLogin") + ""
|
|
4492
|
+
), U, ce, G;
|
|
4478
4493
|
return {
|
|
4479
4494
|
c() {
|
|
4480
|
-
t = y("div"), r = y("div"), o = y("div"), s =
|
|
4495
|
+
t = y("div"), r = y("div"), o = y("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--color-valid, var(--emw--color-valid, #48952a));}.b,.d{fill:none;}.b{stroke:var(--emw--color-valid, var(--emw--color-green, #48952a));stroke-width:2px;}.c{stroke:none;}"), u = b("g"), c = b("g"), f = b("path"), d = b("g"), p = b("circle"), m = b("circle"), v = R(), g = y("h4"), E = C(x), P = R(), S = y("p"), A = C(_), M = R(), O = y("button"), U = C(se), i(f, "class", "a"), i(f, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(f, "transform", "translate(264.272 482.563)"), i(c, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(O, "class", "resetPasswordButton"), i(O, "part", "resetPasswordButton"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
|
|
4481
4496
|
},
|
|
4482
|
-
m(
|
|
4483
|
-
|
|
4497
|
+
m(X, Z) {
|
|
4498
|
+
k(X, t, Z), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, c), h(c, f), h(u, d), h(d, p), h(d, m), h(o, v), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A), h(r, M), h(r, O), h(O, U), ce || (G = ae(
|
|
4484
4499
|
O,
|
|
4485
4500
|
"click",
|
|
4486
4501
|
/*click_handler_7*/
|
|
4487
|
-
e[
|
|
4488
|
-
),
|
|
4502
|
+
e[54]
|
|
4503
|
+
), ce = !0);
|
|
4489
4504
|
},
|
|
4490
|
-
p(
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4505
|
+
p(X, Z) {
|
|
4506
|
+
Z[0] & /*$_*/
|
|
4507
|
+
134217728 && x !== (x = /*$_*/
|
|
4508
|
+
X[27]("forgotChangePasswordTitle") + "") && V(E, x), Z[0] & /*$_*/
|
|
4509
|
+
134217728 && _ !== (_ = /*$_*/
|
|
4510
|
+
X[27]("forgotChangePasswordDescription") + "") && V(A, _), Z[0] & /*$_*/
|
|
4511
|
+
134217728 && se !== (se = /*$_*/
|
|
4512
|
+
X[27]("forgotChangePasswordLogin") + "") && V(U, se);
|
|
4498
4513
|
},
|
|
4499
|
-
d(
|
|
4500
|
-
|
|
4514
|
+
d(X) {
|
|
4515
|
+
X && F(t), ce = !1, G();
|
|
4501
4516
|
}
|
|
4502
4517
|
};
|
|
4503
4518
|
}
|
|
4504
|
-
function
|
|
4505
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4519
|
+
function ii(e) {
|
|
4520
|
+
let t, r, o, s, n, a, l, u, c, f = (
|
|
4506
4521
|
/*$_*/
|
|
4507
|
-
e[
|
|
4508
|
-
), d, p, m, v, g,
|
|
4522
|
+
e[27]("forgotNewPasswordPassword") + ""
|
|
4523
|
+
), d, p, m, v, g, x, E, P, S, _, A, M = (
|
|
4509
4524
|
/*$_*/
|
|
4510
|
-
e[
|
|
4511
|
-
), O,
|
|
4525
|
+
e[27]("forgotNewPasswordConfirmPassword") + ""
|
|
4526
|
+
), O, se, U, ce, G, X, Z, de, W, q, le = (
|
|
4512
4527
|
/*$_*/
|
|
4513
|
-
e[
|
|
4514
|
-
), K, ee,
|
|
4528
|
+
e[27]("forgotNewPasswordButton") + ""
|
|
4529
|
+
), K, ee, ne, j, H = (
|
|
4515
4530
|
/*subtitleText*/
|
|
4516
|
-
e[
|
|
4531
|
+
e[26] && hr(e)
|
|
4517
4532
|
);
|
|
4518
|
-
function
|
|
4533
|
+
function z(pe, $) {
|
|
4519
4534
|
return (
|
|
4520
4535
|
/*isNewPasswordVisible*/
|
|
4521
|
-
|
|
4536
|
+
pe[20] ? ci : ui
|
|
4522
4537
|
);
|
|
4523
4538
|
}
|
|
4524
|
-
let
|
|
4539
|
+
let I = z(e), L = I(e), te = (
|
|
4525
4540
|
/*invalidNewPassword*/
|
|
4526
|
-
e[
|
|
4541
|
+
e[16] && dr(e)
|
|
4527
4542
|
);
|
|
4528
|
-
function $e(
|
|
4543
|
+
function $e(pe, $) {
|
|
4529
4544
|
return (
|
|
4530
4545
|
/*isConfirmPasswordVisible*/
|
|
4531
|
-
|
|
4546
|
+
pe[21] ? pi : di
|
|
4532
4547
|
);
|
|
4533
4548
|
}
|
|
4534
|
-
let
|
|
4549
|
+
let Pe = $e(e), re = Pe(e), Q = (
|
|
4535
4550
|
/*invalidConfirmPassword*/
|
|
4536
|
-
e[
|
|
4537
|
-
),
|
|
4551
|
+
e[17] && pr(e)
|
|
4552
|
+
), J = (
|
|
4538
4553
|
/*setPasswordError*/
|
|
4539
|
-
e[
|
|
4554
|
+
e[24] && mr(e)
|
|
4540
4555
|
);
|
|
4541
4556
|
return {
|
|
4542
4557
|
c() {
|
|
4543
|
-
t = y("div"), r = y("div"), o = y("h4"), s =
|
|
4558
|
+
t = y("div"), r = y("div"), o = y("h4"), s = C(
|
|
4544
4559
|
/*titleText*/
|
|
4545
|
-
e[
|
|
4546
|
-
), n = R(), H && H.c(), a = R(), l = y("form"), u = y("div"), c = y("label"), d =
|
|
4547
|
-
e[2] ? "new-password" : "off"), i(u, "class", "NewPassword"), i(u, "part", "NewPassword"), i(U, "class", "FormRequired"), i(U, "part", "FormRequired"), i(
|
|
4548
|
-
e[
|
|
4560
|
+
e[25]
|
|
4561
|
+
), n = R(), H && H.c(), a = R(), l = y("form"), u = y("div"), c = y("label"), d = C(f), p = C(":"), m = y("span"), m.textContent = "*", v = R(), g = y("input"), E = R(), L.c(), P = R(), te && te.c(), S = R(), _ = y("div"), A = y("label"), O = C(M), se = C(":"), U = y("span"), U.textContent = "*", ce = R(), G = y("input"), X = R(), re.c(), Z = R(), Q && Q.c(), de = R(), J && J.c(), W = R(), q = y("button"), K = C(le), i(o, "class", "FormHeaderTitle"), i(o, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(r, "part", "FormHeader"), i(m, "class", "FormRequired"), i(m, "part", "FormRequired"), i(c, "for", "NewPassword"), i(g, "type", "password"), i(g, "id", "new-password"), i(g, "autocomplete", x = /*savecredentials*/
|
|
4562
|
+
e[2] ? "new-password" : "off"), i(u, "class", "NewPassword"), i(u, "part", "NewPassword"), i(U, "class", "FormRequired"), i(U, "part", "FormRequired"), i(A, "for", "RetypePassword"), i(G, "type", "password"), i(G, "id", "RetypePassword"), i(_, "class", "ConfirmPassword"), i(_, "part", "ConfirmPassword"), i(q, "class", "resetPasswordButton"), i(q, "part", "resetPasswordButton"), q.disabled = ee = !/*activateSubmit*/
|
|
4563
|
+
e[15], i(l, "class", "FormContent"), i(l, "part", "FormContent"), i(t, "class", "FormForgotPassword test"), i(t, "part", "FormForgotPassword test");
|
|
4549
4564
|
},
|
|
4550
|
-
m(
|
|
4551
|
-
|
|
4565
|
+
m(pe, $) {
|
|
4566
|
+
k(pe, t, $), h(t, r), h(r, o), h(o, s), h(r, n), H && H.m(r, null), h(t, a), h(t, l), h(l, u), h(u, c), h(c, d), h(c, p), h(c, m), h(u, v), h(u, g), Se(
|
|
4552
4567
|
g,
|
|
4553
4568
|
/*userNewPassword*/
|
|
4554
|
-
e[
|
|
4555
|
-
), e[
|
|
4569
|
+
e[22]
|
|
4570
|
+
), e[46](g), h(u, E), L.m(u, null), h(u, P), te && te.m(u, null), h(l, S), h(l, _), h(_, A), h(A, O), h(A, se), h(A, U), h(_, ce), h(_, G), Se(
|
|
4556
4571
|
G,
|
|
4557
4572
|
/*userConfirmPassword*/
|
|
4558
|
-
e[
|
|
4559
|
-
), e[
|
|
4560
|
-
|
|
4573
|
+
e[23]
|
|
4574
|
+
), e[50](G), h(_, X), re.m(_, null), h(_, Z), Q && Q.m(_, null), h(l, de), J && J.m(l, null), h(l, W), h(l, q), h(q, K), ne || (j = [
|
|
4575
|
+
ae(
|
|
4561
4576
|
g,
|
|
4562
4577
|
"input",
|
|
4563
4578
|
/*input0_input_handler*/
|
|
4564
|
-
e[
|
|
4579
|
+
e[45]
|
|
4565
4580
|
),
|
|
4566
|
-
|
|
4581
|
+
ae(g, "keyup", function() {
|
|
4567
4582
|
De(
|
|
4568
4583
|
/*validatePassword*/
|
|
4569
|
-
e[
|
|
4584
|
+
e[33](
|
|
4570
4585
|
/*invalidNewPassword*/
|
|
4571
|
-
e[
|
|
4586
|
+
e[16],
|
|
4572
4587
|
/*userNewPassword*/
|
|
4573
|
-
e[
|
|
4588
|
+
e[22],
|
|
4574
4589
|
/*newPasswordVisibilityToggle*/
|
|
4575
|
-
e[
|
|
4590
|
+
e[18]
|
|
4576
4591
|
)
|
|
4577
|
-
) && e[
|
|
4592
|
+
) && e[33](
|
|
4578
4593
|
/*invalidNewPassword*/
|
|
4579
|
-
e[
|
|
4594
|
+
e[16],
|
|
4580
4595
|
/*userNewPassword*/
|
|
4581
|
-
e[
|
|
4596
|
+
e[22],
|
|
4582
4597
|
/*newPasswordVisibilityToggle*/
|
|
4583
|
-
e[
|
|
4598
|
+
e[18]
|
|
4584
4599
|
).apply(this, arguments);
|
|
4585
4600
|
}),
|
|
4586
|
-
|
|
4601
|
+
ae(
|
|
4587
4602
|
G,
|
|
4588
4603
|
"input",
|
|
4589
4604
|
/*input1_input_handler*/
|
|
4590
|
-
e[
|
|
4605
|
+
e[49]
|
|
4591
4606
|
),
|
|
4592
|
-
|
|
4607
|
+
ae(G, "keyup", function() {
|
|
4593
4608
|
De(
|
|
4594
4609
|
/*validatePassword*/
|
|
4595
|
-
e[
|
|
4610
|
+
e[33](
|
|
4596
4611
|
/*invalidConfirmPassword*/
|
|
4597
|
-
e[
|
|
4612
|
+
e[17],
|
|
4598
4613
|
/*userConfirmPassword*/
|
|
4599
|
-
e[
|
|
4614
|
+
e[23],
|
|
4600
4615
|
/*confirmPasswordVisibilityToggle*/
|
|
4601
|
-
e[
|
|
4616
|
+
e[19]
|
|
4602
4617
|
)
|
|
4603
|
-
) && e[
|
|
4618
|
+
) && e[33](
|
|
4604
4619
|
/*invalidConfirmPassword*/
|
|
4605
|
-
e[
|
|
4620
|
+
e[17],
|
|
4606
4621
|
/*userConfirmPassword*/
|
|
4607
|
-
e[
|
|
4622
|
+
e[23],
|
|
4608
4623
|
/*confirmPasswordVisibilityToggle*/
|
|
4609
|
-
e[
|
|
4624
|
+
e[19]
|
|
4610
4625
|
).apply(this, arguments);
|
|
4611
4626
|
}),
|
|
4612
|
-
|
|
4613
|
-
|
|
4627
|
+
ae(
|
|
4628
|
+
q,
|
|
4614
4629
|
"click",
|
|
4615
4630
|
/*click_handler_6*/
|
|
4616
|
-
e[
|
|
4631
|
+
e[53]
|
|
4617
4632
|
)
|
|
4618
|
-
],
|
|
4633
|
+
], ne = !0);
|
|
4619
4634
|
},
|
|
4620
|
-
p(
|
|
4621
|
-
e =
|
|
4622
|
-
|
|
4635
|
+
p(pe, $) {
|
|
4636
|
+
e = pe, $[0] & /*titleText*/
|
|
4637
|
+
33554432 && V(
|
|
4623
4638
|
s,
|
|
4624
4639
|
/*titleText*/
|
|
4625
|
-
e[
|
|
4640
|
+
e[25]
|
|
4626
4641
|
), /*subtitleText*/
|
|
4627
|
-
e[
|
|
4628
|
-
|
|
4629
|
-
e[
|
|
4630
|
-
4 &&
|
|
4631
|
-
e[2] ? "new-password" : "off") && i(g, "autocomplete",
|
|
4632
|
-
|
|
4633
|
-
e[
|
|
4642
|
+
e[26] ? H ? H.p(e, $) : (H = hr(e), H.c(), H.m(r, null)) : H && (H.d(1), H = null), $[0] & /*$_*/
|
|
4643
|
+
134217728 && f !== (f = /*$_*/
|
|
4644
|
+
e[27]("forgotNewPasswordPassword") + "") && V(d, f), $[0] & /*savecredentials*/
|
|
4645
|
+
4 && x !== (x = /*savecredentials*/
|
|
4646
|
+
e[2] ? "new-password" : "off") && i(g, "autocomplete", x), $[0] & /*userNewPassword*/
|
|
4647
|
+
4194304 && g.value !== /*userNewPassword*/
|
|
4648
|
+
e[22] && Se(
|
|
4634
4649
|
g,
|
|
4635
4650
|
/*userNewPassword*/
|
|
4636
|
-
e[
|
|
4637
|
-
),
|
|
4638
|
-
e[
|
|
4639
|
-
|
|
4640
|
-
e[
|
|
4641
|
-
|
|
4642
|
-
e[
|
|
4651
|
+
e[22]
|
|
4652
|
+
), I === (I = z(e)) && L ? L.p(e, $) : (L.d(1), L = I(e), L && (L.c(), L.m(u, P))), /*invalidNewPassword*/
|
|
4653
|
+
e[16] ? te ? te.p(e, $) : (te = dr(e), te.c(), te.m(u, null)) : te && (te.d(1), te = null), $[0] & /*$_*/
|
|
4654
|
+
134217728 && M !== (M = /*$_*/
|
|
4655
|
+
e[27]("forgotNewPasswordConfirmPassword") + "") && V(O, M), $[0] & /*userConfirmPassword*/
|
|
4656
|
+
8388608 && G.value !== /*userConfirmPassword*/
|
|
4657
|
+
e[23] && Se(
|
|
4643
4658
|
G,
|
|
4644
4659
|
/*userConfirmPassword*/
|
|
4645
|
-
e[
|
|
4646
|
-
),
|
|
4647
|
-
e[
|
|
4648
|
-
e[
|
|
4649
|
-
|
|
4650
|
-
e[
|
|
4651
|
-
|
|
4652
|
-
e[
|
|
4660
|
+
e[23]
|
|
4661
|
+
), Pe === (Pe = $e(e)) && re ? re.p(e, $) : (re.d(1), re = Pe(e), re && (re.c(), re.m(_, Z))), /*invalidConfirmPassword*/
|
|
4662
|
+
e[17] ? Q ? Q.p(e, $) : (Q = pr(e), Q.c(), Q.m(_, null)) : Q && (Q.d(1), Q = null), /*setPasswordError*/
|
|
4663
|
+
e[24] ? J ? J.p(e, $) : (J = mr(e), J.c(), J.m(l, W)) : J && (J.d(1), J = null), $[0] & /*$_*/
|
|
4664
|
+
134217728 && le !== (le = /*$_*/
|
|
4665
|
+
e[27]("forgotNewPasswordButton") + "") && V(K, le), $[0] & /*activateSubmit*/
|
|
4666
|
+
32768 && ee !== (ee = !/*activateSubmit*/
|
|
4667
|
+
e[15]) && (q.disabled = ee);
|
|
4653
4668
|
},
|
|
4654
|
-
d(
|
|
4655
|
-
|
|
4669
|
+
d(pe) {
|
|
4670
|
+
pe && F(t), H && H.d(), e[46](null), L.d(), te && te.d(), e[50](null), re.d(), Q && Q.d(), J && J.d(), ne = !1, ve(j);
|
|
4656
4671
|
}
|
|
4657
4672
|
};
|
|
4658
4673
|
}
|
|
4659
|
-
function
|
|
4660
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4674
|
+
function ai(e) {
|
|
4675
|
+
let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x = (
|
|
4661
4676
|
/*$_*/
|
|
4662
|
-
e[
|
|
4663
|
-
), E, P,
|
|
4677
|
+
e[27]("forgotPasswordSuccess") + ""
|
|
4678
|
+
), E, P, S, _ = (
|
|
4664
4679
|
/*$_*/
|
|
4665
|
-
e[
|
|
4666
|
-
),
|
|
4680
|
+
e[27]("forgotPasswordSuccessDescription") + ""
|
|
4681
|
+
), A;
|
|
4667
4682
|
return {
|
|
4668
4683
|
c() {
|
|
4669
|
-
t = y("div"), r = y("div"), o = y("div"), s =
|
|
4684
|
+
t = y("div"), r = y("div"), o = y("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:#16ce16;}.b,.d{fill:none;}.b{stroke:#16ce16;stroke-width:2px;}.c{stroke:none;}"), u = b("g"), c = b("g"), f = b("path"), d = b("g"), p = b("circle"), m = b("circle"), v = R(), g = y("h4"), E = C(x), P = R(), S = y("p"), A = C(_), i(f, "class", "a"), i(f, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(f, "transform", "translate(264.272 482.563)"), i(c, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
|
|
4670
4685
|
},
|
|
4671
|
-
m(
|
|
4672
|
-
|
|
4686
|
+
m(M, O) {
|
|
4687
|
+
k(M, t, O), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, c), h(c, f), h(u, d), h(d, p), h(d, m), h(o, v), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A);
|
|
4673
4688
|
},
|
|
4674
|
-
p(
|
|
4689
|
+
p(M, O) {
|
|
4675
4690
|
O[0] & /*$_*/
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4691
|
+
134217728 && x !== (x = /*$_*/
|
|
4692
|
+
M[27]("forgotPasswordSuccess") + "") && V(E, x), O[0] & /*$_*/
|
|
4693
|
+
134217728 && _ !== (_ = /*$_*/
|
|
4694
|
+
M[27]("forgotPasswordSuccessDescription") + "") && V(A, _);
|
|
4680
4695
|
},
|
|
4681
|
-
d(
|
|
4682
|
-
|
|
4696
|
+
d(M) {
|
|
4697
|
+
M && F(t);
|
|
4683
4698
|
}
|
|
4684
4699
|
};
|
|
4685
4700
|
}
|
|
4686
|
-
function
|
|
4687
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4701
|
+
function li(e) {
|
|
4702
|
+
let t, r, o, s, n, a, l, u, c, f = (
|
|
4688
4703
|
/*$_*/
|
|
4689
|
-
e[
|
|
4690
|
-
), d, p, m, v, g,
|
|
4704
|
+
e[27]("goToLogin") + ""
|
|
4705
|
+
), d, p, m, v, g, x, E, P, S, _ = (
|
|
4691
4706
|
/*$_*/
|
|
4692
|
-
e[
|
|
4693
|
-
),
|
|
4707
|
+
e[27]("forgotPasswordEmail") + ""
|
|
4708
|
+
), A, M, O, se, U, ce, G, X, Z, de, W, q = (
|
|
4694
4709
|
/*$_*/
|
|
4695
|
-
e[
|
|
4696
|
-
),
|
|
4710
|
+
e[27]("forgotPasswordReset") + ""
|
|
4711
|
+
), le, K, ee, ne, j = (
|
|
4697
4712
|
/*subtitleText*/
|
|
4698
|
-
e[
|
|
4713
|
+
e[26] && gr(e)
|
|
4699
4714
|
), H = (
|
|
4700
4715
|
/*invalidEmail*/
|
|
4701
|
-
e[
|
|
4702
|
-
),
|
|
4716
|
+
e[12] && wr(e)
|
|
4717
|
+
), z = (
|
|
4703
4718
|
/*forgotPasswordError*/
|
|
4704
|
-
e[
|
|
4719
|
+
e[6] && br(e)
|
|
4705
4720
|
);
|
|
4706
4721
|
return {
|
|
4707
4722
|
c() {
|
|
4708
|
-
t = y("div"), r = y("div"), o = y("button"), s =
|
|
4723
|
+
t = y("div"), r = y("div"), o = y("button"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));}"), u = b("path"), c = R(), d = C(f), p = R(), m = y("h4"), v = C(
|
|
4709
4724
|
/*titleText*/
|
|
4710
|
-
e[
|
|
4711
|
-
), g = R(),
|
|
4712
|
-
(e[
|
|
4713
|
-
(e[
|
|
4714
|
-
e[
|
|
4725
|
+
e[25]
|
|
4726
|
+
), g = R(), j && j.c(), x = R(), E = y("form"), P = y("div"), S = y("label"), A = C(_), M = C(":"), O = y("span"), O.textContent = "*", se = R(), U = y("input"), ce = R(), H && H.c(), G = R(), z && z.c(), de = R(), W = y("button"), le = C(q), i(u, "class", "a"), i(u, "d", "M12,0,9.818,2.182l8.26,8.26H0v3.117H18.078l-8.26,8.26L12,24,24,12Z"), i(u, "transform", "translate(24 24) rotate(180)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "viewBox", "0 0 24 24"), i(o, "class", "backButtonForgotPassword"), i(m, "class", "FormHeaderTitle"), i(m, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(O, "class", "FormRequired"), i(O, "part", "FormRequired"), i(S, "for", "ResetPasswordByEmail"), i(U, "type", "text"), i(U, "id", "ResetPasswordByEmail"), i(P, "class", X = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
4727
|
+
(e[12] ? "InvalidField" : "")), i(P, "part", Z = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
4728
|
+
(e[12] ? "InvalidField" : "")), i(W, "class", "resetPasswordButton"), i(W, "part", "resetPasswordButton"), W.disabled = K = !/*emailIsValid*/
|
|
4729
|
+
e[13], i(E, "class", "FormContent"), i(E, "part", "FormContent"), i(t, "class", "FormForgotPassword");
|
|
4715
4730
|
},
|
|
4716
|
-
m(
|
|
4717
|
-
|
|
4731
|
+
m(I, L) {
|
|
4732
|
+
k(I, t, L), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(o, c), h(o, d), h(r, p), h(r, m), h(m, v), h(r, g), j && j.m(r, null), h(t, x), h(t, E), h(E, P), h(P, S), h(S, A), h(S, M), h(S, O), h(P, se), h(P, U), Se(
|
|
4718
4733
|
U,
|
|
4719
4734
|
/*resetPasswordEmail*/
|
|
4720
|
-
e[
|
|
4721
|
-
),
|
|
4722
|
-
|
|
4735
|
+
e[8]
|
|
4736
|
+
), h(P, ce), H && H.m(P, null), h(P, G), z && z.m(P, null), h(E, de), h(E, W), h(W, le), ee || (ne = [
|
|
4737
|
+
ae(
|
|
4723
4738
|
o,
|
|
4724
4739
|
"click",
|
|
4725
4740
|
/*click_handler*/
|
|
4726
|
-
e[
|
|
4741
|
+
e[42]
|
|
4727
4742
|
),
|
|
4728
|
-
|
|
4743
|
+
ae(
|
|
4729
4744
|
U,
|
|
4730
4745
|
"input",
|
|
4731
4746
|
/*input_input_handler*/
|
|
4732
|
-
e[
|
|
4747
|
+
e[43]
|
|
4733
4748
|
),
|
|
4734
|
-
|
|
4749
|
+
ae(
|
|
4735
4750
|
U,
|
|
4736
4751
|
"keyup",
|
|
4737
4752
|
/*validateEmail*/
|
|
4738
|
-
e[
|
|
4753
|
+
e[28]
|
|
4739
4754
|
),
|
|
4740
|
-
|
|
4741
|
-
|
|
4755
|
+
ae(
|
|
4756
|
+
W,
|
|
4742
4757
|
"click",
|
|
4743
4758
|
/*click_handler_1*/
|
|
4744
|
-
e[
|
|
4759
|
+
e[44]
|
|
4745
4760
|
)
|
|
4746
4761
|
], ee = !0);
|
|
4747
4762
|
},
|
|
4748
|
-
p(
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4763
|
+
p(I, L) {
|
|
4764
|
+
L[0] & /*$_*/
|
|
4765
|
+
134217728 && f !== (f = /*$_*/
|
|
4766
|
+
I[27]("goToLogin") + "") && V(d, f), L[0] & /*titleText*/
|
|
4767
|
+
33554432 && V(
|
|
4753
4768
|
v,
|
|
4754
4769
|
/*titleText*/
|
|
4755
|
-
|
|
4770
|
+
I[25]
|
|
4756
4771
|
), /*subtitleText*/
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4772
|
+
I[26] ? j ? j.p(I, L) : (j = gr(I), j.c(), j.m(r, null)) : j && (j.d(1), j = null), L[0] & /*$_*/
|
|
4773
|
+
134217728 && _ !== (_ = /*$_*/
|
|
4774
|
+
I[27]("forgotPasswordEmail") + "") && V(A, _), L[0] & /*resetPasswordEmail*/
|
|
4775
|
+
256 && U.value !== /*resetPasswordEmail*/
|
|
4776
|
+
I[8] && Se(
|
|
4762
4777
|
U,
|
|
4763
4778
|
/*resetPasswordEmail*/
|
|
4764
|
-
|
|
4779
|
+
I[8]
|
|
4765
4780
|
), /*invalidEmail*/
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
(
|
|
4770
|
-
|
|
4771
|
-
(
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4781
|
+
I[12] ? H ? H.p(I, L) : (H = wr(I), H.c(), H.m(P, G)) : H && (H.d(1), H = null), /*forgotPasswordError*/
|
|
4782
|
+
I[6] ? z ? z.p(I, L) : (z = br(I), z.c(), z.m(P, null)) : z && (z.d(1), z = null), L[0] & /*invalidEmail*/
|
|
4783
|
+
4096 && X !== (X = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
4784
|
+
(I[12] ? "InvalidField" : "")) && i(P, "class", X), L[0] & /*invalidEmail*/
|
|
4785
|
+
4096 && Z !== (Z = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
4786
|
+
(I[12] ? "InvalidField" : "")) && i(P, "part", Z), L[0] & /*$_*/
|
|
4787
|
+
134217728 && q !== (q = /*$_*/
|
|
4788
|
+
I[27]("forgotPasswordReset") + "") && V(le, q), L[0] & /*emailIsValid*/
|
|
4789
|
+
8192 && K !== (K = !/*emailIsValid*/
|
|
4790
|
+
I[13]) && (W.disabled = K);
|
|
4776
4791
|
},
|
|
4777
|
-
d(
|
|
4778
|
-
|
|
4792
|
+
d(I) {
|
|
4793
|
+
I && F(t), j && j.d(), H && H.d(), z && z.d(), ee = !1, ve(ne);
|
|
4779
4794
|
}
|
|
4780
4795
|
};
|
|
4781
4796
|
}
|
|
4782
|
-
function
|
|
4797
|
+
function hr(e) {
|
|
4783
4798
|
let t, r;
|
|
4784
4799
|
return {
|
|
4785
4800
|
c() {
|
|
4786
|
-
t = y("p"), r =
|
|
4801
|
+
t = y("p"), r = C(
|
|
4787
4802
|
/*subtitleText*/
|
|
4788
|
-
e[
|
|
4803
|
+
e[26]
|
|
4789
4804
|
), i(t, "class", "FormHeaderSubtitle"), i(t, "part", "FormHeaderSubtitle");
|
|
4790
4805
|
},
|
|
4791
4806
|
m(o, s) {
|
|
4792
|
-
|
|
4807
|
+
k(o, t, s), h(t, r);
|
|
4793
4808
|
},
|
|
4794
4809
|
p(o, s) {
|
|
4795
4810
|
s[0] & /*subtitleText*/
|
|
4796
|
-
|
|
4811
|
+
67108864 && V(
|
|
4797
4812
|
r,
|
|
4798
4813
|
/*subtitleText*/
|
|
4799
|
-
o[
|
|
4814
|
+
o[26]
|
|
4800
4815
|
);
|
|
4801
4816
|
},
|
|
4802
4817
|
d(o) {
|
|
4803
|
-
o &&
|
|
4818
|
+
o && F(t);
|
|
4804
4819
|
}
|
|
4805
4820
|
};
|
|
4806
4821
|
}
|
|
4807
|
-
function
|
|
4808
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4822
|
+
function ui(e) {
|
|
4823
|
+
let t, r, o, s, n, a, l, u, c, f;
|
|
4809
4824
|
return {
|
|
4810
4825
|
c() {
|
|
4811
|
-
t =
|
|
4812
|
-
(e[
|
|
4826
|
+
t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("path"), l = b("circle"), i(a, "class", "a"), i(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), i(a, "transform", "translate(0)"), i(l, "class", "a"), i(l, "cx", "2.779"), i(l, "cy", "2.779"), i(l, "r", "2.779"), i(l, "transform", "translate(20.827 30.303)"), i(n, "transform", "translate(-14.185 -27.832)"), i(t, "class", u = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4827
|
+
(e[16] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.843"), i(t, "height", "10.5"), i(t, "viewBox", "0 0 18.843 10.5");
|
|
4813
4828
|
},
|
|
4814
4829
|
m(d, p) {
|
|
4815
|
-
|
|
4830
|
+
k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), c || (f = ae(
|
|
4816
4831
|
t,
|
|
4817
4832
|
"click",
|
|
4818
4833
|
/*click_handler_3*/
|
|
4819
|
-
e[
|
|
4834
|
+
e[48]
|
|
4820
4835
|
), c = !0);
|
|
4821
4836
|
},
|
|
4822
4837
|
p(d, p) {
|
|
4823
4838
|
p[0] & /*invalidNewPassword*/
|
|
4824
|
-
|
|
4825
|
-
(d[
|
|
4839
|
+
65536 && u !== (u = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4840
|
+
(d[16] ? "InvalidToggle" : "")) && i(t, "class", u);
|
|
4826
4841
|
},
|
|
4827
4842
|
d(d) {
|
|
4828
|
-
d &&
|
|
4843
|
+
d && F(t), c = !1, f();
|
|
4829
4844
|
}
|
|
4830
4845
|
};
|
|
4831
4846
|
}
|
|
4832
|
-
function
|
|
4833
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4847
|
+
function ci(e) {
|
|
4848
|
+
let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x;
|
|
4834
4849
|
return {
|
|
4835
4850
|
c() {
|
|
4836
|
-
t =
|
|
4837
|
-
(e[
|
|
4851
|
+
t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), c = b("path"), f = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(c, "class", "a"), i(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(c, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(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"), i(p, "transform", "translate(-130.743 -29.617)"), i(f, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", v = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4852
|
+
(e[16] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.844"), i(t, "height", "12.887"), i(t, "viewBox", "0 0 18.844 12.887");
|
|
4838
4853
|
},
|
|
4839
4854
|
m(E, P) {
|
|
4840
|
-
|
|
4855
|
+
k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, c), h(n, f), h(f, d), h(f, p), h(n, m), g || (x = ae(
|
|
4841
4856
|
t,
|
|
4842
4857
|
"click",
|
|
4843
4858
|
/*click_handler_2*/
|
|
4844
|
-
e[
|
|
4859
|
+
e[47]
|
|
4845
4860
|
), g = !0);
|
|
4846
4861
|
},
|
|
4847
4862
|
p(E, P) {
|
|
4848
4863
|
P[0] & /*invalidNewPassword*/
|
|
4849
|
-
|
|
4850
|
-
(E[
|
|
4864
|
+
65536 && v !== (v = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
4865
|
+
(E[16] ? "InvalidToggle" : "")) && i(t, "class", v);
|
|
4851
4866
|
},
|
|
4852
4867
|
d(E) {
|
|
4853
|
-
E &&
|
|
4868
|
+
E && F(t), g = !1, x();
|
|
4854
4869
|
}
|
|
4855
4870
|
};
|
|
4856
4871
|
}
|
|
4857
|
-
function
|
|
4872
|
+
function dr(e) {
|
|
4858
4873
|
let t;
|
|
4859
4874
|
function r(n, a) {
|
|
4860
4875
|
return (
|
|
4861
4876
|
/*simplepasswordvalidation*/
|
|
4862
|
-
n[1] == "true" ?
|
|
4877
|
+
n[1] == "true" ? hi : fi
|
|
4863
4878
|
);
|
|
4864
4879
|
}
|
|
4865
4880
|
let o = r(e), s = o(e);
|
|
4866
4881
|
return {
|
|
4867
4882
|
c() {
|
|
4868
|
-
s.c(), t =
|
|
4883
|
+
s.c(), t = Er();
|
|
4869
4884
|
},
|
|
4870
4885
|
m(n, a) {
|
|
4871
|
-
s.m(n, a),
|
|
4886
|
+
s.m(n, a), k(n, t, a);
|
|
4872
4887
|
},
|
|
4873
4888
|
p(n, a) {
|
|
4874
4889
|
o === (o = r(n)) && s ? s.p(n, a) : (s.d(1), s = o(n), s && (s.c(), s.m(t.parentNode, t)));
|
|
4875
4890
|
},
|
|
4876
4891
|
d(n) {
|
|
4877
|
-
n &&
|
|
4892
|
+
n && F(t), s.d(n);
|
|
4878
4893
|
}
|
|
4879
4894
|
};
|
|
4880
4895
|
}
|
|
4881
|
-
function
|
|
4896
|
+
function fi(e) {
|
|
4882
4897
|
let t, r = (
|
|
4883
4898
|
/*$_*/
|
|
4884
|
-
e[
|
|
4899
|
+
e[27]("forgotNewPasswordPasswordError") + ""
|
|
4885
4900
|
), o;
|
|
4886
4901
|
return {
|
|
4887
4902
|
c() {
|
|
4888
|
-
t = y("p"), o =
|
|
4903
|
+
t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
|
|
4889
4904
|
},
|
|
4890
4905
|
m(s, n) {
|
|
4891
|
-
|
|
4906
|
+
k(s, t, n), h(t, o);
|
|
4892
4907
|
},
|
|
4893
4908
|
p(s, n) {
|
|
4894
4909
|
n[0] & /*$_*/
|
|
4895
|
-
|
|
4896
|
-
s[
|
|
4910
|
+
134217728 && r !== (r = /*$_*/
|
|
4911
|
+
s[27]("forgotNewPasswordPasswordError") + "") && V(o, r);
|
|
4897
4912
|
},
|
|
4898
4913
|
d(s) {
|
|
4899
|
-
s &&
|
|
4914
|
+
s && F(t);
|
|
4900
4915
|
}
|
|
4901
4916
|
};
|
|
4902
4917
|
}
|
|
4903
|
-
function
|
|
4918
|
+
function hi(e) {
|
|
4904
4919
|
let t, r = (
|
|
4905
4920
|
/*$_*/
|
|
4906
|
-
e[
|
|
4921
|
+
e[27]("simplePasswordError") + ""
|
|
4907
4922
|
), o;
|
|
4908
4923
|
return {
|
|
4909
4924
|
c() {
|
|
4910
|
-
t = y("p"), o =
|
|
4925
|
+
t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
|
|
4911
4926
|
},
|
|
4912
4927
|
m(s, n) {
|
|
4913
|
-
|
|
4928
|
+
k(s, t, n), h(t, o);
|
|
4914
4929
|
},
|
|
4915
4930
|
p(s, n) {
|
|
4916
4931
|
n[0] & /*$_*/
|
|
4917
|
-
|
|
4918
|
-
s[
|
|
4932
|
+
134217728 && r !== (r = /*$_*/
|
|
4933
|
+
s[27]("simplePasswordError") + "") && V(o, r);
|
|
4919
4934
|
},
|
|
4920
4935
|
d(s) {
|
|
4921
|
-
s &&
|
|
4936
|
+
s && F(t);
|
|
4922
4937
|
}
|
|
4923
4938
|
};
|
|
4924
4939
|
}
|
|
4925
|
-
function
|
|
4926
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4940
|
+
function di(e) {
|
|
4941
|
+
let t, r, o, s, n, a, l, u, c, f;
|
|
4927
4942
|
return {
|
|
4928
4943
|
c() {
|
|
4929
|
-
t =
|
|
4930
|
-
(e[
|
|
4944
|
+
t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("path"), l = b("circle"), i(a, "class", "a"), i(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), i(a, "transform", "translate(0)"), i(l, "class", "a"), i(l, "cx", "2.779"), i(l, "cy", "2.779"), i(l, "r", "2.779"), i(l, "transform", "translate(20.827 30.303)"), i(n, "transform", "translate(-14.185 -27.832)"), i(t, "class", u = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
4945
|
+
(e[17] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.843"), i(t, "height", "10.5"), i(t, "viewBox", "0 0 18.843 10.5");
|
|
4931
4946
|
},
|
|
4932
4947
|
m(d, p) {
|
|
4933
|
-
|
|
4948
|
+
k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), c || (f = ae(
|
|
4934
4949
|
t,
|
|
4935
4950
|
"click",
|
|
4936
4951
|
/*click_handler_5*/
|
|
4937
|
-
e[
|
|
4952
|
+
e[52]
|
|
4938
4953
|
), c = !0);
|
|
4939
4954
|
},
|
|
4940
4955
|
p(d, p) {
|
|
4941
4956
|
p[0] & /*invalidConfirmPassword*/
|
|
4942
|
-
|
|
4943
|
-
(d[
|
|
4957
|
+
131072 && u !== (u = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
4958
|
+
(d[17] ? "InvalidToggle" : "")) && i(t, "class", u);
|
|
4944
4959
|
},
|
|
4945
4960
|
d(d) {
|
|
4946
|
-
d &&
|
|
4961
|
+
d && F(t), c = !1, f();
|
|
4947
4962
|
}
|
|
4948
4963
|
};
|
|
4949
4964
|
}
|
|
4950
|
-
function
|
|
4951
|
-
let t, r, o, s, n, a, l, u, c,
|
|
4965
|
+
function pi(e) {
|
|
4966
|
+
let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x;
|
|
4952
4967
|
return {
|
|
4953
4968
|
c() {
|
|
4954
|
-
t =
|
|
4955
|
-
(e[
|
|
4969
|
+
t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), c = b("path"), f = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(c, "class", "a"), i(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(c, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(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"), i(p, "transform", "translate(-130.743 -29.617)"), i(f, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
4970
|
+
(e[17] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.844"), i(t, "height", "12.887"), i(t, "viewBox", "0 0 18.844 12.887");
|
|
4956
4971
|
},
|
|
4957
4972
|
m(E, P) {
|
|
4958
|
-
|
|
4973
|
+
k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, c), h(n, f), h(f, d), h(f, p), h(n, m), g || (x = ae(
|
|
4959
4974
|
t,
|
|
4960
4975
|
"click",
|
|
4961
4976
|
/*click_handler_4*/
|
|
4962
|
-
e[
|
|
4977
|
+
e[51]
|
|
4963
4978
|
), g = !0);
|
|
4964
4979
|
},
|
|
4965
4980
|
p(E, P) {
|
|
4966
4981
|
P[0] & /*invalidConfirmPassword*/
|
|
4967
|
-
|
|
4968
|
-
(E[
|
|
4982
|
+
131072 && v !== (v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
4983
|
+
(E[17] ? "InvalidToggle" : "")) && i(t, "class", v);
|
|
4969
4984
|
},
|
|
4970
4985
|
d(E) {
|
|
4971
|
-
E &&
|
|
4986
|
+
E && F(t), g = !1, x();
|
|
4972
4987
|
}
|
|
4973
4988
|
};
|
|
4974
4989
|
}
|
|
4975
|
-
function
|
|
4990
|
+
function pr(e) {
|
|
4976
4991
|
let t, r = (
|
|
4977
4992
|
/*$_*/
|
|
4978
|
-
e[
|
|
4993
|
+
e[27]("forgotNewPasswordConfirmPasswordError") + ""
|
|
4979
4994
|
), o;
|
|
4980
4995
|
return {
|
|
4981
4996
|
c() {
|
|
4982
|
-
t = y("p"), o =
|
|
4997
|
+
t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
|
|
4983
4998
|
},
|
|
4984
4999
|
m(s, n) {
|
|
4985
|
-
|
|
5000
|
+
k(s, t, n), h(t, o);
|
|
4986
5001
|
},
|
|
4987
5002
|
p(s, n) {
|
|
4988
5003
|
n[0] & /*$_*/
|
|
4989
|
-
|
|
4990
|
-
s[
|
|
5004
|
+
134217728 && r !== (r = /*$_*/
|
|
5005
|
+
s[27]("forgotNewPasswordConfirmPasswordError") + "") && V(o, r);
|
|
4991
5006
|
},
|
|
4992
5007
|
d(s) {
|
|
4993
|
-
s &&
|
|
5008
|
+
s && F(t);
|
|
4994
5009
|
}
|
|
4995
5010
|
};
|
|
4996
5011
|
}
|
|
4997
|
-
function
|
|
5012
|
+
function mr(e) {
|
|
4998
5013
|
let t, r;
|
|
4999
5014
|
return {
|
|
5000
5015
|
c() {
|
|
5001
|
-
t = y("p"), r =
|
|
5016
|
+
t = y("p"), r = C(
|
|
5002
5017
|
/*errorMessage*/
|
|
5003
|
-
e[
|
|
5018
|
+
e[14]
|
|
5004
5019
|
), i(t, "class", "ErrorMessage"), i(t, "part", "ErrorMessage");
|
|
5005
5020
|
},
|
|
5006
5021
|
m(o, s) {
|
|
5007
|
-
|
|
5022
|
+
k(o, t, s), h(t, r);
|
|
5008
5023
|
},
|
|
5009
5024
|
p(o, s) {
|
|
5010
5025
|
s[0] & /*errorMessage*/
|
|
5011
|
-
|
|
5026
|
+
16384 && V(
|
|
5012
5027
|
r,
|
|
5013
5028
|
/*errorMessage*/
|
|
5014
|
-
o[
|
|
5029
|
+
o[14]
|
|
5015
5030
|
);
|
|
5016
5031
|
},
|
|
5017
5032
|
d(o) {
|
|
5018
|
-
o &&
|
|
5033
|
+
o && F(t);
|
|
5019
5034
|
}
|
|
5020
5035
|
};
|
|
5021
5036
|
}
|
|
5022
|
-
function
|
|
5037
|
+
function gr(e) {
|
|
5023
5038
|
let t, r;
|
|
5024
5039
|
return {
|
|
5025
5040
|
c() {
|
|
5026
|
-
t = y("p"), r =
|
|
5041
|
+
t = y("p"), r = C(
|
|
5027
5042
|
/*subtitleText*/
|
|
5028
|
-
e[
|
|
5043
|
+
e[26]
|
|
5029
5044
|
), i(t, "class", "FormHeaderSubtitle"), i(t, "part", "FormHeaderSubtitle");
|
|
5030
5045
|
},
|
|
5031
5046
|
m(o, s) {
|
|
5032
|
-
|
|
5047
|
+
k(o, t, s), h(t, r);
|
|
5033
5048
|
},
|
|
5034
5049
|
p(o, s) {
|
|
5035
5050
|
s[0] & /*subtitleText*/
|
|
5036
|
-
|
|
5051
|
+
67108864 && V(
|
|
5037
5052
|
r,
|
|
5038
5053
|
/*subtitleText*/
|
|
5039
|
-
o[
|
|
5054
|
+
o[26]
|
|
5040
5055
|
);
|
|
5041
5056
|
},
|
|
5042
5057
|
d(o) {
|
|
5043
|
-
o &&
|
|
5058
|
+
o && F(t);
|
|
5044
5059
|
}
|
|
5045
5060
|
};
|
|
5046
5061
|
}
|
|
5047
|
-
function
|
|
5062
|
+
function wr(e) {
|
|
5048
5063
|
let t, r = (
|
|
5049
5064
|
/*$_*/
|
|
5050
|
-
e[
|
|
5065
|
+
e[27]("forgotPasswordEmailInputError") + ""
|
|
5051
5066
|
), o;
|
|
5052
5067
|
return {
|
|
5053
5068
|
c() {
|
|
5054
|
-
t = y("p"), o =
|
|
5069
|
+
t = y("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
|
|
5055
5070
|
},
|
|
5056
5071
|
m(s, n) {
|
|
5057
|
-
|
|
5072
|
+
k(s, t, n), h(t, o);
|
|
5058
5073
|
},
|
|
5059
5074
|
p(s, n) {
|
|
5060
5075
|
n[0] & /*$_*/
|
|
5061
|
-
|
|
5062
|
-
s[
|
|
5076
|
+
134217728 && r !== (r = /*$_*/
|
|
5077
|
+
s[27]("forgotPasswordEmailInputError") + "") && V(o, r);
|
|
5063
5078
|
},
|
|
5064
5079
|
d(s) {
|
|
5065
|
-
s &&
|
|
5080
|
+
s && F(t);
|
|
5066
5081
|
}
|
|
5067
5082
|
};
|
|
5068
5083
|
}
|
|
5069
5084
|
function br(e) {
|
|
5070
5085
|
let t, r = (
|
|
5071
5086
|
/*$_*/
|
|
5072
|
-
e[
|
|
5087
|
+
e[27]("forgotPasswordEmailError") + ""
|
|
5073
5088
|
), o;
|
|
5074
5089
|
return {
|
|
5075
5090
|
c() {
|
|
5076
|
-
t = y("p"), o =
|
|
5091
|
+
t = y("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
|
|
5077
5092
|
},
|
|
5078
5093
|
m(s, n) {
|
|
5079
|
-
|
|
5094
|
+
k(s, t, n), h(t, o);
|
|
5080
5095
|
},
|
|
5081
5096
|
p(s, n) {
|
|
5082
5097
|
n[0] & /*$_*/
|
|
5083
|
-
|
|
5084
|
-
s[
|
|
5098
|
+
134217728 && r !== (r = /*$_*/
|
|
5099
|
+
s[27]("forgotPasswordEmailError") + "") && V(o, r);
|
|
5085
5100
|
},
|
|
5086
5101
|
d(s) {
|
|
5087
|
-
s &&
|
|
5102
|
+
s && F(t);
|
|
5088
5103
|
}
|
|
5089
5104
|
};
|
|
5090
5105
|
}
|
|
5091
|
-
function
|
|
5106
|
+
function mi(e) {
|
|
5092
5107
|
let t, r, o, s, n, a = (
|
|
5093
5108
|
/*captchakey*/
|
|
5094
|
-
e[0] &&
|
|
5109
|
+
e[0] && fr(e)
|
|
5095
5110
|
);
|
|
5096
|
-
function l(
|
|
5097
|
-
return
|
|
5111
|
+
function l(f, d) {
|
|
5112
|
+
return (
|
|
5113
|
+
/*isLoading*/
|
|
5114
|
+
f[4] ? si : oi
|
|
5115
|
+
);
|
|
5098
5116
|
}
|
|
5099
|
-
let
|
|
5117
|
+
let u = l(e), c = u(e);
|
|
5100
5118
|
return {
|
|
5101
5119
|
c() {
|
|
5102
|
-
a && a.c(), t =
|
|
5120
|
+
a && a.c(), t = Er(), r = R(), o = y("div"), s = R(), n = y("div"), c.c(), i(o, "class", "g-recaptcha"), i(
|
|
5103
5121
|
o,
|
|
5104
5122
|
"data-sitekey",
|
|
5105
5123
|
/*captchakey*/
|
|
5106
5124
|
e[0]
|
|
5107
5125
|
), i(n, "class", "GeneralPlayerForgotPasswordForm");
|
|
5108
5126
|
},
|
|
5109
|
-
m(
|
|
5110
|
-
a && a.m(
|
|
5127
|
+
m(f, d) {
|
|
5128
|
+
a && a.m(cr.head, null), h(cr.head, t), k(f, r, d), k(f, o, d), k(f, s, d), k(f, n, d), c.m(n, null), e[55](n);
|
|
5111
5129
|
},
|
|
5112
|
-
p(
|
|
5130
|
+
p(f, d) {
|
|
5113
5131
|
/*captchakey*/
|
|
5114
|
-
|
|
5132
|
+
f[0] ? a ? a.p(f, d) : (a = fr(f), a.c(), a.m(t.parentNode, t)) : a && (a.d(1), a = null), d[0] & /*captchakey*/
|
|
5115
5133
|
1 && i(
|
|
5116
5134
|
o,
|
|
5117
5135
|
"data-sitekey",
|
|
5118
5136
|
/*captchakey*/
|
|
5119
|
-
|
|
5120
|
-
), c.p(
|
|
5137
|
+
f[0]
|
|
5138
|
+
), u === (u = l(f)) && c ? c.p(f, d) : (c.d(1), c = u(f), c && (c.c(), c.m(n, null)));
|
|
5121
5139
|
},
|
|
5122
|
-
i:
|
|
5123
|
-
o:
|
|
5124
|
-
d(
|
|
5125
|
-
|
|
5140
|
+
i: he,
|
|
5141
|
+
o: he,
|
|
5142
|
+
d(f) {
|
|
5143
|
+
f && (F(r), F(o), F(s), F(n)), a && a.d(f), F(t), c.d(), e[55](null);
|
|
5126
5144
|
}
|
|
5127
5145
|
};
|
|
5128
5146
|
}
|
|
5129
|
-
function
|
|
5147
|
+
function gi(e, t, r) {
|
|
5130
5148
|
let o;
|
|
5131
|
-
|
|
5132
|
-
let { endpoint: s = "" } = t, { forgotpasswordkey: n = "" } = t, { captchakey: a = "" } = t, { lang: l = "en" } = t, { simplepasswordvalidation: u = "false" } = t, { clientstyling: c = "" } = t, { clientstylingurl:
|
|
5133
|
-
|
|
5134
|
-
const
|
|
5135
|
-
fetch(d).then((
|
|
5136
|
-
Object.keys(
|
|
5137
|
-
|
|
5149
|
+
No(e, Yn, (w) => r(27, o = w));
|
|
5150
|
+
let { endpoint: s = "" } = t, { forgotpasswordkey: n = "" } = t, { captchakey: a = "" } = t, { lang: l = "en" } = t, { simplepasswordvalidation: u = "false" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: p = "" } = t, { hastosetpass: m = "false" } = t, { passwordregex: v = "" } = t, g = !1, x = !0, E = !1, P = !1, S = "", _ = !1, A = !1, M = !1, O = !1, se = !1, U = window.navigator.userAgent, ce = "", G = !1, X = !1, Z = !1, de, W, q = !1, le = !1, K = "", ee = "", ne, j = !1, H, z;
|
|
5151
|
+
ei({ withLocale: "en", translations: {} });
|
|
5152
|
+
const I = () => {
|
|
5153
|
+
fetch(d).then((Y) => Y.json()).then((Y) => {
|
|
5154
|
+
Object.keys(Y).forEach((ie) => {
|
|
5155
|
+
lr(ie, Y[ie]);
|
|
5138
5156
|
});
|
|
5139
|
-
}).catch((
|
|
5140
|
-
console.log(
|
|
5157
|
+
}).catch((Y) => {
|
|
5158
|
+
console.log(Y);
|
|
5141
5159
|
});
|
|
5142
5160
|
};
|
|
5143
|
-
Object.keys(
|
|
5144
|
-
|
|
5161
|
+
Object.keys(ur).forEach((w) => {
|
|
5162
|
+
lr(w, ur[w]);
|
|
5145
5163
|
});
|
|
5146
|
-
const
|
|
5164
|
+
const L = {
|
|
5147
5165
|
email: /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,
|
|
5148
5166
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
|
|
5149
|
-
},
|
|
5150
|
-
|
|
5151
|
-
},
|
|
5152
|
-
r(
|
|
5153
|
-
},
|
|
5154
|
-
switch (
|
|
5167
|
+
}, te = () => {
|
|
5168
|
+
O ? r(13, se = !1) : r(13, se = !0);
|
|
5169
|
+
}, $e = (w) => !!(L.email.test(w) && w.length <= 100), Pe = () => {
|
|
5170
|
+
r(12, O = !$e(S)), te();
|
|
5171
|
+
}, re = (w) => {
|
|
5172
|
+
switch (w) {
|
|
5155
5173
|
case "userNewPassword":
|
|
5156
|
-
r(
|
|
5174
|
+
r(20, q = !q), r(18, de.type = q ? "text" : "password", de);
|
|
5157
5175
|
break;
|
|
5158
5176
|
case "userConfirmPassword":
|
|
5159
|
-
r(
|
|
5177
|
+
r(21, le = !le), r(19, W.type = le ? "text" : "password", W);
|
|
5160
5178
|
break;
|
|
5161
5179
|
}
|
|
5162
|
-
},
|
|
5163
|
-
switch (
|
|
5180
|
+
}, Q = (w) => {
|
|
5181
|
+
switch (w) {
|
|
5164
5182
|
case "ToEmailSuccess":
|
|
5165
|
-
r(
|
|
5183
|
+
r(6, E = !1), r(5, x = !1), r(7, P = !0);
|
|
5166
5184
|
break;
|
|
5167
5185
|
case "ToReset":
|
|
5168
|
-
r(
|
|
5186
|
+
r(5, x = !1), r(9, _ = !0);
|
|
5169
5187
|
break;
|
|
5170
5188
|
case "ToSuccess":
|
|
5171
|
-
r(
|
|
5189
|
+
r(9, _ = !1), r(10, A = !0);
|
|
5172
5190
|
break;
|
|
5173
5191
|
}
|
|
5174
|
-
},
|
|
5192
|
+
}, J = () => {
|
|
5175
5193
|
window.postMessage({ type: "ToLogin" }, window.location.href);
|
|
5176
|
-
},
|
|
5194
|
+
}, pe = () => new Promise((w, Y) => {
|
|
5177
5195
|
grecaptcha.ready(() => {
|
|
5178
|
-
grecaptcha.execute(a, { action: "submit" }).then((
|
|
5179
|
-
|
|
5196
|
+
grecaptcha.execute(a, { action: "submit" }).then((ie) => {
|
|
5197
|
+
w(ie);
|
|
5180
5198
|
});
|
|
5181
5199
|
});
|
|
5182
|
-
}),
|
|
5183
|
-
|
|
5184
|
-
let
|
|
5200
|
+
}), $ = (w) => {
|
|
5201
|
+
w.preventDefault(), r(4, g = !0), pe().then((Y) => {
|
|
5202
|
+
let ie = new URL(`${s}/v1/player/resetpassword`), nt = {
|
|
5185
5203
|
method: "POST",
|
|
5186
5204
|
headers: {
|
|
5187
5205
|
"Content-Type": "application/json",
|
|
5188
5206
|
Accept: "application/json",
|
|
5189
|
-
"g-recaptcha-response":
|
|
5207
|
+
"g-recaptcha-response": Y
|
|
5190
5208
|
}
|
|
5191
5209
|
};
|
|
5192
|
-
|
|
5193
|
-
Ee.status == 200 ?
|
|
5210
|
+
ie.searchParams.append("email", S), fetch(ie, nt).then((Ee) => {
|
|
5211
|
+
Ee.status == 200 ? Q("ToEmailSuccess") : r(6, E = !0);
|
|
5212
|
+
}).finally(() => {
|
|
5213
|
+
r(4, g = !1);
|
|
5194
5214
|
});
|
|
5195
5215
|
});
|
|
5196
|
-
},
|
|
5197
|
-
|
|
5198
|
-
let
|
|
5216
|
+
}, Ft = (w) => {
|
|
5217
|
+
w.preventDefault();
|
|
5218
|
+
let Y = new URL(`${s}/v1/player/ResetPasswordByHashKey`), nt = {
|
|
5199
5219
|
method: "POST",
|
|
5200
5220
|
headers: {
|
|
5201
5221
|
"Content-Type": "application/json",
|
|
@@ -5203,31 +5223,31 @@ function pi(e, t, r) {
|
|
|
5203
5223
|
},
|
|
5204
5224
|
body: JSON.stringify({
|
|
5205
5225
|
hashKey: n,
|
|
5206
|
-
plainTextPassword:
|
|
5226
|
+
plainTextPassword: K
|
|
5207
5227
|
})
|
|
5208
5228
|
};
|
|
5209
|
-
fetch(
|
|
5210
|
-
r(
|
|
5229
|
+
fetch(Y, nt).then((Ee) => (Ee.status == 200 ? (r(24, j = !1), Q("ToSuccess")) : r(24, j = !0), Ee.json())).then((Ee) => {
|
|
5230
|
+
r(14, ce = Ee.error);
|
|
5211
5231
|
});
|
|
5212
|
-
}, to = () => {
|
|
5213
|
-
n && n.length > 0 && se("ToReset");
|
|
5214
5232
|
}, ro = () => {
|
|
5215
|
-
|
|
5216
|
-
},
|
|
5217
|
-
|
|
5218
|
-
}, so = () => {
|
|
5219
|
-
|
|
5233
|
+
n && n.length > 0 && Q("ToReset");
|
|
5234
|
+
}, oo = () => {
|
|
5235
|
+
!X && !Z && K && ee ? r(15, G = !0) : r(15, G = !1);
|
|
5236
|
+
}, st = (w) => (u == "true" && (L.password = /^(?!.* ).{8,20}$/), !!L.password.test(w)), so = (w, Y, ie) => {
|
|
5237
|
+
ie.id === "new-password" ? (r(16, X = !st(Y)), ee && r(17, Z = K === ee ? !st(Y) : !0)) : r(17, Z = K === ee ? !st(Y) : !0), oo();
|
|
5220
5238
|
}, no = () => {
|
|
5221
|
-
|
|
5239
|
+
ti(l);
|
|
5222
5240
|
}, io = () => {
|
|
5223
|
-
|
|
5224
|
-
b.innerHTML = c, ee.appendChild(b);
|
|
5241
|
+
r(25, H = o(m === "true" ? "hasToSetPassTitle" : "forgotPasswordTitle")), r(26, z = m === "true" ? o("resetPasswordSubtitle") : "");
|
|
5225
5242
|
}, ao = () => {
|
|
5226
|
-
let
|
|
5227
|
-
|
|
5228
|
-
|
|
5243
|
+
let w = document.createElement("style");
|
|
5244
|
+
w.innerHTML = c, ne.appendChild(w);
|
|
5245
|
+
}, lo = () => {
|
|
5246
|
+
let w = new URL(f), Y = document.createElement("style");
|
|
5247
|
+
fetch(w.href).then((ie) => ie.text()).then((ie) => {
|
|
5248
|
+
Y.innerHTML = ie, setTimeout(
|
|
5229
5249
|
() => {
|
|
5230
|
-
|
|
5250
|
+
ne.appendChild(Y);
|
|
5231
5251
|
},
|
|
5232
5252
|
1
|
|
5233
5253
|
), setTimeout(
|
|
@@ -5237,93 +5257,93 @@ function pi(e, t, r) {
|
|
|
5237
5257
|
);
|
|
5238
5258
|
});
|
|
5239
5259
|
};
|
|
5240
|
-
|
|
5241
|
-
|
|
5260
|
+
ko(() => at(this, null, function* () {
|
|
5261
|
+
Kn(U) && r(11, M = !0);
|
|
5242
5262
|
}));
|
|
5243
|
-
const
|
|
5244
|
-
function
|
|
5245
|
-
|
|
5263
|
+
const uo = () => J();
|
|
5264
|
+
function co() {
|
|
5265
|
+
S = this.value, r(8, S);
|
|
5246
5266
|
}
|
|
5247
|
-
const
|
|
5248
|
-
function
|
|
5249
|
-
|
|
5267
|
+
const fo = (w) => $(w);
|
|
5268
|
+
function ho() {
|
|
5269
|
+
K = this.value, r(22, K);
|
|
5250
5270
|
}
|
|
5251
|
-
function
|
|
5252
|
-
ke[
|
|
5253
|
-
|
|
5271
|
+
function po(w) {
|
|
5272
|
+
ke[w ? "unshift" : "push"](() => {
|
|
5273
|
+
de = w, r(18, de);
|
|
5254
5274
|
});
|
|
5255
5275
|
}
|
|
5256
|
-
const
|
|
5257
|
-
function
|
|
5258
|
-
|
|
5276
|
+
const mo = () => re("userNewPassword"), go = () => re("userNewPassword");
|
|
5277
|
+
function wo() {
|
|
5278
|
+
ee = this.value, r(23, ee);
|
|
5259
5279
|
}
|
|
5260
|
-
function bo(
|
|
5261
|
-
ke[
|
|
5262
|
-
|
|
5280
|
+
function bo(w) {
|
|
5281
|
+
ke[w ? "unshift" : "push"](() => {
|
|
5282
|
+
W = w, r(19, W);
|
|
5263
5283
|
});
|
|
5264
5284
|
}
|
|
5265
|
-
const
|
|
5266
|
-
function
|
|
5267
|
-
ke[
|
|
5268
|
-
|
|
5285
|
+
const vo = () => re("userConfirmPassword"), yo = () => re("userConfirmPassword"), Po = (w) => Ft(w), Eo = () => J();
|
|
5286
|
+
function _o(w) {
|
|
5287
|
+
ke[w ? "unshift" : "push"](() => {
|
|
5288
|
+
ne = w, r(3, ne);
|
|
5269
5289
|
});
|
|
5270
5290
|
}
|
|
5271
|
-
return e.$$set = (
|
|
5272
|
-
"endpoint" in
|
|
5291
|
+
return e.$$set = (w) => {
|
|
5292
|
+
"endpoint" in w && r(34, s = w.endpoint), "forgotpasswordkey" in w && r(35, n = w.forgotpasswordkey), "captchakey" in w && r(0, a = w.captchakey), "lang" in w && r(36, l = w.lang), "simplepasswordvalidation" in w && r(1, u = w.simplepasswordvalidation), "clientstyling" in w && r(37, c = w.clientstyling), "clientstylingurl" in w && r(38, f = w.clientstylingurl), "translationurl" in w && r(39, d = w.translationurl), "savecredentials" in w && r(2, p = w.savecredentials), "hastosetpass" in w && r(40, m = w.hastosetpass), "passwordregex" in w && r(41, v = w.passwordregex);
|
|
5273
5293
|
}, e.$$.update = () => {
|
|
5274
5294
|
e.$$.dirty[1] & /*forgotpasswordkey*/
|
|
5275
|
-
|
|
5276
|
-
|
|
5295
|
+
16 && n && ro(), e.$$.dirty[1] & /*lang*/
|
|
5296
|
+
32 && l && no(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
5277
5297
|
8 | e.$$.dirty[1] & /*clientstyling*/
|
|
5278
|
-
|
|
5298
|
+
64 && c && ne && ao(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
5279
5299
|
8 | e.$$.dirty[1] & /*clientstylingurl*/
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5300
|
+
128 && f && ne && lo(), e.$$.dirty[1] & /*translationurl*/
|
|
5301
|
+
256 && d && I(), e.$$.dirty[1] & /*hastosetpass, lang*/
|
|
5302
|
+
544 && m && l && io(), e.$$.dirty[1] & /*passwordregex*/
|
|
5303
|
+
1024 && v && (L.password = new RegExp(v));
|
|
5284
5304
|
}, [
|
|
5285
5305
|
a,
|
|
5286
5306
|
u,
|
|
5287
5307
|
p,
|
|
5288
|
-
|
|
5308
|
+
ne,
|
|
5289
5309
|
g,
|
|
5290
|
-
|
|
5310
|
+
x,
|
|
5291
5311
|
E,
|
|
5292
5312
|
P,
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5313
|
+
S,
|
|
5314
|
+
_,
|
|
5315
|
+
A,
|
|
5316
|
+
M,
|
|
5297
5317
|
O,
|
|
5298
|
-
|
|
5299
|
-
|
|
5318
|
+
se,
|
|
5319
|
+
ce,
|
|
5300
5320
|
G,
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
J,
|
|
5321
|
+
X,
|
|
5322
|
+
Z,
|
|
5323
|
+
de,
|
|
5305
5324
|
W,
|
|
5306
|
-
|
|
5325
|
+
q,
|
|
5326
|
+
le,
|
|
5307
5327
|
K,
|
|
5308
|
-
|
|
5309
|
-
|
|
5328
|
+
ee,
|
|
5329
|
+
j,
|
|
5310
5330
|
H,
|
|
5331
|
+
z,
|
|
5311
5332
|
o,
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5333
|
+
Pe,
|
|
5334
|
+
re,
|
|
5335
|
+
J,
|
|
5336
|
+
$,
|
|
5337
|
+
Ft,
|
|
5338
|
+
so,
|
|
5318
5339
|
s,
|
|
5319
5340
|
n,
|
|
5320
5341
|
l,
|
|
5321
5342
|
c,
|
|
5322
|
-
|
|
5343
|
+
f,
|
|
5323
5344
|
d,
|
|
5324
5345
|
m,
|
|
5325
5346
|
v,
|
|
5326
|
-
lo,
|
|
5327
5347
|
uo,
|
|
5328
5348
|
co,
|
|
5329
5349
|
fo,
|
|
@@ -5331,107 +5351,108 @@ function pi(e, t, r) {
|
|
|
5331
5351
|
po,
|
|
5332
5352
|
mo,
|
|
5333
5353
|
go,
|
|
5334
|
-
bo,
|
|
5335
5354
|
wo,
|
|
5355
|
+
bo,
|
|
5336
5356
|
vo,
|
|
5337
5357
|
yo,
|
|
5338
5358
|
Po,
|
|
5339
|
-
Eo
|
|
5359
|
+
Eo,
|
|
5360
|
+
_o
|
|
5340
5361
|
];
|
|
5341
5362
|
}
|
|
5342
|
-
class
|
|
5363
|
+
class wi extends Qo {
|
|
5343
5364
|
constructor(t) {
|
|
5344
|
-
super(),
|
|
5365
|
+
super(), Wo(
|
|
5345
5366
|
this,
|
|
5346
5367
|
t,
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5368
|
+
gi,
|
|
5369
|
+
mi,
|
|
5370
|
+
yr,
|
|
5350
5371
|
{
|
|
5351
|
-
endpoint:
|
|
5352
|
-
forgotpasswordkey:
|
|
5372
|
+
endpoint: 34,
|
|
5373
|
+
forgotpasswordkey: 35,
|
|
5353
5374
|
captchakey: 0,
|
|
5354
|
-
lang:
|
|
5375
|
+
lang: 36,
|
|
5355
5376
|
simplepasswordvalidation: 1,
|
|
5356
|
-
clientstyling:
|
|
5357
|
-
clientstylingurl:
|
|
5358
|
-
translationurl:
|
|
5377
|
+
clientstyling: 37,
|
|
5378
|
+
clientstylingurl: 38,
|
|
5379
|
+
translationurl: 39,
|
|
5359
5380
|
savecredentials: 2,
|
|
5360
|
-
hastosetpass:
|
|
5361
|
-
passwordregex:
|
|
5381
|
+
hastosetpass: 40,
|
|
5382
|
+
passwordregex: 41
|
|
5362
5383
|
},
|
|
5363
|
-
|
|
5384
|
+
ri,
|
|
5364
5385
|
[-1, -1, -1]
|
|
5365
5386
|
);
|
|
5366
5387
|
}
|
|
5367
5388
|
get endpoint() {
|
|
5368
|
-
return this.$$.ctx[
|
|
5389
|
+
return this.$$.ctx[34];
|
|
5369
5390
|
}
|
|
5370
5391
|
set endpoint(t) {
|
|
5371
|
-
this.$$set({ endpoint: t }),
|
|
5392
|
+
this.$$set({ endpoint: t }), ue();
|
|
5372
5393
|
}
|
|
5373
5394
|
get forgotpasswordkey() {
|
|
5374
|
-
return this.$$.ctx[
|
|
5395
|
+
return this.$$.ctx[35];
|
|
5375
5396
|
}
|
|
5376
5397
|
set forgotpasswordkey(t) {
|
|
5377
|
-
this.$$set({ forgotpasswordkey: t }),
|
|
5398
|
+
this.$$set({ forgotpasswordkey: t }), ue();
|
|
5378
5399
|
}
|
|
5379
5400
|
get captchakey() {
|
|
5380
5401
|
return this.$$.ctx[0];
|
|
5381
5402
|
}
|
|
5382
5403
|
set captchakey(t) {
|
|
5383
|
-
this.$$set({ captchakey: t }),
|
|
5404
|
+
this.$$set({ captchakey: t }), ue();
|
|
5384
5405
|
}
|
|
5385
5406
|
get lang() {
|
|
5386
|
-
return this.$$.ctx[
|
|
5407
|
+
return this.$$.ctx[36];
|
|
5387
5408
|
}
|
|
5388
5409
|
set lang(t) {
|
|
5389
|
-
this.$$set({ lang: t }),
|
|
5410
|
+
this.$$set({ lang: t }), ue();
|
|
5390
5411
|
}
|
|
5391
5412
|
get simplepasswordvalidation() {
|
|
5392
5413
|
return this.$$.ctx[1];
|
|
5393
5414
|
}
|
|
5394
5415
|
set simplepasswordvalidation(t) {
|
|
5395
|
-
this.$$set({ simplepasswordvalidation: t }),
|
|
5416
|
+
this.$$set({ simplepasswordvalidation: t }), ue();
|
|
5396
5417
|
}
|
|
5397
5418
|
get clientstyling() {
|
|
5398
|
-
return this.$$.ctx[
|
|
5419
|
+
return this.$$.ctx[37];
|
|
5399
5420
|
}
|
|
5400
5421
|
set clientstyling(t) {
|
|
5401
|
-
this.$$set({ clientstyling: t }),
|
|
5422
|
+
this.$$set({ clientstyling: t }), ue();
|
|
5402
5423
|
}
|
|
5403
5424
|
get clientstylingurl() {
|
|
5404
|
-
return this.$$.ctx[
|
|
5425
|
+
return this.$$.ctx[38];
|
|
5405
5426
|
}
|
|
5406
5427
|
set clientstylingurl(t) {
|
|
5407
|
-
this.$$set({ clientstylingurl: t }),
|
|
5428
|
+
this.$$set({ clientstylingurl: t }), ue();
|
|
5408
5429
|
}
|
|
5409
5430
|
get translationurl() {
|
|
5410
|
-
return this.$$.ctx[
|
|
5431
|
+
return this.$$.ctx[39];
|
|
5411
5432
|
}
|
|
5412
5433
|
set translationurl(t) {
|
|
5413
|
-
this.$$set({ translationurl: t }),
|
|
5434
|
+
this.$$set({ translationurl: t }), ue();
|
|
5414
5435
|
}
|
|
5415
5436
|
get savecredentials() {
|
|
5416
5437
|
return this.$$.ctx[2];
|
|
5417
5438
|
}
|
|
5418
5439
|
set savecredentials(t) {
|
|
5419
|
-
this.$$set({ savecredentials: t }),
|
|
5440
|
+
this.$$set({ savecredentials: t }), ue();
|
|
5420
5441
|
}
|
|
5421
5442
|
get hastosetpass() {
|
|
5422
|
-
return this.$$.ctx[
|
|
5443
|
+
return this.$$.ctx[40];
|
|
5423
5444
|
}
|
|
5424
5445
|
set hastosetpass(t) {
|
|
5425
|
-
this.$$set({ hastosetpass: t }),
|
|
5446
|
+
this.$$set({ hastosetpass: t }), ue();
|
|
5426
5447
|
}
|
|
5427
5448
|
get passwordregex() {
|
|
5428
|
-
return this.$$.ctx[
|
|
5449
|
+
return this.$$.ctx[41];
|
|
5429
5450
|
}
|
|
5430
5451
|
set passwordregex(t) {
|
|
5431
|
-
this.$$set({ passwordregex: t }),
|
|
5452
|
+
this.$$set({ passwordregex: t }), ue();
|
|
5432
5453
|
}
|
|
5433
5454
|
}
|
|
5434
|
-
|
|
5455
|
+
qo(wi, { endpoint: {}, forgotpasswordkey: {}, captchakey: {}, lang: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, hastosetpass: {}, passwordregex: {} }, [], [], !0);
|
|
5435
5456
|
export {
|
|
5436
|
-
|
|
5457
|
+
wi as default
|
|
5437
5458
|
};
|