quasar-factory-lib 0.0.25 → 0.0.27
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/TaskNavBar/TaskNavBar.vue.d.ts +1 -0
- package/dist/pages/NavBarPage.vue.d.ts +1 -0
- package/dist/pages/TablePage.vue.d.ts +16 -3
- package/dist/quasar-factory-lib.js +335 -331
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Table/components/TableSlotBody.vue +1 -1
- package/src/components/Table/components/TableSlotGrid.vue +1 -0
- package/src/components/Table/components/TableSlotHeader.vue +1 -0
- package/src/components/TaskNavBar/TaskNavBar.vue +13 -6
- package/src/components/TaskNavBar/css/taskNavBar.css +1 -1
- package/src/css/app.css +4 -0
- package/src/pages/TablePage.vue +1 -24
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as le, reactive as du, markRaw as
|
|
1
|
+
import { ref as le, reactive as du, markRaw as Sr, defineComponent as fn, computed as p, getCurrentInstance as Ce, h as w, withDirectives as fu, watch as ve, nextTick as Ue, onBeforeMount as zl, onDeactivated as xo, onActivated as jl, onBeforeUnmount as gt, unref as mu, onMounted as tn, onBeforeUpdate as vu, inject as gu, Transition as _o, onUnmounted as hu, Teleport as Hd, onUpdated as zd, toRaw as zt, createBlock as ge, openBlock as se, withCtx as ae, createCommentVNode as Ie, createElementBlock as Pt, Fragment as Ln, renderList as Lo, createTextVNode as Po, toDisplayString as sn, createVNode as J, mergeProps as jd, withKeys as Kd, withModifiers as Wd, resolveComponent as st, normalizeClass as sr, normalizeStyle as ur, createElementVNode as Te, effectScope as _u, shallowRef as Yd, isRef as Gd, Text as Qd } from "vue";
|
|
2
2
|
function Ct(e, t, n, o) {
|
|
3
3
|
return Object.defineProperty(e, t, {
|
|
4
4
|
get: n,
|
|
@@ -14,7 +14,7 @@ function Xd(e, t) {
|
|
|
14
14
|
const un = le(
|
|
15
15
|
!1
|
|
16
16
|
);
|
|
17
|
-
let
|
|
17
|
+
let sl;
|
|
18
18
|
function Zd(e, t) {
|
|
19
19
|
const n = /(edg|edge|edga|edgios)\/([\w.]+)/.exec(e) || /(opr)[\/]([\w.]+)/.exec(e) || /(vivaldi)[\/]([\w.]+)/.exec(e) || /(chrome|crios)[\/]([\w.]+)/.exec(e) || /(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e) || /(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e) || /(firefox|fxios)[\/]([\w.]+)/.exec(e) || /(webkit)[\/]([\w.]+)/.exec(e) || /(opera)(?:.*version|)[\/]([\w.]+)/.exec(e) || [];
|
|
20
20
|
return {
|
|
@@ -69,7 +69,7 @@ function ef(e) {
|
|
|
69
69
|
else if (document.location.href.indexOf("-extension://") !== -1)
|
|
70
70
|
r.bex = !0;
|
|
71
71
|
else {
|
|
72
|
-
if (window.Capacitor !== void 0 ? (r.capacitor = !0, r.nativeMobile = !0, r.nativeMobileWrapper = "capacitor") : (window._cordovaNative !== void 0 || window.cordova !== void 0) && (r.cordova = !0, r.nativeMobile = !0, r.nativeMobileWrapper = "cordova"), un.value === !0 && (
|
|
72
|
+
if (window.Capacitor !== void 0 ? (r.capacitor = !0, r.nativeMobile = !0, r.nativeMobileWrapper = "capacitor") : (window._cordovaNative !== void 0 || window.cordova !== void 0) && (r.cordova = !0, r.nativeMobile = !0, r.nativeMobileWrapper = "cordova"), un.value === !0 && (sl = { is: { ...r } }), pu === !0 && r.mac === !0 && (r.desktop === !0 && r.safari === !0 || r.nativeMobile === !0 && r.android !== !0 && r.ios !== !0 && r.ipad !== !0)) {
|
|
73
73
|
delete r.mac, delete r.desktop;
|
|
74
74
|
const a = Math.min(window.innerHeight, window.innerWidth) > 414 ? "ipad" : "iphone";
|
|
75
75
|
Object.assign(r, {
|
|
@@ -98,7 +98,7 @@ const Pa = navigator.userAgent || navigator.vendor || window.opera, tf = {
|
|
|
98
98
|
within: {
|
|
99
99
|
iframe: window.self !== window.top
|
|
100
100
|
}
|
|
101
|
-
},
|
|
101
|
+
}, cr = {
|
|
102
102
|
install(e) {
|
|
103
103
|
const { $q: t } = e;
|
|
104
104
|
un.value === !0 ? (e.onSSRHydrated.push(() => {
|
|
@@ -117,15 +117,15 @@ const Pa = navigator.userAgent || navigator.vendor || window.opera, tf = {
|
|
|
117
117
|
} catch {
|
|
118
118
|
}
|
|
119
119
|
return e = !1, !1;
|
|
120
|
-
}), Object.assign(
|
|
120
|
+
}), Object.assign(cr, Xe), un.value === !0 && (Object.assign(cr, sl, tf), sl = null);
|
|
121
121
|
}
|
|
122
122
|
function Oe(e) {
|
|
123
|
-
return
|
|
123
|
+
return Sr(fn(e));
|
|
124
124
|
}
|
|
125
125
|
function nf(e) {
|
|
126
|
-
return
|
|
126
|
+
return Sr(e);
|
|
127
127
|
}
|
|
128
|
-
const
|
|
128
|
+
const Cr = (e, t) => {
|
|
129
129
|
const n = du(e);
|
|
130
130
|
for (const o in e)
|
|
131
131
|
Ct(
|
|
@@ -187,7 +187,7 @@ function Vt(e) {
|
|
|
187
187
|
function tt(e) {
|
|
188
188
|
e.cancelable !== !1 && e.preventDefault(), e.stopPropagation();
|
|
189
189
|
}
|
|
190
|
-
function
|
|
190
|
+
function ul(e, t, n) {
|
|
191
191
|
const o = `__q_${t}_evt`;
|
|
192
192
|
e[o] = e[o] !== void 0 ? e[o].concat(n) : n, n.forEach((r) => {
|
|
193
193
|
r[0].addEventListener(r[1], e[r[2]], ut[r[3]]);
|
|
@@ -211,7 +211,7 @@ function Kl(e, t = 250, n) {
|
|
|
211
211
|
o !== null && clearTimeout(o);
|
|
212
212
|
}, r;
|
|
213
213
|
}
|
|
214
|
-
const
|
|
214
|
+
const $r = ["sm", "md", "lg", "xl"], { passive: Na } = ut, rf = Cr({
|
|
215
215
|
width: 0,
|
|
216
216
|
height: 0,
|
|
217
217
|
name: "xs",
|
|
@@ -264,7 +264,7 @@ const qr = ["sm", "md", "lg", "xl"], { passive: Na } = ut, rf = Sr({
|
|
|
264
264
|
};
|
|
265
265
|
let i, s = {}, d = 16;
|
|
266
266
|
this.setSizes = (u) => {
|
|
267
|
-
|
|
267
|
+
$r.forEach((f) => {
|
|
268
268
|
u[f] !== void 0 && (s[f] = u[f]);
|
|
269
269
|
});
|
|
270
270
|
}, this.setDebounce = (u) => {
|
|
@@ -272,10 +272,10 @@ const qr = ["sm", "md", "lg", "xl"], { passive: Na } = ut, rf = Sr({
|
|
|
272
272
|
};
|
|
273
273
|
const c = () => {
|
|
274
274
|
const u = getComputedStyle(document.body);
|
|
275
|
-
u.getPropertyValue("--q-size-sm") &&
|
|
275
|
+
u.getPropertyValue("--q-size-sm") && $r.forEach((f) => {
|
|
276
276
|
this.sizes[f] = parseInt(u.getPropertyValue(`--q-size-${f}`), 10);
|
|
277
277
|
}), this.setSizes = (f) => {
|
|
278
|
-
|
|
278
|
+
$r.forEach((m) => {
|
|
279
279
|
f[m] && (this.sizes[m] = f[m]);
|
|
280
280
|
}), this.__update(!0);
|
|
281
281
|
}, this.setDebounce = (f) => {
|
|
@@ -284,7 +284,7 @@ const qr = ["sm", "md", "lg", "xl"], { passive: Na } = ut, rf = Sr({
|
|
|
284
284
|
};
|
|
285
285
|
un.value === !0 ? t.push(c) : c();
|
|
286
286
|
}
|
|
287
|
-
}), ft =
|
|
287
|
+
}), ft = Cr({
|
|
288
288
|
isActive: !1,
|
|
289
289
|
mode: !1
|
|
290
290
|
}, {
|
|
@@ -422,7 +422,7 @@ const po = {
|
|
|
422
422
|
document.addEventListener("backbutton", l, !1);
|
|
423
423
|
}) : window.Capacitor.Plugins.App.addListener("backButton", l);
|
|
424
424
|
}
|
|
425
|
-
},
|
|
425
|
+
}, cl = {
|
|
426
426
|
isoName: "en-US",
|
|
427
427
|
nativeName: "English (US)",
|
|
428
428
|
label: {
|
|
@@ -517,13 +517,13 @@ function Ra() {
|
|
|
517
517
|
if (typeof e == "string")
|
|
518
518
|
return e.split(/[-_]/).map((t, n) => n === 0 ? t.toLowerCase() : n > 1 || t.length < 4 ? t.toUpperCase() : t[0].toUpperCase() + t.slice(1).toLowerCase()).join("-");
|
|
519
519
|
}
|
|
520
|
-
const Kt =
|
|
520
|
+
const Kt = Cr({
|
|
521
521
|
__qLang: {}
|
|
522
522
|
}, {
|
|
523
523
|
// props: object
|
|
524
524
|
// __langConfig: object
|
|
525
525
|
getLocale: Ra,
|
|
526
|
-
set(e =
|
|
526
|
+
set(e = cl, t) {
|
|
527
527
|
const n = {
|
|
528
528
|
...e,
|
|
529
529
|
rtl: e.rtl === !0,
|
|
@@ -545,7 +545,7 @@ const Kt = Sr({
|
|
|
545
545
|
ownKeys(o) {
|
|
546
546
|
return Reflect.ownKeys(o).filter((r) => r !== "set" && r !== "getLocale");
|
|
547
547
|
}
|
|
548
|
-
}), this.set(t ||
|
|
548
|
+
}), this.set(t || cl));
|
|
549
549
|
}
|
|
550
550
|
}), gf = {
|
|
551
551
|
name: "material-icons",
|
|
@@ -674,14 +674,14 @@ const Kt = Sr({
|
|
|
674
674
|
removeQueue: "clear_all",
|
|
675
675
|
removeUploaded: "done_all"
|
|
676
676
|
}
|
|
677
|
-
},
|
|
677
|
+
}, dr = Cr({
|
|
678
678
|
iconMapFn: null,
|
|
679
679
|
__qIconSet: {}
|
|
680
680
|
}, {
|
|
681
681
|
// props: object
|
|
682
682
|
set(e, t) {
|
|
683
683
|
const n = { ...e };
|
|
684
|
-
n.set =
|
|
684
|
+
n.set = dr.set, Object.assign(dr.__qIconSet, n);
|
|
685
685
|
},
|
|
686
686
|
install({ $q: e, iconSet: t, ssrContext: n }) {
|
|
687
687
|
e.config.iconMapFn !== void 0 && (this.iconMapFn = e.config.iconMapFn), e.iconSet = this.__qIconSet, Ct(e, "iconMapFn", () => this.iconMapFn, (o) => {
|
|
@@ -695,7 +695,7 @@ const Kt = Sr({
|
|
|
695
695
|
}
|
|
696
696
|
}), this.set(t || gf));
|
|
697
697
|
}
|
|
698
|
-
}), hf = "_q_", _f = "_q_fo_",
|
|
698
|
+
}), hf = "_q_", _f = "_q_fo_", fr = {};
|
|
699
699
|
let wu = !1;
|
|
700
700
|
function pf() {
|
|
701
701
|
wu = !0;
|
|
@@ -768,23 +768,23 @@ function Zt(e, t) {
|
|
|
768
768
|
}
|
|
769
769
|
return e !== e && t !== t;
|
|
770
770
|
}
|
|
771
|
-
function
|
|
771
|
+
function dl(e) {
|
|
772
772
|
return e !== null && typeof e == "object" && Array.isArray(e) !== !0;
|
|
773
773
|
}
|
|
774
|
-
function
|
|
774
|
+
function mr(e) {
|
|
775
775
|
return Object.prototype.toString.call(e) === "[object Date]";
|
|
776
776
|
}
|
|
777
|
-
function
|
|
777
|
+
function fl(e) {
|
|
778
778
|
return typeof e == "number" && isFinite(e);
|
|
779
779
|
}
|
|
780
780
|
const Ma = [
|
|
781
|
-
|
|
781
|
+
cr,
|
|
782
782
|
df,
|
|
783
783
|
ft,
|
|
784
784
|
rf,
|
|
785
785
|
po,
|
|
786
786
|
Kt,
|
|
787
|
-
|
|
787
|
+
dr
|
|
788
788
|
];
|
|
789
789
|
function Va(e, t) {
|
|
790
790
|
t.forEach((n) => {
|
|
@@ -793,9 +793,9 @@ function Va(e, t) {
|
|
|
793
793
|
}
|
|
794
794
|
function bf(e, t, n) {
|
|
795
795
|
e.config.globalProperties.$q = n.$q, e.provide(hf, n.$q), Va(n, Ma), t.components !== void 0 && Object.values(t.components).forEach((o) => {
|
|
796
|
-
|
|
796
|
+
dl(o) === !0 && o.name !== void 0 && e.component(o.name, o);
|
|
797
797
|
}), t.directives !== void 0 && Object.values(t.directives).forEach((o) => {
|
|
798
|
-
|
|
798
|
+
dl(o) === !0 && o.name !== void 0 && e.directive(o.name, o);
|
|
799
799
|
}), t.plugins !== void 0 && Va(
|
|
800
800
|
n,
|
|
801
801
|
Object.values(t.plugins).filter(
|
|
@@ -810,7 +810,7 @@ function bf(e, t, n) {
|
|
|
810
810
|
}
|
|
811
811
|
const yf = function(e, t = {}) {
|
|
812
812
|
const n = { version: "2.17.7" };
|
|
813
|
-
wu === !1 ? (t.config !== void 0 && Object.assign(
|
|
813
|
+
wu === !1 ? (t.config !== void 0 && Object.assign(fr, t.config), n.config = { ...fr }, pf()) : n.config = t.config || {}, bf(e, t, {
|
|
814
814
|
parentApp: e,
|
|
815
815
|
$q: n,
|
|
816
816
|
lang: t.lang,
|
|
@@ -826,7 +826,7 @@ const yf = function(e, t = {}) {
|
|
|
826
826
|
lang: Kt,
|
|
827
827
|
// TODO: remove in Qv3 (should only be used through the plugin)
|
|
828
828
|
// We provide a deprecated fallback here
|
|
829
|
-
iconSet:
|
|
829
|
+
iconSet: dr
|
|
830
830
|
}, kt = {
|
|
831
831
|
dark: {
|
|
832
832
|
type: Boolean,
|
|
@@ -840,7 +840,7 @@ const Sf = {
|
|
|
840
840
|
true: "inset",
|
|
841
841
|
item: "item-inset",
|
|
842
842
|
"item-thumbnail": "item-thumbnail-inset"
|
|
843
|
-
},
|
|
843
|
+
}, Ur = {
|
|
844
844
|
xs: 2,
|
|
845
845
|
sm: 4,
|
|
846
846
|
md: 8,
|
|
@@ -862,7 +862,7 @@ const Sf = {
|
|
|
862
862
|
), i = p(() => {
|
|
863
863
|
const s = {};
|
|
864
864
|
if (e.size !== void 0 && (s[e.vertical === !0 ? "width" : "height"] = e.size), e.spaced !== !1) {
|
|
865
|
-
const d = e.spaced === !0 ? `${
|
|
865
|
+
const d = e.spaced === !0 ? `${Ur.md}px` : e.spaced in Ur ? `${Ur[e.spaced]}px` : e.spaced, c = e.vertical === !0 ? ["Left", "Right"] : ["Top", "Bottom"];
|
|
866
866
|
s[`margin${c[0]}`] = s[`margin${c[1]}`] = d;
|
|
867
867
|
}
|
|
868
868
|
return s;
|
|
@@ -873,7 +873,7 @@ const Sf = {
|
|
|
873
873
|
"aria-orientation": o.value
|
|
874
874
|
});
|
|
875
875
|
}
|
|
876
|
-
}),
|
|
876
|
+
}), ml = {
|
|
877
877
|
xs: 18,
|
|
878
878
|
sm: 24,
|
|
879
879
|
md: 32,
|
|
@@ -882,7 +882,7 @@ const Sf = {
|
|
|
882
882
|
}, No = {
|
|
883
883
|
size: String
|
|
884
884
|
};
|
|
885
|
-
function Ro(e, t =
|
|
885
|
+
function Ro(e, t = ml) {
|
|
886
886
|
return p(() => e.size !== void 0 ? { fontSize: e.size in t ? `${t[e.size]}px` : e.size } : null);
|
|
887
887
|
}
|
|
888
888
|
function Me(e, t) {
|
|
@@ -907,15 +907,15 @@ function wf(e, t, n, o, r, l) {
|
|
|
907
907
|
const a = w(e, t, n);
|
|
908
908
|
return r === !0 ? fu(a, l()) : a;
|
|
909
909
|
}
|
|
910
|
-
const Fa = "0 0 24 24", Ba = (e) => e,
|
|
910
|
+
const Fa = "0 0 24 24", Ba = (e) => e, Hr = (e) => `ionicons ${e}`, Ou = {
|
|
911
911
|
"mdi-": (e) => `mdi ${e}`,
|
|
912
912
|
"icon-": Ba,
|
|
913
913
|
// fontawesome equiv
|
|
914
914
|
"bt-": (e) => `bt ${e}`,
|
|
915
915
|
"eva-": (e) => `eva ${e}`,
|
|
916
|
-
"ion-md":
|
|
917
|
-
"ion-ios":
|
|
918
|
-
"ion-logo":
|
|
916
|
+
"ion-md": Hr,
|
|
917
|
+
"ion-ios": Hr,
|
|
918
|
+
"ion-logo": Hr,
|
|
919
919
|
"iconfont ": Ba,
|
|
920
920
|
"ti-": (e) => `themify-icon ${e}`,
|
|
921
921
|
"bi-": (e) => `bootstrap-icons ${e}`
|
|
@@ -1029,7 +1029,7 @@ const Fa = "0 0 24 24", Ba = (e) => e, Ur = (e) => `ionicons ${e}`, Ou = {
|
|
|
1029
1029
|
])));
|
|
1030
1030
|
};
|
|
1031
1031
|
}
|
|
1032
|
-
}),
|
|
1032
|
+
}), vl = Oe({
|
|
1033
1033
|
name: "QTh",
|
|
1034
1034
|
props: {
|
|
1035
1035
|
props: Object,
|
|
@@ -1124,7 +1124,7 @@ function Lu(e, t) {
|
|
|
1124
1124
|
w("table", { class: "q-table" }, t)
|
|
1125
1125
|
]);
|
|
1126
1126
|
}
|
|
1127
|
-
let
|
|
1127
|
+
let vr = !1;
|
|
1128
1128
|
{
|
|
1129
1129
|
const e = document.createElement("div");
|
|
1130
1130
|
e.setAttribute("dir", "rtl"), Object.assign(e.style, {
|
|
@@ -1136,7 +1136,7 @@ let mr = !1;
|
|
|
1136
1136
|
Object.assign(t.style, {
|
|
1137
1137
|
width: "1000px",
|
|
1138
1138
|
height: "1px"
|
|
1139
|
-
}), document.body.appendChild(e), e.appendChild(t), e.scrollLeft = -1e3,
|
|
1139
|
+
}), document.body.appendChild(e), e.appendChild(t), e.scrollLeft = -1e3, vr = e.scrollLeft >= 0, e.remove();
|
|
1140
1140
|
}
|
|
1141
1141
|
const Mt = 1e3, Nf = [
|
|
1142
1142
|
"start",
|
|
@@ -1160,7 +1160,7 @@ const Mt = 1e3, Nf = [
|
|
|
1160
1160
|
function Wn(e, t) {
|
|
1161
1161
|
return e + t;
|
|
1162
1162
|
}
|
|
1163
|
-
function
|
|
1163
|
+
function zr(e, t, n, o, r, l, a, i) {
|
|
1164
1164
|
const s = e === window ? document.scrollingElement || document.documentElement : e, d = r === !0 ? "offsetWidth" : "offsetHeight", c = {
|
|
1165
1165
|
scrollStart: 0,
|
|
1166
1166
|
scrollViewSize: -a - i,
|
|
@@ -1168,7 +1168,7 @@ function Hr(e, t, n, o, r, l, a, i) {
|
|
|
1168
1168
|
offsetStart: -a,
|
|
1169
1169
|
offsetEnd: -i
|
|
1170
1170
|
};
|
|
1171
|
-
if (r === !0 ? (e === window ? (c.scrollStart = window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, c.scrollViewSize += document.documentElement.clientWidth) : (c.scrollStart = s.scrollLeft, c.scrollViewSize += s.clientWidth), c.scrollMaxSize = s.scrollWidth, l === !0 && (c.scrollStart = (
|
|
1171
|
+
if (r === !0 ? (e === window ? (c.scrollStart = window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, c.scrollViewSize += document.documentElement.clientWidth) : (c.scrollStart = s.scrollLeft, c.scrollViewSize += s.clientWidth), c.scrollMaxSize = s.scrollWidth, l === !0 && (c.scrollStart = (vr === !0 ? c.scrollMaxSize - c.scrollViewSize : 0) - c.scrollStart)) : (e === window ? (c.scrollStart = window.pageYOffset || window.scrollY || document.body.scrollTop || 0, c.scrollViewSize += document.documentElement.clientHeight) : (c.scrollStart = s.scrollTop, c.scrollViewSize += s.clientHeight), c.scrollMaxSize = s.scrollHeight), n !== null)
|
|
1172
1172
|
for (let u = n.previousElementSibling; u !== null; u = u.previousElementSibling)
|
|
1173
1173
|
u.classList.contains("q-virtual-scroll--skip") === !1 && (c.offsetStart += u[d]);
|
|
1174
1174
|
if (o !== null)
|
|
@@ -1181,7 +1181,7 @@ function Hr(e, t, n, o, r, l, a, i) {
|
|
|
1181
1181
|
return c;
|
|
1182
1182
|
}
|
|
1183
1183
|
function $a(e, t, n, o) {
|
|
1184
|
-
t === "end" && (t = (e === window ? document.body : e)[n === !0 ? "scrollWidth" : "scrollHeight"]), e === window ? n === !0 ? (o === !0 && (t = (
|
|
1184
|
+
t === "end" && (t = (e === window ? document.body : e)[n === !0 ? "scrollWidth" : "scrollHeight"]), e === window ? n === !0 ? (o === !0 && (t = (vr === !0 ? document.body.scrollWidth - document.documentElement.clientWidth : 0) - t), window.scrollTo(t, window.pageYOffset || window.scrollY || document.body.scrollTop || 0)) : window.scrollTo(window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, t) : n === !0 ? (o === !0 && (t = (vr === !0 ? e.scrollWidth - e.offsetWidth : 0) - t), e.scrollLeft = t) : e.scrollTop = t;
|
|
1185
1185
|
}
|
|
1186
1186
|
function io(e, t, n, o) {
|
|
1187
1187
|
if (n >= o)
|
|
@@ -1216,7 +1216,7 @@ const Nu = {
|
|
|
1216
1216
|
default: 0
|
|
1217
1217
|
},
|
|
1218
1218
|
tableColspan: [Number, String]
|
|
1219
|
-
}, Ru = Object.keys(Nu),
|
|
1219
|
+
}, Ru = Object.keys(Nu), gl = {
|
|
1220
1220
|
virtualScrollHorizontal: Boolean,
|
|
1221
1221
|
onVirtualScroll: Function,
|
|
1222
1222
|
...Nu
|
|
@@ -1247,7 +1247,7 @@ function Mu({
|
|
|
1247
1247
|
function P(A, T) {
|
|
1248
1248
|
const K = t();
|
|
1249
1249
|
if (K == null || K.nodeType === 8) return;
|
|
1250
|
-
const ue =
|
|
1250
|
+
const ue = zr(
|
|
1251
1251
|
K,
|
|
1252
1252
|
n(),
|
|
1253
1253
|
v.value,
|
|
@@ -1268,7 +1268,7 @@ function Mu({
|
|
|
1268
1268
|
function q() {
|
|
1269
1269
|
const A = t();
|
|
1270
1270
|
if (A == null || A.nodeType === 8) return;
|
|
1271
|
-
const T =
|
|
1271
|
+
const T = zr(
|
|
1272
1272
|
A,
|
|
1273
1273
|
n(),
|
|
1274
1274
|
v.value,
|
|
@@ -1387,7 +1387,7 @@ function Mu({
|
|
|
1387
1387
|
function Q(A) {
|
|
1388
1388
|
if (A === void 0 && typeof window < "u") {
|
|
1389
1389
|
const G = t();
|
|
1390
|
-
G != null && G.nodeType !== 8 && (A =
|
|
1390
|
+
G != null && G.nodeType !== 8 && (A = zr(
|
|
1391
1391
|
G,
|
|
1392
1392
|
n(),
|
|
1393
1393
|
v.value,
|
|
@@ -1473,13 +1473,13 @@ function Mu({
|
|
|
1473
1473
|
q,
|
|
1474
1474
|
s.platform.is.ios === !0 ? 120 : 35
|
|
1475
1475
|
);
|
|
1476
|
-
|
|
1476
|
+
zl(() => {
|
|
1477
1477
|
Q();
|
|
1478
1478
|
});
|
|
1479
1479
|
let ie = !1;
|
|
1480
1480
|
return xo(() => {
|
|
1481
1481
|
ie = !0;
|
|
1482
|
-
}),
|
|
1482
|
+
}), jl(() => {
|
|
1483
1483
|
if (ie !== !0) return;
|
|
1484
1484
|
const A = t();
|
|
1485
1485
|
d !== void 0 && A !== void 0 && A !== null && A.nodeType !== 8 ? $a(
|
|
@@ -1502,7 +1502,7 @@ function Mu({
|
|
|
1502
1502
|
refresh: L
|
|
1503
1503
|
};
|
|
1504
1504
|
}
|
|
1505
|
-
function
|
|
1505
|
+
function hl(e, t) {
|
|
1506
1506
|
const n = e.style;
|
|
1507
1507
|
for (const o in t)
|
|
1508
1508
|
n[o] = t[o];
|
|
@@ -1549,10 +1549,10 @@ function qf() {
|
|
|
1549
1549
|
if (qo !== void 0)
|
|
1550
1550
|
return qo;
|
|
1551
1551
|
const e = document.createElement("p"), t = document.createElement("div");
|
|
1552
|
-
|
|
1552
|
+
hl(e, {
|
|
1553
1553
|
width: "100%",
|
|
1554
1554
|
height: "200px"
|
|
1555
|
-
}),
|
|
1555
|
+
}), hl(t, {
|
|
1556
1556
|
position: "absolute",
|
|
1557
1557
|
top: "0px",
|
|
1558
1558
|
left: "0px",
|
|
@@ -1575,7 +1575,7 @@ const Uf = {
|
|
|
1575
1575
|
}, Hf = ["list", "table", "__qtable"], zf = Oe({
|
|
1576
1576
|
name: "QVirtualScroll",
|
|
1577
1577
|
props: {
|
|
1578
|
-
...
|
|
1578
|
+
...gl,
|
|
1579
1579
|
type: {
|
|
1580
1580
|
type: String,
|
|
1581
1581
|
default: "list",
|
|
@@ -1635,11 +1635,11 @@ const Uf = {
|
|
|
1635
1635
|
);
|
|
1636
1636
|
return t.before !== void 0 && (_ = t.before().concat(_)), Jt(t.after, _);
|
|
1637
1637
|
}
|
|
1638
|
-
return
|
|
1638
|
+
return zl(() => {
|
|
1639
1639
|
i();
|
|
1640
1640
|
}), tn(() => {
|
|
1641
1641
|
S();
|
|
1642
|
-
}),
|
|
1642
|
+
}), jl(() => {
|
|
1643
1643
|
S();
|
|
1644
1644
|
}), xo(() => {
|
|
1645
1645
|
g();
|
|
@@ -1670,7 +1670,7 @@ const Uf = {
|
|
|
1670
1670
|
};
|
|
1671
1671
|
function Kf(e) {
|
|
1672
1672
|
return {
|
|
1673
|
-
cSize: p(() => e.size in
|
|
1673
|
+
cSize: p(() => e.size in ml ? `${ml[e.size]}px` : e.size),
|
|
1674
1674
|
classes: p(
|
|
1675
1675
|
() => "q-spinner" + (e.color ? ` text-${e.color}` : "")
|
|
1676
1676
|
)
|
|
@@ -1706,7 +1706,7 @@ const qu = Oe({
|
|
|
1706
1706
|
]);
|
|
1707
1707
|
}
|
|
1708
1708
|
});
|
|
1709
|
-
let
|
|
1709
|
+
let jr, $o = 0;
|
|
1710
1710
|
const it = new Array(256);
|
|
1711
1711
|
for (let e = 0; e < 256; e++)
|
|
1712
1712
|
it[e] = (e + 256).toString(16).substring(1);
|
|
@@ -1728,27 +1728,27 @@ const Wf = (() => {
|
|
|
1728
1728
|
return n;
|
|
1729
1729
|
};
|
|
1730
1730
|
})(), Ua = 4096;
|
|
1731
|
-
function
|
|
1732
|
-
(
|
|
1733
|
-
const e = Array.prototype.slice.call(
|
|
1731
|
+
function _l() {
|
|
1732
|
+
(jr === void 0 || $o + 16 > Ua) && ($o = 0, jr = Wf(Ua));
|
|
1733
|
+
const e = Array.prototype.slice.call(jr, $o, $o += 16);
|
|
1734
1734
|
return e[6] = e[6] & 15 | 64, e[8] = e[8] & 63 | 128, it[e[0]] + it[e[1]] + it[e[2]] + it[e[3]] + "-" + it[e[4]] + it[e[5]] + "-" + it[e[6]] + it[e[7]] + "-" + it[e[8]] + it[e[9]] + "-" + it[e[10]] + it[e[11]] + it[e[12]] + it[e[13]] + it[e[14]] + it[e[15]];
|
|
1735
1735
|
}
|
|
1736
1736
|
function Yf(e) {
|
|
1737
1737
|
return e ?? null;
|
|
1738
1738
|
}
|
|
1739
1739
|
function Ha(e, t) {
|
|
1740
|
-
return e ?? (t === !0 ? `f_${
|
|
1740
|
+
return e ?? (t === !0 ? `f_${_l()}` : null);
|
|
1741
1741
|
}
|
|
1742
1742
|
function Gf({ getValue: e, required: t = !0 } = {}) {
|
|
1743
1743
|
if (un.value === !0) {
|
|
1744
1744
|
const n = e !== void 0 ? le(Yf(e())) : le(null);
|
|
1745
1745
|
return t === !0 && n.value === null && tn(() => {
|
|
1746
|
-
n.value = `f_${
|
|
1746
|
+
n.value = `f_${_l()}`;
|
|
1747
1747
|
}), e !== void 0 && ve(e, (o) => {
|
|
1748
1748
|
n.value = Ha(o, t);
|
|
1749
1749
|
}), n;
|
|
1750
1750
|
}
|
|
1751
|
-
return e !== void 0 ? p(() => Ha(e(), t)) : le(`f_${
|
|
1751
|
+
return e !== void 0 ? p(() => Ha(e(), t)) : le(`f_${_l()}`);
|
|
1752
1752
|
}
|
|
1753
1753
|
const za = /^on[A-Z]/;
|
|
1754
1754
|
function Qf() {
|
|
@@ -1779,7 +1779,7 @@ function Xf({ validate: e, resetValidation: t, requiresQForm: n }) {
|
|
|
1779
1779
|
});
|
|
1780
1780
|
} else n === !0 && console.error("Parent QForm not found on useFormChild()!");
|
|
1781
1781
|
}
|
|
1782
|
-
const ja = /^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/, Ka = /^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/, Wa = /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/, Uo = /^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/, Ho = /^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/,
|
|
1782
|
+
const ja = /^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/, Ka = /^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/, Wa = /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/, Uo = /^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/, Ho = /^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/, Kr = {
|
|
1783
1783
|
date: (e) => /^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(e),
|
|
1784
1784
|
time: (e) => /^([0-1]?\d|2[0-3]):[0-5]\d$/.test(e),
|
|
1785
1785
|
fulltime: (e) => /^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(e),
|
|
@@ -1852,7 +1852,7 @@ function em(e, t) {
|
|
|
1852
1852
|
for (let I = 0; I < n.rules.length; I++) {
|
|
1853
1853
|
const O = n.rules[I];
|
|
1854
1854
|
let F;
|
|
1855
|
-
if (typeof O == "function" ? F = O(v,
|
|
1855
|
+
if (typeof O == "function" ? F = O(v, Kr) : typeof O == "string" && Kr[O] !== void 0 && (F = Kr[O](v)), F === !1 || typeof F == "string")
|
|
1856
1856
|
return b(!0, F), !1;
|
|
1857
1857
|
F !== !0 && F !== void 0 && D.push(F);
|
|
1858
1858
|
}
|
|
@@ -1888,7 +1888,7 @@ function tm(e) {
|
|
|
1888
1888
|
function Ya(e) {
|
|
1889
1889
|
$u(e), bo.length === 0 && yn.length !== 0 && (yn[yn.length - 1](), yn = []);
|
|
1890
1890
|
}
|
|
1891
|
-
function
|
|
1891
|
+
function wr(e) {
|
|
1892
1892
|
bo.length === 0 ? e() : yn.push(e);
|
|
1893
1893
|
}
|
|
1894
1894
|
function nm(e) {
|
|
@@ -1928,7 +1928,7 @@ const om = {
|
|
|
1928
1928
|
readonly: Boolean,
|
|
1929
1929
|
autofocus: Boolean,
|
|
1930
1930
|
for: String
|
|
1931
|
-
},
|
|
1931
|
+
}, kr = {
|
|
1932
1932
|
...om,
|
|
1933
1933
|
maxlength: [Number, String]
|
|
1934
1934
|
}, Yl = ["update:modelValue", "clear", "focus", "blur"];
|
|
@@ -2025,7 +2025,7 @@ function Ql(e) {
|
|
|
2025
2025
|
X && (z === null || z.id !== e.targetUid.value) && (X.hasAttribute("tabindex") === !0 || (X = X.querySelector("[tabindex]")), X && X !== z && X.focus({ preventScroll: !0 }));
|
|
2026
2026
|
}
|
|
2027
2027
|
function O() {
|
|
2028
|
-
|
|
2028
|
+
wr(I);
|
|
2029
2029
|
}
|
|
2030
2030
|
function F() {
|
|
2031
2031
|
nm(I);
|
|
@@ -2149,7 +2149,7 @@ function Ql(e) {
|
|
|
2149
2149
|
let H = !1;
|
|
2150
2150
|
return xo(() => {
|
|
2151
2151
|
H = !0;
|
|
2152
|
-
}),
|
|
2152
|
+
}), jl(() => {
|
|
2153
2153
|
H === !0 && t.autofocus === !0 && l.focus();
|
|
2154
2154
|
}), t.autofocus === !0 && tn(() => {
|
|
2155
2155
|
l.focus();
|
|
@@ -2196,7 +2196,7 @@ const rm = Oe({
|
|
|
2196
2196
|
name: "QField",
|
|
2197
2197
|
inheritAttrs: !1,
|
|
2198
2198
|
props: {
|
|
2199
|
-
...
|
|
2199
|
+
...kr,
|
|
2200
2200
|
tag: {
|
|
2201
2201
|
type: String,
|
|
2202
2202
|
default: "label"
|
|
@@ -2223,7 +2223,7 @@ function Ga(e, t, n, o) {
|
|
|
2223
2223
|
let l = n.modifiers.center;
|
|
2224
2224
|
l = l === !0 || o === !0;
|
|
2225
2225
|
const a = document.createElement("span"), i = document.createElement("span"), s = bu(e), { left: d, top: c, width: u, height: f } = t.getBoundingClientRect(), m = Math.sqrt(u * u + f * f), h = m / 2, S = `${(u - m) / 2}px`, g = l ? S : `${s.left - d - h}px`, v = `${(f - m) / 2}px`, _ = l ? v : `${s.top - c - h}px`;
|
|
2226
|
-
i.className = "q-ripple__inner",
|
|
2226
|
+
i.className = "q-ripple__inner", hl(i, {
|
|
2227
2227
|
height: `${m}px`,
|
|
2228
2228
|
width: `${m}px`,
|
|
2229
2229
|
transform: `translate3d(${g},${_},0) scale3d(.2,.2,1)`,
|
|
@@ -2269,7 +2269,7 @@ const Uu = nf(
|
|
|
2269
2269
|
o.enabled === !0 && r.qSkipRipple !== !0 && On(r, o.modifiers.keyCodes) === !0 && r.type === `key${o.modifiers.early === !0 ? "down" : "up"}` && Ga(r, e, o, !0);
|
|
2270
2270
|
}, 300)
|
|
2271
2271
|
};
|
|
2272
|
-
Qa(o, t), e.__qripple = o,
|
|
2272
|
+
Qa(o, t), e.__qripple = o, ul(o, "main", [
|
|
2273
2273
|
[e, "pointerdown", "start", "passive"],
|
|
2274
2274
|
[e, "click", "start", "passive"],
|
|
2275
2275
|
[e, "keydown", "keystart", "passive"],
|
|
@@ -2404,7 +2404,7 @@ const Uu = nf(
|
|
|
2404
2404
|
};
|
|
2405
2405
|
}
|
|
2406
2406
|
});
|
|
2407
|
-
function
|
|
2407
|
+
function Wr(e) {
|
|
2408
2408
|
if (Object(e.$parent) === e.$parent)
|
|
2409
2409
|
return e.$parent;
|
|
2410
2410
|
let { parent: t } = e.$;
|
|
@@ -2659,7 +2659,7 @@ const on = Oe({
|
|
|
2659
2659
|
function fm() {
|
|
2660
2660
|
if (window.getSelection !== void 0) {
|
|
2661
2661
|
const e = window.getSelection();
|
|
2662
|
-
e.empty !== void 0 ? e.empty() : e.removeAllRanges !== void 0 && (e.removeAllRanges(),
|
|
2662
|
+
e.empty !== void 0 ? e.empty() : e.removeAllRanges !== void 0 && (e.removeAllRanges(), cr.is.mobile !== !0 && e.addRange(document.createRange()));
|
|
2663
2663
|
} else document.selection !== void 0 && document.selection.empty();
|
|
2664
2664
|
}
|
|
2665
2665
|
const mm = {
|
|
@@ -2706,7 +2706,7 @@ function gm({
|
|
|
2706
2706
|
if (d.mobileCleanup(m), s(m) !== !0) return;
|
|
2707
2707
|
r.hide(m), a.value.classList.add("non-selectable");
|
|
2708
2708
|
const h = m.target;
|
|
2709
|
-
|
|
2709
|
+
ul(d, "anchor", [
|
|
2710
2710
|
[h, "touchmove", "mobileCleanup", "passive"],
|
|
2711
2711
|
[h, "touchend", "mobileCleanup", "passive"],
|
|
2712
2712
|
[h, "touchcancel", "mobileCleanup", "passive"],
|
|
@@ -2729,7 +2729,7 @@ function gm({
|
|
|
2729
2729
|
] : h = [
|
|
2730
2730
|
[a.value, "click", "toggle", "passive"],
|
|
2731
2731
|
[a.value, "keyup", "toggleKey", "passive"]
|
|
2732
|
-
],
|
|
2732
|
+
], ul(d, "anchor", h);
|
|
2733
2733
|
});
|
|
2734
2734
|
function c() {
|
|
2735
2735
|
yu(d, "anchor");
|
|
@@ -2854,8 +2854,8 @@ function Yu({
|
|
|
2854
2854
|
let _m = 1, pm = document.body;
|
|
2855
2855
|
function bm(e, t) {
|
|
2856
2856
|
const n = document.createElement("div");
|
|
2857
|
-
if (n.id = t !== void 0 ? `q-portal--${t}--${_m++}` : e,
|
|
2858
|
-
const o =
|
|
2857
|
+
if (n.id = t !== void 0 ? `q-portal--${t}--${_m++}` : e, fr.globalNodes !== void 0) {
|
|
2858
|
+
const o = fr.globalNodes.class;
|
|
2859
2859
|
o !== void 0 && (n.className = o);
|
|
2860
2860
|
}
|
|
2861
2861
|
return pm.appendChild(n), n;
|
|
@@ -2868,12 +2868,12 @@ function Em(e, t) {
|
|
|
2868
2868
|
do {
|
|
2869
2869
|
if (e.$options.name === "QMenu") {
|
|
2870
2870
|
if (e.hide(t), e.$props.separateClosePopup === !0)
|
|
2871
|
-
return
|
|
2871
|
+
return Wr(e);
|
|
2872
2872
|
} else if (e.__qPortal === !0) {
|
|
2873
|
-
const n =
|
|
2873
|
+
const n = Wr(e);
|
|
2874
2874
|
return n !== void 0 && n.$options.name === "QPopupProxy" ? (e.hide(t), n) : e;
|
|
2875
2875
|
}
|
|
2876
|
-
e =
|
|
2876
|
+
e = Wr(e);
|
|
2877
2877
|
} while (e != null);
|
|
2878
2878
|
}
|
|
2879
2879
|
const Sm = Oe({
|
|
@@ -2999,7 +2999,7 @@ function ec(e) {
|
|
|
2999
2999
|
function tc(e) {
|
|
3000
3000
|
Xe.is.desktop === !0 && (Cn.push(e), Cn.length === 1 && ec("addEventListener"));
|
|
3001
3001
|
}
|
|
3002
|
-
function
|
|
3002
|
+
function gr(e) {
|
|
3003
3003
|
const t = Cn.indexOf(e);
|
|
3004
3004
|
t !== -1 && (Cn.splice(t, 1), Cn.length === 0 && ec("removeEventListener"));
|
|
3005
3005
|
}
|
|
@@ -3010,12 +3010,12 @@ function nc(e) {
|
|
|
3010
3010
|
function oc(e) {
|
|
3011
3011
|
Xe.is.desktop === !0 && (wn.push(e), wn.length === 1 && document.body.addEventListener("focusin", nc));
|
|
3012
3012
|
}
|
|
3013
|
-
function
|
|
3013
|
+
function pl(e) {
|
|
3014
3014
|
const t = wn.indexOf(e);
|
|
3015
3015
|
t !== -1 && (wn.splice(t, 1), wn.length === 0 && document.body.removeEventListener("focusin", nc));
|
|
3016
3016
|
}
|
|
3017
|
-
const { notPassiveCapture:
|
|
3018
|
-
function
|
|
3017
|
+
const { notPassiveCapture: hr } = ut, kn = [];
|
|
3018
|
+
function _r(e) {
|
|
3019
3019
|
const t = e.target;
|
|
3020
3020
|
if (t === void 0 || t.nodeType === 8 || t.classList.contains("no-pointer-events") === !0) return;
|
|
3021
3021
|
let n = vo.length - 1;
|
|
@@ -3039,11 +3039,11 @@ function hr(e) {
|
|
|
3039
3039
|
}
|
|
3040
3040
|
}
|
|
3041
3041
|
function Om(e) {
|
|
3042
|
-
kn.push(e), kn.length === 1 && (document.addEventListener("mousedown",
|
|
3042
|
+
kn.push(e), kn.length === 1 && (document.addEventListener("mousedown", _r, hr), document.addEventListener("touchstart", _r, hr));
|
|
3043
3043
|
}
|
|
3044
3044
|
function ei(e) {
|
|
3045
3045
|
const t = kn.findIndex((n) => n === e);
|
|
3046
|
-
t !== -1 && (kn.splice(t, 1), kn.length === 0 && (document.removeEventListener("mousedown",
|
|
3046
|
+
t !== -1 && (kn.splice(t, 1), kn.length === 0 && (document.removeEventListener("mousedown", _r, hr), document.removeEventListener("touchstart", _r, hr)));
|
|
3047
3047
|
}
|
|
3048
3048
|
let ti, ni;
|
|
3049
3049
|
function oi(e) {
|
|
@@ -3053,20 +3053,20 @@ function oi(e) {
|
|
|
3053
3053
|
function Am(e) {
|
|
3054
3054
|
return e ? !(e.length !== 2 || typeof e[0] != "number" || typeof e[1] != "number") : !0;
|
|
3055
3055
|
}
|
|
3056
|
-
const
|
|
3056
|
+
const bl = {
|
|
3057
3057
|
"start#ltr": "left",
|
|
3058
3058
|
"start#rtl": "right",
|
|
3059
3059
|
"end#ltr": "right",
|
|
3060
3060
|
"end#rtl": "left"
|
|
3061
3061
|
};
|
|
3062
3062
|
["left", "middle", "right"].forEach((e) => {
|
|
3063
|
-
|
|
3063
|
+
bl[`${e}#ltr`] = e, bl[`${e}#rtl`] = e;
|
|
3064
3064
|
});
|
|
3065
3065
|
function ri(e, t) {
|
|
3066
3066
|
const n = e.split(" ");
|
|
3067
3067
|
return {
|
|
3068
3068
|
vertical: n[0],
|
|
3069
|
-
horizontal:
|
|
3069
|
+
horizontal: bl[`${n[1]}#${t === !0 ? "rtl" : "ltr"}`]
|
|
3070
3070
|
};
|
|
3071
3071
|
}
|
|
3072
3072
|
function Dm(e, t) {
|
|
@@ -3151,10 +3151,10 @@ function rc(e, t = 0) {
|
|
|
3151
3151
|
const b = xm(v, _);
|
|
3152
3152
|
let D = li(h, b, l, a);
|
|
3153
3153
|
if (i === void 0 || o === void 0)
|
|
3154
|
-
|
|
3154
|
+
Yr(D, h, b, l, a);
|
|
3155
3155
|
else {
|
|
3156
3156
|
const { top: I, left: O } = D;
|
|
3157
|
-
|
|
3157
|
+
Yr(D, h, b, l, a);
|
|
3158
3158
|
let F = !1;
|
|
3159
3159
|
if (D.top !== I) {
|
|
3160
3160
|
F = !0;
|
|
@@ -3166,14 +3166,14 @@ function rc(e, t = 0) {
|
|
|
3166
3166
|
const L = 2 * o[0];
|
|
3167
3167
|
h.middle = h.left -= L, h.right -= L + 2;
|
|
3168
3168
|
}
|
|
3169
|
-
F === !0 && (D = li(h, b, l, a),
|
|
3169
|
+
F === !0 && (D = li(h, b, l, a), Yr(D, h, b, l, a));
|
|
3170
3170
|
}
|
|
3171
3171
|
E = {
|
|
3172
3172
|
top: D.top + "px",
|
|
3173
3173
|
left: D.left + "px"
|
|
3174
3174
|
}, D.maxHeight !== void 0 && (E.maxHeight = D.maxHeight + "px", h.height > D.maxHeight && (E.minHeight = E.maxHeight)), D.maxWidth !== void 0 && (E.maxWidth = D.maxWidth + "px", h.width > D.maxWidth && (E.minWidth = E.maxWidth)), Object.assign(n.style, E), n.scrollTop !== m && (n.scrollTop = m), n.scrollLeft !== f && (n.scrollLeft = f);
|
|
3175
3175
|
}
|
|
3176
|
-
function
|
|
3176
|
+
function Yr(e, t, n, o, r) {
|
|
3177
3177
|
const l = n.bottom, a = n.right, i = qf(), s = window.innerHeight - i, d = document.body.clientWidth;
|
|
3178
3178
|
if (e.top < 0 || e.top + l > s)
|
|
3179
3179
|
if (r.vertical === "center")
|
|
@@ -3279,10 +3279,10 @@ const lc = Oe({
|
|
|
3279
3279
|
() => f.value === !0 && e.persistent !== !0
|
|
3280
3280
|
);
|
|
3281
3281
|
ve(z, (j) => {
|
|
3282
|
-
j === !0 ? (tc(U), Om(W)) : (
|
|
3282
|
+
j === !0 ? (tc(U), Om(W)) : (gr(U), ei(W));
|
|
3283
3283
|
});
|
|
3284
3284
|
function X() {
|
|
3285
|
-
|
|
3285
|
+
wr(() => {
|
|
3286
3286
|
let j = u.value;
|
|
3287
3287
|
j && j.contains(document.activeElement) !== !0 && (j = j.querySelector("[autofocus][tabindex], [data-autofocus][tabindex]") || j.querySelector("[autofocus] [tabindex], [data-autofocus] [tabindex]") || j.querySelector("[autofocus], [data-autofocus]") || j, j.focus({ preventScroll: !0 }));
|
|
3288
3288
|
});
|
|
@@ -3311,7 +3311,7 @@ const lc = Oe({
|
|
|
3311
3311
|
}, e.transitionDuration);
|
|
3312
3312
|
}
|
|
3313
3313
|
function T(j) {
|
|
3314
|
-
l = void 0, a !== void 0 && (a(), a = void 0), (j === !0 || f.value === !0) && (
|
|
3314
|
+
l = void 0, a !== void 0 && (a(), a = void 0), (j === !0 || f.value === !0) && (pl(me), I(), ei(W), gr(U)), j !== !0 && (r = null);
|
|
3315
3315
|
}
|
|
3316
3316
|
function K() {
|
|
3317
3317
|
(O.value !== null || e.scrollTarget !== void 0) && (b.value = Bu(O.value, e.scrollTarget), D(b.value, G));
|
|
@@ -3380,7 +3380,7 @@ function Lm(e, t, n) {
|
|
|
3380
3380
|
}
|
|
3381
3381
|
};
|
|
3382
3382
|
}
|
|
3383
|
-
let so = 0,
|
|
3383
|
+
let so = 0, Gr, Qr, fo, Xr = !1, ai, ii, si, pn = null;
|
|
3384
3384
|
function Pm(e) {
|
|
3385
3385
|
Nm(e) && tt(e);
|
|
3386
3386
|
}
|
|
@@ -3399,8 +3399,8 @@ function ui(e) {
|
|
|
3399
3399
|
e.target === document && (document.scrollingElement.scrollTop = document.scrollingElement.scrollTop);
|
|
3400
3400
|
}
|
|
3401
3401
|
function zo(e) {
|
|
3402
|
-
|
|
3403
|
-
|
|
3402
|
+
Xr !== !0 && (Xr = !0, requestAnimationFrame(() => {
|
|
3403
|
+
Xr = !1;
|
|
3404
3404
|
const { height: t } = e.target, { clientHeight: n, scrollTop: o } = document.scrollingElement;
|
|
3405
3405
|
(fo === void 0 || t !== window.innerHeight) && (fo = n - t, document.scrollingElement.scrollTop = o), o > fo && (document.scrollingElement.scrollTop -= Math.ceil((o - fo) / 8));
|
|
3406
3406
|
}));
|
|
@@ -3409,9 +3409,9 @@ function ci(e) {
|
|
|
3409
3409
|
const t = document.body, n = window.visualViewport !== void 0;
|
|
3410
3410
|
if (e === "add") {
|
|
3411
3411
|
const { overflowY: o, overflowX: r } = window.getComputedStyle(t);
|
|
3412
|
-
|
|
3412
|
+
Gr = Bf(window), Qr = Ff(window), ai = t.style.left, ii = t.style.top, si = window.location.href, t.style.left = `-${Gr}px`, t.style.top = `-${Qr}px`, r !== "hidden" && (r === "scroll" || t.scrollWidth > window.innerWidth) && t.classList.add("q-body--force-scrollbar-x"), o !== "hidden" && (o === "scroll" || t.scrollHeight > window.innerHeight) && t.classList.add("q-body--force-scrollbar-y"), t.classList.add("q-body--prevent-scroll"), document.qScrollPrevented = !0, Xe.is.ios === !0 && (n === !0 ? (window.scrollTo(0, 0), window.visualViewport.addEventListener("resize", zo, ut.passiveCapture), window.visualViewport.addEventListener("scroll", zo, ut.passiveCapture), window.scrollTo(0, 0)) : window.addEventListener("scroll", ui, ut.passiveCapture));
|
|
3413
3413
|
}
|
|
3414
|
-
Xe.is.desktop === !0 && Xe.is.mac === !0 && window[`${e}EventListener`]("wheel", Pm, ut.notPassive), e === "remove" && (Xe.is.ios === !0 && (n === !0 ? (window.visualViewport.removeEventListener("resize", zo, ut.passiveCapture), window.visualViewport.removeEventListener("scroll", zo, ut.passiveCapture)) : window.removeEventListener("scroll", ui, ut.passiveCapture)), t.classList.remove("q-body--prevent-scroll"), t.classList.remove("q-body--force-scrollbar-x"), t.classList.remove("q-body--force-scrollbar-y"), document.qScrollPrevented = !1, t.style.left = ai, t.style.top = ii, window.location.href === si && window.scrollTo(
|
|
3414
|
+
Xe.is.desktop === !0 && Xe.is.mac === !0 && window[`${e}EventListener`]("wheel", Pm, ut.notPassive), e === "remove" && (Xe.is.ios === !0 && (n === !0 ? (window.visualViewport.removeEventListener("resize", zo, ut.passiveCapture), window.visualViewport.removeEventListener("scroll", zo, ut.passiveCapture)) : window.removeEventListener("scroll", ui, ut.passiveCapture)), t.classList.remove("q-body--prevent-scroll"), t.classList.remove("q-body--force-scrollbar-x"), t.classList.remove("q-body--force-scrollbar-y"), document.qScrollPrevented = !1, t.style.left = ai, t.style.top = ii, window.location.href === si && window.scrollTo(Gr, Qr), fo = void 0);
|
|
3415
3415
|
}
|
|
3416
3416
|
function Rm(e) {
|
|
3417
3417
|
let t = "add";
|
|
@@ -3519,7 +3519,7 @@ const Vm = {
|
|
|
3519
3519
|
ve(() => e.maximized, (U) => {
|
|
3520
3520
|
a.value === !0 && A(U);
|
|
3521
3521
|
}), ve(x, (U) => {
|
|
3522
|
-
m(U), U === !0 ? (oc(ue), tc(X)) : (
|
|
3522
|
+
m(U), U === !0 ? (oc(ue), tc(X)) : (pl(ue), gr(X));
|
|
3523
3523
|
});
|
|
3524
3524
|
function re(U) {
|
|
3525
3525
|
L(), d = e.noRefocus === !1 && document.activeElement !== null ? document.activeElement : null, A(e.maximized), b(), i.value = !0, e.noFocus !== !0 ? (document.activeElement !== null && document.activeElement.blur(), S(H)) : g(), h(() => {
|
|
@@ -3542,7 +3542,7 @@ const Vm = {
|
|
|
3542
3542
|
}, e.transitionDuration);
|
|
3543
3543
|
}
|
|
3544
3544
|
function H(U) {
|
|
3545
|
-
|
|
3545
|
+
wr(() => {
|
|
3546
3546
|
let G = l.value;
|
|
3547
3547
|
if (G !== null) {
|
|
3548
3548
|
if (U !== void 0) {
|
|
@@ -3567,7 +3567,7 @@ const Vm = {
|
|
|
3567
3567
|
e.seamless !== !0 && (e.persistent === !0 || e.noEscDismiss === !0 ? e.maximized !== !0 && e.noShake !== !0 && z() : (n("escapeKey"), F()));
|
|
3568
3568
|
}
|
|
3569
3569
|
function ie(U) {
|
|
3570
|
-
s !== null && (clearTimeout(s), s = null), (U === !0 || a.value === !0) && (A(!1), e.seamless !== !0 && (m(!1),
|
|
3570
|
+
s !== null && (clearTimeout(s), s = null), (U === !0 || a.value === !0) && (A(!1), e.seamless !== !0 && (m(!1), pl(ue), gr(X))), U !== !0 && (d = null);
|
|
3571
3571
|
}
|
|
3572
3572
|
function A(U) {
|
|
3573
3573
|
U === !0 ? c !== !0 && (jo < 1 && document.body.classList.add("q-body--dialog"), jo++, c = !0) : c === !0 && (jo < 2 && document.body.classList.remove("q-body--dialog"), jo--, c = !1);
|
|
@@ -3663,8 +3663,8 @@ function Ge(e, t = 2, n = "0") {
|
|
|
3663
3663
|
const o = "" + e;
|
|
3664
3664
|
return o.length >= t ? o : new Array(t - o.length + 1).join(n) + o;
|
|
3665
3665
|
}
|
|
3666
|
-
const mi = (e) => ["add", "add-unique", "toggle"].includes(e), zm = ".*+?^${}()|[]\\", jm = Object.keys(
|
|
3667
|
-
function
|
|
3666
|
+
const mi = (e) => ["add", "add-unique", "toggle"].includes(e), zm = ".*+?^${}()|[]\\", jm = Object.keys(kr);
|
|
3667
|
+
function Zr(e, t) {
|
|
3668
3668
|
if (typeof e == "function") return e;
|
|
3669
3669
|
const n = e !== void 0 ? e : t;
|
|
3670
3670
|
return (o) => o !== null && typeof o == "object" && n in o ? o[n] : o;
|
|
@@ -3673,9 +3673,9 @@ const ea = Oe({
|
|
|
3673
3673
|
name: "QSelect",
|
|
3674
3674
|
inheritAttrs: !1,
|
|
3675
3675
|
props: {
|
|
3676
|
-
...
|
|
3676
|
+
...gl,
|
|
3677
3677
|
...Jl,
|
|
3678
|
-
...
|
|
3678
|
+
...kr,
|
|
3679
3679
|
// override of useFieldProps > modelValue
|
|
3680
3680
|
modelValue: {
|
|
3681
3681
|
required: !0
|
|
@@ -3739,7 +3739,7 @@ const ea = Oe({
|
|
|
3739
3739
|
default: "default"
|
|
3740
3740
|
},
|
|
3741
3741
|
// override of useVirtualScrollProps > virtualScrollItemSize (no default)
|
|
3742
|
-
virtualScrollItemSize:
|
|
3742
|
+
virtualScrollItemSize: gl.virtualScrollItemSize.type,
|
|
3743
3743
|
onNewValue: Function,
|
|
3744
3744
|
onFilter: Function
|
|
3745
3745
|
},
|
|
@@ -3768,7 +3768,7 @@ const ea = Oe({
|
|
|
3768
3768
|
setVirtualScrollSize: ie
|
|
3769
3769
|
} = Mu({
|
|
3770
3770
|
virtualScrollLength: x,
|
|
3771
|
-
getVirtualScrollTarget:
|
|
3771
|
+
getVirtualScrollTarget: Rr,
|
|
3772
3772
|
getVirtualScrollEl: Fo,
|
|
3773
3773
|
virtualScrollItemSizeComputed: W
|
|
3774
3774
|
}), A = Gl(), T = p(() => {
|
|
@@ -3852,7 +3852,7 @@ const ea = Oe({
|
|
|
3852
3852
|
});
|
|
3853
3853
|
}), y = p(() => e.dropdownIcon !== void 0 ? e.dropdownIcon : r.iconSet.arrow.dropdown), k = p(
|
|
3854
3854
|
() => e.optionsCover === !1 && e.outlined !== !0 && e.standout !== !0 && e.borderless !== !0 && e.rounded !== !0
|
|
3855
|
-
), V = p(() => e.optionsSelectedClass !== void 0 ? e.optionsSelectedClass : e.color !== void 0 ? `text-${e.color}` : ""), ee = p(() =>
|
|
3855
|
+
), V = p(() => e.optionsSelectedClass !== void 0 ? e.optionsSelectedClass : e.color !== void 0 ? `text-${e.color}` : ""), ee = p(() => Zr(e.optionValue, "value")), Ee = p(() => Zr(e.optionLabel, "label")), Ae = p(() => Zr(e.optionDisable, "disable")), he = p(() => T.value.map(ee.value)), R = p(() => {
|
|
3856
3856
|
const C = {
|
|
3857
3857
|
onInput: N,
|
|
3858
3858
|
// Safari < 10.2 & UIWebView doesn't fire compositionend when
|
|
@@ -3872,7 +3872,7 @@ const ea = Oe({
|
|
|
3872
3872
|
});
|
|
3873
3873
|
ve(T, (C) => {
|
|
3874
3874
|
m = C, e.useInput === !0 && e.fillInput === !0 && e.multiple !== !0 && A.innerLoading.value !== !0 && (a.value !== !0 && l.value !== !0 || me.value !== !0) && (S !== !0 && Fn(), (a.value === !0 || l.value === !0) && de(""));
|
|
3875
|
-
}, { immediate: !0 }), ve(() => e.fillInput, Fn), ve(l,
|
|
3875
|
+
}, { immediate: !0 }), ve(() => e.fillInput, Fn), ve(l, Br), ve(x, Ud);
|
|
3876
3876
|
function $(C) {
|
|
3877
3877
|
return e.emitValue === !0 ? ee.value(C) : C;
|
|
3878
3878
|
}
|
|
@@ -4018,7 +4018,7 @@ const ea = Oe({
|
|
|
4018
4018
|
l.value !== !0 && Vn(C);
|
|
4019
4019
|
const Re = C.key.toLocaleLowerCase(), Le = E.length === 1 && E[0] === Re;
|
|
4020
4020
|
b = Date.now() + 1500, Le === !1 && (tt(C), E += Re);
|
|
4021
|
-
const at = new RegExp("^" + E.split("").map((
|
|
4021
|
+
const at = new RegExp("^" + E.split("").map((qr) => zm.indexOf(qr) !== -1 ? "\\" + qr : qr).join(".*"), "i");
|
|
4022
4022
|
let ze = i.value;
|
|
4023
4023
|
if (Le === !0 || ze < 0 || at.test(Ee.value(e.options[ze])) !== !0)
|
|
4024
4024
|
do
|
|
@@ -4051,10 +4051,10 @@ const ea = Oe({
|
|
|
4051
4051
|
function Fo() {
|
|
4052
4052
|
return h === !0 ? L.value : O.value !== null && O.value.contentEl !== null ? O.value.contentEl : void 0;
|
|
4053
4053
|
}
|
|
4054
|
-
function
|
|
4054
|
+
function Rr() {
|
|
4055
4055
|
return Fo();
|
|
4056
4056
|
}
|
|
4057
|
-
function
|
|
4057
|
+
function Mr() {
|
|
4058
4058
|
return e.hideSelected === !0 ? [] : t["selected-item"] !== void 0 ? lt.value.map((C) => t["selected-item"](C)).slice() : t.selected !== void 0 ? [].concat(t.selected()) : e.useChips === !0 ? lt.value.map((C, te) => w(im, {
|
|
4059
4059
|
key: "option-" + te,
|
|
4060
4060
|
removable: A.editable.value === !0 && Ae.value(C.opt) !== !0,
|
|
@@ -4091,7 +4091,7 @@ const ea = Oe({
|
|
|
4091
4091
|
let te = H("div", At.value.map(C));
|
|
4092
4092
|
return t["before-options"] !== void 0 && (te = t["before-options"]().concat(te)), Jt(t["after-options"], te);
|
|
4093
4093
|
}
|
|
4094
|
-
function
|
|
4094
|
+
function Vr(C, te) {
|
|
4095
4095
|
const ne = te === !0 ? { ...yt.value, ...A.splitAttrs.attributes.value } : void 0, Se = {
|
|
4096
4096
|
ref: te === !0 ? I : void 0,
|
|
4097
4097
|
key: "i_t",
|
|
@@ -4135,7 +4135,7 @@ const ea = Oe({
|
|
|
4135
4135
|
C,
|
|
4136
4136
|
(Re, Le) => {
|
|
4137
4137
|
(te === !0 || A.focused.value === !0) && g === Se && (clearTimeout(g), typeof Re == "function" && Re(), c.value = !1, Ue(() => {
|
|
4138
|
-
A.innerLoading.value = !1, A.editable.value === !0 && (te === !0 ? l.value === !0 && _n() : l.value === !0 ?
|
|
4138
|
+
A.innerLoading.value = !1, A.editable.value === !0 && (te === !0 ? l.value === !0 && _n() : l.value === !0 ? Br(!0) : l.value = !0), typeof Le == "function" && Ue(() => {
|
|
4139
4139
|
Le(o);
|
|
4140
4140
|
}), typeof ne == "function" && Ue(() => {
|
|
4141
4141
|
ne(o);
|
|
@@ -4230,7 +4230,7 @@ const ea = Oe({
|
|
|
4230
4230
|
noRouteDismiss: e.popupNoRouteDismiss,
|
|
4231
4231
|
onBeforeShow: Ia,
|
|
4232
4232
|
onBeforeHide: Rn,
|
|
4233
|
-
onHide:
|
|
4233
|
+
onHide: Fr,
|
|
4234
4234
|
onShow: $d
|
|
4235
4235
|
}, () => w("div", {
|
|
4236
4236
|
class: "q-select__dialog" + (ue.value === !0 ? " q-select__dialog--dark q-dark" : "") + (d.value === !0 ? " q-select__dialog--focused" : "")
|
|
@@ -4241,7 +4241,7 @@ const ea = Oe({
|
|
|
4241
4241
|
A.rootRef.value.querySelector(".q-field__native > [tabindex]:last-child")
|
|
4242
4242
|
), A.focused.value = !1;
|
|
4243
4243
|
}
|
|
4244
|
-
function
|
|
4244
|
+
function Fr(C) {
|
|
4245
4245
|
_n(), A.focused.value === !1 && n("blur", C), Fn();
|
|
4246
4246
|
}
|
|
4247
4247
|
function $d() {
|
|
@@ -4266,7 +4266,7 @@ const ea = Oe({
|
|
|
4266
4266
|
!0
|
|
4267
4267
|
);
|
|
4268
4268
|
}
|
|
4269
|
-
function
|
|
4269
|
+
function Br(C) {
|
|
4270
4270
|
let te = -1;
|
|
4271
4271
|
if (C === !0) {
|
|
4272
4272
|
if (T.value.length !== 0) {
|
|
@@ -4279,7 +4279,7 @@ const ea = Oe({
|
|
|
4279
4279
|
}
|
|
4280
4280
|
function Ud(C, te) {
|
|
4281
4281
|
l.value === !0 && A.innerLoading.value === !1 && (Q(-1, !0), Ue(() => {
|
|
4282
|
-
l.value === !0 && A.innerLoading.value === !1 && (C > te ? Q() :
|
|
4282
|
+
l.value === !0 && A.innerLoading.value === !1 && (C > te ? Q() : Br(!0));
|
|
4283
4283
|
}));
|
|
4284
4284
|
}
|
|
4285
4285
|
function Da() {
|
|
@@ -4348,9 +4348,9 @@ const ea = Oe({
|
|
|
4348
4348
|
}
|
|
4349
4349
|
},
|
|
4350
4350
|
getControl: (C) => {
|
|
4351
|
-
const te =
|
|
4351
|
+
const te = Mr(), ne = C === !0 || a.value !== !0 || h !== !0;
|
|
4352
4352
|
if (e.useInput === !0)
|
|
4353
|
-
te.push(
|
|
4353
|
+
te.push(Vr(C, ne));
|
|
4354
4354
|
else if (A.editable.value === !0) {
|
|
4355
4355
|
const Re = ne === !0 ? yt.value : void 0;
|
|
4356
4356
|
te.push(
|
|
@@ -4985,7 +4985,7 @@ function dv() {
|
|
|
4985
4985
|
o.$el.scrollIntoView();
|
|
4986
4986
|
})));
|
|
4987
4987
|
}
|
|
4988
|
-
return
|
|
4988
|
+
return zl(() => {
|
|
4989
4989
|
l = document.createElement("span");
|
|
4990
4990
|
}), tn(() => {
|
|
4991
4991
|
t.fullscreen === !0 && d();
|
|
@@ -5021,12 +5021,12 @@ function vv(e, t, n, o) {
|
|
|
5021
5021
|
const u = d === !0 ? -1 : 1, f = typeof c.field == "function" ? (m) => c.field(m) : (m) => m[c.field];
|
|
5022
5022
|
return i.sort((m, h) => {
|
|
5023
5023
|
let S = f(m), g = f(h);
|
|
5024
|
-
return c.rawSort !== void 0 ? c.rawSort(S, g, m, h) * u : S == null ? -1 * u : g == null ? 1 * u : c.sort !== void 0 ? c.sort(S, g, m, h) * u :
|
|
5024
|
+
return c.rawSort !== void 0 ? c.rawSort(S, g, m, h) * u : S == null ? -1 * u : g == null ? 1 * u : c.sort !== void 0 ? c.sort(S, g, m, h) * u : fl(S) === !0 && fl(g) === !0 ? (S - g) * u : mr(S) === !0 && mr(g) === !0 ? fv(S, g) * u : typeof S == "boolean" && typeof g == "boolean" ? (S - g) * u : ([S, g] = [S, g].map((v) => (v + "").toLocaleString().toLowerCase()), S < g ? -1 * u : S === g ? 0 : u);
|
|
5025
5025
|
});
|
|
5026
5026
|
});
|
|
5027
5027
|
function a(i) {
|
|
5028
5028
|
let s = e.columnSortOrder;
|
|
5029
|
-
if (
|
|
5029
|
+
if (dl(i) === !0)
|
|
5030
5030
|
i.sortOrder && (s = i.sortOrder), i = i.name;
|
|
5031
5031
|
else {
|
|
5032
5032
|
const u = n.value.find((f) => f.name === i);
|
|
@@ -5268,7 +5268,7 @@ function Av(e, t, n) {
|
|
|
5268
5268
|
name: s,
|
|
5269
5269
|
label: s.toUpperCase(),
|
|
5270
5270
|
field: s,
|
|
5271
|
-
align:
|
|
5271
|
+
align: fl(i[s]) ? "right" : "left",
|
|
5272
5272
|
sortable: !0
|
|
5273
5273
|
})) : [];
|
|
5274
5274
|
}), r = p(() => {
|
|
@@ -5446,7 +5446,7 @@ const Dv = Oe({
|
|
|
5446
5446
|
}
|
|
5447
5447
|
function ee() {
|
|
5448
5448
|
if (e.grid === !0)
|
|
5449
|
-
return
|
|
5449
|
+
return Vr();
|
|
5450
5450
|
const N = e.hideHeader !== !0 ? lo : null;
|
|
5451
5451
|
if (u.value === !0) {
|
|
5452
5452
|
const ce = t["top-row"], de = t["bottom-row"], pe = {
|
|
@@ -5532,8 +5532,8 @@ const Dv = Oe({
|
|
|
5532
5532
|
color: e.color,
|
|
5533
5533
|
dark: l.value,
|
|
5534
5534
|
dense: e.dense,
|
|
5535
|
-
"onUpdate:modelValue": (Rn,
|
|
5536
|
-
X([de], [N], Rn,
|
|
5535
|
+
"onUpdate:modelValue": (Rn, Fr) => {
|
|
5536
|
+
X([de], [N], Rn, Fr);
|
|
5537
5537
|
}
|
|
5538
5538
|
})
|
|
5539
5539
|
];
|
|
@@ -5653,7 +5653,7 @@ const Dv = Oe({
|
|
|
5653
5653
|
).slice();
|
|
5654
5654
|
const ce = A.value.map((de) => {
|
|
5655
5655
|
const pe = t[`header-cell-${de.name}`], qe = pe !== void 0 ? pe : Z, Be = Pn({ col: de });
|
|
5656
|
-
return qe !== void 0 ? qe(Be) : w(
|
|
5656
|
+
return qe !== void 0 ? qe(Be) : w(vl, {
|
|
5657
5657
|
key: de.name,
|
|
5658
5658
|
props: Be
|
|
5659
5659
|
}, () => de.label);
|
|
@@ -5740,17 +5740,17 @@ const Dv = Oe({
|
|
|
5740
5740
|
if (e.hidePagination !== !0)
|
|
5741
5741
|
return w("div", {
|
|
5742
5742
|
class: Ko + " justify-end"
|
|
5743
|
-
},
|
|
5743
|
+
}, Mr(Z));
|
|
5744
5744
|
if (Z.length !== 0)
|
|
5745
5745
|
return w("div", { class: Ko }, Z);
|
|
5746
5746
|
}
|
|
5747
|
-
function
|
|
5747
|
+
function Rr(N) {
|
|
5748
5748
|
E({
|
|
5749
5749
|
page: 1,
|
|
5750
5750
|
rowsPerPage: N.value
|
|
5751
5751
|
});
|
|
5752
5752
|
}
|
|
5753
|
-
function
|
|
5753
|
+
function Mr(N) {
|
|
5754
5754
|
let Z;
|
|
5755
5755
|
const { rowsPerPage: ce } = g.value, de = e.paginationLabel || r.lang.table.pagination, pe = t.pagination, qe = e.rowsPerPageOptions.length > 1;
|
|
5756
5756
|
if (N.push(
|
|
@@ -5771,7 +5771,7 @@ const Dv = Oe({
|
|
|
5771
5771
|
dense: !0,
|
|
5772
5772
|
optionsDense: !0,
|
|
5773
5773
|
optionsCover: !0,
|
|
5774
|
-
"onUpdate:modelValue":
|
|
5774
|
+
"onUpdate:modelValue": Rr
|
|
5775
5775
|
})
|
|
5776
5776
|
])
|
|
5777
5777
|
), pe !== void 0)
|
|
@@ -5832,7 +5832,7 @@ const Dv = Oe({
|
|
|
5832
5832
|
] : e.loading === !0 && t.loading === void 0 ? he() : void 0;
|
|
5833
5833
|
return w("div", { class: "q-table__middle" }, N);
|
|
5834
5834
|
}
|
|
5835
|
-
function
|
|
5835
|
+
function Vr() {
|
|
5836
5836
|
const N = t.item !== void 0 ? t.item : (Z) => {
|
|
5837
5837
|
const ce = Z.cols.map(
|
|
5838
5838
|
(pe) => w("div", { class: "q-table__grid-item-row" }, [
|
|
@@ -5965,18 +5965,19 @@ const Dv = Oe({
|
|
|
5965
5965
|
function Lv(e, t, n, o, r, l) {
|
|
5966
5966
|
return se(), ge(Iv, { class: "table-header" }, {
|
|
5967
5967
|
default: ae(() => [
|
|
5968
|
-
n.selectionType !== "none" ? (se(), ge(
|
|
5968
|
+
n.selectionType !== "none" ? (se(), ge(vl, { key: 0 }, {
|
|
5969
5969
|
default: ae(() => [
|
|
5970
5970
|
n.selectionType == "multiple" ? (se(), ge(an, {
|
|
5971
5971
|
key: 0,
|
|
5972
5972
|
modelValue: r.tablePropsData.selected,
|
|
5973
5973
|
"onUpdate:modelValue": t[0] || (t[0] = (a) => r.tablePropsData.selected = a),
|
|
5974
|
-
size: "sm"
|
|
5974
|
+
size: "sm",
|
|
5975
|
+
class: "float-left"
|
|
5975
5976
|
}, null, 8, ["modelValue"])) : Ie("", !0)
|
|
5976
5977
|
]),
|
|
5977
5978
|
_: 1
|
|
5978
5979
|
})) : Ie("", !0),
|
|
5979
|
-
n.smallDevice ? Ie("", !0) : (se(!0), Pt(Ln, { key: 1 }, Lo(n.tableProps.cols, (a) => (se(), ge(
|
|
5980
|
+
n.smallDevice ? Ie("", !0) : (se(!0), Pt(Ln, { key: 1 }, Lo(n.tableProps.cols, (a) => (se(), ge(vl, {
|
|
5980
5981
|
key: a.name,
|
|
5981
5982
|
props: n.tableProps
|
|
5982
5983
|
}, {
|
|
@@ -6090,7 +6091,7 @@ const Mv = /* @__PURE__ */ ht(Nv, [["render", Rv]]), pi = Oe({
|
|
|
6090
6091
|
fulltime: "##:##:##",
|
|
6091
6092
|
phone: "(###) ### - ####",
|
|
6092
6093
|
card: "#### #### #### ####"
|
|
6093
|
-
},
|
|
6094
|
+
}, pr = {
|
|
6094
6095
|
"#": { pattern: "[\\d]", negate: "[^\\d]" },
|
|
6095
6096
|
S: { pattern: "[a-zA-Z]", negate: "[^a-zA-Z]" },
|
|
6096
6097
|
N: { pattern: "[0-9a-zA-Z]", negate: "[^0-9a-zA-Z]" },
|
|
@@ -6098,9 +6099,9 @@ const Mv = /* @__PURE__ */ ht(Nv, [["render", Rv]]), pi = Oe({
|
|
|
6098
6099
|
a: { pattern: "[a-zA-Z]", negate: "[^a-zA-Z]", transform: (e) => e.toLocaleLowerCase() },
|
|
6099
6100
|
X: { pattern: "[0-9a-zA-Z]", negate: "[^0-9a-zA-Z]", transform: (e) => e.toLocaleUpperCase() },
|
|
6100
6101
|
x: { pattern: "[0-9a-zA-Z]", negate: "[^0-9a-zA-Z]", transform: (e) => e.toLocaleLowerCase() }
|
|
6101
|
-
}, fc = Object.keys(
|
|
6102
|
+
}, fc = Object.keys(pr);
|
|
6102
6103
|
fc.forEach((e) => {
|
|
6103
|
-
|
|
6104
|
+
pr[e].regex = new RegExp(pr[e].pattern);
|
|
6104
6105
|
});
|
|
6105
6106
|
const Vv = new RegExp("\\\\([^.*+?^${}()|([\\]])|([.*+?^${}()|[\\]])|([" + fc.join("") + "])|(.)", "g"), yi = /[.*+?^${}()|[\]\\]/g, Ye = "", Fv = {
|
|
6106
6107
|
mask: String,
|
|
@@ -6154,7 +6155,7 @@ function Bv(e, t, n, o) {
|
|
|
6154
6155
|
let re = e.reverseFillMask === !0, Q = "", H = "";
|
|
6155
6156
|
L.replace(Vv, (A, T, K, ue, me) => {
|
|
6156
6157
|
if (ue !== void 0) {
|
|
6157
|
-
const U =
|
|
6158
|
+
const U = pr[ue];
|
|
6158
6159
|
M.push(U), H = U.negate, re === !0 && (W.push("(?:" + H + "+)?(" + U.pattern + "+)?(?:" + H + "+)?(" + U.pattern + "+)?"), re = !1), W.push("(?:" + H + "+)?(" + U.pattern + ")?");
|
|
6159
6160
|
} else if (K !== void 0)
|
|
6160
6161
|
Q = "\\" + (K === "\\" ? "" : K), M.push(K), x.push("([^" + Q + "]+)?" + Q + "?");
|
|
@@ -6368,7 +6369,7 @@ const mc = Oe({
|
|
|
6368
6369
|
name: "QInput",
|
|
6369
6370
|
inheritAttrs: !1,
|
|
6370
6371
|
props: {
|
|
6371
|
-
...
|
|
6372
|
+
...kr,
|
|
6372
6373
|
...Fv,
|
|
6373
6374
|
...Jl,
|
|
6374
6375
|
// override of useFieldProps > modelValue
|
|
@@ -6452,7 +6453,7 @@ const mc = Oe({
|
|
|
6452
6453
|
e.autogrow === !0 && Ue(H);
|
|
6453
6454
|
});
|
|
6454
6455
|
function q() {
|
|
6455
|
-
|
|
6456
|
+
wr(() => {
|
|
6456
6457
|
const T = document.activeElement;
|
|
6457
6458
|
u.value !== null && u.value !== T && (T === null || T.id !== I.targetUid.value) && u.value.focus({ preventScroll: !0 });
|
|
6458
6459
|
});
|
|
@@ -7015,14 +7016,14 @@ function eg(e, t, n, o, r, l) {
|
|
|
7015
7016
|
(se(!0), Pt(Ln, null, Lo(n.tableProps.cols, (u) => (se(), ge(pi, {
|
|
7016
7017
|
key: u.name,
|
|
7017
7018
|
class: sr(n.tableProps.row.rowBgColor || "bg-main-color"),
|
|
7018
|
-
props: n.tableProps
|
|
7019
|
-
style: jl(r.tablePropsData.row.tdStyle)
|
|
7019
|
+
props: n.tableProps
|
|
7020
7020
|
}, {
|
|
7021
7021
|
default: ae(() => [
|
|
7022
7022
|
l.getColumnValue(u) ? (se(), Pt("span", {
|
|
7023
7023
|
key: 0,
|
|
7024
|
+
style: ur(r.tablePropsData.row.tdStyle),
|
|
7024
7025
|
innerHTML: n.tableProps.row[u.name]
|
|
7025
|
-
}, null,
|
|
7026
|
+
}, null, 12, Jv)) : Ie("", !0),
|
|
7026
7027
|
u.editable ? (se(), ge(Ke, {
|
|
7027
7028
|
key: 1,
|
|
7028
7029
|
name: "edit",
|
|
@@ -7085,7 +7086,7 @@ function eg(e, t, n, o, r, l) {
|
|
|
7085
7086
|
}, null, 8, ["data-cy", "btn-color", "btn-icon", "onOnClickButton"])) : Ie("", !0)
|
|
7086
7087
|
]),
|
|
7087
7088
|
_: 2
|
|
7088
|
-
}, 1032, ["class", "props"
|
|
7089
|
+
}, 1032, ["class", "props"]))), 128))
|
|
7089
7090
|
], 2);
|
|
7090
7091
|
}
|
|
7091
7092
|
const tg = /* @__PURE__ */ ht(Zv, [["render", eg]]), bc = Oe({
|
|
@@ -7172,7 +7173,7 @@ function rg(e, t, n, o, r, l) {
|
|
|
7172
7173
|
const a = st("TablePopupEdit"), i = st("BasicCheckBox"), s = st("CustomizedCheckBox"), d = st("CustomizedIcon"), c = st("CustomizedButton");
|
|
7173
7174
|
return se(), Pt("div", {
|
|
7174
7175
|
class: sr("q-pa-xs col-xs-12 col-sm-6 col-md-4 col-lg-3 grid-style-transition"),
|
|
7175
|
-
style:
|
|
7176
|
+
style: ur(r.tablePropsData.selected ? "transform: scale(0.95);" : "")
|
|
7176
7177
|
}, [
|
|
7177
7178
|
J(ta, {
|
|
7178
7179
|
bordered: "",
|
|
@@ -7215,7 +7216,8 @@ function rg(e, t, n, o, r, l) {
|
|
|
7215
7216
|
default: ae(() => [
|
|
7216
7217
|
l.getColumnValue(u) ? (se(), ge(xt, {
|
|
7217
7218
|
key: 0,
|
|
7218
|
-
class: "itemsFontSize text-almost-black"
|
|
7219
|
+
class: "itemsFontSize text-almost-black",
|
|
7220
|
+
style: ur(r.tablePropsData.row.tdStyle)
|
|
7219
7221
|
}, {
|
|
7220
7222
|
default: ae(() => [
|
|
7221
7223
|
u.editable ? (se(), ge(Ke, {
|
|
@@ -7244,7 +7246,7 @@ function rg(e, t, n, o, r, l) {
|
|
|
7244
7246
|
}, null, 8, ["model", "label", "data-cy", "input-max-length", "mask", "input-type", "show-input-popup-edit", "show-select-number-options", "popup-edit-number-options", "onSave"])
|
|
7245
7247
|
]),
|
|
7246
7248
|
_: 2
|
|
7247
|
-
},
|
|
7249
|
+
}, 1032, ["style"])) : Ie("", !0),
|
|
7248
7250
|
J(Ft, null, {
|
|
7249
7251
|
default: ae(() => [
|
|
7250
7252
|
u.showBasicCheckbox ? (se(), ge(i, {
|
|
@@ -7859,7 +7861,7 @@ function Ig(e, t, n, o, r, l) {
|
|
|
7859
7861
|
"onUpdate:selected": t[0] || (t[0] = (m) => e.selected = m),
|
|
7860
7862
|
class: "my-table",
|
|
7861
7863
|
grid: e.smallDevice,
|
|
7862
|
-
style:
|
|
7864
|
+
style: ur(e.tableStyle),
|
|
7863
7865
|
flat: "",
|
|
7864
7866
|
bordered: "",
|
|
7865
7867
|
rows: e.rowsData,
|
|
@@ -7944,11 +7946,11 @@ function Ig(e, t, n, o, r, l) {
|
|
|
7944
7946
|
}
|
|
7945
7947
|
const xg = /* @__PURE__ */ ht(Dg, [["render", Ig]]), Wo = (e, t) => {
|
|
7946
7948
|
e.use(t);
|
|
7947
|
-
},
|
|
7949
|
+
}, Tr = (e, t, n) => {
|
|
7948
7950
|
e.component(t, n);
|
|
7949
7951
|
}, Lg = {
|
|
7950
7952
|
install(e) {
|
|
7951
|
-
|
|
7953
|
+
Tr(e, "MyTable", xg);
|
|
7952
7954
|
}
|
|
7953
7955
|
}, Pg = Oe({
|
|
7954
7956
|
name: "QBanner",
|
|
@@ -8067,7 +8069,7 @@ function Mg(e, t, n, o, r, l) {
|
|
|
8067
8069
|
}
|
|
8068
8070
|
const Vg = /* @__PURE__ */ ht(Ng, [["render", Mg]]), Fg = {
|
|
8069
8071
|
install(e) {
|
|
8070
|
-
|
|
8072
|
+
Tr(e, "AlertDialog", Vg);
|
|
8071
8073
|
}
|
|
8072
8074
|
}, Bg = Oe({
|
|
8073
8075
|
name: "QCardActions",
|
|
@@ -8157,7 +8159,7 @@ function Ug(e, t, n, o, r, l) {
|
|
|
8157
8159
|
}
|
|
8158
8160
|
const Hg = /* @__PURE__ */ ht(qg, [["render", Ug]]), zg = {
|
|
8159
8161
|
install(e) {
|
|
8160
|
-
|
|
8162
|
+
Tr(e, "ConfirmDialog", Hg);
|
|
8161
8163
|
}
|
|
8162
8164
|
}, jg = Oe({
|
|
8163
8165
|
name: "QToolbar",
|
|
@@ -8181,11 +8183,11 @@ const Hg = /* @__PURE__ */ ht(qg, [["render", Ug]]), zg = {
|
|
|
8181
8183
|
);
|
|
8182
8184
|
return () => w("div", { class: n.value }, Me(t.default));
|
|
8183
8185
|
}
|
|
8184
|
-
}), yc = 864e5, Wg = 36e5,
|
|
8186
|
+
}), yc = 864e5, Wg = 36e5, yl = 6e4, Ec = "YYYY-MM-DDTHH:mm:ss.SSSZ", Yg = /\[((?:[^\]\\]|\\]|\\)*)\]|do|d{1,4}|Mo|M{1,4}|m{1,2}|wo|w{1,2}|Qo|Do|DDDo|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]/g, Gg = /(\[[^\]]*\])|do|d{1,4}|Mo|M{1,4}|m{1,2}|wo|w{1,2}|Qo|Do|DDDo|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]|([.*+:?^,\s${}()|\\]+)/g, Jr = {};
|
|
8185
8187
|
function Qg(e, t) {
|
|
8186
8188
|
const n = "(" + t.days.join("|") + ")", o = e + n;
|
|
8187
|
-
if (
|
|
8188
|
-
return
|
|
8189
|
+
if (Jr[o] !== void 0)
|
|
8190
|
+
return Jr[o];
|
|
8189
8191
|
const r = "(" + t.daysShort.join("|") + ")", l = "(" + t.months.join("|") + ")", a = "(" + t.monthsShort.join("|") + ")", i = {};
|
|
8190
8192
|
let s = 0;
|
|
8191
8193
|
const d = e.replace(Gg, (u) => {
|
|
@@ -8273,10 +8275,10 @@ function Qg(e, t) {
|
|
|
8273
8275
|
return s--, u[0] === "[" && (u = u.substring(1, u.length - 1)), u.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
8274
8276
|
}
|
|
8275
8277
|
}), c = { map: i, regex: new RegExp("^" + d) };
|
|
8276
|
-
return
|
|
8278
|
+
return Jr[o] = c, c;
|
|
8277
8279
|
}
|
|
8278
8280
|
function Sc(e, t) {
|
|
8279
|
-
return e !== void 0 ? e : t !== void 0 ? t.date :
|
|
8281
|
+
return e !== void 0 ? e : t !== void 0 ? t.date : cl.date;
|
|
8280
8282
|
}
|
|
8281
8283
|
function Si(e, t = "") {
|
|
8282
8284
|
const n = e > 0 ? "-" : "+", o = Math.abs(e), r = Math.floor(o / 60), l = o % 60;
|
|
@@ -8394,12 +8396,12 @@ function Jo(e) {
|
|
|
8394
8396
|
function rh(e) {
|
|
8395
8397
|
return e.getFullYear() * 1e4 + e.getMonth() * 100 + e.getDate();
|
|
8396
8398
|
}
|
|
8397
|
-
function
|
|
8399
|
+
function el(e, t) {
|
|
8398
8400
|
const n = new Date(e);
|
|
8399
8401
|
return t === !0 ? rh(n) : n.getTime();
|
|
8400
8402
|
}
|
|
8401
8403
|
function lh(e, t, n, o = {}) {
|
|
8402
|
-
const r =
|
|
8404
|
+
const r = el(t, o.onlyDate), l = el(n, o.onlyDate), a = el(e, o.onlyDate);
|
|
8403
8405
|
return (a > r || o.inclusiveFrom === !0 && a === r) && (a < l || o.inclusiveTo === !0 && a === l);
|
|
8404
8406
|
}
|
|
8405
8407
|
function ah(e, t) {
|
|
@@ -8471,7 +8473,7 @@ function ch(e) {
|
|
|
8471
8473
|
}), t;
|
|
8472
8474
|
}
|
|
8473
8475
|
function Yo(e, t, n) {
|
|
8474
|
-
return (e.getTime() - e.getTimezoneOffset() *
|
|
8476
|
+
return (e.getTime() - e.getTimezoneOffset() * yl - (t.getTime() - t.getTimezoneOffset() * yl)) / n;
|
|
8475
8477
|
}
|
|
8476
8478
|
function kc(e, t, n = "days") {
|
|
8477
8479
|
const o = new Date(e), r = new Date(t);
|
|
@@ -8491,7 +8493,7 @@ function kc(e, t, n = "days") {
|
|
|
8491
8493
|
return Yo(Ht(o, "hour"), Ht(r, "hour"), Wg);
|
|
8492
8494
|
case "minutes":
|
|
8493
8495
|
case "minute":
|
|
8494
|
-
return Yo(Ht(o, "minute"), Ht(r, "minute"),
|
|
8496
|
+
return Yo(Ht(o, "minute"), Ht(r, "minute"), yl);
|
|
8495
8497
|
case "seconds":
|
|
8496
8498
|
case "second":
|
|
8497
8499
|
return Yo(Ht(o, "second"), Ht(r, "second"), 1e3);
|
|
@@ -8501,7 +8503,7 @@ function er(e) {
|
|
|
8501
8503
|
return kc(e, Ht(e, "year"), "days") + 1;
|
|
8502
8504
|
}
|
|
8503
8505
|
function dh(e) {
|
|
8504
|
-
return
|
|
8506
|
+
return mr(e) === !0 ? "date" : typeof e == "number" ? "number" : "string";
|
|
8505
8507
|
}
|
|
8506
8508
|
function fh(e, t, n) {
|
|
8507
8509
|
const o = new Date(e);
|
|
@@ -8755,7 +8757,7 @@ function vh(e, t, n, o, r) {
|
|
|
8755
8757
|
);
|
|
8756
8758
|
}
|
|
8757
8759
|
function gh(e) {
|
|
8758
|
-
return
|
|
8760
|
+
return mr(e) === !0 ? new Date(e.getTime()) : e;
|
|
8759
8761
|
}
|
|
8760
8762
|
const hh = {
|
|
8761
8763
|
isValid: th,
|
|
@@ -8784,6 +8786,7 @@ const hh = {
|
|
|
8784
8786
|
data() {
|
|
8785
8787
|
return {
|
|
8786
8788
|
date: hh,
|
|
8789
|
+
showIconSearch: !0,
|
|
8787
8790
|
rightDrawerOpen: !1
|
|
8788
8791
|
};
|
|
8789
8792
|
},
|
|
@@ -8811,13 +8814,13 @@ const hh = {
|
|
|
8811
8814
|
this.$emit("onClickBtnMenu"), console.log("menu");
|
|
8812
8815
|
},
|
|
8813
8816
|
onClickBtnSearch() {
|
|
8814
|
-
this.$emit("onClickBtnSearch"), console.log("search");
|
|
8817
|
+
this.showIconSearch = !this.showIconSearch, this.$emit("onClickBtnSearch"), console.log("search");
|
|
8815
8818
|
},
|
|
8816
8819
|
onClickBtnBack() {
|
|
8817
8820
|
this.$emit("onClickBtnBack"), console.log("back");
|
|
8818
8821
|
}
|
|
8819
8822
|
}
|
|
8820
|
-
}), ph = { id: "taskNavBar" }, bh = { class: "row full-width" }, yh = { class: "col-
|
|
8823
|
+
}), ph = { id: "taskNavBar" }, bh = { class: "row full-width" }, yh = { class: "col-8" }, Eh = ["src"], Sh = { id: "mobile-title" }, Ch = { class: "col-4 text-right" };
|
|
8821
8824
|
function wh(e, t, n, o, r, l) {
|
|
8822
8825
|
return se(), Pt("div", ph, [
|
|
8823
8826
|
J(jg, { class: "q-toolbar-unset-height" }, {
|
|
@@ -8834,6 +8837,7 @@ function wh(e, t, n, o, r, l) {
|
|
|
8834
8837
|
e.showBtnBack ? (se(), ge(Ke, {
|
|
8835
8838
|
key: 0,
|
|
8836
8839
|
size: "md",
|
|
8840
|
+
class: "cursor-pointer",
|
|
8837
8841
|
onClick: e.onClickBtnBack
|
|
8838
8842
|
}, {
|
|
8839
8843
|
default: ae(() => t[0] || (t[0] = [
|
|
@@ -8863,16 +8867,16 @@ function wh(e, t, n, o, r, l) {
|
|
|
8863
8867
|
e.showBtnSearch ? (se(), ge(Ke, {
|
|
8864
8868
|
key: 1,
|
|
8865
8869
|
color: "primary",
|
|
8866
|
-
name: "search",
|
|
8870
|
+
name: e.showIconSearch ? "search" : "search_off",
|
|
8867
8871
|
size: "md",
|
|
8868
|
-
class: "q-ml-md",
|
|
8872
|
+
class: "q-ml-md cursor-pointer",
|
|
8869
8873
|
onClick: e.onClickBtnSearch
|
|
8870
|
-
}, null, 8, ["onClick"])) : Ie("", !0),
|
|
8874
|
+
}, null, 8, ["name", "onClick"])) : Ie("", !0),
|
|
8871
8875
|
J(Ke, {
|
|
8872
|
-
id: "
|
|
8876
|
+
id: "iconMenu",
|
|
8873
8877
|
size: "md",
|
|
8874
8878
|
onClick: e.onClickBtnMenu,
|
|
8875
|
-
class: "q-ml-md"
|
|
8879
|
+
class: "q-ml-md cursor-pointer"
|
|
8876
8880
|
}, {
|
|
8877
8881
|
default: ae(() => t[1] || (t[1] = [
|
|
8878
8882
|
Te("svg", {
|
|
@@ -8936,7 +8940,7 @@ function wh(e, t, n, o, r, l) {
|
|
|
8936
8940
|
}
|
|
8937
8941
|
const kh = /* @__PURE__ */ ht(_h, [["render", wh]]), Th = {
|
|
8938
8942
|
install(e) {
|
|
8939
|
-
|
|
8943
|
+
Tr(e, "TaskNavBar", kh);
|
|
8940
8944
|
}
|
|
8941
8945
|
};
|
|
8942
8946
|
var Oh = Object.create, Tc = Object.defineProperty, Ah = Object.getOwnPropertyDescriptor, ra = Object.getOwnPropertyNames, Dh = Object.getPrototypeOf, Ih = Object.prototype.hasOwnProperty, xh = (e, t) => function() {
|
|
@@ -9133,10 +9137,10 @@ function Qn(e, t = 25, n = {}) {
|
|
|
9133
9137
|
async function Uh(e, t, n) {
|
|
9134
9138
|
return await e.apply(t, n);
|
|
9135
9139
|
}
|
|
9136
|
-
function
|
|
9140
|
+
function El(e, t = {}, n) {
|
|
9137
9141
|
for (const o in e) {
|
|
9138
9142
|
const r = e[o], l = n ? `${n}:${o}` : o;
|
|
9139
|
-
typeof r == "object" && r !== null ?
|
|
9143
|
+
typeof r == "object" && r !== null ? El(r, t, l) : typeof r == "function" && (t[l] = r);
|
|
9140
9144
|
}
|
|
9141
9145
|
return t;
|
|
9142
9146
|
}
|
|
@@ -9152,7 +9156,7 @@ function Kh(e, t) {
|
|
|
9152
9156
|
const n = t.shift(), o = Ac(n);
|
|
9153
9157
|
return Promise.all(e.map((r) => o.run(() => r(...t))));
|
|
9154
9158
|
}
|
|
9155
|
-
function
|
|
9159
|
+
function tl(e, t) {
|
|
9156
9160
|
for (const n of [...e])
|
|
9157
9161
|
n(t);
|
|
9158
9162
|
}
|
|
@@ -9207,7 +9211,7 @@ class Wh {
|
|
|
9207
9211
|
this.deprecateHook(n, t[n]);
|
|
9208
9212
|
}
|
|
9209
9213
|
addHooks(t) {
|
|
9210
|
-
const n =
|
|
9214
|
+
const n = El(t), o = Object.keys(n).map(
|
|
9211
9215
|
(r) => this.hook(r, n[r])
|
|
9212
9216
|
);
|
|
9213
9217
|
return () => {
|
|
@@ -9216,7 +9220,7 @@ class Wh {
|
|
|
9216
9220
|
};
|
|
9217
9221
|
}
|
|
9218
9222
|
removeHooks(t) {
|
|
9219
|
-
const n =
|
|
9223
|
+
const n = El(t);
|
|
9220
9224
|
for (const o in n)
|
|
9221
9225
|
this.removeHook(o, n[o]);
|
|
9222
9226
|
}
|
|
@@ -9232,14 +9236,14 @@ class Wh {
|
|
|
9232
9236
|
}
|
|
9233
9237
|
callHookWith(t, n, ...o) {
|
|
9234
9238
|
const r = this._before || this._after ? { name: n, args: o, context: {} } : void 0;
|
|
9235
|
-
this._before &&
|
|
9239
|
+
this._before && tl(this._before, r);
|
|
9236
9240
|
const l = t(
|
|
9237
9241
|
n in this._hooks ? [...this._hooks[n]] : [],
|
|
9238
9242
|
o
|
|
9239
9243
|
);
|
|
9240
9244
|
return l instanceof Promise ? l.finally(() => {
|
|
9241
|
-
this._after && r &&
|
|
9242
|
-
}) : (this._after && r &&
|
|
9245
|
+
this._after && r && tl(this._after, r);
|
|
9246
|
+
}) : (this._after && r && tl(this._after, r), l);
|
|
9243
9247
|
}
|
|
9244
9248
|
beforeEach(t) {
|
|
9245
9249
|
return this._before = this._before || [], this._before.push(t), () => {
|
|
@@ -10701,7 +10705,7 @@ function Lc(e) {
|
|
|
10701
10705
|
const o = (t = e.subTree) == null ? void 0 : t.type, r = aa(e);
|
|
10702
10706
|
return r ? ((n = r == null ? void 0 : r.types) == null ? void 0 : n.Fragment) === o : !1;
|
|
10703
10707
|
}
|
|
10704
|
-
function
|
|
10708
|
+
function Or(e) {
|
|
10705
10709
|
var t, n, o;
|
|
10706
10710
|
const r = o_((e == null ? void 0 : e.type) || {});
|
|
10707
10711
|
if (r)
|
|
@@ -10722,7 +10726,7 @@ function l_(e) {
|
|
|
10722
10726
|
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;
|
|
10723
10727
|
return `${r}:${l}`;
|
|
10724
10728
|
}
|
|
10725
|
-
function
|
|
10729
|
+
function Sl(e, t) {
|
|
10726
10730
|
return t = t || `${e.id}:root`, e.instanceMap.get(t) || e.instanceMap.get(":root");
|
|
10727
10731
|
}
|
|
10728
10732
|
function a_() {
|
|
@@ -10868,48 +10872,48 @@ function h_(e) {
|
|
|
10868
10872
|
const t = An(e);
|
|
10869
10873
|
if (!t.width && !t.height)
|
|
10870
10874
|
return;
|
|
10871
|
-
const n =
|
|
10875
|
+
const n = Or(e);
|
|
10872
10876
|
to() ? ca({ bounds: t, name: n }) : ua({ bounds: t, name: n });
|
|
10873
10877
|
}
|
|
10874
10878
|
function Fc() {
|
|
10875
10879
|
const e = to();
|
|
10876
10880
|
e && (e.style.display = "none");
|
|
10877
10881
|
}
|
|
10878
|
-
var
|
|
10879
|
-
function
|
|
10882
|
+
var Cl = null;
|
|
10883
|
+
function wl(e) {
|
|
10880
10884
|
const t = e.target;
|
|
10881
10885
|
if (t) {
|
|
10882
10886
|
const n = t.__vueParentComponent;
|
|
10883
|
-
if (n && (
|
|
10884
|
-
const r = An(n), l =
|
|
10887
|
+
if (n && (Cl = n, n.vnode.el)) {
|
|
10888
|
+
const r = An(n), l = Or(n);
|
|
10885
10889
|
to() ? ca({ bounds: r, name: l }) : ua({ bounds: r, name: l });
|
|
10886
10890
|
}
|
|
10887
10891
|
}
|
|
10888
10892
|
}
|
|
10889
10893
|
function __(e, t) {
|
|
10890
|
-
if (e.preventDefault(), e.stopPropagation(),
|
|
10891
|
-
const n = l_(
|
|
10894
|
+
if (e.preventDefault(), e.stopPropagation(), Cl) {
|
|
10895
|
+
const n = l_(Cl);
|
|
10892
10896
|
t(n);
|
|
10893
10897
|
}
|
|
10894
10898
|
}
|
|
10895
|
-
var
|
|
10899
|
+
var br = null;
|
|
10896
10900
|
function p_() {
|
|
10897
|
-
Fc(), window.removeEventListener("mouseover",
|
|
10901
|
+
Fc(), window.removeEventListener("mouseover", wl), window.removeEventListener("click", br, !0), br = null;
|
|
10898
10902
|
}
|
|
10899
10903
|
function b_() {
|
|
10900
|
-
return window.addEventListener("mouseover",
|
|
10904
|
+
return window.addEventListener("mouseover", wl), new Promise((e) => {
|
|
10901
10905
|
function t(n) {
|
|
10902
10906
|
n.preventDefault(), n.stopPropagation(), __(n, (o) => {
|
|
10903
|
-
window.removeEventListener("click", t, !0),
|
|
10907
|
+
window.removeEventListener("click", t, !0), br = null, window.removeEventListener("mouseover", wl);
|
|
10904
10908
|
const r = to();
|
|
10905
10909
|
r && (r.style.display = "none"), e(JSON.stringify({ id: o }));
|
|
10906
10910
|
});
|
|
10907
10911
|
}
|
|
10908
|
-
|
|
10912
|
+
br = t, window.addEventListener("click", t, !0);
|
|
10909
10913
|
});
|
|
10910
10914
|
}
|
|
10911
10915
|
function y_(e) {
|
|
10912
|
-
const t =
|
|
10916
|
+
const t = Sl(pt.value, e.id);
|
|
10913
10917
|
if (t) {
|
|
10914
10918
|
const [n] = ia(t);
|
|
10915
10919
|
if (typeof n.scrollIntoView == "function")
|
|
@@ -10930,7 +10934,7 @@ function y_(e) {
|
|
|
10930
10934
|
setTimeout(() => {
|
|
10931
10935
|
const o = An(t);
|
|
10932
10936
|
if (o.width || o.height) {
|
|
10933
|
-
const r =
|
|
10937
|
+
const r = Or(t), l = to();
|
|
10934
10938
|
l ? ca({ ...e, name: r, bounds: o }) : ua({ ...e, name: r, bounds: o }), setTimeout(() => {
|
|
10935
10939
|
l && (l.style.display = "none");
|
|
10936
10940
|
}, 1500);
|
|
@@ -10972,7 +10976,7 @@ function w_(e) {
|
|
|
10972
10976
|
function Bc(e) {
|
|
10973
10977
|
return w_(e) ? Bc(e.__v_raw) : !!(e && e.__v_isReactive);
|
|
10974
10978
|
}
|
|
10975
|
-
function
|
|
10979
|
+
function nl(e) {
|
|
10976
10980
|
return !!(e && e.__v_isRef === !0);
|
|
10977
10981
|
}
|
|
10978
10982
|
function mo(e) {
|
|
@@ -11019,7 +11023,7 @@ var k_ = class {
|
|
|
11019
11023
|
}
|
|
11020
11024
|
}, T_ = class {
|
|
11021
11025
|
set(e, t) {
|
|
11022
|
-
if (
|
|
11026
|
+
if (nl(e))
|
|
11023
11027
|
e.value = t;
|
|
11024
11028
|
else {
|
|
11025
11029
|
if (e instanceof Set && Array.isArray(t)) {
|
|
@@ -11041,10 +11045,10 @@ var k_ = class {
|
|
|
11041
11045
|
}
|
|
11042
11046
|
}
|
|
11043
11047
|
get(e) {
|
|
11044
|
-
return
|
|
11048
|
+
return nl(e) ? e.value : e;
|
|
11045
11049
|
}
|
|
11046
11050
|
isRef(e) {
|
|
11047
|
-
return
|
|
11051
|
+
return nl(e) || Bc(e);
|
|
11048
11052
|
}
|
|
11049
11053
|
};
|
|
11050
11054
|
B();
|
|
@@ -11215,7 +11219,7 @@ function L_() {
|
|
|
11215
11219
|
return null;
|
|
11216
11220
|
const l = r.id.toString();
|
|
11217
11221
|
return [...r.instanceMap].filter(([i]) => i.split(":")[0] === l).map(([, i]) => i);
|
|
11218
|
-
}), e.hook("getComponentBounds", async ({ instance: o }) => An(o)), e.hook("getComponentName", ({ instance: o }) =>
|
|
11222
|
+
}), e.hook("getComponentBounds", async ({ instance: o }) => An(o)), e.hook("getComponentName", ({ instance: o }) => Or(o)), e.hook("componentHighlight", ({ uid: o }) => {
|
|
11219
11223
|
const r = pt.value.instanceMap.get(o);
|
|
11220
11224
|
r && h_(r);
|
|
11221
11225
|
}), e.hook("componentUnhighlight", () => {
|
|
@@ -11256,7 +11260,7 @@ var N_ = Qn((e) => {
|
|
|
11256
11260
|
Qn((e, t) => {
|
|
11257
11261
|
no.hooks.callHook("devtoolsConnectedUpdated", { state: e, oldState: t });
|
|
11258
11262
|
});
|
|
11259
|
-
var
|
|
11263
|
+
var Ar = new Proxy(oe.__VUE_DEVTOOLS_KIT_APP_RECORDS__, {
|
|
11260
11264
|
get(e, t, n) {
|
|
11261
11265
|
return t === "value" ? oe.__VUE_DEVTOOLS_KIT_APP_RECORDS__ : oe.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t];
|
|
11262
11266
|
}
|
|
@@ -11268,7 +11272,7 @@ var Or = new Proxy(oe.__VUE_DEVTOOLS_KIT_APP_RECORDS__, {
|
|
|
11268
11272
|
function Uc() {
|
|
11269
11273
|
N_({
|
|
11270
11274
|
...oe[En],
|
|
11271
|
-
appRecords:
|
|
11275
|
+
appRecords: Ar.value,
|
|
11272
11276
|
activeAppRecordId: pt.id,
|
|
11273
11277
|
tabs: oe.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,
|
|
11274
11278
|
commands: oe.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__
|
|
@@ -11282,7 +11286,7 @@ function M_(e) {
|
|
|
11282
11286
|
}
|
|
11283
11287
|
var nt = new Proxy(oe[En], {
|
|
11284
11288
|
get(e, t) {
|
|
11285
|
-
return t === "appRecords" ?
|
|
11289
|
+
return t === "appRecords" ? Ar : t === "activeAppRecordId" ? pt.id : t === "tabs" ? oe.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__ : t === "commands" ? oe.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__ : oe[En][t];
|
|
11286
11290
|
},
|
|
11287
11291
|
deleteProperty(e, t) {
|
|
11288
11292
|
return delete e[t], !0;
|
|
@@ -11321,7 +11325,7 @@ var fa = new Proxy(oe.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__, {
|
|
|
11321
11325
|
return Reflect.get(e, t, n);
|
|
11322
11326
|
}
|
|
11323
11327
|
});
|
|
11324
|
-
function
|
|
11328
|
+
function kl(e) {
|
|
11325
11329
|
const t = {};
|
|
11326
11330
|
return Object.keys(e).forEach((n) => {
|
|
11327
11331
|
t[n] = e[n].defaultValue;
|
|
@@ -11348,13 +11352,13 @@ function Hc(e, t) {
|
|
|
11348
11352
|
}
|
|
11349
11353
|
if (e) {
|
|
11350
11354
|
const a = (o = (n = fa.find((i) => i[0].id === e)) == null ? void 0 : n[0]) != null ? o : null;
|
|
11351
|
-
return
|
|
11355
|
+
return kl((r = a == null ? void 0 : a.settings) != null ? r : {});
|
|
11352
11356
|
}
|
|
11353
|
-
return
|
|
11357
|
+
return kl(t);
|
|
11354
11358
|
}
|
|
11355
11359
|
function B_(e, t) {
|
|
11356
11360
|
const n = ma(e);
|
|
11357
|
-
localStorage.getItem(n) || localStorage.setItem(n, JSON.stringify(
|
|
11361
|
+
localStorage.getItem(n) || localStorage.setItem(n, JSON.stringify(kl(t)));
|
|
11358
11362
|
}
|
|
11359
11363
|
function q_(e, t, n) {
|
|
11360
11364
|
const o = ma(e), r = localStorage.getItem(o), l = JSON.parse(r || "{}"), a = {
|
|
@@ -11718,7 +11722,7 @@ function J_(e) {
|
|
|
11718
11722
|
},
|
|
11719
11723
|
// get component render code
|
|
11720
11724
|
getComponentRenderCode(t) {
|
|
11721
|
-
const n =
|
|
11725
|
+
const n = Sl(pt.value, t);
|
|
11722
11726
|
if (n)
|
|
11723
11727
|
return (n == null ? void 0 : n.type) instanceof Function ? n.type.toString() : n.render.toString();
|
|
11724
11728
|
},
|
|
@@ -11732,12 +11736,12 @@ function J_(e) {
|
|
|
11732
11736
|
getVueInspector: C_,
|
|
11733
11737
|
// toggle app
|
|
11734
11738
|
toggleApp(t, n) {
|
|
11735
|
-
const o =
|
|
11739
|
+
const o = Ar.value.find((r) => r.id === t);
|
|
11736
11740
|
o && (M_(t), R_(o), Z_(o, pt), qc(), Kc(o.app, n));
|
|
11737
11741
|
},
|
|
11738
11742
|
// inspect dom
|
|
11739
11743
|
inspectDOM(t) {
|
|
11740
|
-
const n =
|
|
11744
|
+
const n = Sl(pt.value, t);
|
|
11741
11745
|
if (n) {
|
|
11742
11746
|
const [o] = ia(n);
|
|
11743
11747
|
o && (oe.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__ = o);
|
|
@@ -11767,7 +11771,7 @@ var rs = L_(), ls, as;
|
|
|
11767
11771
|
...nt,
|
|
11768
11772
|
activeAppRecordId: pt.id,
|
|
11769
11773
|
activeAppRecord: pt.value,
|
|
11770
|
-
appRecords:
|
|
11774
|
+
appRecords: Ar.value
|
|
11771
11775
|
};
|
|
11772
11776
|
},
|
|
11773
11777
|
api: J_(rs)
|
|
@@ -11897,9 +11901,9 @@ var ap = class {
|
|
|
11897
11901
|
};
|
|
11898
11902
|
B();
|
|
11899
11903
|
B();
|
|
11900
|
-
var ip = (e) => Object.prototype.toString.call(e).slice(8, -1), Yc = (e) => typeof e > "u", sp = (e) => e === null, So = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype,
|
|
11904
|
+
var ip = (e) => Object.prototype.toString.call(e).slice(8, -1), Yc = (e) => typeof e > "u", sp = (e) => e === null, So = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, Tl = (e) => So(e) && Object.keys(e).length === 0, cn = (e) => Array.isArray(e), up = (e) => typeof e == "string", cp = (e) => typeof e == "number" && !isNaN(e), dp = (e) => typeof e == "boolean", fp = (e) => e instanceof RegExp, Co = (e) => e instanceof Map, wo = (e) => e instanceof Set, Gc = (e) => ip(e) === "Symbol", mp = (e) => e instanceof Date && !isNaN(e.valueOf()), vp = (e) => e instanceof Error, fs = (e) => typeof e == "number" && isNaN(e), gp = (e) => dp(e) || sp(e) || Yc(e) || cp(e) || up(e) || Gc(e), hp = (e) => typeof e == "bigint", _p = (e) => e === 1 / 0 || e === -1 / 0, pp = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), bp = (e) => e instanceof URL;
|
|
11901
11905
|
B();
|
|
11902
|
-
var Qc = (e) => e.replace(/\./g, "\\."),
|
|
11906
|
+
var Qc = (e) => e.replace(/\./g, "\\."), ol = (e) => e.map(String).map(Qc).join("."), ho = (e) => {
|
|
11903
11907
|
const t = [];
|
|
11904
11908
|
let n = "";
|
|
11905
11909
|
for (let r = 0; r < e.length; r++) {
|
|
@@ -11962,7 +11966,7 @@ var Xc = [
|
|
|
11962
11966
|
$t((e) => e === 0 && 1 / e === -1 / 0, "number", () => "-0", Number),
|
|
11963
11967
|
$t(bp, "URL", (e) => e.toString(), (e) => new URL(e))
|
|
11964
11968
|
];
|
|
11965
|
-
function
|
|
11969
|
+
function Dr(e, t, n, o) {
|
|
11966
11970
|
return {
|
|
11967
11971
|
isApplicable: e,
|
|
11968
11972
|
annotation: t,
|
|
@@ -11970,7 +11974,7 @@ function Ar(e, t, n, o) {
|
|
|
11970
11974
|
untransform: o
|
|
11971
11975
|
};
|
|
11972
11976
|
}
|
|
11973
|
-
var Zc =
|
|
11977
|
+
var Zc = Dr((e, t) => Gc(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) => ["symbol", t.symbolRegistry.getIdentifier(e)], (e) => e.description, (e, t, n) => {
|
|
11974
11978
|
const o = n.symbolRegistry.getValue(t[1]);
|
|
11975
11979
|
if (!o)
|
|
11976
11980
|
throw new Error("Trying to deserialize unknown symbol");
|
|
@@ -11985,7 +11989,7 @@ var Zc = Ar((e, t) => Gc(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
|
|
|
11985
11989
|
Float32Array,
|
|
11986
11990
|
Float64Array,
|
|
11987
11991
|
Uint8ClampedArray
|
|
11988
|
-
].reduce((e, t) => (e[t.name] = t, e), {}), Jc =
|
|
11992
|
+
].reduce((e, t) => (e[t.name] = t, e), {}), Jc = Dr(pp, (e) => ["typed-array", e.constructor.name], (e) => [...e], (e, t) => {
|
|
11989
11993
|
const n = yp[t[1]];
|
|
11990
11994
|
if (!n)
|
|
11991
11995
|
throw new Error("Trying to deserialize unknown typed array");
|
|
@@ -11994,7 +11998,7 @@ var Zc = Ar((e, t) => Gc(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
|
|
|
11994
11998
|
function ed(e, t) {
|
|
11995
11999
|
return e != null && e.constructor ? !!t.classRegistry.getIdentifier(e.constructor) : !1;
|
|
11996
12000
|
}
|
|
11997
|
-
var td =
|
|
12001
|
+
var td = Dr(ed, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)], (e, t) => {
|
|
11998
12002
|
const n = t.classRegistry.getAllowedProps(e.constructor);
|
|
11999
12003
|
if (!n)
|
|
12000
12004
|
return { ...e };
|
|
@@ -12007,7 +12011,7 @@ var td = Ar(ed, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
|
|
|
12007
12011
|
if (!o)
|
|
12008
12012
|
throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);
|
|
12009
12013
|
return Object.assign(Object.create(o.prototype), e);
|
|
12010
|
-
}), nd =
|
|
12014
|
+
}), nd = Dr((e, t) => !!t.customTransformerRegistry.findApplicable(e), (e, t) => ["custom", t.customTransformerRegistry.findApplicable(e).name], (e, t) => t.customTransformerRegistry.findApplicable(e).serialize(e), (e, t, n) => {
|
|
12011
12015
|
const o = n.customTransformerRegistry.findByName(t[1]);
|
|
12012
12016
|
if (!o)
|
|
12013
12017
|
throw new Error("Trying to deserialize unknown custom value");
|
|
@@ -12087,7 +12091,7 @@ var Cp = (e, t) => {
|
|
|
12087
12091
|
e = e[o];
|
|
12088
12092
|
}
|
|
12089
12093
|
return e;
|
|
12090
|
-
},
|
|
12094
|
+
}, Ol = (e, t, n) => {
|
|
12091
12095
|
if (rd(t), t.length === 0)
|
|
12092
12096
|
return n(e);
|
|
12093
12097
|
let o = e;
|
|
@@ -12136,34 +12140,34 @@ var Cp = (e, t) => {
|
|
|
12136
12140
|
}
|
|
12137
12141
|
return e;
|
|
12138
12142
|
};
|
|
12139
|
-
function
|
|
12143
|
+
function Al(e, t, n = []) {
|
|
12140
12144
|
if (!e)
|
|
12141
12145
|
return;
|
|
12142
12146
|
if (!cn(e)) {
|
|
12143
|
-
Zn(e, (l, a) =>
|
|
12147
|
+
Zn(e, (l, a) => Al(l, t, [...n, ...ho(a)]));
|
|
12144
12148
|
return;
|
|
12145
12149
|
}
|
|
12146
12150
|
const [o, r] = e;
|
|
12147
12151
|
r && Zn(r, (l, a) => {
|
|
12148
|
-
|
|
12152
|
+
Al(l, t, [...n, ...ho(a)]);
|
|
12149
12153
|
}), t(o, n);
|
|
12150
12154
|
}
|
|
12151
12155
|
function wp(e, t, n) {
|
|
12152
|
-
return
|
|
12153
|
-
e =
|
|
12156
|
+
return Al(t, (o, r) => {
|
|
12157
|
+
e = Ol(e, r, (l) => Sp(l, o, n));
|
|
12154
12158
|
}), e;
|
|
12155
12159
|
}
|
|
12156
12160
|
function kp(e, t) {
|
|
12157
12161
|
function n(o, r) {
|
|
12158
12162
|
const l = Cp(e, ho(r));
|
|
12159
12163
|
o.map(ho).forEach((a) => {
|
|
12160
|
-
e =
|
|
12164
|
+
e = Ol(e, a, () => l);
|
|
12161
12165
|
});
|
|
12162
12166
|
}
|
|
12163
12167
|
if (cn(t)) {
|
|
12164
12168
|
const [o, r] = t;
|
|
12165
12169
|
o.forEach((l) => {
|
|
12166
|
-
e =
|
|
12170
|
+
e = Ol(e, ho(l), () => e);
|
|
12167
12171
|
}), r && Zn(r, n);
|
|
12168
12172
|
} else
|
|
12169
12173
|
Zn(t, n);
|
|
@@ -12182,8 +12186,8 @@ function Ap(e, t) {
|
|
|
12182
12186
|
return;
|
|
12183
12187
|
t || (r = r.map((i) => i.map(String)).sort((i, s) => i.length - s.length));
|
|
12184
12188
|
const [l, ...a] = r;
|
|
12185
|
-
l.length === 0 ? o = a.map(
|
|
12186
|
-
}), o ?
|
|
12189
|
+
l.length === 0 ? o = a.map(ol) : n[ol(l)] = a.map(ol);
|
|
12190
|
+
}), o ? Tl(n) ? [o] : [o, n] : Tl(n) ? void 0 : n;
|
|
12187
12191
|
}
|
|
12188
12192
|
var ld = (e, t, n, o, r = [], l = [], a = /* @__PURE__ */ new Map()) => {
|
|
12189
12193
|
var i;
|
|
@@ -12218,7 +12222,7 @@ var ld = (e, t, n, o, r = [], l = [], a = /* @__PURE__ */ new Map()) => {
|
|
|
12218
12222
|
f[Qc(S) + "." + _] = v;
|
|
12219
12223
|
});
|
|
12220
12224
|
});
|
|
12221
|
-
const m =
|
|
12225
|
+
const m = Tl(f) ? {
|
|
12222
12226
|
transformedValue: u,
|
|
12223
12227
|
annotations: d ? [d.type] : void 0
|
|
12224
12228
|
} : {
|
|
@@ -12250,16 +12254,16 @@ function Ip(e, t, n, o, r) {
|
|
|
12250
12254
|
configurable: !0
|
|
12251
12255
|
});
|
|
12252
12256
|
}
|
|
12253
|
-
function
|
|
12257
|
+
function Dl(e, t = {}) {
|
|
12254
12258
|
if (vs(e))
|
|
12255
|
-
return e.map((r) =>
|
|
12259
|
+
return e.map((r) => Dl(r, t));
|
|
12256
12260
|
if (!Dp(e))
|
|
12257
12261
|
return e;
|
|
12258
12262
|
const n = Object.getOwnPropertyNames(e), o = Object.getOwnPropertySymbols(e);
|
|
12259
12263
|
return [...n, ...o].reduce((r, l) => {
|
|
12260
12264
|
if (vs(t.props) && !t.props.includes(l))
|
|
12261
12265
|
return r;
|
|
12262
|
-
const a = e[l], i =
|
|
12266
|
+
const a = e[l], i = Dl(a, t);
|
|
12263
12267
|
return Ip(r, l, i, e, t.nonenumerable), r;
|
|
12264
12268
|
}, {});
|
|
12265
12269
|
}
|
|
@@ -12289,7 +12293,7 @@ var Ve = class {
|
|
|
12289
12293
|
}
|
|
12290
12294
|
deserialize(e) {
|
|
12291
12295
|
const { json: t, meta: n } = e;
|
|
12292
|
-
let o =
|
|
12296
|
+
let o = Dl(t);
|
|
12293
12297
|
return n != null && n.values && (o = wp(o, n.values, this)), n != null && n.referentialEqualities && (o = kp(o, n.referentialEqualities)), o;
|
|
12294
12298
|
}
|
|
12295
12299
|
stringify(e) {
|
|
@@ -12378,7 +12382,7 @@ var Tn;
|
|
|
12378
12382
|
(function(e) {
|
|
12379
12383
|
e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
|
|
12380
12384
|
})(Tn || (Tn = {}));
|
|
12381
|
-
const
|
|
12385
|
+
const Il = 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 };
|
|
12382
12386
|
function Lp(e, { autoBom: t = !1 } = {}) {
|
|
12383
12387
|
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;
|
|
12384
12388
|
}
|
|
@@ -12407,7 +12411,7 @@ function or(e) {
|
|
|
12407
12411
|
n.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), e.dispatchEvent(n);
|
|
12408
12412
|
}
|
|
12409
12413
|
}
|
|
12410
|
-
const rr = typeof navigator == "object" ? navigator : { userAgent: "" }, sd = /Macintosh/.test(rr.userAgent) && /AppleWebKit/.test(rr.userAgent) && !/Safari/.test(rr.userAgent), ud =
|
|
12414
|
+
const rr = typeof navigator == "object" ? navigator : { userAgent: "" }, sd = /Macintosh/.test(rr.userAgent) && /AppleWebKit/.test(rr.userAgent) && !/Safari/.test(rr.userAgent), ud = Il ? (
|
|
12411
12415
|
// Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program
|
|
12412
12416
|
typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !sd ? Pp : (
|
|
12413
12417
|
// Use msSaveOrOpenBlob as a second approach
|
|
@@ -12613,7 +12617,7 @@ function zp(e) {
|
|
|
12613
12617
|
}
|
|
12614
12618
|
}
|
|
12615
12619
|
let Kn = !0;
|
|
12616
|
-
const ar = [], bn = "pinia:mutations", mt = "pinia", { assign: jp } = Object,
|
|
12620
|
+
const ar = [], bn = "pinia:mutations", mt = "pinia", { assign: jp } = Object, yr = (e) => "🍍 " + e;
|
|
12617
12621
|
function Kp(e, t) {
|
|
12618
12622
|
jc({
|
|
12619
12623
|
id: "dev.esm.pinia",
|
|
@@ -12679,7 +12683,7 @@ function Kp(e, t) {
|
|
|
12679
12683
|
const l = o.componentInstance.proxy._pStores;
|
|
12680
12684
|
Object.values(l).forEach((a) => {
|
|
12681
12685
|
o.instanceData.state.push({
|
|
12682
|
-
type:
|
|
12686
|
+
type: yr(a.$id),
|
|
12683
12687
|
key: "state",
|
|
12684
12688
|
editable: !0,
|
|
12685
12689
|
value: a._isOptionsAPI ? {
|
|
@@ -12698,7 +12702,7 @@ function Kp(e, t) {
|
|
|
12698
12702
|
Object.keys(a.$state).reduce((i, s) => (i[s] = a.$state[s], i), {})
|
|
12699
12703
|
)
|
|
12700
12704
|
}), a._getters && a._getters.length && o.instanceData.state.push({
|
|
12701
|
-
type:
|
|
12705
|
+
type: yr(a.$id),
|
|
12702
12706
|
key: "getters",
|
|
12703
12707
|
editable: !1,
|
|
12704
12708
|
value: a._getters.reduce((i, s) => {
|
|
@@ -12748,7 +12752,7 @@ Only state can be modified.`);
|
|
|
12748
12752
|
});
|
|
12749
12753
|
}
|
|
12750
12754
|
function Wp(e, t) {
|
|
12751
|
-
ar.includes(
|
|
12755
|
+
ar.includes(yr(t.$id)) || ar.push(yr(t.$id)), jc({
|
|
12752
12756
|
id: "dev.esm.pinia",
|
|
12753
12757
|
label: "Pinia 🍍",
|
|
12754
12758
|
logo: "https://pinia.vuejs.org/logo.svg",
|
|
@@ -12857,7 +12861,7 @@ function Wp(e, t) {
|
|
|
12857
12861
|
});
|
|
12858
12862
|
}, { detached: !0, flush: "sync" });
|
|
12859
12863
|
const r = t._hotUpdate;
|
|
12860
|
-
t._hotUpdate =
|
|
12864
|
+
t._hotUpdate = Sr((a) => {
|
|
12861
12865
|
r(a), n.addTimelineEvent({
|
|
12862
12866
|
layerId: bn,
|
|
12863
12867
|
event: {
|
|
@@ -12914,9 +12918,9 @@ function Yp({ app: e, store: t, options: n }) {
|
|
|
12914
12918
|
function gd() {
|
|
12915
12919
|
const e = _u(!0), t = e.run(() => le({}));
|
|
12916
12920
|
let n = [], o = [];
|
|
12917
|
-
const r =
|
|
12921
|
+
const r = Sr({
|
|
12918
12922
|
install(l) {
|
|
12919
|
-
r._a = l, l.provide(xp, r), l.config.globalProperties.$pinia = r, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" &&
|
|
12923
|
+
r._a = l, l.provide(xp, r), l.config.globalProperties.$pinia = r, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Il && Kp(l, r), o.forEach((a) => n.push(a)), o = [];
|
|
12920
12924
|
},
|
|
12921
12925
|
use(l) {
|
|
12922
12926
|
return this._a ? n.push(l) : o.push(l), this;
|
|
@@ -12929,7 +12933,7 @@ function gd() {
|
|
|
12929
12933
|
_s: /* @__PURE__ */ new Map(),
|
|
12930
12934
|
state: t
|
|
12931
12935
|
});
|
|
12932
|
-
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" &&
|
|
12936
|
+
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Il && typeof Proxy < "u" && r.use(Yp), r;
|
|
12933
12937
|
}
|
|
12934
12938
|
process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration") : (
|
|
12935
12939
|
/* istanbul ignore next */
|
|
@@ -13072,10 +13076,10 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
13072
13076
|
});
|
|
13073
13077
|
}
|
|
13074
13078
|
const Zp = /\{([0-9a-zA-Z]+)\}/g;
|
|
13075
|
-
function
|
|
13079
|
+
function Ir(e, ...t) {
|
|
13076
13080
|
return t.length === 1 && we(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(Zp, (n, o) => t.hasOwnProperty(o) ? t[o] : "");
|
|
13077
13081
|
}
|
|
13078
|
-
const Yt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Jp = (e, t, n) => e0({ l: e, k: t, s: n }), e0 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), je = (e) => typeof e == "number" && isFinite(e), t0 = (e) => _a(e) === "[object Date]", Jn = (e) => _a(e) === "[object RegExp]",
|
|
13082
|
+
const Yt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Jp = (e, t, n) => e0({ l: e, k: t, s: n }), e0 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), je = (e) => typeof e == "number" && isFinite(e), t0 = (e) => _a(e) === "[object Date]", Jn = (e) => _a(e) === "[object RegExp]", xr = (e) => _e(e) && Object.keys(e).length === 0, ot = Object.assign, n0 = Object.create, xe = (e = null) => n0(e);
|
|
13079
13083
|
let Is;
|
|
13080
13084
|
const Sn = () => Is || (Is = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : xe());
|
|
13081
13085
|
function xs(e) {
|
|
@@ -13162,7 +13166,7 @@ function ir(e, t) {
|
|
|
13162
13166
|
function i0(e, t, n) {
|
|
13163
13167
|
return { line: e, column: t, offset: n };
|
|
13164
13168
|
}
|
|
13165
|
-
function
|
|
13169
|
+
function xl(e, t, n) {
|
|
13166
13170
|
return { start: e, end: t };
|
|
13167
13171
|
}
|
|
13168
13172
|
const fe = {
|
|
@@ -13209,7 +13213,7 @@ const fe = {
|
|
|
13209
13213
|
[fe.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
|
|
13210
13214
|
};
|
|
13211
13215
|
function oo(e, t, n = {}) {
|
|
13212
|
-
const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ?
|
|
13216
|
+
const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ? Ir((r || u0)[e] || "", ...l || []) : e, i = new SyntaxError(String(a));
|
|
13213
13217
|
return i.code = e, t && (i.location = t), i.domain = o, i;
|
|
13214
13218
|
}
|
|
13215
13219
|
function c0(e) {
|
|
@@ -13272,7 +13276,7 @@ function b0(e, t = {}) {
|
|
|
13272
13276
|
function u(y, k, V, ...ee) {
|
|
13273
13277
|
const Ee = d();
|
|
13274
13278
|
if (k.column += V, k.offset += V, c) {
|
|
13275
|
-
const Ae = n ?
|
|
13279
|
+
const Ae = n ? xl(Ee.startLoc, k) : null, he = oo(y, Ae, {
|
|
13276
13280
|
domain: p0,
|
|
13277
13281
|
args: ee
|
|
13278
13282
|
});
|
|
@@ -13282,7 +13286,7 @@ function b0(e, t = {}) {
|
|
|
13282
13286
|
function f(y, k, V) {
|
|
13283
13287
|
y.endLoc = l(), y.currentType = k;
|
|
13284
13288
|
const ee = { type: k };
|
|
13285
|
-
return n && (ee.loc =
|
|
13289
|
+
return n && (ee.loc = xl(y.startLoc, y.endLoc)), V != null && (ee.value = V), ee;
|
|
13286
13290
|
}
|
|
13287
13291
|
const m = (y) => f(
|
|
13288
13292
|
y,
|
|
@@ -13668,7 +13672,7 @@ function C0(e = {}) {
|
|
|
13668
13672
|
function o(v, _, E, b, ...D) {
|
|
13669
13673
|
const I = v.currentPosition();
|
|
13670
13674
|
if (I.offset += b, I.column += b, n) {
|
|
13671
|
-
const O = t ?
|
|
13675
|
+
const O = t ? xl(E, I) : null, F = oo(_, O, {
|
|
13672
13676
|
domain: y0,
|
|
13673
13677
|
args: D
|
|
13674
13678
|
});
|
|
@@ -14100,7 +14104,7 @@ function R0(e, t = {}) {
|
|
|
14100
14104
|
function M0() {
|
|
14101
14105
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Sn().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Sn().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
14102
14106
|
}
|
|
14103
|
-
function
|
|
14107
|
+
function rl(e) {
|
|
14104
14108
|
return (n) => V0(n, e);
|
|
14105
14109
|
}
|
|
14106
14110
|
function V0(e, t) {
|
|
@@ -14132,7 +14136,7 @@ function Vs(e, t) {
|
|
|
14132
14136
|
if (n != null)
|
|
14133
14137
|
return e.type === "text" ? n : e.normalize([n]);
|
|
14134
14138
|
{
|
|
14135
|
-
const o = j0(t).reduce((r, l) => [...r,
|
|
14139
|
+
const o = j0(t).reduce((r, l) => [...r, Ll(e, l)], []);
|
|
14136
14140
|
return e.normalize(o);
|
|
14137
14141
|
}
|
|
14138
14142
|
}
|
|
@@ -14144,7 +14148,7 @@ const z0 = ["i", "items"];
|
|
|
14144
14148
|
function j0(e) {
|
|
14145
14149
|
return vn(e, z0, []);
|
|
14146
14150
|
}
|
|
14147
|
-
function
|
|
14151
|
+
function Ll(e, t) {
|
|
14148
14152
|
const n = Ea(t);
|
|
14149
14153
|
switch (n) {
|
|
14150
14154
|
case 3:
|
|
@@ -14169,7 +14173,7 @@ function xl(e, t) {
|
|
|
14169
14173
|
}
|
|
14170
14174
|
case 6: {
|
|
14171
14175
|
const o = t, r = G0(o), l = X0(o);
|
|
14172
|
-
return e.linked(
|
|
14176
|
+
return e.linked(Ll(e, l), r ? Ll(e, r) : void 0, e.type);
|
|
14173
14177
|
}
|
|
14174
14178
|
case 7:
|
|
14175
14179
|
return Xo(t, n);
|
|
@@ -14217,7 +14221,7 @@ function ko(e) {
|
|
|
14217
14221
|
}
|
|
14218
14222
|
const Z0 = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
|
|
14219
14223
|
function J0(e, t) {
|
|
14220
|
-
t && f0(e) && mn(
|
|
14224
|
+
t && f0(e) && mn(Ir(Z0, { source: e }));
|
|
14221
14225
|
}
|
|
14222
14226
|
const eb = (e) => e;
|
|
14223
14227
|
let Zo = xe();
|
|
@@ -14243,7 +14247,7 @@ function nb(e, t) {
|
|
|
14243
14247
|
...t,
|
|
14244
14248
|
location: process.env.NODE_ENV !== "production",
|
|
14245
14249
|
jit: !0
|
|
14246
|
-
}), s =
|
|
14250
|
+
}), s = rl(a);
|
|
14247
14251
|
return i ? s : Zo[r] = s;
|
|
14248
14252
|
} else {
|
|
14249
14253
|
if (process.env.NODE_ENV !== "production" && !dn(e))
|
|
@@ -14251,9 +14255,9 @@ function nb(e, t) {
|
|
|
14251
14255
|
const n = e.cacheKey;
|
|
14252
14256
|
if (n) {
|
|
14253
14257
|
const o = Zo[n];
|
|
14254
|
-
return o || (Zo[n] =
|
|
14258
|
+
return o || (Zo[n] = rl(e));
|
|
14255
14259
|
} else
|
|
14256
|
-
return
|
|
14260
|
+
return rl(e);
|
|
14257
14261
|
}
|
|
14258
14262
|
}
|
|
14259
14263
|
let To = null;
|
|
@@ -14297,18 +14301,18 @@ const sb = {
|
|
|
14297
14301
|
function Sa(e, t) {
|
|
14298
14302
|
return t.locale != null ? Fs(t.locale) : Fs(e.locale);
|
|
14299
14303
|
}
|
|
14300
|
-
let
|
|
14304
|
+
let ll;
|
|
14301
14305
|
function Fs(e) {
|
|
14302
14306
|
if (Y(e))
|
|
14303
14307
|
return e;
|
|
14304
14308
|
if (Ne(e)) {
|
|
14305
|
-
if (e.resolvedOnce &&
|
|
14306
|
-
return
|
|
14309
|
+
if (e.resolvedOnce && ll != null)
|
|
14310
|
+
return ll;
|
|
14307
14311
|
if (e.constructor.name === "Function") {
|
|
14308
14312
|
const t = e();
|
|
14309
14313
|
if (r0(t))
|
|
14310
14314
|
throw en(vt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
14311
|
-
return
|
|
14315
|
+
return ll = t;
|
|
14312
14316
|
} else
|
|
14313
14317
|
throw en(vt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
|
|
14314
14318
|
} else
|
|
@@ -14652,9 +14656,9 @@ const Et = {
|
|
|
14652
14656
|
[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."
|
|
14653
14657
|
};
|
|
14654
14658
|
function In(e, ...t) {
|
|
14655
|
-
return
|
|
14659
|
+
return Ir(Eb[e], ...t);
|
|
14656
14660
|
}
|
|
14657
|
-
const Sb = "10.0.5",
|
|
14661
|
+
const Sb = "10.0.5", Lr = -1, Oo = "en-US", Er = "", $s = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
14658
14662
|
function Cb() {
|
|
14659
14663
|
return {
|
|
14660
14664
|
upper: (e, t) => t === "text" && Y(e) ? e.toUpperCase() : t === "vnode" && we(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
@@ -14684,7 +14688,7 @@ const Us = (e) => {
|
|
|
14684
14688
|
}, Db = () => Cd;
|
|
14685
14689
|
let Hs = 0;
|
|
14686
14690
|
function Ib(e = {}) {
|
|
14687
|
-
const t = Ne(e.onWarn) ? e.onWarn : mn, n = Y(e.version) ? e.version : Sb, o = Y(e.locale) || Ne(e.locale) ? e.locale : Oo, r = Ne(o) ? Oo : o, l = $e(e.fallbackLocale) || _e(e.fallbackLocale) || Y(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = _e(e.messages) ? e.messages :
|
|
14691
|
+
const t = Ne(e.onWarn) ? e.onWarn : mn, n = Y(e.version) ? e.version : Sb, o = Y(e.locale) || Ne(e.locale) ? e.locale : Oo, r = Ne(o) ? Oo : o, l = $e(e.fallbackLocale) || _e(e.fallbackLocale) || Y(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = _e(e.messages) ? e.messages : al(r), i = _e(e.datetimeFormats) ? e.datetimeFormats : al(r), s = _e(e.numberFormats) ? e.numberFormats : al(r), d = ot(xe(), e.modifiers, Cb()), c = e.pluralRules || xe(), u = Ne(e.missing) ? e.missing : null, f = ke(e.missingWarn) || Jn(e.missingWarn) ? e.missingWarn : !0, m = ke(e.fallbackWarn) || Jn(e.fallbackWarn) ? e.fallbackWarn : !0, h = !!e.fallbackFormat, S = !!e.unresolving, g = Ne(e.postTranslation) ? e.postTranslation : null, v = _e(e.processor) ? e.processor : null, _ = ke(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, E = !!e.escapeParameter, b = Ne(e.messageCompiler) ? e.messageCompiler : bd;
|
|
14688
14692
|
process.env.NODE_ENV !== "production" && Ne(e.messageCompiler) && _d(In(Et.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
14689
14693
|
const D = Ne(e.messageResolver) ? e.messageResolver : yd || pb, I = Ne(e.localeFallbacker) ? e.localeFallbacker : Ed || ub, O = we(e.fallbackContext) ? e.fallbackContext : void 0, F = e, L = we(F.__datetimeFormatters) ? F.__datetimeFormatters : /* @__PURE__ */ new Map(), P = we(F.__numberFormatters) ? F.__numberFormatters : /* @__PURE__ */ new Map(), q = we(F.__meta) ? F.__meta : {};
|
|
14690
14694
|
Hs++;
|
|
@@ -14714,8 +14718,8 @@ function Ib(e = {}) {
|
|
|
14714
14718
|
};
|
|
14715
14719
|
return x.datetimeFormats = i, x.numberFormats = s, x.__datetimeFormatters = L, x.__numberFormatters = P, process.env.NODE_ENV !== "production" && (x.__v_emitter = F.__v_emitter != null ? F.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && rb(x, n, q), x;
|
|
14716
14720
|
}
|
|
14717
|
-
const
|
|
14718
|
-
function
|
|
14721
|
+
const al = (e) => ({ [e]: xe() });
|
|
14722
|
+
function Pr(e, t) {
|
|
14719
14723
|
return e instanceof RegExp ? e.test(t) : e;
|
|
14720
14724
|
}
|
|
14721
14725
|
function wd(e, t) {
|
|
@@ -14761,8 +14765,8 @@ const zs = typeof Intl < "u", Td = {
|
|
|
14761
14765
|
function js(e, ...t) {
|
|
14762
14766
|
const { datetimeFormats: n, unresolving: o, fallbackLocale: r, onWarn: l, localeFallbacker: a } = e, { __datetimeFormatters: i } = e;
|
|
14763
14767
|
if (process.env.NODE_ENV !== "production" && !Td.dateTimeFormat)
|
|
14764
|
-
return l(In(Et.CANNOT_FORMAT_DATE)),
|
|
14765
|
-
const [s, d, c, u] =
|
|
14768
|
+
return l(In(Et.CANNOT_FORMAT_DATE)), Er;
|
|
14769
|
+
const [s, d, c, u] = Pl(...t), f = ke(c.missingWarn) ? c.missingWarn : e.missingWarn, m = ke(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, h = !!c.part, S = Sa(e, c), g = a(
|
|
14766
14770
|
e,
|
|
14767
14771
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
14768
14772
|
r,
|
|
@@ -14773,7 +14777,7 @@ function js(e, ...t) {
|
|
|
14773
14777
|
let v = {}, _, E = null, b = S, D = null;
|
|
14774
14778
|
const I = "datetime format";
|
|
14775
14779
|
for (let L = 0; L < g.length; L++) {
|
|
14776
|
-
if (_ = D = g[L], process.env.NODE_ENV !== "production" && S !== _ &&
|
|
14780
|
+
if (_ = D = g[L], process.env.NODE_ENV !== "production" && S !== _ && Pr(m, s) && l(In(Et.FALLBACK_TO_DATE_FORMAT, {
|
|
14777
14781
|
key: s,
|
|
14778
14782
|
target: _
|
|
14779
14783
|
})), process.env.NODE_ENV !== "production" && S !== _) {
|
|
@@ -14791,9 +14795,9 @@ function js(e, ...t) {
|
|
|
14791
14795
|
Ca(e, s, _, f, I), b = D;
|
|
14792
14796
|
}
|
|
14793
14797
|
if (!_e(E) || !Y(_))
|
|
14794
|
-
return o ?
|
|
14798
|
+
return o ? Lr : s;
|
|
14795
14799
|
let O = `${_}__${s}`;
|
|
14796
|
-
|
|
14800
|
+
xr(u) || (O = `${O}__${JSON.stringify(u)}`);
|
|
14797
14801
|
let F = i.get(O);
|
|
14798
14802
|
return F || (F = new Intl.DateTimeFormat(_, ot({}, E, u)), i.set(O, F)), h ? F.formatToParts(d) : F.format(d);
|
|
14799
14803
|
}
|
|
@@ -14819,7 +14823,7 @@ const Od = [
|
|
|
14819
14823
|
"hourCycle",
|
|
14820
14824
|
"fractionalSecondDigits"
|
|
14821
14825
|
];
|
|
14822
|
-
function
|
|
14826
|
+
function Pl(...e) {
|
|
14823
14827
|
const [t, n, o, r] = e, l = xe();
|
|
14824
14828
|
let a = xe(), i;
|
|
14825
14829
|
if (Y(t)) {
|
|
@@ -14855,8 +14859,8 @@ function Ks(e, t, n) {
|
|
|
14855
14859
|
function Ws(e, ...t) {
|
|
14856
14860
|
const { numberFormats: n, unresolving: o, fallbackLocale: r, onWarn: l, localeFallbacker: a } = e, { __numberFormatters: i } = e;
|
|
14857
14861
|
if (process.env.NODE_ENV !== "production" && !Td.numberFormat)
|
|
14858
|
-
return l(In(Et.CANNOT_FORMAT_NUMBER)),
|
|
14859
|
-
const [s, d, c, u] =
|
|
14862
|
+
return l(In(Et.CANNOT_FORMAT_NUMBER)), Er;
|
|
14863
|
+
const [s, d, c, u] = Nl(...t), f = ke(c.missingWarn) ? c.missingWarn : e.missingWarn, m = ke(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, h = !!c.part, S = Sa(e, c), g = a(
|
|
14860
14864
|
e,
|
|
14861
14865
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
14862
14866
|
r,
|
|
@@ -14867,7 +14871,7 @@ function Ws(e, ...t) {
|
|
|
14867
14871
|
let v = {}, _, E = null, b = S, D = null;
|
|
14868
14872
|
const I = "number format";
|
|
14869
14873
|
for (let L = 0; L < g.length; L++) {
|
|
14870
|
-
if (_ = D = g[L], process.env.NODE_ENV !== "production" && S !== _ &&
|
|
14874
|
+
if (_ = D = g[L], process.env.NODE_ENV !== "production" && S !== _ && Pr(m, s) && l(In(Et.FALLBACK_TO_NUMBER_FORMAT, {
|
|
14871
14875
|
key: s,
|
|
14872
14876
|
target: _
|
|
14873
14877
|
})), process.env.NODE_ENV !== "production" && S !== _) {
|
|
@@ -14885,9 +14889,9 @@ function Ws(e, ...t) {
|
|
|
14885
14889
|
Ca(e, s, _, f, I), b = D;
|
|
14886
14890
|
}
|
|
14887
14891
|
if (!_e(E) || !Y(_))
|
|
14888
|
-
return o ?
|
|
14892
|
+
return o ? Lr : s;
|
|
14889
14893
|
let O = `${_}__${s}`;
|
|
14890
|
-
|
|
14894
|
+
xr(u) || (O = `${O}__${JSON.stringify(u)}`);
|
|
14891
14895
|
let F = i.get(O);
|
|
14892
14896
|
return F || (F = new Intl.NumberFormat(_, ot({}, E, u)), i.set(O, F)), h ? F.formatToParts(d) : F.format(d);
|
|
14893
14897
|
}
|
|
@@ -14913,7 +14917,7 @@ const Ad = [
|
|
|
14913
14917
|
"roundingIncrement",
|
|
14914
14918
|
"trailingZeroDisplay"
|
|
14915
14919
|
];
|
|
14916
|
-
function
|
|
14920
|
+
function Nl(...e) {
|
|
14917
14921
|
const [t, n, o, r] = e, l = xe();
|
|
14918
14922
|
let a = xe();
|
|
14919
14923
|
if (!je(t))
|
|
@@ -14973,7 +14977,7 @@ function Bb(e = {}) {
|
|
|
14973
14977
|
}
|
|
14974
14978
|
const Qs = () => "", Lt = (e) => Ne(e);
|
|
14975
14979
|
function Xs(e, ...t) {
|
|
14976
|
-
const { fallbackFormat: n, postTranslation: o, unresolving: r, messageCompiler: l, fallbackLocale: a, messages: i } = e, [s, d] =
|
|
14980
|
+
const { fallbackFormat: n, postTranslation: o, unresolving: r, messageCompiler: l, fallbackLocale: a, messages: i } = e, [s, d] = Rl(...t), c = ke(d.missingWarn) ? d.missingWarn : e.missingWarn, u = ke(d.fallbackWarn) ? d.fallbackWarn : e.fallbackWarn, f = ke(d.escapeParameter) ? d.escapeParameter : e.escapeParameter, m = !!d.resolvedMessage, h = Y(d.default) || ke(d.default) ? ke(d.default) ? l ? s : () => s : d.default : n ? l ? s : () => s : null, S = n || h != null && (Y(h) || Ne(h)), g = Sa(e, d);
|
|
14977
14981
|
f && qb(d);
|
|
14978
14982
|
let [v, _, E] = m ? [
|
|
14979
14983
|
s,
|
|
@@ -14981,7 +14985,7 @@ function Xs(e, ...t) {
|
|
|
14981
14985
|
i[g] || xe()
|
|
14982
14986
|
] : Dd(e, s, g, a, u, c), b = v, D = s;
|
|
14983
14987
|
if (!m && !(Y(b) || dn(b) || Lt(b)) && S && (b = h, D = b), !m && (!(Y(b) || dn(b) || Lt(b)) || !Y(_)))
|
|
14984
|
-
return r ?
|
|
14988
|
+
return r ? Lr : s;
|
|
14985
14989
|
if (process.env.NODE_ENV !== "production" && Y(b) && e.messageCompiler == null)
|
|
14986
14990
|
return mn(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${s}'.`), s;
|
|
14987
14991
|
let I = !1;
|
|
@@ -15013,7 +15017,7 @@ function Dd(e, t, n, o, r, l) {
|
|
|
15013
15017
|
let u = xe(), f, m = null, h = n, S = null;
|
|
15014
15018
|
const g = "translate";
|
|
15015
15019
|
for (let v = 0; v < c.length; v++) {
|
|
15016
|
-
if (f = S = c[v], process.env.NODE_ENV !== "production" && n !== f && !kd(n, f) &&
|
|
15020
|
+
if (f = S = c[v], process.env.NODE_ENV !== "production" && n !== f && !kd(n, f) && Pr(r, t) && i(In(Et.FALLBACK_TO_TRANSLATE, {
|
|
15017
15021
|
key: t,
|
|
15018
15022
|
target: f
|
|
15019
15023
|
})), process.env.NODE_ENV !== "production" && n !== f) {
|
|
@@ -15094,12 +15098,12 @@ function $b(e, t, n) {
|
|
|
15094
15098
|
}
|
|
15095
15099
|
return a;
|
|
15096
15100
|
}
|
|
15097
|
-
function
|
|
15101
|
+
function Rl(...e) {
|
|
15098
15102
|
const [t, n, o] = e, r = xe();
|
|
15099
15103
|
if (!Y(t) && !je(t) && !Lt(t) && !dn(t))
|
|
15100
15104
|
throw en(vt.INVALID_ARGUMENT);
|
|
15101
15105
|
const l = je(t) ? String(t) : (Lt(t), t);
|
|
15102
|
-
return je(n) ? r.plural = n : Y(n) ? r.default = n : _e(n) && !
|
|
15106
|
+
return je(n) ? r.plural = n : Y(n) ? r.default = n : _e(n) && !xr(n) ? r.named = n : $e(n) && (r.list = n), je(o) ? r.plural = o : Y(o) ? r.default = o : _e(o) && ot(r, o), [l, r];
|
|
15103
15107
|
}
|
|
15104
15108
|
function Ub(e, t, n, o, r, l) {
|
|
15105
15109
|
return {
|
|
@@ -15167,13 +15171,13 @@ function xd() {
|
|
|
15167
15171
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
15168
15172
|
}
|
|
15169
15173
|
const Kb = typeof Proxy == "function", Wb = "devtools-plugin:setup", Yb = "plugin:settings:set";
|
|
15170
|
-
let Hn,
|
|
15174
|
+
let Hn, Ml;
|
|
15171
15175
|
function Gb() {
|
|
15172
15176
|
var e;
|
|
15173
|
-
return Hn !== void 0 || (typeof window < "u" && window.performance ? (Hn = !0,
|
|
15177
|
+
return Hn !== void 0 || (typeof window < "u" && window.performance ? (Hn = !0, Ml = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (Hn = !0, Ml = globalThis.perf_hooks.performance) : Hn = !1), Hn;
|
|
15174
15178
|
}
|
|
15175
15179
|
function Qb() {
|
|
15176
|
-
return Gb() ?
|
|
15180
|
+
return Gb() ? Ml.now() : Date.now();
|
|
15177
15181
|
}
|
|
15178
15182
|
class Xb {
|
|
15179
15183
|
constructor(t, n) {
|
|
@@ -15271,8 +15275,8 @@ const ln = {
|
|
|
15271
15275
|
[ln.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
|
|
15272
15276
|
[ln.DEPRECATE_TC]: "'tc' and '$tc' has been deprecated in v10. Use 't' or '$t' instead. 'tc' and '$tc’ are going to remove in v11."
|
|
15273
15277
|
};
|
|
15274
|
-
function
|
|
15275
|
-
return
|
|
15278
|
+
function Nr(e, ...t) {
|
|
15279
|
+
return Ir(ty[e], ...t);
|
|
15276
15280
|
}
|
|
15277
15281
|
const Pe = {
|
|
15278
15282
|
// composer module errors
|
|
@@ -15311,7 +15315,7 @@ const ny = {
|
|
|
15311
15315
|
[Pe.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
|
|
15312
15316
|
[Pe.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
|
|
15313
15317
|
[Pe.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
15314
|
-
},
|
|
15318
|
+
}, Vl = /* @__PURE__ */ Yt("__translateVNode"), Fl = /* @__PURE__ */ Yt("__datetimeParts"), Bl = /* @__PURE__ */ Yt("__numberParts"), xn = /* @__PURE__ */ Yt("__enableEmitter"), Ao = /* @__PURE__ */ Yt("__disableEmitter"), Ld = Yt("__setPluralRules"), Pd = /* @__PURE__ */ Yt("__injectWithOption"), ql = /* @__PURE__ */ Yt("__dispose");
|
|
15315
15319
|
function Do(e) {
|
|
15316
15320
|
if (!we(e))
|
|
15317
15321
|
return e;
|
|
@@ -15324,7 +15328,7 @@ function Do(e) {
|
|
|
15324
15328
|
let r = e, l = !1;
|
|
15325
15329
|
for (let a = 0; a < o; a++) {
|
|
15326
15330
|
if (n[a] in r || (r[n[a]] = xe()), !we(r[n[a]])) {
|
|
15327
|
-
process.env.NODE_ENV !== "production" && mn(
|
|
15331
|
+
process.env.NODE_ENV !== "production" && mn(Nr(ln.IGNORE_OBJ_FLATTEN, {
|
|
15328
15332
|
key: n[a]
|
|
15329
15333
|
})), l = !0;
|
|
15330
15334
|
break;
|
|
@@ -15471,9 +15475,9 @@ function ka(e = {}) {
|
|
|
15471
15475
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, o || (O.fallbackContext = void 0);
|
|
15472
15476
|
}
|
|
15473
15477
|
if (ye !== "translate exists" && // for not `te` (e.g `t`)
|
|
15474
|
-
je(We) && We ===
|
|
15478
|
+
je(We) && We === Lr || ye === "translate exists" && !We) {
|
|
15475
15479
|
const [et, ro] = $();
|
|
15476
|
-
if (process.env.NODE_ENV !== "production" && t && Y(et) && X(ye, ro) && (h && (
|
|
15480
|
+
if (process.env.NODE_ENV !== "production" && t && Y(et) && X(ye, ro) && (h && (Pr(m, et) || wd(f, et)) && mn(Nr(ln.FALLBACK_TO_ROOT, {
|
|
15477
15481
|
key: et,
|
|
15478
15482
|
type: ye
|
|
15479
15483
|
})), process.env.NODE_ENV !== "production")) {
|
|
@@ -15493,7 +15497,7 @@ function ka(e = {}) {
|
|
|
15493
15497
|
}
|
|
15494
15498
|
};
|
|
15495
15499
|
function A(...R) {
|
|
15496
|
-
return ie(($) => Reflect.apply(Xs, null, [$, ...R]), () =>
|
|
15500
|
+
return ie(($) => Reflect.apply(Xs, null, [$, ...R]), () => Rl(...R), "translate", ($) => Reflect.apply($.t, $, [...R]), ($) => $, ($) => Y($));
|
|
15497
15501
|
}
|
|
15498
15502
|
function T(...R) {
|
|
15499
15503
|
const [$, ye, Fe] = R;
|
|
@@ -15502,10 +15506,10 @@ function ka(e = {}) {
|
|
|
15502
15506
|
return A($, ye, ot({ resolvedMessage: !0 }, Fe || {}));
|
|
15503
15507
|
}
|
|
15504
15508
|
function K(...R) {
|
|
15505
|
-
return ie(($) => Reflect.apply(js, null, [$, ...R]), () =>
|
|
15509
|
+
return ie(($) => Reflect.apply(js, null, [$, ...R]), () => Pl(...R), "datetime format", ($) => Reflect.apply($.d, $, [...R]), () => Er, ($) => Y($));
|
|
15506
15510
|
}
|
|
15507
15511
|
function ue(...R) {
|
|
15508
|
-
return ie(($) => Reflect.apply(Ws, null, [$, ...R]), () =>
|
|
15512
|
+
return ie(($) => Reflect.apply(Ws, null, [$, ...R]), () => Nl(...R), "number format", ($) => Reflect.apply($.n, $, [...R]), () => Er, ($) => Y($));
|
|
15509
15513
|
}
|
|
15510
15514
|
function me(R) {
|
|
15511
15515
|
return R.map(($) => Y($) || je($) || ke($) ? Zs(String($)) : $);
|
|
@@ -15525,13 +15529,13 @@ function ka(e = {}) {
|
|
|
15525
15529
|
Fe.processor = null;
|
|
15526
15530
|
}
|
|
15527
15531
|
return ye;
|
|
15528
|
-
}, () =>
|
|
15532
|
+
}, () => Rl(...R), "translate", ($) => $[Vl](...R), ($) => [Zs($)], ($) => $e($));
|
|
15529
15533
|
}
|
|
15530
15534
|
function j(...R) {
|
|
15531
|
-
return ie(($) => Reflect.apply(Ws, null, [$, ...R]), () =>
|
|
15535
|
+
return ie(($) => Reflect.apply(Ws, null, [$, ...R]), () => Nl(...R), "number format", ($) => $[Bl](...R), eu, ($) => Y($) || $e($));
|
|
15532
15536
|
}
|
|
15533
15537
|
function De(...R) {
|
|
15534
|
-
return ie(($) => Reflect.apply(js, null, [$, ...R]), () =>
|
|
15538
|
+
return ie(($) => Reflect.apply(js, null, [$, ...R]), () => Pl(...R), "datetime format", ($) => $[Fl](...R), eu, ($) => Y($) || $e($));
|
|
15535
15539
|
}
|
|
15536
15540
|
function Ze(R) {
|
|
15537
15541
|
I = R, O.pluralRules = I;
|
|
@@ -15672,13 +15676,13 @@ function ka(e = {}) {
|
|
|
15672
15676
|
setMissingHandler: z,
|
|
15673
15677
|
[Ld]: Ze
|
|
15674
15678
|
};
|
|
15675
|
-
return he.datetimeFormats = W, he.numberFormats = M, he.rt = T, he.te = Ot, he.tm = yt, he.d = K, he.n = ue, he.getDateTimeFormat = y, he.setDateTimeFormat = k, he.mergeDateTimeFormat = V, he.getNumberFormat = ee, he.setNumberFormat = Ee, he.mergeNumberFormat = Ae, he[Pd] = n, he[
|
|
15679
|
+
return he.datetimeFormats = W, he.numberFormats = M, he.rt = T, he.te = Ot, he.tm = yt, he.d = K, he.n = ue, he.getDateTimeFormat = y, he.setDateTimeFormat = k, he.mergeDateTimeFormat = V, he.getNumberFormat = ee, he.setNumberFormat = Ee, he.mergeNumberFormat = Ae, he[Pd] = n, he[Vl] = be, he[Fl] = De, he[Bl] = j, process.env.NODE_ENV !== "production" && (he[xn] = (R) => {
|
|
15676
15680
|
O.__v_emitter = R;
|
|
15677
15681
|
}, he[Ao] = () => {
|
|
15678
15682
|
O.__v_emitter = void 0;
|
|
15679
15683
|
}), he;
|
|
15680
15684
|
}
|
|
15681
|
-
const Md = "vue-i18n: composer properties",
|
|
15685
|
+
const Md = "vue-i18n: composer properties", il = {
|
|
15682
15686
|
"vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
|
|
15683
15687
|
"vue-i18n-resource-inspector": "Vue I18n DevTools",
|
|
15684
15688
|
"vue-i18n-timeline": "Vue I18n"
|
|
@@ -15687,13 +15691,13 @@ const Md = "vue-i18n: composer properties", al = {
|
|
|
15687
15691
|
}, ay = {
|
|
15688
15692
|
"vue-i18n-timeline": 16764185
|
|
15689
15693
|
};
|
|
15690
|
-
let
|
|
15694
|
+
let $l;
|
|
15691
15695
|
async function iy(e, t) {
|
|
15692
15696
|
return new Promise((n, o) => {
|
|
15693
15697
|
try {
|
|
15694
15698
|
Zb({
|
|
15695
15699
|
id: "vue-devtools-plugin-vue-i18n",
|
|
15696
|
-
label:
|
|
15700
|
+
label: il["vue-devtools-plugin-vue-i18n"],
|
|
15697
15701
|
packageName: "vue-i18n",
|
|
15698
15702
|
homepage: "https://vue-i18n.intlify.dev",
|
|
15699
15703
|
logo: "https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",
|
|
@@ -15701,13 +15705,13 @@ async function iy(e, t) {
|
|
|
15701
15705
|
app: e
|
|
15702
15706
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
15703
15707
|
}, (r) => {
|
|
15704
|
-
|
|
15708
|
+
$l = r, r.on.visitComponentTree(({ componentInstance: a, treeNode: i }) => {
|
|
15705
15709
|
sy(a, i, t);
|
|
15706
15710
|
}), r.on.inspectComponent(({ componentInstance: a, instanceData: i }) => {
|
|
15707
15711
|
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__));
|
|
15708
15712
|
}), r.addInspector({
|
|
15709
15713
|
id: "vue-i18n-resource-inspector",
|
|
15710
|
-
label:
|
|
15714
|
+
label: il["vue-i18n-resource-inspector"],
|
|
15711
15715
|
icon: "language",
|
|
15712
15716
|
treeFilterPlaceholder: ly["vue-i18n-resource-inspector"]
|
|
15713
15717
|
}), r.on.getInspectorTree((a) => {
|
|
@@ -15730,7 +15734,7 @@ async function iy(e, t) {
|
|
|
15730
15734
|
a.app === e && a.inspectorId === "vue-i18n-resource-inspector" && _y(a, t);
|
|
15731
15735
|
}), r.addTimelineLayer({
|
|
15732
15736
|
id: "vue-i18n-timeline",
|
|
15733
|
-
label:
|
|
15737
|
+
label: il["vue-i18n-timeline"],
|
|
15734
15738
|
color: ay["vue-i18n-timeline"]
|
|
15735
15739
|
}), n(!0);
|
|
15736
15740
|
});
|
|
@@ -15916,9 +15920,9 @@ function hy(e) {
|
|
|
15916
15920
|
return t;
|
|
15917
15921
|
}
|
|
15918
15922
|
function Io(e, t) {
|
|
15919
|
-
if (
|
|
15923
|
+
if ($l) {
|
|
15920
15924
|
let n;
|
|
15921
|
-
t && "groupId" in t && (n = t.groupId, delete t.groupId),
|
|
15925
|
+
t && "groupId" in t && (n = t.groupId, delete t.groupId), $l.addTimelineEvent({
|
|
15922
15926
|
layerId: "vue-i18n-timeline",
|
|
15923
15927
|
event: {
|
|
15924
15928
|
title: e,
|
|
@@ -15973,7 +15977,7 @@ function py(e) {
|
|
|
15973
15977
|
__injectWithOption: v
|
|
15974
15978
|
};
|
|
15975
15979
|
}
|
|
15976
|
-
function
|
|
15980
|
+
function Ul(e = {}) {
|
|
15977
15981
|
const t = ka(py(e)), { __extender: n } = e, o = {
|
|
15978
15982
|
// id
|
|
15979
15983
|
id: t.id,
|
|
@@ -16085,7 +16089,7 @@ function $l(e = {}) {
|
|
|
16085
16089
|
tc(...r) {
|
|
16086
16090
|
const [l, a, i] = r, s = { plural: 1 };
|
|
16087
16091
|
let d = null, c = null;
|
|
16088
|
-
if (process.env.NODE_ENV !== "production" && _d(
|
|
16092
|
+
if (process.env.NODE_ENV !== "production" && _d(Nr(ln.DEPRECATE_TC)), !Y(l))
|
|
16089
16093
|
throw bt(Pe.INVALID_ARGUMENT);
|
|
16090
16094
|
const u = l;
|
|
16091
16095
|
return Y(a) ? s.locale = a : je(a) ? s.plural = a : $e(a) ? d = a : _e(a) && (c = a), Y(i) ? s.locale = i : $e(i) ? d = i : _e(i) && (c = i), Reflect.apply(t.t, t, [
|
|
@@ -16167,7 +16171,7 @@ function by(e, t, n) {
|
|
|
16167
16171
|
if (r.__i18n && (l.__i18n = r.__i18n), l.__root = t, this === this.$root)
|
|
16168
16172
|
this.$i18n = ru(e, l);
|
|
16169
16173
|
else {
|
|
16170
|
-
l.__injectWithOption = !0, l.__extender = n.__vueI18nExtend, this.$i18n =
|
|
16174
|
+
l.__injectWithOption = !0, l.__extender = n.__vueI18nExtend, this.$i18n = Ul(l);
|
|
16171
16175
|
const a = this.$i18n;
|
|
16172
16176
|
a.__extender && (a.__disposer = a.__extender(this.$i18n));
|
|
16173
16177
|
}
|
|
@@ -16175,7 +16179,7 @@ function by(e, t, n) {
|
|
|
16175
16179
|
if (this === this.$root)
|
|
16176
16180
|
this.$i18n = ru(e, r);
|
|
16177
16181
|
else {
|
|
16178
|
-
this.$i18n =
|
|
16182
|
+
this.$i18n = Ul({
|
|
16179
16183
|
__i18n: r.__i18n,
|
|
16180
16184
|
__injectWithOption: !0,
|
|
16181
16185
|
__extender: n.__vueI18nExtend,
|
|
@@ -16267,7 +16271,7 @@ const Ey = /* @__PURE__ */ fn({
|
|
|
16267
16271
|
return () => {
|
|
16268
16272
|
const l = Object.keys(n).filter((u) => u !== "_"), a = xe();
|
|
16269
16273
|
e.locale && (a.locale = e.locale), e.plural !== void 0 && (a.plural = Y(e.plural) ? +e.plural : e.plural);
|
|
16270
|
-
const i = yy(t, l), s = r[
|
|
16274
|
+
const i = yy(t, l), s = r[Vl](e.keypath, i, a), d = ot(xe(), o), c = Y(e.tag) || we(e.tag) ? e.tag : Bd();
|
|
16271
16275
|
return w(c, d, s);
|
|
16272
16276
|
};
|
|
16273
16277
|
}
|
|
@@ -16312,7 +16316,7 @@ const Cy = /* @__PURE__ */ fn({
|
|
|
16312
16316
|
});
|
|
16313
16317
|
return qd(e, t, Ad, (...o) => (
|
|
16314
16318
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16315
|
-
n[
|
|
16319
|
+
n[Bl](...o)
|
|
16316
16320
|
));
|
|
16317
16321
|
}
|
|
16318
16322
|
}), au = Cy, wy = /* @__PURE__ */ fn({
|
|
@@ -16336,7 +16340,7 @@ const Cy = /* @__PURE__ */ fn({
|
|
|
16336
16340
|
});
|
|
16337
16341
|
return qd(e, t, Od, (...o) => (
|
|
16338
16342
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16339
|
-
n[
|
|
16343
|
+
n[Fl](...o)
|
|
16340
16344
|
));
|
|
16341
16345
|
}
|
|
16342
16346
|
}), iu = wy;
|
|
@@ -16473,18 +16477,18 @@ function Aa(e = {}) {
|
|
|
16473
16477
|
return Rd(o, e, r), o;
|
|
16474
16478
|
if (l === "parent") {
|
|
16475
16479
|
let s = Ny(n, t, e.__useComponent);
|
|
16476
|
-
return s == null && (process.env.NODE_ENV !== "production" && mn(
|
|
16480
|
+
return s == null && (process.env.NODE_ENV !== "production" && mn(Nr(ln.NOT_FOUND_PARENT_SCOPE)), s = o), s;
|
|
16477
16481
|
}
|
|
16478
16482
|
const a = n;
|
|
16479
16483
|
let i = a.__getInstance(t);
|
|
16480
16484
|
if (i == null) {
|
|
16481
16485
|
const s = ot({}, e);
|
|
16482
|
-
"__i18n" in r && (s.__i18n = r.__i18n), o && (s.__root = o), i = ka(s), a.__composerExtend && (i[
|
|
16486
|
+
"__i18n" in r && (s.__i18n = r.__i18n), o && (s.__root = o), i = ka(s), a.__composerExtend && (i[ql] = a.__composerExtend(i)), My(a, t, i), a.__setInstance(t, i);
|
|
16483
16487
|
}
|
|
16484
16488
|
return i;
|
|
16485
16489
|
}
|
|
16486
16490
|
function Iy(e, t, n) {
|
|
16487
|
-
const o = _u(), r = __VUE_I18N_LEGACY_API__ && t ? o.run(() =>
|
|
16491
|
+
const o = _u(), r = __VUE_I18N_LEGACY_API__ && t ? o.run(() => Ul(e)) : o.run(() => ka(e));
|
|
16488
16492
|
if (r == null)
|
|
16489
16493
|
throw bt(Pe.UNEXPECTED_ERROR);
|
|
16490
16494
|
return [o, r];
|
|
@@ -16496,7 +16500,7 @@ function xy(e) {
|
|
|
16496
16500
|
return t;
|
|
16497
16501
|
}
|
|
16498
16502
|
function Ly(e, t) {
|
|
16499
|
-
return
|
|
16503
|
+
return xr(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
16500
16504
|
}
|
|
16501
16505
|
function Py(e) {
|
|
16502
16506
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
@@ -16533,8 +16537,8 @@ function My(e, t, n) {
|
|
|
16533
16537
|
}, t), hu(() => {
|
|
16534
16538
|
const r = n;
|
|
16535
16539
|
process.env.NODE_ENV !== "production" && t.vnode.el && t.vnode.el.__VUE_I18N__ && (o && o.off("*", Io), r[Ao] && r[Ao](), delete t.vnode.el.__VUE_I18N__), e.__deleteInstance(t);
|
|
16536
|
-
const l = r[
|
|
16537
|
-
l && (l(), delete r[
|
|
16540
|
+
const l = r[ql];
|
|
16541
|
+
l && (l(), delete r[ql]);
|
|
16538
16542
|
}, t);
|
|
16539
16543
|
}
|
|
16540
16544
|
const Vy = [
|
|
@@ -16582,21 +16586,21 @@ if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
|
16582
16586
|
e.__INTLIFY__ = !0, ob(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
16583
16587
|
}
|
|
16584
16588
|
process.env.NODE_ENV;
|
|
16585
|
-
const
|
|
16589
|
+
const Hl = Dy({
|
|
16586
16590
|
locale: "es",
|
|
16587
16591
|
globalInjection: !0,
|
|
16588
16592
|
silentTranslationWarn: !0,
|
|
16589
16593
|
messages: Xp
|
|
16590
16594
|
}), By = gd(), Hy = {
|
|
16591
16595
|
install(e) {
|
|
16592
|
-
console.log("[Quasar Components] Installing..."), Wo(e, Lg), Wo(e, Fg), Wo(e, zg), Wo(e, Th), e.use(
|
|
16596
|
+
console.log("[Quasar Components] Installing..."), Wo(e, Lg), Wo(e, Fg), Wo(e, zg), Wo(e, Th), e.use(Hl), e.use(By), Hl.global.locale = "en", e.use(Ef, {
|
|
16593
16597
|
plugins: {}
|
|
16594
16598
|
// import Quasar plugins and add here
|
|
16595
16599
|
}), console.log("[Quasar components] Installed");
|
|
16596
16600
|
}
|
|
16597
16601
|
};
|
|
16598
16602
|
function zy(e) {
|
|
16599
|
-
|
|
16603
|
+
Hl.global.locale = e;
|
|
16600
16604
|
}
|
|
16601
16605
|
export {
|
|
16602
16606
|
Vg as AlertDialog,
|