@point-hub/papp 0.0.81 → 0.0.82
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/index.js +130 -125
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ var Ul = Object.defineProperty;
|
|
|
2
2
|
var zl = (e, t, n) => t in e ? Ul(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var dt = (e, t, n) => zl(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import * as to from "vue";
|
|
5
|
-
import { defineComponent as $, ref as E, provide as Te, openBlock as x, createElementBlock as T, renderSlot as K, normalizeClass as
|
|
5
|
+
import { defineComponent as $, ref as E, provide as Te, openBlock as x, createElementBlock as T, renderSlot as K, normalizeClass as H, createCommentVNode as q, inject as Ce, watch as re, createBlock as V, resolveDynamicComponent as oe, withCtx as F, createElementVNode as C, toDisplayString as Q, normalizeStyle as xt, createTextVNode as $e, resolveComponent as Ie, createVNode as X, Fragment as me, renderList as Re, mergeModels as $n, useModel as We, computed as P, unref as N, shallowRef as xa, triggerRef as no, onScopeDispose as Zo, onUnmounted as De, nextTick as ye, watchEffect as Ee, onMounted as te, cloneVNode as ei, h as de, reactive as Ar, toRaw as Ae, getCurrentInstance as ti, Teleport as Yl, Transition as Sa, getCurrentScope as Xl, toRef as Ql, readonly as Gl, customRef as Kl, useCssVars as Jl, useSlots as Zl, toRefs as ni, withKeys as es, withDirectives as Ge, vShow as ts, onBeforeUnmount as wr, isRef as At, mergeProps as ns, normalizeProps as rs, guardReactiveProps as as, isReactive as ro, isVNode as os, createApp as ao, createSlots as is, vModelCheckbox as ri, resolveDirective as Oa, vModelText as sn, vModelDynamic as ls } from "vue";
|
|
6
6
|
import { defineStore as ka } from "pinia";
|
|
7
7
|
import { useRoute as ai } from "vue-router";
|
|
8
8
|
const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
@@ -44,7 +44,7 @@ const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
|
44
44
|
t.variant === "filled" && (r = `btn-${t.color}`), t.variant === "light" && (r = `btn-light-${t.color}`), t.variant === "outlined" && (r = `btn-outline-${t.color}`), t.variant === "text" && (r = `btn-text-${t.color}`), n.push(`${r}`);
|
|
45
45
|
let a = "";
|
|
46
46
|
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), t.size !== "none" && n.push(`btn-${t.size}`), (i, o) => (x(), T("button", {
|
|
47
|
-
class:
|
|
47
|
+
class: H(["btn", n]),
|
|
48
48
|
type: i.type
|
|
49
49
|
}, [
|
|
50
50
|
K(i.$slots, "default", {}, void 0, !0),
|
|
@@ -83,7 +83,7 @@ const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
|
83
83
|
C("span", null, Q(s.title), 1)
|
|
84
84
|
], !0),
|
|
85
85
|
C("i", {
|
|
86
|
-
class:
|
|
86
|
+
class: H(["accordion-collapse-item-icon i-fas-angle-down", {
|
|
87
87
|
"accordiont-collapse-item-icon-active": i.value
|
|
88
88
|
}])
|
|
89
89
|
}, null, 2)
|
|
@@ -93,7 +93,7 @@ const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
|
93
93
|
C("div", {
|
|
94
94
|
ref_key: "contentRef",
|
|
95
95
|
ref: r,
|
|
96
|
-
class:
|
|
96
|
+
class: H(["accordion-content", {
|
|
97
97
|
"accordion-content-active": i.value
|
|
98
98
|
}]),
|
|
99
99
|
style: xt({
|
|
@@ -134,7 +134,7 @@ const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
|
134
134
|
const s = Ie("base-icon");
|
|
135
135
|
return a.value ? q("", !0) : (x(), T("div", {
|
|
136
136
|
key: 0,
|
|
137
|
-
class:
|
|
137
|
+
class: H(n)
|
|
138
138
|
}, [
|
|
139
139
|
C("div", ys, [
|
|
140
140
|
o.icon ? (x(), T("div", As, [
|
|
@@ -208,19 +208,19 @@ const ss = { class: "accordion-container" }, us = /* @__PURE__ */ $({
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
return (o, l) => (x(), T("div", {
|
|
211
|
-
class:
|
|
211
|
+
class: H(["avatar", n])
|
|
212
212
|
}, [
|
|
213
213
|
o.src ? (x(), T("img", {
|
|
214
214
|
key: 0,
|
|
215
|
-
class:
|
|
215
|
+
class: H(["avatar-ring avatar-2xl", r]),
|
|
216
216
|
src: o.src
|
|
217
217
|
}, null, 8, Cs)) : (x(), T("span", {
|
|
218
218
|
key: 1,
|
|
219
|
-
class:
|
|
219
|
+
class: H(["avatar-initial", r])
|
|
220
220
|
}, Q(i(o.name)), 1)),
|
|
221
221
|
o.indicator ? (x(), T("span", {
|
|
222
222
|
key: 2,
|
|
223
|
-
class:
|
|
223
|
+
class: H(["avatar-indicator", a])
|
|
224
224
|
})) : q("", !0)
|
|
225
225
|
]));
|
|
226
226
|
}
|
|
@@ -244,7 +244,7 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
244
244
|
const t = e, n = [];
|
|
245
245
|
let r = "";
|
|
246
246
|
return t.variant === "filled" && (r = `badge-${t.color}`), t.variant === "light" && (r = `badge-light-${t.color}`), t.variant === "outlined" && (r = `badge-outline-${t.color}`), n.push(`${r}`), (a, i) => (x(), T("span", {
|
|
247
|
-
class:
|
|
247
|
+
class: H(["badge", n])
|
|
248
248
|
}, [
|
|
249
249
|
a.withDot ? (x(), T("div", Is)) : q("", !0),
|
|
250
250
|
K(a.$slots, "default", {}, void 0, !0)
|
|
@@ -264,7 +264,7 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
264
264
|
class: "breadcrumb-li"
|
|
265
265
|
}, [
|
|
266
266
|
C("span", {
|
|
267
|
-
class:
|
|
267
|
+
class: H(["whitespace-nowrap", { "breadcrumb-link": a.path }])
|
|
268
268
|
}, [
|
|
269
269
|
K(n.$slots, "default", {
|
|
270
270
|
index: i,
|
|
@@ -273,7 +273,7 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
273
273
|
], 2),
|
|
274
274
|
i + 1 < t.items.length ? (x(), T("i", {
|
|
275
275
|
key: 0,
|
|
276
|
-
class:
|
|
276
|
+
class: H(["block breadcrumb-separator", {
|
|
277
277
|
"i-fas-angle-right": n.separator === "angle",
|
|
278
278
|
"i-fas-arrow-right": n.separator === "arrow",
|
|
279
279
|
"i-fas-slash-forward": n.separator === "slash"
|
|
@@ -299,7 +299,7 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
299
299
|
setup(e) {
|
|
300
300
|
const t = We(e, "bgColor"), n = We(e, "titleColor"), r = We(e, "bodyColor");
|
|
301
301
|
return (a, i) => (x(), T("div", {
|
|
302
|
-
class:
|
|
302
|
+
class: H(["card", { "card-shadow ": a.shadow, "card-rounded": a.shape === "rounded" }]),
|
|
303
303
|
style: xt({ backgroundColor: t.value, color: n.value })
|
|
304
304
|
}, [
|
|
305
305
|
C("div", Fs, [
|
|
@@ -327,13 +327,13 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
327
327
|
setup(e) {
|
|
328
328
|
const t = e;
|
|
329
329
|
return (n, r) => (x(), T("div", {
|
|
330
|
-
class:
|
|
330
|
+
class: H({
|
|
331
331
|
"divider-horizontal": t.orientation === "horizontal",
|
|
332
332
|
"divider-vertical": t.orientation === "vertical"
|
|
333
333
|
})
|
|
334
334
|
}, [
|
|
335
335
|
C("div", {
|
|
336
|
-
class:
|
|
336
|
+
class: H({
|
|
337
337
|
"divider-horizontal-line": t.orientation === "horizontal",
|
|
338
338
|
"divider-vertical-line": t.orientation === "vertical"
|
|
339
339
|
})
|
|
@@ -341,7 +341,7 @@ const Bs = /* @__PURE__ */ le(Ps, [["render", Ds], ["__scopeId", "data-v-85c79e7
|
|
|
341
341
|
n.text ? (x(), T("p", js, Q(t.text), 1)) : q("", !0),
|
|
342
342
|
n.text ? (x(), T("div", {
|
|
343
343
|
key: 1,
|
|
344
|
-
class:
|
|
344
|
+
class: H({
|
|
345
345
|
"divider-horizontal-line": t.orientation === "horizontal",
|
|
346
346
|
"divider-vertical-line": t.orientation === "vertical"
|
|
347
347
|
})
|
|
@@ -3056,7 +3056,7 @@ let Fi = Ve.RenderStrategy, sa = $({ props: { as: { type: [Object, String], defa
|
|
|
3056
3056
|
L(Y), y.value = !1;
|
|
3057
3057
|
}, { immediate: !0 });
|
|
3058
3058
|
}), Te(Ma, v), Er(P(() => be(g.value, { visible: Se.Open, hidden: Se.Closed }) | i.value)), () => {
|
|
3059
|
-
let { appear: _, show: z, enter: Y, enterFrom: G, enterTo: ae, entered: ne, leave: pe, leaveFrom: fe, leaveTo: Z, ...ie } = e, xe = { ref: u }, ve = { ...ie, ...h.value && p.value && Wn.isServer ? { class:
|
|
3059
|
+
let { appear: _, show: z, enter: Y, enterFrom: G, enterTo: ae, entered: ne, leave: pe, leaveFrom: fe, leaveTo: Z, ...ie } = e, xe = { ref: u }, ve = { ...ie, ...h.value && p.value && Wn.isServer ? { class: H([n.class, ie.class, ...A, ...S]) } : {} };
|
|
3060
3060
|
return ue({ theirProps: ve, ourProps: xe, slot: {}, slots: r, attrs: n, features: Fi, visible: g.value === "visible", name: "TransitionChild" });
|
|
3061
3061
|
};
|
|
3062
3062
|
} }), Md = sa, $a = $({ 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 }) {
|
|
@@ -3105,7 +3105,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3105
3105
|
X(Sa, null, {
|
|
3106
3106
|
default: F(() => [
|
|
3107
3107
|
X(N(fd), {
|
|
3108
|
-
class:
|
|
3108
|
+
class: H(["dropdown-items", { "left-0": t.position === "left", "right-0": t.position === "right" }])
|
|
3109
3109
|
}, {
|
|
3110
3110
|
default: F(() => [
|
|
3111
3111
|
K(n.$slots, "default", {}, void 0, !0)
|
|
@@ -3130,7 +3130,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3130
3130
|
default: F(({ active: r }) => [
|
|
3131
3131
|
K(t.$slots, "default", { active: r }, () => [
|
|
3132
3132
|
C("div", {
|
|
3133
|
-
class:
|
|
3133
|
+
class: H([{ "dropdown-item-active": r }, "dropdown-item"])
|
|
3134
3134
|
}, Q(t.text), 3)
|
|
3135
3135
|
], !0)
|
|
3136
3136
|
]),
|
|
@@ -3145,7 +3145,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3145
3145
|
},
|
|
3146
3146
|
setup(e) {
|
|
3147
3147
|
return (t, n) => (x(), T("span", {
|
|
3148
|
-
class:
|
|
3148
|
+
class: H([t.icon, "inline-block", { "w-1.2em": t.fixedWidth }])
|
|
3149
3149
|
}, null, 2));
|
|
3150
3150
|
}
|
|
3151
3151
|
}), Nd = ["href"], Vd = /* @__PURE__ */ $({
|
|
@@ -3165,7 +3165,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3165
3165
|
let a = "";
|
|
3166
3166
|
return t.shape === "sharp" && (a = "rounded-none"), t.shape === "rounded" && (a = "rounded-lg"), t.shape === "pill" && (a = "rounded-full"), n.push(`${a}`), t.isBlock && n.push("btn-block"), t.size !== "none" && n.push(`btn-${t.size}`), (i, o) => (x(), T("a", {
|
|
3167
3167
|
href: t.href,
|
|
3168
|
-
class:
|
|
3168
|
+
class: H(["btn", n])
|
|
3169
3169
|
}, [
|
|
3170
3170
|
K(i.$slots, "default", {}, void 0, !0)
|
|
3171
3171
|
], 8, Nd));
|
|
@@ -3178,7 +3178,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3178
3178
|
},
|
|
3179
3179
|
setup(e) {
|
|
3180
3180
|
return (t, n) => (x(), T("div", {
|
|
3181
|
-
class:
|
|
3181
|
+
class: H(`loader-${t.sample}`)
|
|
3182
3182
|
}, [
|
|
3183
3183
|
n[1] || (n[1] = $e(" ")),
|
|
3184
3184
|
K(t.$slots, "default", {}, () => [
|
|
@@ -3194,7 +3194,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3194
3194
|
},
|
|
3195
3195
|
setup(e) {
|
|
3196
3196
|
return (t, n) => (x(), T("img", {
|
|
3197
|
-
class:
|
|
3197
|
+
class: H(["mask", {
|
|
3198
3198
|
"mask-squircle": t.shape === "squircle",
|
|
3199
3199
|
"mask-diamond": t.shape === "diamond",
|
|
3200
3200
|
"mask-reuleaux-triangle": t.shape === "reuleaux-triangle",
|
|
@@ -3268,7 +3268,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3268
3268
|
}, {
|
|
3269
3269
|
default: F(() => [
|
|
3270
3270
|
X(N(Ku), {
|
|
3271
|
-
class:
|
|
3271
|
+
class: H(["w-full transform overflow-hidden rounded-2xl bg-white text-left align-middle shadow-xl transition-all dark:bg-slate-900", {
|
|
3272
3272
|
"max-w-sm": r.size === "sm",
|
|
3273
3273
|
"max-w-md": r.size === "md",
|
|
3274
3274
|
"max-w-lg": r.size === "lg",
|
|
@@ -3380,7 +3380,7 @@ const $d = { class: "dropdown-trigger-button" }, Rd = /* @__PURE__ */ $({
|
|
|
3380
3380
|
size: "xs",
|
|
3381
3381
|
variant: "text",
|
|
3382
3382
|
onClick: (g) => o(m),
|
|
3383
|
-
class:
|
|
3383
|
+
class: H({
|
|
3384
3384
|
"bg-primary text-white!": m === a.value
|
|
3385
3385
|
})
|
|
3386
3386
|
}, {
|
|
@@ -4900,7 +4900,7 @@ const pa = /* @__PURE__ */ $({
|
|
|
4900
4900
|
get: () => n.modelValue
|
|
4901
4901
|
});
|
|
4902
4902
|
return (i, o) => (x(), T("div", {
|
|
4903
|
-
class:
|
|
4903
|
+
class: H(["progress-container", {
|
|
4904
4904
|
"progress-xs": n.size === "xs",
|
|
4905
4905
|
"progress-sm": n.size === "sm",
|
|
4906
4906
|
"progress-md": n.size === "md",
|
|
@@ -4910,7 +4910,7 @@ const pa = /* @__PURE__ */ $({
|
|
|
4910
4910
|
}])
|
|
4911
4911
|
}, [
|
|
4912
4912
|
C("div", {
|
|
4913
|
-
class:
|
|
4913
|
+
class: H(["progress-bar", {
|
|
4914
4914
|
"progress-primary": n.color === "primary",
|
|
4915
4915
|
"progress-secondary": n.color === "secondary",
|
|
4916
4916
|
"progress-info": n.color === "info",
|
|
@@ -4993,7 +4993,7 @@ const pa = /* @__PURE__ */ $({
|
|
|
4993
4993
|
setup(e) {
|
|
4994
4994
|
const t = e, n = [];
|
|
4995
4995
|
return n.push("spinner"), n.push(`spinner-${t.color}`), n.push(`spinner-${t.size}`), (r, a) => (x(), T("span", {
|
|
4996
|
-
class:
|
|
4996
|
+
class: H(n)
|
|
4997
4997
|
}));
|
|
4998
4998
|
}
|
|
4999
4999
|
}), Vp = /* @__PURE__ */ le(Np, [["__scopeId", "data-v-06efdd04"]]), jp = { class: "step-container" }, Wp = ["onClick"], qp = {
|
|
@@ -5027,7 +5027,7 @@ const pa = /* @__PURE__ */ $({
|
|
|
5027
5027
|
onClick: (c) => i(d)
|
|
5028
5028
|
}, [
|
|
5029
5029
|
C("div", {
|
|
5030
|
-
class:
|
|
5030
|
+
class: H(["step-icon-container", { active: d.active }])
|
|
5031
5031
|
}, [
|
|
5032
5032
|
d.icon ? (x(), V(s, {
|
|
5033
5033
|
key: 0,
|
|
@@ -5039,7 +5039,7 @@ const pa = /* @__PURE__ */ $({
|
|
|
5039
5039
|
], 8, Wp),
|
|
5040
5040
|
u < a.value.length - 1 ? (x(), T("div", {
|
|
5041
5041
|
key: 0,
|
|
5042
|
-
class:
|
|
5042
|
+
class: H(["step-line", { active: d.active }])
|
|
5043
5043
|
}, null, 2)) : q("", !0)
|
|
5044
5044
|
], 64))), 128))
|
|
5045
5045
|
]);
|
|
@@ -5189,7 +5189,7 @@ const ff = { class: "toast-container" }, vf = { class: "self-start mt-0.5" }, mf
|
|
|
5189
5189
|
data: s
|
|
5190
5190
|
}, () => [
|
|
5191
5191
|
C("div", {
|
|
5192
|
-
class:
|
|
5192
|
+
class: H(["toast", {
|
|
5193
5193
|
"toast-primary": s.color === "primary",
|
|
5194
5194
|
"toast-secondary": s.color === "secondary",
|
|
5195
5195
|
"toast-info": s.color === "info",
|
|
@@ -6797,7 +6797,7 @@ function Xv(e, t) {
|
|
|
6797
6797
|
v.state.isDestroyed || (v.clearDelayTimeouts(), v.unmount(), Nt(), delete e._tippy, v.state.isDestroyed = !0, ne("onDestroy", [v]));
|
|
6798
6798
|
}
|
|
6799
6799
|
}
|
|
6800
|
-
function
|
|
6800
|
+
function U(e, t) {
|
|
6801
6801
|
t === void 0 && (t = {});
|
|
6802
6802
|
var n = nt.plugins.concat(t.plugins || []);
|
|
6803
6803
|
Fv();
|
|
@@ -6809,9 +6809,9 @@ function H(e, t) {
|
|
|
6809
6809
|
}, []);
|
|
6810
6810
|
return Mr(e) ? i[0] : i;
|
|
6811
6811
|
}
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6812
|
+
U.defaultProps = nt;
|
|
6813
|
+
U.setDefaultProps = Hv;
|
|
6814
|
+
U.currentInput = ct;
|
|
6815
6815
|
var Qv = Object.assign({}, sl, {
|
|
6816
6816
|
effect: function(t) {
|
|
6817
6817
|
var n = t.state, r = {
|
|
@@ -6895,7 +6895,7 @@ var Qv = Object.assign({}, sl, {
|
|
|
6895
6895
|
}
|
|
6896
6896
|
};
|
|
6897
6897
|
}
|
|
6898
|
-
}, y =
|
|
6898
|
+
}, y = U(Kt(), Object.assign({}, Tv(n, ["overrides"]), {
|
|
6899
6899
|
plugins: [g].concat(n.plugins || []),
|
|
6900
6900
|
triggerTarget: o,
|
|
6901
6901
|
popperOptions: Object.assign({}, n.popperOptions, {
|
|
@@ -7190,10 +7190,10 @@ var om = {
|
|
|
7190
7190
|
function qo(e, t) {
|
|
7191
7191
|
return e && t ? e.top !== t.top || e.right !== t.right || e.bottom !== t.bottom || e.left !== t.left : !0;
|
|
7192
7192
|
}
|
|
7193
|
-
|
|
7193
|
+
U.setDefaultProps({
|
|
7194
7194
|
render: kl
|
|
7195
7195
|
});
|
|
7196
|
-
|
|
7196
|
+
U.setDefaultProps({
|
|
7197
7197
|
//@ts-ignore
|
|
7198
7198
|
onShow: (e) => {
|
|
7199
7199
|
if (!e.props.content)
|
|
@@ -7282,7 +7282,7 @@ function El(e, t = {}, n = { mount: !0, appName: "Tippy" }) {
|
|
|
7282
7282
|
if (!e)
|
|
7283
7283
|
return;
|
|
7284
7284
|
let k = At(e) ? e.value : e;
|
|
7285
|
-
typeof k == "function" && (k = k()), k && (a.value =
|
|
7285
|
+
typeof k == "function" && (k = k()), k && (a.value = U(k, u(t)), k.$tippy = S);
|
|
7286
7286
|
}, S = {
|
|
7287
7287
|
tippy: a,
|
|
7288
7288
|
refresh: c,
|
|
@@ -7336,51 +7336,51 @@ const Pl = $({
|
|
|
7336
7336
|
type: String,
|
|
7337
7337
|
default: null
|
|
7338
7338
|
},
|
|
7339
|
-
appendTo: { default: () =>
|
|
7340
|
-
aria: { default: () =>
|
|
7341
|
-
delay: { default: () =>
|
|
7342
|
-
duration: { default: () =>
|
|
7343
|
-
getReferenceClientRect: { default: () =>
|
|
7344
|
-
hideOnClick: { type: [Boolean, String], default: () =>
|
|
7345
|
-
ignoreAttributes: { type: Boolean, default: () =>
|
|
7346
|
-
interactive: { type: Boolean, default: () =>
|
|
7347
|
-
interactiveBorder: { default: () =>
|
|
7348
|
-
interactiveDebounce: { default: () =>
|
|
7349
|
-
moveTransition: { default: () =>
|
|
7350
|
-
offset: { default: () =>
|
|
7351
|
-
onAfterUpdate: { default: () =>
|
|
7352
|
-
onBeforeUpdate: { default: () =>
|
|
7353
|
-
onCreate: { default: () =>
|
|
7354
|
-
onDestroy: { default: () =>
|
|
7355
|
-
onHidden: { default: () =>
|
|
7356
|
-
onHide: { default: () =>
|
|
7357
|
-
onMount: { default: () =>
|
|
7358
|
-
onShow: { default: () =>
|
|
7359
|
-
onShown: { default: () =>
|
|
7360
|
-
onTrigger: { default: () =>
|
|
7361
|
-
onUntrigger: { default: () =>
|
|
7362
|
-
onClickOutside: { default: () =>
|
|
7363
|
-
placement: { default: () =>
|
|
7364
|
-
plugins: { default: () =>
|
|
7365
|
-
popperOptions: { default: () =>
|
|
7366
|
-
render: { default: () =>
|
|
7367
|
-
showOnCreate: { type: Boolean, default: () =>
|
|
7368
|
-
touch: { type: [Boolean, String, Array], default: () =>
|
|
7369
|
-
trigger: { default: () =>
|
|
7370
|
-
triggerTarget: { default: () =>
|
|
7371
|
-
animateFill: { type: Boolean, default: () =>
|
|
7372
|
-
followCursor: { type: [Boolean, String], default: () =>
|
|
7373
|
-
inlinePositioning: { type: Boolean, default: () =>
|
|
7374
|
-
sticky: { type: [Boolean, String], default: () =>
|
|
7375
|
-
allowHTML: { type: Boolean, default: () =>
|
|
7376
|
-
animation: { default: () =>
|
|
7377
|
-
arrow: { default: () =>
|
|
7378
|
-
content: { default: () =>
|
|
7379
|
-
inertia: { default: () =>
|
|
7380
|
-
maxWidth: { default: () =>
|
|
7381
|
-
role: { default: () =>
|
|
7382
|
-
theme: { default: () =>
|
|
7383
|
-
zIndex: { default: () =>
|
|
7339
|
+
appendTo: { default: () => U.defaultProps.appendTo },
|
|
7340
|
+
aria: { default: () => U.defaultProps.aria },
|
|
7341
|
+
delay: { default: () => U.defaultProps.delay },
|
|
7342
|
+
duration: { default: () => U.defaultProps.duration },
|
|
7343
|
+
getReferenceClientRect: { default: () => U.defaultProps.getReferenceClientRect },
|
|
7344
|
+
hideOnClick: { type: [Boolean, String], default: () => U.defaultProps.hideOnClick },
|
|
7345
|
+
ignoreAttributes: { type: Boolean, default: () => U.defaultProps.ignoreAttributes },
|
|
7346
|
+
interactive: { type: Boolean, default: () => U.defaultProps.interactive },
|
|
7347
|
+
interactiveBorder: { default: () => U.defaultProps.interactiveBorder },
|
|
7348
|
+
interactiveDebounce: { default: () => U.defaultProps.interactiveDebounce },
|
|
7349
|
+
moveTransition: { default: () => U.defaultProps.moveTransition },
|
|
7350
|
+
offset: { default: () => U.defaultProps.offset },
|
|
7351
|
+
onAfterUpdate: { default: () => U.defaultProps.onAfterUpdate },
|
|
7352
|
+
onBeforeUpdate: { default: () => U.defaultProps.onBeforeUpdate },
|
|
7353
|
+
onCreate: { default: () => U.defaultProps.onCreate },
|
|
7354
|
+
onDestroy: { default: () => U.defaultProps.onDestroy },
|
|
7355
|
+
onHidden: { default: () => U.defaultProps.onHidden },
|
|
7356
|
+
onHide: { default: () => U.defaultProps.onHide },
|
|
7357
|
+
onMount: { default: () => U.defaultProps.onMount },
|
|
7358
|
+
onShow: { default: () => U.defaultProps.onShow },
|
|
7359
|
+
onShown: { default: () => U.defaultProps.onShown },
|
|
7360
|
+
onTrigger: { default: () => U.defaultProps.onTrigger },
|
|
7361
|
+
onUntrigger: { default: () => U.defaultProps.onUntrigger },
|
|
7362
|
+
onClickOutside: { default: () => U.defaultProps.onClickOutside },
|
|
7363
|
+
placement: { default: () => U.defaultProps.placement },
|
|
7364
|
+
plugins: { default: () => U.defaultProps.plugins },
|
|
7365
|
+
popperOptions: { default: () => U.defaultProps.popperOptions },
|
|
7366
|
+
render: { default: () => U.defaultProps.render },
|
|
7367
|
+
showOnCreate: { type: Boolean, default: () => U.defaultProps.showOnCreate },
|
|
7368
|
+
touch: { type: [Boolean, String, Array], default: () => U.defaultProps.touch },
|
|
7369
|
+
trigger: { default: () => U.defaultProps.trigger },
|
|
7370
|
+
triggerTarget: { default: () => U.defaultProps.triggerTarget },
|
|
7371
|
+
animateFill: { type: Boolean, default: () => U.defaultProps.animateFill },
|
|
7372
|
+
followCursor: { type: [Boolean, String], default: () => U.defaultProps.followCursor },
|
|
7373
|
+
inlinePositioning: { type: Boolean, default: () => U.defaultProps.inlinePositioning },
|
|
7374
|
+
sticky: { type: [Boolean, String], default: () => U.defaultProps.sticky },
|
|
7375
|
+
allowHTML: { type: Boolean, default: () => U.defaultProps.allowHTML },
|
|
7376
|
+
animation: { default: () => U.defaultProps.animation },
|
|
7377
|
+
arrow: { default: () => U.defaultProps.arrow },
|
|
7378
|
+
content: { default: () => U.defaultProps.content },
|
|
7379
|
+
inertia: { default: () => U.defaultProps.inertia },
|
|
7380
|
+
maxWidth: { default: () => U.defaultProps.maxWidth },
|
|
7381
|
+
role: { default: () => U.defaultProps.role },
|
|
7382
|
+
theme: { default: () => U.defaultProps.theme },
|
|
7383
|
+
zIndex: { default: () => U.defaultProps.zIndex }
|
|
7384
7384
|
},
|
|
7385
7385
|
emits: ["state"],
|
|
7386
7386
|
setup(e, { slots: t, emit: n, expose: r }) {
|
|
@@ -7459,15 +7459,15 @@ const Pl = $({
|
|
|
7459
7459
|
"touchHold"
|
|
7460
7460
|
];
|
|
7461
7461
|
let ba = {};
|
|
7462
|
-
Object.keys(
|
|
7462
|
+
Object.keys(U.defaultProps).forEach((e) => {
|
|
7463
7463
|
um.includes(e) ? ba[e] = {
|
|
7464
7464
|
type: Boolean,
|
|
7465
7465
|
default: function() {
|
|
7466
|
-
return
|
|
7466
|
+
return U.defaultProps[e];
|
|
7467
7467
|
}
|
|
7468
7468
|
} : ba[e] = {
|
|
7469
7469
|
default: function() {
|
|
7470
|
-
return
|
|
7470
|
+
return U.defaultProps[e];
|
|
7471
7471
|
}
|
|
7472
7472
|
};
|
|
7473
7473
|
});
|
|
@@ -7515,9 +7515,9 @@ const dm = $({
|
|
|
7515
7515
|
}
|
|
7516
7516
|
}, pm = {
|
|
7517
7517
|
install(e, t = {}) {
|
|
7518
|
-
|
|
7518
|
+
U.setDefaultProps(t.defaultProps || {}), e.directive(t.directive || "tippy", cm), e.component(t.component || "tippy", Pl), e.component(t.componentSingleton || "tippy-singleton", dm);
|
|
7519
7519
|
}
|
|
7520
|
-
}, fm =
|
|
7520
|
+
}, fm = U.setDefaultProps;
|
|
7521
7521
|
fm({
|
|
7522
7522
|
ignoreAttributes: !0,
|
|
7523
7523
|
plugins: [om, rm, tm, Kv]
|
|
@@ -7575,7 +7575,7 @@ const vm = /* @__PURE__ */ $({
|
|
|
7575
7575
|
default: F(() => [
|
|
7576
7576
|
K(i.$slots, "header", { isOpen: t.value }, () => [
|
|
7577
7577
|
C("i", {
|
|
7578
|
-
class:
|
|
7578
|
+
class: H(["i-fas-angle-right transform-gpu transition-all duration-200", {
|
|
7579
7579
|
"rotate-90": t.value
|
|
7580
7580
|
}])
|
|
7581
7581
|
}, null, 2),
|
|
@@ -7622,14 +7622,14 @@ const vm = /* @__PURE__ */ $({
|
|
|
7622
7622
|
return (n, r) => {
|
|
7623
7623
|
const a = Ie("base-icon");
|
|
7624
7624
|
return x(), T("div", {
|
|
7625
|
-
class:
|
|
7625
|
+
class: H({
|
|
7626
7626
|
"lg:flex lg:items-start lg:gap-5": t.layout === "horizontal"
|
|
7627
7627
|
})
|
|
7628
7628
|
}, [
|
|
7629
7629
|
n.label ? (x(), T("label", {
|
|
7630
7630
|
key: 0,
|
|
7631
7631
|
for: n.id,
|
|
7632
|
-
class:
|
|
7632
|
+
class: H(["font-bold", {
|
|
7633
7633
|
"lg:flex lg:flex-col lg:w-25%": t.layout === "horizontal",
|
|
7634
7634
|
"text-sm": t.layout === "vertical"
|
|
7635
7635
|
}])
|
|
@@ -7709,7 +7709,7 @@ const vm = /* @__PURE__ */ $({
|
|
|
7709
7709
|
}
|
|
7710
7710
|
)
|
|
7711
7711
|
), l = () => {
|
|
7712
|
-
n.disabled || (r.value =
|
|
7712
|
+
n.disabled || (r.value = void 0);
|
|
7713
7713
|
}, s = E(null), d = () => {
|
|
7714
7714
|
s.value && s.value.el.click();
|
|
7715
7715
|
}, u = E();
|
|
@@ -7736,7 +7736,7 @@ const vm = /* @__PURE__ */ $({
|
|
|
7736
7736
|
X(N(ku), {
|
|
7737
7737
|
ref_key: "inputRef",
|
|
7738
7738
|
ref: u,
|
|
7739
|
-
class:
|
|
7739
|
+
class: H(["form-input", {
|
|
7740
7740
|
"border-simple pl-0!": c.border === "simple",
|
|
7741
7741
|
"border-full": c.border === "full",
|
|
7742
7742
|
"border-none pl-0!": c.border === "none"
|
|
@@ -7747,7 +7747,10 @@ const vm = /* @__PURE__ */ $({
|
|
|
7747
7747
|
required: n.required,
|
|
7748
7748
|
disabled: n.disabled,
|
|
7749
7749
|
placeholder: c.placeholder,
|
|
7750
|
-
displayValue: (
|
|
7750
|
+
displayValue: () => {
|
|
7751
|
+
var f;
|
|
7752
|
+
return ((f = r.value) == null ? void 0 : f.label) ?? "";
|
|
7753
|
+
},
|
|
7751
7754
|
onChange: p[0] || (p[0] = (f) => i.value = f.target.value)
|
|
7752
7755
|
}, null, 8, ["autofocus", "required", "disabled", "placeholder", "class", "displayValue"]),
|
|
7753
7756
|
N(ya)(r.value) ? (x(), V(N(Ou), {
|
|
@@ -7792,13 +7795,13 @@ const vm = /* @__PURE__ */ $({
|
|
|
7792
7795
|
}, {
|
|
7793
7796
|
default: F(({ selected: m, active: g }) => [
|
|
7794
7797
|
C("li", {
|
|
7795
|
-
class:
|
|
7798
|
+
class: H(["option", {
|
|
7796
7799
|
"option-active": g,
|
|
7797
7800
|
"option-inactive": !g
|
|
7798
7801
|
}])
|
|
7799
7802
|
}, [
|
|
7800
7803
|
C("span", {
|
|
7801
|
-
class:
|
|
7804
|
+
class: H(["block", { "font-medium": m, "font-normal": !m }])
|
|
7802
7805
|
}, Q(f.label), 3)
|
|
7803
7806
|
], 2)
|
|
7804
7807
|
]),
|
|
@@ -7819,7 +7822,7 @@ const vm = /* @__PURE__ */ $({
|
|
|
7819
7822
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
7820
7823
|
};
|
|
7821
7824
|
}
|
|
7822
|
-
}), Fm = /* @__PURE__ */ le(Lm, [["__scopeId", "data-v-
|
|
7825
|
+
}), Fm = /* @__PURE__ */ le(Lm, [["__scopeId", "data-v-b62da788"]]), Nm = { class: "flex gap-2 items-center" }, Vm = ["id", "required", "disabled"], jm = ["for"], Wm = { key: 0 }, qm = /* @__PURE__ */ $({
|
|
7823
7826
|
__name: "base-checkbox",
|
|
7824
7827
|
props: {
|
|
7825
7828
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -7864,7 +7867,7 @@ const vm = /* @__PURE__ */ $({
|
|
|
7864
7867
|
disabled: s.disabled,
|
|
7865
7868
|
"true-value": !0,
|
|
7866
7869
|
"false-value": !1,
|
|
7867
|
-
class:
|
|
7870
|
+
class: H(["form-checkbox", {
|
|
7868
7871
|
"checked:border-primary checked:bg-primary border-primary": r.theme === "primary",
|
|
7869
7872
|
"checked:border-secondary checked:bg-secondary border-secondary": r.theme === "secondary",
|
|
7870
7873
|
"checked:border-info checked:bg-info border-info": r.theme === "info",
|
|
@@ -9321,7 +9324,7 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9321
9324
|
ref: l,
|
|
9322
9325
|
"onUpdate:modelValue": p[0] || (p[0] = (m) => d.value = m),
|
|
9323
9326
|
type: "date",
|
|
9324
|
-
class:
|
|
9327
|
+
class: H(["form-input absolute! -z-50 text-transparent bg-transparent", {
|
|
9325
9328
|
"pl-0!": c.border === "simple" || c.border === "none"
|
|
9326
9329
|
}])
|
|
9327
9330
|
}, null, 2), [
|
|
@@ -9330,23 +9333,25 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9330
9333
|
(x(), V(oe(Pe), {
|
|
9331
9334
|
variant: "text",
|
|
9332
9335
|
type: "button",
|
|
9333
|
-
class: "absolute
|
|
9336
|
+
class: H(["absolute left-0 px-0! py-2", {
|
|
9337
|
+
"px-2!": c.border === "full"
|
|
9338
|
+
}]),
|
|
9334
9339
|
onClick: p[1] || (p[1] = (m) => s())
|
|
9335
9340
|
}, {
|
|
9336
9341
|
default: F(() => [
|
|
9337
9342
|
X(h, { icon: "i-far-calendar" })
|
|
9338
9343
|
]),
|
|
9339
9344
|
_: 1
|
|
9340
|
-
})),
|
|
9345
|
+
}, 8, ["class"])),
|
|
9341
9346
|
Ge(C("input", {
|
|
9342
9347
|
ref_key: "inputRef",
|
|
9343
9348
|
ref: u,
|
|
9344
9349
|
"onUpdate:modelValue": p[2] || (p[2] = (m) => o.value = m),
|
|
9345
9350
|
type: "text",
|
|
9346
|
-
class:
|
|
9347
|
-
"border-simple pl-
|
|
9348
|
-
"border-full": c.border === "full",
|
|
9349
|
-
"border-none pl-
|
|
9351
|
+
class: H(["form-input bg-inherit", {
|
|
9352
|
+
"border-simple pl-6!": c.border === "simple",
|
|
9353
|
+
"border-full pl-8!": c.border === "full",
|
|
9354
|
+
"border-none pl-6!": c.border === "none"
|
|
9350
9355
|
}]),
|
|
9351
9356
|
placeholder: "YYYY-MM-DD",
|
|
9352
9357
|
autofocus: r.autofocus,
|
|
@@ -9366,7 +9371,7 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9366
9371
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
9367
9372
|
};
|
|
9368
9373
|
}
|
|
9369
|
-
}), dg = /* @__PURE__ */ le(ug, [["__scopeId", "data-v-
|
|
9374
|
+
}), dg = /* @__PURE__ */ le(ug, [["__scopeId", "data-v-1c5f8e89"]]), cg = ["multiple", "autofocus", "required", "disabled"], pg = ["multiple", "required", "disabled"], fg = /* @__PURE__ */ $({
|
|
9370
9375
|
__name: "base-file-upload",
|
|
9371
9376
|
props: {
|
|
9372
9377
|
id: {},
|
|
@@ -9403,7 +9408,7 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9403
9408
|
C("input", {
|
|
9404
9409
|
ref_key: "inputRef",
|
|
9405
9410
|
ref: l,
|
|
9406
|
-
class:
|
|
9411
|
+
class: H(["form-input", {
|
|
9407
9412
|
"border-simple": s.border === "simple",
|
|
9408
9413
|
"border-full": s.border === "full",
|
|
9409
9414
|
"border-none": s.border === "none"
|
|
@@ -9477,7 +9482,7 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9477
9482
|
Ge(C("input", {
|
|
9478
9483
|
ref_key: "inputRef",
|
|
9479
9484
|
ref: u,
|
|
9480
|
-
class:
|
|
9485
|
+
class: H(["form-input", {
|
|
9481
9486
|
"border-simple": c.border === "simple",
|
|
9482
9487
|
"border-full": c.border === "full",
|
|
9483
9488
|
"border-none": c.border === "none"
|
|
@@ -9561,7 +9566,7 @@ const sg = ["autofocus", "required", "disabled"], ug = /* @__PURE__ */ $({
|
|
|
9561
9566
|
Ge(C("input", {
|
|
9562
9567
|
ref_key: "inputRef",
|
|
9563
9568
|
ref: o,
|
|
9564
|
-
class:
|
|
9569
|
+
class: H(["form-input", {
|
|
9565
9570
|
"border-simple px-0!": l.border === "simple",
|
|
9566
9571
|
"border-full": l.border === "full",
|
|
9567
9572
|
"border-none px-0!": l.border === "none"
|
|
@@ -9814,7 +9819,7 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
9814
9819
|
Ge(C("input", {
|
|
9815
9820
|
ref_key: "inputRef",
|
|
9816
9821
|
ref: a,
|
|
9817
|
-
class:
|
|
9822
|
+
class: H(["form-input", {
|
|
9818
9823
|
"text-right": h.align === "right",
|
|
9819
9824
|
"border-simple": h.border === "simple",
|
|
9820
9825
|
"border-full": h.border === "full",
|
|
@@ -9899,7 +9904,7 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
9899
9904
|
}, {
|
|
9900
9905
|
default: F(() => [
|
|
9901
9906
|
C("div", {
|
|
9902
|
-
class:
|
|
9907
|
+
class: H(["flex gap-2", { "flex-col": n.optionsLayout === "vertical" }])
|
|
9903
9908
|
}, [
|
|
9904
9909
|
(x(!0), T(me, null, Re(i.options, (s) => (x(), V(N(bd), {
|
|
9905
9910
|
as: "div",
|
|
@@ -9915,7 +9920,7 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
9915
9920
|
}, () => [
|
|
9916
9921
|
C("div", Cg, [
|
|
9917
9922
|
C("div", {
|
|
9918
|
-
class:
|
|
9923
|
+
class: H([[u ? "bg-primary text-white " : "bg-white text-slate-900"], "border rounded p-2"])
|
|
9919
9924
|
}, [
|
|
9920
9925
|
C("div", Eg, [
|
|
9921
9926
|
u ? (x(), T("div", Pg, [
|
|
@@ -10040,7 +10045,7 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
10040
10045
|
default: F(() => [
|
|
10041
10046
|
C("div", Lg, [
|
|
10042
10047
|
X(N(od), {
|
|
10043
|
-
class:
|
|
10048
|
+
class: H(["list-box-button", {
|
|
10044
10049
|
"border-simple": o.border === "simple",
|
|
10045
10050
|
"border-full": o.border === "full",
|
|
10046
10051
|
"border-none": o.border === "none"
|
|
@@ -10072,13 +10077,13 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
10072
10077
|
}, {
|
|
10073
10078
|
default: F(({ active: u, selected: c }) => [
|
|
10074
10079
|
C("li", {
|
|
10075
|
-
class:
|
|
10080
|
+
class: H([
|
|
10076
10081
|
u ? "list-box-option-active" : "list-box-option-inactive",
|
|
10077
10082
|
"list-box-option"
|
|
10078
10083
|
])
|
|
10079
10084
|
}, [
|
|
10080
10085
|
C("span", {
|
|
10081
|
-
class:
|
|
10086
|
+
class: H([c ? "font-extrabold" : "font-normal", "block "])
|
|
10082
10087
|
}, Q(s.label), 3)
|
|
10083
10088
|
], 2)
|
|
10084
10089
|
]),
|
|
@@ -10134,14 +10139,14 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
10134
10139
|
default: F(() => [
|
|
10135
10140
|
C("label", null, [
|
|
10136
10141
|
C("span", {
|
|
10137
|
-
class:
|
|
10142
|
+
class: H(["inline-flex cursor-pointer select-none items-center gap-2", { "flex-row-reverse ": i.textPosition === "right" }])
|
|
10138
10143
|
}, [
|
|
10139
10144
|
K(i.$slots, "label", {}, () => [
|
|
10140
10145
|
$e(Q(i.text), 1)
|
|
10141
10146
|
]),
|
|
10142
10147
|
Ge(C("input", {
|
|
10143
10148
|
"onUpdate:modelValue": o[0] || (o[0] = (l) => a.value = l),
|
|
10144
|
-
class:
|
|
10149
|
+
class: H(["switch", [
|
|
10145
10150
|
{
|
|
10146
10151
|
"switch-sm": i.size === "sm",
|
|
10147
10152
|
"switch-md": i.size === "md",
|
|
@@ -10218,7 +10223,7 @@ const Sg = ["placeholder", "autofocus", "required", "disabled"], Og = /* @__PURE
|
|
|
10218
10223
|
required: d.required,
|
|
10219
10224
|
disabled: d.disabled,
|
|
10220
10225
|
maxlength: r.maxlength,
|
|
10221
|
-
class:
|
|
10226
|
+
class: H(["form-input resize-none px-2", {
|
|
10222
10227
|
"border-simple px-0!": d.border === "simple",
|
|
10223
10228
|
"border-full": d.border === "full",
|
|
10224
10229
|
"border-none px-0!": d.border === "none",
|
|
@@ -11132,7 +11137,7 @@ const gy = ka("websocket", () => {
|
|
|
11132
11137
|
default: F(({ selected: u }) => [
|
|
11133
11138
|
C("a", {
|
|
11134
11139
|
href: "javascript:void(0);",
|
|
11135
|
-
class:
|
|
11140
|
+
class: H(["flex pb-1 px-2 gap-1 items-center !outline-none", { "border-b-2 !border-slate-500": u }])
|
|
11136
11141
|
}, [
|
|
11137
11142
|
X(s, { icon: "i-ph-bell-duotone" }),
|
|
11138
11143
|
l[6] || (l[6] = C("p", null, "Notifications", -1))
|
|
@@ -11144,7 +11149,7 @@ const gy = ka("websocket", () => {
|
|
|
11144
11149
|
default: F(({ selected: u }) => [
|
|
11145
11150
|
C("a", {
|
|
11146
11151
|
href: "javascript:void(0);",
|
|
11147
|
-
class:
|
|
11152
|
+
class: H(["flex pb-1 px-2 gap-1 items-center !outline-none", { "border-b-2 !border-slate-500": u }])
|
|
11148
11153
|
}, [
|
|
11149
11154
|
X(s, { icon: "i-ph-folder-notch-minus-duotone" }),
|
|
11150
11155
|
l[7] || (l[7] = C("p", null, "Logs", -1))
|
|
@@ -11445,7 +11450,7 @@ const gy = ka("websocket", () => {
|
|
|
11445
11450
|
C("p", null, Q(f.name), 1),
|
|
11446
11451
|
f.submenu ? (x(), T("i", {
|
|
11447
11452
|
key: 0,
|
|
11448
|
-
class:
|
|
11453
|
+
class: H(["i-fas-angle-right", {
|
|
11449
11454
|
"rotate-90 transition transform-gpu": o.value === f.name
|
|
11450
11455
|
}])
|
|
11451
11456
|
}, null, 2)) : q("", !0)
|
|
@@ -11453,19 +11458,19 @@ const gy = ka("websocket", () => {
|
|
|
11453
11458
|
_: 2
|
|
11454
11459
|
}, 1032, ["to", "onClick"])) : (x(), T("div", {
|
|
11455
11460
|
key: 1,
|
|
11456
|
-
class:
|
|
11461
|
+
class: H(["menu-link-button", { "text-slate-50": o.value === f.name }]),
|
|
11457
11462
|
onClick: (m) => l(f.name)
|
|
11458
11463
|
}, [
|
|
11459
11464
|
C("p", null, Q(f.name), 1),
|
|
11460
11465
|
f.submenu ? (x(), T("i", {
|
|
11461
11466
|
key: 0,
|
|
11462
|
-
class:
|
|
11467
|
+
class: H(["i-fas-angle-right", {
|
|
11463
11468
|
"rotate-90 transition transform-gpu": o.value === f.name
|
|
11464
11469
|
}])
|
|
11465
11470
|
}, null, 2)) : q("", !0)
|
|
11466
11471
|
], 10, _b)),
|
|
11467
11472
|
C("ul", {
|
|
11468
|
-
class:
|
|
11473
|
+
class: H(["submenu", {
|
|
11469
11474
|
"max-h-[1000px]! overflow-auto bg-slate-700 px-2 py-1 w-[var(--sidebar-menu-width)] -mx-4": o.value === f.name
|
|
11470
11475
|
}])
|
|
11471
11476
|
}, [
|