@everymatrix/casino-navigation-search 1.76.1 → 1.76.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CasinoCategories-N3rsN2lv.js → CasinoCategories-BmFF08EW.js} +553 -585
- package/components/{CasinoCategories-cr_cKqHg.js → CasinoCategories-CLbdIbvq.js} +673 -705
- package/components/CasinoCategories-DI_lt5L1.cjs +3 -0
- package/components/{CasinoCategoriesProviders-YiC3WgYk.js → CasinoCategoriesProviders-B5srm74R.js} +28 -28
- package/components/{CasinoCategoriesProviders-DZGc8-VH.js → CasinoCategoriesProviders-CwEU98wL.js} +28 -28
- package/components/{CasinoCategoriesProviders-BkXdyUrn.cjs → CasinoCategoriesProviders-DB9rj59t.cjs} +1 -1
- package/components/{CasinoGameThumbnail-89T6Kg-Z.js → CasinoGameThumbnail-Cj9XIC4t.js} +1440 -1391
- package/components/CasinoGameThumbnail-CmsBpZJX.cjs +62 -0
- package/components/{CasinoGameThumbnail-4rYlUJGm.js → CasinoGameThumbnail-DUd-Ei_w.js} +1445 -1396
- package/components/{CasinoNavigationSearch-Cai5g3GI.js → CasinoNavigationSearch-B01Oghbi.js} +14 -14
- package/components/{CasinoNavigationSearch-C7FciEak.js → CasinoNavigationSearch-BDIpZVk5.js} +16 -16
- package/components/{CasinoNavigationSearch-BRYmooZ4.cjs → CasinoNavigationSearch-DqkPfTpd.cjs} +1 -1
- package/components/{CasinoProviders-VFHVdM3N.cjs → CasinoProviders-BMXinKGr.cjs} +1 -1
- package/components/{CasinoProviders-Dh2nJ7La.js → CasinoProviders-BlDpLhc4.js} +68 -68
- package/components/{CasinoProviders-DouHN1ED.js → CasinoProviders-PrRb69wR.js} +68 -68
- package/components/{CasinoSearch-CYfGrtH2.js → CasinoSearch-CORBzunD.js} +58 -58
- package/components/{CasinoSearch-6zKqa2kO.js → CasinoSearch-CcR_qysr.js} +58 -58
- package/components/{CasinoSearch-vkrK9DBU.cjs → CasinoSearch-qXrumbkR.cjs} +1 -1
- package/es2015/casino-navigation-search.cjs +1 -1
- package/es2015/casino-navigation-search.js +1 -1
- package/esnext/casino-navigation-search.js +1 -1
- package/package.json +1 -1
- package/stencil/index-97d17652--F7PvMq9.js +542 -0
- package/stencil/index-97d17652-BhLhk_xz.cjs +1 -0
- package/stencil/index-97d17652-CCFHkzJw.js +558 -0
- package/stencil/{ui-image-BMiZteNE.cjs → ui-image-BaHsVAxH.cjs} +1 -1
- package/stencil/{ui-image-CX3MBBZL.js → ui-image-C7s6Uvn5.js} +1 -1
- package/stencil/{ui-image-BW8AeEVd.js → ui-image-CHeV8e9p.js} +1 -1
- package/stencil/{ui-image-b7b48fe5-2Ir9VtWc.js → ui-image-b7b48fe5-ByRuJtdE.js} +1 -1
- package/stencil/{ui-image-b7b48fe5-AJGQkQBu.js → ui-image-b7b48fe5-D6iig_uN.js} +1 -1
- package/stencil/{ui-image-b7b48fe5-pdIH5TBa.cjs → ui-image-b7b48fe5-DG83WzAo.cjs} +1 -1
- package/stencil/{ui-image_2-Dh5Eqdlm.js → ui-image_2-Bm97-wkj.js} +2 -2
- package/stencil/{ui-image_2-BGf0VFLf.cjs → ui-image_2-DdFjzzNO.cjs} +1 -1
- package/stencil/{ui-image_2-_K8Pt3w9.js → ui-image_2-qO3reSlr.js} +2 -2
- package/components/CasinoCategories-Co6tLVKu.cjs +0 -16
- package/components/CasinoGameThumbnail-D-qRHitQ.cjs +0 -49
- package/stencil/index-97d17652-BD-QREJe.js +0 -558
- package/stencil/index-97d17652-DJqGt8q2.js +0 -542
- package/stencil/index-97d17652-tiiCeQFu.cjs +0 -1
|
@@ -2,15 +2,15 @@ var ir = Object.defineProperty, sr = Object.defineProperties;
|
|
|
2
2
|
var or = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Ye = Object.getOwnPropertySymbols;
|
|
4
4
|
var ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var Ae = (e, t, r) => t in e ? ir(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
ar.call(t, r) &&
|
|
7
|
+
ar.call(t, r) && Ae(e, r, t[r]);
|
|
8
8
|
if (Ye)
|
|
9
9
|
for (var r of Ye(t))
|
|
10
|
-
ur.call(t, r) &&
|
|
10
|
+
ur.call(t, r) && Ae(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, et = (e, t) => sr(e, or(t));
|
|
13
|
-
var w = (e, t, r) => (
|
|
13
|
+
var w = (e, t, r) => (Ae(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var tt = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var s = (h) => {
|
|
16
16
|
try {
|
|
@@ -27,7 +27,7 @@ var tt = (e, t, r) => new Promise((n, i) => {
|
|
|
27
27
|
}, u = (h) => h.done ? n(h.value) : Promise.resolve(h.value).then(s, o);
|
|
28
28
|
u((r = r.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
|
-
import "../stencil/ui-image-
|
|
30
|
+
import "../stencil/ui-image-C7s6Uvn5.js";
|
|
31
31
|
function L() {
|
|
32
32
|
}
|
|
33
33
|
function Ct(e) {
|
|
@@ -36,23 +36,23 @@ function Ct(e) {
|
|
|
36
36
|
function rt() {
|
|
37
37
|
return /* @__PURE__ */ Object.create(null);
|
|
38
38
|
}
|
|
39
|
-
function
|
|
39
|
+
function he(e) {
|
|
40
40
|
e.forEach(Ct);
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function We(e) {
|
|
43
43
|
return typeof e == "function";
|
|
44
44
|
}
|
|
45
45
|
function Ht(e, t) {
|
|
46
46
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
47
47
|
}
|
|
48
|
-
let
|
|
49
|
-
function
|
|
50
|
-
return e === t ? !0 : (
|
|
48
|
+
let ce;
|
|
49
|
+
function ye(e, t) {
|
|
50
|
+
return e === t ? !0 : (ce || (ce = document.createElement("a")), ce.href = t, e === ce.href);
|
|
51
51
|
}
|
|
52
52
|
function hr(e) {
|
|
53
53
|
return Object.keys(e).length === 0;
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function St(e, ...t) {
|
|
56
56
|
if (e == null) {
|
|
57
57
|
for (const n of t)
|
|
58
58
|
n(void 0);
|
|
@@ -62,7 +62,7 @@ function At(e, ...t) {
|
|
|
62
62
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
63
63
|
}
|
|
64
64
|
function lr(e, t, r) {
|
|
65
|
-
e.$$.on_destroy.push(
|
|
65
|
+
e.$$.on_destroy.push(St(t, r));
|
|
66
66
|
}
|
|
67
67
|
function v(e, t) {
|
|
68
68
|
e.appendChild(t);
|
|
@@ -70,7 +70,7 @@ function v(e, t) {
|
|
|
70
70
|
function fr(e, t, r) {
|
|
71
71
|
const n = cr(e);
|
|
72
72
|
if (!n.getElementById(t)) {
|
|
73
|
-
const i =
|
|
73
|
+
const i = A("style");
|
|
74
74
|
i.id = t, i.textContent = r, gr(n, i);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -91,32 +91,32 @@ function gr(e, t) {
|
|
|
91
91
|
t
|
|
92
92
|
), t.sheet;
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function X(e, t, r) {
|
|
95
95
|
e.insertBefore(t, r || null);
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function k(e) {
|
|
98
98
|
e.parentNode && e.parentNode.removeChild(e);
|
|
99
99
|
}
|
|
100
100
|
function nt(e, t) {
|
|
101
101
|
for (let r = 0; r < e.length; r += 1)
|
|
102
102
|
e[r] && e[r].d(t);
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function A(e) {
|
|
105
105
|
return document.createElement(e);
|
|
106
106
|
}
|
|
107
107
|
function mr(e) {
|
|
108
108
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function D(e) {
|
|
111
111
|
return document.createTextNode(e);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
114
|
-
return
|
|
113
|
+
function G() {
|
|
114
|
+
return D(" ");
|
|
115
115
|
}
|
|
116
|
-
function
|
|
117
|
-
return
|
|
116
|
+
function Oi() {
|
|
117
|
+
return D("");
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function At(e, t, r, n) {
|
|
120
120
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
121
121
|
}
|
|
122
122
|
function I(e, t, r) {
|
|
@@ -129,17 +129,17 @@ function R(e, t, r) {
|
|
|
129
129
|
function pr(e) {
|
|
130
130
|
return Array.from(e.childNodes);
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function j(e, t) {
|
|
133
133
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
134
134
|
t);
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function Pi(e, t) {
|
|
137
137
|
e.value = t == null ? "" : t;
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function Ni(e, t, r) {
|
|
140
140
|
e.classList.toggle(t, !!r);
|
|
141
141
|
}
|
|
142
|
-
class
|
|
142
|
+
class Li {
|
|
143
143
|
constructor(t = !1) {
|
|
144
144
|
/**
|
|
145
145
|
* @private
|
|
@@ -173,7 +173,7 @@ class Ni {
|
|
|
173
173
|
this.e || (this.is_svg ? this.e = mr(
|
|
174
174
|
/** @type {keyof SVGElementTagNameMap} */
|
|
175
175
|
r.nodeName
|
|
176
|
-
) : this.e =
|
|
176
|
+
) : this.e = A(
|
|
177
177
|
/** @type {keyof HTMLElementTagNameMap} */
|
|
178
178
|
r.nodeType === 11 ? "TEMPLATE" : r.nodeName
|
|
179
179
|
), this.t = r.tagName !== "TEMPLATE" ? r : (
|
|
@@ -194,7 +194,7 @@ class Ni {
|
|
|
194
194
|
* @returns {void} */
|
|
195
195
|
i(t) {
|
|
196
196
|
for (let r = 0; r < this.n.length; r += 1)
|
|
197
|
-
|
|
197
|
+
X(this.t, this.n[r], t);
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* @param {string} html
|
|
@@ -206,7 +206,7 @@ class Ni {
|
|
|
206
206
|
/**
|
|
207
207
|
* @returns {void} */
|
|
208
208
|
d() {
|
|
209
|
-
this.n.forEach(
|
|
209
|
+
this.n.forEach(k);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
function dr(e) {
|
|
@@ -218,93 +218,93 @@ function dr(e) {
|
|
|
218
218
|
}
|
|
219
219
|
), t;
|
|
220
220
|
}
|
|
221
|
-
let
|
|
222
|
-
function
|
|
223
|
-
|
|
221
|
+
let oe;
|
|
222
|
+
function se(e) {
|
|
223
|
+
oe = e;
|
|
224
224
|
}
|
|
225
225
|
function br() {
|
|
226
|
-
if (!
|
|
226
|
+
if (!oe)
|
|
227
227
|
throw new Error("Function called outside component initialization");
|
|
228
|
-
return
|
|
228
|
+
return oe;
|
|
229
229
|
}
|
|
230
230
|
function yr(e) {
|
|
231
231
|
br().$$.on_mount.push(e);
|
|
232
232
|
}
|
|
233
|
-
const
|
|
234
|
-
let
|
|
233
|
+
const Q = [], Me = [];
|
|
234
|
+
let q = [];
|
|
235
235
|
const it = [], Bt = /* @__PURE__ */ Promise.resolve();
|
|
236
|
-
let
|
|
236
|
+
let $e = !1;
|
|
237
237
|
function wt() {
|
|
238
|
-
|
|
238
|
+
$e || ($e = !0, Bt.then(M));
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function Ii() {
|
|
241
241
|
return wt(), Bt;
|
|
242
242
|
}
|
|
243
|
-
function
|
|
244
|
-
|
|
243
|
+
function Re(e) {
|
|
244
|
+
q.push(e);
|
|
245
245
|
}
|
|
246
|
-
const
|
|
247
|
-
let
|
|
246
|
+
const Be = /* @__PURE__ */ new Set();
|
|
247
|
+
let W = 0;
|
|
248
248
|
function M() {
|
|
249
|
-
if (
|
|
249
|
+
if (W !== 0)
|
|
250
250
|
return;
|
|
251
|
-
const e =
|
|
251
|
+
const e = oe;
|
|
252
252
|
do {
|
|
253
253
|
try {
|
|
254
|
-
for (;
|
|
255
|
-
const t =
|
|
256
|
-
|
|
254
|
+
for (; W < Q.length; ) {
|
|
255
|
+
const t = Q[W];
|
|
256
|
+
W++, se(t), _r(t.$$);
|
|
257
257
|
}
|
|
258
258
|
} catch (t) {
|
|
259
|
-
throw
|
|
259
|
+
throw Q.length = 0, W = 0, t;
|
|
260
260
|
}
|
|
261
|
-
for (
|
|
262
|
-
|
|
263
|
-
for (let t = 0; t <
|
|
264
|
-
const r =
|
|
265
|
-
|
|
261
|
+
for (se(null), Q.length = 0, W = 0; Me.length; )
|
|
262
|
+
Me.pop()();
|
|
263
|
+
for (let t = 0; t < q.length; t += 1) {
|
|
264
|
+
const r = q[t];
|
|
265
|
+
Be.has(r) || (Be.add(r), r());
|
|
266
266
|
}
|
|
267
|
-
|
|
268
|
-
} while (
|
|
267
|
+
q.length = 0;
|
|
268
|
+
} while (Q.length);
|
|
269
269
|
for (; it.length; )
|
|
270
270
|
it.pop()();
|
|
271
|
-
|
|
271
|
+
$e = !1, Be.clear(), se(e);
|
|
272
272
|
}
|
|
273
273
|
function _r(e) {
|
|
274
274
|
if (e.fragment !== null) {
|
|
275
|
-
e.update(),
|
|
275
|
+
e.update(), he(e.before_update);
|
|
276
276
|
const t = e.dirty;
|
|
277
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
277
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Re);
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
function Er(e) {
|
|
281
281
|
const t = [], r = [];
|
|
282
|
-
|
|
282
|
+
q.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), q = t;
|
|
283
283
|
}
|
|
284
|
-
const
|
|
285
|
-
function
|
|
286
|
-
e && e.i && (
|
|
284
|
+
const vr = /* @__PURE__ */ new Set();
|
|
285
|
+
function xr(e, t) {
|
|
286
|
+
e && e.i && (vr.delete(e), e.i(t));
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function ge(e) {
|
|
289
289
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
290
290
|
}
|
|
291
291
|
function Tr(e, t, r) {
|
|
292
292
|
const { fragment: n, after_update: i } = e.$$;
|
|
293
|
-
n && n.m(t, r),
|
|
294
|
-
const s = e.$$.on_mount.map(Ct).filter(
|
|
295
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
296
|
-
}), i.forEach(
|
|
293
|
+
n && n.m(t, r), Re(() => {
|
|
294
|
+
const s = e.$$.on_mount.map(Ct).filter(We);
|
|
295
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : he(s), e.$$.on_mount = [];
|
|
296
|
+
}), i.forEach(Re);
|
|
297
297
|
}
|
|
298
298
|
function Cr(e, t) {
|
|
299
299
|
const r = e.$$;
|
|
300
|
-
r.fragment !== null && (Er(r.after_update),
|
|
300
|
+
r.fragment !== null && (Er(r.after_update), he(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
301
301
|
}
|
|
302
302
|
function Hr(e, t) {
|
|
303
|
-
e.$$.dirty[0] === -1 && (
|
|
303
|
+
e.$$.dirty[0] === -1 && (Q.push(e), wt(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
304
304
|
}
|
|
305
|
-
function
|
|
306
|
-
const h =
|
|
307
|
-
|
|
305
|
+
function Sr(e, t, r, n, i, s, o = null, u = [-1]) {
|
|
306
|
+
const h = oe;
|
|
307
|
+
se(e);
|
|
308
308
|
const a = e.$$ = {
|
|
309
309
|
fragment: null,
|
|
310
310
|
ctx: [],
|
|
@@ -331,15 +331,15 @@ function Ar(e, t, r, n, i, s, o = null, u = [-1]) {
|
|
|
331
331
|
if (a.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
|
|
332
332
|
const d = p.length ? p[0] : f;
|
|
333
333
|
return a.ctx && i(a.ctx[c], a.ctx[c] = d) && (!a.skip_bound && a.bound[c] && a.bound[c](d), l && Hr(e, c)), f;
|
|
334
|
-
}) : [], a.update(), l = !0,
|
|
334
|
+
}) : [], a.update(), l = !0, he(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
|
|
335
335
|
if (t.hydrate) {
|
|
336
336
|
const c = pr(t.target);
|
|
337
|
-
a.fragment && a.fragment.l(c), c.forEach(
|
|
337
|
+
a.fragment && a.fragment.l(c), c.forEach(k);
|
|
338
338
|
} else
|
|
339
339
|
a.fragment && a.fragment.c();
|
|
340
|
-
t.intro &&
|
|
340
|
+
t.intro && xr(e.$$.fragment), Tr(e, t.target, t.anchor), M();
|
|
341
341
|
}
|
|
342
|
-
|
|
342
|
+
se(h);
|
|
343
343
|
}
|
|
344
344
|
let Ot;
|
|
345
345
|
typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
@@ -386,17 +386,17 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
|
386
386
|
let o;
|
|
387
387
|
return {
|
|
388
388
|
c: function() {
|
|
389
|
-
o =
|
|
389
|
+
o = A("slot"), s !== "default" && I(o, "name", s);
|
|
390
390
|
},
|
|
391
391
|
/**
|
|
392
392
|
* @param {HTMLElement} target
|
|
393
393
|
* @param {HTMLElement} [anchor]
|
|
394
394
|
*/
|
|
395
395
|
m: function(a, l) {
|
|
396
|
-
|
|
396
|
+
X(a, o, l);
|
|
397
397
|
},
|
|
398
398
|
d: function(a) {
|
|
399
|
-
a &&
|
|
399
|
+
a && k(o);
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
402
|
};
|
|
@@ -408,7 +408,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
|
408
408
|
s in n && (r[s] = [t(s)]);
|
|
409
409
|
for (const s of this.attributes) {
|
|
410
410
|
const o = this.$$g_p(s.name);
|
|
411
|
-
o in this.$$d || (this.$$d[o] =
|
|
411
|
+
o in this.$$d || (this.$$d[o] = pe(o, s.value, this.$$p_d, "toProp"));
|
|
412
412
|
}
|
|
413
413
|
for (const s in this.$$p_d)
|
|
414
414
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
|
@@ -425,7 +425,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
|
425
425
|
this.$$r = !0;
|
|
426
426
|
for (const s in this.$$p_d)
|
|
427
427
|
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
|
428
|
-
const o =
|
|
428
|
+
const o = pe(
|
|
429
429
|
s,
|
|
430
430
|
this.$$d[s],
|
|
431
431
|
this.$$p_d,
|
|
@@ -449,7 +449,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
|
449
449
|
// and setting attributes through setAttribute etc, this is helpful
|
|
450
450
|
attributeChangedCallback(t, r, n) {
|
|
451
451
|
var i;
|
|
452
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
|
452
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = pe(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
|
453
453
|
}
|
|
454
454
|
disconnectedCallback() {
|
|
455
455
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -462,7 +462,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
|
|
|
462
462
|
) || t;
|
|
463
463
|
}
|
|
464
464
|
});
|
|
465
|
-
function
|
|
465
|
+
function pe(e, t, r, n) {
|
|
466
466
|
var s;
|
|
467
467
|
const i = (s = r[e]) == null ? void 0 : s.type;
|
|
468
468
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
@@ -492,7 +492,7 @@ function me(e, t, r, n) {
|
|
|
492
492
|
return t;
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function Ar(e, t, r, n, i, s) {
|
|
496
496
|
let o = class extends Ot {
|
|
497
497
|
constructor() {
|
|
498
498
|
super(e, r, i), this.$$p_d = t;
|
|
@@ -510,7 +510,7 @@ function Sr(e, t, r, n, i, s) {
|
|
|
510
510
|
},
|
|
511
511
|
set(h) {
|
|
512
512
|
var a;
|
|
513
|
-
h =
|
|
513
|
+
h = pe(u, h, t), this.$$d[u] = h, (a = this.$$c) == null || a.$set({ [u]: h });
|
|
514
514
|
}
|
|
515
515
|
});
|
|
516
516
|
}), n.forEach((u) => {
|
|
@@ -553,7 +553,7 @@ class Br {
|
|
|
553
553
|
* @returns {() => void}
|
|
554
554
|
*/
|
|
555
555
|
$on(t, r) {
|
|
556
|
-
if (!
|
|
556
|
+
if (!We(r))
|
|
557
557
|
return L;
|
|
558
558
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
559
559
|
return n.push(r), () => {
|
|
@@ -594,24 +594,24 @@ function Nr(e, t, r) {
|
|
|
594
594
|
});
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
const
|
|
597
|
+
const Z = [];
|
|
598
598
|
function Lr(e, t) {
|
|
599
599
|
return {
|
|
600
|
-
subscribe:
|
|
600
|
+
subscribe: xe(e, t).subscribe
|
|
601
601
|
};
|
|
602
602
|
}
|
|
603
|
-
function
|
|
603
|
+
function xe(e, t = L) {
|
|
604
604
|
let r;
|
|
605
605
|
const n = /* @__PURE__ */ new Set();
|
|
606
606
|
function i(u) {
|
|
607
607
|
if (Ht(e, u) && (e = u, r)) {
|
|
608
|
-
const h = !
|
|
608
|
+
const h = !Z.length;
|
|
609
609
|
for (const a of n)
|
|
610
|
-
a[1](),
|
|
610
|
+
a[1](), Z.push(a, e);
|
|
611
611
|
if (h) {
|
|
612
|
-
for (let a = 0; a <
|
|
613
|
-
|
|
614
|
-
|
|
612
|
+
for (let a = 0; a < Z.length; a += 2)
|
|
613
|
+
Z[a][0](Z[a + 1]);
|
|
614
|
+
Z.length = 0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
}
|
|
@@ -626,7 +626,7 @@ function Ee(e, t = L) {
|
|
|
626
626
|
}
|
|
627
627
|
return { set: i, update: s, subscribe: o };
|
|
628
628
|
}
|
|
629
|
-
function
|
|
629
|
+
function te(e, t, r) {
|
|
630
630
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
631
631
|
if (!i.every(Boolean))
|
|
632
632
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
@@ -640,12 +640,12 @@ function ee(e, t, r) {
|
|
|
640
640
|
return;
|
|
641
641
|
c();
|
|
642
642
|
const d = t(n ? a[0] : a, o, u);
|
|
643
|
-
s ? o(d) : c =
|
|
643
|
+
s ? o(d) : c = We(d) ? d : L;
|
|
644
644
|
}, p = i.map(
|
|
645
|
-
(d, g) =>
|
|
645
|
+
(d, g) => St(
|
|
646
646
|
d,
|
|
647
|
-
(
|
|
648
|
-
a[g] =
|
|
647
|
+
(E) => {
|
|
648
|
+
a[g] = E, l &= ~(1 << g), h && f();
|
|
649
649
|
},
|
|
650
650
|
() => {
|
|
651
651
|
l |= 1 << g;
|
|
@@ -653,7 +653,7 @@ function ee(e, t, r) {
|
|
|
653
653
|
)
|
|
654
654
|
);
|
|
655
655
|
return h = !0, f(), function() {
|
|
656
|
-
|
|
656
|
+
he(p), c(), h = !1;
|
|
657
657
|
};
|
|
658
658
|
});
|
|
659
659
|
}
|
|
@@ -677,12 +677,12 @@ function Dr(e) {
|
|
|
677
677
|
function Fr(e) {
|
|
678
678
|
return Array.isArray(e) ? [] : {};
|
|
679
679
|
}
|
|
680
|
-
function
|
|
680
|
+
function ae(e, t) {
|
|
681
681
|
return t.clone !== !1 && t.isMergeableObject(e) ? J(Fr(e), e, t) : e;
|
|
682
682
|
}
|
|
683
683
|
function jr(e, t, r) {
|
|
684
684
|
return e.concat(t).map(function(n) {
|
|
685
|
-
return
|
|
685
|
+
return ae(n, r);
|
|
686
686
|
});
|
|
687
687
|
}
|
|
688
688
|
function kr(e, t) {
|
|
@@ -712,15 +712,15 @@ function Xr(e, t) {
|
|
|
712
712
|
function zr(e, t, r) {
|
|
713
713
|
var n = {};
|
|
714
714
|
return r.isMergeableObject(e) && st(e).forEach(function(i) {
|
|
715
|
-
n[i] =
|
|
715
|
+
n[i] = ae(e[i], r);
|
|
716
716
|
}), st(t).forEach(function(i) {
|
|
717
|
-
Xr(e, i) || (Pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = kr(i, r)(e[i], t[i], r) : n[i] =
|
|
717
|
+
Xr(e, i) || (Pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = kr(i, r)(e[i], t[i], r) : n[i] = ae(t[i], r));
|
|
718
718
|
}), n;
|
|
719
719
|
}
|
|
720
720
|
function J(e, t, r) {
|
|
721
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || jr, r.isMergeableObject = r.isMergeableObject || Mr, r.cloneUnlessOtherwiseSpecified =
|
|
721
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || jr, r.isMergeableObject = r.isMergeableObject || Mr, r.cloneUnlessOtherwiseSpecified = ae;
|
|
722
722
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
|
723
|
-
return s ? n ? r.arrayMerge(e, t, r) : zr(e, t, r) :
|
|
723
|
+
return s ? n ? r.arrayMerge(e, t, r) : zr(e, t, r) : ae(t, r);
|
|
724
724
|
}
|
|
725
725
|
J.all = function(t, r) {
|
|
726
726
|
if (!Array.isArray(t))
|
|
@@ -731,48 +731,34 @@ J.all = function(t, r) {
|
|
|
731
731
|
};
|
|
732
732
|
var Wr = J, Zr = Wr;
|
|
733
733
|
const Qr = /* @__PURE__ */ Ir(Zr);
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
738
|
-
purpose with or without fee is hereby granted.
|
|
739
|
-
|
|
740
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
741
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
742
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
743
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
744
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
745
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
746
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
747
|
-
***************************************************************************** */
|
|
748
|
-
var $e = function(e, t) {
|
|
749
|
-
return $e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
734
|
+
var Ue = function(e, t) {
|
|
735
|
+
return Ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
750
736
|
r.__proto__ = n;
|
|
751
737
|
} || function(r, n) {
|
|
752
738
|
for (var i in n)
|
|
753
739
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
754
|
-
},
|
|
740
|
+
}, Ue(e, t);
|
|
755
741
|
};
|
|
756
|
-
function
|
|
742
|
+
function Te(e, t) {
|
|
757
743
|
if (typeof t != "function" && t !== null)
|
|
758
744
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
759
|
-
|
|
745
|
+
Ue(e, t);
|
|
760
746
|
function r() {
|
|
761
747
|
this.constructor = e;
|
|
762
748
|
}
|
|
763
749
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
764
750
|
}
|
|
765
|
-
var
|
|
766
|
-
return
|
|
751
|
+
var U = function() {
|
|
752
|
+
return U = Object.assign || function(t) {
|
|
767
753
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
768
754
|
r = arguments[n];
|
|
769
755
|
for (var s in r)
|
|
770
756
|
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
771
757
|
}
|
|
772
758
|
return t;
|
|
773
|
-
},
|
|
759
|
+
}, U.apply(this, arguments);
|
|
774
760
|
};
|
|
775
|
-
function
|
|
761
|
+
function qr(e, t) {
|
|
776
762
|
var r = {};
|
|
777
763
|
for (var n in e)
|
|
778
764
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -781,143 +767,119 @@ function Jr(e, t) {
|
|
|
781
767
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
782
768
|
return r;
|
|
783
769
|
}
|
|
784
|
-
function
|
|
785
|
-
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
786
|
-
if (r)
|
|
787
|
-
return r.call(e);
|
|
788
|
-
if (e && typeof e.length == "number")
|
|
789
|
-
return {
|
|
790
|
-
next: function() {
|
|
791
|
-
return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
|
|
792
|
-
}
|
|
793
|
-
};
|
|
794
|
-
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
795
|
-
}
|
|
796
|
-
function Mi(e, t) {
|
|
797
|
-
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
798
|
-
if (!r)
|
|
799
|
-
return e;
|
|
800
|
-
var n = r.call(e), i, s = [], o;
|
|
801
|
-
try {
|
|
802
|
-
for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
|
|
803
|
-
s.push(i.value);
|
|
804
|
-
} catch (u) {
|
|
805
|
-
o = { error: u };
|
|
806
|
-
} finally {
|
|
807
|
-
try {
|
|
808
|
-
i && !i.done && (r = n.return) && r.call(n);
|
|
809
|
-
} finally {
|
|
810
|
-
if (o)
|
|
811
|
-
throw o.error;
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
return s;
|
|
815
|
-
}
|
|
816
|
-
function Se(e, t, r) {
|
|
770
|
+
function we(e, t, r) {
|
|
817
771
|
if (r || arguments.length === 2)
|
|
818
772
|
for (var n = 0, i = t.length, s; n < i; n++)
|
|
819
773
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
820
|
-
return e.concat(s || t);
|
|
774
|
+
return e.concat(s || Array.prototype.slice.call(t));
|
|
821
775
|
}
|
|
822
|
-
function
|
|
823
|
-
var r = t && t.cache ? t.cache :
|
|
776
|
+
function Oe(e, t) {
|
|
777
|
+
var r = t && t.cache ? t.cache : nn, n = t && t.serializer ? t.serializer : tn, i = t && t.strategy ? t.strategy : Kr;
|
|
824
778
|
return i(e, {
|
|
825
779
|
cache: r,
|
|
826
780
|
serializer: n
|
|
827
781
|
});
|
|
828
782
|
}
|
|
829
|
-
function
|
|
783
|
+
function Jr(e) {
|
|
830
784
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
831
785
|
}
|
|
832
|
-
function
|
|
833
|
-
var i =
|
|
786
|
+
function Yr(e, t, r, n) {
|
|
787
|
+
var i = Jr(n) ? n : r(n), s = t.get(i);
|
|
834
788
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
|
835
789
|
}
|
|
836
|
-
function
|
|
790
|
+
function Nt(e, t, r) {
|
|
837
791
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
|
838
792
|
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
|
839
793
|
}
|
|
840
|
-
function
|
|
794
|
+
function Lt(e, t, r, n, i) {
|
|
841
795
|
return r.bind(t, e, n, i);
|
|
842
796
|
}
|
|
843
|
-
function Yr(e, t) {
|
|
844
|
-
var r = e.length === 1 ? Nt : Lt;
|
|
845
|
-
return ze(e, this, r, t.cache.create(), t.serializer);
|
|
846
|
-
}
|
|
847
797
|
function Kr(e, t) {
|
|
848
|
-
|
|
798
|
+
var r = e.length === 1 ? Yr : Nt;
|
|
799
|
+
return Lt(e, this, r, t.cache.create(), t.serializer);
|
|
849
800
|
}
|
|
850
801
|
function en(e, t) {
|
|
851
|
-
return
|
|
802
|
+
return Lt(e, this, Nt, t.cache.create(), t.serializer);
|
|
852
803
|
}
|
|
853
804
|
var tn = function() {
|
|
854
805
|
return JSON.stringify(arguments);
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
806
|
+
}, rn = (
|
|
807
|
+
/** @class */
|
|
808
|
+
function() {
|
|
809
|
+
function e() {
|
|
810
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
811
|
+
}
|
|
812
|
+
return e.prototype.get = function(t) {
|
|
813
|
+
return this.cache[t];
|
|
814
|
+
}, e.prototype.set = function(t, r) {
|
|
815
|
+
this.cache[t] = r;
|
|
816
|
+
}, e;
|
|
817
|
+
}()
|
|
818
|
+
), nn = {
|
|
866
819
|
create: function() {
|
|
867
|
-
return new
|
|
820
|
+
return new rn();
|
|
868
821
|
}
|
|
869
|
-
},
|
|
870
|
-
variadic:
|
|
871
|
-
|
|
872
|
-
|
|
822
|
+
}, Pe = {
|
|
823
|
+
variadic: en
|
|
824
|
+
}, _e = function() {
|
|
825
|
+
return _e = Object.assign || function(t) {
|
|
826
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
827
|
+
r = arguments[n];
|
|
828
|
+
for (var s in r)
|
|
829
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
830
|
+
}
|
|
831
|
+
return t;
|
|
832
|
+
}, _e.apply(this, arguments);
|
|
833
|
+
};
|
|
834
|
+
var y;
|
|
873
835
|
(function(e) {
|
|
874
836
|
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";
|
|
875
837
|
})(y || (y = {}));
|
|
876
|
-
var
|
|
838
|
+
var x;
|
|
877
839
|
(function(e) {
|
|
878
840
|
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";
|
|
879
|
-
})(
|
|
880
|
-
var
|
|
841
|
+
})(x || (x = {}));
|
|
842
|
+
var Y;
|
|
881
843
|
(function(e) {
|
|
882
844
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
883
|
-
})(
|
|
845
|
+
})(Y || (Y = {}));
|
|
884
846
|
function ot(e) {
|
|
885
|
-
return e.type ===
|
|
847
|
+
return e.type === x.literal;
|
|
886
848
|
}
|
|
887
|
-
function
|
|
888
|
-
return e.type ===
|
|
849
|
+
function sn(e) {
|
|
850
|
+
return e.type === x.argument;
|
|
889
851
|
}
|
|
890
852
|
function It(e) {
|
|
891
|
-
return e.type ===
|
|
853
|
+
return e.type === x.number;
|
|
892
854
|
}
|
|
893
855
|
function Mt(e) {
|
|
894
|
-
return e.type ===
|
|
856
|
+
return e.type === x.date;
|
|
895
857
|
}
|
|
896
858
|
function $t(e) {
|
|
897
|
-
return e.type ===
|
|
859
|
+
return e.type === x.time;
|
|
898
860
|
}
|
|
899
861
|
function Rt(e) {
|
|
900
|
-
return e.type ===
|
|
862
|
+
return e.type === x.select;
|
|
901
863
|
}
|
|
902
864
|
function Ut(e) {
|
|
903
|
-
return e.type ===
|
|
865
|
+
return e.type === x.plural;
|
|
904
866
|
}
|
|
905
|
-
function
|
|
906
|
-
return e.type ===
|
|
867
|
+
function on(e) {
|
|
868
|
+
return e.type === x.pound;
|
|
907
869
|
}
|
|
908
870
|
function Gt(e) {
|
|
909
|
-
return e.type ===
|
|
871
|
+
return e.type === x.tag;
|
|
910
872
|
}
|
|
911
873
|
function Dt(e) {
|
|
912
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
874
|
+
return !!(e && typeof e == "object" && e.type === Y.number);
|
|
913
875
|
}
|
|
914
|
-
function
|
|
915
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
876
|
+
function Ge(e) {
|
|
877
|
+
return !!(e && typeof e == "object" && e.type === Y.dateTime);
|
|
916
878
|
}
|
|
917
|
-
var Ft = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
918
|
-
function
|
|
879
|
+
var Ft = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, an = /(?:[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;
|
|
880
|
+
function un(e) {
|
|
919
881
|
var t = {};
|
|
920
|
-
return e.replace(
|
|
882
|
+
return e.replace(an, function(r) {
|
|
921
883
|
var n = r.length;
|
|
922
884
|
switch (r[0]) {
|
|
923
885
|
case "G":
|
|
@@ -1006,11 +968,21 @@ function an(e) {
|
|
|
1006
968
|
return "";
|
|
1007
969
|
}), t;
|
|
1008
970
|
}
|
|
1009
|
-
var
|
|
1010
|
-
function
|
|
971
|
+
var C = function() {
|
|
972
|
+
return C = Object.assign || function(t) {
|
|
973
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
974
|
+
r = arguments[n];
|
|
975
|
+
for (var s in r)
|
|
976
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
977
|
+
}
|
|
978
|
+
return t;
|
|
979
|
+
}, C.apply(this, arguments);
|
|
980
|
+
};
|
|
981
|
+
var hn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
982
|
+
function ln(e) {
|
|
1011
983
|
if (e.length === 0)
|
|
1012
984
|
throw new Error("Number skeleton cannot be empty");
|
|
1013
|
-
for (var t = e.split(
|
|
985
|
+
for (var t = e.split(hn).filter(function(f) {
|
|
1014
986
|
return f.length > 0;
|
|
1015
987
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1016
988
|
var s = i[n], o = s.split("/");
|
|
@@ -1025,10 +997,10 @@ function hn(e) {
|
|
|
1025
997
|
}
|
|
1026
998
|
return r;
|
|
1027
999
|
}
|
|
1028
|
-
function
|
|
1000
|
+
function fn(e) {
|
|
1029
1001
|
return e.replace(/^(.*?)-/, "");
|
|
1030
1002
|
}
|
|
1031
|
-
var at = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, jt = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
1003
|
+
var at = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, jt = /^(@+)?(\+|#+)?[rs]?$/g, cn = /(\*)(0+)|(#+)(0+)|(0+)/g, kt = /^(0+)$/;
|
|
1032
1004
|
function ut(e) {
|
|
1033
1005
|
var t = {};
|
|
1034
1006
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(jt, function(r, n, i) {
|
|
@@ -1075,7 +1047,7 @@ function Vt(e) {
|
|
|
1075
1047
|
};
|
|
1076
1048
|
}
|
|
1077
1049
|
}
|
|
1078
|
-
function
|
|
1050
|
+
function gn(e) {
|
|
1079
1051
|
var t;
|
|
1080
1052
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1081
1053
|
notation: "engineering"
|
|
@@ -1093,7 +1065,7 @@ function ht(e) {
|
|
|
1093
1065
|
var t = {}, r = Vt(e);
|
|
1094
1066
|
return r || t;
|
|
1095
1067
|
}
|
|
1096
|
-
function
|
|
1068
|
+
function mn(e) {
|
|
1097
1069
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1098
1070
|
var i = n[r];
|
|
1099
1071
|
switch (i.stem) {
|
|
@@ -1117,7 +1089,7 @@ function gn(e) {
|
|
|
1117
1089
|
continue;
|
|
1118
1090
|
case "measure-unit":
|
|
1119
1091
|
case "unit":
|
|
1120
|
-
t.style = "unit", t.unit =
|
|
1092
|
+
t.style = "unit", t.unit = fn(i.options[0]);
|
|
1121
1093
|
continue;
|
|
1122
1094
|
case "compact-short":
|
|
1123
1095
|
case "K":
|
|
@@ -1128,13 +1100,13 @@ function gn(e) {
|
|
|
1128
1100
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1129
1101
|
continue;
|
|
1130
1102
|
case "scientific":
|
|
1131
|
-
t =
|
|
1132
|
-
return
|
|
1103
|
+
t = C(C(C({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
|
|
1104
|
+
return C(C({}, h), ht(a));
|
|
1133
1105
|
}, {}));
|
|
1134
1106
|
continue;
|
|
1135
1107
|
case "engineering":
|
|
1136
|
-
t =
|
|
1137
|
-
return
|
|
1108
|
+
t = C(C(C({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
|
|
1109
|
+
return C(C({}, h), ht(a));
|
|
1138
1110
|
}, {}));
|
|
1139
1111
|
continue;
|
|
1140
1112
|
case "notation-simple":
|
|
@@ -1179,7 +1151,7 @@ function gn(e) {
|
|
|
1179
1151
|
case "integer-width":
|
|
1180
1152
|
if (i.options.length > 1)
|
|
1181
1153
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1182
|
-
i.options[0].replace(
|
|
1154
|
+
i.options[0].replace(cn, function(h, a, l, c, f, p) {
|
|
1183
1155
|
if (a)
|
|
1184
1156
|
t.minimumIntegerDigits = l.length;
|
|
1185
1157
|
else {
|
|
@@ -1203,21 +1175,21 @@ function gn(e) {
|
|
|
1203
1175
|
return l === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
|
|
1204
1176
|
});
|
|
1205
1177
|
var s = i.options[0];
|
|
1206
|
-
s === "w" ? t =
|
|
1178
|
+
s === "w" ? t = C(C({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = C(C({}, t), ut(s)));
|
|
1207
1179
|
continue;
|
|
1208
1180
|
}
|
|
1209
1181
|
if (jt.test(i.stem)) {
|
|
1210
|
-
t =
|
|
1182
|
+
t = C(C({}, t), ut(i.stem));
|
|
1211
1183
|
continue;
|
|
1212
1184
|
}
|
|
1213
1185
|
var o = Vt(i.stem);
|
|
1214
|
-
o && (t =
|
|
1215
|
-
var u =
|
|
1216
|
-
u && (t =
|
|
1186
|
+
o && (t = C(C({}, t), o));
|
|
1187
|
+
var u = gn(i.stem);
|
|
1188
|
+
u && (t = C(C({}, t), u));
|
|
1217
1189
|
}
|
|
1218
1190
|
return t;
|
|
1219
1191
|
}
|
|
1220
|
-
var
|
|
1192
|
+
var me = {
|
|
1221
1193
|
"001": [
|
|
1222
1194
|
"H",
|
|
1223
1195
|
"h"
|
|
@@ -2632,13 +2604,13 @@ var ge = {
|
|
|
2632
2604
|
"h"
|
|
2633
2605
|
]
|
|
2634
2606
|
};
|
|
2635
|
-
function
|
|
2607
|
+
function pn(e, t) {
|
|
2636
2608
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2637
2609
|
var i = e.charAt(n);
|
|
2638
2610
|
if (i === "j") {
|
|
2639
2611
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2640
2612
|
s++, n++;
|
|
2641
|
-
var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a =
|
|
2613
|
+
var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = dn(t);
|
|
2642
2614
|
for ((a == "H" || a == "k") && (u = 0); u-- > 0; )
|
|
2643
2615
|
r += h;
|
|
2644
2616
|
for (; o-- > 0; )
|
|
@@ -2648,7 +2620,7 @@ function mn(e, t) {
|
|
|
2648
2620
|
}
|
|
2649
2621
|
return r;
|
|
2650
2622
|
}
|
|
2651
|
-
function
|
|
2623
|
+
function dn(e) {
|
|
2652
2624
|
var t = e.hourCycle;
|
|
2653
2625
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2654
2626
|
e.hourCycles && // @ts-ignore
|
|
@@ -2667,23 +2639,23 @@ function pn(e) {
|
|
|
2667
2639
|
}
|
|
2668
2640
|
var r = e.language, n;
|
|
2669
2641
|
r !== "root" && (n = e.maximize().region);
|
|
2670
|
-
var i =
|
|
2642
|
+
var i = me[n || ""] || me[r || ""] || me["".concat(r, "-001")] || me["001"];
|
|
2671
2643
|
return i[0];
|
|
2672
2644
|
}
|
|
2673
|
-
var
|
|
2645
|
+
var Ne, bn = new RegExp("^".concat(Ft.source, "*")), yn = new RegExp("".concat(Ft.source, "*$"));
|
|
2674
2646
|
function _(e, t) {
|
|
2675
2647
|
return { start: e, end: t };
|
|
2676
2648
|
}
|
|
2677
|
-
var
|
|
2649
|
+
var _n = !!String.prototype.startsWith && "_a".startsWith("a", 1), En = !!String.fromCodePoint, vn = !!Object.fromEntries, xn = !!String.prototype.codePointAt, Tn = !!String.prototype.trimStart, Cn = !!String.prototype.trimEnd, Hn = !!Number.isSafeInteger, Sn = Hn ? Number.isSafeInteger : function(e) {
|
|
2678
2650
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2679
|
-
},
|
|
2651
|
+
}, De = !0;
|
|
2680
2652
|
try {
|
|
2681
2653
|
var An = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2682
|
-
|
|
2654
|
+
De = ((Ne = An.exec("a")) === null || Ne === void 0 ? void 0 : Ne[0]) === "a";
|
|
2683
2655
|
} catch (e) {
|
|
2684
|
-
|
|
2656
|
+
De = !1;
|
|
2685
2657
|
}
|
|
2686
|
-
var lt =
|
|
2658
|
+
var lt = _n ? (
|
|
2687
2659
|
// Native
|
|
2688
2660
|
function(t, r, n) {
|
|
2689
2661
|
return t.startsWith(r, n);
|
|
@@ -2693,7 +2665,7 @@ var lt = yn ? (
|
|
|
2693
2665
|
function(t, r, n) {
|
|
2694
2666
|
return t.slice(n, n + r.length) === r;
|
|
2695
2667
|
}
|
|
2696
|
-
),
|
|
2668
|
+
), Fe = En ? String.fromCodePoint : (
|
|
2697
2669
|
// IE11
|
|
2698
2670
|
function() {
|
|
2699
2671
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2707,7 +2679,7 @@ var lt = yn ? (
|
|
|
2707
2679
|
}
|
|
2708
2680
|
), ft = (
|
|
2709
2681
|
// native
|
|
2710
|
-
|
|
2682
|
+
vn ? Object.fromEntries : (
|
|
2711
2683
|
// Ponyfill
|
|
2712
2684
|
function(t) {
|
|
2713
2685
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -2731,7 +2703,7 @@ var lt = yn ? (
|
|
|
2731
2703
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2732
2704
|
}
|
|
2733
2705
|
}
|
|
2734
|
-
),
|
|
2706
|
+
), Bn = Tn ? (
|
|
2735
2707
|
// Native
|
|
2736
2708
|
function(t) {
|
|
2737
2709
|
return t.trimStart();
|
|
@@ -2739,9 +2711,9 @@ var lt = yn ? (
|
|
|
2739
2711
|
) : (
|
|
2740
2712
|
// Ponyfill
|
|
2741
2713
|
function(t) {
|
|
2742
|
-
return t.replace(
|
|
2714
|
+
return t.replace(bn, "");
|
|
2743
2715
|
}
|
|
2744
|
-
),
|
|
2716
|
+
), wn = Cn ? (
|
|
2745
2717
|
// Native
|
|
2746
2718
|
function(t) {
|
|
2747
2719
|
return t.trimEnd();
|
|
@@ -2749,32 +2721,32 @@ var lt = yn ? (
|
|
|
2749
2721
|
) : (
|
|
2750
2722
|
// Ponyfill
|
|
2751
2723
|
function(t) {
|
|
2752
|
-
return t.replace(
|
|
2724
|
+
return t.replace(yn, "");
|
|
2753
2725
|
}
|
|
2754
2726
|
);
|
|
2755
2727
|
function zt(e, t) {
|
|
2756
2728
|
return new RegExp(e, t);
|
|
2757
2729
|
}
|
|
2758
|
-
var
|
|
2759
|
-
if (
|
|
2730
|
+
var je;
|
|
2731
|
+
if (De) {
|
|
2760
2732
|
var ct = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2761
|
-
|
|
2733
|
+
je = function(t, r) {
|
|
2762
2734
|
var n;
|
|
2763
2735
|
ct.lastIndex = r;
|
|
2764
2736
|
var i = ct.exec(t);
|
|
2765
2737
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2766
2738
|
};
|
|
2767
2739
|
} else
|
|
2768
|
-
|
|
2740
|
+
je = function(t, r) {
|
|
2769
2741
|
for (var n = []; ; ) {
|
|
2770
2742
|
var i = Xt(t, r);
|
|
2771
|
-
if (i === void 0 || Wt(i) ||
|
|
2743
|
+
if (i === void 0 || Wt(i) || Ln(i))
|
|
2772
2744
|
break;
|
|
2773
2745
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2774
2746
|
}
|
|
2775
|
-
return
|
|
2747
|
+
return Fe.apply(void 0, n);
|
|
2776
2748
|
};
|
|
2777
|
-
var
|
|
2749
|
+
var On = (
|
|
2778
2750
|
/** @class */
|
|
2779
2751
|
function() {
|
|
2780
2752
|
function e(t, r) {
|
|
@@ -2798,14 +2770,14 @@ var wn = (
|
|
|
2798
2770
|
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
|
2799
2771
|
var u = this.clonePosition();
|
|
2800
2772
|
this.bump(), i.push({
|
|
2801
|
-
type:
|
|
2773
|
+
type: x.pound,
|
|
2802
2774
|
location: _(u, this.clonePosition())
|
|
2803
2775
|
});
|
|
2804
2776
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2805
2777
|
if (n)
|
|
2806
2778
|
break;
|
|
2807
2779
|
return this.error(y.UNMATCHED_CLOSING_TAG, _(this.clonePosition(), this.clonePosition()));
|
|
2808
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2780
|
+
} else if (s === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
2809
2781
|
var o = this.parseTag(t, r);
|
|
2810
2782
|
if (o.err)
|
|
2811
2783
|
return o;
|
|
@@ -2826,7 +2798,7 @@ var wn = (
|
|
|
2826
2798
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2827
2799
|
return {
|
|
2828
2800
|
val: {
|
|
2829
|
-
type:
|
|
2801
|
+
type: x.literal,
|
|
2830
2802
|
value: "<".concat(i, "/>"),
|
|
2831
2803
|
location: _(n, this.clonePosition())
|
|
2832
2804
|
},
|
|
@@ -2838,12 +2810,12 @@ var wn = (
|
|
|
2838
2810
|
return s;
|
|
2839
2811
|
var o = s.val, u = this.clonePosition();
|
|
2840
2812
|
if (this.bumpIf("</")) {
|
|
2841
|
-
if (this.isEOF() || !
|
|
2813
|
+
if (this.isEOF() || !ke(this.char()))
|
|
2842
2814
|
return this.error(y.INVALID_TAG, _(u, this.clonePosition()));
|
|
2843
2815
|
var h = this.clonePosition(), a = this.parseTagName();
|
|
2844
2816
|
return i !== a ? this.error(y.UNMATCHED_CLOSING_TAG, _(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2845
2817
|
val: {
|
|
2846
|
-
type:
|
|
2818
|
+
type: x.tag,
|
|
2847
2819
|
value: i,
|
|
2848
2820
|
children: o,
|
|
2849
2821
|
location: _(n, this.clonePosition())
|
|
@@ -2856,7 +2828,7 @@ var wn = (
|
|
|
2856
2828
|
return this.error(y.INVALID_TAG, _(n, this.clonePosition()));
|
|
2857
2829
|
}, e.prototype.parseTagName = function() {
|
|
2858
2830
|
var t = this.offset();
|
|
2859
|
-
for (this.bump(); !this.isEOF() &&
|
|
2831
|
+
for (this.bump(); !this.isEOF() && Nn(this.char()); )
|
|
2860
2832
|
this.bump();
|
|
2861
2833
|
return this.message.slice(t, this.offset());
|
|
2862
2834
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2880,12 +2852,12 @@ var wn = (
|
|
|
2880
2852
|
}
|
|
2881
2853
|
var h = _(n, this.clonePosition());
|
|
2882
2854
|
return {
|
|
2883
|
-
val: { type:
|
|
2855
|
+
val: { type: x.literal, value: i, location: h },
|
|
2884
2856
|
err: null
|
|
2885
2857
|
};
|
|
2886
2858
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2887
2859
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2888
|
-
!
|
|
2860
|
+
!Pn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2889
2861
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2890
2862
|
if (this.isEOF() || this.char() !== 39)
|
|
2891
2863
|
return null;
|
|
@@ -2919,12 +2891,12 @@ var wn = (
|
|
|
2919
2891
|
r.push(n);
|
|
2920
2892
|
this.bump();
|
|
2921
2893
|
}
|
|
2922
|
-
return
|
|
2894
|
+
return Fe.apply(void 0, r);
|
|
2923
2895
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2924
2896
|
if (this.isEOF())
|
|
2925
2897
|
return null;
|
|
2926
2898
|
var n = this.char();
|
|
2927
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2899
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Fe(n));
|
|
2928
2900
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2929
2901
|
var n = this.clonePosition();
|
|
2930
2902
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -2940,7 +2912,7 @@ var wn = (
|
|
|
2940
2912
|
case 125:
|
|
2941
2913
|
return this.bump(), {
|
|
2942
2914
|
val: {
|
|
2943
|
-
type:
|
|
2915
|
+
type: x.argument,
|
|
2944
2916
|
// value does not include the opening and closing braces.
|
|
2945
2917
|
value: i,
|
|
2946
2918
|
location: _(n, this.clonePosition())
|
|
@@ -2953,7 +2925,7 @@ var wn = (
|
|
|
2953
2925
|
return this.error(y.MALFORMED_ARGUMENT, _(n, this.clonePosition()));
|
|
2954
2926
|
}
|
|
2955
2927
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2956
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2928
|
+
var t = this.clonePosition(), r = this.offset(), n = je(this.message, r), i = r + n.length;
|
|
2957
2929
|
this.bumpTo(i);
|
|
2958
2930
|
var s = this.clonePosition(), o = _(t, s);
|
|
2959
2931
|
return { value: n, location: o };
|
|
@@ -2972,7 +2944,7 @@ var wn = (
|
|
|
2972
2944
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2973
2945
|
if (c.err)
|
|
2974
2946
|
return c;
|
|
2975
|
-
var f =
|
|
2947
|
+
var f = wn(c.val);
|
|
2976
2948
|
if (f.length === 0)
|
|
2977
2949
|
return this.error(y.EXPECT_ARGUMENT_STYLE, _(this.clonePosition(), this.clonePosition()));
|
|
2978
2950
|
var p = _(l, this.clonePosition());
|
|
@@ -2983,33 +2955,33 @@ var wn = (
|
|
|
2983
2955
|
return d;
|
|
2984
2956
|
var g = _(i, this.clonePosition());
|
|
2985
2957
|
if (a && lt(a == null ? void 0 : a.style, "::", 0)) {
|
|
2986
|
-
var
|
|
2958
|
+
var E = Bn(a.style.slice(2));
|
|
2987
2959
|
if (u === "number") {
|
|
2988
|
-
var c = this.parseNumberSkeletonFromString(
|
|
2960
|
+
var c = this.parseNumberSkeletonFromString(E, a.styleLocation);
|
|
2989
2961
|
return c.err ? c : {
|
|
2990
|
-
val: { type:
|
|
2962
|
+
val: { type: x.number, value: n, location: g, style: c.val },
|
|
2991
2963
|
err: null
|
|
2992
2964
|
};
|
|
2993
2965
|
} else {
|
|
2994
|
-
if (
|
|
2966
|
+
if (E.length === 0)
|
|
2995
2967
|
return this.error(y.EXPECT_DATE_TIME_SKELETON, g);
|
|
2996
|
-
var m =
|
|
2997
|
-
this.locale && (m =
|
|
2968
|
+
var m = E;
|
|
2969
|
+
this.locale && (m = pn(E, this.locale));
|
|
2998
2970
|
var f = {
|
|
2999
|
-
type:
|
|
2971
|
+
type: Y.dateTime,
|
|
3000
2972
|
pattern: m,
|
|
3001
2973
|
location: a.styleLocation,
|
|
3002
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3003
|
-
},
|
|
2974
|
+
parsedOptions: this.shouldParseSkeletons ? un(m) : {}
|
|
2975
|
+
}, T = u === "date" ? x.date : x.time;
|
|
3004
2976
|
return {
|
|
3005
|
-
val: { type:
|
|
2977
|
+
val: { type: T, value: n, location: g, style: f },
|
|
3006
2978
|
err: null
|
|
3007
2979
|
};
|
|
3008
2980
|
}
|
|
3009
2981
|
}
|
|
3010
2982
|
return {
|
|
3011
2983
|
val: {
|
|
3012
|
-
type: u === "number" ?
|
|
2984
|
+
type: u === "number" ? x.number : u === "date" ? x.date : x.time,
|
|
3013
2985
|
value: n,
|
|
3014
2986
|
location: g,
|
|
3015
2987
|
style: (s = a == null ? void 0 : a.style) !== null && s !== void 0 ? s : null
|
|
@@ -3020,9 +2992,9 @@ var wn = (
|
|
|
3020
2992
|
case "plural":
|
|
3021
2993
|
case "selectordinal":
|
|
3022
2994
|
case "select": {
|
|
3023
|
-
var
|
|
2995
|
+
var S = this.clonePosition();
|
|
3024
2996
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3025
|
-
return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, _(
|
|
2997
|
+
return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, _(S, _e({}, S)));
|
|
3026
2998
|
this.bumpSpace();
|
|
3027
2999
|
var P = this.parseIdentifierIfPossible(), B = 0;
|
|
3028
3000
|
if (u !== "select" && P.value === "offset") {
|
|
@@ -3043,7 +3015,7 @@ var wn = (
|
|
|
3043
3015
|
var N = _(i, this.clonePosition());
|
|
3044
3016
|
return u === "select" ? {
|
|
3045
3017
|
val: {
|
|
3046
|
-
type:
|
|
3018
|
+
type: x.select,
|
|
3047
3019
|
value: n,
|
|
3048
3020
|
options: ft(H.val),
|
|
3049
3021
|
location: N
|
|
@@ -3051,7 +3023,7 @@ var wn = (
|
|
|
3051
3023
|
err: null
|
|
3052
3024
|
} : {
|
|
3053
3025
|
val: {
|
|
3054
|
-
type:
|
|
3026
|
+
type: x.plural,
|
|
3055
3027
|
value: n,
|
|
3056
3028
|
options: ft(H.val),
|
|
3057
3029
|
offset: B,
|
|
@@ -3104,16 +3076,16 @@ var wn = (
|
|
|
3104
3076
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3105
3077
|
var n = [];
|
|
3106
3078
|
try {
|
|
3107
|
-
n =
|
|
3079
|
+
n = ln(t);
|
|
3108
3080
|
} catch (i) {
|
|
3109
3081
|
return this.error(y.INVALID_NUMBER_SKELETON, r);
|
|
3110
3082
|
}
|
|
3111
3083
|
return {
|
|
3112
3084
|
val: {
|
|
3113
|
-
type:
|
|
3085
|
+
type: Y.number,
|
|
3114
3086
|
tokens: n,
|
|
3115
3087
|
location: r,
|
|
3116
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3088
|
+
parsedOptions: this.shouldParseSkeletons ? mn(n) : {}
|
|
3117
3089
|
},
|
|
3118
3090
|
err: null
|
|
3119
3091
|
};
|
|
@@ -3161,7 +3133,7 @@ var wn = (
|
|
|
3161
3133
|
break;
|
|
3162
3134
|
}
|
|
3163
3135
|
var h = _(i, this.clonePosition());
|
|
3164
|
-
return s ? (o *= n,
|
|
3136
|
+
return s ? (o *= n, Sn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
|
|
3165
3137
|
}, e.prototype.offset = function() {
|
|
3166
3138
|
return this.position.offset;
|
|
3167
3139
|
}, e.prototype.isEOF = function() {
|
|
@@ -3227,47 +3199,47 @@ var wn = (
|
|
|
3227
3199
|
}, e;
|
|
3228
3200
|
}()
|
|
3229
3201
|
);
|
|
3230
|
-
function
|
|
3202
|
+
function ke(e) {
|
|
3231
3203
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3232
3204
|
}
|
|
3233
|
-
function On(e) {
|
|
3234
|
-
return Fe(e) || e === 47;
|
|
3235
|
-
}
|
|
3236
3205
|
function Pn(e) {
|
|
3206
|
+
return ke(e) || e === 47;
|
|
3207
|
+
}
|
|
3208
|
+
function Nn(e) {
|
|
3237
3209
|
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;
|
|
3238
3210
|
}
|
|
3239
3211
|
function Wt(e) {
|
|
3240
3212
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3241
3213
|
}
|
|
3242
|
-
function
|
|
3214
|
+
function Ln(e) {
|
|
3243
3215
|
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;
|
|
3244
3216
|
}
|
|
3245
|
-
function
|
|
3217
|
+
function Ve(e) {
|
|
3246
3218
|
e.forEach(function(t) {
|
|
3247
3219
|
if (delete t.location, Rt(t) || Ut(t))
|
|
3248
3220
|
for (var r in t.options)
|
|
3249
|
-
delete t.options[r].location,
|
|
3221
|
+
delete t.options[r].location, Ve(t.options[r].value);
|
|
3250
3222
|
else
|
|
3251
|
-
It(t) && Dt(t.style) || (Mt(t) || $t(t)) &&
|
|
3223
|
+
It(t) && Dt(t.style) || (Mt(t) || $t(t)) && Ge(t.style) ? delete t.style.location : Gt(t) && Ve(t.children);
|
|
3252
3224
|
});
|
|
3253
3225
|
}
|
|
3254
|
-
function
|
|
3255
|
-
t === void 0 && (t = {}), t =
|
|
3256
|
-
var r = new
|
|
3226
|
+
function In(e, t) {
|
|
3227
|
+
t === void 0 && (t = {}), t = _e({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3228
|
+
var r = new On(e, t).parse();
|
|
3257
3229
|
if (r.err) {
|
|
3258
3230
|
var n = SyntaxError(y[r.err.kind]);
|
|
3259
3231
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3260
3232
|
}
|
|
3261
|
-
return t != null && t.captureLocation ||
|
|
3233
|
+
return t != null && t.captureLocation || Ve(r.val), r.val;
|
|
3262
3234
|
}
|
|
3263
|
-
var
|
|
3235
|
+
var K;
|
|
3264
3236
|
(function(e) {
|
|
3265
3237
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3266
|
-
})(
|
|
3267
|
-
var
|
|
3238
|
+
})(K || (K = {}));
|
|
3239
|
+
var Ce = (
|
|
3268
3240
|
/** @class */
|
|
3269
3241
|
function(e) {
|
|
3270
|
-
|
|
3242
|
+
Te(t, e);
|
|
3271
3243
|
function t(r, n, i) {
|
|
3272
3244
|
var s = e.call(this, r) || this;
|
|
3273
3245
|
return s.code = n, s.originalMessage = i, s;
|
|
@@ -3279,44 +3251,44 @@ var ve = (
|
|
|
3279
3251
|
), gt = (
|
|
3280
3252
|
/** @class */
|
|
3281
3253
|
function(e) {
|
|
3282
|
-
|
|
3254
|
+
Te(t, e);
|
|
3283
3255
|
function t(r, n, i, s) {
|
|
3284
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3256
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), K.INVALID_VALUE, s) || this;
|
|
3285
3257
|
}
|
|
3286
3258
|
return t;
|
|
3287
|
-
}(
|
|
3288
|
-
),
|
|
3259
|
+
}(Ce)
|
|
3260
|
+
), Mn = (
|
|
3289
3261
|
/** @class */
|
|
3290
3262
|
function(e) {
|
|
3291
|
-
|
|
3263
|
+
Te(t, e);
|
|
3292
3264
|
function t(r, n, i) {
|
|
3293
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3265
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), K.INVALID_VALUE, i) || this;
|
|
3294
3266
|
}
|
|
3295
3267
|
return t;
|
|
3296
|
-
}(
|
|
3297
|
-
),
|
|
3268
|
+
}(Ce)
|
|
3269
|
+
), $n = (
|
|
3298
3270
|
/** @class */
|
|
3299
3271
|
function(e) {
|
|
3300
|
-
|
|
3272
|
+
Te(t, e);
|
|
3301
3273
|
function t(r, n) {
|
|
3302
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3274
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), K.MISSING_VALUE, n) || this;
|
|
3303
3275
|
}
|
|
3304
3276
|
return t;
|
|
3305
|
-
}(
|
|
3277
|
+
}(Ce)
|
|
3306
3278
|
), O;
|
|
3307
3279
|
(function(e) {
|
|
3308
3280
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3309
3281
|
})(O || (O = {}));
|
|
3310
|
-
function
|
|
3282
|
+
function Rn(e) {
|
|
3311
3283
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3312
3284
|
var n = t[t.length - 1];
|
|
3313
3285
|
return !n || n.type !== O.literal || r.type !== O.literal ? t.push(r) : n.value += r.value, t;
|
|
3314
3286
|
}, []);
|
|
3315
3287
|
}
|
|
3316
|
-
function
|
|
3288
|
+
function Un(e) {
|
|
3317
3289
|
return typeof e == "function";
|
|
3318
3290
|
}
|
|
3319
|
-
function
|
|
3291
|
+
function de(e, t, r, n, i, s, o) {
|
|
3320
3292
|
if (e.length === 1 && ot(e[0]))
|
|
3321
3293
|
return [
|
|
3322
3294
|
{
|
|
@@ -3333,7 +3305,7 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3333
3305
|
});
|
|
3334
3306
|
continue;
|
|
3335
3307
|
}
|
|
3336
|
-
if (
|
|
3308
|
+
if (on(l)) {
|
|
3337
3309
|
typeof s == "number" && u.push({
|
|
3338
3310
|
type: O.literal,
|
|
3339
3311
|
value: r.getNumberFormat(t).format(s)
|
|
@@ -3342,9 +3314,9 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3342
3314
|
}
|
|
3343
3315
|
var c = l.value;
|
|
3344
3316
|
if (!(i && c in i))
|
|
3345
|
-
throw new
|
|
3317
|
+
throw new $n(c, o);
|
|
3346
3318
|
var f = i[c];
|
|
3347
|
-
if (
|
|
3319
|
+
if (sn(l)) {
|
|
3348
3320
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
|
|
3349
3321
|
type: typeof f == "string" ? O.literal : O.object,
|
|
3350
3322
|
value: f
|
|
@@ -3352,7 +3324,7 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3352
3324
|
continue;
|
|
3353
3325
|
}
|
|
3354
3326
|
if (Mt(l)) {
|
|
3355
|
-
var p = typeof l.style == "string" ? n.date[l.style] :
|
|
3327
|
+
var p = typeof l.style == "string" ? n.date[l.style] : Ge(l.style) ? l.style.parsedOptions : void 0;
|
|
3356
3328
|
u.push({
|
|
3357
3329
|
type: O.literal,
|
|
3358
3330
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
@@ -3360,7 +3332,7 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3360
3332
|
continue;
|
|
3361
3333
|
}
|
|
3362
3334
|
if ($t(l)) {
|
|
3363
|
-
var p = typeof l.style == "string" ? n.time[l.style] :
|
|
3335
|
+
var p = typeof l.style == "string" ? n.time[l.style] : Ge(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3364
3336
|
u.push({
|
|
3365
3337
|
type: O.literal,
|
|
3366
3338
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
@@ -3376,13 +3348,13 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3376
3348
|
continue;
|
|
3377
3349
|
}
|
|
3378
3350
|
if (Gt(l)) {
|
|
3379
|
-
var d = l.children, g = l.value,
|
|
3380
|
-
if (!
|
|
3381
|
-
throw new
|
|
3382
|
-
var m =
|
|
3351
|
+
var d = l.children, g = l.value, E = i[g];
|
|
3352
|
+
if (!Un(E))
|
|
3353
|
+
throw new Mn(g, "function", o);
|
|
3354
|
+
var m = de(d, t, r, n, i, s), T = E(m.map(function(B) {
|
|
3383
3355
|
return B.value;
|
|
3384
3356
|
}));
|
|
3385
|
-
Array.isArray(
|
|
3357
|
+
Array.isArray(T) || (T = [T]), u.push.apply(u, T.map(function(B) {
|
|
3386
3358
|
return {
|
|
3387
3359
|
type: typeof B == "string" ? O.literal : O.object,
|
|
3388
3360
|
value: B
|
|
@@ -3390,41 +3362,41 @@ function pe(e, t, r, n, i, s, o) {
|
|
|
3390
3362
|
}));
|
|
3391
3363
|
}
|
|
3392
3364
|
if (Rt(l)) {
|
|
3393
|
-
var
|
|
3394
|
-
if (!
|
|
3365
|
+
var S = l.options[f] || l.options.other;
|
|
3366
|
+
if (!S)
|
|
3395
3367
|
throw new gt(l.value, f, Object.keys(l.options), o);
|
|
3396
|
-
u.push.apply(u,
|
|
3368
|
+
u.push.apply(u, de(S.value, t, r, n, i));
|
|
3397
3369
|
continue;
|
|
3398
3370
|
}
|
|
3399
3371
|
if (Ut(l)) {
|
|
3400
|
-
var
|
|
3401
|
-
if (!
|
|
3372
|
+
var S = l.options["=".concat(f)];
|
|
3373
|
+
if (!S) {
|
|
3402
3374
|
if (!Intl.PluralRules)
|
|
3403
|
-
throw new
|
|
3375
|
+
throw new Ce(`Intl.PluralRules is not available in this environment.
|
|
3404
3376
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3405
|
-
`,
|
|
3377
|
+
`, K.MISSING_INTL_API, o);
|
|
3406
3378
|
var P = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3407
|
-
|
|
3379
|
+
S = l.options[P] || l.options.other;
|
|
3408
3380
|
}
|
|
3409
|
-
if (!
|
|
3381
|
+
if (!S)
|
|
3410
3382
|
throw new gt(l.value, f, Object.keys(l.options), o);
|
|
3411
|
-
u.push.apply(u,
|
|
3383
|
+
u.push.apply(u, de(S.value, t, r, n, i, f - (l.offset || 0)));
|
|
3412
3384
|
continue;
|
|
3413
3385
|
}
|
|
3414
3386
|
}
|
|
3415
|
-
return
|
|
3387
|
+
return Rn(u);
|
|
3416
3388
|
}
|
|
3417
|
-
function
|
|
3418
|
-
return t ?
|
|
3419
|
-
return r[n] =
|
|
3389
|
+
function Gn(e, t) {
|
|
3390
|
+
return t ? U(U(U({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3391
|
+
return r[n] = U(U({}, e[n]), t[n] || {}), r;
|
|
3420
3392
|
}, {})) : e;
|
|
3421
3393
|
}
|
|
3422
|
-
function
|
|
3394
|
+
function Dn(e, t) {
|
|
3423
3395
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3424
|
-
return r[n] =
|
|
3425
|
-
},
|
|
3396
|
+
return r[n] = Gn(e[n], t[n]), r;
|
|
3397
|
+
}, U({}, e)) : e;
|
|
3426
3398
|
}
|
|
3427
|
-
function
|
|
3399
|
+
function Le(e) {
|
|
3428
3400
|
return {
|
|
3429
3401
|
create: function() {
|
|
3430
3402
|
return {
|
|
@@ -3438,39 +3410,39 @@ function Pe(e) {
|
|
|
3438
3410
|
}
|
|
3439
3411
|
};
|
|
3440
3412
|
}
|
|
3441
|
-
function
|
|
3413
|
+
function Fn(e) {
|
|
3442
3414
|
return e === void 0 && (e = {
|
|
3443
3415
|
number: {},
|
|
3444
3416
|
dateTime: {},
|
|
3445
3417
|
pluralRules: {}
|
|
3446
3418
|
}), {
|
|
3447
|
-
getNumberFormat:
|
|
3419
|
+
getNumberFormat: Oe(function() {
|
|
3448
3420
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3449
3421
|
r[n] = arguments[n];
|
|
3450
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3422
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, we([void 0], r, !1)))();
|
|
3451
3423
|
}, {
|
|
3452
|
-
cache:
|
|
3453
|
-
strategy:
|
|
3424
|
+
cache: Le(e.number),
|
|
3425
|
+
strategy: Pe.variadic
|
|
3454
3426
|
}),
|
|
3455
|
-
getDateTimeFormat:
|
|
3427
|
+
getDateTimeFormat: Oe(function() {
|
|
3456
3428
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3457
3429
|
r[n] = arguments[n];
|
|
3458
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3430
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, we([void 0], r, !1)))();
|
|
3459
3431
|
}, {
|
|
3460
|
-
cache:
|
|
3461
|
-
strategy:
|
|
3432
|
+
cache: Le(e.dateTime),
|
|
3433
|
+
strategy: Pe.variadic
|
|
3462
3434
|
}),
|
|
3463
|
-
getPluralRules:
|
|
3435
|
+
getPluralRules: Oe(function() {
|
|
3464
3436
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3465
3437
|
r[n] = arguments[n];
|
|
3466
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3438
|
+
return new ((t = Intl.PluralRules).bind.apply(t, we([void 0], r, !1)))();
|
|
3467
3439
|
}, {
|
|
3468
|
-
cache:
|
|
3469
|
-
strategy:
|
|
3440
|
+
cache: Le(e.pluralRules),
|
|
3441
|
+
strategy: Pe.variadic
|
|
3470
3442
|
})
|
|
3471
3443
|
};
|
|
3472
3444
|
}
|
|
3473
|
-
var
|
|
3445
|
+
var jn = (
|
|
3474
3446
|
/** @class */
|
|
3475
3447
|
function() {
|
|
3476
3448
|
function e(t, r, n, i) {
|
|
@@ -3489,7 +3461,7 @@ var Fn = (
|
|
|
3489
3461
|
}, []);
|
|
3490
3462
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3491
3463
|
}, this.formatToParts = function(h) {
|
|
3492
|
-
return
|
|
3464
|
+
return de(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
|
|
3493
3465
|
}, this.resolvedOptions = function() {
|
|
3494
3466
|
var h;
|
|
3495
3467
|
return {
|
|
@@ -3502,13 +3474,13 @@ var Fn = (
|
|
|
3502
3474
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3503
3475
|
var o = i || {};
|
|
3504
3476
|
o.formatters;
|
|
3505
|
-
var u =
|
|
3506
|
-
this.ast = e.__parse(t,
|
|
3477
|
+
var u = qr(o, ["formatters"]);
|
|
3478
|
+
this.ast = e.__parse(t, U(U({}, u), { locale: this.resolvedLocale }));
|
|
3507
3479
|
} else
|
|
3508
3480
|
this.ast = t;
|
|
3509
3481
|
if (!Array.isArray(this.ast))
|
|
3510
3482
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3511
|
-
this.formats =
|
|
3483
|
+
this.formats = Dn(e.formats, n), this.formatters = i && i.formatters || Fn(this.formatterCache);
|
|
3512
3484
|
}
|
|
3513
3485
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3514
3486
|
get: function() {
|
|
@@ -3521,7 +3493,7 @@ var Fn = (
|
|
|
3521
3493
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3522
3494
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3523
3495
|
}
|
|
3524
|
-
}, e.__parse =
|
|
3496
|
+
}, e.__parse = In, e.formats = {
|
|
3525
3497
|
number: {
|
|
3526
3498
|
integer: {
|
|
3527
3499
|
maximumFractionDigits: 0
|
|
@@ -3582,7 +3554,7 @@ var Fn = (
|
|
|
3582
3554
|
}, e;
|
|
3583
3555
|
}()
|
|
3584
3556
|
);
|
|
3585
|
-
function
|
|
3557
|
+
function kn(e, t) {
|
|
3586
3558
|
if (t == null)
|
|
3587
3559
|
return;
|
|
3588
3560
|
if (t in e)
|
|
@@ -3603,90 +3575,90 @@ function jn(e, t) {
|
|
|
3603
3575
|
n = void 0;
|
|
3604
3576
|
return n;
|
|
3605
3577
|
}
|
|
3606
|
-
const
|
|
3578
|
+
const F = {}, Vn = (e, t, r) => r && (t in F || (F[t] = {}), e in F[t] || (F[t][e] = r), r), Zt = (e, t) => {
|
|
3607
3579
|
if (t == null)
|
|
3608
3580
|
return;
|
|
3609
|
-
if (t in
|
|
3610
|
-
return
|
|
3611
|
-
const r =
|
|
3581
|
+
if (t in F && e in F[t])
|
|
3582
|
+
return F[t][e];
|
|
3583
|
+
const r = He(t);
|
|
3612
3584
|
for (let n = 0; n < r.length; n++) {
|
|
3613
|
-
const i = r[n], s =
|
|
3585
|
+
const i = r[n], s = zn(i, e);
|
|
3614
3586
|
if (s)
|
|
3615
|
-
return
|
|
3587
|
+
return Vn(e, t, s);
|
|
3616
3588
|
}
|
|
3617
3589
|
};
|
|
3618
3590
|
let Ze;
|
|
3619
|
-
const
|
|
3620
|
-
function
|
|
3591
|
+
const le = xe({});
|
|
3592
|
+
function Xn(e) {
|
|
3621
3593
|
return Ze[e] || null;
|
|
3622
3594
|
}
|
|
3623
3595
|
function Qt(e) {
|
|
3624
3596
|
return e in Ze;
|
|
3625
3597
|
}
|
|
3626
|
-
function
|
|
3598
|
+
function zn(e, t) {
|
|
3627
3599
|
if (!Qt(e))
|
|
3628
3600
|
return null;
|
|
3629
|
-
const r =
|
|
3630
|
-
return
|
|
3601
|
+
const r = Xn(e);
|
|
3602
|
+
return kn(r, t);
|
|
3631
3603
|
}
|
|
3632
|
-
function
|
|
3604
|
+
function Wn(e) {
|
|
3633
3605
|
if (e == null)
|
|
3634
3606
|
return;
|
|
3635
|
-
const t =
|
|
3607
|
+
const t = He(e);
|
|
3636
3608
|
for (let r = 0; r < t.length; r++) {
|
|
3637
3609
|
const n = t[r];
|
|
3638
3610
|
if (Qt(n))
|
|
3639
3611
|
return n;
|
|
3640
3612
|
}
|
|
3641
3613
|
}
|
|
3642
|
-
function
|
|
3643
|
-
delete
|
|
3614
|
+
function qt(e, ...t) {
|
|
3615
|
+
delete F[e], le.update((r) => (r[e] = Qr.all([r[e] || {}, ...t]), r));
|
|
3644
3616
|
}
|
|
3645
|
-
|
|
3646
|
-
[
|
|
3617
|
+
te(
|
|
3618
|
+
[le],
|
|
3647
3619
|
([e]) => Object.keys(e)
|
|
3648
3620
|
);
|
|
3649
|
-
|
|
3650
|
-
const
|
|
3651
|
-
function
|
|
3652
|
-
|
|
3621
|
+
le.subscribe((e) => Ze = e);
|
|
3622
|
+
const be = {};
|
|
3623
|
+
function Zn(e, t) {
|
|
3624
|
+
be[e].delete(t), be[e].size === 0 && delete be[e];
|
|
3653
3625
|
}
|
|
3654
|
-
function
|
|
3655
|
-
return
|
|
3626
|
+
function Jt(e) {
|
|
3627
|
+
return be[e];
|
|
3656
3628
|
}
|
|
3657
|
-
function
|
|
3658
|
-
return
|
|
3659
|
-
const r =
|
|
3629
|
+
function Qn(e) {
|
|
3630
|
+
return He(e).map((t) => {
|
|
3631
|
+
const r = Jt(t);
|
|
3660
3632
|
return [t, r ? [...r] : []];
|
|
3661
3633
|
}).filter(([, t]) => t.length > 0);
|
|
3662
3634
|
}
|
|
3663
|
-
function
|
|
3664
|
-
return e == null ? !1 :
|
|
3635
|
+
function Xe(e) {
|
|
3636
|
+
return e == null ? !1 : He(e).some(
|
|
3665
3637
|
(t) => {
|
|
3666
3638
|
var r;
|
|
3667
|
-
return (r =
|
|
3639
|
+
return (r = Jt(t)) == null ? void 0 : r.size;
|
|
3668
3640
|
}
|
|
3669
3641
|
);
|
|
3670
3642
|
}
|
|
3671
|
-
function
|
|
3643
|
+
function qn(e, t) {
|
|
3672
3644
|
return Promise.all(
|
|
3673
|
-
t.map((n) => (
|
|
3674
|
-
).then((n) =>
|
|
3645
|
+
t.map((n) => (Zn(e, n), n().then((i) => i.default || i)))
|
|
3646
|
+
).then((n) => qt(e, ...n));
|
|
3675
3647
|
}
|
|
3676
|
-
const
|
|
3648
|
+
const ie = {};
|
|
3677
3649
|
function Yt(e) {
|
|
3678
|
-
if (!
|
|
3679
|
-
return e in
|
|
3680
|
-
const t =
|
|
3681
|
-
return
|
|
3650
|
+
if (!Xe(e))
|
|
3651
|
+
return e in ie ? ie[e] : Promise.resolve();
|
|
3652
|
+
const t = Qn(e);
|
|
3653
|
+
return ie[e] = Promise.all(
|
|
3682
3654
|
t.map(
|
|
3683
|
-
([r, n]) =>
|
|
3655
|
+
([r, n]) => qn(r, n)
|
|
3684
3656
|
)
|
|
3685
3657
|
).then(() => {
|
|
3686
|
-
if (
|
|
3658
|
+
if (Xe(e))
|
|
3687
3659
|
return Yt(e);
|
|
3688
|
-
delete
|
|
3689
|
-
}),
|
|
3660
|
+
delete ie[e];
|
|
3661
|
+
}), ie[e];
|
|
3690
3662
|
}
|
|
3691
3663
|
const Jn = {
|
|
3692
3664
|
number: {
|
|
@@ -3717,141 +3689,141 @@ const Jn = {
|
|
|
3717
3689
|
timeZoneName: "short"
|
|
3718
3690
|
}
|
|
3719
3691
|
}
|
|
3720
|
-
},
|
|
3692
|
+
}, Yn = {
|
|
3721
3693
|
fallbackLocale: null,
|
|
3722
3694
|
loadingDelay: 200,
|
|
3723
3695
|
formats: Jn,
|
|
3724
3696
|
warnOnMissingMessages: !0,
|
|
3725
3697
|
handleMissingMessage: void 0,
|
|
3726
3698
|
ignoreTag: !0
|
|
3727
|
-
},
|
|
3728
|
-
function
|
|
3729
|
-
return
|
|
3699
|
+
}, Kn = Yn;
|
|
3700
|
+
function ee() {
|
|
3701
|
+
return Kn;
|
|
3730
3702
|
}
|
|
3731
|
-
const
|
|
3732
|
-
var
|
|
3703
|
+
const Ie = xe(!1);
|
|
3704
|
+
var ei = Object.defineProperty, ti = Object.defineProperties, ri = Object.getOwnPropertyDescriptors, mt = Object.getOwnPropertySymbols, ni = Object.prototype.hasOwnProperty, ii = Object.prototype.propertyIsEnumerable, pt = (e, t, r) => t in e ? ei(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, si = (e, t) => {
|
|
3733
3705
|
for (var r in t || (t = {}))
|
|
3734
|
-
|
|
3706
|
+
ni.call(t, r) && pt(e, r, t[r]);
|
|
3735
3707
|
if (mt)
|
|
3736
3708
|
for (var r of mt(t))
|
|
3737
|
-
|
|
3709
|
+
ii.call(t, r) && pt(e, r, t[r]);
|
|
3738
3710
|
return e;
|
|
3739
|
-
},
|
|
3740
|
-
let
|
|
3741
|
-
const
|
|
3711
|
+
}, oi = (e, t) => ti(e, ri(t));
|
|
3712
|
+
let ze;
|
|
3713
|
+
const Ee = xe(null);
|
|
3742
3714
|
function dt(e) {
|
|
3743
3715
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3744
3716
|
}
|
|
3745
|
-
function
|
|
3717
|
+
function He(e, t = ee().fallbackLocale) {
|
|
3746
3718
|
const r = dt(e);
|
|
3747
3719
|
return t ? [.../* @__PURE__ */ new Set([...r, ...dt(t)])] : r;
|
|
3748
3720
|
}
|
|
3749
|
-
function
|
|
3750
|
-
return
|
|
3721
|
+
function z() {
|
|
3722
|
+
return ze != null ? ze : void 0;
|
|
3751
3723
|
}
|
|
3752
|
-
|
|
3753
|
-
|
|
3724
|
+
Ee.subscribe((e) => {
|
|
3725
|
+
ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3754
3726
|
});
|
|
3755
|
-
const
|
|
3756
|
-
if (e &&
|
|
3757
|
-
const { loadingDelay: t } =
|
|
3727
|
+
const ai = (e) => {
|
|
3728
|
+
if (e && Wn(e) && Xe(e)) {
|
|
3729
|
+
const { loadingDelay: t } = ee();
|
|
3758
3730
|
let r;
|
|
3759
|
-
return typeof window != "undefined" &&
|
|
3760
|
-
() =>
|
|
3731
|
+
return typeof window != "undefined" && z() != null && t ? r = window.setTimeout(
|
|
3732
|
+
() => Ie.set(!0),
|
|
3761
3733
|
t
|
|
3762
|
-
) :
|
|
3763
|
-
|
|
3734
|
+
) : Ie.set(!0), Yt(e).then(() => {
|
|
3735
|
+
Ee.set(e);
|
|
3764
3736
|
}).finally(() => {
|
|
3765
|
-
clearTimeout(r),
|
|
3737
|
+
clearTimeout(r), Ie.set(!1);
|
|
3766
3738
|
});
|
|
3767
3739
|
}
|
|
3768
|
-
return
|
|
3769
|
-
},
|
|
3770
|
-
set:
|
|
3771
|
-
}),
|
|
3740
|
+
return Ee.set(e);
|
|
3741
|
+
}, re = oi(si({}, Ee), {
|
|
3742
|
+
set: ai
|
|
3743
|
+
}), Se = (e) => {
|
|
3772
3744
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3773
3745
|
return (n) => {
|
|
3774
3746
|
const i = JSON.stringify(n);
|
|
3775
3747
|
return i in t ? t[i] : t[i] = e(n);
|
|
3776
3748
|
};
|
|
3777
3749
|
};
|
|
3778
|
-
var
|
|
3750
|
+
var ui = Object.defineProperty, ve = Object.getOwnPropertySymbols, Kt = Object.prototype.hasOwnProperty, er = Object.prototype.propertyIsEnumerable, bt = (e, t, r) => t in e ? ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qe = (e, t) => {
|
|
3779
3751
|
for (var r in t || (t = {}))
|
|
3780
3752
|
Kt.call(t, r) && bt(e, r, t[r]);
|
|
3781
|
-
if (
|
|
3782
|
-
for (var r of
|
|
3753
|
+
if (ve)
|
|
3754
|
+
for (var r of ve(t))
|
|
3783
3755
|
er.call(t, r) && bt(e, r, t[r]);
|
|
3784
3756
|
return e;
|
|
3785
|
-
},
|
|
3757
|
+
}, ne = (e, t) => {
|
|
3786
3758
|
var r = {};
|
|
3787
3759
|
for (var n in e)
|
|
3788
3760
|
Kt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3789
|
-
if (e != null &&
|
|
3790
|
-
for (var n of
|
|
3761
|
+
if (e != null && ve)
|
|
3762
|
+
for (var n of ve(e))
|
|
3791
3763
|
t.indexOf(n) < 0 && er.call(e, n) && (r[n] = e[n]);
|
|
3792
3764
|
return r;
|
|
3793
3765
|
};
|
|
3794
|
-
const
|
|
3795
|
-
const { formats: r } =
|
|
3766
|
+
const ue = (e, t) => {
|
|
3767
|
+
const { formats: r } = ee();
|
|
3796
3768
|
if (e in r && t in r[e])
|
|
3797
3769
|
return r[e][t];
|
|
3798
3770
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3799
|
-
},
|
|
3771
|
+
}, hi = Se(
|
|
3800
3772
|
(e) => {
|
|
3801
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3773
|
+
var t = e, { locale: r, format: n } = t, i = ne(t, ["locale", "format"]);
|
|
3802
3774
|
if (r == null)
|
|
3803
3775
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3804
|
-
return n && (i =
|
|
3776
|
+
return n && (i = ue("number", n)), new Intl.NumberFormat(r, i);
|
|
3805
3777
|
}
|
|
3806
|
-
),
|
|
3778
|
+
), li = Se(
|
|
3807
3779
|
(e) => {
|
|
3808
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3780
|
+
var t = e, { locale: r, format: n } = t, i = ne(t, ["locale", "format"]);
|
|
3809
3781
|
if (r == null)
|
|
3810
3782
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3811
|
-
return n ? i =
|
|
3783
|
+
return n ? i = ue("date", n) : Object.keys(i).length === 0 && (i = ue("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3812
3784
|
}
|
|
3813
|
-
),
|
|
3785
|
+
), fi = Se(
|
|
3814
3786
|
(e) => {
|
|
3815
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3787
|
+
var t = e, { locale: r, format: n } = t, i = ne(t, ["locale", "format"]);
|
|
3816
3788
|
if (r == null)
|
|
3817
3789
|
throw new Error(
|
|
3818
3790
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3819
3791
|
);
|
|
3820
|
-
return n ? i =
|
|
3792
|
+
return n ? i = ue("time", n) : Object.keys(i).length === 0 && (i = ue("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3821
3793
|
}
|
|
3822
|
-
),
|
|
3823
|
-
var t = e, {
|
|
3824
|
-
locale: r = X()
|
|
3825
|
-
} = t, n = re(t, [
|
|
3826
|
-
"locale"
|
|
3827
|
-
]);
|
|
3828
|
-
return ui(Qe({ locale: r }, n));
|
|
3829
|
-
}, ci = (e = {}) => {
|
|
3794
|
+
), ci = (e = {}) => {
|
|
3830
3795
|
var t = e, {
|
|
3831
|
-
locale: r =
|
|
3832
|
-
} = t, n =
|
|
3796
|
+
locale: r = z()
|
|
3797
|
+
} = t, n = ne(t, [
|
|
3833
3798
|
"locale"
|
|
3834
3799
|
]);
|
|
3835
3800
|
return hi(Qe({ locale: r }, n));
|
|
3836
3801
|
}, gi = (e = {}) => {
|
|
3837
3802
|
var t = e, {
|
|
3838
|
-
locale: r =
|
|
3839
|
-
} = t, n =
|
|
3803
|
+
locale: r = z()
|
|
3804
|
+
} = t, n = ne(t, [
|
|
3840
3805
|
"locale"
|
|
3841
3806
|
]);
|
|
3842
3807
|
return li(Qe({ locale: r }, n));
|
|
3843
|
-
}, mi =
|
|
3808
|
+
}, mi = (e = {}) => {
|
|
3809
|
+
var t = e, {
|
|
3810
|
+
locale: r = z()
|
|
3811
|
+
} = t, n = ne(t, [
|
|
3812
|
+
"locale"
|
|
3813
|
+
]);
|
|
3814
|
+
return fi(Qe({ locale: r }, n));
|
|
3815
|
+
}, pi = Se(
|
|
3844
3816
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3845
|
-
(e, t =
|
|
3846
|
-
ignoreTag:
|
|
3817
|
+
(e, t = z()) => new jn(e, t, ee().formats, {
|
|
3818
|
+
ignoreTag: ee().ignoreTag
|
|
3847
3819
|
})
|
|
3848
|
-
),
|
|
3820
|
+
), di = (e, t = {}) => {
|
|
3849
3821
|
var r, n, i, s;
|
|
3850
3822
|
let o = t;
|
|
3851
3823
|
typeof e == "object" && (o = e, e = o.id);
|
|
3852
3824
|
const {
|
|
3853
3825
|
values: u,
|
|
3854
|
-
locale: h =
|
|
3826
|
+
locale: h = z(),
|
|
3855
3827
|
default: a
|
|
3856
3828
|
} = o;
|
|
3857
3829
|
if (h == null)
|
|
@@ -3860,7 +3832,7 @@ const ae = (e, t) => {
|
|
|
3860
3832
|
);
|
|
3861
3833
|
let l = Zt(e, h);
|
|
3862
3834
|
if (!l)
|
|
3863
|
-
l = (s = (i = (n = (r =
|
|
3835
|
+
l = (s = (i = (n = (r = ee()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
|
|
3864
3836
|
else if (typeof l != "string")
|
|
3865
3837
|
return console.warn(
|
|
3866
3838
|
`[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.`
|
|
@@ -3869,7 +3841,7 @@ const ae = (e, t) => {
|
|
|
3869
3841
|
return l;
|
|
3870
3842
|
let c = l;
|
|
3871
3843
|
try {
|
|
3872
|
-
c =
|
|
3844
|
+
c = pi(l, h).format(u);
|
|
3873
3845
|
} catch (f) {
|
|
3874
3846
|
f instanceof Error && console.warn(
|
|
3875
3847
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3877,16 +3849,16 @@ const ae = (e, t) => {
|
|
|
3877
3849
|
);
|
|
3878
3850
|
}
|
|
3879
3851
|
return c;
|
|
3880
|
-
},
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3852
|
+
}, bi = (e, t) => mi(t).format(e), yi = (e, t) => gi(t).format(e), _i = (e, t) => ci(t).format(e), Ei = (e, t = z()) => Zt(e, t), vi = te([re, le], () => di);
|
|
3853
|
+
te([re], () => bi);
|
|
3854
|
+
te([re], () => yi);
|
|
3855
|
+
te([re], () => _i);
|
|
3856
|
+
te([re, le], () => Ei);
|
|
3885
3857
|
function yt(e, t) {
|
|
3886
|
-
|
|
3858
|
+
qt(e, t);
|
|
3887
3859
|
}
|
|
3888
3860
|
function xi(e) {
|
|
3889
|
-
|
|
3861
|
+
re.set(e);
|
|
3890
3862
|
}
|
|
3891
3863
|
const _t = {
|
|
3892
3864
|
en: {
|
|
@@ -3998,31 +3970,31 @@ const _t = {
|
|
|
3998
3970
|
games: "games"
|
|
3999
3971
|
}
|
|
4000
3972
|
};
|
|
4001
|
-
function
|
|
3973
|
+
function Ti(e) {
|
|
4002
3974
|
fr(e, "svelte-2l182v", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.CasinoCategories{display:flex;flex-direction:column;gap:1rem;padding:10px 60px}.CategoryTitle{font-weight:500;position:relative;right:30px;margin:10px 0;font-size:18px;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.Category{border-radius:7px;display:flex;align-items:center;gap:16px;max-width:300px}.Category.Active{box-shadow:15px 15px 30px var(--emw--color-gray-100, #E6E6E6)}.CategoryTextContainer{display:flex;flex-direction:column;justify-content:center;gap:10px;font-size:15px;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.CategoryTextContainer p:first-child{font-weight:600;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.CategoryTextContainer p:last-child{color:var(--emw--color-gray-150, #828282);font-weight:300}.CategoryImage{border-radius:4px;object-fit:cover;height:64px;width:64px;font-weight:100}.Message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-weight:600}");
|
|
4003
3975
|
}
|
|
4004
3976
|
function Et(e, t, r) {
|
|
4005
3977
|
const n = e.slice();
|
|
4006
3978
|
return n[23] = t[r], n;
|
|
4007
3979
|
}
|
|
4008
|
-
function
|
|
3980
|
+
function vt(e, t, r) {
|
|
4009
3981
|
const n = e.slice();
|
|
4010
3982
|
return n[23] = t[r], n;
|
|
4011
3983
|
}
|
|
4012
|
-
function
|
|
3984
|
+
function Ci(e) {
|
|
4013
3985
|
let t, r, n = (
|
|
4014
3986
|
/*$_*/
|
|
4015
3987
|
e[5]("topCategories") + ""
|
|
4016
3988
|
), i, s, o, u, h = (
|
|
4017
3989
|
/*$_*/
|
|
4018
3990
|
e[5]("otherCategories") + ""
|
|
4019
|
-
), a, l, c =
|
|
3991
|
+
), a, l, c = ge(
|
|
4020
3992
|
/*topCategories*/
|
|
4021
3993
|
e[3]
|
|
4022
3994
|
), f = [];
|
|
4023
3995
|
for (let g = 0; g < c.length; g += 1)
|
|
4024
|
-
f[g] = vt(
|
|
4025
|
-
let p =
|
|
3996
|
+
f[g] = xt(vt(e, c, g));
|
|
3997
|
+
let p = ge(
|
|
4026
3998
|
/*otherCategories*/
|
|
4027
3999
|
e[4]
|
|
4028
4000
|
), d = [];
|
|
@@ -4030,52 +4002,52 @@ function Ti(e) {
|
|
|
4030
4002
|
d[g] = Tt(Et(e, p, g));
|
|
4031
4003
|
return {
|
|
4032
4004
|
c() {
|
|
4033
|
-
t =
|
|
4005
|
+
t = A("div"), r = A("h4"), i = D(n), s = G();
|
|
4034
4006
|
for (let g = 0; g < f.length; g += 1)
|
|
4035
4007
|
f[g].c();
|
|
4036
|
-
o =
|
|
4008
|
+
o = G(), u = A("h4"), a = D(h), l = G();
|
|
4037
4009
|
for (let g = 0; g < d.length; g += 1)
|
|
4038
4010
|
d[g].c();
|
|
4039
4011
|
I(r, "class", "CategoryTitle"), I(u, "class", "CategoryTitle"), I(t, "class", "CasinoCategories");
|
|
4040
4012
|
},
|
|
4041
|
-
m(g,
|
|
4042
|
-
|
|
4013
|
+
m(g, E) {
|
|
4014
|
+
X(g, t, E), v(t, r), v(r, i), v(t, s);
|
|
4043
4015
|
for (let m = 0; m < f.length; m += 1)
|
|
4044
4016
|
f[m] && f[m].m(t, null);
|
|
4045
4017
|
v(t, o), v(t, u), v(u, a), v(t, l);
|
|
4046
4018
|
for (let m = 0; m < d.length; m += 1)
|
|
4047
4019
|
d[m] && d[m].m(t, null);
|
|
4048
4020
|
},
|
|
4049
|
-
p(g,
|
|
4050
|
-
if (
|
|
4021
|
+
p(g, E) {
|
|
4022
|
+
if (E & /*$_*/
|
|
4051
4023
|
32 && n !== (n = /*$_*/
|
|
4052
|
-
g[5]("topCategories") + "") &&
|
|
4024
|
+
g[5]("topCategories") + "") && j(i, n), E & /*activecategory, topCategories, openGameCategory, $_*/
|
|
4053
4025
|
105) {
|
|
4054
|
-
c =
|
|
4026
|
+
c = ge(
|
|
4055
4027
|
/*topCategories*/
|
|
4056
4028
|
g[3]
|
|
4057
4029
|
);
|
|
4058
4030
|
let m;
|
|
4059
4031
|
for (m = 0; m < c.length; m += 1) {
|
|
4060
|
-
const
|
|
4061
|
-
f[m] ? f[m].p(
|
|
4032
|
+
const T = vt(g, c, m);
|
|
4033
|
+
f[m] ? f[m].p(T, E) : (f[m] = xt(T), f[m].c(), f[m].m(t, o));
|
|
4062
4034
|
}
|
|
4063
4035
|
for (; m < f.length; m += 1)
|
|
4064
4036
|
f[m].d(1);
|
|
4065
4037
|
f.length = c.length;
|
|
4066
4038
|
}
|
|
4067
|
-
if (
|
|
4039
|
+
if (E & /*$_*/
|
|
4068
4040
|
32 && h !== (h = /*$_*/
|
|
4069
|
-
g[5]("otherCategories") + "") &&
|
|
4041
|
+
g[5]("otherCategories") + "") && j(a, h), E & /*activecategory, otherCategories, openGameCategory, $_*/
|
|
4070
4042
|
113) {
|
|
4071
|
-
p =
|
|
4043
|
+
p = ge(
|
|
4072
4044
|
/*otherCategories*/
|
|
4073
4045
|
g[4]
|
|
4074
4046
|
);
|
|
4075
4047
|
let m;
|
|
4076
4048
|
for (m = 0; m < p.length; m += 1) {
|
|
4077
|
-
const
|
|
4078
|
-
d[m] ? d[m].p(
|
|
4049
|
+
const T = Et(g, p, m);
|
|
4050
|
+
d[m] ? d[m].p(T, E) : (d[m] = Tt(T), d[m].c(), d[m].m(t, null));
|
|
4079
4051
|
}
|
|
4080
4052
|
for (; m < d.length; m += 1)
|
|
4081
4053
|
d[m].d(1);
|
|
@@ -4083,26 +4055,26 @@ function Ti(e) {
|
|
|
4083
4055
|
}
|
|
4084
4056
|
},
|
|
4085
4057
|
d(g) {
|
|
4086
|
-
g &&
|
|
4058
|
+
g && k(t), nt(f, g), nt(d, g);
|
|
4087
4059
|
}
|
|
4088
4060
|
};
|
|
4089
4061
|
}
|
|
4090
|
-
function
|
|
4062
|
+
function Hi(e) {
|
|
4091
4063
|
let t;
|
|
4092
4064
|
return {
|
|
4093
4065
|
c() {
|
|
4094
|
-
t =
|
|
4066
|
+
t = A("p"), t.textContent = "Loading, please wait...", I(t, "class", "Message");
|
|
4095
4067
|
},
|
|
4096
4068
|
m(r, n) {
|
|
4097
|
-
|
|
4069
|
+
X(r, t, n);
|
|
4098
4070
|
},
|
|
4099
4071
|
p: L,
|
|
4100
4072
|
d(r) {
|
|
4101
|
-
r &&
|
|
4073
|
+
r && k(t);
|
|
4102
4074
|
}
|
|
4103
4075
|
};
|
|
4104
4076
|
}
|
|
4105
|
-
function
|
|
4077
|
+
function xt(e) {
|
|
4106
4078
|
let t, r, n, i, s, o, u, h = (
|
|
4107
4079
|
/*category*/
|
|
4108
4080
|
e[23].name + ""
|
|
@@ -4112,7 +4084,7 @@ function vt(e) {
|
|
|
4112
4084
|
), p, d, g = (
|
|
4113
4085
|
/*$_*/
|
|
4114
4086
|
e[5]("games") + ""
|
|
4115
|
-
),
|
|
4087
|
+
), E, m, T, S;
|
|
4116
4088
|
function P() {
|
|
4117
4089
|
return (
|
|
4118
4090
|
/*click_handler*/
|
|
@@ -4124,33 +4096,33 @@ function vt(e) {
|
|
|
4124
4096
|
}
|
|
4125
4097
|
return {
|
|
4126
4098
|
c() {
|
|
4127
|
-
t =
|
|
4099
|
+
t = A("div"), r = A("ui-image"), s = G(), o = A("div"), u = A("p"), a = D(h), l = G(), c = A("p"), p = D(f), d = G(), E = D(g), ye(r.src, n = /*category*/
|
|
4128
4100
|
e[23].icon) || R(r, "src", n), R(r, "alt", i = /*category*/
|
|
4129
4101
|
e[23].name), R(r, "class", "CategoryImage"), I(o, "class", "CategoryTextContainer"), I(t, "class", m = "Category " + /*activecategory*/
|
|
4130
4102
|
(e[0] === /*category*/
|
|
4131
4103
|
e[23].id ? "Active" : ""));
|
|
4132
4104
|
},
|
|
4133
4105
|
m(B, H) {
|
|
4134
|
-
|
|
4106
|
+
X(B, t, H), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, p), v(c, d), v(c, E), T || (S = At(t, "click", P), T = !0);
|
|
4135
4107
|
},
|
|
4136
4108
|
p(B, H) {
|
|
4137
4109
|
e = B, H & /*topCategories*/
|
|
4138
|
-
8 && !
|
|
4110
|
+
8 && !ye(r.src, n = /*category*/
|
|
4139
4111
|
e[23].icon) && R(r, "src", n), H & /*topCategories*/
|
|
4140
4112
|
8 && i !== (i = /*category*/
|
|
4141
4113
|
e[23].name) && R(r, "alt", i), H & /*topCategories*/
|
|
4142
4114
|
8 && h !== (h = /*category*/
|
|
4143
|
-
e[23].name + "") &&
|
|
4115
|
+
e[23].name + "") && j(a, h), H & /*topCategories*/
|
|
4144
4116
|
8 && f !== (f = /*category*/
|
|
4145
|
-
e[23].games.count + "") &&
|
|
4117
|
+
e[23].games.count + "") && j(p, f), H & /*$_*/
|
|
4146
4118
|
32 && g !== (g = /*$_*/
|
|
4147
|
-
e[5]("games") + "") &&
|
|
4119
|
+
e[5]("games") + "") && j(E, g), H & /*activecategory, topCategories*/
|
|
4148
4120
|
9 && m !== (m = "Category " + /*activecategory*/
|
|
4149
4121
|
(e[0] === /*category*/
|
|
4150
4122
|
e[23].id ? "Active" : "")) && I(t, "class", m);
|
|
4151
4123
|
},
|
|
4152
4124
|
d(B) {
|
|
4153
|
-
B &&
|
|
4125
|
+
B && k(t), T = !1, S();
|
|
4154
4126
|
}
|
|
4155
4127
|
};
|
|
4156
4128
|
}
|
|
@@ -4164,7 +4136,7 @@ function Tt(e) {
|
|
|
4164
4136
|
), p, d, g = (
|
|
4165
4137
|
/*$_*/
|
|
4166
4138
|
e[5]("games") + ""
|
|
4167
|
-
),
|
|
4139
|
+
), E, m, T, S, P;
|
|
4168
4140
|
function B() {
|
|
4169
4141
|
return (
|
|
4170
4142
|
/*click_handler_1*/
|
|
@@ -4176,51 +4148,51 @@ function Tt(e) {
|
|
|
4176
4148
|
}
|
|
4177
4149
|
return {
|
|
4178
4150
|
c() {
|
|
4179
|
-
t =
|
|
4151
|
+
t = A("div"), r = A("ui-image"), s = G(), o = A("div"), u = A("p"), a = D(h), l = G(), c = A("p"), p = D(f), d = G(), E = D(g), m = G(), ye(r.src, n = /*category*/
|
|
4180
4152
|
e[23].icon) || R(r, "src", n), R(r, "alt", i = /*category*/
|
|
4181
|
-
e[23].name), R(r, "class", "CategoryImage"), I(o, "class", "CategoryTextContainer"), I(t, "class",
|
|
4153
|
+
e[23].name), R(r, "class", "CategoryImage"), I(o, "class", "CategoryTextContainer"), I(t, "class", T = "Category " + /*activecategory*/
|
|
4182
4154
|
(e[0] === /*category*/
|
|
4183
4155
|
e[23].id ? "Active" : ""));
|
|
4184
4156
|
},
|
|
4185
4157
|
m(H, N) {
|
|
4186
|
-
|
|
4158
|
+
X(H, t, N), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, p), v(c, d), v(c, E), v(t, m), S || (P = At(t, "click", B), S = !0);
|
|
4187
4159
|
},
|
|
4188
4160
|
p(H, N) {
|
|
4189
4161
|
e = H, N & /*otherCategories*/
|
|
4190
|
-
16 && !
|
|
4162
|
+
16 && !ye(r.src, n = /*category*/
|
|
4191
4163
|
e[23].icon) && R(r, "src", n), N & /*otherCategories*/
|
|
4192
4164
|
16 && i !== (i = /*category*/
|
|
4193
4165
|
e[23].name) && R(r, "alt", i), N & /*otherCategories*/
|
|
4194
4166
|
16 && h !== (h = /*category*/
|
|
4195
|
-
e[23].name + "") &&
|
|
4167
|
+
e[23].name + "") && j(a, h), N & /*otherCategories*/
|
|
4196
4168
|
16 && f !== (f = /*category*/
|
|
4197
|
-
e[23].games.count + "") &&
|
|
4169
|
+
e[23].games.count + "") && j(p, f), N & /*$_*/
|
|
4198
4170
|
32 && g !== (g = /*$_*/
|
|
4199
|
-
e[5]("games") + "") &&
|
|
4200
|
-
17 &&
|
|
4171
|
+
e[5]("games") + "") && j(E, g), N & /*activecategory, otherCategories*/
|
|
4172
|
+
17 && T !== (T = "Category " + /*activecategory*/
|
|
4201
4173
|
(e[0] === /*category*/
|
|
4202
|
-
e[23].id ? "Active" : "")) && I(t, "class",
|
|
4174
|
+
e[23].id ? "Active" : "")) && I(t, "class", T);
|
|
4203
4175
|
},
|
|
4204
4176
|
d(H) {
|
|
4205
|
-
H &&
|
|
4177
|
+
H && k(t), S = !1, P();
|
|
4206
4178
|
}
|
|
4207
4179
|
};
|
|
4208
4180
|
}
|
|
4209
|
-
function
|
|
4181
|
+
function Si(e) {
|
|
4210
4182
|
let t;
|
|
4211
4183
|
function r(s, o) {
|
|
4212
4184
|
return (
|
|
4213
4185
|
/*isLoading*/
|
|
4214
|
-
s[2] ?
|
|
4186
|
+
s[2] ? Hi : Ci
|
|
4215
4187
|
);
|
|
4216
4188
|
}
|
|
4217
4189
|
let n = r(e), i = n(e);
|
|
4218
4190
|
return {
|
|
4219
4191
|
c() {
|
|
4220
|
-
t =
|
|
4192
|
+
t = A("div"), i.c();
|
|
4221
4193
|
},
|
|
4222
4194
|
m(s, o) {
|
|
4223
|
-
|
|
4195
|
+
X(s, t, o), i.m(t, null), e[17](t);
|
|
4224
4196
|
},
|
|
4225
4197
|
p(s, [o]) {
|
|
4226
4198
|
n === (n = r(s)) && i ? i.p(s, o) : (i.d(1), i = n(s), i && (i.c(), i.m(t, null)));
|
|
@@ -4228,39 +4200,39 @@ function Hi(e) {
|
|
|
4228
4200
|
i: L,
|
|
4229
4201
|
o: L,
|
|
4230
4202
|
d(s) {
|
|
4231
|
-
s &&
|
|
4203
|
+
s && k(t), i.d(), e[17](null);
|
|
4232
4204
|
}
|
|
4233
4205
|
};
|
|
4234
4206
|
}
|
|
4235
4207
|
function Ai(e, t, r) {
|
|
4236
4208
|
let n;
|
|
4237
|
-
lr(e,
|
|
4209
|
+
lr(e, vi, (b) => r(5, n = b));
|
|
4238
4210
|
let { endpoint: i = "" } = t, { datasource: s = "" } = t, { lang: o = "en" } = t, { activecategory: u = "" } = t, { excludedflags: h = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: c = "" } = t, { mbsource: f } = t, p, d = !1;
|
|
4239
4211
|
const g = [];
|
|
4240
|
-
let
|
|
4212
|
+
let E = [], m = [];
|
|
4241
4213
|
Object.keys(_t).forEach((b) => {
|
|
4242
4214
|
yt(b, _t[b]);
|
|
4243
4215
|
});
|
|
4244
|
-
const
|
|
4216
|
+
const T = () => {
|
|
4245
4217
|
fetch(c).then(($) => $.json()).then(($) => {
|
|
4246
|
-
Object.keys($).forEach((
|
|
4247
|
-
yt(
|
|
4218
|
+
Object.keys($).forEach((fe) => {
|
|
4219
|
+
yt(fe, $[fe]);
|
|
4248
4220
|
});
|
|
4249
4221
|
}).catch(($) => {
|
|
4250
4222
|
console.log($);
|
|
4251
4223
|
});
|
|
4252
|
-
},
|
|
4224
|
+
}, S = () => {
|
|
4253
4225
|
r(2, d = !0);
|
|
4254
4226
|
const b = new URL(`${i}/v1/casino/groups/${s}`);
|
|
4255
4227
|
b.searchParams.append("language", o), fetch(b).then(($) => $.json()).then(($) => {
|
|
4256
4228
|
r(2, d = !1);
|
|
4257
|
-
const
|
|
4229
|
+
const fe = h.split(",").map((V) => V.trim());
|
|
4258
4230
|
g.push(...$.items);
|
|
4259
|
-
const
|
|
4260
|
-
var
|
|
4261
|
-
return ((
|
|
4231
|
+
const qe = g.filter((V) => !fe.some((nr) => {
|
|
4232
|
+
var Je;
|
|
4233
|
+
return ((Je = V.flags) == null ? void 0 : Je.indexOf(nr)) >= 0;
|
|
4262
4234
|
}));
|
|
4263
|
-
r(3,
|
|
4235
|
+
r(3, E = qe.filter((V) => V.isTopCategory === !0)), r(4, m = qe.filter((V) => V.isTopCategory === !1));
|
|
4264
4236
|
});
|
|
4265
4237
|
}, P = (b) => {
|
|
4266
4238
|
window.postMessage({ type: "OpenGameCategory", categoryId: b }, window.location.href);
|
|
@@ -4271,7 +4243,7 @@ function Ai(e, t, r) {
|
|
|
4271
4243
|
});
|
|
4272
4244
|
const H = (b) => P(b.id), N = (b) => P(b.id);
|
|
4273
4245
|
function rr(b) {
|
|
4274
|
-
|
|
4246
|
+
Me[b ? "unshift" : "push"](() => {
|
|
4275
4247
|
p = b, r(1, p);
|
|
4276
4248
|
});
|
|
4277
4249
|
}
|
|
@@ -4279,8 +4251,8 @@ function Ai(e, t, r) {
|
|
|
4279
4251
|
"endpoint" in b && r(7, i = b.endpoint), "datasource" in b && r(8, s = b.datasource), "lang" in b && r(9, o = b.lang), "activecategory" in b && r(0, u = b.activecategory), "excludedflags" in b && r(10, h = b.excludedflags), "clientstyling" in b && r(11, a = b.clientstyling), "clientstylingurl" in b && r(12, l = b.clientstylingurl), "translationurl" in b && r(13, c = b.translationurl), "mbsource" in b && r(14, f = b.mbsource);
|
|
4280
4252
|
}, e.$$.update = () => {
|
|
4281
4253
|
e.$$.dirty & /*endpoint, datasource*/
|
|
4282
|
-
384 && i && s &&
|
|
4283
|
-
8192 && c &&
|
|
4254
|
+
384 && i && s && S(), e.$$.dirty & /*translationurl*/
|
|
4255
|
+
8192 && c && T(), e.$$.dirty & /*lang*/
|
|
4284
4256
|
512 && o && B(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4285
4257
|
2050 && a && p && Or(p, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4286
4258
|
4098 && l && p && Pr(p, l), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
@@ -4289,7 +4261,7 @@ function Ai(e, t, r) {
|
|
|
4289
4261
|
u,
|
|
4290
4262
|
p,
|
|
4291
4263
|
d,
|
|
4292
|
-
|
|
4264
|
+
E,
|
|
4293
4265
|
m,
|
|
4294
4266
|
n,
|
|
4295
4267
|
P,
|
|
@@ -4308,11 +4280,11 @@ function Ai(e, t, r) {
|
|
|
4308
4280
|
}
|
|
4309
4281
|
class tr extends Br {
|
|
4310
4282
|
constructor(t) {
|
|
4311
|
-
super(),
|
|
4283
|
+
super(), Sr(
|
|
4312
4284
|
this,
|
|
4313
4285
|
t,
|
|
4314
4286
|
Ai,
|
|
4315
|
-
|
|
4287
|
+
Si,
|
|
4316
4288
|
Ht,
|
|
4317
4289
|
{
|
|
4318
4290
|
endpoint: 7,
|
|
@@ -4325,7 +4297,7 @@ class tr extends Br {
|
|
|
4325
4297
|
translationurl: 13,
|
|
4326
4298
|
mbsource: 14
|
|
4327
4299
|
},
|
|
4328
|
-
|
|
4300
|
+
Ti
|
|
4329
4301
|
);
|
|
4330
4302
|
}
|
|
4331
4303
|
get endpoint() {
|
|
@@ -4383,51 +4355,47 @@ class tr extends Br {
|
|
|
4383
4355
|
this.$$set({ mbsource: t }), M();
|
|
4384
4356
|
}
|
|
4385
4357
|
}
|
|
4386
|
-
|
|
4387
|
-
const
|
|
4358
|
+
Ar(tr, { endpoint: {}, datasource: {}, lang: {}, activecategory: {}, excludedflags: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
|
|
4359
|
+
const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4388
4360
|
__proto__: null,
|
|
4389
4361
|
default: tr
|
|
4390
4362
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4391
4363
|
export {
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
mr as J,
|
|
4403
|
-
Oi as K,
|
|
4404
|
-
$i as L,
|
|
4364
|
+
re as $,
|
|
4365
|
+
Ni as A,
|
|
4366
|
+
Oi as B,
|
|
4367
|
+
ge as C,
|
|
4368
|
+
nt as D,
|
|
4369
|
+
Ii as E,
|
|
4370
|
+
mr as F,
|
|
4371
|
+
Pi as G,
|
|
4372
|
+
Li as H,
|
|
4373
|
+
Mi as I,
|
|
4405
4374
|
Br as S,
|
|
4406
|
-
|
|
4407
|
-
Jt as a,
|
|
4375
|
+
qt as a,
|
|
4408
4376
|
fr as b,
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4377
|
+
j as c,
|
|
4378
|
+
k as d,
|
|
4379
|
+
I as e,
|
|
4412
4380
|
M as f,
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4381
|
+
R as g,
|
|
4382
|
+
X as h,
|
|
4383
|
+
Sr as i,
|
|
4384
|
+
v as j,
|
|
4385
|
+
A as k,
|
|
4386
|
+
At as l,
|
|
4387
|
+
G as m,
|
|
4420
4388
|
L as n,
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4389
|
+
lr as o,
|
|
4390
|
+
yr as p,
|
|
4391
|
+
Me as q,
|
|
4392
|
+
he as r,
|
|
4425
4393
|
Ht as s,
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4394
|
+
D as t,
|
|
4395
|
+
Or as u,
|
|
4396
|
+
Pr as v,
|
|
4397
|
+
Nr as w,
|
|
4398
|
+
Ar as x,
|
|
4399
|
+
vi as y,
|
|
4400
|
+
ye as z
|
|
4433
4401
|
};
|