@everymatrix/player-panic-button 1.74.3 → 1.74.4
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/{PlayerPanicButton-DpaxzQmz.js → PlayerPanicButton-CERsF5Pr.js} +698 -684
- package/components/PlayerPanicButton-DQ4mYjLE.cjs +18 -0
- package/components/{PlayerPanicButton-kvRbaraB.js → PlayerPanicButton-hR3U-jzg.js} +583 -569
- package/es2015/player-panic-button.cjs +1 -1
- package/es2015/player-panic-button.js +1 -1
- package/esnext/player-panic-button.js +1 -1
- package/package.json +1 -1
- package/components/PlayerPanicButton-ClwDjGaA.cjs +0 -18
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var xe = (e, t, r) => t in e ?
|
|
1
|
+
var hr = Object.defineProperty, lr = Object.defineProperties;
|
|
2
|
+
var cr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var qe = Object.getOwnPropertySymbols;
|
|
4
|
+
var fr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var xe = (e, t, r) => t in e ? hr(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
|
+
fr.call(t, r) && xe(e, r, t[r]);
|
|
8
|
+
if (qe)
|
|
9
|
+
for (var r of qe(t))
|
|
10
|
+
pr.call(t, r) && xe(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, et = (e, t) => lr(e, cr(t));
|
|
13
13
|
var T = (e, t, r) => (xe(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
|
-
var
|
|
14
|
+
var tt = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (u) => {
|
|
16
16
|
try {
|
|
17
17
|
a(r.next(u));
|
|
@@ -29,25 +29,25 @@ var Ke = (e, t, r) => new Promise((n, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
function B() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function Ht(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function rt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
38
|
function re(e) {
|
|
39
|
-
e.forEach(
|
|
39
|
+
e.forEach(Ht);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function ze(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function Pt(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 At(e, ...t) {
|
|
51
51
|
if (e == null) {
|
|
52
52
|
for (const n of t)
|
|
53
53
|
n(void 0);
|
|
@@ -56,20 +56,20 @@ function Ht(e, ...t) {
|
|
|
56
56
|
const r = e.subscribe(...t);
|
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
60
|
-
e.$$.on_destroy.push(
|
|
59
|
+
function dr(e, t, r) {
|
|
60
|
+
e.$$.on_destroy.push(At(t, r));
|
|
61
61
|
}
|
|
62
62
|
function ue(e, t) {
|
|
63
63
|
e.appendChild(t);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const n =
|
|
65
|
+
function br(e, t, r) {
|
|
66
|
+
const n = gr(e);
|
|
67
67
|
if (!n.getElementById(t)) {
|
|
68
68
|
const i = Y("style");
|
|
69
|
-
i.id = t, i.textContent = r,
|
|
69
|
+
i.id = t, i.textContent = r, yr(n, i);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function gr(e) {
|
|
73
73
|
if (!e)
|
|
74
74
|
return document;
|
|
75
75
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -79,39 +79,39 @@ function pr(e) {
|
|
|
79
79
|
t
|
|
80
80
|
) : e.ownerDocument;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function yr(e, t) {
|
|
83
83
|
return ue(
|
|
84
84
|
/** @type {Document} */
|
|
85
85
|
e.head || e,
|
|
86
86
|
t
|
|
87
87
|
), t.sheet;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function Ot(e, t, r) {
|
|
90
90
|
e.insertBefore(t, r || null);
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function Xe(e) {
|
|
93
93
|
e.parentNode && e.parentNode.removeChild(e);
|
|
94
94
|
}
|
|
95
95
|
function Y(e) {
|
|
96
96
|
return document.createElement(e);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function vr(e) {
|
|
99
99
|
return document.createTextNode(e);
|
|
100
100
|
}
|
|
101
101
|
function C(e, t, r) {
|
|
102
102
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function Er(e) {
|
|
105
105
|
return Array.from(e.childNodes);
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function xr(e, t) {
|
|
108
108
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
109
109
|
t);
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function nt(e, t, r) {
|
|
112
112
|
e.classList.toggle(t, !!r);
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function _r(e) {
|
|
115
115
|
const t = {};
|
|
116
116
|
return e.childNodes.forEach(
|
|
117
117
|
/** @param {Element} node */
|
|
@@ -124,23 +124,23 @@ let K;
|
|
|
124
124
|
function q(e) {
|
|
125
125
|
K = e;
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function Sr() {
|
|
128
128
|
if (!K)
|
|
129
129
|
throw new Error("Function called outside component initialization");
|
|
130
130
|
return K;
|
|
131
131
|
}
|
|
132
|
-
function
|
|
133
|
-
|
|
132
|
+
function Tr(e) {
|
|
133
|
+
Sr().$$.on_mount.push(e);
|
|
134
134
|
}
|
|
135
|
-
const
|
|
136
|
-
let
|
|
137
|
-
const
|
|
138
|
-
let
|
|
139
|
-
function
|
|
140
|
-
|
|
135
|
+
const F = [], pe = [];
|
|
136
|
+
let G = [];
|
|
137
|
+
const it = [], wr = /* @__PURE__ */ Promise.resolve();
|
|
138
|
+
let Oe = !1;
|
|
139
|
+
function Br() {
|
|
140
|
+
Oe || (Oe = !0, wr.then(P));
|
|
141
141
|
}
|
|
142
|
-
function
|
|
143
|
-
|
|
142
|
+
function Ie(e) {
|
|
143
|
+
G.push(e);
|
|
144
144
|
}
|
|
145
145
|
const _e = /* @__PURE__ */ new Set();
|
|
146
146
|
let U = 0;
|
|
@@ -150,55 +150,55 @@ function P() {
|
|
|
150
150
|
const e = K;
|
|
151
151
|
do {
|
|
152
152
|
try {
|
|
153
|
-
for (; U <
|
|
154
|
-
const t =
|
|
155
|
-
U++, q(t),
|
|
153
|
+
for (; U < F.length; ) {
|
|
154
|
+
const t = F[U];
|
|
155
|
+
U++, q(t), Hr(t.$$);
|
|
156
156
|
}
|
|
157
157
|
} catch (t) {
|
|
158
|
-
throw
|
|
158
|
+
throw F.length = 0, U = 0, t;
|
|
159
159
|
}
|
|
160
|
-
for (q(null),
|
|
161
|
-
|
|
162
|
-
for (let t = 0; t <
|
|
163
|
-
const r =
|
|
160
|
+
for (q(null), F.length = 0, U = 0; pe.length; )
|
|
161
|
+
pe.pop()();
|
|
162
|
+
for (let t = 0; t < G.length; t += 1) {
|
|
163
|
+
const r = G[t];
|
|
164
164
|
_e.has(r) || (_e.add(r), r());
|
|
165
165
|
}
|
|
166
|
-
|
|
167
|
-
} while (
|
|
168
|
-
for (;
|
|
169
|
-
|
|
170
|
-
|
|
166
|
+
G.length = 0;
|
|
167
|
+
} while (F.length);
|
|
168
|
+
for (; it.length; )
|
|
169
|
+
it.pop()();
|
|
170
|
+
Oe = !1, _e.clear(), q(e);
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function Hr(e) {
|
|
173
173
|
if (e.fragment !== null) {
|
|
174
174
|
e.update(), re(e.before_update);
|
|
175
175
|
const t = e.dirty;
|
|
176
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
176
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ie);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function Pr(e) {
|
|
180
180
|
const t = [], r = [];
|
|
181
|
-
|
|
181
|
+
G.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), G = t;
|
|
182
182
|
}
|
|
183
|
-
const
|
|
184
|
-
function
|
|
185
|
-
e && e.i && (
|
|
183
|
+
const Ar = /* @__PURE__ */ new Set();
|
|
184
|
+
function Or(e, t) {
|
|
185
|
+
e && e.i && (Ar.delete(e), e.i(t));
|
|
186
186
|
}
|
|
187
|
-
function
|
|
187
|
+
function Ir(e, t, r) {
|
|
188
188
|
const { fragment: n, after_update: i } = e.$$;
|
|
189
|
-
n && n.m(t, r),
|
|
190
|
-
const o = e.$$.on_mount.map(
|
|
189
|
+
n && n.m(t, r), Ie(() => {
|
|
190
|
+
const o = e.$$.on_mount.map(Ht).filter(ze);
|
|
191
191
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : re(o), e.$$.on_mount = [];
|
|
192
|
-
}), i.forEach(
|
|
192
|
+
}), i.forEach(Ie);
|
|
193
193
|
}
|
|
194
|
-
function
|
|
194
|
+
function Lr(e, t) {
|
|
195
195
|
const r = e.$$;
|
|
196
|
-
r.fragment !== null && (
|
|
196
|
+
r.fragment !== null && (Pr(r.after_update), re(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
199
|
-
e.$$.dirty[0] === -1 && (
|
|
198
|
+
function Nr(e, t) {
|
|
199
|
+
e.$$.dirty[0] === -1 && (F.push(e), Br(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
200
200
|
}
|
|
201
|
-
function
|
|
201
|
+
function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
202
202
|
const u = K;
|
|
203
203
|
q(e);
|
|
204
204
|
const h = e.$$ = {
|
|
@@ -208,7 +208,7 @@ function Ir(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
208
208
|
props: o,
|
|
209
209
|
update: B,
|
|
210
210
|
not_equal: i,
|
|
211
|
-
bound:
|
|
211
|
+
bound: rt(),
|
|
212
212
|
// lifecycle
|
|
213
213
|
on_mount: [],
|
|
214
214
|
on_destroy: [],
|
|
@@ -217,28 +217,28 @@ function Ir(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
217
217
|
after_update: [],
|
|
218
218
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
219
219
|
// everything else
|
|
220
|
-
callbacks:
|
|
220
|
+
callbacks: rt(),
|
|
221
221
|
dirty: a,
|
|
222
222
|
skip_bound: !1,
|
|
223
223
|
root: t.target || u.$$.root
|
|
224
224
|
};
|
|
225
225
|
s && s(h.root);
|
|
226
226
|
let l = !1;
|
|
227
|
-
if (h.ctx = r(e, t.props || {}, (c, f, ...
|
|
228
|
-
const y =
|
|
229
|
-
return h.ctx && i(h.ctx[c], h.ctx[c] = y) && (!h.skip_bound && h.bound[c] && h.bound[c](y), l &&
|
|
230
|
-
}), h.update(), l = !0, re(h.before_update), h.fragment = n(h.ctx), t.target) {
|
|
227
|
+
if (h.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
|
|
228
|
+
const y = m.length ? m[0] : f;
|
|
229
|
+
return h.ctx && i(h.ctx[c], h.ctx[c] = y) && (!h.skip_bound && h.bound[c] && h.bound[c](y), l && Nr(e, c)), f;
|
|
230
|
+
}) : [], h.update(), l = !0, re(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
|
|
231
231
|
if (t.hydrate) {
|
|
232
|
-
const c =
|
|
233
|
-
h.fragment && h.fragment.l(c), c.forEach(
|
|
232
|
+
const c = Er(t.target);
|
|
233
|
+
h.fragment && h.fragment.l(c), c.forEach(Xe);
|
|
234
234
|
} else
|
|
235
235
|
h.fragment && h.fragment.c();
|
|
236
|
-
t.intro &&
|
|
236
|
+
t.intro && Or(e.$$.fragment), Ir(e, t.target, t.anchor), P();
|
|
237
237
|
}
|
|
238
238
|
q(u);
|
|
239
239
|
}
|
|
240
|
-
let
|
|
241
|
-
typeof HTMLElement == "function" && (
|
|
240
|
+
let It;
|
|
241
|
+
typeof HTMLElement == "function" && (It = class extends HTMLElement {
|
|
242
242
|
constructor(t, r, n) {
|
|
243
243
|
super();
|
|
244
244
|
/** The Svelte component constructor */
|
|
@@ -275,7 +275,7 @@ typeof HTMLElement == "function" && (At = class extends HTMLElement {
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
connectedCallback() {
|
|
278
|
-
return
|
|
278
|
+
return tt(this, null, function* () {
|
|
279
279
|
if (this.$$cn = !0, !this.$$c) {
|
|
280
280
|
let t = function(o) {
|
|
281
281
|
return () => {
|
|
@@ -289,17 +289,17 @@ typeof HTMLElement == "function" && (At = class extends HTMLElement {
|
|
|
289
289
|
* @param {HTMLElement} [anchor]
|
|
290
290
|
*/
|
|
291
291
|
m: function(h, l) {
|
|
292
|
-
|
|
292
|
+
Ot(h, s, l);
|
|
293
293
|
},
|
|
294
294
|
d: function(h) {
|
|
295
|
-
h &&
|
|
295
|
+
h && Xe(s);
|
|
296
296
|
}
|
|
297
297
|
};
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
300
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
301
301
|
return;
|
|
302
|
-
const r = {}, n =
|
|
302
|
+
const r = {}, n = _r(this);
|
|
303
303
|
for (const o of this.$$s)
|
|
304
304
|
o in n && (r[o] = [t(o)]);
|
|
305
305
|
for (const o of this.attributes) {
|
|
@@ -310,7 +310,7 @@ typeof HTMLElement == "function" && (At = class extends HTMLElement {
|
|
|
310
310
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
311
311
|
this.$$c = new this.$$ctor({
|
|
312
312
|
target: this.shadowRoot || this,
|
|
313
|
-
props:
|
|
313
|
+
props: et(Ke({}, this.$$d), {
|
|
314
314
|
$$slots: r,
|
|
315
315
|
$$scope: {
|
|
316
316
|
ctx: []
|
|
@@ -388,8 +388,8 @@ function he(e, t, r, n) {
|
|
|
388
388
|
return t;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
function
|
|
392
|
-
let s = class extends
|
|
391
|
+
function Mr(e, t, r, n, i, o) {
|
|
392
|
+
let s = class extends It {
|
|
393
393
|
constructor() {
|
|
394
394
|
super(e, r, i), this.$$p_d = t;
|
|
395
395
|
}
|
|
@@ -419,7 +419,7 @@ function Nr(e, t, r, n, i, o) {
|
|
|
419
419
|
}), e.element = /** @type {any} */
|
|
420
420
|
s, s;
|
|
421
421
|
}
|
|
422
|
-
class
|
|
422
|
+
class $r {
|
|
423
423
|
constructor() {
|
|
424
424
|
/**
|
|
425
425
|
* ### PRIVATE API
|
|
@@ -440,7 +440,7 @@ class Lr {
|
|
|
440
440
|
}
|
|
441
441
|
/** @returns {void} */
|
|
442
442
|
$destroy() {
|
|
443
|
-
|
|
443
|
+
Lr(this, 1), this.$destroy = B;
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
446
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -449,7 +449,7 @@ class Lr {
|
|
|
449
449
|
* @returns {() => void}
|
|
450
450
|
*/
|
|
451
451
|
$on(t, r) {
|
|
452
|
-
if (!
|
|
452
|
+
if (!ze(r))
|
|
453
453
|
return B;
|
|
454
454
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
455
455
|
return n.push(r), () => {
|
|
@@ -462,18 +462,18 @@ class Lr {
|
|
|
462
462
|
* @returns {void}
|
|
463
463
|
*/
|
|
464
464
|
$set(t) {
|
|
465
|
-
this.$$set && !
|
|
465
|
+
this.$$set && !mr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
-
const
|
|
469
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
470
|
-
function
|
|
468
|
+
const Rr = "4";
|
|
469
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Rr);
|
|
470
|
+
function Ur(e, t) {
|
|
471
471
|
if (e) {
|
|
472
472
|
const r = document.createElement("style");
|
|
473
473
|
r.innerHTML = t, e.appendChild(r);
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function Dr(e, t) {
|
|
477
477
|
const r = new URL(t);
|
|
478
478
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
479
479
|
const i = document.createElement("style");
|
|
@@ -482,7 +482,7 @@ function $r(e, t) {
|
|
|
482
482
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
483
483
|
});
|
|
484
484
|
}
|
|
485
|
-
function
|
|
485
|
+
function Fr(e, t, r) {
|
|
486
486
|
if (window.emMessageBus) {
|
|
487
487
|
const n = document.createElement("style");
|
|
488
488
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -504,18 +504,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
504
504
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
505
505
|
PERFORMANCE OF THIS SOFTWARE.
|
|
506
506
|
***************************************************************************** */
|
|
507
|
-
var
|
|
508
|
-
return
|
|
507
|
+
var Le = function(e, t) {
|
|
508
|
+
return Le = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
509
509
|
r.__proto__ = n;
|
|
510
510
|
} || function(r, n) {
|
|
511
511
|
for (var i in n)
|
|
512
512
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
513
|
-
},
|
|
513
|
+
}, Le(e, t);
|
|
514
514
|
};
|
|
515
515
|
function O(e, t) {
|
|
516
516
|
if (typeof t != "function" && t !== null)
|
|
517
517
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
518
|
-
|
|
518
|
+
Le(e, t);
|
|
519
519
|
function r() {
|
|
520
520
|
this.constructor = e;
|
|
521
521
|
}
|
|
@@ -531,7 +531,7 @@ var b = function() {
|
|
|
531
531
|
return t;
|
|
532
532
|
}, b.apply(this, arguments);
|
|
533
533
|
};
|
|
534
|
-
function
|
|
534
|
+
function Gr(e, t) {
|
|
535
535
|
var r = {};
|
|
536
536
|
for (var n in e)
|
|
537
537
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -552,7 +552,7 @@ function Ne(e) {
|
|
|
552
552
|
};
|
|
553
553
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function Ce(e, t) {
|
|
556
556
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
557
557
|
if (!r)
|
|
558
558
|
return e;
|
|
@@ -581,13 +581,13 @@ function j(e, t, r) {
|
|
|
581
581
|
function A(e) {
|
|
582
582
|
return typeof e == "function";
|
|
583
583
|
}
|
|
584
|
-
function
|
|
584
|
+
function Lt(e) {
|
|
585
585
|
var t = function(n) {
|
|
586
586
|
Error.call(n), n.stack = new Error().stack;
|
|
587
587
|
}, r = e(t);
|
|
588
588
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
589
589
|
}
|
|
590
|
-
var Se =
|
|
590
|
+
var Se = Lt(function(e) {
|
|
591
591
|
return function(r) {
|
|
592
592
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
593
593
|
` + r.map(function(n, i) {
|
|
@@ -596,7 +596,7 @@ var Se = Ot(function(e) {
|
|
|
596
596
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
597
597
|
};
|
|
598
598
|
});
|
|
599
|
-
function
|
|
599
|
+
function Me(e, t) {
|
|
600
600
|
if (e) {
|
|
601
601
|
var r = e.indexOf(t);
|
|
602
602
|
0 <= r && e.splice(r, 1);
|
|
@@ -641,19 +641,19 @@ var be = function() {
|
|
|
641
641
|
if (c) {
|
|
642
642
|
this._finalizers = null;
|
|
643
643
|
try {
|
|
644
|
-
for (var f = Ne(c),
|
|
645
|
-
var y =
|
|
644
|
+
for (var f = Ne(c), m = f.next(); !m.done; m = f.next()) {
|
|
645
|
+
var y = m.value;
|
|
646
646
|
try {
|
|
647
|
-
|
|
647
|
+
ot(y);
|
|
648
648
|
} catch (g) {
|
|
649
|
-
o = o != null ? o : [], g instanceof Se ? o = j(j([],
|
|
649
|
+
o = o != null ? o : [], g instanceof Se ? o = j(j([], Ce(o)), Ce(g.errors)) : o.push(g);
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
} catch (g) {
|
|
653
653
|
n = { error: g };
|
|
654
654
|
} finally {
|
|
655
655
|
try {
|
|
656
|
-
|
|
656
|
+
m && !m.done && (i = f.return) && i.call(f);
|
|
657
657
|
} finally {
|
|
658
658
|
if (n)
|
|
659
659
|
throw n.error;
|
|
@@ -667,7 +667,7 @@ var be = function() {
|
|
|
667
667
|
var r;
|
|
668
668
|
if (t && t !== this)
|
|
669
669
|
if (this.closed)
|
|
670
|
-
|
|
670
|
+
ot(t);
|
|
671
671
|
else {
|
|
672
672
|
if (t instanceof e) {
|
|
673
673
|
if (t.closed || t._hasParent(this))
|
|
@@ -684,56 +684,56 @@ var be = function() {
|
|
|
684
684
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
685
685
|
}, e.prototype._removeParent = function(t) {
|
|
686
686
|
var r = this._parentage;
|
|
687
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
687
|
+
r === t ? this._parentage = null : Array.isArray(r) && Me(r, t);
|
|
688
688
|
}, e.prototype.remove = function(t) {
|
|
689
689
|
var r = this._finalizers;
|
|
690
|
-
r &&
|
|
690
|
+
r && Me(r, t), t instanceof e && t._removeParent(this);
|
|
691
691
|
}, e.EMPTY = function() {
|
|
692
692
|
var t = new e();
|
|
693
693
|
return t.closed = !0, t;
|
|
694
694
|
}(), e;
|
|
695
|
-
}(),
|
|
696
|
-
function
|
|
695
|
+
}(), Nt = be.EMPTY;
|
|
696
|
+
function Ct(e) {
|
|
697
697
|
return e instanceof be || e && "closed" in e && A(e.remove) && A(e.add) && A(e.unsubscribe);
|
|
698
698
|
}
|
|
699
|
-
function
|
|
699
|
+
function ot(e) {
|
|
700
700
|
A(e) ? e() : e.unsubscribe();
|
|
701
701
|
}
|
|
702
|
-
var
|
|
702
|
+
var Mt = {
|
|
703
703
|
onUnhandledError: null,
|
|
704
704
|
onStoppedNotification: null,
|
|
705
705
|
Promise: void 0,
|
|
706
706
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
707
707
|
useDeprecatedNextContext: !1
|
|
708
|
-
},
|
|
708
|
+
}, jr = {
|
|
709
709
|
setTimeout: function(e, t) {
|
|
710
710
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
711
711
|
r[n - 2] = arguments[n];
|
|
712
|
-
return setTimeout.apply(void 0, j([e, t],
|
|
712
|
+
return setTimeout.apply(void 0, j([e, t], Ce(r)));
|
|
713
713
|
},
|
|
714
714
|
clearTimeout: function(e) {
|
|
715
715
|
return clearTimeout(e);
|
|
716
716
|
},
|
|
717
717
|
delegate: void 0
|
|
718
718
|
};
|
|
719
|
-
function
|
|
720
|
-
|
|
719
|
+
function kr(e) {
|
|
720
|
+
jr.setTimeout(function() {
|
|
721
721
|
throw e;
|
|
722
722
|
});
|
|
723
723
|
}
|
|
724
|
-
function
|
|
724
|
+
function st() {
|
|
725
725
|
}
|
|
726
726
|
function le(e) {
|
|
727
727
|
e();
|
|
728
728
|
}
|
|
729
|
-
var
|
|
729
|
+
var $t = function(e) {
|
|
730
730
|
O(t, e);
|
|
731
731
|
function t(r) {
|
|
732
732
|
var n = e.call(this) || this;
|
|
733
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
733
|
+
return n.isStopped = !1, r ? (n.destination = r, Ct(r) && r.add(n)) : n.destination = Wr, n;
|
|
734
734
|
}
|
|
735
735
|
return t.create = function(r, n, i) {
|
|
736
|
-
return new
|
|
736
|
+
return new $e(r, n, i);
|
|
737
737
|
}, t.prototype.next = function(r) {
|
|
738
738
|
this.isStopped || this._next(r);
|
|
739
739
|
}, t.prototype.error = function(r) {
|
|
@@ -757,7 +757,11 @@ var Lt = function(e) {
|
|
|
757
757
|
this.unsubscribe();
|
|
758
758
|
}
|
|
759
759
|
}, t;
|
|
760
|
-
}(be),
|
|
760
|
+
}(be), Vr = Function.prototype.bind;
|
|
761
|
+
function Te(e, t) {
|
|
762
|
+
return Vr.call(e, t);
|
|
763
|
+
}
|
|
764
|
+
var zr = function() {
|
|
761
765
|
function e(t) {
|
|
762
766
|
this.partialObserver = t;
|
|
763
767
|
}
|
|
@@ -788,43 +792,55 @@ var Lt = function(e) {
|
|
|
788
792
|
oe(r);
|
|
789
793
|
}
|
|
790
794
|
}, e;
|
|
791
|
-
}(),
|
|
795
|
+
}(), $e = function(e) {
|
|
792
796
|
O(t, e);
|
|
793
797
|
function t(r, n, i) {
|
|
794
798
|
var o = e.call(this) || this, s;
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
799
|
+
if (A(r) || !r)
|
|
800
|
+
s = {
|
|
801
|
+
next: r != null ? r : void 0,
|
|
802
|
+
error: n != null ? n : void 0,
|
|
803
|
+
complete: i != null ? i : void 0
|
|
804
|
+
};
|
|
805
|
+
else {
|
|
806
|
+
var a;
|
|
807
|
+
o && Mt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
808
|
+
return o.unsubscribe();
|
|
809
|
+
}, s = {
|
|
810
|
+
next: r.next && Te(r.next, a),
|
|
811
|
+
error: r.error && Te(r.error, a),
|
|
812
|
+
complete: r.complete && Te(r.complete, a)
|
|
813
|
+
}) : s = r;
|
|
814
|
+
}
|
|
815
|
+
return o.destination = new zr(s), o;
|
|
800
816
|
}
|
|
801
817
|
return t;
|
|
802
|
-
}(
|
|
818
|
+
}($t);
|
|
803
819
|
function oe(e) {
|
|
804
|
-
|
|
820
|
+
kr(e);
|
|
805
821
|
}
|
|
806
|
-
function
|
|
822
|
+
function Xr(e) {
|
|
807
823
|
throw e;
|
|
808
824
|
}
|
|
809
|
-
var
|
|
825
|
+
var Wr = {
|
|
810
826
|
closed: !0,
|
|
811
|
-
next:
|
|
812
|
-
error:
|
|
813
|
-
complete:
|
|
814
|
-
},
|
|
827
|
+
next: st,
|
|
828
|
+
error: Xr,
|
|
829
|
+
complete: st
|
|
830
|
+
}, Zr = function() {
|
|
815
831
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
816
832
|
}();
|
|
817
|
-
function
|
|
833
|
+
function Qr(e) {
|
|
818
834
|
return e;
|
|
819
835
|
}
|
|
820
|
-
function
|
|
821
|
-
return e.length === 0 ?
|
|
836
|
+
function Jr(e) {
|
|
837
|
+
return e.length === 0 ? Qr : e.length === 1 ? e[0] : function(r) {
|
|
822
838
|
return e.reduce(function(n, i) {
|
|
823
839
|
return i(n);
|
|
824
840
|
}, r);
|
|
825
841
|
};
|
|
826
842
|
}
|
|
827
|
-
var
|
|
843
|
+
var at = function() {
|
|
828
844
|
function e(t) {
|
|
829
845
|
t && (this._subscribe = t);
|
|
830
846
|
}
|
|
@@ -832,7 +848,7 @@ var ot = function() {
|
|
|
832
848
|
var r = new e();
|
|
833
849
|
return r.source = this, r.operator = t, r;
|
|
834
850
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
835
|
-
var i = this, o =
|
|
851
|
+
var i = this, o = qr(t) ? t : new $e(t, r, n);
|
|
836
852
|
return le(function() {
|
|
837
853
|
var s = i, a = s.operator, u = s.source;
|
|
838
854
|
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -845,8 +861,8 @@ var ot = function() {
|
|
|
845
861
|
}
|
|
846
862
|
}, e.prototype.forEach = function(t, r) {
|
|
847
863
|
var n = this;
|
|
848
|
-
return r =
|
|
849
|
-
var s = new
|
|
864
|
+
return r = ut(r), new r(function(i, o) {
|
|
865
|
+
var s = new $e({
|
|
850
866
|
next: function(a) {
|
|
851
867
|
try {
|
|
852
868
|
t(a);
|
|
@@ -862,15 +878,15 @@ var ot = function() {
|
|
|
862
878
|
}, e.prototype._subscribe = function(t) {
|
|
863
879
|
var r;
|
|
864
880
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
865
|
-
}, e.prototype[
|
|
881
|
+
}, e.prototype[Zr] = function() {
|
|
866
882
|
return this;
|
|
867
883
|
}, e.prototype.pipe = function() {
|
|
868
884
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
869
885
|
t[r] = arguments[r];
|
|
870
|
-
return
|
|
886
|
+
return Jr(t)(this);
|
|
871
887
|
}, e.prototype.toPromise = function(t) {
|
|
872
888
|
var r = this;
|
|
873
|
-
return t =
|
|
889
|
+
return t = ut(t), new t(function(n, i) {
|
|
874
890
|
var o;
|
|
875
891
|
r.subscribe(function(s) {
|
|
876
892
|
return o = s;
|
|
@@ -884,32 +900,32 @@ var ot = function() {
|
|
|
884
900
|
return new e(t);
|
|
885
901
|
}, e;
|
|
886
902
|
}();
|
|
887
|
-
function
|
|
903
|
+
function ut(e) {
|
|
888
904
|
var t;
|
|
889
|
-
return (t = e != null ? e :
|
|
905
|
+
return (t = e != null ? e : Mt.Promise) !== null && t !== void 0 ? t : Promise;
|
|
890
906
|
}
|
|
891
|
-
function
|
|
907
|
+
function Yr(e) {
|
|
892
908
|
return e && A(e.next) && A(e.error) && A(e.complete);
|
|
893
909
|
}
|
|
894
|
-
function
|
|
895
|
-
return e && e instanceof
|
|
910
|
+
function qr(e) {
|
|
911
|
+
return e && e instanceof $t || Yr(e) && Ct(e);
|
|
896
912
|
}
|
|
897
|
-
var
|
|
913
|
+
var Kr = Lt(function(e) {
|
|
898
914
|
return function() {
|
|
899
915
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
900
916
|
};
|
|
901
|
-
}),
|
|
917
|
+
}), Rt = function(e) {
|
|
902
918
|
O(t, e);
|
|
903
919
|
function t() {
|
|
904
920
|
var r = e.call(this) || this;
|
|
905
921
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
906
922
|
}
|
|
907
923
|
return t.prototype.lift = function(r) {
|
|
908
|
-
var n = new
|
|
924
|
+
var n = new ht(this, this);
|
|
909
925
|
return n.operator = r, n;
|
|
910
926
|
}, t.prototype._throwIfClosed = function() {
|
|
911
927
|
if (this.closed)
|
|
912
|
-
throw new
|
|
928
|
+
throw new Kr();
|
|
913
929
|
}, t.prototype.next = function(r) {
|
|
914
930
|
var n = this;
|
|
915
931
|
le(function() {
|
|
@@ -966,19 +982,19 @@ var Jr = Ot(function(e) {
|
|
|
966
982
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
967
983
|
}, t.prototype._innerSubscribe = function(r) {
|
|
968
984
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
969
|
-
return o || s ?
|
|
970
|
-
n.currentObservers = null,
|
|
985
|
+
return o || s ? Nt : (this.currentObservers = null, a.push(r), new be(function() {
|
|
986
|
+
n.currentObservers = null, Me(a, r);
|
|
971
987
|
}));
|
|
972
988
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
973
989
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
974
990
|
i ? r.error(o) : s && r.complete();
|
|
975
991
|
}, t.prototype.asObservable = function() {
|
|
976
|
-
var r = new
|
|
992
|
+
var r = new at();
|
|
977
993
|
return r.source = this, r;
|
|
978
994
|
}, t.create = function(r, n) {
|
|
979
|
-
return new
|
|
995
|
+
return new ht(r, n);
|
|
980
996
|
}, t;
|
|
981
|
-
}(
|
|
997
|
+
}(at), ht = function(e) {
|
|
982
998
|
O(t, e);
|
|
983
999
|
function t(r, n) {
|
|
984
1000
|
var i = e.call(this) || this;
|
|
@@ -995,17 +1011,17 @@ var Jr = Ot(function(e) {
|
|
|
995
1011
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
996
1012
|
}, t.prototype._subscribe = function(r) {
|
|
997
1013
|
var n, i;
|
|
998
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
1014
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Nt;
|
|
999
1015
|
}, t;
|
|
1000
|
-
}(
|
|
1016
|
+
}(Rt), Ut = {
|
|
1001
1017
|
now: function() {
|
|
1002
|
-
return (
|
|
1018
|
+
return (Ut.delegate || Date).now();
|
|
1003
1019
|
},
|
|
1004
1020
|
delegate: void 0
|
|
1005
|
-
},
|
|
1021
|
+
}, en = function(e) {
|
|
1006
1022
|
O(t, e);
|
|
1007
1023
|
function t(r, n, i) {
|
|
1008
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
1024
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ut);
|
|
1009
1025
|
var o = e.call(this) || this;
|
|
1010
1026
|
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;
|
|
1011
1027
|
}
|
|
@@ -1025,15 +1041,15 @@ var Jr = Ot(function(e) {
|
|
|
1025
1041
|
h && o.splice(0, h + 1);
|
|
1026
1042
|
}
|
|
1027
1043
|
}, t;
|
|
1028
|
-
}(
|
|
1029
|
-
const
|
|
1030
|
-
if (
|
|
1031
|
-
const r = new
|
|
1032
|
-
|
|
1044
|
+
}(Rt);
|
|
1045
|
+
const lt = [], ct = {}, tn = (e, t = 0) => {
|
|
1046
|
+
if (lt.indexOf(e) == -1) {
|
|
1047
|
+
const r = new en(t);
|
|
1048
|
+
ct[e] = r, lt.push(e);
|
|
1033
1049
|
}
|
|
1034
|
-
return
|
|
1050
|
+
return ct[e];
|
|
1035
1051
|
}, D = [];
|
|
1036
|
-
function
|
|
1052
|
+
function rn(e, t) {
|
|
1037
1053
|
return {
|
|
1038
1054
|
subscribe: ge(e, t).subscribe
|
|
1039
1055
|
};
|
|
@@ -1042,7 +1058,7 @@ function ge(e, t = B) {
|
|
|
1042
1058
|
let r;
|
|
1043
1059
|
const n = /* @__PURE__ */ new Set();
|
|
1044
1060
|
function i(a) {
|
|
1045
|
-
if (
|
|
1061
|
+
if (Pt(e, a) && (e = a, r)) {
|
|
1046
1062
|
const u = !D.length;
|
|
1047
1063
|
for (const h of n)
|
|
1048
1064
|
h[1](), D.push(h, e);
|
|
@@ -1069,7 +1085,7 @@ function W(e, t, r) {
|
|
|
1069
1085
|
if (!i.every(Boolean))
|
|
1070
1086
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1071
1087
|
const o = t.length < 2;
|
|
1072
|
-
return
|
|
1088
|
+
return rn(r, (s, a) => {
|
|
1073
1089
|
let u = !1;
|
|
1074
1090
|
const h = [];
|
|
1075
1091
|
let l = 0, c = B;
|
|
@@ -1078,9 +1094,9 @@ function W(e, t, r) {
|
|
|
1078
1094
|
return;
|
|
1079
1095
|
c();
|
|
1080
1096
|
const y = t(n ? h[0] : h, s, a);
|
|
1081
|
-
o ? s(y) : c =
|
|
1082
|
-
},
|
|
1083
|
-
(y, g) =>
|
|
1097
|
+
o ? s(y) : c = ze(y) ? y : B;
|
|
1098
|
+
}, m = i.map(
|
|
1099
|
+
(y, g) => At(
|
|
1084
1100
|
y,
|
|
1085
1101
|
(w) => {
|
|
1086
1102
|
h[g] = w, l &= ~(1 << g), u && f();
|
|
@@ -1091,74 +1107,74 @@ function W(e, t, r) {
|
|
|
1091
1107
|
)
|
|
1092
1108
|
);
|
|
1093
1109
|
return u = !0, f(), function() {
|
|
1094
|
-
re(
|
|
1110
|
+
re(m), c(), u = !1;
|
|
1095
1111
|
};
|
|
1096
1112
|
});
|
|
1097
1113
|
}
|
|
1098
|
-
function
|
|
1099
|
-
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1114
|
+
function nn(e) {
|
|
1115
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1100
1116
|
}
|
|
1101
|
-
var
|
|
1102
|
-
return
|
|
1117
|
+
var on = function(t) {
|
|
1118
|
+
return sn(t) && !an(t);
|
|
1103
1119
|
};
|
|
1104
|
-
function
|
|
1120
|
+
function sn(e) {
|
|
1105
1121
|
return !!e && typeof e == "object";
|
|
1106
1122
|
}
|
|
1107
|
-
function
|
|
1123
|
+
function an(e) {
|
|
1108
1124
|
var t = Object.prototype.toString.call(e);
|
|
1109
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1125
|
+
return t === "[object RegExp]" || t === "[object Date]" || ln(e);
|
|
1110
1126
|
}
|
|
1111
|
-
var
|
|
1112
|
-
function
|
|
1113
|
-
return e.$$typeof ===
|
|
1127
|
+
var un = typeof Symbol == "function" && Symbol.for, hn = un ? Symbol.for("react.element") : 60103;
|
|
1128
|
+
function ln(e) {
|
|
1129
|
+
return e.$$typeof === hn;
|
|
1114
1130
|
}
|
|
1115
|
-
function
|
|
1131
|
+
function cn(e) {
|
|
1116
1132
|
return Array.isArray(e) ? [] : {};
|
|
1117
1133
|
}
|
|
1118
1134
|
function ee(e, t) {
|
|
1119
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? k(
|
|
1135
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? k(cn(e), e, t) : e;
|
|
1120
1136
|
}
|
|
1121
|
-
function
|
|
1137
|
+
function fn(e, t, r) {
|
|
1122
1138
|
return e.concat(t).map(function(n) {
|
|
1123
1139
|
return ee(n, r);
|
|
1124
1140
|
});
|
|
1125
1141
|
}
|
|
1126
|
-
function
|
|
1142
|
+
function pn(e, t) {
|
|
1127
1143
|
if (!t.customMerge)
|
|
1128
1144
|
return k;
|
|
1129
1145
|
var r = t.customMerge(e);
|
|
1130
1146
|
return typeof r == "function" ? r : k;
|
|
1131
1147
|
}
|
|
1132
|
-
function
|
|
1148
|
+
function mn(e) {
|
|
1133
1149
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1134
1150
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1135
1151
|
}) : [];
|
|
1136
1152
|
}
|
|
1137
|
-
function
|
|
1138
|
-
return Object.keys(e).concat(
|
|
1153
|
+
function ft(e) {
|
|
1154
|
+
return Object.keys(e).concat(mn(e));
|
|
1139
1155
|
}
|
|
1140
|
-
function
|
|
1156
|
+
function Dt(e, t) {
|
|
1141
1157
|
try {
|
|
1142
1158
|
return t in e;
|
|
1143
1159
|
} catch (r) {
|
|
1144
1160
|
return !1;
|
|
1145
1161
|
}
|
|
1146
1162
|
}
|
|
1147
|
-
function
|
|
1148
|
-
return
|
|
1163
|
+
function dn(e, t) {
|
|
1164
|
+
return Dt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1149
1165
|
}
|
|
1150
|
-
function
|
|
1166
|
+
function bn(e, t, r) {
|
|
1151
1167
|
var n = {};
|
|
1152
|
-
return r.isMergeableObject(e) &&
|
|
1168
|
+
return r.isMergeableObject(e) && ft(e).forEach(function(i) {
|
|
1153
1169
|
n[i] = ee(e[i], r);
|
|
1154
|
-
}),
|
|
1155
|
-
|
|
1170
|
+
}), ft(t).forEach(function(i) {
|
|
1171
|
+
dn(e, i) || (Dt(e, i) && r.isMergeableObject(t[i]) ? n[i] = pn(i, r)(e[i], t[i], r) : n[i] = ee(t[i], r));
|
|
1156
1172
|
}), n;
|
|
1157
1173
|
}
|
|
1158
1174
|
function k(e, t, r) {
|
|
1159
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1175
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || on, r.cloneUnlessOtherwiseSpecified = ee;
|
|
1160
1176
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1161
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1177
|
+
return o ? n ? r.arrayMerge(e, t, r) : bn(e, t, r) : ee(t, r);
|
|
1162
1178
|
}
|
|
1163
1179
|
k.all = function(t, r) {
|
|
1164
1180
|
if (!Array.isArray(t))
|
|
@@ -1167,64 +1183,62 @@ k.all = function(t, r) {
|
|
|
1167
1183
|
return k(n, i, r);
|
|
1168
1184
|
}, {});
|
|
1169
1185
|
};
|
|
1170
|
-
var
|
|
1171
|
-
const
|
|
1172
|
-
function
|
|
1173
|
-
var r = t && t.cache ? t.cache :
|
|
1186
|
+
var gn = k, yn = gn;
|
|
1187
|
+
const vn = /* @__PURE__ */ nn(yn);
|
|
1188
|
+
function we(e, t) {
|
|
1189
|
+
var r = t && t.cache ? t.cache : wn, n = t && t.serializer ? t.serializer : Tn, i = t && t.strategy ? t.strategy : xn;
|
|
1174
1190
|
return i(e, {
|
|
1175
1191
|
cache: r,
|
|
1176
1192
|
serializer: n
|
|
1177
1193
|
});
|
|
1178
1194
|
}
|
|
1179
|
-
function
|
|
1195
|
+
function En(e) {
|
|
1180
1196
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1181
1197
|
}
|
|
1182
|
-
function
|
|
1183
|
-
var i =
|
|
1198
|
+
function Ft(e, t, r, n) {
|
|
1199
|
+
var i = En(n) ? n : r(n), o = t.get(i);
|
|
1184
1200
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1185
1201
|
}
|
|
1186
|
-
function
|
|
1202
|
+
function Gt(e, t, r) {
|
|
1187
1203
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1188
1204
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1189
1205
|
}
|
|
1190
|
-
function
|
|
1206
|
+
function We(e, t, r, n, i) {
|
|
1191
1207
|
return r.bind(t, e, n, i);
|
|
1192
1208
|
}
|
|
1193
|
-
function
|
|
1194
|
-
var r = e.length === 1 ?
|
|
1195
|
-
return
|
|
1209
|
+
function xn(e, t) {
|
|
1210
|
+
var r = e.length === 1 ? Ft : Gt;
|
|
1211
|
+
return We(e, this, r, t.cache.create(), t.serializer);
|
|
1196
1212
|
}
|
|
1197
|
-
function
|
|
1198
|
-
return
|
|
1213
|
+
function _n(e, t) {
|
|
1214
|
+
return We(e, this, Gt, t.cache.create(), t.serializer);
|
|
1199
1215
|
}
|
|
1200
|
-
function
|
|
1201
|
-
return
|
|
1216
|
+
function Sn(e, t) {
|
|
1217
|
+
return We(e, this, Ft, t.cache.create(), t.serializer);
|
|
1202
1218
|
}
|
|
1203
|
-
var
|
|
1219
|
+
var Tn = function() {
|
|
1204
1220
|
return JSON.stringify(arguments);
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
}()
|
|
1217
|
-
), Sn = {
|
|
1221
|
+
};
|
|
1222
|
+
function Ze() {
|
|
1223
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1224
|
+
}
|
|
1225
|
+
Ze.prototype.get = function(e) {
|
|
1226
|
+
return this.cache[e];
|
|
1227
|
+
};
|
|
1228
|
+
Ze.prototype.set = function(e, t) {
|
|
1229
|
+
this.cache[e] = t;
|
|
1230
|
+
};
|
|
1231
|
+
var wn = {
|
|
1218
1232
|
create: function() {
|
|
1219
|
-
return new
|
|
1233
|
+
return new Ze();
|
|
1220
1234
|
}
|
|
1221
|
-
},
|
|
1222
|
-
variadic:
|
|
1223
|
-
monadic:
|
|
1224
|
-
},
|
|
1235
|
+
}, Be = {
|
|
1236
|
+
variadic: _n,
|
|
1237
|
+
monadic: Sn
|
|
1238
|
+
}, p;
|
|
1225
1239
|
(function(e) {
|
|
1226
1240
|
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";
|
|
1227
|
-
})(
|
|
1241
|
+
})(p || (p = {}));
|
|
1228
1242
|
var E;
|
|
1229
1243
|
(function(e) {
|
|
1230
1244
|
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";
|
|
@@ -1233,43 +1247,43 @@ var V;
|
|
|
1233
1247
|
(function(e) {
|
|
1234
1248
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1235
1249
|
})(V || (V = {}));
|
|
1236
|
-
function
|
|
1250
|
+
function pt(e) {
|
|
1237
1251
|
return e.type === E.literal;
|
|
1238
1252
|
}
|
|
1239
|
-
function
|
|
1253
|
+
function Bn(e) {
|
|
1240
1254
|
return e.type === E.argument;
|
|
1241
1255
|
}
|
|
1242
|
-
function
|
|
1256
|
+
function jt(e) {
|
|
1243
1257
|
return e.type === E.number;
|
|
1244
1258
|
}
|
|
1245
|
-
function
|
|
1259
|
+
function kt(e) {
|
|
1246
1260
|
return e.type === E.date;
|
|
1247
1261
|
}
|
|
1248
|
-
function
|
|
1262
|
+
function Vt(e) {
|
|
1249
1263
|
return e.type === E.time;
|
|
1250
1264
|
}
|
|
1251
|
-
function
|
|
1265
|
+
function zt(e) {
|
|
1252
1266
|
return e.type === E.select;
|
|
1253
1267
|
}
|
|
1254
|
-
function
|
|
1268
|
+
function Xt(e) {
|
|
1255
1269
|
return e.type === E.plural;
|
|
1256
1270
|
}
|
|
1257
|
-
function
|
|
1271
|
+
function Hn(e) {
|
|
1258
1272
|
return e.type === E.pound;
|
|
1259
1273
|
}
|
|
1260
|
-
function
|
|
1274
|
+
function Wt(e) {
|
|
1261
1275
|
return e.type === E.tag;
|
|
1262
1276
|
}
|
|
1263
|
-
function
|
|
1277
|
+
function Zt(e) {
|
|
1264
1278
|
return !!(e && typeof e == "object" && e.type === V.number);
|
|
1265
1279
|
}
|
|
1266
|
-
function
|
|
1280
|
+
function Re(e) {
|
|
1267
1281
|
return !!(e && typeof e == "object" && e.type === V.dateTime);
|
|
1268
1282
|
}
|
|
1269
|
-
var
|
|
1270
|
-
function
|
|
1283
|
+
var Qt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Pn = /(?:[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;
|
|
1284
|
+
function An(e) {
|
|
1271
1285
|
var t = {};
|
|
1272
|
-
return e.replace(
|
|
1286
|
+
return e.replace(Pn, function(r) {
|
|
1273
1287
|
var n = r.length;
|
|
1274
1288
|
switch (r[0]) {
|
|
1275
1289
|
case "G":
|
|
@@ -1358,11 +1372,11 @@ function Hn(e) {
|
|
|
1358
1372
|
return "";
|
|
1359
1373
|
}), t;
|
|
1360
1374
|
}
|
|
1361
|
-
var
|
|
1362
|
-
function
|
|
1375
|
+
var On = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1376
|
+
function In(e) {
|
|
1363
1377
|
if (e.length === 0)
|
|
1364
1378
|
throw new Error("Number skeleton cannot be empty");
|
|
1365
|
-
for (var t = e.split(
|
|
1379
|
+
for (var t = e.split(On).filter(function(f) {
|
|
1366
1380
|
return f.length > 0;
|
|
1367
1381
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1368
1382
|
var o = i[n], s = o.split("/");
|
|
@@ -1377,17 +1391,17 @@ function An(e) {
|
|
|
1377
1391
|
}
|
|
1378
1392
|
return r;
|
|
1379
1393
|
}
|
|
1380
|
-
function
|
|
1394
|
+
function Ln(e) {
|
|
1381
1395
|
return e.replace(/^(.*?)-/, "");
|
|
1382
1396
|
}
|
|
1383
|
-
var
|
|
1397
|
+
var mt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Jt = /^(@+)?(\+|#+)?[rs]?$/g, Nn = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
|
|
1384
1398
|
function dt(e) {
|
|
1385
1399
|
var t = {};
|
|
1386
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1400
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Jt, function(r, n, i) {
|
|
1387
1401
|
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)), "";
|
|
1388
1402
|
}), t;
|
|
1389
1403
|
}
|
|
1390
|
-
function
|
|
1404
|
+
function qt(e) {
|
|
1391
1405
|
switch (e) {
|
|
1392
1406
|
case "sign-auto":
|
|
1393
1407
|
return {
|
|
@@ -1427,7 +1441,7 @@ function Qt(e) {
|
|
|
1427
1441
|
};
|
|
1428
1442
|
}
|
|
1429
1443
|
}
|
|
1430
|
-
function
|
|
1444
|
+
function Cn(e) {
|
|
1431
1445
|
var t;
|
|
1432
1446
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1433
1447
|
notation: "engineering"
|
|
@@ -1435,17 +1449,17 @@ function Nn(e) {
|
|
|
1435
1449
|
notation: "scientific"
|
|
1436
1450
|
}, e = e.slice(1)), t) {
|
|
1437
1451
|
var r = e.slice(0, 2);
|
|
1438
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1452
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Yt.test(e))
|
|
1439
1453
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1440
1454
|
t.minimumIntegerDigits = e.length;
|
|
1441
1455
|
}
|
|
1442
1456
|
return t;
|
|
1443
1457
|
}
|
|
1444
|
-
function
|
|
1445
|
-
var t = {}, r =
|
|
1458
|
+
function bt(e) {
|
|
1459
|
+
var t = {}, r = qt(e);
|
|
1446
1460
|
return r || t;
|
|
1447
1461
|
}
|
|
1448
|
-
function
|
|
1462
|
+
function Mn(e) {
|
|
1449
1463
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1450
1464
|
var i = n[r];
|
|
1451
1465
|
switch (i.stem) {
|
|
@@ -1469,7 +1483,7 @@ function Ln(e) {
|
|
|
1469
1483
|
continue;
|
|
1470
1484
|
case "measure-unit":
|
|
1471
1485
|
case "unit":
|
|
1472
|
-
t.style = "unit", t.unit =
|
|
1486
|
+
t.style = "unit", t.unit = Ln(i.options[0]);
|
|
1473
1487
|
continue;
|
|
1474
1488
|
case "compact-short":
|
|
1475
1489
|
case "K":
|
|
@@ -1481,12 +1495,12 @@ function Ln(e) {
|
|
|
1481
1495
|
continue;
|
|
1482
1496
|
case "scientific":
|
|
1483
1497
|
t = b(b(b({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
|
1484
|
-
return b(b({}, u),
|
|
1498
|
+
return b(b({}, u), bt(h));
|
|
1485
1499
|
}, {}));
|
|
1486
1500
|
continue;
|
|
1487
1501
|
case "engineering":
|
|
1488
1502
|
t = b(b(b({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
|
1489
|
-
return b(b({}, u),
|
|
1503
|
+
return b(b({}, u), bt(h));
|
|
1490
1504
|
}, {}));
|
|
1491
1505
|
continue;
|
|
1492
1506
|
case "notation-simple":
|
|
@@ -1531,40 +1545,40 @@ function Ln(e) {
|
|
|
1531
1545
|
case "integer-width":
|
|
1532
1546
|
if (i.options.length > 1)
|
|
1533
1547
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1534
|
-
i.options[0].replace(
|
|
1548
|
+
i.options[0].replace(Nn, function(u, h, l, c, f, m) {
|
|
1535
1549
|
if (h)
|
|
1536
1550
|
t.minimumIntegerDigits = l.length;
|
|
1537
1551
|
else {
|
|
1538
1552
|
if (c && f)
|
|
1539
1553
|
throw new Error("We currently do not support maximum integer digits");
|
|
1540
|
-
if (
|
|
1554
|
+
if (m)
|
|
1541
1555
|
throw new Error("We currently do not support exact integer digits");
|
|
1542
1556
|
}
|
|
1543
1557
|
return "";
|
|
1544
1558
|
});
|
|
1545
1559
|
continue;
|
|
1546
1560
|
}
|
|
1547
|
-
if (
|
|
1561
|
+
if (Yt.test(i.stem)) {
|
|
1548
1562
|
t.minimumIntegerDigits = i.stem.length;
|
|
1549
1563
|
continue;
|
|
1550
1564
|
}
|
|
1551
|
-
if (
|
|
1565
|
+
if (mt.test(i.stem)) {
|
|
1552
1566
|
if (i.options.length > 1)
|
|
1553
1567
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1554
|
-
i.stem.replace(
|
|
1555
|
-
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f &&
|
|
1568
|
+
i.stem.replace(mt, function(u, h, l, c, f, m) {
|
|
1569
|
+
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
|
1556
1570
|
});
|
|
1557
1571
|
var o = i.options[0];
|
|
1558
1572
|
o === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = b(b({}, t), dt(o)));
|
|
1559
1573
|
continue;
|
|
1560
1574
|
}
|
|
1561
|
-
if (
|
|
1575
|
+
if (Jt.test(i.stem)) {
|
|
1562
1576
|
t = b(b({}, t), dt(i.stem));
|
|
1563
1577
|
continue;
|
|
1564
1578
|
}
|
|
1565
|
-
var s =
|
|
1579
|
+
var s = qt(i.stem);
|
|
1566
1580
|
s && (t = b(b({}, t), s));
|
|
1567
|
-
var a =
|
|
1581
|
+
var a = Cn(i.stem);
|
|
1568
1582
|
a && (t = b(b({}, t), a));
|
|
1569
1583
|
}
|
|
1570
1584
|
return t;
|
|
@@ -2984,13 +2998,13 @@ var se = {
|
|
|
2984
2998
|
"h"
|
|
2985
2999
|
]
|
|
2986
3000
|
};
|
|
2987
|
-
function
|
|
3001
|
+
function $n(e, t) {
|
|
2988
3002
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2989
3003
|
var i = e.charAt(n);
|
|
2990
3004
|
if (i === "j") {
|
|
2991
3005
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2992
3006
|
o++, n++;
|
|
2993
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h =
|
|
3007
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h = Rn(t);
|
|
2994
3008
|
for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
|
|
2995
3009
|
r += u;
|
|
2996
3010
|
for (; s-- > 0; )
|
|
@@ -3000,7 +3014,7 @@ function Cn(e, t) {
|
|
|
3000
3014
|
}
|
|
3001
3015
|
return r;
|
|
3002
3016
|
}
|
|
3003
|
-
function
|
|
3017
|
+
function Rn(e) {
|
|
3004
3018
|
var t = e.hourCycle;
|
|
3005
3019
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3006
3020
|
e.hourCycles && // @ts-ignore
|
|
@@ -3022,20 +3036,20 @@ function Mn(e) {
|
|
|
3022
3036
|
var i = se[n || ""] || se[r || ""] || se["".concat(r, "-001")] || se["001"];
|
|
3023
3037
|
return i[0];
|
|
3024
3038
|
}
|
|
3025
|
-
var
|
|
3026
|
-
function
|
|
3039
|
+
var He, Un = new RegExp("^".concat(Qt.source, "*")), Dn = new RegExp("".concat(Qt.source, "*$"));
|
|
3040
|
+
function d(e, t) {
|
|
3027
3041
|
return { start: e, end: t };
|
|
3028
3042
|
}
|
|
3029
|
-
var
|
|
3043
|
+
var Fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gn = !!String.fromCodePoint, jn = !!Object.fromEntries, kn = !!String.prototype.codePointAt, Vn = !!String.prototype.trimStart, zn = !!String.prototype.trimEnd, Xn = !!Number.isSafeInteger, Wn = Xn ? Number.isSafeInteger : function(e) {
|
|
3030
3044
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3031
|
-
},
|
|
3045
|
+
}, Ue = !0;
|
|
3032
3046
|
try {
|
|
3033
|
-
var
|
|
3034
|
-
|
|
3047
|
+
var Zn = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3048
|
+
Ue = ((He = Zn.exec("a")) === null || He === void 0 ? void 0 : He[0]) === "a";
|
|
3035
3049
|
} catch (e) {
|
|
3036
|
-
|
|
3050
|
+
Ue = !1;
|
|
3037
3051
|
}
|
|
3038
|
-
var
|
|
3052
|
+
var gt = Fn ? (
|
|
3039
3053
|
// Native
|
|
3040
3054
|
function(t, r, n) {
|
|
3041
3055
|
return t.startsWith(r, n);
|
|
@@ -3045,7 +3059,7 @@ var mt = Un ? (
|
|
|
3045
3059
|
function(t, r, n) {
|
|
3046
3060
|
return t.slice(n, n + r.length) === r;
|
|
3047
3061
|
}
|
|
3048
|
-
),
|
|
3062
|
+
), De = Gn ? String.fromCodePoint : (
|
|
3049
3063
|
// IE11
|
|
3050
3064
|
function() {
|
|
3051
3065
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3057,9 +3071,9 @@ var mt = Un ? (
|
|
|
3057
3071
|
}
|
|
3058
3072
|
return n;
|
|
3059
3073
|
}
|
|
3060
|
-
),
|
|
3074
|
+
), yt = (
|
|
3061
3075
|
// native
|
|
3062
|
-
|
|
3076
|
+
jn ? Object.fromEntries : (
|
|
3063
3077
|
// Ponyfill
|
|
3064
3078
|
function(t) {
|
|
3065
3079
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3069,7 +3083,7 @@ var mt = Un ? (
|
|
|
3069
3083
|
return r;
|
|
3070
3084
|
}
|
|
3071
3085
|
)
|
|
3072
|
-
),
|
|
3086
|
+
), Kt = kn ? (
|
|
3073
3087
|
// Native
|
|
3074
3088
|
function(t, r) {
|
|
3075
3089
|
return t.codePointAt(r);
|
|
@@ -3083,7 +3097,7 @@ var mt = Un ? (
|
|
|
3083
3097
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3084
3098
|
}
|
|
3085
3099
|
}
|
|
3086
|
-
),
|
|
3100
|
+
), Qn = Vn ? (
|
|
3087
3101
|
// Native
|
|
3088
3102
|
function(t) {
|
|
3089
3103
|
return t.trimStart();
|
|
@@ -3091,9 +3105,9 @@ var mt = Un ? (
|
|
|
3091
3105
|
) : (
|
|
3092
3106
|
// Ponyfill
|
|
3093
3107
|
function(t) {
|
|
3094
|
-
return t.replace(
|
|
3108
|
+
return t.replace(Un, "");
|
|
3095
3109
|
}
|
|
3096
|
-
),
|
|
3110
|
+
), Jn = zn ? (
|
|
3097
3111
|
// Native
|
|
3098
3112
|
function(t) {
|
|
3099
3113
|
return t.trimEnd();
|
|
@@ -3101,32 +3115,32 @@ var mt = Un ? (
|
|
|
3101
3115
|
) : (
|
|
3102
3116
|
// Ponyfill
|
|
3103
3117
|
function(t) {
|
|
3104
|
-
return t.replace(
|
|
3118
|
+
return t.replace(Dn, "");
|
|
3105
3119
|
}
|
|
3106
3120
|
);
|
|
3107
|
-
function
|
|
3121
|
+
function er(e, t) {
|
|
3108
3122
|
return new RegExp(e, t);
|
|
3109
3123
|
}
|
|
3110
|
-
var
|
|
3111
|
-
if (
|
|
3112
|
-
var
|
|
3113
|
-
|
|
3124
|
+
var Fe;
|
|
3125
|
+
if (Ue) {
|
|
3126
|
+
var vt = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3127
|
+
Fe = function(t, r) {
|
|
3114
3128
|
var n;
|
|
3115
|
-
|
|
3116
|
-
var i =
|
|
3129
|
+
vt.lastIndex = r;
|
|
3130
|
+
var i = vt.exec(t);
|
|
3117
3131
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3118
3132
|
};
|
|
3119
3133
|
} else
|
|
3120
|
-
|
|
3134
|
+
Fe = function(t, r) {
|
|
3121
3135
|
for (var n = []; ; ) {
|
|
3122
|
-
var i =
|
|
3123
|
-
if (i === void 0 ||
|
|
3136
|
+
var i = Kt(t, r);
|
|
3137
|
+
if (i === void 0 || tr(i) || ei(i))
|
|
3124
3138
|
break;
|
|
3125
3139
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3126
3140
|
}
|
|
3127
|
-
return
|
|
3141
|
+
return De.apply(void 0, n);
|
|
3128
3142
|
};
|
|
3129
|
-
var
|
|
3143
|
+
var Yn = (
|
|
3130
3144
|
/** @class */
|
|
3131
3145
|
function() {
|
|
3132
3146
|
function e(t, r) {
|
|
@@ -3151,12 +3165,12 @@ var Qn = (
|
|
|
3151
3165
|
var a = this.clonePosition();
|
|
3152
3166
|
this.bump(), i.push({
|
|
3153
3167
|
type: E.pound,
|
|
3154
|
-
location:
|
|
3168
|
+
location: d(a, this.clonePosition())
|
|
3155
3169
|
});
|
|
3156
3170
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3157
3171
|
if (n)
|
|
3158
3172
|
break;
|
|
3159
|
-
return this.error(
|
|
3173
|
+
return this.error(p.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
|
|
3160
3174
|
} else if (o === 60 && !this.ignoreTag && Ge(this.peek() || 0)) {
|
|
3161
3175
|
var s = this.parseTag(t, r);
|
|
3162
3176
|
if (s.err)
|
|
@@ -3180,7 +3194,7 @@ var Qn = (
|
|
|
3180
3194
|
val: {
|
|
3181
3195
|
type: E.literal,
|
|
3182
3196
|
value: "<".concat(i, "/>"),
|
|
3183
|
-
location:
|
|
3197
|
+
location: d(n, this.clonePosition())
|
|
3184
3198
|
},
|
|
3185
3199
|
err: null
|
|
3186
3200
|
};
|
|
@@ -3191,24 +3205,24 @@ var Qn = (
|
|
|
3191
3205
|
var s = o.val, a = this.clonePosition();
|
|
3192
3206
|
if (this.bumpIf("</")) {
|
|
3193
3207
|
if (this.isEOF() || !Ge(this.char()))
|
|
3194
|
-
return this.error(
|
|
3208
|
+
return this.error(p.INVALID_TAG, d(a, this.clonePosition()));
|
|
3195
3209
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3196
|
-
return i !== h ? this.error(
|
|
3210
|
+
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG, d(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3197
3211
|
val: {
|
|
3198
3212
|
type: E.tag,
|
|
3199
3213
|
value: i,
|
|
3200
3214
|
children: s,
|
|
3201
|
-
location:
|
|
3215
|
+
location: d(n, this.clonePosition())
|
|
3202
3216
|
},
|
|
3203
3217
|
err: null
|
|
3204
|
-
} : this.error(
|
|
3218
|
+
} : this.error(p.INVALID_TAG, d(a, this.clonePosition())));
|
|
3205
3219
|
} else
|
|
3206
|
-
return this.error(
|
|
3220
|
+
return this.error(p.UNCLOSED_TAG, d(n, this.clonePosition()));
|
|
3207
3221
|
} else
|
|
3208
|
-
return this.error(
|
|
3222
|
+
return this.error(p.INVALID_TAG, d(n, this.clonePosition()));
|
|
3209
3223
|
}, e.prototype.parseTagName = function() {
|
|
3210
3224
|
var t = this.offset();
|
|
3211
|
-
for (this.bump(); !this.isEOF() &&
|
|
3225
|
+
for (this.bump(); !this.isEOF() && Kn(this.char()); )
|
|
3212
3226
|
this.bump();
|
|
3213
3227
|
return this.message.slice(t, this.offset());
|
|
3214
3228
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3230,14 +3244,14 @@ var Qn = (
|
|
|
3230
3244
|
}
|
|
3231
3245
|
break;
|
|
3232
3246
|
}
|
|
3233
|
-
var u =
|
|
3247
|
+
var u = d(n, this.clonePosition());
|
|
3234
3248
|
return {
|
|
3235
3249
|
val: { type: E.literal, value: i, location: u },
|
|
3236
3250
|
err: null
|
|
3237
3251
|
};
|
|
3238
3252
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3239
3253
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3240
|
-
!
|
|
3254
|
+
!qn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3241
3255
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3242
3256
|
if (this.isEOF() || this.char() !== 39)
|
|
3243
3257
|
return null;
|
|
@@ -3271,23 +3285,23 @@ var Qn = (
|
|
|
3271
3285
|
r.push(n);
|
|
3272
3286
|
this.bump();
|
|
3273
3287
|
}
|
|
3274
|
-
return
|
|
3288
|
+
return De.apply(void 0, r);
|
|
3275
3289
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3276
3290
|
if (this.isEOF())
|
|
3277
3291
|
return null;
|
|
3278
3292
|
var n = this.char();
|
|
3279
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3293
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), De(n));
|
|
3280
3294
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3281
3295
|
var n = this.clonePosition();
|
|
3282
3296
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3283
|
-
return this.error(
|
|
3297
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
|
|
3284
3298
|
if (this.char() === 125)
|
|
3285
|
-
return this.bump(), this.error(
|
|
3299
|
+
return this.bump(), this.error(p.EMPTY_ARGUMENT, d(n, this.clonePosition()));
|
|
3286
3300
|
var i = this.parseIdentifierIfPossible().value;
|
|
3287
3301
|
if (!i)
|
|
3288
|
-
return this.error(
|
|
3302
|
+
return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3289
3303
|
if (this.bumpSpace(), this.isEOF())
|
|
3290
|
-
return this.error(
|
|
3304
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
|
|
3291
3305
|
switch (this.char()) {
|
|
3292
3306
|
case 125:
|
|
3293
3307
|
return this.bump(), {
|
|
@@ -3295,25 +3309,25 @@ var Qn = (
|
|
|
3295
3309
|
type: E.argument,
|
|
3296
3310
|
// value does not include the opening and closing braces.
|
|
3297
3311
|
value: i,
|
|
3298
|
-
location:
|
|
3312
|
+
location: d(n, this.clonePosition())
|
|
3299
3313
|
},
|
|
3300
3314
|
err: null
|
|
3301
3315
|
};
|
|
3302
3316
|
case 44:
|
|
3303
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(
|
|
3317
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3304
3318
|
default:
|
|
3305
|
-
return this.error(
|
|
3319
|
+
return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3306
3320
|
}
|
|
3307
3321
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3308
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3322
|
+
var t = this.clonePosition(), r = this.offset(), n = Fe(this.message, r), i = r + n.length;
|
|
3309
3323
|
this.bumpTo(i);
|
|
3310
|
-
var o = this.clonePosition(), s =
|
|
3324
|
+
var o = this.clonePosition(), s = d(t, o);
|
|
3311
3325
|
return { value: n, location: s };
|
|
3312
3326
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3313
3327
|
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3314
3328
|
switch (a) {
|
|
3315
3329
|
case "":
|
|
3316
|
-
return this.error(
|
|
3330
|
+
return this.error(p.EXPECT_ARGUMENT_TYPE, d(s, u));
|
|
3317
3331
|
case "number":
|
|
3318
3332
|
case "date":
|
|
3319
3333
|
case "time": {
|
|
@@ -3324,18 +3338,18 @@ var Qn = (
|
|
|
3324
3338
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3325
3339
|
if (c.err)
|
|
3326
3340
|
return c;
|
|
3327
|
-
var f =
|
|
3341
|
+
var f = Jn(c.val);
|
|
3328
3342
|
if (f.length === 0)
|
|
3329
|
-
return this.error(
|
|
3330
|
-
var
|
|
3331
|
-
h = { style: f, styleLocation:
|
|
3343
|
+
return this.error(p.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
|
|
3344
|
+
var m = d(l, this.clonePosition());
|
|
3345
|
+
h = { style: f, styleLocation: m };
|
|
3332
3346
|
}
|
|
3333
3347
|
var y = this.tryParseArgumentClose(i);
|
|
3334
3348
|
if (y.err)
|
|
3335
3349
|
return y;
|
|
3336
|
-
var g =
|
|
3337
|
-
if (h &&
|
|
3338
|
-
var w =
|
|
3350
|
+
var g = d(i, this.clonePosition());
|
|
3351
|
+
if (h && gt(h == null ? void 0 : h.style, "::", 0)) {
|
|
3352
|
+
var w = Qn(h.style.slice(2));
|
|
3339
3353
|
if (a === "number") {
|
|
3340
3354
|
var c = this.parseNumberSkeletonFromString(w, h.styleLocation);
|
|
3341
3355
|
return c.err ? c : {
|
|
@@ -3344,14 +3358,14 @@ var Qn = (
|
|
|
3344
3358
|
};
|
|
3345
3359
|
} else {
|
|
3346
3360
|
if (w.length === 0)
|
|
3347
|
-
return this.error(
|
|
3348
|
-
var
|
|
3349
|
-
this.locale && (
|
|
3361
|
+
return this.error(p.EXPECT_DATE_TIME_SKELETON, g);
|
|
3362
|
+
var N = w;
|
|
3363
|
+
this.locale && (N = $n(w, this.locale));
|
|
3350
3364
|
var f = {
|
|
3351
3365
|
type: V.dateTime,
|
|
3352
|
-
pattern:
|
|
3366
|
+
pattern: N,
|
|
3353
3367
|
location: h.styleLocation,
|
|
3354
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3368
|
+
parsedOptions: this.shouldParseSkeletons ? An(N) : {}
|
|
3355
3369
|
}, I = a === "date" ? E.date : E.time;
|
|
3356
3370
|
return {
|
|
3357
3371
|
val: { type: I, value: n, location: g, style: f },
|
|
@@ -3374,14 +3388,14 @@ var Qn = (
|
|
|
3374
3388
|
case "select": {
|
|
3375
3389
|
var _ = this.clonePosition();
|
|
3376
3390
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3377
|
-
return this.error(
|
|
3391
|
+
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, d(_, b({}, _)));
|
|
3378
3392
|
this.bumpSpace();
|
|
3379
3393
|
var H = this.parseIdentifierIfPossible(), S = 0;
|
|
3380
3394
|
if (a !== "select" && H.value === "offset") {
|
|
3381
3395
|
if (!this.bumpIf(":"))
|
|
3382
|
-
return this.error(
|
|
3396
|
+
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
|
|
3383
3397
|
this.bumpSpace();
|
|
3384
|
-
var c = this.tryParseDecimalInteger(
|
|
3398
|
+
var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3385
3399
|
if (c.err)
|
|
3386
3400
|
return c;
|
|
3387
3401
|
this.bumpSpace(), H = this.parseIdentifierIfPossible(), S = c.val;
|
|
@@ -3392,12 +3406,12 @@ var Qn = (
|
|
|
3392
3406
|
var y = this.tryParseArgumentClose(i);
|
|
3393
3407
|
if (y.err)
|
|
3394
3408
|
return y;
|
|
3395
|
-
var ie =
|
|
3409
|
+
var ie = d(i, this.clonePosition());
|
|
3396
3410
|
return a === "select" ? {
|
|
3397
3411
|
val: {
|
|
3398
3412
|
type: E.select,
|
|
3399
3413
|
value: n,
|
|
3400
|
-
options:
|
|
3414
|
+
options: yt($.val),
|
|
3401
3415
|
location: ie
|
|
3402
3416
|
},
|
|
3403
3417
|
err: null
|
|
@@ -3405,7 +3419,7 @@ var Qn = (
|
|
|
3405
3419
|
val: {
|
|
3406
3420
|
type: E.plural,
|
|
3407
3421
|
value: n,
|
|
3408
|
-
options:
|
|
3422
|
+
options: yt($.val),
|
|
3409
3423
|
offset: S,
|
|
3410
3424
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3411
3425
|
location: ie
|
|
@@ -3414,10 +3428,10 @@ var Qn = (
|
|
|
3414
3428
|
};
|
|
3415
3429
|
}
|
|
3416
3430
|
default:
|
|
3417
|
-
return this.error(
|
|
3431
|
+
return this.error(p.INVALID_ARGUMENT_TYPE, d(s, u));
|
|
3418
3432
|
}
|
|
3419
3433
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3420
|
-
return this.isEOF() || this.char() !== 125 ? this.error(
|
|
3434
|
+
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3421
3435
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3422
3436
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3423
3437
|
var n = this.char();
|
|
@@ -3426,7 +3440,7 @@ var Qn = (
|
|
|
3426
3440
|
this.bump();
|
|
3427
3441
|
var i = this.clonePosition();
|
|
3428
3442
|
if (!this.bumpUntil("'"))
|
|
3429
|
-
return this.error(
|
|
3443
|
+
return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, d(i, this.clonePosition()));
|
|
3430
3444
|
this.bump();
|
|
3431
3445
|
break;
|
|
3432
3446
|
}
|
|
@@ -3456,16 +3470,16 @@ var Qn = (
|
|
|
3456
3470
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3457
3471
|
var n = [];
|
|
3458
3472
|
try {
|
|
3459
|
-
n =
|
|
3473
|
+
n = In(t);
|
|
3460
3474
|
} catch (i) {
|
|
3461
|
-
return this.error(
|
|
3475
|
+
return this.error(p.INVALID_NUMBER_SKELETON, r);
|
|
3462
3476
|
}
|
|
3463
3477
|
return {
|
|
3464
3478
|
val: {
|
|
3465
3479
|
type: V.number,
|
|
3466
3480
|
tokens: n,
|
|
3467
3481
|
location: r,
|
|
3468
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3482
|
+
parsedOptions: this.shouldParseSkeletons ? Mn(n) : {}
|
|
3469
3483
|
},
|
|
3470
3484
|
err: null
|
|
3471
3485
|
};
|
|
@@ -3474,34 +3488,34 @@ var Qn = (
|
|
|
3474
3488
|
if (h.length === 0) {
|
|
3475
3489
|
var c = this.clonePosition();
|
|
3476
3490
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3477
|
-
var f = this.tryParseDecimalInteger(
|
|
3491
|
+
var f = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3478
3492
|
if (f.err)
|
|
3479
3493
|
return f;
|
|
3480
|
-
l =
|
|
3494
|
+
l = d(c, this.clonePosition()), h = this.message.slice(c.offset, this.offset());
|
|
3481
3495
|
} else
|
|
3482
3496
|
break;
|
|
3483
3497
|
}
|
|
3484
3498
|
if (u.has(h))
|
|
3485
|
-
return this.error(r === "select" ?
|
|
3499
|
+
return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
3486
3500
|
h === "other" && (s = !0), this.bumpSpace();
|
|
3487
|
-
var
|
|
3501
|
+
var m = this.clonePosition();
|
|
3488
3502
|
if (!this.bumpIf("{"))
|
|
3489
|
-
return this.error(r === "select" ?
|
|
3503
|
+
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
|
|
3490
3504
|
var y = this.parseMessage(t + 1, r, n);
|
|
3491
3505
|
if (y.err)
|
|
3492
3506
|
return y;
|
|
3493
|
-
var g = this.tryParseArgumentClose(
|
|
3507
|
+
var g = this.tryParseArgumentClose(m);
|
|
3494
3508
|
if (g.err)
|
|
3495
3509
|
return g;
|
|
3496
3510
|
a.push([
|
|
3497
3511
|
h,
|
|
3498
3512
|
{
|
|
3499
3513
|
value: y.val,
|
|
3500
|
-
location: m
|
|
3514
|
+
location: d(m, this.clonePosition())
|
|
3501
3515
|
}
|
|
3502
3516
|
]), u.add(h), this.bumpSpace(), o = this.parseIdentifierIfPossible(), h = o.value, l = o.location;
|
|
3503
3517
|
}
|
|
3504
|
-
return a.length === 0 ? this.error(r === "select" ?
|
|
3518
|
+
return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, d(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(p.MISSING_OTHER_CLAUSE, d(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3505
3519
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3506
3520
|
var n = 1, i = this.clonePosition();
|
|
3507
3521
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3512,8 +3526,8 @@ var Qn = (
|
|
|
3512
3526
|
else
|
|
3513
3527
|
break;
|
|
3514
3528
|
}
|
|
3515
|
-
var u =
|
|
3516
|
-
return o ? (s *= n,
|
|
3529
|
+
var u = d(i, this.clonePosition());
|
|
3530
|
+
return o ? (s *= n, Wn(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3517
3531
|
}, e.prototype.offset = function() {
|
|
3518
3532
|
return this.position.offset;
|
|
3519
3533
|
}, e.prototype.isEOF = function() {
|
|
@@ -3528,7 +3542,7 @@ var Qn = (
|
|
|
3528
3542
|
var t = this.position.offset;
|
|
3529
3543
|
if (t >= this.message.length)
|
|
3530
3544
|
throw Error("out of bound");
|
|
3531
|
-
var r =
|
|
3545
|
+
var r = Kt(this.message, t);
|
|
3532
3546
|
if (r === void 0)
|
|
3533
3547
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3534
3548
|
return r;
|
|
@@ -3547,7 +3561,7 @@ var Qn = (
|
|
|
3547
3561
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
|
3548
3562
|
}
|
|
3549
3563
|
}, e.prototype.bumpIf = function(t) {
|
|
3550
|
-
if (
|
|
3564
|
+
if (gt(this.message, t, this.offset())) {
|
|
3551
3565
|
for (var r = 0; r < t.length; r++)
|
|
3552
3566
|
this.bump();
|
|
3553
3567
|
return !0;
|
|
@@ -3569,7 +3583,7 @@ var Qn = (
|
|
|
3569
3583
|
break;
|
|
3570
3584
|
}
|
|
3571
3585
|
}, e.prototype.bumpSpace = function() {
|
|
3572
|
-
for (; !this.isEOF() &&
|
|
3586
|
+
for (; !this.isEOF() && tr(this.char()); )
|
|
3573
3587
|
this.bump();
|
|
3574
3588
|
}, e.prototype.peek = function() {
|
|
3575
3589
|
if (this.isEOF())
|
|
@@ -3582,35 +3596,35 @@ var Qn = (
|
|
|
3582
3596
|
function Ge(e) {
|
|
3583
3597
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3584
3598
|
}
|
|
3585
|
-
function
|
|
3599
|
+
function qn(e) {
|
|
3586
3600
|
return Ge(e) || e === 47;
|
|
3587
3601
|
}
|
|
3588
|
-
function
|
|
3602
|
+
function Kn(e) {
|
|
3589
3603
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
3590
3604
|
}
|
|
3591
|
-
function
|
|
3605
|
+
function tr(e) {
|
|
3592
3606
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3593
3607
|
}
|
|
3594
|
-
function
|
|
3608
|
+
function ei(e) {
|
|
3595
3609
|
return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
|
|
3596
3610
|
}
|
|
3597
|
-
function
|
|
3611
|
+
function je(e) {
|
|
3598
3612
|
e.forEach(function(t) {
|
|
3599
|
-
if (delete t.location,
|
|
3613
|
+
if (delete t.location, zt(t) || Xt(t))
|
|
3600
3614
|
for (var r in t.options)
|
|
3601
|
-
delete t.options[r].location,
|
|
3615
|
+
delete t.options[r].location, je(t.options[r].value);
|
|
3602
3616
|
else
|
|
3603
|
-
|
|
3617
|
+
jt(t) && Zt(t.style) || (kt(t) || Vt(t)) && Re(t.style) ? delete t.style.location : Wt(t) && je(t.children);
|
|
3604
3618
|
});
|
|
3605
3619
|
}
|
|
3606
|
-
function
|
|
3620
|
+
function ti(e, t) {
|
|
3607
3621
|
t === void 0 && (t = {}), t = b({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3608
|
-
var r = new
|
|
3622
|
+
var r = new Yn(e, t).parse();
|
|
3609
3623
|
if (r.err) {
|
|
3610
|
-
var n = SyntaxError(
|
|
3624
|
+
var n = SyntaxError(p[r.err.kind]);
|
|
3611
3625
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3612
3626
|
}
|
|
3613
|
-
return t != null && t.captureLocation ||
|
|
3627
|
+
return t != null && t.captureLocation || je(r.val), r.val;
|
|
3614
3628
|
}
|
|
3615
3629
|
var z;
|
|
3616
3630
|
(function(e) {
|
|
@@ -3628,7 +3642,7 @@ var ye = (
|
|
|
3628
3642
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3629
3643
|
}, t;
|
|
3630
3644
|
}(Error)
|
|
3631
|
-
),
|
|
3645
|
+
), Et = (
|
|
3632
3646
|
/** @class */
|
|
3633
3647
|
function(e) {
|
|
3634
3648
|
O(t, e);
|
|
@@ -3637,7 +3651,7 @@ var ye = (
|
|
|
3637
3651
|
}
|
|
3638
3652
|
return t;
|
|
3639
3653
|
}(ye)
|
|
3640
|
-
),
|
|
3654
|
+
), ri = (
|
|
3641
3655
|
/** @class */
|
|
3642
3656
|
function(e) {
|
|
3643
3657
|
O(t, e);
|
|
@@ -3646,7 +3660,7 @@ var ye = (
|
|
|
3646
3660
|
}
|
|
3647
3661
|
return t;
|
|
3648
3662
|
}(ye)
|
|
3649
|
-
),
|
|
3663
|
+
), ni = (
|
|
3650
3664
|
/** @class */
|
|
3651
3665
|
function(e) {
|
|
3652
3666
|
O(t, e);
|
|
@@ -3659,17 +3673,17 @@ var ye = (
|
|
|
3659
3673
|
(function(e) {
|
|
3660
3674
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3661
3675
|
})(x || (x = {}));
|
|
3662
|
-
function
|
|
3676
|
+
function ii(e) {
|
|
3663
3677
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3664
3678
|
var n = t[t.length - 1];
|
|
3665
3679
|
return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
|
|
3666
3680
|
}, []);
|
|
3667
3681
|
}
|
|
3668
|
-
function
|
|
3682
|
+
function oi(e) {
|
|
3669
3683
|
return typeof e == "function";
|
|
3670
3684
|
}
|
|
3671
3685
|
function ce(e, t, r, n, i, o, s) {
|
|
3672
|
-
if (e.length === 1 &&
|
|
3686
|
+
if (e.length === 1 && pt(e[0]))
|
|
3673
3687
|
return [
|
|
3674
3688
|
{
|
|
3675
3689
|
type: x.literal,
|
|
@@ -3678,14 +3692,14 @@ function ce(e, t, r, n, i, o, s) {
|
|
|
3678
3692
|
];
|
|
3679
3693
|
for (var a = [], u = 0, h = e; u < h.length; u++) {
|
|
3680
3694
|
var l = h[u];
|
|
3681
|
-
if (
|
|
3695
|
+
if (pt(l)) {
|
|
3682
3696
|
a.push({
|
|
3683
3697
|
type: x.literal,
|
|
3684
3698
|
value: l.value
|
|
3685
3699
|
});
|
|
3686
3700
|
continue;
|
|
3687
3701
|
}
|
|
3688
|
-
if (
|
|
3702
|
+
if (Hn(l)) {
|
|
3689
3703
|
typeof o == "number" && a.push({
|
|
3690
3704
|
type: x.literal,
|
|
3691
3705
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3694,44 +3708,44 @@ function ce(e, t, r, n, i, o, s) {
|
|
|
3694
3708
|
}
|
|
3695
3709
|
var c = l.value;
|
|
3696
3710
|
if (!(i && c in i))
|
|
3697
|
-
throw new
|
|
3711
|
+
throw new ni(c, s);
|
|
3698
3712
|
var f = i[c];
|
|
3699
|
-
if (
|
|
3713
|
+
if (Bn(l)) {
|
|
3700
3714
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3701
3715
|
type: typeof f == "string" ? x.literal : x.object,
|
|
3702
3716
|
value: f
|
|
3703
3717
|
});
|
|
3704
3718
|
continue;
|
|
3705
3719
|
}
|
|
3706
|
-
if (
|
|
3707
|
-
var
|
|
3720
|
+
if (kt(l)) {
|
|
3721
|
+
var m = typeof l.style == "string" ? n.date[l.style] : Re(l.style) ? l.style.parsedOptions : void 0;
|
|
3708
3722
|
a.push({
|
|
3709
3723
|
type: x.literal,
|
|
3710
|
-
value: r.getDateTimeFormat(t,
|
|
3724
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3711
3725
|
});
|
|
3712
3726
|
continue;
|
|
3713
3727
|
}
|
|
3714
|
-
if (
|
|
3715
|
-
var
|
|
3728
|
+
if (Vt(l)) {
|
|
3729
|
+
var m = typeof l.style == "string" ? n.time[l.style] : Re(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3716
3730
|
a.push({
|
|
3717
3731
|
type: x.literal,
|
|
3718
|
-
value: r.getDateTimeFormat(t,
|
|
3732
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3719
3733
|
});
|
|
3720
3734
|
continue;
|
|
3721
3735
|
}
|
|
3722
|
-
if (
|
|
3723
|
-
var
|
|
3724
|
-
|
|
3736
|
+
if (jt(l)) {
|
|
3737
|
+
var m = typeof l.style == "string" ? n.number[l.style] : Zt(l.style) ? l.style.parsedOptions : void 0;
|
|
3738
|
+
m && m.scale && (f = f * (m.scale || 1)), a.push({
|
|
3725
3739
|
type: x.literal,
|
|
3726
|
-
value: r.getNumberFormat(t,
|
|
3740
|
+
value: r.getNumberFormat(t, m).format(f)
|
|
3727
3741
|
});
|
|
3728
3742
|
continue;
|
|
3729
3743
|
}
|
|
3730
|
-
if (
|
|
3744
|
+
if (Wt(l)) {
|
|
3731
3745
|
var y = l.children, g = l.value, w = i[g];
|
|
3732
|
-
if (!
|
|
3733
|
-
throw new
|
|
3734
|
-
var
|
|
3746
|
+
if (!oi(w))
|
|
3747
|
+
throw new ri(g, "function", s);
|
|
3748
|
+
var N = ce(y, t, r, n, i, o), I = w(N.map(function(S) {
|
|
3735
3749
|
return S.value;
|
|
3736
3750
|
}));
|
|
3737
3751
|
Array.isArray(I) || (I = [I]), a.push.apply(a, I.map(function(S) {
|
|
@@ -3741,14 +3755,14 @@ function ce(e, t, r, n, i, o, s) {
|
|
|
3741
3755
|
};
|
|
3742
3756
|
}));
|
|
3743
3757
|
}
|
|
3744
|
-
if (
|
|
3758
|
+
if (zt(l)) {
|
|
3745
3759
|
var _ = l.options[f] || l.options.other;
|
|
3746
3760
|
if (!_)
|
|
3747
|
-
throw new
|
|
3761
|
+
throw new Et(l.value, f, Object.keys(l.options), s);
|
|
3748
3762
|
a.push.apply(a, ce(_.value, t, r, n, i));
|
|
3749
3763
|
continue;
|
|
3750
3764
|
}
|
|
3751
|
-
if (
|
|
3765
|
+
if (Xt(l)) {
|
|
3752
3766
|
var _ = l.options["=".concat(f)];
|
|
3753
3767
|
if (!_) {
|
|
3754
3768
|
if (!Intl.PluralRules)
|
|
@@ -3759,24 +3773,24 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3759
3773
|
_ = l.options[H] || l.options.other;
|
|
3760
3774
|
}
|
|
3761
3775
|
if (!_)
|
|
3762
|
-
throw new
|
|
3776
|
+
throw new Et(l.value, f, Object.keys(l.options), s);
|
|
3763
3777
|
a.push.apply(a, ce(_.value, t, r, n, i, f - (l.offset || 0)));
|
|
3764
3778
|
continue;
|
|
3765
3779
|
}
|
|
3766
3780
|
}
|
|
3767
|
-
return
|
|
3781
|
+
return ii(a);
|
|
3768
3782
|
}
|
|
3769
|
-
function
|
|
3783
|
+
function si(e, t) {
|
|
3770
3784
|
return t ? b(b(b({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3771
3785
|
return r[n] = b(b({}, e[n]), t[n] || {}), r;
|
|
3772
3786
|
}, {})) : e;
|
|
3773
3787
|
}
|
|
3774
|
-
function
|
|
3788
|
+
function ai(e, t) {
|
|
3775
3789
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3776
|
-
return r[n] =
|
|
3790
|
+
return r[n] = si(e[n], t[n]), r;
|
|
3777
3791
|
}, b({}, e)) : e;
|
|
3778
3792
|
}
|
|
3779
|
-
function
|
|
3793
|
+
function Pe(e) {
|
|
3780
3794
|
return {
|
|
3781
3795
|
create: function() {
|
|
3782
3796
|
return {
|
|
@@ -3790,39 +3804,39 @@ function He(e) {
|
|
|
3790
3804
|
}
|
|
3791
3805
|
};
|
|
3792
3806
|
}
|
|
3793
|
-
function
|
|
3807
|
+
function ui(e) {
|
|
3794
3808
|
return e === void 0 && (e = {
|
|
3795
3809
|
number: {},
|
|
3796
3810
|
dateTime: {},
|
|
3797
3811
|
pluralRules: {}
|
|
3798
3812
|
}), {
|
|
3799
|
-
getNumberFormat:
|
|
3813
|
+
getNumberFormat: we(function() {
|
|
3800
3814
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3801
3815
|
r[n] = arguments[n];
|
|
3802
3816
|
return new ((t = Intl.NumberFormat).bind.apply(t, j([void 0], r, !1)))();
|
|
3803
3817
|
}, {
|
|
3804
|
-
cache:
|
|
3805
|
-
strategy:
|
|
3818
|
+
cache: Pe(e.number),
|
|
3819
|
+
strategy: Be.variadic
|
|
3806
3820
|
}),
|
|
3807
|
-
getDateTimeFormat:
|
|
3821
|
+
getDateTimeFormat: we(function() {
|
|
3808
3822
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3809
3823
|
r[n] = arguments[n];
|
|
3810
3824
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, j([void 0], r, !1)))();
|
|
3811
3825
|
}, {
|
|
3812
|
-
cache:
|
|
3813
|
-
strategy:
|
|
3826
|
+
cache: Pe(e.dateTime),
|
|
3827
|
+
strategy: Be.variadic
|
|
3814
3828
|
}),
|
|
3815
|
-
getPluralRules:
|
|
3829
|
+
getPluralRules: we(function() {
|
|
3816
3830
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3817
3831
|
r[n] = arguments[n];
|
|
3818
3832
|
return new ((t = Intl.PluralRules).bind.apply(t, j([void 0], r, !1)))();
|
|
3819
3833
|
}, {
|
|
3820
|
-
cache:
|
|
3821
|
-
strategy:
|
|
3834
|
+
cache: Pe(e.pluralRules),
|
|
3835
|
+
strategy: Be.variadic
|
|
3822
3836
|
})
|
|
3823
3837
|
};
|
|
3824
3838
|
}
|
|
3825
|
-
var
|
|
3839
|
+
var hi = (
|
|
3826
3840
|
/** @class */
|
|
3827
3841
|
function() {
|
|
3828
3842
|
function e(t, r, n, i) {
|
|
@@ -3854,13 +3868,13 @@ var ai = (
|
|
|
3854
3868
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3855
3869
|
var s = i || {};
|
|
3856
3870
|
s.formatters;
|
|
3857
|
-
var a =
|
|
3871
|
+
var a = Gr(s, ["formatters"]);
|
|
3858
3872
|
this.ast = e.__parse(t, b(b({}, a), { locale: this.resolvedLocale }));
|
|
3859
3873
|
} else
|
|
3860
3874
|
this.ast = t;
|
|
3861
3875
|
if (!Array.isArray(this.ast))
|
|
3862
3876
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3863
|
-
this.formats =
|
|
3877
|
+
this.formats = ai(e.formats, n), this.formatters = i && i.formatters || ui(this.formatterCache);
|
|
3864
3878
|
}
|
|
3865
3879
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3866
3880
|
get: function() {
|
|
@@ -3873,7 +3887,7 @@ var ai = (
|
|
|
3873
3887
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3874
3888
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3875
3889
|
}
|
|
3876
|
-
}, e.__parse =
|
|
3890
|
+
}, e.__parse = ti, e.formats = {
|
|
3877
3891
|
number: {
|
|
3878
3892
|
integer: {
|
|
3879
3893
|
maximumFractionDigits: 0
|
|
@@ -3934,7 +3948,7 @@ var ai = (
|
|
|
3934
3948
|
}, e;
|
|
3935
3949
|
}()
|
|
3936
3950
|
);
|
|
3937
|
-
function
|
|
3951
|
+
function li(e, t) {
|
|
3938
3952
|
if (t == null)
|
|
3939
3953
|
return;
|
|
3940
3954
|
if (t in e)
|
|
@@ -3955,92 +3969,92 @@ function ui(e, t) {
|
|
|
3955
3969
|
n = void 0;
|
|
3956
3970
|
return n;
|
|
3957
3971
|
}
|
|
3958
|
-
const
|
|
3972
|
+
const L = {}, ci = (e, t, r) => r && (t in L || (L[t] = {}), e in L[t] || (L[t][e] = r), r), rr = (e, t) => {
|
|
3959
3973
|
if (t == null)
|
|
3960
3974
|
return;
|
|
3961
|
-
if (t in
|
|
3962
|
-
return
|
|
3975
|
+
if (t in L && e in L[t])
|
|
3976
|
+
return L[t][e];
|
|
3963
3977
|
const r = ve(t);
|
|
3964
3978
|
for (let n = 0; n < r.length; n++) {
|
|
3965
|
-
const i = r[n], o =
|
|
3979
|
+
const i = r[n], o = pi(i, e);
|
|
3966
3980
|
if (o)
|
|
3967
|
-
return
|
|
3981
|
+
return ci(e, t, o);
|
|
3968
3982
|
}
|
|
3969
3983
|
};
|
|
3970
|
-
let
|
|
3984
|
+
let Qe;
|
|
3971
3985
|
const ne = ge({});
|
|
3972
|
-
function
|
|
3973
|
-
return
|
|
3986
|
+
function fi(e) {
|
|
3987
|
+
return Qe[e] || null;
|
|
3974
3988
|
}
|
|
3975
|
-
function
|
|
3976
|
-
return e in
|
|
3989
|
+
function nr(e) {
|
|
3990
|
+
return e in Qe;
|
|
3977
3991
|
}
|
|
3978
|
-
function
|
|
3979
|
-
if (!
|
|
3992
|
+
function pi(e, t) {
|
|
3993
|
+
if (!nr(e))
|
|
3980
3994
|
return null;
|
|
3981
|
-
const r =
|
|
3982
|
-
return
|
|
3995
|
+
const r = fi(e);
|
|
3996
|
+
return li(r, t);
|
|
3983
3997
|
}
|
|
3984
|
-
function
|
|
3998
|
+
function mi(e) {
|
|
3985
3999
|
if (e == null)
|
|
3986
4000
|
return;
|
|
3987
4001
|
const t = ve(e);
|
|
3988
4002
|
for (let r = 0; r < t.length; r++) {
|
|
3989
4003
|
const n = t[r];
|
|
3990
|
-
if (
|
|
4004
|
+
if (nr(n))
|
|
3991
4005
|
return n;
|
|
3992
4006
|
}
|
|
3993
4007
|
}
|
|
3994
|
-
function
|
|
3995
|
-
delete
|
|
4008
|
+
function ir(e, ...t) {
|
|
4009
|
+
delete L[e], ne.update((r) => (r[e] = vn.all([r[e] || {}, ...t]), r));
|
|
3996
4010
|
}
|
|
3997
4011
|
W(
|
|
3998
4012
|
[ne],
|
|
3999
4013
|
([e]) => Object.keys(e)
|
|
4000
4014
|
);
|
|
4001
|
-
ne.subscribe((e) =>
|
|
4015
|
+
ne.subscribe((e) => Qe = e);
|
|
4002
4016
|
const fe = {};
|
|
4003
4017
|
function di(e, t) {
|
|
4004
4018
|
fe[e].delete(t), fe[e].size === 0 && delete fe[e];
|
|
4005
4019
|
}
|
|
4006
|
-
function
|
|
4020
|
+
function or(e) {
|
|
4007
4021
|
return fe[e];
|
|
4008
4022
|
}
|
|
4009
|
-
function
|
|
4023
|
+
function bi(e) {
|
|
4010
4024
|
return ve(e).map((t) => {
|
|
4011
|
-
const r =
|
|
4025
|
+
const r = or(t);
|
|
4012
4026
|
return [t, r ? [...r] : []];
|
|
4013
4027
|
}).filter(([, t]) => t.length > 0);
|
|
4014
4028
|
}
|
|
4015
|
-
function
|
|
4029
|
+
function ke(e) {
|
|
4016
4030
|
return e == null ? !1 : ve(e).some(
|
|
4017
4031
|
(t) => {
|
|
4018
4032
|
var r;
|
|
4019
|
-
return (r =
|
|
4033
|
+
return (r = or(t)) == null ? void 0 : r.size;
|
|
4020
4034
|
}
|
|
4021
4035
|
);
|
|
4022
4036
|
}
|
|
4023
|
-
function
|
|
4037
|
+
function gi(e, t) {
|
|
4024
4038
|
return Promise.all(
|
|
4025
4039
|
t.map((n) => (di(e, n), n().then((i) => i.default || i)))
|
|
4026
|
-
).then((n) =>
|
|
4040
|
+
).then((n) => ir(e, ...n));
|
|
4027
4041
|
}
|
|
4028
4042
|
const J = {};
|
|
4029
|
-
function
|
|
4030
|
-
if (!
|
|
4043
|
+
function sr(e) {
|
|
4044
|
+
if (!ke(e))
|
|
4031
4045
|
return e in J ? J[e] : Promise.resolve();
|
|
4032
|
-
const t =
|
|
4046
|
+
const t = bi(e);
|
|
4033
4047
|
return J[e] = Promise.all(
|
|
4034
4048
|
t.map(
|
|
4035
|
-
([r, n]) =>
|
|
4049
|
+
([r, n]) => gi(r, n)
|
|
4036
4050
|
)
|
|
4037
4051
|
).then(() => {
|
|
4038
|
-
if (
|
|
4039
|
-
return
|
|
4052
|
+
if (ke(e))
|
|
4053
|
+
return sr(e);
|
|
4040
4054
|
delete J[e];
|
|
4041
4055
|
}), J[e];
|
|
4042
4056
|
}
|
|
4043
|
-
const
|
|
4057
|
+
const yi = {
|
|
4044
4058
|
number: {
|
|
4045
4059
|
scientific: { notation: "scientific" },
|
|
4046
4060
|
engineering: { notation: "engineering" },
|
|
@@ -4069,57 +4083,57 @@ const bi = {
|
|
|
4069
4083
|
timeZoneName: "short"
|
|
4070
4084
|
}
|
|
4071
4085
|
}
|
|
4072
|
-
},
|
|
4086
|
+
}, vi = {
|
|
4073
4087
|
fallbackLocale: null,
|
|
4074
4088
|
loadingDelay: 200,
|
|
4075
|
-
formats:
|
|
4089
|
+
formats: yi,
|
|
4076
4090
|
warnOnMissingMessages: !0,
|
|
4077
4091
|
handleMissingMessage: void 0,
|
|
4078
4092
|
ignoreTag: !0
|
|
4079
|
-
},
|
|
4093
|
+
}, Ei = vi;
|
|
4080
4094
|
function X() {
|
|
4081
|
-
return
|
|
4082
|
-
}
|
|
4083
|
-
const
|
|
4084
|
-
var
|
|
4085
|
-
for (var r in t)
|
|
4086
|
-
|
|
4087
|
-
if (
|
|
4088
|
-
for (var r of
|
|
4089
|
-
|
|
4095
|
+
return Ei;
|
|
4096
|
+
}
|
|
4097
|
+
const Ae = ge(!1);
|
|
4098
|
+
var xi = Object.defineProperty, _i = Object.defineProperties, Si = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, Ti = Object.prototype.hasOwnProperty, wi = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? xi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Bi = (e, t) => {
|
|
4099
|
+
for (var r in t || (t = {}))
|
|
4100
|
+
Ti.call(t, r) && _t(e, r, t[r]);
|
|
4101
|
+
if (xt)
|
|
4102
|
+
for (var r of xt(t))
|
|
4103
|
+
wi.call(t, r) && _t(e, r, t[r]);
|
|
4090
4104
|
return e;
|
|
4091
|
-
},
|
|
4092
|
-
let
|
|
4093
|
-
const
|
|
4094
|
-
function
|
|
4105
|
+
}, Hi = (e, t) => _i(e, Si(t));
|
|
4106
|
+
let Ve;
|
|
4107
|
+
const me = ge(null);
|
|
4108
|
+
function St(e) {
|
|
4095
4109
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4096
4110
|
}
|
|
4097
4111
|
function ve(e, t = X().fallbackLocale) {
|
|
4098
|
-
const r =
|
|
4099
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4112
|
+
const r = St(e);
|
|
4113
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...St(t)])] : r;
|
|
4100
4114
|
}
|
|
4101
4115
|
function M() {
|
|
4102
|
-
return
|
|
4116
|
+
return Ve != null ? Ve : void 0;
|
|
4103
4117
|
}
|
|
4104
|
-
|
|
4105
|
-
|
|
4118
|
+
me.subscribe((e) => {
|
|
4119
|
+
Ve = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4106
4120
|
});
|
|
4107
|
-
const
|
|
4108
|
-
if (e &&
|
|
4121
|
+
const Pi = (e) => {
|
|
4122
|
+
if (e && mi(e) && ke(e)) {
|
|
4109
4123
|
const { loadingDelay: t } = X();
|
|
4110
4124
|
let r;
|
|
4111
4125
|
return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
|
|
4112
|
-
() =>
|
|
4126
|
+
() => Ae.set(!0),
|
|
4113
4127
|
t
|
|
4114
|
-
) :
|
|
4115
|
-
|
|
4128
|
+
) : Ae.set(!0), sr(e).then(() => {
|
|
4129
|
+
me.set(e);
|
|
4116
4130
|
}).finally(() => {
|
|
4117
|
-
clearTimeout(r),
|
|
4131
|
+
clearTimeout(r), Ae.set(!1);
|
|
4118
4132
|
});
|
|
4119
4133
|
}
|
|
4120
|
-
return
|
|
4121
|
-
}, Z =
|
|
4122
|
-
set:
|
|
4134
|
+
return me.set(e);
|
|
4135
|
+
}, Z = Hi(Bi({}, me), {
|
|
4136
|
+
set: Pi
|
|
4123
4137
|
}), Ee = (e) => {
|
|
4124
4138
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4125
4139
|
return (n) => {
|
|
@@ -4127,20 +4141,20 @@ const Bi = (e) => {
|
|
|
4127
4141
|
return i in t ? t[i] : t[i] = e(n);
|
|
4128
4142
|
};
|
|
4129
4143
|
};
|
|
4130
|
-
var
|
|
4144
|
+
var Ai = Object.defineProperty, de = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, Tt = (e, t, r) => t in e ? Ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Je = (e, t) => {
|
|
4131
4145
|
for (var r in t || (t = {}))
|
|
4132
|
-
|
|
4133
|
-
if (
|
|
4134
|
-
for (var r of
|
|
4135
|
-
|
|
4146
|
+
ar.call(t, r) && Tt(e, r, t[r]);
|
|
4147
|
+
if (de)
|
|
4148
|
+
for (var r of de(t))
|
|
4149
|
+
ur.call(t, r) && Tt(e, r, t[r]);
|
|
4136
4150
|
return e;
|
|
4137
4151
|
}, Q = (e, t) => {
|
|
4138
4152
|
var r = {};
|
|
4139
4153
|
for (var n in e)
|
|
4140
|
-
|
|
4141
|
-
if (e != null &&
|
|
4142
|
-
for (var n of
|
|
4143
|
-
t.indexOf(n) < 0 &&
|
|
4154
|
+
ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4155
|
+
if (e != null && de)
|
|
4156
|
+
for (var n of de(e))
|
|
4157
|
+
t.indexOf(n) < 0 && ur.call(e, n) && (r[n] = e[n]);
|
|
4144
4158
|
return r;
|
|
4145
4159
|
};
|
|
4146
4160
|
const te = (e, t) => {
|
|
@@ -4148,21 +4162,21 @@ const te = (e, t) => {
|
|
|
4148
4162
|
if (e in r && t in r[e])
|
|
4149
4163
|
return r[e][t];
|
|
4150
4164
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4151
|
-
},
|
|
4165
|
+
}, Oi = Ee(
|
|
4152
4166
|
(e) => {
|
|
4153
4167
|
var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
|
|
4154
4168
|
if (r == null)
|
|
4155
4169
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4156
4170
|
return n && (i = te("number", n)), new Intl.NumberFormat(r, i);
|
|
4157
4171
|
}
|
|
4158
|
-
),
|
|
4172
|
+
), Ii = Ee(
|
|
4159
4173
|
(e) => {
|
|
4160
4174
|
var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
|
|
4161
4175
|
if (r == null)
|
|
4162
4176
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4163
4177
|
return n ? i = te("date", n) : Object.keys(i).length === 0 && (i = te("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4164
4178
|
}
|
|
4165
|
-
),
|
|
4179
|
+
), Li = Ee(
|
|
4166
4180
|
(e) => {
|
|
4167
4181
|
var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
|
|
4168
4182
|
if (r == null)
|
|
@@ -4171,33 +4185,33 @@ const te = (e, t) => {
|
|
|
4171
4185
|
);
|
|
4172
4186
|
return n ? i = te("time", n) : Object.keys(i).length === 0 && (i = te("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4173
4187
|
}
|
|
4174
|
-
),
|
|
4188
|
+
), Ni = (e = {}) => {
|
|
4175
4189
|
var t = e, {
|
|
4176
4190
|
locale: r = M()
|
|
4177
4191
|
} = t, n = Q(t, [
|
|
4178
4192
|
"locale"
|
|
4179
4193
|
]);
|
|
4180
|
-
return
|
|
4181
|
-
},
|
|
4194
|
+
return Oi(Je({ locale: r }, n));
|
|
4195
|
+
}, Ci = (e = {}) => {
|
|
4182
4196
|
var t = e, {
|
|
4183
4197
|
locale: r = M()
|
|
4184
4198
|
} = t, n = Q(t, [
|
|
4185
4199
|
"locale"
|
|
4186
4200
|
]);
|
|
4187
|
-
return
|
|
4188
|
-
},
|
|
4201
|
+
return Ii(Je({ locale: r }, n));
|
|
4202
|
+
}, Mi = (e = {}) => {
|
|
4189
4203
|
var t = e, {
|
|
4190
4204
|
locale: r = M()
|
|
4191
4205
|
} = t, n = Q(t, [
|
|
4192
4206
|
"locale"
|
|
4193
4207
|
]);
|
|
4194
|
-
return
|
|
4195
|
-
},
|
|
4208
|
+
return Li(Je({ locale: r }, n));
|
|
4209
|
+
}, $i = Ee(
|
|
4196
4210
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4197
|
-
(e, t = M()) => new
|
|
4211
|
+
(e, t = M()) => new hi(e, t, X().formats, {
|
|
4198
4212
|
ignoreTag: X().ignoreTag
|
|
4199
4213
|
})
|
|
4200
|
-
),
|
|
4214
|
+
), Ri = (e, t = {}) => {
|
|
4201
4215
|
var r, n, i, o;
|
|
4202
4216
|
let s = t;
|
|
4203
4217
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4210,7 +4224,7 @@ const te = (e, t) => {
|
|
|
4210
4224
|
throw new Error(
|
|
4211
4225
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4212
4226
|
);
|
|
4213
|
-
let l =
|
|
4227
|
+
let l = rr(e, u);
|
|
4214
4228
|
if (!l)
|
|
4215
4229
|
l = (o = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? i : h) != null ? o : e;
|
|
4216
4230
|
else if (typeof l != "string")
|
|
@@ -4221,7 +4235,7 @@ const te = (e, t) => {
|
|
|
4221
4235
|
return l;
|
|
4222
4236
|
let c = l;
|
|
4223
4237
|
try {
|
|
4224
|
-
c =
|
|
4238
|
+
c = $i(l, u).format(a);
|
|
4225
4239
|
} catch (f) {
|
|
4226
4240
|
f instanceof Error && console.warn(
|
|
4227
4241
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4229,20 +4243,20 @@ const te = (e, t) => {
|
|
|
4229
4243
|
);
|
|
4230
4244
|
}
|
|
4231
4245
|
return c;
|
|
4232
|
-
},
|
|
4233
|
-
W([Z], () => $i);
|
|
4234
|
-
W([Z], () => Ri);
|
|
4246
|
+
}, Ui = (e, t) => Mi(t).format(e), Di = (e, t) => Ci(t).format(e), Fi = (e, t) => Ni(t).format(e), Gi = (e, t = M()) => rr(e, t), ji = W([Z, ne], () => Ri);
|
|
4235
4247
|
W([Z], () => Ui);
|
|
4236
|
-
W([Z
|
|
4237
|
-
|
|
4248
|
+
W([Z], () => Di);
|
|
4249
|
+
W([Z], () => Fi);
|
|
4250
|
+
W([Z, ne], () => Gi);
|
|
4251
|
+
window.emWidgets = { topic: tn };
|
|
4238
4252
|
const ae = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4239
|
-
function
|
|
4240
|
-
|
|
4253
|
+
function wt(e, t) {
|
|
4254
|
+
ir(e, t);
|
|
4241
4255
|
}
|
|
4242
|
-
function
|
|
4256
|
+
function ki(e) {
|
|
4243
4257
|
Z.set(e);
|
|
4244
4258
|
}
|
|
4245
|
-
const
|
|
4259
|
+
const Bt = {
|
|
4246
4260
|
en: {
|
|
4247
4261
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4248
4262
|
},
|
|
@@ -4283,10 +4297,10 @@ const Tt = {
|
|
|
4283
4297
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4284
4298
|
}
|
|
4285
4299
|
};
|
|
4286
|
-
function
|
|
4287
|
-
|
|
4300
|
+
function Vi(e) {
|
|
4301
|
+
br(e, "svelte-1mifytr", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}");
|
|
4288
4302
|
}
|
|
4289
|
-
function
|
|
4303
|
+
function zi(e) {
|
|
4290
4304
|
let t, r, n, i = (
|
|
4291
4305
|
/*customtext*/
|
|
4292
4306
|
(e[0] || /*$_*/
|
|
@@ -4294,13 +4308,13 @@ function ki(e) {
|
|
|
4294
4308
|
), o, s;
|
|
4295
4309
|
return {
|
|
4296
4310
|
c() {
|
|
4297
|
-
t = Y("div"), r = Y("div"), n = Y("button"), o =
|
|
4311
|
+
t = Y("div"), r = Y("div"), n = Y("button"), o = vr(i), C(n, "class", "PanicButton " + (ae(
|
|
4298
4312
|
/*userAgent*/
|
|
4299
4313
|
e[6]
|
|
4300
4314
|
) !== "PC" ? "PanicButtonMobile" : "")), C(n, "part", "PanicButton " + (ae(
|
|
4301
4315
|
/*userAgent*/
|
|
4302
4316
|
e[6]
|
|
4303
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4317
|
+
) !== "PC" ? "PanicButtonMobile" : "")), nt(
|
|
4304
4318
|
n,
|
|
4305
4319
|
"PanicButtonAnimation",
|
|
4306
4320
|
/*panicLoading*/
|
|
@@ -4315,14 +4329,14 @@ function ki(e) {
|
|
|
4315
4329
|
e[1] == "true" ? "PanicButtonV2" : "");
|
|
4316
4330
|
},
|
|
4317
4331
|
m(a, u) {
|
|
4318
|
-
|
|
4332
|
+
Ot(a, t, u), ue(t, r), ue(r, n), ue(n, o), e[12](n), e[13](t);
|
|
4319
4333
|
},
|
|
4320
4334
|
p(a, [u]) {
|
|
4321
4335
|
u & /*customtext, $_*/
|
|
4322
4336
|
33 && i !== (i = /*customtext*/
|
|
4323
4337
|
(a[0] || /*$_*/
|
|
4324
|
-
a[5]("panicButtonString")) + "") &&
|
|
4325
|
-
16 &&
|
|
4338
|
+
a[5]("panicButtonString")) + "") && xr(o, i), u & /*panicLoading*/
|
|
4339
|
+
16 && nt(
|
|
4326
4340
|
n,
|
|
4327
4341
|
"PanicButtonAnimation",
|
|
4328
4342
|
/*panicLoading*/
|
|
@@ -4334,50 +4348,50 @@ function ki(e) {
|
|
|
4334
4348
|
i: B,
|
|
4335
4349
|
o: B,
|
|
4336
4350
|
d(a) {
|
|
4337
|
-
a &&
|
|
4351
|
+
a && Xe(t), e[12](null), e[13](null);
|
|
4338
4352
|
}
|
|
4339
4353
|
};
|
|
4340
4354
|
}
|
|
4341
|
-
function
|
|
4355
|
+
function Xi(e, t, r) {
|
|
4342
4356
|
let n;
|
|
4343
|
-
|
|
4344
|
-
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: u } = t, { alternativestyling: h = "" } = t, { translationurl: l = "" } = t, c, f,
|
|
4345
|
-
const
|
|
4357
|
+
dr(e, ji, (v) => r(5, n = v));
|
|
4358
|
+
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: u } = t, { alternativestyling: h = "" } = t, { translationurl: l = "" } = t, c, f, m = !1, y = 0, g, w = window.navigator.userAgent;
|
|
4359
|
+
const N = () => {
|
|
4346
4360
|
fetch(l).then((R) => R.json()).then((R) => {
|
|
4347
|
-
Object.keys(R).forEach((
|
|
4348
|
-
|
|
4361
|
+
Object.keys(R).forEach((Ye) => {
|
|
4362
|
+
wt(Ye, R[Ye]);
|
|
4349
4363
|
});
|
|
4350
4364
|
}).catch((R) => {
|
|
4351
4365
|
console.log(R);
|
|
4352
4366
|
});
|
|
4353
4367
|
};
|
|
4354
|
-
Object.keys(
|
|
4355
|
-
|
|
4368
|
+
Object.keys(Bt).forEach((v) => {
|
|
4369
|
+
wt(v, Bt[v]);
|
|
4356
4370
|
});
|
|
4357
4371
|
const I = () => {
|
|
4358
4372
|
c == null || c.addEventListener("mousedown", H, !1), c == null || c.addEventListener("touchstart", H, !1), c == null || c.addEventListener("mouseup", S, !1), c == null || c.addEventListener("touchend", S, !1);
|
|
4359
4373
|
}, _ = () => {
|
|
4360
|
-
r(4,
|
|
4374
|
+
r(4, m = !1), c == null || c.removeEventListener("mousedown", H), c == null || c.removeEventListener("touchstart", H), c == null || c.removeEventListener("mouseup", S), c == null || c.removeEventListener("touchend", S);
|
|
4361
4375
|
}, H = () => {
|
|
4362
|
-
y = 0, r(4,
|
|
4376
|
+
y = 0, r(4, m = !0), g = setInterval(
|
|
4363
4377
|
() => {
|
|
4364
4378
|
y++, y >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(g), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
|
|
4365
4379
|
},
|
|
4366
4380
|
1e3
|
|
4367
4381
|
);
|
|
4368
4382
|
}, S = () => {
|
|
4369
|
-
r(4,
|
|
4383
|
+
r(4, m = !1), clearInterval(g);
|
|
4370
4384
|
};
|
|
4371
|
-
|
|
4385
|
+
Tr(() => () => {
|
|
4372
4386
|
_();
|
|
4373
4387
|
});
|
|
4374
4388
|
function $(v) {
|
|
4375
|
-
|
|
4389
|
+
pe[v ? "unshift" : "push"](() => {
|
|
4376
4390
|
c = v, r(2, c);
|
|
4377
4391
|
});
|
|
4378
4392
|
}
|
|
4379
4393
|
function ie(v) {
|
|
4380
|
-
|
|
4394
|
+
pe[v ? "unshift" : "push"](() => {
|
|
4381
4395
|
f = v, r(3, f);
|
|
4382
4396
|
});
|
|
4383
4397
|
}
|
|
@@ -4386,17 +4400,17 @@ function Vi(e, t, r) {
|
|
|
4386
4400
|
}, e.$$.update = () => {
|
|
4387
4401
|
e.$$.dirty & /*panicButton*/
|
|
4388
4402
|
4 && c && I(), e.$$.dirty & /*lang*/
|
|
4389
|
-
128 && i &&
|
|
4390
|
-
264 && s && f &&
|
|
4391
|
-
520 && a && f &&
|
|
4392
|
-
1032 && u && f &&
|
|
4393
|
-
2048 && l &&
|
|
4403
|
+
128 && i && ki(i), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4404
|
+
264 && s && f && Ur(f, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4405
|
+
520 && a && f && Dr(f, a), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4406
|
+
1032 && u && f && Fr(f, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4407
|
+
2048 && l && N();
|
|
4394
4408
|
}, [
|
|
4395
4409
|
o,
|
|
4396
4410
|
h,
|
|
4397
4411
|
c,
|
|
4398
4412
|
f,
|
|
4399
|
-
|
|
4413
|
+
m,
|
|
4400
4414
|
n,
|
|
4401
4415
|
w,
|
|
4402
4416
|
i,
|
|
@@ -4408,14 +4422,14 @@ function Vi(e, t, r) {
|
|
|
4408
4422
|
ie
|
|
4409
4423
|
];
|
|
4410
4424
|
}
|
|
4411
|
-
class
|
|
4425
|
+
class Wi extends $r {
|
|
4412
4426
|
constructor(t) {
|
|
4413
|
-
super(),
|
|
4427
|
+
super(), Cr(
|
|
4414
4428
|
this,
|
|
4415
4429
|
t,
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4430
|
+
Xi,
|
|
4431
|
+
zi,
|
|
4432
|
+
Pt,
|
|
4419
4433
|
{
|
|
4420
4434
|
lang: 7,
|
|
4421
4435
|
customtext: 0,
|
|
@@ -4425,7 +4439,7 @@ class zi extends Lr {
|
|
|
4425
4439
|
alternativestyling: 1,
|
|
4426
4440
|
translationurl: 11
|
|
4427
4441
|
},
|
|
4428
|
-
|
|
4442
|
+
Vi
|
|
4429
4443
|
);
|
|
4430
4444
|
}
|
|
4431
4445
|
get lang() {
|
|
@@ -4471,7 +4485,7 @@ class zi extends Lr {
|
|
|
4471
4485
|
this.$$set({ translationurl: t }), P();
|
|
4472
4486
|
}
|
|
4473
4487
|
}
|
|
4474
|
-
|
|
4488
|
+
Mr(Wi, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
|
|
4475
4489
|
export {
|
|
4476
|
-
|
|
4490
|
+
Wi as default
|
|
4477
4491
|
};
|