@gemafajarramadhan/dynamic-ui 1.1.6 → 1.1.7
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/dynamic-ui.es.js +333 -341
- package/dist/dynamic-ui.umd.js +8 -8
- package/dist/index.d.ts +56 -0
- package/package.json +1 -1
- package/src/index.d.ts +56 -0
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -19835,12 +19835,10 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
19835
19835
|
}, B_ = {
|
|
19836
19836
|
key: 0,
|
|
19837
19837
|
class: "flex items-center gap-1 text-sm text-red-500 mt-1"
|
|
19838
|
-
}, E_ = {
|
|
19839
|
-
name: "DCodeRadio"
|
|
19840
|
-
}, R_ = /* @__PURE__ */ le({
|
|
19841
|
-
...E_,
|
|
19838
|
+
}, E_ = /* @__PURE__ */ le({
|
|
19842
19839
|
name: "DCodeRadio",
|
|
19843
19840
|
inheritAttrs: !1,
|
|
19841
|
+
__name: "DCodeRadio",
|
|
19844
19842
|
props: {
|
|
19845
19843
|
modelValue: { default: void 0 },
|
|
19846
19844
|
value: { default: void 0 },
|
|
@@ -20012,16 +20010,15 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20012
20010
|
])) : H("", !0)
|
|
20013
20011
|
]));
|
|
20014
20012
|
}
|
|
20015
|
-
}),
|
|
20013
|
+
}), R_ = { class: "cursor-pointer block relative h-full" }, z_ = ["name", "value", "checked"], I_ = { class: "h-24 flex flex-col items-center justify-center gap-3 rounded-xl border-2 p-4 text-center transition-all duration-300 ease-out border-gray-200 bg-white dark:bg-zinc-900 dark:border-zinc-700 hover:-translate-y-1 hover:shadow-lg hover:border-blue-300 peer-checked:border-blue-500 peer-checked:bg-blue-50 dark:peer-checked:bg-blue-900/20 peer-checked:ring-2 peer-checked:ring-blue-200 dark:peer-checked:ring-blue-800 peer-checked:scale-[1.02]" }, F_ = {
|
|
20016
20014
|
key: 0,
|
|
20017
20015
|
class: "flex h-10 w-10 items-center justify-center rounded-lg bg-gray-100 dark:bg-zinc-800 text-gray-500 dark:text-gray-400 transition-colors duration-300 peer-checked:bg-blue-100 dark:peer-checked:bg-blue-800 peer-checked:text-blue-600 dark:peer-checked:text-blue-200"
|
|
20018
|
-
},
|
|
20016
|
+
}, L_ = { class: "flex flex-col gap-1" }, V_ = { class: "font-medium text-sm text-gray-800 dark:text-gray-200 transition-colors duration-300 peer-checked:text-blue-700 dark:peer-checked:text-blue-300" }, j_ = {
|
|
20019
20017
|
key: 0,
|
|
20020
20018
|
class: "text-xs text-gray-400"
|
|
20021
|
-
},
|
|
20022
|
-
name: "DCodeRadioCustom"
|
|
20023
|
-
|
|
20024
|
-
...N_,
|
|
20019
|
+
}, W_ = /* @__PURE__ */ le({
|
|
20020
|
+
name: "DCodeRadioCustom",
|
|
20021
|
+
__name: "DCodeRadioCustom",
|
|
20025
20022
|
props: {
|
|
20026
20023
|
modelValue: {},
|
|
20027
20024
|
value: {},
|
|
@@ -20048,7 +20045,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20048
20045
|
(c, u) => {
|
|
20049
20046
|
},
|
|
20050
20047
|
{ immediate: !0 }
|
|
20051
|
-
), (c, u) => (p(), C("label",
|
|
20048
|
+
), (c, u) => (p(), C("label", R_, [
|
|
20052
20049
|
x("input", {
|
|
20053
20050
|
type: "radio",
|
|
20054
20051
|
class: "hidden peer",
|
|
@@ -20056,34 +20053,34 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20056
20053
|
value: t.value,
|
|
20057
20054
|
checked: t.modelValue === t.value,
|
|
20058
20055
|
onChange: r
|
|
20059
|
-
}, null, 40,
|
|
20060
|
-
x("div",
|
|
20061
|
-
t.icon ? (p(), C("div",
|
|
20056
|
+
}, null, 40, z_),
|
|
20057
|
+
x("div", I_, [
|
|
20058
|
+
t.icon ? (p(), C("div", F_, [
|
|
20062
20059
|
(p(), X(ot(l(t.icon)), { class: "h-5 w-5" }))
|
|
20063
20060
|
])) : H("", !0),
|
|
20064
|
-
x("div",
|
|
20065
|
-
x("p",
|
|
20066
|
-
o.value ? (p(), C("p",
|
|
20061
|
+
x("div", L_, [
|
|
20062
|
+
x("p", V_, W(a.value), 1),
|
|
20063
|
+
o.value ? (p(), C("p", j_, W(o.value), 1)) : H("", !0)
|
|
20067
20064
|
])
|
|
20068
20065
|
])
|
|
20069
20066
|
]));
|
|
20070
20067
|
}
|
|
20071
|
-
}),
|
|
20068
|
+
}), N_ = {
|
|
20072
20069
|
key: 0,
|
|
20073
20070
|
class: "ml-1 text-destructive"
|
|
20074
|
-
},
|
|
20071
|
+
}, H_ = { class: "relative w-full" }, U_ = {
|
|
20075
20072
|
key: 0,
|
|
20076
20073
|
class: "mb-2 flex items-center justify-between"
|
|
20077
|
-
},
|
|
20074
|
+
}, q_ = { class: "text-sm text-muted-foreground" }, Y_ = { class: "text-sm font-medium text-foreground" }, G_ = { class: "text-sm text-muted-foreground" }, K_ = { class: "relative" }, X_ = ["id", "value", "min", "max", "step", "disabled", "placeholder"], J_ = {
|
|
20078
20075
|
key: 1,
|
|
20079
20076
|
class: "relative mt-2"
|
|
20080
|
-
},
|
|
20077
|
+
}, Q_ = { class: "text-xs text-muted-foreground mt-1" }, Z_ = {
|
|
20081
20078
|
key: 1,
|
|
20082
20079
|
class: "flex items-center gap-1 text-sm text-destructive"
|
|
20083
|
-
},
|
|
20080
|
+
}, e2 = {
|
|
20084
20081
|
name: "DCodeSlider"
|
|
20085
|
-
},
|
|
20086
|
-
...
|
|
20082
|
+
}, t2 = /* @__PURE__ */ le({
|
|
20083
|
+
...e2,
|
|
20087
20084
|
name: "DCodeSlider",
|
|
20088
20085
|
inheritAttrs: !1,
|
|
20089
20086
|
props: {
|
|
@@ -20203,17 +20200,17 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20203
20200
|
}, {
|
|
20204
20201
|
default: O(() => [
|
|
20205
20202
|
ge(W(c.value) + " ", 1),
|
|
20206
|
-
t.required ? (p(), C("span",
|
|
20203
|
+
t.required ? (p(), C("span", N_, "*")) : H("", !0)
|
|
20207
20204
|
]),
|
|
20208
20205
|
_: 1
|
|
20209
20206
|
}, 8, ["for"])) : H("", !0),
|
|
20210
|
-
x("div",
|
|
20211
|
-
t.showValue ? (p(), C("div",
|
|
20212
|
-
x("span",
|
|
20213
|
-
x("span",
|
|
20214
|
-
x("span",
|
|
20207
|
+
x("div", H_, [
|
|
20208
|
+
t.showValue ? (p(), C("div", U_, [
|
|
20209
|
+
x("span", q_, W(a.valuePrefix) + W(t.min) + W(a.valueSuffix), 1),
|
|
20210
|
+
x("span", Y_, W(h.value), 1),
|
|
20211
|
+
x("span", G_, W(a.valuePrefix) + W(t.max) + W(a.valueSuffix), 1)
|
|
20215
20212
|
])) : H("", !0),
|
|
20216
|
-
x("div",
|
|
20213
|
+
x("div", K_, [
|
|
20217
20214
|
x("div", {
|
|
20218
20215
|
class: ce(["absolute top-1/2 -translate-y-1/2 w-full h-full bg-gray-200 rounded-lg pointer-events-none", [
|
|
20219
20216
|
t.size === "sm" ? "h-2" : t.size === "md" ? "h-2.5" : "h-3"
|
|
@@ -20244,20 +20241,20 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20244
20241
|
onMouseup: A,
|
|
20245
20242
|
onTouchstart: v,
|
|
20246
20243
|
onTouchend: A
|
|
20247
|
-
}, null, 42,
|
|
20244
|
+
}, null, 42, X_)
|
|
20248
20245
|
]),
|
|
20249
|
-
t.marks.length > 0 ? (p(), C("div",
|
|
20246
|
+
t.marks.length > 0 ? (p(), C("div", J_, [
|
|
20250
20247
|
(p(!0), C(xe, null, Ne(t.marks, (D) => (p(), C("div", {
|
|
20251
20248
|
key: D.value,
|
|
20252
20249
|
class: "absolute flex flex-col items-center",
|
|
20253
20250
|
style: Qe({ left: `${T(D.value)}%`, transform: "translateX(-50%)" })
|
|
20254
20251
|
}, [
|
|
20255
20252
|
k[0] || (k[0] = x("div", { class: "w-1 h-2 bg-gray-400 rounded-full" }, null, -1)),
|
|
20256
|
-
x("span",
|
|
20253
|
+
x("span", Q_, W(D.label), 1)
|
|
20257
20254
|
], 4))), 128))
|
|
20258
20255
|
])) : H("", !0)
|
|
20259
20256
|
]),
|
|
20260
|
-
r.value ? (p(), C("div",
|
|
20257
|
+
r.value ? (p(), C("div", Z_, [
|
|
20261
20258
|
k[1] || (k[1] = x("svg", {
|
|
20262
20259
|
class: "w-4 h-4",
|
|
20263
20260
|
fill: "none",
|
|
@@ -20283,22 +20280,22 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20283
20280
|
[Wn, u.value]
|
|
20284
20281
|
]);
|
|
20285
20282
|
}
|
|
20286
|
-
}),
|
|
20283
|
+
}), n2 = { class: "inline-flex items-center gap-3" }, s2 = ["for"], a2 = {
|
|
20287
20284
|
key: 0,
|
|
20288
20285
|
class: "text-red-500 ml-1"
|
|
20289
|
-
},
|
|
20286
|
+
}, o2 = ["id", "name", "aria-checked", "aria-label", "disabled"], i2 = {
|
|
20290
20287
|
key: 0,
|
|
20291
20288
|
class: "absolute inset-0 flex items-center justify-center"
|
|
20292
|
-
},
|
|
20289
|
+
}, r2 = { class: "relative z-10 flex items-center gap-2" }, l2 = ["id", "name", "aria-checked", "aria-label", "disabled"], c2 = {
|
|
20293
20290
|
key: 0,
|
|
20294
20291
|
class: "absolute inset-0 flex items-center justify-center"
|
|
20295
|
-
},
|
|
20292
|
+
}, u2 = ["for"], d2 = {
|
|
20296
20293
|
key: 0,
|
|
20297
20294
|
class: "text-red-500 ml-1"
|
|
20298
|
-
},
|
|
20295
|
+
}, f2 = {
|
|
20299
20296
|
name: "DCodeSwitch"
|
|
20300
20297
|
}, Sd = /* @__PURE__ */ le({
|
|
20301
|
-
...
|
|
20298
|
+
...f2,
|
|
20302
20299
|
props: {
|
|
20303
20300
|
modelValue: { type: Boolean, default: !1 },
|
|
20304
20301
|
label: { default: "" },
|
|
@@ -20366,15 +20363,15 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20366
20363
|
}), c = () => {
|
|
20367
20364
|
a.value = !a.value;
|
|
20368
20365
|
}, u = M(() => a.value ? n.tooltipActiveText : n.tooltipInactiveText);
|
|
20369
|
-
return (d, f) => (p(), C("div",
|
|
20366
|
+
return (d, f) => (p(), C("div", n2, [
|
|
20370
20367
|
t.label && t.labelPosition === "left" ? (p(), C("label", {
|
|
20371
20368
|
key: 0,
|
|
20372
20369
|
for: t.id,
|
|
20373
20370
|
class: ce(["text-sm font-medium text-gray-700 cursor-pointer", { "opacity-50": t.disabled }])
|
|
20374
20371
|
}, [
|
|
20375
20372
|
ge(W(t.label) + " ", 1),
|
|
20376
|
-
t.required ? (p(), C("span",
|
|
20377
|
-
], 10,
|
|
20373
|
+
t.required ? (p(), C("span", a2, "*")) : H("", !0)
|
|
20374
|
+
], 10, s2)) : H("", !0),
|
|
20378
20375
|
F(b(tu), null, {
|
|
20379
20376
|
default: O(() => [
|
|
20380
20377
|
t.showTooltip ? (p(), X(b(Zc), {
|
|
@@ -20412,7 +20409,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20412
20409
|
"hover:shadow-xl flex items-center justify-center"
|
|
20413
20410
|
])
|
|
20414
20411
|
}, [
|
|
20415
|
-
t.loading ? (p(), C("span",
|
|
20412
|
+
t.loading ? (p(), C("span", i2, [...f[0] || (f[0] = [
|
|
20416
20413
|
x("svg", {
|
|
20417
20414
|
class: "animate-spin h-3 w-3 text-gray-400",
|
|
20418
20415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -20460,7 +20457,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20460
20457
|
_: 1
|
|
20461
20458
|
})
|
|
20462
20459
|
], 2)
|
|
20463
|
-
], 10,
|
|
20460
|
+
], 10, o2)
|
|
20464
20461
|
]),
|
|
20465
20462
|
_: 1
|
|
20466
20463
|
}),
|
|
@@ -20472,7 +20469,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20472
20469
|
]])
|
|
20473
20470
|
}, {
|
|
20474
20471
|
default: O(() => [
|
|
20475
|
-
x("span",
|
|
20472
|
+
x("span", r2, [
|
|
20476
20473
|
x("span", {
|
|
20477
20474
|
class: ce(["inline-block w-2 h-2 rounded-full animate-pulse", a.value ? "bg-green-200" : "bg-gray-300"])
|
|
20478
20475
|
}, null, 2),
|
|
@@ -20512,7 +20509,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20512
20509
|
"hover:shadow-xl flex items-center justify-center"
|
|
20513
20510
|
])
|
|
20514
20511
|
}, [
|
|
20515
|
-
t.loading ? (p(), C("span",
|
|
20512
|
+
t.loading ? (p(), C("span", c2, [...f[1] || (f[1] = [
|
|
20516
20513
|
x("svg", {
|
|
20517
20514
|
class: "animate-spin h-3 w-3 text-gray-400",
|
|
20518
20515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -20560,7 +20557,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20560
20557
|
_: 1
|
|
20561
20558
|
})
|
|
20562
20559
|
], 2)
|
|
20563
|
-
], 10,
|
|
20560
|
+
], 10, l2))
|
|
20564
20561
|
]),
|
|
20565
20562
|
_: 1
|
|
20566
20563
|
}),
|
|
@@ -20570,32 +20567,32 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20570
20567
|
class: ce(["text-sm font-medium text-gray-700 cursor-pointer", { "opacity-50": t.disabled }])
|
|
20571
20568
|
}, [
|
|
20572
20569
|
ge(W(t.label) + " ", 1),
|
|
20573
|
-
t.required ? (p(), C("span",
|
|
20574
|
-
], 10,
|
|
20570
|
+
t.required ? (p(), C("span", d2, "*")) : H("", !0)
|
|
20571
|
+
], 10, u2)) : H("", !0)
|
|
20575
20572
|
]));
|
|
20576
20573
|
}
|
|
20577
|
-
}),
|
|
20574
|
+
}), h2 = ["aria-busy"], p2 = {
|
|
20578
20575
|
key: 0,
|
|
20579
20576
|
class: "h-4 w-32 rounded bg-gray-200 dark:bg-gray-700 animate-pulse"
|
|
20580
|
-
},
|
|
20577
|
+
}, m2 = {
|
|
20581
20578
|
key: 1,
|
|
20582
20579
|
class: "flex justify-end"
|
|
20583
|
-
},
|
|
20580
|
+
}, g2 = {
|
|
20584
20581
|
key: 0,
|
|
20585
20582
|
class: "ml-1 text-destructive"
|
|
20586
|
-
},
|
|
20583
|
+
}, b2 = { class: "relative w-full group" }, y2 = {
|
|
20587
20584
|
key: 0,
|
|
20588
20585
|
class: "absolute inset-y-0 left-4 flex items-center text-muted-foreground"
|
|
20589
|
-
},
|
|
20586
|
+
}, v2 = { key: 1 }, x2 = {
|
|
20590
20587
|
key: 1,
|
|
20591
20588
|
class: "absolute inset-y-0 right-3 flex items-center"
|
|
20592
|
-
},
|
|
20589
|
+
}, w2 = {
|
|
20593
20590
|
key: 2,
|
|
20594
20591
|
class: "absolute inset-y-0 right-3 flex items-center"
|
|
20595
|
-
},
|
|
20592
|
+
}, k2 = {
|
|
20596
20593
|
key: 3,
|
|
20597
20594
|
class: "absolute top-full right-0 z-10 text-[11px] text-gray-500 dark:text-gray-400 opacity-0 transition-opacity pointer-events-none group-focus-within:opacity-100"
|
|
20598
|
-
},
|
|
20595
|
+
}, _2 = {
|
|
20599
20596
|
key: 1,
|
|
20600
20597
|
class: "text-xs text-destructive"
|
|
20601
20598
|
}, Dd = /* @__PURE__ */ le({
|
|
@@ -20778,11 +20775,11 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20778
20775
|
"aria-busy": r.skeleton
|
|
20779
20776
|
}, [
|
|
20780
20777
|
r.skeleton ? (p(), C(xe, { key: 0 }, [
|
|
20781
|
-
l.value ? (p(), C("div",
|
|
20778
|
+
l.value ? (p(), C("div", p2)) : H("", !0),
|
|
20782
20779
|
te[1] || (te[1] = x("div", { class: "relative w-full" }, [
|
|
20783
20780
|
x("div", { class: "h-10 w-full rounded-lg bg-gray-200 dark:bg-gray-700 animate-pulse" })
|
|
20784
20781
|
], -1)),
|
|
20785
|
-
G.value ? (p(), C("div",
|
|
20782
|
+
G.value ? (p(), C("div", m2, [...te[0] || (te[0] = [
|
|
20786
20783
|
x("div", { class: "h-3 w-14 rounded bg-gray-200 dark:bg-gray-700 animate-pulse" }, null, -1)
|
|
20787
20784
|
])])) : H("", !0)
|
|
20788
20785
|
], 64)) : (p(), C(xe, { key: 1 }, [
|
|
@@ -20793,17 +20790,17 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20793
20790
|
}, {
|
|
20794
20791
|
default: O(() => [
|
|
20795
20792
|
ge(W(l.value) + " ", 1),
|
|
20796
|
-
d.value ? (p(), C("span",
|
|
20793
|
+
d.value ? (p(), C("span", g2, "*")) : H("", !0)
|
|
20797
20794
|
]),
|
|
20798
20795
|
_: 1
|
|
20799
20796
|
}, 8, ["for"])) : H("", !0),
|
|
20800
|
-
x("div",
|
|
20801
|
-
r.icon || r.prependInner || z.$slots["prepend-inner"] ? (p(), C("div",
|
|
20797
|
+
x("div", b2, [
|
|
20798
|
+
r.icon || r.prependInner || z.$slots["prepend-inner"] ? (p(), C("div", y2, [
|
|
20802
20799
|
he(z.$slots, "prepend-inner", {}, () => [
|
|
20803
20800
|
r.icon ? (p(), X(ot(r.icon), {
|
|
20804
20801
|
key: 0,
|
|
20805
20802
|
class: "h-4 w-4"
|
|
20806
|
-
})) : r.prependInner ? (p(), C("span",
|
|
20803
|
+
})) : r.prependInner ? (p(), C("span", v2, W(r.prependInner), 1)) : H("", !0)
|
|
20807
20804
|
])
|
|
20808
20805
|
])) : H("", !0),
|
|
20809
20806
|
F(b(qn), $e({
|
|
@@ -20820,7 +20817,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20820
20817
|
ne.value ? "border-destructive focus:ring-destructive focus-visible:ring-destructive focus-visible:ring-[0.5px]" : ""
|
|
20821
20818
|
]
|
|
20822
20819
|
}), null, 16, ["id", "modelValue", "placeholder", "style", "class"]),
|
|
20823
|
-
s.value ? (p(), C("div",
|
|
20820
|
+
s.value ? (p(), C("div", x2, [
|
|
20824
20821
|
x("button", {
|
|
20825
20822
|
type: "button",
|
|
20826
20823
|
class: "text-muted-foreground hover:text-foreground",
|
|
@@ -20830,7 +20827,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20830
20827
|
(p(), X(ot(a.value ? b(pc) : b(Hd)), { class: "w-4 h-4" }))
|
|
20831
20828
|
])
|
|
20832
20829
|
])) : H("", !0),
|
|
20833
|
-
m.value && !s.value ? (p(), C("div",
|
|
20830
|
+
m.value && !s.value ? (p(), C("div", w2, [
|
|
20834
20831
|
x("button", {
|
|
20835
20832
|
type: "button",
|
|
20836
20833
|
class: "text-muted-foreground hover:text-foreground text-lg leading-none",
|
|
@@ -20838,27 +20835,27 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
20838
20835
|
onClick: De
|
|
20839
20836
|
}, " ✕ ")
|
|
20840
20837
|
])) : H("", !0),
|
|
20841
|
-
at.value && !ne.value ? (p(), C("p",
|
|
20838
|
+
at.value && !ne.value ? (p(), C("p", k2, W(Pe.value), 1)) : H("", !0)
|
|
20842
20839
|
]),
|
|
20843
|
-
ne.value ? (p(), C("p",
|
|
20840
|
+
ne.value ? (p(), C("p", _2, W(r.error), 1)) : H("", !0)
|
|
20844
20841
|
], 64))
|
|
20845
|
-
], 10,
|
|
20842
|
+
], 10, h2)), [
|
|
20846
20843
|
[Wn, t.visible]
|
|
20847
20844
|
]);
|
|
20848
20845
|
}
|
|
20849
|
-
}),
|
|
20846
|
+
}), C2 = ["aria-busy"], M2 = {
|
|
20850
20847
|
key: 0,
|
|
20851
20848
|
class: "h-4 w-32 rounded bg-gray-200 dark:bg-gray-700 animate-pulse"
|
|
20852
|
-
},
|
|
20849
|
+
}, S2 = {
|
|
20853
20850
|
key: 0,
|
|
20854
20851
|
class: "ml-1 text-destructive"
|
|
20855
|
-
},
|
|
20852
|
+
}, D2 = { class: "relative w-full group" }, A2 = ["id", "value"], $2 = {
|
|
20856
20853
|
key: 0,
|
|
20857
20854
|
class: "absolute top-1 right-2"
|
|
20858
|
-
},
|
|
20855
|
+
}, P2 = {
|
|
20859
20856
|
key: 1,
|
|
20860
20857
|
class: "absolute top-full right-0 z-10 text-[11px] text-gray-500 dark:text-gray-400 opacity-0 transition-opacity pointer-events-none group-focus-within:opacity-100"
|
|
20861
|
-
},
|
|
20858
|
+
}, O2 = {
|
|
20862
20859
|
key: 1,
|
|
20863
20860
|
class: "text-xs text-destructive"
|
|
20864
20861
|
}, Zo = /* @__PURE__ */ le({
|
|
@@ -21043,7 +21040,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21043
21040
|
"aria-busy": a.skeleton
|
|
21044
21041
|
}, [
|
|
21045
21042
|
a.skeleton ? (p(), C(xe, { key: 0 }, [
|
|
21046
|
-
o.value ? (p(), C("div",
|
|
21043
|
+
o.value ? (p(), C("div", M2)) : H("", !0),
|
|
21047
21044
|
x("div", {
|
|
21048
21045
|
class: "w-full rounded-lg bg-gray-200 dark:bg-gray-700 animate-pulse",
|
|
21049
21046
|
style: Qe(Pe.value)
|
|
@@ -21056,11 +21053,11 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21056
21053
|
}, {
|
|
21057
21054
|
default: O(() => [
|
|
21058
21055
|
ge(W(o.value) + " ", 1),
|
|
21059
|
-
c.value ? (p(), C("span",
|
|
21056
|
+
c.value ? (p(), C("span", S2, "*")) : H("", !0)
|
|
21060
21057
|
]),
|
|
21061
21058
|
_: 1
|
|
21062
21059
|
}, 8, ["for"])) : H("", !0),
|
|
21063
|
-
x("div",
|
|
21060
|
+
x("div", D2, [
|
|
21064
21061
|
x("textarea", $e({
|
|
21065
21062
|
id: l.value,
|
|
21066
21063
|
value: m.value
|
|
@@ -21070,8 +21067,8 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21070
21067
|
"flex min-h-[120px] w-full pr-10 rounded-lg border px-3 py-2 bg-white dark:bg-neutral-900 text-foreground dark:text-gray-300 border-gray-300 dark:border-gray-700 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
21071
21068
|
De.value ? "border-destructive focus-visible:ring-destructive" : ""
|
|
21072
21069
|
]
|
|
21073
|
-
}), null, 16,
|
|
21074
|
-
y.value ? (p(), C("div",
|
|
21070
|
+
}), null, 16, A2),
|
|
21071
|
+
y.value ? (p(), C("div", $2, [
|
|
21075
21072
|
x("button", {
|
|
21076
21073
|
type: "button",
|
|
21077
21074
|
class: "text-muted-foreground hover:text-foreground text-sm leading-none",
|
|
@@ -21079,11 +21076,11 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21079
21076
|
onClick: J
|
|
21080
21077
|
}, " ✕ ")
|
|
21081
21078
|
])) : H("", !0),
|
|
21082
|
-
ke.value && !De.value ? (p(), C("p",
|
|
21079
|
+
ke.value && !De.value ? (p(), C("p", P2, W(Ce.value), 1)) : H("", !0)
|
|
21083
21080
|
]),
|
|
21084
|
-
De.value ? (p(), C("p",
|
|
21081
|
+
De.value ? (p(), C("p", O2, W(a.error), 1)) : H("", !0)
|
|
21085
21082
|
], 64))
|
|
21086
|
-
], 10,
|
|
21083
|
+
], 10, C2)), [
|
|
21087
21084
|
[Wn, i.value]
|
|
21088
21085
|
]);
|
|
21089
21086
|
}
|
|
@@ -21097,7 +21094,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21097
21094
|
setup(t) {
|
|
21098
21095
|
const e = t;
|
|
21099
21096
|
return (n, s) => (p(), X(b(Ff), {
|
|
21100
|
-
class: ce(b(_e)(b(
|
|
21097
|
+
class: ce(b(_e)(b(T2)({ size: t.size, shape: t.shape }), e.class))
|
|
21101
21098
|
}, {
|
|
21102
21099
|
default: O(() => [
|
|
21103
21100
|
he(n.$slots, "default")
|
|
@@ -21139,7 +21136,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21139
21136
|
_: 3
|
|
21140
21137
|
}, 16));
|
|
21141
21138
|
}
|
|
21142
|
-
}),
|
|
21139
|
+
}), T2 = Us(
|
|
21143
21140
|
"inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden",
|
|
21144
21141
|
{
|
|
21145
21142
|
variants: {
|
|
@@ -21154,19 +21151,19 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21154
21151
|
}
|
|
21155
21152
|
}
|
|
21156
21153
|
}
|
|
21157
|
-
),
|
|
21154
|
+
), B2 = { class: "relative" }, E2 = { class: "space-y-6" }, R2 = { class: "flex items-center justify-between gap-3" }, z2 = { class: "font-medium" }, I2 = { class: "text-xs text-muted-foreground" }, F2 = { class: "mt-1 text-sm text-muted-foreground" }, L2 = { class: "text-foreground" }, V2 = { class: "text-foreground" }, j2 = { class: "mt-1 text-xs text-muted-foreground" }, W2 = {
|
|
21158
21155
|
key: 0,
|
|
21159
21156
|
class: "mt-3 flex items-center gap-2 text-sm"
|
|
21160
|
-
},
|
|
21157
|
+
}, N2 = { class: "flex items-center justify-between gap-3" }, H2 = { class: "font-medium" }, U2 = { class: "text-xs text-muted-foreground" }, q2 = { class: "mt-2 text-sm text-muted-foreground" }, Y2 = { class: "flex flex-wrap items-center justify-between gap-3" }, G2 = { class: "flex items-center gap-3" }, K2 = { class: "leading-tight" }, X2 = { class: "text-sm font-medium" }, J2 = { class: "text-xs text-muted-foreground" }, Q2 = { class: "flex items-center gap-2" }, Z2 = {
|
|
21161
21158
|
key: 2,
|
|
21162
21159
|
class: "flex flex-col gap-3 sm:flex-row sm:items-start"
|
|
21163
|
-
},
|
|
21160
|
+
}, eC = { class: "h-16 w-16 shrink-0 rounded-lg bg-muted flex items-center justify-center" }, tC = ["src"], nC = { class: "flex-1" }, sC = { class: "flex items-center justify-between gap-3" }, aC = { class: "font-medium" }, oC = { class: "text-xs text-muted-foreground" }, iC = { class: "mt-1 text-sm text-muted-foreground" }, rC = { class: "text-left sm:text-center" }, lC = { class: "text-xs text-muted-foreground" }, cC = { class: "text-left sm:text-center" }, uC = { class: "text-xs text-muted-foreground" }, dC = { class: "text-left sm:text-center" }, fC = { class: "text-xs text-muted-foreground" }, hC = { class: "flex items-center justify-between gap-3" }, pC = { class: "font-medium" }, mC = { class: "text-xs text-muted-foreground" }, gC = { class: "mt-2 text-sm text-muted-foreground" }, bC = { class: "mt-3 flex items-center gap-3" }, yC = { class: "text-sm font-medium" }, vC = { class: "flex items-start justify-between gap-3" }, xC = { class: "font-medium" }, wC = { class: "mt-3 grid gap-2 text-sm" }, kC = { class: "flex items-center justify-between gap-3" }, _C = { class: "flex items-center gap-2 text-muted-foreground" }, CC = { class: "font-medium" }, MC = { class: "flex items-center justify-between gap-3" }, SC = { class: "flex items-center gap-2 text-muted-foreground" }, DC = { class: "font-medium" }, AC = { class: "flex items-center justify-between gap-3" }, $C = { class: "flex items-center gap-2 text-muted-foreground" }, PC = { class: "font-medium" }, OC = { class: "flex items-center justify-between" }, TC = { class: "flex items-center gap-2" }, BC = { class: "flex items-start justify-between gap-3" }, EC = { class: "flex items-center gap-2" }, RC = { class: "font-medium" }, zC = { class: "mt-2 text-sm text-muted-foreground" }, IC = {
|
|
21164
21161
|
key: 0,
|
|
21165
21162
|
class: "mt-1 text-sm text-muted-foreground"
|
|
21166
|
-
},
|
|
21163
|
+
}, FC = { class: "flex flex-wrap items-center justify-between gap-3" }, LC = { class: "flex items-center gap-2" }, VC = { class: "text-xs text-muted-foreground" }, jC = {
|
|
21167
21164
|
name: "DCodeTimelineWithIcons"
|
|
21168
|
-
},
|
|
21169
|
-
...
|
|
21165
|
+
}, WC = /* @__PURE__ */ le({
|
|
21166
|
+
...jC,
|
|
21170
21167
|
setup(t) {
|
|
21171
21168
|
const n = ch(uh).smaller("md");
|
|
21172
21169
|
ee(!1);
|
|
@@ -21255,9 +21252,9 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21255
21252
|
}),
|
|
21256
21253
|
F(b(us), { class: "px-0" }, {
|
|
21257
21254
|
default: O(() => [
|
|
21258
|
-
x("div",
|
|
21255
|
+
x("div", B2, [
|
|
21259
21256
|
r[7] || (r[7] = x("div", { class: "absolute left-4 top-0 h-full w-px bg-border" }, null, -1)),
|
|
21260
|
-
x("div",
|
|
21257
|
+
x("div", E2, [
|
|
21261
21258
|
(p(!0), C(xe, null, Ne(s.value, (l, c) => (p(), C("div", {
|
|
21262
21259
|
key: c,
|
|
21263
21260
|
class: "relative pl-14"
|
|
@@ -21272,29 +21269,29 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21272
21269
|
F(b(us), { class: "p-4" }, {
|
|
21273
21270
|
default: O(() => [
|
|
21274
21271
|
l.type === "flight" ? (p(), C(xe, { key: 0 }, [
|
|
21275
|
-
x("div",
|
|
21276
|
-
x("p",
|
|
21277
|
-
x("p",
|
|
21272
|
+
x("div", R2, [
|
|
21273
|
+
x("p", z2, W(l.title), 1),
|
|
21274
|
+
x("p", I2, W(l.meta), 1)
|
|
21278
21275
|
]),
|
|
21279
|
-
x("p",
|
|
21280
|
-
x("span",
|
|
21276
|
+
x("p", F2, [
|
|
21277
|
+
x("span", L2, W(l.from), 1),
|
|
21281
21278
|
F(b(Ud), { class: "mx-2 inline h-4 w-4" }),
|
|
21282
|
-
x("span",
|
|
21279
|
+
x("span", V2, W(l.to), 1)
|
|
21283
21280
|
]),
|
|
21284
|
-
x("p",
|
|
21285
|
-
l.fileName ? (p(), C("div",
|
|
21281
|
+
x("p", j2, W(l.time), 1),
|
|
21282
|
+
l.fileName ? (p(), C("div", W2, [
|
|
21286
21283
|
F(b(fc), { class: "h-4 w-4 text-muted-foreground" }),
|
|
21287
21284
|
x("span", null, W(l.fileName), 1)
|
|
21288
21285
|
])) : H("", !0)
|
|
21289
21286
|
], 64)) : l.type === "interview" ? (p(), C(xe, { key: 1 }, [
|
|
21290
|
-
x("div",
|
|
21291
|
-
x("p",
|
|
21292
|
-
x("p",
|
|
21287
|
+
x("div", N2, [
|
|
21288
|
+
x("p", H2, W(l.title), 1),
|
|
21289
|
+
x("p", U2, W(l.meta), 1)
|
|
21293
21290
|
]),
|
|
21294
|
-
x("p",
|
|
21291
|
+
x("p", q2, W(l.desc), 1),
|
|
21295
21292
|
F(b($s), { class: "my-4" }),
|
|
21296
|
-
x("div",
|
|
21297
|
-
x("div",
|
|
21293
|
+
x("div", Y2, [
|
|
21294
|
+
x("div", G2, [
|
|
21298
21295
|
F(b(nc), { class: "h-10 w-10" }, {
|
|
21299
21296
|
default: O(() => [
|
|
21300
21297
|
l.avatarUrl ? (p(), X(b(ac), {
|
|
@@ -21310,12 +21307,12 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21310
21307
|
]),
|
|
21311
21308
|
_: 2
|
|
21312
21309
|
}, 1024),
|
|
21313
|
-
x("div",
|
|
21314
|
-
x("p",
|
|
21315
|
-
x("p",
|
|
21310
|
+
x("div", K2, [
|
|
21311
|
+
x("p", X2, W(l.personName), 1),
|
|
21312
|
+
x("p", J2, W(l.personRole), 1)
|
|
21316
21313
|
])
|
|
21317
21314
|
]),
|
|
21318
|
-
x("div",
|
|
21315
|
+
x("div", Q2, [
|
|
21319
21316
|
F(b(Ie), {
|
|
21320
21317
|
size: "icon",
|
|
21321
21318
|
variant: "ghost"
|
|
@@ -21336,48 +21333,48 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21336
21333
|
})
|
|
21337
21334
|
])
|
|
21338
21335
|
])
|
|
21339
|
-
], 64)) : l.type === "product" ? (p(), C("div",
|
|
21340
|
-
x("div",
|
|
21336
|
+
], 64)) : l.type === "product" ? (p(), C("div", Z2, [
|
|
21337
|
+
x("div", eC, [
|
|
21341
21338
|
l.imgUrl ? (p(), C("img", {
|
|
21342
21339
|
key: 0,
|
|
21343
21340
|
src: l.imgUrl,
|
|
21344
21341
|
class: "h-full w-full rounded-lg object-cover",
|
|
21345
21342
|
alt: "product"
|
|
21346
|
-
}, null, 8,
|
|
21343
|
+
}, null, 8, tC)) : (p(), X(b(Xi), {
|
|
21347
21344
|
key: 1,
|
|
21348
21345
|
class: "h-5 w-5 text-muted-foreground"
|
|
21349
21346
|
}))
|
|
21350
21347
|
]),
|
|
21351
|
-
x("div",
|
|
21352
|
-
x("div",
|
|
21353
|
-
x("p",
|
|
21354
|
-
x("p",
|
|
21348
|
+
x("div", nC, [
|
|
21349
|
+
x("div", sC, [
|
|
21350
|
+
x("p", aC, W(l.title), 1),
|
|
21351
|
+
x("p", oC, W(l.meta), 1)
|
|
21355
21352
|
]),
|
|
21356
|
-
x("p",
|
|
21353
|
+
x("p", iC, W(l.desc), 1),
|
|
21357
21354
|
x("div", {
|
|
21358
21355
|
class: ce(["mt-4 grid gap-3", b(n) ? "grid-cols-1" : "grid-cols-3"])
|
|
21359
21356
|
}, [
|
|
21360
|
-
x("div",
|
|
21357
|
+
x("div", rC, [
|
|
21361
21358
|
r[1] || (r[1] = x("p", { class: "text-sm font-medium" }, "Customer", -1)),
|
|
21362
|
-
x("p",
|
|
21359
|
+
x("p", lC, W(l.customer), 1)
|
|
21363
21360
|
]),
|
|
21364
|
-
x("div",
|
|
21361
|
+
x("div", cC, [
|
|
21365
21362
|
r[2] || (r[2] = x("p", { class: "text-sm font-medium" }, "Price", -1)),
|
|
21366
|
-
x("p",
|
|
21363
|
+
x("p", uC, W(l.price), 1)
|
|
21367
21364
|
]),
|
|
21368
|
-
x("div",
|
|
21365
|
+
x("div", dC, [
|
|
21369
21366
|
r[3] || (r[3] = x("p", { class: "text-sm font-medium" }, "Quantity", -1)),
|
|
21370
|
-
x("p",
|
|
21367
|
+
x("p", fC, W(l.qty), 1)
|
|
21371
21368
|
])
|
|
21372
21369
|
], 2)
|
|
21373
21370
|
])
|
|
21374
21371
|
])) : l.type === "design" ? (p(), C(xe, { key: 3 }, [
|
|
21375
|
-
x("div",
|
|
21376
|
-
x("p",
|
|
21377
|
-
x("p",
|
|
21372
|
+
x("div", hC, [
|
|
21373
|
+
x("p", pC, W(l.title), 1),
|
|
21374
|
+
x("p", mC, W(l.meta), 1)
|
|
21378
21375
|
]),
|
|
21379
|
-
x("p",
|
|
21380
|
-
x("div",
|
|
21376
|
+
x("p", gC, W(l.desc), 1),
|
|
21377
|
+
x("div", bC, [
|
|
21381
21378
|
F(b(nc), { class: "h-10 w-10" }, {
|
|
21382
21379
|
default: O(() => [
|
|
21383
21380
|
l.avatarUrl ? (p(), X(b(ac), {
|
|
@@ -21393,11 +21390,11 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21393
21390
|
]),
|
|
21394
21391
|
_: 2
|
|
21395
21392
|
}, 1024),
|
|
21396
|
-
x("p",
|
|
21393
|
+
x("p", yC, W(l.personName), 1)
|
|
21397
21394
|
])
|
|
21398
21395
|
], 64)) : l.type === "server" ? (p(), C(xe, { key: 4 }, [
|
|
21399
|
-
x("div",
|
|
21400
|
-
x("p",
|
|
21396
|
+
x("div", vC, [
|
|
21397
|
+
x("p", xC, W(l.title), 1),
|
|
21401
21398
|
F(b(wn), {
|
|
21402
21399
|
variant: "destructive",
|
|
21403
21400
|
class: "h-6"
|
|
@@ -21408,32 +21405,32 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21408
21405
|
_: 2
|
|
21409
21406
|
}, 1024)
|
|
21410
21407
|
]),
|
|
21411
|
-
x("div",
|
|
21412
|
-
x("div",
|
|
21413
|
-
x("div",
|
|
21408
|
+
x("div", wC, [
|
|
21409
|
+
x("div", kC, [
|
|
21410
|
+
x("div", _C, [
|
|
21414
21411
|
F(b(Yd), { class: "h-4 w-4" }),
|
|
21415
21412
|
r[4] || (r[4] = x("span", null, "IP Address", -1))
|
|
21416
21413
|
]),
|
|
21417
|
-
x("span",
|
|
21414
|
+
x("span", CC, W(l.ip), 1)
|
|
21418
21415
|
]),
|
|
21419
|
-
x("div",
|
|
21420
|
-
x("div",
|
|
21416
|
+
x("div", MC, [
|
|
21417
|
+
x("div", SC, [
|
|
21421
21418
|
F(b(Gd), { class: "h-4 w-4" }),
|
|
21422
21419
|
r[5] || (r[5] = x("span", null, "CPU", -1))
|
|
21423
21420
|
]),
|
|
21424
|
-
x("span",
|
|
21421
|
+
x("span", DC, W(l.cpu), 1)
|
|
21425
21422
|
]),
|
|
21426
|
-
x("div",
|
|
21427
|
-
x("div",
|
|
21423
|
+
x("div", AC, [
|
|
21424
|
+
x("div", $C, [
|
|
21428
21425
|
F(b(Kd), { class: "h-4 w-4" }),
|
|
21429
21426
|
r[6] || (r[6] = x("span", null, "Memory", -1))
|
|
21430
21427
|
]),
|
|
21431
|
-
x("span",
|
|
21428
|
+
x("span", PC, W(l.memory), 1)
|
|
21432
21429
|
])
|
|
21433
21430
|
]),
|
|
21434
21431
|
F(b($s), { class: "my-4" }),
|
|
21435
|
-
x("div",
|
|
21436
|
-
x("div",
|
|
21432
|
+
x("div", OC, [
|
|
21433
|
+
x("div", TC, [
|
|
21437
21434
|
F(b(Ie), {
|
|
21438
21435
|
size: "icon",
|
|
21439
21436
|
variant: "ghost"
|
|
@@ -21455,10 +21452,10 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21455
21452
|
])
|
|
21456
21453
|
])
|
|
21457
21454
|
], 64)) : l.type === "location" ? (p(), C(xe, { key: 5 }, [
|
|
21458
|
-
x("div",
|
|
21459
|
-
x("div",
|
|
21455
|
+
x("div", BC, [
|
|
21456
|
+
x("div", EC, [
|
|
21460
21457
|
F(b(Ji), { class: "h-4 w-4 text-muted-foreground" }),
|
|
21461
|
-
x("p",
|
|
21458
|
+
x("p", RC, W(l.title), 1)
|
|
21462
21459
|
]),
|
|
21463
21460
|
F(b(wn), {
|
|
21464
21461
|
variant: "destructive",
|
|
@@ -21470,11 +21467,11 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21470
21467
|
_: 2
|
|
21471
21468
|
}, 1024)
|
|
21472
21469
|
]),
|
|
21473
|
-
x("p",
|
|
21474
|
-
l.desc2 ? (p(), C("p",
|
|
21470
|
+
x("p", zC, W(l.desc1), 1),
|
|
21471
|
+
l.desc2 ? (p(), C("p", IC, W(l.desc2), 1)) : H("", !0),
|
|
21475
21472
|
F(b($s), { class: "my-4" }),
|
|
21476
|
-
x("div",
|
|
21477
|
-
x("div",
|
|
21473
|
+
x("div", FC, [
|
|
21474
|
+
x("div", LC, [
|
|
21478
21475
|
F(b(Ie), {
|
|
21479
21476
|
size: "icon",
|
|
21480
21477
|
variant: "ghost"
|
|
@@ -21503,7 +21500,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21503
21500
|
_: 1
|
|
21504
21501
|
})
|
|
21505
21502
|
]),
|
|
21506
|
-
x("p",
|
|
21503
|
+
x("p", VC, "Due date: " + W(l.due), 1)
|
|
21507
21504
|
])
|
|
21508
21505
|
], 64)) : H("", !0)
|
|
21509
21506
|
]),
|
|
@@ -21522,13 +21519,13 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21522
21519
|
_: 1
|
|
21523
21520
|
}));
|
|
21524
21521
|
}
|
|
21525
|
-
}),
|
|
21522
|
+
}), NC = { class: "dcode-upload-file" }, HC = { class: "border-2 border-dashed border-gray-300 dark:border-gray-700 rounded-lg p-6 flex flex-col items-center justify-center text-center hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors cursor-pointer" }, UC = {
|
|
21526
21523
|
key: 0,
|
|
21527
21524
|
class: "text-xs text-gray-500 mt-1"
|
|
21528
|
-
},
|
|
21525
|
+
}, qC = ["accept"], YC = {
|
|
21529
21526
|
key: 1,
|
|
21530
21527
|
class: "text-xs text-red-600 mt-1"
|
|
21531
|
-
},
|
|
21528
|
+
}, GC = /* @__PURE__ */ le({
|
|
21532
21529
|
__name: "DCodeUploadFile",
|
|
21533
21530
|
props: {
|
|
21534
21531
|
label: {},
|
|
@@ -21543,41 +21540,41 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21543
21540
|
const o = (i = a.target.files) == null ? void 0 : i[0];
|
|
21544
21541
|
o && n("update:modelValue", o);
|
|
21545
21542
|
};
|
|
21546
|
-
return (a, o) => (p(), C("div",
|
|
21543
|
+
return (a, o) => (p(), C("div", NC, [
|
|
21547
21544
|
t.label ? (p(), X(Cd, {
|
|
21548
21545
|
key: 0,
|
|
21549
21546
|
label: t.label
|
|
21550
21547
|
}, null, 8, ["label"])) : H("", !0),
|
|
21551
|
-
x("div",
|
|
21548
|
+
x("div", HC, [
|
|
21552
21549
|
F(b(sf), { class: "w-8 h-8 text-gray-400 mb-2" }),
|
|
21553
21550
|
o[0] || (o[0] = x("p", { class: "text-sm text-gray-600 dark:text-gray-400" }, [
|
|
21554
21551
|
x("span", { class: "font-medium text-primary-600" }, "Click to upload"),
|
|
21555
21552
|
ge(" or drag and drop ")
|
|
21556
21553
|
], -1)),
|
|
21557
|
-
t.accept ? (p(), C("p",
|
|
21554
|
+
t.accept ? (p(), C("p", UC, W(t.accept), 1)) : H("", !0),
|
|
21558
21555
|
x("input", {
|
|
21559
21556
|
type: "file",
|
|
21560
21557
|
class: "hidden",
|
|
21561
21558
|
onChange: s,
|
|
21562
21559
|
accept: t.accept
|
|
21563
|
-
}, null, 40,
|
|
21560
|
+
}, null, 40, qC)
|
|
21564
21561
|
]),
|
|
21565
|
-
t.errorMessage ? (p(), C("p",
|
|
21562
|
+
t.errorMessage ? (p(), C("p", YC, W(t.errorMessage), 1)) : H("", !0)
|
|
21566
21563
|
]));
|
|
21567
21564
|
}
|
|
21568
|
-
}),
|
|
21565
|
+
}), KC = ["onClick"], XC = {
|
|
21569
21566
|
key: 1,
|
|
21570
21567
|
class: "mr-2 text-xs font-bold shrink-0 opacity-50"
|
|
21571
|
-
},
|
|
21568
|
+
}, JC = { class: "font-semibold text-sm whitespace-normal text-center leading-tight" }, QC = { key: 1 }, ZC = {
|
|
21572
21569
|
key: 0,
|
|
21573
21570
|
class: "text-primary-700"
|
|
21574
|
-
},
|
|
21571
|
+
}, eM = { key: 1 }, tM = { key: 2 }, nM = {
|
|
21575
21572
|
key: 1,
|
|
21576
21573
|
class: "mr-2 text-sm font-bold opacity-70"
|
|
21577
|
-
},
|
|
21574
|
+
}, sM = { class: "whitespace-normal text-sm text-center leading-tight" }, aM = { class: "flex flex-col flex-1 min-w-0" }, oM = { class: "text-sm text-muted-foreground" }, iM = { class: "px-1" }, rM = {
|
|
21578
21575
|
name: "DCodeWizard"
|
|
21579
|
-
},
|
|
21580
|
-
...
|
|
21576
|
+
}, lM = /* @__PURE__ */ le({
|
|
21577
|
+
...rM,
|
|
21581
21578
|
props: {
|
|
21582
21579
|
tabs: {},
|
|
21583
21580
|
modelValue: {},
|
|
@@ -21752,9 +21749,9 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21752
21749
|
t.typeWizard === "icon" && w.icon ? (p(), X(ot(w.icon), {
|
|
21753
21750
|
key: 0,
|
|
21754
21751
|
class: "w-4 h-4"
|
|
21755
|
-
})) : t.typeWizard === "number" || !w.icon && t.typeWizard !== "none" ? (p(), C("span",
|
|
21756
|
-
_ < r.value ? (p(), C("span",
|
|
21757
|
-
])) : (p(), C("span",
|
|
21752
|
+
})) : t.typeWizard === "number" || !w.icon && t.typeWizard !== "none" ? (p(), C("span", QC, [
|
|
21753
|
+
_ < r.value ? (p(), C("span", ZC, "✓")) : (p(), C("span", eM, W(_ + 1), 1))
|
|
21754
|
+
])) : (p(), C("span", tM))
|
|
21758
21755
|
], 2),
|
|
21759
21756
|
x("span", {
|
|
21760
21757
|
class: ce(["text-xs font-semibold whitespace-normal px-2 py-1 rounded transition-colors text-left", _ === r.value ? "text-primary" : "text-slate-500"])
|
|
@@ -21774,8 +21771,8 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21774
21771
|
t.typeWizard === "icon" && w.icon ? (p(), X(ot(w.icon), {
|
|
21775
21772
|
key: 0,
|
|
21776
21773
|
class: "w-4 h-4 mr-2 shrink-0"
|
|
21777
|
-
})) : t.typeWizard === "number" ? (p(), C("span",
|
|
21778
|
-
x("span",
|
|
21774
|
+
})) : t.typeWizard === "number" ? (p(), C("span", XC, W(_ + 1), 1)) : H("", !0),
|
|
21775
|
+
x("span", JC, W(w.title), 1)
|
|
21779
21776
|
], 2),
|
|
21780
21777
|
_ < t.tabs.length - 1 ? (p(), C("div", {
|
|
21781
21778
|
key: 0,
|
|
@@ -21783,7 +21780,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21783
21780
|
_ === r.value ? "border-l-primary" : _ < r.value ? "border-l-primary/20 group-hover:border-l-primary/30" : "border-l-slate-100 dark:border-l-zinc-800 group-hover:border-l-slate-200 dark:group-hover:border-l-zinc-700"
|
|
21784
21781
|
]])
|
|
21785
21782
|
}, null, 2)) : H("", !0)
|
|
21786
|
-
], 12,
|
|
21783
|
+
], 12, KC))), 128))
|
|
21787
21784
|
], 2)) : (p(), C("div", {
|
|
21788
21785
|
key: 1,
|
|
21789
21786
|
class: ce(["flex w-full", t.isVertical ? "flex-col gap-1" : "flex-wrap border-b border-separate"])
|
|
@@ -21806,8 +21803,8 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21806
21803
|
t.typeWizard === "icon" && w.icon ? (p(), X(ot(w.icon), {
|
|
21807
21804
|
key: 0,
|
|
21808
21805
|
class: "h-4 w-4 shrink-0"
|
|
21809
|
-
})) : t.typeWizard === "number" ? (p(), C("span",
|
|
21810
|
-
x("span",
|
|
21806
|
+
})) : t.typeWizard === "number" ? (p(), C("span", nM, W(_ + 1), 1)) : H("", !0),
|
|
21807
|
+
x("span", sM, W(w.title), 1)
|
|
21811
21808
|
]),
|
|
21812
21809
|
_: 2
|
|
21813
21810
|
}, 1032, ["disabled", "onClick", "class"]))), 128))
|
|
@@ -21817,7 +21814,7 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21817
21814
|
_: 1
|
|
21818
21815
|
}, 8, ["class"]),
|
|
21819
21816
|
t.isVertical ? H("", !0) : (p(), X(b($s), { key: 0 })),
|
|
21820
|
-
x("div",
|
|
21817
|
+
x("div", aM, [
|
|
21821
21818
|
F(b(us), {
|
|
21822
21819
|
class: ce(["pt-6 flex-1 min-w-0", { "pl-6": t.isVertical }])
|
|
21823
21820
|
}, {
|
|
@@ -21839,9 +21836,9 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21839
21836
|
loaded: (P = d[c.value.key]) == null ? void 0 : P.loaded,
|
|
21840
21837
|
reload: T
|
|
21841
21838
|
}, () => [
|
|
21842
|
-
x("div",
|
|
21839
|
+
x("div", oM, [
|
|
21843
21840
|
D[1] || (D[1] = ge(" Slot ", -1)),
|
|
21844
|
-
x("code",
|
|
21841
|
+
x("code", iM, "tab-" + W(c.value.key), 1),
|
|
21845
21842
|
D[2] || (D[2] = ge(" belum dibuat. ", -1))
|
|
21846
21843
|
])
|
|
21847
21844
|
])
|
|
@@ -21898,10 +21895,10 @@ const yk = { class: "space-y-3" }, vk = {
|
|
|
21898
21895
|
}, 8, ["class"]));
|
|
21899
21896
|
}
|
|
21900
21897
|
}), Ps = /* @__PURE__ */ new Map();
|
|
21901
|
-
function
|
|
21898
|
+
function nD(t, e) {
|
|
21902
21899
|
Ps.set(t, e);
|
|
21903
21900
|
}
|
|
21904
|
-
function
|
|
21901
|
+
function cM(t) {
|
|
21905
21902
|
if (Ps.has(t))
|
|
21906
21903
|
return Ps.get(t);
|
|
21907
21904
|
if (typeof window < "u" && window.__MICRO_LOGIC_REGISTRY__) {
|
|
@@ -21911,11 +21908,11 @@ function dM(t) {
|
|
|
21911
21908
|
}
|
|
21912
21909
|
return null;
|
|
21913
21910
|
}
|
|
21914
|
-
function
|
|
21911
|
+
function sD(t) {
|
|
21915
21912
|
Ps.delete(t);
|
|
21916
21913
|
}
|
|
21917
21914
|
function Ad(t) {
|
|
21918
|
-
const e = ee(
|
|
21915
|
+
const e = ee(cM(t));
|
|
21919
21916
|
return { logicModule: e, onReady: (a) => {
|
|
21920
21917
|
var o;
|
|
21921
21918
|
if ((o = e.value) != null && o.onReady)
|
|
@@ -21935,7 +21932,7 @@ function Ad(t) {
|
|
|
21935
21932
|
return !1;
|
|
21936
21933
|
} };
|
|
21937
21934
|
}
|
|
21938
|
-
function
|
|
21935
|
+
function uM() {
|
|
21939
21936
|
return { setPageTitle: (n) => {
|
|
21940
21937
|
typeof document < "u" && (document.title = n || document.title), typeof window < "u" && window.dispatchEvent(
|
|
21941
21938
|
new CustomEvent("micro:page-title", {
|
|
@@ -21954,16 +21951,16 @@ function fM() {
|
|
|
21954
21951
|
);
|
|
21955
21952
|
} };
|
|
21956
21953
|
}
|
|
21957
|
-
const
|
|
21954
|
+
const dM = { class: "w-full" }, fM = { class: "relative mx-auto min-h-[37.5rem]" }, hM = {
|
|
21958
21955
|
key: "content",
|
|
21959
21956
|
class: "w-full"
|
|
21960
|
-
},
|
|
21957
|
+
}, pM = { class: "mb-6" }, mM = { class: "text-neutral-500 dark:text-neutral-400" }, gM = {
|
|
21961
21958
|
key: "skeleton",
|
|
21962
21959
|
class: "w-full"
|
|
21963
|
-
},
|
|
21960
|
+
}, bM = {
|
|
21964
21961
|
key: "error",
|
|
21965
21962
|
class: "flex items-center justify-center p-20 text-red-500 w-full"
|
|
21966
|
-
},
|
|
21963
|
+
}, yM = /* @__PURE__ */ le({
|
|
21967
21964
|
__name: "AutoLayoutForm",
|
|
21968
21965
|
props: {
|
|
21969
21966
|
layoutCode: {}
|
|
@@ -22002,7 +21999,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22002
21999
|
} catch {
|
|
22003
22000
|
r = ee("en");
|
|
22004
22001
|
}
|
|
22005
|
-
const { setPageTitle: l } =
|
|
22002
|
+
const { setPageTitle: l } = uM(), c = M(() => s.params && "id" in s.params ? !0 : s.path ? /\/edit\/[^\/]+$/.test(s.path) : !1), u = M(() => {
|
|
22006
22003
|
if (s.params && "id" in s.params) return s.params.id;
|
|
22007
22004
|
if (!s.path) return null;
|
|
22008
22005
|
const _ = s.path.match(/\/edit\/([^\/]+)$/);
|
|
@@ -22150,16 +22147,16 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22150
22147
|
l("");
|
|
22151
22148
|
}), (_, P) => {
|
|
22152
22149
|
const I = Gi("DynamicForm"), V = Gi("AutoLayoutSkeleton");
|
|
22153
|
-
return p(), C("div",
|
|
22154
|
-
x("div",
|
|
22150
|
+
return p(), C("div", dM, [
|
|
22151
|
+
x("div", fM, [
|
|
22155
22152
|
F($a, {
|
|
22156
22153
|
name: "fade",
|
|
22157
22154
|
mode: "out-in"
|
|
22158
22155
|
}, {
|
|
22159
22156
|
default: O(() => [
|
|
22160
|
-
!h.value && f.value ? (p(), C("div",
|
|
22161
|
-
x("div",
|
|
22162
|
-
x("p",
|
|
22157
|
+
!h.value && f.value ? (p(), C("div", hM, [
|
|
22158
|
+
x("div", pM, [
|
|
22159
|
+
x("p", mM, W(f.value.description), 1)
|
|
22163
22160
|
]),
|
|
22164
22161
|
F(I, {
|
|
22165
22162
|
schema: f.value,
|
|
@@ -22171,9 +22168,9 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22171
22168
|
onAction: $,
|
|
22172
22169
|
class: "w-full"
|
|
22173
22170
|
}, null, 8, ["schema", "model", "is-edit-mode", "loading"])
|
|
22174
|
-
])) : h.value ? (p(), C("div",
|
|
22171
|
+
])) : h.value ? (p(), C("div", gM, [
|
|
22175
22172
|
F(V)
|
|
22176
|
-
])) : (p(), C("div",
|
|
22173
|
+
])) : (p(), C("div", bM, " Failed to load form configuration for " + W(e.layoutCode), 1))
|
|
22177
22174
|
]),
|
|
22178
22175
|
_: 1
|
|
22179
22176
|
})
|
|
@@ -22181,7 +22178,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22181
22178
|
]);
|
|
22182
22179
|
};
|
|
22183
22180
|
}
|
|
22184
|
-
}),
|
|
22181
|
+
}), vM = /* @__PURE__ */ qs(yM, [["__scopeId", "data-v-e7db8668"]]), xM = (t, e = "short", n = "id-ID") => {
|
|
22185
22182
|
const s = typeof t == "string" ? new Date(t) : t, a = (l) => String(l).padStart(2, "0"), o = (l) => `${a(l.getHours())}:${a(l.getMinutes())}:${a(l.getSeconds())}`, r = {
|
|
22186
22183
|
id: "id-ID",
|
|
22187
22184
|
en: "en-GB"
|
|
@@ -22204,7 +22201,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22204
22201
|
month: "short",
|
|
22205
22202
|
year: "numeric"
|
|
22206
22203
|
}).format(s);
|
|
22207
|
-
},
|
|
22204
|
+
}, wM = /* @__PURE__ */ le({
|
|
22208
22205
|
__name: "Sheet",
|
|
22209
22206
|
props: {
|
|
22210
22207
|
open: { type: Boolean },
|
|
@@ -22221,7 +22218,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22221
22218
|
_: 3
|
|
22222
22219
|
}, 16));
|
|
22223
22220
|
}
|
|
22224
|
-
}),
|
|
22221
|
+
}), kM = /* @__PURE__ */ le({
|
|
22225
22222
|
inheritAttrs: !1,
|
|
22226
22223
|
__name: "SheetContent",
|
|
22227
22224
|
props: {
|
|
@@ -22239,7 +22236,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22239
22236
|
default: O(() => [
|
|
22240
22237
|
F(b(vc), { class: "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0" }),
|
|
22241
22238
|
F(b(xc), $e({
|
|
22242
|
-
class: b(_e)(b(
|
|
22239
|
+
class: b(_e)(b(AM)({ side: t.side }), n.class)
|
|
22243
22240
|
}, { ...b(o), ...i.$attrs }), {
|
|
22244
22241
|
default: O(() => [
|
|
22245
22242
|
he(i.$slots, "default"),
|
|
@@ -22256,7 +22253,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22256
22253
|
_: 3
|
|
22257
22254
|
}));
|
|
22258
22255
|
}
|
|
22259
|
-
}),
|
|
22256
|
+
}), _M = /* @__PURE__ */ le({
|
|
22260
22257
|
__name: "SheetDescription",
|
|
22261
22258
|
props: {
|
|
22262
22259
|
asChild: { type: Boolean },
|
|
@@ -22274,7 +22271,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22274
22271
|
_: 3
|
|
22275
22272
|
}, 16, ["class"]));
|
|
22276
22273
|
}
|
|
22277
|
-
}),
|
|
22274
|
+
}), CM = /* @__PURE__ */ le({
|
|
22278
22275
|
__name: "SheetFooter",
|
|
22279
22276
|
props: {
|
|
22280
22277
|
class: { type: [Boolean, null, String, Object, Array] }
|
|
@@ -22292,7 +22289,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22292
22289
|
he(n.$slots, "default")
|
|
22293
22290
|
], 2));
|
|
22294
22291
|
}
|
|
22295
|
-
}),
|
|
22292
|
+
}), MM = /* @__PURE__ */ le({
|
|
22296
22293
|
__name: "SheetHeader",
|
|
22297
22294
|
props: {
|
|
22298
22295
|
class: { type: [Boolean, null, String, Object, Array] }
|
|
@@ -22307,7 +22304,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22307
22304
|
he(n.$slots, "default")
|
|
22308
22305
|
], 2));
|
|
22309
22306
|
}
|
|
22310
|
-
}),
|
|
22307
|
+
}), SM = /* @__PURE__ */ le({
|
|
22311
22308
|
__name: "SheetTitle",
|
|
22312
22309
|
props: {
|
|
22313
22310
|
asChild: { type: Boolean },
|
|
@@ -22325,7 +22322,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22325
22322
|
_: 3
|
|
22326
22323
|
}, 16, ["class"]));
|
|
22327
22324
|
}
|
|
22328
|
-
}),
|
|
22325
|
+
}), DM = /* @__PURE__ */ le({
|
|
22329
22326
|
__name: "SheetTrigger",
|
|
22330
22327
|
props: {
|
|
22331
22328
|
asChild: { type: Boolean },
|
|
@@ -22340,7 +22337,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22340
22337
|
_: 3
|
|
22341
22338
|
}, 16));
|
|
22342
22339
|
}
|
|
22343
|
-
}),
|
|
22340
|
+
}), AM = Us(
|
|
22344
22341
|
"fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
|
|
22345
22342
|
{
|
|
22346
22343
|
variants: {
|
|
@@ -22355,16 +22352,16 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22355
22352
|
side: "right"
|
|
22356
22353
|
}
|
|
22357
22354
|
}
|
|
22358
|
-
),
|
|
22355
|
+
), $M = { class: "flex-1 overflow-hidden" }, PM = /* @__PURE__ */ le({
|
|
22359
22356
|
__name: "DataFilterSheet",
|
|
22360
22357
|
props: {
|
|
22361
22358
|
title: { default: "Filter Data" },
|
|
22362
22359
|
description: { default: "Masukan parameter pencarian untuk memfilter data." }
|
|
22363
22360
|
},
|
|
22364
22361
|
setup(t) {
|
|
22365
|
-
return (e, n) => (p(), X(b(
|
|
22362
|
+
return (e, n) => (p(), X(b(wM), null, {
|
|
22366
22363
|
default: O(() => [
|
|
22367
|
-
F(b(
|
|
22364
|
+
F(b(DM), { "as-child": "" }, {
|
|
22368
22365
|
default: O(() => [
|
|
22369
22366
|
he(e.$slots, "trigger", {}, () => [
|
|
22370
22367
|
F(b(Ie), {
|
|
@@ -22381,17 +22378,17 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22381
22378
|
]),
|
|
22382
22379
|
_: 3
|
|
22383
22380
|
}),
|
|
22384
|
-
F(b(
|
|
22381
|
+
F(b(kM), { class: "flex flex-col h-full" }, {
|
|
22385
22382
|
default: O(() => [
|
|
22386
|
-
F(b(
|
|
22383
|
+
F(b(MM), { class: "flex-shrink-0" }, {
|
|
22387
22384
|
default: O(() => [
|
|
22388
|
-
F(b(
|
|
22385
|
+
F(b(SM), null, {
|
|
22389
22386
|
default: O(() => [
|
|
22390
22387
|
ge(W(t.title), 1)
|
|
22391
22388
|
]),
|
|
22392
22389
|
_: 1
|
|
22393
22390
|
}),
|
|
22394
|
-
F(b(
|
|
22391
|
+
F(b(_M), null, {
|
|
22395
22392
|
default: O(() => [
|
|
22396
22393
|
ge(W(t.description), 1)
|
|
22397
22394
|
]),
|
|
@@ -22400,10 +22397,10 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22400
22397
|
]),
|
|
22401
22398
|
_: 1
|
|
22402
22399
|
}),
|
|
22403
|
-
x("div",
|
|
22400
|
+
x("div", $M, [
|
|
22404
22401
|
he(e.$slots, "default")
|
|
22405
22402
|
]),
|
|
22406
|
-
F(b(
|
|
22403
|
+
F(b(CM), { class: "flex-shrink-0" }, {
|
|
22407
22404
|
default: O(() => [
|
|
22408
22405
|
he(e.$slots, "footer")
|
|
22409
22406
|
]),
|
|
@@ -22416,7 +22413,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22416
22413
|
_: 3
|
|
22417
22414
|
}));
|
|
22418
22415
|
}
|
|
22419
|
-
}),
|
|
22416
|
+
}), OM = { key: 0 }, TM = ["value", "name"], oc = /* @__PURE__ */ le({
|
|
22420
22417
|
__name: "DynamicFilterField",
|
|
22421
22418
|
props: {
|
|
22422
22419
|
field: {},
|
|
@@ -22450,12 +22447,12 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22450
22447
|
}), c = (u) => {
|
|
22451
22448
|
o.value = u, a("update:modelValue", u);
|
|
22452
22449
|
};
|
|
22453
|
-
return (u, d) => t.field.isHidden ? (p(), C("div",
|
|
22450
|
+
return (u, d) => t.field.isHidden ? (p(), C("div", OM, [
|
|
22454
22451
|
x("input", {
|
|
22455
22452
|
type: "hidden",
|
|
22456
22453
|
value: o.value,
|
|
22457
22454
|
name: t.field.model
|
|
22458
|
-
}, null, 8,
|
|
22455
|
+
}, null, 8, TM)
|
|
22459
22456
|
])) : (p(), X(ot(r.value), $e({ key: 1 }, l.value, {
|
|
22460
22457
|
modelValue: o.value,
|
|
22461
22458
|
"onUpdate:modelValue": [
|
|
@@ -22464,7 +22461,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22464
22461
|
]
|
|
22465
22462
|
}), null, 16, ["modelValue"]));
|
|
22466
22463
|
}
|
|
22467
|
-
}),
|
|
22464
|
+
}), BM = /* @__PURE__ */ le({
|
|
22468
22465
|
__name: "Pagination",
|
|
22469
22466
|
props: {
|
|
22470
22467
|
page: {},
|
|
@@ -22490,7 +22487,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22490
22487
|
_: 3
|
|
22491
22488
|
}, 16, ["class"]));
|
|
22492
22489
|
}
|
|
22493
|
-
}),
|
|
22490
|
+
}), EM = /* @__PURE__ */ le({
|
|
22494
22491
|
__name: "PaginationContent",
|
|
22495
22492
|
props: {
|
|
22496
22493
|
asChild: { type: Boolean },
|
|
@@ -22508,7 +22505,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22508
22505
|
_: 3
|
|
22509
22506
|
}, 16, ["class"]));
|
|
22510
22507
|
}
|
|
22511
|
-
}),
|
|
22508
|
+
}), RM = /* @__PURE__ */ le({
|
|
22512
22509
|
__name: "PaginationEllipsis",
|
|
22513
22510
|
props: {
|
|
22514
22511
|
asChild: { type: Boolean },
|
|
@@ -22529,7 +22526,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22529
22526
|
_: 3
|
|
22530
22527
|
}, 16, ["class"]));
|
|
22531
22528
|
}
|
|
22532
|
-
}),
|
|
22529
|
+
}), zM = /* @__PURE__ */ le({
|
|
22533
22530
|
__name: "PaginationFirst",
|
|
22534
22531
|
props: {
|
|
22535
22532
|
asChild: { type: Boolean },
|
|
@@ -22552,7 +22549,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22552
22549
|
_: 3
|
|
22553
22550
|
}, 16, ["class"]));
|
|
22554
22551
|
}
|
|
22555
|
-
}),
|
|
22552
|
+
}), IM = /* @__PURE__ */ le({
|
|
22556
22553
|
__name: "PaginationItem",
|
|
22557
22554
|
props: {
|
|
22558
22555
|
value: {},
|
|
@@ -22580,7 +22577,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22580
22577
|
_: 3
|
|
22581
22578
|
}, 16, ["class"]));
|
|
22582
22579
|
}
|
|
22583
|
-
}),
|
|
22580
|
+
}), FM = /* @__PURE__ */ le({
|
|
22584
22581
|
__name: "PaginationLast",
|
|
22585
22582
|
props: {
|
|
22586
22583
|
asChild: { type: Boolean },
|
|
@@ -22603,7 +22600,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22603
22600
|
_: 3
|
|
22604
22601
|
}, 16, ["class"]));
|
|
22605
22602
|
}
|
|
22606
|
-
}),
|
|
22603
|
+
}), LM = /* @__PURE__ */ le({
|
|
22607
22604
|
__name: "PaginationNext",
|
|
22608
22605
|
props: {
|
|
22609
22606
|
asChild: { type: Boolean },
|
|
@@ -22626,7 +22623,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22626
22623
|
_: 3
|
|
22627
22624
|
}, 16, ["class"]));
|
|
22628
22625
|
}
|
|
22629
|
-
}),
|
|
22626
|
+
}), VM = /* @__PURE__ */ le({
|
|
22630
22627
|
__name: "PaginationPrevious",
|
|
22631
22628
|
props: {
|
|
22632
22629
|
asChild: { type: Boolean },
|
|
@@ -22649,7 +22646,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22649
22646
|
_: 3
|
|
22650
22647
|
}, 16, ["class"]));
|
|
22651
22648
|
}
|
|
22652
|
-
}),
|
|
22649
|
+
}), jM = /* @__PURE__ */ le({
|
|
22653
22650
|
__name: "Select",
|
|
22654
22651
|
props: {
|
|
22655
22652
|
open: { type: Boolean },
|
|
@@ -22674,7 +22671,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22674
22671
|
_: 3
|
|
22675
22672
|
}, 16));
|
|
22676
22673
|
}
|
|
22677
|
-
}),
|
|
22674
|
+
}), WM = /* @__PURE__ */ le({
|
|
22678
22675
|
inheritAttrs: !1,
|
|
22679
22676
|
__name: "SelectContent",
|
|
22680
22677
|
props: {
|
|
@@ -22717,7 +22714,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22717
22714
|
)
|
|
22718
22715
|
}), {
|
|
22719
22716
|
default: O(() => [
|
|
22720
|
-
F(b(
|
|
22717
|
+
F(b(qM)),
|
|
22721
22718
|
F(b(Zf), {
|
|
22722
22719
|
class: ce(b(_e)("p-1", t.position === "popper" && "h-[--reka-select-trigger-height] w-full min-w-[--reka-select-trigger-width]"))
|
|
22723
22720
|
}, {
|
|
@@ -22726,7 +22723,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22726
22723
|
]),
|
|
22727
22724
|
_: 3
|
|
22728
22725
|
}, 8, ["class"]),
|
|
22729
|
-
F(b(
|
|
22726
|
+
F(b(UM))
|
|
22730
22727
|
]),
|
|
22731
22728
|
_: 3
|
|
22732
22729
|
}, 16, ["class"])
|
|
@@ -22734,7 +22731,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22734
22731
|
_: 3
|
|
22735
22732
|
}));
|
|
22736
22733
|
}
|
|
22737
|
-
}),
|
|
22734
|
+
}), NM = { class: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center" }, HM = /* @__PURE__ */ le({
|
|
22738
22735
|
__name: "SelectItem",
|
|
22739
22736
|
props: {
|
|
22740
22737
|
value: {},
|
|
@@ -22753,7 +22750,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22753
22750
|
)
|
|
22754
22751
|
}), {
|
|
22755
22752
|
default: O(() => [
|
|
22756
|
-
x("span",
|
|
22753
|
+
x("span", NM, [
|
|
22757
22754
|
F(b(th), null, {
|
|
22758
22755
|
default: O(() => [
|
|
22759
22756
|
F(b(Pa), { class: "h-4 w-4" })
|
|
@@ -22771,7 +22768,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22771
22768
|
_: 3
|
|
22772
22769
|
}, 16, ["class"]));
|
|
22773
22770
|
}
|
|
22774
|
-
}),
|
|
22771
|
+
}), UM = /* @__PURE__ */ le({
|
|
22775
22772
|
__name: "SelectScrollDownButton",
|
|
22776
22773
|
props: {
|
|
22777
22774
|
asChild: { type: Boolean },
|
|
@@ -22791,7 +22788,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22791
22788
|
_: 3
|
|
22792
22789
|
}, 16, ["class"]));
|
|
22793
22790
|
}
|
|
22794
|
-
}),
|
|
22791
|
+
}), qM = /* @__PURE__ */ le({
|
|
22795
22792
|
__name: "SelectScrollUpButton",
|
|
22796
22793
|
props: {
|
|
22797
22794
|
asChild: { type: Boolean },
|
|
@@ -22811,7 +22808,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22811
22808
|
_: 3
|
|
22812
22809
|
}, 16, ["class"]));
|
|
22813
22810
|
}
|
|
22814
|
-
}),
|
|
22811
|
+
}), YM = /* @__PURE__ */ le({
|
|
22815
22812
|
__name: "SelectTrigger",
|
|
22816
22813
|
props: {
|
|
22817
22814
|
disabled: { type: Boolean },
|
|
@@ -22840,7 +22837,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22840
22837
|
_: 3
|
|
22841
22838
|
}, 16, ["class"]));
|
|
22842
22839
|
}
|
|
22843
|
-
}),
|
|
22840
|
+
}), GM = /* @__PURE__ */ le({
|
|
22844
22841
|
__name: "SelectValue",
|
|
22845
22842
|
props: {
|
|
22846
22843
|
placeholder: {},
|
|
@@ -22856,46 +22853,46 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
22856
22853
|
_: 3
|
|
22857
22854
|
}, 16));
|
|
22858
22855
|
}
|
|
22859
|
-
}),
|
|
22856
|
+
}), KM = { class: "dcode-card animate-slide-up" }, XM = { class: "px-4 py-2 bg-primary-700 dark:bg-primary-900 border-b border-primary-500/30 dark:border-primary-900/50 rounded-t-xl relative z-30" }, JM = { class: "flex flex-col lg:flex-row lg:items-center lg:justify-between gap-4" }, QM = {
|
|
22860
22857
|
key: 0,
|
|
22861
22858
|
class: "flex flex-col sm:flex-row items-start sm:items-center gap-2 flex-1 max-w-2xl"
|
|
22862
|
-
},
|
|
22859
|
+
}, ZM = { class: "relative w-full sm:w-64" }, eS = {
|
|
22863
22860
|
key: 0,
|
|
22864
22861
|
class: "relative"
|
|
22865
|
-
},
|
|
22862
|
+
}, tS = { class: "flex flex-col h-full" }, nS = {
|
|
22866
22863
|
key: 0,
|
|
22867
22864
|
class: "flex-1 overflow-y-auto py-4"
|
|
22868
|
-
},
|
|
22865
|
+
}, sS = { class: "grid grid-cols-1 md:grid-cols-2 gap-4 px-1" }, aS = {
|
|
22869
22866
|
key: 0,
|
|
22870
22867
|
class: "sticky bottom-0 left-0 right-0 bg-white dark:bg-zinc-900 border-t border-neutral-200 dark:border-neutral-700 p-4 flex gap-2"
|
|
22871
|
-
},
|
|
22868
|
+
}, oS = { class: "flex justify-end gap-2 w-full" }, iS = {
|
|
22872
22869
|
key: 0,
|
|
22873
22870
|
class: "font-medium text-sm text-neutral-600 dark:text-neutral-400"
|
|
22874
|
-
},
|
|
22871
|
+
}, rS = { class: "overflow-auto custom-scrollbar relative max-h-[calc(100vh-17rem)]" }, lS = { class: "dcode-table w-full" }, cS = { class: "bg-primary-700 dark:bg-primary-900 sticky top-0 z-20 shadow-sm" }, uS = ["onClick"], dS = {
|
|
22875
22872
|
key: 0,
|
|
22876
22873
|
class: "flex items-center justify-center w-full"
|
|
22877
|
-
},
|
|
22874
|
+
}, fS = {
|
|
22878
22875
|
key: 0,
|
|
22879
22876
|
class: "px-3 py-2 text-xs font-medium text-white dark:text-neutral-100 uppercase tracking-wider"
|
|
22880
|
-
},
|
|
22877
|
+
}, hS = { class: "bg-white dark:bg-zinc-900 divide-y divide-neutral-200 dark:divide-neutral-700" }, pS = {
|
|
22881
22878
|
key: 0,
|
|
22882
22879
|
class: "px-3 py-0.5"
|
|
22883
|
-
},
|
|
22880
|
+
}, mS = { key: 1 }, gS = ["colspan"], bS = { class: "flex flex-col items-center gap-4" }, yS = { class: "text-base font-medium text-neutral-700 dark:text-neutral-300" }, vS = { class: "text-sm text-neutral-500 dark:text-neutral-400 mt-1" }, xS = { class: "hover:bg-zinc-50 dark:hover:bg-zinc-800/50 transition-colors duration-150" }, wS = {
|
|
22884
22881
|
key: 0,
|
|
22885
22882
|
class: "flex items-center justify-center"
|
|
22886
|
-
},
|
|
22883
|
+
}, kS = {
|
|
22887
22884
|
key: 0,
|
|
22888
22885
|
class: "px-3 py-0.5 !text-center"
|
|
22889
|
-
},
|
|
22886
|
+
}, _S = {
|
|
22890
22887
|
key: 0,
|
|
22891
22888
|
class: "flex items-center justify-center gap-1.5"
|
|
22892
|
-
},
|
|
22889
|
+
}, CS = {
|
|
22893
22890
|
key: 0,
|
|
22894
22891
|
class: "bg-zinc-50/50 dark:bg-zinc-800/30"
|
|
22895
|
-
},
|
|
22892
|
+
}, MS = ["colspan"], SS = {
|
|
22896
22893
|
key: 0,
|
|
22897
22894
|
class: "px-4 py-3 bg-zinc-50/50 dark:bg-zinc-800/30 border-t border-neutral-200 dark:border-neutral-700 flex flex-col sm:flex-row items-center justify-between gap-4 w-full"
|
|
22898
|
-
},
|
|
22895
|
+
}, DS = { class: "flex items-center gap-4" }, AS = { class: "text-xs text-neutral-500 dark:text-neutral-400 font-medium" }, $S = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, PS = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, OS = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, TS = { class: "flex-shrink-0" }, BS = { class: "space-y-4" }, ES = { class: "text-gray-600 dark:text-gray-400" }, RS = { class: "grid grid-cols-1 md:grid-cols-2 gap-4 py-4 px-1" }, zS = /* @__PURE__ */ le({
|
|
22899
22896
|
__name: "DataTable",
|
|
22900
22897
|
props: {
|
|
22901
22898
|
columns: { default: () => [] },
|
|
@@ -23473,11 +23470,11 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23473
23470
|
Ce(), ne.value && (s.tableConfig || (y.value = !0, it()));
|
|
23474
23471
|
}), (S, L) => {
|
|
23475
23472
|
var oe;
|
|
23476
|
-
return p(), C("div",
|
|
23477
|
-
x("div",
|
|
23478
|
-
x("div",
|
|
23479
|
-
t.nested ? H("", !0) : (p(), C("div",
|
|
23480
|
-
x("div",
|
|
23473
|
+
return p(), C("div", KM, [
|
|
23474
|
+
x("div", XM, [
|
|
23475
|
+
x("div", JM, [
|
|
23476
|
+
t.nested ? H("", !0) : (p(), C("div", QM, [
|
|
23477
|
+
x("div", ZM, [
|
|
23481
23478
|
F(b(Eo), { class: "absolute left-2.5 top-2.5 h-4 w-4 text-neutral-500 dark:text-neutral-400" }),
|
|
23482
23479
|
F(b(qn), {
|
|
23483
23480
|
modelValue: c.value,
|
|
@@ -23487,8 +23484,8 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23487
23484
|
onKeyup: pn(me, ["enter"])
|
|
23488
23485
|
}, null, 8, ["modelValue"])
|
|
23489
23486
|
]),
|
|
23490
|
-
k.value.length > 0 ? (p(), C("div",
|
|
23491
|
-
F(
|
|
23487
|
+
k.value.length > 0 ? (p(), C("div", eS, [
|
|
23488
|
+
F(PM, null, {
|
|
23492
23489
|
trigger: O(() => [
|
|
23493
23490
|
F(en, {
|
|
23494
23491
|
variant: "secondary",
|
|
@@ -23498,7 +23495,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23498
23495
|
}, null, 8, ["icon"])
|
|
23499
23496
|
]),
|
|
23500
23497
|
footer: O(() => [
|
|
23501
|
-
x("div",
|
|
23498
|
+
x("div", oS, [
|
|
23502
23499
|
he(S.$slots, "filter-footer", {
|
|
23503
23500
|
fetch: it,
|
|
23504
23501
|
reset: Ks
|
|
@@ -23506,10 +23503,10 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23506
23503
|
])
|
|
23507
23504
|
]),
|
|
23508
23505
|
default: O(() => [
|
|
23509
|
-
x("div",
|
|
23506
|
+
x("div", tS, [
|
|
23510
23507
|
he(S.$slots, "filter-form", { filters: g.value }, () => [
|
|
23511
|
-
k.value.length > 0 ? (p(), C("div",
|
|
23512
|
-
x("div",
|
|
23508
|
+
k.value.length > 0 ? (p(), C("div", nS, [
|
|
23509
|
+
x("div", sS, [
|
|
23513
23510
|
(p(!0), C(xe, null, Ne(fe.value, (B, K) => (p(), C("div", {
|
|
23514
23511
|
key: K,
|
|
23515
23512
|
class: ce(ke(B.column))
|
|
@@ -23523,7 +23520,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23523
23520
|
])
|
|
23524
23521
|
])) : H("", !0)
|
|
23525
23522
|
]),
|
|
23526
|
-
k.value.length > 0 ? (p(), C("div",
|
|
23523
|
+
k.value.length > 0 ? (p(), C("div", aS, [
|
|
23527
23524
|
F(b(Ie), {
|
|
23528
23525
|
variant: "outline",
|
|
23529
23526
|
onClick: Ks,
|
|
@@ -23555,7 +23552,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23555
23552
|
x("div", {
|
|
23556
23553
|
class: ce(["flex items-center gap-2 flex-wrap", { "w-full justify-between": t.nested }])
|
|
23557
23554
|
}, [
|
|
23558
|
-
t.nested ? (p(), C("span",
|
|
23555
|
+
t.nested ? (p(), C("span", iS)) : H("", !0),
|
|
23559
23556
|
t.nested ? H("", !0) : (p(), X(en, {
|
|
23560
23557
|
key: 1,
|
|
23561
23558
|
variant: "secondary",
|
|
@@ -23588,9 +23585,9 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23588
23585
|
], 2)
|
|
23589
23586
|
])
|
|
23590
23587
|
]),
|
|
23591
|
-
x("div",
|
|
23592
|
-
x("table",
|
|
23593
|
-
x("thead",
|
|
23588
|
+
x("div", rS, [
|
|
23589
|
+
x("table", lS, [
|
|
23590
|
+
x("thead", cS, [
|
|
23594
23591
|
x("tr", null, [
|
|
23595
23592
|
(p(!0), C(xe, null, Ne(De.value, (B) => (p(), C("th", {
|
|
23596
23593
|
key: B.key,
|
|
@@ -23602,7 +23599,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23602
23599
|
style: Qe(B.width ? { width: B.width } : {}),
|
|
23603
23600
|
onClick: (K) => B.sortable && Fi(B.key)
|
|
23604
23601
|
}, [
|
|
23605
|
-
B.type === "CHECKBOX" ? (p(), C("div",
|
|
23602
|
+
B.type === "CHECKBOX" ? (p(), C("div", dS, [
|
|
23606
23603
|
F(Ha, {
|
|
23607
23604
|
"model-value": G.value,
|
|
23608
23605
|
indeterminate: se.value,
|
|
@@ -23616,13 +23613,13 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23616
23613
|
}, [
|
|
23617
23614
|
x("span", null, W(B.label), 1)
|
|
23618
23615
|
], 2))
|
|
23619
|
-
], 14,
|
|
23620
|
-
at.value ? (p(), C("th",
|
|
23616
|
+
], 14, uS))), 128)),
|
|
23617
|
+
at.value ? (p(), C("th", fS, [...L[10] || (L[10] = [
|
|
23621
23618
|
x("div", { class: "flex items-center justify-center w-full" }, " Actions ", -1)
|
|
23622
23619
|
])])) : H("", !0)
|
|
23623
23620
|
])
|
|
23624
23621
|
]),
|
|
23625
|
-
x("tbody",
|
|
23622
|
+
x("tbody", hS, [
|
|
23626
23623
|
Pe.value ? (p(!0), C(xe, { key: 0 }, Ne(d.value, (B) => (p(), C("tr", {
|
|
23627
23624
|
key: `skeleton-${B}`
|
|
23628
23625
|
}, [
|
|
@@ -23648,27 +23645,27 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23648
23645
|
}, null, 6)
|
|
23649
23646
|
], 2);
|
|
23650
23647
|
}), 128)),
|
|
23651
|
-
t.hasActions ? (p(), C("td",
|
|
23648
|
+
t.hasActions ? (p(), C("td", pS, [...L[11] || (L[11] = [
|
|
23652
23649
|
x("div", { class: "flex items-center justify-center gap-1.5" }, [
|
|
23653
23650
|
x("div", { class: "w-9 h-9 bg-zinc-200 dark:bg-zinc-700 rounded-xl animate-pulse" }),
|
|
23654
23651
|
x("div", { class: "w-9 h-9 bg-zinc-200 dark:bg-zinc-700 rounded-xl animate-pulse delay-75" }),
|
|
23655
23652
|
x("div", { class: "w-9 h-9 bg-zinc-200 dark:bg-zinc-700 rounded-xl animate-pulse delay-150" })
|
|
23656
23653
|
], -1)
|
|
23657
23654
|
])])) : H("", !0)
|
|
23658
|
-
]))), 128)) : gt.value.length === 0 ? (p(), C("tr",
|
|
23655
|
+
]))), 128)) : gt.value.length === 0 ? (p(), C("tr", mS, [
|
|
23659
23656
|
x("td", {
|
|
23660
23657
|
colspan: De.value.length + (at.value ? 1 : 0),
|
|
23661
23658
|
class: "text-center py-16"
|
|
23662
23659
|
}, [
|
|
23663
|
-
x("div",
|
|
23660
|
+
x("div", bS, [
|
|
23664
23661
|
x("div", null, [
|
|
23665
|
-
x("p",
|
|
23666
|
-
x("p",
|
|
23662
|
+
x("p", yS, W(ae.value ? "No search results" : "No data"), 1),
|
|
23663
|
+
x("p", vS, W(ae.value ? "Try changing keywords" : "No data added"), 1)
|
|
23667
23664
|
])
|
|
23668
23665
|
])
|
|
23669
|
-
], 8,
|
|
23666
|
+
], 8, gS)
|
|
23670
23667
|
])) : (p(!0), C(xe, { key: 2 }, Ne(gt.value, (B, K) => (p(), C(xe, { key: K }, [
|
|
23671
|
-
x("tr",
|
|
23668
|
+
x("tr", xS, [
|
|
23672
23669
|
(p(!0), C(xe, null, Ne(De.value, (ie) => (p(), C("td", {
|
|
23673
23670
|
key: ie.key,
|
|
23674
23671
|
class: ce([
|
|
@@ -23680,7 +23677,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23680
23677
|
row: B,
|
|
23681
23678
|
value: ue(B, ie.key)
|
|
23682
23679
|
}, () => [
|
|
23683
|
-
ie.type === "CHECKBOX" ? (p(), C("div",
|
|
23680
|
+
ie.type === "CHECKBOX" ? (p(), C("div", wS, [
|
|
23684
23681
|
F(Ha, {
|
|
23685
23682
|
"model-value": N(B),
|
|
23686
23683
|
"onUpdate:modelValue": (Ae) => Q(B, !!Ae),
|
|
@@ -23708,20 +23705,20 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23708
23705
|
], 2)) : ie.key === "no" ? (p(), C(xe, { key: 2 }, [
|
|
23709
23706
|
ge(W((u.value - 1) * d.value + K + 1), 1)
|
|
23710
23707
|
], 64)) : ie.type === "date" || ie.type === "DATE" ? (p(), C(xe, { key: 3 }, [
|
|
23711
|
-
ge(W(ue(B, ie.key) ? b(
|
|
23708
|
+
ge(W(ue(B, ie.key) ? b(xM)(ue(B, ie.key), "long") : "-"), 1)
|
|
23712
23709
|
], 64)) : (p(), C(xe, { key: 4 }, [
|
|
23713
23710
|
ge(W(ie.format ? ie.format(ue(B, ie.key)) : ue(B, ie.key)), 1)
|
|
23714
23711
|
], 64))
|
|
23715
23712
|
])
|
|
23716
23713
|
], 2))), 128)),
|
|
23717
|
-
at.value ? (p(), C("td",
|
|
23714
|
+
at.value ? (p(), C("td", kS, [
|
|
23718
23715
|
he(S.$slots, "actions", {
|
|
23719
23716
|
row: B,
|
|
23720
23717
|
buttons: kt(B),
|
|
23721
23718
|
getButtonColor: Nt,
|
|
23722
23719
|
getIconComponent: Yn
|
|
23723
23720
|
}, () => [
|
|
23724
|
-
kt(B).length > 0 ? (p(), C("div",
|
|
23721
|
+
kt(B).length > 0 ? (p(), C("div", _S, [
|
|
23725
23722
|
(p(!0), C(xe, null, Ne(kt(B), (ie, Ae) => (p(), C("div", {
|
|
23726
23723
|
key: Ae,
|
|
23727
23724
|
class: "group relative"
|
|
@@ -23739,7 +23736,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23739
23736
|
])
|
|
23740
23737
|
])) : H("", !0)
|
|
23741
23738
|
]),
|
|
23742
|
-
S.$slots["expanded-row"] ? (p(), C("tr",
|
|
23739
|
+
S.$slots["expanded-row"] ? (p(), C("tr", CS, [
|
|
23743
23740
|
x("td", {
|
|
23744
23741
|
colspan: De.value.length + (at.value ? 1 : 0),
|
|
23745
23742
|
class: "px-0 py-0"
|
|
@@ -23748,30 +23745,30 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23748
23745
|
row: B,
|
|
23749
23746
|
index: K
|
|
23750
23747
|
})
|
|
23751
|
-
], 8,
|
|
23748
|
+
], 8, MS)
|
|
23752
23749
|
])) : H("", !0)
|
|
23753
23750
|
], 64))), 128))
|
|
23754
23751
|
])
|
|
23755
23752
|
])
|
|
23756
23753
|
]),
|
|
23757
|
-
!Pe.value && gt.value.length > 0 && t.showPagination && T.value ? (p(), C("div",
|
|
23758
|
-
x("div",
|
|
23759
|
-
F(b(
|
|
23754
|
+
!Pe.value && gt.value.length > 0 && t.showPagination && T.value ? (p(), C("div", SS, [
|
|
23755
|
+
x("div", DS, [
|
|
23756
|
+
F(b(jM), {
|
|
23760
23757
|
"model-value": String(d.value),
|
|
23761
23758
|
"onUpdate:modelValue": L[4] || (L[4] = (B) => Li(Number(B)))
|
|
23762
23759
|
}, {
|
|
23763
23760
|
default: O(() => [
|
|
23764
|
-
F(b(
|
|
23761
|
+
F(b(YM), { class: "h-8 w-[70px] bg-white dark:bg-zinc-800 border-neutral-200 dark:border-neutral-700" }, {
|
|
23765
23762
|
default: O(() => [
|
|
23766
|
-
F(b(
|
|
23763
|
+
F(b(GM), {
|
|
23767
23764
|
placeholder: String(d.value)
|
|
23768
23765
|
}, null, 8, ["placeholder"])
|
|
23769
23766
|
]),
|
|
23770
23767
|
_: 1
|
|
23771
23768
|
}),
|
|
23772
|
-
F(b(
|
|
23769
|
+
F(b(WM), null, {
|
|
23773
23770
|
default: O(() => [
|
|
23774
|
-
(p(), C(xe, null, Ne(de, (B) => F(b(
|
|
23771
|
+
(p(), C(xe, null, Ne(de, (B) => F(b(HM), {
|
|
23775
23772
|
key: B,
|
|
23776
23773
|
value: String(B)
|
|
23777
23774
|
}, {
|
|
@@ -23787,18 +23784,18 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23787
23784
|
_: 1
|
|
23788
23785
|
}, 8, ["model-value"]),
|
|
23789
23786
|
L[16] || (L[16] = x("div", { class: "h-5 w-px bg-zinc-300 dark:bg-zinc-600" }, null, -1)),
|
|
23790
|
-
x("span",
|
|
23787
|
+
x("span", AS, [
|
|
23791
23788
|
L[12] || (L[12] = ge(" Showing ", -1)),
|
|
23792
|
-
x("span",
|
|
23789
|
+
x("span", $S, W(hs.value), 1),
|
|
23793
23790
|
L[13] || (L[13] = ge(" to ", -1)),
|
|
23794
|
-
x("span",
|
|
23791
|
+
x("span", PS, W(q.value), 1),
|
|
23795
23792
|
L[14] || (L[14] = ge(" of ", -1)),
|
|
23796
|
-
x("span",
|
|
23793
|
+
x("span", OS, W(Ut.value), 1),
|
|
23797
23794
|
L[15] || (L[15] = ge(" items ", -1))
|
|
23798
23795
|
])
|
|
23799
23796
|
]),
|
|
23800
|
-
x("div",
|
|
23801
|
-
F(b(
|
|
23797
|
+
x("div", TS, [
|
|
23798
|
+
F(b(BM), {
|
|
23802
23799
|
total: Ut.value,
|
|
23803
23800
|
"items-per-page": d.value,
|
|
23804
23801
|
"sibling-count": 1,
|
|
@@ -23808,22 +23805,22 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23808
23805
|
class: "scale-90 origin-right"
|
|
23809
23806
|
}, {
|
|
23810
23807
|
default: O(() => [
|
|
23811
|
-
F(b(
|
|
23808
|
+
F(b(EM), { class: "flex items-center gap-1" }, {
|
|
23812
23809
|
default: O(({ items: B }) => [
|
|
23813
|
-
F(b(
|
|
23810
|
+
F(b(zM), { class: "w-8 h-8 p-0 flex items-center justify-center border border-neutral-200 dark:border-neutral-700 rounded-md bg-white dark:bg-zinc-800 text-neutral-900 dark:text-neutral-100 hover:bg-zinc-100 dark:hover:bg-zinc-700 disabled:opacity-50 disabled:cursor-not-allowed" }, {
|
|
23814
23811
|
default: O(() => [
|
|
23815
23812
|
F(b(rf), { class: "h-4 w-4" })
|
|
23816
23813
|
]),
|
|
23817
23814
|
_: 1
|
|
23818
23815
|
}),
|
|
23819
|
-
F(b(
|
|
23816
|
+
F(b(VM), { class: "w-8 h-8 p-0 flex items-center justify-center border border-neutral-200 dark:border-neutral-700 rounded-md bg-white dark:bg-zinc-800 text-neutral-900 dark:text-neutral-100 hover:bg-zinc-100 dark:hover:bg-zinc-700 disabled:cursor-not-allowed" }, {
|
|
23820
23817
|
default: O(() => [
|
|
23821
23818
|
F(b(dc), { class: "h-4 w-4" })
|
|
23822
23819
|
]),
|
|
23823
23820
|
_: 1
|
|
23824
23821
|
}),
|
|
23825
23822
|
(p(!0), C(xe, null, Ne(B, (K, ie) => (p(), C(xe, null, [
|
|
23826
|
-
K.type === "page" ? (p(), X(b(
|
|
23823
|
+
K.type === "page" ? (p(), X(b(IM), {
|
|
23827
23824
|
key: ie,
|
|
23828
23825
|
value: K.value,
|
|
23829
23826
|
"as-child": ""
|
|
@@ -23842,18 +23839,18 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23842
23839
|
}, 1032, ["variant", "disabled", "onClick"])
|
|
23843
23840
|
]),
|
|
23844
23841
|
_: 2
|
|
23845
|
-
}, 1032, ["value"])) : (p(), X(b(
|
|
23842
|
+
}, 1032, ["value"])) : (p(), X(b(RM), {
|
|
23846
23843
|
key: K.type,
|
|
23847
23844
|
index: ie
|
|
23848
23845
|
}, null, 8, ["index"]))
|
|
23849
23846
|
], 64))), 256)),
|
|
23850
|
-
F(b(
|
|
23847
|
+
F(b(LM), { class: "w-8 h-8 p-0 flex items-center justify-center border border-neutral-200 dark:border-neutral-700 rounded-md bg-white dark:bg-zinc-800 text-neutral-900 dark:text-neutral-100 hover:bg-zinc-100 dark:hover:bg-zinc-700 disabled:cursor-not-allowed" }, {
|
|
23851
23848
|
default: O(() => [
|
|
23852
23849
|
F(b(uc), { class: "h-4 w-4" })
|
|
23853
23850
|
]),
|
|
23854
23851
|
_: 1
|
|
23855
23852
|
}),
|
|
23856
|
-
F(b(
|
|
23853
|
+
F(b(FM), { class: "w-8 h-8 p-0 flex items-center justify-center border border-neutral-200 dark:border-neutral-700 rounded-md bg-white dark:bg-zinc-800 text-neutral-900 dark:text-neutral-100 hover:bg-zinc-100 dark:hover:bg-zinc-700 disabled:cursor-not-allowed" }, {
|
|
23857
23854
|
default: O(() => [
|
|
23858
23855
|
F(b(lf), { class: "h-4 w-4" })
|
|
23859
23856
|
]),
|
|
@@ -23893,8 +23890,8 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23893
23890
|
})
|
|
23894
23891
|
]),
|
|
23895
23892
|
default: O(() => [
|
|
23896
|
-
x("div",
|
|
23897
|
-
x("p",
|
|
23893
|
+
x("div", BS, [
|
|
23894
|
+
x("p", ES, W(Td.value), 1)
|
|
23898
23895
|
])
|
|
23899
23896
|
]),
|
|
23900
23897
|
_: 1
|
|
@@ -23926,7 +23923,7 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23926
23923
|
default: O(() => {
|
|
23927
23924
|
var B, K;
|
|
23928
23925
|
return [
|
|
23929
|
-
x("div",
|
|
23926
|
+
x("div", RS, [
|
|
23930
23927
|
(p(!0), C(xe, null, Ne(((B = I.value) == null ? void 0 : B.fieldActionCustom) || ((K = I.value) == null ? void 0 : K.fieldActionGlobal) || [], (ie, Ae) => (p(), C(xe, { key: Ae }, [
|
|
23931
23928
|
ie.isHidden ? H("", !0) : (p(), C("div", {
|
|
23932
23929
|
key: 0,
|
|
@@ -23947,13 +23944,13 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23947
23944
|
]);
|
|
23948
23945
|
};
|
|
23949
23946
|
}
|
|
23950
|
-
}),
|
|
23947
|
+
}), IS = { class: "h-full flex flex-col" }, FS = {
|
|
23951
23948
|
key: 1,
|
|
23952
23949
|
class: "flex-1 flex items-center justify-center"
|
|
23953
|
-
},
|
|
23950
|
+
}, LS = {
|
|
23954
23951
|
key: 2,
|
|
23955
23952
|
class: "flex-1 flex items-center justify-center text-red-500"
|
|
23956
|
-
},
|
|
23953
|
+
}, VS = /* @__PURE__ */ le({
|
|
23957
23954
|
__name: "AutoLayoutDatatable",
|
|
23958
23955
|
props: {
|
|
23959
23956
|
layoutCode: {}
|
|
@@ -23977,8 +23974,8 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23977
23974
|
};
|
|
23978
23975
|
return wt(() => {
|
|
23979
23976
|
c();
|
|
23980
|
-
}), (d, f) => (p(), C("div",
|
|
23981
|
-
!r.value && i.value ? (p(), X(
|
|
23977
|
+
}), (d, f) => (p(), C("div", IS, [
|
|
23978
|
+
!r.value && i.value ? (p(), X(zS, {
|
|
23982
23979
|
key: 0,
|
|
23983
23980
|
ref_key: "dtRef",
|
|
23984
23981
|
ref: l,
|
|
@@ -23990,15 +23987,15 @@ const hM = { class: "w-full" }, pM = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
23990
23987
|
}, {
|
|
23991
23988
|
"header-actions": O(() => [...f[0] || (f[0] = [])]),
|
|
23992
23989
|
_: 1
|
|
23993
|
-
}, 8, ["api-url", "table-config", "permission-base"])) : r.value ? (p(), C("div",
|
|
23990
|
+
}, 8, ["api-url", "table-config", "permission-base"])) : r.value ? (p(), C("div", FS, [...f[1] || (f[1] = [
|
|
23994
23991
|
x("i", { class: "mdi mdi-loading mdi-spin text-4xl text-primary-600" }, null, -1)
|
|
23995
|
-
])])) : (p(), C("div",
|
|
23992
|
+
])])) : (p(), C("div", LS, " Failed to load configuration for " + W(e.layoutCode), 1))
|
|
23996
23993
|
]));
|
|
23997
23994
|
}
|
|
23998
|
-
}),
|
|
23999
|
-
customElements.define("micro-dynamic-form",
|
|
24000
|
-
customElements.define("micro-dynamic-datatable",
|
|
24001
|
-
const
|
|
23995
|
+
}), jS = cc(vM), WS = cc(VS);
|
|
23996
|
+
customElements.define("micro-dynamic-form", jS);
|
|
23997
|
+
customElements.define("micro-dynamic-datatable", WS);
|
|
23998
|
+
const NS = [
|
|
24002
23999
|
zc,
|
|
24003
24000
|
Jp,
|
|
24004
24001
|
en,
|
|
@@ -24022,22 +24019,18 @@ const US = [
|
|
|
24022
24019
|
Md,
|
|
24023
24020
|
C_,
|
|
24024
24021
|
D_,
|
|
24025
|
-
|
|
24026
|
-
|
|
24027
|
-
|
|
24022
|
+
E_,
|
|
24023
|
+
W_,
|
|
24024
|
+
t2,
|
|
24028
24025
|
Sd,
|
|
24029
24026
|
Dd,
|
|
24030
24027
|
Zo,
|
|
24031
|
-
|
|
24032
|
-
|
|
24033
|
-
|
|
24034
|
-
],
|
|
24035
|
-
/**
|
|
24036
|
-
* @param {import('vue').App} app
|
|
24037
|
-
* @param {import('./composables/useApiConfig').DynamicUIApiConfig} [options]
|
|
24038
|
-
*/
|
|
24028
|
+
WC,
|
|
24029
|
+
GC,
|
|
24030
|
+
lM
|
|
24031
|
+
], aD = {
|
|
24039
24032
|
install(t, e = {}) {
|
|
24040
|
-
e && Object.keys(e).length > 0 && ph(e),
|
|
24033
|
+
e && Object.keys(e).length > 0 && ph(e), NS.forEach((n) => {
|
|
24041
24034
|
n.name && t.component(n.name, n);
|
|
24042
24035
|
});
|
|
24043
24036
|
}
|
|
@@ -24066,21 +24059,20 @@ export {
|
|
|
24066
24059
|
Md as DCodeOtpInput,
|
|
24067
24060
|
C_ as DCodeProgress,
|
|
24068
24061
|
D_ as DCodeProgressBar,
|
|
24069
|
-
|
|
24070
|
-
|
|
24071
|
-
|
|
24062
|
+
E_ as DCodeRadio,
|
|
24063
|
+
W_ as DCodeRadioCustom,
|
|
24064
|
+
t2 as DCodeSlider,
|
|
24072
24065
|
Sd as DCodeSwitch,
|
|
24073
24066
|
Dd as DCodeTextField,
|
|
24074
24067
|
Zo as DCodeTextarea,
|
|
24075
|
-
|
|
24076
|
-
|
|
24077
|
-
|
|
24078
|
-
|
|
24079
|
-
|
|
24068
|
+
WC as DCodeTimelineWithIcons,
|
|
24069
|
+
GC as DCodeUploadFile,
|
|
24070
|
+
lM as DCodeWizard,
|
|
24071
|
+
WS as MicroDynamicDatatable,
|
|
24072
|
+
jS as MicroDynamicForm,
|
|
24080
24073
|
_e as cn,
|
|
24081
|
-
|
|
24082
|
-
|
|
24083
|
-
|
|
24084
|
-
|
|
24085
|
-
oD as unregisterLogic
|
|
24074
|
+
aD as default,
|
|
24075
|
+
cM as getLogicModule,
|
|
24076
|
+
nD as registerLogic,
|
|
24077
|
+
sD as unregisterLogic
|
|
24086
24078
|
};
|