@deepnoid/ui 0.1.10 → 0.1.12
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 +148 -148
- package/dist/{chunk-Y7KG7S4B.mjs → chunk-6BBDU4HW.mjs} +1 -1
- package/dist/{chunk-YTOYINWL.mjs → chunk-ASQAVFM5.mjs} +1 -1
- package/dist/{chunk-PDUKY2FL.mjs → chunk-BWURZ3WF.mjs} +2 -2
- package/dist/{chunk-P6CDIPHN.mjs → chunk-C62UPLCC.mjs} +2 -2
- package/dist/{chunk-P7UKIKKO.mjs → chunk-DPCE4DLW.mjs} +1 -1
- package/dist/{chunk-QJOO7LJD.mjs → chunk-G3LQ3ZX6.mjs} +2 -2
- package/dist/{chunk-5SI52U2V.mjs → chunk-H5DOTBKA.mjs} +1 -1
- package/dist/{chunk-ULXHD7GO.mjs → chunk-ILFY6MZ6.mjs} +5 -5
- package/dist/{chunk-6MWNK3IR.mjs → chunk-KHI2DZTG.mjs} +1 -1
- package/dist/{chunk-7TETAKD7.mjs → chunk-LHDOM76J.mjs} +1 -1
- package/dist/{chunk-GLJPHVXG.mjs → chunk-M5KV3WZ2.mjs} +5 -4
- package/dist/{chunk-VC2BAC47.mjs → chunk-N4UFXIUC.mjs} +1 -1
- package/dist/{chunk-D32JTEZB.mjs → chunk-OHDRKCOC.mjs} +1 -1
- package/dist/{chunk-2NQVTQ2Y.mjs → chunk-PI6Q5JDU.mjs} +2 -2
- package/dist/{chunk-FXXSX6HM.mjs → chunk-QYJORE4E.mjs} +1 -1
- package/dist/{chunk-ZQEQ2VI3.mjs → chunk-RMTHVIPI.mjs} +2 -2
- package/dist/{chunk-T3QBPU2H.mjs → chunk-RRI3I435.mjs} +1 -1
- package/dist/{chunk-3WUQ5SJG.mjs → chunk-W55GVLPJ.mjs} +1 -1
- package/dist/components/avatar/avatar.js +5 -4
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +5 -4
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +5 -4
- package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
- package/dist/components/breadcrumb/index.js +5 -4
- package/dist/components/breadcrumb/index.mjs +3 -3
- package/dist/components/button/button.js +5 -4
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/index.js +5 -4
- package/dist/components/button/index.mjs +3 -3
- package/dist/components/chip/chip.js +5 -4
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +5 -4
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +5 -4
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +5 -4
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +5 -4
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +5 -4
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.js +5 -4
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +5 -4
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.js +5 -4
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +5 -4
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +5 -4
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +5 -4
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +5 -4
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +5 -4
- package/dist/components/modal/index.mjs +4 -4
- package/dist/components/modal/modal.js +5 -4
- package/dist/components/modal/modal.mjs +4 -4
- package/dist/components/pagination/index.js +5 -4
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +5 -4
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +5 -4
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +5 -4
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.js +5 -4
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/index.js +6 -5
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table.d.mts +1 -1
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.js +6 -5
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/toast/index.js +5 -4
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +5 -4
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +5 -4
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/index.js +6 -5
- package/dist/index.mjs +35 -35
- package/package.json +1 -1
|
@@ -1082,16 +1082,17 @@ var template = {
|
|
|
1082
1082
|
"svg",
|
|
1083
1083
|
{
|
|
1084
1084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1085
|
-
width: "
|
|
1086
|
-
height: "
|
|
1087
|
-
viewBox: "0 0
|
|
1085
|
+
width: "22",
|
|
1086
|
+
height: "22",
|
|
1087
|
+
viewBox: "0 0 22 22",
|
|
1088
1088
|
fill: "none",
|
|
1089
1089
|
className,
|
|
1090
1090
|
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1091
1091
|
"path",
|
|
1092
1092
|
{
|
|
1093
|
-
d: "
|
|
1093
|
+
d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
|
|
1094
1094
|
stroke: "currentColor",
|
|
1095
|
+
strokeWidth: "1.25",
|
|
1095
1096
|
strokeLinecap: "round",
|
|
1096
1097
|
strokeLinejoin: "round"
|
|
1097
1098
|
}
|
|
@@ -5276,7 +5277,7 @@ var Table = (0, import_react7.forwardRef)((originalProps, ref) => {
|
|
|
5276
5277
|
currentPage: page,
|
|
5277
5278
|
totalPage: Math.ceil(totalData / perPage),
|
|
5278
5279
|
groupSize: 10,
|
|
5279
|
-
handleChangePage: (currentPage) => onPageChange({ page: currentPage, perPage })
|
|
5280
|
+
handleChangePage: (currentPage) => onPageChange && onPageChange({ page: currentPage, perPage })
|
|
5280
5281
|
}
|
|
5281
5282
|
) })
|
|
5282
5283
|
] });
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-G3LQ3ZX6.mjs";
|
|
5
5
|
import "../../chunk-M2IRRTFM.mjs";
|
|
6
6
|
import "../../chunk-OQS4LGZK.mjs";
|
|
7
7
|
import "../../chunk-7B7LRG5J.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-PI6Q5JDU.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LHDOM76J.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-RRI3I435.mjs";
|
|
16
|
+
import "../../chunk-M5KV3WZ2.mjs";
|
|
17
17
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -721,16 +721,17 @@ var template = {
|
|
|
721
721
|
"svg",
|
|
722
722
|
{
|
|
723
723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
724
|
-
width: "
|
|
725
|
-
height: "
|
|
726
|
-
viewBox: "0 0
|
|
724
|
+
width: "22",
|
|
725
|
+
height: "22",
|
|
726
|
+
viewBox: "0 0 22 22",
|
|
727
727
|
fill: "none",
|
|
728
728
|
className,
|
|
729
729
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
730
730
|
"path",
|
|
731
731
|
{
|
|
732
|
-
d: "
|
|
732
|
+
d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
|
|
733
733
|
stroke: "currentColor",
|
|
734
|
+
strokeWidth: "1.25",
|
|
734
735
|
strokeLinecap: "round",
|
|
735
736
|
strokeLinejoin: "round"
|
|
736
737
|
}
|
|
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-ASQAVFM5.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-H5DOTBKA.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-RRI3I435.mjs";
|
|
13
|
+
import "../../chunk-M5KV3WZ2.mjs";
|
|
14
14
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
15
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
16
16
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -717,16 +717,17 @@ var template = {
|
|
|
717
717
|
"svg",
|
|
718
718
|
{
|
|
719
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
720
|
-
width: "
|
|
721
|
-
height: "
|
|
722
|
-
viewBox: "0 0
|
|
720
|
+
width: "22",
|
|
721
|
+
height: "22",
|
|
722
|
+
viewBox: "0 0 22 22",
|
|
723
723
|
fill: "none",
|
|
724
724
|
className,
|
|
725
725
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
726
726
|
"path",
|
|
727
727
|
{
|
|
728
|
-
d: "
|
|
728
|
+
d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
|
|
729
729
|
stroke: "currentColor",
|
|
730
|
+
strokeWidth: "1.25",
|
|
730
731
|
strokeLinecap: "round",
|
|
731
732
|
strokeLinejoin: "round"
|
|
732
733
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-H5DOTBKA.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-RRI3I435.mjs";
|
|
7
|
+
import "../../chunk-M5KV3WZ2.mjs";
|
|
8
8
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -757,16 +757,17 @@ var template = {
|
|
|
757
757
|
"svg",
|
|
758
758
|
{
|
|
759
759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
760
|
-
width: "
|
|
761
|
-
height: "
|
|
762
|
-
viewBox: "0 0
|
|
760
|
+
width: "22",
|
|
761
|
+
height: "22",
|
|
762
|
+
viewBox: "0 0 22 22",
|
|
763
763
|
fill: "none",
|
|
764
764
|
className,
|
|
765
765
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
766
766
|
"path",
|
|
767
767
|
{
|
|
768
|
-
d: "
|
|
768
|
+
d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
|
|
769
769
|
stroke: "currentColor",
|
|
770
|
+
strokeWidth: "1.25",
|
|
770
771
|
strokeLinecap: "round",
|
|
771
772
|
strokeLinejoin: "round"
|
|
772
773
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ASQAVFM5.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-H5DOTBKA.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-RRI3I435.mjs";
|
|
10
|
+
import "../../chunk-M5KV3WZ2.mjs";
|
|
11
11
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.js
CHANGED
|
@@ -508,16 +508,17 @@ var template = {
|
|
|
508
508
|
"svg",
|
|
509
509
|
{
|
|
510
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
511
|
-
width: "
|
|
512
|
-
height: "
|
|
513
|
-
viewBox: "0 0
|
|
511
|
+
width: "22",
|
|
512
|
+
height: "22",
|
|
513
|
+
viewBox: "0 0 22 22",
|
|
514
514
|
fill: "none",
|
|
515
515
|
className,
|
|
516
516
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
517
517
|
"path",
|
|
518
518
|
{
|
|
519
|
-
d: "
|
|
519
|
+
d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
|
|
520
520
|
stroke: "currentColor",
|
|
521
|
+
strokeWidth: "1.25",
|
|
521
522
|
strokeLinecap: "round",
|
|
522
523
|
strokeLinejoin: "round"
|
|
523
524
|
}
|
|
@@ -6636,7 +6637,7 @@ var Table = (0, import_react15.forwardRef)((originalProps, ref) => {
|
|
|
6636
6637
|
currentPage: page,
|
|
6637
6638
|
totalPage: Math.ceil(totalData / perPage),
|
|
6638
6639
|
groupSize: 10,
|
|
6639
|
-
handleChangePage: (currentPage) => onPageChange({ page: currentPage, perPage })
|
|
6640
|
+
handleChangePage: (currentPage) => onPageChange && onPageChange({ page: currentPage, perPage })
|
|
6640
6641
|
}
|
|
6641
6642
|
) })
|
|
6642
6643
|
] });
|
package/dist/index.mjs
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
3
|
+
import {
|
|
4
|
+
tooltip_default
|
|
5
|
+
} from "./chunk-U2YKMXVG.mjs";
|
|
6
|
+
import "./chunk-ZMOAFSYE.mjs";
|
|
7
|
+
import "./chunk-WSIADHVC.mjs";
|
|
8
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
9
|
+
import {
|
|
10
|
+
tabs_default
|
|
11
|
+
} from "./chunk-ZEZ6ZA3N.mjs";
|
|
2
12
|
import "./chunk-RRAZM5D3.mjs";
|
|
3
13
|
import {
|
|
4
14
|
textarea_default
|
|
5
15
|
} from "./chunk-BKE6QF6W.mjs";
|
|
6
|
-
import "./chunk-LVFI2NOH.mjs";
|
|
7
|
-
import {
|
|
8
|
-
switch_default
|
|
9
|
-
} from "./chunk-Z74QNVPG.mjs";
|
|
10
16
|
import "./chunk-LUWGOKLG.mjs";
|
|
11
17
|
import {
|
|
12
18
|
ToastProvider,
|
|
13
19
|
useToast
|
|
14
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-ASQAVFM5.mjs";
|
|
15
21
|
import "./chunk-ZOTHPHXA.mjs";
|
|
16
22
|
import {
|
|
17
23
|
toast_default
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-H5DOTBKA.mjs";
|
|
25
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
20
26
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-ZMOAFSYE.mjs";
|
|
24
|
-
import "./chunk-WSIADHVC.mjs";
|
|
27
|
+
switch_default
|
|
28
|
+
} from "./chunk-Z74QNVPG.mjs";
|
|
25
29
|
import "./chunk-2UUH2MBF.mjs";
|
|
26
30
|
import {
|
|
27
31
|
table_default
|
|
28
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-G3LQ3ZX6.mjs";
|
|
29
33
|
import "./chunk-M2IRRTFM.mjs";
|
|
30
34
|
import "./chunk-OQS4LGZK.mjs";
|
|
31
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
32
|
-
import {
|
|
33
|
-
tabs_default
|
|
34
|
-
} from "./chunk-ZEZ6ZA3N.mjs";
|
|
35
35
|
import "./chunk-DJOG6Z35.mjs";
|
|
36
36
|
import {
|
|
37
37
|
modal_default
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-RMTHVIPI.mjs";
|
|
39
39
|
import "./chunk-TPFN22HR.mjs";
|
|
40
40
|
import {
|
|
41
41
|
radio_default
|
|
@@ -43,40 +43,38 @@ import {
|
|
|
43
43
|
import "./chunk-QCEKPS7U.mjs";
|
|
44
44
|
import {
|
|
45
45
|
select_default
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-BWURZ3WF.mjs";
|
|
47
|
+
import "./chunk-DPCE4DLW.mjs";
|
|
48
48
|
import "./chunk-S3QS5B7F.mjs";
|
|
49
49
|
import "./chunk-7B7LRG5J.mjs";
|
|
50
50
|
import {
|
|
51
51
|
pagination_default
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-PI6Q5JDU.mjs";
|
|
53
53
|
import "./chunk-2GCSFWHD.mjs";
|
|
54
54
|
import {
|
|
55
55
|
input_default
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-LHDOM76J.mjs";
|
|
57
57
|
import "./chunk-F3HENRVM.mjs";
|
|
58
58
|
import "./chunk-75HLCORR.mjs";
|
|
59
59
|
import {
|
|
60
60
|
dateTimePicker_default
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import "./chunk-
|
|
63
|
-
import "./chunk-3WUQ5SJG.mjs";
|
|
61
|
+
} from "./chunk-ILFY6MZ6.mjs";
|
|
62
|
+
import "./chunk-W55GVLPJ.mjs";
|
|
64
63
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
65
64
|
import {
|
|
66
65
|
list_default
|
|
67
66
|
} from "./chunk-VVOOYDJS.mjs";
|
|
68
67
|
import {
|
|
69
68
|
listItem_default
|
|
70
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-C62UPLCC.mjs";
|
|
71
70
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
72
|
-
import "./chunk-P732YGHO.mjs";
|
|
73
71
|
import "./chunk-VUYUQGLF.mjs";
|
|
74
72
|
import {
|
|
75
73
|
button_group_default
|
|
76
74
|
} from "./chunk-N4F3R6HG.mjs";
|
|
77
75
|
import {
|
|
78
76
|
button_default
|
|
79
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-KHI2DZTG.mjs";
|
|
80
78
|
import "./chunk-6WSACUIB.mjs";
|
|
81
79
|
import "./chunk-LXHUO6VM.mjs";
|
|
82
80
|
import "./chunk-6PNKRBUT.mjs";
|
|
@@ -87,25 +85,27 @@ import {
|
|
|
87
85
|
import "./chunk-MGEWSREV.mjs";
|
|
88
86
|
import {
|
|
89
87
|
chip_default
|
|
90
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-N4UFXIUC.mjs";
|
|
89
|
+
import "./chunk-QYJORE4E.mjs";
|
|
90
|
+
import "./chunk-P732YGHO.mjs";
|
|
91
|
+
import "./chunk-7DLOYKVC.mjs";
|
|
92
|
+
import {
|
|
93
|
+
avatar_default
|
|
94
|
+
} from "./chunk-6BBDU4HW.mjs";
|
|
91
95
|
import "./chunk-SE5TU755.mjs";
|
|
92
96
|
import {
|
|
93
97
|
backdrop_default
|
|
94
98
|
} from "./chunk-HJZWSGUX.mjs";
|
|
95
|
-
import "./chunk-7DLOYKVC.mjs";
|
|
96
|
-
import {
|
|
97
|
-
avatar_default
|
|
98
|
-
} from "./chunk-Y7KG7S4B.mjs";
|
|
99
99
|
import "./chunk-KYIODWXL.mjs";
|
|
100
100
|
import {
|
|
101
101
|
breadcrumb_default
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-OHDRKCOC.mjs";
|
|
103
103
|
import "./chunk-ZYIIXWVY.mjs";
|
|
104
104
|
import {
|
|
105
105
|
Icon_default,
|
|
106
106
|
iconTemplate
|
|
107
|
-
} from "./chunk-
|
|
108
|
-
import "./chunk-
|
|
107
|
+
} from "./chunk-RRI3I435.mjs";
|
|
108
|
+
import "./chunk-M5KV3WZ2.mjs";
|
|
109
109
|
import {
|
|
110
110
|
deepnoidUi,
|
|
111
111
|
tv
|