quasar-factory-lib 0.0.55 → 0.0.57
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/components/ConfirmedTask/ConfirmedTask.vue.d.ts +8 -0
- package/dist/pages/ConfirmedTaskPage.vue.d.ts +8 -0
- package/dist/quasar-factory-lib.js +487 -482
- package/dist/quasar-factory-lib.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ConfirmedTask/ConfirmedTask.vue +47 -44
- package/src/pages/ConfirmedTaskPage.vue +2 -1
|
@@ -9150,6 +9150,10 @@ const Ah = /* @__PURE__ */ st(yh, [["render", Oh]]), Dh = {
|
|
|
9150
9150
|
message: "",
|
|
9151
9151
|
class: ""
|
|
9152
9152
|
}
|
|
9153
|
+
},
|
|
9154
|
+
imgSrc: {
|
|
9155
|
+
type: String,
|
|
9156
|
+
required: !0
|
|
9153
9157
|
}
|
|
9154
9158
|
},
|
|
9155
9159
|
emits: ["repeatTask", "endTask"],
|
|
@@ -9163,8 +9167,8 @@ const Ah = /* @__PURE__ */ st(yh, [["render", Oh]]), Dh = {
|
|
|
9163
9167
|
},
|
|
9164
9168
|
mounted() {
|
|
9165
9169
|
}
|
|
9166
|
-
}), xh = { class: "" }, Lh = { style: { "text-align": "center" } }, Ph = { class: "
|
|
9167
|
-
function
|
|
9170
|
+
}), xh = { class: "" }, Lh = { style: { "text-align": "center" } }, Ph = { class: "q-mb-md" }, Nh = ["src"], Rh = { class: "counter" }, Mh = { class: "text-color-positive" }, Vh = { class: "text-color-almostBlack" }, Fh = { class: "msg-text" }, Bh = { class: "q-mb-md" };
|
|
9171
|
+
function $h(e, t, n, o, r, l) {
|
|
9168
9172
|
return se(), Ot("div", xh, [
|
|
9169
9173
|
X(Or, {
|
|
9170
9174
|
"data-cy": "task-confirmed-successfully",
|
|
@@ -9177,7 +9181,8 @@ function Fh(e, t, n, o, r, l) {
|
|
|
9177
9181
|
}, {
|
|
9178
9182
|
default: le(() => [
|
|
9179
9183
|
X(Ar, {
|
|
9180
|
-
class: wn(e.values.class)
|
|
9184
|
+
class: wn(e.values.class),
|
|
9185
|
+
id: "confirmed-task"
|
|
9181
9186
|
}, {
|
|
9182
9187
|
default: le(() => [
|
|
9183
9188
|
X(oa, {
|
|
@@ -9186,15 +9191,15 @@ function Fh(e, t, n, o, r, l) {
|
|
|
9186
9191
|
}, {
|
|
9187
9192
|
default: le(() => [
|
|
9188
9193
|
_e("div", Lh, [
|
|
9189
|
-
t[1] || (t[1] = _e("div", { class: "q-mb-md" }, [
|
|
9190
|
-
_e("img", { src: "src/assets/icons/Checked.svg" })
|
|
9191
|
-
], -1)),
|
|
9192
9194
|
_e("div", Ph, [
|
|
9193
|
-
_e("
|
|
9194
|
-
_e("span", Rh, "/" + wt(e.values.total), 1)
|
|
9195
|
+
_e("img", { src: e.imgSrc }, null, 8, Nh)
|
|
9195
9196
|
]),
|
|
9196
|
-
_e("div",
|
|
9197
|
-
_e("
|
|
9197
|
+
_e("div", Rh, [
|
|
9198
|
+
_e("span", Mh, wt(e.values.selected), 1),
|
|
9199
|
+
_e("span", Vh, "/" + wt(e.values.total), 1)
|
|
9200
|
+
]),
|
|
9201
|
+
_e("div", Fh, [
|
|
9202
|
+
_e("div", Bh, wt(e.values.message), 1),
|
|
9198
9203
|
_e("div", null, wt(e.$t("taskConfirmed.repeatTask")), 1)
|
|
9199
9204
|
])
|
|
9200
9205
|
])
|
|
@@ -9240,31 +9245,31 @@ function Fh(e, t, n, o, r, l) {
|
|
|
9240
9245
|
}, 8, ["modelValue"])
|
|
9241
9246
|
]);
|
|
9242
9247
|
}
|
|
9243
|
-
const
|
|
9248
|
+
const qh = /* @__PURE__ */ st(Ih, [["render", $h]]), Uh = {
|
|
9244
9249
|
install(e) {
|
|
9245
|
-
Bo(e, "ConfirmedTask",
|
|
9250
|
+
Bo(e, "ConfirmedTask", qh);
|
|
9246
9251
|
}
|
|
9247
9252
|
};
|
|
9248
|
-
var
|
|
9253
|
+
var Hh = Object.create, Ic = Object.defineProperty, zh = Object.getOwnPropertyDescriptor, aa = Object.getOwnPropertyNames, jh = Object.getPrototypeOf, Kh = Object.prototype.hasOwnProperty, Wh = (e, t) => function() {
|
|
9249
9254
|
return e && (t = (0, e[aa(e)[0]])(e = 0)), t;
|
|
9250
|
-
},
|
|
9255
|
+
}, Yh = (e, t) => function() {
|
|
9251
9256
|
return t || (0, e[aa(e)[0]])((t = { exports: {} }).exports, t), t.exports;
|
|
9252
|
-
},
|
|
9257
|
+
}, Gh = (e, t, n, o) => {
|
|
9253
9258
|
if (t && typeof t == "object" || typeof t == "function")
|
|
9254
9259
|
for (let r of aa(t))
|
|
9255
|
-
!
|
|
9260
|
+
!Kh.call(e, r) && r !== n && Ic(e, r, { get: () => t[r], enumerable: !(o = zh(t, r)) || o.enumerable });
|
|
9256
9261
|
return e;
|
|
9257
|
-
},
|
|
9262
|
+
}, Qh = (e, t, n) => (n = e != null ? Hh(jh(e)) : {}, Gh(
|
|
9258
9263
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
9259
9264
|
// file that has been converted to a CommonJS file using a Babel-
|
|
9260
9265
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
9261
9266
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
9262
9267
|
Ic(n, "default", { value: e, enumerable: !0 }),
|
|
9263
9268
|
e
|
|
9264
|
-
)), $o =
|
|
9269
|
+
)), $o = Wh({
|
|
9265
9270
|
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.1_@types+node@22.10.5__jiti@2.4.2_postcss@8.4.49_tsx_s7k37zks4wtn7x2grzma6lrsfa/node_modules/tsup/assets/esm_shims.js"() {
|
|
9266
9271
|
}
|
|
9267
|
-
}),
|
|
9272
|
+
}), Xh = Yh({
|
|
9268
9273
|
"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js"(e, t) {
|
|
9269
9274
|
$o(), t.exports = o;
|
|
9270
9275
|
function n(l) {
|
|
@@ -9393,14 +9398,14 @@ xc && (oe.self, oe.top);
|
|
|
9393
9398
|
var wi;
|
|
9394
9399
|
typeof navigator < "u" && ((wi = navigator.userAgent) == null || wi.toLowerCase().includes("electron"));
|
|
9395
9400
|
$o();
|
|
9396
|
-
var
|
|
9397
|
-
function
|
|
9401
|
+
var Zh = Qh(Xh()), Jh = /(?:^|[-_/])(\w)/g;
|
|
9402
|
+
function e_(e, t) {
|
|
9398
9403
|
return t ? t.toUpperCase() : "";
|
|
9399
9404
|
}
|
|
9400
|
-
function
|
|
9401
|
-
return e && `${e}`.replace(
|
|
9405
|
+
function t_(e) {
|
|
9406
|
+
return e && `${e}`.replace(Jh, e_);
|
|
9402
9407
|
}
|
|
9403
|
-
function
|
|
9408
|
+
function n_(e, t) {
|
|
9404
9409
|
let n = e.replace(/^[a-z]:/i, "").replace(/\\/g, "/");
|
|
9405
9410
|
n.endsWith(`index${t}`) && (n = n.replace(`/index${t}`, t));
|
|
9406
9411
|
const o = n.lastIndexOf("/"), r = n.substring(o + 1);
|
|
@@ -9409,15 +9414,15 @@ function e_(e, t) {
|
|
|
9409
9414
|
return r.substring(0, l);
|
|
9410
9415
|
}
|
|
9411
9416
|
}
|
|
9412
|
-
var ki = (0,
|
|
9413
|
-
const
|
|
9417
|
+
var ki = (0, Zh.default)({ circles: !0 });
|
|
9418
|
+
const o_ = {
|
|
9414
9419
|
trailing: !0
|
|
9415
9420
|
};
|
|
9416
9421
|
function Jn(e, t = 25, n = {}) {
|
|
9417
|
-
if (n = { ...
|
|
9422
|
+
if (n = { ...o_, ...n }, !Number.isFinite(t))
|
|
9418
9423
|
throw new TypeError("Expected `wait` to be a finite number");
|
|
9419
9424
|
let o, r, l = [], a, i;
|
|
9420
|
-
const s = (m, c) => (a =
|
|
9425
|
+
const s = (m, c) => (a = r_(e, m, c), a.finally(() => {
|
|
9421
9426
|
if (a = null, n.trailing && i && !r) {
|
|
9422
9427
|
const f = s(m, i);
|
|
9423
9428
|
return i = null, f;
|
|
@@ -9436,7 +9441,7 @@ function Jn(e, t = 25, n = {}) {
|
|
|
9436
9441
|
});
|
|
9437
9442
|
};
|
|
9438
9443
|
}
|
|
9439
|
-
async function
|
|
9444
|
+
async function r_(e, t, n) {
|
|
9440
9445
|
return await e.apply(t, n);
|
|
9441
9446
|
}
|
|
9442
9447
|
function Cl(e, t = {}, n) {
|
|
@@ -9446,15 +9451,15 @@ function Cl(e, t = {}, n) {
|
|
|
9446
9451
|
}
|
|
9447
9452
|
return t;
|
|
9448
9453
|
}
|
|
9449
|
-
const
|
|
9450
|
-
function
|
|
9454
|
+
const l_ = { run: (e) => e() }, a_ = () => l_, Lc = typeof console.createTask < "u" ? console.createTask : a_;
|
|
9455
|
+
function i_(e, t) {
|
|
9451
9456
|
const n = t.shift(), o = Lc(n);
|
|
9452
9457
|
return e.reduce(
|
|
9453
9458
|
(r, l) => r.then(() => o.run(() => l(...t))),
|
|
9454
9459
|
Promise.resolve()
|
|
9455
9460
|
);
|
|
9456
9461
|
}
|
|
9457
|
-
function
|
|
9462
|
+
function s_(e, t) {
|
|
9458
9463
|
const n = t.shift(), o = Lc(n);
|
|
9459
9464
|
return Promise.all(e.map((r) => o.run(() => r(...t))));
|
|
9460
9465
|
}
|
|
@@ -9462,7 +9467,7 @@ function ol(e, t) {
|
|
|
9462
9467
|
for (const n of [...e])
|
|
9463
9468
|
n(t);
|
|
9464
9469
|
}
|
|
9465
|
-
class
|
|
9470
|
+
class u_ {
|
|
9466
9471
|
constructor() {
|
|
9467
9472
|
this._hooks = {}, this._before = void 0, this._after = void 0, this._deprecatedMessages = void 0, this._deprecatedHooks = {}, this.hook = this.hook.bind(this), this.callHook = this.callHook.bind(this), this.callHookWith = this.callHookWith.bind(this);
|
|
9468
9473
|
}
|
|
@@ -9531,10 +9536,10 @@ class i_ {
|
|
|
9531
9536
|
delete this._hooks[t];
|
|
9532
9537
|
}
|
|
9533
9538
|
callHook(t, ...n) {
|
|
9534
|
-
return n.unshift(t), this.callHookWith(
|
|
9539
|
+
return n.unshift(t), this.callHookWith(i_, t, ...n);
|
|
9535
9540
|
}
|
|
9536
9541
|
callHookParallel(t, ...n) {
|
|
9537
|
-
return n.unshift(t), this.callHookWith(
|
|
9542
|
+
return n.unshift(t), this.callHookWith(s_, t, ...n);
|
|
9538
9543
|
}
|
|
9539
9544
|
callHookWith(t, n, ...o) {
|
|
9540
9545
|
const r = this._before || this._after ? { name: n, args: o, context: {} } : void 0;
|
|
@@ -9565,28 +9570,28 @@ class i_ {
|
|
|
9565
9570
|
}
|
|
9566
9571
|
}
|
|
9567
9572
|
function Pc() {
|
|
9568
|
-
return new
|
|
9573
|
+
return new u_();
|
|
9569
9574
|
}
|
|
9570
|
-
var
|
|
9575
|
+
var c_ = Object.create, Nc = Object.defineProperty, d_ = Object.getOwnPropertyDescriptor, ia = Object.getOwnPropertyNames, f_ = Object.getPrototypeOf, m_ = Object.prototype.hasOwnProperty, v_ = (e, t) => function() {
|
|
9571
9576
|
return e && (t = (0, e[ia(e)[0]])(e = 0)), t;
|
|
9572
9577
|
}, Rc = (e, t) => function() {
|
|
9573
9578
|
return t || (0, e[ia(e)[0]])((t = { exports: {} }).exports, t), t.exports;
|
|
9574
|
-
},
|
|
9579
|
+
}, g_ = (e, t, n, o) => {
|
|
9575
9580
|
if (t && typeof t == "object" || typeof t == "function")
|
|
9576
9581
|
for (let r of ia(t))
|
|
9577
|
-
!
|
|
9582
|
+
!m_.call(e, r) && r !== n && Nc(e, r, { get: () => t[r], enumerable: !(o = d_(t, r)) || o.enumerable });
|
|
9578
9583
|
return e;
|
|
9579
|
-
},
|
|
9584
|
+
}, h_ = (e, t, n) => (n = e != null ? c_(f_(e)) : {}, g_(
|
|
9580
9585
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
9581
9586
|
// file that has been converted to a CommonJS file using a Babel-
|
|
9582
9587
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
9583
9588
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
9584
9589
|
Nc(n, "default", { value: e, enumerable: !0 }),
|
|
9585
9590
|
e
|
|
9586
|
-
)), B =
|
|
9591
|
+
)), B = v_({
|
|
9587
9592
|
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.1_@types+node@22.10.5__jiti@2.4.2_postcss@8.4.49_tsx_s7k37zks4wtn7x2grzma6lrsfa/node_modules/tsup/assets/esm_shims.js"() {
|
|
9588
9593
|
}
|
|
9589
|
-
}),
|
|
9594
|
+
}), __ = Rc({
|
|
9590
9595
|
"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js"(e, t) {
|
|
9591
9596
|
B(), function(n) {
|
|
9592
9597
|
var o = {
|
|
@@ -10970,9 +10975,9 @@ var s_ = Object.create, Nc = Object.defineProperty, u_ = Object.getOwnPropertyDe
|
|
|
10970
10975
|
}
|
|
10971
10976
|
}(e);
|
|
10972
10977
|
}
|
|
10973
|
-
}),
|
|
10978
|
+
}), p_ = Rc({
|
|
10974
10979
|
"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js"(e, t) {
|
|
10975
|
-
B(), t.exports =
|
|
10980
|
+
B(), t.exports = __();
|
|
10976
10981
|
}
|
|
10977
10982
|
});
|
|
10978
10983
|
B();
|
|
@@ -10983,15 +10988,15 @@ B();
|
|
|
10983
10988
|
B();
|
|
10984
10989
|
B();
|
|
10985
10990
|
B();
|
|
10986
|
-
function
|
|
10991
|
+
function b_(e) {
|
|
10987
10992
|
var t;
|
|
10988
10993
|
const n = e.name || e._componentTag || e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__ || e.__name;
|
|
10989
10994
|
return n === "index" && ((t = e.__file) != null && t.endsWith("index.vue")) ? "" : n;
|
|
10990
10995
|
}
|
|
10991
|
-
function
|
|
10996
|
+
function y_(e) {
|
|
10992
10997
|
const t = e.__file;
|
|
10993
10998
|
if (t)
|
|
10994
|
-
return
|
|
10999
|
+
return t_(n_(t, ".vue"));
|
|
10995
11000
|
}
|
|
10996
11001
|
function Ti(e, t) {
|
|
10997
11002
|
return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__ = t, t;
|
|
@@ -11009,7 +11014,7 @@ function Mc(e) {
|
|
|
11009
11014
|
}
|
|
11010
11015
|
function Dr(e) {
|
|
11011
11016
|
var t, n, o;
|
|
11012
|
-
const r =
|
|
11017
|
+
const r = b_((e == null ? void 0 : e.type) || {});
|
|
11013
11018
|
if (r)
|
|
11014
11019
|
return r;
|
|
11015
11020
|
if ((e == null ? void 0 : e.root) === e)
|
|
@@ -11020,10 +11025,10 @@ function Dr(e) {
|
|
|
11020
11025
|
for (const a in (o = e.appContext) == null ? void 0 : o.components)
|
|
11021
11026
|
if (e.appContext.components[a] === (e == null ? void 0 : e.type))
|
|
11022
11027
|
return Ti(e, a);
|
|
11023
|
-
const l =
|
|
11028
|
+
const l = y_((e == null ? void 0 : e.type) || {});
|
|
11024
11029
|
return l || "Anonymous Component";
|
|
11025
11030
|
}
|
|
11026
|
-
function
|
|
11031
|
+
function E_(e) {
|
|
11027
11032
|
var t, n, o;
|
|
11028
11033
|
const r = (o = (n = (t = e == null ? void 0 : e.appContext) == null ? void 0 : t.app) == null ? void 0 : n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__) != null ? o : 0, l = e === (e == null ? void 0 : e.root) ? "root" : e.uid;
|
|
11029
11034
|
return `${r}:${l}`;
|
|
@@ -11031,7 +11036,7 @@ function b_(e) {
|
|
|
11031
11036
|
function wl(e, t) {
|
|
11032
11037
|
return t = t || `${e.id}:root`, e.instanceMap.get(t) || e.instanceMap.get(":root");
|
|
11033
11038
|
}
|
|
11034
|
-
function
|
|
11039
|
+
function S_() {
|
|
11035
11040
|
const e = {
|
|
11036
11041
|
top: 0,
|
|
11037
11042
|
bottom: 0,
|
|
@@ -11047,11 +11052,11 @@ function y_() {
|
|
|
11047
11052
|
return e;
|
|
11048
11053
|
}
|
|
11049
11054
|
var Zo;
|
|
11050
|
-
function
|
|
11055
|
+
function C_(e) {
|
|
11051
11056
|
return Zo || (Zo = document.createRange()), Zo.selectNode(e), Zo.getBoundingClientRect();
|
|
11052
11057
|
}
|
|
11053
|
-
function
|
|
11054
|
-
const t =
|
|
11058
|
+
function w_(e) {
|
|
11059
|
+
const t = S_();
|
|
11055
11060
|
if (!e.children)
|
|
11056
11061
|
return t;
|
|
11057
11062
|
for (let n = 0, o = e.children.length; n < o; n++) {
|
|
@@ -11061,13 +11066,13 @@ function S_(e) {
|
|
|
11061
11066
|
l = In(r.component);
|
|
11062
11067
|
else if (r.el) {
|
|
11063
11068
|
const a = r.el;
|
|
11064
|
-
a.nodeType === 1 || a.getBoundingClientRect ? l = a.getBoundingClientRect() : a.nodeType === 3 && a.data.trim() && (l =
|
|
11069
|
+
a.nodeType === 1 || a.getBoundingClientRect ? l = a.getBoundingClientRect() : a.nodeType === 3 && a.data.trim() && (l = C_(a));
|
|
11065
11070
|
}
|
|
11066
|
-
l &&
|
|
11071
|
+
l && k_(t, l);
|
|
11067
11072
|
}
|
|
11068
11073
|
return t;
|
|
11069
11074
|
}
|
|
11070
|
-
function
|
|
11075
|
+
function k_(e, t) {
|
|
11071
11076
|
return (!e.top || t.top < e.top) && (e.top = t.top), (!e.bottom || t.bottom > e.bottom) && (e.bottom = t.bottom), (!e.left || t.left < e.left) && (e.left = t.left), (!e.right || t.right > e.right) && (e.right = t.right), e;
|
|
11072
11077
|
}
|
|
11073
11078
|
var Oi = {
|
|
@@ -11080,13 +11085,13 @@ var Oi = {
|
|
|
11080
11085
|
};
|
|
11081
11086
|
function In(e) {
|
|
11082
11087
|
const t = e.subTree.el;
|
|
11083
|
-
return typeof window > "u" ? Oi : Mc(e) ?
|
|
11088
|
+
return typeof window > "u" ? Oi : Mc(e) ? w_(e.subTree) : (t == null ? void 0 : t.nodeType) === 1 ? t == null ? void 0 : t.getBoundingClientRect() : e.subTree.component ? In(e.subTree.component) : Oi;
|
|
11084
11089
|
}
|
|
11085
11090
|
B();
|
|
11086
11091
|
function ua(e) {
|
|
11087
|
-
return Mc(e) ?
|
|
11092
|
+
return Mc(e) ? T_(e.subTree) : e.subTree ? [e.subTree.el] : [];
|
|
11088
11093
|
}
|
|
11089
|
-
function
|
|
11094
|
+
function T_(e) {
|
|
11090
11095
|
if (!e.children)
|
|
11091
11096
|
return [];
|
|
11092
11097
|
const t = [];
|
|
@@ -11103,7 +11108,7 @@ var Vc = "__vue-devtools-component-inspector__", Fc = "__vue-devtools-component-
|
|
|
11103
11108
|
borderRadius: "5px",
|
|
11104
11109
|
transition: "all 0.1s ease-in",
|
|
11105
11110
|
pointerEvents: "none"
|
|
11106
|
-
},
|
|
11111
|
+
}, O_ = {
|
|
11107
11112
|
fontFamily: "Arial, Helvetica, sans-serif",
|
|
11108
11113
|
padding: "5px 8px",
|
|
11109
11114
|
borderRadius: "4px",
|
|
@@ -11116,7 +11121,7 @@ var Vc = "__vue-devtools-component-inspector__", Fc = "__vue-devtools-component-
|
|
|
11116
11121
|
lineHeight: "24px",
|
|
11117
11122
|
backgroundColor: "#42b883",
|
|
11118
11123
|
boxShadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"
|
|
11119
|
-
},
|
|
11124
|
+
}, A_ = {
|
|
11120
11125
|
display: "inline-block",
|
|
11121
11126
|
fontWeight: 400,
|
|
11122
11127
|
fontStyle: "normal",
|
|
@@ -11126,13 +11131,13 @@ var Vc = "__vue-devtools-component-inspector__", Fc = "__vue-devtools-component-
|
|
|
11126
11131
|
function ro() {
|
|
11127
11132
|
return document.getElementById(Vc);
|
|
11128
11133
|
}
|
|
11129
|
-
function
|
|
11134
|
+
function D_() {
|
|
11130
11135
|
return document.getElementById(Fc);
|
|
11131
11136
|
}
|
|
11132
|
-
function
|
|
11137
|
+
function I_() {
|
|
11133
11138
|
return document.getElementById($c);
|
|
11134
11139
|
}
|
|
11135
|
-
function
|
|
11140
|
+
function x_() {
|
|
11136
11141
|
return document.getElementById(Bc);
|
|
11137
11142
|
}
|
|
11138
11143
|
function ca(e) {
|
|
@@ -11153,16 +11158,16 @@ function da(e) {
|
|
|
11153
11158
|
});
|
|
11154
11159
|
const o = document.createElement("span");
|
|
11155
11160
|
o.id = Fc, Object.assign(o.style, {
|
|
11156
|
-
...
|
|
11161
|
+
...O_,
|
|
11157
11162
|
top: e.bounds.top < 35 ? 0 : "-35px"
|
|
11158
11163
|
});
|
|
11159
11164
|
const r = document.createElement("span");
|
|
11160
11165
|
r.id = Bc, r.innerHTML = `<${e.name}> `;
|
|
11161
11166
|
const l = document.createElement("i");
|
|
11162
|
-
return l.id = $c, l.innerHTML = `${Math.round(e.bounds.width * 100) / 100} x ${Math.round(e.bounds.height * 100) / 100}`, Object.assign(l.style,
|
|
11167
|
+
return l.id = $c, l.innerHTML = `${Math.round(e.bounds.width * 100) / 100} x ${Math.round(e.bounds.height * 100) / 100}`, Object.assign(l.style, A_), o.appendChild(r), o.appendChild(l), n.appendChild(o), document.body.appendChild(n), n;
|
|
11163
11168
|
}
|
|
11164
11169
|
function fa(e) {
|
|
11165
|
-
const t = ro(), n =
|
|
11170
|
+
const t = ro(), n = D_(), o = x_(), r = I_();
|
|
11166
11171
|
t && (Object.assign(t.style, {
|
|
11167
11172
|
...qc,
|
|
11168
11173
|
...ca(e.bounds)
|
|
@@ -11170,7 +11175,7 @@ function fa(e) {
|
|
|
11170
11175
|
top: e.bounds.top < 35 ? 0 : "-35px"
|
|
11171
11176
|
}), o.innerHTML = `<${e.name}> `, r.innerHTML = `${Math.round(e.bounds.width * 100) / 100} x ${Math.round(e.bounds.height * 100) / 100}`);
|
|
11172
11177
|
}
|
|
11173
|
-
function
|
|
11178
|
+
function L_(e) {
|
|
11174
11179
|
const t = In(e);
|
|
11175
11180
|
if (!t.width && !t.height)
|
|
11176
11181
|
return;
|
|
@@ -11192,20 +11197,20 @@ function Tl(e) {
|
|
|
11192
11197
|
}
|
|
11193
11198
|
}
|
|
11194
11199
|
}
|
|
11195
|
-
function
|
|
11200
|
+
function P_(e, t) {
|
|
11196
11201
|
if (e.preventDefault(), e.stopPropagation(), kl) {
|
|
11197
|
-
const n =
|
|
11202
|
+
const n = E_(kl);
|
|
11198
11203
|
t(n);
|
|
11199
11204
|
}
|
|
11200
11205
|
}
|
|
11201
11206
|
var yr = null;
|
|
11202
|
-
function
|
|
11207
|
+
function N_() {
|
|
11203
11208
|
Uc(), window.removeEventListener("mouseover", Tl), window.removeEventListener("click", yr, !0), yr = null;
|
|
11204
11209
|
}
|
|
11205
|
-
function
|
|
11210
|
+
function R_() {
|
|
11206
11211
|
return window.addEventListener("mouseover", Tl), new Promise((e) => {
|
|
11207
11212
|
function t(n) {
|
|
11208
|
-
n.preventDefault(), n.stopPropagation(),
|
|
11213
|
+
n.preventDefault(), n.stopPropagation(), P_(n, (o) => {
|
|
11209
11214
|
window.removeEventListener("click", t, !0), yr = null, window.removeEventListener("mouseover", Tl);
|
|
11210
11215
|
const r = ro();
|
|
11211
11216
|
r && (r.style.display = "none"), e(JSON.stringify({ id: o }));
|
|
@@ -11214,7 +11219,7 @@ function P_() {
|
|
|
11214
11219
|
yr = t, window.addEventListener("click", t, !0);
|
|
11215
11220
|
});
|
|
11216
11221
|
}
|
|
11217
|
-
function
|
|
11222
|
+
function M_(e) {
|
|
11218
11223
|
const t = wl(pt.value, e.id);
|
|
11219
11224
|
if (t) {
|
|
11220
11225
|
const [n] = ua(t);
|
|
@@ -11247,36 +11252,36 @@ function N_(e) {
|
|
|
11247
11252
|
B();
|
|
11248
11253
|
var Ai, Di;
|
|
11249
11254
|
(Di = (Ai = oe).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__) != null || (Ai.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__ = !0);
|
|
11250
|
-
function
|
|
11255
|
+
function V_(e) {
|
|
11251
11256
|
let t = 0;
|
|
11252
11257
|
const n = setInterval(() => {
|
|
11253
11258
|
oe.__VUE_INSPECTOR__ && (clearInterval(n), t += 30, e()), t >= /* 5s */
|
|
11254
11259
|
5e3 && clearInterval(n);
|
|
11255
11260
|
}, 30);
|
|
11256
11261
|
}
|
|
11257
|
-
function
|
|
11262
|
+
function F_() {
|
|
11258
11263
|
const e = oe.__VUE_INSPECTOR__, t = e.openInEditor;
|
|
11259
11264
|
e.openInEditor = async (...n) => {
|
|
11260
11265
|
e.disable(), t(...n);
|
|
11261
11266
|
};
|
|
11262
11267
|
}
|
|
11263
|
-
function
|
|
11268
|
+
function B_() {
|
|
11264
11269
|
return new Promise((e) => {
|
|
11265
11270
|
function t() {
|
|
11266
|
-
|
|
11271
|
+
F_(), e(oe.__VUE_INSPECTOR__);
|
|
11267
11272
|
}
|
|
11268
|
-
oe.__VUE_INSPECTOR__ ? t() :
|
|
11273
|
+
oe.__VUE_INSPECTOR__ ? t() : V_(() => {
|
|
11269
11274
|
t();
|
|
11270
11275
|
});
|
|
11271
11276
|
});
|
|
11272
11277
|
}
|
|
11273
11278
|
B();
|
|
11274
11279
|
B();
|
|
11275
|
-
function
|
|
11280
|
+
function $_(e) {
|
|
11276
11281
|
return !!(e && e.__v_isReadonly);
|
|
11277
11282
|
}
|
|
11278
11283
|
function Hc(e) {
|
|
11279
|
-
return
|
|
11284
|
+
return $_(e) ? Hc(e.__v_raw) : !!(e && e.__v_isReactive);
|
|
11280
11285
|
}
|
|
11281
11286
|
function rl(e) {
|
|
11282
11287
|
return !!(e && e.__v_isRef === !0);
|
|
@@ -11285,9 +11290,9 @@ function _o(e) {
|
|
|
11285
11290
|
const t = e && e.__v_raw;
|
|
11286
11291
|
return t ? _o(t) : e;
|
|
11287
11292
|
}
|
|
11288
|
-
var
|
|
11293
|
+
var q_ = class {
|
|
11289
11294
|
constructor() {
|
|
11290
|
-
this.refEditor = new
|
|
11295
|
+
this.refEditor = new U_();
|
|
11291
11296
|
}
|
|
11292
11297
|
set(e, t, n, o) {
|
|
11293
11298
|
const r = Array.isArray(t) ? t : t.split(".");
|
|
@@ -11323,7 +11328,7 @@ var B_ = class {
|
|
|
11323
11328
|
}
|
|
11324
11329
|
};
|
|
11325
11330
|
}
|
|
11326
|
-
},
|
|
11331
|
+
}, U_ = class {
|
|
11327
11332
|
set(e, t) {
|
|
11328
11333
|
if (rl(e))
|
|
11329
11334
|
e.value = t;
|
|
@@ -11356,8 +11361,8 @@ var B_ = class {
|
|
|
11356
11361
|
B();
|
|
11357
11362
|
B();
|
|
11358
11363
|
B();
|
|
11359
|
-
var
|
|
11360
|
-
function
|
|
11364
|
+
var H_ = "__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";
|
|
11365
|
+
function z_() {
|
|
11361
11366
|
if (!xc || typeof localStorage > "u" || localStorage === null)
|
|
11362
11367
|
return {
|
|
11363
11368
|
recordingState: !1,
|
|
@@ -11367,7 +11372,7 @@ function U_() {
|
|
|
11367
11372
|
performanceEventEnabled: !1,
|
|
11368
11373
|
selected: ""
|
|
11369
11374
|
};
|
|
11370
|
-
const e = localStorage.getItem(
|
|
11375
|
+
const e = localStorage.getItem(H_);
|
|
11371
11376
|
return e ? JSON.parse(e) : {
|
|
11372
11377
|
recordingState: !1,
|
|
11373
11378
|
mouseEventEnabled: !1,
|
|
@@ -11382,13 +11387,13 @@ B();
|
|
|
11382
11387
|
B();
|
|
11383
11388
|
var Ii, xi;
|
|
11384
11389
|
(xi = (Ii = oe).__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS) != null || (Ii.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS = []);
|
|
11385
|
-
var
|
|
11390
|
+
var j_ = new Proxy(oe.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS, {
|
|
11386
11391
|
get(e, t, n) {
|
|
11387
11392
|
return Reflect.get(e, t, n);
|
|
11388
11393
|
}
|
|
11389
11394
|
});
|
|
11390
|
-
function
|
|
11391
|
-
lt.timelineLayersState[t.id] = !1,
|
|
11395
|
+
function K_(e, t) {
|
|
11396
|
+
lt.timelineLayersState[t.id] = !1, j_.push({
|
|
11392
11397
|
...e,
|
|
11393
11398
|
descriptorId: t.id,
|
|
11394
11399
|
appRecord: sa(t.app)
|
|
@@ -11403,7 +11408,7 @@ var ma = new Proxy(oe.__VUE_DEVTOOLS_KIT_INSPECTOR__, {
|
|
|
11403
11408
|
}), zc = Jn(() => {
|
|
11404
11409
|
lo.hooks.callHook("sendInspectorToClient", jc());
|
|
11405
11410
|
});
|
|
11406
|
-
function
|
|
11411
|
+
function W_(e, t) {
|
|
11407
11412
|
var n, o;
|
|
11408
11413
|
ma.push({
|
|
11409
11414
|
options: e,
|
|
@@ -11433,10 +11438,10 @@ function jc() {
|
|
|
11433
11438
|
function rr(e, t) {
|
|
11434
11439
|
return ma.find((n) => n.options.id === e && (t ? n.descriptor.app === t : !0));
|
|
11435
11440
|
}
|
|
11436
|
-
function
|
|
11441
|
+
function Y_() {
|
|
11437
11442
|
const e = Pc();
|
|
11438
11443
|
e.hook("addInspector", ({ inspector: o, plugin: r }) => {
|
|
11439
|
-
|
|
11444
|
+
W_(o, r.descriptor);
|
|
11440
11445
|
});
|
|
11441
11446
|
const t = Jn(async ({ inspectorId: o, plugin: r }) => {
|
|
11442
11447
|
var l;
|
|
@@ -11504,7 +11509,7 @@ function K_() {
|
|
|
11504
11509
|
const a = rr(o, l.descriptor.app);
|
|
11505
11510
|
a && (a.selectedNodeId = r);
|
|
11506
11511
|
}), e.hook("timelineLayerAdded", ({ options: o, plugin: r }) => {
|
|
11507
|
-
|
|
11512
|
+
K_(o, r.descriptor);
|
|
11508
11513
|
}), e.hook("timelineEventAdded", ({ options: o, plugin: r }) => {
|
|
11509
11514
|
var l;
|
|
11510
11515
|
const a = ["performance", "component-event", "keyboard", "mouse"];
|
|
@@ -11523,7 +11528,7 @@ function K_() {
|
|
|
11523
11528
|
return [...r.instanceMap].filter(([i]) => i.split(":")[0] === l).map(([, i]) => i);
|
|
11524
11529
|
}), e.hook("getComponentBounds", async ({ instance: o }) => In(o)), e.hook("getComponentName", ({ instance: o }) => Dr(o)), e.hook("componentHighlight", ({ uid: o }) => {
|
|
11525
11530
|
const r = pt.value.instanceMap.get(o);
|
|
11526
|
-
r &&
|
|
11531
|
+
r && L_(r);
|
|
11527
11532
|
}), e.hook("componentUnhighlight", () => {
|
|
11528
11533
|
Uc();
|
|
11529
11534
|
}), e;
|
|
@@ -11539,7 +11544,7 @@ var $i, qi;
|
|
|
11539
11544
|
var Ui, Hi;
|
|
11540
11545
|
(Hi = (Ui = oe).__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__) != null || (Ui.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__ = []);
|
|
11541
11546
|
var Sn = "__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";
|
|
11542
|
-
function
|
|
11547
|
+
function G_() {
|
|
11543
11548
|
return {
|
|
11544
11549
|
connected: !1,
|
|
11545
11550
|
clientConnected: !1,
|
|
@@ -11551,12 +11556,12 @@ function W_() {
|
|
|
11551
11556
|
highPerfModeEnabled: !0,
|
|
11552
11557
|
devtoolsClientDetected: {},
|
|
11553
11558
|
perfUniqueGroupId: 0,
|
|
11554
|
-
timelineLayersState:
|
|
11559
|
+
timelineLayersState: z_()
|
|
11555
11560
|
};
|
|
11556
11561
|
}
|
|
11557
11562
|
var zi, ji;
|
|
11558
|
-
(ji = (zi = oe)[Sn]) != null || (zi[Sn] =
|
|
11559
|
-
var
|
|
11563
|
+
(ji = (zi = oe)[Sn]) != null || (zi[Sn] = G_());
|
|
11564
|
+
var Q_ = Jn((e) => {
|
|
11560
11565
|
lo.hooks.callHook("devtoolsStateUpdated", { state: e });
|
|
11561
11566
|
});
|
|
11562
11567
|
Jn((e, t) => {
|
|
@@ -11572,7 +11577,7 @@ var Ir = new Proxy(oe.__VUE_DEVTOOLS_KIT_APP_RECORDS__, {
|
|
|
11572
11577
|
}
|
|
11573
11578
|
});
|
|
11574
11579
|
function Kc() {
|
|
11575
|
-
|
|
11580
|
+
Q_({
|
|
11576
11581
|
...oe[Sn],
|
|
11577
11582
|
appRecords: Ir.value,
|
|
11578
11583
|
activeAppRecordId: pt.id,
|
|
@@ -11580,10 +11585,10 @@ function Kc() {
|
|
|
11580
11585
|
commands: oe.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__
|
|
11581
11586
|
});
|
|
11582
11587
|
}
|
|
11583
|
-
function
|
|
11588
|
+
function X_(e) {
|
|
11584
11589
|
oe.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__ = e, Kc();
|
|
11585
11590
|
}
|
|
11586
|
-
function
|
|
11591
|
+
function Z_(e) {
|
|
11587
11592
|
oe.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__ = e, Kc();
|
|
11588
11593
|
}
|
|
11589
11594
|
var lt = new Proxy(oe[Sn], {
|
|
@@ -11597,7 +11602,7 @@ var lt = new Proxy(oe[Sn], {
|
|
|
11597
11602
|
return { ...oe[Sn] }, e[t] = n, oe[Sn][t] = n, !0;
|
|
11598
11603
|
}
|
|
11599
11604
|
});
|
|
11600
|
-
function
|
|
11605
|
+
function J_(e = {}) {
|
|
11601
11606
|
var t, n, o;
|
|
11602
11607
|
const { file: r, host: l, baseUrl: a = window.location.origin, line: i = 0, column: s = 0 } = e;
|
|
11603
11608
|
if (r) {
|
|
@@ -11636,7 +11641,7 @@ function Ol(e) {
|
|
|
11636
11641
|
function ga(e) {
|
|
11637
11642
|
return `__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`;
|
|
11638
11643
|
}
|
|
11639
|
-
function
|
|
11644
|
+
function ep(e) {
|
|
11640
11645
|
var t, n, o;
|
|
11641
11646
|
const r = (n = (t = va.find((l) => {
|
|
11642
11647
|
var a;
|
|
@@ -11658,11 +11663,11 @@ function Wc(e, t) {
|
|
|
11658
11663
|
}
|
|
11659
11664
|
return Ol(t);
|
|
11660
11665
|
}
|
|
11661
|
-
function
|
|
11666
|
+
function tp(e, t) {
|
|
11662
11667
|
const n = ga(e);
|
|
11663
11668
|
localStorage.getItem(n) || localStorage.setItem(n, JSON.stringify(Ol(t)));
|
|
11664
11669
|
}
|
|
11665
|
-
function
|
|
11670
|
+
function np(e, t, n) {
|
|
11666
11671
|
const o = ga(e), r = localStorage.getItem(o), l = JSON.parse(r || "{}"), a = {
|
|
11667
11672
|
...l,
|
|
11668
11673
|
[t]: n
|
|
@@ -11692,7 +11697,7 @@ B();
|
|
|
11692
11697
|
B();
|
|
11693
11698
|
B();
|
|
11694
11699
|
B();
|
|
11695
|
-
var Yi, Gi, Ct = (Gi = (Yi = oe).__VUE_DEVTOOLS_HOOK) != null ? Gi : Yi.__VUE_DEVTOOLS_HOOK = Pc(),
|
|
11700
|
+
var Yi, Gi, Ct = (Gi = (Yi = oe).__VUE_DEVTOOLS_HOOK) != null ? Gi : Yi.__VUE_DEVTOOLS_HOOK = Pc(), op = {
|
|
11696
11701
|
vueAppInit(e) {
|
|
11697
11702
|
Ct.hook("app:init", e);
|
|
11698
11703
|
},
|
|
@@ -11724,11 +11729,11 @@ var Yi, Gi, Ct = (Gi = (Yi = oe).__VUE_DEVTOOLS_HOOK) != null ? Gi : Yi.__VUE_DE
|
|
|
11724
11729
|
return Ct.hook("perf:end", e);
|
|
11725
11730
|
}
|
|
11726
11731
|
}, Yc = {
|
|
11727
|
-
on:
|
|
11732
|
+
on: op,
|
|
11728
11733
|
setupDevToolsPlugin(e, t) {
|
|
11729
11734
|
return Ct.callHook("devtools-plugin:setup", e, t);
|
|
11730
11735
|
}
|
|
11731
|
-
},
|
|
11736
|
+
}, rp = class {
|
|
11732
11737
|
constructor({ plugin: e, ctx: t }) {
|
|
11733
11738
|
this.hooks = t.hooks, this.plugin = e;
|
|
11734
11739
|
}
|
|
@@ -11792,7 +11797,7 @@ var Yi, Gi, Ct = (Gi = (Yi = oe).__VUE_DEVTOOLS_HOOK) != null ? Gi : Yi.__VUE_DE
|
|
|
11792
11797
|
}
|
|
11793
11798
|
// custom inspector
|
|
11794
11799
|
addInspector(e) {
|
|
11795
|
-
this.hooks.callHook("addInspector", { inspector: e, plugin: this.plugin }), this.plugin.descriptor.settings &&
|
|
11800
|
+
this.hooks.callHook("addInspector", { inspector: e, plugin: this.plugin }), this.plugin.descriptor.settings && tp(e.id, this.plugin.descriptor.settings);
|
|
11796
11801
|
}
|
|
11797
11802
|
sendInspectorTree(e) {
|
|
11798
11803
|
lt.highPerfModeEnabled || this.hooks.callHook("sendInspectorTree", { inspectorId: e, plugin: this.plugin });
|
|
@@ -11840,21 +11845,21 @@ var Yi, Gi, Ct = (Gi = (Yi = oe).__VUE_DEVTOOLS_HOOK) != null ? Gi : Yi.__VUE_DE
|
|
|
11840
11845
|
/* COMPONENT_UNHIGHLIGHT */
|
|
11841
11846
|
);
|
|
11842
11847
|
}
|
|
11843
|
-
},
|
|
11848
|
+
}, lp = rp;
|
|
11844
11849
|
B();
|
|
11845
11850
|
B();
|
|
11846
11851
|
B();
|
|
11847
11852
|
B();
|
|
11848
|
-
var
|
|
11853
|
+
var ap = "__vue_devtool_undefined__", ip = "__vue_devtool_infinity__", sp = "__vue_devtool_negative_infinity__", up = "__vue_devtool_nan__";
|
|
11849
11854
|
B();
|
|
11850
11855
|
B();
|
|
11851
|
-
var
|
|
11852
|
-
[
|
|
11853
|
-
[
|
|
11854
|
-
[
|
|
11855
|
-
[
|
|
11856
|
+
var cp = {
|
|
11857
|
+
[ap]: "undefined",
|
|
11858
|
+
[up]: "NaN",
|
|
11859
|
+
[ip]: "Infinity",
|
|
11860
|
+
[sp]: "-Infinity"
|
|
11856
11861
|
};
|
|
11857
|
-
Object.entries(
|
|
11862
|
+
Object.entries(cp).reduce((e, [t, n]) => (e[n] = t, e), {});
|
|
11858
11863
|
B();
|
|
11859
11864
|
B();
|
|
11860
11865
|
B();
|
|
@@ -11865,11 +11870,11 @@ var Qi, Xi;
|
|
|
11865
11870
|
function Gc(e, t) {
|
|
11866
11871
|
return Yc.setupDevToolsPlugin(e, t);
|
|
11867
11872
|
}
|
|
11868
|
-
function
|
|
11873
|
+
function dp(e, t) {
|
|
11869
11874
|
const [n, o] = e;
|
|
11870
11875
|
if (n.app !== t)
|
|
11871
11876
|
return;
|
|
11872
|
-
const r = new
|
|
11877
|
+
const r = new lp({
|
|
11873
11878
|
plugin: {
|
|
11874
11879
|
setupFn: o,
|
|
11875
11880
|
descriptor: n
|
|
@@ -11882,7 +11887,7 @@ function up(e, t) {
|
|
|
11882
11887
|
}
|
|
11883
11888
|
function Qc(e, t) {
|
|
11884
11889
|
oe.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e) || lt.highPerfModeEnabled && !(t != null && t.inspectingComponent) || (oe.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e), va.forEach((n) => {
|
|
11885
|
-
|
|
11890
|
+
dp(n, e);
|
|
11886
11891
|
}));
|
|
11887
11892
|
}
|
|
11888
11893
|
B();
|
|
@@ -11905,7 +11910,7 @@ new Proxy(oe[ko], {
|
|
|
11905
11910
|
return oe[ko];
|
|
11906
11911
|
}
|
|
11907
11912
|
});
|
|
11908
|
-
function
|
|
11913
|
+
function fp(e) {
|
|
11909
11914
|
const t = /* @__PURE__ */ new Map();
|
|
11910
11915
|
return ((e == null ? void 0 : e.getRoutes()) || []).filter((n) => !t.has(n.path) && t.set(n.path, 1));
|
|
11911
11916
|
}
|
|
@@ -11920,7 +11925,7 @@ function ha(e) {
|
|
|
11920
11925
|
};
|
|
11921
11926
|
});
|
|
11922
11927
|
}
|
|
11923
|
-
function
|
|
11928
|
+
function mp(e) {
|
|
11924
11929
|
if (e) {
|
|
11925
11930
|
const { fullPath: t, hash: n, href: o, path: r, name: l, matched: a, params: i, query: s } = e;
|
|
11926
11931
|
return {
|
|
@@ -11936,10 +11941,10 @@ function dp(e) {
|
|
|
11936
11941
|
}
|
|
11937
11942
|
return e;
|
|
11938
11943
|
}
|
|
11939
|
-
function
|
|
11944
|
+
function vp(e, t) {
|
|
11940
11945
|
function n() {
|
|
11941
11946
|
var o;
|
|
11942
|
-
const r = (o = e.app) == null ? void 0 : o.config.globalProperties.$router, l =
|
|
11947
|
+
const r = (o = e.app) == null ? void 0 : o.config.globalProperties.$router, l = mp(r == null ? void 0 : r.currentRoute.value), a = ha(fp(r)), i = console.warn;
|
|
11943
11948
|
console.warn = () => {
|
|
11944
11949
|
}, oe[eo] = {
|
|
11945
11950
|
currentRoute: l ? ki(l) : {},
|
|
@@ -11951,7 +11956,7 @@ function fp(e, t) {
|
|
|
11951
11956
|
((o = t.value) == null ? void 0 : o.app) === e.app && (n(), !lt.highPerfModeEnabled && lo.hooks.callHook("routerInfoUpdated", { state: oe[eo] }));
|
|
11952
11957
|
}, 200));
|
|
11953
11958
|
}
|
|
11954
|
-
function
|
|
11959
|
+
function gp(e) {
|
|
11955
11960
|
return {
|
|
11956
11961
|
// get inspector tree
|
|
11957
11962
|
async getInspectorTree(t) {
|
|
@@ -11991,7 +11996,7 @@ function mp(e) {
|
|
|
11991
11996
|
},
|
|
11992
11997
|
// edit inspector state
|
|
11993
11998
|
editInspectorState(t) {
|
|
11994
|
-
const n = new
|
|
11999
|
+
const n = new q_(), o = {
|
|
11995
12000
|
...t,
|
|
11996
12001
|
app: pt.value.app,
|
|
11997
12002
|
set: (r, l = t.path, a = t.state.value, i) => {
|
|
@@ -12016,11 +12021,11 @@ function mp(e) {
|
|
|
12016
12021
|
},
|
|
12017
12022
|
// inspect component inspector
|
|
12018
12023
|
inspectComponentInspector() {
|
|
12019
|
-
return
|
|
12024
|
+
return R_();
|
|
12020
12025
|
},
|
|
12021
12026
|
// cancel inspect component inspector
|
|
12022
12027
|
cancelInspectComponentInspector() {
|
|
12023
|
-
return
|
|
12028
|
+
return N_();
|
|
12024
12029
|
},
|
|
12025
12030
|
// get component render code
|
|
12026
12031
|
getComponentRenderCode(t) {
|
|
@@ -12030,16 +12035,16 @@ function mp(e) {
|
|
|
12030
12035
|
},
|
|
12031
12036
|
// scroll to component
|
|
12032
12037
|
scrollToComponent(t) {
|
|
12033
|
-
return
|
|
12038
|
+
return M_({ id: t });
|
|
12034
12039
|
},
|
|
12035
12040
|
// open in editor
|
|
12036
|
-
openInEditor:
|
|
12041
|
+
openInEditor: J_,
|
|
12037
12042
|
// get vue inspector
|
|
12038
|
-
getVueInspector:
|
|
12043
|
+
getVueInspector: B_,
|
|
12039
12044
|
// toggle app
|
|
12040
12045
|
toggleApp(t, n) {
|
|
12041
12046
|
const o = Ir.value.find((r) => r.id === t);
|
|
12042
|
-
o && (
|
|
12047
|
+
o && (Z_(t), X_(o), vp(o, pt), zc(), Qc(o.app, n));
|
|
12043
12048
|
},
|
|
12044
12049
|
// inspect dom
|
|
12045
12050
|
inspectDOM(t) {
|
|
@@ -12050,11 +12055,11 @@ function mp(e) {
|
|
|
12050
12055
|
}
|
|
12051
12056
|
},
|
|
12052
12057
|
updatePluginSettings(t, n, o) {
|
|
12053
|
-
|
|
12058
|
+
np(t, n, o);
|
|
12054
12059
|
},
|
|
12055
12060
|
getPluginSettings(t) {
|
|
12056
12061
|
return {
|
|
12057
|
-
options:
|
|
12062
|
+
options: ep(t),
|
|
12058
12063
|
values: Wc(t)
|
|
12059
12064
|
};
|
|
12060
12065
|
}
|
|
@@ -12065,7 +12070,7 @@ var ns, os;
|
|
|
12065
12070
|
(os = (ns = oe).__VUE_DEVTOOLS_ENV__) != null || (ns.__VUE_DEVTOOLS_ENV__ = {
|
|
12066
12071
|
vitePluginDetected: !1
|
|
12067
12072
|
});
|
|
12068
|
-
var rs =
|
|
12073
|
+
var rs = Y_(), ls, as;
|
|
12069
12074
|
(as = (ls = oe).__VUE_DEVTOOLS_KIT_CONTEXT__) != null || (ls.__VUE_DEVTOOLS_KIT_CONTEXT__ = {
|
|
12070
12075
|
hooks: rs,
|
|
12071
12076
|
get state() {
|
|
@@ -12076,33 +12081,33 @@ var rs = K_(), ls, as;
|
|
|
12076
12081
|
appRecords: Ir.value
|
|
12077
12082
|
};
|
|
12078
12083
|
},
|
|
12079
|
-
api:
|
|
12084
|
+
api: gp(rs)
|
|
12080
12085
|
});
|
|
12081
12086
|
var lo = oe.__VUE_DEVTOOLS_KIT_CONTEXT__;
|
|
12082
12087
|
B();
|
|
12083
|
-
|
|
12088
|
+
h_(p_());
|
|
12084
12089
|
var is, ss;
|
|
12085
12090
|
(ss = (is = oe).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__) != null || (is.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__ = {
|
|
12086
12091
|
id: 0,
|
|
12087
12092
|
appIds: /* @__PURE__ */ new Set()
|
|
12088
12093
|
});
|
|
12089
12094
|
B();
|
|
12090
|
-
function
|
|
12095
|
+
function hp(e) {
|
|
12091
12096
|
lt.highPerfModeEnabled = e ?? !lt.highPerfModeEnabled, !e && pt.value && Qc(pt.value.app);
|
|
12092
12097
|
}
|
|
12093
12098
|
B();
|
|
12094
12099
|
B();
|
|
12095
12100
|
B();
|
|
12096
|
-
function
|
|
12101
|
+
function _p(e) {
|
|
12097
12102
|
lt.devtoolsClientDetected = {
|
|
12098
12103
|
...lt.devtoolsClientDetected,
|
|
12099
12104
|
...e
|
|
12100
12105
|
};
|
|
12101
12106
|
const t = Object.values(lt.devtoolsClientDetected).some(Boolean);
|
|
12102
|
-
|
|
12107
|
+
hp(!t);
|
|
12103
12108
|
}
|
|
12104
12109
|
var us, cs;
|
|
12105
|
-
(cs = (us = oe).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__) != null || (us.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__ =
|
|
12110
|
+
(cs = (us = oe).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__) != null || (us.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__ = _p);
|
|
12106
12111
|
B();
|
|
12107
12112
|
B();
|
|
12108
12113
|
B();
|
|
@@ -12110,7 +12115,7 @@ B();
|
|
|
12110
12115
|
B();
|
|
12111
12116
|
B();
|
|
12112
12117
|
B();
|
|
12113
|
-
var
|
|
12118
|
+
var pp = class {
|
|
12114
12119
|
constructor() {
|
|
12115
12120
|
this.keyToValue = /* @__PURE__ */ new Map(), this.valueToKey = /* @__PURE__ */ new Map();
|
|
12116
12121
|
}
|
|
@@ -12128,7 +12133,7 @@ var hp = class {
|
|
|
12128
12133
|
}
|
|
12129
12134
|
}, Xc = class {
|
|
12130
12135
|
constructor(e) {
|
|
12131
|
-
this.generateIdentifier = e, this.kv = new
|
|
12136
|
+
this.generateIdentifier = e, this.kv = new pp();
|
|
12132
12137
|
}
|
|
12133
12138
|
register(e, t) {
|
|
12134
12139
|
this.kv.getByValue(e) || (t || (t = this.generateIdentifier(e)), this.kv.set(t, e));
|
|
@@ -12142,7 +12147,7 @@ var hp = class {
|
|
|
12142
12147
|
getValue(e) {
|
|
12143
12148
|
return this.kv.getByKey(e);
|
|
12144
12149
|
}
|
|
12145
|
-
},
|
|
12150
|
+
}, bp = class extends Xc {
|
|
12146
12151
|
constructor() {
|
|
12147
12152
|
super((e) => e.name), this.classToAllowedProps = /* @__PURE__ */ new Map();
|
|
12148
12153
|
}
|
|
@@ -12155,7 +12160,7 @@ var hp = class {
|
|
|
12155
12160
|
};
|
|
12156
12161
|
B();
|
|
12157
12162
|
B();
|
|
12158
|
-
function
|
|
12163
|
+
function yp(e) {
|
|
12159
12164
|
if ("values" in Object)
|
|
12160
12165
|
return Object.values(e);
|
|
12161
12166
|
const t = [];
|
|
@@ -12163,8 +12168,8 @@ function pp(e) {
|
|
|
12163
12168
|
e.hasOwnProperty(n) && t.push(e[n]);
|
|
12164
12169
|
return t;
|
|
12165
12170
|
}
|
|
12166
|
-
function
|
|
12167
|
-
const n =
|
|
12171
|
+
function Ep(e, t) {
|
|
12172
|
+
const n = yp(e);
|
|
12168
12173
|
if ("find" in n)
|
|
12169
12174
|
return n.find(t);
|
|
12170
12175
|
const o = n;
|
|
@@ -12187,7 +12192,7 @@ function ds(e, t) {
|
|
|
12187
12192
|
return o;
|
|
12188
12193
|
}
|
|
12189
12194
|
}
|
|
12190
|
-
var
|
|
12195
|
+
var Sp = class {
|
|
12191
12196
|
constructor() {
|
|
12192
12197
|
this.transfomers = {};
|
|
12193
12198
|
}
|
|
@@ -12195,7 +12200,7 @@ var yp = class {
|
|
|
12195
12200
|
this.transfomers[e.name] = e;
|
|
12196
12201
|
}
|
|
12197
12202
|
findApplicable(e) {
|
|
12198
|
-
return
|
|
12203
|
+
return Ep(this.transfomers, (t) => t.isApplicable(e));
|
|
12199
12204
|
}
|
|
12200
12205
|
findByName(e) {
|
|
12201
12206
|
return this.transfomers[e];
|
|
@@ -12203,7 +12208,7 @@ var yp = class {
|
|
|
12203
12208
|
};
|
|
12204
12209
|
B();
|
|
12205
12210
|
B();
|
|
12206
|
-
var
|
|
12211
|
+
var Cp = (e) => Object.prototype.toString.call(e).slice(8, -1), Zc = (e) => typeof e > "u", wp = (e) => e === null, To = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, Al = (e) => To(e) && Object.keys(e).length === 0, fn = (e) => Array.isArray(e), kp = (e) => typeof e == "string", Tp = (e) => typeof e == "number" && !isNaN(e), Op = (e) => typeof e == "boolean", Ap = (e) => e instanceof RegExp, Oo = (e) => e instanceof Map, Ao = (e) => e instanceof Set, Jc = (e) => Cp(e) === "Symbol", Dp = (e) => e instanceof Date && !isNaN(e.valueOf()), Ip = (e) => e instanceof Error, fs = (e) => typeof e == "number" && isNaN(e), xp = (e) => Op(e) || wp(e) || Zc(e) || Tp(e) || kp(e) || Jc(e), Lp = (e) => typeof e == "bigint", Pp = (e) => e === 1 / 0 || e === -1 / 0, Np = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), Rp = (e) => e instanceof URL;
|
|
12207
12212
|
B();
|
|
12208
12213
|
var ed = (e) => e.replace(/\./g, "\\."), ll = (e) => e.map(String).map(ed).join("."), yo = (e) => {
|
|
12209
12214
|
const t = [];
|
|
@@ -12235,9 +12240,9 @@ function Ht(e, t, n, o) {
|
|
|
12235
12240
|
var td = [
|
|
12236
12241
|
Ht(Zc, "undefined", () => null, () => {
|
|
12237
12242
|
}),
|
|
12238
|
-
Ht(
|
|
12239
|
-
Ht(
|
|
12240
|
-
Ht(
|
|
12243
|
+
Ht(Lp, "bigint", (e) => e.toString(), (e) => typeof BigInt < "u" ? BigInt(e) : (console.error("Please add a BigInt polyfill."), e)),
|
|
12244
|
+
Ht(Dp, "Date", (e) => e.toISOString(), (e) => new Date(e)),
|
|
12245
|
+
Ht(Ip, "Error", (e, t) => {
|
|
12241
12246
|
const n = {
|
|
12242
12247
|
name: e.name,
|
|
12243
12248
|
message: e.message
|
|
@@ -12251,7 +12256,7 @@ var td = [
|
|
|
12251
12256
|
n[o] = e[o];
|
|
12252
12257
|
}), n;
|
|
12253
12258
|
}),
|
|
12254
|
-
Ht(
|
|
12259
|
+
Ht(Ap, "regexp", (e) => "" + e, (e) => {
|
|
12255
12260
|
const t = e.slice(1, e.lastIndexOf("/")), n = e.slice(e.lastIndexOf("/") + 1);
|
|
12256
12261
|
return new RegExp(t, n);
|
|
12257
12262
|
}),
|
|
@@ -12264,9 +12269,9 @@ var td = [
|
|
|
12264
12269
|
(e) => new Set(e)
|
|
12265
12270
|
),
|
|
12266
12271
|
Ht(Oo, "map", (e) => [...e.entries()], (e) => new Map(e)),
|
|
12267
|
-
Ht((e) => fs(e) ||
|
|
12272
|
+
Ht((e) => fs(e) || Pp(e), "number", (e) => fs(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
|
|
12268
12273
|
Ht((e) => e === 0 && 1 / e === -1 / 0, "number", () => "-0", Number),
|
|
12269
|
-
Ht(
|
|
12274
|
+
Ht(Rp, "URL", (e) => e.toString(), (e) => new URL(e))
|
|
12270
12275
|
];
|
|
12271
12276
|
function xr(e, t, n, o) {
|
|
12272
12277
|
return {
|
|
@@ -12281,7 +12286,7 @@ var nd = xr((e, t) => Jc(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
|
|
|
12281
12286
|
if (!o)
|
|
12282
12287
|
throw new Error("Trying to deserialize unknown symbol");
|
|
12283
12288
|
return o;
|
|
12284
|
-
}),
|
|
12289
|
+
}), Mp = [
|
|
12285
12290
|
Int8Array,
|
|
12286
12291
|
Uint8Array,
|
|
12287
12292
|
Int16Array,
|
|
@@ -12291,8 +12296,8 @@ var nd = xr((e, t) => Jc(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
|
|
|
12291
12296
|
Float32Array,
|
|
12292
12297
|
Float64Array,
|
|
12293
12298
|
Uint8ClampedArray
|
|
12294
|
-
].reduce((e, t) => (e[t.name] = t, e), {}), od = xr(
|
|
12295
|
-
const n =
|
|
12299
|
+
].reduce((e, t) => (e[t.name] = t, e), {}), od = xr(Np, (e) => ["typed-array", e.constructor.name], (e) => [...e], (e, t) => {
|
|
12300
|
+
const n = Mp[t[1]];
|
|
12296
12301
|
if (!n)
|
|
12297
12302
|
throw new Error("Trying to deserialize unknown typed array");
|
|
12298
12303
|
return new n(e);
|
|
@@ -12318,8 +12323,8 @@ var ld = xr(rd, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
|
|
|
12318
12323
|
if (!o)
|
|
12319
12324
|
throw new Error("Trying to deserialize unknown custom value");
|
|
12320
12325
|
return o.deserialize(e);
|
|
12321
|
-
}),
|
|
12322
|
-
const n = ds(
|
|
12326
|
+
}), Vp = [ld, nd, ad, od], ms = (e, t) => {
|
|
12327
|
+
const n = ds(Vp, (r) => r.isApplicable(e, t));
|
|
12323
12328
|
if (n)
|
|
12324
12329
|
return {
|
|
12325
12330
|
value: n.transform(e, t),
|
|
@@ -12335,7 +12340,7 @@ var ld = xr(rd, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
|
|
|
12335
12340
|
td.forEach((e) => {
|
|
12336
12341
|
id[e.annotation] = e;
|
|
12337
12342
|
});
|
|
12338
|
-
var
|
|
12343
|
+
var Fp = (e, t, n) => {
|
|
12339
12344
|
if (fn(t))
|
|
12340
12345
|
switch (t[0]) {
|
|
12341
12346
|
case "symbol":
|
|
@@ -12373,7 +12378,7 @@ function sd(e) {
|
|
|
12373
12378
|
if (lr(e, "constructor"))
|
|
12374
12379
|
throw new Error("constructor is not allowed as a property");
|
|
12375
12380
|
}
|
|
12376
|
-
var
|
|
12381
|
+
var Bp = (e, t) => {
|
|
12377
12382
|
sd(t);
|
|
12378
12383
|
for (let n = 0; n < t.length; n++) {
|
|
12379
12384
|
const o = t[n];
|
|
@@ -12454,14 +12459,14 @@ function Il(e, t, n = []) {
|
|
|
12454
12459
|
Il(l, t, [...n, ...yo(a)]);
|
|
12455
12460
|
}), t(o, n);
|
|
12456
12461
|
}
|
|
12457
|
-
function
|
|
12462
|
+
function $p(e, t, n) {
|
|
12458
12463
|
return Il(t, (o, r) => {
|
|
12459
|
-
e = Dl(e, r, (l) =>
|
|
12464
|
+
e = Dl(e, r, (l) => Fp(l, o, n));
|
|
12460
12465
|
}), e;
|
|
12461
12466
|
}
|
|
12462
|
-
function
|
|
12467
|
+
function qp(e, t) {
|
|
12463
12468
|
function n(o, r) {
|
|
12464
|
-
const l =
|
|
12469
|
+
const l = Bp(e, yo(r));
|
|
12465
12470
|
o.map(yo).forEach((a) => {
|
|
12466
12471
|
e = Dl(e, a, () => l);
|
|
12467
12472
|
});
|
|
@@ -12475,12 +12480,12 @@ function Bp(e, t) {
|
|
|
12475
12480
|
to(t, n);
|
|
12476
12481
|
return e;
|
|
12477
12482
|
}
|
|
12478
|
-
var
|
|
12479
|
-
function
|
|
12483
|
+
var Up = (e, t) => To(e) || fn(e) || Oo(e) || Ao(e) || rd(e, t);
|
|
12484
|
+
function Hp(e, t, n) {
|
|
12480
12485
|
const o = n.get(e);
|
|
12481
12486
|
o ? o.push(t) : n.set(e, [t]);
|
|
12482
12487
|
}
|
|
12483
|
-
function
|
|
12488
|
+
function zp(e, t) {
|
|
12484
12489
|
const n = {};
|
|
12485
12490
|
let o;
|
|
12486
12491
|
return e.forEach((r) => {
|
|
@@ -12493,16 +12498,16 @@ function Up(e, t) {
|
|
|
12493
12498
|
}
|
|
12494
12499
|
var ud = (e, t, n, o, r = [], l = [], a = /* @__PURE__ */ new Map()) => {
|
|
12495
12500
|
var i;
|
|
12496
|
-
const s =
|
|
12501
|
+
const s = xp(e);
|
|
12497
12502
|
if (!s) {
|
|
12498
|
-
|
|
12503
|
+
Hp(e, r, t);
|
|
12499
12504
|
const g = a.get(e);
|
|
12500
12505
|
if (g)
|
|
12501
12506
|
return o ? {
|
|
12502
12507
|
transformedValue: null
|
|
12503
12508
|
} : g;
|
|
12504
12509
|
}
|
|
12505
|
-
if (
|
|
12510
|
+
if (!Up(e, n)) {
|
|
12506
12511
|
const g = ms(e, n), p = g ? {
|
|
12507
12512
|
transformedValue: g.value,
|
|
12508
12513
|
annotations: [g.type]
|
|
@@ -12541,13 +12546,13 @@ function cd(e) {
|
|
|
12541
12546
|
function vs(e) {
|
|
12542
12547
|
return cd(e) === "Array";
|
|
12543
12548
|
}
|
|
12544
|
-
function
|
|
12549
|
+
function jp(e) {
|
|
12545
12550
|
if (cd(e) !== "Object")
|
|
12546
12551
|
return !1;
|
|
12547
12552
|
const t = Object.getPrototypeOf(e);
|
|
12548
12553
|
return !!t && t.constructor === Object && t === Object.prototype;
|
|
12549
12554
|
}
|
|
12550
|
-
function
|
|
12555
|
+
function Kp(e, t, n, o, r) {
|
|
12551
12556
|
const l = {}.propertyIsEnumerable.call(o, t) ? "enumerable" : "nonenumerable";
|
|
12552
12557
|
l === "enumerable" && (e[t] = n), r && l === "nonenumerable" && Object.defineProperty(e, t, {
|
|
12553
12558
|
value: n,
|
|
@@ -12559,14 +12564,14 @@ function zp(e, t, n, o, r) {
|
|
|
12559
12564
|
function xl(e, t = {}) {
|
|
12560
12565
|
if (vs(e))
|
|
12561
12566
|
return e.map((r) => xl(r, t));
|
|
12562
|
-
if (!
|
|
12567
|
+
if (!jp(e))
|
|
12563
12568
|
return e;
|
|
12564
12569
|
const n = Object.getOwnPropertyNames(e), o = Object.getOwnPropertySymbols(e);
|
|
12565
12570
|
return [...n, ...o].reduce((r, l) => {
|
|
12566
12571
|
if (vs(t.props) && !t.props.includes(l))
|
|
12567
12572
|
return r;
|
|
12568
12573
|
const a = e[l], i = xl(a, t);
|
|
12569
|
-
return
|
|
12574
|
+
return Kp(r, l, i, e, t.nonenumerable), r;
|
|
12570
12575
|
}, {});
|
|
12571
12576
|
}
|
|
12572
12577
|
var Ve = class {
|
|
@@ -12574,10 +12579,10 @@ var Ve = class {
|
|
|
12574
12579
|
* @param dedupeReferentialEqualities If true, SuperJSON will make sure only one instance of referentially equal objects are serialized and the rest are replaced with `null`.
|
|
12575
12580
|
*/
|
|
12576
12581
|
constructor({ dedupe: e = !1 } = {}) {
|
|
12577
|
-
this.classRegistry = new
|
|
12582
|
+
this.classRegistry = new bp(), this.symbolRegistry = new Xc((t) => {
|
|
12578
12583
|
var n;
|
|
12579
12584
|
return (n = t.description) != null ? n : "";
|
|
12580
|
-
}), this.customTransformerRegistry = new
|
|
12585
|
+
}), this.customTransformerRegistry = new Sp(), this.allowedErrorProps = [], this.dedupe = e;
|
|
12581
12586
|
}
|
|
12582
12587
|
serialize(e) {
|
|
12583
12588
|
const t = /* @__PURE__ */ new Map(), n = ud(e, t, this, this.dedupe), o = {
|
|
@@ -12587,7 +12592,7 @@ var Ve = class {
|
|
|
12587
12592
|
...o.meta,
|
|
12588
12593
|
values: n.annotations
|
|
12589
12594
|
});
|
|
12590
|
-
const r =
|
|
12595
|
+
const r = zp(t, this.dedupe);
|
|
12591
12596
|
return r && (o.meta = {
|
|
12592
12597
|
...o.meta,
|
|
12593
12598
|
referentialEqualities: r
|
|
@@ -12596,7 +12601,7 @@ var Ve = class {
|
|
|
12596
12601
|
deserialize(e) {
|
|
12597
12602
|
const { json: t, meta: n } = e;
|
|
12598
12603
|
let o = xl(t);
|
|
12599
|
-
return n != null && n.values && (o =
|
|
12604
|
+
return n != null && n.values && (o = $p(o, n.values, this)), n != null && n.referentialEqualities && (o = qp(o, n.referentialEqualities)), o;
|
|
12600
12605
|
}
|
|
12601
12606
|
stringify(e) {
|
|
12602
12607
|
return JSON.stringify(this.serialize(e));
|
|
@@ -12676,7 +12681,7 @@ B();
|
|
|
12676
12681
|
* (c) 2025 Eduardo San Martin Morote
|
|
12677
12682
|
* @license MIT
|
|
12678
12683
|
*/
|
|
12679
|
-
const
|
|
12684
|
+
const Wp = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
|
|
12680
12685
|
/* istanbul ignore next */
|
|
12681
12686
|
Symbol()
|
|
12682
12687
|
);
|
|
@@ -12685,7 +12690,7 @@ var An;
|
|
|
12685
12690
|
e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
|
|
12686
12691
|
})(An || (An = {}));
|
|
12687
12692
|
const Ll = typeof window < "u", Os = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
|
|
12688
|
-
function
|
|
12693
|
+
function Yp(e, { autoBom: t = !1 } = {}) {
|
|
12689
12694
|
return t && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
|
|
12690
12695
|
}
|
|
12691
12696
|
function _a(e, t, n) {
|
|
@@ -12715,16 +12720,16 @@ function ar(e) {
|
|
|
12715
12720
|
}
|
|
12716
12721
|
const ir = typeof navigator == "object" ? navigator : { userAgent: "" }, fd = /Macintosh/.test(ir.userAgent) && /AppleWebKit/.test(ir.userAgent) && !/Safari/.test(ir.userAgent), md = Ll ? (
|
|
12717
12722
|
// Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program
|
|
12718
|
-
typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !fd ?
|
|
12723
|
+
typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !fd ? Gp : (
|
|
12719
12724
|
// Use msSaveOrOpenBlob as a second approach
|
|
12720
|
-
"msSaveOrOpenBlob" in ir ?
|
|
12725
|
+
"msSaveOrOpenBlob" in ir ? Qp : (
|
|
12721
12726
|
// Fallback to using FileReader and a popup
|
|
12722
|
-
|
|
12727
|
+
Xp
|
|
12723
12728
|
)
|
|
12724
12729
|
)
|
|
12725
12730
|
) : () => {
|
|
12726
12731
|
};
|
|
12727
|
-
function
|
|
12732
|
+
function Gp(e, t = "download", n) {
|
|
12728
12733
|
const o = document.createElement("a");
|
|
12729
12734
|
o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin !== location.origin ? dd(o.href) ? _a(e, t, n) : (o.target = "_blank", ar(o)) : ar(o)) : (o.href = URL.createObjectURL(e), setTimeout(function() {
|
|
12730
12735
|
URL.revokeObjectURL(o.href);
|
|
@@ -12732,7 +12737,7 @@ function Wp(e, t = "download", n) {
|
|
|
12732
12737
|
ar(o);
|
|
12733
12738
|
}, 0));
|
|
12734
12739
|
}
|
|
12735
|
-
function
|
|
12740
|
+
function Qp(e, t = "download", n) {
|
|
12736
12741
|
if (typeof e == "string")
|
|
12737
12742
|
if (dd(e))
|
|
12738
12743
|
_a(e, t, n);
|
|
@@ -12743,9 +12748,9 @@ function Yp(e, t = "download", n) {
|
|
|
12743
12748
|
});
|
|
12744
12749
|
}
|
|
12745
12750
|
else
|
|
12746
|
-
navigator.msSaveOrOpenBlob(
|
|
12751
|
+
navigator.msSaveOrOpenBlob(Yp(e, n), t);
|
|
12747
12752
|
}
|
|
12748
|
-
function
|
|
12753
|
+
function Xp(e, t, n, o) {
|
|
12749
12754
|
if (o = o || open("", "_blank"), o && (o.document.title = o.document.body.innerText = "downloading..."), typeof e == "string")
|
|
12750
12755
|
return _a(e, t, n);
|
|
12751
12756
|
const r = e.type === "application/octet-stream", l = /constructor/i.test(String(Os.HTMLElement)) || "safari" in Os, a = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
@@ -12778,7 +12783,7 @@ function vd() {
|
|
|
12778
12783
|
function gd(e) {
|
|
12779
12784
|
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (it('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
|
|
12780
12785
|
}
|
|
12781
|
-
async function
|
|
12786
|
+
async function Zp(e) {
|
|
12782
12787
|
if (!vd())
|
|
12783
12788
|
try {
|
|
12784
12789
|
await navigator.clipboard.writeText(JSON.stringify(e.state.value)), it("Global state copied to clipboard.");
|
|
@@ -12788,7 +12793,7 @@ async function Qp(e) {
|
|
|
12788
12793
|
it("Failed to serialize the state. Check the console for more details.", "error"), console.error(t);
|
|
12789
12794
|
}
|
|
12790
12795
|
}
|
|
12791
|
-
async function
|
|
12796
|
+
async function Jp(e) {
|
|
12792
12797
|
if (!vd())
|
|
12793
12798
|
try {
|
|
12794
12799
|
hd(e, JSON.parse(await navigator.clipboard.readText())), it("Global state pasted from clipboard.");
|
|
@@ -12798,7 +12803,7 @@ async function Xp(e) {
|
|
|
12798
12803
|
it("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(t);
|
|
12799
12804
|
}
|
|
12800
12805
|
}
|
|
12801
|
-
async function
|
|
12806
|
+
async function e0(e) {
|
|
12802
12807
|
try {
|
|
12803
12808
|
md(new Blob([JSON.stringify(e.state.value)], {
|
|
12804
12809
|
type: "text/plain;charset=utf-8"
|
|
@@ -12808,7 +12813,7 @@ async function Zp(e) {
|
|
|
12808
12813
|
}
|
|
12809
12814
|
}
|
|
12810
12815
|
let Zt;
|
|
12811
|
-
function
|
|
12816
|
+
function t0() {
|
|
12812
12817
|
Zt || (Zt = document.createElement("input"), Zt.type = "file", Zt.accept = ".json");
|
|
12813
12818
|
function e() {
|
|
12814
12819
|
return new Promise((t, n) => {
|
|
@@ -12823,9 +12828,9 @@ function Jp() {
|
|
|
12823
12828
|
}
|
|
12824
12829
|
return e;
|
|
12825
12830
|
}
|
|
12826
|
-
async function
|
|
12831
|
+
async function n0(e) {
|
|
12827
12832
|
try {
|
|
12828
|
-
const n = await
|
|
12833
|
+
const n = await t0()();
|
|
12829
12834
|
if (!n)
|
|
12830
12835
|
return;
|
|
12831
12836
|
const { text: o, file: r } = n;
|
|
@@ -12848,7 +12853,7 @@ function Vt(e) {
|
|
|
12848
12853
|
};
|
|
12849
12854
|
}
|
|
12850
12855
|
const _d = "🍍 Pinia (root)", sr = "_root";
|
|
12851
|
-
function
|
|
12856
|
+
function o0(e) {
|
|
12852
12857
|
return pa(e) ? {
|
|
12853
12858
|
id: sr,
|
|
12854
12859
|
label: _d
|
|
@@ -12857,7 +12862,7 @@ function t0(e) {
|
|
|
12857
12862
|
label: e.$id
|
|
12858
12863
|
};
|
|
12859
12864
|
}
|
|
12860
|
-
function
|
|
12865
|
+
function r0(e) {
|
|
12861
12866
|
if (pa(e)) {
|
|
12862
12867
|
const n = Array.from(e._s.keys()), o = e._s;
|
|
12863
12868
|
return {
|
|
@@ -12893,7 +12898,7 @@ function n0(e) {
|
|
|
12893
12898
|
value: e[n]
|
|
12894
12899
|
}))), t;
|
|
12895
12900
|
}
|
|
12896
|
-
function
|
|
12901
|
+
function l0(e) {
|
|
12897
12902
|
return e ? Array.isArray(e) ? e.reduce((t, n) => (t.keys.push(n.key), t.operations.push(n.type), t.oldValue[n.key] = n.oldValue, t.newValue[n.key] = n.newValue, t), {
|
|
12898
12903
|
oldValue: {},
|
|
12899
12904
|
keys: [],
|
|
@@ -12906,7 +12911,7 @@ function o0(e) {
|
|
|
12906
12911
|
newValue: e.newValue
|
|
12907
12912
|
} : {};
|
|
12908
12913
|
}
|
|
12909
|
-
function
|
|
12914
|
+
function a0(e) {
|
|
12910
12915
|
switch (e) {
|
|
12911
12916
|
case An.direct:
|
|
12912
12917
|
return "mutation";
|
|
@@ -12919,8 +12924,8 @@ function r0(e) {
|
|
|
12919
12924
|
}
|
|
12920
12925
|
}
|
|
12921
12926
|
let Yn = !0;
|
|
12922
|
-
const ur = [], yn = "pinia:mutations", vt = "pinia", { assign:
|
|
12923
|
-
function
|
|
12927
|
+
const ur = [], yn = "pinia:mutations", vt = "pinia", { assign: i0 } = Object, Er = (e) => "🍍 " + e;
|
|
12928
|
+
function s0(e, t) {
|
|
12924
12929
|
Gc({
|
|
12925
12930
|
id: "dev.esm.pinia",
|
|
12926
12931
|
label: "Pinia 🍍",
|
|
@@ -12943,28 +12948,28 @@ function a0(e, t) {
|
|
|
12943
12948
|
{
|
|
12944
12949
|
icon: "content_copy",
|
|
12945
12950
|
action: () => {
|
|
12946
|
-
|
|
12951
|
+
Zp(t);
|
|
12947
12952
|
},
|
|
12948
12953
|
tooltip: "Serialize and copy the state"
|
|
12949
12954
|
},
|
|
12950
12955
|
{
|
|
12951
12956
|
icon: "content_paste",
|
|
12952
12957
|
action: async () => {
|
|
12953
|
-
await
|
|
12958
|
+
await Jp(t), n.sendInspectorTree(vt), n.sendInspectorState(vt);
|
|
12954
12959
|
},
|
|
12955
12960
|
tooltip: "Replace the state with the content of your clipboard"
|
|
12956
12961
|
},
|
|
12957
12962
|
{
|
|
12958
12963
|
icon: "save",
|
|
12959
12964
|
action: () => {
|
|
12960
|
-
|
|
12965
|
+
e0(t);
|
|
12961
12966
|
},
|
|
12962
12967
|
tooltip: "Save the state as a JSON file"
|
|
12963
12968
|
},
|
|
12964
12969
|
{
|
|
12965
12970
|
icon: "folder_open",
|
|
12966
12971
|
action: async () => {
|
|
12967
|
-
await
|
|
12972
|
+
await n0(t), n.sendInspectorTree(vt), n.sendInspectorState(vt);
|
|
12968
12973
|
},
|
|
12969
12974
|
tooltip: "Import the state from a JSON file"
|
|
12970
12975
|
}
|
|
@@ -13021,14 +13026,14 @@ function a0(e, t) {
|
|
|
13021
13026
|
}), n.on.getInspectorTree((o) => {
|
|
13022
13027
|
if (o.app === e && o.inspectorId === vt) {
|
|
13023
13028
|
let r = [t];
|
|
13024
|
-
r = r.concat(Array.from(t._s.values())), o.rootNodes = (o.filter ? r.filter((l) => "$id" in l ? l.$id.toLowerCase().includes(o.filter.toLowerCase()) : _d.toLowerCase().includes(o.filter.toLowerCase())) : r).map(
|
|
13029
|
+
r = r.concat(Array.from(t._s.values())), o.rootNodes = (o.filter ? r.filter((l) => "$id" in l ? l.$id.toLowerCase().includes(o.filter.toLowerCase()) : _d.toLowerCase().includes(o.filter.toLowerCase())) : r).map(o0);
|
|
13025
13030
|
}
|
|
13026
13031
|
}), globalThis.$pinia = t, n.on.getInspectorState((o) => {
|
|
13027
13032
|
if (o.app === e && o.inspectorId === vt) {
|
|
13028
13033
|
const r = o.nodeId === sr ? t : t._s.get(o.nodeId);
|
|
13029
13034
|
if (!r)
|
|
13030
13035
|
return;
|
|
13031
|
-
r && (o.nodeId !== sr && (globalThis.$store = Kt(r)), o.state =
|
|
13036
|
+
r && (o.nodeId !== sr && (globalThis.$store = Kt(r)), o.state = r0(r));
|
|
13032
13037
|
}
|
|
13033
13038
|
}), n.on.editInspectorState((o) => {
|
|
13034
13039
|
if (o.app === e && o.inspectorId === vt) {
|
|
@@ -13053,7 +13058,7 @@ Only state can be modified.`);
|
|
|
13053
13058
|
});
|
|
13054
13059
|
});
|
|
13055
13060
|
}
|
|
13056
|
-
function
|
|
13061
|
+
function u0(e, t) {
|
|
13057
13062
|
ur.includes(Er(t.$id)) || ur.push(Er(t.$id)), Gc({
|
|
13058
13063
|
id: "dev.esm.pinia",
|
|
13059
13064
|
label: "Pinia 🍍",
|
|
@@ -13146,8 +13151,8 @@ function i0(e, t) {
|
|
|
13146
13151
|
return;
|
|
13147
13152
|
const m = {
|
|
13148
13153
|
time: o(),
|
|
13149
|
-
title:
|
|
13150
|
-
data:
|
|
13154
|
+
title: a0(i),
|
|
13155
|
+
data: i0({ store: Vt(t.$id) }, l0(a)),
|
|
13151
13156
|
groupId: sn
|
|
13152
13157
|
};
|
|
13153
13158
|
i === An.patchFunction ? m.subtitle = "⤵️" : i === An.patchObject ? m.subtitle = "🧩" : a && !Array.isArray(a) && (m.subtitle = a.type), a && (m.data["rawEvent(s)"] = {
|
|
@@ -13201,7 +13206,7 @@ function As(e, t, n) {
|
|
|
13201
13206
|
return sn = void 0, i;
|
|
13202
13207
|
};
|
|
13203
13208
|
}
|
|
13204
|
-
function
|
|
13209
|
+
function c0({ app: e, store: t, options: n }) {
|
|
13205
13210
|
if (!t.$id.startsWith("__hot:")) {
|
|
13206
13211
|
if (t._isOptionsAPI = !!n.state, !t._p._testing) {
|
|
13207
13212
|
As(t, Object.keys(n.actions), t._isOptionsAPI);
|
|
@@ -13210,7 +13215,7 @@ function s0({ app: e, store: t, options: n }) {
|
|
|
13210
13215
|
o.apply(this, arguments), As(t, Object.keys(r._hmrPayload.actions), !!t._isOptionsAPI);
|
|
13211
13216
|
};
|
|
13212
13217
|
}
|
|
13213
|
-
|
|
13218
|
+
u0(
|
|
13214
13219
|
e,
|
|
13215
13220
|
// FIXME: is there a way to allow the assignment from Store<Id, S, G, A> to StoreGeneric?
|
|
13216
13221
|
t
|
|
@@ -13222,7 +13227,7 @@ function bd() {
|
|
|
13222
13227
|
let n = [], o = [];
|
|
13223
13228
|
const r = Cr({
|
|
13224
13229
|
install(l) {
|
|
13225
|
-
r._a = l, l.provide(
|
|
13230
|
+
r._a = l, l.provide(Wp, r), l.config.globalProperties.$pinia = r, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ll && s0(l, r), o.forEach((a) => n.push(a)), o = [];
|
|
13226
13231
|
},
|
|
13227
13232
|
use(l) {
|
|
13228
13233
|
return this._a ? n.push(l) : o.push(l), this;
|
|
@@ -13235,13 +13240,13 @@ function bd() {
|
|
|
13235
13240
|
_s: /* @__PURE__ */ new Map(),
|
|
13236
13241
|
state: t
|
|
13237
13242
|
});
|
|
13238
|
-
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ll && typeof Proxy < "u" && r.use(
|
|
13243
|
+
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ll && typeof Proxy < "u" && r.use(c0), r;
|
|
13239
13244
|
}
|
|
13240
13245
|
process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration") : (
|
|
13241
13246
|
/* istanbul ignore next */
|
|
13242
13247
|
Symbol()
|
|
13243
13248
|
);
|
|
13244
|
-
const
|
|
13249
|
+
const d0 = {
|
|
13245
13250
|
table: {
|
|
13246
13251
|
search: "Search",
|
|
13247
13252
|
cancel: "Cancel",
|
|
@@ -13295,7 +13300,7 @@ const u0 = {
|
|
|
13295
13300
|
hideColumnsSelector: "Hide columns selector",
|
|
13296
13301
|
sorting: "Sorting"
|
|
13297
13302
|
}
|
|
13298
|
-
},
|
|
13303
|
+
}, f0 = {
|
|
13299
13304
|
table: {
|
|
13300
13305
|
search: "Buscar",
|
|
13301
13306
|
cancel: "Cancelar",
|
|
@@ -13349,9 +13354,9 @@ const u0 = {
|
|
|
13349
13354
|
hideColumnsSelector: "Hide selector de columnas",
|
|
13350
13355
|
sorting: "Ordenar"
|
|
13351
13356
|
}
|
|
13352
|
-
},
|
|
13353
|
-
en:
|
|
13354
|
-
es:
|
|
13357
|
+
}, m0 = {
|
|
13358
|
+
en: d0,
|
|
13359
|
+
es: f0
|
|
13355
13360
|
}, Ds = {
|
|
13356
13361
|
handleInfiniteScrollNewTable(e) {
|
|
13357
13362
|
e.$nextTick(() => {
|
|
@@ -13382,7 +13387,7 @@ const u0 = {
|
|
|
13382
13387
|
paginationModal(e, t) {
|
|
13383
13388
|
return t.slice(0, e.$refs.table.totalPage++);
|
|
13384
13389
|
}
|
|
13385
|
-
},
|
|
13390
|
+
}, oE = {
|
|
13386
13391
|
filter(e, t, n) {
|
|
13387
13392
|
if (console.log(t), n.search !== "") {
|
|
13388
13393
|
const o = [], r = n.search ? n.search.toLowerCase() : "";
|
|
@@ -13401,7 +13406,7 @@ const u0 = {
|
|
|
13401
13406
|
}
|
|
13402
13407
|
return !1;
|
|
13403
13408
|
}
|
|
13404
|
-
},
|
|
13409
|
+
}, rE = {
|
|
13405
13410
|
setTableHeight() {
|
|
13406
13411
|
const e = document.getElementsByClassName("q-page-sticky")[0];
|
|
13407
13412
|
let t = "";
|
|
@@ -13428,7 +13433,7 @@ const u0 = {
|
|
|
13428
13433
|
const o = Number(n);
|
|
13429
13434
|
return `height:${window.innerHeight - o}px`;
|
|
13430
13435
|
}
|
|
13431
|
-
},
|
|
13436
|
+
}, lE = {
|
|
13432
13437
|
sortMethod(e, t, n, o = []) {
|
|
13433
13438
|
const r = [...e];
|
|
13434
13439
|
return t && (o.includes(t) ? this.sortDates(t, n, r) : r.sort((l, a) => {
|
|
@@ -13461,26 +13466,26 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
13461
13466
|
e.measure(t, n, o), e.clearMarks(n), e.clearMarks(o);
|
|
13462
13467
|
});
|
|
13463
13468
|
}
|
|
13464
|
-
const
|
|
13469
|
+
const v0 = /\{([0-9a-zA-Z]+)\}/g;
|
|
13465
13470
|
function Lr(e, ...t) {
|
|
13466
|
-
return t.length === 1 && ke(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(
|
|
13471
|
+
return t.length === 1 && ke(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(v0, (n, o) => t.hasOwnProperty(o) ? t[o] : "");
|
|
13467
13472
|
}
|
|
13468
|
-
const Gt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e),
|
|
13473
|
+
const Gt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), g0 = (e, t, n) => h0({ l: e, k: t, s: n }), h0 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ye = (e) => typeof e == "number" && isFinite(e), _0 = (e) => ba(e) === "[object Date]", no = (e) => ba(e) === "[object RegExp]", Pr = (e) => be(e) && Object.keys(e).length === 0, at = Object.assign, p0 = Object.create, xe = (e = null) => p0(e);
|
|
13469
13474
|
let Is;
|
|
13470
13475
|
const Cn = () => Is || (Is = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : xe());
|
|
13471
13476
|
function xs(e) {
|
|
13472
13477
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
13473
13478
|
}
|
|
13474
|
-
const
|
|
13479
|
+
const b0 = Object.prototype.hasOwnProperty;
|
|
13475
13480
|
function qt(e, t) {
|
|
13476
|
-
return
|
|
13481
|
+
return b0.call(e, t);
|
|
13477
13482
|
}
|
|
13478
|
-
const He = Array.isArray, Pe = (e) => typeof e == "function", Q = (e) => typeof e == "string", Te = (e) => typeof e == "boolean", ke = (e) => e !== null && typeof e == "object",
|
|
13483
|
+
const He = Array.isArray, Pe = (e) => typeof e == "function", Q = (e) => typeof e == "string", Te = (e) => typeof e == "boolean", ke = (e) => e !== null && typeof e == "object", y0 = (e) => ke(e) && Pe(e.then) && Pe(e.catch), yd = Object.prototype.toString, ba = (e) => yd.call(e), be = (e) => ba(e) === "[object Object]", E0 = (e) => e == null ? "" : He(e) || be(e) && e.toString === yd ? JSON.stringify(e, null, 2) : String(e);
|
|
13479
13484
|
function ya(e, t = "") {
|
|
13480
13485
|
return e.reduce((n, o, r) => r === 0 ? n + o : n + t + o, "");
|
|
13481
13486
|
}
|
|
13482
13487
|
const Ls = 2;
|
|
13483
|
-
function
|
|
13488
|
+
function S0(e, t = 0, n = e.length) {
|
|
13484
13489
|
const o = e.split(/\r?\n/);
|
|
13485
13490
|
let r = 0;
|
|
13486
13491
|
const l = [];
|
|
@@ -13549,7 +13554,7 @@ function cr(e, t) {
|
|
|
13549
13554
|
* (c) 2024 kazuya kawaguchi
|
|
13550
13555
|
* Released under the MIT License.
|
|
13551
13556
|
*/
|
|
13552
|
-
function
|
|
13557
|
+
function C0(e, t, n) {
|
|
13553
13558
|
return { line: e, column: t, offset: n };
|
|
13554
13559
|
}
|
|
13555
13560
|
function Pl(e, t, n) {
|
|
@@ -13576,7 +13581,7 @@ const fe = {
|
|
|
13576
13581
|
UNHANDLED_CODEGEN_NODE_TYPE: 15,
|
|
13577
13582
|
// minifier error codes
|
|
13578
13583
|
UNHANDLED_MINIFIER_NODE_TYPE: 16
|
|
13579
|
-
},
|
|
13584
|
+
}, w0 = 17, k0 = {
|
|
13580
13585
|
// tokenizer error messages
|
|
13581
13586
|
[fe.EXPECTED_TOKEN]: "Expected token: '{0}'",
|
|
13582
13587
|
[fe.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
|
|
@@ -13599,18 +13604,18 @@ const fe = {
|
|
|
13599
13604
|
[fe.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
|
|
13600
13605
|
};
|
|
13601
13606
|
function ao(e, t, n = {}) {
|
|
13602
|
-
const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ? Lr((r ||
|
|
13607
|
+
const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ? Lr((r || k0)[e] || "", ...l || []) : e, i = new SyntaxError(String(a));
|
|
13603
13608
|
return i.code = e, t && (i.location = t), i.domain = o, i;
|
|
13604
13609
|
}
|
|
13605
|
-
function
|
|
13610
|
+
function T0(e) {
|
|
13606
13611
|
throw e;
|
|
13607
13612
|
}
|
|
13608
|
-
const
|
|
13609
|
-
`,
|
|
13610
|
-
function
|
|
13613
|
+
const O0 = /<\/?[\w\s="/.':;#-\/]+>/, A0 = (e) => O0.test(e), Jt = " ", D0 = "\r", _t = `
|
|
13614
|
+
`, I0 = "\u2028", x0 = "\u2029";
|
|
13615
|
+
function L0(e) {
|
|
13611
13616
|
const t = e;
|
|
13612
13617
|
let n = 0, o = 1, r = 1, l = 0;
|
|
13613
|
-
const a = (O) => t[O] ===
|
|
13618
|
+
const a = (O) => t[O] === D0 && t[O + 1] === _t, i = (O) => t[O] === _t, s = (O) => t[O] === x0, m = (O) => t[O] === I0, c = (O) => a(O) || i(O) || s(O) || m(O), f = () => n, u = () => o, d = () => r, g = () => l, p = (O) => a(O) || s(O) || m(O) ? _t : t[O], h = () => p(n), v = () => p(n + l);
|
|
13614
13619
|
function _() {
|
|
13615
13620
|
return l = 0, c(n) && (o++, r = 0), a(n) && n++, n++, r++, t[n];
|
|
13616
13621
|
}
|
|
@@ -13644,9 +13649,9 @@ function I0(e) {
|
|
|
13644
13649
|
skipToPeek: x
|
|
13645
13650
|
};
|
|
13646
13651
|
}
|
|
13647
|
-
const ln = void 0,
|
|
13648
|
-
function
|
|
13649
|
-
const n = t.location !== !1, o =
|
|
13652
|
+
const ln = void 0, P0 = ".", Ns = "'", N0 = "tokenizer";
|
|
13653
|
+
function R0(e, t = {}) {
|
|
13654
|
+
const n = t.location !== !1, o = L0(e), r = () => o.index(), l = () => C0(o.line(), o.column(), o.index()), a = l(), i = r(), s = {
|
|
13650
13655
|
currentType: 13,
|
|
13651
13656
|
offset: i,
|
|
13652
13657
|
startLoc: a,
|
|
@@ -13663,7 +13668,7 @@ function P0(e, t = {}) {
|
|
|
13663
13668
|
const Ee = m();
|
|
13664
13669
|
if (k.column += V, k.offset += V, c) {
|
|
13665
13670
|
const De = n ? Pl(Ee.startLoc, k) : null, pe = ao(E, De, {
|
|
13666
|
-
domain:
|
|
13671
|
+
domain: N0,
|
|
13667
13672
|
args: te
|
|
13668
13673
|
});
|
|
13669
13674
|
c(pe);
|
|
@@ -14040,8 +14045,8 @@ function P0(e, t = {}) {
|
|
|
14040
14045
|
context: m
|
|
14041
14046
|
};
|
|
14042
14047
|
}
|
|
14043
|
-
const
|
|
14044
|
-
function
|
|
14048
|
+
const M0 = "parser", V0 = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
14049
|
+
function F0(e, t, n) {
|
|
14045
14050
|
switch (e) {
|
|
14046
14051
|
case "\\\\":
|
|
14047
14052
|
return "\\";
|
|
@@ -14053,13 +14058,13 @@ function M0(e, t, n) {
|
|
|
14053
14058
|
}
|
|
14054
14059
|
}
|
|
14055
14060
|
}
|
|
14056
|
-
function
|
|
14061
|
+
function B0(e = {}) {
|
|
14057
14062
|
const t = e.location !== !1, { onError: n } = e;
|
|
14058
14063
|
function o(v, _, S, y, ...D) {
|
|
14059
14064
|
const x = v.currentPosition();
|
|
14060
14065
|
if (x.offset += y, x.column += y, n) {
|
|
14061
14066
|
const O = t ? Pl(S, x) : null, F = ao(_, O, {
|
|
14062
|
-
domain:
|
|
14067
|
+
domain: M0,
|
|
14063
14068
|
args: D
|
|
14064
14069
|
});
|
|
14065
14070
|
n(F);
|
|
@@ -14086,7 +14091,7 @@ function V0(e = {}) {
|
|
|
14086
14091
|
}
|
|
14087
14092
|
function m(v, _) {
|
|
14088
14093
|
const S = v.context(), { lastOffset: y, lastStartLoc: D } = S, x = r(9, y, D);
|
|
14089
|
-
return x.value = _.replace(
|
|
14094
|
+
return x.value = _.replace(V0, F0), v.nextToken(), l(x, v.currentOffset(), v.currentPosition()), x;
|
|
14090
14095
|
}
|
|
14091
14096
|
function c(v) {
|
|
14092
14097
|
const _ = v.nextToken(), S = v.context(), { lastOffset: y, lastStartLoc: D } = S, x = r(8, y, D);
|
|
@@ -14179,7 +14184,7 @@ function V0(e = {}) {
|
|
|
14179
14184
|
return _.currentType === 13 ? D : g(v, S, y, D);
|
|
14180
14185
|
}
|
|
14181
14186
|
function h(v) {
|
|
14182
|
-
const _ =
|
|
14187
|
+
const _ = R0(v, at({}, e)), S = _.context(), y = r(0, S.offset, S.startLoc);
|
|
14183
14188
|
return t && y.loc && (y.loc.source = v), y.body = p(_), e.onCacheKey && (y.cacheKey = e.onCacheKey(v)), S.currentType !== 13 && o(_, fe.UNEXPECTED_LEXICAL_ANALYSIS, S.lastStartLoc, 0, v[S.offset] || ""), l(y, _.currentOffset(), _.currentPosition()), y;
|
|
14184
14189
|
}
|
|
14185
14190
|
return { parse: h };
|
|
@@ -14190,7 +14195,7 @@ function zt(e) {
|
|
|
14190
14195
|
const t = (e.value || "").replace(/\r?\n/gu, "\\n");
|
|
14191
14196
|
return t.length > 10 ? t.slice(0, 9) + "…" : t;
|
|
14192
14197
|
}
|
|
14193
|
-
function
|
|
14198
|
+
function $0(e, t = {}) {
|
|
14194
14199
|
const n = {
|
|
14195
14200
|
ast: e,
|
|
14196
14201
|
helpers: /* @__PURE__ */ new Set()
|
|
@@ -14242,8 +14247,8 @@ function Sa(e, t) {
|
|
|
14242
14247
|
break;
|
|
14243
14248
|
}
|
|
14244
14249
|
}
|
|
14245
|
-
function
|
|
14246
|
-
const n =
|
|
14250
|
+
function q0(e, t = {}) {
|
|
14251
|
+
const n = $0(e);
|
|
14247
14252
|
n.helper(
|
|
14248
14253
|
"normalize"
|
|
14249
14254
|
/* HelperNameMap.NORMALIZE */
|
|
@@ -14251,7 +14256,7 @@ function B0(e, t = {}) {
|
|
|
14251
14256
|
const o = n.context();
|
|
14252
14257
|
e.helpers = Array.from(o.helpers);
|
|
14253
14258
|
}
|
|
14254
|
-
function
|
|
14259
|
+
function U0(e) {
|
|
14255
14260
|
const t = e.body;
|
|
14256
14261
|
return t.type === 2 ? Ms(t) : t.cases.forEach((n) => Ms(n)), e;
|
|
14257
14262
|
}
|
|
@@ -14276,7 +14281,7 @@ function Ms(e) {
|
|
|
14276
14281
|
}
|
|
14277
14282
|
}
|
|
14278
14283
|
}
|
|
14279
|
-
const
|
|
14284
|
+
const H0 = "minifier";
|
|
14280
14285
|
function Kn(e) {
|
|
14281
14286
|
switch (e.t = e.type, e.type) {
|
|
14282
14287
|
case 0: {
|
|
@@ -14324,14 +14329,14 @@ function Kn(e) {
|
|
|
14324
14329
|
default:
|
|
14325
14330
|
if (process.env.NODE_ENV !== "production")
|
|
14326
14331
|
throw ao(fe.UNHANDLED_MINIFIER_NODE_TYPE, null, {
|
|
14327
|
-
domain:
|
|
14332
|
+
domain: H0,
|
|
14328
14333
|
args: [e.type]
|
|
14329
14334
|
});
|
|
14330
14335
|
}
|
|
14331
14336
|
delete e.type;
|
|
14332
14337
|
}
|
|
14333
|
-
const
|
|
14334
|
-
function
|
|
14338
|
+
const z0 = "parser";
|
|
14339
|
+
function j0(e, t) {
|
|
14335
14340
|
const { filename: n, breakLineCode: o, needIndent: r } = t, l = t.location !== !1, a = {
|
|
14336
14341
|
filename: n,
|
|
14337
14342
|
code: "",
|
|
@@ -14373,14 +14378,14 @@ function H0(e, t) {
|
|
|
14373
14378
|
needIndent: () => a.needIndent
|
|
14374
14379
|
};
|
|
14375
14380
|
}
|
|
14376
|
-
function
|
|
14381
|
+
function K0(e, t) {
|
|
14377
14382
|
const { helper: n } = e;
|
|
14378
14383
|
e.push(`${n(
|
|
14379
14384
|
"linked"
|
|
14380
14385
|
/* HelperNameMap.LINKED */
|
|
14381
14386
|
)}(`), oo(e, t.key), t.modifier ? (e.push(", "), oo(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
14382
14387
|
}
|
|
14383
|
-
function
|
|
14388
|
+
function W0(e, t) {
|
|
14384
14389
|
const { helper: n, needIndent: o } = e;
|
|
14385
14390
|
e.push(`${n(
|
|
14386
14391
|
"normalize"
|
|
@@ -14391,7 +14396,7 @@ function j0(e, t) {
|
|
|
14391
14396
|
e.push(", ");
|
|
14392
14397
|
e.deindent(o()), e.push("])");
|
|
14393
14398
|
}
|
|
14394
|
-
function
|
|
14399
|
+
function Y0(e, t) {
|
|
14395
14400
|
const { helper: n, needIndent: o } = e;
|
|
14396
14401
|
if (t.cases.length > 1) {
|
|
14397
14402
|
e.push(`${n(
|
|
@@ -14404,23 +14409,23 @@ function K0(e, t) {
|
|
|
14404
14409
|
e.deindent(o()), e.push("])");
|
|
14405
14410
|
}
|
|
14406
14411
|
}
|
|
14407
|
-
function
|
|
14412
|
+
function G0(e, t) {
|
|
14408
14413
|
t.body ? oo(e, t.body) : e.push("null");
|
|
14409
14414
|
}
|
|
14410
14415
|
function oo(e, t) {
|
|
14411
14416
|
const { helper: n } = e;
|
|
14412
14417
|
switch (t.type) {
|
|
14413
14418
|
case 0:
|
|
14414
|
-
|
|
14419
|
+
G0(e, t);
|
|
14415
14420
|
break;
|
|
14416
14421
|
case 1:
|
|
14417
|
-
|
|
14422
|
+
Y0(e, t);
|
|
14418
14423
|
break;
|
|
14419
14424
|
case 2:
|
|
14420
|
-
|
|
14425
|
+
W0(e, t);
|
|
14421
14426
|
break;
|
|
14422
14427
|
case 6:
|
|
14423
|
-
|
|
14428
|
+
K0(e, t);
|
|
14424
14429
|
break;
|
|
14425
14430
|
case 8:
|
|
14426
14431
|
e.push(JSON.stringify(t.value), t);
|
|
@@ -14455,16 +14460,16 @@ function oo(e, t) {
|
|
|
14455
14460
|
default:
|
|
14456
14461
|
if (process.env.NODE_ENV !== "production")
|
|
14457
14462
|
throw ao(fe.UNHANDLED_CODEGEN_NODE_TYPE, null, {
|
|
14458
|
-
domain:
|
|
14463
|
+
domain: z0,
|
|
14459
14464
|
args: [t.type]
|
|
14460
14465
|
});
|
|
14461
14466
|
}
|
|
14462
14467
|
}
|
|
14463
|
-
const
|
|
14468
|
+
const Q0 = (e, t = {}) => {
|
|
14464
14469
|
const n = Q(t.mode) ? t.mode : "normal", o = Q(t.filename) ? t.filename : "message.intl";
|
|
14465
14470
|
t.sourceMap;
|
|
14466
14471
|
const r = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
|
|
14467
|
-
`, l = t.needIndent ? t.needIndent : n !== "arrow", a = e.helpers || [], i =
|
|
14472
|
+
`, l = t.needIndent ? t.needIndent : n !== "arrow", a = e.helpers || [], i = j0(e, {
|
|
14468
14473
|
filename: o,
|
|
14469
14474
|
breakLineCode: r,
|
|
14470
14475
|
needIndent: l
|
|
@@ -14478,30 +14483,30 @@ const Y0 = (e, t = {}) => {
|
|
|
14478
14483
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
14479
14484
|
};
|
|
14480
14485
|
};
|
|
14481
|
-
function
|
|
14482
|
-
const n = at({}, t), o = !!n.jit, r = !!n.minify, l = n.optimize == null ? !0 : n.optimize, i =
|
|
14483
|
-
return o ? (l &&
|
|
14486
|
+
function X0(e, t = {}) {
|
|
14487
|
+
const n = at({}, t), o = !!n.jit, r = !!n.minify, l = n.optimize == null ? !0 : n.optimize, i = B0(n).parse(e);
|
|
14488
|
+
return o ? (l && U0(i), r && Kn(i), { ast: i, code: "" }) : (q0(i, n), Q0(i, n));
|
|
14484
14489
|
}
|
|
14485
14490
|
/*!
|
|
14486
14491
|
* core-base v10.0.5
|
|
14487
14492
|
* (c) 2024 kazuya kawaguchi
|
|
14488
14493
|
* Released under the MIT License.
|
|
14489
14494
|
*/
|
|
14490
|
-
function
|
|
14495
|
+
function Z0() {
|
|
14491
14496
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Cn().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Cn().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
14492
14497
|
}
|
|
14493
14498
|
function al(e) {
|
|
14494
|
-
return (n) =>
|
|
14499
|
+
return (n) => J0(n, e);
|
|
14495
14500
|
}
|
|
14496
|
-
function
|
|
14497
|
-
const n =
|
|
14501
|
+
function J0(e, t) {
|
|
14502
|
+
const n = tb(t);
|
|
14498
14503
|
if (n == null)
|
|
14499
14504
|
throw Do(
|
|
14500
14505
|
0
|
|
14501
14506
|
/* NodeTypes.Resource */
|
|
14502
14507
|
);
|
|
14503
14508
|
if (Ca(n) === 1) {
|
|
14504
|
-
const l =
|
|
14509
|
+
const l = ob(n);
|
|
14505
14510
|
return e.plural(l.reduce((a, i) => [
|
|
14506
14511
|
...a,
|
|
14507
14512
|
Vs(e, i)
|
|
@@ -14509,30 +14514,30 @@ function X0(e, t) {
|
|
|
14509
14514
|
} else
|
|
14510
14515
|
return Vs(e, n);
|
|
14511
14516
|
}
|
|
14512
|
-
const
|
|
14513
|
-
function J0(e) {
|
|
14514
|
-
return gn(e, Z0);
|
|
14515
|
-
}
|
|
14516
|
-
const eb = ["c", "cases"];
|
|
14517
|
+
const eb = ["b", "body"];
|
|
14517
14518
|
function tb(e) {
|
|
14518
|
-
return gn(e, eb
|
|
14519
|
+
return gn(e, eb);
|
|
14520
|
+
}
|
|
14521
|
+
const nb = ["c", "cases"];
|
|
14522
|
+
function ob(e) {
|
|
14523
|
+
return gn(e, nb, []);
|
|
14519
14524
|
}
|
|
14520
14525
|
function Vs(e, t) {
|
|
14521
|
-
const n =
|
|
14526
|
+
const n = lb(t);
|
|
14522
14527
|
if (n != null)
|
|
14523
14528
|
return e.type === "text" ? n : e.normalize([n]);
|
|
14524
14529
|
{
|
|
14525
|
-
const o =
|
|
14530
|
+
const o = ib(t).reduce((r, l) => [...r, Nl(e, l)], []);
|
|
14526
14531
|
return e.normalize(o);
|
|
14527
14532
|
}
|
|
14528
14533
|
}
|
|
14529
|
-
const
|
|
14530
|
-
function ob(e) {
|
|
14531
|
-
return gn(e, nb);
|
|
14532
|
-
}
|
|
14533
|
-
const rb = ["i", "items"];
|
|
14534
|
+
const rb = ["s", "static"];
|
|
14534
14535
|
function lb(e) {
|
|
14535
|
-
return gn(e, rb
|
|
14536
|
+
return gn(e, rb);
|
|
14537
|
+
}
|
|
14538
|
+
const ab = ["i", "items"];
|
|
14539
|
+
function ib(e) {
|
|
14540
|
+
return gn(e, ab, []);
|
|
14536
14541
|
}
|
|
14537
14542
|
function Nl(e, t) {
|
|
14538
14543
|
const n = Ca(t);
|
|
@@ -14558,7 +14563,7 @@ function Nl(e, t) {
|
|
|
14558
14563
|
throw Do(n);
|
|
14559
14564
|
}
|
|
14560
14565
|
case 6: {
|
|
14561
|
-
const o = t, r =
|
|
14566
|
+
const o = t, r = db(o), l = mb(o);
|
|
14562
14567
|
return e.linked(Nl(e, l), r ? Nl(e, r) : void 0, e.type);
|
|
14563
14568
|
}
|
|
14564
14569
|
case 7:
|
|
@@ -14569,24 +14574,24 @@ function Nl(e, t) {
|
|
|
14569
14574
|
throw new Error(`unhandled node on format message part: ${n}`);
|
|
14570
14575
|
}
|
|
14571
14576
|
}
|
|
14572
|
-
const
|
|
14577
|
+
const sb = ["t", "type"];
|
|
14573
14578
|
function Ca(e) {
|
|
14574
|
-
return gn(e,
|
|
14579
|
+
return gn(e, sb);
|
|
14575
14580
|
}
|
|
14576
|
-
const
|
|
14581
|
+
const ub = ["v", "value"];
|
|
14577
14582
|
function er(e, t) {
|
|
14578
|
-
const n = gn(e,
|
|
14583
|
+
const n = gn(e, ub);
|
|
14579
14584
|
if (n)
|
|
14580
14585
|
return n;
|
|
14581
14586
|
throw Do(t);
|
|
14582
14587
|
}
|
|
14583
|
-
const
|
|
14584
|
-
function ub(e) {
|
|
14585
|
-
return gn(e, sb);
|
|
14586
|
-
}
|
|
14587
|
-
const cb = ["k", "key"];
|
|
14588
|
+
const cb = ["m", "modifier"];
|
|
14588
14589
|
function db(e) {
|
|
14589
|
-
|
|
14590
|
+
return gn(e, cb);
|
|
14591
|
+
}
|
|
14592
|
+
const fb = ["k", "key"];
|
|
14593
|
+
function mb(e) {
|
|
14594
|
+
const t = gn(e, fb);
|
|
14590
14595
|
if (t)
|
|
14591
14596
|
return t;
|
|
14592
14597
|
throw Do(
|
|
@@ -14605,31 +14610,31 @@ function gn(e, t, n) {
|
|
|
14605
14610
|
function Do(e) {
|
|
14606
14611
|
return new Error(`unhandled node type: ${e}`);
|
|
14607
14612
|
}
|
|
14608
|
-
const
|
|
14609
|
-
function
|
|
14610
|
-
t &&
|
|
14613
|
+
const vb = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
|
|
14614
|
+
function gb(e, t) {
|
|
14615
|
+
t && A0(e) && vn(Lr(vb, { source: e }));
|
|
14611
14616
|
}
|
|
14612
|
-
const
|
|
14617
|
+
const hb = (e) => e;
|
|
14613
14618
|
let tr = xe();
|
|
14614
14619
|
function mn(e) {
|
|
14615
14620
|
return ke(e) && Ca(e) === 0 && (qt(e, "b") || qt(e, "body"));
|
|
14616
14621
|
}
|
|
14617
|
-
function
|
|
14622
|
+
function _b(e, t = {}) {
|
|
14618
14623
|
let n = !1;
|
|
14619
|
-
const o = t.onError ||
|
|
14624
|
+
const o = t.onError || T0;
|
|
14620
14625
|
return t.onError = (r) => {
|
|
14621
14626
|
n = !0, o(r);
|
|
14622
|
-
}, { ...
|
|
14627
|
+
}, { ...X0(e, t), detectError: n };
|
|
14623
14628
|
}
|
|
14624
14629
|
// @__NO_SIDE_EFFECTS__
|
|
14625
|
-
function
|
|
14630
|
+
function pb(e, t) {
|
|
14626
14631
|
if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && Q(e)) {
|
|
14627
14632
|
const n = Te(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
|
|
14628
|
-
process.env.NODE_ENV !== "production" &&
|
|
14629
|
-
const r = (t.onCacheKey ||
|
|
14633
|
+
process.env.NODE_ENV !== "production" && gb(e, n);
|
|
14634
|
+
const r = (t.onCacheKey || hb)(e), l = tr[r];
|
|
14630
14635
|
if (l)
|
|
14631
14636
|
return l;
|
|
14632
|
-
const { ast: a, detectError: i } =
|
|
14637
|
+
const { ast: a, detectError: i } = _b(e, {
|
|
14633
14638
|
...t,
|
|
14634
14639
|
location: process.env.NODE_ENV !== "production",
|
|
14635
14640
|
jit: !0
|
|
@@ -14647,10 +14652,10 @@ function hb(e, t) {
|
|
|
14647
14652
|
}
|
|
14648
14653
|
}
|
|
14649
14654
|
let Io = null;
|
|
14650
|
-
function
|
|
14655
|
+
function bb(e) {
|
|
14651
14656
|
Io = e;
|
|
14652
14657
|
}
|
|
14653
|
-
function
|
|
14658
|
+
function yb(e, t, n) {
|
|
14654
14659
|
Io && Io.emit("i18n:init", {
|
|
14655
14660
|
timestamp: Date.now(),
|
|
14656
14661
|
i18n: e,
|
|
@@ -14658,12 +14663,12 @@ function pb(e, t, n) {
|
|
|
14658
14663
|
meta: n
|
|
14659
14664
|
});
|
|
14660
14665
|
}
|
|
14661
|
-
const
|
|
14662
|
-
function
|
|
14666
|
+
const Eb = /* @__PURE__ */ Sb("function:translate");
|
|
14667
|
+
function Sb(e) {
|
|
14663
14668
|
return (t) => Io && Io.emit(e, t);
|
|
14664
14669
|
}
|
|
14665
14670
|
const gt = {
|
|
14666
|
-
INVALID_ARGUMENT:
|
|
14671
|
+
INVALID_ARGUMENT: w0,
|
|
14667
14672
|
// 17
|
|
14668
14673
|
INVALID_DATE_ARGUMENT: 18,
|
|
14669
14674
|
INVALID_ISO_DATE_ARGUMENT: 19,
|
|
@@ -14671,11 +14676,11 @@ const gt = {
|
|
|
14671
14676
|
NOT_SUPPORT_LOCALE_PROMISE_VALUE: 21,
|
|
14672
14677
|
NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: 22,
|
|
14673
14678
|
NOT_SUPPORT_LOCALE_TYPE: 23
|
|
14674
|
-
},
|
|
14679
|
+
}, Cb = 24;
|
|
14675
14680
|
function nn(e) {
|
|
14676
|
-
return ao(e, null, process.env.NODE_ENV !== "production" ? { messages:
|
|
14681
|
+
return ao(e, null, process.env.NODE_ENV !== "production" ? { messages: wb } : void 0);
|
|
14677
14682
|
}
|
|
14678
|
-
const
|
|
14683
|
+
const wb = {
|
|
14679
14684
|
[gt.INVALID_ARGUMENT]: "Invalid arguments",
|
|
14680
14685
|
[gt.INVALID_DATE_ARGUMENT]: "The date provided is an invalid Date object.Make sure your Date represents a valid date.",
|
|
14681
14686
|
[gt.INVALID_ISO_DATE_ARGUMENT]: "The argument provided is not a valid ISO date string",
|
|
@@ -14696,7 +14701,7 @@ function Fs(e) {
|
|
|
14696
14701
|
return il;
|
|
14697
14702
|
if (e.constructor.name === "Function") {
|
|
14698
14703
|
const t = e();
|
|
14699
|
-
if (
|
|
14704
|
+
if (y0(t))
|
|
14700
14705
|
throw nn(gt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
14701
14706
|
return il = t;
|
|
14702
14707
|
} else
|
|
@@ -14704,7 +14709,7 @@ function Fs(e) {
|
|
|
14704
14709
|
} else
|
|
14705
14710
|
throw nn(gt.NOT_SUPPORT_LOCALE_TYPE);
|
|
14706
14711
|
}
|
|
14707
|
-
function
|
|
14712
|
+
function kb(e, t, n) {
|
|
14708
14713
|
return [.../* @__PURE__ */ new Set([
|
|
14709
14714
|
n,
|
|
14710
14715
|
...He(t) ? t : ke(t) ? Object.keys(t) : Q(t) ? [t] : [n]
|
|
@@ -14728,20 +14733,20 @@ function Bs(e, t, n) {
|
|
|
14728
14733
|
let o = !0;
|
|
14729
14734
|
for (let r = 0; r < t.length && Te(o); r++) {
|
|
14730
14735
|
const l = t[r];
|
|
14731
|
-
Q(l) && (o =
|
|
14736
|
+
Q(l) && (o = Tb(e, t[r], n));
|
|
14732
14737
|
}
|
|
14733
14738
|
return o;
|
|
14734
14739
|
}
|
|
14735
|
-
function
|
|
14740
|
+
function Tb(e, t, n) {
|
|
14736
14741
|
let o;
|
|
14737
14742
|
const r = t.split("-");
|
|
14738
14743
|
do {
|
|
14739
14744
|
const l = r.join("-");
|
|
14740
|
-
o =
|
|
14745
|
+
o = Ob(e, l, n), r.splice(-1, 1);
|
|
14741
14746
|
} while (r.length && o === !0);
|
|
14742
14747
|
return o;
|
|
14743
14748
|
}
|
|
14744
|
-
function
|
|
14749
|
+
function Ob(e, t, n) {
|
|
14745
14750
|
let o = !1;
|
|
14746
14751
|
if (!e.includes(t) && (o = !0, t)) {
|
|
14747
14752
|
o = t[t.length - 1] !== "!";
|
|
@@ -14911,15 +14916,15 @@ hn[
|
|
|
14911
14916
|
/* Actions.APPEND */
|
|
14912
14917
|
]
|
|
14913
14918
|
};
|
|
14914
|
-
const
|
|
14915
|
-
function
|
|
14916
|
-
return
|
|
14919
|
+
const Ab = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
14920
|
+
function Db(e) {
|
|
14921
|
+
return Ab.test(e);
|
|
14917
14922
|
}
|
|
14918
|
-
function
|
|
14923
|
+
function Ib(e) {
|
|
14919
14924
|
const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
14920
14925
|
return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
|
|
14921
14926
|
}
|
|
14922
|
-
function
|
|
14927
|
+
function xb(e) {
|
|
14923
14928
|
if (e == null)
|
|
14924
14929
|
return "o";
|
|
14925
14930
|
switch (e.charCodeAt(0)) {
|
|
@@ -14944,11 +14949,11 @@ function Db(e) {
|
|
|
14944
14949
|
}
|
|
14945
14950
|
return "i";
|
|
14946
14951
|
}
|
|
14947
|
-
function
|
|
14952
|
+
function Lb(e) {
|
|
14948
14953
|
const t = e.trim();
|
|
14949
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
14954
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Db(t) ? Ib(t) : "*" + t;
|
|
14950
14955
|
}
|
|
14951
|
-
function
|
|
14956
|
+
function Pb(e) {
|
|
14952
14957
|
const t = [];
|
|
14953
14958
|
let n = -1, o = 0, r = 0, l, a, i, s, m, c, f;
|
|
14954
14959
|
const u = [];
|
|
@@ -14980,7 +14985,7 @@ function xb(e) {
|
|
|
14980
14985
|
/* Actions.APPEND */
|
|
14981
14986
|
]();
|
|
14982
14987
|
else {
|
|
14983
|
-
if (r = 0, a === void 0 || (a =
|
|
14988
|
+
if (r = 0, a === void 0 || (a = Lb(a), a === !1))
|
|
14984
14989
|
return !1;
|
|
14985
14990
|
u[
|
|
14986
14991
|
1
|
|
@@ -14998,21 +15003,21 @@ function xb(e) {
|
|
|
14998
15003
|
}
|
|
14999
15004
|
for (; o !== null; )
|
|
15000
15005
|
if (n++, l = e[n], !(l === "\\" && d())) {
|
|
15001
|
-
if (s =
|
|
15006
|
+
if (s = xb(l), f = hn[o], m = f[s] || f.l || 8, m === 8 || (o = m[0], m[1] !== void 0 && (c = u[m[1]], c && (i = l, c() === !1))))
|
|
15002
15007
|
return;
|
|
15003
15008
|
if (o === 7)
|
|
15004
15009
|
return t;
|
|
15005
15010
|
}
|
|
15006
15011
|
}
|
|
15007
15012
|
const $s = /* @__PURE__ */ new Map();
|
|
15008
|
-
function
|
|
15013
|
+
function Nb(e, t) {
|
|
15009
15014
|
return ke(e) ? e[t] : null;
|
|
15010
15015
|
}
|
|
15011
|
-
function
|
|
15016
|
+
function Rb(e, t) {
|
|
15012
15017
|
if (!ke(e))
|
|
15013
15018
|
return null;
|
|
15014
15019
|
let n = $s.get(t);
|
|
15015
|
-
if (n || (n =
|
|
15020
|
+
if (n || (n = Pb(t), n && $s.set(t, n)), !n)
|
|
15016
15021
|
return null;
|
|
15017
15022
|
const o = n.length;
|
|
15018
15023
|
let r = e, l = 0;
|
|
@@ -15032,7 +15037,7 @@ const Et = {
|
|
|
15032
15037
|
CANNOT_FORMAT_DATE: 5,
|
|
15033
15038
|
FALLBACK_TO_DATE_FORMAT: 6,
|
|
15034
15039
|
EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: 7
|
|
15035
|
-
},
|
|
15040
|
+
}, Mb = 8, Vb = {
|
|
15036
15041
|
[Et.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
|
|
15037
15042
|
[Et.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
|
|
15038
15043
|
[Et.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
|
|
@@ -15042,10 +15047,10 @@ const Et = {
|
|
|
15042
15047
|
[Et.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."
|
|
15043
15048
|
};
|
|
15044
15049
|
function Ln(e, ...t) {
|
|
15045
|
-
return Lr(
|
|
15050
|
+
return Lr(Vb[e], ...t);
|
|
15046
15051
|
}
|
|
15047
|
-
const
|
|
15048
|
-
function
|
|
15052
|
+
const Fb = "10.0.5", Nr = -1, xo = "en-US", Sr = "", qs = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
15053
|
+
function Bb() {
|
|
15049
15054
|
return {
|
|
15050
15055
|
upper: (e, t) => t === "text" && Q(e) ? e.toUpperCase() : t === "vnode" && ke(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
15051
15056
|
lower: (e, t) => t === "text" && Q(e) ? e.toLowerCase() : t === "vnode" && ke(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
@@ -15053,30 +15058,30 @@ function Vb() {
|
|
|
15053
15058
|
};
|
|
15054
15059
|
}
|
|
15055
15060
|
let Cd;
|
|
15056
|
-
function
|
|
15061
|
+
function $b(e) {
|
|
15057
15062
|
Cd = e;
|
|
15058
15063
|
}
|
|
15059
15064
|
let wd;
|
|
15060
|
-
function
|
|
15065
|
+
function qb(e) {
|
|
15061
15066
|
wd = e;
|
|
15062
15067
|
}
|
|
15063
15068
|
let kd;
|
|
15064
|
-
function
|
|
15069
|
+
function Ub(e) {
|
|
15065
15070
|
kd = e;
|
|
15066
15071
|
}
|
|
15067
15072
|
let Td = null;
|
|
15068
|
-
const
|
|
15073
|
+
const Hb = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
15069
15074
|
Td = e;
|
|
15070
|
-
},
|
|
15075
|
+
}, zb = /* @__NO_SIDE_EFFECTS__ */ () => Td;
|
|
15071
15076
|
let Od = null;
|
|
15072
15077
|
const Us = (e) => {
|
|
15073
15078
|
Od = e;
|
|
15074
|
-
},
|
|
15079
|
+
}, jb = () => Od;
|
|
15075
15080
|
let Hs = 0;
|
|
15076
|
-
function
|
|
15077
|
-
const t = Pe(e.onWarn) ? e.onWarn : vn, n = Q(e.version) ? e.version :
|
|
15081
|
+
function Kb(e = {}) {
|
|
15082
|
+
const t = Pe(e.onWarn) ? e.onWarn : vn, n = Q(e.version) ? e.version : Fb, o = Q(e.locale) || Pe(e.locale) ? e.locale : xo, r = Pe(o) ? xo : o, l = He(e.fallbackLocale) || be(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = be(e.messages) ? e.messages : sl(r), i = be(e.datetimeFormats) ? e.datetimeFormats : sl(r), s = be(e.numberFormats) ? e.numberFormats : sl(r), m = at(xe(), e.modifiers, Bb()), c = e.pluralRules || xe(), f = Pe(e.missing) ? e.missing : null, u = Te(e.missingWarn) || no(e.missingWarn) ? e.missingWarn : !0, d = Te(e.fallbackWarn) || no(e.fallbackWarn) ? e.fallbackWarn : !0, g = !!e.fallbackFormat, p = !!e.unresolving, h = Pe(e.postTranslation) ? e.postTranslation : null, v = be(e.processor) ? e.processor : null, _ = Te(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, S = !!e.escapeParameter, y = Pe(e.messageCompiler) ? e.messageCompiler : Cd;
|
|
15078
15083
|
process.env.NODE_ENV !== "production" && Pe(e.messageCompiler) && Ed(Ln(Et.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
15079
|
-
const D = Pe(e.messageResolver) ? e.messageResolver : wd ||
|
|
15084
|
+
const D = Pe(e.messageResolver) ? e.messageResolver : wd || Nb, x = Pe(e.localeFallbacker) ? e.localeFallbacker : kd || kb, O = ke(e.fallbackContext) ? e.fallbackContext : void 0, F = e, L = ke(F.__datetimeFormatters) ? F.__datetimeFormatters : /* @__PURE__ */ new Map(), N = ke(F.__numberFormatters) ? F.__numberFormatters : /* @__PURE__ */ new Map(), $ = ke(F.__meta) ? F.__meta : {};
|
|
15080
15085
|
Hs++;
|
|
15081
15086
|
const I = {
|
|
15082
15087
|
version: n,
|
|
@@ -15102,7 +15107,7 @@ function zb(e = {}) {
|
|
|
15102
15107
|
onWarn: t,
|
|
15103
15108
|
__meta: $
|
|
15104
15109
|
};
|
|
15105
|
-
return I.datetimeFormats = i, I.numberFormats = s, I.__datetimeFormatters = L, I.__numberFormatters = N, process.env.NODE_ENV !== "production" && (I.__v_emitter = F.__v_emitter != null ? F.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) &&
|
|
15110
|
+
return I.datetimeFormats = i, I.numberFormats = s, I.__datetimeFormatters = L, I.__numberFormatters = N, process.env.NODE_ENV !== "production" && (I.__v_emitter = F.__v_emitter != null ? F.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && yb(I, n, $), I;
|
|
15106
15111
|
}
|
|
15107
15112
|
const sl = (e) => ({ [e]: xe() });
|
|
15108
15113
|
function Rr(e, t) {
|
|
@@ -15135,7 +15140,7 @@ function go(e, t, n) {
|
|
|
15135
15140
|
function Dd(e, t) {
|
|
15136
15141
|
return e === t ? !1 : e.split("-")[0] === t.split("-")[0];
|
|
15137
15142
|
}
|
|
15138
|
-
function
|
|
15143
|
+
function Wb(e, t) {
|
|
15139
15144
|
const n = t.indexOf(e);
|
|
15140
15145
|
if (n === -1)
|
|
15141
15146
|
return !1;
|
|
@@ -15223,7 +15228,7 @@ function Rl(...e) {
|
|
|
15223
15228
|
} catch {
|
|
15224
15229
|
throw nn(gt.INVALID_ISO_DATE_ARGUMENT);
|
|
15225
15230
|
}
|
|
15226
|
-
} else if (
|
|
15231
|
+
} else if (_0(t)) {
|
|
15227
15232
|
if (isNaN(t.getTime()))
|
|
15228
15233
|
throw nn(gt.INVALID_DATE_ARGUMENT);
|
|
15229
15234
|
i = t;
|
|
@@ -15320,26 +15325,26 @@ function Ys(e, t, n) {
|
|
|
15320
15325
|
o.__numberFormatters.has(l) && o.__numberFormatters.delete(l);
|
|
15321
15326
|
}
|
|
15322
15327
|
}
|
|
15323
|
-
const
|
|
15328
|
+
const Yb = (e) => e, Gb = (e) => "", Qb = "text", Xb = (e) => e.length === 0 ? "" : ya(e), Zb = E0;
|
|
15324
15329
|
function Gs(e, t) {
|
|
15325
15330
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
15326
15331
|
}
|
|
15327
|
-
function
|
|
15332
|
+
function Jb(e) {
|
|
15328
15333
|
const t = Ye(e.pluralIndex) ? e.pluralIndex : -1;
|
|
15329
15334
|
return e.named && (Ye(e.named.count) || Ye(e.named.n)) ? Ye(e.named.count) ? e.named.count : Ye(e.named.n) ? e.named.n : t : t;
|
|
15330
15335
|
}
|
|
15331
|
-
function
|
|
15336
|
+
function ey(e, t) {
|
|
15332
15337
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
15333
15338
|
}
|
|
15334
|
-
function
|
|
15335
|
-
const t = e.locale, n =
|
|
15336
|
-
Ye(e.pluralIndex) &&
|
|
15339
|
+
function ty(e = {}) {
|
|
15340
|
+
const t = e.locale, n = Jb(e), o = ke(e.pluralRules) && Q(t) && Pe(e.pluralRules[t]) ? e.pluralRules[t] : Gs, r = ke(e.pluralRules) && Q(t) && Pe(e.pluralRules[t]) ? Gs : void 0, l = (v) => v[o(n, v.length, r)], a = e.list || [], i = (v) => a[v], s = e.named || xe();
|
|
15341
|
+
Ye(e.pluralIndex) && ey(n, s);
|
|
15337
15342
|
const m = (v) => s[v];
|
|
15338
15343
|
function c(v, _) {
|
|
15339
15344
|
const S = Pe(e.messages) ? e.messages(v, !!_) : ke(e.messages) ? e.messages[v] : !1;
|
|
15340
|
-
return S || (e.parent ? e.parent.message(v) :
|
|
15345
|
+
return S || (e.parent ? e.parent.message(v) : Gb);
|
|
15341
15346
|
}
|
|
15342
|
-
const f = (v) => e.modifiers ? e.modifiers[v] :
|
|
15347
|
+
const f = (v) => e.modifiers ? e.modifiers[v] : Yb, u = be(e.processor) && Pe(e.processor.normalize) ? e.processor.normalize : Xb, d = be(e.processor) && Pe(e.processor.interpolate) ? e.processor.interpolate : Zb, g = be(e.processor) && Q(e.processor.type) ? e.processor.type : Qb, h = {
|
|
15343
15348
|
list: i,
|
|
15344
15349
|
named: m,
|
|
15345
15350
|
plural: l,
|
|
@@ -15364,7 +15369,7 @@ function Jb(e = {}) {
|
|
|
15364
15369
|
const Qs = () => "", Rt = (e) => Pe(e);
|
|
15365
15370
|
function Xs(e, ...t) {
|
|
15366
15371
|
const { fallbackFormat: n, postTranslation: o, unresolving: r, messageCompiler: l, fallbackLocale: a, messages: i } = e, [s, m] = Vl(...t), c = Te(m.missingWarn) ? m.missingWarn : e.missingWarn, f = Te(m.fallbackWarn) ? m.fallbackWarn : e.fallbackWarn, u = Te(m.escapeParameter) ? m.escapeParameter : e.escapeParameter, d = !!m.resolvedMessage, g = Q(m.default) || Te(m.default) ? Te(m.default) ? l ? s : () => s : m.default : n ? l ? s : () => s : null, p = n || g != null && (Q(g) || Pe(g)), h = wa(e, m);
|
|
15367
|
-
u &&
|
|
15372
|
+
u && ny(m);
|
|
15368
15373
|
let [v, _, S] = d ? [
|
|
15369
15374
|
s,
|
|
15370
15375
|
h,
|
|
@@ -15380,7 +15385,7 @@ function Xs(e, ...t) {
|
|
|
15380
15385
|
}, F = Rt(y) ? y : Nd(e, s, _, y, D, O);
|
|
15381
15386
|
if (x)
|
|
15382
15387
|
return y;
|
|
15383
|
-
const L =
|
|
15388
|
+
const L = ay(e, _, S, m), N = ty(L), $ = oy(e, F, N), I = o ? o($, s) : $;
|
|
15384
15389
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
15385
15390
|
const W = {
|
|
15386
15391
|
timestamp: Date.now(),
|
|
@@ -15389,11 +15394,11 @@ function Xs(e, ...t) {
|
|
|
15389
15394
|
format: Q(y) ? y : Rt(y) ? y.source : "",
|
|
15390
15395
|
message: I
|
|
15391
15396
|
};
|
|
15392
|
-
W.meta = at({}, e.__meta, /* @__PURE__ */
|
|
15397
|
+
W.meta = at({}, e.__meta, /* @__PURE__ */ zb() || {}), Eb(W);
|
|
15393
15398
|
}
|
|
15394
15399
|
return I;
|
|
15395
15400
|
}
|
|
15396
|
-
function
|
|
15401
|
+
function ny(e) {
|
|
15397
15402
|
He(e.list) ? e.list = e.list.map((t) => Q(t) ? xs(t) : t) : ke(e.named) && Object.keys(e.named).forEach((t) => {
|
|
15398
15403
|
Q(e.named[t]) && (e.named[t] = xs(e.named[t]));
|
|
15399
15404
|
});
|
|
@@ -15430,7 +15435,7 @@ function Pd(e, t, n, o, r, l) {
|
|
|
15430
15435
|
}
|
|
15431
15436
|
if (Q(d) || mn(d) || Rt(d))
|
|
15432
15437
|
break;
|
|
15433
|
-
if (!
|
|
15438
|
+
if (!Wb(u, c)) {
|
|
15434
15439
|
const D = ka(
|
|
15435
15440
|
e,
|
|
15436
15441
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -15457,7 +15462,7 @@ function Nd(e, t, n, o, r, l) {
|
|
|
15457
15462
|
}
|
|
15458
15463
|
let s = null, m, c;
|
|
15459
15464
|
process.env.NODE_ENV !== "production" && Ut && (s = window.performance.now(), m = "intlify-message-compilation-start", c = "intlify-message-compilation-end", Tt && Tt(m));
|
|
15460
|
-
const f = a(o,
|
|
15465
|
+
const f = a(o, ry(e, n, r, o, i, l));
|
|
15461
15466
|
if (process.env.NODE_ENV !== "production" && Ut) {
|
|
15462
15467
|
const u = window.performance.now(), d = e.__v_emitter;
|
|
15463
15468
|
d && s && d.emit("message-compilation", {
|
|
@@ -15469,7 +15474,7 @@ function Nd(e, t, n, o, r, l) {
|
|
|
15469
15474
|
}
|
|
15470
15475
|
return f.locale = n, f.key = t, f.source = o, f;
|
|
15471
15476
|
}
|
|
15472
|
-
function
|
|
15477
|
+
function oy(e, t, n) {
|
|
15473
15478
|
let o = null, r, l;
|
|
15474
15479
|
process.env.NODE_ENV !== "production" && Ut && (o = window.performance.now(), r = "intlify-message-evaluation-start", l = "intlify-message-evaluation-end", Tt && Tt(r));
|
|
15475
15480
|
const a = t(n);
|
|
@@ -15491,14 +15496,14 @@ function Vl(...e) {
|
|
|
15491
15496
|
const l = Ye(t) ? String(t) : (Rt(t), t);
|
|
15492
15497
|
return Ye(n) ? r.plural = n : Q(n) ? r.default = n : be(n) && !Pr(n) ? r.named = n : He(n) && (r.list = n), Ye(o) ? r.plural = o : Q(o) ? r.default = o : be(o) && at(r, o), [l, r];
|
|
15493
15498
|
}
|
|
15494
|
-
function
|
|
15499
|
+
function ry(e, t, n, o, r, l) {
|
|
15495
15500
|
return {
|
|
15496
15501
|
locale: t,
|
|
15497
15502
|
key: n,
|
|
15498
15503
|
warnHtmlMessage: r,
|
|
15499
15504
|
onError: (a) => {
|
|
15500
15505
|
if (l && l(a), process.env.NODE_ENV !== "production") {
|
|
15501
|
-
const i =
|
|
15506
|
+
const i = ly(o), s = `Message compilation error: ${a.message}`, m = a.location && i && S0(i, a.location.start.offset, a.location.end.offset), c = e.__v_emitter;
|
|
15502
15507
|
c && i && c.emit("compile-error", {
|
|
15503
15508
|
message: i,
|
|
15504
15509
|
error: a.message,
|
|
@@ -15510,16 +15515,16 @@ ${m}` : s);
|
|
|
15510
15515
|
} else
|
|
15511
15516
|
throw a;
|
|
15512
15517
|
},
|
|
15513
|
-
onCacheKey: (a) =>
|
|
15518
|
+
onCacheKey: (a) => g0(t, n, a)
|
|
15514
15519
|
};
|
|
15515
15520
|
}
|
|
15516
|
-
function
|
|
15521
|
+
function ly(e) {
|
|
15517
15522
|
if (Q(e))
|
|
15518
15523
|
return e;
|
|
15519
15524
|
if (e.loc && e.loc.source)
|
|
15520
15525
|
return e.loc.source;
|
|
15521
15526
|
}
|
|
15522
|
-
function
|
|
15527
|
+
function ay(e, t, n, o) {
|
|
15523
15528
|
const { modifiers: r, pluralRules: l, messageResolver: a, fallbackLocale: i, fallbackWarn: s, missingWarn: m, fallbackContext: c } = e, u = {
|
|
15524
15529
|
locale: t,
|
|
15525
15530
|
modifiers: r,
|
|
@@ -15549,23 +15554,23 @@ function ry(e, t, n, o) {
|
|
|
15549
15554
|
};
|
|
15550
15555
|
return e.processor && (u.processor = e.processor), o.list && (u.list = o.list), o.named && (u.named = o.named), Ye(o.plural) && (u.pluralIndex = o.plural), u;
|
|
15551
15556
|
}
|
|
15552
|
-
|
|
15553
|
-
function
|
|
15557
|
+
Z0();
|
|
15558
|
+
function iy() {
|
|
15554
15559
|
return Rd().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
15555
15560
|
}
|
|
15556
15561
|
function Rd() {
|
|
15557
15562
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
15558
15563
|
}
|
|
15559
|
-
const
|
|
15564
|
+
const sy = typeof Proxy == "function", uy = "devtools-plugin:setup", cy = "plugin:settings:set";
|
|
15560
15565
|
let jn, Fl;
|
|
15561
|
-
function
|
|
15566
|
+
function dy() {
|
|
15562
15567
|
var e;
|
|
15563
15568
|
return jn !== void 0 || (typeof window < "u" && window.performance ? (jn = !0, Fl = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (jn = !0, Fl = globalThis.perf_hooks.performance) : jn = !1), jn;
|
|
15564
15569
|
}
|
|
15565
|
-
function
|
|
15566
|
-
return
|
|
15570
|
+
function fy() {
|
|
15571
|
+
return dy() ? Fl.now() : Date.now();
|
|
15567
15572
|
}
|
|
15568
|
-
class
|
|
15573
|
+
class my {
|
|
15569
15574
|
constructor(t, n) {
|
|
15570
15575
|
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = t, this.hook = n;
|
|
15571
15576
|
const o = {};
|
|
@@ -15593,9 +15598,9 @@ class dy {
|
|
|
15593
15598
|
l = a;
|
|
15594
15599
|
},
|
|
15595
15600
|
now() {
|
|
15596
|
-
return
|
|
15601
|
+
return fy();
|
|
15597
15602
|
}
|
|
15598
|
-
}, n && n.on(
|
|
15603
|
+
}, n && n.on(cy, (a, i) => {
|
|
15599
15604
|
a === this.plugin.id && this.fallbacks.setSettings(i);
|
|
15600
15605
|
}), this.proxiedOn = new Proxy({}, {
|
|
15601
15606
|
get: (a, i) => this.target ? this.target.on[i] : (...s) => {
|
|
@@ -15627,12 +15632,12 @@ class dy {
|
|
|
15627
15632
|
n.resolve(await this.target[n.method](...n.args));
|
|
15628
15633
|
}
|
|
15629
15634
|
}
|
|
15630
|
-
function
|
|
15631
|
-
const n = e, o = Rd(), r =
|
|
15635
|
+
function vy(e, t) {
|
|
15636
|
+
const n = e, o = Rd(), r = iy(), l = sy && n.enableEarlyProxy;
|
|
15632
15637
|
if (r && (o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !l))
|
|
15633
|
-
r.emit(
|
|
15638
|
+
r.emit(uy, e, t);
|
|
15634
15639
|
else {
|
|
15635
|
-
const a = l ? new
|
|
15640
|
+
const a = l ? new my(n, r) : null;
|
|
15636
15641
|
(o.__VUE_DEVTOOLS_PLUGINS__ = o.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
15637
15642
|
pluginDescriptor: n,
|
|
15638
15643
|
setupFn: t,
|
|
@@ -15645,28 +15650,28 @@ function fy(e, t) {
|
|
|
15645
15650
|
* (c) 2024 kazuya kawaguchi
|
|
15646
15651
|
* Released under the MIT License.
|
|
15647
15652
|
*/
|
|
15648
|
-
const
|
|
15649
|
-
function
|
|
15653
|
+
const gy = "10.0.5";
|
|
15654
|
+
function hy() {
|
|
15650
15655
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Cn().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Cn().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Cn().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Cn().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
15651
15656
|
}
|
|
15652
15657
|
const un = {
|
|
15653
|
-
FALLBACK_TO_ROOT:
|
|
15658
|
+
FALLBACK_TO_ROOT: Mb,
|
|
15654
15659
|
// 8
|
|
15655
15660
|
NOT_FOUND_PARENT_SCOPE: 9,
|
|
15656
15661
|
IGNORE_OBJ_FLATTEN: 10,
|
|
15657
15662
|
DEPRECATE_TC: 11
|
|
15658
|
-
},
|
|
15663
|
+
}, _y = {
|
|
15659
15664
|
[un.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
|
|
15660
15665
|
[un.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
|
|
15661
15666
|
[un.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
|
|
15662
15667
|
[un.DEPRECATE_TC]: "'tc' and '$tc' has been deprecated in v10. Use 't' or '$t' instead. 'tc' and '$tc’ are going to remove in v11."
|
|
15663
15668
|
};
|
|
15664
15669
|
function Mr(e, ...t) {
|
|
15665
|
-
return Lr(
|
|
15670
|
+
return Lr(_y[e], ...t);
|
|
15666
15671
|
}
|
|
15667
15672
|
const Le = {
|
|
15668
15673
|
// composer module errors
|
|
15669
|
-
UNEXPECTED_RETURN_TYPE:
|
|
15674
|
+
UNEXPECTED_RETURN_TYPE: Cb,
|
|
15670
15675
|
// 24
|
|
15671
15676
|
// legacy module errors
|
|
15672
15677
|
INVALID_ARGUMENT: 25,
|
|
@@ -15687,9 +15692,9 @@ const Le = {
|
|
|
15687
15692
|
NOT_AVAILABLE_COMPOSITION_IN_LEGACY: 34
|
|
15688
15693
|
};
|
|
15689
15694
|
function bt(e, ...t) {
|
|
15690
|
-
return ao(e, null, process.env.NODE_ENV !== "production" ? { messages:
|
|
15695
|
+
return ao(e, null, process.env.NODE_ENV !== "production" ? { messages: py, args: t } : void 0);
|
|
15691
15696
|
}
|
|
15692
|
-
const
|
|
15697
|
+
const py = {
|
|
15693
15698
|
[Le.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
|
|
15694
15699
|
[Le.INVALID_ARGUMENT]: "Invalid argument",
|
|
15695
15700
|
[Le.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
|
|
@@ -15769,12 +15774,12 @@ function Bd(e, t, n) {
|
|
|
15769
15774
|
function Zs(e) {
|
|
15770
15775
|
return X(Zd, null, e, 0);
|
|
15771
15776
|
}
|
|
15772
|
-
const Js = "__INTLIFY_META__", eu = () => [],
|
|
15777
|
+
const Js = "__INTLIFY_META__", eu = () => [], by = () => !1;
|
|
15773
15778
|
let tu = 0;
|
|
15774
15779
|
function nu(e) {
|
|
15775
15780
|
return (t, n, o, r) => e(n, o, Ce() || void 0, r);
|
|
15776
15781
|
}
|
|
15777
|
-
const
|
|
15782
|
+
const yy = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
15778
15783
|
const e = Ce();
|
|
15779
15784
|
let t = null;
|
|
15780
15785
|
return e && (t = Fd(e)[Js]) ? { [Js]: t } : null;
|
|
@@ -15795,7 +15800,7 @@ function Oa(e = {}) {
|
|
|
15795
15800
|
O = (() => {
|
|
15796
15801
|
o && Us(null);
|
|
15797
15802
|
const R = {
|
|
15798
|
-
version:
|
|
15803
|
+
version: gy,
|
|
15799
15804
|
locale: i.value,
|
|
15800
15805
|
fallbackLocale: s.value,
|
|
15801
15806
|
messages: m.value,
|
|
@@ -15814,7 +15819,7 @@ function Oa(e = {}) {
|
|
|
15814
15819
|
__meta: { framework: "vue" }
|
|
15815
15820
|
};
|
|
15816
15821
|
R.datetimeFormats = c.value, R.numberFormats = f.value, R.__datetimeFormatters = be(O) ? O.__datetimeFormatters : void 0, R.__numberFormatters = be(O) ? O.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (R.__v_emitter = be(O) ? O.__v_emitter : void 0);
|
|
15817
|
-
const q =
|
|
15822
|
+
const q = Kb(R);
|
|
15818
15823
|
return o && Us(q), q;
|
|
15819
15824
|
})(), go(O, i.value, s.value);
|
|
15820
15825
|
function L() {
|
|
@@ -15856,7 +15861,7 @@ function Oa(e = {}) {
|
|
|
15856
15861
|
L();
|
|
15857
15862
|
let Qe;
|
|
15858
15863
|
try {
|
|
15859
|
-
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, o || (O.fallbackContext = t ?
|
|
15864
|
+
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, o || (O.fallbackContext = t ? jb() : void 0), Qe = R(O);
|
|
15860
15865
|
} finally {
|
|
15861
15866
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, o || (O.fallbackContext = void 0);
|
|
15862
15867
|
}
|
|
@@ -15932,7 +15937,7 @@ function Oa(e = {}) {
|
|
|
15932
15937
|
return !1;
|
|
15933
15938
|
const ye = Q(q) ? q : i.value, Fe = tt(ye), Lt = O.messageResolver(Fe, R);
|
|
15934
15939
|
return mn(Lt) || Rt(Lt) || Q(Lt);
|
|
15935
|
-
}, () => [R], "translate exists", (ye) => Reflect.apply(ye.te, ye, [R, q]),
|
|
15940
|
+
}, () => [R], "translate exists", (ye) => Reflect.apply(ye.te, ye, [R, q]), by, (ye) => Te(ye));
|
|
15936
15941
|
}
|
|
15937
15942
|
function ze(R) {
|
|
15938
15943
|
let q = null;
|
|
@@ -16072,16 +16077,16 @@ const $d = "vue-i18n: composer properties", ul = {
|
|
|
16072
16077
|
"vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
|
|
16073
16078
|
"vue-i18n-resource-inspector": "Vue I18n DevTools",
|
|
16074
16079
|
"vue-i18n-timeline": "Vue I18n"
|
|
16075
|
-
},
|
|
16080
|
+
}, Ey = {
|
|
16076
16081
|
"vue-i18n-resource-inspector": "Search for scopes ..."
|
|
16077
|
-
},
|
|
16082
|
+
}, Sy = {
|
|
16078
16083
|
"vue-i18n-timeline": 16764185
|
|
16079
16084
|
};
|
|
16080
16085
|
let Hl;
|
|
16081
|
-
async function
|
|
16086
|
+
async function Cy(e, t) {
|
|
16082
16087
|
return new Promise((n, o) => {
|
|
16083
16088
|
try {
|
|
16084
|
-
|
|
16089
|
+
vy({
|
|
16085
16090
|
id: "vue-devtools-plugin-vue-i18n",
|
|
16086
16091
|
label: ul["vue-devtools-plugin-vue-i18n"],
|
|
16087
16092
|
packageName: "vue-i18n",
|
|
@@ -16092,36 +16097,36 @@ async function Ey(e, t) {
|
|
|
16092
16097
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
16093
16098
|
}, (r) => {
|
|
16094
16099
|
Hl = r, r.on.visitComponentTree(({ componentInstance: a, treeNode: i }) => {
|
|
16095
|
-
|
|
16100
|
+
wy(a, i, t);
|
|
16096
16101
|
}), r.on.inspectComponent(({ componentInstance: a, instanceData: i }) => {
|
|
16097
16102
|
a.vnode.el && a.vnode.el.__VUE_I18N__ && i && (t.mode === "legacy" ? a.vnode.el.__VUE_I18N__ !== t.global.__composer && ou(i, a.vnode.el.__VUE_I18N__) : ou(i, a.vnode.el.__VUE_I18N__));
|
|
16098
16103
|
}), r.addInspector({
|
|
16099
16104
|
id: "vue-i18n-resource-inspector",
|
|
16100
16105
|
label: ul["vue-i18n-resource-inspector"],
|
|
16101
16106
|
icon: "language",
|
|
16102
|
-
treeFilterPlaceholder:
|
|
16107
|
+
treeFilterPlaceholder: Ey["vue-i18n-resource-inspector"]
|
|
16103
16108
|
}), r.on.getInspectorTree((a) => {
|
|
16104
|
-
a.app === e && a.inspectorId === "vue-i18n-resource-inspector" &&
|
|
16109
|
+
a.app === e && a.inspectorId === "vue-i18n-resource-inspector" && Dy(a, t);
|
|
16105
16110
|
});
|
|
16106
16111
|
const l = /* @__PURE__ */ new Map();
|
|
16107
16112
|
r.on.getInspectorState(async (a) => {
|
|
16108
16113
|
if (a.app === e && a.inspectorId === "vue-i18n-resource-inspector")
|
|
16109
|
-
if (r.unhighlightElement(),
|
|
16114
|
+
if (r.unhighlightElement(), xy(a, t), a.nodeId === "global") {
|
|
16110
16115
|
if (!l.has(a.app)) {
|
|
16111
16116
|
const [i] = await r.getComponentInstances(a.app);
|
|
16112
16117
|
l.set(a.app, i);
|
|
16113
16118
|
}
|
|
16114
16119
|
r.highlightElement(l.get(a.app));
|
|
16115
16120
|
} else {
|
|
16116
|
-
const i =
|
|
16121
|
+
const i = Iy(a.nodeId, t);
|
|
16117
16122
|
i && r.highlightElement(i);
|
|
16118
16123
|
}
|
|
16119
16124
|
}), r.on.editInspectorState((a) => {
|
|
16120
|
-
a.app === e && a.inspectorId === "vue-i18n-resource-inspector" &&
|
|
16125
|
+
a.app === e && a.inspectorId === "vue-i18n-resource-inspector" && Py(a, t);
|
|
16121
16126
|
}), r.addTimelineLayer({
|
|
16122
16127
|
id: "vue-i18n-timeline",
|
|
16123
16128
|
label: ul["vue-i18n-timeline"],
|
|
16124
|
-
color:
|
|
16129
|
+
color: Sy["vue-i18n-timeline"]
|
|
16125
16130
|
}), n(!0);
|
|
16126
16131
|
});
|
|
16127
16132
|
} catch (r) {
|
|
@@ -16132,7 +16137,7 @@ async function Ey(e, t) {
|
|
|
16132
16137
|
function qd(e) {
|
|
16133
16138
|
return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
|
|
16134
16139
|
}
|
|
16135
|
-
function
|
|
16140
|
+
function wy(e, t, n) {
|
|
16136
16141
|
const o = n.mode === "composition" ? n.global : n.global.__composer;
|
|
16137
16142
|
if (e && e.vnode.el && e.vnode.el.__VUE_I18N__ && e.vnode.el.__VUE_I18N__ !== o) {
|
|
16138
16143
|
const r = {
|
|
@@ -16186,30 +16191,30 @@ function Aa(e) {
|
|
|
16186
16191
|
const t = {};
|
|
16187
16192
|
return Object.keys(e).forEach((n) => {
|
|
16188
16193
|
const o = e[n];
|
|
16189
|
-
Pe(o) && "source" in o ? t[n] =
|
|
16194
|
+
Pe(o) && "source" in o ? t[n] = Ay(o) : mn(o) && o.loc && o.loc.source ? t[n] = o.loc.source : ke(o) ? t[n] = Aa(o) : t[n] = o;
|
|
16190
16195
|
}), t;
|
|
16191
16196
|
}
|
|
16192
|
-
const
|
|
16197
|
+
const ky = {
|
|
16193
16198
|
"<": "<",
|
|
16194
16199
|
">": ">",
|
|
16195
16200
|
'"': """,
|
|
16196
16201
|
"&": "&"
|
|
16197
16202
|
};
|
|
16198
|
-
function
|
|
16199
|
-
return e.replace(/[<>"&]/g,
|
|
16203
|
+
function Ty(e) {
|
|
16204
|
+
return e.replace(/[<>"&]/g, Oy);
|
|
16200
16205
|
}
|
|
16201
|
-
function
|
|
16202
|
-
return
|
|
16206
|
+
function Oy(e) {
|
|
16207
|
+
return ky[e] || e;
|
|
16203
16208
|
}
|
|
16204
|
-
function
|
|
16209
|
+
function Ay(e) {
|
|
16205
16210
|
return {
|
|
16206
16211
|
_custom: {
|
|
16207
16212
|
type: "function",
|
|
16208
|
-
display: `<span>ƒ</span> ${e.source ? `("${
|
|
16213
|
+
display: `<span>ƒ</span> ${e.source ? `("${Ty(e.source)}")` : "(?)"}`
|
|
16209
16214
|
}
|
|
16210
16215
|
};
|
|
16211
16216
|
}
|
|
16212
|
-
function
|
|
16217
|
+
function Dy(e, t) {
|
|
16213
16218
|
e.rootNodes.push({
|
|
16214
16219
|
id: "global",
|
|
16215
16220
|
label: "Global Scope"
|
|
@@ -16223,7 +16228,7 @@ function Oy(e, t) {
|
|
|
16223
16228
|
});
|
|
16224
16229
|
}
|
|
16225
16230
|
}
|
|
16226
|
-
function
|
|
16231
|
+
function Iy(e, t) {
|
|
16227
16232
|
let n = null;
|
|
16228
16233
|
if (e !== "global") {
|
|
16229
16234
|
for (const [o, r] of t.__instances.entries())
|
|
@@ -16242,11 +16247,11 @@ function Ud(e, t) {
|
|
|
16242
16247
|
return n ? t.mode === "composition" ? n : n.__composer : null;
|
|
16243
16248
|
}
|
|
16244
16249
|
}
|
|
16245
|
-
function
|
|
16250
|
+
function xy(e, t) {
|
|
16246
16251
|
const n = Ud(e.nodeId, t);
|
|
16247
|
-
return n && (e.state =
|
|
16252
|
+
return n && (e.state = Ly(n)), null;
|
|
16248
16253
|
}
|
|
16249
|
-
function
|
|
16254
|
+
function Ly(e) {
|
|
16250
16255
|
const t = {}, n = "Locale related info", o = [
|
|
16251
16256
|
{
|
|
16252
16257
|
type: n,
|
|
@@ -16321,14 +16326,14 @@ function No(e, t) {
|
|
|
16321
16326
|
});
|
|
16322
16327
|
}
|
|
16323
16328
|
}
|
|
16324
|
-
function
|
|
16329
|
+
function Py(e, t) {
|
|
16325
16330
|
const n = Ud(e.nodeId, t);
|
|
16326
16331
|
if (n) {
|
|
16327
16332
|
const [o] = e.path;
|
|
16328
16333
|
o === "locale" && Q(e.state.value) ? n.locale.value = e.state.value : o === "fallbackLocale" && (Q(e.state.value) || He(e.state.value) || ke(e.state.value)) ? n.fallbackLocale.value = e.state.value : o === "inheritLocale" && Te(e.state.value) && (n.inheritLocale = e.state.value);
|
|
16329
16334
|
}
|
|
16330
16335
|
}
|
|
16331
|
-
function
|
|
16336
|
+
function Ny(e) {
|
|
16332
16337
|
const t = Q(e.locale) ? e.locale : xo, n = Q(e.fallbackLocale) || He(e.fallbackLocale) || be(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, o = Pe(e.missing) ? e.missing : void 0, r = Te(e.silentTranslationWarn) || no(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, l = Te(e.silentFallbackWarn) || no(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, a = Te(e.fallbackRoot) ? e.fallbackRoot : !0, i = !!e.formatFallbackMessages, s = be(e.modifiers) ? e.modifiers : {}, m = e.pluralizationRules, c = Pe(e.postTranslation) ? e.postTranslation : void 0, f = Q(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, u = !!e.escapeParameterHtml, d = Te(e.sync) ? e.sync : !0;
|
|
16333
16338
|
let g = e.messages;
|
|
16334
16339
|
if (be(e.sharedMessages)) {
|
|
@@ -16364,7 +16369,7 @@ function Ly(e) {
|
|
|
16364
16369
|
};
|
|
16365
16370
|
}
|
|
16366
16371
|
function zl(e = {}) {
|
|
16367
|
-
const t = Oa(
|
|
16372
|
+
const t = Oa(Ny(e)), { __extender: n } = e, o = {
|
|
16368
16373
|
// id
|
|
16369
16374
|
id: t.id,
|
|
16370
16375
|
// locale
|
|
@@ -16545,7 +16550,7 @@ function zl(e = {}) {
|
|
|
16545
16550
|
r[Lo] && r[Lo]();
|
|
16546
16551
|
}), o;
|
|
16547
16552
|
}
|
|
16548
|
-
function
|
|
16553
|
+
function Ry(e, t, n) {
|
|
16549
16554
|
return {
|
|
16550
16555
|
beforeCreate() {
|
|
16551
16556
|
const o = Ce();
|
|
@@ -16621,7 +16626,7 @@ const Da = {
|
|
|
16621
16626
|
type: Object
|
|
16622
16627
|
}
|
|
16623
16628
|
};
|
|
16624
|
-
function
|
|
16629
|
+
function My({ slots: e }, t) {
|
|
16625
16630
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((o, r) => [
|
|
16626
16631
|
...o,
|
|
16627
16632
|
// prettier-ignore
|
|
@@ -16634,7 +16639,7 @@ function Ny({ slots: e }, t) {
|
|
|
16634
16639
|
function Hd() {
|
|
16635
16640
|
return Nn;
|
|
16636
16641
|
}
|
|
16637
|
-
const
|
|
16642
|
+
const Vy = /* @__PURE__ */ on({
|
|
16638
16643
|
/* eslint-disable */
|
|
16639
16644
|
name: "i18n-t",
|
|
16640
16645
|
props: at({
|
|
@@ -16657,12 +16662,12 @@ const Ry = /* @__PURE__ */ on({
|
|
|
16657
16662
|
return () => {
|
|
16658
16663
|
const l = Object.keys(n).filter((f) => f !== "_"), a = xe();
|
|
16659
16664
|
e.locale && (a.locale = e.locale), e.plural !== void 0 && (a.plural = Q(e.plural) ? +e.plural : e.plural);
|
|
16660
|
-
const i =
|
|
16665
|
+
const i = My(t, l), s = r[Bl](e.keypath, i, a), m = at(xe(), o), c = Q(e.tag) || ke(e.tag) ? e.tag : Hd();
|
|
16661
16666
|
return w(c, m, s);
|
|
16662
16667
|
};
|
|
16663
16668
|
}
|
|
16664
|
-
}), lu =
|
|
16665
|
-
function
|
|
16669
|
+
}), lu = Vy;
|
|
16670
|
+
function Fy(e) {
|
|
16666
16671
|
return He(e) && !Q(e[0]);
|
|
16667
16672
|
}
|
|
16668
16673
|
function zd(e, t, n, o) {
|
|
@@ -16675,13 +16680,13 @@ function zd(e, t, n, o) {
|
|
|
16675
16680
|
let m = [a.key];
|
|
16676
16681
|
He(s) ? m = s.map((u, d) => {
|
|
16677
16682
|
const g = r[u.type], p = g ? g({ [u.type]: u.value, index: d, parts: s }) : [u.value];
|
|
16678
|
-
return
|
|
16683
|
+
return Fy(p) && (p[0].key = `${u.type}-${d}`), p;
|
|
16679
16684
|
}) : Q(s) && (m = [s]);
|
|
16680
16685
|
const c = at(xe(), l), f = Q(e.tag) || ke(e.tag) ? e.tag : Hd();
|
|
16681
16686
|
return w(f, c, m);
|
|
16682
16687
|
};
|
|
16683
16688
|
}
|
|
16684
|
-
const
|
|
16689
|
+
const By = /* @__PURE__ */ on({
|
|
16685
16690
|
/* eslint-disable */
|
|
16686
16691
|
name: "i18n-n",
|
|
16687
16692
|
props: at({
|
|
@@ -16705,7 +16710,7 @@ const Vy = /* @__PURE__ */ on({
|
|
|
16705
16710
|
n[ql](...o)
|
|
16706
16711
|
));
|
|
16707
16712
|
}
|
|
16708
|
-
}), au =
|
|
16713
|
+
}), au = By, $y = /* @__PURE__ */ on({
|
|
16709
16714
|
/* eslint-disable */
|
|
16710
16715
|
name: "i18n-d",
|
|
16711
16716
|
props: at({
|
|
@@ -16729,8 +16734,8 @@ const Vy = /* @__PURE__ */ on({
|
|
|
16729
16734
|
n[$l](...o)
|
|
16730
16735
|
));
|
|
16731
16736
|
}
|
|
16732
|
-
}), iu =
|
|
16733
|
-
function
|
|
16737
|
+
}), iu = $y;
|
|
16738
|
+
function qy(e, t) {
|
|
16734
16739
|
const n = e;
|
|
16735
16740
|
if (e.mode === "composition")
|
|
16736
16741
|
return n.__getInstance(t) || e.global;
|
|
@@ -16739,12 +16744,12 @@ function By(e, t) {
|
|
|
16739
16744
|
return o != null ? o.__composer : e.global.__composer;
|
|
16740
16745
|
}
|
|
16741
16746
|
}
|
|
16742
|
-
function
|
|
16747
|
+
function Uy(e) {
|
|
16743
16748
|
const t = (a) => {
|
|
16744
16749
|
const { instance: i, value: s } = a;
|
|
16745
16750
|
if (!i || !i.$)
|
|
16746
16751
|
throw bt(Le.UNEXPECTED_ERROR);
|
|
16747
|
-
const m =
|
|
16752
|
+
const m = qy(e, i.$), c = su(s);
|
|
16748
16753
|
return [
|
|
16749
16754
|
Reflect.apply(m.t, m, [...uu(c)]),
|
|
16750
16755
|
m
|
|
@@ -16788,13 +16793,13 @@ function uu(e) {
|
|
|
16788
16793
|
const { path: t, locale: n, args: o, choice: r, plural: l } = e, a = {}, i = o || {};
|
|
16789
16794
|
return Q(n) && (a.locale = n), Ye(r) && (a.plural = r), Ye(l) && (a.plural = l), [t, i, a];
|
|
16790
16795
|
}
|
|
16791
|
-
function
|
|
16796
|
+
function Hy(e, t, ...n) {
|
|
16792
16797
|
const o = be(n[0]) ? n[0] : {};
|
|
16793
|
-
(Te(o.globalInstall) ? o.globalInstall : !0) && ([lu.name, "I18nT"].forEach((l) => e.component(l, lu)), [au.name, "I18nN"].forEach((l) => e.component(l, au)), [iu.name, "I18nD"].forEach((l) => e.component(l, iu))), e.directive("t",
|
|
16798
|
+
(Te(o.globalInstall) ? o.globalInstall : !0) && ([lu.name, "I18nT"].forEach((l) => e.component(l, lu)), [au.name, "I18nN"].forEach((l) => e.component(l, au)), [iu.name, "I18nD"].forEach((l) => e.component(l, iu))), e.directive("t", Uy(t));
|
|
16794
16799
|
}
|
|
16795
|
-
const
|
|
16796
|
-
function
|
|
16797
|
-
const n = __VUE_I18N_LEGACY_API__ && Te(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__, o = Te(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [l, a] =
|
|
16800
|
+
const zy = /* @__PURE__ */ Gt("global-vue-i18n");
|
|
16801
|
+
function jy(e = {}, t) {
|
|
16802
|
+
const n = __VUE_I18N_LEGACY_API__ && Te(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__, o = Te(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [l, a] = Ky(e, n), i = /* @__PURE__ */ Gt(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
|
16798
16803
|
function s(u) {
|
|
16799
16804
|
return r.get(u) || null;
|
|
16800
16805
|
}
|
|
@@ -16816,12 +16821,12 @@ function Hy(e = {}, t) {
|
|
|
16816
16821
|
f.__composerExtend = h.__composerExtend, f.__vueI18nExtend = h.__vueI18nExtend;
|
|
16817
16822
|
}
|
|
16818
16823
|
let g = null;
|
|
16819
|
-
!n && o && (g =
|
|
16824
|
+
!n && o && (g = eE(u, f.global)), __VUE_I18N_FULL_INSTALL__ && Hy(u, f, ...d), __VUE_I18N_LEGACY_API__ && n && u.mixin(Ry(a, a.__composer, f));
|
|
16820
16825
|
const p = u.unmount;
|
|
16821
16826
|
if (u.unmount = () => {
|
|
16822
16827
|
g && g(), f.dispose(), p();
|
|
16823
16828
|
}, process.env.NODE_ENV !== "production") {
|
|
16824
|
-
if (!await
|
|
16829
|
+
if (!await Cy(u, f))
|
|
16825
16830
|
throw bt(Le.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
|
|
16826
16831
|
const v = Ea();
|
|
16827
16832
|
if (n) {
|
|
@@ -16858,43 +16863,43 @@ function Ia(e = {}) {
|
|
|
16858
16863
|
throw bt(Le.MUST_BE_CALL_SETUP_TOP);
|
|
16859
16864
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
16860
16865
|
throw bt(Le.NOT_INSTALLED);
|
|
16861
|
-
const n =
|
|
16866
|
+
const n = Wy(t), o = Gy(n), r = Fd(t), l = Yy(e, r);
|
|
16862
16867
|
if (l === "global")
|
|
16863
16868
|
return Bd(o, e, r), o;
|
|
16864
16869
|
if (l === "parent") {
|
|
16865
|
-
let s =
|
|
16870
|
+
let s = Qy(n, t, e.__useComponent);
|
|
16866
16871
|
return s == null && (process.env.NODE_ENV !== "production" && vn(Mr(un.NOT_FOUND_PARENT_SCOPE)), s = o), s;
|
|
16867
16872
|
}
|
|
16868
16873
|
const a = n;
|
|
16869
16874
|
let i = a.__getInstance(t);
|
|
16870
16875
|
if (i == null) {
|
|
16871
16876
|
const s = at({}, e);
|
|
16872
|
-
"__i18n" in r && (s.__i18n = r.__i18n), o && (s.__root = o), i = Oa(s), a.__composerExtend && (i[Ul] = a.__composerExtend(i)),
|
|
16877
|
+
"__i18n" in r && (s.__i18n = r.__i18n), o && (s.__root = o), i = Oa(s), a.__composerExtend && (i[Ul] = a.__composerExtend(i)), Zy(a, t, i), a.__setInstance(t, i);
|
|
16873
16878
|
}
|
|
16874
16879
|
return i;
|
|
16875
16880
|
}
|
|
16876
|
-
function
|
|
16881
|
+
function Ky(e, t, n) {
|
|
16877
16882
|
const o = yu(), r = __VUE_I18N_LEGACY_API__ && t ? o.run(() => zl(e)) : o.run(() => Oa(e));
|
|
16878
16883
|
if (r == null)
|
|
16879
16884
|
throw bt(Le.UNEXPECTED_ERROR);
|
|
16880
16885
|
return [o, r];
|
|
16881
16886
|
}
|
|
16882
|
-
function
|
|
16883
|
-
const t = gu(e.isCE ?
|
|
16887
|
+
function Wy(e) {
|
|
16888
|
+
const t = gu(e.isCE ? zy : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
16884
16889
|
if (!t)
|
|
16885
16890
|
throw bt(e.isCE ? Le.NOT_INSTALLED_WITH_PROVIDE : Le.UNEXPECTED_ERROR);
|
|
16886
16891
|
return t;
|
|
16887
16892
|
}
|
|
16888
|
-
function
|
|
16893
|
+
function Yy(e, t) {
|
|
16889
16894
|
return Pr(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
16890
16895
|
}
|
|
16891
|
-
function
|
|
16896
|
+
function Gy(e) {
|
|
16892
16897
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
16893
16898
|
}
|
|
16894
|
-
function
|
|
16899
|
+
function Qy(e, t, n = !1) {
|
|
16895
16900
|
let o = null;
|
|
16896
16901
|
const r = t.root;
|
|
16897
|
-
let l =
|
|
16902
|
+
let l = Xy(t, n);
|
|
16898
16903
|
for (; l != null; ) {
|
|
16899
16904
|
const a = e;
|
|
16900
16905
|
if (e.mode === "composition")
|
|
@@ -16909,10 +16914,10 @@ function Yy(e, t, n = !1) {
|
|
|
16909
16914
|
}
|
|
16910
16915
|
return o;
|
|
16911
16916
|
}
|
|
16912
|
-
function
|
|
16917
|
+
function Xy(e, t = !1) {
|
|
16913
16918
|
return e == null ? null : t && e.vnode.ctx || e.parent;
|
|
16914
16919
|
}
|
|
16915
|
-
function
|
|
16920
|
+
function Zy(e, t, n) {
|
|
16916
16921
|
let o = null;
|
|
16917
16922
|
rn(() => {
|
|
16918
16923
|
if (process.env.NODE_ENV !== "production" && t.vnode.el) {
|
|
@@ -16927,14 +16932,14 @@ function Qy(e, t, n) {
|
|
|
16927
16932
|
l && (l(), delete r[Ul]);
|
|
16928
16933
|
}, t);
|
|
16929
16934
|
}
|
|
16930
|
-
const
|
|
16935
|
+
const Jy = [
|
|
16931
16936
|
"locale",
|
|
16932
16937
|
"fallbackLocale",
|
|
16933
16938
|
"availableLocales"
|
|
16934
16939
|
], cu = ["t", "rt", "d", "n", "tm", "te"];
|
|
16935
|
-
function
|
|
16940
|
+
function eE(e, t) {
|
|
16936
16941
|
const n = /* @__PURE__ */ Object.create(null);
|
|
16937
|
-
return
|
|
16942
|
+
return Jy.forEach((r) => {
|
|
16938
16943
|
const l = Object.getOwnPropertyDescriptor(t, r);
|
|
16939
16944
|
if (!l)
|
|
16940
16945
|
throw bt(Le.UNEXPECTED_ERROR);
|
|
@@ -16963,41 +16968,41 @@ function Zy(e, t) {
|
|
|
16963
16968
|
});
|
|
16964
16969
|
};
|
|
16965
16970
|
}
|
|
16966
|
-
|
|
16967
|
-
|
|
16968
|
-
|
|
16969
|
-
|
|
16971
|
+
hy();
|
|
16972
|
+
$b(pb);
|
|
16973
|
+
qb(Rb);
|
|
16974
|
+
Ub(Sd);
|
|
16970
16975
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
16971
16976
|
const e = Cn();
|
|
16972
|
-
e.__INTLIFY__ = !0,
|
|
16977
|
+
e.__INTLIFY__ = !0, bb(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
16973
16978
|
}
|
|
16974
16979
|
process.env.NODE_ENV;
|
|
16975
|
-
const jl =
|
|
16980
|
+
const jl = jy({
|
|
16976
16981
|
locale: "es",
|
|
16977
16982
|
globalInjection: !0,
|
|
16978
16983
|
silentTranslationWarn: !0,
|
|
16979
|
-
messages:
|
|
16980
|
-
}),
|
|
16984
|
+
messages: m0
|
|
16985
|
+
}), tE = bd(), aE = {
|
|
16981
16986
|
install(e) {
|
|
16982
|
-
console.log("[Quasar Components] Installing..."), vo(e, Mg), vo(e, Ug), vo(e, Wg), vo(e, Dh), vo(e,
|
|
16987
|
+
console.log("[Quasar Components] Installing..."), vo(e, Mg), vo(e, Ug), vo(e, Wg), vo(e, Dh), vo(e, Uh), e.use(jl), e.use(tE), jl.global.locale = "en", e.use(Cf, {
|
|
16983
16988
|
plugins: {}
|
|
16984
16989
|
// import Quasar plugins and add here
|
|
16985
16990
|
}), console.log("[Quasar components] Installed");
|
|
16986
16991
|
}
|
|
16987
16992
|
};
|
|
16988
|
-
function
|
|
16993
|
+
function iE(e) {
|
|
16989
16994
|
jl.global.locale = e;
|
|
16990
16995
|
}
|
|
16991
16996
|
export {
|
|
16992
16997
|
qg as AlertDialog,
|
|
16993
16998
|
Kg as ConfirmDialog,
|
|
16994
|
-
|
|
16999
|
+
qh as ConfirmedTask,
|
|
16995
17000
|
Rg as MyTable,
|
|
16996
|
-
|
|
17001
|
+
aE as QuasarFactoryLib,
|
|
16997
17002
|
Ah as TaskNavBar,
|
|
16998
|
-
|
|
17003
|
+
oE as filterMethod,
|
|
16999
17004
|
Ds as infiniteScroll,
|
|
17000
|
-
|
|
17001
|
-
|
|
17002
|
-
|
|
17005
|
+
lE as qTableSort,
|
|
17006
|
+
rE as setTableHeight,
|
|
17007
|
+
iE as updatePackageLanguage
|
|
17003
17008
|
};
|