@everymatrix/casino-favorites-section 1.76.13 → 1.76.14
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/{CasinoFavoritesSection-BJU_ks40.js → CasinoFavoritesSection-CnK4Q1JA.js} +1068 -1036
- package/components/CasinoFavoritesSection-DBabPFSo.cjs +16 -0
- package/components/{CasinoFavoritesSection-rPF5MTMs.js → CasinoFavoritesSection-DamStjhf.js} +1025 -993
- package/components/{CasinoFilter-BNuhX3Q0.js → CasinoFilter-BSpmoFTm.js} +394 -442
- package/components/CasinoFilter-BX05mcMj.cjs +3 -0
- package/components/{CasinoFilter-CE0t723M.js → CasinoFilter-CaSZ45xN.js} +368 -418
- package/components/CasinoGameThumbnail-B7hhgFlz.cjs +47 -0
- package/components/{CasinoGameThumbnail-BiAgZPs8.js → CasinoGameThumbnail-CV-DjkDB.js} +1269 -1253
- package/components/{CasinoGameThumbnail-36VCNOLw.js → CasinoGameThumbnail-eI1_sfEZ.js} +763 -779
- package/components/{CasinoGamesCategorySection-C7GwXs_E.js → CasinoGamesCategorySection-C3eCJSpU.js} +250 -250
- package/components/{CasinoGamesCategorySection-1jMIQkHw.cjs → CasinoGamesCategorySection-CyyiI7Kk.cjs} +1 -1
- package/components/{CasinoGamesCategorySection-CMi-sLdM.js → CasinoGamesCategorySection-Dw1yoTyv.js} +279 -279
- package/components/{CasinoSort-BiHOcu0X.cjs → CasinoSort-CplK7n-8.cjs} +1 -1
- package/components/{CasinoSort-C8hGo9cN.js → CasinoSort-ICsGJEz5.js} +117 -116
- package/components/{CasinoSort-Chd2uPhV.js → CasinoSort-Wd13chFm.js} +108 -109
- package/es2015/casino-favorites-section.cjs +1 -1
- package/es2015/casino-favorites-section.js +1 -1
- package/esnext/casino-favorites-section.js +1 -1
- package/package.json +1 -1
- package/stencil/index-242ac81a-Bl2OSy8h.js +538 -0
- package/stencil/index-242ac81a-Czg480dJ.js +554 -0
- package/stencil/index-242ac81a-DDPF_SYN.cjs +1 -0
- package/stencil/{ui-image-2ff23cd5-BHGIWJop.cjs → ui-image-2ff23cd5-BU5r6gJa.cjs} +1 -1
- package/stencil/{ui-image-2ff23cd5-DCLQ0SIO.js → ui-image-2ff23cd5-CBX1vdMZ.js} +1 -1
- package/stencil/{ui-image-2ff23cd5-D0rXudCW.js → ui-image-2ff23cd5-DZZYCsK1.js} +1 -1
- package/stencil/{ui-image-DmRWEjrp.js → ui-image-BhXCYysO.js} +1 -1
- package/stencil/{ui-image-C0Jfm_O4.js → ui-image-CVwHW7a_.js} +1 -1
- package/stencil/{ui-image-EfKW3THf.cjs → ui-image-DrDalrqH.cjs} +1 -1
- package/stencil/{ui-image_2-CLk629jW.cjs → ui-image_2-Bsl4RJfi.cjs} +1 -1
- package/stencil/{ui-image_2-VgK3B8gQ.js → ui-image_2-ID_1Oi3k.js} +2 -2
- package/stencil/{ui-image_2-B21W_djK.js → ui-image_2-exO7RXKL.js} +2 -2
- package/components/CasinoFavoritesSection-DbDOS8X6.cjs +0 -3
- package/components/CasinoFilter-D1kcqSCO.cjs +0 -16
- package/components/CasinoGameThumbnail-BJg3jIRJ.cjs +0 -47
- package/stencil/index-242ac81a-BqeIndhr.js +0 -554
- package/stencil/index-242ac81a-CI4JxPRf.js +0 -538
- package/stencil/index-242ac81a-CjjM4VND.cjs +0 -1
package/components/{CasinoFavoritesSection-BJU_ks40.js → CasinoFavoritesSection-CnK4Q1JA.js}
RENAMED
|
@@ -2,30 +2,30 @@ var jt = Object.defineProperty, kt = Object.defineProperties;
|
|
|
2
2
|
var Vt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ke = Object.getOwnPropertySymbols;
|
|
4
4
|
var Xt = Object.prototype.hasOwnProperty, zt = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
Xt.call(t,
|
|
5
|
+
var pe = (e, t, n) => t in e ? jt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Ve = (e, t) => {
|
|
6
|
+
for (var n in t || (t = {}))
|
|
7
|
+
Xt.call(t, n) && pe(e, n, t[n]);
|
|
8
8
|
if (ke)
|
|
9
|
-
for (var
|
|
10
|
-
zt.call(t,
|
|
9
|
+
for (var n of ke(t))
|
|
10
|
+
zt.call(t, n) && pe(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
12
|
}, Xe = (e, t) => kt(e, Vt(t));
|
|
13
|
-
var B = (e, t,
|
|
14
|
-
var ze = (e, t,
|
|
13
|
+
var B = (e, t, n) => (pe(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
14
|
+
var ze = (e, t, n) => new Promise((r, i) => {
|
|
15
15
|
var s = (l) => {
|
|
16
16
|
try {
|
|
17
|
-
u(
|
|
18
|
-
} catch (
|
|
19
|
-
i(
|
|
17
|
+
u(n.next(l));
|
|
18
|
+
} catch (o) {
|
|
19
|
+
i(o);
|
|
20
20
|
}
|
|
21
|
-
},
|
|
21
|
+
}, a = (l) => {
|
|
22
22
|
try {
|
|
23
|
-
u(
|
|
24
|
-
} catch (
|
|
25
|
-
i(
|
|
23
|
+
u(n.throw(l));
|
|
24
|
+
} catch (o) {
|
|
25
|
+
i(o);
|
|
26
26
|
}
|
|
27
|
-
}, u = (l) => l.done ?
|
|
28
|
-
u((
|
|
27
|
+
}, u = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
28
|
+
u((n = n.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
30
|
function L() {
|
|
31
31
|
}
|
|
@@ -35,42 +35,42 @@ function ht(e) {
|
|
|
35
35
|
function We() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function z(e) {
|
|
39
39
|
e.forEach(ht);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function $e(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
44
|
function lt(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
let
|
|
48
|
-
function
|
|
49
|
-
return e === t ? !0 : (
|
|
47
|
+
let ie;
|
|
48
|
+
function ui(e, t) {
|
|
49
|
+
return e === t ? !0 : (ie || (ie = document.createElement("a")), ie.href = t, e === ie.href);
|
|
50
50
|
}
|
|
51
51
|
function Wt(e) {
|
|
52
52
|
return Object.keys(e).length === 0;
|
|
53
53
|
}
|
|
54
54
|
function ft(e, ...t) {
|
|
55
55
|
if (e == null) {
|
|
56
|
-
for (const
|
|
57
|
-
|
|
56
|
+
for (const r of t)
|
|
57
|
+
r(void 0);
|
|
58
58
|
return L;
|
|
59
59
|
}
|
|
60
|
-
const
|
|
61
|
-
return
|
|
60
|
+
const n = e.subscribe(...t);
|
|
61
|
+
return n.unsubscribe ? () => n.unsubscribe() : n;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
64
|
-
e.$$.on_destroy.push(ft(t,
|
|
63
|
+
function hi(e, t, n) {
|
|
64
|
+
e.$$.on_destroy.push(ft(t, n));
|
|
65
65
|
}
|
|
66
66
|
function Zt(e, t) {
|
|
67
67
|
e.appendChild(t);
|
|
68
68
|
}
|
|
69
|
-
function Qt(e, t,
|
|
70
|
-
const
|
|
71
|
-
if (!
|
|
69
|
+
function Qt(e, t, n) {
|
|
70
|
+
const r = qt(e);
|
|
71
|
+
if (!r.getElementById(t)) {
|
|
72
72
|
const i = ne("style");
|
|
73
|
-
i.id = t, i.textContent =
|
|
73
|
+
i.id = t, i.textContent = n, Jt(r, i);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
function qt(e) {
|
|
@@ -90,15 +90,15 @@ function Jt(e, t) {
|
|
|
90
90
|
t
|
|
91
91
|
), t.sheet;
|
|
92
92
|
}
|
|
93
|
-
function
|
|
94
|
-
e.insertBefore(t,
|
|
93
|
+
function fe(e, t, n) {
|
|
94
|
+
e.insertBefore(t, n || null);
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function te(e) {
|
|
97
97
|
e.parentNode && e.parentNode.removeChild(e);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
100
|
-
for (let
|
|
101
|
-
e[
|
|
99
|
+
function li(e, t) {
|
|
100
|
+
for (let n = 0; n < e.length; n += 1)
|
|
101
|
+
e[n] && e[n].d(t);
|
|
102
102
|
}
|
|
103
103
|
function ne(e) {
|
|
104
104
|
return document.createElement(e);
|
|
@@ -109,36 +109,36 @@ function Yt(e) {
|
|
|
109
109
|
function ct(e) {
|
|
110
110
|
return document.createTextNode(e);
|
|
111
111
|
}
|
|
112
|
-
function
|
|
112
|
+
function fi() {
|
|
113
113
|
return ct(" ");
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function ci() {
|
|
116
116
|
return ct("");
|
|
117
117
|
}
|
|
118
|
-
function
|
|
119
|
-
return e.addEventListener(t,
|
|
118
|
+
function mi(e, t, n, r) {
|
|
119
|
+
return e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r);
|
|
120
120
|
}
|
|
121
|
-
function
|
|
122
|
-
|
|
121
|
+
function Ue(e, t, n) {
|
|
122
|
+
n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
|
|
123
123
|
}
|
|
124
|
-
function g(e, t,
|
|
125
|
-
const
|
|
126
|
-
|
|
124
|
+
function g(e, t, n) {
|
|
125
|
+
const r = t.toLowerCase();
|
|
126
|
+
r in e ? e[r] = typeof e[r] == "boolean" && n === "" ? !0 : n : t in e ? e[t] = typeof e[t] == "boolean" && n === "" ? !0 : n : Ue(e, t, n);
|
|
127
127
|
}
|
|
128
128
|
function Kt(e) {
|
|
129
129
|
return Array.from(e.childNodes);
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function gi(e, t) {
|
|
132
132
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
133
133
|
t);
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function di(e, t) {
|
|
136
136
|
e.value = t == null ? "" : t;
|
|
137
137
|
}
|
|
138
|
-
function
|
|
139
|
-
e.classList.toggle(t, !!
|
|
138
|
+
function bi(e, t, n) {
|
|
139
|
+
e.classList.toggle(t, !!n);
|
|
140
140
|
}
|
|
141
|
-
class
|
|
141
|
+
class pi {
|
|
142
142
|
constructor(t = !1) {
|
|
143
143
|
/**
|
|
144
144
|
* @private
|
|
@@ -168,17 +168,17 @@ class yi {
|
|
|
168
168
|
* @param {HTMLElement | SVGElement} anchor
|
|
169
169
|
* @returns {void}
|
|
170
170
|
*/
|
|
171
|
-
m(t,
|
|
171
|
+
m(t, n, r = null) {
|
|
172
172
|
this.e || (this.is_svg ? this.e = Yt(
|
|
173
173
|
/** @type {keyof SVGElementTagNameMap} */
|
|
174
|
-
|
|
174
|
+
n.nodeName
|
|
175
175
|
) : this.e = ne(
|
|
176
176
|
/** @type {keyof HTMLElementTagNameMap} */
|
|
177
|
-
|
|
178
|
-
), this.t =
|
|
177
|
+
n.nodeType === 11 ? "TEMPLATE" : n.nodeName
|
|
178
|
+
), this.t = n.tagName !== "TEMPLATE" ? n : (
|
|
179
179
|
/** @type {HTMLTemplateElement} */
|
|
180
|
-
|
|
181
|
-
), this.c(t)), this.i(
|
|
180
|
+
n.content
|
|
181
|
+
), this.c(t)), this.i(r);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* @param {string} html
|
|
@@ -192,8 +192,8 @@ class yi {
|
|
|
192
192
|
/**
|
|
193
193
|
* @returns {void} */
|
|
194
194
|
i(t) {
|
|
195
|
-
for (let
|
|
196
|
-
|
|
195
|
+
for (let n = 0; n < this.n.length; n += 1)
|
|
196
|
+
fe(this.t, this.n[n], t);
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* @param {string} html
|
|
@@ -205,139 +205,139 @@ class yi {
|
|
|
205
205
|
/**
|
|
206
206
|
* @returns {void} */
|
|
207
207
|
d() {
|
|
208
|
-
this.n.forEach(
|
|
208
|
+
this.n.forEach(te);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
function
|
|
211
|
+
function en(e) {
|
|
212
212
|
const t = {};
|
|
213
213
|
return e.childNodes.forEach(
|
|
214
214
|
/** @param {Element} node */
|
|
215
|
-
(
|
|
216
|
-
t[
|
|
215
|
+
(n) => {
|
|
216
|
+
t[n.slot || "default"] = !0;
|
|
217
217
|
}
|
|
218
218
|
), t;
|
|
219
219
|
}
|
|
220
|
-
let
|
|
221
|
-
function
|
|
222
|
-
|
|
220
|
+
let Y;
|
|
221
|
+
function J(e) {
|
|
222
|
+
Y = e;
|
|
223
223
|
}
|
|
224
224
|
function mt() {
|
|
225
|
-
if (!
|
|
225
|
+
if (!Y)
|
|
226
226
|
throw new Error("Function called outside component initialization");
|
|
227
|
-
return
|
|
227
|
+
return Y;
|
|
228
228
|
}
|
|
229
|
-
function
|
|
229
|
+
function tn(e) {
|
|
230
230
|
mt().$$.on_mount.push(e);
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function yi(e) {
|
|
233
233
|
mt().$$.on_destroy.push(e);
|
|
234
234
|
}
|
|
235
|
-
const
|
|
236
|
-
let
|
|
235
|
+
const G = [], Se = [];
|
|
236
|
+
let F = [];
|
|
237
237
|
const Ze = [], gt = /* @__PURE__ */ Promise.resolve();
|
|
238
|
-
let
|
|
238
|
+
let Be = !1;
|
|
239
239
|
function dt() {
|
|
240
|
-
|
|
240
|
+
Be || (Be = !0, gt.then(H));
|
|
241
241
|
}
|
|
242
|
-
function
|
|
242
|
+
function Ei() {
|
|
243
243
|
return dt(), gt;
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
|
|
245
|
+
function Ae(e) {
|
|
246
|
+
F.push(e);
|
|
247
247
|
}
|
|
248
|
-
const
|
|
249
|
-
let
|
|
248
|
+
const ye = /* @__PURE__ */ new Set();
|
|
249
|
+
let U = 0;
|
|
250
250
|
function H() {
|
|
251
|
-
if (
|
|
251
|
+
if (U !== 0)
|
|
252
252
|
return;
|
|
253
|
-
const e =
|
|
253
|
+
const e = Y;
|
|
254
254
|
do {
|
|
255
255
|
try {
|
|
256
|
-
for (;
|
|
257
|
-
const t =
|
|
258
|
-
|
|
256
|
+
for (; U < G.length; ) {
|
|
257
|
+
const t = G[U];
|
|
258
|
+
U++, J(t), nn(t.$$);
|
|
259
259
|
}
|
|
260
260
|
} catch (t) {
|
|
261
|
-
throw
|
|
261
|
+
throw G.length = 0, U = 0, t;
|
|
262
262
|
}
|
|
263
|
-
for (
|
|
264
|
-
|
|
265
|
-
for (let t = 0; t <
|
|
266
|
-
const
|
|
267
|
-
|
|
263
|
+
for (J(null), G.length = 0, U = 0; Se.length; )
|
|
264
|
+
Se.pop()();
|
|
265
|
+
for (let t = 0; t < F.length; t += 1) {
|
|
266
|
+
const n = F[t];
|
|
267
|
+
ye.has(n) || (ye.add(n), n());
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
} while (
|
|
269
|
+
F.length = 0;
|
|
270
|
+
} while (G.length);
|
|
271
271
|
for (; Ze.length; )
|
|
272
272
|
Ze.pop()();
|
|
273
|
-
|
|
273
|
+
Be = !1, ye.clear(), J(e);
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function nn(e) {
|
|
276
276
|
if (e.fragment !== null) {
|
|
277
|
-
e.update(),
|
|
277
|
+
e.update(), z(e.before_update);
|
|
278
278
|
const t = e.dirty;
|
|
279
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
279
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ae);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
function
|
|
283
|
-
const t = [],
|
|
284
|
-
|
|
282
|
+
function rn(e) {
|
|
283
|
+
const t = [], n = [];
|
|
284
|
+
F.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), F = t;
|
|
285
285
|
}
|
|
286
|
-
const
|
|
286
|
+
const sn = /* @__PURE__ */ new Set();
|
|
287
287
|
function bt(e, t) {
|
|
288
|
-
e && e.i && (
|
|
288
|
+
e && e.i && (sn.delete(e), e.i(t));
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function vi(e) {
|
|
291
291
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
292
292
|
}
|
|
293
|
-
function
|
|
293
|
+
function _i(e, t) {
|
|
294
294
|
e.d(1), t.delete(e.key);
|
|
295
295
|
}
|
|
296
|
-
function
|
|
296
|
+
function xi(e, t, n, r, i, s, a, u, l, o, h, c) {
|
|
297
297
|
let f = e.length, b = s.length, y = f;
|
|
298
298
|
const x = {};
|
|
299
299
|
for (; y--; )
|
|
300
300
|
x[e[y].key] = y;
|
|
301
|
-
const S = [],
|
|
301
|
+
const S = [], O = /* @__PURE__ */ new Map(), N = /* @__PURE__ */ new Map(), A = [];
|
|
302
302
|
for (y = b; y--; ) {
|
|
303
|
-
const
|
|
304
|
-
let C =
|
|
305
|
-
C ? A.push(() => C.p(
|
|
303
|
+
const _ = c(i, s, y), m = n(_);
|
|
304
|
+
let C = a.get(m);
|
|
305
|
+
C ? A.push(() => C.p(_, t)) : (C = o(m, _), C.c()), O.set(m, S[y] = C), m in x && N.set(m, Math.abs(y - x[m]));
|
|
306
306
|
}
|
|
307
307
|
const I = /* @__PURE__ */ new Set(), P = /* @__PURE__ */ new Set();
|
|
308
|
-
function T(
|
|
309
|
-
bt(
|
|
308
|
+
function T(_) {
|
|
309
|
+
bt(_, 1), _.m(u, h), a.set(_.key, _), h = _.first, b--;
|
|
310
310
|
}
|
|
311
311
|
for (; f && b; ) {
|
|
312
|
-
const
|
|
313
|
-
|
|
312
|
+
const _ = S[b - 1], m = e[f - 1], C = _.key, re = m.key;
|
|
313
|
+
_ === m ? (h = _.first, f--, b--) : O.has(re) ? !a.has(C) || I.has(C) ? T(_) : P.has(re) ? f-- : N.get(C) > N.get(re) ? (P.add(C), T(_)) : (I.add(re), f--) : (l(m, a), f--);
|
|
314
314
|
}
|
|
315
315
|
for (; f--; ) {
|
|
316
|
-
const
|
|
317
|
-
|
|
316
|
+
const _ = e[f];
|
|
317
|
+
O.has(_.key) || l(_, a);
|
|
318
318
|
}
|
|
319
319
|
for (; b; )
|
|
320
320
|
T(S[b - 1]);
|
|
321
|
-
return
|
|
322
|
-
}
|
|
323
|
-
function
|
|
324
|
-
const { fragment:
|
|
325
|
-
|
|
326
|
-
const s = e.$$.on_mount.map(ht).filter(
|
|
327
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
328
|
-
}), i.forEach(
|
|
329
|
-
}
|
|
330
|
-
function
|
|
331
|
-
const
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
function
|
|
335
|
-
e.$$.dirty[0] === -1 && (
|
|
336
|
-
}
|
|
337
|
-
function
|
|
338
|
-
const l =
|
|
339
|
-
|
|
340
|
-
const
|
|
321
|
+
return z(A), S;
|
|
322
|
+
}
|
|
323
|
+
function an(e, t, n) {
|
|
324
|
+
const { fragment: r, after_update: i } = e.$$;
|
|
325
|
+
r && r.m(t, n), Ae(() => {
|
|
326
|
+
const s = e.$$.on_mount.map(ht).filter($e);
|
|
327
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : z(s), e.$$.on_mount = [];
|
|
328
|
+
}), i.forEach(Ae);
|
|
329
|
+
}
|
|
330
|
+
function on(e, t) {
|
|
331
|
+
const n = e.$$;
|
|
332
|
+
n.fragment !== null && (rn(n.after_update), z(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
|
|
333
|
+
}
|
|
334
|
+
function un(e, t) {
|
|
335
|
+
e.$$.dirty[0] === -1 && (G.push(e), dt(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
336
|
+
}
|
|
337
|
+
function hn(e, t, n, r, i, s, a = null, u = [-1]) {
|
|
338
|
+
const l = Y;
|
|
339
|
+
J(e);
|
|
340
|
+
const o = e.$$ = {
|
|
341
341
|
fragment: null,
|
|
342
342
|
ctx: [],
|
|
343
343
|
// state
|
|
@@ -358,24 +358,24 @@ function ur(e, t, r, n, i, s, o = null, u = [-1]) {
|
|
|
358
358
|
skip_bound: !1,
|
|
359
359
|
root: t.target || l.$$.root
|
|
360
360
|
};
|
|
361
|
-
|
|
361
|
+
a && a(o.root);
|
|
362
362
|
let h = !1;
|
|
363
|
-
if (
|
|
363
|
+
if (o.ctx = n ? n(e, t.props || {}, (c, f, ...b) => {
|
|
364
364
|
const y = b.length ? b[0] : f;
|
|
365
|
-
return
|
|
366
|
-
}) : [],
|
|
365
|
+
return o.ctx && i(o.ctx[c], o.ctx[c] = y) && (!o.skip_bound && o.bound[c] && o.bound[c](y), h && un(e, c)), f;
|
|
366
|
+
}) : [], o.update(), h = !0, z(o.before_update), o.fragment = r ? r(o.ctx) : !1, t.target) {
|
|
367
367
|
if (t.hydrate) {
|
|
368
368
|
const c = Kt(t.target);
|
|
369
|
-
|
|
369
|
+
o.fragment && o.fragment.l(c), c.forEach(te);
|
|
370
370
|
} else
|
|
371
|
-
|
|
372
|
-
t.intro && bt(e.$$.fragment),
|
|
371
|
+
o.fragment && o.fragment.c();
|
|
372
|
+
t.intro && bt(e.$$.fragment), an(e, t.target, t.anchor), H();
|
|
373
373
|
}
|
|
374
|
-
|
|
374
|
+
J(l);
|
|
375
375
|
}
|
|
376
376
|
let pt;
|
|
377
377
|
typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
378
|
-
constructor(t,
|
|
378
|
+
constructor(t, n, r) {
|
|
379
379
|
super();
|
|
380
380
|
/** The Svelte component constructor */
|
|
381
381
|
B(this, "$$ctor");
|
|
@@ -395,19 +395,19 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
|
395
395
|
B(this, "$$l", {});
|
|
396
396
|
/** @type {Map<Function, Function>} Event listener unsubscribe functions */
|
|
397
397
|
B(this, "$$l_u", /* @__PURE__ */ new Map());
|
|
398
|
-
this.$$ctor = t, this.$$s =
|
|
398
|
+
this.$$ctor = t, this.$$s = n, r && this.attachShadow({ mode: "open" });
|
|
399
399
|
}
|
|
400
|
-
addEventListener(t,
|
|
401
|
-
if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(
|
|
402
|
-
const i = this.$$c.$on(t,
|
|
403
|
-
this.$$l_u.set(
|
|
400
|
+
addEventListener(t, n, r) {
|
|
401
|
+
if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(n), this.$$c) {
|
|
402
|
+
const i = this.$$c.$on(t, n);
|
|
403
|
+
this.$$l_u.set(n, i);
|
|
404
404
|
}
|
|
405
|
-
super.addEventListener(t,
|
|
405
|
+
super.addEventListener(t, n, r);
|
|
406
406
|
}
|
|
407
|
-
removeEventListener(t,
|
|
408
|
-
if (super.removeEventListener(t,
|
|
409
|
-
const i = this.$$l_u.get(
|
|
410
|
-
i && (i(), this.$$l_u.delete(
|
|
407
|
+
removeEventListener(t, n, r) {
|
|
408
|
+
if (super.removeEventListener(t, n, r), this.$$c) {
|
|
409
|
+
const i = this.$$l_u.get(n);
|
|
410
|
+
i && (i(), this.$$l_u.delete(n));
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
connectedCallback() {
|
|
@@ -415,39 +415,39 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
|
415
415
|
if (this.$$cn = !0, !this.$$c) {
|
|
416
416
|
let t = function(s) {
|
|
417
417
|
return () => {
|
|
418
|
-
let
|
|
418
|
+
let a;
|
|
419
419
|
return {
|
|
420
420
|
c: function() {
|
|
421
|
-
|
|
421
|
+
a = ne("slot"), s !== "default" && Ue(a, "name", s);
|
|
422
422
|
},
|
|
423
423
|
/**
|
|
424
424
|
* @param {HTMLElement} target
|
|
425
425
|
* @param {HTMLElement} [anchor]
|
|
426
426
|
*/
|
|
427
|
-
m: function(
|
|
428
|
-
|
|
427
|
+
m: function(o, h) {
|
|
428
|
+
fe(o, a, h);
|
|
429
429
|
},
|
|
430
|
-
d: function(
|
|
431
|
-
|
|
430
|
+
d: function(o) {
|
|
431
|
+
o && te(a);
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
};
|
|
436
436
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
437
437
|
return;
|
|
438
|
-
const
|
|
438
|
+
const n = {}, r = en(this);
|
|
439
439
|
for (const s of this.$$s)
|
|
440
|
-
s in
|
|
440
|
+
s in r && (n[s] = [t(s)]);
|
|
441
441
|
for (const s of this.attributes) {
|
|
442
|
-
const
|
|
443
|
-
|
|
442
|
+
const a = this.$$g_p(s.name);
|
|
443
|
+
a in this.$$d || (this.$$d[a] = ae(a, s.value, this.$$p_d, "toProp"));
|
|
444
444
|
}
|
|
445
445
|
for (const s in this.$$p_d)
|
|
446
446
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
|
447
447
|
this.$$c = new this.$$ctor({
|
|
448
448
|
target: this.shadowRoot || this,
|
|
449
449
|
props: Xe(Ve({}, this.$$d), {
|
|
450
|
-
$$slots:
|
|
450
|
+
$$slots: n,
|
|
451
451
|
$$scope: {
|
|
452
452
|
ctx: []
|
|
453
453
|
}
|
|
@@ -457,21 +457,21 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
|
457
457
|
this.$$r = !0;
|
|
458
458
|
for (const s in this.$$p_d)
|
|
459
459
|
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
|
460
|
-
const
|
|
460
|
+
const a = ae(
|
|
461
461
|
s,
|
|
462
462
|
this.$$d[s],
|
|
463
463
|
this.$$p_d,
|
|
464
464
|
"toAttribute"
|
|
465
465
|
);
|
|
466
|
-
|
|
466
|
+
a == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, a);
|
|
467
467
|
}
|
|
468
468
|
this.$$r = !1;
|
|
469
469
|
};
|
|
470
470
|
this.$$c.$$.after_update.push(i), i();
|
|
471
471
|
for (const s in this.$$l)
|
|
472
|
-
for (const
|
|
473
|
-
const u = this.$$c.$on(s,
|
|
474
|
-
this.$$l_u.set(
|
|
472
|
+
for (const a of this.$$l[s]) {
|
|
473
|
+
const u = this.$$c.$on(s, a);
|
|
474
|
+
this.$$l_u.set(a, u);
|
|
475
475
|
}
|
|
476
476
|
this.$$l = {};
|
|
477
477
|
}
|
|
@@ -479,9 +479,9 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
|
479
479
|
}
|
|
480
480
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
481
481
|
// and setting attributes through setAttribute etc, this is helpful
|
|
482
|
-
attributeChangedCallback(t,
|
|
482
|
+
attributeChangedCallback(t, n, r) {
|
|
483
483
|
var i;
|
|
484
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] = ae(t,
|
|
484
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = ae(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
|
485
485
|
}
|
|
486
486
|
disconnectedCallback() {
|
|
487
487
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -490,16 +490,16 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
|
490
490
|
}
|
|
491
491
|
$$g_p(t) {
|
|
492
492
|
return Object.keys(this.$$p_d).find(
|
|
493
|
-
(
|
|
493
|
+
(n) => this.$$p_d[n].attribute === t || !this.$$p_d[n].attribute && n.toLowerCase() === t
|
|
494
494
|
) || t;
|
|
495
495
|
}
|
|
496
496
|
});
|
|
497
|
-
function ae(e, t,
|
|
497
|
+
function ae(e, t, n, r) {
|
|
498
498
|
var s;
|
|
499
|
-
const i = (s =
|
|
500
|
-
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !
|
|
499
|
+
const i = (s = n[e]) == null ? void 0 : s.type;
|
|
500
|
+
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
|
|
501
501
|
return t;
|
|
502
|
-
if (
|
|
502
|
+
if (r === "toAttribute")
|
|
503
503
|
switch (i) {
|
|
504
504
|
case "Object":
|
|
505
505
|
case "Array":
|
|
@@ -524,10 +524,10 @@ function ae(e, t, r, n) {
|
|
|
524
524
|
return t;
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
|
-
function
|
|
528
|
-
let
|
|
527
|
+
function ln(e, t, n, r, i, s) {
|
|
528
|
+
let a = class extends pt {
|
|
529
529
|
constructor() {
|
|
530
|
-
super(e,
|
|
530
|
+
super(e, n, i), this.$$p_d = t;
|
|
531
531
|
}
|
|
532
532
|
static get observedAttributes() {
|
|
533
533
|
return Object.keys(t).map(
|
|
@@ -536,26 +536,26 @@ function hr(e, t, r, n, i, s) {
|
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
538
|
return Object.keys(t).forEach((u) => {
|
|
539
|
-
Object.defineProperty(
|
|
539
|
+
Object.defineProperty(a.prototype, u, {
|
|
540
540
|
get() {
|
|
541
541
|
return this.$$c && u in this.$$c ? this.$$c[u] : this.$$d[u];
|
|
542
542
|
},
|
|
543
543
|
set(l) {
|
|
544
|
-
var
|
|
545
|
-
l = ae(u, l, t), this.$$d[u] = l, (
|
|
544
|
+
var o;
|
|
545
|
+
l = ae(u, l, t), this.$$d[u] = l, (o = this.$$c) == null || o.$set({ [u]: l });
|
|
546
546
|
}
|
|
547
547
|
});
|
|
548
|
-
}),
|
|
549
|
-
Object.defineProperty(
|
|
548
|
+
}), r.forEach((u) => {
|
|
549
|
+
Object.defineProperty(a.prototype, u, {
|
|
550
550
|
get() {
|
|
551
551
|
var l;
|
|
552
552
|
return (l = this.$$c) == null ? void 0 : l[u];
|
|
553
553
|
}
|
|
554
554
|
});
|
|
555
555
|
}), e.element = /** @type {any} */
|
|
556
|
-
|
|
556
|
+
a, a;
|
|
557
557
|
}
|
|
558
|
-
class
|
|
558
|
+
class fn {
|
|
559
559
|
constructor() {
|
|
560
560
|
/**
|
|
561
561
|
* ### PRIVATE API
|
|
@@ -576,7 +576,7 @@ class lr {
|
|
|
576
576
|
}
|
|
577
577
|
/** @returns {void} */
|
|
578
578
|
$destroy() {
|
|
579
|
-
|
|
579
|
+
on(this, 1), this.$destroy = L;
|
|
580
580
|
}
|
|
581
581
|
/**
|
|
582
582
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -584,13 +584,13 @@ class lr {
|
|
|
584
584
|
* @param {((e: Events[K]) => void) | null | undefined} callback
|
|
585
585
|
* @returns {() => void}
|
|
586
586
|
*/
|
|
587
|
-
$on(t,
|
|
588
|
-
if (
|
|
587
|
+
$on(t, n) {
|
|
588
|
+
if (!$e(n))
|
|
589
589
|
return L;
|
|
590
|
-
const
|
|
591
|
-
return
|
|
592
|
-
const i =
|
|
593
|
-
i !== -1 &&
|
|
590
|
+
const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
591
|
+
return r.push(n), () => {
|
|
592
|
+
const i = r.indexOf(n);
|
|
593
|
+
i !== -1 && r.splice(i, 1);
|
|
594
594
|
};
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
@@ -601,60 +601,60 @@ class lr {
|
|
|
601
601
|
this.$$set && !Wt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
602
602
|
}
|
|
603
603
|
}
|
|
604
|
-
const
|
|
605
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
606
|
-
const
|
|
607
|
-
function
|
|
604
|
+
const cn = "4";
|
|
605
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(cn);
|
|
606
|
+
const D = [];
|
|
607
|
+
function mn(e, t) {
|
|
608
608
|
return {
|
|
609
|
-
subscribe:
|
|
609
|
+
subscribe: ce(e, t).subscribe
|
|
610
610
|
};
|
|
611
611
|
}
|
|
612
|
-
function
|
|
613
|
-
let
|
|
614
|
-
const
|
|
612
|
+
function ce(e, t = L) {
|
|
613
|
+
let n;
|
|
614
|
+
const r = /* @__PURE__ */ new Set();
|
|
615
615
|
function i(u) {
|
|
616
|
-
if (lt(e, u) && (e = u,
|
|
617
|
-
const l = !
|
|
618
|
-
for (const
|
|
619
|
-
|
|
616
|
+
if (lt(e, u) && (e = u, n)) {
|
|
617
|
+
const l = !D.length;
|
|
618
|
+
for (const o of r)
|
|
619
|
+
o[1](), D.push(o, e);
|
|
620
620
|
if (l) {
|
|
621
|
-
for (let
|
|
622
|
-
|
|
623
|
-
|
|
621
|
+
for (let o = 0; o < D.length; o += 2)
|
|
622
|
+
D[o][0](D[o + 1]);
|
|
623
|
+
D.length = 0;
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
function s(u) {
|
|
628
628
|
i(u(e));
|
|
629
629
|
}
|
|
630
|
-
function
|
|
631
|
-
const
|
|
632
|
-
return
|
|
633
|
-
|
|
630
|
+
function a(u, l = L) {
|
|
631
|
+
const o = [u, l];
|
|
632
|
+
return r.add(o), r.size === 1 && (n = t(i, s) || L), u(e), () => {
|
|
633
|
+
r.delete(o), r.size === 0 && n && (n(), n = null);
|
|
634
634
|
};
|
|
635
635
|
}
|
|
636
|
-
return { set: i, update: s, subscribe:
|
|
636
|
+
return { set: i, update: s, subscribe: a };
|
|
637
637
|
}
|
|
638
|
-
function
|
|
639
|
-
const
|
|
638
|
+
function W(e, t, n) {
|
|
639
|
+
const r = !Array.isArray(e), i = r ? [e] : e;
|
|
640
640
|
if (!i.every(Boolean))
|
|
641
641
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
642
642
|
const s = t.length < 2;
|
|
643
|
-
return
|
|
643
|
+
return mn(n, (a, u) => {
|
|
644
644
|
let l = !1;
|
|
645
|
-
const
|
|
645
|
+
const o = [];
|
|
646
646
|
let h = 0, c = L;
|
|
647
647
|
const f = () => {
|
|
648
648
|
if (h)
|
|
649
649
|
return;
|
|
650
650
|
c();
|
|
651
|
-
const y = t(
|
|
652
|
-
s ?
|
|
651
|
+
const y = t(r ? o[0] : o, a, u);
|
|
652
|
+
s ? a(y) : c = $e(y) ? y : L;
|
|
653
653
|
}, b = i.map(
|
|
654
654
|
(y, x) => ft(
|
|
655
655
|
y,
|
|
656
656
|
(S) => {
|
|
657
|
-
|
|
657
|
+
o[x] = S, h &= ~(1 << x), l && f();
|
|
658
658
|
},
|
|
659
659
|
() => {
|
|
660
660
|
h |= 1 << x;
|
|
@@ -662,240 +662,278 @@ function Z(e, t, r) {
|
|
|
662
662
|
)
|
|
663
663
|
);
|
|
664
664
|
return l = !0, f(), function() {
|
|
665
|
-
|
|
665
|
+
z(b), c(), l = !1;
|
|
666
666
|
};
|
|
667
667
|
});
|
|
668
668
|
}
|
|
669
|
-
function
|
|
669
|
+
function gn(e) {
|
|
670
670
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
671
671
|
}
|
|
672
|
-
var
|
|
673
|
-
return
|
|
672
|
+
var dn = function(t) {
|
|
673
|
+
return bn(t) && !pn(t);
|
|
674
674
|
};
|
|
675
|
-
function
|
|
675
|
+
function bn(e) {
|
|
676
676
|
return !!e && typeof e == "object";
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function pn(e) {
|
|
679
679
|
var t = Object.prototype.toString.call(e);
|
|
680
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
680
|
+
return t === "[object RegExp]" || t === "[object Date]" || vn(e);
|
|
681
681
|
}
|
|
682
|
-
var
|
|
683
|
-
function
|
|
684
|
-
return e.$$typeof ===
|
|
682
|
+
var yn = typeof Symbol == "function" && Symbol.for, En = yn ? Symbol.for("react.element") : 60103;
|
|
683
|
+
function vn(e) {
|
|
684
|
+
return e.$$typeof === En;
|
|
685
685
|
}
|
|
686
|
-
function
|
|
686
|
+
function _n(e) {
|
|
687
687
|
return Array.isArray(e) ? [] : {};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
690
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
689
|
+
function K(e, t) {
|
|
690
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? j(_n(e), e, t) : e;
|
|
691
691
|
}
|
|
692
|
-
function
|
|
693
|
-
return e.concat(t).map(function(
|
|
694
|
-
return
|
|
692
|
+
function xn(e, t, n) {
|
|
693
|
+
return e.concat(t).map(function(r) {
|
|
694
|
+
return K(r, n);
|
|
695
695
|
});
|
|
696
696
|
}
|
|
697
|
-
function
|
|
697
|
+
function Hn(e, t) {
|
|
698
698
|
if (!t.customMerge)
|
|
699
|
-
return
|
|
700
|
-
var
|
|
701
|
-
return typeof
|
|
699
|
+
return j;
|
|
700
|
+
var n = t.customMerge(e);
|
|
701
|
+
return typeof n == "function" ? n : j;
|
|
702
702
|
}
|
|
703
|
-
function
|
|
703
|
+
function Tn(e) {
|
|
704
704
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
705
705
|
return Object.propertyIsEnumerable.call(e, t);
|
|
706
706
|
}) : [];
|
|
707
707
|
}
|
|
708
708
|
function Qe(e) {
|
|
709
|
-
return Object.keys(e).concat(
|
|
709
|
+
return Object.keys(e).concat(Tn(e));
|
|
710
710
|
}
|
|
711
711
|
function yt(e, t) {
|
|
712
712
|
try {
|
|
713
713
|
return t in e;
|
|
714
|
-
} catch (
|
|
714
|
+
} catch (n) {
|
|
715
715
|
return !1;
|
|
716
716
|
}
|
|
717
717
|
}
|
|
718
|
-
function
|
|
718
|
+
function Sn(e, t) {
|
|
719
719
|
return yt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
720
720
|
}
|
|
721
|
-
function
|
|
722
|
-
var
|
|
723
|
-
return
|
|
724
|
-
|
|
721
|
+
function Bn(e, t, n) {
|
|
722
|
+
var r = {};
|
|
723
|
+
return n.isMergeableObject(e) && Qe(e).forEach(function(i) {
|
|
724
|
+
r[i] = K(e[i], n);
|
|
725
725
|
}), Qe(t).forEach(function(i) {
|
|
726
|
-
|
|
727
|
-
}),
|
|
726
|
+
Sn(e, i) || (yt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Hn(i, n)(e[i], t[i], n) : r[i] = K(t[i], n));
|
|
727
|
+
}), r;
|
|
728
728
|
}
|
|
729
|
-
function
|
|
730
|
-
|
|
731
|
-
var
|
|
732
|
-
return s ?
|
|
729
|
+
function j(e, t, n) {
|
|
730
|
+
n = n || {}, n.arrayMerge = n.arrayMerge || xn, n.isMergeableObject = n.isMergeableObject || dn, n.cloneUnlessOtherwiseSpecified = K;
|
|
731
|
+
var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
|
|
732
|
+
return s ? r ? n.arrayMerge(e, t, n) : Bn(e, t, n) : K(t, n);
|
|
733
733
|
}
|
|
734
|
-
|
|
734
|
+
j.all = function(t, n) {
|
|
735
735
|
if (!Array.isArray(t))
|
|
736
736
|
throw new Error("first argument should be an array");
|
|
737
|
-
return t.reduce(function(
|
|
738
|
-
return
|
|
737
|
+
return t.reduce(function(r, i) {
|
|
738
|
+
return j(r, i, n);
|
|
739
739
|
}, {});
|
|
740
740
|
};
|
|
741
|
-
var
|
|
742
|
-
const
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
741
|
+
var An = j, wn = An;
|
|
742
|
+
const Pn = /* @__PURE__ */ gn(wn);
|
|
743
|
+
/*! *****************************************************************************
|
|
744
|
+
Copyright (c) Microsoft Corporation.
|
|
745
|
+
|
|
746
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
747
|
+
purpose with or without fee is hereby granted.
|
|
748
|
+
|
|
749
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
750
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
751
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
752
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
753
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
754
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
755
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
756
|
+
***************************************************************************** */
|
|
757
|
+
var we = function(e, t) {
|
|
758
|
+
return we = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
|
|
759
|
+
n.__proto__ = r;
|
|
760
|
+
} || function(n, r) {
|
|
761
|
+
for (var i in r)
|
|
762
|
+
Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
|
|
763
|
+
}, we(e, t);
|
|
750
764
|
};
|
|
751
|
-
function
|
|
765
|
+
function me(e, t) {
|
|
752
766
|
if (typeof t != "function" && t !== null)
|
|
753
767
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
754
|
-
|
|
755
|
-
function
|
|
768
|
+
we(e, t);
|
|
769
|
+
function n() {
|
|
756
770
|
this.constructor = e;
|
|
757
771
|
}
|
|
758
|
-
e.prototype = t === null ? Object.create(t) : (
|
|
759
|
-
}
|
|
760
|
-
var
|
|
761
|
-
return
|
|
762
|
-
for (var
|
|
763
|
-
|
|
764
|
-
for (var s in
|
|
765
|
-
Object.prototype.hasOwnProperty.call(
|
|
772
|
+
e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
|
|
773
|
+
}
|
|
774
|
+
var E = function() {
|
|
775
|
+
return E = Object.assign || function(t) {
|
|
776
|
+
for (var n, r = 1, i = arguments.length; r < i; r++) {
|
|
777
|
+
n = arguments[r];
|
|
778
|
+
for (var s in n)
|
|
779
|
+
Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
|
|
766
780
|
}
|
|
767
781
|
return t;
|
|
768
|
-
},
|
|
782
|
+
}, E.apply(this, arguments);
|
|
769
783
|
};
|
|
770
|
-
function
|
|
771
|
-
var
|
|
772
|
-
for (var
|
|
773
|
-
Object.prototype.hasOwnProperty.call(e,
|
|
784
|
+
function Nn(e, t) {
|
|
785
|
+
var n = {};
|
|
786
|
+
for (var r in e)
|
|
787
|
+
Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
774
788
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
775
|
-
for (var i = 0,
|
|
776
|
-
t.indexOf(
|
|
777
|
-
return
|
|
789
|
+
for (var i = 0, r = Object.getOwnPropertySymbols(e); i < r.length; i++)
|
|
790
|
+
t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
|
|
791
|
+
return n;
|
|
778
792
|
}
|
|
779
|
-
function
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
793
|
+
function Hi(e) {
|
|
794
|
+
var t = typeof Symbol == "function" && Symbol.iterator, n = t && e[t], r = 0;
|
|
795
|
+
if (n)
|
|
796
|
+
return n.call(e);
|
|
797
|
+
if (e && typeof e.length == "number")
|
|
798
|
+
return {
|
|
799
|
+
next: function() {
|
|
800
|
+
return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e };
|
|
801
|
+
}
|
|
802
|
+
};
|
|
803
|
+
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
804
|
+
}
|
|
805
|
+
function Ti(e, t) {
|
|
806
|
+
var n = typeof Symbol == "function" && e[Symbol.iterator];
|
|
807
|
+
if (!n)
|
|
808
|
+
return e;
|
|
809
|
+
var r = n.call(e), i, s = [], a;
|
|
810
|
+
try {
|
|
811
|
+
for (; (t === void 0 || t-- > 0) && !(i = r.next()).done; )
|
|
812
|
+
s.push(i.value);
|
|
813
|
+
} catch (u) {
|
|
814
|
+
a = { error: u };
|
|
815
|
+
} finally {
|
|
816
|
+
try {
|
|
817
|
+
i && !i.done && (n = r.return) && n.call(r);
|
|
818
|
+
} finally {
|
|
819
|
+
if (a)
|
|
820
|
+
throw a.error;
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
return s;
|
|
824
|
+
}
|
|
825
|
+
function Ee(e, t, n) {
|
|
826
|
+
if (n || arguments.length === 2)
|
|
827
|
+
for (var r = 0, i = t.length, s; r < i; r++)
|
|
828
|
+
(s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
|
|
829
|
+
return e.concat(s || t);
|
|
784
830
|
}
|
|
785
|
-
function
|
|
786
|
-
var
|
|
831
|
+
function ve(e, t) {
|
|
832
|
+
var n = t && t.cache ? t.cache : Rn, r = t && t.serializer ? t.serializer : Mn, i = t && t.strategy ? t.strategy : In;
|
|
787
833
|
return i(e, {
|
|
788
|
-
cache:
|
|
789
|
-
serializer:
|
|
834
|
+
cache: n,
|
|
835
|
+
serializer: r
|
|
790
836
|
});
|
|
791
837
|
}
|
|
792
|
-
function
|
|
838
|
+
function On(e) {
|
|
793
839
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
794
840
|
}
|
|
795
|
-
function
|
|
796
|
-
var i =
|
|
797
|
-
return typeof s == "undefined" && (s = e.call(this,
|
|
841
|
+
function Et(e, t, n, r) {
|
|
842
|
+
var i = On(r) ? r : n(r), s = t.get(i);
|
|
843
|
+
return typeof s == "undefined" && (s = e.call(this, r), t.set(i, s)), s;
|
|
798
844
|
}
|
|
799
|
-
function
|
|
800
|
-
var
|
|
801
|
-
return typeof s == "undefined" && (s = e.apply(this,
|
|
845
|
+
function vt(e, t, n) {
|
|
846
|
+
var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
|
|
847
|
+
return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
|
|
802
848
|
}
|
|
803
|
-
function
|
|
804
|
-
return
|
|
849
|
+
function De(e, t, n, r, i) {
|
|
850
|
+
return n.bind(t, e, r, i);
|
|
805
851
|
}
|
|
806
|
-
function
|
|
807
|
-
var
|
|
808
|
-
return
|
|
852
|
+
function In(e, t) {
|
|
853
|
+
var n = e.length === 1 ? Et : vt;
|
|
854
|
+
return De(e, this, n, t.cache.create(), t.serializer);
|
|
809
855
|
}
|
|
810
|
-
function
|
|
811
|
-
return
|
|
856
|
+
function Ln(e, t) {
|
|
857
|
+
return De(e, this, vt, t.cache.create(), t.serializer);
|
|
812
858
|
}
|
|
813
|
-
|
|
859
|
+
function Cn(e, t) {
|
|
860
|
+
return De(e, this, Et, t.cache.create(), t.serializer);
|
|
861
|
+
}
|
|
862
|
+
var Mn = function() {
|
|
814
863
|
return JSON.stringify(arguments);
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
}()
|
|
827
|
-
), Rr = {
|
|
864
|
+
};
|
|
865
|
+
function Ge() {
|
|
866
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
867
|
+
}
|
|
868
|
+
Ge.prototype.get = function(e) {
|
|
869
|
+
return this.cache[e];
|
|
870
|
+
};
|
|
871
|
+
Ge.prototype.set = function(e, t) {
|
|
872
|
+
this.cache[e] = t;
|
|
873
|
+
};
|
|
874
|
+
var Rn = {
|
|
828
875
|
create: function() {
|
|
829
|
-
return new
|
|
876
|
+
return new Ge();
|
|
830
877
|
}
|
|
831
|
-
},
|
|
832
|
-
variadic:
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
836
|
-
r = arguments[n];
|
|
837
|
-
for (var s in r)
|
|
838
|
-
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
839
|
-
}
|
|
840
|
-
return t;
|
|
841
|
-
}, le.apply(this, arguments);
|
|
842
|
-
};
|
|
843
|
-
var d;
|
|
878
|
+
}, _e = {
|
|
879
|
+
variadic: Ln,
|
|
880
|
+
monadic: Cn
|
|
881
|
+
}, d;
|
|
844
882
|
(function(e) {
|
|
845
883
|
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";
|
|
846
884
|
})(d || (d = {}));
|
|
847
|
-
var
|
|
885
|
+
var v;
|
|
848
886
|
(function(e) {
|
|
849
887
|
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";
|
|
850
|
-
})(
|
|
851
|
-
var
|
|
888
|
+
})(v || (v = {}));
|
|
889
|
+
var k;
|
|
852
890
|
(function(e) {
|
|
853
891
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
854
|
-
})(
|
|
892
|
+
})(k || (k = {}));
|
|
855
893
|
function qe(e) {
|
|
856
|
-
return e.type ===
|
|
894
|
+
return e.type === v.literal;
|
|
857
895
|
}
|
|
858
|
-
function $
|
|
859
|
-
return e.type ===
|
|
896
|
+
function $n(e) {
|
|
897
|
+
return e.type === v.argument;
|
|
860
898
|
}
|
|
861
899
|
function _t(e) {
|
|
862
|
-
return e.type ===
|
|
900
|
+
return e.type === v.number;
|
|
863
901
|
}
|
|
864
902
|
function xt(e) {
|
|
865
|
-
return e.type ===
|
|
903
|
+
return e.type === v.date;
|
|
866
904
|
}
|
|
867
905
|
function Ht(e) {
|
|
868
|
-
return e.type ===
|
|
906
|
+
return e.type === v.time;
|
|
869
907
|
}
|
|
870
908
|
function Tt(e) {
|
|
871
|
-
return e.type ===
|
|
909
|
+
return e.type === v.select;
|
|
872
910
|
}
|
|
873
911
|
function St(e) {
|
|
874
|
-
return e.type ===
|
|
912
|
+
return e.type === v.plural;
|
|
875
913
|
}
|
|
876
|
-
function
|
|
877
|
-
return e.type ===
|
|
914
|
+
function Un(e) {
|
|
915
|
+
return e.type === v.pound;
|
|
878
916
|
}
|
|
879
917
|
function Bt(e) {
|
|
880
|
-
return e.type ===
|
|
918
|
+
return e.type === v.tag;
|
|
881
919
|
}
|
|
882
920
|
function At(e) {
|
|
883
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
921
|
+
return !!(e && typeof e == "object" && e.type === k.number);
|
|
884
922
|
}
|
|
885
|
-
function
|
|
886
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
923
|
+
function Pe(e) {
|
|
924
|
+
return !!(e && typeof e == "object" && e.type === k.dateTime);
|
|
887
925
|
}
|
|
888
|
-
var wt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
889
|
-
function
|
|
926
|
+
var wt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Dn = /(?:[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;
|
|
927
|
+
function Gn(e) {
|
|
890
928
|
var t = {};
|
|
891
|
-
return e.replace(
|
|
892
|
-
var
|
|
893
|
-
switch (
|
|
929
|
+
return e.replace(Dn, function(n) {
|
|
930
|
+
var r = n.length;
|
|
931
|
+
switch (n[0]) {
|
|
894
932
|
case "G":
|
|
895
|
-
t.era =
|
|
933
|
+
t.era = r === 4 ? "long" : r === 5 ? "narrow" : "short";
|
|
896
934
|
break;
|
|
897
935
|
case "y":
|
|
898
|
-
t.year =
|
|
936
|
+
t.year = r === 2 ? "2-digit" : "numeric";
|
|
899
937
|
break;
|
|
900
938
|
case "Y":
|
|
901
939
|
case "u":
|
|
@@ -907,30 +945,30 @@ function Gr(e) {
|
|
|
907
945
|
throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
908
946
|
case "M":
|
|
909
947
|
case "L":
|
|
910
|
-
t.month = ["numeric", "2-digit", "short", "long", "narrow"][
|
|
948
|
+
t.month = ["numeric", "2-digit", "short", "long", "narrow"][r - 1];
|
|
911
949
|
break;
|
|
912
950
|
case "w":
|
|
913
951
|
case "W":
|
|
914
952
|
throw new RangeError("`w/W` (week) patterns are not supported");
|
|
915
953
|
case "d":
|
|
916
|
-
t.day = ["numeric", "2-digit"][
|
|
954
|
+
t.day = ["numeric", "2-digit"][r - 1];
|
|
917
955
|
break;
|
|
918
956
|
case "D":
|
|
919
957
|
case "F":
|
|
920
958
|
case "g":
|
|
921
959
|
throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
|
|
922
960
|
case "E":
|
|
923
|
-
t.weekday =
|
|
961
|
+
t.weekday = r === 4 ? "long" : r === 5 ? "narrow" : "short";
|
|
924
962
|
break;
|
|
925
963
|
case "e":
|
|
926
|
-
if (
|
|
964
|
+
if (r < 4)
|
|
927
965
|
throw new RangeError("`e..eee` (weekday) patterns are not supported");
|
|
928
|
-
t.weekday = ["short", "long", "narrow", "short"][
|
|
966
|
+
t.weekday = ["short", "long", "narrow", "short"][r - 4];
|
|
929
967
|
break;
|
|
930
968
|
case "c":
|
|
931
|
-
if (
|
|
969
|
+
if (r < 4)
|
|
932
970
|
throw new RangeError("`c..ccc` (weekday) patterns are not supported");
|
|
933
|
-
t.weekday = ["short", "long", "narrow", "short"][
|
|
971
|
+
t.weekday = ["short", "long", "narrow", "short"][r - 4];
|
|
934
972
|
break;
|
|
935
973
|
case "a":
|
|
936
974
|
t.hour12 = !0;
|
|
@@ -939,32 +977,32 @@ function Gr(e) {
|
|
|
939
977
|
case "B":
|
|
940
978
|
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
941
979
|
case "h":
|
|
942
|
-
t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][
|
|
980
|
+
t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][r - 1];
|
|
943
981
|
break;
|
|
944
982
|
case "H":
|
|
945
|
-
t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][
|
|
983
|
+
t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][r - 1];
|
|
946
984
|
break;
|
|
947
985
|
case "K":
|
|
948
|
-
t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][
|
|
986
|
+
t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][r - 1];
|
|
949
987
|
break;
|
|
950
988
|
case "k":
|
|
951
|
-
t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][
|
|
989
|
+
t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][r - 1];
|
|
952
990
|
break;
|
|
953
991
|
case "j":
|
|
954
992
|
case "J":
|
|
955
993
|
case "C":
|
|
956
994
|
throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
|
|
957
995
|
case "m":
|
|
958
|
-
t.minute = ["numeric", "2-digit"][
|
|
996
|
+
t.minute = ["numeric", "2-digit"][r - 1];
|
|
959
997
|
break;
|
|
960
998
|
case "s":
|
|
961
|
-
t.second = ["numeric", "2-digit"][
|
|
999
|
+
t.second = ["numeric", "2-digit"][r - 1];
|
|
962
1000
|
break;
|
|
963
1001
|
case "S":
|
|
964
1002
|
case "A":
|
|
965
1003
|
throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
|
|
966
1004
|
case "z":
|
|
967
|
-
t.timeZoneName =
|
|
1005
|
+
t.timeZoneName = r < 4 ? "short" : "long";
|
|
968
1006
|
break;
|
|
969
1007
|
case "Z":
|
|
970
1008
|
case "O":
|
|
@@ -977,46 +1015,36 @@ function Gr(e) {
|
|
|
977
1015
|
return "";
|
|
978
1016
|
}), t;
|
|
979
1017
|
}
|
|
980
|
-
var
|
|
981
|
-
|
|
982
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
983
|
-
r = arguments[n];
|
|
984
|
-
for (var s in r)
|
|
985
|
-
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
986
|
-
}
|
|
987
|
-
return t;
|
|
988
|
-
}, _.apply(this, arguments);
|
|
989
|
-
};
|
|
990
|
-
var Fr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
991
|
-
function jr(e) {
|
|
1018
|
+
var Fn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1019
|
+
function jn(e) {
|
|
992
1020
|
if (e.length === 0)
|
|
993
1021
|
throw new Error("Number skeleton cannot be empty");
|
|
994
|
-
for (var t = e.split(
|
|
1022
|
+
for (var t = e.split(Fn).filter(function(f) {
|
|
995
1023
|
return f.length > 0;
|
|
996
|
-
}),
|
|
997
|
-
var s = i[
|
|
998
|
-
if (
|
|
1024
|
+
}), n = [], r = 0, i = t; r < i.length; r++) {
|
|
1025
|
+
var s = i[r], a = s.split("/");
|
|
1026
|
+
if (a.length === 0)
|
|
999
1027
|
throw new Error("Invalid number skeleton");
|
|
1000
|
-
for (var u =
|
|
1001
|
-
var c = h[
|
|
1028
|
+
for (var u = a[0], l = a.slice(1), o = 0, h = l; o < h.length; o++) {
|
|
1029
|
+
var c = h[o];
|
|
1002
1030
|
if (c.length === 0)
|
|
1003
1031
|
throw new Error("Invalid number skeleton");
|
|
1004
1032
|
}
|
|
1005
|
-
|
|
1033
|
+
n.push({ stem: u, options: l });
|
|
1006
1034
|
}
|
|
1007
|
-
return
|
|
1035
|
+
return n;
|
|
1008
1036
|
}
|
|
1009
|
-
function
|
|
1037
|
+
function kn(e) {
|
|
1010
1038
|
return e.replace(/^(.*?)-/, "");
|
|
1011
1039
|
}
|
|
1012
|
-
var Je = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Pt = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
1040
|
+
var Je = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Pt = /^(@+)?(\+|#+)?[rs]?$/g, Vn = /(\*)(0+)|(#+)(0+)|(0+)/g, Nt = /^(0+)$/;
|
|
1013
1041
|
function Ye(e) {
|
|
1014
1042
|
var t = {};
|
|
1015
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Pt, function(
|
|
1016
|
-
return typeof i != "string" ? (t.minimumSignificantDigits =
|
|
1043
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Pt, function(n, r, i) {
|
|
1044
|
+
return typeof i != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : i === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof i == "string" ? i.length : 0)), "";
|
|
1017
1045
|
}), t;
|
|
1018
1046
|
}
|
|
1019
|
-
function
|
|
1047
|
+
function Ot(e) {
|
|
1020
1048
|
switch (e) {
|
|
1021
1049
|
case "sign-auto":
|
|
1022
1050
|
return {
|
|
@@ -1056,27 +1084,27 @@ function Nt(e) {
|
|
|
1056
1084
|
};
|
|
1057
1085
|
}
|
|
1058
1086
|
}
|
|
1059
|
-
function
|
|
1087
|
+
function Xn(e) {
|
|
1060
1088
|
var t;
|
|
1061
1089
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1062
1090
|
notation: "engineering"
|
|
1063
1091
|
}, e = e.slice(2)) : e[0] === "E" && (t = {
|
|
1064
1092
|
notation: "scientific"
|
|
1065
1093
|
}, e = e.slice(1)), t) {
|
|
1066
|
-
var
|
|
1067
|
-
if (
|
|
1094
|
+
var n = e.slice(0, 2);
|
|
1095
|
+
if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Nt.test(e))
|
|
1068
1096
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1069
1097
|
t.minimumIntegerDigits = e.length;
|
|
1070
1098
|
}
|
|
1071
1099
|
return t;
|
|
1072
1100
|
}
|
|
1073
1101
|
function Ke(e) {
|
|
1074
|
-
var t = {},
|
|
1075
|
-
return
|
|
1102
|
+
var t = {}, n = Ot(e);
|
|
1103
|
+
return n || t;
|
|
1076
1104
|
}
|
|
1077
|
-
function
|
|
1078
|
-
for (var t = {},
|
|
1079
|
-
var i = n
|
|
1105
|
+
function zn(e) {
|
|
1106
|
+
for (var t = {}, n = 0, r = e; n < r.length; n++) {
|
|
1107
|
+
var i = r[n];
|
|
1080
1108
|
switch (i.stem) {
|
|
1081
1109
|
case "percent":
|
|
1082
1110
|
case "%":
|
|
@@ -1098,7 +1126,7 @@ function zr(e) {
|
|
|
1098
1126
|
continue;
|
|
1099
1127
|
case "measure-unit":
|
|
1100
1128
|
case "unit":
|
|
1101
|
-
t.style = "unit", t.unit =
|
|
1129
|
+
t.style = "unit", t.unit = kn(i.options[0]);
|
|
1102
1130
|
continue;
|
|
1103
1131
|
case "compact-short":
|
|
1104
1132
|
case "K":
|
|
@@ -1109,13 +1137,13 @@ function zr(e) {
|
|
|
1109
1137
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1110
1138
|
continue;
|
|
1111
1139
|
case "scientific":
|
|
1112
|
-
t =
|
|
1113
|
-
return
|
|
1140
|
+
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(l, o) {
|
|
1141
|
+
return E(E({}, l), Ke(o));
|
|
1114
1142
|
}, {}));
|
|
1115
1143
|
continue;
|
|
1116
1144
|
case "engineering":
|
|
1117
|
-
t =
|
|
1118
|
-
return
|
|
1145
|
+
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(l, o) {
|
|
1146
|
+
return E(E({}, l), Ke(o));
|
|
1119
1147
|
}, {}));
|
|
1120
1148
|
continue;
|
|
1121
1149
|
case "notation-simple":
|
|
@@ -1160,8 +1188,8 @@ function zr(e) {
|
|
|
1160
1188
|
case "integer-width":
|
|
1161
1189
|
if (i.options.length > 1)
|
|
1162
1190
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1163
|
-
i.options[0].replace(
|
|
1164
|
-
if (
|
|
1191
|
+
i.options[0].replace(Vn, function(l, o, h, c, f, b) {
|
|
1192
|
+
if (o)
|
|
1165
1193
|
t.minimumIntegerDigits = h.length;
|
|
1166
1194
|
else {
|
|
1167
1195
|
if (c && f)
|
|
@@ -1173,32 +1201,32 @@ function zr(e) {
|
|
|
1173
1201
|
});
|
|
1174
1202
|
continue;
|
|
1175
1203
|
}
|
|
1176
|
-
if (
|
|
1204
|
+
if (Nt.test(i.stem)) {
|
|
1177
1205
|
t.minimumIntegerDigits = i.stem.length;
|
|
1178
1206
|
continue;
|
|
1179
1207
|
}
|
|
1180
1208
|
if (Je.test(i.stem)) {
|
|
1181
1209
|
if (i.options.length > 1)
|
|
1182
1210
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1183
|
-
i.stem.replace(Je, function(l,
|
|
1184
|
-
return h === "*" ? t.minimumFractionDigits =
|
|
1211
|
+
i.stem.replace(Je, function(l, o, h, c, f, b) {
|
|
1212
|
+
return h === "*" ? t.minimumFractionDigits = o.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && b ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + b.length) : (t.minimumFractionDigits = o.length, t.maximumFractionDigits = o.length), "";
|
|
1185
1213
|
});
|
|
1186
1214
|
var s = i.options[0];
|
|
1187
|
-
s === "w" ? t =
|
|
1215
|
+
s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), Ye(s)));
|
|
1188
1216
|
continue;
|
|
1189
1217
|
}
|
|
1190
1218
|
if (Pt.test(i.stem)) {
|
|
1191
|
-
t =
|
|
1219
|
+
t = E(E({}, t), Ye(i.stem));
|
|
1192
1220
|
continue;
|
|
1193
1221
|
}
|
|
1194
|
-
var
|
|
1195
|
-
|
|
1196
|
-
var u =
|
|
1197
|
-
u && (t =
|
|
1222
|
+
var a = Ot(i.stem);
|
|
1223
|
+
a && (t = E(E({}, t), a));
|
|
1224
|
+
var u = Xn(i.stem);
|
|
1225
|
+
u && (t = E(E({}, t), u));
|
|
1198
1226
|
}
|
|
1199
1227
|
return t;
|
|
1200
1228
|
}
|
|
1201
|
-
var
|
|
1229
|
+
var se = {
|
|
1202
1230
|
"001": [
|
|
1203
1231
|
"H",
|
|
1204
1232
|
"h"
|
|
@@ -2613,23 +2641,23 @@ var oe = {
|
|
|
2613
2641
|
"h"
|
|
2614
2642
|
]
|
|
2615
2643
|
};
|
|
2616
|
-
function
|
|
2617
|
-
for (var
|
|
2618
|
-
var i = e.charAt(
|
|
2644
|
+
function Wn(e, t) {
|
|
2645
|
+
for (var n = "", r = 0; r < e.length; r++) {
|
|
2646
|
+
var i = e.charAt(r);
|
|
2619
2647
|
if (i === "j") {
|
|
2620
|
-
for (var s = 0;
|
|
2621
|
-
s++,
|
|
2622
|
-
var
|
|
2623
|
-
for ((
|
|
2624
|
-
|
|
2625
|
-
for (;
|
|
2626
|
-
|
|
2648
|
+
for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
|
|
2649
|
+
s++, r++;
|
|
2650
|
+
var a = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), l = "a", o = Zn(t);
|
|
2651
|
+
for ((o == "H" || o == "k") && (u = 0); u-- > 0; )
|
|
2652
|
+
n += l;
|
|
2653
|
+
for (; a-- > 0; )
|
|
2654
|
+
n = o + n;
|
|
2627
2655
|
} else
|
|
2628
|
-
i === "J" ?
|
|
2656
|
+
i === "J" ? n += "H" : n += i;
|
|
2629
2657
|
}
|
|
2630
|
-
return
|
|
2658
|
+
return n;
|
|
2631
2659
|
}
|
|
2632
|
-
function
|
|
2660
|
+
function Zn(e) {
|
|
2633
2661
|
var t = e.hourCycle;
|
|
2634
2662
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2635
2663
|
e.hourCycles && // @ts-ignore
|
|
@@ -2646,73 +2674,73 @@ function Zr(e) {
|
|
|
2646
2674
|
default:
|
|
2647
2675
|
throw new Error("Invalid hourCycle");
|
|
2648
2676
|
}
|
|
2649
|
-
var
|
|
2650
|
-
|
|
2651
|
-
var i =
|
|
2677
|
+
var n = e.language, r;
|
|
2678
|
+
n !== "root" && (r = e.maximize().region);
|
|
2679
|
+
var i = se[r || ""] || se[n || ""] || se["".concat(n, "-001")] || se["001"];
|
|
2652
2680
|
return i[0];
|
|
2653
2681
|
}
|
|
2654
|
-
var
|
|
2682
|
+
var xe, Qn = new RegExp("^".concat(wt.source, "*")), qn = new RegExp("".concat(wt.source, "*$"));
|
|
2655
2683
|
function p(e, t) {
|
|
2656
2684
|
return { start: e, end: t };
|
|
2657
2685
|
}
|
|
2658
|
-
var
|
|
2686
|
+
var Jn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Yn = !!String.fromCodePoint, Kn = !!Object.fromEntries, er = !!String.prototype.codePointAt, tr = !!String.prototype.trimStart, nr = !!String.prototype.trimEnd, rr = !!Number.isSafeInteger, ir = rr ? Number.isSafeInteger : function(e) {
|
|
2659
2687
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2660
|
-
},
|
|
2688
|
+
}, Ne = !0;
|
|
2661
2689
|
try {
|
|
2662
|
-
var
|
|
2663
|
-
|
|
2690
|
+
var sr = Lt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2691
|
+
Ne = ((xe = sr.exec("a")) === null || xe === void 0 ? void 0 : xe[0]) === "a";
|
|
2664
2692
|
} catch (e) {
|
|
2665
|
-
|
|
2693
|
+
Ne = !1;
|
|
2666
2694
|
}
|
|
2667
|
-
var et =
|
|
2695
|
+
var et = Jn ? (
|
|
2668
2696
|
// Native
|
|
2669
|
-
function(t,
|
|
2670
|
-
return t.startsWith(
|
|
2697
|
+
function(t, n, r) {
|
|
2698
|
+
return t.startsWith(n, r);
|
|
2671
2699
|
}
|
|
2672
2700
|
) : (
|
|
2673
2701
|
// For IE11
|
|
2674
|
-
function(t,
|
|
2675
|
-
return t.slice(
|
|
2702
|
+
function(t, n, r) {
|
|
2703
|
+
return t.slice(r, r + n.length) === n;
|
|
2676
2704
|
}
|
|
2677
|
-
),
|
|
2705
|
+
), Oe = Yn ? String.fromCodePoint : (
|
|
2678
2706
|
// IE11
|
|
2679
2707
|
function() {
|
|
2680
|
-
for (var t = [],
|
|
2681
|
-
t[
|
|
2682
|
-
for (var
|
|
2683
|
-
if (
|
|
2684
|
-
throw RangeError(
|
|
2685
|
-
|
|
2708
|
+
for (var t = [], n = 0; n < arguments.length; n++)
|
|
2709
|
+
t[n] = arguments[n];
|
|
2710
|
+
for (var r = "", i = t.length, s = 0, a; i > s; ) {
|
|
2711
|
+
if (a = t[s++], a > 1114111)
|
|
2712
|
+
throw RangeError(a + " is not a valid code point");
|
|
2713
|
+
r += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
|
|
2686
2714
|
}
|
|
2687
|
-
return
|
|
2715
|
+
return r;
|
|
2688
2716
|
}
|
|
2689
2717
|
), tt = (
|
|
2690
2718
|
// native
|
|
2691
|
-
|
|
2719
|
+
Kn ? Object.fromEntries : (
|
|
2692
2720
|
// Ponyfill
|
|
2693
2721
|
function(t) {
|
|
2694
|
-
for (var
|
|
2695
|
-
var s = i[
|
|
2696
|
-
|
|
2722
|
+
for (var n = {}, r = 0, i = t; r < i.length; r++) {
|
|
2723
|
+
var s = i[r], a = s[0], u = s[1];
|
|
2724
|
+
n[a] = u;
|
|
2697
2725
|
}
|
|
2698
|
-
return
|
|
2726
|
+
return n;
|
|
2699
2727
|
}
|
|
2700
2728
|
)
|
|
2701
|
-
), It =
|
|
2729
|
+
), It = er ? (
|
|
2702
2730
|
// Native
|
|
2703
|
-
function(t,
|
|
2704
|
-
return t.codePointAt(
|
|
2731
|
+
function(t, n) {
|
|
2732
|
+
return t.codePointAt(n);
|
|
2705
2733
|
}
|
|
2706
2734
|
) : (
|
|
2707
2735
|
// IE 11
|
|
2708
|
-
function(t,
|
|
2709
|
-
var
|
|
2710
|
-
if (!(
|
|
2711
|
-
var i = t.charCodeAt(
|
|
2712
|
-
return i < 55296 || i > 56319 ||
|
|
2736
|
+
function(t, n) {
|
|
2737
|
+
var r = t.length;
|
|
2738
|
+
if (!(n < 0 || n >= r)) {
|
|
2739
|
+
var i = t.charCodeAt(n), s;
|
|
2740
|
+
return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2713
2741
|
}
|
|
2714
2742
|
}
|
|
2715
|
-
),
|
|
2743
|
+
), ar = tr ? (
|
|
2716
2744
|
// Native
|
|
2717
2745
|
function(t) {
|
|
2718
2746
|
return t.trimStart();
|
|
@@ -2720,9 +2748,9 @@ var et = Jr ? (
|
|
|
2720
2748
|
) : (
|
|
2721
2749
|
// Ponyfill
|
|
2722
2750
|
function(t) {
|
|
2723
|
-
return t.replace(
|
|
2751
|
+
return t.replace(Qn, "");
|
|
2724
2752
|
}
|
|
2725
|
-
),
|
|
2753
|
+
), or = nr ? (
|
|
2726
2754
|
// Native
|
|
2727
2755
|
function(t) {
|
|
2728
2756
|
return t.trimEnd();
|
|
@@ -2730,126 +2758,126 @@ var et = Jr ? (
|
|
|
2730
2758
|
) : (
|
|
2731
2759
|
// Ponyfill
|
|
2732
2760
|
function(t) {
|
|
2733
|
-
return t.replace(
|
|
2761
|
+
return t.replace(qn, "");
|
|
2734
2762
|
}
|
|
2735
2763
|
);
|
|
2736
2764
|
function Lt(e, t) {
|
|
2737
2765
|
return new RegExp(e, t);
|
|
2738
2766
|
}
|
|
2739
|
-
var
|
|
2740
|
-
if (
|
|
2741
|
-
var
|
|
2742
|
-
|
|
2743
|
-
var
|
|
2744
|
-
|
|
2745
|
-
var i =
|
|
2746
|
-
return (
|
|
2767
|
+
var Ie;
|
|
2768
|
+
if (Ne) {
|
|
2769
|
+
var nt = Lt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2770
|
+
Ie = function(t, n) {
|
|
2771
|
+
var r;
|
|
2772
|
+
nt.lastIndex = n;
|
|
2773
|
+
var i = nt.exec(t);
|
|
2774
|
+
return (r = i[1]) !== null && r !== void 0 ? r : "";
|
|
2747
2775
|
};
|
|
2748
2776
|
} else
|
|
2749
|
-
|
|
2750
|
-
for (var
|
|
2751
|
-
var i = It(t,
|
|
2752
|
-
if (i === void 0 || Ct(i) ||
|
|
2777
|
+
Ie = function(t, n) {
|
|
2778
|
+
for (var r = []; ; ) {
|
|
2779
|
+
var i = It(t, n);
|
|
2780
|
+
if (i === void 0 || Ct(i) || fr(i))
|
|
2753
2781
|
break;
|
|
2754
|
-
|
|
2782
|
+
r.push(i), n += i >= 65536 ? 2 : 1;
|
|
2755
2783
|
}
|
|
2756
|
-
return
|
|
2784
|
+
return Oe.apply(void 0, r);
|
|
2757
2785
|
};
|
|
2758
|
-
var
|
|
2786
|
+
var ur = (
|
|
2759
2787
|
/** @class */
|
|
2760
2788
|
function() {
|
|
2761
|
-
function e(t,
|
|
2762
|
-
|
|
2789
|
+
function e(t, n) {
|
|
2790
|
+
n === void 0 && (n = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!n.ignoreTag, this.locale = n.locale, this.requiresOtherClause = !!n.requiresOtherClause, this.shouldParseSkeletons = !!n.shouldParseSkeletons;
|
|
2763
2791
|
}
|
|
2764
2792
|
return e.prototype.parse = function() {
|
|
2765
2793
|
if (this.offset() !== 0)
|
|
2766
2794
|
throw Error("parser can only be used once");
|
|
2767
2795
|
return this.parseMessage(0, "", !1);
|
|
2768
|
-
}, e.prototype.parseMessage = function(t,
|
|
2796
|
+
}, e.prototype.parseMessage = function(t, n, r) {
|
|
2769
2797
|
for (var i = []; !this.isEOF(); ) {
|
|
2770
2798
|
var s = this.char();
|
|
2771
2799
|
if (s === 123) {
|
|
2772
|
-
var
|
|
2773
|
-
if (
|
|
2774
|
-
return
|
|
2775
|
-
i.push(
|
|
2800
|
+
var a = this.parseArgument(t, r);
|
|
2801
|
+
if (a.err)
|
|
2802
|
+
return a;
|
|
2803
|
+
i.push(a.val);
|
|
2776
2804
|
} else {
|
|
2777
2805
|
if (s === 125 && t > 0)
|
|
2778
2806
|
break;
|
|
2779
|
-
if (s === 35 && (
|
|
2807
|
+
if (s === 35 && (n === "plural" || n === "selectordinal")) {
|
|
2780
2808
|
var u = this.clonePosition();
|
|
2781
2809
|
this.bump(), i.push({
|
|
2782
|
-
type:
|
|
2810
|
+
type: v.pound,
|
|
2783
2811
|
location: p(u, this.clonePosition())
|
|
2784
2812
|
});
|
|
2785
2813
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2786
|
-
if (
|
|
2814
|
+
if (r)
|
|
2787
2815
|
break;
|
|
2788
2816
|
return this.error(d.UNMATCHED_CLOSING_TAG, p(this.clonePosition(), this.clonePosition()));
|
|
2789
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2790
|
-
var
|
|
2791
|
-
if (
|
|
2792
|
-
return
|
|
2793
|
-
i.push(
|
|
2817
|
+
} else if (s === 60 && !this.ignoreTag && Le(this.peek() || 0)) {
|
|
2818
|
+
var a = this.parseTag(t, n);
|
|
2819
|
+
if (a.err)
|
|
2820
|
+
return a;
|
|
2821
|
+
i.push(a.val);
|
|
2794
2822
|
} else {
|
|
2795
|
-
var
|
|
2796
|
-
if (
|
|
2797
|
-
return
|
|
2798
|
-
i.push(
|
|
2823
|
+
var a = this.parseLiteral(t, n);
|
|
2824
|
+
if (a.err)
|
|
2825
|
+
return a;
|
|
2826
|
+
i.push(a.val);
|
|
2799
2827
|
}
|
|
2800
2828
|
}
|
|
2801
2829
|
}
|
|
2802
2830
|
return { val: i, err: null };
|
|
2803
|
-
}, e.prototype.parseTag = function(t,
|
|
2804
|
-
var
|
|
2831
|
+
}, e.prototype.parseTag = function(t, n) {
|
|
2832
|
+
var r = this.clonePosition();
|
|
2805
2833
|
this.bump();
|
|
2806
2834
|
var i = this.parseTagName();
|
|
2807
2835
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2808
2836
|
return {
|
|
2809
2837
|
val: {
|
|
2810
|
-
type:
|
|
2838
|
+
type: v.literal,
|
|
2811
2839
|
value: "<".concat(i, "/>"),
|
|
2812
|
-
location: p(
|
|
2840
|
+
location: p(r, this.clonePosition())
|
|
2813
2841
|
},
|
|
2814
2842
|
err: null
|
|
2815
2843
|
};
|
|
2816
2844
|
if (this.bumpIf(">")) {
|
|
2817
|
-
var s = this.parseMessage(t + 1,
|
|
2845
|
+
var s = this.parseMessage(t + 1, n, !0);
|
|
2818
2846
|
if (s.err)
|
|
2819
2847
|
return s;
|
|
2820
|
-
var
|
|
2848
|
+
var a = s.val, u = this.clonePosition();
|
|
2821
2849
|
if (this.bumpIf("</")) {
|
|
2822
|
-
if (this.isEOF() || !
|
|
2850
|
+
if (this.isEOF() || !Le(this.char()))
|
|
2823
2851
|
return this.error(d.INVALID_TAG, p(u, this.clonePosition()));
|
|
2824
|
-
var l = this.clonePosition(),
|
|
2825
|
-
return i !==
|
|
2852
|
+
var l = this.clonePosition(), o = this.parseTagName();
|
|
2853
|
+
return i !== o ? this.error(d.UNMATCHED_CLOSING_TAG, p(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2826
2854
|
val: {
|
|
2827
|
-
type:
|
|
2855
|
+
type: v.tag,
|
|
2828
2856
|
value: i,
|
|
2829
|
-
children:
|
|
2830
|
-
location: p(
|
|
2857
|
+
children: a,
|
|
2858
|
+
location: p(r, this.clonePosition())
|
|
2831
2859
|
},
|
|
2832
2860
|
err: null
|
|
2833
2861
|
} : this.error(d.INVALID_TAG, p(u, this.clonePosition())));
|
|
2834
2862
|
} else
|
|
2835
|
-
return this.error(d.UNCLOSED_TAG, p(
|
|
2863
|
+
return this.error(d.UNCLOSED_TAG, p(r, this.clonePosition()));
|
|
2836
2864
|
} else
|
|
2837
|
-
return this.error(d.INVALID_TAG, p(
|
|
2865
|
+
return this.error(d.INVALID_TAG, p(r, this.clonePosition()));
|
|
2838
2866
|
}, e.prototype.parseTagName = function() {
|
|
2839
2867
|
var t = this.offset();
|
|
2840
|
-
for (this.bump(); !this.isEOF() &&
|
|
2868
|
+
for (this.bump(); !this.isEOF() && lr(this.char()); )
|
|
2841
2869
|
this.bump();
|
|
2842
2870
|
return this.message.slice(t, this.offset());
|
|
2843
|
-
}, e.prototype.parseLiteral = function(t,
|
|
2844
|
-
for (var
|
|
2845
|
-
var s = this.tryParseQuote(
|
|
2871
|
+
}, e.prototype.parseLiteral = function(t, n) {
|
|
2872
|
+
for (var r = this.clonePosition(), i = ""; ; ) {
|
|
2873
|
+
var s = this.tryParseQuote(n);
|
|
2846
2874
|
if (s) {
|
|
2847
2875
|
i += s;
|
|
2848
2876
|
continue;
|
|
2849
2877
|
}
|
|
2850
|
-
var
|
|
2851
|
-
if (
|
|
2852
|
-
i +=
|
|
2878
|
+
var a = this.tryParseUnquoted(t, n);
|
|
2879
|
+
if (a) {
|
|
2880
|
+
i += a;
|
|
2853
2881
|
continue;
|
|
2854
2882
|
}
|
|
2855
2883
|
var u = this.tryParseLeftAngleBracket();
|
|
@@ -2859,14 +2887,14 @@ var hn = (
|
|
|
2859
2887
|
}
|
|
2860
2888
|
break;
|
|
2861
2889
|
}
|
|
2862
|
-
var l = p(
|
|
2890
|
+
var l = p(r, this.clonePosition());
|
|
2863
2891
|
return {
|
|
2864
|
-
val: { type:
|
|
2892
|
+
val: { type: v.literal, value: i, location: l },
|
|
2865
2893
|
err: null
|
|
2866
2894
|
};
|
|
2867
2895
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2868
2896
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2869
|
-
!
|
|
2897
|
+
!hr(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2870
2898
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2871
2899
|
if (this.isEOF() || this.char() !== 39)
|
|
2872
2900
|
return null;
|
|
@@ -2886,114 +2914,114 @@ var hn = (
|
|
|
2886
2914
|
return null;
|
|
2887
2915
|
}
|
|
2888
2916
|
this.bump();
|
|
2889
|
-
var
|
|
2917
|
+
var n = [this.char()];
|
|
2890
2918
|
for (this.bump(); !this.isEOF(); ) {
|
|
2891
|
-
var
|
|
2892
|
-
if (
|
|
2919
|
+
var r = this.char();
|
|
2920
|
+
if (r === 39)
|
|
2893
2921
|
if (this.peek() === 39)
|
|
2894
|
-
|
|
2922
|
+
n.push(39), this.bump();
|
|
2895
2923
|
else {
|
|
2896
2924
|
this.bump();
|
|
2897
2925
|
break;
|
|
2898
2926
|
}
|
|
2899
2927
|
else
|
|
2900
|
-
|
|
2928
|
+
n.push(r);
|
|
2901
2929
|
this.bump();
|
|
2902
2930
|
}
|
|
2903
|
-
return
|
|
2904
|
-
}, e.prototype.tryParseUnquoted = function(t,
|
|
2931
|
+
return Oe.apply(void 0, n);
|
|
2932
|
+
}, e.prototype.tryParseUnquoted = function(t, n) {
|
|
2905
2933
|
if (this.isEOF())
|
|
2906
2934
|
return null;
|
|
2907
|
-
var
|
|
2908
|
-
return
|
|
2909
|
-
}, e.prototype.parseArgument = function(t,
|
|
2910
|
-
var
|
|
2935
|
+
var r = this.char();
|
|
2936
|
+
return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Oe(r));
|
|
2937
|
+
}, e.prototype.parseArgument = function(t, n) {
|
|
2938
|
+
var r = this.clonePosition();
|
|
2911
2939
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
2912
|
-
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(
|
|
2940
|
+
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(r, this.clonePosition()));
|
|
2913
2941
|
if (this.char() === 125)
|
|
2914
|
-
return this.bump(), this.error(d.EMPTY_ARGUMENT, p(
|
|
2942
|
+
return this.bump(), this.error(d.EMPTY_ARGUMENT, p(r, this.clonePosition()));
|
|
2915
2943
|
var i = this.parseIdentifierIfPossible().value;
|
|
2916
2944
|
if (!i)
|
|
2917
|
-
return this.error(d.MALFORMED_ARGUMENT, p(
|
|
2945
|
+
return this.error(d.MALFORMED_ARGUMENT, p(r, this.clonePosition()));
|
|
2918
2946
|
if (this.bumpSpace(), this.isEOF())
|
|
2919
|
-
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(
|
|
2947
|
+
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(r, this.clonePosition()));
|
|
2920
2948
|
switch (this.char()) {
|
|
2921
2949
|
case 125:
|
|
2922
2950
|
return this.bump(), {
|
|
2923
2951
|
val: {
|
|
2924
|
-
type:
|
|
2952
|
+
type: v.argument,
|
|
2925
2953
|
// value does not include the opening and closing braces.
|
|
2926
2954
|
value: i,
|
|
2927
|
-
location: p(
|
|
2955
|
+
location: p(r, this.clonePosition())
|
|
2928
2956
|
},
|
|
2929
2957
|
err: null
|
|
2930
2958
|
};
|
|
2931
2959
|
case 44:
|
|
2932
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(
|
|
2960
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(r, this.clonePosition())) : this.parseArgumentOptions(t, n, i, r);
|
|
2933
2961
|
default:
|
|
2934
|
-
return this.error(d.MALFORMED_ARGUMENT, p(
|
|
2962
|
+
return this.error(d.MALFORMED_ARGUMENT, p(r, this.clonePosition()));
|
|
2935
2963
|
}
|
|
2936
2964
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2937
|
-
var t = this.clonePosition(),
|
|
2965
|
+
var t = this.clonePosition(), n = this.offset(), r = Ie(this.message, n), i = n + r.length;
|
|
2938
2966
|
this.bumpTo(i);
|
|
2939
|
-
var s = this.clonePosition(),
|
|
2940
|
-
return { value:
|
|
2941
|
-
}, e.prototype.parseArgumentOptions = function(t,
|
|
2942
|
-
var s,
|
|
2967
|
+
var s = this.clonePosition(), a = p(t, s);
|
|
2968
|
+
return { value: r, location: a };
|
|
2969
|
+
}, e.prototype.parseArgumentOptions = function(t, n, r, i) {
|
|
2970
|
+
var s, a = this.clonePosition(), u = this.parseIdentifierIfPossible().value, l = this.clonePosition();
|
|
2943
2971
|
switch (u) {
|
|
2944
2972
|
case "":
|
|
2945
|
-
return this.error(d.EXPECT_ARGUMENT_TYPE, p(
|
|
2973
|
+
return this.error(d.EXPECT_ARGUMENT_TYPE, p(a, l));
|
|
2946
2974
|
case "number":
|
|
2947
2975
|
case "date":
|
|
2948
2976
|
case "time": {
|
|
2949
2977
|
this.bumpSpace();
|
|
2950
|
-
var
|
|
2978
|
+
var o = null;
|
|
2951
2979
|
if (this.bumpIf(",")) {
|
|
2952
2980
|
this.bumpSpace();
|
|
2953
2981
|
var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2954
2982
|
if (c.err)
|
|
2955
2983
|
return c;
|
|
2956
|
-
var f =
|
|
2984
|
+
var f = or(c.val);
|
|
2957
2985
|
if (f.length === 0)
|
|
2958
2986
|
return this.error(d.EXPECT_ARGUMENT_STYLE, p(this.clonePosition(), this.clonePosition()));
|
|
2959
2987
|
var b = p(h, this.clonePosition());
|
|
2960
|
-
|
|
2988
|
+
o = { style: f, styleLocation: b };
|
|
2961
2989
|
}
|
|
2962
2990
|
var y = this.tryParseArgumentClose(i);
|
|
2963
2991
|
if (y.err)
|
|
2964
2992
|
return y;
|
|
2965
2993
|
var x = p(i, this.clonePosition());
|
|
2966
|
-
if (
|
|
2967
|
-
var S =
|
|
2994
|
+
if (o && et(o == null ? void 0 : o.style, "::", 0)) {
|
|
2995
|
+
var S = ar(o.style.slice(2));
|
|
2968
2996
|
if (u === "number") {
|
|
2969
|
-
var c = this.parseNumberSkeletonFromString(S,
|
|
2997
|
+
var c = this.parseNumberSkeletonFromString(S, o.styleLocation);
|
|
2970
2998
|
return c.err ? c : {
|
|
2971
|
-
val: { type:
|
|
2999
|
+
val: { type: v.number, value: r, location: x, style: c.val },
|
|
2972
3000
|
err: null
|
|
2973
3001
|
};
|
|
2974
3002
|
} else {
|
|
2975
3003
|
if (S.length === 0)
|
|
2976
3004
|
return this.error(d.EXPECT_DATE_TIME_SKELETON, x);
|
|
2977
|
-
var
|
|
2978
|
-
this.locale && (
|
|
3005
|
+
var O = S;
|
|
3006
|
+
this.locale && (O = Wn(S, this.locale));
|
|
2979
3007
|
var f = {
|
|
2980
|
-
type:
|
|
2981
|
-
pattern:
|
|
2982
|
-
location:
|
|
2983
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2984
|
-
},
|
|
3008
|
+
type: k.dateTime,
|
|
3009
|
+
pattern: O,
|
|
3010
|
+
location: o.styleLocation,
|
|
3011
|
+
parsedOptions: this.shouldParseSkeletons ? Gn(O) : {}
|
|
3012
|
+
}, N = u === "date" ? v.date : v.time;
|
|
2985
3013
|
return {
|
|
2986
|
-
val: { type:
|
|
3014
|
+
val: { type: N, value: r, location: x, style: f },
|
|
2987
3015
|
err: null
|
|
2988
3016
|
};
|
|
2989
3017
|
}
|
|
2990
3018
|
}
|
|
2991
3019
|
return {
|
|
2992
3020
|
val: {
|
|
2993
|
-
type: u === "number" ?
|
|
2994
|
-
value:
|
|
3021
|
+
type: u === "number" ? v.number : u === "date" ? v.date : v.time,
|
|
3022
|
+
value: r,
|
|
2995
3023
|
location: x,
|
|
2996
|
-
style: (s =
|
|
3024
|
+
style: (s = o == null ? void 0 : o.style) !== null && s !== void 0 ? s : null
|
|
2997
3025
|
},
|
|
2998
3026
|
err: null
|
|
2999
3027
|
};
|
|
@@ -3003,7 +3031,7 @@ var hn = (
|
|
|
3003
3031
|
case "select": {
|
|
3004
3032
|
var A = this.clonePosition();
|
|
3005
3033
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3006
|
-
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, p(A,
|
|
3034
|
+
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, p(A, E({}, A)));
|
|
3007
3035
|
this.bumpSpace();
|
|
3008
3036
|
var I = this.parseIdentifierIfPossible(), P = 0;
|
|
3009
3037
|
if (u !== "select" && I.value === "offset") {
|
|
@@ -3015,42 +3043,42 @@ var hn = (
|
|
|
3015
3043
|
return c;
|
|
3016
3044
|
this.bumpSpace(), I = this.parseIdentifierIfPossible(), P = c.val;
|
|
3017
3045
|
}
|
|
3018
|
-
var T = this.tryParsePluralOrSelectOptions(t, u,
|
|
3046
|
+
var T = this.tryParsePluralOrSelectOptions(t, u, n, I);
|
|
3019
3047
|
if (T.err)
|
|
3020
3048
|
return T;
|
|
3021
3049
|
var y = this.tryParseArgumentClose(i);
|
|
3022
3050
|
if (y.err)
|
|
3023
3051
|
return y;
|
|
3024
|
-
var
|
|
3052
|
+
var _ = p(i, this.clonePosition());
|
|
3025
3053
|
return u === "select" ? {
|
|
3026
3054
|
val: {
|
|
3027
|
-
type:
|
|
3028
|
-
value:
|
|
3055
|
+
type: v.select,
|
|
3056
|
+
value: r,
|
|
3029
3057
|
options: tt(T.val),
|
|
3030
|
-
location:
|
|
3058
|
+
location: _
|
|
3031
3059
|
},
|
|
3032
3060
|
err: null
|
|
3033
3061
|
} : {
|
|
3034
3062
|
val: {
|
|
3035
|
-
type:
|
|
3036
|
-
value:
|
|
3063
|
+
type: v.plural,
|
|
3064
|
+
value: r,
|
|
3037
3065
|
options: tt(T.val),
|
|
3038
3066
|
offset: P,
|
|
3039
3067
|
pluralType: u === "plural" ? "cardinal" : "ordinal",
|
|
3040
|
-
location:
|
|
3068
|
+
location: _
|
|
3041
3069
|
},
|
|
3042
3070
|
err: null
|
|
3043
3071
|
};
|
|
3044
3072
|
}
|
|
3045
3073
|
default:
|
|
3046
|
-
return this.error(d.INVALID_ARGUMENT_TYPE, p(
|
|
3074
|
+
return this.error(d.INVALID_ARGUMENT_TYPE, p(a, l));
|
|
3047
3075
|
}
|
|
3048
3076
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3049
3077
|
return this.isEOF() || this.char() !== 125 ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, p(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3050
3078
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3051
|
-
for (var t = 0,
|
|
3052
|
-
var
|
|
3053
|
-
switch (
|
|
3079
|
+
for (var t = 0, n = this.clonePosition(); !this.isEOF(); ) {
|
|
3080
|
+
var r = this.char();
|
|
3081
|
+
switch (r) {
|
|
3054
3082
|
case 39: {
|
|
3055
3083
|
this.bump();
|
|
3056
3084
|
var i = this.clonePosition();
|
|
@@ -3068,7 +3096,7 @@ var hn = (
|
|
|
3068
3096
|
t -= 1;
|
|
3069
3097
|
else
|
|
3070
3098
|
return {
|
|
3071
|
-
val: this.message.slice(
|
|
3099
|
+
val: this.message.slice(n.offset, this.offset()),
|
|
3072
3100
|
err: null
|
|
3073
3101
|
};
|
|
3074
3102
|
break;
|
|
@@ -3079,70 +3107,70 @@ var hn = (
|
|
|
3079
3107
|
}
|
|
3080
3108
|
}
|
|
3081
3109
|
return {
|
|
3082
|
-
val: this.message.slice(
|
|
3110
|
+
val: this.message.slice(n.offset, this.offset()),
|
|
3083
3111
|
err: null
|
|
3084
3112
|
};
|
|
3085
|
-
}, e.prototype.parseNumberSkeletonFromString = function(t,
|
|
3086
|
-
var
|
|
3113
|
+
}, e.prototype.parseNumberSkeletonFromString = function(t, n) {
|
|
3114
|
+
var r = [];
|
|
3087
3115
|
try {
|
|
3088
|
-
|
|
3116
|
+
r = jn(t);
|
|
3089
3117
|
} catch (i) {
|
|
3090
|
-
return this.error(d.INVALID_NUMBER_SKELETON,
|
|
3118
|
+
return this.error(d.INVALID_NUMBER_SKELETON, n);
|
|
3091
3119
|
}
|
|
3092
3120
|
return {
|
|
3093
3121
|
val: {
|
|
3094
|
-
type:
|
|
3095
|
-
tokens:
|
|
3096
|
-
location:
|
|
3097
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3122
|
+
type: k.number,
|
|
3123
|
+
tokens: r,
|
|
3124
|
+
location: n,
|
|
3125
|
+
parsedOptions: this.shouldParseSkeletons ? zn(r) : {}
|
|
3098
3126
|
},
|
|
3099
3127
|
err: null
|
|
3100
3128
|
};
|
|
3101
|
-
}, e.prototype.tryParsePluralOrSelectOptions = function(t,
|
|
3102
|
-
for (var s,
|
|
3103
|
-
if (
|
|
3129
|
+
}, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
|
|
3130
|
+
for (var s, a = !1, u = [], l = /* @__PURE__ */ new Set(), o = i.value, h = i.location; ; ) {
|
|
3131
|
+
if (o.length === 0) {
|
|
3104
3132
|
var c = this.clonePosition();
|
|
3105
|
-
if (
|
|
3133
|
+
if (n !== "select" && this.bumpIf("=")) {
|
|
3106
3134
|
var f = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR, d.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3107
3135
|
if (f.err)
|
|
3108
3136
|
return f;
|
|
3109
|
-
h = p(c, this.clonePosition()),
|
|
3137
|
+
h = p(c, this.clonePosition()), o = this.message.slice(c.offset, this.offset());
|
|
3110
3138
|
} else
|
|
3111
3139
|
break;
|
|
3112
3140
|
}
|
|
3113
|
-
if (l.has(
|
|
3114
|
-
return this.error(
|
|
3115
|
-
|
|
3141
|
+
if (l.has(o))
|
|
3142
|
+
return this.error(n === "select" ? d.DUPLICATE_SELECT_ARGUMENT_SELECTOR : d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
|
|
3143
|
+
o === "other" && (a = !0), this.bumpSpace();
|
|
3116
3144
|
var b = this.clonePosition();
|
|
3117
3145
|
if (!this.bumpIf("{"))
|
|
3118
|
-
return this.error(
|
|
3119
|
-
var y = this.parseMessage(t + 1,
|
|
3146
|
+
return this.error(n === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, p(this.clonePosition(), this.clonePosition()));
|
|
3147
|
+
var y = this.parseMessage(t + 1, n, r);
|
|
3120
3148
|
if (y.err)
|
|
3121
3149
|
return y;
|
|
3122
3150
|
var x = this.tryParseArgumentClose(b);
|
|
3123
3151
|
if (x.err)
|
|
3124
3152
|
return x;
|
|
3125
3153
|
u.push([
|
|
3126
|
-
|
|
3154
|
+
o,
|
|
3127
3155
|
{
|
|
3128
3156
|
value: y.val,
|
|
3129
3157
|
location: p(b, this.clonePosition())
|
|
3130
3158
|
}
|
|
3131
|
-
]), l.add(
|
|
3159
|
+
]), l.add(o), this.bumpSpace(), s = this.parseIdentifierIfPossible(), o = s.value, h = s.location;
|
|
3132
3160
|
}
|
|
3133
|
-
return u.length === 0 ? this.error(
|
|
3134
|
-
}, e.prototype.tryParseDecimalInteger = function(t,
|
|
3135
|
-
var
|
|
3136
|
-
this.bumpIf("+") || this.bumpIf("-") && (
|
|
3137
|
-
for (var s = !1,
|
|
3161
|
+
return u.length === 0 ? this.error(n === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR : d.EXPECT_PLURAL_ARGUMENT_SELECTOR, p(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(d.MISSING_OTHER_CLAUSE, p(this.clonePosition(), this.clonePosition())) : { val: u, err: null };
|
|
3162
|
+
}, e.prototype.tryParseDecimalInteger = function(t, n) {
|
|
3163
|
+
var r = 1, i = this.clonePosition();
|
|
3164
|
+
this.bumpIf("+") || this.bumpIf("-") && (r = -1);
|
|
3165
|
+
for (var s = !1, a = 0; !this.isEOF(); ) {
|
|
3138
3166
|
var u = this.char();
|
|
3139
3167
|
if (u >= 48 && u <= 57)
|
|
3140
|
-
s = !0,
|
|
3168
|
+
s = !0, a = a * 10 + (u - 48), this.bump();
|
|
3141
3169
|
else
|
|
3142
3170
|
break;
|
|
3143
3171
|
}
|
|
3144
3172
|
var l = p(i, this.clonePosition());
|
|
3145
|
-
return s ? (
|
|
3173
|
+
return s ? (a *= r, ir(a) ? { val: a, err: null } : this.error(n, l)) : this.error(t, l);
|
|
3146
3174
|
}, e.prototype.offset = function() {
|
|
3147
3175
|
return this.position.offset;
|
|
3148
3176
|
}, e.prototype.isEOF = function() {
|
|
@@ -3157,17 +3185,17 @@ var hn = (
|
|
|
3157
3185
|
var t = this.position.offset;
|
|
3158
3186
|
if (t >= this.message.length)
|
|
3159
3187
|
throw Error("out of bound");
|
|
3160
|
-
var
|
|
3161
|
-
if (
|
|
3188
|
+
var n = It(this.message, t);
|
|
3189
|
+
if (n === void 0)
|
|
3162
3190
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3163
|
-
return
|
|
3164
|
-
}, e.prototype.error = function(t,
|
|
3191
|
+
return n;
|
|
3192
|
+
}, e.prototype.error = function(t, n) {
|
|
3165
3193
|
return {
|
|
3166
3194
|
val: null,
|
|
3167
3195
|
err: {
|
|
3168
3196
|
kind: t,
|
|
3169
3197
|
message: this.message,
|
|
3170
|
-
location:
|
|
3198
|
+
location: n
|
|
3171
3199
|
}
|
|
3172
3200
|
};
|
|
3173
3201
|
}, e.prototype.bump = function() {
|
|
@@ -3177,22 +3205,22 @@ var hn = (
|
|
|
3177
3205
|
}
|
|
3178
3206
|
}, e.prototype.bumpIf = function(t) {
|
|
3179
3207
|
if (et(this.message, t, this.offset())) {
|
|
3180
|
-
for (var
|
|
3208
|
+
for (var n = 0; n < t.length; n++)
|
|
3181
3209
|
this.bump();
|
|
3182
3210
|
return !0;
|
|
3183
3211
|
}
|
|
3184
3212
|
return !1;
|
|
3185
3213
|
}, e.prototype.bumpUntil = function(t) {
|
|
3186
|
-
var
|
|
3187
|
-
return
|
|
3214
|
+
var n = this.offset(), r = this.message.indexOf(t, n);
|
|
3215
|
+
return r >= 0 ? (this.bumpTo(r), !0) : (this.bumpTo(this.message.length), !1);
|
|
3188
3216
|
}, e.prototype.bumpTo = function(t) {
|
|
3189
3217
|
if (this.offset() > t)
|
|
3190
3218
|
throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
|
|
3191
3219
|
for (t = Math.min(t, this.message.length); ; ) {
|
|
3192
|
-
var
|
|
3193
|
-
if (
|
|
3220
|
+
var n = this.offset();
|
|
3221
|
+
if (n === t)
|
|
3194
3222
|
break;
|
|
3195
|
-
if (
|
|
3223
|
+
if (n > t)
|
|
3196
3224
|
throw Error("targetOffset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3197
3225
|
if (this.bump(), this.isEOF())
|
|
3198
3226
|
break;
|
|
@@ -3203,101 +3231,101 @@ var hn = (
|
|
|
3203
3231
|
}, e.prototype.peek = function() {
|
|
3204
3232
|
if (this.isEOF())
|
|
3205
3233
|
return null;
|
|
3206
|
-
var t = this.char(),
|
|
3207
|
-
return
|
|
3234
|
+
var t = this.char(), n = this.offset(), r = this.message.charCodeAt(n + (t >= 65536 ? 2 : 1));
|
|
3235
|
+
return r != null ? r : null;
|
|
3208
3236
|
}, e;
|
|
3209
3237
|
}()
|
|
3210
3238
|
);
|
|
3211
|
-
function
|
|
3239
|
+
function Le(e) {
|
|
3212
3240
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3213
3241
|
}
|
|
3214
|
-
function
|
|
3215
|
-
return
|
|
3242
|
+
function hr(e) {
|
|
3243
|
+
return Le(e) || e === 47;
|
|
3216
3244
|
}
|
|
3217
|
-
function
|
|
3245
|
+
function lr(e) {
|
|
3218
3246
|
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;
|
|
3219
3247
|
}
|
|
3220
3248
|
function Ct(e) {
|
|
3221
3249
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3222
3250
|
}
|
|
3223
|
-
function
|
|
3251
|
+
function fr(e) {
|
|
3224
3252
|
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;
|
|
3225
3253
|
}
|
|
3226
|
-
function
|
|
3254
|
+
function Ce(e) {
|
|
3227
3255
|
e.forEach(function(t) {
|
|
3228
3256
|
if (delete t.location, Tt(t) || St(t))
|
|
3229
|
-
for (var
|
|
3230
|
-
delete t.options[
|
|
3257
|
+
for (var n in t.options)
|
|
3258
|
+
delete t.options[n].location, Ce(t.options[n].value);
|
|
3231
3259
|
else
|
|
3232
|
-
_t(t) && At(t.style) || (xt(t) || Ht(t)) &&
|
|
3260
|
+
_t(t) && At(t.style) || (xt(t) || Ht(t)) && Pe(t.style) ? delete t.style.location : Bt(t) && Ce(t.children);
|
|
3233
3261
|
});
|
|
3234
3262
|
}
|
|
3235
|
-
function
|
|
3236
|
-
t === void 0 && (t = {}), t =
|
|
3237
|
-
var
|
|
3238
|
-
if (
|
|
3239
|
-
var
|
|
3240
|
-
throw
|
|
3263
|
+
function cr(e, t) {
|
|
3264
|
+
t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3265
|
+
var n = new ur(e, t).parse();
|
|
3266
|
+
if (n.err) {
|
|
3267
|
+
var r = SyntaxError(d[n.err.kind]);
|
|
3268
|
+
throw r.location = n.err.location, r.originalMessage = n.err.message, r;
|
|
3241
3269
|
}
|
|
3242
|
-
return t != null && t.captureLocation ||
|
|
3270
|
+
return t != null && t.captureLocation || Ce(n.val), n.val;
|
|
3243
3271
|
}
|
|
3244
|
-
var
|
|
3272
|
+
var V;
|
|
3245
3273
|
(function(e) {
|
|
3246
3274
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3247
|
-
})(
|
|
3248
|
-
var
|
|
3275
|
+
})(V || (V = {}));
|
|
3276
|
+
var ge = (
|
|
3249
3277
|
/** @class */
|
|
3250
3278
|
function(e) {
|
|
3251
|
-
|
|
3252
|
-
function t(
|
|
3253
|
-
var s = e.call(this,
|
|
3254
|
-
return s.code =
|
|
3279
|
+
me(t, e);
|
|
3280
|
+
function t(n, r, i) {
|
|
3281
|
+
var s = e.call(this, n) || this;
|
|
3282
|
+
return s.code = r, s.originalMessage = i, s;
|
|
3255
3283
|
}
|
|
3256
3284
|
return t.prototype.toString = function() {
|
|
3257
3285
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3258
3286
|
}, t;
|
|
3259
3287
|
}(Error)
|
|
3260
|
-
),
|
|
3288
|
+
), rt = (
|
|
3261
3289
|
/** @class */
|
|
3262
3290
|
function(e) {
|
|
3263
|
-
|
|
3264
|
-
function t(
|
|
3265
|
-
return e.call(this, 'Invalid values for "'.concat(
|
|
3291
|
+
me(t, e);
|
|
3292
|
+
function t(n, r, i, s) {
|
|
3293
|
+
return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), V.INVALID_VALUE, s) || this;
|
|
3266
3294
|
}
|
|
3267
3295
|
return t;
|
|
3268
|
-
}(
|
|
3269
|
-
),
|
|
3296
|
+
}(ge)
|
|
3297
|
+
), mr = (
|
|
3270
3298
|
/** @class */
|
|
3271
3299
|
function(e) {
|
|
3272
|
-
|
|
3273
|
-
function t(
|
|
3274
|
-
return e.call(this, 'Value for "'.concat(
|
|
3300
|
+
me(t, e);
|
|
3301
|
+
function t(n, r, i) {
|
|
3302
|
+
return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), V.INVALID_VALUE, i) || this;
|
|
3275
3303
|
}
|
|
3276
3304
|
return t;
|
|
3277
|
-
}(
|
|
3278
|
-
),
|
|
3305
|
+
}(ge)
|
|
3306
|
+
), gr = (
|
|
3279
3307
|
/** @class */
|
|
3280
3308
|
function(e) {
|
|
3281
|
-
|
|
3282
|
-
function t(
|
|
3283
|
-
return e.call(this, 'The intl string context variable "'.concat(
|
|
3309
|
+
me(t, e);
|
|
3310
|
+
function t(n, r) {
|
|
3311
|
+
return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), V.MISSING_VALUE, r) || this;
|
|
3284
3312
|
}
|
|
3285
3313
|
return t;
|
|
3286
|
-
}(
|
|
3314
|
+
}(ge)
|
|
3287
3315
|
), w;
|
|
3288
3316
|
(function(e) {
|
|
3289
3317
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3290
3318
|
})(w || (w = {}));
|
|
3291
|
-
function
|
|
3292
|
-
return e.length < 2 ? e : e.reduce(function(t,
|
|
3293
|
-
var
|
|
3294
|
-
return !
|
|
3319
|
+
function dr(e) {
|
|
3320
|
+
return e.length < 2 ? e : e.reduce(function(t, n) {
|
|
3321
|
+
var r = t[t.length - 1];
|
|
3322
|
+
return !r || r.type !== w.literal || n.type !== w.literal ? t.push(n) : r.value += n.value, t;
|
|
3295
3323
|
}, []);
|
|
3296
3324
|
}
|
|
3297
|
-
function
|
|
3325
|
+
function br(e) {
|
|
3298
3326
|
return typeof e == "function";
|
|
3299
3327
|
}
|
|
3300
|
-
function
|
|
3328
|
+
function oe(e, t, n, r, i, s, a) {
|
|
3301
3329
|
if (e.length === 1 && qe(e[0]))
|
|
3302
3330
|
return [
|
|
3303
3331
|
{
|
|
@@ -3305,8 +3333,8 @@ function ue(e, t, r, n, i, s, o) {
|
|
|
3305
3333
|
value: e[0].value
|
|
3306
3334
|
}
|
|
3307
3335
|
];
|
|
3308
|
-
for (var u = [], l = 0,
|
|
3309
|
-
var h =
|
|
3336
|
+
for (var u = [], l = 0, o = e; l < o.length; l++) {
|
|
3337
|
+
var h = o[l];
|
|
3310
3338
|
if (qe(h)) {
|
|
3311
3339
|
u.push({
|
|
3312
3340
|
type: w.literal,
|
|
@@ -3314,18 +3342,18 @@ function ue(e, t, r, n, i, s, o) {
|
|
|
3314
3342
|
});
|
|
3315
3343
|
continue;
|
|
3316
3344
|
}
|
|
3317
|
-
if (
|
|
3345
|
+
if (Un(h)) {
|
|
3318
3346
|
typeof s == "number" && u.push({
|
|
3319
3347
|
type: w.literal,
|
|
3320
|
-
value:
|
|
3348
|
+
value: n.getNumberFormat(t).format(s)
|
|
3321
3349
|
});
|
|
3322
3350
|
continue;
|
|
3323
3351
|
}
|
|
3324
3352
|
var c = h.value;
|
|
3325
3353
|
if (!(i && c in i))
|
|
3326
|
-
throw new
|
|
3354
|
+
throw new gr(c, a);
|
|
3327
3355
|
var f = i[c];
|
|
3328
|
-
if ($
|
|
3356
|
+
if ($n(h)) {
|
|
3329
3357
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
|
|
3330
3358
|
type: typeof f == "string" ? w.literal : w.object,
|
|
3331
3359
|
value: f
|
|
@@ -3333,37 +3361,37 @@ function ue(e, t, r, n, i, s, o) {
|
|
|
3333
3361
|
continue;
|
|
3334
3362
|
}
|
|
3335
3363
|
if (xt(h)) {
|
|
3336
|
-
var b = typeof h.style == "string" ?
|
|
3364
|
+
var b = typeof h.style == "string" ? r.date[h.style] : Pe(h.style) ? h.style.parsedOptions : void 0;
|
|
3337
3365
|
u.push({
|
|
3338
3366
|
type: w.literal,
|
|
3339
|
-
value:
|
|
3367
|
+
value: n.getDateTimeFormat(t, b).format(f)
|
|
3340
3368
|
});
|
|
3341
3369
|
continue;
|
|
3342
3370
|
}
|
|
3343
3371
|
if (Ht(h)) {
|
|
3344
|
-
var b = typeof h.style == "string" ?
|
|
3372
|
+
var b = typeof h.style == "string" ? r.time[h.style] : Pe(h.style) ? h.style.parsedOptions : r.time.medium;
|
|
3345
3373
|
u.push({
|
|
3346
3374
|
type: w.literal,
|
|
3347
|
-
value:
|
|
3375
|
+
value: n.getDateTimeFormat(t, b).format(f)
|
|
3348
3376
|
});
|
|
3349
3377
|
continue;
|
|
3350
3378
|
}
|
|
3351
3379
|
if (_t(h)) {
|
|
3352
|
-
var b = typeof h.style == "string" ?
|
|
3380
|
+
var b = typeof h.style == "string" ? r.number[h.style] : At(h.style) ? h.style.parsedOptions : void 0;
|
|
3353
3381
|
b && b.scale && (f = f * (b.scale || 1)), u.push({
|
|
3354
3382
|
type: w.literal,
|
|
3355
|
-
value:
|
|
3383
|
+
value: n.getNumberFormat(t, b).format(f)
|
|
3356
3384
|
});
|
|
3357
3385
|
continue;
|
|
3358
3386
|
}
|
|
3359
3387
|
if (Bt(h)) {
|
|
3360
3388
|
var y = h.children, x = h.value, S = i[x];
|
|
3361
|
-
if (!
|
|
3362
|
-
throw new
|
|
3363
|
-
var
|
|
3389
|
+
if (!br(S))
|
|
3390
|
+
throw new mr(x, "function", a);
|
|
3391
|
+
var O = oe(y, t, n, r, i, s), N = S(O.map(function(P) {
|
|
3364
3392
|
return P.value;
|
|
3365
3393
|
}));
|
|
3366
|
-
Array.isArray(
|
|
3394
|
+
Array.isArray(N) || (N = [N]), u.push.apply(u, N.map(function(P) {
|
|
3367
3395
|
return {
|
|
3368
3396
|
type: typeof P == "string" ? w.literal : w.object,
|
|
3369
3397
|
value: P
|
|
@@ -3373,104 +3401,104 @@ function ue(e, t, r, n, i, s, o) {
|
|
|
3373
3401
|
if (Tt(h)) {
|
|
3374
3402
|
var A = h.options[f] || h.options.other;
|
|
3375
3403
|
if (!A)
|
|
3376
|
-
throw new
|
|
3377
|
-
u.push.apply(u,
|
|
3404
|
+
throw new rt(h.value, f, Object.keys(h.options), a);
|
|
3405
|
+
u.push.apply(u, oe(A.value, t, n, r, i));
|
|
3378
3406
|
continue;
|
|
3379
3407
|
}
|
|
3380
3408
|
if (St(h)) {
|
|
3381
3409
|
var A = h.options["=".concat(f)];
|
|
3382
3410
|
if (!A) {
|
|
3383
3411
|
if (!Intl.PluralRules)
|
|
3384
|
-
throw new
|
|
3412
|
+
throw new ge(`Intl.PluralRules is not available in this environment.
|
|
3385
3413
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3386
|
-
`,
|
|
3387
|
-
var I =
|
|
3414
|
+
`, V.MISSING_INTL_API, a);
|
|
3415
|
+
var I = n.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
|
|
3388
3416
|
A = h.options[I] || h.options.other;
|
|
3389
3417
|
}
|
|
3390
3418
|
if (!A)
|
|
3391
|
-
throw new
|
|
3392
|
-
u.push.apply(u,
|
|
3419
|
+
throw new rt(h.value, f, Object.keys(h.options), a);
|
|
3420
|
+
u.push.apply(u, oe(A.value, t, n, r, i, f - (h.offset || 0)));
|
|
3393
3421
|
continue;
|
|
3394
3422
|
}
|
|
3395
3423
|
}
|
|
3396
|
-
return
|
|
3424
|
+
return dr(u);
|
|
3397
3425
|
}
|
|
3398
|
-
function
|
|
3399
|
-
return t ?
|
|
3400
|
-
return r
|
|
3426
|
+
function pr(e, t) {
|
|
3427
|
+
return t ? E(E(E({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
|
|
3428
|
+
return n[r] = E(E({}, e[r]), t[r] || {}), n;
|
|
3401
3429
|
}, {})) : e;
|
|
3402
3430
|
}
|
|
3403
|
-
function
|
|
3404
|
-
return t ? Object.keys(e).reduce(function(
|
|
3405
|
-
return r
|
|
3406
|
-
},
|
|
3431
|
+
function yr(e, t) {
|
|
3432
|
+
return t ? Object.keys(e).reduce(function(n, r) {
|
|
3433
|
+
return n[r] = pr(e[r], t[r]), n;
|
|
3434
|
+
}, E({}, e)) : e;
|
|
3407
3435
|
}
|
|
3408
|
-
function
|
|
3436
|
+
function He(e) {
|
|
3409
3437
|
return {
|
|
3410
3438
|
create: function() {
|
|
3411
3439
|
return {
|
|
3412
3440
|
get: function(t) {
|
|
3413
3441
|
return e[t];
|
|
3414
3442
|
},
|
|
3415
|
-
set: function(t,
|
|
3416
|
-
e[t] =
|
|
3443
|
+
set: function(t, n) {
|
|
3444
|
+
e[t] = n;
|
|
3417
3445
|
}
|
|
3418
3446
|
};
|
|
3419
3447
|
}
|
|
3420
3448
|
};
|
|
3421
3449
|
}
|
|
3422
|
-
function
|
|
3450
|
+
function Er(e) {
|
|
3423
3451
|
return e === void 0 && (e = {
|
|
3424
3452
|
number: {},
|
|
3425
3453
|
dateTime: {},
|
|
3426
3454
|
pluralRules: {}
|
|
3427
3455
|
}), {
|
|
3428
|
-
getNumberFormat:
|
|
3429
|
-
for (var t,
|
|
3430
|
-
r
|
|
3431
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3456
|
+
getNumberFormat: ve(function() {
|
|
3457
|
+
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3458
|
+
n[r] = arguments[r];
|
|
3459
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3432
3460
|
}, {
|
|
3433
|
-
cache:
|
|
3434
|
-
strategy:
|
|
3461
|
+
cache: He(e.number),
|
|
3462
|
+
strategy: _e.variadic
|
|
3435
3463
|
}),
|
|
3436
|
-
getDateTimeFormat:
|
|
3437
|
-
for (var t,
|
|
3438
|
-
r
|
|
3439
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3464
|
+
getDateTimeFormat: ve(function() {
|
|
3465
|
+
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3466
|
+
n[r] = arguments[r];
|
|
3467
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3440
3468
|
}, {
|
|
3441
|
-
cache:
|
|
3442
|
-
strategy:
|
|
3469
|
+
cache: He(e.dateTime),
|
|
3470
|
+
strategy: _e.variadic
|
|
3443
3471
|
}),
|
|
3444
|
-
getPluralRules:
|
|
3445
|
-
for (var t,
|
|
3446
|
-
r
|
|
3447
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3472
|
+
getPluralRules: ve(function() {
|
|
3473
|
+
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3474
|
+
n[r] = arguments[r];
|
|
3475
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3448
3476
|
}, {
|
|
3449
|
-
cache:
|
|
3450
|
-
strategy:
|
|
3477
|
+
cache: He(e.pluralRules),
|
|
3478
|
+
strategy: _e.variadic
|
|
3451
3479
|
})
|
|
3452
3480
|
};
|
|
3453
3481
|
}
|
|
3454
|
-
var
|
|
3482
|
+
var vr = (
|
|
3455
3483
|
/** @class */
|
|
3456
3484
|
function() {
|
|
3457
|
-
function e(t,
|
|
3458
|
-
|
|
3485
|
+
function e(t, n, r, i) {
|
|
3486
|
+
n === void 0 && (n = e.defaultLocale);
|
|
3459
3487
|
var s = this;
|
|
3460
3488
|
if (this.formatterCache = {
|
|
3461
3489
|
number: {},
|
|
3462
3490
|
dateTime: {},
|
|
3463
3491
|
pluralRules: {}
|
|
3464
3492
|
}, this.format = function(l) {
|
|
3465
|
-
var
|
|
3466
|
-
if (
|
|
3467
|
-
return
|
|
3468
|
-
var h =
|
|
3493
|
+
var o = s.formatToParts(l);
|
|
3494
|
+
if (o.length === 1)
|
|
3495
|
+
return o[0].value;
|
|
3496
|
+
var h = o.reduce(function(c, f) {
|
|
3469
3497
|
return !c.length || f.type !== w.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3470
3498
|
}, []);
|
|
3471
3499
|
return h.length <= 1 ? h[0] || "" : h;
|
|
3472
3500
|
}, this.formatToParts = function(l) {
|
|
3473
|
-
return
|
|
3501
|
+
return oe(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
|
|
3474
3502
|
}, this.resolvedOptions = function() {
|
|
3475
3503
|
var l;
|
|
3476
3504
|
return {
|
|
@@ -3478,18 +3506,18 @@ var _n = (
|
|
|
3478
3506
|
};
|
|
3479
3507
|
}, this.getAst = function() {
|
|
3480
3508
|
return s.ast;
|
|
3481
|
-
}, this.locales =
|
|
3509
|
+
}, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
|
|
3482
3510
|
if (this.message = t, !e.__parse)
|
|
3483
3511
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3484
|
-
var
|
|
3485
|
-
|
|
3486
|
-
var u =
|
|
3487
|
-
this.ast = e.__parse(t,
|
|
3512
|
+
var a = i || {};
|
|
3513
|
+
a.formatters;
|
|
3514
|
+
var u = Nn(a, ["formatters"]);
|
|
3515
|
+
this.ast = e.__parse(t, E(E({}, u), { locale: this.resolvedLocale }));
|
|
3488
3516
|
} else
|
|
3489
3517
|
this.ast = t;
|
|
3490
3518
|
if (!Array.isArray(this.ast))
|
|
3491
3519
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3492
|
-
this.formats =
|
|
3520
|
+
this.formats = yr(e.formats, r), this.formatters = i && i.formatters || Er(this.formatterCache);
|
|
3493
3521
|
}
|
|
3494
3522
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3495
3523
|
get: function() {
|
|
@@ -3499,10 +3527,10 @@ var _n = (
|
|
|
3499
3527
|
configurable: !0
|
|
3500
3528
|
}), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
|
|
3501
3529
|
if (typeof Intl.Locale != "undefined") {
|
|
3502
|
-
var
|
|
3503
|
-
return
|
|
3530
|
+
var n = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3531
|
+
return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3504
3532
|
}
|
|
3505
|
-
}, e.__parse =
|
|
3533
|
+
}, e.__parse = cr, e.formats = {
|
|
3506
3534
|
number: {
|
|
3507
3535
|
integer: {
|
|
3508
3536
|
maximumFractionDigits: 0
|
|
@@ -3563,113 +3591,113 @@ var _n = (
|
|
|
3563
3591
|
}, e;
|
|
3564
3592
|
}()
|
|
3565
3593
|
);
|
|
3566
|
-
function
|
|
3594
|
+
function _r(e, t) {
|
|
3567
3595
|
if (t == null)
|
|
3568
3596
|
return;
|
|
3569
3597
|
if (t in e)
|
|
3570
3598
|
return e[t];
|
|
3571
|
-
const
|
|
3572
|
-
let
|
|
3573
|
-
for (let i = 0; i <
|
|
3574
|
-
if (typeof
|
|
3599
|
+
const n = t.split(".");
|
|
3600
|
+
let r = e;
|
|
3601
|
+
for (let i = 0; i < n.length; i++)
|
|
3602
|
+
if (typeof r == "object") {
|
|
3575
3603
|
if (i > 0) {
|
|
3576
|
-
const s =
|
|
3577
|
-
if (s in
|
|
3578
|
-
|
|
3604
|
+
const s = n.slice(i, n.length).join(".");
|
|
3605
|
+
if (s in r) {
|
|
3606
|
+
r = r[s];
|
|
3579
3607
|
break;
|
|
3580
3608
|
}
|
|
3581
3609
|
}
|
|
3582
|
-
|
|
3610
|
+
r = r[n[i]];
|
|
3583
3611
|
} else
|
|
3584
|
-
|
|
3585
|
-
return
|
|
3612
|
+
r = void 0;
|
|
3613
|
+
return r;
|
|
3586
3614
|
}
|
|
3587
|
-
const
|
|
3615
|
+
const M = {}, xr = (e, t, n) => n && (t in M || (M[t] = {}), e in M[t] || (M[t][e] = n), n), Mt = (e, t) => {
|
|
3588
3616
|
if (t == null)
|
|
3589
3617
|
return;
|
|
3590
|
-
if (t in
|
|
3591
|
-
return
|
|
3592
|
-
const
|
|
3593
|
-
for (let
|
|
3594
|
-
const i = r
|
|
3618
|
+
if (t in M && e in M[t])
|
|
3619
|
+
return M[t][e];
|
|
3620
|
+
const n = de(t);
|
|
3621
|
+
for (let r = 0; r < n.length; r++) {
|
|
3622
|
+
const i = n[r], s = Tr(i, e);
|
|
3595
3623
|
if (s)
|
|
3596
|
-
return
|
|
3624
|
+
return xr(e, t, s);
|
|
3597
3625
|
}
|
|
3598
3626
|
};
|
|
3599
3627
|
let Fe;
|
|
3600
|
-
const
|
|
3601
|
-
function
|
|
3628
|
+
const Z = ce({});
|
|
3629
|
+
function Hr(e) {
|
|
3602
3630
|
return Fe[e] || null;
|
|
3603
3631
|
}
|
|
3604
3632
|
function Rt(e) {
|
|
3605
3633
|
return e in Fe;
|
|
3606
3634
|
}
|
|
3607
|
-
function
|
|
3635
|
+
function Tr(e, t) {
|
|
3608
3636
|
if (!Rt(e))
|
|
3609
3637
|
return null;
|
|
3610
|
-
const
|
|
3611
|
-
return
|
|
3638
|
+
const n = Hr(e);
|
|
3639
|
+
return _r(n, t);
|
|
3612
3640
|
}
|
|
3613
|
-
function
|
|
3641
|
+
function Sr(e) {
|
|
3614
3642
|
if (e == null)
|
|
3615
3643
|
return;
|
|
3616
|
-
const t =
|
|
3617
|
-
for (let
|
|
3618
|
-
const
|
|
3619
|
-
if (Rt(
|
|
3620
|
-
return
|
|
3644
|
+
const t = de(e);
|
|
3645
|
+
for (let n = 0; n < t.length; n++) {
|
|
3646
|
+
const r = t[n];
|
|
3647
|
+
if (Rt(r))
|
|
3648
|
+
return r;
|
|
3621
3649
|
}
|
|
3622
3650
|
}
|
|
3623
|
-
function
|
|
3624
|
-
delete
|
|
3651
|
+
function Br(e, ...t) {
|
|
3652
|
+
delete M[e], Z.update((n) => (n[e] = Pn.all([n[e] || {}, ...t]), n));
|
|
3625
3653
|
}
|
|
3626
|
-
|
|
3627
|
-
[
|
|
3654
|
+
W(
|
|
3655
|
+
[Z],
|
|
3628
3656
|
([e]) => Object.keys(e)
|
|
3629
3657
|
);
|
|
3630
|
-
|
|
3631
|
-
const
|
|
3632
|
-
function
|
|
3633
|
-
|
|
3658
|
+
Z.subscribe((e) => Fe = e);
|
|
3659
|
+
const ue = {};
|
|
3660
|
+
function Ar(e, t) {
|
|
3661
|
+
ue[e].delete(t), ue[e].size === 0 && delete ue[e];
|
|
3634
3662
|
}
|
|
3635
3663
|
function $t(e) {
|
|
3636
|
-
return
|
|
3664
|
+
return ue[e];
|
|
3637
3665
|
}
|
|
3638
|
-
function
|
|
3639
|
-
return
|
|
3640
|
-
const
|
|
3641
|
-
return [t,
|
|
3666
|
+
function wr(e) {
|
|
3667
|
+
return de(e).map((t) => {
|
|
3668
|
+
const n = $t(t);
|
|
3669
|
+
return [t, n ? [...n] : []];
|
|
3642
3670
|
}).filter(([, t]) => t.length > 0);
|
|
3643
3671
|
}
|
|
3644
|
-
function
|
|
3645
|
-
return e == null ? !1 :
|
|
3672
|
+
function Me(e) {
|
|
3673
|
+
return e == null ? !1 : de(e).some(
|
|
3646
3674
|
(t) => {
|
|
3647
|
-
var
|
|
3648
|
-
return (
|
|
3675
|
+
var n;
|
|
3676
|
+
return (n = $t(t)) == null ? void 0 : n.size;
|
|
3649
3677
|
}
|
|
3650
3678
|
);
|
|
3651
3679
|
}
|
|
3652
|
-
function
|
|
3680
|
+
function Pr(e, t) {
|
|
3653
3681
|
return Promise.all(
|
|
3654
|
-
t.map((
|
|
3655
|
-
).then((
|
|
3682
|
+
t.map((r) => (Ar(e, r), r().then((i) => i.default || i)))
|
|
3683
|
+
).then((r) => Br(e, ...r));
|
|
3656
3684
|
}
|
|
3657
|
-
const
|
|
3685
|
+
const q = {};
|
|
3658
3686
|
function Ut(e) {
|
|
3659
|
-
if (
|
|
3660
|
-
return e in
|
|
3661
|
-
const t =
|
|
3662
|
-
return
|
|
3687
|
+
if (!Me(e))
|
|
3688
|
+
return e in q ? q[e] : Promise.resolve();
|
|
3689
|
+
const t = wr(e);
|
|
3690
|
+
return q[e] = Promise.all(
|
|
3663
3691
|
t.map(
|
|
3664
|
-
([
|
|
3692
|
+
([n, r]) => Pr(n, r)
|
|
3665
3693
|
)
|
|
3666
3694
|
).then(() => {
|
|
3667
|
-
if (
|
|
3695
|
+
if (Me(e))
|
|
3668
3696
|
return Ut(e);
|
|
3669
|
-
delete
|
|
3670
|
-
}),
|
|
3697
|
+
delete q[e];
|
|
3698
|
+
}), q[e];
|
|
3671
3699
|
}
|
|
3672
|
-
const
|
|
3700
|
+
const Nr = {
|
|
3673
3701
|
number: {
|
|
3674
3702
|
scientific: { notation: "scientific" },
|
|
3675
3703
|
engineering: { notation: "engineering" },
|
|
@@ -3698,150 +3726,150 @@ const Nn = {
|
|
|
3698
3726
|
timeZoneName: "short"
|
|
3699
3727
|
}
|
|
3700
3728
|
}
|
|
3701
|
-
},
|
|
3729
|
+
}, Or = {
|
|
3702
3730
|
fallbackLocale: null,
|
|
3703
3731
|
loadingDelay: 200,
|
|
3704
|
-
formats:
|
|
3732
|
+
formats: Nr,
|
|
3705
3733
|
warnOnMissingMessages: !0,
|
|
3706
3734
|
handleMissingMessage: void 0,
|
|
3707
3735
|
ignoreTag: !0
|
|
3708
|
-
},
|
|
3709
|
-
function
|
|
3710
|
-
return
|
|
3711
|
-
}
|
|
3712
|
-
const
|
|
3713
|
-
var
|
|
3714
|
-
for (var
|
|
3715
|
-
|
|
3736
|
+
}, Ir = Or;
|
|
3737
|
+
function X() {
|
|
3738
|
+
return Ir;
|
|
3739
|
+
}
|
|
3740
|
+
const Te = ce(!1);
|
|
3741
|
+
var Lr = Object.defineProperty, Cr = Object.defineProperties, Mr = Object.getOwnPropertyDescriptors, it = Object.getOwnPropertySymbols, Rr = Object.prototype.hasOwnProperty, $r = Object.prototype.propertyIsEnumerable, st = (e, t, n) => t in e ? Lr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Ur = (e, t) => {
|
|
3742
|
+
for (var n in t || (t = {}))
|
|
3743
|
+
Rr.call(t, n) && st(e, n, t[n]);
|
|
3716
3744
|
if (it)
|
|
3717
|
-
for (var
|
|
3718
|
-
|
|
3745
|
+
for (var n of it(t))
|
|
3746
|
+
$r.call(t, n) && st(e, n, t[n]);
|
|
3719
3747
|
return e;
|
|
3720
|
-
},
|
|
3721
|
-
let
|
|
3722
|
-
const
|
|
3723
|
-
function
|
|
3724
|
-
return e.split("-").map((t,
|
|
3748
|
+
}, Dr = (e, t) => Cr(e, Mr(t));
|
|
3749
|
+
let Re;
|
|
3750
|
+
const he = ce(null);
|
|
3751
|
+
function at(e) {
|
|
3752
|
+
return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
|
|
3725
3753
|
}
|
|
3726
|
-
function
|
|
3727
|
-
const
|
|
3728
|
-
return t ? [.../* @__PURE__ */ new Set([...
|
|
3754
|
+
function de(e, t = X().fallbackLocale) {
|
|
3755
|
+
const n = at(e);
|
|
3756
|
+
return t ? [.../* @__PURE__ */ new Set([...n, ...at(t)])] : n;
|
|
3729
3757
|
}
|
|
3730
|
-
function
|
|
3731
|
-
return
|
|
3758
|
+
function $() {
|
|
3759
|
+
return Re != null ? Re : void 0;
|
|
3732
3760
|
}
|
|
3733
|
-
|
|
3734
|
-
|
|
3761
|
+
he.subscribe((e) => {
|
|
3762
|
+
Re = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3735
3763
|
});
|
|
3736
|
-
const
|
|
3737
|
-
if (e &&
|
|
3738
|
-
const { loadingDelay: t } =
|
|
3739
|
-
let
|
|
3740
|
-
return typeof window != "undefined" &&
|
|
3741
|
-
() =>
|
|
3764
|
+
const Gr = (e) => {
|
|
3765
|
+
if (e && Sr(e) && Me(e)) {
|
|
3766
|
+
const { loadingDelay: t } = X();
|
|
3767
|
+
let n;
|
|
3768
|
+
return typeof window != "undefined" && $() != null && t ? n = window.setTimeout(
|
|
3769
|
+
() => Te.set(!0),
|
|
3742
3770
|
t
|
|
3743
|
-
) :
|
|
3744
|
-
|
|
3771
|
+
) : Te.set(!0), Ut(e).then(() => {
|
|
3772
|
+
he.set(e);
|
|
3745
3773
|
}).finally(() => {
|
|
3746
|
-
clearTimeout(
|
|
3774
|
+
clearTimeout(n), Te.set(!1);
|
|
3747
3775
|
});
|
|
3748
3776
|
}
|
|
3749
|
-
return
|
|
3750
|
-
},
|
|
3751
|
-
set:
|
|
3752
|
-
}),
|
|
3777
|
+
return he.set(e);
|
|
3778
|
+
}, R = Dr(Ur({}, he), {
|
|
3779
|
+
set: Gr
|
|
3780
|
+
}), be = (e) => {
|
|
3753
3781
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3754
|
-
return (
|
|
3755
|
-
const i = JSON.stringify(
|
|
3756
|
-
return i in t ? t[i] : t[i] = e(
|
|
3782
|
+
return (r) => {
|
|
3783
|
+
const i = JSON.stringify(r);
|
|
3784
|
+
return i in t ? t[i] : t[i] = e(r);
|
|
3757
3785
|
};
|
|
3758
3786
|
};
|
|
3759
|
-
var
|
|
3760
|
-
for (var
|
|
3761
|
-
Dt.call(t,
|
|
3762
|
-
if (
|
|
3763
|
-
for (var
|
|
3764
|
-
Gt.call(t,
|
|
3787
|
+
var Fr = Object.defineProperty, le = Object.getOwnPropertySymbols, Dt = Object.prototype.hasOwnProperty, Gt = Object.prototype.propertyIsEnumerable, ot = (e, t, n) => t in e ? Fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, je = (e, t) => {
|
|
3788
|
+
for (var n in t || (t = {}))
|
|
3789
|
+
Dt.call(t, n) && ot(e, n, t[n]);
|
|
3790
|
+
if (le)
|
|
3791
|
+
for (var n of le(t))
|
|
3792
|
+
Gt.call(t, n) && ot(e, n, t[n]);
|
|
3765
3793
|
return e;
|
|
3766
|
-
},
|
|
3767
|
-
var
|
|
3768
|
-
for (var
|
|
3769
|
-
Dt.call(e,
|
|
3770
|
-
if (e != null &&
|
|
3771
|
-
for (var
|
|
3772
|
-
t.indexOf(
|
|
3773
|
-
return
|
|
3794
|
+
}, Q = (e, t) => {
|
|
3795
|
+
var n = {};
|
|
3796
|
+
for (var r in e)
|
|
3797
|
+
Dt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
3798
|
+
if (e != null && le)
|
|
3799
|
+
for (var r of le(e))
|
|
3800
|
+
t.indexOf(r) < 0 && Gt.call(e, r) && (n[r] = e[r]);
|
|
3801
|
+
return n;
|
|
3774
3802
|
};
|
|
3775
|
-
const
|
|
3776
|
-
const { formats:
|
|
3777
|
-
if (e in
|
|
3778
|
-
return
|
|
3803
|
+
const ee = (e, t) => {
|
|
3804
|
+
const { formats: n } = X();
|
|
3805
|
+
if (e in n && t in n[e])
|
|
3806
|
+
return n[e][t];
|
|
3779
3807
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3780
|
-
},
|
|
3808
|
+
}, jr = be(
|
|
3781
3809
|
(e) => {
|
|
3782
|
-
var t = e, { locale:
|
|
3783
|
-
if (
|
|
3810
|
+
var t = e, { locale: n, format: r } = t, i = Q(t, ["locale", "format"]);
|
|
3811
|
+
if (n == null)
|
|
3784
3812
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3785
|
-
return
|
|
3813
|
+
return r && (i = ee("number", r)), new Intl.NumberFormat(n, i);
|
|
3786
3814
|
}
|
|
3787
|
-
),
|
|
3815
|
+
), kr = be(
|
|
3788
3816
|
(e) => {
|
|
3789
|
-
var t = e, { locale:
|
|
3790
|
-
if (
|
|
3817
|
+
var t = e, { locale: n, format: r } = t, i = Q(t, ["locale", "format"]);
|
|
3818
|
+
if (n == null)
|
|
3791
3819
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3792
|
-
return
|
|
3820
|
+
return r ? i = ee("date", r) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(n, i);
|
|
3793
3821
|
}
|
|
3794
|
-
),
|
|
3822
|
+
), Vr = be(
|
|
3795
3823
|
(e) => {
|
|
3796
|
-
var t = e, { locale:
|
|
3797
|
-
if (
|
|
3824
|
+
var t = e, { locale: n, format: r } = t, i = Q(t, ["locale", "format"]);
|
|
3825
|
+
if (n == null)
|
|
3798
3826
|
throw new Error(
|
|
3799
3827
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3800
3828
|
);
|
|
3801
|
-
return
|
|
3829
|
+
return r ? i = ee("time", r) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(n, i);
|
|
3802
3830
|
}
|
|
3803
|
-
),
|
|
3831
|
+
), Xr = (e = {}) => {
|
|
3804
3832
|
var t = e, {
|
|
3805
|
-
locale:
|
|
3806
|
-
} = t,
|
|
3833
|
+
locale: n = $()
|
|
3834
|
+
} = t, r = Q(t, [
|
|
3807
3835
|
"locale"
|
|
3808
3836
|
]);
|
|
3809
|
-
return
|
|
3810
|
-
},
|
|
3837
|
+
return jr(je({ locale: n }, r));
|
|
3838
|
+
}, zr = (e = {}) => {
|
|
3811
3839
|
var t = e, {
|
|
3812
|
-
locale:
|
|
3813
|
-
} = t,
|
|
3840
|
+
locale: n = $()
|
|
3841
|
+
} = t, r = Q(t, [
|
|
3814
3842
|
"locale"
|
|
3815
3843
|
]);
|
|
3816
|
-
return
|
|
3817
|
-
},
|
|
3844
|
+
return kr(je({ locale: n }, r));
|
|
3845
|
+
}, Wr = (e = {}) => {
|
|
3818
3846
|
var t = e, {
|
|
3819
|
-
locale:
|
|
3820
|
-
} = t,
|
|
3847
|
+
locale: n = $()
|
|
3848
|
+
} = t, r = Q(t, [
|
|
3821
3849
|
"locale"
|
|
3822
3850
|
]);
|
|
3823
|
-
return
|
|
3824
|
-
},
|
|
3851
|
+
return Vr(je({ locale: n }, r));
|
|
3852
|
+
}, Zr = be(
|
|
3825
3853
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3826
|
-
(e, t =
|
|
3827
|
-
ignoreTag:
|
|
3854
|
+
(e, t = $()) => new vr(e, t, X().formats, {
|
|
3855
|
+
ignoreTag: X().ignoreTag
|
|
3828
3856
|
})
|
|
3829
|
-
),
|
|
3830
|
-
var
|
|
3831
|
-
let
|
|
3832
|
-
typeof e == "object" && (
|
|
3857
|
+
), Qr = (e, t = {}) => {
|
|
3858
|
+
var n, r, i, s;
|
|
3859
|
+
let a = t;
|
|
3860
|
+
typeof e == "object" && (a = e, e = a.id);
|
|
3833
3861
|
const {
|
|
3834
3862
|
values: u,
|
|
3835
|
-
locale: l =
|
|
3836
|
-
default:
|
|
3837
|
-
} =
|
|
3863
|
+
locale: l = $(),
|
|
3864
|
+
default: o
|
|
3865
|
+
} = a;
|
|
3838
3866
|
if (l == null)
|
|
3839
3867
|
throw new Error(
|
|
3840
3868
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3841
3869
|
);
|
|
3842
3870
|
let h = Mt(e, l);
|
|
3843
3871
|
if (!h)
|
|
3844
|
-
h = (s = (i = (
|
|
3872
|
+
h = (s = (i = (r = (n = X()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: l, id: e, defaultValue: o })) != null ? i : o) != null ? s : e;
|
|
3845
3873
|
else if (typeof h != "string")
|
|
3846
3874
|
return console.warn(
|
|
3847
3875
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -3850,7 +3878,7 @@ const te = (e, t) => {
|
|
|
3850
3878
|
return h;
|
|
3851
3879
|
let c = h;
|
|
3852
3880
|
try {
|
|
3853
|
-
c =
|
|
3881
|
+
c = Zr(h, l).format(u);
|
|
3854
3882
|
} catch (f) {
|
|
3855
3883
|
f instanceof Error && console.warn(
|
|
3856
3884
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3858,56 +3886,56 @@ const te = (e, t) => {
|
|
|
3858
3886
|
);
|
|
3859
3887
|
}
|
|
3860
3888
|
return c;
|
|
3861
|
-
},
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
function
|
|
3867
|
-
|
|
3868
|
-
|
|
3889
|
+
}, qr = (e, t) => Wr(t).format(e), Jr = (e, t) => zr(t).format(e), Yr = (e, t) => Xr(t).format(e), Kr = (e, t = $()) => Mt(e, t), Si = W([R, Z], () => Qr);
|
|
3890
|
+
W([R], () => qr);
|
|
3891
|
+
W([R], () => Jr);
|
|
3892
|
+
W([R], () => Yr);
|
|
3893
|
+
W([R, Z], () => Kr);
|
|
3894
|
+
function ei({ withLocale: e, translations: t }) {
|
|
3895
|
+
R.subscribe((n) => {
|
|
3896
|
+
n == null && (Z.set(t), R.set(e));
|
|
3869
3897
|
});
|
|
3870
3898
|
}
|
|
3871
|
-
function
|
|
3899
|
+
function ti(e, t) {
|
|
3872
3900
|
if (e) {
|
|
3873
|
-
const
|
|
3874
|
-
|
|
3901
|
+
const n = document.createElement("style");
|
|
3902
|
+
n.innerHTML = t, e.appendChild(n);
|
|
3875
3903
|
}
|
|
3876
3904
|
}
|
|
3877
3905
|
function ni(e, t) {
|
|
3878
|
-
const
|
|
3879
|
-
fetch(
|
|
3906
|
+
const n = new URL(t);
|
|
3907
|
+
fetch(n.href).then((r) => r.text()).then((r) => {
|
|
3880
3908
|
const i = document.createElement("style");
|
|
3881
|
-
i.innerHTML =
|
|
3882
|
-
}).catch((
|
|
3883
|
-
console.error("There was an error while trying to load client styling from URL",
|
|
3909
|
+
i.innerHTML = r, e && e.appendChild(i);
|
|
3910
|
+
}).catch((r) => {
|
|
3911
|
+
console.error("There was an error while trying to load client styling from URL", r);
|
|
3884
3912
|
});
|
|
3885
3913
|
}
|
|
3886
|
-
function
|
|
3914
|
+
function ri(e, t, n) {
|
|
3887
3915
|
if (window.emMessageBus) {
|
|
3888
|
-
const
|
|
3916
|
+
const r = document.createElement("style");
|
|
3889
3917
|
window.emMessageBus.subscribe(t, (i) => {
|
|
3890
|
-
|
|
3918
|
+
r.innerHTML = i, e && e.appendChild(r);
|
|
3891
3919
|
});
|
|
3892
3920
|
}
|
|
3893
3921
|
}
|
|
3894
3922
|
if (typeof window != "undefined") {
|
|
3895
3923
|
let e = function(t) {
|
|
3896
|
-
return function(...
|
|
3924
|
+
return function(...n) {
|
|
3897
3925
|
try {
|
|
3898
|
-
return t.apply(this,
|
|
3899
|
-
} catch (
|
|
3900
|
-
if (
|
|
3926
|
+
return t.apply(this, n);
|
|
3927
|
+
} catch (r) {
|
|
3928
|
+
if (r instanceof DOMException && r.message.includes("has already been used with this registry") || r.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
3901
3929
|
return !1;
|
|
3902
|
-
throw
|
|
3930
|
+
throw r;
|
|
3903
3931
|
}
|
|
3904
3932
|
};
|
|
3905
3933
|
};
|
|
3906
|
-
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-
|
|
3934
|
+
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-C3eCJSpU.js").then(({ default: t }) => {
|
|
3907
3935
|
!customElements.get("casino-games-category-section") && customElements.define("casino-games-category-section", t.element);
|
|
3908
3936
|
});
|
|
3909
3937
|
}
|
|
3910
|
-
function
|
|
3938
|
+
function ii(e) {
|
|
3911
3939
|
Qt(e, "svelte-nazqps", ".CasinoFavoritesSectionContainer{font-family:inherit;background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}");
|
|
3912
3940
|
}
|
|
3913
3941
|
function ut(e) {
|
|
@@ -4011,178 +4039,178 @@ function ut(e) {
|
|
|
4011
4039
|
e[16]
|
|
4012
4040
|
);
|
|
4013
4041
|
},
|
|
4014
|
-
m(
|
|
4015
|
-
|
|
4042
|
+
m(n, r) {
|
|
4043
|
+
fe(n, t, r);
|
|
4016
4044
|
},
|
|
4017
|
-
p(
|
|
4018
|
-
|
|
4045
|
+
p(n, r) {
|
|
4046
|
+
r & /*session*/
|
|
4019
4047
|
16 && g(
|
|
4020
4048
|
t,
|
|
4021
4049
|
"session",
|
|
4022
4050
|
/*session*/
|
|
4023
|
-
|
|
4024
|
-
),
|
|
4051
|
+
n[4]
|
|
4052
|
+
), r & /*userid*/
|
|
4025
4053
|
32 && g(
|
|
4026
4054
|
t,
|
|
4027
4055
|
"userid",
|
|
4028
4056
|
/*userid*/
|
|
4029
|
-
|
|
4030
|
-
),
|
|
4057
|
+
n[5]
|
|
4058
|
+
), r & /*endpoint*/
|
|
4031
4059
|
1 && g(
|
|
4032
4060
|
t,
|
|
4033
4061
|
"endpoint",
|
|
4034
4062
|
/*endpoint*/
|
|
4035
|
-
|
|
4036
|
-
),
|
|
4063
|
+
n[0]
|
|
4064
|
+
), r & /*datasource*/
|
|
4037
4065
|
2 && g(
|
|
4038
4066
|
t,
|
|
4039
4067
|
"datasource",
|
|
4040
4068
|
/*datasource*/
|
|
4041
|
-
|
|
4042
|
-
),
|
|
4069
|
+
n[1]
|
|
4070
|
+
), r & /*lang*/
|
|
4043
4071
|
8 && g(
|
|
4044
4072
|
t,
|
|
4045
4073
|
"lang",
|
|
4046
4074
|
/*lang*/
|
|
4047
|
-
|
|
4048
|
-
),
|
|
4075
|
+
n[3]
|
|
4076
|
+
), r & /*currency*/
|
|
4049
4077
|
4 && g(
|
|
4050
4078
|
t,
|
|
4051
4079
|
"currency",
|
|
4052
4080
|
/*currency*/
|
|
4053
|
-
|
|
4054
|
-
),
|
|
4081
|
+
n[2]
|
|
4082
|
+
), r & /*favorites*/
|
|
4055
4083
|
32768 && g(
|
|
4056
4084
|
t,
|
|
4057
4085
|
"favorites",
|
|
4058
4086
|
/*favorites*/
|
|
4059
|
-
|
|
4060
|
-
),
|
|
4087
|
+
n[15]
|
|
4088
|
+
), r & /*fetchviaevent*/
|
|
4061
4089
|
131072 && g(
|
|
4062
4090
|
t,
|
|
4063
4091
|
"fetchviaevent",
|
|
4064
4092
|
/*fetchviaevent*/
|
|
4065
|
-
|
|
4066
|
-
),
|
|
4093
|
+
n[17]
|
|
4094
|
+
), r & /*mbsource*/
|
|
4067
4095
|
262144 && g(
|
|
4068
4096
|
t,
|
|
4069
4097
|
"mbsource",
|
|
4070
4098
|
/*mbsource*/
|
|
4071
|
-
|
|
4072
|
-
),
|
|
4099
|
+
n[18]
|
|
4100
|
+
), r & /*showgamename*/
|
|
4073
4101
|
4096 && g(
|
|
4074
4102
|
t,
|
|
4075
4103
|
"showgamename",
|
|
4076
4104
|
/*showgamename*/
|
|
4077
|
-
|
|
4078
|
-
),
|
|
4105
|
+
n[12]
|
|
4106
|
+
), r & /*clientstyling*/
|
|
4079
4107
|
64 && g(
|
|
4080
4108
|
t,
|
|
4081
4109
|
"clientstyling",
|
|
4082
4110
|
/*clientstyling*/
|
|
4083
|
-
|
|
4084
|
-
),
|
|
4111
|
+
n[6]
|
|
4112
|
+
), r & /*clientstylingurl*/
|
|
4085
4113
|
128 && g(
|
|
4086
4114
|
t,
|
|
4087
4115
|
"clientstylingurl",
|
|
4088
4116
|
/*clientstylingurl*/
|
|
4089
|
-
|
|
4090
|
-
),
|
|
4117
|
+
n[7]
|
|
4118
|
+
), r & /*translationurl*/
|
|
4091
4119
|
256 && g(
|
|
4092
4120
|
t,
|
|
4093
4121
|
"translationurl",
|
|
4094
4122
|
/*translationurl*/
|
|
4095
|
-
|
|
4096
|
-
),
|
|
4123
|
+
n[8]
|
|
4124
|
+
), r & /*livecasino*/
|
|
4097
4125
|
512 && g(
|
|
4098
4126
|
t,
|
|
4099
4127
|
"livecasino",
|
|
4100
4128
|
/*livecasino*/
|
|
4101
|
-
|
|
4102
|
-
),
|
|
4129
|
+
n[9]
|
|
4130
|
+
), r & /*visiblegames*/
|
|
4103
4131
|
16384 && g(
|
|
4104
4132
|
t,
|
|
4105
4133
|
"visiblegames",
|
|
4106
4134
|
/*visiblegames*/
|
|
4107
|
-
|
|
4108
|
-
),
|
|
4135
|
+
n[14]
|
|
4136
|
+
), r & /*gamepagemodalurl*/
|
|
4109
4137
|
8192 && g(
|
|
4110
4138
|
t,
|
|
4111
4139
|
"gamepagemodalurl",
|
|
4112
4140
|
/*gamepagemodalurl*/
|
|
4113
|
-
|
|
4114
|
-
),
|
|
4141
|
+
n[13]
|
|
4142
|
+
), r & /*integratedgameframedesktop*/
|
|
4115
4143
|
2048 && g(
|
|
4116
4144
|
t,
|
|
4117
4145
|
"integratedgameframedesktop",
|
|
4118
4146
|
/*integratedgameframedesktop*/
|
|
4119
|
-
|
|
4120
|
-
),
|
|
4147
|
+
n[11]
|
|
4148
|
+
), r & /*integratedgameframemobile*/
|
|
4121
4149
|
1024 && g(
|
|
4122
4150
|
t,
|
|
4123
4151
|
"integratedgameframemobile",
|
|
4124
4152
|
/*integratedgameframemobile*/
|
|
4125
|
-
|
|
4126
|
-
),
|
|
4153
|
+
n[10]
|
|
4154
|
+
), r & /*casinomygames*/
|
|
4127
4155
|
65536 && g(
|
|
4128
4156
|
t,
|
|
4129
4157
|
"casinomygames",
|
|
4130
4158
|
/*casinomygames*/
|
|
4131
|
-
|
|
4159
|
+
n[16]
|
|
4132
4160
|
);
|
|
4133
4161
|
},
|
|
4134
|
-
d(
|
|
4135
|
-
|
|
4162
|
+
d(n) {
|
|
4163
|
+
n && te(t);
|
|
4136
4164
|
}
|
|
4137
4165
|
};
|
|
4138
4166
|
}
|
|
4139
|
-
function
|
|
4140
|
-
let t,
|
|
4167
|
+
function si(e) {
|
|
4168
|
+
let t, n = (
|
|
4141
4169
|
/*session*/
|
|
4142
4170
|
e[4] && ut(e)
|
|
4143
4171
|
);
|
|
4144
4172
|
return {
|
|
4145
4173
|
c() {
|
|
4146
|
-
t = ne("div"),
|
|
4174
|
+
t = ne("div"), n && n.c(), Ue(t, "class", "CasinoFavoritesSectionContainer");
|
|
4147
4175
|
},
|
|
4148
|
-
m(
|
|
4149
|
-
|
|
4176
|
+
m(r, i) {
|
|
4177
|
+
fe(r, t, i), n && n.m(t, null), e[20](t);
|
|
4150
4178
|
},
|
|
4151
|
-
p(
|
|
4179
|
+
p(r, [i]) {
|
|
4152
4180
|
/*session*/
|
|
4153
|
-
|
|
4181
|
+
r[4] ? n ? n.p(r, i) : (n = ut(r), n.c(), n.m(t, null)) : n && (n.d(1), n = null);
|
|
4154
4182
|
},
|
|
4155
4183
|
i: L,
|
|
4156
4184
|
o: L,
|
|
4157
|
-
d(
|
|
4158
|
-
|
|
4185
|
+
d(r) {
|
|
4186
|
+
r && te(t), n && n.d(), e[20](null);
|
|
4159
4187
|
}
|
|
4160
4188
|
};
|
|
4161
4189
|
}
|
|
4162
|
-
function ai(e, t,
|
|
4163
|
-
let { endpoint:
|
|
4164
|
-
|
|
4190
|
+
function ai(e, t, n) {
|
|
4191
|
+
let { endpoint: r = "" } = t, { datasource: i = "" } = t, { currency: s = "" } = t, { lang: a = "" } = t, { session: u = "" } = t, { userid: l = "" } = t, { clientstyling: o = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: c = "" } = t, { livecasino: f = "false" } = t, { integratedgameframemobile: b = "false" } = t, { integratedgameframedesktop: y = "false" } = t, { showgamename: x = "" } = t, { gamepagemodalurl: S = "false" } = t, { visiblegames: O = "" } = t, { favorites: N = "" } = t, { casinomygames: A = "false" } = t, { fetchviaevent: I = "true" } = t, { mbsource: P } = t, T;
|
|
4192
|
+
ei({ withLocale: "en", translations: {} }), tn(() => () => {
|
|
4165
4193
|
});
|
|
4166
|
-
function
|
|
4167
|
-
|
|
4168
|
-
T = m,
|
|
4194
|
+
function _(m) {
|
|
4195
|
+
Se[m ? "unshift" : "push"](() => {
|
|
4196
|
+
T = m, n(19, T);
|
|
4169
4197
|
});
|
|
4170
4198
|
}
|
|
4171
4199
|
return e.$$set = (m) => {
|
|
4172
|
-
"endpoint" in m &&
|
|
4200
|
+
"endpoint" in m && n(0, r = m.endpoint), "datasource" in m && n(1, i = m.datasource), "currency" in m && n(2, s = m.currency), "lang" in m && n(3, a = m.lang), "session" in m && n(4, u = m.session), "userid" in m && n(5, l = m.userid), "clientstyling" in m && n(6, o = m.clientstyling), "clientstylingurl" in m && n(7, h = m.clientstylingurl), "translationurl" in m && n(8, c = m.translationurl), "livecasino" in m && n(9, f = m.livecasino), "integratedgameframemobile" in m && n(10, b = m.integratedgameframemobile), "integratedgameframedesktop" in m && n(11, y = m.integratedgameframedesktop), "showgamename" in m && n(12, x = m.showgamename), "gamepagemodalurl" in m && n(13, S = m.gamepagemodalurl), "visiblegames" in m && n(14, O = m.visiblegames), "favorites" in m && n(15, N = m.favorites), "casinomygames" in m && n(16, A = m.casinomygames), "fetchviaevent" in m && n(17, I = m.fetchviaevent), "mbsource" in m && n(18, P = m.mbsource);
|
|
4173
4201
|
}, e.$$.update = () => {
|
|
4174
4202
|
e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4175
|
-
524352 &&
|
|
4203
|
+
524352 && o && T && ti(T, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4176
4204
|
524416 && h && T && ni(T, h), e.$$.dirty & /*customStylingContainer, mbsource*/
|
|
4177
|
-
786432 && T &&
|
|
4205
|
+
786432 && T && ri(T, `${P}.Style`);
|
|
4178
4206
|
}, [
|
|
4179
|
-
|
|
4207
|
+
r,
|
|
4180
4208
|
i,
|
|
4181
4209
|
s,
|
|
4182
|
-
|
|
4210
|
+
a,
|
|
4183
4211
|
u,
|
|
4184
4212
|
l,
|
|
4185
|
-
|
|
4213
|
+
o,
|
|
4186
4214
|
h,
|
|
4187
4215
|
c,
|
|
4188
4216
|
f,
|
|
@@ -4190,22 +4218,22 @@ function ai(e, t, r) {
|
|
|
4190
4218
|
y,
|
|
4191
4219
|
x,
|
|
4192
4220
|
S,
|
|
4193
|
-
N,
|
|
4194
4221
|
O,
|
|
4222
|
+
N,
|
|
4195
4223
|
A,
|
|
4196
4224
|
I,
|
|
4197
4225
|
P,
|
|
4198
4226
|
T,
|
|
4199
|
-
|
|
4227
|
+
_
|
|
4200
4228
|
];
|
|
4201
4229
|
}
|
|
4202
|
-
class Ft extends
|
|
4230
|
+
class Ft extends fn {
|
|
4203
4231
|
constructor(t) {
|
|
4204
|
-
super(),
|
|
4232
|
+
super(), hn(
|
|
4205
4233
|
this,
|
|
4206
4234
|
t,
|
|
4207
4235
|
ai,
|
|
4208
|
-
|
|
4236
|
+
si,
|
|
4209
4237
|
lt,
|
|
4210
4238
|
{
|
|
4211
4239
|
endpoint: 0,
|
|
@@ -4228,7 +4256,7 @@ class Ft extends lr {
|
|
|
4228
4256
|
fetchviaevent: 17,
|
|
4229
4257
|
mbsource: 18
|
|
4230
4258
|
},
|
|
4231
|
-
|
|
4259
|
+
ii
|
|
4232
4260
|
);
|
|
4233
4261
|
}
|
|
4234
4262
|
get endpoint() {
|
|
@@ -4346,51 +4374,55 @@ class Ft extends lr {
|
|
|
4346
4374
|
this.$$set({ mbsource: t }), H();
|
|
4347
4375
|
}
|
|
4348
4376
|
}
|
|
4349
|
-
|
|
4350
|
-
const
|
|
4377
|
+
ln(Ft, { endpoint: {}, datasource: {}, currency: {}, lang: {}, session: {}, userid: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, livecasino: {}, integratedgameframemobile: {}, integratedgameframedesktop: {}, showgamename: {}, gamepagemodalurl: {}, visiblegames: {}, favorites: {}, casinomygames: {}, fetchviaevent: {}, mbsource: {} }, [], [], !0);
|
|
4378
|
+
const Bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4351
4379
|
__proto__: null,
|
|
4352
4380
|
default: Ft
|
|
4353
4381
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4354
4382
|
export {
|
|
4355
|
-
$,
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4383
|
+
R as $,
|
|
4384
|
+
mi as A,
|
|
4385
|
+
gi as B,
|
|
4386
|
+
li as C,
|
|
4387
|
+
z as D,
|
|
4388
|
+
di as E,
|
|
4389
|
+
Si as F,
|
|
4390
|
+
ui as G,
|
|
4391
|
+
g as H,
|
|
4392
|
+
bi as I,
|
|
4393
|
+
ci as J,
|
|
4394
|
+
pi as K,
|
|
4395
|
+
Ei as L,
|
|
4396
|
+
yi as M,
|
|
4397
|
+
xi as N,
|
|
4398
|
+
_i as O,
|
|
4399
|
+
Bi as P,
|
|
4400
|
+
fn as S,
|
|
4401
|
+
Hi as _,
|
|
4402
|
+
Ee as a,
|
|
4403
|
+
Ti as b,
|
|
4404
|
+
me as c,
|
|
4405
|
+
Z as d,
|
|
4406
|
+
Br as e,
|
|
4375
4407
|
H as f,
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4408
|
+
ln as g,
|
|
4409
|
+
Qt as h,
|
|
4410
|
+
hn as i,
|
|
4411
|
+
ne as j,
|
|
4412
|
+
fe as k,
|
|
4413
|
+
te as l,
|
|
4414
|
+
hi as m,
|
|
4383
4415
|
L as n,
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4416
|
+
tn as o,
|
|
4417
|
+
ni as p,
|
|
4418
|
+
Se as q,
|
|
4419
|
+
ti as r,
|
|
4388
4420
|
lt as s,
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4421
|
+
ri as t,
|
|
4422
|
+
vi as u,
|
|
4423
|
+
Yt as v,
|
|
4424
|
+
fi as w,
|
|
4425
|
+
ct as x,
|
|
4426
|
+
Ue as y,
|
|
4427
|
+
Zt as z
|
|
4396
4428
|
};
|