@gemafajarramadhan/dynamic-ui 1.2.18 → 1.2.20
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.css +2 -2
- package/dist/dynamic-ui.es.js +26 -13
- package/dist/dynamic-ui.umd.js +3 -3
- package/package.json +1 -1
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -43279,7 +43279,6 @@ const at = /* @__PURE__ */ ee({
|
|
|
43279
43279
|
dashed: "border-2 border-dashed",
|
|
43280
43280
|
dotted: "border-2 border-dotted",
|
|
43281
43281
|
double: "border-4 border-double",
|
|
43282
|
-
// double needs a thicker border to show the twin lines
|
|
43283
43282
|
none: "border-0 border-none"
|
|
43284
43283
|
}[a.borderStyle] || ""), m = C(
|
|
43285
43284
|
() => He(
|
|
@@ -43382,43 +43381,43 @@ const at = /* @__PURE__ */ ee({
|
|
|
43382
43381
|
bg: "bg-blue-600",
|
|
43383
43382
|
text: "text-white",
|
|
43384
43383
|
hover: "hover:bg-blue-700",
|
|
43385
|
-
border: "border-blue-
|
|
43384
|
+
border: "border-blue-900"
|
|
43386
43385
|
},
|
|
43387
43386
|
success: {
|
|
43388
43387
|
bg: "bg-green-600",
|
|
43389
43388
|
text: "text-white",
|
|
43390
43389
|
hover: "hover:bg-green-700",
|
|
43391
|
-
border: "border-green-
|
|
43390
|
+
border: "border-green-900"
|
|
43392
43391
|
},
|
|
43393
43392
|
warning: {
|
|
43394
43393
|
bg: "bg-yellow-500",
|
|
43395
43394
|
text: "text-white",
|
|
43396
43395
|
hover: "hover:bg-yellow-600",
|
|
43397
|
-
border: "border-yellow-
|
|
43396
|
+
border: "border-yellow-900"
|
|
43398
43397
|
},
|
|
43399
43398
|
danger: {
|
|
43400
43399
|
bg: "bg-red-600",
|
|
43401
43400
|
text: "text-white",
|
|
43402
43401
|
hover: "hover:bg-red-700",
|
|
43403
|
-
border: "border-red-
|
|
43402
|
+
border: "border-red-900"
|
|
43404
43403
|
},
|
|
43405
43404
|
info: {
|
|
43406
43405
|
bg: "bg-cyan-600",
|
|
43407
43406
|
text: "text-white",
|
|
43408
43407
|
hover: "hover:bg-cyan-700",
|
|
43409
|
-
border: "border-cyan-
|
|
43408
|
+
border: "border-cyan-900"
|
|
43410
43409
|
},
|
|
43411
43410
|
purple: {
|
|
43412
43411
|
bg: "bg-purple-600",
|
|
43413
43412
|
text: "text-white",
|
|
43414
43413
|
hover: "hover:bg-purple-700",
|
|
43415
|
-
border: "border-purple-
|
|
43414
|
+
border: "border-purple-900"
|
|
43416
43415
|
},
|
|
43417
43416
|
pink: {
|
|
43418
43417
|
bg: "bg-pink-600",
|
|
43419
43418
|
text: "text-white",
|
|
43420
43419
|
hover: "hover:bg-pink-700",
|
|
43421
|
-
border: "border-pink-
|
|
43420
|
+
border: "border-pink-900"
|
|
43422
43421
|
},
|
|
43423
43422
|
"gradient-blue": {
|
|
43424
43423
|
bg: "bg-gradient-to-r from-blue-500 to-cyan-500",
|
|
@@ -43550,7 +43549,7 @@ const at = /* @__PURE__ */ ee({
|
|
|
43550
43549
|
for (const [n, o] of e)
|
|
43551
43550
|
a[n] = o;
|
|
43552
43551
|
return a;
|
|
43553
|
-
}, I1 = /* @__PURE__ */ Ta(PF, [["__scopeId", "data-v-
|
|
43552
|
+
}, I1 = /* @__PURE__ */ Ta(PF, [["__scopeId", "data-v-a866d2a3"]]), DF = {
|
|
43554
43553
|
key: 0,
|
|
43555
43554
|
class: "flex items-center justify-between mb-4"
|
|
43556
43555
|
}, BF = { class: "flex flex-col gap-1" }, HF = {
|
|
@@ -54442,6 +54441,7 @@ const qG = {
|
|
|
54442
54441
|
}, 8, ["open"]));
|
|
54443
54442
|
}
|
|
54444
54443
|
}), WG = /* @__PURE__ */ ee({
|
|
54444
|
+
name: "DCodeDialogCloseBtn",
|
|
54445
54445
|
__name: "DCodeDialogCloseBtn",
|
|
54446
54446
|
props: {
|
|
54447
54447
|
icon: { default: "X" },
|
|
@@ -54593,6 +54593,7 @@ const qG = {
|
|
|
54593
54593
|
], 2));
|
|
54594
54594
|
}
|
|
54595
54595
|
}), ZG = { class: "h-full w-full p-6 flex flex-col items-center justify-center text-center gap-2" }, YG = { class: "flex flex-wrap items-center justify-center gap-2" }, QG = ["accept", "multiple"], JG = /* @__PURE__ */ ee({
|
|
54596
|
+
name: "DCodeDropzone",
|
|
54596
54597
|
__name: "DCodeDropzone",
|
|
54597
54598
|
props: {
|
|
54598
54599
|
label: { default: "Upload File" },
|
|
@@ -54782,13 +54783,14 @@ const qG = {
|
|
|
54782
54783
|
_: 1
|
|
54783
54784
|
}, 8, ["class"]));
|
|
54784
54785
|
}
|
|
54785
|
-
}), R_ = /* @__PURE__ */ Ta(JG, [["__scopeId", "data-v-
|
|
54786
|
+
}), R_ = /* @__PURE__ */ Ta(JG, [["__scopeId", "data-v-02ca61c0"]]), eK = {
|
|
54786
54787
|
key: 0,
|
|
54787
54788
|
class: "text-xs text-muted-foreground dark:text-neutral-400"
|
|
54788
54789
|
}, tK = ["src"], aK = {
|
|
54789
54790
|
key: 1,
|
|
54790
54791
|
class: "h-full w-full flex flex-col items-center justify-center text-muted-foreground dark:text-neutral-400 gap-2 p-4 text-center"
|
|
54791
54792
|
}, nK = { class: "space-y-0.5" }, oK = { class: "text-sm font-medium truncate max-w-[180px] dark:text-neutral-200" }, iK = { class: "text-xs opacity-70" }, rK = ["disabled"], sK = { key: 1 }, lK = ["disabled"], cK = { class: "text-[11px] text-foreground/90 dark:text-neutral-200 space-y-1 whitespace-nowrap" }, dK = { class: "flex gap-2" }, uK = { class: "font-medium truncate" }, hK = { class: "flex gap-2" }, pK = { class: "font-medium" }, yK = { class: "flex gap-2" }, fK = { class: "font-medium truncate" }, kK = /* @__PURE__ */ ee({
|
|
54793
|
+
name: "DCodeFileResult",
|
|
54792
54794
|
__name: "DCodeFileResult",
|
|
54793
54795
|
props: {
|
|
54794
54796
|
file: {},
|
|
@@ -54977,7 +54979,7 @@ const qG = {
|
|
|
54977
54979
|
_: 1
|
|
54978
54980
|
}, 8, ["class"])) : N("", !0);
|
|
54979
54981
|
}
|
|
54980
|
-
}), RD = /* @__PURE__ */ Ta(kK, [["__scopeId", "data-v-
|
|
54982
|
+
}), RD = /* @__PURE__ */ Ta(kK, [["__scopeId", "data-v-4f5c1d5e"]]);
|
|
54981
54983
|
function E_() {
|
|
54982
54984
|
const t = (i) => {
|
|
54983
54985
|
var c;
|
|
@@ -55001,6 +55003,8 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
55001
55003
|
key: 1,
|
|
55002
55004
|
class: "flex items-center justify-center p-6 border rounded-lg bg-muted/30 dark:bg-neutral-800/20 dark:border-neutral-800"
|
|
55003
55005
|
}, vK = /* @__PURE__ */ ee({
|
|
55006
|
+
name: "DCodeFileField",
|
|
55007
|
+
inheritAttrs: !1,
|
|
55004
55008
|
__name: "DCodeFileField",
|
|
55005
55009
|
props: {
|
|
55006
55010
|
modelValue: { default: null },
|
|
@@ -55384,6 +55388,8 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
55384
55388
|
key: 0,
|
|
55385
55389
|
class: "fixed inset-0 z-50 flex items-center justify-center p-4 sm:p-6"
|
|
55386
55390
|
}, VK = { class: "flex items-center justify-between border-b dark:border-neutral-800 px-6 py-4" }, TK = { class: "relative overflow-auto p-0" }, ED = /* @__PURE__ */ ee({
|
|
55391
|
+
name: "DCodeImageCropperDialog",
|
|
55392
|
+
inheritAttrs: !1,
|
|
55387
55393
|
__name: "DCodeImageCropperDialog",
|
|
55388
55394
|
props: {
|
|
55389
55395
|
modelValue: { type: Boolean },
|
|
@@ -55626,6 +55632,7 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
55626
55632
|
key: 0,
|
|
55627
55633
|
class: "text-xs text-muted-foreground dark:text-neutral-400"
|
|
55628
55634
|
}, OK = ["src"], FK = ["disabled"], RK = ["disabled"], EK = { class: "text-[11px] text-foreground/90 dark:text-neutral-200 space-y-1 whitespace-nowrap" }, $K = { class: "flex gap-2" }, UK = { class: "font-medium truncate" }, WK = { class: "flex gap-2" }, NK = { class: "font-medium" }, GK = { class: "flex gap-2" }, KK = { class: "font-medium truncate" }, XK = /* @__PURE__ */ ee({
|
|
55635
|
+
name: "DCodeImageResult",
|
|
55629
55636
|
__name: "DCodeImageResult",
|
|
55630
55637
|
props: {
|
|
55631
55638
|
file: {},
|
|
@@ -55812,7 +55819,9 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
55812
55819
|
_: 1
|
|
55813
55820
|
}, 8, ["class"])) : N("", !0);
|
|
55814
55821
|
}
|
|
55815
|
-
}), $D = /* @__PURE__ */ Ta(XK, [["__scopeId", "data-v-
|
|
55822
|
+
}), $D = /* @__PURE__ */ Ta(XK, [["__scopeId", "data-v-72c623f7"]]), ZK = { class: "space-y-3" }, UD = /* @__PURE__ */ ee({
|
|
55823
|
+
name: "DCodeImageField",
|
|
55824
|
+
inheritAttrs: !1,
|
|
55816
55825
|
__name: "DCodeImageField",
|
|
55817
55826
|
props: {
|
|
55818
55827
|
modelValue: { default: null },
|
|
@@ -58237,6 +58246,7 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
58237
58246
|
key: 0,
|
|
58238
58247
|
class: "mt-1 text-sm text-muted-foreground"
|
|
58239
58248
|
}, eQ = { class: "flex flex-wrap items-center justify-between gap-3" }, tQ = { class: "flex items-center gap-2" }, aQ = { class: "text-xs text-muted-foreground" }, nQ = /* @__PURE__ */ ee({
|
|
58249
|
+
name: "DCodeTimelineWithIcons",
|
|
58240
58250
|
__name: "DCodeTimelineWithIcons",
|
|
58241
58251
|
props: {
|
|
58242
58252
|
items: {},
|
|
@@ -58567,6 +58577,7 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
58567
58577
|
key: 1,
|
|
58568
58578
|
class: "text-xs text-red-600 mt-1"
|
|
58569
58579
|
}, cQ = /* @__PURE__ */ ee({
|
|
58580
|
+
name: "DCodeUploadFile",
|
|
58570
58581
|
__name: "DCodeUploadFile",
|
|
58571
58582
|
props: {
|
|
58572
58583
|
label: {},
|
|
@@ -58613,6 +58624,7 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
58613
58624
|
key: 1,
|
|
58614
58625
|
class: "mr-2 text-sm font-bold opacity-70"
|
|
58615
58626
|
}, vQ = { class: "whitespace-normal text-sm text-center leading-tight" }, bQ = { class: "flex flex-col flex-1 min-w-0" }, MQ = { class: "text-sm text-muted-foreground" }, xQ = { class: "px-1" }, wQ = ["disabled"], LQ = ["type"], CQ = ["disabled"], IQ = /* @__PURE__ */ ee({
|
|
58627
|
+
name: "DCodeWizard",
|
|
58616
58628
|
__name: "DCodeWizard",
|
|
58617
58629
|
props: {
|
|
58618
58630
|
tabs: {},
|
|
@@ -58914,7 +58926,7 @@ const mK = { class: "space-y-3" }, gK = {
|
|
|
58914
58926
|
], 2);
|
|
58915
58927
|
};
|
|
58916
58928
|
}
|
|
58917
|
-
}), SQ = /* @__PURE__ */ Ta(IQ, [["__scopeId", "data-v-
|
|
58929
|
+
}), SQ = /* @__PURE__ */ Ta(IQ, [["__scopeId", "data-v-9379f062"]]);
|
|
58918
58930
|
function _Q() {
|
|
58919
58931
|
return { setPageTitle: (a) => {
|
|
58920
58932
|
typeof document < "u" && (document.title = a || document.title), typeof window < "u" && window.dispatchEvent(
|
|
@@ -59866,6 +59878,7 @@ const AQ = { class: "w-full" }, zQ = { class: "relative mx-auto min-h-[37.5rem]"
|
|
|
59866
59878
|
key: 0,
|
|
59867
59879
|
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"
|
|
59868
59880
|
}, WJ = { class: "flex items-center gap-4" }, NJ = { class: "text-xs text-neutral-500 dark:text-neutral-400 font-medium" }, GJ = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, KJ = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, XJ = { class: "text-neutral-900 dark:text-neutral-100 font-medium" }, ZJ = { class: "flex-shrink-0" }, YJ = { class: "space-y-4" }, QJ = { class: "text-gray-600 dark:text-gray-400" }, JJ = { class: "grid grid-cols-1 md:grid-cols-2 gap-4 py-4 px-1" }, ZD = /* @__PURE__ */ ee({
|
|
59881
|
+
name: "DataTable",
|
|
59869
59882
|
__name: "DataTable",
|
|
59870
59883
|
props: {
|
|
59871
59884
|
columns: { default: () => [] },
|