@deepnoid/ui 0.0.89 → 0.0.90
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-2ZFHB4JM.mjs +76 -0
- package/dist/chunk-75HLCORR.mjs +1 -0
- package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
- package/dist/{chunk-HFVZFUC3.mjs → chunk-L7P6OBUX.mjs} +1 -1
- package/dist/chunk-N6IEGD4K.mjs +119 -0
- package/dist/chunk-P732YGHO.mjs +18 -0
- package/dist/chunk-S2VUKVCH.mjs +319 -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 +443 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.ts +443 -0
- package/dist/components/dateTimePicker/dateTimePicker.js +4486 -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 +4487 -0
- package/dist/components/dateTimePicker/index.mjs +21 -0
- package/dist/components/dateTimePicker/timePicker.d.mts +10 -0
- package/dist/components/dateTimePicker/timePicker.d.ts +10 -0
- package/dist/components/dateTimePicker/timePicker.js +342 -0
- package/dist/components/dateTimePicker/timePicker.mjs +13 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.mts +31 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.ts +31 -0
- package/dist/components/dateTimePicker/useDateTimePicker.js +106 -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/index.mjs +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.mjs +2 -2
- package/dist/components/select/select.test.mjs +5 -5
- 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 +697 -6
- package/dist/index.mjs +62 -43
- package/dist/{tooltip-utils-DCKA5gnI.d.mts → tooltip-utils-CrCabndd.d.mts} +2 -2
- package/dist/{tooltip-utils-DCKA5gnI.d.ts → tooltip-utils-CrCabndd.d.ts} +2 -2
- package/package.json +1 -1
- package/dist/{chunk-JN7EGKJL.mjs → chunk-2BCJZILI.mjs} +3 -3
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
calendarStyle,
|
|
4
|
+
calendar_default
|
|
5
|
+
} from "../../chunk-WX32MAKV.mjs";
|
|
6
|
+
import "../../chunk-P732YGHO.mjs";
|
|
7
|
+
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
9
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
10
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
+
import "../../chunk-J725QONZ.mjs";
|
|
12
|
+
import "../../chunk-IZ6II3QA.mjs";
|
|
13
|
+
export {
|
|
14
|
+
calendarStyle,
|
|
15
|
+
calendar_default as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,443 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
+
import React__default, { ComponentProps, ReactElement } from 'react';
|
|
5
|
+
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
6
|
+
|
|
7
|
+
interface Props extends Omit<ComponentProps<"input">, "size"> {
|
|
8
|
+
label?: string;
|
|
9
|
+
errorMessage?: string;
|
|
10
|
+
highlightWeekend?: boolean;
|
|
11
|
+
startContent?: ReactElement<{
|
|
12
|
+
className?: string;
|
|
13
|
+
size?: "sm" | "md" | "lg";
|
|
14
|
+
}> | string;
|
|
15
|
+
endContent?: ReactElement<{
|
|
16
|
+
className?: string;
|
|
17
|
+
size?: "sm" | "md" | "lg";
|
|
18
|
+
}> | string;
|
|
19
|
+
classNames?: SlotsToClasses<DateTimePickerSlots>;
|
|
20
|
+
}
|
|
21
|
+
type DateTimePickerProps = Props & DateTimePickerVariantProps;
|
|
22
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<Omit<DateTimePickerProps, "ref"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
23
|
+
|
|
24
|
+
declare const dateTimePickerStyle: tailwind_variants.TVReturnType<{
|
|
25
|
+
variant: {
|
|
26
|
+
solid: {
|
|
27
|
+
inputWrapper: string[];
|
|
28
|
+
};
|
|
29
|
+
normal: {
|
|
30
|
+
inputWrapper: string[];
|
|
31
|
+
};
|
|
32
|
+
line: {
|
|
33
|
+
inputWrapper: string[];
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
color: {
|
|
37
|
+
primary: {
|
|
38
|
+
inputWrapper: string[];
|
|
39
|
+
content: string[];
|
|
40
|
+
};
|
|
41
|
+
secondary: {
|
|
42
|
+
inputWrapper: string[];
|
|
43
|
+
content: string[];
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
size: {
|
|
47
|
+
sm: {
|
|
48
|
+
base: string[];
|
|
49
|
+
innerWrapper: string[];
|
|
50
|
+
inputWrapper: string[];
|
|
51
|
+
errorMessage: string[];
|
|
52
|
+
};
|
|
53
|
+
md: {
|
|
54
|
+
base: string[];
|
|
55
|
+
innerWrapper: string[];
|
|
56
|
+
inputWrapper: string[];
|
|
57
|
+
errorMessage: string[];
|
|
58
|
+
};
|
|
59
|
+
lg: {
|
|
60
|
+
base: string[];
|
|
61
|
+
innerWrapper: string[];
|
|
62
|
+
inputWrapper: string[];
|
|
63
|
+
errorMessage: string[];
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
radius: {
|
|
67
|
+
default: string;
|
|
68
|
+
none: {
|
|
69
|
+
inputWrapper: string[];
|
|
70
|
+
};
|
|
71
|
+
full: {
|
|
72
|
+
inputWrapper: string[];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
fullWidth: {
|
|
76
|
+
true: {
|
|
77
|
+
base: string[];
|
|
78
|
+
innerWrapper: string[];
|
|
79
|
+
inputWrapper: string[];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
isDisabled: {
|
|
83
|
+
true: {
|
|
84
|
+
label: string[];
|
|
85
|
+
inputWrapper: string[];
|
|
86
|
+
input: string[];
|
|
87
|
+
content: string[];
|
|
88
|
+
errorMessage: string[];
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
isRequired: {
|
|
92
|
+
true: {
|
|
93
|
+
label: string[];
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}, {
|
|
97
|
+
base: string[];
|
|
98
|
+
label: string[];
|
|
99
|
+
innerWrapper: string[];
|
|
100
|
+
inputWrapper: string[];
|
|
101
|
+
input: string[];
|
|
102
|
+
content: string[];
|
|
103
|
+
errorMessage: string[];
|
|
104
|
+
}, undefined, {
|
|
105
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
106
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
107
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
108
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
109
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
|
+
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
|
+
radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
112
|
+
isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
113
|
+
} | undefined;
|
|
114
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
115
|
+
twMergeConfig: {
|
|
116
|
+
classGroups: {
|
|
117
|
+
fontSize: {
|
|
118
|
+
text: string[];
|
|
119
|
+
}[];
|
|
120
|
+
borderRadius: {
|
|
121
|
+
rounded: string[];
|
|
122
|
+
}[];
|
|
123
|
+
boxShadow: {
|
|
124
|
+
shadow: string[];
|
|
125
|
+
}[];
|
|
126
|
+
padding: {
|
|
127
|
+
p: string[];
|
|
128
|
+
}[];
|
|
129
|
+
gap: {
|
|
130
|
+
gap: string[];
|
|
131
|
+
}[];
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
}, {
|
|
135
|
+
variant: {
|
|
136
|
+
solid: {
|
|
137
|
+
inputWrapper: string[];
|
|
138
|
+
};
|
|
139
|
+
normal: {
|
|
140
|
+
inputWrapper: string[];
|
|
141
|
+
};
|
|
142
|
+
line: {
|
|
143
|
+
inputWrapper: string[];
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
color: {
|
|
147
|
+
primary: {
|
|
148
|
+
inputWrapper: string[];
|
|
149
|
+
content: string[];
|
|
150
|
+
};
|
|
151
|
+
secondary: {
|
|
152
|
+
inputWrapper: string[];
|
|
153
|
+
content: string[];
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
size: {
|
|
157
|
+
sm: {
|
|
158
|
+
base: string[];
|
|
159
|
+
innerWrapper: string[];
|
|
160
|
+
inputWrapper: string[];
|
|
161
|
+
errorMessage: string[];
|
|
162
|
+
};
|
|
163
|
+
md: {
|
|
164
|
+
base: string[];
|
|
165
|
+
innerWrapper: string[];
|
|
166
|
+
inputWrapper: string[];
|
|
167
|
+
errorMessage: string[];
|
|
168
|
+
};
|
|
169
|
+
lg: {
|
|
170
|
+
base: string[];
|
|
171
|
+
innerWrapper: string[];
|
|
172
|
+
inputWrapper: string[];
|
|
173
|
+
errorMessage: string[];
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
radius: {
|
|
177
|
+
default: string;
|
|
178
|
+
none: {
|
|
179
|
+
inputWrapper: string[];
|
|
180
|
+
};
|
|
181
|
+
full: {
|
|
182
|
+
inputWrapper: string[];
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
fullWidth: {
|
|
186
|
+
true: {
|
|
187
|
+
base: string[];
|
|
188
|
+
innerWrapper: string[];
|
|
189
|
+
inputWrapper: string[];
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
isDisabled: {
|
|
193
|
+
true: {
|
|
194
|
+
label: string[];
|
|
195
|
+
inputWrapper: string[];
|
|
196
|
+
input: string[];
|
|
197
|
+
content: string[];
|
|
198
|
+
errorMessage: string[];
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
isRequired: {
|
|
202
|
+
true: {
|
|
203
|
+
label: string[];
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
}, {
|
|
207
|
+
base: string[];
|
|
208
|
+
label: string[];
|
|
209
|
+
innerWrapper: string[];
|
|
210
|
+
inputWrapper: string[];
|
|
211
|
+
input: string[];
|
|
212
|
+
content: string[];
|
|
213
|
+
errorMessage: string[];
|
|
214
|
+
}, tailwind_variants.TVReturnType<{
|
|
215
|
+
variant: {
|
|
216
|
+
solid: {
|
|
217
|
+
inputWrapper: string[];
|
|
218
|
+
};
|
|
219
|
+
normal: {
|
|
220
|
+
inputWrapper: string[];
|
|
221
|
+
};
|
|
222
|
+
line: {
|
|
223
|
+
inputWrapper: string[];
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
color: {
|
|
227
|
+
primary: {
|
|
228
|
+
inputWrapper: string[];
|
|
229
|
+
content: string[];
|
|
230
|
+
};
|
|
231
|
+
secondary: {
|
|
232
|
+
inputWrapper: string[];
|
|
233
|
+
content: string[];
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
size: {
|
|
237
|
+
sm: {
|
|
238
|
+
base: string[];
|
|
239
|
+
innerWrapper: string[];
|
|
240
|
+
inputWrapper: string[];
|
|
241
|
+
errorMessage: string[];
|
|
242
|
+
};
|
|
243
|
+
md: {
|
|
244
|
+
base: string[];
|
|
245
|
+
innerWrapper: string[];
|
|
246
|
+
inputWrapper: string[];
|
|
247
|
+
errorMessage: string[];
|
|
248
|
+
};
|
|
249
|
+
lg: {
|
|
250
|
+
base: string[];
|
|
251
|
+
innerWrapper: string[];
|
|
252
|
+
inputWrapper: string[];
|
|
253
|
+
errorMessage: string[];
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
radius: {
|
|
257
|
+
default: string;
|
|
258
|
+
none: {
|
|
259
|
+
inputWrapper: string[];
|
|
260
|
+
};
|
|
261
|
+
full: {
|
|
262
|
+
inputWrapper: string[];
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
fullWidth: {
|
|
266
|
+
true: {
|
|
267
|
+
base: string[];
|
|
268
|
+
innerWrapper: string[];
|
|
269
|
+
inputWrapper: string[];
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
isDisabled: {
|
|
273
|
+
true: {
|
|
274
|
+
label: string[];
|
|
275
|
+
inputWrapper: string[];
|
|
276
|
+
input: string[];
|
|
277
|
+
content: string[];
|
|
278
|
+
errorMessage: string[];
|
|
279
|
+
};
|
|
280
|
+
};
|
|
281
|
+
isRequired: {
|
|
282
|
+
true: {
|
|
283
|
+
label: string[];
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
}, {
|
|
287
|
+
base: string[];
|
|
288
|
+
label: string[];
|
|
289
|
+
innerWrapper: string[];
|
|
290
|
+
inputWrapper: string[];
|
|
291
|
+
input: string[];
|
|
292
|
+
content: string[];
|
|
293
|
+
errorMessage: string[];
|
|
294
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
295
|
+
variant: {
|
|
296
|
+
solid: {
|
|
297
|
+
inputWrapper: string[];
|
|
298
|
+
};
|
|
299
|
+
normal: {
|
|
300
|
+
inputWrapper: string[];
|
|
301
|
+
};
|
|
302
|
+
line: {
|
|
303
|
+
inputWrapper: string[];
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
color: {
|
|
307
|
+
primary: {
|
|
308
|
+
inputWrapper: string[];
|
|
309
|
+
content: string[];
|
|
310
|
+
};
|
|
311
|
+
secondary: {
|
|
312
|
+
inputWrapper: string[];
|
|
313
|
+
content: string[];
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
size: {
|
|
317
|
+
sm: {
|
|
318
|
+
base: string[];
|
|
319
|
+
innerWrapper: string[];
|
|
320
|
+
inputWrapper: string[];
|
|
321
|
+
errorMessage: string[];
|
|
322
|
+
};
|
|
323
|
+
md: {
|
|
324
|
+
base: string[];
|
|
325
|
+
innerWrapper: string[];
|
|
326
|
+
inputWrapper: string[];
|
|
327
|
+
errorMessage: string[];
|
|
328
|
+
};
|
|
329
|
+
lg: {
|
|
330
|
+
base: string[];
|
|
331
|
+
innerWrapper: string[];
|
|
332
|
+
inputWrapper: string[];
|
|
333
|
+
errorMessage: string[];
|
|
334
|
+
};
|
|
335
|
+
};
|
|
336
|
+
radius: {
|
|
337
|
+
default: string;
|
|
338
|
+
none: {
|
|
339
|
+
inputWrapper: string[];
|
|
340
|
+
};
|
|
341
|
+
full: {
|
|
342
|
+
inputWrapper: string[];
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
fullWidth: {
|
|
346
|
+
true: {
|
|
347
|
+
base: string[];
|
|
348
|
+
innerWrapper: string[];
|
|
349
|
+
inputWrapper: string[];
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
isDisabled: {
|
|
353
|
+
true: {
|
|
354
|
+
label: string[];
|
|
355
|
+
inputWrapper: string[];
|
|
356
|
+
input: string[];
|
|
357
|
+
content: string[];
|
|
358
|
+
errorMessage: string[];
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
isRequired: {
|
|
362
|
+
true: {
|
|
363
|
+
label: string[];
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
}, {
|
|
367
|
+
variant: {
|
|
368
|
+
solid: {
|
|
369
|
+
inputWrapper: string[];
|
|
370
|
+
};
|
|
371
|
+
normal: {
|
|
372
|
+
inputWrapper: string[];
|
|
373
|
+
};
|
|
374
|
+
line: {
|
|
375
|
+
inputWrapper: string[];
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
color: {
|
|
379
|
+
primary: {
|
|
380
|
+
inputWrapper: string[];
|
|
381
|
+
content: string[];
|
|
382
|
+
};
|
|
383
|
+
secondary: {
|
|
384
|
+
inputWrapper: string[];
|
|
385
|
+
content: string[];
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
size: {
|
|
389
|
+
sm: {
|
|
390
|
+
base: string[];
|
|
391
|
+
innerWrapper: string[];
|
|
392
|
+
inputWrapper: string[];
|
|
393
|
+
errorMessage: string[];
|
|
394
|
+
};
|
|
395
|
+
md: {
|
|
396
|
+
base: string[];
|
|
397
|
+
innerWrapper: string[];
|
|
398
|
+
inputWrapper: string[];
|
|
399
|
+
errorMessage: string[];
|
|
400
|
+
};
|
|
401
|
+
lg: {
|
|
402
|
+
base: string[];
|
|
403
|
+
innerWrapper: string[];
|
|
404
|
+
inputWrapper: string[];
|
|
405
|
+
errorMessage: string[];
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
radius: {
|
|
409
|
+
default: string;
|
|
410
|
+
none: {
|
|
411
|
+
inputWrapper: string[];
|
|
412
|
+
};
|
|
413
|
+
full: {
|
|
414
|
+
inputWrapper: string[];
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
fullWidth: {
|
|
418
|
+
true: {
|
|
419
|
+
base: string[];
|
|
420
|
+
innerWrapper: string[];
|
|
421
|
+
inputWrapper: string[];
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
isDisabled: {
|
|
425
|
+
true: {
|
|
426
|
+
label: string[];
|
|
427
|
+
inputWrapper: string[];
|
|
428
|
+
input: string[];
|
|
429
|
+
content: string[];
|
|
430
|
+
errorMessage: string[];
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
isRequired: {
|
|
434
|
+
true: {
|
|
435
|
+
label: string[];
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
}>, unknown, unknown, undefined>>;
|
|
439
|
+
type DateTimePickerVariantProps = VariantProps<typeof dateTimePickerStyle>;
|
|
440
|
+
type DateTimePickerSlots = keyof ReturnType<typeof dateTimePickerStyle>;
|
|
441
|
+
type DateTimePickerReturnType = ReturnType<typeof dateTimePickerStyle>;
|
|
442
|
+
|
|
443
|
+
export { type DateTimePickerProps, type DateTimePickerReturnType, type DateTimePickerSlots, type DateTimePickerVariantProps, type Props, dateTimePickerStyle, DatePicker as default };
|