@everymatrix/general-icon-progress-bar 1.60.1 → 1.60.2
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/{GeneralIconProgressBar-DvfGRc7A.js → GeneralIconProgressBar-Bt-psNCh.js} +330 -332
- package/components/GeneralIconProgressBar-Cmawx_Ll.cjs +16 -0
- package/components/{GeneralIconProgressBar-DSaIA0Oc.js → GeneralIconProgressBar-g6HVGgOD.js} +343 -345
- package/es2015/general-icon-progress-bar.cjs +1 -1
- package/es2015/general-icon-progress-bar.js +1 -1
- package/esnext/general-icon-progress-bar.js +1 -1
- package/package.json +1 -1
- package/components/GeneralIconProgressBar-DvairRCn.cjs +0 -16
package/components/{GeneralIconProgressBar-DSaIA0Oc.js → GeneralIconProgressBar-g6HVGgOD.js}
RENAMED
@@ -1,17 +1,17 @@
|
|
1
|
-
var
|
2
|
-
var
|
3
|
-
var
|
4
|
-
var
|
5
|
-
var me = (e, t, r) => t in e ?
|
1
|
+
var Gt = Object.defineProperty, Dt = Object.defineProperties;
|
2
|
+
var Ft = Object.getOwnPropertyDescriptors;
|
3
|
+
var Ge = Object.getOwnPropertySymbols;
|
4
|
+
var jt = Object.prototype.hasOwnProperty, Vt = Object.prototype.propertyIsEnumerable;
|
5
|
+
var me = (e, t, r) => t in e ? Gt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, De = (e, t) => {
|
6
6
|
for (var r in t || (t = {}))
|
7
|
-
|
8
|
-
if (
|
9
|
-
for (var r of
|
10
|
-
|
7
|
+
jt.call(t, r) && me(e, r, t[r]);
|
8
|
+
if (Ge)
|
9
|
+
for (var r of Ge(t))
|
10
|
+
Vt.call(t, r) && me(e, r, t[r]);
|
11
11
|
return e;
|
12
|
-
},
|
12
|
+
}, Fe = (e, t) => Dt(e, Ft(t));
|
13
13
|
var T = (e, t, r) => (me(e, typeof t != "symbol" ? t + "" : t, r), r);
|
14
|
-
var
|
14
|
+
var je = (e, t, r) => new Promise((n, i) => {
|
15
15
|
var s = (u) => {
|
16
16
|
try {
|
17
17
|
a(r.next(u));
|
@@ -29,25 +29,25 @@ var ke = (e, t, r) => new Promise((n, i) => {
|
|
29
29
|
});
|
30
30
|
function B() {
|
31
31
|
}
|
32
|
-
function
|
32
|
+
function ot(e) {
|
33
33
|
return e();
|
34
34
|
}
|
35
|
-
function
|
35
|
+
function Ve() {
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
37
37
|
}
|
38
38
|
function ee(e) {
|
39
|
-
e.forEach(
|
39
|
+
e.forEach(ot);
|
40
40
|
}
|
41
41
|
function Le(e) {
|
42
42
|
return typeof e == "function";
|
43
43
|
}
|
44
|
-
function
|
44
|
+
function at(e, t) {
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
46
46
|
}
|
47
|
-
function
|
47
|
+
function kt(e) {
|
48
48
|
return Object.keys(e).length === 0;
|
49
49
|
}
|
50
|
-
function
|
50
|
+
function ht(e, ...t) {
|
51
51
|
if (e == null) {
|
52
52
|
for (const n of t)
|
53
53
|
n(void 0);
|
@@ -56,20 +56,20 @@ function lt(e, ...t) {
|
|
56
56
|
const r = e.subscribe(...t);
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
58
58
|
}
|
59
|
-
function
|
60
|
-
e.$$.on_destroy.push(
|
59
|
+
function Xt(e, t, r) {
|
60
|
+
e.$$.on_destroy.push(ht(t, r));
|
61
61
|
}
|
62
62
|
function ne(e, t) {
|
63
63
|
e.appendChild(t);
|
64
64
|
}
|
65
|
-
function
|
66
|
-
const n =
|
65
|
+
function zt(e, t, r) {
|
66
|
+
const n = Wt(e);
|
67
67
|
if (!n.getElementById(t)) {
|
68
68
|
const i = Q("style");
|
69
|
-
i.id = t, i.textContent = r,
|
69
|
+
i.id = t, i.textContent = r, Zt(n, i);
|
70
70
|
}
|
71
71
|
}
|
72
|
-
function
|
72
|
+
function Wt(e) {
|
73
73
|
if (!e)
|
74
74
|
return document;
|
75
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
@@ -79,14 +79,14 @@ function Qt(e) {
|
|
79
79
|
t
|
80
80
|
) : e.ownerDocument;
|
81
81
|
}
|
82
|
-
function
|
82
|
+
function Zt(e, t) {
|
83
83
|
return ne(
|
84
84
|
/** @type {Document} */
|
85
85
|
e.head || e,
|
86
86
|
t
|
87
87
|
), t.sheet;
|
88
88
|
}
|
89
|
-
function
|
89
|
+
function ut(e, t, r) {
|
90
90
|
e.insertBefore(t, r || null);
|
91
91
|
}
|
92
92
|
function Ce(e) {
|
@@ -95,20 +95,20 @@ function Ce(e) {
|
|
95
95
|
function Q(e) {
|
96
96
|
return document.createElement(e);
|
97
97
|
}
|
98
|
-
function
|
98
|
+
function Qt(e) {
|
99
99
|
return document.createTextNode(e);
|
100
100
|
}
|
101
101
|
function C(e, t, r) {
|
102
102
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
103
103
|
}
|
104
|
-
function
|
104
|
+
function Jt(e) {
|
105
105
|
return Array.from(e.childNodes);
|
106
106
|
}
|
107
|
-
function
|
107
|
+
function qt(e, t) {
|
108
108
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
109
109
|
t);
|
110
110
|
}
|
111
|
-
function
|
111
|
+
function Yt(e) {
|
112
112
|
const t = {};
|
113
113
|
return e.childNodes.forEach(
|
114
114
|
/** @param {Element} node */
|
@@ -123,10 +123,10 @@ function J(e) {
|
|
123
123
|
}
|
124
124
|
const G = [], q = [];
|
125
125
|
let D = [];
|
126
|
-
const
|
126
|
+
const ke = [], Kt = /* @__PURE__ */ Promise.resolve();
|
127
127
|
let ve = !1;
|
128
|
-
function
|
129
|
-
ve || (ve = !0,
|
128
|
+
function er() {
|
129
|
+
ve || (ve = !0, Kt.then(P));
|
130
130
|
}
|
131
131
|
function He(e) {
|
132
132
|
D.push(e);
|
@@ -141,7 +141,7 @@ function P() {
|
|
141
141
|
try {
|
142
142
|
for (; $ < G.length; ) {
|
143
143
|
const t = G[$];
|
144
|
-
$++, J(t),
|
144
|
+
$++, J(t), tr(t.$$);
|
145
145
|
}
|
146
146
|
} catch (t) {
|
147
147
|
throw G.length = 0, $ = 0, t;
|
@@ -154,40 +154,40 @@ function P() {
|
|
154
154
|
}
|
155
155
|
D.length = 0;
|
156
156
|
} while (G.length);
|
157
|
-
for (;
|
158
|
-
|
157
|
+
for (; ke.length; )
|
158
|
+
ke.pop()();
|
159
159
|
ve = !1, be.clear(), J(e);
|
160
160
|
}
|
161
|
-
function
|
161
|
+
function tr(e) {
|
162
162
|
if (e.fragment !== null) {
|
163
163
|
e.update(), ee(e.before_update);
|
164
164
|
const t = e.dirty;
|
165
165
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(He);
|
166
166
|
}
|
167
167
|
}
|
168
|
-
function
|
168
|
+
function rr(e) {
|
169
169
|
const t = [], r = [];
|
170
170
|
D.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), D = t;
|
171
171
|
}
|
172
|
-
const
|
173
|
-
function
|
174
|
-
e && e.i && (
|
172
|
+
const nr = /* @__PURE__ */ new Set();
|
173
|
+
function ir(e, t) {
|
174
|
+
e && e.i && (nr.delete(e), e.i(t));
|
175
175
|
}
|
176
|
-
function
|
176
|
+
function sr(e, t, r) {
|
177
177
|
const { fragment: n, after_update: i } = e.$$;
|
178
178
|
n && n.m(t, r), He(() => {
|
179
|
-
const s = e.$$.on_mount.map(
|
179
|
+
const s = e.$$.on_mount.map(ot).filter(Le);
|
180
180
|
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ee(s), e.$$.on_mount = [];
|
181
181
|
}), i.forEach(He);
|
182
182
|
}
|
183
|
-
function
|
183
|
+
function or(e, t) {
|
184
184
|
const r = e.$$;
|
185
|
-
r.fragment !== null && (
|
185
|
+
r.fragment !== null && (rr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
186
186
|
}
|
187
|
-
function
|
188
|
-
e.$$.dirty[0] === -1 && (G.push(e),
|
187
|
+
function ar(e, t) {
|
188
|
+
e.$$.dirty[0] === -1 && (G.push(e), er(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
189
189
|
}
|
190
|
-
function
|
190
|
+
function hr(e, t, r, n, i, s, o = null, a = [-1]) {
|
191
191
|
const u = Me;
|
192
192
|
J(e);
|
193
193
|
const h = e.$$ = {
|
@@ -197,7 +197,7 @@ function lr(e, t, r, n, i, s, o = null, a = [-1]) {
|
|
197
197
|
props: s,
|
198
198
|
update: B,
|
199
199
|
not_equal: i,
|
200
|
-
bound:
|
200
|
+
bound: Ve(),
|
201
201
|
// lifecycle
|
202
202
|
on_mount: [],
|
203
203
|
on_destroy: [],
|
@@ -206,7 +206,7 @@ function lr(e, t, r, n, i, s, o = null, a = [-1]) {
|
|
206
206
|
after_update: [],
|
207
207
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
208
208
|
// everything else
|
209
|
-
callbacks:
|
209
|
+
callbacks: Ve(),
|
210
210
|
dirty: a,
|
211
211
|
skip_bound: !1,
|
212
212
|
root: t.target || u.$$.root
|
@@ -215,19 +215,19 @@ function lr(e, t, r, n, i, s, o = null, a = [-1]) {
|
|
215
215
|
let l = !1;
|
216
216
|
if (h.ctx = r ? r(e, t.props || {}, (c, f, ...x) => {
|
217
217
|
const g = x.length ? x[0] : f;
|
218
|
-
return h.ctx && i(h.ctx[c], h.ctx[c] = g) && (!h.skip_bound && h.bound[c] && h.bound[c](g), l &&
|
218
|
+
return h.ctx && i(h.ctx[c], h.ctx[c] = g) && (!h.skip_bound && h.bound[c] && h.bound[c](g), l && ar(e, c)), f;
|
219
219
|
}) : [], h.update(), l = !0, ee(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
|
220
220
|
if (t.hydrate) {
|
221
|
-
const c =
|
221
|
+
const c = Jt(t.target);
|
222
222
|
h.fragment && h.fragment.l(c), c.forEach(Ce);
|
223
223
|
} else
|
224
224
|
h.fragment && h.fragment.c();
|
225
|
-
t.intro &&
|
225
|
+
t.intro && ir(e.$$.fragment), sr(e, t.target, t.anchor), P();
|
226
226
|
}
|
227
227
|
J(u);
|
228
228
|
}
|
229
|
-
let
|
230
|
-
typeof HTMLElement == "function" && (
|
229
|
+
let lt;
|
230
|
+
typeof HTMLElement == "function" && (lt = class extends HTMLElement {
|
231
231
|
constructor(t, r, n) {
|
232
232
|
super();
|
233
233
|
/** The Svelte component constructor */
|
@@ -264,7 +264,7 @@ typeof HTMLElement == "function" && (ct = class extends HTMLElement {
|
|
264
264
|
}
|
265
265
|
}
|
266
266
|
connectedCallback() {
|
267
|
-
return
|
267
|
+
return je(this, null, function* () {
|
268
268
|
if (this.$$cn = !0, !this.$$c) {
|
269
269
|
let t = function(s) {
|
270
270
|
return () => {
|
@@ -278,7 +278,7 @@ typeof HTMLElement == "function" && (ct = class extends HTMLElement {
|
|
278
278
|
* @param {HTMLElement} [anchor]
|
279
279
|
*/
|
280
280
|
m: function(h, l) {
|
281
|
-
|
281
|
+
ut(h, o, l);
|
282
282
|
},
|
283
283
|
d: function(h) {
|
284
284
|
h && Ce(o);
|
@@ -288,7 +288,7 @@ typeof HTMLElement == "function" && (ct = class extends HTMLElement {
|
|
288
288
|
};
|
289
289
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
290
290
|
return;
|
291
|
-
const r = {}, n =
|
291
|
+
const r = {}, n = Yt(this);
|
292
292
|
for (const s of this.$$s)
|
293
293
|
s in n && (r[s] = [t(s)]);
|
294
294
|
for (const s of this.attributes) {
|
@@ -299,7 +299,7 @@ typeof HTMLElement == "function" && (ct = class extends HTMLElement {
|
|
299
299
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
300
300
|
this.$$c = new this.$$ctor({
|
301
301
|
target: this.shadowRoot || this,
|
302
|
-
props:
|
302
|
+
props: Fe(De({}, this.$$d), {
|
303
303
|
$$slots: r,
|
304
304
|
$$scope: {
|
305
305
|
ctx: []
|
@@ -377,8 +377,8 @@ function ie(e, t, r, n) {
|
|
377
377
|
return t;
|
378
378
|
}
|
379
379
|
}
|
380
|
-
function
|
381
|
-
let o = class extends
|
380
|
+
function ur(e, t, r, n, i, s) {
|
381
|
+
let o = class extends lt {
|
382
382
|
constructor() {
|
383
383
|
super(e, r, i), this.$$p_d = t;
|
384
384
|
}
|
@@ -408,7 +408,7 @@ function fr(e, t, r, n, i, s) {
|
|
408
408
|
}), e.element = /** @type {any} */
|
409
409
|
o, o;
|
410
410
|
}
|
411
|
-
class
|
411
|
+
class lr {
|
412
412
|
constructor() {
|
413
413
|
/**
|
414
414
|
* ### PRIVATE API
|
@@ -429,7 +429,7 @@ class cr {
|
|
429
429
|
}
|
430
430
|
/** @returns {void} */
|
431
431
|
$destroy() {
|
432
|
-
|
432
|
+
or(this, 1), this.$destroy = B;
|
433
433
|
}
|
434
434
|
/**
|
435
435
|
* @template {Extract<keyof Events, string>} K
|
@@ -451,13 +451,13 @@ class cr {
|
|
451
451
|
* @returns {void}
|
452
452
|
*/
|
453
453
|
$set(t) {
|
454
|
-
this.$$set && !
|
454
|
+
this.$$set && !kt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
455
455
|
}
|
456
456
|
}
|
457
|
-
const
|
458
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
457
|
+
const fr = "4";
|
458
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(fr);
|
459
459
|
const U = [];
|
460
|
-
function
|
460
|
+
function cr(e, t) {
|
461
461
|
return {
|
462
462
|
subscribe: ue(e, t).subscribe
|
463
463
|
};
|
@@ -466,7 +466,7 @@ function ue(e, t = B) {
|
|
466
466
|
let r;
|
467
467
|
const n = /* @__PURE__ */ new Set();
|
468
468
|
function i(a) {
|
469
|
-
if (
|
469
|
+
if (at(e, a) && (e = a, r)) {
|
470
470
|
const u = !U.length;
|
471
471
|
for (const h of n)
|
472
472
|
h[1](), U.push(h, e);
|
@@ -493,7 +493,7 @@ function X(e, t, r) {
|
|
493
493
|
if (!i.every(Boolean))
|
494
494
|
throw new Error("derived() expects stores as input, got a falsy value");
|
495
495
|
const s = t.length < 2;
|
496
|
-
return
|
496
|
+
return cr(r, (o, a) => {
|
497
497
|
let u = !1;
|
498
498
|
const h = [];
|
499
499
|
let l = 0, c = B;
|
@@ -504,7 +504,7 @@ function X(e, t, r) {
|
|
504
504
|
const g = t(n ? h[0] : h, o, a);
|
505
505
|
s ? o(g) : c = Le(g) ? g : B;
|
506
506
|
}, x = i.map(
|
507
|
-
(g, y) =>
|
507
|
+
(g, y) => ht(
|
508
508
|
g,
|
509
509
|
(H) => {
|
510
510
|
h[y] = H, l &= ~(1 << y), u && f();
|
@@ -519,70 +519,70 @@ function X(e, t, r) {
|
|
519
519
|
};
|
520
520
|
});
|
521
521
|
}
|
522
|
-
function
|
522
|
+
function pr(e) {
|
523
523
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
524
524
|
}
|
525
|
-
var
|
526
|
-
return
|
525
|
+
var mr = function(t) {
|
526
|
+
return br(t) && !dr(t);
|
527
527
|
};
|
528
|
-
function
|
528
|
+
function br(e) {
|
529
529
|
return !!e && typeof e == "object";
|
530
530
|
}
|
531
|
-
function
|
531
|
+
function dr(e) {
|
532
532
|
var t = Object.prototype.toString.call(e);
|
533
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
533
|
+
return t === "[object RegExp]" || t === "[object Date]" || Er(e);
|
534
534
|
}
|
535
|
-
var
|
536
|
-
function
|
537
|
-
return e.$$typeof ===
|
535
|
+
var gr = typeof Symbol == "function" && Symbol.for, xr = gr ? Symbol.for("react.element") : 60103;
|
536
|
+
function Er(e) {
|
537
|
+
return e.$$typeof === xr;
|
538
538
|
}
|
539
|
-
function
|
539
|
+
function yr(e) {
|
540
540
|
return Array.isArray(e) ? [] : {};
|
541
541
|
}
|
542
542
|
function Y(e, t) {
|
543
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? F(
|
543
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? F(yr(e), e, t) : e;
|
544
544
|
}
|
545
|
-
function
|
545
|
+
function _r(e, t, r) {
|
546
546
|
return e.concat(t).map(function(n) {
|
547
547
|
return Y(n, r);
|
548
548
|
});
|
549
549
|
}
|
550
|
-
function
|
550
|
+
function vr(e, t) {
|
551
551
|
if (!t.customMerge)
|
552
552
|
return F;
|
553
553
|
var r = t.customMerge(e);
|
554
554
|
return typeof r == "function" ? r : F;
|
555
555
|
}
|
556
|
-
function
|
556
|
+
function Hr(e) {
|
557
557
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
558
558
|
return Object.propertyIsEnumerable.call(e, t);
|
559
559
|
}) : [];
|
560
560
|
}
|
561
|
-
function
|
562
|
-
return Object.keys(e).concat(
|
561
|
+
function Xe(e) {
|
562
|
+
return Object.keys(e).concat(Hr(e));
|
563
563
|
}
|
564
|
-
function
|
564
|
+
function ft(e, t) {
|
565
565
|
try {
|
566
566
|
return t in e;
|
567
567
|
} catch (r) {
|
568
568
|
return !1;
|
569
569
|
}
|
570
570
|
}
|
571
|
-
function
|
572
|
-
return
|
571
|
+
function Tr(e, t) {
|
572
|
+
return ft(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
573
573
|
}
|
574
|
-
function
|
574
|
+
function Br(e, t, r) {
|
575
575
|
var n = {};
|
576
|
-
return r.isMergeableObject(e) &&
|
576
|
+
return r.isMergeableObject(e) && Xe(e).forEach(function(i) {
|
577
577
|
n[i] = Y(e[i], r);
|
578
|
-
}),
|
579
|
-
|
578
|
+
}), Xe(t).forEach(function(i) {
|
579
|
+
Tr(e, i) || (ft(e, i) && r.isMergeableObject(t[i]) ? n[i] = vr(i, r)(e[i], t[i], r) : n[i] = Y(t[i], r));
|
580
580
|
}), n;
|
581
581
|
}
|
582
582
|
function F(e, t, r) {
|
583
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
583
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || _r, r.isMergeableObject = r.isMergeableObject || mr, r.cloneUnlessOtherwiseSpecified = Y;
|
584
584
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
585
|
-
return s ? n ? r.arrayMerge(e, t, r) :
|
585
|
+
return s ? n ? r.arrayMerge(e, t, r) : Br(e, t, r) : Y(t, r);
|
586
586
|
}
|
587
587
|
F.all = function(t, r) {
|
588
588
|
if (!Array.isArray(t))
|
@@ -591,8 +591,8 @@ F.all = function(t, r) {
|
|
591
591
|
return F(n, i, r);
|
592
592
|
}, {});
|
593
593
|
};
|
594
|
-
var
|
595
|
-
const
|
594
|
+
var Ar = F, Sr = Ar;
|
595
|
+
const Pr = /* @__PURE__ */ pr(Sr);
|
596
596
|
/*! *****************************************************************************
|
597
597
|
Copyright (c) Microsoft Corporation.
|
598
598
|
|
@@ -634,7 +634,7 @@ var d = function() {
|
|
634
634
|
return t;
|
635
635
|
}, d.apply(this, arguments);
|
636
636
|
};
|
637
|
-
function
|
637
|
+
function Or(e, t) {
|
638
638
|
var r = {};
|
639
639
|
for (var n in e)
|
640
640
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
@@ -650,55 +650,53 @@ function de(e, t, r) {
|
|
650
650
|
return e.concat(s || t);
|
651
651
|
}
|
652
652
|
function ge(e, t) {
|
653
|
-
var r = t && t.cache ? t.cache :
|
653
|
+
var r = t && t.cache ? t.cache : Rr, n = t && t.serializer ? t.serializer : Cr, i = t && t.strategy ? t.strategy : wr;
|
654
654
|
return i(e, {
|
655
655
|
cache: r,
|
656
656
|
serializer: n
|
657
657
|
});
|
658
658
|
}
|
659
|
-
function
|
659
|
+
function Nr(e) {
|
660
660
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
661
661
|
}
|
662
|
-
function
|
663
|
-
var i =
|
662
|
+
function Ir(e, t, r, n) {
|
663
|
+
var i = Nr(n) ? n : r(n), s = t.get(i);
|
664
664
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
665
665
|
}
|
666
|
-
function
|
666
|
+
function ct(e, t, r) {
|
667
667
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
668
668
|
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
669
669
|
}
|
670
|
-
function
|
670
|
+
function pt(e, t, r, n, i) {
|
671
671
|
return r.bind(t, e, n, i);
|
672
672
|
}
|
673
|
-
function
|
674
|
-
var r = e.length === 1 ?
|
675
|
-
return
|
676
|
-
}
|
677
|
-
function Cr(e, t) {
|
678
|
-
return Re(e, this, bt, t.cache.create(), t.serializer);
|
673
|
+
function wr(e, t) {
|
674
|
+
var r = e.length === 1 ? Ir : ct;
|
675
|
+
return pt(e, this, r, t.cache.create(), t.serializer);
|
679
676
|
}
|
680
|
-
function
|
681
|
-
return
|
677
|
+
function Lr(e, t) {
|
678
|
+
return pt(e, this, ct, t.cache.create(), t.serializer);
|
682
679
|
}
|
683
|
-
var
|
680
|
+
var Cr = function() {
|
684
681
|
return JSON.stringify(arguments);
|
685
|
-
}
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
682
|
+
}, Mr = (
|
683
|
+
/** @class */
|
684
|
+
function() {
|
685
|
+
function e() {
|
686
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
687
|
+
}
|
688
|
+
return e.prototype.get = function(t) {
|
689
|
+
return this.cache[t];
|
690
|
+
}, e.prototype.set = function(t, r) {
|
691
|
+
this.cache[t] = r;
|
692
|
+
}, e;
|
693
|
+
}()
|
694
|
+
), Rr = {
|
696
695
|
create: function() {
|
697
|
-
return new
|
696
|
+
return new Mr();
|
698
697
|
}
|
699
698
|
}, xe = {
|
700
|
-
variadic:
|
701
|
-
monadic: Mr
|
699
|
+
variadic: Lr
|
702
700
|
}, m;
|
703
701
|
(function(e) {
|
704
702
|
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";
|
@@ -711,43 +709,43 @@ var j;
|
|
711
709
|
(function(e) {
|
712
710
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
713
711
|
})(j || (j = {}));
|
714
|
-
function
|
712
|
+
function ze(e) {
|
715
713
|
return e.type === E.literal;
|
716
714
|
}
|
717
|
-
function
|
715
|
+
function $r(e) {
|
718
716
|
return e.type === E.argument;
|
719
717
|
}
|
720
|
-
function
|
718
|
+
function mt(e) {
|
721
719
|
return e.type === E.number;
|
722
720
|
}
|
723
|
-
function
|
721
|
+
function bt(e) {
|
724
722
|
return e.type === E.date;
|
725
723
|
}
|
726
|
-
function
|
724
|
+
function dt(e) {
|
727
725
|
return e.type === E.time;
|
728
726
|
}
|
729
|
-
function
|
727
|
+
function gt(e) {
|
730
728
|
return e.type === E.select;
|
731
729
|
}
|
732
|
-
function
|
730
|
+
function xt(e) {
|
733
731
|
return e.type === E.plural;
|
734
732
|
}
|
735
|
-
function
|
733
|
+
function Ur(e) {
|
736
734
|
return e.type === E.pound;
|
737
735
|
}
|
738
|
-
function
|
736
|
+
function Et(e) {
|
739
737
|
return e.type === E.tag;
|
740
738
|
}
|
741
|
-
function
|
739
|
+
function yt(e) {
|
742
740
|
return !!(e && typeof e == "object" && e.type === j.number);
|
743
741
|
}
|
744
742
|
function Be(e) {
|
745
743
|
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
746
744
|
}
|
747
|
-
var
|
748
|
-
function
|
745
|
+
var _t = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Gr = /(?:[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;
|
746
|
+
function Dr(e) {
|
749
747
|
var t = {};
|
750
|
-
return e.replace(
|
748
|
+
return e.replace(Gr, function(r) {
|
751
749
|
var n = r.length;
|
752
750
|
switch (r[0]) {
|
753
751
|
case "G":
|
@@ -836,11 +834,11 @@ function Fr(e) {
|
|
836
834
|
return "";
|
837
835
|
}), t;
|
838
836
|
}
|
839
|
-
var
|
840
|
-
function
|
837
|
+
var Fr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
838
|
+
function jr(e) {
|
841
839
|
if (e.length === 0)
|
842
840
|
throw new Error("Number skeleton cannot be empty");
|
843
|
-
for (var t = e.split(
|
841
|
+
for (var t = e.split(Fr).filter(function(f) {
|
844
842
|
return f.length > 0;
|
845
843
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
846
844
|
var s = i[n], o = s.split("/");
|
@@ -855,17 +853,17 @@ function Vr(e) {
|
|
855
853
|
}
|
856
854
|
return r;
|
857
855
|
}
|
858
|
-
function
|
856
|
+
function Vr(e) {
|
859
857
|
return e.replace(/^(.*?)-/, "");
|
860
858
|
}
|
861
|
-
var
|
862
|
-
function
|
859
|
+
var We = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, vt = /^(@+)?(\+|#+)?[rs]?$/g, kr = /(\*)(0+)|(#+)(0+)|(0+)/g, Ht = /^(0+)$/;
|
860
|
+
function Ze(e) {
|
863
861
|
var t = {};
|
864
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
862
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(vt, function(r, n, i) {
|
865
863
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
866
864
|
}), t;
|
867
865
|
}
|
868
|
-
function
|
866
|
+
function Tt(e) {
|
869
867
|
switch (e) {
|
870
868
|
case "sign-auto":
|
871
869
|
return {
|
@@ -905,7 +903,7 @@ function At(e) {
|
|
905
903
|
};
|
906
904
|
}
|
907
905
|
}
|
908
|
-
function
|
906
|
+
function Xr(e) {
|
909
907
|
var t;
|
910
908
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
911
909
|
notation: "engineering"
|
@@ -913,17 +911,17 @@ function zr(e) {
|
|
913
911
|
notation: "scientific"
|
914
912
|
}, e = e.slice(1)), t) {
|
915
913
|
var r = e.slice(0, 2);
|
916
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
914
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ht.test(e))
|
917
915
|
throw new Error("Malformed concise eng/scientific notation");
|
918
916
|
t.minimumIntegerDigits = e.length;
|
919
917
|
}
|
920
918
|
return t;
|
921
919
|
}
|
922
|
-
function
|
923
|
-
var t = {}, r =
|
920
|
+
function Qe(e) {
|
921
|
+
var t = {}, r = Tt(e);
|
924
922
|
return r || t;
|
925
923
|
}
|
926
|
-
function
|
924
|
+
function zr(e) {
|
927
925
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
928
926
|
var i = n[r];
|
929
927
|
switch (i.stem) {
|
@@ -947,7 +945,7 @@ function Wr(e) {
|
|
947
945
|
continue;
|
948
946
|
case "measure-unit":
|
949
947
|
case "unit":
|
950
|
-
t.style = "unit", t.unit =
|
948
|
+
t.style = "unit", t.unit = Vr(i.options[0]);
|
951
949
|
continue;
|
952
950
|
case "compact-short":
|
953
951
|
case "K":
|
@@ -959,12 +957,12 @@ function Wr(e) {
|
|
959
957
|
continue;
|
960
958
|
case "scientific":
|
961
959
|
t = d(d(d({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
962
|
-
return d(d({}, u),
|
960
|
+
return d(d({}, u), Qe(h));
|
963
961
|
}, {}));
|
964
962
|
continue;
|
965
963
|
case "engineering":
|
966
964
|
t = d(d(d({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
967
|
-
return d(d({}, u),
|
965
|
+
return d(d({}, u), Qe(h));
|
968
966
|
}, {}));
|
969
967
|
continue;
|
970
968
|
case "notation-simple":
|
@@ -1009,7 +1007,7 @@ function Wr(e) {
|
|
1009
1007
|
case "integer-width":
|
1010
1008
|
if (i.options.length > 1)
|
1011
1009
|
throw new RangeError("integer-width stems only accept a single optional option");
|
1012
|
-
i.options[0].replace(
|
1010
|
+
i.options[0].replace(kr, function(u, h, l, c, f, x) {
|
1013
1011
|
if (h)
|
1014
1012
|
t.minimumIntegerDigits = l.length;
|
1015
1013
|
else {
|
@@ -1022,27 +1020,27 @@ function Wr(e) {
|
|
1022
1020
|
});
|
1023
1021
|
continue;
|
1024
1022
|
}
|
1025
|
-
if (
|
1023
|
+
if (Ht.test(i.stem)) {
|
1026
1024
|
t.minimumIntegerDigits = i.stem.length;
|
1027
1025
|
continue;
|
1028
1026
|
}
|
1029
|
-
if (
|
1027
|
+
if (We.test(i.stem)) {
|
1030
1028
|
if (i.options.length > 1)
|
1031
1029
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
1032
|
-
i.stem.replace(
|
1030
|
+
i.stem.replace(We, function(u, h, l, c, f, x) {
|
1033
1031
|
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && x ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + x.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
1034
1032
|
});
|
1035
1033
|
var s = i.options[0];
|
1036
|
-
s === "w" ? t = d(d({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = d(d({}, t),
|
1034
|
+
s === "w" ? t = d(d({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = d(d({}, t), Ze(s)));
|
1037
1035
|
continue;
|
1038
1036
|
}
|
1039
|
-
if (
|
1040
|
-
t = d(d({}, t),
|
1037
|
+
if (vt.test(i.stem)) {
|
1038
|
+
t = d(d({}, t), Ze(i.stem));
|
1041
1039
|
continue;
|
1042
1040
|
}
|
1043
|
-
var o =
|
1041
|
+
var o = Tt(i.stem);
|
1044
1042
|
o && (t = d(d({}, t), o));
|
1045
|
-
var a =
|
1043
|
+
var a = Xr(i.stem);
|
1046
1044
|
a && (t = d(d({}, t), a));
|
1047
1045
|
}
|
1048
1046
|
return t;
|
@@ -2462,13 +2460,13 @@ var re = {
|
|
2462
2460
|
"h"
|
2463
2461
|
]
|
2464
2462
|
};
|
2465
|
-
function
|
2463
|
+
function Wr(e, t) {
|
2466
2464
|
for (var r = "", n = 0; n < e.length; n++) {
|
2467
2465
|
var i = e.charAt(n);
|
2468
2466
|
if (i === "j") {
|
2469
2467
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
2470
2468
|
s++, n++;
|
2471
|
-
var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), u = "a", h =
|
2469
|
+
var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), u = "a", h = Zr(t);
|
2472
2470
|
for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
|
2473
2471
|
r += u;
|
2474
2472
|
for (; o-- > 0; )
|
@@ -2478,7 +2476,7 @@ function Zr(e, t) {
|
|
2478
2476
|
}
|
2479
2477
|
return r;
|
2480
2478
|
}
|
2481
|
-
function
|
2479
|
+
function Zr(e) {
|
2482
2480
|
var t = e.hourCycle;
|
2483
2481
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
2484
2482
|
e.hourCycles && // @ts-ignore
|
@@ -2500,20 +2498,20 @@ function Qr(e) {
|
|
2500
2498
|
var i = re[n || ""] || re[r || ""] || re["".concat(r, "-001")] || re["001"];
|
2501
2499
|
return i[0];
|
2502
2500
|
}
|
2503
|
-
var Ee,
|
2501
|
+
var Ee, Qr = new RegExp("^".concat(_t.source, "*")), Jr = new RegExp("".concat(_t.source, "*$"));
|
2504
2502
|
function b(e, t) {
|
2505
2503
|
return { start: e, end: t };
|
2506
2504
|
}
|
2507
|
-
var
|
2505
|
+
var qr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Yr = !!String.fromCodePoint, Kr = !!Object.fromEntries, en = !!String.prototype.codePointAt, tn = !!String.prototype.trimStart, rn = !!String.prototype.trimEnd, nn = !!Number.isSafeInteger, sn = nn ? Number.isSafeInteger : function(e) {
|
2508
2506
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
2509
2507
|
}, Ae = !0;
|
2510
2508
|
try {
|
2511
|
-
var
|
2512
|
-
Ae = ((Ee =
|
2509
|
+
var on = At("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2510
|
+
Ae = ((Ee = on.exec("a")) === null || Ee === void 0 ? void 0 : Ee[0]) === "a";
|
2513
2511
|
} catch (e) {
|
2514
2512
|
Ae = !1;
|
2515
2513
|
}
|
2516
|
-
var
|
2514
|
+
var Je = qr ? (
|
2517
2515
|
// Native
|
2518
2516
|
function(t, r, n) {
|
2519
2517
|
return t.startsWith(r, n);
|
@@ -2523,7 +2521,7 @@ var Ye = Yr ? (
|
|
2523
2521
|
function(t, r, n) {
|
2524
2522
|
return t.slice(n, n + r.length) === r;
|
2525
2523
|
}
|
2526
|
-
), Se =
|
2524
|
+
), Se = Yr ? String.fromCodePoint : (
|
2527
2525
|
// IE11
|
2528
2526
|
function() {
|
2529
2527
|
for (var t = [], r = 0; r < arguments.length; r++)
|
@@ -2535,9 +2533,9 @@ var Ye = Yr ? (
|
|
2535
2533
|
}
|
2536
2534
|
return n;
|
2537
2535
|
}
|
2538
|
-
),
|
2536
|
+
), qe = (
|
2539
2537
|
// native
|
2540
|
-
|
2538
|
+
Kr ? Object.fromEntries : (
|
2541
2539
|
// Ponyfill
|
2542
2540
|
function(t) {
|
2543
2541
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
@@ -2547,7 +2545,7 @@ var Ye = Yr ? (
|
|
2547
2545
|
return r;
|
2548
2546
|
}
|
2549
2547
|
)
|
2550
|
-
),
|
2548
|
+
), Bt = en ? (
|
2551
2549
|
// Native
|
2552
2550
|
function(t, r) {
|
2553
2551
|
return t.codePointAt(r);
|
@@ -2561,7 +2559,7 @@ var Ye = Yr ? (
|
|
2561
2559
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
2562
2560
|
}
|
2563
2561
|
}
|
2564
|
-
),
|
2562
|
+
), an = tn ? (
|
2565
2563
|
// Native
|
2566
2564
|
function(t) {
|
2567
2565
|
return t.trimStart();
|
@@ -2569,9 +2567,9 @@ var Ye = Yr ? (
|
|
2569
2567
|
) : (
|
2570
2568
|
// Ponyfill
|
2571
2569
|
function(t) {
|
2572
|
-
return t.replace(
|
2570
|
+
return t.replace(Qr, "");
|
2573
2571
|
}
|
2574
|
-
),
|
2572
|
+
), hn = rn ? (
|
2575
2573
|
// Native
|
2576
2574
|
function(t) {
|
2577
2575
|
return t.trimEnd();
|
@@ -2579,32 +2577,32 @@ var Ye = Yr ? (
|
|
2579
2577
|
) : (
|
2580
2578
|
// Ponyfill
|
2581
2579
|
function(t) {
|
2582
|
-
return t.replace(
|
2580
|
+
return t.replace(Jr, "");
|
2583
2581
|
}
|
2584
2582
|
);
|
2585
|
-
function
|
2583
|
+
function At(e, t) {
|
2586
2584
|
return new RegExp(e, t);
|
2587
2585
|
}
|
2588
2586
|
var Pe;
|
2589
2587
|
if (Ae) {
|
2590
|
-
var
|
2588
|
+
var Ye = At("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2591
2589
|
Pe = function(t, r) {
|
2592
2590
|
var n;
|
2593
|
-
|
2594
|
-
var i =
|
2591
|
+
Ye.lastIndex = r;
|
2592
|
+
var i = Ye.exec(t);
|
2595
2593
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
2596
2594
|
};
|
2597
2595
|
} else
|
2598
2596
|
Pe = function(t, r) {
|
2599
2597
|
for (var n = []; ; ) {
|
2600
|
-
var i =
|
2601
|
-
if (i === void 0 ||
|
2598
|
+
var i = Bt(t, r);
|
2599
|
+
if (i === void 0 || St(i) || cn(i))
|
2602
2600
|
break;
|
2603
2601
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
2604
2602
|
}
|
2605
2603
|
return Se.apply(void 0, n);
|
2606
2604
|
};
|
2607
|
-
var
|
2605
|
+
var un = (
|
2608
2606
|
/** @class */
|
2609
2607
|
function() {
|
2610
2608
|
function e(t, r) {
|
@@ -2686,7 +2684,7 @@ var ln = (
|
|
2686
2684
|
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
2687
2685
|
}, e.prototype.parseTagName = function() {
|
2688
2686
|
var t = this.offset();
|
2689
|
-
for (this.bump(); !this.isEOF() &&
|
2687
|
+
for (this.bump(); !this.isEOF() && fn(this.char()); )
|
2690
2688
|
this.bump();
|
2691
2689
|
return this.message.slice(t, this.offset());
|
2692
2690
|
}, e.prototype.parseLiteral = function(t, r) {
|
@@ -2715,7 +2713,7 @@ var ln = (
|
|
2715
2713
|
};
|
2716
2714
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
2717
2715
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
2718
|
-
!
|
2716
|
+
!ln(this.peek() || 0)) ? (this.bump(), "<") : null;
|
2719
2717
|
}, e.prototype.tryParseQuote = function(t) {
|
2720
2718
|
if (this.isEOF() || this.char() !== 39)
|
2721
2719
|
return null;
|
@@ -2802,7 +2800,7 @@ var ln = (
|
|
2802
2800
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
2803
2801
|
if (c.err)
|
2804
2802
|
return c;
|
2805
|
-
var f =
|
2803
|
+
var f = hn(c.val);
|
2806
2804
|
if (f.length === 0)
|
2807
2805
|
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
2808
2806
|
var x = b(l, this.clonePosition());
|
@@ -2812,8 +2810,8 @@ var ln = (
|
|
2812
2810
|
if (g.err)
|
2813
2811
|
return g;
|
2814
2812
|
var y = b(i, this.clonePosition());
|
2815
|
-
if (h &&
|
2816
|
-
var H =
|
2813
|
+
if (h && Je(h == null ? void 0 : h.style, "::", 0)) {
|
2814
|
+
var H = an(h.style.slice(2));
|
2817
2815
|
if (a === "number") {
|
2818
2816
|
var c = this.parseNumberSkeletonFromString(H, h.styleLocation);
|
2819
2817
|
return c.err ? c : {
|
@@ -2824,12 +2822,12 @@ var ln = (
|
|
2824
2822
|
if (H.length === 0)
|
2825
2823
|
return this.error(m.EXPECT_DATE_TIME_SKELETON, y);
|
2826
2824
|
var A = H;
|
2827
|
-
this.locale && (A =
|
2825
|
+
this.locale && (A = Wr(H, this.locale));
|
2828
2826
|
var f = {
|
2829
2827
|
type: j.dateTime,
|
2830
2828
|
pattern: A,
|
2831
2829
|
location: h.styleLocation,
|
2832
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2830
|
+
parsedOptions: this.shouldParseSkeletons ? Dr(A) : {}
|
2833
2831
|
}, S = a === "date" ? E.date : E.time;
|
2834
2832
|
return {
|
2835
2833
|
val: { type: S, value: n, location: y, style: f },
|
@@ -2875,7 +2873,7 @@ var ln = (
|
|
2875
2873
|
val: {
|
2876
2874
|
type: E.select,
|
2877
2875
|
value: n,
|
2878
|
-
options:
|
2876
|
+
options: qe(R.val),
|
2879
2877
|
location: te
|
2880
2878
|
},
|
2881
2879
|
err: null
|
@@ -2883,7 +2881,7 @@ var ln = (
|
|
2883
2881
|
val: {
|
2884
2882
|
type: E.plural,
|
2885
2883
|
value: n,
|
2886
|
-
options:
|
2884
|
+
options: qe(R.val),
|
2887
2885
|
offset: O,
|
2888
2886
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
2889
2887
|
location: te
|
@@ -2934,7 +2932,7 @@ var ln = (
|
|
2934
2932
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
2935
2933
|
var n = [];
|
2936
2934
|
try {
|
2937
|
-
n =
|
2935
|
+
n = jr(t);
|
2938
2936
|
} catch (i) {
|
2939
2937
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
2940
2938
|
}
|
@@ -2943,7 +2941,7 @@ var ln = (
|
|
2943
2941
|
type: j.number,
|
2944
2942
|
tokens: n,
|
2945
2943
|
location: r,
|
2946
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2944
|
+
parsedOptions: this.shouldParseSkeletons ? zr(n) : {}
|
2947
2945
|
},
|
2948
2946
|
err: null
|
2949
2947
|
};
|
@@ -2991,7 +2989,7 @@ var ln = (
|
|
2991
2989
|
break;
|
2992
2990
|
}
|
2993
2991
|
var u = b(i, this.clonePosition());
|
2994
|
-
return s ? (o *= n,
|
2992
|
+
return s ? (o *= n, sn(o) ? { val: o, err: null } : this.error(r, u)) : this.error(t, u);
|
2995
2993
|
}, e.prototype.offset = function() {
|
2996
2994
|
return this.position.offset;
|
2997
2995
|
}, e.prototype.isEOF = function() {
|
@@ -3006,7 +3004,7 @@ var ln = (
|
|
3006
3004
|
var t = this.position.offset;
|
3007
3005
|
if (t >= this.message.length)
|
3008
3006
|
throw Error("out of bound");
|
3009
|
-
var r =
|
3007
|
+
var r = Bt(this.message, t);
|
3010
3008
|
if (r === void 0)
|
3011
3009
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
3012
3010
|
return r;
|
@@ -3025,7 +3023,7 @@ var ln = (
|
|
3025
3023
|
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);
|
3026
3024
|
}
|
3027
3025
|
}, e.prototype.bumpIf = function(t) {
|
3028
|
-
if (
|
3026
|
+
if (Je(this.message, t, this.offset())) {
|
3029
3027
|
for (var r = 0; r < t.length; r++)
|
3030
3028
|
this.bump();
|
3031
3029
|
return !0;
|
@@ -3047,7 +3045,7 @@ var ln = (
|
|
3047
3045
|
break;
|
3048
3046
|
}
|
3049
3047
|
}, e.prototype.bumpSpace = function() {
|
3050
|
-
for (; !this.isEOF() &&
|
3048
|
+
for (; !this.isEOF() && St(this.char()); )
|
3051
3049
|
this.bump();
|
3052
3050
|
}, e.prototype.peek = function() {
|
3053
3051
|
if (this.isEOF())
|
@@ -3060,30 +3058,30 @@ var ln = (
|
|
3060
3058
|
function Oe(e) {
|
3061
3059
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
3062
3060
|
}
|
3063
|
-
function
|
3061
|
+
function ln(e) {
|
3064
3062
|
return Oe(e) || e === 47;
|
3065
3063
|
}
|
3066
|
-
function
|
3064
|
+
function fn(e) {
|
3067
3065
|
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;
|
3068
3066
|
}
|
3069
|
-
function
|
3067
|
+
function St(e) {
|
3070
3068
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
3071
3069
|
}
|
3072
|
-
function
|
3070
|
+
function cn(e) {
|
3073
3071
|
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;
|
3074
3072
|
}
|
3075
3073
|
function Ne(e) {
|
3076
3074
|
e.forEach(function(t) {
|
3077
|
-
if (delete t.location,
|
3075
|
+
if (delete t.location, gt(t) || xt(t))
|
3078
3076
|
for (var r in t.options)
|
3079
3077
|
delete t.options[r].location, Ne(t.options[r].value);
|
3080
3078
|
else
|
3081
|
-
|
3079
|
+
mt(t) && yt(t.style) || (bt(t) || dt(t)) && Be(t.style) ? delete t.style.location : Et(t) && Ne(t.children);
|
3082
3080
|
});
|
3083
3081
|
}
|
3084
|
-
function
|
3082
|
+
function pn(e, t) {
|
3085
3083
|
t === void 0 && (t = {}), t = d({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
3086
|
-
var r = new
|
3084
|
+
var r = new un(e, t).parse();
|
3087
3085
|
if (r.err) {
|
3088
3086
|
var n = SyntaxError(m[r.err.kind]);
|
3089
3087
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
@@ -3106,7 +3104,7 @@ var fe = (
|
|
3106
3104
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
3107
3105
|
}, t;
|
3108
3106
|
}(Error)
|
3109
|
-
),
|
3107
|
+
), Ke = (
|
3110
3108
|
/** @class */
|
3111
3109
|
function(e) {
|
3112
3110
|
le(t, e);
|
@@ -3115,7 +3113,7 @@ var fe = (
|
|
3115
3113
|
}
|
3116
3114
|
return t;
|
3117
3115
|
}(fe)
|
3118
|
-
),
|
3116
|
+
), mn = (
|
3119
3117
|
/** @class */
|
3120
3118
|
function(e) {
|
3121
3119
|
le(t, e);
|
@@ -3124,7 +3122,7 @@ var fe = (
|
|
3124
3122
|
}
|
3125
3123
|
return t;
|
3126
3124
|
}(fe)
|
3127
|
-
),
|
3125
|
+
), bn = (
|
3128
3126
|
/** @class */
|
3129
3127
|
function(e) {
|
3130
3128
|
le(t, e);
|
@@ -3137,17 +3135,17 @@ var fe = (
|
|
3137
3135
|
(function(e) {
|
3138
3136
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
3139
3137
|
})(_ || (_ = {}));
|
3140
|
-
function
|
3138
|
+
function dn(e) {
|
3141
3139
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
3142
3140
|
var n = t[t.length - 1];
|
3143
3141
|
return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
|
3144
3142
|
}, []);
|
3145
3143
|
}
|
3146
|
-
function
|
3144
|
+
function gn(e) {
|
3147
3145
|
return typeof e == "function";
|
3148
3146
|
}
|
3149
3147
|
function se(e, t, r, n, i, s, o) {
|
3150
|
-
if (e.length === 1 &&
|
3148
|
+
if (e.length === 1 && ze(e[0]))
|
3151
3149
|
return [
|
3152
3150
|
{
|
3153
3151
|
type: _.literal,
|
@@ -3156,14 +3154,14 @@ function se(e, t, r, n, i, s, o) {
|
|
3156
3154
|
];
|
3157
3155
|
for (var a = [], u = 0, h = e; u < h.length; u++) {
|
3158
3156
|
var l = h[u];
|
3159
|
-
if (
|
3157
|
+
if (ze(l)) {
|
3160
3158
|
a.push({
|
3161
3159
|
type: _.literal,
|
3162
3160
|
value: l.value
|
3163
3161
|
});
|
3164
3162
|
continue;
|
3165
3163
|
}
|
3166
|
-
if (
|
3164
|
+
if (Ur(l)) {
|
3167
3165
|
typeof s == "number" && a.push({
|
3168
3166
|
type: _.literal,
|
3169
3167
|
value: r.getNumberFormat(t).format(s)
|
@@ -3172,16 +3170,16 @@ function se(e, t, r, n, i, s, o) {
|
|
3172
3170
|
}
|
3173
3171
|
var c = l.value;
|
3174
3172
|
if (!(i && c in i))
|
3175
|
-
throw new
|
3173
|
+
throw new bn(c, o);
|
3176
3174
|
var f = i[c];
|
3177
|
-
if (
|
3175
|
+
if ($r(l)) {
|
3178
3176
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
3179
3177
|
type: typeof f == "string" ? _.literal : _.object,
|
3180
3178
|
value: f
|
3181
3179
|
});
|
3182
3180
|
continue;
|
3183
3181
|
}
|
3184
|
-
if (
|
3182
|
+
if (bt(l)) {
|
3185
3183
|
var x = typeof l.style == "string" ? n.date[l.style] : Be(l.style) ? l.style.parsedOptions : void 0;
|
3186
3184
|
a.push({
|
3187
3185
|
type: _.literal,
|
@@ -3189,7 +3187,7 @@ function se(e, t, r, n, i, s, o) {
|
|
3189
3187
|
});
|
3190
3188
|
continue;
|
3191
3189
|
}
|
3192
|
-
if (
|
3190
|
+
if (dt(l)) {
|
3193
3191
|
var x = typeof l.style == "string" ? n.time[l.style] : Be(l.style) ? l.style.parsedOptions : n.time.medium;
|
3194
3192
|
a.push({
|
3195
3193
|
type: _.literal,
|
@@ -3197,18 +3195,18 @@ function se(e, t, r, n, i, s, o) {
|
|
3197
3195
|
});
|
3198
3196
|
continue;
|
3199
3197
|
}
|
3200
|
-
if (
|
3201
|
-
var x = typeof l.style == "string" ? n.number[l.style] :
|
3198
|
+
if (mt(l)) {
|
3199
|
+
var x = typeof l.style == "string" ? n.number[l.style] : yt(l.style) ? l.style.parsedOptions : void 0;
|
3202
3200
|
x && x.scale && (f = f * (x.scale || 1)), a.push({
|
3203
3201
|
type: _.literal,
|
3204
3202
|
value: r.getNumberFormat(t, x).format(f)
|
3205
3203
|
});
|
3206
3204
|
continue;
|
3207
3205
|
}
|
3208
|
-
if (
|
3206
|
+
if (Et(l)) {
|
3209
3207
|
var g = l.children, y = l.value, H = i[y];
|
3210
|
-
if (!
|
3211
|
-
throw new
|
3208
|
+
if (!gn(H))
|
3209
|
+
throw new mn(y, "function", o);
|
3212
3210
|
var A = se(g, t, r, n, i, s), S = H(A.map(function(O) {
|
3213
3211
|
return O.value;
|
3214
3212
|
}));
|
@@ -3219,14 +3217,14 @@ function se(e, t, r, n, i, s, o) {
|
|
3219
3217
|
};
|
3220
3218
|
}));
|
3221
3219
|
}
|
3222
|
-
if (
|
3220
|
+
if (gt(l)) {
|
3223
3221
|
var v = l.options[f] || l.options.other;
|
3224
3222
|
if (!v)
|
3225
|
-
throw new
|
3223
|
+
throw new Ke(l.value, f, Object.keys(l.options), o);
|
3226
3224
|
a.push.apply(a, se(v.value, t, r, n, i));
|
3227
3225
|
continue;
|
3228
3226
|
}
|
3229
|
-
if (
|
3227
|
+
if (xt(l)) {
|
3230
3228
|
var v = l.options["=".concat(f)];
|
3231
3229
|
if (!v) {
|
3232
3230
|
if (!Intl.PluralRules)
|
@@ -3237,21 +3235,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3237
3235
|
v = l.options[N] || l.options.other;
|
3238
3236
|
}
|
3239
3237
|
if (!v)
|
3240
|
-
throw new
|
3238
|
+
throw new Ke(l.value, f, Object.keys(l.options), o);
|
3241
3239
|
a.push.apply(a, se(v.value, t, r, n, i, f - (l.offset || 0)));
|
3242
3240
|
continue;
|
3243
3241
|
}
|
3244
3242
|
}
|
3245
|
-
return
|
3243
|
+
return dn(a);
|
3246
3244
|
}
|
3247
|
-
function
|
3245
|
+
function xn(e, t) {
|
3248
3246
|
return t ? d(d(d({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
3249
3247
|
return r[n] = d(d({}, e[n]), t[n] || {}), r;
|
3250
3248
|
}, {})) : e;
|
3251
3249
|
}
|
3252
|
-
function
|
3250
|
+
function En(e, t) {
|
3253
3251
|
return t ? Object.keys(e).reduce(function(r, n) {
|
3254
|
-
return r[n] =
|
3252
|
+
return r[n] = xn(e[n], t[n]), r;
|
3255
3253
|
}, d({}, e)) : e;
|
3256
3254
|
}
|
3257
3255
|
function ye(e) {
|
@@ -3268,7 +3266,7 @@ function ye(e) {
|
|
3268
3266
|
}
|
3269
3267
|
};
|
3270
3268
|
}
|
3271
|
-
function
|
3269
|
+
function yn(e) {
|
3272
3270
|
return e === void 0 && (e = {
|
3273
3271
|
number: {},
|
3274
3272
|
dateTime: {},
|
@@ -3300,7 +3298,7 @@ function _n(e) {
|
|
3300
3298
|
})
|
3301
3299
|
};
|
3302
3300
|
}
|
3303
|
-
var
|
3301
|
+
var _n = (
|
3304
3302
|
/** @class */
|
3305
3303
|
function() {
|
3306
3304
|
function e(t, r, n, i) {
|
@@ -3332,13 +3330,13 @@ var vn = (
|
|
3332
3330
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
3333
3331
|
var o = i || {};
|
3334
3332
|
o.formatters;
|
3335
|
-
var a =
|
3333
|
+
var a = Or(o, ["formatters"]);
|
3336
3334
|
this.ast = e.__parse(t, d(d({}, a), { locale: this.resolvedLocale }));
|
3337
3335
|
} else
|
3338
3336
|
this.ast = t;
|
3339
3337
|
if (!Array.isArray(this.ast))
|
3340
3338
|
throw new TypeError("A message must be provided as a String or AST.");
|
3341
|
-
this.formats =
|
3339
|
+
this.formats = En(e.formats, n), this.formatters = i && i.formatters || yn(this.formatterCache);
|
3342
3340
|
}
|
3343
3341
|
return Object.defineProperty(e, "defaultLocale", {
|
3344
3342
|
get: function() {
|
@@ -3351,7 +3349,7 @@ var vn = (
|
|
3351
3349
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
3352
3350
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
3353
3351
|
}
|
3354
|
-
}, e.__parse =
|
3352
|
+
}, e.__parse = pn, e.formats = {
|
3355
3353
|
number: {
|
3356
3354
|
integer: {
|
3357
3355
|
maximumFractionDigits: 0
|
@@ -3412,7 +3410,7 @@ var vn = (
|
|
3412
3410
|
}, e;
|
3413
3411
|
}()
|
3414
3412
|
);
|
3415
|
-
function
|
3413
|
+
function vn(e, t) {
|
3416
3414
|
if (t == null)
|
3417
3415
|
return;
|
3418
3416
|
if (t in e)
|
@@ -3433,60 +3431,60 @@ function Hn(e, t) {
|
|
3433
3431
|
n = void 0;
|
3434
3432
|
return n;
|
3435
3433
|
}
|
3436
|
-
const I = {},
|
3434
|
+
const I = {}, Hn = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Pt = (e, t) => {
|
3437
3435
|
if (t == null)
|
3438
3436
|
return;
|
3439
3437
|
if (t in I && e in I[t])
|
3440
3438
|
return I[t][e];
|
3441
3439
|
const r = ce(t);
|
3442
3440
|
for (let n = 0; n < r.length; n++) {
|
3443
|
-
const i = r[n], s =
|
3441
|
+
const i = r[n], s = Bn(i, e);
|
3444
3442
|
if (s)
|
3445
|
-
return
|
3443
|
+
return Hn(e, t, s);
|
3446
3444
|
}
|
3447
3445
|
};
|
3448
|
-
let
|
3446
|
+
let Re;
|
3449
3447
|
const z = ue({});
|
3450
|
-
function
|
3451
|
-
return
|
3448
|
+
function Tn(e) {
|
3449
|
+
return Re[e] || null;
|
3452
3450
|
}
|
3453
|
-
function
|
3454
|
-
return e in
|
3451
|
+
function Ot(e) {
|
3452
|
+
return e in Re;
|
3455
3453
|
}
|
3456
|
-
function
|
3457
|
-
if (!
|
3454
|
+
function Bn(e, t) {
|
3455
|
+
if (!Ot(e))
|
3458
3456
|
return null;
|
3459
|
-
const r =
|
3460
|
-
return
|
3457
|
+
const r = Tn(e);
|
3458
|
+
return vn(r, t);
|
3461
3459
|
}
|
3462
|
-
function
|
3460
|
+
function An(e) {
|
3463
3461
|
if (e == null)
|
3464
3462
|
return;
|
3465
3463
|
const t = ce(e);
|
3466
3464
|
for (let r = 0; r < t.length; r++) {
|
3467
3465
|
const n = t[r];
|
3468
|
-
if (
|
3466
|
+
if (Ot(n))
|
3469
3467
|
return n;
|
3470
3468
|
}
|
3471
3469
|
}
|
3472
|
-
function
|
3473
|
-
delete I[e], z.update((r) => (r[e] =
|
3470
|
+
function Nt(e, ...t) {
|
3471
|
+
delete I[e], z.update((r) => (r[e] = Pr.all([r[e] || {}, ...t]), r));
|
3474
3472
|
}
|
3475
3473
|
X(
|
3476
3474
|
[z],
|
3477
3475
|
([e]) => Object.keys(e)
|
3478
3476
|
);
|
3479
|
-
z.subscribe((e) =>
|
3477
|
+
z.subscribe((e) => Re = e);
|
3480
3478
|
const oe = {};
|
3481
|
-
function
|
3479
|
+
function Sn(e, t) {
|
3482
3480
|
oe[e].delete(t), oe[e].size === 0 && delete oe[e];
|
3483
3481
|
}
|
3484
|
-
function
|
3482
|
+
function It(e) {
|
3485
3483
|
return oe[e];
|
3486
3484
|
}
|
3487
|
-
function
|
3485
|
+
function Pn(e) {
|
3488
3486
|
return ce(e).map((t) => {
|
3489
|
-
const r =
|
3487
|
+
const r = It(t);
|
3490
3488
|
return [t, r ? [...r] : []];
|
3491
3489
|
}).filter(([, t]) => t.length > 0);
|
3492
3490
|
}
|
@@ -3494,31 +3492,31 @@ function Ie(e) {
|
|
3494
3492
|
return e == null ? !1 : ce(e).some(
|
3495
3493
|
(t) => {
|
3496
3494
|
var r;
|
3497
|
-
return (r =
|
3495
|
+
return (r = It(t)) == null ? void 0 : r.size;
|
3498
3496
|
}
|
3499
3497
|
);
|
3500
3498
|
}
|
3501
|
-
function
|
3499
|
+
function On(e, t) {
|
3502
3500
|
return Promise.all(
|
3503
|
-
t.map((n) => (
|
3504
|
-
).then((n) =>
|
3501
|
+
t.map((n) => (Sn(e, n), n().then((i) => i.default || i)))
|
3502
|
+
).then((n) => Nt(e, ...n));
|
3505
3503
|
}
|
3506
3504
|
const Z = {};
|
3507
|
-
function
|
3505
|
+
function wt(e) {
|
3508
3506
|
if (!Ie(e))
|
3509
3507
|
return e in Z ? Z[e] : Promise.resolve();
|
3510
|
-
const t =
|
3508
|
+
const t = Pn(e);
|
3511
3509
|
return Z[e] = Promise.all(
|
3512
3510
|
t.map(
|
3513
|
-
([r, n]) =>
|
3511
|
+
([r, n]) => On(r, n)
|
3514
3512
|
)
|
3515
3513
|
).then(() => {
|
3516
3514
|
if (Ie(e))
|
3517
|
-
return
|
3515
|
+
return wt(e);
|
3518
3516
|
delete Z[e];
|
3519
3517
|
}), Z[e];
|
3520
3518
|
}
|
3521
|
-
const
|
3519
|
+
const Nn = {
|
3522
3520
|
number: {
|
3523
3521
|
scientific: { notation: "scientific" },
|
3524
3522
|
engineering: { notation: "engineering" },
|
@@ -3547,34 +3545,34 @@ const In = {
|
|
3547
3545
|
timeZoneName: "short"
|
3548
3546
|
}
|
3549
3547
|
}
|
3550
|
-
},
|
3548
|
+
}, In = {
|
3551
3549
|
fallbackLocale: null,
|
3552
3550
|
loadingDelay: 200,
|
3553
|
-
formats:
|
3551
|
+
formats: Nn,
|
3554
3552
|
warnOnMissingMessages: !0,
|
3555
3553
|
handleMissingMessage: void 0,
|
3556
3554
|
ignoreTag: !0
|
3557
|
-
},
|
3555
|
+
}, wn = In;
|
3558
3556
|
function k() {
|
3559
|
-
return
|
3557
|
+
return wn;
|
3560
3558
|
}
|
3561
3559
|
const _e = ue(!1);
|
3562
|
-
var
|
3560
|
+
var Ln = Object.defineProperty, Cn = Object.defineProperties, Mn = Object.getOwnPropertyDescriptors, et = Object.getOwnPropertySymbols, Rn = Object.prototype.hasOwnProperty, $n = Object.prototype.propertyIsEnumerable, tt = (e, t, r) => t in e ? Ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Un = (e, t) => {
|
3563
3561
|
for (var r in t || (t = {}))
|
3564
|
-
|
3565
|
-
if (
|
3566
|
-
for (var r of
|
3567
|
-
|
3562
|
+
Rn.call(t, r) && tt(e, r, t[r]);
|
3563
|
+
if (et)
|
3564
|
+
for (var r of et(t))
|
3565
|
+
$n.call(t, r) && tt(e, r, t[r]);
|
3568
3566
|
return e;
|
3569
|
-
},
|
3567
|
+
}, Gn = (e, t) => Cn(e, Mn(t));
|
3570
3568
|
let we;
|
3571
3569
|
const ae = ue(null);
|
3572
|
-
function
|
3570
|
+
function rt(e) {
|
3573
3571
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
3574
3572
|
}
|
3575
3573
|
function ce(e, t = k().fallbackLocale) {
|
3576
|
-
const r =
|
3577
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
3574
|
+
const r = rt(e);
|
3575
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...rt(t)])] : r;
|
3578
3576
|
}
|
3579
3577
|
function M() {
|
3580
3578
|
return we != null ? we : void 0;
|
@@ -3582,22 +3580,22 @@ function M() {
|
|
3582
3580
|
ae.subscribe((e) => {
|
3583
3581
|
we = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
3584
3582
|
});
|
3585
|
-
const
|
3586
|
-
if (e &&
|
3583
|
+
const Dn = (e) => {
|
3584
|
+
if (e && An(e) && Ie(e)) {
|
3587
3585
|
const { loadingDelay: t } = k();
|
3588
3586
|
let r;
|
3589
3587
|
return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
|
3590
3588
|
() => _e.set(!0),
|
3591
3589
|
t
|
3592
|
-
) : _e.set(!0),
|
3590
|
+
) : _e.set(!0), wt(e).then(() => {
|
3593
3591
|
ae.set(e);
|
3594
3592
|
}).finally(() => {
|
3595
3593
|
clearTimeout(r), _e.set(!1);
|
3596
3594
|
});
|
3597
3595
|
}
|
3598
3596
|
return ae.set(e);
|
3599
|
-
}, w =
|
3600
|
-
set:
|
3597
|
+
}, w = Gn(Un({}, ae), {
|
3598
|
+
set: Dn
|
3601
3599
|
}), pe = (e) => {
|
3602
3600
|
const t = /* @__PURE__ */ Object.create(null);
|
3603
3601
|
return (n) => {
|
@@ -3605,20 +3603,20 @@ const Fn = (e) => {
|
|
3605
3603
|
return i in t ? t[i] : t[i] = e(n);
|
3606
3604
|
};
|
3607
3605
|
};
|
3608
|
-
var
|
3606
|
+
var Fn = Object.defineProperty, he = Object.getOwnPropertySymbols, Lt = Object.prototype.hasOwnProperty, Ct = Object.prototype.propertyIsEnumerable, nt = (e, t, r) => t in e ? Fn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, $e = (e, t) => {
|
3609
3607
|
for (var r in t || (t = {}))
|
3610
|
-
|
3608
|
+
Lt.call(t, r) && nt(e, r, t[r]);
|
3611
3609
|
if (he)
|
3612
3610
|
for (var r of he(t))
|
3613
|
-
|
3611
|
+
Ct.call(t, r) && nt(e, r, t[r]);
|
3614
3612
|
return e;
|
3615
3613
|
}, W = (e, t) => {
|
3616
3614
|
var r = {};
|
3617
3615
|
for (var n in e)
|
3618
|
-
|
3616
|
+
Lt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
3619
3617
|
if (e != null && he)
|
3620
3618
|
for (var n of he(e))
|
3621
|
-
t.indexOf(n) < 0 &&
|
3619
|
+
t.indexOf(n) < 0 && Ct.call(e, n) && (r[n] = e[n]);
|
3622
3620
|
return r;
|
3623
3621
|
};
|
3624
3622
|
const K = (e, t) => {
|
@@ -3626,21 +3624,21 @@ const K = (e, t) => {
|
|
3626
3624
|
if (e in r && t in r[e])
|
3627
3625
|
return r[e][t];
|
3628
3626
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
3629
|
-
},
|
3627
|
+
}, jn = pe(
|
3630
3628
|
(e) => {
|
3631
3629
|
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
3632
3630
|
if (r == null)
|
3633
3631
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
3634
3632
|
return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
|
3635
3633
|
}
|
3636
|
-
),
|
3634
|
+
), Vn = pe(
|
3637
3635
|
(e) => {
|
3638
3636
|
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
3639
3637
|
if (r == null)
|
3640
3638
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
3641
3639
|
return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
|
3642
3640
|
}
|
3643
|
-
),
|
3641
|
+
), kn = pe(
|
3644
3642
|
(e) => {
|
3645
3643
|
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
3646
3644
|
if (r == null)
|
@@ -3649,33 +3647,33 @@ const K = (e, t) => {
|
|
3649
3647
|
);
|
3650
3648
|
return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
|
3651
3649
|
}
|
3652
|
-
),
|
3650
|
+
), Xn = (e = {}) => {
|
3653
3651
|
var t = e, {
|
3654
3652
|
locale: r = M()
|
3655
3653
|
} = t, n = W(t, [
|
3656
3654
|
"locale"
|
3657
3655
|
]);
|
3658
|
-
return
|
3659
|
-
},
|
3656
|
+
return jn($e({ locale: r }, n));
|
3657
|
+
}, zn = (e = {}) => {
|
3660
3658
|
var t = e, {
|
3661
3659
|
locale: r = M()
|
3662
3660
|
} = t, n = W(t, [
|
3663
3661
|
"locale"
|
3664
3662
|
]);
|
3665
|
-
return
|
3666
|
-
},
|
3663
|
+
return Vn($e({ locale: r }, n));
|
3664
|
+
}, Wn = (e = {}) => {
|
3667
3665
|
var t = e, {
|
3668
3666
|
locale: r = M()
|
3669
3667
|
} = t, n = W(t, [
|
3670
3668
|
"locale"
|
3671
3669
|
]);
|
3672
|
-
return
|
3673
|
-
},
|
3670
|
+
return kn($e({ locale: r }, n));
|
3671
|
+
}, Zn = pe(
|
3674
3672
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
3675
|
-
(e, t = M()) => new
|
3673
|
+
(e, t = M()) => new _n(e, t, k().formats, {
|
3676
3674
|
ignoreTag: k().ignoreTag
|
3677
3675
|
})
|
3678
|
-
),
|
3676
|
+
), Qn = (e, t = {}) => {
|
3679
3677
|
var r, n, i, s;
|
3680
3678
|
let o = t;
|
3681
3679
|
typeof e == "object" && (o = e, e = o.id);
|
@@ -3688,7 +3686,7 @@ const K = (e, t) => {
|
|
3688
3686
|
throw new Error(
|
3689
3687
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
3690
3688
|
);
|
3691
|
-
let l =
|
3689
|
+
let l = Pt(e, u);
|
3692
3690
|
if (!l)
|
3693
3691
|
l = (s = (i = (n = (r = k()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? i : h) != null ? s : e;
|
3694
3692
|
else if (typeof l != "string")
|
@@ -3699,7 +3697,7 @@ const K = (e, t) => {
|
|
3699
3697
|
return l;
|
3700
3698
|
let c = l;
|
3701
3699
|
try {
|
3702
|
-
c =
|
3700
|
+
c = Zn(l, u).format(a);
|
3703
3701
|
} catch (f) {
|
3704
3702
|
f instanceof Error && console.warn(
|
3705
3703
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
@@ -3707,23 +3705,23 @@ const K = (e, t) => {
|
|
3707
3705
|
);
|
3708
3706
|
}
|
3709
3707
|
return c;
|
3710
|
-
},
|
3708
|
+
}, Jn = (e, t) => Wn(t).format(e), qn = (e, t) => zn(t).format(e), Yn = (e, t) => Xn(t).format(e), Kn = (e, t = M()) => Pt(e, t), ei = X([w, z], () => Qn);
|
3709
|
+
X([w], () => Jn);
|
3711
3710
|
X([w], () => qn);
|
3712
3711
|
X([w], () => Yn);
|
3713
|
-
X([w], () => Kn);
|
3714
|
-
|
3715
|
-
function ri({ withLocale: e, translations: t }) {
|
3712
|
+
X([w, z], () => Kn);
|
3713
|
+
function ti({ withLocale: e, translations: t }) {
|
3716
3714
|
w.subscribe((r) => {
|
3717
3715
|
r == null && (z.set(t), w.set(e));
|
3718
3716
|
});
|
3719
3717
|
}
|
3720
|
-
function
|
3721
|
-
|
3718
|
+
function it(e, t) {
|
3719
|
+
Nt(e, t);
|
3722
3720
|
}
|
3723
|
-
function
|
3721
|
+
function ri(e) {
|
3724
3722
|
w.set(e);
|
3725
3723
|
}
|
3726
|
-
const
|
3724
|
+
const st = {
|
3727
3725
|
en: {
|
3728
3726
|
bets: "bets"
|
3729
3727
|
},
|
@@ -3749,25 +3747,25 @@ const at = {
|
|
3749
3747
|
bets: "bets"
|
3750
3748
|
}
|
3751
3749
|
};
|
3752
|
-
function
|
3753
|
-
|
3750
|
+
function ni(e) {
|
3751
|
+
zt(e, "svelte-6dosur", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}');
|
3754
3752
|
}
|
3755
|
-
function
|
3753
|
+
function ii(e) {
|
3756
3754
|
let t, r, n, i, s;
|
3757
3755
|
return {
|
3758
3756
|
c() {
|
3759
|
-
t = Q("div"), r = Q("div"), n = Q("span"), i =
|
3757
|
+
t = Q("div"), r = Q("div"), n = Q("span"), i = Qt(
|
3760
3758
|
/*progressText*/
|
3761
3759
|
e[3]
|
3762
3760
|
), C(n, "part", "progressText"), C(r, "class", s = "stepBar " + /*curTatus*/
|
3763
3761
|
e[4]), C(r, "part", "stepBar"), C(t, "class", "general-icon-progress-bar"), C(t, "part", "totalBar");
|
3764
3762
|
},
|
3765
3763
|
m(o, a) {
|
3766
|
-
|
3764
|
+
ut(o, t, a), ne(t, r), ne(r, n), ne(n, i), e[13](n), e[14](r), e[15](t);
|
3767
3765
|
},
|
3768
3766
|
p(o, [a]) {
|
3769
3767
|
a & /*progressText*/
|
3770
|
-
8 &&
|
3768
|
+
8 && qt(
|
3771
3769
|
i,
|
3772
3770
|
/*progressText*/
|
3773
3771
|
o[3]
|
@@ -3782,25 +3780,25 @@ function si(e) {
|
|
3782
3780
|
}
|
3783
3781
|
};
|
3784
3782
|
}
|
3785
|
-
function
|
3783
|
+
function si(e, t, r) {
|
3786
3784
|
let n;
|
3787
|
-
|
3785
|
+
Xt(e, ei, (p) => r(20, n = p));
|
3788
3786
|
let { currentstep: i = 0 } = t, { total: s = 1 } = t, { showaspercent: o } = t, { lang: a = "en" } = t, { status: u } = t, { translationurl: h = "" } = t, { progressfractiondigit: l = 1 } = t, { triggerreset: c } = t, f, x, g, y, H, A, S, v = "0px", N = "active";
|
3789
|
-
|
3787
|
+
ti({ withLocale: "en", translations: {} });
|
3790
3788
|
const O = () => {
|
3791
3789
|
fetch(h).then((L) => L.json()).then((L) => {
|
3792
|
-
Object.keys(L).forEach((
|
3793
|
-
|
3790
|
+
Object.keys(L).forEach((Ue) => {
|
3791
|
+
it(Ue, L[Ue]);
|
3794
3792
|
});
|
3795
3793
|
}).catch((L) => {
|
3796
3794
|
console.log(L);
|
3797
3795
|
});
|
3798
3796
|
};
|
3799
|
-
Object.keys(
|
3800
|
-
|
3797
|
+
Object.keys(st).forEach((p) => {
|
3798
|
+
it(p, st[p]);
|
3801
3799
|
});
|
3802
3800
|
const R = () => {
|
3803
|
-
|
3801
|
+
ri(a);
|
3804
3802
|
}, te = () => {
|
3805
3803
|
let p = (i / s * 100).toFixed(l);
|
3806
3804
|
setTimeout(
|
@@ -3809,20 +3807,20 @@ function oi(e, t, r) {
|
|
3809
3807
|
},
|
3810
3808
|
y ? 573 : 0
|
3811
3809
|
), p == 0 || p == 100 ? (A = "0px", S = "0px", v = p == 100 ? "3px" : "0px") : (A = `${f.offsetHeight}px`, H = A, S = `${f.offsetHeight / 3}px`, v = "0px"), x.style.setProperty("--parentElementHeight", H), g.style.setProperty("--currentStep", p + "%"), g.style.setProperty("--triangleHeight", A), g.style.setProperty("--halfOfTriangleHeight", S), g.style.setProperty("--stepBarBorderRadius", v);
|
3812
|
-
},
|
3810
|
+
}, Mt = () => {
|
3813
3811
|
r(4, N = u == "active" ? "" : "inactive");
|
3814
3812
|
};
|
3815
|
-
function
|
3813
|
+
function Rt(p) {
|
3816
3814
|
q[p ? "unshift" : "push"](() => {
|
3817
3815
|
x = p, r(1, x);
|
3818
3816
|
});
|
3819
3817
|
}
|
3820
|
-
function
|
3818
|
+
function $t(p) {
|
3821
3819
|
q[p ? "unshift" : "push"](() => {
|
3822
3820
|
g = p, r(2, g);
|
3823
3821
|
});
|
3824
3822
|
}
|
3825
|
-
function
|
3823
|
+
function Ut(p) {
|
3826
3824
|
q[p ? "unshift" : "push"](() => {
|
3827
3825
|
f = p, r(0, f);
|
3828
3826
|
});
|
@@ -3835,7 +3833,7 @@ function oi(e, t, r) {
|
|
3835
3833
|
te();
|
3836
3834
|
}), e.$$.dirty & /*lang*/
|
3837
3835
|
256 && a && R(), e.$$.dirty & /*status*/
|
3838
|
-
512 && u &&
|
3836
|
+
512 && u && Mt(), e.$$.dirty & /*translationurl*/
|
3839
3837
|
1024 && h && O();
|
3840
3838
|
}, [
|
3841
3839
|
f,
|
@@ -3851,19 +3849,19 @@ function oi(e, t, r) {
|
|
3851
3849
|
h,
|
3852
3850
|
l,
|
3853
3851
|
c,
|
3854
|
-
|
3855
|
-
|
3856
|
-
|
3852
|
+
Rt,
|
3853
|
+
$t,
|
3854
|
+
Ut
|
3857
3855
|
];
|
3858
3856
|
}
|
3859
|
-
class
|
3857
|
+
class oi extends lr {
|
3860
3858
|
constructor(t) {
|
3861
|
-
super(),
|
3859
|
+
super(), hr(
|
3862
3860
|
this,
|
3863
3861
|
t,
|
3864
|
-
oi,
|
3865
3862
|
si,
|
3866
|
-
|
3863
|
+
ii,
|
3864
|
+
at,
|
3867
3865
|
{
|
3868
3866
|
currentstep: 5,
|
3869
3867
|
total: 6,
|
@@ -3874,7 +3872,7 @@ class ai extends cr {
|
|
3874
3872
|
progressfractiondigit: 11,
|
3875
3873
|
triggerreset: 12
|
3876
3874
|
},
|
3877
|
-
|
3875
|
+
ni
|
3878
3876
|
);
|
3879
3877
|
}
|
3880
3878
|
get currentstep() {
|
@@ -3926,7 +3924,7 @@ class ai extends cr {
|
|
3926
3924
|
this.$$set({ triggerreset: t }), P();
|
3927
3925
|
}
|
3928
3926
|
}
|
3929
|
-
|
3927
|
+
ur(oi, { currentstep: {}, total: {}, showaspercent: {}, lang: {}, status: {}, translationurl: {}, progressfractiondigit: {}, triggerreset: {} }, [], [], !0);
|
3930
3928
|
export {
|
3931
|
-
|
3929
|
+
oi as default
|
3932
3930
|
};
|