@everymatrix/player-account-gaming-limits-wrapper-2 1.52.0 → 1.52.2
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/{PlayerAccountGamingLimitsHistory2-GjsGilGB.js → PlayerAccountGamingLimitsHistory2-4KF7-RcC.js} +1077 -1064
- package/components/PlayerAccountGamingLimitsHistory2-7xNrE9YG.cjs +5 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16-D11mAMje.cjs → PlayerAccountGamingLimitsPage2Gm16-D3poKp8H.cjs} +1 -1
- package/components/{PlayerAccountGamingLimitsPage2Gm16-DXYv7PeW.js → PlayerAccountGamingLimitsPage2Gm16-D72bpUgG.js} +1 -1
- package/components/{PlayerAccountGamingLimitsWrapper2-DuhcpMZt.js → PlayerAccountGamingLimitsWrapper2-B6Y80U6T.js} +3 -3
- package/components/{PlayerAccountGamingLimitsWrapper2-aOKsq15o.cjs → PlayerAccountGamingLimitsWrapper2-BM4UHDKl.cjs} +1 -1
- package/es2015/player-account-gaming-limits-wrapper-2.cjs +1 -1
- package/es2015/player-account-gaming-limits-wrapper-2.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsHistory2-DkeMpKx7.cjs +0 -5
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var Fr = Object.defineProperty, jr = Object.defineProperties;
|
|
2
|
+
var kr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var pt = Object.getOwnPropertySymbols;
|
|
4
|
+
var Vr = Object.prototype.hasOwnProperty, Wr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Re = (e, t, r) => t in e ? Fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ye = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
Vr.call(t, r) && Re(e, r, t[r]);
|
|
8
|
+
if (pt)
|
|
9
|
+
for (var r of pt(t))
|
|
10
|
+
Wr.call(t, r) && Re(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
14
|
-
var
|
|
12
|
+
}, dt = (e, t) => jr(e, kr(t));
|
|
13
|
+
var R = (e, t, r) => Re(e, typeof t != "symbol" ? t + "" : t, r);
|
|
14
|
+
var yt = (e, t, r) => new Promise((i, n) => {
|
|
15
15
|
var o = (l) => {
|
|
16
16
|
try {
|
|
17
|
-
|
|
17
|
+
s(r.next(l));
|
|
18
18
|
} catch (u) {
|
|
19
19
|
n(u);
|
|
20
20
|
}
|
|
21
|
-
},
|
|
21
|
+
}, a = (l) => {
|
|
22
22
|
try {
|
|
23
|
-
|
|
23
|
+
s(r.throw(l));
|
|
24
24
|
} catch (u) {
|
|
25
25
|
n(u);
|
|
26
26
|
}
|
|
27
|
-
},
|
|
28
|
-
|
|
27
|
+
}, s = (l) => l.done ? i(l.value) : Promise.resolve(l.value).then(o, a);
|
|
28
|
+
s((r = r.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
|
-
function
|
|
30
|
+
function O() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function Vt(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function gt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
38
|
function fe(e) {
|
|
39
|
-
e.forEach(
|
|
39
|
+
e.forEach(Vt);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function ut(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function Wt(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function Xr(e) {
|
|
48
48
|
return Object.keys(e).length === 0;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Xt(e, ...t) {
|
|
51
51
|
if (e == null) {
|
|
52
52
|
for (const i of t)
|
|
53
53
|
i(void 0);
|
|
54
|
-
return
|
|
54
|
+
return O;
|
|
55
55
|
}
|
|
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 zr(e, t, r) {
|
|
60
|
+
e.$$.on_destroy.push(Xt(t, r));
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function bt(e) {
|
|
63
63
|
return e == null ? "" : e;
|
|
64
64
|
}
|
|
65
|
-
const
|
|
65
|
+
const Io = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
|
|
66
66
|
// @ts-ignore Node typings have this
|
|
67
67
|
global
|
|
68
68
|
);
|
|
69
|
-
function
|
|
69
|
+
function L(e, t) {
|
|
70
70
|
e.appendChild(t);
|
|
71
71
|
}
|
|
72
|
-
function
|
|
73
|
-
const i =
|
|
72
|
+
function Zr(e, t, r) {
|
|
73
|
+
const i = Qr(e);
|
|
74
74
|
if (!i.getElementById(t)) {
|
|
75
|
-
const n =
|
|
76
|
-
n.id = t, n.textContent = r,
|
|
75
|
+
const n = P("style");
|
|
76
|
+
n.id = t, n.textContent = r, Yr(i, n);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function Qr(e) {
|
|
80
80
|
if (!e) return document;
|
|
81
81
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
82
82
|
return t && /** @type {ShadowRoot} */
|
|
@@ -85,8 +85,8 @@ function Fr(e) {
|
|
|
85
85
|
t
|
|
86
86
|
) : e.ownerDocument;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
return
|
|
88
|
+
function Yr(e, t) {
|
|
89
|
+
return L(
|
|
90
90
|
/** @type {Document} */
|
|
91
91
|
e.head || e,
|
|
92
92
|
t
|
|
@@ -95,55 +95,55 @@ function jr(e, t) {
|
|
|
95
95
|
function X(e, t, r) {
|
|
96
96
|
e.insertBefore(t, r || null);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function V(e) {
|
|
99
99
|
e.parentNode && e.parentNode.removeChild(e);
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function Jr(e, t) {
|
|
102
102
|
for (let r = 0; r < e.length; r += 1)
|
|
103
103
|
e[r] && e[r].d(t);
|
|
104
104
|
}
|
|
105
|
-
function
|
|
105
|
+
function P(e) {
|
|
106
106
|
return document.createElement(e);
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function Me(e) {
|
|
109
109
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
110
110
|
}
|
|
111
111
|
function M(e) {
|
|
112
112
|
return document.createTextNode(e);
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Xe() {
|
|
115
115
|
return M(" ");
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Bo() {
|
|
118
118
|
return M("");
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function qr(e, t, r, i) {
|
|
121
121
|
return e.addEventListener(t, r, i), () => e.removeEventListener(t, r, i);
|
|
122
122
|
}
|
|
123
123
|
function x(e, t, r) {
|
|
124
124
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function Oo(e, t, r) {
|
|
127
127
|
const i = t.toLowerCase();
|
|
128
128
|
i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : x(e, t, r);
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function Co(e) {
|
|
131
131
|
return e === "" ? null : +e;
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Kr(e) {
|
|
134
134
|
return Array.from(e.childNodes);
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function k(e, t) {
|
|
137
137
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
138
138
|
t);
|
|
139
139
|
}
|
|
140
|
-
function
|
|
140
|
+
function No(e, t) {
|
|
141
141
|
e.value = t == null ? "" : t;
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function Ro(e, t, r, i) {
|
|
144
144
|
r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function Mo(e, t, r) {
|
|
147
147
|
for (let i = 0; i < e.options.length; i += 1) {
|
|
148
148
|
const n = e.options[i];
|
|
149
149
|
if (n.__value === t) {
|
|
@@ -153,14 +153,14 @@ function Ao(e, t, r) {
|
|
|
153
153
|
}
|
|
154
154
|
(!r || t !== void 0) && (e.selectedIndex = -1);
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Do(e) {
|
|
157
157
|
const t = e.querySelector(":checked");
|
|
158
158
|
return t && t.__value;
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function ge(e, t, r) {
|
|
161
161
|
e.classList.toggle(t, !!r);
|
|
162
162
|
}
|
|
163
|
-
function
|
|
163
|
+
function ei(e) {
|
|
164
164
|
const t = {};
|
|
165
165
|
return e.childNodes.forEach(
|
|
166
166
|
/** @param {Element} node */
|
|
@@ -170,95 +170,95 @@ function Xr(e) {
|
|
|
170
170
|
), t;
|
|
171
171
|
}
|
|
172
172
|
let le;
|
|
173
|
-
function
|
|
173
|
+
function ue(e) {
|
|
174
174
|
le = e;
|
|
175
175
|
}
|
|
176
|
-
function
|
|
176
|
+
function ti() {
|
|
177
177
|
if (!le) throw new Error("Function called outside component initialization");
|
|
178
178
|
return le;
|
|
179
179
|
}
|
|
180
|
-
function
|
|
181
|
-
|
|
180
|
+
function ri(e) {
|
|
181
|
+
ti().$$.on_mount.push(e);
|
|
182
182
|
}
|
|
183
|
-
const
|
|
184
|
-
let
|
|
185
|
-
const
|
|
186
|
-
let
|
|
187
|
-
function
|
|
188
|
-
|
|
183
|
+
const Y = [], Le = [];
|
|
184
|
+
let J = [];
|
|
185
|
+
const vt = [], ii = /* @__PURE__ */ Promise.resolve();
|
|
186
|
+
let ze = !1;
|
|
187
|
+
function ni() {
|
|
188
|
+
ze || (ze = !0, ii.then(C));
|
|
189
189
|
}
|
|
190
|
-
function
|
|
191
|
-
|
|
190
|
+
function Ze(e) {
|
|
191
|
+
J.push(e);
|
|
192
192
|
}
|
|
193
|
-
const
|
|
193
|
+
const De = /* @__PURE__ */ new Set();
|
|
194
194
|
let Z = 0;
|
|
195
|
-
function
|
|
195
|
+
function C() {
|
|
196
196
|
if (Z !== 0)
|
|
197
197
|
return;
|
|
198
198
|
const e = le;
|
|
199
199
|
do {
|
|
200
200
|
try {
|
|
201
|
-
for (; Z <
|
|
202
|
-
const t =
|
|
203
|
-
Z++,
|
|
201
|
+
for (; Z < Y.length; ) {
|
|
202
|
+
const t = Y[Z];
|
|
203
|
+
Z++, ue(t), oi(t.$$);
|
|
204
204
|
}
|
|
205
205
|
} catch (t) {
|
|
206
|
-
throw
|
|
206
|
+
throw Y.length = 0, Z = 0, t;
|
|
207
207
|
}
|
|
208
|
-
for (
|
|
209
|
-
for (let t = 0; t <
|
|
210
|
-
const r =
|
|
211
|
-
|
|
208
|
+
for (ue(null), Y.length = 0, Z = 0; Le.length; ) Le.pop()();
|
|
209
|
+
for (let t = 0; t < J.length; t += 1) {
|
|
210
|
+
const r = J[t];
|
|
211
|
+
De.has(r) || (De.add(r), r());
|
|
212
212
|
}
|
|
213
|
-
|
|
214
|
-
} while (
|
|
215
|
-
for (;
|
|
216
|
-
|
|
217
|
-
|
|
213
|
+
J.length = 0;
|
|
214
|
+
} while (Y.length);
|
|
215
|
+
for (; vt.length; )
|
|
216
|
+
vt.pop()();
|
|
217
|
+
ze = !1, De.clear(), ue(e);
|
|
218
218
|
}
|
|
219
|
-
function
|
|
219
|
+
function oi(e) {
|
|
220
220
|
if (e.fragment !== null) {
|
|
221
221
|
e.update(), fe(e.before_update);
|
|
222
222
|
const t = e.dirty;
|
|
223
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
223
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ze);
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function si(e) {
|
|
227
227
|
const t = [], r = [];
|
|
228
|
-
|
|
228
|
+
J.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), J = t;
|
|
229
229
|
}
|
|
230
|
-
const
|
|
231
|
-
function
|
|
232
|
-
e && e.i && (
|
|
230
|
+
const ai = /* @__PURE__ */ new Set();
|
|
231
|
+
function ui(e, t) {
|
|
232
|
+
e && e.i && (ai.delete(e), e.i(t));
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function Et(e) {
|
|
235
235
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function li(e, t, r) {
|
|
238
238
|
const { fragment: i, after_update: n } = e.$$;
|
|
239
|
-
i && i.m(t, r),
|
|
240
|
-
const o = e.$$.on_mount.map(
|
|
239
|
+
i && i.m(t, r), Ze(() => {
|
|
240
|
+
const o = e.$$.on_mount.map(Vt).filter(ut);
|
|
241
241
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : fe(o), e.$$.on_mount = [];
|
|
242
|
-
}), n.forEach(
|
|
242
|
+
}), n.forEach(Ze);
|
|
243
243
|
}
|
|
244
|
-
function
|
|
244
|
+
function hi(e, t) {
|
|
245
245
|
const r = e.$$;
|
|
246
|
-
r.fragment !== null && (
|
|
246
|
+
r.fragment !== null && (si(r.after_update), fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
247
247
|
}
|
|
248
|
-
function
|
|
249
|
-
e.$$.dirty[0] === -1 && (
|
|
248
|
+
function ci(e, t) {
|
|
249
|
+
e.$$.dirty[0] === -1 && (Y.push(e), ni(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
250
250
|
}
|
|
251
|
-
function
|
|
251
|
+
function fi(e, t, r, i, n, o, a = null, s = [-1]) {
|
|
252
252
|
const l = le;
|
|
253
|
-
|
|
253
|
+
ue(e);
|
|
254
254
|
const u = e.$$ = {
|
|
255
255
|
fragment: null,
|
|
256
256
|
ctx: [],
|
|
257
257
|
// state
|
|
258
258
|
props: o,
|
|
259
|
-
update:
|
|
259
|
+
update: O,
|
|
260
260
|
not_equal: n,
|
|
261
|
-
bound:
|
|
261
|
+
bound: gt(),
|
|
262
262
|
// lifecycle
|
|
263
263
|
on_mount: [],
|
|
264
264
|
on_destroy: [],
|
|
@@ -267,48 +267,48 @@ function ni(e, t, r, i, n, o, s = null, a = [-1]) {
|
|
|
267
267
|
after_update: [],
|
|
268
268
|
context: new Map(t.context || (l ? l.$$.context : [])),
|
|
269
269
|
// everything else
|
|
270
|
-
callbacks:
|
|
271
|
-
dirty:
|
|
270
|
+
callbacks: gt(),
|
|
271
|
+
dirty: s,
|
|
272
272
|
skip_bound: !1,
|
|
273
273
|
root: t.target || l.$$.root
|
|
274
274
|
};
|
|
275
|
-
|
|
275
|
+
a && a(u.root);
|
|
276
276
|
let h = !1;
|
|
277
277
|
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
|
|
278
|
-
const
|
|
279
|
-
return u.ctx && n(u.ctx[c], u.ctx[c] =
|
|
278
|
+
const y = p.length ? p[0] : f;
|
|
279
|
+
return u.ctx && n(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h && ci(e, c)), f;
|
|
280
280
|
}) : [], u.update(), h = !0, fe(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
|
|
281
281
|
if (t.hydrate) {
|
|
282
|
-
const c =
|
|
283
|
-
u.fragment && u.fragment.l(c), c.forEach(
|
|
282
|
+
const c = Kr(t.target);
|
|
283
|
+
u.fragment && u.fragment.l(c), c.forEach(V);
|
|
284
284
|
} else
|
|
285
285
|
u.fragment && u.fragment.c();
|
|
286
|
-
t.intro &&
|
|
286
|
+
t.intro && ui(e.$$.fragment), li(e, t.target, t.anchor), C();
|
|
287
287
|
}
|
|
288
|
-
|
|
288
|
+
ue(l);
|
|
289
289
|
}
|
|
290
|
-
let
|
|
291
|
-
typeof HTMLElement == "function" && (
|
|
290
|
+
let zt;
|
|
291
|
+
typeof HTMLElement == "function" && (zt = class extends HTMLElement {
|
|
292
292
|
constructor(t, r, i) {
|
|
293
293
|
super();
|
|
294
294
|
/** The Svelte component constructor */
|
|
295
|
-
|
|
295
|
+
R(this, "$$ctor");
|
|
296
296
|
/** Slots */
|
|
297
|
-
|
|
297
|
+
R(this, "$$s");
|
|
298
298
|
/** The Svelte component instance */
|
|
299
|
-
|
|
299
|
+
R(this, "$$c");
|
|
300
300
|
/** Whether or not the custom element is connected */
|
|
301
|
-
|
|
301
|
+
R(this, "$$cn", !1);
|
|
302
302
|
/** Component props data */
|
|
303
|
-
|
|
303
|
+
R(this, "$$d", {});
|
|
304
304
|
/** `true` if currently in the process of reflecting component props back to attributes */
|
|
305
|
-
|
|
305
|
+
R(this, "$$r", !1);
|
|
306
306
|
/** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
|
|
307
|
-
|
|
307
|
+
R(this, "$$p_d", {});
|
|
308
308
|
/** @type {Record<string, Function[]>} Event listeners */
|
|
309
|
-
|
|
309
|
+
R(this, "$$l", {});
|
|
310
310
|
/** @type {Map<Function, Function>} Event listener unsubscribe functions */
|
|
311
|
-
|
|
311
|
+
R(this, "$$l_u", /* @__PURE__ */ new Map());
|
|
312
312
|
this.$$ctor = t, this.$$s = r, i && this.attachShadow({ mode: "open" });
|
|
313
313
|
}
|
|
314
314
|
addEventListener(t, r, i) {
|
|
@@ -325,42 +325,42 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
|
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
connectedCallback() {
|
|
328
|
-
return
|
|
328
|
+
return yt(this, null, function* () {
|
|
329
329
|
if (this.$$cn = !0, !this.$$c) {
|
|
330
330
|
let t = function(o) {
|
|
331
331
|
return () => {
|
|
332
|
-
let
|
|
332
|
+
let a;
|
|
333
333
|
return {
|
|
334
334
|
c: function() {
|
|
335
|
-
|
|
335
|
+
a = P("slot"), o !== "default" && x(a, "name", o);
|
|
336
336
|
},
|
|
337
337
|
/**
|
|
338
338
|
* @param {HTMLElement} target
|
|
339
339
|
* @param {HTMLElement} [anchor]
|
|
340
340
|
*/
|
|
341
341
|
m: function(u, h) {
|
|
342
|
-
X(u,
|
|
342
|
+
X(u, a, h);
|
|
343
343
|
},
|
|
344
344
|
d: function(u) {
|
|
345
|
-
u &&
|
|
345
|
+
u && V(a);
|
|
346
346
|
}
|
|
347
347
|
};
|
|
348
348
|
};
|
|
349
349
|
};
|
|
350
350
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
351
351
|
return;
|
|
352
|
-
const r = {}, i =
|
|
352
|
+
const r = {}, i = ei(this);
|
|
353
353
|
for (const o of this.$$s)
|
|
354
354
|
o in i && (r[o] = [t(o)]);
|
|
355
355
|
for (const o of this.attributes) {
|
|
356
|
-
const
|
|
357
|
-
|
|
356
|
+
const a = this.$$g_p(o.name);
|
|
357
|
+
a in this.$$d || (this.$$d[a] = Ee(a, o.value, this.$$p_d, "toProp"));
|
|
358
358
|
}
|
|
359
359
|
for (const o in this.$$p_d)
|
|
360
360
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
361
361
|
this.$$c = new this.$$ctor({
|
|
362
362
|
target: this.shadowRoot || this,
|
|
363
|
-
props:
|
|
363
|
+
props: dt(ye({}, this.$$d), {
|
|
364
364
|
$$slots: r,
|
|
365
365
|
$$scope: {
|
|
366
366
|
ctx: []
|
|
@@ -371,21 +371,21 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
|
|
|
371
371
|
this.$$r = !0;
|
|
372
372
|
for (const o in this.$$p_d)
|
|
373
373
|
if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
|
|
374
|
-
const
|
|
374
|
+
const a = Ee(
|
|
375
375
|
o,
|
|
376
376
|
this.$$d[o],
|
|
377
377
|
this.$$p_d,
|
|
378
378
|
"toAttribute"
|
|
379
379
|
);
|
|
380
|
-
|
|
380
|
+
a == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, a);
|
|
381
381
|
}
|
|
382
382
|
this.$$r = !1;
|
|
383
383
|
};
|
|
384
384
|
this.$$c.$$.after_update.push(n), n();
|
|
385
385
|
for (const o in this.$$l)
|
|
386
|
-
for (const
|
|
387
|
-
const
|
|
388
|
-
this.$$l_u.set(
|
|
386
|
+
for (const a of this.$$l[o]) {
|
|
387
|
+
const s = this.$$c.$on(o, a);
|
|
388
|
+
this.$$l_u.set(a, s);
|
|
389
389
|
}
|
|
390
390
|
this.$$l = {};
|
|
391
391
|
}
|
|
@@ -395,7 +395,7 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
|
|
|
395
395
|
// and setting attributes through setAttribute etc, this is helpful
|
|
396
396
|
attributeChangedCallback(t, r, i) {
|
|
397
397
|
var n;
|
|
398
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
|
398
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ee(t, i, this.$$p_d, "toProp"), (n = this.$$c) == null || n.$set({ [t]: this.$$d[t] }));
|
|
399
399
|
}
|
|
400
400
|
disconnectedCallback() {
|
|
401
401
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -408,7 +408,7 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
|
|
|
408
408
|
) || t;
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
|
-
function
|
|
411
|
+
function Ee(e, t, r, i) {
|
|
412
412
|
var o;
|
|
413
413
|
const n = (o = r[e]) == null ? void 0 : o.type;
|
|
414
414
|
if (t = n === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !r[e])
|
|
@@ -438,38 +438,38 @@ function ge(e, t, r, i) {
|
|
|
438
438
|
return t;
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
|
-
function
|
|
442
|
-
let
|
|
441
|
+
function mi(e, t, r, i, n, o) {
|
|
442
|
+
let a = class extends zt {
|
|
443
443
|
constructor() {
|
|
444
444
|
super(e, r, n), this.$$p_d = t;
|
|
445
445
|
}
|
|
446
446
|
static get observedAttributes() {
|
|
447
447
|
return Object.keys(t).map(
|
|
448
|
-
(
|
|
448
|
+
(s) => (t[s].attribute || s).toLowerCase()
|
|
449
449
|
);
|
|
450
450
|
}
|
|
451
451
|
};
|
|
452
|
-
return Object.keys(t).forEach((
|
|
453
|
-
Object.defineProperty(
|
|
452
|
+
return Object.keys(t).forEach((s) => {
|
|
453
|
+
Object.defineProperty(a.prototype, s, {
|
|
454
454
|
get() {
|
|
455
|
-
return this.$$c &&
|
|
455
|
+
return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
|
|
456
456
|
},
|
|
457
457
|
set(l) {
|
|
458
458
|
var u;
|
|
459
|
-
l =
|
|
459
|
+
l = Ee(s, l, t), this.$$d[s] = l, (u = this.$$c) == null || u.$set({ [s]: l });
|
|
460
460
|
}
|
|
461
461
|
});
|
|
462
|
-
}), i.forEach((
|
|
463
|
-
Object.defineProperty(
|
|
462
|
+
}), i.forEach((s) => {
|
|
463
|
+
Object.defineProperty(a.prototype, s, {
|
|
464
464
|
get() {
|
|
465
465
|
var l;
|
|
466
|
-
return (l = this.$$c) == null ? void 0 : l[
|
|
466
|
+
return (l = this.$$c) == null ? void 0 : l[s];
|
|
467
467
|
}
|
|
468
468
|
});
|
|
469
469
|
}), e.element = /** @type {any} */
|
|
470
|
-
|
|
470
|
+
a, a;
|
|
471
471
|
}
|
|
472
|
-
class
|
|
472
|
+
class pi {
|
|
473
473
|
constructor() {
|
|
474
474
|
/**
|
|
475
475
|
* ### PRIVATE API
|
|
@@ -478,7 +478,7 @@ class si {
|
|
|
478
478
|
*
|
|
479
479
|
* @type {any}
|
|
480
480
|
*/
|
|
481
|
-
|
|
481
|
+
R(this, "$$");
|
|
482
482
|
/**
|
|
483
483
|
* ### PRIVATE API
|
|
484
484
|
*
|
|
@@ -486,11 +486,11 @@ class si {
|
|
|
486
486
|
*
|
|
487
487
|
* @type {any}
|
|
488
488
|
*/
|
|
489
|
-
|
|
489
|
+
R(this, "$$set");
|
|
490
490
|
}
|
|
491
491
|
/** @returns {void} */
|
|
492
492
|
$destroy() {
|
|
493
|
-
|
|
493
|
+
hi(this, 1), this.$destroy = O;
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -499,8 +499,8 @@ class si {
|
|
|
499
499
|
* @returns {() => void}
|
|
500
500
|
*/
|
|
501
501
|
$on(t, r) {
|
|
502
|
-
if (!
|
|
503
|
-
return
|
|
502
|
+
if (!ut(r))
|
|
503
|
+
return O;
|
|
504
504
|
const i = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
505
505
|
return i.push(r), () => {
|
|
506
506
|
const n = i.indexOf(r);
|
|
@@ -512,22 +512,22 @@ class si {
|
|
|
512
512
|
* @returns {void}
|
|
513
513
|
*/
|
|
514
514
|
$set(t) {
|
|
515
|
-
this.$$set &&
|
|
515
|
+
this.$$set && !Xr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
const
|
|
519
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
520
|
-
var
|
|
521
|
-
return
|
|
518
|
+
const di = "4";
|
|
519
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(di);
|
|
520
|
+
var Qe = function(e, t) {
|
|
521
|
+
return Qe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
|
|
522
522
|
r.__proto__ = i;
|
|
523
523
|
} || function(r, i) {
|
|
524
524
|
for (var n in i) Object.prototype.hasOwnProperty.call(i, n) && (r[n] = i[n]);
|
|
525
|
-
},
|
|
525
|
+
}, Qe(e, t);
|
|
526
526
|
};
|
|
527
527
|
function F(e, t) {
|
|
528
528
|
if (typeof t != "function" && t !== null)
|
|
529
529
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
530
|
-
|
|
530
|
+
Qe(e, t);
|
|
531
531
|
function r() {
|
|
532
532
|
this.constructor = e;
|
|
533
533
|
}
|
|
@@ -542,7 +542,7 @@ var _ = function() {
|
|
|
542
542
|
return t;
|
|
543
543
|
}, _.apply(this, arguments);
|
|
544
544
|
};
|
|
545
|
-
function
|
|
545
|
+
function yi(e, t) {
|
|
546
546
|
var r = {};
|
|
547
547
|
for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
|
|
548
548
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -550,7 +550,7 @@ function ui(e, t) {
|
|
|
550
550
|
t.indexOf(i[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[n]) && (r[i[n]] = e[i[n]]);
|
|
551
551
|
return r;
|
|
552
552
|
}
|
|
553
|
-
function
|
|
553
|
+
function Ye(e) {
|
|
554
554
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], i = 0;
|
|
555
555
|
if (r) return r.call(e);
|
|
556
556
|
if (e && typeof e.length == "number") return {
|
|
@@ -560,19 +560,19 @@ function Xe(e) {
|
|
|
560
560
|
};
|
|
561
561
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function Je(e, t) {
|
|
564
564
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
565
565
|
if (!r) return e;
|
|
566
|
-
var i = r.call(e), n, o = [],
|
|
566
|
+
var i = r.call(e), n, o = [], a;
|
|
567
567
|
try {
|
|
568
568
|
for (; (t === void 0 || t-- > 0) && !(n = i.next()).done; ) o.push(n.value);
|
|
569
|
-
} catch (
|
|
570
|
-
|
|
569
|
+
} catch (s) {
|
|
570
|
+
a = { error: s };
|
|
571
571
|
} finally {
|
|
572
572
|
try {
|
|
573
573
|
n && !n.done && (r = i.return) && r.call(i);
|
|
574
574
|
} finally {
|
|
575
|
-
if (
|
|
575
|
+
if (a) throw a.error;
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
return o;
|
|
@@ -585,13 +585,13 @@ function q(e, t, r) {
|
|
|
585
585
|
function G(e) {
|
|
586
586
|
return typeof e == "function";
|
|
587
587
|
}
|
|
588
|
-
function
|
|
588
|
+
function Zt(e) {
|
|
589
589
|
var t = function(i) {
|
|
590
590
|
Error.call(i), i.stack = new Error().stack;
|
|
591
591
|
}, r = e(t);
|
|
592
592
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
593
593
|
}
|
|
594
|
-
var
|
|
594
|
+
var $e = Zt(function(e) {
|
|
595
595
|
return function(r) {
|
|
596
596
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
597
597
|
` + r.map(function(i, n) {
|
|
@@ -600,13 +600,13 @@ var Re = Vt(function(e) {
|
|
|
600
600
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
601
601
|
};
|
|
602
602
|
});
|
|
603
|
-
function
|
|
603
|
+
function qe(e, t) {
|
|
604
604
|
if (e) {
|
|
605
605
|
var r = e.indexOf(t);
|
|
606
606
|
0 <= r && e.splice(r, 1);
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
var
|
|
609
|
+
var Ae = function() {
|
|
610
610
|
function e(t) {
|
|
611
611
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
612
612
|
}
|
|
@@ -614,46 +614,46 @@ var Se = function() {
|
|
|
614
614
|
var t, r, i, n, o;
|
|
615
615
|
if (!this.closed) {
|
|
616
616
|
this.closed = !0;
|
|
617
|
-
var
|
|
618
|
-
if (
|
|
619
|
-
if (this._parentage = null, Array.isArray(
|
|
617
|
+
var a = this._parentage;
|
|
618
|
+
if (a)
|
|
619
|
+
if (this._parentage = null, Array.isArray(a))
|
|
620
620
|
try {
|
|
621
|
-
for (var
|
|
621
|
+
for (var s = Ye(a), l = s.next(); !l.done; l = s.next()) {
|
|
622
622
|
var u = l.value;
|
|
623
623
|
u.remove(this);
|
|
624
624
|
}
|
|
625
|
-
} catch (
|
|
626
|
-
t = { error:
|
|
625
|
+
} catch (d) {
|
|
626
|
+
t = { error: d };
|
|
627
627
|
} finally {
|
|
628
628
|
try {
|
|
629
|
-
l && !l.done && (r =
|
|
629
|
+
l && !l.done && (r = s.return) && r.call(s);
|
|
630
630
|
} finally {
|
|
631
631
|
if (t) throw t.error;
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
else
|
|
635
|
-
|
|
635
|
+
a.remove(this);
|
|
636
636
|
var h = this.initialTeardown;
|
|
637
637
|
if (G(h))
|
|
638
638
|
try {
|
|
639
639
|
h();
|
|
640
|
-
} catch (
|
|
641
|
-
o =
|
|
640
|
+
} catch (d) {
|
|
641
|
+
o = d instanceof $e ? d.errors : [d];
|
|
642
642
|
}
|
|
643
643
|
var c = this._finalizers;
|
|
644
644
|
if (c) {
|
|
645
645
|
this._finalizers = null;
|
|
646
646
|
try {
|
|
647
|
-
for (var f =
|
|
648
|
-
var
|
|
647
|
+
for (var f = Ye(c), p = f.next(); !p.done; p = f.next()) {
|
|
648
|
+
var y = p.value;
|
|
649
649
|
try {
|
|
650
|
-
|
|
651
|
-
} catch (
|
|
652
|
-
o = o != null ? o : [],
|
|
650
|
+
_t(y);
|
|
651
|
+
} catch (d) {
|
|
652
|
+
o = o != null ? o : [], d instanceof $e ? o = q(q([], Je(o)), Je(d.errors)) : o.push(d);
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
|
-
} catch (
|
|
656
|
-
i = { error:
|
|
655
|
+
} catch (d) {
|
|
656
|
+
i = { error: d };
|
|
657
657
|
} finally {
|
|
658
658
|
try {
|
|
659
659
|
p && !p.done && (n = f.return) && n.call(f);
|
|
@@ -663,13 +663,13 @@ var Se = function() {
|
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
665
|
if (o)
|
|
666
|
-
throw new
|
|
666
|
+
throw new $e(o);
|
|
667
667
|
}
|
|
668
668
|
}, e.prototype.add = function(t) {
|
|
669
669
|
var r;
|
|
670
670
|
if (t && t !== this)
|
|
671
671
|
if (this.closed)
|
|
672
|
-
|
|
672
|
+
_t(t);
|
|
673
673
|
else {
|
|
674
674
|
if (t instanceof e) {
|
|
675
675
|
if (t.closed || t._hasParent(this))
|
|
@@ -686,56 +686,56 @@ var Se = function() {
|
|
|
686
686
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
687
687
|
}, e.prototype._removeParent = function(t) {
|
|
688
688
|
var r = this._parentage;
|
|
689
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
689
|
+
r === t ? this._parentage = null : Array.isArray(r) && qe(r, t);
|
|
690
690
|
}, e.prototype.remove = function(t) {
|
|
691
691
|
var r = this._finalizers;
|
|
692
|
-
r &&
|
|
692
|
+
r && qe(r, t), t instanceof e && t._removeParent(this);
|
|
693
693
|
}, e.EMPTY = function() {
|
|
694
694
|
var t = new e();
|
|
695
695
|
return t.closed = !0, t;
|
|
696
696
|
}(), e;
|
|
697
|
-
}(),
|
|
698
|
-
function
|
|
699
|
-
return e instanceof
|
|
697
|
+
}(), Qt = Ae.EMPTY;
|
|
698
|
+
function Yt(e) {
|
|
699
|
+
return e instanceof Ae || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
|
|
700
700
|
}
|
|
701
|
-
function
|
|
701
|
+
function _t(e) {
|
|
702
702
|
G(e) ? e() : e.unsubscribe();
|
|
703
703
|
}
|
|
704
|
-
var
|
|
704
|
+
var Jt = {
|
|
705
705
|
onUnhandledError: null,
|
|
706
706
|
onStoppedNotification: null,
|
|
707
707
|
Promise: void 0,
|
|
708
708
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
709
709
|
useDeprecatedNextContext: !1
|
|
710
|
-
},
|
|
710
|
+
}, gi = {
|
|
711
711
|
setTimeout: function(e, t) {
|
|
712
712
|
for (var r = [], i = 2; i < arguments.length; i++)
|
|
713
713
|
r[i - 2] = arguments[i];
|
|
714
|
-
return setTimeout.apply(void 0, q([e, t],
|
|
714
|
+
return setTimeout.apply(void 0, q([e, t], Je(r)));
|
|
715
715
|
},
|
|
716
716
|
clearTimeout: function(e) {
|
|
717
717
|
return clearTimeout(e);
|
|
718
718
|
},
|
|
719
719
|
delegate: void 0
|
|
720
720
|
};
|
|
721
|
-
function
|
|
722
|
-
|
|
721
|
+
function bi(e) {
|
|
722
|
+
gi.setTimeout(function() {
|
|
723
723
|
throw e;
|
|
724
724
|
});
|
|
725
725
|
}
|
|
726
|
-
function
|
|
726
|
+
function xt() {
|
|
727
727
|
}
|
|
728
|
-
function
|
|
728
|
+
function _e(e) {
|
|
729
729
|
e();
|
|
730
730
|
}
|
|
731
|
-
var
|
|
731
|
+
var qt = function(e) {
|
|
732
732
|
F(t, e);
|
|
733
733
|
function t(r) {
|
|
734
734
|
var i = e.call(this) || this;
|
|
735
|
-
return i.isStopped = !1, r ? (i.destination = r,
|
|
735
|
+
return i.isStopped = !1, r ? (i.destination = r, Yt(r) && r.add(i)) : i.destination = xi, i;
|
|
736
736
|
}
|
|
737
737
|
return t.create = function(r, i, n) {
|
|
738
|
-
return new
|
|
738
|
+
return new Ke(r, i, n);
|
|
739
739
|
}, t.prototype.next = function(r) {
|
|
740
740
|
this.isStopped || this._next(r);
|
|
741
741
|
}, t.prototype.error = function(r) {
|
|
@@ -759,11 +759,11 @@ var Zt = function(e) {
|
|
|
759
759
|
this.unsubscribe();
|
|
760
760
|
}
|
|
761
761
|
}, t;
|
|
762
|
-
}(
|
|
763
|
-
function
|
|
764
|
-
return
|
|
762
|
+
}(Ae), vi = Function.prototype.bind;
|
|
763
|
+
function Ue(e, t) {
|
|
764
|
+
return vi.call(e, t);
|
|
765
765
|
}
|
|
766
|
-
var
|
|
766
|
+
var Ei = function() {
|
|
767
767
|
function e(t) {
|
|
768
768
|
this.partialObserver = t;
|
|
769
769
|
}
|
|
@@ -773,7 +773,7 @@ var fi = function() {
|
|
|
773
773
|
try {
|
|
774
774
|
r.next(t);
|
|
775
775
|
} catch (i) {
|
|
776
|
-
|
|
776
|
+
be(i);
|
|
777
777
|
}
|
|
778
778
|
}, e.prototype.error = function(t) {
|
|
779
779
|
var r = this.partialObserver;
|
|
@@ -781,68 +781,68 @@ var fi = function() {
|
|
|
781
781
|
try {
|
|
782
782
|
r.error(t);
|
|
783
783
|
} catch (i) {
|
|
784
|
-
|
|
784
|
+
be(i);
|
|
785
785
|
}
|
|
786
786
|
else
|
|
787
|
-
|
|
787
|
+
be(t);
|
|
788
788
|
}, e.prototype.complete = function() {
|
|
789
789
|
var t = this.partialObserver;
|
|
790
790
|
if (t.complete)
|
|
791
791
|
try {
|
|
792
792
|
t.complete();
|
|
793
793
|
} catch (r) {
|
|
794
|
-
|
|
794
|
+
be(r);
|
|
795
795
|
}
|
|
796
796
|
}, e;
|
|
797
|
-
}(),
|
|
797
|
+
}(), Ke = function(e) {
|
|
798
798
|
F(t, e);
|
|
799
799
|
function t(r, i, n) {
|
|
800
|
-
var o = e.call(this) || this,
|
|
800
|
+
var o = e.call(this) || this, a;
|
|
801
801
|
if (G(r) || !r)
|
|
802
|
-
|
|
802
|
+
a = {
|
|
803
803
|
next: r != null ? r : void 0,
|
|
804
804
|
error: i != null ? i : void 0,
|
|
805
805
|
complete: n != null ? n : void 0
|
|
806
806
|
};
|
|
807
807
|
else {
|
|
808
|
-
var
|
|
809
|
-
o &&
|
|
808
|
+
var s;
|
|
809
|
+
o && Jt.useDeprecatedNextContext ? (s = Object.create(r), s.unsubscribe = function() {
|
|
810
810
|
return o.unsubscribe();
|
|
811
|
-
},
|
|
812
|
-
next: r.next &&
|
|
813
|
-
error: r.error &&
|
|
814
|
-
complete: r.complete &&
|
|
815
|
-
}) :
|
|
811
|
+
}, a = {
|
|
812
|
+
next: r.next && Ue(r.next, s),
|
|
813
|
+
error: r.error && Ue(r.error, s),
|
|
814
|
+
complete: r.complete && Ue(r.complete, s)
|
|
815
|
+
}) : a = r;
|
|
816
816
|
}
|
|
817
|
-
return o.destination = new
|
|
817
|
+
return o.destination = new Ei(a), o;
|
|
818
818
|
}
|
|
819
819
|
return t;
|
|
820
|
-
}(
|
|
821
|
-
function
|
|
822
|
-
|
|
820
|
+
}(qt);
|
|
821
|
+
function be(e) {
|
|
822
|
+
bi(e);
|
|
823
823
|
}
|
|
824
|
-
function
|
|
824
|
+
function _i(e) {
|
|
825
825
|
throw e;
|
|
826
826
|
}
|
|
827
|
-
var
|
|
827
|
+
var xi = {
|
|
828
828
|
closed: !0,
|
|
829
|
-
next:
|
|
830
|
-
error:
|
|
831
|
-
complete:
|
|
832
|
-
},
|
|
829
|
+
next: xt,
|
|
830
|
+
error: _i,
|
|
831
|
+
complete: xt
|
|
832
|
+
}, Ti = function() {
|
|
833
833
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
834
834
|
}();
|
|
835
|
-
function
|
|
835
|
+
function Li(e) {
|
|
836
836
|
return e;
|
|
837
837
|
}
|
|
838
|
-
function
|
|
839
|
-
return e.length === 0 ?
|
|
838
|
+
function Si(e) {
|
|
839
|
+
return e.length === 0 ? Li : e.length === 1 ? e[0] : function(r) {
|
|
840
840
|
return e.reduce(function(i, n) {
|
|
841
841
|
return n(i);
|
|
842
842
|
}, r);
|
|
843
843
|
};
|
|
844
844
|
}
|
|
845
|
-
var
|
|
845
|
+
var Tt = function() {
|
|
846
846
|
function e(t) {
|
|
847
847
|
t && (this._subscribe = t);
|
|
848
848
|
}
|
|
@@ -850,10 +850,10 @@ var vt = function() {
|
|
|
850
850
|
var r = new e();
|
|
851
851
|
return r.source = this, r.operator = t, r;
|
|
852
852
|
}, e.prototype.subscribe = function(t, r, i) {
|
|
853
|
-
var n = this, o =
|
|
854
|
-
return
|
|
855
|
-
var
|
|
856
|
-
o.add(
|
|
853
|
+
var n = this, o = Ai(t) ? t : new Ke(t, r, i);
|
|
854
|
+
return _e(function() {
|
|
855
|
+
var a = n, s = a.operator, l = a.source;
|
|
856
|
+
o.add(s ? s.call(o, l) : l ? n._subscribe(o) : n._trySubscribe(o));
|
|
857
857
|
}), o;
|
|
858
858
|
}, e.prototype._trySubscribe = function(t) {
|
|
859
859
|
try {
|
|
@@ -863,37 +863,37 @@ var vt = function() {
|
|
|
863
863
|
}
|
|
864
864
|
}, e.prototype.forEach = function(t, r) {
|
|
865
865
|
var i = this;
|
|
866
|
-
return r =
|
|
867
|
-
var
|
|
868
|
-
next: function(
|
|
866
|
+
return r = Lt(r), new r(function(n, o) {
|
|
867
|
+
var a = new Ke({
|
|
868
|
+
next: function(s) {
|
|
869
869
|
try {
|
|
870
|
-
t(
|
|
870
|
+
t(s);
|
|
871
871
|
} catch (l) {
|
|
872
|
-
o(l),
|
|
872
|
+
o(l), a.unsubscribe();
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
error: o,
|
|
876
876
|
complete: n
|
|
877
877
|
});
|
|
878
|
-
i.subscribe(
|
|
878
|
+
i.subscribe(a);
|
|
879
879
|
});
|
|
880
880
|
}, e.prototype._subscribe = function(t) {
|
|
881
881
|
var r;
|
|
882
882
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
883
|
-
}, e.prototype[
|
|
883
|
+
}, e.prototype[Ti] = function() {
|
|
884
884
|
return this;
|
|
885
885
|
}, e.prototype.pipe = function() {
|
|
886
886
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
887
887
|
t[r] = arguments[r];
|
|
888
|
-
return
|
|
888
|
+
return Si(t)(this);
|
|
889
889
|
}, e.prototype.toPromise = function(t) {
|
|
890
890
|
var r = this;
|
|
891
|
-
return t =
|
|
891
|
+
return t = Lt(t), new t(function(i, n) {
|
|
892
892
|
var o;
|
|
893
|
-
r.subscribe(function(
|
|
894
|
-
return o =
|
|
895
|
-
}, function(
|
|
896
|
-
return n(
|
|
893
|
+
r.subscribe(function(a) {
|
|
894
|
+
return o = a;
|
|
895
|
+
}, function(a) {
|
|
896
|
+
return n(a);
|
|
897
897
|
}, function() {
|
|
898
898
|
return i(o);
|
|
899
899
|
});
|
|
@@ -902,48 +902,48 @@ var vt = function() {
|
|
|
902
902
|
return new e(t);
|
|
903
903
|
}, e;
|
|
904
904
|
}();
|
|
905
|
-
function
|
|
905
|
+
function Lt(e) {
|
|
906
906
|
var t;
|
|
907
|
-
return (t = e != null ? e :
|
|
907
|
+
return (t = e != null ? e : Jt.Promise) !== null && t !== void 0 ? t : Promise;
|
|
908
908
|
}
|
|
909
|
-
function
|
|
909
|
+
function wi(e) {
|
|
910
910
|
return e && G(e.next) && G(e.error) && G(e.complete);
|
|
911
911
|
}
|
|
912
|
-
function
|
|
913
|
-
return e && e instanceof
|
|
912
|
+
function Ai(e) {
|
|
913
|
+
return e && e instanceof qt || wi(e) && Yt(e);
|
|
914
914
|
}
|
|
915
|
-
var
|
|
915
|
+
var Pi = Zt(function(e) {
|
|
916
916
|
return function() {
|
|
917
917
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
918
918
|
};
|
|
919
|
-
}),
|
|
919
|
+
}), Kt = function(e) {
|
|
920
920
|
F(t, e);
|
|
921
921
|
function t() {
|
|
922
922
|
var r = e.call(this) || this;
|
|
923
923
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
924
924
|
}
|
|
925
925
|
return t.prototype.lift = function(r) {
|
|
926
|
-
var i = new
|
|
926
|
+
var i = new St(this, this);
|
|
927
927
|
return i.operator = r, i;
|
|
928
928
|
}, t.prototype._throwIfClosed = function() {
|
|
929
929
|
if (this.closed)
|
|
930
|
-
throw new
|
|
930
|
+
throw new Pi();
|
|
931
931
|
}, t.prototype.next = function(r) {
|
|
932
932
|
var i = this;
|
|
933
|
-
|
|
933
|
+
_e(function() {
|
|
934
934
|
var n, o;
|
|
935
935
|
if (i._throwIfClosed(), !i.isStopped) {
|
|
936
936
|
i.currentObservers || (i.currentObservers = Array.from(i.observers));
|
|
937
937
|
try {
|
|
938
|
-
for (var
|
|
939
|
-
var l =
|
|
938
|
+
for (var a = Ye(i.currentObservers), s = a.next(); !s.done; s = a.next()) {
|
|
939
|
+
var l = s.value;
|
|
940
940
|
l.next(r);
|
|
941
941
|
}
|
|
942
942
|
} catch (u) {
|
|
943
943
|
n = { error: u };
|
|
944
944
|
} finally {
|
|
945
945
|
try {
|
|
946
|
-
|
|
946
|
+
s && !s.done && (o = a.return) && o.call(a);
|
|
947
947
|
} finally {
|
|
948
948
|
if (n) throw n.error;
|
|
949
949
|
}
|
|
@@ -952,7 +952,7 @@ var Ei = Vt(function(e) {
|
|
|
952
952
|
});
|
|
953
953
|
}, t.prototype.error = function(r) {
|
|
954
954
|
var i = this;
|
|
955
|
-
|
|
955
|
+
_e(function() {
|
|
956
956
|
if (i._throwIfClosed(), !i.isStopped) {
|
|
957
957
|
i.hasError = i.isStopped = !0, i.thrownError = r;
|
|
958
958
|
for (var n = i.observers; n.length; )
|
|
@@ -961,7 +961,7 @@ var Ei = Vt(function(e) {
|
|
|
961
961
|
});
|
|
962
962
|
}, t.prototype.complete = function() {
|
|
963
963
|
var r = this;
|
|
964
|
-
|
|
964
|
+
_e(function() {
|
|
965
965
|
if (r._throwIfClosed(), !r.isStopped) {
|
|
966
966
|
r.isStopped = !0;
|
|
967
967
|
for (var i = r.observers; i.length; )
|
|
@@ -982,20 +982,20 @@ var Ei = Vt(function(e) {
|
|
|
982
982
|
}, t.prototype._subscribe = function(r) {
|
|
983
983
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
984
984
|
}, t.prototype._innerSubscribe = function(r) {
|
|
985
|
-
var i = this, n = this, o = n.hasError,
|
|
986
|
-
return o ||
|
|
987
|
-
i.currentObservers = null,
|
|
985
|
+
var i = this, n = this, o = n.hasError, a = n.isStopped, s = n.observers;
|
|
986
|
+
return o || a ? Qt : (this.currentObservers = null, s.push(r), new Ae(function() {
|
|
987
|
+
i.currentObservers = null, qe(s, r);
|
|
988
988
|
}));
|
|
989
989
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
990
|
-
var i = this, n = i.hasError, o = i.thrownError,
|
|
991
|
-
n ? r.error(o) :
|
|
990
|
+
var i = this, n = i.hasError, o = i.thrownError, a = i.isStopped;
|
|
991
|
+
n ? r.error(o) : a && r.complete();
|
|
992
992
|
}, t.prototype.asObservable = function() {
|
|
993
|
-
var r = new
|
|
993
|
+
var r = new Tt();
|
|
994
994
|
return r.source = this, r;
|
|
995
995
|
}, t.create = function(r, i) {
|
|
996
|
-
return new
|
|
996
|
+
return new St(r, i);
|
|
997
997
|
}, t;
|
|
998
|
-
}(
|
|
998
|
+
}(Tt), St = function(e) {
|
|
999
999
|
F(t, e);
|
|
1000
1000
|
function t(r, i) {
|
|
1001
1001
|
var n = e.call(this) || this;
|
|
@@ -1012,54 +1012,54 @@ var Ei = Vt(function(e) {
|
|
|
1012
1012
|
(i = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || i === void 0 || i.call(r);
|
|
1013
1013
|
}, t.prototype._subscribe = function(r) {
|
|
1014
1014
|
var i, n;
|
|
1015
|
-
return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n :
|
|
1015
|
+
return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n : Qt;
|
|
1016
1016
|
}, t;
|
|
1017
|
-
}(
|
|
1017
|
+
}(Kt), er = {
|
|
1018
1018
|
now: function() {
|
|
1019
|
-
return (
|
|
1019
|
+
return (er.delegate || Date).now();
|
|
1020
1020
|
},
|
|
1021
1021
|
delegate: void 0
|
|
1022
|
-
},
|
|
1022
|
+
}, Hi = function(e) {
|
|
1023
1023
|
F(t, e);
|
|
1024
1024
|
function t(r, i, n) {
|
|
1025
|
-
r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n =
|
|
1025
|
+
r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n = er);
|
|
1026
1026
|
var o = e.call(this) || this;
|
|
1027
1027
|
return o._bufferSize = r, o._windowTime = i, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = i === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, i), o;
|
|
1028
1028
|
}
|
|
1029
1029
|
return t.prototype.next = function(r) {
|
|
1030
|
-
var i = this, n = i.isStopped, o = i._buffer,
|
|
1031
|
-
n || (o.push(r), !
|
|
1030
|
+
var i = this, n = i.isStopped, o = i._buffer, a = i._infiniteTimeWindow, s = i._timestampProvider, l = i._windowTime;
|
|
1031
|
+
n || (o.push(r), !a && o.push(s.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
|
|
1032
1032
|
}, t.prototype._subscribe = function(r) {
|
|
1033
1033
|
this._throwIfClosed(), this._trimBuffer();
|
|
1034
|
-
for (var i = this._innerSubscribe(r), n = this, o = n._infiniteTimeWindow,
|
|
1035
|
-
r.next(
|
|
1034
|
+
for (var i = this._innerSubscribe(r), n = this, o = n._infiniteTimeWindow, a = n._buffer, s = a.slice(), l = 0; l < s.length && !r.closed; l += o ? 1 : 2)
|
|
1035
|
+
r.next(s[l]);
|
|
1036
1036
|
return this._checkFinalizedStatuses(r), i;
|
|
1037
1037
|
}, t.prototype._trimBuffer = function() {
|
|
1038
|
-
var r = this, i = r._bufferSize, n = r._timestampProvider, o = r._buffer,
|
|
1039
|
-
if (i < 1 / 0 &&
|
|
1038
|
+
var r = this, i = r._bufferSize, n = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, s = (a ? 1 : 2) * i;
|
|
1039
|
+
if (i < 1 / 0 && s < o.length && o.splice(0, o.length - s), !a) {
|
|
1040
1040
|
for (var l = n.now(), u = 0, h = 1; h < o.length && o[h] <= l; h += 2)
|
|
1041
1041
|
u = h;
|
|
1042
1042
|
u && o.splice(0, u + 1);
|
|
1043
1043
|
}
|
|
1044
1044
|
}, t;
|
|
1045
|
-
}(
|
|
1046
|
-
const
|
|
1047
|
-
if (
|
|
1048
|
-
const r = new
|
|
1049
|
-
|
|
1045
|
+
}(Kt);
|
|
1046
|
+
const wt = [], At = {}, Ii = (e, t = 0) => {
|
|
1047
|
+
if (wt.indexOf(e) == -1) {
|
|
1048
|
+
const r = new Hi(t);
|
|
1049
|
+
At[e] = r, wt.push(e);
|
|
1050
1050
|
}
|
|
1051
|
-
return
|
|
1051
|
+
return At[e];
|
|
1052
1052
|
}, Q = [];
|
|
1053
|
-
function
|
|
1053
|
+
function Bi(e, t) {
|
|
1054
1054
|
return {
|
|
1055
|
-
subscribe:
|
|
1055
|
+
subscribe: Pe(e, t).subscribe
|
|
1056
1056
|
};
|
|
1057
1057
|
}
|
|
1058
|
-
function
|
|
1058
|
+
function Pe(e, t = O) {
|
|
1059
1059
|
let r;
|
|
1060
1060
|
const i = /* @__PURE__ */ new Set();
|
|
1061
|
-
function n(
|
|
1062
|
-
if (
|
|
1061
|
+
function n(s) {
|
|
1062
|
+
if (Wt(e, s) && (e = s, r)) {
|
|
1063
1063
|
const l = !Q.length;
|
|
1064
1064
|
for (const u of i)
|
|
1065
1065
|
u[1](), Q.push(u, e);
|
|
@@ -1070,40 +1070,40 @@ function we(e, t = B) {
|
|
|
1070
1070
|
}
|
|
1071
1071
|
}
|
|
1072
1072
|
}
|
|
1073
|
-
function o(
|
|
1074
|
-
n(
|
|
1073
|
+
function o(s) {
|
|
1074
|
+
n(s(e));
|
|
1075
1075
|
}
|
|
1076
|
-
function s
|
|
1077
|
-
const u = [
|
|
1078
|
-
return i.add(u), i.size === 1 && (r = t(n, o) ||
|
|
1076
|
+
function a(s, l = O) {
|
|
1077
|
+
const u = [s, l];
|
|
1078
|
+
return i.add(u), i.size === 1 && (r = t(n, o) || O), s(e), () => {
|
|
1079
1079
|
i.delete(u), i.size === 0 && r && (r(), r = null);
|
|
1080
1080
|
};
|
|
1081
1081
|
}
|
|
1082
|
-
return { set: n, update: o, subscribe:
|
|
1082
|
+
return { set: n, update: o, subscribe: a };
|
|
1083
1083
|
}
|
|
1084
1084
|
function ie(e, t, r) {
|
|
1085
1085
|
const i = !Array.isArray(e), n = i ? [e] : e;
|
|
1086
1086
|
if (!n.every(Boolean))
|
|
1087
1087
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1088
1088
|
const o = t.length < 2;
|
|
1089
|
-
return
|
|
1089
|
+
return Bi(r, (a, s) => {
|
|
1090
1090
|
let l = !1;
|
|
1091
1091
|
const u = [];
|
|
1092
|
-
let h = 0, c =
|
|
1092
|
+
let h = 0, c = O;
|
|
1093
1093
|
const f = () => {
|
|
1094
1094
|
if (h)
|
|
1095
1095
|
return;
|
|
1096
1096
|
c();
|
|
1097
|
-
const
|
|
1098
|
-
o ?
|
|
1097
|
+
const y = t(i ? u[0] : u, a, s);
|
|
1098
|
+
o ? a(y) : c = ut(y) ? y : O;
|
|
1099
1099
|
}, p = n.map(
|
|
1100
|
-
(
|
|
1101
|
-
|
|
1102
|
-
(
|
|
1103
|
-
u[
|
|
1100
|
+
(y, d) => Xt(
|
|
1101
|
+
y,
|
|
1102
|
+
(b) => {
|
|
1103
|
+
u[d] = b, h &= ~(1 << d), l && f();
|
|
1104
1104
|
},
|
|
1105
1105
|
() => {
|
|
1106
|
-
h |= 1 <<
|
|
1106
|
+
h |= 1 << d;
|
|
1107
1107
|
}
|
|
1108
1108
|
)
|
|
1109
1109
|
);
|
|
@@ -1112,70 +1112,70 @@ function ie(e, t, r) {
|
|
|
1112
1112
|
};
|
|
1113
1113
|
});
|
|
1114
1114
|
}
|
|
1115
|
-
function
|
|
1115
|
+
function Oi(e) {
|
|
1116
1116
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1117
1117
|
}
|
|
1118
|
-
var
|
|
1119
|
-
return
|
|
1118
|
+
var Ci = function(t) {
|
|
1119
|
+
return Ni(t) && !Ri(t);
|
|
1120
1120
|
};
|
|
1121
|
-
function
|
|
1121
|
+
function Ni(e) {
|
|
1122
1122
|
return !!e && typeof e == "object";
|
|
1123
1123
|
}
|
|
1124
|
-
function
|
|
1124
|
+
function Ri(e) {
|
|
1125
1125
|
var t = Object.prototype.toString.call(e);
|
|
1126
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1126
|
+
return t === "[object RegExp]" || t === "[object Date]" || $i(e);
|
|
1127
1127
|
}
|
|
1128
|
-
var
|
|
1129
|
-
function
|
|
1130
|
-
return e.$$typeof ===
|
|
1128
|
+
var Mi = typeof Symbol == "function" && Symbol.for, Di = Mi ? Symbol.for("react.element") : 60103;
|
|
1129
|
+
function $i(e) {
|
|
1130
|
+
return e.$$typeof === Di;
|
|
1131
1131
|
}
|
|
1132
|
-
function
|
|
1132
|
+
function Ui(e) {
|
|
1133
1133
|
return Array.isArray(e) ? [] : {};
|
|
1134
1134
|
}
|
|
1135
1135
|
function he(e, t) {
|
|
1136
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? K(
|
|
1136
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? K(Ui(e), e, t) : e;
|
|
1137
1137
|
}
|
|
1138
|
-
function
|
|
1138
|
+
function Gi(e, t, r) {
|
|
1139
1139
|
return e.concat(t).map(function(i) {
|
|
1140
1140
|
return he(i, r);
|
|
1141
1141
|
});
|
|
1142
1142
|
}
|
|
1143
|
-
function
|
|
1143
|
+
function Fi(e, t) {
|
|
1144
1144
|
if (!t.customMerge)
|
|
1145
1145
|
return K;
|
|
1146
1146
|
var r = t.customMerge(e);
|
|
1147
1147
|
return typeof r == "function" ? r : K;
|
|
1148
1148
|
}
|
|
1149
|
-
function
|
|
1149
|
+
function ji(e) {
|
|
1150
1150
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1151
1151
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1152
1152
|
}) : [];
|
|
1153
1153
|
}
|
|
1154
|
-
function
|
|
1155
|
-
return Object.keys(e).concat(
|
|
1154
|
+
function Pt(e) {
|
|
1155
|
+
return Object.keys(e).concat(ji(e));
|
|
1156
1156
|
}
|
|
1157
|
-
function
|
|
1157
|
+
function tr(e, t) {
|
|
1158
1158
|
try {
|
|
1159
1159
|
return t in e;
|
|
1160
1160
|
} catch (r) {
|
|
1161
1161
|
return !1;
|
|
1162
1162
|
}
|
|
1163
1163
|
}
|
|
1164
|
-
function
|
|
1165
|
-
return
|
|
1164
|
+
function ki(e, t) {
|
|
1165
|
+
return tr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1166
1166
|
}
|
|
1167
|
-
function
|
|
1167
|
+
function Vi(e, t, r) {
|
|
1168
1168
|
var i = {};
|
|
1169
|
-
return r.isMergeableObject(e) &&
|
|
1169
|
+
return r.isMergeableObject(e) && Pt(e).forEach(function(n) {
|
|
1170
1170
|
i[n] = he(e[n], r);
|
|
1171
|
-
}),
|
|
1172
|
-
|
|
1171
|
+
}), Pt(t).forEach(function(n) {
|
|
1172
|
+
ki(e, n) || (tr(e, n) && r.isMergeableObject(t[n]) ? i[n] = Fi(n, r)(e[n], t[n], r) : i[n] = he(t[n], r));
|
|
1173
1173
|
}), i;
|
|
1174
1174
|
}
|
|
1175
1175
|
function K(e, t, r) {
|
|
1176
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1176
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Gi, r.isMergeableObject = r.isMergeableObject || Ci, r.cloneUnlessOtherwiseSpecified = he;
|
|
1177
1177
|
var i = Array.isArray(t), n = Array.isArray(e), o = i === n;
|
|
1178
|
-
return o ? i ? r.arrayMerge(e, t, r) :
|
|
1178
|
+
return o ? i ? r.arrayMerge(e, t, r) : Vi(e, t, r) : he(t, r);
|
|
1179
1179
|
}
|
|
1180
1180
|
K.all = function(t, r) {
|
|
1181
1181
|
if (!Array.isArray(t))
|
|
@@ -1184,107 +1184,107 @@ K.all = function(t, r) {
|
|
|
1184
1184
|
return K(i, n, r);
|
|
1185
1185
|
}, {});
|
|
1186
1186
|
};
|
|
1187
|
-
var
|
|
1188
|
-
const
|
|
1189
|
-
function
|
|
1190
|
-
var r = t && t.cache ? t.cache :
|
|
1187
|
+
var Wi = K, Xi = Wi;
|
|
1188
|
+
const zi = /* @__PURE__ */ Oi(Xi);
|
|
1189
|
+
function Ge(e, t) {
|
|
1190
|
+
var r = t && t.cache ? t.cache : Ki, i = t && t.serializer ? t.serializer : qi, n = t && t.strategy ? t.strategy : Qi;
|
|
1191
1191
|
return n(e, {
|
|
1192
1192
|
cache: r,
|
|
1193
1193
|
serializer: i
|
|
1194
1194
|
});
|
|
1195
1195
|
}
|
|
1196
|
-
function
|
|
1196
|
+
function Zi(e) {
|
|
1197
1197
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1198
1198
|
}
|
|
1199
|
-
function
|
|
1200
|
-
var n =
|
|
1199
|
+
function rr(e, t, r, i) {
|
|
1200
|
+
var n = Zi(i) ? i : r(i), o = t.get(n);
|
|
1201
1201
|
return typeof o == "undefined" && (o = e.call(this, i), t.set(n, o)), o;
|
|
1202
1202
|
}
|
|
1203
|
-
function
|
|
1203
|
+
function ir(e, t, r) {
|
|
1204
1204
|
var i = Array.prototype.slice.call(arguments, 3), n = r(i), o = t.get(n);
|
|
1205
1205
|
return typeof o == "undefined" && (o = e.apply(this, i), t.set(n, o)), o;
|
|
1206
1206
|
}
|
|
1207
|
-
function
|
|
1207
|
+
function lt(e, t, r, i, n) {
|
|
1208
1208
|
return r.bind(t, e, i, n);
|
|
1209
1209
|
}
|
|
1210
|
-
function
|
|
1211
|
-
var r = e.length === 1 ?
|
|
1212
|
-
return
|
|
1210
|
+
function Qi(e, t) {
|
|
1211
|
+
var r = e.length === 1 ? rr : ir;
|
|
1212
|
+
return lt(e, this, r, t.cache.create(), t.serializer);
|
|
1213
1213
|
}
|
|
1214
|
-
function
|
|
1215
|
-
return
|
|
1214
|
+
function Yi(e, t) {
|
|
1215
|
+
return lt(e, this, ir, t.cache.create(), t.serializer);
|
|
1216
1216
|
}
|
|
1217
|
-
function
|
|
1218
|
-
return
|
|
1217
|
+
function Ji(e, t) {
|
|
1218
|
+
return lt(e, this, rr, t.cache.create(), t.serializer);
|
|
1219
1219
|
}
|
|
1220
|
-
var
|
|
1220
|
+
var qi = function() {
|
|
1221
1221
|
return JSON.stringify(arguments);
|
|
1222
1222
|
};
|
|
1223
|
-
function
|
|
1223
|
+
function ht() {
|
|
1224
1224
|
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1225
1225
|
}
|
|
1226
|
-
|
|
1226
|
+
ht.prototype.get = function(e) {
|
|
1227
1227
|
return this.cache[e];
|
|
1228
1228
|
};
|
|
1229
|
-
|
|
1229
|
+
ht.prototype.set = function(e, t) {
|
|
1230
1230
|
this.cache[e] = t;
|
|
1231
1231
|
};
|
|
1232
|
-
var
|
|
1232
|
+
var Ki = {
|
|
1233
1233
|
create: function() {
|
|
1234
|
-
return new
|
|
1234
|
+
return new ht();
|
|
1235
1235
|
}
|
|
1236
|
-
},
|
|
1237
|
-
variadic:
|
|
1238
|
-
monadic:
|
|
1239
|
-
},
|
|
1236
|
+
}, Fe = {
|
|
1237
|
+
variadic: Yi,
|
|
1238
|
+
monadic: Ji
|
|
1239
|
+
}, g;
|
|
1240
1240
|
(function(e) {
|
|
1241
1241
|
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";
|
|
1242
|
-
})(
|
|
1243
|
-
var
|
|
1242
|
+
})(g || (g = {}));
|
|
1243
|
+
var S;
|
|
1244
1244
|
(function(e) {
|
|
1245
1245
|
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";
|
|
1246
|
-
})(
|
|
1246
|
+
})(S || (S = {}));
|
|
1247
1247
|
var ee;
|
|
1248
1248
|
(function(e) {
|
|
1249
1249
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1250
1250
|
})(ee || (ee = {}));
|
|
1251
|
-
function
|
|
1252
|
-
return e.type ===
|
|
1251
|
+
function Ht(e) {
|
|
1252
|
+
return e.type === S.literal;
|
|
1253
1253
|
}
|
|
1254
|
-
function
|
|
1255
|
-
return e.type ===
|
|
1254
|
+
function en(e) {
|
|
1255
|
+
return e.type === S.argument;
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1258
|
-
return e.type ===
|
|
1257
|
+
function nr(e) {
|
|
1258
|
+
return e.type === S.number;
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1261
|
-
return e.type ===
|
|
1260
|
+
function or(e) {
|
|
1261
|
+
return e.type === S.date;
|
|
1262
1262
|
}
|
|
1263
|
-
function
|
|
1264
|
-
return e.type ===
|
|
1263
|
+
function sr(e) {
|
|
1264
|
+
return e.type === S.time;
|
|
1265
1265
|
}
|
|
1266
|
-
function
|
|
1267
|
-
return e.type ===
|
|
1266
|
+
function ar(e) {
|
|
1267
|
+
return e.type === S.select;
|
|
1268
1268
|
}
|
|
1269
|
-
function
|
|
1270
|
-
return e.type ===
|
|
1269
|
+
function ur(e) {
|
|
1270
|
+
return e.type === S.plural;
|
|
1271
1271
|
}
|
|
1272
|
-
function
|
|
1273
|
-
return e.type ===
|
|
1272
|
+
function tn(e) {
|
|
1273
|
+
return e.type === S.pound;
|
|
1274
1274
|
}
|
|
1275
|
-
function
|
|
1276
|
-
return e.type ===
|
|
1275
|
+
function lr(e) {
|
|
1276
|
+
return e.type === S.tag;
|
|
1277
1277
|
}
|
|
1278
|
-
function
|
|
1278
|
+
function hr(e) {
|
|
1279
1279
|
return !!(e && typeof e == "object" && e.type === ee.number);
|
|
1280
1280
|
}
|
|
1281
|
-
function
|
|
1281
|
+
function et(e) {
|
|
1282
1282
|
return !!(e && typeof e == "object" && e.type === ee.dateTime);
|
|
1283
1283
|
}
|
|
1284
|
-
var
|
|
1285
|
-
function
|
|
1284
|
+
var cr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, rn = /(?:[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;
|
|
1285
|
+
function nn(e) {
|
|
1286
1286
|
var t = {};
|
|
1287
|
-
return e.replace(
|
|
1287
|
+
return e.replace(rn, function(r) {
|
|
1288
1288
|
var i = r.length;
|
|
1289
1289
|
switch (r[0]) {
|
|
1290
1290
|
case "G":
|
|
@@ -1373,36 +1373,36 @@ function Qi(e) {
|
|
|
1373
1373
|
return "";
|
|
1374
1374
|
}), t;
|
|
1375
1375
|
}
|
|
1376
|
-
var
|
|
1377
|
-
function
|
|
1376
|
+
var on = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1377
|
+
function sn(e) {
|
|
1378
1378
|
if (e.length === 0)
|
|
1379
1379
|
throw new Error("Number skeleton cannot be empty");
|
|
1380
|
-
for (var t = e.split(
|
|
1380
|
+
for (var t = e.split(on).filter(function(f) {
|
|
1381
1381
|
return f.length > 0;
|
|
1382
1382
|
}), r = [], i = 0, n = t; i < n.length; i++) {
|
|
1383
|
-
var o = n[i],
|
|
1384
|
-
if (
|
|
1383
|
+
var o = n[i], a = o.split("/");
|
|
1384
|
+
if (a.length === 0)
|
|
1385
1385
|
throw new Error("Invalid number skeleton");
|
|
1386
|
-
for (var
|
|
1386
|
+
for (var s = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
|
|
1387
1387
|
var c = h[u];
|
|
1388
1388
|
if (c.length === 0)
|
|
1389
1389
|
throw new Error("Invalid number skeleton");
|
|
1390
1390
|
}
|
|
1391
|
-
r.push({ stem:
|
|
1391
|
+
r.push({ stem: s, options: l });
|
|
1392
1392
|
}
|
|
1393
1393
|
return r;
|
|
1394
1394
|
}
|
|
1395
|
-
function
|
|
1395
|
+
function an(e) {
|
|
1396
1396
|
return e.replace(/^(.*?)-/, "");
|
|
1397
1397
|
}
|
|
1398
|
-
var
|
|
1399
|
-
function
|
|
1398
|
+
var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, fr = /^(@+)?(\+|#+)?[rs]?$/g, un = /(\*)(0+)|(#+)(0+)|(0+)/g, mr = /^(0+)$/;
|
|
1399
|
+
function Bt(e) {
|
|
1400
1400
|
var t = {};
|
|
1401
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1401
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(fr, function(r, i, n) {
|
|
1402
1402
|
return typeof n != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : n === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
|
|
1403
1403
|
}), t;
|
|
1404
1404
|
}
|
|
1405
|
-
function
|
|
1405
|
+
function pr(e) {
|
|
1406
1406
|
switch (e) {
|
|
1407
1407
|
case "sign-auto":
|
|
1408
1408
|
return {
|
|
@@ -1442,7 +1442,7 @@ function hr(e) {
|
|
|
1442
1442
|
};
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
function
|
|
1445
|
+
function ln(e) {
|
|
1446
1446
|
var t;
|
|
1447
1447
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1448
1448
|
notation: "engineering"
|
|
@@ -1450,17 +1450,17 @@ function en(e) {
|
|
|
1450
1450
|
notation: "scientific"
|
|
1451
1451
|
}, e = e.slice(1)), t) {
|
|
1452
1452
|
var r = e.slice(0, 2);
|
|
1453
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1453
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !mr.test(e))
|
|
1454
1454
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1455
1455
|
t.minimumIntegerDigits = e.length;
|
|
1456
1456
|
}
|
|
1457
1457
|
return t;
|
|
1458
1458
|
}
|
|
1459
|
-
function
|
|
1460
|
-
var t = {}, r =
|
|
1459
|
+
function Ot(e) {
|
|
1460
|
+
var t = {}, r = pr(e);
|
|
1461
1461
|
return r || t;
|
|
1462
1462
|
}
|
|
1463
|
-
function
|
|
1463
|
+
function hn(e) {
|
|
1464
1464
|
for (var t = {}, r = 0, i = e; r < i.length; r++) {
|
|
1465
1465
|
var n = i[r];
|
|
1466
1466
|
switch (n.stem) {
|
|
@@ -1484,7 +1484,7 @@ function tn(e) {
|
|
|
1484
1484
|
continue;
|
|
1485
1485
|
case "measure-unit":
|
|
1486
1486
|
case "unit":
|
|
1487
|
-
t.style = "unit", t.unit =
|
|
1487
|
+
t.style = "unit", t.unit = an(n.options[0]);
|
|
1488
1488
|
continue;
|
|
1489
1489
|
case "compact-short":
|
|
1490
1490
|
case "K":
|
|
@@ -1496,12 +1496,12 @@ function tn(e) {
|
|
|
1496
1496
|
continue;
|
|
1497
1497
|
case "scientific":
|
|
1498
1498
|
t = _(_(_({}, t), { notation: "scientific" }), n.options.reduce(function(l, u) {
|
|
1499
|
-
return _(_({}, l),
|
|
1499
|
+
return _(_({}, l), Ot(u));
|
|
1500
1500
|
}, {}));
|
|
1501
1501
|
continue;
|
|
1502
1502
|
case "engineering":
|
|
1503
1503
|
t = _(_(_({}, t), { notation: "engineering" }), n.options.reduce(function(l, u) {
|
|
1504
|
-
return _(_({}, l),
|
|
1504
|
+
return _(_({}, l), Ot(u));
|
|
1505
1505
|
}, {}));
|
|
1506
1506
|
continue;
|
|
1507
1507
|
case "notation-simple":
|
|
@@ -1546,7 +1546,7 @@ function tn(e) {
|
|
|
1546
1546
|
case "integer-width":
|
|
1547
1547
|
if (n.options.length > 1)
|
|
1548
1548
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1549
|
-
n.options[0].replace(
|
|
1549
|
+
n.options[0].replace(un, function(l, u, h, c, f, p) {
|
|
1550
1550
|
if (u)
|
|
1551
1551
|
t.minimumIntegerDigits = h.length;
|
|
1552
1552
|
else {
|
|
@@ -1559,32 +1559,32 @@ function tn(e) {
|
|
|
1559
1559
|
});
|
|
1560
1560
|
continue;
|
|
1561
1561
|
}
|
|
1562
|
-
if (
|
|
1562
|
+
if (mr.test(n.stem)) {
|
|
1563
1563
|
t.minimumIntegerDigits = n.stem.length;
|
|
1564
1564
|
continue;
|
|
1565
1565
|
}
|
|
1566
|
-
if (
|
|
1566
|
+
if (It.test(n.stem)) {
|
|
1567
1567
|
if (n.options.length > 1)
|
|
1568
1568
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1569
|
-
n.stem.replace(
|
|
1569
|
+
n.stem.replace(It, function(l, u, h, c, f, p) {
|
|
1570
1570
|
return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1571
1571
|
});
|
|
1572
1572
|
var o = n.options[0];
|
|
1573
|
-
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t),
|
|
1573
|
+
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), Bt(o)));
|
|
1574
1574
|
continue;
|
|
1575
1575
|
}
|
|
1576
|
-
if (
|
|
1577
|
-
t = _(_({}, t),
|
|
1576
|
+
if (fr.test(n.stem)) {
|
|
1577
|
+
t = _(_({}, t), Bt(n.stem));
|
|
1578
1578
|
continue;
|
|
1579
1579
|
}
|
|
1580
|
-
var
|
|
1581
|
-
s && (t = _(_({}, t), s));
|
|
1582
|
-
var a = en(n.stem);
|
|
1580
|
+
var a = pr(n.stem);
|
|
1583
1581
|
a && (t = _(_({}, t), a));
|
|
1582
|
+
var s = ln(n.stem);
|
|
1583
|
+
s && (t = _(_({}, t), s));
|
|
1584
1584
|
}
|
|
1585
1585
|
return t;
|
|
1586
1586
|
}
|
|
1587
|
-
var
|
|
1587
|
+
var ve = {
|
|
1588
1588
|
"001": [
|
|
1589
1589
|
"H",
|
|
1590
1590
|
"h"
|
|
@@ -2999,22 +2999,22 @@ var be = {
|
|
|
2999
2999
|
"h"
|
|
3000
3000
|
]
|
|
3001
3001
|
};
|
|
3002
|
-
function
|
|
3002
|
+
function cn(e, t) {
|
|
3003
3003
|
for (var r = "", i = 0; i < e.length; i++) {
|
|
3004
3004
|
var n = e.charAt(i);
|
|
3005
3005
|
if (n === "j") {
|
|
3006
3006
|
for (var o = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
|
|
3007
3007
|
o++, i++;
|
|
3008
|
-
var
|
|
3009
|
-
for ((u == "H" || u == "k") && (
|
|
3008
|
+
var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = fn(t);
|
|
3009
|
+
for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
|
|
3010
3010
|
r += l;
|
|
3011
|
-
for (;
|
|
3011
|
+
for (; a-- > 0; )
|
|
3012
3012
|
r = u + r;
|
|
3013
3013
|
} else n === "J" ? r += "H" : r += n;
|
|
3014
3014
|
}
|
|
3015
3015
|
return r;
|
|
3016
3016
|
}
|
|
3017
|
-
function
|
|
3017
|
+
function fn(e) {
|
|
3018
3018
|
var t = e.hourCycle;
|
|
3019
3019
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3020
3020
|
e.hourCycles && // @ts-ignore
|
|
@@ -3033,23 +3033,23 @@ function nn(e) {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
var r = e.language, i;
|
|
3035
3035
|
r !== "root" && (i = e.maximize().region);
|
|
3036
|
-
var n =
|
|
3036
|
+
var n = ve[i || ""] || ve[r || ""] || ve["".concat(r, "-001")] || ve["001"];
|
|
3037
3037
|
return n[0];
|
|
3038
3038
|
}
|
|
3039
|
-
var
|
|
3040
|
-
function
|
|
3039
|
+
var je, mn = new RegExp("^".concat(cr.source, "*")), pn = new RegExp("".concat(cr.source, "*$"));
|
|
3040
|
+
function v(e, t) {
|
|
3041
3041
|
return { start: e, end: t };
|
|
3042
3042
|
}
|
|
3043
|
-
var
|
|
3043
|
+
var dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), yn = !!String.fromCodePoint, gn = !!Object.fromEntries, bn = !!String.prototype.codePointAt, vn = !!String.prototype.trimStart, En = !!String.prototype.trimEnd, _n = !!Number.isSafeInteger, xn = _n ? Number.isSafeInteger : function(e) {
|
|
3044
3044
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3045
|
-
},
|
|
3045
|
+
}, tt = !0;
|
|
3046
3046
|
try {
|
|
3047
|
-
var
|
|
3048
|
-
|
|
3047
|
+
var Tn = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3048
|
+
tt = ((je = Tn.exec("a")) === null || je === void 0 ? void 0 : je[0]) === "a";
|
|
3049
3049
|
} catch (e) {
|
|
3050
|
-
|
|
3050
|
+
tt = !1;
|
|
3051
3051
|
}
|
|
3052
|
-
var
|
|
3052
|
+
var Ct = dn ? (
|
|
3053
3053
|
// Native
|
|
3054
3054
|
function(t, r, i) {
|
|
3055
3055
|
return t.startsWith(r, i);
|
|
@@ -3059,31 +3059,31 @@ var Ht = an ? (
|
|
|
3059
3059
|
function(t, r, i) {
|
|
3060
3060
|
return t.slice(i, i + r.length) === r;
|
|
3061
3061
|
}
|
|
3062
|
-
),
|
|
3062
|
+
), rt = yn ? String.fromCodePoint : (
|
|
3063
3063
|
// IE11
|
|
3064
3064
|
function() {
|
|
3065
3065
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
3066
3066
|
t[r] = arguments[r];
|
|
3067
|
-
for (var i = "", n = t.length, o = 0,
|
|
3068
|
-
if (
|
|
3069
|
-
throw RangeError(
|
|
3070
|
-
i +=
|
|
3067
|
+
for (var i = "", n = t.length, o = 0, a; n > o; ) {
|
|
3068
|
+
if (a = t[o++], a > 1114111)
|
|
3069
|
+
throw RangeError(a + " is not a valid code point");
|
|
3070
|
+
i += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
|
|
3071
3071
|
}
|
|
3072
3072
|
return i;
|
|
3073
3073
|
}
|
|
3074
|
-
),
|
|
3074
|
+
), Nt = (
|
|
3075
3075
|
// native
|
|
3076
|
-
|
|
3076
|
+
gn ? Object.fromEntries : (
|
|
3077
3077
|
// Ponyfill
|
|
3078
3078
|
function(t) {
|
|
3079
3079
|
for (var r = {}, i = 0, n = t; i < n.length; i++) {
|
|
3080
|
-
var o = n[i],
|
|
3081
|
-
r[
|
|
3080
|
+
var o = n[i], a = o[0], s = o[1];
|
|
3081
|
+
r[a] = s;
|
|
3082
3082
|
}
|
|
3083
3083
|
return r;
|
|
3084
3084
|
}
|
|
3085
3085
|
)
|
|
3086
|
-
),
|
|
3086
|
+
), dr = bn ? (
|
|
3087
3087
|
// Native
|
|
3088
3088
|
function(t, r) {
|
|
3089
3089
|
return t.codePointAt(r);
|
|
@@ -3097,7 +3097,7 @@ var Ht = an ? (
|
|
|
3097
3097
|
return n < 55296 || n > 56319 || r + 1 === i || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
|
|
3098
3098
|
}
|
|
3099
3099
|
}
|
|
3100
|
-
),
|
|
3100
|
+
), Ln = vn ? (
|
|
3101
3101
|
// Native
|
|
3102
3102
|
function(t) {
|
|
3103
3103
|
return t.trimStart();
|
|
@@ -3105,9 +3105,9 @@ var Ht = an ? (
|
|
|
3105
3105
|
) : (
|
|
3106
3106
|
// Ponyfill
|
|
3107
3107
|
function(t) {
|
|
3108
|
-
return t.replace(
|
|
3108
|
+
return t.replace(mn, "");
|
|
3109
3109
|
}
|
|
3110
|
-
),
|
|
3110
|
+
), Sn = En ? (
|
|
3111
3111
|
// Native
|
|
3112
3112
|
function(t) {
|
|
3113
3113
|
return t.trimEnd();
|
|
@@ -3115,32 +3115,32 @@ var Ht = an ? (
|
|
|
3115
3115
|
) : (
|
|
3116
3116
|
// Ponyfill
|
|
3117
3117
|
function(t) {
|
|
3118
|
-
return t.replace(
|
|
3118
|
+
return t.replace(pn, "");
|
|
3119
3119
|
}
|
|
3120
3120
|
);
|
|
3121
|
-
function
|
|
3121
|
+
function yr(e, t) {
|
|
3122
3122
|
return new RegExp(e, t);
|
|
3123
3123
|
}
|
|
3124
|
-
var
|
|
3125
|
-
if (
|
|
3126
|
-
var
|
|
3127
|
-
|
|
3124
|
+
var it;
|
|
3125
|
+
if (tt) {
|
|
3126
|
+
var Rt = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3127
|
+
it = function(t, r) {
|
|
3128
3128
|
var i;
|
|
3129
|
-
|
|
3130
|
-
var n =
|
|
3129
|
+
Rt.lastIndex = r;
|
|
3130
|
+
var n = Rt.exec(t);
|
|
3131
3131
|
return (i = n[1]) !== null && i !== void 0 ? i : "";
|
|
3132
3132
|
};
|
|
3133
3133
|
} else
|
|
3134
|
-
|
|
3134
|
+
it = function(t, r) {
|
|
3135
3135
|
for (var i = []; ; ) {
|
|
3136
|
-
var n =
|
|
3137
|
-
if (n === void 0 ||
|
|
3136
|
+
var n = dr(t, r);
|
|
3137
|
+
if (n === void 0 || gr(n) || Hn(n))
|
|
3138
3138
|
break;
|
|
3139
3139
|
i.push(n), r += n >= 65536 ? 2 : 1;
|
|
3140
3140
|
}
|
|
3141
|
-
return
|
|
3141
|
+
return rt.apply(void 0, i);
|
|
3142
3142
|
};
|
|
3143
|
-
var
|
|
3143
|
+
var wn = (
|
|
3144
3144
|
/** @class */
|
|
3145
3145
|
function() {
|
|
3146
3146
|
function e(t, r) {
|
|
@@ -3154,33 +3154,33 @@ var gn = (
|
|
|
3154
3154
|
for (var n = []; !this.isEOF(); ) {
|
|
3155
3155
|
var o = this.char();
|
|
3156
3156
|
if (o === 123) {
|
|
3157
|
-
var
|
|
3158
|
-
if (
|
|
3159
|
-
return
|
|
3160
|
-
n.push(
|
|
3157
|
+
var a = this.parseArgument(t, i);
|
|
3158
|
+
if (a.err)
|
|
3159
|
+
return a;
|
|
3160
|
+
n.push(a.val);
|
|
3161
3161
|
} else {
|
|
3162
3162
|
if (o === 125 && t > 0)
|
|
3163
3163
|
break;
|
|
3164
3164
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3165
|
-
var
|
|
3165
|
+
var s = this.clonePosition();
|
|
3166
3166
|
this.bump(), n.push({
|
|
3167
|
-
type:
|
|
3168
|
-
location:
|
|
3167
|
+
type: S.pound,
|
|
3168
|
+
location: v(s, this.clonePosition())
|
|
3169
3169
|
});
|
|
3170
3170
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3171
3171
|
if (i)
|
|
3172
3172
|
break;
|
|
3173
|
-
return this.error(
|
|
3174
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3175
|
-
var
|
|
3176
|
-
if (
|
|
3177
|
-
return
|
|
3178
|
-
n.push(
|
|
3173
|
+
return this.error(g.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
|
|
3174
|
+
} else if (o === 60 && !this.ignoreTag && nt(this.peek() || 0)) {
|
|
3175
|
+
var a = this.parseTag(t, r);
|
|
3176
|
+
if (a.err)
|
|
3177
|
+
return a;
|
|
3178
|
+
n.push(a.val);
|
|
3179
3179
|
} else {
|
|
3180
|
-
var
|
|
3181
|
-
if (
|
|
3182
|
-
return
|
|
3183
|
-
n.push(
|
|
3180
|
+
var a = this.parseLiteral(t, r);
|
|
3181
|
+
if (a.err)
|
|
3182
|
+
return a;
|
|
3183
|
+
n.push(a.val);
|
|
3184
3184
|
}
|
|
3185
3185
|
}
|
|
3186
3186
|
}
|
|
@@ -3192,9 +3192,9 @@ var gn = (
|
|
|
3192
3192
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3193
3193
|
return {
|
|
3194
3194
|
val: {
|
|
3195
|
-
type:
|
|
3195
|
+
type: S.literal,
|
|
3196
3196
|
value: "<".concat(n, "/>"),
|
|
3197
|
-
location:
|
|
3197
|
+
location: v(i, this.clonePosition())
|
|
3198
3198
|
},
|
|
3199
3199
|
err: null
|
|
3200
3200
|
};
|
|
@@ -3202,27 +3202,27 @@ var gn = (
|
|
|
3202
3202
|
var o = this.parseMessage(t + 1, r, !0);
|
|
3203
3203
|
if (o.err)
|
|
3204
3204
|
return o;
|
|
3205
|
-
var
|
|
3205
|
+
var a = o.val, s = this.clonePosition();
|
|
3206
3206
|
if (this.bumpIf("</")) {
|
|
3207
|
-
if (this.isEOF() || !
|
|
3208
|
-
return this.error(
|
|
3207
|
+
if (this.isEOF() || !nt(this.char()))
|
|
3208
|
+
return this.error(g.INVALID_TAG, v(s, this.clonePosition()));
|
|
3209
3209
|
var l = this.clonePosition(), u = this.parseTagName();
|
|
3210
|
-
return n !== u ? this.error(
|
|
3210
|
+
return n !== u ? this.error(g.UNMATCHED_CLOSING_TAG, v(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3211
3211
|
val: {
|
|
3212
|
-
type:
|
|
3212
|
+
type: S.tag,
|
|
3213
3213
|
value: n,
|
|
3214
|
-
children:
|
|
3215
|
-
location:
|
|
3214
|
+
children: a,
|
|
3215
|
+
location: v(i, this.clonePosition())
|
|
3216
3216
|
},
|
|
3217
3217
|
err: null
|
|
3218
|
-
} : this.error(
|
|
3218
|
+
} : this.error(g.INVALID_TAG, v(s, this.clonePosition())));
|
|
3219
3219
|
} else
|
|
3220
|
-
return this.error(
|
|
3220
|
+
return this.error(g.UNCLOSED_TAG, v(i, this.clonePosition()));
|
|
3221
3221
|
} else
|
|
3222
|
-
return this.error(
|
|
3222
|
+
return this.error(g.INVALID_TAG, v(i, this.clonePosition()));
|
|
3223
3223
|
}, e.prototype.parseTagName = function() {
|
|
3224
3224
|
var t = this.offset();
|
|
3225
|
-
for (this.bump(); !this.isEOF() &&
|
|
3225
|
+
for (this.bump(); !this.isEOF() && Pn(this.char()); )
|
|
3226
3226
|
this.bump();
|
|
3227
3227
|
return this.message.slice(t, this.offset());
|
|
3228
3228
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3232,26 +3232,26 @@ var gn = (
|
|
|
3232
3232
|
n += o;
|
|
3233
3233
|
continue;
|
|
3234
3234
|
}
|
|
3235
|
-
var
|
|
3236
|
-
if (s) {
|
|
3237
|
-
n += s;
|
|
3238
|
-
continue;
|
|
3239
|
-
}
|
|
3240
|
-
var a = this.tryParseLeftAngleBracket();
|
|
3235
|
+
var a = this.tryParseUnquoted(t, r);
|
|
3241
3236
|
if (a) {
|
|
3242
3237
|
n += a;
|
|
3243
3238
|
continue;
|
|
3244
3239
|
}
|
|
3240
|
+
var s = this.tryParseLeftAngleBracket();
|
|
3241
|
+
if (s) {
|
|
3242
|
+
n += s;
|
|
3243
|
+
continue;
|
|
3244
|
+
}
|
|
3245
3245
|
break;
|
|
3246
3246
|
}
|
|
3247
|
-
var l =
|
|
3247
|
+
var l = v(i, this.clonePosition());
|
|
3248
3248
|
return {
|
|
3249
|
-
val: { type:
|
|
3249
|
+
val: { type: S.literal, value: n, location: l },
|
|
3250
3250
|
err: null
|
|
3251
3251
|
};
|
|
3252
3252
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3253
3253
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3254
|
-
!
|
|
3254
|
+
!An(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3255
3255
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3256
3256
|
if (this.isEOF() || this.char() !== 39)
|
|
3257
3257
|
return null;
|
|
@@ -3285,49 +3285,49 @@ var gn = (
|
|
|
3285
3285
|
r.push(i);
|
|
3286
3286
|
this.bump();
|
|
3287
3287
|
}
|
|
3288
|
-
return
|
|
3288
|
+
return rt.apply(void 0, r);
|
|
3289
3289
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3290
3290
|
if (this.isEOF())
|
|
3291
3291
|
return null;
|
|
3292
3292
|
var i = this.char();
|
|
3293
|
-
return i === 60 || i === 123 || i === 35 && (r === "plural" || r === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(),
|
|
3293
|
+
return i === 60 || i === 123 || i === 35 && (r === "plural" || r === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(), rt(i));
|
|
3294
3294
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3295
3295
|
var i = this.clonePosition();
|
|
3296
3296
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3297
|
-
return this.error(
|
|
3297
|
+
return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
|
|
3298
3298
|
if (this.char() === 125)
|
|
3299
|
-
return this.bump(), this.error(
|
|
3299
|
+
return this.bump(), this.error(g.EMPTY_ARGUMENT, v(i, this.clonePosition()));
|
|
3300
3300
|
var n = this.parseIdentifierIfPossible().value;
|
|
3301
3301
|
if (!n)
|
|
3302
|
-
return this.error(
|
|
3302
|
+
return this.error(g.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
|
|
3303
3303
|
if (this.bumpSpace(), this.isEOF())
|
|
3304
|
-
return this.error(
|
|
3304
|
+
return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
|
|
3305
3305
|
switch (this.char()) {
|
|
3306
3306
|
case 125:
|
|
3307
3307
|
return this.bump(), {
|
|
3308
3308
|
val: {
|
|
3309
|
-
type:
|
|
3309
|
+
type: S.argument,
|
|
3310
3310
|
// value does not include the opening and closing braces.
|
|
3311
3311
|
value: n,
|
|
3312
|
-
location:
|
|
3312
|
+
location: v(i, this.clonePosition())
|
|
3313
3313
|
},
|
|
3314
3314
|
err: null
|
|
3315
3315
|
};
|
|
3316
3316
|
case 44:
|
|
3317
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(
|
|
3317
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
|
|
3318
3318
|
default:
|
|
3319
|
-
return this.error(
|
|
3319
|
+
return this.error(g.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
|
|
3320
3320
|
}
|
|
3321
3321
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3322
|
-
var t = this.clonePosition(), r = this.offset(), i =
|
|
3322
|
+
var t = this.clonePosition(), r = this.offset(), i = it(this.message, r), n = r + i.length;
|
|
3323
3323
|
this.bumpTo(n);
|
|
3324
|
-
var o = this.clonePosition(),
|
|
3325
|
-
return { value: i, location:
|
|
3324
|
+
var o = this.clonePosition(), a = v(t, o);
|
|
3325
|
+
return { value: i, location: a };
|
|
3326
3326
|
}, e.prototype.parseArgumentOptions = function(t, r, i, n) {
|
|
3327
|
-
var o,
|
|
3328
|
-
switch (
|
|
3327
|
+
var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
|
|
3328
|
+
switch (s) {
|
|
3329
3329
|
case "":
|
|
3330
|
-
return this.error(
|
|
3330
|
+
return this.error(g.EXPECT_ARGUMENT_TYPE, v(a, l));
|
|
3331
3331
|
case "number":
|
|
3332
3332
|
case "date":
|
|
3333
3333
|
case "time": {
|
|
@@ -3338,46 +3338,46 @@ var gn = (
|
|
|
3338
3338
|
var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3339
3339
|
if (c.err)
|
|
3340
3340
|
return c;
|
|
3341
|
-
var f =
|
|
3341
|
+
var f = Sn(c.val);
|
|
3342
3342
|
if (f.length === 0)
|
|
3343
|
-
return this.error(
|
|
3344
|
-
var p =
|
|
3343
|
+
return this.error(g.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
|
|
3344
|
+
var p = v(h, this.clonePosition());
|
|
3345
3345
|
u = { style: f, styleLocation: p };
|
|
3346
3346
|
}
|
|
3347
|
-
var
|
|
3348
|
-
if (
|
|
3349
|
-
return
|
|
3350
|
-
var
|
|
3351
|
-
if (u &&
|
|
3352
|
-
var
|
|
3353
|
-
if (
|
|
3354
|
-
var c = this.parseNumberSkeletonFromString(
|
|
3347
|
+
var y = this.tryParseArgumentClose(n);
|
|
3348
|
+
if (y.err)
|
|
3349
|
+
return y;
|
|
3350
|
+
var d = v(n, this.clonePosition());
|
|
3351
|
+
if (u && Ct(u == null ? void 0 : u.style, "::", 0)) {
|
|
3352
|
+
var b = Ln(u.style.slice(2));
|
|
3353
|
+
if (s === "number") {
|
|
3354
|
+
var c = this.parseNumberSkeletonFromString(b, u.styleLocation);
|
|
3355
3355
|
return c.err ? c : {
|
|
3356
|
-
val: { type:
|
|
3356
|
+
val: { type: S.number, value: i, location: d, style: c.val },
|
|
3357
3357
|
err: null
|
|
3358
3358
|
};
|
|
3359
3359
|
} else {
|
|
3360
|
-
if (
|
|
3361
|
-
return this.error(
|
|
3362
|
-
var
|
|
3363
|
-
this.locale && (
|
|
3360
|
+
if (b.length === 0)
|
|
3361
|
+
return this.error(g.EXPECT_DATE_TIME_SKELETON, d);
|
|
3362
|
+
var w = b;
|
|
3363
|
+
this.locale && (w = cn(b, this.locale));
|
|
3364
3364
|
var f = {
|
|
3365
3365
|
type: ee.dateTime,
|
|
3366
|
-
pattern:
|
|
3366
|
+
pattern: w,
|
|
3367
3367
|
location: u.styleLocation,
|
|
3368
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3369
|
-
},
|
|
3368
|
+
parsedOptions: this.shouldParseSkeletons ? nn(w) : {}
|
|
3369
|
+
}, E = s === "date" ? S.date : S.time;
|
|
3370
3370
|
return {
|
|
3371
|
-
val: { type:
|
|
3371
|
+
val: { type: E, value: i, location: d, style: f },
|
|
3372
3372
|
err: null
|
|
3373
3373
|
};
|
|
3374
3374
|
}
|
|
3375
3375
|
}
|
|
3376
3376
|
return {
|
|
3377
3377
|
val: {
|
|
3378
|
-
type:
|
|
3378
|
+
type: s === "number" ? S.number : s === "date" ? S.date : S.time,
|
|
3379
3379
|
value: i,
|
|
3380
|
-
location:
|
|
3380
|
+
location: d,
|
|
3381
3381
|
style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
|
|
3382
3382
|
},
|
|
3383
3383
|
err: null
|
|
@@ -3386,52 +3386,52 @@ var gn = (
|
|
|
3386
3386
|
case "plural":
|
|
3387
3387
|
case "selectordinal":
|
|
3388
3388
|
case "select": {
|
|
3389
|
-
var
|
|
3389
|
+
var H = this.clonePosition();
|
|
3390
3390
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3391
|
-
return this.error(
|
|
3391
|
+
return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS, v(H, _({}, H)));
|
|
3392
3392
|
this.bumpSpace();
|
|
3393
|
-
var D = this.parseIdentifierIfPossible(),
|
|
3394
|
-
if (
|
|
3393
|
+
var D = this.parseIdentifierIfPossible(), N = 0;
|
|
3394
|
+
if (s !== "select" && D.value === "offset") {
|
|
3395
3395
|
if (!this.bumpIf(":"))
|
|
3396
|
-
return this.error(
|
|
3396
|
+
return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
|
|
3397
3397
|
this.bumpSpace();
|
|
3398
|
-
var c = this.tryParseDecimalInteger(
|
|
3398
|
+
var c = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3399
3399
|
if (c.err)
|
|
3400
3400
|
return c;
|
|
3401
|
-
this.bumpSpace(), D = this.parseIdentifierIfPossible(),
|
|
3401
|
+
this.bumpSpace(), D = this.parseIdentifierIfPossible(), N = c.val;
|
|
3402
3402
|
}
|
|
3403
|
-
var
|
|
3404
|
-
if (
|
|
3405
|
-
return
|
|
3406
|
-
var
|
|
3407
|
-
if (
|
|
3408
|
-
return
|
|
3409
|
-
var
|
|
3410
|
-
return
|
|
3403
|
+
var $ = this.tryParsePluralOrSelectOptions(t, s, r, D);
|
|
3404
|
+
if ($.err)
|
|
3405
|
+
return $;
|
|
3406
|
+
var y = this.tryParseArgumentClose(n);
|
|
3407
|
+
if (y.err)
|
|
3408
|
+
return y;
|
|
3409
|
+
var W = v(n, this.clonePosition());
|
|
3410
|
+
return s === "select" ? {
|
|
3411
3411
|
val: {
|
|
3412
|
-
type:
|
|
3412
|
+
type: S.select,
|
|
3413
3413
|
value: i,
|
|
3414
|
-
options:
|
|
3415
|
-
location:
|
|
3414
|
+
options: Nt($.val),
|
|
3415
|
+
location: W
|
|
3416
3416
|
},
|
|
3417
3417
|
err: null
|
|
3418
3418
|
} : {
|
|
3419
3419
|
val: {
|
|
3420
|
-
type:
|
|
3420
|
+
type: S.plural,
|
|
3421
3421
|
value: i,
|
|
3422
|
-
options:
|
|
3423
|
-
offset:
|
|
3424
|
-
pluralType:
|
|
3425
|
-
location:
|
|
3422
|
+
options: Nt($.val),
|
|
3423
|
+
offset: N,
|
|
3424
|
+
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
3425
|
+
location: W
|
|
3426
3426
|
},
|
|
3427
3427
|
err: null
|
|
3428
3428
|
};
|
|
3429
3429
|
}
|
|
3430
3430
|
default:
|
|
3431
|
-
return this.error(
|
|
3431
|
+
return this.error(g.INVALID_ARGUMENT_TYPE, v(a, l));
|
|
3432
3432
|
}
|
|
3433
3433
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3434
|
-
return this.isEOF() || this.char() !== 125 ? this.error(
|
|
3434
|
+
return this.isEOF() || this.char() !== 125 ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3435
3435
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3436
3436
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3437
3437
|
var i = this.char();
|
|
@@ -3440,7 +3440,7 @@ var gn = (
|
|
|
3440
3440
|
this.bump();
|
|
3441
3441
|
var n = this.clonePosition();
|
|
3442
3442
|
if (!this.bumpUntil("'"))
|
|
3443
|
-
return this.error(
|
|
3443
|
+
return this.error(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, v(n, this.clonePosition()));
|
|
3444
3444
|
this.bump();
|
|
3445
3445
|
break;
|
|
3446
3446
|
}
|
|
@@ -3470,64 +3470,64 @@ var gn = (
|
|
|
3470
3470
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3471
3471
|
var i = [];
|
|
3472
3472
|
try {
|
|
3473
|
-
i =
|
|
3473
|
+
i = sn(t);
|
|
3474
3474
|
} catch (n) {
|
|
3475
|
-
return this.error(
|
|
3475
|
+
return this.error(g.INVALID_NUMBER_SKELETON, r);
|
|
3476
3476
|
}
|
|
3477
3477
|
return {
|
|
3478
3478
|
val: {
|
|
3479
3479
|
type: ee.number,
|
|
3480
3480
|
tokens: i,
|
|
3481
3481
|
location: r,
|
|
3482
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3482
|
+
parsedOptions: this.shouldParseSkeletons ? hn(i) : {}
|
|
3483
3483
|
},
|
|
3484
3484
|
err: null
|
|
3485
3485
|
};
|
|
3486
3486
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, i, n) {
|
|
3487
|
-
for (var o,
|
|
3487
|
+
for (var o, a = !1, s = [], l = /* @__PURE__ */ new Set(), u = n.value, h = n.location; ; ) {
|
|
3488
3488
|
if (u.length === 0) {
|
|
3489
3489
|
var c = this.clonePosition();
|
|
3490
3490
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3491
|
-
var f = this.tryParseDecimalInteger(
|
|
3491
|
+
var f = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR, g.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3492
3492
|
if (f.err)
|
|
3493
3493
|
return f;
|
|
3494
|
-
h =
|
|
3494
|
+
h = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
|
|
3495
3495
|
} else
|
|
3496
3496
|
break;
|
|
3497
3497
|
}
|
|
3498
3498
|
if (l.has(u))
|
|
3499
|
-
return this.error(r === "select" ?
|
|
3500
|
-
u === "other" && (
|
|
3499
|
+
return this.error(r === "select" ? g.DUPLICATE_SELECT_ARGUMENT_SELECTOR : g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
|
|
3500
|
+
u === "other" && (a = !0), this.bumpSpace();
|
|
3501
3501
|
var p = this.clonePosition();
|
|
3502
3502
|
if (!this.bumpIf("{"))
|
|
3503
|
-
return this.error(r === "select" ?
|
|
3504
|
-
var
|
|
3505
|
-
if (
|
|
3506
|
-
return
|
|
3507
|
-
var
|
|
3508
|
-
if (
|
|
3509
|
-
return
|
|
3510
|
-
|
|
3503
|
+
return this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
|
|
3504
|
+
var y = this.parseMessage(t + 1, r, i);
|
|
3505
|
+
if (y.err)
|
|
3506
|
+
return y;
|
|
3507
|
+
var d = this.tryParseArgumentClose(p);
|
|
3508
|
+
if (d.err)
|
|
3509
|
+
return d;
|
|
3510
|
+
s.push([
|
|
3511
3511
|
u,
|
|
3512
3512
|
{
|
|
3513
|
-
value:
|
|
3514
|
-
location:
|
|
3513
|
+
value: y.val,
|
|
3514
|
+
location: v(p, this.clonePosition())
|
|
3515
3515
|
}
|
|
3516
3516
|
]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
|
|
3517
3517
|
}
|
|
3518
|
-
return
|
|
3518
|
+
return s.length === 0 ? this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR : g.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(g.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
|
|
3519
3519
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3520
3520
|
var i = 1, n = this.clonePosition();
|
|
3521
3521
|
this.bumpIf("+") || this.bumpIf("-") && (i = -1);
|
|
3522
|
-
for (var o = !1,
|
|
3523
|
-
var
|
|
3524
|
-
if (
|
|
3525
|
-
o = !0,
|
|
3522
|
+
for (var o = !1, a = 0; !this.isEOF(); ) {
|
|
3523
|
+
var s = this.char();
|
|
3524
|
+
if (s >= 48 && s <= 57)
|
|
3525
|
+
o = !0, a = a * 10 + (s - 48), this.bump();
|
|
3526
3526
|
else
|
|
3527
3527
|
break;
|
|
3528
3528
|
}
|
|
3529
|
-
var l =
|
|
3530
|
-
return o ? (
|
|
3529
|
+
var l = v(n, this.clonePosition());
|
|
3530
|
+
return o ? (a *= i, xn(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
|
|
3531
3531
|
}, e.prototype.offset = function() {
|
|
3532
3532
|
return this.position.offset;
|
|
3533
3533
|
}, e.prototype.isEOF = function() {
|
|
@@ -3542,7 +3542,7 @@ var gn = (
|
|
|
3542
3542
|
var t = this.position.offset;
|
|
3543
3543
|
if (t >= this.message.length)
|
|
3544
3544
|
throw Error("out of bound");
|
|
3545
|
-
var r =
|
|
3545
|
+
var r = dr(this.message, t);
|
|
3546
3546
|
if (r === void 0)
|
|
3547
3547
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3548
3548
|
return r;
|
|
@@ -3561,7 +3561,7 @@ var gn = (
|
|
|
3561
3561
|
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);
|
|
3562
3562
|
}
|
|
3563
3563
|
}, e.prototype.bumpIf = function(t) {
|
|
3564
|
-
if (
|
|
3564
|
+
if (Ct(this.message, t, this.offset())) {
|
|
3565
3565
|
for (var r = 0; r < t.length; r++)
|
|
3566
3566
|
this.bump();
|
|
3567
3567
|
return !0;
|
|
@@ -3583,7 +3583,7 @@ var gn = (
|
|
|
3583
3583
|
break;
|
|
3584
3584
|
}
|
|
3585
3585
|
}, e.prototype.bumpSpace = function() {
|
|
3586
|
-
for (; !this.isEOF() &&
|
|
3586
|
+
for (; !this.isEOF() && gr(this.char()); )
|
|
3587
3587
|
this.bump();
|
|
3588
3588
|
}, e.prototype.peek = function() {
|
|
3589
3589
|
if (this.isEOF())
|
|
@@ -3593,43 +3593,43 @@ var gn = (
|
|
|
3593
3593
|
}, e;
|
|
3594
3594
|
}()
|
|
3595
3595
|
);
|
|
3596
|
-
function
|
|
3596
|
+
function nt(e) {
|
|
3597
3597
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3598
3598
|
}
|
|
3599
|
-
function
|
|
3600
|
-
return
|
|
3599
|
+
function An(e) {
|
|
3600
|
+
return nt(e) || e === 47;
|
|
3601
3601
|
}
|
|
3602
|
-
function
|
|
3602
|
+
function Pn(e) {
|
|
3603
3603
|
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;
|
|
3604
3604
|
}
|
|
3605
|
-
function
|
|
3605
|
+
function gr(e) {
|
|
3606
3606
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3607
3607
|
}
|
|
3608
|
-
function
|
|
3608
|
+
function Hn(e) {
|
|
3609
3609
|
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;
|
|
3610
3610
|
}
|
|
3611
|
-
function
|
|
3611
|
+
function ot(e) {
|
|
3612
3612
|
e.forEach(function(t) {
|
|
3613
|
-
if (delete t.location,
|
|
3613
|
+
if (delete t.location, ar(t) || ur(t))
|
|
3614
3614
|
for (var r in t.options)
|
|
3615
|
-
delete t.options[r].location,
|
|
3616
|
-
else
|
|
3615
|
+
delete t.options[r].location, ot(t.options[r].value);
|
|
3616
|
+
else nr(t) && hr(t.style) || (or(t) || sr(t)) && et(t.style) ? delete t.style.location : lr(t) && ot(t.children);
|
|
3617
3617
|
});
|
|
3618
3618
|
}
|
|
3619
|
-
function
|
|
3619
|
+
function In(e, t) {
|
|
3620
3620
|
t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3621
|
-
var r = new
|
|
3621
|
+
var r = new wn(e, t).parse();
|
|
3622
3622
|
if (r.err) {
|
|
3623
|
-
var i = SyntaxError(
|
|
3623
|
+
var i = SyntaxError(g[r.err.kind]);
|
|
3624
3624
|
throw i.location = r.err.location, i.originalMessage = r.err.message, i;
|
|
3625
3625
|
}
|
|
3626
|
-
return t != null && t.captureLocation ||
|
|
3626
|
+
return t != null && t.captureLocation || ot(r.val), r.val;
|
|
3627
3627
|
}
|
|
3628
3628
|
var te;
|
|
3629
3629
|
(function(e) {
|
|
3630
3630
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3631
3631
|
})(te || (te = {}));
|
|
3632
|
-
var
|
|
3632
|
+
var He = (
|
|
3633
3633
|
/** @class */
|
|
3634
3634
|
function(e) {
|
|
3635
3635
|
F(t, e);
|
|
@@ -3641,7 +3641,7 @@ var Pe = (
|
|
|
3641
3641
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3642
3642
|
}, t;
|
|
3643
3643
|
}(Error)
|
|
3644
|
-
),
|
|
3644
|
+
), Mt = (
|
|
3645
3645
|
/** @class */
|
|
3646
3646
|
function(e) {
|
|
3647
3647
|
F(t, e);
|
|
@@ -3649,8 +3649,8 @@ var Pe = (
|
|
|
3649
3649
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'), te.INVALID_VALUE, o) || this;
|
|
3650
3650
|
}
|
|
3651
3651
|
return t;
|
|
3652
|
-
}(
|
|
3653
|
-
),
|
|
3652
|
+
}(He)
|
|
3653
|
+
), Bn = (
|
|
3654
3654
|
/** @class */
|
|
3655
3655
|
function(e) {
|
|
3656
3656
|
F(t, e);
|
|
@@ -3658,8 +3658,8 @@ var Pe = (
|
|
|
3658
3658
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(i), te.INVALID_VALUE, n) || this;
|
|
3659
3659
|
}
|
|
3660
3660
|
return t;
|
|
3661
|
-
}(
|
|
3662
|
-
),
|
|
3661
|
+
}(He)
|
|
3662
|
+
), On = (
|
|
3663
3663
|
/** @class */
|
|
3664
3664
|
function(e) {
|
|
3665
3665
|
F(t, e);
|
|
@@ -3667,129 +3667,129 @@ var Pe = (
|
|
|
3667
3667
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(i, '"'), te.MISSING_VALUE, i) || this;
|
|
3668
3668
|
}
|
|
3669
3669
|
return t;
|
|
3670
|
-
}(
|
|
3671
|
-
),
|
|
3670
|
+
}(He)
|
|
3671
|
+
), B;
|
|
3672
3672
|
(function(e) {
|
|
3673
3673
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3674
|
-
})(
|
|
3675
|
-
function
|
|
3674
|
+
})(B || (B = {}));
|
|
3675
|
+
function Cn(e) {
|
|
3676
3676
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3677
3677
|
var i = t[t.length - 1];
|
|
3678
|
-
return !i || i.type !==
|
|
3678
|
+
return !i || i.type !== B.literal || r.type !== B.literal ? t.push(r) : i.value += r.value, t;
|
|
3679
3679
|
}, []);
|
|
3680
3680
|
}
|
|
3681
|
-
function
|
|
3681
|
+
function Nn(e) {
|
|
3682
3682
|
return typeof e == "function";
|
|
3683
3683
|
}
|
|
3684
|
-
function
|
|
3685
|
-
if (e.length === 1 &&
|
|
3684
|
+
function xe(e, t, r, i, n, o, a) {
|
|
3685
|
+
if (e.length === 1 && Ht(e[0]))
|
|
3686
3686
|
return [
|
|
3687
3687
|
{
|
|
3688
|
-
type:
|
|
3688
|
+
type: B.literal,
|
|
3689
3689
|
value: e[0].value
|
|
3690
3690
|
}
|
|
3691
3691
|
];
|
|
3692
|
-
for (var
|
|
3692
|
+
for (var s = [], l = 0, u = e; l < u.length; l++) {
|
|
3693
3693
|
var h = u[l];
|
|
3694
|
-
if (
|
|
3695
|
-
|
|
3696
|
-
type:
|
|
3694
|
+
if (Ht(h)) {
|
|
3695
|
+
s.push({
|
|
3696
|
+
type: B.literal,
|
|
3697
3697
|
value: h.value
|
|
3698
3698
|
});
|
|
3699
3699
|
continue;
|
|
3700
3700
|
}
|
|
3701
|
-
if (
|
|
3702
|
-
typeof o == "number" &&
|
|
3703
|
-
type:
|
|
3701
|
+
if (tn(h)) {
|
|
3702
|
+
typeof o == "number" && s.push({
|
|
3703
|
+
type: B.literal,
|
|
3704
3704
|
value: r.getNumberFormat(t).format(o)
|
|
3705
3705
|
});
|
|
3706
3706
|
continue;
|
|
3707
3707
|
}
|
|
3708
3708
|
var c = h.value;
|
|
3709
3709
|
if (!(n && c in n))
|
|
3710
|
-
throw new
|
|
3710
|
+
throw new On(c, a);
|
|
3711
3711
|
var f = n[c];
|
|
3712
|
-
if (
|
|
3713
|
-
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""),
|
|
3714
|
-
type: typeof f == "string" ?
|
|
3712
|
+
if (en(h)) {
|
|
3713
|
+
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
|
|
3714
|
+
type: typeof f == "string" ? B.literal : B.object,
|
|
3715
3715
|
value: f
|
|
3716
3716
|
});
|
|
3717
3717
|
continue;
|
|
3718
3718
|
}
|
|
3719
|
-
if (
|
|
3720
|
-
var p = typeof h.style == "string" ? i.date[h.style] :
|
|
3721
|
-
|
|
3722
|
-
type:
|
|
3719
|
+
if (or(h)) {
|
|
3720
|
+
var p = typeof h.style == "string" ? i.date[h.style] : et(h.style) ? h.style.parsedOptions : void 0;
|
|
3721
|
+
s.push({
|
|
3722
|
+
type: B.literal,
|
|
3723
3723
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
3724
3724
|
});
|
|
3725
3725
|
continue;
|
|
3726
3726
|
}
|
|
3727
|
-
if (
|
|
3728
|
-
var p = typeof h.style == "string" ? i.time[h.style] :
|
|
3729
|
-
|
|
3730
|
-
type:
|
|
3727
|
+
if (sr(h)) {
|
|
3728
|
+
var p = typeof h.style == "string" ? i.time[h.style] : et(h.style) ? h.style.parsedOptions : i.time.medium;
|
|
3729
|
+
s.push({
|
|
3730
|
+
type: B.literal,
|
|
3731
3731
|
value: r.getDateTimeFormat(t, p).format(f)
|
|
3732
3732
|
});
|
|
3733
3733
|
continue;
|
|
3734
3734
|
}
|
|
3735
|
-
if (
|
|
3736
|
-
var p = typeof h.style == "string" ? i.number[h.style] :
|
|
3737
|
-
p && p.scale && (f = f * (p.scale || 1)),
|
|
3738
|
-
type:
|
|
3735
|
+
if (nr(h)) {
|
|
3736
|
+
var p = typeof h.style == "string" ? i.number[h.style] : hr(h.style) ? h.style.parsedOptions : void 0;
|
|
3737
|
+
p && p.scale && (f = f * (p.scale || 1)), s.push({
|
|
3738
|
+
type: B.literal,
|
|
3739
3739
|
value: r.getNumberFormat(t, p).format(f)
|
|
3740
3740
|
});
|
|
3741
3741
|
continue;
|
|
3742
3742
|
}
|
|
3743
|
-
if (
|
|
3744
|
-
var
|
|
3745
|
-
if (!
|
|
3746
|
-
throw new
|
|
3747
|
-
var
|
|
3748
|
-
return
|
|
3743
|
+
if (lr(h)) {
|
|
3744
|
+
var y = h.children, d = h.value, b = n[d];
|
|
3745
|
+
if (!Nn(b))
|
|
3746
|
+
throw new Bn(d, "function", a);
|
|
3747
|
+
var w = xe(y, t, r, i, n, o), E = b(w.map(function(N) {
|
|
3748
|
+
return N.value;
|
|
3749
3749
|
}));
|
|
3750
|
-
Array.isArray(
|
|
3750
|
+
Array.isArray(E) || (E = [E]), s.push.apply(s, E.map(function(N) {
|
|
3751
3751
|
return {
|
|
3752
|
-
type: typeof
|
|
3753
|
-
value:
|
|
3752
|
+
type: typeof N == "string" ? B.literal : B.object,
|
|
3753
|
+
value: N
|
|
3754
3754
|
};
|
|
3755
3755
|
}));
|
|
3756
3756
|
}
|
|
3757
|
-
if (
|
|
3758
|
-
var
|
|
3759
|
-
if (!
|
|
3760
|
-
throw new
|
|
3761
|
-
|
|
3757
|
+
if (ar(h)) {
|
|
3758
|
+
var H = h.options[f] || h.options.other;
|
|
3759
|
+
if (!H)
|
|
3760
|
+
throw new Mt(h.value, f, Object.keys(h.options), a);
|
|
3761
|
+
s.push.apply(s, xe(H.value, t, r, i, n));
|
|
3762
3762
|
continue;
|
|
3763
3763
|
}
|
|
3764
|
-
if (
|
|
3765
|
-
var
|
|
3766
|
-
if (!
|
|
3764
|
+
if (ur(h)) {
|
|
3765
|
+
var H = h.options["=".concat(f)];
|
|
3766
|
+
if (!H) {
|
|
3767
3767
|
if (!Intl.PluralRules)
|
|
3768
|
-
throw new
|
|
3768
|
+
throw new He(`Intl.PluralRules is not available in this environment.
|
|
3769
3769
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3770
|
-
`, te.MISSING_INTL_API,
|
|
3770
|
+
`, te.MISSING_INTL_API, a);
|
|
3771
3771
|
var D = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
|
|
3772
|
-
|
|
3772
|
+
H = h.options[D] || h.options.other;
|
|
3773
3773
|
}
|
|
3774
|
-
if (!
|
|
3775
|
-
throw new
|
|
3776
|
-
|
|
3774
|
+
if (!H)
|
|
3775
|
+
throw new Mt(h.value, f, Object.keys(h.options), a);
|
|
3776
|
+
s.push.apply(s, xe(H.value, t, r, i, n, f - (h.offset || 0)));
|
|
3777
3777
|
continue;
|
|
3778
3778
|
}
|
|
3779
3779
|
}
|
|
3780
|
-
return
|
|
3780
|
+
return Cn(s);
|
|
3781
3781
|
}
|
|
3782
|
-
function
|
|
3782
|
+
function Rn(e, t) {
|
|
3783
3783
|
return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
|
|
3784
3784
|
return r[i] = _(_({}, e[i]), t[i] || {}), r;
|
|
3785
3785
|
}, {})) : e;
|
|
3786
3786
|
}
|
|
3787
|
-
function
|
|
3787
|
+
function Mn(e, t) {
|
|
3788
3788
|
return t ? Object.keys(e).reduce(function(r, i) {
|
|
3789
|
-
return r[i] =
|
|
3789
|
+
return r[i] = Rn(e[i], t[i]), r;
|
|
3790
3790
|
}, _({}, e)) : e;
|
|
3791
3791
|
}
|
|
3792
|
-
function
|
|
3792
|
+
function ke(e) {
|
|
3793
3793
|
return {
|
|
3794
3794
|
create: function() {
|
|
3795
3795
|
return {
|
|
@@ -3803,39 +3803,39 @@ function Ge(e) {
|
|
|
3803
3803
|
}
|
|
3804
3804
|
};
|
|
3805
3805
|
}
|
|
3806
|
-
function
|
|
3806
|
+
function Dn(e) {
|
|
3807
3807
|
return e === void 0 && (e = {
|
|
3808
3808
|
number: {},
|
|
3809
3809
|
dateTime: {},
|
|
3810
3810
|
pluralRules: {}
|
|
3811
3811
|
}), {
|
|
3812
|
-
getNumberFormat:
|
|
3812
|
+
getNumberFormat: Ge(function() {
|
|
3813
3813
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3814
3814
|
r[i] = arguments[i];
|
|
3815
3815
|
return new ((t = Intl.NumberFormat).bind.apply(t, q([void 0], r, !1)))();
|
|
3816
3816
|
}, {
|
|
3817
|
-
cache:
|
|
3818
|
-
strategy:
|
|
3817
|
+
cache: ke(e.number),
|
|
3818
|
+
strategy: Fe.variadic
|
|
3819
3819
|
}),
|
|
3820
|
-
getDateTimeFormat:
|
|
3820
|
+
getDateTimeFormat: Ge(function() {
|
|
3821
3821
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3822
3822
|
r[i] = arguments[i];
|
|
3823
3823
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, q([void 0], r, !1)))();
|
|
3824
3824
|
}, {
|
|
3825
|
-
cache:
|
|
3826
|
-
strategy:
|
|
3825
|
+
cache: ke(e.dateTime),
|
|
3826
|
+
strategy: Fe.variadic
|
|
3827
3827
|
}),
|
|
3828
|
-
getPluralRules:
|
|
3828
|
+
getPluralRules: Ge(function() {
|
|
3829
3829
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3830
3830
|
r[i] = arguments[i];
|
|
3831
3831
|
return new ((t = Intl.PluralRules).bind.apply(t, q([void 0], r, !1)))();
|
|
3832
3832
|
}, {
|
|
3833
|
-
cache:
|
|
3834
|
-
strategy:
|
|
3833
|
+
cache: ke(e.pluralRules),
|
|
3834
|
+
strategy: Fe.variadic
|
|
3835
3835
|
})
|
|
3836
3836
|
};
|
|
3837
3837
|
}
|
|
3838
|
-
var
|
|
3838
|
+
var $n = (
|
|
3839
3839
|
/** @class */
|
|
3840
3840
|
function() {
|
|
3841
3841
|
function e(t, r, i, n) {
|
|
@@ -3850,11 +3850,11 @@ var In = (
|
|
|
3850
3850
|
if (u.length === 1)
|
|
3851
3851
|
return u[0].value;
|
|
3852
3852
|
var h = u.reduce(function(c, f) {
|
|
3853
|
-
return !c.length || f.type !==
|
|
3853
|
+
return !c.length || f.type !== B.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3854
3854
|
}, []);
|
|
3855
3855
|
return h.length <= 1 ? h[0] || "" : h;
|
|
3856
3856
|
}, this.formatToParts = function(l) {
|
|
3857
|
-
return
|
|
3857
|
+
return xe(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
|
|
3858
3858
|
}, this.resolvedOptions = function() {
|
|
3859
3859
|
var l;
|
|
3860
3860
|
return {
|
|
@@ -3865,15 +3865,15 @@ var In = (
|
|
|
3865
3865
|
}, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
|
|
3866
3866
|
if (this.message = t, !e.__parse)
|
|
3867
3867
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3868
|
-
var
|
|
3869
|
-
|
|
3870
|
-
var
|
|
3871
|
-
this.ast = e.__parse(t, _(_({},
|
|
3868
|
+
var a = n || {};
|
|
3869
|
+
a.formatters;
|
|
3870
|
+
var s = yi(a, ["formatters"]);
|
|
3871
|
+
this.ast = e.__parse(t, _(_({}, s), { locale: this.resolvedLocale }));
|
|
3872
3872
|
} else
|
|
3873
3873
|
this.ast = t;
|
|
3874
3874
|
if (!Array.isArray(this.ast))
|
|
3875
3875
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3876
|
-
this.formats =
|
|
3876
|
+
this.formats = Mn(e.formats, i), this.formatters = n && n.formatters || Dn(this.formatterCache);
|
|
3877
3877
|
}
|
|
3878
3878
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3879
3879
|
get: function() {
|
|
@@ -3886,7 +3886,7 @@ var In = (
|
|
|
3886
3886
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3887
3887
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3888
3888
|
}
|
|
3889
|
-
}, e.__parse =
|
|
3889
|
+
}, e.__parse = In, e.formats = {
|
|
3890
3890
|
number: {
|
|
3891
3891
|
integer: {
|
|
3892
3892
|
maximumFractionDigits: 0
|
|
@@ -3947,7 +3947,7 @@ var In = (
|
|
|
3947
3947
|
}, e;
|
|
3948
3948
|
}()
|
|
3949
3949
|
);
|
|
3950
|
-
function
|
|
3950
|
+
function Un(e, t) {
|
|
3951
3951
|
if (t == null)
|
|
3952
3952
|
return;
|
|
3953
3953
|
if (t in e)
|
|
@@ -3968,92 +3968,92 @@ function Bn(e, t) {
|
|
|
3968
3968
|
i = void 0;
|
|
3969
3969
|
return i;
|
|
3970
3970
|
}
|
|
3971
|
-
const j = {},
|
|
3971
|
+
const j = {}, Gn = (e, t, r) => r && (t in j || (j[t] = {}), e in j[t] || (j[t][e] = r), r), br = (e, t) => {
|
|
3972
3972
|
if (t == null)
|
|
3973
3973
|
return;
|
|
3974
3974
|
if (t in j && e in j[t])
|
|
3975
3975
|
return j[t][e];
|
|
3976
|
-
const r =
|
|
3976
|
+
const r = Ie(t);
|
|
3977
3977
|
for (let i = 0; i < r.length; i++) {
|
|
3978
|
-
const n = r[i], o =
|
|
3978
|
+
const n = r[i], o = jn(n, e);
|
|
3979
3979
|
if (o)
|
|
3980
|
-
return
|
|
3980
|
+
return Gn(e, t, o);
|
|
3981
3981
|
}
|
|
3982
3982
|
};
|
|
3983
|
-
let
|
|
3984
|
-
const me =
|
|
3985
|
-
function
|
|
3986
|
-
return
|
|
3983
|
+
let ct;
|
|
3984
|
+
const me = Pe({});
|
|
3985
|
+
function Fn(e) {
|
|
3986
|
+
return ct[e] || null;
|
|
3987
3987
|
}
|
|
3988
|
-
function
|
|
3989
|
-
return e in
|
|
3988
|
+
function vr(e) {
|
|
3989
|
+
return e in ct;
|
|
3990
3990
|
}
|
|
3991
|
-
function
|
|
3992
|
-
if (!
|
|
3991
|
+
function jn(e, t) {
|
|
3992
|
+
if (!vr(e))
|
|
3993
3993
|
return null;
|
|
3994
|
-
const r =
|
|
3995
|
-
return
|
|
3994
|
+
const r = Fn(e);
|
|
3995
|
+
return Un(r, t);
|
|
3996
3996
|
}
|
|
3997
|
-
function
|
|
3997
|
+
function kn(e) {
|
|
3998
3998
|
if (e == null)
|
|
3999
3999
|
return;
|
|
4000
|
-
const t =
|
|
4000
|
+
const t = Ie(e);
|
|
4001
4001
|
for (let r = 0; r < t.length; r++) {
|
|
4002
4002
|
const i = t[r];
|
|
4003
|
-
if (
|
|
4003
|
+
if (vr(i))
|
|
4004
4004
|
return i;
|
|
4005
4005
|
}
|
|
4006
4006
|
}
|
|
4007
|
-
function
|
|
4008
|
-
delete j[e], me.update((r) => (r[e] =
|
|
4007
|
+
function Er(e, ...t) {
|
|
4008
|
+
delete j[e], me.update((r) => (r[e] = zi.all([r[e] || {}, ...t]), r));
|
|
4009
4009
|
}
|
|
4010
4010
|
ie(
|
|
4011
4011
|
[me],
|
|
4012
4012
|
([e]) => Object.keys(e)
|
|
4013
4013
|
);
|
|
4014
|
-
me.subscribe((e) =>
|
|
4015
|
-
const
|
|
4016
|
-
function
|
|
4017
|
-
|
|
4014
|
+
me.subscribe((e) => ct = e);
|
|
4015
|
+
const Te = {};
|
|
4016
|
+
function Vn(e, t) {
|
|
4017
|
+
Te[e].delete(t), Te[e].size === 0 && delete Te[e];
|
|
4018
4018
|
}
|
|
4019
|
-
function
|
|
4020
|
-
return
|
|
4019
|
+
function _r(e) {
|
|
4020
|
+
return Te[e];
|
|
4021
4021
|
}
|
|
4022
|
-
function
|
|
4023
|
-
return
|
|
4024
|
-
const r =
|
|
4022
|
+
function Wn(e) {
|
|
4023
|
+
return Ie(e).map((t) => {
|
|
4024
|
+
const r = _r(t);
|
|
4025
4025
|
return [t, r ? [...r] : []];
|
|
4026
4026
|
}).filter(([, t]) => t.length > 0);
|
|
4027
4027
|
}
|
|
4028
|
-
function
|
|
4029
|
-
return e == null ? !1 :
|
|
4028
|
+
function st(e) {
|
|
4029
|
+
return e == null ? !1 : Ie(e).some(
|
|
4030
4030
|
(t) => {
|
|
4031
4031
|
var r;
|
|
4032
|
-
return (r =
|
|
4032
|
+
return (r = _r(t)) == null ? void 0 : r.size;
|
|
4033
4033
|
}
|
|
4034
4034
|
);
|
|
4035
4035
|
}
|
|
4036
|
-
function
|
|
4036
|
+
function Xn(e, t) {
|
|
4037
4037
|
return Promise.all(
|
|
4038
|
-
t.map((i) => (
|
|
4039
|
-
).then((i) =>
|
|
4040
|
-
}
|
|
4041
|
-
const
|
|
4042
|
-
function
|
|
4043
|
-
if (!
|
|
4044
|
-
return e in
|
|
4045
|
-
const t =
|
|
4046
|
-
return
|
|
4038
|
+
t.map((i) => (Vn(e, i), i().then((n) => n.default || n)))
|
|
4039
|
+
).then((i) => Er(e, ...i));
|
|
4040
|
+
}
|
|
4041
|
+
const ae = {};
|
|
4042
|
+
function xr(e) {
|
|
4043
|
+
if (!st(e))
|
|
4044
|
+
return e in ae ? ae[e] : Promise.resolve();
|
|
4045
|
+
const t = Wn(e);
|
|
4046
|
+
return ae[e] = Promise.all(
|
|
4047
4047
|
t.map(
|
|
4048
|
-
([r, i]) =>
|
|
4048
|
+
([r, i]) => Xn(r, i)
|
|
4049
4049
|
)
|
|
4050
4050
|
).then(() => {
|
|
4051
|
-
if (
|
|
4052
|
-
return
|
|
4053
|
-
delete
|
|
4054
|
-
}),
|
|
4051
|
+
if (st(e))
|
|
4052
|
+
return xr(e);
|
|
4053
|
+
delete ae[e];
|
|
4054
|
+
}), ae[e];
|
|
4055
4055
|
}
|
|
4056
|
-
const
|
|
4056
|
+
const zn = {
|
|
4057
4057
|
number: {
|
|
4058
4058
|
scientific: { notation: "scientific" },
|
|
4059
4059
|
engineering: { notation: "engineering" },
|
|
@@ -4082,78 +4082,78 @@ const Un = {
|
|
|
4082
4082
|
timeZoneName: "short"
|
|
4083
4083
|
}
|
|
4084
4084
|
}
|
|
4085
|
-
},
|
|
4085
|
+
}, Zn = {
|
|
4086
4086
|
fallbackLocale: null,
|
|
4087
4087
|
loadingDelay: 200,
|
|
4088
|
-
formats:
|
|
4088
|
+
formats: zn,
|
|
4089
4089
|
warnOnMissingMessages: !0,
|
|
4090
4090
|
handleMissingMessage: void 0,
|
|
4091
4091
|
ignoreTag: !0
|
|
4092
|
-
},
|
|
4092
|
+
}, Qn = Zn;
|
|
4093
4093
|
function re() {
|
|
4094
|
-
return
|
|
4094
|
+
return Qn;
|
|
4095
4095
|
}
|
|
4096
|
-
const
|
|
4097
|
-
var
|
|
4096
|
+
const Ve = Pe(!1);
|
|
4097
|
+
var Yn = Object.defineProperty, Jn = Object.defineProperties, qn = Object.getOwnPropertyDescriptors, Dt = Object.getOwnPropertySymbols, Kn = Object.prototype.hasOwnProperty, eo = Object.prototype.propertyIsEnumerable, $t = (e, t, r) => t in e ? Yn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, to = (e, t) => {
|
|
4098
4098
|
for (var r in t || (t = {}))
|
|
4099
|
-
|
|
4100
|
-
if (
|
|
4101
|
-
for (var r of
|
|
4102
|
-
|
|
4099
|
+
Kn.call(t, r) && $t(e, r, t[r]);
|
|
4100
|
+
if (Dt)
|
|
4101
|
+
for (var r of Dt(t))
|
|
4102
|
+
eo.call(t, r) && $t(e, r, t[r]);
|
|
4103
4103
|
return e;
|
|
4104
|
-
},
|
|
4105
|
-
let
|
|
4106
|
-
const
|
|
4107
|
-
function
|
|
4104
|
+
}, ro = (e, t) => Jn(e, qn(t));
|
|
4105
|
+
let at;
|
|
4106
|
+
const Se = Pe(null);
|
|
4107
|
+
function Ut(e) {
|
|
4108
4108
|
return e.split("-").map((t, r, i) => i.slice(0, r + 1).join("-")).reverse();
|
|
4109
4109
|
}
|
|
4110
|
-
function
|
|
4111
|
-
const r =
|
|
4112
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4110
|
+
function Ie(e, t = re().fallbackLocale) {
|
|
4111
|
+
const r = Ut(e);
|
|
4112
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...Ut(t)])] : r;
|
|
4113
4113
|
}
|
|
4114
4114
|
function z() {
|
|
4115
|
-
return
|
|
4115
|
+
return at != null ? at : void 0;
|
|
4116
4116
|
}
|
|
4117
|
-
|
|
4118
|
-
|
|
4117
|
+
Se.subscribe((e) => {
|
|
4118
|
+
at = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4119
4119
|
});
|
|
4120
|
-
const
|
|
4121
|
-
if (e &&
|
|
4120
|
+
const io = (e) => {
|
|
4121
|
+
if (e && kn(e) && st(e)) {
|
|
4122
4122
|
const { loadingDelay: t } = re();
|
|
4123
4123
|
let r;
|
|
4124
4124
|
return typeof window != "undefined" && z() != null && t ? r = window.setTimeout(
|
|
4125
|
-
() =>
|
|
4125
|
+
() => Ve.set(!0),
|
|
4126
4126
|
t
|
|
4127
|
-
) :
|
|
4128
|
-
|
|
4127
|
+
) : Ve.set(!0), xr(e).then(() => {
|
|
4128
|
+
Se.set(e);
|
|
4129
4129
|
}).finally(() => {
|
|
4130
|
-
clearTimeout(r),
|
|
4130
|
+
clearTimeout(r), Ve.set(!1);
|
|
4131
4131
|
});
|
|
4132
4132
|
}
|
|
4133
|
-
return
|
|
4134
|
-
}, ne =
|
|
4135
|
-
set:
|
|
4136
|
-
}),
|
|
4133
|
+
return Se.set(e);
|
|
4134
|
+
}, ne = ro(to({}, Se), {
|
|
4135
|
+
set: io
|
|
4136
|
+
}), Be = (e) => {
|
|
4137
4137
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4138
4138
|
return (i) => {
|
|
4139
4139
|
const n = JSON.stringify(i);
|
|
4140
4140
|
return n in t ? t[n] : t[n] = e(i);
|
|
4141
4141
|
};
|
|
4142
4142
|
};
|
|
4143
|
-
var
|
|
4143
|
+
var no = Object.defineProperty, we = Object.getOwnPropertySymbols, Tr = Object.prototype.hasOwnProperty, Lr = Object.prototype.propertyIsEnumerable, Gt = (e, t, r) => t in e ? no(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ft = (e, t) => {
|
|
4144
4144
|
for (var r in t || (t = {}))
|
|
4145
|
-
|
|
4146
|
-
if (
|
|
4147
|
-
for (var r of
|
|
4148
|
-
|
|
4145
|
+
Tr.call(t, r) && Gt(e, r, t[r]);
|
|
4146
|
+
if (we)
|
|
4147
|
+
for (var r of we(t))
|
|
4148
|
+
Lr.call(t, r) && Gt(e, r, t[r]);
|
|
4149
4149
|
return e;
|
|
4150
4150
|
}, oe = (e, t) => {
|
|
4151
4151
|
var r = {};
|
|
4152
4152
|
for (var i in e)
|
|
4153
|
-
|
|
4154
|
-
if (e != null &&
|
|
4155
|
-
for (var i of
|
|
4156
|
-
t.indexOf(i) < 0 &&
|
|
4153
|
+
Tr.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
|
|
4154
|
+
if (e != null && we)
|
|
4155
|
+
for (var i of we(e))
|
|
4156
|
+
t.indexOf(i) < 0 && Lr.call(e, i) && (r[i] = e[i]);
|
|
4157
4157
|
return r;
|
|
4158
4158
|
};
|
|
4159
4159
|
const ce = (e, t) => {
|
|
@@ -4161,21 +4161,21 @@ const ce = (e, t) => {
|
|
|
4161
4161
|
if (e in r && t in r[e])
|
|
4162
4162
|
return r[e][t];
|
|
4163
4163
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4164
|
-
},
|
|
4164
|
+
}, oo = Be(
|
|
4165
4165
|
(e) => {
|
|
4166
4166
|
var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
|
|
4167
4167
|
if (r == null)
|
|
4168
4168
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4169
4169
|
return i && (n = ce("number", i)), new Intl.NumberFormat(r, n);
|
|
4170
4170
|
}
|
|
4171
|
-
),
|
|
4171
|
+
), so = Be(
|
|
4172
4172
|
(e) => {
|
|
4173
4173
|
var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
|
|
4174
4174
|
if (r == null)
|
|
4175
4175
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4176
4176
|
return i ? n = ce("date", i) : Object.keys(n).length === 0 && (n = ce("date", "short")), new Intl.DateTimeFormat(r, n);
|
|
4177
4177
|
}
|
|
4178
|
-
),
|
|
4178
|
+
), ao = Be(
|
|
4179
4179
|
(e) => {
|
|
4180
4180
|
var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
|
|
4181
4181
|
if (r == null)
|
|
@@ -4184,57 +4184,57 @@ const ce = (e, t) => {
|
|
|
4184
4184
|
);
|
|
4185
4185
|
return i ? n = ce("time", i) : Object.keys(n).length === 0 && (n = ce("time", "short")), new Intl.DateTimeFormat(r, n);
|
|
4186
4186
|
}
|
|
4187
|
-
),
|
|
4187
|
+
), uo = (e = {}) => {
|
|
4188
4188
|
var t = e, {
|
|
4189
4189
|
locale: r = z()
|
|
4190
4190
|
} = t, i = oe(t, [
|
|
4191
4191
|
"locale"
|
|
4192
4192
|
]);
|
|
4193
|
-
return
|
|
4194
|
-
},
|
|
4193
|
+
return oo(ft({ locale: r }, i));
|
|
4194
|
+
}, lo = (e = {}) => {
|
|
4195
4195
|
var t = e, {
|
|
4196
4196
|
locale: r = z()
|
|
4197
4197
|
} = t, i = oe(t, [
|
|
4198
4198
|
"locale"
|
|
4199
4199
|
]);
|
|
4200
|
-
return
|
|
4201
|
-
},
|
|
4200
|
+
return so(ft({ locale: r }, i));
|
|
4201
|
+
}, ho = (e = {}) => {
|
|
4202
4202
|
var t = e, {
|
|
4203
4203
|
locale: r = z()
|
|
4204
4204
|
} = t, i = oe(t, [
|
|
4205
4205
|
"locale"
|
|
4206
4206
|
]);
|
|
4207
|
-
return
|
|
4208
|
-
},
|
|
4207
|
+
return ao(ft({ locale: r }, i));
|
|
4208
|
+
}, co = Be(
|
|
4209
4209
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4210
|
-
(e, t = z()) => new
|
|
4210
|
+
(e, t = z()) => new $n(e, t, re().formats, {
|
|
4211
4211
|
ignoreTag: re().ignoreTag
|
|
4212
4212
|
})
|
|
4213
|
-
),
|
|
4213
|
+
), fo = (e, t = {}) => {
|
|
4214
4214
|
var r, i, n, o;
|
|
4215
|
-
let
|
|
4216
|
-
typeof e == "object" && (
|
|
4215
|
+
let a = t;
|
|
4216
|
+
typeof e == "object" && (a = e, e = a.id);
|
|
4217
4217
|
const {
|
|
4218
|
-
values:
|
|
4218
|
+
values: s,
|
|
4219
4219
|
locale: l = z(),
|
|
4220
4220
|
default: u
|
|
4221
|
-
} =
|
|
4221
|
+
} = a;
|
|
4222
4222
|
if (l == null)
|
|
4223
4223
|
throw new Error(
|
|
4224
4224
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4225
4225
|
);
|
|
4226
|
-
let h =
|
|
4226
|
+
let h = br(e, l);
|
|
4227
4227
|
if (!h)
|
|
4228
4228
|
h = (o = (n = (i = (r = re()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: l, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
|
|
4229
4229
|
else if (typeof h != "string")
|
|
4230
4230
|
return console.warn(
|
|
4231
4231
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
4232
4232
|
), h;
|
|
4233
|
-
if (!
|
|
4233
|
+
if (!s)
|
|
4234
4234
|
return h;
|
|
4235
4235
|
let c = h;
|
|
4236
4236
|
try {
|
|
4237
|
-
c =
|
|
4237
|
+
c = co(h, l).format(s);
|
|
4238
4238
|
} catch (f) {
|
|
4239
4239
|
f instanceof Error && console.warn(
|
|
4240
4240
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4242,20 +4242,20 @@ const ce = (e, t) => {
|
|
|
4242
4242
|
);
|
|
4243
4243
|
}
|
|
4244
4244
|
return c;
|
|
4245
|
-
},
|
|
4246
|
-
ie([ne], () =>
|
|
4247
|
-
ie([ne], () =>
|
|
4248
|
-
ie([ne], () =>
|
|
4249
|
-
ie([ne, me], () =>
|
|
4250
|
-
window.emWidgets = { topic:
|
|
4251
|
-
const
|
|
4252
|
-
function
|
|
4253
|
-
|
|
4254
|
-
}
|
|
4255
|
-
function
|
|
4245
|
+
}, mo = (e, t) => ho(t).format(e), po = (e, t) => lo(t).format(e), yo = (e, t) => uo(t).format(e), go = (e, t = z()) => br(e, t), bo = ie([ne, me], () => fo);
|
|
4246
|
+
ie([ne], () => mo);
|
|
4247
|
+
ie([ne], () => po);
|
|
4248
|
+
ie([ne], () => yo);
|
|
4249
|
+
ie([ne, me], () => go);
|
|
4250
|
+
window.emWidgets = { topic: Ii };
|
|
4251
|
+
const vo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), $o = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4252
|
+
function Ft(e, t) {
|
|
4253
|
+
Er(e, t);
|
|
4254
|
+
}
|
|
4255
|
+
function Eo(e) {
|
|
4256
4256
|
ne.set(e);
|
|
4257
4257
|
}
|
|
4258
|
-
const
|
|
4258
|
+
const We = {
|
|
4259
4259
|
en: {
|
|
4260
4260
|
expandLimits: "LIMIT HISTORY",
|
|
4261
4261
|
daily: "per day",
|
|
@@ -4506,34 +4506,34 @@ const je = {
|
|
|
4506
4506
|
historyLimitTypeLoss: "Loss Limit"
|
|
4507
4507
|
}
|
|
4508
4508
|
};
|
|
4509
|
-
function
|
|
4510
|
-
|
|
4509
|
+
function _o(e) {
|
|
4510
|
+
Zr(e, "svelte-19ml84y", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}.svelte-19ml84y.svelte-19ml84y,.svelte-19ml84y.svelte-19ml84y::before,.svelte-19ml84y.svelte-19ml84y::after{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-history-2.svelte-19ml84y.svelte-19ml84y{color:var(--emw--color-white, #FFFFFF)}button.svelte-19ml84y.svelte-19ml84y{font-size:1rem;border:0;padding:0}.ExpandButton.svelte-19ml84y.svelte-19ml84y{color:#999;display:flex;justify-content:center;align-items:center;margin-right:-14px;background:transparent}.ExpandButton.svelte-19ml84y svg.svelte-19ml84y{width:28px;height:auto;margin-left:-4px}.extended.svelte-19ml84y.svelte-19ml84y{transform:rotate(180deg)}.HistoryWrapper.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column}.HistoryWrapper.Desktop.svelte-19ml84y.svelte-19ml84y{width:320px;padding:0 12px;margin:12px auto}.hidden.svelte-19ml84y.svelte-19ml84y{display:none}.HistoryRow.svelte-19ml84y.svelte-19ml84y{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--emw--color-gray-100, #E6E6E6)}.GeneralLimitInformation.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column;gap:4px}.LimitType.svelte-19ml84y.svelte-19ml84y{font-size:1.3rem}.LimitAmountPeriod.svelte-19ml84y.svelte-19ml84y{color:#999}.LimitContainer.svelte-19ml84y.svelte-19ml84y{animation:svelte-19ml84y-animateEntry 0.7s ease-in}@keyframes svelte-19ml84y-animateEntry{0%{opacity:0;transform:translateX(500px)}100%{opacity:1;transform:translateX(0)}}');
|
|
4511
4511
|
}
|
|
4512
|
-
function
|
|
4512
|
+
function jt(e, t, r) {
|
|
4513
4513
|
const i = e.slice();
|
|
4514
|
-
return i[
|
|
4514
|
+
return i[38] = t[r], i[39] = t, i[40] = r, i;
|
|
4515
4515
|
}
|
|
4516
|
-
function
|
|
4516
|
+
function xo(e) {
|
|
4517
4517
|
let t, r, i, n = (
|
|
4518
4518
|
/*$_*/
|
|
4519
4519
|
e[9]("expandLimits") + ""
|
|
4520
|
-
), o,
|
|
4520
|
+
), o, a, s, l, u, h, c, f, p, y = Et(
|
|
4521
4521
|
/*lazyShowedHistoryArray*/
|
|
4522
4522
|
e[7]
|
|
4523
|
-
),
|
|
4524
|
-
for (let
|
|
4525
|
-
|
|
4523
|
+
), d = [];
|
|
4524
|
+
for (let b = 0; b < y.length; b += 1)
|
|
4525
|
+
d[b] = kt(jt(e, y, b));
|
|
4526
4526
|
return {
|
|
4527
4527
|
c() {
|
|
4528
|
-
t =
|
|
4529
|
-
for (let
|
|
4530
|
-
|
|
4531
|
-
x(l, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), x(l, "class", "svelte-19ml84y"), x(u, "d", "M0 0h36v36h-36z"), x(u, "fill", "none"), x(u, "class", "svelte-19ml84y"), x(
|
|
4532
|
-
|
|
4528
|
+
t = P("div"), r = P("div"), i = P("button"), o = M(n), a = Xe(), s = Me("svg"), l = Me("path"), u = Me("path"), h = Xe(), c = P("div");
|
|
4529
|
+
for (let b = 0; b < d.length; b += 1)
|
|
4530
|
+
d[b].c();
|
|
4531
|
+
x(l, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), x(l, "class", "svelte-19ml84y"), x(u, "d", "M0 0h36v36h-36z"), x(u, "fill", "none"), x(u, "class", "svelte-19ml84y"), x(s, "class", "ExpandArrow svelte-19ml84y"), x(s, "xmlns", "http://www.w3.org/2000/svg"), x(s, "width", "36"), x(s, "height", "36"), x(s, "viewBox", "0 0 36 36"), x(s, "fill", "#999"), ge(
|
|
4532
|
+
s,
|
|
4533
4533
|
"extended",
|
|
4534
4534
|
/*extended*/
|
|
4535
4535
|
e[8]
|
|
4536
|
-
), x(i, "class", "ExpandButton svelte-19ml84y"), x(c, "class", "HistoryDisplayArea svelte-19ml84y"),
|
|
4536
|
+
), x(i, "class", "ExpandButton svelte-19ml84y"), x(c, "class", "HistoryDisplayArea svelte-19ml84y"), ge(
|
|
4537
4537
|
c,
|
|
4538
4538
|
"hidden",
|
|
4539
4539
|
/*hidden*/
|
|
@@ -4541,58 +4541,58 @@ function mo(e) {
|
|
|
4541
4541
|
), x(r, "class", "HistoryWrapper " + /*isDesktop*/
|
|
4542
4542
|
(e[10] ? "Desktop" : "") + " svelte-19ml84y"), x(t, "class", "player-account-gaming-limits-history-2 svelte-19ml84y");
|
|
4543
4543
|
},
|
|
4544
|
-
m(
|
|
4545
|
-
X(
|
|
4546
|
-
for (let
|
|
4547
|
-
|
|
4548
|
-
f || (p =
|
|
4544
|
+
m(b, w) {
|
|
4545
|
+
X(b, t, w), L(t, r), L(r, i), L(i, o), L(i, a), L(i, s), L(s, l), L(s, u), L(r, h), L(r, c);
|
|
4546
|
+
for (let E = 0; E < d.length; E += 1)
|
|
4547
|
+
d[E] && d[E].m(c, null);
|
|
4548
|
+
f || (p = qr(
|
|
4549
4549
|
i,
|
|
4550
4550
|
"click",
|
|
4551
4551
|
/*toggleHistoryDisplayArea*/
|
|
4552
4552
|
e[11]
|
|
4553
4553
|
), f = !0);
|
|
4554
4554
|
},
|
|
4555
|
-
p(
|
|
4556
|
-
if (
|
|
4555
|
+
p(b, w) {
|
|
4556
|
+
if (w[0] & /*$_*/
|
|
4557
4557
|
512 && n !== (n = /*$_*/
|
|
4558
|
-
|
|
4559
|
-
256 &&
|
|
4560
|
-
|
|
4558
|
+
b[9]("expandLimits") + "") && k(o, n), w[0] & /*extended*/
|
|
4559
|
+
256 && ge(
|
|
4560
|
+
s,
|
|
4561
4561
|
"extended",
|
|
4562
4562
|
/*extended*/
|
|
4563
|
-
|
|
4564
|
-
),
|
|
4563
|
+
b[8]
|
|
4564
|
+
), w[0] & /*numberofentries, limitContainer, lazyShowedHistoryArray, $_*/
|
|
4565
4565
|
650) {
|
|
4566
|
-
|
|
4566
|
+
y = Et(
|
|
4567
4567
|
/*lazyShowedHistoryArray*/
|
|
4568
|
-
|
|
4568
|
+
b[7]
|
|
4569
4569
|
);
|
|
4570
|
-
let
|
|
4571
|
-
for (
|
|
4572
|
-
const
|
|
4573
|
-
|
|
4570
|
+
let E;
|
|
4571
|
+
for (E = 0; E < y.length; E += 1) {
|
|
4572
|
+
const H = jt(b, y, E);
|
|
4573
|
+
d[E] ? d[E].p(H, w) : (d[E] = kt(H), d[E].c(), d[E].m(c, null));
|
|
4574
4574
|
}
|
|
4575
|
-
for (;
|
|
4576
|
-
|
|
4577
|
-
|
|
4575
|
+
for (; E < d.length; E += 1)
|
|
4576
|
+
d[E].d(1);
|
|
4577
|
+
d.length = y.length;
|
|
4578
4578
|
}
|
|
4579
|
-
|
|
4580
|
-
32 &&
|
|
4579
|
+
w[0] & /*hidden*/
|
|
4580
|
+
32 && ge(
|
|
4581
4581
|
c,
|
|
4582
4582
|
"hidden",
|
|
4583
4583
|
/*hidden*/
|
|
4584
|
-
|
|
4584
|
+
b[5]
|
|
4585
4585
|
);
|
|
4586
4586
|
},
|
|
4587
|
-
d(
|
|
4588
|
-
|
|
4587
|
+
d(b) {
|
|
4588
|
+
b && V(t), Jr(d, b), f = !1, p();
|
|
4589
4589
|
}
|
|
4590
4590
|
};
|
|
4591
4591
|
}
|
|
4592
|
-
function
|
|
4593
|
-
return { c:
|
|
4592
|
+
function To(e) {
|
|
4593
|
+
return { c: O, m: O, p: O, d: O };
|
|
4594
4594
|
}
|
|
4595
|
-
function
|
|
4595
|
+
function Lo(e) {
|
|
4596
4596
|
let t, r = (
|
|
4597
4597
|
/*lang*/
|
|
4598
4598
|
(e[0] ? (
|
|
@@ -4602,10 +4602,10 @@ function yo(e) {
|
|
|
4602
4602
|
), i;
|
|
4603
4603
|
return {
|
|
4604
4604
|
c() {
|
|
4605
|
-
t =
|
|
4605
|
+
t = P("p"), i = M(r), x(t, "class", "svelte-19ml84y");
|
|
4606
4606
|
},
|
|
4607
4607
|
m(n, o) {
|
|
4608
|
-
X(n, t, o),
|
|
4608
|
+
X(n, t, o), L(t, i);
|
|
4609
4609
|
},
|
|
4610
4610
|
p(n, o) {
|
|
4611
4611
|
o[0] & /*lang, $_*/
|
|
@@ -4613,200 +4613,190 @@ function yo(e) {
|
|
|
4613
4613
|
(n[0] ? (
|
|
4614
4614
|
/*$_*/
|
|
4615
4615
|
n[9]("error")
|
|
4616
|
-
) : "500 Server Error") + "") &&
|
|
4616
|
+
) : "500 Server Error") + "") && k(i, r);
|
|
4617
4617
|
},
|
|
4618
4618
|
d(n) {
|
|
4619
|
-
n &&
|
|
4619
|
+
n && V(t);
|
|
4620
4620
|
}
|
|
4621
4621
|
};
|
|
4622
4622
|
}
|
|
4623
|
-
function
|
|
4623
|
+
function So(e) {
|
|
4624
4624
|
let t, r, i, n = (
|
|
4625
4625
|
/*history*/
|
|
4626
|
-
e[
|
|
4627
|
-
), o,
|
|
4626
|
+
e[38].type + ""
|
|
4627
|
+
), o, a, s = (
|
|
4628
4628
|
/*history*/
|
|
4629
|
-
e[
|
|
4629
|
+
e[38].amount + ""
|
|
4630
4630
|
), l, u, h = (
|
|
4631
4631
|
/*history*/
|
|
4632
|
-
e[
|
|
4633
|
-
), c
|
|
4634
|
-
/*history*/
|
|
4635
|
-
e[36].period + ""
|
|
4636
|
-
), b, m, y = (
|
|
4637
|
-
/*history*/
|
|
4638
|
-
e[36].date + ""
|
|
4639
|
-
), L;
|
|
4632
|
+
e[38].date + ""
|
|
4633
|
+
), c;
|
|
4640
4634
|
return {
|
|
4641
4635
|
c() {
|
|
4642
|
-
t =
|
|
4636
|
+
t = P("div"), r = P("span"), i = P("span"), o = M(n), a = P("span"), l = M(s), u = P("span"), c = M(h), x(i, "class", "LimitType svelte-19ml84y"), x(a, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(u, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
|
|
4643
4637
|
},
|
|
4644
|
-
m(
|
|
4645
|
-
X(
|
|
4638
|
+
m(f, p) {
|
|
4639
|
+
X(f, t, p), L(t, r), L(r, i), L(i, o), L(r, a), L(a, l), L(t, u), L(u, c);
|
|
4646
4640
|
},
|
|
4647
|
-
p(
|
|
4648
|
-
|
|
4641
|
+
p(f, p) {
|
|
4642
|
+
p[0] & /*lazyShowedHistoryArray*/
|
|
4649
4643
|
128 && n !== (n = /*history*/
|
|
4650
|
-
|
|
4651
|
-
128 &&
|
|
4652
|
-
|
|
4644
|
+
f[38].type + "") && k(o, n), p[0] & /*lazyShowedHistoryArray*/
|
|
4645
|
+
128 && s !== (s = /*history*/
|
|
4646
|
+
f[38].amount + "") && k(l, s), p[0] & /*lazyShowedHistoryArray*/
|
|
4653
4647
|
128 && h !== (h = /*history*/
|
|
4654
|
-
|
|
4655
|
-
128 && p !== (p = /*history*/
|
|
4656
|
-
g[36].period + "") && $(b, p), S[0] & /*lazyShowedHistoryArray*/
|
|
4657
|
-
128 && y !== (y = /*history*/
|
|
4658
|
-
g[36].date + "") && $(L, y);
|
|
4648
|
+
f[38].date + "") && k(c, h);
|
|
4659
4649
|
},
|
|
4660
|
-
d(
|
|
4661
|
-
|
|
4650
|
+
d(f) {
|
|
4651
|
+
f && V(t);
|
|
4662
4652
|
}
|
|
4663
4653
|
};
|
|
4664
4654
|
}
|
|
4665
|
-
function
|
|
4655
|
+
function wo(e) {
|
|
4666
4656
|
let t, r, i, n = (
|
|
4667
4657
|
/*history*/
|
|
4668
|
-
e[
|
|
4669
|
-
), o,
|
|
4658
|
+
e[38].type + ""
|
|
4659
|
+
), o, a, s = (
|
|
4670
4660
|
/*$_*/
|
|
4671
4661
|
e[9]("limitRemoved") + ""
|
|
4672
4662
|
), l, u, h = (
|
|
4673
4663
|
/*history*/
|
|
4674
|
-
e[
|
|
4664
|
+
e[38].date + ""
|
|
4675
4665
|
), c;
|
|
4676
4666
|
return {
|
|
4677
4667
|
c() {
|
|
4678
|
-
t =
|
|
4668
|
+
t = P("div"), r = P("span"), i = P("span"), o = M(n), a = P("span"), l = M(s), u = P("span"), c = M(h), x(i, "class", "LimitType svelte-19ml84y"), x(a, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(u, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
|
|
4679
4669
|
},
|
|
4680
4670
|
m(f, p) {
|
|
4681
|
-
X(f, t, p),
|
|
4671
|
+
X(f, t, p), L(t, r), L(r, i), L(i, o), L(r, a), L(a, l), L(t, u), L(u, c);
|
|
4682
4672
|
},
|
|
4683
4673
|
p(f, p) {
|
|
4684
4674
|
p[0] & /*lazyShowedHistoryArray*/
|
|
4685
4675
|
128 && n !== (n = /*history*/
|
|
4686
|
-
f[
|
|
4687
|
-
512 &&
|
|
4688
|
-
f[9]("limitRemoved") + "") &&
|
|
4676
|
+
f[38].type + "") && k(o, n), p[0] & /*$_*/
|
|
4677
|
+
512 && s !== (s = /*$_*/
|
|
4678
|
+
f[9]("limitRemoved") + "") && k(l, s), p[0] & /*lazyShowedHistoryArray*/
|
|
4689
4679
|
128 && h !== (h = /*history*/
|
|
4690
|
-
f[
|
|
4680
|
+
f[38].date + "") && k(c, h);
|
|
4691
4681
|
},
|
|
4692
4682
|
d(f) {
|
|
4693
|
-
f &&
|
|
4683
|
+
f && V(t);
|
|
4694
4684
|
}
|
|
4695
4685
|
};
|
|
4696
4686
|
}
|
|
4697
|
-
function
|
|
4687
|
+
function kt(e) {
|
|
4698
4688
|
let t, r, i, n = (
|
|
4699
4689
|
/*index*/
|
|
4700
|
-
e[
|
|
4690
|
+
e[40]
|
|
4701
4691
|
);
|
|
4702
4692
|
function o(h, c) {
|
|
4703
4693
|
return (
|
|
4704
4694
|
/*history*/
|
|
4705
|
-
h[
|
|
4695
|
+
h[38].removed ? wo : So
|
|
4706
4696
|
);
|
|
4707
4697
|
}
|
|
4708
|
-
let
|
|
4698
|
+
let a = o(e), s = a(e);
|
|
4709
4699
|
const l = () => (
|
|
4710
4700
|
/*div_binding*/
|
|
4711
|
-
e[
|
|
4701
|
+
e[21](t, n)
|
|
4712
4702
|
), u = () => (
|
|
4713
4703
|
/*div_binding*/
|
|
4714
|
-
e[
|
|
4704
|
+
e[21](null, n)
|
|
4715
4705
|
);
|
|
4716
4706
|
return {
|
|
4717
4707
|
c() {
|
|
4718
|
-
t =
|
|
4708
|
+
t = P("div"), s.c(), r = Xe(), x(t, "class", i = bt(
|
|
4719
4709
|
/*index*/
|
|
4720
|
-
e[
|
|
4710
|
+
e[40] > +/*numberofentries*/
|
|
4721
4711
|
e[1] ? "LimitContainer" : ""
|
|
4722
4712
|
) + " svelte-19ml84y");
|
|
4723
4713
|
},
|
|
4724
4714
|
m(h, c) {
|
|
4725
|
-
X(h, t, c),
|
|
4715
|
+
X(h, t, c), s.m(t, null), L(t, r), l();
|
|
4726
4716
|
},
|
|
4727
4717
|
p(h, c) {
|
|
4728
|
-
e = h,
|
|
4729
|
-
2 && i !== (i =
|
|
4718
|
+
e = h, a === (a = o(e)) && s ? s.p(e, c) : (s.d(1), s = a(e), s && (s.c(), s.m(t, r))), c[0] & /*numberofentries*/
|
|
4719
|
+
2 && i !== (i = bt(
|
|
4730
4720
|
/*index*/
|
|
4731
|
-
e[
|
|
4721
|
+
e[40] > +/*numberofentries*/
|
|
4732
4722
|
e[1] ? "LimitContainer" : ""
|
|
4733
4723
|
) + " svelte-19ml84y") && x(t, "class", i), n !== /*index*/
|
|
4734
|
-
e[
|
|
4735
|
-
e[
|
|
4724
|
+
e[40] && (u(), n = /*index*/
|
|
4725
|
+
e[40], l());
|
|
4736
4726
|
},
|
|
4737
4727
|
d(h) {
|
|
4738
|
-
h &&
|
|
4728
|
+
h && V(t), s.d(), u();
|
|
4739
4729
|
}
|
|
4740
4730
|
};
|
|
4741
4731
|
}
|
|
4742
|
-
function
|
|
4732
|
+
function Ao(e) {
|
|
4743
4733
|
let t;
|
|
4744
|
-
function r(o,
|
|
4734
|
+
function r(o, a) {
|
|
4745
4735
|
return (
|
|
4746
4736
|
/*hasErrors*/
|
|
4747
|
-
o[6] ?
|
|
4737
|
+
o[6] ? Lo : (
|
|
4748
4738
|
/*isLoading*/
|
|
4749
|
-
o[4] ?
|
|
4739
|
+
o[4] ? To : xo
|
|
4750
4740
|
)
|
|
4751
4741
|
);
|
|
4752
4742
|
}
|
|
4753
4743
|
let i = r(e), n = i(e);
|
|
4754
4744
|
return {
|
|
4755
4745
|
c() {
|
|
4756
|
-
t =
|
|
4746
|
+
t = P("div"), n.c(), x(t, "class", "svelte-19ml84y");
|
|
4757
4747
|
},
|
|
4758
|
-
m(o,
|
|
4759
|
-
X(o, t,
|
|
4748
|
+
m(o, a) {
|
|
4749
|
+
X(o, t, a), n.m(t, null), e[22](t);
|
|
4760
4750
|
},
|
|
4761
|
-
p(o,
|
|
4762
|
-
i === (i = r(o)) && n ? n.p(o,
|
|
4751
|
+
p(o, a) {
|
|
4752
|
+
i === (i = r(o)) && n ? n.p(o, a) : (n.d(1), n = i(o), n && (n.c(), n.m(t, null)));
|
|
4763
4753
|
},
|
|
4764
|
-
i:
|
|
4765
|
-
o:
|
|
4754
|
+
i: O,
|
|
4755
|
+
o: O,
|
|
4766
4756
|
d(o) {
|
|
4767
|
-
o &&
|
|
4757
|
+
o && V(t), n.d(), e[22](null);
|
|
4768
4758
|
}
|
|
4769
4759
|
};
|
|
4770
4760
|
}
|
|
4771
|
-
function
|
|
4761
|
+
function Po(e, t, r) {
|
|
4772
4762
|
let i;
|
|
4773
|
-
|
|
4774
|
-
let n = window.navigator.userAgent, o = !
|
|
4775
|
-
const
|
|
4776
|
-
fetch(
|
|
4777
|
-
Object.keys(
|
|
4778
|
-
|
|
4763
|
+
zr(e, bo, (m) => r(9, i = m));
|
|
4764
|
+
let n = window.navigator.userAgent, o = !vo(n), { lang: a = "" } = t, { userid: s = "" } = t, { session: l = "" } = t, { endpoint: u = "" } = t, { apiversion: h = "" } = t, { numberofentries: c = "10" } = t, { customcurrencysymbols: f = "" } = t, { limitformat: p = "" } = t, { clientstyling: y = "" } = t, { clientstylingurl: d = "" } = t, { translationurl: b = "" } = t, w, E = new Array(), H = parseInt(c, 10), D = !1, N = !0, $ = [], W = [], pe = !0, Oe = !1, se = { EUR: "€", RON: "lei", TRY: "₺" };
|
|
4765
|
+
const wr = () => {
|
|
4766
|
+
fetch(b).then((T) => T.json()).then((T) => {
|
|
4767
|
+
Object.keys(T).forEach((I) => {
|
|
4768
|
+
Ft(I, T[I]);
|
|
4779
4769
|
});
|
|
4780
|
-
}).catch((
|
|
4781
|
-
console.log(
|
|
4770
|
+
}).catch((T) => {
|
|
4771
|
+
console.log(T);
|
|
4782
4772
|
});
|
|
4783
4773
|
};
|
|
4784
|
-
Object.keys(
|
|
4785
|
-
|
|
4774
|
+
Object.keys(We).forEach((m) => {
|
|
4775
|
+
Ft(m, We[m]);
|
|
4786
4776
|
});
|
|
4787
|
-
const
|
|
4788
|
-
let
|
|
4789
|
-
|
|
4790
|
-
let
|
|
4777
|
+
const Ar = () => {
|
|
4778
|
+
let m = h === "gmcore" ? `/v2/player/${s}/transactions/limit` : `/v1/player/${s}/limits/monetary/history`, T = new URL(m, u);
|
|
4779
|
+
T.searchParams.append("startDate", `${(/* @__PURE__ */ new Date("2022")).toISOString()}`), T.searchParams.append("endDate", `${(/* @__PURE__ */ new Date("2099")).toISOString()}`), T.searchParams.append("limit", "10000");
|
|
4780
|
+
let I = {
|
|
4791
4781
|
method: "GET",
|
|
4792
4782
|
headers: { "X-SessionID": l }
|
|
4793
4783
|
};
|
|
4794
|
-
fetch(
|
|
4795
|
-
if (
|
|
4796
|
-
throw r(4,
|
|
4797
|
-
return
|
|
4784
|
+
fetch(T.href, I).then((A) => {
|
|
4785
|
+
if (A.status >= 300)
|
|
4786
|
+
throw r(4, N = !1), r(6, D = !0), new Error("There was an error fetching the limits");
|
|
4787
|
+
return A.json();
|
|
4798
4788
|
}).then(
|
|
4799
|
-
(
|
|
4800
|
-
|
|
4789
|
+
(A) => {
|
|
4790
|
+
A.length && ($ = Pr(A), r(7, W = $.slice(0, H))), r(4, N = !1);
|
|
4801
4791
|
},
|
|
4802
|
-
(
|
|
4803
|
-
console.error("There was an error",
|
|
4792
|
+
(A) => {
|
|
4793
|
+
console.error("There was an error", A), r(6, D = !0);
|
|
4804
4794
|
}
|
|
4805
4795
|
);
|
|
4806
|
-
},
|
|
4807
|
-
const
|
|
4808
|
-
return
|
|
4809
|
-
let
|
|
4796
|
+
}, Pr = (m) => {
|
|
4797
|
+
const T = !!We[a];
|
|
4798
|
+
return m.map((A) => {
|
|
4799
|
+
let U = {
|
|
4810
4800
|
amount: "",
|
|
4811
4801
|
currency: "",
|
|
4812
4802
|
date: "",
|
|
@@ -4814,34 +4804,49 @@ function Eo(e, t, r) {
|
|
|
4814
4804
|
type: "",
|
|
4815
4805
|
removed: !1
|
|
4816
4806
|
};
|
|
4817
|
-
return
|
|
4807
|
+
return U.amount = Hr(A), U.currency = T ? se[A.limitCurrencyCode] : A.limitCurrencyCode, U.date = new Intl.DateTimeFormat("de", { dateStyle: "medium" }).format(new Date(A.limitDate)), U.period = i(`${A.limitPeriod.toLowerCase()}`), U.type = h === "gmcore" ? i(`historyLimitType${A.limitType.split(" ")[0]}`) : i(`historyLimitType${A.limitType.split(" ")[0]}`) + " " + i(`historyProductType${A.limitProductType}`), U.removed = A.limitAmount === -1, U;
|
|
4818
4808
|
});
|
|
4819
|
-
},
|
|
4820
|
-
|
|
4809
|
+
}, Hr = (m) => {
|
|
4810
|
+
let T = p || Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(m.limitAmount);
|
|
4811
|
+
if (!p) {
|
|
4812
|
+
let Gr = se[m.limitCurrencyCode] || m.limitCurrencyCode;
|
|
4813
|
+
return `${T}${Gr}`;
|
|
4814
|
+
}
|
|
4815
|
+
typeof m.limitAmount == "string" && m.limitAmount.includes(",") && (m.limitAmount = m.limitAmount.replaceAll(",", ""));
|
|
4816
|
+
const I = T.match(/\{(\d+)decimals\}/), A = I ? parseInt(I[1], 10) : 2, U = I ? new RegExp("\\{\\d+decimals\\}", "g") : "{decimals}";
|
|
4817
|
+
let de = parseFloat(m.limitAmount).toFixed(A);
|
|
4818
|
+
const [$r, Ce] = p.includes(".") ? [",", "."] : [".", ","];
|
|
4819
|
+
let [Ne, Ur] = de.split(".");
|
|
4820
|
+
return Ne = Ne.replace(/\B(?=(\d{3})+(?!\d))/g, $r), de = `${Ne}${Ce}${Ur}`, T = T.replace("{currency}", se[m.limitCurrencyCode] || m.limitCurrencyCode).replace("{amount}", de.split(Ce)[0]).replace(
|
|
4821
|
+
U,
|
|
4822
|
+
de.split(Ce)[1]
|
|
4823
|
+
), T;
|
|
4824
|
+
}, Ir = () => {
|
|
4825
|
+
r(5, pe = !pe), r(8, Oe = !Oe);
|
|
4821
4826
|
};
|
|
4822
|
-
let
|
|
4823
|
-
|
|
4824
|
-
|
|
4827
|
+
let mt = new IntersectionObserver((m) => {
|
|
4828
|
+
m.forEach((T) => {
|
|
4829
|
+
T.isIntersecting && (H += parseInt(c, 10) || 10, W.length < $.length && r(7, W = $.slice(0, H)));
|
|
4825
4830
|
});
|
|
4826
4831
|
});
|
|
4827
|
-
const
|
|
4828
|
-
|
|
4829
|
-
},
|
|
4832
|
+
const Br = () => {
|
|
4833
|
+
mt.observe(E[E.length - 1]);
|
|
4834
|
+
}, Or = () => {
|
|
4830
4835
|
if (!f) return;
|
|
4831
|
-
let
|
|
4832
|
-
f.split(",").forEach((
|
|
4833
|
-
let
|
|
4834
|
-
|
|
4835
|
-
}),
|
|
4836
|
-
},
|
|
4837
|
-
let
|
|
4838
|
-
|
|
4839
|
-
},
|
|
4840
|
-
let
|
|
4841
|
-
fetch(
|
|
4842
|
-
|
|
4836
|
+
let m = {};
|
|
4837
|
+
f.split(",").forEach((T) => {
|
|
4838
|
+
let I = T.split(":");
|
|
4839
|
+
m[I[0].trim()] = I[1].trim();
|
|
4840
|
+
}), se = ye(ye({}, se), m);
|
|
4841
|
+
}, Cr = () => {
|
|
4842
|
+
let m = document.createElement("style");
|
|
4843
|
+
m.innerHTML = y, w.appendChild(m);
|
|
4844
|
+
}, Nr = () => {
|
|
4845
|
+
let m = new URL(d), T = document.createElement("style");
|
|
4846
|
+
fetch(m.href).then((I) => I.text()).then((I) => {
|
|
4847
|
+
T.innerHTML = I, w && (setTimeout(
|
|
4843
4848
|
() => {
|
|
4844
|
-
|
|
4849
|
+
w.appendChild(T);
|
|
4845
4850
|
},
|
|
4846
4851
|
1
|
|
4847
4852
|
), setTimeout(
|
|
@@ -4850,66 +4855,67 @@ function Eo(e, t, r) {
|
|
|
4850
4855
|
500
|
|
4851
4856
|
));
|
|
4852
4857
|
});
|
|
4853
|
-
},
|
|
4854
|
-
|
|
4858
|
+
}, Rr = () => {
|
|
4859
|
+
Eo(a);
|
|
4855
4860
|
};
|
|
4856
|
-
|
|
4857
|
-
|
|
4861
|
+
ri(() => () => {
|
|
4862
|
+
mt.unobserve(E[E.length - 1]);
|
|
4858
4863
|
});
|
|
4859
|
-
function
|
|
4860
|
-
|
|
4861
|
-
|
|
4864
|
+
function Mr(m, T) {
|
|
4865
|
+
Le[m ? "unshift" : "push"](() => {
|
|
4866
|
+
E[T] = m, r(3, E);
|
|
4862
4867
|
});
|
|
4863
4868
|
}
|
|
4864
|
-
function
|
|
4865
|
-
|
|
4866
|
-
|
|
4869
|
+
function Dr(m) {
|
|
4870
|
+
Le[m ? "unshift" : "push"](() => {
|
|
4871
|
+
w = m, r(2, w);
|
|
4867
4872
|
});
|
|
4868
4873
|
}
|
|
4869
|
-
return e.$$set = (
|
|
4870
|
-
"lang" in
|
|
4874
|
+
return e.$$set = (m) => {
|
|
4875
|
+
"lang" in m && r(0, a = m.lang), "userid" in m && r(12, s = m.userid), "session" in m && r(13, l = m.session), "endpoint" in m && r(14, u = m.endpoint), "apiversion" in m && r(15, h = m.apiversion), "numberofentries" in m && r(1, c = m.numberofentries), "customcurrencysymbols" in m && r(16, f = m.customcurrencysymbols), "limitformat" in m && r(17, p = m.limitformat), "clientstyling" in m && r(18, y = m.clientstyling), "clientstylingurl" in m && r(19, d = m.clientstylingurl), "translationurl" in m && r(20, b = m.translationurl);
|
|
4871
4876
|
}, e.$$.update = () => {
|
|
4872
4877
|
e.$$.dirty[0] & /*customcurrencysymbols*/
|
|
4873
|
-
65536 && f &&
|
|
4874
|
-
61440 && u &&
|
|
4875
|
-
56 &&
|
|
4876
|
-
1 &&
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4878
|
+
65536 && f && Or(), e.$$.dirty[0] & /*endpoint, userid, session, apiversion*/
|
|
4879
|
+
61440 && u && s && l && h && Ar(), e.$$.dirty[0] & /*limitContainer, isLoading, hidden*/
|
|
4880
|
+
56 && E[0] && !N && !pe && Br(), e.$$.dirty[0] & /*lang*/
|
|
4881
|
+
1 && a && Rr(), e.$$.dirty[0] & /*clientstylingurl*/
|
|
4882
|
+
524288 && d && Nr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
4883
|
+
262148 && y && w && Cr(), e.$$.dirty[0] & /*translationurl, customStylingContainer*/
|
|
4884
|
+
1048580 && b && w && wr();
|
|
4880
4885
|
}, [
|
|
4881
|
-
|
|
4886
|
+
a,
|
|
4882
4887
|
c,
|
|
4883
|
-
|
|
4884
|
-
|
|
4888
|
+
w,
|
|
4889
|
+
E,
|
|
4890
|
+
N,
|
|
4891
|
+
pe,
|
|
4885
4892
|
D,
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
U,
|
|
4889
|
-
Ie,
|
|
4893
|
+
W,
|
|
4894
|
+
Oe,
|
|
4890
4895
|
i,
|
|
4891
4896
|
o,
|
|
4892
|
-
|
|
4893
|
-
|
|
4897
|
+
Ir,
|
|
4898
|
+
s,
|
|
4894
4899
|
l,
|
|
4895
4900
|
u,
|
|
4896
4901
|
h,
|
|
4897
4902
|
f,
|
|
4898
4903
|
p,
|
|
4904
|
+
y,
|
|
4905
|
+
d,
|
|
4899
4906
|
b,
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
Or
|
|
4907
|
+
Mr,
|
|
4908
|
+
Dr
|
|
4903
4909
|
];
|
|
4904
4910
|
}
|
|
4905
|
-
class
|
|
4911
|
+
class Sr extends pi {
|
|
4906
4912
|
constructor(t) {
|
|
4907
|
-
super(),
|
|
4913
|
+
super(), fi(
|
|
4908
4914
|
this,
|
|
4909
4915
|
t,
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4916
|
+
Po,
|
|
4917
|
+
Ao,
|
|
4918
|
+
Wt,
|
|
4913
4919
|
{
|
|
4914
4920
|
lang: 0,
|
|
4915
4921
|
userid: 12,
|
|
@@ -4918,11 +4924,12 @@ class _r extends si {
|
|
|
4918
4924
|
apiversion: 15,
|
|
4919
4925
|
numberofentries: 1,
|
|
4920
4926
|
customcurrencysymbols: 16,
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4927
|
+
limitformat: 17,
|
|
4928
|
+
clientstyling: 18,
|
|
4929
|
+
clientstylingurl: 19,
|
|
4930
|
+
translationurl: 20
|
|
4924
4931
|
},
|
|
4925
|
-
|
|
4932
|
+
_o,
|
|
4926
4933
|
[-1, -1]
|
|
4927
4934
|
);
|
|
4928
4935
|
}
|
|
@@ -4930,106 +4937,112 @@ class _r extends si {
|
|
|
4930
4937
|
return this.$$.ctx[0];
|
|
4931
4938
|
}
|
|
4932
4939
|
set lang(t) {
|
|
4933
|
-
this.$$set({ lang: t }),
|
|
4940
|
+
this.$$set({ lang: t }), C();
|
|
4934
4941
|
}
|
|
4935
4942
|
get userid() {
|
|
4936
4943
|
return this.$$.ctx[12];
|
|
4937
4944
|
}
|
|
4938
4945
|
set userid(t) {
|
|
4939
|
-
this.$$set({ userid: t }),
|
|
4946
|
+
this.$$set({ userid: t }), C();
|
|
4940
4947
|
}
|
|
4941
4948
|
get session() {
|
|
4942
4949
|
return this.$$.ctx[13];
|
|
4943
4950
|
}
|
|
4944
4951
|
set session(t) {
|
|
4945
|
-
this.$$set({ session: t }),
|
|
4952
|
+
this.$$set({ session: t }), C();
|
|
4946
4953
|
}
|
|
4947
4954
|
get endpoint() {
|
|
4948
4955
|
return this.$$.ctx[14];
|
|
4949
4956
|
}
|
|
4950
4957
|
set endpoint(t) {
|
|
4951
|
-
this.$$set({ endpoint: t }),
|
|
4958
|
+
this.$$set({ endpoint: t }), C();
|
|
4952
4959
|
}
|
|
4953
4960
|
get apiversion() {
|
|
4954
4961
|
return this.$$.ctx[15];
|
|
4955
4962
|
}
|
|
4956
4963
|
set apiversion(t) {
|
|
4957
|
-
this.$$set({ apiversion: t }),
|
|
4964
|
+
this.$$set({ apiversion: t }), C();
|
|
4958
4965
|
}
|
|
4959
4966
|
get numberofentries() {
|
|
4960
4967
|
return this.$$.ctx[1];
|
|
4961
4968
|
}
|
|
4962
4969
|
set numberofentries(t) {
|
|
4963
|
-
this.$$set({ numberofentries: t }),
|
|
4970
|
+
this.$$set({ numberofentries: t }), C();
|
|
4964
4971
|
}
|
|
4965
4972
|
get customcurrencysymbols() {
|
|
4966
4973
|
return this.$$.ctx[16];
|
|
4967
4974
|
}
|
|
4968
4975
|
set customcurrencysymbols(t) {
|
|
4969
|
-
this.$$set({ customcurrencysymbols: t }),
|
|
4976
|
+
this.$$set({ customcurrencysymbols: t }), C();
|
|
4970
4977
|
}
|
|
4971
|
-
get
|
|
4978
|
+
get limitformat() {
|
|
4972
4979
|
return this.$$.ctx[17];
|
|
4973
4980
|
}
|
|
4981
|
+
set limitformat(t) {
|
|
4982
|
+
this.$$set({ limitformat: t }), C();
|
|
4983
|
+
}
|
|
4984
|
+
get clientstyling() {
|
|
4985
|
+
return this.$$.ctx[18];
|
|
4986
|
+
}
|
|
4974
4987
|
set clientstyling(t) {
|
|
4975
|
-
this.$$set({ clientstyling: t }),
|
|
4988
|
+
this.$$set({ clientstyling: t }), C();
|
|
4976
4989
|
}
|
|
4977
4990
|
get clientstylingurl() {
|
|
4978
|
-
return this.$$.ctx[
|
|
4991
|
+
return this.$$.ctx[19];
|
|
4979
4992
|
}
|
|
4980
4993
|
set clientstylingurl(t) {
|
|
4981
|
-
this.$$set({ clientstylingurl: t }),
|
|
4994
|
+
this.$$set({ clientstylingurl: t }), C();
|
|
4982
4995
|
}
|
|
4983
4996
|
get translationurl() {
|
|
4984
|
-
return this.$$.ctx[
|
|
4997
|
+
return this.$$.ctx[20];
|
|
4985
4998
|
}
|
|
4986
4999
|
set translationurl(t) {
|
|
4987
|
-
this.$$set({ translationurl: t }),
|
|
5000
|
+
this.$$set({ translationurl: t }), C();
|
|
4988
5001
|
}
|
|
4989
5002
|
}
|
|
4990
|
-
|
|
4991
|
-
const
|
|
5003
|
+
mi(Sr, { lang: {}, userid: {}, session: {}, endpoint: {}, apiversion: {}, numberofentries: {}, customcurrencysymbols: {}, limitformat: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
|
|
5004
|
+
const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4992
5005
|
__proto__: null,
|
|
4993
|
-
default:
|
|
5006
|
+
default: Sr
|
|
4994
5007
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4995
5008
|
export {
|
|
4996
5009
|
ne as $,
|
|
4997
5010
|
fe as A,
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5011
|
+
Ze as B,
|
|
5012
|
+
Mo as C,
|
|
5013
|
+
bo as D,
|
|
5014
|
+
Me as E,
|
|
5015
|
+
Ro as F,
|
|
5003
5016
|
me as G,
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5017
|
+
$o as H,
|
|
5018
|
+
ri as I,
|
|
5019
|
+
Oo as J,
|
|
5020
|
+
Uo as P,
|
|
5021
|
+
pi as S,
|
|
5022
|
+
Er as a,
|
|
5023
|
+
Zr as b,
|
|
5024
|
+
mi as c,
|
|
5025
|
+
Xe as d,
|
|
5026
|
+
P as e,
|
|
5027
|
+
C as f,
|
|
5015
5028
|
x as g,
|
|
5016
|
-
|
|
5017
|
-
|
|
5029
|
+
L as h,
|
|
5030
|
+
fi as i,
|
|
5018
5031
|
X as j,
|
|
5019
|
-
k,
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5032
|
+
V as k,
|
|
5033
|
+
zr as l,
|
|
5034
|
+
vo as m,
|
|
5035
|
+
O as n,
|
|
5036
|
+
Io as o,
|
|
5037
|
+
Do as p,
|
|
5038
|
+
Le as q,
|
|
5026
5039
|
M as r,
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5040
|
+
Wt as s,
|
|
5041
|
+
Co as t,
|
|
5042
|
+
Bo as u,
|
|
5043
|
+
qr as v,
|
|
5044
|
+
k as w,
|
|
5045
|
+
Et as x,
|
|
5046
|
+
No as y,
|
|
5047
|
+
Jr as z
|
|
5035
5048
|
};
|