@deepnoid/ui 0.0.89 → 0.0.91
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/chunk-75HLCORR.mjs +1 -0
- package/dist/chunk-D5GGG7IO.mjs +122 -0
- package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
- package/dist/chunk-FWJ2ZKH6.mjs +87 -0
- package/dist/chunk-HHYPMVLY.mjs +359 -0
- package/dist/{chunk-HFVZFUC3.mjs → chunk-L7P6OBUX.mjs} +1 -1
- package/dist/chunk-P732YGHO.mjs +18 -0
- package/dist/{chunk-MOINJECK.mjs → chunk-S3O52LLG.mjs} +1 -2
- package/dist/chunk-WX32MAKV.mjs +219 -0
- package/dist/components/accordion/accordion.d.mts +2 -2
- package/dist/components/accordion/accordion.d.ts +2 -2
- package/dist/components/accordion/accordion.test.mjs +3 -3
- package/dist/components/accordion/accordionItem.d.mts +2 -2
- package/dist/components/accordion/accordionItem.d.ts +2 -2
- package/dist/components/button/button-group.d.mts +2 -2
- package/dist/components/button/button-group.d.ts +2 -2
- package/dist/components/button/button-group.test.mjs +3 -3
- package/dist/components/button/button.d.mts +2 -2
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.test.mjs +3 -3
- package/dist/components/card/card.d.mts +2 -2
- package/dist/components/card/card.d.ts +2 -2
- package/dist/components/checkbox/checkbox.d.mts +2 -2
- package/dist/components/checkbox/checkbox.d.ts +2 -2
- package/dist/components/checkbox/checkbox.test.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.d.mts +118 -0
- package/dist/components/dateTimePicker/calendar.d.ts +118 -0
- package/dist/components/dateTimePicker/calendar.js +3854 -0
- package/dist/components/dateTimePicker/calendar.mjs +16 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.mts +445 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.ts +445 -0
- package/dist/components/dateTimePicker/dateTimePicker.js +4540 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +22 -0
- package/dist/components/dateTimePicker/index.d.mts +5 -0
- package/dist/components/dateTimePicker/index.d.ts +5 -0
- package/dist/components/dateTimePicker/index.js +4541 -0
- package/dist/components/dateTimePicker/index.mjs +21 -0
- package/dist/components/dateTimePicker/timePicker.d.mts +11 -0
- package/dist/components/dateTimePicker/timePicker.d.ts +11 -0
- package/dist/components/dateTimePicker/timePicker.js +345 -0
- package/dist/components/dateTimePicker/timePicker.mjs +13 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.mts +34 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.ts +34 -0
- package/dist/components/dateTimePicker/useDateTimePicker.js +117 -0
- package/dist/components/dateTimePicker/useDateTimePicker.mjs +9 -0
- package/dist/components/dateTimePicker/util.d.mts +4 -0
- package/dist/components/dateTimePicker/util.d.ts +4 -0
- package/dist/components/dateTimePicker/util.js +42 -0
- package/dist/components/dateTimePicker/util.mjs +10 -0
- package/dist/components/input/input.d.mts +2 -2
- package/dist/components/input/input.d.ts +2 -2
- package/dist/components/input/input.test.mjs +1 -1
- package/dist/components/list/index.js +3 -3
- package/dist/components/list/index.mjs +1 -1
- package/dist/components/list/list.d.mts +2 -2
- package/dist/components/list/list.d.ts +2 -2
- package/dist/components/list/listItem.d.mts +3 -3
- package/dist/components/list/listItem.d.ts +3 -3
- package/dist/components/list/listItem.js +3 -3
- package/dist/components/list/listItem.mjs +1 -1
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/index.mjs +1 -1
- package/dist/components/modal/modal.d.mts +2 -2
- package/dist/components/modal/modal.d.ts +2 -2
- package/dist/components/modal/modal.js +1 -1
- package/dist/components/modal/modal.mjs +1 -1
- package/dist/components/modal/modal.test.js +1 -1
- package/dist/components/modal/modal.test.mjs +2 -2
- package/dist/components/pagination/pagination.d.mts +2 -2
- package/dist/components/pagination/pagination.d.ts +2 -2
- package/dist/components/progress/progress.d.mts +2 -2
- package/dist/components/progress/progress.d.ts +2 -2
- package/dist/components/radio/radio.d.mts +2 -2
- package/dist/components/radio/radio.d.ts +2 -2
- package/dist/components/select/select.d.mts +2 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/select/select.test.mjs +3 -3
- package/dist/components/select/useSelect.d.mts +3 -3
- package/dist/components/select/useSelect.d.ts +3 -3
- package/dist/components/slider/slider.d.mts +2 -2
- package/dist/components/slider/slider.d.ts +2 -2
- package/dist/components/switch/index.js +1 -2
- package/dist/components/switch/index.mjs +1 -1
- package/dist/components/switch/switch.d.mts +2 -2
- package/dist/components/switch/switch.d.ts +2 -2
- package/dist/components/switch/switch.js +1 -2
- package/dist/components/switch/switch.mjs +1 -1
- package/dist/components/switch/switch.test.js +1 -2
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/table-body.d.mts +2 -2
- package/dist/components/table/table-body.d.ts +2 -2
- package/dist/components/table/table.d.mts +5 -5
- package/dist/components/table/table.d.ts +5 -5
- package/dist/components/tabs/tabs.d.mts +2 -2
- package/dist/components/tabs/tabs.d.ts +2 -2
- package/dist/components/tabs/tabs.test.mjs +3 -3
- package/dist/components/textarea/textarea.d.mts +2 -2
- package/dist/components/textarea/textarea.d.ts +2 -2
- package/dist/components/textarea/textarea.test.mjs +1 -1
- package/dist/components/toast/toast.d.mts +2 -2
- package/dist/components/toast/toast.d.ts +2 -2
- package/dist/components/tooltip/index.d.mts +1 -1
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/tooltip/tooltip-utils.d.mts +1 -1
- package/dist/components/tooltip/tooltip-utils.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.mts +3 -3
- package/dist/components/tooltip/tooltip.d.ts +3 -3
- package/dist/components/tooltip/tooltip.test.mjs +3 -3
- package/dist/components/tooltip/useTooltip.d.mts +1 -1
- package/dist/components/tooltip/useTooltip.d.ts +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +751 -6
- package/dist/index.mjs +62 -43
- package/dist/{tooltip-utils-DCKA5gnI.d.ts → tooltip-utils-CrCabndd.d.mts} +2 -2
- package/dist/{tooltip-utils-DCKA5gnI.d.mts → tooltip-utils-CrCabndd.d.ts} +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
3
|
+
import {
|
|
4
|
+
tooltip_default
|
|
5
|
+
} from "./chunk-P6AZMYVR.mjs";
|
|
6
|
+
import "./chunk-DSBSLSJW.mjs";
|
|
7
|
+
import "./chunk-ODMRJXLJ.mjs";
|
|
8
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
9
|
+
import {
|
|
10
|
+
tabs_default
|
|
11
|
+
} from "./chunk-KRI5IALM.mjs";
|
|
12
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
13
|
+
import {
|
|
14
|
+
textarea_default
|
|
15
|
+
} from "./chunk-OJ2OEI5B.mjs";
|
|
2
16
|
import "./chunk-LUWGOKLG.mjs";
|
|
3
17
|
import {
|
|
4
18
|
ToastProvider,
|
|
@@ -8,91 +22,85 @@ import "./chunk-ZOTHPHXA.mjs";
|
|
|
8
22
|
import {
|
|
9
23
|
toast_default
|
|
10
24
|
} from "./chunk-PXUBPWKU.mjs";
|
|
11
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
12
26
|
import {
|
|
13
|
-
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-DSBSLSJW.mjs";
|
|
16
|
-
import "./chunk-ODMRJXLJ.mjs";
|
|
27
|
+
switch_default
|
|
28
|
+
} from "./chunk-S3O52LLG.mjs";
|
|
17
29
|
import "./chunk-2UUH2MBF.mjs";
|
|
18
30
|
import {
|
|
19
31
|
table_default
|
|
20
32
|
} from "./chunk-6YE26GOI.mjs";
|
|
21
33
|
import "./chunk-DWROPKZW.mjs";
|
|
22
34
|
import "./chunk-VG4644BG.mjs";
|
|
23
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-QCEKPS7U.mjs";
|
|
24
36
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
37
|
+
select_default
|
|
38
|
+
} from "./chunk-JN7EGKJL.mjs";
|
|
39
|
+
import "./chunk-RZZWHI6O.mjs";
|
|
40
|
+
import "./chunk-S3QS5B7F.mjs";
|
|
27
41
|
import "./chunk-MV2WCFK7.mjs";
|
|
28
42
|
import {
|
|
29
43
|
slider_default
|
|
30
44
|
} from "./chunk-A3RWT3JJ.mjs";
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
switch_default
|
|
34
|
-
} from "./chunk-MOINJECK.mjs";
|
|
35
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
45
|
+
import "./chunk-7VOQKIIK.mjs";
|
|
36
46
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
47
|
+
progress_default
|
|
48
|
+
} from "./chunk-N2JULHST.mjs";
|
|
39
49
|
import "./chunk-TPFN22HR.mjs";
|
|
40
50
|
import {
|
|
41
51
|
radio_default
|
|
42
52
|
} from "./chunk-QWFOYO3D.mjs";
|
|
43
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-DJOG6Z35.mjs";
|
|
44
54
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-RZZWHI6O.mjs";
|
|
48
|
-
import "./chunk-S3QS5B7F.mjs";
|
|
55
|
+
modal_default
|
|
56
|
+
} from "./chunk-L7P6OBUX.mjs";
|
|
49
57
|
import "./chunk-7B7LRG5J.mjs";
|
|
50
58
|
import {
|
|
51
59
|
pagination_default
|
|
52
60
|
} from "./chunk-B4KZBOGT.mjs";
|
|
53
61
|
import "./chunk-F3HENRVM.mjs";
|
|
54
|
-
import "./chunk-
|
|
62
|
+
import "./chunk-2GCSFWHD.mjs";
|
|
55
63
|
import {
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
64
|
+
input_default
|
|
65
|
+
} from "./chunk-3DRIHQOM.mjs";
|
|
66
|
+
import "./chunk-HAOK24MK.mjs";
|
|
67
|
+
import "./chunk-QZ3LVYJW.mjs";
|
|
68
|
+
import {
|
|
69
|
+
checkbox_default
|
|
70
|
+
} from "./chunk-ANYPMQH4.mjs";
|
|
71
|
+
import "./chunk-75HLCORR.mjs";
|
|
72
|
+
import {
|
|
73
|
+
dateTimePicker_default
|
|
74
|
+
} from "./chunk-HHYPMVLY.mjs";
|
|
75
|
+
import "./chunk-FWJ2ZKH6.mjs";
|
|
76
|
+
import "./chunk-WX32MAKV.mjs";
|
|
77
|
+
import "./chunk-P732YGHO.mjs";
|
|
78
|
+
import "./chunk-D5GGG7IO.mjs";
|
|
58
79
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
59
80
|
import {
|
|
60
81
|
list_default
|
|
61
82
|
} from "./chunk-EYY4CRRR.mjs";
|
|
62
83
|
import {
|
|
63
84
|
listItem_default
|
|
64
|
-
} from "./chunk-
|
|
65
|
-
import "./chunk-DJOG6Z35.mjs";
|
|
66
|
-
import {
|
|
67
|
-
modal_default
|
|
68
|
-
} from "./chunk-HFVZFUC3.mjs";
|
|
85
|
+
} from "./chunk-EDEV4IK4.mjs";
|
|
69
86
|
import "./chunk-NMSDSEBD.mjs";
|
|
70
|
-
import "./chunk-
|
|
87
|
+
import "./chunk-VUYUQGLF.mjs";
|
|
71
88
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import "./chunk-2GCSFWHD.mjs";
|
|
89
|
+
button_group_default
|
|
90
|
+
} from "./chunk-NGQ3MK2J.mjs";
|
|
75
91
|
import {
|
|
76
|
-
|
|
77
|
-
} from "./chunk-
|
|
78
|
-
import "./chunk-VUYUQGLF.mjs";
|
|
79
|
-
import "./chunk-HAOK24MK.mjs";
|
|
92
|
+
button_default
|
|
93
|
+
} from "./chunk-UR64ZUAU.mjs";
|
|
80
94
|
import {
|
|
81
95
|
card_default
|
|
82
96
|
} from "./chunk-2ALY3PH5.mjs";
|
|
97
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
83
98
|
import {
|
|
84
99
|
accordion_default
|
|
85
100
|
} from "./chunk-SWR7E3NU.mjs";
|
|
86
101
|
import {
|
|
87
102
|
accordionItem_default
|
|
88
103
|
} from "./chunk-L6BQA6GI.mjs";
|
|
89
|
-
import "./chunk-27Y6K5NK.mjs";
|
|
90
|
-
import {
|
|
91
|
-
button_group_default
|
|
92
|
-
} from "./chunk-NGQ3MK2J.mjs";
|
|
93
|
-
import {
|
|
94
|
-
button_default
|
|
95
|
-
} from "./chunk-UR64ZUAU.mjs";
|
|
96
104
|
import "./chunk-ZYIIXWVY.mjs";
|
|
97
105
|
import {
|
|
98
106
|
Icon_default,
|
|
@@ -739,6 +747,16 @@ var resolveConfig = (themes = {}, defaultTheme, prefix = "deepnoidUi") => {
|
|
|
739
747
|
}
|
|
740
748
|
}
|
|
741
749
|
}
|
|
750
|
+
resolved.utilities = {
|
|
751
|
+
...resolved.utilities,
|
|
752
|
+
".scrollbar-hide": {
|
|
753
|
+
"-ms-overflow-style": "none",
|
|
754
|
+
"scrollbar-width": "none",
|
|
755
|
+
"&::-webkit-scrollbar": {
|
|
756
|
+
display: "none"
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
};
|
|
742
760
|
return resolved;
|
|
743
761
|
};
|
|
744
762
|
var deepnoidUi = (colorChip = {}, defaultTheme = "light") => {
|
|
@@ -812,6 +830,7 @@ export {
|
|
|
812
830
|
button_group_default as ButtonGroup,
|
|
813
831
|
card_default as Card,
|
|
814
832
|
checkbox_default as CheckBox,
|
|
833
|
+
dateTimePicker_default as DateTimePicker,
|
|
815
834
|
Icon_default as Icon,
|
|
816
835
|
input_default as Input,
|
|
817
836
|
list_default as List,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
|
|
3
3
|
type TargetRect = {
|
|
4
4
|
width: number;
|
|
@@ -18,7 +18,7 @@ declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) =
|
|
|
18
18
|
x: number;
|
|
19
19
|
y: number;
|
|
20
20
|
};
|
|
21
|
-
tooltipRef:
|
|
21
|
+
tooltipRef: React.RefObject<HTMLDivElement>;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
|
|
3
3
|
type TargetRect = {
|
|
4
4
|
width: number;
|
|
@@ -18,7 +18,7 @@ declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) =
|
|
|
18
18
|
x: number;
|
|
19
19
|
y: number;
|
|
20
20
|
};
|
|
21
|
-
tooltipRef:
|
|
21
|
+
tooltipRef: React.RefObject<HTMLDivElement>;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|