smarteye-e-components 0.0.59 → 0.0.60
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/dist/smarteye-e-components.js +8 -8
- package/dist/smarteye-e-components.js.map +1 -1
- package/dist/smarteye-e-components.mjs +891 -902
- package/dist/smarteye-e-components.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/config/index.d.ts +6 -0
- package/lib/index.d.ts +10 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as Ve, getCurrentInstance as
|
|
1
|
+
import { h as Ve, getCurrentInstance as ut, effectScope as $o, inject as pn, onMounted as ko, onUnmounted as Fo, ref as P, computed as G, watch as Ue, Fragment as be, isRef as Ro, createVNode as ee, Text as Mo, defineComponent as ie, openBlock as C, createElementBlock as $, renderSlot as le, createElementVNode as T, toDisplayString as ne, createCommentVNode as Ie, normalizeStyle as Le, renderList as Pe, resolveComponent as te, withDirectives as hn, normalizeClass as xe, withCtx as ue, createBlock as ft, vShow as vn, provide as Vo, createTextVNode as En } from "vue";
|
|
2
2
|
/*!
|
|
3
3
|
* shared v9.2.2
|
|
4
4
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -12,44 +12,44 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
12
12
|
e.measure(t, n, o), e.clearMarks(n), e.clearMarks(o);
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
|
-
const
|
|
16
|
-
function
|
|
17
|
-
return t.length === 1 && S(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(
|
|
15
|
+
const Uo = /\{([0-9a-zA-Z]+)\}/g;
|
|
16
|
+
function dt(e, ...t) {
|
|
17
|
+
return t.length === 1 && S(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(Uo, (n, o) => t.hasOwnProperty(o) ? t[o] : "");
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const xo = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol", re = (e) => xo ? Symbol(e) : e, Go = (e, t, n) => Wo({ l: e, k: t, s: n }), Wo = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), U = (e) => typeof e == "number" && isFinite(e), jo = (e) => gt(e) === "[object Date]", Ge = (e) => gt(e) === "[object RegExp]", je = (e) => I(e) && Object.keys(e).length === 0;
|
|
20
20
|
function Oe(e, t) {
|
|
21
21
|
typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
|
|
22
22
|
}
|
|
23
23
|
const B = Object.assign;
|
|
24
|
-
let
|
|
25
|
-
const
|
|
26
|
-
function
|
|
24
|
+
let Lt;
|
|
25
|
+
const _t = () => Lt || (Lt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
|
|
26
|
+
function wt(e) {
|
|
27
27
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
28
28
|
}
|
|
29
|
-
const
|
|
30
|
-
function
|
|
31
|
-
return
|
|
29
|
+
const Bo = Object.prototype.hasOwnProperty;
|
|
30
|
+
function mt(e, t) {
|
|
31
|
+
return Bo.call(e, t);
|
|
32
32
|
}
|
|
33
|
-
const
|
|
34
|
-
function
|
|
33
|
+
const F = Array.isArray, V = (e) => typeof e == "function", E = (e) => typeof e == "string", k = (e) => typeof e == "boolean", S = (e) => e !== null && typeof e == "object", yn = Object.prototype.toString, gt = (e) => yn.call(e), I = (e) => gt(e) === "[object Object]", Ho = (e) => e == null ? "" : F(e) || I(e) && e.toString === yn ? JSON.stringify(e, null, 2) : String(e), St = 2;
|
|
34
|
+
function zo(e, t = 0, n = e.length) {
|
|
35
35
|
const o = e.split(/\r?\n/);
|
|
36
36
|
let s = 0;
|
|
37
37
|
const l = [];
|
|
38
38
|
for (let r = 0; r < o.length; r++)
|
|
39
39
|
if (s += o[r].length + 1, s >= t) {
|
|
40
|
-
for (let a = r -
|
|
40
|
+
for (let a = r - St; a <= r + St || n > s; a++) {
|
|
41
41
|
if (a < 0 || a >= o.length)
|
|
42
42
|
continue;
|
|
43
43
|
const i = a + 1;
|
|
44
44
|
l.push(`${i}${" ".repeat(3 - String(i).length)}| ${o[a]}`);
|
|
45
45
|
const c = o[a].length;
|
|
46
46
|
if (a === r) {
|
|
47
|
-
const
|
|
48
|
-
l.push(" | " + " ".repeat(
|
|
47
|
+
const _ = t - (s - c) + 1, u = Math.max(1, n > s ? c - _ : n - t);
|
|
48
|
+
l.push(" | " + " ".repeat(_) + "^".repeat(u));
|
|
49
49
|
} else if (a > r) {
|
|
50
50
|
if (n > s) {
|
|
51
|
-
const
|
|
52
|
-
l.push(" | " + "^".repeat(
|
|
51
|
+
const _ = Math.max(Math.min(n - s, c), 1);
|
|
52
|
+
l.push(" | " + "^".repeat(_));
|
|
53
53
|
}
|
|
54
54
|
s += c + 1;
|
|
55
55
|
}
|
|
@@ -59,7 +59,7 @@ function Ho(e, t = 0, n = e.length) {
|
|
|
59
59
|
return l.join(`
|
|
60
60
|
`);
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function bn() {
|
|
63
63
|
const e = /* @__PURE__ */ new Map();
|
|
64
64
|
return {
|
|
65
65
|
events: e,
|
|
@@ -97,7 +97,7 @@ const W = {
|
|
|
97
97
|
UNEXPECTED_EMPTY_LINKED_KEY: 13,
|
|
98
98
|
UNEXPECTED_LEXICAL_ANALYSIS: 14,
|
|
99
99
|
__EXTEND_POINT__: 15
|
|
100
|
-
},
|
|
100
|
+
}, Yo = {
|
|
101
101
|
[W.EXPECTED_TOKEN]: "Expected token: '{0}'",
|
|
102
102
|
[W.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
|
|
103
103
|
[W.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: "Unterminated single quote in placeholder",
|
|
@@ -113,8 +113,8 @@ const W = {
|
|
|
113
113
|
[W.UNEXPECTED_EMPTY_LINKED_KEY]: "Unexpected empty linked key",
|
|
114
114
|
[W.UNEXPECTED_LEXICAL_ANALYSIS]: "Unexpected lexical analysis in token: '{0}'"
|
|
115
115
|
};
|
|
116
|
-
function
|
|
117
|
-
const { domain: o, messages: s, args: l } = n, r = process.env.NODE_ENV !== "production" ?
|
|
116
|
+
function On(e, t, n = {}) {
|
|
117
|
+
const { domain: o, messages: s, args: l } = n, r = process.env.NODE_ENV !== "production" ? dt((s || Yo)[e] || "", ...l || []) : e, a = new SyntaxError(String(r));
|
|
118
118
|
return a.code = e, t && (a.location = t), a.domain = o, a;
|
|
119
119
|
}
|
|
120
120
|
/*!
|
|
@@ -122,7 +122,7 @@ function Nn(e, t, n = {}) {
|
|
|
122
122
|
* (c) 2022 kazuya kawaguchi
|
|
123
123
|
* Released under the MIT License.
|
|
124
124
|
*/
|
|
125
|
-
const
|
|
125
|
+
const Nn = {
|
|
126
126
|
I18nInit: "i18n:init",
|
|
127
127
|
FunctionTranslate: "function:translate"
|
|
128
128
|
};
|
|
@@ -178,15 +178,15 @@ fe[6] = {
|
|
|
178
178
|
o: 8,
|
|
179
179
|
l: [6, 0]
|
|
180
180
|
};
|
|
181
|
-
const
|
|
182
|
-
function Ko(e) {
|
|
183
|
-
return Yo.test(e);
|
|
184
|
-
}
|
|
181
|
+
const Ko = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
185
182
|
function Xo(e) {
|
|
183
|
+
return Ko.test(e);
|
|
184
|
+
}
|
|
185
|
+
function Jo(e) {
|
|
186
186
|
const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
187
187
|
return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function Qo(e) {
|
|
190
190
|
if (e == null)
|
|
191
191
|
return "o";
|
|
192
192
|
switch (e.charCodeAt(0)) {
|
|
@@ -211,13 +211,13 @@ function Jo(e) {
|
|
|
211
211
|
}
|
|
212
212
|
return "i";
|
|
213
213
|
}
|
|
214
|
-
function
|
|
214
|
+
function qo(e) {
|
|
215
215
|
const t = e.trim();
|
|
216
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
216
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Xo(t) ? Jo(t) : "*" + t;
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function Zo(e) {
|
|
219
219
|
const t = [];
|
|
220
|
-
let n = -1, o = 0, s = 0, l, r, a, i, c,
|
|
220
|
+
let n = -1, o = 0, s = 0, l, r, a, i, c, _, u;
|
|
221
221
|
const d = [];
|
|
222
222
|
d[0] = () => {
|
|
223
223
|
r === void 0 ? r = a : r += a;
|
|
@@ -229,33 +229,33 @@ function qo(e) {
|
|
|
229
229
|
if (s > 0)
|
|
230
230
|
s--, o = 4, d[0]();
|
|
231
231
|
else {
|
|
232
|
-
if (s = 0, r === void 0 || (r =
|
|
232
|
+
if (s = 0, r === void 0 || (r = qo(r), r === !1))
|
|
233
233
|
return !1;
|
|
234
234
|
d[1]();
|
|
235
235
|
}
|
|
236
236
|
};
|
|
237
|
-
function
|
|
237
|
+
function p() {
|
|
238
238
|
const b = e[n + 1];
|
|
239
239
|
if (o === 5 && b === "'" || o === 6 && b === '"')
|
|
240
240
|
return n++, a = "\\" + b, d[0](), !0;
|
|
241
241
|
}
|
|
242
242
|
for (; o !== null; )
|
|
243
|
-
if (n++, l = e[n], !(l === "\\" &&
|
|
244
|
-
if (i =
|
|
243
|
+
if (n++, l = e[n], !(l === "\\" && p())) {
|
|
244
|
+
if (i = Qo(l), u = fe[o], c = u[i] || u.l || 8, c === 8 || (o = c[0], c[1] !== void 0 && (_ = d[c[1]], _ && (a = l, _() === !1))))
|
|
245
245
|
return;
|
|
246
246
|
if (o === 7)
|
|
247
247
|
return t;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
const
|
|
251
|
-
function
|
|
250
|
+
const At = /* @__PURE__ */ new Map();
|
|
251
|
+
function es(e, t) {
|
|
252
252
|
return S(e) ? e[t] : null;
|
|
253
253
|
}
|
|
254
|
-
function
|
|
254
|
+
function ts(e, t) {
|
|
255
255
|
if (!S(e))
|
|
256
256
|
return null;
|
|
257
|
-
let n =
|
|
258
|
-
if (n || (n =
|
|
257
|
+
let n = At.get(t);
|
|
258
|
+
if (n || (n = Zo(t), n && At.set(t, n)), !n)
|
|
259
259
|
return null;
|
|
260
260
|
const o = n.length;
|
|
261
261
|
let s = e, l = 0;
|
|
@@ -267,26 +267,26 @@ function es(e, t) {
|
|
|
267
267
|
}
|
|
268
268
|
return s;
|
|
269
269
|
}
|
|
270
|
-
const
|
|
271
|
-
function
|
|
270
|
+
const ns = (e) => e, os = (e) => "", ss = "text", rs = (e) => e.length === 0 ? "" : e.join(""), ls = Ho;
|
|
271
|
+
function Dt(e, t) {
|
|
272
272
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function as(e) {
|
|
275
275
|
const t = U(e.pluralIndex) ? e.pluralIndex : -1;
|
|
276
276
|
return e.named && (U(e.named.count) || U(e.named.n)) ? U(e.named.count) ? e.named.count : U(e.named.n) ? e.named.n : t : t;
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function is(e, t) {
|
|
279
279
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
280
280
|
}
|
|
281
|
-
function
|
|
282
|
-
const t = e.locale, n =
|
|
283
|
-
U(e.pluralIndex) &&
|
|
281
|
+
function cs(e = {}) {
|
|
282
|
+
const t = e.locale, n = as(e), o = S(e.pluralRules) && E(t) && V(e.pluralRules[t]) ? e.pluralRules[t] : Dt, s = S(e.pluralRules) && E(t) && V(e.pluralRules[t]) ? Dt : void 0, l = (y) => y[o(n, y.length, s)], r = e.list || [], a = (y) => r[y], i = e.named || {};
|
|
283
|
+
U(e.pluralIndex) && is(n, i);
|
|
284
284
|
const c = (y) => i[y];
|
|
285
|
-
function
|
|
285
|
+
function _(y) {
|
|
286
286
|
const O = V(e.messages) ? e.messages(y) : S(e.messages) ? e.messages[y] : !1;
|
|
287
|
-
return O || (e.parent ? e.parent.message(y) :
|
|
287
|
+
return O || (e.parent ? e.parent.message(y) : os);
|
|
288
288
|
}
|
|
289
|
-
const
|
|
289
|
+
const u = (y) => e.modifiers ? e.modifiers[y] : ns, d = I(e.processor) && V(e.processor.normalize) ? e.processor.normalize : rs, p = I(e.processor) && V(e.processor.interpolate) ? e.processor.interpolate : ls, b = I(e.processor) && E(e.processor.type) ? e.processor.type : ss, h = {
|
|
290
290
|
list: a,
|
|
291
291
|
named: c,
|
|
292
292
|
plural: l,
|
|
@@ -294,30 +294,30 @@ function is(e = {}) {
|
|
|
294
294
|
const [L, N] = O;
|
|
295
295
|
let v = "text", A = "";
|
|
296
296
|
O.length === 1 ? S(L) ? (A = L.modifier || A, v = L.type || v) : E(L) && (A = L || A) : O.length === 2 && (E(L) && (A = L || A), E(N) && (v = N || v));
|
|
297
|
-
let w =
|
|
298
|
-
return v === "vnode" &&
|
|
297
|
+
let w = _(y)(h);
|
|
298
|
+
return v === "vnode" && F(w) && A && (w = w[0]), A ? u(A)(w, v) : w;
|
|
299
299
|
},
|
|
300
|
-
message:
|
|
300
|
+
message: _,
|
|
301
301
|
type: b,
|
|
302
|
-
interpolate:
|
|
302
|
+
interpolate: p,
|
|
303
303
|
normalize: d
|
|
304
304
|
};
|
|
305
305
|
return h;
|
|
306
306
|
}
|
|
307
307
|
let Ae = null;
|
|
308
|
-
function
|
|
308
|
+
function us(e) {
|
|
309
309
|
Ae = e;
|
|
310
310
|
}
|
|
311
|
-
function
|
|
312
|
-
Ae && Ae.emit(
|
|
311
|
+
function fs(e, t, n) {
|
|
312
|
+
Ae && Ae.emit(Nn.I18nInit, {
|
|
313
313
|
timestamp: Date.now(),
|
|
314
314
|
i18n: e,
|
|
315
315
|
version: t,
|
|
316
316
|
meta: n
|
|
317
317
|
});
|
|
318
318
|
}
|
|
319
|
-
const
|
|
320
|
-
function
|
|
319
|
+
const ds = /* @__PURE__ */ _s(Nn.FunctionTranslate);
|
|
320
|
+
function _s(e) {
|
|
321
321
|
return (t) => Ae && Ae.emit(e, t);
|
|
322
322
|
}
|
|
323
323
|
const K = {
|
|
@@ -328,7 +328,7 @@ const K = {
|
|
|
328
328
|
CANNOT_FORMAT_DATE: 5,
|
|
329
329
|
FALLBACK_TO_DATE_FORMAT: 6,
|
|
330
330
|
__EXTEND_POINT__: 7
|
|
331
|
-
},
|
|
331
|
+
}, ms = {
|
|
332
332
|
[K.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
|
|
333
333
|
[K.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
|
|
334
334
|
[K.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
|
|
@@ -336,98 +336,98 @@ const K = {
|
|
|
336
336
|
[K.CANNOT_FORMAT_DATE]: "Cannot format a date value due to not supported Intl.DateTimeFormat.",
|
|
337
337
|
[K.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale."
|
|
338
338
|
};
|
|
339
|
-
function
|
|
340
|
-
return
|
|
339
|
+
function ye(e, ...t) {
|
|
340
|
+
return dt(ms[e], ...t);
|
|
341
341
|
}
|
|
342
|
-
function
|
|
342
|
+
function gs(e, t, n) {
|
|
343
343
|
return [.../* @__PURE__ */ new Set([
|
|
344
344
|
n,
|
|
345
|
-
...
|
|
345
|
+
...F(t) ? t : S(t) ? Object.keys(t) : E(t) ? [t] : [n]
|
|
346
346
|
])];
|
|
347
347
|
}
|
|
348
|
-
function
|
|
349
|
-
const o = E(n) ? n :
|
|
348
|
+
function Tn(e, t, n) {
|
|
349
|
+
const o = E(n) ? n : pt, s = e;
|
|
350
350
|
s.__localeChainCache || (s.__localeChainCache = /* @__PURE__ */ new Map());
|
|
351
351
|
let l = s.__localeChainCache.get(o);
|
|
352
352
|
if (!l) {
|
|
353
353
|
l = [];
|
|
354
354
|
let r = [n];
|
|
355
|
-
for (;
|
|
356
|
-
r =
|
|
357
|
-
const a =
|
|
358
|
-
r = E(a) ? [a] : a,
|
|
355
|
+
for (; F(r); )
|
|
356
|
+
r = Ct(l, r, t);
|
|
357
|
+
const a = F(t) || !I(t) ? t : t.default ? t.default : null;
|
|
358
|
+
r = E(a) ? [a] : a, F(r) && Ct(l, r, !1), s.__localeChainCache.set(o, l);
|
|
359
359
|
}
|
|
360
360
|
return l;
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function Ct(e, t, n) {
|
|
363
363
|
let o = !0;
|
|
364
|
-
for (let s = 0; s < t.length &&
|
|
364
|
+
for (let s = 0; s < t.length && k(o); s++) {
|
|
365
365
|
const l = t[s];
|
|
366
|
-
E(l) && (o =
|
|
366
|
+
E(l) && (o = ps(e, t[s], n));
|
|
367
367
|
}
|
|
368
368
|
return o;
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function ps(e, t, n) {
|
|
371
371
|
let o;
|
|
372
372
|
const s = t.split("-");
|
|
373
373
|
do {
|
|
374
374
|
const l = s.join("-");
|
|
375
|
-
o =
|
|
375
|
+
o = hs(e, l, n), s.splice(-1, 1);
|
|
376
376
|
} while (s.length && o === !0);
|
|
377
377
|
return o;
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function hs(e, t, n) {
|
|
380
380
|
let o = !1;
|
|
381
381
|
if (!e.includes(t) && (o = !0, t)) {
|
|
382
382
|
o = t[t.length - 1] !== "!";
|
|
383
383
|
const s = t.replace(/!/g, "");
|
|
384
|
-
e.push(s), (
|
|
384
|
+
e.push(s), (F(n) || I(n)) && n[s] && (o = n[s]);
|
|
385
385
|
}
|
|
386
386
|
return o;
|
|
387
387
|
}
|
|
388
|
-
const
|
|
389
|
-
function
|
|
388
|
+
const vs = "9.2.2", Be = -1, pt = "en-US", We = "", Pt = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
389
|
+
function Es() {
|
|
390
390
|
return {
|
|
391
391
|
upper: (e, t) => t === "text" && E(e) ? e.toUpperCase() : t === "vnode" && S(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
392
392
|
lower: (e, t) => t === "text" && E(e) ? e.toLowerCase() : t === "vnode" && S(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
393
|
-
capitalize: (e, t) => t === "text" && E(e) ?
|
|
393
|
+
capitalize: (e, t) => t === "text" && E(e) ? Pt(e) : t === "vnode" && S(e) && "__v_isVNode" in e ? Pt(e.children) : e
|
|
394
394
|
};
|
|
395
395
|
}
|
|
396
|
-
let
|
|
397
|
-
function
|
|
396
|
+
let ys, In;
|
|
397
|
+
function bs(e) {
|
|
398
|
+
In = e;
|
|
399
|
+
}
|
|
400
|
+
let Ln;
|
|
401
|
+
function Os(e) {
|
|
398
402
|
Ln = e;
|
|
399
403
|
}
|
|
400
|
-
let wn;
|
|
401
|
-
|
|
404
|
+
let wn = null;
|
|
405
|
+
const $t = (e) => {
|
|
402
406
|
wn = e;
|
|
403
|
-
}
|
|
407
|
+
}, Ns = () => wn;
|
|
404
408
|
let Sn = null;
|
|
405
|
-
const
|
|
409
|
+
const kt = (e) => {
|
|
406
410
|
Sn = e;
|
|
407
|
-
},
|
|
408
|
-
let
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
let Vt = 0;
|
|
413
|
-
function Ts(e = {}) {
|
|
414
|
-
const t = E(e.version) ? e.version : hs, n = E(e.locale) ? e.locale : vt, o = R(e.fallbackLocale) || I(e.fallbackLocale) || E(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : n, s = I(e.messages) ? e.messages : { [n]: {} }, l = I(e.datetimeFormats) ? e.datetimeFormats : { [n]: {} }, r = I(e.numberFormats) ? e.numberFormats : { [n]: {} }, a = B({}, e.modifiers || {}, vs()), i = e.pluralRules || {}, c = V(e.missing) ? e.missing : null, u = $(e.missingWarn) || We(e.missingWarn) ? e.missingWarn : !0, _ = $(e.fallbackWarn) || We(e.fallbackWarn) ? e.fallbackWarn : !0, d = !!e.fallbackFormat, g = !!e.unresolving, b = V(e.postTranslation) ? e.postTranslation : null, p = I(e.processor) ? e.processor : null, h = $(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, O = V(e.messageCompiler) ? e.messageCompiler : Es, L = V(e.messageResolver) ? e.messageResolver : Ln || Zo, N = V(e.localeFallbacker) ? e.localeFallbacker : wn || ms, v = S(e.fallbackContext) ? e.fallbackContext : void 0, A = V(e.onWarn) ? e.onWarn : Oe, w = e, x = S(w.__datetimeFormatters) ? w.__datetimeFormatters : /* @__PURE__ */ new Map(), Y = S(w.__numberFormatters) ? w.__numberFormatters : /* @__PURE__ */ new Map(), Q = S(w.__meta) ? w.__meta : {};
|
|
415
|
-
Vt++;
|
|
411
|
+
}, Ts = () => Sn;
|
|
412
|
+
let Ft = 0;
|
|
413
|
+
function Is(e = {}) {
|
|
414
|
+
const t = E(e.version) ? e.version : vs, n = E(e.locale) ? e.locale : pt, o = F(e.fallbackLocale) || I(e.fallbackLocale) || E(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : n, s = I(e.messages) ? e.messages : { [n]: {} }, l = I(e.datetimeFormats) ? e.datetimeFormats : { [n]: {} }, r = I(e.numberFormats) ? e.numberFormats : { [n]: {} }, a = B({}, e.modifiers || {}, Es()), i = e.pluralRules || {}, c = V(e.missing) ? e.missing : null, _ = k(e.missingWarn) || Ge(e.missingWarn) ? e.missingWarn : !0, u = k(e.fallbackWarn) || Ge(e.fallbackWarn) ? e.fallbackWarn : !0, d = !!e.fallbackFormat, p = !!e.unresolving, b = V(e.postTranslation) ? e.postTranslation : null, g = I(e.processor) ? e.processor : null, h = k(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, O = V(e.messageCompiler) ? e.messageCompiler : ys, L = V(e.messageResolver) ? e.messageResolver : In || es, N = V(e.localeFallbacker) ? e.localeFallbacker : Ln || gs, v = S(e.fallbackContext) ? e.fallbackContext : void 0, A = V(e.onWarn) ? e.onWarn : Oe, w = e, x = S(w.__datetimeFormatters) ? w.__datetimeFormatters : /* @__PURE__ */ new Map(), Y = S(w.__numberFormatters) ? w.__numberFormatters : /* @__PURE__ */ new Map(), Q = S(w.__meta) ? w.__meta : {};
|
|
415
|
+
Ft++;
|
|
416
416
|
const q = {
|
|
417
417
|
version: t,
|
|
418
|
-
cid:
|
|
418
|
+
cid: Ft,
|
|
419
419
|
locale: n,
|
|
420
420
|
fallbackLocale: o,
|
|
421
421
|
messages: s,
|
|
422
422
|
modifiers: a,
|
|
423
423
|
pluralRules: i,
|
|
424
424
|
missing: c,
|
|
425
|
-
missingWarn:
|
|
426
|
-
fallbackWarn:
|
|
425
|
+
missingWarn: _,
|
|
426
|
+
fallbackWarn: u,
|
|
427
427
|
fallbackFormat: d,
|
|
428
|
-
unresolving:
|
|
428
|
+
unresolving: p,
|
|
429
429
|
postTranslation: b,
|
|
430
|
-
processor:
|
|
430
|
+
processor: g,
|
|
431
431
|
warnHtmlMessage: h,
|
|
432
432
|
escapeParameter: y,
|
|
433
433
|
messageCompiler: O,
|
|
@@ -437,15 +437,15 @@ function Ts(e = {}) {
|
|
|
437
437
|
onWarn: A,
|
|
438
438
|
__meta: Q
|
|
439
439
|
};
|
|
440
|
-
return q.datetimeFormats = l, q.numberFormats = r, q.__datetimeFormatters = x, q.__numberFormatters = Y, process.env.NODE_ENV !== "production" && (q.__v_emitter = w.__v_emitter != null ? w.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) &&
|
|
440
|
+
return q.datetimeFormats = l, q.numberFormats = r, q.__datetimeFormatters = x, q.__numberFormatters = Y, process.env.NODE_ENV !== "production" && (q.__v_emitter = w.__v_emitter != null ? w.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && fs(q, t, Q), q;
|
|
441
441
|
}
|
|
442
|
-
function
|
|
442
|
+
function He(e, t) {
|
|
443
443
|
return e instanceof RegExp ? e.test(t) : e;
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function An(e, t) {
|
|
446
446
|
return e instanceof RegExp ? e.test(t) : e;
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function ht(e, t, n, o, s) {
|
|
449
449
|
const { missing: l, onWarn: r } = e;
|
|
450
450
|
if (process.env.NODE_ENV !== "production") {
|
|
451
451
|
const a = e.__v_emitter;
|
|
@@ -460,69 +460,69 @@ function Et(e, t, n, o, s) {
|
|
|
460
460
|
const a = l(e, n, t, s);
|
|
461
461
|
return E(a) ? a : t;
|
|
462
462
|
} else
|
|
463
|
-
return process.env.NODE_ENV !== "production" &&
|
|
463
|
+
return process.env.NODE_ENV !== "production" && An(o, t) && r(ye(K.NOT_FOUND_KEY, { key: t, locale: n })), t;
|
|
464
464
|
}
|
|
465
465
|
function Ne(e, t, n) {
|
|
466
466
|
const o = e;
|
|
467
467
|
o.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, t);
|
|
468
468
|
}
|
|
469
|
-
let
|
|
470
|
-
const
|
|
471
|
-
INVALID_ARGUMENT:
|
|
472
|
-
INVALID_DATE_ARGUMENT:
|
|
473
|
-
INVALID_ISO_DATE_ARGUMENT:
|
|
474
|
-
__EXTEND_POINT__:
|
|
469
|
+
let Dn = W.__EXTEND_POINT__;
|
|
470
|
+
const Xe = () => ++Dn, ae = {
|
|
471
|
+
INVALID_ARGUMENT: Dn,
|
|
472
|
+
INVALID_DATE_ARGUMENT: Xe(),
|
|
473
|
+
INVALID_ISO_DATE_ARGUMENT: Xe(),
|
|
474
|
+
__EXTEND_POINT__: Xe()
|
|
475
475
|
};
|
|
476
|
-
function
|
|
477
|
-
return
|
|
476
|
+
function Ee(e) {
|
|
477
|
+
return On(e, null, process.env.NODE_ENV !== "production" ? { messages: Ls } : void 0);
|
|
478
478
|
}
|
|
479
|
-
const
|
|
479
|
+
const Ls = {
|
|
480
480
|
[ae.INVALID_ARGUMENT]: "Invalid arguments",
|
|
481
481
|
[ae.INVALID_DATE_ARGUMENT]: "The date provided is an invalid Date object.Make sure your Date represents a valid date.",
|
|
482
482
|
[ae.INVALID_ISO_DATE_ARGUMENT]: "The argument provided is not a valid ISO date string"
|
|
483
|
-
},
|
|
484
|
-
function
|
|
485
|
-
const { fallbackFormat: n, postTranslation: o, unresolving: s, messageCompiler: l, fallbackLocale: r, messages: a } = e, [i, c] =
|
|
486
|
-
d &&
|
|
487
|
-
let [y, O, L] =
|
|
483
|
+
}, Rt = () => "", oe = (e) => V(e);
|
|
484
|
+
function Mt(e, ...t) {
|
|
485
|
+
const { fallbackFormat: n, postTranslation: o, unresolving: s, messageCompiler: l, fallbackLocale: r, messages: a } = e, [i, c] = qe(...t), _ = k(c.missingWarn) ? c.missingWarn : e.missingWarn, u = k(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, d = k(c.escapeParameter) ? c.escapeParameter : e.escapeParameter, p = !!c.resolvedMessage, b = E(c.default) || k(c.default) ? k(c.default) ? l ? i : () => i : c.default : n ? l ? i : () => i : "", g = n || b !== "", h = E(c.locale) ? c.locale : e.locale;
|
|
486
|
+
d && ws(c);
|
|
487
|
+
let [y, O, L] = p ? [
|
|
488
488
|
i,
|
|
489
489
|
h,
|
|
490
490
|
a[h] || {}
|
|
491
|
-
] :
|
|
492
|
-
if (!
|
|
493
|
-
return s ?
|
|
491
|
+
] : Cn(e, i, h, r, u, _), N = y, v = i;
|
|
492
|
+
if (!p && !(E(N) || oe(N)) && g && (N = b, v = N), !p && (!(E(N) || oe(N)) || !E(O)))
|
|
493
|
+
return s ? Be : i;
|
|
494
494
|
if (process.env.NODE_ENV !== "production" && E(N) && e.messageCompiler == null)
|
|
495
495
|
return Oe(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${i}'.`), i;
|
|
496
496
|
let A = !1;
|
|
497
497
|
const w = () => {
|
|
498
498
|
A = !0;
|
|
499
|
-
}, x = oe(N) ? N :
|
|
499
|
+
}, x = oe(N) ? N : Pn(e, i, O, N, v, w);
|
|
500
500
|
if (A)
|
|
501
501
|
return N;
|
|
502
|
-
const Y =
|
|
502
|
+
const Y = Ds(e, O, L, c), Q = cs(Y), q = Ss(e, x, Q), $e = o ? o(q, i) : q;
|
|
503
503
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
504
|
-
const
|
|
504
|
+
const ke = {
|
|
505
505
|
timestamp: Date.now(),
|
|
506
506
|
key: E(i) ? i : oe(N) ? N.key : "",
|
|
507
507
|
locale: O || (oe(N) ? N.locale : ""),
|
|
508
508
|
format: E(N) ? N : oe(N) ? N.source : "",
|
|
509
|
-
message:
|
|
509
|
+
message: $e
|
|
510
510
|
};
|
|
511
|
-
|
|
511
|
+
ke.meta = B({}, e.__meta, Ns() || {}), ds(ke);
|
|
512
512
|
}
|
|
513
|
-
return
|
|
513
|
+
return $e;
|
|
514
514
|
}
|
|
515
|
-
function
|
|
516
|
-
|
|
517
|
-
E(e.named[t]) && (e.named[t] =
|
|
515
|
+
function ws(e) {
|
|
516
|
+
F(e.list) ? e.list = e.list.map((t) => E(t) ? wt(t) : t) : S(e.named) && Object.keys(e.named).forEach((t) => {
|
|
517
|
+
E(e.named[t]) && (e.named[t] = wt(e.named[t]));
|
|
518
518
|
});
|
|
519
519
|
}
|
|
520
|
-
function
|
|
521
|
-
const { messages: r, onWarn: a, messageResolver: i, localeFallbacker: c } = e,
|
|
522
|
-
let
|
|
520
|
+
function Cn(e, t, n, o, s, l) {
|
|
521
|
+
const { messages: r, onWarn: a, messageResolver: i, localeFallbacker: c } = e, _ = c(e, o, n);
|
|
522
|
+
let u = {}, d, p = null, b = n, g = null;
|
|
523
523
|
const h = "translate";
|
|
524
|
-
for (let y = 0; y <
|
|
525
|
-
if (d =
|
|
524
|
+
for (let y = 0; y < _.length; y++) {
|
|
525
|
+
if (d = g = _[y], process.env.NODE_ENV !== "production" && n !== d && He(s, t) && a(ye(K.FALLBACK_TO_TRANSLATE, {
|
|
526
526
|
key: t,
|
|
527
527
|
target: d
|
|
528
528
|
})), process.env.NODE_ENV !== "production" && n !== d) {
|
|
@@ -531,36 +531,36 @@ function Pn(e, t, n, o, s, l) {
|
|
|
531
531
|
type: h,
|
|
532
532
|
key: t,
|
|
533
533
|
from: b,
|
|
534
|
-
to:
|
|
534
|
+
to: g,
|
|
535
535
|
groupId: `${h}:${t}`
|
|
536
536
|
});
|
|
537
537
|
}
|
|
538
|
-
|
|
538
|
+
u = r[d] || {};
|
|
539
539
|
let O = null, L, N;
|
|
540
|
-
if (process.env.NODE_ENV !== "production" && se && (O = window.performance.now(), L = "intlify-message-resolve-start", N = "intlify-message-resolve-end", X && X(L)), (
|
|
540
|
+
if (process.env.NODE_ENV !== "production" && se && (O = window.performance.now(), L = "intlify-message-resolve-start", N = "intlify-message-resolve-end", X && X(L)), (p = i(u, t)) === null && (p = u[t]), process.env.NODE_ENV !== "production" && se) {
|
|
541
541
|
const A = window.performance.now(), w = e.__v_emitter;
|
|
542
|
-
w && O &&
|
|
542
|
+
w && O && p && w.emit("message-resolve", {
|
|
543
543
|
type: "message-resolve",
|
|
544
544
|
key: t,
|
|
545
|
-
message:
|
|
545
|
+
message: p,
|
|
546
546
|
time: A - O,
|
|
547
547
|
groupId: `${h}:${t}`
|
|
548
548
|
}), L && N && X && _e && (X(N), _e("intlify message resolve", L, N));
|
|
549
549
|
}
|
|
550
|
-
if (E(
|
|
550
|
+
if (E(p) || V(p))
|
|
551
551
|
break;
|
|
552
|
-
const v =
|
|
552
|
+
const v = ht(
|
|
553
553
|
e,
|
|
554
554
|
t,
|
|
555
555
|
d,
|
|
556
556
|
l,
|
|
557
557
|
h
|
|
558
558
|
);
|
|
559
|
-
v !== t && (
|
|
559
|
+
v !== t && (p = v), b = g;
|
|
560
560
|
}
|
|
561
|
-
return [
|
|
561
|
+
return [p, d, u];
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function Pn(e, t, n, o, s, l) {
|
|
564
564
|
const { messageCompiler: r, warnHtmlMessage: a } = e;
|
|
565
565
|
if (oe(o)) {
|
|
566
566
|
const d = o;
|
|
@@ -570,21 +570,21 @@ function kn(e, t, n, o, s, l) {
|
|
|
570
570
|
const d = () => o;
|
|
571
571
|
return d.locale = n, d.key = t, d;
|
|
572
572
|
}
|
|
573
|
-
let i = null, c,
|
|
574
|
-
process.env.NODE_ENV !== "production" && se && (i = window.performance.now(), c = "intlify-message-compilation-start",
|
|
575
|
-
const
|
|
573
|
+
let i = null, c, _;
|
|
574
|
+
process.env.NODE_ENV !== "production" && se && (i = window.performance.now(), c = "intlify-message-compilation-start", _ = "intlify-message-compilation-end", X && X(c));
|
|
575
|
+
const u = r(o, As(e, n, s, o, a, l));
|
|
576
576
|
if (process.env.NODE_ENV !== "production" && se) {
|
|
577
|
-
const d = window.performance.now(),
|
|
578
|
-
|
|
577
|
+
const d = window.performance.now(), p = e.__v_emitter;
|
|
578
|
+
p && i && p.emit("message-compilation", {
|
|
579
579
|
type: "message-compilation",
|
|
580
580
|
message: o,
|
|
581
581
|
time: d - i,
|
|
582
582
|
groupId: `translate:${t}`
|
|
583
|
-
}), c &&
|
|
583
|
+
}), c && _ && X && _e && (X(_), _e("intlify message compilation", c, _));
|
|
584
584
|
}
|
|
585
|
-
return
|
|
585
|
+
return u.locale = n, u.key = t, u.source = o, u;
|
|
586
586
|
}
|
|
587
|
-
function
|
|
587
|
+
function Ss(e, t, n) {
|
|
588
588
|
let o = null, s, l;
|
|
589
589
|
process.env.NODE_ENV !== "production" && se && (o = window.performance.now(), s = "intlify-message-evaluation-start", l = "intlify-message-evaluation-end", X && X(s));
|
|
590
590
|
const r = t(n);
|
|
@@ -599,19 +599,19 @@ function ws(e, t, n) {
|
|
|
599
599
|
}
|
|
600
600
|
return r;
|
|
601
601
|
}
|
|
602
|
-
function
|
|
602
|
+
function qe(...e) {
|
|
603
603
|
const [t, n, o] = e, s = {};
|
|
604
604
|
if (!E(t) && !U(t) && !oe(t))
|
|
605
|
-
throw
|
|
605
|
+
throw Ee(ae.INVALID_ARGUMENT);
|
|
606
606
|
const l = U(t) ? String(t) : (oe(t), t);
|
|
607
|
-
return U(n) ? s.plural = n : E(n) ? s.default = n : I(n) && !
|
|
607
|
+
return U(n) ? s.plural = n : E(n) ? s.default = n : I(n) && !je(n) ? s.named = n : F(n) && (s.list = n), U(o) ? s.plural = o : E(o) ? s.default = o : I(o) && B(s, o), [l, s];
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function As(e, t, n, o, s, l) {
|
|
610
610
|
return {
|
|
611
611
|
warnHtmlMessage: s,
|
|
612
612
|
onError: (r) => {
|
|
613
613
|
if (l && l(r), process.env.NODE_ENV !== "production") {
|
|
614
|
-
const a = `Message compilation error: ${r.message}`, i = r.location &&
|
|
614
|
+
const a = `Message compilation error: ${r.message}`, i = r.location && zo(o, r.location.start.offset, r.location.end.offset), c = e.__v_emitter;
|
|
615
615
|
c && c.emit("compile-error", {
|
|
616
616
|
message: o,
|
|
617
617
|
error: r.message,
|
|
@@ -623,54 +623,54 @@ ${i}` : a);
|
|
|
623
623
|
} else
|
|
624
624
|
throw r;
|
|
625
625
|
},
|
|
626
|
-
onCacheKey: (r) =>
|
|
626
|
+
onCacheKey: (r) => Go(t, n, r)
|
|
627
627
|
};
|
|
628
628
|
}
|
|
629
|
-
function
|
|
630
|
-
const { modifiers: s, pluralRules: l, messageResolver: r, fallbackLocale: a, fallbackWarn: i, missingWarn: c, fallbackContext:
|
|
629
|
+
function Ds(e, t, n, o) {
|
|
630
|
+
const { modifiers: s, pluralRules: l, messageResolver: r, fallbackLocale: a, fallbackWarn: i, missingWarn: c, fallbackContext: _ } = e, d = {
|
|
631
631
|
locale: t,
|
|
632
632
|
modifiers: s,
|
|
633
633
|
pluralRules: l,
|
|
634
|
-
messages: (
|
|
635
|
-
let b = r(n,
|
|
636
|
-
if (b == null &&
|
|
637
|
-
const [, ,
|
|
638
|
-
b = r(
|
|
634
|
+
messages: (p) => {
|
|
635
|
+
let b = r(n, p);
|
|
636
|
+
if (b == null && _) {
|
|
637
|
+
const [, , g] = Cn(_, p, t, a, i, c);
|
|
638
|
+
b = r(g, p);
|
|
639
639
|
}
|
|
640
640
|
if (E(b)) {
|
|
641
|
-
let
|
|
642
|
-
const y =
|
|
643
|
-
|
|
641
|
+
let g = !1;
|
|
642
|
+
const y = Pn(e, p, t, b, p, () => {
|
|
643
|
+
g = !0;
|
|
644
644
|
});
|
|
645
|
-
return
|
|
645
|
+
return g ? Rt : y;
|
|
646
646
|
} else
|
|
647
|
-
return oe(b) ? b :
|
|
647
|
+
return oe(b) ? b : Rt;
|
|
648
648
|
}
|
|
649
649
|
};
|
|
650
650
|
return e.processor && (d.processor = e.processor), o.list && (d.list = o.list), o.named && (d.named = o.named), U(o.plural) && (d.pluralIndex = o.plural), d;
|
|
651
651
|
}
|
|
652
|
-
const
|
|
653
|
-
dateTimeFormat:
|
|
654
|
-
numberFormat:
|
|
652
|
+
const Vt = typeof Intl < "u", $n = {
|
|
653
|
+
dateTimeFormat: Vt && typeof Intl.DateTimeFormat < "u",
|
|
654
|
+
numberFormat: Vt && typeof Intl.NumberFormat < "u"
|
|
655
655
|
};
|
|
656
|
-
function
|
|
656
|
+
function Ut(e, ...t) {
|
|
657
657
|
const { datetimeFormats: n, unresolving: o, fallbackLocale: s, onWarn: l, localeFallbacker: r } = e, { __datetimeFormatters: a } = e;
|
|
658
658
|
if (process.env.NODE_ENV !== "production" && !$n.dateTimeFormat)
|
|
659
|
-
return l(
|
|
660
|
-
const [i, c,
|
|
659
|
+
return l(ye(K.CANNOT_FORMAT_DATE)), We;
|
|
660
|
+
const [i, c, _, u] = Ze(...t), d = k(_.missingWarn) ? _.missingWarn : e.missingWarn, p = k(_.fallbackWarn) ? _.fallbackWarn : e.fallbackWarn, b = !!_.part, g = E(_.locale) ? _.locale : e.locale, h = r(
|
|
661
661
|
e,
|
|
662
662
|
s,
|
|
663
|
-
|
|
663
|
+
g
|
|
664
664
|
);
|
|
665
665
|
if (!E(i) || i === "")
|
|
666
|
-
return new Intl.DateTimeFormat(
|
|
667
|
-
let y = {}, O, L = null, N =
|
|
666
|
+
return new Intl.DateTimeFormat(g, u).format(c);
|
|
667
|
+
let y = {}, O, L = null, N = g, v = null;
|
|
668
668
|
const A = "datetime format";
|
|
669
669
|
for (let Y = 0; Y < h.length; Y++) {
|
|
670
|
-
if (O = v = h[Y], process.env.NODE_ENV !== "production" &&
|
|
670
|
+
if (O = v = h[Y], process.env.NODE_ENV !== "production" && g !== O && He(p, i) && l(ye(K.FALLBACK_TO_DATE_FORMAT, {
|
|
671
671
|
key: i,
|
|
672
672
|
target: O
|
|
673
|
-
})), process.env.NODE_ENV !== "production" &&
|
|
673
|
+
})), process.env.NODE_ENV !== "production" && g !== O) {
|
|
674
674
|
const Q = e.__v_emitter;
|
|
675
675
|
Q && Q.emit("fallback", {
|
|
676
676
|
type: A,
|
|
@@ -682,16 +682,16 @@ function Wt(e, ...t) {
|
|
|
682
682
|
}
|
|
683
683
|
if (y = n[O] || {}, L = y[i], I(L))
|
|
684
684
|
break;
|
|
685
|
-
|
|
685
|
+
ht(e, i, O, d, A), N = v;
|
|
686
686
|
}
|
|
687
687
|
if (!I(L) || !E(O))
|
|
688
|
-
return o ?
|
|
688
|
+
return o ? Be : i;
|
|
689
689
|
let w = `${O}__${i}`;
|
|
690
|
-
|
|
690
|
+
je(u) || (w = `${w}__${JSON.stringify(u)}`);
|
|
691
691
|
let x = a.get(w);
|
|
692
|
-
return x || (x = new Intl.DateTimeFormat(O, B({}, L,
|
|
692
|
+
return x || (x = new Intl.DateTimeFormat(O, B({}, L, u)), a.set(w, x)), b ? x.formatToParts(c) : x.format(c);
|
|
693
693
|
}
|
|
694
|
-
const
|
|
694
|
+
const kn = [
|
|
695
695
|
"localeMatcher",
|
|
696
696
|
"weekday",
|
|
697
697
|
"era",
|
|
@@ -713,57 +713,57 @@ const Rn = [
|
|
|
713
713
|
"hourCycle",
|
|
714
714
|
"fractionalSecondDigits"
|
|
715
715
|
];
|
|
716
|
-
function
|
|
716
|
+
function Ze(...e) {
|
|
717
717
|
const [t, n, o, s] = e, l = {};
|
|
718
718
|
let r = {}, a;
|
|
719
719
|
if (E(t)) {
|
|
720
720
|
const i = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
721
721
|
if (!i)
|
|
722
|
-
throw
|
|
722
|
+
throw Ee(ae.INVALID_ISO_DATE_ARGUMENT);
|
|
723
723
|
const c = i[3] ? i[3].trim().startsWith("T") ? `${i[1].trim()}${i[3].trim()}` : `${i[1].trim()}T${i[3].trim()}` : i[1].trim();
|
|
724
724
|
a = new Date(c);
|
|
725
725
|
try {
|
|
726
726
|
a.toISOString();
|
|
727
727
|
} catch {
|
|
728
|
-
throw
|
|
728
|
+
throw Ee(ae.INVALID_ISO_DATE_ARGUMENT);
|
|
729
729
|
}
|
|
730
|
-
} else if (
|
|
730
|
+
} else if (jo(t)) {
|
|
731
731
|
if (isNaN(t.getTime()))
|
|
732
|
-
throw
|
|
732
|
+
throw Ee(ae.INVALID_DATE_ARGUMENT);
|
|
733
733
|
a = t;
|
|
734
734
|
} else if (U(t))
|
|
735
735
|
a = t;
|
|
736
736
|
else
|
|
737
|
-
throw
|
|
737
|
+
throw Ee(ae.INVALID_ARGUMENT);
|
|
738
738
|
return E(n) ? l.key = n : I(n) && Object.keys(n).forEach((i) => {
|
|
739
|
-
|
|
739
|
+
kn.includes(i) ? r[i] = n[i] : l[i] = n[i];
|
|
740
740
|
}), E(o) ? l.locale = o : I(o) && (r = o), I(s) && (r = s), [l.key || "", a, l, r];
|
|
741
741
|
}
|
|
742
|
-
function
|
|
742
|
+
function xt(e, t, n) {
|
|
743
743
|
const o = e;
|
|
744
744
|
for (const s in n) {
|
|
745
745
|
const l = `${t}__${s}`;
|
|
746
746
|
!o.__datetimeFormatters.has(l) || o.__datetimeFormatters.delete(l);
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
|
-
function
|
|
749
|
+
function Gt(e, ...t) {
|
|
750
750
|
const { numberFormats: n, unresolving: o, fallbackLocale: s, onWarn: l, localeFallbacker: r } = e, { __numberFormatters: a } = e;
|
|
751
751
|
if (process.env.NODE_ENV !== "production" && !$n.numberFormat)
|
|
752
|
-
return l(
|
|
753
|
-
const [i, c,
|
|
752
|
+
return l(ye(K.CANNOT_FORMAT_NUMBER)), We;
|
|
753
|
+
const [i, c, _, u] = et(...t), d = k(_.missingWarn) ? _.missingWarn : e.missingWarn, p = k(_.fallbackWarn) ? _.fallbackWarn : e.fallbackWarn, b = !!_.part, g = E(_.locale) ? _.locale : e.locale, h = r(
|
|
754
754
|
e,
|
|
755
755
|
s,
|
|
756
|
-
|
|
756
|
+
g
|
|
757
757
|
);
|
|
758
758
|
if (!E(i) || i === "")
|
|
759
|
-
return new Intl.NumberFormat(
|
|
760
|
-
let y = {}, O, L = null, N =
|
|
759
|
+
return new Intl.NumberFormat(g, u).format(c);
|
|
760
|
+
let y = {}, O, L = null, N = g, v = null;
|
|
761
761
|
const A = "number format";
|
|
762
762
|
for (let Y = 0; Y < h.length; Y++) {
|
|
763
|
-
if (O = v = h[Y], process.env.NODE_ENV !== "production" &&
|
|
763
|
+
if (O = v = h[Y], process.env.NODE_ENV !== "production" && g !== O && He(p, i) && l(ye(K.FALLBACK_TO_NUMBER_FORMAT, {
|
|
764
764
|
key: i,
|
|
765
765
|
target: O
|
|
766
|
-
})), process.env.NODE_ENV !== "production" &&
|
|
766
|
+
})), process.env.NODE_ENV !== "production" && g !== O) {
|
|
767
767
|
const Q = e.__v_emitter;
|
|
768
768
|
Q && Q.emit("fallback", {
|
|
769
769
|
type: A,
|
|
@@ -775,14 +775,14 @@ function Bt(e, ...t) {
|
|
|
775
775
|
}
|
|
776
776
|
if (y = n[O] || {}, L = y[i], I(L))
|
|
777
777
|
break;
|
|
778
|
-
|
|
778
|
+
ht(e, i, O, d, A), N = v;
|
|
779
779
|
}
|
|
780
780
|
if (!I(L) || !E(O))
|
|
781
|
-
return o ?
|
|
781
|
+
return o ? Be : i;
|
|
782
782
|
let w = `${O}__${i}`;
|
|
783
|
-
|
|
783
|
+
je(u) || (w = `${w}__${JSON.stringify(u)}`);
|
|
784
784
|
let x = a.get(w);
|
|
785
|
-
return x || (x = new Intl.NumberFormat(O, B({}, L,
|
|
785
|
+
return x || (x = new Intl.NumberFormat(O, B({}, L, u)), a.set(w, x)), b ? x.formatToParts(c) : x.format(c);
|
|
786
786
|
}
|
|
787
787
|
const Fn = [
|
|
788
788
|
"localeMatcher",
|
|
@@ -806,40 +806,40 @@ const Fn = [
|
|
|
806
806
|
"roundingIncrement",
|
|
807
807
|
"trailingZeroDisplay"
|
|
808
808
|
];
|
|
809
|
-
function
|
|
809
|
+
function et(...e) {
|
|
810
810
|
const [t, n, o, s] = e, l = {};
|
|
811
811
|
let r = {};
|
|
812
812
|
if (!U(t))
|
|
813
|
-
throw
|
|
813
|
+
throw Ee(ae.INVALID_ARGUMENT);
|
|
814
814
|
const a = t;
|
|
815
815
|
return E(n) ? l.key = n : I(n) && Object.keys(n).forEach((i) => {
|
|
816
816
|
Fn.includes(i) ? r[i] = n[i] : l[i] = n[i];
|
|
817
817
|
}), E(o) ? l.locale = o : I(o) && (r = o), I(s) && (r = s), [l.key || "", a, l, r];
|
|
818
818
|
}
|
|
819
|
-
function
|
|
819
|
+
function Wt(e, t, n) {
|
|
820
820
|
const o = e;
|
|
821
821
|
for (const s in n) {
|
|
822
822
|
const l = `${t}__${s}`;
|
|
823
823
|
!o.__numberFormatters.has(l) || o.__numberFormatters.delete(l);
|
|
824
824
|
}
|
|
825
825
|
}
|
|
826
|
-
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (
|
|
827
|
-
function
|
|
828
|
-
return
|
|
826
|
+
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (_t().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
827
|
+
function Cs() {
|
|
828
|
+
return Rn().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
829
829
|
}
|
|
830
|
-
function
|
|
830
|
+
function Rn() {
|
|
831
831
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof global < "u" ? global : {};
|
|
832
832
|
}
|
|
833
|
-
const
|
|
834
|
-
let
|
|
835
|
-
function
|
|
833
|
+
const Ps = typeof Proxy == "function", $s = "devtools-plugin:setup", ks = "plugin:settings:set";
|
|
834
|
+
let he, tt;
|
|
835
|
+
function Fs() {
|
|
836
836
|
var e;
|
|
837
|
-
return
|
|
837
|
+
return he !== void 0 || (typeof window < "u" && window.performance ? (he = !0, tt = window.performance) : typeof global < "u" && ((e = global.perf_hooks) === null || e === void 0 ? void 0 : e.performance) ? (he = !0, tt = global.perf_hooks.performance) : he = !1), he;
|
|
838
838
|
}
|
|
839
839
|
function Rs() {
|
|
840
|
-
return
|
|
840
|
+
return Fs() ? tt.now() : Date.now();
|
|
841
841
|
}
|
|
842
|
-
class
|
|
842
|
+
class Ms {
|
|
843
843
|
constructor(t, n) {
|
|
844
844
|
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = t, this.hook = n;
|
|
845
845
|
const o = {};
|
|
@@ -901,12 +901,12 @@ class Fs {
|
|
|
901
901
|
n.resolve(await this.target[n.method](...n.args));
|
|
902
902
|
}
|
|
903
903
|
}
|
|
904
|
-
function
|
|
905
|
-
const n = e, o =
|
|
904
|
+
function Vs(e, t) {
|
|
905
|
+
const n = e, o = Rn(), s = Cs(), l = Ps && n.enableEarlyProxy;
|
|
906
906
|
if (s && (o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !l))
|
|
907
|
-
s.emit(
|
|
907
|
+
s.emit($s, e, t);
|
|
908
908
|
else {
|
|
909
|
-
const r = l ? new
|
|
909
|
+
const r = l ? new Ms(n, s) : null;
|
|
910
910
|
(o.__VUE_DEVTOOLS_PLUGINS__ = o.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
911
911
|
pluginDescriptor: n,
|
|
912
912
|
setupFn: t,
|
|
@@ -919,13 +919,13 @@ function Ms(e, t) {
|
|
|
919
919
|
* (c) 2022 kazuya kawaguchi
|
|
920
920
|
* Released under the MIT License.
|
|
921
921
|
*/
|
|
922
|
-
const
|
|
922
|
+
const Je = {
|
|
923
923
|
["vue-devtools-plugin-vue-i18n"]: "Vue I18n devtools",
|
|
924
924
|
["vue-i18n-resource-inspector"]: "I18n Resources",
|
|
925
925
|
["vue-i18n-timeline"]: "Vue I18n"
|
|
926
|
-
}, Vs = {
|
|
927
|
-
["vue-i18n-resource-inspector"]: "Search for scopes ..."
|
|
928
926
|
}, Us = {
|
|
927
|
+
["vue-i18n-resource-inspector"]: "Search for scopes ..."
|
|
928
|
+
}, xs = {
|
|
929
929
|
["vue-i18n-timeline"]: 16764185
|
|
930
930
|
};
|
|
931
931
|
/*!
|
|
@@ -933,21 +933,21 @@ const qe = {
|
|
|
933
933
|
* (c) 2022 kazuya kawaguchi
|
|
934
934
|
* Released under the MIT License.
|
|
935
935
|
*/
|
|
936
|
-
const
|
|
937
|
-
function
|
|
936
|
+
const Gs = "9.2.2";
|
|
937
|
+
function Ws() {
|
|
938
938
|
let e = !1;
|
|
939
|
-
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (
|
|
940
|
-
}
|
|
941
|
-
let
|
|
942
|
-
const
|
|
943
|
-
FALLBACK_TO_ROOT:
|
|
944
|
-
NOT_SUPPORTED_PRESERVE:
|
|
945
|
-
NOT_SUPPORTED_FORMATTER:
|
|
946
|
-
NOT_SUPPORTED_PRESERVE_DIRECTIVE:
|
|
947
|
-
NOT_SUPPORTED_GET_CHOICE_INDEX:
|
|
948
|
-
COMPONENT_NAME_LEGACY_COMPATIBLE:
|
|
949
|
-
NOT_FOUND_PARENT_SCOPE:
|
|
950
|
-
},
|
|
939
|
+
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (_t().__INTLIFY_PROD_DEVTOOLS__ = !1), process.env.NODE_ENV !== "production" && e && console.warn("You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle.");
|
|
940
|
+
}
|
|
941
|
+
let Mn = K.__EXTEND_POINT__;
|
|
942
|
+
const ve = () => ++Mn, Z = {
|
|
943
|
+
FALLBACK_TO_ROOT: Mn,
|
|
944
|
+
NOT_SUPPORTED_PRESERVE: ve(),
|
|
945
|
+
NOT_SUPPORTED_FORMATTER: ve(),
|
|
946
|
+
NOT_SUPPORTED_PRESERVE_DIRECTIVE: ve(),
|
|
947
|
+
NOT_SUPPORTED_GET_CHOICE_INDEX: ve(),
|
|
948
|
+
COMPONENT_NAME_LEGACY_COMPATIBLE: ve(),
|
|
949
|
+
NOT_FOUND_PARENT_SCOPE: ve()
|
|
950
|
+
}, js = {
|
|
951
951
|
[Z.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
|
|
952
952
|
[Z.NOT_SUPPORTED_PRESERVE]: "Not supported 'preserve'.",
|
|
953
953
|
[Z.NOT_SUPPORTED_FORMATTER]: "Not supported 'formatter'.",
|
|
@@ -956,12 +956,12 @@ const Ee = () => ++Vn, Z = {
|
|
|
956
956
|
[Z.COMPONENT_NAME_LEGACY_COMPATIBLE]: "Component name legacy compatible: '{name}' -> 'i18n'",
|
|
957
957
|
[Z.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope."
|
|
958
958
|
};
|
|
959
|
-
function
|
|
960
|
-
return
|
|
959
|
+
function ze(e, ...t) {
|
|
960
|
+
return dt(js[e], ...t);
|
|
961
961
|
}
|
|
962
|
-
let
|
|
963
|
-
const z = () => ++
|
|
964
|
-
UNEXPECTED_RETURN_TYPE:
|
|
962
|
+
let Vn = W.__EXTEND_POINT__;
|
|
963
|
+
const z = () => ++Vn, D = {
|
|
964
|
+
UNEXPECTED_RETURN_TYPE: Vn,
|
|
965
965
|
INVALID_ARGUMENT: z(),
|
|
966
966
|
MUST_BE_CALL_SETUP_TOP: z(),
|
|
967
967
|
NOT_INSLALLED: z(),
|
|
@@ -978,9 +978,9 @@ const z = () => ++Un, D = {
|
|
|
978
978
|
__EXTEND_POINT__: z()
|
|
979
979
|
};
|
|
980
980
|
function J(e, ...t) {
|
|
981
|
-
return
|
|
981
|
+
return On(e, null, process.env.NODE_ENV !== "production" ? { messages: Bs, args: t } : void 0);
|
|
982
982
|
}
|
|
983
|
-
const
|
|
983
|
+
const Bs = {
|
|
984
984
|
[D.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
|
|
985
985
|
[D.INVALID_ARGUMENT]: "Invalid argument",
|
|
986
986
|
[D.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
|
|
@@ -995,28 +995,28 @@ const js = {
|
|
|
995
995
|
[D.BRIDGE_SUPPORT_VUE_2_ONLY]: "vue-i18n-bridge support Vue 2.x only",
|
|
996
996
|
[D.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]: "Must define \u2018i18n\u2019 option or custom block in Composition API with using local scope in Legacy API mode",
|
|
997
997
|
[D.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
998
|
-
},
|
|
998
|
+
}, nt = /* @__PURE__ */ re("__transrateVNode"), ot = /* @__PURE__ */ re("__datetimeParts"), st = /* @__PURE__ */ re("__numberParts"), De = /* @__PURE__ */ re("__enableEmitter"), rt = /* @__PURE__ */ re("__disableEmitter"), Hs = re("__setPluralRules");
|
|
999
999
|
re("__intlifyMeta");
|
|
1000
|
-
const
|
|
1001
|
-
function
|
|
1000
|
+
const zs = /* @__PURE__ */ re("__injectWithOption");
|
|
1001
|
+
function lt(e) {
|
|
1002
1002
|
if (!S(e))
|
|
1003
1003
|
return e;
|
|
1004
1004
|
for (const t in e)
|
|
1005
|
-
if (!!
|
|
1005
|
+
if (!!mt(e, t))
|
|
1006
1006
|
if (!t.includes("."))
|
|
1007
|
-
S(e[t]) &&
|
|
1007
|
+
S(e[t]) && lt(e[t]);
|
|
1008
1008
|
else {
|
|
1009
1009
|
const n = t.split("."), o = n.length - 1;
|
|
1010
1010
|
let s = e;
|
|
1011
1011
|
for (let l = 0; l < o; l++)
|
|
1012
1012
|
n[l] in s || (s[n[l]] = {}), s = s[n[l]];
|
|
1013
|
-
s[n[o]] = e[t], delete e[t], S(s[n[o]]) &&
|
|
1013
|
+
s[n[o]] = e[t], delete e[t], S(s[n[o]]) && lt(s[n[o]]);
|
|
1014
1014
|
}
|
|
1015
1015
|
return e;
|
|
1016
1016
|
}
|
|
1017
|
-
function
|
|
1018
|
-
const { messages: n, __i18n: o, messageResolver: s, flatJson: l } = t, r = I(n) ? n :
|
|
1019
|
-
if (
|
|
1017
|
+
function Un(e, t) {
|
|
1018
|
+
const { messages: n, __i18n: o, messageResolver: s, flatJson: l } = t, r = I(n) ? n : F(o) ? {} : { [e]: {} };
|
|
1019
|
+
if (F(o) && o.forEach((a) => {
|
|
1020
1020
|
if ("locale" in a && "resource" in a) {
|
|
1021
1021
|
const { locale: i, resource: c } = a;
|
|
1022
1022
|
i ? (r[i] = r[i] || {}, we(c, r[i])) : we(c, r);
|
|
@@ -1024,22 +1024,22 @@ function xn(e, t) {
|
|
|
1024
1024
|
E(a) && we(JSON.parse(a), r);
|
|
1025
1025
|
}), s == null && l)
|
|
1026
1026
|
for (const a in r)
|
|
1027
|
-
|
|
1027
|
+
mt(r, a) && lt(r[a]);
|
|
1028
1028
|
return r;
|
|
1029
1029
|
}
|
|
1030
|
-
const
|
|
1030
|
+
const Re = (e) => !S(e) || F(e);
|
|
1031
1031
|
function we(e, t) {
|
|
1032
|
-
if (
|
|
1032
|
+
if (Re(e) || Re(t))
|
|
1033
1033
|
throw J(D.INVALID_VALUE);
|
|
1034
1034
|
for (const n in e)
|
|
1035
|
-
|
|
1035
|
+
mt(e, n) && (Re(e[n]) || Re(t[n]) ? t[n] = e[n] : we(e[n], t[n]));
|
|
1036
1036
|
}
|
|
1037
|
-
function
|
|
1037
|
+
function xn(e) {
|
|
1038
1038
|
return e.type;
|
|
1039
1039
|
}
|
|
1040
|
-
function
|
|
1040
|
+
function Ys(e, t, n) {
|
|
1041
1041
|
let o = S(t.messages) ? t.messages : {};
|
|
1042
|
-
"__i18nGlobal" in n && (o =
|
|
1042
|
+
"__i18nGlobal" in n && (o = Un(e.locale.value, {
|
|
1043
1043
|
messages: o,
|
|
1044
1044
|
__i18n: n.__i18nGlobal
|
|
1045
1045
|
}));
|
|
@@ -1062,43 +1062,43 @@ function zs(e, t, n) {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
|
-
function
|
|
1066
|
-
return ee(
|
|
1065
|
+
function jt(e) {
|
|
1066
|
+
return ee(Mo, null, e, 0);
|
|
1067
1067
|
}
|
|
1068
|
-
const
|
|
1069
|
-
let
|
|
1070
|
-
function
|
|
1071
|
-
return (t, n, o, s) => e(n, o,
|
|
1068
|
+
const Bt = "__INTLIFY_META__";
|
|
1069
|
+
let Ht = 0;
|
|
1070
|
+
function zt(e) {
|
|
1071
|
+
return (t, n, o, s) => e(n, o, ut() || void 0, s);
|
|
1072
1072
|
}
|
|
1073
|
-
const
|
|
1074
|
-
const e =
|
|
1073
|
+
const Ks = () => {
|
|
1074
|
+
const e = ut();
|
|
1075
1075
|
let t = null;
|
|
1076
|
-
return e && (t =
|
|
1076
|
+
return e && (t = xn(e)[Bt]) ? { [Bt]: t } : null;
|
|
1077
1077
|
};
|
|
1078
|
-
function
|
|
1078
|
+
function Gn(e = {}, t) {
|
|
1079
1079
|
const { __root: n } = e, o = n === void 0;
|
|
1080
|
-
let s =
|
|
1080
|
+
let s = k(e.inheritLocale) ? e.inheritLocale : !0;
|
|
1081
1081
|
const l = P(
|
|
1082
|
-
n && s ? n.locale.value : E(e.locale) ? e.locale :
|
|
1082
|
+
n && s ? n.locale.value : E(e.locale) ? e.locale : pt
|
|
1083
1083
|
), r = P(
|
|
1084
|
-
n && s ? n.fallbackLocale.value : E(e.fallbackLocale) ||
|
|
1085
|
-
), a = P(
|
|
1086
|
-
let
|
|
1084
|
+
n && s ? n.fallbackLocale.value : E(e.fallbackLocale) || F(e.fallbackLocale) || I(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l.value
|
|
1085
|
+
), a = P(Un(l.value, e)), i = P(I(e.datetimeFormats) ? e.datetimeFormats : { [l.value]: {} }), c = P(I(e.numberFormats) ? e.numberFormats : { [l.value]: {} });
|
|
1086
|
+
let _ = n ? n.missingWarn : k(e.missingWarn) || Ge(e.missingWarn) ? e.missingWarn : !0, u = n ? n.fallbackWarn : k(e.fallbackWarn) || Ge(e.fallbackWarn) ? e.fallbackWarn : !0, d = n ? n.fallbackRoot : k(e.fallbackRoot) ? e.fallbackRoot : !0, p = !!e.fallbackFormat, b = V(e.missing) ? e.missing : null, g = V(e.missing) ? zt(e.missing) : null, h = V(e.postTranslation) ? e.postTranslation : null, y = n ? n.warnHtmlMessage : k(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, O = !!e.escapeParameter;
|
|
1087
1087
|
const L = n ? n.modifiers : I(e.modifiers) ? e.modifiers : {};
|
|
1088
1088
|
let N = e.pluralRules || n && n.pluralRules, v;
|
|
1089
1089
|
v = (() => {
|
|
1090
|
-
o &&
|
|
1090
|
+
o && kt(null);
|
|
1091
1091
|
const f = {
|
|
1092
|
-
version:
|
|
1092
|
+
version: Gs,
|
|
1093
1093
|
locale: l.value,
|
|
1094
1094
|
fallbackLocale: r.value,
|
|
1095
1095
|
messages: a.value,
|
|
1096
1096
|
modifiers: L,
|
|
1097
1097
|
pluralRules: N,
|
|
1098
|
-
missing:
|
|
1099
|
-
missingWarn:
|
|
1100
|
-
fallbackWarn:
|
|
1101
|
-
fallbackFormat:
|
|
1098
|
+
missing: g === null ? void 0 : g,
|
|
1099
|
+
missingWarn: _,
|
|
1100
|
+
fallbackWarn: u,
|
|
1101
|
+
fallbackFormat: p,
|
|
1102
1102
|
unresolving: !0,
|
|
1103
1103
|
postTranslation: h === null ? void 0 : h,
|
|
1104
1104
|
warnHtmlMessage: y,
|
|
@@ -1107,8 +1107,8 @@ function Wn(e = {}, t) {
|
|
|
1107
1107
|
__meta: { framework: "vue" }
|
|
1108
1108
|
};
|
|
1109
1109
|
f.datetimeFormats = i.value, f.numberFormats = c.value, f.__datetimeFormatters = I(v) ? v.__datetimeFormatters : void 0, f.__numberFormatters = I(v) ? v.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (f.__v_emitter = I(v) ? v.__v_emitter : void 0);
|
|
1110
|
-
const m =
|
|
1111
|
-
return o &&
|
|
1110
|
+
const m = Is(f);
|
|
1111
|
+
return o && kt(m), m;
|
|
1112
1112
|
})(), Ne(v, l.value, r.value);
|
|
1113
1113
|
function w() {
|
|
1114
1114
|
return [
|
|
@@ -1129,173 +1129,173 @@ function Wn(e = {}, t) {
|
|
|
1129
1129
|
set: (f) => {
|
|
1130
1130
|
r.value = f, v.fallbackLocale = r.value, Ne(v, l.value, f);
|
|
1131
1131
|
}
|
|
1132
|
-
}), Q = G(() => a.value), q = /* @__PURE__ */ G(() => i.value),
|
|
1133
|
-
function
|
|
1132
|
+
}), Q = G(() => a.value), q = /* @__PURE__ */ G(() => i.value), $e = /* @__PURE__ */ G(() => c.value);
|
|
1133
|
+
function ke() {
|
|
1134
1134
|
return V(h) ? h : null;
|
|
1135
1135
|
}
|
|
1136
|
-
function
|
|
1136
|
+
function ao(f) {
|
|
1137
1137
|
h = f, v.postTranslation = f;
|
|
1138
1138
|
}
|
|
1139
|
-
function
|
|
1139
|
+
function io() {
|
|
1140
1140
|
return b;
|
|
1141
1141
|
}
|
|
1142
|
-
function
|
|
1143
|
-
f !== null && (
|
|
1142
|
+
function co(f) {
|
|
1143
|
+
f !== null && (g = zt(f)), b = f, v.missing = g;
|
|
1144
1144
|
}
|
|
1145
|
-
function
|
|
1145
|
+
function uo(f, m) {
|
|
1146
1146
|
return f !== "translate" || !m.resolvedMessage;
|
|
1147
1147
|
}
|
|
1148
|
-
const
|
|
1148
|
+
const ge = (f, m, H, j, Ke, Fe) => {
|
|
1149
1149
|
w();
|
|
1150
|
-
let
|
|
1150
|
+
let pe;
|
|
1151
1151
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__)
|
|
1152
1152
|
try {
|
|
1153
|
-
|
|
1153
|
+
$t(Ks()), o || (v.fallbackContext = n ? Ts() : void 0), pe = f(v);
|
|
1154
1154
|
} finally {
|
|
1155
|
-
|
|
1155
|
+
$t(null), o || (v.fallbackContext = void 0);
|
|
1156
1156
|
}
|
|
1157
1157
|
else
|
|
1158
|
-
|
|
1159
|
-
if (U(
|
|
1160
|
-
const [de,
|
|
1161
|
-
if (process.env.NODE_ENV !== "production" && n && E(de) &&
|
|
1158
|
+
pe = f(v);
|
|
1159
|
+
if (U(pe) && pe === Be) {
|
|
1160
|
+
const [de, Po] = m();
|
|
1161
|
+
if (process.env.NODE_ENV !== "production" && n && E(de) && uo(H, Po) && (d && (He(u, de) || An(_, de)) && Oe(ze(Z.FALLBACK_TO_ROOT, {
|
|
1162
1162
|
key: de,
|
|
1163
1163
|
type: H
|
|
1164
1164
|
})), process.env.NODE_ENV !== "production")) {
|
|
1165
|
-
const { __v_emitter:
|
|
1166
|
-
|
|
1165
|
+
const { __v_emitter: It } = v;
|
|
1166
|
+
It && d && It.emit("fallback", {
|
|
1167
1167
|
type: H,
|
|
1168
1168
|
key: de,
|
|
1169
1169
|
to: "global",
|
|
1170
1170
|
groupId: `${H}:${de}`
|
|
1171
1171
|
});
|
|
1172
1172
|
}
|
|
1173
|
-
return n && d ? j(n) :
|
|
1173
|
+
return n && d ? j(n) : Ke(de);
|
|
1174
1174
|
} else {
|
|
1175
|
-
if (
|
|
1176
|
-
return
|
|
1175
|
+
if (Fe(pe))
|
|
1176
|
+
return pe;
|
|
1177
1177
|
throw J(D.UNEXPECTED_RETURN_TYPE);
|
|
1178
1178
|
}
|
|
1179
1179
|
};
|
|
1180
|
-
function
|
|
1181
|
-
return
|
|
1180
|
+
function Nt(...f) {
|
|
1181
|
+
return ge((m) => Reflect.apply(Mt, null, [m, ...f]), () => qe(...f), "translate", (m) => Reflect.apply(m.t, m, [...f]), (m) => m, (m) => E(m));
|
|
1182
1182
|
}
|
|
1183
|
-
function
|
|
1183
|
+
function fo(...f) {
|
|
1184
1184
|
const [m, H, j] = f;
|
|
1185
1185
|
if (j && !S(j))
|
|
1186
1186
|
throw J(D.INVALID_ARGUMENT);
|
|
1187
|
-
return
|
|
1188
|
-
}
|
|
1189
|
-
function fo(...f) {
|
|
1190
|
-
return pe((m) => Reflect.apply(Wt, null, [m, ...f]), () => tt(...f), "datetime format", (m) => Reflect.apply(m.d, m, [...f]), () => je, (m) => E(m));
|
|
1187
|
+
return Nt(m, H, B({ resolvedMessage: !0 }, j || {}));
|
|
1191
1188
|
}
|
|
1192
1189
|
function _o(...f) {
|
|
1193
|
-
return
|
|
1190
|
+
return ge((m) => Reflect.apply(Ut, null, [m, ...f]), () => Ze(...f), "datetime format", (m) => Reflect.apply(m.d, m, [...f]), () => We, (m) => E(m));
|
|
1191
|
+
}
|
|
1192
|
+
function mo(...f) {
|
|
1193
|
+
return ge((m) => Reflect.apply(Gt, null, [m, ...f]), () => et(...f), "number format", (m) => Reflect.apply(m.n, m, [...f]), () => We, (m) => E(m));
|
|
1194
1194
|
}
|
|
1195
|
-
function
|
|
1196
|
-
return f.map((m) => E(m) || U(m) ||
|
|
1195
|
+
function go(f) {
|
|
1196
|
+
return f.map((m) => E(m) || U(m) || k(m) ? jt(String(m)) : m);
|
|
1197
1197
|
}
|
|
1198
|
-
const
|
|
1199
|
-
normalize:
|
|
1198
|
+
const po = {
|
|
1199
|
+
normalize: go,
|
|
1200
1200
|
interpolate: (f) => f,
|
|
1201
1201
|
type: "vnode"
|
|
1202
1202
|
};
|
|
1203
|
-
function
|
|
1204
|
-
return
|
|
1203
|
+
function ho(...f) {
|
|
1204
|
+
return ge(
|
|
1205
1205
|
(m) => {
|
|
1206
1206
|
let H;
|
|
1207
1207
|
const j = m;
|
|
1208
1208
|
try {
|
|
1209
|
-
j.processor =
|
|
1209
|
+
j.processor = po, H = Reflect.apply(Mt, null, [j, ...f]);
|
|
1210
1210
|
} finally {
|
|
1211
1211
|
j.processor = null;
|
|
1212
1212
|
}
|
|
1213
1213
|
return H;
|
|
1214
1214
|
},
|
|
1215
|
-
() =>
|
|
1215
|
+
() => qe(...f),
|
|
1216
1216
|
"translate",
|
|
1217
|
-
(m) => m[
|
|
1218
|
-
(m) => [
|
|
1219
|
-
(m) =>
|
|
1217
|
+
(m) => m[nt](...f),
|
|
1218
|
+
(m) => [jt(m)],
|
|
1219
|
+
(m) => F(m)
|
|
1220
1220
|
);
|
|
1221
1221
|
}
|
|
1222
|
-
function
|
|
1223
|
-
return
|
|
1224
|
-
(m) => Reflect.apply(
|
|
1225
|
-
() =>
|
|
1222
|
+
function vo(...f) {
|
|
1223
|
+
return ge(
|
|
1224
|
+
(m) => Reflect.apply(Gt, null, [m, ...f]),
|
|
1225
|
+
() => et(...f),
|
|
1226
1226
|
"number format",
|
|
1227
|
-
(m) => m[
|
|
1227
|
+
(m) => m[st](...f),
|
|
1228
1228
|
() => [],
|
|
1229
|
-
(m) => E(m) ||
|
|
1229
|
+
(m) => E(m) || F(m)
|
|
1230
1230
|
);
|
|
1231
1231
|
}
|
|
1232
|
-
function
|
|
1233
|
-
return
|
|
1234
|
-
(m) => Reflect.apply(
|
|
1235
|
-
() =>
|
|
1232
|
+
function Eo(...f) {
|
|
1233
|
+
return ge(
|
|
1234
|
+
(m) => Reflect.apply(Ut, null, [m, ...f]),
|
|
1235
|
+
() => Ze(...f),
|
|
1236
1236
|
"datetime format",
|
|
1237
|
-
(m) => m[
|
|
1237
|
+
(m) => m[ot](...f),
|
|
1238
1238
|
() => [],
|
|
1239
|
-
(m) => E(m) ||
|
|
1239
|
+
(m) => E(m) || F(m)
|
|
1240
1240
|
);
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1242
|
+
function yo(f) {
|
|
1243
1243
|
N = f, v.pluralRules = N;
|
|
1244
1244
|
}
|
|
1245
|
-
function
|
|
1246
|
-
const H = E(m) ? m : l.value, j =
|
|
1245
|
+
function bo(f, m) {
|
|
1246
|
+
const H = E(m) ? m : l.value, j = Tt(H);
|
|
1247
1247
|
return v.messageResolver(j, f) !== null;
|
|
1248
1248
|
}
|
|
1249
|
-
function
|
|
1249
|
+
function Oo(f) {
|
|
1250
1250
|
let m = null;
|
|
1251
|
-
const H =
|
|
1251
|
+
const H = Tn(v, r.value, l.value);
|
|
1252
1252
|
for (let j = 0; j < H.length; j++) {
|
|
1253
|
-
const
|
|
1254
|
-
if (
|
|
1255
|
-
m =
|
|
1253
|
+
const Ke = a.value[H[j]] || {}, Fe = v.messageResolver(Ke, f);
|
|
1254
|
+
if (Fe != null) {
|
|
1255
|
+
m = Fe;
|
|
1256
1256
|
break;
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
1259
|
return m;
|
|
1260
1260
|
}
|
|
1261
|
-
function
|
|
1262
|
-
const m =
|
|
1261
|
+
function No(f) {
|
|
1262
|
+
const m = Oo(f);
|
|
1263
1263
|
return m != null ? m : n ? n.tm(f) || {} : {};
|
|
1264
1264
|
}
|
|
1265
|
-
function
|
|
1265
|
+
function Tt(f) {
|
|
1266
1266
|
return a.value[f] || {};
|
|
1267
1267
|
}
|
|
1268
|
-
function
|
|
1268
|
+
function To(f, m) {
|
|
1269
1269
|
a.value[f] = m, v.messages = a.value;
|
|
1270
1270
|
}
|
|
1271
|
-
function
|
|
1271
|
+
function Io(f, m) {
|
|
1272
1272
|
a.value[f] = a.value[f] || {}, we(m, a.value[f]), v.messages = a.value;
|
|
1273
1273
|
}
|
|
1274
|
-
function
|
|
1274
|
+
function Lo(f) {
|
|
1275
1275
|
return i.value[f] || {};
|
|
1276
1276
|
}
|
|
1277
|
-
function Lo(f, m) {
|
|
1278
|
-
i.value[f] = m, v.datetimeFormats = i.value, jt(v, f, m);
|
|
1279
|
-
}
|
|
1280
1277
|
function wo(f, m) {
|
|
1281
|
-
i.value[f] =
|
|
1278
|
+
i.value[f] = m, v.datetimeFormats = i.value, xt(v, f, m);
|
|
1282
1279
|
}
|
|
1283
|
-
function So(f) {
|
|
1284
|
-
|
|
1280
|
+
function So(f, m) {
|
|
1281
|
+
i.value[f] = B(i.value[f] || {}, m), v.datetimeFormats = i.value, xt(v, f, m);
|
|
1285
1282
|
}
|
|
1286
|
-
function Ao(f
|
|
1287
|
-
c.value[f]
|
|
1283
|
+
function Ao(f) {
|
|
1284
|
+
return c.value[f] || {};
|
|
1288
1285
|
}
|
|
1289
1286
|
function Do(f, m) {
|
|
1290
|
-
c.value[f] =
|
|
1287
|
+
c.value[f] = m, v.numberFormats = c.value, Wt(v, f, m);
|
|
1291
1288
|
}
|
|
1292
|
-
|
|
1289
|
+
function Co(f, m) {
|
|
1290
|
+
c.value[f] = B(c.value[f] || {}, m), v.numberFormats = c.value, Wt(v, f, m);
|
|
1291
|
+
}
|
|
1292
|
+
Ht++, n && se && (Ue(n.locale, (f) => {
|
|
1293
1293
|
s && (l.value = f, v.locale = f, Ne(v, l.value, r.value));
|
|
1294
1294
|
}), Ue(n.fallbackLocale, (f) => {
|
|
1295
1295
|
s && (r.value = f, v.fallbackLocale = f, Ne(v, l.value, r.value));
|
|
1296
1296
|
}));
|
|
1297
|
-
const
|
|
1298
|
-
id:
|
|
1297
|
+
const R = {
|
|
1298
|
+
id: Ht,
|
|
1299
1299
|
locale: x,
|
|
1300
1300
|
fallbackLocale: Y,
|
|
1301
1301
|
get inheritLocale() {
|
|
@@ -1318,16 +1318,16 @@ function Wn(e = {}, t) {
|
|
|
1318
1318
|
return o;
|
|
1319
1319
|
},
|
|
1320
1320
|
get missingWarn() {
|
|
1321
|
-
return
|
|
1321
|
+
return _;
|
|
1322
1322
|
},
|
|
1323
1323
|
set missingWarn(f) {
|
|
1324
|
-
|
|
1324
|
+
_ = f, v.missingWarn = _;
|
|
1325
1325
|
},
|
|
1326
1326
|
get fallbackWarn() {
|
|
1327
|
-
return
|
|
1327
|
+
return u;
|
|
1328
1328
|
},
|
|
1329
1329
|
set fallbackWarn(f) {
|
|
1330
|
-
|
|
1330
|
+
u = f, v.fallbackWarn = u;
|
|
1331
1331
|
},
|
|
1332
1332
|
get fallbackRoot() {
|
|
1333
1333
|
return d;
|
|
@@ -1336,10 +1336,10 @@ function Wn(e = {}, t) {
|
|
|
1336
1336
|
d = f;
|
|
1337
1337
|
},
|
|
1338
1338
|
get fallbackFormat() {
|
|
1339
|
-
return
|
|
1339
|
+
return p;
|
|
1340
1340
|
},
|
|
1341
1341
|
set fallbackFormat(f) {
|
|
1342
|
-
|
|
1342
|
+
p = f, v.fallbackFormat = p;
|
|
1343
1343
|
},
|
|
1344
1344
|
get warnHtmlMessage() {
|
|
1345
1345
|
return y;
|
|
@@ -1353,23 +1353,23 @@ function Wn(e = {}, t) {
|
|
|
1353
1353
|
set escapeParameter(f) {
|
|
1354
1354
|
O = f, v.escapeParameter = f;
|
|
1355
1355
|
},
|
|
1356
|
-
t:
|
|
1357
|
-
getLocaleMessage:
|
|
1358
|
-
setLocaleMessage:
|
|
1359
|
-
mergeLocaleMessage:
|
|
1360
|
-
getPostTranslationHandler:
|
|
1361
|
-
setPostTranslationHandler:
|
|
1362
|
-
getMissingHandler:
|
|
1363
|
-
setMissingHandler:
|
|
1364
|
-
[
|
|
1356
|
+
t: Nt,
|
|
1357
|
+
getLocaleMessage: Tt,
|
|
1358
|
+
setLocaleMessage: To,
|
|
1359
|
+
mergeLocaleMessage: Io,
|
|
1360
|
+
getPostTranslationHandler: ke,
|
|
1361
|
+
setPostTranslationHandler: ao,
|
|
1362
|
+
getMissingHandler: io,
|
|
1363
|
+
setMissingHandler: co,
|
|
1364
|
+
[Hs]: yo
|
|
1365
1365
|
};
|
|
1366
|
-
return
|
|
1366
|
+
return R.datetimeFormats = q, R.numberFormats = $e, R.rt = fo, R.te = bo, R.tm = No, R.d = _o, R.n = mo, R.getDateTimeFormat = Lo, R.setDateTimeFormat = wo, R.mergeDateTimeFormat = So, R.getNumberFormat = Ao, R.setNumberFormat = Do, R.mergeNumberFormat = Co, R[zs] = e.__injectWithOption, R[nt] = ho, R[ot] = Eo, R[st] = vo, process.env.NODE_ENV !== "production" && (R[De] = (f) => {
|
|
1367
1367
|
v.__v_emitter = f;
|
|
1368
|
-
},
|
|
1368
|
+
}, R[rt] = () => {
|
|
1369
1369
|
v.__v_emitter = void 0;
|
|
1370
|
-
}),
|
|
1370
|
+
}), R;
|
|
1371
1371
|
}
|
|
1372
|
-
const
|
|
1372
|
+
const vt = {
|
|
1373
1373
|
tag: {
|
|
1374
1374
|
type: [String, Object]
|
|
1375
1375
|
},
|
|
@@ -1385,19 +1385,19 @@ const yt = {
|
|
|
1385
1385
|
type: Object
|
|
1386
1386
|
}
|
|
1387
1387
|
};
|
|
1388
|
-
function
|
|
1388
|
+
function Xs({ slots: e }, t) {
|
|
1389
1389
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((o, s) => o = [
|
|
1390
1390
|
...o,
|
|
1391
|
-
...
|
|
1391
|
+
...F(s.children) ? s.children : [s]
|
|
1392
1392
|
], []) : t.reduce((n, o) => {
|
|
1393
1393
|
const s = e[o];
|
|
1394
1394
|
return s && (n[o] = s()), n;
|
|
1395
1395
|
}, {});
|
|
1396
1396
|
}
|
|
1397
|
-
function
|
|
1398
|
-
return
|
|
1397
|
+
function Wn(e) {
|
|
1398
|
+
return be;
|
|
1399
1399
|
}
|
|
1400
|
-
const
|
|
1400
|
+
const Qe = {
|
|
1401
1401
|
name: "i18n-t",
|
|
1402
1402
|
props: B({
|
|
1403
1403
|
keypath: {
|
|
@@ -1408,40 +1408,40 @@ const Ze = {
|
|
|
1408
1408
|
type: [Number, String],
|
|
1409
1409
|
validator: (e) => U(e) || !isNaN(e)
|
|
1410
1410
|
}
|
|
1411
|
-
},
|
|
1411
|
+
}, vt),
|
|
1412
1412
|
setup(e, t) {
|
|
1413
|
-
const { slots: n, attrs: o } = t, s = e.i18n ||
|
|
1413
|
+
const { slots: n, attrs: o } = t, s = e.i18n || yt({
|
|
1414
1414
|
useScope: e.scope,
|
|
1415
1415
|
__useComponent: !0
|
|
1416
1416
|
});
|
|
1417
1417
|
return () => {
|
|
1418
|
-
const l = Object.keys(n).filter((
|
|
1418
|
+
const l = Object.keys(n).filter((u) => u !== "_"), r = {};
|
|
1419
1419
|
e.locale && (r.locale = e.locale), e.plural !== void 0 && (r.plural = E(e.plural) ? +e.plural : e.plural);
|
|
1420
|
-
const a =
|
|
1421
|
-
return Ve(
|
|
1420
|
+
const a = Xs(t, l), i = s[nt](e.keypath, a, r), c = B({}, o), _ = E(e.tag) || S(e.tag) ? e.tag : Wn();
|
|
1421
|
+
return Ve(_, c, i);
|
|
1422
1422
|
};
|
|
1423
1423
|
}
|
|
1424
1424
|
};
|
|
1425
|
-
function
|
|
1426
|
-
return
|
|
1425
|
+
function Js(e) {
|
|
1426
|
+
return F(e) && !E(e[0]);
|
|
1427
1427
|
}
|
|
1428
|
-
function
|
|
1428
|
+
function jn(e, t, n, o) {
|
|
1429
1429
|
const { slots: s, attrs: l } = t;
|
|
1430
1430
|
return () => {
|
|
1431
1431
|
const r = { part: !0 };
|
|
1432
1432
|
let a = {};
|
|
1433
|
-
e.locale && (r.locale = e.locale), E(e.format) ? r.key = e.format : S(e.format) && (E(e.format.key) && (r.key = e.format.key), a = Object.keys(e.format).reduce((d,
|
|
1433
|
+
e.locale && (r.locale = e.locale), E(e.format) ? r.key = e.format : S(e.format) && (E(e.format.key) && (r.key = e.format.key), a = Object.keys(e.format).reduce((d, p) => n.includes(p) ? B({}, d, { [p]: e.format[p] }) : d, {}));
|
|
1434
1434
|
const i = o(e.value, r, a);
|
|
1435
1435
|
let c = [r.key];
|
|
1436
|
-
|
|
1437
|
-
const b = s[d.type],
|
|
1438
|
-
return
|
|
1436
|
+
F(i) ? c = i.map((d, p) => {
|
|
1437
|
+
const b = s[d.type], g = b ? b({ [d.type]: d.value, index: p, parts: i }) : [d.value];
|
|
1438
|
+
return Js(g) && (g[0].key = `${d.type}-${p}`), g;
|
|
1439
1439
|
}) : E(i) && (c = [i]);
|
|
1440
|
-
const
|
|
1441
|
-
return Ve(
|
|
1440
|
+
const _ = B({}, l), u = E(e.tag) || S(e.tag) ? e.tag : Wn();
|
|
1441
|
+
return Ve(u, _, c);
|
|
1442
1442
|
};
|
|
1443
1443
|
}
|
|
1444
|
-
const
|
|
1444
|
+
const Yt = {
|
|
1445
1445
|
name: "i18n-n",
|
|
1446
1446
|
props: B({
|
|
1447
1447
|
value: {
|
|
@@ -1451,12 +1451,12 @@ const Jt = {
|
|
|
1451
1451
|
format: {
|
|
1452
1452
|
type: [String, Object]
|
|
1453
1453
|
}
|
|
1454
|
-
},
|
|
1454
|
+
}, vt),
|
|
1455
1455
|
setup(e, t) {
|
|
1456
|
-
const n = e.i18n ||
|
|
1457
|
-
return
|
|
1456
|
+
const n = e.i18n || yt({ useScope: "parent", __useComponent: !0 });
|
|
1457
|
+
return jn(e, t, Fn, (...o) => n[st](...o));
|
|
1458
1458
|
}
|
|
1459
|
-
},
|
|
1459
|
+
}, Kt = {
|
|
1460
1460
|
name: "i18n-d",
|
|
1461
1461
|
props: B({
|
|
1462
1462
|
value: {
|
|
@@ -1466,13 +1466,13 @@ const Jt = {
|
|
|
1466
1466
|
format: {
|
|
1467
1467
|
type: [String, Object]
|
|
1468
1468
|
}
|
|
1469
|
-
},
|
|
1469
|
+
}, vt),
|
|
1470
1470
|
setup(e, t) {
|
|
1471
|
-
const n = e.i18n ||
|
|
1472
|
-
return
|
|
1471
|
+
const n = e.i18n || yt({ useScope: "parent", __useComponent: !0 });
|
|
1472
|
+
return jn(e, t, kn, (...o) => n[ot](...o));
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
|
-
function
|
|
1475
|
+
function Qs(e, t) {
|
|
1476
1476
|
const n = e;
|
|
1477
1477
|
if (e.mode === "composition")
|
|
1478
1478
|
return n.__getInstance(t) || e.global;
|
|
@@ -1481,17 +1481,17 @@ function Js(e, t) {
|
|
|
1481
1481
|
return o != null ? o.__composer : e.global.__composer;
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
|
-
function
|
|
1484
|
+
function qs(e) {
|
|
1485
1485
|
const t = (r) => {
|
|
1486
1486
|
const { instance: a, modifiers: i, value: c } = r;
|
|
1487
1487
|
if (!a || !a.$)
|
|
1488
1488
|
throw J(D.UNEXPECTED_ERROR);
|
|
1489
|
-
const
|
|
1490
|
-
process.env.NODE_ENV !== "production" && i.preserve && Oe(
|
|
1491
|
-
const
|
|
1489
|
+
const _ = Qs(e, a.$);
|
|
1490
|
+
process.env.NODE_ENV !== "production" && i.preserve && Oe(ze(Z.NOT_SUPPORTED_PRESERVE));
|
|
1491
|
+
const u = Xt(c);
|
|
1492
1492
|
return [
|
|
1493
|
-
Reflect.apply(
|
|
1494
|
-
|
|
1493
|
+
Reflect.apply(_.t, _, [...Jt(u)]),
|
|
1494
|
+
_
|
|
1495
1495
|
];
|
|
1496
1496
|
};
|
|
1497
1497
|
return {
|
|
@@ -1506,9 +1506,9 @@ function Qs(e) {
|
|
|
1506
1506
|
},
|
|
1507
1507
|
beforeUpdate: (r, { value: a }) => {
|
|
1508
1508
|
if (r.__composer) {
|
|
1509
|
-
const i = r.__composer, c =
|
|
1509
|
+
const i = r.__composer, c = Xt(a);
|
|
1510
1510
|
r.textContent = Reflect.apply(i.t, i, [
|
|
1511
|
-
...
|
|
1511
|
+
...Jt(c)
|
|
1512
1512
|
]);
|
|
1513
1513
|
}
|
|
1514
1514
|
},
|
|
@@ -1518,7 +1518,7 @@ function Qs(e) {
|
|
|
1518
1518
|
}
|
|
1519
1519
|
};
|
|
1520
1520
|
}
|
|
1521
|
-
function
|
|
1521
|
+
function Xt(e) {
|
|
1522
1522
|
if (E(e))
|
|
1523
1523
|
return { path: e };
|
|
1524
1524
|
if (I(e)) {
|
|
@@ -1528,61 +1528,61 @@ function qt(e) {
|
|
|
1528
1528
|
} else
|
|
1529
1529
|
throw J(D.INVALID_VALUE);
|
|
1530
1530
|
}
|
|
1531
|
-
function
|
|
1531
|
+
function Jt(e) {
|
|
1532
1532
|
const { path: t, locale: n, args: o, choice: s, plural: l } = e, r = {}, a = o || {};
|
|
1533
1533
|
return E(n) && (r.locale = n), U(s) && (r.plural = s), U(l) && (r.plural = l), [t, a, r];
|
|
1534
1534
|
}
|
|
1535
|
-
function
|
|
1536
|
-
const o = I(n[0]) ? n[0] : {}, s = !!o.useI18nComponentName, l =
|
|
1537
|
-
process.env.NODE_ENV !== "production" && l && s && Oe(
|
|
1538
|
-
name:
|
|
1539
|
-
})), l && (e.component(s ? "i18n" :
|
|
1535
|
+
function Zs(e, t, ...n) {
|
|
1536
|
+
const o = I(n[0]) ? n[0] : {}, s = !!o.useI18nComponentName, l = k(o.globalInstall) ? o.globalInstall : !0;
|
|
1537
|
+
process.env.NODE_ENV !== "production" && l && s && Oe(ze(Z.COMPONENT_NAME_LEGACY_COMPATIBLE, {
|
|
1538
|
+
name: Qe.name
|
|
1539
|
+
})), l && (e.component(s ? "i18n" : Qe.name, Qe), e.component(Yt.name, Yt), e.component(Kt.name, Kt)), e.directive("t", qs(t));
|
|
1540
1540
|
}
|
|
1541
|
-
const
|
|
1542
|
-
let
|
|
1543
|
-
async function
|
|
1541
|
+
const Bn = "vue-i18n: composer properties";
|
|
1542
|
+
let at;
|
|
1543
|
+
async function er(e, t) {
|
|
1544
1544
|
return new Promise((n, o) => {
|
|
1545
1545
|
try {
|
|
1546
|
-
|
|
1546
|
+
Vs({
|
|
1547
1547
|
id: "vue-devtools-plugin-vue-i18n",
|
|
1548
|
-
label:
|
|
1548
|
+
label: Je["vue-devtools-plugin-vue-i18n"],
|
|
1549
1549
|
packageName: "vue-i18n",
|
|
1550
1550
|
homepage: "https://vue-i18n.intlify.dev",
|
|
1551
1551
|
logo: "https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",
|
|
1552
|
-
componentStateTypes: [
|
|
1552
|
+
componentStateTypes: [Bn],
|
|
1553
1553
|
app: e
|
|
1554
1554
|
}, (s) => {
|
|
1555
|
-
|
|
1556
|
-
|
|
1555
|
+
at = s, s.on.visitComponentTree(({ componentInstance: r, treeNode: a }) => {
|
|
1556
|
+
tr(r, a, t);
|
|
1557
1557
|
}), s.on.inspectComponent(({ componentInstance: r, instanceData: a }) => {
|
|
1558
|
-
r.vnode.el && r.vnode.el.__VUE_I18N__ && a && (t.mode === "legacy" ? r.vnode.el.__VUE_I18N__ !== t.global.__composer &&
|
|
1558
|
+
r.vnode.el && r.vnode.el.__VUE_I18N__ && a && (t.mode === "legacy" ? r.vnode.el.__VUE_I18N__ !== t.global.__composer && Qt(a, r.vnode.el.__VUE_I18N__) : Qt(a, r.vnode.el.__VUE_I18N__));
|
|
1559
1559
|
}), s.addInspector({
|
|
1560
1560
|
id: "vue-i18n-resource-inspector",
|
|
1561
|
-
label:
|
|
1561
|
+
label: Je["vue-i18n-resource-inspector"],
|
|
1562
1562
|
icon: "language",
|
|
1563
|
-
treeFilterPlaceholder:
|
|
1563
|
+
treeFilterPlaceholder: Us["vue-i18n-resource-inspector"]
|
|
1564
1564
|
}), s.on.getInspectorTree((r) => {
|
|
1565
|
-
r.app === e && r.inspectorId === "vue-i18n-resource-inspector" &&
|
|
1565
|
+
r.app === e && r.inspectorId === "vue-i18n-resource-inspector" && lr(r, t);
|
|
1566
1566
|
});
|
|
1567
1567
|
const l = /* @__PURE__ */ new Map();
|
|
1568
1568
|
s.on.getInspectorState(async (r) => {
|
|
1569
1569
|
if (r.app === e && r.inspectorId === "vue-i18n-resource-inspector")
|
|
1570
|
-
if (s.unhighlightElement(),
|
|
1570
|
+
if (s.unhighlightElement(), ir(r, t), r.nodeId === "global") {
|
|
1571
1571
|
if (!l.has(r.app)) {
|
|
1572
1572
|
const [a] = await s.getComponentInstances(r.app);
|
|
1573
1573
|
l.set(r.app, a);
|
|
1574
1574
|
}
|
|
1575
1575
|
s.highlightElement(l.get(r.app));
|
|
1576
1576
|
} else {
|
|
1577
|
-
const a =
|
|
1577
|
+
const a = ar(r.nodeId, t);
|
|
1578
1578
|
a && s.highlightElement(a);
|
|
1579
1579
|
}
|
|
1580
1580
|
}), s.on.editInspectorState((r) => {
|
|
1581
|
-
r.app === e && r.inspectorId === "vue-i18n-resource-inspector" &&
|
|
1581
|
+
r.app === e && r.inspectorId === "vue-i18n-resource-inspector" && ur(r, t);
|
|
1582
1582
|
}), s.addTimelineLayer({
|
|
1583
1583
|
id: "vue-i18n-timeline",
|
|
1584
|
-
label:
|
|
1585
|
-
color:
|
|
1584
|
+
label: Je["vue-i18n-timeline"],
|
|
1585
|
+
color: xs["vue-i18n-timeline"]
|
|
1586
1586
|
}), n(!0);
|
|
1587
1587
|
});
|
|
1588
1588
|
} catch (s) {
|
|
@@ -1590,22 +1590,22 @@ async function Zs(e, t) {
|
|
|
1590
1590
|
}
|
|
1591
1591
|
});
|
|
1592
1592
|
}
|
|
1593
|
-
function
|
|
1593
|
+
function Hn(e) {
|
|
1594
1594
|
return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
|
|
1595
1595
|
}
|
|
1596
|
-
function
|
|
1596
|
+
function tr(e, t, n) {
|
|
1597
1597
|
const o = n.mode === "composition" ? n.global : n.global.__composer;
|
|
1598
1598
|
if (e && e.vnode.el && e.vnode.el.__VUE_I18N__ && e.vnode.el.__VUE_I18N__ !== o) {
|
|
1599
1599
|
const s = {
|
|
1600
|
-
label: `i18n (${
|
|
1600
|
+
label: `i18n (${Hn(e)} Scope)`,
|
|
1601
1601
|
textColor: 0,
|
|
1602
1602
|
backgroundColor: 16764185
|
|
1603
1603
|
};
|
|
1604
1604
|
t.tags.push(s);
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
|
-
function
|
|
1608
|
-
const n =
|
|
1607
|
+
function Qt(e, t) {
|
|
1608
|
+
const n = Bn;
|
|
1609
1609
|
e.state.push({
|
|
1610
1610
|
type: n,
|
|
1611
1611
|
key: "locale",
|
|
@@ -1630,7 +1630,7 @@ function en(e, t) {
|
|
|
1630
1630
|
type: n,
|
|
1631
1631
|
key: "messages",
|
|
1632
1632
|
editable: !1,
|
|
1633
|
-
value:
|
|
1633
|
+
value: Et(t.messages.value)
|
|
1634
1634
|
}), e.state.push({
|
|
1635
1635
|
type: n,
|
|
1636
1636
|
key: "datetimeFormats",
|
|
@@ -1643,27 +1643,27 @@ function en(e, t) {
|
|
|
1643
1643
|
value: t.numberFormats.value
|
|
1644
1644
|
});
|
|
1645
1645
|
}
|
|
1646
|
-
function
|
|
1646
|
+
function Et(e) {
|
|
1647
1647
|
const t = {};
|
|
1648
1648
|
return Object.keys(e).forEach((n) => {
|
|
1649
1649
|
const o = e[n];
|
|
1650
|
-
V(o) && "source" in o ? t[n] =
|
|
1650
|
+
V(o) && "source" in o ? t[n] = rr(o) : S(o) ? t[n] = Et(o) : t[n] = o;
|
|
1651
1651
|
}), t;
|
|
1652
1652
|
}
|
|
1653
|
-
const
|
|
1653
|
+
const nr = {
|
|
1654
1654
|
"<": "<",
|
|
1655
1655
|
">": ">",
|
|
1656
1656
|
'"': """,
|
|
1657
1657
|
"&": "&"
|
|
1658
1658
|
};
|
|
1659
|
-
function nr(e) {
|
|
1660
|
-
return e.replace(/[<>"&]/g, or);
|
|
1661
|
-
}
|
|
1662
1659
|
function or(e) {
|
|
1663
|
-
return
|
|
1660
|
+
return e.replace(/[<>"&]/g, sr);
|
|
1664
1661
|
}
|
|
1665
1662
|
function sr(e) {
|
|
1666
|
-
|
|
1663
|
+
return nr[e] || e;
|
|
1664
|
+
}
|
|
1665
|
+
function rr(e) {
|
|
1666
|
+
const t = e.source ? `("${or(e.source)}")` : "(?)";
|
|
1667
1667
|
return {
|
|
1668
1668
|
_custom: {
|
|
1669
1669
|
type: "function",
|
|
@@ -1671,7 +1671,7 @@ function sr(e) {
|
|
|
1671
1671
|
}
|
|
1672
1672
|
};
|
|
1673
1673
|
}
|
|
1674
|
-
function
|
|
1674
|
+
function lr(e, t) {
|
|
1675
1675
|
e.rootNodes.push({
|
|
1676
1676
|
id: "global",
|
|
1677
1677
|
label: "Global Scope"
|
|
@@ -1681,11 +1681,11 @@ function rr(e, t) {
|
|
|
1681
1681
|
const l = t.mode === "composition" ? s : s.__composer;
|
|
1682
1682
|
n !== l && e.rootNodes.push({
|
|
1683
1683
|
id: l.id.toString(),
|
|
1684
|
-
label: `${
|
|
1684
|
+
label: `${Hn(o)} Scope`
|
|
1685
1685
|
});
|
|
1686
1686
|
}
|
|
1687
1687
|
}
|
|
1688
|
-
function
|
|
1688
|
+
function ar(e, t) {
|
|
1689
1689
|
let n = null;
|
|
1690
1690
|
if (e !== "global") {
|
|
1691
1691
|
for (const [o, s] of t.__instances.entries())
|
|
@@ -1696,7 +1696,7 @@ function lr(e, t) {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
return n;
|
|
1698
1698
|
}
|
|
1699
|
-
function
|
|
1699
|
+
function zn(e, t) {
|
|
1700
1700
|
if (e === "global")
|
|
1701
1701
|
return t.mode === "composition" ? t.global : t.global.__composer;
|
|
1702
1702
|
{
|
|
@@ -1704,11 +1704,11 @@ function Yn(e, t) {
|
|
|
1704
1704
|
return n ? t.mode === "composition" ? n : n.__composer : null;
|
|
1705
1705
|
}
|
|
1706
1706
|
}
|
|
1707
|
-
function
|
|
1708
|
-
const n =
|
|
1709
|
-
return n && (e.state =
|
|
1707
|
+
function ir(e, t) {
|
|
1708
|
+
const n = zn(e.nodeId, t);
|
|
1709
|
+
return n && (e.state = cr(n)), null;
|
|
1710
1710
|
}
|
|
1711
|
-
function
|
|
1711
|
+
function cr(e) {
|
|
1712
1712
|
const t = {}, n = "Locale related info", o = [
|
|
1713
1713
|
{
|
|
1714
1714
|
type: n,
|
|
@@ -1741,7 +1741,7 @@ function ir(e) {
|
|
|
1741
1741
|
type: s,
|
|
1742
1742
|
key: "messages",
|
|
1743
1743
|
editable: !1,
|
|
1744
|
-
value:
|
|
1744
|
+
value: Et(e.messages.value)
|
|
1745
1745
|
}
|
|
1746
1746
|
];
|
|
1747
1747
|
t[s] = l;
|
|
@@ -1767,10 +1767,10 @@ function ir(e) {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
return t;
|
|
1769
1769
|
}
|
|
1770
|
-
function
|
|
1771
|
-
if (
|
|
1770
|
+
function it(e, t) {
|
|
1771
|
+
if (at) {
|
|
1772
1772
|
let n;
|
|
1773
|
-
t && "groupId" in t && (n = t.groupId, delete t.groupId),
|
|
1773
|
+
t && "groupId" in t && (n = t.groupId, delete t.groupId), at.addTimelineEvent({
|
|
1774
1774
|
layerId: "vue-i18n-timeline",
|
|
1775
1775
|
event: {
|
|
1776
1776
|
title: e,
|
|
@@ -1783,47 +1783,47 @@ function ut(e, t) {
|
|
|
1783
1783
|
});
|
|
1784
1784
|
}
|
|
1785
1785
|
}
|
|
1786
|
-
function
|
|
1787
|
-
const n =
|
|
1786
|
+
function ur(e, t) {
|
|
1787
|
+
const n = zn(e.nodeId, t);
|
|
1788
1788
|
if (n) {
|
|
1789
1789
|
const [o] = e.path;
|
|
1790
|
-
o === "locale" && E(e.state.value) ? n.locale.value = e.state.value : o === "fallbackLocale" && (E(e.state.value) ||
|
|
1790
|
+
o === "locale" && E(e.state.value) ? n.locale.value = e.state.value : o === "fallbackLocale" && (E(e.state.value) || F(e.state.value) || S(e.state.value)) ? n.fallbackLocale.value = e.state.value : o === "inheritLocale" && k(e.state.value) && (n.inheritLocale = e.state.value);
|
|
1791
1791
|
}
|
|
1792
1792
|
}
|
|
1793
|
-
const
|
|
1794
|
-
function
|
|
1795
|
-
const n =
|
|
1796
|
-
function i(
|
|
1797
|
-
return s.get(
|
|
1793
|
+
const fr = /* @__PURE__ */ re("global-vue-i18n");
|
|
1794
|
+
function dr(e = {}, t) {
|
|
1795
|
+
const n = k(e.globalInjection) ? e.globalInjection : !0, o = !0, s = /* @__PURE__ */ new Map(), [l, r] = _r(e), a = re(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
|
1796
|
+
function i(u) {
|
|
1797
|
+
return s.get(u) || null;
|
|
1798
1798
|
}
|
|
1799
|
-
function c(
|
|
1800
|
-
s.set(
|
|
1799
|
+
function c(u, d) {
|
|
1800
|
+
s.set(u, d);
|
|
1801
1801
|
}
|
|
1802
|
-
function u
|
|
1803
|
-
s.delete(
|
|
1802
|
+
function _(u) {
|
|
1803
|
+
s.delete(u);
|
|
1804
1804
|
}
|
|
1805
1805
|
{
|
|
1806
|
-
const
|
|
1806
|
+
const u = {
|
|
1807
1807
|
get mode() {
|
|
1808
1808
|
return "composition";
|
|
1809
1809
|
},
|
|
1810
1810
|
get allowComposition() {
|
|
1811
1811
|
return o;
|
|
1812
1812
|
},
|
|
1813
|
-
async install(d, ...
|
|
1814
|
-
process.env.NODE_ENV !== "production" && (d.__VUE_I18N__ =
|
|
1813
|
+
async install(d, ...p) {
|
|
1814
|
+
process.env.NODE_ENV !== "production" && (d.__VUE_I18N__ = u), d.__VUE_I18N_SYMBOL__ = a, d.provide(d.__VUE_I18N_SYMBOL__, u), n && br(d, u.global), Zs(d, u, ...p);
|
|
1815
1815
|
const b = d.unmount;
|
|
1816
1816
|
if (d.unmount = () => {
|
|
1817
|
-
|
|
1817
|
+
u.dispose(), b();
|
|
1818
1818
|
}, process.env.NODE_ENV !== "production" || !1) {
|
|
1819
|
-
if (!await
|
|
1819
|
+
if (!await er(d, u))
|
|
1820
1820
|
throw J(D.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
|
|
1821
|
-
const h =
|
|
1821
|
+
const h = bn();
|
|
1822
1822
|
{
|
|
1823
1823
|
const y = r;
|
|
1824
1824
|
y[De] && y[De](h);
|
|
1825
1825
|
}
|
|
1826
|
-
h.on("*",
|
|
1826
|
+
h.on("*", it);
|
|
1827
1827
|
}
|
|
1828
1828
|
},
|
|
1829
1829
|
get global() {
|
|
@@ -1835,56 +1835,56 @@ function fr(e = {}, t) {
|
|
|
1835
1835
|
__instances: s,
|
|
1836
1836
|
__getInstance: i,
|
|
1837
1837
|
__setInstance: c,
|
|
1838
|
-
__deleteInstance:
|
|
1838
|
+
__deleteInstance: _
|
|
1839
1839
|
};
|
|
1840
|
-
return
|
|
1840
|
+
return u;
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
|
-
function
|
|
1844
|
-
const t =
|
|
1843
|
+
function yt(e = {}) {
|
|
1844
|
+
const t = ut();
|
|
1845
1845
|
if (t == null)
|
|
1846
1846
|
throw J(D.MUST_BE_CALL_SETUP_TOP);
|
|
1847
1847
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
1848
1848
|
throw J(D.NOT_INSLALLED);
|
|
1849
|
-
const n =
|
|
1849
|
+
const n = mr(t), o = pr(n), s = xn(t), l = gr(e, s);
|
|
1850
1850
|
if (l === "global")
|
|
1851
|
-
return
|
|
1851
|
+
return Ys(o, e, s), o;
|
|
1852
1852
|
if (l === "parent") {
|
|
1853
|
-
let i =
|
|
1854
|
-
return i == null && (process.env.NODE_ENV !== "production" && Oe(
|
|
1853
|
+
let i = hr(n, t, e.__useComponent);
|
|
1854
|
+
return i == null && (process.env.NODE_ENV !== "production" && Oe(ze(Z.NOT_FOUND_PARENT_SCOPE)), i = o), i;
|
|
1855
1855
|
}
|
|
1856
1856
|
const r = n;
|
|
1857
1857
|
let a = r.__getInstance(t);
|
|
1858
1858
|
if (a == null) {
|
|
1859
1859
|
const i = B({}, e);
|
|
1860
|
-
"__i18n" in s && (i.__i18n = s.__i18n), o && (i.__root = o), a =
|
|
1860
|
+
"__i18n" in s && (i.__i18n = s.__i18n), o && (i.__root = o), a = Gn(i), vr(r, t, a), r.__setInstance(t, a);
|
|
1861
1861
|
}
|
|
1862
1862
|
return a;
|
|
1863
1863
|
}
|
|
1864
|
-
function
|
|
1865
|
-
const o =
|
|
1864
|
+
function _r(e, t, n) {
|
|
1865
|
+
const o = $o();
|
|
1866
1866
|
{
|
|
1867
|
-
const s = o.run(() =>
|
|
1867
|
+
const s = o.run(() => Gn(e));
|
|
1868
1868
|
if (s == null)
|
|
1869
1869
|
throw J(D.UNEXPECTED_ERROR);
|
|
1870
1870
|
return [o, s];
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
|
-
function
|
|
1873
|
+
function mr(e) {
|
|
1874
1874
|
{
|
|
1875
|
-
const t =
|
|
1875
|
+
const t = pn(e.isCE ? fr : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
1876
1876
|
if (!t)
|
|
1877
1877
|
throw J(e.isCE ? D.NOT_INSLALLED_WITH_PROVIDE : D.UNEXPECTED_ERROR);
|
|
1878
1878
|
return t;
|
|
1879
1879
|
}
|
|
1880
1880
|
}
|
|
1881
|
-
function
|
|
1882
|
-
return
|
|
1881
|
+
function gr(e, t) {
|
|
1882
|
+
return je(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
1883
1883
|
}
|
|
1884
|
-
function
|
|
1884
|
+
function pr(e) {
|
|
1885
1885
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
1886
1886
|
}
|
|
1887
|
-
function
|
|
1887
|
+
function hr(e, t, n = !1) {
|
|
1888
1888
|
let o = null;
|
|
1889
1889
|
const s = t.root;
|
|
1890
1890
|
let l = t.parent;
|
|
@@ -1896,31 +1896,31 @@ function pr(e, t, n = !1) {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
return o;
|
|
1898
1898
|
}
|
|
1899
|
-
function
|
|
1899
|
+
function vr(e, t, n) {
|
|
1900
1900
|
let o = null;
|
|
1901
1901
|
ko(() => {
|
|
1902
1902
|
if ((process.env.NODE_ENV !== "production" || !1) && !0 && t.vnode.el) {
|
|
1903
|
-
t.vnode.el.__VUE_I18N__ = n, o =
|
|
1903
|
+
t.vnode.el.__VUE_I18N__ = n, o = bn();
|
|
1904
1904
|
const s = n;
|
|
1905
|
-
s[De] && s[De](o), o.on("*",
|
|
1905
|
+
s[De] && s[De](o), o.on("*", it);
|
|
1906
1906
|
}
|
|
1907
|
-
}, t),
|
|
1907
|
+
}, t), Fo(() => {
|
|
1908
1908
|
if ((process.env.NODE_ENV !== "production" || !1) && !0 && t.vnode.el && t.vnode.el.__VUE_I18N__) {
|
|
1909
|
-
o && o.off("*",
|
|
1909
|
+
o && o.off("*", it);
|
|
1910
1910
|
const s = n;
|
|
1911
|
-
s[
|
|
1911
|
+
s[rt] && s[rt](), delete t.vnode.el.__VUE_I18N__;
|
|
1912
1912
|
}
|
|
1913
1913
|
e.__deleteInstance(t);
|
|
1914
1914
|
}, t);
|
|
1915
1915
|
}
|
|
1916
|
-
const
|
|
1916
|
+
const Er = [
|
|
1917
1917
|
"locale",
|
|
1918
1918
|
"fallbackLocale",
|
|
1919
1919
|
"availableLocales"
|
|
1920
|
-
],
|
|
1921
|
-
function
|
|
1920
|
+
], yr = ["t", "rt", "d", "n", "tm"];
|
|
1921
|
+
function br(e, t) {
|
|
1922
1922
|
const n = /* @__PURE__ */ Object.create(null);
|
|
1923
|
-
|
|
1923
|
+
Er.forEach((o) => {
|
|
1924
1924
|
const s = Object.getOwnPropertyDescriptor(t, o);
|
|
1925
1925
|
if (!s)
|
|
1926
1926
|
throw J(D.UNEXPECTED_ERROR);
|
|
@@ -1937,22 +1937,22 @@ function yr(e, t) {
|
|
|
1937
1937
|
}
|
|
1938
1938
|
};
|
|
1939
1939
|
Object.defineProperty(n, o, l);
|
|
1940
|
-
}), e.config.globalProperties.$i18n = n,
|
|
1940
|
+
}), e.config.globalProperties.$i18n = n, yr.forEach((o) => {
|
|
1941
1941
|
const s = Object.getOwnPropertyDescriptor(t, o);
|
|
1942
1942
|
if (!s || !s.value)
|
|
1943
1943
|
throw J(D.UNEXPECTED_ERROR);
|
|
1944
1944
|
Object.defineProperty(e.config.globalProperties, `$${o}`, s);
|
|
1945
1945
|
});
|
|
1946
1946
|
}
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1947
|
+
bs(ts);
|
|
1948
|
+
Os(Tn);
|
|
1949
|
+
Ws();
|
|
1950
1950
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
1951
|
-
const e =
|
|
1952
|
-
e.__INTLIFY__ = !0,
|
|
1951
|
+
const e = _t();
|
|
1952
|
+
e.__INTLIFY__ = !0, us(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
1953
1953
|
}
|
|
1954
1954
|
process.env.NODE_ENV;
|
|
1955
|
-
const
|
|
1955
|
+
const Or = {
|
|
1956
1956
|
"zhi-xian-shi-zai-xian-she-bei": (e) => {
|
|
1957
1957
|
const { normalize: t } = e;
|
|
1958
1958
|
return t(["\u53EA\u663E\u793A\u5728\u7EBF\u8BBE\u5907"]);
|
|
@@ -1969,7 +1969,7 @@ const br = {
|
|
|
1969
1969
|
const { normalize: t } = e;
|
|
1970
1970
|
return t(["\u81EA\u5B9A\u4E49\u5E03\u5C40"]);
|
|
1971
1971
|
}
|
|
1972
|
-
},
|
|
1972
|
+
}, Nr = {
|
|
1973
1973
|
"zhi-xian-shi-zai-xian-she-bei": (e) => {
|
|
1974
1974
|
const { normalize: t } = e;
|
|
1975
1975
|
return t(["online only"]);
|
|
@@ -1987,27 +1987,35 @@ const br = {
|
|
|
1987
1987
|
return t(["Custom"]);
|
|
1988
1988
|
}
|
|
1989
1989
|
};
|
|
1990
|
-
var
|
|
1990
|
+
var Yn = /* @__PURE__ */ ((e) => (e.zh = "zh", e.en = "en", e))(Yn || {});
|
|
1991
1991
|
let Se;
|
|
1992
|
-
function
|
|
1993
|
-
Se && Se.dispose(), Se =
|
|
1992
|
+
function Tr(e) {
|
|
1993
|
+
Se && Se.dispose(), Se = dr({
|
|
1994
1994
|
locale: e,
|
|
1995
1995
|
messages: {
|
|
1996
|
-
zh:
|
|
1997
|
-
en:
|
|
1996
|
+
zh: Or,
|
|
1997
|
+
en: Nr
|
|
1998
1998
|
},
|
|
1999
1999
|
fallbackLocale: "en",
|
|
2000
2000
|
silentTranslationWarn: !0,
|
|
2001
2001
|
silentFallbackWarn: !0
|
|
2002
2002
|
});
|
|
2003
2003
|
}
|
|
2004
|
-
function
|
|
2005
|
-
|
|
2004
|
+
function Ir(e) {
|
|
2005
|
+
Tr(e), Se.global.locale = e;
|
|
2006
2006
|
}
|
|
2007
|
-
function
|
|
2007
|
+
function bt(e) {
|
|
2008
2008
|
return Se.global.t(e);
|
|
2009
2009
|
}
|
|
2010
|
-
var
|
|
2010
|
+
var Kn = /* @__PURE__ */ ((e) => (e.UserFirst = "UserFirst", e.PUFirst = "PUFirst", e))(Kn || {});
|
|
2011
|
+
let Xn = "UserFirst";
|
|
2012
|
+
function Lr(e) {
|
|
2013
|
+
Xn = e;
|
|
2014
|
+
}
|
|
2015
|
+
function wr() {
|
|
2016
|
+
return Xn;
|
|
2017
|
+
}
|
|
2018
|
+
var qt;
|
|
2011
2019
|
((e) => {
|
|
2012
2020
|
((n) => {
|
|
2013
2021
|
function o(r, a) {
|
|
@@ -2087,27 +2095,27 @@ var tn;
|
|
|
2087
2095
|
}
|
|
2088
2096
|
n.AccessSession = o;
|
|
2089
2097
|
})(e.Utils || (e.Utils = {}));
|
|
2090
|
-
})(
|
|
2098
|
+
})(qt || (qt = {}));
|
|
2091
2099
|
var M;
|
|
2092
2100
|
((e) => {
|
|
2093
2101
|
function t(n, o, s) {
|
|
2094
2102
|
if (s) {
|
|
2095
2103
|
let r = n * o;
|
|
2096
|
-
return s.forEach(([a, i, c,
|
|
2097
|
-
r -= (
|
|
2104
|
+
return s.forEach(([a, i, c, _]) => {
|
|
2105
|
+
r -= (_ - i) * (c - a) - 1;
|
|
2098
2106
|
}), {
|
|
2099
2107
|
count: r,
|
|
2100
2108
|
row: n,
|
|
2101
2109
|
col: o,
|
|
2102
2110
|
name: `${r < 10 ? `0${r}` : r}`,
|
|
2103
|
-
areas: s.map(([a, i, c,
|
|
2111
|
+
areas: s.map(([a, i, c, _]) => ({
|
|
2104
2112
|
leftTop: {
|
|
2105
2113
|
col: a,
|
|
2106
2114
|
row: i
|
|
2107
2115
|
},
|
|
2108
2116
|
rightBottom: {
|
|
2109
2117
|
col: c,
|
|
2110
|
-
row:
|
|
2118
|
+
row: _
|
|
2111
2119
|
}
|
|
2112
2120
|
}))
|
|
2113
2121
|
};
|
|
@@ -2161,7 +2169,7 @@ var M;
|
|
|
2161
2169
|
n.getTestLayout = s;
|
|
2162
2170
|
})(e.Test || (e.Test = {}));
|
|
2163
2171
|
})(M || (M = {}));
|
|
2164
|
-
const
|
|
2172
|
+
const Sr = ie({
|
|
2165
2173
|
props: {
|
|
2166
2174
|
countInfo: Object,
|
|
2167
2175
|
controlParams: Object
|
|
@@ -2204,63 +2212,63 @@ const ce = (e, t) => {
|
|
|
2204
2212
|
for (const [o, s] of t)
|
|
2205
2213
|
n[o] = s;
|
|
2206
2214
|
return n;
|
|
2207
|
-
},
|
|
2208
|
-
function
|
|
2215
|
+
}, Ar = { class: "root" }, Dr = { class: "count-show" }, Cr = { class: "count-show-online" }, Pr = { key: 0 };
|
|
2216
|
+
function $r(e, t, n, o, s, l) {
|
|
2209
2217
|
var r;
|
|
2210
|
-
return C(),
|
|
2218
|
+
return C(), $("div", Ar, [
|
|
2211
2219
|
le(e.$slots, "default", {
|
|
2212
2220
|
total: e.totalCount,
|
|
2213
2221
|
online: e.onlineCount
|
|
2214
2222
|
}, void 0, !0),
|
|
2215
|
-
T("span",
|
|
2216
|
-
T("span",
|
|
2217
|
-
(r = e.controlParams) != null && r.onlyShowOnline ? Ie("", !0) : (C(),
|
|
2223
|
+
T("span", Dr, [
|
|
2224
|
+
T("span", Cr, ne(e.onlineCount), 1),
|
|
2225
|
+
(r = e.controlParams) != null && r.onlyShowOnline ? Ie("", !0) : (C(), $("span", Pr, "/" + ne(e.totalCount), 1))
|
|
2218
2226
|
])
|
|
2219
2227
|
]);
|
|
2220
2228
|
}
|
|
2221
|
-
const
|
|
2229
|
+
const Jn = /* @__PURE__ */ ce(Sr, [["render", $r], ["__scopeId", "data-v-98e9f401"]]), Qn = Object.freeze(
|
|
2222
2230
|
{
|
|
2223
2231
|
left: 0,
|
|
2224
2232
|
top: 0,
|
|
2225
2233
|
width: 16,
|
|
2226
2234
|
height: 16
|
|
2227
2235
|
}
|
|
2228
|
-
),
|
|
2236
|
+
), qn = Object.freeze({
|
|
2229
2237
|
rotate: 0,
|
|
2230
2238
|
vFlip: !1,
|
|
2231
2239
|
hFlip: !1
|
|
2232
|
-
}),
|
|
2233
|
-
...
|
|
2234
|
-
...
|
|
2240
|
+
}), Ot = Object.freeze({
|
|
2241
|
+
...Qn,
|
|
2242
|
+
...qn
|
|
2235
2243
|
});
|
|
2236
2244
|
Object.freeze({
|
|
2237
|
-
...
|
|
2245
|
+
...Ot,
|
|
2238
2246
|
body: "",
|
|
2239
2247
|
hidden: !1
|
|
2240
2248
|
});
|
|
2241
2249
|
({
|
|
2242
|
-
...
|
|
2250
|
+
...Qn
|
|
2243
2251
|
});
|
|
2244
|
-
const
|
|
2252
|
+
const Zn = Object.freeze({
|
|
2245
2253
|
width: null,
|
|
2246
2254
|
height: null
|
|
2247
|
-
}),
|
|
2248
|
-
...
|
|
2249
|
-
...
|
|
2255
|
+
}), eo = Object.freeze({
|
|
2256
|
+
...Zn,
|
|
2257
|
+
...qn
|
|
2250
2258
|
});
|
|
2251
|
-
function
|
|
2259
|
+
function kr(e, t) {
|
|
2252
2260
|
const n = {
|
|
2253
2261
|
...e
|
|
2254
2262
|
};
|
|
2255
2263
|
for (const o in t) {
|
|
2256
2264
|
const s = t[o], l = typeof s;
|
|
2257
|
-
o in
|
|
2265
|
+
o in Zn ? (s === null || s && (l === "string" || l === "number")) && (n[o] = s) : l === typeof n[o] && (n[o] = o === "rotate" ? s % 4 : s);
|
|
2258
2266
|
}
|
|
2259
2267
|
return n;
|
|
2260
2268
|
}
|
|
2261
|
-
const
|
|
2262
|
-
function
|
|
2263
|
-
t.split(
|
|
2269
|
+
const Fr = /[\s,]+/;
|
|
2270
|
+
function Rr(e, t) {
|
|
2271
|
+
t.split(Fr).forEach((n) => {
|
|
2264
2272
|
switch (n.trim()) {
|
|
2265
2273
|
case "horizontal":
|
|
2266
2274
|
e.hFlip = !0;
|
|
@@ -2271,7 +2279,7 @@ function kr(e, t) {
|
|
|
2271
2279
|
}
|
|
2272
2280
|
});
|
|
2273
2281
|
}
|
|
2274
|
-
function
|
|
2282
|
+
function Mr(e, t = 0) {
|
|
2275
2283
|
const n = e.replace(/^-?[0-9.]*/, "");
|
|
2276
2284
|
function o(s) {
|
|
2277
2285
|
for (; s < 0; )
|
|
@@ -2297,19 +2305,19 @@ function $r(e, t = 0) {
|
|
|
2297
2305
|
}
|
|
2298
2306
|
return t;
|
|
2299
2307
|
}
|
|
2300
|
-
const
|
|
2301
|
-
function
|
|
2308
|
+
const Vr = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ur = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
|
2309
|
+
function Zt(e, t, n) {
|
|
2302
2310
|
if (t === 1)
|
|
2303
2311
|
return e;
|
|
2304
2312
|
if (n = n || 100, typeof e == "number")
|
|
2305
2313
|
return Math.ceil(e * t * n) / n;
|
|
2306
2314
|
if (typeof e != "string")
|
|
2307
2315
|
return e;
|
|
2308
|
-
const o = e.split(
|
|
2316
|
+
const o = e.split(Vr);
|
|
2309
2317
|
if (o === null || !o.length)
|
|
2310
2318
|
return e;
|
|
2311
2319
|
const s = [];
|
|
2312
|
-
let l = o.shift(), r =
|
|
2320
|
+
let l = o.shift(), r = Ur.test(l);
|
|
2313
2321
|
for (; ; ) {
|
|
2314
2322
|
if (r) {
|
|
2315
2323
|
const a = parseFloat(l);
|
|
@@ -2321,12 +2329,12 @@ function nn(e, t, n) {
|
|
|
2321
2329
|
r = !r;
|
|
2322
2330
|
}
|
|
2323
2331
|
}
|
|
2324
|
-
function
|
|
2332
|
+
function xr(e, t) {
|
|
2325
2333
|
const n = {
|
|
2326
|
-
...
|
|
2334
|
+
...Ot,
|
|
2327
2335
|
...e
|
|
2328
2336
|
}, o = {
|
|
2329
|
-
...
|
|
2337
|
+
...eo,
|
|
2330
2338
|
...t
|
|
2331
2339
|
}, s = {
|
|
2332
2340
|
left: n.left,
|
|
@@ -2335,10 +2343,10 @@ function Mr(e, t) {
|
|
|
2335
2343
|
height: n.height
|
|
2336
2344
|
};
|
|
2337
2345
|
let l = n.body;
|
|
2338
|
-
[n, o].forEach((
|
|
2339
|
-
const b = [],
|
|
2340
|
-
let y =
|
|
2341
|
-
|
|
2346
|
+
[n, o].forEach((p) => {
|
|
2347
|
+
const b = [], g = p.hFlip, h = p.vFlip;
|
|
2348
|
+
let y = p.rotate;
|
|
2349
|
+
g ? h ? y += 2 : (b.push(
|
|
2342
2350
|
"translate(" + (s.width + s.left).toString() + " " + (0 - s.top).toString() + ")"
|
|
2343
2351
|
), b.push("scale(-1 1)"), s.top = s.left = 0) : h && (b.push(
|
|
2344
2352
|
"translate(" + (0 - s.left).toString() + " " + (s.height + s.top).toString() + ")"
|
|
@@ -2364,85 +2372,85 @@ function Mr(e, t) {
|
|
|
2364
2372
|
y % 2 === 1 && (s.left !== s.top && (O = s.left, s.left = s.top, s.top = O), s.width !== s.height && (O = s.width, s.width = s.height, s.height = O)), b.length && (l = '<g transform="' + b.join(" ") + '">' + l + "</g>");
|
|
2365
2373
|
});
|
|
2366
2374
|
const r = o.width, a = o.height, i = s.width, c = s.height;
|
|
2367
|
-
let
|
|
2368
|
-
return r === null ? (
|
|
2375
|
+
let _, u;
|
|
2376
|
+
return r === null ? (u = a === null ? "1em" : a === "auto" ? c : a, _ = Zt(u, i / c)) : (_ = r === "auto" ? i : r, u = a === null ? Zt(_, c / i) : a === "auto" ? c : a), {
|
|
2369
2377
|
attributes: {
|
|
2370
|
-
width:
|
|
2371
|
-
height:
|
|
2378
|
+
width: _.toString(),
|
|
2379
|
+
height: u.toString(),
|
|
2372
2380
|
viewBox: s.left.toString() + " " + s.top.toString() + " " + i.toString() + " " + c.toString()
|
|
2373
2381
|
},
|
|
2374
2382
|
body: l
|
|
2375
2383
|
};
|
|
2376
2384
|
}
|
|
2377
|
-
const
|
|
2378
|
-
let
|
|
2379
|
-
function
|
|
2385
|
+
const Gr = /\sid="(\S+)"/g, Wr = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
|
|
2386
|
+
let jr = 0;
|
|
2387
|
+
function Br(e, t = Wr) {
|
|
2380
2388
|
const n = [];
|
|
2381
2389
|
let o;
|
|
2382
|
-
for (; o =
|
|
2390
|
+
for (; o = Gr.exec(e); )
|
|
2383
2391
|
n.push(o[1]);
|
|
2384
2392
|
return n.length && n.forEach((s) => {
|
|
2385
|
-
const l = typeof t == "function" ? t(s) : t + (
|
|
2393
|
+
const l = typeof t == "function" ? t(s) : t + (jr++).toString(), r = s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
2386
2394
|
e = e.replace(
|
|
2387
2395
|
new RegExp('([#;"])(' + r + ')([")]|\\.[a-z])', "g"),
|
|
2388
2396
|
"$1" + l + "$3"
|
|
2389
2397
|
);
|
|
2390
2398
|
}), e;
|
|
2391
2399
|
}
|
|
2392
|
-
function
|
|
2400
|
+
function Hr(e, t) {
|
|
2393
2401
|
let n = e.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
|
|
2394
2402
|
for (const o in t)
|
|
2395
2403
|
n += " " + o + '="' + t[o] + '"';
|
|
2396
2404
|
return '<svg xmlns="http://www.w3.org/2000/svg"' + n + ">" + e + "</svg>";
|
|
2397
2405
|
}
|
|
2398
|
-
function
|
|
2406
|
+
function zr(e) {
|
|
2399
2407
|
return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
|
2400
2408
|
}
|
|
2401
|
-
function
|
|
2402
|
-
return 'url("data:image/svg+xml,' +
|
|
2409
|
+
function Yr(e) {
|
|
2410
|
+
return 'url("data:image/svg+xml,' + zr(e) + '")';
|
|
2403
2411
|
}
|
|
2404
|
-
const
|
|
2405
|
-
...
|
|
2412
|
+
const en = {
|
|
2413
|
+
...eo,
|
|
2406
2414
|
inline: !1
|
|
2407
|
-
},
|
|
2415
|
+
}, Kr = {
|
|
2408
2416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2409
2417
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
2410
2418
|
"aria-hidden": !0,
|
|
2411
2419
|
role: "img"
|
|
2412
|
-
},
|
|
2420
|
+
}, Xr = {
|
|
2413
2421
|
display: "inline-block"
|
|
2414
|
-
},
|
|
2422
|
+
}, ct = {
|
|
2415
2423
|
backgroundColor: "currentColor"
|
|
2416
|
-
},
|
|
2424
|
+
}, to = {
|
|
2417
2425
|
backgroundColor: "transparent"
|
|
2418
|
-
},
|
|
2426
|
+
}, tn = {
|
|
2419
2427
|
Image: "var(--svg)",
|
|
2420
2428
|
Repeat: "no-repeat",
|
|
2421
2429
|
Size: "100% 100%"
|
|
2422
|
-
},
|
|
2423
|
-
webkitMask:
|
|
2424
|
-
mask:
|
|
2425
|
-
background:
|
|
2430
|
+
}, nn = {
|
|
2431
|
+
webkitMask: ct,
|
|
2432
|
+
mask: ct,
|
|
2433
|
+
background: to
|
|
2426
2434
|
};
|
|
2427
|
-
for (const e in
|
|
2428
|
-
const t =
|
|
2429
|
-
for (const n in
|
|
2430
|
-
t[e + n] =
|
|
2435
|
+
for (const e in nn) {
|
|
2436
|
+
const t = nn[e];
|
|
2437
|
+
for (const n in tn)
|
|
2438
|
+
t[e + n] = tn[n];
|
|
2431
2439
|
}
|
|
2432
2440
|
const Me = {};
|
|
2433
2441
|
["horizontal", "vertical"].forEach((e) => {
|
|
2434
2442
|
const t = e.slice(0, 1) + "Flip";
|
|
2435
2443
|
Me[e + "-flip"] = t, Me[e.slice(0, 1) + "-flip"] = t, Me[e + "Flip"] = t;
|
|
2436
2444
|
});
|
|
2437
|
-
function
|
|
2445
|
+
function on(e) {
|
|
2438
2446
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
2439
2447
|
}
|
|
2440
|
-
const
|
|
2441
|
-
const n =
|
|
2442
|
-
for (let
|
|
2443
|
-
const h = t[
|
|
2448
|
+
const Jr = (e, t) => {
|
|
2449
|
+
const n = kr(en, t), o = { ...Kr }, s = t.mode || "svg", l = {}, r = t.style, a = typeof r == "object" && !(r instanceof Array) ? r : {};
|
|
2450
|
+
for (let g in t) {
|
|
2451
|
+
const h = t[g];
|
|
2444
2452
|
if (h !== void 0)
|
|
2445
|
-
switch (
|
|
2453
|
+
switch (g) {
|
|
2446
2454
|
case "icon":
|
|
2447
2455
|
case "style":
|
|
2448
2456
|
case "onLoad":
|
|
@@ -2451,72 +2459,72 @@ const Yr = (e, t) => {
|
|
|
2451
2459
|
case "inline":
|
|
2452
2460
|
case "hFlip":
|
|
2453
2461
|
case "vFlip":
|
|
2454
|
-
n[
|
|
2462
|
+
n[g] = h === !0 || h === "true" || h === 1;
|
|
2455
2463
|
break;
|
|
2456
2464
|
case "flip":
|
|
2457
|
-
typeof h == "string" &&
|
|
2465
|
+
typeof h == "string" && Rr(n, h);
|
|
2458
2466
|
break;
|
|
2459
2467
|
case "color":
|
|
2460
2468
|
l.color = h;
|
|
2461
2469
|
break;
|
|
2462
2470
|
case "rotate":
|
|
2463
|
-
typeof h == "string" ? n[
|
|
2471
|
+
typeof h == "string" ? n[g] = Mr(h) : typeof h == "number" && (n[g] = h);
|
|
2464
2472
|
break;
|
|
2465
2473
|
case "ariaHidden":
|
|
2466
2474
|
case "aria-hidden":
|
|
2467
2475
|
h !== !0 && h !== "true" && delete o["aria-hidden"];
|
|
2468
2476
|
break;
|
|
2469
2477
|
default: {
|
|
2470
|
-
const y = Me[
|
|
2471
|
-
y ? (h === !0 || h === "true" || h === 1) && (n[y] = !0) :
|
|
2478
|
+
const y = Me[g];
|
|
2479
|
+
y ? (h === !0 || h === "true" || h === 1) && (n[y] = !0) : en[g] === void 0 && (o[g] = h);
|
|
2472
2480
|
}
|
|
2473
2481
|
}
|
|
2474
2482
|
}
|
|
2475
|
-
const i =
|
|
2483
|
+
const i = xr(e, n), c = i.attributes;
|
|
2476
2484
|
if (n.inline && (l.verticalAlign = "-0.125em"), s === "svg") {
|
|
2477
2485
|
o.style = {
|
|
2478
2486
|
...l,
|
|
2479
2487
|
...a
|
|
2480
2488
|
}, Object.assign(o, c);
|
|
2481
|
-
let
|
|
2482
|
-
return typeof h == "string" && (h = h.replace(/-/g, "_")), o.innerHTML =
|
|
2489
|
+
let g = 0, h = t.id;
|
|
2490
|
+
return typeof h == "string" && (h = h.replace(/-/g, "_")), o.innerHTML = Br(i.body, h ? () => h + "ID" + g++ : "iconifyVue"), Ve("svg", o);
|
|
2483
2491
|
}
|
|
2484
|
-
const { body:
|
|
2492
|
+
const { body: _, width: u, height: d } = e, p = s === "mask" || (s === "bg" ? !1 : _.indexOf("currentColor") !== -1), b = Hr(_, {
|
|
2485
2493
|
...c,
|
|
2486
|
-
width:
|
|
2494
|
+
width: u + "",
|
|
2487
2495
|
height: d + ""
|
|
2488
2496
|
});
|
|
2489
2497
|
return o.style = {
|
|
2490
2498
|
...l,
|
|
2491
|
-
"--svg":
|
|
2492
|
-
width:
|
|
2493
|
-
height:
|
|
2494
|
-
...
|
|
2495
|
-
...
|
|
2499
|
+
"--svg": Yr(b),
|
|
2500
|
+
width: on(c.width),
|
|
2501
|
+
height: on(c.height),
|
|
2502
|
+
...Xr,
|
|
2503
|
+
...p ? ct : to,
|
|
2496
2504
|
...a
|
|
2497
2505
|
}, Ve("span", o);
|
|
2498
|
-
},
|
|
2499
|
-
function
|
|
2500
|
-
|
|
2506
|
+
}, no = /* @__PURE__ */ Object.create(null);
|
|
2507
|
+
function me(e, t) {
|
|
2508
|
+
no[e] = t;
|
|
2501
2509
|
}
|
|
2502
|
-
const
|
|
2510
|
+
const Ye = ie({
|
|
2503
2511
|
inheritAttrs: !1,
|
|
2504
2512
|
render() {
|
|
2505
|
-
const e = this.$attrs, t = e.icon, n = typeof t == "string" ?
|
|
2506
|
-
return n === null || typeof n != "object" || typeof n.body != "string" ? this.$slots.default ? this.$slots.default() : null :
|
|
2507
|
-
...
|
|
2513
|
+
const e = this.$attrs, t = e.icon, n = typeof t == "string" ? no[t] : typeof t == "object" ? t : null;
|
|
2514
|
+
return n === null || typeof n != "object" || typeof n.body != "string" ? this.$slots.default ? this.$slots.default() : null : Jr({
|
|
2515
|
+
...Ot,
|
|
2508
2516
|
...n
|
|
2509
2517
|
}, e);
|
|
2510
2518
|
}
|
|
2511
2519
|
});
|
|
2512
|
-
var
|
|
2520
|
+
var Qr = Object.defineProperty, qr = Object.defineProperties, Zr = Object.getOwnPropertyDescriptors, sn = Object.getOwnPropertySymbols, el = Object.prototype.hasOwnProperty, tl = Object.prototype.propertyIsEnumerable, rn = (e, t, n) => t in e ? Qr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, ln = (e, t) => {
|
|
2513
2521
|
for (var n in t || (t = {}))
|
|
2514
|
-
|
|
2515
|
-
if (
|
|
2516
|
-
for (var n of
|
|
2517
|
-
|
|
2522
|
+
el.call(t, n) && rn(e, n, t[n]);
|
|
2523
|
+
if (sn)
|
|
2524
|
+
for (var n of sn(t))
|
|
2525
|
+
tl.call(t, n) && rn(e, n, t[n]);
|
|
2518
2526
|
return e;
|
|
2519
|
-
},
|
|
2527
|
+
}, nl = (e, t) => qr(e, Zr(t)), ol = (e, t, n) => new Promise((o, s) => {
|
|
2520
2528
|
var l = (i) => {
|
|
2521
2529
|
try {
|
|
2522
2530
|
a(n.next(i));
|
|
@@ -2532,7 +2540,7 @@ var Kr = Object.defineProperty, Xr = Object.defineProperties, Jr = Object.getOwn
|
|
|
2532
2540
|
}, a = (i) => i.done ? o(i.value) : Promise.resolve(i.value).then(l, r);
|
|
2533
2541
|
a((n = n.apply(e, t)).next());
|
|
2534
2542
|
});
|
|
2535
|
-
const
|
|
2543
|
+
const sl = {
|
|
2536
2544
|
name: "VirtualList",
|
|
2537
2545
|
props: {
|
|
2538
2546
|
listData: {
|
|
@@ -2556,12 +2564,12 @@ const tl = {
|
|
|
2556
2564
|
getTransform: G(() => `translate3d(0,${t.startOffset.value}px,0)`),
|
|
2557
2565
|
visibleData: G(() => e.listData.slice(t.start.value, Math.min(t.end.value, e.listData.length)))
|
|
2558
2566
|
};
|
|
2559
|
-
return
|
|
2567
|
+
return ln(nl(ln({}, o), {
|
|
2560
2568
|
virList: n
|
|
2561
2569
|
}), t);
|
|
2562
2570
|
},
|
|
2563
2571
|
mounted() {
|
|
2564
|
-
this.init(), Ue(() => this.listData.length, () =>
|
|
2572
|
+
this.init(), Ue(() => this.listData.length, () => ol(this, null, function* () {
|
|
2565
2573
|
yield this.$nextTick(), this.init();
|
|
2566
2574
|
}));
|
|
2567
2575
|
},
|
|
@@ -2577,8 +2585,8 @@ const tl = {
|
|
|
2577
2585
|
}
|
|
2578
2586
|
}
|
|
2579
2587
|
};
|
|
2580
|
-
function
|
|
2581
|
-
return C(),
|
|
2588
|
+
function rl(e, t, n, o, s, l) {
|
|
2589
|
+
return C(), $("div", {
|
|
2582
2590
|
ref: "virList",
|
|
2583
2591
|
class: "infinite-list-container",
|
|
2584
2592
|
onScroll: t[0] || (t[0] = (r) => l.scrollEvent())
|
|
@@ -2591,7 +2599,7 @@ function nl(e, t, n, o, s, l) {
|
|
|
2591
2599
|
class: "infinite-list",
|
|
2592
2600
|
style: Le({ transform: e.getTransform })
|
|
2593
2601
|
}, [
|
|
2594
|
-
(C(!0),
|
|
2602
|
+
(C(!0), $(be, null, Pe(e.visibleData, (r) => (C(), $("div", {
|
|
2595
2603
|
ref_for: !0,
|
|
2596
2604
|
ref: "items",
|
|
2597
2605
|
class: "infinite-list-item",
|
|
@@ -2603,20 +2611,20 @@ function nl(e, t, n, o, s, l) {
|
|
|
2603
2611
|
], 4)
|
|
2604
2612
|
], 544);
|
|
2605
2613
|
}
|
|
2606
|
-
const
|
|
2607
|
-
var
|
|
2614
|
+
const ll = /* @__PURE__ */ ce(sl, [["render", rl], ["__scopeId", "data-v-12d2a294"]]);
|
|
2615
|
+
var al = Object.defineProperty, il = Object.defineProperties, cl = Object.getOwnPropertyDescriptors, an = Object.getOwnPropertySymbols, ul = Object.prototype.hasOwnProperty, fl = Object.prototype.propertyIsEnumerable, cn = (e, t, n) => t in e ? al(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, dl = (e, t) => {
|
|
2608
2616
|
for (var n in t || (t = {}))
|
|
2609
|
-
|
|
2610
|
-
if (
|
|
2611
|
-
for (var n of
|
|
2612
|
-
|
|
2617
|
+
ul.call(t, n) && cn(e, n, t[n]);
|
|
2618
|
+
if (an)
|
|
2619
|
+
for (var n of an(t))
|
|
2620
|
+
fl.call(t, n) && cn(e, n, t[n]);
|
|
2613
2621
|
return e;
|
|
2614
|
-
},
|
|
2615
|
-
const
|
|
2622
|
+
}, _l = (e, t) => il(e, cl(t));
|
|
2623
|
+
const ml = ie({
|
|
2616
2624
|
components: {
|
|
2617
|
-
VirtualList:
|
|
2618
|
-
CountShow:
|
|
2619
|
-
Icon:
|
|
2625
|
+
VirtualList: ll,
|
|
2626
|
+
CountShow: Jn,
|
|
2627
|
+
Icon: Ye
|
|
2620
2628
|
},
|
|
2621
2629
|
name: "group-show",
|
|
2622
2630
|
props: {
|
|
@@ -2624,94 +2632,94 @@ const fl = ie({
|
|
|
2624
2632
|
controlParams: Object
|
|
2625
2633
|
},
|
|
2626
2634
|
setup(e, t) {
|
|
2627
|
-
const n =
|
|
2635
|
+
const n = wr(), o = P(), s = pn("theme"), l = {
|
|
2628
2636
|
filterDevice(u) {
|
|
2629
|
-
var
|
|
2630
|
-
let h = !0;
|
|
2631
|
-
(_ = e.controlParams) != null && _.searchStr && (h = u.name.indexOf((d = e.controlParams) == null ? void 0 : d.searchStr) >= 0 || u.id.indexOf((g = e.controlParams) == null ? void 0 : g.searchStr) >= 0 || typeof u.user == "string" && u.user.indexOf((b = e.controlParams) == null ? void 0 : b.searchStr) >= 0);
|
|
2637
|
+
var d, p, b, g, h;
|
|
2632
2638
|
let y = !0;
|
|
2633
|
-
|
|
2639
|
+
(d = e.controlParams) != null && d.searchStr && (y = u.name.indexOf((p = e.controlParams) == null ? void 0 : p.searchStr) >= 0 || u.id.indexOf((b = e.controlParams) == null ? void 0 : b.searchStr) >= 0 || typeof u.user == "string" && u.user.indexOf((g = e.controlParams) == null ? void 0 : g.searchStr) >= 0);
|
|
2640
|
+
let O = !0;
|
|
2641
|
+
return (h = e.controlParams) != null && h.onlyShowOnline && (O = u.online), y && O;
|
|
2634
2642
|
},
|
|
2635
2643
|
deviceText(u) {
|
|
2636
|
-
return u.user ? u.name.length > 0 ? `${u.user} [${u.id}] [${u.name}]` : `${u.user} [${u.id}] []` : u.name.length > 0 ? `${u.name} [${u.id}]` : ` [${u.id}]`;
|
|
2644
|
+
return u.user ? n == Kn.PUFirst ? u.name.length > 0 ? `${u.name} [${u.id}] [${u.user}]` : ` [${u.id}] [${u.user}]` : u.name.length > 0 ? `${u.user} [${u.id}] [${u.name}]` : `${u.user} [${u.id}] []` : u.name.length > 0 ? `${u.name} [${u.id}]` : ` [${u.id}]`;
|
|
2637
2645
|
},
|
|
2638
2646
|
groupText(u) {
|
|
2639
2647
|
if (u)
|
|
2640
2648
|
return u.name.length > 0 ? u.name : u.id;
|
|
2641
2649
|
}
|
|
2642
|
-
},
|
|
2650
|
+
}, r = {
|
|
2643
2651
|
filteredDevices: G(() => {
|
|
2644
2652
|
var u;
|
|
2645
|
-
const
|
|
2646
|
-
return
|
|
2653
|
+
const d = (u = e.deviceGroup) == null ? void 0 : u.devices, p = d && d.filter((g) => l.filterDevice(g)) || [];
|
|
2654
|
+
return p.filter((g) => g.online).concat(p.filter((g) => !g.online));
|
|
2647
2655
|
})
|
|
2648
|
-
},
|
|
2649
|
-
function
|
|
2650
|
-
if (
|
|
2656
|
+
}, a = G(() => r.filteredDevices.value.length > 10 ? "400px" : `${r.filteredDevices.value.length * 40}px`);
|
|
2657
|
+
function i(u, d) {
|
|
2658
|
+
if (d.length == 0)
|
|
2651
2659
|
return !0;
|
|
2652
|
-
let
|
|
2653
|
-
if ((u == null ? void 0 : u.name.indexOf(
|
|
2654
|
-
for (let
|
|
2655
|
-
if (
|
|
2660
|
+
let p = !1;
|
|
2661
|
+
if ((u == null ? void 0 : u.name.indexOf(d)) > 0 && (p = !0), p || (p = (u == null ? void 0 : u.devices.find((b) => b.name.indexOf(d) >= 0 || b.id.indexOf(d) >= 0 || b.user && b.user.indexOf(d) >= 0)) != null), !p) {
|
|
2662
|
+
for (let b = 0; b < u.items.length; b++)
|
|
2663
|
+
if (i(u.items[b], d))
|
|
2656
2664
|
return !0;
|
|
2657
2665
|
}
|
|
2658
|
-
return
|
|
2666
|
+
return p;
|
|
2659
2667
|
}
|
|
2660
|
-
const
|
|
2668
|
+
const c = G(() => {
|
|
2661
2669
|
if (e.controlParams) {
|
|
2662
2670
|
const u = e.controlParams.searchStr;
|
|
2663
2671
|
if (e.deviceGroup)
|
|
2664
|
-
return
|
|
2672
|
+
return i(e.deviceGroup, u);
|
|
2665
2673
|
}
|
|
2666
2674
|
return !1;
|
|
2667
|
-
}),
|
|
2668
|
-
return
|
|
2669
|
-
innerUtils:
|
|
2670
|
-
},
|
|
2671
|
-
devicePanelHeight:
|
|
2672
|
-
showGroup:
|
|
2673
|
-
bShow:
|
|
2674
|
-
theme:
|
|
2675
|
-
countRef:
|
|
2675
|
+
}), _ = P(!1);
|
|
2676
|
+
return _l(dl({
|
|
2677
|
+
innerUtils: l
|
|
2678
|
+
}, r), {
|
|
2679
|
+
devicePanelHeight: a,
|
|
2680
|
+
showGroup: c,
|
|
2681
|
+
bShow: _,
|
|
2682
|
+
theme: s,
|
|
2683
|
+
countRef: o
|
|
2676
2684
|
});
|
|
2677
2685
|
}
|
|
2678
2686
|
});
|
|
2679
|
-
const
|
|
2687
|
+
const gl = {
|
|
2680
2688
|
key: 0,
|
|
2681
2689
|
class: "head-op"
|
|
2682
|
-
},
|
|
2690
|
+
}, pl = {
|
|
2683
2691
|
key: 1,
|
|
2684
2692
|
style: { display: "inline-block", width: "25px" }
|
|
2685
|
-
},
|
|
2693
|
+
}, hl = {
|
|
2686
2694
|
key: 0,
|
|
2687
2695
|
class: "group-head-count"
|
|
2688
|
-
},
|
|
2696
|
+
}, vl = ["title"], El = { class: "group-slot" }, yl = {
|
|
2689
2697
|
key: 0,
|
|
2690
2698
|
style: { "margin-left": "26px" }
|
|
2691
|
-
},
|
|
2692
|
-
function
|
|
2699
|
+
}, bl = ["title"], Ol = { class: "device-slot" };
|
|
2700
|
+
function Nl(e, t, n, o, s, l) {
|
|
2693
2701
|
var r, a, i;
|
|
2694
|
-
const c = te("Icon"),
|
|
2695
|
-
return e.showGroup ?
|
|
2702
|
+
const c = te("Icon"), _ = te("CountShow"), u = te("group-show"), d = te("VirtualList");
|
|
2703
|
+
return e.showGroup ? hn((C(), $("div", {
|
|
2696
2704
|
key: 0,
|
|
2697
|
-
class:
|
|
2705
|
+
class: xe("group " + e.theme)
|
|
2698
2706
|
}, [
|
|
2699
|
-
ee(
|
|
2707
|
+
ee(_, {
|
|
2700
2708
|
countInfo: e.deviceGroup,
|
|
2701
2709
|
controlParams: e.controlParams,
|
|
2702
2710
|
ref: "countRef"
|
|
2703
2711
|
}, {
|
|
2704
|
-
default: ue(({ online:
|
|
2705
|
-
var
|
|
2712
|
+
default: ue(({ online: p, total: b }) => {
|
|
2713
|
+
var g, h;
|
|
2706
2714
|
return [
|
|
2707
|
-
e.deviceGroup && e.deviceGroup.devices.length + e.deviceGroup.items.length > 0 ? (C(),
|
|
2715
|
+
e.deviceGroup && e.deviceGroup.devices.length + e.deviceGroup.items.length > 0 ? (C(), $("span", gl, [
|
|
2708
2716
|
ee(c, {
|
|
2709
2717
|
icon: e.bShow ? "minus" : "plus",
|
|
2710
2718
|
width: "20",
|
|
2711
2719
|
onClick: t[0] || (t[0] = (y) => e.bShow = !e.bShow),
|
|
2712
2720
|
class: "handle-ls-svg"
|
|
2713
2721
|
}, null, 8, ["icon"])
|
|
2714
|
-
])) : (C(),
|
|
2722
|
+
])) : (C(), $("span", pl)),
|
|
2715
2723
|
T("span", {
|
|
2716
2724
|
class: "group-head-db-click",
|
|
2717
2725
|
onDblclick: t[1] || (t[1] = (y) => e.bShow = !e.bShow)
|
|
@@ -2721,31 +2729,31 @@ function yl(e, t, n, o, s, l) {
|
|
|
2721
2729
|
width: "24",
|
|
2722
2730
|
class: "group-avatar"
|
|
2723
2731
|
}, null, 8, ["icon"]),
|
|
2724
|
-
e.bShow ? Ie("", !0) : (C(),
|
|
2732
|
+
e.bShow ? Ie("", !0) : (C(), $("span", hl, ne((g = e.deviceGroup) == null ? void 0 : g.items.length), 1)),
|
|
2725
2733
|
T("span", {
|
|
2726
2734
|
class: "group-name",
|
|
2727
2735
|
title: (h = e.deviceGroup) == null ? void 0 : h.name
|
|
2728
|
-
}, ne(e.innerUtils.groupText(e.deviceGroup)), 9,
|
|
2736
|
+
}, ne(e.innerUtils.groupText(e.deviceGroup)), 9, vl)
|
|
2729
2737
|
], 32),
|
|
2730
|
-
T("div",
|
|
2738
|
+
T("div", El, [
|
|
2731
2739
|
le(e.$slots, "group", { group: e.deviceGroup }, void 0, !0)
|
|
2732
2740
|
])
|
|
2733
2741
|
];
|
|
2734
2742
|
}),
|
|
2735
2743
|
_: 3
|
|
2736
2744
|
}, 8, ["countInfo", "controlParams"]),
|
|
2737
|
-
e.bShow ? (C(),
|
|
2738
|
-
(C(!0),
|
|
2745
|
+
e.bShow ? (C(), $("div", yl, [
|
|
2746
|
+
(C(!0), $(be, null, Pe((r = e.deviceGroup) == null ? void 0 : r.items, (p, b) => (C(), ft(u, {
|
|
2739
2747
|
key: b,
|
|
2740
|
-
deviceGroup:
|
|
2748
|
+
deviceGroup: p,
|
|
2741
2749
|
controlParams: e.controlParams
|
|
2742
2750
|
}, {
|
|
2743
|
-
group: ue(({ group:
|
|
2744
|
-
le(e.$slots, "group", { group:
|
|
2751
|
+
group: ue(({ group: g }) => [
|
|
2752
|
+
le(e.$slots, "group", { group: g }, void 0, !0)
|
|
2745
2753
|
]),
|
|
2746
|
-
device: ue(({ device:
|
|
2754
|
+
device: ue(({ device: g, group: h }) => [
|
|
2747
2755
|
le(e.$slots, "device", {
|
|
2748
|
-
device:
|
|
2756
|
+
device: g,
|
|
2749
2757
|
group: h
|
|
2750
2758
|
}, void 0, !0)
|
|
2751
2759
|
]),
|
|
@@ -2759,9 +2767,9 @@ function yl(e, t, n, o, s, l) {
|
|
|
2759
2767
|
"list-data": e.filteredDevices,
|
|
2760
2768
|
"item-size": 40
|
|
2761
2769
|
}, {
|
|
2762
|
-
default: ue(({ data:
|
|
2770
|
+
default: ue(({ data: p }) => [
|
|
2763
2771
|
T("div", {
|
|
2764
|
-
class:
|
|
2772
|
+
class: xe(p.online && "online-device")
|
|
2765
2773
|
}, [
|
|
2766
2774
|
ee(c, {
|
|
2767
2775
|
icon: "user",
|
|
@@ -2769,12 +2777,12 @@ function yl(e, t, n, o, s, l) {
|
|
|
2769
2777
|
class: "device-avatar"
|
|
2770
2778
|
}),
|
|
2771
2779
|
T("span", {
|
|
2772
|
-
title: e.innerUtils.deviceText(
|
|
2780
|
+
title: e.innerUtils.deviceText(p),
|
|
2773
2781
|
class: "device-name"
|
|
2774
|
-
}, ne(e.innerUtils.deviceText(
|
|
2775
|
-
T("div",
|
|
2782
|
+
}, ne(e.innerUtils.deviceText(p)), 9, bl),
|
|
2783
|
+
T("div", Ol, [
|
|
2776
2784
|
le(e.$slots, "device", {
|
|
2777
|
-
device:
|
|
2785
|
+
device: p,
|
|
2778
2786
|
group: e.deviceGroup
|
|
2779
2787
|
}, void 0, !0)
|
|
2780
2788
|
])
|
|
@@ -2785,44 +2793,44 @@ function yl(e, t, n, o, s, l) {
|
|
|
2785
2793
|
], 4)
|
|
2786
2794
|
])) : Ie("", !0)
|
|
2787
2795
|
], 2)), [
|
|
2788
|
-
[
|
|
2796
|
+
[vn, !((a = e.controlParams) != null && a.onlyShowOnline) || ((i = e.countRef) == null ? void 0 : i.onlineCount)]
|
|
2789
2797
|
]) : Ie("", !0);
|
|
2790
2798
|
}
|
|
2791
|
-
const
|
|
2799
|
+
const Tl = /* @__PURE__ */ ce(ml, [["render", Nl], ["__scopeId", "data-v-e49e8e79"]]), Il = {
|
|
2792
2800
|
width: 1024,
|
|
2793
2801
|
height: 1024,
|
|
2794
2802
|
body: '<path fill="currentColor" d="M384 192v640l384-320.064z"/>'
|
|
2795
|
-
},
|
|
2803
|
+
}, Ll = {
|
|
2796
2804
|
width: 1024,
|
|
2797
2805
|
height: 1024,
|
|
2798
2806
|
body: '<path fill="currentColor" d="M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384H832zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896z"/>'
|
|
2799
|
-
},
|
|
2807
|
+
}, wl = {
|
|
2800
2808
|
width: 1024,
|
|
2801
2809
|
height: 1024,
|
|
2802
2810
|
body: '<path fill="currentColor" d="M128 192v640h768V320H485.76L357.504 192H128zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32z"/>'
|
|
2803
|
-
},
|
|
2811
|
+
}, Sl = {
|
|
2804
2812
|
width: 1024,
|
|
2805
2813
|
height: 1024,
|
|
2806
2814
|
body: '<path fill="currentColor" d="M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704l116.736-175.104zM720 304a208 208 0 1 1-416 0a208 208 0 0 1 416 0z"/>'
|
|
2807
|
-
},
|
|
2815
|
+
}, Al = {
|
|
2808
2816
|
width: 1024,
|
|
2809
2817
|
height: 1024,
|
|
2810
2818
|
body: '<path fill="currentColor" d="M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"/>'
|
|
2811
|
-
},
|
|
2819
|
+
}, Dl = {
|
|
2812
2820
|
width: 1024,
|
|
2813
2821
|
height: 1024,
|
|
2814
2822
|
body: '<path fill="currentColor" d="M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"/>'
|
|
2815
2823
|
};
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
const
|
|
2824
|
+
me("right", Il);
|
|
2825
|
+
me("group", Ll);
|
|
2826
|
+
me("group-closed", wl);
|
|
2827
|
+
me("user", Sl);
|
|
2828
|
+
me("plus", Al);
|
|
2829
|
+
me("minus", Dl);
|
|
2830
|
+
const Cl = ie({
|
|
2823
2831
|
components: {
|
|
2824
|
-
CountShow:
|
|
2825
|
-
GroupShow:
|
|
2832
|
+
CountShow: Jn,
|
|
2833
|
+
GroupShow: Tl
|
|
2826
2834
|
},
|
|
2827
2835
|
props: {
|
|
2828
2836
|
deviceGroup: Object,
|
|
@@ -2845,24 +2853,24 @@ const Sl = ie({
|
|
|
2845
2853
|
}
|
|
2846
2854
|
},
|
|
2847
2855
|
setup(e) {
|
|
2848
|
-
|
|
2856
|
+
Vo("theme", e.theme);
|
|
2849
2857
|
const t = P({
|
|
2850
2858
|
onlyShowOnline: !1,
|
|
2851
2859
|
searchStr: ""
|
|
2852
2860
|
}), n = P();
|
|
2853
2861
|
return {
|
|
2854
|
-
i18nT:
|
|
2862
|
+
i18nT: bt,
|
|
2855
2863
|
inputSearchRef: n,
|
|
2856
2864
|
controlParams: t
|
|
2857
2865
|
};
|
|
2858
2866
|
}
|
|
2859
2867
|
});
|
|
2860
|
-
const
|
|
2861
|
-
function
|
|
2868
|
+
const Pl = { class: "device-group-list" }, $l = { class: "search-panel" }, kl = { for: "onlineShow" }, Fl = { class: "device-panel" };
|
|
2869
|
+
function Rl(e, t, n, o, s, l) {
|
|
2862
2870
|
var r;
|
|
2863
2871
|
const a = te("CountShow"), i = te("group-show");
|
|
2864
|
-
return C(),
|
|
2865
|
-
T("div",
|
|
2872
|
+
return C(), $("div", Pl, [
|
|
2873
|
+
T("div", $l, [
|
|
2866
2874
|
ee(a, {
|
|
2867
2875
|
countInfo: e.deviceGroup,
|
|
2868
2876
|
"control-params": e.controlParams
|
|
@@ -2874,23 +2882,23 @@ function kl(e, t, n, o, s, l) {
|
|
|
2874
2882
|
value: "onlineShow",
|
|
2875
2883
|
onChange: t[0] || (t[0] = (...c) => e.onCheckBoxChange && e.onCheckBoxChange(...c))
|
|
2876
2884
|
}, null, 32),
|
|
2877
|
-
T("label",
|
|
2885
|
+
T("label", kl, ne(e.i18nT("zhi-xian-shi-zai-xian-she-bei")), 1)
|
|
2878
2886
|
]),
|
|
2879
2887
|
_: 1
|
|
2880
2888
|
}, 8, ["countInfo", "control-params"])
|
|
2881
2889
|
]),
|
|
2882
|
-
T("div",
|
|
2883
|
-
(C(!0),
|
|
2890
|
+
T("div", Fl, [
|
|
2891
|
+
(C(!0), $(be, null, Pe((r = e.deviceGroup) == null ? void 0 : r.items, (c, _) => (C(), ft(i, {
|
|
2884
2892
|
controlParams: e.controlParams,
|
|
2885
|
-
key:
|
|
2893
|
+
key: _,
|
|
2886
2894
|
deviceGroup: c
|
|
2887
2895
|
}, {
|
|
2888
|
-
group: ue(({ group:
|
|
2889
|
-
le(e.$slots, "group", { group:
|
|
2896
|
+
group: ue(({ group: u }) => [
|
|
2897
|
+
le(e.$slots, "group", { group: u }, void 0, !0)
|
|
2890
2898
|
]),
|
|
2891
|
-
device: ue(({ device:
|
|
2899
|
+
device: ue(({ device: u, group: d }) => [
|
|
2892
2900
|
le(e.$slots, "device", {
|
|
2893
|
-
device:
|
|
2901
|
+
device: u,
|
|
2894
2902
|
group: d
|
|
2895
2903
|
}, void 0, !0)
|
|
2896
2904
|
]),
|
|
@@ -2899,17 +2907,17 @@ function kl(e, t, n, o, s, l) {
|
|
|
2899
2907
|
])
|
|
2900
2908
|
]);
|
|
2901
2909
|
}
|
|
2902
|
-
const
|
|
2903
|
-
var
|
|
2910
|
+
const Ml = /* @__PURE__ */ ce(Cl, [["render", Rl], ["__scopeId", "data-v-9d9b2057"]]);
|
|
2911
|
+
var Vl = Object.defineProperty, Ul = Object.defineProperties, xl = Object.getOwnPropertyDescriptors, un = Object.getOwnPropertySymbols, Gl = Object.prototype.hasOwnProperty, Wl = Object.prototype.propertyIsEnumerable, fn = (e, t, n) => t in e ? Vl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, oo = (e, t) => {
|
|
2904
2912
|
for (var n in t || (t = {}))
|
|
2905
|
-
|
|
2906
|
-
if (
|
|
2907
|
-
for (var n of
|
|
2908
|
-
|
|
2913
|
+
Gl.call(t, n) && fn(e, n, t[n]);
|
|
2914
|
+
if (un)
|
|
2915
|
+
for (var n of un(t))
|
|
2916
|
+
Wl.call(t, n) && fn(e, n, t[n]);
|
|
2909
2917
|
return e;
|
|
2910
|
-
},
|
|
2911
|
-
const Te = 6,
|
|
2912
|
-
function
|
|
2918
|
+
}, jl = (e, t) => Ul(e, xl(t));
|
|
2919
|
+
const Te = 6, dn = Te * 2;
|
|
2920
|
+
function Bl(e, t) {
|
|
2913
2921
|
return e.map(
|
|
2914
2922
|
({
|
|
2915
2923
|
leftTop: { col: n, row: o },
|
|
@@ -2917,13 +2925,13 @@ function Gl(e, t) {
|
|
|
2917
2925
|
}) => `<line x1="${n * t.col + Te}" y1="${o * t.row + Te}" x2="${s * t.col + Te}" y2="${l * t.row + Te}" stroke="black" stroke-width="5"/>`
|
|
2918
2926
|
).join(" ");
|
|
2919
2927
|
}
|
|
2920
|
-
function
|
|
2928
|
+
function Hl(e, t, n) {
|
|
2921
2929
|
return n.findIndex((o) => e >= o.leftTop.row && e < o.rightBottom.row && t >= o.leftTop.col && t < o.rightBottom.col) >= 0;
|
|
2922
2930
|
}
|
|
2923
|
-
function
|
|
2931
|
+
function zl(e, t, n) {
|
|
2924
2932
|
n.forEach((o) => {
|
|
2925
|
-
const s =
|
|
2926
|
-
id:
|
|
2933
|
+
const s = jl(oo({}, o.leftTop), {
|
|
2934
|
+
id: so(o.leftTop),
|
|
2927
2935
|
layout: {
|
|
2928
2936
|
left: 100 / t.col * o.leftTop.col,
|
|
2929
2937
|
top: 100 / t.row * o.leftTop.row,
|
|
@@ -2936,11 +2944,11 @@ function jl(e, t, n) {
|
|
|
2936
2944
|
e.push(s);
|
|
2937
2945
|
});
|
|
2938
2946
|
}
|
|
2939
|
-
function
|
|
2947
|
+
function so(e) {
|
|
2940
2948
|
return `${e.row}-${e.col}`;
|
|
2941
2949
|
}
|
|
2942
|
-
const
|
|
2943
|
-
function
|
|
2950
|
+
const _n = "ComponentsDefaultLayoutKeyAF84566", mn = "ComponentsCustomLayoutsKeyAF84566";
|
|
2951
|
+
function Yl(e) {
|
|
2944
2952
|
const t = [], n = [];
|
|
2945
2953
|
for (let o = 0; o < e.points.length / 2; o++)
|
|
2946
2954
|
n.push(e.points.slice(o * 2, o * 2 + 2));
|
|
@@ -2971,20 +2979,20 @@ const Ce = {
|
|
|
2971
2979
|
const n = [];
|
|
2972
2980
|
for (let o = 0; o < e.row; o++)
|
|
2973
2981
|
for (let s = 0; s < e.col; s++) {
|
|
2974
|
-
if (
|
|
2982
|
+
if (Hl(o, s, t))
|
|
2975
2983
|
continue;
|
|
2976
|
-
const l =
|
|
2984
|
+
const l = oo({
|
|
2977
2985
|
layout: {
|
|
2978
2986
|
left: 100 / e.col * s,
|
|
2979
2987
|
top: 100 / e.row * o,
|
|
2980
2988
|
width: 100 / e.col,
|
|
2981
2989
|
height: 100 / e.row
|
|
2982
2990
|
},
|
|
2983
|
-
id:
|
|
2991
|
+
id: so({ row: o, col: s })
|
|
2984
2992
|
}, { row: o, col: s, w: 1, h: 1 });
|
|
2985
2993
|
n.push(l);
|
|
2986
2994
|
}
|
|
2987
|
-
return
|
|
2995
|
+
return zl(n, e, t), n;
|
|
2988
2996
|
},
|
|
2989
2997
|
TransLayoutToSVG(e, t) {
|
|
2990
2998
|
const n = [];
|
|
@@ -3002,28 +3010,28 @@ const Ce = {
|
|
|
3002
3010
|
});
|
|
3003
3011
|
n.forEach(
|
|
3004
3012
|
({
|
|
3005
|
-
leftTop: { row: c, col:
|
|
3006
|
-
rightBottom: { row:
|
|
3013
|
+
leftTop: { row: c, col: _ },
|
|
3014
|
+
rightBottom: { row: u, col: d }
|
|
3007
3015
|
}) => {
|
|
3008
|
-
for (let
|
|
3009
|
-
o[
|
|
3010
|
-
for (let
|
|
3011
|
-
s[
|
|
3016
|
+
for (let p = c + 1; p < u; p++)
|
|
3017
|
+
o[p].points.push(_, d);
|
|
3018
|
+
for (let p = _ + 1; p < d; p++)
|
|
3019
|
+
s[p].points.push(c, u);
|
|
3012
3020
|
}
|
|
3013
3021
|
);
|
|
3014
3022
|
const l = o.concat(...s), r = [];
|
|
3015
3023
|
l.forEach((c) => {
|
|
3016
|
-
c.points = c.points.sort(), r.push(...
|
|
3024
|
+
c.points = c.points.sort(), r.push(...Yl(c));
|
|
3017
3025
|
});
|
|
3018
3026
|
const a = {
|
|
3019
3027
|
row: t.height / e.row,
|
|
3020
3028
|
col: t.width / e.col
|
|
3021
|
-
}, i =
|
|
3022
|
-
return `<svg viewBox='0 0 ${t.width +
|
|
3029
|
+
}, i = Bl(r, a);
|
|
3030
|
+
return `<svg viewBox='0 0 ${t.width + dn} ${t.height + dn} ' width="100%" height="100%"> ${i} </svg>`;
|
|
3023
3031
|
},
|
|
3024
3032
|
StorageDefaultLayout: {
|
|
3025
3033
|
get() {
|
|
3026
|
-
const e = localStorage.getItem(
|
|
3034
|
+
const e = localStorage.getItem(_n);
|
|
3027
3035
|
if (e == null)
|
|
3028
3036
|
return null;
|
|
3029
3037
|
try {
|
|
@@ -3033,12 +3041,12 @@ const Ce = {
|
|
|
3033
3041
|
}
|
|
3034
3042
|
},
|
|
3035
3043
|
set(e) {
|
|
3036
|
-
localStorage.setItem(
|
|
3044
|
+
localStorage.setItem(_n, JSON.stringify(e));
|
|
3037
3045
|
}
|
|
3038
3046
|
},
|
|
3039
3047
|
CustomLayouts: {
|
|
3040
3048
|
get() {
|
|
3041
|
-
const e = localStorage.getItem(
|
|
3049
|
+
const e = localStorage.getItem(mn);
|
|
3042
3050
|
if (e == null)
|
|
3043
3051
|
return [];
|
|
3044
3052
|
try {
|
|
@@ -3048,10 +3056,10 @@ const Ce = {
|
|
|
3048
3056
|
}
|
|
3049
3057
|
},
|
|
3050
3058
|
set(e) {
|
|
3051
|
-
localStorage.setItem(
|
|
3059
|
+
localStorage.setItem(mn, JSON.stringify(e));
|
|
3052
3060
|
}
|
|
3053
3061
|
}
|
|
3054
|
-
},
|
|
3062
|
+
}, Kl = ie({
|
|
3055
3063
|
emits: {
|
|
3056
3064
|
onselect(e, t) {
|
|
3057
3065
|
return !0;
|
|
@@ -3106,24 +3114,24 @@ const Ce = {
|
|
|
3106
3114
|
}
|
|
3107
3115
|
}
|
|
3108
3116
|
});
|
|
3109
|
-
const
|
|
3110
|
-
function
|
|
3111
|
-
return C(),
|
|
3112
|
-
(C(!0),
|
|
3113
|
-
class:
|
|
3117
|
+
const Xl = ["onClick"], Jl = { style: { position: "relative", display: "inline-block", margin: "10px" } }, Ql = ["innerHTML"], ql = { style: { "vertical-align": "middle" } };
|
|
3118
|
+
function Zl(e, t, n, o, s, l) {
|
|
3119
|
+
return C(), $("div", null, [
|
|
3120
|
+
(C(!0), $(be, null, Pe(e.layoutInfos, (r) => (C(), $("div", {
|
|
3121
|
+
class: xe(r.select ? "layout-item layout-item-select" : "layout-item"),
|
|
3114
3122
|
onClick: (a) => e.selectClick(r)
|
|
3115
3123
|
}, [
|
|
3116
|
-
T("div",
|
|
3124
|
+
T("div", Jl, [
|
|
3117
3125
|
T("div", {
|
|
3118
3126
|
innerHTML: r.svg,
|
|
3119
3127
|
class: "svg-style"
|
|
3120
|
-
}, null, 8,
|
|
3121
|
-
T("span",
|
|
3128
|
+
}, null, 8, Ql),
|
|
3129
|
+
T("span", ql, ne(r.layout.name), 1)
|
|
3122
3130
|
])
|
|
3123
|
-
], 10,
|
|
3131
|
+
], 10, Xl))), 256))
|
|
3124
3132
|
]);
|
|
3125
3133
|
}
|
|
3126
|
-
const
|
|
3134
|
+
const ro = /* @__PURE__ */ ce(Kl, [["render", Zl], ["__scopeId", "data-v-36f7a9fc"]]), ea = ie({
|
|
3127
3135
|
props: {
|
|
3128
3136
|
layout: {
|
|
3129
3137
|
type: Object
|
|
@@ -3143,10 +3151,10 @@ const so = /* @__PURE__ */ ce(Hl, [["render", Jl], ["__scopeId", "data-v-36f7a9f
|
|
|
3143
3151
|
};
|
|
3144
3152
|
}
|
|
3145
3153
|
});
|
|
3146
|
-
const
|
|
3147
|
-
function
|
|
3148
|
-
return C(),
|
|
3149
|
-
(C(!0),
|
|
3154
|
+
const ta = { style: { position: "relative", height: "100%", width: "100%" } };
|
|
3155
|
+
function na(e, t, n, o, s, l) {
|
|
3156
|
+
return C(), $("div", ta, [
|
|
3157
|
+
(C(!0), $(be, null, Pe(e.frameRef, ({ layout: r, id: a, row: i, col: c, w: _, h: u }, d) => (C(), $("div", {
|
|
3150
3158
|
class: "play-area",
|
|
3151
3159
|
key: d,
|
|
3152
3160
|
style: Le(`position: absolute; top: calc(${r.top}%); left: calc(${r.left}%); width: calc(${r.width}%); height: calc(${r.height}%);`)
|
|
@@ -3155,24 +3163,24 @@ function Zl(e, t, n, o, s, l) {
|
|
|
3155
3163
|
id: a,
|
|
3156
3164
|
row: i,
|
|
3157
3165
|
col: c,
|
|
3158
|
-
w:
|
|
3159
|
-
h:
|
|
3166
|
+
w: _,
|
|
3167
|
+
h: u,
|
|
3160
3168
|
index: d,
|
|
3161
3169
|
areas: e.areas
|
|
3162
3170
|
}, void 0, !0)
|
|
3163
3171
|
], 4))), 128))
|
|
3164
3172
|
]);
|
|
3165
3173
|
}
|
|
3166
|
-
const
|
|
3174
|
+
const lo = /* @__PURE__ */ ce(ea, [["render", na], ["__scopeId", "data-v-e6baa31a"]]), oa = {
|
|
3167
3175
|
width: 1024,
|
|
3168
3176
|
height: 1024,
|
|
3169
3177
|
body: '<path fill="currentColor" d="M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504L738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512L828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496L285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512L195.2 285.696a64 64 0 0 1 0-90.496z"/>'
|
|
3170
3178
|
};
|
|
3171
|
-
|
|
3172
|
-
const
|
|
3179
|
+
me("close", oa);
|
|
3180
|
+
const sa = ie({
|
|
3173
3181
|
components: {
|
|
3174
|
-
VideoAreaLayoutShow:
|
|
3175
|
-
Icon:
|
|
3182
|
+
VideoAreaLayoutShow: lo,
|
|
3183
|
+
Icon: Ye
|
|
3176
3184
|
},
|
|
3177
3185
|
setup() {
|
|
3178
3186
|
const e = P(3), t = P(3), n = P(
|
|
@@ -3285,106 +3293,84 @@ const ta = ie({
|
|
|
3285
3293
|
}
|
|
3286
3294
|
}
|
|
3287
3295
|
});
|
|
3288
|
-
const
|
|
3289
|
-
function
|
|
3296
|
+
const ra = { style: { height: "calc(100% - 80px)", width: "calc(100%)", position: "relative" } }, la = ["onMouseenter", "onMousedown"], aa = { style: { "font-size": "32px" } }, ia = { style: { display: "inline-block", width: "40px", "text-align": "center" } }, ca = { style: { display: "inline-block", width: "calc(100% - 40px)", "text-align": "right", "vertical-align": "middle" } }, ua = ["onClick"];
|
|
3297
|
+
function fa(e, t, n, o, s, l) {
|
|
3290
3298
|
const r = te("Icon"), a = te("VideoAreaLayoutShow");
|
|
3291
|
-
return C(),
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
T("div", sa, [
|
|
3313
|
-
ee(a, { layout: e.layout }, {
|
|
3314
|
-
default: ue((i) => [
|
|
3315
|
-
T("div", {
|
|
3316
|
-
class: Ge(e.genClass(i)),
|
|
3317
|
-
onMouseenter: (c) => e.onMouseOver(c, i),
|
|
3318
|
-
onMousedown: (c) => e.onMouseDown(i),
|
|
3319
|
-
style: { "user-select": "none" }
|
|
3320
|
-
}, [
|
|
3321
|
-
T("div", la, [
|
|
3322
|
-
T("div", aa, ne(i.index + 1), 1),
|
|
3323
|
-
T("div", ia, [
|
|
3324
|
-
T("span", {
|
|
3325
|
-
onClick: (c) => e.onDelLayout(i)
|
|
3326
|
-
}, [
|
|
3327
|
-
i.w > 1 || i.h > 1 ? (C(), _t(r, {
|
|
3328
|
-
key: 0,
|
|
3329
|
-
icon: "close",
|
|
3330
|
-
class: "close-btn"
|
|
3331
|
-
})) : Ie("", !0)
|
|
3332
|
-
], 8, ca)
|
|
3333
|
-
])
|
|
3299
|
+
return C(), $("div", ra, [
|
|
3300
|
+
ee(a, { layout: e.layout }, {
|
|
3301
|
+
default: ue((i) => [
|
|
3302
|
+
T("div", {
|
|
3303
|
+
class: xe(e.genClass(i)),
|
|
3304
|
+
onMouseenter: (c) => e.onMouseOver(c, i),
|
|
3305
|
+
onMousedown: (c) => e.onMouseDown(i),
|
|
3306
|
+
style: { "user-select": "none" }
|
|
3307
|
+
}, [
|
|
3308
|
+
T("div", aa, [
|
|
3309
|
+
T("div", ia, ne(i.index + 1), 1),
|
|
3310
|
+
T("div", ca, [
|
|
3311
|
+
T("span", {
|
|
3312
|
+
onClick: (c) => e.onDelLayout(i)
|
|
3313
|
+
}, [
|
|
3314
|
+
i.w > 1 || i.h > 1 ? (C(), ft(r, {
|
|
3315
|
+
key: 0,
|
|
3316
|
+
icon: "close",
|
|
3317
|
+
class: "close-btn"
|
|
3318
|
+
})) : Ie("", !0)
|
|
3319
|
+
], 8, ua)
|
|
3334
3320
|
])
|
|
3335
|
-
]
|
|
3336
|
-
])
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
])
|
|
3340
|
-
]
|
|
3321
|
+
])
|
|
3322
|
+
], 42, la)
|
|
3323
|
+
]),
|
|
3324
|
+
_: 1
|
|
3325
|
+
}, 8, ["layout"])
|
|
3326
|
+
]);
|
|
3341
3327
|
}
|
|
3342
|
-
const
|
|
3328
|
+
const da = /* @__PURE__ */ ce(sa, [["render", fa], ["__scopeId", "data-v-c3d9b21a"]]), _a = ie({
|
|
3343
3329
|
components: {
|
|
3344
|
-
Icon:
|
|
3345
|
-
LayoutShow:
|
|
3346
|
-
CustomLayoutGen:
|
|
3330
|
+
Icon: Ye,
|
|
3331
|
+
LayoutShow: ro,
|
|
3332
|
+
CustomLayoutGen: da
|
|
3347
3333
|
},
|
|
3348
3334
|
setup() {
|
|
3349
3335
|
return {
|
|
3350
3336
|
layout: P(
|
|
3351
3337
|
Ce.CustomLayouts.get()
|
|
3352
3338
|
),
|
|
3353
|
-
i18nT:
|
|
3339
|
+
i18nT: bt
|
|
3354
3340
|
};
|
|
3355
3341
|
}
|
|
3356
3342
|
});
|
|
3357
|
-
const
|
|
3358
|
-
function
|
|
3343
|
+
const ma = { style: { "margin-left": "10px", "margin-top": "10px" } }, ga = { class: "plus-custom-layout" }, pa = /* @__PURE__ */ En("\u6DFB\u52A0\u5E03\u5C40 "), ha = { style: { "margin-top": "10px" } }, va = { style: { height: "300px" } };
|
|
3344
|
+
function Ea(e, t, n, o, s, l) {
|
|
3359
3345
|
const r = te("Icon"), a = te("CustomLayoutGen");
|
|
3360
|
-
return C(),
|
|
3346
|
+
return C(), $("div", ma, [
|
|
3361
3347
|
T("span", null, [
|
|
3362
|
-
|
|
3363
|
-
T("span",
|
|
3348
|
+
En(ne(e.i18nT("zi-ding-yi-bu-ju")) + "\uFF1A ", 1),
|
|
3349
|
+
T("span", ga, [
|
|
3364
3350
|
ee(r, {
|
|
3365
3351
|
icon: "plus",
|
|
3366
3352
|
style: { "vertical-align": "text-top" }
|
|
3367
3353
|
}),
|
|
3368
|
-
|
|
3354
|
+
pa
|
|
3369
3355
|
])
|
|
3370
3356
|
]),
|
|
3371
|
-
T("div",
|
|
3372
|
-
T("div",
|
|
3357
|
+
T("div", ha, [
|
|
3358
|
+
T("div", va, [
|
|
3373
3359
|
ee(a)
|
|
3374
3360
|
])
|
|
3375
3361
|
])
|
|
3376
3362
|
]);
|
|
3377
3363
|
}
|
|
3378
|
-
const
|
|
3364
|
+
const ya = /* @__PURE__ */ ce(_a, [["render", Ea], ["__scopeId", "data-v-f8b51862"]]), ba = ie({
|
|
3379
3365
|
emits: {
|
|
3380
3366
|
LayoutChange(e, t, n) {
|
|
3381
3367
|
return !0;
|
|
3382
3368
|
}
|
|
3383
3369
|
},
|
|
3384
3370
|
components: {
|
|
3385
|
-
UseCustomLayoutSelector:
|
|
3386
|
-
LayoutShow:
|
|
3387
|
-
Icon:
|
|
3371
|
+
UseCustomLayoutSelector: ya,
|
|
3372
|
+
LayoutShow: ro,
|
|
3373
|
+
Icon: Ye
|
|
3388
3374
|
},
|
|
3389
3375
|
setup(e, t) {
|
|
3390
3376
|
const n = [
|
|
@@ -3409,39 +3395,39 @@ const Ea = /* @__PURE__ */ ce(da, [["render", va], ["__scopeId", "data-v-22e2c2f
|
|
|
3409
3395
|
], o = P();
|
|
3410
3396
|
let s = Ce.StorageDefaultLayout.get();
|
|
3411
3397
|
const l = s || n[0];
|
|
3412
|
-
function r(
|
|
3398
|
+
function r(g, h) {
|
|
3413
3399
|
return t.emit(
|
|
3414
3400
|
"LayoutChange",
|
|
3415
|
-
JSON.stringify(
|
|
3416
|
-
|
|
3401
|
+
JSON.stringify(g.layout),
|
|
3402
|
+
g,
|
|
3417
3403
|
() => {
|
|
3418
|
-
|
|
3404
|
+
_.value && u();
|
|
3419
3405
|
}
|
|
3420
|
-
),
|
|
3406
|
+
), g.cancel || (c.value = h), !g.cancel;
|
|
3421
3407
|
}
|
|
3422
3408
|
let a = !0;
|
|
3423
|
-
const i = function(
|
|
3424
|
-
JSON.stringify(s) != JSON.stringify(
|
|
3425
|
-
}, c = P(""),
|
|
3426
|
-
|
|
3427
|
-
}, d = (
|
|
3428
|
-
|
|
3409
|
+
const i = function(g, h) {
|
|
3410
|
+
JSON.stringify(s) != JSON.stringify(g) && r(g, h) && a && (s = g.layout, Ce.StorageDefaultLayout.set(g.layout)), c.value.length == 0 && r(g, h);
|
|
3411
|
+
}, c = P(""), _ = P(!1), u = () => {
|
|
3412
|
+
_.value = !_.value, _.value ? window.addEventListener("click", d) : window.removeEventListener("click", d);
|
|
3413
|
+
}, d = (g) => {
|
|
3414
|
+
_.value && g.composedPath().findIndex(({ className: y }) => y == "layout-switcher") < 0 && (_.value = !1, window.removeEventListener("click", d));
|
|
3429
3415
|
};
|
|
3430
3416
|
return {
|
|
3431
|
-
i18nT:
|
|
3432
|
-
selectClassicalLayout: (
|
|
3417
|
+
i18nT: bt,
|
|
3418
|
+
selectClassicalLayout: (g, h, y) => {
|
|
3433
3419
|
var O;
|
|
3434
3420
|
y || (a = !1);
|
|
3435
|
-
const L = n.find((N) => N.row ==
|
|
3421
|
+
const L = n.find((N) => N.row == g && N.col == h && typeof N.area > "u" && typeof N.areas > "u");
|
|
3436
3422
|
L && ((O = o.value) == null || O.SelectLayoutById(JSON.stringify(L))), y = !0;
|
|
3437
3423
|
},
|
|
3438
|
-
selectLoyoutById: (
|
|
3424
|
+
selectLoyoutById: (g, h) => {
|
|
3439
3425
|
var y;
|
|
3440
|
-
h || (a = !1), (y = o.value) == null || y.SelectLayoutById(
|
|
3426
|
+
h || (a = !1), (y = o.value) == null || y.SelectLayoutById(g), h = !0;
|
|
3441
3427
|
},
|
|
3442
3428
|
refLayoutShow: o,
|
|
3443
|
-
clickShowSelectPanel:
|
|
3444
|
-
showSelectPanel:
|
|
3429
|
+
clickShowSelectPanel: u,
|
|
3430
|
+
showSelectPanel: _,
|
|
3445
3431
|
onselect: i,
|
|
3446
3432
|
svgSelect: c,
|
|
3447
3433
|
layout: n,
|
|
@@ -3450,10 +3436,10 @@ const Ea = /* @__PURE__ */ ce(da, [["render", va], ["__scopeId", "data-v-22e2c2f
|
|
|
3450
3436
|
},
|
|
3451
3437
|
expose: ["selectLoyoutById", "selectClassicalLayout"]
|
|
3452
3438
|
});
|
|
3453
|
-
const
|
|
3454
|
-
function
|
|
3439
|
+
const Oa = { class: "layout-switcher" }, Na = ["innerHTML"], Ta = { class: "switch-panel" }, Ia = { style: { "margin-left": "10px" } }, La = { style: { "margin-left": "10px", padding: "10px" } }, wa = { style: { "margin-left": "10px" } };
|
|
3440
|
+
function Sa(e, t, n, o, s, l) {
|
|
3455
3441
|
const r = te("LayoutShow");
|
|
3456
|
-
return C(),
|
|
3442
|
+
return C(), $("div", Oa, [
|
|
3457
3443
|
T("div", {
|
|
3458
3444
|
onClick: t[0] || (t[0] = (...a) => e.clickShowSelectPanel && e.clickShowSelectPanel(...a)),
|
|
3459
3445
|
class: "switch-switcher"
|
|
@@ -3461,14 +3447,14 @@ function wa(e, t, n, o, s, l) {
|
|
|
3461
3447
|
T("div", {
|
|
3462
3448
|
innerHTML: e.svgSelect,
|
|
3463
3449
|
style: { height: "32px", display: "inline-block", "vertical-align": "middle" }
|
|
3464
|
-
}, null, 8,
|
|
3450
|
+
}, null, 8, Na)
|
|
3465
3451
|
]),
|
|
3466
|
-
|
|
3467
|
-
T("div",
|
|
3452
|
+
hn(T("div", Ta, [
|
|
3453
|
+
T("div", Ia, [
|
|
3468
3454
|
T("span", null, ne(e.i18nT("qing-xuan-ze-bu-ju-yang-shi")), 1)
|
|
3469
3455
|
]),
|
|
3470
|
-
T("div",
|
|
3471
|
-
T("div",
|
|
3456
|
+
T("div", La, [
|
|
3457
|
+
T("div", wa, [
|
|
3472
3458
|
T("span", null, ne(e.i18nT("biao-zhun-bu-ju")) + "\uFF1A", 1),
|
|
3473
3459
|
ee(r, {
|
|
3474
3460
|
ref: "refLayoutShow",
|
|
@@ -3479,26 +3465,29 @@ function wa(e, t, n, o, s, l) {
|
|
|
3479
3465
|
])
|
|
3480
3466
|
])
|
|
3481
3467
|
], 512), [
|
|
3482
|
-
[
|
|
3468
|
+
[vn, e.showSelectPanel]
|
|
3483
3469
|
])
|
|
3484
3470
|
]);
|
|
3485
3471
|
}
|
|
3486
|
-
const
|
|
3487
|
-
RecursionDeviceGroup:
|
|
3488
|
-
VideoAreasLayoutShow:
|
|
3489
|
-
MultiVideoAreaLayoutSwitch:
|
|
3490
|
-
},
|
|
3472
|
+
const Aa = /* @__PURE__ */ ce(ba, [["render", Sa], ["__scopeId", "data-v-9b560073"]]), gn = {
|
|
3473
|
+
RecursionDeviceGroup: Ml,
|
|
3474
|
+
VideoAreasLayoutShow: lo,
|
|
3475
|
+
MultiVideoAreaLayoutSwitch: Aa
|
|
3476
|
+
}, Pa = {
|
|
3491
3477
|
install(e, t) {
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3478
|
+
Ir(
|
|
3479
|
+
t && typeof t.locale < "u" ? t.locale : Yn.en
|
|
3480
|
+
), t.deviceListDisplayStyle && Lr(t.deviceListDisplayStyle);
|
|
3481
|
+
for (const n in gn) {
|
|
3482
|
+
const o = gn[n];
|
|
3495
3483
|
e.component(n, o);
|
|
3496
3484
|
}
|
|
3497
3485
|
}
|
|
3498
3486
|
};
|
|
3499
3487
|
export {
|
|
3500
|
-
|
|
3488
|
+
Kn as DeviceListNameDisplayStyle,
|
|
3489
|
+
qt as RecursionDeviceGroup,
|
|
3501
3490
|
M as VideoAreaLayout,
|
|
3502
|
-
|
|
3491
|
+
Pa as default
|
|
3503
3492
|
};
|
|
3504
3493
|
//# sourceMappingURL=smarteye-e-components.mjs.map
|