@everymatrix/casino-sort 1.86.4 → 1.86.6
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/{CasinoSort-BADl-v9A.js → CasinoSort-B6Q4IW6U.js} +683 -679
- package/components/CasinoSort-CBO6dfMj.cjs +3 -0
- package/components/{CasinoSort-D5KS311Q.js → CasinoSort-CG1_pDDV.js} +634 -630
- package/es2015/casino-sort.cjs +1 -1
- package/es2015/casino-sort.js +1 -1
- package/esnext/casino-sort.js +1 -1
- package/package.json +1 -1
- package/components/CasinoSort-BAsq8D6d.cjs +0 -16
|
@@ -6,10 +6,10 @@ function vt(e) {
|
|
|
6
6
|
function Ke() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function ce(e) {
|
|
10
10
|
e.forEach(vt);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function We(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
15
|
function Et(e, t) {
|
|
@@ -30,13 +30,13 @@ function _t(e, ...t) {
|
|
|
30
30
|
function Qt(e, t, r) {
|
|
31
31
|
e.$$.on_destroy.push(_t(t, r));
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function x(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
36
|
function qt(e, t, r) {
|
|
37
37
|
const n = Yt(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
|
-
const i =
|
|
39
|
+
const i = H("style");
|
|
40
40
|
i.id = t, i.textContent = r, Kt(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -51,38 +51,38 @@ function Yt(e) {
|
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
53
|
function Kt(e, t) {
|
|
54
|
-
return
|
|
54
|
+
return x(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Ee(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function fe(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
66
|
function er(e, t) {
|
|
67
67
|
for (let r = 0; r < e.length; r += 1)
|
|
68
68
|
e[r] && e[r].d(t);
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function H(e) {
|
|
71
71
|
return document.createElement(e);
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function k(e) {
|
|
74
74
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function Me(e) {
|
|
77
77
|
return document.createTextNode(e);
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
return
|
|
79
|
+
function V() {
|
|
80
|
+
return Me(" ");
|
|
81
81
|
}
|
|
82
82
|
function St(e, t, r, n) {
|
|
83
83
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function p(e, t, r) {
|
|
86
86
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
87
87
|
}
|
|
88
88
|
function tr(e) {
|
|
@@ -101,91 +101,91 @@ function rr(e) {
|
|
|
101
101
|
}
|
|
102
102
|
), t;
|
|
103
103
|
}
|
|
104
|
-
let
|
|
105
|
-
function
|
|
106
|
-
|
|
104
|
+
let ue;
|
|
105
|
+
function ae(e) {
|
|
106
|
+
ue = e;
|
|
107
107
|
}
|
|
108
108
|
function nr() {
|
|
109
|
-
if (!
|
|
109
|
+
if (!ue)
|
|
110
110
|
throw new Error("Function called outside component initialization");
|
|
111
|
-
return
|
|
111
|
+
return ue;
|
|
112
112
|
}
|
|
113
113
|
function ir(e) {
|
|
114
114
|
nr().$$.on_mount.push(e);
|
|
115
115
|
}
|
|
116
|
-
const Q = [],
|
|
116
|
+
const Q = [], Re = [];
|
|
117
117
|
let q = [];
|
|
118
118
|
const tt = [], or = /* @__PURE__ */ Promise.resolve();
|
|
119
|
-
let
|
|
119
|
+
let $e = !1;
|
|
120
120
|
function sr() {
|
|
121
|
-
|
|
121
|
+
$e || ($e = !0, or.then(G));
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function De(e) {
|
|
124
124
|
q.push(e);
|
|
125
125
|
}
|
|
126
|
-
const
|
|
126
|
+
const Be = /* @__PURE__ */ new Set();
|
|
127
127
|
let W = 0;
|
|
128
|
-
function
|
|
128
|
+
function G() {
|
|
129
129
|
if (W !== 0)
|
|
130
130
|
return;
|
|
131
|
-
const e =
|
|
131
|
+
const e = ue;
|
|
132
132
|
do {
|
|
133
133
|
try {
|
|
134
134
|
for (; W < Q.length; ) {
|
|
135
135
|
const t = Q[W];
|
|
136
|
-
W++,
|
|
136
|
+
W++, ae(t), ar(t.$$);
|
|
137
137
|
}
|
|
138
138
|
} catch (t) {
|
|
139
139
|
throw Q.length = 0, W = 0, t;
|
|
140
140
|
}
|
|
141
|
-
for (
|
|
142
|
-
|
|
141
|
+
for (ae(null), Q.length = 0, W = 0; Re.length; )
|
|
142
|
+
Re.pop()();
|
|
143
143
|
for (let t = 0; t < q.length; t += 1) {
|
|
144
144
|
const r = q[t];
|
|
145
|
-
|
|
145
|
+
Be.has(r) || (Be.add(r), r());
|
|
146
146
|
}
|
|
147
147
|
q.length = 0;
|
|
148
148
|
} while (Q.length);
|
|
149
149
|
for (; tt.length; )
|
|
150
150
|
tt.pop()();
|
|
151
|
-
|
|
151
|
+
$e = !1, Be.clear(), ae(e);
|
|
152
152
|
}
|
|
153
153
|
function ar(e) {
|
|
154
154
|
if (e.fragment !== null) {
|
|
155
|
-
e.update(),
|
|
155
|
+
e.update(), ce(e.before_update);
|
|
156
156
|
const t = e.dirty;
|
|
157
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
157
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(De);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function ur(e) {
|
|
161
161
|
const t = [], r = [];
|
|
162
162
|
q.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), q = t;
|
|
163
163
|
}
|
|
164
|
-
const
|
|
164
|
+
const lr = /* @__PURE__ */ new Set();
|
|
165
165
|
function hr(e, t) {
|
|
166
|
-
e && e.i && (
|
|
166
|
+
e && e.i && (lr.delete(e), e.i(t));
|
|
167
167
|
}
|
|
168
168
|
function rt(e) {
|
|
169
169
|
return e?.length !== void 0 ? e : Array.from(e);
|
|
170
170
|
}
|
|
171
171
|
function cr(e, t, r) {
|
|
172
172
|
const { fragment: n, after_update: i } = e.$$;
|
|
173
|
-
n && n.m(t, r),
|
|
174
|
-
const o = e.$$.on_mount.map(vt).filter(
|
|
175
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...o) :
|
|
176
|
-
}), i.forEach(
|
|
173
|
+
n && n.m(t, r), De(() => {
|
|
174
|
+
const o = e.$$.on_mount.map(vt).filter(We);
|
|
175
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ce(o), e.$$.on_mount = [];
|
|
176
|
+
}), i.forEach(De);
|
|
177
177
|
}
|
|
178
178
|
function fr(e, t) {
|
|
179
179
|
const r = e.$$;
|
|
180
|
-
r.fragment !== null && (
|
|
180
|
+
r.fragment !== null && (ur(r.after_update), ce(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
181
181
|
}
|
|
182
|
-
function
|
|
182
|
+
function pr(e, t) {
|
|
183
183
|
e.$$.dirty[0] === -1 && (Q.push(e), sr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
const h =
|
|
187
|
-
|
|
188
|
-
const
|
|
185
|
+
function mr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
186
|
+
const h = ue;
|
|
187
|
+
ae(e);
|
|
188
|
+
const u = e.$$ = {
|
|
189
189
|
fragment: null,
|
|
190
190
|
ctx: [],
|
|
191
191
|
// state
|
|
@@ -206,20 +206,20 @@ function pr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
206
206
|
skip_bound: !1,
|
|
207
207
|
root: t.target || h.$$.root
|
|
208
208
|
};
|
|
209
|
-
s && s(
|
|
210
|
-
let
|
|
211
|
-
if (
|
|
212
|
-
const
|
|
213
|
-
return
|
|
214
|
-
}) : [],
|
|
209
|
+
s && s(u.root);
|
|
210
|
+
let l = !1;
|
|
211
|
+
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
|
|
212
|
+
const b = m.length ? m[0] : f;
|
|
213
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = b) && (!u.skip_bound && u.bound[c] && u.bound[c](b), l && pr(e, c)), f;
|
|
214
|
+
}) : [], u.update(), l = !0, ce(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
215
215
|
if (t.hydrate) {
|
|
216
216
|
const c = tr(t.target);
|
|
217
|
-
|
|
217
|
+
u.fragment && u.fragment.l(c), c.forEach(fe);
|
|
218
218
|
} else
|
|
219
|
-
|
|
220
|
-
t.intro && hr(e.$$.fragment), cr(e, t.target, t.anchor),
|
|
219
|
+
u.fragment && u.fragment.c();
|
|
220
|
+
t.intro && hr(e.$$.fragment), cr(e, t.target, t.anchor), G();
|
|
221
221
|
}
|
|
222
|
-
|
|
222
|
+
ae(h);
|
|
223
223
|
}
|
|
224
224
|
let wt;
|
|
225
225
|
typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
@@ -264,17 +264,17 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
264
264
|
let o;
|
|
265
265
|
return {
|
|
266
266
|
c: function() {
|
|
267
|
-
o =
|
|
267
|
+
o = H("slot"), i !== "default" && p(o, "name", i);
|
|
268
268
|
},
|
|
269
269
|
/**
|
|
270
270
|
* @param {HTMLElement} target
|
|
271
271
|
* @param {HTMLElement} [anchor]
|
|
272
272
|
*/
|
|
273
|
-
m: function(h,
|
|
274
|
-
|
|
273
|
+
m: function(h, u) {
|
|
274
|
+
Ee(h, o, u);
|
|
275
275
|
},
|
|
276
276
|
d: function(h) {
|
|
277
|
-
h &&
|
|
277
|
+
h && fe(o);
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
};
|
|
@@ -286,7 +286,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
286
286
|
i in r && (t[i] = [e(i)]);
|
|
287
287
|
for (const i of this.attributes) {
|
|
288
288
|
const o = this.$$g_p(i.name);
|
|
289
|
-
o in this.$$d || (this.$$d[o] =
|
|
289
|
+
o in this.$$d || (this.$$d[o] = de(o, i.value, this.$$p_d, "toProp"));
|
|
290
290
|
}
|
|
291
291
|
for (const i in this.$$p_d)
|
|
292
292
|
!(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
|
|
@@ -304,7 +304,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
304
304
|
this.$$r = !0;
|
|
305
305
|
for (const i in this.$$p_d)
|
|
306
306
|
if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
|
|
307
|
-
const o =
|
|
307
|
+
const o = de(
|
|
308
308
|
i,
|
|
309
309
|
this.$$d[i],
|
|
310
310
|
this.$$p_d,
|
|
@@ -326,7 +326,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
326
326
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
327
327
|
// and setting attributes through setAttribute etc, this is helpful
|
|
328
328
|
attributeChangedCallback(e, t, r) {
|
|
329
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
|
329
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = de(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
|
|
330
330
|
}
|
|
331
331
|
disconnectedCallback() {
|
|
332
332
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -339,7 +339,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
339
339
|
) || e;
|
|
340
340
|
}
|
|
341
341
|
});
|
|
342
|
-
function
|
|
342
|
+
function de(e, t, r, n) {
|
|
343
343
|
const i = r[e]?.type;
|
|
344
344
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
345
345
|
return t;
|
|
@@ -385,7 +385,7 @@ function dr(e, t, r, n, i, o) {
|
|
|
385
385
|
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
|
386
386
|
},
|
|
387
387
|
set(h) {
|
|
388
|
-
h =
|
|
388
|
+
h = de(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
|
|
389
389
|
}
|
|
390
390
|
});
|
|
391
391
|
}), n.forEach((a) => {
|
|
@@ -425,7 +425,7 @@ class br {
|
|
|
425
425
|
* @returns {() => void}
|
|
426
426
|
*/
|
|
427
427
|
$on(t, r) {
|
|
428
|
-
if (!
|
|
428
|
+
if (!We(r))
|
|
429
429
|
return $;
|
|
430
430
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
431
431
|
return n.push(r), () => {
|
|
@@ -471,20 +471,20 @@ function vr(e, t, r) {
|
|
|
471
471
|
const J = [];
|
|
472
472
|
function Er(e, t) {
|
|
473
473
|
return {
|
|
474
|
-
subscribe:
|
|
474
|
+
subscribe: _e(e, t).subscribe
|
|
475
475
|
};
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function _e(e, t = $) {
|
|
478
478
|
let r;
|
|
479
479
|
const n = /* @__PURE__ */ new Set();
|
|
480
480
|
function i(a) {
|
|
481
481
|
if (Et(e, a) && (e = a, r)) {
|
|
482
482
|
const h = !J.length;
|
|
483
|
-
for (const
|
|
484
|
-
|
|
483
|
+
for (const u of n)
|
|
484
|
+
u[1](), J.push(u, e);
|
|
485
485
|
if (h) {
|
|
486
|
-
for (let
|
|
487
|
-
J[
|
|
486
|
+
for (let u = 0; u < J.length; u += 2)
|
|
487
|
+
J[u][0](J[u + 1]);
|
|
488
488
|
J.length = 0;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
@@ -493,9 +493,9 @@ function ve(e, t = $) {
|
|
|
493
493
|
i(a(e));
|
|
494
494
|
}
|
|
495
495
|
function s(a, h = $) {
|
|
496
|
-
const
|
|
497
|
-
return n.add(
|
|
498
|
-
n.delete(
|
|
496
|
+
const u = [a, h];
|
|
497
|
+
return n.add(u), n.size === 1 && (r = t(i, o) || $), a(e), () => {
|
|
498
|
+
n.delete(u), n.size === 0 && r && (r(), r = null);
|
|
499
499
|
};
|
|
500
500
|
}
|
|
501
501
|
return { set: i, update: o, subscribe: s };
|
|
@@ -507,27 +507,27 @@ function re(e, t, r) {
|
|
|
507
507
|
const o = t.length < 2;
|
|
508
508
|
return Er(r, (s, a) => {
|
|
509
509
|
let h = !1;
|
|
510
|
-
const
|
|
511
|
-
let
|
|
510
|
+
const u = [];
|
|
511
|
+
let l = 0, c = $;
|
|
512
512
|
const f = () => {
|
|
513
|
-
if (
|
|
513
|
+
if (l)
|
|
514
514
|
return;
|
|
515
515
|
c();
|
|
516
|
-
const
|
|
517
|
-
o ? s(
|
|
518
|
-
},
|
|
519
|
-
(
|
|
520
|
-
|
|
521
|
-
(
|
|
522
|
-
|
|
516
|
+
const b = t(n ? u[0] : u, s, a);
|
|
517
|
+
o ? s(b) : c = We(b) ? b : $;
|
|
518
|
+
}, m = i.map(
|
|
519
|
+
(b, S) => _t(
|
|
520
|
+
b,
|
|
521
|
+
(w) => {
|
|
522
|
+
u[S] = w, l &= ~(1 << S), h && f();
|
|
523
523
|
},
|
|
524
524
|
() => {
|
|
525
|
-
|
|
525
|
+
l |= 1 << S;
|
|
526
526
|
}
|
|
527
527
|
)
|
|
528
528
|
);
|
|
529
529
|
return h = !0, f(), function() {
|
|
530
|
-
|
|
530
|
+
ce(m), c(), h = !1;
|
|
531
531
|
};
|
|
532
532
|
});
|
|
533
533
|
}
|
|
@@ -554,12 +554,12 @@ function Nr(e) {
|
|
|
554
554
|
function le(e, t) {
|
|
555
555
|
return t.clone !== !1 && t.isMergeableObject(e) ? Y(Nr(e), e, t) : e;
|
|
556
556
|
}
|
|
557
|
-
function
|
|
557
|
+
function Or(e, t, r) {
|
|
558
558
|
return e.concat(t).map(function(n) {
|
|
559
559
|
return le(n, r);
|
|
560
560
|
});
|
|
561
561
|
}
|
|
562
|
-
function
|
|
562
|
+
function Pr(e, t) {
|
|
563
563
|
if (!t.customMerge)
|
|
564
564
|
return Y;
|
|
565
565
|
var r = t.customMerge(e);
|
|
@@ -588,11 +588,11 @@ function Cr(e, t, r) {
|
|
|
588
588
|
return r.isMergeableObject(e) && nt(e).forEach(function(i) {
|
|
589
589
|
n[i] = le(e[i], r);
|
|
590
590
|
}), nt(t).forEach(function(i) {
|
|
591
|
-
Lr(e, i) || (Ht(e, i) && r.isMergeableObject(t[i]) ? n[i] =
|
|
591
|
+
Lr(e, i) || (Ht(e, i) && r.isMergeableObject(t[i]) ? n[i] = Pr(i, r)(e[i], t[i], r) : n[i] = le(t[i], r));
|
|
592
592
|
}), n;
|
|
593
593
|
}
|
|
594
594
|
function Y(e, t, r) {
|
|
595
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
595
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Or, r.isMergeableObject = r.isMergeableObject || Sr, r.cloneUnlessOtherwiseSpecified = le;
|
|
596
596
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
597
597
|
return o ? n ? r.arrayMerge(e, t, r) : Cr(e, t, r) : le(t, r);
|
|
598
598
|
}
|
|
@@ -605,46 +605,32 @@ Y.all = function(t, r) {
|
|
|
605
605
|
};
|
|
606
606
|
var Mr = Y, Rr = Mr;
|
|
607
607
|
const $r = /* @__PURE__ */ _r(Rr);
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
612
|
-
purpose with or without fee is hereby granted.
|
|
613
|
-
|
|
614
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
615
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
616
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
617
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
618
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
619
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
620
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
621
|
-
***************************************************************************** */
|
|
622
|
-
var $e = function(e, t) {
|
|
623
|
-
return $e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
608
|
+
var Ue = function(e, t) {
|
|
609
|
+
return Ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
624
610
|
r.__proto__ = n;
|
|
625
611
|
} || function(r, n) {
|
|
626
612
|
for (var i in n)
|
|
627
613
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
628
|
-
},
|
|
614
|
+
}, Ue(e, t);
|
|
629
615
|
};
|
|
630
|
-
function
|
|
616
|
+
function Se(e, t) {
|
|
631
617
|
if (typeof t != "function" && t !== null)
|
|
632
618
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
633
|
-
|
|
619
|
+
Ue(e, t);
|
|
634
620
|
function r() {
|
|
635
621
|
this.constructor = e;
|
|
636
622
|
}
|
|
637
623
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
638
624
|
}
|
|
639
|
-
var
|
|
640
|
-
return
|
|
625
|
+
var D = function() {
|
|
626
|
+
return D = Object.assign || function(t) {
|
|
641
627
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
642
628
|
r = arguments[n];
|
|
643
629
|
for (var o in r)
|
|
644
630
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
645
631
|
}
|
|
646
632
|
return t;
|
|
647
|
-
},
|
|
633
|
+
}, D.apply(this, arguments);
|
|
648
634
|
};
|
|
649
635
|
function Dr(e, t) {
|
|
650
636
|
var r = {};
|
|
@@ -655,14 +641,14 @@ function Dr(e, t) {
|
|
|
655
641
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
656
642
|
return r;
|
|
657
643
|
}
|
|
658
|
-
function
|
|
659
|
-
if (arguments.length === 2)
|
|
644
|
+
function Ne(e, t, r) {
|
|
645
|
+
if (r || arguments.length === 2)
|
|
660
646
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
661
647
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
662
|
-
return e.concat(o || t);
|
|
648
|
+
return e.concat(o || Array.prototype.slice.call(t));
|
|
663
649
|
}
|
|
664
|
-
function
|
|
665
|
-
var r = t && t.cache ? t.cache :
|
|
650
|
+
function Oe(e, t) {
|
|
651
|
+
var r = t && t.cache ? t.cache : zr, n = t && t.serializer ? t.serializer : kr, i = t && t.strategy ? t.strategy : Gr;
|
|
666
652
|
return i(e, {
|
|
667
653
|
cache: r,
|
|
668
654
|
serializer: n
|
|
@@ -671,95 +657,103 @@ function Be(e, t) {
|
|
|
671
657
|
function Ur(e) {
|
|
672
658
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
673
659
|
}
|
|
674
|
-
function
|
|
660
|
+
function Fr(e, t, r, n) {
|
|
675
661
|
var i = Ur(n) ? n : r(n), o = t.get(i);
|
|
676
662
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
677
663
|
}
|
|
678
|
-
function
|
|
664
|
+
function At(e, t, r) {
|
|
679
665
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
680
666
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
681
667
|
}
|
|
682
|
-
function
|
|
668
|
+
function Tt(e, t, r, n, i) {
|
|
683
669
|
return r.bind(t, e, n, i);
|
|
684
670
|
}
|
|
685
|
-
function Fr(e, t) {
|
|
686
|
-
var r = e.length === 1 ? At : Tt;
|
|
687
|
-
return Ze(e, this, r, t.cache.create(), t.serializer);
|
|
688
|
-
}
|
|
689
671
|
function Gr(e, t) {
|
|
690
|
-
|
|
672
|
+
var r = e.length === 1 ? Fr : At;
|
|
673
|
+
return Tt(e, this, r, t.cache.create(), t.serializer);
|
|
691
674
|
}
|
|
692
675
|
function jr(e, t) {
|
|
693
|
-
return
|
|
676
|
+
return Tt(e, this, At, t.cache.create(), t.serializer);
|
|
694
677
|
}
|
|
695
678
|
var kr = function() {
|
|
696
679
|
return JSON.stringify(arguments);
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
680
|
+
}, Vr = (
|
|
681
|
+
/** @class */
|
|
682
|
+
function() {
|
|
683
|
+
function e() {
|
|
684
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
685
|
+
}
|
|
686
|
+
return e.prototype.get = function(t) {
|
|
687
|
+
return this.cache[t];
|
|
688
|
+
}, e.prototype.set = function(t, r) {
|
|
689
|
+
this.cache[t] = r;
|
|
690
|
+
}, e;
|
|
691
|
+
}()
|
|
692
|
+
), zr = {
|
|
708
693
|
create: function() {
|
|
709
|
-
return new
|
|
694
|
+
return new Vr();
|
|
710
695
|
}
|
|
711
|
-
},
|
|
712
|
-
variadic:
|
|
713
|
-
|
|
714
|
-
|
|
696
|
+
}, Pe = {
|
|
697
|
+
variadic: jr
|
|
698
|
+
}, ye = function() {
|
|
699
|
+
return ye = Object.assign || function(t) {
|
|
700
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
701
|
+
r = arguments[n];
|
|
702
|
+
for (var o in r)
|
|
703
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
704
|
+
}
|
|
705
|
+
return t;
|
|
706
|
+
}, ye.apply(this, arguments);
|
|
707
|
+
};
|
|
708
|
+
var g;
|
|
715
709
|
(function(e) {
|
|
716
710
|
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";
|
|
717
|
-
})(
|
|
718
|
-
var
|
|
711
|
+
})(g || (g = {}));
|
|
712
|
+
var v;
|
|
719
713
|
(function(e) {
|
|
720
714
|
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";
|
|
721
|
-
})(
|
|
715
|
+
})(v || (v = {}));
|
|
722
716
|
var K;
|
|
723
717
|
(function(e) {
|
|
724
718
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
725
719
|
})(K || (K = {}));
|
|
726
720
|
function it(e) {
|
|
727
|
-
return e.type ===
|
|
721
|
+
return e.type === v.literal;
|
|
728
722
|
}
|
|
729
|
-
function
|
|
730
|
-
return e.type ===
|
|
723
|
+
function Xr(e) {
|
|
724
|
+
return e.type === v.argument;
|
|
731
725
|
}
|
|
732
726
|
function Bt(e) {
|
|
733
|
-
return e.type ===
|
|
727
|
+
return e.type === v.number;
|
|
734
728
|
}
|
|
735
729
|
function Nt(e) {
|
|
736
|
-
return e.type ===
|
|
737
|
-
}
|
|
738
|
-
function Pt(e) {
|
|
739
|
-
return e.type === _.time;
|
|
730
|
+
return e.type === v.date;
|
|
740
731
|
}
|
|
741
732
|
function Ot(e) {
|
|
742
|
-
return e.type ===
|
|
733
|
+
return e.type === v.time;
|
|
734
|
+
}
|
|
735
|
+
function Pt(e) {
|
|
736
|
+
return e.type === v.select;
|
|
743
737
|
}
|
|
744
738
|
function It(e) {
|
|
745
|
-
return e.type ===
|
|
739
|
+
return e.type === v.plural;
|
|
746
740
|
}
|
|
747
|
-
function
|
|
748
|
-
return e.type ===
|
|
741
|
+
function Zr(e) {
|
|
742
|
+
return e.type === v.pound;
|
|
749
743
|
}
|
|
750
744
|
function Lt(e) {
|
|
751
|
-
return e.type ===
|
|
745
|
+
return e.type === v.tag;
|
|
752
746
|
}
|
|
753
747
|
function Ct(e) {
|
|
754
748
|
return !!(e && typeof e == "object" && e.type === K.number);
|
|
755
749
|
}
|
|
756
|
-
function
|
|
750
|
+
function Fe(e) {
|
|
757
751
|
return !!(e && typeof e == "object" && e.type === K.dateTime);
|
|
758
752
|
}
|
|
759
|
-
var Mt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
760
|
-
function
|
|
753
|
+
var Mt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Wr = /(?:[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;
|
|
754
|
+
function Jr(e) {
|
|
761
755
|
var t = {};
|
|
762
|
-
return e.replace(
|
|
756
|
+
return e.replace(Wr, function(r) {
|
|
763
757
|
var n = r.length;
|
|
764
758
|
switch (r[0]) {
|
|
765
759
|
case "G":
|
|
@@ -848,18 +842,28 @@ function Wr(e) {
|
|
|
848
842
|
return "";
|
|
849
843
|
}), t;
|
|
850
844
|
}
|
|
851
|
-
var
|
|
852
|
-
function
|
|
845
|
+
var _ = function() {
|
|
846
|
+
return _ = Object.assign || function(t) {
|
|
847
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
848
|
+
r = arguments[n];
|
|
849
|
+
for (var o in r)
|
|
850
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
851
|
+
}
|
|
852
|
+
return t;
|
|
853
|
+
}, _.apply(this, arguments);
|
|
854
|
+
};
|
|
855
|
+
var Qr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
856
|
+
function qr(e) {
|
|
853
857
|
if (e.length === 0)
|
|
854
858
|
throw new Error("Number skeleton cannot be empty");
|
|
855
|
-
for (var t = e.split(
|
|
859
|
+
for (var t = e.split(Qr).filter(function(f) {
|
|
856
860
|
return f.length > 0;
|
|
857
861
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
858
862
|
var o = i[n], s = o.split("/");
|
|
859
863
|
if (s.length === 0)
|
|
860
864
|
throw new Error("Invalid number skeleton");
|
|
861
|
-
for (var a = s[0], h = s.slice(1),
|
|
862
|
-
var c = u
|
|
865
|
+
for (var a = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
|
|
866
|
+
var c = l[u];
|
|
863
867
|
if (c.length === 0)
|
|
864
868
|
throw new Error("Invalid number skeleton");
|
|
865
869
|
}
|
|
@@ -867,10 +871,10 @@ function Qr(e) {
|
|
|
867
871
|
}
|
|
868
872
|
return r;
|
|
869
873
|
}
|
|
870
|
-
function
|
|
874
|
+
function Yr(e) {
|
|
871
875
|
return e.replace(/^(.*?)-/, "");
|
|
872
876
|
}
|
|
873
|
-
var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rt = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
877
|
+
var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rt = /^(@+)?(\+|#+)?[rs]?$/g, Kr = /(\*)(0+)|(#+)(0+)|(0+)/g, $t = /^(0+)$/;
|
|
874
878
|
function st(e) {
|
|
875
879
|
var t = {};
|
|
876
880
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rt, function(r, n, i) {
|
|
@@ -917,7 +921,7 @@ function Dt(e) {
|
|
|
917
921
|
};
|
|
918
922
|
}
|
|
919
923
|
}
|
|
920
|
-
function
|
|
924
|
+
function en(e) {
|
|
921
925
|
var t;
|
|
922
926
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
923
927
|
notation: "engineering"
|
|
@@ -935,7 +939,7 @@ function at(e) {
|
|
|
935
939
|
var t = {}, r = Dt(e);
|
|
936
940
|
return r || t;
|
|
937
941
|
}
|
|
938
|
-
function
|
|
942
|
+
function tn(e) {
|
|
939
943
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
940
944
|
var i = n[r];
|
|
941
945
|
switch (i.stem) {
|
|
@@ -959,7 +963,7 @@ function en(e) {
|
|
|
959
963
|
continue;
|
|
960
964
|
case "measure-unit":
|
|
961
965
|
case "unit":
|
|
962
|
-
t.style = "unit", t.unit =
|
|
966
|
+
t.style = "unit", t.unit = Yr(i.options[0]);
|
|
963
967
|
continue;
|
|
964
968
|
case "compact-short":
|
|
965
969
|
case "K":
|
|
@@ -970,13 +974,13 @@ function en(e) {
|
|
|
970
974
|
t.notation = "compact", t.compactDisplay = "long";
|
|
971
975
|
continue;
|
|
972
976
|
case "scientific":
|
|
973
|
-
t =
|
|
974
|
-
return
|
|
977
|
+
t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
978
|
+
return _(_({}, h), at(u));
|
|
975
979
|
}, {}));
|
|
976
980
|
continue;
|
|
977
981
|
case "engineering":
|
|
978
|
-
t =
|
|
979
|
-
return
|
|
982
|
+
t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
983
|
+
return _(_({}, h), at(u));
|
|
980
984
|
}, {}));
|
|
981
985
|
continue;
|
|
982
986
|
case "notation-simple":
|
|
@@ -1021,13 +1025,13 @@ function en(e) {
|
|
|
1021
1025
|
case "integer-width":
|
|
1022
1026
|
if (i.options.length > 1)
|
|
1023
1027
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1024
|
-
i.options[0].replace(
|
|
1025
|
-
if (
|
|
1026
|
-
t.minimumIntegerDigits =
|
|
1028
|
+
i.options[0].replace(Kr, function(h, u, l, c, f, m) {
|
|
1029
|
+
if (u)
|
|
1030
|
+
t.minimumIntegerDigits = l.length;
|
|
1027
1031
|
else {
|
|
1028
1032
|
if (c && f)
|
|
1029
1033
|
throw new Error("We currently do not support maximum integer digits");
|
|
1030
|
-
if (
|
|
1034
|
+
if (m)
|
|
1031
1035
|
throw new Error("We currently do not support exact integer digits");
|
|
1032
1036
|
}
|
|
1033
1037
|
return "";
|
|
@@ -1041,21 +1045,21 @@ function en(e) {
|
|
|
1041
1045
|
if (ot.test(i.stem)) {
|
|
1042
1046
|
if (i.options.length > 1)
|
|
1043
1047
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1044
|
-
i.stem.replace(ot, function(h,
|
|
1045
|
-
return
|
|
1048
|
+
i.stem.replace(ot, function(h, u, l, c, f, m) {
|
|
1049
|
+
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1046
1050
|
});
|
|
1047
1051
|
var o = i.options[0];
|
|
1048
|
-
o === "w" ? t =
|
|
1052
|
+
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), st(o)));
|
|
1049
1053
|
continue;
|
|
1050
1054
|
}
|
|
1051
1055
|
if (Rt.test(i.stem)) {
|
|
1052
|
-
t =
|
|
1056
|
+
t = _(_({}, t), st(i.stem));
|
|
1053
1057
|
continue;
|
|
1054
1058
|
}
|
|
1055
1059
|
var s = Dt(i.stem);
|
|
1056
|
-
s && (t =
|
|
1057
|
-
var a =
|
|
1058
|
-
a && (t =
|
|
1060
|
+
s && (t = _(_({}, t), s));
|
|
1061
|
+
var a = en(i.stem);
|
|
1062
|
+
a && (t = _(_({}, t), a));
|
|
1059
1063
|
}
|
|
1060
1064
|
return t;
|
|
1061
1065
|
}
|
|
@@ -2474,23 +2478,23 @@ var me = {
|
|
|
2474
2478
|
"h"
|
|
2475
2479
|
]
|
|
2476
2480
|
};
|
|
2477
|
-
function
|
|
2481
|
+
function rn(e, t) {
|
|
2478
2482
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2479
2483
|
var i = e.charAt(n);
|
|
2480
2484
|
if (i === "j") {
|
|
2481
2485
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2482
2486
|
o++, n++;
|
|
2483
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a",
|
|
2484
|
-
for ((
|
|
2487
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = nn(t);
|
|
2488
|
+
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
2485
2489
|
r += h;
|
|
2486
2490
|
for (; s-- > 0; )
|
|
2487
|
-
r =
|
|
2491
|
+
r = u + r;
|
|
2488
2492
|
} else
|
|
2489
2493
|
i === "J" ? r += "H" : r += i;
|
|
2490
2494
|
}
|
|
2491
2495
|
return r;
|
|
2492
2496
|
}
|
|
2493
|
-
function
|
|
2497
|
+
function nn(e) {
|
|
2494
2498
|
var t = e.hourCycle;
|
|
2495
2499
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2496
2500
|
e.hourCycles && // @ts-ignore
|
|
@@ -2512,20 +2516,20 @@ function rn(e) {
|
|
|
2512
2516
|
var i = me[n || ""] || me[r || ""] || me["".concat(r, "-001")] || me["001"];
|
|
2513
2517
|
return i[0];
|
|
2514
2518
|
}
|
|
2515
|
-
var
|
|
2519
|
+
var Ie, on = new RegExp("^".concat(Mt.source, "*")), sn = new RegExp("".concat(Mt.source, "*$"));
|
|
2516
2520
|
function y(e, t) {
|
|
2517
2521
|
return { start: e, end: t };
|
|
2518
2522
|
}
|
|
2519
|
-
var
|
|
2523
|
+
var an = !!String.prototype.startsWith && "_a".startsWith("a", 1), un = !!String.fromCodePoint, ln = !!Object.fromEntries, hn = !!String.prototype.codePointAt, cn = !!String.prototype.trimStart, fn = !!String.prototype.trimEnd, pn = !!Number.isSafeInteger, mn = pn ? Number.isSafeInteger : function(e) {
|
|
2520
2524
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2521
|
-
},
|
|
2525
|
+
}, Ge = !0;
|
|
2522
2526
|
try {
|
|
2523
|
-
var
|
|
2524
|
-
|
|
2527
|
+
var dn = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2528
|
+
Ge = ((Ie = dn.exec("a")) === null || Ie === void 0 ? void 0 : Ie[0]) === "a";
|
|
2525
2529
|
} catch {
|
|
2526
|
-
|
|
2530
|
+
Ge = !1;
|
|
2527
2531
|
}
|
|
2528
|
-
var
|
|
2532
|
+
var ut = an ? (
|
|
2529
2533
|
// Native
|
|
2530
2534
|
function(t, r, n) {
|
|
2531
2535
|
return t.startsWith(r, n);
|
|
@@ -2535,7 +2539,7 @@ var lt = sn ? (
|
|
|
2535
2539
|
function(t, r, n) {
|
|
2536
2540
|
return t.slice(n, n + r.length) === r;
|
|
2537
2541
|
}
|
|
2538
|
-
),
|
|
2542
|
+
), je = un ? String.fromCodePoint : (
|
|
2539
2543
|
// IE11
|
|
2540
2544
|
function() {
|
|
2541
2545
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2547,7 +2551,7 @@ var lt = sn ? (
|
|
|
2547
2551
|
}
|
|
2548
2552
|
return n;
|
|
2549
2553
|
}
|
|
2550
|
-
),
|
|
2554
|
+
), lt = (
|
|
2551
2555
|
// native
|
|
2552
2556
|
ln ? Object.fromEntries : (
|
|
2553
2557
|
// Ponyfill
|
|
@@ -2559,7 +2563,7 @@ var lt = sn ? (
|
|
|
2559
2563
|
return r;
|
|
2560
2564
|
}
|
|
2561
2565
|
)
|
|
2562
|
-
), Ut =
|
|
2566
|
+
), Ut = hn ? (
|
|
2563
2567
|
// Native
|
|
2564
2568
|
function(t, r) {
|
|
2565
2569
|
return t.codePointAt(r);
|
|
@@ -2573,7 +2577,7 @@ var lt = sn ? (
|
|
|
2573
2577
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
2574
2578
|
}
|
|
2575
2579
|
}
|
|
2576
|
-
),
|
|
2580
|
+
), bn = cn ? (
|
|
2577
2581
|
// Native
|
|
2578
2582
|
function(t) {
|
|
2579
2583
|
return t.trimStart();
|
|
@@ -2581,9 +2585,9 @@ var lt = sn ? (
|
|
|
2581
2585
|
) : (
|
|
2582
2586
|
// Ponyfill
|
|
2583
2587
|
function(t) {
|
|
2584
|
-
return t.replace(
|
|
2588
|
+
return t.replace(on, "");
|
|
2585
2589
|
}
|
|
2586
|
-
),
|
|
2590
|
+
), gn = fn ? (
|
|
2587
2591
|
// Native
|
|
2588
2592
|
function(t) {
|
|
2589
2593
|
return t.trimEnd();
|
|
@@ -2591,32 +2595,32 @@ var lt = sn ? (
|
|
|
2591
2595
|
) : (
|
|
2592
2596
|
// Ponyfill
|
|
2593
2597
|
function(t) {
|
|
2594
|
-
return t.replace(
|
|
2598
|
+
return t.replace(sn, "");
|
|
2595
2599
|
}
|
|
2596
2600
|
);
|
|
2597
2601
|
function Ft(e, t) {
|
|
2598
2602
|
return new RegExp(e, t);
|
|
2599
2603
|
}
|
|
2600
|
-
var
|
|
2601
|
-
if (
|
|
2604
|
+
var ke;
|
|
2605
|
+
if (Ge) {
|
|
2602
2606
|
var ht = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2603
|
-
|
|
2607
|
+
ke = function(t, r) {
|
|
2604
2608
|
var n;
|
|
2605
2609
|
ht.lastIndex = r;
|
|
2606
2610
|
var i = ht.exec(t);
|
|
2607
2611
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2608
2612
|
};
|
|
2609
2613
|
} else
|
|
2610
|
-
|
|
2614
|
+
ke = function(t, r) {
|
|
2611
2615
|
for (var n = []; ; ) {
|
|
2612
2616
|
var i = Ut(t, r);
|
|
2613
|
-
if (i === void 0 || Gt(i) ||
|
|
2617
|
+
if (i === void 0 || Gt(i) || En(i))
|
|
2614
2618
|
break;
|
|
2615
2619
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2616
2620
|
}
|
|
2617
|
-
return
|
|
2621
|
+
return je.apply(void 0, n);
|
|
2618
2622
|
};
|
|
2619
|
-
var
|
|
2623
|
+
var yn = (
|
|
2620
2624
|
/** @class */
|
|
2621
2625
|
function() {
|
|
2622
2626
|
function e(t, r) {
|
|
@@ -2640,14 +2644,14 @@ var gn = (
|
|
|
2640
2644
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
2641
2645
|
var a = this.clonePosition();
|
|
2642
2646
|
this.bump(), i.push({
|
|
2643
|
-
type:
|
|
2647
|
+
type: v.pound,
|
|
2644
2648
|
location: y(a, this.clonePosition())
|
|
2645
2649
|
});
|
|
2646
2650
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2647
2651
|
if (n)
|
|
2648
2652
|
break;
|
|
2649
|
-
return this.error(
|
|
2650
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
2653
|
+
return this.error(g.UNMATCHED_CLOSING_TAG, y(this.clonePosition(), this.clonePosition()));
|
|
2654
|
+
} else if (o === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
|
|
2651
2655
|
var s = this.parseTag(t, r);
|
|
2652
2656
|
if (s.err)
|
|
2653
2657
|
return s;
|
|
@@ -2668,7 +2672,7 @@ var gn = (
|
|
|
2668
2672
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2669
2673
|
return {
|
|
2670
2674
|
val: {
|
|
2671
|
-
type:
|
|
2675
|
+
type: v.literal,
|
|
2672
2676
|
value: "<".concat(i, "/>"),
|
|
2673
2677
|
location: y(n, this.clonePosition())
|
|
2674
2678
|
},
|
|
@@ -2680,25 +2684,25 @@ var gn = (
|
|
|
2680
2684
|
return o;
|
|
2681
2685
|
var s = o.val, a = this.clonePosition();
|
|
2682
2686
|
if (this.bumpIf("</")) {
|
|
2683
|
-
if (this.isEOF() || !
|
|
2684
|
-
return this.error(
|
|
2685
|
-
var h = this.clonePosition(),
|
|
2686
|
-
return i !==
|
|
2687
|
+
if (this.isEOF() || !Ve(this.char()))
|
|
2688
|
+
return this.error(g.INVALID_TAG, y(a, this.clonePosition()));
|
|
2689
|
+
var h = this.clonePosition(), u = this.parseTagName();
|
|
2690
|
+
return i !== u ? this.error(g.UNMATCHED_CLOSING_TAG, y(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2687
2691
|
val: {
|
|
2688
|
-
type:
|
|
2692
|
+
type: v.tag,
|
|
2689
2693
|
value: i,
|
|
2690
2694
|
children: s,
|
|
2691
2695
|
location: y(n, this.clonePosition())
|
|
2692
2696
|
},
|
|
2693
2697
|
err: null
|
|
2694
|
-
} : this.error(
|
|
2698
|
+
} : this.error(g.INVALID_TAG, y(a, this.clonePosition())));
|
|
2695
2699
|
} else
|
|
2696
|
-
return this.error(
|
|
2700
|
+
return this.error(g.UNCLOSED_TAG, y(n, this.clonePosition()));
|
|
2697
2701
|
} else
|
|
2698
|
-
return this.error(
|
|
2702
|
+
return this.error(g.INVALID_TAG, y(n, this.clonePosition()));
|
|
2699
2703
|
}, e.prototype.parseTagName = function() {
|
|
2700
2704
|
var t = this.offset();
|
|
2701
|
-
for (this.bump(); !this.isEOF() &&
|
|
2705
|
+
for (this.bump(); !this.isEOF() && vn(this.char()); )
|
|
2702
2706
|
this.bump();
|
|
2703
2707
|
return this.message.slice(t, this.offset());
|
|
2704
2708
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2722,12 +2726,12 @@ var gn = (
|
|
|
2722
2726
|
}
|
|
2723
2727
|
var h = y(n, this.clonePosition());
|
|
2724
2728
|
return {
|
|
2725
|
-
val: { type:
|
|
2729
|
+
val: { type: v.literal, value: i, location: h },
|
|
2726
2730
|
err: null
|
|
2727
2731
|
};
|
|
2728
2732
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2729
2733
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2730
|
-
!
|
|
2734
|
+
!xn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2731
2735
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2732
2736
|
if (this.isEOF() || this.char() !== 39)
|
|
2733
2737
|
return null;
|
|
@@ -2761,28 +2765,28 @@ var gn = (
|
|
|
2761
2765
|
r.push(n);
|
|
2762
2766
|
this.bump();
|
|
2763
2767
|
}
|
|
2764
|
-
return
|
|
2768
|
+
return je.apply(void 0, r);
|
|
2765
2769
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2766
2770
|
if (this.isEOF())
|
|
2767
2771
|
return null;
|
|
2768
2772
|
var n = this.char();
|
|
2769
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2773
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), je(n));
|
|
2770
2774
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2771
2775
|
var n = this.clonePosition();
|
|
2772
2776
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
2773
|
-
return this.error(
|
|
2777
|
+
return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, y(n, this.clonePosition()));
|
|
2774
2778
|
if (this.char() === 125)
|
|
2775
|
-
return this.bump(), this.error(
|
|
2779
|
+
return this.bump(), this.error(g.EMPTY_ARGUMENT, y(n, this.clonePosition()));
|
|
2776
2780
|
var i = this.parseIdentifierIfPossible().value;
|
|
2777
2781
|
if (!i)
|
|
2778
|
-
return this.error(
|
|
2782
|
+
return this.error(g.MALFORMED_ARGUMENT, y(n, this.clonePosition()));
|
|
2779
2783
|
if (this.bumpSpace(), this.isEOF())
|
|
2780
|
-
return this.error(
|
|
2784
|
+
return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, y(n, this.clonePosition()));
|
|
2781
2785
|
switch (this.char()) {
|
|
2782
2786
|
case 125:
|
|
2783
2787
|
return this.bump(), {
|
|
2784
2788
|
val: {
|
|
2785
|
-
type:
|
|
2789
|
+
type: v.argument,
|
|
2786
2790
|
// value does not include the opening and closing braces.
|
|
2787
2791
|
value: i,
|
|
2788
2792
|
location: y(n, this.clonePosition())
|
|
@@ -2790,12 +2794,12 @@ var gn = (
|
|
|
2790
2794
|
err: null
|
|
2791
2795
|
};
|
|
2792
2796
|
case 44:
|
|
2793
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(
|
|
2797
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, y(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
2794
2798
|
default:
|
|
2795
|
-
return this.error(
|
|
2799
|
+
return this.error(g.MALFORMED_ARGUMENT, y(n, this.clonePosition()));
|
|
2796
2800
|
}
|
|
2797
2801
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2798
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2802
|
+
var t = this.clonePosition(), r = this.offset(), n = ke(this.message, r), i = r + n.length;
|
|
2799
2803
|
this.bumpTo(i);
|
|
2800
2804
|
var o = this.clonePosition(), s = y(t, o);
|
|
2801
2805
|
return { value: n, location: s };
|
|
@@ -2803,58 +2807,58 @@ var gn = (
|
|
|
2803
2807
|
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
|
|
2804
2808
|
switch (a) {
|
|
2805
2809
|
case "":
|
|
2806
|
-
return this.error(
|
|
2810
|
+
return this.error(g.EXPECT_ARGUMENT_TYPE, y(s, h));
|
|
2807
2811
|
case "number":
|
|
2808
2812
|
case "date":
|
|
2809
2813
|
case "time": {
|
|
2810
2814
|
this.bumpSpace();
|
|
2811
|
-
var
|
|
2815
|
+
var u = null;
|
|
2812
2816
|
if (this.bumpIf(",")) {
|
|
2813
2817
|
this.bumpSpace();
|
|
2814
|
-
var
|
|
2818
|
+
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2815
2819
|
if (c.err)
|
|
2816
2820
|
return c;
|
|
2817
|
-
var f =
|
|
2821
|
+
var f = gn(c.val);
|
|
2818
2822
|
if (f.length === 0)
|
|
2819
|
-
return this.error(
|
|
2820
|
-
var
|
|
2821
|
-
|
|
2823
|
+
return this.error(g.EXPECT_ARGUMENT_STYLE, y(this.clonePosition(), this.clonePosition()));
|
|
2824
|
+
var m = y(l, this.clonePosition());
|
|
2825
|
+
u = { style: f, styleLocation: m };
|
|
2822
2826
|
}
|
|
2823
|
-
var
|
|
2824
|
-
if (
|
|
2825
|
-
return
|
|
2826
|
-
var
|
|
2827
|
-
if (
|
|
2828
|
-
var
|
|
2827
|
+
var b = this.tryParseArgumentClose(i);
|
|
2828
|
+
if (b.err)
|
|
2829
|
+
return b;
|
|
2830
|
+
var S = y(i, this.clonePosition());
|
|
2831
|
+
if (u && ut(u?.style, "::", 0)) {
|
|
2832
|
+
var w = bn(u.style.slice(2));
|
|
2829
2833
|
if (a === "number") {
|
|
2830
|
-
var c = this.parseNumberSkeletonFromString(
|
|
2834
|
+
var c = this.parseNumberSkeletonFromString(w, u.styleLocation);
|
|
2831
2835
|
return c.err ? c : {
|
|
2832
|
-
val: { type:
|
|
2836
|
+
val: { type: v.number, value: n, location: S, style: c.val },
|
|
2833
2837
|
err: null
|
|
2834
2838
|
};
|
|
2835
2839
|
} else {
|
|
2836
|
-
if (
|
|
2837
|
-
return this.error(
|
|
2838
|
-
var
|
|
2839
|
-
this.locale && (
|
|
2840
|
+
if (w.length === 0)
|
|
2841
|
+
return this.error(g.EXPECT_DATE_TIME_SKELETON, S);
|
|
2842
|
+
var M = w;
|
|
2843
|
+
this.locale && (M = rn(w, this.locale));
|
|
2840
2844
|
var f = {
|
|
2841
2845
|
type: K.dateTime,
|
|
2842
|
-
pattern:
|
|
2843
|
-
location:
|
|
2844
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2845
|
-
},
|
|
2846
|
+
pattern: M,
|
|
2847
|
+
location: u.styleLocation,
|
|
2848
|
+
parsedOptions: this.shouldParseSkeletons ? Jr(M) : {}
|
|
2849
|
+
}, L = a === "date" ? v.date : v.time;
|
|
2846
2850
|
return {
|
|
2847
|
-
val: { type:
|
|
2851
|
+
val: { type: L, value: n, location: S, style: f },
|
|
2848
2852
|
err: null
|
|
2849
2853
|
};
|
|
2850
2854
|
}
|
|
2851
2855
|
}
|
|
2852
2856
|
return {
|
|
2853
2857
|
val: {
|
|
2854
|
-
type: a === "number" ?
|
|
2858
|
+
type: a === "number" ? v.number : a === "date" ? v.date : v.time,
|
|
2855
2859
|
value: n,
|
|
2856
|
-
location:
|
|
2857
|
-
style: (o =
|
|
2860
|
+
location: S,
|
|
2861
|
+
style: (o = u?.style) !== null && o !== void 0 ? o : null
|
|
2858
2862
|
},
|
|
2859
2863
|
err: null
|
|
2860
2864
|
};
|
|
@@ -2864,50 +2868,50 @@ var gn = (
|
|
|
2864
2868
|
case "select": {
|
|
2865
2869
|
var B = this.clonePosition();
|
|
2866
2870
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2867
|
-
return this.error(
|
|
2871
|
+
return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS, y(B, ye({}, B)));
|
|
2868
2872
|
this.bumpSpace();
|
|
2869
|
-
var
|
|
2870
|
-
if (a !== "select" &&
|
|
2873
|
+
var I = this.parseIdentifierIfPossible(), A = 0;
|
|
2874
|
+
if (a !== "select" && I.value === "offset") {
|
|
2871
2875
|
if (!this.bumpIf(":"))
|
|
2872
|
-
return this.error(
|
|
2876
|
+
return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y(this.clonePosition(), this.clonePosition()));
|
|
2873
2877
|
this.bumpSpace();
|
|
2874
|
-
var c = this.tryParseDecimalInteger(
|
|
2878
|
+
var c = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2875
2879
|
if (c.err)
|
|
2876
2880
|
return c;
|
|
2877
|
-
this.bumpSpace(),
|
|
2881
|
+
this.bumpSpace(), I = this.parseIdentifierIfPossible(), A = c.val;
|
|
2878
2882
|
}
|
|
2879
|
-
var C = this.tryParsePluralOrSelectOptions(t, a, r,
|
|
2883
|
+
var C = this.tryParsePluralOrSelectOptions(t, a, r, I);
|
|
2880
2884
|
if (C.err)
|
|
2881
2885
|
return C;
|
|
2882
|
-
var
|
|
2883
|
-
if (
|
|
2884
|
-
return
|
|
2885
|
-
var
|
|
2886
|
+
var b = this.tryParseArgumentClose(i);
|
|
2887
|
+
if (b.err)
|
|
2888
|
+
return b;
|
|
2889
|
+
var U = y(i, this.clonePosition());
|
|
2886
2890
|
return a === "select" ? {
|
|
2887
2891
|
val: {
|
|
2888
|
-
type:
|
|
2892
|
+
type: v.select,
|
|
2889
2893
|
value: n,
|
|
2890
|
-
options:
|
|
2891
|
-
location:
|
|
2894
|
+
options: lt(C.val),
|
|
2895
|
+
location: U
|
|
2892
2896
|
},
|
|
2893
2897
|
err: null
|
|
2894
2898
|
} : {
|
|
2895
2899
|
val: {
|
|
2896
|
-
type:
|
|
2900
|
+
type: v.plural,
|
|
2897
2901
|
value: n,
|
|
2898
|
-
options:
|
|
2899
|
-
offset:
|
|
2902
|
+
options: lt(C.val),
|
|
2903
|
+
offset: A,
|
|
2900
2904
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2901
|
-
location:
|
|
2905
|
+
location: U
|
|
2902
2906
|
},
|
|
2903
2907
|
err: null
|
|
2904
2908
|
};
|
|
2905
2909
|
}
|
|
2906
2910
|
default:
|
|
2907
|
-
return this.error(
|
|
2911
|
+
return this.error(g.INVALID_ARGUMENT_TYPE, y(s, h));
|
|
2908
2912
|
}
|
|
2909
2913
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
2910
|
-
return this.isEOF() || this.char() !== 125 ? this.error(
|
|
2914
|
+
return this.isEOF() || this.char() !== 125 ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, y(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
2911
2915
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
2912
2916
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
2913
2917
|
var n = this.char();
|
|
@@ -2916,7 +2920,7 @@ var gn = (
|
|
|
2916
2920
|
this.bump();
|
|
2917
2921
|
var i = this.clonePosition();
|
|
2918
2922
|
if (!this.bumpUntil("'"))
|
|
2919
|
-
return this.error(
|
|
2923
|
+
return this.error(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, y(i, this.clonePosition()));
|
|
2920
2924
|
this.bump();
|
|
2921
2925
|
break;
|
|
2922
2926
|
}
|
|
@@ -2946,52 +2950,52 @@ var gn = (
|
|
|
2946
2950
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
2947
2951
|
var n = [];
|
|
2948
2952
|
try {
|
|
2949
|
-
n =
|
|
2953
|
+
n = qr(t);
|
|
2950
2954
|
} catch {
|
|
2951
|
-
return this.error(
|
|
2955
|
+
return this.error(g.INVALID_NUMBER_SKELETON, r);
|
|
2952
2956
|
}
|
|
2953
2957
|
return {
|
|
2954
2958
|
val: {
|
|
2955
2959
|
type: K.number,
|
|
2956
2960
|
tokens: n,
|
|
2957
2961
|
location: r,
|
|
2958
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2962
|
+
parsedOptions: this.shouldParseSkeletons ? tn(n) : {}
|
|
2959
2963
|
},
|
|
2960
2964
|
err: null
|
|
2961
2965
|
};
|
|
2962
2966
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
|
2963
|
-
for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(),
|
|
2964
|
-
if (
|
|
2967
|
+
for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
|
|
2968
|
+
if (u.length === 0) {
|
|
2965
2969
|
var c = this.clonePosition();
|
|
2966
2970
|
if (r !== "select" && this.bumpIf("=")) {
|
|
2967
|
-
var f = this.tryParseDecimalInteger(
|
|
2971
|
+
var f = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR, g.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
2968
2972
|
if (f.err)
|
|
2969
2973
|
return f;
|
|
2970
|
-
|
|
2974
|
+
l = y(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
|
|
2971
2975
|
} else
|
|
2972
2976
|
break;
|
|
2973
2977
|
}
|
|
2974
|
-
if (h.has(
|
|
2975
|
-
return this.error(r === "select" ?
|
|
2976
|
-
|
|
2977
|
-
var
|
|
2978
|
+
if (h.has(u))
|
|
2979
|
+
return this.error(r === "select" ? g.DUPLICATE_SELECT_ARGUMENT_SELECTOR : g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
2980
|
+
u === "other" && (s = !0), this.bumpSpace();
|
|
2981
|
+
var m = this.clonePosition();
|
|
2978
2982
|
if (!this.bumpIf("{"))
|
|
2979
|
-
return this.error(r === "select" ?
|
|
2980
|
-
var
|
|
2981
|
-
if (
|
|
2982
|
-
return
|
|
2983
|
-
var
|
|
2984
|
-
if (
|
|
2985
|
-
return
|
|
2983
|
+
return this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, y(this.clonePosition(), this.clonePosition()));
|
|
2984
|
+
var b = this.parseMessage(t + 1, r, n);
|
|
2985
|
+
if (b.err)
|
|
2986
|
+
return b;
|
|
2987
|
+
var S = this.tryParseArgumentClose(m);
|
|
2988
|
+
if (S.err)
|
|
2989
|
+
return S;
|
|
2986
2990
|
a.push([
|
|
2987
|
-
|
|
2991
|
+
u,
|
|
2988
2992
|
{
|
|
2989
|
-
value:
|
|
2990
|
-
location: y(
|
|
2993
|
+
value: b.val,
|
|
2994
|
+
location: y(m, this.clonePosition())
|
|
2991
2995
|
}
|
|
2992
|
-
]), h.add(
|
|
2996
|
+
]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
|
|
2993
2997
|
}
|
|
2994
|
-
return a.length === 0 ? this.error(r === "select" ?
|
|
2998
|
+
return a.length === 0 ? this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR : g.EXPECT_PLURAL_ARGUMENT_SELECTOR, y(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(g.MISSING_OTHER_CLAUSE, y(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
2995
2999
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
2996
3000
|
var n = 1, i = this.clonePosition();
|
|
2997
3001
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3037,7 +3041,7 @@ var gn = (
|
|
|
3037
3041
|
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);
|
|
3038
3042
|
}
|
|
3039
3043
|
}, e.prototype.bumpIf = function(t) {
|
|
3040
|
-
if (
|
|
3044
|
+
if (ut(this.message, t, this.offset())) {
|
|
3041
3045
|
for (var r = 0; r < t.length; r++)
|
|
3042
3046
|
this.bump();
|
|
3043
3047
|
return !0;
|
|
@@ -3069,47 +3073,47 @@ var gn = (
|
|
|
3069
3073
|
}, e;
|
|
3070
3074
|
}()
|
|
3071
3075
|
);
|
|
3072
|
-
function
|
|
3076
|
+
function Ve(e) {
|
|
3073
3077
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3074
3078
|
}
|
|
3075
|
-
function yn(e) {
|
|
3076
|
-
return je(e) || e === 47;
|
|
3077
|
-
}
|
|
3078
3079
|
function xn(e) {
|
|
3080
|
+
return Ve(e) || e === 47;
|
|
3081
|
+
}
|
|
3082
|
+
function vn(e) {
|
|
3079
3083
|
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;
|
|
3080
3084
|
}
|
|
3081
3085
|
function Gt(e) {
|
|
3082
3086
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3083
3087
|
}
|
|
3084
|
-
function
|
|
3088
|
+
function En(e) {
|
|
3085
3089
|
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;
|
|
3086
3090
|
}
|
|
3087
|
-
function
|
|
3091
|
+
function ze(e) {
|
|
3088
3092
|
e.forEach(function(t) {
|
|
3089
|
-
if (delete t.location,
|
|
3093
|
+
if (delete t.location, Pt(t) || It(t))
|
|
3090
3094
|
for (var r in t.options)
|
|
3091
|
-
delete t.options[r].location,
|
|
3095
|
+
delete t.options[r].location, ze(t.options[r].value);
|
|
3092
3096
|
else
|
|
3093
|
-
Bt(t) && Ct(t.style) || (Nt(t) ||
|
|
3097
|
+
Bt(t) && Ct(t.style) || (Nt(t) || Ot(t)) && Fe(t.style) ? delete t.style.location : Lt(t) && ze(t.children);
|
|
3094
3098
|
});
|
|
3095
3099
|
}
|
|
3096
|
-
function
|
|
3097
|
-
t === void 0 && (t = {}), t =
|
|
3098
|
-
var r = new
|
|
3100
|
+
function _n(e, t) {
|
|
3101
|
+
t === void 0 && (t = {}), t = ye({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3102
|
+
var r = new yn(e, t).parse();
|
|
3099
3103
|
if (r.err) {
|
|
3100
|
-
var n = SyntaxError(
|
|
3104
|
+
var n = SyntaxError(g[r.err.kind]);
|
|
3101
3105
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3102
3106
|
}
|
|
3103
|
-
return t?.captureLocation ||
|
|
3107
|
+
return t?.captureLocation || ze(r.val), r.val;
|
|
3104
3108
|
}
|
|
3105
3109
|
var ee;
|
|
3106
3110
|
(function(e) {
|
|
3107
3111
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3108
3112
|
})(ee || (ee = {}));
|
|
3109
|
-
var
|
|
3113
|
+
var we = (
|
|
3110
3114
|
/** @class */
|
|
3111
3115
|
function(e) {
|
|
3112
|
-
|
|
3116
|
+
Se(t, e);
|
|
3113
3117
|
function t(r, n, i) {
|
|
3114
3118
|
var o = e.call(this, r) || this;
|
|
3115
3119
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3121,152 +3125,152 @@ var _e = (
|
|
|
3121
3125
|
), ct = (
|
|
3122
3126
|
/** @class */
|
|
3123
3127
|
function(e) {
|
|
3124
|
-
|
|
3128
|
+
Se(t, e);
|
|
3125
3129
|
function t(r, n, i, o) {
|
|
3126
3130
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ee.INVALID_VALUE, o) || this;
|
|
3127
3131
|
}
|
|
3128
3132
|
return t;
|
|
3129
|
-
}(
|
|
3130
|
-
),
|
|
3133
|
+
}(we)
|
|
3134
|
+
), Sn = (
|
|
3131
3135
|
/** @class */
|
|
3132
3136
|
function(e) {
|
|
3133
|
-
|
|
3137
|
+
Se(t, e);
|
|
3134
3138
|
function t(r, n, i) {
|
|
3135
3139
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ee.INVALID_VALUE, i) || this;
|
|
3136
3140
|
}
|
|
3137
3141
|
return t;
|
|
3138
|
-
}(
|
|
3139
|
-
),
|
|
3142
|
+
}(we)
|
|
3143
|
+
), wn = (
|
|
3140
3144
|
/** @class */
|
|
3141
3145
|
function(e) {
|
|
3142
|
-
|
|
3146
|
+
Se(t, e);
|
|
3143
3147
|
function t(r, n) {
|
|
3144
3148
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ee.MISSING_VALUE, n) || this;
|
|
3145
3149
|
}
|
|
3146
3150
|
return t;
|
|
3147
|
-
}(
|
|
3148
|
-
),
|
|
3151
|
+
}(we)
|
|
3152
|
+
), P;
|
|
3149
3153
|
(function(e) {
|
|
3150
3154
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3151
|
-
})(
|
|
3152
|
-
function
|
|
3155
|
+
})(P || (P = {}));
|
|
3156
|
+
function Hn(e) {
|
|
3153
3157
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3154
3158
|
var n = t[t.length - 1];
|
|
3155
|
-
return !n || n.type !==
|
|
3159
|
+
return !n || n.type !== P.literal || r.type !== P.literal ? t.push(r) : n.value += r.value, t;
|
|
3156
3160
|
}, []);
|
|
3157
3161
|
}
|
|
3158
|
-
function
|
|
3162
|
+
function An(e) {
|
|
3159
3163
|
return typeof e == "function";
|
|
3160
3164
|
}
|
|
3161
|
-
function
|
|
3165
|
+
function be(e, t, r, n, i, o, s) {
|
|
3162
3166
|
if (e.length === 1 && it(e[0]))
|
|
3163
3167
|
return [
|
|
3164
3168
|
{
|
|
3165
|
-
type:
|
|
3169
|
+
type: P.literal,
|
|
3166
3170
|
value: e[0].value
|
|
3167
3171
|
}
|
|
3168
3172
|
];
|
|
3169
|
-
for (var a = [], h = 0,
|
|
3170
|
-
var
|
|
3171
|
-
if (it(
|
|
3173
|
+
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3174
|
+
var l = u[h];
|
|
3175
|
+
if (it(l)) {
|
|
3172
3176
|
a.push({
|
|
3173
|
-
type:
|
|
3174
|
-
value:
|
|
3177
|
+
type: P.literal,
|
|
3178
|
+
value: l.value
|
|
3175
3179
|
});
|
|
3176
3180
|
continue;
|
|
3177
3181
|
}
|
|
3178
|
-
if (
|
|
3182
|
+
if (Zr(l)) {
|
|
3179
3183
|
typeof o == "number" && a.push({
|
|
3180
|
-
type:
|
|
3184
|
+
type: P.literal,
|
|
3181
3185
|
value: r.getNumberFormat(t).format(o)
|
|
3182
3186
|
});
|
|
3183
3187
|
continue;
|
|
3184
3188
|
}
|
|
3185
|
-
var c =
|
|
3189
|
+
var c = l.value;
|
|
3186
3190
|
if (!(i && c in i))
|
|
3187
|
-
throw new
|
|
3191
|
+
throw new wn(c, s);
|
|
3188
3192
|
var f = i[c];
|
|
3189
|
-
if (
|
|
3193
|
+
if (Xr(l)) {
|
|
3190
3194
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3191
|
-
type: typeof f == "string" ?
|
|
3195
|
+
type: typeof f == "string" ? P.literal : P.object,
|
|
3192
3196
|
value: f
|
|
3193
3197
|
});
|
|
3194
3198
|
continue;
|
|
3195
3199
|
}
|
|
3196
|
-
if (Nt(
|
|
3197
|
-
var
|
|
3200
|
+
if (Nt(l)) {
|
|
3201
|
+
var m = typeof l.style == "string" ? n.date[l.style] : Fe(l.style) ? l.style.parsedOptions : void 0;
|
|
3198
3202
|
a.push({
|
|
3199
|
-
type:
|
|
3200
|
-
value: r.getDateTimeFormat(t,
|
|
3203
|
+
type: P.literal,
|
|
3204
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3201
3205
|
});
|
|
3202
3206
|
continue;
|
|
3203
3207
|
}
|
|
3204
|
-
if (
|
|
3205
|
-
var
|
|
3208
|
+
if (Ot(l)) {
|
|
3209
|
+
var m = typeof l.style == "string" ? n.time[l.style] : Fe(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3206
3210
|
a.push({
|
|
3207
|
-
type:
|
|
3208
|
-
value: r.getDateTimeFormat(t,
|
|
3211
|
+
type: P.literal,
|
|
3212
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3209
3213
|
});
|
|
3210
3214
|
continue;
|
|
3211
3215
|
}
|
|
3212
|
-
if (Bt(
|
|
3213
|
-
var
|
|
3214
|
-
|
|
3215
|
-
type:
|
|
3216
|
-
value: r.getNumberFormat(t,
|
|
3216
|
+
if (Bt(l)) {
|
|
3217
|
+
var m = typeof l.style == "string" ? n.number[l.style] : Ct(l.style) ? l.style.parsedOptions : void 0;
|
|
3218
|
+
m && m.scale && (f = f * (m.scale || 1)), a.push({
|
|
3219
|
+
type: P.literal,
|
|
3220
|
+
value: r.getNumberFormat(t, m).format(f)
|
|
3217
3221
|
});
|
|
3218
3222
|
continue;
|
|
3219
3223
|
}
|
|
3220
|
-
if (Lt(
|
|
3221
|
-
var
|
|
3222
|
-
if (!
|
|
3223
|
-
throw new
|
|
3224
|
-
var
|
|
3225
|
-
return
|
|
3224
|
+
if (Lt(l)) {
|
|
3225
|
+
var b = l.children, S = l.value, w = i[S];
|
|
3226
|
+
if (!An(w))
|
|
3227
|
+
throw new Sn(S, "function", s);
|
|
3228
|
+
var M = be(b, t, r, n, i, o), L = w(M.map(function(A) {
|
|
3229
|
+
return A.value;
|
|
3226
3230
|
}));
|
|
3227
|
-
Array.isArray(
|
|
3231
|
+
Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(A) {
|
|
3228
3232
|
return {
|
|
3229
|
-
type: typeof
|
|
3230
|
-
value:
|
|
3233
|
+
type: typeof A == "string" ? P.literal : P.object,
|
|
3234
|
+
value: A
|
|
3231
3235
|
};
|
|
3232
3236
|
}));
|
|
3233
3237
|
}
|
|
3234
|
-
if (
|
|
3235
|
-
var B =
|
|
3238
|
+
if (Pt(l)) {
|
|
3239
|
+
var B = l.options[f] || l.options.other;
|
|
3236
3240
|
if (!B)
|
|
3237
|
-
throw new ct(
|
|
3238
|
-
a.push.apply(a,
|
|
3241
|
+
throw new ct(l.value, f, Object.keys(l.options), s);
|
|
3242
|
+
a.push.apply(a, be(B.value, t, r, n, i));
|
|
3239
3243
|
continue;
|
|
3240
3244
|
}
|
|
3241
|
-
if (It(
|
|
3242
|
-
var B =
|
|
3245
|
+
if (It(l)) {
|
|
3246
|
+
var B = l.options["=".concat(f)];
|
|
3243
3247
|
if (!B) {
|
|
3244
3248
|
if (!Intl.PluralRules)
|
|
3245
|
-
throw new
|
|
3249
|
+
throw new we(`Intl.PluralRules is not available in this environment.
|
|
3246
3250
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3247
3251
|
`, ee.MISSING_INTL_API, s);
|
|
3248
|
-
var
|
|
3249
|
-
B =
|
|
3252
|
+
var I = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3253
|
+
B = l.options[I] || l.options.other;
|
|
3250
3254
|
}
|
|
3251
3255
|
if (!B)
|
|
3252
|
-
throw new ct(
|
|
3253
|
-
a.push.apply(a,
|
|
3256
|
+
throw new ct(l.value, f, Object.keys(l.options), s);
|
|
3257
|
+
a.push.apply(a, be(B.value, t, r, n, i, f - (l.offset || 0)));
|
|
3254
3258
|
continue;
|
|
3255
3259
|
}
|
|
3256
3260
|
}
|
|
3257
|
-
return
|
|
3261
|
+
return Hn(a);
|
|
3258
3262
|
}
|
|
3259
|
-
function
|
|
3260
|
-
return t ?
|
|
3261
|
-
return r[n] =
|
|
3263
|
+
function Tn(e, t) {
|
|
3264
|
+
return t ? D(D(D({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3265
|
+
return r[n] = D(D({}, e[n]), t[n] || {}), r;
|
|
3262
3266
|
}, {})) : e;
|
|
3263
3267
|
}
|
|
3264
|
-
function
|
|
3268
|
+
function Bn(e, t) {
|
|
3265
3269
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3266
|
-
return r[n] =
|
|
3267
|
-
},
|
|
3270
|
+
return r[n] = Tn(e[n], t[n]), r;
|
|
3271
|
+
}, D({}, e)) : e;
|
|
3268
3272
|
}
|
|
3269
|
-
function
|
|
3273
|
+
function Le(e) {
|
|
3270
3274
|
return {
|
|
3271
3275
|
create: function() {
|
|
3272
3276
|
return {
|
|
@@ -3280,39 +3284,39 @@ function Oe(e) {
|
|
|
3280
3284
|
}
|
|
3281
3285
|
};
|
|
3282
3286
|
}
|
|
3283
|
-
function
|
|
3287
|
+
function Nn(e) {
|
|
3284
3288
|
return e === void 0 && (e = {
|
|
3285
3289
|
number: {},
|
|
3286
3290
|
dateTime: {},
|
|
3287
3291
|
pluralRules: {}
|
|
3288
3292
|
}), {
|
|
3289
|
-
getNumberFormat:
|
|
3293
|
+
getNumberFormat: Oe(function() {
|
|
3290
3294
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3291
3295
|
r[n] = arguments[n];
|
|
3292
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3296
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Ne([void 0], r, !1)))();
|
|
3293
3297
|
}, {
|
|
3294
|
-
cache:
|
|
3295
|
-
strategy:
|
|
3298
|
+
cache: Le(e.number),
|
|
3299
|
+
strategy: Pe.variadic
|
|
3296
3300
|
}),
|
|
3297
|
-
getDateTimeFormat:
|
|
3301
|
+
getDateTimeFormat: Oe(function() {
|
|
3298
3302
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3299
3303
|
r[n] = arguments[n];
|
|
3300
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3304
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ne([void 0], r, !1)))();
|
|
3301
3305
|
}, {
|
|
3302
|
-
cache:
|
|
3303
|
-
strategy:
|
|
3306
|
+
cache: Le(e.dateTime),
|
|
3307
|
+
strategy: Pe.variadic
|
|
3304
3308
|
}),
|
|
3305
|
-
getPluralRules:
|
|
3309
|
+
getPluralRules: Oe(function() {
|
|
3306
3310
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3307
3311
|
r[n] = arguments[n];
|
|
3308
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3312
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Ne([void 0], r, !1)))();
|
|
3309
3313
|
}, {
|
|
3310
|
-
cache:
|
|
3311
|
-
strategy:
|
|
3314
|
+
cache: Le(e.pluralRules),
|
|
3315
|
+
strategy: Pe.variadic
|
|
3312
3316
|
})
|
|
3313
3317
|
};
|
|
3314
3318
|
}
|
|
3315
|
-
var
|
|
3319
|
+
var On = (
|
|
3316
3320
|
/** @class */
|
|
3317
3321
|
function() {
|
|
3318
3322
|
function e(t, r, n, i) {
|
|
@@ -3323,15 +3327,15 @@ var Nn = (
|
|
|
3323
3327
|
dateTime: {},
|
|
3324
3328
|
pluralRules: {}
|
|
3325
3329
|
}, this.format = function(h) {
|
|
3326
|
-
var
|
|
3327
|
-
if (
|
|
3328
|
-
return
|
|
3329
|
-
var
|
|
3330
|
-
return !c.length || f.type !==
|
|
3330
|
+
var u = o.formatToParts(h);
|
|
3331
|
+
if (u.length === 1)
|
|
3332
|
+
return u[0].value;
|
|
3333
|
+
var l = u.reduce(function(c, f) {
|
|
3334
|
+
return !c.length || f.type !== P.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3331
3335
|
}, []);
|
|
3332
|
-
return
|
|
3336
|
+
return l.length <= 1 ? l[0] || "" : l;
|
|
3333
3337
|
}, this.formatToParts = function(h) {
|
|
3334
|
-
return
|
|
3338
|
+
return be(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
|
|
3335
3339
|
}, this.resolvedOptions = function() {
|
|
3336
3340
|
var h;
|
|
3337
3341
|
return {
|
|
@@ -3345,12 +3349,12 @@ var Nn = (
|
|
|
3345
3349
|
var s = i || {};
|
|
3346
3350
|
s.formatters;
|
|
3347
3351
|
var a = Dr(s, ["formatters"]);
|
|
3348
|
-
this.ast = e.__parse(t,
|
|
3352
|
+
this.ast = e.__parse(t, D(D({}, a), { locale: this.resolvedLocale }));
|
|
3349
3353
|
} else
|
|
3350
3354
|
this.ast = t;
|
|
3351
3355
|
if (!Array.isArray(this.ast))
|
|
3352
3356
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3353
|
-
this.formats =
|
|
3357
|
+
this.formats = Bn(e.formats, n), this.formatters = i && i.formatters || Nn(this.formatterCache);
|
|
3354
3358
|
}
|
|
3355
3359
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3356
3360
|
get: function() {
|
|
@@ -3363,7 +3367,7 @@ var Nn = (
|
|
|
3363
3367
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3364
3368
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3365
3369
|
}
|
|
3366
|
-
}, e.__parse =
|
|
3370
|
+
}, e.__parse = _n, e.formats = {
|
|
3367
3371
|
number: {
|
|
3368
3372
|
integer: {
|
|
3369
3373
|
maximumFractionDigits: 0
|
|
@@ -3445,36 +3449,36 @@ function Pn(e, t) {
|
|
|
3445
3449
|
n = void 0;
|
|
3446
3450
|
return n;
|
|
3447
3451
|
}
|
|
3448
|
-
const
|
|
3452
|
+
const j = {}, In = (e, t, r) => r && (t in j || (j[t] = {}), e in j[t] || (j[t][e] = r), r), jt = (e, t) => {
|
|
3449
3453
|
if (t == null)
|
|
3450
3454
|
return;
|
|
3451
|
-
if (t in
|
|
3452
|
-
return
|
|
3453
|
-
const r =
|
|
3455
|
+
if (t in j && e in j[t])
|
|
3456
|
+
return j[t][e];
|
|
3457
|
+
const r = He(t);
|
|
3454
3458
|
for (let n = 0; n < r.length; n++) {
|
|
3455
|
-
const i = r[n], o =
|
|
3459
|
+
const i = r[n], o = Cn(i, e);
|
|
3456
3460
|
if (o)
|
|
3457
|
-
return
|
|
3461
|
+
return In(e, t, o);
|
|
3458
3462
|
}
|
|
3459
3463
|
};
|
|
3460
3464
|
let Je;
|
|
3461
|
-
const ne =
|
|
3462
|
-
function
|
|
3465
|
+
const ne = _e({});
|
|
3466
|
+
function Ln(e) {
|
|
3463
3467
|
return Je[e] || null;
|
|
3464
3468
|
}
|
|
3465
3469
|
function kt(e) {
|
|
3466
3470
|
return e in Je;
|
|
3467
3471
|
}
|
|
3468
|
-
function
|
|
3472
|
+
function Cn(e, t) {
|
|
3469
3473
|
if (!kt(e))
|
|
3470
3474
|
return null;
|
|
3471
|
-
const r =
|
|
3475
|
+
const r = Ln(e);
|
|
3472
3476
|
return Pn(r, t);
|
|
3473
3477
|
}
|
|
3474
|
-
function
|
|
3478
|
+
function Mn(e) {
|
|
3475
3479
|
if (e == null)
|
|
3476
3480
|
return;
|
|
3477
|
-
const t =
|
|
3481
|
+
const t = He(e);
|
|
3478
3482
|
for (let r = 0; r < t.length; r++) {
|
|
3479
3483
|
const n = t[r];
|
|
3480
3484
|
if (kt(n))
|
|
@@ -3482,55 +3486,55 @@ function Cn(e) {
|
|
|
3482
3486
|
}
|
|
3483
3487
|
}
|
|
3484
3488
|
function Vt(e, ...t) {
|
|
3485
|
-
delete
|
|
3489
|
+
delete j[e], ne.update((r) => (r[e] = $r.all([r[e] || {}, ...t]), r));
|
|
3486
3490
|
}
|
|
3487
3491
|
re(
|
|
3488
3492
|
[ne],
|
|
3489
3493
|
([e]) => Object.keys(e)
|
|
3490
3494
|
);
|
|
3491
3495
|
ne.subscribe((e) => Je = e);
|
|
3492
|
-
const
|
|
3493
|
-
function
|
|
3494
|
-
|
|
3496
|
+
const ge = {};
|
|
3497
|
+
function Rn(e, t) {
|
|
3498
|
+
ge[e].delete(t), ge[e].size === 0 && delete ge[e];
|
|
3495
3499
|
}
|
|
3496
3500
|
function zt(e) {
|
|
3497
|
-
return
|
|
3501
|
+
return ge[e];
|
|
3498
3502
|
}
|
|
3499
|
-
function
|
|
3500
|
-
return
|
|
3503
|
+
function $n(e) {
|
|
3504
|
+
return He(e).map((t) => {
|
|
3501
3505
|
const r = zt(t);
|
|
3502
3506
|
return [t, r ? [...r] : []];
|
|
3503
3507
|
}).filter(([, t]) => t.length > 0);
|
|
3504
3508
|
}
|
|
3505
|
-
function
|
|
3506
|
-
return e == null ? !1 :
|
|
3509
|
+
function Xe(e) {
|
|
3510
|
+
return e == null ? !1 : He(e).some(
|
|
3507
3511
|
(t) => {
|
|
3508
3512
|
var r;
|
|
3509
3513
|
return (r = zt(t)) == null ? void 0 : r.size;
|
|
3510
3514
|
}
|
|
3511
3515
|
);
|
|
3512
3516
|
}
|
|
3513
|
-
function
|
|
3517
|
+
function Dn(e, t) {
|
|
3514
3518
|
return Promise.all(
|
|
3515
|
-
t.map((n) => (
|
|
3519
|
+
t.map((n) => (Rn(e, n), n().then((i) => i.default || i)))
|
|
3516
3520
|
).then((n) => Vt(e, ...n));
|
|
3517
3521
|
}
|
|
3518
|
-
const
|
|
3522
|
+
const se = {};
|
|
3519
3523
|
function Xt(e) {
|
|
3520
|
-
if (!
|
|
3521
|
-
return e in
|
|
3522
|
-
const t =
|
|
3523
|
-
return
|
|
3524
|
+
if (!Xe(e))
|
|
3525
|
+
return e in se ? se[e] : Promise.resolve();
|
|
3526
|
+
const t = $n(e);
|
|
3527
|
+
return se[e] = Promise.all(
|
|
3524
3528
|
t.map(
|
|
3525
|
-
([r, n]) =>
|
|
3529
|
+
([r, n]) => Dn(r, n)
|
|
3526
3530
|
)
|
|
3527
3531
|
).then(() => {
|
|
3528
|
-
if (
|
|
3532
|
+
if (Xe(e))
|
|
3529
3533
|
return Xt(e);
|
|
3530
|
-
delete
|
|
3531
|
-
}),
|
|
3534
|
+
delete se[e];
|
|
3535
|
+
}), se[e];
|
|
3532
3536
|
}
|
|
3533
|
-
const
|
|
3537
|
+
const Un = {
|
|
3534
3538
|
number: {
|
|
3535
3539
|
scientific: { notation: "scientific" },
|
|
3536
3540
|
engineering: { notation: "engineering" },
|
|
@@ -3559,159 +3563,159 @@ const Dn = {
|
|
|
3559
3563
|
timeZoneName: "short"
|
|
3560
3564
|
}
|
|
3561
3565
|
}
|
|
3562
|
-
},
|
|
3566
|
+
}, Fn = {
|
|
3563
3567
|
fallbackLocale: null,
|
|
3564
3568
|
loadingDelay: 200,
|
|
3565
|
-
formats:
|
|
3569
|
+
formats: Un,
|
|
3566
3570
|
warnOnMissingMessages: !0,
|
|
3567
3571
|
handleMissingMessage: void 0,
|
|
3568
3572
|
ignoreTag: !0
|
|
3569
|
-
},
|
|
3573
|
+
}, Gn = Fn;
|
|
3570
3574
|
function te() {
|
|
3571
|
-
return
|
|
3575
|
+
return Gn;
|
|
3572
3576
|
}
|
|
3573
|
-
const
|
|
3574
|
-
var
|
|
3577
|
+
const Ce = _e(!1);
|
|
3578
|
+
var jn = Object.defineProperty, kn = Object.defineProperties, Vn = Object.getOwnPropertyDescriptors, ft = Object.getOwnPropertySymbols, zn = Object.prototype.hasOwnProperty, Xn = Object.prototype.propertyIsEnumerable, pt = (e, t, r) => t in e ? jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Zn = (e, t) => {
|
|
3575
3579
|
for (var r in t || (t = {}))
|
|
3576
|
-
|
|
3580
|
+
zn.call(t, r) && pt(e, r, t[r]);
|
|
3577
3581
|
if (ft)
|
|
3578
3582
|
for (var r of ft(t))
|
|
3579
|
-
|
|
3583
|
+
Xn.call(t, r) && pt(e, r, t[r]);
|
|
3580
3584
|
return e;
|
|
3581
|
-
},
|
|
3582
|
-
let
|
|
3583
|
-
const
|
|
3584
|
-
function
|
|
3585
|
+
}, Wn = (e, t) => kn(e, Vn(t));
|
|
3586
|
+
let Ze;
|
|
3587
|
+
const xe = _e(null);
|
|
3588
|
+
function mt(e) {
|
|
3585
3589
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3586
3590
|
}
|
|
3587
|
-
function
|
|
3588
|
-
const r =
|
|
3589
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
3591
|
+
function He(e, t = te().fallbackLocale) {
|
|
3592
|
+
const r = mt(e);
|
|
3593
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...mt(t)])] : r;
|
|
3590
3594
|
}
|
|
3591
|
-
function
|
|
3592
|
-
return
|
|
3595
|
+
function X() {
|
|
3596
|
+
return Ze ?? void 0;
|
|
3593
3597
|
}
|
|
3594
|
-
|
|
3595
|
-
|
|
3598
|
+
xe.subscribe((e) => {
|
|
3599
|
+
Ze = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3596
3600
|
});
|
|
3597
|
-
const
|
|
3598
|
-
if (e &&
|
|
3601
|
+
const Jn = (e) => {
|
|
3602
|
+
if (e && Mn(e) && Xe(e)) {
|
|
3599
3603
|
const { loadingDelay: t } = te();
|
|
3600
3604
|
let r;
|
|
3601
|
-
return typeof window < "u" &&
|
|
3602
|
-
() =>
|
|
3605
|
+
return typeof window < "u" && X() != null && t ? r = window.setTimeout(
|
|
3606
|
+
() => Ce.set(!0),
|
|
3603
3607
|
t
|
|
3604
|
-
) :
|
|
3605
|
-
|
|
3608
|
+
) : Ce.set(!0), Xt(e).then(() => {
|
|
3609
|
+
xe.set(e);
|
|
3606
3610
|
}).finally(() => {
|
|
3607
|
-
clearTimeout(r),
|
|
3611
|
+
clearTimeout(r), Ce.set(!1);
|
|
3608
3612
|
});
|
|
3609
3613
|
}
|
|
3610
|
-
return
|
|
3611
|
-
},
|
|
3612
|
-
set:
|
|
3613
|
-
}),
|
|
3614
|
+
return xe.set(e);
|
|
3615
|
+
}, z = Wn(Zn({}, xe), {
|
|
3616
|
+
set: Jn
|
|
3617
|
+
}), Ae = (e) => {
|
|
3614
3618
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3615
3619
|
return (n) => {
|
|
3616
3620
|
const i = JSON.stringify(n);
|
|
3617
3621
|
return i in t ? t[i] : t[i] = e(n);
|
|
3618
3622
|
};
|
|
3619
3623
|
};
|
|
3620
|
-
var
|
|
3624
|
+
var Qn = Object.defineProperty, ve = Object.getOwnPropertySymbols, Zt = Object.prototype.hasOwnProperty, Wt = Object.prototype.propertyIsEnumerable, dt = (e, t, r) => t in e ? Qn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qe = (e, t) => {
|
|
3621
3625
|
for (var r in t || (t = {}))
|
|
3622
3626
|
Zt.call(t, r) && dt(e, r, t[r]);
|
|
3623
|
-
if (
|
|
3624
|
-
for (var r of
|
|
3627
|
+
if (ve)
|
|
3628
|
+
for (var r of ve(t))
|
|
3625
3629
|
Wt.call(t, r) && dt(e, r, t[r]);
|
|
3626
3630
|
return e;
|
|
3627
3631
|
}, ie = (e, t) => {
|
|
3628
3632
|
var r = {};
|
|
3629
3633
|
for (var n in e)
|
|
3630
3634
|
Zt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3631
|
-
if (e != null &&
|
|
3632
|
-
for (var n of
|
|
3635
|
+
if (e != null && ve)
|
|
3636
|
+
for (var n of ve(e))
|
|
3633
3637
|
t.indexOf(n) < 0 && Wt.call(e, n) && (r[n] = e[n]);
|
|
3634
3638
|
return r;
|
|
3635
3639
|
};
|
|
3636
|
-
const
|
|
3640
|
+
const he = (e, t) => {
|
|
3637
3641
|
const { formats: r } = te();
|
|
3638
3642
|
if (e in r && t in r[e])
|
|
3639
3643
|
return r[e][t];
|
|
3640
3644
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3641
|
-
},
|
|
3645
|
+
}, qn = Ae(
|
|
3642
3646
|
(e) => {
|
|
3643
3647
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
|
3644
3648
|
if (r == null)
|
|
3645
3649
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3646
|
-
return n && (i =
|
|
3650
|
+
return n && (i = he("number", n)), new Intl.NumberFormat(r, i);
|
|
3647
3651
|
}
|
|
3648
|
-
),
|
|
3652
|
+
), Yn = Ae(
|
|
3649
3653
|
(e) => {
|
|
3650
3654
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
|
3651
3655
|
if (r == null)
|
|
3652
3656
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3653
|
-
return n ? i =
|
|
3657
|
+
return n ? i = he("date", n) : Object.keys(i).length === 0 && (i = he("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3654
3658
|
}
|
|
3655
|
-
),
|
|
3659
|
+
), Kn = Ae(
|
|
3656
3660
|
(e) => {
|
|
3657
3661
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
|
3658
3662
|
if (r == null)
|
|
3659
3663
|
throw new Error(
|
|
3660
3664
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3661
3665
|
);
|
|
3662
|
-
return n ? i =
|
|
3666
|
+
return n ? i = he("time", n) : Object.keys(i).length === 0 && (i = he("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3663
3667
|
}
|
|
3664
|
-
),
|
|
3668
|
+
), ei = (e = {}) => {
|
|
3665
3669
|
var t = e, {
|
|
3666
|
-
locale: r =
|
|
3670
|
+
locale: r = X()
|
|
3667
3671
|
} = t, n = ie(t, [
|
|
3668
3672
|
"locale"
|
|
3669
3673
|
]);
|
|
3670
|
-
return
|
|
3671
|
-
},
|
|
3674
|
+
return qn(Qe({ locale: r }, n));
|
|
3675
|
+
}, ti = (e = {}) => {
|
|
3672
3676
|
var t = e, {
|
|
3673
|
-
locale: r =
|
|
3677
|
+
locale: r = X()
|
|
3674
3678
|
} = t, n = ie(t, [
|
|
3675
3679
|
"locale"
|
|
3676
3680
|
]);
|
|
3677
|
-
return
|
|
3678
|
-
},
|
|
3681
|
+
return Yn(Qe({ locale: r }, n));
|
|
3682
|
+
}, ri = (e = {}) => {
|
|
3679
3683
|
var t = e, {
|
|
3680
|
-
locale: r =
|
|
3684
|
+
locale: r = X()
|
|
3681
3685
|
} = t, n = ie(t, [
|
|
3682
3686
|
"locale"
|
|
3683
3687
|
]);
|
|
3684
|
-
return
|
|
3685
|
-
},
|
|
3688
|
+
return Kn(Qe({ locale: r }, n));
|
|
3689
|
+
}, ni = Ae(
|
|
3686
3690
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3687
|
-
(e, t =
|
|
3691
|
+
(e, t = X()) => new On(e, t, te().formats, {
|
|
3688
3692
|
ignoreTag: te().ignoreTag
|
|
3689
3693
|
})
|
|
3690
|
-
),
|
|
3694
|
+
), ii = (e, t = {}) => {
|
|
3691
3695
|
var r, n, i, o;
|
|
3692
3696
|
let s = t;
|
|
3693
3697
|
typeof e == "object" && (s = e, e = s.id);
|
|
3694
3698
|
const {
|
|
3695
3699
|
values: a,
|
|
3696
|
-
locale: h =
|
|
3697
|
-
default:
|
|
3700
|
+
locale: h = X(),
|
|
3701
|
+
default: u
|
|
3698
3702
|
} = s;
|
|
3699
3703
|
if (h == null)
|
|
3700
3704
|
throw new Error(
|
|
3701
3705
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3702
3706
|
);
|
|
3703
|
-
let
|
|
3704
|
-
if (!
|
|
3705
|
-
|
|
3706
|
-
else if (typeof
|
|
3707
|
+
let l = jt(e, h);
|
|
3708
|
+
if (!l)
|
|
3709
|
+
l = (o = (i = (n = (r = te()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
3710
|
+
else if (typeof l != "string")
|
|
3707
3711
|
return console.warn(
|
|
3708
|
-
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof
|
|
3709
|
-
),
|
|
3712
|
+
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
3713
|
+
), l;
|
|
3710
3714
|
if (!a)
|
|
3711
|
-
return
|
|
3712
|
-
let c =
|
|
3715
|
+
return l;
|
|
3716
|
+
let c = l;
|
|
3713
3717
|
try {
|
|
3714
|
-
c =
|
|
3718
|
+
c = ni(l, h).format(a);
|
|
3715
3719
|
} catch (f) {
|
|
3716
3720
|
f instanceof Error && console.warn(
|
|
3717
3721
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3719,14 +3723,14 @@ const ue = (e, t) => {
|
|
|
3719
3723
|
);
|
|
3720
3724
|
}
|
|
3721
3725
|
return c;
|
|
3722
|
-
},
|
|
3723
|
-
re([
|
|
3724
|
-
re([
|
|
3725
|
-
re([
|
|
3726
|
-
re([
|
|
3727
|
-
function
|
|
3728
|
-
|
|
3729
|
-
r == null && (ne.set(t),
|
|
3726
|
+
}, oi = (e, t) => ri(t).format(e), si = (e, t) => ti(t).format(e), ai = (e, t) => ei(t).format(e), ui = (e, t = X()) => jt(e, t), li = re([z, ne], () => ii);
|
|
3727
|
+
re([z], () => oi);
|
|
3728
|
+
re([z], () => si);
|
|
3729
|
+
re([z], () => ai);
|
|
3730
|
+
re([z, ne], () => ui);
|
|
3731
|
+
function hi({ withLocale: e, translations: t }) {
|
|
3732
|
+
z.subscribe((r) => {
|
|
3733
|
+
r == null && (ne.set(t), z.set(e));
|
|
3730
3734
|
});
|
|
3731
3735
|
}
|
|
3732
3736
|
function bt(e, t) {
|
|
@@ -3860,84 +3864,84 @@ const gt = {
|
|
|
3860
3864
|
hottest: "Hottest"
|
|
3861
3865
|
}
|
|
3862
3866
|
};
|
|
3863
|
-
function
|
|
3867
|
+
function ci(e) {
|
|
3864
3868
|
qt(e, "svelte-p37neu", ':root{--min-height:50px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.SorterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.SorterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;cursor:pointer}.SorterSelector.SorterSelectorOpen{border-radius:5px 5px 0 0}.SorterMainArea{display:flex;align-items:center}.SorterMainArea svg{margin-right:16px}.SorterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.SorterTextContainer{display:flex;flex-direction:column}.SorterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.SorterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:35px;margin-bottom:40px;overflow:hidden;margin:0}.SorterDropdownContainer.SorterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:10px}.SorterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none;list-style-type:none;padding:10px;margin:0;box-sizing:border-box}.SorterDropdown::-webkit-scrollbar{display:none}.SorterItem{position:relative}.SorterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SorterItem input{cursor:pointer;margin-right:10px}.SorterItem .SortersCheckmark{margin:0 15px}.SorterItem .CustomRadioButton input[type=radio]{position:absolute;left:-9999px}.SorterItem .CustomRadioButton input[type=radio]+span{position:relative;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.SorterItem .CustomRadioButton input[type=radio]+span:before{content:"";background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);height:18px;width:18px;border-radius:50%;position:absolute}.SorterItem .CustomRadioButton input[type=radio]+span:after{content:"";background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:14px;height:14px;border-radius:50%;position:absolute;opacity:0;transform:scale(2);transition:transform 0.3s linear, opacity 0.3s linear}.SorterItem .CustomRadioButton input[type=radio]:checked+span:after{opacity:1;transform:scale(1)}.SorterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SorterLabel input:checked+span{font-weight:600}.ClearSorters{margin:20px auto;border:0;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearSorters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.SorterSelector{max-width:initial;padding:7px 16px}.SorterDropdownContainer{width:100%;margin-bottom:20px}.SorterDropdown{display:flex;flex-direction:column;gap:12px;margin-block-start:0}.SorterDropdown .SorterLabel{line-height:24px}.SorterDropdown .SorterLabel>*{pointer-events:none}}@media(max-width: 480px){.SorterSelector{min-height:var(--min-height)}.SorterDropdownContainer{top:var(--min-height)}}');
|
|
3865
3869
|
}
|
|
3866
3870
|
function yt(e, t, r) {
|
|
3867
3871
|
const n = e.slice();
|
|
3868
3872
|
return n[23] = t[r], n;
|
|
3869
3873
|
}
|
|
3870
|
-
function
|
|
3871
|
-
let t, r, n, i, o, s, a, h,
|
|
3874
|
+
function fi(e) {
|
|
3875
|
+
let t, r, n, i, o, s, a, h, u, l, c, f = (
|
|
3872
3876
|
/*$_*/
|
|
3873
3877
|
e[4]("sortby") + ""
|
|
3874
|
-
),
|
|
3878
|
+
), m, b, S, w, M = (
|
|
3875
3879
|
/*vendorSortingBy*/
|
|
3876
3880
|
(e[3] || /*$_*/
|
|
3877
3881
|
e[4]("all")) + ""
|
|
3878
|
-
),
|
|
3882
|
+
), L, B, I, A, C, U, d, N, R, oe, pe, Te, qe, Z = rt(Object.values(
|
|
3879
3883
|
/*vendorMap*/
|
|
3880
3884
|
e[5]
|
|
3881
3885
|
)), O = [];
|
|
3882
|
-
for (let
|
|
3883
|
-
O[
|
|
3886
|
+
for (let E = 0; E < Z.length; E += 1)
|
|
3887
|
+
O[E] = xt(yt(e, Z, E));
|
|
3884
3888
|
return {
|
|
3885
3889
|
c() {
|
|
3886
|
-
t =
|
|
3887
|
-
for (let
|
|
3888
|
-
O[
|
|
3889
|
-
|
|
3890
|
-
(e[1] ? "TriangleActive" : "")),
|
|
3891
|
-
(e[1] ? "SorterSelectorOpen" : "")),
|
|
3892
|
-
(e[1] ? "SorterOpen" : "")),
|
|
3890
|
+
t = H("div"), r = H("div"), n = H("div"), i = k("svg"), o = k("g"), s = k("path"), a = k("path"), h = k("path"), u = V(), l = H("div"), c = H("span"), m = Me(f), b = V(), S = H("div"), w = H("span"), L = Me(M), B = V(), I = H("span"), A = k("svg"), C = k("path"), N = V(), R = H("div"), oe = H("ul");
|
|
3891
|
+
for (let E = 0; E < O.length; E += 1)
|
|
3892
|
+
O[E].c();
|
|
3893
|
+
p(s, "id", "Path_5267"), p(s, "data-name", "Path 5267"), p(s, "d", "M526.245,343.685a3.45,3.45,0,0,1,0,6.714v13.625a.8.8,0,0,1-1.592,0V350.4a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,523.592,347.041Z"), p(s, "transform", "translate(-206.448 0)"), p(s, "fill", "#fff"), p(a, "id", "Path_5268"), p(a, "data-name", "Path 5268"), p(a, "d", "M310.245,356.421a3.45,3.45,0,0,1,0,6.714v.888a.8.8,0,0,1-1.592,0v-.888a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0Zm-2.653,3.357a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,307.592,359.777Z"), p(a, "transform", "translate(0 0)"), p(a, "fill", "#fff"), p(h, "id", "Path_5269"), p(h, "data-name", "Path 5269"), p(h, "d", "M742.245,351.645a3.45,3.45,0,0,1,0,6.714v5.665a.8.8,0,1,1-1.592,0v-5.665a3.45,3.45,0,0,1,0-6.714V342.8a.8.8,0,1,1,1.592,0ZM739.592,355a1.857,1.857,0,1,0,1.857-1.857A1.859,1.859,0,0,0,739.592,355Z"), p(h, "transform", "translate(-412.896 0)"), p(h, "fill", "#fff"), p(o, "id", "sortby"), p(o, "transform", "translate(-306 -342)"), p(i, "xmlns", "http://www.w3.org/2000/svg"), p(i, "width", "20"), p(i, "height", "20"), p(i, "viewBox", "0 0 26.003 22.819"), p(c, "class", "SorterName"), p(S, "class", "SorterValueContainer"), p(l, "class", "SorterTextContainer"), p(n, "class", "SorterMainArea"), p(C, "id", "arrow"), p(C, "d", "M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"), p(C, "transform", "translate(-274.511 -441.088)"), p(C, "fill", "#d1d1d1"), p(A, "xmlns", "http://www.w3.org/2000/svg"), p(A, "width", "14"), p(A, "height", "6.835"), p(A, "viewBox", "0 0 14 6.835"), p(I, "class", U = "TriangleInactive " + /*isSorterActive*/
|
|
3894
|
+
(e[1] ? "TriangleActive" : "")), p(r, "class", d = "SorterSelector " + /*isSorterActive*/
|
|
3895
|
+
(e[1] ? "SorterSelectorOpen" : "")), p(oe, "class", "SorterDropdown"), p(R, "class", pe = "SorterDropdownContainer " + /*isSorterActive*/
|
|
3896
|
+
(e[1] ? "SorterOpen" : "")), p(t, "class", "SorterContainer");
|
|
3893
3897
|
},
|
|
3894
|
-
m(
|
|
3895
|
-
|
|
3898
|
+
m(E, F) {
|
|
3899
|
+
Ee(E, t, F), x(t, r), x(r, n), x(n, i), x(i, o), x(o, s), x(o, a), x(o, h), x(n, u), x(n, l), x(l, c), x(c, m), x(l, b), x(l, S), x(S, w), x(w, L), x(r, B), x(r, I), x(I, A), x(A, C), x(t, N), x(t, R), x(R, oe);
|
|
3896
3900
|
for (let T = 0; T < O.length; T += 1)
|
|
3897
|
-
O[T] && O[T].m(
|
|
3898
|
-
|
|
3901
|
+
O[T] && O[T].m(oe, null);
|
|
3902
|
+
Te || (qe = St(
|
|
3899
3903
|
r,
|
|
3900
3904
|
"click",
|
|
3901
3905
|
/*click_handler*/
|
|
3902
3906
|
e[14]
|
|
3903
|
-
),
|
|
3907
|
+
), Te = !0);
|
|
3904
3908
|
},
|
|
3905
|
-
p(
|
|
3906
|
-
if (
|
|
3909
|
+
p(E, F) {
|
|
3910
|
+
if (F & /*$_*/
|
|
3907
3911
|
16 && f !== (f = /*$_*/
|
|
3908
|
-
|
|
3909
|
-
24 &&
|
|
3910
|
-
(
|
|
3911
|
-
|
|
3912
|
-
2 &&
|
|
3913
|
-
(
|
|
3914
|
-
2 &&
|
|
3915
|
-
(
|
|
3912
|
+
E[4]("sortby") + "") && et(m, f), F & /*vendorSortingBy, $_*/
|
|
3913
|
+
24 && M !== (M = /*vendorSortingBy*/
|
|
3914
|
+
(E[3] || /*$_*/
|
|
3915
|
+
E[4]("all")) + "") && et(L, M), F & /*isSorterActive*/
|
|
3916
|
+
2 && U !== (U = "TriangleInactive " + /*isSorterActive*/
|
|
3917
|
+
(E[1] ? "TriangleActive" : "")) && p(I, "class", U), F & /*isSorterActive*/
|
|
3918
|
+
2 && d !== (d = "SorterSelector " + /*isSorterActive*/
|
|
3919
|
+
(E[1] ? "SorterSelectorOpen" : "")) && p(r, "class", d), F & /*Object, vendorMap, vendorSortingBy, undefined, $_, sortBy*/
|
|
3916
3920
|
120) {
|
|
3917
3921
|
Z = rt(Object.values(
|
|
3918
3922
|
/*vendorMap*/
|
|
3919
|
-
|
|
3923
|
+
E[5]
|
|
3920
3924
|
));
|
|
3921
3925
|
let T;
|
|
3922
3926
|
for (T = 0; T < Z.length; T += 1) {
|
|
3923
|
-
const Ye = yt(
|
|
3924
|
-
O[T] ? O[T].p(Ye,
|
|
3927
|
+
const Ye = yt(E, Z, T);
|
|
3928
|
+
O[T] ? O[T].p(Ye, F) : (O[T] = xt(Ye), O[T].c(), O[T].m(oe, null));
|
|
3925
3929
|
}
|
|
3926
3930
|
for (; T < O.length; T += 1)
|
|
3927
3931
|
O[T].d(1);
|
|
3928
3932
|
O.length = Z.length;
|
|
3929
3933
|
}
|
|
3930
|
-
|
|
3931
|
-
2 &&
|
|
3932
|
-
(
|
|
3934
|
+
F & /*isSorterActive*/
|
|
3935
|
+
2 && pe !== (pe = "SorterDropdownContainer " + /*isSorterActive*/
|
|
3936
|
+
(E[1] ? "SorterOpen" : "")) && p(R, "class", pe);
|
|
3933
3937
|
},
|
|
3934
|
-
d(
|
|
3935
|
-
|
|
3938
|
+
d(E) {
|
|
3939
|
+
E && fe(t), er(O, E), Te = !1, qe();
|
|
3936
3940
|
}
|
|
3937
3941
|
};
|
|
3938
3942
|
}
|
|
3939
3943
|
function xt(e) {
|
|
3940
|
-
let t, r, n, i, o, s, a, h,
|
|
3944
|
+
let t, r, n, i, o, s, a, h, u, l, c;
|
|
3941
3945
|
function f() {
|
|
3942
3946
|
return (
|
|
3943
3947
|
/*click_handler_1*/
|
|
@@ -3949,8 +3953,8 @@ function xt(e) {
|
|
|
3949
3953
|
}
|
|
3950
3954
|
return {
|
|
3951
3955
|
c() {
|
|
3952
|
-
t =
|
|
3953
|
-
e[23]}`,
|
|
3956
|
+
t = H("li"), r = H("label"), n = H("input"), o = V(), s = H("span"), a = V(), h = H("span"), h.textContent = `${/*sort*/
|
|
3957
|
+
e[23]}`, u = V(), p(n, "type", "radio"), p(n, "name", "radio"), n.value = /*sort*/
|
|
3954
3958
|
e[23], n.checked = i = /*vendorSortingBy*/
|
|
3955
3959
|
e[3] == /*sort*/
|
|
3956
3960
|
e[23] ? !0 : (
|
|
@@ -3958,14 +3962,14 @@ function xt(e) {
|
|
|
3958
3962
|
e[3] == null && /*sort*/
|
|
3959
3963
|
e[23] == /*$_*/
|
|
3960
3964
|
e[4]("all")
|
|
3961
|
-
),
|
|
3965
|
+
), p(s, "class", "SortersCheckmark"), p(r, "class", "SorterLabel CustomRadioButton"), p(t, "class", "SorterItem"), t.value = /*sort*/
|
|
3962
3966
|
e[23];
|
|
3963
3967
|
},
|
|
3964
|
-
m(
|
|
3965
|
-
|
|
3968
|
+
m(m, b) {
|
|
3969
|
+
Ee(m, t, b), x(t, r), x(r, n), x(r, o), x(r, s), x(r, a), x(r, h), x(t, u), l || (c = St(n, "click", f), l = !0);
|
|
3966
3970
|
},
|
|
3967
|
-
p(
|
|
3968
|
-
e =
|
|
3971
|
+
p(m, b) {
|
|
3972
|
+
e = m, b & /*vendorSortingBy, $_*/
|
|
3969
3973
|
24 && i !== (i = /*vendorSortingBy*/
|
|
3970
3974
|
e[3] == /*sort*/
|
|
3971
3975
|
e[23] ? !0 : (
|
|
@@ -3975,25 +3979,25 @@ function xt(e) {
|
|
|
3975
3979
|
e[4]("all")
|
|
3976
3980
|
)) && (n.checked = i);
|
|
3977
3981
|
},
|
|
3978
|
-
d(
|
|
3979
|
-
|
|
3982
|
+
d(m) {
|
|
3983
|
+
m && fe(t), l = !1, c();
|
|
3980
3984
|
}
|
|
3981
3985
|
};
|
|
3982
3986
|
}
|
|
3983
|
-
function
|
|
3987
|
+
function pi(e) {
|
|
3984
3988
|
let t;
|
|
3985
3989
|
function r(o, s) {
|
|
3986
3990
|
if (!/*isLoading*/
|
|
3987
3991
|
o[2])
|
|
3988
|
-
return
|
|
3992
|
+
return fi;
|
|
3989
3993
|
}
|
|
3990
3994
|
let n = r(e), i = n && n(e);
|
|
3991
3995
|
return {
|
|
3992
3996
|
c() {
|
|
3993
|
-
t =
|
|
3997
|
+
t = H("div"), i && i.c();
|
|
3994
3998
|
},
|
|
3995
3999
|
m(o, s) {
|
|
3996
|
-
|
|
4000
|
+
Ee(o, t, s), i && i.m(t, null), e[16](t);
|
|
3997
4001
|
},
|
|
3998
4002
|
p(o, [s]) {
|
|
3999
4003
|
n === (n = r(o)) && i ? i.p(o, s) : (i && i.d(1), i = n && n(o), i && (i.c(), i.m(t, null)));
|
|
@@ -4001,103 +4005,103 @@ function fi(e) {
|
|
|
4001
4005
|
i: $,
|
|
4002
4006
|
o: $,
|
|
4003
4007
|
d(o) {
|
|
4004
|
-
o &&
|
|
4008
|
+
o && fe(t), i && i.d(), e[16](null);
|
|
4005
4009
|
}
|
|
4006
4010
|
};
|
|
4007
4011
|
}
|
|
4008
4012
|
function mi(e, t, r) {
|
|
4009
4013
|
let n;
|
|
4010
4014
|
Qt(e, li, (d) => r(4, n = d));
|
|
4011
|
-
let { lang: i = "" } = t, { translationurl: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { categoryid: h = "" } = t, { mbsource:
|
|
4012
|
-
|
|
4013
|
-
const
|
|
4014
|
-
fetch(o).then((
|
|
4015
|
-
Object.keys(
|
|
4016
|
-
bt(R,
|
|
4015
|
+
let { lang: i = "" } = t, { translationurl: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { categoryid: h = "" } = t, { mbsource: u } = t, l, c = !1, f = !0, m = "", b = "All";
|
|
4016
|
+
hi({ withLocale: "en", translations: {} });
|
|
4017
|
+
const S = () => {
|
|
4018
|
+
fetch(o).then((N) => N.json()).then((N) => {
|
|
4019
|
+
Object.keys(N).forEach((R) => {
|
|
4020
|
+
bt(R, N[R]);
|
|
4017
4021
|
});
|
|
4018
|
-
}).catch((
|
|
4019
|
-
console.log(
|
|
4022
|
+
}).catch((N) => {
|
|
4023
|
+
console.log(N);
|
|
4020
4024
|
});
|
|
4021
4025
|
};
|
|
4022
4026
|
Object.keys(gt).forEach((d) => {
|
|
4023
4027
|
bt(d, gt[d]);
|
|
4024
4028
|
});
|
|
4025
|
-
const
|
|
4029
|
+
const w = {
|
|
4026
4030
|
All: n("all"),
|
|
4027
4031
|
name: n("az"),
|
|
4028
4032
|
isNew: n("newest"),
|
|
4029
4033
|
"advancedTags(name(hot))": n("hottest")
|
|
4030
4034
|
}, M = () => {
|
|
4031
|
-
r(3,
|
|
4035
|
+
r(3, b = "All"), r(2, f = !1), r(1, c = !1);
|
|
4032
4036
|
let d = JSON.parse(localStorage.getItem("vendorSortingBy"))?.[h];
|
|
4033
|
-
d ? r(3,
|
|
4034
|
-
},
|
|
4035
|
-
r(3,
|
|
4036
|
-
let
|
|
4037
|
-
|
|
4038
|
-
for (let R in
|
|
4039
|
-
if (
|
|
4040
|
-
|
|
4037
|
+
d ? r(3, b = d) : r(3, b = "All"), r(3, b = w[d]);
|
|
4038
|
+
}, L = (d) => {
|
|
4039
|
+
r(3, b = d);
|
|
4040
|
+
let N = localStorage.getItem("vendorSortingBy");
|
|
4041
|
+
m = d;
|
|
4042
|
+
for (let R in w)
|
|
4043
|
+
if (w[R] === d) {
|
|
4044
|
+
m = R;
|
|
4041
4045
|
break;
|
|
4042
4046
|
}
|
|
4043
|
-
|
|
4047
|
+
N == null ? localStorage.setItem("vendorSortingBy", JSON.stringify({ [h]: m })) : (N = JSON.parse(N), N[h] = m, localStorage.setItem("vendorSortingBy", JSON.stringify(N))), window.postMessage(
|
|
4044
4048
|
{
|
|
4045
4049
|
type: "ApplySorter",
|
|
4046
|
-
sortBy:
|
|
4050
|
+
sortBy: m,
|
|
4047
4051
|
itemId: h
|
|
4048
4052
|
},
|
|
4049
4053
|
window.location.href
|
|
4050
|
-
), r(1,
|
|
4051
|
-
},
|
|
4052
|
-
r(1,
|
|
4053
|
-
},
|
|
4054
|
-
d.data.type == "FilterOpened" && r(1,
|
|
4054
|
+
), r(1, c = !c);
|
|
4055
|
+
}, B = () => {
|
|
4056
|
+
r(1, c = !c), window.postMessage({ type: "SortingOpened" }, window.location.href);
|
|
4057
|
+
}, I = (d) => {
|
|
4058
|
+
d.data.type == "FilterOpened" && r(1, c = !1);
|
|
4055
4059
|
};
|
|
4056
|
-
ir(() => (window.addEventListener("message",
|
|
4057
|
-
window.
|
|
4060
|
+
ir(() => (window.addEventListener("message", I, !1), () => {
|
|
4061
|
+
window.removeEventListener("message", I);
|
|
4058
4062
|
}));
|
|
4059
|
-
const
|
|
4060
|
-
function
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
+
const A = () => B(), C = (d) => L(d);
|
|
4064
|
+
function U(d) {
|
|
4065
|
+
Re[d ? "unshift" : "push"](() => {
|
|
4066
|
+
l = d, r(0, l);
|
|
4063
4067
|
});
|
|
4064
4068
|
}
|
|
4065
4069
|
return e.$$set = (d) => {
|
|
4066
|
-
"lang" in d && r(8, i = d.lang), "translationurl" in d && r(9, o = d.translationurl), "clientstyling" in d && r(10, s = d.clientstyling), "clientstylingurl" in d && r(11, a = d.clientstylingurl), "categoryid" in d && r(12, h = d.categoryid), "mbsource" in d && r(13,
|
|
4070
|
+
"lang" in d && r(8, i = d.lang), "translationurl" in d && r(9, o = d.translationurl), "clientstyling" in d && r(10, s = d.clientstyling), "clientstylingurl" in d && r(11, a = d.clientstylingurl), "categoryid" in d && r(12, h = d.categoryid), "mbsource" in d && r(13, u = d.mbsource);
|
|
4067
4071
|
}, e.$$.update = () => {
|
|
4068
4072
|
e.$$.dirty & /*categoryid*/
|
|
4069
4073
|
4096 && h && M(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4070
|
-
1025 && s &&
|
|
4071
|
-
2049 && a &&
|
|
4072
|
-
8193 &&
|
|
4073
|
-
512 && o &&
|
|
4074
|
+
1025 && s && l && yr(l, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4075
|
+
2049 && a && l && xr(l, a), e.$$.dirty & /*customStylingContainer, mbsource*/
|
|
4076
|
+
8193 && l && vr(l, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4077
|
+
512 && o && S();
|
|
4074
4078
|
}, [
|
|
4079
|
+
l,
|
|
4075
4080
|
c,
|
|
4076
4081
|
f,
|
|
4077
|
-
|
|
4078
|
-
E,
|
|
4082
|
+
b,
|
|
4079
4083
|
n,
|
|
4080
|
-
|
|
4081
|
-
B,
|
|
4084
|
+
w,
|
|
4082
4085
|
L,
|
|
4086
|
+
B,
|
|
4083
4087
|
i,
|
|
4084
4088
|
o,
|
|
4085
4089
|
s,
|
|
4086
4090
|
a,
|
|
4087
4091
|
h,
|
|
4088
|
-
|
|
4092
|
+
u,
|
|
4093
|
+
A,
|
|
4089
4094
|
C,
|
|
4090
|
-
|
|
4091
|
-
X
|
|
4095
|
+
U
|
|
4092
4096
|
];
|
|
4093
4097
|
}
|
|
4094
|
-
class
|
|
4098
|
+
class di extends br {
|
|
4095
4099
|
constructor(t) {
|
|
4096
|
-
super(),
|
|
4100
|
+
super(), mr(
|
|
4097
4101
|
this,
|
|
4098
4102
|
t,
|
|
4099
4103
|
mi,
|
|
4100
|
-
|
|
4104
|
+
pi,
|
|
4101
4105
|
Et,
|
|
4102
4106
|
{
|
|
4103
4107
|
lang: 8,
|
|
@@ -4107,47 +4111,47 @@ class pi extends br {
|
|
|
4107
4111
|
categoryid: 12,
|
|
4108
4112
|
mbsource: 13
|
|
4109
4113
|
},
|
|
4110
|
-
|
|
4114
|
+
ci
|
|
4111
4115
|
);
|
|
4112
4116
|
}
|
|
4113
4117
|
get lang() {
|
|
4114
4118
|
return this.$$.ctx[8];
|
|
4115
4119
|
}
|
|
4116
4120
|
set lang(t) {
|
|
4117
|
-
this.$$set({ lang: t }),
|
|
4121
|
+
this.$$set({ lang: t }), G();
|
|
4118
4122
|
}
|
|
4119
4123
|
get translationurl() {
|
|
4120
4124
|
return this.$$.ctx[9];
|
|
4121
4125
|
}
|
|
4122
4126
|
set translationurl(t) {
|
|
4123
|
-
this.$$set({ translationurl: t }),
|
|
4127
|
+
this.$$set({ translationurl: t }), G();
|
|
4124
4128
|
}
|
|
4125
4129
|
get clientstyling() {
|
|
4126
4130
|
return this.$$.ctx[10];
|
|
4127
4131
|
}
|
|
4128
4132
|
set clientstyling(t) {
|
|
4129
|
-
this.$$set({ clientstyling: t }),
|
|
4133
|
+
this.$$set({ clientstyling: t }), G();
|
|
4130
4134
|
}
|
|
4131
4135
|
get clientstylingurl() {
|
|
4132
4136
|
return this.$$.ctx[11];
|
|
4133
4137
|
}
|
|
4134
4138
|
set clientstylingurl(t) {
|
|
4135
|
-
this.$$set({ clientstylingurl: t }),
|
|
4139
|
+
this.$$set({ clientstylingurl: t }), G();
|
|
4136
4140
|
}
|
|
4137
4141
|
get categoryid() {
|
|
4138
4142
|
return this.$$.ctx[12];
|
|
4139
4143
|
}
|
|
4140
4144
|
set categoryid(t) {
|
|
4141
|
-
this.$$set({ categoryid: t }),
|
|
4145
|
+
this.$$set({ categoryid: t }), G();
|
|
4142
4146
|
}
|
|
4143
4147
|
get mbsource() {
|
|
4144
4148
|
return this.$$.ctx[13];
|
|
4145
4149
|
}
|
|
4146
4150
|
set mbsource(t) {
|
|
4147
|
-
this.$$set({ mbsource: t }),
|
|
4151
|
+
this.$$set({ mbsource: t }), G();
|
|
4148
4152
|
}
|
|
4149
4153
|
}
|
|
4150
|
-
dr(
|
|
4154
|
+
dr(di, { lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, categoryid: {}, mbsource: {} }, [], [], !0);
|
|
4151
4155
|
export {
|
|
4152
|
-
|
|
4156
|
+
di as C
|
|
4153
4157
|
};
|