@loadsmart/loadsmart-ui 7.3.3 → 7.5.0
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/DragDropFile.context-D-EBrXnw.js +2 -0
- package/dist/DragDropFile.context-D-EBrXnw.js.map +1 -0
- package/dist/DragDropFile.context-jVTIKfj5.mjs +29 -0
- package/dist/DragDropFile.context-jVTIKfj5.mjs.map +1 -0
- package/dist/addons/Theme/register.d.ts +1 -0
- package/dist/common/BackButton/BackButton.d.ts +4 -5
- package/dist/common/BackButton/index.d.ts +2 -2
- package/dist/common/CloseButton/CloseButton.d.ts +6 -7
- package/dist/common/CloseButton/index.d.ts +2 -2
- package/dist/common/SelectionWrapper.d.ts +14 -14
- package/dist/components/Accordion/Accordion.context.d.ts +10 -10
- package/dist/components/Accordion/Accordion.d.ts +19 -19
- package/dist/components/Accordion/Accordion.stories.d.ts +8 -8
- package/dist/components/Accordion/Accordion.test.d.ts +1 -1
- package/dist/components/Accordion/index.d.ts +2 -2
- package/dist/components/Banner/Banner.d.ts +25 -25
- package/dist/components/Banner/Banner.stories.d.ts +107 -106
- package/dist/components/Banner/Banner.test.d.ts +1 -1
- package/dist/components/Banner/index.d.ts +2 -2
- package/dist/components/Breadcrumbs/Breadbrumbs.test.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumb.d.ts +8 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +10 -10
- package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -4
- package/dist/components/Breadcrumbs/index.d.ts +3 -3
- package/dist/components/Button/Button.d.ts +21 -22
- package/dist/components/Button/Button.stories.d.ts +33 -32
- package/dist/components/Button/Button.test.d.ts +1 -1
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Calendar/Calendar.d.ts +9 -10
- package/dist/components/Calendar/Calendar.helpers.d.ts +2 -2
- package/dist/components/Calendar/Calendar.stories.d.ts +21 -21
- package/dist/components/Calendar/Calendar.test.d.ts +1 -1
- package/dist/components/Calendar/Calendar.types.d.ts +63 -63
- package/dist/components/Calendar/Date.helper.d.ts +214 -214
- package/dist/components/Calendar/Date.helper.test.d.ts +1 -1
- package/dist/components/Calendar/DateFormat.helper.d.ts +35 -35
- package/dist/components/Calendar/DateFormat.helper.test.d.ts +1 -1
- package/dist/components/Calendar/Month.helper.d.ts +58 -58
- package/dist/components/Calendar/Month.helper.test.d.ts +1 -1
- package/dist/components/Calendar/PickerModeToggle.d.ts +5 -6
- package/dist/components/Calendar/Pickers/DayPicker.d.ts +9 -10
- package/dist/components/Calendar/Pickers/DayPicker.test.d.ts +1 -1
- package/dist/components/Calendar/Pickers/MonthPicker.d.ts +3 -4
- package/dist/components/Calendar/Pickers/MonthPicker.test.d.ts +1 -1
- package/dist/components/Calendar/Pickers/PickerButton.d.ts +4 -5
- package/dist/components/Calendar/Pickers/YearPicker.d.ts +3 -4
- package/dist/components/Calendar/Pickers/YearPicker.test.d.ts +1 -1
- package/dist/components/Calendar/index.d.ts +9 -9
- package/dist/components/Calendar/useCalendar.d.ts +19 -19
- package/dist/components/Calendar/usePickerMode.d.ts +3 -3
- package/dist/components/Card/Card.d.ts +16 -16
- package/dist/components/Card/Card.stories.d.ts +8 -8
- package/dist/components/Card/Card.test.d.ts +1 -1
- package/dist/components/Card/CardTitle.d.ts +8 -8
- package/dist/components/Card/index.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +10 -10
- package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
- package/dist/components/Checkbox/Checkbox.test.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.d.ts +13 -13
- package/dist/components/DatePicker/DatePicker.stories.d.ts +22 -23
- package/dist/components/DatePicker/DatePicker.test.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.types.d.ts +27 -27
- package/dist/components/DatePicker/DateRangePicker.d.ts +4 -5
- package/dist/components/DatePicker/DateRangePicker.stories.d.ts +21 -22
- package/dist/components/DatePicker/DateRangePicker.test.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +3 -3
- package/dist/components/DatePicker/useDatePicker.d.ts +604 -591
- package/dist/components/DatePicker/useDateRangePicker.d.ts +905 -885
- package/dist/components/Dialog/Dialog.d.ts +37 -37
- package/dist/components/Dialog/Dialog.stories.d.ts +67 -67
- package/dist/components/Dialog/Dialog.test.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +4 -4
- package/dist/components/Dialog/useDialog.d.ts +12 -12
- package/dist/components/DragDropFile/DragDropFile.context.d.ts +5 -5
- package/dist/components/DragDropFile/DragDropFile.d.ts +7 -8
- package/dist/components/DragDropFile/DragDropFile.stories.d.ts +33 -33
- package/dist/components/DragDropFile/components/DropZone.d.ts +3 -4
- package/dist/components/DragDropFile/components/DropZone.test.d.ts +1 -1
- package/dist/components/DragDropFile/components/FileItem.d.ts +3 -4
- package/dist/components/DragDropFile/components/FileList.d.ts +3 -4
- package/dist/components/DragDropFile/components/FileList.test.d.ts +1 -1
- package/dist/components/DragDropFile/components/Wrapper.d.ts +7 -7
- package/dist/components/DragDropFile/index.d.ts +3 -3
- package/dist/components/DragDropFile/mocks.d.ts +9 -9
- package/dist/components/DragDropFile/styles.d.ts +11 -11
- package/dist/components/DragDropFile/types.d.ts +71 -71
- package/dist/components/Drawer/Drawer.d.ts +27 -28
- package/dist/components/Drawer/Drawer.stories.d.ts +6 -6
- package/dist/components/Drawer/Drawer.test.d.ts +1 -1
- package/dist/components/Drawer/index.d.ts +3 -3
- package/dist/components/Dropdown/Dropdown.context.d.ts +3 -4
- package/dist/components/Dropdown/Dropdown.d.ts +47 -47
- package/dist/components/Dropdown/Dropdown.fixtures.d.ts +12 -12
- package/dist/components/Dropdown/Dropdown.stories.d.ts +12 -12
- package/dist/components/Dropdown/Dropdown.test.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.types.d.ts +49 -49
- package/dist/components/Dropdown/DropdownMenu.d.ts +8 -8
- package/dist/components/Dropdown/DropdownTrigger.d.ts +21 -22
- package/dist/components/Dropdown/index.d.ts +6 -6
- package/dist/components/Dropdown/useDropdown.d.ts +14 -14
- package/dist/components/Dropdown/useDropdown.test.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +7 -7
- package/dist/components/EmptyState/EmptyState.mocks.d.ts +7 -7
- package/dist/components/EmptyState/EmptyState.stories.d.ts +32 -32
- package/dist/components/EmptyState/EmptyState.test.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.types.d.ts +22 -22
- package/dist/components/EmptyState/EmptyStateWithIcon.d.ts +4 -4
- package/dist/components/EmptyState/EmptyStateWithIllustration.d.ts +4 -4
- package/dist/components/EmptyState/Illustration.d.ts +4 -4
- package/dist/components/EmptyState/index.d.ts +3 -3
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +5 -5
- package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +13 -13
- package/dist/components/ErrorMessage/ErrorMessage.test.d.ts +1 -1
- package/dist/components/ErrorMessage/index.d.ts +2 -2
- package/dist/components/HighlightMatch/HighlightMatch.d.ts +7 -7
- package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +5 -5
- package/dist/components/HighlightMatch/HighlightMatch.test.d.ts +1 -1
- package/dist/components/HighlightMatch/index.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +27 -28
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/IconFactory/IconFactory.d.ts +17 -17
- package/dist/components/IconFactory/IconFactory.fixtures.d.ts +10 -10
- package/dist/components/IconFactory/IconFactory.stories.d.ts +6 -6
- package/dist/components/IconFactory/IconFactory.test.d.ts +1 -1
- package/dist/components/IconFactory/index.d.ts +2 -2
- package/dist/components/Label/Label.d.ts +17 -18
- package/dist/components/Label/Label.stories.d.ts +14 -14
- package/dist/components/Label/Label.test.d.ts +1 -1
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Layout/Box.d.ts +15 -15
- package/dist/components/Layout/Grid.d.ts +11 -11
- package/dist/components/Layout/Group.d.ts +13 -14
- package/dist/components/Layout/Layout.d.ts +16 -16
- package/dist/components/Layout/Layout.stories.d.ts +146 -146
- package/dist/components/Layout/Layout.types.d.ts +3 -3
- package/dist/components/Layout/Layout.utils.d.ts +3 -3
- package/dist/components/Layout/Sidebar.d.ts +13 -13
- package/dist/components/Layout/Stack.d.ts +18 -19
- package/dist/components/Layout/Switcher.d.ts +12 -12
- package/dist/components/Layout/index.d.ts +7 -7
- package/dist/components/Link/Link.d.ts +8 -9
- package/dist/components/Link/Link.stories.d.ts +5 -5
- package/dist/components/Link/Link.test.d.ts +1 -1
- package/dist/components/Link/index.d.ts +3 -3
- package/dist/components/Link/useSafeLink.d.ts +3 -3
- package/dist/components/Loaders/LoadingBar.d.ts +13 -13
- package/dist/components/Loaders/LoadingBar.stories.d.ts +5 -5
- package/dist/components/Loaders/LoadingBar.test.d.ts +1 -1
- package/dist/components/Loaders/LoadingDots.d.ts +5 -6
- package/dist/components/Loaders/LoadingDots.stories.d.ts +6 -6
- package/dist/components/Loaders/LoadingDots.test.d.ts +1 -1
- package/dist/components/Loaders/Spinner.d.ts +5 -6
- package/dist/components/Loaders/Spinner.stories.d.ts +5 -5
- package/dist/components/Loaders/Spinner.test.d.ts +1 -1
- package/dist/components/Loaders/index.d.ts +3 -3
- package/dist/components/Modal/Modal.d.ts +22 -22
- package/dist/components/Modal/Modal.stories.d.ts +30 -30
- package/dist/components/Modal/Modal.test.d.ts +1 -1
- package/dist/components/Modal/index.d.ts +2 -2
- package/dist/components/Pagination/Pagination.constants.d.ts +7 -7
- package/dist/components/Pagination/Pagination.d.ts +3 -4
- package/dist/components/Pagination/Pagination.helper.d.ts +15 -15
- package/dist/components/Pagination/Pagination.stories.d.ts +5 -5
- package/dist/components/Pagination/Pagination.test.d.ts +1 -1
- package/dist/components/Pagination/Pagination.types.d.ts +48 -48
- package/dist/components/Pagination/PaginationItem.d.ts +3 -4
- package/dist/components/Pagination/index.d.ts +2 -2
- package/dist/components/Pagination/usePagination.d.ts +3 -3
- package/dist/components/Pagination/usePagination.test.d.ts +1 -1
- package/dist/components/Popover/Popover.d.ts +10 -11
- package/dist/components/Popover/Popover.stories.d.ts +5 -5
- package/dist/components/Popover/Popover.test.d.ts +1 -1
- package/dist/components/Popover/Popover.types.d.ts +31 -31
- package/dist/components/Popover/index.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBar.d.ts +9 -9
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +12 -12
- package/dist/components/ProgressBar/ProgressBar.test.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts +2 -2
- package/dist/components/Radio/Radio.d.ts +10 -10
- package/dist/components/Radio/Radio.stories.d.ts +8 -8
- package/dist/components/Radio/Radio.test.d.ts +1 -1
- package/dist/components/Radio/index.d.ts +2 -2
- package/dist/components/Section/Section.d.ts +12 -12
- package/dist/components/Section/Section.test.d.ts +1 -1
- package/dist/components/Section/Sections.stories.d.ts +5 -5
- package/dist/components/Section/index.d.ts +2 -2
- package/dist/components/Select/Select.constants.d.ts +2 -2
- package/dist/components/Select/Select.context.d.ts +5 -6
- package/dist/components/Select/Select.d.ts +13 -13
- package/dist/components/Select/Select.fixtures.d.ts +37 -37
- package/dist/components/Select/Select.stories.d.ts +19 -19
- package/dist/components/Select/Select.test.d.ts +1 -1
- package/dist/components/Select/Select.types.d.ts +122 -122
- package/dist/components/Select/SelectCreatableOption.d.ts +3 -4
- package/dist/components/Select/SelectEmpty.d.ts +3 -4
- package/dist/components/Select/SelectEmpty.test.d.ts +1 -1
- package/dist/components/Select/SelectOption.d.ts +3 -4
- package/dist/components/Select/SelectOption.test.d.ts +1 -1
- package/dist/components/Select/SelectTrigger.d.ts +3 -3
- package/dist/components/Select/components.d.ts +2 -2
- package/dist/components/Select/index.d.ts +3 -3
- package/dist/components/Select/useSelect.d.ts +8 -8
- package/dist/components/Select/useSelect.helpers.d.ts +6 -6
- package/dist/components/Select/useSelect.helpers.test.d.ts +1 -1
- package/dist/components/Select/useSelect.test.d.ts +1 -1
- package/dist/components/Select/useSelectExternal.d.ts +2 -2
- package/dist/components/SideNavigation/Logo/Logo.d.ts +8 -14
- package/dist/components/SideNavigation/Logo/Logo.test.d.ts +1 -1
- package/dist/components/SideNavigation/Logo/index.d.ts +1 -1
- package/dist/components/SideNavigation/Menu/Menu.d.ts +16 -17
- package/dist/components/SideNavigation/Menu/Menu.test.d.ts +1 -1
- package/dist/components/SideNavigation/Menu/MenuBaseItem.d.ts +11 -11
- package/dist/components/SideNavigation/Menu/MenuExpandable.d.ts +6 -6
- package/dist/components/SideNavigation/Menu/MenuLink.d.ts +10 -11
- package/dist/components/SideNavigation/Menu/index.d.ts +1 -1
- package/dist/components/SideNavigation/Separator/Separator.d.ts +5 -6
- package/dist/components/SideNavigation/Separator/Separator.test.d.ts +1 -1
- package/dist/components/SideNavigation/Separator/index.d.ts +1 -1
- package/dist/components/SideNavigation/SideNavigation.d.ts +28 -34
- package/dist/components/SideNavigation/SideNavigation.stories.d.ts +5 -5
- package/dist/components/SideNavigation/SideNavigation.test.d.ts +1 -1
- package/dist/components/SideNavigation/index.d.ts +4 -4
- package/dist/components/SideNavigation/useSideNavigation.d.ts +8 -8
- package/dist/components/Steps/ProgressSteps/ProgressStep.d.ts +12 -12
- package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +7 -8
- package/dist/components/Steps/ProgressSteps/index.d.ts +1 -1
- package/dist/components/Steps/Steps.d.ts +16 -16
- package/dist/components/Steps/Steps.fixtures.d.ts +6 -6
- package/dist/components/Steps/Steps.helpers.d.ts +2 -2
- package/dist/components/Steps/Steps.stories.d.ts +5 -5
- package/dist/components/Steps/Steps.test.d.ts +1 -1
- package/dist/components/Steps/Steps.types.d.ts +5 -5
- package/dist/components/Steps/StepsContext.d.ts +3 -3
- package/dist/components/Steps/StepsStep.d.ts +8 -8
- package/dist/components/Steps/index.d.ts +5 -5
- package/dist/components/Steps/useStep.test.d.ts +1 -1
- package/dist/components/Steps/useSteps.d.ts +30 -30
- package/dist/components/Switch/Switch.d.ts +11 -11
- package/dist/components/Switch/Switch.stories.d.ts +5 -5
- package/dist/components/Switch/Switch.test.d.ts +1 -1
- package/dist/components/Switch/index.d.ts +2 -2
- package/dist/components/Table/Selection.d.ts +34 -35
- package/dist/components/Table/Table.d.ts +38 -39
- package/dist/components/Table/Table.fixtures.d.ts +29 -29
- package/dist/components/Table/Table.stories.d.ts +61 -61
- package/dist/components/Table/Table.test.d.ts +1 -1
- package/dist/components/Table/Table.types.d.ts +72 -72
- package/dist/components/Table/TableSortHandle.d.ts +7 -8
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Table/useSortBy.d.ts +16 -16
- package/dist/components/Table/useSortBy.test.d.ts +1 -1
- package/dist/components/Table/useSortBy.types.d.ts +16 -16
- package/dist/components/TablePagination/RowsPerPage.d.ts +3 -4
- package/dist/components/TablePagination/TablePagination.d.ts +3 -4
- package/dist/components/TablePagination/TablePagination.stories.d.ts +5 -5
- package/dist/components/TablePagination/TablePagination.styles.d.ts +4 -5
- package/dist/components/TablePagination/TablePagination.test.d.ts +1 -1
- package/dist/components/TablePagination/TablePagination.types.d.ts +59 -59
- package/dist/components/TablePagination/TablePaginationActions.d.ts +11 -11
- package/dist/components/TablePagination/index.d.ts +2 -2
- package/dist/components/Tabs/Tabs.d.ts +49 -49
- package/dist/components/Tabs/Tabs.stories.d.ts +23 -23
- package/dist/components/Tabs/Tabs.test.d.ts +1 -1
- package/dist/components/Tabs/Tabs.types.d.ts +6 -6
- package/dist/components/Tabs/TabsContext.d.ts +8 -9
- package/dist/components/Tabs/index.d.ts +2 -2
- package/dist/components/Tag/Tag.d.ts +18 -19
- package/dist/components/Tag/Tag.stories.d.ts +42 -41
- package/dist/components/Tag/Tag.test.d.ts +1 -1
- package/dist/components/Tag/index.d.ts +2 -2
- package/dist/components/Text/Text.d.ts +9 -15
- package/dist/components/Text/Text.stories.d.ts +7 -5
- package/dist/components/Text/Text.test.d.ts +1 -1
- package/dist/components/Text/index.d.ts +2 -2
- package/dist/components/TextField/TextField.d.ts +18 -19
- package/dist/components/TextField/TextField.stories.d.ts +11 -11
- package/dist/components/TextField/TextField.test.d.ts +1 -1
- package/dist/components/TextField/index.d.ts +4 -4
- package/dist/components/TextField/useTextField.d.ts +6 -6
- package/dist/components/Textarea/Textarea.d.ts +16 -17
- package/dist/components/Textarea/Textarea.stories.d.ts +11 -11
- package/dist/components/Textarea/Textarea.test.d.ts +1 -1
- package/dist/components/Textarea/index.d.ts +2 -2
- package/dist/components/Toast/Toast.d.ts +11 -11
- package/dist/components/Toast/Toast.stories.d.ts +12 -12
- package/dist/components/Toast/Toast.test.d.ts +1 -1
- package/dist/components/Toast/index.d.ts +2 -2
- package/dist/components/ToggleGroup/Toggle.d.ts +4 -5
- package/dist/components/ToggleGroup/Toggle.test.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.constants.d.ts +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +6 -7
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +6 -6
- package/dist/components/ToggleGroup/ToggleGroup.test.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +26 -26
- package/dist/components/ToggleGroup/ToggleGroupContext.d.ts +5 -5
- package/dist/components/ToggleGroup/index.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.ts +22 -23
- package/dist/components/Tooltip/Tooltip.stories.d.ts +13 -13
- package/dist/components/Tooltip/Tooltip.test.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts +2 -2
- package/dist/components/TopNavigation/Logo/Logo.d.ts +8 -14
- package/dist/components/TopNavigation/Logo/Logo.test.d.ts +1 -1
- package/dist/components/TopNavigation/Logo/index.d.ts +1 -1
- package/dist/components/TopNavigation/Menu/Menu.d.ts +18 -18
- package/dist/components/TopNavigation/Menu/Menu.test.d.ts +1 -1
- package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +17 -17
- package/dist/components/TopNavigation/Menu/MenuItemIcon.d.ts +8 -8
- package/dist/components/TopNavigation/Menu/index.d.ts +1 -1
- package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +7 -8
- package/dist/components/TopNavigation/OpenSideNavButton/index.d.ts +1 -1
- package/dist/components/TopNavigation/TopNavigation.d.ts +11 -17
- package/dist/components/TopNavigation/TopNavigation.stories.d.ts +5 -6
- package/dist/components/TopNavigation/index.d.ts +2 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +12 -13
- package/dist/components/VisuallyHidden/VisuallyHidden.test.d.ts +1 -1
- package/dist/components/VisuallyHidden/index.d.ts +1 -1
- package/dist/hooks/useClickOutside/index.d.ts +1 -1
- package/dist/hooks/useClickOutside/useClickOutside.d.ts +3 -3
- package/dist/hooks/useClickOutside/useClickOutside.test.d.ts +1 -1
- package/dist/hooks/useDidMount/index.d.ts +1 -1
- package/dist/hooks/useDidMount/useDidMount.d.ts +9 -9
- package/dist/hooks/useDidMount/useDidMount.test.d.ts +1 -1
- package/dist/hooks/useFingerprint/index.d.ts +1 -1
- package/dist/hooks/useFingerprint/useFingerprint.d.ts +18 -18
- package/dist/hooks/useFingerprint/useFingerprint.test.d.ts +1 -1
- package/dist/hooks/useFocusTrap/index.d.ts +2 -2
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +27 -27
- package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +7 -7
- package/dist/hooks/useFocusTrap/useFocusTrap.test.d.ts +1 -1
- package/dist/hooks/useFocusWithin/index.d.ts +2 -2
- package/dist/hooks/useFocusWithin/useFocusWithin.d.ts +15 -15
- package/dist/hooks/useFocusWithin/useFocusWithin.test.d.ts +1 -1
- package/dist/hooks/useHeightExpansionToggler/index.d.ts +2 -2
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.d.ts +14 -14
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.test.d.ts +1 -1
- package/dist/hooks/useID/index.d.ts +1 -1
- package/dist/hooks/useID/useID.d.ts +2 -2
- package/dist/hooks/useSelectable/SelectableStrategy.d.ts +11 -11
- package/dist/hooks/useSelectable/SelectableStrategy.test.d.ts +1 -1
- package/dist/hooks/useSelectable/index.d.ts +2 -2
- package/dist/hooks/useSelectable/useSelectable.d.ts +6 -6
- package/dist/hooks/useSelectable/useSelectable.test.d.ts +1 -1
- package/dist/hooks/useSelectable/useSelectable.types.d.ts +46 -46
- package/dist/hooks/useWindowResize/index.d.ts +1 -1
- package/dist/hooks/useWindowResize/useWindowResize.d.ts +5 -5
- package/dist/index.d.ts +97 -97
- package/dist/index.js +305 -2676
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9310 -0
- package/dist/index.mjs.map +1 -0
- package/dist/miranda-compatibility.theme-C3Dt-45K.js +2 -0
- package/dist/miranda-compatibility.theme-C3Dt-45K.js.map +1 -0
- package/dist/miranda-compatibility.theme-ClCWbTIT.mjs +2525 -0
- package/dist/miranda-compatibility.theme-ClCWbTIT.mjs.map +1 -0
- package/dist/prop-C4yDbi0C.mjs +53 -0
- package/dist/prop-C4yDbi0C.mjs.map +1 -0
- package/dist/prop-pWSEOvKc.js +2 -0
- package/dist/{prop-597d4792.js.map → prop-pWSEOvKc.js.map} +1 -1
- package/dist/styles/activatable.d.ts +10 -10
- package/dist/styles/disableable.d.ts +10 -10
- package/dist/styles/ellipsizable.d.ts +7 -7
- package/dist/styles/focusable.d.ts +10 -10
- package/dist/styles/font.d.ts +16 -16
- package/dist/styles/font.test.d.ts +1 -1
- package/dist/styles/hidden.d.ts +7 -7
- package/dist/styles/hoverable.d.ts +10 -10
- package/dist/styles/transition.d.ts +11 -11
- package/dist/styles/typography.d.ts +26 -27
- package/dist/styles/typography.test.d.ts +1 -1
- package/dist/testing/DatePickerEvent/DatePickerEvent.d.ts +42 -42
- package/dist/testing/DatePickerEvent/DateRangePickerEvent.d.ts +41 -41
- package/dist/testing/DatePickerEvent/index.d.ts +2 -2
- package/dist/testing/DragDropFileEvent/DragDropFileEvent.d.ts +6 -6
- package/dist/testing/DragDropFileEvent/index.d.ts +1 -1
- package/dist/testing/SelectEvent/SelectEvent.d.ts +66 -66
- package/dist/testing/SelectEvent/SelectEvent.test.d.ts +1 -1
- package/dist/testing/SelectEvent/index.d.ts +1 -1
- package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +10 -10
- package/dist/testing/getInterpolatedStyles/index.d.ts +1 -1
- package/dist/testing/index.d.ts +5 -5
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/testing/index.mjs +227 -0
- package/dist/testing/index.mjs.map +1 -0
- package/dist/testing/renderWithDragDropFileProvider/index.d.ts +1 -1
- package/dist/testing/renderWithDragDropFileProvider/renderWithDragDropFileProvider.d.ts +5 -5
- package/dist/tests/generator.d.ts +34 -35
- package/dist/tests/renderer.d.ts +9 -10
- package/dist/theming/index.d.ts +16 -16
- package/dist/theming/index.js +1 -1
- package/dist/theming/index.js.map +1 -1
- package/dist/theming/index.mjs +19 -0
- package/dist/theming/index.mjs.map +1 -0
- package/dist/theming/themes/alice.theme.d.ts +812 -812
- package/dist/theming/themes/index.d.ts +3 -3
- package/dist/theming/themes/loadsmart.theme.d.ts +794 -794
- package/dist/theming/themes/miranda-compatibility.theme.d.ts +808 -808
- package/dist/theming/theming.helpers.d.ts +22 -22
- package/dist/toArray-BJfx0Xhj.mjs +38 -0
- package/dist/toArray-BJfx0Xhj.mjs.map +1 -0
- package/dist/toArray-Dw6F-w3t.js +2 -0
- package/dist/{toArray-b56541b4.js.map → toArray-Dw6F-w3t.js.map} +1 -1
- package/dist/tools/conditional.d.ts +39 -39
- package/dist/tools/conditional.test.d.ts +1 -1
- package/dist/tools/index.d.ts +2 -2
- package/dist/tools/index.js +1 -1
- package/dist/tools/index.mjs +7 -0
- package/dist/tools/index.mjs.map +1 -0
- package/dist/tools/prop.d.ts +15 -15
- package/dist/tools/prop.test.d.ts +1 -1
- package/dist/utils/toolset/awaitTo.d.ts +10 -10
- package/dist/utils/toolset/flatten.d.ts +2 -1
- package/dist/utils/toolset/formatBytes.d.ts +4 -4
- package/dist/utils/toolset/formatBytes.test.d.ts +1 -1
- package/dist/utils/toolset/get.d.ts +2 -1
- package/dist/utils/toolset/getID.d.ts +13 -13
- package/dist/utils/toolset/getID.test.d.ts +1 -1
- package/dist/utils/toolset/getOrdinalSuffix.d.ts +1 -1
- package/dist/utils/toolset/getOrdinalSuffix.test.d.ts +1 -1
- package/dist/utils/toolset/highlightMatch.d.ts +9 -10
- package/dist/utils/toolset/highlightMatch.test.d.ts +1 -1
- package/dist/utils/toolset/interleave.d.ts +2 -2
- package/dist/utils/toolset/interleave.test.d.ts +1 -1
- package/dist/utils/toolset/isEmpty.d.ts +2 -1
- package/dist/utils/toolset/isThenable.d.ts +5 -5
- package/dist/utils/toolset/isThenable.test.d.ts +1 -1
- package/dist/utils/toolset/keyboard.d.ts +24 -24
- package/dist/utils/toolset/omit.d.ts +2 -1
- package/dist/utils/toolset/pluralize.d.ts +14 -14
- package/dist/utils/toolset/range.d.ts +2 -1
- package/dist/utils/toolset/rem.d.ts +3 -3
- package/dist/utils/toolset/styledCompounds.d.ts +12 -13
- package/dist/utils/toolset/toArray.d.ts +2 -2
- package/dist/utils/types/ColorScheme.d.ts +2 -2
- package/dist/utils/types/EventLike.d.ts +10 -10
- package/dist/utils/types/InterpolatedStyle.d.ts +2 -2
- package/dist/utils/types/Status.d.ts +7 -7
- package/package.json +31 -50
- package/src/components/Dropdown/Dropdown.test.tsx +3 -1
- package/src/components/Icon/Icon.tsx +21 -21
- package/src/components/IconFactory/IconFactory.tsx +3 -3
- package/src/components/Select/Select.stories.tsx +1 -1
- package/src/components/Switch/Switch.test.tsx +3 -1
- package/src/components/Text/Text.stories.tsx +29 -25
- package/src/utils/toolset/flatten.ts +3 -1
- package/src/utils/toolset/get.ts +2 -1
- package/src/utils/toolset/isEmpty.ts +2 -1
- package/src/utils/toolset/omit.ts +2 -1
- package/src/utils/toolset/range.ts +2 -1
- package/dist/DragDropFile.context-bbb7d631.js +0 -2
- package/dist/DragDropFile.context-bbb7d631.js.map +0 -1
- package/dist/miranda-compatibility.theme-8689186b.js +0 -2
- package/dist/miranda-compatibility.theme-8689186b.js.map +0 -1
- package/dist/prop-597d4792.js +0 -2
- package/dist/toArray-b56541b4.js +0 -2
- package/dist/utils/toolset/debounce.d.ts +0 -1
- package/src/utils/toolset/debounce.ts +0 -1
|
@@ -1,885 +1,905 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"aria-
|
|
99
|
-
"aria-
|
|
100
|
-
"aria-
|
|
101
|
-
"aria-
|
|
102
|
-
"aria-
|
|
103
|
-
"aria-
|
|
104
|
-
"aria-
|
|
105
|
-
"aria-
|
|
106
|
-
"aria-
|
|
107
|
-
"aria-
|
|
108
|
-
"aria-
|
|
109
|
-
"aria-
|
|
110
|
-
"aria-
|
|
111
|
-
"aria-
|
|
112
|
-
"aria-
|
|
113
|
-
"aria-
|
|
114
|
-
"aria-
|
|
115
|
-
"aria-
|
|
116
|
-
"aria-
|
|
117
|
-
"aria-
|
|
118
|
-
"aria-
|
|
119
|
-
"aria-
|
|
120
|
-
"aria-
|
|
121
|
-
"aria-
|
|
122
|
-
"aria-
|
|
123
|
-
"aria-
|
|
124
|
-
"aria-
|
|
125
|
-
"aria-
|
|
126
|
-
"aria-
|
|
127
|
-
"aria-
|
|
128
|
-
"aria-
|
|
129
|
-
"aria-
|
|
130
|
-
"aria-
|
|
131
|
-
"aria-
|
|
132
|
-
"aria-
|
|
133
|
-
"aria-
|
|
134
|
-
"aria-
|
|
135
|
-
"aria-
|
|
136
|
-
"aria-
|
|
137
|
-
"aria-
|
|
138
|
-
"aria-
|
|
139
|
-
"aria-
|
|
140
|
-
"aria-
|
|
141
|
-
"aria-
|
|
142
|
-
"aria-
|
|
143
|
-
"aria-
|
|
144
|
-
"aria-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
"aria-
|
|
405
|
-
"aria-
|
|
406
|
-
"aria-
|
|
407
|
-
"aria-
|
|
408
|
-
"aria-
|
|
409
|
-
"aria-
|
|
410
|
-
"aria-
|
|
411
|
-
"aria-
|
|
412
|
-
"aria-
|
|
413
|
-
"aria-
|
|
414
|
-
"aria-
|
|
415
|
-
"aria-
|
|
416
|
-
"aria-
|
|
417
|
-
"aria-
|
|
418
|
-
"aria-
|
|
419
|
-
"aria-
|
|
420
|
-
"aria-
|
|
421
|
-
"aria-
|
|
422
|
-
"aria-
|
|
423
|
-
"aria-
|
|
424
|
-
"aria-
|
|
425
|
-
"aria-
|
|
426
|
-
"aria-
|
|
427
|
-
"aria-
|
|
428
|
-
"aria-
|
|
429
|
-
"aria-
|
|
430
|
-
"aria-
|
|
431
|
-
"aria-
|
|
432
|
-
"aria-
|
|
433
|
-
"aria-
|
|
434
|
-
"aria-
|
|
435
|
-
"aria-
|
|
436
|
-
"aria-
|
|
437
|
-
"aria-
|
|
438
|
-
"aria-
|
|
439
|
-
"aria-
|
|
440
|
-
"aria-
|
|
441
|
-
"aria-
|
|
442
|
-
"aria-
|
|
443
|
-
"aria-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
"aria-
|
|
684
|
-
"aria-
|
|
685
|
-
"aria-
|
|
686
|
-
"aria-
|
|
687
|
-
"aria-
|
|
688
|
-
"aria-
|
|
689
|
-
"aria-
|
|
690
|
-
"aria-
|
|
691
|
-
"aria-
|
|
692
|
-
"aria-
|
|
693
|
-
"aria-
|
|
694
|
-
"aria-
|
|
695
|
-
"aria-
|
|
696
|
-
"aria-
|
|
697
|
-
"aria-
|
|
698
|
-
"aria-
|
|
699
|
-
"aria-
|
|
700
|
-
"aria-
|
|
701
|
-
"aria-
|
|
702
|
-
"aria-
|
|
703
|
-
"aria-
|
|
704
|
-
"aria-
|
|
705
|
-
"aria-
|
|
706
|
-
"aria-
|
|
707
|
-
"aria-
|
|
708
|
-
"aria-
|
|
709
|
-
"aria-
|
|
710
|
-
"aria-
|
|
711
|
-
"aria-
|
|
712
|
-
"aria-
|
|
713
|
-
"aria-
|
|
714
|
-
"aria-
|
|
715
|
-
"aria-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
1
|
+
import { CalendarDate } from '../Calendar';
|
|
2
|
+
import { DateRangePickerProps } from './DatePicker.types';
|
|
3
|
+
declare function useDateRangePicker(props: DateRangePickerProps): {
|
|
4
|
+
value: string[];
|
|
5
|
+
getDropdownProps: () => {
|
|
6
|
+
disabled: boolean | undefined;
|
|
7
|
+
toggle: () => void;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
onBlur: () => void;
|
|
10
|
+
};
|
|
11
|
+
getRangeStartInputProps: () => {
|
|
12
|
+
id: string | undefined;
|
|
13
|
+
name: string;
|
|
14
|
+
disabled: boolean | undefined;
|
|
15
|
+
onChange: (date: CalendarDate) => void;
|
|
16
|
+
onClick: () => void;
|
|
17
|
+
onFocus(): void;
|
|
18
|
+
ref(node: HTMLInputElement | null): void;
|
|
19
|
+
className?: string;
|
|
20
|
+
children?: import('react').ReactNode;
|
|
21
|
+
accept?: string | undefined;
|
|
22
|
+
alt?: string | undefined;
|
|
23
|
+
autoComplete?: string | undefined;
|
|
24
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
25
|
+
checked?: boolean | undefined;
|
|
26
|
+
form?: string | undefined;
|
|
27
|
+
formAction?: string | undefined;
|
|
28
|
+
formEncType?: string | undefined;
|
|
29
|
+
formMethod?: string | undefined;
|
|
30
|
+
formNoValidate?: boolean | undefined;
|
|
31
|
+
formTarget?: string | undefined;
|
|
32
|
+
height?: number | string | undefined;
|
|
33
|
+
list?: string | undefined;
|
|
34
|
+
max?: number | string | undefined;
|
|
35
|
+
maxLength?: number | undefined;
|
|
36
|
+
min?: number | string | undefined;
|
|
37
|
+
minLength?: number | undefined;
|
|
38
|
+
multiple?: boolean | undefined;
|
|
39
|
+
pattern?: string | undefined;
|
|
40
|
+
placeholder?: string | undefined;
|
|
41
|
+
readOnly?: boolean | undefined;
|
|
42
|
+
required?: boolean | undefined;
|
|
43
|
+
size?: number | undefined;
|
|
44
|
+
src?: string | undefined;
|
|
45
|
+
step?: number | string | undefined;
|
|
46
|
+
type?: import('react').HTMLInputTypeAttribute | undefined;
|
|
47
|
+
value?: string | readonly string[] | number | undefined;
|
|
48
|
+
width?: number | string | undefined;
|
|
49
|
+
defaultChecked?: boolean | undefined;
|
|
50
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
51
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
52
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
53
|
+
accessKey?: string | undefined;
|
|
54
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
55
|
+
autoFocus?: boolean | undefined;
|
|
56
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
57
|
+
contextMenu?: string | undefined;
|
|
58
|
+
dir?: string | undefined;
|
|
59
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
60
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
61
|
+
hidden?: boolean | undefined;
|
|
62
|
+
lang?: string | undefined;
|
|
63
|
+
nonce?: string | undefined;
|
|
64
|
+
slot?: string | undefined;
|
|
65
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
style?: import('react').CSSProperties | undefined;
|
|
67
|
+
tabIndex?: number | undefined;
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
translate?: "yes" | "no" | undefined;
|
|
70
|
+
radioGroup?: string | undefined;
|
|
71
|
+
role?: import('react').AriaRole | undefined;
|
|
72
|
+
about?: string | undefined;
|
|
73
|
+
content?: string | undefined;
|
|
74
|
+
datatype?: string | undefined;
|
|
75
|
+
inlist?: any;
|
|
76
|
+
prefix?: string | undefined;
|
|
77
|
+
property?: string | undefined;
|
|
78
|
+
rel?: string | undefined;
|
|
79
|
+
resource?: string | undefined;
|
|
80
|
+
rev?: string | undefined;
|
|
81
|
+
typeof?: string | undefined;
|
|
82
|
+
vocab?: string | undefined;
|
|
83
|
+
autoCorrect?: string | undefined;
|
|
84
|
+
autoSave?: string | undefined;
|
|
85
|
+
color?: string | undefined;
|
|
86
|
+
itemProp?: string | undefined;
|
|
87
|
+
itemScope?: boolean | undefined;
|
|
88
|
+
itemType?: string | undefined;
|
|
89
|
+
itemID?: string | undefined;
|
|
90
|
+
itemRef?: string | undefined;
|
|
91
|
+
results?: number | undefined;
|
|
92
|
+
security?: string | undefined;
|
|
93
|
+
unselectable?: "on" | "off" | undefined;
|
|
94
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
95
|
+
is?: string | undefined;
|
|
96
|
+
exportparts?: string | undefined;
|
|
97
|
+
part?: string | undefined;
|
|
98
|
+
"aria-activedescendant"?: string | undefined;
|
|
99
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
100
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
101
|
+
"aria-braillelabel"?: string | undefined;
|
|
102
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
103
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
104
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
105
|
+
"aria-colcount"?: number | undefined;
|
|
106
|
+
"aria-colindex"?: number | undefined;
|
|
107
|
+
"aria-colindextext"?: string | undefined;
|
|
108
|
+
"aria-colspan"?: number | undefined;
|
|
109
|
+
"aria-controls"?: string | undefined;
|
|
110
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
111
|
+
"aria-describedby"?: string | undefined;
|
|
112
|
+
"aria-description"?: string | undefined;
|
|
113
|
+
"aria-details"?: string | undefined;
|
|
114
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
115
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
116
|
+
"aria-errormessage"?: string | undefined;
|
|
117
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
118
|
+
"aria-flowto"?: string | undefined;
|
|
119
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
120
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
121
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
122
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
123
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
124
|
+
"aria-label"?: string | undefined;
|
|
125
|
+
"aria-labelledby"?: string | undefined;
|
|
126
|
+
"aria-level"?: number | undefined;
|
|
127
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
128
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
129
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
130
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
131
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
132
|
+
"aria-owns"?: string | undefined;
|
|
133
|
+
"aria-placeholder"?: string | undefined;
|
|
134
|
+
"aria-posinset"?: number | undefined;
|
|
135
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
136
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
137
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
138
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
139
|
+
"aria-roledescription"?: string | undefined;
|
|
140
|
+
"aria-rowcount"?: number | undefined;
|
|
141
|
+
"aria-rowindex"?: number | undefined;
|
|
142
|
+
"aria-rowindextext"?: string | undefined;
|
|
143
|
+
"aria-rowspan"?: number | undefined;
|
|
144
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
145
|
+
"aria-setsize"?: number | undefined;
|
|
146
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
147
|
+
"aria-valuemax"?: number | undefined;
|
|
148
|
+
"aria-valuemin"?: number | undefined;
|
|
149
|
+
"aria-valuenow"?: number | undefined;
|
|
150
|
+
"aria-valuetext"?: string | undefined;
|
|
151
|
+
dangerouslySetInnerHTML?: {
|
|
152
|
+
__html: string | TrustedHTML;
|
|
153
|
+
} | undefined;
|
|
154
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
155
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
156
|
+
onCut?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
157
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
158
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
159
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
160
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
161
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
162
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
163
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
164
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
165
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
166
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
167
|
+
onBlur?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
168
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
169
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
170
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
171
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
172
|
+
onInput?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
173
|
+
onInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
174
|
+
onReset?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
175
|
+
onResetCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
176
|
+
onSubmit?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
177
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
178
|
+
onInvalid?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
179
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
180
|
+
onLoad?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
181
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
182
|
+
onError?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
183
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
184
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
185
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
186
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
187
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
188
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
189
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
190
|
+
onAbort?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
191
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
192
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
193
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
194
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
195
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
196
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
197
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
198
|
+
onEmptied?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
199
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
200
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
201
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
202
|
+
onEnded?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
203
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
204
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
205
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
206
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
207
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
208
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
209
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
210
|
+
onPause?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
211
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
212
|
+
onPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
213
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
214
|
+
onPlaying?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
215
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
216
|
+
onProgress?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
217
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
218
|
+
onRateChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
219
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
220
|
+
onSeeked?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
221
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
222
|
+
onSeeking?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
223
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
224
|
+
onStalled?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
225
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
226
|
+
onSuspend?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
227
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
228
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
229
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
230
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
231
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
232
|
+
onWaiting?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
233
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
234
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
235
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
236
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
237
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
238
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
239
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
240
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
241
|
+
onDrag?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
242
|
+
onDragCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
243
|
+
onDragEnd?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
244
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
245
|
+
onDragEnter?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
246
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
247
|
+
onDragExit?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
248
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
249
|
+
onDragLeave?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
250
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
251
|
+
onDragOver?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
252
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
253
|
+
onDragStart?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
254
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
255
|
+
onDrop?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
256
|
+
onDropCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
257
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
258
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
259
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
260
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
261
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
262
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
263
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
264
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
265
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
266
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
267
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
268
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
269
|
+
onSelect?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
270
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
271
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
272
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
273
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
274
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
275
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
276
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
277
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
278
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
279
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
280
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
281
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
282
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
283
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
284
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
285
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
286
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
287
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
288
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
289
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
290
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
291
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
292
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
293
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
294
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
295
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
296
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
297
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
298
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
299
|
+
onScroll?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
300
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
301
|
+
onWheel?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
302
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
303
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
304
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
305
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
306
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
307
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
308
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
309
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
310
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
311
|
+
scale?: "small" | "default" | "large";
|
|
312
|
+
status?: import('../../utils/types/Status').default;
|
|
313
|
+
scheme?: import('../../utils/types/ColorScheme').default;
|
|
314
|
+
leading?: import('react').ReactNode;
|
|
315
|
+
trailing?: import('react').ReactNode;
|
|
316
|
+
};
|
|
317
|
+
getRangeEndInputProps: () => {
|
|
318
|
+
id: string | undefined;
|
|
319
|
+
name: string;
|
|
320
|
+
disabled: boolean | undefined;
|
|
321
|
+
onChange: (date: CalendarDate) => void;
|
|
322
|
+
onClick: () => void;
|
|
323
|
+
onFocus(): void;
|
|
324
|
+
ref(node: HTMLInputElement | null): void;
|
|
325
|
+
className?: string;
|
|
326
|
+
children?: import('react').ReactNode;
|
|
327
|
+
accept?: string | undefined;
|
|
328
|
+
alt?: string | undefined;
|
|
329
|
+
autoComplete?: string | undefined;
|
|
330
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
331
|
+
checked?: boolean | undefined;
|
|
332
|
+
form?: string | undefined;
|
|
333
|
+
formAction?: string | undefined;
|
|
334
|
+
formEncType?: string | undefined;
|
|
335
|
+
formMethod?: string | undefined;
|
|
336
|
+
formNoValidate?: boolean | undefined;
|
|
337
|
+
formTarget?: string | undefined;
|
|
338
|
+
height?: number | string | undefined;
|
|
339
|
+
list?: string | undefined;
|
|
340
|
+
max?: number | string | undefined;
|
|
341
|
+
maxLength?: number | undefined;
|
|
342
|
+
min?: number | string | undefined;
|
|
343
|
+
minLength?: number | undefined;
|
|
344
|
+
multiple?: boolean | undefined;
|
|
345
|
+
pattern?: string | undefined;
|
|
346
|
+
placeholder?: string | undefined;
|
|
347
|
+
readOnly?: boolean | undefined;
|
|
348
|
+
required?: boolean | undefined;
|
|
349
|
+
size?: number | undefined;
|
|
350
|
+
src?: string | undefined;
|
|
351
|
+
step?: number | string | undefined;
|
|
352
|
+
type?: import('react').HTMLInputTypeAttribute | undefined;
|
|
353
|
+
value?: string | readonly string[] | number | undefined;
|
|
354
|
+
width?: number | string | undefined;
|
|
355
|
+
defaultChecked?: boolean | undefined;
|
|
356
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
357
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
358
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
359
|
+
accessKey?: string | undefined;
|
|
360
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
361
|
+
autoFocus?: boolean | undefined;
|
|
362
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
363
|
+
contextMenu?: string | undefined;
|
|
364
|
+
dir?: string | undefined;
|
|
365
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
366
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
367
|
+
hidden?: boolean | undefined;
|
|
368
|
+
lang?: string | undefined;
|
|
369
|
+
nonce?: string | undefined;
|
|
370
|
+
slot?: string | undefined;
|
|
371
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
372
|
+
style?: import('react').CSSProperties | undefined;
|
|
373
|
+
tabIndex?: number | undefined;
|
|
374
|
+
title?: string | undefined;
|
|
375
|
+
translate?: "yes" | "no" | undefined;
|
|
376
|
+
radioGroup?: string | undefined;
|
|
377
|
+
role?: import('react').AriaRole | undefined;
|
|
378
|
+
about?: string | undefined;
|
|
379
|
+
content?: string | undefined;
|
|
380
|
+
datatype?: string | undefined;
|
|
381
|
+
inlist?: any;
|
|
382
|
+
prefix?: string | undefined;
|
|
383
|
+
property?: string | undefined;
|
|
384
|
+
rel?: string | undefined;
|
|
385
|
+
resource?: string | undefined;
|
|
386
|
+
rev?: string | undefined;
|
|
387
|
+
typeof?: string | undefined;
|
|
388
|
+
vocab?: string | undefined;
|
|
389
|
+
autoCorrect?: string | undefined;
|
|
390
|
+
autoSave?: string | undefined;
|
|
391
|
+
color?: string | undefined;
|
|
392
|
+
itemProp?: string | undefined;
|
|
393
|
+
itemScope?: boolean | undefined;
|
|
394
|
+
itemType?: string | undefined;
|
|
395
|
+
itemID?: string | undefined;
|
|
396
|
+
itemRef?: string | undefined;
|
|
397
|
+
results?: number | undefined;
|
|
398
|
+
security?: string | undefined;
|
|
399
|
+
unselectable?: "on" | "off" | undefined;
|
|
400
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
401
|
+
is?: string | undefined;
|
|
402
|
+
exportparts?: string | undefined;
|
|
403
|
+
part?: string | undefined;
|
|
404
|
+
"aria-activedescendant"?: string | undefined;
|
|
405
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
406
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
407
|
+
"aria-braillelabel"?: string | undefined;
|
|
408
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
409
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
410
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
411
|
+
"aria-colcount"?: number | undefined;
|
|
412
|
+
"aria-colindex"?: number | undefined;
|
|
413
|
+
"aria-colindextext"?: string | undefined;
|
|
414
|
+
"aria-colspan"?: number | undefined;
|
|
415
|
+
"aria-controls"?: string | undefined;
|
|
416
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
417
|
+
"aria-describedby"?: string | undefined;
|
|
418
|
+
"aria-description"?: string | undefined;
|
|
419
|
+
"aria-details"?: string | undefined;
|
|
420
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
421
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
422
|
+
"aria-errormessage"?: string | undefined;
|
|
423
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
424
|
+
"aria-flowto"?: string | undefined;
|
|
425
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
426
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
427
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
428
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
429
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
430
|
+
"aria-label"?: string | undefined;
|
|
431
|
+
"aria-labelledby"?: string | undefined;
|
|
432
|
+
"aria-level"?: number | undefined;
|
|
433
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
434
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
435
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
436
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
437
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
438
|
+
"aria-owns"?: string | undefined;
|
|
439
|
+
"aria-placeholder"?: string | undefined;
|
|
440
|
+
"aria-posinset"?: number | undefined;
|
|
441
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
442
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
443
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
444
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
445
|
+
"aria-roledescription"?: string | undefined;
|
|
446
|
+
"aria-rowcount"?: number | undefined;
|
|
447
|
+
"aria-rowindex"?: number | undefined;
|
|
448
|
+
"aria-rowindextext"?: string | undefined;
|
|
449
|
+
"aria-rowspan"?: number | undefined;
|
|
450
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
451
|
+
"aria-setsize"?: number | undefined;
|
|
452
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
453
|
+
"aria-valuemax"?: number | undefined;
|
|
454
|
+
"aria-valuemin"?: number | undefined;
|
|
455
|
+
"aria-valuenow"?: number | undefined;
|
|
456
|
+
"aria-valuetext"?: string | undefined;
|
|
457
|
+
dangerouslySetInnerHTML?: {
|
|
458
|
+
__html: string | TrustedHTML;
|
|
459
|
+
} | undefined;
|
|
460
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
461
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
462
|
+
onCut?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
463
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
464
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
465
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
466
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
467
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
468
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
469
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
470
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
471
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
472
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
473
|
+
onBlur?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
474
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
475
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
476
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
477
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
478
|
+
onInput?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
479
|
+
onInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
480
|
+
onReset?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
481
|
+
onResetCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
482
|
+
onSubmit?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
483
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
484
|
+
onInvalid?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
485
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
486
|
+
onLoad?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
487
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
488
|
+
onError?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
489
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
490
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
491
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
492
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
493
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
494
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
495
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
496
|
+
onAbort?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
497
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
498
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
499
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
500
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
501
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
502
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
503
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
504
|
+
onEmptied?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
505
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
506
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
507
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
508
|
+
onEnded?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
509
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
510
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
511
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
512
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
513
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
514
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
515
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
516
|
+
onPause?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
517
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
518
|
+
onPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
519
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
520
|
+
onPlaying?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
521
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
522
|
+
onProgress?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
523
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
524
|
+
onRateChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
525
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
526
|
+
onSeeked?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
527
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
528
|
+
onSeeking?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
529
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
530
|
+
onStalled?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
531
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
532
|
+
onSuspend?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
533
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
534
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
535
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
536
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
537
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
538
|
+
onWaiting?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
539
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
540
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
541
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
542
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
543
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
544
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
545
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
546
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
547
|
+
onDrag?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
548
|
+
onDragCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
549
|
+
onDragEnd?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
550
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
551
|
+
onDragEnter?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
552
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
553
|
+
onDragExit?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
554
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
555
|
+
onDragLeave?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
556
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
557
|
+
onDragOver?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
558
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
559
|
+
onDragStart?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
560
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
561
|
+
onDrop?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
562
|
+
onDropCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
563
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
564
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
565
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
566
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
567
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
568
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
569
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
570
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
571
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
572
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
573
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
574
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
575
|
+
onSelect?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
576
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
577
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
578
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
579
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
580
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
581
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
582
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
583
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
584
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
585
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
586
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
587
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
588
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
589
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
590
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
591
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
592
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
593
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
594
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
595
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
596
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
597
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
598
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
599
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
600
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
601
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
602
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
603
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
604
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
605
|
+
onScroll?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
606
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
607
|
+
onWheel?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
608
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
609
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
610
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
611
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
612
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
613
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
614
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
615
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
616
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
617
|
+
scale?: "small" | "default" | "large";
|
|
618
|
+
status?: import('../../utils/types/Status').default;
|
|
619
|
+
scheme?: import('../../utils/types/ColorScheme').default;
|
|
620
|
+
leading?: import('react').ReactNode;
|
|
621
|
+
trailing?: import('react').ReactNode;
|
|
622
|
+
};
|
|
623
|
+
getClearProps: () => {
|
|
624
|
+
onClick: () => void;
|
|
625
|
+
};
|
|
626
|
+
getCalendarProps: () => {
|
|
627
|
+
calendar: import('../Calendar/Calendar.types').useCalendarReturn;
|
|
628
|
+
onDayClick: (timestamp: number) => void;
|
|
629
|
+
onMonthClick?: import('../Calendar/Calendar.types').CalendarPickerProps["onMonthClick"];
|
|
630
|
+
onYearClick?: import('../Calendar/Calendar.types').CalendarPickerProps["onYearClick"];
|
|
631
|
+
defaultChecked?: boolean | undefined;
|
|
632
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
633
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
634
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
635
|
+
accessKey?: string | undefined;
|
|
636
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
637
|
+
autoFocus?: boolean | undefined;
|
|
638
|
+
className?: string | undefined;
|
|
639
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
640
|
+
contextMenu?: string | undefined;
|
|
641
|
+
dir?: string | undefined;
|
|
642
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
643
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
644
|
+
hidden?: boolean | undefined;
|
|
645
|
+
id?: string | undefined;
|
|
646
|
+
lang?: string | undefined;
|
|
647
|
+
nonce?: string | undefined;
|
|
648
|
+
placeholder?: string | undefined;
|
|
649
|
+
slot?: string | undefined;
|
|
650
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
651
|
+
style?: import('react').CSSProperties | undefined;
|
|
652
|
+
tabIndex?: number | undefined;
|
|
653
|
+
title?: string | undefined;
|
|
654
|
+
translate?: "yes" | "no" | undefined;
|
|
655
|
+
radioGroup?: string | undefined;
|
|
656
|
+
role?: import('react').AriaRole | undefined;
|
|
657
|
+
about?: string | undefined;
|
|
658
|
+
content?: string | undefined;
|
|
659
|
+
datatype?: string | undefined;
|
|
660
|
+
inlist?: any;
|
|
661
|
+
prefix?: string | undefined;
|
|
662
|
+
property?: string | undefined;
|
|
663
|
+
rel?: string | undefined;
|
|
664
|
+
resource?: string | undefined;
|
|
665
|
+
rev?: string | undefined;
|
|
666
|
+
typeof?: string | undefined;
|
|
667
|
+
vocab?: string | undefined;
|
|
668
|
+
autoCorrect?: string | undefined;
|
|
669
|
+
autoSave?: string | undefined;
|
|
670
|
+
color?: string | undefined;
|
|
671
|
+
itemProp?: string | undefined;
|
|
672
|
+
itemScope?: boolean | undefined;
|
|
673
|
+
itemType?: string | undefined;
|
|
674
|
+
itemID?: string | undefined;
|
|
675
|
+
itemRef?: string | undefined;
|
|
676
|
+
results?: number | undefined;
|
|
677
|
+
security?: string | undefined;
|
|
678
|
+
unselectable?: "on" | "off" | undefined;
|
|
679
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
680
|
+
is?: string | undefined;
|
|
681
|
+
exportparts?: string | undefined;
|
|
682
|
+
part?: string | undefined;
|
|
683
|
+
"aria-activedescendant"?: string | undefined;
|
|
684
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
685
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
686
|
+
"aria-braillelabel"?: string | undefined;
|
|
687
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
688
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
689
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
690
|
+
"aria-colcount"?: number | undefined;
|
|
691
|
+
"aria-colindex"?: number | undefined;
|
|
692
|
+
"aria-colindextext"?: string | undefined;
|
|
693
|
+
"aria-colspan"?: number | undefined;
|
|
694
|
+
"aria-controls"?: string | undefined;
|
|
695
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
696
|
+
"aria-describedby"?: string | undefined;
|
|
697
|
+
"aria-description"?: string | undefined;
|
|
698
|
+
"aria-details"?: string | undefined;
|
|
699
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
700
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
701
|
+
"aria-errormessage"?: string | undefined;
|
|
702
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
703
|
+
"aria-flowto"?: string | undefined;
|
|
704
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
705
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
706
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
707
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
708
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
709
|
+
"aria-label"?: string | undefined;
|
|
710
|
+
"aria-labelledby"?: string | undefined;
|
|
711
|
+
"aria-level"?: number | undefined;
|
|
712
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
713
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
714
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
715
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
716
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
717
|
+
"aria-owns"?: string | undefined;
|
|
718
|
+
"aria-placeholder"?: string | undefined;
|
|
719
|
+
"aria-posinset"?: number | undefined;
|
|
720
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
721
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
722
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
723
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
724
|
+
"aria-roledescription"?: string | undefined;
|
|
725
|
+
"aria-rowcount"?: number | undefined;
|
|
726
|
+
"aria-rowindex"?: number | undefined;
|
|
727
|
+
"aria-rowindextext"?: string | undefined;
|
|
728
|
+
"aria-rowspan"?: number | undefined;
|
|
729
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
730
|
+
"aria-setsize"?: number | undefined;
|
|
731
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
732
|
+
"aria-valuemax"?: number | undefined;
|
|
733
|
+
"aria-valuemin"?: number | undefined;
|
|
734
|
+
"aria-valuenow"?: number | undefined;
|
|
735
|
+
"aria-valuetext"?: string | undefined;
|
|
736
|
+
children?: import('react').ReactNode | undefined;
|
|
737
|
+
dangerouslySetInnerHTML?: {
|
|
738
|
+
__html: string | TrustedHTML;
|
|
739
|
+
} | undefined;
|
|
740
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
741
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
742
|
+
onCut?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
743
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
744
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
745
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
746
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
747
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
748
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
749
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
750
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
751
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
752
|
+
onFocus?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
753
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
754
|
+
onBlur?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
755
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
756
|
+
onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
757
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
758
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
759
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
760
|
+
onInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
761
|
+
onInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
762
|
+
onReset?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
763
|
+
onResetCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
764
|
+
onSubmit?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
765
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
766
|
+
onInvalid?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
767
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
768
|
+
onLoad?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
769
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
770
|
+
onError?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
771
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
772
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
773
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
774
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
775
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
776
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
777
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
778
|
+
onAbort?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
779
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
780
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
781
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
782
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
783
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
784
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
785
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
786
|
+
onEmptied?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
787
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
788
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
789
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
790
|
+
onEnded?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
791
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
792
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
793
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
794
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
795
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
796
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
797
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
798
|
+
onPause?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
799
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
800
|
+
onPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
801
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
802
|
+
onPlaying?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
803
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
804
|
+
onProgress?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
805
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
806
|
+
onRateChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
807
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
808
|
+
onSeeked?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
809
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
810
|
+
onSeeking?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
811
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
812
|
+
onStalled?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
813
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
814
|
+
onSuspend?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
815
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
816
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
817
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
818
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
819
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
820
|
+
onWaiting?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
821
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
822
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
823
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
824
|
+
onClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
825
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
826
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
827
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
828
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
829
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
830
|
+
onDrag?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
831
|
+
onDragCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
832
|
+
onDragEnd?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
833
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
834
|
+
onDragEnter?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
835
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
836
|
+
onDragExit?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
837
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
838
|
+
onDragLeave?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
839
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
840
|
+
onDragOver?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
841
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
842
|
+
onDragStart?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
843
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
844
|
+
onDrop?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
845
|
+
onDropCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
846
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
847
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
848
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
849
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
850
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
851
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
852
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
853
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
854
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
855
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
856
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
857
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
858
|
+
onSelect?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
859
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
860
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
861
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
862
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
863
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
864
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
865
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
866
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
867
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
868
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
869
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
870
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
871
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
872
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
873
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
874
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
875
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
876
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
877
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
878
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
879
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
880
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
881
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
882
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
883
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
884
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
885
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
886
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
887
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
888
|
+
onScroll?: import('react').UIEventHandler<HTMLDivElement> | undefined;
|
|
889
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
|
|
890
|
+
onWheel?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
|
|
891
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
|
|
892
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
893
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
894
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
895
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
896
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
897
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
898
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
899
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
900
|
+
};
|
|
901
|
+
getDoneProps: () => {
|
|
902
|
+
onClick: () => void;
|
|
903
|
+
};
|
|
904
|
+
};
|
|
905
|
+
export default useDateRangePicker;
|