@nexus-cross/design-system 1.0.6 → 1.0.7
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/chunks/{chunk-PXBZEAZQ.mjs → chunk-22O6YUYH.mjs} +1 -1
- package/dist/chunks/{chunk-SUIT4XKB.js → chunk-3RK3UT2O.js} +42 -11
- package/dist/chunks/{chunk-GN6X27QI.mjs → chunk-AAITRHED.mjs} +42 -11
- package/dist/chunks/{chunk-QRNHFOLG.js → chunk-OE5BAEBE.js} +1 -1
- package/dist/component-tokens/button.d.ts +3 -0
- package/dist/component-tokens/button.d.ts.map +1 -0
- package/dist/component-tokens/index.d.ts +3 -0
- package/dist/component-tokens/index.d.ts.map +1 -0
- package/dist/component-tokens/types.d.ts +19 -0
- package/dist/component-tokens/types.d.ts.map +1 -0
- package/dist/{accordion.d.mts → components/Accordion.d.ts} +2 -3
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/{alert.d.mts → components/Alert.d.ts} +5 -6
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/{avatar.d.mts → components/Avatar.d.ts} +5 -6
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/{badge.d.mts → components/Badge.d.ts} +5 -6
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/{breadcrumb.d.mts → components/Breadcrumb.d.ts} +3 -3
- package/dist/components/Breadcrumb.d.ts.map +1 -0
- package/dist/{button.d.mts → components/Button.d.ts} +5 -6
- package/dist/components/Button.d.ts.map +1 -0
- package/dist/{carousel.d.mts → components/Carousel.d.ts} +5 -6
- package/dist/components/Carousel.d.ts.map +1 -0
- package/dist/{checkbox.d.mts → components/CheckBox.d.ts} +6 -7
- package/dist/components/CheckBox.d.ts.map +1 -0
- package/dist/{chip.d.mts → components/Chip.d.ts} +6 -7
- package/dist/components/Chip.d.ts.map +1 -0
- package/dist/{client-only.d.mts → components/ClientOnly.d.ts} +4 -5
- package/dist/components/ClientOnly.d.ts.map +1 -0
- package/dist/{countdown.d.mts → components/Countdown.d.ts} +3 -3
- package/dist/components/Countdown.d.ts.map +1 -0
- package/dist/{counter.d.mts → components/Counter.d.ts} +3 -3
- package/dist/components/Counter.d.ts.map +1 -0
- package/dist/{data-list.d.mts → components/DataList.d.ts} +4 -5
- package/dist/components/DataList.d.ts.map +1 -0
- package/dist/{date-picker.d.mts → components/DatePicker.d.ts} +3 -3
- package/dist/components/DatePicker.d.ts.map +1 -0
- package/dist/{divider.d.mts → components/Divider.d.ts} +5 -6
- package/dist/components/Divider.d.ts.map +1 -0
- package/dist/{drawer.d.mts → components/Drawer.d.ts} +13 -15
- package/dist/components/Drawer.d.ts.map +1 -0
- package/dist/{dropdown-menu.d.mts → components/DropdownMenu.d.ts} +4 -4
- package/dist/components/DropdownMenu.d.ts.map +1 -0
- package/dist/{ellipsis.d.mts → components/Ellipsis.d.ts} +4 -5
- package/dist/components/Ellipsis.d.ts.map +1 -0
- package/dist/{empty-state.d.mts → components/EmptyState.d.ts} +5 -6
- package/dist/components/EmptyState.d.ts.map +1 -0
- package/dist/{error-boundary.d.mts → components/ErrorBoundary.d.ts} +4 -5
- package/dist/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/{infinite-scroll.d.mts → components/InfiniteScroll.d.ts} +5 -6
- package/dist/components/InfiniteScroll.d.ts.map +1 -0
- package/dist/{marquee.d.mts → components/Marquee.d.ts} +3 -3
- package/dist/components/Marquee.d.ts.map +1 -0
- package/dist/{number-input.d.mts → components/NumberInput.d.ts} +5 -6
- package/dist/components/NumberInput.d.ts.map +1 -0
- package/dist/{nx-image.d.mts → components/NxImage.d.ts} +3 -3
- package/dist/components/NxImage.d.ts.map +1 -0
- package/dist/{pagination.d.mts → components/Pagination.d.ts} +6 -7
- package/dist/components/Pagination.d.ts.map +1 -0
- package/dist/components/Popover.d.ts +23 -0
- package/dist/components/Popover.d.ts.map +1 -0
- package/dist/{price-input.d.mts → components/PriceInput.d.ts} +5 -6
- package/dist/components/PriceInput.d.ts.map +1 -0
- package/dist/{progress.d.mts → components/Progress.d.ts} +5 -6
- package/dist/components/Progress.d.ts.map +1 -0
- package/dist/{radio-group.d.mts → components/RadioGroup.d.ts} +6 -7
- package/dist/components/RadioGroup.d.ts.map +1 -0
- package/dist/{select.d.mts → components/Select.d.ts} +7 -10
- package/dist/components/Select.d.ts.map +1 -0
- package/dist/{skeleton.d.mts → components/Skeleton.d.ts} +3 -3
- package/dist/components/Skeleton.d.ts.map +1 -0
- package/dist/{slider.d.mts → components/Slider.d.ts} +5 -6
- package/dist/components/Slider.d.ts.map +1 -0
- package/dist/{spinner.d.mts → components/Spinner.d.ts} +3 -3
- package/dist/components/Spinner.d.ts.map +1 -0
- package/dist/{stepper.d.mts → components/Stepper.d.ts} +5 -6
- package/dist/components/Stepper.d.ts.map +1 -0
- package/dist/{switch.d.mts → components/Switch.d.ts} +5 -6
- package/dist/components/Switch.d.ts.map +1 -0
- package/dist/{tab.d.mts → components/Tab.d.ts} +7 -9
- package/dist/components/Tab.d.ts.map +1 -0
- package/dist/{tag-input.d.mts → components/TagInput.d.ts} +5 -6
- package/dist/components/TagInput.d.ts.map +1 -0
- package/dist/{text-area.d.mts → components/TextArea.d.ts} +5 -6
- package/dist/components/TextArea.d.ts.map +1 -0
- package/dist/{text-input.d.mts → components/TextInput.d.ts} +5 -6
- package/dist/components/TextInput.d.ts.map +1 -0
- package/dist/{theme-provider.d.mts → components/ThemeProvider.d.ts} +3 -3
- package/dist/components/ThemeProvider.d.ts.map +1 -0
- package/dist/{toggle-group.d.mts → components/ToggleGroup.d.ts} +5 -6
- package/dist/components/ToggleGroup.d.ts.map +1 -0
- package/dist/{tooltip.d.mts → components/Tooltip.d.ts} +6 -10
- package/dist/components/Tooltip.d.ts.map +1 -0
- package/dist/{virtual-scroll.d.mts → components/VirtualScroll.d.ts} +4 -4
- package/dist/components/VirtualScroll.d.ts.map +1 -0
- package/dist/hooks/useCheckDevice.d.ts +4 -4
- package/dist/hooks/useCheckDevice.d.ts.map +1 -0
- package/dist/hooks/useClickOutside.d.ts +2 -2
- package/dist/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useDraggableBottomSheet.d.ts +3 -3
- package/dist/hooks/useDraggableBottomSheet.d.ts.map +1 -0
- package/dist/hooks/useDraggableWindow.d.ts +5 -7
- package/dist/hooks/useDraggableWindow.d.ts.map +1 -0
- package/dist/hooks/useInView.d.ts +3 -3
- package/dist/hooks/useInView.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts +48 -2
- package/dist/hooks/useModal.d.ts.map +1 -0
- package/dist/index.d.ts +100 -91
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -7
- package/dist/index.mjs +1 -1
- package/dist/modal/Modal.d.ts +52 -0
- package/dist/modal/Modal.d.ts.map +1 -0
- package/dist/modal/components/ModalComponent.d.ts +22 -0
- package/dist/modal/components/ModalComponent.d.ts.map +1 -0
- package/dist/modal/components/ModalContainer.d.ts +9 -0
- package/dist/modal/components/ModalContainer.d.ts.map +1 -0
- package/dist/modal/components/ModalPortal.d.ts +8 -0
- package/dist/modal/components/ModalPortal.d.ts.map +1 -0
- package/dist/modal/components/ModalPortalTarget.d.ts +7 -0
- package/dist/modal/components/ModalPortalTarget.d.ts.map +1 -0
- package/dist/modal/components/ModalTemplate.d.ts +20 -0
- package/dist/modal/components/ModalTemplate.d.ts.map +1 -0
- package/dist/modal/components/ModalTemplate.variants.d.ts +29 -0
- package/dist/modal/components/ModalTemplate.variants.d.ts.map +1 -0
- package/dist/modal/constants.d.ts +3 -0
- package/dist/modal/constants.d.ts.map +1 -0
- package/dist/modal/index.d.ts +11 -82
- package/dist/modal/index.d.ts.map +1 -0
- package/dist/modal/types.d.ts +90 -0
- package/dist/modal/types.d.ts.map +1 -0
- package/dist/schemas/accordion.d.ts +67 -0
- package/dist/schemas/accordion.d.ts.map +1 -0
- package/dist/schemas/alert.d.ts +30 -0
- package/dist/schemas/alert.d.ts.map +1 -0
- package/dist/schemas/avatar.d.ts +30 -0
- package/dist/schemas/avatar.d.ts.map +1 -0
- package/dist/schemas/badge.d.ts +33 -0
- package/dist/schemas/badge.d.ts.map +1 -0
- package/dist/schemas/breadcrumb.d.ts +38 -0
- package/dist/schemas/breadcrumb.d.ts.map +1 -0
- package/dist/schemas/button.d.ts +42 -0
- package/dist/schemas/button.d.ts.map +1 -0
- package/dist/schemas/carousel.d.ts +48 -0
- package/dist/schemas/carousel.d.ts.map +1 -0
- package/dist/schemas/checkbox.d.ts +48 -0
- package/dist/schemas/checkbox.d.ts.map +1 -0
- package/dist/schemas/chip.d.ts +30 -0
- package/dist/schemas/chip.d.ts.map +1 -0
- package/dist/schemas/client-only.d.ts +12 -0
- package/dist/schemas/client-only.d.ts.map +1 -0
- package/dist/schemas/countdown.d.ts +52 -0
- package/dist/schemas/countdown.d.ts.map +1 -0
- package/dist/schemas/counter.d.ts +36 -0
- package/dist/schemas/counter.d.ts.map +1 -0
- package/dist/schemas/data-list.d.ts +33 -0
- package/dist/schemas/data-list.d.ts.map +1 -0
- package/dist/schemas/date-picker.d.ts +36 -0
- package/dist/schemas/date-picker.d.ts.map +1 -0
- package/dist/schemas/divider.d.ts +21 -0
- package/dist/schemas/divider.d.ts.map +1 -0
- package/dist/schemas/drawer.d.ts +95 -0
- package/dist/schemas/drawer.d.ts.map +1 -0
- package/dist/schemas/dropdown-menu.d.ts +64 -0
- package/dist/schemas/dropdown-menu.d.ts.map +1 -0
- package/dist/schemas/ellipsis.d.ts +30 -0
- package/dist/schemas/ellipsis.d.ts.map +1 -0
- package/dist/schemas/empty-state.d.ts +27 -0
- package/dist/schemas/empty-state.d.ts.map +1 -0
- package/dist/schemas/error-boundary.d.ts +15 -0
- package/dist/schemas/error-boundary.d.ts.map +1 -0
- package/dist/schemas/index.d.ts +47 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/infinite-scroll.d.ts +39 -0
- package/dist/schemas/infinite-scroll.d.ts.map +1 -0
- package/dist/schemas/marquee.d.ts +27 -0
- package/dist/schemas/marquee.d.ts.map +1 -0
- package/dist/schemas/modal.d.ts +176 -0
- package/dist/schemas/modal.d.ts.map +1 -0
- package/dist/schemas/number-input.d.ts +72 -0
- package/dist/schemas/number-input.d.ts.map +1 -0
- package/dist/schemas/nx-image.d.ts +33 -0
- package/dist/schemas/nx-image.d.ts.map +1 -0
- package/dist/schemas/pagination.d.ts +27 -0
- package/dist/schemas/pagination.d.ts.map +1 -0
- package/dist/schemas/popover.d.ts +39 -0
- package/dist/schemas/popover.d.ts.map +1 -0
- package/dist/schemas/price-input.d.ts +63 -0
- package/dist/schemas/price-input.d.ts.map +1 -0
- package/dist/schemas/progress.d.ts +30 -0
- package/dist/schemas/progress.d.ts.map +1 -0
- package/dist/schemas/radio-group.d.ts +61 -0
- package/dist/schemas/radio-group.d.ts.map +1 -0
- package/dist/schemas/select.d.ts +52 -0
- package/dist/schemas/select.d.ts.map +1 -0
- package/dist/schemas/skeleton.d.ts +27 -0
- package/dist/schemas/skeleton.d.ts.map +1 -0
- package/dist/schemas/slider.d.ts +45 -0
- package/dist/schemas/slider.d.ts.map +1 -0
- package/dist/schemas/spinner.d.ts +21 -0
- package/dist/schemas/spinner.d.ts.map +1 -0
- package/dist/schemas/stepper.d.ts +39 -0
- package/dist/schemas/stepper.d.ts.map +1 -0
- package/dist/schemas/switch.d.ts +33 -0
- package/dist/schemas/switch.d.ts.map +1 -0
- package/dist/schemas/tab.d.ts +61 -0
- package/dist/schemas/tab.d.ts.map +1 -0
- package/dist/schemas/table.d.ts +113 -0
- package/dist/schemas/table.d.ts.map +1 -0
- package/dist/schemas/tag-input.d.ts +39 -0
- package/dist/schemas/tag-input.d.ts.map +1 -0
- package/dist/schemas/text-area.d.ts +69 -0
- package/dist/schemas/text-area.d.ts.map +1 -0
- package/dist/schemas/text-input.d.ts +78 -0
- package/dist/schemas/text-input.d.ts.map +1 -0
- package/dist/schemas/theme-provider.d.ts +36 -0
- package/dist/schemas/theme-provider.d.ts.map +1 -0
- package/dist/schemas/toast.d.ts +91 -0
- package/dist/schemas/toast.d.ts.map +1 -0
- package/dist/schemas/toggle-group.d.ts +58 -0
- package/dist/schemas/toggle-group.d.ts.map +1 -0
- package/dist/schemas/tooltip.d.ts +33 -0
- package/dist/schemas/tooltip.d.ts.map +1 -0
- package/dist/schemas/virtual-scroll.d.ts +67 -0
- package/dist/schemas/virtual-scroll.d.ts.map +1 -0
- package/dist/styles/.generated/built.d.ts +3 -0
- package/dist/styles/.generated/built.d.ts.map +1 -0
- package/dist/styles/inject-layer.d.ts +2 -0
- package/dist/styles/inject-layer.d.ts.map +1 -0
- package/dist/styles/inject.d.ts +2 -0
- package/dist/styles/inject.d.ts.map +1 -0
- package/dist/styles/layer.js +2 -2
- package/dist/styles/layer.mjs +1 -1
- package/dist/styles.css +96 -33
- package/dist/styles.js +2 -2
- package/dist/styles.layered.css +96 -33
- package/dist/styles.mjs +1 -1
- package/dist/table/Table.d.ts +20 -0
- package/dist/table/Table.d.ts.map +1 -0
- package/dist/table/TableHighlightContext.d.ts +11 -0
- package/dist/table/TableHighlightContext.d.ts.map +1 -0
- package/dist/table/TableRow.d.ts +17 -0
- package/dist/table/TableRow.d.ts.map +1 -0
- package/dist/table/TdColumn.d.ts +14 -0
- package/dist/table/TdColumn.d.ts.map +1 -0
- package/dist/table/index.d.ts +23 -0
- package/dist/table/index.d.ts.map +1 -0
- package/dist/table/types.d.ts +27 -0
- package/dist/table/types.d.ts.map +1 -0
- package/dist/table.js +7 -7
- package/dist/table.mjs +1 -1
- package/dist/toast/Toast.d.ts +8 -0
- package/dist/toast/Toast.d.ts.map +1 -0
- package/dist/toast/index.d.ts +6 -0
- package/dist/toast/index.d.ts.map +1 -0
- package/dist/{toast.d.mts → toast/useToast.d.ts} +4 -14
- package/dist/toast/useToast.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +3 -5
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/scroll.d.ts +3 -4
- package/dist/utils/scroll.d.ts.map +1 -0
- package/package.json +49 -49
- package/dist/accordion.d.ts +0 -28
- package/dist/alert.d.ts +0 -17
- package/dist/avatar.d.ts +0 -17
- package/dist/badge.d.ts +0 -18
- package/dist/breadcrumb.d.ts +0 -15
- package/dist/button.d.ts +0 -17
- package/dist/carousel.d.ts +0 -36
- package/dist/checkbox.d.ts +0 -21
- package/dist/chip.d.ts +0 -16
- package/dist/client-only.d.ts +0 -13
- package/dist/countdown.d.ts +0 -27
- package/dist/counter.d.ts +0 -15
- package/dist/data-list.d.ts +0 -33
- package/dist/date-picker.d.ts +0 -17
- package/dist/divider.d.ts +0 -14
- package/dist/drawer.d.ts +0 -42
- package/dist/dropdown-menu.d.ts +0 -30
- package/dist/ellipsis.d.ts +0 -16
- package/dist/empty-state.d.ts +0 -16
- package/dist/error-boundary.d.ts +0 -20
- package/dist/hooks/useCheckDevice.d.mts +0 -47
- package/dist/hooks/useClickOutside.d.mts +0 -12
- package/dist/hooks/useDraggableBottomSheet.d.mts +0 -24
- package/dist/hooks/useDraggableWindow.d.mts +0 -21
- package/dist/hooks/useInView.d.mts +0 -14
- package/dist/hooks/useModal.d.mts +0 -2
- package/dist/index.d.mts +0 -91
- package/dist/infinite-scroll.d.ts +0 -26
- package/dist/marquee.d.ts +0 -12
- package/dist/modal/index.d.mts +0 -87
- package/dist/number-input.d.ts +0 -37
- package/dist/nx-image.d.ts +0 -13
- package/dist/pagination.d.ts +0 -22
- package/dist/popover.d.mts +0 -25
- package/dist/popover.d.ts +0 -25
- package/dist/price-input.d.ts +0 -36
- package/dist/progress.d.ts +0 -18
- package/dist/radio-group.d.ts +0 -29
- package/dist/schemas.d.mts +0 -2173
- package/dist/schemas.d.ts +0 -2173
- package/dist/select.d.ts +0 -31
- package/dist/skeleton.d.ts +0 -15
- package/dist/slider.d.ts +0 -20
- package/dist/spinner.d.ts +0 -9
- package/dist/stepper.d.ts +0 -20
- package/dist/styles/layer.d.mts +0 -3
- package/dist/styles/layer.d.ts +0 -3
- package/dist/styles.d.mts +0 -3
- package/dist/styles.d.ts +0 -3
- package/dist/switch.d.ts +0 -15
- package/dist/tab.d.ts +0 -36
- package/dist/table.d.mts +0 -95
- package/dist/table.d.ts +0 -95
- package/dist/tag-input.d.ts +0 -21
- package/dist/text-area.d.ts +0 -19
- package/dist/text-input.d.ts +0 -21
- package/dist/theme-provider.d.ts +0 -25
- package/dist/toast.d.ts +0 -42
- package/dist/toggle-group.d.ts +0 -36
- package/dist/tooltip.d.ts +0 -24
- package/dist/useModal-BsGIcP8t.d.mts +0 -128
- package/dist/useModal-BsGIcP8t.d.ts +0 -128
- package/dist/utils/cn.d.mts +0 -5
- package/dist/utils/scroll.d.mts +0 -4
- package/dist/virtual-scroll.d.ts +0 -34
package/dist/schemas.d.mts
DELETED
|
@@ -1,2173 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
declare const breadcrumbPropsSchema: z.ZodObject<{
|
|
4
|
-
items: z.ZodArray<z.ZodObject<{
|
|
5
|
-
label: z.ZodAny;
|
|
6
|
-
href: z.ZodOptional<z.ZodString>;
|
|
7
|
-
onClick: z.ZodOptional<z.ZodAny>;
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
label?: any;
|
|
10
|
-
href?: string | undefined;
|
|
11
|
-
onClick?: any;
|
|
12
|
-
}, {
|
|
13
|
-
label?: any;
|
|
14
|
-
href?: string | undefined;
|
|
15
|
-
onClick?: any;
|
|
16
|
-
}>, "many">;
|
|
17
|
-
separator: z.ZodOptional<z.ZodAny>;
|
|
18
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
19
|
-
className: z.ZodOptional<z.ZodString>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
items: {
|
|
22
|
-
label?: any;
|
|
23
|
-
href?: string | undefined;
|
|
24
|
-
onClick?: any;
|
|
25
|
-
}[];
|
|
26
|
-
separator?: any;
|
|
27
|
-
maxItems?: number | undefined;
|
|
28
|
-
className?: string | undefined;
|
|
29
|
-
}, {
|
|
30
|
-
items: {
|
|
31
|
-
label?: any;
|
|
32
|
-
href?: string | undefined;
|
|
33
|
-
onClick?: any;
|
|
34
|
-
}[];
|
|
35
|
-
separator?: any;
|
|
36
|
-
maxItems?: number | undefined;
|
|
37
|
-
className?: string | undefined;
|
|
38
|
-
}>;
|
|
39
|
-
|
|
40
|
-
declare const buttonPropsSchema: z.ZodObject<{
|
|
41
|
-
semantic: z.ZodDefault<z.ZodEnum<["primary", "secondary", "normal", "danger"]>>;
|
|
42
|
-
variant: z.ZodDefault<z.ZodEnum<["contained", "outlined", "subtle", "ghost"]>>;
|
|
43
|
-
size: z.ZodDefault<z.ZodEnum<["xl", "lg", "md", "sm"]>>;
|
|
44
|
-
radius: z.ZodDefault<z.ZodEnum<["default", "circle"]>>;
|
|
45
|
-
asChild: z.ZodOptional<z.ZodBoolean>;
|
|
46
|
-
detectDoubleClick: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
48
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
49
|
-
onClick: z.ZodOptional<z.ZodAny>;
|
|
50
|
-
type: z.ZodOptional<z.ZodEnum<["button", "submit", "reset"]>>;
|
|
51
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
52
|
-
className: z.ZodOptional<z.ZodString>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
semantic: "primary" | "secondary" | "normal" | "danger";
|
|
55
|
-
variant: "contained" | "outlined" | "subtle" | "ghost";
|
|
56
|
-
size: "xl" | "lg" | "md" | "sm";
|
|
57
|
-
radius: "default" | "circle";
|
|
58
|
-
onClick?: any;
|
|
59
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
60
|
-
className?: string | undefined;
|
|
61
|
-
asChild?: boolean | undefined;
|
|
62
|
-
detectDoubleClick?: boolean | undefined;
|
|
63
|
-
disabled?: boolean | undefined;
|
|
64
|
-
children?: any;
|
|
65
|
-
style?: any;
|
|
66
|
-
}, {
|
|
67
|
-
onClick?: any;
|
|
68
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
69
|
-
className?: string | undefined;
|
|
70
|
-
semantic?: "primary" | "secondary" | "normal" | "danger" | undefined;
|
|
71
|
-
variant?: "contained" | "outlined" | "subtle" | "ghost" | undefined;
|
|
72
|
-
size?: "xl" | "lg" | "md" | "sm" | undefined;
|
|
73
|
-
radius?: "default" | "circle" | undefined;
|
|
74
|
-
asChild?: boolean | undefined;
|
|
75
|
-
detectDoubleClick?: boolean | undefined;
|
|
76
|
-
disabled?: boolean | undefined;
|
|
77
|
-
children?: any;
|
|
78
|
-
style?: any;
|
|
79
|
-
}>;
|
|
80
|
-
|
|
81
|
-
declare const textInputPropsSchema: z.ZodObject<{
|
|
82
|
-
size: z.ZodDefault<z.ZodEnum<["md", "lg", "xl"]>>;
|
|
83
|
-
error: z.ZodOptional<z.ZodBoolean>;
|
|
84
|
-
prefixIcon: z.ZodOptional<z.ZodAny>;
|
|
85
|
-
suffixIcon: z.ZodOptional<z.ZodAny>;
|
|
86
|
-
label: z.ZodOptional<z.ZodAny>;
|
|
87
|
-
description: z.ZodOptional<z.ZodAny>;
|
|
88
|
-
showCount: z.ZodOptional<z.ZodBoolean>;
|
|
89
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
90
|
-
clearable: z.ZodOptional<z.ZodBoolean>;
|
|
91
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
92
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
93
|
-
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
94
|
-
value: z.ZodOptional<z.ZodString>;
|
|
95
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
96
|
-
type: z.ZodOptional<z.ZodString>;
|
|
97
|
-
name: z.ZodOptional<z.ZodString>;
|
|
98
|
-
id: z.ZodOptional<z.ZodString>;
|
|
99
|
-
autoFocus: z.ZodOptional<z.ZodBoolean>;
|
|
100
|
-
autoComplete: z.ZodOptional<z.ZodString>;
|
|
101
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
102
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
103
|
-
onBlur: z.ZodOptional<z.ZodAny>;
|
|
104
|
-
onFocus: z.ZodOptional<z.ZodAny>;
|
|
105
|
-
className: z.ZodOptional<z.ZodString>;
|
|
106
|
-
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
size: "xl" | "lg" | "md";
|
|
108
|
-
label?: any;
|
|
109
|
-
value?: string | undefined;
|
|
110
|
-
type?: string | undefined;
|
|
111
|
-
className?: string | undefined;
|
|
112
|
-
disabled?: boolean | undefined;
|
|
113
|
-
error?: boolean | undefined;
|
|
114
|
-
prefixIcon?: any;
|
|
115
|
-
suffixIcon?: any;
|
|
116
|
-
description?: any;
|
|
117
|
-
showCount?: boolean | undefined;
|
|
118
|
-
maxLength?: number | undefined;
|
|
119
|
-
clearable?: boolean | undefined;
|
|
120
|
-
placeholder?: string | undefined;
|
|
121
|
-
readOnly?: boolean | undefined;
|
|
122
|
-
defaultValue?: string | undefined;
|
|
123
|
-
name?: string | undefined;
|
|
124
|
-
id?: string | undefined;
|
|
125
|
-
autoFocus?: boolean | undefined;
|
|
126
|
-
autoComplete?: string | undefined;
|
|
127
|
-
onValueChange?: any;
|
|
128
|
-
onChange?: any;
|
|
129
|
-
onBlur?: any;
|
|
130
|
-
onFocus?: any;
|
|
131
|
-
}, {
|
|
132
|
-
label?: any;
|
|
133
|
-
value?: string | undefined;
|
|
134
|
-
type?: string | undefined;
|
|
135
|
-
className?: string | undefined;
|
|
136
|
-
size?: "xl" | "lg" | "md" | undefined;
|
|
137
|
-
disabled?: boolean | undefined;
|
|
138
|
-
error?: boolean | undefined;
|
|
139
|
-
prefixIcon?: any;
|
|
140
|
-
suffixIcon?: any;
|
|
141
|
-
description?: any;
|
|
142
|
-
showCount?: boolean | undefined;
|
|
143
|
-
maxLength?: number | undefined;
|
|
144
|
-
clearable?: boolean | undefined;
|
|
145
|
-
placeholder?: string | undefined;
|
|
146
|
-
readOnly?: boolean | undefined;
|
|
147
|
-
defaultValue?: string | undefined;
|
|
148
|
-
name?: string | undefined;
|
|
149
|
-
id?: string | undefined;
|
|
150
|
-
autoFocus?: boolean | undefined;
|
|
151
|
-
autoComplete?: string | undefined;
|
|
152
|
-
onValueChange?: any;
|
|
153
|
-
onChange?: any;
|
|
154
|
-
onBlur?: any;
|
|
155
|
-
onFocus?: any;
|
|
156
|
-
}>;
|
|
157
|
-
|
|
158
|
-
declare const textAreaPropsSchema: z.ZodObject<{
|
|
159
|
-
label: z.ZodOptional<z.ZodString>;
|
|
160
|
-
description: z.ZodOptional<z.ZodString>;
|
|
161
|
-
size: z.ZodOptional<z.ZodEnum<["lg", "md"]>>;
|
|
162
|
-
resize: z.ZodOptional<z.ZodEnum<["default", "auto", "none"]>>;
|
|
163
|
-
error: z.ZodOptional<z.ZodBoolean>;
|
|
164
|
-
showCount: z.ZodOptional<z.ZodBoolean>;
|
|
165
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
166
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
167
|
-
rows: z.ZodOptional<z.ZodNumber>;
|
|
168
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
169
|
-
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
170
|
-
value: z.ZodOptional<z.ZodString>;
|
|
171
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
172
|
-
name: z.ZodOptional<z.ZodString>;
|
|
173
|
-
id: z.ZodOptional<z.ZodString>;
|
|
174
|
-
autoFocus: z.ZodOptional<z.ZodBoolean>;
|
|
175
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
176
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
177
|
-
onBlur: z.ZodOptional<z.ZodAny>;
|
|
178
|
-
onFocus: z.ZodOptional<z.ZodAny>;
|
|
179
|
-
className: z.ZodOptional<z.ZodString>;
|
|
180
|
-
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
label?: string | undefined;
|
|
182
|
-
value?: string | undefined;
|
|
183
|
-
className?: string | undefined;
|
|
184
|
-
size?: "lg" | "md" | undefined;
|
|
185
|
-
disabled?: boolean | undefined;
|
|
186
|
-
error?: boolean | undefined;
|
|
187
|
-
description?: string | undefined;
|
|
188
|
-
showCount?: boolean | undefined;
|
|
189
|
-
maxLength?: number | undefined;
|
|
190
|
-
placeholder?: string | undefined;
|
|
191
|
-
readOnly?: boolean | undefined;
|
|
192
|
-
defaultValue?: string | undefined;
|
|
193
|
-
name?: string | undefined;
|
|
194
|
-
id?: string | undefined;
|
|
195
|
-
autoFocus?: boolean | undefined;
|
|
196
|
-
onValueChange?: any;
|
|
197
|
-
onChange?: any;
|
|
198
|
-
onBlur?: any;
|
|
199
|
-
onFocus?: any;
|
|
200
|
-
resize?: "default" | "auto" | "none" | undefined;
|
|
201
|
-
rows?: number | undefined;
|
|
202
|
-
}, {
|
|
203
|
-
label?: string | undefined;
|
|
204
|
-
value?: string | undefined;
|
|
205
|
-
className?: string | undefined;
|
|
206
|
-
size?: "lg" | "md" | undefined;
|
|
207
|
-
disabled?: boolean | undefined;
|
|
208
|
-
error?: boolean | undefined;
|
|
209
|
-
description?: string | undefined;
|
|
210
|
-
showCount?: boolean | undefined;
|
|
211
|
-
maxLength?: number | undefined;
|
|
212
|
-
placeholder?: string | undefined;
|
|
213
|
-
readOnly?: boolean | undefined;
|
|
214
|
-
defaultValue?: string | undefined;
|
|
215
|
-
name?: string | undefined;
|
|
216
|
-
id?: string | undefined;
|
|
217
|
-
autoFocus?: boolean | undefined;
|
|
218
|
-
onValueChange?: any;
|
|
219
|
-
onChange?: any;
|
|
220
|
-
onBlur?: any;
|
|
221
|
-
onFocus?: any;
|
|
222
|
-
resize?: "default" | "auto" | "none" | undefined;
|
|
223
|
-
rows?: number | undefined;
|
|
224
|
-
}>;
|
|
225
|
-
|
|
226
|
-
declare const selectPropsSchema: z.ZodObject<{
|
|
227
|
-
value: z.ZodOptional<z.ZodString>;
|
|
228
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
229
|
-
variant: z.ZodDefault<z.ZodEnum<["default", "outline"]>>;
|
|
230
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg", "full"]>>;
|
|
231
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
232
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
233
|
-
displayComponent: z.ZodOptional<z.ZodAny>;
|
|
234
|
-
children: z.ZodAny;
|
|
235
|
-
className: z.ZodOptional<z.ZodString>;
|
|
236
|
-
triggerClassName: z.ZodOptional<z.ZodString>;
|
|
237
|
-
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
variant: "default" | "outline";
|
|
239
|
-
size: "lg" | "md" | "sm" | "full";
|
|
240
|
-
value?: string | undefined;
|
|
241
|
-
className?: string | undefined;
|
|
242
|
-
disabled?: boolean | undefined;
|
|
243
|
-
children?: any;
|
|
244
|
-
placeholder?: string | undefined;
|
|
245
|
-
onValueChange?: any;
|
|
246
|
-
displayComponent?: any;
|
|
247
|
-
triggerClassName?: string | undefined;
|
|
248
|
-
}, {
|
|
249
|
-
value?: string | undefined;
|
|
250
|
-
className?: string | undefined;
|
|
251
|
-
variant?: "default" | "outline" | undefined;
|
|
252
|
-
size?: "lg" | "md" | "sm" | "full" | undefined;
|
|
253
|
-
disabled?: boolean | undefined;
|
|
254
|
-
children?: any;
|
|
255
|
-
placeholder?: string | undefined;
|
|
256
|
-
onValueChange?: any;
|
|
257
|
-
displayComponent?: any;
|
|
258
|
-
triggerClassName?: string | undefined;
|
|
259
|
-
}>;
|
|
260
|
-
declare const selectItemPropsSchema: z.ZodObject<{
|
|
261
|
-
value: z.ZodString;
|
|
262
|
-
children: z.ZodAny;
|
|
263
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
264
|
-
className: z.ZodOptional<z.ZodString>;
|
|
265
|
-
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
value: string;
|
|
267
|
-
className?: string | undefined;
|
|
268
|
-
disabled?: boolean | undefined;
|
|
269
|
-
children?: any;
|
|
270
|
-
}, {
|
|
271
|
-
value: string;
|
|
272
|
-
className?: string | undefined;
|
|
273
|
-
disabled?: boolean | undefined;
|
|
274
|
-
children?: any;
|
|
275
|
-
}>;
|
|
276
|
-
|
|
277
|
-
declare const dropdownMenuPropsSchema: z.ZodObject<{
|
|
278
|
-
children: z.ZodAny;
|
|
279
|
-
items: z.ZodArray<z.ZodObject<{
|
|
280
|
-
label: z.ZodAny;
|
|
281
|
-
value: z.ZodOptional<z.ZodString>;
|
|
282
|
-
icon: z.ZodOptional<z.ZodAny>;
|
|
283
|
-
onClick: z.ZodOptional<z.ZodAny>;
|
|
284
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
285
|
-
danger: z.ZodOptional<z.ZodBoolean>;
|
|
286
|
-
separator: z.ZodOptional<z.ZodBoolean>;
|
|
287
|
-
}, "strip", z.ZodTypeAny, {
|
|
288
|
-
label?: any;
|
|
289
|
-
onClick?: any;
|
|
290
|
-
value?: string | undefined;
|
|
291
|
-
separator?: boolean | undefined;
|
|
292
|
-
danger?: boolean | undefined;
|
|
293
|
-
disabled?: boolean | undefined;
|
|
294
|
-
icon?: any;
|
|
295
|
-
}, {
|
|
296
|
-
label?: any;
|
|
297
|
-
onClick?: any;
|
|
298
|
-
value?: string | undefined;
|
|
299
|
-
separator?: boolean | undefined;
|
|
300
|
-
danger?: boolean | undefined;
|
|
301
|
-
disabled?: boolean | undefined;
|
|
302
|
-
icon?: any;
|
|
303
|
-
}>, "many">;
|
|
304
|
-
align: z.ZodDefault<z.ZodEnum<["start", "center", "end"]>>;
|
|
305
|
-
side: z.ZodDefault<z.ZodEnum<["top", "right", "bottom", "left"]>>;
|
|
306
|
-
className: z.ZodOptional<z.ZodString>;
|
|
307
|
-
contentClassName: z.ZodOptional<z.ZodString>;
|
|
308
|
-
}, "strip", z.ZodTypeAny, {
|
|
309
|
-
items: {
|
|
310
|
-
label?: any;
|
|
311
|
-
onClick?: any;
|
|
312
|
-
value?: string | undefined;
|
|
313
|
-
separator?: boolean | undefined;
|
|
314
|
-
danger?: boolean | undefined;
|
|
315
|
-
disabled?: boolean | undefined;
|
|
316
|
-
icon?: any;
|
|
317
|
-
}[];
|
|
318
|
-
align: "start" | "center" | "end";
|
|
319
|
-
side: "top" | "right" | "bottom" | "left";
|
|
320
|
-
className?: string | undefined;
|
|
321
|
-
children?: any;
|
|
322
|
-
contentClassName?: string | undefined;
|
|
323
|
-
}, {
|
|
324
|
-
items: {
|
|
325
|
-
label?: any;
|
|
326
|
-
onClick?: any;
|
|
327
|
-
value?: string | undefined;
|
|
328
|
-
separator?: boolean | undefined;
|
|
329
|
-
danger?: boolean | undefined;
|
|
330
|
-
disabled?: boolean | undefined;
|
|
331
|
-
icon?: any;
|
|
332
|
-
}[];
|
|
333
|
-
className?: string | undefined;
|
|
334
|
-
children?: any;
|
|
335
|
-
align?: "start" | "center" | "end" | undefined;
|
|
336
|
-
side?: "top" | "right" | "bottom" | "left" | undefined;
|
|
337
|
-
contentClassName?: string | undefined;
|
|
338
|
-
}>;
|
|
339
|
-
|
|
340
|
-
declare const toggleGroupPropsSchema: z.ZodObject<{
|
|
341
|
-
type: z.ZodDefault<z.ZodEnum<["single", "multiple"]>>;
|
|
342
|
-
items: z.ZodArray<z.ZodObject<{
|
|
343
|
-
value: z.ZodString;
|
|
344
|
-
label: z.ZodAny;
|
|
345
|
-
icon: z.ZodOptional<z.ZodAny>;
|
|
346
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
347
|
-
}, "strip", z.ZodTypeAny, {
|
|
348
|
-
value: string;
|
|
349
|
-
label?: any;
|
|
350
|
-
disabled?: boolean | undefined;
|
|
351
|
-
icon?: any;
|
|
352
|
-
}, {
|
|
353
|
-
value: string;
|
|
354
|
-
label?: any;
|
|
355
|
-
disabled?: boolean | undefined;
|
|
356
|
-
icon?: any;
|
|
357
|
-
}>, "many">;
|
|
358
|
-
value: z.ZodOptional<z.ZodAny>;
|
|
359
|
-
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
360
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
361
|
-
variant: z.ZodDefault<z.ZodEnum<["default", "outline"]>>;
|
|
362
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
363
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
364
|
-
className: z.ZodOptional<z.ZodString>;
|
|
365
|
-
}, "strip", z.ZodTypeAny, {
|
|
366
|
-
type: "single" | "multiple";
|
|
367
|
-
items: {
|
|
368
|
-
value: string;
|
|
369
|
-
label?: any;
|
|
370
|
-
disabled?: boolean | undefined;
|
|
371
|
-
icon?: any;
|
|
372
|
-
}[];
|
|
373
|
-
variant: "default" | "outline";
|
|
374
|
-
size: "lg" | "md" | "sm";
|
|
375
|
-
value?: any;
|
|
376
|
-
className?: string | undefined;
|
|
377
|
-
disabled?: boolean | undefined;
|
|
378
|
-
defaultValue?: any;
|
|
379
|
-
onValueChange?: any;
|
|
380
|
-
}, {
|
|
381
|
-
items: {
|
|
382
|
-
value: string;
|
|
383
|
-
label?: any;
|
|
384
|
-
disabled?: boolean | undefined;
|
|
385
|
-
icon?: any;
|
|
386
|
-
}[];
|
|
387
|
-
value?: any;
|
|
388
|
-
type?: "single" | "multiple" | undefined;
|
|
389
|
-
className?: string | undefined;
|
|
390
|
-
variant?: "default" | "outline" | undefined;
|
|
391
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
392
|
-
disabled?: boolean | undefined;
|
|
393
|
-
defaultValue?: any;
|
|
394
|
-
onValueChange?: any;
|
|
395
|
-
}>;
|
|
396
|
-
|
|
397
|
-
declare const sliderPropsSchema: z.ZodObject<{
|
|
398
|
-
value: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
399
|
-
defaultValue: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
400
|
-
min: z.ZodDefault<z.ZodNumber>;
|
|
401
|
-
max: z.ZodDefault<z.ZodNumber>;
|
|
402
|
-
step: z.ZodDefault<z.ZodNumber>;
|
|
403
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
404
|
-
showValue: z.ZodDefault<z.ZodBoolean>;
|
|
405
|
-
formatValue: z.ZodOptional<z.ZodAny>;
|
|
406
|
-
label: z.ZodOptional<z.ZodString>;
|
|
407
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
408
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
409
|
-
onValueCommit: z.ZodOptional<z.ZodAny>;
|
|
410
|
-
className: z.ZodOptional<z.ZodString>;
|
|
411
|
-
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
size: "lg" | "md" | "sm";
|
|
413
|
-
min: number;
|
|
414
|
-
max: number;
|
|
415
|
-
step: number;
|
|
416
|
-
showValue: boolean;
|
|
417
|
-
label?: string | undefined;
|
|
418
|
-
value?: number[] | undefined;
|
|
419
|
-
className?: string | undefined;
|
|
420
|
-
disabled?: boolean | undefined;
|
|
421
|
-
defaultValue?: number[] | undefined;
|
|
422
|
-
onValueChange?: any;
|
|
423
|
-
formatValue?: any;
|
|
424
|
-
onValueCommit?: any;
|
|
425
|
-
}, {
|
|
426
|
-
label?: string | undefined;
|
|
427
|
-
value?: number[] | undefined;
|
|
428
|
-
className?: string | undefined;
|
|
429
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
430
|
-
disabled?: boolean | undefined;
|
|
431
|
-
defaultValue?: number[] | undefined;
|
|
432
|
-
onValueChange?: any;
|
|
433
|
-
min?: number | undefined;
|
|
434
|
-
max?: number | undefined;
|
|
435
|
-
step?: number | undefined;
|
|
436
|
-
showValue?: boolean | undefined;
|
|
437
|
-
formatValue?: any;
|
|
438
|
-
onValueCommit?: any;
|
|
439
|
-
}>;
|
|
440
|
-
|
|
441
|
-
declare const checkBoxPropsSchema: z.ZodObject<{
|
|
442
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
443
|
-
shape: z.ZodDefault<z.ZodEnum<["square", "round"]>>;
|
|
444
|
-
checked: z.ZodOptional<z.ZodBoolean>;
|
|
445
|
-
indeterminate: z.ZodOptional<z.ZodBoolean>;
|
|
446
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
447
|
-
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
448
|
-
label: z.ZodOptional<z.ZodAny>;
|
|
449
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
450
|
-
name: z.ZodOptional<z.ZodString>;
|
|
451
|
-
id: z.ZodOptional<z.ZodString>;
|
|
452
|
-
value: z.ZodOptional<z.ZodString>;
|
|
453
|
-
onCheckedChange: z.ZodOptional<z.ZodAny>;
|
|
454
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
455
|
-
className: z.ZodOptional<z.ZodString>;
|
|
456
|
-
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
size: "md" | "sm";
|
|
458
|
-
shape: "square" | "round";
|
|
459
|
-
label?: any;
|
|
460
|
-
value?: string | undefined;
|
|
461
|
-
className?: string | undefined;
|
|
462
|
-
disabled?: boolean | undefined;
|
|
463
|
-
children?: any;
|
|
464
|
-
readOnly?: boolean | undefined;
|
|
465
|
-
name?: string | undefined;
|
|
466
|
-
id?: string | undefined;
|
|
467
|
-
onChange?: any;
|
|
468
|
-
checked?: boolean | undefined;
|
|
469
|
-
indeterminate?: boolean | undefined;
|
|
470
|
-
onCheckedChange?: any;
|
|
471
|
-
}, {
|
|
472
|
-
label?: any;
|
|
473
|
-
value?: string | undefined;
|
|
474
|
-
className?: string | undefined;
|
|
475
|
-
size?: "md" | "sm" | undefined;
|
|
476
|
-
disabled?: boolean | undefined;
|
|
477
|
-
children?: any;
|
|
478
|
-
readOnly?: boolean | undefined;
|
|
479
|
-
name?: string | undefined;
|
|
480
|
-
id?: string | undefined;
|
|
481
|
-
onChange?: any;
|
|
482
|
-
shape?: "square" | "round" | undefined;
|
|
483
|
-
checked?: boolean | undefined;
|
|
484
|
-
indeterminate?: boolean | undefined;
|
|
485
|
-
onCheckedChange?: any;
|
|
486
|
-
}>;
|
|
487
|
-
|
|
488
|
-
declare const radioGroupPropsSchema: z.ZodObject<{
|
|
489
|
-
name: z.ZodString;
|
|
490
|
-
value: z.ZodOptional<z.ZodString>;
|
|
491
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
492
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
493
|
-
orientation: z.ZodDefault<z.ZodEnum<["horizontal", "vertical"]>>;
|
|
494
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
495
|
-
children: z.ZodAny;
|
|
496
|
-
'aria-label': z.ZodOptional<z.ZodString>;
|
|
497
|
-
'aria-labelledby': z.ZodOptional<z.ZodString>;
|
|
498
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
499
|
-
className: z.ZodOptional<z.ZodString>;
|
|
500
|
-
}, "strip", z.ZodTypeAny, {
|
|
501
|
-
size: "md" | "sm";
|
|
502
|
-
name: string;
|
|
503
|
-
orientation: "horizontal" | "vertical";
|
|
504
|
-
value?: string | undefined;
|
|
505
|
-
className?: string | undefined;
|
|
506
|
-
disabled?: boolean | undefined;
|
|
507
|
-
children?: any;
|
|
508
|
-
defaultValue?: string | undefined;
|
|
509
|
-
onValueChange?: any;
|
|
510
|
-
'aria-label'?: string | undefined;
|
|
511
|
-
'aria-labelledby'?: string | undefined;
|
|
512
|
-
}, {
|
|
513
|
-
name: string;
|
|
514
|
-
value?: string | undefined;
|
|
515
|
-
className?: string | undefined;
|
|
516
|
-
size?: "md" | "sm" | undefined;
|
|
517
|
-
disabled?: boolean | undefined;
|
|
518
|
-
children?: any;
|
|
519
|
-
defaultValue?: string | undefined;
|
|
520
|
-
onValueChange?: any;
|
|
521
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
522
|
-
'aria-label'?: string | undefined;
|
|
523
|
-
'aria-labelledby'?: string | undefined;
|
|
524
|
-
}>;
|
|
525
|
-
declare const radioItemPropsSchema: z.ZodObject<{
|
|
526
|
-
value: z.ZodString;
|
|
527
|
-
size: z.ZodOptional<z.ZodEnum<["sm", "md"]>>;
|
|
528
|
-
label: z.ZodOptional<z.ZodAny>;
|
|
529
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
530
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
531
|
-
className: z.ZodOptional<z.ZodString>;
|
|
532
|
-
}, "strip", z.ZodTypeAny, {
|
|
533
|
-
value: string;
|
|
534
|
-
label?: any;
|
|
535
|
-
className?: string | undefined;
|
|
536
|
-
size?: "md" | "sm" | undefined;
|
|
537
|
-
disabled?: boolean | undefined;
|
|
538
|
-
children?: any;
|
|
539
|
-
}, {
|
|
540
|
-
value: string;
|
|
541
|
-
label?: any;
|
|
542
|
-
className?: string | undefined;
|
|
543
|
-
size?: "md" | "sm" | undefined;
|
|
544
|
-
disabled?: boolean | undefined;
|
|
545
|
-
children?: any;
|
|
546
|
-
}>;
|
|
547
|
-
|
|
548
|
-
declare const switchPropsSchema: z.ZodObject<{
|
|
549
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
550
|
-
checked: z.ZodOptional<z.ZodBoolean>;
|
|
551
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
552
|
-
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
553
|
-
name: z.ZodOptional<z.ZodString>;
|
|
554
|
-
id: z.ZodOptional<z.ZodString>;
|
|
555
|
-
onCheckedChange: z.ZodOptional<z.ZodAny>;
|
|
556
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
557
|
-
className: z.ZodOptional<z.ZodString>;
|
|
558
|
-
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
size: "md" | "sm";
|
|
560
|
-
className?: string | undefined;
|
|
561
|
-
disabled?: boolean | undefined;
|
|
562
|
-
readOnly?: boolean | undefined;
|
|
563
|
-
name?: string | undefined;
|
|
564
|
-
id?: string | undefined;
|
|
565
|
-
onChange?: any;
|
|
566
|
-
checked?: boolean | undefined;
|
|
567
|
-
onCheckedChange?: any;
|
|
568
|
-
}, {
|
|
569
|
-
className?: string | undefined;
|
|
570
|
-
size?: "md" | "sm" | undefined;
|
|
571
|
-
disabled?: boolean | undefined;
|
|
572
|
-
readOnly?: boolean | undefined;
|
|
573
|
-
name?: string | undefined;
|
|
574
|
-
id?: string | undefined;
|
|
575
|
-
onChange?: any;
|
|
576
|
-
checked?: boolean | undefined;
|
|
577
|
-
onCheckedChange?: any;
|
|
578
|
-
}>;
|
|
579
|
-
|
|
580
|
-
declare const chipPropsSchema: z.ZodObject<{
|
|
581
|
-
variant: z.ZodDefault<z.ZodEnum<["default", "filled", "outline", "accent"]>>;
|
|
582
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
583
|
-
asChild: z.ZodOptional<z.ZodBoolean>;
|
|
584
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
585
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
586
|
-
onClose: z.ZodOptional<z.ZodAny>;
|
|
587
|
-
onClick: z.ZodOptional<z.ZodAny>;
|
|
588
|
-
className: z.ZodOptional<z.ZodString>;
|
|
589
|
-
}, "strip", z.ZodTypeAny, {
|
|
590
|
-
variant: "default" | "outline" | "filled" | "accent";
|
|
591
|
-
size: "lg" | "md" | "sm";
|
|
592
|
-
onClick?: any;
|
|
593
|
-
className?: string | undefined;
|
|
594
|
-
asChild?: boolean | undefined;
|
|
595
|
-
disabled?: boolean | undefined;
|
|
596
|
-
children?: any;
|
|
597
|
-
onClose?: any;
|
|
598
|
-
}, {
|
|
599
|
-
onClick?: any;
|
|
600
|
-
className?: string | undefined;
|
|
601
|
-
variant?: "default" | "outline" | "filled" | "accent" | undefined;
|
|
602
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
603
|
-
asChild?: boolean | undefined;
|
|
604
|
-
disabled?: boolean | undefined;
|
|
605
|
-
children?: any;
|
|
606
|
-
onClose?: any;
|
|
607
|
-
}>;
|
|
608
|
-
|
|
609
|
-
declare const badgePropsSchema: z.ZodObject<{
|
|
610
|
-
count: z.ZodOptional<z.ZodNumber>;
|
|
611
|
-
max: z.ZodDefault<z.ZodNumber>;
|
|
612
|
-
dot: z.ZodDefault<z.ZodBoolean>;
|
|
613
|
-
showZero: z.ZodDefault<z.ZodBoolean>;
|
|
614
|
-
variant: z.ZodDefault<z.ZodEnum<["danger", "primary", "secondary", "info", "success", "warning"]>>;
|
|
615
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
616
|
-
offset: z.ZodOptional<z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>>;
|
|
617
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
618
|
-
className: z.ZodOptional<z.ZodString>;
|
|
619
|
-
}, "strip", z.ZodTypeAny, {
|
|
620
|
-
variant: "primary" | "secondary" | "danger" | "info" | "success" | "warning";
|
|
621
|
-
size: "lg" | "md" | "sm";
|
|
622
|
-
max: number;
|
|
623
|
-
dot: boolean;
|
|
624
|
-
showZero: boolean;
|
|
625
|
-
className?: string | undefined;
|
|
626
|
-
children?: any;
|
|
627
|
-
count?: number | undefined;
|
|
628
|
-
offset?: [number, number] | undefined;
|
|
629
|
-
}, {
|
|
630
|
-
className?: string | undefined;
|
|
631
|
-
variant?: "primary" | "secondary" | "danger" | "info" | "success" | "warning" | undefined;
|
|
632
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
633
|
-
children?: any;
|
|
634
|
-
max?: number | undefined;
|
|
635
|
-
count?: number | undefined;
|
|
636
|
-
dot?: boolean | undefined;
|
|
637
|
-
showZero?: boolean | undefined;
|
|
638
|
-
offset?: [number, number] | undefined;
|
|
639
|
-
}>;
|
|
640
|
-
|
|
641
|
-
declare const progressPropsSchema: z.ZodObject<{
|
|
642
|
-
value: z.ZodDefault<z.ZodNumber>;
|
|
643
|
-
max: z.ZodDefault<z.ZodNumber>;
|
|
644
|
-
variant: z.ZodDefault<z.ZodEnum<["primary", "success", "warning", "danger", "info"]>>;
|
|
645
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
646
|
-
showValue: z.ZodDefault<z.ZodBoolean>;
|
|
647
|
-
indeterminate: z.ZodDefault<z.ZodBoolean>;
|
|
648
|
-
label: z.ZodOptional<z.ZodString>;
|
|
649
|
-
className: z.ZodOptional<z.ZodString>;
|
|
650
|
-
}, "strip", z.ZodTypeAny, {
|
|
651
|
-
value: number;
|
|
652
|
-
variant: "primary" | "danger" | "info" | "success" | "warning";
|
|
653
|
-
size: "lg" | "md" | "sm";
|
|
654
|
-
max: number;
|
|
655
|
-
showValue: boolean;
|
|
656
|
-
indeterminate: boolean;
|
|
657
|
-
label?: string | undefined;
|
|
658
|
-
className?: string | undefined;
|
|
659
|
-
}, {
|
|
660
|
-
label?: string | undefined;
|
|
661
|
-
value?: number | undefined;
|
|
662
|
-
className?: string | undefined;
|
|
663
|
-
variant?: "primary" | "danger" | "info" | "success" | "warning" | undefined;
|
|
664
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
665
|
-
max?: number | undefined;
|
|
666
|
-
showValue?: boolean | undefined;
|
|
667
|
-
indeterminate?: boolean | undefined;
|
|
668
|
-
}>;
|
|
669
|
-
|
|
670
|
-
declare const alertPropsSchema: z.ZodObject<{
|
|
671
|
-
variant: z.ZodDefault<z.ZodEnum<["info", "success", "warning", "danger"]>>;
|
|
672
|
-
title: z.ZodOptional<z.ZodString>;
|
|
673
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
674
|
-
icon: z.ZodOptional<z.ZodAny>;
|
|
675
|
-
closable: z.ZodDefault<z.ZodBoolean>;
|
|
676
|
-
onClose: z.ZodOptional<z.ZodAny>;
|
|
677
|
-
action: z.ZodOptional<z.ZodAny>;
|
|
678
|
-
className: z.ZodOptional<z.ZodString>;
|
|
679
|
-
}, "strip", z.ZodTypeAny, {
|
|
680
|
-
variant: "danger" | "info" | "success" | "warning";
|
|
681
|
-
closable: boolean;
|
|
682
|
-
className?: string | undefined;
|
|
683
|
-
children?: any;
|
|
684
|
-
icon?: any;
|
|
685
|
-
onClose?: any;
|
|
686
|
-
title?: string | undefined;
|
|
687
|
-
action?: any;
|
|
688
|
-
}, {
|
|
689
|
-
className?: string | undefined;
|
|
690
|
-
variant?: "danger" | "info" | "success" | "warning" | undefined;
|
|
691
|
-
children?: any;
|
|
692
|
-
icon?: any;
|
|
693
|
-
onClose?: any;
|
|
694
|
-
title?: string | undefined;
|
|
695
|
-
closable?: boolean | undefined;
|
|
696
|
-
action?: any;
|
|
697
|
-
}>;
|
|
698
|
-
|
|
699
|
-
declare const spinnerPropsSchema: z.ZodObject<{
|
|
700
|
-
size: z.ZodDefault<z.ZodNumber>;
|
|
701
|
-
color: z.ZodOptional<z.ZodString>;
|
|
702
|
-
'aria-label': z.ZodDefault<z.ZodString>;
|
|
703
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
704
|
-
className: z.ZodOptional<z.ZodString>;
|
|
705
|
-
}, "strip", z.ZodTypeAny, {
|
|
706
|
-
size: number;
|
|
707
|
-
'aria-label': string;
|
|
708
|
-
className?: string | undefined;
|
|
709
|
-
style?: any;
|
|
710
|
-
color?: string | undefined;
|
|
711
|
-
}, {
|
|
712
|
-
className?: string | undefined;
|
|
713
|
-
size?: number | undefined;
|
|
714
|
-
style?: any;
|
|
715
|
-
'aria-label'?: string | undefined;
|
|
716
|
-
color?: string | undefined;
|
|
717
|
-
}>;
|
|
718
|
-
|
|
719
|
-
declare const stepperPropsSchema: z.ZodObject<{
|
|
720
|
-
steps: z.ZodArray<z.ZodObject<{
|
|
721
|
-
label: z.ZodString;
|
|
722
|
-
description: z.ZodOptional<z.ZodString>;
|
|
723
|
-
}, "strip", z.ZodTypeAny, {
|
|
724
|
-
label: string;
|
|
725
|
-
description?: string | undefined;
|
|
726
|
-
}, {
|
|
727
|
-
label: string;
|
|
728
|
-
description?: string | undefined;
|
|
729
|
-
}>, "many">;
|
|
730
|
-
current: z.ZodDefault<z.ZodNumber>;
|
|
731
|
-
status: z.ZodDefault<z.ZodEnum<["process", "error"]>>;
|
|
732
|
-
orientation: z.ZodDefault<z.ZodEnum<["horizontal", "vertical"]>>;
|
|
733
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
734
|
-
className: z.ZodOptional<z.ZodString>;
|
|
735
|
-
}, "strip", z.ZodTypeAny, {
|
|
736
|
-
status: "error" | "process";
|
|
737
|
-
size: "md" | "sm";
|
|
738
|
-
orientation: "horizontal" | "vertical";
|
|
739
|
-
steps: {
|
|
740
|
-
label: string;
|
|
741
|
-
description?: string | undefined;
|
|
742
|
-
}[];
|
|
743
|
-
current: number;
|
|
744
|
-
className?: string | undefined;
|
|
745
|
-
}, {
|
|
746
|
-
steps: {
|
|
747
|
-
label: string;
|
|
748
|
-
description?: string | undefined;
|
|
749
|
-
}[];
|
|
750
|
-
status?: "error" | "process" | undefined;
|
|
751
|
-
className?: string | undefined;
|
|
752
|
-
size?: "md" | "sm" | undefined;
|
|
753
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
754
|
-
current?: number | undefined;
|
|
755
|
-
}>;
|
|
756
|
-
|
|
757
|
-
declare const skeletonPropsSchema: z.ZodObject<{
|
|
758
|
-
as: z.ZodDefault<z.ZodEnum<["div", "span"]>>;
|
|
759
|
-
circle: z.ZodDefault<z.ZodBoolean>;
|
|
760
|
-
width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
761
|
-
height: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
762
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
763
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
764
|
-
className: z.ZodOptional<z.ZodString>;
|
|
765
|
-
}, "strip", z.ZodTypeAny, {
|
|
766
|
-
circle: boolean;
|
|
767
|
-
as: "div" | "span";
|
|
768
|
-
className?: string | undefined;
|
|
769
|
-
children?: any;
|
|
770
|
-
style?: any;
|
|
771
|
-
width?: string | number | undefined;
|
|
772
|
-
height?: string | number | undefined;
|
|
773
|
-
}, {
|
|
774
|
-
className?: string | undefined;
|
|
775
|
-
circle?: boolean | undefined;
|
|
776
|
-
children?: any;
|
|
777
|
-
style?: any;
|
|
778
|
-
as?: "div" | "span" | undefined;
|
|
779
|
-
width?: string | number | undefined;
|
|
780
|
-
height?: string | number | undefined;
|
|
781
|
-
}>;
|
|
782
|
-
|
|
783
|
-
declare const dividerPropsSchema: z.ZodObject<{
|
|
784
|
-
orientation: z.ZodDefault<z.ZodEnum<["horizontal", "vertical"]>>;
|
|
785
|
-
variant: z.ZodDefault<z.ZodEnum<["solid", "dashed", "dotted"]>>;
|
|
786
|
-
color: z.ZodOptional<z.ZodString>;
|
|
787
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
788
|
-
className: z.ZodOptional<z.ZodString>;
|
|
789
|
-
}, "strip", z.ZodTypeAny, {
|
|
790
|
-
variant: "solid" | "dashed" | "dotted";
|
|
791
|
-
orientation: "horizontal" | "vertical";
|
|
792
|
-
className?: string | undefined;
|
|
793
|
-
style?: any;
|
|
794
|
-
color?: string | undefined;
|
|
795
|
-
}, {
|
|
796
|
-
className?: string | undefined;
|
|
797
|
-
variant?: "solid" | "dashed" | "dotted" | undefined;
|
|
798
|
-
style?: any;
|
|
799
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
800
|
-
color?: string | undefined;
|
|
801
|
-
}>;
|
|
802
|
-
|
|
803
|
-
declare const tooltipPropsSchema: z.ZodObject<{
|
|
804
|
-
children: z.ZodAny;
|
|
805
|
-
content: z.ZodAny;
|
|
806
|
-
variant: z.ZodDefault<z.ZodEnum<["dark", "light"]>>;
|
|
807
|
-
side: z.ZodDefault<z.ZodEnum<["top", "right", "bottom", "left"]>>;
|
|
808
|
-
align: z.ZodDefault<z.ZodEnum<["start", "center", "end"]>>;
|
|
809
|
-
delayDuration: z.ZodDefault<z.ZodNumber>;
|
|
810
|
-
disabled: z.ZodDefault<z.ZodBoolean>;
|
|
811
|
-
className: z.ZodOptional<z.ZodString>;
|
|
812
|
-
triggerClassName: z.ZodOptional<z.ZodString>;
|
|
813
|
-
}, "strip", z.ZodTypeAny, {
|
|
814
|
-
variant: "dark" | "light";
|
|
815
|
-
disabled: boolean;
|
|
816
|
-
align: "start" | "center" | "end";
|
|
817
|
-
side: "top" | "right" | "bottom" | "left";
|
|
818
|
-
delayDuration: number;
|
|
819
|
-
className?: string | undefined;
|
|
820
|
-
children?: any;
|
|
821
|
-
triggerClassName?: string | undefined;
|
|
822
|
-
content?: any;
|
|
823
|
-
}, {
|
|
824
|
-
className?: string | undefined;
|
|
825
|
-
variant?: "dark" | "light" | undefined;
|
|
826
|
-
disabled?: boolean | undefined;
|
|
827
|
-
children?: any;
|
|
828
|
-
triggerClassName?: string | undefined;
|
|
829
|
-
align?: "start" | "center" | "end" | undefined;
|
|
830
|
-
side?: "top" | "right" | "bottom" | "left" | undefined;
|
|
831
|
-
content?: any;
|
|
832
|
-
delayDuration?: number | undefined;
|
|
833
|
-
}>;
|
|
834
|
-
|
|
835
|
-
declare const popoverPropsSchema: z.ZodObject<{
|
|
836
|
-
trigger: z.ZodAny;
|
|
837
|
-
side: z.ZodDefault<z.ZodEnum<["top", "right", "bottom", "left"]>>;
|
|
838
|
-
align: z.ZodDefault<z.ZodEnum<["start", "center", "end"]>>;
|
|
839
|
-
sideOffset: z.ZodDefault<z.ZodNumber>;
|
|
840
|
-
alignOffset: z.ZodOptional<z.ZodNumber>;
|
|
841
|
-
open: z.ZodOptional<z.ZodBoolean>;
|
|
842
|
-
onOpenChange: z.ZodOptional<z.ZodAny>;
|
|
843
|
-
onClickTrigger: z.ZodOptional<z.ZodAny>;
|
|
844
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
845
|
-
className: z.ZodOptional<z.ZodString>;
|
|
846
|
-
arrowClassName: z.ZodOptional<z.ZodString>;
|
|
847
|
-
}, "strip", z.ZodTypeAny, {
|
|
848
|
-
align: "start" | "center" | "end";
|
|
849
|
-
side: "top" | "right" | "bottom" | "left";
|
|
850
|
-
sideOffset: number;
|
|
851
|
-
className?: string | undefined;
|
|
852
|
-
children?: any;
|
|
853
|
-
trigger?: any;
|
|
854
|
-
alignOffset?: number | undefined;
|
|
855
|
-
open?: boolean | undefined;
|
|
856
|
-
onOpenChange?: any;
|
|
857
|
-
onClickTrigger?: any;
|
|
858
|
-
arrowClassName?: string | undefined;
|
|
859
|
-
}, {
|
|
860
|
-
className?: string | undefined;
|
|
861
|
-
children?: any;
|
|
862
|
-
align?: "start" | "center" | "end" | undefined;
|
|
863
|
-
side?: "top" | "right" | "bottom" | "left" | undefined;
|
|
864
|
-
trigger?: any;
|
|
865
|
-
sideOffset?: number | undefined;
|
|
866
|
-
alignOffset?: number | undefined;
|
|
867
|
-
open?: boolean | undefined;
|
|
868
|
-
onOpenChange?: any;
|
|
869
|
-
onClickTrigger?: any;
|
|
870
|
-
arrowClassName?: string | undefined;
|
|
871
|
-
}>;
|
|
872
|
-
|
|
873
|
-
declare const accordionPropsSchema: z.ZodObject<{
|
|
874
|
-
items: z.ZodArray<z.ZodObject<{
|
|
875
|
-
id: z.ZodString;
|
|
876
|
-
trigger: z.ZodAny;
|
|
877
|
-
content: z.ZodAny;
|
|
878
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
879
|
-
className: z.ZodOptional<z.ZodString>;
|
|
880
|
-
triggerClassName: z.ZodOptional<z.ZodString>;
|
|
881
|
-
contentClassName: z.ZodOptional<z.ZodString>;
|
|
882
|
-
}, "strip", z.ZodTypeAny, {
|
|
883
|
-
id: string;
|
|
884
|
-
className?: string | undefined;
|
|
885
|
-
disabled?: boolean | undefined;
|
|
886
|
-
triggerClassName?: string | undefined;
|
|
887
|
-
contentClassName?: string | undefined;
|
|
888
|
-
content?: any;
|
|
889
|
-
trigger?: any;
|
|
890
|
-
}, {
|
|
891
|
-
id: string;
|
|
892
|
-
className?: string | undefined;
|
|
893
|
-
disabled?: boolean | undefined;
|
|
894
|
-
triggerClassName?: string | undefined;
|
|
895
|
-
contentClassName?: string | undefined;
|
|
896
|
-
content?: any;
|
|
897
|
-
trigger?: any;
|
|
898
|
-
}>, "many">;
|
|
899
|
-
type: z.ZodDefault<z.ZodEnum<["single", "multiple"]>>;
|
|
900
|
-
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
901
|
-
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
902
|
-
defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
903
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
904
|
-
className: z.ZodOptional<z.ZodString>;
|
|
905
|
-
}, "strip", z.ZodTypeAny, {
|
|
906
|
-
type: "single" | "multiple";
|
|
907
|
-
items: {
|
|
908
|
-
id: string;
|
|
909
|
-
className?: string | undefined;
|
|
910
|
-
disabled?: boolean | undefined;
|
|
911
|
-
triggerClassName?: string | undefined;
|
|
912
|
-
contentClassName?: string | undefined;
|
|
913
|
-
content?: any;
|
|
914
|
-
trigger?: any;
|
|
915
|
-
}[];
|
|
916
|
-
collapsible: boolean;
|
|
917
|
-
value?: string | string[] | undefined;
|
|
918
|
-
className?: string | undefined;
|
|
919
|
-
defaultValue?: string | string[] | undefined;
|
|
920
|
-
onValueChange?: any;
|
|
921
|
-
}, {
|
|
922
|
-
items: {
|
|
923
|
-
id: string;
|
|
924
|
-
className?: string | undefined;
|
|
925
|
-
disabled?: boolean | undefined;
|
|
926
|
-
triggerClassName?: string | undefined;
|
|
927
|
-
contentClassName?: string | undefined;
|
|
928
|
-
content?: any;
|
|
929
|
-
trigger?: any;
|
|
930
|
-
}[];
|
|
931
|
-
value?: string | string[] | undefined;
|
|
932
|
-
type?: "single" | "multiple" | undefined;
|
|
933
|
-
className?: string | undefined;
|
|
934
|
-
defaultValue?: string | string[] | undefined;
|
|
935
|
-
onValueChange?: any;
|
|
936
|
-
collapsible?: boolean | undefined;
|
|
937
|
-
}>;
|
|
938
|
-
|
|
939
|
-
declare const drawerPropsSchema: z.ZodObject<{
|
|
940
|
-
direction: z.ZodDefault<z.ZodEnum<["bottom", "top", "left", "right"]>>;
|
|
941
|
-
open: z.ZodOptional<z.ZodBoolean>;
|
|
942
|
-
onOpenChange: z.ZodOptional<z.ZodAny>;
|
|
943
|
-
dismissible: z.ZodOptional<z.ZodBoolean>;
|
|
944
|
-
modal: z.ZodOptional<z.ZodBoolean>;
|
|
945
|
-
shouldScaleBackground: z.ZodOptional<z.ZodBoolean>;
|
|
946
|
-
children: z.ZodAny;
|
|
947
|
-
}, "strip", z.ZodTypeAny, {
|
|
948
|
-
direction: "top" | "right" | "bottom" | "left";
|
|
949
|
-
children?: any;
|
|
950
|
-
open?: boolean | undefined;
|
|
951
|
-
onOpenChange?: any;
|
|
952
|
-
dismissible?: boolean | undefined;
|
|
953
|
-
modal?: boolean | undefined;
|
|
954
|
-
shouldScaleBackground?: boolean | undefined;
|
|
955
|
-
}, {
|
|
956
|
-
children?: any;
|
|
957
|
-
open?: boolean | undefined;
|
|
958
|
-
onOpenChange?: any;
|
|
959
|
-
direction?: "top" | "right" | "bottom" | "left" | undefined;
|
|
960
|
-
dismissible?: boolean | undefined;
|
|
961
|
-
modal?: boolean | undefined;
|
|
962
|
-
shouldScaleBackground?: boolean | undefined;
|
|
963
|
-
}>;
|
|
964
|
-
declare const drawerContentPropsSchema: z.ZodObject<{
|
|
965
|
-
direction: z.ZodOptional<z.ZodDefault<z.ZodEnum<["bottom", "top", "left", "right"]>>>;
|
|
966
|
-
blur: z.ZodDefault<z.ZodEnum<["none", "sm", "md"]>>;
|
|
967
|
-
showHandle: z.ZodDefault<z.ZodBoolean>;
|
|
968
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
969
|
-
overlayClassName: z.ZodOptional<z.ZodString>;
|
|
970
|
-
className: z.ZodOptional<z.ZodString>;
|
|
971
|
-
}, "strip", z.ZodTypeAny, {
|
|
972
|
-
blur: "md" | "sm" | "none";
|
|
973
|
-
showHandle: boolean;
|
|
974
|
-
className?: string | undefined;
|
|
975
|
-
children?: any;
|
|
976
|
-
direction?: "top" | "right" | "bottom" | "left" | undefined;
|
|
977
|
-
overlayClassName?: string | undefined;
|
|
978
|
-
}, {
|
|
979
|
-
className?: string | undefined;
|
|
980
|
-
children?: any;
|
|
981
|
-
direction?: "top" | "right" | "bottom" | "left" | undefined;
|
|
982
|
-
blur?: "md" | "sm" | "none" | undefined;
|
|
983
|
-
showHandle?: boolean | undefined;
|
|
984
|
-
overlayClassName?: string | undefined;
|
|
985
|
-
}>;
|
|
986
|
-
declare const drawerTriggerPropsSchema: z.ZodObject<{
|
|
987
|
-
asChild: z.ZodOptional<z.ZodBoolean>;
|
|
988
|
-
children: z.ZodAny;
|
|
989
|
-
className: z.ZodOptional<z.ZodString>;
|
|
990
|
-
}, "strip", z.ZodTypeAny, {
|
|
991
|
-
className?: string | undefined;
|
|
992
|
-
asChild?: boolean | undefined;
|
|
993
|
-
children?: any;
|
|
994
|
-
}, {
|
|
995
|
-
className?: string | undefined;
|
|
996
|
-
asChild?: boolean | undefined;
|
|
997
|
-
children?: any;
|
|
998
|
-
}>;
|
|
999
|
-
declare const drawerClosePropsSchema: z.ZodObject<{
|
|
1000
|
-
asChild: z.ZodOptional<z.ZodBoolean>;
|
|
1001
|
-
children: z.ZodAny;
|
|
1002
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1003
|
-
}, "strip", z.ZodTypeAny, {
|
|
1004
|
-
className?: string | undefined;
|
|
1005
|
-
asChild?: boolean | undefined;
|
|
1006
|
-
children?: any;
|
|
1007
|
-
}, {
|
|
1008
|
-
className?: string | undefined;
|
|
1009
|
-
asChild?: boolean | undefined;
|
|
1010
|
-
children?: any;
|
|
1011
|
-
}>;
|
|
1012
|
-
declare const drawerTitlePropsSchema: z.ZodObject<{
|
|
1013
|
-
children: z.ZodAny;
|
|
1014
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1015
|
-
}, "strip", z.ZodTypeAny, {
|
|
1016
|
-
className?: string | undefined;
|
|
1017
|
-
children?: any;
|
|
1018
|
-
}, {
|
|
1019
|
-
className?: string | undefined;
|
|
1020
|
-
children?: any;
|
|
1021
|
-
}>;
|
|
1022
|
-
declare const drawerDescriptionPropsSchema: z.ZodObject<{
|
|
1023
|
-
children: z.ZodAny;
|
|
1024
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1025
|
-
}, "strip", z.ZodTypeAny, {
|
|
1026
|
-
className?: string | undefined;
|
|
1027
|
-
children?: any;
|
|
1028
|
-
}, {
|
|
1029
|
-
className?: string | undefined;
|
|
1030
|
-
children?: any;
|
|
1031
|
-
}>;
|
|
1032
|
-
|
|
1033
|
-
declare const tabPropsSchema: z.ZodObject<{
|
|
1034
|
-
items: z.ZodArray<z.ZodObject<{
|
|
1035
|
-
key: z.ZodString;
|
|
1036
|
-
label: z.ZodAny;
|
|
1037
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
1038
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1039
|
-
}, "strip", z.ZodTypeAny, {
|
|
1040
|
-
key: string;
|
|
1041
|
-
label?: any;
|
|
1042
|
-
disabled?: boolean | undefined;
|
|
1043
|
-
children?: any;
|
|
1044
|
-
}, {
|
|
1045
|
-
key: string;
|
|
1046
|
-
label?: any;
|
|
1047
|
-
disabled?: boolean | undefined;
|
|
1048
|
-
children?: any;
|
|
1049
|
-
}>, "many">;
|
|
1050
|
-
activeKey: z.ZodOptional<z.ZodString>;
|
|
1051
|
-
defaultActiveKey: z.ZodOptional<z.ZodString>;
|
|
1052
|
-
variant: z.ZodDefault<z.ZodEnum<["line", "pill"]>>;
|
|
1053
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
1054
|
-
destroyInactive: z.ZodDefault<z.ZodBoolean>;
|
|
1055
|
-
onTabChange: z.ZodOptional<z.ZodAny>;
|
|
1056
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1057
|
-
tabListClassName: z.ZodOptional<z.ZodString>;
|
|
1058
|
-
tabPanelClassName: z.ZodOptional<z.ZodString>;
|
|
1059
|
-
}, "strip", z.ZodTypeAny, {
|
|
1060
|
-
items: {
|
|
1061
|
-
key: string;
|
|
1062
|
-
label?: any;
|
|
1063
|
-
disabled?: boolean | undefined;
|
|
1064
|
-
children?: any;
|
|
1065
|
-
}[];
|
|
1066
|
-
variant: "line" | "pill";
|
|
1067
|
-
size: "md" | "sm";
|
|
1068
|
-
destroyInactive: boolean;
|
|
1069
|
-
className?: string | undefined;
|
|
1070
|
-
activeKey?: string | undefined;
|
|
1071
|
-
defaultActiveKey?: string | undefined;
|
|
1072
|
-
onTabChange?: any;
|
|
1073
|
-
tabListClassName?: string | undefined;
|
|
1074
|
-
tabPanelClassName?: string | undefined;
|
|
1075
|
-
}, {
|
|
1076
|
-
items: {
|
|
1077
|
-
key: string;
|
|
1078
|
-
label?: any;
|
|
1079
|
-
disabled?: boolean | undefined;
|
|
1080
|
-
children?: any;
|
|
1081
|
-
}[];
|
|
1082
|
-
className?: string | undefined;
|
|
1083
|
-
variant?: "line" | "pill" | undefined;
|
|
1084
|
-
size?: "md" | "sm" | undefined;
|
|
1085
|
-
activeKey?: string | undefined;
|
|
1086
|
-
defaultActiveKey?: string | undefined;
|
|
1087
|
-
destroyInactive?: boolean | undefined;
|
|
1088
|
-
onTabChange?: any;
|
|
1089
|
-
tabListClassName?: string | undefined;
|
|
1090
|
-
tabPanelClassName?: string | undefined;
|
|
1091
|
-
}>;
|
|
1092
|
-
|
|
1093
|
-
declare const carouselPropsSchema: z.ZodObject<{
|
|
1094
|
-
opts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1095
|
-
plugins: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
1096
|
-
onApiChange: z.ZodOptional<z.ZodAny>;
|
|
1097
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
1098
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1099
|
-
}, "strip", z.ZodTypeAny, {
|
|
1100
|
-
className?: string | undefined;
|
|
1101
|
-
children?: any;
|
|
1102
|
-
opts?: Record<string, any> | undefined;
|
|
1103
|
-
plugins?: any[] | undefined;
|
|
1104
|
-
onApiChange?: any;
|
|
1105
|
-
}, {
|
|
1106
|
-
className?: string | undefined;
|
|
1107
|
-
children?: any;
|
|
1108
|
-
opts?: Record<string, any> | undefined;
|
|
1109
|
-
plugins?: any[] | undefined;
|
|
1110
|
-
onApiChange?: any;
|
|
1111
|
-
}>;
|
|
1112
|
-
declare const carouselSlidePropsSchema: z.ZodObject<{
|
|
1113
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1114
|
-
children: z.ZodAny;
|
|
1115
|
-
}, "strip", z.ZodTypeAny, {
|
|
1116
|
-
className?: string | undefined;
|
|
1117
|
-
children?: any;
|
|
1118
|
-
}, {
|
|
1119
|
-
className?: string | undefined;
|
|
1120
|
-
children?: any;
|
|
1121
|
-
}>;
|
|
1122
|
-
declare const carouselButtonPropsSchema: z.ZodObject<{
|
|
1123
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1124
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
1125
|
-
}, "strip", z.ZodTypeAny, {
|
|
1126
|
-
className?: string | undefined;
|
|
1127
|
-
children?: any;
|
|
1128
|
-
}, {
|
|
1129
|
-
className?: string | undefined;
|
|
1130
|
-
children?: any;
|
|
1131
|
-
}>;
|
|
1132
|
-
declare const carouselDotsPropsSchema: z.ZodObject<{
|
|
1133
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1134
|
-
}, "strip", z.ZodTypeAny, {
|
|
1135
|
-
className?: string | undefined;
|
|
1136
|
-
}, {
|
|
1137
|
-
className?: string | undefined;
|
|
1138
|
-
}>;
|
|
1139
|
-
|
|
1140
|
-
declare const paginationPropsSchema: z.ZodObject<{
|
|
1141
|
-
currentPage: z.ZodNumber;
|
|
1142
|
-
totalPages: z.ZodNumber;
|
|
1143
|
-
siblingCount: z.ZodDefault<z.ZodNumber>;
|
|
1144
|
-
showEdges: z.ZodOptional<z.ZodBoolean>;
|
|
1145
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
|
|
1146
|
-
onPageChange: z.ZodAny;
|
|
1147
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1148
|
-
}, "strip", z.ZodTypeAny, {
|
|
1149
|
-
size: "md" | "sm";
|
|
1150
|
-
currentPage: number;
|
|
1151
|
-
totalPages: number;
|
|
1152
|
-
siblingCount: number;
|
|
1153
|
-
className?: string | undefined;
|
|
1154
|
-
showEdges?: boolean | undefined;
|
|
1155
|
-
onPageChange?: any;
|
|
1156
|
-
}, {
|
|
1157
|
-
currentPage: number;
|
|
1158
|
-
totalPages: number;
|
|
1159
|
-
className?: string | undefined;
|
|
1160
|
-
size?: "md" | "sm" | undefined;
|
|
1161
|
-
siblingCount?: number | undefined;
|
|
1162
|
-
showEdges?: boolean | undefined;
|
|
1163
|
-
onPageChange?: any;
|
|
1164
|
-
}>;
|
|
1165
|
-
|
|
1166
|
-
declare const avatarPropsSchema: z.ZodObject<{
|
|
1167
|
-
src: z.ZodOptional<z.ZodString>;
|
|
1168
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
1169
|
-
fallback: z.ZodOptional<z.ZodAny>;
|
|
1170
|
-
size: z.ZodDefault<z.ZodEnum<["xs", "sm", "md", "lg", "xl"]>>;
|
|
1171
|
-
shape: z.ZodDefault<z.ZodEnum<["circle", "square"]>>;
|
|
1172
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
1173
|
-
onImageError: z.ZodOptional<z.ZodAny>;
|
|
1174
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1175
|
-
}, "strip", z.ZodTypeAny, {
|
|
1176
|
-
size: "xl" | "lg" | "md" | "sm" | "xs";
|
|
1177
|
-
shape: "circle" | "square";
|
|
1178
|
-
className?: string | undefined;
|
|
1179
|
-
children?: any;
|
|
1180
|
-
src?: string | undefined;
|
|
1181
|
-
alt?: string | undefined;
|
|
1182
|
-
fallback?: any;
|
|
1183
|
-
onImageError?: any;
|
|
1184
|
-
}, {
|
|
1185
|
-
className?: string | undefined;
|
|
1186
|
-
size?: "xl" | "lg" | "md" | "sm" | "xs" | undefined;
|
|
1187
|
-
children?: any;
|
|
1188
|
-
shape?: "circle" | "square" | undefined;
|
|
1189
|
-
src?: string | undefined;
|
|
1190
|
-
alt?: string | undefined;
|
|
1191
|
-
fallback?: any;
|
|
1192
|
-
onImageError?: any;
|
|
1193
|
-
}>;
|
|
1194
|
-
|
|
1195
|
-
declare const counterPropsSchema: z.ZodObject<{
|
|
1196
|
-
endValue: z.ZodNumber;
|
|
1197
|
-
startValue: z.ZodDefault<z.ZodNumber>;
|
|
1198
|
-
duration: z.ZodDefault<z.ZodNumber>;
|
|
1199
|
-
delay: z.ZodDefault<z.ZodNumber>;
|
|
1200
|
-
separator: z.ZodDefault<z.ZodBoolean>;
|
|
1201
|
-
digits: z.ZodDefault<z.ZodNumber>;
|
|
1202
|
-
triggerOnView: z.ZodDefault<z.ZodBoolean>;
|
|
1203
|
-
onEnd: z.ZodOptional<z.ZodAny>;
|
|
1204
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
1205
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1206
|
-
}, "strip", z.ZodTypeAny, {
|
|
1207
|
-
separator: boolean;
|
|
1208
|
-
endValue: number;
|
|
1209
|
-
startValue: number;
|
|
1210
|
-
duration: number;
|
|
1211
|
-
delay: number;
|
|
1212
|
-
digits: number;
|
|
1213
|
-
triggerOnView: boolean;
|
|
1214
|
-
className?: string | undefined;
|
|
1215
|
-
style?: any;
|
|
1216
|
-
onEnd?: any;
|
|
1217
|
-
}, {
|
|
1218
|
-
endValue: number;
|
|
1219
|
-
separator?: boolean | undefined;
|
|
1220
|
-
className?: string | undefined;
|
|
1221
|
-
style?: any;
|
|
1222
|
-
startValue?: number | undefined;
|
|
1223
|
-
duration?: number | undefined;
|
|
1224
|
-
delay?: number | undefined;
|
|
1225
|
-
digits?: number | undefined;
|
|
1226
|
-
triggerOnView?: boolean | undefined;
|
|
1227
|
-
onEnd?: any;
|
|
1228
|
-
}>;
|
|
1229
|
-
|
|
1230
|
-
declare const countdownPropsSchema: z.ZodObject<{
|
|
1231
|
-
endTimestamp: z.ZodNumber;
|
|
1232
|
-
separator: z.ZodDefault<z.ZodAny>;
|
|
1233
|
-
showDays: z.ZodDefault<z.ZodBoolean>;
|
|
1234
|
-
labels: z.ZodOptional<z.ZodObject<{
|
|
1235
|
-
days: z.ZodOptional<z.ZodString>;
|
|
1236
|
-
hours: z.ZodOptional<z.ZodString>;
|
|
1237
|
-
minutes: z.ZodOptional<z.ZodString>;
|
|
1238
|
-
seconds: z.ZodOptional<z.ZodString>;
|
|
1239
|
-
}, "strip", z.ZodTypeAny, {
|
|
1240
|
-
days?: string | undefined;
|
|
1241
|
-
hours?: string | undefined;
|
|
1242
|
-
minutes?: string | undefined;
|
|
1243
|
-
seconds?: string | undefined;
|
|
1244
|
-
}, {
|
|
1245
|
-
days?: string | undefined;
|
|
1246
|
-
hours?: string | undefined;
|
|
1247
|
-
minutes?: string | undefined;
|
|
1248
|
-
seconds?: string | undefined;
|
|
1249
|
-
}>>;
|
|
1250
|
-
render: z.ZodOptional<z.ZodAny>;
|
|
1251
|
-
onEnd: z.ZodOptional<z.ZodAny>;
|
|
1252
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1253
|
-
}, "strip", z.ZodTypeAny, {
|
|
1254
|
-
endTimestamp: number;
|
|
1255
|
-
showDays: boolean;
|
|
1256
|
-
separator?: any;
|
|
1257
|
-
className?: string | undefined;
|
|
1258
|
-
onEnd?: any;
|
|
1259
|
-
labels?: {
|
|
1260
|
-
days?: string | undefined;
|
|
1261
|
-
hours?: string | undefined;
|
|
1262
|
-
minutes?: string | undefined;
|
|
1263
|
-
seconds?: string | undefined;
|
|
1264
|
-
} | undefined;
|
|
1265
|
-
render?: any;
|
|
1266
|
-
}, {
|
|
1267
|
-
endTimestamp: number;
|
|
1268
|
-
separator?: any;
|
|
1269
|
-
className?: string | undefined;
|
|
1270
|
-
onEnd?: any;
|
|
1271
|
-
showDays?: boolean | undefined;
|
|
1272
|
-
labels?: {
|
|
1273
|
-
days?: string | undefined;
|
|
1274
|
-
hours?: string | undefined;
|
|
1275
|
-
minutes?: string | undefined;
|
|
1276
|
-
seconds?: string | undefined;
|
|
1277
|
-
} | undefined;
|
|
1278
|
-
render?: any;
|
|
1279
|
-
}>;
|
|
1280
|
-
|
|
1281
|
-
declare const marqueePropsSchema: z.ZodObject<{
|
|
1282
|
-
direction: z.ZodDefault<z.ZodEnum<["left", "right", "up", "down"]>>;
|
|
1283
|
-
speed: z.ZodDefault<z.ZodNumber>;
|
|
1284
|
-
pauseOnHover: z.ZodDefault<z.ZodBoolean>;
|
|
1285
|
-
gap: z.ZodDefault<z.ZodNumber>;
|
|
1286
|
-
children: z.ZodAny;
|
|
1287
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
1288
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1289
|
-
}, "strip", z.ZodTypeAny, {
|
|
1290
|
-
direction: "right" | "left" | "up" | "down";
|
|
1291
|
-
speed: number;
|
|
1292
|
-
pauseOnHover: boolean;
|
|
1293
|
-
gap: number;
|
|
1294
|
-
className?: string | undefined;
|
|
1295
|
-
children?: any;
|
|
1296
|
-
style?: any;
|
|
1297
|
-
}, {
|
|
1298
|
-
className?: string | undefined;
|
|
1299
|
-
children?: any;
|
|
1300
|
-
style?: any;
|
|
1301
|
-
direction?: "right" | "left" | "up" | "down" | undefined;
|
|
1302
|
-
speed?: number | undefined;
|
|
1303
|
-
pauseOnHover?: boolean | undefined;
|
|
1304
|
-
gap?: number | undefined;
|
|
1305
|
-
}>;
|
|
1306
|
-
|
|
1307
|
-
declare const virtualListPropsSchema: z.ZodObject<{
|
|
1308
|
-
items: z.ZodArray<z.ZodAny, "many">;
|
|
1309
|
-
estimateSize: z.ZodUnion<[z.ZodNumber, z.ZodAny]>;
|
|
1310
|
-
renderItem: z.ZodAny;
|
|
1311
|
-
overscan: z.ZodDefault<z.ZodNumber>;
|
|
1312
|
-
gap: z.ZodDefault<z.ZodNumber>;
|
|
1313
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1314
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
1315
|
-
endReachedThreshold: z.ZodDefault<z.ZodNumber>;
|
|
1316
|
-
onEndReached: z.ZodOptional<z.ZodAny>;
|
|
1317
|
-
}, "strip", z.ZodTypeAny, {
|
|
1318
|
-
items: any[];
|
|
1319
|
-
gap: number;
|
|
1320
|
-
overscan: number;
|
|
1321
|
-
endReachedThreshold: number;
|
|
1322
|
-
className?: string | undefined;
|
|
1323
|
-
style?: any;
|
|
1324
|
-
estimateSize?: any;
|
|
1325
|
-
renderItem?: any;
|
|
1326
|
-
onEndReached?: any;
|
|
1327
|
-
}, {
|
|
1328
|
-
items: any[];
|
|
1329
|
-
className?: string | undefined;
|
|
1330
|
-
style?: any;
|
|
1331
|
-
gap?: number | undefined;
|
|
1332
|
-
estimateSize?: any;
|
|
1333
|
-
renderItem?: any;
|
|
1334
|
-
overscan?: number | undefined;
|
|
1335
|
-
endReachedThreshold?: number | undefined;
|
|
1336
|
-
onEndReached?: any;
|
|
1337
|
-
}>;
|
|
1338
|
-
declare const virtualGridPropsSchema: z.ZodObject<{
|
|
1339
|
-
items: z.ZodArray<z.ZodAny, "many">;
|
|
1340
|
-
columns: z.ZodNumber;
|
|
1341
|
-
estimateSize: z.ZodUnion<[z.ZodNumber, z.ZodAny]>;
|
|
1342
|
-
renderItem: z.ZodAny;
|
|
1343
|
-
overscan: z.ZodDefault<z.ZodNumber>;
|
|
1344
|
-
gap: z.ZodDefault<z.ZodNumber>;
|
|
1345
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1346
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
1347
|
-
endReachedThreshold: z.ZodDefault<z.ZodNumber>;
|
|
1348
|
-
onEndReached: z.ZodOptional<z.ZodAny>;
|
|
1349
|
-
}, "strip", z.ZodTypeAny, {
|
|
1350
|
-
items: any[];
|
|
1351
|
-
gap: number;
|
|
1352
|
-
overscan: number;
|
|
1353
|
-
endReachedThreshold: number;
|
|
1354
|
-
columns: number;
|
|
1355
|
-
className?: string | undefined;
|
|
1356
|
-
style?: any;
|
|
1357
|
-
estimateSize?: any;
|
|
1358
|
-
renderItem?: any;
|
|
1359
|
-
onEndReached?: any;
|
|
1360
|
-
}, {
|
|
1361
|
-
items: any[];
|
|
1362
|
-
columns: number;
|
|
1363
|
-
className?: string | undefined;
|
|
1364
|
-
style?: any;
|
|
1365
|
-
gap?: number | undefined;
|
|
1366
|
-
estimateSize?: any;
|
|
1367
|
-
renderItem?: any;
|
|
1368
|
-
overscan?: number | undefined;
|
|
1369
|
-
endReachedThreshold?: number | undefined;
|
|
1370
|
-
onEndReached?: any;
|
|
1371
|
-
}>;
|
|
1372
|
-
|
|
1373
|
-
declare const infiniteScrollPropsSchema: z.ZodObject<{
|
|
1374
|
-
list: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
|
|
1375
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
1376
|
-
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
1377
|
-
tag: z.ZodDefault<z.ZodString>;
|
|
1378
|
-
rootMargin: z.ZodDefault<z.ZodNumber>;
|
|
1379
|
-
loading: z.ZodOptional<z.ZodBoolean>;
|
|
1380
|
-
loadingElement: z.ZodOptional<z.ZodAny>;
|
|
1381
|
-
handleLoadMore: z.ZodAny;
|
|
1382
|
-
scrollTarget: z.ZodOptional<z.ZodAny>;
|
|
1383
|
-
children: z.ZodAny;
|
|
1384
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1385
|
-
}, "strip", z.ZodTypeAny, {
|
|
1386
|
-
list: any[] | null;
|
|
1387
|
-
tag: string;
|
|
1388
|
-
rootMargin: number;
|
|
1389
|
-
className?: string | undefined;
|
|
1390
|
-
children?: any;
|
|
1391
|
-
totalCount?: number | undefined;
|
|
1392
|
-
hasMore?: boolean | undefined;
|
|
1393
|
-
loading?: boolean | undefined;
|
|
1394
|
-
loadingElement?: any;
|
|
1395
|
-
handleLoadMore?: any;
|
|
1396
|
-
scrollTarget?: any;
|
|
1397
|
-
}, {
|
|
1398
|
-
list: any[] | null;
|
|
1399
|
-
className?: string | undefined;
|
|
1400
|
-
children?: any;
|
|
1401
|
-
totalCount?: number | undefined;
|
|
1402
|
-
hasMore?: boolean | undefined;
|
|
1403
|
-
tag?: string | undefined;
|
|
1404
|
-
rootMargin?: number | undefined;
|
|
1405
|
-
loading?: boolean | undefined;
|
|
1406
|
-
loadingElement?: any;
|
|
1407
|
-
handleLoadMore?: any;
|
|
1408
|
-
scrollTarget?: any;
|
|
1409
|
-
}>;
|
|
1410
|
-
|
|
1411
|
-
declare const ellipsisPropsSchema: z.ZodObject<{
|
|
1412
|
-
content: z.ZodDefault<z.ZodAny>;
|
|
1413
|
-
lineClamp: z.ZodDefault<z.ZodNumber>;
|
|
1414
|
-
triggerMore: z.ZodDefault<z.ZodAny>;
|
|
1415
|
-
triggerLess: z.ZodDefault<z.ZodAny>;
|
|
1416
|
-
defaultShortened: z.ZodDefault<z.ZodBoolean>;
|
|
1417
|
-
observingEnvs: z.ZodOptional<z.ZodArray<z.ZodBoolean, "many">>;
|
|
1418
|
-
onShowMoreLessClick: z.ZodOptional<z.ZodAny>;
|
|
1419
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1420
|
-
}, "strip", z.ZodTypeAny, {
|
|
1421
|
-
lineClamp: number;
|
|
1422
|
-
defaultShortened: boolean;
|
|
1423
|
-
className?: string | undefined;
|
|
1424
|
-
content?: any;
|
|
1425
|
-
triggerMore?: any;
|
|
1426
|
-
triggerLess?: any;
|
|
1427
|
-
observingEnvs?: boolean[] | undefined;
|
|
1428
|
-
onShowMoreLessClick?: any;
|
|
1429
|
-
}, {
|
|
1430
|
-
className?: string | undefined;
|
|
1431
|
-
content?: any;
|
|
1432
|
-
lineClamp?: number | undefined;
|
|
1433
|
-
triggerMore?: any;
|
|
1434
|
-
triggerLess?: any;
|
|
1435
|
-
defaultShortened?: boolean | undefined;
|
|
1436
|
-
observingEnvs?: boolean[] | undefined;
|
|
1437
|
-
onShowMoreLessClick?: any;
|
|
1438
|
-
}>;
|
|
1439
|
-
|
|
1440
|
-
declare const emptyStatePropsSchema: z.ZodObject<{
|
|
1441
|
-
icon: z.ZodOptional<z.ZodAny>;
|
|
1442
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1443
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1444
|
-
action: z.ZodOptional<z.ZodAny>;
|
|
1445
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
1446
|
-
children: z.ZodOptional<z.ZodAny>;
|
|
1447
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1448
|
-
}, "strip", z.ZodTypeAny, {
|
|
1449
|
-
size: "lg" | "md" | "sm";
|
|
1450
|
-
className?: string | undefined;
|
|
1451
|
-
children?: any;
|
|
1452
|
-
description?: string | undefined;
|
|
1453
|
-
icon?: any;
|
|
1454
|
-
title?: string | undefined;
|
|
1455
|
-
action?: any;
|
|
1456
|
-
}, {
|
|
1457
|
-
className?: string | undefined;
|
|
1458
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
1459
|
-
children?: any;
|
|
1460
|
-
description?: string | undefined;
|
|
1461
|
-
icon?: any;
|
|
1462
|
-
title?: string | undefined;
|
|
1463
|
-
action?: any;
|
|
1464
|
-
}>;
|
|
1465
|
-
|
|
1466
|
-
declare const numberInputPropsSchema: z.ZodObject<{
|
|
1467
|
-
variant: z.ZodDefault<z.ZodEnum<["basic", "bind"]>>;
|
|
1468
|
-
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
1469
|
-
size: z.ZodDefault<z.ZodEnum<["lg", "xl"]>>;
|
|
1470
|
-
error: z.ZodOptional<z.ZodBoolean>;
|
|
1471
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1472
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1473
|
-
step: z.ZodDefault<z.ZodNumber>;
|
|
1474
|
-
digit: z.ZodDefault<z.ZodNumber>;
|
|
1475
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1476
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1477
|
-
showMax: z.ZodOptional<z.ZodBoolean>;
|
|
1478
|
-
hideButtons: z.ZodDefault<z.ZodBoolean>;
|
|
1479
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1480
|
-
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
1481
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1482
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1483
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1484
|
-
autoFocus: z.ZodOptional<z.ZodBoolean>;
|
|
1485
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
1486
|
-
onBlur: z.ZodOptional<z.ZodAny>;
|
|
1487
|
-
onFocus: z.ZodOptional<z.ZodAny>;
|
|
1488
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1489
|
-
}, "strip", z.ZodTypeAny, {
|
|
1490
|
-
variant: "basic" | "bind";
|
|
1491
|
-
size: "xl" | "lg";
|
|
1492
|
-
step: number;
|
|
1493
|
-
digit: number;
|
|
1494
|
-
hideButtons: boolean;
|
|
1495
|
-
label?: string | undefined;
|
|
1496
|
-
value?: string | number | undefined;
|
|
1497
|
-
className?: string | undefined;
|
|
1498
|
-
disabled?: boolean | undefined;
|
|
1499
|
-
error?: boolean | undefined;
|
|
1500
|
-
description?: string | undefined;
|
|
1501
|
-
placeholder?: string | undefined;
|
|
1502
|
-
readOnly?: boolean | undefined;
|
|
1503
|
-
name?: string | undefined;
|
|
1504
|
-
id?: string | undefined;
|
|
1505
|
-
autoFocus?: boolean | undefined;
|
|
1506
|
-
onValueChange?: any;
|
|
1507
|
-
onBlur?: any;
|
|
1508
|
-
onFocus?: any;
|
|
1509
|
-
min?: number | undefined;
|
|
1510
|
-
max?: number | undefined;
|
|
1511
|
-
showMax?: boolean | undefined;
|
|
1512
|
-
}, {
|
|
1513
|
-
label?: string | undefined;
|
|
1514
|
-
value?: string | number | undefined;
|
|
1515
|
-
className?: string | undefined;
|
|
1516
|
-
variant?: "basic" | "bind" | undefined;
|
|
1517
|
-
size?: "xl" | "lg" | undefined;
|
|
1518
|
-
disabled?: boolean | undefined;
|
|
1519
|
-
error?: boolean | undefined;
|
|
1520
|
-
description?: string | undefined;
|
|
1521
|
-
placeholder?: string | undefined;
|
|
1522
|
-
readOnly?: boolean | undefined;
|
|
1523
|
-
name?: string | undefined;
|
|
1524
|
-
id?: string | undefined;
|
|
1525
|
-
autoFocus?: boolean | undefined;
|
|
1526
|
-
onValueChange?: any;
|
|
1527
|
-
onBlur?: any;
|
|
1528
|
-
onFocus?: any;
|
|
1529
|
-
min?: number | undefined;
|
|
1530
|
-
max?: number | undefined;
|
|
1531
|
-
step?: number | undefined;
|
|
1532
|
-
digit?: number | undefined;
|
|
1533
|
-
showMax?: boolean | undefined;
|
|
1534
|
-
hideButtons?: boolean | undefined;
|
|
1535
|
-
}>;
|
|
1536
|
-
|
|
1537
|
-
declare const priceInputPropsSchema: z.ZodObject<{
|
|
1538
|
-
size: z.ZodDefault<z.ZodEnum<["md", "lg", "xl"]>>;
|
|
1539
|
-
error: z.ZodOptional<z.ZodBoolean>;
|
|
1540
|
-
prefix: z.ZodDefault<z.ZodUnion<[z.ZodBoolean, z.ZodAny]>>;
|
|
1541
|
-
suffix: z.ZodOptional<z.ZodAny>;
|
|
1542
|
-
label: z.ZodOptional<z.ZodAny>;
|
|
1543
|
-
description: z.ZodOptional<z.ZodAny>;
|
|
1544
|
-
balance: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1545
|
-
balanceLabel: z.ZodDefault<z.ZodString>;
|
|
1546
|
-
balanceContent: z.ZodOptional<z.ZodAny>;
|
|
1547
|
-
maxBalance: z.ZodOptional<z.ZodNumber>;
|
|
1548
|
-
separator: z.ZodDefault<z.ZodBoolean>;
|
|
1549
|
-
align: z.ZodDefault<z.ZodEnum<["left", "right"]>>;
|
|
1550
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1551
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1552
|
-
value: z.ZodOptional<z.ZodAny>;
|
|
1553
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1554
|
-
onValueChange: z.ZodOptional<z.ZodAny>;
|
|
1555
|
-
onBalanceClick: z.ZodOptional<z.ZodAny>;
|
|
1556
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1557
|
-
}, "strip", z.ZodTypeAny, {
|
|
1558
|
-
separator: boolean;
|
|
1559
|
-
size: "xl" | "lg" | "md";
|
|
1560
|
-
align: "right" | "left";
|
|
1561
|
-
balanceLabel: string;
|
|
1562
|
-
label?: any;
|
|
1563
|
-
value?: any;
|
|
1564
|
-
className?: string | undefined;
|
|
1565
|
-
disabled?: boolean | undefined;
|
|
1566
|
-
error?: boolean | undefined;
|
|
1567
|
-
description?: any;
|
|
1568
|
-
placeholder?: string | undefined;
|
|
1569
|
-
id?: string | undefined;
|
|
1570
|
-
onValueChange?: any;
|
|
1571
|
-
prefix?: any;
|
|
1572
|
-
suffix?: any;
|
|
1573
|
-
balance?: string | number | undefined;
|
|
1574
|
-
balanceContent?: any;
|
|
1575
|
-
maxBalance?: number | undefined;
|
|
1576
|
-
onBalanceClick?: any;
|
|
1577
|
-
}, {
|
|
1578
|
-
label?: any;
|
|
1579
|
-
value?: any;
|
|
1580
|
-
separator?: boolean | undefined;
|
|
1581
|
-
className?: string | undefined;
|
|
1582
|
-
size?: "xl" | "lg" | "md" | undefined;
|
|
1583
|
-
disabled?: boolean | undefined;
|
|
1584
|
-
error?: boolean | undefined;
|
|
1585
|
-
description?: any;
|
|
1586
|
-
placeholder?: string | undefined;
|
|
1587
|
-
id?: string | undefined;
|
|
1588
|
-
onValueChange?: any;
|
|
1589
|
-
align?: "right" | "left" | undefined;
|
|
1590
|
-
prefix?: any;
|
|
1591
|
-
suffix?: any;
|
|
1592
|
-
balance?: string | number | undefined;
|
|
1593
|
-
balanceLabel?: string | undefined;
|
|
1594
|
-
balanceContent?: any;
|
|
1595
|
-
maxBalance?: number | undefined;
|
|
1596
|
-
onBalanceClick?: any;
|
|
1597
|
-
}>;
|
|
1598
|
-
|
|
1599
|
-
declare const dataListPropsSchema: z.ZodObject<{
|
|
1600
|
-
list: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
|
|
1601
|
-
noDataMessage: z.ZodOptional<z.ZodAny>;
|
|
1602
|
-
errorFallback: z.ZodOptional<z.ZodAny>;
|
|
1603
|
-
loadingElement: z.ZodOptional<z.ZodAny>;
|
|
1604
|
-
skeletonElement: z.ZodOptional<z.ZodAny>;
|
|
1605
|
-
skeletonCount: z.ZodDefault<z.ZodNumber>;
|
|
1606
|
-
loading: z.ZodDefault<z.ZodBoolean>;
|
|
1607
|
-
children: z.ZodAny;
|
|
1608
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1609
|
-
}, "strip", z.ZodTypeAny, {
|
|
1610
|
-
list: any[] | null;
|
|
1611
|
-
loading: boolean;
|
|
1612
|
-
skeletonCount: number;
|
|
1613
|
-
className?: string | undefined;
|
|
1614
|
-
children?: any;
|
|
1615
|
-
loadingElement?: any;
|
|
1616
|
-
noDataMessage?: any;
|
|
1617
|
-
errorFallback?: any;
|
|
1618
|
-
skeletonElement?: any;
|
|
1619
|
-
}, {
|
|
1620
|
-
list: any[] | null;
|
|
1621
|
-
className?: string | undefined;
|
|
1622
|
-
children?: any;
|
|
1623
|
-
loading?: boolean | undefined;
|
|
1624
|
-
loadingElement?: any;
|
|
1625
|
-
noDataMessage?: any;
|
|
1626
|
-
errorFallback?: any;
|
|
1627
|
-
skeletonElement?: any;
|
|
1628
|
-
skeletonCount?: number | undefined;
|
|
1629
|
-
}>;
|
|
1630
|
-
|
|
1631
|
-
declare const modalTemplatePropsSchema: z.ZodObject<{
|
|
1632
|
-
title: z.ZodOptional<z.ZodAny>;
|
|
1633
|
-
desc: z.ZodOptional<z.ZodAny>;
|
|
1634
|
-
layout: z.ZodDefault<z.ZodEnum<["default", "bottom-sheet", "slide-left", "slide-right", "full-page", "full-page-reverse", "draggable"]>>;
|
|
1635
|
-
showDim: z.ZodDefault<z.ZodBoolean>;
|
|
1636
|
-
dimClose: z.ZodDefault<z.ZodBoolean>;
|
|
1637
|
-
hideHeader: z.ZodDefault<z.ZodBoolean>;
|
|
1638
|
-
hideFooter: z.ZodDefault<z.ZodBoolean>;
|
|
1639
|
-
footer: z.ZodOptional<z.ZodAny>;
|
|
1640
|
-
animation: z.ZodOptional<z.ZodObject<{
|
|
1641
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1642
|
-
mobile: z.ZodOptional<z.ZodString>;
|
|
1643
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
1644
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
1645
|
-
timingFunc: z.ZodOptional<z.ZodString>;
|
|
1646
|
-
leaveTimingFunc: z.ZodOptional<z.ZodString>;
|
|
1647
|
-
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
name?: string | undefined;
|
|
1649
|
-
duration?: number | undefined;
|
|
1650
|
-
delay?: number | undefined;
|
|
1651
|
-
mobile?: string | undefined;
|
|
1652
|
-
timingFunc?: string | undefined;
|
|
1653
|
-
leaveTimingFunc?: string | undefined;
|
|
1654
|
-
}, {
|
|
1655
|
-
name?: string | undefined;
|
|
1656
|
-
duration?: number | undefined;
|
|
1657
|
-
delay?: number | undefined;
|
|
1658
|
-
mobile?: string | undefined;
|
|
1659
|
-
timingFunc?: string | undefined;
|
|
1660
|
-
leaveTimingFunc?: string | undefined;
|
|
1661
|
-
}>>;
|
|
1662
|
-
enableDrag: z.ZodDefault<z.ZodBoolean>;
|
|
1663
|
-
dragPersistKey: z.ZodOptional<z.ZodString>;
|
|
1664
|
-
close: z.ZodAny;
|
|
1665
|
-
children: z.ZodAny;
|
|
1666
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1667
|
-
innerClassName: z.ZodOptional<z.ZodString>;
|
|
1668
|
-
bodyClassName: z.ZodOptional<z.ZodString>;
|
|
1669
|
-
footerClassName: z.ZodOptional<z.ZodString>;
|
|
1670
|
-
dimClassName: z.ZodOptional<z.ZodString>;
|
|
1671
|
-
headerClassName: z.ZodOptional<z.ZodString>;
|
|
1672
|
-
}, "strip", z.ZodTypeAny, {
|
|
1673
|
-
layout: "default" | "bottom-sheet" | "slide-left" | "slide-right" | "full-page" | "full-page-reverse" | "draggable";
|
|
1674
|
-
showDim: boolean;
|
|
1675
|
-
dimClose: boolean;
|
|
1676
|
-
hideHeader: boolean;
|
|
1677
|
-
hideFooter: boolean;
|
|
1678
|
-
enableDrag: boolean;
|
|
1679
|
-
className?: string | undefined;
|
|
1680
|
-
children?: any;
|
|
1681
|
-
title?: any;
|
|
1682
|
-
desc?: any;
|
|
1683
|
-
footer?: any;
|
|
1684
|
-
animation?: {
|
|
1685
|
-
name?: string | undefined;
|
|
1686
|
-
duration?: number | undefined;
|
|
1687
|
-
delay?: number | undefined;
|
|
1688
|
-
mobile?: string | undefined;
|
|
1689
|
-
timingFunc?: string | undefined;
|
|
1690
|
-
leaveTimingFunc?: string | undefined;
|
|
1691
|
-
} | undefined;
|
|
1692
|
-
dragPersistKey?: string | undefined;
|
|
1693
|
-
close?: any;
|
|
1694
|
-
innerClassName?: string | undefined;
|
|
1695
|
-
bodyClassName?: string | undefined;
|
|
1696
|
-
footerClassName?: string | undefined;
|
|
1697
|
-
dimClassName?: string | undefined;
|
|
1698
|
-
headerClassName?: string | undefined;
|
|
1699
|
-
}, {
|
|
1700
|
-
className?: string | undefined;
|
|
1701
|
-
children?: any;
|
|
1702
|
-
title?: any;
|
|
1703
|
-
desc?: any;
|
|
1704
|
-
layout?: "default" | "bottom-sheet" | "slide-left" | "slide-right" | "full-page" | "full-page-reverse" | "draggable" | undefined;
|
|
1705
|
-
showDim?: boolean | undefined;
|
|
1706
|
-
dimClose?: boolean | undefined;
|
|
1707
|
-
hideHeader?: boolean | undefined;
|
|
1708
|
-
hideFooter?: boolean | undefined;
|
|
1709
|
-
footer?: any;
|
|
1710
|
-
animation?: {
|
|
1711
|
-
name?: string | undefined;
|
|
1712
|
-
duration?: number | undefined;
|
|
1713
|
-
delay?: number | undefined;
|
|
1714
|
-
mobile?: string | undefined;
|
|
1715
|
-
timingFunc?: string | undefined;
|
|
1716
|
-
leaveTimingFunc?: string | undefined;
|
|
1717
|
-
} | undefined;
|
|
1718
|
-
enableDrag?: boolean | undefined;
|
|
1719
|
-
dragPersistKey?: string | undefined;
|
|
1720
|
-
close?: any;
|
|
1721
|
-
innerClassName?: string | undefined;
|
|
1722
|
-
bodyClassName?: string | undefined;
|
|
1723
|
-
footerClassName?: string | undefined;
|
|
1724
|
-
dimClassName?: string | undefined;
|
|
1725
|
-
headerClassName?: string | undefined;
|
|
1726
|
-
}>;
|
|
1727
|
-
declare const modalCallSchema: z.ZodObject<{
|
|
1728
|
-
component: z.ZodAny;
|
|
1729
|
-
props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1730
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1731
|
-
layout: z.ZodOptional<z.ZodEnum<["default", "bottom-sheet", "slide-left", "slide-right", "full-page", "full-page-reverse", "draggable"]>>;
|
|
1732
|
-
animation: z.ZodOptional<z.ZodObject<{
|
|
1733
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1734
|
-
mobile: z.ZodOptional<z.ZodString>;
|
|
1735
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
1736
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
1737
|
-
timingFunc: z.ZodOptional<z.ZodString>;
|
|
1738
|
-
leaveTimingFunc: z.ZodOptional<z.ZodString>;
|
|
1739
|
-
}, "strip", z.ZodTypeAny, {
|
|
1740
|
-
name?: string | undefined;
|
|
1741
|
-
duration?: number | undefined;
|
|
1742
|
-
delay?: number | undefined;
|
|
1743
|
-
mobile?: string | undefined;
|
|
1744
|
-
timingFunc?: string | undefined;
|
|
1745
|
-
leaveTimingFunc?: string | undefined;
|
|
1746
|
-
}, {
|
|
1747
|
-
name?: string | undefined;
|
|
1748
|
-
duration?: number | undefined;
|
|
1749
|
-
delay?: number | undefined;
|
|
1750
|
-
mobile?: string | undefined;
|
|
1751
|
-
timingFunc?: string | undefined;
|
|
1752
|
-
leaveTimingFunc?: string | undefined;
|
|
1753
|
-
}>>;
|
|
1754
|
-
scrollEnable: z.ZodOptional<z.ZodBoolean>;
|
|
1755
|
-
isToggle: z.ZodOptional<z.ZodBoolean>;
|
|
1756
|
-
isAlone: z.ZodOptional<z.ZodBoolean>;
|
|
1757
|
-
duplicateCheck: z.ZodOptional<z.ZodBoolean>;
|
|
1758
|
-
disableEscapeKeyPress: z.ZodOptional<z.ZodBoolean>;
|
|
1759
|
-
componentName: z.ZodOptional<z.ZodString>;
|
|
1760
|
-
onOpen: z.ZodOptional<z.ZodAny>;
|
|
1761
|
-
onClose: z.ZodOptional<z.ZodAny>;
|
|
1762
|
-
}, "strip", z.ZodTypeAny, {
|
|
1763
|
-
id?: string | undefined;
|
|
1764
|
-
onClose?: any;
|
|
1765
|
-
layout?: "default" | "bottom-sheet" | "slide-left" | "slide-right" | "full-page" | "full-page-reverse" | "draggable" | undefined;
|
|
1766
|
-
animation?: {
|
|
1767
|
-
name?: string | undefined;
|
|
1768
|
-
duration?: number | undefined;
|
|
1769
|
-
delay?: number | undefined;
|
|
1770
|
-
mobile?: string | undefined;
|
|
1771
|
-
timingFunc?: string | undefined;
|
|
1772
|
-
leaveTimingFunc?: string | undefined;
|
|
1773
|
-
} | undefined;
|
|
1774
|
-
component?: any;
|
|
1775
|
-
props?: Record<string, any> | undefined;
|
|
1776
|
-
scrollEnable?: boolean | undefined;
|
|
1777
|
-
isToggle?: boolean | undefined;
|
|
1778
|
-
isAlone?: boolean | undefined;
|
|
1779
|
-
duplicateCheck?: boolean | undefined;
|
|
1780
|
-
disableEscapeKeyPress?: boolean | undefined;
|
|
1781
|
-
componentName?: string | undefined;
|
|
1782
|
-
onOpen?: any;
|
|
1783
|
-
}, {
|
|
1784
|
-
id?: string | undefined;
|
|
1785
|
-
onClose?: any;
|
|
1786
|
-
layout?: "default" | "bottom-sheet" | "slide-left" | "slide-right" | "full-page" | "full-page-reverse" | "draggable" | undefined;
|
|
1787
|
-
animation?: {
|
|
1788
|
-
name?: string | undefined;
|
|
1789
|
-
duration?: number | undefined;
|
|
1790
|
-
delay?: number | undefined;
|
|
1791
|
-
mobile?: string | undefined;
|
|
1792
|
-
timingFunc?: string | undefined;
|
|
1793
|
-
leaveTimingFunc?: string | undefined;
|
|
1794
|
-
} | undefined;
|
|
1795
|
-
component?: any;
|
|
1796
|
-
props?: Record<string, any> | undefined;
|
|
1797
|
-
scrollEnable?: boolean | undefined;
|
|
1798
|
-
isToggle?: boolean | undefined;
|
|
1799
|
-
isAlone?: boolean | undefined;
|
|
1800
|
-
duplicateCheck?: boolean | undefined;
|
|
1801
|
-
disableEscapeKeyPress?: boolean | undefined;
|
|
1802
|
-
componentName?: string | undefined;
|
|
1803
|
-
onOpen?: any;
|
|
1804
|
-
}>;
|
|
1805
|
-
|
|
1806
|
-
declare const errorBoundaryPropsSchema: z.ZodObject<{
|
|
1807
|
-
children: z.ZodAny;
|
|
1808
|
-
fallback: z.ZodOptional<z.ZodAny>;
|
|
1809
|
-
onError: z.ZodOptional<z.ZodAny>;
|
|
1810
|
-
}, "strip", z.ZodTypeAny, {
|
|
1811
|
-
children?: any;
|
|
1812
|
-
fallback?: any;
|
|
1813
|
-
onError?: any;
|
|
1814
|
-
}, {
|
|
1815
|
-
children?: any;
|
|
1816
|
-
fallback?: any;
|
|
1817
|
-
onError?: any;
|
|
1818
|
-
}>;
|
|
1819
|
-
|
|
1820
|
-
declare const clientOnlyPropsSchema: z.ZodObject<{
|
|
1821
|
-
children: z.ZodAny;
|
|
1822
|
-
fallback: z.ZodOptional<z.ZodAny>;
|
|
1823
|
-
}, "strip", z.ZodTypeAny, {
|
|
1824
|
-
children?: any;
|
|
1825
|
-
fallback?: any;
|
|
1826
|
-
}, {
|
|
1827
|
-
children?: any;
|
|
1828
|
-
fallback?: any;
|
|
1829
|
-
}>;
|
|
1830
|
-
|
|
1831
|
-
declare const themeProviderPropsSchema: z.ZodObject<{
|
|
1832
|
-
children: z.ZodAny;
|
|
1833
|
-
defaultTheme: z.ZodOptional<z.ZodString>;
|
|
1834
|
-
storageKey: z.ZodOptional<z.ZodString>;
|
|
1835
|
-
themes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1836
|
-
attribute: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1837
|
-
enableSystem: z.ZodOptional<z.ZodBoolean>;
|
|
1838
|
-
disableTransitionOnChange: z.ZodOptional<z.ZodBoolean>;
|
|
1839
|
-
forcedTheme: z.ZodOptional<z.ZodString>;
|
|
1840
|
-
enableColorScheme: z.ZodOptional<z.ZodBoolean>;
|
|
1841
|
-
nonce: z.ZodOptional<z.ZodString>;
|
|
1842
|
-
}, "strip", z.ZodTypeAny, {
|
|
1843
|
-
children?: any;
|
|
1844
|
-
defaultTheme?: string | undefined;
|
|
1845
|
-
storageKey?: string | undefined;
|
|
1846
|
-
themes?: string[] | undefined;
|
|
1847
|
-
attribute?: string | string[] | undefined;
|
|
1848
|
-
enableSystem?: boolean | undefined;
|
|
1849
|
-
disableTransitionOnChange?: boolean | undefined;
|
|
1850
|
-
forcedTheme?: string | undefined;
|
|
1851
|
-
enableColorScheme?: boolean | undefined;
|
|
1852
|
-
nonce?: string | undefined;
|
|
1853
|
-
}, {
|
|
1854
|
-
children?: any;
|
|
1855
|
-
defaultTheme?: string | undefined;
|
|
1856
|
-
storageKey?: string | undefined;
|
|
1857
|
-
themes?: string[] | undefined;
|
|
1858
|
-
attribute?: string | string[] | undefined;
|
|
1859
|
-
enableSystem?: boolean | undefined;
|
|
1860
|
-
disableTransitionOnChange?: boolean | undefined;
|
|
1861
|
-
forcedTheme?: string | undefined;
|
|
1862
|
-
enableColorScheme?: boolean | undefined;
|
|
1863
|
-
nonce?: string | undefined;
|
|
1864
|
-
}>;
|
|
1865
|
-
|
|
1866
|
-
declare const tablePropsSchema: z.ZodObject<{
|
|
1867
|
-
list: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
|
|
1868
|
-
children: z.ZodAny;
|
|
1869
|
-
hideThead: z.ZodOptional<z.ZodBoolean>;
|
|
1870
|
-
loading: z.ZodOptional<z.ZodBoolean>;
|
|
1871
|
-
loadingType: z.ZodDefault<z.ZodEnum<["loading", "skeleton"]>>;
|
|
1872
|
-
loadingElement: z.ZodOptional<z.ZodAny>;
|
|
1873
|
-
skeletonCount: z.ZodDefault<z.ZodNumber>;
|
|
1874
|
-
noDataMsg: z.ZodOptional<z.ZodAny>;
|
|
1875
|
-
notification: z.ZodOptional<z.ZodAny>;
|
|
1876
|
-
sortUpElement: z.ZodOptional<z.ZodAny>;
|
|
1877
|
-
sortDownElement: z.ZodOptional<z.ZodAny>;
|
|
1878
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1879
|
-
theadClassName: z.ZodOptional<z.ZodString>;
|
|
1880
|
-
}, "strip", z.ZodTypeAny, {
|
|
1881
|
-
list: any[] | null;
|
|
1882
|
-
skeletonCount: number;
|
|
1883
|
-
loadingType: "loading" | "skeleton";
|
|
1884
|
-
className?: string | undefined;
|
|
1885
|
-
children?: any;
|
|
1886
|
-
loading?: boolean | undefined;
|
|
1887
|
-
loadingElement?: any;
|
|
1888
|
-
hideThead?: boolean | undefined;
|
|
1889
|
-
noDataMsg?: any;
|
|
1890
|
-
notification?: any;
|
|
1891
|
-
sortUpElement?: any;
|
|
1892
|
-
sortDownElement?: any;
|
|
1893
|
-
theadClassName?: string | undefined;
|
|
1894
|
-
}, {
|
|
1895
|
-
list: any[] | null;
|
|
1896
|
-
className?: string | undefined;
|
|
1897
|
-
children?: any;
|
|
1898
|
-
loading?: boolean | undefined;
|
|
1899
|
-
loadingElement?: any;
|
|
1900
|
-
skeletonCount?: number | undefined;
|
|
1901
|
-
hideThead?: boolean | undefined;
|
|
1902
|
-
loadingType?: "loading" | "skeleton" | undefined;
|
|
1903
|
-
noDataMsg?: any;
|
|
1904
|
-
notification?: any;
|
|
1905
|
-
sortUpElement?: any;
|
|
1906
|
-
sortDownElement?: any;
|
|
1907
|
-
theadClassName?: string | undefined;
|
|
1908
|
-
}>;
|
|
1909
|
-
declare const tableRowPropsSchema: z.ZodObject<{
|
|
1910
|
-
variant: z.ZodDefault<z.ZodEnum<["default", "accent"]>>;
|
|
1911
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1912
|
-
children: z.ZodAny;
|
|
1913
|
-
onClick: z.ZodOptional<z.ZodAny>;
|
|
1914
|
-
}, "strip", z.ZodTypeAny, {
|
|
1915
|
-
variant: "default" | "accent";
|
|
1916
|
-
onClick?: any;
|
|
1917
|
-
className?: string | undefined;
|
|
1918
|
-
children?: any;
|
|
1919
|
-
}, {
|
|
1920
|
-
onClick?: any;
|
|
1921
|
-
className?: string | undefined;
|
|
1922
|
-
variant?: "default" | "accent" | undefined;
|
|
1923
|
-
children?: any;
|
|
1924
|
-
}>;
|
|
1925
|
-
declare const tdColumnPropsSchema: z.ZodObject<{
|
|
1926
|
-
label: z.ZodOptional<z.ZodAny>;
|
|
1927
|
-
fieldId: z.ZodNullable<z.ZodString>;
|
|
1928
|
-
size: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
1929
|
-
align: z.ZodDefault<z.ZodEnum<["left", "center", "right"]>>;
|
|
1930
|
-
textOverflow: z.ZodDefault<z.ZodEnum<["auto", "truncate", "wrap", "break-all"]>>;
|
|
1931
|
-
highlightKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1932
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
1933
|
-
rowSpan: z.ZodOptional<z.ZodNumber>;
|
|
1934
|
-
thColSpan: z.ZodOptional<z.ZodNumber>;
|
|
1935
|
-
thRowSpan: z.ZodOptional<z.ZodNumber>;
|
|
1936
|
-
enableSorting: z.ZodOptional<z.ZodBoolean>;
|
|
1937
|
-
order: z.ZodOptional<z.ZodEnum<["desc", "asc", ""]>>;
|
|
1938
|
-
sortValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1939
|
-
handleClickSort: z.ZodOptional<z.ZodAny>;
|
|
1940
|
-
children: z.ZodAny;
|
|
1941
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1942
|
-
}, "strip", z.ZodTypeAny, {
|
|
1943
|
-
align: "center" | "right" | "left";
|
|
1944
|
-
fieldId: string | null;
|
|
1945
|
-
textOverflow: "auto" | "truncate" | "wrap" | "break-all";
|
|
1946
|
-
label?: any;
|
|
1947
|
-
className?: string | undefined;
|
|
1948
|
-
size?: string | number | undefined;
|
|
1949
|
-
children?: any;
|
|
1950
|
-
highlightKey?: string | null | undefined;
|
|
1951
|
-
colSpan?: number | undefined;
|
|
1952
|
-
rowSpan?: number | undefined;
|
|
1953
|
-
thColSpan?: number | undefined;
|
|
1954
|
-
thRowSpan?: number | undefined;
|
|
1955
|
-
enableSorting?: boolean | undefined;
|
|
1956
|
-
order?: "" | "desc" | "asc" | undefined;
|
|
1957
|
-
sortValue?: string | number | undefined;
|
|
1958
|
-
handleClickSort?: any;
|
|
1959
|
-
}, {
|
|
1960
|
-
fieldId: string | null;
|
|
1961
|
-
label?: any;
|
|
1962
|
-
className?: string | undefined;
|
|
1963
|
-
size?: string | number | undefined;
|
|
1964
|
-
children?: any;
|
|
1965
|
-
align?: "center" | "right" | "left" | undefined;
|
|
1966
|
-
textOverflow?: "auto" | "truncate" | "wrap" | "break-all" | undefined;
|
|
1967
|
-
highlightKey?: string | null | undefined;
|
|
1968
|
-
colSpan?: number | undefined;
|
|
1969
|
-
rowSpan?: number | undefined;
|
|
1970
|
-
thColSpan?: number | undefined;
|
|
1971
|
-
thRowSpan?: number | undefined;
|
|
1972
|
-
enableSorting?: boolean | undefined;
|
|
1973
|
-
order?: "" | "desc" | "asc" | undefined;
|
|
1974
|
-
sortValue?: string | number | undefined;
|
|
1975
|
-
handleClickSort?: any;
|
|
1976
|
-
}>;
|
|
1977
|
-
|
|
1978
|
-
declare const toastOptionsSchema: z.ZodObject<{
|
|
1979
|
-
description: z.ZodOptional<z.ZodAny>;
|
|
1980
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
1981
|
-
icon: z.ZodOptional<z.ZodAny>;
|
|
1982
|
-
action: z.ZodOptional<z.ZodAny>;
|
|
1983
|
-
cancel: z.ZodOptional<z.ZodAny>;
|
|
1984
|
-
closeButton: z.ZodOptional<z.ZodBoolean>;
|
|
1985
|
-
dismissible: z.ZodOptional<z.ZodBoolean>;
|
|
1986
|
-
richColors: z.ZodOptional<z.ZodBoolean>;
|
|
1987
|
-
invert: z.ZodOptional<z.ZodBoolean>;
|
|
1988
|
-
position: z.ZodOptional<z.ZodEnum<["top-left", "top-center", "top-right", "bottom-left", "bottom-center", "bottom-right"]>>;
|
|
1989
|
-
onDismiss: z.ZodOptional<z.ZodAny>;
|
|
1990
|
-
onAutoClose: z.ZodOptional<z.ZodAny>;
|
|
1991
|
-
className: z.ZodOptional<z.ZodString>;
|
|
1992
|
-
style: z.ZodOptional<z.ZodAny>;
|
|
1993
|
-
unstyled: z.ZodOptional<z.ZodBoolean>;
|
|
1994
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1995
|
-
}, "strip", z.ZodTypeAny, {
|
|
1996
|
-
className?: string | undefined;
|
|
1997
|
-
style?: any;
|
|
1998
|
-
description?: any;
|
|
1999
|
-
id?: string | number | undefined;
|
|
2000
|
-
icon?: any;
|
|
2001
|
-
action?: any;
|
|
2002
|
-
dismissible?: boolean | undefined;
|
|
2003
|
-
duration?: number | undefined;
|
|
2004
|
-
cancel?: any;
|
|
2005
|
-
closeButton?: boolean | undefined;
|
|
2006
|
-
richColors?: boolean | undefined;
|
|
2007
|
-
invert?: boolean | undefined;
|
|
2008
|
-
position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
|
|
2009
|
-
onDismiss?: any;
|
|
2010
|
-
onAutoClose?: any;
|
|
2011
|
-
unstyled?: boolean | undefined;
|
|
2012
|
-
}, {
|
|
2013
|
-
className?: string | undefined;
|
|
2014
|
-
style?: any;
|
|
2015
|
-
description?: any;
|
|
2016
|
-
id?: string | number | undefined;
|
|
2017
|
-
icon?: any;
|
|
2018
|
-
action?: any;
|
|
2019
|
-
dismissible?: boolean | undefined;
|
|
2020
|
-
duration?: number | undefined;
|
|
2021
|
-
cancel?: any;
|
|
2022
|
-
closeButton?: boolean | undefined;
|
|
2023
|
-
richColors?: boolean | undefined;
|
|
2024
|
-
invert?: boolean | undefined;
|
|
2025
|
-
position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
|
|
2026
|
-
onDismiss?: any;
|
|
2027
|
-
onAutoClose?: any;
|
|
2028
|
-
unstyled?: boolean | undefined;
|
|
2029
|
-
}>;
|
|
2030
|
-
declare const toasterPropsSchema: z.ZodObject<{
|
|
2031
|
-
position: z.ZodDefault<z.ZodEnum<["top-left", "top-center", "top-right", "bottom-left", "bottom-center", "bottom-right"]>>;
|
|
2032
|
-
unstyled: z.ZodDefault<z.ZodBoolean>;
|
|
2033
|
-
theme: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
2034
|
-
richColors: z.ZodOptional<z.ZodBoolean>;
|
|
2035
|
-
expand: z.ZodOptional<z.ZodBoolean>;
|
|
2036
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
2037
|
-
visibleToasts: z.ZodOptional<z.ZodNumber>;
|
|
2038
|
-
closeButton: z.ZodOptional<z.ZodBoolean>;
|
|
2039
|
-
gap: z.ZodOptional<z.ZodNumber>;
|
|
2040
|
-
offset: z.ZodOptional<z.ZodAny>;
|
|
2041
|
-
dir: z.ZodOptional<z.ZodEnum<["ltr", "rtl", "auto"]>>;
|
|
2042
|
-
}, "strip", z.ZodTypeAny, {
|
|
2043
|
-
position: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right";
|
|
2044
|
-
unstyled: boolean;
|
|
2045
|
-
offset?: any;
|
|
2046
|
-
duration?: number | undefined;
|
|
2047
|
-
gap?: number | undefined;
|
|
2048
|
-
closeButton?: boolean | undefined;
|
|
2049
|
-
richColors?: boolean | undefined;
|
|
2050
|
-
theme?: "dark" | "light" | "system" | undefined;
|
|
2051
|
-
expand?: boolean | undefined;
|
|
2052
|
-
visibleToasts?: number | undefined;
|
|
2053
|
-
dir?: "auto" | "ltr" | "rtl" | undefined;
|
|
2054
|
-
}, {
|
|
2055
|
-
offset?: any;
|
|
2056
|
-
duration?: number | undefined;
|
|
2057
|
-
gap?: number | undefined;
|
|
2058
|
-
closeButton?: boolean | undefined;
|
|
2059
|
-
richColors?: boolean | undefined;
|
|
2060
|
-
position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
|
|
2061
|
-
unstyled?: boolean | undefined;
|
|
2062
|
-
theme?: "dark" | "light" | "system" | undefined;
|
|
2063
|
-
expand?: boolean | undefined;
|
|
2064
|
-
visibleToasts?: number | undefined;
|
|
2065
|
-
dir?: "auto" | "ltr" | "rtl" | undefined;
|
|
2066
|
-
}>;
|
|
2067
|
-
|
|
2068
|
-
declare const tagInputPropsSchema: z.ZodObject<{
|
|
2069
|
-
value: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2070
|
-
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2071
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
2072
|
-
placeholder: z.ZodDefault<z.ZodString>;
|
|
2073
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2074
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
2075
|
-
allowDuplicates: z.ZodDefault<z.ZodBoolean>;
|
|
2076
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2077
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2078
|
-
size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
2079
|
-
className: z.ZodOptional<z.ZodString>;
|
|
2080
|
-
}, "strip", z.ZodTypeAny, {
|
|
2081
|
-
size: "lg" | "md" | "sm";
|
|
2082
|
-
placeholder: string;
|
|
2083
|
-
allowDuplicates: boolean;
|
|
2084
|
-
label?: string | undefined;
|
|
2085
|
-
value?: string[] | undefined;
|
|
2086
|
-
className?: string | undefined;
|
|
2087
|
-
disabled?: boolean | undefined;
|
|
2088
|
-
description?: string | undefined;
|
|
2089
|
-
defaultValue?: string[] | undefined;
|
|
2090
|
-
onChange?: any;
|
|
2091
|
-
max?: number | undefined;
|
|
2092
|
-
}, {
|
|
2093
|
-
label?: string | undefined;
|
|
2094
|
-
value?: string[] | undefined;
|
|
2095
|
-
className?: string | undefined;
|
|
2096
|
-
size?: "lg" | "md" | "sm" | undefined;
|
|
2097
|
-
disabled?: boolean | undefined;
|
|
2098
|
-
description?: string | undefined;
|
|
2099
|
-
placeholder?: string | undefined;
|
|
2100
|
-
defaultValue?: string[] | undefined;
|
|
2101
|
-
onChange?: any;
|
|
2102
|
-
max?: number | undefined;
|
|
2103
|
-
allowDuplicates?: boolean | undefined;
|
|
2104
|
-
}>;
|
|
2105
|
-
|
|
2106
|
-
declare const nxImagePropsSchema: z.ZodObject<{
|
|
2107
|
-
src: z.ZodOptional<z.ZodString>;
|
|
2108
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
2109
|
-
fallback: z.ZodOptional<z.ZodAny>;
|
|
2110
|
-
fallbackSrc: z.ZodOptional<z.ZodString>;
|
|
2111
|
-
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
2112
|
-
objectFit: z.ZodDefault<z.ZodEnum<["cover", "contain", "fill", "none"]>>;
|
|
2113
|
-
lazy: z.ZodDefault<z.ZodBoolean>;
|
|
2114
|
-
wrapperClassName: z.ZodOptional<z.ZodString>;
|
|
2115
|
-
className: z.ZodOptional<z.ZodString>;
|
|
2116
|
-
}, "strip", z.ZodTypeAny, {
|
|
2117
|
-
objectFit: "fill" | "none" | "cover" | "contain";
|
|
2118
|
-
lazy: boolean;
|
|
2119
|
-
className?: string | undefined;
|
|
2120
|
-
src?: string | undefined;
|
|
2121
|
-
alt?: string | undefined;
|
|
2122
|
-
fallback?: any;
|
|
2123
|
-
fallbackSrc?: string | undefined;
|
|
2124
|
-
aspectRatio?: string | undefined;
|
|
2125
|
-
wrapperClassName?: string | undefined;
|
|
2126
|
-
}, {
|
|
2127
|
-
className?: string | undefined;
|
|
2128
|
-
src?: string | undefined;
|
|
2129
|
-
alt?: string | undefined;
|
|
2130
|
-
fallback?: any;
|
|
2131
|
-
fallbackSrc?: string | undefined;
|
|
2132
|
-
aspectRatio?: string | undefined;
|
|
2133
|
-
objectFit?: "fill" | "none" | "cover" | "contain" | undefined;
|
|
2134
|
-
lazy?: boolean | undefined;
|
|
2135
|
-
wrapperClassName?: string | undefined;
|
|
2136
|
-
}>;
|
|
2137
|
-
|
|
2138
|
-
declare const datePickerPropsSchema: z.ZodObject<{
|
|
2139
|
-
value: z.ZodOptional<z.ZodAny>;
|
|
2140
|
-
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
2141
|
-
onChange: z.ZodOptional<z.ZodAny>;
|
|
2142
|
-
placeholder: z.ZodDefault<z.ZodString>;
|
|
2143
|
-
disabled: z.ZodDefault<z.ZodBoolean>;
|
|
2144
|
-
minDate: z.ZodOptional<z.ZodAny>;
|
|
2145
|
-
maxDate: z.ZodOptional<z.ZodAny>;
|
|
2146
|
-
locale: z.ZodDefault<z.ZodEnum<["ko", "en"]>>;
|
|
2147
|
-
formatStr: z.ZodDefault<z.ZodString>;
|
|
2148
|
-
className: z.ZodOptional<z.ZodString>;
|
|
2149
|
-
}, "strip", z.ZodTypeAny, {
|
|
2150
|
-
disabled: boolean;
|
|
2151
|
-
placeholder: string;
|
|
2152
|
-
locale: "ko" | "en";
|
|
2153
|
-
formatStr: string;
|
|
2154
|
-
value?: any;
|
|
2155
|
-
className?: string | undefined;
|
|
2156
|
-
defaultValue?: any;
|
|
2157
|
-
onChange?: any;
|
|
2158
|
-
minDate?: any;
|
|
2159
|
-
maxDate?: any;
|
|
2160
|
-
}, {
|
|
2161
|
-
value?: any;
|
|
2162
|
-
className?: string | undefined;
|
|
2163
|
-
disabled?: boolean | undefined;
|
|
2164
|
-
placeholder?: string | undefined;
|
|
2165
|
-
defaultValue?: any;
|
|
2166
|
-
onChange?: any;
|
|
2167
|
-
minDate?: any;
|
|
2168
|
-
maxDate?: any;
|
|
2169
|
-
locale?: "ko" | "en" | undefined;
|
|
2170
|
-
formatStr?: string | undefined;
|
|
2171
|
-
}>;
|
|
2172
|
-
|
|
2173
|
-
export { accordionPropsSchema, alertPropsSchema, avatarPropsSchema, badgePropsSchema, breadcrumbPropsSchema, buttonPropsSchema, carouselButtonPropsSchema, carouselDotsPropsSchema, carouselPropsSchema, carouselSlidePropsSchema, checkBoxPropsSchema, chipPropsSchema, clientOnlyPropsSchema, countdownPropsSchema, counterPropsSchema, dataListPropsSchema, datePickerPropsSchema, dividerPropsSchema, drawerClosePropsSchema, drawerContentPropsSchema, drawerDescriptionPropsSchema, drawerPropsSchema, drawerTitlePropsSchema, drawerTriggerPropsSchema, dropdownMenuPropsSchema, ellipsisPropsSchema, emptyStatePropsSchema, errorBoundaryPropsSchema, infiniteScrollPropsSchema, marqueePropsSchema, modalCallSchema, modalTemplatePropsSchema, numberInputPropsSchema, nxImagePropsSchema, paginationPropsSchema, popoverPropsSchema, priceInputPropsSchema, progressPropsSchema, radioGroupPropsSchema, radioItemPropsSchema, selectItemPropsSchema, selectPropsSchema, skeletonPropsSchema, sliderPropsSchema, spinnerPropsSchema, stepperPropsSchema, switchPropsSchema, tabPropsSchema, tablePropsSchema, tableRowPropsSchema, tagInputPropsSchema, tdColumnPropsSchema, textAreaPropsSchema, textInputPropsSchema, themeProviderPropsSchema, toastOptionsSchema, toasterPropsSchema, toggleGroupPropsSchema, tooltipPropsSchema, virtualGridPropsSchema, virtualListPropsSchema };
|