@everymatrix/general-icon-progress-bar 1.61.1 → 1.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/GeneralIconProgressBar-BtryxH6m.cjs +3 -0
- package/components/{GeneralIconProgressBar-Bt-psNCh.js → GeneralIconProgressBar-D9Uqk4jK.js} +704 -698
- package/components/{GeneralIconProgressBar-g6HVGgOD.js → GeneralIconProgressBar-P5rVTJOT.js} +723 -717
- package/es2015/general-icon-progress-bar.cjs +1 -1
- package/es2015/general-icon-progress-bar.js +1 -1
- package/esnext/general-icon-progress-bar.js +1 -1
- package/package.json +1 -1
- package/components/GeneralIconProgressBar-Cmawx_Ll.cjs +0 -16
package/components/{GeneralIconProgressBar-g6HVGgOD.js → GeneralIconProgressBar-P5rVTJOT.js}
RENAMED
@@ -1,53 +1,53 @@
|
|
1
|
-
var
|
2
|
-
var
|
3
|
-
var
|
4
|
-
var
|
5
|
-
var
|
1
|
+
var Ft = Object.defineProperty, jt = Object.defineProperties;
|
2
|
+
var Vt = Object.getOwnPropertyDescriptors;
|
3
|
+
var Fe = Object.getOwnPropertySymbols;
|
4
|
+
var kt = Object.prototype.hasOwnProperty, Xt = Object.prototype.propertyIsEnumerable;
|
5
|
+
var de = (e, t, r) => t in e ? Ft(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, je = (e, t) => {
|
6
6
|
for (var r in t || (t = {}))
|
7
|
-
|
8
|
-
if (
|
9
|
-
for (var r of
|
10
|
-
|
7
|
+
kt.call(t, r) && de(e, r, t[r]);
|
8
|
+
if (Fe)
|
9
|
+
for (var r of Fe(t))
|
10
|
+
Xt.call(t, r) && de(e, r, t[r]);
|
11
11
|
return e;
|
12
|
-
},
|
13
|
-
var T = (e, t, r) => (
|
14
|
-
var
|
15
|
-
var s = (
|
12
|
+
}, Ve = (e, t) => jt(e, Vt(t));
|
13
|
+
var T = (e, t, r) => (de(e, typeof t != "symbol" ? t + "" : t, r), r);
|
14
|
+
var ke = (e, t, r) => new Promise((n, i) => {
|
15
|
+
var s = (h) => {
|
16
16
|
try {
|
17
|
-
a(r.next(
|
18
|
-
} catch (
|
19
|
-
i(
|
17
|
+
a(r.next(h));
|
18
|
+
} catch (u) {
|
19
|
+
i(u);
|
20
20
|
}
|
21
|
-
}, o = (
|
21
|
+
}, o = (h) => {
|
22
22
|
try {
|
23
|
-
a(r.throw(
|
24
|
-
} catch (
|
25
|
-
i(
|
23
|
+
a(r.throw(h));
|
24
|
+
} catch (u) {
|
25
|
+
i(u);
|
26
26
|
}
|
27
|
-
}, a = (
|
27
|
+
}, a = (h) => h.done ? n(h.value) : Promise.resolve(h.value).then(s, o);
|
28
28
|
a((r = r.apply(e, t)).next());
|
29
29
|
});
|
30
30
|
function B() {
|
31
31
|
}
|
32
|
-
function
|
32
|
+
function ut(e) {
|
33
33
|
return e();
|
34
34
|
}
|
35
|
-
function
|
35
|
+
function Xe() {
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
37
37
|
}
|
38
|
-
function
|
39
|
-
e.forEach(
|
38
|
+
function te(e) {
|
39
|
+
e.forEach(ut);
|
40
40
|
}
|
41
|
-
function
|
41
|
+
function Me(e) {
|
42
42
|
return typeof e == "function";
|
43
43
|
}
|
44
|
-
function
|
44
|
+
function ht(e, t) {
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
46
46
|
}
|
47
|
-
function
|
47
|
+
function zt(e) {
|
48
48
|
return Object.keys(e).length === 0;
|
49
49
|
}
|
50
|
-
function
|
50
|
+
function lt(e, ...t) {
|
51
51
|
if (e == null) {
|
52
52
|
for (const n of t)
|
53
53
|
n(void 0);
|
@@ -56,20 +56,20 @@ function ht(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 Wt(e, t, r) {
|
60
|
+
e.$$.on_destroy.push(lt(t, r));
|
61
61
|
}
|
62
|
-
function
|
62
|
+
function ie(e, t) {
|
63
63
|
e.appendChild(t);
|
64
64
|
}
|
65
|
-
function
|
66
|
-
const n =
|
65
|
+
function Zt(e, t, r) {
|
66
|
+
const n = Qt(e);
|
67
67
|
if (!n.getElementById(t)) {
|
68
|
-
const i =
|
69
|
-
i.id = t, i.textContent = r,
|
68
|
+
const i = J("style");
|
69
|
+
i.id = t, i.textContent = r, Jt(n, i);
|
70
70
|
}
|
71
71
|
}
|
72
|
-
function
|
72
|
+
function Qt(e) {
|
73
73
|
if (!e)
|
74
74
|
return document;
|
75
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
@@ -79,36 +79,36 @@ function Wt(e) {
|
|
79
79
|
t
|
80
80
|
) : e.ownerDocument;
|
81
81
|
}
|
82
|
-
function
|
83
|
-
return
|
82
|
+
function Jt(e, t) {
|
83
|
+
return ie(
|
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 $e(e) {
|
93
93
|
e.parentNode && e.parentNode.removeChild(e);
|
94
94
|
}
|
95
|
-
function
|
95
|
+
function J(e) {
|
96
96
|
return document.createElement(e);
|
97
97
|
}
|
98
|
-
function
|
98
|
+
function qt(e) {
|
99
99
|
return document.createTextNode(e);
|
100
100
|
}
|
101
|
-
function
|
101
|
+
function M(e, t, r) {
|
102
102
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
103
103
|
}
|
104
|
-
function
|
104
|
+
function Yt(e) {
|
105
105
|
return Array.from(e.childNodes);
|
106
106
|
}
|
107
|
-
function
|
107
|
+
function Kt(e, t) {
|
108
108
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
109
109
|
t);
|
110
110
|
}
|
111
|
-
function
|
111
|
+
function er(e) {
|
112
112
|
const t = {};
|
113
113
|
return e.childNodes.forEach(
|
114
114
|
/** @param {Element} node */
|
@@ -117,117 +117,117 @@ function Yt(e) {
|
|
117
117
|
}
|
118
118
|
), t;
|
119
119
|
}
|
120
|
-
let
|
121
|
-
function
|
122
|
-
|
120
|
+
let Re;
|
121
|
+
function q(e) {
|
122
|
+
Re = e;
|
123
123
|
}
|
124
|
-
const
|
125
|
-
let
|
126
|
-
const
|
127
|
-
let
|
128
|
-
function
|
129
|
-
|
124
|
+
const D = [], Y = [];
|
125
|
+
let F = [];
|
126
|
+
const ze = [], tr = /* @__PURE__ */ Promise.resolve();
|
127
|
+
let Te = !1;
|
128
|
+
function rr() {
|
129
|
+
Te || (Te = !0, tr.then(P));
|
130
130
|
}
|
131
|
-
function
|
132
|
-
|
131
|
+
function Be(e) {
|
132
|
+
F.push(e);
|
133
133
|
}
|
134
|
-
const
|
135
|
-
let
|
134
|
+
const ge = /* @__PURE__ */ new Set();
|
135
|
+
let U = 0;
|
136
136
|
function P() {
|
137
|
-
if (
|
137
|
+
if (U !== 0)
|
138
138
|
return;
|
139
|
-
const e =
|
139
|
+
const e = Re;
|
140
140
|
do {
|
141
141
|
try {
|
142
|
-
for (;
|
143
|
-
const t =
|
144
|
-
|
142
|
+
for (; U < D.length; ) {
|
143
|
+
const t = D[U];
|
144
|
+
U++, q(t), nr(t.$$);
|
145
145
|
}
|
146
146
|
} catch (t) {
|
147
|
-
throw
|
147
|
+
throw D.length = 0, U = 0, t;
|
148
148
|
}
|
149
|
-
for (
|
150
|
-
|
151
|
-
for (let t = 0; t <
|
152
|
-
const r =
|
153
|
-
|
149
|
+
for (q(null), D.length = 0, U = 0; Y.length; )
|
150
|
+
Y.pop()();
|
151
|
+
for (let t = 0; t < F.length; t += 1) {
|
152
|
+
const r = F[t];
|
153
|
+
ge.has(r) || (ge.add(r), r());
|
154
154
|
}
|
155
|
-
|
156
|
-
} while (
|
157
|
-
for (;
|
158
|
-
|
159
|
-
|
155
|
+
F.length = 0;
|
156
|
+
} while (D.length);
|
157
|
+
for (; ze.length; )
|
158
|
+
ze.pop()();
|
159
|
+
Te = !1, ge.clear(), q(e);
|
160
160
|
}
|
161
|
-
function
|
161
|
+
function nr(e) {
|
162
162
|
if (e.fragment !== null) {
|
163
|
-
e.update(),
|
163
|
+
e.update(), te(e.before_update);
|
164
164
|
const t = e.dirty;
|
165
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
165
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Be);
|
166
166
|
}
|
167
167
|
}
|
168
|
-
function
|
168
|
+
function ir(e) {
|
169
169
|
const t = [], r = [];
|
170
|
-
|
170
|
+
F.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), F = t;
|
171
171
|
}
|
172
|
-
const
|
173
|
-
function
|
174
|
-
e && e.i && (
|
172
|
+
const sr = /* @__PURE__ */ new Set();
|
173
|
+
function or(e, t) {
|
174
|
+
e && e.i && (sr.delete(e), e.i(t));
|
175
175
|
}
|
176
|
-
function
|
176
|
+
function ar(e, t, r) {
|
177
177
|
const { fragment: n, after_update: i } = e.$$;
|
178
|
-
n && n.m(t, r),
|
179
|
-
const s = e.$$.on_mount.map(
|
180
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
181
|
-
}), i.forEach(
|
178
|
+
n && n.m(t, r), Be(() => {
|
179
|
+
const s = e.$$.on_mount.map(ut).filter(Me);
|
180
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : te(s), e.$$.on_mount = [];
|
181
|
+
}), i.forEach(Be);
|
182
182
|
}
|
183
|
-
function
|
183
|
+
function ur(e, t) {
|
184
184
|
const r = e.$$;
|
185
|
-
r.fragment !== null && (
|
185
|
+
r.fragment !== null && (ir(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
186
186
|
}
|
187
|
-
function
|
188
|
-
e.$$.dirty[0] === -1 && (
|
187
|
+
function hr(e, t) {
|
188
|
+
e.$$.dirty[0] === -1 && (D.push(e), rr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
189
189
|
}
|
190
|
-
function
|
191
|
-
const
|
192
|
-
|
193
|
-
const
|
190
|
+
function lr(e, t, r, n, i, s, o = null, a = [-1]) {
|
191
|
+
const h = Re;
|
192
|
+
q(e);
|
193
|
+
const u = e.$$ = {
|
194
194
|
fragment: null,
|
195
195
|
ctx: [],
|
196
196
|
// state
|
197
197
|
props: s,
|
198
198
|
update: B,
|
199
199
|
not_equal: i,
|
200
|
-
bound:
|
200
|
+
bound: Xe(),
|
201
201
|
// lifecycle
|
202
202
|
on_mount: [],
|
203
203
|
on_destroy: [],
|
204
204
|
on_disconnect: [],
|
205
205
|
before_update: [],
|
206
206
|
after_update: [],
|
207
|
-
context: new Map(t.context || (
|
207
|
+
context: new Map(t.context || (h ? h.$$.context : [])),
|
208
208
|
// everything else
|
209
|
-
callbacks:
|
209
|
+
callbacks: Xe(),
|
210
210
|
dirty: a,
|
211
211
|
skip_bound: !1,
|
212
|
-
root: t.target ||
|
212
|
+
root: t.target || h.$$.root
|
213
213
|
};
|
214
|
-
o && o(
|
214
|
+
o && o(u.root);
|
215
215
|
let l = !1;
|
216
|
-
if (
|
217
|
-
const
|
218
|
-
return
|
219
|
-
}) : [],
|
216
|
+
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...g) => {
|
217
|
+
const d = g.length ? g[0] : f;
|
218
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = d) && (!u.skip_bound && u.bound[c] && u.bound[c](d), l && hr(e, c)), f;
|
219
|
+
}) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
220
220
|
if (t.hydrate) {
|
221
|
-
const c =
|
222
|
-
|
221
|
+
const c = Yt(t.target);
|
222
|
+
u.fragment && u.fragment.l(c), c.forEach($e);
|
223
223
|
} else
|
224
|
-
|
225
|
-
t.intro &&
|
224
|
+
u.fragment && u.fragment.c();
|
225
|
+
t.intro && or(e.$$.fragment), ar(e, t.target, t.anchor), P();
|
226
226
|
}
|
227
|
-
|
227
|
+
q(h);
|
228
228
|
}
|
229
|
-
let
|
230
|
-
typeof HTMLElement == "function" && (
|
229
|
+
let ct;
|
230
|
+
typeof HTMLElement == "function" && (ct = class extends HTMLElement {
|
231
231
|
constructor(t, r, n) {
|
232
232
|
super();
|
233
233
|
/** The Svelte component constructor */
|
@@ -264,42 +264,42 @@ typeof HTMLElement == "function" && (lt = class extends HTMLElement {
|
|
264
264
|
}
|
265
265
|
}
|
266
266
|
connectedCallback() {
|
267
|
-
return
|
267
|
+
return ke(this, null, function* () {
|
268
268
|
if (this.$$cn = !0, !this.$$c) {
|
269
269
|
let t = function(s) {
|
270
270
|
return () => {
|
271
271
|
let o;
|
272
272
|
return {
|
273
273
|
c: function() {
|
274
|
-
o =
|
274
|
+
o = J("slot"), s !== "default" && M(o, "name", s);
|
275
275
|
},
|
276
276
|
/**
|
277
277
|
* @param {HTMLElement} target
|
278
278
|
* @param {HTMLElement} [anchor]
|
279
279
|
*/
|
280
|
-
m: function(
|
281
|
-
|
280
|
+
m: function(u, l) {
|
281
|
+
ft(u, o, l);
|
282
282
|
},
|
283
|
-
d: function(
|
284
|
-
|
283
|
+
d: function(u) {
|
284
|
+
u && $e(o);
|
285
285
|
}
|
286
286
|
};
|
287
287
|
};
|
288
288
|
};
|
289
289
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
290
290
|
return;
|
291
|
-
const r = {}, n =
|
291
|
+
const r = {}, n = er(this);
|
292
292
|
for (const s of this.$$s)
|
293
293
|
s in n && (r[s] = [t(s)]);
|
294
294
|
for (const s of this.attributes) {
|
295
295
|
const o = this.$$g_p(s.name);
|
296
|
-
o in this.$$d || (this.$$d[o] =
|
296
|
+
o in this.$$d || (this.$$d[o] = se(o, s.value, this.$$p_d, "toProp"));
|
297
297
|
}
|
298
298
|
for (const s in this.$$p_d)
|
299
299
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
300
300
|
this.$$c = new this.$$ctor({
|
301
301
|
target: this.shadowRoot || this,
|
302
|
-
props:
|
302
|
+
props: Ve(je({}, this.$$d), {
|
303
303
|
$$slots: r,
|
304
304
|
$$scope: {
|
305
305
|
ctx: []
|
@@ -310,7 +310,7 @@ typeof HTMLElement == "function" && (lt = class extends HTMLElement {
|
|
310
310
|
this.$$r = !0;
|
311
311
|
for (const s in this.$$p_d)
|
312
312
|
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
313
|
-
const o =
|
313
|
+
const o = se(
|
314
314
|
s,
|
315
315
|
this.$$d[s],
|
316
316
|
this.$$p_d,
|
@@ -334,7 +334,7 @@ typeof HTMLElement == "function" && (lt = class extends HTMLElement {
|
|
334
334
|
// and setting attributes through setAttribute etc, this is helpful
|
335
335
|
attributeChangedCallback(t, r, n) {
|
336
336
|
var i;
|
337
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
337
|
+
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] }));
|
338
338
|
}
|
339
339
|
disconnectedCallback() {
|
340
340
|
this.$$cn = !1, Promise.resolve().then(() => {
|
@@ -347,7 +347,7 @@ typeof HTMLElement == "function" && (lt = class extends HTMLElement {
|
|
347
347
|
) || t;
|
348
348
|
}
|
349
349
|
});
|
350
|
-
function
|
350
|
+
function se(e, t, r, n) {
|
351
351
|
var s;
|
352
352
|
const i = (s = r[e]) == null ? void 0 : s.type;
|
353
353
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
@@ -377,8 +377,8 @@ function ie(e, t, r, n) {
|
|
377
377
|
return t;
|
378
378
|
}
|
379
379
|
}
|
380
|
-
function
|
381
|
-
let o = class extends
|
380
|
+
function fr(e, t, r, n, i, s) {
|
381
|
+
let o = class extends ct {
|
382
382
|
constructor() {
|
383
383
|
super(e, r, i), this.$$p_d = t;
|
384
384
|
}
|
@@ -393,22 +393,22 @@ function ur(e, t, r, n, i, s) {
|
|
393
393
|
get() {
|
394
394
|
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
395
395
|
},
|
396
|
-
set(
|
397
|
-
var
|
398
|
-
|
396
|
+
set(h) {
|
397
|
+
var u;
|
398
|
+
h = se(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
|
399
399
|
}
|
400
400
|
});
|
401
401
|
}), n.forEach((a) => {
|
402
402
|
Object.defineProperty(o.prototype, a, {
|
403
403
|
get() {
|
404
|
-
var
|
405
|
-
return (
|
404
|
+
var h;
|
405
|
+
return (h = this.$$c) == null ? void 0 : h[a];
|
406
406
|
}
|
407
407
|
});
|
408
408
|
}), e.element = /** @type {any} */
|
409
409
|
o, o;
|
410
410
|
}
|
411
|
-
class
|
411
|
+
class cr {
|
412
412
|
constructor() {
|
413
413
|
/**
|
414
414
|
* ### PRIVATE API
|
@@ -429,7 +429,7 @@ class lr {
|
|
429
429
|
}
|
430
430
|
/** @returns {void} */
|
431
431
|
$destroy() {
|
432
|
-
|
432
|
+
ur(this, 1), this.$destroy = B;
|
433
433
|
}
|
434
434
|
/**
|
435
435
|
* @template {Extract<keyof Events, string>} K
|
@@ -438,7 +438,7 @@ class lr {
|
|
438
438
|
* @returns {() => void}
|
439
439
|
*/
|
440
440
|
$on(t, r) {
|
441
|
-
if (!
|
441
|
+
if (!Me(r))
|
442
442
|
return B;
|
443
443
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
444
444
|
return n.push(r), () => {
|
@@ -451,190 +451,176 @@ class lr {
|
|
451
451
|
* @returns {void}
|
452
452
|
*/
|
453
453
|
$set(t) {
|
454
|
-
this.$$set && !
|
454
|
+
this.$$set && !zt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
455
455
|
}
|
456
456
|
}
|
457
|
-
const
|
458
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
459
|
-
const
|
460
|
-
function
|
457
|
+
const pr = "4";
|
458
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(pr);
|
459
|
+
const G = [];
|
460
|
+
function mr(e, t) {
|
461
461
|
return {
|
462
|
-
subscribe:
|
462
|
+
subscribe: fe(e, t).subscribe
|
463
463
|
};
|
464
464
|
}
|
465
|
-
function
|
465
|
+
function fe(e, t = B) {
|
466
466
|
let r;
|
467
467
|
const n = /* @__PURE__ */ new Set();
|
468
468
|
function i(a) {
|
469
|
-
if (
|
470
|
-
const
|
471
|
-
for (const
|
472
|
-
|
473
|
-
if (
|
474
|
-
for (let
|
475
|
-
|
476
|
-
|
469
|
+
if (ht(e, a) && (e = a, r)) {
|
470
|
+
const h = !G.length;
|
471
|
+
for (const u of n)
|
472
|
+
u[1](), G.push(u, e);
|
473
|
+
if (h) {
|
474
|
+
for (let u = 0; u < G.length; u += 2)
|
475
|
+
G[u][0](G[u + 1]);
|
476
|
+
G.length = 0;
|
477
477
|
}
|
478
478
|
}
|
479
479
|
}
|
480
480
|
function s(a) {
|
481
481
|
i(a(e));
|
482
482
|
}
|
483
|
-
function o(a,
|
484
|
-
const
|
485
|
-
return n.add(
|
486
|
-
n.delete(
|
483
|
+
function o(a, h = B) {
|
484
|
+
const u = [a, h];
|
485
|
+
return n.add(u), n.size === 1 && (r = t(i, s) || B), a(e), () => {
|
486
|
+
n.delete(u), n.size === 0 && r && (r(), r = null);
|
487
487
|
};
|
488
488
|
}
|
489
489
|
return { set: i, update: s, subscribe: o };
|
490
490
|
}
|
491
|
-
function
|
491
|
+
function z(e, t, r) {
|
492
492
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
493
493
|
if (!i.every(Boolean))
|
494
494
|
throw new Error("derived() expects stores as input, got a falsy value");
|
495
495
|
const s = t.length < 2;
|
496
|
-
return
|
497
|
-
let
|
498
|
-
const
|
496
|
+
return mr(r, (o, a) => {
|
497
|
+
let h = !1;
|
498
|
+
const u = [];
|
499
499
|
let l = 0, c = B;
|
500
500
|
const f = () => {
|
501
501
|
if (l)
|
502
502
|
return;
|
503
503
|
c();
|
504
|
-
const
|
505
|
-
s ? o(
|
506
|
-
},
|
507
|
-
(
|
508
|
-
|
504
|
+
const d = t(n ? u[0] : u, o, a);
|
505
|
+
s ? o(d) : c = Me(d) ? d : B;
|
506
|
+
}, g = i.map(
|
507
|
+
(d, y) => lt(
|
508
|
+
d,
|
509
509
|
(H) => {
|
510
|
-
|
510
|
+
u[y] = H, l &= ~(1 << y), h && f();
|
511
511
|
},
|
512
512
|
() => {
|
513
513
|
l |= 1 << y;
|
514
514
|
}
|
515
515
|
)
|
516
516
|
);
|
517
|
-
return
|
518
|
-
|
517
|
+
return h = !0, f(), function() {
|
518
|
+
te(g), c(), h = !1;
|
519
519
|
};
|
520
520
|
});
|
521
521
|
}
|
522
|
-
function
|
522
|
+
function br(e) {
|
523
523
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
524
524
|
}
|
525
|
-
var
|
526
|
-
return
|
525
|
+
var dr = function(t) {
|
526
|
+
return gr(t) && !xr(t);
|
527
527
|
};
|
528
|
-
function
|
528
|
+
function gr(e) {
|
529
529
|
return !!e && typeof e == "object";
|
530
530
|
}
|
531
|
-
function
|
531
|
+
function xr(e) {
|
532
532
|
var t = Object.prototype.toString.call(e);
|
533
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
533
|
+
return t === "[object RegExp]" || t === "[object Date]" || _r(e);
|
534
534
|
}
|
535
|
-
var
|
536
|
-
function
|
537
|
-
return e.$$typeof ===
|
535
|
+
var Er = typeof Symbol == "function" && Symbol.for, yr = Er ? Symbol.for("react.element") : 60103;
|
536
|
+
function _r(e) {
|
537
|
+
return e.$$typeof === yr;
|
538
538
|
}
|
539
|
-
function
|
539
|
+
function vr(e) {
|
540
540
|
return Array.isArray(e) ? [] : {};
|
541
541
|
}
|
542
|
-
function
|
543
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
542
|
+
function K(e, t) {
|
543
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? j(vr(e), e, t) : e;
|
544
544
|
}
|
545
|
-
function
|
545
|
+
function Hr(e, t, r) {
|
546
546
|
return e.concat(t).map(function(n) {
|
547
|
-
return
|
547
|
+
return K(n, r);
|
548
548
|
});
|
549
549
|
}
|
550
|
-
function
|
550
|
+
function Tr(e, t) {
|
551
551
|
if (!t.customMerge)
|
552
|
-
return
|
552
|
+
return j;
|
553
553
|
var r = t.customMerge(e);
|
554
|
-
return typeof r == "function" ? r :
|
554
|
+
return typeof r == "function" ? r : j;
|
555
555
|
}
|
556
|
-
function
|
556
|
+
function Br(e) {
|
557
557
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
558
558
|
return Object.propertyIsEnumerable.call(e, t);
|
559
559
|
}) : [];
|
560
560
|
}
|
561
|
-
function
|
562
|
-
return Object.keys(e).concat(
|
561
|
+
function We(e) {
|
562
|
+
return Object.keys(e).concat(Br(e));
|
563
563
|
}
|
564
|
-
function
|
564
|
+
function pt(e, t) {
|
565
565
|
try {
|
566
566
|
return t in e;
|
567
567
|
} catch (r) {
|
568
568
|
return !1;
|
569
569
|
}
|
570
570
|
}
|
571
|
-
function
|
572
|
-
return
|
571
|
+
function Sr(e, t) {
|
572
|
+
return pt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
573
573
|
}
|
574
|
-
function
|
574
|
+
function Ar(e, t, r) {
|
575
575
|
var n = {};
|
576
|
-
return r.isMergeableObject(e) &&
|
577
|
-
n[i] =
|
578
|
-
}),
|
579
|
-
|
576
|
+
return r.isMergeableObject(e) && We(e).forEach(function(i) {
|
577
|
+
n[i] = K(e[i], r);
|
578
|
+
}), We(t).forEach(function(i) {
|
579
|
+
Sr(e, i) || (pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Tr(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
|
580
580
|
}), n;
|
581
581
|
}
|
582
|
-
function
|
583
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
582
|
+
function j(e, t, r) {
|
583
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Hr, r.isMergeableObject = r.isMergeableObject || dr, r.cloneUnlessOtherwiseSpecified = K;
|
584
584
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
585
|
-
return s ? n ? r.arrayMerge(e, t, r) :
|
585
|
+
return s ? n ? r.arrayMerge(e, t, r) : Ar(e, t, r) : K(t, r);
|
586
586
|
}
|
587
|
-
|
587
|
+
j.all = function(t, r) {
|
588
588
|
if (!Array.isArray(t))
|
589
589
|
throw new Error("first argument should be an array");
|
590
590
|
return t.reduce(function(n, i) {
|
591
|
-
return
|
591
|
+
return j(n, i, r);
|
592
592
|
}, {});
|
593
593
|
};
|
594
|
-
var
|
595
|
-
const
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
600
|
-
purpose with or without fee is hereby granted.
|
601
|
-
|
602
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
603
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
604
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
605
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
606
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
607
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
608
|
-
PERFORMANCE OF THIS SOFTWARE.
|
609
|
-
***************************************************************************** */
|
610
|
-
var Te = function(e, t) {
|
611
|
-
return Te = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
594
|
+
var Pr = j, Or = Pr;
|
595
|
+
const Nr = /* @__PURE__ */ br(Or);
|
596
|
+
var Se = function(e, t) {
|
597
|
+
return Se = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
612
598
|
r.__proto__ = n;
|
613
599
|
} || function(r, n) {
|
614
600
|
for (var i in n)
|
615
601
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
616
|
-
},
|
602
|
+
}, Se(e, t);
|
617
603
|
};
|
618
|
-
function
|
604
|
+
function ce(e, t) {
|
619
605
|
if (typeof t != "function" && t !== null)
|
620
606
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
621
|
-
|
607
|
+
Se(e, t);
|
622
608
|
function r() {
|
623
609
|
this.constructor = e;
|
624
610
|
}
|
625
611
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
626
612
|
}
|
627
|
-
var
|
628
|
-
return
|
613
|
+
var O = function() {
|
614
|
+
return O = Object.assign || function(t) {
|
629
615
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
630
616
|
r = arguments[n];
|
631
617
|
for (var s in r)
|
632
618
|
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
633
619
|
}
|
634
620
|
return t;
|
635
|
-
},
|
621
|
+
}, O.apply(this, arguments);
|
636
622
|
};
|
637
|
-
function
|
623
|
+
function wr(e, t) {
|
638
624
|
var r = {};
|
639
625
|
for (var n in e)
|
640
626
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
@@ -643,43 +629,43 @@ function Or(e, t) {
|
|
643
629
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
644
630
|
return r;
|
645
631
|
}
|
646
|
-
function
|
647
|
-
if (arguments.length === 2)
|
632
|
+
function xe(e, t, r) {
|
633
|
+
if (r || arguments.length === 2)
|
648
634
|
for (var n = 0, i = t.length, s; n < i; n++)
|
649
635
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
650
|
-
return e.concat(s || t);
|
636
|
+
return e.concat(s || Array.prototype.slice.call(t));
|
651
637
|
}
|
652
|
-
function
|
653
|
-
var r = t && t.cache ? t.cache :
|
638
|
+
function Ee(e, t) {
|
639
|
+
var r = t && t.cache ? t.cache : Ur, n = t && t.serializer ? t.serializer : $r, i = t && t.strategy ? t.strategy : Cr;
|
654
640
|
return i(e, {
|
655
641
|
cache: r,
|
656
642
|
serializer: n
|
657
643
|
});
|
658
644
|
}
|
659
|
-
function
|
645
|
+
function Ir(e) {
|
660
646
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
661
647
|
}
|
662
|
-
function
|
663
|
-
var i =
|
648
|
+
function Lr(e, t, r, n) {
|
649
|
+
var i = Ir(n) ? n : r(n), s = t.get(i);
|
664
650
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
665
651
|
}
|
666
|
-
function
|
652
|
+
function mt(e, t, r) {
|
667
653
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
668
654
|
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
669
655
|
}
|
670
|
-
function
|
656
|
+
function bt(e, t, r, n, i) {
|
671
657
|
return r.bind(t, e, n, i);
|
672
658
|
}
|
673
|
-
function
|
674
|
-
var r = e.length === 1 ?
|
675
|
-
return
|
659
|
+
function Cr(e, t) {
|
660
|
+
var r = e.length === 1 ? Lr : mt;
|
661
|
+
return bt(e, this, r, t.cache.create(), t.serializer);
|
676
662
|
}
|
677
|
-
function
|
678
|
-
return
|
663
|
+
function Mr(e, t) {
|
664
|
+
return bt(e, this, mt, t.cache.create(), t.serializer);
|
679
665
|
}
|
680
|
-
var
|
666
|
+
var $r = function() {
|
681
667
|
return JSON.stringify(arguments);
|
682
|
-
},
|
668
|
+
}, Rr = (
|
683
669
|
/** @class */
|
684
670
|
function() {
|
685
671
|
function e() {
|
@@ -691,61 +677,71 @@ var Cr = function() {
|
|
691
677
|
this.cache[t] = r;
|
692
678
|
}, e;
|
693
679
|
}()
|
694
|
-
),
|
680
|
+
), Ur = {
|
695
681
|
create: function() {
|
696
|
-
return new
|
682
|
+
return new Rr();
|
697
683
|
}
|
698
|
-
},
|
699
|
-
variadic:
|
700
|
-
},
|
684
|
+
}, ye = {
|
685
|
+
variadic: Mr
|
686
|
+
}, ue = function() {
|
687
|
+
return ue = Object.assign || function(t) {
|
688
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
689
|
+
r = arguments[n];
|
690
|
+
for (var s in r)
|
691
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
692
|
+
}
|
693
|
+
return t;
|
694
|
+
}, ue.apply(this, arguments);
|
695
|
+
};
|
696
|
+
var m;
|
701
697
|
(function(e) {
|
702
698
|
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";
|
703
699
|
})(m || (m = {}));
|
704
|
-
var
|
700
|
+
var x;
|
705
701
|
(function(e) {
|
706
702
|
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";
|
707
|
-
})(
|
708
|
-
var
|
703
|
+
})(x || (x = {}));
|
704
|
+
var V;
|
709
705
|
(function(e) {
|
710
706
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
711
|
-
})(
|
712
|
-
function
|
713
|
-
return e.type ===
|
714
|
-
}
|
715
|
-
function $r(e) {
|
716
|
-
return e.type === E.argument;
|
717
|
-
}
|
718
|
-
function mt(e) {
|
719
|
-
return e.type === E.number;
|
707
|
+
})(V || (V = {}));
|
708
|
+
function Ze(e) {
|
709
|
+
return e.type === x.literal;
|
720
710
|
}
|
721
|
-
function
|
722
|
-
return e.type ===
|
711
|
+
function Gr(e) {
|
712
|
+
return e.type === x.argument;
|
723
713
|
}
|
724
714
|
function dt(e) {
|
725
|
-
return e.type ===
|
715
|
+
return e.type === x.number;
|
726
716
|
}
|
727
717
|
function gt(e) {
|
728
|
-
return e.type ===
|
718
|
+
return e.type === x.date;
|
729
719
|
}
|
730
720
|
function xt(e) {
|
731
|
-
return e.type ===
|
732
|
-
}
|
733
|
-
function Ur(e) {
|
734
|
-
return e.type === E.pound;
|
721
|
+
return e.type === x.time;
|
735
722
|
}
|
736
723
|
function Et(e) {
|
737
|
-
return e.type ===
|
724
|
+
return e.type === x.select;
|
738
725
|
}
|
739
726
|
function yt(e) {
|
740
|
-
return
|
727
|
+
return e.type === x.plural;
|
741
728
|
}
|
742
|
-
function Be(e) {
|
743
|
-
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
744
|
-
}
|
745
|
-
var _t = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Gr = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
746
729
|
function Dr(e) {
|
730
|
+
return e.type === x.pound;
|
731
|
+
}
|
732
|
+
function _t(e) {
|
733
|
+
return e.type === x.tag;
|
734
|
+
}
|
735
|
+
function vt(e) {
|
736
|
+
return !!(e && typeof e == "object" && e.type === V.number);
|
737
|
+
}
|
738
|
+
function Ae(e) {
|
739
|
+
return !!(e && typeof e == "object" && e.type === V.dateTime);
|
740
|
+
}
|
741
|
+
var Ht = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Fr = /(?:[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;
|
742
|
+
function jr(e) {
|
747
743
|
var t = {};
|
748
|
-
return e.replace(
|
744
|
+
return e.replace(Fr, function(r) {
|
749
745
|
var n = r.length;
|
750
746
|
switch (r[0]) {
|
751
747
|
case "G":
|
@@ -834,36 +830,46 @@ function Dr(e) {
|
|
834
830
|
return "";
|
835
831
|
}), t;
|
836
832
|
}
|
837
|
-
var
|
838
|
-
function
|
833
|
+
var E = function() {
|
834
|
+
return E = Object.assign || function(t) {
|
835
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
836
|
+
r = arguments[n];
|
837
|
+
for (var s in r)
|
838
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
839
|
+
}
|
840
|
+
return t;
|
841
|
+
}, E.apply(this, arguments);
|
842
|
+
};
|
843
|
+
var Vr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
844
|
+
function kr(e) {
|
839
845
|
if (e.length === 0)
|
840
846
|
throw new Error("Number skeleton cannot be empty");
|
841
|
-
for (var t = e.split(
|
847
|
+
for (var t = e.split(Vr).filter(function(f) {
|
842
848
|
return f.length > 0;
|
843
849
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
844
850
|
var s = i[n], o = s.split("/");
|
845
851
|
if (o.length === 0)
|
846
852
|
throw new Error("Invalid number skeleton");
|
847
|
-
for (var a = o[0],
|
848
|
-
var c = l[
|
853
|
+
for (var a = o[0], h = o.slice(1), u = 0, l = h; u < l.length; u++) {
|
854
|
+
var c = l[u];
|
849
855
|
if (c.length === 0)
|
850
856
|
throw new Error("Invalid number skeleton");
|
851
857
|
}
|
852
|
-
r.push({ stem: a, options:
|
858
|
+
r.push({ stem: a, options: h });
|
853
859
|
}
|
854
860
|
return r;
|
855
861
|
}
|
856
|
-
function
|
862
|
+
function Xr(e) {
|
857
863
|
return e.replace(/^(.*?)-/, "");
|
858
864
|
}
|
859
|
-
var
|
860
|
-
function
|
865
|
+
var Qe = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Tt = /^(@+)?(\+|#+)?[rs]?$/g, zr = /(\*)(0+)|(#+)(0+)|(0+)/g, Bt = /^(0+)$/;
|
866
|
+
function Je(e) {
|
861
867
|
var t = {};
|
862
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
868
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Tt, function(r, n, i) {
|
863
869
|
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)), "";
|
864
870
|
}), t;
|
865
871
|
}
|
866
|
-
function
|
872
|
+
function St(e) {
|
867
873
|
switch (e) {
|
868
874
|
case "sign-auto":
|
869
875
|
return {
|
@@ -903,7 +909,7 @@ function Tt(e) {
|
|
903
909
|
};
|
904
910
|
}
|
905
911
|
}
|
906
|
-
function
|
912
|
+
function Wr(e) {
|
907
913
|
var t;
|
908
914
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
909
915
|
notation: "engineering"
|
@@ -911,17 +917,17 @@ function Xr(e) {
|
|
911
917
|
notation: "scientific"
|
912
918
|
}, e = e.slice(1)), t) {
|
913
919
|
var r = e.slice(0, 2);
|
914
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
920
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Bt.test(e))
|
915
921
|
throw new Error("Malformed concise eng/scientific notation");
|
916
922
|
t.minimumIntegerDigits = e.length;
|
917
923
|
}
|
918
924
|
return t;
|
919
925
|
}
|
920
|
-
function
|
921
|
-
var t = {}, r =
|
926
|
+
function qe(e) {
|
927
|
+
var t = {}, r = St(e);
|
922
928
|
return r || t;
|
923
929
|
}
|
924
|
-
function
|
930
|
+
function Zr(e) {
|
925
931
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
926
932
|
var i = n[r];
|
927
933
|
switch (i.stem) {
|
@@ -945,7 +951,7 @@ function zr(e) {
|
|
945
951
|
continue;
|
946
952
|
case "measure-unit":
|
947
953
|
case "unit":
|
948
|
-
t.style = "unit", t.unit =
|
954
|
+
t.style = "unit", t.unit = Xr(i.options[0]);
|
949
955
|
continue;
|
950
956
|
case "compact-short":
|
951
957
|
case "K":
|
@@ -956,13 +962,13 @@ function zr(e) {
|
|
956
962
|
t.notation = "compact", t.compactDisplay = "long";
|
957
963
|
continue;
|
958
964
|
case "scientific":
|
959
|
-
t =
|
960
|
-
return
|
965
|
+
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
966
|
+
return E(E({}, h), qe(u));
|
961
967
|
}, {}));
|
962
968
|
continue;
|
963
969
|
case "engineering":
|
964
|
-
t =
|
965
|
-
return
|
970
|
+
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
971
|
+
return E(E({}, h), qe(u));
|
966
972
|
}, {}));
|
967
973
|
continue;
|
968
974
|
case "notation-simple":
|
@@ -1007,45 +1013,45 @@ function zr(e) {
|
|
1007
1013
|
case "integer-width":
|
1008
1014
|
if (i.options.length > 1)
|
1009
1015
|
throw new RangeError("integer-width stems only accept a single optional option");
|
1010
|
-
i.options[0].replace(
|
1011
|
-
if (
|
1016
|
+
i.options[0].replace(zr, function(h, u, l, c, f, g) {
|
1017
|
+
if (u)
|
1012
1018
|
t.minimumIntegerDigits = l.length;
|
1013
1019
|
else {
|
1014
1020
|
if (c && f)
|
1015
1021
|
throw new Error("We currently do not support maximum integer digits");
|
1016
|
-
if (
|
1022
|
+
if (g)
|
1017
1023
|
throw new Error("We currently do not support exact integer digits");
|
1018
1024
|
}
|
1019
1025
|
return "";
|
1020
1026
|
});
|
1021
1027
|
continue;
|
1022
1028
|
}
|
1023
|
-
if (
|
1029
|
+
if (Bt.test(i.stem)) {
|
1024
1030
|
t.minimumIntegerDigits = i.stem.length;
|
1025
1031
|
continue;
|
1026
1032
|
}
|
1027
|
-
if (
|
1033
|
+
if (Qe.test(i.stem)) {
|
1028
1034
|
if (i.options.length > 1)
|
1029
1035
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
1030
|
-
i.stem.replace(
|
1031
|
-
return l === "*" ? t.minimumFractionDigits =
|
1036
|
+
i.stem.replace(Qe, function(h, u, l, c, f, g) {
|
1037
|
+
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
1032
1038
|
});
|
1033
1039
|
var s = i.options[0];
|
1034
|
-
s === "w" ? t =
|
1040
|
+
s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), Je(s)));
|
1035
1041
|
continue;
|
1036
1042
|
}
|
1037
|
-
if (
|
1038
|
-
t =
|
1043
|
+
if (Tt.test(i.stem)) {
|
1044
|
+
t = E(E({}, t), Je(i.stem));
|
1039
1045
|
continue;
|
1040
1046
|
}
|
1041
|
-
var o =
|
1042
|
-
o && (t =
|
1043
|
-
var a =
|
1044
|
-
a && (t =
|
1047
|
+
var o = St(i.stem);
|
1048
|
+
o && (t = E(E({}, t), o));
|
1049
|
+
var a = Wr(i.stem);
|
1050
|
+
a && (t = E(E({}, t), a));
|
1045
1051
|
}
|
1046
1052
|
return t;
|
1047
1053
|
}
|
1048
|
-
var
|
1054
|
+
var ne = {
|
1049
1055
|
"001": [
|
1050
1056
|
"H",
|
1051
1057
|
"h"
|
@@ -2460,23 +2466,23 @@ var re = {
|
|
2460
2466
|
"h"
|
2461
2467
|
]
|
2462
2468
|
};
|
2463
|
-
function
|
2469
|
+
function Qr(e, t) {
|
2464
2470
|
for (var r = "", n = 0; n < e.length; n++) {
|
2465
2471
|
var i = e.charAt(n);
|
2466
2472
|
if (i === "j") {
|
2467
2473
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
2468
2474
|
s++, n++;
|
2469
|
-
var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1),
|
2470
|
-
for ((
|
2471
|
-
r +=
|
2475
|
+
var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", u = Jr(t);
|
2476
|
+
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
2477
|
+
r += h;
|
2472
2478
|
for (; o-- > 0; )
|
2473
|
-
r =
|
2479
|
+
r = u + r;
|
2474
2480
|
} else
|
2475
2481
|
i === "J" ? r += "H" : r += i;
|
2476
2482
|
}
|
2477
2483
|
return r;
|
2478
2484
|
}
|
2479
|
-
function
|
2485
|
+
function Jr(e) {
|
2480
2486
|
var t = e.hourCycle;
|
2481
2487
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
2482
2488
|
e.hourCycles && // @ts-ignore
|
@@ -2495,23 +2501,23 @@ function Zr(e) {
|
|
2495
2501
|
}
|
2496
2502
|
var r = e.language, n;
|
2497
2503
|
r !== "root" && (n = e.maximize().region);
|
2498
|
-
var i =
|
2504
|
+
var i = ne[n || ""] || ne[r || ""] || ne["".concat(r, "-001")] || ne["001"];
|
2499
2505
|
return i[0];
|
2500
2506
|
}
|
2501
|
-
var
|
2507
|
+
var _e, qr = new RegExp("^".concat(Ht.source, "*")), Yr = new RegExp("".concat(Ht.source, "*$"));
|
2502
2508
|
function b(e, t) {
|
2503
2509
|
return { start: e, end: t };
|
2504
2510
|
}
|
2505
|
-
var
|
2511
|
+
var Kr = !!String.prototype.startsWith && "_a".startsWith("a", 1), en = !!String.fromCodePoint, tn = !!Object.fromEntries, rn = !!String.prototype.codePointAt, nn = !!String.prototype.trimStart, sn = !!String.prototype.trimEnd, on = !!Number.isSafeInteger, an = on ? Number.isSafeInteger : function(e) {
|
2506
2512
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
2507
|
-
},
|
2513
|
+
}, Pe = !0;
|
2508
2514
|
try {
|
2509
|
-
var
|
2510
|
-
|
2515
|
+
var un = Pt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2516
|
+
Pe = ((_e = un.exec("a")) === null || _e === void 0 ? void 0 : _e[0]) === "a";
|
2511
2517
|
} catch (e) {
|
2512
|
-
|
2518
|
+
Pe = !1;
|
2513
2519
|
}
|
2514
|
-
var
|
2520
|
+
var Ye = Kr ? (
|
2515
2521
|
// Native
|
2516
2522
|
function(t, r, n) {
|
2517
2523
|
return t.startsWith(r, n);
|
@@ -2521,7 +2527,7 @@ var Je = qr ? (
|
|
2521
2527
|
function(t, r, n) {
|
2522
2528
|
return t.slice(n, n + r.length) === r;
|
2523
2529
|
}
|
2524
|
-
),
|
2530
|
+
), Oe = en ? String.fromCodePoint : (
|
2525
2531
|
// IE11
|
2526
2532
|
function() {
|
2527
2533
|
for (var t = [], r = 0; r < arguments.length; r++)
|
@@ -2533,9 +2539,9 @@ var Je = qr ? (
|
|
2533
2539
|
}
|
2534
2540
|
return n;
|
2535
2541
|
}
|
2536
|
-
),
|
2542
|
+
), Ke = (
|
2537
2543
|
// native
|
2538
|
-
|
2544
|
+
tn ? Object.fromEntries : (
|
2539
2545
|
// Ponyfill
|
2540
2546
|
function(t) {
|
2541
2547
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
@@ -2545,7 +2551,7 @@ var Je = qr ? (
|
|
2545
2551
|
return r;
|
2546
2552
|
}
|
2547
2553
|
)
|
2548
|
-
),
|
2554
|
+
), At = rn ? (
|
2549
2555
|
// Native
|
2550
2556
|
function(t, r) {
|
2551
2557
|
return t.codePointAt(r);
|
@@ -2559,7 +2565,7 @@ var Je = qr ? (
|
|
2559
2565
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
2560
2566
|
}
|
2561
2567
|
}
|
2562
|
-
),
|
2568
|
+
), hn = nn ? (
|
2563
2569
|
// Native
|
2564
2570
|
function(t) {
|
2565
2571
|
return t.trimStart();
|
@@ -2567,9 +2573,9 @@ var Je = qr ? (
|
|
2567
2573
|
) : (
|
2568
2574
|
// Ponyfill
|
2569
2575
|
function(t) {
|
2570
|
-
return t.replace(
|
2576
|
+
return t.replace(qr, "");
|
2571
2577
|
}
|
2572
|
-
),
|
2578
|
+
), ln = sn ? (
|
2573
2579
|
// Native
|
2574
2580
|
function(t) {
|
2575
2581
|
return t.trimEnd();
|
@@ -2577,32 +2583,32 @@ var Je = qr ? (
|
|
2577
2583
|
) : (
|
2578
2584
|
// Ponyfill
|
2579
2585
|
function(t) {
|
2580
|
-
return t.replace(
|
2586
|
+
return t.replace(Yr, "");
|
2581
2587
|
}
|
2582
2588
|
);
|
2583
|
-
function
|
2589
|
+
function Pt(e, t) {
|
2584
2590
|
return new RegExp(e, t);
|
2585
2591
|
}
|
2586
|
-
var
|
2587
|
-
if (
|
2588
|
-
var
|
2589
|
-
|
2592
|
+
var Ne;
|
2593
|
+
if (Pe) {
|
2594
|
+
var et = Pt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2595
|
+
Ne = function(t, r) {
|
2590
2596
|
var n;
|
2591
|
-
|
2592
|
-
var i =
|
2597
|
+
et.lastIndex = r;
|
2598
|
+
var i = et.exec(t);
|
2593
2599
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
2594
2600
|
};
|
2595
2601
|
} else
|
2596
|
-
|
2602
|
+
Ne = function(t, r) {
|
2597
2603
|
for (var n = []; ; ) {
|
2598
|
-
var i =
|
2599
|
-
if (i === void 0 ||
|
2604
|
+
var i = At(t, r);
|
2605
|
+
if (i === void 0 || Ot(i) || mn(i))
|
2600
2606
|
break;
|
2601
2607
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
2602
2608
|
}
|
2603
|
-
return
|
2609
|
+
return Oe.apply(void 0, n);
|
2604
2610
|
};
|
2605
|
-
var
|
2611
|
+
var fn = (
|
2606
2612
|
/** @class */
|
2607
2613
|
function() {
|
2608
2614
|
function e(t, r) {
|
@@ -2626,14 +2632,14 @@ var un = (
|
|
2626
2632
|
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
2627
2633
|
var a = this.clonePosition();
|
2628
2634
|
this.bump(), i.push({
|
2629
|
-
type:
|
2635
|
+
type: x.pound,
|
2630
2636
|
location: b(a, this.clonePosition())
|
2631
2637
|
});
|
2632
2638
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
2633
2639
|
if (n)
|
2634
2640
|
break;
|
2635
2641
|
return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
|
2636
|
-
} else if (s === 60 && !this.ignoreTag &&
|
2642
|
+
} else if (s === 60 && !this.ignoreTag && we(this.peek() || 0)) {
|
2637
2643
|
var o = this.parseTag(t, r);
|
2638
2644
|
if (o.err)
|
2639
2645
|
return o;
|
@@ -2654,7 +2660,7 @@ var un = (
|
|
2654
2660
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
2655
2661
|
return {
|
2656
2662
|
val: {
|
2657
|
-
type:
|
2663
|
+
type: x.literal,
|
2658
2664
|
value: "<".concat(i, "/>"),
|
2659
2665
|
location: b(n, this.clonePosition())
|
2660
2666
|
},
|
@@ -2666,12 +2672,12 @@ var un = (
|
|
2666
2672
|
return s;
|
2667
2673
|
var o = s.val, a = this.clonePosition();
|
2668
2674
|
if (this.bumpIf("</")) {
|
2669
|
-
if (this.isEOF() || !
|
2675
|
+
if (this.isEOF() || !we(this.char()))
|
2670
2676
|
return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
|
2671
|
-
var
|
2672
|
-
return i !==
|
2677
|
+
var h = this.clonePosition(), u = this.parseTagName();
|
2678
|
+
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
2673
2679
|
val: {
|
2674
|
-
type:
|
2680
|
+
type: x.tag,
|
2675
2681
|
value: i,
|
2676
2682
|
children: o,
|
2677
2683
|
location: b(n, this.clonePosition())
|
@@ -2684,7 +2690,7 @@ var un = (
|
|
2684
2690
|
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
2685
2691
|
}, e.prototype.parseTagName = function() {
|
2686
2692
|
var t = this.offset();
|
2687
|
-
for (this.bump(); !this.isEOF() &&
|
2693
|
+
for (this.bump(); !this.isEOF() && pn(this.char()); )
|
2688
2694
|
this.bump();
|
2689
2695
|
return this.message.slice(t, this.offset());
|
2690
2696
|
}, e.prototype.parseLiteral = function(t, r) {
|
@@ -2706,14 +2712,14 @@ var un = (
|
|
2706
2712
|
}
|
2707
2713
|
break;
|
2708
2714
|
}
|
2709
|
-
var
|
2715
|
+
var h = b(n, this.clonePosition());
|
2710
2716
|
return {
|
2711
|
-
val: { type:
|
2717
|
+
val: { type: x.literal, value: i, location: h },
|
2712
2718
|
err: null
|
2713
2719
|
};
|
2714
2720
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
2715
2721
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
2716
|
-
!
|
2722
|
+
!cn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
2717
2723
|
}, e.prototype.tryParseQuote = function(t) {
|
2718
2724
|
if (this.isEOF() || this.char() !== 39)
|
2719
2725
|
return null;
|
@@ -2747,12 +2753,12 @@ var un = (
|
|
2747
2753
|
r.push(n);
|
2748
2754
|
this.bump();
|
2749
2755
|
}
|
2750
|
-
return
|
2756
|
+
return Oe.apply(void 0, r);
|
2751
2757
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
2752
2758
|
if (this.isEOF())
|
2753
2759
|
return null;
|
2754
2760
|
var n = this.char();
|
2755
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
2761
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Oe(n));
|
2756
2762
|
}, e.prototype.parseArgument = function(t, r) {
|
2757
2763
|
var n = this.clonePosition();
|
2758
2764
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
@@ -2768,7 +2774,7 @@ var un = (
|
|
2768
2774
|
case 125:
|
2769
2775
|
return this.bump(), {
|
2770
2776
|
val: {
|
2771
|
-
type:
|
2777
|
+
type: x.argument,
|
2772
2778
|
// value does not include the opening and closing braces.
|
2773
2779
|
value: i,
|
2774
2780
|
location: b(n, this.clonePosition())
|
@@ -2781,66 +2787,66 @@ var un = (
|
|
2781
2787
|
return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
2782
2788
|
}
|
2783
2789
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
2784
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
2790
|
+
var t = this.clonePosition(), r = this.offset(), n = Ne(this.message, r), i = r + n.length;
|
2785
2791
|
this.bumpTo(i);
|
2786
2792
|
var s = this.clonePosition(), o = b(t, s);
|
2787
2793
|
return { value: n, location: o };
|
2788
2794
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
2789
|
-
var s, o = this.clonePosition(), a = this.parseIdentifierIfPossible().value,
|
2795
|
+
var s, o = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
|
2790
2796
|
switch (a) {
|
2791
2797
|
case "":
|
2792
|
-
return this.error(m.EXPECT_ARGUMENT_TYPE, b(o,
|
2798
|
+
return this.error(m.EXPECT_ARGUMENT_TYPE, b(o, h));
|
2793
2799
|
case "number":
|
2794
2800
|
case "date":
|
2795
2801
|
case "time": {
|
2796
2802
|
this.bumpSpace();
|
2797
|
-
var
|
2803
|
+
var u = null;
|
2798
2804
|
if (this.bumpIf(",")) {
|
2799
2805
|
this.bumpSpace();
|
2800
2806
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
2801
2807
|
if (c.err)
|
2802
2808
|
return c;
|
2803
|
-
var f =
|
2809
|
+
var f = ln(c.val);
|
2804
2810
|
if (f.length === 0)
|
2805
2811
|
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
2806
|
-
var
|
2807
|
-
|
2812
|
+
var g = b(l, this.clonePosition());
|
2813
|
+
u = { style: f, styleLocation: g };
|
2808
2814
|
}
|
2809
|
-
var
|
2810
|
-
if (
|
2811
|
-
return
|
2815
|
+
var d = this.tryParseArgumentClose(i);
|
2816
|
+
if (d.err)
|
2817
|
+
return d;
|
2812
2818
|
var y = b(i, this.clonePosition());
|
2813
|
-
if (
|
2814
|
-
var H =
|
2819
|
+
if (u && Ye(u == null ? void 0 : u.style, "::", 0)) {
|
2820
|
+
var H = hn(u.style.slice(2));
|
2815
2821
|
if (a === "number") {
|
2816
|
-
var c = this.parseNumberSkeletonFromString(H,
|
2822
|
+
var c = this.parseNumberSkeletonFromString(H, u.styleLocation);
|
2817
2823
|
return c.err ? c : {
|
2818
|
-
val: { type:
|
2824
|
+
val: { type: x.number, value: n, location: y, style: c.val },
|
2819
2825
|
err: null
|
2820
2826
|
};
|
2821
2827
|
} else {
|
2822
2828
|
if (H.length === 0)
|
2823
2829
|
return this.error(m.EXPECT_DATE_TIME_SKELETON, y);
|
2824
|
-
var
|
2825
|
-
this.locale && (
|
2830
|
+
var S = H;
|
2831
|
+
this.locale && (S = Qr(H, this.locale));
|
2826
2832
|
var f = {
|
2827
|
-
type:
|
2828
|
-
pattern:
|
2829
|
-
location:
|
2830
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2831
|
-
},
|
2833
|
+
type: V.dateTime,
|
2834
|
+
pattern: S,
|
2835
|
+
location: u.styleLocation,
|
2836
|
+
parsedOptions: this.shouldParseSkeletons ? jr(S) : {}
|
2837
|
+
}, A = a === "date" ? x.date : x.time;
|
2832
2838
|
return {
|
2833
|
-
val: { type:
|
2839
|
+
val: { type: A, value: n, location: y, style: f },
|
2834
2840
|
err: null
|
2835
2841
|
};
|
2836
2842
|
}
|
2837
2843
|
}
|
2838
2844
|
return {
|
2839
2845
|
val: {
|
2840
|
-
type: a === "number" ?
|
2846
|
+
type: a === "number" ? x.number : a === "date" ? x.date : x.time,
|
2841
2847
|
value: n,
|
2842
2848
|
location: y,
|
2843
|
-
style: (s =
|
2849
|
+
style: (s = u == null ? void 0 : u.style) !== null && s !== void 0 ? s : null
|
2844
2850
|
},
|
2845
2851
|
err: null
|
2846
2852
|
};
|
@@ -2850,47 +2856,47 @@ var un = (
|
|
2850
2856
|
case "select": {
|
2851
2857
|
var v = this.clonePosition();
|
2852
2858
|
if (this.bumpSpace(), !this.bumpIf(","))
|
2853
|
-
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(v,
|
2859
|
+
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(v, ue({}, v)));
|
2854
2860
|
this.bumpSpace();
|
2855
|
-
var
|
2856
|
-
if (a !== "select" &&
|
2861
|
+
var w = this.parseIdentifierIfPossible(), N = 0;
|
2862
|
+
if (a !== "select" && w.value === "offset") {
|
2857
2863
|
if (!this.bumpIf(":"))
|
2858
2864
|
return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
|
2859
2865
|
this.bumpSpace();
|
2860
2866
|
var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
2861
2867
|
if (c.err)
|
2862
2868
|
return c;
|
2863
|
-
this.bumpSpace(),
|
2869
|
+
this.bumpSpace(), w = this.parseIdentifierIfPossible(), N = c.val;
|
2864
2870
|
}
|
2865
|
-
var R = this.tryParsePluralOrSelectOptions(t, a, r,
|
2871
|
+
var R = this.tryParsePluralOrSelectOptions(t, a, r, w);
|
2866
2872
|
if (R.err)
|
2867
2873
|
return R;
|
2868
|
-
var
|
2869
|
-
if (
|
2870
|
-
return
|
2871
|
-
var
|
2874
|
+
var d = this.tryParseArgumentClose(i);
|
2875
|
+
if (d.err)
|
2876
|
+
return d;
|
2877
|
+
var re = b(i, this.clonePosition());
|
2872
2878
|
return a === "select" ? {
|
2873
2879
|
val: {
|
2874
|
-
type:
|
2880
|
+
type: x.select,
|
2875
2881
|
value: n,
|
2876
|
-
options:
|
2877
|
-
location:
|
2882
|
+
options: Ke(R.val),
|
2883
|
+
location: re
|
2878
2884
|
},
|
2879
2885
|
err: null
|
2880
2886
|
} : {
|
2881
2887
|
val: {
|
2882
|
-
type:
|
2888
|
+
type: x.plural,
|
2883
2889
|
value: n,
|
2884
|
-
options:
|
2885
|
-
offset:
|
2890
|
+
options: Ke(R.val),
|
2891
|
+
offset: N,
|
2886
2892
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
2887
|
-
location:
|
2893
|
+
location: re
|
2888
2894
|
},
|
2889
2895
|
err: null
|
2890
2896
|
};
|
2891
2897
|
}
|
2892
2898
|
default:
|
2893
|
-
return this.error(m.INVALID_ARGUMENT_TYPE, b(o,
|
2899
|
+
return this.error(m.INVALID_ARGUMENT_TYPE, b(o, h));
|
2894
2900
|
}
|
2895
2901
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
2896
2902
|
return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
@@ -2932,50 +2938,50 @@ var un = (
|
|
2932
2938
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
2933
2939
|
var n = [];
|
2934
2940
|
try {
|
2935
|
-
n =
|
2941
|
+
n = kr(t);
|
2936
2942
|
} catch (i) {
|
2937
2943
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
2938
2944
|
}
|
2939
2945
|
return {
|
2940
2946
|
val: {
|
2941
|
-
type:
|
2947
|
+
type: V.number,
|
2942
2948
|
tokens: n,
|
2943
2949
|
location: r,
|
2944
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2950
|
+
parsedOptions: this.shouldParseSkeletons ? Zr(n) : {}
|
2945
2951
|
},
|
2946
2952
|
err: null
|
2947
2953
|
};
|
2948
2954
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
2949
|
-
for (var s, o = !1, a = [],
|
2950
|
-
if (
|
2955
|
+
for (var s, o = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
|
2956
|
+
if (u.length === 0) {
|
2951
2957
|
var c = this.clonePosition();
|
2952
2958
|
if (r !== "select" && this.bumpIf("=")) {
|
2953
2959
|
var f = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR, m.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
2954
2960
|
if (f.err)
|
2955
2961
|
return f;
|
2956
|
-
l = b(c, this.clonePosition()),
|
2962
|
+
l = b(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
|
2957
2963
|
} else
|
2958
2964
|
break;
|
2959
2965
|
}
|
2960
|
-
if (
|
2966
|
+
if (h.has(u))
|
2961
2967
|
return this.error(r === "select" ? m.DUPLICATE_SELECT_ARGUMENT_SELECTOR : m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
2962
|
-
|
2963
|
-
var
|
2968
|
+
u === "other" && (o = !0), this.bumpSpace();
|
2969
|
+
var g = this.clonePosition();
|
2964
2970
|
if (!this.bumpIf("{"))
|
2965
2971
|
return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
|
2966
|
-
var
|
2967
|
-
if (
|
2968
|
-
return
|
2969
|
-
var y = this.tryParseArgumentClose(
|
2972
|
+
var d = this.parseMessage(t + 1, r, n);
|
2973
|
+
if (d.err)
|
2974
|
+
return d;
|
2975
|
+
var y = this.tryParseArgumentClose(g);
|
2970
2976
|
if (y.err)
|
2971
2977
|
return y;
|
2972
2978
|
a.push([
|
2973
|
-
|
2979
|
+
u,
|
2974
2980
|
{
|
2975
|
-
value:
|
2976
|
-
location: b(
|
2981
|
+
value: d.val,
|
2982
|
+
location: b(g, this.clonePosition())
|
2977
2983
|
}
|
2978
|
-
]),
|
2984
|
+
]), h.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, l = s.location;
|
2979
2985
|
}
|
2980
2986
|
return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(m.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
2981
2987
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
@@ -2988,8 +2994,8 @@ var un = (
|
|
2988
2994
|
else
|
2989
2995
|
break;
|
2990
2996
|
}
|
2991
|
-
var
|
2992
|
-
return s ? (o *= n,
|
2997
|
+
var h = b(i, this.clonePosition());
|
2998
|
+
return s ? (o *= n, an(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
|
2993
2999
|
}, e.prototype.offset = function() {
|
2994
3000
|
return this.position.offset;
|
2995
3001
|
}, e.prototype.isEOF = function() {
|
@@ -3004,7 +3010,7 @@ var un = (
|
|
3004
3010
|
var t = this.position.offset;
|
3005
3011
|
if (t >= this.message.length)
|
3006
3012
|
throw Error("out of bound");
|
3007
|
-
var r =
|
3013
|
+
var r = At(this.message, t);
|
3008
3014
|
if (r === void 0)
|
3009
3015
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
3010
3016
|
return r;
|
@@ -3023,7 +3029,7 @@ var un = (
|
|
3023
3029
|
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);
|
3024
3030
|
}
|
3025
3031
|
}, e.prototype.bumpIf = function(t) {
|
3026
|
-
if (
|
3032
|
+
if (Ye(this.message, t, this.offset())) {
|
3027
3033
|
for (var r = 0; r < t.length; r++)
|
3028
3034
|
this.bump();
|
3029
3035
|
return !0;
|
@@ -3045,7 +3051,7 @@ var un = (
|
|
3045
3051
|
break;
|
3046
3052
|
}
|
3047
3053
|
}, e.prototype.bumpSpace = function() {
|
3048
|
-
for (; !this.isEOF() &&
|
3054
|
+
for (; !this.isEOF() && Ot(this.char()); )
|
3049
3055
|
this.bump();
|
3050
3056
|
}, e.prototype.peek = function() {
|
3051
3057
|
if (this.isEOF())
|
@@ -3055,47 +3061,47 @@ var un = (
|
|
3055
3061
|
}, e;
|
3056
3062
|
}()
|
3057
3063
|
);
|
3058
|
-
function
|
3064
|
+
function we(e) {
|
3059
3065
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
3060
3066
|
}
|
3061
|
-
function
|
3062
|
-
return
|
3067
|
+
function cn(e) {
|
3068
|
+
return we(e) || e === 47;
|
3063
3069
|
}
|
3064
|
-
function
|
3070
|
+
function pn(e) {
|
3065
3071
|
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;
|
3066
3072
|
}
|
3067
|
-
function
|
3073
|
+
function Ot(e) {
|
3068
3074
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
3069
3075
|
}
|
3070
|
-
function
|
3076
|
+
function mn(e) {
|
3071
3077
|
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;
|
3072
3078
|
}
|
3073
|
-
function
|
3079
|
+
function Ie(e) {
|
3074
3080
|
e.forEach(function(t) {
|
3075
|
-
if (delete t.location,
|
3081
|
+
if (delete t.location, Et(t) || yt(t))
|
3076
3082
|
for (var r in t.options)
|
3077
|
-
delete t.options[r].location,
|
3083
|
+
delete t.options[r].location, Ie(t.options[r].value);
|
3078
3084
|
else
|
3079
|
-
|
3085
|
+
dt(t) && vt(t.style) || (gt(t) || xt(t)) && Ae(t.style) ? delete t.style.location : _t(t) && Ie(t.children);
|
3080
3086
|
});
|
3081
3087
|
}
|
3082
|
-
function
|
3083
|
-
t === void 0 && (t = {}), t =
|
3084
|
-
var r = new
|
3088
|
+
function bn(e, t) {
|
3089
|
+
t === void 0 && (t = {}), t = ue({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
3090
|
+
var r = new fn(e, t).parse();
|
3085
3091
|
if (r.err) {
|
3086
3092
|
var n = SyntaxError(m[r.err.kind]);
|
3087
3093
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
3088
3094
|
}
|
3089
|
-
return t != null && t.captureLocation ||
|
3095
|
+
return t != null && t.captureLocation || Ie(r.val), r.val;
|
3090
3096
|
}
|
3091
|
-
var
|
3097
|
+
var k;
|
3092
3098
|
(function(e) {
|
3093
3099
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
3094
|
-
})(
|
3095
|
-
var
|
3100
|
+
})(k || (k = {}));
|
3101
|
+
var pe = (
|
3096
3102
|
/** @class */
|
3097
3103
|
function(e) {
|
3098
|
-
|
3104
|
+
ce(t, e);
|
3099
3105
|
function t(r, n, i) {
|
3100
3106
|
var s = e.call(this, r) || this;
|
3101
3107
|
return s.code = n, s.originalMessage = i, s;
|
@@ -3104,64 +3110,64 @@ var fe = (
|
|
3104
3110
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
3105
3111
|
}, t;
|
3106
3112
|
}(Error)
|
3107
|
-
),
|
3113
|
+
), tt = (
|
3108
3114
|
/** @class */
|
3109
3115
|
function(e) {
|
3110
|
-
|
3116
|
+
ce(t, e);
|
3111
3117
|
function t(r, n, i, s) {
|
3112
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
3118
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, s) || this;
|
3113
3119
|
}
|
3114
3120
|
return t;
|
3115
|
-
}(
|
3116
|
-
),
|
3121
|
+
}(pe)
|
3122
|
+
), dn = (
|
3117
3123
|
/** @class */
|
3118
3124
|
function(e) {
|
3119
|
-
|
3125
|
+
ce(t, e);
|
3120
3126
|
function t(r, n, i) {
|
3121
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
3127
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
|
3122
3128
|
}
|
3123
3129
|
return t;
|
3124
|
-
}(
|
3125
|
-
),
|
3130
|
+
}(pe)
|
3131
|
+
), gn = (
|
3126
3132
|
/** @class */
|
3127
3133
|
function(e) {
|
3128
|
-
|
3134
|
+
ce(t, e);
|
3129
3135
|
function t(r, n) {
|
3130
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
3136
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
|
3131
3137
|
}
|
3132
3138
|
return t;
|
3133
|
-
}(
|
3139
|
+
}(pe)
|
3134
3140
|
), _;
|
3135
3141
|
(function(e) {
|
3136
3142
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
3137
3143
|
})(_ || (_ = {}));
|
3138
|
-
function
|
3144
|
+
function xn(e) {
|
3139
3145
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
3140
3146
|
var n = t[t.length - 1];
|
3141
3147
|
return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
|
3142
3148
|
}, []);
|
3143
3149
|
}
|
3144
|
-
function
|
3150
|
+
function En(e) {
|
3145
3151
|
return typeof e == "function";
|
3146
3152
|
}
|
3147
|
-
function
|
3148
|
-
if (e.length === 1 &&
|
3153
|
+
function oe(e, t, r, n, i, s, o) {
|
3154
|
+
if (e.length === 1 && Ze(e[0]))
|
3149
3155
|
return [
|
3150
3156
|
{
|
3151
3157
|
type: _.literal,
|
3152
3158
|
value: e[0].value
|
3153
3159
|
}
|
3154
3160
|
];
|
3155
|
-
for (var a = [],
|
3156
|
-
var l = h
|
3157
|
-
if (
|
3161
|
+
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
3162
|
+
var l = u[h];
|
3163
|
+
if (Ze(l)) {
|
3158
3164
|
a.push({
|
3159
3165
|
type: _.literal,
|
3160
3166
|
value: l.value
|
3161
3167
|
});
|
3162
3168
|
continue;
|
3163
3169
|
}
|
3164
|
-
if (
|
3170
|
+
if (Dr(l)) {
|
3165
3171
|
typeof s == "number" && a.push({
|
3166
3172
|
type: _.literal,
|
3167
3173
|
value: r.getNumberFormat(t).format(s)
|
@@ -3170,89 +3176,89 @@ function se(e, t, r, n, i, s, o) {
|
|
3170
3176
|
}
|
3171
3177
|
var c = l.value;
|
3172
3178
|
if (!(i && c in i))
|
3173
|
-
throw new
|
3179
|
+
throw new gn(c, o);
|
3174
3180
|
var f = i[c];
|
3175
|
-
if (
|
3181
|
+
if (Gr(l)) {
|
3176
3182
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
3177
3183
|
type: typeof f == "string" ? _.literal : _.object,
|
3178
3184
|
value: f
|
3179
3185
|
});
|
3180
3186
|
continue;
|
3181
3187
|
}
|
3182
|
-
if (
|
3183
|
-
var
|
3188
|
+
if (gt(l)) {
|
3189
|
+
var g = typeof l.style == "string" ? n.date[l.style] : Ae(l.style) ? l.style.parsedOptions : void 0;
|
3184
3190
|
a.push({
|
3185
3191
|
type: _.literal,
|
3186
|
-
value: r.getDateTimeFormat(t,
|
3192
|
+
value: r.getDateTimeFormat(t, g).format(f)
|
3187
3193
|
});
|
3188
3194
|
continue;
|
3189
3195
|
}
|
3190
|
-
if (
|
3191
|
-
var
|
3196
|
+
if (xt(l)) {
|
3197
|
+
var g = typeof l.style == "string" ? n.time[l.style] : Ae(l.style) ? l.style.parsedOptions : n.time.medium;
|
3192
3198
|
a.push({
|
3193
3199
|
type: _.literal,
|
3194
|
-
value: r.getDateTimeFormat(t,
|
3200
|
+
value: r.getDateTimeFormat(t, g).format(f)
|
3195
3201
|
});
|
3196
3202
|
continue;
|
3197
3203
|
}
|
3198
|
-
if (
|
3199
|
-
var
|
3200
|
-
|
3204
|
+
if (dt(l)) {
|
3205
|
+
var g = typeof l.style == "string" ? n.number[l.style] : vt(l.style) ? l.style.parsedOptions : void 0;
|
3206
|
+
g && g.scale && (f = f * (g.scale || 1)), a.push({
|
3201
3207
|
type: _.literal,
|
3202
|
-
value: r.getNumberFormat(t,
|
3208
|
+
value: r.getNumberFormat(t, g).format(f)
|
3203
3209
|
});
|
3204
3210
|
continue;
|
3205
3211
|
}
|
3206
|
-
if (
|
3207
|
-
var
|
3208
|
-
if (!
|
3209
|
-
throw new
|
3210
|
-
var
|
3211
|
-
return
|
3212
|
+
if (_t(l)) {
|
3213
|
+
var d = l.children, y = l.value, H = i[y];
|
3214
|
+
if (!En(H))
|
3215
|
+
throw new dn(y, "function", o);
|
3216
|
+
var S = oe(d, t, r, n, i, s), A = H(S.map(function(N) {
|
3217
|
+
return N.value;
|
3212
3218
|
}));
|
3213
|
-
Array.isArray(
|
3219
|
+
Array.isArray(A) || (A = [A]), a.push.apply(a, A.map(function(N) {
|
3214
3220
|
return {
|
3215
|
-
type: typeof
|
3216
|
-
value:
|
3221
|
+
type: typeof N == "string" ? _.literal : _.object,
|
3222
|
+
value: N
|
3217
3223
|
};
|
3218
3224
|
}));
|
3219
3225
|
}
|
3220
|
-
if (
|
3226
|
+
if (Et(l)) {
|
3221
3227
|
var v = l.options[f] || l.options.other;
|
3222
3228
|
if (!v)
|
3223
|
-
throw new
|
3224
|
-
a.push.apply(a,
|
3229
|
+
throw new tt(l.value, f, Object.keys(l.options), o);
|
3230
|
+
a.push.apply(a, oe(v.value, t, r, n, i));
|
3225
3231
|
continue;
|
3226
3232
|
}
|
3227
|
-
if (
|
3233
|
+
if (yt(l)) {
|
3228
3234
|
var v = l.options["=".concat(f)];
|
3229
3235
|
if (!v) {
|
3230
3236
|
if (!Intl.PluralRules)
|
3231
|
-
throw new
|
3237
|
+
throw new pe(`Intl.PluralRules is not available in this environment.
|
3232
3238
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
3233
|
-
`,
|
3234
|
-
var
|
3235
|
-
v = l.options[
|
3239
|
+
`, k.MISSING_INTL_API, o);
|
3240
|
+
var w = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
3241
|
+
v = l.options[w] || l.options.other;
|
3236
3242
|
}
|
3237
3243
|
if (!v)
|
3238
|
-
throw new
|
3239
|
-
a.push.apply(a,
|
3244
|
+
throw new tt(l.value, f, Object.keys(l.options), o);
|
3245
|
+
a.push.apply(a, oe(v.value, t, r, n, i, f - (l.offset || 0)));
|
3240
3246
|
continue;
|
3241
3247
|
}
|
3242
3248
|
}
|
3243
|
-
return
|
3249
|
+
return xn(a);
|
3244
3250
|
}
|
3245
|
-
function
|
3246
|
-
return t ?
|
3247
|
-
return r[n] =
|
3251
|
+
function yn(e, t) {
|
3252
|
+
return t ? O(O(O({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
3253
|
+
return r[n] = O(O({}, e[n]), t[n] || {}), r;
|
3248
3254
|
}, {})) : e;
|
3249
3255
|
}
|
3250
|
-
function
|
3256
|
+
function _n(e, t) {
|
3251
3257
|
return t ? Object.keys(e).reduce(function(r, n) {
|
3252
|
-
return r[n] =
|
3253
|
-
},
|
3258
|
+
return r[n] = yn(e[n], t[n]), r;
|
3259
|
+
}, O({}, e)) : e;
|
3254
3260
|
}
|
3255
|
-
function
|
3261
|
+
function ve(e) {
|
3256
3262
|
return {
|
3257
3263
|
create: function() {
|
3258
3264
|
return {
|
@@ -3266,39 +3272,39 @@ function ye(e) {
|
|
3266
3272
|
}
|
3267
3273
|
};
|
3268
3274
|
}
|
3269
|
-
function
|
3275
|
+
function vn(e) {
|
3270
3276
|
return e === void 0 && (e = {
|
3271
3277
|
number: {},
|
3272
3278
|
dateTime: {},
|
3273
3279
|
pluralRules: {}
|
3274
3280
|
}), {
|
3275
|
-
getNumberFormat:
|
3281
|
+
getNumberFormat: Ee(function() {
|
3276
3282
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3277
3283
|
r[n] = arguments[n];
|
3278
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
3284
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, xe([void 0], r, !1)))();
|
3279
3285
|
}, {
|
3280
|
-
cache:
|
3281
|
-
strategy:
|
3286
|
+
cache: ve(e.number),
|
3287
|
+
strategy: ye.variadic
|
3282
3288
|
}),
|
3283
|
-
getDateTimeFormat:
|
3289
|
+
getDateTimeFormat: Ee(function() {
|
3284
3290
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3285
3291
|
r[n] = arguments[n];
|
3286
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
3292
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, xe([void 0], r, !1)))();
|
3287
3293
|
}, {
|
3288
|
-
cache:
|
3289
|
-
strategy:
|
3294
|
+
cache: ve(e.dateTime),
|
3295
|
+
strategy: ye.variadic
|
3290
3296
|
}),
|
3291
|
-
getPluralRules:
|
3297
|
+
getPluralRules: Ee(function() {
|
3292
3298
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3293
3299
|
r[n] = arguments[n];
|
3294
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
3300
|
+
return new ((t = Intl.PluralRules).bind.apply(t, xe([void 0], r, !1)))();
|
3295
3301
|
}, {
|
3296
|
-
cache:
|
3297
|
-
strategy:
|
3302
|
+
cache: ve(e.pluralRules),
|
3303
|
+
strategy: ye.variadic
|
3298
3304
|
})
|
3299
3305
|
};
|
3300
3306
|
}
|
3301
|
-
var
|
3307
|
+
var Hn = (
|
3302
3308
|
/** @class */
|
3303
3309
|
function() {
|
3304
3310
|
function e(t, r, n, i) {
|
@@ -3308,20 +3314,20 @@ var _n = (
|
|
3308
3314
|
number: {},
|
3309
3315
|
dateTime: {},
|
3310
3316
|
pluralRules: {}
|
3311
|
-
}, this.format = function(
|
3312
|
-
var
|
3313
|
-
if (
|
3314
|
-
return
|
3315
|
-
var l =
|
3317
|
+
}, this.format = function(h) {
|
3318
|
+
var u = s.formatToParts(h);
|
3319
|
+
if (u.length === 1)
|
3320
|
+
return u[0].value;
|
3321
|
+
var l = u.reduce(function(c, f) {
|
3316
3322
|
return !c.length || f.type !== _.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
3317
3323
|
}, []);
|
3318
3324
|
return l.length <= 1 ? l[0] || "" : l;
|
3319
|
-
}, this.formatToParts = function(
|
3320
|
-
return
|
3325
|
+
}, this.formatToParts = function(h) {
|
3326
|
+
return oe(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
|
3321
3327
|
}, this.resolvedOptions = function() {
|
3322
|
-
var
|
3328
|
+
var h;
|
3323
3329
|
return {
|
3324
|
-
locale: ((
|
3330
|
+
locale: ((h = s.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
|
3325
3331
|
};
|
3326
3332
|
}, this.getAst = function() {
|
3327
3333
|
return s.ast;
|
@@ -3330,13 +3336,13 @@ var _n = (
|
|
3330
3336
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
3331
3337
|
var o = i || {};
|
3332
3338
|
o.formatters;
|
3333
|
-
var a =
|
3334
|
-
this.ast = e.__parse(t,
|
3339
|
+
var a = wr(o, ["formatters"]);
|
3340
|
+
this.ast = e.__parse(t, O(O({}, a), { locale: this.resolvedLocale }));
|
3335
3341
|
} else
|
3336
3342
|
this.ast = t;
|
3337
3343
|
if (!Array.isArray(this.ast))
|
3338
3344
|
throw new TypeError("A message must be provided as a String or AST.");
|
3339
|
-
this.formats =
|
3345
|
+
this.formats = _n(e.formats, n), this.formatters = i && i.formatters || vn(this.formatterCache);
|
3340
3346
|
}
|
3341
3347
|
return Object.defineProperty(e, "defaultLocale", {
|
3342
3348
|
get: function() {
|
@@ -3349,7 +3355,7 @@ var _n = (
|
|
3349
3355
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
3350
3356
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
3351
3357
|
}
|
3352
|
-
}, e.__parse =
|
3358
|
+
}, e.__parse = bn, e.formats = {
|
3353
3359
|
number: {
|
3354
3360
|
integer: {
|
3355
3361
|
maximumFractionDigits: 0
|
@@ -3410,7 +3416,7 @@ var _n = (
|
|
3410
3416
|
}, e;
|
3411
3417
|
}()
|
3412
3418
|
);
|
3413
|
-
function
|
3419
|
+
function Tn(e, t) {
|
3414
3420
|
if (t == null)
|
3415
3421
|
return;
|
3416
3422
|
if (t in e)
|
@@ -3431,92 +3437,92 @@ function vn(e, t) {
|
|
3431
3437
|
n = void 0;
|
3432
3438
|
return n;
|
3433
3439
|
}
|
3434
|
-
const I = {},
|
3440
|
+
const I = {}, Bn = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Nt = (e, t) => {
|
3435
3441
|
if (t == null)
|
3436
3442
|
return;
|
3437
3443
|
if (t in I && e in I[t])
|
3438
3444
|
return I[t][e];
|
3439
|
-
const r =
|
3445
|
+
const r = me(t);
|
3440
3446
|
for (let n = 0; n < r.length; n++) {
|
3441
|
-
const i = r[n], s =
|
3447
|
+
const i = r[n], s = An(i, e);
|
3442
3448
|
if (s)
|
3443
|
-
return
|
3449
|
+
return Bn(e, t, s);
|
3444
3450
|
}
|
3445
3451
|
};
|
3446
|
-
let
|
3447
|
-
const
|
3448
|
-
function
|
3449
|
-
return
|
3452
|
+
let Ue;
|
3453
|
+
const W = fe({});
|
3454
|
+
function Sn(e) {
|
3455
|
+
return Ue[e] || null;
|
3450
3456
|
}
|
3451
|
-
function
|
3452
|
-
return e in
|
3457
|
+
function wt(e) {
|
3458
|
+
return e in Ue;
|
3453
3459
|
}
|
3454
|
-
function
|
3455
|
-
if (!
|
3460
|
+
function An(e, t) {
|
3461
|
+
if (!wt(e))
|
3456
3462
|
return null;
|
3457
|
-
const r =
|
3458
|
-
return
|
3463
|
+
const r = Sn(e);
|
3464
|
+
return Tn(r, t);
|
3459
3465
|
}
|
3460
|
-
function
|
3466
|
+
function Pn(e) {
|
3461
3467
|
if (e == null)
|
3462
3468
|
return;
|
3463
|
-
const t =
|
3469
|
+
const t = me(e);
|
3464
3470
|
for (let r = 0; r < t.length; r++) {
|
3465
3471
|
const n = t[r];
|
3466
|
-
if (
|
3472
|
+
if (wt(n))
|
3467
3473
|
return n;
|
3468
3474
|
}
|
3469
3475
|
}
|
3470
|
-
function
|
3471
|
-
delete I[e],
|
3476
|
+
function It(e, ...t) {
|
3477
|
+
delete I[e], W.update((r) => (r[e] = Nr.all([r[e] || {}, ...t]), r));
|
3472
3478
|
}
|
3473
|
-
|
3474
|
-
[
|
3479
|
+
z(
|
3480
|
+
[W],
|
3475
3481
|
([e]) => Object.keys(e)
|
3476
3482
|
);
|
3477
|
-
|
3478
|
-
const
|
3479
|
-
function
|
3480
|
-
|
3483
|
+
W.subscribe((e) => Ue = e);
|
3484
|
+
const ae = {};
|
3485
|
+
function On(e, t) {
|
3486
|
+
ae[e].delete(t), ae[e].size === 0 && delete ae[e];
|
3481
3487
|
}
|
3482
|
-
function
|
3483
|
-
return
|
3488
|
+
function Lt(e) {
|
3489
|
+
return ae[e];
|
3484
3490
|
}
|
3485
|
-
function
|
3486
|
-
return
|
3487
|
-
const r =
|
3491
|
+
function Nn(e) {
|
3492
|
+
return me(e).map((t) => {
|
3493
|
+
const r = Lt(t);
|
3488
3494
|
return [t, r ? [...r] : []];
|
3489
3495
|
}).filter(([, t]) => t.length > 0);
|
3490
3496
|
}
|
3491
|
-
function
|
3492
|
-
return e == null ? !1 :
|
3497
|
+
function Le(e) {
|
3498
|
+
return e == null ? !1 : me(e).some(
|
3493
3499
|
(t) => {
|
3494
3500
|
var r;
|
3495
|
-
return (r =
|
3501
|
+
return (r = Lt(t)) == null ? void 0 : r.size;
|
3496
3502
|
}
|
3497
3503
|
);
|
3498
3504
|
}
|
3499
|
-
function
|
3505
|
+
function wn(e, t) {
|
3500
3506
|
return Promise.all(
|
3501
|
-
t.map((n) => (
|
3502
|
-
).then((n) =>
|
3503
|
-
}
|
3504
|
-
const
|
3505
|
-
function
|
3506
|
-
if (!
|
3507
|
-
return e in
|
3508
|
-
const t =
|
3509
|
-
return
|
3507
|
+
t.map((n) => (On(e, n), n().then((i) => i.default || i)))
|
3508
|
+
).then((n) => It(e, ...n));
|
3509
|
+
}
|
3510
|
+
const Q = {};
|
3511
|
+
function Ct(e) {
|
3512
|
+
if (!Le(e))
|
3513
|
+
return e in Q ? Q[e] : Promise.resolve();
|
3514
|
+
const t = Nn(e);
|
3515
|
+
return Q[e] = Promise.all(
|
3510
3516
|
t.map(
|
3511
|
-
([r, n]) =>
|
3517
|
+
([r, n]) => wn(r, n)
|
3512
3518
|
)
|
3513
3519
|
).then(() => {
|
3514
|
-
if (
|
3515
|
-
return
|
3516
|
-
delete
|
3517
|
-
}),
|
3520
|
+
if (Le(e))
|
3521
|
+
return Ct(e);
|
3522
|
+
delete Q[e];
|
3523
|
+
}), Q[e];
|
3518
3524
|
}
|
3519
|
-
const
|
3525
|
+
const In = {
|
3520
3526
|
number: {
|
3521
3527
|
scientific: { notation: "scientific" },
|
3522
3528
|
engineering: { notation: "engineering" },
|
@@ -3545,150 +3551,150 @@ const Nn = {
|
|
3545
3551
|
timeZoneName: "short"
|
3546
3552
|
}
|
3547
3553
|
}
|
3548
|
-
},
|
3554
|
+
}, Ln = {
|
3549
3555
|
fallbackLocale: null,
|
3550
3556
|
loadingDelay: 200,
|
3551
|
-
formats:
|
3557
|
+
formats: In,
|
3552
3558
|
warnOnMissingMessages: !0,
|
3553
3559
|
handleMissingMessage: void 0,
|
3554
3560
|
ignoreTag: !0
|
3555
|
-
},
|
3556
|
-
function
|
3557
|
-
return
|
3561
|
+
}, Cn = Ln;
|
3562
|
+
function X() {
|
3563
|
+
return Cn;
|
3558
3564
|
}
|
3559
|
-
const
|
3560
|
-
var
|
3565
|
+
const He = fe(!1);
|
3566
|
+
var Mn = Object.defineProperty, $n = Object.defineProperties, Rn = Object.getOwnPropertyDescriptors, rt = Object.getOwnPropertySymbols, Un = Object.prototype.hasOwnProperty, Gn = Object.prototype.propertyIsEnumerable, nt = (e, t, r) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Dn = (e, t) => {
|
3561
3567
|
for (var r in t || (t = {}))
|
3562
|
-
|
3563
|
-
if (
|
3564
|
-
for (var r of
|
3565
|
-
|
3568
|
+
Un.call(t, r) && nt(e, r, t[r]);
|
3569
|
+
if (rt)
|
3570
|
+
for (var r of rt(t))
|
3571
|
+
Gn.call(t, r) && nt(e, r, t[r]);
|
3566
3572
|
return e;
|
3567
|
-
},
|
3568
|
-
let
|
3569
|
-
const
|
3570
|
-
function
|
3573
|
+
}, Fn = (e, t) => $n(e, Rn(t));
|
3574
|
+
let Ce;
|
3575
|
+
const he = fe(null);
|
3576
|
+
function it(e) {
|
3571
3577
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
3572
3578
|
}
|
3573
|
-
function
|
3574
|
-
const r =
|
3575
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
3579
|
+
function me(e, t = X().fallbackLocale) {
|
3580
|
+
const r = it(e);
|
3581
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...it(t)])] : r;
|
3576
3582
|
}
|
3577
|
-
function
|
3578
|
-
return
|
3583
|
+
function $() {
|
3584
|
+
return Ce != null ? Ce : void 0;
|
3579
3585
|
}
|
3580
|
-
|
3581
|
-
|
3586
|
+
he.subscribe((e) => {
|
3587
|
+
Ce = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
3582
3588
|
});
|
3583
|
-
const
|
3584
|
-
if (e &&
|
3585
|
-
const { loadingDelay: t } =
|
3589
|
+
const jn = (e) => {
|
3590
|
+
if (e && Pn(e) && Le(e)) {
|
3591
|
+
const { loadingDelay: t } = X();
|
3586
3592
|
let r;
|
3587
|
-
return typeof window != "undefined" &&
|
3588
|
-
() =>
|
3593
|
+
return typeof window != "undefined" && $() != null && t ? r = window.setTimeout(
|
3594
|
+
() => He.set(!0),
|
3589
3595
|
t
|
3590
|
-
) :
|
3591
|
-
|
3596
|
+
) : He.set(!0), Ct(e).then(() => {
|
3597
|
+
he.set(e);
|
3592
3598
|
}).finally(() => {
|
3593
|
-
clearTimeout(r),
|
3599
|
+
clearTimeout(r), He.set(!1);
|
3594
3600
|
});
|
3595
3601
|
}
|
3596
|
-
return
|
3597
|
-
},
|
3598
|
-
set:
|
3599
|
-
}),
|
3602
|
+
return he.set(e);
|
3603
|
+
}, L = Fn(Dn({}, he), {
|
3604
|
+
set: jn
|
3605
|
+
}), be = (e) => {
|
3600
3606
|
const t = /* @__PURE__ */ Object.create(null);
|
3601
3607
|
return (n) => {
|
3602
3608
|
const i = JSON.stringify(n);
|
3603
3609
|
return i in t ? t[i] : t[i] = e(n);
|
3604
3610
|
};
|
3605
3611
|
};
|
3606
|
-
var
|
3612
|
+
var Vn = Object.defineProperty, le = Object.getOwnPropertySymbols, Mt = Object.prototype.hasOwnProperty, $t = Object.prototype.propertyIsEnumerable, st = (e, t, r) => t in e ? Vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ge = (e, t) => {
|
3607
3613
|
for (var r in t || (t = {}))
|
3608
|
-
|
3609
|
-
if (
|
3610
|
-
for (var r of
|
3611
|
-
|
3614
|
+
Mt.call(t, r) && st(e, r, t[r]);
|
3615
|
+
if (le)
|
3616
|
+
for (var r of le(t))
|
3617
|
+
$t.call(t, r) && st(e, r, t[r]);
|
3612
3618
|
return e;
|
3613
|
-
},
|
3619
|
+
}, Z = (e, t) => {
|
3614
3620
|
var r = {};
|
3615
3621
|
for (var n in e)
|
3616
|
-
|
3617
|
-
if (e != null &&
|
3618
|
-
for (var n of
|
3619
|
-
t.indexOf(n) < 0 &&
|
3622
|
+
Mt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
3623
|
+
if (e != null && le)
|
3624
|
+
for (var n of le(e))
|
3625
|
+
t.indexOf(n) < 0 && $t.call(e, n) && (r[n] = e[n]);
|
3620
3626
|
return r;
|
3621
3627
|
};
|
3622
|
-
const
|
3623
|
-
const { formats: r } =
|
3628
|
+
const ee = (e, t) => {
|
3629
|
+
const { formats: r } = X();
|
3624
3630
|
if (e in r && t in r[e])
|
3625
3631
|
return r[e][t];
|
3626
3632
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
3627
|
-
},
|
3633
|
+
}, kn = be(
|
3628
3634
|
(e) => {
|
3629
|
-
var t = e, { locale: r, format: n } = t, i =
|
3635
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3630
3636
|
if (r == null)
|
3631
3637
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
3632
|
-
return n && (i =
|
3638
|
+
return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
|
3633
3639
|
}
|
3634
|
-
),
|
3640
|
+
), Xn = be(
|
3635
3641
|
(e) => {
|
3636
|
-
var t = e, { locale: r, format: n } = t, i =
|
3642
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3637
3643
|
if (r == null)
|
3638
3644
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
3639
|
-
return n ? i =
|
3645
|
+
return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
|
3640
3646
|
}
|
3641
|
-
),
|
3647
|
+
), zn = be(
|
3642
3648
|
(e) => {
|
3643
|
-
var t = e, { locale: r, format: n } = t, i =
|
3649
|
+
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
3644
3650
|
if (r == null)
|
3645
3651
|
throw new Error(
|
3646
3652
|
'[svelte-i18n] A "locale" must be set to format time values'
|
3647
3653
|
);
|
3648
|
-
return n ? i =
|
3654
|
+
return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
|
3649
3655
|
}
|
3650
|
-
),
|
3656
|
+
), Wn = (e = {}) => {
|
3651
3657
|
var t = e, {
|
3652
|
-
locale: r =
|
3653
|
-
} = t, n =
|
3658
|
+
locale: r = $()
|
3659
|
+
} = t, n = Z(t, [
|
3654
3660
|
"locale"
|
3655
3661
|
]);
|
3656
|
-
return
|
3657
|
-
},
|
3662
|
+
return kn(Ge({ locale: r }, n));
|
3663
|
+
}, Zn = (e = {}) => {
|
3658
3664
|
var t = e, {
|
3659
|
-
locale: r =
|
3660
|
-
} = t, n =
|
3665
|
+
locale: r = $()
|
3666
|
+
} = t, n = Z(t, [
|
3661
3667
|
"locale"
|
3662
3668
|
]);
|
3663
|
-
return
|
3664
|
-
},
|
3669
|
+
return Xn(Ge({ locale: r }, n));
|
3670
|
+
}, Qn = (e = {}) => {
|
3665
3671
|
var t = e, {
|
3666
|
-
locale: r =
|
3667
|
-
} = t, n =
|
3672
|
+
locale: r = $()
|
3673
|
+
} = t, n = Z(t, [
|
3668
3674
|
"locale"
|
3669
3675
|
]);
|
3670
|
-
return
|
3671
|
-
},
|
3676
|
+
return zn(Ge({ locale: r }, n));
|
3677
|
+
}, Jn = be(
|
3672
3678
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
3673
|
-
(e, t =
|
3674
|
-
ignoreTag:
|
3679
|
+
(e, t = $()) => new Hn(e, t, X().formats, {
|
3680
|
+
ignoreTag: X().ignoreTag
|
3675
3681
|
})
|
3676
|
-
),
|
3682
|
+
), qn = (e, t = {}) => {
|
3677
3683
|
var r, n, i, s;
|
3678
3684
|
let o = t;
|
3679
3685
|
typeof e == "object" && (o = e, e = o.id);
|
3680
3686
|
const {
|
3681
3687
|
values: a,
|
3682
|
-
locale:
|
3683
|
-
default:
|
3688
|
+
locale: h = $(),
|
3689
|
+
default: u
|
3684
3690
|
} = o;
|
3685
|
-
if (
|
3691
|
+
if (h == null)
|
3686
3692
|
throw new Error(
|
3687
3693
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
3688
3694
|
);
|
3689
|
-
let l =
|
3695
|
+
let l = Nt(e, h);
|
3690
3696
|
if (!l)
|
3691
|
-
l = (s = (i = (n = (r =
|
3697
|
+
l = (s = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
|
3692
3698
|
else if (typeof l != "string")
|
3693
3699
|
return console.warn(
|
3694
3700
|
`[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.`
|
@@ -3697,7 +3703,7 @@ const K = (e, t) => {
|
|
3697
3703
|
return l;
|
3698
3704
|
let c = l;
|
3699
3705
|
try {
|
3700
|
-
c =
|
3706
|
+
c = Jn(l, h).format(a);
|
3701
3707
|
} catch (f) {
|
3702
3708
|
f instanceof Error && console.warn(
|
3703
3709
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
@@ -3705,23 +3711,23 @@ const K = (e, t) => {
|
|
3705
3711
|
);
|
3706
3712
|
}
|
3707
3713
|
return c;
|
3708
|
-
},
|
3709
|
-
|
3710
|
-
|
3711
|
-
|
3712
|
-
|
3713
|
-
function
|
3714
|
-
|
3715
|
-
r == null && (
|
3714
|
+
}, Yn = (e, t) => Qn(t).format(e), Kn = (e, t) => Zn(t).format(e), ei = (e, t) => Wn(t).format(e), ti = (e, t = $()) => Nt(e, t), ri = z([L, W], () => qn);
|
3715
|
+
z([L], () => Yn);
|
3716
|
+
z([L], () => Kn);
|
3717
|
+
z([L], () => ei);
|
3718
|
+
z([L, W], () => ti);
|
3719
|
+
function ni({ withLocale: e, translations: t }) {
|
3720
|
+
L.subscribe((r) => {
|
3721
|
+
r == null && (W.set(t), L.set(e));
|
3716
3722
|
});
|
3717
3723
|
}
|
3718
|
-
function
|
3719
|
-
|
3724
|
+
function ot(e, t) {
|
3725
|
+
It(e, t);
|
3720
3726
|
}
|
3721
|
-
function
|
3722
|
-
|
3727
|
+
function ii(e) {
|
3728
|
+
L.set(e);
|
3723
3729
|
}
|
3724
|
-
const
|
3730
|
+
const at = {
|
3725
3731
|
en: {
|
3726
3732
|
bets: "bets"
|
3727
3733
|
},
|
@@ -3747,121 +3753,121 @@ const st = {
|
|
3747
3753
|
bets: "bets"
|
3748
3754
|
}
|
3749
3755
|
};
|
3750
|
-
function
|
3751
|
-
|
3756
|
+
function si(e) {
|
3757
|
+
Zt(e, "svelte-6dosur", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}');
|
3752
3758
|
}
|
3753
|
-
function
|
3759
|
+
function oi(e) {
|
3754
3760
|
let t, r, n, i, s;
|
3755
3761
|
return {
|
3756
3762
|
c() {
|
3757
|
-
t =
|
3763
|
+
t = J("div"), r = J("div"), n = J("span"), i = qt(
|
3758
3764
|
/*progressText*/
|
3759
3765
|
e[3]
|
3760
|
-
),
|
3761
|
-
e[4]),
|
3766
|
+
), M(n, "part", "progressText"), M(r, "class", s = "stepBar " + /*curTatus*/
|
3767
|
+
e[4]), M(r, "part", "stepBar"), M(t, "class", "general-icon-progress-bar"), M(t, "part", "totalBar");
|
3762
3768
|
},
|
3763
3769
|
m(o, a) {
|
3764
|
-
|
3770
|
+
ft(o, t, a), ie(t, r), ie(r, n), ie(n, i), e[13](n), e[14](r), e[15](t);
|
3765
3771
|
},
|
3766
3772
|
p(o, [a]) {
|
3767
3773
|
a & /*progressText*/
|
3768
|
-
8 &&
|
3774
|
+
8 && Kt(
|
3769
3775
|
i,
|
3770
3776
|
/*progressText*/
|
3771
3777
|
o[3]
|
3772
3778
|
), a & /*curTatus*/
|
3773
3779
|
16 && s !== (s = "stepBar " + /*curTatus*/
|
3774
|
-
o[4]) &&
|
3780
|
+
o[4]) && M(r, "class", s);
|
3775
3781
|
},
|
3776
3782
|
i: B,
|
3777
3783
|
o: B,
|
3778
3784
|
d(o) {
|
3779
|
-
o &&
|
3785
|
+
o && $e(t), e[13](null), e[14](null), e[15](null);
|
3780
3786
|
}
|
3781
3787
|
};
|
3782
3788
|
}
|
3783
|
-
function
|
3789
|
+
function ai(e, t, r) {
|
3784
3790
|
let n;
|
3785
|
-
|
3786
|
-
let { currentstep: i = 0 } = t, { total: s = 1 } = t, { showaspercent: o } = t, { lang: a = "en" } = t, { status:
|
3787
|
-
|
3788
|
-
const
|
3789
|
-
fetch(
|
3790
|
-
Object.keys(
|
3791
|
-
|
3791
|
+
Wt(e, ri, (p) => r(20, n = p));
|
3792
|
+
let { currentstep: i = 0 } = t, { total: s = 1 } = t, { showaspercent: o } = t, { lang: a = "en" } = t, { status: h } = t, { translationurl: u = "" } = t, { progressfractiondigit: l = 1 } = t, { triggerreset: c } = t, f, g, d, y, H, S, A, v = "0px", w = "active";
|
3793
|
+
ni({ withLocale: "en", translations: {} });
|
3794
|
+
const N = () => {
|
3795
|
+
fetch(u).then((C) => C.json()).then((C) => {
|
3796
|
+
Object.keys(C).forEach((De) => {
|
3797
|
+
ot(De, C[De]);
|
3792
3798
|
});
|
3793
|
-
}).catch((
|
3794
|
-
console.log(
|
3799
|
+
}).catch((C) => {
|
3800
|
+
console.log(C);
|
3795
3801
|
});
|
3796
3802
|
};
|
3797
|
-
Object.keys(
|
3798
|
-
|
3803
|
+
Object.keys(at).forEach((p) => {
|
3804
|
+
ot(p, at[p]);
|
3799
3805
|
});
|
3800
3806
|
const R = () => {
|
3801
|
-
|
3802
|
-
},
|
3807
|
+
ii(a);
|
3808
|
+
}, re = () => {
|
3803
3809
|
let p = (i / s * 100).toFixed(l);
|
3804
3810
|
setTimeout(
|
3805
3811
|
() => {
|
3806
3812
|
o || o === "true" ? r(3, y = `${p}%`) : r(3, y = `${i}/${s} ${n("bets")}`);
|
3807
3813
|
},
|
3808
3814
|
y ? 573 : 0
|
3809
|
-
), p == 0 || p == 100 ? (
|
3810
|
-
},
|
3811
|
-
r(4,
|
3815
|
+
), p == 0 || p == 100 ? (S = "0px", A = "0px", v = p == 100 ? "3px" : "0px") : (S = `${f.offsetHeight}px`, H = S, A = `${f.offsetHeight / 3}px`, v = "0px"), g.style.setProperty("--parentElementHeight", H), d.style.setProperty("--currentStep", p + "%"), d.style.setProperty("--triangleHeight", S), d.style.setProperty("--halfOfTriangleHeight", A), d.style.setProperty("--stepBarBorderRadius", v);
|
3816
|
+
}, Rt = () => {
|
3817
|
+
r(4, w = h == "active" ? "" : "inactive");
|
3812
3818
|
};
|
3813
|
-
function
|
3814
|
-
|
3815
|
-
|
3819
|
+
function Ut(p) {
|
3820
|
+
Y[p ? "unshift" : "push"](() => {
|
3821
|
+
g = p, r(1, g);
|
3816
3822
|
});
|
3817
3823
|
}
|
3818
|
-
function
|
3819
|
-
|
3820
|
-
|
3824
|
+
function Gt(p) {
|
3825
|
+
Y[p ? "unshift" : "push"](() => {
|
3826
|
+
d = p, r(2, d);
|
3821
3827
|
});
|
3822
3828
|
}
|
3823
|
-
function
|
3824
|
-
|
3829
|
+
function Dt(p) {
|
3830
|
+
Y[p ? "unshift" : "push"](() => {
|
3825
3831
|
f = p, r(0, f);
|
3826
3832
|
});
|
3827
3833
|
}
|
3828
3834
|
return e.$$set = (p) => {
|
3829
|
-
"currentstep" in p && r(5, i = p.currentstep), "total" in p && r(6, s = p.total), "showaspercent" in p && r(7, o = p.showaspercent), "lang" in p && r(8, a = p.lang), "status" in p && r(9,
|
3835
|
+
"currentstep" in p && r(5, i = p.currentstep), "total" in p && r(6, s = p.total), "showaspercent" in p && r(7, o = p.showaspercent), "lang" in p && r(8, a = p.lang), "status" in p && r(9, h = p.status), "translationurl" in p && r(10, u = p.translationurl), "progressfractiondigit" in p && r(11, l = p.progressfractiondigit), "triggerreset" in p && r(12, c = p.triggerreset);
|
3830
3836
|
}, e.$$.update = () => {
|
3831
3837
|
e.$$.dirty & /*triggerreset, total*/
|
3832
3838
|
4160 && c && s && setTimeout(() => {
|
3833
|
-
|
3839
|
+
re();
|
3834
3840
|
}), e.$$.dirty & /*lang*/
|
3835
3841
|
256 && a && R(), e.$$.dirty & /*status*/
|
3836
|
-
512 &&
|
3837
|
-
1024 &&
|
3842
|
+
512 && h && Rt(), e.$$.dirty & /*translationurl*/
|
3843
|
+
1024 && u && N();
|
3838
3844
|
}, [
|
3839
3845
|
f,
|
3840
|
-
x,
|
3841
3846
|
g,
|
3847
|
+
d,
|
3842
3848
|
y,
|
3843
|
-
|
3849
|
+
w,
|
3844
3850
|
i,
|
3845
3851
|
s,
|
3846
3852
|
o,
|
3847
3853
|
a,
|
3848
|
-
u,
|
3849
3854
|
h,
|
3855
|
+
u,
|
3850
3856
|
l,
|
3851
3857
|
c,
|
3852
|
-
|
3853
|
-
|
3854
|
-
|
3858
|
+
Ut,
|
3859
|
+
Gt,
|
3860
|
+
Dt
|
3855
3861
|
];
|
3856
3862
|
}
|
3857
|
-
class
|
3863
|
+
class ui extends cr {
|
3858
3864
|
constructor(t) {
|
3859
|
-
super(),
|
3865
|
+
super(), lr(
|
3860
3866
|
this,
|
3861
3867
|
t,
|
3862
|
-
|
3863
|
-
|
3864
|
-
|
3868
|
+
ai,
|
3869
|
+
oi,
|
3870
|
+
ht,
|
3865
3871
|
{
|
3866
3872
|
currentstep: 5,
|
3867
3873
|
total: 6,
|
@@ -3872,7 +3878,7 @@ class oi extends lr {
|
|
3872
3878
|
progressfractiondigit: 11,
|
3873
3879
|
triggerreset: 12
|
3874
3880
|
},
|
3875
|
-
|
3881
|
+
si
|
3876
3882
|
);
|
3877
3883
|
}
|
3878
3884
|
get currentstep() {
|
@@ -3924,7 +3930,7 @@ class oi extends lr {
|
|
3924
3930
|
this.$$set({ triggerreset: t }), P();
|
3925
3931
|
}
|
3926
3932
|
}
|
3927
|
-
|
3933
|
+
fr(ui, { currentstep: {}, total: {}, showaspercent: {}, lang: {}, status: {}, translationurl: {}, progressfractiondigit: {}, triggerreset: {} }, [], [], !0);
|
3928
3934
|
export {
|
3929
|
-
|
3935
|
+
ui as default
|
3930
3936
|
};
|