@deepnoid/ui 0.1.49 → 0.1.51
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/.turbo/turbo-build.log +198 -198
- package/dist/{chunk-IC25OKBJ.mjs → chunk-2RK3IMLR.mjs} +2 -2
- package/dist/{chunk-NFQMXW4Z.mjs → chunk-4FO4MABJ.mjs} +1 -1
- package/dist/{chunk-ZYWQWFVT.mjs → chunk-5SNPCI6I.mjs} +1 -1
- package/dist/{chunk-A7GHXG3K.mjs → chunk-76B5LZBM.mjs} +1 -1
- package/dist/{chunk-GH6CPGFN.mjs → chunk-FDBWNO2X.mjs} +1 -1
- package/dist/{chunk-7TAGGLNY.mjs → chunk-FKKDEWW3.mjs} +1 -1
- package/dist/{chunk-SP3JVQY3.mjs → chunk-GC3GYCKY.mjs} +1 -1
- package/dist/{chunk-KYJTZPXY.mjs → chunk-LF4SL2LJ.mjs} +1 -1
- package/dist/{chunk-RIW4TT6V.mjs → chunk-LIUQU45I.mjs} +3 -3
- package/dist/{chunk-2TKEWFGH.mjs → chunk-LTNDSCRA.mjs} +1 -1
- package/dist/{chunk-RT3S3VVJ.mjs → chunk-MXLJ3B4K.mjs} +2 -2
- package/dist/{chunk-WOEZHDJR.mjs → chunk-NWV5ELFP.mjs} +5 -5
- package/dist/{chunk-MCNCHQ33.mjs → chunk-OTEWHVER.mjs} +2 -2
- package/dist/{chunk-MEY4IL7D.mjs → chunk-PVFDO2WN.mjs} +1 -1
- package/dist/{chunk-TRR232FS.mjs → chunk-RBQEUS4K.mjs} +5 -5
- package/dist/{chunk-WLNLVX7Q.mjs → chunk-RQ6ADHCR.mjs} +1 -1
- package/dist/{chunk-G67WUZO3.mjs → chunk-X3A2QD6L.mjs} +3 -3
- package/dist/{chunk-A7RU3FU5.mjs → chunk-Y3FMWQ7R.mjs} +1 -1
- package/dist/{chunk-UB4YBFOT.mjs → chunk-YQ2ULGET.mjs} +1 -1
- package/dist/{chunk-IBI3OVQI.mjs → chunk-YUMQWCQ3.mjs} +1 -1
- package/dist/{chunk-4F6RULPS.mjs → chunk-ZOENHWSZ.mjs} +1 -1
- package/dist/{chunk-2SDYFOZL.mjs → chunk-ZVGVLD3T.mjs} +23 -0
- package/dist/components/avatar/avatar.js +23 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +23 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +23 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +23 -0
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button.js +23 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +23 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +23 -0
- package/dist/components/button/index.mjs +9 -9
- package/dist/components/charts/areaChart.js +1 -1
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/barChart.js +1 -1
- package/dist/components/charts/barChart.mjs +1 -1
- package/dist/components/charts/index.js +2 -2
- package/dist/components/charts/index.mjs +2 -2
- package/dist/components/chip/chip.js +23 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +23 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +23 -0
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +23 -0
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +23 -0
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/fileUpload/fileUpload.js +23 -0
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +23 -0
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +23 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +23 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +23 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +23 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +23 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +23 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +23 -0
- package/dist/components/modal/index.mjs +7 -7
- package/dist/components/modal/modal.js +23 -0
- package/dist/components/modal/modal.mjs +7 -7
- package/dist/components/pagination/index.js +23 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +23 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +23 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +23 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +23 -0
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +23 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +23 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +23 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +23 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +23 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +25 -2
- package/dist/index.mjs +51 -51
- package/package.json +1 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-LIUQU45I.mjs";
|
|
5
5
|
import "../../chunk-BPEMHZH3.mjs";
|
|
6
6
|
import "../../chunk-P7YYNA6L.mjs";
|
|
7
|
+
import "../../chunk-7B7LRG5J.mjs";
|
|
8
|
+
import "../../chunk-OTEWHVER.mjs";
|
|
9
|
+
import "../../chunk-F3HENRVM.mjs";
|
|
7
10
|
import "../../chunk-MZ76AA76.mjs";
|
|
8
11
|
import "../../chunk-6PN3DGOE.mjs";
|
|
9
12
|
import "../../chunk-DQRAFUDA.mjs";
|
|
10
13
|
import "../../chunk-M37VBNB3.mjs";
|
|
11
|
-
import "../../chunk-7B7LRG5J.mjs";
|
|
12
|
-
import "../../chunk-MCNCHQ33.mjs";
|
|
13
|
-
import "../../chunk-F3HENRVM.mjs";
|
|
14
14
|
import "../../chunk-2GCSFWHD.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-FDBWNO2X.mjs";
|
|
16
16
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
17
17
|
import "../../chunk-D6QI3DJG.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
20
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
21
21
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
22
22
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
23
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -919,6 +919,29 @@ var template = {
|
|
|
919
919
|
}
|
|
920
920
|
);
|
|
921
921
|
},
|
|
922
|
+
circle: ({ className }) => {
|
|
923
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
924
|
+
"svg",
|
|
925
|
+
{
|
|
926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
927
|
+
width: "28",
|
|
928
|
+
height: "28",
|
|
929
|
+
viewBox: "0 0 28 28",
|
|
930
|
+
fill: "none",
|
|
931
|
+
className,
|
|
932
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
933
|
+
"path",
|
|
934
|
+
{
|
|
935
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
936
|
+
stroke: "currentColor",
|
|
937
|
+
strokeWidth: "1.5",
|
|
938
|
+
strokeLinecap: "round",
|
|
939
|
+
strokeLinejoin: "round"
|
|
940
|
+
}
|
|
941
|
+
)
|
|
942
|
+
}
|
|
943
|
+
);
|
|
944
|
+
},
|
|
922
945
|
// ----------------------------------- old ---------------------------------
|
|
923
946
|
// ** Status **
|
|
924
947
|
check: ({ className, fill }) => {
|
|
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-YUMQWCQ3.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-PVFDO2WN.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
13
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
14
14
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
15
15
|
import "../../chunk-27Y6K5NK.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -915,6 +915,29 @@ var template = {
|
|
|
915
915
|
}
|
|
916
916
|
);
|
|
917
917
|
},
|
|
918
|
+
circle: ({ className }) => {
|
|
919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
920
|
+
"svg",
|
|
921
|
+
{
|
|
922
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
923
|
+
width: "28",
|
|
924
|
+
height: "28",
|
|
925
|
+
viewBox: "0 0 28 28",
|
|
926
|
+
fill: "none",
|
|
927
|
+
className,
|
|
928
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
929
|
+
"path",
|
|
930
|
+
{
|
|
931
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
932
|
+
stroke: "currentColor",
|
|
933
|
+
strokeWidth: "1.5",
|
|
934
|
+
strokeLinecap: "round",
|
|
935
|
+
strokeLinejoin: "round"
|
|
936
|
+
}
|
|
937
|
+
)
|
|
938
|
+
}
|
|
939
|
+
);
|
|
940
|
+
},
|
|
918
941
|
// ----------------------------------- old ---------------------------------
|
|
919
942
|
// ** Status **
|
|
920
943
|
check: ({ className, fill }) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-PVFDO2WN.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
7
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
8
8
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
9
9
|
import "../../chunk-27Y6K5NK.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -955,6 +955,29 @@ var template = {
|
|
|
955
955
|
}
|
|
956
956
|
);
|
|
957
957
|
},
|
|
958
|
+
circle: ({ className }) => {
|
|
959
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
960
|
+
"svg",
|
|
961
|
+
{
|
|
962
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
963
|
+
width: "28",
|
|
964
|
+
height: "28",
|
|
965
|
+
viewBox: "0 0 28 28",
|
|
966
|
+
fill: "none",
|
|
967
|
+
className,
|
|
968
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
969
|
+
"path",
|
|
970
|
+
{
|
|
971
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
972
|
+
stroke: "currentColor",
|
|
973
|
+
strokeWidth: "1.5",
|
|
974
|
+
strokeLinecap: "round",
|
|
975
|
+
strokeLinejoin: "round"
|
|
976
|
+
}
|
|
977
|
+
)
|
|
978
|
+
}
|
|
979
|
+
);
|
|
980
|
+
},
|
|
958
981
|
// ----------------------------------- old ---------------------------------
|
|
959
982
|
// ** Status **
|
|
960
983
|
check: ({ className, fill }) => {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-YUMQWCQ3.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-PVFDO2WN.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
10
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
11
11
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
12
12
|
import "../../chunk-27Y6K5NK.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -897,6 +897,29 @@ var template = {
|
|
|
897
897
|
}
|
|
898
898
|
);
|
|
899
899
|
},
|
|
900
|
+
circle: ({ className }) => {
|
|
901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
902
|
+
"svg",
|
|
903
|
+
{
|
|
904
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
905
|
+
width: "28",
|
|
906
|
+
height: "28",
|
|
907
|
+
viewBox: "0 0 28 28",
|
|
908
|
+
fill: "none",
|
|
909
|
+
className,
|
|
910
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
911
|
+
"path",
|
|
912
|
+
{
|
|
913
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
914
|
+
stroke: "currentColor",
|
|
915
|
+
strokeWidth: "1.5",
|
|
916
|
+
strokeLinecap: "round",
|
|
917
|
+
strokeLinejoin: "round"
|
|
918
|
+
}
|
|
919
|
+
)
|
|
920
|
+
}
|
|
921
|
+
);
|
|
922
|
+
},
|
|
900
923
|
// ----------------------------------- old ---------------------------------
|
|
901
924
|
// ** Status **
|
|
902
925
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-4FO4MABJ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
8
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -896,6 +896,29 @@ var template = {
|
|
|
896
896
|
}
|
|
897
897
|
);
|
|
898
898
|
},
|
|
899
|
+
circle: ({ className }) => {
|
|
900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
901
|
+
"svg",
|
|
902
|
+
{
|
|
903
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
904
|
+
width: "28",
|
|
905
|
+
height: "28",
|
|
906
|
+
viewBox: "0 0 28 28",
|
|
907
|
+
fill: "none",
|
|
908
|
+
className,
|
|
909
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
910
|
+
"path",
|
|
911
|
+
{
|
|
912
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
913
|
+
stroke: "currentColor",
|
|
914
|
+
strokeWidth: "1.5",
|
|
915
|
+
strokeLinecap: "round",
|
|
916
|
+
strokeLinejoin: "round"
|
|
917
|
+
}
|
|
918
|
+
)
|
|
919
|
+
}
|
|
920
|
+
);
|
|
921
|
+
},
|
|
899
922
|
// ----------------------------------- old ---------------------------------
|
|
900
923
|
// ** Status **
|
|
901
924
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Tree,
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-4FO4MABJ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
8
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.js
CHANGED
|
@@ -716,6 +716,29 @@ var template = {
|
|
|
716
716
|
}
|
|
717
717
|
);
|
|
718
718
|
},
|
|
719
|
+
circle: ({ className }) => {
|
|
720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
721
|
+
"svg",
|
|
722
|
+
{
|
|
723
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
724
|
+
width: "28",
|
|
725
|
+
height: "28",
|
|
726
|
+
viewBox: "0 0 28 28",
|
|
727
|
+
fill: "none",
|
|
728
|
+
className,
|
|
729
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
730
|
+
"path",
|
|
731
|
+
{
|
|
732
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
733
|
+
stroke: "currentColor",
|
|
734
|
+
strokeWidth: "1.5",
|
|
735
|
+
strokeLinecap: "round",
|
|
736
|
+
strokeLinejoin: "round"
|
|
737
|
+
}
|
|
738
|
+
)
|
|
739
|
+
}
|
|
740
|
+
);
|
|
741
|
+
},
|
|
719
742
|
// ----------------------------------- old ---------------------------------
|
|
720
743
|
// ** Status **
|
|
721
744
|
check: ({ className, fill }) => {
|
|
@@ -10673,7 +10696,7 @@ var AreaChartComponent = (0, import_react35.forwardRef)((originalProps, ref) =>
|
|
|
10673
10696
|
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_recharts2.ResponsiveContainer, { width: "100%", height: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_recharts2.AreaChart, { data, margin: { left: -30 }, children: [
|
|
10674
10697
|
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("linearGradient", { id: `colorGradient-${uniqueId}`, x1: "0", y1: "0", x2: "0", y2: "1", children: [
|
|
10675
10698
|
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("stop", { offset: "5%", stopColor: colorHex, stopOpacity: 0.3 }),
|
|
10676
|
-
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("stop", { offset: "95%", stopColor: colorHex, stopOpacity: 0
|
|
10699
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("stop", { offset: "95%", stopColor: colorHex, stopOpacity: 0 })
|
|
10677
10700
|
] }) }),
|
|
10678
10701
|
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
10679
10702
|
import_recharts2.CartesianGrid,
|
|
@@ -10768,7 +10791,7 @@ var BarChartComponent = (0, import_react36.forwardRef)((originalProps, ref) => {
|
|
|
10768
10791
|
const CustomBarShape = (barProps) => {
|
|
10769
10792
|
const { x, y, width, height, fill } = barProps;
|
|
10770
10793
|
const radius = 5;
|
|
10771
|
-
const extraHeight =
|
|
10794
|
+
const extraHeight = 10;
|
|
10772
10795
|
const adjustedHeight = height + extraHeight;
|
|
10773
10796
|
const adjustedY = y;
|
|
10774
10797
|
const bottomY = adjustedY + adjustedHeight;
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-MBLZYQCN.mjs";
|
|
3
|
+
import {
|
|
4
|
+
tree_default
|
|
5
|
+
} from "./chunk-4FO4MABJ.mjs";
|
|
2
6
|
import "./chunk-LUWGOKLG.mjs";
|
|
3
7
|
import {
|
|
4
8
|
ToastProvider,
|
|
5
9
|
useToast
|
|
6
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-YUMQWCQ3.mjs";
|
|
7
11
|
import "./chunk-ZOTHPHXA.mjs";
|
|
8
12
|
import {
|
|
9
13
|
toast_default
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-MBLZYQCN.mjs";
|
|
12
|
-
import {
|
|
13
|
-
tree_default
|
|
14
|
-
} from "./chunk-NFQMXW4Z.mjs";
|
|
14
|
+
} from "./chunk-PVFDO2WN.mjs";
|
|
15
15
|
import "./chunk-HIE2YRGA.mjs";
|
|
16
16
|
import {
|
|
17
17
|
tooltip_default
|
|
@@ -21,7 +21,7 @@ import "./chunk-WSIADHVC.mjs";
|
|
|
21
21
|
import "./chunk-DX3KXNP6.mjs";
|
|
22
22
|
import {
|
|
23
23
|
table_default
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LIUQU45I.mjs";
|
|
25
25
|
import "./chunk-BPEMHZH3.mjs";
|
|
26
26
|
import "./chunk-P7YYNA6L.mjs";
|
|
27
27
|
import "./chunk-3MY6LO7N.mjs";
|
|
@@ -32,104 +32,101 @@ import "./chunk-RRAZM5D3.mjs";
|
|
|
32
32
|
import {
|
|
33
33
|
textarea_default
|
|
34
34
|
} from "./chunk-4EIGHKUO.mjs";
|
|
35
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-7B7LRG5J.mjs";
|
|
36
36
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
37
|
+
pagination_default
|
|
38
|
+
} from "./chunk-OTEWHVER.mjs";
|
|
39
|
+
import "./chunk-F3HENRVM.mjs";
|
|
39
40
|
import "./chunk-MZ76AA76.mjs";
|
|
40
41
|
import {
|
|
41
42
|
skeleton_default
|
|
42
43
|
} from "./chunk-6PN3DGOE.mjs";
|
|
44
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
45
|
+
import {
|
|
46
|
+
switch_default
|
|
47
|
+
} from "./chunk-AJUQBMSV.mjs";
|
|
43
48
|
import {
|
|
44
49
|
definition_table_default
|
|
45
50
|
} from "./chunk-6TIIBU7J.mjs";
|
|
51
|
+
import "./chunk-DQRAFUDA.mjs";
|
|
52
|
+
import {
|
|
53
|
+
scrollArea_default
|
|
54
|
+
} from "./chunk-M37VBNB3.mjs";
|
|
55
|
+
import "./chunk-QCEKPS7U.mjs";
|
|
56
|
+
import {
|
|
57
|
+
select_default
|
|
58
|
+
} from "./chunk-5SNPCI6I.mjs";
|
|
46
59
|
import "./chunk-DJOG6Z35.mjs";
|
|
47
60
|
import {
|
|
48
61
|
modal_default
|
|
49
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-2RK3IMLR.mjs";
|
|
50
63
|
import "./chunk-TPFN22HR.mjs";
|
|
51
64
|
import {
|
|
52
65
|
radio_default
|
|
53
66
|
} from "./chunk-QIRL6HY6.mjs";
|
|
54
|
-
import "./chunk-QCEKPS7U.mjs";
|
|
55
|
-
import {
|
|
56
|
-
select_default
|
|
57
|
-
} from "./chunk-ZYWQWFVT.mjs";
|
|
58
|
-
import "./chunk-DQRAFUDA.mjs";
|
|
59
|
-
import {
|
|
60
|
-
scrollArea_default
|
|
61
|
-
} from "./chunk-M37VBNB3.mjs";
|
|
62
|
-
import "./chunk-7B7LRG5J.mjs";
|
|
63
|
-
import {
|
|
64
|
-
pagination_default
|
|
65
|
-
} from "./chunk-MCNCHQ33.mjs";
|
|
66
|
-
import "./chunk-F3HENRVM.mjs";
|
|
67
67
|
import "./chunk-RLXOHILK.mjs";
|
|
68
68
|
import {
|
|
69
69
|
fileUpload_default
|
|
70
|
-
} from "./chunk-
|
|
71
|
-
import "./chunk-MGEWSREV.mjs";
|
|
72
|
-
import {
|
|
73
|
-
chip_default
|
|
74
|
-
} from "./chunk-WLNLVX7Q.mjs";
|
|
70
|
+
} from "./chunk-RBQEUS4K.mjs";
|
|
75
71
|
import "./chunk-2GCSFWHD.mjs";
|
|
76
72
|
import {
|
|
77
73
|
input_default
|
|
78
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-FDBWNO2X.mjs";
|
|
79
75
|
import "./chunk-XOH6GWRD.mjs";
|
|
80
76
|
import "./chunk-QZ3LVYJW.mjs";
|
|
81
77
|
import {
|
|
82
78
|
checkbox_default
|
|
83
79
|
} from "./chunk-D6QI3DJG.mjs";
|
|
80
|
+
import "./chunk-MGEWSREV.mjs";
|
|
81
|
+
import {
|
|
82
|
+
chip_default
|
|
83
|
+
} from "./chunk-RQ6ADHCR.mjs";
|
|
84
84
|
import "./chunk-75HLCORR.mjs";
|
|
85
85
|
import {
|
|
86
86
|
dateTimePicker_default
|
|
87
|
-
} from "./chunk-
|
|
88
|
-
import "./chunk-
|
|
89
|
-
import "./chunk-KYJTZPXY.mjs";
|
|
87
|
+
} from "./chunk-NWV5ELFP.mjs";
|
|
88
|
+
import "./chunk-LF4SL2LJ.mjs";
|
|
90
89
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
91
90
|
import {
|
|
92
91
|
list_default
|
|
93
92
|
} from "./chunk-HIVPDIEP.mjs";
|
|
94
93
|
import {
|
|
95
94
|
listItem_default
|
|
96
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-MXLJ3B4K.mjs";
|
|
97
96
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
97
|
+
import "./chunk-Y3FMWQ7R.mjs";
|
|
98
98
|
import "./chunk-P732YGHO.mjs";
|
|
99
|
-
import "./chunk-KYIODWXL.mjs";
|
|
100
|
-
import {
|
|
101
|
-
breadcrumb_default
|
|
102
|
-
} from "./chunk-G67WUZO3.mjs";
|
|
103
|
-
import "./chunk-MY5U63QO.mjs";
|
|
104
|
-
import {
|
|
105
|
-
icon_button_default
|
|
106
|
-
} from "./chunk-7TAGGLNY.mjs";
|
|
107
|
-
import {
|
|
108
|
-
text_button_default
|
|
109
|
-
} from "./chunk-WFMFC7R6.mjs";
|
|
110
99
|
import {
|
|
111
100
|
areaChart_default
|
|
112
|
-
} from "./chunk-
|
|
101
|
+
} from "./chunk-ZOENHWSZ.mjs";
|
|
113
102
|
import {
|
|
114
103
|
barChart_default
|
|
115
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-76B5LZBM.mjs";
|
|
116
105
|
import {
|
|
117
106
|
circularProgress_default
|
|
118
107
|
} from "./chunk-U2NPH2O3.mjs";
|
|
119
108
|
import "./chunk-7DLOYKVC.mjs";
|
|
120
109
|
import {
|
|
121
110
|
avatar_default
|
|
122
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-GC3GYCKY.mjs";
|
|
123
112
|
import "./chunk-SE5TU755.mjs";
|
|
124
113
|
import {
|
|
125
114
|
backdrop_default
|
|
126
115
|
} from "./chunk-LL6F3WDX.mjs";
|
|
116
|
+
import "./chunk-KYIODWXL.mjs";
|
|
117
|
+
import {
|
|
118
|
+
breadcrumb_default
|
|
119
|
+
} from "./chunk-X3A2QD6L.mjs";
|
|
120
|
+
import "./chunk-MY5U63QO.mjs";
|
|
127
121
|
import {
|
|
128
122
|
button_group_default
|
|
129
123
|
} from "./chunk-LPZOH3RP.mjs";
|
|
130
124
|
import {
|
|
131
125
|
button_default
|
|
132
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-YQ2ULGET.mjs";
|
|
127
|
+
import {
|
|
128
|
+
icon_button_default
|
|
129
|
+
} from "./chunk-FKKDEWW3.mjs";
|
|
133
130
|
import "./chunk-6WSACUIB.mjs";
|
|
134
131
|
import "./chunk-LXHUO6VM.mjs";
|
|
135
132
|
import "./chunk-6PNKRBUT.mjs";
|
|
@@ -137,8 +134,11 @@ import "./chunk-ZYIIXWVY.mjs";
|
|
|
137
134
|
import {
|
|
138
135
|
Icon_default,
|
|
139
136
|
iconTemplate
|
|
140
|
-
} from "./chunk-
|
|
141
|
-
import
|
|
137
|
+
} from "./chunk-LTNDSCRA.mjs";
|
|
138
|
+
import {
|
|
139
|
+
text_button_default
|
|
140
|
+
} from "./chunk-WFMFC7R6.mjs";
|
|
141
|
+
import "./chunk-ZVGVLD3T.mjs";
|
|
142
142
|
import {
|
|
143
143
|
deepnoidUi,
|
|
144
144
|
tv
|