@everymatrix/cashier-iframe-redirect 1.62.0 → 1.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CashierHeader-EK8KBBon.js → CashierHeader-BU2XhOB-.js} +714 -710
- package/components/CashierHeader-CIf8LriI.cjs +5 -0
- package/components/{CashierHeader-BuDZZ8rP.js → CashierHeader-wVdCRyGA.js} +738 -734
- package/components/{CashierIframeRedirect-Ardd2Dpu.js → CashierIframeRedirect-CblFjtQp.js} +11 -11
- package/components/{CashierIframeRedirect-Bwp81Q_x.cjs → CashierIframeRedirect-DpXCNuw0.cjs} +1 -1
- package/components/{CashierIframeRedirect-BmHmV7tA.js → CashierIframeRedirect-R5EJQQx7.js} +13 -13
- package/components/{CashierSpinner-fcS8Yneb.cjs → CashierSpinner-B04y6Buh.cjs} +1 -1
- package/components/{CashierSpinner-Bd0C8ypP.js → CashierSpinner-CNQtcaOm.js} +7 -7
- package/components/{CashierSpinner-CWdntBnB.js → CashierSpinner-Cx8mG885.js} +7 -7
- package/es2015/cashier-iframe-redirect.cjs +1 -1
- package/es2015/cashier-iframe-redirect.js +1 -1
- package/esnext/cashier-iframe-redirect.js +1 -1
- package/package.json +1 -1
- package/components/CashierHeader-C142j1-7.cjs +0 -18
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
var
|
|
1
|
+
var ur = Object.defineProperty, hr = Object.defineProperties;
|
|
2
2
|
var lr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Ye = Object.getOwnPropertySymbols;
|
|
4
4
|
var fr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var He = (e, t, r) => t in e ? ur(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
fr.call(t, r) &&
|
|
7
|
+
fr.call(t, r) && He(e, r, t[r]);
|
|
8
8
|
if (Ye)
|
|
9
9
|
for (var r of Ye(t))
|
|
10
|
-
cr.call(t, r) &&
|
|
10
|
+
cr.call(t, r) && He(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
}, et = (e, t) =>
|
|
13
|
-
var B = (e, t, r) => (
|
|
12
|
+
}, et = (e, t) => hr(e, lr(t));
|
|
13
|
+
var B = (e, t, r) => (He(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var tt = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var s = (l) => {
|
|
16
16
|
try {
|
|
17
17
|
o(r.next(l));
|
|
18
|
-
} catch (
|
|
19
|
-
i(
|
|
18
|
+
} catch (u) {
|
|
19
|
+
i(u);
|
|
20
20
|
}
|
|
21
21
|
}, a = (l) => {
|
|
22
22
|
try {
|
|
23
23
|
o(r.throw(l));
|
|
24
|
-
} catch (
|
|
25
|
-
i(
|
|
24
|
+
} catch (u) {
|
|
25
|
+
i(u);
|
|
26
26
|
}
|
|
27
27
|
}, o = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(s, a);
|
|
28
28
|
o((r = r.apply(e, t)).next());
|
|
@@ -43,20 +43,20 @@ function wt(e) {
|
|
|
43
43
|
function rt() {
|
|
44
44
|
return /* @__PURE__ */ Object.create(null);
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function ne(e) {
|
|
47
47
|
e.forEach(wt);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function ze(e) {
|
|
50
50
|
return typeof e == "function";
|
|
51
51
|
}
|
|
52
52
|
function St(e, t) {
|
|
53
53
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
54
54
|
}
|
|
55
|
-
let
|
|
56
|
-
function
|
|
57
|
-
return e === t ? !0 : (
|
|
55
|
+
let ae;
|
|
56
|
+
function Ri(e, t) {
|
|
57
|
+
return e === t ? !0 : (ae || (ae = document.createElement("a")), ae.href = t, e === ae.href);
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function pr(e) {
|
|
60
60
|
return Object.keys(e).length === 0;
|
|
61
61
|
}
|
|
62
62
|
function At(e, ...t) {
|
|
@@ -68,19 +68,19 @@ function At(e, ...t) {
|
|
|
68
68
|
const r = e.subscribe(...t);
|
|
69
69
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
70
70
|
}
|
|
71
|
-
function
|
|
71
|
+
function dr(e, t, r) {
|
|
72
72
|
e.$$.on_destroy.push(At(t, r));
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function Be(e, t, r, n) {
|
|
75
75
|
if (e) {
|
|
76
|
-
const i =
|
|
76
|
+
const i = Ot(e, t, r, n);
|
|
77
77
|
return e[0](i);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function Ot(e, t, r, n) {
|
|
81
81
|
return e[1] && n ? mr(r.ctx.slice(), e[1](n(t))) : r.ctx;
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function Te(e, t, r, n) {
|
|
84
84
|
if (e[2] && n) {
|
|
85
85
|
const i = e[2](n(r));
|
|
86
86
|
if (t.dirty === void 0)
|
|
@@ -95,13 +95,13 @@ function He(e, t, r, n) {
|
|
|
95
95
|
}
|
|
96
96
|
return t.dirty;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function we(e, t, r, n, i, s) {
|
|
99
99
|
if (i) {
|
|
100
|
-
const a =
|
|
100
|
+
const a = Ot(t, r, n, s);
|
|
101
101
|
e.p(a, i);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function Se(e) {
|
|
105
105
|
if (e.ctx.length > 32) {
|
|
106
106
|
const t = [], r = e.ctx.length / 32;
|
|
107
107
|
for (let n = 0; n < r; n++)
|
|
@@ -110,13 +110,13 @@ function Te(e) {
|
|
|
110
110
|
}
|
|
111
111
|
return -1;
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function pe(e, t) {
|
|
114
114
|
e.appendChild(t);
|
|
115
115
|
}
|
|
116
116
|
function br(e, t, r) {
|
|
117
117
|
const n = gr(e);
|
|
118
118
|
if (!n.getElementById(t)) {
|
|
119
|
-
const i =
|
|
119
|
+
const i = Z("style");
|
|
120
120
|
i.id = t, i.textContent = r, _r(n, i);
|
|
121
121
|
}
|
|
122
122
|
}
|
|
@@ -131,48 +131,48 @@ function gr(e) {
|
|
|
131
131
|
) : e.ownerDocument;
|
|
132
132
|
}
|
|
133
133
|
function _r(e, t) {
|
|
134
|
-
return
|
|
134
|
+
return pe(
|
|
135
135
|
/** @type {Document} */
|
|
136
136
|
e.head || e,
|
|
137
137
|
t
|
|
138
138
|
), t.sheet;
|
|
139
139
|
}
|
|
140
|
-
function
|
|
140
|
+
function $(e, t, r) {
|
|
141
141
|
e.insertBefore(t, r || null);
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function L(e) {
|
|
144
144
|
e.parentNode && e.parentNode.removeChild(e);
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function Z(e) {
|
|
147
147
|
return document.createElement(e);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function Ze(e) {
|
|
150
150
|
return document.createTextNode(e);
|
|
151
151
|
}
|
|
152
152
|
function nt() {
|
|
153
|
-
return
|
|
153
|
+
return Ze(" ");
|
|
154
154
|
}
|
|
155
|
-
function
|
|
156
|
-
return
|
|
155
|
+
function Ct() {
|
|
156
|
+
return Ze("");
|
|
157
157
|
}
|
|
158
158
|
function Pt(e, t, r, n) {
|
|
159
159
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function Q(e, t, r) {
|
|
162
162
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function Ui(e, t, r) {
|
|
165
165
|
const n = t.toLowerCase();
|
|
166
|
-
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r :
|
|
166
|
+
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : Q(e, t, r);
|
|
167
167
|
}
|
|
168
168
|
function yr(e) {
|
|
169
169
|
return Array.from(e.childNodes);
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function Er(e, t) {
|
|
172
172
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
173
173
|
t);
|
|
174
174
|
}
|
|
175
|
-
function
|
|
175
|
+
function xr(e) {
|
|
176
176
|
const t = {};
|
|
177
177
|
return e.childNodes.forEach(
|
|
178
178
|
/** @param {Element} node */
|
|
@@ -181,64 +181,64 @@ function Er(e) {
|
|
|
181
181
|
}
|
|
182
182
|
), t;
|
|
183
183
|
}
|
|
184
|
-
let
|
|
185
|
-
function
|
|
186
|
-
|
|
184
|
+
let Qe;
|
|
185
|
+
function ee(e) {
|
|
186
|
+
Qe = e;
|
|
187
187
|
}
|
|
188
|
-
const
|
|
189
|
-
let
|
|
188
|
+
const j = [], $e = [];
|
|
189
|
+
let k = [];
|
|
190
190
|
const it = [], vr = /* @__PURE__ */ Promise.resolve();
|
|
191
|
-
let
|
|
191
|
+
let Re = !1;
|
|
192
192
|
function Hr() {
|
|
193
|
-
|
|
193
|
+
Re || (Re = !0, vr.then(O));
|
|
194
194
|
}
|
|
195
|
-
function
|
|
196
|
-
|
|
195
|
+
function Ue(e) {
|
|
196
|
+
k.push(e);
|
|
197
197
|
}
|
|
198
|
-
const
|
|
199
|
-
let
|
|
200
|
-
function
|
|
201
|
-
if (
|
|
198
|
+
const Ae = /* @__PURE__ */ new Set();
|
|
199
|
+
let G = 0;
|
|
200
|
+
function O() {
|
|
201
|
+
if (G !== 0)
|
|
202
202
|
return;
|
|
203
|
-
const e =
|
|
203
|
+
const e = Qe;
|
|
204
204
|
do {
|
|
205
205
|
try {
|
|
206
|
-
for (;
|
|
207
|
-
const t =
|
|
208
|
-
|
|
206
|
+
for (; G < j.length; ) {
|
|
207
|
+
const t = j[G];
|
|
208
|
+
G++, ee(t), Br(t.$$);
|
|
209
209
|
}
|
|
210
210
|
} catch (t) {
|
|
211
|
-
throw
|
|
211
|
+
throw j.length = 0, G = 0, t;
|
|
212
212
|
}
|
|
213
|
-
for (
|
|
214
|
-
|
|
215
|
-
for (let t = 0; t <
|
|
216
|
-
const r =
|
|
217
|
-
|
|
213
|
+
for (ee(null), j.length = 0, G = 0; $e.length; )
|
|
214
|
+
$e.pop()();
|
|
215
|
+
for (let t = 0; t < k.length; t += 1) {
|
|
216
|
+
const r = k[t];
|
|
217
|
+
Ae.has(r) || (Ae.add(r), r());
|
|
218
218
|
}
|
|
219
|
-
|
|
220
|
-
} while (
|
|
219
|
+
k.length = 0;
|
|
220
|
+
} while (j.length);
|
|
221
221
|
for (; it.length; )
|
|
222
222
|
it.pop()();
|
|
223
|
-
|
|
223
|
+
Re = !1, Ae.clear(), ee(e);
|
|
224
224
|
}
|
|
225
225
|
function Br(e) {
|
|
226
226
|
if (e.fragment !== null) {
|
|
227
|
-
e.update(),
|
|
227
|
+
e.update(), ne(e.before_update);
|
|
228
228
|
const t = e.dirty;
|
|
229
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
229
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ue);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
function Tr(e) {
|
|
233
233
|
const t = [], r = [];
|
|
234
|
-
|
|
234
|
+
k.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), k = t;
|
|
235
235
|
}
|
|
236
236
|
const he = /* @__PURE__ */ new Set();
|
|
237
237
|
let wr;
|
|
238
|
-
function
|
|
238
|
+
function le(e, t) {
|
|
239
239
|
e && e.i && (he.delete(e), e.i(t));
|
|
240
240
|
}
|
|
241
|
-
function
|
|
241
|
+
function Oe(e, t, r, n) {
|
|
242
242
|
if (e && e.o) {
|
|
243
243
|
if (he.has(e))
|
|
244
244
|
return;
|
|
@@ -249,22 +249,22 @@ function Se(e, t, r, n) {
|
|
|
249
249
|
}
|
|
250
250
|
function Sr(e, t, r) {
|
|
251
251
|
const { fragment: n, after_update: i } = e.$$;
|
|
252
|
-
n && n.m(t, r),
|
|
253
|
-
const s = e.$$.on_mount.map(wt).filter(
|
|
254
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
255
|
-
}), i.forEach(
|
|
252
|
+
n && n.m(t, r), Ue(() => {
|
|
253
|
+
const s = e.$$.on_mount.map(wt).filter(ze);
|
|
254
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ne(s), e.$$.on_mount = [];
|
|
255
|
+
}), i.forEach(Ue);
|
|
256
256
|
}
|
|
257
257
|
function Ar(e, t) {
|
|
258
258
|
const r = e.$$;
|
|
259
|
-
r.fragment !== null && (Tr(r.after_update),
|
|
259
|
+
r.fragment !== null && (Tr(r.after_update), ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
e.$$.dirty[0] === -1 && (
|
|
261
|
+
function Or(e, t) {
|
|
262
|
+
e.$$.dirty[0] === -1 && (j.push(e), Hr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
263
263
|
}
|
|
264
|
-
function
|
|
265
|
-
const l =
|
|
266
|
-
|
|
267
|
-
const
|
|
264
|
+
function Cr(e, t, r, n, i, s, a = null, o = [-1]) {
|
|
265
|
+
const l = Qe;
|
|
266
|
+
ee(e);
|
|
267
|
+
const u = e.$$ = {
|
|
268
268
|
fragment: null,
|
|
269
269
|
ctx: [],
|
|
270
270
|
// state
|
|
@@ -285,20 +285,20 @@ function Or(e, t, r, n, i, s, a = null, o = [-1]) {
|
|
|
285
285
|
skip_bound: !1,
|
|
286
286
|
root: t.target || l.$$.root
|
|
287
287
|
};
|
|
288
|
-
a && a(
|
|
289
|
-
let
|
|
290
|
-
if (
|
|
291
|
-
const m =
|
|
292
|
-
return
|
|
293
|
-
}) : [],
|
|
288
|
+
a && a(u.root);
|
|
289
|
+
let h = !1;
|
|
290
|
+
if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
|
|
291
|
+
const m = p.length ? p[0] : c;
|
|
292
|
+
return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), h && Or(e, f)), c;
|
|
293
|
+
}) : [], u.update(), h = !0, ne(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
294
294
|
if (t.hydrate) {
|
|
295
295
|
const f = yr(t.target);
|
|
296
|
-
|
|
296
|
+
u.fragment && u.fragment.l(f), f.forEach(L);
|
|
297
297
|
} else
|
|
298
|
-
|
|
299
|
-
t.intro &&
|
|
298
|
+
u.fragment && u.fragment.c();
|
|
299
|
+
t.intro && le(e.$$.fragment), Sr(e, t.target, t.anchor), O();
|
|
300
300
|
}
|
|
301
|
-
|
|
301
|
+
ee(l);
|
|
302
302
|
}
|
|
303
303
|
let Lt;
|
|
304
304
|
typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
@@ -345,29 +345,29 @@ typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
|
345
345
|
let a;
|
|
346
346
|
return {
|
|
347
347
|
c: function() {
|
|
348
|
-
a =
|
|
348
|
+
a = Z("slot"), s !== "default" && Q(a, "name", s);
|
|
349
349
|
},
|
|
350
350
|
/**
|
|
351
351
|
* @param {HTMLElement} target
|
|
352
352
|
* @param {HTMLElement} [anchor]
|
|
353
353
|
*/
|
|
354
|
-
m: function(
|
|
355
|
-
|
|
354
|
+
m: function(u, h) {
|
|
355
|
+
$(u, a, h);
|
|
356
356
|
},
|
|
357
|
-
d: function(
|
|
358
|
-
|
|
357
|
+
d: function(u) {
|
|
358
|
+
u && L(a);
|
|
359
359
|
}
|
|
360
360
|
};
|
|
361
361
|
};
|
|
362
362
|
};
|
|
363
363
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
364
364
|
return;
|
|
365
|
-
const r = {}, n =
|
|
365
|
+
const r = {}, n = xr(this);
|
|
366
366
|
for (const s of this.$$s)
|
|
367
367
|
s in n && (r[s] = [t(s)]);
|
|
368
368
|
for (const s of this.attributes) {
|
|
369
369
|
const a = this.$$g_p(s.name);
|
|
370
|
-
a in this.$$d || (this.$$d[a] =
|
|
370
|
+
a in this.$$d || (this.$$d[a] = fe(a, s.value, this.$$p_d, "toProp"));
|
|
371
371
|
}
|
|
372
372
|
for (const s in this.$$p_d)
|
|
373
373
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
|
@@ -384,7 +384,7 @@ typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
|
384
384
|
this.$$r = !0;
|
|
385
385
|
for (const s in this.$$p_d)
|
|
386
386
|
if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
|
|
387
|
-
const a =
|
|
387
|
+
const a = fe(
|
|
388
388
|
s,
|
|
389
389
|
this.$$d[s],
|
|
390
390
|
this.$$p_d,
|
|
@@ -408,7 +408,7 @@ typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
|
408
408
|
// and setting attributes through setAttribute etc, this is helpful
|
|
409
409
|
attributeChangedCallback(t, r, n) {
|
|
410
410
|
var i;
|
|
411
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
|
411
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = fe(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
|
412
412
|
}
|
|
413
413
|
disconnectedCallback() {
|
|
414
414
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -421,7 +421,7 @@ typeof HTMLElement == "function" && (Lt = class extends HTMLElement {
|
|
|
421
421
|
) || t;
|
|
422
422
|
}
|
|
423
423
|
});
|
|
424
|
-
function
|
|
424
|
+
function fe(e, t, r, n) {
|
|
425
425
|
var s;
|
|
426
426
|
const i = (s = r[e]) == null ? void 0 : s.type;
|
|
427
427
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
@@ -468,8 +468,8 @@ function Pr(e, t, r, n, i, s) {
|
|
|
468
468
|
return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
|
|
469
469
|
},
|
|
470
470
|
set(l) {
|
|
471
|
-
var
|
|
472
|
-
l =
|
|
471
|
+
var u;
|
|
472
|
+
l = fe(o, l, t), this.$$d[o] = l, (u = this.$$c) == null || u.$set({ [o]: l });
|
|
473
473
|
}
|
|
474
474
|
});
|
|
475
475
|
}), n.forEach((o) => {
|
|
@@ -512,7 +512,7 @@ class Lr {
|
|
|
512
512
|
* @returns {() => void}
|
|
513
513
|
*/
|
|
514
514
|
$on(t, r) {
|
|
515
|
-
if (!
|
|
515
|
+
if (!ze(r))
|
|
516
516
|
return T;
|
|
517
517
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
518
518
|
return n.push(r), () => {
|
|
@@ -525,29 +525,29 @@ class Lr {
|
|
|
525
525
|
* @returns {void}
|
|
526
526
|
*/
|
|
527
527
|
$set(t) {
|
|
528
|
-
this.$$set && !
|
|
528
|
+
this.$$set && !pr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
const Nr = "4";
|
|
532
532
|
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Nr);
|
|
533
|
-
const
|
|
533
|
+
const F = [];
|
|
534
534
|
function Ir(e, t) {
|
|
535
535
|
return {
|
|
536
|
-
subscribe:
|
|
536
|
+
subscribe: ye(e, t).subscribe
|
|
537
537
|
};
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function ye(e, t = T) {
|
|
540
540
|
let r;
|
|
541
541
|
const n = /* @__PURE__ */ new Set();
|
|
542
542
|
function i(o) {
|
|
543
543
|
if (St(e, o) && (e = o, r)) {
|
|
544
|
-
const l = !
|
|
545
|
-
for (const
|
|
546
|
-
|
|
544
|
+
const l = !F.length;
|
|
545
|
+
for (const u of n)
|
|
546
|
+
u[1](), F.push(u, e);
|
|
547
547
|
if (l) {
|
|
548
|
-
for (let
|
|
549
|
-
|
|
550
|
-
|
|
548
|
+
for (let u = 0; u < F.length; u += 2)
|
|
549
|
+
F[u][0](F[u + 1]);
|
|
550
|
+
F.length = 0;
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
}
|
|
@@ -555,41 +555,41 @@ function ge(e, t = T) {
|
|
|
555
555
|
i(o(e));
|
|
556
556
|
}
|
|
557
557
|
function a(o, l = T) {
|
|
558
|
-
const
|
|
559
|
-
return n.add(
|
|
560
|
-
n.delete(
|
|
558
|
+
const u = [o, l];
|
|
559
|
+
return n.add(u), n.size === 1 && (r = t(i, s) || T), o(e), () => {
|
|
560
|
+
n.delete(u), n.size === 0 && r && (r(), r = null);
|
|
561
561
|
};
|
|
562
562
|
}
|
|
563
563
|
return { set: i, update: s, subscribe: a };
|
|
564
564
|
}
|
|
565
|
-
function
|
|
565
|
+
function q(e, t, r) {
|
|
566
566
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
567
567
|
if (!i.every(Boolean))
|
|
568
568
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
569
569
|
const s = t.length < 2;
|
|
570
570
|
return Ir(r, (a, o) => {
|
|
571
571
|
let l = !1;
|
|
572
|
-
const
|
|
573
|
-
let
|
|
572
|
+
const u = [];
|
|
573
|
+
let h = 0, f = T;
|
|
574
574
|
const c = () => {
|
|
575
|
-
if (
|
|
575
|
+
if (h)
|
|
576
576
|
return;
|
|
577
577
|
f();
|
|
578
|
-
const m = t(n ?
|
|
579
|
-
s ? a(m) : f =
|
|
580
|
-
},
|
|
578
|
+
const m = t(n ? u[0] : u, a, o);
|
|
579
|
+
s ? a(m) : f = ze(m) ? m : T;
|
|
580
|
+
}, p = i.map(
|
|
581
581
|
(m, g) => At(
|
|
582
582
|
m,
|
|
583
583
|
(v) => {
|
|
584
|
-
|
|
584
|
+
u[g] = v, h &= ~(1 << g), l && c();
|
|
585
585
|
},
|
|
586
586
|
() => {
|
|
587
|
-
|
|
587
|
+
h |= 1 << g;
|
|
588
588
|
}
|
|
589
589
|
)
|
|
590
590
|
);
|
|
591
591
|
return l = !0, c(), function() {
|
|
592
|
-
|
|
592
|
+
ne(p), f(), l = !1;
|
|
593
593
|
};
|
|
594
594
|
});
|
|
595
595
|
}
|
|
@@ -613,19 +613,19 @@ function Fr(e) {
|
|
|
613
613
|
function jr(e) {
|
|
614
614
|
return Array.isArray(e) ? [] : {};
|
|
615
615
|
}
|
|
616
|
-
function
|
|
617
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
616
|
+
function te(e, t) {
|
|
617
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? V(jr(e), e, t) : e;
|
|
618
618
|
}
|
|
619
619
|
function kr(e, t, r) {
|
|
620
620
|
return e.concat(t).map(function(n) {
|
|
621
|
-
return
|
|
621
|
+
return te(n, r);
|
|
622
622
|
});
|
|
623
623
|
}
|
|
624
624
|
function Vr(e, t) {
|
|
625
625
|
if (!t.customMerge)
|
|
626
|
-
return
|
|
626
|
+
return V;
|
|
627
627
|
var r = t.customMerge(e);
|
|
628
|
-
return typeof r == "function" ? r :
|
|
628
|
+
return typeof r == "function" ? r : V;
|
|
629
629
|
}
|
|
630
630
|
function Xr(e) {
|
|
631
631
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
@@ -642,71 +642,57 @@ function Nt(e, t) {
|
|
|
642
642
|
return !1;
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
|
-
function
|
|
645
|
+
function Wr(e, t) {
|
|
646
646
|
return Nt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
647
647
|
}
|
|
648
|
-
function
|
|
648
|
+
function zr(e, t, r) {
|
|
649
649
|
var n = {};
|
|
650
650
|
return r.isMergeableObject(e) && st(e).forEach(function(i) {
|
|
651
|
-
n[i] =
|
|
651
|
+
n[i] = te(e[i], r);
|
|
652
652
|
}), st(t).forEach(function(i) {
|
|
653
|
-
|
|
653
|
+
Wr(e, i) || (Nt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Vr(i, r)(e[i], t[i], r) : n[i] = te(t[i], r));
|
|
654
654
|
}), n;
|
|
655
655
|
}
|
|
656
|
-
function
|
|
657
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || kr, r.isMergeableObject = r.isMergeableObject || $r, r.cloneUnlessOtherwiseSpecified =
|
|
656
|
+
function V(e, t, r) {
|
|
657
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || kr, r.isMergeableObject = r.isMergeableObject || $r, r.cloneUnlessOtherwiseSpecified = te;
|
|
658
658
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
|
659
|
-
return s ? n ? r.arrayMerge(e, t, r) :
|
|
659
|
+
return s ? n ? r.arrayMerge(e, t, r) : zr(e, t, r) : te(t, r);
|
|
660
660
|
}
|
|
661
|
-
|
|
661
|
+
V.all = function(t, r) {
|
|
662
662
|
if (!Array.isArray(t))
|
|
663
663
|
throw new Error("first argument should be an array");
|
|
664
664
|
return t.reduce(function(n, i) {
|
|
665
|
-
return
|
|
665
|
+
return V(n, i, r);
|
|
666
666
|
}, {});
|
|
667
667
|
};
|
|
668
|
-
var Zr =
|
|
668
|
+
var Zr = V, Qr = Zr;
|
|
669
669
|
const qr = /* @__PURE__ */ Mr(Qr);
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
674
|
-
purpose with or without fee is hereby granted.
|
|
675
|
-
|
|
676
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
677
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
678
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
679
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
680
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
681
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
682
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
683
|
-
***************************************************************************** */
|
|
684
|
-
var Re = function(e, t) {
|
|
685
|
-
return Re = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
670
|
+
var De = function(e, t) {
|
|
671
|
+
return De = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
686
672
|
r.__proto__ = n;
|
|
687
673
|
} || function(r, n) {
|
|
688
674
|
for (var i in n)
|
|
689
675
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
690
|
-
},
|
|
676
|
+
}, De(e, t);
|
|
691
677
|
};
|
|
692
|
-
function
|
|
678
|
+
function Ee(e, t) {
|
|
693
679
|
if (typeof t != "function" && t !== null)
|
|
694
680
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
695
|
-
|
|
681
|
+
De(e, t);
|
|
696
682
|
function r() {
|
|
697
683
|
this.constructor = e;
|
|
698
684
|
}
|
|
699
685
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
700
686
|
}
|
|
701
|
-
var
|
|
702
|
-
return
|
|
687
|
+
var w = function() {
|
|
688
|
+
return w = Object.assign || function(t) {
|
|
703
689
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
704
690
|
r = arguments[n];
|
|
705
691
|
for (var s in r)
|
|
706
692
|
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
707
693
|
}
|
|
708
694
|
return t;
|
|
709
|
-
},
|
|
695
|
+
}, w.apply(this, arguments);
|
|
710
696
|
};
|
|
711
697
|
function Jr(e, t) {
|
|
712
698
|
var r = {};
|
|
@@ -717,14 +703,14 @@ function Jr(e, t) {
|
|
|
717
703
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
718
704
|
return r;
|
|
719
705
|
}
|
|
720
|
-
function
|
|
721
|
-
if (arguments.length === 2)
|
|
706
|
+
function Ce(e, t, r) {
|
|
707
|
+
if (r || arguments.length === 2)
|
|
722
708
|
for (var n = 0, i = t.length, s; n < i; n++)
|
|
723
709
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
724
|
-
return e.concat(s || t);
|
|
710
|
+
return e.concat(s || Array.prototype.slice.call(t));
|
|
725
711
|
}
|
|
726
|
-
function
|
|
727
|
-
var r = t && t.cache ? t.cache :
|
|
712
|
+
function Pe(e, t) {
|
|
713
|
+
var r = t && t.cache ? t.cache : sn, n = t && t.serializer ? t.serializer : rn, i = t && t.strategy ? t.strategy : en;
|
|
728
714
|
return i(e, {
|
|
729
715
|
cache: r,
|
|
730
716
|
serializer: n
|
|
@@ -733,95 +719,103 @@ function Ce(e, t) {
|
|
|
733
719
|
function Yr(e) {
|
|
734
720
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
735
721
|
}
|
|
736
|
-
function
|
|
722
|
+
function Kr(e, t, r, n) {
|
|
737
723
|
var i = Yr(n) ? n : r(n), s = t.get(i);
|
|
738
724
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
|
739
725
|
}
|
|
740
|
-
function
|
|
726
|
+
function It(e, t, r) {
|
|
741
727
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
|
742
728
|
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
|
743
729
|
}
|
|
744
|
-
function
|
|
730
|
+
function Mt(e, t, r, n, i) {
|
|
745
731
|
return r.bind(t, e, n, i);
|
|
746
732
|
}
|
|
747
|
-
function Kr(e, t) {
|
|
748
|
-
var r = e.length === 1 ? It : Mt;
|
|
749
|
-
return Ze(e, this, r, t.cache.create(), t.serializer);
|
|
750
|
-
}
|
|
751
733
|
function en(e, t) {
|
|
752
|
-
|
|
734
|
+
var r = e.length === 1 ? Kr : It;
|
|
735
|
+
return Mt(e, this, r, t.cache.create(), t.serializer);
|
|
753
736
|
}
|
|
754
737
|
function tn(e, t) {
|
|
755
|
-
return
|
|
738
|
+
return Mt(e, this, It, t.cache.create(), t.serializer);
|
|
756
739
|
}
|
|
757
740
|
var rn = function() {
|
|
758
741
|
return JSON.stringify(arguments);
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
742
|
+
}, nn = (
|
|
743
|
+
/** @class */
|
|
744
|
+
function() {
|
|
745
|
+
function e() {
|
|
746
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
747
|
+
}
|
|
748
|
+
return e.prototype.get = function(t) {
|
|
749
|
+
return this.cache[t];
|
|
750
|
+
}, e.prototype.set = function(t, r) {
|
|
751
|
+
this.cache[t] = r;
|
|
752
|
+
}, e;
|
|
753
|
+
}()
|
|
754
|
+
), sn = {
|
|
770
755
|
create: function() {
|
|
771
|
-
return new
|
|
756
|
+
return new nn();
|
|
772
757
|
}
|
|
773
|
-
},
|
|
774
|
-
variadic:
|
|
775
|
-
|
|
776
|
-
|
|
758
|
+
}, Le = {
|
|
759
|
+
variadic: tn
|
|
760
|
+
}, de = function() {
|
|
761
|
+
return de = Object.assign || function(t) {
|
|
762
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
763
|
+
r = arguments[n];
|
|
764
|
+
for (var s in r)
|
|
765
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
766
|
+
}
|
|
767
|
+
return t;
|
|
768
|
+
}, de.apply(this, arguments);
|
|
769
|
+
};
|
|
770
|
+
var d;
|
|
777
771
|
(function(e) {
|
|
778
772
|
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";
|
|
779
|
-
})(
|
|
780
|
-
var
|
|
773
|
+
})(d || (d = {}));
|
|
774
|
+
var y;
|
|
781
775
|
(function(e) {
|
|
782
776
|
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";
|
|
783
|
-
})(
|
|
784
|
-
var
|
|
777
|
+
})(y || (y = {}));
|
|
778
|
+
var X;
|
|
785
779
|
(function(e) {
|
|
786
780
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
787
|
-
})(
|
|
781
|
+
})(X || (X = {}));
|
|
788
782
|
function ot(e) {
|
|
789
|
-
return e.type ===
|
|
783
|
+
return e.type === y.literal;
|
|
790
784
|
}
|
|
791
|
-
function
|
|
792
|
-
return e.type ===
|
|
785
|
+
function on(e) {
|
|
786
|
+
return e.type === y.argument;
|
|
793
787
|
}
|
|
794
788
|
function $t(e) {
|
|
795
|
-
return e.type ===
|
|
789
|
+
return e.type === y.number;
|
|
796
790
|
}
|
|
797
791
|
function Rt(e) {
|
|
798
|
-
return e.type ===
|
|
792
|
+
return e.type === y.date;
|
|
799
793
|
}
|
|
800
794
|
function Ut(e) {
|
|
801
|
-
return e.type ===
|
|
795
|
+
return e.type === y.time;
|
|
802
796
|
}
|
|
803
797
|
function Dt(e) {
|
|
804
|
-
return e.type ===
|
|
798
|
+
return e.type === y.select;
|
|
805
799
|
}
|
|
806
800
|
function Gt(e) {
|
|
807
|
-
return e.type ===
|
|
801
|
+
return e.type === y.plural;
|
|
808
802
|
}
|
|
809
|
-
function
|
|
810
|
-
return e.type ===
|
|
803
|
+
function an(e) {
|
|
804
|
+
return e.type === y.pound;
|
|
811
805
|
}
|
|
812
806
|
function Ft(e) {
|
|
813
|
-
return e.type ===
|
|
807
|
+
return e.type === y.tag;
|
|
814
808
|
}
|
|
815
809
|
function jt(e) {
|
|
816
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
810
|
+
return !!(e && typeof e == "object" && e.type === X.number);
|
|
817
811
|
}
|
|
818
|
-
function
|
|
819
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
812
|
+
function Ge(e) {
|
|
813
|
+
return !!(e && typeof e == "object" && e.type === X.dateTime);
|
|
820
814
|
}
|
|
821
|
-
var kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
815
|
+
var kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, un = /(?:[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;
|
|
822
816
|
function hn(e) {
|
|
823
817
|
var t = {};
|
|
824
|
-
return e.replace(
|
|
818
|
+
return e.replace(un, function(r) {
|
|
825
819
|
var n = r.length;
|
|
826
820
|
switch (r[0]) {
|
|
827
821
|
case "G":
|
|
@@ -910,18 +904,28 @@ function hn(e) {
|
|
|
910
904
|
return "";
|
|
911
905
|
}), t;
|
|
912
906
|
}
|
|
913
|
-
var
|
|
914
|
-
function
|
|
907
|
+
var E = function() {
|
|
908
|
+
return E = Object.assign || function(t) {
|
|
909
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
910
|
+
r = arguments[n];
|
|
911
|
+
for (var s in r)
|
|
912
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
913
|
+
}
|
|
914
|
+
return t;
|
|
915
|
+
}, E.apply(this, arguments);
|
|
916
|
+
};
|
|
917
|
+
var ln = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
918
|
+
function fn(e) {
|
|
915
919
|
if (e.length === 0)
|
|
916
920
|
throw new Error("Number skeleton cannot be empty");
|
|
917
|
-
for (var t = e.split(
|
|
921
|
+
for (var t = e.split(ln).filter(function(c) {
|
|
918
922
|
return c.length > 0;
|
|
919
923
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
920
924
|
var s = i[n], a = s.split("/");
|
|
921
925
|
if (a.length === 0)
|
|
922
926
|
throw new Error("Invalid number skeleton");
|
|
923
|
-
for (var o = a[0], l = a.slice(1),
|
|
924
|
-
var f = u
|
|
927
|
+
for (var o = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
|
|
928
|
+
var f = h[u];
|
|
925
929
|
if (f.length === 0)
|
|
926
930
|
throw new Error("Invalid number skeleton");
|
|
927
931
|
}
|
|
@@ -929,17 +933,17 @@ function ln(e) {
|
|
|
929
933
|
}
|
|
930
934
|
return r;
|
|
931
935
|
}
|
|
932
|
-
function
|
|
936
|
+
function cn(e) {
|
|
933
937
|
return e.replace(/^(.*?)-/, "");
|
|
934
938
|
}
|
|
935
|
-
var at = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Vt = /^(@+)?(\+|#+)?[rs]?$/g,
|
|
936
|
-
function
|
|
939
|
+
var at = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Vt = /^(@+)?(\+|#+)?[rs]?$/g, mn = /(\*)(0+)|(#+)(0+)|(0+)/g, Xt = /^(0+)$/;
|
|
940
|
+
function ut(e) {
|
|
937
941
|
var t = {};
|
|
938
942
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Vt, function(r, n, i) {
|
|
939
943
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
940
944
|
}), t;
|
|
941
945
|
}
|
|
942
|
-
function
|
|
946
|
+
function Wt(e) {
|
|
943
947
|
switch (e) {
|
|
944
948
|
case "sign-auto":
|
|
945
949
|
return {
|
|
@@ -979,7 +983,7 @@ function zt(e) {
|
|
|
979
983
|
};
|
|
980
984
|
}
|
|
981
985
|
}
|
|
982
|
-
function
|
|
986
|
+
function pn(e) {
|
|
983
987
|
var t;
|
|
984
988
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
985
989
|
notation: "engineering"
|
|
@@ -993,8 +997,8 @@ function mn(e) {
|
|
|
993
997
|
}
|
|
994
998
|
return t;
|
|
995
999
|
}
|
|
996
|
-
function
|
|
997
|
-
var t = {}, r =
|
|
1000
|
+
function ht(e) {
|
|
1001
|
+
var t = {}, r = Wt(e);
|
|
998
1002
|
return r || t;
|
|
999
1003
|
}
|
|
1000
1004
|
function dn(e) {
|
|
@@ -1021,7 +1025,7 @@ function dn(e) {
|
|
|
1021
1025
|
continue;
|
|
1022
1026
|
case "measure-unit":
|
|
1023
1027
|
case "unit":
|
|
1024
|
-
t.style = "unit", t.unit =
|
|
1028
|
+
t.style = "unit", t.unit = cn(i.options[0]);
|
|
1025
1029
|
continue;
|
|
1026
1030
|
case "compact-short":
|
|
1027
1031
|
case "K":
|
|
@@ -1032,13 +1036,13 @@ function dn(e) {
|
|
|
1032
1036
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1033
1037
|
continue;
|
|
1034
1038
|
case "scientific":
|
|
1035
|
-
t =
|
|
1036
|
-
return
|
|
1039
|
+
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
|
|
1040
|
+
return E(E({}, l), ht(u));
|
|
1037
1041
|
}, {}));
|
|
1038
1042
|
continue;
|
|
1039
1043
|
case "engineering":
|
|
1040
|
-
t =
|
|
1041
|
-
return
|
|
1044
|
+
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
|
|
1045
|
+
return E(E({}, l), ht(u));
|
|
1042
1046
|
}, {}));
|
|
1043
1047
|
continue;
|
|
1044
1048
|
case "notation-simple":
|
|
@@ -1083,13 +1087,13 @@ function dn(e) {
|
|
|
1083
1087
|
case "integer-width":
|
|
1084
1088
|
if (i.options.length > 1)
|
|
1085
1089
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1086
|
-
i.options[0].replace(
|
|
1087
|
-
if (
|
|
1088
|
-
t.minimumIntegerDigits =
|
|
1090
|
+
i.options[0].replace(mn, function(l, u, h, f, c, p) {
|
|
1091
|
+
if (u)
|
|
1092
|
+
t.minimumIntegerDigits = h.length;
|
|
1089
1093
|
else {
|
|
1090
1094
|
if (f && c)
|
|
1091
1095
|
throw new Error("We currently do not support maximum integer digits");
|
|
1092
|
-
if (
|
|
1096
|
+
if (p)
|
|
1093
1097
|
throw new Error("We currently do not support exact integer digits");
|
|
1094
1098
|
}
|
|
1095
1099
|
return "";
|
|
@@ -1103,25 +1107,25 @@ function dn(e) {
|
|
|
1103
1107
|
if (at.test(i.stem)) {
|
|
1104
1108
|
if (i.options.length > 1)
|
|
1105
1109
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1106
|
-
i.stem.replace(at, function(l,
|
|
1107
|
-
return
|
|
1110
|
+
i.stem.replace(at, function(l, u, h, f, c, p) {
|
|
1111
|
+
return h === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1108
1112
|
});
|
|
1109
1113
|
var s = i.options[0];
|
|
1110
|
-
s === "w" ? t =
|
|
1114
|
+
s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), ut(s)));
|
|
1111
1115
|
continue;
|
|
1112
1116
|
}
|
|
1113
1117
|
if (Vt.test(i.stem)) {
|
|
1114
|
-
t =
|
|
1118
|
+
t = E(E({}, t), ut(i.stem));
|
|
1115
1119
|
continue;
|
|
1116
1120
|
}
|
|
1117
|
-
var a =
|
|
1118
|
-
a && (t =
|
|
1119
|
-
var o =
|
|
1120
|
-
o && (t =
|
|
1121
|
+
var a = Wt(i.stem);
|
|
1122
|
+
a && (t = E(E({}, t), a));
|
|
1123
|
+
var o = pn(i.stem);
|
|
1124
|
+
o && (t = E(E({}, t), o));
|
|
1121
1125
|
}
|
|
1122
1126
|
return t;
|
|
1123
1127
|
}
|
|
1124
|
-
var
|
|
1128
|
+
var ue = {
|
|
1125
1129
|
"001": [
|
|
1126
1130
|
"H",
|
|
1127
1131
|
"h"
|
|
@@ -2536,23 +2540,23 @@ var ae = {
|
|
|
2536
2540
|
"h"
|
|
2537
2541
|
]
|
|
2538
2542
|
};
|
|
2539
|
-
function
|
|
2543
|
+
function bn(e, t) {
|
|
2540
2544
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2541
2545
|
var i = e.charAt(n);
|
|
2542
2546
|
if (i === "j") {
|
|
2543
2547
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2544
2548
|
s++, n++;
|
|
2545
|
-
var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a",
|
|
2546
|
-
for ((
|
|
2549
|
+
var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = gn(t);
|
|
2550
|
+
for ((u == "H" || u == "k") && (o = 0); o-- > 0; )
|
|
2547
2551
|
r += l;
|
|
2548
2552
|
for (; a-- > 0; )
|
|
2549
|
-
r =
|
|
2553
|
+
r = u + r;
|
|
2550
2554
|
} else
|
|
2551
2555
|
i === "J" ? r += "H" : r += i;
|
|
2552
2556
|
}
|
|
2553
2557
|
return r;
|
|
2554
2558
|
}
|
|
2555
|
-
function
|
|
2559
|
+
function gn(e) {
|
|
2556
2560
|
var t = e.hourCycle;
|
|
2557
2561
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2558
2562
|
e.hourCycles && // @ts-ignore
|
|
@@ -2571,23 +2575,23 @@ function bn(e) {
|
|
|
2571
2575
|
}
|
|
2572
2576
|
var r = e.language, n;
|
|
2573
2577
|
r !== "root" && (n = e.maximize().region);
|
|
2574
|
-
var i =
|
|
2578
|
+
var i = ue[n || ""] || ue[r || ""] || ue["".concat(r, "-001")] || ue["001"];
|
|
2575
2579
|
return i[0];
|
|
2576
2580
|
}
|
|
2577
|
-
var
|
|
2581
|
+
var Ne, _n = new RegExp("^".concat(kt.source, "*")), yn = new RegExp("".concat(kt.source, "*$"));
|
|
2578
2582
|
function b(e, t) {
|
|
2579
2583
|
return { start: e, end: t };
|
|
2580
2584
|
}
|
|
2581
|
-
var
|
|
2585
|
+
var En = !!String.prototype.startsWith && "_a".startsWith("a", 1), xn = !!String.fromCodePoint, vn = !!Object.fromEntries, Hn = !!String.prototype.codePointAt, Bn = !!String.prototype.trimStart, Tn = !!String.prototype.trimEnd, wn = !!Number.isSafeInteger, Sn = wn ? Number.isSafeInteger : function(e) {
|
|
2582
2586
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2583
|
-
},
|
|
2587
|
+
}, Fe = !0;
|
|
2584
2588
|
try {
|
|
2585
|
-
var
|
|
2586
|
-
|
|
2589
|
+
var An = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2590
|
+
Fe = ((Ne = An.exec("a")) === null || Ne === void 0 ? void 0 : Ne[0]) === "a";
|
|
2587
2591
|
} catch (e) {
|
|
2588
|
-
|
|
2592
|
+
Fe = !1;
|
|
2589
2593
|
}
|
|
2590
|
-
var lt =
|
|
2594
|
+
var lt = En ? (
|
|
2591
2595
|
// Native
|
|
2592
2596
|
function(t, r, n) {
|
|
2593
2597
|
return t.startsWith(r, n);
|
|
@@ -2597,7 +2601,7 @@ var lt = yn ? (
|
|
|
2597
2601
|
function(t, r, n) {
|
|
2598
2602
|
return t.slice(n, n + r.length) === r;
|
|
2599
2603
|
}
|
|
2600
|
-
),
|
|
2604
|
+
), je = xn ? String.fromCodePoint : (
|
|
2601
2605
|
// IE11
|
|
2602
2606
|
function() {
|
|
2603
2607
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2611,7 +2615,7 @@ var lt = yn ? (
|
|
|
2611
2615
|
}
|
|
2612
2616
|
), ft = (
|
|
2613
2617
|
// native
|
|
2614
|
-
|
|
2618
|
+
vn ? Object.fromEntries : (
|
|
2615
2619
|
// Ponyfill
|
|
2616
2620
|
function(t) {
|
|
2617
2621
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -2621,7 +2625,7 @@ var lt = yn ? (
|
|
|
2621
2625
|
return r;
|
|
2622
2626
|
}
|
|
2623
2627
|
)
|
|
2624
|
-
),
|
|
2628
|
+
), zt = Hn ? (
|
|
2625
2629
|
// Native
|
|
2626
2630
|
function(t, r) {
|
|
2627
2631
|
return t.codePointAt(r);
|
|
@@ -2635,7 +2639,7 @@ var lt = yn ? (
|
|
|
2635
2639
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2636
2640
|
}
|
|
2637
2641
|
}
|
|
2638
|
-
),
|
|
2642
|
+
), On = Bn ? (
|
|
2639
2643
|
// Native
|
|
2640
2644
|
function(t) {
|
|
2641
2645
|
return t.trimStart();
|
|
@@ -2643,9 +2647,9 @@ var lt = yn ? (
|
|
|
2643
2647
|
) : (
|
|
2644
2648
|
// Ponyfill
|
|
2645
2649
|
function(t) {
|
|
2646
|
-
return t.replace(
|
|
2650
|
+
return t.replace(_n, "");
|
|
2647
2651
|
}
|
|
2648
|
-
), Cn =
|
|
2652
|
+
), Cn = Tn ? (
|
|
2649
2653
|
// Native
|
|
2650
2654
|
function(t) {
|
|
2651
2655
|
return t.trimEnd();
|
|
@@ -2653,32 +2657,32 @@ var lt = yn ? (
|
|
|
2653
2657
|
) : (
|
|
2654
2658
|
// Ponyfill
|
|
2655
2659
|
function(t) {
|
|
2656
|
-
return t.replace(
|
|
2660
|
+
return t.replace(yn, "");
|
|
2657
2661
|
}
|
|
2658
2662
|
);
|
|
2659
2663
|
function Zt(e, t) {
|
|
2660
2664
|
return new RegExp(e, t);
|
|
2661
2665
|
}
|
|
2662
|
-
var
|
|
2663
|
-
if (
|
|
2666
|
+
var ke;
|
|
2667
|
+
if (Fe) {
|
|
2664
2668
|
var ct = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2665
|
-
|
|
2669
|
+
ke = function(t, r) {
|
|
2666
2670
|
var n;
|
|
2667
2671
|
ct.lastIndex = r;
|
|
2668
2672
|
var i = ct.exec(t);
|
|
2669
2673
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2670
2674
|
};
|
|
2671
2675
|
} else
|
|
2672
|
-
|
|
2676
|
+
ke = function(t, r) {
|
|
2673
2677
|
for (var n = []; ; ) {
|
|
2674
|
-
var i =
|
|
2675
|
-
if (i === void 0 || Qt(i) ||
|
|
2678
|
+
var i = zt(t, r);
|
|
2679
|
+
if (i === void 0 || Qt(i) || In(i))
|
|
2676
2680
|
break;
|
|
2677
2681
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2678
2682
|
}
|
|
2679
|
-
return
|
|
2683
|
+
return je.apply(void 0, n);
|
|
2680
2684
|
};
|
|
2681
|
-
var
|
|
2685
|
+
var Pn = (
|
|
2682
2686
|
/** @class */
|
|
2683
2687
|
function() {
|
|
2684
2688
|
function e(t, r) {
|
|
@@ -2702,14 +2706,14 @@ var On = (
|
|
|
2702
2706
|
if (s === 35 && (r === "plural" || r === "selectordinal")) {
|
|
2703
2707
|
var o = this.clonePosition();
|
|
2704
2708
|
this.bump(), i.push({
|
|
2705
|
-
type:
|
|
2709
|
+
type: y.pound,
|
|
2706
2710
|
location: b(o, this.clonePosition())
|
|
2707
2711
|
});
|
|
2708
2712
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2709
2713
|
if (n)
|
|
2710
2714
|
break;
|
|
2711
|
-
return this.error(
|
|
2712
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2715
|
+
return this.error(d.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
|
|
2716
|
+
} else if (s === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
|
|
2713
2717
|
var a = this.parseTag(t, r);
|
|
2714
2718
|
if (a.err)
|
|
2715
2719
|
return a;
|
|
@@ -2730,7 +2734,7 @@ var On = (
|
|
|
2730
2734
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2731
2735
|
return {
|
|
2732
2736
|
val: {
|
|
2733
|
-
type:
|
|
2737
|
+
type: y.literal,
|
|
2734
2738
|
value: "<".concat(i, "/>"),
|
|
2735
2739
|
location: b(n, this.clonePosition())
|
|
2736
2740
|
},
|
|
@@ -2742,25 +2746,25 @@ var On = (
|
|
|
2742
2746
|
return s;
|
|
2743
2747
|
var a = s.val, o = this.clonePosition();
|
|
2744
2748
|
if (this.bumpIf("</")) {
|
|
2745
|
-
if (this.isEOF() || !
|
|
2746
|
-
return this.error(
|
|
2747
|
-
var l = this.clonePosition(),
|
|
2748
|
-
return i !==
|
|
2749
|
+
if (this.isEOF() || !Ve(this.char()))
|
|
2750
|
+
return this.error(d.INVALID_TAG, b(o, this.clonePosition()));
|
|
2751
|
+
var l = this.clonePosition(), u = this.parseTagName();
|
|
2752
|
+
return i !== u ? this.error(d.UNMATCHED_CLOSING_TAG, b(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2749
2753
|
val: {
|
|
2750
|
-
type:
|
|
2754
|
+
type: y.tag,
|
|
2751
2755
|
value: i,
|
|
2752
2756
|
children: a,
|
|
2753
2757
|
location: b(n, this.clonePosition())
|
|
2754
2758
|
},
|
|
2755
2759
|
err: null
|
|
2756
|
-
} : this.error(
|
|
2760
|
+
} : this.error(d.INVALID_TAG, b(o, this.clonePosition())));
|
|
2757
2761
|
} else
|
|
2758
|
-
return this.error(
|
|
2762
|
+
return this.error(d.UNCLOSED_TAG, b(n, this.clonePosition()));
|
|
2759
2763
|
} else
|
|
2760
|
-
return this.error(
|
|
2764
|
+
return this.error(d.INVALID_TAG, b(n, this.clonePosition()));
|
|
2761
2765
|
}, e.prototype.parseTagName = function() {
|
|
2762
2766
|
var t = this.offset();
|
|
2763
|
-
for (this.bump(); !this.isEOF() &&
|
|
2767
|
+
for (this.bump(); !this.isEOF() && Nn(this.char()); )
|
|
2764
2768
|
this.bump();
|
|
2765
2769
|
return this.message.slice(t, this.offset());
|
|
2766
2770
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2784,12 +2788,12 @@ var On = (
|
|
|
2784
2788
|
}
|
|
2785
2789
|
var l = b(n, this.clonePosition());
|
|
2786
2790
|
return {
|
|
2787
|
-
val: { type:
|
|
2791
|
+
val: { type: y.literal, value: i, location: l },
|
|
2788
2792
|
err: null
|
|
2789
2793
|
};
|
|
2790
2794
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2791
2795
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2792
|
-
!
|
|
2796
|
+
!Ln(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2793
2797
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2794
2798
|
if (this.isEOF() || this.char() !== 39)
|
|
2795
2799
|
return null;
|
|
@@ -2823,28 +2827,28 @@ var On = (
|
|
|
2823
2827
|
r.push(n);
|
|
2824
2828
|
this.bump();
|
|
2825
2829
|
}
|
|
2826
|
-
return
|
|
2830
|
+
return je.apply(void 0, r);
|
|
2827
2831
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2828
2832
|
if (this.isEOF())
|
|
2829
2833
|
return null;
|
|
2830
2834
|
var n = this.char();
|
|
2831
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2835
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), je(n));
|
|
2832
2836
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2833
2837
|
var n = this.clonePosition();
|
|
2834
2838
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
2835
|
-
return this.error(
|
|
2839
|
+
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
|
|
2836
2840
|
if (this.char() === 125)
|
|
2837
|
-
return this.bump(), this.error(
|
|
2841
|
+
return this.bump(), this.error(d.EMPTY_ARGUMENT, b(n, this.clonePosition()));
|
|
2838
2842
|
var i = this.parseIdentifierIfPossible().value;
|
|
2839
2843
|
if (!i)
|
|
2840
|
-
return this.error(
|
|
2844
|
+
return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
2841
2845
|
if (this.bumpSpace(), this.isEOF())
|
|
2842
|
-
return this.error(
|
|
2846
|
+
return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
|
|
2843
2847
|
switch (this.char()) {
|
|
2844
2848
|
case 125:
|
|
2845
2849
|
return this.bump(), {
|
|
2846
2850
|
val: {
|
|
2847
|
-
type:
|
|
2851
|
+
type: y.argument,
|
|
2848
2852
|
// value does not include the opening and closing braces.
|
|
2849
2853
|
value: i,
|
|
2850
2854
|
location: b(n, this.clonePosition())
|
|
@@ -2852,12 +2856,12 @@ var On = (
|
|
|
2852
2856
|
err: null
|
|
2853
2857
|
};
|
|
2854
2858
|
case 44:
|
|
2855
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(
|
|
2859
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
2856
2860
|
default:
|
|
2857
|
-
return this.error(
|
|
2861
|
+
return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
2858
2862
|
}
|
|
2859
2863
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2860
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2864
|
+
var t = this.clonePosition(), r = this.offset(), n = ke(this.message, r), i = r + n.length;
|
|
2861
2865
|
this.bumpTo(i);
|
|
2862
2866
|
var s = this.clonePosition(), a = b(t, s);
|
|
2863
2867
|
return { value: n, location: a };
|
|
@@ -2865,46 +2869,46 @@ var On = (
|
|
|
2865
2869
|
var s, a = this.clonePosition(), o = this.parseIdentifierIfPossible().value, l = this.clonePosition();
|
|
2866
2870
|
switch (o) {
|
|
2867
2871
|
case "":
|
|
2868
|
-
return this.error(
|
|
2872
|
+
return this.error(d.EXPECT_ARGUMENT_TYPE, b(a, l));
|
|
2869
2873
|
case "number":
|
|
2870
2874
|
case "date":
|
|
2871
2875
|
case "time": {
|
|
2872
2876
|
this.bumpSpace();
|
|
2873
|
-
var
|
|
2877
|
+
var u = null;
|
|
2874
2878
|
if (this.bumpIf(",")) {
|
|
2875
2879
|
this.bumpSpace();
|
|
2876
|
-
var
|
|
2880
|
+
var h = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
|
2877
2881
|
if (f.err)
|
|
2878
2882
|
return f;
|
|
2879
2883
|
var c = Cn(f.val);
|
|
2880
2884
|
if (c.length === 0)
|
|
2881
|
-
return this.error(
|
|
2882
|
-
var
|
|
2883
|
-
|
|
2885
|
+
return this.error(d.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
|
2886
|
+
var p = b(h, this.clonePosition());
|
|
2887
|
+
u = { style: c, styleLocation: p };
|
|
2884
2888
|
}
|
|
2885
2889
|
var m = this.tryParseArgumentClose(i);
|
|
2886
2890
|
if (m.err)
|
|
2887
2891
|
return m;
|
|
2888
2892
|
var g = b(i, this.clonePosition());
|
|
2889
|
-
if (
|
|
2890
|
-
var v =
|
|
2893
|
+
if (u && lt(u == null ? void 0 : u.style, "::", 0)) {
|
|
2894
|
+
var v = On(u.style.slice(2));
|
|
2891
2895
|
if (o === "number") {
|
|
2892
|
-
var f = this.parseNumberSkeletonFromString(v,
|
|
2896
|
+
var f = this.parseNumberSkeletonFromString(v, u.styleLocation);
|
|
2893
2897
|
return f.err ? f : {
|
|
2894
|
-
val: { type:
|
|
2898
|
+
val: { type: y.number, value: n, location: g, style: f.val },
|
|
2895
2899
|
err: null
|
|
2896
2900
|
};
|
|
2897
2901
|
} else {
|
|
2898
2902
|
if (v.length === 0)
|
|
2899
|
-
return this.error(
|
|
2900
|
-
var
|
|
2901
|
-
this.locale && (
|
|
2903
|
+
return this.error(d.EXPECT_DATE_TIME_SKELETON, g);
|
|
2904
|
+
var I = v;
|
|
2905
|
+
this.locale && (I = bn(v, this.locale));
|
|
2902
2906
|
var c = {
|
|
2903
|
-
type:
|
|
2904
|
-
pattern:
|
|
2905
|
-
location:
|
|
2906
|
-
parsedOptions: this.shouldParseSkeletons ? hn(
|
|
2907
|
-
}, C = o === "date" ?
|
|
2907
|
+
type: X.dateTime,
|
|
2908
|
+
pattern: I,
|
|
2909
|
+
location: u.styleLocation,
|
|
2910
|
+
parsedOptions: this.shouldParseSkeletons ? hn(I) : {}
|
|
2911
|
+
}, C = o === "date" ? y.date : y.time;
|
|
2908
2912
|
return {
|
|
2909
2913
|
val: { type: C, value: n, location: g, style: c },
|
|
2910
2914
|
err: null
|
|
@@ -2913,10 +2917,10 @@ var On = (
|
|
|
2913
2917
|
}
|
|
2914
2918
|
return {
|
|
2915
2919
|
val: {
|
|
2916
|
-
type: o === "number" ?
|
|
2920
|
+
type: o === "number" ? y.number : o === "date" ? y.date : y.time,
|
|
2917
2921
|
value: n,
|
|
2918
2922
|
location: g,
|
|
2919
|
-
style: (s =
|
|
2923
|
+
style: (s = u == null ? void 0 : u.style) !== null && s !== void 0 ? s : null
|
|
2920
2924
|
},
|
|
2921
2925
|
err: null
|
|
2922
2926
|
};
|
|
@@ -2926,50 +2930,50 @@ var On = (
|
|
|
2926
2930
|
case "select": {
|
|
2927
2931
|
var H = this.clonePosition();
|
|
2928
2932
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2929
|
-
return this.error(
|
|
2933
|
+
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, de({}, H)));
|
|
2930
2934
|
this.bumpSpace();
|
|
2931
|
-
var
|
|
2932
|
-
if (o !== "select" &&
|
|
2935
|
+
var M = this.parseIdentifierIfPossible(), S = 0;
|
|
2936
|
+
if (o !== "select" && M.value === "offset") {
|
|
2933
2937
|
if (!this.bumpIf(":"))
|
|
2934
|
-
return this.error(
|
|
2938
|
+
return this.error(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
|
|
2935
2939
|
this.bumpSpace();
|
|
2936
|
-
var f = this.tryParseDecimalInteger(
|
|
2940
|
+
var f = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2937
2941
|
if (f.err)
|
|
2938
2942
|
return f;
|
|
2939
|
-
this.bumpSpace(),
|
|
2943
|
+
this.bumpSpace(), M = this.parseIdentifierIfPossible(), S = f.val;
|
|
2940
2944
|
}
|
|
2941
|
-
var
|
|
2942
|
-
if (
|
|
2943
|
-
return
|
|
2945
|
+
var U = this.tryParsePluralOrSelectOptions(t, o, r, M);
|
|
2946
|
+
if (U.err)
|
|
2947
|
+
return U;
|
|
2944
2948
|
var m = this.tryParseArgumentClose(i);
|
|
2945
2949
|
if (m.err)
|
|
2946
2950
|
return m;
|
|
2947
|
-
var
|
|
2951
|
+
var oe = b(i, this.clonePosition());
|
|
2948
2952
|
return o === "select" ? {
|
|
2949
2953
|
val: {
|
|
2950
|
-
type:
|
|
2954
|
+
type: y.select,
|
|
2951
2955
|
value: n,
|
|
2952
|
-
options: ft(
|
|
2953
|
-
location:
|
|
2956
|
+
options: ft(U.val),
|
|
2957
|
+
location: oe
|
|
2954
2958
|
},
|
|
2955
2959
|
err: null
|
|
2956
2960
|
} : {
|
|
2957
2961
|
val: {
|
|
2958
|
-
type:
|
|
2962
|
+
type: y.plural,
|
|
2959
2963
|
value: n,
|
|
2960
|
-
options: ft(
|
|
2961
|
-
offset:
|
|
2964
|
+
options: ft(U.val),
|
|
2965
|
+
offset: S,
|
|
2962
2966
|
pluralType: o === "plural" ? "cardinal" : "ordinal",
|
|
2963
|
-
location:
|
|
2967
|
+
location: oe
|
|
2964
2968
|
},
|
|
2965
2969
|
err: null
|
|
2966
2970
|
};
|
|
2967
2971
|
}
|
|
2968
2972
|
default:
|
|
2969
|
-
return this.error(
|
|
2973
|
+
return this.error(d.INVALID_ARGUMENT_TYPE, b(a, l));
|
|
2970
2974
|
}
|
|
2971
2975
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
2972
|
-
return this.isEOF() || this.char() !== 125 ? this.error(
|
|
2976
|
+
return this.isEOF() || this.char() !== 125 ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
2973
2977
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
2974
2978
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
2975
2979
|
var n = this.char();
|
|
@@ -2978,7 +2982,7 @@ var On = (
|
|
|
2978
2982
|
this.bump();
|
|
2979
2983
|
var i = this.clonePosition();
|
|
2980
2984
|
if (!this.bumpUntil("'"))
|
|
2981
|
-
return this.error(
|
|
2985
|
+
return this.error(d.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
|
|
2982
2986
|
this.bump();
|
|
2983
2987
|
break;
|
|
2984
2988
|
}
|
|
@@ -3008,13 +3012,13 @@ var On = (
|
|
|
3008
3012
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3009
3013
|
var n = [];
|
|
3010
3014
|
try {
|
|
3011
|
-
n =
|
|
3015
|
+
n = fn(t);
|
|
3012
3016
|
} catch (i) {
|
|
3013
|
-
return this.error(
|
|
3017
|
+
return this.error(d.INVALID_NUMBER_SKELETON, r);
|
|
3014
3018
|
}
|
|
3015
3019
|
return {
|
|
3016
3020
|
val: {
|
|
3017
|
-
type:
|
|
3021
|
+
type: X.number,
|
|
3018
3022
|
tokens: n,
|
|
3019
3023
|
location: r,
|
|
3020
3024
|
parsedOptions: this.shouldParseSkeletons ? dn(n) : {}
|
|
@@ -3022,38 +3026,38 @@ var On = (
|
|
|
3022
3026
|
err: null
|
|
3023
3027
|
};
|
|
3024
3028
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
|
3025
|
-
for (var s, a = !1, o = [], l = /* @__PURE__ */ new Set(),
|
|
3026
|
-
if (
|
|
3029
|
+
for (var s, a = !1, o = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
|
|
3030
|
+
if (u.length === 0) {
|
|
3027
3031
|
var f = this.clonePosition();
|
|
3028
3032
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3029
|
-
var c = this.tryParseDecimalInteger(
|
|
3033
|
+
var c = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR, d.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3030
3034
|
if (c.err)
|
|
3031
3035
|
return c;
|
|
3032
|
-
|
|
3036
|
+
h = b(f, this.clonePosition()), u = this.message.slice(f.offset, this.offset());
|
|
3033
3037
|
} else
|
|
3034
3038
|
break;
|
|
3035
3039
|
}
|
|
3036
|
-
if (l.has(
|
|
3037
|
-
return this.error(r === "select" ?
|
|
3038
|
-
|
|
3039
|
-
var
|
|
3040
|
+
if (l.has(u))
|
|
3041
|
+
return this.error(r === "select" ? d.DUPLICATE_SELECT_ARGUMENT_SELECTOR : d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
|
|
3042
|
+
u === "other" && (a = !0), this.bumpSpace();
|
|
3043
|
+
var p = this.clonePosition();
|
|
3040
3044
|
if (!this.bumpIf("{"))
|
|
3041
|
-
return this.error(r === "select" ?
|
|
3045
|
+
return this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
|
|
3042
3046
|
var m = this.parseMessage(t + 1, r, n);
|
|
3043
3047
|
if (m.err)
|
|
3044
3048
|
return m;
|
|
3045
|
-
var g = this.tryParseArgumentClose(
|
|
3049
|
+
var g = this.tryParseArgumentClose(p);
|
|
3046
3050
|
if (g.err)
|
|
3047
3051
|
return g;
|
|
3048
3052
|
o.push([
|
|
3049
|
-
|
|
3053
|
+
u,
|
|
3050
3054
|
{
|
|
3051
3055
|
value: m.val,
|
|
3052
|
-
location: b(
|
|
3056
|
+
location: b(p, this.clonePosition())
|
|
3053
3057
|
}
|
|
3054
|
-
]), l.add(
|
|
3058
|
+
]), l.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, h = s.location;
|
|
3055
3059
|
}
|
|
3056
|
-
return o.length === 0 ? this.error(r === "select" ?
|
|
3060
|
+
return o.length === 0 ? this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR : d.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(d.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
|
|
3057
3061
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3058
3062
|
var n = 1, i = this.clonePosition();
|
|
3059
3063
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3065,7 +3069,7 @@ var On = (
|
|
|
3065
3069
|
break;
|
|
3066
3070
|
}
|
|
3067
3071
|
var l = b(i, this.clonePosition());
|
|
3068
|
-
return s ? (a *= n,
|
|
3072
|
+
return s ? (a *= n, Sn(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
|
|
3069
3073
|
}, e.prototype.offset = function() {
|
|
3070
3074
|
return this.position.offset;
|
|
3071
3075
|
}, e.prototype.isEOF = function() {
|
|
@@ -3080,7 +3084,7 @@ var On = (
|
|
|
3080
3084
|
var t = this.position.offset;
|
|
3081
3085
|
if (t >= this.message.length)
|
|
3082
3086
|
throw Error("out of bound");
|
|
3083
|
-
var r =
|
|
3087
|
+
var r = zt(this.message, t);
|
|
3084
3088
|
if (r === void 0)
|
|
3085
3089
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3086
3090
|
return r;
|
|
@@ -3131,47 +3135,47 @@ var On = (
|
|
|
3131
3135
|
}, e;
|
|
3132
3136
|
}()
|
|
3133
3137
|
);
|
|
3134
|
-
function
|
|
3138
|
+
function Ve(e) {
|
|
3135
3139
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3136
3140
|
}
|
|
3137
|
-
function Pn(e) {
|
|
3138
|
-
return je(e) || e === 47;
|
|
3139
|
-
}
|
|
3140
3141
|
function Ln(e) {
|
|
3142
|
+
return Ve(e) || e === 47;
|
|
3143
|
+
}
|
|
3144
|
+
function Nn(e) {
|
|
3141
3145
|
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;
|
|
3142
3146
|
}
|
|
3143
3147
|
function Qt(e) {
|
|
3144
3148
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3145
3149
|
}
|
|
3146
|
-
function
|
|
3150
|
+
function In(e) {
|
|
3147
3151
|
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;
|
|
3148
3152
|
}
|
|
3149
|
-
function
|
|
3153
|
+
function Xe(e) {
|
|
3150
3154
|
e.forEach(function(t) {
|
|
3151
3155
|
if (delete t.location, Dt(t) || Gt(t))
|
|
3152
3156
|
for (var r in t.options)
|
|
3153
|
-
delete t.options[r].location,
|
|
3157
|
+
delete t.options[r].location, Xe(t.options[r].value);
|
|
3154
3158
|
else
|
|
3155
|
-
$t(t) && jt(t.style) || (Rt(t) || Ut(t)) &&
|
|
3159
|
+
$t(t) && jt(t.style) || (Rt(t) || Ut(t)) && Ge(t.style) ? delete t.style.location : Ft(t) && Xe(t.children);
|
|
3156
3160
|
});
|
|
3157
3161
|
}
|
|
3158
|
-
function
|
|
3159
|
-
t === void 0 && (t = {}), t =
|
|
3160
|
-
var r = new
|
|
3162
|
+
function Mn(e, t) {
|
|
3163
|
+
t === void 0 && (t = {}), t = de({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3164
|
+
var r = new Pn(e, t).parse();
|
|
3161
3165
|
if (r.err) {
|
|
3162
|
-
var n = SyntaxError(
|
|
3166
|
+
var n = SyntaxError(d[r.err.kind]);
|
|
3163
3167
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3164
3168
|
}
|
|
3165
|
-
return t != null && t.captureLocation ||
|
|
3169
|
+
return t != null && t.captureLocation || Xe(r.val), r.val;
|
|
3166
3170
|
}
|
|
3167
|
-
var
|
|
3171
|
+
var W;
|
|
3168
3172
|
(function(e) {
|
|
3169
3173
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3170
|
-
})(
|
|
3171
|
-
var
|
|
3174
|
+
})(W || (W = {}));
|
|
3175
|
+
var xe = (
|
|
3172
3176
|
/** @class */
|
|
3173
3177
|
function(e) {
|
|
3174
|
-
|
|
3178
|
+
Ee(t, e);
|
|
3175
3179
|
function t(r, n, i) {
|
|
3176
3180
|
var s = e.call(this, r) || this;
|
|
3177
3181
|
return s.code = n, s.originalMessage = i, s;
|
|
@@ -3183,152 +3187,152 @@ var ye = (
|
|
|
3183
3187
|
), mt = (
|
|
3184
3188
|
/** @class */
|
|
3185
3189
|
function(e) {
|
|
3186
|
-
|
|
3190
|
+
Ee(t, e);
|
|
3187
3191
|
function t(r, n, i, s) {
|
|
3188
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3192
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), W.INVALID_VALUE, s) || this;
|
|
3189
3193
|
}
|
|
3190
3194
|
return t;
|
|
3191
|
-
}(
|
|
3192
|
-
),
|
|
3195
|
+
}(xe)
|
|
3196
|
+
), $n = (
|
|
3193
3197
|
/** @class */
|
|
3194
3198
|
function(e) {
|
|
3195
|
-
|
|
3199
|
+
Ee(t, e);
|
|
3196
3200
|
function t(r, n, i) {
|
|
3197
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3201
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), W.INVALID_VALUE, i) || this;
|
|
3198
3202
|
}
|
|
3199
3203
|
return t;
|
|
3200
|
-
}(
|
|
3201
|
-
),
|
|
3204
|
+
}(xe)
|
|
3205
|
+
), Rn = (
|
|
3202
3206
|
/** @class */
|
|
3203
3207
|
function(e) {
|
|
3204
|
-
|
|
3208
|
+
Ee(t, e);
|
|
3205
3209
|
function t(r, n) {
|
|
3206
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3210
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), W.MISSING_VALUE, n) || this;
|
|
3207
3211
|
}
|
|
3208
3212
|
return t;
|
|
3209
|
-
}(
|
|
3210
|
-
),
|
|
3213
|
+
}(xe)
|
|
3214
|
+
), x;
|
|
3211
3215
|
(function(e) {
|
|
3212
3216
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3213
|
-
})(
|
|
3214
|
-
function
|
|
3217
|
+
})(x || (x = {}));
|
|
3218
|
+
function Un(e) {
|
|
3215
3219
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3216
3220
|
var n = t[t.length - 1];
|
|
3217
|
-
return !n || n.type !==
|
|
3221
|
+
return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
|
|
3218
3222
|
}, []);
|
|
3219
3223
|
}
|
|
3220
|
-
function
|
|
3224
|
+
function Dn(e) {
|
|
3221
3225
|
return typeof e == "function";
|
|
3222
3226
|
}
|
|
3223
|
-
function
|
|
3227
|
+
function ce(e, t, r, n, i, s, a) {
|
|
3224
3228
|
if (e.length === 1 && ot(e[0]))
|
|
3225
3229
|
return [
|
|
3226
3230
|
{
|
|
3227
|
-
type:
|
|
3231
|
+
type: x.literal,
|
|
3228
3232
|
value: e[0].value
|
|
3229
3233
|
}
|
|
3230
3234
|
];
|
|
3231
|
-
for (var o = [], l = 0,
|
|
3232
|
-
var
|
|
3233
|
-
if (ot(
|
|
3235
|
+
for (var o = [], l = 0, u = e; l < u.length; l++) {
|
|
3236
|
+
var h = u[l];
|
|
3237
|
+
if (ot(h)) {
|
|
3234
3238
|
o.push({
|
|
3235
|
-
type:
|
|
3236
|
-
value:
|
|
3239
|
+
type: x.literal,
|
|
3240
|
+
value: h.value
|
|
3237
3241
|
});
|
|
3238
3242
|
continue;
|
|
3239
3243
|
}
|
|
3240
|
-
if (
|
|
3244
|
+
if (an(h)) {
|
|
3241
3245
|
typeof s == "number" && o.push({
|
|
3242
|
-
type:
|
|
3246
|
+
type: x.literal,
|
|
3243
3247
|
value: r.getNumberFormat(t).format(s)
|
|
3244
3248
|
});
|
|
3245
3249
|
continue;
|
|
3246
3250
|
}
|
|
3247
|
-
var f =
|
|
3251
|
+
var f = h.value;
|
|
3248
3252
|
if (!(i && f in i))
|
|
3249
|
-
throw new
|
|
3253
|
+
throw new Rn(f, a);
|
|
3250
3254
|
var c = i[f];
|
|
3251
|
-
if (
|
|
3255
|
+
if (on(h)) {
|
|
3252
3256
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), o.push({
|
|
3253
|
-
type: typeof c == "string" ?
|
|
3257
|
+
type: typeof c == "string" ? x.literal : x.object,
|
|
3254
3258
|
value: c
|
|
3255
3259
|
});
|
|
3256
3260
|
continue;
|
|
3257
3261
|
}
|
|
3258
|
-
if (Rt(
|
|
3259
|
-
var
|
|
3262
|
+
if (Rt(h)) {
|
|
3263
|
+
var p = typeof h.style == "string" ? n.date[h.style] : Ge(h.style) ? h.style.parsedOptions : void 0;
|
|
3260
3264
|
o.push({
|
|
3261
|
-
type:
|
|
3262
|
-
value: r.getDateTimeFormat(t,
|
|
3265
|
+
type: x.literal,
|
|
3266
|
+
value: r.getDateTimeFormat(t, p).format(c)
|
|
3263
3267
|
});
|
|
3264
3268
|
continue;
|
|
3265
3269
|
}
|
|
3266
|
-
if (Ut(
|
|
3267
|
-
var
|
|
3270
|
+
if (Ut(h)) {
|
|
3271
|
+
var p = typeof h.style == "string" ? n.time[h.style] : Ge(h.style) ? h.style.parsedOptions : n.time.medium;
|
|
3268
3272
|
o.push({
|
|
3269
|
-
type:
|
|
3270
|
-
value: r.getDateTimeFormat(t,
|
|
3273
|
+
type: x.literal,
|
|
3274
|
+
value: r.getDateTimeFormat(t, p).format(c)
|
|
3271
3275
|
});
|
|
3272
3276
|
continue;
|
|
3273
3277
|
}
|
|
3274
|
-
if ($t(
|
|
3275
|
-
var
|
|
3276
|
-
|
|
3277
|
-
type:
|
|
3278
|
-
value: r.getNumberFormat(t,
|
|
3278
|
+
if ($t(h)) {
|
|
3279
|
+
var p = typeof h.style == "string" ? n.number[h.style] : jt(h.style) ? h.style.parsedOptions : void 0;
|
|
3280
|
+
p && p.scale && (c = c * (p.scale || 1)), o.push({
|
|
3281
|
+
type: x.literal,
|
|
3282
|
+
value: r.getNumberFormat(t, p).format(c)
|
|
3279
3283
|
});
|
|
3280
3284
|
continue;
|
|
3281
3285
|
}
|
|
3282
|
-
if (Ft(
|
|
3283
|
-
var m =
|
|
3284
|
-
if (!
|
|
3285
|
-
throw new
|
|
3286
|
-
var
|
|
3287
|
-
return
|
|
3286
|
+
if (Ft(h)) {
|
|
3287
|
+
var m = h.children, g = h.value, v = i[g];
|
|
3288
|
+
if (!Dn(v))
|
|
3289
|
+
throw new $n(g, "function", a);
|
|
3290
|
+
var I = ce(m, t, r, n, i, s), C = v(I.map(function(S) {
|
|
3291
|
+
return S.value;
|
|
3288
3292
|
}));
|
|
3289
|
-
Array.isArray(C) || (C = [C]), o.push.apply(o, C.map(function(
|
|
3293
|
+
Array.isArray(C) || (C = [C]), o.push.apply(o, C.map(function(S) {
|
|
3290
3294
|
return {
|
|
3291
|
-
type: typeof
|
|
3292
|
-
value:
|
|
3295
|
+
type: typeof S == "string" ? x.literal : x.object,
|
|
3296
|
+
value: S
|
|
3293
3297
|
};
|
|
3294
3298
|
}));
|
|
3295
3299
|
}
|
|
3296
|
-
if (Dt(
|
|
3297
|
-
var H =
|
|
3300
|
+
if (Dt(h)) {
|
|
3301
|
+
var H = h.options[c] || h.options.other;
|
|
3298
3302
|
if (!H)
|
|
3299
|
-
throw new mt(
|
|
3300
|
-
o.push.apply(o,
|
|
3303
|
+
throw new mt(h.value, c, Object.keys(h.options), a);
|
|
3304
|
+
o.push.apply(o, ce(H.value, t, r, n, i));
|
|
3301
3305
|
continue;
|
|
3302
3306
|
}
|
|
3303
|
-
if (Gt(
|
|
3304
|
-
var H =
|
|
3307
|
+
if (Gt(h)) {
|
|
3308
|
+
var H = h.options["=".concat(c)];
|
|
3305
3309
|
if (!H) {
|
|
3306
3310
|
if (!Intl.PluralRules)
|
|
3307
|
-
throw new
|
|
3311
|
+
throw new xe(`Intl.PluralRules is not available in this environment.
|
|
3308
3312
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3309
|
-
`,
|
|
3310
|
-
var
|
|
3311
|
-
H =
|
|
3313
|
+
`, W.MISSING_INTL_API, a);
|
|
3314
|
+
var M = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
|
|
3315
|
+
H = h.options[M] || h.options.other;
|
|
3312
3316
|
}
|
|
3313
3317
|
if (!H)
|
|
3314
|
-
throw new mt(
|
|
3315
|
-
o.push.apply(o,
|
|
3318
|
+
throw new mt(h.value, c, Object.keys(h.options), a);
|
|
3319
|
+
o.push.apply(o, ce(H.value, t, r, n, i, c - (h.offset || 0)));
|
|
3316
3320
|
continue;
|
|
3317
3321
|
}
|
|
3318
3322
|
}
|
|
3319
|
-
return
|
|
3323
|
+
return Un(o);
|
|
3320
3324
|
}
|
|
3321
|
-
function
|
|
3322
|
-
return t ?
|
|
3323
|
-
return r[n] =
|
|
3325
|
+
function Gn(e, t) {
|
|
3326
|
+
return t ? w(w(w({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3327
|
+
return r[n] = w(w({}, e[n]), t[n] || {}), r;
|
|
3324
3328
|
}, {})) : e;
|
|
3325
3329
|
}
|
|
3326
|
-
function
|
|
3330
|
+
function Fn(e, t) {
|
|
3327
3331
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3328
|
-
return r[n] =
|
|
3329
|
-
},
|
|
3332
|
+
return r[n] = Gn(e[n], t[n]), r;
|
|
3333
|
+
}, w({}, e)) : e;
|
|
3330
3334
|
}
|
|
3331
|
-
function
|
|
3335
|
+
function Ie(e) {
|
|
3332
3336
|
return {
|
|
3333
3337
|
create: function() {
|
|
3334
3338
|
return {
|
|
@@ -3342,35 +3346,35 @@ function Le(e) {
|
|
|
3342
3346
|
}
|
|
3343
3347
|
};
|
|
3344
3348
|
}
|
|
3345
|
-
function
|
|
3349
|
+
function jn(e) {
|
|
3346
3350
|
return e === void 0 && (e = {
|
|
3347
3351
|
number: {},
|
|
3348
3352
|
dateTime: {},
|
|
3349
3353
|
pluralRules: {}
|
|
3350
3354
|
}), {
|
|
3351
|
-
getNumberFormat:
|
|
3355
|
+
getNumberFormat: Pe(function() {
|
|
3352
3356
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3353
3357
|
r[n] = arguments[n];
|
|
3354
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3358
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3355
3359
|
}, {
|
|
3356
|
-
cache:
|
|
3357
|
-
strategy:
|
|
3360
|
+
cache: Ie(e.number),
|
|
3361
|
+
strategy: Le.variadic
|
|
3358
3362
|
}),
|
|
3359
|
-
getDateTimeFormat:
|
|
3363
|
+
getDateTimeFormat: Pe(function() {
|
|
3360
3364
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3361
3365
|
r[n] = arguments[n];
|
|
3362
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3366
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3363
3367
|
}, {
|
|
3364
|
-
cache:
|
|
3365
|
-
strategy:
|
|
3368
|
+
cache: Ie(e.dateTime),
|
|
3369
|
+
strategy: Le.variadic
|
|
3366
3370
|
}),
|
|
3367
|
-
getPluralRules:
|
|
3371
|
+
getPluralRules: Pe(function() {
|
|
3368
3372
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3369
3373
|
r[n] = arguments[n];
|
|
3370
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3374
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3371
3375
|
}, {
|
|
3372
|
-
cache:
|
|
3373
|
-
strategy:
|
|
3376
|
+
cache: Ie(e.pluralRules),
|
|
3377
|
+
strategy: Le.variadic
|
|
3374
3378
|
})
|
|
3375
3379
|
};
|
|
3376
3380
|
}
|
|
@@ -3385,15 +3389,15 @@ var qt = (
|
|
|
3385
3389
|
dateTime: {},
|
|
3386
3390
|
pluralRules: {}
|
|
3387
3391
|
}, this.format = function(l) {
|
|
3388
|
-
var
|
|
3389
|
-
if (
|
|
3390
|
-
return
|
|
3391
|
-
var
|
|
3392
|
-
return !f.length || c.type !==
|
|
3392
|
+
var u = s.formatToParts(l);
|
|
3393
|
+
if (u.length === 1)
|
|
3394
|
+
return u[0].value;
|
|
3395
|
+
var h = u.reduce(function(f, c) {
|
|
3396
|
+
return !f.length || c.type !== x.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
|
|
3393
3397
|
}, []);
|
|
3394
|
-
return
|
|
3398
|
+
return h.length <= 1 ? h[0] || "" : h;
|
|
3395
3399
|
}, this.formatToParts = function(l) {
|
|
3396
|
-
return
|
|
3400
|
+
return ce(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
|
|
3397
3401
|
}, this.resolvedOptions = function() {
|
|
3398
3402
|
var l;
|
|
3399
3403
|
return {
|
|
@@ -3407,12 +3411,12 @@ var qt = (
|
|
|
3407
3411
|
var a = i || {};
|
|
3408
3412
|
a.formatters;
|
|
3409
3413
|
var o = Jr(a, ["formatters"]);
|
|
3410
|
-
this.ast = e.__parse(t,
|
|
3414
|
+
this.ast = e.__parse(t, w(w({}, o), { locale: this.resolvedLocale }));
|
|
3411
3415
|
} else
|
|
3412
3416
|
this.ast = t;
|
|
3413
3417
|
if (!Array.isArray(this.ast))
|
|
3414
3418
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3415
|
-
this.formats =
|
|
3419
|
+
this.formats = Fn(e.formats, n), this.formatters = i && i.formatters || jn(this.formatterCache);
|
|
3416
3420
|
}
|
|
3417
3421
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3418
3422
|
get: function() {
|
|
@@ -3425,7 +3429,7 @@ var qt = (
|
|
|
3425
3429
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3426
3430
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3427
3431
|
}
|
|
3428
|
-
}, e.__parse =
|
|
3432
|
+
}, e.__parse = Mn, e.formats = {
|
|
3429
3433
|
number: {
|
|
3430
3434
|
integer: {
|
|
3431
3435
|
maximumFractionDigits: 0
|
|
@@ -3486,7 +3490,7 @@ var qt = (
|
|
|
3486
3490
|
}, e;
|
|
3487
3491
|
}()
|
|
3488
3492
|
);
|
|
3489
|
-
function
|
|
3493
|
+
function kn(e, t) {
|
|
3490
3494
|
if (t == null)
|
|
3491
3495
|
return;
|
|
3492
3496
|
if (t in e)
|
|
@@ -3507,36 +3511,36 @@ function jn(e, t) {
|
|
|
3507
3511
|
n = void 0;
|
|
3508
3512
|
return n;
|
|
3509
3513
|
}
|
|
3510
|
-
const
|
|
3514
|
+
const P = {}, Vn = (e, t, r) => r && (t in P || (P[t] = {}), e in P[t] || (P[t][e] = r), r), Jt = (e, t) => {
|
|
3511
3515
|
if (t == null)
|
|
3512
3516
|
return;
|
|
3513
|
-
if (t in
|
|
3514
|
-
return
|
|
3515
|
-
const r =
|
|
3517
|
+
if (t in P && e in P[t])
|
|
3518
|
+
return P[t][e];
|
|
3519
|
+
const r = se(t);
|
|
3516
3520
|
for (let n = 0; n < r.length; n++) {
|
|
3517
|
-
const i = r[n], s =
|
|
3521
|
+
const i = r[n], s = Wn(i, e);
|
|
3518
3522
|
if (s)
|
|
3519
|
-
return
|
|
3523
|
+
return Vn(e, t, s);
|
|
3520
3524
|
}
|
|
3521
3525
|
};
|
|
3522
3526
|
let qe;
|
|
3523
|
-
const
|
|
3524
|
-
function
|
|
3527
|
+
const ie = ye({});
|
|
3528
|
+
function Xn(e) {
|
|
3525
3529
|
return qe[e] || null;
|
|
3526
3530
|
}
|
|
3527
3531
|
function Yt(e) {
|
|
3528
3532
|
return e in qe;
|
|
3529
3533
|
}
|
|
3530
|
-
function
|
|
3534
|
+
function Wn(e, t) {
|
|
3531
3535
|
if (!Yt(e))
|
|
3532
3536
|
return null;
|
|
3533
|
-
const r =
|
|
3534
|
-
return
|
|
3537
|
+
const r = Xn(e);
|
|
3538
|
+
return kn(r, t);
|
|
3535
3539
|
}
|
|
3536
3540
|
function zn(e) {
|
|
3537
3541
|
if (e == null)
|
|
3538
3542
|
return;
|
|
3539
|
-
const t =
|
|
3543
|
+
const t = se(e);
|
|
3540
3544
|
for (let r = 0; r < t.length; r++) {
|
|
3541
3545
|
const n = t[r];
|
|
3542
3546
|
if (Yt(n))
|
|
@@ -3544,64 +3548,64 @@ function zn(e) {
|
|
|
3544
3548
|
}
|
|
3545
3549
|
}
|
|
3546
3550
|
function Kt(e, ...t) {
|
|
3547
|
-
delete
|
|
3551
|
+
delete P[e], ie.update((r) => (r[e] = qr.all([r[e] || {}, ...t]), r));
|
|
3548
3552
|
}
|
|
3549
|
-
|
|
3550
|
-
[
|
|
3553
|
+
q(
|
|
3554
|
+
[ie],
|
|
3551
3555
|
([e]) => Object.keys(e)
|
|
3552
3556
|
);
|
|
3553
|
-
|
|
3554
|
-
const
|
|
3555
|
-
function
|
|
3556
|
-
|
|
3557
|
+
ie.subscribe((e) => qe = e);
|
|
3558
|
+
const me = {};
|
|
3559
|
+
function Zn(e, t) {
|
|
3560
|
+
me[e].delete(t), me[e].size === 0 && delete me[e];
|
|
3557
3561
|
}
|
|
3558
3562
|
function er(e) {
|
|
3559
|
-
return
|
|
3563
|
+
return me[e];
|
|
3560
3564
|
}
|
|
3561
|
-
function
|
|
3562
|
-
return
|
|
3565
|
+
function Qn(e) {
|
|
3566
|
+
return se(e).map((t) => {
|
|
3563
3567
|
const r = er(t);
|
|
3564
3568
|
return [t, r ? [...r] : []];
|
|
3565
3569
|
}).filter(([, t]) => t.length > 0);
|
|
3566
3570
|
}
|
|
3567
|
-
function
|
|
3568
|
-
return e == null ? !1 :
|
|
3571
|
+
function be(e) {
|
|
3572
|
+
return e == null ? !1 : se(e).some(
|
|
3569
3573
|
(t) => {
|
|
3570
3574
|
var r;
|
|
3571
3575
|
return (r = er(t)) == null ? void 0 : r.size;
|
|
3572
3576
|
}
|
|
3573
3577
|
);
|
|
3574
3578
|
}
|
|
3575
|
-
function
|
|
3579
|
+
function qn(e, t) {
|
|
3576
3580
|
return Promise.all(
|
|
3577
|
-
t.map((n) => (
|
|
3581
|
+
t.map((n) => (Zn(e, n), n().then((i) => i.default || i)))
|
|
3578
3582
|
).then((n) => Kt(e, ...n));
|
|
3579
3583
|
}
|
|
3580
|
-
const
|
|
3584
|
+
const Y = {};
|
|
3581
3585
|
function tr(e) {
|
|
3582
|
-
if (!
|
|
3583
|
-
return e in
|
|
3584
|
-
const t =
|
|
3585
|
-
return
|
|
3586
|
+
if (!be(e))
|
|
3587
|
+
return e in Y ? Y[e] : Promise.resolve();
|
|
3588
|
+
const t = Qn(e);
|
|
3589
|
+
return Y[e] = Promise.all(
|
|
3586
3590
|
t.map(
|
|
3587
|
-
([r, n]) =>
|
|
3591
|
+
([r, n]) => qn(r, n)
|
|
3588
3592
|
)
|
|
3589
3593
|
).then(() => {
|
|
3590
|
-
if (
|
|
3594
|
+
if (be(e))
|
|
3591
3595
|
return tr(e);
|
|
3592
|
-
delete
|
|
3593
|
-
}),
|
|
3596
|
+
delete Y[e];
|
|
3597
|
+
}), Y[e];
|
|
3594
3598
|
}
|
|
3595
|
-
var
|
|
3599
|
+
var pt = Object.getOwnPropertySymbols, Jn = Object.prototype.hasOwnProperty, Yn = Object.prototype.propertyIsEnumerable, Kn = (e, t) => {
|
|
3596
3600
|
var r = {};
|
|
3597
3601
|
for (var n in e)
|
|
3598
|
-
|
|
3599
|
-
if (e != null &&
|
|
3600
|
-
for (var n of
|
|
3601
|
-
t.indexOf(n) < 0 &&
|
|
3602
|
+
Jn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3603
|
+
if (e != null && pt)
|
|
3604
|
+
for (var n of pt(e))
|
|
3605
|
+
t.indexOf(n) < 0 && Yn.call(e, n) && (r[n] = e[n]);
|
|
3602
3606
|
return r;
|
|
3603
3607
|
};
|
|
3604
|
-
const
|
|
3608
|
+
const ei = {
|
|
3605
3609
|
number: {
|
|
3606
3610
|
scientific: { notation: "scientific" },
|
|
3607
3611
|
engineering: { notation: "engineering" },
|
|
@@ -3631,28 +3635,28 @@ const Kn = {
|
|
|
3631
3635
|
}
|
|
3632
3636
|
}
|
|
3633
3637
|
};
|
|
3634
|
-
function
|
|
3638
|
+
function ti({ locale: e, id: t }) {
|
|
3635
3639
|
console.warn(
|
|
3636
|
-
`[svelte-i18n] The message "${t}" was not found in "${
|
|
3640
|
+
`[svelte-i18n] The message "${t}" was not found in "${se(
|
|
3637
3641
|
e
|
|
3638
|
-
).join('", "')}".${
|
|
3642
|
+
).join('", "')}".${be(N()) ? `
|
|
3639
3643
|
|
|
3640
3644
|
Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
|
|
3641
3645
|
);
|
|
3642
3646
|
}
|
|
3643
|
-
const
|
|
3647
|
+
const ri = {
|
|
3644
3648
|
fallbackLocale: null,
|
|
3645
3649
|
loadingDelay: 200,
|
|
3646
|
-
formats:
|
|
3650
|
+
formats: ei,
|
|
3647
3651
|
warnOnMissingMessages: !0,
|
|
3648
3652
|
handleMissingMessage: void 0,
|
|
3649
3653
|
ignoreTag: !0
|
|
3650
|
-
},
|
|
3654
|
+
}, K = ri;
|
|
3651
3655
|
function z() {
|
|
3652
|
-
return
|
|
3656
|
+
return K;
|
|
3653
3657
|
}
|
|
3654
|
-
function
|
|
3655
|
-
const t = e, { formats: r } = t, n =
|
|
3658
|
+
function ni(e) {
|
|
3659
|
+
const t = e, { formats: r } = t, n = Kn(t, ["formats"]);
|
|
3656
3660
|
let i = e.fallbackLocale;
|
|
3657
3661
|
if (e.initialLocale)
|
|
3658
3662
|
try {
|
|
@@ -3662,152 +3666,152 @@ function ri(e) {
|
|
|
3662
3666
|
`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
|
|
3663
3667
|
);
|
|
3664
3668
|
}
|
|
3665
|
-
return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage =
|
|
3669
|
+
return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = ti : console.warn(
|
|
3666
3670
|
'[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
|
|
3667
|
-
)), Object.assign(
|
|
3671
|
+
)), Object.assign(K, n, { initialLocale: i }), r && ("number" in r && Object.assign(K.formats.number, r.number), "date" in r && Object.assign(K.formats.date, r.date), "time" in r && Object.assign(K.formats.time, r.time)), R.set(i);
|
|
3668
3672
|
}
|
|
3669
|
-
const
|
|
3670
|
-
var
|
|
3673
|
+
const Me = ye(!1);
|
|
3674
|
+
var ii = Object.defineProperty, si = Object.defineProperties, oi = Object.getOwnPropertyDescriptors, dt = Object.getOwnPropertySymbols, ai = Object.prototype.hasOwnProperty, ui = Object.prototype.propertyIsEnumerable, bt = (e, t, r) => t in e ? ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hi = (e, t) => {
|
|
3671
3675
|
for (var r in t || (t = {}))
|
|
3672
|
-
|
|
3673
|
-
if (
|
|
3674
|
-
for (var r of
|
|
3675
|
-
|
|
3676
|
+
ai.call(t, r) && bt(e, r, t[r]);
|
|
3677
|
+
if (dt)
|
|
3678
|
+
for (var r of dt(t))
|
|
3679
|
+
ui.call(t, r) && bt(e, r, t[r]);
|
|
3676
3680
|
return e;
|
|
3677
|
-
},
|
|
3678
|
-
let
|
|
3679
|
-
const
|
|
3681
|
+
}, li = (e, t) => si(e, oi(t));
|
|
3682
|
+
let We;
|
|
3683
|
+
const ge = ye(null);
|
|
3680
3684
|
function gt(e) {
|
|
3681
3685
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3682
3686
|
}
|
|
3683
|
-
function
|
|
3687
|
+
function se(e, t = z().fallbackLocale) {
|
|
3684
3688
|
const r = gt(e);
|
|
3685
3689
|
return t ? [.../* @__PURE__ */ new Set([...r, ...gt(t)])] : r;
|
|
3686
3690
|
}
|
|
3687
|
-
function
|
|
3688
|
-
return
|
|
3691
|
+
function N() {
|
|
3692
|
+
return We != null ? We : void 0;
|
|
3689
3693
|
}
|
|
3690
|
-
|
|
3691
|
-
|
|
3694
|
+
ge.subscribe((e) => {
|
|
3695
|
+
We = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3692
3696
|
});
|
|
3693
|
-
const
|
|
3694
|
-
if (e && zn(e) &&
|
|
3697
|
+
const fi = (e) => {
|
|
3698
|
+
if (e && zn(e) && be(e)) {
|
|
3695
3699
|
const { loadingDelay: t } = z();
|
|
3696
3700
|
let r;
|
|
3697
|
-
return typeof window != "undefined" &&
|
|
3698
|
-
() =>
|
|
3701
|
+
return typeof window != "undefined" && N() != null && t ? r = window.setTimeout(
|
|
3702
|
+
() => Me.set(!0),
|
|
3699
3703
|
t
|
|
3700
|
-
) :
|
|
3701
|
-
|
|
3704
|
+
) : Me.set(!0), tr(e).then(() => {
|
|
3705
|
+
ge.set(e);
|
|
3702
3706
|
}).finally(() => {
|
|
3703
|
-
clearTimeout(r),
|
|
3707
|
+
clearTimeout(r), Me.set(!1);
|
|
3704
3708
|
});
|
|
3705
3709
|
}
|
|
3706
|
-
return
|
|
3707
|
-
},
|
|
3708
|
-
set:
|
|
3709
|
-
}),
|
|
3710
|
+
return ge.set(e);
|
|
3711
|
+
}, R = li(hi({}, ge), {
|
|
3712
|
+
set: fi
|
|
3713
|
+
}), ve = (e) => {
|
|
3710
3714
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3711
3715
|
return (n) => {
|
|
3712
3716
|
const i = JSON.stringify(n);
|
|
3713
3717
|
return i in t ? t[i] : t[i] = e(n);
|
|
3714
3718
|
};
|
|
3715
3719
|
};
|
|
3716
|
-
var
|
|
3720
|
+
var ci = Object.defineProperty, _e = Object.getOwnPropertySymbols, rr = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? ci(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Je = (e, t) => {
|
|
3717
3721
|
for (var r in t || (t = {}))
|
|
3718
3722
|
rr.call(t, r) && _t(e, r, t[r]);
|
|
3719
|
-
if (
|
|
3720
|
-
for (var r of
|
|
3723
|
+
if (_e)
|
|
3724
|
+
for (var r of _e(t))
|
|
3721
3725
|
nr.call(t, r) && _t(e, r, t[r]);
|
|
3722
3726
|
return e;
|
|
3723
|
-
},
|
|
3727
|
+
}, J = (e, t) => {
|
|
3724
3728
|
var r = {};
|
|
3725
3729
|
for (var n in e)
|
|
3726
3730
|
rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3727
|
-
if (e != null &&
|
|
3728
|
-
for (var n of
|
|
3731
|
+
if (e != null && _e)
|
|
3732
|
+
for (var n of _e(e))
|
|
3729
3733
|
t.indexOf(n) < 0 && nr.call(e, n) && (r[n] = e[n]);
|
|
3730
3734
|
return r;
|
|
3731
3735
|
};
|
|
3732
|
-
const
|
|
3736
|
+
const re = (e, t) => {
|
|
3733
3737
|
const { formats: r } = z();
|
|
3734
3738
|
if (e in r && t in r[e])
|
|
3735
3739
|
return r[e][t];
|
|
3736
3740
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3737
|
-
},
|
|
3741
|
+
}, mi = ve(
|
|
3738
3742
|
(e) => {
|
|
3739
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3743
|
+
var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
|
|
3740
3744
|
if (r == null)
|
|
3741
3745
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3742
|
-
return n && (i =
|
|
3746
|
+
return n && (i = re("number", n)), new Intl.NumberFormat(r, i);
|
|
3743
3747
|
}
|
|
3744
|
-
),
|
|
3748
|
+
), pi = ve(
|
|
3745
3749
|
(e) => {
|
|
3746
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3750
|
+
var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
|
|
3747
3751
|
if (r == null)
|
|
3748
3752
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3749
|
-
return n ? i =
|
|
3753
|
+
return n ? i = re("date", n) : Object.keys(i).length === 0 && (i = re("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3750
3754
|
}
|
|
3751
|
-
), di =
|
|
3755
|
+
), di = ve(
|
|
3752
3756
|
(e) => {
|
|
3753
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3757
|
+
var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
|
|
3754
3758
|
if (r == null)
|
|
3755
3759
|
throw new Error(
|
|
3756
3760
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3757
3761
|
);
|
|
3758
|
-
return n ? i =
|
|
3762
|
+
return n ? i = re("time", n) : Object.keys(i).length === 0 && (i = re("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3759
3763
|
}
|
|
3760
|
-
),
|
|
3764
|
+
), bi = (e = {}) => {
|
|
3761
3765
|
var t = e, {
|
|
3762
|
-
locale: r =
|
|
3763
|
-
} = t, n =
|
|
3766
|
+
locale: r = N()
|
|
3767
|
+
} = t, n = J(t, [
|
|
3764
3768
|
"locale"
|
|
3765
3769
|
]);
|
|
3766
|
-
return
|
|
3767
|
-
},
|
|
3770
|
+
return mi(Je({ locale: r }, n));
|
|
3771
|
+
}, gi = (e = {}) => {
|
|
3768
3772
|
var t = e, {
|
|
3769
|
-
locale: r =
|
|
3770
|
-
} = t, n =
|
|
3773
|
+
locale: r = N()
|
|
3774
|
+
} = t, n = J(t, [
|
|
3771
3775
|
"locale"
|
|
3772
3776
|
]);
|
|
3773
|
-
return
|
|
3774
|
-
},
|
|
3777
|
+
return pi(Je({ locale: r }, n));
|
|
3778
|
+
}, _i = (e = {}) => {
|
|
3775
3779
|
var t = e, {
|
|
3776
|
-
locale: r =
|
|
3777
|
-
} = t, n =
|
|
3780
|
+
locale: r = N()
|
|
3781
|
+
} = t, n = J(t, [
|
|
3778
3782
|
"locale"
|
|
3779
3783
|
]);
|
|
3780
3784
|
return di(Je({ locale: r }, n));
|
|
3781
|
-
},
|
|
3785
|
+
}, yi = ve(
|
|
3782
3786
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3783
|
-
(e, t =
|
|
3787
|
+
(e, t = N()) => new qt(e, t, z().formats, {
|
|
3784
3788
|
ignoreTag: z().ignoreTag
|
|
3785
3789
|
})
|
|
3786
|
-
),
|
|
3790
|
+
), Ei = (e, t = {}) => {
|
|
3787
3791
|
var r, n, i, s;
|
|
3788
3792
|
let a = t;
|
|
3789
3793
|
typeof e == "object" && (a = e, e = a.id);
|
|
3790
3794
|
const {
|
|
3791
3795
|
values: o,
|
|
3792
|
-
locale: l =
|
|
3793
|
-
default:
|
|
3796
|
+
locale: l = N(),
|
|
3797
|
+
default: u
|
|
3794
3798
|
} = a;
|
|
3795
3799
|
if (l == null)
|
|
3796
3800
|
throw new Error(
|
|
3797
3801
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3798
3802
|
);
|
|
3799
|
-
let
|
|
3800
|
-
if (!
|
|
3801
|
-
|
|
3802
|
-
else if (typeof
|
|
3803
|
+
let h = Jt(e, l);
|
|
3804
|
+
if (!h)
|
|
3805
|
+
h = (s = (i = (n = (r = z()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
|
|
3806
|
+
else if (typeof h != "string")
|
|
3803
3807
|
return console.warn(
|
|
3804
|
-
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof
|
|
3805
|
-
),
|
|
3808
|
+
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
3809
|
+
), h;
|
|
3806
3810
|
if (!o)
|
|
3807
|
-
return
|
|
3808
|
-
let f =
|
|
3811
|
+
return h;
|
|
3812
|
+
let f = h;
|
|
3809
3813
|
try {
|
|
3810
|
-
f =
|
|
3814
|
+
f = yi(h, l).format(o);
|
|
3811
3815
|
} catch (c) {
|
|
3812
3816
|
c instanceof Error && console.warn(
|
|
3813
3817
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3815,20 +3819,20 @@ const te = (e, t) => {
|
|
|
3815
3819
|
);
|
|
3816
3820
|
}
|
|
3817
3821
|
return f;
|
|
3818
|
-
}, xi = (e, t) =>
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3822
|
+
}, xi = (e, t) => _i(t).format(e), vi = (e, t) => gi(t).format(e), Hi = (e, t) => bi(t).format(e), Bi = (e, t = N()) => Jt(e, t), Ti = q([R, ie], () => Ei);
|
|
3823
|
+
q([R], () => xi);
|
|
3824
|
+
q([R], () => vi);
|
|
3825
|
+
q([R], () => Hi);
|
|
3826
|
+
q([R, ie], () => Bi);
|
|
3823
3827
|
function yt(e, t) {
|
|
3824
3828
|
Kt(e, t);
|
|
3825
3829
|
}
|
|
3826
|
-
function
|
|
3827
|
-
|
|
3830
|
+
function wi(e) {
|
|
3831
|
+
ni({
|
|
3828
3832
|
fallbackLocale: "en"
|
|
3829
|
-
}),
|
|
3833
|
+
}), R.set(e);
|
|
3830
3834
|
}
|
|
3831
|
-
const
|
|
3835
|
+
const Et = {
|
|
3832
3836
|
en: {
|
|
3833
3837
|
header: {
|
|
3834
3838
|
general: "Cashier",
|
|
@@ -3851,18 +3855,18 @@ const xt = {
|
|
|
3851
3855
|
}
|
|
3852
3856
|
}
|
|
3853
3857
|
};
|
|
3854
|
-
function
|
|
3858
|
+
function Si(e) {
|
|
3855
3859
|
br(e, "svelte-bbilb", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--mmw--header-height, 40px);background-color:var(--mmw--color-grey-105, #E8E9EB);width:100%;border-radius:6px 6px 0 0}.CashierHeaderLeftButton{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;position:absolute;display:flex;align-items:center;font-variant:all-small-caps;height:32px;left:7px;gap:2px;cursor:pointer}.CashierHeaderLeftButton svg path{fill:var(--mmw--color-grey-10, #111)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-large, 18px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin:auto;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer}");
|
|
3856
3860
|
}
|
|
3857
|
-
const
|
|
3861
|
+
const Ai = (e) => ({}), xt = (e) => ({}), Oi = (e) => ({}), vt = (e) => ({}), Ci = (e) => ({}), Ht = (e) => ({});
|
|
3858
3862
|
function Bt(e) {
|
|
3859
3863
|
let t, r, n;
|
|
3860
3864
|
return {
|
|
3861
3865
|
c() {
|
|
3862
|
-
t =
|
|
3866
|
+
t = Z("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z" fill="#111111"></path></svg>', Q(t, "class", "CashierHeaderLeftButton");
|
|
3863
3867
|
},
|
|
3864
3868
|
m(i, s) {
|
|
3865
|
-
|
|
3869
|
+
$(i, t, s), r || (n = Pt(
|
|
3866
3870
|
t,
|
|
3867
3871
|
"click",
|
|
3868
3872
|
/*back*/
|
|
@@ -3871,32 +3875,32 @@ function Bt(e) {
|
|
|
3871
3875
|
},
|
|
3872
3876
|
p: T,
|
|
3873
3877
|
d(i) {
|
|
3874
|
-
i &&
|
|
3878
|
+
i && L(t), r = !1, n();
|
|
3875
3879
|
}
|
|
3876
3880
|
};
|
|
3877
3881
|
}
|
|
3878
|
-
function
|
|
3882
|
+
function Pi(e) {
|
|
3879
3883
|
let t, r = (
|
|
3880
3884
|
/*backButton*/
|
|
3881
3885
|
e[1] && Bt(e)
|
|
3882
3886
|
);
|
|
3883
3887
|
return {
|
|
3884
3888
|
c() {
|
|
3885
|
-
r && r.c(), t =
|
|
3889
|
+
r && r.c(), t = Ct();
|
|
3886
3890
|
},
|
|
3887
3891
|
m(n, i) {
|
|
3888
|
-
r && r.m(n, i),
|
|
3892
|
+
r && r.m(n, i), $(n, t, i);
|
|
3889
3893
|
},
|
|
3890
3894
|
p(n, i) {
|
|
3891
3895
|
/*backButton*/
|
|
3892
3896
|
n[1] ? r ? r.p(n, i) : (r = Bt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
|
|
3893
3897
|
},
|
|
3894
3898
|
d(n) {
|
|
3895
|
-
n &&
|
|
3899
|
+
n && L(t), r && r.d(n);
|
|
3896
3900
|
}
|
|
3897
3901
|
};
|
|
3898
3902
|
}
|
|
3899
|
-
function
|
|
3903
|
+
function Li(e) {
|
|
3900
3904
|
let t, r = (
|
|
3901
3905
|
/*$_*/
|
|
3902
3906
|
e[4](
|
|
@@ -3906,10 +3910,10 @@ function Pi(e) {
|
|
|
3906
3910
|
), n;
|
|
3907
3911
|
return {
|
|
3908
3912
|
c() {
|
|
3909
|
-
t =
|
|
3913
|
+
t = Z("span"), n = Ze(r), Q(t, "class", "CashierHeaderTitle");
|
|
3910
3914
|
},
|
|
3911
3915
|
m(i, s) {
|
|
3912
|
-
|
|
3916
|
+
$(i, t, s), pe(t, n);
|
|
3913
3917
|
},
|
|
3914
3918
|
p(i, s) {
|
|
3915
3919
|
s & /*$_, titleText*/
|
|
@@ -3917,10 +3921,10 @@ function Pi(e) {
|
|
|
3917
3921
|
i[4](
|
|
3918
3922
|
/*titleText*/
|
|
3919
3923
|
i[2]
|
|
3920
|
-
) + "") &&
|
|
3924
|
+
) + "") && Er(n, r);
|
|
3921
3925
|
},
|
|
3922
3926
|
d(i) {
|
|
3923
|
-
i &&
|
|
3927
|
+
i && L(t);
|
|
3924
3928
|
}
|
|
3925
3929
|
};
|
|
3926
3930
|
}
|
|
@@ -3928,10 +3932,10 @@ function Tt(e) {
|
|
|
3928
3932
|
let t, r, n;
|
|
3929
3933
|
return {
|
|
3930
3934
|
c() {
|
|
3931
|
-
t =
|
|
3935
|
+
t = Z("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13" fill="none"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z" fill="#111111"></path></svg>', Q(t, "class", "CashierHeaderRightButton");
|
|
3932
3936
|
},
|
|
3933
3937
|
m(i, s) {
|
|
3934
|
-
|
|
3938
|
+
$(i, t, s), r || (n = Pt(
|
|
3935
3939
|
t,
|
|
3936
3940
|
"click",
|
|
3937
3941
|
/*close*/
|
|
@@ -3940,211 +3944,211 @@ function Tt(e) {
|
|
|
3940
3944
|
},
|
|
3941
3945
|
p: T,
|
|
3942
3946
|
d(i) {
|
|
3943
|
-
i &&
|
|
3947
|
+
i && L(t), r = !1, n();
|
|
3944
3948
|
}
|
|
3945
3949
|
};
|
|
3946
3950
|
}
|
|
3947
|
-
function
|
|
3951
|
+
function Ni(e) {
|
|
3948
3952
|
let t, r = (
|
|
3949
3953
|
/*closeButton*/
|
|
3950
3954
|
e[3] && Tt(e)
|
|
3951
3955
|
);
|
|
3952
3956
|
return {
|
|
3953
3957
|
c() {
|
|
3954
|
-
r && r.c(), t =
|
|
3958
|
+
r && r.c(), t = Ct();
|
|
3955
3959
|
},
|
|
3956
3960
|
m(n, i) {
|
|
3957
|
-
r && r.m(n, i),
|
|
3961
|
+
r && r.m(n, i), $(n, t, i);
|
|
3958
3962
|
},
|
|
3959
3963
|
p(n, i) {
|
|
3960
3964
|
/*closeButton*/
|
|
3961
3965
|
n[3] ? r ? r.p(n, i) : (r = Tt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
|
|
3962
3966
|
},
|
|
3963
3967
|
d(n) {
|
|
3964
|
-
n &&
|
|
3968
|
+
n && L(t), r && r.d(n);
|
|
3965
3969
|
}
|
|
3966
3970
|
};
|
|
3967
3971
|
}
|
|
3968
|
-
function
|
|
3972
|
+
function Ii(e) {
|
|
3969
3973
|
let t, r, n, i;
|
|
3970
3974
|
const s = (
|
|
3971
3975
|
/*#slots*/
|
|
3972
3976
|
e[15].leftButton
|
|
3973
|
-
), a =
|
|
3977
|
+
), a = Be(
|
|
3974
3978
|
s,
|
|
3975
3979
|
e,
|
|
3976
3980
|
/*$$scope*/
|
|
3977
3981
|
e[14],
|
|
3978
3982
|
Ht
|
|
3979
|
-
), o = a ||
|
|
3983
|
+
), o = a || Pi(e), l = (
|
|
3980
3984
|
/*#slots*/
|
|
3981
3985
|
e[15].title
|
|
3982
|
-
),
|
|
3986
|
+
), u = Be(
|
|
3983
3987
|
l,
|
|
3984
3988
|
e,
|
|
3985
3989
|
/*$$scope*/
|
|
3986
3990
|
e[14],
|
|
3987
3991
|
vt
|
|
3988
|
-
),
|
|
3992
|
+
), h = u || Li(e), f = (
|
|
3989
3993
|
/*#slots*/
|
|
3990
3994
|
e[15].rightButton
|
|
3991
|
-
), c =
|
|
3995
|
+
), c = Be(
|
|
3992
3996
|
f,
|
|
3993
3997
|
e,
|
|
3994
3998
|
/*$$scope*/
|
|
3995
3999
|
e[14],
|
|
3996
|
-
|
|
3997
|
-
),
|
|
4000
|
+
xt
|
|
4001
|
+
), p = c || Ni(e);
|
|
3998
4002
|
return {
|
|
3999
4003
|
c() {
|
|
4000
|
-
t =
|
|
4004
|
+
t = Z("div"), o && o.c(), r = nt(), h && h.c(), n = nt(), p && p.c(), Q(t, "class", "CashierHeader");
|
|
4001
4005
|
},
|
|
4002
4006
|
m(m, g) {
|
|
4003
|
-
|
|
4007
|
+
$(m, t, g), o && o.m(t, null), pe(t, r), h && h.m(t, null), pe(t, n), p && p.m(t, null), e[16](t), i = !0;
|
|
4004
4008
|
},
|
|
4005
4009
|
p(m, [g]) {
|
|
4006
4010
|
a ? a.p && (!i || g & /*$$scope*/
|
|
4007
|
-
16384) &&
|
|
4011
|
+
16384) && we(
|
|
4008
4012
|
a,
|
|
4009
4013
|
s,
|
|
4010
4014
|
m,
|
|
4011
4015
|
/*$$scope*/
|
|
4012
4016
|
m[14],
|
|
4013
|
-
i ?
|
|
4017
|
+
i ? Te(
|
|
4014
4018
|
s,
|
|
4015
4019
|
/*$$scope*/
|
|
4016
4020
|
m[14],
|
|
4017
4021
|
g,
|
|
4018
4022
|
Ci
|
|
4019
|
-
) :
|
|
4023
|
+
) : Se(
|
|
4020
4024
|
/*$$scope*/
|
|
4021
4025
|
m[14]
|
|
4022
4026
|
),
|
|
4023
4027
|
Ht
|
|
4024
4028
|
) : o && o.p && (!i || g & /*backButton*/
|
|
4025
|
-
2) && o.p(m, i ? g : -1),
|
|
4026
|
-
16384) &&
|
|
4027
|
-
|
|
4029
|
+
2) && o.p(m, i ? g : -1), u ? u.p && (!i || g & /*$$scope*/
|
|
4030
|
+
16384) && we(
|
|
4031
|
+
u,
|
|
4028
4032
|
l,
|
|
4029
4033
|
m,
|
|
4030
4034
|
/*$$scope*/
|
|
4031
4035
|
m[14],
|
|
4032
|
-
i ?
|
|
4036
|
+
i ? Te(
|
|
4033
4037
|
l,
|
|
4034
4038
|
/*$$scope*/
|
|
4035
4039
|
m[14],
|
|
4036
4040
|
g,
|
|
4037
|
-
|
|
4038
|
-
) :
|
|
4041
|
+
Oi
|
|
4042
|
+
) : Se(
|
|
4039
4043
|
/*$$scope*/
|
|
4040
4044
|
m[14]
|
|
4041
4045
|
),
|
|
4042
4046
|
vt
|
|
4043
|
-
) :
|
|
4044
|
-
20) &&
|
|
4045
|
-
16384) &&
|
|
4047
|
+
) : h && h.p && (!i || g & /*$_, titleText*/
|
|
4048
|
+
20) && h.p(m, i ? g : -1), c ? c.p && (!i || g & /*$$scope*/
|
|
4049
|
+
16384) && we(
|
|
4046
4050
|
c,
|
|
4047
4051
|
f,
|
|
4048
4052
|
m,
|
|
4049
4053
|
/*$$scope*/
|
|
4050
4054
|
m[14],
|
|
4051
|
-
i ?
|
|
4055
|
+
i ? Te(
|
|
4052
4056
|
f,
|
|
4053
4057
|
/*$$scope*/
|
|
4054
4058
|
m[14],
|
|
4055
4059
|
g,
|
|
4056
|
-
|
|
4057
|
-
) :
|
|
4060
|
+
Ai
|
|
4061
|
+
) : Se(
|
|
4058
4062
|
/*$$scope*/
|
|
4059
4063
|
m[14]
|
|
4060
4064
|
),
|
|
4061
|
-
|
|
4062
|
-
) :
|
|
4063
|
-
8) &&
|
|
4065
|
+
xt
|
|
4066
|
+
) : p && p.p && (!i || g & /*closeButton*/
|
|
4067
|
+
8) && p.p(m, i ? g : -1);
|
|
4064
4068
|
},
|
|
4065
4069
|
i(m) {
|
|
4066
|
-
i || (
|
|
4070
|
+
i || (le(o, m), le(h, m), le(p, m), i = !0);
|
|
4067
4071
|
},
|
|
4068
4072
|
o(m) {
|
|
4069
|
-
|
|
4073
|
+
Oe(o, m), Oe(h, m), Oe(p, m), i = !1;
|
|
4070
4074
|
},
|
|
4071
4075
|
d(m) {
|
|
4072
|
-
m &&
|
|
4076
|
+
m && L(t), o && o.d(m), h && h.d(m), p && p.d(m), e[16](null);
|
|
4073
4077
|
}
|
|
4074
4078
|
};
|
|
4075
4079
|
}
|
|
4076
|
-
function
|
|
4080
|
+
function Mi(e, t, r) {
|
|
4077
4081
|
let n;
|
|
4078
|
-
|
|
4079
|
-
let { $$slots: i = {}, $$scope: s } = t, { clientstyling: a = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton:
|
|
4080
|
-
const
|
|
4082
|
+
dr(e, Ti, (_) => r(4, n = _));
|
|
4083
|
+
let { $$slots: i = {}, $$scope: s } = t, { clientstyling: a = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton: u = "" } = t, { title: h = "header.general" } = t, { lang: f = "en" } = t, { showclosebutton: c = "" } = t, p, m = !1, g, v = !1;
|
|
4084
|
+
const I = () => {
|
|
4081
4085
|
let _ = l;
|
|
4082
|
-
_ && fetch(_).then((
|
|
4083
|
-
Object.keys(
|
|
4084
|
-
yt(
|
|
4086
|
+
_ && fetch(_).then((A) => A.json()).then((A) => {
|
|
4087
|
+
Object.keys(A).forEach((D) => {
|
|
4088
|
+
yt(D, A[D]);
|
|
4085
4089
|
});
|
|
4086
|
-
}).catch((
|
|
4087
|
-
console.log(
|
|
4090
|
+
}).catch((A) => {
|
|
4091
|
+
console.log(A);
|
|
4088
4092
|
});
|
|
4089
4093
|
};
|
|
4090
|
-
Object.keys(
|
|
4091
|
-
yt(_,
|
|
4094
|
+
Object.keys(Et).forEach((_) => {
|
|
4095
|
+
yt(_, Et[_]);
|
|
4092
4096
|
});
|
|
4093
4097
|
const C = () => {
|
|
4094
4098
|
let _ = document.createElement("style");
|
|
4095
|
-
_.innerHTML = a,
|
|
4099
|
+
_.innerHTML = a, p.appendChild(_);
|
|
4096
4100
|
}, H = () => {
|
|
4097
|
-
let _ = new URL(o),
|
|
4098
|
-
fetch(_.href).then((
|
|
4099
|
-
|
|
4101
|
+
let _ = new URL(o), A = document.createElement("style");
|
|
4102
|
+
fetch(_.href).then((D) => D.text()).then((D) => {
|
|
4103
|
+
A.innerHTML = D, setTimeout(
|
|
4100
4104
|
() => {
|
|
4101
|
-
|
|
4105
|
+
p.appendChild(A);
|
|
4102
4106
|
},
|
|
4103
4107
|
1
|
|
4104
4108
|
);
|
|
4105
4109
|
});
|
|
4106
|
-
},
|
|
4107
|
-
|
|
4108
|
-
},
|
|
4110
|
+
}, M = () => {
|
|
4111
|
+
wi(f);
|
|
4112
|
+
}, S = () => {
|
|
4109
4113
|
window.postMessage({ type: "CloseCashier" }, window.location.href);
|
|
4110
|
-
},
|
|
4114
|
+
}, U = () => {
|
|
4111
4115
|
window.postMessage({ type: "BackCashier" }, window.location.href);
|
|
4112
|
-
},
|
|
4113
|
-
r(1, m = !!
|
|
4116
|
+
}, oe = () => {
|
|
4117
|
+
r(1, m = !!u && u !== "false");
|
|
4114
4118
|
}, sr = () => {
|
|
4115
4119
|
r(3, v = !!c && c !== "false");
|
|
4116
4120
|
}, or = () => {
|
|
4117
|
-
r(2, g =
|
|
4121
|
+
r(2, g = h || "header.general");
|
|
4118
4122
|
};
|
|
4119
4123
|
function ar(_) {
|
|
4120
|
-
|
|
4121
|
-
|
|
4124
|
+
$e[_ ? "unshift" : "push"](() => {
|
|
4125
|
+
p = _, r(0, p);
|
|
4122
4126
|
});
|
|
4123
4127
|
}
|
|
4124
4128
|
return e.$$set = (_) => {
|
|
4125
|
-
"clientstyling" in _ && r(7, a = _.clientstyling), "clientstylingurl" in _ && r(8, o = _.clientstylingurl), "translationurl" in _ && r(9, l = _.translationurl), "showbackbutton" in _ && r(10,
|
|
4129
|
+
"clientstyling" in _ && r(7, a = _.clientstyling), "clientstylingurl" in _ && r(8, o = _.clientstylingurl), "translationurl" in _ && r(9, l = _.translationurl), "showbackbutton" in _ && r(10, u = _.showbackbutton), "title" in _ && r(11, h = _.title), "lang" in _ && r(12, f = _.lang), "showclosebutton" in _ && r(13, c = _.showclosebutton), "$$scope" in _ && r(14, s = _.$$scope);
|
|
4126
4130
|
}, e.$$.update = () => {
|
|
4127
4131
|
e.$$.dirty & /*lang*/
|
|
4128
|
-
4096 && f &&
|
|
4129
|
-
6144 && f &&
|
|
4130
|
-
129 && a &&
|
|
4131
|
-
257 && o &&
|
|
4132
|
-
4608 && f && l &&
|
|
4133
|
-
1024 &&
|
|
4132
|
+
4096 && f && M(), e.$$.dirty & /*lang, title*/
|
|
4133
|
+
6144 && f && h && or(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4134
|
+
129 && a && p && C(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4135
|
+
257 && o && p && H(), e.$$.dirty & /*lang, translationurl*/
|
|
4136
|
+
4608 && f && l && I(), e.$$.dirty & /*showbackbutton*/
|
|
4137
|
+
1024 && u && oe(), e.$$.dirty & /*showclosebutton*/
|
|
4134
4138
|
8192 && c && sr();
|
|
4135
4139
|
}, [
|
|
4136
|
-
|
|
4140
|
+
p,
|
|
4137
4141
|
m,
|
|
4138
4142
|
g,
|
|
4139
4143
|
v,
|
|
4140
4144
|
n,
|
|
4141
|
-
|
|
4142
|
-
|
|
4145
|
+
S,
|
|
4146
|
+
U,
|
|
4143
4147
|
a,
|
|
4144
4148
|
o,
|
|
4145
4149
|
l,
|
|
4146
|
-
h,
|
|
4147
4150
|
u,
|
|
4151
|
+
h,
|
|
4148
4152
|
f,
|
|
4149
4153
|
c,
|
|
4150
4154
|
s,
|
|
@@ -4154,11 +4158,11 @@ function Ii(e, t, r) {
|
|
|
4154
4158
|
}
|
|
4155
4159
|
class ir extends Lr {
|
|
4156
4160
|
constructor(t) {
|
|
4157
|
-
super(),
|
|
4161
|
+
super(), Cr(
|
|
4158
4162
|
this,
|
|
4159
4163
|
t,
|
|
4164
|
+
Mi,
|
|
4160
4165
|
Ii,
|
|
4161
|
-
Ni,
|
|
4162
4166
|
St,
|
|
4163
4167
|
{
|
|
4164
4168
|
clientstyling: 7,
|
|
@@ -4169,77 +4173,77 @@ class ir extends Lr {
|
|
|
4169
4173
|
lang: 12,
|
|
4170
4174
|
showclosebutton: 13
|
|
4171
4175
|
},
|
|
4172
|
-
|
|
4176
|
+
Si
|
|
4173
4177
|
);
|
|
4174
4178
|
}
|
|
4175
4179
|
get clientstyling() {
|
|
4176
4180
|
return this.$$.ctx[7];
|
|
4177
4181
|
}
|
|
4178
4182
|
set clientstyling(t) {
|
|
4179
|
-
this.$$set({ clientstyling: t }),
|
|
4183
|
+
this.$$set({ clientstyling: t }), O();
|
|
4180
4184
|
}
|
|
4181
4185
|
get clientstylingurl() {
|
|
4182
4186
|
return this.$$.ctx[8];
|
|
4183
4187
|
}
|
|
4184
4188
|
set clientstylingurl(t) {
|
|
4185
|
-
this.$$set({ clientstylingurl: t }),
|
|
4189
|
+
this.$$set({ clientstylingurl: t }), O();
|
|
4186
4190
|
}
|
|
4187
4191
|
get translationurl() {
|
|
4188
4192
|
return this.$$.ctx[9];
|
|
4189
4193
|
}
|
|
4190
4194
|
set translationurl(t) {
|
|
4191
|
-
this.$$set({ translationurl: t }),
|
|
4195
|
+
this.$$set({ translationurl: t }), O();
|
|
4192
4196
|
}
|
|
4193
4197
|
get showbackbutton() {
|
|
4194
4198
|
return this.$$.ctx[10];
|
|
4195
4199
|
}
|
|
4196
4200
|
set showbackbutton(t) {
|
|
4197
|
-
this.$$set({ showbackbutton: t }),
|
|
4201
|
+
this.$$set({ showbackbutton: t }), O();
|
|
4198
4202
|
}
|
|
4199
4203
|
get title() {
|
|
4200
4204
|
return this.$$.ctx[11];
|
|
4201
4205
|
}
|
|
4202
4206
|
set title(t) {
|
|
4203
|
-
this.$$set({ title: t }),
|
|
4207
|
+
this.$$set({ title: t }), O();
|
|
4204
4208
|
}
|
|
4205
4209
|
get lang() {
|
|
4206
4210
|
return this.$$.ctx[12];
|
|
4207
4211
|
}
|
|
4208
4212
|
set lang(t) {
|
|
4209
|
-
this.$$set({ lang: t }),
|
|
4213
|
+
this.$$set({ lang: t }), O();
|
|
4210
4214
|
}
|
|
4211
4215
|
get showclosebutton() {
|
|
4212
4216
|
return this.$$.ctx[13];
|
|
4213
4217
|
}
|
|
4214
4218
|
set showclosebutton(t) {
|
|
4215
|
-
this.$$set({ showclosebutton: t }),
|
|
4219
|
+
this.$$set({ showclosebutton: t }), O();
|
|
4216
4220
|
}
|
|
4217
4221
|
}
|
|
4218
4222
|
Pr(ir, { clientstyling: {}, clientstylingurl: {}, translationurl: {}, showbackbutton: {}, title: {}, lang: {}, showclosebutton: {} }, ["leftButton", "title", "rightButton"], [], !0);
|
|
4219
|
-
const
|
|
4223
|
+
const Di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4220
4224
|
__proto__: null,
|
|
4221
4225
|
default: ir
|
|
4222
4226
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4223
4227
|
export {
|
|
4224
|
-
$,
|
|
4225
|
-
|
|
4228
|
+
R as $,
|
|
4229
|
+
Di as C,
|
|
4226
4230
|
Lr as S,
|
|
4227
4231
|
Kt as a,
|
|
4228
|
-
|
|
4232
|
+
Cr as b,
|
|
4229
4233
|
Pr as c,
|
|
4230
4234
|
br as d,
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4235
|
+
L as e,
|
|
4236
|
+
O as f,
|
|
4237
|
+
Ui as g,
|
|
4234
4238
|
Ri as h,
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4239
|
+
ni as i,
|
|
4240
|
+
Q as j,
|
|
4241
|
+
$ as k,
|
|
4242
|
+
pe as l,
|
|
4243
|
+
Pt as m,
|
|
4244
|
+
T as n,
|
|
4245
|
+
Z as o,
|
|
4246
|
+
nt as p,
|
|
4247
|
+
$e as q,
|
|
4244
4248
|
St as s
|
|
4245
4249
|
};
|