@point-hub/papp 0.0.146 → 0.0.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/base-mention.vue.d.ts +3 -0
- package/dist/index.css +1 -1
- package/dist/index.js +142 -134
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Fa from "vue";
|
|
2
|
-
import { defineComponent as R, ref as E, provide as Pe, createElementBlock as B, openBlock as w, renderSlot as Q, inject as Se, watch as ne, resolveComponent as K, createVNode as H, createElementVNode as O, withCtx as _, toDisplayString as q, normalizeClass as z, normalizeStyle as Ye, createTextVNode as
|
|
2
|
+
import { defineComponent as R, ref as E, provide as Pe, createElementBlock as B, openBlock as w, renderSlot as Q, inject as Se, watch as ne, resolveComponent as K, createVNode as H, createElementVNode as O, withCtx as _, toDisplayString as q, normalizeClass as z, normalizeStyle as Ye, createTextVNode as Ie, createCommentVNode as V, createBlock as Y, computed as T, Fragment as fe, renderList as Me, unref as N, shallowRef as Rn, triggerRef as _a, onScopeDispose as Lo, onUnmounted as De, nextTick as ke, watchEffect as Ee, onMounted as te, cloneVNode as Fo, h as ue, toRaw as Le, reactive as pr, getCurrentInstance as _o, Teleport as $l, Transition as Vo, toRef as Rl, readonly as Ll, customRef as Fl, getCurrentScope as _l, toValue as ut, useCssVars as Vl, useSlots as No, toRefs as jo, withKeys as Nl, withDirectives as Xe, vShow as jl, onBeforeUnmount as vr, isRef as gt, resolveDynamicComponent as ur, mergeProps as Wl, normalizeProps as Hl, guardReactiveProps as ql, useModel as de, isReactive as Va, isVNode as zl, createApp as Na, createSlots as Ul, mergeModels as we, vModelCheckbox as Wo, resolveDirective as Ho, vModelText as Ut, vModelDynamic as Yl } from "vue";
|
|
3
3
|
import { useRoute as qo } from "vue-router";
|
|
4
4
|
import { defineStore as mr } from "pinia";
|
|
5
5
|
const Xl = { class: "accordion-container" }, Ql = /* @__PURE__ */ R({
|
|
@@ -71,7 +71,7 @@ const Xl = { class: "accordion-container" }, Ql = /* @__PURE__ */ R({
|
|
|
71
71
|
})
|
|
72
72
|
}, [
|
|
73
73
|
Q(d.$slots, "default", {}, () => [
|
|
74
|
-
|
|
74
|
+
Ie(q(s.content), 1)
|
|
75
75
|
], !0)
|
|
76
76
|
], 6)
|
|
77
77
|
]);
|
|
@@ -110,19 +110,19 @@ const Xl = { class: "accordion-container" }, Ql = /* @__PURE__ */ R({
|
|
|
110
110
|
O("div", ts, [
|
|
111
111
|
e.icon ? (w(), B("div", ns, [
|
|
112
112
|
e.icon === "success" ? (w(), B("i", rs)) : V("", !0),
|
|
113
|
-
e.icon === "info" ? (w(),
|
|
113
|
+
e.icon === "info" ? (w(), Y(s, {
|
|
114
114
|
key: 1,
|
|
115
115
|
icon: "i-fa7-regular:circle-info"
|
|
116
116
|
})) : V("", !0),
|
|
117
|
-
e.icon === "success" ? (w(),
|
|
117
|
+
e.icon === "success" ? (w(), Y(s, {
|
|
118
118
|
key: 2,
|
|
119
119
|
icon: "i-fa7-regular:circle-check"
|
|
120
120
|
})) : V("", !0),
|
|
121
|
-
e.icon === "warning" ? (w(),
|
|
121
|
+
e.icon === "warning" ? (w(), Y(s, {
|
|
122
122
|
key: 3,
|
|
123
123
|
icon: "i-fa7-regular:circle-exclamation"
|
|
124
124
|
})) : V("", !0),
|
|
125
|
-
e.icon === "danger" ? (w(),
|
|
125
|
+
e.icon === "danger" ? (w(), Y(s, {
|
|
126
126
|
key: 4,
|
|
127
127
|
icon: "i-fa7-regular:triangle-exclamation"
|
|
128
128
|
})) : V("", !0)
|
|
@@ -138,7 +138,7 @@ const Xl = { class: "accordion-container" }, Ql = /* @__PURE__ */ R({
|
|
|
138
138
|
])
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
|
-
e.isDismissable ? (w(),
|
|
141
|
+
e.isDismissable ? (w(), Y(d, {
|
|
142
142
|
key: 0,
|
|
143
143
|
type: "button",
|
|
144
144
|
onClick: l[0] || (l[0] = (u) => o()),
|
|
@@ -242,7 +242,7 @@ const ps = /* @__PURE__ */ oe(ds, [["render", fs], ["__scopeId", "data-v-85c79e7
|
|
|
242
242
|
setup(e) {
|
|
243
243
|
const t = e;
|
|
244
244
|
return (n, r) => (w(), B("ul", gs, [
|
|
245
|
-
(w(!0), B(fe, null,
|
|
245
|
+
(w(!0), B(fe, null, Me(t.items, (a, o) => (w(), B("li", {
|
|
246
246
|
key: o,
|
|
247
247
|
class: "breadcrumb-li"
|
|
248
248
|
}, [
|
|
@@ -323,7 +323,7 @@ const ps = /* @__PURE__ */ oe(ds, [["render", fs], ["__scopeId", "data-v-85c79e7
|
|
|
323
323
|
O("div", Os, [
|
|
324
324
|
O("div", null, [
|
|
325
325
|
Q(t.$slots, "header", {}, () => [
|
|
326
|
-
|
|
326
|
+
Ie(q(e.title), 1)
|
|
327
327
|
], !0)
|
|
328
328
|
]),
|
|
329
329
|
O("div", null, [
|
|
@@ -1404,7 +1404,7 @@ let si = /* @__PURE__ */ Symbol("VirtualContext"), fu = R({ name: "VirtualProvid
|
|
|
1404
1404
|
} }), pu = R({ name: "Combobox", emits: { "update:modelValue": (e) => !0 }, props: { as: { type: [Object, String], default: "template" }, disabled: { type: [Boolean], default: !1 }, by: { type: [String, Function], nullable: !0, default: null }, modelValue: { type: [Object, String, Number, Boolean], default: void 0 }, defaultValue: { type: [Object, String, Number, Boolean], default: void 0 }, form: { type: String, optional: !0 }, name: { type: String, optional: !0 }, nullable: { type: Boolean, default: !1 }, multiple: { type: [Boolean], default: !1 }, immediate: { type: [Boolean], default: !1 }, virtual: { type: Object, default: null } }, inheritAttrs: !1, setup(e, { slots: t, attrs: n, emit: r }) {
|
|
1405
1405
|
let a = E(1), o = E(null), i = E(null), l = E(null), s = E(null), d = E({ static: !1, hold: !1 }), u = E([]), c = E(null), f = E(2), h = E(!1);
|
|
1406
1406
|
function g(P = (I) => I) {
|
|
1407
|
-
let I = c.value !== null ? u.value[c.value] : null, L = P(u.value.slice()), $ = L.length > 0 && L[0].dataRef.order.value !== null ? L.sort((
|
|
1407
|
+
let I = c.value !== null ? u.value[c.value] : null, L = P(u.value.slice()), $ = L.length > 0 && L[0].dataRef.order.value !== null ? L.sort((X, G) => X.dataRef.order.value - G.dataRef.order.value) : bt(L, (X) => F(X.dataRef.domRef)), U = I ? $.indexOf(I) : null;
|
|
1408
1408
|
return U === -1 && (U = null), { options: $, activeOptionIndex: U };
|
|
1409
1409
|
}
|
|
1410
1410
|
let p = T(() => e.multiple ? 1 : 0), m = T(() => e.nullable), [b, y] = Yo(T(() => e.modelValue), (P) => r("update:modelValue", P), T(() => e.defaultValue)), C = T(() => b.value === void 0 ? Ce(p.value, { 1: [], 0: void 0 }) : b.value), v = null, x = null;
|
|
@@ -1464,22 +1464,22 @@ let si = /* @__PURE__ */ Symbol("VirtualContext"), fu = R({ name: "VirtualProvid
|
|
|
1464
1464
|
if (e.disabled || s.value && !d.value.static && a.value === 1) return;
|
|
1465
1465
|
if (A.virtual.value) {
|
|
1466
1466
|
c.value = P === be.Specific ? I : Hr({ focus: P }, { resolveItems: () => A.virtual.value.options, resolveActiveIndex: () => {
|
|
1467
|
-
var
|
|
1468
|
-
return (G = (
|
|
1467
|
+
var X, G;
|
|
1468
|
+
return (G = (X = A.activeOptionIndex.value) != null ? X : A.virtual.value.options.findIndex((ae) => {
|
|
1469
1469
|
var re;
|
|
1470
1470
|
return !((re = A.virtual.value) != null && re.disabled(ae));
|
|
1471
1471
|
})) != null ? G : null;
|
|
1472
|
-
}, resolveDisabled: (
|
|
1472
|
+
}, resolveDisabled: (X) => A.virtual.value.disabled(X), resolveId() {
|
|
1473
1473
|
throw new Error("Function not implemented.");
|
|
1474
1474
|
} }), f.value = L ?? 2;
|
|
1475
1475
|
return;
|
|
1476
1476
|
}
|
|
1477
1477
|
let $ = g();
|
|
1478
1478
|
if ($.activeOptionIndex === null) {
|
|
1479
|
-
let
|
|
1480
|
-
|
|
1479
|
+
let X = $.options.findIndex((G) => !G.dataRef.disabled);
|
|
1480
|
+
X !== -1 && ($.activeOptionIndex = X);
|
|
1481
1481
|
}
|
|
1482
|
-
let U = P === be.Specific ? I : Hr({ focus: P }, { resolveItems: () => $.options, resolveActiveIndex: () => $.activeOptionIndex, resolveId: (
|
|
1482
|
+
let U = P === be.Specific ? I : Hr({ focus: P }, { resolveItems: () => $.options, resolveActiveIndex: () => $.activeOptionIndex, resolveId: (X) => X.id, resolveDisabled: (X) => X.dataRef.disabled });
|
|
1483
1483
|
c.value = U, f.value = L ?? 2, u.value = $.options;
|
|
1484
1484
|
});
|
|
1485
1485
|
}, selectOption(P) {
|
|
@@ -1514,7 +1514,7 @@ let si = /* @__PURE__ */ Symbol("VirtualContext"), fu = R({ name: "VirtualProvid
|
|
|
1514
1514
|
return;
|
|
1515
1515
|
}
|
|
1516
1516
|
let L = g(($) => {
|
|
1517
|
-
let U = $.findIndex((
|
|
1517
|
+
let U = $.findIndex((X) => X.id === P);
|
|
1518
1518
|
return U !== -1 && $.splice(U, 1), $;
|
|
1519
1519
|
});
|
|
1520
1520
|
u.value = L.options, c.value = L.activeOptionIndex, f.value = 2;
|
|
@@ -1541,8 +1541,8 @@ let si = /* @__PURE__ */ Symbol("VirtualContext"), fu = R({ name: "VirtualProvid
|
|
|
1541
1541
|
}, { immediate: !0 });
|
|
1542
1542
|
}), () => {
|
|
1543
1543
|
var P, I, L;
|
|
1544
|
-
let { name: $, disabled: U, form:
|
|
1545
|
-
return ue(fe, [...$ != null && C.value != null ? pa({ [$]: C.value }).map(([re, ce]) => ue(Xt, ni({ features: Yt.Hidden, key: re, as: "input", type: "hidden", hidden: !0, readOnly: !0, form:
|
|
1544
|
+
let { name: $, disabled: U, form: X, ...G } = e, ae = { open: a.value === 0, disabled: U, activeIndex: A.activeOptionIndex.value, activeOption: A.activeOptionIndex.value === null ? null : A.virtual.value ? A.virtual.value.options[(P = A.activeOptionIndex.value) != null ? P : 0] : (L = (I = A.options.value[A.activeOptionIndex.value]) == null ? void 0 : I.dataRef.value) != null ? L : null, value: C.value };
|
|
1545
|
+
return ue(fe, [...$ != null && C.value != null ? pa({ [$]: C.value }).map(([re, ce]) => ue(Xt, ni({ features: Yt.Hidden, key: re, as: "input", type: "hidden", hidden: !0, readOnly: !0, form: X, disabled: U, name: re, value: ce }))) : [], pe({ theirProps: { ...n, ...Qt(G, ["by", "defaultValue", "immediate", "modelValue", "multiple", "nullable", "onUpdate:modelValue", "virtual"]) }, ourProps: {}, slot: ae, slots: t, attrs: n, name: "Combobox" })]);
|
|
1546
1546
|
};
|
|
1547
1547
|
} });
|
|
1548
1548
|
R({ name: "ComboboxLabel", props: { as: { type: [Object, String], default: "label" }, id: { type: String, default: null } }, setup(e, { attrs: t, slots: n }) {
|
|
@@ -1703,8 +1703,8 @@ let vu = R({ name: "ComboboxButton", props: { as: { type: [Object, String], defa
|
|
|
1703
1703
|
});
|
|
1704
1704
|
return () => {
|
|
1705
1705
|
var x, k, S, A, M, P, I;
|
|
1706
|
-
let L = { open: l.comboboxState.value === 0 }, { displayValue: $, onChange: U, ...
|
|
1707
|
-
return pe({ ourProps: G, theirProps:
|
|
1706
|
+
let L = { open: l.comboboxState.value === 0 }, { displayValue: $, onChange: U, ...X } = e, G = { "aria-controls": (x = l.optionsRef.value) == null ? void 0 : x.id, "aria-expanded": l.comboboxState.value === 0, "aria-activedescendant": l.activeOptionIndex.value === null ? void 0 : l.virtual.value ? (k = l.options.value.find((ae) => !l.virtual.value.disabled(ae.dataRef.value) && l.compare(ae.dataRef.value, l.virtual.value.options[l.activeOptionIndex.value]))) == null ? void 0 : k.id : (S = l.options.value[l.activeOptionIndex.value]) == null ? void 0 : S.id, "aria-labelledby": (P = (A = F(l.labelRef)) == null ? void 0 : A.id) != null ? P : (M = F(l.buttonRef)) == null ? void 0 : M.id, "aria-autocomplete": "list", id: i, onCompositionstart: h, onCompositionend: g, onKeydown: m, onInput: b, onFocus: C, onBlur: y, role: "combobox", type: (I = n.type) != null ? I : "text", tabIndex: 0, ref: l.inputRef, defaultValue: v.value, disabled: l.disabled.value === !0 ? !0 : void 0 };
|
|
1707
|
+
return pe({ ourProps: G, theirProps: X, slot: L, attrs: n, slots: r, features: Qe.RenderStrategy | Qe.Static, name: "ComboboxInput" });
|
|
1708
1708
|
};
|
|
1709
1709
|
} }), hu = R({ name: "ComboboxOptions", props: { as: { type: [Object, String], default: "ul" }, static: { type: Boolean, default: !1 }, unmount: { type: Boolean, default: !0 }, hold: { type: [Boolean], default: !1 } }, setup(e, { attrs: t, slots: n, expose: r }) {
|
|
1710
1710
|
let a = Gt("ComboboxOptions"), o = `headlessui-combobox-options-${Te()}`;
|
|
@@ -2204,7 +2204,7 @@ let Kn = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", Nu = R({ name: "Dialog", inheri
|
|
|
2204
2204
|
Qa(U, $), Mu({ type: "Dialog", enabled: T(() => m.value === 0), element: g, onUpdate: (ee, ie) => {
|
|
2205
2205
|
if (ie === "Dialog") return Ce(ee, { [zr.Add]: () => c.value += 1, [zr.Remove]: () => c.value -= 1 });
|
|
2206
2206
|
} });
|
|
2207
|
-
let
|
|
2207
|
+
let X = va({ name: "DialogDescription", slot: T(() => ({ open: h.value })) }), G = E(null), ae = { titleId: G, panelRef: E(null), dialogState: m, setTitleId(ee) {
|
|
2208
2208
|
G.value !== ee && (G.value = ee);
|
|
2209
2209
|
}, close() {
|
|
2210
2210
|
t("close", !1);
|
|
@@ -2234,7 +2234,7 @@ let Kn = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", Nu = R({ name: "Dialog", inheri
|
|
|
2234
2234
|
});
|
|
2235
2235
|
Ae.observe(ie), ee(() => Ae.disconnect());
|
|
2236
2236
|
}), () => {
|
|
2237
|
-
let { open: ee, initialFocus: ie, ...Ae } = e, me = { ...n, ref: g, id: l, role: u.value, "aria-modal": m.value === 0 ? !0 : void 0, "aria-labelledby": G.value, "aria-describedby":
|
|
2237
|
+
let { open: ee, initialFocus: ie, ...Ae } = e, me = { ...n, ref: g, id: l, role: u.value, "aria-modal": m.value === 0 ? !0 : void 0, "aria-labelledby": G.value, "aria-describedby": X.value }, ye = { open: m.value === 0 };
|
|
2238
2238
|
return ue(qr, { force: !0 }, () => [ue(hi, () => ue(_u, { target: g.value }, () => ue(qr, { force: !1 }, () => ue(hn, { initialFocus: ie, containers: k, features: b.value ? Ce(M.value, { parent: hn.features.RestoreFocus, leaf: hn.features.All & ~hn.features.FocusLock }) : hn.features.None }, () => ue(x, {}, () => pe({ ourProps: me, theirProps: { ...Ae, ...n }, slot: ye, attrs: n, slots: r, visible: m.value === 0, features: Qe.RenderStrategy | Qe.Static, name: "Dialog" })))))), ue(A)]);
|
|
2239
2239
|
};
|
|
2240
2240
|
} });
|
|
@@ -2949,19 +2949,19 @@ let Ci = Qe.RenderStrategy, Gr = R({ props: { as: { type: [Object, String], defa
|
|
|
2949
2949
|
});
|
|
2950
2950
|
});
|
|
2951
2951
|
function L($) {
|
|
2952
|
-
let U = b.value && !h.value,
|
|
2953
|
-
!
|
|
2952
|
+
let U = b.value && !h.value, X = F(u);
|
|
2953
|
+
!X || !(X instanceof HTMLElement) || U || (C.value = !0, f.value && i(), f.value || s(), $(f.value ? Za(X, x, k, S, A, (G) => {
|
|
2954
2954
|
C.value = !1, G === Qr.Finished && l();
|
|
2955
|
-
}) : Za(
|
|
2955
|
+
}) : Za(X, M, P, I, A, (G) => {
|
|
2956
2956
|
C.value = !1, G === Qr.Finished && (br(v) || (m.value = "hidden", p(y), d()));
|
|
2957
2957
|
})));
|
|
2958
2958
|
}
|
|
2959
2959
|
return te(() => {
|
|
2960
|
-
ne([f], ($, U,
|
|
2961
|
-
L(
|
|
2960
|
+
ne([f], ($, U, X) => {
|
|
2961
|
+
L(X), b.value = !1;
|
|
2962
2962
|
}, { immediate: !0 });
|
|
2963
2963
|
}), Pe(ga, v), fa(T(() => Ce(m.value, { visible: Oe.Open, hidden: Oe.Closed }) | o.value)), () => {
|
|
2964
|
-
let { appear: $, show: U, enter:
|
|
2964
|
+
let { appear: $, show: U, enter: X, enterFrom: G, enterTo: ae, entered: re, leave: ce, leaveFrom: ve, leaveTo: ee, ...ie } = e, Ae = { ref: u }, me = { ...ie, ...h.value && f.value && Ln.isServer ? { class: z([n.class, ie.class, ...x, ...k]) } : {} };
|
|
2965
2965
|
return pe({ theirProps: me, ourProps: Ae, slot: {}, slots: r, attrs: n, features: Ci, visible: m.value === "visible", name: "TransitionChild" });
|
|
2966
2966
|
};
|
|
2967
2967
|
} }), md = Gr, ba = R({ inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: !0 }, appear: { type: [Boolean], default: !1 }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => !0, afterEnter: () => !0, beforeLeave: () => !0, afterLeave: () => !0 }, setup(e, { emit: t, attrs: n, slots: r }) {
|
|
@@ -2991,7 +2991,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
2991
2991
|
const t = e;
|
|
2992
2992
|
return (n, r) => {
|
|
2993
2993
|
const a = K("base-icon");
|
|
2994
|
-
return w(),
|
|
2994
|
+
return w(), Y(N(Yu), {
|
|
2995
2995
|
as: "div",
|
|
2996
2996
|
class: "dropdown-menu"
|
|
2997
2997
|
}, {
|
|
@@ -3031,7 +3031,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3031
3031
|
text: { default: "" }
|
|
3032
3032
|
},
|
|
3033
3033
|
setup(e) {
|
|
3034
|
-
return (t, n) => (w(),
|
|
3034
|
+
return (t, n) => (w(), Y(N(Gu), null, {
|
|
3035
3035
|
default: _(({ active: r }) => [
|
|
3036
3036
|
Q(t.$slots, "default", { active: r }, () => [
|
|
3037
3037
|
O("div", {
|
|
@@ -3086,9 +3086,9 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3086
3086
|
return (t, n) => (w(), B("div", {
|
|
3087
3087
|
class: z(`loader-${e.sample}`)
|
|
3088
3088
|
}, [
|
|
3089
|
-
n[1] || (n[1] =
|
|
3089
|
+
n[1] || (n[1] = Ie(" ", -1)),
|
|
3090
3090
|
Q(t.$slots, "default", {}, () => [
|
|
3091
|
-
n[0] || (n[0] =
|
|
3091
|
+
n[0] || (n[0] = Ie("Loading...", -1))
|
|
3092
3092
|
], !0)
|
|
3093
3093
|
], 2));
|
|
3094
3094
|
}
|
|
@@ -3132,7 +3132,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3132
3132
|
a.value = r.isOpen;
|
|
3133
3133
|
}), t({ isOpen: a }), (l, s) => {
|
|
3134
3134
|
const d = K("base-icon"), u = K("base-button");
|
|
3135
|
-
return w(),
|
|
3135
|
+
return w(), Y(N(ba), {
|
|
3136
3136
|
appear: "",
|
|
3137
3137
|
show: a.value,
|
|
3138
3138
|
as: "template"
|
|
@@ -3259,7 +3259,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3259
3259
|
O("p", Ld, " Showing " + q(e.totalDocument ? 1 + (a.value - 1) * e.pageSize : 0) + " to " + q(a.value * e.pageSize > e.totalDocument ? e.totalDocument : a.value * e.pageSize) + " of " + q(e.totalDocument) + " entries ", 1)
|
|
3260
3260
|
]),
|
|
3261
3261
|
o.value > 1 ? (w(), B("div", Fd, [
|
|
3262
|
-
o.value > 5 ? (w(),
|
|
3262
|
+
o.value > 5 ? (w(), Y(p, {
|
|
3263
3263
|
key: 0,
|
|
3264
3264
|
disabled: a.value === 1,
|
|
3265
3265
|
variant: "text",
|
|
@@ -3271,7 +3271,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3271
3271
|
]),
|
|
3272
3272
|
_: 1
|
|
3273
3273
|
}, 8, ["disabled"])) : V("", !0),
|
|
3274
|
-
o.value > 5 ? (w(),
|
|
3274
|
+
o.value > 5 ? (w(), Y(p, {
|
|
3275
3275
|
key: 1,
|
|
3276
3276
|
disabled: a.value === 1,
|
|
3277
3277
|
variant: "text",
|
|
@@ -3283,8 +3283,8 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3283
3283
|
]),
|
|
3284
3284
|
_: 1
|
|
3285
3285
|
}, 8, ["disabled"])) : V("", !0),
|
|
3286
|
-
(w(!0), B(fe, null,
|
|
3287
|
-
c(m) ? (w(),
|
|
3286
|
+
(w(!0), B(fe, null, Me(o.value, (m) => (w(), B(fe, { key: m }, [
|
|
3287
|
+
c(m) ? (w(), Y(p, {
|
|
3288
3288
|
key: 0,
|
|
3289
3289
|
type: "button",
|
|
3290
3290
|
size: "sm",
|
|
@@ -3296,12 +3296,12 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3296
3296
|
})
|
|
3297
3297
|
}, {
|
|
3298
3298
|
default: _(() => [
|
|
3299
|
-
|
|
3299
|
+
Ie(q(m), 1)
|
|
3300
3300
|
]),
|
|
3301
3301
|
_: 2
|
|
3302
3302
|
}, 1032, ["onClick", "class"])) : V("", !0)
|
|
3303
3303
|
], 64))), 128)),
|
|
3304
|
-
o.value > 5 ? (w(),
|
|
3304
|
+
o.value > 5 ? (w(), Y(p, {
|
|
3305
3305
|
key: 2,
|
|
3306
3306
|
disabled: a.value === o.value,
|
|
3307
3307
|
variant: "text",
|
|
@@ -3313,7 +3313,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3313
3313
|
]),
|
|
3314
3314
|
_: 1
|
|
3315
3315
|
}, 8, ["disabled"])) : V("", !0),
|
|
3316
|
-
o.value > 5 ? (w(),
|
|
3316
|
+
o.value > 5 ? (w(), Y(p, {
|
|
3317
3317
|
key: 3,
|
|
3318
3318
|
disabled: a.value === o.value,
|
|
3319
3319
|
variant: "text",
|
|
@@ -4192,12 +4192,12 @@ function Nc(e) {
|
|
|
4192
4192
|
};
|
|
4193
4193
|
if (k) {
|
|
4194
4194
|
if (o || l) {
|
|
4195
|
-
var I = v === "y" ? qe : ze, L = v === "y" ? tt : nt, $ = v === "y" ? "height" : "width", U = k[v],
|
|
4195
|
+
var I = v === "y" ? qe : ze, L = v === "y" ? tt : nt, $ = v === "y" ? "height" : "width", U = k[v], X = k[v] + m[I], G = k[v] - m[L], ae = h ? -A[$] / 2 : 0, re = y === on ? S[$] : A[$], ce = y === on ? -A[$] : -S[$], ve = t.elements.arrow, ee = h && ve ? xa(ve) : {
|
|
4196
4196
|
width: 0,
|
|
4197
4197
|
height: 0
|
|
4198
4198
|
}, ie = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Ri(), Ae = ie[I], me = ie[L], ye = ir(0, S[$], ee[$]), Be = C ? S[$] / 2 - ae - ye - Ae - M : re - ye - Ae - M, ot = C ? -S[$] / 2 + ae + ye + me + M : ce + ye + me + M, Re = t.elements.arrow && Nn(t.elements.arrow), it = Re ? v === "y" ? Re.clientTop || 0 : Re.clientLeft || 0 : 0, Ze = t.modifiersData.offset ? t.modifiersData.offset[t.placement][v] : 0, mt = k[v] + Be - Ze - it, Mt = k[v] + ot - Ze;
|
|
4199
4199
|
if (o) {
|
|
4200
|
-
var wt = ir(h ? Pn(
|
|
4200
|
+
var wt = ir(h ? Pn(X, mt) : X, U, h ? Tt(G, Mt) : G);
|
|
4201
4201
|
k[v] = wt, P[v] = wt - U;
|
|
4202
4202
|
}
|
|
4203
4203
|
if (l) {
|
|
@@ -4273,14 +4273,14 @@ function Uc(e) {
|
|
|
4273
4273
|
allowedAutoPlacements: p
|
|
4274
4274
|
}) : ye);
|
|
4275
4275
|
}, []), x = t.rects.reference, k = t.rects.popper, S = /* @__PURE__ */ new Map(), A = !0, M = v[0], P = 0; P < v.length; P++) {
|
|
4276
|
-
var I = v[P], L = dt(I), $ = ln(I) === on, U = [qe, tt].indexOf(L) >= 0,
|
|
4276
|
+
var I = v[P], L = dt(I), $ = ln(I) === on, U = [qe, tt].indexOf(L) >= 0, X = U ? "width" : "height", G = Oa(t, {
|
|
4277
4277
|
placement: I,
|
|
4278
4278
|
boundary: u,
|
|
4279
4279
|
rootBoundary: c,
|
|
4280
4280
|
altBoundary: f,
|
|
4281
4281
|
padding: d
|
|
4282
4282
|
}), ae = U ? $ ? nt : ze : $ ? tt : qe;
|
|
4283
|
-
x[
|
|
4283
|
+
x[X] > k[X] && (ae = lr(ae));
|
|
4284
4284
|
var re = lr(ae), ce = [];
|
|
4285
4285
|
if (o && ce.push(G[L] <= 0), l && ce.push(G[ae] <= 0, G[re] <= 0), ce.every(function(me) {
|
|
4286
4286
|
return me;
|
|
@@ -4657,12 +4657,12 @@ var Vi = {
|
|
|
4657
4657
|
triggerNode: i
|
|
4658
4658
|
}), {
|
|
4659
4659
|
hasContent: S
|
|
4660
|
-
} = Kd(r, o, u), A = T(() => C.value !== null), M = T(() => f.value || !S.value), P = T(() => v.value && !M.value), I = T(() => !c.value && !A.value), L = T(() => h.value ? `border: ${p.value}px solid transparent; margin: -${p.value}px;` : null), $ = Mr.debounce(x, b.value), U = Mr.debounce(k, d.value),
|
|
4660
|
+
} = Kd(r, o, u), A = T(() => C.value !== null), M = T(() => f.value || !S.value), P = T(() => v.value && !M.value), I = T(() => !c.value && !A.value), L = T(() => h.value ? `border: ${p.value}px solid transparent; margin: -${p.value}px;` : null), $ = Mr.debounce(x, b.value), U = Mr.debounce(k, d.value), X = async () => {
|
|
4661
4661
|
M.value || A.value || (U.clear(), $());
|
|
4662
4662
|
}, G = async () => {
|
|
4663
4663
|
A.value || ($.clear(), U());
|
|
4664
4664
|
}, ae = () => {
|
|
4665
|
-
v.value ? G() :
|
|
4665
|
+
v.value ? G() : X();
|
|
4666
4666
|
};
|
|
4667
4667
|
return ne([S, f], ([re, ce]) => {
|
|
4668
4668
|
v.value && (!re || ce) && k();
|
|
@@ -4685,9 +4685,9 @@ var Vi = {
|
|
|
4685
4685
|
ref: (ve, ee) => {
|
|
4686
4686
|
ee.triggerNode = ve, i.value = ve;
|
|
4687
4687
|
},
|
|
4688
|
-
onMouseover: ce[0] || (ce[0] = (ve) => e.hover &&
|
|
4688
|
+
onMouseover: ce[0] || (ce[0] = (ve) => e.hover && X()),
|
|
4689
4689
|
onClick: ae,
|
|
4690
|
-
onFocus:
|
|
4690
|
+
onFocus: X,
|
|
4691
4691
|
onKeyup: Nl(G, ["esc"])
|
|
4692
4692
|
}, [Q(re.$slots, "default")], 40, lf), H(Vo, {
|
|
4693
4693
|
name: "fade"
|
|
@@ -4701,7 +4701,7 @@ var Vi = {
|
|
|
4701
4701
|
}, [Q(re.$slots, "content", {
|
|
4702
4702
|
close: N(k),
|
|
4703
4703
|
isOpen: l.value
|
|
4704
|
-
}, () => [
|
|
4704
|
+
}, () => [Ie(q(N(u)), 1)]), e.arrow ? (w(), Y(of, {
|
|
4705
4705
|
key: 0
|
|
4706
4706
|
})) : V("", !0)], 512), [[jl, N(P)]])]),
|
|
4707
4707
|
_: 3
|
|
@@ -4767,7 +4767,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4767
4767
|
}
|
|
4768
4768
|
o.value = !o.value;
|
|
4769
4769
|
};
|
|
4770
|
-
return t({ toggle: i }), (l, s) => (w(),
|
|
4770
|
+
return t({ toggle: i }), (l, s) => (w(), Y(ur(N(uf)), Wl(l.$attrs, {
|
|
4771
4771
|
placement: n.placement,
|
|
4772
4772
|
show: o.value
|
|
4773
4773
|
}), {
|
|
@@ -4851,38 +4851,38 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4851
4851
|
O("a", {
|
|
4852
4852
|
href: t.value.homepage.link
|
|
4853
4853
|
}, [
|
|
4854
|
-
|
|
4854
|
+
Ie(q(t.value.homepage.name) + " ", 1),
|
|
4855
4855
|
t.value.homepage.desc ? (w(), B("small", bf, q(t.value.homepage.desc), 1)) : V("", !0)
|
|
4856
4856
|
], 8, gf),
|
|
4857
4857
|
O("ul", null, [
|
|
4858
|
-
(w(!0), B(fe, null,
|
|
4858
|
+
(w(!0), B(fe, null, Me(t.value.menu, (a) => (w(), B("li", {
|
|
4859
4859
|
key: a.name
|
|
4860
4860
|
}, [
|
|
4861
4861
|
O("a", {
|
|
4862
4862
|
href: a.link ?? ""
|
|
4863
4863
|
}, [
|
|
4864
|
-
|
|
4864
|
+
Ie(q(a.name) + " ", 1),
|
|
4865
4865
|
O("small", null, q(a.desc), 1)
|
|
4866
4866
|
], 8, yf),
|
|
4867
4867
|
a.child ? (w(), B("ul", Af, [
|
|
4868
|
-
(w(!0), B(fe, null,
|
|
4868
|
+
(w(!0), B(fe, null, Me(a.child, (o) => (w(), B("li", {
|
|
4869
4869
|
key: o.name
|
|
4870
4870
|
}, [
|
|
4871
4871
|
O("a", {
|
|
4872
4872
|
href: o.link ?? ""
|
|
4873
4873
|
}, [
|
|
4874
|
-
|
|
4874
|
+
Ie(q(o.name) + " ", 1),
|
|
4875
4875
|
O("small", null, q(o.desc), 1)
|
|
4876
4876
|
], 8, wf),
|
|
4877
4877
|
o.child ? (w(), B("ul", xf, [
|
|
4878
|
-
(w(!0), B(fe, null,
|
|
4878
|
+
(w(!0), B(fe, null, Me(o.child, (i) => (w(), B("li", {
|
|
4879
4879
|
key: i.name
|
|
4880
4880
|
}, [
|
|
4881
4881
|
O("a", {
|
|
4882
4882
|
href: i.link ?? "",
|
|
4883
4883
|
class: "multi"
|
|
4884
4884
|
}, [
|
|
4885
|
-
|
|
4885
|
+
Ie(q(i.name) + " ", 1),
|
|
4886
4886
|
O("small", null, q(i.desc), 1)
|
|
4887
4887
|
], 8, kf)
|
|
4888
4888
|
]))), 128))
|
|
@@ -4933,7 +4933,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4933
4933
|
return (i, l) => {
|
|
4934
4934
|
const s = K("base-icon");
|
|
4935
4935
|
return w(), B("div", Tf, [
|
|
4936
|
-
(w(!0), B(fe, null,
|
|
4936
|
+
(w(!0), B(fe, null, Me(a.value, (d, u) => (w(), B(fe, { key: u }, [
|
|
4937
4937
|
O("div", {
|
|
4938
4938
|
class: "step-body",
|
|
4939
4939
|
onClick: (c) => o(d)
|
|
@@ -4941,7 +4941,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4941
4941
|
O("div", {
|
|
4942
4942
|
class: z(["step-icon-container", { active: d.active }])
|
|
4943
4943
|
}, [
|
|
4944
|
-
d.icon ? (w(),
|
|
4944
|
+
d.icon ? (w(), Y(s, {
|
|
4945
4945
|
key: 0,
|
|
4946
4946
|
icon: d.icon,
|
|
4947
4947
|
class: "step-icon"
|
|
@@ -4960,7 +4960,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4960
4960
|
}), Mf = /* @__PURE__ */ oe(If, [["__scopeId", "data-v-3526c236"]]), Zr = /* @__PURE__ */ R({
|
|
4961
4961
|
__name: "base-tab",
|
|
4962
4962
|
setup(e) {
|
|
4963
|
-
return (t, n) => (w(),
|
|
4963
|
+
return (t, n) => (w(), Y(N(id), { as: "template" }, {
|
|
4964
4964
|
default: _(({ selected: r }) => [
|
|
4965
4965
|
Q(t.$slots, "default", { selected: r })
|
|
4966
4966
|
]),
|
|
@@ -4970,7 +4970,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4970
4970
|
}), ji = /* @__PURE__ */ R({
|
|
4971
4971
|
__name: "base-tab-group",
|
|
4972
4972
|
setup(e) {
|
|
4973
|
-
return (t, n) => (w(),
|
|
4973
|
+
return (t, n) => (w(), Y(N(ad), { as: "div" }, {
|
|
4974
4974
|
default: _(() => [
|
|
4975
4975
|
Q(t.$slots, "default")
|
|
4976
4976
|
]),
|
|
@@ -4980,7 +4980,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4980
4980
|
}), Wi = /* @__PURE__ */ R({
|
|
4981
4981
|
__name: "base-tab-list",
|
|
4982
4982
|
setup(e) {
|
|
4983
|
-
return (t, n) => (w(),
|
|
4983
|
+
return (t, n) => (w(), Y(N(od), null, {
|
|
4984
4984
|
default: _(() => [
|
|
4985
4985
|
Q(t.$slots, "default")
|
|
4986
4986
|
]),
|
|
@@ -4990,7 +4990,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
4990
4990
|
}), ea = /* @__PURE__ */ R({
|
|
4991
4991
|
__name: "base-tab-panel",
|
|
4992
4992
|
setup(e) {
|
|
4993
|
-
return (t, n) => (w(),
|
|
4993
|
+
return (t, n) => (w(), Y(N(sd), null, {
|
|
4994
4994
|
default: _(() => [
|
|
4995
4995
|
Q(t.$slots, "default")
|
|
4996
4996
|
]),
|
|
@@ -5000,7 +5000,7 @@ const Ni = /* @__PURE__ */ R({
|
|
|
5000
5000
|
}), Hi = /* @__PURE__ */ R({
|
|
5001
5001
|
__name: "base-tab-panels",
|
|
5002
5002
|
setup(e) {
|
|
5003
|
-
return (t, n) => (w(),
|
|
5003
|
+
return (t, n) => (w(), Y(N(ld), null, {
|
|
5004
5004
|
default: _(() => [
|
|
5005
5005
|
Q(t.$slots, "default")
|
|
5006
5006
|
]),
|
|
@@ -5032,11 +5032,11 @@ function Yf(e, t) {
|
|
|
5032
5032
|
])
|
|
5033
5033
|
]);
|
|
5034
5034
|
}
|
|
5035
|
-
const Xf = /* @__PURE__ */ oe(Hf, [["render", Yf], ["__scopeId", "data-v-2551c0f0"]]),
|
|
5035
|
+
const Xf = /* @__PURE__ */ oe(Hf, [["render", Yf], ["__scopeId", "data-v-2551c0f0"]]), $e = [];
|
|
5036
5036
|
for (let e = 0; e < 256; ++e)
|
|
5037
|
-
|
|
5037
|
+
$e.push((e + 256).toString(16).slice(1));
|
|
5038
5038
|
function Qf(e, t = 0) {
|
|
5039
|
-
return (
|
|
5039
|
+
return ($e[e[t + 0]] + $e[e[t + 1]] + $e[e[t + 2]] + $e[e[t + 3]] + "-" + $e[e[t + 4]] + $e[e[t + 5]] + "-" + $e[e[t + 6]] + $e[e[t + 7]] + "-" + $e[e[t + 8]] + $e[e[t + 9]] + "-" + $e[e[t + 10]] + $e[e[t + 11]] + $e[e[t + 12]] + $e[e[t + 13]] + $e[e[t + 14]] + $e[e[t + 15]]).toLowerCase();
|
|
5040
5040
|
}
|
|
5041
5041
|
let Rr;
|
|
5042
5042
|
const Gf = new Uint8Array(16);
|
|
@@ -5106,7 +5106,7 @@ const ep = ["data-testid"], tp = { class: "self-start mt-0.5" }, np = {
|
|
|
5106
5106
|
class: "toast-container",
|
|
5107
5107
|
"data-testid": o.dataTestid
|
|
5108
5108
|
}, [
|
|
5109
|
-
(w(!0), B(fe, null,
|
|
5109
|
+
(w(!0), B(fe, null, Me(n.value, (u) => Q(i.$slots, "default", {
|
|
5110
5110
|
key: u,
|
|
5111
5111
|
data: u
|
|
5112
5112
|
}, () => [
|
|
@@ -5128,9 +5128,9 @@ const ep = ["data-testid"], tp = { class: "self-start mt-0.5" }, np = {
|
|
|
5128
5128
|
u.color === "danger" ? (w(), B("i", ip)) : V("", !0)
|
|
5129
5129
|
]),
|
|
5130
5130
|
O("div", lp, [
|
|
5131
|
-
|
|
5131
|
+
Ie(q(u.message) + " ", 1),
|
|
5132
5132
|
O("ul", null, [
|
|
5133
|
-
(w(!0), B(fe, null,
|
|
5133
|
+
(w(!0), B(fe, null, Me(u.lists, (c) => (w(), B("li", { key: c }, "- " + q(c), 1))), 128))
|
|
5134
5134
|
])
|
|
5135
5135
|
]),
|
|
5136
5136
|
H(d, {
|
|
@@ -5665,14 +5665,14 @@ function Up(e) {
|
|
|
5665
5665
|
allowedAutoPlacements: p
|
|
5666
5666
|
}) : ye);
|
|
5667
5667
|
}, []), x = t.rects.reference, k = t.rects.popper, S = /* @__PURE__ */ new Map(), A = !0, M = v[0], P = 0; P < v.length; P++) {
|
|
5668
|
-
var I = v[P], L = ct(I), $ = fn(I) === sn, U = [_e, Ge].indexOf(L) >= 0,
|
|
5668
|
+
var I = v[P], L = ct(I), $ = fn(I) === sn, U = [_e, Ge].indexOf(L) >= 0, X = U ? "width" : "height", G = In(t, {
|
|
5669
5669
|
placement: I,
|
|
5670
5670
|
boundary: u,
|
|
5671
5671
|
rootBoundary: c,
|
|
5672
5672
|
altBoundary: f,
|
|
5673
5673
|
padding: d
|
|
5674
5674
|
}), ae = U ? $ ? Ke : Ve : $ ? Ge : _e;
|
|
5675
|
-
x[
|
|
5675
|
+
x[X] > k[X] && (ae = sr(ae));
|
|
5676
5676
|
var re = sr(ae), ce = [];
|
|
5677
5677
|
if (o && ce.push(G[L] <= 0), l && ce.push(G[ae] <= 0, G[re] <= 0), ce.every(function(me) {
|
|
5678
5678
|
return me;
|
|
@@ -5812,10 +5812,10 @@ function nv(e) {
|
|
|
5812
5812
|
};
|
|
5813
5813
|
if (k) {
|
|
5814
5814
|
if (o) {
|
|
5815
|
-
var $, U = v === "y" ? _e : Ve,
|
|
5815
|
+
var $, U = v === "y" ? _e : Ve, X = v === "y" ? Ge : Ke, G = v === "y" ? "height" : "width", ae = k[v], re = ae + m[U], ce = ae - m[X], ve = h ? -A[G] / 2 : 0, ee = y === sn ? S[G] : A[G], ie = y === sn ? -A[G] : -S[G], Ae = t.elements.arrow, me = h && Ae ? Ta(Ae) : {
|
|
5816
5816
|
width: 0,
|
|
5817
5817
|
height: 0
|
|
5818
|
-
}, ye = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Gi(), Be = ye[U], ot = ye[
|
|
5818
|
+
}, ye = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Gi(), Be = ye[U], ot = ye[X], Re = Cn(0, S[G], me[G]), it = C ? S[G] / 2 - ve - Re - Be - P.mainAxis : ee - Re - Be - P.mainAxis, Ze = C ? -S[G] / 2 + ve + Re + ot + P.mainAxis : ie + Re + ot + P.mainAxis, mt = t.elements.arrow && Hn(t.elements.arrow), Mt = mt ? v === "y" ? mt.clientTop || 0 : mt.clientLeft || 0 : 0, wt = ($ = I?.[v]) != null ? $ : 0, Kt = ae + it - wt - Mt, Jt = ae + Ze - wt, lt = Cn(h ? dr(re, Kt) : re, ae, h ? qt(ce, Jt) : ce);
|
|
5819
5819
|
k[v] = lt, L[v] = lt - ae;
|
|
5820
5820
|
}
|
|
5821
5821
|
if (l) {
|
|
@@ -6382,7 +6382,7 @@ function Rv(e, t) {
|
|
|
6382
6382
|
var D = $().parentNode;
|
|
6383
6383
|
return D ? sl(D) : document;
|
|
6384
6384
|
}
|
|
6385
|
-
function
|
|
6385
|
+
function X() {
|
|
6386
6386
|
return cr(k);
|
|
6387
6387
|
}
|
|
6388
6388
|
function G(D) {
|
|
@@ -6467,7 +6467,7 @@ function Rv(e, t) {
|
|
|
6467
6467
|
it(D, j);
|
|
6468
6468
|
}
|
|
6469
6469
|
function it(D, j) {
|
|
6470
|
-
var J =
|
|
6470
|
+
var J = X().box;
|
|
6471
6471
|
function he(se) {
|
|
6472
6472
|
se.target === J && (_r(J, "remove", he), j());
|
|
6473
6473
|
}
|
|
@@ -6565,7 +6565,7 @@ function Rv(e, t) {
|
|
|
6565
6565
|
fn: function(Xn) {
|
|
6566
6566
|
var en = Xn.state;
|
|
6567
6567
|
if (L()) {
|
|
6568
|
-
var Ml =
|
|
6568
|
+
var Ml = X(), Sr = Ml.box;
|
|
6569
6569
|
["placement", "reference-hidden", "escaped"].forEach(function(Qn) {
|
|
6570
6570
|
Qn === "placement" ? Sr.setAttribute("data-placement", en.placement) : en.attributes.popper["data-popper-" + Qn] ? Sr.setAttribute("data-" + Qn, "") : Sr.removeAttribute("data-" + Qn);
|
|
6571
6571
|
}), en.attributes.popper = {};
|
|
@@ -6671,14 +6671,14 @@ function Rv(e, t) {
|
|
|
6671
6671
|
var D = v.state.isVisible, j = v.state.isDestroyed, J = !v.state.isEnabled, he = st.isTouch && !v.props.touch, se = Lr(v.props.duration, 0, et.duration);
|
|
6672
6672
|
if (!(D || j || J || he) && !$().hasAttribute("disabled") && (re("onShow", [v], !1), v.props.onShow(v) !== !1)) {
|
|
6673
6673
|
if (v.state.isVisible = !0, L() && (k.style.visibility = "visible"), ae(), ye(), v.state.isMounted || (k.style.transition = "none"), L()) {
|
|
6674
|
-
var Fe =
|
|
6674
|
+
var Fe = X(), We = Fe.box, Zt = Fe.content;
|
|
6675
6675
|
Fr([We, Zt], 0);
|
|
6676
6676
|
}
|
|
6677
6677
|
f = function() {
|
|
6678
6678
|
var Ft;
|
|
6679
6679
|
if (!(!v.state.isVisible || d)) {
|
|
6680
6680
|
if (d = !0, k.offsetHeight, k.style.transition = v.props.moveTransition, L() && v.props.animation) {
|
|
6681
|
-
var kr =
|
|
6681
|
+
var kr = X(), Xn = kr.box, en = kr.content;
|
|
6682
6682
|
Fr([Xn, en], se), Mn([Xn, en], "visible");
|
|
6683
6683
|
}
|
|
6684
6684
|
ce(), ve(), Ao(Vr, v), (Ft = v.popperInstance) == null || Ft.forceUpdate(), re("onMount", [v]), v.props.animation && L() && Re(se, function() {
|
|
@@ -6692,7 +6692,7 @@ function Rv(e, t) {
|
|
|
6692
6692
|
var D = !v.state.isVisible, j = v.state.isDestroyed, J = !v.state.isEnabled, he = Lr(v.props.duration, 1, et.duration);
|
|
6693
6693
|
if (!(D || j || J) && (re("onHide", [v], !1), v.props.onHide(v) !== !1)) {
|
|
6694
6694
|
if (v.state.isVisible = !1, v.state.isShown = !1, d = !1, i = !1, L() && (k.style.visibility = "hidden"), ee(), Be(), ae(!0), L()) {
|
|
6695
|
-
var se =
|
|
6695
|
+
var se = X(), Fe = se.box, We = se.content;
|
|
6696
6696
|
v.props.animation && (Fr([Fe, We], he), Mn([Fe, We], "hidden"));
|
|
6697
6697
|
}
|
|
6698
6698
|
ce(), ve(), v.props.animation ? L() && ot(he, v.unmount) : v.unmount();
|
|
@@ -7446,7 +7446,7 @@ const nm = /* @__PURE__ */ R({
|
|
|
7446
7446
|
zIndex: { default: 9999 }
|
|
7447
7447
|
},
|
|
7448
7448
|
setup(e) {
|
|
7449
|
-
return (t, n) => (w(),
|
|
7449
|
+
return (t, n) => (w(), Y(N(vl), {
|
|
7450
7450
|
content: e.content,
|
|
7451
7451
|
interactive: !0,
|
|
7452
7452
|
"z-index": e.zIndex
|
|
@@ -7572,7 +7572,7 @@ const nm = /* @__PURE__ */ R({
|
|
|
7572
7572
|
]),
|
|
7573
7573
|
t.helpers || N(n).helper ? (w(), B("div", fm, [
|
|
7574
7574
|
Q(o.$slots, "helper", {}, () => [
|
|
7575
|
-
(w(!0), B(fe, null,
|
|
7575
|
+
(w(!0), B(fe, null, Me(t.helpers, (s, d) => (w(), B("div", {
|
|
7576
7576
|
class: "flex items-center gap-1",
|
|
7577
7577
|
key: d
|
|
7578
7578
|
}, [
|
|
@@ -7582,7 +7582,7 @@ const nm = /* @__PURE__ */ R({
|
|
|
7582
7582
|
])) : V("", !0),
|
|
7583
7583
|
t.errors || N(n).error ? (w(), B("div", vm, [
|
|
7584
7584
|
Q(o.$slots, "error", {}, () => [
|
|
7585
|
-
(w(!0), B(fe, null,
|
|
7585
|
+
(w(!0), B(fe, null, Me(t.errors, (s, d) => (w(), B("div", {
|
|
7586
7586
|
class: "flex items-center gap-1",
|
|
7587
7587
|
key: d
|
|
7588
7588
|
}, [
|
|
@@ -7637,7 +7637,7 @@ const nm = /* @__PURE__ */ R({
|
|
|
7637
7637
|
inputRef: l
|
|
7638
7638
|
}), (d, u) => {
|
|
7639
7639
|
const c = K("base-form");
|
|
7640
|
-
return w(),
|
|
7640
|
+
return w(), Y(c, {
|
|
7641
7641
|
label: n.label,
|
|
7642
7642
|
layout: n.layout,
|
|
7643
7643
|
description: n.description,
|
|
@@ -7769,7 +7769,7 @@ const nm = /* @__PURE__ */ R({
|
|
|
7769
7769
|
class: "w-full"
|
|
7770
7770
|
}, {
|
|
7771
7771
|
default: _(() => [
|
|
7772
|
-
e.mode === "input" ? (w(),
|
|
7772
|
+
e.mode === "input" ? (w(), Y(v, {
|
|
7773
7773
|
key: 0,
|
|
7774
7774
|
readonly: "",
|
|
7775
7775
|
modelValue: n.value,
|
|
@@ -7824,14 +7824,14 @@ const nm = /* @__PURE__ */ R({
|
|
|
7824
7824
|
O("div", Mm, [
|
|
7825
7825
|
r.value ? (w(), B("div", $m, " Loading data... ")) : V("", !0),
|
|
7826
7826
|
!r.value && h.value.length === 0 ? (w(), B("div", Rm, " Nothing found. ")) : V("", !0),
|
|
7827
|
-
(w(!0), B(fe, null,
|
|
7827
|
+
(w(!0), B(fe, null, Me(h.value, (A, M) => (w(), B("div", {
|
|
7828
7828
|
key: M,
|
|
7829
7829
|
class: z(["p-2 border-b first:border-t dark:border-b-slate-800 dark:border-t-slate-800 hover:bg-blue-100 dark:hover-bg-slate-800 cursor-pointer", { "bg-blue-200 dark:bg-slate-700": A?.label === a.value?.label }]),
|
|
7830
7830
|
onClick: (P) => g(A),
|
|
7831
7831
|
"data-testid": `${e.dataTestid}-option-${A._id}`
|
|
7832
7832
|
}, [
|
|
7833
7833
|
Q(y.$slots, "default", { option: A }, () => [
|
|
7834
|
-
|
|
7834
|
+
Ie(q(A?.label), 1)
|
|
7835
7835
|
])
|
|
7836
7836
|
], 10, Lm))), 128))
|
|
7837
7837
|
])
|
|
@@ -9190,7 +9190,7 @@ const Uh = ["autofocus", "required", "readonly", "disabled", "data-testid"], Yh
|
|
|
9190
9190
|
dateRef: l
|
|
9191
9191
|
}), (c, f) => {
|
|
9192
9192
|
const h = K("base-icon"), g = K("base-button"), p = K("base-form"), m = Ho("input-mask");
|
|
9193
|
-
return w(),
|
|
9193
|
+
return w(), Y(p, {
|
|
9194
9194
|
label: r.label,
|
|
9195
9195
|
layout: r.layout,
|
|
9196
9196
|
description: r.description,
|
|
@@ -9284,7 +9284,7 @@ const Uh = ["autofocus", "required", "readonly", "disabled", "data-testid"], Yh
|
|
|
9284
9284
|
inputRef: l
|
|
9285
9285
|
}), (d, u) => {
|
|
9286
9286
|
const c = K("base-form");
|
|
9287
|
-
return w(),
|
|
9287
|
+
return w(), Y(c, {
|
|
9288
9288
|
label: r.label,
|
|
9289
9289
|
layout: r.layout,
|
|
9290
9290
|
description: r.description,
|
|
@@ -9376,7 +9376,7 @@ const Uh = ["autofocus", "required", "readonly", "disabled", "data-testid"], Yh
|
|
|
9376
9376
|
inputRef: i
|
|
9377
9377
|
}), (h, g) => {
|
|
9378
9378
|
const p = K("base-form");
|
|
9379
|
-
return w(),
|
|
9379
|
+
return w(), Y(p, {
|
|
9380
9380
|
label: r.label,
|
|
9381
9381
|
layout: r.layout,
|
|
9382
9382
|
description: r.description,
|
|
@@ -9475,7 +9475,7 @@ const Uh = ["autofocus", "required", "readonly", "disabled", "data-testid"], Yh
|
|
|
9475
9475
|
inputRef: i
|
|
9476
9476
|
}), (s, d) => {
|
|
9477
9477
|
const u = K("base-form"), c = Ho("input-mask");
|
|
9478
|
-
return w(),
|
|
9478
|
+
return w(), Y(u, {
|
|
9479
9479
|
label: r.label,
|
|
9480
9480
|
layout: r.layout,
|
|
9481
9481
|
description: r.description,
|
|
@@ -10187,7 +10187,7 @@ const vg = ["placeholder", "autofocus", "required", "readonly", "disabled", "dat
|
|
|
10187
10187
|
inputRef: o
|
|
10188
10188
|
}), (b, y) => {
|
|
10189
10189
|
const C = K("base-form");
|
|
10190
|
-
return w(),
|
|
10190
|
+
return w(), Y(C, {
|
|
10191
10191
|
label: r.label,
|
|
10192
10192
|
layout: r.layout,
|
|
10193
10193
|
description: r.description,
|
|
@@ -10334,6 +10334,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10334
10334
|
border: { default: "simple" },
|
|
10335
10335
|
layout: { default: "vertical" },
|
|
10336
10336
|
maxlength: {},
|
|
10337
|
+
showAvatar: { type: Boolean, default: !0 },
|
|
10337
10338
|
autofocus: { type: Boolean, default: !1 },
|
|
10338
10339
|
required: { type: Boolean, default: !1 },
|
|
10339
10340
|
readonly: { type: Boolean, default: !1 },
|
|
@@ -10412,8 +10413,8 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10412
10413
|
}
|
|
10413
10414
|
o("update:mentions", A);
|
|
10414
10415
|
}), t({ textareaRef: u }), (A, M) => {
|
|
10415
|
-
const P = K("base-form");
|
|
10416
|
-
return w(),
|
|
10416
|
+
const P = K("base-avatar"), I = K("base-form");
|
|
10417
|
+
return w(), Y(I, {
|
|
10417
10418
|
label: r.label,
|
|
10418
10419
|
layout: r.layout,
|
|
10419
10420
|
description: r.description,
|
|
@@ -10426,7 +10427,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10426
10427
|
Xe(O("textarea", {
|
|
10427
10428
|
ref_key: "textareaRef",
|
|
10428
10429
|
ref: u,
|
|
10429
|
-
"onUpdate:modelValue": M[0] || (M[0] = (
|
|
10430
|
+
"onUpdate:modelValue": M[0] || (M[0] = (L) => s.value = L),
|
|
10430
10431
|
id: e.id,
|
|
10431
10432
|
placeholder: e.placeholder,
|
|
10432
10433
|
autofocus: e.autofocus,
|
|
@@ -10458,14 +10459,21 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10458
10459
|
style: Ye({ top: `${f.value.top}px`, left: `${f.value.left}px` })
|
|
10459
10460
|
}, [
|
|
10460
10461
|
e.loading ? (w(), B("li", kg, "Searching...")) : y.value.length ? V("", !0) : (w(), B("li", Sg, "No results")),
|
|
10461
|
-
e.loading ? V("", !0) : (w(!0), B(fe, { key: 2 },
|
|
10462
|
-
key:
|
|
10462
|
+
e.loading ? V("", !0) : (w(!0), B(fe, { key: 2 }, Me(y.value, (L, $) => (w(), B("li", {
|
|
10463
|
+
key: L.id,
|
|
10463
10464
|
class: z([
|
|
10464
|
-
"p-1 cursor-pointer",
|
|
10465
|
-
|
|
10465
|
+
"p-1 cursor-pointer flex items-center gap-1",
|
|
10466
|
+
$ === g.value ? "bg-gray-200 dark:bg-gray-700" : "hover:bg-gray-100 dark:hover:bg-gray-700"
|
|
10466
10467
|
]),
|
|
10467
|
-
onClick: (
|
|
10468
|
-
},
|
|
10468
|
+
onClick: (U) => k(L)
|
|
10469
|
+
}, [
|
|
10470
|
+
r.showAvatar ? (w(), Y(P, {
|
|
10471
|
+
key: 0,
|
|
10472
|
+
size: 24,
|
|
10473
|
+
src: L.avatar_url
|
|
10474
|
+
}, null, 8, ["src"])) : V("", !0),
|
|
10475
|
+
Ie(" " + q(L.label), 1)
|
|
10476
|
+
], 10, Og))), 128))
|
|
10469
10477
|
], 4)) : V("", !0)
|
|
10470
10478
|
])
|
|
10471
10479
|
]),
|
|
@@ -10473,7 +10481,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10473
10481
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
10474
10482
|
};
|
|
10475
10483
|
}
|
|
10476
|
-
}), Eg = /* @__PURE__ */ oe(Cg, [["__scopeId", "data-v-
|
|
10484
|
+
}), Eg = /* @__PURE__ */ oe(Cg, [["__scopeId", "data-v-4bbfc7de"]]), Tg = { class: "cursor-pointer" }, Bg = { class: "flex items-center justify-between gap-1" }, Pg = {
|
|
10477
10485
|
key: 0,
|
|
10478
10486
|
class: "flex items-center shrink-0 text-white"
|
|
10479
10487
|
}, Dg = {
|
|
@@ -10509,7 +10517,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10509
10517
|
});
|
|
10510
10518
|
return (i, l) => {
|
|
10511
10519
|
const s = K("base-icon"), d = K("base-form");
|
|
10512
|
-
return w(),
|
|
10520
|
+
return w(), Y(d, {
|
|
10513
10521
|
label: n.label,
|
|
10514
10522
|
layout: n.layout,
|
|
10515
10523
|
description: n.description,
|
|
@@ -10527,7 +10535,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10527
10535
|
O("div", {
|
|
10528
10536
|
class: z(["flex w-full gap-2", { "flex-col": n.optionsLayout === "vertical" }])
|
|
10529
10537
|
}, [
|
|
10530
|
-
(w(!0), B(fe, null,
|
|
10538
|
+
(w(!0), B(fe, null, Me(e.options, (u) => (w(), Y(N(ed), {
|
|
10531
10539
|
as: "div",
|
|
10532
10540
|
key: u.label,
|
|
10533
10541
|
disabled: e.disabled || e.readonly,
|
|
@@ -10595,7 +10603,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10595
10603
|
});
|
|
10596
10604
|
return (i, l) => {
|
|
10597
10605
|
const s = K("base-form");
|
|
10598
|
-
return w(),
|
|
10606
|
+
return w(), Y(s, {
|
|
10599
10607
|
label: n.label,
|
|
10600
10608
|
layout: n.layout,
|
|
10601
10609
|
description: n.description,
|
|
@@ -10687,7 +10695,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10687
10695
|
inputRef: h
|
|
10688
10696
|
}), (g, p) => {
|
|
10689
10697
|
const m = K("base-icon"), b = K("base-button"), y = K("base-form");
|
|
10690
|
-
return w(),
|
|
10698
|
+
return w(), Y(y, {
|
|
10691
10699
|
label: a.label,
|
|
10692
10700
|
layout: a.layout,
|
|
10693
10701
|
description: a.description,
|
|
@@ -10723,7 +10731,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10723
10731
|
onChange: p[0] || (p[0] = (C) => l.value = C.target.value),
|
|
10724
10732
|
"data-testid": `${e.dataTestid}-input`
|
|
10725
10733
|
}, null, 8, ["autofocus", "required", "readonly", "disabled", "placeholder", "class", "displayValue", "data-testid"]),
|
|
10726
|
-
N(ml)(o.value) ? (w(),
|
|
10734
|
+
N(ml)(o.value) ? (w(), Y(N(vu), {
|
|
10727
10735
|
key: 0,
|
|
10728
10736
|
ref_key: "buttonRef",
|
|
10729
10737
|
ref: c,
|
|
@@ -10733,7 +10741,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10733
10741
|
H(m, { icon: "i-fa7-regular:angle-down" })
|
|
10734
10742
|
]),
|
|
10735
10743
|
_: 1
|
|
10736
|
-
}, 512)) : (w(),
|
|
10744
|
+
}, 512)) : (w(), Y(b, {
|
|
10737
10745
|
key: 1,
|
|
10738
10746
|
size: "none",
|
|
10739
10747
|
variant: "text",
|
|
@@ -10759,7 +10767,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10759
10767
|
default: _(() => [
|
|
10760
10768
|
i.value ? (w(), B("div", jg, " Loading data... ")) : V("", !0),
|
|
10761
10769
|
!i.value && d.value.length === 0 && l.value !== "" ? (w(), B("div", Wg, " Nothing found. ")) : V("", !0),
|
|
10762
|
-
i.value ? V("", !0) : (w(!0), B(fe, { key: 2 },
|
|
10770
|
+
i.value ? V("", !0) : (w(!0), B(fe, { key: 2 }, Me(d.value, (C) => (w(), Y(N(gu), {
|
|
10763
10771
|
as: "template",
|
|
10764
10772
|
key: C._id,
|
|
10765
10773
|
value: C,
|
|
@@ -10825,7 +10833,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10825
10833
|
});
|
|
10826
10834
|
return (i, l) => {
|
|
10827
10835
|
const s = K("base-form");
|
|
10828
|
-
return w(),
|
|
10836
|
+
return w(), Y(s, {
|
|
10829
10837
|
label: n.label,
|
|
10830
10838
|
layout: n.layout,
|
|
10831
10839
|
description: n.description,
|
|
@@ -10839,7 +10847,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10839
10847
|
class: z(["inline-flex cursor-pointer select-none items-center gap-2", { "flex-row-reverse ": e.textPosition === "right" }])
|
|
10840
10848
|
}, [
|
|
10841
10849
|
Q(i.$slots, "label", {}, () => [
|
|
10842
|
-
|
|
10850
|
+
Ie(q(e.text), 1)
|
|
10843
10851
|
]),
|
|
10844
10852
|
Xe(O("input", {
|
|
10845
10853
|
"onUpdate:modelValue": l[0] || (l[0] = (d) => o.value = d),
|
|
@@ -10910,7 +10918,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10910
10918
|
textareaRef: s
|
|
10911
10919
|
}), (u, c) => {
|
|
10912
10920
|
const f = K("base-form");
|
|
10913
|
-
return w(),
|
|
10921
|
+
return w(), Y(f, {
|
|
10914
10922
|
label: r.label,
|
|
10915
10923
|
layout: r.layout,
|
|
10916
10924
|
description: r.description,
|
|
@@ -11049,7 +11057,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11049
11057
|
O("div", cb, [
|
|
11050
11058
|
O("div", fb, [
|
|
11051
11059
|
O("p", pb, q(e.title), 1),
|
|
11052
|
-
n.value ? (w(),
|
|
11060
|
+
n.value ? (w(), Y(ur(N(ia)), {
|
|
11053
11061
|
key: 0,
|
|
11054
11062
|
onClick: f[0] || (f[0] = (p) => N(o).closeSidebar()),
|
|
11055
11063
|
class: "mr-2",
|
|
@@ -11068,11 +11076,11 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11068
11076
|
]),
|
|
11069
11077
|
O("div", mb, [
|
|
11070
11078
|
O("ul", hb, [
|
|
11071
|
-
(w(!0), B(fe, null,
|
|
11079
|
+
(w(!0), B(fe, null, Me(r.value, (p) => (w(), B("li", {
|
|
11072
11080
|
key: p.name
|
|
11073
11081
|
}, [
|
|
11074
11082
|
p.submenu ? (w(), B(fe, { key: 0 }, [
|
|
11075
|
-
p.path ? (w(),
|
|
11083
|
+
p.path ? (w(), Y(g, {
|
|
11076
11084
|
key: 0,
|
|
11077
11085
|
to: p.path,
|
|
11078
11086
|
class: "menu-link-button",
|
|
@@ -11108,7 +11116,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11108
11116
|
"max-h-[1000px]! overflow-auto bg-slate-700 px-2 py-1 w-[var(--sidebar-menu-width)] -mx-4": i.value === p.name
|
|
11109
11117
|
}])
|
|
11110
11118
|
}, [
|
|
11111
|
-
(w(!0), B(fe, null,
|
|
11119
|
+
(w(!0), B(fe, null, Me(p.submenu, (m) => (w(), B("li", {
|
|
11112
11120
|
key: m.name,
|
|
11113
11121
|
class: "overflow-hidden"
|
|
11114
11122
|
}, [
|
|
@@ -11128,7 +11136,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11128
11136
|
]))), 128))
|
|
11129
11137
|
], 2)
|
|
11130
11138
|
], 64)) : (w(), B(fe, { key: 1 }, [
|
|
11131
|
-
p.path && u(p.path) === "internal" ? (w(),
|
|
11139
|
+
p.path && u(p.path) === "internal" ? (w(), Y(g, {
|
|
11132
11140
|
key: 0,
|
|
11133
11141
|
to: p.path,
|
|
11134
11142
|
class: "menu-link-button",
|
|
@@ -11136,7 +11144,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11136
11144
|
"data-testid": p.dataTestid
|
|
11137
11145
|
}, {
|
|
11138
11146
|
default: _(() => [
|
|
11139
|
-
|
|
11147
|
+
Ie(q(p.name), 1)
|
|
11140
11148
|
]),
|
|
11141
11149
|
_: 2
|
|
11142
11150
|
}, 1032, ["to", "data-testid"])) : V("", !0),
|
|
@@ -11147,7 +11155,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11147
11155
|
target: "_blank",
|
|
11148
11156
|
class: "menu-link-button"
|
|
11149
11157
|
}, [
|
|
11150
|
-
|
|
11158
|
+
Ie(q(p.name) + " ", 1),
|
|
11151
11159
|
H(h, { icon: "i-fa7-solid:up-right-from-square" })
|
|
11152
11160
|
], 8, Ab)) : V("", !0)
|
|
11153
11161
|
], 64)),
|
|
@@ -11185,8 +11193,8 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11185
11193
|
return w(), B("div", kb, [
|
|
11186
11194
|
O("div", Sb, [
|
|
11187
11195
|
O("div", Ob, [
|
|
11188
|
-
(w(!0), B(fe, null,
|
|
11189
|
-
a(u.path) === "internal" ? (w(),
|
|
11196
|
+
(w(!0), B(fe, null, Me(n.apps, (u, c) => (w(), B(fe, null, [
|
|
11197
|
+
a(u.path) === "internal" ? (w(), Y(d, {
|
|
11190
11198
|
key: `internal-${c}`,
|
|
11191
11199
|
to: u.path,
|
|
11192
11200
|
onClick: (f) => i(u.path),
|
|
@@ -11240,11 +11248,11 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11240
11248
|
};
|
|
11241
11249
|
return (u, c) => (w(), B(fe, null, [
|
|
11242
11250
|
O("div", Lb, [
|
|
11243
|
-
(w(),
|
|
11251
|
+
(w(), Y(ur(Cl), {
|
|
11244
11252
|
apps: e.apps,
|
|
11245
11253
|
onChoose: d
|
|
11246
11254
|
}, null, 40, ["apps"])),
|
|
11247
|
-
(w(),
|
|
11255
|
+
(w(), Y(ur(Sl), {
|
|
11248
11256
|
title: o.value,
|
|
11249
11257
|
menus: s.value,
|
|
11250
11258
|
"is-sidebar-open": l.value,
|
|
@@ -11268,7 +11276,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11268
11276
|
const t = e, n = E();
|
|
11269
11277
|
return (r, a) => {
|
|
11270
11278
|
const o = K("base-avatar"), i = K("base-popover");
|
|
11271
|
-
return w(),
|
|
11279
|
+
return w(), Y(i, {
|
|
11272
11280
|
ref_key: "accountPopoverRef",
|
|
11273
11281
|
ref: n,
|
|
11274
11282
|
placement: "bottom-end"
|
|
@@ -11335,7 +11343,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11335
11343
|
const t = e, n = de(e, "is-dark-mode");
|
|
11336
11344
|
return (r, a) => {
|
|
11337
11345
|
const o = K("base-icon"), i = K("base-button");
|
|
11338
|
-
return w(),
|
|
11346
|
+
return w(), Y(i, {
|
|
11339
11347
|
variant: "text",
|
|
11340
11348
|
color: "primary",
|
|
11341
11349
|
size: "sm",
|
|
@@ -11343,11 +11351,11 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11343
11351
|
class: "text-slate-900 dark:text-slate-50 flex justify-left!"
|
|
11344
11352
|
}, {
|
|
11345
11353
|
default: _(() => [
|
|
11346
|
-
n.value ? (w(),
|
|
11354
|
+
n.value ? (w(), Y(o, {
|
|
11347
11355
|
key: 0,
|
|
11348
11356
|
icon: "i-ph-sun-duotone",
|
|
11349
11357
|
class: "text-2xl"
|
|
11350
|
-
})) : (w(),
|
|
11358
|
+
})) : (w(), Y(o, {
|
|
11351
11359
|
key: 1,
|
|
11352
11360
|
icon: "i-ph-moon-duotone",
|
|
11353
11361
|
class: "text-2xl"
|
|
@@ -11367,7 +11375,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11367
11375
|
const t = e;
|
|
11368
11376
|
return (n, r) => {
|
|
11369
11377
|
const a = K("base-icon"), o = K("base-button");
|
|
11370
|
-
return w(),
|
|
11378
|
+
return w(), Y(o, {
|
|
11371
11379
|
variant: "text",
|
|
11372
11380
|
color: "danger",
|
|
11373
11381
|
size: "sm",
|
|
@@ -11413,12 +11421,12 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11413
11421
|
]),
|
|
11414
11422
|
_: 1
|
|
11415
11423
|
}),
|
|
11416
|
-
r.value ? (w(),
|
|
11424
|
+
r.value ? (w(), Y(d, {
|
|
11417
11425
|
key: 0,
|
|
11418
11426
|
class: "p-0! gap-0! overflow-y-auto max-h-50"
|
|
11419
11427
|
}, {
|
|
11420
11428
|
default: _(() => [
|
|
11421
|
-
(w(!0), B(fe, null,
|
|
11429
|
+
(w(!0), B(fe, null, Me(t.organizations, (u) => (w(), Y(s, {
|
|
11422
11430
|
key: u.name,
|
|
11423
11431
|
href: u.link,
|
|
11424
11432
|
"is-block": "",
|
|
@@ -11443,7 +11451,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11443
11451
|
const t = E();
|
|
11444
11452
|
return (n, r) => {
|
|
11445
11453
|
const a = K("BaseIcon"), o = K("base-icon");
|
|
11446
|
-
return w(),
|
|
11454
|
+
return w(), Y(N(Ni), {
|
|
11447
11455
|
ref_key: "notificationPopoverRef",
|
|
11448
11456
|
ref: t,
|
|
11449
11457
|
placement: "bottom"
|
|
@@ -11506,7 +11514,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11506
11514
|
]),
|
|
11507
11515
|
r[5] || (r[5] = O("div", null, [
|
|
11508
11516
|
O("p", { class: "font-medium text-slate-600 dark:text-slate-100" }, [
|
|
11509
|
-
|
|
11517
|
+
Ie(" 01 Jan 2024 "),
|
|
11510
11518
|
O("span", { class: "text-xs font-light" }, "08:10")
|
|
11511
11519
|
]),
|
|
11512
11520
|
O("div", { class: "flex text-sm text-slate-400 dark:text-slate-300" }, [
|
|
@@ -11520,7 +11528,7 @@ const ab = /* @__PURE__ */ oe(Zg, [["render", rb], ["__scopeId", "data-v-918420e
|
|
|
11520
11528
|
]),
|
|
11521
11529
|
r[6] || (r[6] = O("div", null, [
|
|
11522
11530
|
O("p", { class: "font-medium text-slate-600 dark:text-slate-100" }, [
|
|
11523
|
-
|
|
11531
|
+
Ie(" 01 Jan 2024 "),
|
|
11524
11532
|
O("span", { class: "text-xs font-light" }, "08:00")
|
|
11525
11533
|
]),
|
|
11526
11534
|
O("div", { class: "flex text-sm text-slate-400 dark:text-slate-300" }, [
|