@everymatrix/general-logout 1.76.0 → 1.76.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{GeneralLogout-BuKJGZNi.js → GeneralLogout-B08moOmV.js} +818 -853
- package/components/{GeneralLogout-CDz_Rii6.js → GeneralLogout-CjYbEKzP.js} +802 -837
- package/components/GeneralLogout-DpcP5J7P.cjs +18 -0
- package/es2015/general-logout.cjs +1 -1
- package/es2015/general-logout.js +1 -1
- package/esnext/general-logout.js +1 -1
- package/package.json +1 -1
- package/components/GeneralLogout-BhXy_vyo.cjs +0 -18
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var lr = Object.defineProperty, fr = Object.defineProperties;
|
|
2
|
+
var cr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var qe = Object.getOwnPropertySymbols;
|
|
4
|
+
var dr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Te = (e, t, r) => t in e ? lr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
7
|
+
dr.call(t, r) && Te(e, r, t[r]);
|
|
8
|
+
if (qe)
|
|
9
|
+
for (var r of qe(t))
|
|
10
|
+
pr.call(t, r) && Te(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var T = (e, t, r) => (
|
|
14
|
-
var
|
|
12
|
+
}, et = (e, t) => fr(e, cr(t));
|
|
13
|
+
var T = (e, t, r) => (Te(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
|
+
var tt = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (h) => {
|
|
16
16
|
try {
|
|
17
17
|
a(r.next(h));
|
|
@@ -29,25 +29,25 @@ var ot = (e, t, r) => new Promise((n, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
function w() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function wt(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function rt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
39
|
-
e.forEach(
|
|
38
|
+
function oe(e) {
|
|
39
|
+
e.forEach(wt);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Ze(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function At(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function mr(e) {
|
|
48
48
|
return Object.keys(e).length === 0;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Pt(e, ...t) {
|
|
51
51
|
if (e == null) {
|
|
52
52
|
for (const n of t)
|
|
53
53
|
n(void 0);
|
|
@@ -56,20 +56,20 @@ function Nt(e, ...t) {
|
|
|
56
56
|
const r = e.subscribe(...t);
|
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
60
|
-
e.$$.on_destroy.push(
|
|
59
|
+
function br(e, t, r) {
|
|
60
|
+
e.$$.on_destroy.push(Pt(t, r));
|
|
61
61
|
}
|
|
62
62
|
function S(e, t) {
|
|
63
63
|
e.appendChild(t);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const n =
|
|
65
|
+
function gr(e, t, r) {
|
|
66
|
+
const n = yr(e);
|
|
67
67
|
if (!n.getElementById(t)) {
|
|
68
|
-
const i =
|
|
69
|
-
i.id = t, i.textContent = r,
|
|
68
|
+
const i = O("style");
|
|
69
|
+
i.id = t, i.textContent = r, vr(n, i);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function yr(e) {
|
|
73
73
|
if (!e)
|
|
74
74
|
return document;
|
|
75
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -79,48 +79,48 @@ function xr(e) {
|
|
|
79
79
|
t
|
|
80
80
|
) : e.ownerDocument;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function vr(e, t) {
|
|
83
83
|
return S(
|
|
84
84
|
/** @type {Document} */
|
|
85
85
|
e.head || e,
|
|
86
86
|
t
|
|
87
87
|
), t.sheet;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function se(e, t, r) {
|
|
90
90
|
e.insertBefore(t, r || null);
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function Q(e) {
|
|
93
93
|
e.parentNode && e.parentNode.removeChild(e);
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function O(e) {
|
|
96
96
|
return document.createElement(e);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function K(e) {
|
|
99
99
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function ge(e) {
|
|
102
102
|
return document.createTextNode(e);
|
|
103
103
|
}
|
|
104
|
-
function
|
|
105
|
-
return
|
|
104
|
+
function xr() {
|
|
105
|
+
return ge(" ");
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function Ot(e, t, r, n) {
|
|
108
108
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
109
109
|
}
|
|
110
110
|
function H(e, t, r) {
|
|
111
111
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function _r(e) {
|
|
114
114
|
return Array.from(e.childNodes);
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function It(e, t) {
|
|
117
117
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
118
118
|
t);
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function Er(e, t, r, n) {
|
|
121
121
|
r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function Sr(e) {
|
|
124
124
|
const t = {};
|
|
125
125
|
return e.childNodes.forEach(
|
|
126
126
|
/** @param {Element} node */
|
|
@@ -129,87 +129,87 @@ function wr(e) {
|
|
|
129
129
|
}
|
|
130
130
|
), t;
|
|
131
131
|
}
|
|
132
|
-
let
|
|
133
|
-
function
|
|
134
|
-
|
|
132
|
+
let re;
|
|
133
|
+
function te(e) {
|
|
134
|
+
re = e;
|
|
135
135
|
}
|
|
136
|
-
function
|
|
137
|
-
if (!
|
|
136
|
+
function Tr() {
|
|
137
|
+
if (!re)
|
|
138
138
|
throw new Error("Function called outside component initialization");
|
|
139
|
-
return
|
|
139
|
+
return re;
|
|
140
140
|
}
|
|
141
|
-
function
|
|
142
|
-
|
|
141
|
+
function Hr(e) {
|
|
142
|
+
Tr().$$.on_mount.push(e);
|
|
143
143
|
}
|
|
144
|
-
const j = [],
|
|
144
|
+
const j = [], Le = [];
|
|
145
145
|
let k = [];
|
|
146
|
-
const
|
|
147
|
-
let
|
|
148
|
-
function
|
|
149
|
-
|
|
146
|
+
const nt = [], Br = /* @__PURE__ */ Promise.resolve();
|
|
147
|
+
let Ne = !1;
|
|
148
|
+
function wr() {
|
|
149
|
+
Ne || (Ne = !0, Br.then(A));
|
|
150
150
|
}
|
|
151
|
-
function
|
|
151
|
+
function Me(e) {
|
|
152
152
|
k.push(e);
|
|
153
153
|
}
|
|
154
|
-
const
|
|
155
|
-
let
|
|
154
|
+
const He = /* @__PURE__ */ new Set();
|
|
155
|
+
let G = 0;
|
|
156
156
|
function A() {
|
|
157
|
-
if (
|
|
157
|
+
if (G !== 0)
|
|
158
158
|
return;
|
|
159
|
-
const e =
|
|
159
|
+
const e = re;
|
|
160
160
|
do {
|
|
161
161
|
try {
|
|
162
|
-
for (;
|
|
163
|
-
const t = j[
|
|
164
|
-
|
|
162
|
+
for (; G < j.length; ) {
|
|
163
|
+
const t = j[G];
|
|
164
|
+
G++, te(t), Ar(t.$$);
|
|
165
165
|
}
|
|
166
166
|
} catch (t) {
|
|
167
|
-
throw j.length = 0,
|
|
167
|
+
throw j.length = 0, G = 0, t;
|
|
168
168
|
}
|
|
169
|
-
for (
|
|
170
|
-
|
|
169
|
+
for (te(null), j.length = 0, G = 0; Le.length; )
|
|
170
|
+
Le.pop()();
|
|
171
171
|
for (let t = 0; t < k.length; t += 1) {
|
|
172
172
|
const r = k[t];
|
|
173
|
-
|
|
173
|
+
He.has(r) || (He.add(r), r());
|
|
174
174
|
}
|
|
175
175
|
k.length = 0;
|
|
176
176
|
} while (j.length);
|
|
177
|
-
for (;
|
|
178
|
-
|
|
179
|
-
|
|
177
|
+
for (; nt.length; )
|
|
178
|
+
nt.pop()();
|
|
179
|
+
Ne = !1, He.clear(), te(e);
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Ar(e) {
|
|
182
182
|
if (e.fragment !== null) {
|
|
183
|
-
e.update(),
|
|
183
|
+
e.update(), oe(e.before_update);
|
|
184
184
|
const t = e.dirty;
|
|
185
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
185
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Me);
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function Pr(e) {
|
|
189
189
|
const t = [], r = [];
|
|
190
190
|
k.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), k = t;
|
|
191
191
|
}
|
|
192
|
-
const
|
|
193
|
-
function
|
|
194
|
-
e && e.i && (
|
|
192
|
+
const Or = /* @__PURE__ */ new Set();
|
|
193
|
+
function Ir(e, t) {
|
|
194
|
+
e && e.i && (Or.delete(e), e.i(t));
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function Lr(e, t, r) {
|
|
197
197
|
const { fragment: n, after_update: i } = e.$$;
|
|
198
|
-
n && n.m(t, r),
|
|
199
|
-
const o = e.$$.on_mount.map(
|
|
200
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...o) :
|
|
201
|
-
}), i.forEach(
|
|
198
|
+
n && n.m(t, r), Me(() => {
|
|
199
|
+
const o = e.$$.on_mount.map(wt).filter(Ze);
|
|
200
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : oe(o), e.$$.on_mount = [];
|
|
201
|
+
}), i.forEach(Me);
|
|
202
202
|
}
|
|
203
|
-
function
|
|
203
|
+
function Nr(e, t) {
|
|
204
204
|
const r = e.$$;
|
|
205
|
-
r.fragment !== null && (
|
|
205
|
+
r.fragment !== null && (Pr(r.after_update), oe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
206
206
|
}
|
|
207
|
-
function
|
|
208
|
-
e.$$.dirty[0] === -1 && (j.push(e),
|
|
207
|
+
function Mr(e, t) {
|
|
208
|
+
e.$$.dirty[0] === -1 && (j.push(e), wr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
211
|
-
const h =
|
|
212
|
-
|
|
210
|
+
function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
211
|
+
const h = re;
|
|
212
|
+
te(e);
|
|
213
213
|
const u = e.$$ = {
|
|
214
214
|
fragment: null,
|
|
215
215
|
ctx: [],
|
|
@@ -217,7 +217,7 @@ function Gr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
217
217
|
props: o,
|
|
218
218
|
update: w,
|
|
219
219
|
not_equal: i,
|
|
220
|
-
bound:
|
|
220
|
+
bound: rt(),
|
|
221
221
|
// lifecycle
|
|
222
222
|
on_mount: [],
|
|
223
223
|
on_destroy: [],
|
|
@@ -226,28 +226,28 @@ function Gr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
226
226
|
after_update: [],
|
|
227
227
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
|
228
228
|
// everything else
|
|
229
|
-
callbacks:
|
|
229
|
+
callbacks: rt(),
|
|
230
230
|
dirty: a,
|
|
231
231
|
skip_bound: !1,
|
|
232
232
|
root: t.target || h.$$.root
|
|
233
233
|
};
|
|
234
234
|
s && s(u.root);
|
|
235
235
|
let l = !1;
|
|
236
|
-
if (u.ctx = r
|
|
237
|
-
const
|
|
238
|
-
return u.ctx && i(u.ctx[
|
|
239
|
-
})
|
|
236
|
+
if (u.ctx = r(e, t.props || {}, (c, f, ...d) => {
|
|
237
|
+
const p = d.length ? d[0] : f;
|
|
238
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = p) && (!u.skip_bound && u.bound[c] && u.bound[c](p), l && Mr(e, c)), f;
|
|
239
|
+
}), u.update(), l = !0, oe(u.before_update), u.fragment = n(u.ctx), t.target) {
|
|
240
240
|
if (t.hydrate) {
|
|
241
|
-
const
|
|
242
|
-
u.fragment && u.fragment.l(
|
|
241
|
+
const c = _r(t.target);
|
|
242
|
+
u.fragment && u.fragment.l(c), c.forEach(Q);
|
|
243
243
|
} else
|
|
244
244
|
u.fragment && u.fragment.c();
|
|
245
|
-
t.intro &&
|
|
245
|
+
t.intro && Ir(e.$$.fragment), Lr(e, t.target, t.anchor), A();
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
te(h);
|
|
248
248
|
}
|
|
249
|
-
let
|
|
250
|
-
typeof HTMLElement == "function" && (
|
|
249
|
+
let Lt;
|
|
250
|
+
typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
251
251
|
constructor(t, r, n) {
|
|
252
252
|
super();
|
|
253
253
|
/** The Svelte component constructor */
|
|
@@ -284,42 +284,42 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
connectedCallback() {
|
|
287
|
-
return
|
|
287
|
+
return tt(this, null, function* () {
|
|
288
288
|
if (this.$$cn = !0, !this.$$c) {
|
|
289
289
|
let t = function(o) {
|
|
290
290
|
return () => {
|
|
291
291
|
let s;
|
|
292
292
|
return {
|
|
293
293
|
c: function() {
|
|
294
|
-
s =
|
|
294
|
+
s = O("slot"), o !== "default" && H(s, "name", o);
|
|
295
295
|
},
|
|
296
296
|
/**
|
|
297
297
|
* @param {HTMLElement} target
|
|
298
298
|
* @param {HTMLElement} [anchor]
|
|
299
299
|
*/
|
|
300
300
|
m: function(u, l) {
|
|
301
|
-
|
|
301
|
+
se(u, s, l);
|
|
302
302
|
},
|
|
303
303
|
d: function(u) {
|
|
304
|
-
u &&
|
|
304
|
+
u && Q(s);
|
|
305
305
|
}
|
|
306
306
|
};
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
309
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
310
310
|
return;
|
|
311
|
-
const r = {}, n =
|
|
311
|
+
const r = {}, n = Sr(this);
|
|
312
312
|
for (const o of this.$$s)
|
|
313
313
|
o in n && (r[o] = [t(o)]);
|
|
314
314
|
for (const o of this.attributes) {
|
|
315
315
|
const s = this.$$g_p(o.name);
|
|
316
|
-
s in this.$$d || (this.$$d[s] =
|
|
316
|
+
s in this.$$d || (this.$$d[s] = fe(s, o.value, this.$$p_d, "toProp"));
|
|
317
317
|
}
|
|
318
318
|
for (const o in this.$$p_d)
|
|
319
319
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
320
320
|
this.$$c = new this.$$ctor({
|
|
321
321
|
target: this.shadowRoot || this,
|
|
322
|
-
props:
|
|
322
|
+
props: et(Ke({}, this.$$d), {
|
|
323
323
|
$$slots: r,
|
|
324
324
|
$$scope: {
|
|
325
325
|
ctx: []
|
|
@@ -330,7 +330,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
|
|
|
330
330
|
this.$$r = !0;
|
|
331
331
|
for (const o in this.$$p_d)
|
|
332
332
|
if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
|
|
333
|
-
const s =
|
|
333
|
+
const s = fe(
|
|
334
334
|
o,
|
|
335
335
|
this.$$d[o],
|
|
336
336
|
this.$$p_d,
|
|
@@ -354,7 +354,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
|
|
|
354
354
|
// and setting attributes through setAttribute etc, this is helpful
|
|
355
355
|
attributeChangedCallback(t, r, n) {
|
|
356
356
|
var i;
|
|
357
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
|
357
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = fe(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
|
358
358
|
}
|
|
359
359
|
disconnectedCallback() {
|
|
360
360
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -367,7 +367,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
|
|
|
367
367
|
) || t;
|
|
368
368
|
}
|
|
369
369
|
});
|
|
370
|
-
function
|
|
370
|
+
function fe(e, t, r, n) {
|
|
371
371
|
var o;
|
|
372
372
|
const i = (o = r[e]) == null ? void 0 : o.type;
|
|
373
373
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
@@ -397,8 +397,8 @@ function ce(e, t, r, n) {
|
|
|
397
397
|
return t;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
function
|
|
401
|
-
let s = class extends
|
|
400
|
+
function $r(e, t, r, n, i, o) {
|
|
401
|
+
let s = class extends Lt {
|
|
402
402
|
constructor() {
|
|
403
403
|
super(e, r, i), this.$$p_d = t;
|
|
404
404
|
}
|
|
@@ -415,7 +415,7 @@ function Dr(e, t, r, n, i, o) {
|
|
|
415
415
|
},
|
|
416
416
|
set(h) {
|
|
417
417
|
var u;
|
|
418
|
-
h =
|
|
418
|
+
h = fe(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
|
|
419
419
|
}
|
|
420
420
|
});
|
|
421
421
|
}), n.forEach((a) => {
|
|
@@ -428,7 +428,7 @@ function Dr(e, t, r, n, i, o) {
|
|
|
428
428
|
}), e.element = /** @type {any} */
|
|
429
429
|
s, s;
|
|
430
430
|
}
|
|
431
|
-
class
|
|
431
|
+
class Rr {
|
|
432
432
|
constructor() {
|
|
433
433
|
/**
|
|
434
434
|
* ### PRIVATE API
|
|
@@ -449,7 +449,7 @@ class Fr {
|
|
|
449
449
|
}
|
|
450
450
|
/** @returns {void} */
|
|
451
451
|
$destroy() {
|
|
452
|
-
|
|
452
|
+
Nr(this, 1), this.$destroy = w;
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -458,7 +458,7 @@ class Fr {
|
|
|
458
458
|
* @returns {() => void}
|
|
459
459
|
*/
|
|
460
460
|
$on(t, r) {
|
|
461
|
-
if (!
|
|
461
|
+
if (!Ze(r))
|
|
462
462
|
return w;
|
|
463
463
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
464
464
|
return n.push(r), () => {
|
|
@@ -471,11 +471,11 @@ class Fr {
|
|
|
471
471
|
* @returns {void}
|
|
472
472
|
*/
|
|
473
473
|
$set(t) {
|
|
474
|
-
this.$$set && !
|
|
474
|
+
this.$$set && !mr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
const
|
|
478
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
477
|
+
const Ur = "4";
|
|
478
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ur);
|
|
479
479
|
/*! *****************************************************************************
|
|
480
480
|
Copyright (c) Microsoft Corporation.
|
|
481
481
|
|
|
@@ -490,24 +490,43 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
490
490
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
491
491
|
PERFORMANCE OF THIS SOFTWARE.
|
|
492
492
|
***************************************************************************** */
|
|
493
|
-
var
|
|
494
|
-
return
|
|
493
|
+
var Ce = function(e, t) {
|
|
494
|
+
return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
495
495
|
r.__proto__ = n;
|
|
496
496
|
} || function(r, n) {
|
|
497
497
|
for (var i in n)
|
|
498
498
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
499
|
-
},
|
|
499
|
+
}, Ce(e, t);
|
|
500
500
|
};
|
|
501
|
-
function
|
|
501
|
+
function L(e, t) {
|
|
502
502
|
if (typeof t != "function" && t !== null)
|
|
503
503
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
504
|
-
|
|
504
|
+
Ce(e, t);
|
|
505
505
|
function r() {
|
|
506
506
|
this.constructor = e;
|
|
507
507
|
}
|
|
508
508
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
509
509
|
}
|
|
510
|
-
function
|
|
510
|
+
var g = function() {
|
|
511
|
+
return g = Object.assign || function(t) {
|
|
512
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
513
|
+
r = arguments[n];
|
|
514
|
+
for (var o in r)
|
|
515
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
516
|
+
}
|
|
517
|
+
return t;
|
|
518
|
+
}, g.apply(this, arguments);
|
|
519
|
+
};
|
|
520
|
+
function Dr(e, t) {
|
|
521
|
+
var r = {};
|
|
522
|
+
for (var n in e)
|
|
523
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
524
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
525
|
+
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
526
|
+
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
527
|
+
return r;
|
|
528
|
+
}
|
|
529
|
+
function $e(e) {
|
|
511
530
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
512
531
|
if (r)
|
|
513
532
|
return r.call(e);
|
|
@@ -519,7 +538,7 @@ function Ge(e) {
|
|
|
519
538
|
};
|
|
520
539
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
521
540
|
}
|
|
522
|
-
function
|
|
541
|
+
function Re(e, t) {
|
|
523
542
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
524
543
|
if (!r)
|
|
525
544
|
return e;
|
|
@@ -539,22 +558,22 @@ function De(e, t) {
|
|
|
539
558
|
}
|
|
540
559
|
return o;
|
|
541
560
|
}
|
|
542
|
-
function
|
|
543
|
-
if (arguments.length === 2)
|
|
561
|
+
function V(e, t, r) {
|
|
562
|
+
if (r || arguments.length === 2)
|
|
544
563
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
545
564
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
546
565
|
return e.concat(o || t);
|
|
547
566
|
}
|
|
548
|
-
function
|
|
567
|
+
function I(e) {
|
|
549
568
|
return typeof e == "function";
|
|
550
569
|
}
|
|
551
|
-
function
|
|
570
|
+
function Nt(e) {
|
|
552
571
|
var t = function(n) {
|
|
553
572
|
Error.call(n), n.stack = new Error().stack;
|
|
554
573
|
}, r = e(t);
|
|
555
574
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
556
575
|
}
|
|
557
|
-
var
|
|
576
|
+
var Be = Nt(function(e) {
|
|
558
577
|
return function(r) {
|
|
559
578
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
560
579
|
` + r.map(function(n, i) {
|
|
@@ -563,13 +582,13 @@ var Ae = Rt(function(e) {
|
|
|
563
582
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
564
583
|
};
|
|
565
584
|
});
|
|
566
|
-
function
|
|
585
|
+
function Ue(e, t) {
|
|
567
586
|
if (e) {
|
|
568
587
|
var r = e.indexOf(t);
|
|
569
588
|
0 <= r && e.splice(r, 1);
|
|
570
589
|
}
|
|
571
590
|
}
|
|
572
|
-
var
|
|
591
|
+
var ye = function() {
|
|
573
592
|
function e(t) {
|
|
574
593
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
575
594
|
}
|
|
@@ -581,12 +600,12 @@ var ve = function() {
|
|
|
581
600
|
if (s)
|
|
582
601
|
if (this._parentage = null, Array.isArray(s))
|
|
583
602
|
try {
|
|
584
|
-
for (var a =
|
|
603
|
+
for (var a = $e(s), h = a.next(); !h.done; h = a.next()) {
|
|
585
604
|
var u = h.value;
|
|
586
605
|
u.remove(this);
|
|
587
606
|
}
|
|
588
|
-
} catch (
|
|
589
|
-
t = { error:
|
|
607
|
+
} catch (v) {
|
|
608
|
+
t = { error: v };
|
|
590
609
|
} finally {
|
|
591
610
|
try {
|
|
592
611
|
h && !h.done && (r = a.return) && r.call(a);
|
|
@@ -598,29 +617,29 @@ var ve = function() {
|
|
|
598
617
|
else
|
|
599
618
|
s.remove(this);
|
|
600
619
|
var l = this.initialTeardown;
|
|
601
|
-
if (
|
|
620
|
+
if (I(l))
|
|
602
621
|
try {
|
|
603
622
|
l();
|
|
604
|
-
} catch (
|
|
605
|
-
o =
|
|
623
|
+
} catch (v) {
|
|
624
|
+
o = v instanceof Be ? v.errors : [v];
|
|
606
625
|
}
|
|
607
|
-
var
|
|
608
|
-
if (
|
|
626
|
+
var c = this._finalizers;
|
|
627
|
+
if (c) {
|
|
609
628
|
this._finalizers = null;
|
|
610
629
|
try {
|
|
611
|
-
for (var
|
|
612
|
-
var
|
|
630
|
+
for (var f = $e(c), d = f.next(); !d.done; d = f.next()) {
|
|
631
|
+
var p = d.value;
|
|
613
632
|
try {
|
|
614
|
-
|
|
615
|
-
} catch (
|
|
616
|
-
o = o != null ? o : [],
|
|
633
|
+
it(p);
|
|
634
|
+
} catch (v) {
|
|
635
|
+
o = o != null ? o : [], v instanceof Be ? o = V(V([], Re(o)), Re(v.errors)) : o.push(v);
|
|
617
636
|
}
|
|
618
637
|
}
|
|
619
|
-
} catch (
|
|
620
|
-
n = { error:
|
|
638
|
+
} catch (v) {
|
|
639
|
+
n = { error: v };
|
|
621
640
|
} finally {
|
|
622
641
|
try {
|
|
623
|
-
|
|
642
|
+
d && !d.done && (i = f.return) && i.call(f);
|
|
624
643
|
} finally {
|
|
625
644
|
if (n)
|
|
626
645
|
throw n.error;
|
|
@@ -628,13 +647,13 @@ var ve = function() {
|
|
|
628
647
|
}
|
|
629
648
|
}
|
|
630
649
|
if (o)
|
|
631
|
-
throw new
|
|
650
|
+
throw new Be(o);
|
|
632
651
|
}
|
|
633
652
|
}, e.prototype.add = function(t) {
|
|
634
653
|
var r;
|
|
635
654
|
if (t && t !== this)
|
|
636
655
|
if (this.closed)
|
|
637
|
-
|
|
656
|
+
it(t);
|
|
638
657
|
else {
|
|
639
658
|
if (t instanceof e) {
|
|
640
659
|
if (t.closed || t._hasParent(this))
|
|
@@ -651,52 +670,56 @@ var ve = function() {
|
|
|
651
670
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
652
671
|
}, e.prototype._removeParent = function(t) {
|
|
653
672
|
var r = this._parentage;
|
|
654
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
673
|
+
r === t ? this._parentage = null : Array.isArray(r) && Ue(r, t);
|
|
655
674
|
}, e.prototype.remove = function(t) {
|
|
656
675
|
var r = this._finalizers;
|
|
657
|
-
r &&
|
|
676
|
+
r && Ue(r, t), t instanceof e && t._removeParent(this);
|
|
658
677
|
}, e.EMPTY = function() {
|
|
659
678
|
var t = new e();
|
|
660
679
|
return t.closed = !0, t;
|
|
661
680
|
}(), e;
|
|
662
|
-
}(),
|
|
663
|
-
function
|
|
664
|
-
return e instanceof
|
|
665
|
-
}
|
|
666
|
-
function
|
|
667
|
-
|
|
668
|
-
}
|
|
669
|
-
var
|
|
670
|
-
|
|
671
|
-
|
|
681
|
+
}(), Mt = ye.EMPTY;
|
|
682
|
+
function Ct(e) {
|
|
683
|
+
return e instanceof ye || e && "closed" in e && I(e.remove) && I(e.add) && I(e.unsubscribe);
|
|
684
|
+
}
|
|
685
|
+
function it(e) {
|
|
686
|
+
I(e) ? e() : e.unsubscribe();
|
|
687
|
+
}
|
|
688
|
+
var Gr = {
|
|
689
|
+
onUnhandledError: null,
|
|
690
|
+
onStoppedNotification: null,
|
|
691
|
+
Promise: void 0,
|
|
692
|
+
useDeprecatedSynchronousErrorHandling: !1,
|
|
693
|
+
useDeprecatedNextContext: !1
|
|
694
|
+
}, Fr = {
|
|
672
695
|
setTimeout: function(e, t) {
|
|
673
696
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
674
697
|
r[n - 2] = arguments[n];
|
|
675
|
-
return setTimeout.apply(void 0,
|
|
698
|
+
return setTimeout.apply(void 0, V([e, t], Re(r)));
|
|
676
699
|
},
|
|
677
700
|
clearTimeout: function(e) {
|
|
678
701
|
return clearTimeout(e);
|
|
679
702
|
},
|
|
680
703
|
delegate: void 0
|
|
681
704
|
};
|
|
682
|
-
function
|
|
683
|
-
|
|
705
|
+
function jr(e) {
|
|
706
|
+
Fr.setTimeout(function() {
|
|
684
707
|
throw e;
|
|
685
708
|
});
|
|
686
709
|
}
|
|
687
|
-
function
|
|
710
|
+
function ot() {
|
|
688
711
|
}
|
|
689
|
-
function
|
|
712
|
+
function ce(e) {
|
|
690
713
|
e();
|
|
691
714
|
}
|
|
692
|
-
var
|
|
693
|
-
|
|
715
|
+
var $t = function(e) {
|
|
716
|
+
L(t, e);
|
|
694
717
|
function t(r) {
|
|
695
718
|
var n = e.call(this) || this;
|
|
696
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
719
|
+
return n.isStopped = !1, r ? (n.destination = r, Ct(r) && r.add(n)) : n.destination = Xr, n;
|
|
697
720
|
}
|
|
698
721
|
return t.create = function(r, n, i) {
|
|
699
|
-
return new
|
|
722
|
+
return new De(r, n, i);
|
|
700
723
|
}, t.prototype.next = function(r) {
|
|
701
724
|
this.isStopped || this._next(r);
|
|
702
725
|
}, t.prototype.error = function(r) {
|
|
@@ -720,7 +743,7 @@ var Dt = function(e) {
|
|
|
720
743
|
this.unsubscribe();
|
|
721
744
|
}
|
|
722
745
|
}, t;
|
|
723
|
-
}(
|
|
746
|
+
}(ye), kr = function() {
|
|
724
747
|
function e(t) {
|
|
725
748
|
this.partialObserver = t;
|
|
726
749
|
}
|
|
@@ -751,43 +774,43 @@ var Dt = function(e) {
|
|
|
751
774
|
he(r);
|
|
752
775
|
}
|
|
753
776
|
}, e;
|
|
754
|
-
}(),
|
|
755
|
-
|
|
777
|
+
}(), De = function(e) {
|
|
778
|
+
L(t, e);
|
|
756
779
|
function t(r, n, i) {
|
|
757
780
|
var o = e.call(this) || this, s;
|
|
758
|
-
return
|
|
781
|
+
return I(r) || !r ? s = {
|
|
759
782
|
next: r != null ? r : void 0,
|
|
760
783
|
error: n != null ? n : void 0,
|
|
761
784
|
complete: i != null ? i : void 0
|
|
762
|
-
} : s = r, o.destination = new
|
|
785
|
+
} : s = r, o.destination = new kr(s), o;
|
|
763
786
|
}
|
|
764
787
|
return t;
|
|
765
|
-
}(
|
|
788
|
+
}($t);
|
|
766
789
|
function he(e) {
|
|
767
|
-
|
|
790
|
+
jr(e);
|
|
768
791
|
}
|
|
769
|
-
function
|
|
792
|
+
function Vr(e) {
|
|
770
793
|
throw e;
|
|
771
794
|
}
|
|
772
|
-
var
|
|
795
|
+
var Xr = {
|
|
773
796
|
closed: !0,
|
|
774
|
-
next:
|
|
775
|
-
error:
|
|
776
|
-
complete:
|
|
777
|
-
},
|
|
797
|
+
next: ot,
|
|
798
|
+
error: Vr,
|
|
799
|
+
complete: ot
|
|
800
|
+
}, Wr = function() {
|
|
778
801
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
779
802
|
}();
|
|
780
|
-
function
|
|
803
|
+
function zr(e) {
|
|
781
804
|
return e;
|
|
782
805
|
}
|
|
783
|
-
function
|
|
784
|
-
return e.length === 0 ?
|
|
806
|
+
function Zr(e) {
|
|
807
|
+
return e.length === 0 ? zr : e.length === 1 ? e[0] : function(r) {
|
|
785
808
|
return e.reduce(function(n, i) {
|
|
786
809
|
return i(n);
|
|
787
810
|
}, r);
|
|
788
811
|
};
|
|
789
812
|
}
|
|
790
|
-
var
|
|
813
|
+
var st = function() {
|
|
791
814
|
function e(t) {
|
|
792
815
|
t && (this._subscribe = t);
|
|
793
816
|
}
|
|
@@ -795,8 +818,8 @@ var lt = function() {
|
|
|
795
818
|
var r = new e();
|
|
796
819
|
return r.source = this, r.operator = t, r;
|
|
797
820
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
798
|
-
var i = this, o =
|
|
799
|
-
return
|
|
821
|
+
var i = this, o = Jr(t) ? t : new De(t, r, n);
|
|
822
|
+
return ce(function() {
|
|
800
823
|
var s = i, a = s.operator, h = s.source;
|
|
801
824
|
o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
|
|
802
825
|
}), o;
|
|
@@ -808,8 +831,8 @@ var lt = function() {
|
|
|
808
831
|
}
|
|
809
832
|
}, e.prototype.forEach = function(t, r) {
|
|
810
833
|
var n = this;
|
|
811
|
-
return r =
|
|
812
|
-
var s = new
|
|
834
|
+
return r = at(r), new r(function(i, o) {
|
|
835
|
+
var s = new De({
|
|
813
836
|
next: function(a) {
|
|
814
837
|
try {
|
|
815
838
|
t(a);
|
|
@@ -825,15 +848,15 @@ var lt = function() {
|
|
|
825
848
|
}, e.prototype._subscribe = function(t) {
|
|
826
849
|
var r;
|
|
827
850
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
828
|
-
}, e.prototype[
|
|
851
|
+
}, e.prototype[Wr] = function() {
|
|
829
852
|
return this;
|
|
830
853
|
}, e.prototype.pipe = function() {
|
|
831
854
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
832
855
|
t[r] = arguments[r];
|
|
833
|
-
return
|
|
856
|
+
return Zr(t)(this);
|
|
834
857
|
}, e.prototype.toPromise = function(t) {
|
|
835
858
|
var r = this;
|
|
836
|
-
return t =
|
|
859
|
+
return t = at(t), new t(function(n, i) {
|
|
837
860
|
var o;
|
|
838
861
|
r.subscribe(function(s) {
|
|
839
862
|
return o = s;
|
|
@@ -847,40 +870,40 @@ var lt = function() {
|
|
|
847
870
|
return new e(t);
|
|
848
871
|
}, e;
|
|
849
872
|
}();
|
|
850
|
-
function
|
|
873
|
+
function at(e) {
|
|
851
874
|
var t;
|
|
852
|
-
return (t = e != null ? e :
|
|
875
|
+
return (t = e != null ? e : Gr.Promise) !== null && t !== void 0 ? t : Promise;
|
|
853
876
|
}
|
|
854
|
-
function
|
|
855
|
-
return e &&
|
|
877
|
+
function Qr(e) {
|
|
878
|
+
return e && I(e.next) && I(e.error) && I(e.complete);
|
|
856
879
|
}
|
|
857
|
-
function
|
|
858
|
-
return e && e instanceof
|
|
880
|
+
function Jr(e) {
|
|
881
|
+
return e && e instanceof $t || Qr(e) && Ct(e);
|
|
859
882
|
}
|
|
860
|
-
var
|
|
883
|
+
var Yr = Nt(function(e) {
|
|
861
884
|
return function() {
|
|
862
885
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
863
886
|
};
|
|
864
|
-
}),
|
|
865
|
-
|
|
887
|
+
}), Rt = function(e) {
|
|
888
|
+
L(t, e);
|
|
866
889
|
function t() {
|
|
867
890
|
var r = e.call(this) || this;
|
|
868
891
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
869
892
|
}
|
|
870
893
|
return t.prototype.lift = function(r) {
|
|
871
|
-
var n = new
|
|
894
|
+
var n = new ut(this, this);
|
|
872
895
|
return n.operator = r, n;
|
|
873
896
|
}, t.prototype._throwIfClosed = function() {
|
|
874
897
|
if (this.closed)
|
|
875
|
-
throw new
|
|
898
|
+
throw new Yr();
|
|
876
899
|
}, t.prototype.next = function(r) {
|
|
877
900
|
var n = this;
|
|
878
|
-
|
|
901
|
+
ce(function() {
|
|
879
902
|
var i, o;
|
|
880
903
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
881
904
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
882
905
|
try {
|
|
883
|
-
for (var s =
|
|
906
|
+
for (var s = $e(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
884
907
|
var h = a.value;
|
|
885
908
|
h.next(r);
|
|
886
909
|
}
|
|
@@ -898,7 +921,7 @@ var en = Rt(function(e) {
|
|
|
898
921
|
});
|
|
899
922
|
}, t.prototype.error = function(r) {
|
|
900
923
|
var n = this;
|
|
901
|
-
|
|
924
|
+
ce(function() {
|
|
902
925
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
903
926
|
n.hasError = n.isStopped = !0, n.thrownError = r;
|
|
904
927
|
for (var i = n.observers; i.length; )
|
|
@@ -907,7 +930,7 @@ var en = Rt(function(e) {
|
|
|
907
930
|
});
|
|
908
931
|
}, t.prototype.complete = function() {
|
|
909
932
|
var r = this;
|
|
910
|
-
|
|
933
|
+
ce(function() {
|
|
911
934
|
if (r._throwIfClosed(), !r.isStopped) {
|
|
912
935
|
r.isStopped = !0;
|
|
913
936
|
for (var n = r.observers; n.length; )
|
|
@@ -929,20 +952,20 @@ var en = Rt(function(e) {
|
|
|
929
952
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
930
953
|
}, t.prototype._innerSubscribe = function(r) {
|
|
931
954
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
932
|
-
return o || s ?
|
|
933
|
-
n.currentObservers = null,
|
|
955
|
+
return o || s ? Mt : (this.currentObservers = null, a.push(r), new ye(function() {
|
|
956
|
+
n.currentObservers = null, Ue(a, r);
|
|
934
957
|
}));
|
|
935
958
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
936
959
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
937
960
|
i ? r.error(o) : s && r.complete();
|
|
938
961
|
}, t.prototype.asObservable = function() {
|
|
939
|
-
var r = new
|
|
962
|
+
var r = new st();
|
|
940
963
|
return r.source = this, r;
|
|
941
964
|
}, t.create = function(r, n) {
|
|
942
|
-
return new
|
|
965
|
+
return new ut(r, n);
|
|
943
966
|
}, t;
|
|
944
|
-
}(
|
|
945
|
-
|
|
967
|
+
}(st), ut = function(e) {
|
|
968
|
+
L(t, e);
|
|
946
969
|
function t(r, n) {
|
|
947
970
|
var i = e.call(this) || this;
|
|
948
971
|
return i.destination = r, i.source = n, i;
|
|
@@ -958,17 +981,17 @@ var en = Rt(function(e) {
|
|
|
958
981
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
959
982
|
}, t.prototype._subscribe = function(r) {
|
|
960
983
|
var n, i;
|
|
961
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
984
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Mt;
|
|
962
985
|
}, t;
|
|
963
|
-
}(
|
|
986
|
+
}(Rt), Ut = {
|
|
964
987
|
now: function() {
|
|
965
|
-
return (
|
|
988
|
+
return (Ut.delegate || Date).now();
|
|
966
989
|
},
|
|
967
990
|
delegate: void 0
|
|
968
|
-
},
|
|
969
|
-
|
|
991
|
+
}, qr = function(e) {
|
|
992
|
+
L(t, e);
|
|
970
993
|
function t(r, n, i) {
|
|
971
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
994
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ut);
|
|
972
995
|
var o = e.call(this) || this;
|
|
973
996
|
return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
|
|
974
997
|
}
|
|
@@ -988,24 +1011,24 @@ var en = Rt(function(e) {
|
|
|
988
1011
|
u && o.splice(0, u + 1);
|
|
989
1012
|
}
|
|
990
1013
|
}, t;
|
|
991
|
-
}(
|
|
992
|
-
const
|
|
993
|
-
if (
|
|
994
|
-
const r = new
|
|
995
|
-
|
|
1014
|
+
}(Rt);
|
|
1015
|
+
const ht = [], lt = {}, Kr = (e, t = 0) => {
|
|
1016
|
+
if (ht.indexOf(e) == -1) {
|
|
1017
|
+
const r = new qr(t);
|
|
1018
|
+
lt[e] = r, ht.push(e);
|
|
996
1019
|
}
|
|
997
|
-
return
|
|
1020
|
+
return lt[e];
|
|
998
1021
|
}, F = [];
|
|
999
|
-
function
|
|
1022
|
+
function en(e, t) {
|
|
1000
1023
|
return {
|
|
1001
|
-
subscribe:
|
|
1024
|
+
subscribe: ve(e, t).subscribe
|
|
1002
1025
|
};
|
|
1003
1026
|
}
|
|
1004
|
-
function
|
|
1027
|
+
function ve(e, t = w) {
|
|
1005
1028
|
let r;
|
|
1006
1029
|
const n = /* @__PURE__ */ new Set();
|
|
1007
1030
|
function i(a) {
|
|
1008
|
-
if (
|
|
1031
|
+
if (At(e, a) && (e = a, r)) {
|
|
1009
1032
|
const h = !F.length;
|
|
1010
1033
|
for (const u of n)
|
|
1011
1034
|
u[1](), F.push(u, e);
|
|
@@ -1027,184 +1050,145 @@ function _e(e, t = w) {
|
|
|
1027
1050
|
}
|
|
1028
1051
|
return { set: i, update: o, subscribe: s };
|
|
1029
1052
|
}
|
|
1030
|
-
function
|
|
1053
|
+
function J(e, t, r) {
|
|
1031
1054
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
1032
1055
|
if (!i.every(Boolean))
|
|
1033
1056
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1034
1057
|
const o = t.length < 2;
|
|
1035
|
-
return
|
|
1058
|
+
return en(r, (s, a) => {
|
|
1036
1059
|
let h = !1;
|
|
1037
1060
|
const u = [];
|
|
1038
|
-
let l = 0,
|
|
1039
|
-
const
|
|
1061
|
+
let l = 0, c = w;
|
|
1062
|
+
const f = () => {
|
|
1040
1063
|
if (l)
|
|
1041
1064
|
return;
|
|
1042
|
-
|
|
1043
|
-
const
|
|
1044
|
-
o ? s(
|
|
1045
|
-
},
|
|
1046
|
-
(
|
|
1047
|
-
|
|
1065
|
+
c();
|
|
1066
|
+
const p = t(n ? u[0] : u, s, a);
|
|
1067
|
+
o ? s(p) : c = Ze(p) ? p : w;
|
|
1068
|
+
}, d = i.map(
|
|
1069
|
+
(p, v) => Pt(
|
|
1070
|
+
p,
|
|
1048
1071
|
(B) => {
|
|
1049
|
-
u[
|
|
1072
|
+
u[v] = B, l &= ~(1 << v), h && f();
|
|
1050
1073
|
},
|
|
1051
1074
|
() => {
|
|
1052
|
-
l |= 1 <<
|
|
1075
|
+
l |= 1 << v;
|
|
1053
1076
|
}
|
|
1054
1077
|
)
|
|
1055
1078
|
);
|
|
1056
|
-
return h = !0,
|
|
1057
|
-
|
|
1079
|
+
return h = !0, f(), function() {
|
|
1080
|
+
oe(d), c(), h = !1;
|
|
1058
1081
|
};
|
|
1059
1082
|
});
|
|
1060
1083
|
}
|
|
1061
|
-
function
|
|
1062
|
-
return e
|
|
1084
|
+
function tn(e) {
|
|
1085
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1063
1086
|
}
|
|
1064
|
-
var
|
|
1065
|
-
return
|
|
1087
|
+
var rn = function(t) {
|
|
1088
|
+
return nn(t) && !on(t);
|
|
1066
1089
|
};
|
|
1067
|
-
function
|
|
1090
|
+
function nn(e) {
|
|
1068
1091
|
return !!e && typeof e == "object";
|
|
1069
1092
|
}
|
|
1070
|
-
function
|
|
1093
|
+
function on(e) {
|
|
1071
1094
|
var t = Object.prototype.toString.call(e);
|
|
1072
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1095
|
+
return t === "[object RegExp]" || t === "[object Date]" || un(e);
|
|
1073
1096
|
}
|
|
1074
|
-
var
|
|
1075
|
-
function
|
|
1076
|
-
return e.$$typeof ===
|
|
1097
|
+
var sn = typeof Symbol == "function" && Symbol.for, an = sn ? Symbol.for("react.element") : 60103;
|
|
1098
|
+
function un(e) {
|
|
1099
|
+
return e.$$typeof === an;
|
|
1077
1100
|
}
|
|
1078
|
-
function
|
|
1101
|
+
function hn(e) {
|
|
1079
1102
|
return Array.isArray(e) ? [] : {};
|
|
1080
1103
|
}
|
|
1081
|
-
function
|
|
1082
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
1104
|
+
function ne(e, t) {
|
|
1105
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? X(hn(e), e, t) : e;
|
|
1083
1106
|
}
|
|
1084
|
-
function
|
|
1107
|
+
function ln(e, t, r) {
|
|
1085
1108
|
return e.concat(t).map(function(n) {
|
|
1086
|
-
return
|
|
1109
|
+
return ne(n, r);
|
|
1087
1110
|
});
|
|
1088
1111
|
}
|
|
1089
|
-
function
|
|
1112
|
+
function fn(e, t) {
|
|
1090
1113
|
if (!t.customMerge)
|
|
1091
|
-
return
|
|
1114
|
+
return X;
|
|
1092
1115
|
var r = t.customMerge(e);
|
|
1093
|
-
return typeof r == "function" ? r :
|
|
1116
|
+
return typeof r == "function" ? r : X;
|
|
1094
1117
|
}
|
|
1095
|
-
function
|
|
1118
|
+
function cn(e) {
|
|
1096
1119
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1097
1120
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1098
1121
|
}) : [];
|
|
1099
1122
|
}
|
|
1100
|
-
function
|
|
1101
|
-
return Object.keys(e).concat(
|
|
1123
|
+
function ft(e) {
|
|
1124
|
+
return Object.keys(e).concat(cn(e));
|
|
1102
1125
|
}
|
|
1103
|
-
function
|
|
1126
|
+
function Dt(e, t) {
|
|
1104
1127
|
try {
|
|
1105
1128
|
return t in e;
|
|
1106
1129
|
} catch (r) {
|
|
1107
1130
|
return !1;
|
|
1108
1131
|
}
|
|
1109
1132
|
}
|
|
1110
|
-
function
|
|
1111
|
-
return
|
|
1133
|
+
function dn(e, t) {
|
|
1134
|
+
return Dt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1112
1135
|
}
|
|
1113
|
-
function
|
|
1136
|
+
function pn(e, t, r) {
|
|
1114
1137
|
var n = {};
|
|
1115
|
-
return r.isMergeableObject(e) &&
|
|
1116
|
-
n[i] =
|
|
1117
|
-
}),
|
|
1118
|
-
|
|
1138
|
+
return r.isMergeableObject(e) && ft(e).forEach(function(i) {
|
|
1139
|
+
n[i] = ne(e[i], r);
|
|
1140
|
+
}), ft(t).forEach(function(i) {
|
|
1141
|
+
dn(e, i) || (Dt(e, i) && r.isMergeableObject(t[i]) ? n[i] = fn(i, r)(e[i], t[i], r) : n[i] = ne(t[i], r));
|
|
1119
1142
|
}), n;
|
|
1120
1143
|
}
|
|
1121
|
-
function
|
|
1122
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1144
|
+
function X(e, t, r) {
|
|
1145
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || ln, r.isMergeableObject = r.isMergeableObject || rn, r.cloneUnlessOtherwiseSpecified = ne;
|
|
1123
1146
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1124
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1147
|
+
return o ? n ? r.arrayMerge(e, t, r) : pn(e, t, r) : ne(t, r);
|
|
1125
1148
|
}
|
|
1126
|
-
|
|
1149
|
+
X.all = function(t, r) {
|
|
1127
1150
|
if (!Array.isArray(t))
|
|
1128
1151
|
throw new Error("first argument should be an array");
|
|
1129
1152
|
return t.reduce(function(n, i) {
|
|
1130
|
-
return
|
|
1153
|
+
return X(n, i, r);
|
|
1131
1154
|
}, {});
|
|
1132
1155
|
};
|
|
1133
|
-
var
|
|
1134
|
-
const
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
r.__proto__ = n;
|
|
1138
|
-
} || function(r, n) {
|
|
1139
|
-
for (var i in n)
|
|
1140
|
-
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
1141
|
-
}, Ve(e, t);
|
|
1142
|
-
};
|
|
1143
|
-
function Ee(e, t) {
|
|
1144
|
-
if (typeof t != "function" && t !== null)
|
|
1145
|
-
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
1146
|
-
Ve(e, t);
|
|
1147
|
-
function r() {
|
|
1148
|
-
this.constructor = e;
|
|
1149
|
-
}
|
|
1150
|
-
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
1151
|
-
}
|
|
1152
|
-
var P = function() {
|
|
1153
|
-
return P = Object.assign || function(t) {
|
|
1154
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1155
|
-
r = arguments[n];
|
|
1156
|
-
for (var o in r)
|
|
1157
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1158
|
-
}
|
|
1159
|
-
return t;
|
|
1160
|
-
}, P.apply(this, arguments);
|
|
1161
|
-
};
|
|
1162
|
-
function En(e, t) {
|
|
1163
|
-
var r = {};
|
|
1164
|
-
for (var n in e)
|
|
1165
|
-
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
1166
|
-
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
1167
|
-
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
1168
|
-
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
1169
|
-
return r;
|
|
1170
|
-
}
|
|
1171
|
-
function Pe(e, t, r) {
|
|
1172
|
-
if (r || arguments.length === 2)
|
|
1173
|
-
for (var n = 0, i = t.length, o; n < i; n++)
|
|
1174
|
-
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
1175
|
-
return e.concat(o || Array.prototype.slice.call(t));
|
|
1176
|
-
}
|
|
1177
|
-
function Oe(e, t) {
|
|
1178
|
-
var r = t && t.cache ? t.cache : An, n = t && t.serializer ? t.serializer : Bn, i = t && t.strategy ? t.strategy : Tn;
|
|
1156
|
+
var mn = X, bn = mn;
|
|
1157
|
+
const gn = /* @__PURE__ */ tn(bn);
|
|
1158
|
+
function we(e, t) {
|
|
1159
|
+
var r = t && t.cache ? t.cache : Tn, n = t && t.serializer ? t.serializer : En, i = t && t.strategy ? t.strategy : vn;
|
|
1179
1160
|
return i(e, {
|
|
1180
1161
|
cache: r,
|
|
1181
1162
|
serializer: n
|
|
1182
1163
|
});
|
|
1183
1164
|
}
|
|
1184
|
-
function
|
|
1165
|
+
function yn(e) {
|
|
1185
1166
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1186
1167
|
}
|
|
1187
|
-
function
|
|
1188
|
-
var i =
|
|
1168
|
+
function Gt(e, t, r, n) {
|
|
1169
|
+
var i = yn(n) ? n : r(n), o = t.get(i);
|
|
1189
1170
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1190
1171
|
}
|
|
1191
|
-
function
|
|
1172
|
+
function Ft(e, t, r) {
|
|
1192
1173
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1193
1174
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1194
1175
|
}
|
|
1195
|
-
function
|
|
1176
|
+
function Qe(e, t, r, n, i) {
|
|
1196
1177
|
return r.bind(t, e, n, i);
|
|
1197
1178
|
}
|
|
1198
|
-
function
|
|
1199
|
-
var r = e.length === 1 ?
|
|
1200
|
-
return
|
|
1179
|
+
function vn(e, t) {
|
|
1180
|
+
var r = e.length === 1 ? Gt : Ft;
|
|
1181
|
+
return Qe(e, this, r, t.cache.create(), t.serializer);
|
|
1182
|
+
}
|
|
1183
|
+
function xn(e, t) {
|
|
1184
|
+
return Qe(e, this, Ft, t.cache.create(), t.serializer);
|
|
1201
1185
|
}
|
|
1202
|
-
function
|
|
1203
|
-
return
|
|
1186
|
+
function _n(e, t) {
|
|
1187
|
+
return Qe(e, this, Gt, t.cache.create(), t.serializer);
|
|
1204
1188
|
}
|
|
1205
|
-
var
|
|
1189
|
+
var En = function() {
|
|
1206
1190
|
return JSON.stringify(arguments);
|
|
1207
|
-
},
|
|
1191
|
+
}, Sn = (
|
|
1208
1192
|
/** @class */
|
|
1209
1193
|
function() {
|
|
1210
1194
|
function e() {
|
|
@@ -1216,71 +1200,62 @@ var Bn = function() {
|
|
|
1216
1200
|
this.cache[t] = r;
|
|
1217
1201
|
}, e;
|
|
1218
1202
|
}()
|
|
1219
|
-
),
|
|
1203
|
+
), Tn = {
|
|
1220
1204
|
create: function() {
|
|
1221
|
-
return new
|
|
1205
|
+
return new Sn();
|
|
1222
1206
|
}
|
|
1223
|
-
},
|
|
1224
|
-
variadic:
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1228
|
-
r = arguments[n];
|
|
1229
|
-
for (var o in r)
|
|
1230
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1231
|
-
}
|
|
1232
|
-
return t;
|
|
1233
|
-
}, me.apply(this, arguments);
|
|
1234
|
-
};
|
|
1235
|
-
var m;
|
|
1207
|
+
}, Ae = {
|
|
1208
|
+
variadic: xn,
|
|
1209
|
+
monadic: _n
|
|
1210
|
+
}, m;
|
|
1236
1211
|
(function(e) {
|
|
1237
1212
|
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";
|
|
1238
1213
|
})(m || (m = {}));
|
|
1239
|
-
var
|
|
1214
|
+
var x;
|
|
1240
1215
|
(function(e) {
|
|
1241
1216
|
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";
|
|
1242
|
-
})(
|
|
1243
|
-
var
|
|
1217
|
+
})(x || (x = {}));
|
|
1218
|
+
var W;
|
|
1244
1219
|
(function(e) {
|
|
1245
1220
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1246
|
-
})(
|
|
1247
|
-
function
|
|
1248
|
-
return e.type ===
|
|
1221
|
+
})(W || (W = {}));
|
|
1222
|
+
function ct(e) {
|
|
1223
|
+
return e.type === x.literal;
|
|
1249
1224
|
}
|
|
1250
|
-
function
|
|
1251
|
-
return e.type ===
|
|
1225
|
+
function Hn(e) {
|
|
1226
|
+
return e.type === x.argument;
|
|
1252
1227
|
}
|
|
1253
|
-
function
|
|
1254
|
-
return e.type ===
|
|
1228
|
+
function jt(e) {
|
|
1229
|
+
return e.type === x.number;
|
|
1255
1230
|
}
|
|
1256
|
-
function
|
|
1257
|
-
return e.type ===
|
|
1231
|
+
function kt(e) {
|
|
1232
|
+
return e.type === x.date;
|
|
1258
1233
|
}
|
|
1259
|
-
function
|
|
1260
|
-
return e.type ===
|
|
1234
|
+
function Vt(e) {
|
|
1235
|
+
return e.type === x.time;
|
|
1261
1236
|
}
|
|
1262
|
-
function
|
|
1263
|
-
return e.type ===
|
|
1237
|
+
function Xt(e) {
|
|
1238
|
+
return e.type === x.select;
|
|
1264
1239
|
}
|
|
1265
|
-
function
|
|
1266
|
-
return e.type ===
|
|
1240
|
+
function Wt(e) {
|
|
1241
|
+
return e.type === x.plural;
|
|
1267
1242
|
}
|
|
1268
|
-
function
|
|
1269
|
-
return e.type ===
|
|
1243
|
+
function Bn(e) {
|
|
1244
|
+
return e.type === x.pound;
|
|
1270
1245
|
}
|
|
1271
|
-
function
|
|
1272
|
-
return e.type ===
|
|
1246
|
+
function zt(e) {
|
|
1247
|
+
return e.type === x.tag;
|
|
1273
1248
|
}
|
|
1274
|
-
function
|
|
1275
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1249
|
+
function Zt(e) {
|
|
1250
|
+
return !!(e && typeof e == "object" && e.type === W.number);
|
|
1276
1251
|
}
|
|
1277
|
-
function
|
|
1278
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1252
|
+
function Ge(e) {
|
|
1253
|
+
return !!(e && typeof e == "object" && e.type === W.dateTime);
|
|
1279
1254
|
}
|
|
1280
|
-
var
|
|
1281
|
-
function
|
|
1255
|
+
var Qt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, wn = /(?:[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;
|
|
1256
|
+
function An(e) {
|
|
1282
1257
|
var t = {};
|
|
1283
|
-
return e.replace(
|
|
1258
|
+
return e.replace(wn, function(r) {
|
|
1284
1259
|
var n = r.length;
|
|
1285
1260
|
switch (r[0]) {
|
|
1286
1261
|
case "G":
|
|
@@ -1369,46 +1344,36 @@ function Ln(e) {
|
|
|
1369
1344
|
return "";
|
|
1370
1345
|
}), t;
|
|
1371
1346
|
}
|
|
1372
|
-
var
|
|
1373
|
-
|
|
1374
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1375
|
-
r = arguments[n];
|
|
1376
|
-
for (var o in r)
|
|
1377
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1378
|
-
}
|
|
1379
|
-
return t;
|
|
1380
|
-
}, _.apply(this, arguments);
|
|
1381
|
-
};
|
|
1382
|
-
var Nn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1383
|
-
function Mn(e) {
|
|
1347
|
+
var Pn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1348
|
+
function On(e) {
|
|
1384
1349
|
if (e.length === 0)
|
|
1385
1350
|
throw new Error("Number skeleton cannot be empty");
|
|
1386
|
-
for (var t = e.split(
|
|
1387
|
-
return
|
|
1351
|
+
for (var t = e.split(Pn).filter(function(f) {
|
|
1352
|
+
return f.length > 0;
|
|
1388
1353
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1389
1354
|
var o = i[n], s = o.split("/");
|
|
1390
1355
|
if (s.length === 0)
|
|
1391
1356
|
throw new Error("Invalid number skeleton");
|
|
1392
1357
|
for (var a = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
|
|
1393
|
-
var
|
|
1394
|
-
if (
|
|
1358
|
+
var c = l[u];
|
|
1359
|
+
if (c.length === 0)
|
|
1395
1360
|
throw new Error("Invalid number skeleton");
|
|
1396
1361
|
}
|
|
1397
1362
|
r.push({ stem: a, options: h });
|
|
1398
1363
|
}
|
|
1399
1364
|
return r;
|
|
1400
1365
|
}
|
|
1401
|
-
function
|
|
1366
|
+
function In(e) {
|
|
1402
1367
|
return e.replace(/^(.*?)-/, "");
|
|
1403
1368
|
}
|
|
1404
|
-
var
|
|
1405
|
-
function
|
|
1369
|
+
var dt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Jt = /^(@+)?(\+|#+)?[rs]?$/g, Ln = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
|
|
1370
|
+
function pt(e) {
|
|
1406
1371
|
var t = {};
|
|
1407
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1372
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Jt, function(r, n, i) {
|
|
1408
1373
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
1409
1374
|
}), t;
|
|
1410
1375
|
}
|
|
1411
|
-
function
|
|
1376
|
+
function qt(e) {
|
|
1412
1377
|
switch (e) {
|
|
1413
1378
|
case "sign-auto":
|
|
1414
1379
|
return {
|
|
@@ -1448,7 +1413,7 @@ function rr(e) {
|
|
|
1448
1413
|
};
|
|
1449
1414
|
}
|
|
1450
1415
|
}
|
|
1451
|
-
function
|
|
1416
|
+
function Nn(e) {
|
|
1452
1417
|
var t;
|
|
1453
1418
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1454
1419
|
notation: "engineering"
|
|
@@ -1456,17 +1421,17 @@ function Rn(e) {
|
|
|
1456
1421
|
notation: "scientific"
|
|
1457
1422
|
}, e = e.slice(1)), t) {
|
|
1458
1423
|
var r = e.slice(0, 2);
|
|
1459
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1424
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Yt.test(e))
|
|
1460
1425
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1461
1426
|
t.minimumIntegerDigits = e.length;
|
|
1462
1427
|
}
|
|
1463
1428
|
return t;
|
|
1464
1429
|
}
|
|
1465
|
-
function
|
|
1466
|
-
var t = {}, r =
|
|
1430
|
+
function mt(e) {
|
|
1431
|
+
var t = {}, r = qt(e);
|
|
1467
1432
|
return r || t;
|
|
1468
1433
|
}
|
|
1469
|
-
function
|
|
1434
|
+
function Mn(e) {
|
|
1470
1435
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1471
1436
|
var i = n[r];
|
|
1472
1437
|
switch (i.stem) {
|
|
@@ -1490,7 +1455,7 @@ function Un(e) {
|
|
|
1490
1455
|
continue;
|
|
1491
1456
|
case "measure-unit":
|
|
1492
1457
|
case "unit":
|
|
1493
|
-
t.style = "unit", t.unit =
|
|
1458
|
+
t.style = "unit", t.unit = In(i.options[0]);
|
|
1494
1459
|
continue;
|
|
1495
1460
|
case "compact-short":
|
|
1496
1461
|
case "K":
|
|
@@ -1501,13 +1466,13 @@ function Un(e) {
|
|
|
1501
1466
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1502
1467
|
continue;
|
|
1503
1468
|
case "scientific":
|
|
1504
|
-
t =
|
|
1505
|
-
return
|
|
1469
|
+
t = g(g(g({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1470
|
+
return g(g({}, h), mt(u));
|
|
1506
1471
|
}, {}));
|
|
1507
1472
|
continue;
|
|
1508
1473
|
case "engineering":
|
|
1509
|
-
t =
|
|
1510
|
-
return
|
|
1474
|
+
t = g(g(g({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1475
|
+
return g(g({}, h), mt(u));
|
|
1511
1476
|
}, {}));
|
|
1512
1477
|
continue;
|
|
1513
1478
|
case "notation-simple":
|
|
@@ -1552,41 +1517,41 @@ function Un(e) {
|
|
|
1552
1517
|
case "integer-width":
|
|
1553
1518
|
if (i.options.length > 1)
|
|
1554
1519
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1555
|
-
i.options[0].replace(
|
|
1520
|
+
i.options[0].replace(Ln, function(h, u, l, c, f, d) {
|
|
1556
1521
|
if (u)
|
|
1557
1522
|
t.minimumIntegerDigits = l.length;
|
|
1558
1523
|
else {
|
|
1559
|
-
if (
|
|
1524
|
+
if (c && f)
|
|
1560
1525
|
throw new Error("We currently do not support maximum integer digits");
|
|
1561
|
-
if (
|
|
1526
|
+
if (d)
|
|
1562
1527
|
throw new Error("We currently do not support exact integer digits");
|
|
1563
1528
|
}
|
|
1564
1529
|
return "";
|
|
1565
1530
|
});
|
|
1566
1531
|
continue;
|
|
1567
1532
|
}
|
|
1568
|
-
if (
|
|
1533
|
+
if (Yt.test(i.stem)) {
|
|
1569
1534
|
t.minimumIntegerDigits = i.stem.length;
|
|
1570
1535
|
continue;
|
|
1571
1536
|
}
|
|
1572
|
-
if (
|
|
1537
|
+
if (dt.test(i.stem)) {
|
|
1573
1538
|
if (i.options.length > 1)
|
|
1574
1539
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1575
|
-
i.stem.replace(
|
|
1576
|
-
return l === "*" ? t.minimumFractionDigits = u.length :
|
|
1540
|
+
i.stem.replace(dt, function(h, u, l, c, f, d) {
|
|
1541
|
+
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1577
1542
|
});
|
|
1578
1543
|
var o = i.options[0];
|
|
1579
|
-
o === "w" ? t =
|
|
1544
|
+
o === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = g(g({}, t), pt(o)));
|
|
1580
1545
|
continue;
|
|
1581
1546
|
}
|
|
1582
|
-
if (
|
|
1583
|
-
t =
|
|
1547
|
+
if (Jt.test(i.stem)) {
|
|
1548
|
+
t = g(g({}, t), pt(i.stem));
|
|
1584
1549
|
continue;
|
|
1585
1550
|
}
|
|
1586
|
-
var s =
|
|
1587
|
-
s && (t =
|
|
1588
|
-
var a =
|
|
1589
|
-
a && (t =
|
|
1551
|
+
var s = qt(i.stem);
|
|
1552
|
+
s && (t = g(g({}, t), s));
|
|
1553
|
+
var a = Nn(i.stem);
|
|
1554
|
+
a && (t = g(g({}, t), a));
|
|
1590
1555
|
}
|
|
1591
1556
|
return t;
|
|
1592
1557
|
}
|
|
@@ -3005,13 +2970,13 @@ var le = {
|
|
|
3005
2970
|
"h"
|
|
3006
2971
|
]
|
|
3007
2972
|
};
|
|
3008
|
-
function
|
|
2973
|
+
function Cn(e, t) {
|
|
3009
2974
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
3010
2975
|
var i = e.charAt(n);
|
|
3011
2976
|
if (i === "j") {
|
|
3012
2977
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
3013
2978
|
o++, n++;
|
|
3014
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
|
2979
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = $n(t);
|
|
3015
2980
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
3016
2981
|
r += h;
|
|
3017
2982
|
for (; s-- > 0; )
|
|
@@ -3021,7 +2986,7 @@ function Gn(e, t) {
|
|
|
3021
2986
|
}
|
|
3022
2987
|
return r;
|
|
3023
2988
|
}
|
|
3024
|
-
function
|
|
2989
|
+
function $n(e) {
|
|
3025
2990
|
var t = e.hourCycle;
|
|
3026
2991
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3027
2992
|
e.hourCycles && // @ts-ignore
|
|
@@ -3043,20 +3008,20 @@ function Dn(e) {
|
|
|
3043
3008
|
var i = le[n || ""] || le[r || ""] || le["".concat(r, "-001")] || le["001"];
|
|
3044
3009
|
return i[0];
|
|
3045
3010
|
}
|
|
3046
|
-
var
|
|
3011
|
+
var Pe, Rn = new RegExp("^".concat(Qt.source, "*")), Un = new RegExp("".concat(Qt.source, "*$"));
|
|
3047
3012
|
function b(e, t) {
|
|
3048
3013
|
return { start: e, end: t };
|
|
3049
3014
|
}
|
|
3050
|
-
var
|
|
3015
|
+
var Dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gn = !!String.fromCodePoint, Fn = !!Object.fromEntries, jn = !!String.prototype.codePointAt, kn = !!String.prototype.trimStart, Vn = !!String.prototype.trimEnd, Xn = !!Number.isSafeInteger, Wn = Xn ? Number.isSafeInteger : function(e) {
|
|
3051
3016
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3052
|
-
},
|
|
3017
|
+
}, Fe = !0;
|
|
3053
3018
|
try {
|
|
3054
|
-
var
|
|
3055
|
-
|
|
3019
|
+
var zn = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3020
|
+
Fe = ((Pe = zn.exec("a")) === null || Pe === void 0 ? void 0 : Pe[0]) === "a";
|
|
3056
3021
|
} catch (e) {
|
|
3057
|
-
|
|
3022
|
+
Fe = !1;
|
|
3058
3023
|
}
|
|
3059
|
-
var
|
|
3024
|
+
var bt = Dn ? (
|
|
3060
3025
|
// Native
|
|
3061
3026
|
function(t, r, n) {
|
|
3062
3027
|
return t.startsWith(r, n);
|
|
@@ -3066,7 +3031,7 @@ var _t = kn ? (
|
|
|
3066
3031
|
function(t, r, n) {
|
|
3067
3032
|
return t.slice(n, n + r.length) === r;
|
|
3068
3033
|
}
|
|
3069
|
-
),
|
|
3034
|
+
), je = Gn ? String.fromCodePoint : (
|
|
3070
3035
|
// IE11
|
|
3071
3036
|
function() {
|
|
3072
3037
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3078,9 +3043,9 @@ var _t = kn ? (
|
|
|
3078
3043
|
}
|
|
3079
3044
|
return n;
|
|
3080
3045
|
}
|
|
3081
|
-
),
|
|
3046
|
+
), gt = (
|
|
3082
3047
|
// native
|
|
3083
|
-
|
|
3048
|
+
Fn ? Object.fromEntries : (
|
|
3084
3049
|
// Ponyfill
|
|
3085
3050
|
function(t) {
|
|
3086
3051
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3090,7 +3055,7 @@ var _t = kn ? (
|
|
|
3090
3055
|
return r;
|
|
3091
3056
|
}
|
|
3092
3057
|
)
|
|
3093
|
-
),
|
|
3058
|
+
), Kt = jn ? (
|
|
3094
3059
|
// Native
|
|
3095
3060
|
function(t, r) {
|
|
3096
3061
|
return t.codePointAt(r);
|
|
@@ -3104,7 +3069,7 @@ var _t = kn ? (
|
|
|
3104
3069
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3105
3070
|
}
|
|
3106
3071
|
}
|
|
3107
|
-
),
|
|
3072
|
+
), Zn = kn ? (
|
|
3108
3073
|
// Native
|
|
3109
3074
|
function(t) {
|
|
3110
3075
|
return t.trimStart();
|
|
@@ -3112,9 +3077,9 @@ var _t = kn ? (
|
|
|
3112
3077
|
) : (
|
|
3113
3078
|
// Ponyfill
|
|
3114
3079
|
function(t) {
|
|
3115
|
-
return t.replace(
|
|
3080
|
+
return t.replace(Rn, "");
|
|
3116
3081
|
}
|
|
3117
|
-
),
|
|
3082
|
+
), Qn = Vn ? (
|
|
3118
3083
|
// Native
|
|
3119
3084
|
function(t) {
|
|
3120
3085
|
return t.trimEnd();
|
|
@@ -3122,32 +3087,32 @@ var _t = kn ? (
|
|
|
3122
3087
|
) : (
|
|
3123
3088
|
// Ponyfill
|
|
3124
3089
|
function(t) {
|
|
3125
|
-
return t.replace(
|
|
3090
|
+
return t.replace(Un, "");
|
|
3126
3091
|
}
|
|
3127
3092
|
);
|
|
3128
|
-
function
|
|
3093
|
+
function er(e, t) {
|
|
3129
3094
|
return new RegExp(e, t);
|
|
3130
3095
|
}
|
|
3131
|
-
var
|
|
3132
|
-
if (
|
|
3133
|
-
var
|
|
3134
|
-
|
|
3096
|
+
var ke;
|
|
3097
|
+
if (Fe) {
|
|
3098
|
+
var yt = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3099
|
+
ke = function(t, r) {
|
|
3135
3100
|
var n;
|
|
3136
|
-
|
|
3137
|
-
var i =
|
|
3101
|
+
yt.lastIndex = r;
|
|
3102
|
+
var i = yt.exec(t);
|
|
3138
3103
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3139
3104
|
};
|
|
3140
3105
|
} else
|
|
3141
|
-
|
|
3106
|
+
ke = function(t, r) {
|
|
3142
3107
|
for (var n = []; ; ) {
|
|
3143
|
-
var i =
|
|
3144
|
-
if (i === void 0 ||
|
|
3108
|
+
var i = Kt(t, r);
|
|
3109
|
+
if (i === void 0 || tr(i) || Kn(i))
|
|
3145
3110
|
break;
|
|
3146
3111
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3147
3112
|
}
|
|
3148
|
-
return
|
|
3113
|
+
return je.apply(void 0, n);
|
|
3149
3114
|
};
|
|
3150
|
-
var
|
|
3115
|
+
var Jn = (
|
|
3151
3116
|
/** @class */
|
|
3152
3117
|
function() {
|
|
3153
3118
|
function e(t, r) {
|
|
@@ -3171,14 +3136,14 @@ var ei = (
|
|
|
3171
3136
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3172
3137
|
var a = this.clonePosition();
|
|
3173
3138
|
this.bump(), i.push({
|
|
3174
|
-
type:
|
|
3139
|
+
type: x.pound,
|
|
3175
3140
|
location: b(a, this.clonePosition())
|
|
3176
3141
|
});
|
|
3177
3142
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3178
3143
|
if (n)
|
|
3179
3144
|
break;
|
|
3180
3145
|
return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
|
|
3181
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3146
|
+
} else if (o === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
|
|
3182
3147
|
var s = this.parseTag(t, r);
|
|
3183
3148
|
if (s.err)
|
|
3184
3149
|
return s;
|
|
@@ -3199,7 +3164,7 @@ var ei = (
|
|
|
3199
3164
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3200
3165
|
return {
|
|
3201
3166
|
val: {
|
|
3202
|
-
type:
|
|
3167
|
+
type: x.literal,
|
|
3203
3168
|
value: "<".concat(i, "/>"),
|
|
3204
3169
|
location: b(n, this.clonePosition())
|
|
3205
3170
|
},
|
|
@@ -3211,12 +3176,12 @@ var ei = (
|
|
|
3211
3176
|
return o;
|
|
3212
3177
|
var s = o.val, a = this.clonePosition();
|
|
3213
3178
|
if (this.bumpIf("</")) {
|
|
3214
|
-
if (this.isEOF() || !
|
|
3179
|
+
if (this.isEOF() || !Ve(this.char()))
|
|
3215
3180
|
return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
|
|
3216
3181
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
3217
3182
|
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3218
3183
|
val: {
|
|
3219
|
-
type:
|
|
3184
|
+
type: x.tag,
|
|
3220
3185
|
value: i,
|
|
3221
3186
|
children: s,
|
|
3222
3187
|
location: b(n, this.clonePosition())
|
|
@@ -3229,7 +3194,7 @@ var ei = (
|
|
|
3229
3194
|
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
|
3230
3195
|
}, e.prototype.parseTagName = function() {
|
|
3231
3196
|
var t = this.offset();
|
|
3232
|
-
for (this.bump(); !this.isEOF() &&
|
|
3197
|
+
for (this.bump(); !this.isEOF() && qn(this.char()); )
|
|
3233
3198
|
this.bump();
|
|
3234
3199
|
return this.message.slice(t, this.offset());
|
|
3235
3200
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3253,12 +3218,12 @@ var ei = (
|
|
|
3253
3218
|
}
|
|
3254
3219
|
var h = b(n, this.clonePosition());
|
|
3255
3220
|
return {
|
|
3256
|
-
val: { type:
|
|
3221
|
+
val: { type: x.literal, value: i, location: h },
|
|
3257
3222
|
err: null
|
|
3258
3223
|
};
|
|
3259
3224
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3260
3225
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3261
|
-
!
|
|
3226
|
+
!Yn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3262
3227
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3263
3228
|
if (this.isEOF() || this.char() !== 39)
|
|
3264
3229
|
return null;
|
|
@@ -3292,12 +3257,12 @@ var ei = (
|
|
|
3292
3257
|
r.push(n);
|
|
3293
3258
|
this.bump();
|
|
3294
3259
|
}
|
|
3295
|
-
return
|
|
3260
|
+
return je.apply(void 0, r);
|
|
3296
3261
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3297
3262
|
if (this.isEOF())
|
|
3298
3263
|
return null;
|
|
3299
3264
|
var n = this.char();
|
|
3300
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3265
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), je(n));
|
|
3301
3266
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3302
3267
|
var n = this.clonePosition();
|
|
3303
3268
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3313,7 +3278,7 @@ var ei = (
|
|
|
3313
3278
|
case 125:
|
|
3314
3279
|
return this.bump(), {
|
|
3315
3280
|
val: {
|
|
3316
|
-
type:
|
|
3281
|
+
type: x.argument,
|
|
3317
3282
|
// value does not include the opening and closing braces.
|
|
3318
3283
|
value: i,
|
|
3319
3284
|
location: b(n, this.clonePosition())
|
|
@@ -3326,7 +3291,7 @@ var ei = (
|
|
|
3326
3291
|
return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
3327
3292
|
}
|
|
3328
3293
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3329
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3294
|
+
var t = this.clonePosition(), r = this.offset(), n = ke(this.message, r), i = r + n.length;
|
|
3330
3295
|
this.bumpTo(i);
|
|
3331
3296
|
var o = this.clonePosition(), s = b(t, o);
|
|
3332
3297
|
return { value: n, location: s };
|
|
@@ -3342,49 +3307,49 @@ var ei = (
|
|
|
3342
3307
|
var u = null;
|
|
3343
3308
|
if (this.bumpIf(",")) {
|
|
3344
3309
|
this.bumpSpace();
|
|
3345
|
-
var l = this.clonePosition(),
|
|
3346
|
-
if (
|
|
3347
|
-
return
|
|
3348
|
-
var
|
|
3349
|
-
if (
|
|
3310
|
+
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3311
|
+
if (c.err)
|
|
3312
|
+
return c;
|
|
3313
|
+
var f = Qn(c.val);
|
|
3314
|
+
if (f.length === 0)
|
|
3350
3315
|
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
|
3351
|
-
var
|
|
3352
|
-
u = { style:
|
|
3316
|
+
var d = b(l, this.clonePosition());
|
|
3317
|
+
u = { style: f, styleLocation: d };
|
|
3353
3318
|
}
|
|
3354
|
-
var
|
|
3355
|
-
if (
|
|
3356
|
-
return
|
|
3357
|
-
var
|
|
3358
|
-
if (u &&
|
|
3359
|
-
var B =
|
|
3319
|
+
var p = this.tryParseArgumentClose(i);
|
|
3320
|
+
if (p.err)
|
|
3321
|
+
return p;
|
|
3322
|
+
var v = b(i, this.clonePosition());
|
|
3323
|
+
if (u && bt(u == null ? void 0 : u.style, "::", 0)) {
|
|
3324
|
+
var B = Zn(u.style.slice(2));
|
|
3360
3325
|
if (a === "number") {
|
|
3361
|
-
var
|
|
3362
|
-
return
|
|
3363
|
-
val: { type:
|
|
3326
|
+
var c = this.parseNumberSkeletonFromString(B, u.styleLocation);
|
|
3327
|
+
return c.err ? c : {
|
|
3328
|
+
val: { type: x.number, value: n, location: v, style: c.val },
|
|
3364
3329
|
err: null
|
|
3365
3330
|
};
|
|
3366
3331
|
} else {
|
|
3367
3332
|
if (B.length === 0)
|
|
3368
|
-
return this.error(m.EXPECT_DATE_TIME_SKELETON,
|
|
3333
|
+
return this.error(m.EXPECT_DATE_TIME_SKELETON, v);
|
|
3369
3334
|
var $ = B;
|
|
3370
|
-
this.locale && ($ =
|
|
3371
|
-
var
|
|
3372
|
-
type:
|
|
3335
|
+
this.locale && ($ = Cn(B, this.locale));
|
|
3336
|
+
var f = {
|
|
3337
|
+
type: W.dateTime,
|
|
3373
3338
|
pattern: $,
|
|
3374
3339
|
location: u.styleLocation,
|
|
3375
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3376
|
-
}, N = a === "date" ?
|
|
3340
|
+
parsedOptions: this.shouldParseSkeletons ? An($) : {}
|
|
3341
|
+
}, N = a === "date" ? x.date : x.time;
|
|
3377
3342
|
return {
|
|
3378
|
-
val: { type: N, value: n, location:
|
|
3343
|
+
val: { type: N, value: n, location: v, style: f },
|
|
3379
3344
|
err: null
|
|
3380
3345
|
};
|
|
3381
3346
|
}
|
|
3382
3347
|
}
|
|
3383
3348
|
return {
|
|
3384
3349
|
val: {
|
|
3385
|
-
type: a === "number" ?
|
|
3350
|
+
type: a === "number" ? x.number : a === "date" ? x.date : x.time,
|
|
3386
3351
|
value: n,
|
|
3387
|
-
location:
|
|
3352
|
+
location: v,
|
|
3388
3353
|
style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
|
|
3389
3354
|
},
|
|
3390
3355
|
err: null
|
|
@@ -3393,41 +3358,41 @@ var ei = (
|
|
|
3393
3358
|
case "plural":
|
|
3394
3359
|
case "selectordinal":
|
|
3395
3360
|
case "select": {
|
|
3396
|
-
var
|
|
3361
|
+
var E = this.clonePosition();
|
|
3397
3362
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3398
|
-
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(
|
|
3363
|
+
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(E, g({}, E)));
|
|
3399
3364
|
this.bumpSpace();
|
|
3400
|
-
var R = this.parseIdentifierIfPossible(),
|
|
3365
|
+
var R = this.parseIdentifierIfPossible(), P = 0;
|
|
3401
3366
|
if (a !== "select" && R.value === "offset") {
|
|
3402
3367
|
if (!this.bumpIf(":"))
|
|
3403
3368
|
return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
|
|
3404
3369
|
this.bumpSpace();
|
|
3405
|
-
var
|
|
3406
|
-
if (
|
|
3407
|
-
return
|
|
3408
|
-
this.bumpSpace(), R = this.parseIdentifierIfPossible(),
|
|
3370
|
+
var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3371
|
+
if (c.err)
|
|
3372
|
+
return c;
|
|
3373
|
+
this.bumpSpace(), R = this.parseIdentifierIfPossible(), P = c.val;
|
|
3409
3374
|
}
|
|
3410
|
-
var
|
|
3411
|
-
if (
|
|
3412
|
-
return
|
|
3413
|
-
var
|
|
3414
|
-
if (
|
|
3415
|
-
return
|
|
3375
|
+
var D = this.tryParsePluralOrSelectOptions(t, a, r, R);
|
|
3376
|
+
if (D.err)
|
|
3377
|
+
return D;
|
|
3378
|
+
var p = this.tryParseArgumentClose(i);
|
|
3379
|
+
if (p.err)
|
|
3380
|
+
return p;
|
|
3416
3381
|
var ue = b(i, this.clonePosition());
|
|
3417
3382
|
return a === "select" ? {
|
|
3418
3383
|
val: {
|
|
3419
|
-
type:
|
|
3384
|
+
type: x.select,
|
|
3420
3385
|
value: n,
|
|
3421
|
-
options:
|
|
3386
|
+
options: gt(D.val),
|
|
3422
3387
|
location: ue
|
|
3423
3388
|
},
|
|
3424
3389
|
err: null
|
|
3425
3390
|
} : {
|
|
3426
3391
|
val: {
|
|
3427
|
-
type:
|
|
3392
|
+
type: x.plural,
|
|
3428
3393
|
value: n,
|
|
3429
|
-
options:
|
|
3430
|
-
offset:
|
|
3394
|
+
options: gt(D.val),
|
|
3395
|
+
offset: P,
|
|
3431
3396
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3432
3397
|
location: ue
|
|
3433
3398
|
},
|
|
@@ -3477,48 +3442,48 @@ var ei = (
|
|
|
3477
3442
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3478
3443
|
var n = [];
|
|
3479
3444
|
try {
|
|
3480
|
-
n =
|
|
3445
|
+
n = On(t);
|
|
3481
3446
|
} catch (i) {
|
|
3482
3447
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
|
3483
3448
|
}
|
|
3484
3449
|
return {
|
|
3485
3450
|
val: {
|
|
3486
|
-
type:
|
|
3451
|
+
type: W.number,
|
|
3487
3452
|
tokens: n,
|
|
3488
3453
|
location: r,
|
|
3489
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3454
|
+
parsedOptions: this.shouldParseSkeletons ? Mn(n) : {}
|
|
3490
3455
|
},
|
|
3491
3456
|
err: null
|
|
3492
3457
|
};
|
|
3493
3458
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
|
3494
3459
|
for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
|
|
3495
3460
|
if (u.length === 0) {
|
|
3496
|
-
var
|
|
3461
|
+
var c = this.clonePosition();
|
|
3497
3462
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3498
|
-
var
|
|
3499
|
-
if (
|
|
3500
|
-
return
|
|
3501
|
-
l = b(
|
|
3463
|
+
var f = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR, m.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3464
|
+
if (f.err)
|
|
3465
|
+
return f;
|
|
3466
|
+
l = b(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
|
|
3502
3467
|
} else
|
|
3503
3468
|
break;
|
|
3504
3469
|
}
|
|
3505
3470
|
if (h.has(u))
|
|
3506
3471
|
return this.error(r === "select" ? m.DUPLICATE_SELECT_ARGUMENT_SELECTOR : m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
3507
3472
|
u === "other" && (s = !0), this.bumpSpace();
|
|
3508
|
-
var
|
|
3473
|
+
var d = this.clonePosition();
|
|
3509
3474
|
if (!this.bumpIf("{"))
|
|
3510
3475
|
return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
|
|
3511
|
-
var
|
|
3512
|
-
if (
|
|
3513
|
-
return
|
|
3514
|
-
var
|
|
3515
|
-
if (
|
|
3516
|
-
return
|
|
3476
|
+
var p = this.parseMessage(t + 1, r, n);
|
|
3477
|
+
if (p.err)
|
|
3478
|
+
return p;
|
|
3479
|
+
var v = this.tryParseArgumentClose(d);
|
|
3480
|
+
if (v.err)
|
|
3481
|
+
return v;
|
|
3517
3482
|
a.push([
|
|
3518
3483
|
u,
|
|
3519
3484
|
{
|
|
3520
|
-
value:
|
|
3521
|
-
location: b(
|
|
3485
|
+
value: p.val,
|
|
3486
|
+
location: b(d, this.clonePosition())
|
|
3522
3487
|
}
|
|
3523
3488
|
]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
|
|
3524
3489
|
}
|
|
@@ -3534,7 +3499,7 @@ var ei = (
|
|
|
3534
3499
|
break;
|
|
3535
3500
|
}
|
|
3536
3501
|
var h = b(i, this.clonePosition());
|
|
3537
|
-
return o ? (s *= n,
|
|
3502
|
+
return o ? (s *= n, Wn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
|
|
3538
3503
|
}, e.prototype.offset = function() {
|
|
3539
3504
|
return this.position.offset;
|
|
3540
3505
|
}, e.prototype.isEOF = function() {
|
|
@@ -3549,7 +3514,7 @@ var ei = (
|
|
|
3549
3514
|
var t = this.position.offset;
|
|
3550
3515
|
if (t >= this.message.length)
|
|
3551
3516
|
throw Error("out of bound");
|
|
3552
|
-
var r =
|
|
3517
|
+
var r = Kt(this.message, t);
|
|
3553
3518
|
if (r === void 0)
|
|
3554
3519
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3555
3520
|
return r;
|
|
@@ -3568,7 +3533,7 @@ var ei = (
|
|
|
3568
3533
|
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);
|
|
3569
3534
|
}
|
|
3570
3535
|
}, e.prototype.bumpIf = function(t) {
|
|
3571
|
-
if (
|
|
3536
|
+
if (bt(this.message, t, this.offset())) {
|
|
3572
3537
|
for (var r = 0; r < t.length; r++)
|
|
3573
3538
|
this.bump();
|
|
3574
3539
|
return !0;
|
|
@@ -3590,7 +3555,7 @@ var ei = (
|
|
|
3590
3555
|
break;
|
|
3591
3556
|
}
|
|
3592
3557
|
}, e.prototype.bumpSpace = function() {
|
|
3593
|
-
for (; !this.isEOF() &&
|
|
3558
|
+
for (; !this.isEOF() && tr(this.char()); )
|
|
3594
3559
|
this.bump();
|
|
3595
3560
|
}, e.prototype.peek = function() {
|
|
3596
3561
|
if (this.isEOF())
|
|
@@ -3600,47 +3565,47 @@ var ei = (
|
|
|
3600
3565
|
}, e;
|
|
3601
3566
|
}()
|
|
3602
3567
|
);
|
|
3603
|
-
function
|
|
3568
|
+
function Ve(e) {
|
|
3604
3569
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3605
3570
|
}
|
|
3606
|
-
function
|
|
3607
|
-
return
|
|
3571
|
+
function Yn(e) {
|
|
3572
|
+
return Ve(e) || e === 47;
|
|
3608
3573
|
}
|
|
3609
|
-
function
|
|
3574
|
+
function qn(e) {
|
|
3610
3575
|
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;
|
|
3611
3576
|
}
|
|
3612
|
-
function
|
|
3577
|
+
function tr(e) {
|
|
3613
3578
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3614
3579
|
}
|
|
3615
|
-
function
|
|
3580
|
+
function Kn(e) {
|
|
3616
3581
|
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;
|
|
3617
3582
|
}
|
|
3618
|
-
function
|
|
3583
|
+
function Xe(e) {
|
|
3619
3584
|
e.forEach(function(t) {
|
|
3620
|
-
if (delete t.location,
|
|
3585
|
+
if (delete t.location, Xt(t) || Wt(t))
|
|
3621
3586
|
for (var r in t.options)
|
|
3622
|
-
delete t.options[r].location,
|
|
3587
|
+
delete t.options[r].location, Xe(t.options[r].value);
|
|
3623
3588
|
else
|
|
3624
|
-
|
|
3589
|
+
jt(t) && Zt(t.style) || (kt(t) || Vt(t)) && Ge(t.style) ? delete t.style.location : zt(t) && Xe(t.children);
|
|
3625
3590
|
});
|
|
3626
3591
|
}
|
|
3627
|
-
function
|
|
3628
|
-
t === void 0 && (t = {}), t =
|
|
3629
|
-
var r = new
|
|
3592
|
+
function ei(e, t) {
|
|
3593
|
+
t === void 0 && (t = {}), t = g({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3594
|
+
var r = new Jn(e, t).parse();
|
|
3630
3595
|
if (r.err) {
|
|
3631
3596
|
var n = SyntaxError(m[r.err.kind]);
|
|
3632
3597
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3633
3598
|
}
|
|
3634
|
-
return t != null && t.captureLocation ||
|
|
3599
|
+
return t != null && t.captureLocation || Xe(r.val), r.val;
|
|
3635
3600
|
}
|
|
3636
|
-
var
|
|
3601
|
+
var z;
|
|
3637
3602
|
(function(e) {
|
|
3638
3603
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3639
|
-
})(
|
|
3604
|
+
})(z || (z = {}));
|
|
3640
3605
|
var xe = (
|
|
3641
3606
|
/** @class */
|
|
3642
3607
|
function(e) {
|
|
3643
|
-
|
|
3608
|
+
L(t, e);
|
|
3644
3609
|
function t(r, n, i) {
|
|
3645
3610
|
var o = e.call(this, r) || this;
|
|
3646
3611
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3649,155 +3614,155 @@ var xe = (
|
|
|
3649
3614
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3650
3615
|
}, t;
|
|
3651
3616
|
}(Error)
|
|
3652
|
-
),
|
|
3617
|
+
), vt = (
|
|
3653
3618
|
/** @class */
|
|
3654
3619
|
function(e) {
|
|
3655
|
-
|
|
3620
|
+
L(t, e);
|
|
3656
3621
|
function t(r, n, i, o) {
|
|
3657
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3622
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), z.INVALID_VALUE, o) || this;
|
|
3658
3623
|
}
|
|
3659
3624
|
return t;
|
|
3660
3625
|
}(xe)
|
|
3661
|
-
),
|
|
3626
|
+
), ti = (
|
|
3662
3627
|
/** @class */
|
|
3663
3628
|
function(e) {
|
|
3664
|
-
|
|
3629
|
+
L(t, e);
|
|
3665
3630
|
function t(r, n, i) {
|
|
3666
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3631
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), z.INVALID_VALUE, i) || this;
|
|
3667
3632
|
}
|
|
3668
3633
|
return t;
|
|
3669
3634
|
}(xe)
|
|
3670
|
-
),
|
|
3635
|
+
), ri = (
|
|
3671
3636
|
/** @class */
|
|
3672
3637
|
function(e) {
|
|
3673
|
-
|
|
3638
|
+
L(t, e);
|
|
3674
3639
|
function t(r, n) {
|
|
3675
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3640
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), z.MISSING_VALUE, n) || this;
|
|
3676
3641
|
}
|
|
3677
3642
|
return t;
|
|
3678
3643
|
}(xe)
|
|
3679
|
-
),
|
|
3644
|
+
), _;
|
|
3680
3645
|
(function(e) {
|
|
3681
3646
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3682
|
-
})(
|
|
3683
|
-
function
|
|
3647
|
+
})(_ || (_ = {}));
|
|
3648
|
+
function ni(e) {
|
|
3684
3649
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3685
3650
|
var n = t[t.length - 1];
|
|
3686
|
-
return !n || n.type !==
|
|
3651
|
+
return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
|
|
3687
3652
|
}, []);
|
|
3688
3653
|
}
|
|
3689
|
-
function
|
|
3654
|
+
function ii(e) {
|
|
3690
3655
|
return typeof e == "function";
|
|
3691
3656
|
}
|
|
3692
|
-
function
|
|
3693
|
-
if (e.length === 1 &&
|
|
3657
|
+
function de(e, t, r, n, i, o, s) {
|
|
3658
|
+
if (e.length === 1 && ct(e[0]))
|
|
3694
3659
|
return [
|
|
3695
3660
|
{
|
|
3696
|
-
type:
|
|
3661
|
+
type: _.literal,
|
|
3697
3662
|
value: e[0].value
|
|
3698
3663
|
}
|
|
3699
3664
|
];
|
|
3700
3665
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3701
3666
|
var l = u[h];
|
|
3702
|
-
if (
|
|
3667
|
+
if (ct(l)) {
|
|
3703
3668
|
a.push({
|
|
3704
|
-
type:
|
|
3669
|
+
type: _.literal,
|
|
3705
3670
|
value: l.value
|
|
3706
3671
|
});
|
|
3707
3672
|
continue;
|
|
3708
3673
|
}
|
|
3709
|
-
if (
|
|
3674
|
+
if (Bn(l)) {
|
|
3710
3675
|
typeof o == "number" && a.push({
|
|
3711
|
-
type:
|
|
3676
|
+
type: _.literal,
|
|
3712
3677
|
value: r.getNumberFormat(t).format(o)
|
|
3713
3678
|
});
|
|
3714
3679
|
continue;
|
|
3715
3680
|
}
|
|
3716
|
-
var
|
|
3717
|
-
if (!(i &&
|
|
3718
|
-
throw new
|
|
3719
|
-
var
|
|
3720
|
-
if (
|
|
3721
|
-
(!
|
|
3722
|
-
type: typeof
|
|
3723
|
-
value:
|
|
3681
|
+
var c = l.value;
|
|
3682
|
+
if (!(i && c in i))
|
|
3683
|
+
throw new ri(c, s);
|
|
3684
|
+
var f = i[c];
|
|
3685
|
+
if (Hn(l)) {
|
|
3686
|
+
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3687
|
+
type: typeof f == "string" ? _.literal : _.object,
|
|
3688
|
+
value: f
|
|
3724
3689
|
});
|
|
3725
3690
|
continue;
|
|
3726
3691
|
}
|
|
3727
|
-
if (
|
|
3728
|
-
var
|
|
3692
|
+
if (kt(l)) {
|
|
3693
|
+
var d = typeof l.style == "string" ? n.date[l.style] : Ge(l.style) ? l.style.parsedOptions : void 0;
|
|
3729
3694
|
a.push({
|
|
3730
|
-
type:
|
|
3731
|
-
value: r.getDateTimeFormat(t,
|
|
3695
|
+
type: _.literal,
|
|
3696
|
+
value: r.getDateTimeFormat(t, d).format(f)
|
|
3732
3697
|
});
|
|
3733
3698
|
continue;
|
|
3734
3699
|
}
|
|
3735
|
-
if (
|
|
3736
|
-
var
|
|
3700
|
+
if (Vt(l)) {
|
|
3701
|
+
var d = typeof l.style == "string" ? n.time[l.style] : Ge(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3737
3702
|
a.push({
|
|
3738
|
-
type:
|
|
3739
|
-
value: r.getDateTimeFormat(t,
|
|
3703
|
+
type: _.literal,
|
|
3704
|
+
value: r.getDateTimeFormat(t, d).format(f)
|
|
3740
3705
|
});
|
|
3741
3706
|
continue;
|
|
3742
3707
|
}
|
|
3743
|
-
if (
|
|
3744
|
-
var
|
|
3745
|
-
|
|
3746
|
-
type:
|
|
3747
|
-
value: r.getNumberFormat(t,
|
|
3708
|
+
if (jt(l)) {
|
|
3709
|
+
var d = typeof l.style == "string" ? n.number[l.style] : Zt(l.style) ? l.style.parsedOptions : void 0;
|
|
3710
|
+
d && d.scale && (f = f * (d.scale || 1)), a.push({
|
|
3711
|
+
type: _.literal,
|
|
3712
|
+
value: r.getNumberFormat(t, d).format(f)
|
|
3748
3713
|
});
|
|
3749
3714
|
continue;
|
|
3750
3715
|
}
|
|
3751
|
-
if (
|
|
3752
|
-
var
|
|
3753
|
-
if (!
|
|
3754
|
-
throw new
|
|
3755
|
-
var $ =
|
|
3756
|
-
return
|
|
3716
|
+
if (zt(l)) {
|
|
3717
|
+
var p = l.children, v = l.value, B = i[v];
|
|
3718
|
+
if (!ii(B))
|
|
3719
|
+
throw new ti(v, "function", s);
|
|
3720
|
+
var $ = de(p, t, r, n, i, o), N = B($.map(function(P) {
|
|
3721
|
+
return P.value;
|
|
3757
3722
|
}));
|
|
3758
|
-
Array.isArray(N) || (N = [N]), a.push.apply(a, N.map(function(
|
|
3723
|
+
Array.isArray(N) || (N = [N]), a.push.apply(a, N.map(function(P) {
|
|
3759
3724
|
return {
|
|
3760
|
-
type: typeof
|
|
3761
|
-
value:
|
|
3725
|
+
type: typeof P == "string" ? _.literal : _.object,
|
|
3726
|
+
value: P
|
|
3762
3727
|
};
|
|
3763
3728
|
}));
|
|
3764
3729
|
}
|
|
3765
|
-
if (
|
|
3766
|
-
var
|
|
3767
|
-
if (!
|
|
3768
|
-
throw new
|
|
3769
|
-
a.push.apply(a,
|
|
3730
|
+
if (Xt(l)) {
|
|
3731
|
+
var E = l.options[f] || l.options.other;
|
|
3732
|
+
if (!E)
|
|
3733
|
+
throw new vt(l.value, f, Object.keys(l.options), s);
|
|
3734
|
+
a.push.apply(a, de(E.value, t, r, n, i));
|
|
3770
3735
|
continue;
|
|
3771
3736
|
}
|
|
3772
|
-
if (
|
|
3773
|
-
var
|
|
3774
|
-
if (!
|
|
3737
|
+
if (Wt(l)) {
|
|
3738
|
+
var E = l.options["=".concat(f)];
|
|
3739
|
+
if (!E) {
|
|
3775
3740
|
if (!Intl.PluralRules)
|
|
3776
3741
|
throw new xe(`Intl.PluralRules is not available in this environment.
|
|
3777
3742
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3778
|
-
`,
|
|
3779
|
-
var R = r.getPluralRules(t, { type: l.pluralType }).select(
|
|
3780
|
-
|
|
3743
|
+
`, z.MISSING_INTL_API, s);
|
|
3744
|
+
var R = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3745
|
+
E = l.options[R] || l.options.other;
|
|
3781
3746
|
}
|
|
3782
|
-
if (!
|
|
3783
|
-
throw new
|
|
3784
|
-
a.push.apply(a,
|
|
3747
|
+
if (!E)
|
|
3748
|
+
throw new vt(l.value, f, Object.keys(l.options), s);
|
|
3749
|
+
a.push.apply(a, de(E.value, t, r, n, i, f - (l.offset || 0)));
|
|
3785
3750
|
continue;
|
|
3786
3751
|
}
|
|
3787
3752
|
}
|
|
3788
|
-
return
|
|
3753
|
+
return ni(a);
|
|
3789
3754
|
}
|
|
3790
|
-
function
|
|
3791
|
-
return t ?
|
|
3792
|
-
return r[n] =
|
|
3755
|
+
function oi(e, t) {
|
|
3756
|
+
return t ? g(g(g({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3757
|
+
return r[n] = g(g({}, e[n]), t[n] || {}), r;
|
|
3793
3758
|
}, {})) : e;
|
|
3794
3759
|
}
|
|
3795
|
-
function
|
|
3760
|
+
function si(e, t) {
|
|
3796
3761
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3797
|
-
return r[n] =
|
|
3798
|
-
},
|
|
3762
|
+
return r[n] = oi(e[n], t[n]), r;
|
|
3763
|
+
}, g({}, e)) : e;
|
|
3799
3764
|
}
|
|
3800
|
-
function
|
|
3765
|
+
function Oe(e) {
|
|
3801
3766
|
return {
|
|
3802
3767
|
create: function() {
|
|
3803
3768
|
return {
|
|
@@ -3811,39 +3776,39 @@ function Ne(e) {
|
|
|
3811
3776
|
}
|
|
3812
3777
|
};
|
|
3813
3778
|
}
|
|
3814
|
-
function
|
|
3779
|
+
function ai(e) {
|
|
3815
3780
|
return e === void 0 && (e = {
|
|
3816
3781
|
number: {},
|
|
3817
3782
|
dateTime: {},
|
|
3818
3783
|
pluralRules: {}
|
|
3819
3784
|
}), {
|
|
3820
|
-
getNumberFormat:
|
|
3785
|
+
getNumberFormat: we(function() {
|
|
3821
3786
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3822
3787
|
r[n] = arguments[n];
|
|
3823
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3788
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, V([void 0], r, !1)))();
|
|
3824
3789
|
}, {
|
|
3825
|
-
cache:
|
|
3826
|
-
strategy:
|
|
3790
|
+
cache: Oe(e.number),
|
|
3791
|
+
strategy: Ae.variadic
|
|
3827
3792
|
}),
|
|
3828
|
-
getDateTimeFormat:
|
|
3793
|
+
getDateTimeFormat: we(function() {
|
|
3829
3794
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3830
3795
|
r[n] = arguments[n];
|
|
3831
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3796
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, V([void 0], r, !1)))();
|
|
3832
3797
|
}, {
|
|
3833
|
-
cache:
|
|
3834
|
-
strategy:
|
|
3798
|
+
cache: Oe(e.dateTime),
|
|
3799
|
+
strategy: Ae.variadic
|
|
3835
3800
|
}),
|
|
3836
|
-
getPluralRules:
|
|
3801
|
+
getPluralRules: we(function() {
|
|
3837
3802
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3838
3803
|
r[n] = arguments[n];
|
|
3839
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3804
|
+
return new ((t = Intl.PluralRules).bind.apply(t, V([void 0], r, !1)))();
|
|
3840
3805
|
}, {
|
|
3841
|
-
cache:
|
|
3842
|
-
strategy:
|
|
3806
|
+
cache: Oe(e.pluralRules),
|
|
3807
|
+
strategy: Ae.variadic
|
|
3843
3808
|
})
|
|
3844
3809
|
};
|
|
3845
3810
|
}
|
|
3846
|
-
var
|
|
3811
|
+
var ui = (
|
|
3847
3812
|
/** @class */
|
|
3848
3813
|
function() {
|
|
3849
3814
|
function e(t, r, n, i) {
|
|
@@ -3857,12 +3822,12 @@ var fi = (
|
|
|
3857
3822
|
var u = o.formatToParts(h);
|
|
3858
3823
|
if (u.length === 1)
|
|
3859
3824
|
return u[0].value;
|
|
3860
|
-
var l = u.reduce(function(
|
|
3861
|
-
return !
|
|
3825
|
+
var l = u.reduce(function(c, f) {
|
|
3826
|
+
return !c.length || f.type !== _.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3862
3827
|
}, []);
|
|
3863
3828
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3864
3829
|
}, this.formatToParts = function(h) {
|
|
3865
|
-
return
|
|
3830
|
+
return de(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
|
|
3866
3831
|
}, this.resolvedOptions = function() {
|
|
3867
3832
|
var h;
|
|
3868
3833
|
return {
|
|
@@ -3875,13 +3840,13 @@ var fi = (
|
|
|
3875
3840
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3876
3841
|
var s = i || {};
|
|
3877
3842
|
s.formatters;
|
|
3878
|
-
var a =
|
|
3879
|
-
this.ast = e.__parse(t,
|
|
3843
|
+
var a = Dr(s, ["formatters"]);
|
|
3844
|
+
this.ast = e.__parse(t, g(g({}, a), { locale: this.resolvedLocale }));
|
|
3880
3845
|
} else
|
|
3881
3846
|
this.ast = t;
|
|
3882
3847
|
if (!Array.isArray(this.ast))
|
|
3883
3848
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3884
|
-
this.formats =
|
|
3849
|
+
this.formats = si(e.formats, n), this.formatters = i && i.formatters || ai(this.formatterCache);
|
|
3885
3850
|
}
|
|
3886
3851
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3887
3852
|
get: function() {
|
|
@@ -3894,7 +3859,7 @@ var fi = (
|
|
|
3894
3859
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3895
3860
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3896
3861
|
}
|
|
3897
|
-
}, e.__parse =
|
|
3862
|
+
}, e.__parse = ei, e.formats = {
|
|
3898
3863
|
number: {
|
|
3899
3864
|
integer: {
|
|
3900
3865
|
maximumFractionDigits: 0
|
|
@@ -3955,7 +3920,7 @@ var fi = (
|
|
|
3955
3920
|
}, e;
|
|
3956
3921
|
}()
|
|
3957
3922
|
);
|
|
3958
|
-
function
|
|
3923
|
+
function hi(e, t) {
|
|
3959
3924
|
if (t == null)
|
|
3960
3925
|
return;
|
|
3961
3926
|
if (t in e)
|
|
@@ -3976,92 +3941,92 @@ function pi(e, t) {
|
|
|
3976
3941
|
n = void 0;
|
|
3977
3942
|
return n;
|
|
3978
3943
|
}
|
|
3979
|
-
const C = {},
|
|
3944
|
+
const C = {}, li = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), rr = (e, t) => {
|
|
3980
3945
|
if (t == null)
|
|
3981
3946
|
return;
|
|
3982
3947
|
if (t in C && e in C[t])
|
|
3983
3948
|
return C[t][e];
|
|
3984
|
-
const r =
|
|
3949
|
+
const r = _e(t);
|
|
3985
3950
|
for (let n = 0; n < r.length; n++) {
|
|
3986
|
-
const i = r[n], o =
|
|
3951
|
+
const i = r[n], o = ci(i, e);
|
|
3987
3952
|
if (o)
|
|
3988
|
-
return
|
|
3953
|
+
return li(e, t, o);
|
|
3989
3954
|
}
|
|
3990
3955
|
};
|
|
3991
|
-
let
|
|
3992
|
-
const ae =
|
|
3993
|
-
function
|
|
3994
|
-
return
|
|
3956
|
+
let Je;
|
|
3957
|
+
const ae = ve({});
|
|
3958
|
+
function fi(e) {
|
|
3959
|
+
return Je[e] || null;
|
|
3995
3960
|
}
|
|
3996
|
-
function
|
|
3997
|
-
return e in
|
|
3961
|
+
function nr(e) {
|
|
3962
|
+
return e in Je;
|
|
3998
3963
|
}
|
|
3999
|
-
function
|
|
4000
|
-
if (!
|
|
3964
|
+
function ci(e, t) {
|
|
3965
|
+
if (!nr(e))
|
|
4001
3966
|
return null;
|
|
4002
|
-
const r =
|
|
4003
|
-
return
|
|
3967
|
+
const r = fi(e);
|
|
3968
|
+
return hi(r, t);
|
|
4004
3969
|
}
|
|
4005
|
-
function
|
|
3970
|
+
function di(e) {
|
|
4006
3971
|
if (e == null)
|
|
4007
3972
|
return;
|
|
4008
|
-
const t =
|
|
3973
|
+
const t = _e(e);
|
|
4009
3974
|
for (let r = 0; r < t.length; r++) {
|
|
4010
3975
|
const n = t[r];
|
|
4011
|
-
if (
|
|
3976
|
+
if (nr(n))
|
|
4012
3977
|
return n;
|
|
4013
3978
|
}
|
|
4014
3979
|
}
|
|
4015
|
-
function
|
|
4016
|
-
delete C[e], ae.update((r) => (r[e] =
|
|
3980
|
+
function ir(e, ...t) {
|
|
3981
|
+
delete C[e], ae.update((r) => (r[e] = gn.all([r[e] || {}, ...t]), r));
|
|
4017
3982
|
}
|
|
4018
|
-
|
|
3983
|
+
J(
|
|
4019
3984
|
[ae],
|
|
4020
3985
|
([e]) => Object.keys(e)
|
|
4021
3986
|
);
|
|
4022
|
-
ae.subscribe((e) =>
|
|
4023
|
-
const
|
|
4024
|
-
function
|
|
4025
|
-
|
|
3987
|
+
ae.subscribe((e) => Je = e);
|
|
3988
|
+
const pe = {};
|
|
3989
|
+
function pi(e, t) {
|
|
3990
|
+
pe[e].delete(t), pe[e].size === 0 && delete pe[e];
|
|
4026
3991
|
}
|
|
4027
|
-
function
|
|
4028
|
-
return
|
|
3992
|
+
function or(e) {
|
|
3993
|
+
return pe[e];
|
|
4029
3994
|
}
|
|
4030
|
-
function
|
|
4031
|
-
return
|
|
4032
|
-
const r =
|
|
3995
|
+
function mi(e) {
|
|
3996
|
+
return _e(e).map((t) => {
|
|
3997
|
+
const r = or(t);
|
|
4033
3998
|
return [t, r ? [...r] : []];
|
|
4034
3999
|
}).filter(([, t]) => t.length > 0);
|
|
4035
4000
|
}
|
|
4036
|
-
function
|
|
4037
|
-
return e == null ? !1 :
|
|
4001
|
+
function We(e) {
|
|
4002
|
+
return e == null ? !1 : _e(e).some(
|
|
4038
4003
|
(t) => {
|
|
4039
4004
|
var r;
|
|
4040
|
-
return (r =
|
|
4005
|
+
return (r = or(t)) == null ? void 0 : r.size;
|
|
4041
4006
|
}
|
|
4042
4007
|
);
|
|
4043
4008
|
}
|
|
4044
|
-
function
|
|
4009
|
+
function bi(e, t) {
|
|
4045
4010
|
return Promise.all(
|
|
4046
|
-
t.map((n) => (
|
|
4047
|
-
).then((n) =>
|
|
4048
|
-
}
|
|
4049
|
-
const
|
|
4050
|
-
function
|
|
4051
|
-
if (!
|
|
4052
|
-
return e in
|
|
4053
|
-
const t =
|
|
4054
|
-
return
|
|
4011
|
+
t.map((n) => (pi(e, n), n().then((i) => i.default || i)))
|
|
4012
|
+
).then((n) => ir(e, ...n));
|
|
4013
|
+
}
|
|
4014
|
+
const ee = {};
|
|
4015
|
+
function sr(e) {
|
|
4016
|
+
if (!We(e))
|
|
4017
|
+
return e in ee ? ee[e] : Promise.resolve();
|
|
4018
|
+
const t = mi(e);
|
|
4019
|
+
return ee[e] = Promise.all(
|
|
4055
4020
|
t.map(
|
|
4056
|
-
([r, n]) =>
|
|
4021
|
+
([r, n]) => bi(r, n)
|
|
4057
4022
|
)
|
|
4058
4023
|
).then(() => {
|
|
4059
|
-
if (
|
|
4060
|
-
return
|
|
4061
|
-
delete
|
|
4062
|
-
}),
|
|
4024
|
+
if (We(e))
|
|
4025
|
+
return sr(e);
|
|
4026
|
+
delete ee[e];
|
|
4027
|
+
}), ee[e];
|
|
4063
4028
|
}
|
|
4064
|
-
const
|
|
4029
|
+
const gi = {
|
|
4065
4030
|
number: {
|
|
4066
4031
|
scientific: { notation: "scientific" },
|
|
4067
4032
|
engineering: { notation: "engineering" },
|
|
@@ -4090,135 +4055,135 @@ const Ei = {
|
|
|
4090
4055
|
timeZoneName: "short"
|
|
4091
4056
|
}
|
|
4092
4057
|
}
|
|
4093
|
-
},
|
|
4058
|
+
}, yi = {
|
|
4094
4059
|
fallbackLocale: null,
|
|
4095
4060
|
loadingDelay: 200,
|
|
4096
|
-
formats:
|
|
4061
|
+
formats: gi,
|
|
4097
4062
|
warnOnMissingMessages: !0,
|
|
4098
4063
|
handleMissingMessage: void 0,
|
|
4099
4064
|
ignoreTag: !0
|
|
4100
|
-
},
|
|
4101
|
-
function
|
|
4102
|
-
return
|
|
4103
|
-
}
|
|
4104
|
-
const
|
|
4105
|
-
var
|
|
4106
|
-
for (var r in t
|
|
4107
|
-
|
|
4108
|
-
if (
|
|
4109
|
-
for (var r of
|
|
4110
|
-
|
|
4065
|
+
}, vi = yi;
|
|
4066
|
+
function Z() {
|
|
4067
|
+
return vi;
|
|
4068
|
+
}
|
|
4069
|
+
const Ie = ve(!1);
|
|
4070
|
+
var xi = Object.defineProperty, _i = Object.defineProperties, Ei = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, Si = Object.prototype.hasOwnProperty, Ti = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? xi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Hi = (e, t) => {
|
|
4071
|
+
for (var r in t)
|
|
4072
|
+
Si.call(t, r) && _t(e, r, t[r]);
|
|
4073
|
+
if (xt)
|
|
4074
|
+
for (var r of xt(t))
|
|
4075
|
+
Ti.call(t, r) && _t(e, r, t[r]);
|
|
4111
4076
|
return e;
|
|
4112
|
-
},
|
|
4113
|
-
let
|
|
4114
|
-
const
|
|
4115
|
-
function
|
|
4077
|
+
}, Bi = (e, t) => _i(e, Ei(t));
|
|
4078
|
+
let ze;
|
|
4079
|
+
const me = ve(null);
|
|
4080
|
+
function Et(e) {
|
|
4116
4081
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4117
4082
|
}
|
|
4118
|
-
function
|
|
4119
|
-
const r =
|
|
4120
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4083
|
+
function _e(e, t = Z().fallbackLocale) {
|
|
4084
|
+
const r = Et(e);
|
|
4085
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...Et(t)])] : r;
|
|
4121
4086
|
}
|
|
4122
4087
|
function U() {
|
|
4123
|
-
return
|
|
4088
|
+
return ze != null ? ze : void 0;
|
|
4124
4089
|
}
|
|
4125
|
-
|
|
4126
|
-
|
|
4090
|
+
me.subscribe((e) => {
|
|
4091
|
+
ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4127
4092
|
});
|
|
4128
|
-
const
|
|
4129
|
-
if (e &&
|
|
4130
|
-
const { loadingDelay: t } =
|
|
4093
|
+
const wi = (e) => {
|
|
4094
|
+
if (e && di(e) && We(e)) {
|
|
4095
|
+
const { loadingDelay: t } = Z();
|
|
4131
4096
|
let r;
|
|
4132
4097
|
return typeof window != "undefined" && U() != null && t ? r = window.setTimeout(
|
|
4133
|
-
() =>
|
|
4098
|
+
() => Ie.set(!0),
|
|
4134
4099
|
t
|
|
4135
|
-
) :
|
|
4136
|
-
|
|
4100
|
+
) : Ie.set(!0), sr(e).then(() => {
|
|
4101
|
+
me.set(e);
|
|
4137
4102
|
}).finally(() => {
|
|
4138
|
-
clearTimeout(r),
|
|
4103
|
+
clearTimeout(r), Ie.set(!1);
|
|
4139
4104
|
});
|
|
4140
4105
|
}
|
|
4141
|
-
return
|
|
4142
|
-
},
|
|
4143
|
-
set:
|
|
4144
|
-
}),
|
|
4106
|
+
return me.set(e);
|
|
4107
|
+
}, Y = Bi(Hi({}, me), {
|
|
4108
|
+
set: wi
|
|
4109
|
+
}), Ee = (e) => {
|
|
4145
4110
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4146
4111
|
return (n) => {
|
|
4147
4112
|
const i = JSON.stringify(n);
|
|
4148
4113
|
return i in t ? t[i] : t[i] = e(n);
|
|
4149
4114
|
};
|
|
4150
4115
|
};
|
|
4151
|
-
var
|
|
4116
|
+
var Ai = Object.defineProperty, be = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, St = (e, t, r) => t in e ? Ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ye = (e, t) => {
|
|
4152
4117
|
for (var r in t || (t = {}))
|
|
4153
|
-
|
|
4154
|
-
if (
|
|
4155
|
-
for (var r of
|
|
4156
|
-
|
|
4118
|
+
ar.call(t, r) && St(e, r, t[r]);
|
|
4119
|
+
if (be)
|
|
4120
|
+
for (var r of be(t))
|
|
4121
|
+
ur.call(t, r) && St(e, r, t[r]);
|
|
4157
4122
|
return e;
|
|
4158
|
-
},
|
|
4123
|
+
}, q = (e, t) => {
|
|
4159
4124
|
var r = {};
|
|
4160
4125
|
for (var n in e)
|
|
4161
|
-
|
|
4162
|
-
if (e != null &&
|
|
4163
|
-
for (var n of
|
|
4164
|
-
t.indexOf(n) < 0 &&
|
|
4126
|
+
ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4127
|
+
if (e != null && be)
|
|
4128
|
+
for (var n of be(e))
|
|
4129
|
+
t.indexOf(n) < 0 && ur.call(e, n) && (r[n] = e[n]);
|
|
4165
4130
|
return r;
|
|
4166
4131
|
};
|
|
4167
|
-
const
|
|
4168
|
-
const { formats: r } =
|
|
4132
|
+
const ie = (e, t) => {
|
|
4133
|
+
const { formats: r } = Z();
|
|
4169
4134
|
if (e in r && t in r[e])
|
|
4170
4135
|
return r[e][t];
|
|
4171
4136
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4172
|
-
},
|
|
4137
|
+
}, Pi = Ee(
|
|
4173
4138
|
(e) => {
|
|
4174
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4139
|
+
var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
|
|
4175
4140
|
if (r == null)
|
|
4176
4141
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4177
|
-
return n && (i =
|
|
4142
|
+
return n && (i = ie("number", n)), new Intl.NumberFormat(r, i);
|
|
4178
4143
|
}
|
|
4179
|
-
),
|
|
4144
|
+
), Oi = Ee(
|
|
4180
4145
|
(e) => {
|
|
4181
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4146
|
+
var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
|
|
4182
4147
|
if (r == null)
|
|
4183
4148
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4184
|
-
return n ? i =
|
|
4149
|
+
return n ? i = ie("date", n) : Object.keys(i).length === 0 && (i = ie("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4185
4150
|
}
|
|
4186
|
-
),
|
|
4151
|
+
), Ii = Ee(
|
|
4187
4152
|
(e) => {
|
|
4188
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4153
|
+
var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
|
|
4189
4154
|
if (r == null)
|
|
4190
4155
|
throw new Error(
|
|
4191
4156
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4192
4157
|
);
|
|
4193
|
-
return n ? i =
|
|
4158
|
+
return n ? i = ie("time", n) : Object.keys(i).length === 0 && (i = ie("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4194
4159
|
}
|
|
4195
|
-
),
|
|
4160
|
+
), Li = (e = {}) => {
|
|
4196
4161
|
var t = e, {
|
|
4197
4162
|
locale: r = U()
|
|
4198
|
-
} = t, n =
|
|
4163
|
+
} = t, n = q(t, [
|
|
4199
4164
|
"locale"
|
|
4200
4165
|
]);
|
|
4201
|
-
return
|
|
4202
|
-
},
|
|
4166
|
+
return Pi(Ye({ locale: r }, n));
|
|
4167
|
+
}, Ni = (e = {}) => {
|
|
4203
4168
|
var t = e, {
|
|
4204
4169
|
locale: r = U()
|
|
4205
|
-
} = t, n =
|
|
4170
|
+
} = t, n = q(t, [
|
|
4206
4171
|
"locale"
|
|
4207
4172
|
]);
|
|
4208
|
-
return
|
|
4209
|
-
},
|
|
4173
|
+
return Oi(Ye({ locale: r }, n));
|
|
4174
|
+
}, Mi = (e = {}) => {
|
|
4210
4175
|
var t = e, {
|
|
4211
4176
|
locale: r = U()
|
|
4212
|
-
} = t, n =
|
|
4177
|
+
} = t, n = q(t, [
|
|
4213
4178
|
"locale"
|
|
4214
4179
|
]);
|
|
4215
|
-
return
|
|
4216
|
-
},
|
|
4180
|
+
return Ii(Ye({ locale: r }, n));
|
|
4181
|
+
}, Ci = Ee(
|
|
4217
4182
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4218
|
-
(e, t = U()) => new
|
|
4219
|
-
ignoreTag:
|
|
4183
|
+
(e, t = U()) => new ui(e, t, Z().formats, {
|
|
4184
|
+
ignoreTag: Z().ignoreTag
|
|
4220
4185
|
})
|
|
4221
|
-
),
|
|
4186
|
+
), $i = (e, t = {}) => {
|
|
4222
4187
|
var r, n, i, o;
|
|
4223
4188
|
let s = t;
|
|
4224
4189
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4231,32 +4196,32 @@ const ne = (e, t) => {
|
|
|
4231
4196
|
throw new Error(
|
|
4232
4197
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4233
4198
|
);
|
|
4234
|
-
let l =
|
|
4199
|
+
let l = rr(e, h);
|
|
4235
4200
|
if (!l)
|
|
4236
|
-
l = (o = (i = (n = (r =
|
|
4201
|
+
l = (o = (i = (n = (r = Z()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
4237
4202
|
else if (typeof l != "string")
|
|
4238
4203
|
return console.warn(
|
|
4239
4204
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
4240
4205
|
), l;
|
|
4241
4206
|
if (!a)
|
|
4242
4207
|
return l;
|
|
4243
|
-
let
|
|
4208
|
+
let c = l;
|
|
4244
4209
|
try {
|
|
4245
|
-
|
|
4246
|
-
} catch (
|
|
4247
|
-
|
|
4210
|
+
c = Ci(l, h).format(a);
|
|
4211
|
+
} catch (f) {
|
|
4212
|
+
f instanceof Error && console.warn(
|
|
4248
4213
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
4249
|
-
|
|
4214
|
+
f.message
|
|
4250
4215
|
);
|
|
4251
4216
|
}
|
|
4252
|
-
return
|
|
4253
|
-
},
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
window.emWidgets = { topic:
|
|
4259
|
-
const
|
|
4217
|
+
return c;
|
|
4218
|
+
}, Ri = (e, t) => Mi(t).format(e), Ui = (e, t) => Ni(t).format(e), Di = (e, t) => Li(t).format(e), Gi = (e, t = U()) => rr(e, t), Fi = J([Y, ae], () => $i);
|
|
4219
|
+
J([Y], () => Ri);
|
|
4220
|
+
J([Y], () => Ui);
|
|
4221
|
+
J([Y], () => Di);
|
|
4222
|
+
J([Y, ae], () => Gi);
|
|
4223
|
+
window.emWidgets = { topic: Kr };
|
|
4224
|
+
const ji = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC", ki = (e, t = {}) => {
|
|
4260
4225
|
const r = new CustomEvent("track-custom-event", {
|
|
4261
4226
|
detail: {
|
|
4262
4227
|
type: e,
|
|
@@ -4267,13 +4232,13 @@ const Wi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase(
|
|
|
4267
4232
|
});
|
|
4268
4233
|
document.dispatchEvent(r);
|
|
4269
4234
|
};
|
|
4270
|
-
function
|
|
4271
|
-
|
|
4235
|
+
function Tt(e, t) {
|
|
4236
|
+
ir(e, t);
|
|
4272
4237
|
}
|
|
4273
|
-
function
|
|
4274
|
-
|
|
4238
|
+
function Vi(e) {
|
|
4239
|
+
Y.set(e);
|
|
4275
4240
|
}
|
|
4276
|
-
const
|
|
4241
|
+
const Ht = {
|
|
4277
4242
|
en: {
|
|
4278
4243
|
logoutButton: "Logout"
|
|
4279
4244
|
},
|
|
@@ -4308,13 +4273,13 @@ const Pt = {
|
|
|
4308
4273
|
logoutButton: "Logout"
|
|
4309
4274
|
}
|
|
4310
4275
|
};
|
|
4311
|
-
function
|
|
4276
|
+
function Bt(e, t) {
|
|
4312
4277
|
if (e) {
|
|
4313
4278
|
const r = document.createElement("style");
|
|
4314
4279
|
r.innerHTML = t, e.appendChild(r);
|
|
4315
4280
|
}
|
|
4316
4281
|
}
|
|
4317
|
-
function
|
|
4282
|
+
function Xi(e, t) {
|
|
4318
4283
|
const r = new URL(t);
|
|
4319
4284
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4320
4285
|
const i = document.createElement("style");
|
|
@@ -4323,7 +4288,7 @@ function Qi(e, t) {
|
|
|
4323
4288
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4324
4289
|
});
|
|
4325
4290
|
}
|
|
4326
|
-
function
|
|
4291
|
+
function Wi(e, t, r) {
|
|
4327
4292
|
if (window.emMessageBus) {
|
|
4328
4293
|
const n = document.createElement("style");
|
|
4329
4294
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4331,20 +4296,20 @@ function Ji(e, t, r) {
|
|
|
4331
4296
|
});
|
|
4332
4297
|
}
|
|
4333
4298
|
}
|
|
4334
|
-
function
|
|
4335
|
-
|
|
4299
|
+
function zi(e) {
|
|
4300
|
+
gr(e, "svelte-xtnqa3", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PlayerAccountMenuItemBox{padding:20px;font-size:16px;display:inline-flex;width:100%;box-sizing:border-box;align-items:center;cursor:pointer}.PlayerAccountMenuItemBox .PlayerLogoutText{margin-left:20px}.PlayerAccountMenuItemBox svg{fill:var(--emw--pam-typography-color-nav-bg, var(--emw--color-white, #FFFFFF))}.PlayerAccountMenuItemBoxMobile.PlayerAccountMenuItemBox{height:auto;justify-content:center;position:relative;display:flex;width:unset;padding:0}.PlayerAccountMenuItemBoxMobile.PlayerAccountMenuItemBox svg{fill:var(--emw--pam-typography-color-nav-bg, var(--emw--color-white, #FFFFFF))}");
|
|
4336
4301
|
}
|
|
4337
|
-
function
|
|
4302
|
+
function Zi(e) {
|
|
4338
4303
|
let t, r, n, i = (
|
|
4339
4304
|
/*$_*/
|
|
4340
4305
|
e[2]("logoutButton") + ""
|
|
4341
4306
|
), o, s, a;
|
|
4342
4307
|
return {
|
|
4343
4308
|
c() {
|
|
4344
|
-
t =
|
|
4309
|
+
t = O("div"), r = O("button"), n = O("span"), o = ge(i), H(t, "class", "GeneralLogout");
|
|
4345
4310
|
},
|
|
4346
4311
|
m(h, u) {
|
|
4347
|
-
|
|
4312
|
+
se(h, t, u), S(t, r), S(r, n), S(n, o), s || (a = Ot(
|
|
4348
4313
|
r,
|
|
4349
4314
|
"click",
|
|
4350
4315
|
/*click_handler_1*/
|
|
@@ -4354,19 +4319,19 @@ function qi(e) {
|
|
|
4354
4319
|
p(h, u) {
|
|
4355
4320
|
u & /*$_*/
|
|
4356
4321
|
4 && i !== (i = /*$_*/
|
|
4357
|
-
h[2]("logoutButton") + "") &&
|
|
4322
|
+
h[2]("logoutButton") + "") && It(o, i);
|
|
4358
4323
|
},
|
|
4359
4324
|
d(h) {
|
|
4360
|
-
h &&
|
|
4325
|
+
h && Q(t), s = !1, a();
|
|
4361
4326
|
}
|
|
4362
4327
|
};
|
|
4363
4328
|
}
|
|
4364
|
-
function
|
|
4365
|
-
let t, r, n, i, o, s, a, h, u, l,
|
|
4366
|
-
e[3] &&
|
|
4329
|
+
function Qi(e) {
|
|
4330
|
+
let t, r, n, i, o, s, a, h, u, l, c, f = !/*isMobile*/
|
|
4331
|
+
e[3] && Ji(e);
|
|
4367
4332
|
return {
|
|
4368
4333
|
c() {
|
|
4369
|
-
t =
|
|
4334
|
+
t = O("p"), r = O("span"), n = K("svg"), i = K("defs"), o = K("style"), s = ge(".a88316b4-2478-4a69-b2eb-d32a5fb419dd{fill:var(--emw--color-white, #FFFFFF);}"), a = K("path"), h = K("path"), u = xr(), f && f.c(), H(a, "class", "a88316b4-2478-4a69-b2eb-d32a5fb419dd"), H(a, "d", "M147.16,67.69,115.42,36a9.6,9.6,0,1,0-13.58,13.58l15.32,15.31H49.58a9.63,9.63,0,1,0,0,19.26h67.58L101.84,99.42a9.64,9.64,0,0,0,6.79,16.43,9.41,9.41,0,0,0,6.79-2.85l31.74-31.73a9.53,9.53,0,0,0,0-13.58Z"), H(h, "class", "a88316b4-2478-4a69-b2eb-d32a5fb419dd"), H(h, "d", "M45.16,122.16H19.26V26.79H45.32a9.63,9.63,0,1,0,0-19.26H9.63A9.56,9.56,0,0,0,0,17.16V131.63a9.57,9.57,0,0,0,9.63,9.64H45.32A9.57,9.57,0,0,0,55,131.63a9.78,9.78,0,0,0-9.79-9.47Z"), H(n, "id", "bbfaf345-72af-4296-bf4b-2fd41fc03d5d"), H(n, "data-name", "Layer 1"), H(n, "xmlns", "http://www.w3.org/2000/svg"), H(n, "viewBox", "0 0 150 150"), Er(r, "width", /*isMobile*/
|
|
4370
4335
|
e[3] ? (
|
|
4371
4336
|
/*mediaQuery*/
|
|
4372
4337
|
e[4].matches ? "20px" : "24px"
|
|
@@ -4375,60 +4340,60 @@ function Ki(e) {
|
|
|
4375
4340
|
(e[4].matches && /*isMobile*/
|
|
4376
4341
|
e[3] ? "PlayerAccountMenuItemBoxTablet" : ""));
|
|
4377
4342
|
},
|
|
4378
|
-
m(
|
|
4379
|
-
|
|
4343
|
+
m(d, p) {
|
|
4344
|
+
se(d, t, p), S(t, r), S(r, n), S(n, i), S(i, o), S(o, s), S(n, a), S(n, h), S(t, u), f && f.m(t, null), l || (c = Ot(
|
|
4380
4345
|
t,
|
|
4381
4346
|
"click",
|
|
4382
4347
|
/*click_handler*/
|
|
4383
4348
|
e[13]
|
|
4384
4349
|
), l = !0);
|
|
4385
4350
|
},
|
|
4386
|
-
p(
|
|
4351
|
+
p(d, p) {
|
|
4387
4352
|
/*isMobile*/
|
|
4388
|
-
|
|
4353
|
+
d[3] || f.p(d, p);
|
|
4389
4354
|
},
|
|
4390
|
-
d(
|
|
4391
|
-
|
|
4355
|
+
d(d) {
|
|
4356
|
+
d && Q(t), f && f.d(), l = !1, c();
|
|
4392
4357
|
}
|
|
4393
4358
|
};
|
|
4394
4359
|
}
|
|
4395
|
-
function
|
|
4360
|
+
function Ji(e) {
|
|
4396
4361
|
let t, r = (
|
|
4397
4362
|
/*$_*/
|
|
4398
4363
|
e[2]("logoutButton") + ""
|
|
4399
4364
|
), n;
|
|
4400
4365
|
return {
|
|
4401
4366
|
c() {
|
|
4402
|
-
t =
|
|
4367
|
+
t = O("span"), n = ge(r), H(t, "class", "PlayerLogoutText");
|
|
4403
4368
|
},
|
|
4404
4369
|
m(i, o) {
|
|
4405
|
-
|
|
4370
|
+
se(i, t, o), S(t, n);
|
|
4406
4371
|
},
|
|
4407
4372
|
p(i, o) {
|
|
4408
4373
|
o & /*$_*/
|
|
4409
4374
|
4 && r !== (r = /*$_*/
|
|
4410
|
-
i[2]("logoutButton") + "") &&
|
|
4375
|
+
i[2]("logoutButton") + "") && It(n, r);
|
|
4411
4376
|
},
|
|
4412
4377
|
d(i) {
|
|
4413
|
-
i &&
|
|
4378
|
+
i && Q(t);
|
|
4414
4379
|
}
|
|
4415
4380
|
};
|
|
4416
4381
|
}
|
|
4417
|
-
function
|
|
4382
|
+
function Yi(e) {
|
|
4418
4383
|
let t;
|
|
4419
4384
|
function r(o, s) {
|
|
4420
4385
|
return (
|
|
4421
4386
|
/*buttonlocation*/
|
|
4422
|
-
o[0] === "PlayerAccountMenu" ?
|
|
4387
|
+
o[0] === "PlayerAccountMenu" ? Qi : Zi
|
|
4423
4388
|
);
|
|
4424
4389
|
}
|
|
4425
4390
|
let n = r(e), i = n(e);
|
|
4426
4391
|
return {
|
|
4427
4392
|
c() {
|
|
4428
|
-
t =
|
|
4393
|
+
t = O("div"), i.c();
|
|
4429
4394
|
},
|
|
4430
4395
|
m(o, s) {
|
|
4431
|
-
|
|
4396
|
+
se(o, t, s), i.m(t, null), e[15](t);
|
|
4432
4397
|
},
|
|
4433
4398
|
p(o, [s]) {
|
|
4434
4399
|
n === (n = r(o)) && i ? i.p(o, s) : (i.d(1), i = n(o), i && (i.c(), i.m(t, null)));
|
|
@@ -4436,82 +4401,82 @@ function to(e) {
|
|
|
4436
4401
|
i: w,
|
|
4437
4402
|
o: w,
|
|
4438
4403
|
d(o) {
|
|
4439
|
-
o &&
|
|
4404
|
+
o && Q(t), i.d(), e[15](null);
|
|
4440
4405
|
}
|
|
4441
4406
|
};
|
|
4442
4407
|
}
|
|
4443
|
-
function
|
|
4408
|
+
function qi(e, t, r) {
|
|
4444
4409
|
let n;
|
|
4445
|
-
|
|
4446
|
-
let { endpoint: i = "" } = t, { session: o = "" } = t, { buttonlocation: s = "" } = t, { lang: a = "" } = t, { mbsource: h } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl:
|
|
4410
|
+
br(e, Fi, (y) => r(2, n = y));
|
|
4411
|
+
let { endpoint: i = "" } = t, { session: o = "" } = t, { buttonlocation: s = "" } = t, { lang: a = "" } = t, { mbsource: h } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: c = "" } = t, f = "", d = !1, p, v = window.navigator.userAgent, B = ji(v) !== "PC";
|
|
4447
4412
|
const $ = window.matchMedia("(min-width: 768px)"), N = () => {
|
|
4448
|
-
fetch(
|
|
4449
|
-
Object.keys(M).forEach((
|
|
4450
|
-
|
|
4413
|
+
fetch(c).then((M) => M.json()).then((M) => {
|
|
4414
|
+
Object.keys(M).forEach((Se) => {
|
|
4415
|
+
Tt(Se, M[Se]);
|
|
4451
4416
|
});
|
|
4452
4417
|
}).catch((M) => {
|
|
4453
4418
|
console.log(M);
|
|
4454
4419
|
});
|
|
4455
4420
|
};
|
|
4456
|
-
Object.keys(
|
|
4457
|
-
|
|
4421
|
+
Object.keys(Ht).forEach((y) => {
|
|
4422
|
+
Tt(y, Ht[y]);
|
|
4458
4423
|
});
|
|
4459
|
-
const
|
|
4460
|
-
let
|
|
4461
|
-
|
|
4462
|
-
let M = { method: "DELETE", headers:
|
|
4463
|
-
fetch(`${i}/v1/player/session/player`, M).then((
|
|
4464
|
-
window.postMessage({ type: "LogoutSuccessfull" }, window.location.href),
|
|
4424
|
+
const E = () => {
|
|
4425
|
+
let y = new Headers();
|
|
4426
|
+
y.append("Content-type", "application/json"), y.append("X-SessionID", o);
|
|
4427
|
+
let M = { method: "DELETE", headers: y };
|
|
4428
|
+
fetch(`${i}/v1/player/session/player`, M).then((Se) => {
|
|
4429
|
+
window.postMessage({ type: "LogoutSuccessfull" }, window.location.href), ki("logged_out", {});
|
|
4465
4430
|
});
|
|
4466
|
-
}, R = () => (i || (
|
|
4467
|
-
|
|
4431
|
+
}, R = () => (i || (f = "GENERAL-LOGOUT - Endpoint is missing! Please provide a valid endpointURL.", d = !0, console.error(f)), o || (f = "GENERAL-LOGOUT - Session is missing! Please provide a valid session.", d = !0, console.error(f)), d), P = () => {
|
|
4432
|
+
Vi(a);
|
|
4468
4433
|
};
|
|
4469
|
-
|
|
4434
|
+
Hr(() => () => {
|
|
4470
4435
|
});
|
|
4471
|
-
const
|
|
4472
|
-
function
|
|
4473
|
-
|
|
4474
|
-
|
|
4436
|
+
const D = () => E(), ue = () => E();
|
|
4437
|
+
function hr(y) {
|
|
4438
|
+
Le[y ? "unshift" : "push"](() => {
|
|
4439
|
+
p = y, r(1, p);
|
|
4475
4440
|
});
|
|
4476
4441
|
}
|
|
4477
|
-
return e.$$set = (
|
|
4478
|
-
"endpoint" in
|
|
4442
|
+
return e.$$set = (y) => {
|
|
4443
|
+
"endpoint" in y && r(6, i = y.endpoint), "session" in y && r(7, o = y.session), "buttonlocation" in y && r(0, s = y.buttonlocation), "lang" in y && r(8, a = y.lang), "mbsource" in y && r(9, h = y.mbsource), "clientstyling" in y && r(10, u = y.clientstyling), "clientstylingurl" in y && r(11, l = y.clientstylingurl), "translationurl" in y && r(12, c = y.translationurl);
|
|
4479
4444
|
}, e.$$.update = () => {
|
|
4480
4445
|
e.$$.dirty & /*endpoint, session, buttonlocation*/
|
|
4481
4446
|
193 && i && o && s && R(), e.$$.dirty & /*lang*/
|
|
4482
|
-
256 && a &&
|
|
4483
|
-
1026 && u &&
|
|
4484
|
-
1026 && u &&
|
|
4485
|
-
2050 && l &&
|
|
4486
|
-
514 && h &&
|
|
4487
|
-
4096 &&
|
|
4447
|
+
256 && a && P(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4448
|
+
1026 && u && p && Bt(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4449
|
+
1026 && u && p && Bt(p, u), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4450
|
+
2050 && l && p && Xi(p, l), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4451
|
+
514 && h && p && Wi(p, `${h}.Style`), e.$$.dirty & /*translationurl*/
|
|
4452
|
+
4096 && c && N();
|
|
4488
4453
|
}, [
|
|
4489
4454
|
s,
|
|
4490
|
-
|
|
4455
|
+
p,
|
|
4491
4456
|
n,
|
|
4492
4457
|
B,
|
|
4493
4458
|
$,
|
|
4494
|
-
|
|
4459
|
+
E,
|
|
4495
4460
|
i,
|
|
4496
4461
|
o,
|
|
4497
4462
|
a,
|
|
4498
4463
|
h,
|
|
4499
4464
|
u,
|
|
4500
4465
|
l,
|
|
4501
|
-
|
|
4502
|
-
|
|
4466
|
+
c,
|
|
4467
|
+
D,
|
|
4503
4468
|
ue,
|
|
4504
|
-
|
|
4469
|
+
hr
|
|
4505
4470
|
];
|
|
4506
4471
|
}
|
|
4507
|
-
class
|
|
4472
|
+
class Ki extends Rr {
|
|
4508
4473
|
constructor(t) {
|
|
4509
|
-
super(),
|
|
4474
|
+
super(), Cr(
|
|
4510
4475
|
this,
|
|
4511
4476
|
t,
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4477
|
+
qi,
|
|
4478
|
+
Yi,
|
|
4479
|
+
At,
|
|
4515
4480
|
{
|
|
4516
4481
|
endpoint: 6,
|
|
4517
4482
|
session: 7,
|
|
@@ -4522,7 +4487,7 @@ class no extends Fr {
|
|
|
4522
4487
|
clientstylingurl: 11,
|
|
4523
4488
|
translationurl: 12
|
|
4524
4489
|
},
|
|
4525
|
-
|
|
4490
|
+
zi
|
|
4526
4491
|
);
|
|
4527
4492
|
}
|
|
4528
4493
|
get endpoint() {
|
|
@@ -4574,7 +4539,7 @@ class no extends Fr {
|
|
|
4574
4539
|
this.$$set({ translationurl: t }), A();
|
|
4575
4540
|
}
|
|
4576
4541
|
}
|
|
4577
|
-
|
|
4542
|
+
$r(Ki, { endpoint: {}, session: {}, buttonlocation: {}, lang: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
|
|
4578
4543
|
export {
|
|
4579
|
-
|
|
4544
|
+
Ki as default
|
|
4580
4545
|
};
|