@stlhorizon/vue-ui 1.4.0 → 1.4.1
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 +326 -324
- package/dist/index.js +6 -6
- package/dist/src/components/Modal.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6476,7 +6476,7 @@ const G = {
|
|
|
6476
6476
|
_: 3
|
|
6477
6477
|
}, 8, ["href", "class", "disabled"]));
|
|
6478
6478
|
}
|
|
6479
|
-
}, wu = { class: "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-
|
|
6479
|
+
}, wu = { class: "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-neutral-200 dark:border-neutral-800 bg-white dark:bg-neutral-950 p-6 shadow-xl duration-200 sm:rounded-lg" }, ku = { class: "text-neutral-900 dark:text-neutral-50" }, Su = {
|
|
6480
6480
|
__name: "Modal",
|
|
6481
6481
|
props: {
|
|
6482
6482
|
modelValue: Boolean,
|
|
@@ -6517,14 +6517,14 @@ const G = {
|
|
|
6517
6517
|
default: B(() => [
|
|
6518
6518
|
e.modelValue ? (o(), d("div", {
|
|
6519
6519
|
key: 0,
|
|
6520
|
-
class: "fixed inset-0 z-50 bg-
|
|
6520
|
+
class: "fixed inset-0 z-50 bg-neutral-900/40 backdrop-blur-sm",
|
|
6521
6521
|
onClick: s
|
|
6522
6522
|
}, [
|
|
6523
6523
|
u("div", wu, [
|
|
6524
6524
|
e.showClose ? (o(), d("button", {
|
|
6525
6525
|
key: 0,
|
|
6526
6526
|
onClick: r,
|
|
6527
|
-
class: "absolute right-4 top-4 rounded-sm
|
|
6527
|
+
class: "absolute right-4 top-4 rounded-sm text-neutral-500 hover:text-neutral-900 dark:text-neutral-400 dark:hover:text-neutral-100 transition-colors focus:outline-none focus:ring-2 focus:ring-neutral-900 dark:focus:ring-neutral-300 focus:ring-offset-2 focus:ring-offset-white dark:focus:ring-offset-neutral-950"
|
|
6528
6528
|
}, [
|
|
6529
6529
|
j(G, {
|
|
6530
6530
|
icon: "x",
|
|
@@ -6532,7 +6532,9 @@ const G = {
|
|
|
6532
6532
|
}),
|
|
6533
6533
|
i[0] || (i[0] = u("span", { class: "sr-only" }, "Close", -1))
|
|
6534
6534
|
])) : p("", !0),
|
|
6535
|
-
|
|
6535
|
+
u("div", ku, [
|
|
6536
|
+
$(l.$slots, "default")
|
|
6537
|
+
])
|
|
6536
6538
|
])
|
|
6537
6539
|
])) : p("", !0)
|
|
6538
6540
|
]),
|
|
@@ -6540,26 +6542,26 @@ const G = {
|
|
|
6540
6542
|
})
|
|
6541
6543
|
]));
|
|
6542
6544
|
}
|
|
6543
|
-
},
|
|
6545
|
+
}, Cu = { class: "flex flex-col space-y-1.5 text-center sm:text-left" }, $u = {
|
|
6544
6546
|
key: 0,
|
|
6545
6547
|
class: "text-lg font-semibold leading-none tracking-tight"
|
|
6546
|
-
},
|
|
6548
|
+
}, zu = {
|
|
6547
6549
|
key: 1,
|
|
6548
6550
|
class: "text-sm text-muted-foreground"
|
|
6549
|
-
},
|
|
6551
|
+
}, Au = {
|
|
6550
6552
|
__name: "ModalHeader",
|
|
6551
6553
|
props: {
|
|
6552
6554
|
title: String,
|
|
6553
6555
|
description: String
|
|
6554
6556
|
},
|
|
6555
6557
|
setup(e) {
|
|
6556
|
-
return (a, t) => (o(), d("div",
|
|
6557
|
-
e.title ? (o(), d("h2",
|
|
6558
|
-
e.description ? (o(), d("p",
|
|
6558
|
+
return (a, t) => (o(), d("div", Cu, [
|
|
6559
|
+
e.title ? (o(), d("h2", $u, x(e.title), 1)) : p("", !0),
|
|
6560
|
+
e.description ? (o(), d("p", zu, x(e.description), 1)) : p("", !0),
|
|
6559
6561
|
$(a.$slots, "default")
|
|
6560
6562
|
]));
|
|
6561
6563
|
}
|
|
6562
|
-
},
|
|
6564
|
+
}, Iu = {
|
|
6563
6565
|
__name: "ModalBody",
|
|
6564
6566
|
props: {
|
|
6565
6567
|
variant: {
|
|
@@ -6585,7 +6587,7 @@ const G = {
|
|
|
6585
6587
|
$(r.$slots, "default")
|
|
6586
6588
|
], 2));
|
|
6587
6589
|
}
|
|
6588
|
-
},
|
|
6590
|
+
}, Pu = {
|
|
6589
6591
|
__name: "ModalFooter",
|
|
6590
6592
|
props: {
|
|
6591
6593
|
variant: {
|
|
@@ -6611,13 +6613,13 @@ const G = {
|
|
|
6611
6613
|
$(r.$slots, "default")
|
|
6612
6614
|
], 2));
|
|
6613
6615
|
}
|
|
6614
|
-
},
|
|
6616
|
+
}, Tu = ["aria-live"], ju = { class: "flex items-start space-x-3" }, Bu = {
|
|
6615
6617
|
key: 0,
|
|
6616
6618
|
class: "flex-shrink-0"
|
|
6617
|
-
},
|
|
6619
|
+
}, Ou = { class: "flex-1 min-w-0" }, Vu = {
|
|
6618
6620
|
key: 0,
|
|
6619
6621
|
class: "text-sm font-medium"
|
|
6620
|
-
},
|
|
6622
|
+
}, Fu = {
|
|
6621
6623
|
__name: "Notification",
|
|
6622
6624
|
props: {
|
|
6623
6625
|
title: String,
|
|
@@ -6693,15 +6695,15 @@ const G = {
|
|
|
6693
6695
|
role: "alert",
|
|
6694
6696
|
"aria-live": e.variant === "destructive" ? "assertive" : "polite"
|
|
6695
6697
|
}, [
|
|
6696
|
-
u("div",
|
|
6697
|
-
e.showIcon ? (o(), d("div",
|
|
6698
|
+
u("div", ju, [
|
|
6699
|
+
e.showIcon ? (o(), d("div", Bu, [
|
|
6698
6700
|
j(G, {
|
|
6699
6701
|
name: v.value,
|
|
6700
6702
|
class: m(h.value)
|
|
6701
6703
|
}, null, 8, ["name", "class"])
|
|
6702
6704
|
])) : p("", !0),
|
|
6703
|
-
u("div",
|
|
6704
|
-
e.title ? (o(), d("div",
|
|
6705
|
+
u("div", Ou, [
|
|
6706
|
+
e.title ? (o(), d("div", Vu, x(e.title), 1)) : p("", !0),
|
|
6705
6707
|
e.message ? (o(), d("div", {
|
|
6706
6708
|
key: 1,
|
|
6707
6709
|
class: m(["text-sm", { "mt-1": e.title }])
|
|
@@ -6719,23 +6721,23 @@ const G = {
|
|
|
6719
6721
|
})
|
|
6720
6722
|
])) : p("", !0)
|
|
6721
6723
|
])
|
|
6722
|
-
], 10,
|
|
6724
|
+
], 10, Tu)) : p("", !0)
|
|
6723
6725
|
]),
|
|
6724
6726
|
_: 3
|
|
6725
6727
|
}));
|
|
6726
6728
|
}
|
|
6727
6729
|
}, We = M([]);
|
|
6728
|
-
let
|
|
6729
|
-
const
|
|
6730
|
+
let Eu = 0;
|
|
6731
|
+
const Nu = {
|
|
6730
6732
|
duration: 2e3,
|
|
6731
6733
|
position: "top-center",
|
|
6732
6734
|
dismissible: !0,
|
|
6733
6735
|
closeButton: !1
|
|
6734
|
-
},
|
|
6735
|
-
const t =
|
|
6736
|
+
}, _u = () => `toast-${++Eu}-${Date.now()}`, pe = (e, a = {}) => {
|
|
6737
|
+
const t = _u(), n = {
|
|
6736
6738
|
id: t,
|
|
6737
6739
|
message: e,
|
|
6738
|
-
...
|
|
6740
|
+
...Nu,
|
|
6739
6741
|
...a,
|
|
6740
6742
|
createdAt: Date.now()
|
|
6741
6743
|
};
|
|
@@ -6795,20 +6797,20 @@ const Eu = {
|
|
|
6795
6797
|
component: Ma(e)
|
|
6796
6798
|
})
|
|
6797
6799
|
}
|
|
6798
|
-
),
|
|
6800
|
+
), Du = () => ({
|
|
6799
6801
|
toasts: We,
|
|
6800
6802
|
dismiss: Le,
|
|
6801
6803
|
dismissAll: Gn
|
|
6802
|
-
}),
|
|
6804
|
+
}), Mu = ["aria-live"], Lu = { class: "flex-1 grid gap-1" }, Ru = {
|
|
6803
6805
|
key: 0,
|
|
6804
6806
|
class: "text-lg font-extrabold"
|
|
6805
|
-
},
|
|
6807
|
+
}, Hu = {
|
|
6806
6808
|
key: 1,
|
|
6807
6809
|
class: "text-md opacity-90"
|
|
6808
|
-
},
|
|
6810
|
+
}, Wu = {
|
|
6809
6811
|
key: 2,
|
|
6810
6812
|
class: "text-md opacity-90"
|
|
6811
|
-
},
|
|
6813
|
+
}, qu = ["onClick"], Uu = ["onClick"], Yu = {
|
|
6812
6814
|
__name: "Toast",
|
|
6813
6815
|
props: {
|
|
6814
6816
|
position: {
|
|
@@ -6845,7 +6847,7 @@ const Eu = {
|
|
|
6845
6847
|
}
|
|
6846
6848
|
},
|
|
6847
6849
|
setup(e) {
|
|
6848
|
-
const a = e, { toasts: t, dismiss: n } =
|
|
6850
|
+
const a = e, { toasts: t, dismiss: n } = Du(), r = {
|
|
6849
6851
|
"top-left": "top-0 left-0 flex-col",
|
|
6850
6852
|
"top-center": "top-0 left-1/2 -translate-x-1/2 flex-col",
|
|
6851
6853
|
"top-right": "top-0 right-0 flex-col",
|
|
@@ -6917,10 +6919,10 @@ const Eu = {
|
|
|
6917
6919
|
icon: h(g),
|
|
6918
6920
|
class: m([S(g), "h-4 w-4 shrink-0"])
|
|
6919
6921
|
}, null, 8, ["icon", "class"])) : p("", !0),
|
|
6920
|
-
u("div",
|
|
6921
|
-
g.title ? (o(), d("div",
|
|
6922
|
-
g.message ? (o(), d("div",
|
|
6923
|
-
g.description ? (o(), d("div",
|
|
6922
|
+
u("div", Lu, [
|
|
6923
|
+
g.title ? (o(), d("div", Ru, x(g.title), 1)) : p("", !0),
|
|
6924
|
+
g.message ? (o(), d("div", Hu, x(g.message), 1)) : p("", !0),
|
|
6925
|
+
g.description ? (o(), d("div", Wu, x(g.description), 1)) : p("", !0),
|
|
6924
6926
|
g.component ? (o(), N(ie(g.component), Re({
|
|
6925
6927
|
key: 3,
|
|
6926
6928
|
ref_for: !0
|
|
@@ -6930,7 +6932,7 @@ const Eu = {
|
|
|
6930
6932
|
key: 1,
|
|
6931
6933
|
onClick: g.action.onClick,
|
|
6932
6934
|
class: "inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-xs font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
|
|
6933
|
-
}, x(g.action.label), 9,
|
|
6935
|
+
}, x(g.action.label), 9, qu)) : p("", !0),
|
|
6934
6936
|
T(g) ? (o(), d("button", {
|
|
6935
6937
|
key: 2,
|
|
6936
6938
|
onClick: (b) => _(n)(g.id),
|
|
@@ -6940,33 +6942,33 @@ const Eu = {
|
|
|
6940
6942
|
icon: "x",
|
|
6941
6943
|
class: "h-4 w-4"
|
|
6942
6944
|
})
|
|
6943
|
-
], 8,
|
|
6944
|
-
], 10,
|
|
6945
|
+
], 8, Uu)) : p("", !0)
|
|
6946
|
+
], 10, Mu))), 128))
|
|
6945
6947
|
]),
|
|
6946
6948
|
_: 1
|
|
6947
6949
|
})
|
|
6948
6950
|
], 2)
|
|
6949
6951
|
]));
|
|
6950
6952
|
}
|
|
6951
|
-
},
|
|
6953
|
+
}, Gu = { class: "relative" }, Ku = { class: "absolute left-3 top-1/2 transform -translate-y-1/2 pointer-events-none" }, Xu = ["value", "placeholder", "disabled"], Ju = {
|
|
6952
6954
|
key: 0,
|
|
6953
6955
|
class: "absolute right-3 top-1/2 transform -translate-y-1/2"
|
|
6954
|
-
},
|
|
6956
|
+
}, Qu = ["aria-label"], Zu = {
|
|
6955
6957
|
key: 1,
|
|
6956
6958
|
class: "animate-spin"
|
|
6957
|
-
},
|
|
6959
|
+
}, ec = {
|
|
6958
6960
|
key: 0,
|
|
6959
6961
|
class: "max-h-64 overflow-y-auto"
|
|
6960
|
-
},
|
|
6962
|
+
}, tc = ["onClick", "onMouseenter"], ac = { class: "flex-1 text-left" }, nc = ["innerHTML"], rc = ["innerHTML"], sc = {
|
|
6961
6963
|
key: 1,
|
|
6962
6964
|
class: "text-xs text-slate-400 ml-3"
|
|
6963
|
-
},
|
|
6965
|
+
}, lc = {
|
|
6964
6966
|
key: 1,
|
|
6965
6967
|
class: "px-4 py-3 text-sm text-slate-500 text-center"
|
|
6966
|
-
},
|
|
6968
|
+
}, oc = {
|
|
6967
6969
|
key: 2,
|
|
6968
6970
|
class: "border-t border-slate-200 p-2"
|
|
6969
|
-
},
|
|
6971
|
+
}, ic = {
|
|
6970
6972
|
__name: "Search",
|
|
6971
6973
|
props: {
|
|
6972
6974
|
modelValue: { type: String, default: "" },
|
|
@@ -7080,8 +7082,8 @@ const Eu = {
|
|
|
7080
7082
|
ref_key: "searchRef",
|
|
7081
7083
|
ref: i
|
|
7082
7084
|
}, [
|
|
7083
|
-
u("div",
|
|
7084
|
-
u("div",
|
|
7085
|
+
u("div", Gu, [
|
|
7086
|
+
u("div", Ku, [
|
|
7085
7087
|
j(t, {
|
|
7086
7088
|
class: m(ae.value)
|
|
7087
7089
|
}, null, 8, ["class"])
|
|
@@ -7097,8 +7099,8 @@ const Eu = {
|
|
|
7097
7099
|
onFocus: T,
|
|
7098
7100
|
onBlur: z,
|
|
7099
7101
|
onKeydown: b
|
|
7100
|
-
}, null, 42,
|
|
7101
|
-
e.modelValue || e.loading ? (o(), d("div",
|
|
7102
|
+
}, null, 42, Xu),
|
|
7103
|
+
e.modelValue || e.loading ? (o(), d("div", Ju, [
|
|
7102
7104
|
!e.loading && e.clearable ? (o(), d("button", {
|
|
7103
7105
|
key: 0,
|
|
7104
7106
|
onClick: w,
|
|
@@ -7106,7 +7108,7 @@ const Eu = {
|
|
|
7106
7108
|
"aria-label": e.clearLabel
|
|
7107
7109
|
}, [
|
|
7108
7110
|
j(n, { class: "w-4 h-4" })
|
|
7109
|
-
], 8,
|
|
7111
|
+
], 8, Qu)) : e.loading ? (o(), d("div", Zu, [
|
|
7110
7112
|
j(r, { class: "w-4 h-4 text-slate-400" })
|
|
7111
7113
|
])) : p("", !0)
|
|
7112
7114
|
])) : p("", !0)
|
|
@@ -7124,7 +7126,7 @@ const Eu = {
|
|
|
7124
7126
|
key: 0,
|
|
7125
7127
|
class: m(oe.value)
|
|
7126
7128
|
}, [
|
|
7127
|
-
e.results.length > 0 ? (o(), d("div",
|
|
7129
|
+
e.results.length > 0 ? (o(), d("div", ec, [
|
|
7128
7130
|
(o(!0), d(Y, null, K(e.results, (Z, U) => (o(), d("button", {
|
|
7129
7131
|
key: Z.id || U,
|
|
7130
7132
|
class: m(q(U)),
|
|
@@ -7135,21 +7137,21 @@ const Eu = {
|
|
|
7135
7137
|
key: 0,
|
|
7136
7138
|
class: "w-4 h-4 mr-3 flex-shrink-0"
|
|
7137
7139
|
})) : p("", !0),
|
|
7138
|
-
u("div",
|
|
7140
|
+
u("div", ac, [
|
|
7139
7141
|
u("div", {
|
|
7140
7142
|
class: "font-medium text-slate-900",
|
|
7141
7143
|
innerHTML: y(Z.title)
|
|
7142
|
-
}, null, 8,
|
|
7144
|
+
}, null, 8, nc),
|
|
7143
7145
|
Z.description ? (o(), d("div", {
|
|
7144
7146
|
key: 0,
|
|
7145
7147
|
class: "text-sm text-slate-500 truncate",
|
|
7146
7148
|
innerHTML: y(Z.description)
|
|
7147
|
-
}, null, 8,
|
|
7149
|
+
}, null, 8, rc)) : p("", !0)
|
|
7148
7150
|
]),
|
|
7149
|
-
Z.category ? (o(), d("div",
|
|
7150
|
-
], 42,
|
|
7151
|
-
])) : e.showNoResults ? (o(), d("div",
|
|
7152
|
-
O.$slots.footer ? (o(), d("div",
|
|
7151
|
+
Z.category ? (o(), d("div", sc, x(Z.category), 1)) : p("", !0)
|
|
7152
|
+
], 42, tc))), 128))
|
|
7153
|
+
])) : e.showNoResults ? (o(), d("div", lc, x(e.noResultsText), 1)) : p("", !0),
|
|
7154
|
+
O.$slots.footer ? (o(), d("div", oc, [
|
|
7153
7155
|
$(O.$slots, "footer")
|
|
7154
7156
|
])) : p("", !0)
|
|
7155
7157
|
], 2)) : p("", !0)
|
|
@@ -7158,7 +7160,7 @@ const Eu = {
|
|
|
7158
7160
|
})
|
|
7159
7161
|
], 512));
|
|
7160
7162
|
}
|
|
7161
|
-
},
|
|
7163
|
+
}, uc = { class: "w-full" }, cc = ["min", "max", "step"], dc = { class: "flex justify-between text-xs text-slate-500 mt-1" }, fc = {
|
|
7162
7164
|
__name: "Slider",
|
|
7163
7165
|
props: {
|
|
7164
7166
|
modelValue: { type: Number, default: 0 },
|
|
@@ -7175,7 +7177,7 @@ const Eu = {
|
|
|
7175
7177
|
const s = () => {
|
|
7176
7178
|
n("update:modelValue", Number(r.value));
|
|
7177
7179
|
};
|
|
7178
|
-
return (l, i) => (o(), d("div",
|
|
7180
|
+
return (l, i) => (o(), d("div", uc, [
|
|
7179
7181
|
it(u("input", {
|
|
7180
7182
|
type: "range",
|
|
7181
7183
|
min: e.min,
|
|
@@ -7184,27 +7186,27 @@ const Eu = {
|
|
|
7184
7186
|
"onUpdate:modelValue": i[0] || (i[0] = (c) => r.value = c),
|
|
7185
7187
|
onInput: s,
|
|
7186
7188
|
class: "w-full accent-blue-500 cursor-pointer"
|
|
7187
|
-
}, null, 40,
|
|
7189
|
+
}, null, 40, cc), [
|
|
7188
7190
|
[La, r.value]
|
|
7189
7191
|
]),
|
|
7190
|
-
u("div",
|
|
7192
|
+
u("div", dc, [
|
|
7191
7193
|
u("span", null, x(e.min), 1),
|
|
7192
7194
|
u("span", null, x(r.value), 1),
|
|
7193
7195
|
u("span", null, x(e.max), 1)
|
|
7194
7196
|
])
|
|
7195
7197
|
]));
|
|
7196
7198
|
}
|
|
7197
|
-
},
|
|
7199
|
+
}, mc = { class: "flex items-center space-x-4" }, vc = {
|
|
7198
7200
|
__name: "Stepper",
|
|
7199
7201
|
setup(e) {
|
|
7200
|
-
return (a, t) => (o(), d("div",
|
|
7202
|
+
return (a, t) => (o(), d("div", mc, [
|
|
7201
7203
|
$(a.$slots, "default")
|
|
7202
7204
|
]));
|
|
7203
7205
|
}
|
|
7204
|
-
},
|
|
7206
|
+
}, gc = { class: "flex items-center" }, hc = { class: "ml-2" }, bc = { class: "font-medium" }, pc = {
|
|
7205
7207
|
key: 0,
|
|
7206
7208
|
class: "text-sm text-slate-400"
|
|
7207
|
-
},
|
|
7209
|
+
}, yc = {
|
|
7208
7210
|
__name: "StepperItem",
|
|
7209
7211
|
props: {
|
|
7210
7212
|
step: { type: Number, required: !0 },
|
|
@@ -7214,7 +7216,7 @@ const Eu = {
|
|
|
7214
7216
|
completed: { type: Boolean, default: !1 }
|
|
7215
7217
|
},
|
|
7216
7218
|
setup(e) {
|
|
7217
|
-
return (a, t) => (o(), d("div",
|
|
7219
|
+
return (a, t) => (o(), d("div", gc, [
|
|
7218
7220
|
u("div", {
|
|
7219
7221
|
class: m([
|
|
7220
7222
|
"flex items-center justify-center w-8 h-8 rounded-full border-2",
|
|
@@ -7223,13 +7225,13 @@ const Eu = {
|
|
|
7223
7225
|
}, [
|
|
7224
7226
|
u("span", null, x(e.step), 1)
|
|
7225
7227
|
], 2),
|
|
7226
|
-
u("div",
|
|
7227
|
-
u("div",
|
|
7228
|
-
e.description ? (o(), d("div",
|
|
7228
|
+
u("div", hc, [
|
|
7229
|
+
u("div", bc, x(e.title), 1),
|
|
7230
|
+
e.description ? (o(), d("div", pc, x(e.description), 1)) : p("", !0)
|
|
7229
7231
|
])
|
|
7230
7232
|
]));
|
|
7231
7233
|
}
|
|
7232
|
-
},
|
|
7234
|
+
}, xc = { class: "flex border-b border-slate-200" }, wc = ["onClick"], kc = { class: "p-4" }, Sc = {
|
|
7233
7235
|
__name: "Tab",
|
|
7234
7236
|
props: {
|
|
7235
7237
|
defaultIndex: { type: Number, default: 0 }
|
|
@@ -7243,7 +7245,7 @@ const Eu = {
|
|
|
7243
7245
|
tabs: n,
|
|
7244
7246
|
registerTab: (s) => (n.value.push({ label: s }), n.value.length - 1)
|
|
7245
7247
|
}), (s, l) => (o(), d("div", null, [
|
|
7246
|
-
u("div",
|
|
7248
|
+
u("div", xc, [
|
|
7247
7249
|
(o(!0), d(Y, null, K(n.value, (i, c) => (o(), d("button", {
|
|
7248
7250
|
key: c,
|
|
7249
7251
|
onClick: (v) => r(c),
|
|
@@ -7251,14 +7253,14 @@ const Eu = {
|
|
|
7251
7253
|
"px-4 py-2 -mb-px border-b-2 font-medium text-sm transition-colors",
|
|
7252
7254
|
t.value === c ? "border-blue-500 text-blue-600" : "border-transparent text-slate-500 hover:text-slate-700 hover:border-slate-300"
|
|
7253
7255
|
])
|
|
7254
|
-
}, x(i.label), 11,
|
|
7256
|
+
}, x(i.label), 11, wc))), 128))
|
|
7255
7257
|
]),
|
|
7256
|
-
u("div",
|
|
7258
|
+
u("div", kc, [
|
|
7257
7259
|
$(s.$slots, "default")
|
|
7258
7260
|
])
|
|
7259
7261
|
]));
|
|
7260
7262
|
}
|
|
7261
|
-
},
|
|
7263
|
+
}, Cc = {
|
|
7262
7264
|
__name: "TabPanel",
|
|
7263
7265
|
props: {
|
|
7264
7266
|
label: { type: String, required: !0 }
|
|
@@ -7275,7 +7277,7 @@ const Eu = {
|
|
|
7275
7277
|
[Ra, r.value]
|
|
7276
7278
|
]);
|
|
7277
7279
|
}
|
|
7278
|
-
},
|
|
7280
|
+
}, $c = ["aria-expanded", "aria-controls", "id", "onClick"], zc = { class: "flex items-center flex-1 min-w-0" }, Ac = { class: "flex-1 text-left" }, Ic = ["id", "aria-labelledby"], Pc = ["innerHTML"], Tc = {
|
|
7279
7281
|
__name: "Accordion",
|
|
7280
7282
|
props: {
|
|
7281
7283
|
items: {
|
|
@@ -7431,12 +7433,12 @@ const Eu = {
|
|
|
7431
7433
|
id: `header-${O.id || E}`,
|
|
7432
7434
|
onClick: (Z) => l(E)
|
|
7433
7435
|
}, [
|
|
7434
|
-
u("div",
|
|
7436
|
+
u("div", zc, [
|
|
7435
7437
|
O.icon ? (o(), N(ie(O.icon), {
|
|
7436
7438
|
key: 0,
|
|
7437
7439
|
class: m(R.value)
|
|
7438
7440
|
}, null, 8, ["class"])) : p("", !0),
|
|
7439
|
-
u("div",
|
|
7441
|
+
u("div", Ac, [
|
|
7440
7442
|
u("h3", {
|
|
7441
7443
|
class: m(I.value)
|
|
7442
7444
|
}, x(O.title), 3),
|
|
@@ -7451,7 +7453,7 @@ const Eu = {
|
|
|
7451
7453
|
}, [
|
|
7452
7454
|
j(t, { class: "w-5 h-5 transition-transform duration-200" })
|
|
7453
7455
|
], 2)
|
|
7454
|
-
], 10,
|
|
7456
|
+
], 10, $c),
|
|
7455
7457
|
j(he, {
|
|
7456
7458
|
"enter-active-class": "transition-all duration-300 ease-out",
|
|
7457
7459
|
"enter-from-class": "opacity-0 max-h-0",
|
|
@@ -7475,16 +7477,16 @@ const Eu = {
|
|
|
7475
7477
|
O.content ? (o(), d("div", {
|
|
7476
7478
|
key: 0,
|
|
7477
7479
|
innerHTML: O.content
|
|
7478
|
-
}, null, 8,
|
|
7480
|
+
}, null, 8, Pc)) : p("", !0)
|
|
7479
7481
|
])
|
|
7480
|
-
], 10,
|
|
7482
|
+
], 10, Ic)) : p("", !0)
|
|
7481
7483
|
]),
|
|
7482
7484
|
_: 2
|
|
7483
7485
|
}, 1024)
|
|
7484
7486
|
], 2))), 128))
|
|
7485
7487
|
], 2));
|
|
7486
7488
|
}
|
|
7487
|
-
},
|
|
7489
|
+
}, jc = {
|
|
7488
7490
|
__name: "AccordionItem",
|
|
7489
7491
|
props: {
|
|
7490
7492
|
variant: {
|
|
@@ -7576,7 +7578,7 @@ const Eu = {
|
|
|
7576
7578
|
})
|
|
7577
7579
|
], 2));
|
|
7578
7580
|
}
|
|
7579
|
-
},
|
|
7581
|
+
}, Bc = { class: "w-full max-w-md bg-white border rounded-xl shadow-sm p-4" }, Oc = { class: "flex items-center justify-between mb-4" }, Vc = { class: "text-lg font-semibold text-slate-900" }, Fc = { class: "grid grid-cols-7 text-center text-sm font-medium text-slate-500 mb-2" }, Ec = { class: "grid grid-cols-7 gap-y-2 text-center" }, Nc = {
|
|
7580
7582
|
__name: "Calendar",
|
|
7581
7583
|
emits: ["update:modelValue"],
|
|
7582
7584
|
setup(e) {
|
|
@@ -7606,8 +7608,8 @@ const Eu = {
|
|
|
7606
7608
|
function w(g) {
|
|
7607
7609
|
r.value = new Date(n.value, t.value, g), emit("update:modelValue", r.value);
|
|
7608
7610
|
}
|
|
7609
|
-
return (g, b) => (o(), d("div",
|
|
7610
|
-
u("div",
|
|
7611
|
+
return (g, b) => (o(), d("div", Bc, [
|
|
7612
|
+
u("div", Oc, [
|
|
7611
7613
|
j(ue, {
|
|
7612
7614
|
class: "p-2 rounded-lg hover:bg-slate-100",
|
|
7613
7615
|
onClick: S,
|
|
@@ -7621,7 +7623,7 @@ const Eu = {
|
|
|
7621
7623
|
]),
|
|
7622
7624
|
_: 1
|
|
7623
7625
|
}),
|
|
7624
|
-
u("div",
|
|
7626
|
+
u("div", Vc, x(l.value) + " " + x(n.value), 1),
|
|
7625
7627
|
j(ue, {
|
|
7626
7628
|
class: "p-2 rounded-lg hover:bg-slate-100",
|
|
7627
7629
|
onClick: A,
|
|
@@ -7636,10 +7638,10 @@ const Eu = {
|
|
|
7636
7638
|
_: 1
|
|
7637
7639
|
})
|
|
7638
7640
|
]),
|
|
7639
|
-
u("div",
|
|
7641
|
+
u("div", Fc, [
|
|
7640
7642
|
(o(), d(Y, null, K(s, (y) => u("div", { key: y }, x(y), 1)), 64))
|
|
7641
7643
|
]),
|
|
7642
|
-
u("div",
|
|
7644
|
+
u("div", Ec, [
|
|
7643
7645
|
(o(!0), d(Y, null, K(v.value, (y) => (o(), d("div", {
|
|
7644
7646
|
key: "prev-" + y,
|
|
7645
7647
|
class: "text-slate-400 text-sm"
|
|
@@ -7665,7 +7667,7 @@ const Eu = {
|
|
|
7665
7667
|
])
|
|
7666
7668
|
]));
|
|
7667
7669
|
}
|
|
7668
|
-
},
|
|
7670
|
+
}, _c = { class: "flex items-start justify-between" }, Dc = {
|
|
7669
7671
|
key: 0,
|
|
7670
7672
|
class: "flex items-center gap-2"
|
|
7671
7673
|
}, Kn = {
|
|
@@ -7745,7 +7747,7 @@ const Eu = {
|
|
|
7745
7747
|
class: m(s.value)
|
|
7746
7748
|
}, [
|
|
7747
7749
|
$(c.$slots, "header", {}, () => [
|
|
7748
|
-
u("div",
|
|
7750
|
+
u("div", _c, [
|
|
7749
7751
|
u("div", null, [
|
|
7750
7752
|
e.title ? (o(), N(_t, {
|
|
7751
7753
|
key: 0,
|
|
@@ -7766,7 +7768,7 @@ const Eu = {
|
|
|
7766
7768
|
_: 1
|
|
7767
7769
|
}, 8, ["class"])) : p("", !0)
|
|
7768
7770
|
]),
|
|
7769
|
-
c.$slots.filters ? (o(), d("div",
|
|
7771
|
+
c.$slots.filters ? (o(), d("div", Dc, [
|
|
7770
7772
|
$(c.$slots, "filters")
|
|
7771
7773
|
])) : p("", !0)
|
|
7772
7774
|
])
|
|
@@ -7952,19 +7954,19 @@ const Eu = {
|
|
|
7952
7954
|
], 2)) : p("", !0)
|
|
7953
7955
|
], 2));
|
|
7954
7956
|
}
|
|
7955
|
-
},
|
|
7957
|
+
}, Mc = { class: "flex items-center justify-between" }, Lc = {
|
|
7956
7958
|
key: 0,
|
|
7957
7959
|
class: "text-sm text-slate-600"
|
|
7958
|
-
},
|
|
7960
|
+
}, Rc = {
|
|
7959
7961
|
key: 1,
|
|
7960
7962
|
class: "text-sm text-slate-600"
|
|
7961
|
-
},
|
|
7963
|
+
}, Hc = {
|
|
7962
7964
|
key: 2,
|
|
7963
7965
|
class: "flex items-center gap-4"
|
|
7964
|
-
},
|
|
7966
|
+
}, Wc = {
|
|
7965
7967
|
key: 3,
|
|
7966
7968
|
class: "flex items-center gap-4"
|
|
7967
|
-
},
|
|
7969
|
+
}, qc = { class: "flex items-center gap-2" }, Uc = { class: "flex items-center gap-1" }, Yc = ["disabled"], Gc = ["disabled"], Kc = { class: "flex items-center gap-1" }, Xc = ["onClick"], Jc = ["disabled"], Qc = ["disabled"], Zc = { class: "text-sm text-slate-600 ml-4" }, Jn = {
|
|
7968
7970
|
__name: "DataTablePagination",
|
|
7969
7971
|
props: {
|
|
7970
7972
|
currentPage: {
|
|
@@ -8105,13 +8107,13 @@ const Eu = {
|
|
|
8105
8107
|
key: 0,
|
|
8106
8108
|
class: m(h.value)
|
|
8107
8109
|
}, [
|
|
8108
|
-
u("div",
|
|
8109
|
-
e.selectable && e.selectedCount > 0 ? (o(), d("div",
|
|
8110
|
-
z.$slots.footer ? (o(), d("div",
|
|
8110
|
+
u("div", Mc, [
|
|
8111
|
+
e.selectable && e.selectedCount > 0 ? (o(), d("div", Lc, x(e.selectedCount) + " of " + x(e.total) + " selected ", 1)) : (o(), d("div", Rc, " Showing " + x(i.value) + " to " + x(c.value) + " of " + x(e.total) + " entries ", 1)),
|
|
8112
|
+
z.$slots.footer ? (o(), d("div", Hc, [
|
|
8111
8113
|
$(z.$slots, "footer")
|
|
8112
8114
|
])) : p("", !0),
|
|
8113
|
-
e.showPagination ? (o(), d("div",
|
|
8114
|
-
u("div",
|
|
8115
|
+
e.showPagination ? (o(), d("div", Wc, [
|
|
8116
|
+
u("div", qc, [
|
|
8115
8117
|
j(Un, {
|
|
8116
8118
|
for: "pageSize",
|
|
8117
8119
|
class: m(S.value),
|
|
@@ -8138,7 +8140,7 @@ const Eu = {
|
|
|
8138
8140
|
_: 1
|
|
8139
8141
|
}, 8, ["model-value", "class"])
|
|
8140
8142
|
]),
|
|
8141
|
-
u("div",
|
|
8143
|
+
u("div", Uc, [
|
|
8142
8144
|
u("button", {
|
|
8143
8145
|
disabled: e.currentPage === 1,
|
|
8144
8146
|
onClick: w[1] || (w[1] = (g) => z.$emit("update:currentPage", 1)),
|
|
@@ -8158,7 +8160,7 @@ const Eu = {
|
|
|
8158
8160
|
d: "m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"
|
|
8159
8161
|
})
|
|
8160
8162
|
], -1)
|
|
8161
|
-
])], 10,
|
|
8163
|
+
])], 10, Yc),
|
|
8162
8164
|
u("button", {
|
|
8163
8165
|
disabled: e.currentPage === 1,
|
|
8164
8166
|
onClick: w[2] || (w[2] = (g) => z.$emit("update:currentPage", e.currentPage - 1)),
|
|
@@ -8178,13 +8180,13 @@ const Eu = {
|
|
|
8178
8180
|
d: "M15.75 19.5L8.25 12l7.5-7.5"
|
|
8179
8181
|
})
|
|
8180
8182
|
], -1)
|
|
8181
|
-
])], 10,
|
|
8182
|
-
u("div",
|
|
8183
|
+
])], 10, Gc),
|
|
8184
|
+
u("div", Kc, [
|
|
8183
8185
|
(o(!0), d(Y, null, K(v.value, (g) => (o(), d("button", {
|
|
8184
8186
|
key: g,
|
|
8185
8187
|
onClick: (b) => z.$emit("update:currentPage", g),
|
|
8186
8188
|
class: m(T(g === e.currentPage, !1))
|
|
8187
|
-
}, x(g), 11,
|
|
8189
|
+
}, x(g), 11, Xc))), 128))
|
|
8188
8190
|
]),
|
|
8189
8191
|
u("button", {
|
|
8190
8192
|
disabled: e.currentPage === e.totalPages,
|
|
@@ -8205,7 +8207,7 @@ const Eu = {
|
|
|
8205
8207
|
d: "m8.25 4.5 7.5 7.5-7.5 7.5"
|
|
8206
8208
|
})
|
|
8207
8209
|
], -1)
|
|
8208
|
-
])], 10,
|
|
8210
|
+
])], 10, Jc),
|
|
8209
8211
|
u("button", {
|
|
8210
8212
|
disabled: e.currentPage === e.totalPages,
|
|
8211
8213
|
onClick: w[4] || (w[4] = (g) => z.$emit("update:currentPage", e.totalPages)),
|
|
@@ -8225,17 +8227,17 @@ const Eu = {
|
|
|
8225
8227
|
d: "m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"
|
|
8226
8228
|
})
|
|
8227
8229
|
], -1)
|
|
8228
|
-
])], 10,
|
|
8230
|
+
])], 10, Qc)
|
|
8229
8231
|
]),
|
|
8230
|
-
u("div",
|
|
8232
|
+
u("div", Zc, " Page " + x(e.currentPage) + " of " + x(e.totalPages), 1)
|
|
8231
8233
|
])) : p("", !0)
|
|
8232
8234
|
])
|
|
8233
8235
|
], 2)) : p("", !0);
|
|
8234
8236
|
}
|
|
8235
|
-
},
|
|
8237
|
+
}, ed = { class: "overflow-x-auto" }, td = ["onClick"], ad = { class: "flex items-center gap-2" }, nd = {
|
|
8236
8238
|
key: 0,
|
|
8237
8239
|
class: "flex flex-col"
|
|
8238
|
-
},
|
|
8240
|
+
}, rd = { key: 0 }, sd = ["colspan"], ld = { class: "text-center py-8" }, od = { class: "text-slate-500" }, id = {
|
|
8239
8241
|
__name: "DataTable",
|
|
8240
8242
|
props: {
|
|
8241
8243
|
data: {
|
|
@@ -8472,7 +8474,7 @@ const Eu = {
|
|
|
8472
8474
|
]),
|
|
8473
8475
|
_: 3
|
|
8474
8476
|
}, 8, ["title", "description", "variant", "padding"])) : p("", !0),
|
|
8475
|
-
u("div",
|
|
8477
|
+
u("div", ed, [
|
|
8476
8478
|
u("table", {
|
|
8477
8479
|
class: m(O.value)
|
|
8478
8480
|
}, [
|
|
@@ -8495,9 +8497,9 @@ const Eu = {
|
|
|
8495
8497
|
class: m(U(J)),
|
|
8496
8498
|
onClick: (be) => oe(J)
|
|
8497
8499
|
}, [
|
|
8498
|
-
u("div",
|
|
8500
|
+
u("div", ad, [
|
|
8499
8501
|
u("span", null, x(J.label), 1),
|
|
8500
|
-
J.sortable ? (o(), d("div",
|
|
8502
|
+
J.sortable ? (o(), d("div", nd, [
|
|
8501
8503
|
(o(), d("svg", {
|
|
8502
8504
|
class: m([ee(J, "asc"), "w-3 h-3 transition-colors"]),
|
|
8503
8505
|
fill: "none",
|
|
@@ -8526,7 +8528,7 @@ const Eu = {
|
|
|
8526
8528
|
])], 2))
|
|
8527
8529
|
])) : p("", !0)
|
|
8528
8530
|
])
|
|
8529
|
-
], 10,
|
|
8531
|
+
], 10, td))), 128)),
|
|
8530
8532
|
V.$slots.actions ? (o(), d("th", {
|
|
8531
8533
|
key: 1,
|
|
8532
8534
|
class: m(se.value)
|
|
@@ -8562,13 +8564,13 @@ const Eu = {
|
|
|
8562
8564
|
])
|
|
8563
8565
|
}))
|
|
8564
8566
|
]), 1032, ["item", "columns", "index", "selectable", "is-selected", "striped", "hoverable", "clickable-rows", "density"]))), 128)),
|
|
8565
|
-
z.value.length === 0 ? (o(), d("tr",
|
|
8567
|
+
z.value.length === 0 ? (o(), d("tr", rd, [
|
|
8566
8568
|
u("td", {
|
|
8567
8569
|
colspan: w.value,
|
|
8568
8570
|
class: m(Te.value)
|
|
8569
8571
|
}, [
|
|
8570
8572
|
$(V.$slots, "empty", {}, () => [
|
|
8571
|
-
u("div",
|
|
8573
|
+
u("div", ld, [
|
|
8572
8574
|
H[4] || (H[4] = u("div", { class: "text-slate-400 mb-2" }, [
|
|
8573
8575
|
u("svg", {
|
|
8574
8576
|
class: "w-12 h-12 mx-auto",
|
|
@@ -8584,10 +8586,10 @@ const Eu = {
|
|
|
8584
8586
|
})
|
|
8585
8587
|
])
|
|
8586
8588
|
], -1)),
|
|
8587
|
-
u("p",
|
|
8589
|
+
u("p", od, x(e.emptyText), 1)
|
|
8588
8590
|
])
|
|
8589
8591
|
])
|
|
8590
|
-
], 10,
|
|
8592
|
+
], 10, sd)
|
|
8591
8593
|
])) : p("", !0)
|
|
8592
8594
|
], 2)
|
|
8593
8595
|
], 2)
|
|
@@ -8613,7 +8615,7 @@ const Eu = {
|
|
|
8613
8615
|
}, 8, ["current-page", "total-pages", "total", "page-size", "show-pagination", "selectable", "selected-count", "variant", "padding"])) : p("", !0)
|
|
8614
8616
|
], 2));
|
|
8615
8617
|
}
|
|
8616
|
-
},
|
|
8618
|
+
}, ud = {
|
|
8617
8619
|
__name: "DataTableCell",
|
|
8618
8620
|
props: {
|
|
8619
8621
|
item: {
|
|
@@ -8701,16 +8703,16 @@ const Eu = {
|
|
|
8701
8703
|
])
|
|
8702
8704
|
], 2));
|
|
8703
8705
|
}
|
|
8704
|
-
},
|
|
8706
|
+
}, cd = { class: "flex-1 min-w-64" }, dd = { class: "relative" }, fd = {
|
|
8705
8707
|
key: 0,
|
|
8706
8708
|
class: "min-w-32"
|
|
8707
|
-
},
|
|
8709
|
+
}, md = ["value"], vd = {
|
|
8708
8710
|
key: 1,
|
|
8709
8711
|
class: "flex items-center gap-2"
|
|
8710
|
-
},
|
|
8712
|
+
}, gd = {
|
|
8711
8713
|
key: 2,
|
|
8712
8714
|
class: "flex items-center gap-2"
|
|
8713
|
-
},
|
|
8715
|
+
}, hd = { class: "flex items-center gap-2 ml-auto" }, bd = { class: "flex items-center gap-2 flex-wrap" }, pd = {
|
|
8714
8716
|
__name: "DataTableFilters",
|
|
8715
8717
|
props: {
|
|
8716
8718
|
searchQuery: {
|
|
@@ -8908,8 +8910,8 @@ const Eu = {
|
|
|
8908
8910
|
u("div", {
|
|
8909
8911
|
class: m(h.value)
|
|
8910
8912
|
}, [
|
|
8911
|
-
u("div",
|
|
8912
|
-
u("div",
|
|
8913
|
+
u("div", cd, [
|
|
8914
|
+
u("div", dd, [
|
|
8913
8915
|
j(Z, {
|
|
8914
8916
|
icon: "magnifying-glass",
|
|
8915
8917
|
class: m(S.value)
|
|
@@ -8935,7 +8937,7 @@ const Eu = {
|
|
|
8935
8937
|
}, 8, ["class"])) : p("", !0)
|
|
8936
8938
|
])
|
|
8937
8939
|
]),
|
|
8938
|
-
e.statusOptions.length > 0 ? (o(), d("div",
|
|
8940
|
+
e.statusOptions.length > 0 ? (o(), d("div", fd, [
|
|
8939
8941
|
j(ea, {
|
|
8940
8942
|
"model-value": e.selectedStatus,
|
|
8941
8943
|
onChange: E[2] || (E[2] = (U) => O.$emit("update:selectedStatus", U.target.value)),
|
|
@@ -8946,12 +8948,12 @@ const Eu = {
|
|
|
8946
8948
|
(o(!0), d(Y, null, K(e.statusOptions, (U) => (o(), d("option", {
|
|
8947
8949
|
key: U.value,
|
|
8948
8950
|
value: U.value
|
|
8949
|
-
}, x(U.label), 9,
|
|
8951
|
+
}, x(U.label), 9, md))), 128))
|
|
8950
8952
|
]),
|
|
8951
8953
|
_: 1
|
|
8952
8954
|
}, 8, ["model-value", "class"])
|
|
8953
8955
|
])) : p("", !0),
|
|
8954
|
-
e.showDateFilter ? (o(), d("div",
|
|
8956
|
+
e.showDateFilter ? (o(), d("div", vd, [
|
|
8955
8957
|
j(et, {
|
|
8956
8958
|
type: "date",
|
|
8957
8959
|
"model-value": e.dateFrom,
|
|
@@ -8968,10 +8970,10 @@ const Eu = {
|
|
|
8968
8970
|
class: m(w.value)
|
|
8969
8971
|
}, null, 8, ["model-value", "class"])
|
|
8970
8972
|
])) : p("", !0),
|
|
8971
|
-
O.$slots.filters ? (o(), d("div",
|
|
8973
|
+
O.$slots.filters ? (o(), d("div", gd, [
|
|
8972
8974
|
$(O.$slots, "filters")
|
|
8973
8975
|
])) : p("", !0),
|
|
8974
|
-
u("div",
|
|
8976
|
+
u("div", hd, [
|
|
8975
8977
|
c.value ? (o(), N(ue, {
|
|
8976
8978
|
key: 0,
|
|
8977
8979
|
onClick: q,
|
|
@@ -9010,7 +9012,7 @@ const Eu = {
|
|
|
9010
9012
|
key: 0,
|
|
9011
9013
|
class: m(D.value)
|
|
9012
9014
|
}, [
|
|
9013
|
-
u("div",
|
|
9015
|
+
u("div", bd, [
|
|
9014
9016
|
u("span", {
|
|
9015
9017
|
class: m(R.value)
|
|
9016
9018
|
}, "Active filters:", 2),
|
|
@@ -9037,16 +9039,16 @@ const Eu = {
|
|
|
9037
9039
|
]);
|
|
9038
9040
|
};
|
|
9039
9041
|
}
|
|
9040
|
-
},
|
|
9042
|
+
}, yd = { class: "flex items-center gap-3" }, xd = {
|
|
9041
9043
|
key: 0,
|
|
9042
9044
|
class: "flex items-center gap-3"
|
|
9043
|
-
},
|
|
9045
|
+
}, wd = { class: "text-sm text-slate-600" }, kd = { class: "flex items-center gap-2" }, Sd = { class: "flex items-center gap-3" }, Cd = ["onClick", "title"], $d = {
|
|
9044
9046
|
key: 1,
|
|
9045
9047
|
class: "relative"
|
|
9046
|
-
},
|
|
9048
|
+
}, zd = { class: "p-3" }, Ad = { class: "space-y-1" }, Id = { class: "flex items-center gap-2 cursor-pointer w-full" }, Pd = ["checked", "onChange"], Td = ["disabled"], jd = {
|
|
9047
9049
|
key: 3,
|
|
9048
9050
|
class: "flex items-center gap-2"
|
|
9049
|
-
},
|
|
9051
|
+
}, Bd = [
|
|
9050
9052
|
{
|
|
9051
9053
|
key: "delete",
|
|
9052
9054
|
label: "Delete",
|
|
@@ -9063,13 +9065,13 @@ const Eu = {
|
|
|
9063
9065
|
},
|
|
9064
9066
|
variant: "primary"
|
|
9065
9067
|
}
|
|
9066
|
-
],
|
|
9068
|
+
], Od = {
|
|
9067
9069
|
name: "DataTableToolBar"
|
|
9068
|
-
},
|
|
9070
|
+
}, Vd = /* @__PURE__ */ Object.assign(Od, {
|
|
9069
9071
|
props: {
|
|
9070
9072
|
selectedItems: { type: Array, default: () => [] },
|
|
9071
9073
|
totalItems: { type: Number, default: 0 },
|
|
9072
|
-
bulkActions: { type: Array, default: () =>
|
|
9074
|
+
bulkActions: { type: Array, default: () => Bd },
|
|
9073
9075
|
showDensityToggle: { type: Boolean, default: !0 },
|
|
9074
9076
|
showColumnToggle: { type: Boolean, default: !0 },
|
|
9075
9077
|
showRefresh: { type: Boolean, default: !0 },
|
|
@@ -9195,10 +9197,10 @@ const Eu = {
|
|
|
9195
9197
|
return o(), d("div", {
|
|
9196
9198
|
class: m(T.value)
|
|
9197
9199
|
}, [
|
|
9198
|
-
u("div",
|
|
9199
|
-
i.value > 0 ? (o(), d("div",
|
|
9200
|
-
u("span",
|
|
9201
|
-
u("div",
|
|
9200
|
+
u("div", yd, [
|
|
9201
|
+
i.value > 0 ? (o(), d("div", xd, [
|
|
9202
|
+
u("span", wd, x(i.value) + " selected ", 1),
|
|
9203
|
+
u("div", kd, [
|
|
9202
9204
|
(o(!0), d(Y, null, K(e.bulkActions, (ee) => (o(), N(ue, {
|
|
9203
9205
|
key: ee.key,
|
|
9204
9206
|
onClick: (V) => Q.$emit("bulk-action", { action: ee.key, items: e.selectedItems }),
|
|
@@ -9220,7 +9222,7 @@ const Eu = {
|
|
|
9220
9222
|
class: m(z.value)
|
|
9221
9223
|
}, x(e.totalItems) + " " + x(e.totalItems === 1 ? "item" : "items"), 3)) : p("", !0)
|
|
9222
9224
|
]),
|
|
9223
|
-
u("div",
|
|
9225
|
+
u("div", Sd, [
|
|
9224
9226
|
e.showDensityToggle ? (o(), d("div", {
|
|
9225
9227
|
key: 0,
|
|
9226
9228
|
class: m(w.value)
|
|
@@ -9236,9 +9238,9 @@ const Eu = {
|
|
|
9236
9238
|
icon: ee.icon,
|
|
9237
9239
|
class: "w-4 h-4"
|
|
9238
9240
|
}, null, 8, ["icon"])
|
|
9239
|
-
], 10,
|
|
9241
|
+
], 10, Cd)), 64))
|
|
9240
9242
|
], 2)) : p("", !0),
|
|
9241
|
-
e.showColumnToggle ? (o(), d("div",
|
|
9243
|
+
e.showColumnToggle ? (o(), d("div", $d, [
|
|
9242
9244
|
u("button", {
|
|
9243
9245
|
onClick: aa(oe, ["stop"]),
|
|
9244
9246
|
class: m(g.value),
|
|
@@ -9259,22 +9261,22 @@ const Eu = {
|
|
|
9259
9261
|
onClick: se[0] || (se[0] = aa(() => {
|
|
9260
9262
|
}, ["stop"]))
|
|
9261
9263
|
}, [
|
|
9262
|
-
u("div",
|
|
9264
|
+
u("div", zd, [
|
|
9263
9265
|
u("div", {
|
|
9264
9266
|
class: m(y.value)
|
|
9265
9267
|
}, " Show Columns ", 2),
|
|
9266
|
-
u("div",
|
|
9268
|
+
u("div", Ad, [
|
|
9267
9269
|
(o(!0), d(Y, null, K(e.toggleableColumns, (ee) => (o(), d("div", {
|
|
9268
9270
|
key: ee.key,
|
|
9269
9271
|
class: m(I.value)
|
|
9270
9272
|
}, [
|
|
9271
|
-
u("label",
|
|
9273
|
+
u("label", Id, [
|
|
9272
9274
|
u("input", {
|
|
9273
9275
|
type: "checkbox",
|
|
9274
9276
|
checked: Z(ee.key),
|
|
9275
9277
|
onChange: (V) => U(ee.key, V.target.checked),
|
|
9276
9278
|
class: m(D.value)
|
|
9277
|
-
}, null, 42,
|
|
9279
|
+
}, null, 42, Pd),
|
|
9278
9280
|
u("span", {
|
|
9279
9281
|
class: m(R.value)
|
|
9280
9282
|
}, x(ee.label), 3)
|
|
@@ -9298,15 +9300,15 @@ const Eu = {
|
|
|
9298
9300
|
class: m(E())
|
|
9299
9301
|
}, null, 8, ["class"]),
|
|
9300
9302
|
se[3] || (se[3] = u("span", null, "Refresh", -1))
|
|
9301
|
-
], 10,
|
|
9302
|
-
Q.$slots.actions ? (o(), d("div",
|
|
9303
|
+
], 10, Td)) : p("", !0),
|
|
9304
|
+
Q.$slots.actions ? (o(), d("div", jd, [
|
|
9303
9305
|
$(Q.$slots, "actions")
|
|
9304
9306
|
])) : p("", !0)
|
|
9305
9307
|
])
|
|
9306
9308
|
], 2);
|
|
9307
9309
|
};
|
|
9308
9310
|
}
|
|
9309
|
-
}),
|
|
9311
|
+
}), Fd = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12" }, Ed = { class: "grid grid-cols-1 md:grid-cols-4 gap-8" }, Nd = { class: "col-span-1 md:col-span-2" }, _d = { class: "space-y-2" }, Dd = { class: "flex space-x-4" }, Md = { class: "flex flex-col md:flex-row justify-between items-center" }, Ld = { class: "flex space-x-6 mt-4 md:mt-0" }, Rd = {
|
|
9310
9312
|
__name: "Footer",
|
|
9311
9313
|
props: {
|
|
9312
9314
|
className: {
|
|
@@ -9320,9 +9322,9 @@ const Eu = {
|
|
|
9320
9322
|
return o(), d("footer", {
|
|
9321
9323
|
class: m(_(k)("bg-gray-50 border-t border-gray-200", e.className))
|
|
9322
9324
|
}, [
|
|
9323
|
-
u("div",
|
|
9324
|
-
u("div",
|
|
9325
|
-
u("div",
|
|
9325
|
+
u("div", Fd, [
|
|
9326
|
+
u("div", Ed, [
|
|
9327
|
+
u("div", Nd, [
|
|
9326
9328
|
$(a.$slots, "brand", {}, () => [
|
|
9327
9329
|
j(n, { class: "mb-4" }),
|
|
9328
9330
|
j(r, { class: "text-gray-600 max-w-md" }, {
|
|
@@ -9344,7 +9346,7 @@ const Eu = {
|
|
|
9344
9346
|
])]),
|
|
9345
9347
|
_: 1
|
|
9346
9348
|
}),
|
|
9347
|
-
u("div",
|
|
9349
|
+
u("div", _d, [
|
|
9348
9350
|
j(l, {
|
|
9349
9351
|
href: "#",
|
|
9350
9352
|
class: "block text-gray-600 hover:text-gray-900"
|
|
@@ -9386,7 +9388,7 @@ const Eu = {
|
|
|
9386
9388
|
])]),
|
|
9387
9389
|
_: 1
|
|
9388
9390
|
}),
|
|
9389
|
-
u("div",
|
|
9391
|
+
u("div", Dd, [
|
|
9390
9392
|
j(l, {
|
|
9391
9393
|
href: "#",
|
|
9392
9394
|
class: "text-gray-600 hover:text-gray-900"
|
|
@@ -9416,7 +9418,7 @@ const Eu = {
|
|
|
9416
9418
|
])
|
|
9417
9419
|
]),
|
|
9418
9420
|
j(c, { class: "my-8" }),
|
|
9419
|
-
u("div",
|
|
9421
|
+
u("div", Md, [
|
|
9420
9422
|
$(a.$slots, "copyright", {}, () => [
|
|
9421
9423
|
j(r, { class: "text-gray-600" }, {
|
|
9422
9424
|
default: B(() => [
|
|
@@ -9426,7 +9428,7 @@ const Eu = {
|
|
|
9426
9428
|
})
|
|
9427
9429
|
]),
|
|
9428
9430
|
$(a.$slots, "legal", {}, () => [
|
|
9429
|
-
u("div",
|
|
9431
|
+
u("div", Ld, [
|
|
9430
9432
|
j(l, {
|
|
9431
9433
|
href: "#",
|
|
9432
9434
|
class: "text-gray-600 hover:text-gray-900"
|
|
@@ -9452,19 +9454,19 @@ const Eu = {
|
|
|
9452
9454
|
], 2);
|
|
9453
9455
|
};
|
|
9454
9456
|
}
|
|
9455
|
-
},
|
|
9457
|
+
}, Hd = { class: "flex items-center justify-between h-16 px-6" }, Wd = { class: "flex items-center" }, qd = {
|
|
9456
9458
|
key: 0,
|
|
9457
9459
|
class: "flex items-center space-x-3 mr-6"
|
|
9458
|
-
},
|
|
9460
|
+
}, Ud = { class: "flex items-center space-x-2 text-sm" }, Yd = { class: "text-gray-500" }, Gd = { class: "text-gray-900 font-medium" }, Kd = { class: "flex items-center space-x-4" }, Xd = { class: "relative" }, Jd = {
|
|
9459
9461
|
key: 0,
|
|
9460
9462
|
class: "absolute -top-1 -right-1 w-4 h-4 bg-red-500 text-white text-xs rounded-full flex items-center justify-center"
|
|
9461
|
-
},
|
|
9463
|
+
}, Qd = {
|
|
9462
9464
|
key: 0,
|
|
9463
9465
|
class: "absolute right-6 top-16 mt-2 w-80 bg-white rounded-lg shadow-lg border border-gray-200 z-50"
|
|
9464
|
-
},
|
|
9466
|
+
}, Zd = { class: "max-h-96 overflow-y-auto" }, ef = { class: "flex items-start space-x-3" }, tf = { class: "flex-1" }, af = { class: "text-sm text-gray-900" }, nf = { class: "text-xs text-gray-500 mt-1" }, rf = { class: "relative" }, sf = { class: "w-8 h-8 bg-gray-300 rounded-full flex items-center justify-center" }, lf = { class: "text-gray-600 text-sm font-medium" }, of = { class: "hidden md:block text-left" }, uf = { class: "text-sm font-medium text-gray-900" }, cf = { class: "text-xs text-gray-500" }, df = {
|
|
9465
9467
|
key: 0,
|
|
9466
9468
|
class: "absolute right-0 mt-2 w-48 bg-white rounded-lg shadow-lg border border-gray-200 z-50"
|
|
9467
|
-
},
|
|
9469
|
+
}, ff = { class: "p-4 border-b border-gray-200" }, mf = { class: "text-sm font-medium text-gray-900" }, vf = { class: "text-xs text-gray-500" }, gf = { class: "py-2" }, hf = ["onClick"], bf = {
|
|
9468
9470
|
__name: "Header",
|
|
9469
9471
|
props: {
|
|
9470
9472
|
sidebarWidth: { type: Number, default: 256 },
|
|
@@ -9510,16 +9512,16 @@ const Eu = {
|
|
|
9510
9512
|
)),
|
|
9511
9513
|
style: ke({ left: `${e.sidebarWidth}px` })
|
|
9512
9514
|
}, [
|
|
9513
|
-
u("div",
|
|
9514
|
-
u("div",
|
|
9515
|
-
e.sidebarCollapsed ? (o(), d("div",
|
|
9515
|
+
u("div", Hd, [
|
|
9516
|
+
u("div", Wd, [
|
|
9517
|
+
e.sidebarCollapsed ? (o(), d("div", qd, [...b[1] || (b[1] = [
|
|
9516
9518
|
u("div", { class: "w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center" }, [
|
|
9517
9519
|
u("span", { class: "text-white font-bold text-sm" }, "UI")
|
|
9518
9520
|
], -1),
|
|
9519
9521
|
u("h1", { class: "text-xl font-semibold text-gray-900" }, "Dashboard", -1)
|
|
9520
9522
|
])])) : p("", !0),
|
|
9521
|
-
u("nav",
|
|
9522
|
-
u("span",
|
|
9523
|
+
u("nav", Ud, [
|
|
9524
|
+
u("span", Yd, x(e.currentSection), 1),
|
|
9523
9525
|
b[2] || (b[2] = u("svg", {
|
|
9524
9526
|
class: "w-4 h-4 text-gray-400",
|
|
9525
9527
|
fill: "none",
|
|
@@ -9533,11 +9535,11 @@ const Eu = {
|
|
|
9533
9535
|
d: "M9 5l7 7-7 7"
|
|
9534
9536
|
})
|
|
9535
9537
|
], -1)),
|
|
9536
|
-
u("span",
|
|
9538
|
+
u("span", Gd, x(e.currentPage), 1)
|
|
9537
9539
|
])
|
|
9538
9540
|
]),
|
|
9539
|
-
u("div",
|
|
9540
|
-
u("div",
|
|
9541
|
+
u("div", Kd, [
|
|
9542
|
+
u("div", Xd, [
|
|
9541
9543
|
b[3] || (b[3] = u("div", { class: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none" }, [
|
|
9542
9544
|
u("svg", {
|
|
9543
9545
|
class: "w-4 h-4 text-gray-400",
|
|
@@ -9585,22 +9587,22 @@ const Eu = {
|
|
|
9585
9587
|
d: "M13 3h2.586a1 1 0 01.707.293l6.414 6.414a1 1 0 01.293.707V19a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h4L13 3z"
|
|
9586
9588
|
})
|
|
9587
9589
|
], -1)),
|
|
9588
|
-
i.value > 0 ? (o(), d("span",
|
|
9590
|
+
i.value > 0 ? (o(), d("span", Jd, x(i.value), 1)) : p("", !0)
|
|
9589
9591
|
]),
|
|
9590
|
-
s.value ? (o(), d("div",
|
|
9592
|
+
s.value ? (o(), d("div", Qd, [
|
|
9591
9593
|
b[6] || (b[6] = u("div", { class: "p-4 border-b border-gray-200" }, [
|
|
9592
9594
|
u("h3", { class: "text-lg font-semibold text-gray-900" }, "Notifications")
|
|
9593
9595
|
], -1)),
|
|
9594
|
-
u("div",
|
|
9596
|
+
u("div", Zd, [
|
|
9595
9597
|
(o(!0), d(Y, null, K(e.notifications, (I) => (o(), d("div", {
|
|
9596
9598
|
key: I.id,
|
|
9597
9599
|
class: "p-4 border-b border-gray-100 hover:bg-gray-50 cursor-pointer"
|
|
9598
9600
|
}, [
|
|
9599
|
-
u("div",
|
|
9601
|
+
u("div", ef, [
|
|
9600
9602
|
b[5] || (b[5] = u("div", { class: "flex-shrink-0 w-2 h-2 mt-2 bg-blue-500 rounded-full" }, null, -1)),
|
|
9601
|
-
u("div",
|
|
9602
|
-
u("p",
|
|
9603
|
-
u("p",
|
|
9603
|
+
u("div", tf, [
|
|
9604
|
+
u("p", af, x(I.title), 1),
|
|
9605
|
+
u("p", nf, x(I.time), 1)
|
|
9604
9606
|
])
|
|
9605
9607
|
])
|
|
9606
9608
|
]))), 128))
|
|
@@ -9609,17 +9611,17 @@ const Eu = {
|
|
|
9609
9611
|
u("button", { class: "text-sm text-blue-600 hover:text-blue-800" }, "View all notifications")
|
|
9610
9612
|
], -1))
|
|
9611
9613
|
])) : p("", !0),
|
|
9612
|
-
u("div",
|
|
9614
|
+
u("div", rf, [
|
|
9613
9615
|
u("button", {
|
|
9614
9616
|
onClick: h,
|
|
9615
9617
|
class: "flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-50 transition-colors"
|
|
9616
9618
|
}, [
|
|
9617
|
-
u("div",
|
|
9618
|
-
u("span",
|
|
9619
|
+
u("div", sf, [
|
|
9620
|
+
u("span", lf, x(c.value), 1)
|
|
9619
9621
|
]),
|
|
9620
|
-
u("div",
|
|
9621
|
-
u("p",
|
|
9622
|
-
u("p",
|
|
9622
|
+
u("div", of, [
|
|
9623
|
+
u("p", uf, x(e.user.name), 1),
|
|
9624
|
+
u("p", cf, x(e.user.role), 1)
|
|
9623
9625
|
]),
|
|
9624
9626
|
b[8] || (b[8] = u("svg", {
|
|
9625
9627
|
class: "w-4 h-4 text-gray-400",
|
|
@@ -9635,12 +9637,12 @@ const Eu = {
|
|
|
9635
9637
|
})
|
|
9636
9638
|
], -1))
|
|
9637
9639
|
]),
|
|
9638
|
-
l.value ? (o(), d("div",
|
|
9639
|
-
u("div",
|
|
9640
|
-
u("p",
|
|
9641
|
-
u("p",
|
|
9640
|
+
l.value ? (o(), d("div", df, [
|
|
9641
|
+
u("div", ff, [
|
|
9642
|
+
u("p", mf, x(e.user.name), 1),
|
|
9643
|
+
u("p", vf, x(e.user.email), 1)
|
|
9642
9644
|
]),
|
|
9643
|
-
u("div",
|
|
9645
|
+
u("div", gf, [
|
|
9644
9646
|
(o(!0), d(Y, null, K(e.profileMenuItems, (I) => (o(), d(Y, {
|
|
9645
9647
|
key: I.name
|
|
9646
9648
|
}, [
|
|
@@ -9671,7 +9673,7 @@ const Eu = {
|
|
|
9671
9673
|
class: "w-4 h-4 mr-3 text-gray-400"
|
|
9672
9674
|
}, null, 8, ["icon"]),
|
|
9673
9675
|
L(" " + x(I.label), 1)
|
|
9674
|
-
], 8,
|
|
9676
|
+
], 8, hf))
|
|
9675
9677
|
], 64))), 128))
|
|
9676
9678
|
]),
|
|
9677
9679
|
u("div", { class: "border-t border-gray-200 py-2" }, [
|
|
@@ -9702,16 +9704,16 @@ const Eu = {
|
|
|
9702
9704
|
], 6);
|
|
9703
9705
|
};
|
|
9704
9706
|
}
|
|
9705
|
-
},
|
|
9707
|
+
}, pf = {
|
|
9706
9708
|
key: 0,
|
|
9707
9709
|
class: "flex items-center justify-start p-4 border-b border-gray-200"
|
|
9708
|
-
},
|
|
9710
|
+
}, yf = { class: "text-xl font-semibold text-gray-900" }, xf = { class: "p-4 space-y-2" }, wf = {
|
|
9709
9711
|
key: 0,
|
|
9710
9712
|
class: "mt-6 mb-2"
|
|
9711
|
-
},
|
|
9713
|
+
}, kf = { class: "px-3 text-lg font-semibold text-gray-600 uppercase tracking-wider" }, Sf = { class: "truncate text-sm" }, Cf = {
|
|
9712
9714
|
key: 0,
|
|
9713
9715
|
class: "ml-auto inline-flex items-center justify-center px-2 py-1 text-xs font-medium rounded-full bg-red-100 text-red-800"
|
|
9714
|
-
},
|
|
9716
|
+
}, $f = {
|
|
9715
9717
|
__name: "Sidebar",
|
|
9716
9718
|
props: {
|
|
9717
9719
|
sidebarWidth: {
|
|
@@ -9745,15 +9747,15 @@ const Eu = {
|
|
|
9745
9747
|
)),
|
|
9746
9748
|
style: ke({ width: e.sidebarWidth + "px" })
|
|
9747
9749
|
}, [
|
|
9748
|
-
e.header ? (o(), d("div",
|
|
9749
|
-
u("h2",
|
|
9750
|
+
e.header ? (o(), d("div", pf, [
|
|
9751
|
+
u("h2", yf, x(e.header.title), 1)
|
|
9750
9752
|
])) : p("", !0),
|
|
9751
|
-
u("nav",
|
|
9753
|
+
u("nav", xf, [
|
|
9752
9754
|
(o(!0), d(Y, null, K(e.navigationItems, (v) => (o(), d(Y, {
|
|
9753
9755
|
key: v.name
|
|
9754
9756
|
}, [
|
|
9755
|
-
v.type === "section" ? (o(), d("div",
|
|
9756
|
-
u("h3",
|
|
9757
|
+
v.type === "section" ? (o(), d("div", wf, [
|
|
9758
|
+
u("h3", kf, x(v.label), 1)
|
|
9757
9759
|
])) : v.type === "link" ? (o(), N(c, {
|
|
9758
9760
|
key: 1,
|
|
9759
9761
|
to: v.route,
|
|
@@ -9769,8 +9771,8 @@ const Eu = {
|
|
|
9769
9771
|
size: "md",
|
|
9770
9772
|
class: "mr-3 text-5xl flex-shrink-0"
|
|
9771
9773
|
}, null, 8, ["icon"]),
|
|
9772
|
-
u("span",
|
|
9773
|
-
v.badge ? (o(), d("span",
|
|
9774
|
+
u("span", Sf, x(v.label), 1),
|
|
9775
|
+
v.badge ? (o(), d("span", Cf, x(v.badge), 1)) : p("", !0)
|
|
9774
9776
|
]),
|
|
9775
9777
|
_: 2
|
|
9776
9778
|
}, 1032, ["to", "onClick", "class"])) : p("", !0)
|
|
@@ -9779,7 +9781,7 @@ const Eu = {
|
|
|
9779
9781
|
], 6);
|
|
9780
9782
|
};
|
|
9781
9783
|
}
|
|
9782
|
-
},
|
|
9784
|
+
}, zf = {
|
|
9783
9785
|
__name: "Timeline",
|
|
9784
9786
|
props: {
|
|
9785
9787
|
orientation: {
|
|
@@ -9798,13 +9800,13 @@ const Eu = {
|
|
|
9798
9800
|
$(a.$slots, "default")
|
|
9799
9801
|
], 2));
|
|
9800
9802
|
}
|
|
9801
|
-
},
|
|
9803
|
+
}, Af = {
|
|
9802
9804
|
key: 0,
|
|
9803
9805
|
class: "absolute left-3 top-0 w-0.5 h-full bg-slate-200"
|
|
9804
|
-
},
|
|
9806
|
+
}, If = { class: "z-10 flex items-center justify-center w-6 h-6 rounded-full border-2 border-blue-500 bg-white text-blue-500" }, Pf = { class: "text-slate-900 font-medium" }, Tf = {
|
|
9805
9807
|
key: 0,
|
|
9806
9808
|
class: "text-slate-500 text-sm"
|
|
9807
|
-
},
|
|
9809
|
+
}, jf = { class: "mt-2 text-slate-600 text-sm" }, Bf = {
|
|
9808
9810
|
__name: "TimelineItem",
|
|
9809
9811
|
props: {
|
|
9810
9812
|
title: {
|
|
@@ -9828,8 +9830,8 @@ const Eu = {
|
|
|
9828
9830
|
e.orientation === "vertical" ? "items-start mb-8 last:mb-0" : "flex-col items-center mx-8 last:mx-0"
|
|
9829
9831
|
])
|
|
9830
9832
|
}, [
|
|
9831
|
-
e.orientation === "vertical" ? (o(), d("div",
|
|
9832
|
-
u("div",
|
|
9833
|
+
e.orientation === "vertical" ? (o(), d("div", Af)) : p("", !0),
|
|
9834
|
+
u("div", If, [
|
|
9833
9835
|
$(a.$slots, "icon", {}, () => [
|
|
9834
9836
|
t[0] || (t[0] = u("div", { class: "w-2 h-2 rounded-full bg-blue-500" }, null, -1))
|
|
9835
9837
|
])
|
|
@@ -9840,17 +9842,17 @@ const Eu = {
|
|
|
9840
9842
|
e.orientation === "horizontal" ? "mt-2 text-center" : ""
|
|
9841
9843
|
])
|
|
9842
9844
|
}, [
|
|
9843
|
-
u("h3",
|
|
9845
|
+
u("h3", Pf, [
|
|
9844
9846
|
$(a.$slots, "title", {}, () => [
|
|
9845
9847
|
L(x(e.title), 1)
|
|
9846
9848
|
])
|
|
9847
9849
|
]),
|
|
9848
|
-
e.subtitle ? (o(), d("p",
|
|
9850
|
+
e.subtitle ? (o(), d("p", Tf, [
|
|
9849
9851
|
$(a.$slots, "subtitle", {}, () => [
|
|
9850
9852
|
L(x(e.subtitle), 1)
|
|
9851
9853
|
])
|
|
9852
9854
|
])) : p("", !0),
|
|
9853
|
-
u("div",
|
|
9855
|
+
u("div", jf, [
|
|
9854
9856
|
$(a.$slots, "default")
|
|
9855
9857
|
])
|
|
9856
9858
|
], 2)
|
|
@@ -9861,7 +9863,7 @@ const Eu = {
|
|
|
9861
9863
|
for (const [n, r] of a)
|
|
9862
9864
|
t[n] = r;
|
|
9863
9865
|
return t;
|
|
9864
|
-
},
|
|
9866
|
+
}, Of = {
|
|
9865
9867
|
name: "AuthLayout",
|
|
9866
9868
|
props: {
|
|
9867
9869
|
title: {
|
|
@@ -9950,20 +9952,20 @@ const Eu = {
|
|
|
9950
9952
|
currentYear: f(() => (/* @__PURE__ */ new Date()).getFullYear())
|
|
9951
9953
|
};
|
|
9952
9954
|
}
|
|
9953
|
-
},
|
|
9955
|
+
}, Vf = { class: "container mx-auto px-4 relative z-10" }, Ff = { class: "grid lg:grid-cols-10 gap-8 items-center min-h-screen" }, Ef = { class: "lg:col-span-6 text-white text-center lg:text-left space-y-6" }, Nf = { class: "mb-6" }, _f = { class: "text-4xl lg:text-6xl font-bold mb-2" }, Df = { class: "text-white" }, Mf = { class: "flex items-center justify-center lg:justify-start mb-6" }, Lf = { class: "text-3xl lg:text-4xl font-bold text-white" }, Rf = { class: "lg:col-span-4" }, Hf = { class: "bg-white rounded-lg shadow-xl p-6 lg:p-8 max-w-md mx-auto" }, Wf = {
|
|
9954
9956
|
key: 0,
|
|
9955
9957
|
class: "mb-6"
|
|
9956
|
-
},
|
|
9958
|
+
}, qf = { class: "text-center" }, Uf = { class: "text-2xl font-bold text-gray-900" }, Yf = {
|
|
9957
9959
|
key: 0,
|
|
9958
9960
|
class: "text-gray-600 mt-2"
|
|
9959
|
-
},
|
|
9961
|
+
}, Gf = { class: "space-y-6" }, Kf = {
|
|
9960
9962
|
key: 1,
|
|
9961
9963
|
class: "mt-6"
|
|
9962
|
-
},
|
|
9964
|
+
}, Xf = {
|
|
9963
9965
|
key: 0,
|
|
9964
9966
|
class: "mt-6 text-center"
|
|
9965
|
-
},
|
|
9966
|
-
function
|
|
9967
|
+
}, Jf = { class: "absolute bottom-4 right-4 text-right" }, Qf = { class: "flex items-end justify-end mb-2" }, Zf = { class: "text-right mr-3" }, em = { class: "text-red-500 font-bold text-xs" }, tm = { class: "text-white text-xs" }, am = { class: "text-white/70 text-xs" }, nm = { class: "w-8 h-8 bg-red-500 rounded flex items-center justify-center text-white font-bold text-xs" }, rm = { class: "text-white/70 text-xs" }, sm = { class: "absolute bottom-4 left-4 flex gap-2" }, lm = ["href"];
|
|
9968
|
+
function om(e, a, t, n, r, s) {
|
|
9967
9969
|
const l = te("router-view"), i = te("font-awesome-icon");
|
|
9968
9970
|
return o(), d("div", {
|
|
9969
9971
|
class: "min-h-screen relative flex items-center justify-center",
|
|
@@ -9976,70 +9978,70 @@ function lm(e, a, t, n, r, s) {
|
|
|
9976
9978
|
opacity: t.backgroundOpacity
|
|
9977
9979
|
})
|
|
9978
9980
|
}, null, 4),
|
|
9979
|
-
u("div",
|
|
9980
|
-
u("div",
|
|
9981
|
-
u("div",
|
|
9982
|
-
u("div",
|
|
9983
|
-
u("div",
|
|
9981
|
+
u("div", Vf, [
|
|
9982
|
+
u("div", Ff, [
|
|
9983
|
+
u("div", Ef, [
|
|
9984
|
+
u("div", Nf, [
|
|
9985
|
+
u("div", _f, [
|
|
9984
9986
|
u("span", {
|
|
9985
9987
|
style: ke({ color: t.primaryColor })
|
|
9986
9988
|
}, x(t.primaryLogoPrefix), 5),
|
|
9987
|
-
u("span",
|
|
9989
|
+
u("span", Df, x(t.primaryLogoText), 1)
|
|
9988
9990
|
]),
|
|
9989
9991
|
u("div", {
|
|
9990
9992
|
class: "h-0.5 w-30 mx-auto lg:mx-0",
|
|
9991
9993
|
style: ke({ backgroundColor: t.primaryColor })
|
|
9992
9994
|
}, null, 4)
|
|
9993
9995
|
]),
|
|
9994
|
-
u("div",
|
|
9996
|
+
u("div", Mf, [
|
|
9995
9997
|
u("div", {
|
|
9996
9998
|
class: "flex items-center justify-center w-15 h-15 rounded-lg mr-4 text-white font-bold text-xl",
|
|
9997
9999
|
style: ke({ backgroundColor: t.primaryColor })
|
|
9998
10000
|
}, x(t.secondaryLogoPrefix), 5),
|
|
9999
|
-
u("span",
|
|
10001
|
+
u("span", Lf, x(t.secondaryLogoText), 1)
|
|
10000
10002
|
]),
|
|
10001
10003
|
a[0] || (a[0] = u("div", { class: "max-w-md mx-auto lg:mx-0" }, [
|
|
10002
10004
|
u("p", { class: "text-sm lg:text-base font-light text-white/70 italic leading-relaxed" })
|
|
10003
10005
|
], -1))
|
|
10004
10006
|
]),
|
|
10005
|
-
u("div",
|
|
10006
|
-
u("div",
|
|
10007
|
-
e.$slots["card-header"] || t.title ? (o(), d("div",
|
|
10007
|
+
u("div", Rf, [
|
|
10008
|
+
u("div", Hf, [
|
|
10009
|
+
e.$slots["card-header"] || t.title ? (o(), d("div", Wf, [
|
|
10008
10010
|
$(e.$slots, "card-header", {}, () => [
|
|
10009
|
-
u("div",
|
|
10010
|
-
u("h1",
|
|
10011
|
-
t.subtitle ? (o(), d("p",
|
|
10011
|
+
u("div", qf, [
|
|
10012
|
+
u("h1", Uf, x(t.title), 1),
|
|
10013
|
+
t.subtitle ? (o(), d("p", Yf, x(t.subtitle), 1)) : p("", !0)
|
|
10012
10014
|
])
|
|
10013
10015
|
])
|
|
10014
10016
|
])) : p("", !0),
|
|
10015
|
-
u("div",
|
|
10017
|
+
u("div", Gf, [
|
|
10016
10018
|
j(l)
|
|
10017
10019
|
]),
|
|
10018
|
-
e.$slots["card-footer"] ? (o(), d("div",
|
|
10020
|
+
e.$slots["card-footer"] ? (o(), d("div", Kf, [
|
|
10019
10021
|
$(e.$slots, "card-footer")
|
|
10020
10022
|
])) : p("", !0)
|
|
10021
10023
|
]),
|
|
10022
|
-
e.$slots.links ? (o(), d("div",
|
|
10024
|
+
e.$slots.links ? (o(), d("div", Xf, [
|
|
10023
10025
|
$(e.$slots, "links")
|
|
10024
10026
|
])) : p("", !0)
|
|
10025
10027
|
])
|
|
10026
10028
|
])
|
|
10027
10029
|
]),
|
|
10028
|
-
u("div",
|
|
10029
|
-
u("div",
|
|
10030
|
-
u("div",
|
|
10031
|
-
u("div",
|
|
10032
|
-
u("div",
|
|
10033
|
-
u("div",
|
|
10030
|
+
u("div", Jf, [
|
|
10031
|
+
u("div", Qf, [
|
|
10032
|
+
u("div", Zf, [
|
|
10033
|
+
u("div", em, x(t.companyName), 1),
|
|
10034
|
+
u("div", tm, x(t.companyType), 1),
|
|
10035
|
+
u("div", am, x(t.companyTagline), 1)
|
|
10034
10036
|
]),
|
|
10035
|
-
u("div",
|
|
10037
|
+
u("div", nm, x(t.companyInitials), 1)
|
|
10036
10038
|
]),
|
|
10037
|
-
u("div",
|
|
10039
|
+
u("div", rm, [
|
|
10038
10040
|
u("div", null, x(t.appName) + " (" + x(t.appVersion) + ")", 1),
|
|
10039
10041
|
u("div", null, x(t.copyright), 1)
|
|
10040
10042
|
])
|
|
10041
10043
|
]),
|
|
10042
|
-
u("div",
|
|
10044
|
+
u("div", sm, [
|
|
10043
10045
|
(o(!0), d(Y, null, K(t.socialLinks, (c) => (o(), d("a", {
|
|
10044
10046
|
key: c.name,
|
|
10045
10047
|
href: c.url,
|
|
@@ -10051,14 +10053,14 @@ function lm(e, a, t, n, r, s) {
|
|
|
10051
10053
|
j(i, {
|
|
10052
10054
|
icon: ["fab", c.icon]
|
|
10053
10055
|
}, null, 8, ["icon"])
|
|
10054
|
-
], 10,
|
|
10056
|
+
], 10, lm))), 128))
|
|
10055
10057
|
])
|
|
10056
10058
|
], 4);
|
|
10057
10059
|
}
|
|
10058
|
-
const
|
|
10060
|
+
const im = /* @__PURE__ */ Qn(Of, [["render", om]]), um = { class: "min-h-screen bg-gray-50" }, cm = { class: "flex-1" }, dm = {
|
|
10059
10061
|
key: 0,
|
|
10060
10062
|
class: "bg-white border-b border-gray-200"
|
|
10061
|
-
},
|
|
10063
|
+
}, fm = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4" }, mm = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8" }, vm = {
|
|
10062
10064
|
__name: "DefaultLayout",
|
|
10063
10065
|
props: {
|
|
10064
10066
|
navigationItems: {
|
|
@@ -10082,7 +10084,7 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10082
10084
|
setup(e) {
|
|
10083
10085
|
return (a, t) => {
|
|
10084
10086
|
const n = te("Logo"), r = te("MainNavigation"), s = te("Button"), l = te("Header"), i = te("Breadcrumb"), c = te("Text"), v = te("Footer");
|
|
10085
|
-
return o(), d("div",
|
|
10087
|
+
return o(), d("div", um, [
|
|
10086
10088
|
j(l, null, {
|
|
10087
10089
|
logo: B(() => [
|
|
10088
10090
|
$(a.$slots, "logo", {}, () => [
|
|
@@ -10115,15 +10117,15 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10115
10117
|
]),
|
|
10116
10118
|
_: 3
|
|
10117
10119
|
}),
|
|
10118
|
-
u("main",
|
|
10119
|
-
e.showBreadcrumb ? (o(), d("div",
|
|
10120
|
-
u("div",
|
|
10120
|
+
u("main", cm, [
|
|
10121
|
+
e.showBreadcrumb ? (o(), d("div", dm, [
|
|
10122
|
+
u("div", fm, [
|
|
10121
10123
|
$(a.$slots, "breadcrumb", {}, () => [
|
|
10122
10124
|
j(i, { items: e.breadcrumbItems }, null, 8, ["items"])
|
|
10123
10125
|
])
|
|
10124
10126
|
])
|
|
10125
10127
|
])) : p("", !0),
|
|
10126
|
-
u("div",
|
|
10128
|
+
u("div", mm, [
|
|
10127
10129
|
$(a.$slots, "default")
|
|
10128
10130
|
])
|
|
10129
10131
|
]),
|
|
@@ -10144,14 +10146,14 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10144
10146
|
]);
|
|
10145
10147
|
};
|
|
10146
10148
|
}
|
|
10147
|
-
},
|
|
10149
|
+
}, gm = {
|
|
10148
10150
|
template: `
|
|
10149
10151
|
<svg viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10150
10152
|
<circle cx="100" cy="100" r="80" fill="#f1f5f9" stroke="#cbd5e1" stroke-width="2"/>
|
|
10151
10153
|
<text x="100" y="110" text-anchor="middle" font-size="48" font-weight="bold" fill="#64748b">404</text>
|
|
10152
10154
|
</svg>
|
|
10153
10155
|
`
|
|
10154
|
-
},
|
|
10156
|
+
}, hm = {
|
|
10155
10157
|
template: `
|
|
10156
10158
|
<svg viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10157
10159
|
<circle cx="100" cy="100" r="80" fill="#fef2f2" stroke="#fecaca" stroke-width="2"/>
|
|
@@ -10164,7 +10166,7 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10164
10166
|
<path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z" />
|
|
10165
10167
|
</svg>
|
|
10166
10168
|
`
|
|
10167
|
-
},
|
|
10169
|
+
}, bm = {
|
|
10168
10170
|
name: "ErrorPage",
|
|
10169
10171
|
components: {
|
|
10170
10172
|
Button: ue
|
|
@@ -10251,12 +10253,12 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10251
10253
|
404: {
|
|
10252
10254
|
title: "Page Not Found",
|
|
10253
10255
|
message: "Sorry, we couldn't find the page you're looking for.",
|
|
10254
|
-
icon:
|
|
10256
|
+
icon: gm
|
|
10255
10257
|
},
|
|
10256
10258
|
500: {
|
|
10257
10259
|
title: "Server Error",
|
|
10258
10260
|
message: "Something went wrong on our end. Please try again later.",
|
|
10259
|
-
icon:
|
|
10261
|
+
icon: hm
|
|
10260
10262
|
},
|
|
10261
10263
|
403: {
|
|
10262
10264
|
title: "Access Denied",
|
|
@@ -10323,8 +10325,8 @@ const om = /* @__PURE__ */ Qn(Bf, [["render", lm]]), im = { class: "min-h-screen
|
|
|
10323
10325
|
helpClasses: D
|
|
10324
10326
|
};
|
|
10325
10327
|
}
|
|
10326
|
-
},
|
|
10327
|
-
function
|
|
10328
|
+
}, pm = { class: "flex justify-center" }, ym = { class: "flex items-center gap-3" }, xm = { class: "text-2xl font-bold text-slate-900" }, wm = { class: "flex flex-col sm:flex-row gap-3 justify-center" }, km = { class: "text-sm text-slate-600" }, Sm = ["href"];
|
|
10329
|
+
function Cm(e, a, t, n, r, s) {
|
|
10328
10330
|
const l = te("Button");
|
|
10329
10331
|
return o(), d("div", {
|
|
10330
10332
|
class: m(n.layoutClasses)
|
|
@@ -10345,13 +10347,13 @@ function Sm(e, a, t, n, r, s) {
|
|
|
10345
10347
|
class: m(n.headerClasses)
|
|
10346
10348
|
}, [
|
|
10347
10349
|
$(e.$slots, "header", {}, () => [
|
|
10348
|
-
u("div",
|
|
10350
|
+
u("div", pm, [
|
|
10349
10351
|
$(e.$slots, "logo", {}, () => [
|
|
10350
|
-
u("div",
|
|
10352
|
+
u("div", ym, [
|
|
10351
10353
|
a[1] || (a[1] = u("div", { class: "w-10 h-10 bg-blue-600 rounded-xl flex items-center justify-center" }, [
|
|
10352
10354
|
u("span", { class: "text-white font-bold text-lg" }, "STL")
|
|
10353
10355
|
], -1)),
|
|
10354
|
-
u("span",
|
|
10356
|
+
u("span", xm, x(t.brandName), 1)
|
|
10355
10357
|
])
|
|
10356
10358
|
])
|
|
10357
10359
|
])
|
|
@@ -10397,7 +10399,7 @@ function Sm(e, a, t, n, r, s) {
|
|
|
10397
10399
|
class: m(n.actionsClasses)
|
|
10398
10400
|
}, [
|
|
10399
10401
|
$(e.$slots, "actions", {}, () => [
|
|
10400
|
-
u("div",
|
|
10402
|
+
u("div", wm, [
|
|
10401
10403
|
t.showHomeButton ? (o(), N(l, {
|
|
10402
10404
|
key: 0,
|
|
10403
10405
|
href: t.homeUrl,
|
|
@@ -10439,13 +10441,13 @@ function Sm(e, a, t, n, r, s) {
|
|
|
10439
10441
|
class: m(n.helpClasses)
|
|
10440
10442
|
}, [
|
|
10441
10443
|
$(e.$slots, "help", {}, () => [
|
|
10442
|
-
u("p",
|
|
10444
|
+
u("p", km, [
|
|
10443
10445
|
L(x(t.helpText) + " ", 1),
|
|
10444
10446
|
t.supportUrl ? (o(), d("a", {
|
|
10445
10447
|
key: 0,
|
|
10446
10448
|
href: t.supportUrl,
|
|
10447
10449
|
class: "text-blue-600 hover:text-blue-700 underline ml-1"
|
|
10448
|
-
}, " Contact Support ", 8,
|
|
10450
|
+
}, " Contact Support ", 8, Sm)) : p("", !0)
|
|
10449
10451
|
])
|
|
10450
10452
|
])
|
|
10451
10453
|
], 2)) : p("", !0)
|
|
@@ -10453,7 +10455,7 @@ function Sm(e, a, t, n, r, s) {
|
|
|
10453
10455
|
], 2)
|
|
10454
10456
|
], 2);
|
|
10455
10457
|
}
|
|
10456
|
-
const
|
|
10458
|
+
const $m = /* @__PURE__ */ Qn(bm, [["render", Cm]]), Na = {
|
|
10457
10459
|
Avatar: Po,
|
|
10458
10460
|
Badge: jo,
|
|
10459
10461
|
Button: ue,
|
|
@@ -10492,37 +10494,37 @@ const Cm = /* @__PURE__ */ Qn(hm, [["render", Sm]]), Na = {
|
|
|
10492
10494
|
InputGroup: du,
|
|
10493
10495
|
ListItem: pu,
|
|
10494
10496
|
MenuItem: xu,
|
|
10495
|
-
Modal:
|
|
10496
|
-
ModalHeader:
|
|
10497
|
-
ModalBody:
|
|
10498
|
-
ModalFooter:
|
|
10499
|
-
Notification:
|
|
10500
|
-
Toast:
|
|
10501
|
-
Search:
|
|
10502
|
-
Slider:
|
|
10503
|
-
Stepper:
|
|
10504
|
-
StepperItem:
|
|
10505
|
-
Tab:
|
|
10506
|
-
TabPanel:
|
|
10507
|
-
Accordion:
|
|
10508
|
-
AccordionItem:
|
|
10509
|
-
Calendar:
|
|
10510
|
-
DataTable:
|
|
10497
|
+
Modal: Su,
|
|
10498
|
+
ModalHeader: Au,
|
|
10499
|
+
ModalBody: Iu,
|
|
10500
|
+
ModalFooter: Pu,
|
|
10501
|
+
Notification: Fu,
|
|
10502
|
+
Toast: Yu,
|
|
10503
|
+
Search: ic,
|
|
10504
|
+
Slider: fc,
|
|
10505
|
+
Stepper: vc,
|
|
10506
|
+
StepperItem: yc,
|
|
10507
|
+
Tab: Sc,
|
|
10508
|
+
TabPanel: Cc,
|
|
10509
|
+
Accordion: Tc,
|
|
10510
|
+
AccordionItem: jc,
|
|
10511
|
+
Calendar: Nc,
|
|
10512
|
+
DataTable: id,
|
|
10511
10513
|
DataTableHeader: Kn,
|
|
10512
10514
|
DataTableRow: Xn,
|
|
10513
|
-
DataTableCell:
|
|
10515
|
+
DataTableCell: ud,
|
|
10514
10516
|
DataTablePagination: Jn,
|
|
10515
|
-
DataTableFilters:
|
|
10516
|
-
DataTableToolBar:
|
|
10517
|
-
Footer:
|
|
10518
|
-
Header:
|
|
10519
|
-
Sidebar:
|
|
10520
|
-
Timeline:
|
|
10521
|
-
TimelineItem:
|
|
10522
|
-
AuthLayout:
|
|
10523
|
-
DefaultLayout:
|
|
10524
|
-
ErrorLayout:
|
|
10525
|
-
},
|
|
10517
|
+
DataTableFilters: pd,
|
|
10518
|
+
DataTableToolBar: Vd,
|
|
10519
|
+
Footer: Rd,
|
|
10520
|
+
Header: bf,
|
|
10521
|
+
Sidebar: $f,
|
|
10522
|
+
Timeline: zf,
|
|
10523
|
+
TimelineItem: Bf,
|
|
10524
|
+
AuthLayout: im,
|
|
10525
|
+
DefaultLayout: vm,
|
|
10526
|
+
ErrorLayout: $m
|
|
10527
|
+
}, Pm = {
|
|
10526
10528
|
install(e, a = {}) {
|
|
10527
10529
|
const { prefix: t = "" } = a;
|
|
10528
10530
|
Object.keys(Na).forEach((n) => {
|
|
@@ -10532,16 +10534,16 @@ const Cm = /* @__PURE__ */ Qn(hm, [["render", Sm]]), Na = {
|
|
|
10532
10534
|
}
|
|
10533
10535
|
};
|
|
10534
10536
|
export {
|
|
10535
|
-
|
|
10536
|
-
|
|
10537
|
+
Tc as Accordion,
|
|
10538
|
+
jc as AccordionItem,
|
|
10537
10539
|
xi as Alert,
|
|
10538
|
-
|
|
10540
|
+
im as AuthLayout,
|
|
10539
10541
|
Po as Avatar,
|
|
10540
10542
|
jo as Badge,
|
|
10541
10543
|
Si as Breadcrumb,
|
|
10542
10544
|
ue as Button,
|
|
10543
10545
|
$i as ButtonGroup,
|
|
10544
|
-
|
|
10546
|
+
Nc as Calendar,
|
|
10545
10547
|
Oi as Card,
|
|
10546
10548
|
Fi as CardBody,
|
|
10547
10549
|
Ni as CardContent,
|
|
@@ -10549,23 +10551,23 @@ export {
|
|
|
10549
10551
|
Vi as CardHeader,
|
|
10550
10552
|
_i as CardTitle,
|
|
10551
10553
|
Zt as Checkbox,
|
|
10552
|
-
|
|
10553
|
-
|
|
10554
|
-
|
|
10554
|
+
id as DataTable,
|
|
10555
|
+
ud as DataTableCell,
|
|
10556
|
+
pd as DataTableFilters,
|
|
10555
10557
|
Kn as DataTableHeader,
|
|
10556
10558
|
Jn as DataTablePagination,
|
|
10557
10559
|
Xn as DataTableRow,
|
|
10558
|
-
|
|
10560
|
+
Vd as DataTableToolBar,
|
|
10559
10561
|
Li as DatePicker,
|
|
10560
|
-
|
|
10562
|
+
vm as DefaultLayout,
|
|
10561
10563
|
Lo as Divider,
|
|
10562
10564
|
Hi as Dropdown,
|
|
10563
10565
|
qi as DropdownItem,
|
|
10564
|
-
|
|
10566
|
+
$m as ErrorLayout,
|
|
10565
10567
|
tu as FileUpload,
|
|
10566
|
-
|
|
10568
|
+
Rd as Footer,
|
|
10567
10569
|
iu as FormField,
|
|
10568
|
-
|
|
10570
|
+
bf as Header,
|
|
10569
10571
|
G as Icon,
|
|
10570
10572
|
qo as Image,
|
|
10571
10573
|
et as Input,
|
|
@@ -10575,33 +10577,33 @@ export {
|
|
|
10575
10577
|
pu as ListItem,
|
|
10576
10578
|
ei as Logo,
|
|
10577
10579
|
xu as MenuItem,
|
|
10578
|
-
|
|
10579
|
-
|
|
10580
|
-
|
|
10581
|
-
|
|
10582
|
-
|
|
10580
|
+
Su as Modal,
|
|
10581
|
+
Iu as ModalBody,
|
|
10582
|
+
Pu as ModalFooter,
|
|
10583
|
+
Au as ModalHeader,
|
|
10584
|
+
Fu as Notification,
|
|
10583
10585
|
Yn as Option,
|
|
10584
10586
|
ni as ProgressBar,
|
|
10585
10587
|
li as Radio,
|
|
10586
|
-
|
|
10588
|
+
ic as Search,
|
|
10587
10589
|
ea as Select,
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
+
$f as Sidebar,
|
|
10591
|
+
fc as Slider,
|
|
10590
10592
|
qn as Spinner,
|
|
10591
|
-
|
|
10592
|
-
|
|
10593
|
+
vc as Stepper,
|
|
10594
|
+
yc as StepperItem,
|
|
10593
10595
|
ui as Switch,
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
+
Sc as Tab,
|
|
10597
|
+
Cc as TabPanel,
|
|
10596
10598
|
ci as Text,
|
|
10597
10599
|
fi as Textarea,
|
|
10598
|
-
|
|
10599
|
-
|
|
10600
|
-
|
|
10600
|
+
zf as Timeline,
|
|
10601
|
+
Bf as TimelineItem,
|
|
10602
|
+
Yu as Toast,
|
|
10601
10603
|
mi as Tooltip,
|
|
10602
10604
|
_t as Typography,
|
|
10603
10605
|
k as cn,
|
|
10604
|
-
|
|
10606
|
+
Pm as default,
|
|
10605
10607
|
Fa as toast,
|
|
10606
|
-
|
|
10608
|
+
Du as useToaster
|
|
10607
10609
|
};
|