@everymatrix/casino-403 1.67.0 → 1.67.3
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/{Casino403-PIB0qOcG.js → Casino403-D3eZtWZV.js} +649 -651
- package/components/Casino403-D43QGYJp.cjs +16 -0
- package/components/{Casino403-D2KId89q.js → Casino403-DDk2IgFG.js} +624 -626
- package/es2015/casino-403.cjs +1 -1
- package/es2015/casino-403.js +1 -1
- package/esnext/casino-403.js +1 -1
- package/package.json +1 -1
- package/components/Casino403-BASTjlZU.cjs +0 -3
@@ -1,17 +1,17 @@
|
|
1
|
-
var
|
2
|
-
var
|
3
|
-
var
|
4
|
-
var
|
5
|
-
var
|
1
|
+
var Dt = Object.defineProperty, Ut = Object.defineProperties;
|
2
|
+
var Gt = Object.getOwnPropertyDescriptors;
|
3
|
+
var je = Object.getOwnPropertySymbols;
|
4
|
+
var Ft = Object.prototype.hasOwnProperty, jt = Object.prototype.propertyIsEnumerable;
|
5
|
+
var ge = (e, t, r) => t in e ? Dt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ve = (e, t) => {
|
6
6
|
for (var r in t || (t = {}))
|
7
|
-
|
8
|
-
if (
|
9
|
-
for (var r of
|
10
|
-
|
7
|
+
Ft.call(t, r) && ge(e, r, t[r]);
|
8
|
+
if (je)
|
9
|
+
for (var r of je(t))
|
10
|
+
jt.call(t, r) && ge(e, r, t[r]);
|
11
11
|
return e;
|
12
|
-
},
|
13
|
-
var
|
14
|
-
var
|
12
|
+
}, ke = (e, t) => Ut(e, Gt(t));
|
13
|
+
var S = (e, t, r) => (ge(e, typeof t != "symbol" ? t + "" : t, r), r);
|
14
|
+
var Xe = (e, t, r) => new Promise((n, i) => {
|
15
15
|
var s = (h) => {
|
16
16
|
try {
|
17
17
|
u(r.next(h));
|
@@ -29,25 +29,25 @@ var ze = (e, t, r) => new Promise((n, i) => {
|
|
29
29
|
});
|
30
30
|
function w() {
|
31
31
|
}
|
32
|
-
function
|
32
|
+
function ht(e) {
|
33
33
|
return e();
|
34
34
|
}
|
35
|
-
function
|
35
|
+
function ze() {
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
37
37
|
}
|
38
|
-
function
|
39
|
-
e.forEach(
|
38
|
+
function te(e) {
|
39
|
+
e.forEach(ht);
|
40
40
|
}
|
41
|
-
function
|
41
|
+
function Re(e) {
|
42
42
|
return typeof e == "function";
|
43
43
|
}
|
44
|
-
function
|
44
|
+
function lt(e, t) {
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
46
46
|
}
|
47
|
-
function
|
47
|
+
function Vt(e) {
|
48
48
|
return Object.keys(e).length === 0;
|
49
49
|
}
|
50
|
-
function
|
50
|
+
function ct(e, ...t) {
|
51
51
|
if (e == null) {
|
52
52
|
for (const n of t)
|
53
53
|
n(void 0);
|
@@ -56,20 +56,20 @@ function ft(e, ...t) {
|
|
56
56
|
const r = e.subscribe(...t);
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
58
58
|
}
|
59
|
-
function
|
60
|
-
e.$$.on_destroy.push(
|
59
|
+
function kt(e, t, r) {
|
60
|
+
e.$$.on_destroy.push(ct(t, r));
|
61
61
|
}
|
62
62
|
function _(e, t) {
|
63
63
|
e.appendChild(t);
|
64
64
|
}
|
65
|
-
function
|
66
|
-
const n =
|
65
|
+
function Xt(e, t, r) {
|
66
|
+
const n = zt(e);
|
67
67
|
if (!n.getElementById(t)) {
|
68
68
|
const i = C("style");
|
69
|
-
i.id = t, i.textContent = r,
|
69
|
+
i.id = t, i.textContent = r, Wt(n, i);
|
70
70
|
}
|
71
71
|
}
|
72
|
-
function
|
72
|
+
function zt(e) {
|
73
73
|
if (!e)
|
74
74
|
return document;
|
75
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
@@ -79,45 +79,45 @@ function Wt(e) {
|
|
79
79
|
t
|
80
80
|
) : e.ownerDocument;
|
81
81
|
}
|
82
|
-
function
|
82
|
+
function Wt(e, t) {
|
83
83
|
return _(
|
84
84
|
/** @type {Document} */
|
85
85
|
e.head || e,
|
86
86
|
t
|
87
87
|
), t.sheet;
|
88
88
|
}
|
89
|
-
function
|
89
|
+
function ft(e, t, r) {
|
90
90
|
e.insertBefore(t, r || null);
|
91
91
|
}
|
92
|
-
function
|
92
|
+
function De(e) {
|
93
93
|
e.parentNode && e.parentNode.removeChild(e);
|
94
94
|
}
|
95
95
|
function C(e) {
|
96
96
|
return document.createElement(e);
|
97
97
|
}
|
98
|
-
function
|
98
|
+
function R(e) {
|
99
99
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
100
100
|
}
|
101
|
-
function
|
101
|
+
function ie(e) {
|
102
102
|
return document.createTextNode(e);
|
103
103
|
}
|
104
|
-
function
|
105
|
-
return
|
104
|
+
function de() {
|
105
|
+
return ie(" ");
|
106
106
|
}
|
107
|
-
function
|
107
|
+
function Zt(e, t, r, n) {
|
108
108
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
109
109
|
}
|
110
|
-
function
|
110
|
+
function E(e, t, r) {
|
111
111
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
112
112
|
}
|
113
|
-
function
|
113
|
+
function qt(e) {
|
114
114
|
return Array.from(e.childNodes);
|
115
115
|
}
|
116
|
-
function
|
116
|
+
function be(e, t) {
|
117
117
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
118
118
|
t);
|
119
119
|
}
|
120
|
-
function
|
120
|
+
function Qt(e) {
|
121
121
|
const t = {};
|
122
122
|
return e.childNodes.forEach(
|
123
123
|
/** @param {Element} node */
|
@@ -126,87 +126,87 @@ function Jt(e) {
|
|
126
126
|
}
|
127
127
|
), t;
|
128
128
|
}
|
129
|
-
let
|
130
|
-
function
|
131
|
-
|
129
|
+
let Y;
|
130
|
+
function J(e) {
|
131
|
+
Y = e;
|
132
132
|
}
|
133
|
-
function
|
134
|
-
if (!
|
133
|
+
function Jt() {
|
134
|
+
if (!Y)
|
135
135
|
throw new Error("Function called outside component initialization");
|
136
|
-
return
|
136
|
+
return Y;
|
137
137
|
}
|
138
|
-
function
|
139
|
-
|
138
|
+
function Yt(e) {
|
139
|
+
Jt().$$.on_mount.push(e);
|
140
140
|
}
|
141
|
-
const
|
142
|
-
let
|
143
|
-
const
|
144
|
-
let
|
145
|
-
function
|
146
|
-
|
141
|
+
const G = [], Be = [];
|
142
|
+
let F = [];
|
143
|
+
const We = [], Kt = /* @__PURE__ */ Promise.resolve();
|
144
|
+
let Se = !1;
|
145
|
+
function er() {
|
146
|
+
Se || (Se = !0, Kt.then($));
|
147
147
|
}
|
148
|
-
function
|
149
|
-
|
148
|
+
function Pe(e) {
|
149
|
+
F.push(e);
|
150
150
|
}
|
151
|
-
const
|
152
|
-
let
|
153
|
-
function
|
154
|
-
if (
|
151
|
+
const ye = /* @__PURE__ */ new Set();
|
152
|
+
let D = 0;
|
153
|
+
function $() {
|
154
|
+
if (D !== 0)
|
155
155
|
return;
|
156
|
-
const e =
|
156
|
+
const e = Y;
|
157
157
|
do {
|
158
158
|
try {
|
159
|
-
for (;
|
160
|
-
const t =
|
161
|
-
|
159
|
+
for (; D < G.length; ) {
|
160
|
+
const t = G[D];
|
161
|
+
D++, J(t), tr(t.$$);
|
162
162
|
}
|
163
163
|
} catch (t) {
|
164
|
-
throw
|
164
|
+
throw G.length = 0, D = 0, t;
|
165
165
|
}
|
166
|
-
for (
|
167
|
-
|
168
|
-
for (let t = 0; t <
|
169
|
-
const r =
|
170
|
-
|
166
|
+
for (J(null), G.length = 0, D = 0; Be.length; )
|
167
|
+
Be.pop()();
|
168
|
+
for (let t = 0; t < F.length; t += 1) {
|
169
|
+
const r = F[t];
|
170
|
+
ye.has(r) || (ye.add(r), r());
|
171
171
|
}
|
172
|
-
|
173
|
-
} while (
|
174
|
-
for (;
|
175
|
-
|
176
|
-
|
172
|
+
F.length = 0;
|
173
|
+
} while (G.length);
|
174
|
+
for (; We.length; )
|
175
|
+
We.pop()();
|
176
|
+
Se = !1, ye.clear(), J(e);
|
177
177
|
}
|
178
|
-
function
|
178
|
+
function tr(e) {
|
179
179
|
if (e.fragment !== null) {
|
180
|
-
e.update(),
|
180
|
+
e.update(), te(e.before_update);
|
181
181
|
const t = e.dirty;
|
182
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
182
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Pe);
|
183
183
|
}
|
184
184
|
}
|
185
|
-
function
|
185
|
+
function rr(e) {
|
186
186
|
const t = [], r = [];
|
187
|
-
|
187
|
+
F.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), F = t;
|
188
188
|
}
|
189
|
-
const
|
190
|
-
function
|
191
|
-
e && e.i && (
|
189
|
+
const nr = /* @__PURE__ */ new Set();
|
190
|
+
function ir(e, t) {
|
191
|
+
e && e.i && (nr.delete(e), e.i(t));
|
192
192
|
}
|
193
|
-
function
|
193
|
+
function sr(e, t, r) {
|
194
194
|
const { fragment: n, after_update: i } = e.$$;
|
195
|
-
n && n.m(t, r),
|
196
|
-
const s = e.$$.on_mount.map(
|
197
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
198
|
-
}), i.forEach(
|
195
|
+
n && n.m(t, r), Pe(() => {
|
196
|
+
const s = e.$$.on_mount.map(ht).filter(Re);
|
197
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : te(s), e.$$.on_mount = [];
|
198
|
+
}), i.forEach(Pe);
|
199
199
|
}
|
200
|
-
function
|
200
|
+
function or(e, t) {
|
201
201
|
const r = e.$$;
|
202
|
-
r.fragment !== null && (
|
202
|
+
r.fragment !== null && (rr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
203
203
|
}
|
204
|
-
function
|
205
|
-
e.$$.dirty[0] === -1 && (
|
204
|
+
function ar(e, t) {
|
205
|
+
e.$$.dirty[0] === -1 && (G.push(e), er(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
206
206
|
}
|
207
|
-
function
|
208
|
-
const h =
|
209
|
-
|
207
|
+
function ur(e, t, r, n, i, s, a = null, u = [-1]) {
|
208
|
+
const h = Y;
|
209
|
+
J(e);
|
210
210
|
const o = e.$$ = {
|
211
211
|
fragment: null,
|
212
212
|
ctx: [],
|
@@ -214,7 +214,7 @@ function hr(e, t, r, n, i, s, a = null, u = [-1]) {
|
|
214
214
|
props: s,
|
215
215
|
update: w,
|
216
216
|
not_equal: i,
|
217
|
-
bound:
|
217
|
+
bound: ze(),
|
218
218
|
// lifecycle
|
219
219
|
on_mount: [],
|
220
220
|
on_destroy: [],
|
@@ -223,48 +223,48 @@ function hr(e, t, r, n, i, s, a = null, u = [-1]) {
|
|
223
223
|
after_update: [],
|
224
224
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
225
225
|
// everything else
|
226
|
-
callbacks:
|
226
|
+
callbacks: ze(),
|
227
227
|
dirty: u,
|
228
228
|
skip_bound: !1,
|
229
229
|
root: t.target || h.$$.root
|
230
230
|
};
|
231
231
|
a && a(o.root);
|
232
232
|
let l = !1;
|
233
|
-
if (o.ctx = r
|
234
|
-
const
|
235
|
-
return o.ctx && i(o.ctx[c], o.ctx[c] =
|
236
|
-
})
|
233
|
+
if (o.ctx = r(e, t.props || {}, (c, f, ...b) => {
|
234
|
+
const y = b.length ? b[0] : f;
|
235
|
+
return o.ctx && i(o.ctx[c], o.ctx[c] = y) && (!o.skip_bound && o.bound[c] && o.bound[c](y), l && ar(e, c)), f;
|
236
|
+
}), o.update(), l = !0, te(o.before_update), o.fragment = n(o.ctx), t.target) {
|
237
237
|
if (t.hydrate) {
|
238
|
-
const c =
|
239
|
-
o.fragment && o.fragment.l(c), c.forEach(
|
238
|
+
const c = qt(t.target);
|
239
|
+
o.fragment && o.fragment.l(c), c.forEach(De);
|
240
240
|
} else
|
241
241
|
o.fragment && o.fragment.c();
|
242
|
-
t.intro &&
|
242
|
+
t.intro && ir(e.$$.fragment), sr(e, t.target, t.anchor), $();
|
243
243
|
}
|
244
|
-
|
244
|
+
J(h);
|
245
245
|
}
|
246
|
-
let
|
247
|
-
typeof HTMLElement == "function" && (
|
246
|
+
let mt;
|
247
|
+
typeof HTMLElement == "function" && (mt = class extends HTMLElement {
|
248
248
|
constructor(t, r, n) {
|
249
249
|
super();
|
250
250
|
/** The Svelte component constructor */
|
251
|
-
|
251
|
+
S(this, "$$ctor");
|
252
252
|
/** Slots */
|
253
|
-
|
253
|
+
S(this, "$$s");
|
254
254
|
/** The Svelte component instance */
|
255
|
-
|
255
|
+
S(this, "$$c");
|
256
256
|
/** Whether or not the custom element is connected */
|
257
|
-
|
257
|
+
S(this, "$$cn", !1);
|
258
258
|
/** Component props data */
|
259
|
-
|
259
|
+
S(this, "$$d", {});
|
260
260
|
/** `true` if currently in the process of reflecting component props back to attributes */
|
261
|
-
|
261
|
+
S(this, "$$r", !1);
|
262
262
|
/** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
|
263
|
-
|
263
|
+
S(this, "$$p_d", {});
|
264
264
|
/** @type {Record<string, Function[]>} Event listeners */
|
265
|
-
|
265
|
+
S(this, "$$l", {});
|
266
266
|
/** @type {Map<Function, Function>} Event listener unsubscribe functions */
|
267
|
-
|
267
|
+
S(this, "$$l_u", /* @__PURE__ */ new Map());
|
268
268
|
this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
|
269
269
|
}
|
270
270
|
addEventListener(t, r, n) {
|
@@ -281,42 +281,42 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
281
281
|
}
|
282
282
|
}
|
283
283
|
connectedCallback() {
|
284
|
-
return
|
284
|
+
return Xe(this, null, function* () {
|
285
285
|
if (this.$$cn = !0, !this.$$c) {
|
286
286
|
let t = function(s) {
|
287
287
|
return () => {
|
288
288
|
let a;
|
289
289
|
return {
|
290
290
|
c: function() {
|
291
|
-
a = C("slot"), s !== "default" &&
|
291
|
+
a = C("slot"), s !== "default" && E(a, "name", s);
|
292
292
|
},
|
293
293
|
/**
|
294
294
|
* @param {HTMLElement} target
|
295
295
|
* @param {HTMLElement} [anchor]
|
296
296
|
*/
|
297
297
|
m: function(o, l) {
|
298
|
-
|
298
|
+
ft(o, a, l);
|
299
299
|
},
|
300
300
|
d: function(o) {
|
301
|
-
o &&
|
301
|
+
o && De(a);
|
302
302
|
}
|
303
303
|
};
|
304
304
|
};
|
305
305
|
};
|
306
306
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
307
307
|
return;
|
308
|
-
const r = {}, n =
|
308
|
+
const r = {}, n = Qt(this);
|
309
309
|
for (const s of this.$$s)
|
310
310
|
s in n && (r[s] = [t(s)]);
|
311
311
|
for (const s of this.attributes) {
|
312
312
|
const a = this.$$g_p(s.name);
|
313
|
-
a in this.$$d || (this.$$d[a] =
|
313
|
+
a in this.$$d || (this.$$d[a] = se(a, s.value, this.$$p_d, "toProp"));
|
314
314
|
}
|
315
315
|
for (const s in this.$$p_d)
|
316
316
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
317
317
|
this.$$c = new this.$$ctor({
|
318
318
|
target: this.shadowRoot || this,
|
319
|
-
props:
|
319
|
+
props: ke(Ve({}, this.$$d), {
|
320
320
|
$$slots: r,
|
321
321
|
$$scope: {
|
322
322
|
ctx: []
|
@@ -327,7 +327,7 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
327
327
|
this.$$r = !0;
|
328
328
|
for (const s in this.$$p_d)
|
329
329
|
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
330
|
-
const a =
|
330
|
+
const a = se(
|
331
331
|
s,
|
332
332
|
this.$$d[s],
|
333
333
|
this.$$p_d,
|
@@ -351,7 +351,7 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
351
351
|
// and setting attributes through setAttribute etc, this is helpful
|
352
352
|
attributeChangedCallback(t, r, n) {
|
353
353
|
var i;
|
354
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
354
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = se(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
355
355
|
}
|
356
356
|
disconnectedCallback() {
|
357
357
|
this.$$cn = !1, Promise.resolve().then(() => {
|
@@ -364,7 +364,7 @@ typeof HTMLElement == "function" && (pt = class extends HTMLElement {
|
|
364
364
|
) || t;
|
365
365
|
}
|
366
366
|
});
|
367
|
-
function
|
367
|
+
function se(e, t, r, n) {
|
368
368
|
var s;
|
369
369
|
const i = (s = r[e]) == null ? void 0 : s.type;
|
370
370
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
@@ -394,8 +394,8 @@ function oe(e, t, r, n) {
|
|
394
394
|
return t;
|
395
395
|
}
|
396
396
|
}
|
397
|
-
function
|
398
|
-
let a = class extends
|
397
|
+
function hr(e, t, r, n, i, s) {
|
398
|
+
let a = class extends mt {
|
399
399
|
constructor() {
|
400
400
|
super(e, r, i), this.$$p_d = t;
|
401
401
|
}
|
@@ -412,7 +412,7 @@ function lr(e, t, r, n, i, s) {
|
|
412
412
|
},
|
413
413
|
set(h) {
|
414
414
|
var o;
|
415
|
-
h =
|
415
|
+
h = se(u, h, t), this.$$d[u] = h, (o = this.$$c) == null || o.$set({ [u]: h });
|
416
416
|
}
|
417
417
|
});
|
418
418
|
}), n.forEach((u) => {
|
@@ -425,7 +425,7 @@ function lr(e, t, r, n, i, s) {
|
|
425
425
|
}), e.element = /** @type {any} */
|
426
426
|
a, a;
|
427
427
|
}
|
428
|
-
class
|
428
|
+
class lr {
|
429
429
|
constructor() {
|
430
430
|
/**
|
431
431
|
* ### PRIVATE API
|
@@ -434,7 +434,7 @@ class cr {
|
|
434
434
|
*
|
435
435
|
* @type {any}
|
436
436
|
*/
|
437
|
-
|
437
|
+
S(this, "$$");
|
438
438
|
/**
|
439
439
|
* ### PRIVATE API
|
440
440
|
*
|
@@ -442,11 +442,11 @@ class cr {
|
|
442
442
|
*
|
443
443
|
* @type {any}
|
444
444
|
*/
|
445
|
-
|
445
|
+
S(this, "$$set");
|
446
446
|
}
|
447
447
|
/** @returns {void} */
|
448
448
|
$destroy() {
|
449
|
-
|
449
|
+
or(this, 1), this.$destroy = w;
|
450
450
|
}
|
451
451
|
/**
|
452
452
|
* @template {Extract<keyof Events, string>} K
|
@@ -455,7 +455,7 @@ class cr {
|
|
455
455
|
* @returns {() => void}
|
456
456
|
*/
|
457
457
|
$on(t, r) {
|
458
|
-
if (!
|
458
|
+
if (!Re(r))
|
459
459
|
return w;
|
460
460
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
461
461
|
return n.push(r), () => {
|
@@ -468,29 +468,29 @@ class cr {
|
|
468
468
|
* @returns {void}
|
469
469
|
*/
|
470
470
|
$set(t) {
|
471
|
-
this.$$set && !
|
471
|
+
this.$$set && !Vt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
472
472
|
}
|
473
473
|
}
|
474
|
-
const
|
475
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
476
|
-
const
|
477
|
-
function
|
474
|
+
const cr = "4";
|
475
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(cr);
|
476
|
+
const U = [];
|
477
|
+
function fr(e, t) {
|
478
478
|
return {
|
479
|
-
subscribe:
|
479
|
+
subscribe: le(e, t).subscribe
|
480
480
|
};
|
481
481
|
}
|
482
|
-
function
|
482
|
+
function le(e, t = w) {
|
483
483
|
let r;
|
484
484
|
const n = /* @__PURE__ */ new Set();
|
485
485
|
function i(u) {
|
486
|
-
if (
|
487
|
-
const h = !
|
486
|
+
if (lt(e, u) && (e = u, r)) {
|
487
|
+
const h = !U.length;
|
488
488
|
for (const o of n)
|
489
|
-
o[1](),
|
489
|
+
o[1](), U.push(o, e);
|
490
490
|
if (h) {
|
491
|
-
for (let o = 0; o <
|
492
|
-
|
493
|
-
|
491
|
+
for (let o = 0; o < U.length; o += 2)
|
492
|
+
U[o][0](U[o + 1]);
|
493
|
+
U.length = 0;
|
494
494
|
}
|
495
495
|
}
|
496
496
|
}
|
@@ -505,12 +505,12 @@ function fe(e, t = w) {
|
|
505
505
|
}
|
506
506
|
return { set: i, update: s, subscribe: a };
|
507
507
|
}
|
508
|
-
function
|
508
|
+
function z(e, t, r) {
|
509
509
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
510
510
|
if (!i.every(Boolean))
|
511
511
|
throw new Error("derived() expects stores as input, got a falsy value");
|
512
512
|
const s = t.length < 2;
|
513
|
-
return
|
513
|
+
return fr(r, (a, u) => {
|
514
514
|
let h = !1;
|
515
515
|
const o = [];
|
516
516
|
let l = 0, c = w;
|
@@ -518,13 +518,13 @@ function W(e, t, r) {
|
|
518
518
|
if (l)
|
519
519
|
return;
|
520
520
|
c();
|
521
|
-
const
|
522
|
-
s ? a(
|
523
|
-
},
|
524
|
-
(
|
525
|
-
|
526
|
-
(
|
527
|
-
o[m] =
|
521
|
+
const y = t(n ? o[0] : o, a, u);
|
522
|
+
s ? a(y) : c = Re(y) ? y : w;
|
523
|
+
}, b = i.map(
|
524
|
+
(y, m) => ct(
|
525
|
+
y,
|
526
|
+
(v) => {
|
527
|
+
o[m] = v, l &= ~(1 << m), h && f();
|
528
528
|
},
|
529
529
|
() => {
|
530
530
|
l |= 1 << m;
|
@@ -532,112 +532,126 @@ function W(e, t, r) {
|
|
532
532
|
)
|
533
533
|
);
|
534
534
|
return h = !0, f(), function() {
|
535
|
-
|
535
|
+
te(b), c(), h = !1;
|
536
536
|
};
|
537
537
|
});
|
538
538
|
}
|
539
|
-
function
|
540
|
-
return e
|
539
|
+
function mr(e) {
|
540
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
541
541
|
}
|
542
|
-
var
|
543
|
-
return
|
542
|
+
var pr = function(t) {
|
543
|
+
return gr(t) && !dr(t);
|
544
544
|
};
|
545
|
-
function
|
545
|
+
function gr(e) {
|
546
546
|
return !!e && typeof e == "object";
|
547
547
|
}
|
548
|
-
function
|
548
|
+
function dr(e) {
|
549
549
|
var t = Object.prototype.toString.call(e);
|
550
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
550
|
+
return t === "[object RegExp]" || t === "[object Date]" || xr(e);
|
551
551
|
}
|
552
|
-
var
|
553
|
-
function
|
554
|
-
return e.$$typeof ===
|
552
|
+
var br = typeof Symbol == "function" && Symbol.for, yr = br ? Symbol.for("react.element") : 60103;
|
553
|
+
function xr(e) {
|
554
|
+
return e.$$typeof === yr;
|
555
555
|
}
|
556
556
|
function Er(e) {
|
557
557
|
return Array.isArray(e) ? [] : {};
|
558
558
|
}
|
559
|
-
function
|
560
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
559
|
+
function K(e, t) {
|
560
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? j(Er(e), e, t) : e;
|
561
561
|
}
|
562
|
-
function
|
562
|
+
function vr(e, t, r) {
|
563
563
|
return e.concat(t).map(function(n) {
|
564
|
-
return
|
564
|
+
return K(n, r);
|
565
565
|
});
|
566
566
|
}
|
567
|
-
function
|
567
|
+
function _r(e, t) {
|
568
568
|
if (!t.customMerge)
|
569
|
-
return
|
569
|
+
return j;
|
570
570
|
var r = t.customMerge(e);
|
571
|
-
return typeof r == "function" ? r :
|
571
|
+
return typeof r == "function" ? r : j;
|
572
572
|
}
|
573
|
-
function
|
573
|
+
function Hr(e) {
|
574
574
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
575
575
|
return Object.propertyIsEnumerable.call(e, t);
|
576
576
|
}) : [];
|
577
577
|
}
|
578
|
-
function
|
579
|
-
return Object.keys(e).concat(
|
578
|
+
function Ze(e) {
|
579
|
+
return Object.keys(e).concat(Hr(e));
|
580
580
|
}
|
581
|
-
function
|
581
|
+
function pt(e, t) {
|
582
582
|
try {
|
583
583
|
return t in e;
|
584
584
|
} catch (r) {
|
585
585
|
return !1;
|
586
586
|
}
|
587
587
|
}
|
588
|
-
function
|
589
|
-
return
|
588
|
+
function Tr(e, t) {
|
589
|
+
return pt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
590
590
|
}
|
591
591
|
function Br(e, t, r) {
|
592
592
|
var n = {};
|
593
|
-
return r.isMergeableObject(e) &&
|
594
|
-
n[i] =
|
595
|
-
}),
|
596
|
-
|
593
|
+
return r.isMergeableObject(e) && Ze(e).forEach(function(i) {
|
594
|
+
n[i] = K(e[i], r);
|
595
|
+
}), Ze(t).forEach(function(i) {
|
596
|
+
Tr(e, i) || (pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = _r(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
|
597
597
|
}), n;
|
598
598
|
}
|
599
|
-
function
|
600
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
599
|
+
function j(e, t, r) {
|
600
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || vr, r.isMergeableObject = r.isMergeableObject || pr, r.cloneUnlessOtherwiseSpecified = K;
|
601
601
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
602
|
-
return s ? n ? r.arrayMerge(e, t, r) : Br(e, t, r) :
|
602
|
+
return s ? n ? r.arrayMerge(e, t, r) : Br(e, t, r) : K(t, r);
|
603
603
|
}
|
604
|
-
|
604
|
+
j.all = function(t, r) {
|
605
605
|
if (!Array.isArray(t))
|
606
606
|
throw new Error("first argument should be an array");
|
607
607
|
return t.reduce(function(n, i) {
|
608
|
-
return
|
608
|
+
return j(n, i, r);
|
609
609
|
}, {});
|
610
610
|
};
|
611
|
-
var
|
612
|
-
const
|
613
|
-
|
614
|
-
|
611
|
+
var Sr = j, Pr = Sr;
|
612
|
+
const Ar = /* @__PURE__ */ mr(Pr);
|
613
|
+
/*! *****************************************************************************
|
614
|
+
Copyright (c) Microsoft Corporation.
|
615
|
+
|
616
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
617
|
+
purpose with or without fee is hereby granted.
|
618
|
+
|
619
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
620
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
621
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
622
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
623
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
624
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
625
|
+
PERFORMANCE OF THIS SOFTWARE.
|
626
|
+
***************************************************************************** */
|
627
|
+
var Ae = function(e, t) {
|
628
|
+
return Ae = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
615
629
|
r.__proto__ = n;
|
616
630
|
} || function(r, n) {
|
617
631
|
for (var i in n)
|
618
632
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
619
|
-
},
|
633
|
+
}, Ae(e, t);
|
620
634
|
};
|
621
|
-
function
|
635
|
+
function ce(e, t) {
|
622
636
|
if (typeof t != "function" && t !== null)
|
623
637
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
624
|
-
|
638
|
+
Ae(e, t);
|
625
639
|
function r() {
|
626
640
|
this.constructor = e;
|
627
641
|
}
|
628
642
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
629
643
|
}
|
630
|
-
var
|
631
|
-
return
|
644
|
+
var d = function() {
|
645
|
+
return d = Object.assign || function(t) {
|
632
646
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
633
647
|
r = arguments[n];
|
634
648
|
for (var s in r)
|
635
649
|
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
636
650
|
}
|
637
651
|
return t;
|
638
|
-
},
|
652
|
+
}, d.apply(this, arguments);
|
639
653
|
};
|
640
|
-
function
|
654
|
+
function wr(e, t) {
|
641
655
|
var r = {};
|
642
656
|
for (var n in e)
|
643
657
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
@@ -646,43 +660,46 @@ function Nr(e, t) {
|
|
646
660
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
647
661
|
return r;
|
648
662
|
}
|
649
|
-
function
|
650
|
-
if (
|
663
|
+
function xe(e, t, r) {
|
664
|
+
if (arguments.length === 2)
|
651
665
|
for (var n = 0, i = t.length, s; n < i; n++)
|
652
666
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
653
|
-
return e.concat(s ||
|
667
|
+
return e.concat(s || t);
|
654
668
|
}
|
655
|
-
function
|
656
|
-
var r = t && t.cache ? t.cache :
|
669
|
+
function Ee(e, t) {
|
670
|
+
var r = t && t.cache ? t.cache : Mr, n = t && t.serializer ? t.serializer : Cr, i = t && t.strategy ? t.strategy : Lr;
|
657
671
|
return i(e, {
|
658
672
|
cache: r,
|
659
673
|
serializer: n
|
660
674
|
});
|
661
675
|
}
|
662
|
-
function
|
676
|
+
function Nr(e) {
|
663
677
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
664
678
|
}
|
665
|
-
function
|
666
|
-
var i =
|
679
|
+
function gt(e, t, r, n) {
|
680
|
+
var i = Nr(n) ? n : r(n), s = t.get(i);
|
667
681
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
668
682
|
}
|
669
683
|
function dt(e, t, r) {
|
670
684
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
671
685
|
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
672
686
|
}
|
673
|
-
function
|
687
|
+
function Ue(e, t, r, n, i) {
|
674
688
|
return r.bind(t, e, n, i);
|
675
689
|
}
|
676
|
-
function
|
677
|
-
var r = e.length === 1 ?
|
678
|
-
return
|
690
|
+
function Lr(e, t) {
|
691
|
+
var r = e.length === 1 ? gt : dt;
|
692
|
+
return Ue(e, this, r, t.cache.create(), t.serializer);
|
679
693
|
}
|
680
|
-
function
|
681
|
-
return
|
694
|
+
function Or(e, t) {
|
695
|
+
return Ue(e, this, dt, t.cache.create(), t.serializer);
|
696
|
+
}
|
697
|
+
function Ir(e, t) {
|
698
|
+
return Ue(e, this, gt, t.cache.create(), t.serializer);
|
682
699
|
}
|
683
700
|
var Cr = function() {
|
684
701
|
return JSON.stringify(arguments);
|
685
|
-
},
|
702
|
+
}, $r = (
|
686
703
|
/** @class */
|
687
704
|
function() {
|
688
705
|
function e() {
|
@@ -694,71 +711,62 @@ var Cr = function() {
|
|
694
711
|
this.cache[t] = r;
|
695
712
|
}, e;
|
696
713
|
}()
|
697
|
-
),
|
714
|
+
), Mr = {
|
698
715
|
create: function() {
|
699
|
-
return new
|
716
|
+
return new $r();
|
700
717
|
}
|
701
|
-
},
|
702
|
-
variadic:
|
703
|
-
|
704
|
-
|
705
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
706
|
-
r = arguments[n];
|
707
|
-
for (var s in r)
|
708
|
-
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
709
|
-
}
|
710
|
-
return t;
|
711
|
-
}, he.apply(this, arguments);
|
712
|
-
};
|
713
|
-
var p;
|
718
|
+
}, ve = {
|
719
|
+
variadic: Or,
|
720
|
+
monadic: Ir
|
721
|
+
}, p;
|
714
722
|
(function(e) {
|
715
723
|
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";
|
716
724
|
})(p || (p = {}));
|
717
|
-
var
|
725
|
+
var x;
|
718
726
|
(function(e) {
|
719
727
|
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";
|
720
|
-
})(
|
721
|
-
var
|
728
|
+
})(x || (x = {}));
|
729
|
+
var V;
|
722
730
|
(function(e) {
|
723
731
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
724
|
-
})(
|
725
|
-
function
|
726
|
-
return e.type ===
|
732
|
+
})(V || (V = {}));
|
733
|
+
function qe(e) {
|
734
|
+
return e.type === x.literal;
|
727
735
|
}
|
728
|
-
function
|
729
|
-
return e.type ===
|
736
|
+
function Rr(e) {
|
737
|
+
return e.type === x.argument;
|
738
|
+
}
|
739
|
+
function bt(e) {
|
740
|
+
return e.type === x.number;
|
730
741
|
}
|
731
742
|
function yt(e) {
|
732
|
-
return e.type ===
|
743
|
+
return e.type === x.date;
|
733
744
|
}
|
734
745
|
function xt(e) {
|
735
|
-
return e.type ===
|
746
|
+
return e.type === x.time;
|
747
|
+
}
|
748
|
+
function Et(e) {
|
749
|
+
return e.type === x.select;
|
736
750
|
}
|
737
751
|
function vt(e) {
|
738
|
-
return e.type ===
|
752
|
+
return e.type === x.plural;
|
739
753
|
}
|
740
|
-
function
|
741
|
-
return e.type ===
|
754
|
+
function Dr(e) {
|
755
|
+
return e.type === x.pound;
|
742
756
|
}
|
743
757
|
function _t(e) {
|
744
|
-
return e.type ===
|
745
|
-
}
|
746
|
-
function Ur(e) {
|
747
|
-
return e.type === y.pound;
|
758
|
+
return e.type === x.tag;
|
748
759
|
}
|
749
760
|
function Ht(e) {
|
750
|
-
return e.type ===
|
751
|
-
}
|
752
|
-
function Tt(e) {
|
753
|
-
return !!(e && typeof e == "object" && e.type === k.number);
|
761
|
+
return !!(e && typeof e == "object" && e.type === V.number);
|
754
762
|
}
|
755
|
-
function
|
756
|
-
return !!(e && typeof e == "object" && e.type ===
|
763
|
+
function we(e) {
|
764
|
+
return !!(e && typeof e == "object" && e.type === V.dateTime);
|
757
765
|
}
|
758
|
-
var
|
759
|
-
function
|
766
|
+
var Tt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ur = /(?:[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;
|
767
|
+
function Gr(e) {
|
760
768
|
var t = {};
|
761
|
-
return e.replace(
|
769
|
+
return e.replace(Ur, function(r) {
|
762
770
|
var n = r.length;
|
763
771
|
switch (r[0]) {
|
764
772
|
case "G":
|
@@ -847,21 +855,11 @@ function Fr(e) {
|
|
847
855
|
return "";
|
848
856
|
}), t;
|
849
857
|
}
|
850
|
-
var
|
851
|
-
|
852
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
853
|
-
r = arguments[n];
|
854
|
-
for (var s in r)
|
855
|
-
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
856
|
-
}
|
857
|
-
return t;
|
858
|
-
}, v.apply(this, arguments);
|
859
|
-
};
|
860
|
-
var jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
861
|
-
function Vr(e) {
|
858
|
+
var Fr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
859
|
+
function jr(e) {
|
862
860
|
if (e.length === 0)
|
863
861
|
throw new Error("Number skeleton cannot be empty");
|
864
|
-
for (var t = e.split(
|
862
|
+
for (var t = e.split(Fr).filter(function(f) {
|
865
863
|
return f.length > 0;
|
866
864
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
867
865
|
var s = i[n], a = s.split("/");
|
@@ -876,17 +874,17 @@ function Vr(e) {
|
|
876
874
|
}
|
877
875
|
return r;
|
878
876
|
}
|
879
|
-
function
|
877
|
+
function Vr(e) {
|
880
878
|
return e.replace(/^(.*?)-/, "");
|
881
879
|
}
|
882
|
-
var
|
883
|
-
function
|
880
|
+
var Qe = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Bt = /^(@+)?(\+|#+)?[rs]?$/g, kr = /(\*)(0+)|(#+)(0+)|(0+)/g, St = /^(0+)$/;
|
881
|
+
function Je(e) {
|
884
882
|
var t = {};
|
885
883
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Bt, function(r, n, i) {
|
886
884
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
887
885
|
}), t;
|
888
886
|
}
|
889
|
-
function
|
887
|
+
function Pt(e) {
|
890
888
|
switch (e) {
|
891
889
|
case "sign-auto":
|
892
890
|
return {
|
@@ -926,7 +924,7 @@ function At(e) {
|
|
926
924
|
};
|
927
925
|
}
|
928
926
|
}
|
929
|
-
function
|
927
|
+
function Xr(e) {
|
930
928
|
var t;
|
931
929
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
932
930
|
notation: "engineering"
|
@@ -934,17 +932,17 @@ function zr(e) {
|
|
934
932
|
notation: "scientific"
|
935
933
|
}, e = e.slice(1)), t) {
|
936
934
|
var r = e.slice(0, 2);
|
937
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
935
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !St.test(e))
|
938
936
|
throw new Error("Malformed concise eng/scientific notation");
|
939
937
|
t.minimumIntegerDigits = e.length;
|
940
938
|
}
|
941
939
|
return t;
|
942
940
|
}
|
943
|
-
function
|
944
|
-
var t = {}, r =
|
941
|
+
function Ye(e) {
|
942
|
+
var t = {}, r = Pt(e);
|
945
943
|
return r || t;
|
946
944
|
}
|
947
|
-
function
|
945
|
+
function zr(e) {
|
948
946
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
949
947
|
var i = n[r];
|
950
948
|
switch (i.stem) {
|
@@ -968,7 +966,7 @@ function Wr(e) {
|
|
968
966
|
continue;
|
969
967
|
case "measure-unit":
|
970
968
|
case "unit":
|
971
|
-
t.style = "unit", t.unit =
|
969
|
+
t.style = "unit", t.unit = Vr(i.options[0]);
|
972
970
|
continue;
|
973
971
|
case "compact-short":
|
974
972
|
case "K":
|
@@ -979,13 +977,13 @@ function Wr(e) {
|
|
979
977
|
t.notation = "compact", t.compactDisplay = "long";
|
980
978
|
continue;
|
981
979
|
case "scientific":
|
982
|
-
t =
|
983
|
-
return
|
980
|
+
t = d(d(d({}, t), { notation: "scientific" }), i.options.reduce(function(h, o) {
|
981
|
+
return d(d({}, h), Ye(o));
|
984
982
|
}, {}));
|
985
983
|
continue;
|
986
984
|
case "engineering":
|
987
|
-
t =
|
988
|
-
return
|
985
|
+
t = d(d(d({}, t), { notation: "engineering" }), i.options.reduce(function(h, o) {
|
986
|
+
return d(d({}, h), Ye(o));
|
989
987
|
}, {}));
|
990
988
|
continue;
|
991
989
|
case "notation-simple":
|
@@ -1030,45 +1028,45 @@ function Wr(e) {
|
|
1030
1028
|
case "integer-width":
|
1031
1029
|
if (i.options.length > 1)
|
1032
1030
|
throw new RangeError("integer-width stems only accept a single optional option");
|
1033
|
-
i.options[0].replace(
|
1031
|
+
i.options[0].replace(kr, function(h, o, l, c, f, b) {
|
1034
1032
|
if (o)
|
1035
1033
|
t.minimumIntegerDigits = l.length;
|
1036
1034
|
else {
|
1037
1035
|
if (c && f)
|
1038
1036
|
throw new Error("We currently do not support maximum integer digits");
|
1039
|
-
if (
|
1037
|
+
if (b)
|
1040
1038
|
throw new Error("We currently do not support exact integer digits");
|
1041
1039
|
}
|
1042
1040
|
return "";
|
1043
1041
|
});
|
1044
1042
|
continue;
|
1045
1043
|
}
|
1046
|
-
if (
|
1044
|
+
if (St.test(i.stem)) {
|
1047
1045
|
t.minimumIntegerDigits = i.stem.length;
|
1048
1046
|
continue;
|
1049
1047
|
}
|
1050
|
-
if (
|
1048
|
+
if (Qe.test(i.stem)) {
|
1051
1049
|
if (i.options.length > 1)
|
1052
1050
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
1053
|
-
i.stem.replace(
|
1054
|
-
return l === "*" ? t.minimumFractionDigits = o.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f &&
|
1051
|
+
i.stem.replace(Qe, function(h, o, l, c, f, b) {
|
1052
|
+
return l === "*" ? 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), "";
|
1055
1053
|
});
|
1056
1054
|
var s = i.options[0];
|
1057
|
-
s === "w" ? t =
|
1055
|
+
s === "w" ? t = d(d({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = d(d({}, t), Je(s)));
|
1058
1056
|
continue;
|
1059
1057
|
}
|
1060
1058
|
if (Bt.test(i.stem)) {
|
1061
|
-
t =
|
1059
|
+
t = d(d({}, t), Je(i.stem));
|
1062
1060
|
continue;
|
1063
1061
|
}
|
1064
|
-
var a =
|
1065
|
-
a && (t =
|
1066
|
-
var u =
|
1067
|
-
u && (t =
|
1062
|
+
var a = Pt(i.stem);
|
1063
|
+
a && (t = d(d({}, t), a));
|
1064
|
+
var u = Xr(i.stem);
|
1065
|
+
u && (t = d(d({}, t), u));
|
1068
1066
|
}
|
1069
1067
|
return t;
|
1070
1068
|
}
|
1071
|
-
var
|
1069
|
+
var ne = {
|
1072
1070
|
"001": [
|
1073
1071
|
"H",
|
1074
1072
|
"h"
|
@@ -2483,13 +2481,13 @@ var ie = {
|
|
2483
2481
|
"h"
|
2484
2482
|
]
|
2485
2483
|
};
|
2486
|
-
function
|
2484
|
+
function Wr(e, t) {
|
2487
2485
|
for (var r = "", n = 0; n < e.length; n++) {
|
2488
2486
|
var i = e.charAt(n);
|
2489
2487
|
if (i === "j") {
|
2490
2488
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
2491
2489
|
s++, n++;
|
2492
|
-
var a = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", o =
|
2490
|
+
var a = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", o = Zr(t);
|
2493
2491
|
for ((o == "H" || o == "k") && (u = 0); u-- > 0; )
|
2494
2492
|
r += h;
|
2495
2493
|
for (; a-- > 0; )
|
@@ -2499,7 +2497,7 @@ function Zr(e, t) {
|
|
2499
2497
|
}
|
2500
2498
|
return r;
|
2501
2499
|
}
|
2502
|
-
function
|
2500
|
+
function Zr(e) {
|
2503
2501
|
var t = e.hourCycle;
|
2504
2502
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
2505
2503
|
e.hourCycles && // @ts-ignore
|
@@ -2518,23 +2516,23 @@ function qr(e) {
|
|
2518
2516
|
}
|
2519
2517
|
var r = e.language, n;
|
2520
2518
|
r !== "root" && (n = e.maximize().region);
|
2521
|
-
var i =
|
2519
|
+
var i = ne[n || ""] || ne[r || ""] || ne["".concat(r, "-001")] || ne["001"];
|
2522
2520
|
return i[0];
|
2523
2521
|
}
|
2524
|
-
var
|
2522
|
+
var _e, qr = new RegExp("^".concat(Tt.source, "*")), Qr = new RegExp("".concat(Tt.source, "*$"));
|
2525
2523
|
function g(e, t) {
|
2526
2524
|
return { start: e, end: t };
|
2527
2525
|
}
|
2528
|
-
var
|
2526
|
+
var Jr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Yr = !!String.fromCodePoint, Kr = !!Object.fromEntries, en = !!String.prototype.codePointAt, tn = !!String.prototype.trimStart, rn = !!String.prototype.trimEnd, nn = !!Number.isSafeInteger, sn = nn ? Number.isSafeInteger : function(e) {
|
2529
2527
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
2530
|
-
},
|
2528
|
+
}, Ne = !0;
|
2531
2529
|
try {
|
2532
|
-
var
|
2533
|
-
|
2530
|
+
var on = wt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2531
|
+
Ne = ((_e = on.exec("a")) === null || _e === void 0 ? void 0 : _e[0]) === "a";
|
2534
2532
|
} catch (e) {
|
2535
|
-
|
2533
|
+
Ne = !1;
|
2536
2534
|
}
|
2537
|
-
var
|
2535
|
+
var Ke = Jr ? (
|
2538
2536
|
// Native
|
2539
2537
|
function(t, r, n) {
|
2540
2538
|
return t.startsWith(r, n);
|
@@ -2544,7 +2542,7 @@ var et = Yr ? (
|
|
2544
2542
|
function(t, r, n) {
|
2545
2543
|
return t.slice(n, n + r.length) === r;
|
2546
2544
|
}
|
2547
|
-
),
|
2545
|
+
), Le = Yr ? String.fromCodePoint : (
|
2548
2546
|
// IE11
|
2549
2547
|
function() {
|
2550
2548
|
for (var t = [], r = 0; r < arguments.length; r++)
|
@@ -2556,9 +2554,9 @@ var et = Yr ? (
|
|
2556
2554
|
}
|
2557
2555
|
return n;
|
2558
2556
|
}
|
2559
|
-
),
|
2557
|
+
), et = (
|
2560
2558
|
// native
|
2561
|
-
|
2559
|
+
Kr ? Object.fromEntries : (
|
2562
2560
|
// Ponyfill
|
2563
2561
|
function(t) {
|
2564
2562
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
@@ -2568,7 +2566,7 @@ var et = Yr ? (
|
|
2568
2566
|
return r;
|
2569
2567
|
}
|
2570
2568
|
)
|
2571
|
-
),
|
2569
|
+
), At = en ? (
|
2572
2570
|
// Native
|
2573
2571
|
function(t, r) {
|
2574
2572
|
return t.codePointAt(r);
|
@@ -2582,7 +2580,7 @@ var et = Yr ? (
|
|
2582
2580
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
2583
2581
|
}
|
2584
2582
|
}
|
2585
|
-
),
|
2583
|
+
), an = tn ? (
|
2586
2584
|
// Native
|
2587
2585
|
function(t) {
|
2588
2586
|
return t.trimStart();
|
@@ -2590,9 +2588,9 @@ var et = Yr ? (
|
|
2590
2588
|
) : (
|
2591
2589
|
// Ponyfill
|
2592
2590
|
function(t) {
|
2593
|
-
return t.replace(
|
2591
|
+
return t.replace(qr, "");
|
2594
2592
|
}
|
2595
|
-
),
|
2593
|
+
), un = rn ? (
|
2596
2594
|
// Native
|
2597
2595
|
function(t) {
|
2598
2596
|
return t.trimEnd();
|
@@ -2600,32 +2598,32 @@ var et = Yr ? (
|
|
2600
2598
|
) : (
|
2601
2599
|
// Ponyfill
|
2602
2600
|
function(t) {
|
2603
|
-
return t.replace(
|
2601
|
+
return t.replace(Qr, "");
|
2604
2602
|
}
|
2605
2603
|
);
|
2606
|
-
function
|
2604
|
+
function wt(e, t) {
|
2607
2605
|
return new RegExp(e, t);
|
2608
2606
|
}
|
2609
|
-
var
|
2610
|
-
if (
|
2611
|
-
var
|
2612
|
-
|
2607
|
+
var Oe;
|
2608
|
+
if (Ne) {
|
2609
|
+
var tt = wt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2610
|
+
Oe = function(t, r) {
|
2613
2611
|
var n;
|
2614
|
-
|
2615
|
-
var i =
|
2612
|
+
tt.lastIndex = r;
|
2613
|
+
var i = tt.exec(t);
|
2616
2614
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
2617
2615
|
};
|
2618
2616
|
} else
|
2619
|
-
|
2617
|
+
Oe = function(t, r) {
|
2620
2618
|
for (var n = []; ; ) {
|
2621
|
-
var i =
|
2622
|
-
if (i === void 0 ||
|
2619
|
+
var i = At(t, r);
|
2620
|
+
if (i === void 0 || Nt(i) || fn(i))
|
2623
2621
|
break;
|
2624
2622
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
2625
2623
|
}
|
2626
|
-
return
|
2624
|
+
return Le.apply(void 0, n);
|
2627
2625
|
};
|
2628
|
-
var
|
2626
|
+
var hn = (
|
2629
2627
|
/** @class */
|
2630
2628
|
function() {
|
2631
2629
|
function e(t, r) {
|
@@ -2649,14 +2647,14 @@ var ln = (
|
|
2649
2647
|
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
2650
2648
|
var u = this.clonePosition();
|
2651
2649
|
this.bump(), i.push({
|
2652
|
-
type:
|
2650
|
+
type: x.pound,
|
2653
2651
|
location: g(u, this.clonePosition())
|
2654
2652
|
});
|
2655
2653
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
2656
2654
|
if (n)
|
2657
2655
|
break;
|
2658
2656
|
return this.error(p.UNMATCHED_CLOSING_TAG, g(this.clonePosition(), this.clonePosition()));
|
2659
|
-
} else if (s === 60 && !this.ignoreTag &&
|
2657
|
+
} else if (s === 60 && !this.ignoreTag && Ie(this.peek() || 0)) {
|
2660
2658
|
var a = this.parseTag(t, r);
|
2661
2659
|
if (a.err)
|
2662
2660
|
return a;
|
@@ -2677,7 +2675,7 @@ var ln = (
|
|
2677
2675
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
2678
2676
|
return {
|
2679
2677
|
val: {
|
2680
|
-
type:
|
2678
|
+
type: x.literal,
|
2681
2679
|
value: "<".concat(i, "/>"),
|
2682
2680
|
location: g(n, this.clonePosition())
|
2683
2681
|
},
|
@@ -2689,12 +2687,12 @@ var ln = (
|
|
2689
2687
|
return s;
|
2690
2688
|
var a = s.val, u = this.clonePosition();
|
2691
2689
|
if (this.bumpIf("</")) {
|
2692
|
-
if (this.isEOF() || !
|
2690
|
+
if (this.isEOF() || !Ie(this.char()))
|
2693
2691
|
return this.error(p.INVALID_TAG, g(u, this.clonePosition()));
|
2694
2692
|
var h = this.clonePosition(), o = this.parseTagName();
|
2695
2693
|
return i !== o ? this.error(p.UNMATCHED_CLOSING_TAG, g(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
2696
2694
|
val: {
|
2697
|
-
type:
|
2695
|
+
type: x.tag,
|
2698
2696
|
value: i,
|
2699
2697
|
children: a,
|
2700
2698
|
location: g(n, this.clonePosition())
|
@@ -2707,7 +2705,7 @@ var ln = (
|
|
2707
2705
|
return this.error(p.INVALID_TAG, g(n, this.clonePosition()));
|
2708
2706
|
}, e.prototype.parseTagName = function() {
|
2709
2707
|
var t = this.offset();
|
2710
|
-
for (this.bump(); !this.isEOF() &&
|
2708
|
+
for (this.bump(); !this.isEOF() && cn(this.char()); )
|
2711
2709
|
this.bump();
|
2712
2710
|
return this.message.slice(t, this.offset());
|
2713
2711
|
}, e.prototype.parseLiteral = function(t, r) {
|
@@ -2731,12 +2729,12 @@ var ln = (
|
|
2731
2729
|
}
|
2732
2730
|
var h = g(n, this.clonePosition());
|
2733
2731
|
return {
|
2734
|
-
val: { type:
|
2732
|
+
val: { type: x.literal, value: i, location: h },
|
2735
2733
|
err: null
|
2736
2734
|
};
|
2737
2735
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
2738
2736
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
2739
|
-
!
|
2737
|
+
!ln(this.peek() || 0)) ? (this.bump(), "<") : null;
|
2740
2738
|
}, e.prototype.tryParseQuote = function(t) {
|
2741
2739
|
if (this.isEOF() || this.char() !== 39)
|
2742
2740
|
return null;
|
@@ -2770,12 +2768,12 @@ var ln = (
|
|
2770
2768
|
r.push(n);
|
2771
2769
|
this.bump();
|
2772
2770
|
}
|
2773
|
-
return
|
2771
|
+
return Le.apply(void 0, r);
|
2774
2772
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
2775
2773
|
if (this.isEOF())
|
2776
2774
|
return null;
|
2777
2775
|
var n = this.char();
|
2778
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
2776
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Le(n));
|
2779
2777
|
}, e.prototype.parseArgument = function(t, r) {
|
2780
2778
|
var n = this.clonePosition();
|
2781
2779
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
@@ -2791,7 +2789,7 @@ var ln = (
|
|
2791
2789
|
case 125:
|
2792
2790
|
return this.bump(), {
|
2793
2791
|
val: {
|
2794
|
-
type:
|
2792
|
+
type: x.argument,
|
2795
2793
|
// value does not include the opening and closing braces.
|
2796
2794
|
value: i,
|
2797
2795
|
location: g(n, this.clonePosition())
|
@@ -2804,7 +2802,7 @@ var ln = (
|
|
2804
2802
|
return this.error(p.MALFORMED_ARGUMENT, g(n, this.clonePosition()));
|
2805
2803
|
}
|
2806
2804
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
2807
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
2805
|
+
var t = this.clonePosition(), r = this.offset(), n = Oe(this.message, r), i = r + n.length;
|
2808
2806
|
this.bumpTo(i);
|
2809
2807
|
var s = this.clonePosition(), a = g(t, s);
|
2810
2808
|
return { value: n, location: a };
|
@@ -2823,44 +2821,44 @@ var ln = (
|
|
2823
2821
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
2824
2822
|
if (c.err)
|
2825
2823
|
return c;
|
2826
|
-
var f =
|
2824
|
+
var f = un(c.val);
|
2827
2825
|
if (f.length === 0)
|
2828
2826
|
return this.error(p.EXPECT_ARGUMENT_STYLE, g(this.clonePosition(), this.clonePosition()));
|
2829
|
-
var
|
2830
|
-
o = { style: f, styleLocation:
|
2827
|
+
var b = g(l, this.clonePosition());
|
2828
|
+
o = { style: f, styleLocation: b };
|
2831
2829
|
}
|
2832
|
-
var
|
2833
|
-
if (
|
2834
|
-
return
|
2830
|
+
var y = this.tryParseArgumentClose(i);
|
2831
|
+
if (y.err)
|
2832
|
+
return y;
|
2835
2833
|
var m = g(i, this.clonePosition());
|
2836
|
-
if (o &&
|
2837
|
-
var
|
2834
|
+
if (o && Ke(o == null ? void 0 : o.style, "::", 0)) {
|
2835
|
+
var v = an(o.style.slice(2));
|
2838
2836
|
if (u === "number") {
|
2839
|
-
var c = this.parseNumberSkeletonFromString(
|
2837
|
+
var c = this.parseNumberSkeletonFromString(v, o.styleLocation);
|
2840
2838
|
return c.err ? c : {
|
2841
|
-
val: { type:
|
2839
|
+
val: { type: x.number, value: n, location: m, style: c.val },
|
2842
2840
|
err: null
|
2843
2841
|
};
|
2844
2842
|
} else {
|
2845
|
-
if (
|
2843
|
+
if (v.length === 0)
|
2846
2844
|
return this.error(p.EXPECT_DATE_TIME_SKELETON, m);
|
2847
|
-
var P =
|
2848
|
-
this.locale && (P =
|
2845
|
+
var P = v;
|
2846
|
+
this.locale && (P = Wr(v, this.locale));
|
2849
2847
|
var f = {
|
2850
|
-
type:
|
2848
|
+
type: V.dateTime,
|
2851
2849
|
pattern: P,
|
2852
2850
|
location: o.styleLocation,
|
2853
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2854
|
-
},
|
2851
|
+
parsedOptions: this.shouldParseSkeletons ? Gr(P) : {}
|
2852
|
+
}, B = u === "date" ? x.date : x.time;
|
2855
2853
|
return {
|
2856
|
-
val: { type:
|
2854
|
+
val: { type: B, value: n, location: m, style: f },
|
2857
2855
|
err: null
|
2858
2856
|
};
|
2859
2857
|
}
|
2860
2858
|
}
|
2861
2859
|
return {
|
2862
2860
|
val: {
|
2863
|
-
type: u === "number" ?
|
2861
|
+
type: u === "number" ? x.number : u === "date" ? x.date : x.time,
|
2864
2862
|
value: n,
|
2865
2863
|
location: m,
|
2866
2864
|
style: (s = o == null ? void 0 : o.style) !== null && s !== void 0 ? s : null
|
@@ -2873,7 +2871,7 @@ var ln = (
|
|
2873
2871
|
case "select": {
|
2874
2872
|
var H = this.clonePosition();
|
2875
2873
|
if (this.bumpSpace(), !this.bumpIf(","))
|
2876
|
-
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, g(H,
|
2874
|
+
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, g(H, d({}, H)));
|
2877
2875
|
this.bumpSpace();
|
2878
2876
|
var L = this.parseIdentifierIfPossible(), A = 0;
|
2879
2877
|
if (u !== "select" && L.value === "offset") {
|
@@ -2885,26 +2883,26 @@ var ln = (
|
|
2885
2883
|
return c;
|
2886
2884
|
this.bumpSpace(), L = this.parseIdentifierIfPossible(), A = c.val;
|
2887
2885
|
}
|
2888
|
-
var
|
2889
|
-
if (
|
2890
|
-
return
|
2891
|
-
var
|
2892
|
-
if (
|
2893
|
-
return
|
2886
|
+
var I = this.tryParsePluralOrSelectOptions(t, u, r, L);
|
2887
|
+
if (I.err)
|
2888
|
+
return I;
|
2889
|
+
var y = this.tryParseArgumentClose(i);
|
2890
|
+
if (y.err)
|
2891
|
+
return y;
|
2894
2892
|
var N = g(i, this.clonePosition());
|
2895
2893
|
return u === "select" ? {
|
2896
2894
|
val: {
|
2897
|
-
type:
|
2895
|
+
type: x.select,
|
2898
2896
|
value: n,
|
2899
|
-
options:
|
2897
|
+
options: et(I.val),
|
2900
2898
|
location: N
|
2901
2899
|
},
|
2902
2900
|
err: null
|
2903
2901
|
} : {
|
2904
2902
|
val: {
|
2905
|
-
type:
|
2903
|
+
type: x.plural,
|
2906
2904
|
value: n,
|
2907
|
-
options:
|
2905
|
+
options: et(I.val),
|
2908
2906
|
offset: A,
|
2909
2907
|
pluralType: u === "plural" ? "cardinal" : "ordinal",
|
2910
2908
|
location: N
|
@@ -2955,16 +2953,16 @@ var ln = (
|
|
2955
2953
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
2956
2954
|
var n = [];
|
2957
2955
|
try {
|
2958
|
-
n =
|
2956
|
+
n = jr(t);
|
2959
2957
|
} catch (i) {
|
2960
2958
|
return this.error(p.INVALID_NUMBER_SKELETON, r);
|
2961
2959
|
}
|
2962
2960
|
return {
|
2963
2961
|
val: {
|
2964
|
-
type:
|
2962
|
+
type: V.number,
|
2965
2963
|
tokens: n,
|
2966
2964
|
location: r,
|
2967
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2965
|
+
parsedOptions: this.shouldParseSkeletons ? zr(n) : {}
|
2968
2966
|
},
|
2969
2967
|
err: null
|
2970
2968
|
};
|
@@ -2983,20 +2981,20 @@ var ln = (
|
|
2983
2981
|
if (h.has(o))
|
2984
2982
|
return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
2985
2983
|
o === "other" && (a = !0), this.bumpSpace();
|
2986
|
-
var
|
2984
|
+
var b = this.clonePosition();
|
2987
2985
|
if (!this.bumpIf("{"))
|
2988
2986
|
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, g(this.clonePosition(), this.clonePosition()));
|
2989
|
-
var
|
2990
|
-
if (
|
2991
|
-
return
|
2992
|
-
var m = this.tryParseArgumentClose(
|
2987
|
+
var y = this.parseMessage(t + 1, r, n);
|
2988
|
+
if (y.err)
|
2989
|
+
return y;
|
2990
|
+
var m = this.tryParseArgumentClose(b);
|
2993
2991
|
if (m.err)
|
2994
2992
|
return m;
|
2995
2993
|
u.push([
|
2996
2994
|
o,
|
2997
2995
|
{
|
2998
|
-
value:
|
2999
|
-
location: g(
|
2996
|
+
value: y.val,
|
2997
|
+
location: g(b, this.clonePosition())
|
3000
2998
|
}
|
3001
2999
|
]), h.add(o), this.bumpSpace(), s = this.parseIdentifierIfPossible(), o = s.value, l = s.location;
|
3002
3000
|
}
|
@@ -3012,7 +3010,7 @@ var ln = (
|
|
3012
3010
|
break;
|
3013
3011
|
}
|
3014
3012
|
var h = g(i, this.clonePosition());
|
3015
|
-
return s ? (a *= n,
|
3013
|
+
return s ? (a *= n, sn(a) ? { val: a, err: null } : this.error(r, h)) : this.error(t, h);
|
3016
3014
|
}, e.prototype.offset = function() {
|
3017
3015
|
return this.position.offset;
|
3018
3016
|
}, e.prototype.isEOF = function() {
|
@@ -3027,7 +3025,7 @@ var ln = (
|
|
3027
3025
|
var t = this.position.offset;
|
3028
3026
|
if (t >= this.message.length)
|
3029
3027
|
throw Error("out of bound");
|
3030
|
-
var r =
|
3028
|
+
var r = At(this.message, t);
|
3031
3029
|
if (r === void 0)
|
3032
3030
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
3033
3031
|
return r;
|
@@ -3046,7 +3044,7 @@ var ln = (
|
|
3046
3044
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
3047
3045
|
}
|
3048
3046
|
}, e.prototype.bumpIf = function(t) {
|
3049
|
-
if (
|
3047
|
+
if (Ke(this.message, t, this.offset())) {
|
3050
3048
|
for (var r = 0; r < t.length; r++)
|
3051
3049
|
this.bump();
|
3052
3050
|
return !0;
|
@@ -3068,7 +3066,7 @@ var ln = (
|
|
3068
3066
|
break;
|
3069
3067
|
}
|
3070
3068
|
}, e.prototype.bumpSpace = function() {
|
3071
|
-
for (; !this.isEOF() &&
|
3069
|
+
for (; !this.isEOF() && Nt(this.char()); )
|
3072
3070
|
this.bump();
|
3073
3071
|
}, e.prototype.peek = function() {
|
3074
3072
|
if (this.isEOF())
|
@@ -3078,47 +3076,47 @@ var ln = (
|
|
3078
3076
|
}, e;
|
3079
3077
|
}()
|
3080
3078
|
);
|
3081
|
-
function
|
3079
|
+
function Ie(e) {
|
3082
3080
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
3083
3081
|
}
|
3084
|
-
function
|
3085
|
-
return
|
3082
|
+
function ln(e) {
|
3083
|
+
return Ie(e) || e === 47;
|
3086
3084
|
}
|
3087
|
-
function
|
3085
|
+
function cn(e) {
|
3088
3086
|
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;
|
3089
3087
|
}
|
3090
|
-
function
|
3088
|
+
function Nt(e) {
|
3091
3089
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
3092
3090
|
}
|
3093
|
-
function
|
3091
|
+
function fn(e) {
|
3094
3092
|
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;
|
3095
3093
|
}
|
3096
|
-
function
|
3094
|
+
function Ce(e) {
|
3097
3095
|
e.forEach(function(t) {
|
3098
|
-
if (delete t.location, Et(t) ||
|
3096
|
+
if (delete t.location, Et(t) || vt(t))
|
3099
3097
|
for (var r in t.options)
|
3100
|
-
delete t.options[r].location,
|
3098
|
+
delete t.options[r].location, Ce(t.options[r].value);
|
3101
3099
|
else
|
3102
|
-
|
3100
|
+
bt(t) && Ht(t.style) || (yt(t) || xt(t)) && we(t.style) ? delete t.style.location : _t(t) && Ce(t.children);
|
3103
3101
|
});
|
3104
3102
|
}
|
3105
|
-
function
|
3106
|
-
t === void 0 && (t = {}), t =
|
3107
|
-
var r = new
|
3103
|
+
function mn(e, t) {
|
3104
|
+
t === void 0 && (t = {}), t = d({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
3105
|
+
var r = new hn(e, t).parse();
|
3108
3106
|
if (r.err) {
|
3109
3107
|
var n = SyntaxError(p[r.err.kind]);
|
3110
3108
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
3111
3109
|
}
|
3112
|
-
return t != null && t.captureLocation ||
|
3110
|
+
return t != null && t.captureLocation || Ce(r.val), r.val;
|
3113
3111
|
}
|
3114
|
-
var
|
3112
|
+
var k;
|
3115
3113
|
(function(e) {
|
3116
3114
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
3117
|
-
})(
|
3118
|
-
var
|
3115
|
+
})(k || (k = {}));
|
3116
|
+
var fe = (
|
3119
3117
|
/** @class */
|
3120
3118
|
function(e) {
|
3121
|
-
|
3119
|
+
ce(t, e);
|
3122
3120
|
function t(r, n, i) {
|
3123
3121
|
var s = e.call(this, r) || this;
|
3124
3122
|
return s.code = n, s.originalMessage = i, s;
|
@@ -3127,48 +3125,48 @@ var pe = (
|
|
3127
3125
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
3128
3126
|
}, t;
|
3129
3127
|
}(Error)
|
3130
|
-
),
|
3128
|
+
), rt = (
|
3131
3129
|
/** @class */
|
3132
3130
|
function(e) {
|
3133
|
-
|
3131
|
+
ce(t, e);
|
3134
3132
|
function t(r, n, i, s) {
|
3135
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
3133
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, s) || this;
|
3136
3134
|
}
|
3137
3135
|
return t;
|
3138
|
-
}(
|
3139
|
-
),
|
3136
|
+
}(fe)
|
3137
|
+
), pn = (
|
3140
3138
|
/** @class */
|
3141
3139
|
function(e) {
|
3142
|
-
|
3140
|
+
ce(t, e);
|
3143
3141
|
function t(r, n, i) {
|
3144
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
3142
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
|
3145
3143
|
}
|
3146
3144
|
return t;
|
3147
|
-
}(
|
3148
|
-
),
|
3145
|
+
}(fe)
|
3146
|
+
), gn = (
|
3149
3147
|
/** @class */
|
3150
3148
|
function(e) {
|
3151
|
-
|
3149
|
+
ce(t, e);
|
3152
3150
|
function t(r, n) {
|
3153
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
3151
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
|
3154
3152
|
}
|
3155
3153
|
return t;
|
3156
|
-
}(
|
3154
|
+
}(fe)
|
3157
3155
|
), T;
|
3158
3156
|
(function(e) {
|
3159
3157
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
3160
3158
|
})(T || (T = {}));
|
3161
|
-
function
|
3159
|
+
function dn(e) {
|
3162
3160
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
3163
3161
|
var n = t[t.length - 1];
|
3164
3162
|
return !n || n.type !== T.literal || r.type !== T.literal ? t.push(r) : n.value += r.value, t;
|
3165
3163
|
}, []);
|
3166
3164
|
}
|
3167
|
-
function
|
3165
|
+
function bn(e) {
|
3168
3166
|
return typeof e == "function";
|
3169
3167
|
}
|
3170
|
-
function
|
3171
|
-
if (e.length === 1 &&
|
3168
|
+
function oe(e, t, r, n, i, s, a) {
|
3169
|
+
if (e.length === 1 && qe(e[0]))
|
3172
3170
|
return [
|
3173
3171
|
{
|
3174
3172
|
type: T.literal,
|
@@ -3177,14 +3175,14 @@ function ae(e, t, r, n, i, s, a) {
|
|
3177
3175
|
];
|
3178
3176
|
for (var u = [], h = 0, o = e; h < o.length; h++) {
|
3179
3177
|
var l = o[h];
|
3180
|
-
if (
|
3178
|
+
if (qe(l)) {
|
3181
3179
|
u.push({
|
3182
3180
|
type: T.literal,
|
3183
3181
|
value: l.value
|
3184
3182
|
});
|
3185
3183
|
continue;
|
3186
3184
|
}
|
3187
|
-
if (
|
3185
|
+
if (Dr(l)) {
|
3188
3186
|
typeof s == "number" && u.push({
|
3189
3187
|
type: T.literal,
|
3190
3188
|
value: r.getNumberFormat(t).format(s)
|
@@ -3193,47 +3191,47 @@ function ae(e, t, r, n, i, s, a) {
|
|
3193
3191
|
}
|
3194
3192
|
var c = l.value;
|
3195
3193
|
if (!(i && c in i))
|
3196
|
-
throw new
|
3194
|
+
throw new gn(c, a);
|
3197
3195
|
var f = i[c];
|
3198
|
-
if (
|
3196
|
+
if (Rr(l)) {
|
3199
3197
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
|
3200
3198
|
type: typeof f == "string" ? T.literal : T.object,
|
3201
3199
|
value: f
|
3202
3200
|
});
|
3203
3201
|
continue;
|
3204
3202
|
}
|
3205
|
-
if (
|
3206
|
-
var
|
3203
|
+
if (yt(l)) {
|
3204
|
+
var b = typeof l.style == "string" ? n.date[l.style] : we(l.style) ? l.style.parsedOptions : void 0;
|
3207
3205
|
u.push({
|
3208
3206
|
type: T.literal,
|
3209
|
-
value: r.getDateTimeFormat(t,
|
3207
|
+
value: r.getDateTimeFormat(t, b).format(f)
|
3210
3208
|
});
|
3211
3209
|
continue;
|
3212
3210
|
}
|
3213
|
-
if (
|
3214
|
-
var
|
3211
|
+
if (xt(l)) {
|
3212
|
+
var b = typeof l.style == "string" ? n.time[l.style] : we(l.style) ? l.style.parsedOptions : n.time.medium;
|
3215
3213
|
u.push({
|
3216
3214
|
type: T.literal,
|
3217
|
-
value: r.getDateTimeFormat(t,
|
3215
|
+
value: r.getDateTimeFormat(t, b).format(f)
|
3218
3216
|
});
|
3219
3217
|
continue;
|
3220
3218
|
}
|
3221
|
-
if (
|
3222
|
-
var
|
3223
|
-
|
3219
|
+
if (bt(l)) {
|
3220
|
+
var b = typeof l.style == "string" ? n.number[l.style] : Ht(l.style) ? l.style.parsedOptions : void 0;
|
3221
|
+
b && b.scale && (f = f * (b.scale || 1)), u.push({
|
3224
3222
|
type: T.literal,
|
3225
|
-
value: r.getNumberFormat(t,
|
3223
|
+
value: r.getNumberFormat(t, b).format(f)
|
3226
3224
|
});
|
3227
3225
|
continue;
|
3228
3226
|
}
|
3229
|
-
if (
|
3230
|
-
var
|
3231
|
-
if (!
|
3232
|
-
throw new
|
3233
|
-
var P =
|
3227
|
+
if (_t(l)) {
|
3228
|
+
var y = l.children, m = l.value, v = i[m];
|
3229
|
+
if (!bn(v))
|
3230
|
+
throw new pn(m, "function", a);
|
3231
|
+
var P = oe(y, t, r, n, i, s), B = v(P.map(function(A) {
|
3234
3232
|
return A.value;
|
3235
3233
|
}));
|
3236
|
-
Array.isArray(
|
3234
|
+
Array.isArray(B) || (B = [B]), u.push.apply(u, B.map(function(A) {
|
3237
3235
|
return {
|
3238
3236
|
type: typeof A == "string" ? T.literal : T.object,
|
3239
3237
|
value: A
|
@@ -3243,39 +3241,39 @@ function ae(e, t, r, n, i, s, a) {
|
|
3243
3241
|
if (Et(l)) {
|
3244
3242
|
var H = l.options[f] || l.options.other;
|
3245
3243
|
if (!H)
|
3246
|
-
throw new
|
3247
|
-
u.push.apply(u,
|
3244
|
+
throw new rt(l.value, f, Object.keys(l.options), a);
|
3245
|
+
u.push.apply(u, oe(H.value, t, r, n, i));
|
3248
3246
|
continue;
|
3249
3247
|
}
|
3250
|
-
if (
|
3248
|
+
if (vt(l)) {
|
3251
3249
|
var H = l.options["=".concat(f)];
|
3252
3250
|
if (!H) {
|
3253
3251
|
if (!Intl.PluralRules)
|
3254
|
-
throw new
|
3252
|
+
throw new fe(`Intl.PluralRules is not available in this environment.
|
3255
3253
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
3256
|
-
`,
|
3254
|
+
`, k.MISSING_INTL_API, a);
|
3257
3255
|
var L = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
3258
3256
|
H = l.options[L] || l.options.other;
|
3259
3257
|
}
|
3260
3258
|
if (!H)
|
3261
|
-
throw new
|
3262
|
-
u.push.apply(u,
|
3259
|
+
throw new rt(l.value, f, Object.keys(l.options), a);
|
3260
|
+
u.push.apply(u, oe(H.value, t, r, n, i, f - (l.offset || 0)));
|
3263
3261
|
continue;
|
3264
3262
|
}
|
3265
3263
|
}
|
3266
|
-
return
|
3264
|
+
return dn(u);
|
3267
3265
|
}
|
3268
|
-
function
|
3269
|
-
return t ?
|
3270
|
-
return r[n] =
|
3266
|
+
function yn(e, t) {
|
3267
|
+
return t ? d(d(d({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
3268
|
+
return r[n] = d(d({}, e[n]), t[n] || {}), r;
|
3271
3269
|
}, {})) : e;
|
3272
3270
|
}
|
3273
|
-
function
|
3271
|
+
function xn(e, t) {
|
3274
3272
|
return t ? Object.keys(e).reduce(function(r, n) {
|
3275
|
-
return r[n] =
|
3276
|
-
},
|
3273
|
+
return r[n] = yn(e[n], t[n]), r;
|
3274
|
+
}, d({}, e)) : e;
|
3277
3275
|
}
|
3278
|
-
function
|
3276
|
+
function He(e) {
|
3279
3277
|
return {
|
3280
3278
|
create: function() {
|
3281
3279
|
return {
|
@@ -3295,33 +3293,33 @@ function En(e) {
|
|
3295
3293
|
dateTime: {},
|
3296
3294
|
pluralRules: {}
|
3297
3295
|
}), {
|
3298
|
-
getNumberFormat:
|
3296
|
+
getNumberFormat: Ee(function() {
|
3299
3297
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3300
3298
|
r[n] = arguments[n];
|
3301
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
3299
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, xe([void 0], r, !1)))();
|
3302
3300
|
}, {
|
3303
|
-
cache:
|
3304
|
-
strategy:
|
3301
|
+
cache: He(e.number),
|
3302
|
+
strategy: ve.variadic
|
3305
3303
|
}),
|
3306
|
-
getDateTimeFormat:
|
3304
|
+
getDateTimeFormat: Ee(function() {
|
3307
3305
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3308
3306
|
r[n] = arguments[n];
|
3309
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
3307
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, xe([void 0], r, !1)))();
|
3310
3308
|
}, {
|
3311
|
-
cache:
|
3312
|
-
strategy:
|
3309
|
+
cache: He(e.dateTime),
|
3310
|
+
strategy: ve.variadic
|
3313
3311
|
}),
|
3314
|
-
getPluralRules:
|
3312
|
+
getPluralRules: Ee(function() {
|
3315
3313
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3316
3314
|
r[n] = arguments[n];
|
3317
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
3315
|
+
return new ((t = Intl.PluralRules).bind.apply(t, xe([void 0], r, !1)))();
|
3318
3316
|
}, {
|
3319
|
-
cache:
|
3320
|
-
strategy:
|
3317
|
+
cache: He(e.pluralRules),
|
3318
|
+
strategy: ve.variadic
|
3321
3319
|
})
|
3322
3320
|
};
|
3323
3321
|
}
|
3324
|
-
var
|
3322
|
+
var vn = (
|
3325
3323
|
/** @class */
|
3326
3324
|
function() {
|
3327
3325
|
function e(t, r, n, i) {
|
@@ -3340,7 +3338,7 @@ var _n = (
|
|
3340
3338
|
}, []);
|
3341
3339
|
return l.length <= 1 ? l[0] || "" : l;
|
3342
3340
|
}, this.formatToParts = function(h) {
|
3343
|
-
return
|
3341
|
+
return oe(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
|
3344
3342
|
}, this.resolvedOptions = function() {
|
3345
3343
|
var h;
|
3346
3344
|
return {
|
@@ -3353,13 +3351,13 @@ var _n = (
|
|
3353
3351
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
3354
3352
|
var a = i || {};
|
3355
3353
|
a.formatters;
|
3356
|
-
var u =
|
3357
|
-
this.ast = e.__parse(t,
|
3354
|
+
var u = wr(a, ["formatters"]);
|
3355
|
+
this.ast = e.__parse(t, d(d({}, u), { locale: this.resolvedLocale }));
|
3358
3356
|
} else
|
3359
3357
|
this.ast = t;
|
3360
3358
|
if (!Array.isArray(this.ast))
|
3361
3359
|
throw new TypeError("A message must be provided as a String or AST.");
|
3362
|
-
this.formats =
|
3360
|
+
this.formats = xn(e.formats, n), this.formatters = i && i.formatters || En(this.formatterCache);
|
3363
3361
|
}
|
3364
3362
|
return Object.defineProperty(e, "defaultLocale", {
|
3365
3363
|
get: function() {
|
@@ -3372,7 +3370,7 @@ var _n = (
|
|
3372
3370
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
3373
3371
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
3374
3372
|
}
|
3375
|
-
}, e.__parse =
|
3373
|
+
}, e.__parse = mn, e.formats = {
|
3376
3374
|
number: {
|
3377
3375
|
integer: {
|
3378
3376
|
maximumFractionDigits: 0
|
@@ -3433,7 +3431,7 @@ var _n = (
|
|
3433
3431
|
}, e;
|
3434
3432
|
}()
|
3435
3433
|
);
|
3436
|
-
function
|
3434
|
+
function _n(e, t) {
|
3437
3435
|
if (t == null)
|
3438
3436
|
return;
|
3439
3437
|
if (t in e)
|
@@ -3454,92 +3452,92 @@ function Hn(e, t) {
|
|
3454
3452
|
n = void 0;
|
3455
3453
|
return n;
|
3456
3454
|
}
|
3457
|
-
const
|
3455
|
+
const O = {}, Hn = (e, t, r) => r && (t in O || (O[t] = {}), e in O[t] || (O[t][e] = r), r), Lt = (e, t) => {
|
3458
3456
|
if (t == null)
|
3459
3457
|
return;
|
3460
|
-
if (t in
|
3461
|
-
return
|
3462
|
-
const r =
|
3458
|
+
if (t in O && e in O[t])
|
3459
|
+
return O[t][e];
|
3460
|
+
const r = me(t);
|
3463
3461
|
for (let n = 0; n < r.length; n++) {
|
3464
3462
|
const i = r[n], s = Bn(i, e);
|
3465
3463
|
if (s)
|
3466
|
-
return
|
3464
|
+
return Hn(e, t, s);
|
3467
3465
|
}
|
3468
3466
|
};
|
3469
|
-
let
|
3470
|
-
const
|
3471
|
-
function
|
3472
|
-
return
|
3467
|
+
let Ge;
|
3468
|
+
const re = le({});
|
3469
|
+
function Tn(e) {
|
3470
|
+
return Ge[e] || null;
|
3473
3471
|
}
|
3474
|
-
function
|
3475
|
-
return e in
|
3472
|
+
function Ot(e) {
|
3473
|
+
return e in Ge;
|
3476
3474
|
}
|
3477
3475
|
function Bn(e, t) {
|
3478
|
-
if (!
|
3476
|
+
if (!Ot(e))
|
3479
3477
|
return null;
|
3480
|
-
const r =
|
3481
|
-
return
|
3478
|
+
const r = Tn(e);
|
3479
|
+
return _n(r, t);
|
3482
3480
|
}
|
3483
|
-
function
|
3481
|
+
function Sn(e) {
|
3484
3482
|
if (e == null)
|
3485
3483
|
return;
|
3486
|
-
const t =
|
3484
|
+
const t = me(e);
|
3487
3485
|
for (let r = 0; r < t.length; r++) {
|
3488
3486
|
const n = t[r];
|
3489
|
-
if (
|
3487
|
+
if (Ot(n))
|
3490
3488
|
return n;
|
3491
3489
|
}
|
3492
3490
|
}
|
3493
|
-
function
|
3494
|
-
delete
|
3491
|
+
function It(e, ...t) {
|
3492
|
+
delete O[e], re.update((r) => (r[e] = Ar.all([r[e] || {}, ...t]), r));
|
3495
3493
|
}
|
3496
|
-
|
3497
|
-
[
|
3494
|
+
z(
|
3495
|
+
[re],
|
3498
3496
|
([e]) => Object.keys(e)
|
3499
3497
|
);
|
3500
|
-
|
3501
|
-
const
|
3502
|
-
function
|
3503
|
-
|
3498
|
+
re.subscribe((e) => Ge = e);
|
3499
|
+
const ae = {};
|
3500
|
+
function Pn(e, t) {
|
3501
|
+
ae[e].delete(t), ae[e].size === 0 && delete ae[e];
|
3504
3502
|
}
|
3505
3503
|
function Ct(e) {
|
3506
|
-
return
|
3504
|
+
return ae[e];
|
3507
3505
|
}
|
3508
|
-
function
|
3509
|
-
return
|
3506
|
+
function An(e) {
|
3507
|
+
return me(e).map((t) => {
|
3510
3508
|
const r = Ct(t);
|
3511
3509
|
return [t, r ? [...r] : []];
|
3512
3510
|
}).filter(([, t]) => t.length > 0);
|
3513
3511
|
}
|
3514
|
-
function
|
3515
|
-
return e == null ? !1 :
|
3512
|
+
function $e(e) {
|
3513
|
+
return e == null ? !1 : me(e).some(
|
3516
3514
|
(t) => {
|
3517
3515
|
var r;
|
3518
3516
|
return (r = Ct(t)) == null ? void 0 : r.size;
|
3519
3517
|
}
|
3520
3518
|
);
|
3521
3519
|
}
|
3522
|
-
function
|
3520
|
+
function wn(e, t) {
|
3523
3521
|
return Promise.all(
|
3524
|
-
t.map((n) => (
|
3525
|
-
).then((n) =>
|
3526
|
-
}
|
3527
|
-
const
|
3528
|
-
function
|
3529
|
-
if (
|
3530
|
-
return e in
|
3531
|
-
const t =
|
3532
|
-
return
|
3522
|
+
t.map((n) => (Pn(e, n), n().then((i) => i.default || i)))
|
3523
|
+
).then((n) => It(e, ...n));
|
3524
|
+
}
|
3525
|
+
const Q = {};
|
3526
|
+
function $t(e) {
|
3527
|
+
if (!$e(e))
|
3528
|
+
return e in Q ? Q[e] : Promise.resolve();
|
3529
|
+
const t = An(e);
|
3530
|
+
return Q[e] = Promise.all(
|
3533
3531
|
t.map(
|
3534
|
-
([r, n]) =>
|
3532
|
+
([r, n]) => wn(r, n)
|
3535
3533
|
)
|
3536
3534
|
).then(() => {
|
3537
|
-
if (
|
3538
|
-
return
|
3539
|
-
delete
|
3540
|
-
}),
|
3535
|
+
if ($e(e))
|
3536
|
+
return $t(e);
|
3537
|
+
delete Q[e];
|
3538
|
+
}), Q[e];
|
3541
3539
|
}
|
3542
|
-
const
|
3540
|
+
const Nn = {
|
3543
3541
|
number: {
|
3544
3542
|
scientific: { notation: "scientific" },
|
3545
3543
|
engineering: { notation: "engineering" },
|
@@ -3571,138 +3569,138 @@ const On = {
|
|
3571
3569
|
}, Ln = {
|
3572
3570
|
fallbackLocale: null,
|
3573
3571
|
loadingDelay: 200,
|
3574
|
-
formats:
|
3572
|
+
formats: Nn,
|
3575
3573
|
warnOnMissingMessages: !0,
|
3576
3574
|
handleMissingMessage: void 0,
|
3577
3575
|
ignoreTag: !0
|
3578
|
-
},
|
3579
|
-
function
|
3580
|
-
return
|
3581
|
-
}
|
3582
|
-
const
|
3583
|
-
var
|
3584
|
-
for (var r in t
|
3585
|
-
|
3586
|
-
if (
|
3587
|
-
for (var r of
|
3588
|
-
|
3576
|
+
}, On = Ln;
|
3577
|
+
function X() {
|
3578
|
+
return On;
|
3579
|
+
}
|
3580
|
+
const Te = le(!1);
|
3581
|
+
var In = Object.defineProperty, Cn = Object.defineProperties, $n = Object.getOwnPropertyDescriptors, nt = Object.getOwnPropertySymbols, Mn = Object.prototype.hasOwnProperty, Rn = Object.prototype.propertyIsEnumerable, it = (e, t, r) => t in e ? In(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Dn = (e, t) => {
|
3582
|
+
for (var r in t)
|
3583
|
+
Mn.call(t, r) && it(e, r, t[r]);
|
3584
|
+
if (nt)
|
3585
|
+
for (var r of nt(t))
|
3586
|
+
Rn.call(t, r) && it(e, r, t[r]);
|
3589
3587
|
return e;
|
3590
|
-
},
|
3591
|
-
let
|
3592
|
-
const
|
3593
|
-
function
|
3588
|
+
}, Un = (e, t) => Cn(e, $n(t));
|
3589
|
+
let Me;
|
3590
|
+
const ue = le(null);
|
3591
|
+
function st(e) {
|
3594
3592
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
3595
3593
|
}
|
3596
|
-
function
|
3597
|
-
const r =
|
3598
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
3594
|
+
function me(e, t = X().fallbackLocale) {
|
3595
|
+
const r = st(e);
|
3596
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...st(t)])] : r;
|
3599
3597
|
}
|
3600
|
-
function
|
3601
|
-
return
|
3598
|
+
function M() {
|
3599
|
+
return Me != null ? Me : void 0;
|
3602
3600
|
}
|
3603
|
-
|
3604
|
-
|
3601
|
+
ue.subscribe((e) => {
|
3602
|
+
Me = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
3605
3603
|
});
|
3606
|
-
const
|
3607
|
-
if (e &&
|
3608
|
-
const { loadingDelay: t } =
|
3604
|
+
const Gn = (e) => {
|
3605
|
+
if (e && Sn(e) && $e(e)) {
|
3606
|
+
const { loadingDelay: t } = X();
|
3609
3607
|
let r;
|
3610
|
-
return typeof window != "undefined" &&
|
3611
|
-
() =>
|
3608
|
+
return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
|
3609
|
+
() => Te.set(!0),
|
3612
3610
|
t
|
3613
|
-
) :
|
3614
|
-
|
3611
|
+
) : Te.set(!0), $t(e).then(() => {
|
3612
|
+
ue.set(e);
|
3615
3613
|
}).finally(() => {
|
3616
|
-
clearTimeout(r),
|
3614
|
+
clearTimeout(r), Te.set(!1);
|
3617
3615
|
});
|
3618
3616
|
}
|
3619
|
-
return
|
3620
|
-
},
|
3621
|
-
set:
|
3622
|
-
}),
|
3617
|
+
return ue.set(e);
|
3618
|
+
}, W = Un(Dn({}, ue), {
|
3619
|
+
set: Gn
|
3620
|
+
}), pe = (e) => {
|
3623
3621
|
const t = /* @__PURE__ */ Object.create(null);
|
3624
3622
|
return (n) => {
|
3625
3623
|
const i = JSON.stringify(n);
|
3626
3624
|
return i in t ? t[i] : t[i] = e(n);
|
3627
3625
|
};
|
3628
3626
|
};
|
3629
|
-
var
|
3627
|
+
var Fn = Object.defineProperty, he = Object.getOwnPropertySymbols, Mt = Object.prototype.hasOwnProperty, Rt = Object.prototype.propertyIsEnumerable, ot = (e, t, r) => t in e ? Fn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Fe = (e, t) => {
|
3630
3628
|
for (var r in t || (t = {}))
|
3631
|
-
|
3632
|
-
if (
|
3633
|
-
for (var r of
|
3634
|
-
|
3629
|
+
Mt.call(t, r) && ot(e, r, t[r]);
|
3630
|
+
if (he)
|
3631
|
+
for (var r of he(t))
|
3632
|
+
Rt.call(t, r) && ot(e, r, t[r]);
|
3635
3633
|
return e;
|
3636
|
-
},
|
3634
|
+
}, Z = (e, t) => {
|
3637
3635
|
var r = {};
|
3638
3636
|
for (var n in e)
|
3639
|
-
|
3640
|
-
if (e != null &&
|
3641
|
-
for (var n of
|
3642
|
-
t.indexOf(n) < 0 &&
|
3637
|
+
Mt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
3638
|
+
if (e != null && he)
|
3639
|
+
for (var n of he(e))
|
3640
|
+
t.indexOf(n) < 0 && Rt.call(e, n) && (r[n] = e[n]);
|
3643
3641
|
return r;
|
3644
3642
|
};
|
3645
|
-
const
|
3646
|
-
const { formats: r } =
|
3643
|
+
const ee = (e, t) => {
|
3644
|
+
const { formats: r } = X();
|
3647
3645
|
if (e in r && t in r[e])
|
3648
3646
|
return r[e][t];
|
3649
3647
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
3650
|
-
},
|
3648
|
+
}, jn = pe(
|
3651
3649
|
(e) => {
|
3652
|
-
var t = e, { locale: r, format: n } = t, i =
|
3650
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3653
3651
|
if (r == null)
|
3654
3652
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
3655
|
-
return n && (i =
|
3653
|
+
return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
|
3656
3654
|
}
|
3657
|
-
),
|
3655
|
+
), Vn = pe(
|
3658
3656
|
(e) => {
|
3659
|
-
var t = e, { locale: r, format: n } = t, i =
|
3657
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3660
3658
|
if (r == null)
|
3661
3659
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
3662
|
-
return n ? i =
|
3660
|
+
return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
|
3663
3661
|
}
|
3664
|
-
),
|
3662
|
+
), kn = pe(
|
3665
3663
|
(e) => {
|
3666
|
-
var t = e, { locale: r, format: n } = t, i =
|
3664
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3667
3665
|
if (r == null)
|
3668
3666
|
throw new Error(
|
3669
3667
|
'[svelte-i18n] A "locale" must be set to format time values'
|
3670
3668
|
);
|
3671
|
-
return n ? i =
|
3669
|
+
return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
|
3672
3670
|
}
|
3673
|
-
),
|
3671
|
+
), Xn = (e = {}) => {
|
3674
3672
|
var t = e, {
|
3675
|
-
locale: r =
|
3676
|
-
} = t, n =
|
3673
|
+
locale: r = M()
|
3674
|
+
} = t, n = Z(t, [
|
3677
3675
|
"locale"
|
3678
3676
|
]);
|
3679
|
-
return
|
3680
|
-
},
|
3677
|
+
return jn(Fe({ locale: r }, n));
|
3678
|
+
}, zn = (e = {}) => {
|
3681
3679
|
var t = e, {
|
3682
|
-
locale: r =
|
3683
|
-
} = t, n =
|
3680
|
+
locale: r = M()
|
3681
|
+
} = t, n = Z(t, [
|
3684
3682
|
"locale"
|
3685
3683
|
]);
|
3686
|
-
return
|
3687
|
-
},
|
3684
|
+
return Vn(Fe({ locale: r }, n));
|
3685
|
+
}, Wn = (e = {}) => {
|
3688
3686
|
var t = e, {
|
3689
|
-
locale: r =
|
3690
|
-
} = t, n =
|
3687
|
+
locale: r = M()
|
3688
|
+
} = t, n = Z(t, [
|
3691
3689
|
"locale"
|
3692
3690
|
]);
|
3693
|
-
return
|
3694
|
-
},
|
3691
|
+
return kn(Fe({ locale: r }, n));
|
3692
|
+
}, Zn = pe(
|
3695
3693
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
3696
|
-
(e, t =
|
3697
|
-
ignoreTag:
|
3694
|
+
(e, t = M()) => new vn(e, t, X().formats, {
|
3695
|
+
ignoreTag: X().ignoreTag
|
3698
3696
|
})
|
3699
|
-
),
|
3697
|
+
), qn = (e, t = {}) => {
|
3700
3698
|
var r, n, i, s;
|
3701
3699
|
let a = t;
|
3702
3700
|
typeof e == "object" && (a = e, e = a.id);
|
3703
3701
|
const {
|
3704
3702
|
values: u,
|
3705
|
-
locale: h =
|
3703
|
+
locale: h = M(),
|
3706
3704
|
default: o
|
3707
3705
|
} = a;
|
3708
3706
|
if (h == null)
|
@@ -3711,7 +3709,7 @@ const te = (e, t) => {
|
|
3711
3709
|
);
|
3712
3710
|
let l = Lt(e, h);
|
3713
3711
|
if (!l)
|
3714
|
-
l = (s = (i = (n = (r =
|
3712
|
+
l = (s = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: o })) != null ? i : o) != null ? s : e;
|
3715
3713
|
else if (typeof l != "string")
|
3716
3714
|
return console.warn(
|
3717
3715
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
@@ -3720,7 +3718,7 @@ const te = (e, t) => {
|
|
3720
3718
|
return l;
|
3721
3719
|
let c = l;
|
3722
3720
|
try {
|
3723
|
-
c =
|
3721
|
+
c = Zn(l, h).format(u);
|
3724
3722
|
} catch (f) {
|
3725
3723
|
f instanceof Error && console.warn(
|
3726
3724
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
@@ -3728,18 +3726,18 @@ const te = (e, t) => {
|
|
3728
3726
|
);
|
3729
3727
|
}
|
3730
3728
|
return c;
|
3731
|
-
},
|
3732
|
-
|
3733
|
-
|
3734
|
-
|
3735
|
-
|
3736
|
-
function
|
3737
|
-
|
3738
|
-
}
|
3739
|
-
function
|
3740
|
-
|
3741
|
-
}
|
3742
|
-
const
|
3729
|
+
}, Qn = (e, t) => Wn(t).format(e), Jn = (e, t) => zn(t).format(e), Yn = (e, t) => Xn(t).format(e), Kn = (e, t = M()) => Lt(e, t), ei = z([W, re], () => qn);
|
3730
|
+
z([W], () => Qn);
|
3731
|
+
z([W], () => Jn);
|
3732
|
+
z([W], () => Yn);
|
3733
|
+
z([W, re], () => Kn);
|
3734
|
+
function at(e, t) {
|
3735
|
+
It(e, t);
|
3736
|
+
}
|
3737
|
+
function ti(e) {
|
3738
|
+
W.set(e);
|
3739
|
+
}
|
3740
|
+
const ut = {
|
3743
3741
|
en: {
|
3744
3742
|
sorry: "We are sorry",
|
3745
3743
|
access: "The page you are trying to access is available for logged-in users only. Please login.",
|
@@ -3831,13 +3829,13 @@ const ht = {
|
|
3831
3829
|
login: "Login"
|
3832
3830
|
}
|
3833
3831
|
};
|
3834
|
-
function
|
3832
|
+
function ri(e, t) {
|
3835
3833
|
if (e) {
|
3836
3834
|
const r = document.createElement("style");
|
3837
3835
|
r.innerHTML = t, e.appendChild(r);
|
3838
3836
|
}
|
3839
3837
|
}
|
3840
|
-
function
|
3838
|
+
function ni(e, t) {
|
3841
3839
|
const r = new URL(t);
|
3842
3840
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
3843
3841
|
const i = document.createElement("style");
|
@@ -3846,7 +3844,7 @@ function ii(e, t) {
|
|
3846
3844
|
console.error("There was an error while trying to load client styling from URL", n);
|
3847
3845
|
});
|
3848
3846
|
}
|
3849
|
-
function
|
3847
|
+
function ii(e, t, r) {
|
3850
3848
|
if (window.emMessageBus) {
|
3851
3849
|
const n = document.createElement("style");
|
3852
3850
|
window.emMessageBus.subscribe(t, (i) => {
|
@@ -3854,74 +3852,74 @@ function si(e, t, r) {
|
|
3854
3852
|
});
|
3855
3853
|
}
|
3856
3854
|
}
|
3857
|
-
function
|
3858
|
-
|
3855
|
+
function si(e) {
|
3856
|
+
Xt(e, "svelte-1v4ls7s", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.PageWrapper{color:var(--emw--misc-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--misc-color-bg, var(--emw--color-background, #07072A));padding:50px 0;width:100%;text-align:center}.NotFoundPage{display:flex;flex-direction:column;margin:auto;gap:40px;align-items:center;max-width:800px;padding:50px}.NotFoundPage svg{fill:var(--emw--misc-color-primary, var(--emw--color-primary, #22B04E))}.PageTitle{color:var(--emw--misc-color-primary, var(--emw--color-primary, #22B04E));font-weight:500;font-size:28px}.PageContent{color:#D1D1D1;font-size:18px;line-height:24px}.ErrorPageTitle{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-weight:500;font-size:28px}.ErrorPageContent{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:18px;line-height:24px}.ButtonDefaultSmall{background:var(--emw--misc-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--misc-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border-radius:5px;width:30%;height:60px;display:flex;align-items:center;justify-content:center;font-size:16px;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;cursor:pointer}@media only screen and (max-width: 475px){.PageWrapper{color:var(--emw--misc-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--misc-color-bg, var(--emw--color-background, #07072A));padding:20px 0;width:100%;text-align:center}.NotFoundPage{text-align:center;width:100%;font-size:12px;padding:20px}.PageTitle{font-size:22px}.ButtonDefaultSmall{width:80%;height:50px;font-size:14px;grid-template-columns:1fr}.ErrorPageContent{font-size:16px;line-height:18px}.ErrorPageTitle{font-size:18px}.PageContent{font-size:16px;line-height:18px}}");
|
3859
3857
|
}
|
3860
|
-
function
|
3858
|
+
function oi(e) {
|
3861
3859
|
let t, r, n, i, s, a, u, h, o, l, c = (
|
3862
3860
|
/*$_*/
|
3863
3861
|
e[1]("sorry") + ""
|
3864
|
-
), f,
|
3862
|
+
), f, b, y, m = (
|
3865
3863
|
/*$_*/
|
3866
3864
|
e[1]("access") + ""
|
3867
|
-
),
|
3865
|
+
), v, P, B, H = (
|
3868
3866
|
/*$_*/
|
3869
3867
|
e[1]("login") + ""
|
3870
|
-
), L, A,
|
3868
|
+
), L, A, I;
|
3871
3869
|
return {
|
3872
3870
|
c() {
|
3873
|
-
t = C("div"), r = C("div"), n =
|
3871
|
+
t = C("div"), r = C("div"), n = R("svg"), i = R("g"), s = R("path"), a = R("path"), u = R("path"), h = R("path"), o = de(), l = C("p"), f = ie(c), b = de(), y = C("p"), v = ie(m), P = de(), B = C("button"), L = ie(H), E(s, "class", "a"), E(s, "d", "M22.819,139.685H126.266a13.422,13.422,0,0,0,13.449-13.449V22.789A13.422,13.422,0,0,0,126.266,9.34H22.819A13.422,13.422,0,0,0,9.37,22.789V126.236A13.422,13.422,0,0,0,22.819,139.685Zm-7.241-116.9a7.2,7.2,0,0,1,7.241-7.241H126.266a7.2,7.2,0,0,1,7.241,7.241V38.3H15.572Zm0,21.725H133.513v81.723a7.2,7.2,0,0,1-7.241,7.241H22.824a7.2,7.2,0,0,1-7.241-7.241Z"), E(a, "class", "a"), E(a, "d", "M147.866,140.62h-4.138a3.1,3.1,0,0,0,0,6.207h4.138a3.1,3.1,0,0,0,0-6.207Z"), E(a, "transform", "translate(-116.772 -116.794)"), E(u, "class", "a"), E(u, "d", "M297.866,140.62h-4.138a3.1,3.1,0,1,0,0,6.207h4.138a3.1,3.1,0,0,0,0-6.207Z"), E(u, "transform", "translate(-250.22 -116.794)"), E(h, "class", "a"), E(h, "d", "M199.816,81.307h-1.765V74.5c0-8.132-5.863-14.5-14.247-14.5s-14.12,6.493-14.12,14.5v6.745h-1.765a7.156,7.156,0,0,0-7.123,7.123v21.307a7.156,7.156,0,0,0,7.123,7.123h31.9a7.156,7.156,0,0,0,7.123-7.123V88.367a7.1,7.1,0,0,0-7.123-7.06Zm-26.6,0V74.5c0-6.052,4.16-10.969,10.59-10.969,6.367,0,10.716,4.791,10.716,10.969v6.745H173.215v.063Zm30.132,28.367a3.524,3.524,0,0,1-3.53,3.53h-31.9a3.524,3.524,0,0,1-3.53-3.53V88.367a3.524,3.524,0,0,1,3.53-3.53h31.9a3.524,3.524,0,0,1,3.53,3.53ZM187.4,95.49a3.548,3.548,0,0,1-1.765,3.089h0v5.8a1.765,1.765,0,1,1-3.53,0v-5.8h0a3.55,3.55,0,0,1,1.765-6.619,3.447,3.447,0,0,1,3.53,3.53Z"), E(h, "transform", "translate(-109.326 -3.172)"), E(i, "transform", "translate(-9.37 -9.34)"), E(n, "xmlns", "http://www.w3.org/2000/svg"), E(n, "width", "130.345"), E(n, "height", "130.345"), E(n, "viewBox", "0 0 130.345 130.345"), E(l, "class", "PageTitle"), E(y, "class", "PageContent"), E(B, "class", "ButtonDefaultSmall"), E(r, "class", "NotFoundPage"), E(t, "class", "PageWrapper");
|
3874
3872
|
},
|
3875
|
-
m(N,
|
3876
|
-
|
3877
|
-
|
3873
|
+
m(N, q) {
|
3874
|
+
ft(N, t, q), _(t, r), _(r, n), _(n, i), _(i, s), _(i, a), _(i, u), _(i, h), _(r, o), _(r, l), _(l, f), _(r, b), _(r, y), _(y, v), _(r, P), _(r, B), _(B, L), e[9](t), A || (I = Zt(
|
3875
|
+
B,
|
3878
3876
|
"click",
|
3879
3877
|
/*click_handler*/
|
3880
3878
|
e[8]
|
3881
3879
|
), A = !0);
|
3882
3880
|
},
|
3883
|
-
p(N, [
|
3884
|
-
|
3881
|
+
p(N, [q]) {
|
3882
|
+
q & /*$_*/
|
3885
3883
|
2 && c !== (c = /*$_*/
|
3886
|
-
N[1]("sorry") + "") &&
|
3884
|
+
N[1]("sorry") + "") && be(f, c), q & /*$_*/
|
3887
3885
|
2 && m !== (m = /*$_*/
|
3888
|
-
N[1]("access") + "") &&
|
3886
|
+
N[1]("access") + "") && be(v, m), q & /*$_*/
|
3889
3887
|
2 && H !== (H = /*$_*/
|
3890
|
-
N[1]("login") + "") &&
|
3888
|
+
N[1]("login") + "") && be(L, H);
|
3891
3889
|
},
|
3892
3890
|
i: w,
|
3893
3891
|
o: w,
|
3894
3892
|
d(N) {
|
3895
|
-
N &&
|
3893
|
+
N && De(t), e[9](null), A = !1, I();
|
3896
3894
|
}
|
3897
3895
|
};
|
3898
3896
|
}
|
3899
|
-
function
|
3897
|
+
function ai(e, t, r) {
|
3900
3898
|
let n;
|
3901
|
-
|
3899
|
+
kt(e, ei, (m) => r(1, n = m));
|
3902
3900
|
let { lang: i = "en" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { translationurl: u = "" } = t, { mbsource: h } = t, o;
|
3903
3901
|
const l = () => {
|
3904
|
-
fetch(u).then((
|
3905
|
-
Object.keys(
|
3906
|
-
|
3902
|
+
fetch(u).then((v) => v.json()).then((v) => {
|
3903
|
+
Object.keys(v).forEach((P) => {
|
3904
|
+
at(P, v[P]);
|
3907
3905
|
});
|
3908
|
-
}).catch((
|
3909
|
-
console.log(
|
3906
|
+
}).catch((v) => {
|
3907
|
+
console.log(v);
|
3910
3908
|
});
|
3911
3909
|
};
|
3912
|
-
Object.keys(
|
3913
|
-
|
3910
|
+
Object.keys(ut).forEach((m) => {
|
3911
|
+
at(m, ut[m]);
|
3914
3912
|
});
|
3915
3913
|
const c = () => {
|
3916
3914
|
window.postMessage({ type: "403ActionButton" }, window.location.href);
|
3917
3915
|
}, f = () => {
|
3918
|
-
|
3916
|
+
ti(i);
|
3919
3917
|
};
|
3920
|
-
|
3918
|
+
Yt(() => () => {
|
3921
3919
|
});
|
3922
|
-
const
|
3923
|
-
function
|
3924
|
-
|
3920
|
+
const b = () => c();
|
3921
|
+
function y(m) {
|
3922
|
+
Be[m ? "unshift" : "push"](() => {
|
3925
3923
|
o = m, r(0, o);
|
3926
3924
|
});
|
3927
3925
|
}
|
@@ -3930,10 +3928,10 @@ function ui(e, t, r) {
|
|
3930
3928
|
}, e.$$.update = () => {
|
3931
3929
|
e.$$.dirty & /*lang*/
|
3932
3930
|
8 && i && f(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
3933
|
-
17 && s && o &&
|
3934
|
-
33 && a && o &&
|
3931
|
+
17 && s && o && ri(o, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
3932
|
+
33 && a && o && ni(o, a), e.$$.dirty & /*translationurl*/
|
3935
3933
|
64 && u && l(), e.$$.dirty & /*mbsource, customStylingContainer*/
|
3936
|
-
129 && h && o &&
|
3934
|
+
129 && h && o && ii(o, `${h}.Style`);
|
3937
3935
|
}, [
|
3938
3936
|
o,
|
3939
3937
|
n,
|
@@ -3943,18 +3941,18 @@ function ui(e, t, r) {
|
|
3943
3941
|
a,
|
3944
3942
|
u,
|
3945
3943
|
h,
|
3946
|
-
|
3947
|
-
|
3944
|
+
b,
|
3945
|
+
y
|
3948
3946
|
];
|
3949
3947
|
}
|
3950
|
-
class
|
3948
|
+
class ui extends lr {
|
3951
3949
|
constructor(t) {
|
3952
|
-
super(),
|
3950
|
+
super(), ur(
|
3953
3951
|
this,
|
3954
3952
|
t,
|
3955
|
-
ui,
|
3956
3953
|
ai,
|
3957
|
-
|
3954
|
+
oi,
|
3955
|
+
lt,
|
3958
3956
|
{
|
3959
3957
|
lang: 3,
|
3960
3958
|
clientstyling: 4,
|
@@ -3962,41 +3960,41 @@ class hi extends cr {
|
|
3962
3960
|
translationurl: 6,
|
3963
3961
|
mbsource: 7
|
3964
3962
|
},
|
3965
|
-
|
3963
|
+
si
|
3966
3964
|
);
|
3967
3965
|
}
|
3968
3966
|
get lang() {
|
3969
3967
|
return this.$$.ctx[3];
|
3970
3968
|
}
|
3971
3969
|
set lang(t) {
|
3972
|
-
this.$$set({ lang: t }),
|
3970
|
+
this.$$set({ lang: t }), $();
|
3973
3971
|
}
|
3974
3972
|
get clientstyling() {
|
3975
3973
|
return this.$$.ctx[4];
|
3976
3974
|
}
|
3977
3975
|
set clientstyling(t) {
|
3978
|
-
this.$$set({ clientstyling: t }),
|
3976
|
+
this.$$set({ clientstyling: t }), $();
|
3979
3977
|
}
|
3980
3978
|
get clientstylingurl() {
|
3981
3979
|
return this.$$.ctx[5];
|
3982
3980
|
}
|
3983
3981
|
set clientstylingurl(t) {
|
3984
|
-
this.$$set({ clientstylingurl: t }),
|
3982
|
+
this.$$set({ clientstylingurl: t }), $();
|
3985
3983
|
}
|
3986
3984
|
get translationurl() {
|
3987
3985
|
return this.$$.ctx[6];
|
3988
3986
|
}
|
3989
3987
|
set translationurl(t) {
|
3990
|
-
this.$$set({ translationurl: t }),
|
3988
|
+
this.$$set({ translationurl: t }), $();
|
3991
3989
|
}
|
3992
3990
|
get mbsource() {
|
3993
3991
|
return this.$$.ctx[7];
|
3994
3992
|
}
|
3995
3993
|
set mbsource(t) {
|
3996
|
-
this.$$set({ mbsource: t }),
|
3994
|
+
this.$$set({ mbsource: t }), $();
|
3997
3995
|
}
|
3998
3996
|
}
|
3999
|
-
|
3997
|
+
hr(ui, { lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
|
4000
3998
|
export {
|
4001
|
-
|
3999
|
+
ui as default
|
4002
4000
|
};
|