@everymatrix/cashier-session-expiration-modal 1.75.0 → 1.76.0
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/{CashierSessionExpirationModal-BOSjOfU2.js → CashierSessionExpirationModal-BKbmVRMA.js} +1064 -1069
- package/components/{CashierSessionExpirationModal-C86Sxd4B.js → CashierSessionExpirationModal-CPPvk6qY.js} +1053 -1058
- package/components/CashierSessionExpirationModal-DnmnVK94.cjs +9 -0
- package/es2015/cashier-session-expiration-modal.cjs +1 -1
- package/es2015/cashier-session-expiration-modal.js +1 -1
- package/esnext/cashier-session-expiration-modal.js +1 -1
- package/package.json +1 -1
- package/components/CashierSessionExpirationModal-5NHcewhZ.cjs +0 -22
|
@@ -15,18 +15,18 @@ function zr(e) {
|
|
|
15
15
|
function ir() {
|
|
16
16
|
return /* @__PURE__ */ Object.create(null);
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function Re(e) {
|
|
19
19
|
e.forEach(zr);
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function Yt(e) {
|
|
22
22
|
return typeof e == "function";
|
|
23
23
|
}
|
|
24
24
|
function Wr(e, t) {
|
|
25
25
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
26
26
|
}
|
|
27
|
-
let
|
|
28
|
-
function
|
|
29
|
-
return e === t ? !0 : (
|
|
27
|
+
let wt;
|
|
28
|
+
function yn(e, t) {
|
|
29
|
+
return e === t ? !0 : (wt || (wt = document.createElement("a")), wt.href = t, e === wt.href);
|
|
30
30
|
}
|
|
31
31
|
function zi(e) {
|
|
32
32
|
return Object.keys(e).length === 0;
|
|
@@ -43,7 +43,7 @@ function Vr(e, ...t) {
|
|
|
43
43
|
function sr(e, t, n) {
|
|
44
44
|
e.$$.on_destroy.push(Vr(t, n));
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function Lt(e, t, n, r) {
|
|
47
47
|
if (e) {
|
|
48
48
|
const i = Xr(e, t, n, r);
|
|
49
49
|
return e[0](i);
|
|
@@ -52,14 +52,14 @@ function Nt(e, t, n, r) {
|
|
|
52
52
|
function Xr(e, t, n, r) {
|
|
53
53
|
return e[1] && r ? ji(n.ctx.slice(), e[1](r(t))) : n.ctx;
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function Ht(e, t, n, r) {
|
|
56
56
|
if (e[2] && r) {
|
|
57
57
|
const i = e[2](r(n));
|
|
58
58
|
if (t.dirty === void 0)
|
|
59
59
|
return i;
|
|
60
60
|
if (typeof i == "object") {
|
|
61
|
-
const s = [],
|
|
62
|
-
for (let a = 0; a <
|
|
61
|
+
const s = [], u = Math.max(t.dirty.length, i.length);
|
|
62
|
+
for (let a = 0; a < u; a += 1)
|
|
63
63
|
s[a] = t.dirty[a] | i[a];
|
|
64
64
|
return s;
|
|
65
65
|
}
|
|
@@ -67,13 +67,13 @@ function Lt(e, t, n, r) {
|
|
|
67
67
|
}
|
|
68
68
|
return t.dirty;
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function Rt(e, t, n, r, i, s) {
|
|
71
71
|
if (i) {
|
|
72
|
-
const
|
|
73
|
-
e.p(
|
|
72
|
+
const u = Xr(t, n, r, s);
|
|
73
|
+
e.p(u, i);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function Pt(e) {
|
|
77
77
|
if (e.ctx.length > 32) {
|
|
78
78
|
const t = [], n = e.ctx.length / 32;
|
|
79
79
|
for (let r = 0; r < n; r++)
|
|
@@ -83,21 +83,21 @@ function Rt(e) {
|
|
|
83
83
|
return -1;
|
|
84
84
|
}
|
|
85
85
|
const Yr = typeof window < "u";
|
|
86
|
-
let Wi = Yr ? () => window.performance.now() : () => Date.now(),
|
|
87
|
-
const
|
|
86
|
+
let Wi = Yr ? () => window.performance.now() : () => Date.now(), Hn = Yr ? (e) => requestAnimationFrame(e) : de;
|
|
87
|
+
const Ve = /* @__PURE__ */ new Set();
|
|
88
88
|
function Zr(e) {
|
|
89
|
-
|
|
90
|
-
t.c(e) || (
|
|
91
|
-
}),
|
|
89
|
+
Ve.forEach((t) => {
|
|
90
|
+
t.c(e) || (Ve.delete(t), t.f());
|
|
91
|
+
}), Ve.size !== 0 && Hn(Zr);
|
|
92
92
|
}
|
|
93
93
|
function Vi(e) {
|
|
94
94
|
let t;
|
|
95
|
-
return
|
|
95
|
+
return Ve.size === 0 && Hn(Zr), {
|
|
96
96
|
promise: new Promise((n) => {
|
|
97
|
-
|
|
97
|
+
Ve.add(t = { c: e, f: n });
|
|
98
98
|
}),
|
|
99
99
|
abort() {
|
|
100
|
-
|
|
100
|
+
Ve.delete(t);
|
|
101
101
|
}
|
|
102
102
|
};
|
|
103
103
|
}
|
|
@@ -105,13 +105,13 @@ function J(e, t) {
|
|
|
105
105
|
e.appendChild(t);
|
|
106
106
|
}
|
|
107
107
|
function Xi(e, t, n) {
|
|
108
|
-
const r =
|
|
108
|
+
const r = Rn(e);
|
|
109
109
|
if (!r.getElementById(t)) {
|
|
110
110
|
const i = te("style");
|
|
111
111
|
i.id = t, i.textContent = n, qr(r, i);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Rn(e) {
|
|
115
115
|
if (!e)
|
|
116
116
|
return document;
|
|
117
117
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -123,7 +123,7 @@ function Ln(e) {
|
|
|
123
123
|
}
|
|
124
124
|
function Yi(e) {
|
|
125
125
|
const t = te("style");
|
|
126
|
-
return t.textContent = "/* empty */", qr(
|
|
126
|
+
return t.textContent = "/* empty */", qr(Rn(e), t), t.sheet;
|
|
127
127
|
}
|
|
128
128
|
function qr(e, t) {
|
|
129
129
|
return J(
|
|
@@ -132,7 +132,7 @@ function qr(e, t) {
|
|
|
132
132
|
t
|
|
133
133
|
), t.sheet;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function we(e, t, n) {
|
|
136
136
|
e.insertBefore(t, n || null);
|
|
137
137
|
}
|
|
138
138
|
function ge(e) {
|
|
@@ -144,39 +144,39 @@ function te(e) {
|
|
|
144
144
|
function or(e) {
|
|
145
145
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function Ke(e) {
|
|
148
148
|
return document.createTextNode(e);
|
|
149
149
|
}
|
|
150
|
-
function
|
|
151
|
-
return
|
|
150
|
+
function ht() {
|
|
151
|
+
return Ke(" ");
|
|
152
152
|
}
|
|
153
153
|
function Jr() {
|
|
154
|
-
return
|
|
154
|
+
return Ke("");
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Ft(e, t, n, r) {
|
|
157
157
|
return e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r);
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function $(e, t, n) {
|
|
160
160
|
n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
|
|
161
161
|
}
|
|
162
162
|
function Zi(e) {
|
|
163
163
|
return Array.from(e.childNodes);
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function Zt(e, t) {
|
|
166
166
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
167
167
|
t);
|
|
168
168
|
}
|
|
169
|
-
let
|
|
169
|
+
let Ot;
|
|
170
170
|
function qi() {
|
|
171
|
-
if (
|
|
172
|
-
|
|
171
|
+
if (Ot === void 0) {
|
|
172
|
+
Ot = !1;
|
|
173
173
|
try {
|
|
174
174
|
typeof window < "u" && window.parent && window.parent.document;
|
|
175
175
|
} catch {
|
|
176
|
-
|
|
176
|
+
Ot = !0;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
return
|
|
179
|
+
return Ot;
|
|
180
180
|
}
|
|
181
181
|
function Ji(e, t) {
|
|
182
182
|
getComputedStyle(e).position === "static" && (e.style.position = "relative");
|
|
@@ -187,15 +187,15 @@ function Ji(e, t) {
|
|
|
187
187
|
), r.setAttribute("aria-hidden", "true"), r.tabIndex = -1;
|
|
188
188
|
const i = qi();
|
|
189
189
|
let s;
|
|
190
|
-
return i ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", s =
|
|
190
|
+
return i ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", s = Ft(
|
|
191
191
|
window,
|
|
192
192
|
"message",
|
|
193
193
|
/** @param {MessageEvent} event */
|
|
194
|
-
(
|
|
195
|
-
|
|
194
|
+
(u) => {
|
|
195
|
+
u.source === r.contentWindow && t();
|
|
196
196
|
}
|
|
197
197
|
)) : (r.src = "about:blank", r.onload = () => {
|
|
198
|
-
s =
|
|
198
|
+
s = Ft(r.contentWindow, "resize", t), t();
|
|
199
199
|
}), J(e, r), () => {
|
|
200
200
|
(i || s && r.contentWindow) && s(), ge(r);
|
|
201
201
|
};
|
|
@@ -212,8 +212,8 @@ function Ki(e) {
|
|
|
212
212
|
}
|
|
213
213
|
), t;
|
|
214
214
|
}
|
|
215
|
-
const
|
|
216
|
-
let
|
|
215
|
+
const Gt = /* @__PURE__ */ new Map();
|
|
216
|
+
let $t = 0;
|
|
217
217
|
function es(e) {
|
|
218
218
|
let t = 5381, n = e.length;
|
|
219
219
|
for (; n--; )
|
|
@@ -222,46 +222,46 @@ function es(e) {
|
|
|
222
222
|
}
|
|
223
223
|
function ts(e, t) {
|
|
224
224
|
const n = { stylesheet: Yi(t), rules: {} };
|
|
225
|
-
return
|
|
225
|
+
return Gt.set(e, n), n;
|
|
226
226
|
}
|
|
227
|
-
function ar(e, t, n, r, i, s,
|
|
227
|
+
function ar(e, t, n, r, i, s, u, a = 0) {
|
|
228
228
|
const c = 16.666 / r;
|
|
229
|
-
let
|
|
229
|
+
let l = `{
|
|
230
230
|
`;
|
|
231
231
|
for (let C = 0; C <= 1; C += c) {
|
|
232
|
-
const
|
|
233
|
-
|
|
232
|
+
const G = t + (n - t) * s(C);
|
|
233
|
+
l += C * 100 + `%{${u(G, 1 - G)}}
|
|
234
234
|
`;
|
|
235
235
|
}
|
|
236
|
-
const f =
|
|
237
|
-
}`, b = `__svelte_${es(f)}_${a}`, y =
|
|
236
|
+
const f = l + `100% {${u(n, 1 - n)}}
|
|
237
|
+
}`, b = `__svelte_${es(f)}_${a}`, y = Rn(e), { stylesheet: M, rules: E } = Gt.get(y) || ts(y, e);
|
|
238
238
|
E[b] || (E[b] = !0, M.insertRule(`@keyframes ${b} ${f}`, M.cssRules.length));
|
|
239
239
|
const d = e.style.animation || "";
|
|
240
|
-
return e.style.animation = `${d ? `${d}, ` : ""}${b} ${r}ms linear ${i}ms 1 both`,
|
|
240
|
+
return e.style.animation = `${d ? `${d}, ` : ""}${b} ${r}ms linear ${i}ms 1 both`, $t += 1, b;
|
|
241
241
|
}
|
|
242
242
|
function ns(e, t) {
|
|
243
243
|
const n = (e.style.animation || "").split(", "), r = n.filter(
|
|
244
244
|
t ? (s) => s.indexOf(t) < 0 : (s) => s.indexOf("__svelte") === -1
|
|
245
245
|
// remove all Svelte animations
|
|
246
246
|
), i = n.length - r.length;
|
|
247
|
-
i && (e.style.animation = r.join(", "),
|
|
247
|
+
i && (e.style.animation = r.join(", "), $t -= i, $t || rs());
|
|
248
248
|
}
|
|
249
249
|
function rs() {
|
|
250
|
-
|
|
251
|
-
|
|
250
|
+
Hn(() => {
|
|
251
|
+
$t || (Gt.forEach((e) => {
|
|
252
252
|
const { ownerNode: t } = e.stylesheet;
|
|
253
253
|
t && ge(t);
|
|
254
|
-
}),
|
|
254
|
+
}), Gt.clear());
|
|
255
255
|
});
|
|
256
256
|
}
|
|
257
|
-
let
|
|
258
|
-
function
|
|
259
|
-
|
|
257
|
+
let pt;
|
|
258
|
+
function dt(e) {
|
|
259
|
+
pt = e;
|
|
260
260
|
}
|
|
261
261
|
function Qr() {
|
|
262
|
-
if (!
|
|
262
|
+
if (!pt)
|
|
263
263
|
throw new Error("Function called outside component initialization");
|
|
264
|
-
return
|
|
264
|
+
return pt;
|
|
265
265
|
}
|
|
266
266
|
function is(e) {
|
|
267
267
|
Qr().$$.on_mount.push(e);
|
|
@@ -269,102 +269,102 @@ function is(e) {
|
|
|
269
269
|
function ss(e) {
|
|
270
270
|
Qr().$$.on_destroy.push(e);
|
|
271
271
|
}
|
|
272
|
-
const
|
|
273
|
-
let
|
|
274
|
-
const
|
|
275
|
-
let
|
|
272
|
+
const We = [], jt = [];
|
|
273
|
+
let Xe = [];
|
|
274
|
+
const ur = [], os = /* @__PURE__ */ Promise.resolve();
|
|
275
|
+
let Tn = !1;
|
|
276
276
|
function as() {
|
|
277
|
-
|
|
277
|
+
Tn || (Tn = !0, os.then(le));
|
|
278
278
|
}
|
|
279
|
-
function
|
|
280
|
-
|
|
279
|
+
function Ye(e) {
|
|
280
|
+
Xe.push(e);
|
|
281
281
|
}
|
|
282
|
-
const
|
|
283
|
-
let
|
|
284
|
-
function
|
|
285
|
-
if (
|
|
282
|
+
const an = /* @__PURE__ */ new Set();
|
|
283
|
+
let je = 0;
|
|
284
|
+
function le() {
|
|
285
|
+
if (je !== 0)
|
|
286
286
|
return;
|
|
287
|
-
const e =
|
|
287
|
+
const e = pt;
|
|
288
288
|
do {
|
|
289
289
|
try {
|
|
290
|
-
for (;
|
|
291
|
-
const t =
|
|
292
|
-
|
|
290
|
+
for (; je < We.length; ) {
|
|
291
|
+
const t = We[je];
|
|
292
|
+
je++, dt(t), us(t.$$);
|
|
293
293
|
}
|
|
294
294
|
} catch (t) {
|
|
295
|
-
throw
|
|
295
|
+
throw We.length = 0, je = 0, t;
|
|
296
296
|
}
|
|
297
|
-
for (
|
|
298
|
-
|
|
299
|
-
for (let t = 0; t <
|
|
300
|
-
const n =
|
|
301
|
-
|
|
297
|
+
for (dt(null), We.length = 0, je = 0; jt.length; )
|
|
298
|
+
jt.pop()();
|
|
299
|
+
for (let t = 0; t < Xe.length; t += 1) {
|
|
300
|
+
const n = Xe[t];
|
|
301
|
+
an.has(n) || (an.add(n), n());
|
|
302
302
|
}
|
|
303
|
-
|
|
304
|
-
} while (
|
|
305
|
-
for (;
|
|
306
|
-
|
|
307
|
-
|
|
303
|
+
Xe.length = 0;
|
|
304
|
+
} while (We.length);
|
|
305
|
+
for (; ur.length; )
|
|
306
|
+
ur.pop()();
|
|
307
|
+
Tn = !1, an.clear(), dt(e);
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function us(e) {
|
|
310
310
|
if (e.fragment !== null) {
|
|
311
|
-
e.update(),
|
|
311
|
+
e.update(), Re(e.before_update);
|
|
312
312
|
const t = e.dirty;
|
|
313
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
313
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ye);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
|
-
function
|
|
316
|
+
function ls(e) {
|
|
317
317
|
const t = [], n = [];
|
|
318
|
-
|
|
318
|
+
Xe.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), Xe = t;
|
|
319
319
|
}
|
|
320
|
-
let
|
|
320
|
+
let st;
|
|
321
321
|
function cs() {
|
|
322
|
-
return
|
|
323
|
-
|
|
324
|
-
})),
|
|
322
|
+
return st || (st = Promise.resolve(), st.then(() => {
|
|
323
|
+
st = null;
|
|
324
|
+
})), st;
|
|
325
325
|
}
|
|
326
|
-
function
|
|
326
|
+
function un(e, t, n) {
|
|
327
327
|
e.dispatchEvent(Qi(`${t ? "intro" : "outro"}${n}`));
|
|
328
328
|
}
|
|
329
|
-
const
|
|
330
|
-
let
|
|
329
|
+
const It = /* @__PURE__ */ new Set();
|
|
330
|
+
let Ce;
|
|
331
331
|
function Kr() {
|
|
332
|
-
|
|
332
|
+
Ce = {
|
|
333
333
|
r: 0,
|
|
334
334
|
c: [],
|
|
335
|
-
p:
|
|
335
|
+
p: Ce
|
|
336
336
|
// parent group
|
|
337
337
|
};
|
|
338
338
|
}
|
|
339
339
|
function ei() {
|
|
340
|
-
|
|
340
|
+
Ce.r || Re(Ce.c), Ce = Ce.p;
|
|
341
341
|
}
|
|
342
|
-
function
|
|
343
|
-
e && e.i && (
|
|
342
|
+
function Se(e, t) {
|
|
343
|
+
e && e.i && (It.delete(e), e.i(t));
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function Le(e, t, n, r) {
|
|
346
346
|
if (e && e.o) {
|
|
347
|
-
if (
|
|
347
|
+
if (It.has(e))
|
|
348
348
|
return;
|
|
349
|
-
|
|
350
|
-
|
|
349
|
+
It.add(e), Ce.c.push(() => {
|
|
350
|
+
It.delete(e), r && (n && e.d(1), r());
|
|
351
351
|
}), e.o(t);
|
|
352
352
|
} else
|
|
353
353
|
r && r();
|
|
354
354
|
}
|
|
355
355
|
const fs = { duration: 0 };
|
|
356
|
-
function
|
|
357
|
-
let s = t(e, n, { direction: "both" }),
|
|
356
|
+
function lr(e, t, n, r) {
|
|
357
|
+
let s = t(e, n, { direction: "both" }), u = r ? 0 : 1, a = null, c = null, l = null, f;
|
|
358
358
|
function b() {
|
|
359
|
-
|
|
359
|
+
l && ns(e, l);
|
|
360
360
|
}
|
|
361
361
|
function y(E, d) {
|
|
362
362
|
const C = (
|
|
363
363
|
/** @type {Program['d']} */
|
|
364
|
-
E.b -
|
|
364
|
+
E.b - u
|
|
365
365
|
);
|
|
366
366
|
return d *= Math.abs(C), {
|
|
367
|
-
a:
|
|
367
|
+
a: u,
|
|
368
368
|
b: E.b,
|
|
369
369
|
d: C,
|
|
370
370
|
duration: d,
|
|
@@ -377,29 +377,29 @@ function ur(e, t, n, r) {
|
|
|
377
377
|
const {
|
|
378
378
|
delay: d = 0,
|
|
379
379
|
duration: C = 300,
|
|
380
|
-
easing:
|
|
380
|
+
easing: G = jr,
|
|
381
381
|
tick: U = de,
|
|
382
|
-
css:
|
|
382
|
+
css: A
|
|
383
383
|
} = s || fs, H = {
|
|
384
384
|
start: Wi() + d,
|
|
385
385
|
b: E
|
|
386
386
|
};
|
|
387
|
-
E || (H.group =
|
|
388
|
-
e.inert, e.inert = !0)), a || c ? c = H : (
|
|
389
|
-
if (c && I > c.start && (a = y(c, C), c = null,
|
|
387
|
+
E || (H.group = Ce, Ce.r += 1), "inert" in e && (E ? f !== void 0 && (e.inert = f) : (f = /** @type {HTMLElement} */
|
|
388
|
+
e.inert, e.inert = !0)), a || c ? c = H : (A && (b(), l = ar(e, u, E, C, d, G, A)), E && U(0, 1), a = y(H, C), Ye(() => un(e, E, "start")), Vi((I) => {
|
|
389
|
+
if (c && I > c.start && (a = y(c, C), c = null, un(e, a.b, "start"), A && (b(), l = ar(
|
|
390
390
|
e,
|
|
391
|
-
|
|
391
|
+
u,
|
|
392
392
|
a.b,
|
|
393
393
|
a.duration,
|
|
394
394
|
0,
|
|
395
|
-
|
|
395
|
+
G,
|
|
396
396
|
s.css
|
|
397
397
|
))), a) {
|
|
398
398
|
if (I >= a.end)
|
|
399
|
-
U(
|
|
399
|
+
U(u = a.b, 1 - u), un(e, a.b, "end"), c || (a.b ? b() : --a.group.r || Re(a.group.c)), a = null;
|
|
400
400
|
else if (I >= a.start) {
|
|
401
|
-
const
|
|
402
|
-
|
|
401
|
+
const k = I - a.start;
|
|
402
|
+
u = a.a + a.d * G(k / a.duration), U(u, 1 - u);
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
return !!(a || c);
|
|
@@ -407,7 +407,7 @@ function ur(e, t, n, r) {
|
|
|
407
407
|
}
|
|
408
408
|
return {
|
|
409
409
|
run(E) {
|
|
410
|
-
|
|
410
|
+
Yt(s) ? cs().then(() => {
|
|
411
411
|
s = s({ direction: E ? "in" : "out" }), M(E);
|
|
412
412
|
}) : M(E);
|
|
413
413
|
},
|
|
@@ -418,22 +418,22 @@ function ur(e, t, n, r) {
|
|
|
418
418
|
}
|
|
419
419
|
function hs(e, t, n) {
|
|
420
420
|
const { fragment: r, after_update: i } = e.$$;
|
|
421
|
-
r && r.m(t, n),
|
|
422
|
-
const s = e.$$.on_mount.map(zr).filter(
|
|
423
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
424
|
-
}), i.forEach(
|
|
421
|
+
r && r.m(t, n), Ye(() => {
|
|
422
|
+
const s = e.$$.on_mount.map(zr).filter(Yt);
|
|
423
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Re(s), e.$$.on_mount = [];
|
|
424
|
+
}), i.forEach(Ye);
|
|
425
425
|
}
|
|
426
426
|
function ms(e, t) {
|
|
427
427
|
const n = e.$$;
|
|
428
|
-
n.fragment !== null && (
|
|
428
|
+
n.fragment !== null && (ls(n.after_update), Re(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
|
|
429
429
|
}
|
|
430
430
|
function ds(e, t) {
|
|
431
|
-
e.$$.dirty[0] === -1 && (
|
|
431
|
+
e.$$.dirty[0] === -1 && (We.push(e), as(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
432
432
|
}
|
|
433
|
-
function ps(e, t, n, r, i, s,
|
|
434
|
-
const c =
|
|
435
|
-
|
|
436
|
-
const
|
|
433
|
+
function ps(e, t, n, r, i, s, u = null, a = [-1]) {
|
|
434
|
+
const c = pt;
|
|
435
|
+
dt(e);
|
|
436
|
+
const l = e.$$ = {
|
|
437
437
|
fragment: null,
|
|
438
438
|
ctx: [],
|
|
439
439
|
// state
|
|
@@ -454,20 +454,20 @@ function ps(e, t, n, r, i, s, l = null, a = [-1]) {
|
|
|
454
454
|
skip_bound: !1,
|
|
455
455
|
root: t.target || c.$$.root
|
|
456
456
|
};
|
|
457
|
-
|
|
457
|
+
u && u(l.root);
|
|
458
458
|
let f = !1;
|
|
459
|
-
if (
|
|
459
|
+
if (l.ctx = n ? n(e, t.props || {}, (b, y, ...M) => {
|
|
460
460
|
const E = M.length ? M[0] : y;
|
|
461
|
-
return
|
|
462
|
-
}) : [],
|
|
461
|
+
return l.ctx && i(l.ctx[b], l.ctx[b] = E) && (!l.skip_bound && l.bound[b] && l.bound[b](E), f && ds(e, b)), y;
|
|
462
|
+
}) : [], l.update(), f = !0, Re(l.before_update), l.fragment = r ? r(l.ctx) : !1, t.target) {
|
|
463
463
|
if (t.hydrate) {
|
|
464
464
|
const b = Zi(t.target);
|
|
465
|
-
|
|
465
|
+
l.fragment && l.fragment.l(b), b.forEach(ge);
|
|
466
466
|
} else
|
|
467
|
-
|
|
468
|
-
t.intro &&
|
|
467
|
+
l.fragment && l.fragment.c();
|
|
468
|
+
t.intro && Se(e.$$.fragment), hs(e, t.target, t.anchor), le();
|
|
469
469
|
}
|
|
470
|
-
|
|
470
|
+
dt(c);
|
|
471
471
|
}
|
|
472
472
|
let ti;
|
|
473
473
|
typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
@@ -512,14 +512,14 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
512
512
|
let s;
|
|
513
513
|
return {
|
|
514
514
|
c: function() {
|
|
515
|
-
s = te("slot"), i !== "default" &&
|
|
515
|
+
s = te("slot"), i !== "default" && $(s, "name", i);
|
|
516
516
|
},
|
|
517
517
|
/**
|
|
518
518
|
* @param {HTMLElement} target
|
|
519
519
|
* @param {HTMLElement} [anchor]
|
|
520
520
|
*/
|
|
521
|
-
m: function(c,
|
|
522
|
-
|
|
521
|
+
m: function(c, l) {
|
|
522
|
+
we(c, s, l);
|
|
523
523
|
},
|
|
524
524
|
d: function(c) {
|
|
525
525
|
c && ge(s);
|
|
@@ -534,7 +534,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
534
534
|
i in n && (t[i] = [e(i)]);
|
|
535
535
|
for (const i of this.attributes) {
|
|
536
536
|
const s = this.$$g_p(i.name);
|
|
537
|
-
s in this.$$d || (this.$$d[s] =
|
|
537
|
+
s in this.$$d || (this.$$d[s] = Dt(s, i.value, this.$$p_d, "toProp"));
|
|
538
538
|
}
|
|
539
539
|
for (const i in this.$$p_d)
|
|
540
540
|
!(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
|
|
@@ -552,7 +552,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
552
552
|
this.$$r = !0;
|
|
553
553
|
for (const i in this.$$p_d)
|
|
554
554
|
if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
|
|
555
|
-
const s =
|
|
555
|
+
const s = Dt(
|
|
556
556
|
i,
|
|
557
557
|
this.$$d[i],
|
|
558
558
|
this.$$p_d,
|
|
@@ -565,8 +565,8 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
565
565
|
this.$$c.$$.after_update.push(r), r();
|
|
566
566
|
for (const i in this.$$l)
|
|
567
567
|
for (const s of this.$$l[i]) {
|
|
568
|
-
const
|
|
569
|
-
this.$$l_u.set(s,
|
|
568
|
+
const u = this.$$c.$on(i, s);
|
|
569
|
+
this.$$l_u.set(s, u);
|
|
570
570
|
}
|
|
571
571
|
this.$$l = {};
|
|
572
572
|
}
|
|
@@ -574,7 +574,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
574
574
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
575
575
|
// and setting attributes through setAttribute etc, this is helpful
|
|
576
576
|
attributeChangedCallback(e, t, n) {
|
|
577
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
|
577
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = Dt(e, n, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
|
|
578
578
|
}
|
|
579
579
|
disconnectedCallback() {
|
|
580
580
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -587,7 +587,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
|
|
|
587
587
|
) || e;
|
|
588
588
|
}
|
|
589
589
|
});
|
|
590
|
-
function
|
|
590
|
+
function Dt(e, t, n, r) {
|
|
591
591
|
const i = n[e]?.type;
|
|
592
592
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
|
|
593
593
|
return t;
|
|
@@ -617,7 +617,7 @@ function It(e, t, n, r) {
|
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
function gs(e, t, n, r, i, s) {
|
|
620
|
-
let
|
|
620
|
+
let u = class extends ti {
|
|
621
621
|
constructor() {
|
|
622
622
|
super(e, n, i), this.$$p_d = t;
|
|
623
623
|
}
|
|
@@ -628,22 +628,22 @@ function gs(e, t, n, r, i, s) {
|
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
return Object.keys(t).forEach((a) => {
|
|
631
|
-
Object.defineProperty(
|
|
631
|
+
Object.defineProperty(u.prototype, a, {
|
|
632
632
|
get() {
|
|
633
633
|
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
|
634
634
|
},
|
|
635
635
|
set(c) {
|
|
636
|
-
c =
|
|
636
|
+
c = Dt(a, c, t), this.$$d[a] = c, this.$$c?.$set({ [a]: c });
|
|
637
637
|
}
|
|
638
638
|
});
|
|
639
639
|
}), r.forEach((a) => {
|
|
640
|
-
Object.defineProperty(
|
|
640
|
+
Object.defineProperty(u.prototype, a, {
|
|
641
641
|
get() {
|
|
642
642
|
return this.$$c?.[a];
|
|
643
643
|
}
|
|
644
644
|
});
|
|
645
645
|
}), e.element = /** @type {any} */
|
|
646
|
-
|
|
646
|
+
u, u;
|
|
647
647
|
}
|
|
648
648
|
class bs {
|
|
649
649
|
/**
|
|
@@ -673,7 +673,7 @@ class bs {
|
|
|
673
673
|
* @returns {() => void}
|
|
674
674
|
*/
|
|
675
675
|
$on(t, n) {
|
|
676
|
-
if (!
|
|
676
|
+
if (!Yt(n))
|
|
677
677
|
return de;
|
|
678
678
|
const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
679
679
|
return r.push(n), () => {
|
|
@@ -700,58 +700,58 @@ function cr(e, { delay: t = 0, duration: n = 400, easing: r = jr } = {}) {
|
|
|
700
700
|
css: (s) => `opacity: ${s * i}`
|
|
701
701
|
};
|
|
702
702
|
}
|
|
703
|
-
const
|
|
703
|
+
const ze = [];
|
|
704
704
|
function _s(e, t) {
|
|
705
705
|
return {
|
|
706
|
-
subscribe:
|
|
706
|
+
subscribe: Et(e, t).subscribe
|
|
707
707
|
};
|
|
708
708
|
}
|
|
709
|
-
function
|
|
709
|
+
function Et(e, t = de) {
|
|
710
710
|
let n;
|
|
711
711
|
const r = /* @__PURE__ */ new Set();
|
|
712
712
|
function i(a) {
|
|
713
713
|
if (Wr(e, a) && (e = a, n)) {
|
|
714
|
-
const c = !
|
|
715
|
-
for (const
|
|
716
|
-
|
|
714
|
+
const c = !ze.length;
|
|
715
|
+
for (const l of r)
|
|
716
|
+
l[1](), ze.push(l, e);
|
|
717
717
|
if (c) {
|
|
718
|
-
for (let
|
|
719
|
-
|
|
720
|
-
|
|
718
|
+
for (let l = 0; l < ze.length; l += 2)
|
|
719
|
+
ze[l][0](ze[l + 1]);
|
|
720
|
+
ze.length = 0;
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
723
|
}
|
|
724
724
|
function s(a) {
|
|
725
725
|
i(a(e));
|
|
726
726
|
}
|
|
727
|
-
function
|
|
728
|
-
const
|
|
729
|
-
return r.add(
|
|
730
|
-
r.delete(
|
|
727
|
+
function u(a, c = de) {
|
|
728
|
+
const l = [a, c];
|
|
729
|
+
return r.add(l), r.size === 1 && (n = t(i, s) || de), a(e), () => {
|
|
730
|
+
r.delete(l), r.size === 0 && n && (n(), n = null);
|
|
731
731
|
};
|
|
732
732
|
}
|
|
733
|
-
return { set: i, update: s, subscribe:
|
|
733
|
+
return { set: i, update: s, subscribe: u };
|
|
734
734
|
}
|
|
735
|
-
function
|
|
735
|
+
function et(e, t, n) {
|
|
736
736
|
const r = !Array.isArray(e), i = r ? [e] : e;
|
|
737
737
|
if (!i.every(Boolean))
|
|
738
738
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
739
739
|
const s = t.length < 2;
|
|
740
|
-
return _s(n, (
|
|
740
|
+
return _s(n, (u, a) => {
|
|
741
741
|
let c = !1;
|
|
742
|
-
const
|
|
742
|
+
const l = [];
|
|
743
743
|
let f = 0, b = de;
|
|
744
744
|
const y = () => {
|
|
745
745
|
if (f)
|
|
746
746
|
return;
|
|
747
747
|
b();
|
|
748
|
-
const E = t(r ?
|
|
749
|
-
s ?
|
|
748
|
+
const E = t(r ? l[0] : l, u, a);
|
|
749
|
+
s ? u(E) : b = Yt(E) ? E : de;
|
|
750
750
|
}, M = i.map(
|
|
751
751
|
(E, d) => Vr(
|
|
752
752
|
E,
|
|
753
753
|
(C) => {
|
|
754
|
-
|
|
754
|
+
l[d] = C, f &= ~(1 << d), c && y();
|
|
755
755
|
},
|
|
756
756
|
() => {
|
|
757
757
|
f |= 1 << d;
|
|
@@ -759,12 +759,12 @@ function Ke(e, t, n) {
|
|
|
759
759
|
)
|
|
760
760
|
);
|
|
761
761
|
return c = !0, y(), function() {
|
|
762
|
-
|
|
762
|
+
Re(M), b(), c = !1;
|
|
763
763
|
};
|
|
764
764
|
});
|
|
765
765
|
}
|
|
766
766
|
var ni = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
767
|
-
function
|
|
767
|
+
function Pn(e) {
|
|
768
768
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
769
769
|
}
|
|
770
770
|
var ys = function(t) {
|
|
@@ -775,28 +775,28 @@ function Ts(e) {
|
|
|
775
775
|
}
|
|
776
776
|
function xs(e) {
|
|
777
777
|
var t = Object.prototype.toString.call(e);
|
|
778
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
778
|
+
return t === "[object RegExp]" || t === "[object Date]" || As(e);
|
|
779
779
|
}
|
|
780
|
-
var vs = typeof Symbol == "function" && Symbol.for,
|
|
781
|
-
function
|
|
782
|
-
return e.$$typeof ===
|
|
780
|
+
var vs = typeof Symbol == "function" && Symbol.for, Ss = vs ? Symbol.for("react.element") : 60103;
|
|
781
|
+
function As(e) {
|
|
782
|
+
return e.$$typeof === Ss;
|
|
783
783
|
}
|
|
784
784
|
function ws(e) {
|
|
785
785
|
return Array.isArray(e) ? [] : {};
|
|
786
786
|
}
|
|
787
|
-
function
|
|
788
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
787
|
+
function gt(e, t) {
|
|
788
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? Ze(ws(e), e, t) : e;
|
|
789
789
|
}
|
|
790
790
|
function Os(e, t, n) {
|
|
791
791
|
return e.concat(t).map(function(r) {
|
|
792
|
-
return
|
|
792
|
+
return gt(r, n);
|
|
793
793
|
});
|
|
794
794
|
}
|
|
795
795
|
function Ms(e, t) {
|
|
796
796
|
if (!t.customMerge)
|
|
797
|
-
return
|
|
797
|
+
return Ze;
|
|
798
798
|
var n = t.customMerge(e);
|
|
799
|
-
return typeof n == "function" ? n :
|
|
799
|
+
return typeof n == "function" ? n : Ze;
|
|
800
800
|
}
|
|
801
801
|
function Cs(e) {
|
|
802
802
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
@@ -819,65 +819,51 @@ function Ns(e, t) {
|
|
|
819
819
|
function Ls(e, t, n) {
|
|
820
820
|
var r = {};
|
|
821
821
|
return n.isMergeableObject(e) && fr(e).forEach(function(i) {
|
|
822
|
-
r[i] =
|
|
822
|
+
r[i] = gt(e[i], n);
|
|
823
823
|
}), fr(t).forEach(function(i) {
|
|
824
|
-
Ns(e, i) || (ri(e, i) && n.isMergeableObject(t[i]) ? r[i] = Ms(i, n)(e[i], t[i], n) : r[i] =
|
|
824
|
+
Ns(e, i) || (ri(e, i) && n.isMergeableObject(t[i]) ? r[i] = Ms(i, n)(e[i], t[i], n) : r[i] = gt(t[i], n));
|
|
825
825
|
}), r;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
828
|
-
n = n || {}, n.arrayMerge = n.arrayMerge || Os, n.isMergeableObject = n.isMergeableObject || ys, n.cloneUnlessOtherwiseSpecified =
|
|
827
|
+
function Ze(e, t, n) {
|
|
828
|
+
n = n || {}, n.arrayMerge = n.arrayMerge || Os, n.isMergeableObject = n.isMergeableObject || ys, n.cloneUnlessOtherwiseSpecified = gt;
|
|
829
829
|
var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
|
|
830
|
-
return s ? r ? n.arrayMerge(e, t, n) : Ls(e, t, n) :
|
|
830
|
+
return s ? r ? n.arrayMerge(e, t, n) : Ls(e, t, n) : gt(t, n);
|
|
831
831
|
}
|
|
832
|
-
|
|
832
|
+
Ze.all = function(t, n) {
|
|
833
833
|
if (!Array.isArray(t))
|
|
834
834
|
throw new Error("first argument should be an array");
|
|
835
835
|
return t.reduce(function(r, i) {
|
|
836
|
-
return
|
|
836
|
+
return Ze(r, i, n);
|
|
837
837
|
}, {});
|
|
838
838
|
};
|
|
839
|
-
var Hs =
|
|
840
|
-
const Ps = /* @__PURE__ */
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
845
|
-
purpose with or without fee is hereby granted.
|
|
846
|
-
|
|
847
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
848
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
849
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
850
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
851
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
852
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
853
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
854
|
-
***************************************************************************** */
|
|
855
|
-
var yn = function(e, t) {
|
|
856
|
-
return yn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
|
|
839
|
+
var Hs = Ze, Rs = Hs;
|
|
840
|
+
const Ps = /* @__PURE__ */ Pn(Rs);
|
|
841
|
+
var xn = function(e, t) {
|
|
842
|
+
return xn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
|
|
857
843
|
n.__proto__ = r;
|
|
858
844
|
} || function(n, r) {
|
|
859
845
|
for (var i in r)
|
|
860
846
|
Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
|
|
861
|
-
},
|
|
847
|
+
}, xn(e, t);
|
|
862
848
|
};
|
|
863
|
-
function
|
|
849
|
+
function qt(e, t) {
|
|
864
850
|
if (typeof t != "function" && t !== null)
|
|
865
851
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
866
|
-
|
|
852
|
+
xn(e, t);
|
|
867
853
|
function n() {
|
|
868
854
|
this.constructor = e;
|
|
869
855
|
}
|
|
870
856
|
e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
|
|
871
857
|
}
|
|
872
|
-
var
|
|
873
|
-
return
|
|
858
|
+
var Ae = function() {
|
|
859
|
+
return Ae = Object.assign || function(t) {
|
|
874
860
|
for (var n, r = 1, i = arguments.length; r < i; r++) {
|
|
875
861
|
n = arguments[r];
|
|
876
862
|
for (var s in n)
|
|
877
863
|
Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
|
|
878
864
|
}
|
|
879
865
|
return t;
|
|
880
|
-
},
|
|
866
|
+
}, Ae.apply(this, arguments);
|
|
881
867
|
};
|
|
882
868
|
function Is(e, t) {
|
|
883
869
|
var n = {};
|
|
@@ -888,14 +874,14 @@ function Is(e, t) {
|
|
|
888
874
|
t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
|
|
889
875
|
return n;
|
|
890
876
|
}
|
|
891
|
-
function
|
|
892
|
-
if (arguments.length === 2)
|
|
877
|
+
function ln(e, t, n) {
|
|
878
|
+
if (n || arguments.length === 2)
|
|
893
879
|
for (var r = 0, i = t.length, s; r < i; r++)
|
|
894
880
|
(s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
|
|
895
|
-
return e.concat(s || t);
|
|
881
|
+
return e.concat(s || Array.prototype.slice.call(t));
|
|
896
882
|
}
|
|
897
|
-
function
|
|
898
|
-
var n = t && t.cache ? t.cache :
|
|
883
|
+
function cn(e, t) {
|
|
884
|
+
var n = t && t.cache ? t.cache : $s, r = t && t.serializer ? t.serializer : Fs, i = t && t.strategy ? t.strategy : Us;
|
|
899
885
|
return i(e, {
|
|
900
886
|
cache: n,
|
|
901
887
|
serializer: r
|
|
@@ -904,95 +890,103 @@ function ln(e, t) {
|
|
|
904
890
|
function Ds(e) {
|
|
905
891
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
906
892
|
}
|
|
907
|
-
function
|
|
893
|
+
function Bs(e, t, n, r) {
|
|
908
894
|
var i = Ds(r) ? r : n(r), s = t.get(i);
|
|
909
895
|
return typeof s > "u" && (s = e.call(this, r), t.set(i, s)), s;
|
|
910
896
|
}
|
|
911
|
-
function
|
|
897
|
+
function ii(e, t, n) {
|
|
912
898
|
var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
|
|
913
899
|
return typeof s > "u" && (s = e.apply(this, r), t.set(i, s)), s;
|
|
914
900
|
}
|
|
915
|
-
function
|
|
901
|
+
function si(e, t, n, r, i) {
|
|
916
902
|
return n.bind(t, e, r, i);
|
|
917
903
|
}
|
|
918
|
-
function Bs(e, t) {
|
|
919
|
-
var n = e.length === 1 ? ii : si;
|
|
920
|
-
return Rn(e, this, n, t.cache.create(), t.serializer);
|
|
921
|
-
}
|
|
922
904
|
function Us(e, t) {
|
|
923
|
-
|
|
905
|
+
var n = e.length === 1 ? Bs : ii;
|
|
906
|
+
return si(e, this, n, t.cache.create(), t.serializer);
|
|
924
907
|
}
|
|
925
908
|
function ks(e, t) {
|
|
926
|
-
return
|
|
909
|
+
return si(e, this, ii, t.cache.create(), t.serializer);
|
|
927
910
|
}
|
|
928
911
|
var Fs = function() {
|
|
929
912
|
return JSON.stringify(arguments);
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
913
|
+
}, Gs = (
|
|
914
|
+
/** @class */
|
|
915
|
+
function() {
|
|
916
|
+
function e() {
|
|
917
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
918
|
+
}
|
|
919
|
+
return e.prototype.get = function(t) {
|
|
920
|
+
return this.cache[t];
|
|
921
|
+
}, e.prototype.set = function(t, n) {
|
|
922
|
+
this.cache[t] = n;
|
|
923
|
+
}, e;
|
|
924
|
+
}()
|
|
925
|
+
), $s = {
|
|
941
926
|
create: function() {
|
|
942
|
-
return new
|
|
927
|
+
return new Gs();
|
|
943
928
|
}
|
|
944
|
-
},
|
|
945
|
-
variadic:
|
|
946
|
-
|
|
947
|
-
|
|
929
|
+
}, fn = {
|
|
930
|
+
variadic: ks
|
|
931
|
+
}, zt = function() {
|
|
932
|
+
return zt = Object.assign || function(t) {
|
|
933
|
+
for (var n, r = 1, i = arguments.length; r < i; r++) {
|
|
934
|
+
n = arguments[r];
|
|
935
|
+
for (var s in n)
|
|
936
|
+
Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
|
|
937
|
+
}
|
|
938
|
+
return t;
|
|
939
|
+
}, zt.apply(this, arguments);
|
|
940
|
+
};
|
|
941
|
+
var D;
|
|
948
942
|
(function(e) {
|
|
949
943
|
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";
|
|
950
944
|
})(D || (D = {}));
|
|
951
|
-
var
|
|
945
|
+
var X;
|
|
952
946
|
(function(e) {
|
|
953
947
|
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";
|
|
954
|
-
})(
|
|
955
|
-
var
|
|
948
|
+
})(X || (X = {}));
|
|
949
|
+
var qe;
|
|
956
950
|
(function(e) {
|
|
957
951
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
958
|
-
})(
|
|
952
|
+
})(qe || (qe = {}));
|
|
959
953
|
function hr(e) {
|
|
960
|
-
return e.type ===
|
|
954
|
+
return e.type === X.literal;
|
|
961
955
|
}
|
|
962
|
-
function
|
|
963
|
-
return e.type ===
|
|
956
|
+
function js(e) {
|
|
957
|
+
return e.type === X.argument;
|
|
964
958
|
}
|
|
965
959
|
function oi(e) {
|
|
966
|
-
return e.type ===
|
|
960
|
+
return e.type === X.number;
|
|
967
961
|
}
|
|
968
962
|
function ai(e) {
|
|
969
|
-
return e.type ===
|
|
970
|
-
}
|
|
971
|
-
function li(e) {
|
|
972
|
-
return e.type === Y.time;
|
|
963
|
+
return e.type === X.date;
|
|
973
964
|
}
|
|
974
965
|
function ui(e) {
|
|
975
|
-
return e.type ===
|
|
966
|
+
return e.type === X.time;
|
|
967
|
+
}
|
|
968
|
+
function li(e) {
|
|
969
|
+
return e.type === X.select;
|
|
976
970
|
}
|
|
977
971
|
function ci(e) {
|
|
978
|
-
return e.type ===
|
|
972
|
+
return e.type === X.plural;
|
|
979
973
|
}
|
|
980
|
-
function
|
|
981
|
-
return e.type ===
|
|
974
|
+
function zs(e) {
|
|
975
|
+
return e.type === X.pound;
|
|
982
976
|
}
|
|
983
977
|
function fi(e) {
|
|
984
|
-
return e.type ===
|
|
978
|
+
return e.type === X.tag;
|
|
985
979
|
}
|
|
986
980
|
function hi(e) {
|
|
987
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
981
|
+
return !!(e && typeof e == "object" && e.type === qe.number);
|
|
988
982
|
}
|
|
989
|
-
function
|
|
990
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
983
|
+
function vn(e) {
|
|
984
|
+
return !!(e && typeof e == "object" && e.type === qe.dateTime);
|
|
991
985
|
}
|
|
992
|
-
var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
993
|
-
function
|
|
986
|
+
var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ws = /(?:[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;
|
|
987
|
+
function Vs(e) {
|
|
994
988
|
var t = {};
|
|
995
|
-
return e.replace(
|
|
989
|
+
return e.replace(Ws, function(n) {
|
|
996
990
|
var r = n.length;
|
|
997
991
|
switch (n[0]) {
|
|
998
992
|
case "G":
|
|
@@ -1081,18 +1075,28 @@ function Ws(e) {
|
|
|
1081
1075
|
return "";
|
|
1082
1076
|
}), t;
|
|
1083
1077
|
}
|
|
1084
|
-
var
|
|
1085
|
-
function
|
|
1078
|
+
var Z = function() {
|
|
1079
|
+
return Z = Object.assign || function(t) {
|
|
1080
|
+
for (var n, r = 1, i = arguments.length; r < i; r++) {
|
|
1081
|
+
n = arguments[r];
|
|
1082
|
+
for (var s in n)
|
|
1083
|
+
Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
|
|
1084
|
+
}
|
|
1085
|
+
return t;
|
|
1086
|
+
}, Z.apply(this, arguments);
|
|
1087
|
+
};
|
|
1088
|
+
var Xs = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1089
|
+
function Ys(e) {
|
|
1086
1090
|
if (e.length === 0)
|
|
1087
1091
|
throw new Error("Number skeleton cannot be empty");
|
|
1088
|
-
for (var t = e.split(
|
|
1092
|
+
for (var t = e.split(Xs).filter(function(y) {
|
|
1089
1093
|
return y.length > 0;
|
|
1090
1094
|
}), n = [], r = 0, i = t; r < i.length; r++) {
|
|
1091
|
-
var s = i[r],
|
|
1092
|
-
if (
|
|
1095
|
+
var s = i[r], u = s.split("/");
|
|
1096
|
+
if (u.length === 0)
|
|
1093
1097
|
throw new Error("Invalid number skeleton");
|
|
1094
|
-
for (var a =
|
|
1095
|
-
var b = f[
|
|
1098
|
+
for (var a = u[0], c = u.slice(1), l = 0, f = c; l < f.length; l++) {
|
|
1099
|
+
var b = f[l];
|
|
1096
1100
|
if (b.length === 0)
|
|
1097
1101
|
throw new Error("Invalid number skeleton");
|
|
1098
1102
|
}
|
|
@@ -1100,10 +1104,10 @@ function Xs(e) {
|
|
|
1100
1104
|
}
|
|
1101
1105
|
return n;
|
|
1102
1106
|
}
|
|
1103
|
-
function
|
|
1107
|
+
function Zs(e) {
|
|
1104
1108
|
return e.replace(/^(.*?)-/, "");
|
|
1105
1109
|
}
|
|
1106
|
-
var mr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, di = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
1110
|
+
var mr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, di = /^(@+)?(\+|#+)?[rs]?$/g, qs = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
|
|
1107
1111
|
function dr(e) {
|
|
1108
1112
|
var t = {};
|
|
1109
1113
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(di, function(n, r, i) {
|
|
@@ -1150,7 +1154,7 @@ function gi(e) {
|
|
|
1150
1154
|
};
|
|
1151
1155
|
}
|
|
1152
1156
|
}
|
|
1153
|
-
function
|
|
1157
|
+
function Js(e) {
|
|
1154
1158
|
var t;
|
|
1155
1159
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1156
1160
|
notation: "engineering"
|
|
@@ -1168,7 +1172,7 @@ function pr(e) {
|
|
|
1168
1172
|
var t = {}, n = gi(e);
|
|
1169
1173
|
return n || t;
|
|
1170
1174
|
}
|
|
1171
|
-
function
|
|
1175
|
+
function Qs(e) {
|
|
1172
1176
|
for (var t = {}, n = 0, r = e; n < r.length; n++) {
|
|
1173
1177
|
var i = r[n];
|
|
1174
1178
|
switch (i.stem) {
|
|
@@ -1192,7 +1196,7 @@ function Js(e) {
|
|
|
1192
1196
|
continue;
|
|
1193
1197
|
case "measure-unit":
|
|
1194
1198
|
case "unit":
|
|
1195
|
-
t.style = "unit", t.unit =
|
|
1199
|
+
t.style = "unit", t.unit = Zs(i.options[0]);
|
|
1196
1200
|
continue;
|
|
1197
1201
|
case "compact-short":
|
|
1198
1202
|
case "K":
|
|
@@ -1203,13 +1207,13 @@ function Js(e) {
|
|
|
1203
1207
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1204
1208
|
continue;
|
|
1205
1209
|
case "scientific":
|
|
1206
|
-
t =
|
|
1207
|
-
return
|
|
1210
|
+
t = Z(Z(Z({}, t), { notation: "scientific" }), i.options.reduce(function(c, l) {
|
|
1211
|
+
return Z(Z({}, c), pr(l));
|
|
1208
1212
|
}, {}));
|
|
1209
1213
|
continue;
|
|
1210
1214
|
case "engineering":
|
|
1211
|
-
t =
|
|
1212
|
-
return
|
|
1215
|
+
t = Z(Z(Z({}, t), { notation: "engineering" }), i.options.reduce(function(c, l) {
|
|
1216
|
+
return Z(Z({}, c), pr(l));
|
|
1213
1217
|
}, {}));
|
|
1214
1218
|
continue;
|
|
1215
1219
|
case "notation-simple":
|
|
@@ -1254,8 +1258,8 @@ function Js(e) {
|
|
|
1254
1258
|
case "integer-width":
|
|
1255
1259
|
if (i.options.length > 1)
|
|
1256
1260
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1257
|
-
i.options[0].replace(
|
|
1258
|
-
if (
|
|
1261
|
+
i.options[0].replace(qs, function(c, l, f, b, y, M) {
|
|
1262
|
+
if (l)
|
|
1259
1263
|
t.minimumIntegerDigits = f.length;
|
|
1260
1264
|
else {
|
|
1261
1265
|
if (b && y)
|
|
@@ -1274,25 +1278,25 @@ function Js(e) {
|
|
|
1274
1278
|
if (mr.test(i.stem)) {
|
|
1275
1279
|
if (i.options.length > 1)
|
|
1276
1280
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1277
|
-
i.stem.replace(mr, function(c,
|
|
1278
|
-
return f === "*" ? t.minimumFractionDigits =
|
|
1281
|
+
i.stem.replace(mr, function(c, l, f, b, y, M) {
|
|
1282
|
+
return f === "*" ? t.minimumFractionDigits = l.length : b && b[0] === "#" ? t.maximumFractionDigits = b.length : y && M ? (t.minimumFractionDigits = y.length, t.maximumFractionDigits = y.length + M.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
|
|
1279
1283
|
});
|
|
1280
1284
|
var s = i.options[0];
|
|
1281
|
-
s === "w" ? t =
|
|
1285
|
+
s === "w" ? t = Z(Z({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = Z(Z({}, t), dr(s)));
|
|
1282
1286
|
continue;
|
|
1283
1287
|
}
|
|
1284
1288
|
if (di.test(i.stem)) {
|
|
1285
|
-
t =
|
|
1289
|
+
t = Z(Z({}, t), dr(i.stem));
|
|
1286
1290
|
continue;
|
|
1287
1291
|
}
|
|
1288
|
-
var
|
|
1289
|
-
|
|
1290
|
-
var a =
|
|
1291
|
-
a && (t =
|
|
1292
|
+
var u = gi(i.stem);
|
|
1293
|
+
u && (t = Z(Z({}, t), u));
|
|
1294
|
+
var a = Js(i.stem);
|
|
1295
|
+
a && (t = Z(Z({}, t), a));
|
|
1292
1296
|
}
|
|
1293
1297
|
return t;
|
|
1294
1298
|
}
|
|
1295
|
-
var
|
|
1299
|
+
var Mt = {
|
|
1296
1300
|
"001": [
|
|
1297
1301
|
"H",
|
|
1298
1302
|
"h"
|
|
@@ -2707,23 +2711,23 @@ var Ot = {
|
|
|
2707
2711
|
"h"
|
|
2708
2712
|
]
|
|
2709
2713
|
};
|
|
2710
|
-
function
|
|
2714
|
+
function Ks(e, t) {
|
|
2711
2715
|
for (var n = "", r = 0; r < e.length; r++) {
|
|
2712
2716
|
var i = e.charAt(r);
|
|
2713
2717
|
if (i === "j") {
|
|
2714
2718
|
for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
|
|
2715
2719
|
s++, r++;
|
|
2716
|
-
var
|
|
2717
|
-
for ((
|
|
2720
|
+
var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), c = "a", l = eo(t);
|
|
2721
|
+
for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
|
|
2718
2722
|
n += c;
|
|
2719
|
-
for (;
|
|
2720
|
-
n =
|
|
2723
|
+
for (; u-- > 0; )
|
|
2724
|
+
n = l + n;
|
|
2721
2725
|
} else
|
|
2722
2726
|
i === "J" ? n += "H" : n += i;
|
|
2723
2727
|
}
|
|
2724
2728
|
return n;
|
|
2725
2729
|
}
|
|
2726
|
-
function
|
|
2730
|
+
function eo(e) {
|
|
2727
2731
|
var t = e.hourCycle;
|
|
2728
2732
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2729
2733
|
e.hourCycles && // @ts-ignore
|
|
@@ -2742,23 +2746,23 @@ function Ks(e) {
|
|
|
2742
2746
|
}
|
|
2743
2747
|
var n = e.language, r;
|
|
2744
2748
|
n !== "root" && (r = e.maximize().region);
|
|
2745
|
-
var i =
|
|
2749
|
+
var i = Mt[r || ""] || Mt[n || ""] || Mt["".concat(n, "-001")] || Mt["001"];
|
|
2746
2750
|
return i[0];
|
|
2747
2751
|
}
|
|
2748
|
-
var
|
|
2752
|
+
var hn, to = new RegExp("^".concat(mi.source, "*")), no = new RegExp("".concat(mi.source, "*$"));
|
|
2749
2753
|
function B(e, t) {
|
|
2750
2754
|
return { start: e, end: t };
|
|
2751
2755
|
}
|
|
2752
|
-
var
|
|
2756
|
+
var ro = !!String.prototype.startsWith && "_a".startsWith("a", 1), io = !!String.fromCodePoint, so = !!Object.fromEntries, oo = !!String.prototype.codePointAt, ao = !!String.prototype.trimStart, uo = !!String.prototype.trimEnd, lo = !!Number.isSafeInteger, co = lo ? Number.isSafeInteger : function(e) {
|
|
2753
2757
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2754
|
-
},
|
|
2758
|
+
}, Sn = !0;
|
|
2755
2759
|
try {
|
|
2756
|
-
var
|
|
2757
|
-
|
|
2760
|
+
var fo = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2761
|
+
Sn = ((hn = fo.exec("a")) === null || hn === void 0 ? void 0 : hn[0]) === "a";
|
|
2758
2762
|
} catch {
|
|
2759
|
-
|
|
2763
|
+
Sn = !1;
|
|
2760
2764
|
}
|
|
2761
|
-
var gr =
|
|
2765
|
+
var gr = ro ? (
|
|
2762
2766
|
// Native
|
|
2763
2767
|
function(t, n, r) {
|
|
2764
2768
|
return t.startsWith(n, r);
|
|
@@ -2768,31 +2772,31 @@ var gr = no ? (
|
|
|
2768
2772
|
function(t, n, r) {
|
|
2769
2773
|
return t.slice(r, r + n.length) === n;
|
|
2770
2774
|
}
|
|
2771
|
-
),
|
|
2775
|
+
), An = io ? String.fromCodePoint : (
|
|
2772
2776
|
// IE11
|
|
2773
2777
|
function() {
|
|
2774
2778
|
for (var t = [], n = 0; n < arguments.length; n++)
|
|
2775
2779
|
t[n] = arguments[n];
|
|
2776
|
-
for (var r = "", i = t.length, s = 0,
|
|
2777
|
-
if (
|
|
2778
|
-
throw RangeError(
|
|
2779
|
-
r +=
|
|
2780
|
+
for (var r = "", i = t.length, s = 0, u; i > s; ) {
|
|
2781
|
+
if (u = t[s++], u > 1114111)
|
|
2782
|
+
throw RangeError(u + " is not a valid code point");
|
|
2783
|
+
r += u < 65536 ? String.fromCharCode(u) : String.fromCharCode(((u -= 65536) >> 10) + 55296, u % 1024 + 56320);
|
|
2780
2784
|
}
|
|
2781
2785
|
return r;
|
|
2782
2786
|
}
|
|
2783
2787
|
), br = (
|
|
2784
2788
|
// native
|
|
2785
|
-
|
|
2789
|
+
so ? Object.fromEntries : (
|
|
2786
2790
|
// Ponyfill
|
|
2787
2791
|
function(t) {
|
|
2788
2792
|
for (var n = {}, r = 0, i = t; r < i.length; r++) {
|
|
2789
|
-
var s = i[r],
|
|
2790
|
-
n[
|
|
2793
|
+
var s = i[r], u = s[0], a = s[1];
|
|
2794
|
+
n[u] = a;
|
|
2791
2795
|
}
|
|
2792
2796
|
return n;
|
|
2793
2797
|
}
|
|
2794
2798
|
)
|
|
2795
|
-
), bi =
|
|
2799
|
+
), bi = oo ? (
|
|
2796
2800
|
// Native
|
|
2797
2801
|
function(t, n) {
|
|
2798
2802
|
return t.codePointAt(n);
|
|
@@ -2806,7 +2810,7 @@ var gr = no ? (
|
|
|
2806
2810
|
return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2807
2811
|
}
|
|
2808
2812
|
}
|
|
2809
|
-
),
|
|
2813
|
+
), ho = ao ? (
|
|
2810
2814
|
// Native
|
|
2811
2815
|
function(t) {
|
|
2812
2816
|
return t.trimStart();
|
|
@@ -2814,9 +2818,9 @@ var gr = no ? (
|
|
|
2814
2818
|
) : (
|
|
2815
2819
|
// Ponyfill
|
|
2816
2820
|
function(t) {
|
|
2817
|
-
return t.replace(
|
|
2821
|
+
return t.replace(to, "");
|
|
2818
2822
|
}
|
|
2819
|
-
),
|
|
2823
|
+
), mo = uo ? (
|
|
2820
2824
|
// Native
|
|
2821
2825
|
function(t) {
|
|
2822
2826
|
return t.trimEnd();
|
|
@@ -2824,32 +2828,32 @@ var gr = no ? (
|
|
|
2824
2828
|
) : (
|
|
2825
2829
|
// Ponyfill
|
|
2826
2830
|
function(t) {
|
|
2827
|
-
return t.replace(
|
|
2831
|
+
return t.replace(no, "");
|
|
2828
2832
|
}
|
|
2829
2833
|
);
|
|
2830
2834
|
function Ei(e, t) {
|
|
2831
2835
|
return new RegExp(e, t);
|
|
2832
2836
|
}
|
|
2833
|
-
var
|
|
2834
|
-
if (
|
|
2837
|
+
var wn;
|
|
2838
|
+
if (Sn) {
|
|
2835
2839
|
var Er = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2836
|
-
|
|
2840
|
+
wn = function(t, n) {
|
|
2837
2841
|
var r;
|
|
2838
2842
|
Er.lastIndex = n;
|
|
2839
2843
|
var i = Er.exec(t);
|
|
2840
2844
|
return (r = i[1]) !== null && r !== void 0 ? r : "";
|
|
2841
2845
|
};
|
|
2842
2846
|
} else
|
|
2843
|
-
|
|
2847
|
+
wn = function(t, n) {
|
|
2844
2848
|
for (var r = []; ; ) {
|
|
2845
2849
|
var i = bi(t, n);
|
|
2846
|
-
if (i === void 0 || _i(i) ||
|
|
2850
|
+
if (i === void 0 || _i(i) || Eo(i))
|
|
2847
2851
|
break;
|
|
2848
2852
|
r.push(i), n += i >= 65536 ? 2 : 1;
|
|
2849
2853
|
}
|
|
2850
|
-
return
|
|
2854
|
+
return An.apply(void 0, r);
|
|
2851
2855
|
};
|
|
2852
|
-
var
|
|
2856
|
+
var po = (
|
|
2853
2857
|
/** @class */
|
|
2854
2858
|
function() {
|
|
2855
2859
|
function e(t, n) {
|
|
@@ -2863,33 +2867,33 @@ var mo = (
|
|
|
2863
2867
|
for (var i = []; !this.isEOF(); ) {
|
|
2864
2868
|
var s = this.char();
|
|
2865
2869
|
if (s === 123) {
|
|
2866
|
-
var
|
|
2867
|
-
if (
|
|
2868
|
-
return
|
|
2869
|
-
i.push(
|
|
2870
|
+
var u = this.parseArgument(t, r);
|
|
2871
|
+
if (u.err)
|
|
2872
|
+
return u;
|
|
2873
|
+
i.push(u.val);
|
|
2870
2874
|
} else {
|
|
2871
2875
|
if (s === 125 && t > 0)
|
|
2872
2876
|
break;
|
|
2873
2877
|
if (s === 35 && (n === "plural" || n === "selectordinal")) {
|
|
2874
2878
|
var a = this.clonePosition();
|
|
2875
2879
|
this.bump(), i.push({
|
|
2876
|
-
type:
|
|
2880
|
+
type: X.pound,
|
|
2877
2881
|
location: B(a, this.clonePosition())
|
|
2878
2882
|
});
|
|
2879
2883
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2880
2884
|
if (r)
|
|
2881
2885
|
break;
|
|
2882
2886
|
return this.error(D.UNMATCHED_CLOSING_TAG, B(this.clonePosition(), this.clonePosition()));
|
|
2883
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2884
|
-
var
|
|
2885
|
-
if (
|
|
2886
|
-
return
|
|
2887
|
-
i.push(
|
|
2887
|
+
} else if (s === 60 && !this.ignoreTag && On(this.peek() || 0)) {
|
|
2888
|
+
var u = this.parseTag(t, n);
|
|
2889
|
+
if (u.err)
|
|
2890
|
+
return u;
|
|
2891
|
+
i.push(u.val);
|
|
2888
2892
|
} else {
|
|
2889
|
-
var
|
|
2890
|
-
if (
|
|
2891
|
-
return
|
|
2892
|
-
i.push(
|
|
2893
|
+
var u = this.parseLiteral(t, n);
|
|
2894
|
+
if (u.err)
|
|
2895
|
+
return u;
|
|
2896
|
+
i.push(u.val);
|
|
2893
2897
|
}
|
|
2894
2898
|
}
|
|
2895
2899
|
}
|
|
@@ -2901,7 +2905,7 @@ var mo = (
|
|
|
2901
2905
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2902
2906
|
return {
|
|
2903
2907
|
val: {
|
|
2904
|
-
type:
|
|
2908
|
+
type: X.literal,
|
|
2905
2909
|
value: "<".concat(i, "/>"),
|
|
2906
2910
|
location: B(r, this.clonePosition())
|
|
2907
2911
|
},
|
|
@@ -2911,16 +2915,16 @@ var mo = (
|
|
|
2911
2915
|
var s = this.parseMessage(t + 1, n, !0);
|
|
2912
2916
|
if (s.err)
|
|
2913
2917
|
return s;
|
|
2914
|
-
var
|
|
2918
|
+
var u = s.val, a = this.clonePosition();
|
|
2915
2919
|
if (this.bumpIf("</")) {
|
|
2916
|
-
if (this.isEOF() || !
|
|
2920
|
+
if (this.isEOF() || !On(this.char()))
|
|
2917
2921
|
return this.error(D.INVALID_TAG, B(a, this.clonePosition()));
|
|
2918
|
-
var c = this.clonePosition(),
|
|
2919
|
-
return i !==
|
|
2922
|
+
var c = this.clonePosition(), l = this.parseTagName();
|
|
2923
|
+
return i !== l ? this.error(D.UNMATCHED_CLOSING_TAG, B(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2920
2924
|
val: {
|
|
2921
|
-
type:
|
|
2925
|
+
type: X.tag,
|
|
2922
2926
|
value: i,
|
|
2923
|
-
children:
|
|
2927
|
+
children: u,
|
|
2924
2928
|
location: B(r, this.clonePosition())
|
|
2925
2929
|
},
|
|
2926
2930
|
err: null
|
|
@@ -2931,7 +2935,7 @@ var mo = (
|
|
|
2931
2935
|
return this.error(D.INVALID_TAG, B(r, this.clonePosition()));
|
|
2932
2936
|
}, e.prototype.parseTagName = function() {
|
|
2933
2937
|
var t = this.offset();
|
|
2934
|
-
for (this.bump(); !this.isEOF() &&
|
|
2938
|
+
for (this.bump(); !this.isEOF() && bo(this.char()); )
|
|
2935
2939
|
this.bump();
|
|
2936
2940
|
return this.message.slice(t, this.offset());
|
|
2937
2941
|
}, e.prototype.parseLiteral = function(t, n) {
|
|
@@ -2941,9 +2945,9 @@ var mo = (
|
|
|
2941
2945
|
i += s;
|
|
2942
2946
|
continue;
|
|
2943
2947
|
}
|
|
2944
|
-
var
|
|
2945
|
-
if (
|
|
2946
|
-
i +=
|
|
2948
|
+
var u = this.tryParseUnquoted(t, n);
|
|
2949
|
+
if (u) {
|
|
2950
|
+
i += u;
|
|
2947
2951
|
continue;
|
|
2948
2952
|
}
|
|
2949
2953
|
var a = this.tryParseLeftAngleBracket();
|
|
@@ -2955,12 +2959,12 @@ var mo = (
|
|
|
2955
2959
|
}
|
|
2956
2960
|
var c = B(r, this.clonePosition());
|
|
2957
2961
|
return {
|
|
2958
|
-
val: { type:
|
|
2962
|
+
val: { type: X.literal, value: i, location: c },
|
|
2959
2963
|
err: null
|
|
2960
2964
|
};
|
|
2961
2965
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2962
2966
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2963
|
-
!
|
|
2967
|
+
!go(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2964
2968
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2965
2969
|
if (this.isEOF() || this.char() !== 39)
|
|
2966
2970
|
return null;
|
|
@@ -2994,12 +2998,12 @@ var mo = (
|
|
|
2994
2998
|
n.push(r);
|
|
2995
2999
|
this.bump();
|
|
2996
3000
|
}
|
|
2997
|
-
return
|
|
3001
|
+
return An.apply(void 0, n);
|
|
2998
3002
|
}, e.prototype.tryParseUnquoted = function(t, n) {
|
|
2999
3003
|
if (this.isEOF())
|
|
3000
3004
|
return null;
|
|
3001
3005
|
var r = this.char();
|
|
3002
|
-
return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(),
|
|
3006
|
+
return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), An(r));
|
|
3003
3007
|
}, e.prototype.parseArgument = function(t, n) {
|
|
3004
3008
|
var r = this.clonePosition();
|
|
3005
3009
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3015,7 +3019,7 @@ var mo = (
|
|
|
3015
3019
|
case 125:
|
|
3016
3020
|
return this.bump(), {
|
|
3017
3021
|
val: {
|
|
3018
|
-
type:
|
|
3022
|
+
type: X.argument,
|
|
3019
3023
|
// value does not include the opening and closing braces.
|
|
3020
3024
|
value: i,
|
|
3021
3025
|
location: B(r, this.clonePosition())
|
|
@@ -3028,54 +3032,54 @@ var mo = (
|
|
|
3028
3032
|
return this.error(D.MALFORMED_ARGUMENT, B(r, this.clonePosition()));
|
|
3029
3033
|
}
|
|
3030
3034
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3031
|
-
var t = this.clonePosition(), n = this.offset(), r =
|
|
3035
|
+
var t = this.clonePosition(), n = this.offset(), r = wn(this.message, n), i = n + r.length;
|
|
3032
3036
|
this.bumpTo(i);
|
|
3033
|
-
var s = this.clonePosition(),
|
|
3034
|
-
return { value: r, location:
|
|
3037
|
+
var s = this.clonePosition(), u = B(t, s);
|
|
3038
|
+
return { value: r, location: u };
|
|
3035
3039
|
}, e.prototype.parseArgumentOptions = function(t, n, r, i) {
|
|
3036
|
-
var s,
|
|
3040
|
+
var s, u = this.clonePosition(), a = this.parseIdentifierIfPossible().value, c = this.clonePosition();
|
|
3037
3041
|
switch (a) {
|
|
3038
3042
|
case "":
|
|
3039
|
-
return this.error(D.EXPECT_ARGUMENT_TYPE, B(
|
|
3043
|
+
return this.error(D.EXPECT_ARGUMENT_TYPE, B(u, c));
|
|
3040
3044
|
case "number":
|
|
3041
3045
|
case "date":
|
|
3042
3046
|
case "time": {
|
|
3043
3047
|
this.bumpSpace();
|
|
3044
|
-
var
|
|
3048
|
+
var l = null;
|
|
3045
3049
|
if (this.bumpIf(",")) {
|
|
3046
3050
|
this.bumpSpace();
|
|
3047
3051
|
var f = this.clonePosition(), b = this.parseSimpleArgStyleIfPossible();
|
|
3048
3052
|
if (b.err)
|
|
3049
3053
|
return b;
|
|
3050
|
-
var y =
|
|
3054
|
+
var y = mo(b.val);
|
|
3051
3055
|
if (y.length === 0)
|
|
3052
3056
|
return this.error(D.EXPECT_ARGUMENT_STYLE, B(this.clonePosition(), this.clonePosition()));
|
|
3053
3057
|
var M = B(f, this.clonePosition());
|
|
3054
|
-
|
|
3058
|
+
l = { style: y, styleLocation: M };
|
|
3055
3059
|
}
|
|
3056
3060
|
var E = this.tryParseArgumentClose(i);
|
|
3057
3061
|
if (E.err)
|
|
3058
3062
|
return E;
|
|
3059
3063
|
var d = B(i, this.clonePosition());
|
|
3060
|
-
if (
|
|
3061
|
-
var C =
|
|
3064
|
+
if (l && gr(l?.style, "::", 0)) {
|
|
3065
|
+
var C = ho(l.style.slice(2));
|
|
3062
3066
|
if (a === "number") {
|
|
3063
|
-
var b = this.parseNumberSkeletonFromString(C,
|
|
3067
|
+
var b = this.parseNumberSkeletonFromString(C, l.styleLocation);
|
|
3064
3068
|
return b.err ? b : {
|
|
3065
|
-
val: { type:
|
|
3069
|
+
val: { type: X.number, value: r, location: d, style: b.val },
|
|
3066
3070
|
err: null
|
|
3067
3071
|
};
|
|
3068
3072
|
} else {
|
|
3069
3073
|
if (C.length === 0)
|
|
3070
3074
|
return this.error(D.EXPECT_DATE_TIME_SKELETON, d);
|
|
3071
|
-
var
|
|
3072
|
-
this.locale && (
|
|
3075
|
+
var G = C;
|
|
3076
|
+
this.locale && (G = Ks(C, this.locale));
|
|
3073
3077
|
var y = {
|
|
3074
|
-
type:
|
|
3075
|
-
pattern:
|
|
3076
|
-
location:
|
|
3077
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3078
|
-
}, U = a === "date" ?
|
|
3078
|
+
type: qe.dateTime,
|
|
3079
|
+
pattern: G,
|
|
3080
|
+
location: l.styleLocation,
|
|
3081
|
+
parsedOptions: this.shouldParseSkeletons ? Vs(G) : {}
|
|
3082
|
+
}, U = a === "date" ? X.date : X.time;
|
|
3079
3083
|
return {
|
|
3080
3084
|
val: { type: U, value: r, location: d, style: y },
|
|
3081
3085
|
err: null
|
|
@@ -3084,10 +3088,10 @@ var mo = (
|
|
|
3084
3088
|
}
|
|
3085
3089
|
return {
|
|
3086
3090
|
val: {
|
|
3087
|
-
type: a === "number" ?
|
|
3091
|
+
type: a === "number" ? X.number : a === "date" ? X.date : X.time,
|
|
3088
3092
|
value: r,
|
|
3089
3093
|
location: d,
|
|
3090
|
-
style: (s =
|
|
3094
|
+
style: (s = l?.style) !== null && s !== void 0 ? s : null
|
|
3091
3095
|
},
|
|
3092
3096
|
err: null
|
|
3093
3097
|
};
|
|
@@ -3095,9 +3099,9 @@ var mo = (
|
|
|
3095
3099
|
case "plural":
|
|
3096
3100
|
case "selectordinal":
|
|
3097
3101
|
case "select": {
|
|
3098
|
-
var
|
|
3102
|
+
var A = this.clonePosition();
|
|
3099
3103
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3100
|
-
return this.error(D.EXPECT_SELECT_ARGUMENT_OPTIONS, B(
|
|
3104
|
+
return this.error(D.EXPECT_SELECT_ARGUMENT_OPTIONS, B(A, zt({}, A)));
|
|
3101
3105
|
this.bumpSpace();
|
|
3102
3106
|
var H = this.parseIdentifierIfPossible(), I = 0;
|
|
3103
3107
|
if (a !== "select" && H.value === "offset") {
|
|
@@ -3109,35 +3113,35 @@ var mo = (
|
|
|
3109
3113
|
return b;
|
|
3110
3114
|
this.bumpSpace(), H = this.parseIdentifierIfPossible(), I = b.val;
|
|
3111
3115
|
}
|
|
3112
|
-
var
|
|
3113
|
-
if (
|
|
3114
|
-
return
|
|
3116
|
+
var k = this.tryParsePluralOrSelectOptions(t, a, n, H);
|
|
3117
|
+
if (k.err)
|
|
3118
|
+
return k;
|
|
3115
3119
|
var E = this.tryParseArgumentClose(i);
|
|
3116
3120
|
if (E.err)
|
|
3117
3121
|
return E;
|
|
3118
|
-
var
|
|
3122
|
+
var Y = B(i, this.clonePosition());
|
|
3119
3123
|
return a === "select" ? {
|
|
3120
3124
|
val: {
|
|
3121
|
-
type:
|
|
3125
|
+
type: X.select,
|
|
3122
3126
|
value: r,
|
|
3123
|
-
options: br(
|
|
3124
|
-
location:
|
|
3127
|
+
options: br(k.val),
|
|
3128
|
+
location: Y
|
|
3125
3129
|
},
|
|
3126
3130
|
err: null
|
|
3127
3131
|
} : {
|
|
3128
3132
|
val: {
|
|
3129
|
-
type:
|
|
3133
|
+
type: X.plural,
|
|
3130
3134
|
value: r,
|
|
3131
|
-
options: br(
|
|
3135
|
+
options: br(k.val),
|
|
3132
3136
|
offset: I,
|
|
3133
3137
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3134
|
-
location:
|
|
3138
|
+
location: Y
|
|
3135
3139
|
},
|
|
3136
3140
|
err: null
|
|
3137
3141
|
};
|
|
3138
3142
|
}
|
|
3139
3143
|
default:
|
|
3140
|
-
return this.error(D.INVALID_ARGUMENT_TYPE, B(
|
|
3144
|
+
return this.error(D.INVALID_ARGUMENT_TYPE, B(u, c));
|
|
3141
3145
|
}
|
|
3142
3146
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3143
3147
|
return this.isEOF() || this.char() !== 125 ? this.error(D.EXPECT_ARGUMENT_CLOSING_BRACE, B(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
@@ -3179,34 +3183,34 @@ var mo = (
|
|
|
3179
3183
|
}, e.prototype.parseNumberSkeletonFromString = function(t, n) {
|
|
3180
3184
|
var r = [];
|
|
3181
3185
|
try {
|
|
3182
|
-
r =
|
|
3186
|
+
r = Ys(t);
|
|
3183
3187
|
} catch {
|
|
3184
3188
|
return this.error(D.INVALID_NUMBER_SKELETON, n);
|
|
3185
3189
|
}
|
|
3186
3190
|
return {
|
|
3187
3191
|
val: {
|
|
3188
|
-
type:
|
|
3192
|
+
type: qe.number,
|
|
3189
3193
|
tokens: r,
|
|
3190
3194
|
location: n,
|
|
3191
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3195
|
+
parsedOptions: this.shouldParseSkeletons ? Qs(r) : {}
|
|
3192
3196
|
},
|
|
3193
3197
|
err: null
|
|
3194
3198
|
};
|
|
3195
3199
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
|
|
3196
|
-
for (var s,
|
|
3197
|
-
if (
|
|
3200
|
+
for (var s, u = !1, a = [], c = /* @__PURE__ */ new Set(), l = i.value, f = i.location; ; ) {
|
|
3201
|
+
if (l.length === 0) {
|
|
3198
3202
|
var b = this.clonePosition();
|
|
3199
3203
|
if (n !== "select" && this.bumpIf("=")) {
|
|
3200
3204
|
var y = this.tryParseDecimalInteger(D.EXPECT_PLURAL_ARGUMENT_SELECTOR, D.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3201
3205
|
if (y.err)
|
|
3202
3206
|
return y;
|
|
3203
|
-
f = B(b, this.clonePosition()),
|
|
3207
|
+
f = B(b, this.clonePosition()), l = this.message.slice(b.offset, this.offset());
|
|
3204
3208
|
} else
|
|
3205
3209
|
break;
|
|
3206
3210
|
}
|
|
3207
|
-
if (c.has(
|
|
3211
|
+
if (c.has(l))
|
|
3208
3212
|
return this.error(n === "select" ? D.DUPLICATE_SELECT_ARGUMENT_SELECTOR : D.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
|
|
3209
|
-
|
|
3213
|
+
l === "other" && (u = !0), this.bumpSpace();
|
|
3210
3214
|
var M = this.clonePosition();
|
|
3211
3215
|
if (!this.bumpIf("{"))
|
|
3212
3216
|
return this.error(n === "select" ? D.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : D.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, B(this.clonePosition(), this.clonePosition()));
|
|
@@ -3217,26 +3221,26 @@ var mo = (
|
|
|
3217
3221
|
if (d.err)
|
|
3218
3222
|
return d;
|
|
3219
3223
|
a.push([
|
|
3220
|
-
|
|
3224
|
+
l,
|
|
3221
3225
|
{
|
|
3222
3226
|
value: E.val,
|
|
3223
3227
|
location: B(M, this.clonePosition())
|
|
3224
3228
|
}
|
|
3225
|
-
]), c.add(
|
|
3229
|
+
]), c.add(l), this.bumpSpace(), s = this.parseIdentifierIfPossible(), l = s.value, f = s.location;
|
|
3226
3230
|
}
|
|
3227
|
-
return a.length === 0 ? this.error(n === "select" ? D.EXPECT_SELECT_ARGUMENT_SELECTOR : D.EXPECT_PLURAL_ARGUMENT_SELECTOR, B(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !
|
|
3231
|
+
return a.length === 0 ? this.error(n === "select" ? D.EXPECT_SELECT_ARGUMENT_SELECTOR : D.EXPECT_PLURAL_ARGUMENT_SELECTOR, B(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(D.MISSING_OTHER_CLAUSE, B(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3228
3232
|
}, e.prototype.tryParseDecimalInteger = function(t, n) {
|
|
3229
3233
|
var r = 1, i = this.clonePosition();
|
|
3230
3234
|
this.bumpIf("+") || this.bumpIf("-") && (r = -1);
|
|
3231
|
-
for (var s = !1,
|
|
3235
|
+
for (var s = !1, u = 0; !this.isEOF(); ) {
|
|
3232
3236
|
var a = this.char();
|
|
3233
3237
|
if (a >= 48 && a <= 57)
|
|
3234
|
-
s = !0,
|
|
3238
|
+
s = !0, u = u * 10 + (a - 48), this.bump();
|
|
3235
3239
|
else
|
|
3236
3240
|
break;
|
|
3237
3241
|
}
|
|
3238
3242
|
var c = B(i, this.clonePosition());
|
|
3239
|
-
return s ? (
|
|
3243
|
+
return s ? (u *= r, co(u) ? { val: u, err: null } : this.error(n, c)) : this.error(t, c);
|
|
3240
3244
|
}, e.prototype.offset = function() {
|
|
3241
3245
|
return this.position.offset;
|
|
3242
3246
|
}, e.prototype.isEOF = function() {
|
|
@@ -3302,47 +3306,47 @@ var mo = (
|
|
|
3302
3306
|
}, e;
|
|
3303
3307
|
}()
|
|
3304
3308
|
);
|
|
3305
|
-
function
|
|
3309
|
+
function On(e) {
|
|
3306
3310
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3307
3311
|
}
|
|
3308
|
-
function po(e) {
|
|
3309
|
-
return Sn(e) || e === 47;
|
|
3310
|
-
}
|
|
3311
3312
|
function go(e) {
|
|
3313
|
+
return On(e) || e === 47;
|
|
3314
|
+
}
|
|
3315
|
+
function bo(e) {
|
|
3312
3316
|
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;
|
|
3313
3317
|
}
|
|
3314
3318
|
function _i(e) {
|
|
3315
3319
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3316
3320
|
}
|
|
3317
|
-
function
|
|
3321
|
+
function Eo(e) {
|
|
3318
3322
|
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;
|
|
3319
3323
|
}
|
|
3320
|
-
function
|
|
3324
|
+
function Mn(e) {
|
|
3321
3325
|
e.forEach(function(t) {
|
|
3322
|
-
if (delete t.location,
|
|
3326
|
+
if (delete t.location, li(t) || ci(t))
|
|
3323
3327
|
for (var n in t.options)
|
|
3324
|
-
delete t.options[n].location,
|
|
3328
|
+
delete t.options[n].location, Mn(t.options[n].value);
|
|
3325
3329
|
else
|
|
3326
|
-
oi(t) && hi(t.style) || (ai(t) ||
|
|
3330
|
+
oi(t) && hi(t.style) || (ai(t) || ui(t)) && vn(t.style) ? delete t.style.location : fi(t) && Mn(t.children);
|
|
3327
3331
|
});
|
|
3328
3332
|
}
|
|
3329
|
-
function
|
|
3330
|
-
t === void 0 && (t = {}), t =
|
|
3331
|
-
var n = new
|
|
3333
|
+
function _o(e, t) {
|
|
3334
|
+
t === void 0 && (t = {}), t = zt({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3335
|
+
var n = new po(e, t).parse();
|
|
3332
3336
|
if (n.err) {
|
|
3333
3337
|
var r = SyntaxError(D[n.err.kind]);
|
|
3334
3338
|
throw r.location = n.err.location, r.originalMessage = n.err.message, r;
|
|
3335
3339
|
}
|
|
3336
|
-
return t?.captureLocation ||
|
|
3340
|
+
return t?.captureLocation || Mn(n.val), n.val;
|
|
3337
3341
|
}
|
|
3338
|
-
var
|
|
3342
|
+
var Je;
|
|
3339
3343
|
(function(e) {
|
|
3340
3344
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3341
|
-
})(
|
|
3342
|
-
var
|
|
3345
|
+
})(Je || (Je = {}));
|
|
3346
|
+
var Jt = (
|
|
3343
3347
|
/** @class */
|
|
3344
3348
|
function(e) {
|
|
3345
|
-
|
|
3349
|
+
qt(t, e);
|
|
3346
3350
|
function t(n, r, i) {
|
|
3347
3351
|
var s = e.call(this, n) || this;
|
|
3348
3352
|
return s.code = r, s.originalMessage = i, s;
|
|
@@ -3354,44 +3358,44 @@ var Zt = (
|
|
|
3354
3358
|
), _r = (
|
|
3355
3359
|
/** @class */
|
|
3356
3360
|
function(e) {
|
|
3357
|
-
|
|
3361
|
+
qt(t, e);
|
|
3358
3362
|
function t(n, r, i, s) {
|
|
3359
|
-
return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3363
|
+
return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Je.INVALID_VALUE, s) || this;
|
|
3360
3364
|
}
|
|
3361
3365
|
return t;
|
|
3362
|
-
}(
|
|
3363
|
-
),
|
|
3366
|
+
}(Jt)
|
|
3367
|
+
), yo = (
|
|
3364
3368
|
/** @class */
|
|
3365
3369
|
function(e) {
|
|
3366
|
-
|
|
3370
|
+
qt(t, e);
|
|
3367
3371
|
function t(n, r, i) {
|
|
3368
|
-
return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r),
|
|
3372
|
+
return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), Je.INVALID_VALUE, i) || this;
|
|
3369
3373
|
}
|
|
3370
3374
|
return t;
|
|
3371
|
-
}(
|
|
3372
|
-
),
|
|
3375
|
+
}(Jt)
|
|
3376
|
+
), To = (
|
|
3373
3377
|
/** @class */
|
|
3374
3378
|
function(e) {
|
|
3375
|
-
|
|
3379
|
+
qt(t, e);
|
|
3376
3380
|
function t(n, r) {
|
|
3377
|
-
return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'),
|
|
3381
|
+
return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), Je.MISSING_VALUE, r) || this;
|
|
3378
3382
|
}
|
|
3379
3383
|
return t;
|
|
3380
|
-
}(
|
|
3384
|
+
}(Jt)
|
|
3381
3385
|
), ce;
|
|
3382
3386
|
(function(e) {
|
|
3383
3387
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3384
3388
|
})(ce || (ce = {}));
|
|
3385
|
-
function
|
|
3389
|
+
function xo(e) {
|
|
3386
3390
|
return e.length < 2 ? e : e.reduce(function(t, n) {
|
|
3387
3391
|
var r = t[t.length - 1];
|
|
3388
3392
|
return !r || r.type !== ce.literal || n.type !== ce.literal ? t.push(n) : r.value += n.value, t;
|
|
3389
3393
|
}, []);
|
|
3390
3394
|
}
|
|
3391
|
-
function
|
|
3395
|
+
function vo(e) {
|
|
3392
3396
|
return typeof e == "function";
|
|
3393
3397
|
}
|
|
3394
|
-
function
|
|
3398
|
+
function Bt(e, t, n, r, i, s, u) {
|
|
3395
3399
|
if (e.length === 1 && hr(e[0]))
|
|
3396
3400
|
return [
|
|
3397
3401
|
{
|
|
@@ -3399,8 +3403,8 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3399
3403
|
value: e[0].value
|
|
3400
3404
|
}
|
|
3401
3405
|
];
|
|
3402
|
-
for (var a = [], c = 0,
|
|
3403
|
-
var f =
|
|
3406
|
+
for (var a = [], c = 0, l = e; c < l.length; c++) {
|
|
3407
|
+
var f = l[c];
|
|
3404
3408
|
if (hr(f)) {
|
|
3405
3409
|
a.push({
|
|
3406
3410
|
type: ce.literal,
|
|
@@ -3408,7 +3412,7 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3408
3412
|
});
|
|
3409
3413
|
continue;
|
|
3410
3414
|
}
|
|
3411
|
-
if (
|
|
3415
|
+
if (zs(f)) {
|
|
3412
3416
|
typeof s == "number" && a.push({
|
|
3413
3417
|
type: ce.literal,
|
|
3414
3418
|
value: n.getNumberFormat(t).format(s)
|
|
@@ -3417,9 +3421,9 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3417
3421
|
}
|
|
3418
3422
|
var b = f.value;
|
|
3419
3423
|
if (!(i && b in i))
|
|
3420
|
-
throw new
|
|
3424
|
+
throw new To(b, u);
|
|
3421
3425
|
var y = i[b];
|
|
3422
|
-
if (
|
|
3426
|
+
if (js(f)) {
|
|
3423
3427
|
(!y || typeof y == "string" || typeof y == "number") && (y = typeof y == "string" || typeof y == "number" ? String(y) : ""), a.push({
|
|
3424
3428
|
type: typeof y == "string" ? ce.literal : ce.object,
|
|
3425
3429
|
value: y
|
|
@@ -3427,15 +3431,15 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3427
3431
|
continue;
|
|
3428
3432
|
}
|
|
3429
3433
|
if (ai(f)) {
|
|
3430
|
-
var M = typeof f.style == "string" ? r.date[f.style] :
|
|
3434
|
+
var M = typeof f.style == "string" ? r.date[f.style] : vn(f.style) ? f.style.parsedOptions : void 0;
|
|
3431
3435
|
a.push({
|
|
3432
3436
|
type: ce.literal,
|
|
3433
3437
|
value: n.getDateTimeFormat(t, M).format(y)
|
|
3434
3438
|
});
|
|
3435
3439
|
continue;
|
|
3436
3440
|
}
|
|
3437
|
-
if (
|
|
3438
|
-
var M = typeof f.style == "string" ? r.time[f.style] :
|
|
3441
|
+
if (ui(f)) {
|
|
3442
|
+
var M = typeof f.style == "string" ? r.time[f.style] : vn(f.style) ? f.style.parsedOptions : r.time.medium;
|
|
3439
3443
|
a.push({
|
|
3440
3444
|
type: ce.literal,
|
|
3441
3445
|
value: n.getDateTimeFormat(t, M).format(y)
|
|
@@ -3452,9 +3456,9 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3452
3456
|
}
|
|
3453
3457
|
if (fi(f)) {
|
|
3454
3458
|
var E = f.children, d = f.value, C = i[d];
|
|
3455
|
-
if (!
|
|
3456
|
-
throw new
|
|
3457
|
-
var
|
|
3459
|
+
if (!vo(C))
|
|
3460
|
+
throw new yo(d, "function", u);
|
|
3461
|
+
var G = Bt(E, t, n, r, i, s), U = C(G.map(function(I) {
|
|
3458
3462
|
return I.value;
|
|
3459
3463
|
}));
|
|
3460
3464
|
Array.isArray(U) || (U = [U]), a.push.apply(a, U.map(function(I) {
|
|
@@ -3464,42 +3468,42 @@ function Dt(e, t, n, r, i, s, l) {
|
|
|
3464
3468
|
};
|
|
3465
3469
|
}));
|
|
3466
3470
|
}
|
|
3467
|
-
if (
|
|
3468
|
-
var
|
|
3469
|
-
if (!
|
|
3470
|
-
throw new _r(f.value, y, Object.keys(f.options),
|
|
3471
|
-
a.push.apply(a,
|
|
3471
|
+
if (li(f)) {
|
|
3472
|
+
var A = f.options[y] || f.options.other;
|
|
3473
|
+
if (!A)
|
|
3474
|
+
throw new _r(f.value, y, Object.keys(f.options), u);
|
|
3475
|
+
a.push.apply(a, Bt(A.value, t, n, r, i));
|
|
3472
3476
|
continue;
|
|
3473
3477
|
}
|
|
3474
3478
|
if (ci(f)) {
|
|
3475
|
-
var
|
|
3476
|
-
if (!
|
|
3479
|
+
var A = f.options["=".concat(y)];
|
|
3480
|
+
if (!A) {
|
|
3477
3481
|
if (!Intl.PluralRules)
|
|
3478
|
-
throw new
|
|
3482
|
+
throw new Jt(`Intl.PluralRules is not available in this environment.
|
|
3479
3483
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3480
|
-
`,
|
|
3484
|
+
`, Je.MISSING_INTL_API, u);
|
|
3481
3485
|
var H = n.getPluralRules(t, { type: f.pluralType }).select(y - (f.offset || 0));
|
|
3482
|
-
|
|
3486
|
+
A = f.options[H] || f.options.other;
|
|
3483
3487
|
}
|
|
3484
|
-
if (!
|
|
3485
|
-
throw new _r(f.value, y, Object.keys(f.options),
|
|
3486
|
-
a.push.apply(a,
|
|
3488
|
+
if (!A)
|
|
3489
|
+
throw new _r(f.value, y, Object.keys(f.options), u);
|
|
3490
|
+
a.push.apply(a, Bt(A.value, t, n, r, i, y - (f.offset || 0)));
|
|
3487
3491
|
continue;
|
|
3488
3492
|
}
|
|
3489
3493
|
}
|
|
3490
|
-
return
|
|
3494
|
+
return xo(a);
|
|
3491
3495
|
}
|
|
3492
|
-
function
|
|
3493
|
-
return t ?
|
|
3494
|
-
return n[r] =
|
|
3496
|
+
function So(e, t) {
|
|
3497
|
+
return t ? Ae(Ae(Ae({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
|
|
3498
|
+
return n[r] = Ae(Ae({}, e[r]), t[r] || {}), n;
|
|
3495
3499
|
}, {})) : e;
|
|
3496
3500
|
}
|
|
3497
3501
|
function Ao(e, t) {
|
|
3498
3502
|
return t ? Object.keys(e).reduce(function(n, r) {
|
|
3499
|
-
return n[r] =
|
|
3500
|
-
},
|
|
3503
|
+
return n[r] = So(e[r], t[r]), n;
|
|
3504
|
+
}, Ae({}, e)) : e;
|
|
3501
3505
|
}
|
|
3502
|
-
function
|
|
3506
|
+
function mn(e) {
|
|
3503
3507
|
return {
|
|
3504
3508
|
create: function() {
|
|
3505
3509
|
return {
|
|
@@ -3513,35 +3517,35 @@ function fn(e) {
|
|
|
3513
3517
|
}
|
|
3514
3518
|
};
|
|
3515
3519
|
}
|
|
3516
|
-
function
|
|
3520
|
+
function wo(e) {
|
|
3517
3521
|
return e === void 0 && (e = {
|
|
3518
3522
|
number: {},
|
|
3519
3523
|
dateTime: {},
|
|
3520
3524
|
pluralRules: {}
|
|
3521
3525
|
}), {
|
|
3522
|
-
getNumberFormat:
|
|
3526
|
+
getNumberFormat: cn(function() {
|
|
3523
3527
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3524
3528
|
n[r] = arguments[r];
|
|
3525
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3529
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, ln([void 0], n, !1)))();
|
|
3526
3530
|
}, {
|
|
3527
|
-
cache:
|
|
3528
|
-
strategy:
|
|
3531
|
+
cache: mn(e.number),
|
|
3532
|
+
strategy: fn.variadic
|
|
3529
3533
|
}),
|
|
3530
|
-
getDateTimeFormat:
|
|
3534
|
+
getDateTimeFormat: cn(function() {
|
|
3531
3535
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3532
3536
|
n[r] = arguments[r];
|
|
3533
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3537
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, ln([void 0], n, !1)))();
|
|
3534
3538
|
}, {
|
|
3535
|
-
cache:
|
|
3536
|
-
strategy:
|
|
3539
|
+
cache: mn(e.dateTime),
|
|
3540
|
+
strategy: fn.variadic
|
|
3537
3541
|
}),
|
|
3538
|
-
getPluralRules:
|
|
3542
|
+
getPluralRules: cn(function() {
|
|
3539
3543
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3540
3544
|
n[r] = arguments[r];
|
|
3541
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3545
|
+
return new ((t = Intl.PluralRules).bind.apply(t, ln([void 0], n, !1)))();
|
|
3542
3546
|
}, {
|
|
3543
|
-
cache:
|
|
3544
|
-
strategy:
|
|
3547
|
+
cache: mn(e.pluralRules),
|
|
3548
|
+
strategy: fn.variadic
|
|
3545
3549
|
})
|
|
3546
3550
|
};
|
|
3547
3551
|
}
|
|
@@ -3556,15 +3560,15 @@ var yi = (
|
|
|
3556
3560
|
dateTime: {},
|
|
3557
3561
|
pluralRules: {}
|
|
3558
3562
|
}, this.format = function(c) {
|
|
3559
|
-
var
|
|
3560
|
-
if (
|
|
3561
|
-
return
|
|
3562
|
-
var f =
|
|
3563
|
+
var l = s.formatToParts(c);
|
|
3564
|
+
if (l.length === 1)
|
|
3565
|
+
return l[0].value;
|
|
3566
|
+
var f = l.reduce(function(b, y) {
|
|
3563
3567
|
return !b.length || y.type !== ce.literal || typeof b[b.length - 1] != "string" ? b.push(y.value) : b[b.length - 1] += y.value, b;
|
|
3564
3568
|
}, []);
|
|
3565
3569
|
return f.length <= 1 ? f[0] || "" : f;
|
|
3566
3570
|
}, this.formatToParts = function(c) {
|
|
3567
|
-
return
|
|
3571
|
+
return Bt(s.ast, s.locales, s.formatters, s.formats, c, void 0, s.message);
|
|
3568
3572
|
}, this.resolvedOptions = function() {
|
|
3569
3573
|
var c;
|
|
3570
3574
|
return {
|
|
@@ -3575,15 +3579,15 @@ var yi = (
|
|
|
3575
3579
|
}, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
|
|
3576
3580
|
if (this.message = t, !e.__parse)
|
|
3577
3581
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3578
|
-
var
|
|
3579
|
-
|
|
3580
|
-
var a = Is(
|
|
3581
|
-
this.ast = e.__parse(t,
|
|
3582
|
+
var u = i || {};
|
|
3583
|
+
u.formatters;
|
|
3584
|
+
var a = Is(u, ["formatters"]);
|
|
3585
|
+
this.ast = e.__parse(t, Ae(Ae({}, a), { locale: this.resolvedLocale }));
|
|
3582
3586
|
} else
|
|
3583
3587
|
this.ast = t;
|
|
3584
3588
|
if (!Array.isArray(this.ast))
|
|
3585
3589
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3586
|
-
this.formats = Ao(e.formats, r), this.formatters = i && i.formatters ||
|
|
3590
|
+
this.formats = Ao(e.formats, r), this.formatters = i && i.formatters || wo(this.formatterCache);
|
|
3587
3591
|
}
|
|
3588
3592
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3589
3593
|
get: function() {
|
|
@@ -3596,7 +3600,7 @@ var yi = (
|
|
|
3596
3600
|
var n = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3597
3601
|
return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3598
3602
|
}
|
|
3599
|
-
}, e.__parse =
|
|
3603
|
+
}, e.__parse = _o, e.formats = {
|
|
3600
3604
|
number: {
|
|
3601
3605
|
integer: {
|
|
3602
3606
|
maximumFractionDigits: 0
|
|
@@ -3657,7 +3661,7 @@ var yi = (
|
|
|
3657
3661
|
}, e;
|
|
3658
3662
|
}()
|
|
3659
3663
|
);
|
|
3660
|
-
function
|
|
3664
|
+
function Oo(e, t) {
|
|
3661
3665
|
if (t == null)
|
|
3662
3666
|
return;
|
|
3663
3667
|
if (t in e)
|
|
@@ -3678,36 +3682,36 @@ function wo(e, t) {
|
|
|
3678
3682
|
r = void 0;
|
|
3679
3683
|
return r;
|
|
3680
3684
|
}
|
|
3681
|
-
const
|
|
3685
|
+
const He = {}, Mo = (e, t, n) => n && (t in He || (He[t] = {}), e in He[t] || (He[t][e] = n), n), Ti = (e, t) => {
|
|
3682
3686
|
if (t == null)
|
|
3683
3687
|
return;
|
|
3684
|
-
if (t in
|
|
3685
|
-
return
|
|
3686
|
-
const n =
|
|
3688
|
+
if (t in He && e in He[t])
|
|
3689
|
+
return He[t][e];
|
|
3690
|
+
const n = yt(t);
|
|
3687
3691
|
for (let r = 0; r < n.length; r++) {
|
|
3688
|
-
const i = n[r], s =
|
|
3692
|
+
const i = n[r], s = No(i, e);
|
|
3689
3693
|
if (s)
|
|
3690
|
-
return
|
|
3694
|
+
return Mo(e, t, s);
|
|
3691
3695
|
}
|
|
3692
3696
|
};
|
|
3693
3697
|
let In;
|
|
3694
|
-
const
|
|
3695
|
-
function
|
|
3698
|
+
const _t = Et({});
|
|
3699
|
+
function Co(e) {
|
|
3696
3700
|
return In[e] || null;
|
|
3697
3701
|
}
|
|
3698
3702
|
function xi(e) {
|
|
3699
3703
|
return e in In;
|
|
3700
3704
|
}
|
|
3701
|
-
function
|
|
3705
|
+
function No(e, t) {
|
|
3702
3706
|
if (!xi(e))
|
|
3703
3707
|
return null;
|
|
3704
|
-
const n =
|
|
3705
|
-
return
|
|
3708
|
+
const n = Co(e);
|
|
3709
|
+
return Oo(n, t);
|
|
3706
3710
|
}
|
|
3707
|
-
function
|
|
3711
|
+
function Lo(e) {
|
|
3708
3712
|
if (e == null)
|
|
3709
3713
|
return;
|
|
3710
|
-
const t =
|
|
3714
|
+
const t = yt(e);
|
|
3711
3715
|
for (let n = 0; n < t.length; n++) {
|
|
3712
3716
|
const r = t[n];
|
|
3713
3717
|
if (xi(r))
|
|
@@ -3715,64 +3719,64 @@ function No(e) {
|
|
|
3715
3719
|
}
|
|
3716
3720
|
}
|
|
3717
3721
|
function vi(e, ...t) {
|
|
3718
|
-
delete
|
|
3722
|
+
delete He[e], _t.update((n) => (n[e] = Ps.all([n[e] || {}, ...t]), n));
|
|
3719
3723
|
}
|
|
3720
|
-
|
|
3721
|
-
[
|
|
3724
|
+
et(
|
|
3725
|
+
[_t],
|
|
3722
3726
|
([e]) => Object.keys(e)
|
|
3723
3727
|
);
|
|
3724
|
-
|
|
3725
|
-
const
|
|
3726
|
-
function
|
|
3727
|
-
|
|
3728
|
+
_t.subscribe((e) => In = e);
|
|
3729
|
+
const Ut = {};
|
|
3730
|
+
function Ho(e, t) {
|
|
3731
|
+
Ut[e].delete(t), Ut[e].size === 0 && delete Ut[e];
|
|
3728
3732
|
}
|
|
3729
|
-
function
|
|
3730
|
-
return
|
|
3733
|
+
function Si(e) {
|
|
3734
|
+
return Ut[e];
|
|
3731
3735
|
}
|
|
3732
|
-
function
|
|
3733
|
-
return
|
|
3734
|
-
const n =
|
|
3736
|
+
function Ro(e) {
|
|
3737
|
+
return yt(e).map((t) => {
|
|
3738
|
+
const n = Si(t);
|
|
3735
3739
|
return [t, n ? [...n] : []];
|
|
3736
3740
|
}).filter(([, t]) => t.length > 0);
|
|
3737
3741
|
}
|
|
3738
|
-
function
|
|
3739
|
-
return e == null ? !1 :
|
|
3742
|
+
function Wt(e) {
|
|
3743
|
+
return e == null ? !1 : yt(e).some(
|
|
3740
3744
|
(t) => {
|
|
3741
3745
|
var n;
|
|
3742
|
-
return (n =
|
|
3746
|
+
return (n = Si(t)) == null ? void 0 : n.size;
|
|
3743
3747
|
}
|
|
3744
3748
|
);
|
|
3745
3749
|
}
|
|
3746
|
-
function
|
|
3750
|
+
function Po(e, t) {
|
|
3747
3751
|
return Promise.all(
|
|
3748
|
-
t.map((r) => (
|
|
3752
|
+
t.map((r) => (Ho(e, r), r().then((i) => i.default || i)))
|
|
3749
3753
|
).then((r) => vi(e, ...r));
|
|
3750
3754
|
}
|
|
3751
|
-
const
|
|
3752
|
-
function
|
|
3753
|
-
if (!
|
|
3754
|
-
return e in
|
|
3755
|
-
const t =
|
|
3756
|
-
return
|
|
3755
|
+
const ot = {};
|
|
3756
|
+
function Ai(e) {
|
|
3757
|
+
if (!Wt(e))
|
|
3758
|
+
return e in ot ? ot[e] : Promise.resolve();
|
|
3759
|
+
const t = Ro(e);
|
|
3760
|
+
return ot[e] = Promise.all(
|
|
3757
3761
|
t.map(
|
|
3758
|
-
([n, r]) =>
|
|
3762
|
+
([n, r]) => Po(n, r)
|
|
3759
3763
|
)
|
|
3760
3764
|
).then(() => {
|
|
3761
|
-
if (
|
|
3762
|
-
return
|
|
3763
|
-
delete
|
|
3764
|
-
}),
|
|
3765
|
+
if (Wt(e))
|
|
3766
|
+
return Ai(e);
|
|
3767
|
+
delete ot[e];
|
|
3768
|
+
}), ot[e];
|
|
3765
3769
|
}
|
|
3766
|
-
var yr = Object.getOwnPropertySymbols,
|
|
3770
|
+
var yr = Object.getOwnPropertySymbols, Io = Object.prototype.hasOwnProperty, Do = Object.prototype.propertyIsEnumerable, Bo = (e, t) => {
|
|
3767
3771
|
var n = {};
|
|
3768
3772
|
for (var r in e)
|
|
3769
|
-
|
|
3773
|
+
Io.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
3770
3774
|
if (e != null && yr)
|
|
3771
3775
|
for (var r of yr(e))
|
|
3772
|
-
t.indexOf(r) < 0 &&
|
|
3776
|
+
t.indexOf(r) < 0 && Do.call(e, r) && (n[r] = e[r]);
|
|
3773
3777
|
return n;
|
|
3774
3778
|
};
|
|
3775
|
-
const
|
|
3779
|
+
const Uo = {
|
|
3776
3780
|
number: {
|
|
3777
3781
|
scientific: { notation: "scientific" },
|
|
3778
3782
|
engineering: { notation: "engineering" },
|
|
@@ -3802,28 +3806,28 @@ const Bo = {
|
|
|
3802
3806
|
}
|
|
3803
3807
|
}
|
|
3804
3808
|
};
|
|
3805
|
-
function
|
|
3809
|
+
function ko({ locale: e, id: t }) {
|
|
3806
3810
|
console.warn(
|
|
3807
|
-
`[svelte-i18n] The message "${t}" was not found in "${
|
|
3811
|
+
`[svelte-i18n] The message "${t}" was not found in "${yt(
|
|
3808
3812
|
e
|
|
3809
|
-
).join('", "')}".${
|
|
3813
|
+
).join('", "')}".${Wt(Pe()) ? `
|
|
3810
3814
|
|
|
3811
3815
|
Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
|
|
3812
3816
|
);
|
|
3813
3817
|
}
|
|
3814
|
-
const
|
|
3818
|
+
const Fo = {
|
|
3815
3819
|
fallbackLocale: null,
|
|
3816
3820
|
loadingDelay: 200,
|
|
3817
|
-
formats:
|
|
3821
|
+
formats: Uo,
|
|
3818
3822
|
warnOnMissingMessages: !0,
|
|
3819
3823
|
handleMissingMessage: void 0,
|
|
3820
3824
|
ignoreTag: !0
|
|
3821
|
-
},
|
|
3822
|
-
function
|
|
3823
|
-
return
|
|
3825
|
+
}, mt = Fo;
|
|
3826
|
+
function Qe() {
|
|
3827
|
+
return mt;
|
|
3824
3828
|
}
|
|
3825
|
-
function
|
|
3826
|
-
const t = e, { formats: n } = t, r =
|
|
3829
|
+
function Go(e) {
|
|
3830
|
+
const t = e, { formats: n } = t, r = Bo(t, ["formats"]);
|
|
3827
3831
|
let i = e.fallbackLocale;
|
|
3828
3832
|
if (e.initialLocale)
|
|
3829
3833
|
try {
|
|
@@ -3833,143 +3837,143 @@ function Fo(e) {
|
|
|
3833
3837
|
`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
|
|
3834
3838
|
);
|
|
3835
3839
|
}
|
|
3836
|
-
return r.warnOnMissingMessages && (delete r.warnOnMissingMessages, r.handleMissingMessage == null ? r.handleMissingMessage =
|
|
3840
|
+
return r.warnOnMissingMessages && (delete r.warnOnMissingMessages, r.handleMissingMessage == null ? r.handleMissingMessage = ko : console.warn(
|
|
3837
3841
|
'[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
|
|
3838
|
-
)), Object.assign(
|
|
3842
|
+
)), Object.assign(mt, r, { initialLocale: i }), n && ("number" in n && Object.assign(mt.formats.number, n.number), "date" in n && Object.assign(mt.formats.date, n.date), "time" in n && Object.assign(mt.formats.time, n.time)), Be.set(i);
|
|
3839
3843
|
}
|
|
3840
|
-
const
|
|
3841
|
-
var
|
|
3844
|
+
const dn = Et(!1);
|
|
3845
|
+
var $o = Object.defineProperty, jo = Object.defineProperties, zo = Object.getOwnPropertyDescriptors, Tr = Object.getOwnPropertySymbols, Wo = Object.prototype.hasOwnProperty, Vo = Object.prototype.propertyIsEnumerable, xr = (e, t, n) => t in e ? $o(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Xo = (e, t) => {
|
|
3842
3846
|
for (var n in t || (t = {}))
|
|
3843
|
-
|
|
3847
|
+
Wo.call(t, n) && xr(e, n, t[n]);
|
|
3844
3848
|
if (Tr)
|
|
3845
3849
|
for (var n of Tr(t))
|
|
3846
|
-
|
|
3850
|
+
Vo.call(t, n) && xr(e, n, t[n]);
|
|
3847
3851
|
return e;
|
|
3848
|
-
},
|
|
3849
|
-
let
|
|
3850
|
-
const
|
|
3852
|
+
}, Yo = (e, t) => jo(e, zo(t));
|
|
3853
|
+
let Cn;
|
|
3854
|
+
const Vt = Et(null);
|
|
3851
3855
|
function vr(e) {
|
|
3852
3856
|
return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
|
|
3853
3857
|
}
|
|
3854
|
-
function
|
|
3858
|
+
function yt(e, t = Qe().fallbackLocale) {
|
|
3855
3859
|
const n = vr(e);
|
|
3856
3860
|
return t ? [.../* @__PURE__ */ new Set([...n, ...vr(t)])] : n;
|
|
3857
3861
|
}
|
|
3858
|
-
function
|
|
3859
|
-
return
|
|
3862
|
+
function Pe() {
|
|
3863
|
+
return Cn ?? void 0;
|
|
3860
3864
|
}
|
|
3861
|
-
|
|
3862
|
-
|
|
3865
|
+
Vt.subscribe((e) => {
|
|
3866
|
+
Cn = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3863
3867
|
});
|
|
3864
|
-
const
|
|
3865
|
-
if (e &&
|
|
3866
|
-
const { loadingDelay: t } =
|
|
3868
|
+
const Zo = (e) => {
|
|
3869
|
+
if (e && Lo(e) && Wt(e)) {
|
|
3870
|
+
const { loadingDelay: t } = Qe();
|
|
3867
3871
|
let n;
|
|
3868
|
-
return typeof window < "u" &&
|
|
3869
|
-
() =>
|
|
3872
|
+
return typeof window < "u" && Pe() != null && t ? n = window.setTimeout(
|
|
3873
|
+
() => dn.set(!0),
|
|
3870
3874
|
t
|
|
3871
|
-
) :
|
|
3872
|
-
|
|
3875
|
+
) : dn.set(!0), Ai(e).then(() => {
|
|
3876
|
+
Vt.set(e);
|
|
3873
3877
|
}).finally(() => {
|
|
3874
|
-
clearTimeout(n),
|
|
3878
|
+
clearTimeout(n), dn.set(!1);
|
|
3875
3879
|
});
|
|
3876
3880
|
}
|
|
3877
|
-
return
|
|
3878
|
-
},
|
|
3879
|
-
set:
|
|
3880
|
-
}),
|
|
3881
|
+
return Vt.set(e);
|
|
3882
|
+
}, Be = Yo(Xo({}, Vt), {
|
|
3883
|
+
set: Zo
|
|
3884
|
+
}), Qt = (e) => {
|
|
3881
3885
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3882
3886
|
return (r) => {
|
|
3883
3887
|
const i = JSON.stringify(r);
|
|
3884
3888
|
return i in t ? t[i] : t[i] = e(r);
|
|
3885
3889
|
};
|
|
3886
3890
|
};
|
|
3887
|
-
var
|
|
3891
|
+
var qo = Object.defineProperty, Xt = Object.getOwnPropertySymbols, wi = Object.prototype.hasOwnProperty, Oi = Object.prototype.propertyIsEnumerable, Sr = (e, t, n) => t in e ? qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Dn = (e, t) => {
|
|
3888
3892
|
for (var n in t || (t = {}))
|
|
3889
|
-
wi.call(t, n) &&
|
|
3890
|
-
if (
|
|
3891
|
-
for (var n of
|
|
3892
|
-
Oi.call(t, n) &&
|
|
3893
|
+
wi.call(t, n) && Sr(e, n, t[n]);
|
|
3894
|
+
if (Xt)
|
|
3895
|
+
for (var n of Xt(t))
|
|
3896
|
+
Oi.call(t, n) && Sr(e, n, t[n]);
|
|
3893
3897
|
return e;
|
|
3894
|
-
},
|
|
3898
|
+
}, tt = (e, t) => {
|
|
3895
3899
|
var n = {};
|
|
3896
3900
|
for (var r in e)
|
|
3897
3901
|
wi.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
3898
|
-
if (e != null &&
|
|
3899
|
-
for (var r of
|
|
3902
|
+
if (e != null && Xt)
|
|
3903
|
+
for (var r of Xt(e))
|
|
3900
3904
|
t.indexOf(r) < 0 && Oi.call(e, r) && (n[r] = e[r]);
|
|
3901
3905
|
return n;
|
|
3902
3906
|
};
|
|
3903
|
-
const
|
|
3904
|
-
const { formats: n } =
|
|
3907
|
+
const bt = (e, t) => {
|
|
3908
|
+
const { formats: n } = Qe();
|
|
3905
3909
|
if (e in n && t in n[e])
|
|
3906
3910
|
return n[e][t];
|
|
3907
3911
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3908
|
-
},
|
|
3912
|
+
}, Jo = Qt(
|
|
3909
3913
|
(e) => {
|
|
3910
|
-
var t = e, { locale: n, format: r } = t, i =
|
|
3914
|
+
var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
|
|
3911
3915
|
if (n == null)
|
|
3912
3916
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3913
|
-
return r && (i =
|
|
3917
|
+
return r && (i = bt("number", r)), new Intl.NumberFormat(n, i);
|
|
3914
3918
|
}
|
|
3915
|
-
),
|
|
3919
|
+
), Qo = Qt(
|
|
3916
3920
|
(e) => {
|
|
3917
|
-
var t = e, { locale: n, format: r } = t, i =
|
|
3921
|
+
var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
|
|
3918
3922
|
if (n == null)
|
|
3919
3923
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3920
|
-
return r ? i =
|
|
3924
|
+
return r ? i = bt("date", r) : Object.keys(i).length === 0 && (i = bt("date", "short")), new Intl.DateTimeFormat(n, i);
|
|
3921
3925
|
}
|
|
3922
|
-
),
|
|
3926
|
+
), Ko = Qt(
|
|
3923
3927
|
(e) => {
|
|
3924
|
-
var t = e, { locale: n, format: r } = t, i =
|
|
3928
|
+
var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
|
|
3925
3929
|
if (n == null)
|
|
3926
3930
|
throw new Error(
|
|
3927
3931
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3928
3932
|
);
|
|
3929
|
-
return r ? i =
|
|
3933
|
+
return r ? i = bt("time", r) : Object.keys(i).length === 0 && (i = bt("time", "short")), new Intl.DateTimeFormat(n, i);
|
|
3930
3934
|
}
|
|
3931
|
-
),
|
|
3932
|
-
var t = e, {
|
|
3933
|
-
locale: n = Re()
|
|
3934
|
-
} = t, r = et(t, [
|
|
3935
|
-
"locale"
|
|
3936
|
-
]);
|
|
3937
|
-
return qo(Dn({ locale: n }, r));
|
|
3938
|
-
}, ea = (e = {}) => {
|
|
3935
|
+
), ea = (e = {}) => {
|
|
3939
3936
|
var t = e, {
|
|
3940
|
-
locale: n =
|
|
3941
|
-
} = t, r =
|
|
3937
|
+
locale: n = Pe()
|
|
3938
|
+
} = t, r = tt(t, [
|
|
3942
3939
|
"locale"
|
|
3943
3940
|
]);
|
|
3944
3941
|
return Jo(Dn({ locale: n }, r));
|
|
3945
3942
|
}, ta = (e = {}) => {
|
|
3946
3943
|
var t = e, {
|
|
3947
|
-
locale: n =
|
|
3948
|
-
} = t, r =
|
|
3944
|
+
locale: n = Pe()
|
|
3945
|
+
} = t, r = tt(t, [
|
|
3949
3946
|
"locale"
|
|
3950
3947
|
]);
|
|
3951
3948
|
return Qo(Dn({ locale: n }, r));
|
|
3952
|
-
}, na =
|
|
3949
|
+
}, na = (e = {}) => {
|
|
3950
|
+
var t = e, {
|
|
3951
|
+
locale: n = Pe()
|
|
3952
|
+
} = t, r = tt(t, [
|
|
3953
|
+
"locale"
|
|
3954
|
+
]);
|
|
3955
|
+
return Ko(Dn({ locale: n }, r));
|
|
3956
|
+
}, ra = Qt(
|
|
3953
3957
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3954
|
-
(e, t =
|
|
3955
|
-
ignoreTag:
|
|
3958
|
+
(e, t = Pe()) => new yi(e, t, Qe().formats, {
|
|
3959
|
+
ignoreTag: Qe().ignoreTag
|
|
3956
3960
|
})
|
|
3957
|
-
),
|
|
3961
|
+
), ia = (e, t = {}) => {
|
|
3958
3962
|
var n, r, i, s;
|
|
3959
|
-
let
|
|
3960
|
-
typeof e == "object" && (
|
|
3963
|
+
let u = t;
|
|
3964
|
+
typeof e == "object" && (u = e, e = u.id);
|
|
3961
3965
|
const {
|
|
3962
3966
|
values: a,
|
|
3963
|
-
locale: c =
|
|
3964
|
-
default:
|
|
3965
|
-
} =
|
|
3967
|
+
locale: c = Pe(),
|
|
3968
|
+
default: l
|
|
3969
|
+
} = u;
|
|
3966
3970
|
if (c == null)
|
|
3967
3971
|
throw new Error(
|
|
3968
3972
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3969
3973
|
);
|
|
3970
3974
|
let f = Ti(e, c);
|
|
3971
3975
|
if (!f)
|
|
3972
|
-
f = (s = (i = (r = (n =
|
|
3976
|
+
f = (s = (i = (r = (n = Qe()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? s : e;
|
|
3973
3977
|
else if (typeof f != "string")
|
|
3974
3978
|
return console.warn(
|
|
3975
3979
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -3978,7 +3982,7 @@ const gt = (e, t) => {
|
|
|
3978
3982
|
return f;
|
|
3979
3983
|
let b = f;
|
|
3980
3984
|
try {
|
|
3981
|
-
b =
|
|
3985
|
+
b = ra(f, c).format(a);
|
|
3982
3986
|
} catch (y) {
|
|
3983
3987
|
y instanceof Error && console.warn(
|
|
3984
3988
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3986,18 +3990,18 @@ const gt = (e, t) => {
|
|
|
3986
3990
|
);
|
|
3987
3991
|
}
|
|
3988
3992
|
return b;
|
|
3989
|
-
},
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
function
|
|
3993
|
+
}, sa = (e, t) => na(t).format(e), oa = (e, t) => ta(t).format(e), aa = (e, t) => ea(t).format(e), ua = (e, t = Pe()) => Ti(e, t), la = et([Be, _t], () => ia);
|
|
3994
|
+
et([Be], () => sa);
|
|
3995
|
+
et([Be], () => oa);
|
|
3996
|
+
et([Be], () => aa);
|
|
3997
|
+
et([Be, _t], () => ua);
|
|
3998
|
+
function Ar(e, t) {
|
|
3995
3999
|
vi(e, t);
|
|
3996
4000
|
}
|
|
3997
|
-
function
|
|
3998
|
-
|
|
4001
|
+
function ca(e) {
|
|
4002
|
+
Go({
|
|
3999
4003
|
fallbackLocale: "en"
|
|
4000
|
-
}),
|
|
4004
|
+
}), Be.set(e);
|
|
4001
4005
|
}
|
|
4002
4006
|
const wr = {
|
|
4003
4007
|
en: {
|
|
@@ -4026,17 +4030,17 @@ const wr = {
|
|
|
4026
4030
|
const {
|
|
4027
4031
|
entries: Mi,
|
|
4028
4032
|
setPrototypeOf: Or,
|
|
4029
|
-
isFrozen:
|
|
4030
|
-
getPrototypeOf:
|
|
4031
|
-
getOwnPropertyDescriptor:
|
|
4033
|
+
isFrozen: fa,
|
|
4034
|
+
getPrototypeOf: ha,
|
|
4035
|
+
getOwnPropertyDescriptor: ma
|
|
4032
4036
|
} = Object;
|
|
4033
4037
|
let {
|
|
4034
4038
|
freeze: fe,
|
|
4035
4039
|
seal: Ee,
|
|
4036
4040
|
create: Ci
|
|
4037
4041
|
} = Object, {
|
|
4038
|
-
apply:
|
|
4039
|
-
construct:
|
|
4042
|
+
apply: Nn,
|
|
4043
|
+
construct: Ln
|
|
4040
4044
|
} = typeof Reflect < "u" && Reflect;
|
|
4041
4045
|
fe || (fe = function(t) {
|
|
4042
4046
|
return t;
|
|
@@ -4044,107 +4048,98 @@ fe || (fe = function(t) {
|
|
|
4044
4048
|
Ee || (Ee = function(t) {
|
|
4045
4049
|
return t;
|
|
4046
4050
|
});
|
|
4047
|
-
|
|
4051
|
+
Nn || (Nn = function(t, n, r) {
|
|
4048
4052
|
return t.apply(n, r);
|
|
4049
4053
|
});
|
|
4050
|
-
|
|
4054
|
+
Ln || (Ln = function(t, n) {
|
|
4051
4055
|
return new t(...n);
|
|
4052
4056
|
});
|
|
4053
|
-
const
|
|
4057
|
+
const Ct = pe(Array.prototype.forEach), Mr = pe(Array.prototype.pop), at = pe(Array.prototype.push), kt = pe(String.prototype.toLowerCase), pn = pe(String.prototype.toString), Cr = pe(String.prototype.match), ut = pe(String.prototype.replace), da = pe(String.prototype.indexOf), pa = pe(String.prototype.trim), Te = pe(Object.prototype.hasOwnProperty), ue = pe(RegExp.prototype.test), lt = ga(TypeError);
|
|
4054
4058
|
function pe(e) {
|
|
4055
4059
|
return function(t) {
|
|
4056
4060
|
for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
4057
4061
|
r[i - 1] = arguments[i];
|
|
4058
|
-
return
|
|
4062
|
+
return Nn(e, t, r);
|
|
4059
4063
|
};
|
|
4060
4064
|
}
|
|
4061
|
-
function
|
|
4065
|
+
function ga(e) {
|
|
4062
4066
|
return function() {
|
|
4063
4067
|
for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
|
|
4064
4068
|
n[r] = arguments[r];
|
|
4065
|
-
return
|
|
4069
|
+
return Ln(e, n);
|
|
4066
4070
|
};
|
|
4067
4071
|
}
|
|
4068
4072
|
function P(e, t) {
|
|
4069
|
-
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] :
|
|
4073
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : kt;
|
|
4070
4074
|
Or && Or(e, null);
|
|
4071
4075
|
let r = t.length;
|
|
4072
4076
|
for (; r--; ) {
|
|
4073
4077
|
let i = t[r];
|
|
4074
4078
|
if (typeof i == "string") {
|
|
4075
4079
|
const s = n(i);
|
|
4076
|
-
s !== i && (
|
|
4080
|
+
s !== i && (fa(t) || (t[r] = s), i = s);
|
|
4077
4081
|
}
|
|
4078
4082
|
e[i] = !0;
|
|
4079
4083
|
}
|
|
4080
4084
|
return e;
|
|
4081
4085
|
}
|
|
4082
|
-
function
|
|
4086
|
+
function ba(e) {
|
|
4083
4087
|
for (let t = 0; t < e.length; t++)
|
|
4084
4088
|
Te(e, t) || (e[t] = null);
|
|
4085
4089
|
return e;
|
|
4086
4090
|
}
|
|
4087
|
-
function
|
|
4091
|
+
function De(e) {
|
|
4088
4092
|
const t = Ci(null);
|
|
4089
4093
|
for (const [n, r] of Mi(e))
|
|
4090
|
-
Te(e, n) && (Array.isArray(r) ? t[n] =
|
|
4094
|
+
Te(e, n) && (Array.isArray(r) ? t[n] = ba(r) : r && typeof r == "object" && r.constructor === Object ? t[n] = De(r) : t[n] = r);
|
|
4091
4095
|
return t;
|
|
4092
4096
|
}
|
|
4093
|
-
function
|
|
4097
|
+
function ct(e, t) {
|
|
4094
4098
|
for (; e !== null; ) {
|
|
4095
|
-
const r =
|
|
4099
|
+
const r = ma(e, t);
|
|
4096
4100
|
if (r) {
|
|
4097
4101
|
if (r.get)
|
|
4098
4102
|
return pe(r.get);
|
|
4099
4103
|
if (typeof r.value == "function")
|
|
4100
4104
|
return pe(r.value);
|
|
4101
4105
|
}
|
|
4102
|
-
e =
|
|
4106
|
+
e = ha(e);
|
|
4103
4107
|
}
|
|
4104
4108
|
function n() {
|
|
4105
4109
|
return null;
|
|
4106
4110
|
}
|
|
4107
4111
|
return n;
|
|
4108
4112
|
}
|
|
4109
|
-
const Nr = fe(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]),
|
|
4113
|
+
const Nr = fe(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), gn = fe(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), bn = fe(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Ea = fe(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), En = fe(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), _a = fe(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Lr = fe(["#text"]), Hr = fe(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), _n = fe(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), Rr = fe(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Nt = fe(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ya = Ee(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Ta = Ee(/<%[\w\W]*|[\w\W]*%>/gm), xa = Ee(/\${[\w\W]*}/gm), va = Ee(/^data-[\-\w.\u00B7-\uFFFF]/), Sa = Ee(/^aria-[\-\w]+$/), Ni = Ee(
|
|
4110
4114
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
4111
4115
|
// eslint-disable-line no-useless-escape
|
|
4112
|
-
), Aa = Ee(/^(?:\w+script|data):/i),
|
|
4116
|
+
), Aa = Ee(/^(?:\w+script|data):/i), wa = Ee(
|
|
4113
4117
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
4114
4118
|
// eslint-disable-line no-control-regex
|
|
4115
|
-
), Li = Ee(/^html$/i),
|
|
4119
|
+
), Li = Ee(/^html$/i), Oa = Ee(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
|
4116
4120
|
var Pr = /* @__PURE__ */ Object.freeze({
|
|
4117
4121
|
__proto__: null,
|
|
4118
|
-
MUSTACHE_EXPR:
|
|
4119
|
-
ERB_EXPR:
|
|
4120
|
-
TMPLIT_EXPR:
|
|
4121
|
-
DATA_ATTR:
|
|
4122
|
-
ARIA_ATTR:
|
|
4122
|
+
MUSTACHE_EXPR: ya,
|
|
4123
|
+
ERB_EXPR: Ta,
|
|
4124
|
+
TMPLIT_EXPR: xa,
|
|
4125
|
+
DATA_ATTR: va,
|
|
4126
|
+
ARIA_ATTR: Sa,
|
|
4123
4127
|
IS_ALLOWED_URI: Ni,
|
|
4124
4128
|
IS_SCRIPT_OR_DATA: Aa,
|
|
4125
|
-
ATTR_WHITESPACE:
|
|
4129
|
+
ATTR_WHITESPACE: wa,
|
|
4126
4130
|
DOCTYPE_NAME: Li,
|
|
4127
|
-
CUSTOM_ELEMENT:
|
|
4131
|
+
CUSTOM_ELEMENT: Oa
|
|
4128
4132
|
});
|
|
4129
|
-
const
|
|
4133
|
+
const ft = {
|
|
4130
4134
|
element: 1,
|
|
4131
|
-
attribute: 2,
|
|
4132
4135
|
text: 3,
|
|
4133
|
-
cdataSection: 4,
|
|
4134
|
-
entityReference: 5,
|
|
4135
|
-
// Deprecated
|
|
4136
|
-
entityNode: 6,
|
|
4137
4136
|
// Deprecated
|
|
4138
4137
|
progressingInstruction: 7,
|
|
4139
4138
|
comment: 8,
|
|
4140
|
-
document: 9
|
|
4141
|
-
|
|
4142
|
-
documentFragment: 11,
|
|
4143
|
-
notation: 12
|
|
4144
|
-
// Deprecated
|
|
4145
|
-
}, Oa = function() {
|
|
4139
|
+
document: 9
|
|
4140
|
+
}, Ma = function() {
|
|
4146
4141
|
return typeof window > "u" ? null : window;
|
|
4147
|
-
},
|
|
4142
|
+
}, Ca = function(t, n) {
|
|
4148
4143
|
if (typeof t != "object" || typeof t.createPolicy != "function")
|
|
4149
4144
|
return null;
|
|
4150
4145
|
let r = null;
|
|
@@ -4153,11 +4148,11 @@ const ct = {
|
|
|
4153
4148
|
const s = "dompurify" + (r ? "#" + r : "");
|
|
4154
4149
|
try {
|
|
4155
4150
|
return t.createPolicy(s, {
|
|
4156
|
-
createHTML(
|
|
4157
|
-
return
|
|
4151
|
+
createHTML(u) {
|
|
4152
|
+
return u;
|
|
4158
4153
|
},
|
|
4159
|
-
createScriptURL(
|
|
4160
|
-
return
|
|
4154
|
+
createScriptURL(u) {
|
|
4155
|
+
return u;
|
|
4161
4156
|
}
|
|
4162
4157
|
});
|
|
4163
4158
|
} catch {
|
|
@@ -4165,39 +4160,39 @@ const ct = {
|
|
|
4165
4160
|
}
|
|
4166
4161
|
};
|
|
4167
4162
|
function Hi() {
|
|
4168
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] :
|
|
4163
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Ma();
|
|
4169
4164
|
const t = (w) => Hi(w);
|
|
4170
|
-
if (t.version = "3.1.6", t.removed = [], !e || !e.document || e.document.nodeType !==
|
|
4165
|
+
if (t.version = "3.1.6", t.removed = [], !e || !e.document || e.document.nodeType !== ft.document)
|
|
4171
4166
|
return t.isSupported = !1, t;
|
|
4172
4167
|
let {
|
|
4173
4168
|
document: n
|
|
4174
4169
|
} = e;
|
|
4175
4170
|
const r = n, i = r.currentScript, {
|
|
4176
4171
|
DocumentFragment: s,
|
|
4177
|
-
HTMLTemplateElement:
|
|
4172
|
+
HTMLTemplateElement: u,
|
|
4178
4173
|
Node: a,
|
|
4179
4174
|
Element: c,
|
|
4180
|
-
NodeFilter:
|
|
4175
|
+
NodeFilter: l,
|
|
4181
4176
|
NamedNodeMap: f = e.NamedNodeMap || e.MozNamedAttrMap,
|
|
4182
4177
|
HTMLFormElement: b,
|
|
4183
4178
|
DOMParser: y,
|
|
4184
4179
|
trustedTypes: M
|
|
4185
|
-
} = e, E = c.prototype, d =
|
|
4186
|
-
if (typeof
|
|
4180
|
+
} = e, E = c.prototype, d = ct(E, "cloneNode"), C = ct(E, "remove"), G = ct(E, "nextSibling"), U = ct(E, "childNodes"), A = ct(E, "parentNode");
|
|
4181
|
+
if (typeof u == "function") {
|
|
4187
4182
|
const w = n.createElement("template");
|
|
4188
4183
|
w.content && w.content.ownerDocument && (n = w.content.ownerDocument);
|
|
4189
4184
|
}
|
|
4190
4185
|
let H, I = "";
|
|
4191
4186
|
const {
|
|
4192
|
-
implementation:
|
|
4193
|
-
createNodeIterator:
|
|
4194
|
-
createDocumentFragment:
|
|
4187
|
+
implementation: k,
|
|
4188
|
+
createNodeIterator: Y,
|
|
4189
|
+
createDocumentFragment: V,
|
|
4195
4190
|
getElementsByTagName: Q
|
|
4196
4191
|
} = n, {
|
|
4197
|
-
importNode:
|
|
4192
|
+
importNode: j
|
|
4198
4193
|
} = r;
|
|
4199
4194
|
let O = {};
|
|
4200
|
-
t.isSupported = typeof Mi == "function" && typeof
|
|
4195
|
+
t.isSupported = typeof Mi == "function" && typeof A == "function" && k && k.createHTMLDocument !== void 0;
|
|
4201
4196
|
const {
|
|
4202
4197
|
MUSTACHE_EXPR: ne,
|
|
4203
4198
|
ERB_EXPR: he,
|
|
@@ -4211,9 +4206,9 @@ function Hi() {
|
|
|
4211
4206
|
let {
|
|
4212
4207
|
IS_ALLOWED_URI: N
|
|
4213
4208
|
} = Pr, L = null;
|
|
4214
|
-
const
|
|
4209
|
+
const z = P({}, [...Nr, ...gn, ...bn, ...En, ...Lr]);
|
|
4215
4210
|
let R = null;
|
|
4216
|
-
const q = P({}, [...Hr, ...
|
|
4211
|
+
const q = P({}, [...Hr, ..._n, ...Rr, ...Nt]);
|
|
4217
4212
|
let m = Object.seal(Ci(null, {
|
|
4218
4213
|
tagNameCheck: {
|
|
4219
4214
|
writable: !0,
|
|
@@ -4233,80 +4228,80 @@ function Hi() {
|
|
|
4233
4228
|
enumerable: !0,
|
|
4234
4229
|
value: !1
|
|
4235
4230
|
}
|
|
4236
|
-
})),
|
|
4231
|
+
})), F = null, ee = null, K = !0, _e = !0, ie = !1, ye = !0, be = !1, Ne = !0, Ie = !1, Kt = !1, en = !1, Ue = !1, Tt = !1, xt = !1, Bn = !0, Un = !1;
|
|
4237
4232
|
const Ii = "user-content-";
|
|
4238
|
-
let
|
|
4233
|
+
let tn = !0, nt = !1, ke = {}, Fe = null;
|
|
4239
4234
|
const kn = P({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
4240
4235
|
let Fn = null;
|
|
4241
4236
|
const Gn = P({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
4242
|
-
let
|
|
4243
|
-
const $n = P({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]),
|
|
4244
|
-
let
|
|
4245
|
-
const Di = P({}, [
|
|
4246
|
-
let
|
|
4237
|
+
let nn = null;
|
|
4238
|
+
const $n = P({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), vt = "http://www.w3.org/1998/Math/MathML", St = "http://www.w3.org/2000/svg", Oe = "http://www.w3.org/1999/xhtml";
|
|
4239
|
+
let Ge = Oe, rn = !1, sn = null;
|
|
4240
|
+
const Di = P({}, [vt, St, Oe], pn);
|
|
4241
|
+
let rt = null;
|
|
4247
4242
|
const Bi = ["application/xhtml+xml", "text/html"], Ui = "text/html";
|
|
4248
|
-
let re = null,
|
|
4243
|
+
let re = null, $e = null;
|
|
4249
4244
|
const ki = n.createElement("form"), jn = function(o) {
|
|
4250
4245
|
return o instanceof RegExp || o instanceof Function;
|
|
4251
|
-
},
|
|
4246
|
+
}, on = function() {
|
|
4252
4247
|
let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
4253
|
-
if (!(
|
|
4254
|
-
if ((!o || typeof o != "object") && (o = {}), o =
|
|
4255
|
-
Bi.indexOf(o.PARSER_MEDIA_TYPE) === -1 ? Ui : o.PARSER_MEDIA_TYPE, re =
|
|
4256
|
-
|
|
4248
|
+
if (!($e && $e === o)) {
|
|
4249
|
+
if ((!o || typeof o != "object") && (o = {}), o = De(o), rt = // eslint-disable-next-line unicorn/prefer-includes
|
|
4250
|
+
Bi.indexOf(o.PARSER_MEDIA_TYPE) === -1 ? Ui : o.PARSER_MEDIA_TYPE, re = rt === "application/xhtml+xml" ? pn : kt, L = Te(o, "ALLOWED_TAGS") ? P({}, o.ALLOWED_TAGS, re) : z, R = Te(o, "ALLOWED_ATTR") ? P({}, o.ALLOWED_ATTR, re) : q, sn = Te(o, "ALLOWED_NAMESPACES") ? P({}, o.ALLOWED_NAMESPACES, pn) : Di, nn = Te(o, "ADD_URI_SAFE_ATTR") ? P(
|
|
4251
|
+
De($n),
|
|
4257
4252
|
// eslint-disable-line indent
|
|
4258
4253
|
o.ADD_URI_SAFE_ATTR,
|
|
4259
4254
|
// eslint-disable-line indent
|
|
4260
4255
|
re
|
|
4261
4256
|
// eslint-disable-line indent
|
|
4262
4257
|
) : $n, Fn = Te(o, "ADD_DATA_URI_TAGS") ? P(
|
|
4263
|
-
|
|
4258
|
+
De(Gn),
|
|
4264
4259
|
// eslint-disable-line indent
|
|
4265
4260
|
o.ADD_DATA_URI_TAGS,
|
|
4266
4261
|
// eslint-disable-line indent
|
|
4267
4262
|
re
|
|
4268
4263
|
// eslint-disable-line indent
|
|
4269
|
-
) : Gn,
|
|
4264
|
+
) : Gn, Fe = Te(o, "FORBID_CONTENTS") ? P({}, o.FORBID_CONTENTS, re) : kn, F = Te(o, "FORBID_TAGS") ? P({}, o.FORBID_TAGS, re) : {}, ee = Te(o, "FORBID_ATTR") ? P({}, o.FORBID_ATTR, re) : {}, ke = Te(o, "USE_PROFILES") ? o.USE_PROFILES : !1, K = o.ALLOW_ARIA_ATTR !== !1, _e = o.ALLOW_DATA_ATTR !== !1, ie = o.ALLOW_UNKNOWN_PROTOCOLS || !1, ye = o.ALLOW_SELF_CLOSE_IN_ATTR !== !1, be = o.SAFE_FOR_TEMPLATES || !1, Ne = o.SAFE_FOR_XML !== !1, Ie = o.WHOLE_DOCUMENT || !1, Ue = o.RETURN_DOM || !1, Tt = o.RETURN_DOM_FRAGMENT || !1, xt = o.RETURN_TRUSTED_TYPE || !1, en = o.FORCE_BODY || !1, Bn = o.SANITIZE_DOM !== !1, Un = o.SANITIZE_NAMED_PROPS || !1, tn = o.KEEP_CONTENT !== !1, nt = o.IN_PLACE || !1, N = o.ALLOWED_URI_REGEXP || Ni, Ge = o.NAMESPACE || Oe, m = o.CUSTOM_ELEMENT_HANDLING || {}, o.CUSTOM_ELEMENT_HANDLING && jn(o.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (m.tagNameCheck = o.CUSTOM_ELEMENT_HANDLING.tagNameCheck), o.CUSTOM_ELEMENT_HANDLING && jn(o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (m.attributeNameCheck = o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), o.CUSTOM_ELEMENT_HANDLING && typeof o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (m.allowCustomizedBuiltInElements = o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), be && (_e = !1), Tt && (Ue = !0), ke && (L = P({}, Lr), R = [], ke.html === !0 && (P(L, Nr), P(R, Hr)), ke.svg === !0 && (P(L, gn), P(R, _n), P(R, Nt)), ke.svgFilters === !0 && (P(L, bn), P(R, _n), P(R, Nt)), ke.mathMl === !0 && (P(L, En), P(R, Rr), P(R, Nt))), o.ADD_TAGS && (L === z && (L = De(L)), P(L, o.ADD_TAGS, re)), o.ADD_ATTR && (R === q && (R = De(R)), P(R, o.ADD_ATTR, re)), o.ADD_URI_SAFE_ATTR && P(nn, o.ADD_URI_SAFE_ATTR, re), o.FORBID_CONTENTS && (Fe === kn && (Fe = De(Fe)), P(Fe, o.FORBID_CONTENTS, re)), tn && (L["#text"] = !0), Ie && P(L, ["html", "head", "body"]), L.table && (P(L, ["tbody"]), delete F.tbody), o.TRUSTED_TYPES_POLICY) {
|
|
4270
4265
|
if (typeof o.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
4271
4266
|
throw lt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
4272
4267
|
if (typeof o.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
4273
4268
|
throw lt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
4274
4269
|
H = o.TRUSTED_TYPES_POLICY, I = H.createHTML("");
|
|
4275
4270
|
} else
|
|
4276
|
-
H === void 0 && (H =
|
|
4277
|
-
fe && fe(o),
|
|
4271
|
+
H === void 0 && (H = Ca(M, i)), H !== null && typeof I == "string" && (I = H.createHTML(""));
|
|
4272
|
+
fe && fe(o), $e = o;
|
|
4278
4273
|
}
|
|
4279
|
-
}, zn = P({}, ["mi", "mo", "mn", "ms", "mtext"]), Wn = P({}, ["foreignobject", "annotation-xml"]), Fi = P({}, ["title", "style", "font", "a", "script"]), Vn = P({}, [...
|
|
4280
|
-
let p =
|
|
4274
|
+
}, zn = P({}, ["mi", "mo", "mn", "ms", "mtext"]), Wn = P({}, ["foreignobject", "annotation-xml"]), Fi = P({}, ["title", "style", "font", "a", "script"]), Vn = P({}, [...gn, ...bn, ...Ea]), Xn = P({}, [...En, ..._a]), Gi = function(o) {
|
|
4275
|
+
let p = A(o);
|
|
4281
4276
|
(!p || !p.tagName) && (p = {
|
|
4282
|
-
namespaceURI:
|
|
4277
|
+
namespaceURI: Ge,
|
|
4283
4278
|
tagName: "template"
|
|
4284
4279
|
});
|
|
4285
|
-
const
|
|
4286
|
-
return
|
|
4280
|
+
const S = kt(o.tagName), W = kt(p.tagName);
|
|
4281
|
+
return sn[o.namespaceURI] ? o.namespaceURI === St ? p.namespaceURI === Oe ? S === "svg" : p.namespaceURI === vt ? S === "svg" && (W === "annotation-xml" || zn[W]) : !!Vn[S] : o.namespaceURI === vt ? p.namespaceURI === Oe ? S === "math" : p.namespaceURI === St ? S === "math" && Wn[W] : !!Xn[S] : o.namespaceURI === Oe ? p.namespaceURI === St && !Wn[W] || p.namespaceURI === vt && !zn[W] ? !1 : !Xn[S] && (Fi[S] || !Vn[S]) : !!(rt === "application/xhtml+xml" && sn[o.namespaceURI]) : !1;
|
|
4287
4282
|
}, xe = function(o) {
|
|
4288
|
-
|
|
4283
|
+
at(t.removed, {
|
|
4289
4284
|
element: o
|
|
4290
4285
|
});
|
|
4291
4286
|
try {
|
|
4292
|
-
|
|
4287
|
+
A(o).removeChild(o);
|
|
4293
4288
|
} catch {
|
|
4294
4289
|
C(o);
|
|
4295
4290
|
}
|
|
4296
4291
|
}, At = function(o, p) {
|
|
4297
4292
|
try {
|
|
4298
|
-
|
|
4293
|
+
at(t.removed, {
|
|
4299
4294
|
attribute: p.getAttributeNode(o),
|
|
4300
4295
|
from: p
|
|
4301
4296
|
});
|
|
4302
4297
|
} catch {
|
|
4303
|
-
|
|
4298
|
+
at(t.removed, {
|
|
4304
4299
|
attribute: null,
|
|
4305
4300
|
from: p
|
|
4306
4301
|
});
|
|
4307
4302
|
}
|
|
4308
4303
|
if (p.removeAttribute(o), o === "is" && !R[o])
|
|
4309
|
-
if (
|
|
4304
|
+
if (Ue || Tt)
|
|
4310
4305
|
try {
|
|
4311
4306
|
xe(p);
|
|
4312
4307
|
} catch {
|
|
@@ -4317,95 +4312,95 @@ function Hi() {
|
|
|
4317
4312
|
} catch {
|
|
4318
4313
|
}
|
|
4319
4314
|
}, Yn = function(o) {
|
|
4320
|
-
let p = null,
|
|
4321
|
-
if (
|
|
4315
|
+
let p = null, S = null;
|
|
4316
|
+
if (en)
|
|
4322
4317
|
o = "<remove></remove>" + o;
|
|
4323
4318
|
else {
|
|
4324
4319
|
const se = Cr(o, /^[\r\n\t ]+/);
|
|
4325
|
-
|
|
4320
|
+
S = se && se[0];
|
|
4326
4321
|
}
|
|
4327
|
-
|
|
4328
|
-
const
|
|
4329
|
-
if (
|
|
4322
|
+
rt === "application/xhtml+xml" && Ge === Oe && (o = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + o + "</body></html>");
|
|
4323
|
+
const W = H ? H.createHTML(o) : o;
|
|
4324
|
+
if (Ge === Oe)
|
|
4330
4325
|
try {
|
|
4331
|
-
p = new y().parseFromString(
|
|
4326
|
+
p = new y().parseFromString(W, rt);
|
|
4332
4327
|
} catch {
|
|
4333
4328
|
}
|
|
4334
4329
|
if (!p || !p.documentElement) {
|
|
4335
|
-
p =
|
|
4330
|
+
p = k.createDocument(Ge, "template", null);
|
|
4336
4331
|
try {
|
|
4337
|
-
p.documentElement.innerHTML =
|
|
4332
|
+
p.documentElement.innerHTML = rn ? I : W;
|
|
4338
4333
|
} catch {
|
|
4339
4334
|
}
|
|
4340
4335
|
}
|
|
4341
4336
|
const oe = p.body || p.documentElement;
|
|
4342
|
-
return o &&
|
|
4337
|
+
return o && S && oe.insertBefore(n.createTextNode(S), oe.childNodes[0] || null), Ge === Oe ? Q.call(p, Ie ? "html" : "body")[0] : Ie ? p.documentElement : oe;
|
|
4343
4338
|
}, Zn = function(o) {
|
|
4344
|
-
return
|
|
4339
|
+
return Y.call(
|
|
4345
4340
|
o.ownerDocument || o,
|
|
4346
4341
|
o,
|
|
4347
4342
|
// eslint-disable-next-line no-bitwise
|
|
4348
|
-
|
|
4343
|
+
l.SHOW_ELEMENT | l.SHOW_COMMENT | l.SHOW_TEXT | l.SHOW_PROCESSING_INSTRUCTION | l.SHOW_CDATA_SECTION,
|
|
4349
4344
|
null
|
|
4350
4345
|
);
|
|
4351
4346
|
}, qn = function(o) {
|
|
4352
4347
|
return o instanceof b && (typeof o.nodeName != "string" || typeof o.textContent != "string" || typeof o.removeChild != "function" || !(o.attributes instanceof f) || typeof o.removeAttribute != "function" || typeof o.setAttribute != "function" || typeof o.namespaceURI != "string" || typeof o.insertBefore != "function" || typeof o.hasChildNodes != "function");
|
|
4353
4348
|
}, Jn = function(o) {
|
|
4354
4349
|
return typeof a == "function" && o instanceof a;
|
|
4355
|
-
},
|
|
4356
|
-
O[o] &&
|
|
4357
|
-
|
|
4350
|
+
}, Me = function(o, p, S) {
|
|
4351
|
+
O[o] && Ct(O[o], (W) => {
|
|
4352
|
+
W.call(t, p, S, $e);
|
|
4358
4353
|
});
|
|
4359
4354
|
}, Qn = function(o) {
|
|
4360
4355
|
let p = null;
|
|
4361
|
-
if (
|
|
4356
|
+
if (Me("beforeSanitizeElements", o, null), qn(o))
|
|
4362
4357
|
return xe(o), !0;
|
|
4363
|
-
const
|
|
4364
|
-
if (
|
|
4365
|
-
tagName:
|
|
4358
|
+
const S = re(o.nodeName);
|
|
4359
|
+
if (Me("uponSanitizeElement", o, {
|
|
4360
|
+
tagName: S,
|
|
4366
4361
|
allowedTags: L
|
|
4367
|
-
}), o.hasChildNodes() && !Jn(o.firstElementChild) &&
|
|
4362
|
+
}), o.hasChildNodes() && !Jn(o.firstElementChild) && ue(/<[/\w]/g, o.innerHTML) && ue(/<[/\w]/g, o.textContent) || o.nodeType === ft.progressingInstruction || Ne && o.nodeType === ft.comment && ue(/<[/\w]/g, o.data))
|
|
4368
4363
|
return xe(o), !0;
|
|
4369
|
-
if (!L[
|
|
4370
|
-
if (!
|
|
4364
|
+
if (!L[S] || F[S]) {
|
|
4365
|
+
if (!F[S] && er(S) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, S) || m.tagNameCheck instanceof Function && m.tagNameCheck(S)))
|
|
4371
4366
|
return !1;
|
|
4372
|
-
if (
|
|
4373
|
-
const
|
|
4374
|
-
if (oe &&
|
|
4367
|
+
if (tn && !Fe[S]) {
|
|
4368
|
+
const W = A(o) || o.parentNode, oe = U(o) || o.childNodes;
|
|
4369
|
+
if (oe && W) {
|
|
4375
4370
|
const se = oe.length;
|
|
4376
4371
|
for (let me = se - 1; me >= 0; --me) {
|
|
4377
4372
|
const ve = d(oe[me], !0);
|
|
4378
|
-
ve.__removalCount = (o.__removalCount || 0) + 1,
|
|
4373
|
+
ve.__removalCount = (o.__removalCount || 0) + 1, W.insertBefore(ve, G(o));
|
|
4379
4374
|
}
|
|
4380
4375
|
}
|
|
4381
4376
|
}
|
|
4382
4377
|
return xe(o), !0;
|
|
4383
4378
|
}
|
|
4384
|
-
return o instanceof c && !Gi(o) || (
|
|
4385
|
-
p =
|
|
4386
|
-
}), o.textContent !== p && (
|
|
4379
|
+
return o instanceof c && !Gi(o) || (S === "noscript" || S === "noembed" || S === "noframes") && ue(/<\/no(script|embed|frames)/i, o.innerHTML) ? (xe(o), !0) : (be && o.nodeType === ft.text && (p = o.textContent, Ct([ne, he, v], (W) => {
|
|
4380
|
+
p = ut(p, W, " ");
|
|
4381
|
+
}), o.textContent !== p && (at(t.removed, {
|
|
4387
4382
|
element: o.cloneNode()
|
|
4388
|
-
}), o.textContent = p)),
|
|
4389
|
-
}, Kn = function(o, p,
|
|
4390
|
-
if (Bn && (p === "id" || p === "name") && (
|
|
4383
|
+
}), o.textContent = p)), Me("afterSanitizeElements", o, null), !1);
|
|
4384
|
+
}, Kn = function(o, p, S) {
|
|
4385
|
+
if (Bn && (p === "id" || p === "name") && (S in n || S in ki))
|
|
4391
4386
|
return !1;
|
|
4392
|
-
if (!(_e && !ee[p] &&
|
|
4393
|
-
if (!(K &&
|
|
4387
|
+
if (!(_e && !ee[p] && ue(_, p))) {
|
|
4388
|
+
if (!(K && ue(g, p))) {
|
|
4394
4389
|
if (!R[p] || ee[p]) {
|
|
4395
4390
|
if (
|
|
4396
4391
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
4397
4392
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
4398
4393
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
4399
|
-
!(er(o) && (m.tagNameCheck instanceof RegExp &&
|
|
4394
|
+
!(er(o) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, o) || m.tagNameCheck instanceof Function && m.tagNameCheck(o)) && (m.attributeNameCheck instanceof RegExp && ue(m.attributeNameCheck, p) || m.attributeNameCheck instanceof Function && m.attributeNameCheck(p)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
4400
4395
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
4401
|
-
p === "is" && m.allowCustomizedBuiltInElements && (m.tagNameCheck instanceof RegExp &&
|
|
4396
|
+
p === "is" && m.allowCustomizedBuiltInElements && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, S) || m.tagNameCheck instanceof Function && m.tagNameCheck(S)))
|
|
4402
4397
|
)
|
|
4403
4398
|
return !1;
|
|
4404
|
-
} else if (!
|
|
4405
|
-
if (!
|
|
4406
|
-
if (!((p === "src" || p === "xlink:href" || p === "href") && o !== "script" &&
|
|
4407
|
-
if (!(ie && !
|
|
4408
|
-
if (
|
|
4399
|
+
} else if (!nn[p]) {
|
|
4400
|
+
if (!ue(N, ut(S, h, ""))) {
|
|
4401
|
+
if (!((p === "src" || p === "xlink:href" || p === "href") && o !== "script" && da(S, "data:") === 0 && Fn[o])) {
|
|
4402
|
+
if (!(ie && !ue(x, ut(S, h, "")))) {
|
|
4403
|
+
if (S)
|
|
4409
4404
|
return !1;
|
|
4410
4405
|
}
|
|
4411
4406
|
}
|
|
@@ -4417,43 +4412,43 @@ function Hi() {
|
|
|
4417
4412
|
}, er = function(o) {
|
|
4418
4413
|
return o !== "annotation-xml" && Cr(o, T);
|
|
4419
4414
|
}, tr = function(o) {
|
|
4420
|
-
|
|
4415
|
+
Me("beforeSanitizeAttributes", o, null);
|
|
4421
4416
|
const {
|
|
4422
4417
|
attributes: p
|
|
4423
4418
|
} = o;
|
|
4424
4419
|
if (!p)
|
|
4425
4420
|
return;
|
|
4426
|
-
const
|
|
4421
|
+
const S = {
|
|
4427
4422
|
attrName: "",
|
|
4428
4423
|
attrValue: "",
|
|
4429
4424
|
keepAttr: !0,
|
|
4430
4425
|
allowedAttributes: R
|
|
4431
4426
|
};
|
|
4432
|
-
let
|
|
4433
|
-
for (;
|
|
4434
|
-
const oe = p[
|
|
4427
|
+
let W = p.length;
|
|
4428
|
+
for (; W--; ) {
|
|
4429
|
+
const oe = p[W], {
|
|
4435
4430
|
name: se,
|
|
4436
4431
|
namespaceURI: me,
|
|
4437
4432
|
value: ve
|
|
4438
|
-
} = oe,
|
|
4439
|
-
let ae = se === "value" ? ve :
|
|
4440
|
-
if (
|
|
4433
|
+
} = oe, it = re(se);
|
|
4434
|
+
let ae = se === "value" ? ve : pa(ve);
|
|
4435
|
+
if (S.attrName = it, S.attrValue = ae, S.keepAttr = !0, S.forceKeepAttr = void 0, Me("uponSanitizeAttribute", o, S), ae = S.attrValue, Ne && ue(/((--!?|])>)|<\/(style|title)/i, ae)) {
|
|
4441
4436
|
At(se, o);
|
|
4442
4437
|
continue;
|
|
4443
4438
|
}
|
|
4444
|
-
if (
|
|
4439
|
+
if (S.forceKeepAttr || (At(se, o), !S.keepAttr))
|
|
4445
4440
|
continue;
|
|
4446
|
-
if (!ye &&
|
|
4441
|
+
if (!ye && ue(/\/>/i, ae)) {
|
|
4447
4442
|
At(se, o);
|
|
4448
4443
|
continue;
|
|
4449
4444
|
}
|
|
4450
|
-
be &&
|
|
4451
|
-
ae =
|
|
4445
|
+
be && Ct([ne, he, v], (rr) => {
|
|
4446
|
+
ae = ut(ae, rr, " ");
|
|
4452
4447
|
});
|
|
4453
4448
|
const nr = re(o.nodeName);
|
|
4454
|
-
if (Kn(nr,
|
|
4455
|
-
if (Un && (
|
|
4456
|
-
switch (M.getAttributeType(nr,
|
|
4449
|
+
if (Kn(nr, it, ae)) {
|
|
4450
|
+
if (Un && (it === "id" || it === "name") && (At(se, o), ae = Ii + ae), H && typeof M == "object" && typeof M.getAttributeType == "function" && !me)
|
|
4451
|
+
switch (M.getAttributeType(nr, it)) {
|
|
4457
4452
|
case "TrustedHTML": {
|
|
4458
4453
|
ae = H.createHTML(ae);
|
|
4459
4454
|
break;
|
|
@@ -4469,17 +4464,17 @@ function Hi() {
|
|
|
4469
4464
|
}
|
|
4470
4465
|
}
|
|
4471
4466
|
}
|
|
4472
|
-
|
|
4467
|
+
Me("afterSanitizeAttributes", o, null);
|
|
4473
4468
|
}, $i = function w(o) {
|
|
4474
4469
|
let p = null;
|
|
4475
|
-
const
|
|
4476
|
-
for (
|
|
4477
|
-
|
|
4478
|
-
|
|
4470
|
+
const S = Zn(o);
|
|
4471
|
+
for (Me("beforeSanitizeShadowDOM", o, null); p = S.nextNode(); )
|
|
4472
|
+
Me("uponSanitizeShadowNode", p, null), !Qn(p) && (p.content instanceof s && w(p.content), tr(p));
|
|
4473
|
+
Me("afterSanitizeShadowDOM", o, null);
|
|
4479
4474
|
};
|
|
4480
4475
|
return t.sanitize = function(w) {
|
|
4481
|
-
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, p = null,
|
|
4482
|
-
if (
|
|
4476
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, p = null, S = null, W = null, oe = null;
|
|
4477
|
+
if (rn = !w, rn && (w = "<!-->"), typeof w != "string" && !Jn(w))
|
|
4483
4478
|
if (typeof w.toString == "function") {
|
|
4484
4479
|
if (w = w.toString(), typeof w != "string")
|
|
4485
4480
|
throw lt("dirty is not a string, aborting");
|
|
@@ -4487,51 +4482,51 @@ function Hi() {
|
|
|
4487
4482
|
throw lt("toString is not a function");
|
|
4488
4483
|
if (!t.isSupported)
|
|
4489
4484
|
return w;
|
|
4490
|
-
if (
|
|
4485
|
+
if (Kt || on(o), t.removed = [], typeof w == "string" && (nt = !1), nt) {
|
|
4491
4486
|
if (w.nodeName) {
|
|
4492
4487
|
const ve = re(w.nodeName);
|
|
4493
|
-
if (!L[ve] ||
|
|
4488
|
+
if (!L[ve] || F[ve])
|
|
4494
4489
|
throw lt("root node is forbidden and cannot be sanitized in-place");
|
|
4495
4490
|
}
|
|
4496
4491
|
} else if (w instanceof a)
|
|
4497
|
-
p = Yn("<!---->"),
|
|
4492
|
+
p = Yn("<!---->"), S = p.ownerDocument.importNode(w, !0), S.nodeType === ft.element && S.nodeName === "BODY" || S.nodeName === "HTML" ? p = S : p.appendChild(S);
|
|
4498
4493
|
else {
|
|
4499
|
-
if (!
|
|
4494
|
+
if (!Ue && !be && !Ie && // eslint-disable-next-line unicorn/prefer-includes
|
|
4500
4495
|
w.indexOf("<") === -1)
|
|
4501
|
-
return H &&
|
|
4496
|
+
return H && xt ? H.createHTML(w) : w;
|
|
4502
4497
|
if (p = Yn(w), !p)
|
|
4503
|
-
return
|
|
4498
|
+
return Ue ? null : xt ? I : "";
|
|
4504
4499
|
}
|
|
4505
|
-
p &&
|
|
4506
|
-
const se = Zn(
|
|
4507
|
-
for (;
|
|
4508
|
-
Qn(
|
|
4509
|
-
if (
|
|
4500
|
+
p && en && xe(p.firstChild);
|
|
4501
|
+
const se = Zn(nt ? w : p);
|
|
4502
|
+
for (; W = se.nextNode(); )
|
|
4503
|
+
Qn(W) || (W.content instanceof s && $i(W.content), tr(W));
|
|
4504
|
+
if (nt)
|
|
4510
4505
|
return w;
|
|
4511
|
-
if (
|
|
4512
|
-
if (
|
|
4513
|
-
for (oe =
|
|
4506
|
+
if (Ue) {
|
|
4507
|
+
if (Tt)
|
|
4508
|
+
for (oe = V.call(p.ownerDocument); p.firstChild; )
|
|
4514
4509
|
oe.appendChild(p.firstChild);
|
|
4515
4510
|
else
|
|
4516
4511
|
oe = p;
|
|
4517
|
-
return (R.shadowroot || R.shadowrootmode) && (oe =
|
|
4512
|
+
return (R.shadowroot || R.shadowrootmode) && (oe = j.call(r, oe, !0)), oe;
|
|
4518
4513
|
}
|
|
4519
|
-
let me =
|
|
4520
|
-
return
|
|
4521
|
-
` + me), be &&
|
|
4522
|
-
me =
|
|
4523
|
-
}), H &&
|
|
4514
|
+
let me = Ie ? p.outerHTML : p.innerHTML;
|
|
4515
|
+
return Ie && L["!doctype"] && p.ownerDocument && p.ownerDocument.doctype && p.ownerDocument.doctype.name && ue(Li, p.ownerDocument.doctype.name) && (me = "<!DOCTYPE " + p.ownerDocument.doctype.name + `>
|
|
4516
|
+
` + me), be && Ct([ne, he, v], (ve) => {
|
|
4517
|
+
me = ut(me, ve, " ");
|
|
4518
|
+
}), H && xt ? H.createHTML(me) : me;
|
|
4524
4519
|
}, t.setConfig = function() {
|
|
4525
4520
|
let w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
4526
|
-
|
|
4521
|
+
on(w), Kt = !0;
|
|
4527
4522
|
}, t.clearConfig = function() {
|
|
4528
|
-
|
|
4523
|
+
$e = null, Kt = !1;
|
|
4529
4524
|
}, t.isValidAttribute = function(w, o, p) {
|
|
4530
|
-
|
|
4531
|
-
const
|
|
4532
|
-
return Kn(
|
|
4525
|
+
$e || on({});
|
|
4526
|
+
const S = re(w), W = re(o);
|
|
4527
|
+
return Kn(S, W, p);
|
|
4533
4528
|
}, t.addHook = function(w, o) {
|
|
4534
|
-
typeof o == "function" && (O[w] = O[w] || [],
|
|
4529
|
+
typeof o == "function" && (O[w] = O[w] || [], at(O[w], o));
|
|
4535
4530
|
}, t.removeHook = function(w) {
|
|
4536
4531
|
if (O[w])
|
|
4537
4532
|
return Mr(O[w]);
|
|
@@ -4542,21 +4537,21 @@ function Hi() {
|
|
|
4542
4537
|
}, t;
|
|
4543
4538
|
}
|
|
4544
4539
|
var Ir = Hi();
|
|
4545
|
-
const
|
|
4540
|
+
const Na = "data:image/webp;base64,UklGRgQWAABXRUJQVlA4WAoAAAAQAAAAGQEAvQAAQUxQSMsKAAABGQVtGzlKft3d80e8MET0fwI4IyJg7G3vHYYaB+q4bL4HIj3S/q+37ThmZmZmjJidQ8jMzEwDYGacgFNmZsdOKWZmWusc2VqqtRR1P9E2nSqnqk7dFOIn+yd3ArectvPGlb2GOwANQAM4CvYAfNOGXBM4hj0ADaApbCUREzABn6P39//7CfNzufO5+Wf4p95+8Hl8fvfP5/55Pd79C58TMj28+udevfrH/onjlnt647Uv4GmMrMVa1lpevfyYf+gfucXuX9CbbzzBMlksRkwjfNgX9eK22hfxhbwZQ6M1gjVksRaf+mV9BV/KGzfTG1/cm0yTkREWljWtZRn3N7+0f/eBjzfQvph33tdgmazldK1pTaYhzPbeL+d9771x3njHF4YxljMsa4jJCZZl5vTFl/TlvX7DvPapbxqMMcSyRmuCxVqWk52wd7779Rvl8VPfwRjGLNN2zIkWg3MIwzbYOz/29Rtk73x9TZaV5ZioSUyDWDMxwarZ5ul9X8mLW+ONT39EowmZBsHCWgyaTDPDlhRP//19j7fE46e/tpa1FotpDdZqtcYihmktFaHNeP3/vH47vOP1e8mSjKZjLSZZ1qQ1o0HOz8ZqzV58Ge97ug326a8tz8yQr+Lb0Gqet5WzLYR7fXff1Xfx36mIBK//n9dvgccPfFyTaa2Wb+un+ixvvb/Kr/bb/DG/wFc0c7pJeXzfB15/b75zEsvS5Kf5AG/de/pefo/PWjZqbJsP/HdPV96bb3ase6O11nwPH+Ct/9N/g69r2GgJXnv3a9fcXn+xlqQlrQ/8ry7x03+W16acjuDFu995vd1ff8ppQ6tpn/VVXYRv4evIlq3aQo/v+8Br7f6OO6u1LIehD3WZr38NqzaxnC5fwgdeZ/f3zmlhYdV8+oXsv7MVNDbRf/vAa+z+5ham1ea0ueCUnUzTxrrG7u+ds00mo2UXk80YWhbMrq77m8OsNWVa4uhSKIgGM7V1Ze0NzBIZWdaWi51JG1HkNP/MVfXiviCysnbcNccuJxE53Wom7OUV9fioYU7CsZZFXQzDwiwjrDw8XE2PTww1thZkGRe0trWhJskwHdfSC5jG6hBrSLaLmdEY5vwys3/guIr2Yjmd521ZlroYydlRJ8OIXl1Fj0PQ2kmsySIX24gkZhAy9fdcQffHicWizGmsueSVzTCryGDFhz1cPXscw4LRsdFaa61LKRNRjLEGWT7s6rnP6ZwOlnYsJJebNWGm5nSd2Tj+ritnd0OwkyKJTLqYSVBjsybWbJWXD9fNfczpnE5sMRwbXUg5XZsShEkw+y9XzebsYidYZbVMDhc6RdFsi81oRtYe/r6rxvPfWUPLaeZikyPJaaIVzKb4O7pe7maNYXKaxGKiC5EgwmCoiDaOv+2qKYa1dG41maa52FKIQmVmZlL2KV0ro8EwmCJiTZuLLajE2jY1DQnbw6dcMcyzhynEKKVL2XRk5ehwJJPzY9iuFZPTsTCkkioll3ocmSIykTVjmw2vfcyVEjtpFbKcLuW0LgeVBEfOtsHK4L4r5XRtczq0VR2kU3QpU0kS1clqJ0PGax92rayU83O60KEodTHnKypSCraFYbtannOGpZSzUbnYzq5TSrRydtvJePFwzewkp4soRc0FF2SRloNmMbTN7Old1wzL2XAIpUhdzJQUIanCqDaN7bhuMGsEFVG1upSjKJWOc5xIo2bTPubKWTBWojqKcskliIQjR2GwbezFe64c1pxPGCt1MUWnWqdKTUoQ0UPXDmusSklRLrlIjoZixXI+2eZjrh+GpVAqF5zDWA6rIpGzKWN6fNc1hAoKUXUpojpEjVJFm2dG9mFXkqRDOsRywUeIpMjZdZwp518+XElOVAa52KIickykIyJBnfiYq0kkVepiCDrFkRK0meRs3d91PREKR7qYzpGjKJWNkhGWveeaIuQwl5s6jkWbas4eiRHS1ocdV5VUqy4miZQOrKNThoyc5tWr60qUdCloFFJKhoVtoZNefdiVdTa52FKlDlHRUYUmQsxnX2GtupSS56zIaRs0oyY++gqTS45yREWpQkLK2V1n6FKiaMqEcO7sEMW7rrTLLZTUQaVQTkPmtA/rxlIlTc6msAgR4T0PN1WqVEpJTnM+Tmp82G01ltNqdSgVi4XY0PHZr26qQ4nCUSuJIGdzdq9uK4mioI2wqY2cHtGHfcytpahUqqTUppzf5OXL20rlueNwOpidzOndcZ11KSWO0LMpYQbD2OO1tkuhiaNIkYIhxnK640rrYlJpYVKTs8OcX/bUlXaxCUmnqGMdJ8/MnH08uqWSSiUlcmRYTMSyx4ebaqkUFeS5BzGnT7dVC52FUs/DGiz29NJtXcVQRynlYOcYLB5f3VRLqBhEybImGGH3hyutCylLUschioIWzNm1XWuXOiUqp5Wied6dcD+Om6opJZGzC8ZOlsW6P3RTKQoqR6pDkbPRFu4PbuxJpRGHVOZ0Zgi7v7yxOtJIZS2NYIRh2HFjnY+ko5bCYE6X07qxOj2UJCIVxk5i3B9c610KIpKmJFiePdbjq6vtgqOQlBMpwzAWjlurUyqUHKqMwSTZQ7cX50pCKPPMOb0/uNq7lE3KaaIEYRhm7bjeLrYaSkFUGmIZtIduLlQIqaIwp7Om9uBGr1SCqFkjiq3jVjs904FyfilODld8F5dFK3SOtREP19zbwnYkosMwhnG48bMqRxNDDPebj0apwZrzdfsJpVjOj8MN/uon+TXegrPDGmtz+urtBgwGYx56O4JlrHGvw9sTWMaYB29n4MSoa6+3RRhy7e9tVcvV39uoW/42+ksu5GN+rN/sBvoTjvtF/DXfzZ9yA/0Zf9VXdxG/y/f0aTeQH+F3eLqAv+IH+4Pcwr/Xz/RJT291//sH+J3cxr/U9/bzfSNPb1Uf9rv9bH+RW/m3++a+pe/oq7h/Xq8JjU4++tOwniMs/9zf9Bf85495+erljcSf9Yvh6cV7X7zYMQgTLNPylr589fLlq1c30NlX7/nrPL72xpv3ZXneljU0saaRPqaPeXm8un1OH/D42mtvPBLWiOUtXnQ/MMerlw8vX3XrPPvxxZtPjzQnC0bWxLJYnrOXrx5ever2OX16eu3FfTm/LM/ZENM6c75XDw+vXnXrnD49vfZ012R55uQtb2INrVcPL4+HbpvTxxdPL+aZrTnfmqydyZDlmQ+9enU83DSnjy+eHu8IaxlyupxdsGCd0Hg4Hh6Ohxvm9Onx6Ym1PO9kPU87aedoGh6Oh4fjuFlOnx6fHj1zeQub0yajicVydh3Hw3EcN8rp4+PT48kzG61pWYvJshZWO2NBRw9Hx02C3Z/u92WZdmInp2tZ/u22juM46vY43f1p9zWyFmeWt7w9R0Mj1nQcHXVrnO7+eB+WBTsMjXbSIGtZ1vK8C6oHdVuc7n6/r9Fonjs7EyxM/s1XR90Up9t994ym0ZnTybObZ7fWaOdaa5Ej3RCn2+4LpoXl/MI61zlnc76gyWRVuhlO577FYj3H+YU5v848b56/tZbqVjjdNjK0RqbRmrNpNHqWxXrG8644boTTuWtO2+LM2cizQ2tCixidGVoLe7gVTtfdsmDBMoZ1hjkdjJzPGhqaVrfE6UymQZaIFkthCXJ2efbCgpvj/Dx/hOa0OW0Qa9BistgNc7pGJ3M6p7NYM/L+/n+/LAIAVlA4IBILAACwPQCdASoaAb4APpFGnkslo6KhozPaKLASCWMzq1+rPZlElXMyac07rkX0OcVjMi0Z/Yd1CE70/48dIn1rFFeTc2+eT0QeYB+n3S48w367/th71vo59AD+nf6D1qfUx9BT9o/TY9jv+w/9X9qPaZ9QD0AP//1l5EDz5r4rhXZHLl4Ncd/fh+d+ev/c+q1ne+uv/F7gf8z/svWV9C79TB+ljBJ66e306dCn1xe2Yx8AvsjrmvdLH+5hx2M8AOwobUsYIYRsnXoh+WCBUcGyA6kqzns0dc1gqntAA/jcVyoEHToU+LwsVOvra1Bn018i6CV4uldPaFvEXdJ7fTWbKRT1L/C/rIyVEjzBZzBkFWJutm22W0q/wDoaZx4YVI0+c1Un06dCass6SW/4MmFF2NNoI69X40UaNKTwxpp4JLBVGG1LGCTKry0/AWSh9+r0bKio8icMO668i1pfvY+Qp9coK0syse0nF8SAAA2vaRvIcgfPUMLY7WkR1egzaAD/GvY3yB06FPrjH1Nzin5DWws/WonTpVHAa16r77SBaEDwPyPksYJPXTt7MyV8eEoP6k78gop+SAJ2fYY4dUNeHFqlqOhtSxgi098Pl5Wq7BwP/+z1q1W6NSOlVbgnIxtTF64bFOmlEXy1q2y99iXChtSxgk+dE6AAAP7zwAAAAQ//VQ5thYoAM92OnvRPtZedat0B5aYeRxxH98USWdF4qt7Hflnxd0A3gToj/+W7X5CghMqc+gU9jNTObIRt894vbTHhtDLSky2h/Zxl0mjcfaWuXrOlCStPUZy00dCiHOb4GA6J4TJmW+lJQDZCAMMZa3gEciLKiXD5zWAFj/pOI/xB4KQp6q0EKV16rZwWEs1sVrDnjm5+LXAUXiV8bPcEXHm44TTnAFy7iuj4nncgKGPziE3nNMAwJUVI78osfZJvmqU3xHERR1DmurMG/SQ+eQmaBh2h6E+38hLfgf1DOm6Vh26BL0GKXILjd0UIRma4p7O+OV9RY7Hp5EHO//cffL93XbfO7Z6S8V9pcxMnmAAvFaGoFeF/i854V9HwRV68vYUV3viUw4mzqTUbbdkEiwBh/8skFC3DjYQ6pZYtz6W9oac5/jF6McL3q+jvTSqSSUg9kAyEFLsukOTZSy9UgYell+UFzfvfLHEaUtMxY6Xj6cufb+1+/8fl7wFplEsNDP140qPQ/F/Ohh5EcldMWgRacICKAxitKi++TqPK6bQoABM8elDmSs8TBrvSWvjeGkFNc75psNaw8MlD3FlTTqX6HxgA+I91R1ZROGbyyq7LpV2OsnYe20n3+MMwEbyPhenMOtLMskowvsosYrpPVmz5yVOLTtQC623Bh9V2u4C7hnqWN4kzlU4l4fpY5EP+84jyGRd/CFny0vY0XDFo5vATDUrzNrgN3SSiYu71+aNNdhyU/pVJJpOBMmYVh2CvebMTeRv4oFasMD8UiGNfDlRLIerfb4UKMDEnxGbDNtzXcrEn8453kJap4Vc23QTl5z31/+AXkazaww82oRcTW9Hf3XbckPTDuVu7k2xfrGKVIq5EoccXF/YUdffXYv4WocYohPtTGopuDkXwDPdTKC2Ahga/vPRZSkpwJRTkhQCmRS3jotcQcqoe49yds9UdGPjMIn9pjL5kuLQhXG0LuGgl9jHzR4zprpeEsY8Xlrbiz1bSD9HgMGNOKwLGf7Axn9RkppcZNQq9aKr1S7ljJXeyugMxF09aXzhOaQKb81WQNJpsxEzqg8Drki31FeQWQUnRCPiPheoqJJ/phqswt//qO1J9i8lkx5rVYFfar5BpesIvfj7/4w+0H351HK5dsAAGjNCQNndM0VhwPftBivlM4apmKkdOzDQeUhRIKji/laO+ELC8fzAHPTQm3zyS1T2bAvbaL5KMTarIYl/6LojokibVvJO6g6vadWyxa/VrTkfTe79e7XdgWMTrd4n8Lc7NoHoNy2ugJJZ6S4/QJBWm6VIpXYDD1VhXf3l76QpyVsBgPN0cJ1ijTHECAFSVTCUrERRKN/KbGSfB9EJnLviByn2LUOu3rf8dDYPnrf9di12RIdFAgAlg3vMXEL2f6k7LotjcmFexYv0e4302ZLx4q0+EbYnud04JBu8u5LAfT6nI35bLoQNmnnNaPKgm1s11G04aRKpSHGipXVfZLZ1/lbmZsJ0mqOkB6lHOajKzxKUYbazgCuwbLwh9DVvA3ClBtbJ2t9bugl27MNcsinVp7wWwwfhto7OFl7I+3tu7sg8qomLTnekfGVK1IjQkinS4Lst4/kgfjDNMDc9vjAZpyizLunWJAYWnLa0jEFs6A/sBM/fAJwI8XKlnEAbTYeNHbqAa1L1OpVc6+0lelkItUAFdzUdf8nOhOC3c9qTygjvgmHy06akg7Srik2rWV8Xp94D2VZgVjlsmbOmgd7YDDdyNIbb2orHYmVrLSvtMRMi2xsaAwmN6jye0LwhdPdiHxCS3hhCyXsAb2aBmT+TfJgy1anJrN+AThMWn3lVmoKcJknMZ8oi+oSWWKyHlaiMu0lfIy+b9jNZ7IDZW/cWo8zmVFJ7OI34ePRmuU9fjYnOR8V1zdLvqBNglAXlW4PAECD4yRtdF8rOK7N0k94IIoFD7f7WmY3RyNOCWZV+uBmJtJX8Dsp+bVe6WJXKPpp5RVmmWlvXdM1A/Ae+KQQfBNbjU1YxrIrNdTn8+M7EjHedZQLOgmgITIxd9ivAGyIMk/9JNiSHUcmhXA9vVkomYThKRP3D27zYlt7dmgyL4w2wmU52cNco4+Bw1BCEiF8zMB4t5XlWd/Mq38Mx9TCA/ocd8OFoMKU/zEgZlO4bgmwZFmYOHs2t8oSqcod6JlXGeRq2dLP/SioKSSNAU48cEYl0qDbZt5IeGy9TMNjiU38leM+C8oRgc28xJc7ckI/nTQTWX1bSabbbCT4oph/AA7FOLTZarcKrxqN4qy//5+bJ7UUI1KKLfyhBDeuOqEMKujBu+yLXNzUmx3man0psEC7Iq+MAXhKUvEYuts1EkIwltvJCGK1AEfTTDHbz+Pq6uHSt1PUxU5wERUUJFRuc9DxqQujmAwnP/k73U9iE2RHlKMmbBKkfrJUJDnZFAX6RdRJ+PJJtLduz4ZhYGx5h1VmMaRPwtCEC6cKqes+JIvgdpv8u/xYm/JqCWOaZDw79pTRMbT8Dah9Ux4rkwqFryu3p6P7XsYEzcgH4FKLhPAXhwySZgq3VRpjsC/CRWK35jNkZy+rB1iMABWtHSo3AAAPp43msiX1QJU3GiWA50DkFnKB+ow2EROx+Zw6dilZyEt/EBrjAS3j/w/Z99kTnYPX+51oEZ5qsirBZDk1zo9OnijJHboZu33fReZ2Be/i0FsT5whyoy59rzGaG90Ormp+4tP+kzM/JAFmq2V4mTmuqSVpfzRyqS81NoNmqcdCtt9gCDb53HcZBUDb/MXteyqFFpybkwwnsnWC8tKNGb/CzEeQtpgbksBWp/6VxS+AA2hAdWfNKazH/p4snH79oWydrA7uwt8OpBQn5JDm/4T+pQOOcW4e8kdA33hcbnUObkbxv5JfZ6k6z+sG7CgFAY0fMIMk7C28dcbGgOQciHZR+g1lGopcRD+NdsHLrFqDQmAga/x56lU+lItJ6BbrwHA+zAGj5MUz7rnHvvYxPJ33T1vI9yDVJMuumVpdTsl1fPqhaC4Nype5vNhTeNnn7XvcKgYbQkXPV4Tzmu7GHizF7cAmzy61Ndij0vQMOLgWCO4D6LH9BNwrFHYqAAAAAAAA==";
|
|
4546
4541
|
var Ri = { exports: {} };
|
|
4547
4542
|
(function(e, t) {
|
|
4548
4543
|
(function(n, r) {
|
|
4549
4544
|
e.exports = r();
|
|
4550
4545
|
})(ni, function() {
|
|
4551
|
-
var n = 1e3, r = 6e4, i = 36e5, s = "millisecond",
|
|
4546
|
+
var n = 1e3, r = 6e4, i = 36e5, s = "millisecond", u = "second", a = "minute", c = "hour", l = "day", f = "week", b = "month", y = "quarter", M = "year", E = "date", d = "Invalid Date", C = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, U = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(v) {
|
|
4552
4547
|
var _ = ["th", "st", "nd", "rd"], g = v % 100;
|
|
4553
4548
|
return "[" + v + (_[(g - 20) % 10] || _[g] || _[0]) + "]";
|
|
4554
|
-
} },
|
|
4549
|
+
} }, A = function(v, _, g) {
|
|
4555
4550
|
var x = String(v);
|
|
4556
4551
|
return !x || x.length >= _ ? v : "" + Array(_ + 1 - x.length).join(g) + v;
|
|
4557
|
-
}, H = { s:
|
|
4552
|
+
}, H = { s: A, z: function(v) {
|
|
4558
4553
|
var _ = -v.utcOffset(), g = Math.abs(_), x = Math.floor(g / 60), h = g % 60;
|
|
4559
|
-
return (_ <= 0 ? "+" : "-") +
|
|
4554
|
+
return (_ <= 0 ? "+" : "-") + A(x, 2, "0") + ":" + A(h, 2, "0");
|
|
4560
4555
|
}, m: function v(_, g) {
|
|
4561
4556
|
if (_.date() < g.date())
|
|
4562
4557
|
return -v(g, _);
|
|
@@ -4565,40 +4560,40 @@ var Ri = { exports: {} };
|
|
|
4565
4560
|
}, a: function(v) {
|
|
4566
4561
|
return v < 0 ? Math.ceil(v) || 0 : Math.floor(v);
|
|
4567
4562
|
}, p: function(v) {
|
|
4568
|
-
return { M: b, y: M, w: f, d:
|
|
4563
|
+
return { M: b, y: M, w: f, d: l, D: E, h: c, m: a, s: u, ms: s, Q: y }[v] || String(v || "").toLowerCase().replace(/s$/, "");
|
|
4569
4564
|
}, u: function(v) {
|
|
4570
4565
|
return v === void 0;
|
|
4571
|
-
} }, I = "en",
|
|
4572
|
-
|
|
4573
|
-
var
|
|
4574
|
-
return v instanceof ne || !(!v || !v[
|
|
4566
|
+
} }, I = "en", k = {};
|
|
4567
|
+
k[I] = U;
|
|
4568
|
+
var Y = "$isDayjsObject", V = function(v) {
|
|
4569
|
+
return v instanceof ne || !(!v || !v[Y]);
|
|
4575
4570
|
}, Q = function v(_, g, x) {
|
|
4576
4571
|
var h;
|
|
4577
4572
|
if (!_)
|
|
4578
4573
|
return I;
|
|
4579
4574
|
if (typeof _ == "string") {
|
|
4580
4575
|
var T = _.toLowerCase();
|
|
4581
|
-
|
|
4576
|
+
k[T] && (h = T), g && (k[T] = g, h = T);
|
|
4582
4577
|
var N = _.split("-");
|
|
4583
4578
|
if (!h && N.length > 1)
|
|
4584
4579
|
return v(N[0]);
|
|
4585
4580
|
} else {
|
|
4586
4581
|
var L = _.name;
|
|
4587
|
-
|
|
4582
|
+
k[L] = _, h = L;
|
|
4588
4583
|
}
|
|
4589
4584
|
return !x && h && (I = h), h || !x && I;
|
|
4590
|
-
},
|
|
4591
|
-
if (
|
|
4585
|
+
}, j = function(v, _) {
|
|
4586
|
+
if (V(v))
|
|
4592
4587
|
return v.clone();
|
|
4593
4588
|
var g = typeof _ == "object" ? _ : {};
|
|
4594
4589
|
return g.date = v, g.args = arguments, new ne(g);
|
|
4595
4590
|
}, O = H;
|
|
4596
|
-
O.l = Q, O.i =
|
|
4597
|
-
return
|
|
4591
|
+
O.l = Q, O.i = V, O.w = function(v, _) {
|
|
4592
|
+
return j(v, { locale: _.$L, utc: _.$u, x: _.$x, $offset: _.$offset });
|
|
4598
4593
|
};
|
|
4599
4594
|
var ne = function() {
|
|
4600
4595
|
function v(g) {
|
|
4601
|
-
this.$L = Q(g.locale, null, !0), this.parse(g), this.$x = this.$x || g.x || {}, this[
|
|
4596
|
+
this.$L = Q(g.locale, null, !0), this.parse(g), this.$x = this.$x || g.x || {}, this[Y] = !0;
|
|
4602
4597
|
}
|
|
4603
4598
|
var _ = v.prototype;
|
|
4604
4599
|
return _.parse = function(g) {
|
|
@@ -4613,8 +4608,8 @@ var Ri = { exports: {} };
|
|
|
4613
4608
|
if (typeof h == "string" && !/Z$/i.test(h)) {
|
|
4614
4609
|
var N = h.match(C);
|
|
4615
4610
|
if (N) {
|
|
4616
|
-
var L = N[2] - 1 || 0,
|
|
4617
|
-
return T ? new Date(Date.UTC(N[1], L, N[3] || 1, N[4] || 0, N[5] || 0, N[6] || 0,
|
|
4611
|
+
var L = N[2] - 1 || 0, z = (N[7] || "0").substring(0, 3);
|
|
4612
|
+
return T ? new Date(Date.UTC(N[1], L, N[3] || 1, N[4] || 0, N[5] || 0, N[6] || 0, z)) : new Date(N[1], L, N[3] || 1, N[4] || 0, N[5] || 0, N[6] || 0, z);
|
|
4618
4613
|
}
|
|
4619
4614
|
}
|
|
4620
4615
|
return new Date(h);
|
|
@@ -4627,12 +4622,12 @@ var Ri = { exports: {} };
|
|
|
4627
4622
|
}, _.isValid = function() {
|
|
4628
4623
|
return this.$d.toString() !== d;
|
|
4629
4624
|
}, _.isSame = function(g, x) {
|
|
4630
|
-
var h =
|
|
4625
|
+
var h = j(g);
|
|
4631
4626
|
return this.startOf(x) <= h && h <= this.endOf(x);
|
|
4632
4627
|
}, _.isAfter = function(g, x) {
|
|
4633
|
-
return
|
|
4628
|
+
return j(g) < this.startOf(x);
|
|
4634
4629
|
}, _.isBefore = function(g, x) {
|
|
4635
|
-
return this.endOf(x) <
|
|
4630
|
+
return this.endOf(x) < j(g);
|
|
4636
4631
|
}, _.$g = function(g, x, h) {
|
|
4637
4632
|
return O.u(g) ? this[x] : this.set(h, g);
|
|
4638
4633
|
}, _.unix = function() {
|
|
@@ -4642,10 +4637,10 @@ var Ri = { exports: {} };
|
|
|
4642
4637
|
}, _.startOf = function(g, x) {
|
|
4643
4638
|
var h = this, T = !!O.u(x) || x, N = O.p(g), L = function(_e, ie) {
|
|
4644
4639
|
var ye = O.w(h.$u ? Date.UTC(h.$y, ie, _e) : new Date(h.$y, ie, _e), h);
|
|
4645
|
-
return T ? ye : ye.endOf(
|
|
4646
|
-
},
|
|
4640
|
+
return T ? ye : ye.endOf(l);
|
|
4641
|
+
}, z = function(_e, ie) {
|
|
4647
4642
|
return O.w(h.toDate()[_e].apply(h.toDate("s"), (T ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ie)), h);
|
|
4648
|
-
}, R = this.$W, q = this.$M, m = this.$D,
|
|
4643
|
+
}, R = this.$W, q = this.$M, m = this.$D, F = "set" + (this.$u ? "UTC" : "");
|
|
4649
4644
|
switch (N) {
|
|
4650
4645
|
case M:
|
|
4651
4646
|
return T ? L(1, 0) : L(31, 11);
|
|
@@ -4654,27 +4649,27 @@ var Ri = { exports: {} };
|
|
|
4654
4649
|
case f:
|
|
4655
4650
|
var ee = this.$locale().weekStart || 0, K = (R < ee ? R + 7 : R) - ee;
|
|
4656
4651
|
return L(T ? m - K : m + (6 - K), q);
|
|
4657
|
-
case
|
|
4652
|
+
case l:
|
|
4658
4653
|
case E:
|
|
4659
|
-
return
|
|
4654
|
+
return z(F + "Hours", 0);
|
|
4660
4655
|
case c:
|
|
4661
|
-
return
|
|
4656
|
+
return z(F + "Minutes", 1);
|
|
4662
4657
|
case a:
|
|
4663
|
-
return
|
|
4664
|
-
case
|
|
4665
|
-
return
|
|
4658
|
+
return z(F + "Seconds", 2);
|
|
4659
|
+
case u:
|
|
4660
|
+
return z(F + "Milliseconds", 3);
|
|
4666
4661
|
default:
|
|
4667
4662
|
return this.clone();
|
|
4668
4663
|
}
|
|
4669
4664
|
}, _.endOf = function(g) {
|
|
4670
4665
|
return this.startOf(g, !1);
|
|
4671
4666
|
}, _.$set = function(g, x) {
|
|
4672
|
-
var h, T = O.p(g), N = "set" + (this.$u ? "UTC" : ""), L = (h = {}, h[
|
|
4667
|
+
var h, T = O.p(g), N = "set" + (this.$u ? "UTC" : ""), L = (h = {}, h[l] = N + "Date", h[E] = N + "Date", h[b] = N + "Month", h[M] = N + "FullYear", h[c] = N + "Hours", h[a] = N + "Minutes", h[u] = N + "Seconds", h[s] = N + "Milliseconds", h)[T], z = T === l ? this.$D + (x - this.$W) : x;
|
|
4673
4668
|
if (T === b || T === M) {
|
|
4674
4669
|
var R = this.clone().set(E, 1);
|
|
4675
|
-
R.$d[L](
|
|
4670
|
+
R.$d[L](z), R.init(), this.$d = R.set(E, Math.min(this.$D, R.daysInMonth())).$d;
|
|
4676
4671
|
} else
|
|
4677
|
-
L && this.$d[L](
|
|
4672
|
+
L && this.$d[L](z);
|
|
4678
4673
|
return this.init(), this;
|
|
4679
4674
|
}, _.set = function(g, x) {
|
|
4680
4675
|
return this.clone().$set(g, x);
|
|
@@ -4684,18 +4679,18 @@ var Ri = { exports: {} };
|
|
|
4684
4679
|
var h, T = this;
|
|
4685
4680
|
g = Number(g);
|
|
4686
4681
|
var N = O.p(x), L = function(q) {
|
|
4687
|
-
var m =
|
|
4682
|
+
var m = j(T);
|
|
4688
4683
|
return O.w(m.date(m.date() + Math.round(q * g)), T);
|
|
4689
4684
|
};
|
|
4690
4685
|
if (N === b)
|
|
4691
4686
|
return this.set(b, this.$M + g);
|
|
4692
4687
|
if (N === M)
|
|
4693
4688
|
return this.set(M, this.$y + g);
|
|
4694
|
-
if (N ===
|
|
4689
|
+
if (N === l)
|
|
4695
4690
|
return L(1);
|
|
4696
4691
|
if (N === f)
|
|
4697
4692
|
return L(7);
|
|
4698
|
-
var
|
|
4693
|
+
var z = (h = {}, h[a] = r, h[c] = i, h[u] = n, h)[N] || 1, R = this.$d.getTime() + g * z;
|
|
4699
4694
|
return O.w(R, this);
|
|
4700
4695
|
}, _.subtract = function(g, x) {
|
|
4701
4696
|
return this.add(-1 * g, x);
|
|
@@ -4703,15 +4698,15 @@ var Ri = { exports: {} };
|
|
|
4703
4698
|
var x = this, h = this.$locale();
|
|
4704
4699
|
if (!this.isValid())
|
|
4705
4700
|
return h.invalidDate || d;
|
|
4706
|
-
var T = g || "YYYY-MM-DDTHH:mm:ssZ", N = O.z(this), L = this.$H,
|
|
4707
|
-
return ie && (ie[ye] || ie(x, T)) || be[ye].slice(0,
|
|
4701
|
+
var T = g || "YYYY-MM-DDTHH:mm:ssZ", N = O.z(this), L = this.$H, z = this.$m, R = this.$M, q = h.weekdays, m = h.months, F = h.meridiem, ee = function(ie, ye, be, Ne) {
|
|
4702
|
+
return ie && (ie[ye] || ie(x, T)) || be[ye].slice(0, Ne);
|
|
4708
4703
|
}, K = function(ie) {
|
|
4709
4704
|
return O.s(L % 12 || 12, ie, "0");
|
|
4710
|
-
}, _e =
|
|
4711
|
-
var
|
|
4712
|
-
return be ?
|
|
4705
|
+
}, _e = F || function(ie, ye, be) {
|
|
4706
|
+
var Ne = ie < 12 ? "AM" : "PM";
|
|
4707
|
+
return be ? Ne.toLowerCase() : Ne;
|
|
4713
4708
|
};
|
|
4714
|
-
return T.replace(
|
|
4709
|
+
return T.replace(G, function(ie, ye) {
|
|
4715
4710
|
return ye || function(be) {
|
|
4716
4711
|
switch (be) {
|
|
4717
4712
|
case "YY":
|
|
@@ -4747,13 +4742,13 @@ var Ri = { exports: {} };
|
|
|
4747
4742
|
case "hh":
|
|
4748
4743
|
return K(2);
|
|
4749
4744
|
case "a":
|
|
4750
|
-
return _e(L,
|
|
4745
|
+
return _e(L, z, !0);
|
|
4751
4746
|
case "A":
|
|
4752
|
-
return _e(L,
|
|
4747
|
+
return _e(L, z, !1);
|
|
4753
4748
|
case "m":
|
|
4754
|
-
return String(
|
|
4749
|
+
return String(z);
|
|
4755
4750
|
case "mm":
|
|
4756
|
-
return O.s(
|
|
4751
|
+
return O.s(z, 2, "0");
|
|
4757
4752
|
case "s":
|
|
4758
4753
|
return String(x.$s);
|
|
4759
4754
|
case "ss":
|
|
@@ -4769,8 +4764,8 @@ var Ri = { exports: {} };
|
|
|
4769
4764
|
}, _.utcOffset = function() {
|
|
4770
4765
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
4771
4766
|
}, _.diff = function(g, x, h) {
|
|
4772
|
-
var T, N = this, L = O.p(x),
|
|
4773
|
-
return O.m(N,
|
|
4767
|
+
var T, N = this, L = O.p(x), z = j(g), R = (z.utcOffset() - this.utcOffset()) * r, q = this - z, m = function() {
|
|
4768
|
+
return O.m(N, z);
|
|
4774
4769
|
};
|
|
4775
4770
|
switch (L) {
|
|
4776
4771
|
case M:
|
|
@@ -4785,7 +4780,7 @@ var Ri = { exports: {} };
|
|
|
4785
4780
|
case f:
|
|
4786
4781
|
T = (q - R) / 6048e5;
|
|
4787
4782
|
break;
|
|
4788
|
-
case
|
|
4783
|
+
case l:
|
|
4789
4784
|
T = (q - R) / 864e5;
|
|
4790
4785
|
break;
|
|
4791
4786
|
case c:
|
|
@@ -4794,7 +4789,7 @@ var Ri = { exports: {} };
|
|
|
4794
4789
|
case a:
|
|
4795
4790
|
T = q / r;
|
|
4796
4791
|
break;
|
|
4797
|
-
case
|
|
4792
|
+
case u:
|
|
4798
4793
|
T = q / n;
|
|
4799
4794
|
break;
|
|
4800
4795
|
default:
|
|
@@ -4804,7 +4799,7 @@ var Ri = { exports: {} };
|
|
|
4804
4799
|
}, _.daysInMonth = function() {
|
|
4805
4800
|
return this.endOf(b).$D;
|
|
4806
4801
|
}, _.$locale = function() {
|
|
4807
|
-
return
|
|
4802
|
+
return k[this.$L];
|
|
4808
4803
|
}, _.locale = function(g, x) {
|
|
4809
4804
|
if (!g)
|
|
4810
4805
|
return this.$L;
|
|
@@ -4822,39 +4817,39 @@ var Ri = { exports: {} };
|
|
|
4822
4817
|
return this.$d.toUTCString();
|
|
4823
4818
|
}, v;
|
|
4824
4819
|
}(), he = ne.prototype;
|
|
4825
|
-
return
|
|
4820
|
+
return j.prototype = he, [["$ms", s], ["$s", u], ["$m", a], ["$H", c], ["$W", l], ["$M", b], ["$y", M], ["$D", E]].forEach(function(v) {
|
|
4826
4821
|
he[v[1]] = function(_) {
|
|
4827
4822
|
return this.$g(_, v[0], v[1]);
|
|
4828
4823
|
};
|
|
4829
|
-
}),
|
|
4830
|
-
return v.$i || (v(_, ne,
|
|
4831
|
-
},
|
|
4832
|
-
return
|
|
4833
|
-
},
|
|
4824
|
+
}), j.extend = function(v, _) {
|
|
4825
|
+
return v.$i || (v(_, ne, j), v.$i = !0), j;
|
|
4826
|
+
}, j.locale = Q, j.isDayjs = V, j.unix = function(v) {
|
|
4827
|
+
return j(1e3 * v);
|
|
4828
|
+
}, j.en = k[I], j.Ls = k, j.p = {}, j;
|
|
4834
4829
|
});
|
|
4835
4830
|
})(Ri);
|
|
4836
|
-
var
|
|
4837
|
-
const Dr = /* @__PURE__ */
|
|
4831
|
+
var La = Ri.exports;
|
|
4832
|
+
const Dr = /* @__PURE__ */ Pn(La);
|
|
4838
4833
|
var Pi = { exports: {} };
|
|
4839
4834
|
(function(e, t) {
|
|
4840
4835
|
(function(n, r) {
|
|
4841
4836
|
e.exports = r();
|
|
4842
4837
|
})(ni, function() {
|
|
4843
4838
|
var n = "minute", r = /[+-]\d\d(?::?\d\d)?/g, i = /([+-]|\d\d)/g;
|
|
4844
|
-
return function(s,
|
|
4845
|
-
var c =
|
|
4839
|
+
return function(s, u, a) {
|
|
4840
|
+
var c = u.prototype;
|
|
4846
4841
|
a.utc = function(d) {
|
|
4847
4842
|
var C = { date: d, utc: !0, args: arguments };
|
|
4848
|
-
return new
|
|
4843
|
+
return new u(C);
|
|
4849
4844
|
}, c.utc = function(d) {
|
|
4850
4845
|
var C = a(this.toDate(), { locale: this.$L, utc: !0 });
|
|
4851
4846
|
return d ? C.add(this.utcOffset(), n) : C;
|
|
4852
4847
|
}, c.local = function() {
|
|
4853
4848
|
return a(this.toDate(), { locale: this.$L, utc: !1 });
|
|
4854
4849
|
};
|
|
4855
|
-
var
|
|
4850
|
+
var l = c.parse;
|
|
4856
4851
|
c.parse = function(d) {
|
|
4857
|
-
d.utc && (this.$u = !0), this.$utils().u(d.$offset) || (this.$offset = d.$offset),
|
|
4852
|
+
d.utc && (this.$u = !0), this.$utils().u(d.$offset) || (this.$offset = d.$offset), l.call(this, d);
|
|
4858
4853
|
};
|
|
4859
4854
|
var f = c.init;
|
|
4860
4855
|
c.init = function() {
|
|
@@ -4866,27 +4861,27 @@ var Pi = { exports: {} };
|
|
|
4866
4861
|
};
|
|
4867
4862
|
var b = c.utcOffset;
|
|
4868
4863
|
c.utcOffset = function(d, C) {
|
|
4869
|
-
var
|
|
4870
|
-
if (
|
|
4871
|
-
return this.$u ? 0 :
|
|
4864
|
+
var G = this.$utils().u;
|
|
4865
|
+
if (G(d))
|
|
4866
|
+
return this.$u ? 0 : G(this.$offset) ? b.call(this) : this.$offset;
|
|
4872
4867
|
if (typeof d == "string" && (d = function(I) {
|
|
4873
4868
|
I === void 0 && (I = "");
|
|
4874
|
-
var
|
|
4875
|
-
if (!
|
|
4869
|
+
var k = I.match(r);
|
|
4870
|
+
if (!k)
|
|
4876
4871
|
return null;
|
|
4877
|
-
var
|
|
4878
|
-
return Q === 0 ? 0 :
|
|
4872
|
+
var Y = ("" + k[0]).match(i) || ["-", 0, 0], V = Y[0], Q = 60 * +Y[1] + +Y[2];
|
|
4873
|
+
return Q === 0 ? 0 : V === "+" ? Q : -Q;
|
|
4879
4874
|
}(d), d === null))
|
|
4880
4875
|
return this;
|
|
4881
|
-
var U = Math.abs(d) <= 16 ? 60 * d : d,
|
|
4876
|
+
var U = Math.abs(d) <= 16 ? 60 * d : d, A = this;
|
|
4882
4877
|
if (C)
|
|
4883
|
-
return
|
|
4878
|
+
return A.$offset = U, A.$u = d === 0, A;
|
|
4884
4879
|
if (d !== 0) {
|
|
4885
4880
|
var H = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
4886
|
-
(
|
|
4881
|
+
(A = this.local().add(U + H, n)).$offset = U, A.$x.$localOffset = H;
|
|
4887
4882
|
} else
|
|
4888
|
-
|
|
4889
|
-
return
|
|
4883
|
+
A = this.utc();
|
|
4884
|
+
return A;
|
|
4890
4885
|
};
|
|
4891
4886
|
var y = c.format;
|
|
4892
4887
|
c.format = function(d) {
|
|
@@ -4907,25 +4902,25 @@ var Pi = { exports: {} };
|
|
|
4907
4902
|
return d === "s" && this.$offset ? a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : M.call(this);
|
|
4908
4903
|
};
|
|
4909
4904
|
var E = c.diff;
|
|
4910
|
-
c.diff = function(d, C,
|
|
4905
|
+
c.diff = function(d, C, G) {
|
|
4911
4906
|
if (d && this.$u === d.$u)
|
|
4912
|
-
return E.call(this, d, C,
|
|
4913
|
-
var U = this.local(),
|
|
4914
|
-
return E.call(U,
|
|
4907
|
+
return E.call(this, d, C, G);
|
|
4908
|
+
var U = this.local(), A = a(d).local();
|
|
4909
|
+
return E.call(U, A, C, G);
|
|
4915
4910
|
};
|
|
4916
4911
|
};
|
|
4917
4912
|
});
|
|
4918
4913
|
})(Pi);
|
|
4919
|
-
var
|
|
4920
|
-
const
|
|
4921
|
-
let Br =
|
|
4922
|
-
function
|
|
4914
|
+
var Ha = Pi.exports;
|
|
4915
|
+
const Ra = /* @__PURE__ */ Pn(Ha);
|
|
4916
|
+
let Br = Et(null);
|
|
4917
|
+
function Pa(e, t) {
|
|
4923
4918
|
if (e) {
|
|
4924
4919
|
const n = document.createElement("style");
|
|
4925
4920
|
n.innerHTML = t, e.appendChild(n);
|
|
4926
4921
|
}
|
|
4927
4922
|
}
|
|
4928
|
-
function
|
|
4923
|
+
function Ia(e, t) {
|
|
4929
4924
|
const n = new URL(t);
|
|
4930
4925
|
fetch(n.href).then((r) => r.text()).then((r) => {
|
|
4931
4926
|
const i = document.createElement("style");
|
|
@@ -4934,7 +4929,7 @@ function Pa(e, t) {
|
|
|
4934
4929
|
console.error("There was an error while trying to load client styling from URL", r);
|
|
4935
4930
|
});
|
|
4936
4931
|
}
|
|
4937
|
-
function
|
|
4932
|
+
function Da(e, t, n) {
|
|
4938
4933
|
if (window.emMessageBus) {
|
|
4939
4934
|
const r = document.createElement("style");
|
|
4940
4935
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4942,43 +4937,43 @@ function Ia(e, t, n) {
|
|
|
4942
4937
|
});
|
|
4943
4938
|
}
|
|
4944
4939
|
}
|
|
4945
|
-
function
|
|
4940
|
+
function Ba(e) {
|
|
4946
4941
|
Xi(e, "svelte-1cb9n1l", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes loading-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.CashierSessionExpirationModalWindow{display:flex;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:5;top:0;left:0;background-color:var(--mmw--color-black-transparency-20, rgba(0, 0, 0, 0.2));container-type:inline-size;container-name:session-expiration-modal-window}.CashierSessionExpirationModalWrapper{background:var(--emw--color-white, #fff);border-radius:var(--emw--border-radius-medium, 4px);width:400px}.CashierSessionExpirationModalHeader{display:flex;align-items:center;position:relative;height:var(--mmw--header-height, 40px);background-color:var(--mmw--color-grey-10, rgba(17, 17, 17, 0.0666666667));width:100%;border-radius:var(--emw--border-radius-medium, 4px) var(--emw--border-radius-medium, 4px) 0 0}.CashierSessionExpirationModalHeaderTitle{display:flex;text-align:center;color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-semibold, 500);margin:auto;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis;line-height:calc(var(--emw--font-size-medium, 16px) + 2px)}.CashierSessionExpirationModalContainer{padding:var(--emw--spacing-large, 20px)}.CashierSessionExpirationModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;right:10px;padding:var(--emw--spacing-small-minus, 10px);border-radius:50%;color:var(--emw--color-white, #fff);background:var(--mmw--color-gray-transparency-85, rgba(255, 255, 255, 0.85));cursor:pointer;transition:all 150ms ease-in-out}.CashierSessionExpirationModalCloseBtn svg{width:32px;height:32px}.CashierSessionExpirationModalCloseBtn:hover{background:var(--emw--color-gray-transparency-20, rgba(255, 255, 255, 0.2))}.CashierSessionExpiration{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--emw--spacing-large, 20px)}.CashierSessionExpirationTitle{color:var(--emw--color-black, #000);font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-small, 14px);line-height:120%;text-align:center}.CashierSessionExpirationText{color:var(--mmw--color-grey-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:120%;text-align:center}.CashierSessionExpirationButton{display:flex;width:100%;height:36px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;color:var(--emw--color-white, #FFF);cursor:pointer;text-align:center;font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);line-height:36px;border-radius:var(--emw--border-radius-medium, 4px);background:var(--emw--color-primary, #7EC51E);border:none}.CashierSessionExpirationButton:hover{background:var(--mmw--color-main-button-hover, #71B11B)}.CashierSessionExpirationButton:active{background:var(--mmw--color-main-button-active, #5C950F)}.CashierSessionExpirationButton:disabled{background:var(--mmw--color-main-button-disabled, #5C950F)}.CashierSessionExpirationButtonText{font-size:var(--emw--font-size-medium, 16px);font-family:inherit}.CashierSessionExpirationButtonSpinner{animation:loading-spinner 1s linear infinite}@container session-expiration-modal-window (max-width:750px){.CashierSessionExpirationModalWindow .CashierSessionExpirationModalWrapper{width:90%;max-width:400px}}");
|
|
4947
4942
|
}
|
|
4948
|
-
const
|
|
4943
|
+
const Ua = (e) => ({}), Ur = (e) => ({}), ka = (e) => ({}), kr = (e) => ({}), Fa = (e) => ({}), Fr = (e) => ({}), Ga = (e) => ({}), Gr = (e) => ({ class: "CashierSessionExpirationIcon" });
|
|
4949
4944
|
function $r(e) {
|
|
4950
|
-
let t, n, r, i, s,
|
|
4945
|
+
let t, n, r, i, s, u = (
|
|
4951
4946
|
/*$_*/
|
|
4952
4947
|
e[8]("sessionExpirationHeader") + ""
|
|
4953
|
-
), a, c,
|
|
4954
|
-
const
|
|
4948
|
+
), a, c, l, f, b, y, M, E, d, C, G, U, A, H, I;
|
|
4949
|
+
const k = (
|
|
4955
4950
|
/*#slots*/
|
|
4956
4951
|
e[22].icon
|
|
4957
|
-
),
|
|
4958
|
-
|
|
4952
|
+
), Y = Lt(
|
|
4953
|
+
k,
|
|
4959
4954
|
e,
|
|
4960
4955
|
/*$$scope*/
|
|
4961
4956
|
e[21],
|
|
4962
4957
|
Gr
|
|
4963
|
-
),
|
|
4958
|
+
), V = Y || za(e), Q = (
|
|
4964
4959
|
/*#slots*/
|
|
4965
4960
|
e[22].title
|
|
4966
|
-
),
|
|
4961
|
+
), j = Lt(
|
|
4967
4962
|
Q,
|
|
4968
4963
|
e,
|
|
4969
4964
|
/*$$scope*/
|
|
4970
4965
|
e[21],
|
|
4971
4966
|
Fr
|
|
4972
|
-
), O =
|
|
4967
|
+
), O = j || Wa(e), ne = (
|
|
4973
4968
|
/*#slots*/
|
|
4974
4969
|
e[22].text
|
|
4975
|
-
), he =
|
|
4970
|
+
), he = Lt(
|
|
4976
4971
|
ne,
|
|
4977
4972
|
e,
|
|
4978
4973
|
/*$$scope*/
|
|
4979
4974
|
e[21],
|
|
4980
4975
|
kr
|
|
4981
|
-
), v = he ||
|
|
4976
|
+
), v = he || Va(e), _ = [Ya, Xa], g = [];
|
|
4982
4977
|
function x(h, T) {
|
|
4983
4978
|
return (
|
|
4984
4979
|
/*showLoaderButton*/
|
|
@@ -4987,25 +4982,25 @@ function $r(e) {
|
|
|
4987
4982
|
}
|
|
4988
4983
|
return d = x(e), C = g[d] = _[d](e), {
|
|
4989
4984
|
c() {
|
|
4990
|
-
t = te("div"), n = te("div"), r = te("div"), i = te("div"), s = te("div"), a =
|
|
4991
|
-
e[6],
|
|
4985
|
+
t = te("div"), n = te("div"), r = te("div"), i = te("div"), s = te("div"), a = Ke(u), c = ht(), l = te("div"), f = te("div"), V && V.c(), b = ht(), O && O.c(), y = ht(), v && v.c(), M = ht(), E = te("button"), C.c(), $(s, "class", "CashierSessionExpirationModalHeaderTitle"), $(i, "class", "CashierSessionExpirationModalHeader"), $(E, "type", "button"), E.disabled = /*showLoaderButton*/
|
|
4986
|
+
e[6], $(E, "class", "CashierSessionExpirationButton"), $(f, "class", "CashierSessionExpiration"), $(l, "class", "CashierSessionExpirationModalContainer"), $(r, "class", "CashierSessionExpirationModalWrapper"), $(n, "class", "CashierSessionExpirationModalWindow"), $(n, "id", "CashierSessionExpirationModal"), Ye(() => (
|
|
4992
4987
|
/*div5_elementresize_handler*/
|
|
4993
4988
|
e[24].call(n)
|
|
4994
4989
|
));
|
|
4995
4990
|
},
|
|
4996
4991
|
m(h, T) {
|
|
4997
|
-
|
|
4992
|
+
we(h, t, T), J(t, n), J(n, r), J(r, i), J(i, s), J(s, a), J(r, c), J(r, l), J(l, f), V && V.m(f, null), J(f, b), O && O.m(f, null), J(f, y), v && v.m(f, null), J(f, M), J(f, E), g[d].m(E, null), e[23](f), G = Ji(
|
|
4998
4993
|
n,
|
|
4999
4994
|
/*div5_elementresize_handler*/
|
|
5000
4995
|
e[24].bind(n)
|
|
5001
|
-
), e[25](t),
|
|
5002
|
-
|
|
4996
|
+
), e[25](t), A = !0, H || (I = [
|
|
4997
|
+
Ft(
|
|
5003
4998
|
E,
|
|
5004
4999
|
"click",
|
|
5005
5000
|
/*renewSession*/
|
|
5006
5001
|
e[9]
|
|
5007
5002
|
),
|
|
5008
|
-
|
|
5003
|
+
Ft(
|
|
5009
5004
|
n,
|
|
5010
5005
|
"click",
|
|
5011
5006
|
/*outOfModalClick*/
|
|
@@ -5014,100 +5009,100 @@ function $r(e) {
|
|
|
5014
5009
|
], H = !0);
|
|
5015
5010
|
},
|
|
5016
5011
|
p(h, T) {
|
|
5017
|
-
e = h, (!
|
|
5018
|
-
256) &&
|
|
5019
|
-
e[8]("sessionExpirationHeader") + "") &&
|
|
5020
|
-
2097152) &&
|
|
5021
|
-
|
|
5022
|
-
|
|
5012
|
+
e = h, (!A || T[0] & /*$_*/
|
|
5013
|
+
256) && u !== (u = /*$_*/
|
|
5014
|
+
e[8]("sessionExpirationHeader") + "") && Zt(a, u), Y ? Y.p && (!A || T[0] & /*$$scope*/
|
|
5015
|
+
2097152) && Rt(
|
|
5016
|
+
Y,
|
|
5017
|
+
k,
|
|
5023
5018
|
e,
|
|
5024
5019
|
/*$$scope*/
|
|
5025
5020
|
e[21],
|
|
5026
|
-
|
|
5027
|
-
|
|
5021
|
+
A ? Ht(
|
|
5022
|
+
k,
|
|
5028
5023
|
/*$$scope*/
|
|
5029
5024
|
e[21],
|
|
5030
5025
|
T,
|
|
5031
|
-
|
|
5032
|
-
) :
|
|
5026
|
+
Ga
|
|
5027
|
+
) : Pt(
|
|
5033
5028
|
/*$$scope*/
|
|
5034
5029
|
e[21]
|
|
5035
5030
|
),
|
|
5036
5031
|
Gr
|
|
5037
|
-
) :
|
|
5038
|
-
8) &&
|
|
5039
|
-
2097152) &&
|
|
5040
|
-
|
|
5032
|
+
) : V && V.p && (!A || T[0] & /*assetsurl*/
|
|
5033
|
+
8) && V.p(e, A ? T : [-1, -1]), j ? j.p && (!A || T[0] & /*$$scope*/
|
|
5034
|
+
2097152) && Rt(
|
|
5035
|
+
j,
|
|
5041
5036
|
Q,
|
|
5042
5037
|
e,
|
|
5043
5038
|
/*$$scope*/
|
|
5044
5039
|
e[21],
|
|
5045
|
-
|
|
5040
|
+
A ? Ht(
|
|
5046
5041
|
Q,
|
|
5047
5042
|
/*$$scope*/
|
|
5048
5043
|
e[21],
|
|
5049
5044
|
T,
|
|
5050
|
-
|
|
5051
|
-
) :
|
|
5045
|
+
Fa
|
|
5046
|
+
) : Pt(
|
|
5052
5047
|
/*$$scope*/
|
|
5053
5048
|
e[21]
|
|
5054
5049
|
),
|
|
5055
5050
|
Fr
|
|
5056
|
-
) : O && O.p && (!
|
|
5057
|
-
256) && O.p(e,
|
|
5058
|
-
2097152) &&
|
|
5051
|
+
) : O && O.p && (!A || T[0] & /*$_*/
|
|
5052
|
+
256) && O.p(e, A ? T : [-1, -1]), he ? he.p && (!A || T[0] & /*$$scope*/
|
|
5053
|
+
2097152) && Rt(
|
|
5059
5054
|
he,
|
|
5060
5055
|
ne,
|
|
5061
5056
|
e,
|
|
5062
5057
|
/*$$scope*/
|
|
5063
5058
|
e[21],
|
|
5064
|
-
|
|
5059
|
+
A ? Ht(
|
|
5065
5060
|
ne,
|
|
5066
5061
|
/*$$scope*/
|
|
5067
5062
|
e[21],
|
|
5068
5063
|
T,
|
|
5069
|
-
|
|
5070
|
-
) :
|
|
5064
|
+
ka
|
|
5065
|
+
) : Pt(
|
|
5071
5066
|
/*$$scope*/
|
|
5072
5067
|
e[21]
|
|
5073
5068
|
),
|
|
5074
5069
|
kr
|
|
5075
|
-
) : v && v.p && (!
|
|
5076
|
-
384) && v.p(e,
|
|
5070
|
+
) : v && v.p && (!A || T[0] & /*$_, timeLeft*/
|
|
5071
|
+
384) && v.p(e, A ? T : [-1, -1]);
|
|
5077
5072
|
let N = d;
|
|
5078
|
-
d = x(e), d === N ? g[d].p(e, T) : (Kr(),
|
|
5073
|
+
d = x(e), d === N ? g[d].p(e, T) : (Kr(), Le(g[N], 1, 1, () => {
|
|
5079
5074
|
g[N] = null;
|
|
5080
|
-
}), ei(), C = g[d], C ? C.p(e, T) : (C = g[d] = _[d](e), C.c()),
|
|
5075
|
+
}), ei(), C = g[d], C ? C.p(e, T) : (C = g[d] = _[d](e), C.c()), Se(C, 1), C.m(E, null)), (!A || T[0] & /*showLoaderButton*/
|
|
5081
5076
|
64) && (E.disabled = /*showLoaderButton*/
|
|
5082
5077
|
e[6]);
|
|
5083
5078
|
},
|
|
5084
5079
|
i(h) {
|
|
5085
|
-
|
|
5086
|
-
|
|
5080
|
+
A || (Se(V, h), Se(O, h), Se(v, h), Se(C), h && Ye(() => {
|
|
5081
|
+
A && (U || (U = lr(n, cr, { duration: (
|
|
5087
5082
|
/*duration*/
|
|
5088
5083
|
e[2]
|
|
5089
5084
|
) }, !0)), U.run(1));
|
|
5090
|
-
}),
|
|
5085
|
+
}), A = !0);
|
|
5091
5086
|
},
|
|
5092
5087
|
o(h) {
|
|
5093
|
-
|
|
5088
|
+
Le(V, h), Le(O, h), Le(v, h), Le(C), h && (U || (U = lr(n, cr, { duration: (
|
|
5094
5089
|
/*duration*/
|
|
5095
5090
|
e[2]
|
|
5096
|
-
) }, !1)), U.run(0)),
|
|
5091
|
+
) }, !1)), U.run(0)), A = !1;
|
|
5097
5092
|
},
|
|
5098
5093
|
d(h) {
|
|
5099
|
-
h && ge(t),
|
|
5094
|
+
h && ge(t), V && V.d(h), O && O.d(h), v && v.d(h), g[d].d(), e[23](null), G(), h && U && U.end(), e[25](null), H = !1, Re(I);
|
|
5100
5095
|
}
|
|
5101
5096
|
};
|
|
5102
5097
|
}
|
|
5103
|
-
function
|
|
5098
|
+
function $a(e) {
|
|
5104
5099
|
let t, n;
|
|
5105
5100
|
return {
|
|
5106
5101
|
c() {
|
|
5107
|
-
t = te("img"),
|
|
5102
|
+
t = te("img"), yn(t.src, n = Na) || $(t, "src", n), $(t, "width", "300px"), $(t, "alt", "error");
|
|
5108
5103
|
},
|
|
5109
5104
|
m(r, i) {
|
|
5110
|
-
|
|
5105
|
+
we(r, t, i);
|
|
5111
5106
|
},
|
|
5112
5107
|
p: de,
|
|
5113
5108
|
d(r) {
|
|
@@ -5115,32 +5110,32 @@ function Ga(e) {
|
|
|
5115
5110
|
}
|
|
5116
5111
|
};
|
|
5117
5112
|
}
|
|
5118
|
-
function
|
|
5113
|
+
function ja(e) {
|
|
5119
5114
|
let t, n;
|
|
5120
5115
|
return {
|
|
5121
5116
|
c() {
|
|
5122
|
-
t = te("img"),
|
|
5123
|
-
e[3]}/set-timeout-icon.png`) ||
|
|
5117
|
+
t = te("img"), yn(t.src, n = `${/*assetsurl*/
|
|
5118
|
+
e[3]}/set-timeout-icon.png`) || $(t, "src", n), $(t, "width", "300px"), $(t, "alt", "error");
|
|
5124
5119
|
},
|
|
5125
5120
|
m(r, i) {
|
|
5126
|
-
|
|
5121
|
+
we(r, t, i);
|
|
5127
5122
|
},
|
|
5128
5123
|
p(r, i) {
|
|
5129
5124
|
i[0] & /*assetsurl*/
|
|
5130
|
-
8 && !
|
|
5131
|
-
r[3]}/set-timeout-icon.png`) &&
|
|
5125
|
+
8 && !yn(t.src, n = `${/*assetsurl*/
|
|
5126
|
+
r[3]}/set-timeout-icon.png`) && $(t, "src", n);
|
|
5132
5127
|
},
|
|
5133
5128
|
d(r) {
|
|
5134
5129
|
r && ge(t);
|
|
5135
5130
|
}
|
|
5136
5131
|
};
|
|
5137
5132
|
}
|
|
5138
|
-
function
|
|
5133
|
+
function za(e) {
|
|
5139
5134
|
let t;
|
|
5140
|
-
function n(s,
|
|
5135
|
+
function n(s, u) {
|
|
5141
5136
|
return (
|
|
5142
5137
|
/*assetsurl*/
|
|
5143
|
-
s[3] ?
|
|
5138
|
+
s[3] ? ja : $a
|
|
5144
5139
|
);
|
|
5145
5140
|
}
|
|
5146
5141
|
let r = n(e), i = r(e);
|
|
@@ -5148,40 +5143,40 @@ function ja(e) {
|
|
|
5148
5143
|
c() {
|
|
5149
5144
|
i.c(), t = Jr();
|
|
5150
5145
|
},
|
|
5151
|
-
m(s,
|
|
5152
|
-
i.m(s,
|
|
5146
|
+
m(s, u) {
|
|
5147
|
+
i.m(s, u), we(s, t, u);
|
|
5153
5148
|
},
|
|
5154
|
-
p(s,
|
|
5155
|
-
r === (r = n(s)) && i ? i.p(s,
|
|
5149
|
+
p(s, u) {
|
|
5150
|
+
r === (r = n(s)) && i ? i.p(s, u) : (i.d(1), i = r(s), i && (i.c(), i.m(t.parentNode, t)));
|
|
5156
5151
|
},
|
|
5157
5152
|
d(s) {
|
|
5158
5153
|
s && ge(t), i.d(s);
|
|
5159
5154
|
}
|
|
5160
5155
|
};
|
|
5161
5156
|
}
|
|
5162
|
-
function
|
|
5157
|
+
function Wa(e) {
|
|
5163
5158
|
let t, n = (
|
|
5164
5159
|
/*$_*/
|
|
5165
5160
|
e[8]("sessionExpirationTitle") + ""
|
|
5166
5161
|
), r;
|
|
5167
5162
|
return {
|
|
5168
5163
|
c() {
|
|
5169
|
-
t = te("span"), r =
|
|
5164
|
+
t = te("span"), r = Ke(n), $(t, "class", "CashierSessionExpirationTitle");
|
|
5170
5165
|
},
|
|
5171
5166
|
m(i, s) {
|
|
5172
|
-
|
|
5167
|
+
we(i, t, s), J(t, r);
|
|
5173
5168
|
},
|
|
5174
5169
|
p(i, s) {
|
|
5175
5170
|
s[0] & /*$_*/
|
|
5176
5171
|
256 && n !== (n = /*$_*/
|
|
5177
|
-
i[8]("sessionExpirationTitle") + "") &&
|
|
5172
|
+
i[8]("sessionExpirationTitle") + "") && Zt(r, n);
|
|
5178
5173
|
},
|
|
5179
5174
|
d(i) {
|
|
5180
5175
|
i && ge(t);
|
|
5181
5176
|
}
|
|
5182
5177
|
};
|
|
5183
5178
|
}
|
|
5184
|
-
function
|
|
5179
|
+
function Va(e) {
|
|
5185
5180
|
let t, n = Ir.sanitize(
|
|
5186
5181
|
/*$_*/
|
|
5187
5182
|
e[8]("sessionExpirationGeneralText", { values: { second: (
|
|
@@ -5191,10 +5186,10 @@ function Wa(e) {
|
|
|
5191
5186
|
) + "";
|
|
5192
5187
|
return {
|
|
5193
5188
|
c() {
|
|
5194
|
-
t = te("span"),
|
|
5189
|
+
t = te("span"), $(t, "class", "CashierSessionExpirationText");
|
|
5195
5190
|
},
|
|
5196
5191
|
m(r, i) {
|
|
5197
|
-
|
|
5192
|
+
we(r, t, i), t.innerHTML = n;
|
|
5198
5193
|
},
|
|
5199
5194
|
p(r, i) {
|
|
5200
5195
|
i[0] & /*$_, timeLeft*/
|
|
@@ -5211,74 +5206,74 @@ function Wa(e) {
|
|
|
5211
5206
|
}
|
|
5212
5207
|
};
|
|
5213
5208
|
}
|
|
5214
|
-
function
|
|
5209
|
+
function Xa(e) {
|
|
5215
5210
|
let t;
|
|
5216
5211
|
const n = (
|
|
5217
5212
|
/*#slots*/
|
|
5218
5213
|
e[22].button
|
|
5219
|
-
), r =
|
|
5214
|
+
), r = Lt(
|
|
5220
5215
|
n,
|
|
5221
5216
|
e,
|
|
5222
5217
|
/*$$scope*/
|
|
5223
5218
|
e[21],
|
|
5224
5219
|
Ur
|
|
5225
|
-
), i = r ||
|
|
5220
|
+
), i = r || Za(e);
|
|
5226
5221
|
return {
|
|
5227
5222
|
c() {
|
|
5228
5223
|
i && i.c();
|
|
5229
5224
|
},
|
|
5230
|
-
m(s,
|
|
5231
|
-
i && i.m(s,
|
|
5225
|
+
m(s, u) {
|
|
5226
|
+
i && i.m(s, u), t = !0;
|
|
5232
5227
|
},
|
|
5233
|
-
p(s,
|
|
5234
|
-
r ? r.p && (!t ||
|
|
5235
|
-
2097152) &&
|
|
5228
|
+
p(s, u) {
|
|
5229
|
+
r ? r.p && (!t || u[0] & /*$$scope*/
|
|
5230
|
+
2097152) && Rt(
|
|
5236
5231
|
r,
|
|
5237
5232
|
n,
|
|
5238
5233
|
s,
|
|
5239
5234
|
/*$$scope*/
|
|
5240
5235
|
s[21],
|
|
5241
|
-
t ?
|
|
5236
|
+
t ? Ht(
|
|
5242
5237
|
n,
|
|
5243
5238
|
/*$$scope*/
|
|
5244
5239
|
s[21],
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
) :
|
|
5240
|
+
u,
|
|
5241
|
+
Ua
|
|
5242
|
+
) : Pt(
|
|
5248
5243
|
/*$$scope*/
|
|
5249
5244
|
s[21]
|
|
5250
5245
|
),
|
|
5251
5246
|
Ur
|
|
5252
|
-
) : i && i.p && (!t ||
|
|
5253
|
-
256) && i.p(s, t ?
|
|
5247
|
+
) : i && i.p && (!t || u[0] & /*$_*/
|
|
5248
|
+
256) && i.p(s, t ? u : [-1, -1]);
|
|
5254
5249
|
},
|
|
5255
5250
|
i(s) {
|
|
5256
|
-
t || (
|
|
5251
|
+
t || (Se(i, s), t = !0);
|
|
5257
5252
|
},
|
|
5258
5253
|
o(s) {
|
|
5259
|
-
|
|
5254
|
+
Le(i, s), t = !1;
|
|
5260
5255
|
},
|
|
5261
5256
|
d(s) {
|
|
5262
5257
|
i && i.d(s);
|
|
5263
5258
|
}
|
|
5264
5259
|
};
|
|
5265
5260
|
}
|
|
5266
|
-
function
|
|
5267
|
-
let t, n, r, i, s,
|
|
5261
|
+
function Ya(e) {
|
|
5262
|
+
let t, n, r, i, s, u = (
|
|
5268
5263
|
/*$_*/
|
|
5269
5264
|
e[8]("sessionExpirationLoadingButton") + ""
|
|
5270
5265
|
), a;
|
|
5271
5266
|
return {
|
|
5272
5267
|
c() {
|
|
5273
|
-
t = te("div"), n = or("svg"), r = or("path"), i =
|
|
5268
|
+
t = te("div"), n = or("svg"), r = or("path"), i = ht(), s = te("span"), a = Ke(u), $(r, "d", "M14.0282 6.58425C13.9037 4.05374 12.3688 1.68916 10.0872 0.61058C7.59818 -0.509483 4.56986 -0.0531603 2.49567 1.68916C0.504443 3.34851 -0.408201 6.04496 0.172573 8.57547C0.711862 11.0645 2.6616 13.0972 5.10915 13.7609C8.0545 14.5906 10.7509 13.1802 12.4103 10.7741C10.9169 12.7653 8.63527 14.0928 6.10476 13.6365C3.57424 13.1802 1.50005 11.2719 0.919281 8.78289C0.297024 6.12793 1.54154 3.34851 3.90612 1.97955C6.35366 0.569097 9.79682 1.10839 11.4147 3.51445C11.8295 4.09522 12.1199 4.80045 12.2444 5.50567C12.3688 6.08644 12.3273 6.7087 12.4103 7.28947C12.4933 7.82876 12.9496 8.53399 13.5718 8.16063C14.1111 7.82876 14.0696 7.12354 14.0282 6.58425C14.0696 6.87464 14.0282 6.41831 14.0282 6.58425Z"), $(r, "fill", "white"), $(n, "class", "CashierSessionExpirationButtonSpinner"), $(n, "xmlns", "http://www.w3.org/2000/svg"), $(n, "width", "15"), $(n, "height", "14"), $(n, "viewBox", "0 0 15 14"), $(n, "fill", "none"), $(s, "class", "CashierSessionExpirationButtonText");
|
|
5274
5269
|
},
|
|
5275
|
-
m(c,
|
|
5276
|
-
|
|
5270
|
+
m(c, l) {
|
|
5271
|
+
we(c, t, l), J(t, n), J(n, r), J(t, i), J(t, s), J(s, a);
|
|
5277
5272
|
},
|
|
5278
|
-
p(c,
|
|
5279
|
-
|
|
5280
|
-
256 &&
|
|
5281
|
-
c[8]("sessionExpirationLoadingButton") + "") &&
|
|
5273
|
+
p(c, l) {
|
|
5274
|
+
l[0] & /*$_*/
|
|
5275
|
+
256 && u !== (u = /*$_*/
|
|
5276
|
+
c[8]("sessionExpirationLoadingButton") + "") && Zt(a, u);
|
|
5282
5277
|
},
|
|
5283
5278
|
i: de,
|
|
5284
5279
|
o: de,
|
|
@@ -5287,29 +5282,29 @@ function Xa(e) {
|
|
|
5287
5282
|
}
|
|
5288
5283
|
};
|
|
5289
5284
|
}
|
|
5290
|
-
function
|
|
5285
|
+
function Za(e) {
|
|
5291
5286
|
let t, n = (
|
|
5292
5287
|
/*$_*/
|
|
5293
5288
|
e[8]("sessionExpirationGeneralButton") + ""
|
|
5294
5289
|
), r;
|
|
5295
5290
|
return {
|
|
5296
5291
|
c() {
|
|
5297
|
-
t = te("span"), r =
|
|
5292
|
+
t = te("span"), r = Ke(n), $(t, "class", "CashierSessionExpirationButtonText");
|
|
5298
5293
|
},
|
|
5299
5294
|
m(i, s) {
|
|
5300
|
-
|
|
5295
|
+
we(i, t, s), J(t, r);
|
|
5301
5296
|
},
|
|
5302
5297
|
p(i, s) {
|
|
5303
5298
|
s[0] & /*$_*/
|
|
5304
5299
|
256 && n !== (n = /*$_*/
|
|
5305
|
-
i[8]("sessionExpirationGeneralButton") + "") &&
|
|
5300
|
+
i[8]("sessionExpirationGeneralButton") + "") && Zt(r, n);
|
|
5306
5301
|
},
|
|
5307
5302
|
d(i) {
|
|
5308
5303
|
i && ge(t);
|
|
5309
5304
|
}
|
|
5310
5305
|
};
|
|
5311
5306
|
}
|
|
5312
|
-
function
|
|
5307
|
+
function qa(e) {
|
|
5313
5308
|
let t, n, r = (
|
|
5314
5309
|
/*show*/
|
|
5315
5310
|
e[5] && $r(e)
|
|
@@ -5319,39 +5314,39 @@ function Za(e) {
|
|
|
5319
5314
|
r && r.c(), t = Jr();
|
|
5320
5315
|
},
|
|
5321
5316
|
m(i, s) {
|
|
5322
|
-
r && r.m(i, s),
|
|
5317
|
+
r && r.m(i, s), we(i, t, s), n = !0;
|
|
5323
5318
|
},
|
|
5324
5319
|
p(i, s) {
|
|
5325
5320
|
/*show*/
|
|
5326
5321
|
i[5] ? r ? (r.p(i, s), s[0] & /*show*/
|
|
5327
|
-
32 &&
|
|
5322
|
+
32 && Se(r, 1)) : (r = $r(i), r.c(), Se(r, 1), r.m(t.parentNode, t)) : r && (Kr(), Le(r, 1, 1, () => {
|
|
5328
5323
|
r = null;
|
|
5329
5324
|
}), ei());
|
|
5330
5325
|
},
|
|
5331
5326
|
i(i) {
|
|
5332
|
-
n || (
|
|
5327
|
+
n || (Se(r), n = !0);
|
|
5333
5328
|
},
|
|
5334
5329
|
o(i) {
|
|
5335
|
-
|
|
5330
|
+
Le(r), n = !1;
|
|
5336
5331
|
},
|
|
5337
5332
|
d(i) {
|
|
5338
5333
|
i && ge(t), r && r.d(i);
|
|
5339
5334
|
}
|
|
5340
5335
|
};
|
|
5341
5336
|
}
|
|
5342
|
-
const
|
|
5343
|
-
function
|
|
5337
|
+
const Ja = 90;
|
|
5338
|
+
function Qa(e, t, n) {
|
|
5344
5339
|
let r, i;
|
|
5345
5340
|
sr(e, Br, (m) => n(20, r = m)), sr(e, la, (m) => n(8, i = m));
|
|
5346
|
-
let { $$slots: s = {}, $$scope:
|
|
5347
|
-
Dr.extend(
|
|
5348
|
-
let { clientstyling: a = "" } = t, { clientstylingurl: c = "" } = t, { width:
|
|
5341
|
+
let { $$slots: s = {}, $$scope: u } = t;
|
|
5342
|
+
Dr.extend(Ra);
|
|
5343
|
+
let { clientstyling: a = "" } = t, { clientstylingurl: c = "" } = t, { width: l } = t, { height: f } = t, { duration: b = 200 } = t, { assetsurl: y = "" } = t, { lang: M = "en" } = t, { translationurl: E = "" } = t, { endpoint: d } = t, { currency: C } = t, { customerid: G } = t, { selectedpaymentmethodname: U } = t, { mbsource: A = "" } = t, H, I = !1, k = !1, Y, V, Q, j, O;
|
|
5349
5344
|
var ne;
|
|
5350
5345
|
(function(m) {
|
|
5351
5346
|
m.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", m.Success = "Success", m.JwtTokenError = "JwtTokenError";
|
|
5352
5347
|
})(ne || (ne = {}));
|
|
5353
5348
|
const he = (m) => {
|
|
5354
|
-
m.data.type === "StartSessionCountdown" && (
|
|
5349
|
+
m.data.type === "StartSessionCountdown" && (j = m.data.paymentMethodName);
|
|
5355
5350
|
}, v = (m) => {
|
|
5356
5351
|
try {
|
|
5357
5352
|
return JSON.parse(atob(m.split(".")[1]));
|
|
@@ -5368,27 +5363,27 @@ function Ja(e, t, n) {
|
|
|
5368
5363
|
);
|
|
5369
5364
|
}, g = (m) => {
|
|
5370
5365
|
n(5, I = !1);
|
|
5371
|
-
const
|
|
5372
|
-
|
|
5366
|
+
const F = v(m);
|
|
5367
|
+
F && (V = F?.exp, n(7, Y = V), Q && clearInterval(Q), Q = setInterval(
|
|
5373
5368
|
() => {
|
|
5374
5369
|
const ee = Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3);
|
|
5375
|
-
n(7,
|
|
5370
|
+
n(7, Y = V - ee), Y <= Ja && n(5, I = !0), ee >= V && (x(), window.postMessage({ type: "SessionExpired" }, window.location.href));
|
|
5376
5371
|
},
|
|
5377
5372
|
1e3
|
|
5378
5373
|
));
|
|
5379
5374
|
}, x = () => {
|
|
5380
|
-
n(7,
|
|
5375
|
+
n(7, Y = 0), n(5, I = !1), clearInterval(Q);
|
|
5381
5376
|
}, h = () => {
|
|
5382
|
-
if (
|
|
5377
|
+
if (k)
|
|
5383
5378
|
return;
|
|
5384
|
-
const m = new URL(`${d}/v1/player/${
|
|
5385
|
-
n(6,
|
|
5379
|
+
const m = new URL(`${d}/v1/player/${G}/payment/GetPaymentMethod`), F = new Headers();
|
|
5380
|
+
n(6, k = !0), F.append("accept", "application/json"), F.append("Content-Type", "application/json"), F.append("X-Client-Request-Timestamp", Dr.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
|
|
5386
5381
|
const ee = {
|
|
5387
5382
|
method: "POST",
|
|
5388
5383
|
mode: "cors",
|
|
5389
|
-
headers:
|
|
5384
|
+
headers: F,
|
|
5390
5385
|
body: JSON.stringify({
|
|
5391
|
-
PaymentMethodName:
|
|
5386
|
+
PaymentMethodName: j || U,
|
|
5392
5387
|
Currency: C,
|
|
5393
5388
|
XPaymentSessionToken: r
|
|
5394
5389
|
})
|
|
@@ -5413,62 +5408,62 @@ function Ja(e, t, n) {
|
|
|
5413
5408
|
return;
|
|
5414
5409
|
}
|
|
5415
5410
|
K.XPaymentSessionToken && Br.set(K.XPaymentSessionToken);
|
|
5416
|
-
}).finally(() => n(6,
|
|
5411
|
+
}).finally(() => n(6, k = !1));
|
|
5417
5412
|
}, T = (m) => {
|
|
5418
|
-
const
|
|
5419
|
-
m.target ===
|
|
5413
|
+
const F = m.currentTarget;
|
|
5414
|
+
m.target === F && h();
|
|
5420
5415
|
}, N = () => {
|
|
5421
|
-
fetch(E).then((
|
|
5422
|
-
Object.keys(
|
|
5423
|
-
|
|
5416
|
+
fetch(E).then((F) => F.json()).then((F) => {
|
|
5417
|
+
Object.keys(F).forEach((ee) => {
|
|
5418
|
+
Ar(ee, F[ee]);
|
|
5424
5419
|
});
|
|
5425
|
-
}).catch((
|
|
5426
|
-
console.log(
|
|
5420
|
+
}).catch((F) => {
|
|
5421
|
+
console.log(F);
|
|
5427
5422
|
});
|
|
5428
5423
|
};
|
|
5429
5424
|
Object.keys(wr).forEach((m) => {
|
|
5430
|
-
|
|
5425
|
+
Ar(m, wr[m]);
|
|
5431
5426
|
});
|
|
5432
5427
|
const L = () => {
|
|
5433
|
-
|
|
5428
|
+
ca(M);
|
|
5434
5429
|
};
|
|
5435
5430
|
is(() => (window.addEventListener("message", he, !1), () => {
|
|
5436
5431
|
window.removeEventListener("message", he);
|
|
5437
5432
|
})), ss(() => {
|
|
5438
5433
|
clearInterval(Q);
|
|
5439
5434
|
});
|
|
5440
|
-
function
|
|
5441
|
-
|
|
5435
|
+
function z(m) {
|
|
5436
|
+
jt[m ? "unshift" : "push"](() => {
|
|
5442
5437
|
H = m, n(4, H);
|
|
5443
5438
|
});
|
|
5444
5439
|
}
|
|
5445
5440
|
function R() {
|
|
5446
|
-
|
|
5441
|
+
l = this.clientWidth, f = this.clientHeight, n(0, l), n(1, f);
|
|
5447
5442
|
}
|
|
5448
5443
|
function q(m) {
|
|
5449
|
-
|
|
5444
|
+
jt[m ? "unshift" : "push"](() => {
|
|
5450
5445
|
H = m, n(4, H);
|
|
5451
5446
|
});
|
|
5452
5447
|
}
|
|
5453
5448
|
return e.$$set = (m) => {
|
|
5454
|
-
"clientstyling" in m && n(11, a = m.clientstyling), "clientstylingurl" in m && n(12, c = m.clientstylingurl), "width" in m && n(0,
|
|
5449
|
+
"clientstyling" in m && n(11, a = m.clientstyling), "clientstylingurl" in m && n(12, c = m.clientstylingurl), "width" in m && n(0, l = m.width), "height" in m && n(1, f = m.height), "duration" in m && n(2, b = m.duration), "assetsurl" in m && n(3, y = m.assetsurl), "lang" in m && n(13, M = m.lang), "translationurl" in m && n(14, E = m.translationurl), "endpoint" in m && n(15, d = m.endpoint), "currency" in m && n(16, C = m.currency), "customerid" in m && n(17, G = m.customerid), "selectedpaymentmethodname" in m && n(18, U = m.selectedpaymentmethodname), "mbsource" in m && n(19, A = m.mbsource), "$$scope" in m && n(21, u = m.$$scope);
|
|
5455
5450
|
}, e.$$.update = () => {
|
|
5456
5451
|
e.$$.dirty[0] & /*$xPaymentSessionToken*/
|
|
5457
5452
|
1048576 && g(r), e.$$.dirty[0] & /*lang*/
|
|
5458
5453
|
8192 && M && L(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
5459
|
-
2064 && a && H &&
|
|
5460
|
-
4112 && c && H &&
|
|
5461
|
-
524304 &&
|
|
5454
|
+
2064 && a && H && Pa(H, a), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
5455
|
+
4112 && c && H && Ia(H, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
5456
|
+
524304 && A && H && Da(H, `${A}.Style`), e.$$.dirty[0] & /*translationurl*/
|
|
5462
5457
|
16384 && E && N();
|
|
5463
5458
|
}, [
|
|
5464
|
-
|
|
5459
|
+
l,
|
|
5465
5460
|
f,
|
|
5466
5461
|
b,
|
|
5467
5462
|
y,
|
|
5468
5463
|
H,
|
|
5469
5464
|
I,
|
|
5470
|
-
|
|
5471
|
-
|
|
5465
|
+
k,
|
|
5466
|
+
Y,
|
|
5472
5467
|
i,
|
|
5473
5468
|
h,
|
|
5474
5469
|
T,
|
|
@@ -5478,24 +5473,24 @@ function Ja(e, t, n) {
|
|
|
5478
5473
|
E,
|
|
5479
5474
|
d,
|
|
5480
5475
|
C,
|
|
5481
|
-
|
|
5476
|
+
G,
|
|
5482
5477
|
U,
|
|
5483
|
-
|
|
5478
|
+
A,
|
|
5484
5479
|
r,
|
|
5485
|
-
|
|
5480
|
+
u,
|
|
5486
5481
|
s,
|
|
5487
|
-
|
|
5482
|
+
z,
|
|
5488
5483
|
R,
|
|
5489
5484
|
q
|
|
5490
5485
|
];
|
|
5491
5486
|
}
|
|
5492
|
-
class
|
|
5487
|
+
class Ka extends bs {
|
|
5493
5488
|
constructor(t) {
|
|
5494
5489
|
super(), ps(
|
|
5495
5490
|
this,
|
|
5496
5491
|
t,
|
|
5497
|
-
|
|
5498
|
-
|
|
5492
|
+
Qa,
|
|
5493
|
+
qa,
|
|
5499
5494
|
Wr,
|
|
5500
5495
|
{
|
|
5501
5496
|
clientstyling: 11,
|
|
@@ -5512,7 +5507,7 @@ class Qa extends bs {
|
|
|
5512
5507
|
selectedpaymentmethodname: 18,
|
|
5513
5508
|
mbsource: 19
|
|
5514
5509
|
},
|
|
5515
|
-
|
|
5510
|
+
Ba,
|
|
5516
5511
|
[-1, -1]
|
|
5517
5512
|
);
|
|
5518
5513
|
}
|
|
@@ -5520,82 +5515,82 @@ class Qa extends bs {
|
|
|
5520
5515
|
return this.$$.ctx[11];
|
|
5521
5516
|
}
|
|
5522
5517
|
set clientstyling(t) {
|
|
5523
|
-
this.$$set({ clientstyling: t }),
|
|
5518
|
+
this.$$set({ clientstyling: t }), le();
|
|
5524
5519
|
}
|
|
5525
5520
|
get clientstylingurl() {
|
|
5526
5521
|
return this.$$.ctx[12];
|
|
5527
5522
|
}
|
|
5528
5523
|
set clientstylingurl(t) {
|
|
5529
|
-
this.$$set({ clientstylingurl: t }),
|
|
5524
|
+
this.$$set({ clientstylingurl: t }), le();
|
|
5530
5525
|
}
|
|
5531
5526
|
get width() {
|
|
5532
5527
|
return this.$$.ctx[0];
|
|
5533
5528
|
}
|
|
5534
5529
|
set width(t) {
|
|
5535
|
-
this.$$set({ width: t }),
|
|
5530
|
+
this.$$set({ width: t }), le();
|
|
5536
5531
|
}
|
|
5537
5532
|
get height() {
|
|
5538
5533
|
return this.$$.ctx[1];
|
|
5539
5534
|
}
|
|
5540
5535
|
set height(t) {
|
|
5541
|
-
this.$$set({ height: t }),
|
|
5536
|
+
this.$$set({ height: t }), le();
|
|
5542
5537
|
}
|
|
5543
5538
|
get duration() {
|
|
5544
5539
|
return this.$$.ctx[2];
|
|
5545
5540
|
}
|
|
5546
5541
|
set duration(t) {
|
|
5547
|
-
this.$$set({ duration: t }),
|
|
5542
|
+
this.$$set({ duration: t }), le();
|
|
5548
5543
|
}
|
|
5549
5544
|
get assetsurl() {
|
|
5550
5545
|
return this.$$.ctx[3];
|
|
5551
5546
|
}
|
|
5552
5547
|
set assetsurl(t) {
|
|
5553
|
-
this.$$set({ assetsurl: t }),
|
|
5548
|
+
this.$$set({ assetsurl: t }), le();
|
|
5554
5549
|
}
|
|
5555
5550
|
get lang() {
|
|
5556
5551
|
return this.$$.ctx[13];
|
|
5557
5552
|
}
|
|
5558
5553
|
set lang(t) {
|
|
5559
|
-
this.$$set({ lang: t }),
|
|
5554
|
+
this.$$set({ lang: t }), le();
|
|
5560
5555
|
}
|
|
5561
5556
|
get translationurl() {
|
|
5562
5557
|
return this.$$.ctx[14];
|
|
5563
5558
|
}
|
|
5564
5559
|
set translationurl(t) {
|
|
5565
|
-
this.$$set({ translationurl: t }),
|
|
5560
|
+
this.$$set({ translationurl: t }), le();
|
|
5566
5561
|
}
|
|
5567
5562
|
get endpoint() {
|
|
5568
5563
|
return this.$$.ctx[15];
|
|
5569
5564
|
}
|
|
5570
5565
|
set endpoint(t) {
|
|
5571
|
-
this.$$set({ endpoint: t }),
|
|
5566
|
+
this.$$set({ endpoint: t }), le();
|
|
5572
5567
|
}
|
|
5573
5568
|
get currency() {
|
|
5574
5569
|
return this.$$.ctx[16];
|
|
5575
5570
|
}
|
|
5576
5571
|
set currency(t) {
|
|
5577
|
-
this.$$set({ currency: t }),
|
|
5572
|
+
this.$$set({ currency: t }), le();
|
|
5578
5573
|
}
|
|
5579
5574
|
get customerid() {
|
|
5580
5575
|
return this.$$.ctx[17];
|
|
5581
5576
|
}
|
|
5582
5577
|
set customerid(t) {
|
|
5583
|
-
this.$$set({ customerid: t }),
|
|
5578
|
+
this.$$set({ customerid: t }), le();
|
|
5584
5579
|
}
|
|
5585
5580
|
get selectedpaymentmethodname() {
|
|
5586
5581
|
return this.$$.ctx[18];
|
|
5587
5582
|
}
|
|
5588
5583
|
set selectedpaymentmethodname(t) {
|
|
5589
|
-
this.$$set({ selectedpaymentmethodname: t }),
|
|
5584
|
+
this.$$set({ selectedpaymentmethodname: t }), le();
|
|
5590
5585
|
}
|
|
5591
5586
|
get mbsource() {
|
|
5592
5587
|
return this.$$.ctx[19];
|
|
5593
5588
|
}
|
|
5594
5589
|
set mbsource(t) {
|
|
5595
|
-
this.$$set({ mbsource: t }),
|
|
5590
|
+
this.$$set({ mbsource: t }), le();
|
|
5596
5591
|
}
|
|
5597
5592
|
}
|
|
5598
|
-
gs(
|
|
5593
|
+
gs(Ka, { clientstyling: {}, clientstylingurl: {}, width: {}, height: {}, duration: {}, assetsurl: {}, lang: {}, translationurl: {}, endpoint: {}, currency: {}, customerid: {}, selectedpaymentmethodname: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
5599
5594
|
export {
|
|
5600
|
-
|
|
5595
|
+
Ka as C
|
|
5601
5596
|
};
|