@stlhorizon/vue-ui 2.0.7 → 2.0.9
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.esm.js +297 -290
- package/dist/index.js +13 -13
- package/dist/src/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Ht, computed as m, watch as we, h as Ra, createBlock as R, openBlock as l, unref as N, normalizeClass as f, ref as H, createElementBlock as u, toDisplayString as p, createCommentVNode as g, renderSlot as P, resolveDynamicComponent as me, createVNode as A, mergeProps as Ee, createElementVNode as i, useId as ct, createTextVNode as G, withCtx as
|
|
1
|
+
import { defineComponent as Ht, computed as m, watch as we, h as Ra, createBlock as R, openBlock as l, unref as N, normalizeClass as f, ref as H, createElementBlock as u, toDisplayString as p, createCommentVNode as g, renderSlot as P, resolveDynamicComponent as me, createVNode as A, mergeProps as Ee, createElementVNode as i, useId as ct, createTextVNode as G, withCtx as M, normalizeStyle as ce, nextTick as la, Transition as de, Fragment as K, renderList as J, onMounted as Te, onUnmounted as _e, resolveComponent as oe, Teleport as Wa, markRaw as Ha, TransitionGroup as nr, withDirectives as ft, vModelText as qa, provide as rr, inject as Ua, vShow as Ya, createSlots as sr, withModifiers as oa, getCurrentInstance as lr } from "vue";
|
|
2
2
|
import { cva as T } from "class-variance-authority";
|
|
3
3
|
import { clsx as or } from "clsx";
|
|
4
4
|
function x(...e) {
|
|
@@ -4535,7 +4535,7 @@ const Z = {
|
|
|
4535
4535
|
class: f(N(x)(N(s)({ variant: e.variant, size: e.size, underline: e.underline, block: e.block, disabled: e.disabled }), c.$attrs.class)),
|
|
4536
4536
|
onClick: o
|
|
4537
4537
|
}, {
|
|
4538
|
-
default:
|
|
4538
|
+
default: M(() => [
|
|
4539
4539
|
e.icon && e.iconPosition === "left" ? (l(), R(Z, {
|
|
4540
4540
|
key: 0,
|
|
4541
4541
|
name: e.icon,
|
|
@@ -5027,7 +5027,7 @@ const Z = {
|
|
|
5027
5027
|
return (r, s) => (l(), R(me(e.as), {
|
|
5028
5028
|
class: f(n.value)
|
|
5029
5029
|
}, {
|
|
5030
|
-
default:
|
|
5030
|
+
default: M(() => [
|
|
5031
5031
|
P(r.$slots, "default")
|
|
5032
5032
|
]),
|
|
5033
5033
|
_: 3
|
|
@@ -5198,7 +5198,7 @@ const Z = {
|
|
|
5198
5198
|
"leave-from-class": "opacity-100",
|
|
5199
5199
|
"leave-to-class": "opacity-0"
|
|
5200
5200
|
}, {
|
|
5201
|
-
default:
|
|
5201
|
+
default: M(() => [
|
|
5202
5202
|
t.value ? (l(), u("div", {
|
|
5203
5203
|
key: 0,
|
|
5204
5204
|
class: f(o.value),
|
|
@@ -5322,7 +5322,7 @@ const Z = {
|
|
|
5322
5322
|
}
|
|
5323
5323
|
]);
|
|
5324
5324
|
return (d, c) => (l(), R(me(t.value), Ee({ class: o.value }, d.$attrs), {
|
|
5325
|
-
default:
|
|
5325
|
+
default: M(() => [
|
|
5326
5326
|
P(d.$slots, "default"),
|
|
5327
5327
|
e.required ? (l(), u("span", pi, "*")) : g("", !0)
|
|
5328
5328
|
]),
|
|
@@ -5438,25 +5438,25 @@ const Z = {
|
|
|
5438
5438
|
i("div", wi, [
|
|
5439
5439
|
e.text && e.textPosition === "top" ? (l(), u("div", ki, p(e.text), 1)) : g("", !0),
|
|
5440
5440
|
e.type === "spin" ? (l(), u("div", Si)) : e.type === "pulse" ? (l(), u("div", Ci)) : e.type === "bounce" ? (l(), u("div", $i, [
|
|
5441
|
-
(l(), u(
|
|
5441
|
+
(l(), u(K, null, J(3, (n) => i("div", {
|
|
5442
5442
|
class: "stl-loader__bounce-dot",
|
|
5443
5443
|
key: n,
|
|
5444
5444
|
style: ce({ animationDelay: `${(n - 1) * 0.1}s` })
|
|
5445
5445
|
}, null, 4)), 64))
|
|
5446
5446
|
])) : e.type === "ripple" ? (l(), u("div", zi, [
|
|
5447
|
-
(l(), u(
|
|
5447
|
+
(l(), u(K, null, J(2, (n) => i("div", {
|
|
5448
5448
|
class: "stl-loader__ripple-ring",
|
|
5449
5449
|
key: n,
|
|
5450
5450
|
style: ce({ animationDelay: `${(n - 1) * 0.5}s` })
|
|
5451
5451
|
}, null, 4)), 64))
|
|
5452
5452
|
])) : e.type === "bars" ? (l(), u("div", Ai, [
|
|
5453
|
-
(l(), u(
|
|
5453
|
+
(l(), u(K, null, J(5, (n) => i("div", {
|
|
5454
5454
|
class: "stl-loader__bar",
|
|
5455
5455
|
key: n,
|
|
5456
5456
|
style: ce({ animationDelay: `${(n - 1) * 0.1}s` })
|
|
5457
5457
|
}, null, 4)), 64))
|
|
5458
5458
|
])) : e.type === "dots" ? (l(), u("div", Ii, [
|
|
5459
|
-
(l(), u(
|
|
5459
|
+
(l(), u(K, null, J(3, (n) => i("div", {
|
|
5460
5460
|
class: "stl-loader__dot",
|
|
5461
5461
|
key: n,
|
|
5462
5462
|
style: ce({ animationDelay: `${(n - 1) * 0.16}s` })
|
|
@@ -5589,7 +5589,7 @@ const Z = {
|
|
|
5589
5589
|
"leave-from-class": "opacity-100 scale-100",
|
|
5590
5590
|
"leave-to-class": "opacity-0 scale-95"
|
|
5591
5591
|
}, {
|
|
5592
|
-
default:
|
|
5592
|
+
default: M(() => [
|
|
5593
5593
|
r.value ? (l(), u("div", {
|
|
5594
5594
|
key: 0,
|
|
5595
5595
|
class: f(N(x)(N(z)({ variant: e.variant }), h.$attrs.class)),
|
|
@@ -5612,13 +5612,13 @@ const Z = {
|
|
|
5612
5612
|
], 2),
|
|
5613
5613
|
h.$slots.actions || e.actions.length > 0 ? (l(), u("div", Ni, [
|
|
5614
5614
|
P(h.$slots, "actions", {}, () => [
|
|
5615
|
-
(l(!0), u(
|
|
5615
|
+
(l(!0), u(K, null, J(e.actions, (y) => (l(), R(xe, {
|
|
5616
5616
|
key: y.label,
|
|
5617
5617
|
variant: y.variant || "outline",
|
|
5618
5618
|
size: y.size || "sm",
|
|
5619
5619
|
onClick: (L) => o(y)
|
|
5620
5620
|
}, {
|
|
5621
|
-
default:
|
|
5621
|
+
default: M(() => [
|
|
5622
5622
|
G(p(y.label), 1)
|
|
5623
5623
|
]),
|
|
5624
5624
|
_: 2
|
|
@@ -5678,7 +5678,7 @@ const Z = {
|
|
|
5678
5678
|
class: f(["flex", n.value])
|
|
5679
5679
|
}, [
|
|
5680
5680
|
i("ol", Di, [
|
|
5681
|
-
(l(!0), u(
|
|
5681
|
+
(l(!0), u(K, null, J(e.items, (o, d) => (l(), u("li", {
|
|
5682
5682
|
key: d,
|
|
5683
5683
|
class: "flex items-center"
|
|
5684
5684
|
}, [
|
|
@@ -5690,7 +5690,7 @@ const Z = {
|
|
|
5690
5690
|
]),
|
|
5691
5691
|
"aria-current": d === e.items.length - 1 ? "page" : void 0
|
|
5692
5692
|
}, {
|
|
5693
|
-
default:
|
|
5693
|
+
default: M(() => [
|
|
5694
5694
|
G(p(o.label), 1)
|
|
5695
5695
|
]),
|
|
5696
5696
|
_: 2
|
|
@@ -6134,7 +6134,7 @@ const Z = {
|
|
|
6134
6134
|
"leave-from-class": "transform opacity-100 scale-100",
|
|
6135
6135
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
6136
6136
|
}, {
|
|
6137
|
-
default:
|
|
6137
|
+
default: M(() => [
|
|
6138
6138
|
t.value ? (l(), u("div", {
|
|
6139
6139
|
key: 0,
|
|
6140
6140
|
class: f(d.value),
|
|
@@ -6188,7 +6188,7 @@ const Z = {
|
|
|
6188
6188
|
role: "menuitem",
|
|
6189
6189
|
onClick: o
|
|
6190
6190
|
}, {
|
|
6191
|
-
default:
|
|
6191
|
+
default: M(() => [
|
|
6192
6192
|
e.icon ? (l(), R(Z, {
|
|
6193
6193
|
key: 0,
|
|
6194
6194
|
name: e.icon,
|
|
@@ -6292,7 +6292,7 @@ const Z = {
|
|
|
6292
6292
|
])
|
|
6293
6293
|
], 34),
|
|
6294
6294
|
r.value.length > 0 ? (l(), u("div", vu, [
|
|
6295
|
-
(l(!0), u(
|
|
6295
|
+
(l(!0), u(K, null, J(r.value, (V, F) => (l(), u("div", {
|
|
6296
6296
|
key: F,
|
|
6297
6297
|
class: "flex items-center justify-between p-2 bg-muted rounded-md"
|
|
6298
6298
|
}, [
|
|
@@ -6441,7 +6441,7 @@ const Z = {
|
|
|
6441
6441
|
"leave-from-class": "opacity-100 translate-y-0",
|
|
6442
6442
|
"leave-to-class": "opacity-0 -translate-y-1"
|
|
6443
6443
|
}, {
|
|
6444
|
-
default:
|
|
6444
|
+
default: M(() => [
|
|
6445
6445
|
n.value ? (l(), u("div", {
|
|
6446
6446
|
key: 0,
|
|
6447
6447
|
id: `${N(t)}-error`,
|
|
@@ -6471,7 +6471,7 @@ const Z = {
|
|
|
6471
6471
|
"leave-from-class": "opacity-100 translate-y-0",
|
|
6472
6472
|
"leave-to-class": "opacity-0 -translate-y-1"
|
|
6473
6473
|
}, {
|
|
6474
|
-
default:
|
|
6474
|
+
default: M(() => [
|
|
6475
6475
|
e.success && !n.value ? (l(), u("div", {
|
|
6476
6476
|
key: 0,
|
|
6477
6477
|
class: f(N(x)(N(b)({ size: e.size, intent: "success" })))
|
|
@@ -6584,7 +6584,7 @@ const Z = {
|
|
|
6584
6584
|
class: f(d.value),
|
|
6585
6585
|
onClick: c
|
|
6586
6586
|
}, {
|
|
6587
|
-
default:
|
|
6587
|
+
default: M(() => [
|
|
6588
6588
|
v.$slots.icon || e.icon ? (l(), u("div", Bu, [
|
|
6589
6589
|
P(v.$slots, "icon", {}, () => [
|
|
6590
6590
|
e.icon ? (l(), R(Z, {
|
|
@@ -6648,7 +6648,7 @@ const Z = {
|
|
|
6648
6648
|
role: "menuitem",
|
|
6649
6649
|
onClick: o
|
|
6650
6650
|
}, {
|
|
6651
|
-
default:
|
|
6651
|
+
default: M(() => [
|
|
6652
6652
|
e.icon ? (l(), R(Z, {
|
|
6653
6653
|
key: 0,
|
|
6654
6654
|
name: e.icon,
|
|
@@ -6703,7 +6703,7 @@ const Z = {
|
|
|
6703
6703
|
"leave-from-class": "opacity-100",
|
|
6704
6704
|
"leave-to-class": "opacity-0"
|
|
6705
6705
|
}, {
|
|
6706
|
-
default:
|
|
6706
|
+
default: M(() => [
|
|
6707
6707
|
e.modelValue ? (l(), u("div", {
|
|
6708
6708
|
key: 0,
|
|
6709
6709
|
class: "fixed inset-0 z-50 bg-background/80 backdrop-blur-sm flex items-center justify-center",
|
|
@@ -6875,7 +6875,7 @@ const Z = {
|
|
|
6875
6875
|
"leave-from-class": "transform translate-x-0 opacity-100",
|
|
6876
6876
|
"leave-to-class": "transform translate-x-full opacity-0"
|
|
6877
6877
|
}, {
|
|
6878
|
-
default:
|
|
6878
|
+
default: M(() => [
|
|
6879
6879
|
r.value ? (l(), u("div", {
|
|
6880
6880
|
key: 0,
|
|
6881
6881
|
class: f(c.value),
|
|
@@ -7094,8 +7094,8 @@ const td = {
|
|
|
7094
7094
|
tag: "div",
|
|
7095
7095
|
class: "space-y-2"
|
|
7096
7096
|
}, {
|
|
7097
|
-
default:
|
|
7098
|
-
(l(!0), u(
|
|
7097
|
+
default: M(() => [
|
|
7098
|
+
(l(!0), u(K, null, J(N(t), (h) => (l(), u("div", {
|
|
7099
7099
|
key: h.id,
|
|
7100
7100
|
class: f([d(h), "group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all"]),
|
|
7101
7101
|
role: "alert",
|
|
@@ -7308,17 +7308,17 @@ const td = {
|
|
|
7308
7308
|
"leave-from-class": "opacity-100 scale-100 translate-y-0",
|
|
7309
7309
|
"leave-to-class": "opacity-0 scale-95 translate-y-1"
|
|
7310
7310
|
}, {
|
|
7311
|
-
default:
|
|
7311
|
+
default: M(() => [
|
|
7312
7312
|
v.value && (e.results.length > 0 || e.showNoResults) ? (l(), u("div", {
|
|
7313
7313
|
key: 0,
|
|
7314
7314
|
class: f(D.value)
|
|
7315
7315
|
}, [
|
|
7316
7316
|
e.results.length > 0 ? (l(), u("div", yd, [
|
|
7317
|
-
(l(!0), u(
|
|
7318
|
-
key: ae.id ||
|
|
7319
|
-
class: f(q(
|
|
7317
|
+
(l(!0), u(K, null, J(e.results, (ae, E) => (l(), u("button", {
|
|
7318
|
+
key: ae.id || E,
|
|
7319
|
+
class: f(q(E)),
|
|
7320
7320
|
onClick: (ee) => h(ae),
|
|
7321
|
-
onMouseenter: (ee) => b.value =
|
|
7321
|
+
onMouseenter: (ee) => b.value = E
|
|
7322
7322
|
}, [
|
|
7323
7323
|
ae.icon ? (l(), R(me(ae.icon), {
|
|
7324
7324
|
key: 0,
|
|
@@ -7433,7 +7433,7 @@ const td = {
|
|
|
7433
7433
|
registerTab: (s) => (n.value.push({ label: s }), n.value.length - 1)
|
|
7434
7434
|
}), (s, o) => (l(), u("div", null, [
|
|
7435
7435
|
i("div", Ed, [
|
|
7436
|
-
(l(!0), u(
|
|
7436
|
+
(l(!0), u(K, null, J(n.value, (d, c) => (l(), u("button", {
|
|
7437
7437
|
key: c,
|
|
7438
7438
|
onClick: (v) => r(c),
|
|
7439
7439
|
class: f([
|
|
@@ -7609,7 +7609,7 @@ const td = {
|
|
|
7609
7609
|
), (q, se) => (l(), u("div", {
|
|
7610
7610
|
class: f(h.value)
|
|
7611
7611
|
}, [
|
|
7612
|
-
(l(!0), u(
|
|
7612
|
+
(l(!0), u(K, null, J(e.items, (O, U) => (l(), u("div", {
|
|
7613
7613
|
key: O.id || U,
|
|
7614
7614
|
class: f(w.value)
|
|
7615
7615
|
}, [
|
|
@@ -7649,7 +7649,7 @@ const td = {
|
|
|
7649
7649
|
"leave-from-class": "opacity-100 max-h-96",
|
|
7650
7650
|
"leave-to-class": "opacity-0 max-h-0"
|
|
7651
7651
|
}, {
|
|
7652
|
-
default:
|
|
7652
|
+
default: M(() => [
|
|
7653
7653
|
d(U) ? (l(), u("div", {
|
|
7654
7654
|
key: 0,
|
|
7655
7655
|
class: f(D.value),
|
|
@@ -7737,7 +7737,7 @@ const td = {
|
|
|
7737
7737
|
"aria-expanded": n.value,
|
|
7738
7738
|
onClick: r
|
|
7739
7739
|
}, {
|
|
7740
|
-
default:
|
|
7740
|
+
default: M(() => [
|
|
7741
7741
|
P(S.$slots, "header", { isOpen: n.value }),
|
|
7742
7742
|
A(a, {
|
|
7743
7743
|
class: f(N(x)("w-5 h-5 transition-transform ml-2", { "rotate-180": n.value }))
|
|
@@ -7753,7 +7753,7 @@ const td = {
|
|
|
7753
7753
|
"leave-from-class": "opacity-100 max-h-96",
|
|
7754
7754
|
"leave-to-class": "opacity-0 max-h-0"
|
|
7755
7755
|
}, {
|
|
7756
|
-
default:
|
|
7756
|
+
default: M(() => [
|
|
7757
7757
|
n.value ? (l(), u("div", {
|
|
7758
7758
|
key: 0,
|
|
7759
7759
|
class: f(b.value)
|
|
@@ -7802,7 +7802,7 @@ const td = {
|
|
|
7802
7802
|
onClick: S,
|
|
7803
7803
|
"aria-label": "Previous Month"
|
|
7804
7804
|
}, {
|
|
7805
|
-
default:
|
|
7805
|
+
default: M(() => [
|
|
7806
7806
|
A(Z, {
|
|
7807
7807
|
icon: h.chevron - h.left,
|
|
7808
7808
|
class: "w-5 h-5"
|
|
@@ -7816,7 +7816,7 @@ const td = {
|
|
|
7816
7816
|
onClick: B,
|
|
7817
7817
|
"aria-label": "Next Month"
|
|
7818
7818
|
}, {
|
|
7819
|
-
default:
|
|
7819
|
+
default: M(() => [
|
|
7820
7820
|
A(Z, {
|
|
7821
7821
|
icon: h.chevron - h.right,
|
|
7822
7822
|
class: "w-5 h-5"
|
|
@@ -7826,14 +7826,14 @@ const td = {
|
|
|
7826
7826
|
})
|
|
7827
7827
|
]),
|
|
7828
7828
|
i("div", Zd, [
|
|
7829
|
-
(l(), u(
|
|
7829
|
+
(l(), u(K, null, J(s, (y) => i("div", { key: y }, p(y), 1)), 64))
|
|
7830
7830
|
]),
|
|
7831
7831
|
i("div", ec, [
|
|
7832
|
-
(l(!0), u(
|
|
7832
|
+
(l(!0), u(K, null, J(v.value, (y) => (l(), u("div", {
|
|
7833
7833
|
key: "prev-" + y,
|
|
7834
7834
|
class: "text-slate-400 text-sm"
|
|
7835
7835
|
}, p(y), 1))), 128)),
|
|
7836
|
-
(l(!0), u(
|
|
7836
|
+
(l(!0), u(K, null, J(d.value, (y) => (l(), R(xe, {
|
|
7837
7837
|
key: y,
|
|
7838
7838
|
onClick: (L) => k(y),
|
|
7839
7839
|
class: f([
|
|
@@ -7842,12 +7842,12 @@ const td = {
|
|
|
7842
7842
|
$(y) ? "bg-blue-100 text-blue-600 font-semibold" : "hover:bg-slate-100"
|
|
7843
7843
|
])
|
|
7844
7844
|
}, {
|
|
7845
|
-
default:
|
|
7845
|
+
default: M(() => [
|
|
7846
7846
|
G(p(y), 1)
|
|
7847
7847
|
]),
|
|
7848
7848
|
_: 2
|
|
7849
7849
|
}, 1032, ["onClick", "class"]))), 128)),
|
|
7850
|
-
(l(!0), u(
|
|
7850
|
+
(l(!0), u(K, null, J(b.value, (y) => (l(), u("div", {
|
|
7851
7851
|
key: "next-" + y,
|
|
7852
7852
|
class: "text-slate-400 text-sm"
|
|
7853
7853
|
}, p(y), 1))), 128))
|
|
@@ -7940,7 +7940,7 @@ const td = {
|
|
|
7940
7940
|
key: 0,
|
|
7941
7941
|
class: f(o.value)
|
|
7942
7942
|
}, {
|
|
7943
|
-
default:
|
|
7943
|
+
default: M(() => [
|
|
7944
7944
|
G(p(e.title), 1)
|
|
7945
7945
|
]),
|
|
7946
7946
|
_: 1
|
|
@@ -7949,7 +7949,7 @@ const td = {
|
|
|
7949
7949
|
key: 1,
|
|
7950
7950
|
class: f(d.value)
|
|
7951
7951
|
}, {
|
|
7952
|
-
default:
|
|
7952
|
+
default: M(() => [
|
|
7953
7953
|
G(p(e.description), 1)
|
|
7954
7954
|
]),
|
|
7955
7955
|
_: 1
|
|
@@ -8117,7 +8117,7 @@ const td = {
|
|
|
8117
8117
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => k.$emit("toggle-selection", e.item))
|
|
8118
8118
|
}, null, 8, ["modelValue"])
|
|
8119
8119
|
], 2)) : g("", !0),
|
|
8120
|
-
(l(!0), u(
|
|
8120
|
+
(l(!0), u(K, null, J(e.columns, (w) => (l(), u("td", {
|
|
8121
8121
|
key: o(w),
|
|
8122
8122
|
class: f(B(w))
|
|
8123
8123
|
}, [
|
|
@@ -8306,7 +8306,7 @@ const td = {
|
|
|
8306
8306
|
class: f(S.value),
|
|
8307
8307
|
inline: !0
|
|
8308
8308
|
}, {
|
|
8309
|
-
default:
|
|
8309
|
+
default: M(() => [...k[5] || (k[5] = [
|
|
8310
8310
|
G("Show:", -1)
|
|
8311
8311
|
])]),
|
|
8312
8312
|
_: 1
|
|
@@ -8317,8 +8317,8 @@ const td = {
|
|
|
8317
8317
|
"onUpdate:modelValue": k[0] || (k[0] = (h) => $.$emit("update:pageSize", parseInt(h))),
|
|
8318
8318
|
class: f(B.value)
|
|
8319
8319
|
}, {
|
|
8320
|
-
default:
|
|
8321
|
-
(l(!0), u(
|
|
8320
|
+
default: M(() => [
|
|
8321
|
+
(l(!0), u(K, null, J(e.pageSizeOptions, (h) => (l(), R(Qn, {
|
|
8322
8322
|
key: h,
|
|
8323
8323
|
value: h.toString(),
|
|
8324
8324
|
label: h.toString()
|
|
@@ -8369,7 +8369,7 @@ const td = {
|
|
|
8369
8369
|
], -1)
|
|
8370
8370
|
])], 10, fc),
|
|
8371
8371
|
i("div", mc, [
|
|
8372
|
-
(l(!0), u(
|
|
8372
|
+
(l(!0), u(K, null, J(v.value, (h) => (l(), u("button", {
|
|
8373
8373
|
key: h,
|
|
8374
8374
|
onClick: (w) => $.$emit("update:currentPage", h),
|
|
8375
8375
|
class: f(z(h === e.currentPage, !1))
|
|
@@ -8624,9 +8624,9 @@ const td = {
|
|
|
8624
8624
|
}), z = m(() => {
|
|
8625
8625
|
let C = [...n.data];
|
|
8626
8626
|
if (d.value) {
|
|
8627
|
-
const j = n.columns.find((
|
|
8628
|
-
j && C.sort((
|
|
8629
|
-
const je = L(
|
|
8627
|
+
const j = n.columns.find((X) => X.key === d.value);
|
|
8628
|
+
j && C.sort((X, fe) => {
|
|
8629
|
+
const je = L(X, j), et = L(fe, j);
|
|
8630
8630
|
return je < et ? c.value === "asc" ? -1 : 1 : je > et ? c.value === "asc" ? 1 : -1 : 0;
|
|
8631
8631
|
});
|
|
8632
8632
|
}
|
|
@@ -8641,13 +8641,13 @@ const td = {
|
|
|
8641
8641
|
}), w = m(() => z.value.length > 0 && z.value.every((C) => F(C))), y = m(() => {
|
|
8642
8642
|
const C = z.value.filter((j) => F(j)).length;
|
|
8643
8643
|
return C > 0 && C < z.value.length;
|
|
8644
|
-
}), L = (C, j) => j.accessor ? j.accessor(C) : j.key.split(".").reduce((
|
|
8644
|
+
}), L = (C, j) => j.accessor ? j.accessor(C) : j.key.split(".").reduce((X, fe) => X?.[fe], C), V = (C, j) => C[n.rowKey] || j, F = (C) => n.selectedItems.some(
|
|
8645
8645
|
(j) => V(j) === V(C)
|
|
8646
8646
|
), re = (C) => {
|
|
8647
|
-
const j = [...n.selectedItems],
|
|
8647
|
+
const j = [...n.selectedItems], X = j.findIndex(
|
|
8648
8648
|
(fe) => V(fe) === V(C)
|
|
8649
8649
|
);
|
|
8650
|
-
|
|
8650
|
+
X > -1 ? j.splice(X, 1) : j.push(C), r("selection-change", j);
|
|
8651
8651
|
}, D = () => {
|
|
8652
8652
|
if (n.loading || n.dataLoading) return;
|
|
8653
8653
|
const C = w.value ? [] : [...z.value];
|
|
@@ -8662,7 +8662,7 @@ const td = {
|
|
|
8662
8662
|
n.paginationLoading || n.loading || (o.value = C, s.value = 1, r("page-size-change", C));
|
|
8663
8663
|
}, ae = m(
|
|
8664
8664
|
() => x(v({ variant: n.variant }))
|
|
8665
|
-
),
|
|
8665
|
+
), E = m(
|
|
8666
8666
|
() => x(b({ variant: n.variant }))
|
|
8667
8667
|
), ee = m(
|
|
8668
8668
|
() => x(S({ variant: n.variant }))
|
|
@@ -8742,10 +8742,10 @@ const td = {
|
|
|
8742
8742
|
variant: e.headerVariant,
|
|
8743
8743
|
padding: e.headerPadding
|
|
8744
8744
|
}, {
|
|
8745
|
-
header:
|
|
8745
|
+
header: M(() => [
|
|
8746
8746
|
P(C.$slots, "header", {}, void 0, !0)
|
|
8747
8747
|
]),
|
|
8748
|
-
filters:
|
|
8748
|
+
filters: M(() => [
|
|
8749
8749
|
P(C.$slots, "filters", {}, void 0, !0)
|
|
8750
8750
|
]),
|
|
8751
8751
|
_: 3
|
|
@@ -8767,7 +8767,7 @@ const td = {
|
|
|
8767
8767
|
class: f(["overflow-x-auto", { "opacity-50": e.loading }])
|
|
8768
8768
|
}, [
|
|
8769
8769
|
i("table", {
|
|
8770
|
-
class: f(
|
|
8770
|
+
class: f(E.value)
|
|
8771
8771
|
}, [
|
|
8772
8772
|
i("thead", {
|
|
8773
8773
|
class: f(ee.value)
|
|
@@ -8793,22 +8793,22 @@ const td = {
|
|
|
8793
8793
|
}, null, 8, ["modelValue", "indeterminate", "disabled"]))
|
|
8794
8794
|
])
|
|
8795
8795
|
], 2)) : g("", !0),
|
|
8796
|
-
(l(!0), u(
|
|
8797
|
-
key:
|
|
8798
|
-
class: f(ye(
|
|
8799
|
-
onClick: (fe) => q(
|
|
8796
|
+
(l(!0), u(K, null, J(e.columns, (X) => (l(), u("th", {
|
|
8797
|
+
key: X.key,
|
|
8798
|
+
class: f(ye(X)),
|
|
8799
|
+
onClick: (fe) => q(X)
|
|
8800
8800
|
}, [
|
|
8801
8801
|
i("div", wc, [
|
|
8802
|
-
i("span", null, p(
|
|
8803
|
-
e.sortLoading && d.value ===
|
|
8802
|
+
i("span", null, p(X.label), 1),
|
|
8803
|
+
e.sortLoading && d.value === X.key ? (l(), R(We, {
|
|
8804
8804
|
key: 0,
|
|
8805
8805
|
loading: !0,
|
|
8806
8806
|
type: "spin",
|
|
8807
8807
|
size: "small",
|
|
8808
8808
|
color: e.loadingColor
|
|
8809
|
-
}, null, 8, ["color"])) :
|
|
8809
|
+
}, null, 8, ["color"])) : X.sortable ? (l(), u("div", kc, [
|
|
8810
8810
|
(l(), u("svg", {
|
|
8811
|
-
class: f([_(
|
|
8811
|
+
class: f([_(X, "asc"), "w-3 h-3 transition-colors"]),
|
|
8812
8812
|
fill: "none",
|
|
8813
8813
|
viewBox: "0 0 24 24",
|
|
8814
8814
|
"stroke-width": "1.5",
|
|
@@ -8821,7 +8821,7 @@ const td = {
|
|
|
8821
8821
|
}, null, -1)
|
|
8822
8822
|
])], 2)),
|
|
8823
8823
|
(l(), u("svg", {
|
|
8824
|
-
class: f([_(
|
|
8824
|
+
class: f([_(X, "desc"), "w-3 h-3 transition-colors"]),
|
|
8825
8825
|
fill: "none",
|
|
8826
8826
|
viewBox: "0 0 24 24",
|
|
8827
8827
|
"stroke-width": "1.5",
|
|
@@ -8860,30 +8860,30 @@ const td = {
|
|
|
8860
8860
|
}, null, 8, ["color"])
|
|
8861
8861
|
])
|
|
8862
8862
|
], 10, Cc)
|
|
8863
|
-
])) : k.value.length > 0 && !e.loading ? (l(!0), u(
|
|
8864
|
-
key: V(
|
|
8865
|
-
item:
|
|
8863
|
+
])) : k.value.length > 0 && !e.loading ? (l(!0), u(K, { key: 1 }, J(k.value, (X, fe) => (l(), R(tr, {
|
|
8864
|
+
key: V(X, fe),
|
|
8865
|
+
item: X,
|
|
8866
8866
|
columns: e.columns,
|
|
8867
8867
|
index: fe,
|
|
8868
8868
|
selectable: e.selectable,
|
|
8869
|
-
"is-selected": F(
|
|
8869
|
+
"is-selected": F(X),
|
|
8870
8870
|
striped: e.striped,
|
|
8871
8871
|
hoverable: e.hoverable,
|
|
8872
8872
|
"clickable-rows": e.clickableRows,
|
|
8873
8873
|
density: e.density,
|
|
8874
|
-
"row-loading": e.rowLoading[V(
|
|
8874
|
+
"row-loading": e.rowLoading[V(X, fe)],
|
|
8875
8875
|
"loading-color": e.loadingColor,
|
|
8876
8876
|
onToggleSelection: re,
|
|
8877
8877
|
onRowClick: se
|
|
8878
8878
|
}, sr({
|
|
8879
|
-
actions:
|
|
8879
|
+
actions: M((je) => [
|
|
8880
8880
|
P(C.$slots, "actions", Ee({ ref_for: !0 }, je), void 0, !0)
|
|
8881
8881
|
]),
|
|
8882
8882
|
_: 2
|
|
8883
8883
|
}, [
|
|
8884
8884
|
J(e.columns, (je) => ({
|
|
8885
8885
|
name: `cell-${je.key}`,
|
|
8886
|
-
fn:
|
|
8886
|
+
fn: M((et) => [
|
|
8887
8887
|
P(C.$slots, `cell-${je.key}`, Ee({ ref_for: !0 }, et), void 0, !0)
|
|
8888
8888
|
])
|
|
8889
8889
|
}))
|
|
@@ -8915,8 +8915,8 @@ const td = {
|
|
|
8915
8915
|
], !0)
|
|
8916
8916
|
], 10, Ac)
|
|
8917
8917
|
])) : g("", !0),
|
|
8918
|
-
e.showSkeleton && (e.loading || e.dataLoading) ? (l(!0), u(
|
|
8919
|
-
key: `skeleton-${
|
|
8918
|
+
e.showSkeleton && (e.loading || e.dataLoading) ? (l(!0), u(K, { key: 3 }, J(e.skeletonRows, (X) => (l(), u("tr", {
|
|
8919
|
+
key: `skeleton-${X}`,
|
|
8920
8920
|
class: "animate-pulse"
|
|
8921
8921
|
}, [
|
|
8922
8922
|
e.selectable ? (l(), u("td", {
|
|
@@ -8925,7 +8925,7 @@ const td = {
|
|
|
8925
8925
|
}, [...j[4] || (j[4] = [
|
|
8926
8926
|
i("div", { class: "w-4 h-4 bg-slate-200 rounded" }, null, -1)
|
|
8927
8927
|
])], 2)) : g("", !0),
|
|
8928
|
-
(l(!0), u(
|
|
8928
|
+
(l(!0), u(K, null, J(e.columns, (fe) => (l(), u("td", {
|
|
8929
8929
|
key: fe.key,
|
|
8930
8930
|
class: f(te())
|
|
8931
8931
|
}, [...j[5] || (j[5] = [
|
|
@@ -8961,7 +8961,7 @@ const td = {
|
|
|
8961
8961
|
"onUpdate:currentPage": O,
|
|
8962
8962
|
"onUpdate:pageSize": U
|
|
8963
8963
|
}, {
|
|
8964
|
-
footer:
|
|
8964
|
+
footer: M(() => [
|
|
8965
8965
|
P(C.$slots, "footer", {}, void 0, !0)
|
|
8966
8966
|
]),
|
|
8967
8967
|
_: 3
|
|
@@ -9203,13 +9203,13 @@ const td = {
|
|
|
9203
9203
|
}, b = (Y) => `text-xs px-2 py-1 rounded ${c(Y) ? "bg-blue-100 text-blue-700" : "bg-gray-100 text-gray-600"}`, S = () => {
|
|
9204
9204
|
r.value = !r.value;
|
|
9205
9205
|
}, B = (Y, _, C) => {
|
|
9206
|
-
const j = [...t.dateFilters],
|
|
9207
|
-
|
|
9208
|
-
...j[
|
|
9206
|
+
const j = [...t.dateFilters], X = j.findIndex((fe) => fe.key === Y);
|
|
9207
|
+
X >= 0 && (j[X] = {
|
|
9208
|
+
...j[X],
|
|
9209
9209
|
[_]: C
|
|
9210
9210
|
}, n("update:dateFilters", j));
|
|
9211
9211
|
}, z = m(() => {
|
|
9212
|
-
const Y = t.searchQuery, _ = t.selectedStatus, C = t.dateFrom || t.dateTo, j = t.dateFilters.some((
|
|
9212
|
+
const Y = t.searchQuery, _ = t.selectedStatus, C = t.dateFrom || t.dateTo, j = t.dateFilters.some((X) => X.from || X.to);
|
|
9213
9213
|
return Y || _ || C || j;
|
|
9214
9214
|
}), $ = m(() => {
|
|
9215
9215
|
let Y = 0;
|
|
@@ -9292,7 +9292,7 @@ const td = {
|
|
|
9292
9292
|
() => "text-gray-400 hover:text-gray-600 p-1.5 hover:bg-gray-200 rounded-full transition-all"
|
|
9293
9293
|
), ae = m(
|
|
9294
9294
|
() => x(d({ variant: "ghost", size: "md" }))
|
|
9295
|
-
),
|
|
9295
|
+
), E = m(
|
|
9296
9296
|
() => x(d({ variant: "default", size: "lg" }))
|
|
9297
9297
|
), ee = m(
|
|
9298
9298
|
() => "px-6 py-3 bg-blue-50 border-t border-blue-100"
|
|
@@ -9368,9 +9368,9 @@ const td = {
|
|
|
9368
9368
|
onChange: _[2] || (_[2] = (j) => Y.$emit("update:selectedStatus", j.target.value)),
|
|
9369
9369
|
class: f(V.value)
|
|
9370
9370
|
}, {
|
|
9371
|
-
default:
|
|
9371
|
+
default: M(() => [
|
|
9372
9372
|
_[5] || (_[5] = i("option", { value: "" }, "All Status", -1)),
|
|
9373
|
-
(l(!0), u(
|
|
9373
|
+
(l(!0), u(K, null, J(e.statusOptions, (j) => (l(), u("option", {
|
|
9374
9374
|
key: j.value,
|
|
9375
9375
|
value: j.value
|
|
9376
9376
|
}, p(j.label), 9, Mc))), 128))
|
|
@@ -9410,7 +9410,7 @@ const td = {
|
|
|
9410
9410
|
onClick: ze,
|
|
9411
9411
|
class: f(ae.value)
|
|
9412
9412
|
}, {
|
|
9413
|
-
default:
|
|
9413
|
+
default: M(() => [
|
|
9414
9414
|
A(C, {
|
|
9415
9415
|
icon: "rotate-left",
|
|
9416
9416
|
class: "w-4 h-4 mr-2"
|
|
@@ -9422,9 +9422,9 @@ const td = {
|
|
|
9422
9422
|
e.showExport ? (l(), R(xe, {
|
|
9423
9423
|
key: 1,
|
|
9424
9424
|
onClick: _[3] || (_[3] = (j) => Y.$emit("export")),
|
|
9425
|
-
class: f(
|
|
9425
|
+
class: f(E.value)
|
|
9426
9426
|
}, {
|
|
9427
|
-
default:
|
|
9427
|
+
default: M(() => [
|
|
9428
9428
|
A(C, {
|
|
9429
9429
|
icon: "download",
|
|
9430
9430
|
class: "w-4 h-4 mr-2"
|
|
@@ -9440,7 +9440,7 @@ const td = {
|
|
|
9440
9440
|
size: "lg",
|
|
9441
9441
|
onClick: _[4] || (_[4] = (j) => Y.$emit("add"))
|
|
9442
9442
|
}, {
|
|
9443
|
-
default:
|
|
9443
|
+
default: M(() => [
|
|
9444
9444
|
A(C, {
|
|
9445
9445
|
icon: "plus",
|
|
9446
9446
|
class: "w-4 h-4 mr-2"
|
|
@@ -9457,7 +9457,7 @@ const td = {
|
|
|
9457
9457
|
class: f(D.value)
|
|
9458
9458
|
}, [
|
|
9459
9459
|
i("div", Rc, [
|
|
9460
|
-
(l(!0), u(
|
|
9460
|
+
(l(!0), u(K, null, J(e.dateFilters, (j) => (l(), u("div", {
|
|
9461
9461
|
key: j.key,
|
|
9462
9462
|
class: "space-y-3"
|
|
9463
9463
|
}, [
|
|
@@ -9478,7 +9478,7 @@ const td = {
|
|
|
9478
9478
|
i("input", {
|
|
9479
9479
|
type: "date",
|
|
9480
9480
|
"model-value": j.from,
|
|
9481
|
-
onInput: (
|
|
9481
|
+
onInput: (X) => B(j.key, "from", X.target.value),
|
|
9482
9482
|
class: f(q.value),
|
|
9483
9483
|
placeholder: `From ${j.label}`
|
|
9484
9484
|
}, null, 42, Uc)
|
|
@@ -9494,14 +9494,14 @@ const td = {
|
|
|
9494
9494
|
i("input", {
|
|
9495
9495
|
type: "date",
|
|
9496
9496
|
"model-value": j.to,
|
|
9497
|
-
onInput: (
|
|
9497
|
+
onInput: (X) => B(j.key, "to", X.target.value),
|
|
9498
9498
|
class: f(q.value),
|
|
9499
9499
|
placeholder: `To ${j.label}`
|
|
9500
9500
|
}, null, 42, Gc)
|
|
9501
9501
|
]),
|
|
9502
9502
|
c(j) ? (l(), u("button", {
|
|
9503
9503
|
key: 0,
|
|
9504
|
-
onClick: (
|
|
9504
|
+
onClick: (X) => v(j.key),
|
|
9505
9505
|
class: f(U.value),
|
|
9506
9506
|
title: "Clear this filter"
|
|
9507
9507
|
}, [
|
|
@@ -9522,7 +9522,7 @@ const td = {
|
|
|
9522
9522
|
i("span", {
|
|
9523
9523
|
class: f(le.value)
|
|
9524
9524
|
}, "Active filters:", 2),
|
|
9525
|
-
(l(!0), u(
|
|
9525
|
+
(l(!0), u(K, null, J(k.value, (j) => (l(), u("div", {
|
|
9526
9526
|
key: j.key,
|
|
9527
9527
|
class: f(ye.value)
|
|
9528
9528
|
}, [
|
|
@@ -9532,7 +9532,7 @@ const td = {
|
|
|
9532
9532
|
}, null, 8, ["icon"]),
|
|
9533
9533
|
i("span", null, p(j.label) + ": " + p(j.value), 1),
|
|
9534
9534
|
i("button", {
|
|
9535
|
-
onClick: (
|
|
9535
|
+
onClick: (X) => Ze(j.key),
|
|
9536
9536
|
class: f(te.value)
|
|
9537
9537
|
}, [
|
|
9538
9538
|
A(C, {
|
|
@@ -9702,7 +9702,7 @@ const td = {
|
|
|
9702
9702
|
state: t.isRefreshing ? "refreshing" : "normal"
|
|
9703
9703
|
})), U = () => x("w-4 h-4", {
|
|
9704
9704
|
"animate-spin": t.isRefreshing
|
|
9705
|
-
}), ae = (ee) => t.visibleColumns.includes(ee),
|
|
9705
|
+
}), ae = (ee) => t.visibleColumns.includes(ee), E = (ee, le) => {
|
|
9706
9706
|
n("toggle-column", { column: ee, visible: le });
|
|
9707
9707
|
};
|
|
9708
9708
|
return Te(() => {
|
|
@@ -9718,12 +9718,12 @@ const td = {
|
|
|
9718
9718
|
d.value > 0 ? (l(), u("div", sf, [
|
|
9719
9719
|
i("span", lf, p(d.value) + " selected ", 1),
|
|
9720
9720
|
i("div", of, [
|
|
9721
|
-
(l(!0), u(
|
|
9721
|
+
(l(!0), u(K, null, J(e.bulkActions, (te) => (l(), R(xe, {
|
|
9722
9722
|
key: te.key,
|
|
9723
9723
|
onClick: (ze) => ee.$emit("bulk-action", { action: te.key, items: e.selectedItems }),
|
|
9724
9724
|
class: f(q(te))
|
|
9725
9725
|
}, {
|
|
9726
|
-
default:
|
|
9726
|
+
default: M(() => [
|
|
9727
9727
|
te.icon ? (l(), R(ye, {
|
|
9728
9728
|
key: 0,
|
|
9729
9729
|
icon: te.icon,
|
|
@@ -9744,7 +9744,7 @@ const td = {
|
|
|
9744
9744
|
key: 0,
|
|
9745
9745
|
class: f(k.value)
|
|
9746
9746
|
}, [
|
|
9747
|
-
(l(), u(
|
|
9747
|
+
(l(), u(K, null, J(c, (te) => i("button", {
|
|
9748
9748
|
key: te.value,
|
|
9749
9749
|
onClick: (ze) => ee.$emit("update:density", te.value),
|
|
9750
9750
|
class: f(se(te.value)),
|
|
@@ -9783,7 +9783,7 @@ const td = {
|
|
|
9783
9783
|
class: f(y.value)
|
|
9784
9784
|
}, " Show Columns ", 2),
|
|
9785
9785
|
i("div", mf, [
|
|
9786
|
-
(l(!0), u(
|
|
9786
|
+
(l(!0), u(K, null, J(e.toggleableColumns, (te) => (l(), u("div", {
|
|
9787
9787
|
key: te.key,
|
|
9788
9788
|
class: f(L.value)
|
|
9789
9789
|
}, [
|
|
@@ -9791,7 +9791,7 @@ const td = {
|
|
|
9791
9791
|
i("input", {
|
|
9792
9792
|
type: "checkbox",
|
|
9793
9793
|
checked: ae(te.key),
|
|
9794
|
-
onChange: (ze) =>
|
|
9794
|
+
onChange: (ze) => E(te.key, ze.target.checked),
|
|
9795
9795
|
class: f(V.value)
|
|
9796
9796
|
}, null, 42, vf),
|
|
9797
9797
|
i("span", {
|
|
@@ -9845,7 +9845,7 @@ const td = {
|
|
|
9845
9845
|
P(a.$slots, "brand", {}, () => [
|
|
9846
9846
|
A(n, { class: "mb-4" }),
|
|
9847
9847
|
A(r, { class: "text-gray-600 max-w-md" }, {
|
|
9848
|
-
default:
|
|
9848
|
+
default: M(() => [...t[0] || (t[0] = [
|
|
9849
9849
|
G(" Building beautiful applications with modern Vue.js components. ", -1)
|
|
9850
9850
|
])]),
|
|
9851
9851
|
_: 1
|
|
@@ -9858,7 +9858,7 @@ const td = {
|
|
|
9858
9858
|
variant: "h6",
|
|
9859
9859
|
class: "mb-4"
|
|
9860
9860
|
}, {
|
|
9861
|
-
default:
|
|
9861
|
+
default: M(() => [...t[1] || (t[1] = [
|
|
9862
9862
|
G("Quick Links", -1)
|
|
9863
9863
|
])]),
|
|
9864
9864
|
_: 1
|
|
@@ -9868,7 +9868,7 @@ const td = {
|
|
|
9868
9868
|
href: "#",
|
|
9869
9869
|
class: "block text-gray-600 hover:text-gray-900"
|
|
9870
9870
|
}, {
|
|
9871
|
-
default:
|
|
9871
|
+
default: M(() => [...t[2] || (t[2] = [
|
|
9872
9872
|
G("About", -1)
|
|
9873
9873
|
])]),
|
|
9874
9874
|
_: 1
|
|
@@ -9877,7 +9877,7 @@ const td = {
|
|
|
9877
9877
|
href: "#",
|
|
9878
9878
|
class: "block text-gray-600 hover:text-gray-900"
|
|
9879
9879
|
}, {
|
|
9880
|
-
default:
|
|
9880
|
+
default: M(() => [...t[3] || (t[3] = [
|
|
9881
9881
|
G("Services", -1)
|
|
9882
9882
|
])]),
|
|
9883
9883
|
_: 1
|
|
@@ -9886,7 +9886,7 @@ const td = {
|
|
|
9886
9886
|
href: "#",
|
|
9887
9887
|
class: "block text-gray-600 hover:text-gray-900"
|
|
9888
9888
|
}, {
|
|
9889
|
-
default:
|
|
9889
|
+
default: M(() => [...t[4] || (t[4] = [
|
|
9890
9890
|
G("Contact", -1)
|
|
9891
9891
|
])]),
|
|
9892
9892
|
_: 1
|
|
@@ -9900,7 +9900,7 @@ const td = {
|
|
|
9900
9900
|
variant: "h6",
|
|
9901
9901
|
class: "mb-4"
|
|
9902
9902
|
}, {
|
|
9903
|
-
default:
|
|
9903
|
+
default: M(() => [...t[5] || (t[5] = [
|
|
9904
9904
|
G("Follow Us", -1)
|
|
9905
9905
|
])]),
|
|
9906
9906
|
_: 1
|
|
@@ -9910,7 +9910,7 @@ const td = {
|
|
|
9910
9910
|
href: "#",
|
|
9911
9911
|
class: "text-gray-600 hover:text-gray-900"
|
|
9912
9912
|
}, {
|
|
9913
|
-
default:
|
|
9913
|
+
default: M(() => [
|
|
9914
9914
|
A(d, {
|
|
9915
9915
|
name: "twitter",
|
|
9916
9916
|
class: "h-5 w-5"
|
|
@@ -9922,7 +9922,7 @@ const td = {
|
|
|
9922
9922
|
href: "#",
|
|
9923
9923
|
class: "text-gray-600 hover:text-gray-900"
|
|
9924
9924
|
}, {
|
|
9925
|
-
default:
|
|
9925
|
+
default: M(() => [
|
|
9926
9926
|
A(d, {
|
|
9927
9927
|
name: "github",
|
|
9928
9928
|
class: "h-5 w-5"
|
|
@@ -9938,7 +9938,7 @@ const td = {
|
|
|
9938
9938
|
i("div", zf, [
|
|
9939
9939
|
P(a.$slots, "copyright", {}, () => [
|
|
9940
9940
|
A(r, { class: "text-gray-600" }, {
|
|
9941
|
-
default:
|
|
9941
|
+
default: M(() => [
|
|
9942
9942
|
G(" © " + p((/* @__PURE__ */ new Date()).getFullYear()) + " Your Company. All rights reserved. ", 1)
|
|
9943
9943
|
]),
|
|
9944
9944
|
_: 1
|
|
@@ -9950,7 +9950,7 @@ const td = {
|
|
|
9950
9950
|
href: "#",
|
|
9951
9951
|
class: "text-gray-600 hover:text-gray-900"
|
|
9952
9952
|
}, {
|
|
9953
|
-
default:
|
|
9953
|
+
default: M(() => [...t[6] || (t[6] = [
|
|
9954
9954
|
G("Privacy", -1)
|
|
9955
9955
|
])]),
|
|
9956
9956
|
_: 1
|
|
@@ -9959,7 +9959,7 @@ const td = {
|
|
|
9959
9959
|
href: "#",
|
|
9960
9960
|
class: "text-gray-600 hover:text-gray-900"
|
|
9961
9961
|
}, {
|
|
9962
|
-
default:
|
|
9962
|
+
default: M(() => [...t[7] || (t[7] = [
|
|
9963
9963
|
G("Terms", -1)
|
|
9964
9964
|
])]),
|
|
9965
9965
|
_: 1
|
|
@@ -10160,13 +10160,13 @@ const td = {
|
|
|
10160
10160
|
"leave-from-class": "opacity-100 translate-y-0 scale-100",
|
|
10161
10161
|
"leave-to-class": "opacity-0 translate-y-2 scale-95"
|
|
10162
10162
|
}, {
|
|
10163
|
-
default:
|
|
10163
|
+
default: M(() => [
|
|
10164
10164
|
s.value ? (l(), u("div", _f, [
|
|
10165
10165
|
F[10] || (F[10] = i("div", { class: "p-4 border-b border-gray-200" }, [
|
|
10166
10166
|
i("h3", { class: "text-lg font-semibold text-gray-900" }, "Notifications")
|
|
10167
10167
|
], -1)),
|
|
10168
10168
|
i("div", Df, [
|
|
10169
|
-
(l(!0), u(
|
|
10169
|
+
(l(!0), u(K, null, J(e.notifications, (D) => (l(), u("div", {
|
|
10170
10170
|
key: D.id,
|
|
10171
10171
|
class: "p-4 border-b border-gray-100 hover:bg-gray-50 cursor-pointer"
|
|
10172
10172
|
}, [
|
|
@@ -10220,14 +10220,14 @@ const td = {
|
|
|
10220
10220
|
"leave-from-class": "opacity-100 translate-y-0 scale-100",
|
|
10221
10221
|
"leave-to-class": "opacity-0 translate-y-2 scale-95"
|
|
10222
10222
|
}, {
|
|
10223
|
-
default:
|
|
10223
|
+
default: M(() => [
|
|
10224
10224
|
o.value ? (l(), u("div", Qf, [
|
|
10225
10225
|
i("div", Zf, [
|
|
10226
10226
|
i("p", em, p(e.user.name), 1),
|
|
10227
10227
|
i("p", tm, p(e.user.email), 1)
|
|
10228
10228
|
]),
|
|
10229
10229
|
i("div", am, [
|
|
10230
|
-
(l(!0), u(
|
|
10230
|
+
(l(!0), u(K, null, J(e.profileMenuItems, (D) => (l(), u(K, {
|
|
10231
10231
|
key: D.name
|
|
10232
10232
|
}, [
|
|
10233
10233
|
D.route ? (l(), R(re, {
|
|
@@ -10239,7 +10239,7 @@ const td = {
|
|
|
10239
10239
|
)),
|
|
10240
10240
|
onClick: (q) => $(D)
|
|
10241
10241
|
}, {
|
|
10242
|
-
default:
|
|
10242
|
+
default: M(() => [
|
|
10243
10243
|
k(D) ? (l(), u("div", nm)) : g("", !0),
|
|
10244
10244
|
i("div", {
|
|
10245
10245
|
class: f(N(x)(
|
|
@@ -10336,8 +10336,11 @@ const td = {
|
|
|
10336
10336
|
class: "ml-2 inline-flex items-center justify-center px-2 py-0.5 text-xs font-bold rounded-full bg-red-500 text-white"
|
|
10337
10337
|
}, zm = { class: "p-3" }, Am = { class: "space-y-1" }, Im = {
|
|
10338
10338
|
key: 0,
|
|
10339
|
-
class: "
|
|
10339
|
+
class: "px-3 py-2 text-xs font-semibold text-gray-500 uppercase tracking-wider"
|
|
10340
10340
|
}, Pm = {
|
|
10341
|
+
key: 0,
|
|
10342
|
+
class: "absolute left-0 top-1/2 transform -translate-y-1/2 w-1 h-8 bg-gradient-to-b from-blue-500 to-blue-600 rounded-r-full"
|
|
10343
|
+
}, Tm = {
|
|
10341
10344
|
__name: "Sidebar",
|
|
10342
10345
|
props: {
|
|
10343
10346
|
sidebarWidth: {
|
|
@@ -10389,7 +10392,7 @@ const td = {
|
|
|
10389
10392
|
return o.value && (O += 220), c.value && (O += 220), O;
|
|
10390
10393
|
}), z = (O) => {
|
|
10391
10394
|
r("navigate", O), s.value && $();
|
|
10392
|
-
const U = o.value && d.value && d.value.subItems.some((
|
|
10395
|
+
const U = o.value && d.value && d.value.subItems.some((E) => E.route === O.route), ae = c.value && n.managementSettings.some((E) => E.route === O.route);
|
|
10393
10396
|
(s.value || !(U || ae)) && V();
|
|
10394
10397
|
}, $ = () => {
|
|
10395
10398
|
r("update:mobileOpen", !1);
|
|
@@ -10442,7 +10445,7 @@ const td = {
|
|
|
10442
10445
|
"leave-from-class": "opacity-100",
|
|
10443
10446
|
"leave-to-class": "opacity-0"
|
|
10444
10447
|
}, {
|
|
10445
|
-
default:
|
|
10448
|
+
default: M(() => [
|
|
10446
10449
|
v.value && s.value ? (l(), u("div", {
|
|
10447
10450
|
key: 0,
|
|
10448
10451
|
class: "fixed inset-0 z-30 lg:hidden",
|
|
@@ -10484,67 +10487,67 @@ const td = {
|
|
|
10484
10487
|
])) : g("", !0),
|
|
10485
10488
|
i("nav", dm, [
|
|
10486
10489
|
i("div", cm, [
|
|
10487
|
-
(l(!0), u(
|
|
10488
|
-
key:
|
|
10490
|
+
(l(!0), u(K, null, J(e.navigationItems, (E) => (l(), u(K, {
|
|
10491
|
+
key: E.name || E.label
|
|
10489
10492
|
}, [
|
|
10490
|
-
|
|
10491
|
-
k(
|
|
10493
|
+
E.type === "link" ? (l(), u("div", fm, [
|
|
10494
|
+
k(E) ? (l(), u("div", {
|
|
10492
10495
|
key: 1,
|
|
10493
|
-
onClick: (ee) => h(
|
|
10496
|
+
onClick: (ee) => h(E),
|
|
10494
10497
|
class: f(N(x)(
|
|
10495
10498
|
"flex flex-col items-center justify-center rounded-xl transition-all duration-200 cursor-pointer group relative py-4 px-3",
|
|
10496
|
-
D(
|
|
10499
|
+
D(E) ? "bg-gradient-to-br from-blue-50 to-blue-100 border border-blue-200 shadow-sm" : "text-gray-500 hover:bg-gray-100 hover:text-gray-900 border border-transparent"
|
|
10497
10500
|
))
|
|
10498
10501
|
}, [
|
|
10499
10502
|
i("div", {
|
|
10500
10503
|
class: f(N(x)(
|
|
10501
10504
|
"flex items-center justify-center rounded-lg transition-colors mb-2",
|
|
10502
10505
|
"w-12 h-12",
|
|
10503
|
-
D(
|
|
10506
|
+
D(E) ? "bg-gradient-to-br from-blue-500 to-blue-600 text-white shadow-md" : "text-gray-500 group-hover:text-gray-900 bg-gray-100 group-hover:bg-gray-200"
|
|
10504
10507
|
))
|
|
10505
10508
|
}, [
|
|
10506
10509
|
A(Z, {
|
|
10507
|
-
icon:
|
|
10510
|
+
icon: E.icon,
|
|
10508
10511
|
class: "w-6 h-6"
|
|
10509
10512
|
}, null, 8, ["icon"])
|
|
10510
10513
|
], 2),
|
|
10511
10514
|
i("span", {
|
|
10512
10515
|
class: f(N(x)(
|
|
10513
10516
|
"text-xs font-medium text-center",
|
|
10514
|
-
D(
|
|
10517
|
+
D(E) ? "text-blue-700 font-semibold" : "text-gray-500 group-hover:text-gray-900"
|
|
10515
10518
|
))
|
|
10516
|
-
}, p(
|
|
10517
|
-
|
|
10518
|
-
D(
|
|
10519
|
+
}, p(E.label), 3),
|
|
10520
|
+
E.badge ? (l(), u("span", vm, p(E.badge), 1)) : g("", !0),
|
|
10521
|
+
D(E) && k(E) ? (l(), u("div", bm)) : g("", !0)
|
|
10519
10522
|
], 10, gm)) : (l(), R(ae, {
|
|
10520
10523
|
key: 0,
|
|
10521
|
-
to:
|
|
10522
|
-
onClick: (ee) => z(
|
|
10524
|
+
to: E.route,
|
|
10525
|
+
onClick: (ee) => z(E),
|
|
10523
10526
|
class: f(N(x)(
|
|
10524
10527
|
"flex flex-col items-center justify-center rounded-xl transition-all duration-200 group relative py-4 px-3",
|
|
10525
|
-
D(
|
|
10528
|
+
D(E) ? "bg-gradient-to-br from-blue-50 to-blue-100 border border-blue-200 shadow-sm" : "text-gray-500 hover:bg-gray-100 hover:text-gray-900 border border-transparent"
|
|
10526
10529
|
))
|
|
10527
10530
|
}, {
|
|
10528
|
-
default:
|
|
10531
|
+
default: M(() => [
|
|
10529
10532
|
i("div", {
|
|
10530
10533
|
class: f(N(x)(
|
|
10531
10534
|
"flex items-center justify-center rounded-lg transition-colors mb-2",
|
|
10532
10535
|
"w-12 h-12",
|
|
10533
|
-
D(
|
|
10536
|
+
D(E) ? "bg-gradient-to-br from-blue-500 to-blue-600 text-white shadow-md" : "text-gray-500 group-hover:text-gray-900 bg-gray-100 group-hover:bg-gray-200"
|
|
10534
10537
|
))
|
|
10535
10538
|
}, [
|
|
10536
10539
|
A(Z, {
|
|
10537
|
-
icon:
|
|
10540
|
+
icon: E.icon,
|
|
10538
10541
|
class: "w-6 h-6"
|
|
10539
10542
|
}, null, 8, ["icon"])
|
|
10540
10543
|
], 2),
|
|
10541
10544
|
i("span", {
|
|
10542
10545
|
class: f(N(x)(
|
|
10543
10546
|
"text-xs font-medium text-center",
|
|
10544
|
-
D(
|
|
10547
|
+
D(E) ? "text-blue-700 font-semibold" : "text-gray-500 group-hover:text-gray-900"
|
|
10545
10548
|
))
|
|
10546
|
-
}, p(
|
|
10547
|
-
|
|
10549
|
+
}, p(E.label), 3),
|
|
10550
|
+
E.badge ? (l(), u("span", mm, p(E.badge), 1)) : g("", !0)
|
|
10548
10551
|
]),
|
|
10549
10552
|
_: 2
|
|
10550
10553
|
}, 1032, ["to", "onClick", "class"]))
|
|
@@ -10590,7 +10593,7 @@ const td = {
|
|
|
10590
10593
|
"leave-from-class": "opacity-100 translate-x-0",
|
|
10591
10594
|
"leave-to-class": "opacity-0 -translate-x-full"
|
|
10592
10595
|
}, {
|
|
10593
|
-
default:
|
|
10596
|
+
default: M(() => [
|
|
10594
10597
|
o.value ? (l(), u("aside", {
|
|
10595
10598
|
key: 0,
|
|
10596
10599
|
class: f(
|
|
@@ -10627,40 +10630,40 @@ const td = {
|
|
|
10627
10630
|
]),
|
|
10628
10631
|
i("nav", km, [
|
|
10629
10632
|
i("div", Sm, [
|
|
10630
|
-
(l(!0), u(
|
|
10631
|
-
key:
|
|
10632
|
-
to:
|
|
10633
|
-
onClick: (ee) => F(
|
|
10633
|
+
(l(!0), u(K, null, J(d.value?.subItems, (E) => (l(), R(ae, {
|
|
10634
|
+
key: E.name,
|
|
10635
|
+
to: E.route,
|
|
10636
|
+
onClick: (ee) => F(E),
|
|
10634
10637
|
class: f(
|
|
10635
10638
|
N(x)(
|
|
10636
10639
|
"flex items-center px-3 py-2.5 rounded-lg text-sm font-medium transition-all duration-200 group relative",
|
|
10637
|
-
D(
|
|
10640
|
+
D(E) ? "bg-gradient-to-br from-blue-50 to-blue-100 text-blue-700 shadow-sm border border-blue-200" : "text-gray-700 hover:bg-gray-50 hover:text-gray-900 border border-transparent"
|
|
10638
10641
|
)
|
|
10639
10642
|
)
|
|
10640
10643
|
}, {
|
|
10641
|
-
default:
|
|
10642
|
-
D(
|
|
10644
|
+
default: M(() => [
|
|
10645
|
+
D(E) ? (l(), u("div", Cm)) : g("", !0),
|
|
10643
10646
|
i("div", {
|
|
10644
10647
|
class: f(
|
|
10645
10648
|
N(x)(
|
|
10646
10649
|
"flex items-center justify-center w-8 h-8 rounded-lg mr-3 flex-shrink-0 transition-colors ml-2",
|
|
10647
|
-
D(
|
|
10650
|
+
D(E) ? "bg-gradient-to-br from-blue-500 to-blue-600 text-white shadow-md" : "bg-gray-100 text-gray-600 group-hover:bg-gray-200"
|
|
10648
10651
|
)
|
|
10649
10652
|
)
|
|
10650
10653
|
}, [
|
|
10651
|
-
|
|
10654
|
+
E.icon ? (l(), R(Z, {
|
|
10652
10655
|
key: 0,
|
|
10653
|
-
icon:
|
|
10656
|
+
icon: E.icon,
|
|
10654
10657
|
class: "w-4 h-4"
|
|
10655
10658
|
}, null, 8, ["icon"])) : g("", !0)
|
|
10656
10659
|
], 2),
|
|
10657
10660
|
i("span", {
|
|
10658
10661
|
class: f(N(x)(
|
|
10659
10662
|
"flex-1 truncate font-semibold",
|
|
10660
|
-
D(
|
|
10663
|
+
D(E) ? "text-blue-700" : "text-gray-700"
|
|
10661
10664
|
))
|
|
10662
|
-
}, p(
|
|
10663
|
-
|
|
10665
|
+
}, p(E.label), 3),
|
|
10666
|
+
E.badge ? (l(), u("span", $m, p(E.badge), 1)) : g("", !0)
|
|
10664
10667
|
]),
|
|
10665
10668
|
_: 2
|
|
10666
10669
|
}, 1032, ["to", "onClick", "class"]))), 128))
|
|
@@ -10678,7 +10681,7 @@ const td = {
|
|
|
10678
10681
|
"leave-from-class": "opacity-100 translate-x-0",
|
|
10679
10682
|
"leave-to-class": "opacity-0 -translate-x-full"
|
|
10680
10683
|
}, {
|
|
10681
|
-
default:
|
|
10684
|
+
default: M(() => [
|
|
10682
10685
|
c.value ? (l(), u("aside", {
|
|
10683
10686
|
key: 0,
|
|
10684
10687
|
class: f(
|
|
@@ -10715,42 +10718,46 @@ const td = {
|
|
|
10715
10718
|
]),
|
|
10716
10719
|
i("nav", zm, [
|
|
10717
10720
|
i("div", Am, [
|
|
10718
|
-
(l(!0), u(
|
|
10719
|
-
key:
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
|
-
|
|
10721
|
+
(l(!0), u(K, null, J(e.managementSettings, (E) => (l(), u(K, {
|
|
10722
|
+
key: E.name
|
|
10723
|
+
}, [
|
|
10724
|
+
E.type === "section" ? (l(), u("div", Im, p(E.label), 1)) : E.route ? (l(), R(ae, {
|
|
10725
|
+
key: 1,
|
|
10726
|
+
to: E.route,
|
|
10727
|
+
onClick: (ee) => re(E),
|
|
10728
|
+
class: f(
|
|
10729
|
+
N(x)(
|
|
10730
|
+
"flex items-center px-3 py-2.5 rounded-lg text-sm font-medium transition-all duration-200 group relative",
|
|
10731
|
+
D(E) ? "bg-gradient-to-br from-blue-50 to-blue-100 text-blue-700 shadow-sm border border-blue-200" : "text-gray-700 hover:bg-gray-50 hover:text-gray-900 border border-transparent"
|
|
10732
|
+
)
|
|
10726
10733
|
)
|
|
10727
|
-
|
|
10728
|
-
|
|
10729
|
-
|
|
10730
|
-
|
|
10731
|
-
|
|
10732
|
-
|
|
10733
|
-
|
|
10734
|
-
|
|
10735
|
-
|
|
10734
|
+
}, {
|
|
10735
|
+
default: M(() => [
|
|
10736
|
+
D(E) ? (l(), u("div", Pm)) : g("", !0),
|
|
10737
|
+
i("div", {
|
|
10738
|
+
class: f(
|
|
10739
|
+
N(x)(
|
|
10740
|
+
"flex items-center justify-center w-8 h-8 rounded-lg mr-3 flex-shrink-0 transition-colors",
|
|
10741
|
+
D(E) ? "bg-gradient-to-br from-blue-500 to-blue-600 text-white shadow-md" : "bg-gray-100 text-gray-600 group-hover:bg-gray-200"
|
|
10742
|
+
)
|
|
10736
10743
|
)
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
|
|
10740
|
-
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
|
|
10745
|
-
|
|
10746
|
-
|
|
10747
|
-
|
|
10748
|
-
|
|
10749
|
-
))
|
|
10750
|
-
|
|
10751
|
-
|
|
10752
|
-
|
|
10753
|
-
|
|
10744
|
+
}, [
|
|
10745
|
+
E.icon ? (l(), R(Z, {
|
|
10746
|
+
key: 0,
|
|
10747
|
+
icon: E.icon,
|
|
10748
|
+
class: "w-4 h-4"
|
|
10749
|
+
}, null, 8, ["icon"])) : g("", !0)
|
|
10750
|
+
], 2),
|
|
10751
|
+
i("span", {
|
|
10752
|
+
class: f(N(x)(
|
|
10753
|
+
"flex-1 truncate font-semibold",
|
|
10754
|
+
D(E) ? "text-blue-700" : "text-gray-700"
|
|
10755
|
+
))
|
|
10756
|
+
}, p(E.label), 3)
|
|
10757
|
+
]),
|
|
10758
|
+
_: 2
|
|
10759
|
+
}, 1032, ["to", "onClick", "class"])) : g("", !0)
|
|
10760
|
+
], 64))), 128))
|
|
10754
10761
|
])
|
|
10755
10762
|
])
|
|
10756
10763
|
], 6)) : g("", !0)
|
|
@@ -10765,7 +10772,7 @@ const td = {
|
|
|
10765
10772
|
"leave-from-class": "opacity-100",
|
|
10766
10773
|
"leave-to-class": "opacity-0"
|
|
10767
10774
|
}, {
|
|
10768
|
-
default:
|
|
10775
|
+
default: M(() => [
|
|
10769
10776
|
(o.value || c.value) && s.value ? (l(), u("div", {
|
|
10770
10777
|
key: 0,
|
|
10771
10778
|
class: "fixed inset-0 z-30 bg-transparent",
|
|
@@ -10777,7 +10784,7 @@ const td = {
|
|
|
10777
10784
|
]);
|
|
10778
10785
|
};
|
|
10779
10786
|
}
|
|
10780
|
-
},
|
|
10787
|
+
}, jm = {
|
|
10781
10788
|
__name: "Timeline",
|
|
10782
10789
|
props: {
|
|
10783
10790
|
orientation: {
|
|
@@ -10796,13 +10803,13 @@ const td = {
|
|
|
10796
10803
|
P(a.$slots, "default")
|
|
10797
10804
|
], 2));
|
|
10798
10805
|
}
|
|
10799
|
-
},
|
|
10806
|
+
}, Bm = {
|
|
10800
10807
|
key: 0,
|
|
10801
10808
|
class: "absolute left-3 top-0 w-0.5 h-full bg-slate-200"
|
|
10802
|
-
},
|
|
10809
|
+
}, Om = { class: "z-10 flex items-center justify-center w-6 h-6 rounded-full border-2 border-blue-500 bg-white text-blue-500" }, Lm = { class: "text-slate-900 font-medium" }, Fm = {
|
|
10803
10810
|
key: 0,
|
|
10804
10811
|
class: "text-slate-500 text-sm"
|
|
10805
|
-
},
|
|
10812
|
+
}, Vm = { class: "mt-2 text-slate-600 text-sm" }, Nm = {
|
|
10806
10813
|
__name: "TimelineItem",
|
|
10807
10814
|
props: {
|
|
10808
10815
|
title: {
|
|
@@ -10826,8 +10833,8 @@ const td = {
|
|
|
10826
10833
|
e.orientation === "vertical" ? "items-start mb-8 last:mb-0" : "flex-col items-center mx-8 last:mx-0"
|
|
10827
10834
|
])
|
|
10828
10835
|
}, [
|
|
10829
|
-
e.orientation === "vertical" ? (l(), u("div",
|
|
10830
|
-
i("div",
|
|
10836
|
+
e.orientation === "vertical" ? (l(), u("div", Bm)) : g("", !0),
|
|
10837
|
+
i("div", Om, [
|
|
10831
10838
|
P(a.$slots, "icon", {}, () => [
|
|
10832
10839
|
t[0] || (t[0] = i("div", { class: "w-2 h-2 rounded-full bg-blue-500" }, null, -1))
|
|
10833
10840
|
])
|
|
@@ -10838,23 +10845,23 @@ const td = {
|
|
|
10838
10845
|
e.orientation === "horizontal" ? "mt-2 text-center" : ""
|
|
10839
10846
|
])
|
|
10840
10847
|
}, [
|
|
10841
|
-
i("h3",
|
|
10848
|
+
i("h3", Lm, [
|
|
10842
10849
|
P(a.$slots, "title", {}, () => [
|
|
10843
10850
|
G(p(e.title), 1)
|
|
10844
10851
|
])
|
|
10845
10852
|
]),
|
|
10846
|
-
e.subtitle ? (l(), u("p",
|
|
10853
|
+
e.subtitle ? (l(), u("p", Fm, [
|
|
10847
10854
|
P(a.$slots, "subtitle", {}, () => [
|
|
10848
10855
|
G(p(e.subtitle), 1)
|
|
10849
10856
|
])
|
|
10850
10857
|
])) : g("", !0),
|
|
10851
|
-
i("div",
|
|
10858
|
+
i("div", Vm, [
|
|
10852
10859
|
P(a.$slots, "default")
|
|
10853
10860
|
])
|
|
10854
10861
|
], 2)
|
|
10855
10862
|
], 2));
|
|
10856
10863
|
}
|
|
10857
|
-
},
|
|
10864
|
+
}, Em = {
|
|
10858
10865
|
name: "AuthLayout",
|
|
10859
10866
|
props: {
|
|
10860
10867
|
title: {
|
|
@@ -10943,20 +10950,20 @@ const td = {
|
|
|
10943
10950
|
currentYear: m(() => (/* @__PURE__ */ new Date()).getFullYear())
|
|
10944
10951
|
};
|
|
10945
10952
|
}
|
|
10946
|
-
},
|
|
10953
|
+
}, Mm = { class: "container mx-auto px-4 relative z-10" }, _m = { class: "grid lg:grid-cols-10 gap-8 items-center min-h-screen" }, Dm = { class: "lg:col-span-6 text-white text-center lg:text-left space-y-6" }, Rm = { class: "mb-6" }, Wm = { class: "text-4xl lg:text-6xl font-bold mb-2" }, Hm = { class: "text-white" }, qm = { class: "flex items-center justify-center lg:justify-start mb-6" }, Um = { class: "text-3xl lg:text-4xl font-bold text-white" }, Ym = { class: "lg:col-span-4" }, Gm = { class: "bg-white rounded-lg shadow-xl p-6 lg:p-8 max-w-md mx-auto" }, Km = {
|
|
10947
10954
|
key: 0,
|
|
10948
10955
|
class: "mb-6"
|
|
10949
|
-
},
|
|
10956
|
+
}, Xm = { class: "text-center" }, Jm = { class: "text-2xl font-bold text-gray-900" }, Qm = {
|
|
10950
10957
|
key: 0,
|
|
10951
10958
|
class: "text-gray-600 mt-2"
|
|
10952
|
-
},
|
|
10959
|
+
}, Zm = { class: "space-y-6" }, eg = {
|
|
10953
10960
|
key: 1,
|
|
10954
10961
|
class: "mt-6"
|
|
10955
|
-
},
|
|
10962
|
+
}, tg = {
|
|
10956
10963
|
key: 0,
|
|
10957
10964
|
class: "mt-6 text-center"
|
|
10958
|
-
},
|
|
10959
|
-
function
|
|
10965
|
+
}, ag = { class: "absolute bottom-4 right-4 text-right" }, ng = { class: "flex items-end justify-end mb-2" }, rg = { class: "text-right mr-3" }, sg = { class: "text-red-500 font-bold text-xs" }, lg = { class: "text-white text-xs" }, og = { class: "text-white/70 text-xs" }, ig = { class: "w-8 h-8 bg-red-500 rounded flex items-center justify-center text-white font-bold text-xs" }, ug = { class: "text-white/70 text-xs" }, dg = { class: "absolute bottom-4 left-4 flex gap-2" }, cg = ["href"];
|
|
10966
|
+
function fg(e, a, t, n, r, s) {
|
|
10960
10967
|
const o = oe("router-view"), d = oe("font-awesome-icon");
|
|
10961
10968
|
return l(), u("div", {
|
|
10962
10969
|
class: "min-h-screen relative flex items-center justify-center",
|
|
@@ -10969,71 +10976,71 @@ function cg(e, a, t, n, r, s) {
|
|
|
10969
10976
|
opacity: t.backgroundOpacity
|
|
10970
10977
|
})
|
|
10971
10978
|
}, null, 4),
|
|
10972
|
-
i("div",
|
|
10973
|
-
i("div",
|
|
10974
|
-
i("div",
|
|
10975
|
-
i("div",
|
|
10976
|
-
i("div",
|
|
10979
|
+
i("div", Mm, [
|
|
10980
|
+
i("div", _m, [
|
|
10981
|
+
i("div", Dm, [
|
|
10982
|
+
i("div", Rm, [
|
|
10983
|
+
i("div", Wm, [
|
|
10977
10984
|
i("span", {
|
|
10978
10985
|
style: ce({ color: t.primaryColor })
|
|
10979
10986
|
}, p(t.primaryLogoPrefix), 5),
|
|
10980
|
-
i("span",
|
|
10987
|
+
i("span", Hm, p(t.primaryLogoText), 1)
|
|
10981
10988
|
]),
|
|
10982
10989
|
i("div", {
|
|
10983
10990
|
class: "h-0.5 w-30 mx-auto lg:mx-0",
|
|
10984
10991
|
style: ce({ backgroundColor: t.primaryColor })
|
|
10985
10992
|
}, null, 4)
|
|
10986
10993
|
]),
|
|
10987
|
-
i("div",
|
|
10994
|
+
i("div", qm, [
|
|
10988
10995
|
i("div", {
|
|
10989
10996
|
class: "flex items-center justify-center w-15 h-15 rounded-lg mr-4 text-white font-bold text-xl",
|
|
10990
10997
|
style: ce({ backgroundColor: t.primaryColor })
|
|
10991
10998
|
}, p(t.secondaryLogoPrefix), 5),
|
|
10992
|
-
i("span",
|
|
10999
|
+
i("span", Um, p(t.secondaryLogoText), 1)
|
|
10993
11000
|
]),
|
|
10994
11001
|
a[0] || (a[0] = i("div", { class: "max-w-md mx-auto lg:mx-0" }, [
|
|
10995
11002
|
i("p", { class: "text-sm lg:text-base font-light text-white/70 italic leading-relaxed" })
|
|
10996
11003
|
], -1))
|
|
10997
11004
|
]),
|
|
10998
|
-
i("div",
|
|
10999
|
-
i("div",
|
|
11000
|
-
e.$slots["card-header"] || t.title ? (l(), u("div",
|
|
11005
|
+
i("div", Ym, [
|
|
11006
|
+
i("div", Gm, [
|
|
11007
|
+
e.$slots["card-header"] || t.title ? (l(), u("div", Km, [
|
|
11001
11008
|
P(e.$slots, "card-header", {}, () => [
|
|
11002
|
-
i("div",
|
|
11003
|
-
i("h1",
|
|
11004
|
-
t.subtitle ? (l(), u("p",
|
|
11009
|
+
i("div", Xm, [
|
|
11010
|
+
i("h1", Jm, p(t.title), 1),
|
|
11011
|
+
t.subtitle ? (l(), u("p", Qm, p(t.subtitle), 1)) : g("", !0)
|
|
11005
11012
|
])
|
|
11006
11013
|
])
|
|
11007
11014
|
])) : g("", !0),
|
|
11008
|
-
i("div",
|
|
11015
|
+
i("div", Zm, [
|
|
11009
11016
|
A(o)
|
|
11010
11017
|
]),
|
|
11011
|
-
e.$slots["card-footer"] ? (l(), u("div",
|
|
11018
|
+
e.$slots["card-footer"] ? (l(), u("div", eg, [
|
|
11012
11019
|
P(e.$slots, "card-footer")
|
|
11013
11020
|
])) : g("", !0)
|
|
11014
11021
|
]),
|
|
11015
|
-
e.$slots.links ? (l(), u("div",
|
|
11022
|
+
e.$slots.links ? (l(), u("div", tg, [
|
|
11016
11023
|
P(e.$slots, "links")
|
|
11017
11024
|
])) : g("", !0)
|
|
11018
11025
|
])
|
|
11019
11026
|
])
|
|
11020
11027
|
]),
|
|
11021
|
-
i("div",
|
|
11022
|
-
i("div",
|
|
11023
|
-
i("div",
|
|
11024
|
-
i("div",
|
|
11025
|
-
i("div",
|
|
11026
|
-
i("div",
|
|
11028
|
+
i("div", ag, [
|
|
11029
|
+
i("div", ng, [
|
|
11030
|
+
i("div", rg, [
|
|
11031
|
+
i("div", sg, p(t.companyName), 1),
|
|
11032
|
+
i("div", lg, p(t.companyType), 1),
|
|
11033
|
+
i("div", og, p(t.companyTagline), 1)
|
|
11027
11034
|
]),
|
|
11028
|
-
i("div",
|
|
11035
|
+
i("div", ig, p(t.companyInitials), 1)
|
|
11029
11036
|
]),
|
|
11030
|
-
i("div",
|
|
11037
|
+
i("div", ug, [
|
|
11031
11038
|
i("div", null, p(t.appName) + " (" + p(t.appVersion) + ")", 1),
|
|
11032
11039
|
i("div", null, p(t.copyright), 1)
|
|
11033
11040
|
])
|
|
11034
11041
|
]),
|
|
11035
|
-
i("div",
|
|
11036
|
-
(l(!0), u(
|
|
11042
|
+
i("div", dg, [
|
|
11043
|
+
(l(!0), u(K, null, J(t.socialLinks, (c) => (l(), u("a", {
|
|
11037
11044
|
key: c.name,
|
|
11038
11045
|
href: c.url,
|
|
11039
11046
|
class: f([
|
|
@@ -11044,14 +11051,14 @@ function cg(e, a, t, n, r, s) {
|
|
|
11044
11051
|
A(d, {
|
|
11045
11052
|
icon: ["fab", c.icon]
|
|
11046
11053
|
}, null, 8, ["icon"])
|
|
11047
|
-
], 10,
|
|
11054
|
+
], 10, cg))), 128))
|
|
11048
11055
|
])
|
|
11049
11056
|
], 4);
|
|
11050
11057
|
}
|
|
11051
|
-
const
|
|
11058
|
+
const mg = /* @__PURE__ */ yt(Em, [["render", fg]]), gg = { class: "min-h-screen bg-gray-50" }, vg = { class: "flex-1" }, bg = {
|
|
11052
11059
|
key: 0,
|
|
11053
11060
|
class: "bg-white border-b border-gray-200"
|
|
11054
|
-
},
|
|
11061
|
+
}, hg = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4" }, yg = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8" }, pg = {
|
|
11055
11062
|
__name: "DefaultLayout",
|
|
11056
11063
|
props: {
|
|
11057
11064
|
navigationItems: {
|
|
@@ -11075,31 +11082,31 @@ const fg = /* @__PURE__ */ yt(Nm, [["render", cg]]), mg = { class: "min-h-screen
|
|
|
11075
11082
|
setup(e) {
|
|
11076
11083
|
return (a, t) => {
|
|
11077
11084
|
const n = oe("Logo"), r = oe("MainNavigation"), s = oe("Button"), o = oe("Header"), d = oe("Breadcrumb"), c = oe("Text"), v = oe("Footer");
|
|
11078
|
-
return l(), u("div",
|
|
11085
|
+
return l(), u("div", gg, [
|
|
11079
11086
|
A(o, null, {
|
|
11080
|
-
logo:
|
|
11087
|
+
logo: M(() => [
|
|
11081
11088
|
P(a.$slots, "logo", {}, () => [
|
|
11082
11089
|
A(n)
|
|
11083
11090
|
])
|
|
11084
11091
|
]),
|
|
11085
|
-
navigation:
|
|
11092
|
+
navigation: M(() => [
|
|
11086
11093
|
P(a.$slots, "navigation", {}, () => [
|
|
11087
11094
|
A(r, { items: e.navigationItems }, null, 8, ["items"])
|
|
11088
11095
|
])
|
|
11089
11096
|
]),
|
|
11090
|
-
actions:
|
|
11097
|
+
actions: M(() => [
|
|
11091
11098
|
P(a.$slots, "header-actions", {}, () => [
|
|
11092
11099
|
A(s, {
|
|
11093
11100
|
variant: "ghost",
|
|
11094
11101
|
size: "sm"
|
|
11095
11102
|
}, {
|
|
11096
|
-
default:
|
|
11103
|
+
default: M(() => [...t[0] || (t[0] = [
|
|
11097
11104
|
G("Sign In", -1)
|
|
11098
11105
|
])]),
|
|
11099
11106
|
_: 1
|
|
11100
11107
|
}),
|
|
11101
11108
|
A(s, { size: "sm" }, {
|
|
11102
|
-
default:
|
|
11109
|
+
default: M(() => [...t[1] || (t[1] = [
|
|
11103
11110
|
G("Get Started", -1)
|
|
11104
11111
|
])]),
|
|
11105
11112
|
_: 1
|
|
@@ -11108,24 +11115,24 @@ const fg = /* @__PURE__ */ yt(Nm, [["render", cg]]), mg = { class: "min-h-screen
|
|
|
11108
11115
|
]),
|
|
11109
11116
|
_: 3
|
|
11110
11117
|
}),
|
|
11111
|
-
i("main",
|
|
11112
|
-
e.showBreadcrumb ? (l(), u("div",
|
|
11113
|
-
i("div",
|
|
11118
|
+
i("main", vg, [
|
|
11119
|
+
e.showBreadcrumb ? (l(), u("div", bg, [
|
|
11120
|
+
i("div", hg, [
|
|
11114
11121
|
P(a.$slots, "breadcrumb", {}, () => [
|
|
11115
11122
|
A(d, { items: e.breadcrumbItems }, null, 8, ["items"])
|
|
11116
11123
|
])
|
|
11117
11124
|
])
|
|
11118
11125
|
])) : g("", !0),
|
|
11119
|
-
i("div",
|
|
11126
|
+
i("div", yg, [
|
|
11120
11127
|
P(a.$slots, "default")
|
|
11121
11128
|
])
|
|
11122
11129
|
]),
|
|
11123
11130
|
A(v, null, {
|
|
11124
|
-
brand:
|
|
11131
|
+
brand: M(() => [
|
|
11125
11132
|
P(a.$slots, "footer-brand", {}, () => [
|
|
11126
11133
|
A(n, { class: "mb-4" }),
|
|
11127
11134
|
A(c, { class: "text-gray-600 max-w-md" }, {
|
|
11128
|
-
default:
|
|
11135
|
+
default: M(() => [...t[2] || (t[2] = [
|
|
11129
11136
|
G(" Your application description goes here. ", -1)
|
|
11130
11137
|
])]),
|
|
11131
11138
|
_: 1
|
|
@@ -11137,7 +11144,7 @@ const fg = /* @__PURE__ */ yt(Nm, [["render", cg]]), mg = { class: "min-h-screen
|
|
|
11137
11144
|
]);
|
|
11138
11145
|
};
|
|
11139
11146
|
}
|
|
11140
|
-
},
|
|
11147
|
+
}, xg = {
|
|
11141
11148
|
name: "ErrorLayout",
|
|
11142
11149
|
props: {
|
|
11143
11150
|
errorType: {
|
|
@@ -11360,7 +11367,7 @@ const fg = /* @__PURE__ */ yt(Nm, [["render", cg]]), mg = { class: "min-h-screen
|
|
|
11360
11367
|
"text-6xl font-bold text-slate-300 mb-4"
|
|
11361
11368
|
]), ae = m(() => [
|
|
11362
11369
|
"text-3xl font-bold text-slate-900"
|
|
11363
|
-
]),
|
|
11370
|
+
]), E = m(() => [
|
|
11364
11371
|
"text-lg text-slate-600 max-w-lg mx-auto"
|
|
11365
11372
|
]), ee = m(() => [
|
|
11366
11373
|
"mt-8"
|
|
@@ -11397,26 +11404,26 @@ const fg = /* @__PURE__ */ yt(Nm, [["render", cg]]), mg = { class: "min-h-screen
|
|
|
11397
11404
|
detailsClasses: O,
|
|
11398
11405
|
codeClasses: U,
|
|
11399
11406
|
titleClasses: ae,
|
|
11400
|
-
messageClasses:
|
|
11407
|
+
messageClasses: E,
|
|
11401
11408
|
actionsClasses: ee,
|
|
11402
11409
|
additionalInfoClasses: le,
|
|
11403
11410
|
helpClasses: ye
|
|
11404
11411
|
};
|
|
11405
11412
|
}
|
|
11406
|
-
},
|
|
11413
|
+
}, wg = { class: "flex justify-center" }, kg = { class: "flex items-center gap-3" }, Sg = { class: "text-2xl font-bold text-slate-900" }, Cg = {
|
|
11407
11414
|
key: 1,
|
|
11408
11415
|
class: "bg-red-100 border border-red-200 rounded-lg p-4 mx-auto max-w-md mb-6"
|
|
11409
|
-
},
|
|
11416
|
+
}, $g = { class: "flex flex-col sm:flex-row gap-4 justify-center" }, zg = ["disabled"], Ag = {
|
|
11410
11417
|
key: 0,
|
|
11411
11418
|
class: "animate-spin"
|
|
11412
|
-
},
|
|
11419
|
+
}, Ig = { key: 1 }, Pg = ["disabled"], Tg = { key: 0 }, jg = { key: 1 }, Bg = {
|
|
11413
11420
|
key: 0,
|
|
11414
11421
|
class: "mt-8 max-w-md mx-auto"
|
|
11415
|
-
},
|
|
11422
|
+
}, Og = { class: "bg-white rounded-lg border border-slate-200 shadow-sm p-6" }, Lg = { class: "text-lg font-semibold text-slate-900 mb-4" }, Fg = { class: "space-y-3" }, Vg = { class: "text-sm text-slate-600" }, Ng = ["href"], Eg = {
|
|
11416
11423
|
key: 5,
|
|
11417
11424
|
class: "text-xs text-slate-400 font-mono mt-4"
|
|
11418
11425
|
};
|
|
11419
|
-
function
|
|
11426
|
+
function Mg(e, a, t, n, r, s) {
|
|
11420
11427
|
return l(), u("div", {
|
|
11421
11428
|
class: f(n.layoutClasses)
|
|
11422
11429
|
}, [
|
|
@@ -11436,13 +11443,13 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11436
11443
|
class: f(n.headerClasses)
|
|
11437
11444
|
}, [
|
|
11438
11445
|
P(e.$slots, "header", {}, () => [
|
|
11439
|
-
i("div",
|
|
11446
|
+
i("div", wg, [
|
|
11440
11447
|
P(e.$slots, "logo", {}, () => [
|
|
11441
|
-
i("div",
|
|
11448
|
+
i("div", kg, [
|
|
11442
11449
|
a[5] || (a[5] = i("div", { class: "w-10 h-10 bg-blue-600 rounded-xl flex items-center justify-center" }, [
|
|
11443
11450
|
i("span", { class: "text-white font-bold text-lg" }, "STL")
|
|
11444
11451
|
], -1)),
|
|
11445
|
-
i("span",
|
|
11452
|
+
i("span", Sg, p(t.brandName), 1)
|
|
11446
11453
|
])
|
|
11447
11454
|
])
|
|
11448
11455
|
])
|
|
@@ -11488,7 +11495,7 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11488
11495
|
])
|
|
11489
11496
|
], 2)
|
|
11490
11497
|
], 2),
|
|
11491
|
-
n.isOnline ? g("", !0) : (l(), u("div",
|
|
11498
|
+
n.isOnline ? g("", !0) : (l(), u("div", Cg, [...a[6] || (a[6] = [
|
|
11492
11499
|
i("div", { class: "flex items-center justify-center gap-2 text-red-700" }, [
|
|
11493
11500
|
i("span", { class: "w-3 h-3 bg-red-500 rounded-full animate-pulse" }),
|
|
11494
11501
|
i("span", { class: "font-medium" }, "No Internet Connection")
|
|
@@ -11499,7 +11506,7 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11499
11506
|
class: f(n.actionsClasses)
|
|
11500
11507
|
}, [
|
|
11501
11508
|
P(e.$slots, "actions", {}, () => [
|
|
11502
|
-
i("div",
|
|
11509
|
+
i("div", $g, [
|
|
11503
11510
|
t.showHomeButton ? (l(), u("button", {
|
|
11504
11511
|
key: 0,
|
|
11505
11512
|
onClick: a[0] || (a[0] = (...o) => n.goHome && n.goHome(...o)),
|
|
@@ -11522,18 +11529,18 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11522
11529
|
disabled: n.isRetrying || !n.isOnline,
|
|
11523
11530
|
class: "border border-slate-300 text-slate-700 px-6 py-3 rounded-lg font-medium hover:bg-slate-50 transition-colors flex items-center justify-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed"
|
|
11524
11531
|
}, [
|
|
11525
|
-
n.isRetrying ? (l(), u("span",
|
|
11532
|
+
n.isRetrying ? (l(), u("span", Ag, "↻")) : (l(), u("span", Ig, "🔄")),
|
|
11526
11533
|
G(" " + p(n.isRetrying ? "Retrying..." : t.retryButtonText), 1)
|
|
11527
|
-
], 8,
|
|
11534
|
+
], 8, zg)) : g("", !0),
|
|
11528
11535
|
t.showSupportButton ? (l(), u("button", {
|
|
11529
11536
|
key: 3,
|
|
11530
11537
|
onClick: a[3] || (a[3] = (o) => e.$emit("contact-support")),
|
|
11531
11538
|
disabled: n.reportSent,
|
|
11532
11539
|
class: "bg-slate-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-slate-700 transition-colors flex items-center justify-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed"
|
|
11533
11540
|
}, [
|
|
11534
|
-
n.reportSent ? (l(), u("span",
|
|
11541
|
+
n.reportSent ? (l(), u("span", Tg, "✓")) : (l(), u("span", jg, "📝")),
|
|
11535
11542
|
G(" " + p(n.reportSent ? "Report Sent" : "Contact Support"), 1)
|
|
11536
|
-
], 8,
|
|
11543
|
+
], 8, Pg)) : g("", !0)
|
|
11537
11544
|
])
|
|
11538
11545
|
])
|
|
11539
11546
|
], 2)) : g("", !0),
|
|
@@ -11542,11 +11549,11 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11542
11549
|
class: f(n.additionalInfoClasses)
|
|
11543
11550
|
}, [
|
|
11544
11551
|
P(e.$slots, "additional-info", {}, () => [
|
|
11545
|
-
n.additionalInfoConfig ? (l(), u("div",
|
|
11546
|
-
i("div",
|
|
11547
|
-
i("h3",
|
|
11548
|
-
i("ul",
|
|
11549
|
-
(l(!0), u(
|
|
11552
|
+
n.additionalInfoConfig ? (l(), u("div", Bg, [
|
|
11553
|
+
i("div", Og, [
|
|
11554
|
+
i("h3", Lg, p(n.additionalInfoConfig.title), 1),
|
|
11555
|
+
i("ul", Fg, [
|
|
11556
|
+
(l(!0), u(K, null, J(n.additionalInfoConfig.items, (o, d) => (l(), u("li", {
|
|
11550
11557
|
key: d,
|
|
11551
11558
|
class: "flex items-start gap-3 text-sm text-slate-600"
|
|
11552
11559
|
}, [
|
|
@@ -11565,7 +11572,7 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11565
11572
|
class: f(n.helpClasses)
|
|
11566
11573
|
}, [
|
|
11567
11574
|
P(e.$slots, "help", {}, () => [
|
|
11568
|
-
i("p",
|
|
11575
|
+
i("p", Vg, [
|
|
11569
11576
|
G(p(t.helpText) + " ", 1),
|
|
11570
11577
|
t.supportUrl ? (l(), u("a", {
|
|
11571
11578
|
key: 0,
|
|
@@ -11574,16 +11581,16 @@ function Eg(e, a, t, n, r, s) {
|
|
|
11574
11581
|
}, [...a[8] || (a[8] = [
|
|
11575
11582
|
i("span", { class: "inline-block w-4 h-4 mr-1" }, "❓", -1),
|
|
11576
11583
|
G(" Get Help ", -1)
|
|
11577
|
-
])], 8,
|
|
11584
|
+
])], 8, Ng)) : g("", !0)
|
|
11578
11585
|
])
|
|
11579
11586
|
])
|
|
11580
11587
|
], 2)) : g("", !0),
|
|
11581
|
-
n.isDev ? (l(), u("div",
|
|
11588
|
+
n.isDev ? (l(), u("div", Eg, " Error ID: " + p(n.errorId), 1)) : g("", !0)
|
|
11582
11589
|
], 2)
|
|
11583
11590
|
], 2)
|
|
11584
11591
|
], 2);
|
|
11585
11592
|
}
|
|
11586
|
-
const
|
|
11593
|
+
const _g = /* @__PURE__ */ yt(xg, [["render", Mg]]), Da = {
|
|
11587
11594
|
Avatar: Oo,
|
|
11588
11595
|
Badge: Fo,
|
|
11589
11596
|
Button: xe,
|
|
@@ -11647,13 +11654,13 @@ const Mg = /* @__PURE__ */ yt(pg, [["render", Eg]]), Da = {
|
|
|
11647
11654
|
DataTableToolBar: xf,
|
|
11648
11655
|
Footer: If,
|
|
11649
11656
|
Header: om,
|
|
11650
|
-
Sidebar:
|
|
11651
|
-
Timeline:
|
|
11652
|
-
TimelineItem:
|
|
11653
|
-
AuthLayout:
|
|
11654
|
-
DefaultLayout:
|
|
11655
|
-
ErrorLayout:
|
|
11656
|
-
},
|
|
11657
|
+
Sidebar: Tm,
|
|
11658
|
+
Timeline: jm,
|
|
11659
|
+
TimelineItem: Nm,
|
|
11660
|
+
AuthLayout: mg,
|
|
11661
|
+
DefaultLayout: pg,
|
|
11662
|
+
ErrorLayout: _g
|
|
11663
|
+
}, Hg = {
|
|
11657
11664
|
install(e, a = {}) {
|
|
11658
11665
|
const { prefix: t = "" } = a;
|
|
11659
11666
|
Object.keys(Da).forEach((n) => {
|
|
@@ -11666,7 +11673,7 @@ export {
|
|
|
11666
11673
|
Gd as Accordion,
|
|
11667
11674
|
Kd as AccordionItem,
|
|
11668
11675
|
Mi as Alert,
|
|
11669
|
-
|
|
11676
|
+
mg as AuthLayout,
|
|
11670
11677
|
Oo as Avatar,
|
|
11671
11678
|
Fo as Badge,
|
|
11672
11679
|
Ri as Breadcrumb,
|
|
@@ -11688,11 +11695,11 @@ export {
|
|
|
11688
11695
|
tr as DataTableRow,
|
|
11689
11696
|
xf as DataTableToolBar,
|
|
11690
11697
|
lu as DatePicker,
|
|
11691
|
-
|
|
11698
|
+
pg as DefaultLayout,
|
|
11692
11699
|
qo as Divider,
|
|
11693
11700
|
iu as Dropdown,
|
|
11694
11701
|
du as DropdownItem,
|
|
11695
|
-
|
|
11702
|
+
_g as ErrorLayout,
|
|
11696
11703
|
xu as FileUpload,
|
|
11697
11704
|
If as Footer,
|
|
11698
11705
|
Au as FormField,
|
|
@@ -11717,7 +11724,7 @@ export {
|
|
|
11717
11724
|
We as STLLoader,
|
|
11718
11725
|
zd as Search,
|
|
11719
11726
|
sa as Select,
|
|
11720
|
-
|
|
11727
|
+
Tm as Sidebar,
|
|
11721
11728
|
Td as Slider,
|
|
11722
11729
|
Xn as Spinner,
|
|
11723
11730
|
Bd as Stepper,
|
|
@@ -11727,13 +11734,13 @@ export {
|
|
|
11727
11734
|
Rd as TabPanel,
|
|
11728
11735
|
vi as Text,
|
|
11729
11736
|
hi as Textarea,
|
|
11730
|
-
|
|
11731
|
-
|
|
11737
|
+
jm as Timeline,
|
|
11738
|
+
Nm as TimelineItem,
|
|
11732
11739
|
cd as Toast,
|
|
11733
11740
|
yi as Tooltip,
|
|
11734
11741
|
Wt as Typography,
|
|
11735
11742
|
x as cn,
|
|
11736
|
-
|
|
11743
|
+
Hg as default,
|
|
11737
11744
|
_a as toast,
|
|
11738
11745
|
nd as useToaster
|
|
11739
11746
|
};
|