smarteye-e-components 0.0.38 → 0.0.39
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.
|
@@ -252,17 +252,17 @@ function Do(e, t) {
|
|
|
252
252
|
let a = n.body;
|
|
253
253
|
[n, r].forEach((g) => {
|
|
254
254
|
const E = [], N = g.hFlip, v = g.vFlip;
|
|
255
|
-
let
|
|
256
|
-
N ? v ?
|
|
255
|
+
let O = g.rotate;
|
|
256
|
+
N ? v ? O += 2 : (E.push(
|
|
257
257
|
"translate(" + (o.width + o.left).toString() + " " + (0 - o.top).toString() + ")"
|
|
258
258
|
), E.push("scale(-1 1)"), o.top = o.left = 0) : v && (E.push(
|
|
259
259
|
"translate(" + (0 - o.left).toString() + " " + (o.height + o.top).toString() + ")"
|
|
260
260
|
), E.push("scale(1 -1)"), o.top = o.left = 0);
|
|
261
|
-
let
|
|
262
|
-
switch (
|
|
261
|
+
let b;
|
|
262
|
+
switch (O < 0 && (O -= Math.floor(O / 4) * 4), O = O % 4, O) {
|
|
263
263
|
case 1:
|
|
264
|
-
|
|
265
|
-
"rotate(90 " +
|
|
264
|
+
b = o.height / 2 + o.top, E.unshift(
|
|
265
|
+
"rotate(90 " + b.toString() + " " + b.toString() + ")"
|
|
266
266
|
);
|
|
267
267
|
break;
|
|
268
268
|
case 2:
|
|
@@ -271,12 +271,12 @@ function Do(e, t) {
|
|
|
271
271
|
);
|
|
272
272
|
break;
|
|
273
273
|
case 3:
|
|
274
|
-
|
|
275
|
-
"rotate(-90 " +
|
|
274
|
+
b = o.width / 2 + o.left, E.unshift(
|
|
275
|
+
"rotate(-90 " + b.toString() + " " + b.toString() + ")"
|
|
276
276
|
);
|
|
277
277
|
break;
|
|
278
278
|
}
|
|
279
|
-
|
|
279
|
+
O % 2 === 1 && (o.left !== o.top && (b = o.left, o.left = o.top, o.top = b), o.width !== o.height && (b = o.width, o.width = o.height, o.height = b)), E.length && (a = '<g transform="' + E.join(" ") + '">' + a + "</g>");
|
|
280
280
|
});
|
|
281
281
|
const s = r.width, l = r.height, i = o.width, c = o.height;
|
|
282
282
|
let f, m;
|
|
@@ -382,8 +382,8 @@ const Uo = (e, t) => {
|
|
|
382
382
|
v !== !0 && v !== "true" && delete r["aria-hidden"];
|
|
383
383
|
break;
|
|
384
384
|
default: {
|
|
385
|
-
const
|
|
386
|
-
|
|
385
|
+
const O = De[N];
|
|
386
|
+
O ? (v === !0 || v === "true" || v === 1) && (n[O] = !0) : Ot[N] === void 0 && (r[N] = v);
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
}
|
|
@@ -541,11 +541,11 @@ const or = Re({
|
|
|
541
541
|
setup(e, t) {
|
|
542
542
|
const n = j(), r = on("theme"), o = {
|
|
543
543
|
filterDevice(f) {
|
|
544
|
-
var m, _, g, E;
|
|
545
|
-
let N = !0;
|
|
546
|
-
(m = e.controlParams) != null && m.searchStr && (N = f.name.indexOf((_ = e.controlParams) == null ? void 0 : _.searchStr) >= 0 || f.id.indexOf((g = e.controlParams) == null ? void 0 : g.searchStr) >= 0);
|
|
544
|
+
var m, _, g, E, N;
|
|
547
545
|
let v = !0;
|
|
548
|
-
|
|
546
|
+
(m = e.controlParams) != null && m.searchStr && (v = f.name.indexOf((_ = e.controlParams) == null ? void 0 : _.searchStr) >= 0 || f.id.indexOf((g = e.controlParams) == null ? void 0 : g.searchStr) >= 0 || typeof f.user == "string" && f.user.indexOf((E = e.controlParams) == null ? void 0 : E.searchStr) >= 0);
|
|
547
|
+
let O = !0;
|
|
548
|
+
return (N = e.controlParams) != null && N.onlyShowOnline && (O = f.online), v && O;
|
|
549
549
|
},
|
|
550
550
|
deviceText(f) {
|
|
551
551
|
return f.user ? f.name.length > 0 ? `${f.user} [${f.id}] [${f.name}]` : `${f.user} [${f.id}] []` : f.name.length > 0 ? `${f.name} [${f.id}]` : ` [${f.id}]`;
|
|
@@ -701,7 +701,7 @@ function _r(e, t, n, r, o, a) {
|
|
|
701
701
|
])) : xe("", !0)
|
|
702
702
|
], 2)) : xe("", !0);
|
|
703
703
|
}
|
|
704
|
-
const mr = /* @__PURE__ */ ke(or, [["render", _r], ["__scopeId", "data-v-
|
|
704
|
+
const mr = /* @__PURE__ */ ke(or, [["render", _r], ["__scopeId", "data-v-93cfc8dc"]]), dr = {
|
|
705
705
|
width: 1024,
|
|
706
706
|
height: 1024,
|
|
707
707
|
body: '<path fill="currentColor" d="M384 192v640l384-320.064z"/>'
|
|
@@ -1006,22 +1006,22 @@ function Hr(e, t) {
|
|
|
1006
1006
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1007
1007
|
}
|
|
1008
1008
|
function jr(e = {}) {
|
|
1009
|
-
const t = e.locale, n = Gr(e), r = y(e.pluralRules) && h(t) && R(e.pluralRules[t]) ? e.pluralRules[t] : Ft, o = y(e.pluralRules) && h(t) && R(e.pluralRules[t]) ? Ft : void 0, a = (
|
|
1009
|
+
const t = e.locale, n = Gr(e), r = y(e.pluralRules) && h(t) && R(e.pluralRules[t]) ? e.pluralRules[t] : Ft, o = y(e.pluralRules) && h(t) && R(e.pluralRules[t]) ? Ft : void 0, a = (O) => O[r(n, O.length, o)], s = e.list || [], l = (O) => s[O], i = e.named || {};
|
|
1010
1010
|
F(e.pluralIndex) && Hr(n, i);
|
|
1011
|
-
const c = (
|
|
1012
|
-
function f(
|
|
1013
|
-
const
|
|
1014
|
-
return
|
|
1011
|
+
const c = (O) => i[O];
|
|
1012
|
+
function f(O) {
|
|
1013
|
+
const b = R(e.messages) ? e.messages(O) : y(e.messages) ? e.messages[O] : !1;
|
|
1014
|
+
return b || (e.parent ? e.parent.message(O) : Ur);
|
|
1015
1015
|
}
|
|
1016
|
-
const m = (
|
|
1016
|
+
const m = (O) => e.modifiers ? e.modifiers[O] : Vr, _ = I(e.processor) && R(e.processor.normalize) ? e.processor.normalize : Wr, g = I(e.processor) && R(e.processor.interpolate) ? e.processor.interpolate : xr, E = I(e.processor) && h(e.processor.type) ? e.processor.type : $r, v = {
|
|
1017
1017
|
list: l,
|
|
1018
1018
|
named: c,
|
|
1019
1019
|
plural: a,
|
|
1020
|
-
linked: (
|
|
1021
|
-
const [S, T] =
|
|
1020
|
+
linked: (O, ...b) => {
|
|
1021
|
+
const [S, T] = b;
|
|
1022
1022
|
let p = "text", D = "";
|
|
1023
|
-
|
|
1024
|
-
let L = f(
|
|
1023
|
+
b.length === 1 ? y(S) ? (D = S.modifier || D, p = S.type || p) : h(S) && (D = S || D) : b.length === 2 && (h(S) && (D = S || D), h(T) && (p = T || p));
|
|
1024
|
+
let L = f(O)(v);
|
|
1025
1025
|
return p === "vnode" && P(L) && D && (L = L[0]), D ? m(D)(L, p) : L;
|
|
1026
1026
|
},
|
|
1027
1027
|
message: f,
|
|
@@ -1138,7 +1138,7 @@ const Ut = (e) => {
|
|
|
1138
1138
|
}, ss = () => On;
|
|
1139
1139
|
let $t = 0;
|
|
1140
1140
|
function as(e = {}) {
|
|
1141
|
-
const t = h(e.version) ? e.version : Zr, n = h(e.locale) ? e.locale : ut, r = P(e.fallbackLocale) || I(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : n, o = I(e.messages) ? e.messages : { [n]: {} }, a = I(e.datetimeFormats) ? e.datetimeFormats : { [n]: {} }, s = I(e.numberFormats) ? e.numberFormats : { [n]: {} }, l = U({}, e.modifiers || {}, es()), i = e.pluralRules || {}, c = R(e.missing) ? e.missing : null, f = A(e.missingWarn) || Pe(e.missingWarn) ? e.missingWarn : !0, m = A(e.fallbackWarn) || Pe(e.fallbackWarn) ? e.fallbackWarn : !0, _ = !!e.fallbackFormat, g = !!e.unresolving, E = R(e.postTranslation) ? e.postTranslation : null, N = I(e.processor) ? e.processor : null, v = A(e.warnHtmlMessage) ? e.warnHtmlMessage : !0,
|
|
1141
|
+
const t = h(e.version) ? e.version : Zr, n = h(e.locale) ? e.locale : ut, r = P(e.fallbackLocale) || I(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : n, o = I(e.messages) ? e.messages : { [n]: {} }, a = I(e.datetimeFormats) ? e.datetimeFormats : { [n]: {} }, s = I(e.numberFormats) ? e.numberFormats : { [n]: {} }, l = U({}, e.modifiers || {}, es()), i = e.pluralRules || {}, c = R(e.missing) ? e.missing : null, f = A(e.missingWarn) || Pe(e.missingWarn) ? e.missingWarn : !0, m = A(e.fallbackWarn) || Pe(e.fallbackWarn) ? e.fallbackWarn : !0, _ = !!e.fallbackFormat, g = !!e.unresolving, E = R(e.postTranslation) ? e.postTranslation : null, N = I(e.processor) ? e.processor : null, v = A(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, O = !!e.escapeParameter, b = R(e.messageCompiler) ? e.messageCompiler : ts, S = R(e.messageResolver) ? e.messageResolver : En || kr, T = R(e.localeFallbacker) ? e.localeFallbacker : vn || Qr, p = y(e.fallbackContext) ? e.fallbackContext : void 0, D = R(e.onWarn) ? e.onWarn : Ee, L = e, k = y(L.__datetimeFormatters) ? L.__datetimeFormatters : /* @__PURE__ */ new Map(), B = y(L.__numberFormatters) ? L.__numberFormatters : /* @__PURE__ */ new Map(), X = y(L.__meta) ? L.__meta : {};
|
|
1142
1142
|
$t++;
|
|
1143
1143
|
const Q = {
|
|
1144
1144
|
version: t,
|
|
@@ -1156,8 +1156,8 @@ function as(e = {}) {
|
|
|
1156
1156
|
postTranslation: E,
|
|
1157
1157
|
processor: N,
|
|
1158
1158
|
warnHtmlMessage: v,
|
|
1159
|
-
escapeParameter:
|
|
1160
|
-
messageCompiler:
|
|
1159
|
+
escapeParameter: O,
|
|
1160
|
+
messageCompiler: b,
|
|
1161
1161
|
messageResolver: S,
|
|
1162
1162
|
localeFallbacker: T,
|
|
1163
1163
|
fallbackContext: p,
|
|
@@ -1211,27 +1211,27 @@ const ls = {
|
|
|
1211
1211
|
function xt(e, ...t) {
|
|
1212
1212
|
const { fallbackFormat: n, postTranslation: r, unresolving: o, messageCompiler: a, fallbackLocale: s, messages: l } = e, [i, c] = ze(...t), f = A(c.missingWarn) ? c.missingWarn : e.missingWarn, m = A(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, _ = A(c.escapeParameter) ? c.escapeParameter : e.escapeParameter, g = !!c.resolvedMessage, E = h(c.default) || A(c.default) ? A(c.default) ? a ? i : () => i : c.default : n ? a ? i : () => i : "", N = n || E !== "", v = h(c.locale) ? c.locale : e.locale;
|
|
1213
1213
|
_ && is(c);
|
|
1214
|
-
let [
|
|
1214
|
+
let [O, b, S] = g ? [
|
|
1215
1215
|
i,
|
|
1216
1216
|
v,
|
|
1217
1217
|
l[v] || {}
|
|
1218
|
-
] : In(e, i, v, s, m, f), T =
|
|
1219
|
-
if (!g && !(h(T) || Z(T)) && N && (T = E, p = T), !g && (!(h(T) || Z(T)) || !h(
|
|
1218
|
+
] : In(e, i, v, s, m, f), T = O, p = i;
|
|
1219
|
+
if (!g && !(h(T) || Z(T)) && N && (T = E, p = T), !g && (!(h(T) || Z(T)) || !h(b)))
|
|
1220
1220
|
return o ? Ve : i;
|
|
1221
1221
|
if (process.env.NODE_ENV !== "production" && h(T) && e.messageCompiler == null)
|
|
1222
1222
|
return Ee(`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;
|
|
1223
1223
|
let D = !1;
|
|
1224
1224
|
const L = () => {
|
|
1225
1225
|
D = !0;
|
|
1226
|
-
}, k = Z(T) ? T : Ln(e, i,
|
|
1226
|
+
}, k = Z(T) ? T : Ln(e, i, b, T, p, L);
|
|
1227
1227
|
if (D)
|
|
1228
1228
|
return T;
|
|
1229
|
-
const B = fs(e,
|
|
1229
|
+
const B = fs(e, b, S, c), X = jr(B), Q = cs(e, k, X), Te = r ? r(Q, i) : Q;
|
|
1230
1230
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
1231
1231
|
const Ie = {
|
|
1232
1232
|
timestamp: Date.now(),
|
|
1233
1233
|
key: h(i) ? i : Z(T) ? T.key : "",
|
|
1234
|
-
locale:
|
|
1234
|
+
locale: b || (Z(T) ? T.locale : ""),
|
|
1235
1235
|
format: h(T) ? T : Z(T) ? T.source : "",
|
|
1236
1236
|
message: Te
|
|
1237
1237
|
};
|
|
@@ -1248,8 +1248,8 @@ function In(e, t, n, r, o, a) {
|
|
|
1248
1248
|
const { messages: s, onWarn: l, messageResolver: i, localeFallbacker: c } = e, f = c(e, r, n);
|
|
1249
1249
|
let m = {}, _, g = null, E = n, N = null;
|
|
1250
1250
|
const v = "translate";
|
|
1251
|
-
for (let
|
|
1252
|
-
if (_ = N = f[
|
|
1251
|
+
for (let O = 0; O < f.length; O++) {
|
|
1252
|
+
if (_ = N = f[O], process.env.NODE_ENV !== "production" && n !== _ && Ue(o, t) && l(pe(z.FALLBACK_TO_TRANSLATE, {
|
|
1253
1253
|
key: t,
|
|
1254
1254
|
target: _
|
|
1255
1255
|
})), process.env.NODE_ENV !== "production" && n !== _) {
|
|
@@ -1263,14 +1263,14 @@ function In(e, t, n, r, o, a) {
|
|
|
1263
1263
|
});
|
|
1264
1264
|
}
|
|
1265
1265
|
m = s[_] || {};
|
|
1266
|
-
let
|
|
1267
|
-
if (process.env.NODE_ENV !== "production" && ee && (
|
|
1266
|
+
let b = null, S, T;
|
|
1267
|
+
if (process.env.NODE_ENV !== "production" && ee && (b = window.performance.now(), S = "intlify-message-resolve-start", T = "intlify-message-resolve-end", Y && Y(S)), (g = i(m, t)) === null && (g = m[t]), process.env.NODE_ENV !== "production" && ee) {
|
|
1268
1268
|
const D = window.performance.now(), L = e.__v_emitter;
|
|
1269
|
-
L &&
|
|
1269
|
+
L && b && g && L.emit("message-resolve", {
|
|
1270
1270
|
type: "message-resolve",
|
|
1271
1271
|
key: t,
|
|
1272
1272
|
message: g,
|
|
1273
|
-
time: D -
|
|
1273
|
+
time: D - b,
|
|
1274
1274
|
groupId: `${v}:${t}`
|
|
1275
1275
|
}), S && T && Y && ie && (Y(T), ie("intlify message resolve", S, T));
|
|
1276
1276
|
}
|
|
@@ -1366,10 +1366,10 @@ function fs(e, t, n, r) {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
if (h(E)) {
|
|
1368
1368
|
let N = !1;
|
|
1369
|
-
const
|
|
1369
|
+
const O = Ln(e, g, t, E, g, () => {
|
|
1370
1370
|
N = !0;
|
|
1371
1371
|
});
|
|
1372
|
-
return N ? Wt :
|
|
1372
|
+
return N ? Wt : O;
|
|
1373
1373
|
} else
|
|
1374
1374
|
return Z(E) ? E : Wt;
|
|
1375
1375
|
}
|
|
@@ -1391,13 +1391,13 @@ function Ht(e, ...t) {
|
|
|
1391
1391
|
);
|
|
1392
1392
|
if (!h(i) || i === "")
|
|
1393
1393
|
return new Intl.DateTimeFormat(N, m).format(c);
|
|
1394
|
-
let
|
|
1394
|
+
let O = {}, b, S = null, T = N, p = null;
|
|
1395
1395
|
const D = "datetime format";
|
|
1396
1396
|
for (let B = 0; B < v.length; B++) {
|
|
1397
|
-
if (
|
|
1397
|
+
if (b = p = v[B], process.env.NODE_ENV !== "production" && N !== b && Ue(g, i) && a(pe(z.FALLBACK_TO_DATE_FORMAT, {
|
|
1398
1398
|
key: i,
|
|
1399
|
-
target:
|
|
1400
|
-
})), process.env.NODE_ENV !== "production" && N !==
|
|
1399
|
+
target: b
|
|
1400
|
+
})), process.env.NODE_ENV !== "production" && N !== b) {
|
|
1401
1401
|
const X = e.__v_emitter;
|
|
1402
1402
|
X && X.emit("fallback", {
|
|
1403
1403
|
type: D,
|
|
@@ -1407,16 +1407,16 @@ function Ht(e, ...t) {
|
|
|
1407
1407
|
groupId: `${D}:${i}`
|
|
1408
1408
|
});
|
|
1409
1409
|
}
|
|
1410
|
-
if (
|
|
1410
|
+
if (O = n[b] || {}, S = O[i], I(S))
|
|
1411
1411
|
break;
|
|
1412
|
-
ft(e, i,
|
|
1412
|
+
ft(e, i, b, _, D), T = p;
|
|
1413
1413
|
}
|
|
1414
|
-
if (!I(S) || !h(
|
|
1414
|
+
if (!I(S) || !h(b))
|
|
1415
1415
|
return r ? Ve : i;
|
|
1416
|
-
let L = `${
|
|
1416
|
+
let L = `${b}__${i}`;
|
|
1417
1417
|
Me(m) || (L = `${L}__${JSON.stringify(m)}`);
|
|
1418
1418
|
let k = l.get(L);
|
|
1419
|
-
return k || (k = new Intl.DateTimeFormat(
|
|
1419
|
+
return k || (k = new Intl.DateTimeFormat(b, U({}, S, m)), l.set(L, k)), E ? k.formatToParts(c) : k.format(c);
|
|
1420
1420
|
}
|
|
1421
1421
|
const yn = [
|
|
1422
1422
|
"localeMatcher",
|
|
@@ -1484,13 +1484,13 @@ function Bt(e, ...t) {
|
|
|
1484
1484
|
);
|
|
1485
1485
|
if (!h(i) || i === "")
|
|
1486
1486
|
return new Intl.NumberFormat(N, m).format(c);
|
|
1487
|
-
let
|
|
1487
|
+
let O = {}, b, S = null, T = N, p = null;
|
|
1488
1488
|
const D = "number format";
|
|
1489
1489
|
for (let B = 0; B < v.length; B++) {
|
|
1490
|
-
if (
|
|
1490
|
+
if (b = p = v[B], process.env.NODE_ENV !== "production" && N !== b && Ue(g, i) && a(pe(z.FALLBACK_TO_NUMBER_FORMAT, {
|
|
1491
1491
|
key: i,
|
|
1492
|
-
target:
|
|
1493
|
-
})), process.env.NODE_ENV !== "production" && N !==
|
|
1492
|
+
target: b
|
|
1493
|
+
})), process.env.NODE_ENV !== "production" && N !== b) {
|
|
1494
1494
|
const X = e.__v_emitter;
|
|
1495
1495
|
X && X.emit("fallback", {
|
|
1496
1496
|
type: D,
|
|
@@ -1500,16 +1500,16 @@ function Bt(e, ...t) {
|
|
|
1500
1500
|
groupId: `${D}:${i}`
|
|
1501
1501
|
});
|
|
1502
1502
|
}
|
|
1503
|
-
if (
|
|
1503
|
+
if (O = n[b] || {}, S = O[i], I(S))
|
|
1504
1504
|
break;
|
|
1505
|
-
ft(e, i,
|
|
1505
|
+
ft(e, i, b, _, D), T = p;
|
|
1506
1506
|
}
|
|
1507
|
-
if (!I(S) || !h(
|
|
1507
|
+
if (!I(S) || !h(b))
|
|
1508
1508
|
return r ? Ve : i;
|
|
1509
|
-
let L = `${
|
|
1509
|
+
let L = `${b}__${i}`;
|
|
1510
1510
|
Me(m) || (L = `${L}__${JSON.stringify(m)}`);
|
|
1511
1511
|
let k = l.get(L);
|
|
1512
|
-
return k || (k = new Intl.NumberFormat(
|
|
1512
|
+
return k || (k = new Intl.NumberFormat(b, U({}, S, m)), l.set(L, k)), E ? k.formatToParts(c) : k.format(c);
|
|
1513
1513
|
}
|
|
1514
1514
|
const Dn = [
|
|
1515
1515
|
"localeMatcher",
|
|
@@ -1810,7 +1810,7 @@ function Fn(e = {}, t) {
|
|
|
1810
1810
|
), s = j(
|
|
1811
1811
|
n && o ? n.fallbackLocale.value : h(e.fallbackLocale) || P(e.fallbackLocale) || I(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : a.value
|
|
1812
1812
|
), l = j(wn(a.value, e)), i = j(I(e.datetimeFormats) ? e.datetimeFormats : { [a.value]: {} }), c = j(I(e.numberFormats) ? e.numberFormats : { [a.value]: {} });
|
|
1813
|
-
let f = n ? n.missingWarn : A(e.missingWarn) || Pe(e.missingWarn) ? e.missingWarn : !0, m = n ? n.fallbackWarn : A(e.fallbackWarn) || Pe(e.fallbackWarn) ? e.fallbackWarn : !0, _ = n ? n.fallbackRoot : A(e.fallbackRoot) ? e.fallbackRoot : !0, g = !!e.fallbackFormat, E = R(e.missing) ? e.missing : null, N = R(e.missing) ? Qt(e.missing) : null, v = R(e.postTranslation) ? e.postTranslation : null,
|
|
1813
|
+
let f = n ? n.missingWarn : A(e.missingWarn) || Pe(e.missingWarn) ? e.missingWarn : !0, m = n ? n.fallbackWarn : A(e.fallbackWarn) || Pe(e.fallbackWarn) ? e.fallbackWarn : !0, _ = n ? n.fallbackRoot : A(e.fallbackRoot) ? e.fallbackRoot : !0, g = !!e.fallbackFormat, E = R(e.missing) ? e.missing : null, N = R(e.missing) ? Qt(e.missing) : null, v = R(e.postTranslation) ? e.postTranslation : null, O = n ? n.warnHtmlMessage : A(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, b = !!e.escapeParameter;
|
|
1814
1814
|
const S = n ? n.modifiers : I(e.modifiers) ? e.modifiers : {};
|
|
1815
1815
|
let T = e.pluralRules || n && n.pluralRules, p;
|
|
1816
1816
|
p = (() => {
|
|
@@ -1828,8 +1828,8 @@ function Fn(e = {}, t) {
|
|
|
1828
1828
|
fallbackFormat: g,
|
|
1829
1829
|
unresolving: !0,
|
|
1830
1830
|
postTranslation: v === null ? void 0 : v,
|
|
1831
|
-
warnHtmlMessage:
|
|
1832
|
-
escapeParameter:
|
|
1831
|
+
warnHtmlMessage: O,
|
|
1832
|
+
escapeParameter: b,
|
|
1833
1833
|
messageResolver: e.messageResolver,
|
|
1834
1834
|
__meta: { framework: "vue" }
|
|
1835
1835
|
};
|
|
@@ -2069,16 +2069,16 @@ function Fn(e = {}, t) {
|
|
|
2069
2069
|
g = u, p.fallbackFormat = g;
|
|
2070
2070
|
},
|
|
2071
2071
|
get warnHtmlMessage() {
|
|
2072
|
-
return
|
|
2072
|
+
return O;
|
|
2073
2073
|
},
|
|
2074
2074
|
set warnHtmlMessage(u) {
|
|
2075
|
-
|
|
2075
|
+
O = u, p.warnHtmlMessage = u;
|
|
2076
2076
|
},
|
|
2077
2077
|
get escapeParameter() {
|
|
2078
|
-
return
|
|
2078
|
+
return b;
|
|
2079
2079
|
},
|
|
2080
2080
|
set escapeParameter(u) {
|
|
2081
|
-
|
|
2081
|
+
b = u, p.escapeParameter = u;
|
|
2082
2082
|
},
|
|
2083
2083
|
t: gt,
|
|
2084
2084
|
getLocaleMessage: pt,
|
|
@@ -2547,8 +2547,8 @@ function Ys(e = {}, t) {
|
|
|
2547
2547
|
throw K(C.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
|
|
2548
2548
|
const v = dn();
|
|
2549
2549
|
{
|
|
2550
|
-
const
|
|
2551
|
-
|
|
2550
|
+
const O = s;
|
|
2551
|
+
O[be] && O[be](v);
|
|
2552
2552
|
}
|
|
2553
2553
|
v.on("*", nt);
|
|
2554
2554
|
}
|