@hitachivantara/uikit-react-core 5.17.0 → 5.18.1
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/cjs/components/Accordion/Accordion.cjs +1 -1
- package/dist/cjs/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/cjs/components/ActionBar/ActionBar.cjs.map +1 -1
- package/dist/cjs/components/ActionsGeneric/ActionsGeneric.cjs +2 -3
- package/dist/cjs/components/ActionsGeneric/ActionsGeneric.cjs.map +1 -1
- package/dist/cjs/components/AppSwitcher/AppSwitcher.cjs +2 -5
- package/dist/cjs/components/AppSwitcher/AppSwitcher.cjs.map +1 -1
- package/dist/cjs/components/Banner/Banner.cjs.map +1 -1
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.cjs +37 -39
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.cjs.map +1 -1
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs +9 -3
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs.map +1 -1
- package/dist/cjs/components/Banner/BannerContent/BannerContent.cjs.map +1 -1
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/MessageContainer.cjs +23 -26
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/MessageContainer.cjs.map +1 -1
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/MessageContainer.styles.cjs +9 -3
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/MessageContainer.styles.cjs.map +1 -1
- package/dist/cjs/components/BaseInput/BaseInput.cjs +56 -45
- package/dist/cjs/components/BaseInput/BaseInput.cjs.map +1 -1
- package/dist/cjs/components/BaseInput/BaseInput.styles.cjs +37 -33
- package/dist/cjs/components/BaseInput/BaseInput.styles.cjs.map +1 -1
- package/dist/cjs/components/Box/Box.cjs +2 -2
- package/dist/cjs/components/Box/Box.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/Page/Page.cjs +16 -18
- package/dist/cjs/components/BreadCrumb/Page/Page.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs +11 -4
- package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/utils.cjs +1 -1
- package/dist/cjs/components/BreadCrumb/utils.cjs.map +1 -1
- package/dist/cjs/components/BulkActions/BulkActions.cjs +1 -2
- package/dist/cjs/components/BulkActions/BulkActions.cjs.map +1 -1
- package/dist/cjs/components/Card/Card.cjs +28 -26
- package/dist/cjs/components/Card/Card.cjs.map +1 -1
- package/dist/cjs/components/Card/Card.styles.cjs +8 -3
- package/dist/cjs/components/Card/Card.styles.cjs.map +1 -1
- package/dist/cjs/components/Card/Content/Content.cjs +12 -14
- package/dist/cjs/components/Card/Content/Content.cjs.map +1 -1
- package/dist/cjs/components/Card/Content/Content.styles.cjs +8 -3
- package/dist/cjs/components/Card/Content/Content.styles.cjs.map +1 -1
- package/dist/cjs/components/Card/Header/Header.cjs +28 -28
- package/dist/cjs/components/Card/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/Card/Header/Header.styles.cjs +9 -3
- package/dist/cjs/components/Card/Header/Header.styles.cjs.map +1 -1
- package/dist/cjs/components/Card/Media/Media.cjs +17 -20
- package/dist/cjs/components/Card/Media/Media.cjs.map +1 -1
- package/dist/cjs/components/Card/Media/Media.styles.cjs +10 -4
- package/dist/cjs/components/Card/Media/Media.styles.cjs.map +1 -1
- package/dist/cjs/components/Carousel/Carousel.cjs +129 -141
- package/dist/cjs/components/Carousel/Carousel.cjs.map +1 -1
- package/dist/cjs/components/Carousel/Carousel.styles.cjs +8 -9
- package/dist/cjs/components/Carousel/Carousel.styles.cjs.map +1 -1
- package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs +15 -27
- package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs.map +1 -1
- package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.styles.cjs +8 -6
- package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs +88 -85
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.styles.cjs +11 -3
- package/dist/cjs/components/ColorPicker/ColorPicker.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs +45 -47
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Fields/Fields.styles.cjs +9 -3
- package/dist/cjs/components/ColorPicker/Fields/Fields.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Picker/Picker.cjs +40 -53
- package/dist/cjs/components/ColorPicker/Picker/Picker.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Picker/Picker.styles.cjs +11 -4
- package/dist/cjs/components/ColorPicker/Picker/Picker.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/PresetColors/PresetColors.cjs +24 -28
- package/dist/cjs/components/ColorPicker/PresetColors/PresetColors.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/PresetColors/PresetColors.styles.cjs +9 -3
- package/dist/cjs/components/ColorPicker/PresetColors/PresetColors.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/SavedColors/SavedColors.cjs +37 -42
- package/dist/cjs/components/ColorPicker/SavedColors/SavedColors.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/SavedColors/SavedColors.styles.cjs +9 -3
- package/dist/cjs/components/ColorPicker/SavedColors/SavedColors.styles.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.cjs +118 -121
- package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.styles.cjs +8 -3
- package/dist/cjs/components/DatePicker/DatePicker.styles.cjs.map +1 -1
- package/dist/cjs/components/Dialog/Dialog.cjs +48 -45
- package/dist/cjs/components/Dialog/Dialog.cjs.map +1 -1
- package/dist/cjs/components/Dialog/Dialog.styles.cjs +23 -29
- package/dist/cjs/components/Dialog/Dialog.styles.cjs.map +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.cjs +56 -57
- package/dist/cjs/components/DropDownMenu/DropDownMenu.cjs.map +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs +19 -6
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/List/List.cjs +1 -1
- package/dist/cjs/components/Dropdown/List/List.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/Counter/Counter.cjs +12 -14
- package/dist/cjs/components/FilterGroup/Counter/Counter.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/Counter/Counter.styles.cjs +9 -3
- package/dist/cjs/components/FilterGroup/Counter/Counter.styles.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.cjs +79 -82
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.styles.cjs +10 -3
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.styles.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs +52 -54
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterGroup.styles.cjs +12 -4
- package/dist/cjs/components/FilterGroup/FilterGroup.styles.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/LeftPanel/LeftPanel.cjs +27 -29
- package/dist/cjs/components/FilterGroup/LeftPanel/LeftPanel.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/LeftPanel/LeftPanel.styles.cjs +9 -3
- package/dist/cjs/components/FilterGroup/LeftPanel/LeftPanel.styles.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.cjs +41 -49
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.styles.cjs +9 -3
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs +16 -13
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +26 -15
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs +49 -45
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs.map +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.styles.cjs +16 -9
- package/dist/cjs/components/InlineEditor/InlineEditor.styles.cjs.map +1 -1
- package/dist/cjs/components/Input/Input.cjs +211 -233
- package/dist/cjs/components/Input/Input.cjs.map +1 -1
- package/dist/cjs/components/Input/Input.styles.cjs +16 -9
- package/dist/cjs/components/Input/Input.styles.cjs.map +1 -1
- package/dist/cjs/components/List/List.styles.cjs +1 -1
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs +2 -2
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs.map +1 -1
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs +10 -10
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.styles.cjs +3 -2
- package/dist/cjs/components/Pagination/Pagination.styles.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/RuleGroup/RuleGroup.cjs +1 -1
- package/dist/cjs/components/QueryBuilder/RuleGroup/RuleGroup.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs +26 -26
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs +11 -6
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/ScrollToHorizontal.cjs +32 -40
- package/dist/cjs/components/ScrollTo/Horizontal/ScrollToHorizontal.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/ScrollToHorizontal.styles.cjs +9 -3
- package/dist/cjs/components/ScrollTo/Horizontal/ScrollToHorizontal.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.cjs +24 -16
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.styles.cjs +22 -24
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.cjs +28 -39
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.cjs +10 -5
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/useScrollTo.cjs.map +1 -1
- package/dist/cjs/components/Slider/Slider.cjs +1 -1
- package/dist/cjs/components/Slider/Slider.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.cjs +9 -14
- package/dist/cjs/components/Snackbar/Snackbar.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.styles.cjs +38 -29
- package/dist/cjs/components/Snackbar/Snackbar.styles.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.cjs +22 -18
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.cjs +37 -89
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.cjs +34 -64
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.cjs +28 -0
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableCell/TableCell.cjs +56 -41
- package/dist/cjs/components/Table/TableCell/TableCell.cjs.map +1 -1
- package/dist/cjs/components/Table/TableCell/TableCell.styles.cjs +34 -6
- package/dist/cjs/components/Table/TableCell/TableCell.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.cjs +40 -31
- package/dist/cjs/components/Table/TableRow/TableRow.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.styles.cjs +19 -5
- package/dist/cjs/components/Table/TableRow/TableRow.styles.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs +24 -23
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs.map +1 -1
- package/dist/cjs/components/TextArea/TextArea.cjs +45 -43
- package/dist/cjs/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/cjs/components/TimePicker/TimePicker.cjs.map +1 -1
- package/dist/cjs/components/TimePicker/Unit/Unit.cjs +43 -45
- package/dist/cjs/components/TimePicker/Unit/Unit.cjs.map +1 -1
- package/dist/cjs/components/TimePicker/Unit/Unit.styles.cjs +8 -3
- package/dist/cjs/components/TimePicker/Unit/Unit.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs +7 -7
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs +5 -5
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs +1 -4
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs +5 -5
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs.map +1 -1
- package/dist/cjs/hooks/useWidth.cjs.map +1 -1
- package/dist/cjs/index.cjs +52 -50
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/providers/ThemeProvider.cjs +20 -18
- package/dist/cjs/providers/ThemeProvider.cjs.map +1 -1
- package/dist/cjs/utils/classes.cjs.map +1 -1
- package/dist/esm/components/Accordion/Accordion.js +1 -1
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/ActionBar/ActionBar.js.map +1 -1
- package/dist/esm/components/ActionsGeneric/ActionsGeneric.js +2 -3
- package/dist/esm/components/ActionsGeneric/ActionsGeneric.js.map +1 -1
- package/dist/esm/components/AppSwitcher/AppSwitcher.js +2 -5
- package/dist/esm/components/AppSwitcher/AppSwitcher.js.map +1 -1
- package/dist/esm/components/Banner/Banner.js.map +1 -1
- package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.js +41 -42
- package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.js.map +1 -1
- package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.js +9 -3
- package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.js.map +1 -1
- package/dist/esm/components/Banner/BannerContent/BannerContent.js.map +1 -1
- package/dist/esm/components/Banner/BannerContent/MessageContainer/MessageContainer.js +27 -29
- package/dist/esm/components/Banner/BannerContent/MessageContainer/MessageContainer.js.map +1 -1
- package/dist/esm/components/Banner/BannerContent/MessageContainer/MessageContainer.styles.js +9 -3
- package/dist/esm/components/Banner/BannerContent/MessageContainer/MessageContainer.styles.js.map +1 -1
- package/dist/esm/components/BaseInput/BaseInput.js +61 -49
- package/dist/esm/components/BaseInput/BaseInput.js.map +1 -1
- package/dist/esm/components/BaseInput/BaseInput.styles.js +37 -33
- package/dist/esm/components/BaseInput/BaseInput.styles.js.map +1 -1
- package/dist/esm/components/Box/Box.js +2 -2
- package/dist/esm/components/Box/Box.js.map +1 -1
- package/dist/esm/components/BreadCrumb/Page/Page.js +19 -20
- package/dist/esm/components/BreadCrumb/Page/Page.js.map +1 -1
- package/dist/esm/components/BreadCrumb/Page/Page.styles.js +11 -4
- package/dist/esm/components/BreadCrumb/Page/Page.styles.js.map +1 -1
- package/dist/esm/components/BreadCrumb/utils.js +1 -1
- package/dist/esm/components/BulkActions/BulkActions.js +1 -2
- package/dist/esm/components/BulkActions/BulkActions.js.map +1 -1
- package/dist/esm/components/Card/Card.js +32 -29
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Card/Card.styles.js +8 -3
- package/dist/esm/components/Card/Card.styles.js.map +1 -1
- package/dist/esm/components/Card/Content/Content.js +15 -16
- package/dist/esm/components/Card/Content/Content.js.map +1 -1
- package/dist/esm/components/Card/Content/Content.styles.js +8 -3
- package/dist/esm/components/Card/Content/Content.styles.js.map +1 -1
- package/dist/esm/components/Card/Header/Header.js +31 -30
- package/dist/esm/components/Card/Header/Header.js.map +1 -1
- package/dist/esm/components/Card/Header/Header.styles.js +9 -3
- package/dist/esm/components/Card/Header/Header.styles.js.map +1 -1
- package/dist/esm/components/Card/Media/Media.js +20 -22
- package/dist/esm/components/Card/Media/Media.js.map +1 -1
- package/dist/esm/components/Card/Media/Media.styles.js +10 -4
- package/dist/esm/components/Card/Media/Media.styles.js.map +1 -1
- package/dist/esm/components/Carousel/Carousel.js +134 -145
- package/dist/esm/components/Carousel/Carousel.js.map +1 -1
- package/dist/esm/components/Carousel/Carousel.styles.js +8 -9
- package/dist/esm/components/Carousel/Carousel.styles.js.map +1 -1
- package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js +16 -28
- package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js.map +1 -1
- package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.styles.js +8 -6
- package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js +92 -88
- package/dist/esm/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.styles.js +11 -3
- package/dist/esm/components/ColorPicker/ColorPicker.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/Fields/Fields.js +49 -50
- package/dist/esm/components/ColorPicker/Fields/Fields.js.map +1 -1
- package/dist/esm/components/ColorPicker/Fields/Fields.styles.js +9 -3
- package/dist/esm/components/ColorPicker/Fields/Fields.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/Picker/Picker.js +42 -54
- package/dist/esm/components/ColorPicker/Picker/Picker.js.map +1 -1
- package/dist/esm/components/ColorPicker/Picker/Picker.styles.js +11 -4
- package/dist/esm/components/ColorPicker/Picker/Picker.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/PresetColors/PresetColors.js +28 -31
- package/dist/esm/components/ColorPicker/PresetColors/PresetColors.js.map +1 -1
- package/dist/esm/components/ColorPicker/PresetColors/PresetColors.styles.js +9 -3
- package/dist/esm/components/ColorPicker/PresetColors/PresetColors.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/SavedColors/SavedColors.js +41 -45
- package/dist/esm/components/ColorPicker/SavedColors/SavedColors.js.map +1 -1
- package/dist/esm/components/ColorPicker/SavedColors/SavedColors.styles.js +9 -3
- package/dist/esm/components/ColorPicker/SavedColors/SavedColors.styles.js.map +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +122 -124
- package/dist/esm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/components/DatePicker/DatePicker.styles.js +8 -3
- package/dist/esm/components/DatePicker/DatePicker.styles.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js +51 -47
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.styles.js +23 -29
- package/dist/esm/components/Dialog/Dialog.styles.js.map +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.js +57 -57
- package/dist/esm/components/DropDownMenu/DropDownMenu.js.map +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js +19 -6
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js.map +1 -1
- package/dist/esm/components/Dropdown/List/List.js +1 -1
- package/dist/esm/components/Dropdown/List/List.js.map +1 -1
- package/dist/esm/components/FilterGroup/Counter/Counter.js +16 -17
- package/dist/esm/components/FilterGroup/Counter/Counter.js.map +1 -1
- package/dist/esm/components/FilterGroup/Counter/Counter.styles.js +9 -3
- package/dist/esm/components/FilterGroup/Counter/Counter.styles.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.js +82 -84
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.styles.js +10 -3
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.styles.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterGroup.js +56 -57
- package/dist/esm/components/FilterGroup/FilterGroup.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterGroup.styles.js +12 -4
- package/dist/esm/components/FilterGroup/FilterGroup.styles.js.map +1 -1
- package/dist/esm/components/FilterGroup/LeftPanel/LeftPanel.js +30 -31
- package/dist/esm/components/FilterGroup/LeftPanel/LeftPanel.js.map +1 -1
- package/dist/esm/components/FilterGroup/LeftPanel/LeftPanel.styles.js +9 -3
- package/dist/esm/components/FilterGroup/LeftPanel/LeftPanel.styles.js.map +1 -1
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.js +44 -51
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.js.map +1 -1
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.styles.js +9 -3
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.styles.js.map +1 -1
- package/dist/esm/components/Forms/Suggestions/Suggestions.js +17 -14
- package/dist/esm/components/Forms/Suggestions/Suggestions.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +26 -15
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.js +52 -47
- package/dist/esm/components/InlineEditor/InlineEditor.js.map +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.styles.js +16 -9
- package/dist/esm/components/InlineEditor/InlineEditor.styles.js.map +1 -1
- package/dist/esm/components/Input/Input.js +215 -236
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/Input.styles.js +16 -9
- package/dist/esm/components/Input/Input.styles.js.map +1 -1
- package/dist/esm/components/List/List.styles.js +1 -1
- package/dist/esm/components/ListContainer/ListItem/ListItem.js +2 -2
- package/dist/esm/components/ListContainer/ListItem/ListItem.js.map +1 -1
- package/dist/esm/components/MultiButton/MultiButton.styles.js +10 -10
- package/dist/esm/components/MultiButton/MultiButton.styles.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.styles.js +3 -2
- package/dist/esm/components/Pagination/Pagination.styles.js.map +1 -1
- package/dist/esm/components/QueryBuilder/RuleGroup/RuleGroup.js +1 -1
- package/dist/esm/components/QueryBuilder/RuleGroup/RuleGroup.js.map +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js +29 -28
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js +11 -6
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/ScrollToHorizontal.js +35 -42
- package/dist/esm/components/ScrollTo/Horizontal/ScrollToHorizontal.js.map +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/ScrollToHorizontal.styles.js +9 -3
- package/dist/esm/components/ScrollTo/Horizontal/ScrollToHorizontal.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.js +27 -18
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.styles.js +22 -24
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js +31 -41
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.js +10 -5
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/useScrollTo.js.map +1 -1
- package/dist/esm/components/Slider/Slider.js +2 -2
- package/dist/esm/components/Slider/Slider.js.map +1 -1
- package/dist/esm/components/Snackbar/Snackbar.js +12 -16
- package/dist/esm/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/esm/components/Snackbar/Snackbar.styles.js +38 -26
- package/dist/esm/components/Snackbar/Snackbar.styles.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.js +21 -18
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.js +37 -86
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.js +35 -62
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.js +28 -0
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.js.map +1 -0
- package/dist/esm/components/Table/TableCell/TableCell.js +58 -43
- package/dist/esm/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableCell/TableCell.styles.js +34 -6
- package/dist/esm/components/Table/TableCell/TableCell.styles.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.js +43 -33
- package/dist/esm/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.styles.js +19 -5
- package/dist/esm/components/Table/TableRow/TableRow.styles.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.styles.js +24 -23
- package/dist/esm/components/TagsInput/TagsInput.styles.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.js +46 -44
- package/dist/esm/components/TextArea/TextArea.js.map +1 -1
- package/dist/esm/components/TimePicker/TimePicker.js.map +1 -1
- package/dist/esm/components/TimePicker/Unit/Unit.js +45 -47
- package/dist/esm/components/TimePicker/Unit/Unit.js.map +1 -1
- package/dist/esm/components/TimePicker/Unit/Unit.styles.js +8 -3
- package/dist/esm/components/TimePicker/Unit/Unit.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.js +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js +7 -7
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js +5 -5
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js +1 -4
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js +6 -6
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js.map +1 -1
- package/dist/esm/hooks/useWidth.js.map +1 -1
- package/dist/esm/index.js +246 -244
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/providers/ThemeProvider.js +21 -19
- package/dist/esm/providers/ThemeProvider.js.map +1 -1
- package/dist/esm/utils/classes.js.map +1 -1
- package/dist/types/index.d.ts +620 -603
- package/package.json +5 -5
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/actionContainerClasses.cjs +0 -8
- package/dist/cjs/components/Banner/BannerContent/ActionContainer/actionContainerClasses.cjs.map +0 -1
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/messageContainerClasses.cjs +0 -8
- package/dist/cjs/components/Banner/BannerContent/MessageContainer/messageContainerClasses.cjs.map +0 -1
- package/dist/cjs/components/BaseInput/baseInputClasses.cjs +0 -8
- package/dist/cjs/components/BaseInput/baseInputClasses.cjs.map +0 -1
- package/dist/cjs/components/BreadCrumb/Page/pageClasses.cjs +0 -8
- package/dist/cjs/components/BreadCrumb/Page/pageClasses.cjs.map +0 -1
- package/dist/cjs/components/Card/Content/contentClasses.cjs +0 -8
- package/dist/cjs/components/Card/Content/contentClasses.cjs.map +0 -1
- package/dist/cjs/components/Card/Header/headerClasses.cjs +0 -8
- package/dist/cjs/components/Card/Header/headerClasses.cjs.map +0 -1
- package/dist/cjs/components/Card/Media/mediaClasses.cjs +0 -8
- package/dist/cjs/components/Card/Media/mediaClasses.cjs.map +0 -1
- package/dist/cjs/components/Card/cardClasses.cjs +0 -8
- package/dist/cjs/components/Card/cardClasses.cjs.map +0 -1
- package/dist/cjs/components/Carousel/utils.cjs +0 -36
- package/dist/cjs/components/Carousel/utils.cjs.map +0 -1
- package/dist/cjs/components/ColorPicker/Fields/fieldsClasses.cjs +0 -8
- package/dist/cjs/components/ColorPicker/Fields/fieldsClasses.cjs.map +0 -1
- package/dist/cjs/components/ColorPicker/Picker/pickerClasses.cjs +0 -8
- package/dist/cjs/components/ColorPicker/Picker/pickerClasses.cjs.map +0 -1
- package/dist/cjs/components/ColorPicker/PresetColors/presetColorsClasses.cjs +0 -8
- package/dist/cjs/components/ColorPicker/PresetColors/presetColorsClasses.cjs.map +0 -1
- package/dist/cjs/components/ColorPicker/SavedColors/savedColorsClasses.cjs +0 -8
- package/dist/cjs/components/ColorPicker/SavedColors/savedColorsClasses.cjs.map +0 -1
- package/dist/cjs/components/ColorPicker/colorPickerClasses.cjs +0 -8
- package/dist/cjs/components/ColorPicker/colorPickerClasses.cjs.map +0 -1
- package/dist/cjs/components/DatePicker/datePickerClasses.cjs +0 -8
- package/dist/cjs/components/DatePicker/datePickerClasses.cjs.map +0 -1
- package/dist/cjs/components/Dialog/dialogClasses.cjs +0 -8
- package/dist/cjs/components/Dialog/dialogClasses.cjs.map +0 -1
- package/dist/cjs/components/DropDownMenu/dropDownMenuClasses.cjs +0 -8
- package/dist/cjs/components/DropDownMenu/dropDownMenuClasses.cjs.map +0 -1
- package/dist/cjs/components/FilterGroup/Counter/counterClasses.cjs +0 -8
- package/dist/cjs/components/FilterGroup/Counter/counterClasses.cjs.map +0 -1
- package/dist/cjs/components/FilterGroup/FilterContent/filterContentClasses.cjs +0 -8
- package/dist/cjs/components/FilterGroup/FilterContent/filterContentClasses.cjs.map +0 -1
- package/dist/cjs/components/FilterGroup/LeftPanel/leftPanelClasses.cjs +0 -8
- package/dist/cjs/components/FilterGroup/LeftPanel/leftPanelClasses.cjs.map +0 -1
- package/dist/cjs/components/FilterGroup/RightPanel/rightPanelClasses.cjs +0 -8
- package/dist/cjs/components/FilterGroup/RightPanel/rightPanelClasses.cjs.map +0 -1
- package/dist/cjs/components/FilterGroup/filterGroupClasses.cjs +0 -8
- package/dist/cjs/components/FilterGroup/filterGroupClasses.cjs.map +0 -1
- package/dist/cjs/components/InlineEditor/inlineEditorClasses.cjs +0 -8
- package/dist/cjs/components/InlineEditor/inlineEditorClasses.cjs.map +0 -1
- package/dist/cjs/components/Input/inputClasses.cjs +0 -8
- package/dist/cjs/components/Input/inputClasses.cjs.map +0 -1
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/horizontalScrollListItemClasses.cjs +0 -8
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/horizontalScrollListItemClasses.cjs.map +0 -1
- package/dist/cjs/components/ScrollTo/Horizontal/scrollToHorizontalClasses.cjs +0 -8
- package/dist/cjs/components/ScrollTo/Horizontal/scrollToHorizontalClasses.cjs.map +0 -1
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/verticalScrollListItemClasses.cjs +0 -8
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/verticalScrollListItemClasses.cjs.map +0 -1
- package/dist/cjs/components/ScrollTo/Vertical/scrollToVerticalClasses.cjs +0 -8
- package/dist/cjs/components/ScrollTo/Vertical/scrollToVerticalClasses.cjs.map +0 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.cjs +0 -8
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.cjs.map +0 -1
- package/dist/cjs/components/Snackbar/snackbarClasses.cjs +0 -8
- package/dist/cjs/components/Snackbar/snackbarClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableCell/tableCellClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableCell/tableCellClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableRow/tableRowClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableRow/tableRowClasses.cjs.map +0 -1
- package/dist/esm/components/Banner/BannerContent/ActionContainer/actionContainerClasses.js +0 -8
- package/dist/esm/components/Banner/BannerContent/ActionContainer/actionContainerClasses.js.map +0 -1
- package/dist/esm/components/Banner/BannerContent/MessageContainer/messageContainerClasses.js +0 -8
- package/dist/esm/components/Banner/BannerContent/MessageContainer/messageContainerClasses.js.map +0 -1
- package/dist/esm/components/BaseInput/baseInputClasses.js +0 -8
- package/dist/esm/components/BaseInput/baseInputClasses.js.map +0 -1
- package/dist/esm/components/BreadCrumb/Page/pageClasses.js +0 -8
- package/dist/esm/components/BreadCrumb/Page/pageClasses.js.map +0 -1
- package/dist/esm/components/Card/Content/contentClasses.js +0 -8
- package/dist/esm/components/Card/Content/contentClasses.js.map +0 -1
- package/dist/esm/components/Card/Header/headerClasses.js +0 -8
- package/dist/esm/components/Card/Header/headerClasses.js.map +0 -1
- package/dist/esm/components/Card/Media/mediaClasses.js +0 -8
- package/dist/esm/components/Card/Media/mediaClasses.js.map +0 -1
- package/dist/esm/components/Card/cardClasses.js +0 -8
- package/dist/esm/components/Card/cardClasses.js.map +0 -1
- package/dist/esm/components/Carousel/utils.js +0 -36
- package/dist/esm/components/Carousel/utils.js.map +0 -1
- package/dist/esm/components/ColorPicker/Fields/fieldsClasses.js +0 -8
- package/dist/esm/components/ColorPicker/Fields/fieldsClasses.js.map +0 -1
- package/dist/esm/components/ColorPicker/Picker/pickerClasses.js +0 -8
- package/dist/esm/components/ColorPicker/Picker/pickerClasses.js.map +0 -1
- package/dist/esm/components/ColorPicker/PresetColors/presetColorsClasses.js +0 -8
- package/dist/esm/components/ColorPicker/PresetColors/presetColorsClasses.js.map +0 -1
- package/dist/esm/components/ColorPicker/SavedColors/savedColorsClasses.js +0 -8
- package/dist/esm/components/ColorPicker/SavedColors/savedColorsClasses.js.map +0 -1
- package/dist/esm/components/ColorPicker/colorPickerClasses.js +0 -8
- package/dist/esm/components/ColorPicker/colorPickerClasses.js.map +0 -1
- package/dist/esm/components/DatePicker/datePickerClasses.js +0 -8
- package/dist/esm/components/DatePicker/datePickerClasses.js.map +0 -1
- package/dist/esm/components/Dialog/dialogClasses.js +0 -8
- package/dist/esm/components/Dialog/dialogClasses.js.map +0 -1
- package/dist/esm/components/DropDownMenu/dropDownMenuClasses.js +0 -8
- package/dist/esm/components/DropDownMenu/dropDownMenuClasses.js.map +0 -1
- package/dist/esm/components/FilterGroup/Counter/counterClasses.js +0 -8
- package/dist/esm/components/FilterGroup/Counter/counterClasses.js.map +0 -1
- package/dist/esm/components/FilterGroup/FilterContent/filterContentClasses.js +0 -8
- package/dist/esm/components/FilterGroup/FilterContent/filterContentClasses.js.map +0 -1
- package/dist/esm/components/FilterGroup/LeftPanel/leftPanelClasses.js +0 -8
- package/dist/esm/components/FilterGroup/LeftPanel/leftPanelClasses.js.map +0 -1
- package/dist/esm/components/FilterGroup/RightPanel/rightPanelClasses.js +0 -8
- package/dist/esm/components/FilterGroup/RightPanel/rightPanelClasses.js.map +0 -1
- package/dist/esm/components/FilterGroup/filterGroupClasses.js +0 -8
- package/dist/esm/components/FilterGroup/filterGroupClasses.js.map +0 -1
- package/dist/esm/components/InlineEditor/inlineEditorClasses.js +0 -8
- package/dist/esm/components/InlineEditor/inlineEditorClasses.js.map +0 -1
- package/dist/esm/components/Input/inputClasses.js +0 -8
- package/dist/esm/components/Input/inputClasses.js.map +0 -1
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/horizontalScrollListItemClasses.js +0 -8
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/horizontalScrollListItemClasses.js.map +0 -1
- package/dist/esm/components/ScrollTo/Horizontal/scrollToHorizontalClasses.js +0 -8
- package/dist/esm/components/ScrollTo/Horizontal/scrollToHorizontalClasses.js.map +0 -1
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/verticalScrollListItemClasses.js +0 -8
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/verticalScrollListItemClasses.js.map +0 -1
- package/dist/esm/components/ScrollTo/Vertical/scrollToVerticalClasses.js +0 -8
- package/dist/esm/components/ScrollTo/Vertical/scrollToVerticalClasses.js.map +0 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.js +0 -8
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.js.map +0 -1
- package/dist/esm/components/Snackbar/snackbarClasses.js +0 -8
- package/dist/esm/components/Snackbar/snackbarClasses.js.map +0 -1
- package/dist/esm/components/Table/TableCell/tableCellClasses.js +0 -8
- package/dist/esm/components/Table/TableCell/tableCellClasses.js.map +0 -1
- package/dist/esm/components/Table/TableRow/tableRowClasses.js +0 -8
- package/dist/esm/components/Table/TableRow/tableRowClasses.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -10,8 +10,10 @@ import { Cell } from 'react-table';
|
|
|
10
10
|
import { ChangeEvent } from 'react';
|
|
11
11
|
import { CheckboxProps } from '@mui/material';
|
|
12
12
|
import { ChipProps } from '@mui/material/Chip';
|
|
13
|
+
import { ClassNameMap } from '@mui/material';
|
|
13
14
|
import { ColumnInstance } from 'react-table';
|
|
14
15
|
import { ColumnInterface } from 'react-table';
|
|
16
|
+
import type { CombinedClassKey } from 'notistack';
|
|
15
17
|
import { ComponentProps } from 'react';
|
|
16
18
|
import { ContainerProps } from '@mui/material/Container';
|
|
17
19
|
import type { Context } from 'react';
|
|
@@ -47,16 +49,17 @@ import { IconBaseProps } from '@hitachivantara/uikit-react-icons';
|
|
|
47
49
|
import { IdType as IdType_2 } from 'react-table';
|
|
48
50
|
import { ImgHTMLAttributes } from 'react';
|
|
49
51
|
import { InputBaseComponentProps } from '@mui/material';
|
|
52
|
+
import { InputBaseProps } from '@mui/material';
|
|
50
53
|
import { InputProps } from '@mui/material';
|
|
51
54
|
import type { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
52
55
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
53
56
|
import { MouseEventHandler } from 'react';
|
|
54
57
|
import { PopperProps } from '@mui/material';
|
|
55
|
-
import type { Property } from 'csstype';
|
|
56
58
|
import { PropGetter } from 'react-table';
|
|
57
59
|
import { RadioProps } from '@mui/material';
|
|
58
60
|
import { default as React_2 } from 'react';
|
|
59
61
|
import { ReactElement } from 'react';
|
|
62
|
+
import { ReactNode } from 'react';
|
|
60
63
|
import { ReducerTableState } from 'react-table';
|
|
61
64
|
import type { RefAttributes } from 'react';
|
|
62
65
|
import { RefObject } from 'react';
|
|
@@ -307,16 +310,16 @@ export declare const baseInputClasses: {
|
|
|
307
310
|
invalid: "HvBaseInput-invalid";
|
|
308
311
|
root: "HvBaseInput-root";
|
|
309
312
|
resizable: "HvBaseInput-resizable";
|
|
313
|
+
inputBorderContainer: "HvBaseInput-inputBorderContainer";
|
|
314
|
+
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
315
|
+
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
310
316
|
inputRoot: "HvBaseInput-inputRoot";
|
|
311
317
|
inputRootFocused: "HvBaseInput-inputRootFocused";
|
|
312
318
|
inputRootDisabled: "HvBaseInput-inputRootDisabled";
|
|
313
319
|
inputRootMultiline: "HvBaseInput-inputRootMultiline";
|
|
314
|
-
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
315
|
-
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
316
320
|
inputDisabled: "HvBaseInput-inputDisabled";
|
|
317
|
-
inputResizable: "HvBaseInput-inputResizable";
|
|
318
321
|
inputReadOnly: "HvBaseInput-inputReadOnly";
|
|
319
|
-
|
|
322
|
+
inputResizable: "HvBaseInput-inputResizable";
|
|
320
323
|
};
|
|
321
324
|
|
|
322
325
|
export declare const baseRadioClasses: {
|
|
@@ -415,26 +418,26 @@ export declare const cardClasses: {
|
|
|
415
418
|
selected: "HvCard-selected";
|
|
416
419
|
root: "HvCard-root";
|
|
417
420
|
selectable: "HvCard-selectable";
|
|
418
|
-
semanticBar: "HvCard-semanticBar";
|
|
419
421
|
semanticContainer: "HvCard-semanticContainer";
|
|
422
|
+
semanticBar: "HvCard-semanticBar";
|
|
420
423
|
};
|
|
421
424
|
|
|
422
425
|
export declare const cardContentClasses: {
|
|
423
|
-
content: "
|
|
426
|
+
content: "HvCardContent-content";
|
|
424
427
|
};
|
|
425
428
|
|
|
426
429
|
export declare const cardHeaderClasses: {
|
|
427
|
-
title: "
|
|
428
|
-
content: "
|
|
429
|
-
action: "
|
|
430
|
-
root: "
|
|
431
|
-
titleShort: "
|
|
432
|
-
subheader: "
|
|
430
|
+
title: "HvCardHeader-title";
|
|
431
|
+
content: "HvCardHeader-content";
|
|
432
|
+
action: "HvCardHeader-action";
|
|
433
|
+
root: "HvCardHeader-root";
|
|
434
|
+
titleShort: "HvCardHeader-titleShort";
|
|
435
|
+
subheader: "HvCardHeader-subheader";
|
|
433
436
|
};
|
|
434
437
|
|
|
435
438
|
export declare const cardMediaClasses: {
|
|
436
|
-
media: "
|
|
437
|
-
root: "
|
|
439
|
+
media: "HvCardMedia-media";
|
|
440
|
+
root: "HvCardMedia-root";
|
|
438
441
|
};
|
|
439
442
|
|
|
440
443
|
export declare const carouselClasses: {
|
|
@@ -464,11 +467,6 @@ export declare const carouselClasses: {
|
|
|
464
467
|
thumbnailSelected: "HvCarousel-thumbnailSelected";
|
|
465
468
|
};
|
|
466
469
|
|
|
467
|
-
export declare const cc: {
|
|
468
|
-
image: "HvCarouselSlide-image";
|
|
469
|
-
slide: "HvCarouselSlide-slide";
|
|
470
|
-
};
|
|
471
|
-
|
|
472
470
|
declare type CellValue<V = any> = V;
|
|
473
471
|
|
|
474
472
|
export declare const CellWithCheckBox: ({ row, labels: labelsProp }: {
|
|
@@ -520,12 +518,12 @@ export declare const colorPickerClasses: {
|
|
|
520
518
|
panel: "HvColorPicker-panel";
|
|
521
519
|
description: "HvColorPicker-description";
|
|
522
520
|
labelContainer: "HvColorPicker-labelContainer";
|
|
523
|
-
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
524
521
|
headerColorValue: "HvColorPicker-headerColorValue";
|
|
522
|
+
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
525
523
|
colorPickerIcon: "HvColorPicker-colorPickerIcon";
|
|
524
|
+
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
526
525
|
dropdownRootIconOnly: "HvColorPicker-dropdownRootIconOnly";
|
|
527
526
|
headerColorIconOnly: "HvColorPicker-headerColorIconOnly";
|
|
528
|
-
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
529
527
|
pickerFields: "HvColorPicker-pickerFields";
|
|
530
528
|
};
|
|
531
529
|
|
|
@@ -568,6 +566,23 @@ name: Name, stylesObject: Record<ClassName, CSSInterpolation_2>): {
|
|
|
568
566
|
*/
|
|
569
567
|
export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
|
|
570
568
|
|
|
569
|
+
export declare const datePickerClasses: {
|
|
570
|
+
label: "HvDatePicker-label";
|
|
571
|
+
icon: "HvDatePicker-icon";
|
|
572
|
+
action: "HvDatePicker-action";
|
|
573
|
+
error: "HvDatePicker-error";
|
|
574
|
+
dropdown: "HvDatePicker-dropdown";
|
|
575
|
+
root: "HvDatePicker-root";
|
|
576
|
+
actionContainer: "HvDatePicker-actionContainer";
|
|
577
|
+
panel: "HvDatePicker-panel";
|
|
578
|
+
description: "HvDatePicker-description";
|
|
579
|
+
labelContainer: "HvDatePicker-labelContainer";
|
|
580
|
+
leftContainer: "HvDatePicker-leftContainer";
|
|
581
|
+
rightContainer: "HvDatePicker-rightContainer";
|
|
582
|
+
dropdownHeaderInvalid: "HvDatePicker-dropdownHeaderInvalid";
|
|
583
|
+
dropdownHeaderOpen: "HvDatePicker-dropdownHeaderOpen";
|
|
584
|
+
};
|
|
585
|
+
|
|
571
586
|
export declare interface DateRangeProp {
|
|
572
587
|
startDate: Date;
|
|
573
588
|
endDate?: Date;
|
|
@@ -669,9 +684,9 @@ export declare const dropdownClasses: {
|
|
|
669
684
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
670
685
|
description: "HvDropdown-description";
|
|
671
686
|
labelContainer: "HvDropdown-labelContainer";
|
|
672
|
-
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
673
687
|
dropdownHeaderInvalid: "HvDropdown-dropdownHeaderInvalid";
|
|
674
688
|
dropdownHeaderOpen: "HvDropdown-dropdownHeaderOpen";
|
|
689
|
+
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
675
690
|
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
676
691
|
rootList: "HvDropdown-rootList";
|
|
677
692
|
};
|
|
@@ -708,7 +723,7 @@ export declare const emptyStateClasses: {
|
|
|
708
723
|
export declare type ExtractNames<T extends (...args: any) => {
|
|
709
724
|
classes: Record<string, any>;
|
|
710
725
|
cx: any;
|
|
711
|
-
}> = ReturnType<T>["classes"]
|
|
726
|
+
}> = Partial<ReturnType<T>["classes"]>;
|
|
712
727
|
|
|
713
728
|
export declare const fileClasses: {
|
|
714
729
|
progressbar: "HvFile-progressbar";
|
|
@@ -1047,19 +1062,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1047
1062
|
|
|
1048
1063
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1049
1064
|
|
|
1050
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1065
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_2>;
|
|
1051
1066
|
|
|
1052
1067
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1053
1068
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1054
|
-
classes?:
|
|
1069
|
+
classes?: HvActionBarClasses;
|
|
1055
1070
|
}
|
|
1056
1071
|
|
|
1057
|
-
declare
|
|
1058
|
-
actionContainer?: string;
|
|
1059
|
-
closeAction?: string;
|
|
1060
|
-
iconContainer?: string;
|
|
1061
|
-
actionsInnerContainer?: string;
|
|
1062
|
-
}
|
|
1072
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_12>;
|
|
1063
1073
|
|
|
1064
1074
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1065
1075
|
/** onClose function. */
|
|
@@ -1367,11 +1377,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
|
|
|
1367
1377
|
|
|
1368
1378
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1369
1379
|
|
|
1370
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1380
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_11>;
|
|
1371
1381
|
|
|
1372
1382
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1373
1383
|
|
|
1374
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1384
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_13>;
|
|
1375
1385
|
|
|
1376
1386
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1377
1387
|
/** The message to display. */
|
|
@@ -1393,7 +1403,7 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
|
|
|
1393
1403
|
/** The props to pass down to the Action Container. */
|
|
1394
1404
|
actionProps?: HvActionContainerProps;
|
|
1395
1405
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1396
|
-
classes?:
|
|
1406
|
+
classes?: HvBannerContentClasses;
|
|
1397
1407
|
}
|
|
1398
1408
|
|
|
1399
1409
|
export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin" | "classes" | "onClose">, HvBaseProps<HTMLDivElement, "children"> {
|
|
@@ -1426,7 +1436,7 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
|
|
|
1426
1436
|
/** Props to pass down to the Banner Wrapper. An object `actionProps` can be included to be passed as others to actions. */
|
|
1427
1437
|
bannerContentProps?: HvBannerContentProps;
|
|
1428
1438
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1429
|
-
classes?:
|
|
1439
|
+
classes?: HvBannerClasses;
|
|
1430
1440
|
}
|
|
1431
1441
|
|
|
1432
1442
|
export declare type HvBannerVariant = "success" | "warning" | "error" | "default";
|
|
@@ -1627,42 +1637,9 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1627
1637
|
* An Input component that only posses the most basic functionalities.
|
|
1628
1638
|
* It should be used alongside the other form elements to construct a proper accessible form.
|
|
1629
1639
|
*/
|
|
1630
|
-
export declare const HvBaseInput: ({ classes, className, id, name, value, defaultValue, required, readOnly, disabled, onChange, type, placeholder, multiline, resizable, invalid, inputRef, inputProps, ...others }: HvBaseInputProps) => JSX_2.Element;
|
|
1640
|
+
export declare const HvBaseInput: ({ classes: classesProp, className, id, name, value, defaultValue, required, readOnly, disabled, onChange, type, placeholder, multiline, resizable, invalid, inputRef, inputProps, ...others }: HvBaseInputProps) => JSX_2.Element;
|
|
1631
1641
|
|
|
1632
|
-
export declare
|
|
1633
|
-
/** Styles applied to the root container of the input. */
|
|
1634
|
-
root?: string;
|
|
1635
|
-
/** Styles applied to the root container of the input when it is disabled. */
|
|
1636
|
-
disabled?: string;
|
|
1637
|
-
/** Styles applied to the root container of the input when it is invalid. */
|
|
1638
|
-
invalid?: string;
|
|
1639
|
-
/** Styles applied to the root container of the input when it is resizable. */
|
|
1640
|
-
resizable?: string;
|
|
1641
|
-
/** Styles applied to input root which is the input that encloses all the other elements. */
|
|
1642
|
-
inputRoot?: string;
|
|
1643
|
-
/** Styles applied to input root when it is focused. */
|
|
1644
|
-
inputRootFocused?: string;
|
|
1645
|
-
/** Styles applied to input root element when it is disabled. */
|
|
1646
|
-
inputRootDisabled?: string;
|
|
1647
|
-
/** Styles applied to input root element when it is multiline mode. */
|
|
1648
|
-
inputRootMultiline?: string;
|
|
1649
|
-
/** Styles applied to input root element when it is invalid. */
|
|
1650
|
-
inputRootInvalid?: string;
|
|
1651
|
-
/** Styles applied to input root element when it is read only. */
|
|
1652
|
-
inputRootReadOnly?: string;
|
|
1653
|
-
/** Styles applied to input html element. */
|
|
1654
|
-
input?: string;
|
|
1655
|
-
/** Styles applied to input html element when is disabled. */
|
|
1656
|
-
inputDisabled?: string;
|
|
1657
|
-
/** Styles applied to input html element when it is resizable. */
|
|
1658
|
-
inputResizable?: string;
|
|
1659
|
-
/** Styles applied to input html element when it is read only. */
|
|
1660
|
-
inputReadOnly?: string;
|
|
1661
|
-
/** Styles applied to the container of the border element. */
|
|
1662
|
-
inputBorderContainer?: string;
|
|
1663
|
-
/** Styles applied to the container of the border element, when in read only mode. */
|
|
1664
|
-
readOnly?: string;
|
|
1665
|
-
}
|
|
1642
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses>;
|
|
1666
1643
|
|
|
1667
1644
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1668
1645
|
/** The input name. */
|
|
@@ -1693,7 +1670,7 @@ export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" |
|
|
|
1693
1670
|
/** Attributes applied to the input element. */
|
|
1694
1671
|
inputProps?: InputBaseComponentProps;
|
|
1695
1672
|
/** Allows passing a ref to the underlying input */
|
|
1696
|
-
inputRef?:
|
|
1673
|
+
inputRef?: InputBaseProps["inputRef"];
|
|
1697
1674
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1698
1675
|
classes?: HvBaseInputClasses;
|
|
1699
1676
|
}
|
|
@@ -1701,11 +1678,6 @@ export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" |
|
|
|
1701
1678
|
/** HV Base Props. Extends `HTMLAttributes` of an element `E`, and filters `K` keys. */
|
|
1702
1679
|
export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extends keyof HTMLAttributes<E> = never> = Omit<HTMLAttributes<E>, K>;
|
|
1703
1680
|
|
|
1704
|
-
declare type HvBaseProps_2<C extends React.ElementType> = PolymorphicComponentRef<C, {
|
|
1705
|
-
style?: React.CSSProperties;
|
|
1706
|
-
sx?: SxProps;
|
|
1707
|
-
}>;
|
|
1708
|
-
|
|
1709
1681
|
/**
|
|
1710
1682
|
* A Radio Button is a mechanism that allows user to select one or more options.
|
|
1711
1683
|
*
|
|
@@ -1891,9 +1863,19 @@ export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange"
|
|
|
1891
1863
|
|
|
1892
1864
|
export { HvBaseTheme }
|
|
1893
1865
|
|
|
1866
|
+
/**
|
|
1867
|
+
* Customizable layout component that can be used to wrap other components.
|
|
1868
|
+
* It can be used to add styles to the wrapped components.
|
|
1869
|
+
* It can also be used to create a layout using the flexbox properties.
|
|
1870
|
+
*/
|
|
1894
1871
|
export declare const HvBox: HvBoxProps;
|
|
1895
1872
|
|
|
1896
|
-
|
|
1873
|
+
declare type HvBoxBaseProps<C extends React.ElementType> = PolymorphicComponentRef<C, {
|
|
1874
|
+
style?: React.CSSProperties;
|
|
1875
|
+
sx?: SxProps;
|
|
1876
|
+
}>;
|
|
1877
|
+
|
|
1878
|
+
export declare type HvBoxProps = <C extends React.ElementType = "div">(props: HvBoxBaseProps<C>) => React.ReactElement | null;
|
|
1897
1879
|
|
|
1898
1880
|
/**
|
|
1899
1881
|
* A breadcrumb is a graphical control element frequently used as a navigational aid.
|
|
@@ -2201,22 +2183,13 @@ export declare interface HvCalendarProps {
|
|
|
2201
2183
|
* linked short representation of a conceptual unit. For that reason,
|
|
2202
2184
|
* this pattern must be used as an entry-point for further information.
|
|
2203
2185
|
*/
|
|
2204
|
-
export declare const HvCard: ({ classes, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
|
|
2186
|
+
export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
|
|
2205
2187
|
|
|
2206
|
-
export declare
|
|
2207
|
-
root?: string;
|
|
2208
|
-
selectable?: string;
|
|
2209
|
-
selected?: string;
|
|
2210
|
-
semanticBar?: string;
|
|
2211
|
-
semanticContainer?: string;
|
|
2212
|
-
icon?: string;
|
|
2213
|
-
}
|
|
2188
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_3>;
|
|
2214
2189
|
|
|
2215
|
-
export declare const HvCardContent: ({ id, classes, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2190
|
+
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2216
2191
|
|
|
2217
|
-
export declare
|
|
2218
|
-
content?: string;
|
|
2219
|
-
}
|
|
2192
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_5>;
|
|
2220
2193
|
|
|
2221
2194
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2222
2195
|
/** Id to be applied to the root node. */
|
|
@@ -2227,16 +2200,9 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2227
2200
|
classes?: HvCardContentClasses;
|
|
2228
2201
|
}
|
|
2229
2202
|
|
|
2230
|
-
export declare const HvCardHeader: ({ classes, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2203
|
+
export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2231
2204
|
|
|
2232
|
-
export declare
|
|
2233
|
-
root?: string;
|
|
2234
|
-
title?: string;
|
|
2235
|
-
titleShort?: string;
|
|
2236
|
-
subheader?: string;
|
|
2237
|
-
action?: string;
|
|
2238
|
-
content?: string;
|
|
2239
|
-
}
|
|
2205
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_4>;
|
|
2240
2206
|
|
|
2241
2207
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2242
2208
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2251,12 +2217,9 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2251
2217
|
classes?: HvCardHeaderClasses;
|
|
2252
2218
|
}
|
|
2253
2219
|
|
|
2254
|
-
export declare const HvCardMedia: ({ id, classes, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2220
|
+
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2255
2221
|
|
|
2256
|
-
export declare
|
|
2257
|
-
root?: string;
|
|
2258
|
-
media?: string;
|
|
2259
|
-
}
|
|
2222
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_6>;
|
|
2260
2223
|
|
|
2261
2224
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2262
2225
|
/** Id to be applied to the root node. */
|
|
@@ -2297,11 +2260,11 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2297
2260
|
*/
|
|
2298
2261
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2299
2262
|
|
|
2300
|
-
export declare type HvCarouselClasses =
|
|
2263
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_29>;
|
|
2301
2264
|
|
|
2302
2265
|
export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
|
|
2303
2266
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2304
|
-
classes?:
|
|
2267
|
+
classes?: HvCarouselClasses;
|
|
2305
2268
|
/** Height of the Slider container. If `undefined`, images will keep a 16/9 aspect-ratio */
|
|
2306
2269
|
height?: CSSProperties["height"];
|
|
2307
2270
|
/** Width of the thumbnail. Height will try to maintain a 16/9 aspect-ratio */
|
|
@@ -2338,11 +2301,11 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2338
2301
|
*/
|
|
2339
2302
|
export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2340
2303
|
|
|
2341
|
-
export declare type HvCarouselSlideClasses =
|
|
2304
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_30>;
|
|
2342
2305
|
|
|
2343
2306
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2344
2307
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2345
|
-
classes?:
|
|
2308
|
+
classes?: HvCarouselSlideClasses;
|
|
2346
2309
|
/** The width of the Slide. Defaults to `100%` */
|
|
2347
2310
|
size?: string;
|
|
2348
2311
|
/** Content of a slide to be displayed */
|
|
@@ -2560,23 +2523,9 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2560
2523
|
* A color picker component which allows the user to select a color from a list of pre-defined colors or freely select one color via the Hue and Saturation.
|
|
2561
2524
|
* It receives a color string in HEX format and outputs an HEX formatted color.
|
|
2562
2525
|
*/
|
|
2563
|
-
export declare const HvColorPicker: ({ id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, className, classes, value, onChange, defaultValue, expanded, defaultExpanded, recommendedColorsPosition, recommendedColors, showLabels, labels: labelsProp, dropdownIcon, placeholder, iconOnly, showSavedColors, showCustomColors, savedColorsValue, defaultSavedColorsValue, onSavedColorAdded, onSavedColorRemoved, deleteSavedColorButtonArialLabel, }: HvColorPickerProps) => JSX_2.Element;
|
|
2526
|
+
export declare const HvColorPicker: ({ id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, className, classes: classesProp, value, onChange, defaultValue, expanded, defaultExpanded, recommendedColorsPosition, recommendedColors, showLabels, labels: labelsProp, dropdownIcon, placeholder, iconOnly, showSavedColors, showCustomColors, savedColorsValue, defaultSavedColorsValue, onSavedColorAdded, onSavedColorRemoved, deleteSavedColorButtonArialLabel, }: HvColorPickerProps) => JSX_2.Element;
|
|
2564
2527
|
|
|
2565
|
-
export declare
|
|
2566
|
-
root?: string;
|
|
2567
|
-
labelContainer?: string;
|
|
2568
|
-
label?: string;
|
|
2569
|
-
description?: string;
|
|
2570
|
-
headerColorIcon?: string;
|
|
2571
|
-
headerColorValue?: string;
|
|
2572
|
-
panel?: string;
|
|
2573
|
-
colorPicker?: string;
|
|
2574
|
-
colorPickerIcon?: string;
|
|
2575
|
-
dropdownRootIconOnly?: string;
|
|
2576
|
-
headerColorIconOnly?: string;
|
|
2577
|
-
recommendedColorsRoot?: string;
|
|
2578
|
-
pickerFields?: string;
|
|
2579
|
-
}
|
|
2528
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_28>;
|
|
2580
2529
|
|
|
2581
2530
|
export declare interface HvColorPickerProps {
|
|
2582
2531
|
"aria-label"?: string;
|
|
@@ -2817,27 +2766,9 @@ declare interface HvDateColumnCellProp {
|
|
|
2817
2766
|
* A date picker, popup calendar or date range picker is a graphical user
|
|
2818
2767
|
* interface widget which allows the user to select a date from a calendar.
|
|
2819
2768
|
*/
|
|
2820
|
-
export declare const HvDatePicker: ({ classes, className, id, name, required, disabled, readOnly, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, "aria-errormessage": ariaErrorMessage, placeholder, labels: labelsProp, value, startValue, endValue, rangeMode, startAdornment, horizontalPlacement, locale: localeProp, showActions, showClear, disablePortal, escapeWithReference, dropdownProps, calendarProps, ...others }: HvDatePickerProps) => JSX_2.Element;
|
|
2769
|
+
export declare const HvDatePicker: ({ classes: classesProp, className, id, name, required, disabled, readOnly, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, "aria-errormessage": ariaErrorMessage, placeholder, labels: labelsProp, value, startValue, endValue, rangeMode, startAdornment, horizontalPlacement, locale: localeProp, showActions, showClear, disablePortal, escapeWithReference, dropdownProps, calendarProps, ...others }: HvDatePickerProps) => JSX_2.Element;
|
|
2821
2770
|
|
|
2822
|
-
declare type HvDatePickerClasses =
|
|
2823
|
-
root?: string;
|
|
2824
|
-
labelContainer?: string;
|
|
2825
|
-
label?: string;
|
|
2826
|
-
description?: string;
|
|
2827
|
-
error?: string;
|
|
2828
|
-
placeholder?: string;
|
|
2829
|
-
selectionDisabled?: string;
|
|
2830
|
-
dropdown?: string;
|
|
2831
|
-
panel?: string;
|
|
2832
|
-
action?: string;
|
|
2833
|
-
icon?: string;
|
|
2834
|
-
dropdownHeader?: string;
|
|
2835
|
-
dropdownHeaderInvalid?: string;
|
|
2836
|
-
dropdownHeaderOpen?: string;
|
|
2837
|
-
actionContainer?: string;
|
|
2838
|
-
leftContainer?: string;
|
|
2839
|
-
rightContainer?: string;
|
|
2840
|
-
};
|
|
2771
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_21>;
|
|
2841
2772
|
|
|
2842
2773
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2843
2774
|
/**
|
|
@@ -3008,7 +2939,7 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
|
|
|
3008
2939
|
|
|
3009
2940
|
export declare type HvDatePickerStatus = "standBy" | "valid" | "invalid";
|
|
3010
2941
|
|
|
3011
|
-
export declare const HvDialog: ({ classes, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
|
|
2942
|
+
export declare const HvDialog: ({ classes: classesProp, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
|
|
3012
2943
|
|
|
3013
2944
|
export declare interface HvDialogActionClasses {
|
|
3014
2945
|
root?: string;
|
|
@@ -3024,13 +2955,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
3024
2955
|
classes?: HvDialogActionClasses;
|
|
3025
2956
|
}
|
|
3026
2957
|
|
|
3027
|
-
export declare
|
|
3028
|
-
root?: string;
|
|
3029
|
-
closeButton?: string;
|
|
3030
|
-
fullscreen?: string;
|
|
3031
|
-
background?: string;
|
|
3032
|
-
paper?: string;
|
|
3033
|
-
}
|
|
2958
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_7>;
|
|
3034
2959
|
|
|
3035
2960
|
export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
|
|
3036
2961
|
|
|
@@ -3282,24 +3207,9 @@ declare interface HvDropdownListProps {
|
|
|
3282
3207
|
/**
|
|
3283
3208
|
* A drop-down menu is a graphical control element, similar to a list box, that allows the user to choose a value from a list.
|
|
3284
3209
|
*/
|
|
3285
|
-
export declare const HvDropDownMenu: ({ id: idProp, classes, className, icon, placement, dataList, disablePortal, onToggle, onClick, keepOpened, disabled, expanded, defaultExpanded, category, ...others }: HvDropDownMenuProps) => JSX_2.Element;
|
|
3210
|
+
export declare const HvDropDownMenu: ({ id: idProp, classes: classesProp, className, icon, placement, dataList, disablePortal, onToggle, onClick, keepOpened, disabled, expanded, defaultExpanded, category, ...others }: HvDropDownMenuProps) => JSX_2.Element;
|
|
3286
3211
|
|
|
3287
|
-
export declare
|
|
3288
|
-
/** Styles applied to the root. */
|
|
3289
|
-
root?: string;
|
|
3290
|
-
/** Styles applied to the container. */
|
|
3291
|
-
container?: string;
|
|
3292
|
-
/** Styles applied to the BaseDropdown container. */
|
|
3293
|
-
baseContainer?: string;
|
|
3294
|
-
/** Styles applied to the icon. */
|
|
3295
|
-
icon?: string;
|
|
3296
|
-
/** Styles applied to the icon when selected. */
|
|
3297
|
-
iconSelected?: string;
|
|
3298
|
-
/** Styles applied to the list root. */
|
|
3299
|
-
menuListRoot?: string;
|
|
3300
|
-
/** Styles applied to the list. */
|
|
3301
|
-
menuList?: string;
|
|
3302
|
-
}
|
|
3212
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_9>;
|
|
3303
3213
|
|
|
3304
3214
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3305
3215
|
/** Icon. */
|
|
@@ -3768,28 +3678,11 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3768
3678
|
* Due to the enormous variety of capabilities required for this, we strongly recommend checking the code of the component and extend it yourself,
|
|
3769
3679
|
* while we do not provide a better approach for building this component with smaller and more composable parts.
|
|
3770
3680
|
*/
|
|
3771
|
-
export declare const HvFilterGroup: ({ className, id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, labels: labelsProp, defaultValue, value, filters, horizontalPlacement, disablePortal, escapeWithReference, height, filterContentProps, classes, ...others }: HvFilterGroupProps) => JSX_2.Element;
|
|
3681
|
+
export declare const HvFilterGroup: ({ className, id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, labels: labelsProp, defaultValue, value, filters, horizontalPlacement, disablePortal, escapeWithReference, height, filterContentProps, classes: classesProp, ...others }: HvFilterGroupProps) => JSX_2.Element;
|
|
3772
3682
|
|
|
3773
|
-
export declare
|
|
3774
|
-
root?: string;
|
|
3775
|
-
labelContainer?: string;
|
|
3776
|
-
label?: string;
|
|
3777
|
-
description?: string;
|
|
3778
|
-
error?: string;
|
|
3779
|
-
}
|
|
3683
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_19>;
|
|
3780
3684
|
|
|
3781
|
-
declare
|
|
3782
|
-
dropdown?: string;
|
|
3783
|
-
panel?: string;
|
|
3784
|
-
baseDropdownSelection?: string;
|
|
3785
|
-
header?: string;
|
|
3786
|
-
root?: string;
|
|
3787
|
-
leftSidePanel?: string;
|
|
3788
|
-
rightSidePanel?: string;
|
|
3789
|
-
actionBar?: string;
|
|
3790
|
-
space?: string;
|
|
3791
|
-
applyButton?: string;
|
|
3792
|
-
}
|
|
3685
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_20>;
|
|
3793
3686
|
|
|
3794
3687
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3795
3688
|
description?: React.ReactNode;
|
|
@@ -3836,7 +3729,7 @@ export declare interface HvFilterGroupLabels {
|
|
|
3836
3729
|
multiSelectionConjunction?: string;
|
|
3837
3730
|
}
|
|
3838
3731
|
|
|
3839
|
-
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "onChange" | "defaultValue" | "statusMessage"> {
|
|
3732
|
+
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "classes" | "onChange" | "defaultValue" | "statusMessage"> {
|
|
3840
3733
|
/** The initial value of the input when in single calendar mode. */
|
|
3841
3734
|
filters: HvFilterGroupFilters;
|
|
3842
3735
|
/** The form element name. */
|
|
@@ -4337,12 +4230,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4337
4230
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4338
4231
|
}
|
|
4339
4232
|
|
|
4340
|
-
export declare
|
|
4341
|
-
root?: string;
|
|
4342
|
-
selected?: string;
|
|
4343
|
-
button?: string;
|
|
4344
|
-
text?: string;
|
|
4345
|
-
}
|
|
4233
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
|
|
4346
4234
|
|
|
4347
4235
|
/**
|
|
4348
4236
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4368,20 +4256,9 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4368
4256
|
* An Inline Editor allows the user to edit a record without making a major switch
|
|
4369
4257
|
* between viewing and editing, making it an efficient method of updating a record.
|
|
4370
4258
|
*/
|
|
4371
|
-
export declare const HvInlineEditor: ({ className, classes, value: valueProp, defaultValue, showIcon, component: InputComponent, variant, placeholder, onBlur, onChange, onKeyDown, buttonProps, typographyProps, ...others }: HvInlineEditorProps) => JSX_2.Element;
|
|
4259
|
+
export declare const HvInlineEditor: ({ className, classes: classesProp, value: valueProp, defaultValue, showIcon, component: InputComponent, variant, placeholder, onBlur, onChange, onKeyDown, buttonProps, typographyProps, ...others }: HvInlineEditorProps) => JSX_2.Element;
|
|
4372
4260
|
|
|
4373
|
-
export declare
|
|
4374
|
-
root?: string;
|
|
4375
|
-
button?: string;
|
|
4376
|
-
largeText?: string;
|
|
4377
|
-
text?: string;
|
|
4378
|
-
textEmpty?: string;
|
|
4379
|
-
icon?: string;
|
|
4380
|
-
iconVisible?: string;
|
|
4381
|
-
inputRoot?: string;
|
|
4382
|
-
input?: string;
|
|
4383
|
-
inputBorderContainer?: string;
|
|
4384
|
-
}
|
|
4261
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_26>;
|
|
4385
4262
|
|
|
4386
4263
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4387
4264
|
/** The value of the form element. */
|
|
@@ -4407,48 +4284,9 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4407
4284
|
/**
|
|
4408
4285
|
* A text input box is a graphical control element intended to enable the user to input text information to be used by the software.
|
|
4409
4286
|
*/
|
|
4410
|
-
export declare const HvInput:
|
|
4287
|
+
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4411
4288
|
|
|
4412
|
-
export declare
|
|
4413
|
-
/** Styles applied to the root container of the input. */
|
|
4414
|
-
root?: string;
|
|
4415
|
-
/** Styles applied to the root container when the suggestion list is open. */
|
|
4416
|
-
hasSuggestions?: string;
|
|
4417
|
-
/** Styles applied to input root which is comprising of everything but the labels and descriptions. */
|
|
4418
|
-
inputRoot?: string;
|
|
4419
|
-
/** Styles applied to the base input border element. */
|
|
4420
|
-
inputBorderContainer?: string;
|
|
4421
|
-
/** Styles applied to input root when it is focused. */
|
|
4422
|
-
inputRootFocused?: string;
|
|
4423
|
-
/** Styles applied to input html element when it is disabled. */
|
|
4424
|
-
inputRootDisabled?: string;
|
|
4425
|
-
/** Styles applied to input html element when it is multiline mode. */
|
|
4426
|
-
inputRootMultiline?: string;
|
|
4427
|
-
/** Styles applied to input html element. */
|
|
4428
|
-
input?: string;
|
|
4429
|
-
/** Styles applied to the container of the labels elements. */
|
|
4430
|
-
labelContainer?: string;
|
|
4431
|
-
/** Styles applied to the label element. */
|
|
4432
|
-
label?: string;
|
|
4433
|
-
/** Styles applied to the icon information text. */
|
|
4434
|
-
description?: string;
|
|
4435
|
-
/** Styles applied to the error area. */
|
|
4436
|
-
error?: string;
|
|
4437
|
-
/** Styles applied to the div around the adornment. */
|
|
4438
|
-
adornmentsBox?: string;
|
|
4439
|
-
/** Styles applied to the the adornment when behaving as a button. */
|
|
4440
|
-
adornmentButton?: string;
|
|
4441
|
-
/** Styles applied to the input adornment icons. */
|
|
4442
|
-
icon?: string;
|
|
4443
|
-
/** Styles applied to the icon used to clean the input. */
|
|
4444
|
-
iconClear?: string;
|
|
4445
|
-
/** Styles applied to the input extension shown when the suggestions list is visible. */
|
|
4446
|
-
inputExtension?: string;
|
|
4447
|
-
/** Styles applied to the container of the suggestions list. */
|
|
4448
|
-
suggestionsContainer?: string;
|
|
4449
|
-
/** Styles applied to the suggestions list. */
|
|
4450
|
-
suggestionList?: string;
|
|
4451
|
-
}
|
|
4289
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_8>;
|
|
4452
4290
|
|
|
4453
4291
|
export declare interface HvInputLabels {
|
|
4454
4292
|
/** The label of the clear button. */
|
|
@@ -4500,28 +4338,28 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4500
4338
|
* The function that will be executed onChange, allows modification of the input,
|
|
4501
4339
|
* it receives the value. If a new value should be presented it must returned it.
|
|
4502
4340
|
*/
|
|
4503
|
-
onChange?:
|
|
4341
|
+
onChange?: HvBaseInputProps["onChange"];
|
|
4504
4342
|
/**
|
|
4505
4343
|
* Callback called when the user submits the value by pressing Enter/Return.
|
|
4506
4344
|
*
|
|
4507
4345
|
* Also called when the search button is clicked (when type is "search").
|
|
4508
4346
|
*/
|
|
4509
|
-
onEnter?: (event: React_2.KeyboardEvent<
|
|
4347
|
+
onEnter?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4510
4348
|
/**
|
|
4511
4349
|
* The function that will be executed onBlur, allows checking the validation state,
|
|
4512
4350
|
* it receives the value and the validation state.
|
|
4513
4351
|
*/
|
|
4514
|
-
onBlur?: (event: React_2.FocusEvent<
|
|
4352
|
+
onBlur?: (event: React_2.FocusEvent<InputElement>, value: string, validationState: HvInputValidity) => void;
|
|
4515
4353
|
/**
|
|
4516
4354
|
* The function that will be executed onBlur, allows checking the value state,
|
|
4517
4355
|
* it receives the value.
|
|
4518
4356
|
*/
|
|
4519
|
-
onFocus?: (event: React_2.
|
|
4357
|
+
onFocus?: (event: React_2.FocusEvent<InputElement>, value: string) => void;
|
|
4520
4358
|
/**
|
|
4521
4359
|
* The function that will be executed onKeyDown, allows checking the value state,
|
|
4522
4360
|
* it receives the event and value.
|
|
4523
4361
|
*/
|
|
4524
|
-
onKeyDown?: (event: React_2.KeyboardEvent<
|
|
4362
|
+
onKeyDown?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4525
4363
|
/** The input type. */
|
|
4526
4364
|
type?: HTMLInputTypeAttribute;
|
|
4527
4365
|
/** The placeholder value of the input. */
|
|
@@ -4532,8 +4370,11 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4532
4370
|
validationMessages?: HvValidationMessages;
|
|
4533
4371
|
/** Attributes applied to the input element. */
|
|
4534
4372
|
inputProps?: InputBaseComponentProps;
|
|
4535
|
-
/**
|
|
4536
|
-
|
|
4373
|
+
/**
|
|
4374
|
+
* Allows passing a ref to the underlying input
|
|
4375
|
+
* @deprecated Use `ref` directly instead
|
|
4376
|
+
* */
|
|
4377
|
+
inputRef?: HvBaseInputProps["inputRef"];
|
|
4537
4378
|
/** The function that will be executed to received an array of objects that has a label and id to create list of suggestion */
|
|
4538
4379
|
suggestionListCallback?: (value: string) => HvInputSuggestion[] | null;
|
|
4539
4380
|
/**
|
|
@@ -5014,7 +4855,7 @@ export declare interface HvNotistackSnackMessageProps {
|
|
|
5014
4855
|
/** Classname to apply on the root node */
|
|
5015
4856
|
className?: string;
|
|
5016
4857
|
/** Your component tree. */
|
|
5017
|
-
message?: string;
|
|
4858
|
+
message?: ReactNode | string;
|
|
5018
4859
|
/** Variant of the snackbar. */
|
|
5019
4860
|
variant?: HvSnackbarVariant;
|
|
5020
4861
|
/** Extra values to pass to the snackbar. */
|
|
@@ -5058,7 +4899,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
5058
4899
|
*/
|
|
5059
4900
|
export declare const HvPagination: ({ classes: classesProp, className, id, pages, page, showPageSizeOptions, pageSizeOptions, pageSize, showPageJump, canPrevious, canNext, onPageChange, onPageSizeChange, labels: labelsProp, showPageProps, navigationProps, currentPageInputProps, ...others }: HvPaginationProps) => JSX_2.Element;
|
|
5060
4901
|
|
|
5061
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4902
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_10>;
|
|
5062
4903
|
|
|
5063
4904
|
export declare interface HvPaginationLabels {
|
|
5064
4905
|
/** The show label. */
|
|
@@ -5257,7 +5098,7 @@ export declare interface HvProviderProps {
|
|
|
5257
5098
|
*/
|
|
5258
5099
|
export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
|
|
5259
5100
|
|
|
5260
|
-
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof
|
|
5101
|
+
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_27>>;
|
|
5261
5102
|
|
|
5262
5103
|
export declare interface HvQueryBuilderProps {
|
|
5263
5104
|
attributes?: Record<string, Attribute>;
|
|
@@ -5573,16 +5414,9 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5573
5414
|
/**
|
|
5574
5415
|
* The horizontal scroll to element can be used to quickly navigate in a page.
|
|
5575
5416
|
*/
|
|
5576
|
-
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5417
|
+
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5577
5418
|
|
|
5578
|
-
export declare
|
|
5579
|
-
root?: string;
|
|
5580
|
-
positionSticky?: string;
|
|
5581
|
-
positionFixed?: string;
|
|
5582
|
-
notSelectedRoot?: string;
|
|
5583
|
-
notSelected?: string;
|
|
5584
|
-
selected?: string;
|
|
5585
|
-
}
|
|
5419
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_25>;
|
|
5586
5420
|
|
|
5587
5421
|
export declare interface HvScrollToHorizontalOption {
|
|
5588
5422
|
key?: string;
|
|
@@ -5633,13 +5467,9 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5633
5467
|
/**
|
|
5634
5468
|
* The vertical scroll to element can be used to quickly navigate in a page.
|
|
5635
5469
|
*/
|
|
5636
|
-
export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes, options, offset, position, tooltipPosition, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5470
|
+
export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, style, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5637
5471
|
|
|
5638
|
-
export declare
|
|
5639
|
-
root?: string;
|
|
5640
|
-
positionAbsolute?: string;
|
|
5641
|
-
positionFixed?: string;
|
|
5642
|
-
}
|
|
5472
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_23>;
|
|
5643
5473
|
|
|
5644
5474
|
export declare interface HvScrollToVerticalOption {
|
|
5645
5475
|
key?: string;
|
|
@@ -5953,38 +5783,13 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5953
5783
|
* One is the HvSnackbar, which wraps all the positioning, transition, auto hide, etc.
|
|
5954
5784
|
* The other is the HvSnackbarContent, which allows a finer control and customization of the content of the Snackbar.
|
|
5955
5785
|
*/
|
|
5956
|
-
export declare const HvSnackbar: ({ classes, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5786
|
+
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5957
5787
|
|
|
5958
|
-
export declare
|
|
5959
|
-
root?: string;
|
|
5960
|
-
/** Styles applied to the component when define as top right. */
|
|
5961
|
-
anchorOriginTopRight?: string;
|
|
5962
|
-
/** Styles applied to the component when define as top left. */
|
|
5963
|
-
anchorOriginTopLeft?: string;
|
|
5964
|
-
/** Styles applied to the component when define as top center. */
|
|
5965
|
-
anchorOriginTopCenter?: string;
|
|
5966
|
-
/** Styles applied to the component when define as bottom center. */
|
|
5967
|
-
anchorOriginBottomCenter?: string;
|
|
5968
|
-
/** Styles applied to the component when define as bottom left. */
|
|
5969
|
-
anchorOriginBottomLeft?: string;
|
|
5970
|
-
/** Styles applied to the component when define as bottom right. */
|
|
5971
|
-
anchorOriginBottomRight?: string;
|
|
5972
|
-
}
|
|
5788
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_14>;
|
|
5973
5789
|
|
|
5974
5790
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5975
5791
|
|
|
5976
|
-
export declare
|
|
5977
|
-
root?: string;
|
|
5978
|
-
message?: string;
|
|
5979
|
-
messageSpan?: string;
|
|
5980
|
-
iconVariant?: string;
|
|
5981
|
-
messageText?: string;
|
|
5982
|
-
action?: string;
|
|
5983
|
-
default?: string;
|
|
5984
|
-
success?: string;
|
|
5985
|
-
warning?: string;
|
|
5986
|
-
error?: string;
|
|
5987
|
-
}
|
|
5792
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_15>;
|
|
5988
5793
|
|
|
5989
5794
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5990
5795
|
/** The message to display. */
|
|
@@ -6000,7 +5805,7 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
|
|
|
6000
5805
|
/** The callback function ran when an action is triggered, receiving `action` as param */
|
|
6001
5806
|
actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
|
|
6002
5807
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6003
|
-
classes?: HvSnackbarContentClasses
|
|
5808
|
+
classes?: Partial<HvSnackbarContentClasses>;
|
|
6004
5809
|
}
|
|
6005
5810
|
|
|
6006
5811
|
export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" | "classes">, Omit<HvBaseProps, "children"> {
|
|
@@ -6033,20 +5838,12 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
6033
5838
|
/** Others applied to the content of the snackbar. */
|
|
6034
5839
|
snackbarContentProps?: HvSnackbarContentProps;
|
|
6035
5840
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6036
|
-
classes?: HvSnackbarClasses
|
|
5841
|
+
classes?: Partial<HvSnackbarClasses>;
|
|
6037
5842
|
}
|
|
6038
5843
|
|
|
6039
|
-
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, ...others }:
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
notistackClassesOverride?: {} | undefined;
|
|
6043
|
-
maxSnack?: number | undefined;
|
|
6044
|
-
autoHideDuration?: number | undefined;
|
|
6045
|
-
anchorOrigin?: {
|
|
6046
|
-
vertical: string;
|
|
6047
|
-
horizontal: string;
|
|
6048
|
-
} | undefined;
|
|
6049
|
-
}) => JSX_2.Element;
|
|
5844
|
+
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5845
|
+
|
|
5846
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_16>;
|
|
6050
5847
|
|
|
6051
5848
|
export declare interface HvSnackbarProviderProps {
|
|
6052
5849
|
/** Your component tree. */
|
|
@@ -6058,7 +5855,10 @@ export declare interface HvSnackbarProviderProps {
|
|
|
6058
5855
|
/** Where is the snackbar placed. */
|
|
6059
5856
|
anchorOrigin?: SnackbarOrigin;
|
|
6060
5857
|
/** Class object used to override notistack classes. */
|
|
6061
|
-
notistackClassesOverride?:
|
|
5858
|
+
notistackClassesOverride?: Partial<ClassNameMap<CombinedClassKey>>;
|
|
5859
|
+
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5860
|
+
classes?: Partial<HvSnackbarProviderClasses>;
|
|
5861
|
+
className?: string;
|
|
6062
5862
|
}
|
|
6063
5863
|
|
|
6064
5864
|
export declare type HvSnackbarVariant = "default" | "success" | "warning" | "error";
|
|
@@ -6106,7 +5906,7 @@ export declare interface HvSuggestion {
|
|
|
6106
5906
|
disabled?: boolean;
|
|
6107
5907
|
}
|
|
6108
5908
|
|
|
6109
|
-
export declare const HvSuggestions:
|
|
5909
|
+
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
6110
5910
|
|
|
6111
5911
|
export declare interface HvSuggestionsClasses {
|
|
6112
5912
|
root?: string;
|
|
@@ -6339,58 +6139,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6339
6139
|
|
|
6340
6140
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6341
6141
|
|
|
6342
|
-
export declare
|
|
6343
|
-
/** Styles applied to the component root class. */
|
|
6344
|
-
root?: string;
|
|
6345
|
-
/** Styles applied to the cell when it's in the table head. */
|
|
6346
|
-
head?: string;
|
|
6347
|
-
/** Styles applied to the cell when it's in the table body. */
|
|
6348
|
-
body?: string;
|
|
6349
|
-
/** Styles applied to the cell when it's in the table footer. */
|
|
6350
|
-
footer?: string;
|
|
6351
|
-
/** Styles applied to the cell when it's part of a sticky column. */
|
|
6352
|
-
stickyColumn?: string;
|
|
6353
|
-
/** Styles applied to the cell when it's part of the last sticky to the left column. */
|
|
6354
|
-
stickyColumnMostLeft?: string;
|
|
6355
|
-
/** Styles applied to the cell when it's part of the first right sticky column. */
|
|
6356
|
-
stickyColumnLeastRight?: string;
|
|
6357
|
-
/** Styles applied to the cell when it's part of the first column in the group. */
|
|
6358
|
-
groupColumnMostLeft?: string;
|
|
6359
|
-
/** Styles applied to the cell when it's part of the last column in the group. */
|
|
6360
|
-
groupColumnMostRight?: string;
|
|
6361
|
-
/** Styles applied to the cell when it's part of a sorted column. */
|
|
6362
|
-
sorted?: string;
|
|
6363
|
-
/** Styles applied to the sort icon. */
|
|
6364
|
-
sortIcon?: string;
|
|
6365
|
-
/** Styles applied to the component root when it is left aligned */
|
|
6366
|
-
alignLeft?: string;
|
|
6367
|
-
/** Styles applied to the component root when it is right aligned */
|
|
6368
|
-
alignRight?: string;
|
|
6369
|
-
/** Styles applied to the component root when it is center aligned */
|
|
6370
|
-
alignCenter?: string;
|
|
6371
|
-
/** Styles applied to the component root when it is justified */
|
|
6372
|
-
alignJustify?: string;
|
|
6373
|
-
/** Styles applied to the component root when its variant is checkbox */
|
|
6374
|
-
variantCheckbox?: string;
|
|
6375
|
-
/** Styles applied to the component root when its variant is expand */
|
|
6376
|
-
variantExpand?: string;
|
|
6377
|
-
/** Styles applied to the component root when its variant is actions */
|
|
6378
|
-
variantActions?: string;
|
|
6379
|
-
/** Styles applied to the component root when its variant is none */
|
|
6380
|
-
variantNone?: string;
|
|
6381
|
-
/** Styles applied to the component root when its variant is list */
|
|
6382
|
-
variantList?: string;
|
|
6383
|
-
/** Styles applied to the cell when its variant is list and actions. */
|
|
6384
|
-
variantListactions?: string;
|
|
6385
|
-
/** Styles applied to the cell when its variant is list and checkbox. */
|
|
6386
|
-
variantListcheckbox?: string;
|
|
6387
|
-
/** Styles applied to the cell when its variant is list and the type is head . */
|
|
6388
|
-
variantListHead?: string;
|
|
6389
|
-
/** Styles applied to the cell when it's part of a resizable column. */
|
|
6390
|
-
resizable?: string;
|
|
6391
|
-
/** Styles applied to the cell when it's part of a resizing column. */
|
|
6392
|
-
resizing?: string;
|
|
6393
|
-
}
|
|
6142
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_18>;
|
|
6394
6143
|
|
|
6395
6144
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6396
6145
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6697,28 +6446,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6697
6446
|
*/
|
|
6698
6447
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6699
6448
|
|
|
6700
|
-
export declare
|
|
6701
|
-
/** Styles applied to the component root class. */
|
|
6702
|
-
root?: string;
|
|
6703
|
-
/** Styles applied to the component root when selected. */
|
|
6704
|
-
selected?: string;
|
|
6705
|
-
/** Styles applied to the component root when expanded. */
|
|
6706
|
-
expanded?: string;
|
|
6707
|
-
/** Styles applied to the component root when striped. */
|
|
6708
|
-
striped?: string;
|
|
6709
|
-
/** Styles applied to the component root on hover. */
|
|
6710
|
-
hover?: string;
|
|
6711
|
-
/** Styles applied to the component root when inside a `HvTableHead`. */
|
|
6712
|
-
head?: string;
|
|
6713
|
-
/** Styles applied to the component root when inside a `HvTableBody`. */
|
|
6714
|
-
body?: string;
|
|
6715
|
-
/** Styles applied to the component root when inside a `HvTableFooter`. */
|
|
6716
|
-
footer?: string;
|
|
6717
|
-
/** Styles applied to the component root when its table variant is list. */
|
|
6718
|
-
variantList?: string;
|
|
6719
|
-
/** Styles applied to the component root when its table variant is list. */
|
|
6720
|
-
variantListHead?: string;
|
|
6721
|
-
}
|
|
6449
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_17>;
|
|
6722
6450
|
|
|
6723
6451
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6724
6452
|
/** Content to be rendered */
|
|
@@ -6969,7 +6697,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6969
6697
|
/**
|
|
6970
6698
|
* A text area is a multiline text input box, with an optional character counter when there is a length limit.
|
|
6971
6699
|
*/
|
|
6972
|
-
export declare const HvTextArea:
|
|
6700
|
+
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6973
6701
|
|
|
6974
6702
|
export declare interface HvTextAreaClasses {
|
|
6975
6703
|
root?: string;
|
|
@@ -7113,7 +6841,7 @@ export declare interface HvThemePalette {
|
|
|
7113
6841
|
support: HvSupportColors;
|
|
7114
6842
|
}
|
|
7115
6843
|
|
|
7116
|
-
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6844
|
+
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
7117
6845
|
|
|
7118
6846
|
declare interface HvThemeProviderProps {
|
|
7119
6847
|
children: React.ReactNode;
|
|
@@ -7176,7 +6904,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
7176
6904
|
*/
|
|
7177
6905
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
7178
6906
|
|
|
7179
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6907
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_31>;
|
|
7180
6908
|
|
|
7181
6909
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
7182
6910
|
|
|
@@ -7184,7 +6912,7 @@ export declare interface HvTimePickerProps extends Omit<HvFormElementProps, "cla
|
|
|
7184
6912
|
/** Id to be applied to the form element root node. */
|
|
7185
6913
|
id?: string;
|
|
7186
6914
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7187
|
-
classes?:
|
|
6915
|
+
classes?: HvTimePickerClasses;
|
|
7188
6916
|
/** Current value of the element when _controlled_. Follows the 24-hour format. */
|
|
7189
6917
|
value?: HvTimePickerValue;
|
|
7190
6918
|
/** Initial value of the element when _uncontrolled_. Follows the 24-hour format. */
|
|
@@ -7915,12 +7643,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7915
7643
|
children?: React.ReactNode;
|
|
7916
7644
|
}
|
|
7917
7645
|
|
|
7918
|
-
export declare
|
|
7919
|
-
root?: string;
|
|
7920
|
-
notSelected?: string;
|
|
7921
|
-
button?: string;
|
|
7922
|
-
text?: string;
|
|
7923
|
-
}
|
|
7646
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_22>;
|
|
7924
7647
|
|
|
7925
7648
|
/**
|
|
7926
7649
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7974,8 +7697,8 @@ export declare const inlineEditorClasses: {
|
|
|
7974
7697
|
text: "HvInlineEditor-text";
|
|
7975
7698
|
icon: "HvInlineEditor-icon";
|
|
7976
7699
|
root: "HvInlineEditor-root";
|
|
7977
|
-
inputRoot: "HvInlineEditor-inputRoot";
|
|
7978
7700
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7701
|
+
inputRoot: "HvInlineEditor-inputRoot";
|
|
7979
7702
|
largeText: "HvInlineEditor-largeText";
|
|
7980
7703
|
textEmpty: "HvInlineEditor-textEmpty";
|
|
7981
7704
|
iconVisible: "HvInlineEditor-iconVisible";
|
|
@@ -7987,22 +7710,24 @@ export declare const inputClasses: {
|
|
|
7987
7710
|
icon: "HvInput-icon";
|
|
7988
7711
|
error: "HvInput-error";
|
|
7989
7712
|
root: "HvInput-root";
|
|
7713
|
+
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7990
7714
|
inputRoot: "HvInput-inputRoot";
|
|
7991
7715
|
inputRootFocused: "HvInput-inputRootFocused";
|
|
7992
7716
|
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7993
7717
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
7994
|
-
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7995
7718
|
description: "HvInput-description";
|
|
7996
7719
|
labelContainer: "HvInput-labelContainer";
|
|
7997
|
-
hasSuggestions: "HvInput-hasSuggestions";
|
|
7998
7720
|
adornmentsBox: "HvInput-adornmentsBox";
|
|
7999
7721
|
adornmentButton: "HvInput-adornmentButton";
|
|
8000
7722
|
iconClear: "HvInput-iconClear";
|
|
8001
|
-
|
|
7723
|
+
hasSuggestions: "HvInput-hasSuggestions";
|
|
8002
7724
|
suggestionsContainer: "HvInput-suggestionsContainer";
|
|
8003
7725
|
suggestionList: "HvInput-suggestionList";
|
|
7726
|
+
inputExtension: "HvInput-inputExtension";
|
|
8004
7727
|
};
|
|
8005
7728
|
|
|
7729
|
+
declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
|
|
7730
|
+
|
|
8006
7731
|
export declare const isBrowser: (browsers: any) => boolean | null;
|
|
8007
7732
|
|
|
8008
7733
|
export declare const isInvalid: (compareState: any) => boolean;
|
|
@@ -8319,12 +8044,12 @@ declare interface Query {
|
|
|
8319
8044
|
|
|
8320
8045
|
export declare const queryBuilderClasses: {
|
|
8321
8046
|
root: "HvQueryBuilder-root";
|
|
8047
|
+
removeButton: "HvQueryBuilder-removeButton";
|
|
8322
8048
|
topGroup: "HvQueryBuilder-topGroup";
|
|
8323
8049
|
subGroup: "HvQueryBuilder-subGroup";
|
|
8324
8050
|
combinator: "HvQueryBuilder-combinator";
|
|
8325
8051
|
topCombinator: "HvQueryBuilder-topCombinator";
|
|
8326
8052
|
combinatorButton: "HvQueryBuilder-combinatorButton";
|
|
8327
|
-
removeButton: "HvQueryBuilder-removeButton";
|
|
8328
8053
|
topRemoveButton: "HvQueryBuilder-topRemoveButton";
|
|
8329
8054
|
topRemoveButtonDisabled: "HvQueryBuilder-topRemoveButtonDisabled";
|
|
8330
8055
|
rulesContainer: "HvQueryBuilder-rulesContainer";
|
|
@@ -8577,8 +8302,12 @@ export declare const snackbarContentClasses: {
|
|
|
8577
8302
|
root: "HvSnackbar-Content-root";
|
|
8578
8303
|
message: "HvSnackbar-Content-message";
|
|
8579
8304
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
8580
|
-
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8581
8305
|
messageText: "HvSnackbar-Content-messageText";
|
|
8306
|
+
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8307
|
+
};
|
|
8308
|
+
|
|
8309
|
+
export declare const snackbarProviderClasses: {
|
|
8310
|
+
snackItemRoot: "HvSnackbarProvider-snackItemRoot";
|
|
8582
8311
|
};
|
|
8583
8312
|
|
|
8584
8313
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
@@ -8589,180 +8318,6 @@ export declare const stackClasses: {
|
|
|
8589
8318
|
|
|
8590
8319
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
8591
8320
|
|
|
8592
|
-
declare const styles: {
|
|
8593
|
-
/** Styles applied to the component root class. */
|
|
8594
|
-
root: {
|
|
8595
|
-
display: "flex";
|
|
8596
|
-
alignItems: "stretch";
|
|
8597
|
-
flexDirection: "column";
|
|
8598
|
-
backgroundColor: string;
|
|
8599
|
-
margin: number;
|
|
8600
|
-
paddingTop: string;
|
|
8601
|
-
paddingBottom: string;
|
|
8602
|
-
};
|
|
8603
|
-
xs: {
|
|
8604
|
-
"&:not(._)": {
|
|
8605
|
-
padding: number;
|
|
8606
|
-
};
|
|
8607
|
-
"& $dots": {
|
|
8608
|
-
position: "relative";
|
|
8609
|
-
top: string;
|
|
8610
|
-
};
|
|
8611
|
-
"& $actions": {
|
|
8612
|
-
top: number;
|
|
8613
|
-
};
|
|
8614
|
-
"& $controls": {
|
|
8615
|
-
display: string;
|
|
8616
|
-
};
|
|
8617
|
-
};
|
|
8618
|
-
fullscreen: {
|
|
8619
|
-
width: string;
|
|
8620
|
-
height: string;
|
|
8621
|
-
position: "fixed";
|
|
8622
|
-
inset: number;
|
|
8623
|
-
zIndex: string;
|
|
8624
|
-
"&:not(._)": {
|
|
8625
|
-
padding: string;
|
|
8626
|
-
};
|
|
8627
|
-
};
|
|
8628
|
-
title: {
|
|
8629
|
-
display: "flex";
|
|
8630
|
-
justifyContent: "flex-start";
|
|
8631
|
-
marginBottom: string;
|
|
8632
|
-
};
|
|
8633
|
-
actions: {
|
|
8634
|
-
display: "flex";
|
|
8635
|
-
justifyContent: "flex-end";
|
|
8636
|
-
height: number;
|
|
8637
|
-
zIndex: number;
|
|
8638
|
-
position: "relative";
|
|
8639
|
-
top: string;
|
|
8640
|
-
};
|
|
8641
|
-
closeButton: {};
|
|
8642
|
-
mainContainer: {
|
|
8643
|
-
display: "flex";
|
|
8644
|
-
flexDirection: Property.FlexDirection | undefined;
|
|
8645
|
-
};
|
|
8646
|
-
controls: {
|
|
8647
|
-
display: "flex";
|
|
8648
|
-
alignItems: "center";
|
|
8649
|
-
height: number;
|
|
8650
|
-
justifyContent: string;
|
|
8651
|
-
backgroundColor: string;
|
|
8652
|
-
border: string;
|
|
8653
|
-
gap: string;
|
|
8654
|
-
"&:has($dots)": {
|
|
8655
|
-
justifyContent: "center";
|
|
8656
|
-
};
|
|
8657
|
-
};
|
|
8658
|
-
pageCounter: {};
|
|
8659
|
-
main: {
|
|
8660
|
-
padding: number;
|
|
8661
|
-
display: "flex";
|
|
8662
|
-
flexDirection: "column";
|
|
8663
|
-
position: "relative";
|
|
8664
|
-
"&:hover $slideControls": {
|
|
8665
|
-
opacity: number;
|
|
8666
|
-
};
|
|
8667
|
-
};
|
|
8668
|
-
mainXs: {};
|
|
8669
|
-
mainFullscreen: {
|
|
8670
|
-
maxHeight: string;
|
|
8671
|
-
};
|
|
8672
|
-
counterContainer: {
|
|
8673
|
-
position: "absolute";
|
|
8674
|
-
top: string;
|
|
8675
|
-
right: string;
|
|
8676
|
-
zIndex: number;
|
|
8677
|
-
display: string;
|
|
8678
|
-
};
|
|
8679
|
-
counter: {
|
|
8680
|
-
color: string;
|
|
8681
|
-
backgroundColor: string;
|
|
8682
|
-
padding: string;
|
|
8683
|
-
};
|
|
8684
|
-
slideControls: {
|
|
8685
|
-
position: "absolute";
|
|
8686
|
-
left: number;
|
|
8687
|
-
right: number;
|
|
8688
|
-
top: string;
|
|
8689
|
-
padding: string;
|
|
8690
|
-
display: "flex";
|
|
8691
|
-
flexDirection: "row";
|
|
8692
|
-
alignItems: "center";
|
|
8693
|
-
justifyContent: "space-between";
|
|
8694
|
-
opacity: number;
|
|
8695
|
-
"& button": {
|
|
8696
|
-
zIndex: number;
|
|
8697
|
-
};
|
|
8698
|
-
"&:focus-within": {
|
|
8699
|
-
opacity: number;
|
|
8700
|
-
};
|
|
8701
|
-
};
|
|
8702
|
-
slidesViewport: {
|
|
8703
|
-
overflow: "hidden";
|
|
8704
|
-
};
|
|
8705
|
-
slidesContainer: {
|
|
8706
|
-
display: "flex";
|
|
8707
|
-
flexDirection: "row";
|
|
8708
|
-
height: string;
|
|
8709
|
-
};
|
|
8710
|
-
dots: {
|
|
8711
|
-
display: "flex";
|
|
8712
|
-
alignItems: "center";
|
|
8713
|
-
justifyContent: "center";
|
|
8714
|
-
gap: string;
|
|
8715
|
-
height: string;
|
|
8716
|
-
};
|
|
8717
|
-
dotsXs: {};
|
|
8718
|
-
dot: {
|
|
8719
|
-
width: number;
|
|
8720
|
-
height: number;
|
|
8721
|
-
margin: string;
|
|
8722
|
-
borderRadius: string;
|
|
8723
|
-
backgroundColor: string;
|
|
8724
|
-
};
|
|
8725
|
-
dotSelected: {
|
|
8726
|
-
width: number;
|
|
8727
|
-
height: number;
|
|
8728
|
-
backgroundColor: string;
|
|
8729
|
-
};
|
|
8730
|
-
panel: {
|
|
8731
|
-
display: "flex";
|
|
8732
|
-
width: string;
|
|
8733
|
-
overflowX: "auto";
|
|
8734
|
-
overflowY: "hidden";
|
|
8735
|
-
padding: string;
|
|
8736
|
-
};
|
|
8737
|
-
thumbnail: {
|
|
8738
|
-
height: string;
|
|
8739
|
-
padding: number;
|
|
8740
|
-
"& img": {
|
|
8741
|
-
width: string;
|
|
8742
|
-
height: string;
|
|
8743
|
-
textAlign: "center";
|
|
8744
|
-
aspectRatio: "16/9";
|
|
8745
|
-
opacity: "50%";
|
|
8746
|
-
borderRadius: string;
|
|
8747
|
-
};
|
|
8748
|
-
};
|
|
8749
|
-
thumbnailSelected: {
|
|
8750
|
-
"& img": {
|
|
8751
|
-
border: string;
|
|
8752
|
-
opacity: "100%";
|
|
8753
|
-
};
|
|
8754
|
-
};
|
|
8755
|
-
};
|
|
8756
|
-
|
|
8757
|
-
declare const styles_2: {
|
|
8758
|
-
slide: {};
|
|
8759
|
-
image: {
|
|
8760
|
-
aspectRatio: "16/9";
|
|
8761
|
-
width: string;
|
|
8762
|
-
height: string;
|
|
8763
|
-
};
|
|
8764
|
-
};
|
|
8765
|
-
|
|
8766
8321
|
export declare const suggestionsClasses: {
|
|
8767
8322
|
list: "HvSuggestions-list";
|
|
8768
8323
|
root: "HvSuggestions-root";
|
|
@@ -8803,19 +8358,18 @@ export declare const tableCellClasses: {
|
|
|
8803
8358
|
groupColumnMostLeft: "HvTableCell-groupColumnMostLeft";
|
|
8804
8359
|
groupColumnMostRight: "HvTableCell-groupColumnMostRight";
|
|
8805
8360
|
resizing: "HvTableCell-resizing";
|
|
8806
|
-
sortIcon: "HvTableCell-sortIcon";
|
|
8807
8361
|
alignLeft: "HvTableCell-alignLeft";
|
|
8808
|
-
alignRight: "HvTableCell-alignRight";
|
|
8809
8362
|
alignCenter: "HvTableCell-alignCenter";
|
|
8363
|
+
alignRight: "HvTableCell-alignRight";
|
|
8810
8364
|
alignJustify: "HvTableCell-alignJustify";
|
|
8365
|
+
variantNone: "HvTableCell-variantNone";
|
|
8811
8366
|
variantCheckbox: "HvTableCell-variantCheckbox";
|
|
8812
|
-
variantExpand: "HvTableCell-variantExpand";
|
|
8813
8367
|
variantActions: "HvTableCell-variantActions";
|
|
8814
|
-
|
|
8368
|
+
variantExpand: "HvTableCell-variantExpand";
|
|
8815
8369
|
variantList: "HvTableCell-variantList";
|
|
8370
|
+
variantListHead: "HvTableCell-variantListHead";
|
|
8816
8371
|
variantListactions: "HvTableCell-variantListactions";
|
|
8817
8372
|
variantListcheckbox: "HvTableCell-variantListcheckbox";
|
|
8818
|
-
variantListHead: "HvTableCell-variantListHead";
|
|
8819
8373
|
};
|
|
8820
8374
|
|
|
8821
8375
|
export declare const tableClasses: {
|
|
@@ -8849,21 +8403,21 @@ export declare const tableHeaderClasses: {
|
|
|
8849
8403
|
groupColumnMostLeft: "HvTableHeader-groupColumnMostLeft";
|
|
8850
8404
|
groupColumnMostRight: "HvTableHeader-groupColumnMostRight";
|
|
8851
8405
|
resizing: "HvTableHeader-resizing";
|
|
8852
|
-
sortIcon: "HvTableHeader-sortIcon";
|
|
8853
8406
|
alignLeft: "HvTableHeader-alignLeft";
|
|
8854
|
-
alignRight: "HvTableHeader-alignRight";
|
|
8855
8407
|
alignCenter: "HvTableHeader-alignCenter";
|
|
8408
|
+
alignRight: "HvTableHeader-alignRight";
|
|
8856
8409
|
alignJustify: "HvTableHeader-alignJustify";
|
|
8410
|
+
variantNone: "HvTableHeader-variantNone";
|
|
8857
8411
|
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
8858
|
-
variantExpand: "HvTableHeader-variantExpand";
|
|
8859
8412
|
variantActions: "HvTableHeader-variantActions";
|
|
8860
|
-
|
|
8413
|
+
variantExpand: "HvTableHeader-variantExpand";
|
|
8861
8414
|
variantList: "HvTableHeader-variantList";
|
|
8862
8415
|
headerContent: "HvTableHeader-headerContent";
|
|
8863
8416
|
headerText: "HvTableHeader-headerText";
|
|
8864
8417
|
headerParagraph: "HvTableHeader-headerParagraph";
|
|
8865
8418
|
sortableHeaderText: "HvTableHeader-sortableHeaderText";
|
|
8866
8419
|
sortButton: "HvTableHeader-sortButton";
|
|
8420
|
+
sortIcon: "HvTableHeader-sortIcon";
|
|
8867
8421
|
alignFlexLeft: "HvTableHeader-alignFlexLeft";
|
|
8868
8422
|
alignFlexRight: "HvTableHeader-alignFlexRight";
|
|
8869
8423
|
alignFlexCenter: "HvTableHeader-alignFlexCenter";
|
|
@@ -8916,9 +8470,9 @@ export declare const tagsInputClasses: {
|
|
|
8916
8470
|
resizable: "HvTagsInput-resizable";
|
|
8917
8471
|
description: "HvTagsInput-description";
|
|
8918
8472
|
labelContainer: "HvTagsInput-labelContainer";
|
|
8919
|
-
inputExtension: "HvTagsInput-inputExtension";
|
|
8920
8473
|
suggestionsContainer: "HvTagsInput-suggestionsContainer";
|
|
8921
8474
|
suggestionList: "HvTagsInput-suggestionList";
|
|
8475
|
+
inputExtension: "HvTagsInput-inputExtension";
|
|
8922
8476
|
chipRoot: "HvTagsInput-chipRoot";
|
|
8923
8477
|
listItemGutters: "HvTagsInput-listItemGutters";
|
|
8924
8478
|
listItemRoot: "HvTagsInput-listItemRoot";
|
|
@@ -8966,9 +8520,9 @@ export declare const timePickerClasses: {
|
|
|
8966
8520
|
root: "HvTimerPicker-root";
|
|
8967
8521
|
description: "HvTimerPicker-description";
|
|
8968
8522
|
labelContainer: "HvTimerPicker-labelContainer";
|
|
8969
|
-
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
8970
8523
|
dropdownHeaderInvalid: "HvTimerPicker-dropdownHeaderInvalid";
|
|
8971
8524
|
dropdownHeaderOpen: "HvTimerPicker-dropdownHeaderOpen";
|
|
8525
|
+
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
8972
8526
|
placeholderDisabled: "HvTimerPicker-placeholderDisabled";
|
|
8973
8527
|
dropdownPanel: "HvTimerPicker-dropdownPanel";
|
|
8974
8528
|
timePopperContainer: "HvTimerPicker-timePopperContainer";
|
|
@@ -9048,9 +8602,24 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
9048
8602
|
pluginName: string;
|
|
9049
8603
|
};
|
|
9050
8604
|
|
|
9051
|
-
declare const useClasses: (classesProp?: Partial<Record<"root", string>>) => {
|
|
8605
|
+
declare const useClasses: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
|
|
9052
8606
|
classes: {
|
|
8607
|
+
input: string;
|
|
8608
|
+
disabled: string;
|
|
8609
|
+
readOnly: string;
|
|
8610
|
+
invalid: string;
|
|
9053
8611
|
root: string;
|
|
8612
|
+
resizable: string;
|
|
8613
|
+
inputBorderContainer: string;
|
|
8614
|
+
inputRootInvalid: string;
|
|
8615
|
+
inputRootReadOnly: string;
|
|
8616
|
+
inputRoot: string;
|
|
8617
|
+
inputRootFocused: string;
|
|
8618
|
+
inputRootDisabled: string;
|
|
8619
|
+
inputRootMultiline: string;
|
|
8620
|
+
inputDisabled: string;
|
|
8621
|
+
inputReadOnly: string;
|
|
8622
|
+
inputResizable: string;
|
|
9054
8623
|
};
|
|
9055
8624
|
css: {
|
|
9056
8625
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9059,7 +8628,7 @@ declare const useClasses: (classesProp?: Partial<Record<"root", string>>) => {
|
|
|
9059
8628
|
cx: (...args: any) => string;
|
|
9060
8629
|
};
|
|
9061
8630
|
|
|
9062
|
-
declare const
|
|
8631
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
|
|
9063
8632
|
classes: {
|
|
9064
8633
|
icon: string;
|
|
9065
8634
|
root: string;
|
|
@@ -9081,7 +8650,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"icon" | "root" | "ico
|
|
|
9081
8650
|
cx: (...args: any) => string;
|
|
9082
8651
|
};
|
|
9083
8652
|
|
|
9084
|
-
declare const
|
|
8653
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
|
|
9085
8654
|
classes: {
|
|
9086
8655
|
root: string;
|
|
9087
8656
|
rootClosed: string;
|
|
@@ -9095,7 +8664,21 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9095
8664
|
cx: (...args: any) => string;
|
|
9096
8665
|
};
|
|
9097
8666
|
|
|
9098
|
-
declare const
|
|
8667
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
|
|
8668
|
+
classes: {
|
|
8669
|
+
actionContainer: string;
|
|
8670
|
+
iconContainer: string;
|
|
8671
|
+
actionsInnerContainer: string;
|
|
8672
|
+
closeAction: string;
|
|
8673
|
+
};
|
|
8674
|
+
css: {
|
|
8675
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8676
|
+
(...args: CSSInterpolation[]): string;
|
|
8677
|
+
};
|
|
8678
|
+
cx: (...args: any) => string;
|
|
8679
|
+
};
|
|
8680
|
+
|
|
8681
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
|
|
9099
8682
|
classes: {
|
|
9100
8683
|
default: string;
|
|
9101
8684
|
action: string;
|
|
@@ -9114,15 +8697,264 @@ declare const useClasses_4: (classesProp?: Partial<Record<"default" | "action" |
|
|
|
9114
8697
|
cx: (...args: any) => string;
|
|
9115
8698
|
};
|
|
9116
8699
|
|
|
9117
|
-
declare const
|
|
8700
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
|
|
8701
|
+
classes: {
|
|
8702
|
+
root: string;
|
|
8703
|
+
anchorOriginTopCenter: string;
|
|
8704
|
+
anchorOriginBottomCenter: string;
|
|
8705
|
+
anchorOriginTopRight: string;
|
|
8706
|
+
anchorOriginBottomRight: string;
|
|
8707
|
+
anchorOriginTopLeft: string;
|
|
8708
|
+
anchorOriginBottomLeft: string;
|
|
8709
|
+
};
|
|
8710
|
+
css: {
|
|
8711
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8712
|
+
(...args: CSSInterpolation[]): string;
|
|
8713
|
+
};
|
|
8714
|
+
cx: (...args: any) => string;
|
|
8715
|
+
};
|
|
8716
|
+
|
|
8717
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
|
|
8718
|
+
classes: {
|
|
8719
|
+
default: string;
|
|
8720
|
+
action: string;
|
|
8721
|
+
error: string;
|
|
8722
|
+
warning: string;
|
|
8723
|
+
success: string;
|
|
8724
|
+
root: string;
|
|
8725
|
+
message: string;
|
|
8726
|
+
messageSpan: string;
|
|
8727
|
+
messageText: string;
|
|
8728
|
+
iconVariant: string;
|
|
8729
|
+
};
|
|
8730
|
+
css: {
|
|
8731
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8732
|
+
(...args: CSSInterpolation[]): string;
|
|
8733
|
+
};
|
|
8734
|
+
cx: (...args: any) => string;
|
|
8735
|
+
};
|
|
8736
|
+
|
|
8737
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
|
|
8738
|
+
classes: {
|
|
8739
|
+
snackItemRoot: string;
|
|
8740
|
+
};
|
|
8741
|
+
css: {
|
|
8742
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8743
|
+
(...args: CSSInterpolation[]): string;
|
|
8744
|
+
};
|
|
8745
|
+
cx: (...args: any) => string;
|
|
8746
|
+
};
|
|
8747
|
+
|
|
8748
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
|
|
8749
|
+
classes: {
|
|
8750
|
+
body: string;
|
|
8751
|
+
footer: string;
|
|
8752
|
+
head: string;
|
|
8753
|
+
expanded: string;
|
|
8754
|
+
selected: string;
|
|
8755
|
+
root: string;
|
|
8756
|
+
hover: string;
|
|
8757
|
+
striped: string;
|
|
8758
|
+
variantList: string;
|
|
8759
|
+
variantListHead: string;
|
|
8760
|
+
};
|
|
8761
|
+
css: {
|
|
8762
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8763
|
+
(...args: CSSInterpolation[]): string;
|
|
8764
|
+
};
|
|
8765
|
+
cx: (...args: any) => string;
|
|
8766
|
+
};
|
|
8767
|
+
|
|
8768
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>) => {
|
|
8769
|
+
classes: {
|
|
8770
|
+
body: string;
|
|
8771
|
+
footer: string;
|
|
8772
|
+
head: string;
|
|
8773
|
+
root: string;
|
|
8774
|
+
resizable: string;
|
|
8775
|
+
sorted: string;
|
|
8776
|
+
stickyColumn: string;
|
|
8777
|
+
stickyColumnMostLeft: string;
|
|
8778
|
+
stickyColumnLeastRight: string;
|
|
8779
|
+
groupColumnMostLeft: string;
|
|
8780
|
+
groupColumnMostRight: string;
|
|
8781
|
+
resizing: string;
|
|
8782
|
+
alignLeft: string;
|
|
8783
|
+
alignCenter: string;
|
|
8784
|
+
alignRight: string;
|
|
8785
|
+
alignJustify: string;
|
|
8786
|
+
variantNone: string;
|
|
8787
|
+
variantCheckbox: string;
|
|
8788
|
+
variantActions: string;
|
|
8789
|
+
variantExpand: string;
|
|
8790
|
+
variantList: string;
|
|
8791
|
+
variantListHead: string;
|
|
8792
|
+
variantListactions: string;
|
|
8793
|
+
variantListcheckbox: string;
|
|
8794
|
+
};
|
|
8795
|
+
css: {
|
|
8796
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8797
|
+
(...args: CSSInterpolation[]): string;
|
|
8798
|
+
};
|
|
8799
|
+
cx: (...args: any) => string;
|
|
8800
|
+
};
|
|
8801
|
+
|
|
8802
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
|
|
9118
8803
|
classes: {
|
|
8804
|
+
label: string;
|
|
8805
|
+
error: string;
|
|
9119
8806
|
root: string;
|
|
8807
|
+
description: string;
|
|
8808
|
+
labelContainer: string;
|
|
8809
|
+
};
|
|
8810
|
+
css: {
|
|
8811
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8812
|
+
(...args: CSSInterpolation[]): string;
|
|
8813
|
+
};
|
|
8814
|
+
cx: (...args: any) => string;
|
|
8815
|
+
};
|
|
8816
|
+
|
|
8817
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>) => {
|
|
8818
|
+
classes: {
|
|
8819
|
+
root: string;
|
|
8820
|
+
};
|
|
8821
|
+
css: {
|
|
8822
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8823
|
+
(...args: CSSInterpolation[]): string;
|
|
8824
|
+
};
|
|
8825
|
+
cx: (...args: any) => string;
|
|
8826
|
+
};
|
|
8827
|
+
|
|
8828
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
|
|
8829
|
+
classes: {
|
|
8830
|
+
header: string;
|
|
8831
|
+
space: string;
|
|
8832
|
+
actionBar: string;
|
|
8833
|
+
dropdown: string;
|
|
8834
|
+
root: string;
|
|
8835
|
+
panel: string;
|
|
8836
|
+
baseDropdownSelection: string;
|
|
8837
|
+
rightSidePanel: string;
|
|
8838
|
+
leftSidePanel: string;
|
|
8839
|
+
applyButton: string;
|
|
8840
|
+
};
|
|
8841
|
+
css: {
|
|
8842
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8843
|
+
(...args: CSSInterpolation[]): string;
|
|
8844
|
+
};
|
|
8845
|
+
cx: (...args: any) => string;
|
|
8846
|
+
};
|
|
8847
|
+
|
|
8848
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
|
|
8849
|
+
classes: {
|
|
8850
|
+
label: string;
|
|
8851
|
+
icon: string;
|
|
8852
|
+
action: string;
|
|
8853
|
+
error: string;
|
|
8854
|
+
dropdown: string;
|
|
8855
|
+
root: string;
|
|
8856
|
+
actionContainer: string;
|
|
8857
|
+
panel: string;
|
|
8858
|
+
description: string;
|
|
8859
|
+
labelContainer: string;
|
|
8860
|
+
leftContainer: string;
|
|
8861
|
+
rightContainer: string;
|
|
8862
|
+
dropdownHeaderInvalid: string;
|
|
8863
|
+
dropdownHeaderOpen: string;
|
|
8864
|
+
};
|
|
8865
|
+
css: {
|
|
8866
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8867
|
+
(...args: CSSInterpolation[]): string;
|
|
8868
|
+
};
|
|
8869
|
+
cx: (...args: any) => string;
|
|
8870
|
+
};
|
|
8871
|
+
|
|
8872
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
|
|
8873
|
+
classes: {
|
|
8874
|
+
button: string;
|
|
8875
|
+
text: string;
|
|
8876
|
+
root: string;
|
|
8877
|
+
notSelected: string;
|
|
8878
|
+
};
|
|
8879
|
+
css: {
|
|
8880
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8881
|
+
(...args: CSSInterpolation[]): string;
|
|
8882
|
+
};
|
|
8883
|
+
cx: (...args: any) => string;
|
|
8884
|
+
};
|
|
8885
|
+
|
|
8886
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
|
|
8887
|
+
classes: {
|
|
8888
|
+
root: string;
|
|
8889
|
+
positionFixed: string;
|
|
8890
|
+
positionAbsolute: string;
|
|
8891
|
+
};
|
|
8892
|
+
css: {
|
|
8893
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8894
|
+
(...args: CSSInterpolation[]): string;
|
|
8895
|
+
};
|
|
8896
|
+
cx: (...args: any) => string;
|
|
8897
|
+
};
|
|
8898
|
+
|
|
8899
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
|
|
8900
|
+
classes: {
|
|
8901
|
+
button: string;
|
|
8902
|
+
text: string;
|
|
8903
|
+
selected: string;
|
|
8904
|
+
root: string;
|
|
8905
|
+
};
|
|
8906
|
+
css: {
|
|
8907
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8908
|
+
(...args: CSSInterpolation[]): string;
|
|
8909
|
+
};
|
|
8910
|
+
cx: (...args: any) => string;
|
|
8911
|
+
};
|
|
8912
|
+
|
|
8913
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
|
|
8914
|
+
classes: {
|
|
8915
|
+
selected: string;
|
|
8916
|
+
root: string;
|
|
8917
|
+
positionFixed: string;
|
|
8918
|
+
positionSticky: string;
|
|
8919
|
+
notSelectedRoot: string;
|
|
8920
|
+
notSelected: string;
|
|
8921
|
+
};
|
|
8922
|
+
css: {
|
|
8923
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8924
|
+
(...args: CSSInterpolation[]): string;
|
|
8925
|
+
};
|
|
8926
|
+
cx: (...args: any) => string;
|
|
8927
|
+
};
|
|
8928
|
+
|
|
8929
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
|
|
8930
|
+
classes: {
|
|
8931
|
+
button: string;
|
|
8932
|
+
input: string;
|
|
8933
|
+
text: string;
|
|
8934
|
+
icon: string;
|
|
8935
|
+
root: string;
|
|
8936
|
+
inputBorderContainer: string;
|
|
8937
|
+
inputRoot: string;
|
|
8938
|
+
largeText: string;
|
|
8939
|
+
textEmpty: string;
|
|
8940
|
+
iconVisible: string;
|
|
8941
|
+
};
|
|
8942
|
+
css: {
|
|
8943
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8944
|
+
(...args: CSSInterpolation[]): string;
|
|
8945
|
+
};
|
|
8946
|
+
cx: (...args: any) => string;
|
|
8947
|
+
};
|
|
8948
|
+
|
|
8949
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
|
|
8950
|
+
classes: {
|
|
8951
|
+
root: string;
|
|
8952
|
+
removeButton: string;
|
|
9120
8953
|
topGroup: string;
|
|
9121
8954
|
subGroup: string;
|
|
9122
8955
|
combinator: string;
|
|
9123
8956
|
topCombinator: string;
|
|
9124
8957
|
combinatorButton: string;
|
|
9125
|
-
removeButton: string;
|
|
9126
8958
|
topRemoveButton: string;
|
|
9127
8959
|
topRemoveButtonDisabled: string;
|
|
9128
8960
|
rulesContainer: string;
|
|
@@ -9139,7 +8971,92 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "topGroup" |
|
|
|
9139
8971
|
cx: (...args: any) => string;
|
|
9140
8972
|
};
|
|
9141
8973
|
|
|
9142
|
-
declare const
|
|
8974
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
|
|
8975
|
+
classes: {
|
|
8976
|
+
label: string;
|
|
8977
|
+
colorPicker: string;
|
|
8978
|
+
root: string;
|
|
8979
|
+
panel: string;
|
|
8980
|
+
description: string;
|
|
8981
|
+
labelContainer: string;
|
|
8982
|
+
headerColorValue: string;
|
|
8983
|
+
headerColorIcon: string;
|
|
8984
|
+
colorPickerIcon: string;
|
|
8985
|
+
recommendedColorsRoot: string;
|
|
8986
|
+
dropdownRootIconOnly: string;
|
|
8987
|
+
headerColorIconOnly: string;
|
|
8988
|
+
pickerFields: string;
|
|
8989
|
+
};
|
|
8990
|
+
css: {
|
|
8991
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8992
|
+
(...args: CSSInterpolation[]): string;
|
|
8993
|
+
};
|
|
8994
|
+
cx: (...args: any) => string;
|
|
8995
|
+
};
|
|
8996
|
+
|
|
8997
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"title" | "main" | "dot" | "controls" | "xs" | "root" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>) => {
|
|
8998
|
+
classes: {
|
|
8999
|
+
title: string;
|
|
9000
|
+
main: string;
|
|
9001
|
+
dot: string;
|
|
9002
|
+
controls: string;
|
|
9003
|
+
xs: string;
|
|
9004
|
+
root: string;
|
|
9005
|
+
actions: string;
|
|
9006
|
+
panel: string;
|
|
9007
|
+
fullscreen: string;
|
|
9008
|
+
closeButton: string;
|
|
9009
|
+
mainContainer: string;
|
|
9010
|
+
pageCounter: string;
|
|
9011
|
+
mainXs: string;
|
|
9012
|
+
mainFullscreen: string;
|
|
9013
|
+
counterContainer: string;
|
|
9014
|
+
counter: string;
|
|
9015
|
+
slideControls: string;
|
|
9016
|
+
slidesViewport: string;
|
|
9017
|
+
slidesContainer: string;
|
|
9018
|
+
dots: string;
|
|
9019
|
+
dotsXs: string;
|
|
9020
|
+
dotSelected: string;
|
|
9021
|
+
thumbnail: string;
|
|
9022
|
+
thumbnailSelected: string;
|
|
9023
|
+
};
|
|
9024
|
+
css: {
|
|
9025
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9026
|
+
(...args: CSSInterpolation[]): string;
|
|
9027
|
+
};
|
|
9028
|
+
cx: (...args: any) => string;
|
|
9029
|
+
};
|
|
9030
|
+
|
|
9031
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
|
|
9032
|
+
classes: {
|
|
9033
|
+
icon: string;
|
|
9034
|
+
selected: string;
|
|
9035
|
+
root: string;
|
|
9036
|
+
selectable: string;
|
|
9037
|
+
semanticContainer: string;
|
|
9038
|
+
semanticBar: string;
|
|
9039
|
+
};
|
|
9040
|
+
css: {
|
|
9041
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9042
|
+
(...args: CSSInterpolation[]): string;
|
|
9043
|
+
};
|
|
9044
|
+
cx: (...args: any) => string;
|
|
9045
|
+
};
|
|
9046
|
+
|
|
9047
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
|
|
9048
|
+
classes: {
|
|
9049
|
+
image: string;
|
|
9050
|
+
slide: string;
|
|
9051
|
+
};
|
|
9052
|
+
css: {
|
|
9053
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9054
|
+
(...args: CSSInterpolation[]): string;
|
|
9055
|
+
};
|
|
9056
|
+
cx: (...args: any) => string;
|
|
9057
|
+
};
|
|
9058
|
+
|
|
9059
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
|
|
9143
9060
|
classes: {
|
|
9144
9061
|
placeholder: string;
|
|
9145
9062
|
label: string;
|
|
@@ -9148,9 +9065,9 @@ declare const useClasses_6: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9148
9065
|
root: string;
|
|
9149
9066
|
description: string;
|
|
9150
9067
|
labelContainer: string;
|
|
9151
|
-
dropdownHeader: string;
|
|
9152
9068
|
dropdownHeaderInvalid: string;
|
|
9153
9069
|
dropdownHeaderOpen: string;
|
|
9070
|
+
dropdownHeader: string;
|
|
9154
9071
|
placeholderDisabled: string;
|
|
9155
9072
|
dropdownPanel: string;
|
|
9156
9073
|
timePopperContainer: string;
|
|
@@ -9162,6 +9079,106 @@ declare const useClasses_6: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9162
9079
|
cx: (...args: any) => string;
|
|
9163
9080
|
};
|
|
9164
9081
|
|
|
9082
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
|
|
9083
|
+
classes: {
|
|
9084
|
+
title: string;
|
|
9085
|
+
content: string;
|
|
9086
|
+
action: string;
|
|
9087
|
+
root: string;
|
|
9088
|
+
titleShort: string;
|
|
9089
|
+
subheader: string;
|
|
9090
|
+
};
|
|
9091
|
+
css: {
|
|
9092
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9093
|
+
(...args: CSSInterpolation[]): string;
|
|
9094
|
+
};
|
|
9095
|
+
cx: (...args: any) => string;
|
|
9096
|
+
};
|
|
9097
|
+
|
|
9098
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"content", string>>) => {
|
|
9099
|
+
classes: {
|
|
9100
|
+
content: string;
|
|
9101
|
+
};
|
|
9102
|
+
css: {
|
|
9103
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9104
|
+
(...args: CSSInterpolation[]): string;
|
|
9105
|
+
};
|
|
9106
|
+
cx: (...args: any) => string;
|
|
9107
|
+
};
|
|
9108
|
+
|
|
9109
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"media" | "root", string>>) => {
|
|
9110
|
+
classes: {
|
|
9111
|
+
media: string;
|
|
9112
|
+
root: string;
|
|
9113
|
+
};
|
|
9114
|
+
css: {
|
|
9115
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9116
|
+
(...args: CSSInterpolation[]): string;
|
|
9117
|
+
};
|
|
9118
|
+
cx: (...args: any) => string;
|
|
9119
|
+
};
|
|
9120
|
+
|
|
9121
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
|
|
9122
|
+
classes: {
|
|
9123
|
+
background: string;
|
|
9124
|
+
root: string;
|
|
9125
|
+
fullscreen: string;
|
|
9126
|
+
closeButton: string;
|
|
9127
|
+
paper: string;
|
|
9128
|
+
};
|
|
9129
|
+
css: {
|
|
9130
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9131
|
+
(...args: CSSInterpolation[]): string;
|
|
9132
|
+
};
|
|
9133
|
+
cx: (...args: any) => string;
|
|
9134
|
+
};
|
|
9135
|
+
|
|
9136
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>) => {
|
|
9137
|
+
classes: {
|
|
9138
|
+
input: string;
|
|
9139
|
+
label: string;
|
|
9140
|
+
icon: string;
|
|
9141
|
+
error: string;
|
|
9142
|
+
root: string;
|
|
9143
|
+
inputBorderContainer: string;
|
|
9144
|
+
inputRoot: string;
|
|
9145
|
+
inputRootFocused: string;
|
|
9146
|
+
inputRootDisabled: string;
|
|
9147
|
+
inputRootMultiline: string;
|
|
9148
|
+
description: string;
|
|
9149
|
+
labelContainer: string;
|
|
9150
|
+
adornmentsBox: string;
|
|
9151
|
+
adornmentButton: string;
|
|
9152
|
+
iconClear: string;
|
|
9153
|
+
hasSuggestions: string;
|
|
9154
|
+
suggestionsContainer: string;
|
|
9155
|
+
suggestionList: string;
|
|
9156
|
+
inputExtension: string;
|
|
9157
|
+
};
|
|
9158
|
+
css: {
|
|
9159
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9160
|
+
(...args: CSSInterpolation[]): string;
|
|
9161
|
+
};
|
|
9162
|
+
cx: (...args: any) => string;
|
|
9163
|
+
};
|
|
9164
|
+
|
|
9165
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
|
|
9166
|
+
classes: {
|
|
9167
|
+
container: string;
|
|
9168
|
+
icon: string;
|
|
9169
|
+
root: string;
|
|
9170
|
+
baseContainer: string;
|
|
9171
|
+
iconSelected: string;
|
|
9172
|
+
menuListRoot: string;
|
|
9173
|
+
menuList: string;
|
|
9174
|
+
};
|
|
9175
|
+
css: {
|
|
9176
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9177
|
+
(...args: CSSInterpolation[]): string;
|
|
9178
|
+
};
|
|
9179
|
+
cx: (...args: any) => string;
|
|
9180
|
+
};
|
|
9181
|
+
|
|
9165
9182
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9166
9183
|
|
|
9167
9184
|
export declare function useComputation(valueFn: any, valueFallback?: any): any[];
|
|
@@ -9331,7 +9348,7 @@ export declare interface UseHvRowSelectionTableRowProps {
|
|
|
9331
9348
|
}
|
|
9332
9349
|
|
|
9333
9350
|
export declare const useHvSnackbar: () => {
|
|
9334
|
-
enqueueSnackbar: (message:
|
|
9351
|
+
enqueueSnackbar: (message: ReactNode | string | undefined, options?: {}) => SnackbarKey;
|
|
9335
9352
|
closeSnackbar: (key?: SnackbarKey | undefined) => void;
|
|
9336
9353
|
};
|
|
9337
9354
|
|