@vc-shell/framework 1.0.132 → 1.0.133
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/CHANGELOG.md +9 -0
- package/core/composables/useMenuService/index.ts +9 -10
- package/core/composables/useUser/index.ts +2 -2
- package/core/plugins/modularity/index.ts +2 -6
- package/core/types/index.ts +29 -6
- package/dist/core/composables/useMenuService/index.d.ts +2 -7
- package/dist/core/composables/useMenuService/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +27 -6
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +649 -640
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +1 -21
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +8 -8
- package/dist/shared/modules/dynamic/types/index.d.ts +1 -2
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +16 -16
- package/package.json +4 -4
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +3 -0
- package/shared/components/blade-navigation/types/index.ts +1 -22
- package/shared/modules/dynamic/types/index.ts +1 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +3 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +2 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +1 -1
- package/ui/components/organisms/vc-app/vc-app.vue +1 -1
package/dist/framework.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Le, openBlock as V, createElementBlock as Z, normalizeClass as je, renderSlot as Ne, computed as me, createBlock as we, unref as W, createCommentVNode as
|
|
1
|
+
import { defineComponent as Le, openBlock as V, createElementBlock as Z, normalizeClass as je, renderSlot as Ne, computed as me, createBlock as we, unref as W, createCommentVNode as ce, ref as se, createElementVNode as te, toDisplayString as he, createVNode as fe, Transition as Ed, withCtx as de, withDirectives as Ht, vShow as ta, resolveComponent as Be, createSlots as Ln, createTextVNode as Oe, vModelCheckbox as V_, normalizeStyle as Mt, onMounted as an, nextTick as Vt, Fragment as Pe, renderList as lt, mergeProps as Tt, h as De, markRaw as Zt, capitalize as H_, onBeforeUnmount as na, watch as Ge, getCurrentInstance as $n, effectScope as Ev, inject as Yn, onUnmounted as W_, shallowRef as nr, onBeforeMount as qo, isRef as ks, Text as z_, resolveDirective as nu, withModifiers as rt, vModelDynamic as Av, version as G_, toRefs as Yo, customRef as Tv, getCurrentScope as xv, onScopeDispose as Cv, reactive as Yt, readonly as ru, toRef as q_, onUpdated as iu, onBeforeUpdate as Ad, watchEffect as Y_, shallowReadonly as fo, normalizeProps as Bp, Teleport as Ko, guardReactiveProps as K_, withKeys as ou, onErrorCaptured as J_, createApp as Z_, provide as kv, resolveDynamicComponent as _r, isVNode as X_, warn as Q_, shallowReactive as e1, toValue as st, useSlots as t1, useAttrs as n1 } from "vue";
|
|
2
2
|
import * as Ov from "vee-validate";
|
|
3
3
|
import { useField as r1, useForm as Jo, useIsFormValid as ra, useIsFormDirty as ia, Field as Dn, validate as i1, validateObject as o1, defineRule as Zo } from "vee-validate";
|
|
4
4
|
import { useRouter as Xo, useRoute as Td, onBeforeRouteLeave as s1 } from "vue-router";
|
|
@@ -83,10 +83,10 @@ const Ve = u1, c1 = ["disabled"], f1 = {
|
|
|
83
83
|
class: je(["vc-button__icon", a.iconClass]),
|
|
84
84
|
icon: a.icon,
|
|
85
85
|
size: a.small ? "xs" : a.iconSize
|
|
86
|
-
}, null, 8, ["class", "icon", "size"])) :
|
|
86
|
+
}, null, 8, ["class", "icon", "size"])) : ce("", !0),
|
|
87
87
|
a.$slots.default ? (V(), Z("span", f1, [
|
|
88
88
|
Ne(a.$slots, "default")
|
|
89
|
-
])) :
|
|
89
|
+
])) : ce("", !0)
|
|
90
90
|
], 10, c1));
|
|
91
91
|
}
|
|
92
92
|
});
|
|
@@ -122,19 +122,19 @@ const d1 = { class: "vc-card__title" }, h1 = {
|
|
|
122
122
|
class: "vc-card__icon",
|
|
123
123
|
icon: a.icon,
|
|
124
124
|
size: "xl"
|
|
125
|
-
}, null, 8, ["icon"])) :
|
|
125
|
+
}, null, 8, ["icon"])) : ce("", !0),
|
|
126
126
|
te("div", d1, he(a.header), 1),
|
|
127
127
|
a.$slots.actions ? (V(), Z("div", h1, [
|
|
128
128
|
Ne(a.$slots, "actions")
|
|
129
|
-
])) :
|
|
129
|
+
])) : ce("", !0),
|
|
130
130
|
a.isCollapsable ? (V(), we(W(Ve), {
|
|
131
131
|
key: 2,
|
|
132
132
|
class: "vc-card__collapse",
|
|
133
133
|
icon: `fas fa-chevron-${i.value ? "down" : "up"}`,
|
|
134
134
|
size: "s"
|
|
135
|
-
}, null, 8, ["icon"])) :
|
|
136
|
-
])) :
|
|
137
|
-
|
|
135
|
+
}, null, 8, ["icon"])) : ce("", !0)
|
|
136
|
+
])) : ce("", !0),
|
|
137
|
+
fe(Ed, { name: "fade" }, {
|
|
138
138
|
default: de(() => [
|
|
139
139
|
Ht(te("div", {
|
|
140
140
|
class: je([{ "tw-flex": a.fill }, "vc-card__body"])
|
|
@@ -191,7 +191,7 @@ const y1 = /* @__PURE__ */ su(m1, [["render", v1]]), Bn = y1, b1 = { class: "vc-
|
|
|
191
191
|
}
|
|
192
192
|
});
|
|
193
193
|
return (o, a) => {
|
|
194
|
-
const h =
|
|
194
|
+
const h = Be("VcLabel");
|
|
195
195
|
return V(), Z("div", {
|
|
196
196
|
class: je(["vc-checkbox", { "vc-checkbox_disabled": o.disabled }])
|
|
197
197
|
}, [
|
|
@@ -212,7 +212,7 @@ const y1 = /* @__PURE__ */ su(m1, [["render", v1]]), Bn = y1, b1 = { class: "vc-
|
|
|
212
212
|
]),
|
|
213
213
|
key: "0"
|
|
214
214
|
} : void 0
|
|
215
|
-
]), 1032, ["required"])) :
|
|
215
|
+
]), 1032, ["required"])) : ce("", !0),
|
|
216
216
|
te("label", b1, [
|
|
217
217
|
Ht(te("input", {
|
|
218
218
|
"onUpdate:modelValue": a[0] || (a[0] = (s) => i.value = s),
|
|
@@ -227,17 +227,17 @@ const y1 = /* @__PURE__ */ su(m1, [["render", v1]]), Bn = y1, b1 = { class: "vc-
|
|
|
227
227
|
_1,
|
|
228
228
|
o.$slots.default ? (V(), Z("span", S1, [
|
|
229
229
|
Ne(o.$slots, "default")
|
|
230
|
-
])) :
|
|
231
|
-
!o.label && o.required ? (V(), Z("span", E1, "*")) :
|
|
230
|
+
])) : ce("", !0),
|
|
231
|
+
!o.label && o.required ? (V(), Z("span", E1, "*")) : ce("", !0)
|
|
232
232
|
]),
|
|
233
233
|
o.errorMessage ? Ne(o.$slots, "error", { key: 1 }, () => [
|
|
234
|
-
|
|
234
|
+
fe(W(Bn), { class: "vc-checkbox__error tw-mt-1" }, {
|
|
235
235
|
default: de(() => [
|
|
236
236
|
Oe(he(o.errorMessage), 1)
|
|
237
237
|
]),
|
|
238
238
|
_: 1
|
|
239
239
|
})
|
|
240
|
-
]) :
|
|
240
|
+
]) : ce("", !0)
|
|
241
241
|
], 2);
|
|
242
242
|
};
|
|
243
243
|
}
|
|
@@ -331,7 +331,7 @@ const T1 = /* @__PURE__ */ Le({
|
|
|
331
331
|
class: je(["vc-container__overscroll", { "vc-container__overscroll_passed": l.value === "loosing" }]),
|
|
332
332
|
style: Mt({ height: c.value ? `${c.value}px` : "0px" })
|
|
333
333
|
}, [
|
|
334
|
-
|
|
334
|
+
fe(W(Ve), {
|
|
335
335
|
icon: "fas fa-spinner",
|
|
336
336
|
style: Mt({ "tw-font-size": `${c.value / 2}px` }),
|
|
337
337
|
class: "vc-container__overscroll-icon"
|
|
@@ -355,13 +355,13 @@ const Xi = T1, x1 = { class: "tw-mb-[11px] last-of-type:tw-mb-0" }, C1 = {
|
|
|
355
355
|
},
|
|
356
356
|
setup(n) {
|
|
357
357
|
return (e, t) => {
|
|
358
|
-
const r =
|
|
358
|
+
const r = Be("VcLink");
|
|
359
359
|
return V(), Z("div", x1, [
|
|
360
|
-
|
|
360
|
+
fe(W($o), null, {
|
|
361
361
|
default: de(() => [
|
|
362
|
-
|
|
362
|
+
fe(W(Vi), null, {
|
|
363
363
|
default: de(() => [
|
|
364
|
-
|
|
364
|
+
fe(W(Zn), null, Ln({
|
|
365
365
|
default: de(() => [
|
|
366
366
|
te("span", null, he(e.label), 1)
|
|
367
367
|
]),
|
|
@@ -378,14 +378,14 @@ const Xi = T1, x1 = { class: "tw-mb-[11px] last-of-type:tw-mb-0" }, C1 = {
|
|
|
378
378
|
]),
|
|
379
379
|
_: 1
|
|
380
380
|
}),
|
|
381
|
-
|
|
381
|
+
fe(W(Vi), { size: "2" }, {
|
|
382
382
|
default: de(() => [
|
|
383
383
|
e.type === "default" ? (V(), Z("p", C1, he(e.value), 1)) : e.type === "email" ? (V(), we(r, { key: 1 }, {
|
|
384
384
|
default: de(() => [
|
|
385
385
|
Oe(he(e.value), 1)
|
|
386
386
|
]),
|
|
387
387
|
_: 1
|
|
388
|
-
})) :
|
|
388
|
+
})) : ce("", !0)
|
|
389
389
|
]),
|
|
390
390
|
_: 1
|
|
391
391
|
})
|
|
@@ -434,8 +434,8 @@ const Xi = T1, x1 = { class: "tw-mb-[11px] last-of-type:tw-mb-0" }, C1 = {
|
|
|
434
434
|
style: Mt(i.value),
|
|
435
435
|
onClick: o
|
|
436
436
|
}, [
|
|
437
|
-
a.src ?
|
|
438
|
-
|
|
437
|
+
a.src ? ce("", !0) : (V(), Z("div", $1, [
|
|
438
|
+
fe(W(Ve), {
|
|
439
439
|
icon: "fas fa-image",
|
|
440
440
|
size: "xl"
|
|
441
441
|
})
|
|
@@ -470,10 +470,10 @@ const oa = L1, I1 = { class: "tw-flex tw-flex-nowrap tw-font-bold tw-relative" }
|
|
|
470
470
|
te("span", M1, [
|
|
471
471
|
Ne(t.$slots, "default")
|
|
472
472
|
]),
|
|
473
|
-
t.required ? (V(), Z("span", R1, "*")) :
|
|
474
|
-
t.multilanguage ? (V(), Z("span", N1, he(t.currentLanguage), 1)) :
|
|
473
|
+
t.required ? (V(), Z("span", R1, "*")) : ce("", !0),
|
|
474
|
+
t.multilanguage ? (V(), Z("span", N1, he(t.currentLanguage), 1)) : ce("", !0),
|
|
475
475
|
t.$slots.tooltip ? (V(), Z("span", P1, [
|
|
476
|
-
|
|
476
|
+
fe(W(Ve), {
|
|
477
477
|
class: "tw-text-[color:var(--label-tooltip-color)]",
|
|
478
478
|
icon: t.tooltipIcon,
|
|
479
479
|
size: "s",
|
|
@@ -482,8 +482,8 @@ const oa = L1, I1 = { class: "tw-flex tw-flex-nowrap tw-font-bold tw-relative" }
|
|
|
482
482
|
}, null, 8, ["icon"]),
|
|
483
483
|
e.value ? (V(), Z("span", D1, [
|
|
484
484
|
Ne(t.$slots, "tooltip")
|
|
485
|
-
])) :
|
|
486
|
-
])) :
|
|
485
|
+
])) : ce("", !0)
|
|
486
|
+
])) : ce("", !0)
|
|
487
487
|
]));
|
|
488
488
|
}
|
|
489
489
|
});
|
|
@@ -525,7 +525,7 @@ const au = B1, j1 = { class: "tw-relative tw-w-[142px] tw-h-[40px] tw-z-[1]" },
|
|
|
525
525
|
te("div", j1, [
|
|
526
526
|
U1,
|
|
527
527
|
te("div", V1, [
|
|
528
|
-
(V(), Z(
|
|
528
|
+
(V(), Z(Pe, null, lt(3, (r) => te("span", {
|
|
529
529
|
key: `marker_${r}`,
|
|
530
530
|
class: "tw-block tw-float-left tw-w-4 tw-h-4 tw-bg-[#319ed4] tw-rounded-full tw-ml-4"
|
|
531
531
|
})), 64))
|
|
@@ -620,7 +620,7 @@ const Y1 = /* @__PURE__ */ Le({
|
|
|
620
620
|
te("span", null, he(i.label), 1)
|
|
621
621
|
]),
|
|
622
622
|
_: 1
|
|
623
|
-
}, 8, ["required"])) :
|
|
623
|
+
}, 8, ["required"])) : ce("", !0),
|
|
624
624
|
te("div", K1, [
|
|
625
625
|
te("label", null, [
|
|
626
626
|
te("input", {
|
|
@@ -640,7 +640,7 @@ const Y1 = /* @__PURE__ */ Le({
|
|
|
640
640
|
Oe(he(i.tooltip), 1)
|
|
641
641
|
]),
|
|
642
642
|
_: 1
|
|
643
|
-
})) :
|
|
643
|
+
})) : ce("", !0)
|
|
644
644
|
])
|
|
645
645
|
]));
|
|
646
646
|
}
|
|
@@ -679,7 +679,7 @@ const Q1 = X1, eS = {
|
|
|
679
679
|
]),
|
|
680
680
|
key: "0"
|
|
681
681
|
} : void 0
|
|
682
|
-
]), 1024)) :
|
|
682
|
+
]), 1024)) : ce("", !0),
|
|
683
683
|
te("div", eS, [
|
|
684
684
|
e.source ? (V(), Z("div", tS, [
|
|
685
685
|
te("iframe", {
|
|
@@ -692,7 +692,7 @@ const Q1 = X1, eS = {
|
|
|
692
692
|
}, `
|
|
693
693
|
`, 8, nS)
|
|
694
694
|
])) : (V(), Z("div", rS, [
|
|
695
|
-
|
|
695
|
+
fe(W(Ve), {
|
|
696
696
|
icon: "fas fa-film",
|
|
697
697
|
size: "xl"
|
|
698
698
|
})
|
|
@@ -730,9 +730,9 @@ const Iv = iS, oS = {
|
|
|
730
730
|
class: "vc-widget__icon",
|
|
731
731
|
icon: o.icon,
|
|
732
732
|
size: "xxl"
|
|
733
|
-
}, null, 8, ["icon"])) :
|
|
734
|
-
o.title ? (V(), Z("div", oS, he(o.title), 1)) :
|
|
735
|
-
o.value !== void 0 ? (V(), Z("div", sS, he(o.value), 1)) :
|
|
733
|
+
}, null, 8, ["icon"])) : ce("", !0),
|
|
734
|
+
o.title ? (V(), Z("div", oS, he(o.title), 1)) : ce("", !0),
|
|
735
|
+
o.value !== void 0 ? (V(), Z("div", sS, he(o.value), 1)) : ce("", !0)
|
|
736
736
|
], 2));
|
|
737
737
|
}
|
|
738
738
|
});
|
|
@@ -777,7 +777,7 @@ const lS = aS, uS = { class: "vc-breadcrumbs-item__title" }, cS = /* @__PURE__ *
|
|
|
777
777
|
class: "vc-breadcrumbs-item__icon",
|
|
778
778
|
icon: n.icon,
|
|
779
779
|
size: "s"
|
|
780
|
-
}, null, 8, ["icon"])) :
|
|
780
|
+
}, null, 8, ["icon"])) : ce("", !0),
|
|
781
781
|
te("div", uS, he(n.title), 1)
|
|
782
782
|
], 2));
|
|
783
783
|
}
|
|
@@ -792,12 +792,12 @@ const fS = {
|
|
|
792
792
|
},
|
|
793
793
|
setup(n) {
|
|
794
794
|
return (e, t) => e.items ? (V(), Z("div", fS, [
|
|
795
|
-
(V(!0), Z(
|
|
795
|
+
(V(!0), Z(Pe, null, lt(e.items, (r, i) => (V(), we(cS, Tt({
|
|
796
796
|
key: r.id
|
|
797
797
|
}, r, {
|
|
798
798
|
current: i === e.items.length - 1
|
|
799
799
|
}), null, 16, ["current"]))), 128))
|
|
800
|
-
])) :
|
|
800
|
+
])) : ce("", !0);
|
|
801
801
|
}
|
|
802
802
|
}), hS = dS;
|
|
803
803
|
var Bt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -2152,8 +2152,8 @@ var Mv = { exports: {} };
|
|
|
2152
2152
|
if (Ee)
|
|
2153
2153
|
for (var Ke = A.parentElement; Ke && Ke.nodeType == 1; )
|
|
2154
2154
|
Ae.push(Ke), Ke.setAttribute("ace_nocontext", "true"), !Ke.parentElement && Ke.getRootNode ? Ke = Ke.getRootNode().host : Ke = Ke.parentElement;
|
|
2155
|
-
A.focus({ preventScroll: !0 }), Ee && Ae.forEach(function(
|
|
2156
|
-
|
|
2155
|
+
A.focus({ preventScroll: !0 }), Ee && Ae.forEach(function(Fe) {
|
|
2156
|
+
Fe.removeAttribute("ace_nocontext");
|
|
2157
2157
|
}), setTimeout(function() {
|
|
2158
2158
|
A.style.position = "", A.style.top == "0px" && (A.style.top = ne);
|
|
2159
2159
|
}, 0);
|
|
@@ -2187,18 +2187,18 @@ var Mv = { exports: {} };
|
|
|
2187
2187
|
$ = !0;
|
|
2188
2188
|
var ne = 0, Ee = 0, Ae = "";
|
|
2189
2189
|
if (S.session) {
|
|
2190
|
-
var Ke = S.selection,
|
|
2190
|
+
var Ke = S.selection, Fe = Ke.getRange(), Je = Ke.cursor.row;
|
|
2191
2191
|
Je === P + 1 ? (D = P + 1, P = D + 2 * N) : Je === D - 1 ? (P = D - 1, D = P - 2 * N) : (Je < D - 1 || Je > P + 1) && (D = Je > N ? Je - N : 0, P = Je > N ? Je + N : 2 * N);
|
|
2192
2192
|
for (var ct = [], bt = D; bt <= P; bt++)
|
|
2193
2193
|
ct.push(S.session.getLine(bt));
|
|
2194
2194
|
if (Ae = ct.join(`
|
|
2195
|
-
`), ne = F(
|
|
2195
|
+
`), ne = F(Fe.start.row, Fe.start.column), Ee = F(Fe.end.row, Fe.end.column), Fe.start.row < D) {
|
|
2196
2196
|
var ft = S.session.getLine(D - 1);
|
|
2197
|
-
ne =
|
|
2197
|
+
ne = Fe.start.row < D - 1 ? 0 : ne, Ee += ft.length + 1, Ae = ft + `
|
|
2198
2198
|
` + Ae;
|
|
2199
|
-
} else if (
|
|
2199
|
+
} else if (Fe.end.row > P) {
|
|
2200
2200
|
var ot = S.session.getLine(P + 1);
|
|
2201
|
-
Ee =
|
|
2201
|
+
Ee = Fe.end.row > P + 1 ? ot.length : Fe.end.column, Ee += Ae.length + 1, Ae = Ae + `
|
|
2202
2202
|
` + ot;
|
|
2203
2203
|
} else
|
|
2204
2204
|
_ && Je > 0 && (Ae = `
|
|
@@ -2232,18 +2232,18 @@ var Mv = { exports: {} };
|
|
|
2232
2232
|
var X = !1, ee = function(ne, Ee) {
|
|
2233
2233
|
if (X && (X = !1), O)
|
|
2234
2234
|
return z(), ne && S.onPaste(ne), O = !1, "";
|
|
2235
|
-
for (var Ae = A.selectionStart, Ke = A.selectionEnd,
|
|
2236
|
-
ot++,
|
|
2235
|
+
for (var Ae = A.selectionStart, Ke = A.selectionEnd, Fe = I, Je = L.length - R, ct = ne, bt = ne.length - Ae, ft = ne.length - Ke, ot = 0; Fe > 0 && L[ot] == ne[ot]; )
|
|
2236
|
+
ot++, Fe--;
|
|
2237
2237
|
for (ct = ct.slice(ot), ot = 1; Je > 0 && L.length - ot > I - 1 && L[L.length - ot] == ne[ne.length - ot]; )
|
|
2238
2238
|
ot++, Je--;
|
|
2239
2239
|
bt -= ot - 1, ft -= ot - 1;
|
|
2240
2240
|
var Dt = ct.length - ot + 1;
|
|
2241
|
-
if (Dt < 0 && (
|
|
2241
|
+
if (Dt < 0 && (Fe = -Dt, Dt = 0), ct = ct.slice(0, Dt), !Ee && !ct && !bt && !Fe && !Je && !ft)
|
|
2242
2242
|
return "";
|
|
2243
2243
|
E = !0;
|
|
2244
2244
|
var Sn = !1;
|
|
2245
|
-
return h.isAndroid && ct == ". " && (ct = " ", Sn = !0), ct && !
|
|
2246
|
-
extendLeft:
|
|
2245
|
+
return h.isAndroid && ct == ". " && (ct = " ", Sn = !0), ct && !Fe && !Je && !bt && !ft || C ? S.onTextInput(ct) : S.onTextInput(ct, {
|
|
2246
|
+
extendLeft: Fe,
|
|
2247
2247
|
extendRight: Je,
|
|
2248
2248
|
restoreStart: bt,
|
|
2249
2249
|
restoreEnd: ft
|
|
@@ -2263,9 +2263,9 @@ var Mv = { exports: {} };
|
|
|
2263
2263
|
}, ve = function(ne, Ee, Ae) {
|
|
2264
2264
|
var Ke = ne.clipboardData || window.clipboardData;
|
|
2265
2265
|
if (!(!Ke || l)) {
|
|
2266
|
-
var
|
|
2266
|
+
var Fe = u || Ae ? "Text" : "text/plain";
|
|
2267
2267
|
try {
|
|
2268
|
-
return Ee ? Ke.setData(
|
|
2268
|
+
return Ee ? Ke.setData(Fe, Ee) !== !1 : Ke.getData(Fe);
|
|
2269
2269
|
} catch (Je) {
|
|
2270
2270
|
if (!Ae)
|
|
2271
2271
|
return ve(Je, Ee, !0);
|
|
@@ -2340,8 +2340,8 @@ var Mv = { exports: {} };
|
|
|
2340
2340
|
X = !0, z(), S._emit("nativecontextmenu", { target: S, domEvent: ne }), this.moveToMouse(ne, !0);
|
|
2341
2341
|
}, this.moveToMouse = function(ne, Ee) {
|
|
2342
2342
|
T || (T = A.style.cssText), A.style.cssText = (Ee ? "z-index:100000;" : "") + (h.isIE ? "opacity:0.1;" : "") + "text-indent: -" + (I + R) * S.renderer.characterWidth * 0.5 + "px;";
|
|
2343
|
-
var Ae = S.container.getBoundingClientRect(), Ke = s.computedStyle(S.container),
|
|
2344
|
-
s.translate(A, ft.clientX - Je - 2, Math.min(ft.clientY -
|
|
2343
|
+
var Ae = S.container.getBoundingClientRect(), Ke = s.computedStyle(S.container), Fe = Ae.top + (parseInt(Ke.borderTopWidth) || 0), Je = Ae.left + (parseInt(Ae.borderLeftWidth) || 0), ct = Ae.bottom - Fe - A.clientHeight - 2, bt = function(ft) {
|
|
2344
|
+
s.translate(A, ft.clientX - Je - 2, Math.min(ft.clientY - Fe - 2, ct));
|
|
2345
2345
|
};
|
|
2346
2346
|
bt(ne), ne.type == "mousedown" && (S.renderer.$isMousePressed = !0, clearTimeout(be), h.isWin && o.capture(S.container, bt, We));
|
|
2347
2347
|
}, this.onContextMenuClose = We;
|
|
@@ -2358,16 +2358,16 @@ var Mv = { exports: {} };
|
|
|
2358
2358
|
ne.preventDefault(), We();
|
|
2359
2359
|
}, S), o.addListener(S.renderer.scroller, "contextmenu", Me, S), o.addListener(A, "contextmenu", Me, S), v && ue(w, S, A);
|
|
2360
2360
|
function ue(ne, Ee, Ae) {
|
|
2361
|
-
var Ke = null,
|
|
2361
|
+
var Ke = null, Fe = !1;
|
|
2362
2362
|
Ae.addEventListener("keydown", function(ct) {
|
|
2363
|
-
Ke && clearTimeout(Ke),
|
|
2363
|
+
Ke && clearTimeout(Ke), Fe = !0;
|
|
2364
2364
|
}, !0), Ae.addEventListener("keyup", function(ct) {
|
|
2365
2365
|
Ke = setTimeout(function() {
|
|
2366
|
-
|
|
2366
|
+
Fe = !1;
|
|
2367
2367
|
}, 100);
|
|
2368
2368
|
}, !0);
|
|
2369
2369
|
var Je = function(ct) {
|
|
2370
|
-
if (document.activeElement === Ae && !(
|
|
2370
|
+
if (document.activeElement === Ae && !(Fe || $ || Ee.$mouseHandler.isMousePressed) && !k) {
|
|
2371
2371
|
var bt = Ae.selectionStart, ft = Ae.selectionEnd, ot = null, Dt = 0;
|
|
2372
2372
|
if (bt == 0 ? ot = p.up : bt == 1 ? ot = p.home : ft > R && L[ft] == `
|
|
2373
2373
|
` ? ot = p.end : bt < I && L[bt - 1] == " " ? (ot = p.left, Dt = g.option) : bt < I || bt == I && R != I && bt == ft ? ot = p.left : ft > R && L.slice(0, ft).split(`
|
|
@@ -13916,7 +13916,7 @@ const Up = [
|
|
|
13916
13916
|
},
|
|
13917
13917
|
emits: ["update:value", "init", ...Up],
|
|
13918
13918
|
render() {
|
|
13919
|
-
return
|
|
13919
|
+
return De("div");
|
|
13920
13920
|
},
|
|
13921
13921
|
mounted() {
|
|
13922
13922
|
const n = this._editor = Zt(mS.edit(this.$el, {
|
|
@@ -16167,8 +16167,8 @@ const DS = /* @__PURE__ */ Le({
|
|
|
16167
16167
|
]),
|
|
16168
16168
|
key: "0"
|
|
16169
16169
|
} : void 0
|
|
16170
|
-
]), 1032, ["required"])) :
|
|
16171
|
-
|
|
16170
|
+
]), 1032, ["required"])) : ce("", !0),
|
|
16171
|
+
fe(W(RS), {
|
|
16172
16172
|
value: i.value,
|
|
16173
16173
|
"onUpdate:value": h[0] || (h[0] = (s) => i.value = s),
|
|
16174
16174
|
class: "tw-border tw-border-solid tw-border-[color:var(--code-editor-border-color)] tw-rounded-[var(--code-editor-border-radius)] tw-h-[200px]",
|
|
@@ -16177,13 +16177,13 @@ const DS = /* @__PURE__ */ Le({
|
|
|
16177
16177
|
onInput: o
|
|
16178
16178
|
}, null, 8, ["value"]),
|
|
16179
16179
|
a.errorMessage ? Ne(a.$slots, "error", { key: 1 }, () => [
|
|
16180
|
-
|
|
16180
|
+
fe(W(Bn), { class: "vc-code-editor__error" }, {
|
|
16181
16181
|
default: de(() => [
|
|
16182
16182
|
Oe(he(a.errorMessage), 1)
|
|
16183
16183
|
]),
|
|
16184
16184
|
_: 1
|
|
16185
16185
|
})
|
|
16186
|
-
]) :
|
|
16186
|
+
]) : ce("", !0)
|
|
16187
16187
|
], 2));
|
|
16188
16188
|
}
|
|
16189
16189
|
});
|
|
@@ -19075,8 +19075,8 @@ var Bv = { exports: {} };
|
|
|
19075
19075
|
var ee = this;
|
|
19076
19076
|
this.quill.root.addEventListener("keydown", function(ae) {
|
|
19077
19077
|
if (!ae.defaultPrevented) {
|
|
19078
|
-
var ve = ae.which || ae.keyCode, ie = (ee.bindings[ve] || []).filter(function(
|
|
19079
|
-
return Y.match(ae,
|
|
19078
|
+
var ve = ae.which || ae.keyCode, ie = (ee.bindings[ve] || []).filter(function(Fe) {
|
|
19079
|
+
return Y.match(ae, Fe);
|
|
19080
19080
|
});
|
|
19081
19081
|
if (ie.length !== 0) {
|
|
19082
19082
|
var K = ee.quill.getSelection();
|
|
@@ -19088,19 +19088,19 @@ var Bv = { exports: {} };
|
|
|
19088
19088
|
offset: Se,
|
|
19089
19089
|
prefix: ne,
|
|
19090
19090
|
suffix: Ee
|
|
19091
|
-
}, Ke = ie.some(function(
|
|
19092
|
-
if (
|
|
19091
|
+
}, Ke = ie.some(function(Fe) {
|
|
19092
|
+
if (Fe.collapsed != null && Fe.collapsed !== Ae.collapsed || Fe.empty != null && Fe.empty !== Ae.empty || Fe.offset != null && Fe.offset !== Ae.offset)
|
|
19093
19093
|
return !1;
|
|
19094
|
-
if (Array.isArray(
|
|
19095
|
-
if (
|
|
19094
|
+
if (Array.isArray(Fe.format)) {
|
|
19095
|
+
if (Fe.format.every(function(Je) {
|
|
19096
19096
|
return Ae.format[Je] == null;
|
|
19097
19097
|
}))
|
|
19098
19098
|
return !1;
|
|
19099
|
-
} else if (o(
|
|
19100
|
-
return
|
|
19099
|
+
} else if (o(Fe.format) === "object" && !Object.keys(Fe.format).every(function(Je) {
|
|
19100
|
+
return Fe.format[Je] === !0 ? Ae.format[Je] != null : Fe.format[Je] === !1 ? Ae.format[Je] == null : (0, l.default)(Fe.format[Je], Ae.format[Je]);
|
|
19101
19101
|
}))
|
|
19102
19102
|
return !1;
|
|
19103
|
-
return
|
|
19103
|
+
return Fe.prefix != null && !Fe.prefix.test(Ae.prefix) || Fe.suffix != null && !Fe.suffix.test(Ae.suffix) ? !1 : Fe.handler.call(ee, K, Ae) !== !0;
|
|
19104
19104
|
});
|
|
19105
19105
|
Ke && ae.preventDefault();
|
|
19106
19106
|
}
|
|
@@ -23907,7 +23907,7 @@ Tl.exports;
|
|
|
23907
23907
|
return M ? "Symbol(src)_1." + M : "";
|
|
23908
23908
|
}(), We = ge.toString, Me = xe.hasOwnProperty, ue = xe.toString, ne = RegExp(
|
|
23909
23909
|
"^" + We.call(Me).replace(I, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
23910
|
-
), Ee = U ? F.Buffer : void 0, Ae = F.Symbol, Ke = F.Uint8Array,
|
|
23910
|
+
), Ee = U ? F.Buffer : void 0, Ae = F.Symbol, Ke = F.Uint8Array, Fe = pe(Object.getPrototypeOf, Object), Je = Object.create, ct = xe.propertyIsEnumerable, bt = le.splice, ft = Object.getOwnPropertySymbols, ot = Ee ? Ee.isBuffer : void 0, Dt = pe(Object.keys, Object), Sn = tr(F, "DataView"), Hn = tr(F, "Map"), En = tr(F, "Promise"), Nr = tr(F, "Set"), ki = tr(F, "WeakMap"), oe = tr(Object, "create"), Te = bn(Sn), Ye = bn(Hn), Ce = bn(En), at = bn(Nr), Qe = bn(ki), yn = Ae ? Ae.prototype : void 0, mr = yn ? yn.valueOf : void 0;
|
|
23911
23911
|
function Pr(M) {
|
|
23912
23912
|
var q = -1, re = M ? M.length : 0;
|
|
23913
23913
|
for (this.clear(); ++q < re; ) {
|
|
@@ -24182,7 +24182,7 @@ Tl.exports;
|
|
|
24182
24182
|
return q && typeof M[0] == "string" && Me.call(M, "index") && (re.index = M.index, re.input = M.input), re;
|
|
24183
24183
|
}
|
|
24184
24184
|
function vr(M) {
|
|
24185
|
-
return typeof M.constructor == "function" && !Ma(M) ? hc(
|
|
24185
|
+
return typeof M.constructor == "function" && !Ma(M) ? hc(Fe(M)) : {};
|
|
24186
24186
|
}
|
|
24187
24187
|
function Tc(M, q, re, ye) {
|
|
24188
24188
|
var et = M.constructor;
|
|
@@ -24348,11 +24348,11 @@ xl.exports;
|
|
|
24348
24348
|
re[++q] = ye;
|
|
24349
24349
|
}), re;
|
|
24350
24350
|
}
|
|
24351
|
-
var ue = Array.prototype, ne = Function.prototype, Ee = Object.prototype, Ae = X["__core-js_shared__"], Ke = ne.toString,
|
|
24351
|
+
var ue = Array.prototype, ne = Function.prototype, Ee = Object.prototype, Ae = X["__core-js_shared__"], Ke = ne.toString, Fe = Ee.hasOwnProperty, Je = function() {
|
|
24352
24352
|
var M = /[^.]+$/.exec(Ae && Ae.keys && Ae.keys.IE_PROTO || "");
|
|
24353
24353
|
return M ? "Symbol(src)_1." + M : "";
|
|
24354
24354
|
}(), ct = Ee.toString, bt = RegExp(
|
|
24355
|
-
"^" + Ke.call(
|
|
24355
|
+
"^" + Ke.call(Fe).replace(B, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
24356
24356
|
), ft = ve ? X.Buffer : void 0, ot = X.Symbol, Dt = X.Uint8Array, Sn = Ee.propertyIsEnumerable, Hn = ue.splice, En = ot ? ot.toStringTag : void 0, Nr = Object.getOwnPropertySymbols, ki = ft ? ft.isBuffer : void 0, oe = We(Object.keys, Object), Te = Dr(X, "DataView"), Ye = Dr(X, "Map"), Ce = Dr(X, "Promise"), at = Dr(X, "Set"), Qe = Dr(X, "WeakMap"), yn = Dr(Object, "create"), mr = bn(Te), Pr = bn(Ye), Ku = bn(Ce), Ju = bn(at), Zu = bn(Qe), Oa = ot ? ot.prototype : void 0, ds = Oa ? Oa.valueOf : void 0;
|
|
24357
24357
|
function nn(M) {
|
|
24358
24358
|
var q = -1, re = M == null ? 0 : M.length;
|
|
@@ -24374,11 +24374,11 @@ xl.exports;
|
|
|
24374
24374
|
var re = q[M];
|
|
24375
24375
|
return re === r ? void 0 : re;
|
|
24376
24376
|
}
|
|
24377
|
-
return
|
|
24377
|
+
return Fe.call(q, M) ? q[M] : void 0;
|
|
24378
24378
|
}
|
|
24379
24379
|
function tc(M) {
|
|
24380
24380
|
var q = this.__data__;
|
|
24381
|
-
return yn ? q[M] !== void 0 :
|
|
24381
|
+
return yn ? q[M] !== void 0 : Fe.call(q, M);
|
|
24382
24382
|
}
|
|
24383
24383
|
function nc(M, q) {
|
|
24384
24384
|
var re = this.__data__;
|
|
@@ -24486,7 +24486,7 @@ xl.exports;
|
|
|
24486
24486
|
function vc(M, q) {
|
|
24487
24487
|
var re = uo(M), ye = !re && Na(M), et = !re && !ye && co(M), ze = !re && !ye && !et && Fa(M), dt = re || ye || et || ze, mt = dt ? le(M.length, String) : [], jt = mt.length;
|
|
24488
24488
|
for (var wt in M)
|
|
24489
|
-
(q ||
|
|
24489
|
+
(q || Fe.call(M, wt)) && !(dt && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
24490
24490
|
(wt == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
24491
24491
|
et && (wt == "offset" || wt == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
24492
24492
|
ze && (wt == "buffer" || wt == "byteLength" || wt == "byteOffset") || // Skip index properties.
|
|
@@ -24524,7 +24524,7 @@ xl.exports;
|
|
|
24524
24524
|
if (zt && !un)
|
|
24525
24525
|
return ze || (ze = new gr()), dt || Fa(M) ? ms(M, q, re, ye, et, ze) : Sc(M, q, jt, re, ye, et, ze);
|
|
24526
24526
|
if (!(re & i)) {
|
|
24527
|
-
var cn = un &&
|
|
24527
|
+
var cn = un && Fe.call(M, "__wrapped__"), rn = Tn && Fe.call(q, "__wrapped__");
|
|
24528
24528
|
if (cn || rn) {
|
|
24529
24529
|
var ai = cn ? M.value() : M, Br = rn ? q.value() : q;
|
|
24530
24530
|
return ze || (ze = new gr()), et(ai, Br, re, ye, ze);
|
|
@@ -24546,7 +24546,7 @@ xl.exports;
|
|
|
24546
24546
|
return oe(M);
|
|
24547
24547
|
var q = [];
|
|
24548
24548
|
for (var re in Object(M))
|
|
24549
|
-
|
|
24549
|
+
Fe.call(M, re) && re != "constructor" && q.push(re);
|
|
24550
24550
|
return q;
|
|
24551
24551
|
}
|
|
24552
24552
|
function ms(M, q, re, ye, et, ze) {
|
|
@@ -24623,7 +24623,7 @@ xl.exports;
|
|
|
24623
24623
|
return !1;
|
|
24624
24624
|
for (var Tn = jt; Tn--; ) {
|
|
24625
24625
|
var zt = mt[Tn];
|
|
24626
|
-
if (!(dt ? zt in q :
|
|
24626
|
+
if (!(dt ? zt in q : Fe.call(q, zt)))
|
|
24627
24627
|
return !1;
|
|
24628
24628
|
}
|
|
24629
24629
|
var cn = ze.get(M);
|
|
@@ -24660,7 +24660,7 @@ xl.exports;
|
|
|
24660
24660
|
return bc(re) ? re : void 0;
|
|
24661
24661
|
}
|
|
24662
24662
|
function Fr(M) {
|
|
24663
|
-
var q =
|
|
24663
|
+
var q = Fe.call(M, En), re = M[En];
|
|
24664
24664
|
try {
|
|
24665
24665
|
M[En] = void 0;
|
|
24666
24666
|
var ye = !0;
|
|
@@ -24727,7 +24727,7 @@ xl.exports;
|
|
|
24727
24727
|
var Na = La(function() {
|
|
24728
24728
|
return arguments;
|
|
24729
24729
|
}()) ? La : function(M) {
|
|
24730
|
-
return yr(M) &&
|
|
24730
|
+
return yr(M) && Fe.call(M, "callee") && !Sn.call(M, "callee");
|
|
24731
24731
|
}, uo = Array.isArray;
|
|
24732
24732
|
function gs(M) {
|
|
24733
24733
|
return M != null && vs(M.length) && !Pa(M);
|
|
@@ -25302,7 +25302,7 @@ const zp = {
|
|
|
25302
25302
|
var n, e;
|
|
25303
25303
|
return [
|
|
25304
25304
|
(e = (n = this.$slots).toolbar) === null || e === void 0 ? void 0 : e.call(n),
|
|
25305
|
-
|
|
25305
|
+
De("div", { ref: "editor", ...this.$attrs })
|
|
25306
25306
|
];
|
|
25307
25307
|
}
|
|
25308
25308
|
});
|
|
@@ -25518,7 +25518,7 @@ const Jv = /* @__PURE__ */ Le({
|
|
|
25518
25518
|
]),
|
|
25519
25519
|
key: "0"
|
|
25520
25520
|
} : void 0
|
|
25521
|
-
]), 1032, ["required", "multilanguage", "current-language"])) :
|
|
25521
|
+
]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
|
|
25522
25522
|
(V(), we(W(eE), {
|
|
25523
25523
|
key: m.disabled?.toString(),
|
|
25524
25524
|
content: i.value,
|
|
@@ -25535,13 +25535,13 @@ const Jv = /* @__PURE__ */ Le({
|
|
|
25535
25535
|
placeholder: m.placeholder
|
|
25536
25536
|
}, null, 8, ["content", "class", "read-only", "placeholder"])),
|
|
25537
25537
|
m.errorMessage ? Ne(m.$slots, "error", { key: 1 }, () => [
|
|
25538
|
-
|
|
25538
|
+
fe(W(Bn), { class: "vc-editor__error !tw-text-[color:var(--editor-border-color-error)] tw-mt-1" }, {
|
|
25539
25539
|
default: de(() => [
|
|
25540
25540
|
Oe(he(m.errorMessage), 1)
|
|
25541
25541
|
]),
|
|
25542
25542
|
_: 1
|
|
25543
25543
|
})
|
|
25544
|
-
]) :
|
|
25544
|
+
]) : ce("", !0)
|
|
25545
25545
|
], 2));
|
|
25546
25546
|
}
|
|
25547
25547
|
});
|
|
@@ -27828,7 +27828,7 @@ function Ey(n, e, t) {
|
|
|
27828
27828
|
}
|
|
27829
27829
|
}
|
|
27830
27830
|
function gm(n) {
|
|
27831
|
-
return
|
|
27831
|
+
return fe(z_, null, n, 0);
|
|
27832
27832
|
}
|
|
27833
27833
|
const vm = "__INTLIFY_META__", ym = () => [], qA = () => !1;
|
|
27834
27834
|
let bm = 0;
|
|
@@ -27913,7 +27913,7 @@ function Dd(n = {}, e) {
|
|
|
27913
27913
|
function D(ue, ne) {
|
|
27914
27914
|
return ue !== "translate" || !ne.resolvedMessage;
|
|
27915
27915
|
}
|
|
27916
|
-
const P = (ue, ne, Ee, Ae, Ke,
|
|
27916
|
+
const P = (ue, ne, Ee, Ae, Ke, Fe) => {
|
|
27917
27917
|
O();
|
|
27918
27918
|
let Je;
|
|
27919
27919
|
try {
|
|
@@ -27938,7 +27938,7 @@ function Dd(n = {}, e) {
|
|
|
27938
27938
|
}
|
|
27939
27939
|
return t && d ? Ae(t) : Ke(ct);
|
|
27940
27940
|
} else {
|
|
27941
|
-
if (
|
|
27941
|
+
if (Fe(Je))
|
|
27942
27942
|
return Je;
|
|
27943
27943
|
throw Jt(ht.UNEXPECTED_RETURN_TYPE);
|
|
27944
27944
|
}
|
|
@@ -28023,9 +28023,9 @@ function Dd(n = {}, e) {
|
|
|
28023
28023
|
let ne = null;
|
|
28024
28024
|
const Ee = ny(A, s.value, h.value);
|
|
28025
28025
|
for (let Ae = 0; Ae < Ee.length; Ae++) {
|
|
28026
|
-
const Ke = m.value[Ee[Ae]] || {},
|
|
28027
|
-
if (
|
|
28028
|
-
ne =
|
|
28026
|
+
const Ke = m.value[Ee[Ae]] || {}, Fe = A.messageResolver(Ke, ue);
|
|
28027
|
+
if (Fe != null) {
|
|
28028
|
+
ne = Fe;
|
|
28029
28029
|
break;
|
|
28030
28030
|
}
|
|
28031
28031
|
}
|
|
@@ -28425,14 +28425,14 @@ function JA({ slots: n }, e) {
|
|
|
28425
28425
|
return e.length === 1 && e[0] === "default" ? (n.default ? n.default() : []).reduce((r, i) => [
|
|
28426
28426
|
...r,
|
|
28427
28427
|
// prettier-ignore
|
|
28428
|
-
...i.type ===
|
|
28428
|
+
...i.type === Pe ? i.children : [i]
|
|
28429
28429
|
], []) : e.reduce((t, r) => {
|
|
28430
28430
|
const i = n[r];
|
|
28431
28431
|
return i && (t[r] = i()), t;
|
|
28432
28432
|
}, {});
|
|
28433
28433
|
}
|
|
28434
28434
|
function Ay(n) {
|
|
28435
|
-
return
|
|
28435
|
+
return Pe;
|
|
28436
28436
|
}
|
|
28437
28437
|
const ZA = /* @__PURE__ */ Le({
|
|
28438
28438
|
/* eslint-disable */
|
|
@@ -28459,7 +28459,7 @@ const ZA = /* @__PURE__ */ Le({
|
|
|
28459
28459
|
const o = Object.keys(t).filter((l) => l !== "_"), a = {};
|
|
28460
28460
|
n.locale && (a.locale = n.locale), n.plural !== void 0 && (a.plural = Re(n.plural) ? +n.plural : n.plural);
|
|
28461
28461
|
const h = JA(e, o), s = i[kf](n.keypath, h, a), m = sn({}, r), c = Re(n.tag) || gt(n.tag) ? n.tag : Ay();
|
|
28462
|
-
return
|
|
28462
|
+
return De(c, m, s);
|
|
28463
28463
|
};
|
|
28464
28464
|
}
|
|
28465
28465
|
}), Pc = ZA;
|
|
@@ -28479,7 +28479,7 @@ function Ty(n, e, t, r) {
|
|
|
28479
28479
|
return XA(p) && (p[0].key = `${u.type}-${f}`), p;
|
|
28480
28480
|
}) : Re(s) && (m = [s]);
|
|
28481
28481
|
const c = sn({}, o), l = Re(n.tag) || gt(n.tag) ? n.tag : Ay();
|
|
28482
|
-
return
|
|
28482
|
+
return De(l, c, m);
|
|
28483
28483
|
};
|
|
28484
28484
|
}
|
|
28485
28485
|
const QA = /* @__PURE__ */ Le({
|
|
@@ -29374,7 +29374,7 @@ const $T = { class: "tw-flex tw-flex-col tw-flex-1" }, LT = { class: "tw-text-[#
|
|
|
29374
29374
|
}, ["stop", "prevent"])),
|
|
29375
29375
|
onDragleave: rt(g, ["stop", "prevent"])
|
|
29376
29376
|
}, [
|
|
29377
|
-
|
|
29377
|
+
fe(W(Ve), {
|
|
29378
29378
|
class: "tw-text-[#c8dbea]",
|
|
29379
29379
|
icon: "fas fa-cloud-upload-alt",
|
|
29380
29380
|
size: "xxl"
|
|
@@ -29383,7 +29383,7 @@ const $T = { class: "tw-flex tw-flex-col tw-flex-1" }, LT = { class: "tw-text-[#
|
|
|
29383
29383
|
te("span", null, he(W(i)("COMPONENTS.MOLECULES.VC_FILE_UPLOAD.DRAG_HERE")), 1),
|
|
29384
29384
|
Oe(" "),
|
|
29385
29385
|
IT,
|
|
29386
|
-
|
|
29386
|
+
fe(W(au), { onClick: f }, {
|
|
29387
29387
|
default: de(() => [
|
|
29388
29388
|
Oe(he(W(i)("COMPONENTS.MOLECULES.VC_FILE_UPLOAD.BROWSE")), 1)
|
|
29389
29389
|
]),
|
|
@@ -29404,13 +29404,13 @@ const $T = { class: "tw-flex tw-flex-col tw-flex-1" }, LT = { class: "tw-text-[#
|
|
|
29404
29404
|
[_, v.loading]
|
|
29405
29405
|
]),
|
|
29406
29406
|
W(s) ? Ne(v.$slots, "error", { key: 0 }, () => [
|
|
29407
|
-
|
|
29407
|
+
fe(W(Bn), { class: "vc-input__error" }, {
|
|
29408
29408
|
default: de(() => [
|
|
29409
29409
|
Oe(he(W(s)), 1)
|
|
29410
29410
|
]),
|
|
29411
29411
|
_: 1
|
|
29412
29412
|
})
|
|
29413
|
-
]) :
|
|
29413
|
+
]) : ce("", !0)
|
|
29414
29414
|
]);
|
|
29415
29415
|
};
|
|
29416
29416
|
}
|
|
@@ -32096,20 +32096,20 @@ const NO = { class: "tw-flex tw-flex-nowrap tw-items-start" }, PO = { class: "tw
|
|
|
32096
32096
|
]),
|
|
32097
32097
|
key: "0"
|
|
32098
32098
|
} : void 0
|
|
32099
|
-
]), 1032, ["required", "multilanguage", "current-language"])) :
|
|
32099
|
+
]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
|
|
32100
32100
|
te("div", NO, [
|
|
32101
32101
|
te("div", PO, [
|
|
32102
32102
|
p.$slots.prepend ? (V(), Z("div", DO, [
|
|
32103
32103
|
Ne(p.$slots, "prepend")
|
|
32104
|
-
])) :
|
|
32104
|
+
])) : ce("", !0),
|
|
32105
32105
|
te("div", FO, [
|
|
32106
32106
|
te("div", BO, [
|
|
32107
32107
|
te("div", jO, [
|
|
32108
32108
|
p.$slots["prepend-inner"] ? (V(), Z("div", UO, [
|
|
32109
32109
|
Ne(p.$slots, "prepend-inner")
|
|
32110
|
-
])) :
|
|
32110
|
+
])) : ce("", !0),
|
|
32111
32111
|
te("div", VO, [
|
|
32112
|
-
p.prefix ? (V(), Z("div", HO, he(p.prefix), 1)) :
|
|
32112
|
+
p.prefix ? (V(), Z("div", HO, he(p.prefix), 1)) : ce("", !0),
|
|
32113
32113
|
Ne(p.$slots, "control", {
|
|
32114
32114
|
editable: p.disabled,
|
|
32115
32115
|
focused: p.autofocus,
|
|
@@ -32134,51 +32134,51 @@ const NO = { class: "tw-flex tw-flex-nowrap tw-items-start" }, PO = { class: "tw
|
|
|
32134
32134
|
[Av, a.value]
|
|
32135
32135
|
])
|
|
32136
32136
|
]),
|
|
32137
|
-
p.suffix ? (V(), Z("div", zO, he(p.suffix), 1)) :
|
|
32137
|
+
p.suffix ? (V(), Z("div", zO, he(p.suffix), 1)) : ce("", !0),
|
|
32138
32138
|
p.clearable && l.value && !p.disabled && p.type !== "password" ? (V(), Z("div", {
|
|
32139
32139
|
key: 2,
|
|
32140
32140
|
class: "vc-input__clear",
|
|
32141
32141
|
onClick: d
|
|
32142
32142
|
}, [
|
|
32143
|
-
|
|
32143
|
+
fe(W(Ve), {
|
|
32144
32144
|
size: "s",
|
|
32145
32145
|
icon: "fas fa-times"
|
|
32146
32146
|
})
|
|
32147
|
-
])) :
|
|
32147
|
+
])) : ce("", !0),
|
|
32148
32148
|
p.type === "password" && s.value === "password" ? (V(), Z("div", {
|
|
32149
32149
|
key: 3,
|
|
32150
32150
|
class: "vc-input__showhide",
|
|
32151
32151
|
onClick: g[1] || (g[1] = (v) => s.value = "text")
|
|
32152
32152
|
}, [
|
|
32153
|
-
|
|
32153
|
+
fe(W(Ve), {
|
|
32154
32154
|
size: "s",
|
|
32155
32155
|
icon: "fas fa-eye-slash"
|
|
32156
32156
|
})
|
|
32157
|
-
])) :
|
|
32157
|
+
])) : ce("", !0),
|
|
32158
32158
|
p.type === "password" && s.value === "text" ? (V(), Z("div", {
|
|
32159
32159
|
key: 4,
|
|
32160
32160
|
class: "vc-input__showhide",
|
|
32161
32161
|
onClick: g[2] || (g[2] = (v) => s.value = "password")
|
|
32162
32162
|
}, [
|
|
32163
|
-
|
|
32163
|
+
fe(W(Ve), {
|
|
32164
32164
|
size: "s",
|
|
32165
32165
|
icon: "fas fa-eye"
|
|
32166
32166
|
})
|
|
32167
|
-
])) :
|
|
32167
|
+
])) : ce("", !0)
|
|
32168
32168
|
]),
|
|
32169
32169
|
p.$slots["append-inner"] ? (V(), Z("div", GO, [
|
|
32170
32170
|
Ne(p.$slots, "append-inner")
|
|
32171
|
-
])) :
|
|
32171
|
+
])) : ce("", !0),
|
|
32172
32172
|
p.loading ? (V(), Z("div", qO, [
|
|
32173
|
-
|
|
32173
|
+
fe(W(Ve), {
|
|
32174
32174
|
icon: "fas fa-spinner tw-animate-spin",
|
|
32175
32175
|
class: "tw-text-[var(--input-clear-color)]",
|
|
32176
32176
|
size: "m"
|
|
32177
32177
|
})
|
|
32178
|
-
])) :
|
|
32178
|
+
])) : ce("", !0)
|
|
32179
32179
|
])
|
|
32180
32180
|
]),
|
|
32181
|
-
|
|
32181
|
+
fe(Ed, {
|
|
32182
32182
|
name: "slide-up",
|
|
32183
32183
|
mode: "out-in"
|
|
32184
32184
|
}, {
|
|
@@ -32193,7 +32193,7 @@ const NO = { class: "tw-flex tw-flex-nowrap tw-items-start" }, PO = { class: "tw
|
|
|
32193
32193
|
Oe(he(p.errorMessage), 1)
|
|
32194
32194
|
]),
|
|
32195
32195
|
_: 1
|
|
32196
|
-
})) :
|
|
32196
|
+
})) : ce("", !0)
|
|
32197
32197
|
])
|
|
32198
32198
|
])) : (V(), Z("div", KO, [
|
|
32199
32199
|
Ne(p.$slots, "hint", {}, () => [
|
|
@@ -32205,7 +32205,7 @@ const NO = { class: "tw-flex tw-flex-nowrap tw-items-start" }, PO = { class: "tw
|
|
|
32205
32205
|
Oe(he(p.hint), 1)
|
|
32206
32206
|
]),
|
|
32207
32207
|
_: 1
|
|
32208
|
-
})) :
|
|
32208
|
+
})) : ce("", !0)
|
|
32209
32209
|
])
|
|
32210
32210
|
]))
|
|
32211
32211
|
]),
|
|
@@ -32214,7 +32214,7 @@ const NO = { class: "tw-flex tw-flex-nowrap tw-items-start" }, PO = { class: "tw
|
|
|
32214
32214
|
]),
|
|
32215
32215
|
p.$slots.append ? (V(), Z("div", JO, [
|
|
32216
32216
|
Ne(p.$slots, "append")
|
|
32217
|
-
])) :
|
|
32217
|
+
])) : ce("", !0)
|
|
32218
32218
|
])
|
|
32219
32219
|
])
|
|
32220
32220
|
], 2));
|
|
@@ -32583,7 +32583,7 @@ const o$ = ["onClick"], s$ = ["placeholder"], a$ = /* @__PURE__ */ Le({
|
|
|
32583
32583
|
"onUpdate:modelValue": s[0] || (s[0] = (m) => h.$emit("update:option", m))
|
|
32584
32584
|
}, {
|
|
32585
32585
|
control: de(({ toggleHandler: m }) => [
|
|
32586
|
-
|
|
32586
|
+
fe(W(Nn), {
|
|
32587
32587
|
placeholder: h.placeholder,
|
|
32588
32588
|
hint: h.hint,
|
|
32589
32589
|
clearable: h.clearable,
|
|
@@ -32682,14 +32682,14 @@ const o$ = ["onClick"], s$ = ["placeholder"], a$ = /* @__PURE__ */ Le({
|
|
|
32682
32682
|
onMouseenter: a,
|
|
32683
32683
|
onMouseleave: h
|
|
32684
32684
|
}, [
|
|
32685
|
-
|
|
32685
|
+
fe(W(Ve), {
|
|
32686
32686
|
icon: t[s.type ?? "default"]?.icon,
|
|
32687
32687
|
style: Mt({ color: t[s.type ?? "default"]?.color }),
|
|
32688
32688
|
size: "l",
|
|
32689
32689
|
class: "tw-mr-2"
|
|
32690
32690
|
}, null, 8, ["icon", "style"]),
|
|
32691
32691
|
te("div", u$, he(s.content), 1),
|
|
32692
|
-
|
|
32692
|
+
fe(W(Ve), {
|
|
32693
32693
|
icon: "fas fa-times",
|
|
32694
32694
|
class: "tw-cursor-pointer tw-text-[color:var(--notification-dismiss-color)] tw-ml-2",
|
|
32695
32695
|
size: "s",
|
|
@@ -32714,7 +32714,7 @@ const c$ = { class: "vc-pagination tw-flex" }, f$ = { class: "vc-pagination__ite
|
|
|
32714
32714
|
}]),
|
|
32715
32715
|
onClick: t[0] || (t[0] = (r) => e.currentPage !== 1 && e.$emit("itemClick", 1))
|
|
32716
32716
|
}, [
|
|
32717
|
-
|
|
32717
|
+
fe(W(Ve), {
|
|
32718
32718
|
size: "xs",
|
|
32719
32719
|
icon: "fas fa-angle-double-left"
|
|
32720
32720
|
})
|
|
@@ -32725,43 +32725,43 @@ const c$ = { class: "vc-pagination tw-flex" }, f$ = { class: "vc-pagination__ite
|
|
|
32725
32725
|
}]),
|
|
32726
32726
|
onClick: t[1] || (t[1] = (r) => e.currentPage !== 1 && e.$emit("itemClick", e.currentPage - 1))
|
|
32727
32727
|
}, [
|
|
32728
|
-
|
|
32728
|
+
fe(W(Ve), {
|
|
32729
32729
|
size: "xs",
|
|
32730
32730
|
icon: "fas fa-arrow-left"
|
|
32731
32731
|
})
|
|
32732
32732
|
], 2),
|
|
32733
|
-
e.expanded && e.$isDesktop.value ? (V(), Z(
|
|
32733
|
+
e.expanded && e.$isDesktop.value ? (V(), Z(Pe, { key: 0 }, [
|
|
32734
32734
|
e.currentPage > 2 ? (V(), Z("div", {
|
|
32735
32735
|
key: 0,
|
|
32736
32736
|
class: "vc-pagination__item",
|
|
32737
32737
|
onClick: t[2] || (t[2] = (r) => e.$emit("itemClick", e.currentPage - 2))
|
|
32738
|
-
}, he(e.currentPage - 2), 1)) :
|
|
32738
|
+
}, he(e.currentPage - 2), 1)) : ce("", !0),
|
|
32739
32739
|
e.currentPage > 1 ? (V(), Z("div", {
|
|
32740
32740
|
key: 1,
|
|
32741
32741
|
class: "vc-pagination__item",
|
|
32742
32742
|
onClick: t[3] || (t[3] = (r) => e.$emit("itemClick", e.currentPage - 1))
|
|
32743
|
-
}, he(e.currentPage - 1), 1)) :
|
|
32744
|
-
], 64)) :
|
|
32743
|
+
}, he(e.currentPage - 1), 1)) : ce("", !0)
|
|
32744
|
+
], 64)) : ce("", !0),
|
|
32745
32745
|
te("div", f$, he(e.currentPage), 1),
|
|
32746
|
-
e.expanded && e.$isDesktop.value ? (V(), Z(
|
|
32746
|
+
e.expanded && e.$isDesktop.value ? (V(), Z(Pe, { key: 1 }, [
|
|
32747
32747
|
e.currentPage < e.pages ? (V(), Z("div", {
|
|
32748
32748
|
key: 0,
|
|
32749
32749
|
class: "vc-pagination__item",
|
|
32750
32750
|
onClick: t[4] || (t[4] = (r) => e.$emit("itemClick", e.currentPage + 1))
|
|
32751
|
-
}, he(e.currentPage + 1), 1)) :
|
|
32751
|
+
}, he(e.currentPage + 1), 1)) : ce("", !0),
|
|
32752
32752
|
e.currentPage < e.pages - 1 ? (V(), Z("div", {
|
|
32753
32753
|
key: 1,
|
|
32754
32754
|
class: "vc-pagination__item",
|
|
32755
32755
|
onClick: t[5] || (t[5] = (r) => e.$emit("itemClick", e.currentPage + 2))
|
|
32756
|
-
}, he(e.currentPage + 2), 1)) :
|
|
32757
|
-
], 64)) :
|
|
32756
|
+
}, he(e.currentPage + 2), 1)) : ce("", !0)
|
|
32757
|
+
], 64)) : ce("", !0),
|
|
32758
32758
|
te("div", {
|
|
32759
32759
|
class: je(["vc-pagination__item", {
|
|
32760
32760
|
"vc-pagination__item_disabled": e.currentPage === e.pages
|
|
32761
32761
|
}]),
|
|
32762
32762
|
onClick: t[6] || (t[6] = (r) => e.currentPage !== e.pages && e.$emit("itemClick", e.currentPage + 1))
|
|
32763
32763
|
}, [
|
|
32764
|
-
|
|
32764
|
+
fe(W(Ve), {
|
|
32765
32765
|
size: "xs",
|
|
32766
32766
|
icon: "fas fa-arrow-right"
|
|
32767
32767
|
})
|
|
@@ -32772,7 +32772,7 @@ const c$ = { class: "vc-pagination tw-flex" }, f$ = { class: "vc-pagination__ite
|
|
|
32772
32772
|
}]),
|
|
32773
32773
|
onClick: t[7] || (t[7] = (r) => e.currentPage !== e.pages && e.$emit("itemClick", e.pages))
|
|
32774
32774
|
}, [
|
|
32775
|
-
|
|
32775
|
+
fe(W(Ve), {
|
|
32776
32776
|
size: "xs",
|
|
32777
32777
|
icon: "fas fa-angle-double-right"
|
|
32778
32778
|
})
|
|
@@ -32811,25 +32811,25 @@ const xb = d$, h$ = { class: "vc-rating" }, p$ = ["innerHTML"], m$ = { class: "v
|
|
|
32811
32811
|
]),
|
|
32812
32812
|
key: "0"
|
|
32813
32813
|
} : void 0
|
|
32814
|
-
]), 1024)) :
|
|
32815
|
-
e.rating ? (V(), Z(
|
|
32816
|
-
e.variant == "stars" ? (V(), Z(
|
|
32817
|
-
(V(!0), Z(
|
|
32814
|
+
]), 1024)) : ce("", !0),
|
|
32815
|
+
e.rating ? (V(), Z(Pe, { key: 1 }, [
|
|
32816
|
+
e.variant == "stars" ? (V(), Z(Pe, { key: 0 }, [
|
|
32817
|
+
(V(!0), Z(Pe, null, lt(e.rating, (r) => (V(), we(W(Ve), {
|
|
32818
32818
|
key: r,
|
|
32819
32819
|
icon: "fas fa-star",
|
|
32820
32820
|
class: "vc-rating__icon"
|
|
32821
32821
|
}))), 128)),
|
|
32822
|
-
(V(!0), Z(
|
|
32822
|
+
(V(!0), Z(Pe, null, lt(e.max - e.rating, (r) => (V(), we(W(Ve), {
|
|
32823
32823
|
key: r,
|
|
32824
32824
|
icon: "far fa-star",
|
|
32825
32825
|
class: "vc-rating__icon"
|
|
32826
32826
|
}))), 128))
|
|
32827
|
-
], 64)) : (V(), Z(
|
|
32827
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
32828
32828
|
e.variant == "star-and-text" ? (V(), we(W(Ve), {
|
|
32829
32829
|
key: 0,
|
|
32830
32830
|
icon: "fas fa-star",
|
|
32831
32831
|
class: "vc-rating__icon"
|
|
32832
|
-
})) :
|
|
32832
|
+
})) : ce("", !0),
|
|
32833
32833
|
te("span", m$, he(e.rating) + "/" + he(e.max), 1),
|
|
32834
32834
|
Ne(e.$slots, "details")
|
|
32835
32835
|
], 64))
|
|
@@ -36284,7 +36284,7 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36284
36284
|
]),
|
|
36285
36285
|
key: "0"
|
|
36286
36286
|
} : void 0
|
|
36287
|
-
]), 1032, ["required", "multilanguage", "current-language"])) :
|
|
36287
|
+
]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
|
|
36288
36288
|
te("div", e2, [
|
|
36289
36289
|
te("div", {
|
|
36290
36290
|
ref_key: "dropdownToggleRef",
|
|
@@ -36295,75 +36295,75 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36295
36295
|
te("div", t2, [
|
|
36296
36296
|
ie.$slots.prepend ? (V(), Z("div", n2, [
|
|
36297
36297
|
Ne(ie.$slots, "prepend")
|
|
36298
|
-
])) :
|
|
36298
|
+
])) : ce("", !0),
|
|
36299
36299
|
te("div", r2, [
|
|
36300
36300
|
te("div", i2, [
|
|
36301
36301
|
te("div", o2, [
|
|
36302
36302
|
te("div", s2, [
|
|
36303
36303
|
ie.$slots["prepend-inner"] ? (V(), Z("div", a2, [
|
|
36304
36304
|
Ne(ie.$slots, "prepend-inner")
|
|
36305
|
-
])) :
|
|
36305
|
+
])) : ce("", !0),
|
|
36306
36306
|
te("div", l2, [
|
|
36307
|
-
ie.prefix ? (V(), Z("div", u2, he(ie.prefix), 1)) :
|
|
36307
|
+
ie.prefix ? (V(), Z("div", u2, he(ie.prefix), 1)) : ce("", !0),
|
|
36308
36308
|
te("div", {
|
|
36309
36309
|
class: "tw-appearance-none tw-border-none tw-outline-none tw-min-h-[var(--select-height)] tw-flex tw-items-center tw-w-full tw-box-border tw-cursor-pointer invalid:tw-text-[color:var(--select-placeholder-color)] tw-truncate",
|
|
36310
36310
|
onClick: rt(H, ["stop"])
|
|
36311
36311
|
}, [
|
|
36312
|
-
C.value ? T.value && T.value.length && C.value ? (V(), Z(
|
|
36313
|
-
ie.$slots["selected-item"] ? (V(!0), Z(
|
|
36314
|
-
(V(!0), Z(
|
|
36312
|
+
C.value ? T.value && T.value.length && C.value ? (V(), Z(Pe, { key: 1 }, [
|
|
36313
|
+
ie.$slots["selected-item"] ? (V(!0), Z(Pe, { key: 0 }, lt(T.value, (G, J) => Ne(ie.$slots, "selected-item", Bp(Tt({ key: J }, G)))), 128)) : (V(), Z("div", f2, [
|
|
36314
|
+
(V(!0), Z(Pe, null, lt(T.value, (G, J) => (V(), Z("div", Tt(G, {
|
|
36315
36315
|
key: J,
|
|
36316
36316
|
class: "tw-flex tw-items-center"
|
|
36317
36317
|
}), [
|
|
36318
36318
|
ie.multiple ? (V(), Z("div", d2, [
|
|
36319
36319
|
te("span", null, he($.value(G.opt)), 1),
|
|
36320
|
-
ie.disabled ?
|
|
36320
|
+
ie.disabled ? ce("", !0) : (V(), we(W(Ve), {
|
|
36321
36321
|
key: 0,
|
|
36322
36322
|
class: "tw-text-[#a9bfd2] tw-ml-2 tw-cursor-pointer hover:tw-text-[color:var(--select-clear-color-hover)]",
|
|
36323
36323
|
icon: "fas fa-times",
|
|
36324
36324
|
size: "s",
|
|
36325
36325
|
onClick: rt((pe) => N(G.index), ["stop"])
|
|
36326
36326
|
}, null, 8, ["onClick"]))
|
|
36327
|
-
])) : ie.multiple ?
|
|
36327
|
+
])) : ie.multiple ? ce("", !0) : (V(), Z(Pe, { key: 1 }, [
|
|
36328
36328
|
Oe(he(P(G.opt)), 1)
|
|
36329
36329
|
], 64))
|
|
36330
36330
|
], 16))), 128))
|
|
36331
36331
|
]))
|
|
36332
|
-
], 64)) :
|
|
36333
|
-
ie.placeholder ? (V(), Z(
|
|
36332
|
+
], 64)) : ce("", !0) : (V(), Z("div", c2, [
|
|
36333
|
+
ie.placeholder ? (V(), Z(Pe, { key: 0 }, [
|
|
36334
36334
|
Oe(he(ie.placeholder), 1)
|
|
36335
|
-
], 64)) : (V(), Z(
|
|
36335
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
36336
36336
|
Oe(he(W(i)("COMPONENTS.MOLECULES.VC_SELECT.CLICK_TO_SELECT")), 1)
|
|
36337
36337
|
], 64))
|
|
36338
36338
|
]))
|
|
36339
36339
|
]),
|
|
36340
|
-
ie.suffix ? (V(), Z("div", h2, he(ie.suffix), 1)) :
|
|
36340
|
+
ie.suffix ? (V(), Z("div", h2, he(ie.suffix), 1)) : ce("", !0),
|
|
36341
36341
|
ie.clearable && C.value && !ie.disabled ? (V(), Z("div", {
|
|
36342
36342
|
key: 2,
|
|
36343
36343
|
class: "tw-cursor-pointer tw-flex tw-items-center tw-pl-3 tw-text-[color:var(--select-clear-color)] hover:tw-text-[color:var(--select-clear-color-hover)]",
|
|
36344
36344
|
onClick: ve
|
|
36345
36345
|
}, [
|
|
36346
|
-
|
|
36346
|
+
fe(W(Ve), {
|
|
36347
36347
|
size: "s",
|
|
36348
36348
|
icon: "fas fa-times"
|
|
36349
36349
|
})
|
|
36350
|
-
])) :
|
|
36350
|
+
])) : ce("", !0)
|
|
36351
36351
|
]),
|
|
36352
36352
|
ie.$slots["append-inner"] ? (V(), Z("div", p2, [
|
|
36353
36353
|
Ne(ie.$slots, "append-inner")
|
|
36354
|
-
])) :
|
|
36354
|
+
])) : ce("", !0),
|
|
36355
36355
|
ie.loading || f.value ? (V(), Z("div", m2, [
|
|
36356
|
-
|
|
36356
|
+
fe(W(Ve), {
|
|
36357
36357
|
icon: "fas fa-spinner tw-animate-spin",
|
|
36358
36358
|
size: "m"
|
|
36359
36359
|
})
|
|
36360
|
-
])) :
|
|
36361
|
-
ie.disabled ?
|
|
36360
|
+
])) : ce("", !0),
|
|
36361
|
+
ie.disabled ? ce("", !0) : (V(), Z("div", g2, [
|
|
36362
36362
|
te("div", {
|
|
36363
36363
|
class: "vc-select__chevron tw-cursor-pointer tw-flex-nowrap tw-text-[color:var(--select-chevron-color)] hover:tw-text-[color:var(--select-chevron-color-hover)]",
|
|
36364
36364
|
onClick: rt(H, ["stop"])
|
|
36365
36365
|
}, [
|
|
36366
|
-
|
|
36366
|
+
fe(W(Ve), {
|
|
36367
36367
|
size: "s",
|
|
36368
36368
|
icon: "fas fa-chevron-down"
|
|
36369
36369
|
})
|
|
@@ -36373,7 +36373,7 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36373
36373
|
])
|
|
36374
36374
|
]),
|
|
36375
36375
|
te("div", v2, [
|
|
36376
|
-
|
|
36376
|
+
fe(Ed, {
|
|
36377
36377
|
name: "slide-up",
|
|
36378
36378
|
mode: "out-in"
|
|
36379
36379
|
}, {
|
|
@@ -36388,7 +36388,7 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36388
36388
|
Oe(he(ie.errorMessage), 1)
|
|
36389
36389
|
]),
|
|
36390
36390
|
_: 1
|
|
36391
|
-
})) :
|
|
36391
|
+
})) : ce("", !0)
|
|
36392
36392
|
])
|
|
36393
36393
|
])) : (V(), Z("div", b2, [
|
|
36394
36394
|
Ne(ie.$slots, "hint", {}, () => [
|
|
@@ -36400,7 +36400,7 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36400
36400
|
Oe(he(ie.hint), 1)
|
|
36401
36401
|
]),
|
|
36402
36402
|
_: 1
|
|
36403
|
-
})) :
|
|
36403
|
+
})) : ce("", !0)
|
|
36404
36404
|
])
|
|
36405
36405
|
]))
|
|
36406
36406
|
]),
|
|
@@ -36410,7 +36410,7 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36410
36410
|
]),
|
|
36411
36411
|
ie.$slots.append ? (V(), Z("div", w2, [
|
|
36412
36412
|
Ne(ie.$slots, "append")
|
|
36413
|
-
])) :
|
|
36413
|
+
])) : ce("", !0)
|
|
36414
36414
|
])
|
|
36415
36415
|
])
|
|
36416
36416
|
], 512),
|
|
@@ -36428,14 +36428,14 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36428
36428
|
ref: s,
|
|
36429
36429
|
class: "tw-w-full tw-box-border tw-border tw-border-solid tw-border-[#eaecf2] tw-rounded-[4px] tw-h-[32px] tw-leading-[32px] tw-outline-none tw-mb-3 tw-px-2",
|
|
36430
36430
|
onInput: ee
|
|
36431
|
-
}, null, 544)) :
|
|
36432
|
-
|
|
36431
|
+
}, null, 544)) : ce("", !0),
|
|
36432
|
+
fe(W(Xi), {
|
|
36433
36433
|
ref_key: "root",
|
|
36434
36434
|
ref: l,
|
|
36435
36435
|
"no-padding": !0
|
|
36436
36436
|
}, {
|
|
36437
36437
|
default: de(() => [
|
|
36438
|
-
g.value && g.value.length ? (V(!0), Z(
|
|
36438
|
+
g.value && g.value.length ? (V(!0), Z(Pe, { key: 1 }, lt(L.value, (G, J) => (V(), Z("div", {
|
|
36439
36439
|
key: J,
|
|
36440
36440
|
class: je(["tw-flex tw-items-center tw-min-h-[36px] tw-my-1 tw-box-border tw-px-2 tw-rounded-[3px] tw-cursor-pointer hover:tw-bg-[#eff7fc]", { "tw-bg-[#eff7fc]": G.selected }]),
|
|
36441
36441
|
onClick: (pe) => G.toggleOption(G.opt)
|
|
@@ -36452,13 +36452,13 @@ const QD = ["innerHTML"], e2 = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
36452
36452
|
key: 2,
|
|
36453
36453
|
ref_key: "el",
|
|
36454
36454
|
ref: u
|
|
36455
|
-
}, null, 512)) :
|
|
36455
|
+
}, null, 512)) : ce("", !0)
|
|
36456
36456
|
]),
|
|
36457
36457
|
_: 3
|
|
36458
36458
|
}, 512)
|
|
36459
36459
|
], 4)), [
|
|
36460
36460
|
[W(Ai), [H, { ignore: [m.value] }]]
|
|
36461
|
-
]) :
|
|
36461
|
+
]) : ce("", !0)
|
|
36462
36462
|
]))
|
|
36463
36463
|
])
|
|
36464
36464
|
], 2));
|
|
@@ -39201,7 +39201,7 @@ function WB(n, e, t) {
|
|
|
39201
39201
|
return l.props || (l.props = {}), l.props.swiperRef = n, l.props["data-swiper-slide-index"] = u, l;
|
|
39202
39202
|
});
|
|
39203
39203
|
function i(l, u, f) {
|
|
39204
|
-
return l.props || (l.props = {}),
|
|
39204
|
+
return l.props || (l.props = {}), De(l.type, sd({}, l.props, {
|
|
39205
39205
|
key: l.key + "-duplicate-" + u + "-" + f,
|
|
39206
39206
|
class: (l.props.className || "") + " " + t.slideDuplicateClass + " " + (l.props.class || "")
|
|
39207
39207
|
}), l.children);
|
|
@@ -39210,7 +39210,7 @@ function WB(n, e, t) {
|
|
|
39210
39210
|
var o = t.slidesPerGroup - r.length % t.slidesPerGroup;
|
|
39211
39211
|
if (o !== t.slidesPerGroup)
|
|
39212
39212
|
for (var a = 0; a < o; a += 1) {
|
|
39213
|
-
var h =
|
|
39213
|
+
var h = De("div", {
|
|
39214
39214
|
class: t.slideClass + " " + t.slideBlankClass
|
|
39215
39215
|
});
|
|
39216
39216
|
r.push(h);
|
|
@@ -39317,7 +39317,7 @@ function YB(n, e, t) {
|
|
|
39317
39317
|
return e.filter(function(o, a) {
|
|
39318
39318
|
return a >= t.from && a <= t.to;
|
|
39319
39319
|
}).map(function(o) {
|
|
39320
|
-
return o.props || (o.props = {}), o.props.style || (o.props.style = {}), o.props.swiperRef = n, o.props.style = i,
|
|
39320
|
+
return o.props || (o.props = {}), o.props.style || (o.props.style = {}), o.props.swiperRef = n, o.props.style = i, De(o.type, ad({}, o.props), o.children);
|
|
39321
39321
|
});
|
|
39322
39322
|
}
|
|
39323
39323
|
var KB = {
|
|
@@ -39865,22 +39865,22 @@ var KB = {
|
|
|
39865
39865
|
}
|
|
39866
39866
|
return function() {
|
|
39867
39867
|
var $ = Qc(r, d, p), E = $.slides, T = $.slots;
|
|
39868
|
-
return
|
|
39868
|
+
return De(o, {
|
|
39869
39869
|
ref: l,
|
|
39870
39870
|
class: Dw(h.value)
|
|
39871
|
-
}, [T["container-start"], Rw(e) && [
|
|
39871
|
+
}, [T["container-start"], Rw(e) && [De("div", {
|
|
39872
39872
|
ref: v,
|
|
39873
39873
|
class: "swiper-button-prev"
|
|
39874
|
-
}),
|
|
39874
|
+
}), De("div", {
|
|
39875
39875
|
ref: g,
|
|
39876
39876
|
class: "swiper-button-next"
|
|
39877
|
-
})], Pw(e) &&
|
|
39877
|
+
})], Pw(e) && De("div", {
|
|
39878
39878
|
ref: _,
|
|
39879
39879
|
class: "swiper-scrollbar"
|
|
39880
|
-
}), Nw(e) &&
|
|
39880
|
+
}), Nw(e) && De("div", {
|
|
39881
39881
|
ref: y,
|
|
39882
39882
|
class: "swiper-pagination"
|
|
39883
|
-
}),
|
|
39883
|
+
}), De(a, {
|
|
39884
39884
|
class: "swiper-wrapper"
|
|
39885
39885
|
}, [T["wrapper-start"], O(E), T["wrapper-end"]]), T["container-end"]]);
|
|
39886
39886
|
};
|
|
@@ -39926,11 +39926,11 @@ var KB = {
|
|
|
39926
39926
|
};
|
|
39927
39927
|
});
|
|
39928
39928
|
return function() {
|
|
39929
|
-
return
|
|
39929
|
+
return De(e.tag, {
|
|
39930
39930
|
class: Dw("" + h.value),
|
|
39931
39931
|
ref: a,
|
|
39932
39932
|
"data-swiper-slide-index": e.virtualIndex
|
|
39933
|
-
}, e.zoom ?
|
|
39933
|
+
}, e.zoom ? De("div", {
|
|
39934
39934
|
class: "swiper-zoom-container",
|
|
39935
39935
|
"data-swiper-zoom": typeof e.zoom == "number" ? e.zoom : void 0
|
|
39936
39936
|
}, r.default && r.default(m.value)) : r.default && r.default(m.value));
|
|
@@ -39953,7 +39953,7 @@ const ZB = { class: "vc-slider tw-relative" }, XB = { class: "vc-slider__prev tw
|
|
|
39953
39953
|
prevEl: ".vc-slider__prev"
|
|
39954
39954
|
}));
|
|
39955
39955
|
return (t, r) => (V(), Z("div", ZB, [
|
|
39956
|
-
|
|
39956
|
+
fe(W(KB), {
|
|
39957
39957
|
class: je([
|
|
39958
39958
|
"vc-slider__swiper",
|
|
39959
39959
|
{
|
|
@@ -39967,7 +39967,7 @@ const ZB = { class: "vc-slider tw-relative" }, XB = { class: "vc-slider__prev tw
|
|
|
39967
39967
|
"resize-observer": !0
|
|
39968
39968
|
}, {
|
|
39969
39969
|
default: de(() => [
|
|
39970
|
-
(V(!0), Z(
|
|
39970
|
+
(V(!0), Z(Pe, null, lt(t.slides, (i, o) => (V(), we(W(JB), {
|
|
39971
39971
|
key: o,
|
|
39972
39972
|
"swiper-ref": W(Ho)
|
|
39973
39973
|
}, {
|
|
@@ -39983,14 +39983,14 @@ const ZB = { class: "vc-slider tw-relative" }, XB = { class: "vc-slider__prev tw
|
|
|
39983
39983
|
te("div", XB, [
|
|
39984
39984
|
Ne(t.$slots, "prevBtn", {}, () => [
|
|
39985
39985
|
te("div", QB, [
|
|
39986
|
-
|
|
39986
|
+
fe(W(Ve), { icon: "fas fa-chevron-left" })
|
|
39987
39987
|
])
|
|
39988
39988
|
], !0)
|
|
39989
39989
|
]),
|
|
39990
39990
|
te("div", ej, [
|
|
39991
39991
|
Ne(t.$slots, "nextBtn", {}, () => [
|
|
39992
39992
|
te("div", tj, [
|
|
39993
|
-
|
|
39993
|
+
fe(W(Ve), { icon: "fas fa-chevron-right" })
|
|
39994
39994
|
])
|
|
39995
39995
|
], !0)
|
|
39996
39996
|
])
|
|
@@ -40053,7 +40053,7 @@ const rj = /* @__PURE__ */ su(nj, [["__scopeId", "data-v-e2bf4124"]]), ij = rj,
|
|
|
40053
40053
|
]),
|
|
40054
40054
|
key: "0"
|
|
40055
40055
|
} : void 0
|
|
40056
|
-
]), 1032, ["required", "multilanguage", "current-language"])) :
|
|
40056
|
+
]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
|
|
40057
40057
|
te("div", sj, [
|
|
40058
40058
|
te("textarea", {
|
|
40059
40059
|
class: "vc-textarea__field",
|
|
@@ -40065,13 +40065,13 @@ const rj = /* @__PURE__ */ su(nj, [["__scopeId", "data-v-e2bf4124"]]), ij = rj,
|
|
|
40065
40065
|
}, null, 40, aj)
|
|
40066
40066
|
]),
|
|
40067
40067
|
o.errorMessage ? Ne(o.$slots, "error", { key: 1 }, () => [
|
|
40068
|
-
|
|
40068
|
+
fe(W(Bn), { class: "vc-textarea__error" }, {
|
|
40069
40069
|
default: de(() => [
|
|
40070
40070
|
Oe(he(o.errorMessage), 1)
|
|
40071
40071
|
]),
|
|
40072
40072
|
_: 1
|
|
40073
40073
|
})
|
|
40074
|
-
]) :
|
|
40074
|
+
]) : ce("", !0)
|
|
40075
40075
|
], 2));
|
|
40076
40076
|
}
|
|
40077
40077
|
});
|
|
@@ -40186,7 +40186,7 @@ const uj = {
|
|
|
40186
40186
|
r("search", b.target.value);
|
|
40187
40187
|
}
|
|
40188
40188
|
return (b, w) => {
|
|
40189
|
-
const S =
|
|
40189
|
+
const S = Be("VcLabel"), A = Be("VcIcon"), k = Be("VcButton"), O = Be("VcContainer"), $ = Be("VcHint");
|
|
40190
40190
|
return V(), Z("div", {
|
|
40191
40191
|
class: je(["vc-multivalue", [
|
|
40192
40192
|
`vc-multivalue_${b.type}`,
|
|
@@ -40216,29 +40216,29 @@ const uj = {
|
|
|
40216
40216
|
]),
|
|
40217
40217
|
key: "0"
|
|
40218
40218
|
} : void 0
|
|
40219
|
-
]), 1032, ["required", "multilanguage", "current-language"])) :
|
|
40219
|
+
]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
|
|
40220
40220
|
te("div", {
|
|
40221
40221
|
ref_key: "dropdownToggleRef",
|
|
40222
40222
|
ref: i,
|
|
40223
40223
|
class: "vc-multivalue__field-wrapper"
|
|
40224
40224
|
}, [
|
|
40225
|
-
(V(!0), Z(
|
|
40225
|
+
(V(!0), Z(Pe, null, lt(b.modelValue, (E, T) => (V(), Z("div", {
|
|
40226
40226
|
key: `${E?.id}_${W(Ul)()}`,
|
|
40227
40227
|
class: "vc-multivalue__field-value-wrapper"
|
|
40228
40228
|
}, [
|
|
40229
40229
|
E ? (V(), Z("div", uj, [
|
|
40230
40230
|
te("span", cj, he(b.type === "number" ? Number(E[t.emitLabel]).toFixed(3) : E[t.emitLabel]), 1),
|
|
40231
|
-
b.disabled ?
|
|
40231
|
+
b.disabled ? ce("", !0) : (V(), we(A, {
|
|
40232
40232
|
key: 0,
|
|
40233
40233
|
class: "vc-multivalue__field-value-clear",
|
|
40234
40234
|
icon: "fas fa-times",
|
|
40235
40235
|
size: "s",
|
|
40236
40236
|
onClick: (C) => p(T)
|
|
40237
40237
|
}, null, 8, ["onClick"]))
|
|
40238
|
-
])) :
|
|
40238
|
+
])) : ce("", !0)
|
|
40239
40239
|
]))), 128)),
|
|
40240
40240
|
b.multivalue ? (V(), Z("div", fj, [
|
|
40241
|
-
|
|
40241
|
+
fe(k, {
|
|
40242
40242
|
small: "",
|
|
40243
40243
|
onClick: rt(v, ["stop"])
|
|
40244
40244
|
}, {
|
|
@@ -40261,13 +40261,13 @@ const uj = {
|
|
|
40261
40261
|
class: "vc-multivalue__search",
|
|
40262
40262
|
onInput: _
|
|
40263
40263
|
}, null, 544),
|
|
40264
|
-
|
|
40264
|
+
fe(O, {
|
|
40265
40265
|
ref_key: "root",
|
|
40266
40266
|
ref: a,
|
|
40267
40267
|
"no-padding": !0
|
|
40268
40268
|
}, {
|
|
40269
40269
|
default: de(() => [
|
|
40270
|
-
(V(!0), Z(
|
|
40270
|
+
(V(!0), Z(Pe, null, lt(u.value, (E, T) => (V(), Z("div", {
|
|
40271
40271
|
key: T,
|
|
40272
40272
|
class: "vc-multivalue__item",
|
|
40273
40273
|
onClick: (C) => d(E)
|
|
@@ -40281,7 +40281,7 @@ const uj = {
|
|
|
40281
40281
|
}, 512)
|
|
40282
40282
|
], 4)), [
|
|
40283
40283
|
[W(Ai), [v, { ignore: [i.value] }]]
|
|
40284
|
-
]) :
|
|
40284
|
+
]) : ce("", !0)
|
|
40285
40285
|
]))
|
|
40286
40286
|
])) : Ht((V(), Z("input", {
|
|
40287
40287
|
key: 1,
|
|
@@ -40296,13 +40296,13 @@ const uj = {
|
|
|
40296
40296
|
])
|
|
40297
40297
|
], 512),
|
|
40298
40298
|
b.errorMessage ? Ne(b.$slots, "error", { key: 1 }, () => [
|
|
40299
|
-
|
|
40299
|
+
fe($, { class: "vc-multivalue__error tw-mt-1" }, {
|
|
40300
40300
|
default: de(() => [
|
|
40301
40301
|
Oe(he(b.errorMessage), 1)
|
|
40302
40302
|
]),
|
|
40303
40303
|
_: 1
|
|
40304
40304
|
})
|
|
40305
|
-
]) :
|
|
40305
|
+
]) : ce("", !0)
|
|
40306
40306
|
], 2);
|
|
40307
40307
|
};
|
|
40308
40308
|
}
|
|
@@ -40335,46 +40335,46 @@ const pj = {
|
|
|
40335
40335
|
location.href = e.value;
|
|
40336
40336
|
}
|
|
40337
40337
|
return (r, i) => {
|
|
40338
|
-
const o =
|
|
40339
|
-
return V(), Z(
|
|
40338
|
+
const o = Be("VcHint"), a = Be("VcLink");
|
|
40339
|
+
return V(), Z(Pe, null, [
|
|
40340
40340
|
r.type === "normal" ? (V(), Z("div", pj, [
|
|
40341
40341
|
te("div", mj, [
|
|
40342
40342
|
te("p", null, he(r.value), 1)
|
|
40343
40343
|
])
|
|
40344
|
-
])) :
|
|
40344
|
+
])) : ce("", !0),
|
|
40345
40345
|
r.type === "text" ? (V(), Z("div", gj, [
|
|
40346
40346
|
te("div", vj, [
|
|
40347
|
-
|
|
40347
|
+
fe(o, { class: "!tw-text-s" }, {
|
|
40348
40348
|
default: de(() => [
|
|
40349
40349
|
Oe(he(r.value), 1)
|
|
40350
40350
|
]),
|
|
40351
40351
|
_: 1
|
|
40352
40352
|
})
|
|
40353
40353
|
])
|
|
40354
|
-
])) :
|
|
40354
|
+
])) : ce("", !0),
|
|
40355
40355
|
r.type === "date" ? (V(), Z("div", yj, [
|
|
40356
40356
|
te("div", bj, [
|
|
40357
|
-
|
|
40357
|
+
fe(o, { class: "!tw-text-s" }, {
|
|
40358
40358
|
default: de(() => [
|
|
40359
40359
|
Oe(he(r.value.toLocaleDateString()), 1)
|
|
40360
40360
|
]),
|
|
40361
40361
|
_: 1
|
|
40362
40362
|
})
|
|
40363
40363
|
])
|
|
40364
|
-
])) :
|
|
40364
|
+
])) : ce("", !0),
|
|
40365
40365
|
r.type === "date-ago" ? (V(), Z("div", wj, [
|
|
40366
40366
|
te("div", _j, [
|
|
40367
|
-
|
|
40367
|
+
fe(o, { class: "!tw-text-s" }, {
|
|
40368
40368
|
default: de(() => [
|
|
40369
40369
|
Oe(he(W(Ie)(r.value).fromNow() ?? "N/A"), 1)
|
|
40370
40370
|
]),
|
|
40371
40371
|
_: 1
|
|
40372
40372
|
})
|
|
40373
40373
|
])
|
|
40374
|
-
])) :
|
|
40374
|
+
])) : ce("", !0),
|
|
40375
40375
|
r.type === "link" ? (V(), Z("div", Sj, [
|
|
40376
40376
|
te("div", Ej, [
|
|
40377
|
-
|
|
40377
|
+
fe(a, {
|
|
40378
40378
|
class: "vc-link !tw-text-s tw-truncate tw-w-full",
|
|
40379
40379
|
onClick: t
|
|
40380
40380
|
}, {
|
|
@@ -40385,7 +40385,7 @@ const pj = {
|
|
|
40385
40385
|
})
|
|
40386
40386
|
]),
|
|
40387
40387
|
Ne(r.$slots, "default")
|
|
40388
|
-
])) :
|
|
40388
|
+
])) : ce("", !0)
|
|
40389
40389
|
], 64);
|
|
40390
40390
|
};
|
|
40391
40391
|
}
|
|
@@ -40403,7 +40403,7 @@ const pj = {
|
|
|
40403
40403
|
navigator.clipboard?.writeText(t);
|
|
40404
40404
|
}
|
|
40405
40405
|
return (t, r) => {
|
|
40406
|
-
const i =
|
|
40406
|
+
const i = Be("VcButton");
|
|
40407
40407
|
return V(), Z("div", null, [
|
|
40408
40408
|
t.label ? (V(), we(W(Zn), { key: 0 }, Ln({
|
|
40409
40409
|
default: de(() => [
|
|
@@ -40418,8 +40418,8 @@ const pj = {
|
|
|
40418
40418
|
]),
|
|
40419
40419
|
key: "0"
|
|
40420
40420
|
} : void 0
|
|
40421
|
-
]), 1024)) :
|
|
40422
|
-
|
|
40421
|
+
]), 1024)) : ce("", !0),
|
|
40422
|
+
fe(Aj, {
|
|
40423
40423
|
value: t.modelValue,
|
|
40424
40424
|
type: t.type
|
|
40425
40425
|
}, {
|
|
@@ -40431,7 +40431,7 @@ const pj = {
|
|
|
40431
40431
|
class: "tw-ml-2",
|
|
40432
40432
|
text: "",
|
|
40433
40433
|
onClick: r[0] || (r[0] = (o) => e(t.modelValue))
|
|
40434
|
-
})) :
|
|
40434
|
+
})) : ce("", !0)
|
|
40435
40435
|
]),
|
|
40436
40436
|
_: 1
|
|
40437
40437
|
}, 8, ["value", "type"])
|
|
@@ -45364,7 +45364,7 @@ function Qj() {
|
|
|
45364
45364
|
throw w;
|
|
45365
45365
|
});
|
|
45366
45366
|
} catch (b) {
|
|
45367
|
-
return console.log(b), { succeeded: !1, error: b.message };
|
|
45367
|
+
return console.log(b), { succeeded: !1, error: b.message, status: b.status };
|
|
45368
45368
|
} finally {
|
|
45369
45369
|
n.value = !1;
|
|
45370
45370
|
}
|
|
@@ -45681,7 +45681,7 @@ function i4() {
|
|
|
45681
45681
|
},
|
|
45682
45682
|
"group"
|
|
45683
45683
|
);
|
|
45684
|
-
m.value ? t(m.value.children, c) : (s = {
|
|
45684
|
+
m.value && m.value.children ? t(m.value.children, c) : (s = {
|
|
45685
45685
|
groupId: "group_" + h.group,
|
|
45686
45686
|
icon: h.icon,
|
|
45687
45687
|
title: me(() => n(h.group)),
|
|
@@ -45732,34 +45732,35 @@ const o0 = Cb(i4), o4 = (n) => {
|
|
|
45732
45732
|
const { router: h } = o;
|
|
45733
45733
|
a = h;
|
|
45734
45734
|
}
|
|
45735
|
-
Object.
|
|
45736
|
-
if (
|
|
45737
|
-
component:
|
|
45738
|
-
name:
|
|
45739
|
-
isWorkspace:
|
|
45740
|
-
}),
|
|
45741
|
-
const
|
|
45742
|
-
if (!
|
|
45735
|
+
Object.values(n).forEach((h) => {
|
|
45736
|
+
if (h.url || (i.config.globalProperties.pages?.push(h), i.config.globalProperties.bladeRoutes?.push({
|
|
45737
|
+
component: h,
|
|
45738
|
+
name: h?.name,
|
|
45739
|
+
isWorkspace: h.isWorkspace || !1
|
|
45740
|
+
}), i.component(h.name, h)), h.url) {
|
|
45741
|
+
const s = a.getRoutes().find((u) => u.meta?.root)?.name;
|
|
45742
|
+
if (!s)
|
|
45743
45743
|
throw new Error("No parent route is found. Make sure you have added `meta: {root: true}` to main route.");
|
|
45744
|
-
const
|
|
45745
|
-
if (a &&
|
|
45746
|
-
name:
|
|
45747
|
-
path:
|
|
45748
|
-
components: { default:
|
|
45744
|
+
const m = h.name || jw(h.url.substring(1)), c = Object.assign({}, h, { name: m }), l = De(c);
|
|
45745
|
+
if (a && s && a.addRoute(s, {
|
|
45746
|
+
name: m,
|
|
45747
|
+
path: h.url.substring(1),
|
|
45748
|
+
components: { default: l },
|
|
45749
45749
|
meta: {
|
|
45750
|
-
permissions:
|
|
45751
|
-
}
|
|
45752
|
-
}), i.config.globalProperties.pages?.push(
|
|
45753
|
-
component:
|
|
45754
|
-
route:
|
|
45755
|
-
name:
|
|
45756
|
-
isWorkspace:
|
|
45757
|
-
}), i.component(
|
|
45758
|
-
const { addMenuItem:
|
|
45759
|
-
|
|
45760
|
-
...
|
|
45761
|
-
url:
|
|
45762
|
-
routeId:
|
|
45750
|
+
permissions: h?.permissions
|
|
45751
|
+
}
|
|
45752
|
+
}), i.config.globalProperties.pages?.push(l), i.config.globalProperties.bladeRoutes?.push({
|
|
45753
|
+
component: l,
|
|
45754
|
+
route: h.url,
|
|
45755
|
+
name: m,
|
|
45756
|
+
isWorkspace: h.isWorkspace || !1
|
|
45757
|
+
}), i.component(c.name, c), h.menuItem) {
|
|
45758
|
+
const { addMenuItem: u } = o0();
|
|
45759
|
+
u({
|
|
45760
|
+
...h.menuItem,
|
|
45761
|
+
url: h.url,
|
|
45762
|
+
routeId: m,
|
|
45763
|
+
permissions: h.permissions
|
|
45763
45764
|
});
|
|
45764
45765
|
}
|
|
45765
45766
|
}
|
|
@@ -45843,7 +45844,7 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45843
45844
|
p && (location.href = p);
|
|
45844
45845
|
}
|
|
45845
45846
|
return (p, g) => {
|
|
45846
|
-
const v =
|
|
45847
|
+
const v = Be("VcIcon"), y = Be("VcLabel"), _ = Be("VcHint"), b = Be("VcCol"), w = Be("VcLink"), S = Be("VcButton"), A = Be("VcRow");
|
|
45847
45848
|
return V(), we(W(M_), {
|
|
45848
45849
|
title: p.options?.asset?.name,
|
|
45849
45850
|
subtitle: W(a)("ASSETS.PAGES.DETAILS.SUBTITLE"),
|
|
@@ -45857,12 +45858,12 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45857
45858
|
default: de(() => [
|
|
45858
45859
|
te("div", l4, [
|
|
45859
45860
|
te("div", u4, [
|
|
45860
|
-
|
|
45861
|
+
fe(W(Xi), { "no-padding": !0 }, {
|
|
45861
45862
|
default: de(() => [
|
|
45862
45863
|
te("div", c4, [
|
|
45863
|
-
|
|
45864
|
+
fe(W($d), null, {
|
|
45864
45865
|
default: de(() => [
|
|
45865
|
-
|
|
45866
|
+
fe(A, { class: "tw-mb-4 !tw-flex" }, {
|
|
45866
45867
|
default: de(() => [
|
|
45867
45868
|
W(ld)(h.value.name) ? (V(), we(W(oa), {
|
|
45868
45869
|
key: 0,
|
|
@@ -45875,19 +45876,19 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45875
45876
|
icon: W(ud)(h.value.name),
|
|
45876
45877
|
class: "tw-text-[#a9bfd2] tw-text-[128px] tw-shrink-0"
|
|
45877
45878
|
}, null, 8, ["icon"])),
|
|
45878
|
-
|
|
45879
|
+
fe(b, { class: "tw-ml-6" }, {
|
|
45879
45880
|
default: de(() => [
|
|
45880
|
-
|
|
45881
|
+
fe(b, null, {
|
|
45881
45882
|
default: de(() => [
|
|
45882
|
-
|
|
45883
|
+
fe(b, null, {
|
|
45883
45884
|
default: de(() => [
|
|
45884
|
-
|
|
45885
|
+
fe(y, null, {
|
|
45885
45886
|
default: de(() => [
|
|
45886
45887
|
Oe(he(W(a)("ASSETS.PAGES.DETAILS.FIELDS.SIZE")), 1)
|
|
45887
45888
|
]),
|
|
45888
45889
|
_: 1
|
|
45889
45890
|
}),
|
|
45890
|
-
|
|
45891
|
+
fe(_, { class: "tw-text-s" }, {
|
|
45891
45892
|
default: de(() => [
|
|
45892
45893
|
Oe(he(W(cd)(h.value.size)), 1)
|
|
45893
45894
|
]),
|
|
@@ -45896,15 +45897,15 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45896
45897
|
]),
|
|
45897
45898
|
_: 1
|
|
45898
45899
|
}),
|
|
45899
|
-
|
|
45900
|
+
fe(b, null, {
|
|
45900
45901
|
default: de(() => [
|
|
45901
|
-
|
|
45902
|
+
fe(y, null, {
|
|
45902
45903
|
default: de(() => [
|
|
45903
45904
|
Oe(he(W(a)("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE")), 1)
|
|
45904
45905
|
]),
|
|
45905
45906
|
_: 1
|
|
45906
45907
|
}),
|
|
45907
|
-
|
|
45908
|
+
fe(_, { class: "tw-text-s" }, {
|
|
45908
45909
|
default: de(() => [
|
|
45909
45910
|
Oe(he(h.value.createdDate && W(Ie)(h.value.createdDate).fromNow() || "N/A"), 1)
|
|
45910
45911
|
]),
|
|
@@ -45913,9 +45914,9 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45913
45914
|
]),
|
|
45914
45915
|
_: 1
|
|
45915
45916
|
}),
|
|
45916
|
-
|
|
45917
|
+
fe(b, { class: "tw-w-full" }, {
|
|
45917
45918
|
default: de(() => [
|
|
45918
|
-
|
|
45919
|
+
fe(y, null, {
|
|
45919
45920
|
default: de(() => [
|
|
45920
45921
|
Oe(he(W(a)("ASSETS.PAGES.DETAILS.FIELDS.URL")), 1)
|
|
45921
45922
|
]),
|
|
@@ -45923,7 +45924,7 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45923
45924
|
}),
|
|
45924
45925
|
te("div", f4, [
|
|
45925
45926
|
te("div", d4, [
|
|
45926
|
-
|
|
45927
|
+
fe(w, {
|
|
45927
45928
|
class: "vc-link tw-text-s tw-truncate tw-w-full",
|
|
45928
45929
|
onClick: g[0] || (g[0] = (k) => d(h.value.url))
|
|
45929
45930
|
}, {
|
|
@@ -45933,7 +45934,7 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45933
45934
|
_: 1
|
|
45934
45935
|
})
|
|
45935
45936
|
]),
|
|
45936
|
-
|
|
45937
|
+
fe(S, {
|
|
45937
45938
|
icon: "far fa-copy",
|
|
45938
45939
|
size: "m",
|
|
45939
45940
|
class: "tw-ml-2",
|
|
@@ -45954,14 +45955,14 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45954
45955
|
]),
|
|
45955
45956
|
_: 1
|
|
45956
45957
|
}),
|
|
45957
|
-
|
|
45958
|
+
fe(W(Dn), {
|
|
45958
45959
|
label: W(a)("ASSETS.PAGES.DETAILS.FIELDS.NAME.TITLE"),
|
|
45959
45960
|
name: "asset_name",
|
|
45960
45961
|
rules: "required",
|
|
45961
45962
|
"model-value": h.value.name
|
|
45962
45963
|
}, {
|
|
45963
45964
|
default: de(({ errorMessage: k, handleChange: O, errors: $ }) => [
|
|
45964
|
-
|
|
45965
|
+
fe(W(Nn), {
|
|
45965
45966
|
modelValue: m.value,
|
|
45966
45967
|
"onUpdate:modelValue": [
|
|
45967
45968
|
g[2] || (g[2] = (E) => m.value = E),
|
|
@@ -45989,8 +45990,8 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
45989
45990
|
placeholder: W(a)("ASSETS.PAGES.DETAILS.FIELDS.ALT.PLACEHOLDER"),
|
|
45990
45991
|
tooltip: W(a)("ASSETS.PAGES.DETAILS.FIELDS.ALT.TOOLTIP"),
|
|
45991
45992
|
disabled: s.value
|
|
45992
|
-
}, null, 8, ["modelValue", "label", "placeholder", "tooltip", "disabled"])) :
|
|
45993
|
-
|
|
45993
|
+
}, null, 8, ["modelValue", "label", "placeholder", "tooltip", "disabled"])) : ce("", !0),
|
|
45994
|
+
fe(W(Fu), {
|
|
45994
45995
|
modelValue: h.value.description,
|
|
45995
45996
|
"onUpdate:modelValue": g[4] || (g[4] = (k) => h.value.description = k),
|
|
45996
45997
|
class: "tw-mb-4",
|
|
@@ -46082,7 +46083,7 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
46082
46083
|
}, w4),
|
|
46083
46084
|
o.value && l.appsList && l.appsList.length ? (V(), Z("div", _4, [
|
|
46084
46085
|
te("ul", S4, [
|
|
46085
|
-
(V(!0), Z(
|
|
46086
|
+
(V(!0), Z(Pe, null, lt(l.appsList, (f) => (V(), Z("li", {
|
|
46086
46087
|
key: f.id,
|
|
46087
46088
|
class: je(["tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-group", {
|
|
46088
46089
|
"[&>p]:tw-font-extrabold": h(f.relativeUrl ?? "")
|
|
@@ -46097,7 +46098,7 @@ const l4 = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
46097
46098
|
te("p", T4, he(f.title), 1)
|
|
46098
46099
|
], 10, E4))), 128))
|
|
46099
46100
|
])
|
|
46100
|
-
])) :
|
|
46101
|
+
])) : ce("", !0)
|
|
46101
46102
|
])), [
|
|
46102
46103
|
[W(Ai), c]
|
|
46103
46104
|
]);
|
|
@@ -46274,7 +46275,7 @@ const I4 = Le({
|
|
|
46274
46275
|
},
|
|
46275
46276
|
setup() {
|
|
46276
46277
|
const { notificationContainer: n } = wp(), e = me(() => n.value || []);
|
|
46277
|
-
return () => e.value.map((t) =>
|
|
46278
|
+
return () => e.value.map((t) => De(Tb, { ...t, key: t.notificationId }));
|
|
46278
46279
|
}
|
|
46279
46280
|
}), {
|
|
46280
46281
|
defaultOptions: M4,
|
|
@@ -46398,7 +46399,7 @@ const j4 = Aa(C4), U4 = Le({
|
|
|
46398
46399
|
o.value = !1;
|
|
46399
46400
|
}
|
|
46400
46401
|
if (n.blade) {
|
|
46401
|
-
const s =
|
|
46402
|
+
const s = De(
|
|
46402
46403
|
n.blade,
|
|
46403
46404
|
Object.assign({}, e, {
|
|
46404
46405
|
onVnodeUnmounted: r,
|
|
@@ -46425,9 +46426,9 @@ const z4 = { class: "tw-w-full tw-overflow-hidden tw-flex tw-grow tw-basis-0 tw-
|
|
|
46425
46426
|
setup(n) {
|
|
46426
46427
|
const { blades: e, closeBlade: t, onParentCall: r } = us(), i = Xo(), o = me(() => i.currentRoute.value.matched[1]?.components && Object.keys(i.currentRoute.value.matched[1].components).length || 0), a = H$();
|
|
46427
46428
|
return (h, s) => {
|
|
46428
|
-
const m =
|
|
46429
|
+
const m = Be("router-view");
|
|
46429
46430
|
return V(), Z("div", z4, [
|
|
46430
|
-
(V(!0), Z(
|
|
46431
|
+
(V(!0), Z(Pe, null, lt(W(e)?.components, (c, l, u) => (V(), we(W(V4), {
|
|
46431
46432
|
key: l,
|
|
46432
46433
|
capture: ""
|
|
46433
46434
|
}, {
|
|
@@ -46497,7 +46498,7 @@ function us() {
|
|
|
46497
46498
|
{ immediate: !0 }
|
|
46498
46499
|
);
|
|
46499
46500
|
async function s({ blade: w, param: S, options: A }) {
|
|
46500
|
-
const k =
|
|
46501
|
+
const k = De(w, { param: S, options: A });
|
|
46501
46502
|
try {
|
|
46502
46503
|
if (k.type?.url)
|
|
46503
46504
|
return i.addRoute(a, {
|
|
@@ -46505,6 +46506,9 @@ function us() {
|
|
|
46505
46506
|
path: k.type?.url,
|
|
46506
46507
|
components: {
|
|
46507
46508
|
default: k
|
|
46509
|
+
},
|
|
46510
|
+
meta: {
|
|
46511
|
+
permissions: k.type?.permissions
|
|
46508
46512
|
}
|
|
46509
46513
|
}), await i.push({ path: k.type?.url });
|
|
46510
46514
|
} catch (O) {
|
|
@@ -46527,7 +46531,7 @@ function us() {
|
|
|
46527
46531
|
(D, P) => w.url ? !D?.props?.navigation?.bladePath : P === "default"
|
|
46528
46532
|
), I = T.props?.navigation?.idx ? T.props?.navigation?.idx : 0;
|
|
46529
46533
|
await u(I + 1, !1);
|
|
46530
|
-
const R = Hr.value?.type.url === x, j =
|
|
46534
|
+
const R = Hr.value?.type.url === x, j = De(
|
|
46531
46535
|
w,
|
|
46532
46536
|
Object.assign(
|
|
46533
46537
|
{},
|
|
@@ -46569,7 +46573,7 @@ function us() {
|
|
|
46569
46573
|
}
|
|
46570
46574
|
}
|
|
46571
46575
|
function c(w, S) {
|
|
46572
|
-
const A = X_(S) ? S :
|
|
46576
|
+
const A = X_(S) ? S : De(S);
|
|
46573
46577
|
if (A && A.type?.permissions) {
|
|
46574
46578
|
const k = typeof A.type.permissions == "string" ? [A.type.permissions] : A.type.permissions;
|
|
46575
46579
|
return w.type.permissions ? (typeof w.type.permissions == "string" ? [w.type.permissions] : w.type.permissions).concat(k) : k;
|
|
@@ -46717,13 +46721,13 @@ const J4 = { key: 0 }, Z4 = /* @__PURE__ */ Le({
|
|
|
46717
46721
|
__name: "vc-popup-container",
|
|
46718
46722
|
setup(n) {
|
|
46719
46723
|
const e = K4();
|
|
46720
|
-
return (t, r) => (V(!0), Z(
|
|
46724
|
+
return (t, r) => (V(!0), Z(Pe, null, lt(W(e)?.popups, (i) => (V(), we(_r(i.component), Tt({
|
|
46721
46725
|
key: i.id
|
|
46722
46726
|
}, { ...i.props, ...i.emits }, {
|
|
46723
46727
|
onClose: () => i.close?.()
|
|
46724
46728
|
}), {
|
|
46725
46729
|
default: de(() => [
|
|
46726
|
-
(V(!0), Z(
|
|
46730
|
+
(V(!0), Z(Pe, null, lt(i.slots, (o, a) => (V(), Z(Pe, { key: a }, [
|
|
46727
46731
|
typeof o == "string" ? (V(), Z("div", J4, he(o), 1)) : (V(), we(_r(o), { key: 1 }))
|
|
46728
46732
|
], 64))), 128))
|
|
46729
46733
|
]),
|
|
@@ -49210,16 +49214,16 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49210
49214
|
}, {
|
|
49211
49215
|
default: de(() => [
|
|
49212
49216
|
te("div", MV, [
|
|
49213
|
-
|
|
49217
|
+
fe(W($d), null, {
|
|
49214
49218
|
default: de(() => [
|
|
49215
|
-
|
|
49219
|
+
fe(W(Dn), {
|
|
49216
49220
|
label: W(r)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL"),
|
|
49217
49221
|
name: "current",
|
|
49218
49222
|
rules: "required|min:6",
|
|
49219
49223
|
"model-value": m.currentPassword
|
|
49220
49224
|
}, {
|
|
49221
49225
|
default: de(({ field: p, errorMessage: g, errors: v }) => [
|
|
49222
|
-
|
|
49226
|
+
fe(W(Nn), Tt(p, {
|
|
49223
49227
|
ref: "passwordField",
|
|
49224
49228
|
modelValue: m.currentPassword,
|
|
49225
49229
|
"onUpdate:modelValue": [
|
|
@@ -49237,14 +49241,14 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49237
49241
|
]),
|
|
49238
49242
|
_: 1
|
|
49239
49243
|
}, 8, ["label", "model-value"]),
|
|
49240
|
-
|
|
49244
|
+
fe(W(Dn), {
|
|
49241
49245
|
label: W(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
|
|
49242
49246
|
name: "new_pass",
|
|
49243
49247
|
rules: "required|min:6",
|
|
49244
49248
|
"model-value": m.password
|
|
49245
49249
|
}, {
|
|
49246
49250
|
default: de(({ field: p, errorMessage: g, errors: v }) => [
|
|
49247
|
-
|
|
49251
|
+
fe(W(Nn), Tt(p, {
|
|
49248
49252
|
ref: "newPasswordField",
|
|
49249
49253
|
modelValue: m.password,
|
|
49250
49254
|
"onUpdate:modelValue": [
|
|
@@ -49262,14 +49266,14 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49262
49266
|
]),
|
|
49263
49267
|
_: 1
|
|
49264
49268
|
}, 8, ["label", "model-value"]),
|
|
49265
|
-
|
|
49269
|
+
fe(W(Dn), {
|
|
49266
49270
|
label: W(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
|
|
49267
49271
|
name: "confirm_pass",
|
|
49268
49272
|
rules: "required|min:6",
|
|
49269
49273
|
"model-value": m.confirmPassword
|
|
49270
49274
|
}, {
|
|
49271
49275
|
default: de(({ field: p, errorMessage: g, errors: v }) => [
|
|
49272
|
-
|
|
49276
|
+
fe(W(Nn), Tt(p, {
|
|
49273
49277
|
ref: "confirmPasswordField",
|
|
49274
49278
|
modelValue: m.confirmPassword,
|
|
49275
49279
|
"onUpdate:modelValue": [
|
|
@@ -49288,8 +49292,8 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49288
49292
|
_: 1
|
|
49289
49293
|
}, 8, ["label", "model-value"]),
|
|
49290
49294
|
te("div", RV, [
|
|
49291
|
-
f.$isDesktop.value ? (V(), Z("span", NV)) :
|
|
49292
|
-
|
|
49295
|
+
f.$isDesktop.value ? (V(), Z("span", NV)) : ce("", !0),
|
|
49296
|
+
fe(W(On), {
|
|
49293
49297
|
outline: !0,
|
|
49294
49298
|
class: "tw-mr-3",
|
|
49295
49299
|
onClick: d[3] || (d[3] = (p) => f.$emit("close"))
|
|
@@ -49299,7 +49303,7 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49299
49303
|
]),
|
|
49300
49304
|
_: 1
|
|
49301
49305
|
}),
|
|
49302
|
-
|
|
49306
|
+
fe(W(On), {
|
|
49303
49307
|
disabled: W(o) || !m.isValid || c.value,
|
|
49304
49308
|
onClick: l
|
|
49305
49309
|
}, {
|
|
@@ -49309,7 +49313,7 @@ const MV = { class: "change-password tw-p-3 tw-overflow-scroll" }, RV = { class:
|
|
|
49309
49313
|
_: 1
|
|
49310
49314
|
}, 8, ["disabled"])
|
|
49311
49315
|
]),
|
|
49312
|
-
(V(!0), Z(
|
|
49316
|
+
(V(!0), Z(Pe, null, lt(m.errors, (p, g) => (V(), we(W(Bn), {
|
|
49313
49317
|
key: g,
|
|
49314
49318
|
class: "tw-mt-3 !tw-text-[#f14e4e]"
|
|
49315
49319
|
}, {
|
|
@@ -49353,18 +49357,18 @@ const DV = PV, FV = ["title"], BV = {
|
|
|
49353
49357
|
"tw-relative tw-h-full tw-flex tw-items-center tw-justify-center tw-w-[var(--app-bar-button-width)] tw-border-l tw-border-solid tw-border-l-[color:var(--app-bar-button-border-color)] tw-cursor-pointer tw-text-[color:var(--app-bar-button-color)] tw-bg-[color:var(--app-bar-button-background-color)] tw-transition-[color] tw-duration-200 hover:tw-text-[color:var(--app-bar-button-color-hover)] hover:tw-bg-[color:var(--app-bar-button-background-color-hover)]"
|
|
49354
49358
|
])
|
|
49355
49359
|
}, [
|
|
49356
|
-
|
|
49360
|
+
fe(W(Ve), {
|
|
49357
49361
|
icon: "fas fa-globe",
|
|
49358
49362
|
size: "xl"
|
|
49359
49363
|
})
|
|
49360
49364
|
], 2),
|
|
49361
49365
|
i.value ? (V(), Z("div", BV, [
|
|
49362
|
-
(V(!0), Z(
|
|
49366
|
+
(V(!0), Z(Pe, null, lt(W(o), (s, m) => (V(), Z("div", {
|
|
49363
49367
|
key: m,
|
|
49364
49368
|
class: "tw-p-3 tw-text-lg tw-text-black tw-border-l tw-border-solid tw-border-l-[#eef0f2] tw-border-b tw-border-b-[#eef0f2] tw-white tw-cursor-pointer hover:tw-bg-[#eff7fc]",
|
|
49365
49369
|
onClick: (c) => s.hasOwnProperty("clickHandler") && s.clickHandler(s.lang)
|
|
49366
49370
|
}, he(s.title), 9, jV))), 128))
|
|
49367
|
-
])) :
|
|
49371
|
+
])) : ce("", !0)
|
|
49368
49372
|
], 8, FV)), [
|
|
49369
49373
|
[
|
|
49370
49374
|
W(Ai),
|
|
@@ -49432,22 +49436,22 @@ const DV = PV, FV = ["title"], BV = {
|
|
|
49432
49436
|
te("div", zV, he(f.role || (W(r)?.isAdministrator ? "Administrator" : "")), 1)
|
|
49433
49437
|
]),
|
|
49434
49438
|
m.value && m.value.length && !f.$isMobile.value ? (V(), Z("div", GV, [
|
|
49435
|
-
|
|
49439
|
+
fe(W(Ve), {
|
|
49436
49440
|
icon: "fas fa-chevron-down",
|
|
49437
49441
|
size: "xl"
|
|
49438
49442
|
})
|
|
49439
|
-
])) :
|
|
49443
|
+
])) : ce("", !0),
|
|
49440
49444
|
m.value && s.value ? (V(), Z("div", {
|
|
49441
49445
|
key: 3,
|
|
49442
49446
|
class: "user-dropdown-button__menu",
|
|
49443
49447
|
onClick: d[0] || (d[0] = rt((p) => s.value = !1, ["stop"]))
|
|
49444
49448
|
}, [
|
|
49445
|
-
(V(!0), Z(
|
|
49449
|
+
(V(!0), Z(Pe, null, lt(m.value, (p, g) => (V(), Z("div", {
|
|
49446
49450
|
key: `menu_item_${g}`,
|
|
49447
49451
|
class: "user-dropdown-button__menu-item",
|
|
49448
49452
|
onClick: (v) => p.hasOwnProperty("clickHandler") ? p.clickHandler?.() : null
|
|
49449
49453
|
}, he(p.title), 9, qV))), 128))
|
|
49450
|
-
])) :
|
|
49454
|
+
])) : ce("", !0)
|
|
49451
49455
|
], 2)), [
|
|
49452
49456
|
[W(Ai), l]
|
|
49453
49457
|
]);
|
|
@@ -49469,7 +49473,7 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49469
49473
|
class: "tw-w-[41px] tw-h-[41px] tw-rounded-full tw-text-white tw-mr-4 tw-flex tw-items-center tw-justify-center tw-shrink-0",
|
|
49470
49474
|
style: Mt({ "background-color": i.color })
|
|
49471
49475
|
}, [
|
|
49472
|
-
|
|
49476
|
+
fe(W(Ve), {
|
|
49473
49477
|
icon: i.icon,
|
|
49474
49478
|
size: "l"
|
|
49475
49479
|
}, null, 8, ["icon"])
|
|
@@ -49500,12 +49504,12 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49500
49504
|
})), o = me(() => t.templates?.find((h) => h?.notifyType === t.notification.notifyType));
|
|
49501
49505
|
function a() {
|
|
49502
49506
|
const h = o.value;
|
|
49503
|
-
return h &&
|
|
49507
|
+
return h && De(h, { notification: t.notification, onNotificationClick: () => r("onClick") });
|
|
49504
49508
|
}
|
|
49505
49509
|
return (h, s) => {
|
|
49506
|
-
const m =
|
|
49510
|
+
const m = Be("VcHint");
|
|
49507
49511
|
return V(), Z("div", tH, [
|
|
49508
|
-
|
|
49512
|
+
fe(W($o), { class: "tw-justify-between tw-grow tw-basis-0" }, {
|
|
49509
49513
|
default: de(() => [
|
|
49510
49514
|
o.value ? (V(), we(a, { key: 0 })) : (V(), we(W(eH), {
|
|
49511
49515
|
key: 1,
|
|
@@ -49523,7 +49527,7 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49523
49527
|
Oe(he(h.notification.description), 1)
|
|
49524
49528
|
]),
|
|
49525
49529
|
_: 1
|
|
49526
|
-
})) :
|
|
49530
|
+
})) : ce("", !0)
|
|
49527
49531
|
]),
|
|
49528
49532
|
_: 1
|
|
49529
49533
|
}, 8, ["color", "title", "icon", "notification"]))
|
|
@@ -49562,7 +49566,7 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49562
49566
|
}
|
|
49563
49567
|
])
|
|
49564
49568
|
}, [
|
|
49565
|
-
|
|
49569
|
+
fe(W(Ve), {
|
|
49566
49570
|
icon: "fas fa-bell",
|
|
49567
49571
|
size: "xl"
|
|
49568
49572
|
}),
|
|
@@ -49576,7 +49580,7 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49576
49580
|
key: 0,
|
|
49577
49581
|
class: "tw-fixed tw-left-0 tw-top-0 tw-right-0 tw-bottom-0 tw-z-[10000] tw-bg-[#808c99] tw-opacity-60",
|
|
49578
49582
|
onClick: rt(h, ["stop"])
|
|
49579
|
-
})) :
|
|
49583
|
+
})) : ce("", !0),
|
|
49580
49584
|
o.value ? (V(), Z("div", {
|
|
49581
49585
|
key: 1,
|
|
49582
49586
|
class: je(["tw-absolute tw-top-[var(--app-bar-height)] tw-z-[10000] tw-drop-shadow-[0px_4px_15px_rgba(43,67,84,0.15)] tw-bg-white tw-rounded-b-[6px] tw-w-[439px] tw-max-h-[350px] tw-min-h-[50px] tw-right-0 tw-overflow-hidden tw-flex tw-flex-col", {
|
|
@@ -49585,13 +49589,13 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49585
49589
|
}])
|
|
49586
49590
|
}, [
|
|
49587
49591
|
m.$isMobile.value ? (V(), Z("div", iH, [
|
|
49588
|
-
|
|
49592
|
+
fe(W(Ve), {
|
|
49589
49593
|
icon: "fas fa-times",
|
|
49590
49594
|
size: "xl",
|
|
49591
49595
|
onClick: c[0] || (c[0] = rt((l) => o.value = !1, ["stop"]))
|
|
49592
49596
|
})
|
|
49593
|
-
])) :
|
|
49594
|
-
|
|
49597
|
+
])) : ce("", !0),
|
|
49598
|
+
fe(W(Xi), {
|
|
49595
49599
|
"no-padding": !0,
|
|
49596
49600
|
onClick: c[2] || (c[2] = rt(() => {
|
|
49597
49601
|
}, ["stop"]))
|
|
@@ -49599,11 +49603,11 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49599
49603
|
default: de(() => [
|
|
49600
49604
|
W(r) && W(r).length ? (V(), we(W(Vi), { key: 0 }, {
|
|
49601
49605
|
default: de(() => [
|
|
49602
|
-
(V(!0), Z(
|
|
49606
|
+
(V(!0), Z(Pe, null, lt(W(r), (l) => (V(), Z("div", {
|
|
49603
49607
|
key: `notification_${l.id}`,
|
|
49604
49608
|
class: "tw-py-[18px] tw-px-[15px] tw-border-b tw-border-solid tw-border-b-[#e3e7ec] tw-cursor-pointer last-of-type:tw-border-b-0"
|
|
49605
49609
|
}, [
|
|
49606
|
-
|
|
49610
|
+
fe(nH, {
|
|
49607
49611
|
notification: l,
|
|
49608
49612
|
templates: W(e) || [],
|
|
49609
49613
|
onOnClick: c[1] || (c[1] = () => o.value = !1)
|
|
@@ -49615,7 +49619,7 @@ const nf = YV, KV = { class: "tw-flex flex-row tw-justify-between tw-grow tw-bas
|
|
|
49615
49619
|
]),
|
|
49616
49620
|
_: 1
|
|
49617
49621
|
})
|
|
49618
|
-
], 2)) :
|
|
49622
|
+
], 2)) : ce("", !0)
|
|
49619
49623
|
], 8, rH)), [
|
|
49620
49624
|
[
|
|
49621
49625
|
W(Ai),
|
|
@@ -49784,7 +49788,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49784
49788
|
return e({
|
|
49785
49789
|
title: o("ASSETS_MANAGER.TITLE")
|
|
49786
49790
|
}), (E, T) => {
|
|
49787
|
-
const C =
|
|
49791
|
+
const C = Be("VcIcon"), x = Be("VcButton"), L = Be("VcImage"), I = Be("VcHint"), R = Be("VcTable"), j = Be("VcBlade"), D = nu("loading");
|
|
49788
49792
|
return V(), we(j, {
|
|
49789
49793
|
title: W(o)("ASSETS_MANAGER.TITLE"),
|
|
49790
49794
|
expanded: E.expanded,
|
|
@@ -49802,7 +49806,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49802
49806
|
onDragleave: rt(_, ["prevent"]),
|
|
49803
49807
|
onDrop: rt(b, ["prevent", "stop"])
|
|
49804
49808
|
}, [
|
|
49805
|
-
|
|
49809
|
+
fe(R, {
|
|
49806
49810
|
columns: g.value,
|
|
49807
49811
|
expanded: E.expanded,
|
|
49808
49812
|
"state-key": "assets_manager",
|
|
@@ -49819,12 +49823,12 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49819
49823
|
}, {
|
|
49820
49824
|
empty: de(() => [
|
|
49821
49825
|
te("div", lH, [
|
|
49822
|
-
|
|
49826
|
+
fe(C, {
|
|
49823
49827
|
icon: "fas fa-cloud-upload-alt",
|
|
49824
49828
|
class: "tw-text-[100px] tw-text-[#41afe6]"
|
|
49825
49829
|
}),
|
|
49826
49830
|
te("div", uH, he(W(o)("ASSETS_MANAGER.EMPTY.NO_ASSETS")), 1),
|
|
49827
|
-
|
|
49831
|
+
fe(x, { onClick: w }, {
|
|
49828
49832
|
default: de(() => [
|
|
49829
49833
|
Oe(he(W(o)("ASSETS_MANAGER.EMPTY.UPLOAD")), 1)
|
|
49830
49834
|
]),
|
|
@@ -49864,7 +49868,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49864
49868
|
src: P.url,
|
|
49865
49869
|
background: "contain"
|
|
49866
49870
|
}, null, 8, ["src"])) : (V(), Z("div", dH, [
|
|
49867
|
-
|
|
49871
|
+
fe(C, {
|
|
49868
49872
|
icon: W(ud)(P.name ?? ""),
|
|
49869
49873
|
class: "tw-text-[#a9bfd2] tw-w-12 tw-text-[48px]"
|
|
49870
49874
|
}, null, 8, ["icon"])
|
|
@@ -49873,7 +49877,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49873
49877
|
te("div", pH, he(P.name), 1),
|
|
49874
49878
|
te("div", mH, [
|
|
49875
49879
|
te("div", gH, [
|
|
49876
|
-
|
|
49880
|
+
fe(I, null, {
|
|
49877
49881
|
default: de(() => [
|
|
49878
49882
|
Oe(he(W(o)("ASSETS_MANAGER.TABLE.HEADER.SIZE")), 1)
|
|
49879
49883
|
]),
|
|
@@ -49882,7 +49886,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49882
49886
|
te("div", vH, he(W(cd)(P.size ?? 0)), 1)
|
|
49883
49887
|
]),
|
|
49884
49888
|
te("div", yH, [
|
|
49885
|
-
|
|
49889
|
+
fe(I, null, {
|
|
49886
49890
|
default: de(() => [
|
|
49887
49891
|
Oe(he(W(o)("ASSETS_MANAGER.TABLE.HEADER.CREATED_DATE")), 1)
|
|
49888
49892
|
]),
|
|
@@ -49891,7 +49895,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
49891
49895
|
te("div", bH, he(P.createdDate && W(Ie)(P.createdDate).fromNow()), 1)
|
|
49892
49896
|
]),
|
|
49893
49897
|
te("div", wH, [
|
|
49894
|
-
|
|
49898
|
+
fe(I, null, {
|
|
49895
49899
|
default: de(() => [
|
|
49896
49900
|
Oe(he(W(o)("ASSETS_MANAGER.TABLE.HEADER.SORT_ORDER")), 1)
|
|
49897
49901
|
]),
|
|
@@ -50252,15 +50256,15 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50252
50256
|
}
|
|
50253
50257
|
function v(_) {
|
|
50254
50258
|
if (!qc(o.value))
|
|
50255
|
-
return
|
|
50256
|
-
|
|
50259
|
+
return De(Xi, () => [
|
|
50260
|
+
De(
|
|
50257
50261
|
$o,
|
|
50258
50262
|
() => Object.values(o.value).map(
|
|
50259
|
-
({ title: b, fields: w }) =>
|
|
50260
|
-
|
|
50263
|
+
({ title: b, fields: w }) => De(Vi, { class: "tw-p-2" }, () => [
|
|
50264
|
+
De("div", { class: "tw-mb-4 tw-text-[#a1c0d4] tw-font-bold tw-text-[17px]" }, b),
|
|
50261
50265
|
Object.values(w).map((S) => {
|
|
50262
50266
|
if ("component" in S && S.component)
|
|
50263
|
-
return
|
|
50267
|
+
return De(
|
|
50264
50268
|
S.component,
|
|
50265
50269
|
{ ...S.props, class: S.props.classNames },
|
|
50266
50270
|
"slots" in S && S.slots ? { ...S.slots } : {}
|
|
@@ -50269,13 +50273,13 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50269
50273
|
])
|
|
50270
50274
|
)
|
|
50271
50275
|
),
|
|
50272
|
-
|
|
50276
|
+
De(
|
|
50273
50277
|
$o,
|
|
50274
|
-
() =>
|
|
50278
|
+
() => De(
|
|
50275
50279
|
Vi,
|
|
50276
50280
|
{ class: "tw-p-2" },
|
|
50277
|
-
() =>
|
|
50278
|
-
|
|
50281
|
+
() => De("div", { class: "tw-flex tw-justify-end" }, [
|
|
50282
|
+
De(
|
|
50279
50283
|
On,
|
|
50280
50284
|
{
|
|
50281
50285
|
outline: !0,
|
|
@@ -50285,7 +50289,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50285
50289
|
},
|
|
50286
50290
|
() => "Reset"
|
|
50287
50291
|
),
|
|
50288
|
-
|
|
50292
|
+
De(
|
|
50289
50293
|
On,
|
|
50290
50294
|
{ disabled: s.value, onClick: () => p(_.close) },
|
|
50291
50295
|
() => "Apply filters"
|
|
@@ -50547,7 +50551,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50547
50551
|
if ("customTemplate" in pe && pe.customTemplate)
|
|
50548
50552
|
if ("component" in pe.customTemplate) {
|
|
50549
50553
|
if ("component" in pe.customTemplate && pe.customTemplate.component) {
|
|
50550
|
-
const Se =
|
|
50554
|
+
const Se = Be(pe.customTemplate.component);
|
|
50551
50555
|
typeof Se != "string" && (J[pe.id] = nr(Se));
|
|
50552
50556
|
}
|
|
50553
50557
|
} else
|
|
@@ -50567,7 +50571,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50567
50571
|
if (pe && typeof pe == "object" && "component" in pe) {
|
|
50568
50572
|
const Se = pe.component;
|
|
50569
50573
|
if (Se) {
|
|
50570
|
-
const le =
|
|
50574
|
+
const le = Be(Se);
|
|
50571
50575
|
if (le && typeof le != "string")
|
|
50572
50576
|
return nr(le);
|
|
50573
50577
|
}
|
|
@@ -50584,8 +50588,8 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50584
50588
|
title: m,
|
|
50585
50589
|
...T?.value
|
|
50586
50590
|
}), (J, pe) => {
|
|
50587
|
-
const Se =
|
|
50588
|
-
return J.composables ?
|
|
50591
|
+
const Se = Be("VcButton"), le = Be("VcTable");
|
|
50592
|
+
return J.composables ? ce("", !0) : (V(), we(_r(J.isWidgetView ? "template" : "VcBlade"), {
|
|
50589
50593
|
key: 0,
|
|
50590
50594
|
expanded: J.expanded,
|
|
50591
50595
|
closable: J.closable,
|
|
@@ -50650,7 +50654,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50650
50654
|
Oe(he(J.$t(`${s.value?.localizationPrefix.trim().toUpperCase()}.PAGES.LIST.NOT_FOUND.RESET`)), 1)
|
|
50651
50655
|
]),
|
|
50652
50656
|
_: 1
|
|
50653
|
-
})) :
|
|
50657
|
+
})) : ce("", !0)
|
|
50654
50658
|
]))
|
|
50655
50659
|
]),
|
|
50656
50660
|
empty: de(() => [
|
|
@@ -50669,7 +50673,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50669
50673
|
W(j) ? {
|
|
50670
50674
|
name: "filters",
|
|
50671
50675
|
fn: de(({ closePanel: ge }) => [
|
|
50672
|
-
|
|
50676
|
+
fe(W(I), { close: ge }, null, 8, ["close"])
|
|
50673
50677
|
]),
|
|
50674
50678
|
key: "0"
|
|
50675
50679
|
} : void 0,
|
|
@@ -50748,7 +50752,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50748
50752
|
const e = t1(), t = me(
|
|
50749
50753
|
() => W(n.props)?.multilanguage ? `${String(n.props?.key)}_${W(n.props?.currentLanguage)}` : String(n.props?.key)
|
|
50750
50754
|
), r = lh((i) => n.props?.multilanguage ? i + "_" + n.props.currentLanguage : i);
|
|
50751
|
-
return () =>
|
|
50755
|
+
return () => De(
|
|
50752
50756
|
Dn,
|
|
50753
50757
|
{
|
|
50754
50758
|
rules: n.props?.rules,
|
|
@@ -50761,7 +50765,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50761
50765
|
},
|
|
50762
50766
|
{
|
|
50763
50767
|
default: ({ errorMessage: i, errors: o }) => e.default?.().map(
|
|
50764
|
-
(a) =>
|
|
50768
|
+
(a) => De(a, {
|
|
50765
50769
|
...n.props,
|
|
50766
50770
|
error: !!o.length,
|
|
50767
50771
|
errorMessage: i,
|
|
@@ -50789,14 +50793,14 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50789
50793
|
},
|
|
50790
50794
|
options: n.baseOptions,
|
|
50791
50795
|
slots: n.element.customTemplate && ["selected-item", "option"].reduce(
|
|
50792
|
-
(r, i) => (r[i] = (o) =>
|
|
50796
|
+
(r, i) => (r[i] = (o) => De(Be(n.element.customTemplate?.component), {
|
|
50793
50797
|
context: o,
|
|
50794
50798
|
slotName: i
|
|
50795
50799
|
}), r),
|
|
50796
50800
|
{}
|
|
50797
50801
|
)
|
|
50798
|
-
}), t =
|
|
50799
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
50802
|
+
}), t = De(e.component, e.props, e.slots);
|
|
50803
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
50800
50804
|
io,
|
|
50801
50805
|
{
|
|
50802
50806
|
props: e.props,
|
|
@@ -50841,7 +50845,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50841
50845
|
},
|
|
50842
50846
|
options: n.baseOptions,
|
|
50843
50847
|
slots: {
|
|
50844
|
-
default: () =>
|
|
50848
|
+
default: () => De("div", { class: "tw-flex tw-flex-col tw-p-4 tw-gap-4" }, st(n.fields)),
|
|
50845
50849
|
actions: () => {
|
|
50846
50850
|
if (n.element.action && n.fieldContext && n.currentLocale)
|
|
50847
50851
|
return Qs({
|
|
@@ -50861,7 +50865,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50861
50865
|
function a(h) {
|
|
50862
50866
|
return localStorage?.getItem(h) === "true";
|
|
50863
50867
|
}
|
|
50864
|
-
return n.baseOptions.visibility && t.value ?
|
|
50868
|
+
return n.baseOptions.visibility && t.value ? De(i.component, i.props, i.slots) : null;
|
|
50865
50869
|
};
|
|
50866
50870
|
}
|
|
50867
50871
|
}, UH = {
|
|
@@ -50893,8 +50897,8 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50893
50897
|
})), r),
|
|
50894
50898
|
{}
|
|
50895
50899
|
)
|
|
50896
|
-
}), t =
|
|
50897
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
50900
|
+
}), t = De(e.component, e.props, e.slots);
|
|
50901
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
50898
50902
|
io,
|
|
50899
50903
|
{
|
|
50900
50904
|
props: e.props,
|
|
@@ -50913,15 +50917,15 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50913
50917
|
const e = Yn("isMobile"), { fields: t } = Yo(n);
|
|
50914
50918
|
return () => n.baseOptions.visibility ? st(t.value).map((r, i, o) => {
|
|
50915
50919
|
const a = ZM(r, n.element.columns || 1) ?? [];
|
|
50916
|
-
return
|
|
50920
|
+
return De(
|
|
50917
50921
|
"div",
|
|
50918
50922
|
{
|
|
50919
50923
|
class: "tw-flex tw-row tw-relative test ",
|
|
50920
50924
|
key: `fieldset-${i}`
|
|
50921
50925
|
},
|
|
50922
50926
|
[
|
|
50923
|
-
|
|
50924
|
-
a.map((h, s) =>
|
|
50927
|
+
De("div", { class: "tw-flex-1 tw-gap-4 tw-flex tw-flex-col tw-min-w-0" }, [
|
|
50928
|
+
a.map((h, s) => De(
|
|
50925
50929
|
$o,
|
|
50926
50930
|
{
|
|
50927
50931
|
key: `col-${s}-${i}`,
|
|
@@ -50933,7 +50937,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50933
50937
|
}
|
|
50934
50938
|
},
|
|
50935
50939
|
() => [
|
|
50936
|
-
...h.map((m, c) =>
|
|
50940
|
+
...h.map((m, c) => De(
|
|
50937
50941
|
Vi,
|
|
50938
50942
|
{
|
|
50939
50943
|
key: `col-${c}-${s}-${i}`,
|
|
@@ -50941,7 +50945,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50941
50945
|
},
|
|
50942
50946
|
() => {
|
|
50943
50947
|
if (typeof m == "object")
|
|
50944
|
-
return
|
|
50948
|
+
return De(m, {
|
|
50945
50949
|
elIndex: i,
|
|
50946
50950
|
rows: o.length,
|
|
50947
50951
|
key: `item-${c}-${s}-${i}`
|
|
@@ -50951,7 +50955,7 @@ const aH = sH, lH = { class: "tw-w-full tw-h-full tw-box-border tw-flex tw-flex-
|
|
|
50951
50955
|
]
|
|
50952
50956
|
))
|
|
50953
50957
|
]),
|
|
50954
|
-
n.element.remove ?
|
|
50958
|
+
n.element.remove ? De(On, {
|
|
50955
50959
|
iconSize: "m",
|
|
50956
50960
|
icon: "fas fa-times-circle",
|
|
50957
50961
|
text: !0,
|
|
@@ -50996,8 +51000,8 @@ const WH = {
|
|
|
50996
51000
|
clearable: n.element.clearable || !1
|
|
50997
51001
|
},
|
|
50998
51002
|
options: n.baseOptions
|
|
50999
|
-
}), t =
|
|
51000
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
51003
|
+
}), t = De(e.component, e.props);
|
|
51004
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
51001
51005
|
io,
|
|
51002
51006
|
{
|
|
51003
51007
|
props: e.props,
|
|
@@ -51024,8 +51028,8 @@ const WH = {
|
|
|
51024
51028
|
slots: {
|
|
51025
51029
|
default: () => n.element.content
|
|
51026
51030
|
}
|
|
51027
|
-
}), t =
|
|
51028
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
51031
|
+
}), t = De(e.component, e.props, e.slots);
|
|
51032
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
51029
51033
|
io,
|
|
51030
51034
|
{
|
|
51031
51035
|
props: e.props,
|
|
@@ -51103,7 +51107,7 @@ const GH = {
|
|
|
51103
51107
|
options: n.baseOptions
|
|
51104
51108
|
})
|
|
51105
51109
|
));
|
|
51106
|
-
return () => i && i.length && n.baseOptions.visibility ? i?.map((o) =>
|
|
51110
|
+
return () => i && i.length && n.baseOptions.visibility ? i?.map((o) => De(o.component, q0(o.props))) : null;
|
|
51107
51111
|
}
|
|
51108
51112
|
}, qH = {
|
|
51109
51113
|
name: "EditorField",
|
|
@@ -51117,8 +51121,8 @@ const GH = {
|
|
|
51117
51121
|
assetsFolder: W(n.formData).id || W(n.formData).categoryId
|
|
51118
51122
|
},
|
|
51119
51123
|
options: n.baseOptions
|
|
51120
|
-
}), t =
|
|
51121
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
51124
|
+
}), t = De(e.component, e.props);
|
|
51125
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
51122
51126
|
io,
|
|
51123
51127
|
{
|
|
51124
51128
|
props: e.props,
|
|
@@ -51220,7 +51224,7 @@ const YH = {
|
|
|
51220
51224
|
},
|
|
51221
51225
|
options: n.baseOptions
|
|
51222
51226
|
});
|
|
51223
|
-
return n.baseOptions.visibility ?
|
|
51227
|
+
return n.baseOptions.visibility ? De(m.component, q0(m.props)) : null;
|
|
51224
51228
|
};
|
|
51225
51229
|
}
|
|
51226
51230
|
}, KH = {
|
|
@@ -51244,7 +51248,7 @@ const YH = {
|
|
|
51244
51248
|
default: () => n.element.content
|
|
51245
51249
|
}
|
|
51246
51250
|
});
|
|
51247
|
-
return n.baseOptions.visibility ?
|
|
51251
|
+
return n.baseOptions.visibility ? De(e.component, e.props, e.slots) : null;
|
|
51248
51252
|
};
|
|
51249
51253
|
}
|
|
51250
51254
|
}, JH = {
|
|
@@ -51269,18 +51273,18 @@ const YH = {
|
|
|
51269
51273
|
},
|
|
51270
51274
|
options: n.baseOptions,
|
|
51271
51275
|
slots: {
|
|
51272
|
-
default: () =>
|
|
51273
|
-
|
|
51276
|
+
default: () => De("div", { class: "tw-flex tw-flex-row tw-items-center" }, [
|
|
51277
|
+
De(Ve, {
|
|
51274
51278
|
icon: n.element.icon,
|
|
51275
51279
|
size: n.element.iconSize,
|
|
51276
51280
|
variant: n.element.iconVariant,
|
|
51277
51281
|
class: "tw-mr-3"
|
|
51278
51282
|
}),
|
|
51279
|
-
|
|
51283
|
+
De("div", [De("div", { class: "tw-font-bold" }, n.element.title), De("div", e.value)])
|
|
51280
51284
|
])
|
|
51281
51285
|
}
|
|
51282
51286
|
});
|
|
51283
|
-
return n.baseOptions.visibility ?
|
|
51287
|
+
return n.baseOptions.visibility ? De(t.component, { ...t.props, class: "tw-w-full tw-box-border" }, t.slots) : null;
|
|
51284
51288
|
};
|
|
51285
51289
|
}
|
|
51286
51290
|
}, ZH = {
|
|
@@ -51295,7 +51299,7 @@ const YH = {
|
|
|
51295
51299
|
copyable: n.element.copyable || !1
|
|
51296
51300
|
},
|
|
51297
51301
|
options: n.baseOptions
|
|
51298
|
-
}), t =
|
|
51302
|
+
}), t = De(e.component, e.props);
|
|
51299
51303
|
return n.baseOptions.visibility ? t : null;
|
|
51300
51304
|
};
|
|
51301
51305
|
}
|
|
@@ -51311,7 +51315,7 @@ const YH = {
|
|
|
51311
51315
|
size: n.element.size
|
|
51312
51316
|
},
|
|
51313
51317
|
options: n.baseOptions
|
|
51314
|
-
}), t =
|
|
51318
|
+
}), t = De(e.component, e.props);
|
|
51315
51319
|
return n.baseOptions.visibility ? t : null;
|
|
51316
51320
|
};
|
|
51317
51321
|
}
|
|
@@ -51332,7 +51336,7 @@ const YH = {
|
|
|
51332
51336
|
background: n.element.background
|
|
51333
51337
|
},
|
|
51334
51338
|
options: n.baseOptions
|
|
51335
|
-
}), t =
|
|
51339
|
+
}), t = De(e.component, e.props);
|
|
51336
51340
|
return n.baseOptions.visibility ? t : null;
|
|
51337
51341
|
};
|
|
51338
51342
|
}
|
|
@@ -51348,8 +51352,8 @@ const YH = {
|
|
|
51348
51352
|
clearable: n.element.clearable || !1
|
|
51349
51353
|
},
|
|
51350
51354
|
options: n.baseOptions
|
|
51351
|
-
}), t =
|
|
51352
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
51355
|
+
}), t = De(e.component, e.props);
|
|
51356
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
51353
51357
|
io,
|
|
51354
51358
|
{
|
|
51355
51359
|
props: e.props,
|
|
@@ -51380,14 +51384,14 @@ const YH = {
|
|
|
51380
51384
|
},
|
|
51381
51385
|
options: n.baseOptions,
|
|
51382
51386
|
slots: n.element.customTemplate && ["item"].reduce(
|
|
51383
|
-
(r, i) => (r[i] = (o) =>
|
|
51387
|
+
(r, i) => (r[i] = (o) => De(Be(n.element.customTemplate?.component), {
|
|
51384
51388
|
context: o,
|
|
51385
51389
|
slotName: i
|
|
51386
51390
|
}), r),
|
|
51387
51391
|
{}
|
|
51388
51392
|
)
|
|
51389
|
-
}), t =
|
|
51390
|
-
return e.props.rules ? n.baseOptions.visibility ?
|
|
51393
|
+
}), t = De(e.component, e.props, e.slots);
|
|
51394
|
+
return e.props.rules ? n.baseOptions.visibility ? De(
|
|
51391
51395
|
io,
|
|
51392
51396
|
{
|
|
51393
51397
|
props: e.props,
|
|
@@ -51497,7 +51501,7 @@ function Qs({
|
|
|
51497
51501
|
formData: o,
|
|
51498
51502
|
fieldContext: Yt(W(t))
|
|
51499
51503
|
};
|
|
51500
|
-
return
|
|
51504
|
+
return De(b, S);
|
|
51501
51505
|
}
|
|
51502
51506
|
const oW = {
|
|
51503
51507
|
context: {
|
|
@@ -51540,7 +51544,7 @@ const oW = {
|
|
|
51540
51544
|
function i(o) {
|
|
51541
51545
|
e.emit("update:modelValue", o);
|
|
51542
51546
|
}
|
|
51543
|
-
return () =>
|
|
51547
|
+
return () => De(
|
|
51544
51548
|
"div",
|
|
51545
51549
|
{ class: "tw-flex tw-flex-col tw-gap-4" },
|
|
51546
51550
|
n.uiSchema.reduce(
|
|
@@ -51615,11 +51619,11 @@ const oW = {
|
|
|
51615
51619
|
if (r.model && "status" in r.model.settings && r.model.settings.status) {
|
|
51616
51620
|
if (!("component" in r.model.settings.status))
|
|
51617
51621
|
throw new Error(`Component is required in status: ${r.model.settings.status}`);
|
|
51618
|
-
return Yt(
|
|
51622
|
+
return Yt(De(Be(r.model.settings.status.component), { context: S.value }));
|
|
51619
51623
|
}
|
|
51620
51624
|
return null;
|
|
51621
51625
|
}), k = Tu(() => l && "multilanguage" in st(l) && st(l).multilanguage ? {
|
|
51622
|
-
component: () =>
|
|
51626
|
+
component: () => De(Sa, {
|
|
51623
51627
|
name: "currentLocale",
|
|
51624
51628
|
modelValue: st(l).multilanguage?.currentLocale,
|
|
51625
51629
|
options: st(l).multilanguage?.localesOptions,
|
|
@@ -51635,7 +51639,7 @@ const oW = {
|
|
|
51635
51639
|
currentLocale: st(l).multilanguage?.currentLocale
|
|
51636
51640
|
} : {}), O = me(() => w.value?.children?.map((C) => {
|
|
51637
51641
|
if (typeof C == "string")
|
|
51638
|
-
return
|
|
51642
|
+
return Be(C);
|
|
51639
51643
|
throw new Error(`Component is required in widget: ${C}`);
|
|
51640
51644
|
})), $ = Yt({
|
|
51641
51645
|
multilanguage: k.component,
|
|
@@ -51685,8 +51689,8 @@ const oW = {
|
|
|
51685
51689
|
title: p ?? "",
|
|
51686
51690
|
...l?.value
|
|
51687
51691
|
}), (C, x) => {
|
|
51688
|
-
const L =
|
|
51689
|
-
return C.composables ?
|
|
51692
|
+
const L = Be("VcForm"), I = Be("VcContainer"), R = Be("VcBlade"), j = nu("loading");
|
|
51693
|
+
return C.composables ? ce("", !0) : Ht((V(), we(R, {
|
|
51690
51694
|
key: 0,
|
|
51691
51695
|
expanded: C.expanded,
|
|
51692
51696
|
closable: C.closable,
|
|
@@ -51698,13 +51702,13 @@ const oW = {
|
|
|
51698
51702
|
onCollapse: x[4] || (x[4] = (D) => C.$emit("collapse:blade"))
|
|
51699
51703
|
}, Ln({
|
|
51700
51704
|
default: de(() => [
|
|
51701
|
-
|
|
51705
|
+
fe(I, { "no-padding": !0 }, {
|
|
51702
51706
|
default: de(() => [
|
|
51703
51707
|
v.value && W(m) && Object.keys(W(m)) ? (V(), Z("div", lW, [
|
|
51704
51708
|
te("div", uW, [
|
|
51705
|
-
|
|
51709
|
+
fe(L, { class: "tw-grow tw-p-4" }, {
|
|
51706
51710
|
default: de(() => [
|
|
51707
|
-
|
|
51711
|
+
fe(W(sW), {
|
|
51708
51712
|
modelValue: W(m),
|
|
51709
51713
|
"onUpdate:modelValue": x[0] || (x[0] = (D) => ks(m) ? m.value = D : null),
|
|
51710
51714
|
"ui-schema": b.value.children,
|
|
@@ -51716,14 +51720,14 @@ const oW = {
|
|
|
51716
51720
|
})
|
|
51717
51721
|
]),
|
|
51718
51722
|
O.value && O.value.length ? (V(), Z("div", cW, [
|
|
51719
|
-
(V(!0), Z(
|
|
51723
|
+
(V(!0), Z(Pe, null, lt(O.value, (D, P) => (V(), Z("div", { key: P }, [
|
|
51720
51724
|
(V(), we(_r(D), {
|
|
51721
51725
|
modelValue: S.value,
|
|
51722
51726
|
"onUpdate:modelValue": x[1] || (x[1] = (N) => S.value = N)
|
|
51723
51727
|
}, null, 8, ["modelValue"]))
|
|
51724
51728
|
]))), 128))
|
|
51725
|
-
])) :
|
|
51726
|
-
])) :
|
|
51729
|
+
])) : ce("", !0)
|
|
51730
|
+
])) : ce("", !0)
|
|
51727
51731
|
]),
|
|
51728
51732
|
_: 1
|
|
51729
51733
|
})
|
|
@@ -51734,7 +51738,7 @@ const oW = {
|
|
|
51734
51738
|
name: "actions",
|
|
51735
51739
|
fn: de(() => [
|
|
51736
51740
|
te("div", aW, [
|
|
51737
|
-
(V(!0), Z(
|
|
51741
|
+
(V(!0), Z(Pe, null, lt($, (D, P, N) => (V(), we(_r(D), {
|
|
51738
51742
|
key: `blade-actions-slot-${P}-${N}`
|
|
51739
51743
|
}))), 128))
|
|
51740
51744
|
])
|
|
@@ -52369,35 +52373,35 @@ const CG = (n, e) => {
|
|
|
52369
52373
|
p.succeeded ? (await o(e.userName, l.password)).succeeded && h.push("/") : l.errors = p.errors;
|
|
52370
52374
|
};
|
|
52371
52375
|
return (p, g) => {
|
|
52372
|
-
const v =
|
|
52376
|
+
const v = Be("VcLoading"), y = Be("VcInput"), _ = Be("vc-button"), b = Be("VcHint"), w = Be("VcForm"), S = Be("VcLoginForm");
|
|
52373
52377
|
return V(), Z("div", IG, [
|
|
52374
52378
|
W(a) ? (V(), we(v, {
|
|
52375
52379
|
key: 0,
|
|
52376
52380
|
active: ""
|
|
52377
|
-
})) :
|
|
52378
|
-
|
|
52381
|
+
})) : ce("", !0),
|
|
52382
|
+
fe(S, {
|
|
52379
52383
|
logo: "/assets/logo-white.svg",
|
|
52380
52384
|
background: "/assets/background.jpg",
|
|
52381
52385
|
title: W(s)("INVITATION.TITLE")
|
|
52382
52386
|
}, {
|
|
52383
52387
|
default: de(() => [
|
|
52384
|
-
|
|
52388
|
+
fe(w, null, {
|
|
52385
52389
|
default: de(() => [
|
|
52386
|
-
|
|
52390
|
+
fe(y, {
|
|
52387
52391
|
class: "tw-mb-4 tw-mt-1",
|
|
52388
52392
|
label: W(s)("INVITATION.FIELDS.EMAIL.LABEL"),
|
|
52389
52393
|
"model-value": p.userName,
|
|
52390
52394
|
name: "username",
|
|
52391
52395
|
disabled: ""
|
|
52392
52396
|
}, null, 8, ["label", "model-value"]),
|
|
52393
|
-
|
|
52397
|
+
fe(W(Dn), {
|
|
52394
52398
|
label: W(s)("INVITATION.FIELDS.PASSWORD.LABEL"),
|
|
52395
52399
|
"model-value": l.password,
|
|
52396
52400
|
rules: "required",
|
|
52397
52401
|
name: "password"
|
|
52398
52402
|
}, {
|
|
52399
52403
|
default: de(({ field: A, errorMessage: k, handleChange: O, errors: $ }) => [
|
|
52400
|
-
|
|
52404
|
+
fe(y, Tt(A, {
|
|
52401
52405
|
ref: "passwordField",
|
|
52402
52406
|
modelValue: l.password,
|
|
52403
52407
|
"onUpdate:modelValue": [
|
|
@@ -52418,14 +52422,14 @@ const CG = (n, e) => {
|
|
|
52418
52422
|
]),
|
|
52419
52423
|
_: 1
|
|
52420
52424
|
}, 8, ["label", "model-value"]),
|
|
52421
|
-
|
|
52425
|
+
fe(W(Dn), {
|
|
52422
52426
|
label: W(s)("INVITATION.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
52423
52427
|
"model-value": l.confirmPassword,
|
|
52424
52428
|
rules: "required",
|
|
52425
52429
|
name: "confirm_password"
|
|
52426
52430
|
}, {
|
|
52427
52431
|
default: de(({ field: A, errorMessage: k, handleChange: O, errors: $ }) => [
|
|
52428
|
-
|
|
52432
|
+
fe(y, Tt(A, {
|
|
52429
52433
|
ref: "confirmPasswordField",
|
|
52430
52434
|
modelValue: l.confirmPassword,
|
|
52431
52435
|
"onUpdate:modelValue": [
|
|
@@ -52448,8 +52452,8 @@ const CG = (n, e) => {
|
|
|
52448
52452
|
_: 1
|
|
52449
52453
|
}, 8, ["label", "model-value"]),
|
|
52450
52454
|
te("div", MG, [
|
|
52451
|
-
p.$isDesktop.value ? (V(), Z("span", RG)) :
|
|
52452
|
-
|
|
52455
|
+
p.$isDesktop.value ? (V(), Z("span", RG)) : ce("", !0),
|
|
52456
|
+
fe(_, {
|
|
52453
52457
|
disabled: W(a) || !l.isValid || !l.tokenIsValid,
|
|
52454
52458
|
onClick: d
|
|
52455
52459
|
}, {
|
|
@@ -52459,7 +52463,7 @@ const CG = (n, e) => {
|
|
|
52459
52463
|
_: 1
|
|
52460
52464
|
}, 8, ["disabled"])
|
|
52461
52465
|
]),
|
|
52462
|
-
(V(!0), Z(
|
|
52466
|
+
(V(!0), Z(Pe, null, lt(l.errors, (A) => (V(), we(b, {
|
|
52463
52467
|
key: A,
|
|
52464
52468
|
class: "tw-mt-3",
|
|
52465
52469
|
style: { color: "#f14e4e" }
|
|
@@ -52537,26 +52541,26 @@ const CG = (n, e) => {
|
|
|
52537
52541
|
await u(C, window.location.pathname);
|
|
52538
52542
|
};
|
|
52539
52543
|
return console.debug("Init login-page"), (C, x) => {
|
|
52540
|
-
const L =
|
|
52544
|
+
const L = Be("VcInput"), I = Be("VcButton"), R = Be("vc-button"), j = Be("VcForm"), D = Be("VcHint"), P = Be("VcLoginForm");
|
|
52541
52545
|
return V(), we(P, {
|
|
52542
52546
|
logo: w.value.logo,
|
|
52543
52547
|
background: C.background,
|
|
52544
52548
|
title: C.title
|
|
52545
52549
|
}, {
|
|
52546
52550
|
default: de(() => [
|
|
52547
|
-
d.value ? (V(), Z(
|
|
52548
|
-
|
|
52551
|
+
d.value ? (V(), Z(Pe, { key: 0 }, [
|
|
52552
|
+
fe(j, {
|
|
52549
52553
|
onSubmit: rt(O, ["prevent"])
|
|
52550
52554
|
}, {
|
|
52551
52555
|
default: de(() => [
|
|
52552
|
-
|
|
52556
|
+
fe(W(Dn), {
|
|
52553
52557
|
label: W(o)("LOGIN.FIELDS.LOGIN.LABEL"),
|
|
52554
52558
|
name: "username",
|
|
52555
52559
|
"model-value": A.username,
|
|
52556
52560
|
rules: "required"
|
|
52557
52561
|
}, {
|
|
52558
52562
|
default: de(({ field: N, errorMessage: B, handleChange: F, errors: z }) => [
|
|
52559
|
-
|
|
52563
|
+
fe(L, Tt(N, {
|
|
52560
52564
|
ref: "loginField",
|
|
52561
52565
|
modelValue: A.username,
|
|
52562
52566
|
"onUpdate:modelValue": [
|
|
@@ -52573,14 +52577,14 @@ const CG = (n, e) => {
|
|
|
52573
52577
|
]),
|
|
52574
52578
|
_: 1
|
|
52575
52579
|
}, 8, ["label", "model-value"]),
|
|
52576
|
-
|
|
52580
|
+
fe(W(Dn), {
|
|
52577
52581
|
label: W(o)("LOGIN.FIELDS.PASSWORD.LABEL"),
|
|
52578
52582
|
name: "password",
|
|
52579
52583
|
"model-value": A.password,
|
|
52580
52584
|
rules: "required"
|
|
52581
52585
|
}, {
|
|
52582
52586
|
default: de(({ field: N, errorMessage: B, handleChange: F, errors: z }) => [
|
|
52583
|
-
|
|
52587
|
+
fe(L, Tt(N, {
|
|
52584
52588
|
ref: "passwordField",
|
|
52585
52589
|
modelValue: A.password,
|
|
52586
52590
|
"onUpdate:modelValue": [
|
|
@@ -52600,7 +52604,7 @@ const CG = (n, e) => {
|
|
|
52600
52604
|
_: 1
|
|
52601
52605
|
}, 8, ["label", "model-value"]),
|
|
52602
52606
|
W(_) ? (V(), Z("div", BG, [
|
|
52603
|
-
|
|
52607
|
+
fe(I, {
|
|
52604
52608
|
text: "",
|
|
52605
52609
|
type: "button",
|
|
52606
52610
|
onClick: E
|
|
@@ -52610,9 +52614,9 @@ const CG = (n, e) => {
|
|
|
52610
52614
|
]),
|
|
52611
52615
|
_: 1
|
|
52612
52616
|
})
|
|
52613
|
-
])) :
|
|
52617
|
+
])) : ce("", !0),
|
|
52614
52618
|
te("div", jG, [
|
|
52615
|
-
|
|
52619
|
+
fe(R, {
|
|
52616
52620
|
disabled: W(l) || !W(p),
|
|
52617
52621
|
class: "tw-w-28",
|
|
52618
52622
|
onClick: O
|
|
@@ -52629,7 +52633,7 @@ const CG = (n, e) => {
|
|
|
52629
52633
|
y.value && y.value.length ? (V(), Z("div", UG, [
|
|
52630
52634
|
VG,
|
|
52631
52635
|
te("div", HG, [
|
|
52632
|
-
(V(!0), Z(
|
|
52636
|
+
(V(!0), Z(Pe, null, lt(y.value, (N) => (V(), we(I, {
|
|
52633
52637
|
key: N.authenticationType,
|
|
52634
52638
|
outline: "",
|
|
52635
52639
|
onClick: (B) => T(N.authenticationType ?? "")
|
|
@@ -52647,21 +52651,21 @@ const CG = (n, e) => {
|
|
|
52647
52651
|
_: 2
|
|
52648
52652
|
}, 1032, ["onClick"]))), 128))
|
|
52649
52653
|
])
|
|
52650
|
-
])) :
|
|
52651
|
-
], 64)) : (V(), Z(
|
|
52652
|
-
m.value ?
|
|
52654
|
+
])) : ce("", !0)
|
|
52655
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
52656
|
+
m.value ? ce("", !0) : (V(), we(j, {
|
|
52653
52657
|
key: 0,
|
|
52654
52658
|
onSubmit: rt($, ["prevent"])
|
|
52655
52659
|
}, {
|
|
52656
52660
|
default: de(() => [
|
|
52657
|
-
|
|
52661
|
+
fe(W(Dn), {
|
|
52658
52662
|
label: W(o)("LOGIN.FIELDS.FORGOT_PASSWORD.LABEL"),
|
|
52659
52663
|
name: "loginOrEmail",
|
|
52660
52664
|
"model-value": k.loginOrEmail,
|
|
52661
52665
|
rules: "required|email"
|
|
52662
52666
|
}, {
|
|
52663
52667
|
default: de(({ field: N, errorMessage: B, handleChange: F, errors: z }) => [
|
|
52664
|
-
|
|
52668
|
+
fe(L, Tt(N, {
|
|
52665
52669
|
ref: "forgotPasswordField",
|
|
52666
52670
|
modelValue: k.loginOrEmail,
|
|
52667
52671
|
"onUpdate:modelValue": [
|
|
@@ -52680,7 +52684,7 @@ const CG = (n, e) => {
|
|
|
52680
52684
|
_: 1
|
|
52681
52685
|
}, 8, ["label", "model-value"]),
|
|
52682
52686
|
te("div", GG, [
|
|
52683
|
-
|
|
52687
|
+
fe(R, {
|
|
52684
52688
|
text: "",
|
|
52685
52689
|
type: "button",
|
|
52686
52690
|
onClick: E
|
|
@@ -52690,7 +52694,7 @@ const CG = (n, e) => {
|
|
|
52690
52694
|
]),
|
|
52691
52695
|
_: 1
|
|
52692
52696
|
}),
|
|
52693
|
-
|
|
52697
|
+
fe(R, {
|
|
52694
52698
|
disabled: W(l) || S.value || v.value,
|
|
52695
52699
|
onClick: $
|
|
52696
52700
|
}, {
|
|
@@ -52703,11 +52707,11 @@ const CG = (n, e) => {
|
|
|
52703
52707
|
]),
|
|
52704
52708
|
_: 1
|
|
52705
52709
|
})),
|
|
52706
|
-
s.value.succeeded && m.value ? (V(), Z(
|
|
52710
|
+
s.value.succeeded && m.value ? (V(), Z(Pe, { key: 1 }, [
|
|
52707
52711
|
te("div", null, he(W(o)("LOGIN.RESET_EMAIL_SENT")), 1),
|
|
52708
52712
|
te("div", qG, [
|
|
52709
|
-
C.$isDesktop.value ? (V(), Z("span", YG)) :
|
|
52710
|
-
|
|
52713
|
+
C.$isDesktop.value ? (V(), Z("span", YG)) : ce("", !0),
|
|
52714
|
+
fe(R, {
|
|
52711
52715
|
disabled: W(l),
|
|
52712
52716
|
onClick: E
|
|
52713
52717
|
}, {
|
|
@@ -52717,9 +52721,9 @@ const CG = (n, e) => {
|
|
|
52717
52721
|
_: 1
|
|
52718
52722
|
}, 8, ["disabled"])
|
|
52719
52723
|
])
|
|
52720
|
-
], 64)) :
|
|
52724
|
+
], 64)) : ce("", !0)
|
|
52721
52725
|
], 64)),
|
|
52722
|
-
h.value.succeeded ?
|
|
52726
|
+
h.value.succeeded ? ce("", !0) : (V(), we(D, {
|
|
52723
52727
|
key: 2,
|
|
52724
52728
|
class: "tw-mt-3",
|
|
52725
52729
|
style: { color: "#f14e4e" }
|
|
@@ -52729,7 +52733,7 @@ const CG = (n, e) => {
|
|
|
52729
52733
|
]),
|
|
52730
52734
|
_: 1
|
|
52731
52735
|
})),
|
|
52732
|
-
s.value.succeeded ?
|
|
52736
|
+
s.value.succeeded ? ce("", !0) : (V(), we(D, {
|
|
52733
52737
|
key: 3,
|
|
52734
52738
|
class: "tw-mt-3",
|
|
52735
52739
|
style: { color: "#f14e4e" }
|
|
@@ -52786,28 +52790,28 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52786
52790
|
}
|
|
52787
52791
|
};
|
|
52788
52792
|
return (d, p) => {
|
|
52789
|
-
const g =
|
|
52793
|
+
const g = Be("VcLoading"), v = Be("VcInput"), y = Be("vc-button"), _ = Be("VcHint"), b = Be("VcForm"), w = Be("VcLoginForm");
|
|
52790
52794
|
return V(), Z("div", XG, [
|
|
52791
52795
|
W(a) ? (V(), we(g, {
|
|
52792
52796
|
key: 0,
|
|
52793
52797
|
active: ""
|
|
52794
|
-
})) :
|
|
52795
|
-
|
|
52798
|
+
})) : ce("", !0),
|
|
52799
|
+
fe(w, {
|
|
52796
52800
|
logo: "/assets/logo-white.svg",
|
|
52797
52801
|
background: "/assets/background.jpg",
|
|
52798
52802
|
title: W(s)("PASSWORDRESET.TITLE")
|
|
52799
52803
|
}, {
|
|
52800
52804
|
default: de(() => [
|
|
52801
|
-
|
|
52805
|
+
fe(b, null, {
|
|
52802
52806
|
default: de(() => [
|
|
52803
|
-
|
|
52807
|
+
fe(W(Dn), {
|
|
52804
52808
|
label: W(s)("PASSWORDRESET.FIELDS.PASSWORD.LABEL"),
|
|
52805
52809
|
name: "password",
|
|
52806
52810
|
"model-value": c.password,
|
|
52807
52811
|
rules: "required"
|
|
52808
52812
|
}, {
|
|
52809
52813
|
default: de(({ field: S, errorMessage: A, handleChange: k, errors: O }) => [
|
|
52810
|
-
|
|
52814
|
+
fe(v, Tt(S, {
|
|
52811
52815
|
ref: "passwordField",
|
|
52812
52816
|
modelValue: c.password,
|
|
52813
52817
|
"onUpdate:modelValue": [
|
|
@@ -52828,14 +52832,14 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52828
52832
|
]),
|
|
52829
52833
|
_: 1
|
|
52830
52834
|
}, 8, ["label", "model-value"]),
|
|
52831
|
-
|
|
52835
|
+
fe(W(Dn), {
|
|
52832
52836
|
label: W(s)("PASSWORDRESET.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
52833
52837
|
name: "confirm_password",
|
|
52834
52838
|
"model-value": c.confirmPassword,
|
|
52835
52839
|
rules: "required"
|
|
52836
52840
|
}, {
|
|
52837
52841
|
default: de(({ field: S, errorMessage: A, handleChange: k, errors: O }) => [
|
|
52838
|
-
|
|
52842
|
+
fe(v, Tt(S, {
|
|
52839
52843
|
ref: "confirmPasswordField",
|
|
52840
52844
|
modelValue: c.confirmPassword,
|
|
52841
52845
|
"onUpdate:modelValue": [
|
|
@@ -52858,8 +52862,8 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52858
52862
|
_: 1
|
|
52859
52863
|
}, 8, ["label", "model-value"]),
|
|
52860
52864
|
te("div", QG, [
|
|
52861
|
-
d.$isDesktop.value ? (V(), Z("span", e8)) :
|
|
52862
|
-
|
|
52865
|
+
d.$isDesktop.value ? (V(), Z("span", e8)) : ce("", !0),
|
|
52866
|
+
fe(y, {
|
|
52863
52867
|
disabled: l.value,
|
|
52864
52868
|
onClick: f
|
|
52865
52869
|
}, {
|
|
@@ -52869,7 +52873,7 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52869
52873
|
_: 1
|
|
52870
52874
|
}, 8, ["disabled"])
|
|
52871
52875
|
]),
|
|
52872
|
-
(V(!0), Z(
|
|
52876
|
+
(V(!0), Z(Pe, null, lt(c.errors, (S) => (V(), we(_, {
|
|
52873
52877
|
key: S,
|
|
52874
52878
|
class: "tw-mt-3 !tw-text-[#f14e4e]"
|
|
52875
52879
|
}, {
|
|
@@ -52923,31 +52927,31 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52923
52927
|
class: je(["tw-relative tw-flex tw-items-center tw-content-between tw-h-[var(--app-bar-height)] tw-bg-[color:var(--app-bar-background-color)] tw-px-4 tw-shadow-[0px_2px_5px_0px_#3654751A]", { "!tw-pr-0 !tw-pl-[10px]": o.$isMobile.value }])
|
|
52924
52928
|
}, [
|
|
52925
52929
|
Ne(o.$slots, "app-switcher"),
|
|
52926
|
-
!o.$isMobile.value || i.value === 0 ? (V(), Z(
|
|
52930
|
+
!o.$isMobile.value || i.value === 0 ? (V(), Z(Pe, { key: 0 }, [
|
|
52927
52931
|
te("img", {
|
|
52928
52932
|
class: "tw-h-1/2 tw-cursor-pointer tw-mx-3",
|
|
52929
52933
|
alt: "logo",
|
|
52930
52934
|
src: o.logo,
|
|
52931
52935
|
onClick: a[0] || (a[0] = (h) => o.$emit("logo:click"))
|
|
52932
52936
|
}, null, 8, o8),
|
|
52933
|
-
o.title ? (V(), Z("div", s8, he(o.title), 1)) :
|
|
52934
|
-
], 64)) :
|
|
52935
|
-
o.$isMobile.value ? (V(), Z(
|
|
52937
|
+
o.title ? (V(), Z("div", s8, he(o.title), 1)) : ce("", !0)
|
|
52938
|
+
], 64)) : ce("", !0),
|
|
52939
|
+
o.$isMobile.value ? (V(), Z(Pe, { key: 1 }, [
|
|
52936
52940
|
i.value === 1 ? (V(), Z("div", a8, he(r.value || ""), 1)) : i.value > 1 ? (V(), we(W(au), {
|
|
52937
52941
|
key: 1,
|
|
52938
52942
|
class: "tw-ml-3",
|
|
52939
52943
|
onClick: a[1] || (a[1] = (h) => o.$emit("backlink:click"))
|
|
52940
52944
|
}, {
|
|
52941
52945
|
default: de(() => [
|
|
52942
|
-
|
|
52946
|
+
fe(W(Ve), {
|
|
52943
52947
|
icon: "fas fa-chevron-left",
|
|
52944
52948
|
size: "s"
|
|
52945
52949
|
}),
|
|
52946
52950
|
te("span", l8, he(W(e)("COMPONENTS.ORGANISMS.VC_APP.INTERNAL.VC_APP_BAR.BACK")), 1)
|
|
52947
52951
|
]),
|
|
52948
52952
|
_: 1
|
|
52949
|
-
})) :
|
|
52950
|
-
], 64)) :
|
|
52953
|
+
})) : ce("", !0)
|
|
52954
|
+
], 64)) : ce("", !0),
|
|
52951
52955
|
u8,
|
|
52952
52956
|
te("div", c8, [
|
|
52953
52957
|
Ne(o.$slots, "toolbar")
|
|
@@ -52957,8 +52961,8 @@ const JG = KG, ZG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
52957
52961
|
class: "tw-text-[#319ed4] tw-w-[var(--app-bar-button-width)] tw-flex tw-items-center tw-justify-center tw-h-full tw-box-border tw-cursor-pointer",
|
|
52958
52962
|
onClick: a[2] || (a[2] = (h) => o.$emit("menubutton:click"))
|
|
52959
52963
|
}, [
|
|
52960
|
-
|
|
52961
|
-
])) :
|
|
52964
|
+
fe(W(Ve), { icon: "fas fa-bars" })
|
|
52965
|
+
])) : ce("", !0)
|
|
52962
52966
|
], 2));
|
|
52963
52967
|
}
|
|
52964
52968
|
});
|
|
@@ -52995,8 +52999,8 @@ const d8 = {
|
|
|
52995
52999
|
return !1;
|
|
52996
53000
|
};
|
|
52997
53001
|
return (s, m) => {
|
|
52998
|
-
const c =
|
|
52999
|
-
return V(), Z(
|
|
53002
|
+
const c = Be("router-link");
|
|
53003
|
+
return V(), Z(Pe, null, [
|
|
53000
53004
|
te("div", {
|
|
53001
53005
|
class: je(["vc-app-menu-item", [
|
|
53002
53006
|
{
|
|
@@ -53010,17 +53014,17 @@ const d8 = {
|
|
|
53010
53014
|
te("div", {
|
|
53011
53015
|
class: je(["vc-app-menu-item__handler", { "vc-app-menu-item__handler_enabled": !s.sticky }])
|
|
53012
53016
|
}, [
|
|
53013
|
-
|
|
53017
|
+
fe(W(Ve), {
|
|
53014
53018
|
icon: "fas fa-ellipsis-v",
|
|
53015
53019
|
size: "m"
|
|
53016
53020
|
})
|
|
53017
53021
|
], 2),
|
|
53018
53022
|
s.icon ? (V(), Z("div", d8, [
|
|
53019
|
-
|
|
53023
|
+
fe(W(Ve), {
|
|
53020
53024
|
icon: s.icon,
|
|
53021
53025
|
size: "m"
|
|
53022
53026
|
}, null, 8, ["icon"])
|
|
53023
|
-
])) :
|
|
53027
|
+
])) : ce("", !0),
|
|
53024
53028
|
te("div", h8, [
|
|
53025
53029
|
Oe(he(s.title) + " ", 1),
|
|
53026
53030
|
s.children?.length ? (V(), we(W(Ve), {
|
|
@@ -53028,29 +53032,31 @@ const d8 = {
|
|
|
53028
53032
|
class: "vc-app-menu-item__title-icon",
|
|
53029
53033
|
icon: `fas fa-chevron-${i.value ? "up" : "down"}`,
|
|
53030
53034
|
size: "xs"
|
|
53031
|
-
}, null, 8, ["icon"])) :
|
|
53035
|
+
}, null, 8, ["icon"])) : ce("", !0)
|
|
53032
53036
|
])
|
|
53033
53037
|
], 2),
|
|
53034
53038
|
Ht(te("div", p8, [
|
|
53035
|
-
(V(!0), Z(
|
|
53036
|
-
|
|
53037
|
-
|
|
53038
|
-
|
|
53039
|
-
|
|
53040
|
-
|
|
53041
|
-
(
|
|
53042
|
-
|
|
53043
|
-
|
|
53044
|
-
|
|
53045
|
-
|
|
53046
|
-
|
|
53047
|
-
|
|
53048
|
-
|
|
53049
|
-
|
|
53050
|
-
|
|
53051
|
-
|
|
53052
|
-
|
|
53053
|
-
|
|
53039
|
+
(V(!0), Z(Pe, null, lt(s.children, (l, u) => (V(), Z(Pe, { key: u }, [
|
|
53040
|
+
s.$hasAccess(l.permissions) ? (V(), we(c, {
|
|
53041
|
+
key: 0,
|
|
53042
|
+
to: l.url,
|
|
53043
|
+
custom: ""
|
|
53044
|
+
}, {
|
|
53045
|
+
default: de(() => [
|
|
53046
|
+
(V(), Z("div", {
|
|
53047
|
+
key: u,
|
|
53048
|
+
class: je([
|
|
53049
|
+
{
|
|
53050
|
+
"vc-app-menu-item__child-item_active": h(l.url)
|
|
53051
|
+
},
|
|
53052
|
+
"vc-app-menu-item__child-item"
|
|
53053
|
+
]),
|
|
53054
|
+
onClick: (f) => s.$emit("onClick", l)
|
|
53055
|
+
}, he(l.title), 11, m8))
|
|
53056
|
+
]),
|
|
53057
|
+
_: 2
|
|
53058
|
+
}, 1032, ["to"])) : ce("", !0)
|
|
53059
|
+
], 64))), 128))
|
|
53054
53060
|
], 512), [
|
|
53055
53061
|
[ta, i.value]
|
|
53056
53062
|
])
|
|
@@ -53071,7 +53077,7 @@ const g8 = /* @__PURE__ */ Le({
|
|
|
53071
53077
|
emits: ["click"],
|
|
53072
53078
|
setup(n) {
|
|
53073
53079
|
return (e, t) => {
|
|
53074
|
-
const r =
|
|
53080
|
+
const r = Be("router-link");
|
|
53075
53081
|
return V(), Z("div", null, [
|
|
53076
53082
|
e.url ? (V(), we(r, {
|
|
53077
53083
|
key: 0,
|
|
@@ -53079,23 +53085,26 @@ const g8 = /* @__PURE__ */ Le({
|
|
|
53079
53085
|
custom: ""
|
|
53080
53086
|
}, {
|
|
53081
53087
|
default: de(() => [
|
|
53082
|
-
|
|
53088
|
+
e.isVisible ? (V(), we(bv, {
|
|
53089
|
+
key: 0,
|
|
53083
53090
|
sticky: e.sticky,
|
|
53084
53091
|
icon: e.icon ?? "",
|
|
53085
53092
|
title: e.title ?? "",
|
|
53086
53093
|
url: e.url,
|
|
53087
53094
|
onOnClick: t[0] || (t[0] = (i) => e.$emit("click"))
|
|
53088
|
-
}, null, 8, ["sticky", "icon", "title", "url"])
|
|
53095
|
+
}, null, 8, ["sticky", "icon", "title", "url"])) : ce("", !0)
|
|
53089
53096
|
]),
|
|
53090
53097
|
_: 1
|
|
53091
|
-
}, 8, ["to"])) : (V(),
|
|
53092
|
-
|
|
53093
|
-
|
|
53094
|
-
|
|
53095
|
-
|
|
53096
|
-
|
|
53097
|
-
|
|
53098
|
-
|
|
53098
|
+
}, 8, ["to"])) : (V(), Z(Pe, { key: 1 }, [
|
|
53099
|
+
e.isVisible ? (V(), we(bv, {
|
|
53100
|
+
key: 0,
|
|
53101
|
+
children: e.children,
|
|
53102
|
+
sticky: e.sticky,
|
|
53103
|
+
icon: e.icon ?? "",
|
|
53104
|
+
title: e.title ?? "",
|
|
53105
|
+
onOnClick: t[1] || (t[1] = (i) => e.$emit("click", i))
|
|
53106
|
+
}, null, 8, ["children", "sticky", "icon", "title"])) : ce("", !0)
|
|
53107
|
+
], 64))
|
|
53099
53108
|
]);
|
|
53100
53109
|
};
|
|
53101
53110
|
}
|
|
@@ -53123,25 +53132,25 @@ const g8 = /* @__PURE__ */ Le({
|
|
|
53123
53132
|
key: 0,
|
|
53124
53133
|
class: "tw-absolute tw-left-0 tw-top-0 tw-right-0 tw-bottom-0 tw-z-[9998] tw-bg-[#808c99] tw-opacity-60",
|
|
53125
53134
|
onClick: a[0] || (a[0] = (h) => r.value = !1)
|
|
53126
|
-
})) :
|
|
53135
|
+
})) : ce("", !0),
|
|
53127
53136
|
te("div", v8, [
|
|
53128
53137
|
o.$isMobile.value ? (V(), Z("div", y8, [
|
|
53129
|
-
|
|
53138
|
+
fe(W(Ve), {
|
|
53130
53139
|
icon: "fas fa-times",
|
|
53131
53140
|
size: "xl",
|
|
53132
53141
|
onClick: a[1] || (a[1] = (h) => r.value = !1)
|
|
53133
53142
|
})
|
|
53134
|
-
])) :
|
|
53135
|
-
|
|
53143
|
+
])) : ce("", !0),
|
|
53144
|
+
fe(W(Xi), {
|
|
53136
53145
|
"no-padding": !0,
|
|
53137
53146
|
class: "tw-grow tw-basis-0"
|
|
53138
53147
|
}, {
|
|
53139
53148
|
default: de(() => [
|
|
53140
53149
|
te("div", b8, [
|
|
53141
|
-
o.$isDesktop.value ?
|
|
53142
|
-
(V(!0), Z(
|
|
53150
|
+
o.$isDesktop.value ? ce("", !0) : Ne(o.$slots, "mobile", { key: 0 }),
|
|
53151
|
+
(V(!0), Z(Pe, null, lt(W(t), (h) => (V(), we(g8, {
|
|
53143
53152
|
key: h?.id,
|
|
53144
|
-
"is-visible":
|
|
53153
|
+
"is-visible": o.$hasAccess(h.permissions),
|
|
53145
53154
|
url: h.url,
|
|
53146
53155
|
icon: h.icon,
|
|
53147
53156
|
title: h.title,
|
|
@@ -53149,7 +53158,7 @@ const g8 = /* @__PURE__ */ Le({
|
|
|
53149
53158
|
onClick: (s) => {
|
|
53150
53159
|
o.$emit("item:click", s || h), r.value = !1;
|
|
53151
53160
|
}
|
|
53152
|
-
}, null, 8, ["url", "icon", "title", "children", "onClick"]))), 128))
|
|
53161
|
+
}, null, 8, ["is-visible", "url", "icon", "title", "children", "onClick"]))), 128))
|
|
53153
53162
|
])
|
|
53154
53163
|
]),
|
|
53155
53164
|
_: 3
|
|
@@ -53159,7 +53168,7 @@ const g8 = /* @__PURE__ */ Le({
|
|
|
53159
53168
|
onClick: a[2] || (a[2] = (h) => o.$emit("version:click"))
|
|
53160
53169
|
}, he(o.version), 1)
|
|
53161
53170
|
])
|
|
53162
|
-
], 2)) :
|
|
53171
|
+
], 2)) : ce("", !0);
|
|
53163
53172
|
}
|
|
53164
53173
|
});
|
|
53165
53174
|
const _8 = { class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0" }, S8 = {
|
|
@@ -53184,7 +53193,7 @@ const _8 = { class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0" }, S8 = {
|
|
|
53184
53193
|
blade: a(y.routeId)
|
|
53185
53194
|
},
|
|
53186
53195
|
!0
|
|
53187
|
-
) : r.push(y.url);
|
|
53196
|
+
) : !y.routeId && y.url && r.push(y.url);
|
|
53188
53197
|
};
|
|
53189
53198
|
function g() {
|
|
53190
53199
|
l.value = localStorage.getItem("VC_LANGUAGE_SETTINGS") ?? "en";
|
|
@@ -53199,7 +53208,7 @@ const _8 = { class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0" }, S8 = {
|
|
|
53199
53208
|
d.value && y && (g(), await u(), await c());
|
|
53200
53209
|
}
|
|
53201
53210
|
), kv("internalRoutes", t), (y, _) => {
|
|
53202
|
-
const b =
|
|
53211
|
+
const b = Be("VcLoading"), w = Be("VcAppSwitcher"), S = Be("VcBladeNavigation");
|
|
53203
53212
|
return y.isReady ? (V(), Z("div", {
|
|
53204
53213
|
key: 1,
|
|
53205
53214
|
class: je(["vc-app tw-flex tw-flex-col tw-w-full tw-h-full tw-box-border tw-m-0 tw-overflow-hidden tw-text-base", [
|
|
@@ -53211,7 +53220,7 @@ const _8 = { class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0" }, S8 = {
|
|
|
53211
53220
|
}
|
|
53212
53221
|
]])
|
|
53213
53222
|
}, [
|
|
53214
|
-
|
|
53223
|
+
fe(f8, {
|
|
53215
53224
|
class: "tw-shrink-0",
|
|
53216
53225
|
logo: y.logo,
|
|
53217
53226
|
title: y.title,
|
|
@@ -53220,48 +53229,48 @@ const _8 = { class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0" }, S8 = {
|
|
|
53220
53229
|
"onLogo:click": v
|
|
53221
53230
|
}, {
|
|
53222
53231
|
"app-switcher": de(() => [
|
|
53223
|
-
y.$slots["app-switcher"] ?
|
|
53224
|
-
|
|
53232
|
+
y.$slots["app-switcher"] ? ce("", !0) : Ne(y.$slots, "app-switcher", { key: 0 }, () => [
|
|
53233
|
+
fe(w, {
|
|
53225
53234
|
"apps-list": W(s),
|
|
53226
53235
|
onOnClick: _[0] || (_[0] = (A) => W(m)(A))
|
|
53227
53236
|
}, null, 8, ["apps-list"])
|
|
53228
53237
|
])
|
|
53229
53238
|
]),
|
|
53230
53239
|
toolbar: de(() => [
|
|
53231
|
-
y.$slots["toolbar:prepend"] ? Ne(y.$slots, "toolbar:prepend", { key: 0 }) :
|
|
53232
|
-
y.$slots["toolbar:language-selector"] ?
|
|
53233
|
-
(y.$isDesktop.value ? y.$isDesktop.value : y.$isMobile.value && W(f).path === "/") ? (V(), we(W(VV), { key: 0 })) :
|
|
53240
|
+
y.$slots["toolbar:prepend"] ? Ne(y.$slots, "toolbar:prepend", { key: 0 }) : ce("", !0),
|
|
53241
|
+
y.$slots["toolbar:language-selector"] ? ce("", !0) : Ne(y.$slots, "toolbar:language-selector", { key: 1 }, () => [
|
|
53242
|
+
(y.$isDesktop.value ? y.$isDesktop.value : y.$isMobile.value && W(f).path === "/") ? (V(), we(W(VV), { key: 0 })) : ce("", !0)
|
|
53234
53243
|
]),
|
|
53235
53244
|
Ne(y.$slots, "toolbar:notifications-dropdown", {}, () => [
|
|
53236
|
-
|
|
53245
|
+
fe(W(aH))
|
|
53237
53246
|
]),
|
|
53238
53247
|
y.$isDesktop.value ? Ne(y.$slots, "toolbar:user-dropdown", {
|
|
53239
53248
|
key: 2,
|
|
53240
53249
|
userDropdown: W(nf)
|
|
53241
53250
|
}, () => [
|
|
53242
|
-
|
|
53243
|
-
]) :
|
|
53251
|
+
fe(W(nf))
|
|
53252
|
+
]) : ce("", !0)
|
|
53244
53253
|
]),
|
|
53245
53254
|
_: 3
|
|
53246
53255
|
}, 8, ["logo", "title"]),
|
|
53247
53256
|
te("div", _8, [
|
|
53248
|
-
|
|
53257
|
+
fe(w8, {
|
|
53249
53258
|
ref: "menu",
|
|
53250
53259
|
class: "tw-shrink-0",
|
|
53251
53260
|
version: y.version,
|
|
53252
53261
|
"onItem:click": p
|
|
53253
53262
|
}, {
|
|
53254
53263
|
mobile: de(() => [
|
|
53255
|
-
|
|
53264
|
+
fe(W(nf), { class: "tw-p-0 tw-mb-2 tw-w-full tw-h-auto" })
|
|
53256
53265
|
]),
|
|
53257
53266
|
_: 1
|
|
53258
53267
|
}, 8, ["version"]),
|
|
53259
53268
|
W(d) ? (V(), Z("div", S8, [
|
|
53260
53269
|
Ne(y.$slots, "blade-navigation", {}, () => [
|
|
53261
|
-
|
|
53270
|
+
fe(S)
|
|
53262
53271
|
])
|
|
53263
|
-
])) :
|
|
53264
|
-
|
|
53272
|
+
])) : ce("", !0),
|
|
53273
|
+
fe(W(d0))
|
|
53265
53274
|
])
|
|
53266
53275
|
], 2)) : (V(), we(b, {
|
|
53267
53276
|
key: 0,
|
|
@@ -53304,30 +53313,30 @@ const A8 = { class: "tw-shrink-0 tw-h-[var(--blade-header-height)] tw-bg-[color:
|
|
|
53304
53313
|
}
|
|
53305
53314
|
return (h, s) => (V(), Z("div", A8, [
|
|
53306
53315
|
h.icon ? (V(), Z("div", T8, [
|
|
53307
|
-
|
|
53316
|
+
fe(W(Ve), {
|
|
53308
53317
|
icon: h.icon,
|
|
53309
53318
|
size: "xxl"
|
|
53310
53319
|
}, null, 8, ["icon"])
|
|
53311
|
-
])) :
|
|
53320
|
+
])) : ce("", !0),
|
|
53312
53321
|
te("div", x8, [
|
|
53313
53322
|
te("div", {
|
|
53314
53323
|
class: je(["tw-text-[color:var(--blade-header-title-color)] tw-text-lg tw-truncate", {
|
|
53315
53324
|
"!tw-text-[length:var(--blade-header-title-font-size)] tw-font-medium": !h.subtitle
|
|
53316
53325
|
}])
|
|
53317
53326
|
}, he(h.title), 3),
|
|
53318
|
-
h.subtitle ? (V(), Z("div", C8, he(h.subtitle), 1)) :
|
|
53327
|
+
h.subtitle ? (V(), Z("div", C8, he(h.subtitle), 1)) : ce("", !0)
|
|
53319
53328
|
]),
|
|
53320
53329
|
h.$slots.actions ? (V(), Z("div", k8, [
|
|
53321
53330
|
Ne(h.$slots, "actions")
|
|
53322
|
-
])) :
|
|
53323
|
-
h.$isMobile.value ?
|
|
53324
|
-
h.expandable ? (V(), Z(
|
|
53331
|
+
])) : ce("", !0),
|
|
53332
|
+
h.$isMobile.value ? ce("", !0) : (V(), Z("div", O8, [
|
|
53333
|
+
h.expandable ? (V(), Z(Pe, { key: 0 }, [
|
|
53325
53334
|
h.maximized ? (V(), Z("div", {
|
|
53326
53335
|
key: 0,
|
|
53327
53336
|
class: "tw-text-[color:var(--blade-header-button-color)] tw-ml-4 tw-cursor-pointer hover:tw-text-[color:var(--blade-header-button-color-hover)]",
|
|
53328
53337
|
onClick: o
|
|
53329
53338
|
}, [
|
|
53330
|
-
|
|
53339
|
+
fe(W(Ve), {
|
|
53331
53340
|
icon: "fas fa-window-minimize",
|
|
53332
53341
|
size: "s"
|
|
53333
53342
|
})
|
|
@@ -53336,19 +53345,19 @@ const A8 = { class: "tw-shrink-0 tw-h-[var(--blade-header-height)] tw-bg-[color:
|
|
|
53336
53345
|
class: "tw-text-[color:var(--blade-header-button-color)] tw-ml-4 tw-cursor-pointer hover:tw-text-[color:var(--blade-header-button-color-hover)]",
|
|
53337
53346
|
onClick: i
|
|
53338
53347
|
}, [
|
|
53339
|
-
|
|
53348
|
+
fe(W(Ve), {
|
|
53340
53349
|
icon: "fas fa-window-maximize",
|
|
53341
53350
|
size: "s"
|
|
53342
53351
|
})
|
|
53343
53352
|
]))
|
|
53344
|
-
], 64)) :
|
|
53353
|
+
], 64)) : ce("", !0),
|
|
53345
53354
|
h.closable ? (V(), Z("div", {
|
|
53346
53355
|
key: 1,
|
|
53347
53356
|
class: "tw-text-[color:var(--blade-header-button-color)] tw-ml-4 tw-cursor-pointer hover:tw-text-[color:var(--blade-header-button-color-hover)]",
|
|
53348
53357
|
onClick: a
|
|
53349
53358
|
}, [
|
|
53350
|
-
|
|
53351
|
-
])) :
|
|
53359
|
+
fe(W(Ve), { icon: "fas fa-times" })
|
|
53360
|
+
])) : ce("", !0)
|
|
53352
53361
|
]))
|
|
53353
53362
|
]));
|
|
53354
53363
|
}
|
|
@@ -53411,12 +53420,12 @@ const L8 = ["title"], I8 = {
|
|
|
53411
53420
|
ref: h,
|
|
53412
53421
|
class: "vc-blade-toolbar-button__wrap"
|
|
53413
53422
|
}, [
|
|
53414
|
-
|
|
53423
|
+
fe(W(Ve), {
|
|
53415
53424
|
class: "vc-blade-toolbar-button__icon",
|
|
53416
53425
|
icon: d.icon,
|
|
53417
53426
|
size: "m"
|
|
53418
53427
|
}, null, 8, ["icon"]),
|
|
53419
|
-
d.isExpanded ? (V(), Z("div", I8, he(d.title), 1)) :
|
|
53428
|
+
d.isExpanded ? (V(), Z("div", I8, he(d.title), 1)) : ce("", !0)
|
|
53420
53429
|
], 512),
|
|
53421
53430
|
(V(), we(Ko, { to: "#app" }, [
|
|
53422
53431
|
a.value ? (V(), Z("div", {
|
|
@@ -53426,18 +53435,18 @@ const L8 = ["title"], I8 = {
|
|
|
53426
53435
|
class: "vc-blade-toolbar-button__dropdown",
|
|
53427
53436
|
style: Mt(c.value)
|
|
53428
53437
|
}, [
|
|
53429
|
-
(V(!0), Z(
|
|
53438
|
+
(V(!0), Z(Pe, null, lt(d.dropdownItems, (g, v) => (V(), Z("div", {
|
|
53430
53439
|
key: v,
|
|
53431
53440
|
class: "vc-blade-toolbar-button__dropdown-item",
|
|
53432
53441
|
onClick: (y) => f(g)
|
|
53433
53442
|
}, [
|
|
53434
|
-
|
|
53443
|
+
fe(W(Ve), {
|
|
53435
53444
|
icon: g.icon,
|
|
53436
53445
|
class: "vc-blade-toolbar-button__dropdown-item-icon"
|
|
53437
53446
|
}, null, 8, ["icon"]),
|
|
53438
53447
|
Oe(" " + he(g.title), 1)
|
|
53439
53448
|
], 8, M8))), 128))
|
|
53440
|
-
], 4)) :
|
|
53449
|
+
], 4)) : ce("", !0)
|
|
53441
53450
|
]))
|
|
53442
53451
|
], 512)
|
|
53443
53452
|
], 10, L8));
|
|
@@ -53468,7 +53477,7 @@ const N8 = { class: "tw-grow tw-basis-0 tw-flex tw-content-start tw-items-center
|
|
|
53468
53477
|
class: je(["tw-h-[var(--blade-toolbar-height)] tw-bg-[color:var(--blade-toolbar-background-color)] tw-border-b-[color:#eaedf3] tw-border-solid tw-border-b tw-flex tw-box-border tw-w-full tw-content-center tw-items-stretch tw-shrink-0", { "!tw-h-[var(--blade-toolbar-height-expanded)]": t.value }])
|
|
53469
53478
|
}, [
|
|
53470
53479
|
te("div", N8, [
|
|
53471
|
-
(V(!0), Z(
|
|
53480
|
+
(V(!0), Z(Pe, null, lt(o.items, (h) => (V(), Z(Pe, {
|
|
53472
53481
|
key: h.id
|
|
53473
53482
|
}, [
|
|
53474
53483
|
h.isVisible === void 0 || h.isVisible ? (V(), we(R8, {
|
|
@@ -53480,15 +53489,15 @@ const N8 = { class: "tw-grow tw-basis-0 tw-flex tw-content-start tw-items-center
|
|
|
53480
53489
|
disabled: h.disabled,
|
|
53481
53490
|
"dropdown-items": h.dropdownItems,
|
|
53482
53491
|
"click-handler": h.clickHandler
|
|
53483
|
-
}, null, 8, ["is-expanded", "icon", "title", "options", "disabled", "dropdown-items", "click-handler"])) :
|
|
53492
|
+
}, null, 8, ["is-expanded", "icon", "title", "options", "disabled", "dropdown-items", "click-handler"])) : ce("", !0)
|
|
53484
53493
|
], 64))), 128))
|
|
53485
53494
|
]),
|
|
53486
|
-
|
|
53495
|
+
fe(W(Ve), {
|
|
53487
53496
|
class: "tw-self-center tw-justify-self-center tw-text-[#a1c0d4] tw-cursor-pointer tw-mr-4 hover:tw-text-[#7ea8c4]",
|
|
53488
53497
|
icon: `fas fa-chevron-${t.value ? "up" : "down"}`,
|
|
53489
53498
|
onClick: r
|
|
53490
53499
|
}, null, 8, ["icon"])
|
|
53491
|
-
], 2)) :
|
|
53500
|
+
], 2)) : ce("", !0);
|
|
53492
53501
|
}
|
|
53493
53502
|
});
|
|
53494
53503
|
const D8 = {
|
|
@@ -53551,14 +53560,14 @@ const D8 = {
|
|
|
53551
53560
|
]),
|
|
53552
53561
|
key: "0"
|
|
53553
53562
|
} : void 0
|
|
53554
|
-
]), 1032, ["maximized", "expandable", "closable", "icon", "title", "subtitle"])) :
|
|
53563
|
+
]), 1032, ["maximized", "expandable", "closable", "icon", "title", "subtitle"])) : ce("", !0),
|
|
53555
53564
|
W(r) ? (V(), Z("div", D8, [
|
|
53556
|
-
|
|
53565
|
+
fe(W(Ve), {
|
|
53557
53566
|
size: "s",
|
|
53558
53567
|
icon: "fas fa-exclamation-triangle"
|
|
53559
53568
|
}),
|
|
53560
53569
|
te("div", F8, he(W(r)), 1),
|
|
53561
|
-
|
|
53570
|
+
fe(W(On), {
|
|
53562
53571
|
text: "",
|
|
53563
53572
|
class: "tw-shrink-0 tw-opacity-80 tw-text-white hover:!tw-opacity-100 hover:!tw-text-white",
|
|
53564
53573
|
onClick: h[3] || (h[3] = (s) => W(o)())
|
|
@@ -53568,8 +53577,8 @@ const D8 = {
|
|
|
53568
53577
|
]),
|
|
53569
53578
|
_: 1
|
|
53570
53579
|
})
|
|
53571
|
-
])) :
|
|
53572
|
-
|
|
53580
|
+
])) : ce("", !0),
|
|
53581
|
+
fe(P8, {
|
|
53573
53582
|
class: "tw-shrink-0",
|
|
53574
53583
|
items: a.toolbarItems
|
|
53575
53584
|
}, null, 8, ["items"]),
|
|
@@ -53647,7 +53656,7 @@ const M_ = B8, R_ = /* @__PURE__ */ Le({
|
|
|
53647
53656
|
l();
|
|
53648
53657
|
}
|
|
53649
53658
|
return (d, p) => {
|
|
53650
|
-
const g =
|
|
53659
|
+
const g = Be("VcMultivalue");
|
|
53651
53660
|
return V(), we(W(Dn), {
|
|
53652
53661
|
key: m.value.key,
|
|
53653
53662
|
label: m.value.displayName,
|
|
@@ -53797,7 +53806,7 @@ const M_ = B8, R_ = /* @__PURE__ */ Le({
|
|
|
53797
53806
|
Oe(he(m.value.displayName), 1)
|
|
53798
53807
|
]),
|
|
53799
53808
|
_: 2
|
|
53800
|
-
}, 1040, ["modelValue", "error-message", "required", "disabled", "name"])) :
|
|
53809
|
+
}, 1040, ["modelValue", "error-message", "required", "disabled", "name"])) : ce("", !0)
|
|
53801
53810
|
]),
|
|
53802
53811
|
_: 1
|
|
53803
53812
|
}, 8, ["label", "name", "model-value", "rules"]);
|
|
@@ -53829,7 +53838,7 @@ const M_ = B8, R_ = /* @__PURE__ */ Le({
|
|
|
53829
53838
|
}]),
|
|
53830
53839
|
onTap: o[3] || (o[3] = rt((a) => t.value = !t.value, ["stop"]))
|
|
53831
53840
|
}, [
|
|
53832
|
-
|
|
53841
|
+
fe(W(oa), {
|
|
53833
53842
|
aspect: "1x1",
|
|
53834
53843
|
src: i.image.url,
|
|
53835
53844
|
background: "contain"
|
|
@@ -53841,7 +53850,7 @@ const M_ = B8, R_ = /* @__PURE__ */ Le({
|
|
|
53841
53850
|
class: "vc-gallery-item__move",
|
|
53842
53851
|
icon: "fas fa-arrows-alt",
|
|
53843
53852
|
size: "s"
|
|
53844
|
-
})) :
|
|
53853
|
+
})) : ce("", !0),
|
|
53845
53854
|
te("div", {
|
|
53846
53855
|
class: "tw-truncate",
|
|
53847
53856
|
title: i.image.name
|
|
@@ -53853,34 +53862,34 @@ const M_ = B8, R_ = /* @__PURE__ */ Le({
|
|
|
53853
53862
|
class: "vc-gallery-item__button",
|
|
53854
53863
|
onClick: o[0] || (o[0] = (a) => i.$emit("preview", i.image))
|
|
53855
53864
|
}, [
|
|
53856
|
-
|
|
53865
|
+
fe(W(Ve), {
|
|
53857
53866
|
class: "vc-gallery-item__button-icon",
|
|
53858
53867
|
icon: "fas fa-eye"
|
|
53859
53868
|
}),
|
|
53860
53869
|
te("div", W8, he(W(e)("COMPONENTS.ORGANISMS.VC_GALLERY.INTERNAL.VC_GALLERY_ITEM.FULLSCREEN")), 1)
|
|
53861
|
-
])) :
|
|
53870
|
+
])) : ce("", !0),
|
|
53862
53871
|
!i.readonly && i.actions && i.actions.edit ? (V(), Z("div", {
|
|
53863
53872
|
key: 1,
|
|
53864
53873
|
class: "vc-gallery-item__button",
|
|
53865
53874
|
onClick: o[1] || (o[1] = (a) => i.$emit("edit", i.image))
|
|
53866
53875
|
}, [
|
|
53867
|
-
|
|
53876
|
+
fe(W(Ve), {
|
|
53868
53877
|
class: "vc-gallery-item__button-icon",
|
|
53869
53878
|
icon: "fas fa-pen"
|
|
53870
53879
|
}),
|
|
53871
53880
|
te("div", z8, he(i.$t("COMPONENTS.ORGANISMS.VC_GALLERY.INTERNAL.VC_GALLERY_ITEM.EDIT")), 1)
|
|
53872
|
-
])) :
|
|
53881
|
+
])) : ce("", !0),
|
|
53873
53882
|
!i.readonly && i.actions && i.actions.remove ? (V(), Z("div", {
|
|
53874
53883
|
key: 2,
|
|
53875
53884
|
class: "vc-gallery-item__button",
|
|
53876
53885
|
onClick: o[2] || (o[2] = (a) => i.$emit("remove", i.image))
|
|
53877
53886
|
}, [
|
|
53878
|
-
|
|
53887
|
+
fe(W(Ve), {
|
|
53879
53888
|
class: "vc-gallery-item__button-icon",
|
|
53880
53889
|
icon: "fas fa-trash"
|
|
53881
53890
|
}),
|
|
53882
53891
|
te("div", G8, he(i.$t("COMPONENTS.ORGANISMS.VC_GALLERY.INTERNAL.VC_GALLERY_ITEM.DELETE")), 1)
|
|
53883
|
-
])) :
|
|
53892
|
+
])) : ce("", !0)
|
|
53884
53893
|
])
|
|
53885
53894
|
])
|
|
53886
53895
|
], 34)), [
|
|
@@ -53910,7 +53919,7 @@ const Y8 = /* @__PURE__ */ te("span", null, ")", -1), K8 = { class: "tw-w-full t
|
|
|
53910
53919
|
title: de(() => [
|
|
53911
53920
|
te("div", null, [
|
|
53912
53921
|
te("span", null, he(o.value.name) + " (", 1),
|
|
53913
|
-
|
|
53922
|
+
fe(W(au), {
|
|
53914
53923
|
onClick: s[0] || (s[0] = (m) => a(o.value.url ?? ""))
|
|
53915
53924
|
}, {
|
|
53916
53925
|
default: de(() => [
|
|
@@ -53933,30 +53942,30 @@ const Y8 = /* @__PURE__ */ te("span", null, ")", -1), K8 = { class: "tw-w-full t
|
|
|
53933
53942
|
class: "tw-absolute tw-top-2/4 -tw-mt-9 tw-h-[72px] tw-w-[72px] tw-flex tw-items-center tw-justify-center tw-rounded-full tw-bg-[#f1f6fa] tw-cursor-pointer tw-text-[#a1c0d4] [--icon-size-xl: 36px] hover:tw-shadow-[0_0_20px_rgba(31,40,50,0.15)] tw-left-[25px]",
|
|
53934
53943
|
onClick: s[1] || (s[1] = (m) => r.value--)
|
|
53935
53944
|
}, [
|
|
53936
|
-
|
|
53945
|
+
fe(W(Ve), {
|
|
53937
53946
|
icon: "fas fa-arrow-left",
|
|
53938
53947
|
size: "xl"
|
|
53939
53948
|
})
|
|
53940
|
-
])) :
|
|
53949
|
+
])) : ce("", !0),
|
|
53941
53950
|
r.value < h.images.length - 1 ? (V(), Z("div", {
|
|
53942
53951
|
key: 1,
|
|
53943
53952
|
class: "tw-absolute tw-top-2/4 -tw-mt-9 tw-h-[72px] tw-w-[72px] tw-flex tw-items-center tw-justify-center tw-rounded-full tw-bg-[#f1f6fa] tw-cursor-pointer tw-text-[#a1c0d4] [--icon-size-xl: 36px] hover:tw-shadow-[0_0_20px_rgba(31,40,50,0.15)] tw-right-[25px]",
|
|
53944
53953
|
onClick: s[2] || (s[2] = (m) => r.value++)
|
|
53945
53954
|
}, [
|
|
53946
|
-
|
|
53955
|
+
fe(W(Ve), {
|
|
53947
53956
|
icon: "fas fa-arrow-right",
|
|
53948
53957
|
size: "xl"
|
|
53949
53958
|
})
|
|
53950
|
-
])) :
|
|
53959
|
+
])) : ce("", !0)
|
|
53951
53960
|
]),
|
|
53952
53961
|
te("div", Z8, [
|
|
53953
|
-
(V(!0), Z(
|
|
53962
|
+
(V(!0), Z(Pe, null, lt(h.images, (m, c) => (V(), Z("div", {
|
|
53954
53963
|
key: c,
|
|
53955
53964
|
class: je(["tw-m-1 tw-opacity-60", {
|
|
53956
53965
|
"vc-gallery-preview__images-item_current": c === r.value
|
|
53957
53966
|
}])
|
|
53958
53967
|
}, [
|
|
53959
|
-
|
|
53968
|
+
fe(W(oa), {
|
|
53960
53969
|
src: m.url,
|
|
53961
53970
|
size: "xl",
|
|
53962
53971
|
background: "contain",
|
|
@@ -53969,7 +53978,7 @@ const Y8 = /* @__PURE__ */ te("span", null, ")", -1), K8 = { class: "tw-w-full t
|
|
|
53969
53978
|
])
|
|
53970
53979
|
]),
|
|
53971
53980
|
_: 1
|
|
53972
|
-
}, 8, ["title"])) :
|
|
53981
|
+
}, 8, ["title"])) : ce("", !0);
|
|
53973
53982
|
}
|
|
53974
53983
|
});
|
|
53975
53984
|
const Q8 = { class: "vc-gallery" }, e6 = {
|
|
@@ -54080,14 +54089,14 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54080
54089
|
Oe(he($.label), 1)
|
|
54081
54090
|
]),
|
|
54082
54091
|
_: 1
|
|
54083
|
-
}, 8, ["tooltip", "required", "tooltip-icon"])) :
|
|
54092
|
+
}, 8, ["tooltip", "required", "tooltip-icon"])) : ce("", !0),
|
|
54084
54093
|
a.value && a.value.length || !$.disabled ? (V(), Z("div", e6, [
|
|
54085
54094
|
te("div", {
|
|
54086
54095
|
ref_key: "galleryRef",
|
|
54087
54096
|
ref: m,
|
|
54088
54097
|
class: "tw-flex tw-flex-wrap tw-w-full"
|
|
54089
54098
|
}, [
|
|
54090
|
-
(V(!0), Z(
|
|
54099
|
+
(V(!0), Z(Pe, null, lt(a.value, (T, C) => (V(), we(q8, {
|
|
54091
54100
|
key: `image_${C}`,
|
|
54092
54101
|
class: "tw-m-2 vc-gallery__item",
|
|
54093
54102
|
image: T,
|
|
@@ -54113,7 +54122,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54113
54122
|
name: $.name,
|
|
54114
54123
|
loading: $.loading,
|
|
54115
54124
|
onUpload: g
|
|
54116
|
-
}, null, 8, ["icon", "variant", "multiple", "rules", "name", "loading"])) :
|
|
54125
|
+
}, null, 8, ["icon", "variant", "multiple", "rules", "name", "loading"])) : ce("", !0)
|
|
54117
54126
|
], 512),
|
|
54118
54127
|
te("div", {
|
|
54119
54128
|
ref_key: "reorderGalleryRef",
|
|
@@ -54121,7 +54130,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54121
54130
|
class: "tw-w-0.5 tw-bg-[#41afe6] tw-h-full tw-absolute tw-top-0 tw-bottom-0 tw-z-[2] tw-hidden"
|
|
54122
54131
|
}, null, 512)
|
|
54123
54132
|
])) : (V(), Z("div", t6, [
|
|
54124
|
-
|
|
54133
|
+
fe(W(Bn), null, {
|
|
54125
54134
|
default: de(() => [
|
|
54126
54135
|
Oe(he(W(i)("COMPONENTS.ORGANISMS.VC_GALLERY.GALLERY_IS_EMPTY")), 1)
|
|
54127
54136
|
]),
|
|
@@ -54167,10 +54176,10 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54167
54176
|
setup(n) {
|
|
54168
54177
|
const { t: e } = _t({ useScope: "global" });
|
|
54169
54178
|
return (t, r) => {
|
|
54170
|
-
const i =
|
|
54171
|
-
return V(), Z(
|
|
54179
|
+
const i = Be("VcContainer");
|
|
54180
|
+
return V(), Z(Pe, null, [
|
|
54172
54181
|
te("div", l6, [
|
|
54173
|
-
|
|
54182
|
+
fe(i, {
|
|
54174
54183
|
"no-padding": "",
|
|
54175
54184
|
style: { "word-break": "break-word" }
|
|
54176
54185
|
}, {
|
|
@@ -54182,7 +54191,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54182
54191
|
]),
|
|
54183
54192
|
te("div", u6, [
|
|
54184
54193
|
te("div", c6, [
|
|
54185
|
-
|
|
54194
|
+
fe(W(On), {
|
|
54186
54195
|
text: "",
|
|
54187
54196
|
class: "tw-mr-5 tw-text-[#FF4A4A]",
|
|
54188
54197
|
onClick: r[0] || (r[0] = (o) => t.$emit("confirm"))
|
|
@@ -54192,7 +54201,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54192
54201
|
]),
|
|
54193
54202
|
_: 1
|
|
54194
54203
|
}),
|
|
54195
|
-
|
|
54204
|
+
fe(W(On), {
|
|
54196
54205
|
onClick: r[1] || (r[1] = (o) => t.$emit("close"))
|
|
54197
54206
|
}, {
|
|
54198
54207
|
default: de(() => [
|
|
@@ -54211,10 +54220,10 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54211
54220
|
setup(n) {
|
|
54212
54221
|
const { t: e } = _t({ useScope: "global" });
|
|
54213
54222
|
return (t, r) => {
|
|
54214
|
-
const i =
|
|
54215
|
-
return V(), Z(
|
|
54223
|
+
const i = Be("VcContainer");
|
|
54224
|
+
return V(), Z(Pe, null, [
|
|
54216
54225
|
te("div", d6, [
|
|
54217
|
-
|
|
54226
|
+
fe(i, {
|
|
54218
54227
|
"no-padding": "",
|
|
54219
54228
|
style: { "word-break": "break-word" }
|
|
54220
54229
|
}, {
|
|
@@ -54225,7 +54234,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54225
54234
|
})
|
|
54226
54235
|
]),
|
|
54227
54236
|
te("div", h6, [
|
|
54228
|
-
|
|
54237
|
+
fe(W(On), {
|
|
54229
54238
|
class: "tw-ml-auto",
|
|
54230
54239
|
onClick: r[0] || (r[0] = (o) => t.$emit("close"))
|
|
54231
54240
|
}, {
|
|
@@ -54266,7 +54275,7 @@ const Q8 = { class: "vc-gallery" }, e6 = {
|
|
|
54266
54275
|
});
|
|
54267
54276
|
const g6 = { class: "vc-popup__wrapper" }, v6 = { class: "vc-popup__inner" }, y6 = { class: "tw-truncate tw-grow tw-basis-0" };
|
|
54268
54277
|
function b6(n, e, t, r, i, o) {
|
|
54269
|
-
const a =
|
|
54278
|
+
const a = Be("VcIcon"), h = Be("VcPopupError"), s = Be("VcPopupWarning");
|
|
54270
54279
|
return V(), Z("div", {
|
|
54271
54280
|
class: je(["vc-popup", `vc-popup_${n.variant}`])
|
|
54272
54281
|
}, [
|
|
@@ -54285,7 +54294,7 @@ function b6(n, e, t, r, i, o) {
|
|
|
54285
54294
|
class: "vc-popup__header-icon",
|
|
54286
54295
|
icon: "fas fa-times",
|
|
54287
54296
|
onClick: e[0] || (e[0] = (m) => n.$emit("close"))
|
|
54288
|
-
})) :
|
|
54297
|
+
})) : ce("", !0)
|
|
54289
54298
|
], 2),
|
|
54290
54299
|
n.type === "error" ? (V(), we(h, {
|
|
54291
54300
|
key: 0,
|
|
@@ -54360,7 +54369,7 @@ const A6 = { class: "tw-relative tw-overflow-visible" }, T6 = {
|
|
|
54360
54369
|
t.value = !1;
|
|
54361
54370
|
}
|
|
54362
54371
|
return (m, c) => {
|
|
54363
|
-
const l =
|
|
54372
|
+
const l = Be("VcIcon");
|
|
54364
54373
|
return V(), Z("div", A6, [
|
|
54365
54374
|
te("div", {
|
|
54366
54375
|
ref_key: "filterToggle",
|
|
@@ -54368,12 +54377,12 @@ const A6 = { class: "tw-relative tw-overflow-visible" }, T6 = {
|
|
|
54368
54377
|
class: "tw-rounded-[3px] tw-bg-[#43b0e6] tw-flex tw-items-center tw-px-[10px] tw-text-white tw-h-[38px] tw-box-border tw-cursor-pointer",
|
|
54369
54378
|
onClick: c[0] || (c[0] = (u) => h(m.$isMobile.value))
|
|
54370
54379
|
}, [
|
|
54371
|
-
|
|
54380
|
+
fe(l, {
|
|
54372
54381
|
icon: "fas fa-filter",
|
|
54373
54382
|
size: "m"
|
|
54374
54383
|
}),
|
|
54375
|
-
m.title ? (V(), Z("span", T6, he(m.title), 1)) :
|
|
54376
|
-
m.counter ? (V(), Z("div", x6, he(m.counter), 1)) :
|
|
54384
|
+
m.title ? (V(), Z("span", T6, he(m.title), 1)) : ce("", !0),
|
|
54385
|
+
m.counter ? (V(), Z("div", x6, he(m.counter), 1)) : ce("", !0)
|
|
54377
54386
|
], 512),
|
|
54378
54387
|
(V(), we(Ko, { to: "body" }, [
|
|
54379
54388
|
t.value ? (V(), Z("div", {
|
|
@@ -54392,7 +54401,7 @@ const A6 = { class: "tw-relative tw-overflow-visible" }, T6 = {
|
|
|
54392
54401
|
onClick: c[1] || (c[1] = rt(() => {
|
|
54393
54402
|
}, ["stop"]))
|
|
54394
54403
|
}, [
|
|
54395
|
-
|
|
54404
|
+
fe(l, {
|
|
54396
54405
|
class: "vc-table-filter__panel-close tw-text-[#43b0e6] tw-cursor-pointer tw-self-end tw-shrink-0",
|
|
54397
54406
|
icon: "fas fa-times",
|
|
54398
54407
|
size: "xl",
|
|
@@ -54400,7 +54409,7 @@ const A6 = { class: "tw-relative tw-overflow-visible" }, T6 = {
|
|
|
54400
54409
|
}),
|
|
54401
54410
|
Ne(m.$slots, "default", { closePanel: s })
|
|
54402
54411
|
])
|
|
54403
|
-
], 6)) :
|
|
54412
|
+
], 6)) : ce("", !0)
|
|
54404
54413
|
]))
|
|
54405
54414
|
]);
|
|
54406
54415
|
};
|
|
@@ -54454,7 +54463,7 @@ const C6 = {
|
|
|
54454
54463
|
_ < fn ? o.value = _ < fn / 2 ? 0 : -fn : o.value = _ <= fn * 2 - hl * 2 ? -fn : -fn * 2, m.value = !1;
|
|
54455
54464
|
}
|
|
54456
54465
|
return (_, b) => {
|
|
54457
|
-
const w =
|
|
54466
|
+
const w = Be("VcIcon");
|
|
54458
54467
|
return V(), Z("div", {
|
|
54459
54468
|
class: je(["tw-relative tw-flex tw-flex-nowrap tw-items-stretch tw-transition tw-duration-200", { " tw-transition-none": m.value }]),
|
|
54460
54469
|
style: Mt(`transform: translateX(${o.value}px)`),
|
|
@@ -54469,12 +54478,12 @@ const C6 = {
|
|
|
54469
54478
|
class: je(["tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white", [`vc-table-mobile__item-action_${f.value[0].variant}`]]),
|
|
54470
54479
|
onClick: b[0] || (b[0] = rt((S) => f.value[0].clickHandler(_.item), ["stop"]))
|
|
54471
54480
|
}, [
|
|
54472
|
-
|
|
54481
|
+
fe(w, {
|
|
54473
54482
|
icon: f.value[0].icon
|
|
54474
54483
|
}, null, 8, ["icon"]),
|
|
54475
54484
|
te("div", k6, he(f.value[0].title), 1)
|
|
54476
54485
|
], 2)
|
|
54477
|
-
])) :
|
|
54486
|
+
])) : ce("", !0),
|
|
54478
54487
|
te("div", O6, [
|
|
54479
54488
|
Ne(_.$slots, "default")
|
|
54480
54489
|
]),
|
|
@@ -54483,7 +54492,7 @@ const C6 = {
|
|
|
54483
54492
|
class: je(["tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white", [`vc-table-mobile__item-action_${u.value[0].variant}`]]),
|
|
54484
54493
|
onClick: b[1] || (b[1] = rt((S) => u.value[0].clickHandler(_.item), ["stop"]))
|
|
54485
54494
|
}, [
|
|
54486
|
-
|
|
54495
|
+
fe(w, {
|
|
54487
54496
|
icon: u.value[0].icon
|
|
54488
54497
|
}, null, 8, ["icon"]),
|
|
54489
54498
|
te("div", L6, he(u.value[0].title), 1)
|
|
@@ -54493,17 +54502,17 @@ const C6 = {
|
|
|
54493
54502
|
class: je(["tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white", [`vc-table-mobile__item-action_${u.value[1].variant}`]]),
|
|
54494
54503
|
onClick: b[2] || (b[2] = rt((S) => u.value[1].clickHandler(_.item), ["stop"]))
|
|
54495
54504
|
}, [
|
|
54496
|
-
|
|
54505
|
+
fe(w, {
|
|
54497
54506
|
icon: u.value[1].icon
|
|
54498
54507
|
}, null, 8, ["icon"]),
|
|
54499
54508
|
te("div", I6, he(u.value[1].title), 1)
|
|
54500
|
-
], 2)) :
|
|
54501
|
-
u.value.length > 2 ? (V(), Z(
|
|
54509
|
+
], 2)) : ce("", !0),
|
|
54510
|
+
u.value.length > 2 ? (V(), Z(Pe, { key: 1 }, [
|
|
54502
54511
|
te("div", {
|
|
54503
54512
|
class: "tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white",
|
|
54504
54513
|
onClick: b[3] || (b[3] = rt((S) => c.value = !0, ["stop"]))
|
|
54505
54514
|
}, [
|
|
54506
|
-
|
|
54515
|
+
fe(w, { icon: "fas fa-ellipsis-h" }),
|
|
54507
54516
|
M6
|
|
54508
54517
|
]),
|
|
54509
54518
|
c.value ? (V(), we(Ko, {
|
|
@@ -54514,7 +54523,7 @@ const C6 = {
|
|
|
54514
54523
|
te("div", N6, [
|
|
54515
54524
|
te("div", P6, [
|
|
54516
54525
|
te("span", D6, he(W(i)("COMPONENTS.ORGANISMS.VC_TABLE.ALL_ACTIONS")), 1),
|
|
54517
|
-
|
|
54526
|
+
fe(w, {
|
|
54518
54527
|
class: "tw-text-[#c2d7e4]",
|
|
54519
54528
|
icon: "fas fa-times-circle",
|
|
54520
54529
|
size: "xl",
|
|
@@ -54522,12 +54531,12 @@ const C6 = {
|
|
|
54522
54531
|
})
|
|
54523
54532
|
]),
|
|
54524
54533
|
te("div", F6, [
|
|
54525
|
-
(V(!0), Z(
|
|
54534
|
+
(V(!0), Z(Pe, null, lt(l.value, (S, A) => (V(), Z("div", {
|
|
54526
54535
|
key: A,
|
|
54527
54536
|
class: "tw-flex tw-grow tw-shrink-0 tw-flex-col tw-items-center tw-text-[#319ed4] tw-my-2 tw-box-border tw-p-1 tw-max-w-[80px]",
|
|
54528
54537
|
onClick: (k) => S.clickHandler(_.item)
|
|
54529
54538
|
}, [
|
|
54530
|
-
|
|
54539
|
+
fe(w, {
|
|
54531
54540
|
icon: S.icon,
|
|
54532
54541
|
size: "xl"
|
|
54533
54542
|
}, null, 8, ["icon"]),
|
|
@@ -54536,9 +54545,9 @@ const C6 = {
|
|
|
54536
54545
|
])
|
|
54537
54546
|
])
|
|
54538
54547
|
])
|
|
54539
|
-
])) :
|
|
54540
|
-
], 64)) :
|
|
54541
|
-
])) :
|
|
54548
|
+
])) : ce("", !0)
|
|
54549
|
+
], 64)) : ce("", !0)
|
|
54550
|
+
])) : ce("", !0)
|
|
54542
54551
|
], 38);
|
|
54543
54552
|
};
|
|
54544
54553
|
}
|
|
@@ -54571,34 +54580,34 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54571
54580
|
return a !== void 0 ? a : null;
|
|
54572
54581
|
}, e.item));
|
|
54573
54582
|
return (i, o) => {
|
|
54574
|
-
const a =
|
|
54575
|
-
return i.cell.type === "money" ? (V(), Z(
|
|
54576
|
-
typeof Number(r.value) == "number" && Number(r.value) > 0 ? (V(), Z(
|
|
54583
|
+
const a = Be("VcImage"), h = Be("VcStatus"), s = Be("VcStatusIcon"), m = Be("VcLink");
|
|
54584
|
+
return i.cell.type === "money" ? (V(), Z(Pe, { key: 0 }, [
|
|
54585
|
+
typeof Number(r.value) == "number" && Number(r.value) > 0 ? (V(), Z(Pe, { key: 0 }, [
|
|
54577
54586
|
te("span", null, he(Math.trunc(Number(r.value))), 1),
|
|
54578
54587
|
te("span", V6, "." + he(`${Number(r.value) * 100 % 100}`.padEnd(2, "0").slice(0, 2)), 1)
|
|
54579
54588
|
], 64)) : (V(), Z("span", H6, "N/A"))
|
|
54580
54589
|
], 64)) : i.cell.type === "date-ago" ? (V(), Z("span", W6, [
|
|
54581
|
-
r.value ? (V(), Z(
|
|
54590
|
+
r.value ? (V(), Z(Pe, { key: 0 }, [
|
|
54582
54591
|
Oe(he(W(Ie)(r.value).fromNow()), 1)
|
|
54583
|
-
], 64)) : (V(), Z(
|
|
54592
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
54584
54593
|
Oe("N/A")
|
|
54585
54594
|
], 64))
|
|
54586
54595
|
])) : i.cell.type === "date" || i.cell.type === "time" || i.cell.type === "date-time" ? (V(), Z("span", z6, [
|
|
54587
|
-
r.value ? (V(), Z(
|
|
54588
|
-
i.cell.format ? (V(), Z(
|
|
54596
|
+
r.value ? (V(), Z(Pe, { key: 0 }, [
|
|
54597
|
+
i.cell.format ? (V(), Z(Pe, { key: 0 }, [
|
|
54589
54598
|
Oe(he(W(Ie)(r.value).locale(W(t)).format(i.cell.format)), 1)
|
|
54590
|
-
], 64)) : (V(), Z(
|
|
54591
|
-
i.cell.type === "date" ? (V(), Z(
|
|
54599
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
54600
|
+
i.cell.type === "date" ? (V(), Z(Pe, { key: 0 }, [
|
|
54592
54601
|
Oe(he(r.value instanceof Date && r.value.toLocaleDateString()), 1)
|
|
54593
|
-
], 64)) :
|
|
54594
|
-
i.cell.type === "time" ? (V(), Z(
|
|
54602
|
+
], 64)) : ce("", !0),
|
|
54603
|
+
i.cell.type === "time" ? (V(), Z(Pe, { key: 1 }, [
|
|
54595
54604
|
Oe(he(r.value instanceof Date && r.value.toLocaleTimeString()), 1)
|
|
54596
|
-
], 64)) :
|
|
54597
|
-
i.cell.type === "date-time" ? (V(), Z(
|
|
54605
|
+
], 64)) : ce("", !0),
|
|
54606
|
+
i.cell.type === "date-time" ? (V(), Z(Pe, { key: 2 }, [
|
|
54598
54607
|
Oe(he(r.value.toLocaleString()), 1)
|
|
54599
|
-
], 64)) :
|
|
54608
|
+
], 64)) : ce("", !0)
|
|
54600
54609
|
], 64))
|
|
54601
|
-
], 64)) : (V(), Z(
|
|
54610
|
+
], 64)) : (V(), Z(Pe, { key: 1 }, [
|
|
54602
54611
|
Oe("N/A")
|
|
54603
54612
|
], 64))
|
|
54604
54613
|
])) : i.cell.type === "image" ? (V(), we(a, {
|
|
@@ -54614,7 +54623,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54614
54623
|
]),
|
|
54615
54624
|
_: 1
|
|
54616
54625
|
})) : i.cell.type === "status-icon" ? (V(), Z("div", G6, [
|
|
54617
|
-
|
|
54626
|
+
fe(s, {
|
|
54618
54627
|
status: r.value
|
|
54619
54628
|
}, null, 8, ["status"])
|
|
54620
54629
|
])) : i.cell.type === "number" ? (V(), Z("span", q6, he(Number(r.value).toFixed(0)), 1)) : i.cell.type === "link" ? (V(), we(m, { key: 7 }, {
|
|
@@ -54650,9 +54659,9 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54650
54659
|
r.value && (r.value = !1);
|
|
54651
54660
|
}
|
|
54652
54661
|
return (l, u) => {
|
|
54653
|
-
const f =
|
|
54662
|
+
const f = Be("VcButton"), d = Be("VcContainer");
|
|
54654
54663
|
return V(), Z("div", J6, [
|
|
54655
|
-
|
|
54664
|
+
fe(f, {
|
|
54656
54665
|
ref_key: "referenceButton",
|
|
54657
54666
|
ref: i,
|
|
54658
54667
|
small: "",
|
|
@@ -54673,7 +54682,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54673
54682
|
}, {
|
|
54674
54683
|
default: de(() => [
|
|
54675
54684
|
te("div", Z6, [
|
|
54676
|
-
(V(!0), Z(
|
|
54685
|
+
(V(!0), Z(Pe, null, lt(l.items, (p) => (V(), Z("div", {
|
|
54677
54686
|
key: p.id,
|
|
54678
54687
|
class: je(["tw-flex tw-items-center tw-min-h-[30px] tw-box-border tw-rounded-[3px] tw-px-2 tw-cursor-pointer hover:tw-bg-[#eff7fc] tw-border-b", { "tw-bg-[#eff7fc]": p.visible || !("visible" in p) }]),
|
|
54679
54688
|
onClick: (g) => s(p)
|
|
@@ -54681,10 +54690,10 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54681
54690
|
])
|
|
54682
54691
|
]),
|
|
54683
54692
|
_: 1
|
|
54684
|
-
})) :
|
|
54693
|
+
})) : ce("", !0)
|
|
54685
54694
|
], 4)), [
|
|
54686
54695
|
[W(Ai), c]
|
|
54687
|
-
]) :
|
|
54696
|
+
]) : ce("", !0)
|
|
54688
54697
|
]))
|
|
54689
54698
|
]);
|
|
54690
54699
|
};
|
|
@@ -54769,13 +54778,13 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54769
54778
|
let m = null, c = null;
|
|
54770
54779
|
const l = se([]), u = se(!1), f = se(), d = se(), p = se(), g = se([]), v = se([]), y = se(), _ = se(!1), b = se(), w = se(), S = se(), A = U$(), k = se(), O = Ib("VC_TABLE_STATE_" + t.stateKey.toUpperCase(), []), $ = se([]), E = se(), T = se(), C = se(), x = se(), L = se(!1), I = se(), R = se();
|
|
54771
54780
|
qo(() => {
|
|
54772
|
-
|
|
54781
|
+
Fe() && ct();
|
|
54773
54782
|
}), na(() => {
|
|
54774
54783
|
xe();
|
|
54775
54784
|
}), Ad(() => {
|
|
54776
54785
|
g.value = [], o.value = [];
|
|
54777
54786
|
}), iu(() => {
|
|
54778
|
-
|
|
54787
|
+
Fe() && Je();
|
|
54779
54788
|
});
|
|
54780
54789
|
const j = me(() => {
|
|
54781
54790
|
const oe = t.sort?.split(":");
|
|
@@ -54980,10 +54989,10 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
54980
54989
|
if (oe.preventDefault(), E.value) {
|
|
54981
54990
|
const Ye = $.value.indexOf(E.value), Ce = $.value.indexOf(Te);
|
|
54982
54991
|
let at = Ye !== Ce;
|
|
54983
|
-
at && (Ce - Ye === 1 && C.value === -1 || Ce - Ye === -1 && C.value === 1) && (at = !1), at && (bt($.value, Ye, Ce),
|
|
54992
|
+
at && (Ce - Ye === 1 && C.value === -1 || Ce - Ye === -1 && C.value === 1) && (at = !1), at && (bt($.value, Ye, Ce), Fe() && Je()), h.value && (h.value.style.display = "none"), T.value && (T.value.draggable = !1), E.value = null, C.value = null;
|
|
54984
54993
|
}
|
|
54985
54994
|
}
|
|
54986
|
-
function
|
|
54995
|
+
function Fe() {
|
|
54987
54996
|
return t.stateKey != null;
|
|
54988
54997
|
}
|
|
54989
54998
|
function Je() {
|
|
@@ -55009,7 +55018,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55009
55018
|
t.reorderableColumns && (oe.currentTarget.draggable = !0);
|
|
55010
55019
|
}
|
|
55011
55020
|
function ot(oe) {
|
|
55012
|
-
oe && ($.value = $.value.map((Te) => (Te === oe && (Te = oe), Te))),
|
|
55021
|
+
oe && ($.value = $.value.map((Te) => (Te === oe && (Te = oe), Te))), Fe() && Je();
|
|
55013
55022
|
}
|
|
55014
55023
|
function Dt(oe) {
|
|
55015
55024
|
t.reorderableRows && (oe.currentTarget.draggable = !0);
|
|
@@ -55051,14 +55060,14 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55051
55060
|
(oe.$slots.header || oe.header) && (oe.items && oe.items.length || oe.searchValue || oe.searchValue === "" || oe.activeFilterCount) ? Ne(oe.$slots, "header", { key: 0 }, () => [
|
|
55052
55061
|
te("div", t9, [
|
|
55053
55062
|
oe.$isMobile.value && oe.$slots.filters ? (V(), Z("div", n9, [
|
|
55054
|
-
|
|
55063
|
+
fe(wv, { counter: oe.activeFilterCount }, {
|
|
55055
55064
|
default: de(({ closePanel: Ce }) => [
|
|
55056
55065
|
Ne(oe.$slots, "filters", { closePanel: Ce })
|
|
55057
55066
|
]),
|
|
55058
55067
|
_: 3
|
|
55059
55068
|
}, 8, ["counter"])
|
|
55060
|
-
])) :
|
|
55061
|
-
|
|
55069
|
+
])) : ce("", !0),
|
|
55070
|
+
fe(W(Nn), {
|
|
55062
55071
|
class: "tw-grow tw-basis-0",
|
|
55063
55072
|
placeholder: oe.searchPlaceholder,
|
|
55064
55073
|
clearable: "",
|
|
@@ -55067,7 +55076,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55067
55076
|
"onUpdate:modelValue": Te[0] || (Te[0] = (Ce) => oe.$emit("search:change", Ce))
|
|
55068
55077
|
}, null, 8, ["placeholder", "model-value"]),
|
|
55069
55078
|
oe.$isDesktop.value && oe.$slots.filters ? (V(), Z("div", r9, [
|
|
55070
|
-
|
|
55079
|
+
fe(wv, {
|
|
55071
55080
|
title: W(i)("COMPONENTS.ORGANISMS.VC_TABLE.ALL_FILTERS"),
|
|
55072
55081
|
counter: oe.activeFilterCount,
|
|
55073
55082
|
"parent-expanded": oe.expanded
|
|
@@ -55077,9 +55086,9 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55077
55086
|
]),
|
|
55078
55087
|
_: 3
|
|
55079
55088
|
}, 8, ["title", "counter", "parent-expanded"])
|
|
55080
|
-
])) :
|
|
55089
|
+
])) : ce("", !0)
|
|
55081
55090
|
])
|
|
55082
|
-
]) :
|
|
55091
|
+
]) : ce("", !0),
|
|
55083
55092
|
Ht((V(), Z("div", i9, [
|
|
55084
55093
|
oe.items && oe.items.length ? (V(), we(W(Xi), {
|
|
55085
55094
|
key: 0,
|
|
@@ -55092,7 +55101,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55092
55101
|
}, {
|
|
55093
55102
|
default: de(() => [
|
|
55094
55103
|
oe.$isMobile.value && oe.$slots["mobile-item"] ? (V(), Z("div", o9, [
|
|
55095
|
-
(V(!0), Z(
|
|
55104
|
+
(V(!0), Z(Pe, null, lt(oe.items, (Ce, at) => (V(), we(U6, {
|
|
55096
55105
|
key: at,
|
|
55097
55106
|
item: Ce,
|
|
55098
55107
|
"action-builder": oe.itemActionBuilder,
|
|
@@ -55118,7 +55127,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55118
55127
|
te("tr", a9, [
|
|
55119
55128
|
oe.multiselect ? (V(), Z("th", l9, [
|
|
55120
55129
|
te("div", u9, [
|
|
55121
|
-
|
|
55130
|
+
fe(W(Rs), {
|
|
55122
55131
|
modelValue: B.value,
|
|
55123
55132
|
"onUpdate:modelValue": Te[1] || (Te[1] = (Ce) => B.value = Ce),
|
|
55124
55133
|
onClick: Te[2] || (Te[2] = rt(() => {
|
|
@@ -55126,9 +55135,9 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55126
55135
|
}, null, 8, ["modelValue"])
|
|
55127
55136
|
]),
|
|
55128
55137
|
c9
|
|
55129
|
-
])) :
|
|
55130
|
-
oe.itemActionBuilder ? (V(), Z("th", f9, h9)) :
|
|
55131
|
-
(V(!0), Z(
|
|
55138
|
+
])) : ce("", !0),
|
|
55139
|
+
oe.itemActionBuilder ? (V(), Z("th", f9, h9)) : ce("", !0),
|
|
55140
|
+
(V(!0), Z(Pe, null, lt(F.value, (Ce) => (V(), Z("th", {
|
|
55132
55141
|
id: Ce.id,
|
|
55133
55142
|
key: Ce.id,
|
|
55134
55143
|
class: je(["tw-h-[42px] tw-bg-[#f9f9f9] !tw-border-0 tw-shadow-[inset_0px_1px_0px_#eaedf3,_inset_0px_-1px_0px_#eaedf3] tw-box-border tw-sticky tw-top-0 tw-select-none tw-overflow-hidden tw-z-[1]", {
|
|
@@ -55151,16 +55160,16 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55151
55160
|
])
|
|
55152
55161
|
]),
|
|
55153
55162
|
D.value === Ce.id ? (V(), Z("div", g9, [
|
|
55154
|
-
|
|
55163
|
+
fe(W(Ve), {
|
|
55155
55164
|
size: "xs",
|
|
55156
55165
|
icon: `fas fa-caret-${j.value === "DESC" ? "down" : "up"}`
|
|
55157
55166
|
}, null, 8, ["icon"])
|
|
55158
55167
|
])) : (V(), Z("div", v9, [
|
|
55159
|
-
|
|
55168
|
+
fe(W(Ve), {
|
|
55160
55169
|
size: "xs",
|
|
55161
55170
|
icon: "fas fa-caret-up"
|
|
55162
55171
|
}),
|
|
55163
|
-
|
|
55172
|
+
fe(W(Ve), {
|
|
55164
55173
|
size: "xs",
|
|
55165
55174
|
icon: "fas fa-caret-down"
|
|
55166
55175
|
})
|
|
@@ -55173,11 +55182,11 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55173
55182
|
], 46, p9))), 128)),
|
|
55174
55183
|
_9,
|
|
55175
55184
|
t.expanded ? (V(), Z("div", S9, [
|
|
55176
|
-
|
|
55185
|
+
fe(Q6, {
|
|
55177
55186
|
items: P.value.filter((Ce) => Ce !== void 0),
|
|
55178
55187
|
onChange: ot
|
|
55179
55188
|
}, null, 8, ["items"])
|
|
55180
|
-
])) :
|
|
55189
|
+
])) : ce("", !0)
|
|
55181
55190
|
]),
|
|
55182
55191
|
te("div", {
|
|
55183
55192
|
ref_key: "resizer",
|
|
@@ -55189,12 +55198,12 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55189
55198
|
ref: h,
|
|
55190
55199
|
class: "tw-w-0.5 tw-bg-[#41afe6] tw-h-full tw-absolute tw-top-0 tw-bottom-0 tw-z-[2] tw-hidden"
|
|
55191
55200
|
}, null, 512)
|
|
55192
|
-
])) :
|
|
55201
|
+
])) : ce("", !0),
|
|
55193
55202
|
oe.selectAll && z.value ? (V(), Z("div", E9, [
|
|
55194
55203
|
te("div", A9, [
|
|
55195
55204
|
te("div", null, [
|
|
55196
55205
|
Oe(he(u.value ? W(i)("COMPONENTS.ORGANISMS.VC_TABLE.ALL_SELECTED") : W(i)("COMPONENTS.ORGANISMS.VC_TABLE.CURRENT_PAGE_SELECTED")) + " ", 1),
|
|
55197
|
-
|
|
55206
|
+
fe(W(On), {
|
|
55198
55207
|
text: "",
|
|
55199
55208
|
class: "tw-text-[13px]",
|
|
55200
55209
|
onClick: H
|
|
@@ -55206,12 +55215,12 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55206
55215
|
})
|
|
55207
55216
|
])
|
|
55208
55217
|
])
|
|
55209
|
-
])) :
|
|
55218
|
+
])) : ce("", !0),
|
|
55210
55219
|
oe.items ? (V(), Z("tbody", {
|
|
55211
55220
|
key: 2,
|
|
55212
55221
|
class: je(["vc-table__body", { "tw-translate-y-[60px]": oe.selectAll && z.value }])
|
|
55213
55222
|
}, [
|
|
55214
|
-
(V(!0), Z(
|
|
55223
|
+
(V(!0), Z(Pe, null, lt(oe.items, (Ce, at) => (V(), Z("tr", {
|
|
55215
55224
|
key: typeof Ce == "object" && "id" in Ce && Ce.id || at,
|
|
55216
55225
|
class: je(["vc-table__body-row tw-h-[60px] tw-bg-white hover:!tw-bg-[#dfeef9] tw-cursor-pointer", {
|
|
55217
55226
|
"!tw-bg-[#F9F9F9]": at % 2 === 1,
|
|
@@ -55233,13 +55242,13 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55233
55242
|
}, ["stop"]))
|
|
55234
55243
|
}, [
|
|
55235
55244
|
te("div", x9, [
|
|
55236
|
-
|
|
55245
|
+
fe(W(Rs), {
|
|
55237
55246
|
"model-value": U(Ce),
|
|
55238
55247
|
"onUpdate:modelValue": (Qe) => Y(Ce)
|
|
55239
55248
|
}, null, 8, ["model-value", "onUpdate:modelValue"])
|
|
55240
55249
|
]),
|
|
55241
55250
|
C9
|
|
55242
|
-
])) :
|
|
55251
|
+
])) : ce("", !0),
|
|
55243
55252
|
oe.itemActionBuilder && typeof Ce == "object" ? (V(), Z("td", {
|
|
55244
55253
|
key: 1,
|
|
55245
55254
|
class: "tw-box-border tw-overflow-visible tw-w-[21px] tw-max-w-[21px] tw-min-w-[21px] tw-relative",
|
|
@@ -55256,7 +55265,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55256
55265
|
disabled: !(v.value[at] && v.value[at].length),
|
|
55257
55266
|
onClick: rt((Qe) => ve(Ce, Ce.id), ["stop"])
|
|
55258
55267
|
}, [
|
|
55259
|
-
|
|
55268
|
+
fe(W(Ve), {
|
|
55260
55269
|
icon: "fas fa-ellipsis-v",
|
|
55261
55270
|
size: "m"
|
|
55262
55271
|
})
|
|
@@ -55269,7 +55278,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55269
55278
|
onMouseleave: J
|
|
55270
55279
|
}, [
|
|
55271
55280
|
te("div", $9, [
|
|
55272
|
-
(V(!0), Z(
|
|
55281
|
+
(V(!0), Z(Pe, null, lt(v.value[at], (Qe, yn) => (V(), Z("div", {
|
|
55273
55282
|
key: yn,
|
|
55274
55283
|
class: je([
|
|
55275
55284
|
"tw-flex tw-flex-row tw-items-center tw-text-[#319ed4] tw-cursor-pointer",
|
|
@@ -55277,7 +55286,7 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55277
55286
|
]),
|
|
55278
55287
|
onClick: rt((mr) => Qe.clickHandler(Ce), ["stop"])
|
|
55279
55288
|
}, [
|
|
55280
|
-
|
|
55289
|
+
fe(W(Ve), {
|
|
55281
55290
|
icon: Qe.icon,
|
|
55282
55291
|
size: "m"
|
|
55283
55292
|
}, null, 8, ["icon"]),
|
|
@@ -55295,8 +55304,8 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55295
55304
|
])
|
|
55296
55305
|
]),
|
|
55297
55306
|
M9
|
|
55298
|
-
])) :
|
|
55299
|
-
(V(!0), Z(
|
|
55307
|
+
])) : ce("", !0),
|
|
55308
|
+
(V(!0), Z(Pe, null, lt(F.value, (Qe) => (V(), Z("td", {
|
|
55300
55309
|
key: `${typeof Ce == "object" && "id" in Ce && Ce.id || at}_${Qe.id}`,
|
|
55301
55310
|
class: je(["tw-box-border tw-overflow-hidden tw-px-3 [&~:not(.vc-image)]:tw-truncate", Qe.class]),
|
|
55302
55311
|
style: Mt({ maxWidth: Qe.width, width: Qe.width })
|
|
@@ -55309,22 +55318,22 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55309
55318
|
key: 0,
|
|
55310
55319
|
cell: Qe,
|
|
55311
55320
|
item: Ce
|
|
55312
|
-
}, null, 8, ["cell", "item"])) :
|
|
55321
|
+
}, null, 8, ["cell", "item"])) : ce("", !0)
|
|
55313
55322
|
])
|
|
55314
55323
|
], 6))), 128)),
|
|
55315
55324
|
R9
|
|
55316
55325
|
], 42, T9))), 128))
|
|
55317
|
-
], 2)) :
|
|
55326
|
+
], 2)) : ce("", !0)
|
|
55318
55327
|
], 2))
|
|
55319
55328
|
]),
|
|
55320
55329
|
_: 3
|
|
55321
|
-
}, 8, ["use-ptr"])) : (V(), Z(
|
|
55330
|
+
}, 8, ["use-ptr"])) : (V(), Z(Pe, { key: 1 }, [
|
|
55322
55331
|
oe.searchValue || oe.searchValue === "" || oe.activeFilterCount ? Ne(oe.$slots, "notfound", { key: 0 }, () => [
|
|
55323
55332
|
oe.notfound ? (V(), Z("div", N9, [
|
|
55324
55333
|
oe.notfound.image ? (V(), Z("img", {
|
|
55325
55334
|
key: 0,
|
|
55326
55335
|
src: oe.notfound.image
|
|
55327
|
-
}, null, 8, P9)) :
|
|
55336
|
+
}, null, 8, P9)) : ce("", !0),
|
|
55328
55337
|
te("div", D9, he(oe.notfound.text), 1),
|
|
55329
55338
|
oe.notfound.action ? (V(), we(W(On), {
|
|
55330
55339
|
key: 1,
|
|
@@ -55334,14 +55343,14 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55334
55343
|
Oe(he(oe.notfound.action), 1)
|
|
55335
55344
|
]),
|
|
55336
55345
|
_: 1
|
|
55337
|
-
}, 8, ["onClick"])) :
|
|
55338
|
-
])) :
|
|
55346
|
+
}, 8, ["onClick"])) : ce("", !0)
|
|
55347
|
+
])) : ce("", !0)
|
|
55339
55348
|
]) : Ne(oe.$slots, "empty", { key: 1 }, () => [
|
|
55340
55349
|
oe.empty ? (V(), Z("div", F9, [
|
|
55341
55350
|
oe.empty.image ? (V(), Z("img", {
|
|
55342
55351
|
key: 0,
|
|
55343
55352
|
src: oe.empty.image
|
|
55344
|
-
}, null, 8, B9)) :
|
|
55353
|
+
}, null, 8, B9)) : ce("", !0),
|
|
55345
55354
|
te("div", j9, he(oe.empty.text), 1),
|
|
55346
55355
|
oe.empty.action ? (V(), we(W(On), {
|
|
55347
55356
|
key: 1,
|
|
@@ -55351,8 +55360,8 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55351
55360
|
Oe(he(oe.empty.action), 1)
|
|
55352
55361
|
]),
|
|
55353
55362
|
_: 1
|
|
55354
|
-
}, 8, ["onClick"])) :
|
|
55355
|
-
])) :
|
|
55363
|
+
}, 8, ["onClick"])) : ce("", !0)
|
|
55364
|
+
])) : ce("", !0)
|
|
55356
55365
|
])
|
|
55357
55366
|
], 64))
|
|
55358
55367
|
])), [
|
|
@@ -55360,18 +55369,18 @@ const V6 = { class: "tw-text-[#a5a5a5] tw-text-xs" }, H6 = { key: 1 }, W6 = {
|
|
|
55360
55369
|
]),
|
|
55361
55370
|
(oe.$slots.footer || oe.footer) && oe.items && oe.items.length ? Ne(oe.$slots, "footer", { key: 1 }, () => [
|
|
55362
55371
|
te("div", U9, [
|
|
55363
|
-
|
|
55372
|
+
fe(W(xb), {
|
|
55364
55373
|
expanded: oe.expanded,
|
|
55365
55374
|
pages: oe.pages,
|
|
55366
55375
|
"current-page": oe.currentPage,
|
|
55367
55376
|
onItemClick: Te[6] || (Te[6] = (Ce) => oe.$emit("paginationClick", Ce))
|
|
55368
55377
|
}, null, 8, ["expanded", "pages", "current-page"]),
|
|
55369
|
-
|
|
55378
|
+
fe(E6, {
|
|
55370
55379
|
label: oe.totalLabel,
|
|
55371
55380
|
value: oe.totalCount
|
|
55372
55381
|
}, null, 8, ["label", "value"])
|
|
55373
55382
|
])
|
|
55374
|
-
]) :
|
|
55383
|
+
]) : ce("", !0)
|
|
55375
55384
|
]);
|
|
55376
55385
|
};
|
|
55377
55386
|
}
|