@hitachivantara/uikit-react-core 5.17.0 → 5.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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/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/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 +121 -133
- 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 +41 -43
- 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 +38 -51
- 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 +117 -120
- 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 +47 -44
- 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/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 +40 -48
- 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/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 +141 -171
- 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/Pagination/Pagination.styles.cjs +5 -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/Table/TableCell/TableCell.cjs +51 -39
- 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 +32 -26
- 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.styles.cjs +24 -23
- package/dist/cjs/components/TagsInput/TagsInput.styles.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/index.cjs +44 -44
- package/dist/cjs/utils/classes.cjs.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/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/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 +125 -136
- 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 +45 -46
- 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 +40 -52
- 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 +121 -123
- 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 +50 -46
- 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/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 +43 -50
- 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/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 +144 -173
- 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/Pagination/Pagination.styles.js +5 -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/Table/TableCell/TableCell.js +53 -41
- 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 +35 -28
- 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.styles.js +24 -23
- package/dist/esm/components/TagsInput/TagsInput.styles.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/index.js +244 -244
- package/dist/esm/utils/classes.js.map +1 -1
- package/dist/types/index.d.ts +522 -541
- 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/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/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
|
@@ -52,7 +52,6 @@ import type { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
|
52
52
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
53
53
|
import { MouseEventHandler } from 'react';
|
|
54
54
|
import { PopperProps } from '@mui/material';
|
|
55
|
-
import type { Property } from 'csstype';
|
|
56
55
|
import { PropGetter } from 'react-table';
|
|
57
56
|
import { RadioProps } from '@mui/material';
|
|
58
57
|
import { default as React_2 } from 'react';
|
|
@@ -307,16 +306,16 @@ export declare const baseInputClasses: {
|
|
|
307
306
|
invalid: "HvBaseInput-invalid";
|
|
308
307
|
root: "HvBaseInput-root";
|
|
309
308
|
resizable: "HvBaseInput-resizable";
|
|
309
|
+
inputBorderContainer: "HvBaseInput-inputBorderContainer";
|
|
310
|
+
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
311
|
+
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
310
312
|
inputRoot: "HvBaseInput-inputRoot";
|
|
311
313
|
inputRootFocused: "HvBaseInput-inputRootFocused";
|
|
312
314
|
inputRootDisabled: "HvBaseInput-inputRootDisabled";
|
|
313
315
|
inputRootMultiline: "HvBaseInput-inputRootMultiline";
|
|
314
|
-
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
315
|
-
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
316
316
|
inputDisabled: "HvBaseInput-inputDisabled";
|
|
317
|
-
inputResizable: "HvBaseInput-inputResizable";
|
|
318
317
|
inputReadOnly: "HvBaseInput-inputReadOnly";
|
|
319
|
-
|
|
318
|
+
inputResizable: "HvBaseInput-inputResizable";
|
|
320
319
|
};
|
|
321
320
|
|
|
322
321
|
export declare const baseRadioClasses: {
|
|
@@ -415,26 +414,26 @@ export declare const cardClasses: {
|
|
|
415
414
|
selected: "HvCard-selected";
|
|
416
415
|
root: "HvCard-root";
|
|
417
416
|
selectable: "HvCard-selectable";
|
|
418
|
-
semanticBar: "HvCard-semanticBar";
|
|
419
417
|
semanticContainer: "HvCard-semanticContainer";
|
|
418
|
+
semanticBar: "HvCard-semanticBar";
|
|
420
419
|
};
|
|
421
420
|
|
|
422
421
|
export declare const cardContentClasses: {
|
|
423
|
-
content: "
|
|
422
|
+
content: "HvCardContent-content";
|
|
424
423
|
};
|
|
425
424
|
|
|
426
425
|
export declare const cardHeaderClasses: {
|
|
427
|
-
title: "
|
|
428
|
-
content: "
|
|
429
|
-
action: "
|
|
430
|
-
root: "
|
|
431
|
-
titleShort: "
|
|
432
|
-
subheader: "
|
|
426
|
+
title: "HvCardHeader-title";
|
|
427
|
+
content: "HvCardHeader-content";
|
|
428
|
+
action: "HvCardHeader-action";
|
|
429
|
+
root: "HvCardHeader-root";
|
|
430
|
+
titleShort: "HvCardHeader-titleShort";
|
|
431
|
+
subheader: "HvCardHeader-subheader";
|
|
433
432
|
};
|
|
434
433
|
|
|
435
434
|
export declare const cardMediaClasses: {
|
|
436
|
-
media: "
|
|
437
|
-
root: "
|
|
435
|
+
media: "HvCardMedia-media";
|
|
436
|
+
root: "HvCardMedia-root";
|
|
438
437
|
};
|
|
439
438
|
|
|
440
439
|
export declare const carouselClasses: {
|
|
@@ -464,11 +463,6 @@ export declare const carouselClasses: {
|
|
|
464
463
|
thumbnailSelected: "HvCarousel-thumbnailSelected";
|
|
465
464
|
};
|
|
466
465
|
|
|
467
|
-
export declare const cc: {
|
|
468
|
-
image: "HvCarouselSlide-image";
|
|
469
|
-
slide: "HvCarouselSlide-slide";
|
|
470
|
-
};
|
|
471
|
-
|
|
472
466
|
declare type CellValue<V = any> = V;
|
|
473
467
|
|
|
474
468
|
export declare const CellWithCheckBox: ({ row, labels: labelsProp }: {
|
|
@@ -520,12 +514,12 @@ export declare const colorPickerClasses: {
|
|
|
520
514
|
panel: "HvColorPicker-panel";
|
|
521
515
|
description: "HvColorPicker-description";
|
|
522
516
|
labelContainer: "HvColorPicker-labelContainer";
|
|
523
|
-
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
524
517
|
headerColorValue: "HvColorPicker-headerColorValue";
|
|
518
|
+
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
525
519
|
colorPickerIcon: "HvColorPicker-colorPickerIcon";
|
|
520
|
+
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
526
521
|
dropdownRootIconOnly: "HvColorPicker-dropdownRootIconOnly";
|
|
527
522
|
headerColorIconOnly: "HvColorPicker-headerColorIconOnly";
|
|
528
|
-
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
529
523
|
pickerFields: "HvColorPicker-pickerFields";
|
|
530
524
|
};
|
|
531
525
|
|
|
@@ -568,6 +562,23 @@ name: Name, stylesObject: Record<ClassName, CSSInterpolation_2>): {
|
|
|
568
562
|
*/
|
|
569
563
|
export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
|
|
570
564
|
|
|
565
|
+
export declare const datePickerClasses: {
|
|
566
|
+
label: "HvDatePicker-label";
|
|
567
|
+
icon: "HvDatePicker-icon";
|
|
568
|
+
action: "HvDatePicker-action";
|
|
569
|
+
error: "HvDatePicker-error";
|
|
570
|
+
dropdown: "HvDatePicker-dropdown";
|
|
571
|
+
root: "HvDatePicker-root";
|
|
572
|
+
actionContainer: "HvDatePicker-actionContainer";
|
|
573
|
+
panel: "HvDatePicker-panel";
|
|
574
|
+
description: "HvDatePicker-description";
|
|
575
|
+
labelContainer: "HvDatePicker-labelContainer";
|
|
576
|
+
leftContainer: "HvDatePicker-leftContainer";
|
|
577
|
+
rightContainer: "HvDatePicker-rightContainer";
|
|
578
|
+
dropdownHeaderInvalid: "HvDatePicker-dropdownHeaderInvalid";
|
|
579
|
+
dropdownHeaderOpen: "HvDatePicker-dropdownHeaderOpen";
|
|
580
|
+
};
|
|
581
|
+
|
|
571
582
|
export declare interface DateRangeProp {
|
|
572
583
|
startDate: Date;
|
|
573
584
|
endDate?: Date;
|
|
@@ -669,9 +680,9 @@ export declare const dropdownClasses: {
|
|
|
669
680
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
670
681
|
description: "HvDropdown-description";
|
|
671
682
|
labelContainer: "HvDropdown-labelContainer";
|
|
672
|
-
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
673
683
|
dropdownHeaderInvalid: "HvDropdown-dropdownHeaderInvalid";
|
|
674
684
|
dropdownHeaderOpen: "HvDropdown-dropdownHeaderOpen";
|
|
685
|
+
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
675
686
|
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
676
687
|
rootList: "HvDropdown-rootList";
|
|
677
688
|
};
|
|
@@ -708,7 +719,7 @@ export declare const emptyStateClasses: {
|
|
|
708
719
|
export declare type ExtractNames<T extends (...args: any) => {
|
|
709
720
|
classes: Record<string, any>;
|
|
710
721
|
cx: any;
|
|
711
|
-
}> = ReturnType<T>["classes"]
|
|
722
|
+
}> = Partial<ReturnType<T>["classes"]>;
|
|
712
723
|
|
|
713
724
|
export declare const fileClasses: {
|
|
714
725
|
progressbar: "HvFile-progressbar";
|
|
@@ -1047,19 +1058,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1047
1058
|
|
|
1048
1059
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1049
1060
|
|
|
1050
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1061
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_2>;
|
|
1051
1062
|
|
|
1052
1063
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1053
1064
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1054
|
-
classes?:
|
|
1065
|
+
classes?: HvActionBarClasses;
|
|
1055
1066
|
}
|
|
1056
1067
|
|
|
1057
|
-
declare
|
|
1058
|
-
actionContainer?: string;
|
|
1059
|
-
closeAction?: string;
|
|
1060
|
-
iconContainer?: string;
|
|
1061
|
-
actionsInnerContainer?: string;
|
|
1062
|
-
}
|
|
1068
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_12>;
|
|
1063
1069
|
|
|
1064
1070
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1065
1071
|
/** onClose function. */
|
|
@@ -1367,11 +1373,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
|
|
|
1367
1373
|
|
|
1368
1374
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1369
1375
|
|
|
1370
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1376
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_11>;
|
|
1371
1377
|
|
|
1372
1378
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1373
1379
|
|
|
1374
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1380
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_13>;
|
|
1375
1381
|
|
|
1376
1382
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1377
1383
|
/** The message to display. */
|
|
@@ -1393,7 +1399,7 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
|
|
|
1393
1399
|
/** The props to pass down to the Action Container. */
|
|
1394
1400
|
actionProps?: HvActionContainerProps;
|
|
1395
1401
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1396
|
-
classes?:
|
|
1402
|
+
classes?: HvBannerContentClasses;
|
|
1397
1403
|
}
|
|
1398
1404
|
|
|
1399
1405
|
export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin" | "classes" | "onClose">, HvBaseProps<HTMLDivElement, "children"> {
|
|
@@ -1426,7 +1432,7 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
|
|
|
1426
1432
|
/** Props to pass down to the Banner Wrapper. An object `actionProps` can be included to be passed as others to actions. */
|
|
1427
1433
|
bannerContentProps?: HvBannerContentProps;
|
|
1428
1434
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1429
|
-
classes?:
|
|
1435
|
+
classes?: HvBannerClasses;
|
|
1430
1436
|
}
|
|
1431
1437
|
|
|
1432
1438
|
export declare type HvBannerVariant = "success" | "warning" | "error" | "default";
|
|
@@ -1627,42 +1633,9 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1627
1633
|
* An Input component that only posses the most basic functionalities.
|
|
1628
1634
|
* It should be used alongside the other form elements to construct a proper accessible form.
|
|
1629
1635
|
*/
|
|
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;
|
|
1636
|
+
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
1637
|
|
|
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
|
-
}
|
|
1638
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses>;
|
|
1666
1639
|
|
|
1667
1640
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1668
1641
|
/** The input name. */
|
|
@@ -2201,22 +2174,13 @@ export declare interface HvCalendarProps {
|
|
|
2201
2174
|
* linked short representation of a conceptual unit. For that reason,
|
|
2202
2175
|
* this pattern must be used as an entry-point for further information.
|
|
2203
2176
|
*/
|
|
2204
|
-
export declare const HvCard: ({ classes, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
|
|
2177
|
+
export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
|
|
2205
2178
|
|
|
2206
|
-
export declare
|
|
2207
|
-
root?: string;
|
|
2208
|
-
selectable?: string;
|
|
2209
|
-
selected?: string;
|
|
2210
|
-
semanticBar?: string;
|
|
2211
|
-
semanticContainer?: string;
|
|
2212
|
-
icon?: string;
|
|
2213
|
-
}
|
|
2179
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_3>;
|
|
2214
2180
|
|
|
2215
|
-
export declare const HvCardContent: ({ id, classes, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2181
|
+
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2216
2182
|
|
|
2217
|
-
export declare
|
|
2218
|
-
content?: string;
|
|
2219
|
-
}
|
|
2183
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_5>;
|
|
2220
2184
|
|
|
2221
2185
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2222
2186
|
/** Id to be applied to the root node. */
|
|
@@ -2227,16 +2191,9 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2227
2191
|
classes?: HvCardContentClasses;
|
|
2228
2192
|
}
|
|
2229
2193
|
|
|
2230
|
-
export declare const HvCardHeader: ({ classes, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2194
|
+
export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2231
2195
|
|
|
2232
|
-
export declare
|
|
2233
|
-
root?: string;
|
|
2234
|
-
title?: string;
|
|
2235
|
-
titleShort?: string;
|
|
2236
|
-
subheader?: string;
|
|
2237
|
-
action?: string;
|
|
2238
|
-
content?: string;
|
|
2239
|
-
}
|
|
2196
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_4>;
|
|
2240
2197
|
|
|
2241
2198
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2242
2199
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2251,12 +2208,9 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2251
2208
|
classes?: HvCardHeaderClasses;
|
|
2252
2209
|
}
|
|
2253
2210
|
|
|
2254
|
-
export declare const HvCardMedia: ({ id, classes, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2211
|
+
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2255
2212
|
|
|
2256
|
-
export declare
|
|
2257
|
-
root?: string;
|
|
2258
|
-
media?: string;
|
|
2259
|
-
}
|
|
2213
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_6>;
|
|
2260
2214
|
|
|
2261
2215
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2262
2216
|
/** Id to be applied to the root node. */
|
|
@@ -2297,11 +2251,11 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2297
2251
|
*/
|
|
2298
2252
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2299
2253
|
|
|
2300
|
-
export declare type HvCarouselClasses =
|
|
2254
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_26>;
|
|
2301
2255
|
|
|
2302
2256
|
export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
|
|
2303
2257
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2304
|
-
classes?:
|
|
2258
|
+
classes?: HvCarouselClasses;
|
|
2305
2259
|
/** Height of the Slider container. If `undefined`, images will keep a 16/9 aspect-ratio */
|
|
2306
2260
|
height?: CSSProperties["height"];
|
|
2307
2261
|
/** Width of the thumbnail. Height will try to maintain a 16/9 aspect-ratio */
|
|
@@ -2338,11 +2292,11 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2338
2292
|
*/
|
|
2339
2293
|
export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2340
2294
|
|
|
2341
|
-
export declare type HvCarouselSlideClasses =
|
|
2295
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_27>;
|
|
2342
2296
|
|
|
2343
2297
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2344
2298
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2345
|
-
classes?:
|
|
2299
|
+
classes?: HvCarouselSlideClasses;
|
|
2346
2300
|
/** The width of the Slide. Defaults to `100%` */
|
|
2347
2301
|
size?: string;
|
|
2348
2302
|
/** Content of a slide to be displayed */
|
|
@@ -2560,23 +2514,9 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2560
2514
|
* 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
2515
|
* It receives a color string in HEX format and outputs an HEX formatted color.
|
|
2562
2516
|
*/
|
|
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;
|
|
2517
|
+
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
2518
|
|
|
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
|
-
}
|
|
2519
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_25>;
|
|
2580
2520
|
|
|
2581
2521
|
export declare interface HvColorPickerProps {
|
|
2582
2522
|
"aria-label"?: string;
|
|
@@ -2817,27 +2757,9 @@ declare interface HvDateColumnCellProp {
|
|
|
2817
2757
|
* A date picker, popup calendar or date range picker is a graphical user
|
|
2818
2758
|
* interface widget which allows the user to select a date from a calendar.
|
|
2819
2759
|
*/
|
|
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;
|
|
2760
|
+
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
2761
|
|
|
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
|
-
};
|
|
2762
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_18>;
|
|
2841
2763
|
|
|
2842
2764
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2843
2765
|
/**
|
|
@@ -3008,7 +2930,7 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
|
|
|
3008
2930
|
|
|
3009
2931
|
export declare type HvDatePickerStatus = "standBy" | "valid" | "invalid";
|
|
3010
2932
|
|
|
3011
|
-
export declare const HvDialog: ({ classes, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
|
|
2933
|
+
export declare const HvDialog: ({ classes: classesProp, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
|
|
3012
2934
|
|
|
3013
2935
|
export declare interface HvDialogActionClasses {
|
|
3014
2936
|
root?: string;
|
|
@@ -3024,13 +2946,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
3024
2946
|
classes?: HvDialogActionClasses;
|
|
3025
2947
|
}
|
|
3026
2948
|
|
|
3027
|
-
export declare
|
|
3028
|
-
root?: string;
|
|
3029
|
-
closeButton?: string;
|
|
3030
|
-
fullscreen?: string;
|
|
3031
|
-
background?: string;
|
|
3032
|
-
paper?: string;
|
|
3033
|
-
}
|
|
2949
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_7>;
|
|
3034
2950
|
|
|
3035
2951
|
export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
|
|
3036
2952
|
|
|
@@ -3282,24 +3198,9 @@ declare interface HvDropdownListProps {
|
|
|
3282
3198
|
/**
|
|
3283
3199
|
* 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
3200
|
*/
|
|
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;
|
|
3201
|
+
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
3202
|
|
|
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
|
-
}
|
|
3203
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_9>;
|
|
3303
3204
|
|
|
3304
3205
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3305
3206
|
/** Icon. */
|
|
@@ -3768,28 +3669,11 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3768
3669
|
* Due to the enormous variety of capabilities required for this, we strongly recommend checking the code of the component and extend it yourself,
|
|
3769
3670
|
* while we do not provide a better approach for building this component with smaller and more composable parts.
|
|
3770
3671
|
*/
|
|
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;
|
|
3672
|
+
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
3673
|
|
|
3773
|
-
export declare
|
|
3774
|
-
root?: string;
|
|
3775
|
-
labelContainer?: string;
|
|
3776
|
-
label?: string;
|
|
3777
|
-
description?: string;
|
|
3778
|
-
error?: string;
|
|
3779
|
-
}
|
|
3674
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_16>;
|
|
3780
3675
|
|
|
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
|
-
}
|
|
3676
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_17>;
|
|
3793
3677
|
|
|
3794
3678
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3795
3679
|
description?: React.ReactNode;
|
|
@@ -3836,7 +3720,7 @@ export declare interface HvFilterGroupLabels {
|
|
|
3836
3720
|
multiSelectionConjunction?: string;
|
|
3837
3721
|
}
|
|
3838
3722
|
|
|
3839
|
-
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "onChange" | "defaultValue" | "statusMessage"> {
|
|
3723
|
+
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "classes" | "onChange" | "defaultValue" | "statusMessage"> {
|
|
3840
3724
|
/** The initial value of the input when in single calendar mode. */
|
|
3841
3725
|
filters: HvFilterGroupFilters;
|
|
3842
3726
|
/** The form element name. */
|
|
@@ -4337,12 +4221,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4337
4221
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4338
4222
|
}
|
|
4339
4223
|
|
|
4340
|
-
export declare
|
|
4341
|
-
root?: string;
|
|
4342
|
-
selected?: string;
|
|
4343
|
-
button?: string;
|
|
4344
|
-
text?: string;
|
|
4345
|
-
}
|
|
4224
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_21>;
|
|
4346
4225
|
|
|
4347
4226
|
/**
|
|
4348
4227
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4368,20 +4247,9 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4368
4247
|
* An Inline Editor allows the user to edit a record without making a major switch
|
|
4369
4248
|
* between viewing and editing, making it an efficient method of updating a record.
|
|
4370
4249
|
*/
|
|
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;
|
|
4250
|
+
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
4251
|
|
|
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
|
-
}
|
|
4252
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_23>;
|
|
4385
4253
|
|
|
4386
4254
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4387
4255
|
/** The value of the form element. */
|
|
@@ -4407,48 +4275,9 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4407
4275
|
/**
|
|
4408
4276
|
* 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
4277
|
*/
|
|
4410
|
-
export declare const HvInput: ({ classes, className, id, name, value: valueProp, defaultValue, required, readOnly, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onEnter, status, statusMessage, "aria-errormessage": ariaErrorMessage, type, placeholder, autoFocus, labels: labelsProp, validationMessages, disableClear, disableRevealPassword, disableSearchButton, endAdornment, maxCharQuantity, minCharQuantity, validation, showValidationIcon, suggestionListCallback, inputRef: inputRefProp, onBlur, onFocus, onKeyDown, inputProps, ...others }: HvInputProps) => JSX_2.Element;
|
|
4278
|
+
export declare const HvInput: ({ classes: classesProp, className, id, name, value: valueProp, defaultValue, required, readOnly, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onEnter, status, statusMessage, "aria-errormessage": ariaErrorMessage, type, placeholder, autoFocus, labels: labelsProp, validationMessages, disableClear, disableRevealPassword, disableSearchButton, endAdornment, maxCharQuantity, minCharQuantity, validation, showValidationIcon, suggestionListCallback, inputRef: inputRefProp, onBlur, onFocus, onKeyDown, inputProps, ...others }: HvInputProps) => JSX_2.Element;
|
|
4411
4279
|
|
|
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
|
-
}
|
|
4280
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_8>;
|
|
4452
4281
|
|
|
4453
4282
|
export declare interface HvInputLabels {
|
|
4454
4283
|
/** The label of the clear button. */
|
|
@@ -5058,7 +4887,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
5058
4887
|
*/
|
|
5059
4888
|
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
4889
|
|
|
5061
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4890
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_10>;
|
|
5062
4891
|
|
|
5063
4892
|
export declare interface HvPaginationLabels {
|
|
5064
4893
|
/** The show label. */
|
|
@@ -5257,7 +5086,7 @@ export declare interface HvProviderProps {
|
|
|
5257
5086
|
*/
|
|
5258
5087
|
export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
|
|
5259
5088
|
|
|
5260
|
-
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof
|
|
5089
|
+
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_24>>;
|
|
5261
5090
|
|
|
5262
5091
|
export declare interface HvQueryBuilderProps {
|
|
5263
5092
|
attributes?: Record<string, Attribute>;
|
|
@@ -5573,16 +5402,9 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5573
5402
|
/**
|
|
5574
5403
|
* The horizontal scroll to element can be used to quickly navigate in a page.
|
|
5575
5404
|
*/
|
|
5576
|
-
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5405
|
+
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5577
5406
|
|
|
5578
|
-
export declare
|
|
5579
|
-
root?: string;
|
|
5580
|
-
positionSticky?: string;
|
|
5581
|
-
positionFixed?: string;
|
|
5582
|
-
notSelectedRoot?: string;
|
|
5583
|
-
notSelected?: string;
|
|
5584
|
-
selected?: string;
|
|
5585
|
-
}
|
|
5407
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_22>;
|
|
5586
5408
|
|
|
5587
5409
|
export declare interface HvScrollToHorizontalOption {
|
|
5588
5410
|
key?: string;
|
|
@@ -5633,13 +5455,9 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5633
5455
|
/**
|
|
5634
5456
|
* The vertical scroll to element can be used to quickly navigate in a page.
|
|
5635
5457
|
*/
|
|
5636
|
-
export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes, options, offset, position, tooltipPosition, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5458
|
+
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
5459
|
|
|
5638
|
-
export declare
|
|
5639
|
-
root?: string;
|
|
5640
|
-
positionAbsolute?: string;
|
|
5641
|
-
positionFixed?: string;
|
|
5642
|
-
}
|
|
5460
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_20>;
|
|
5643
5461
|
|
|
5644
5462
|
export declare interface HvScrollToVerticalOption {
|
|
5645
5463
|
key?: string;
|
|
@@ -6339,58 +6157,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6339
6157
|
|
|
6340
6158
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6341
6159
|
|
|
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
|
-
}
|
|
6160
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_15>;
|
|
6394
6161
|
|
|
6395
6162
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6396
6163
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6697,28 +6464,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6697
6464
|
*/
|
|
6698
6465
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6699
6466
|
|
|
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
|
-
}
|
|
6467
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_14>;
|
|
6722
6468
|
|
|
6723
6469
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6724
6470
|
/** Content to be rendered */
|
|
@@ -7176,7 +6922,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
7176
6922
|
*/
|
|
7177
6923
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
7178
6924
|
|
|
7179
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6925
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_28>;
|
|
7180
6926
|
|
|
7181
6927
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
7182
6928
|
|
|
@@ -7184,7 +6930,7 @@ export declare interface HvTimePickerProps extends Omit<HvFormElementProps, "cla
|
|
|
7184
6930
|
/** Id to be applied to the form element root node. */
|
|
7185
6931
|
id?: string;
|
|
7186
6932
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7187
|
-
classes?:
|
|
6933
|
+
classes?: HvTimePickerClasses;
|
|
7188
6934
|
/** Current value of the element when _controlled_. Follows the 24-hour format. */
|
|
7189
6935
|
value?: HvTimePickerValue;
|
|
7190
6936
|
/** Initial value of the element when _uncontrolled_. Follows the 24-hour format. */
|
|
@@ -7915,12 +7661,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7915
7661
|
children?: React.ReactNode;
|
|
7916
7662
|
}
|
|
7917
7663
|
|
|
7918
|
-
export declare
|
|
7919
|
-
root?: string;
|
|
7920
|
-
notSelected?: string;
|
|
7921
|
-
button?: string;
|
|
7922
|
-
text?: string;
|
|
7923
|
-
}
|
|
7664
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_19>;
|
|
7924
7665
|
|
|
7925
7666
|
/**
|
|
7926
7667
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7974,8 +7715,8 @@ export declare const inlineEditorClasses: {
|
|
|
7974
7715
|
text: "HvInlineEditor-text";
|
|
7975
7716
|
icon: "HvInlineEditor-icon";
|
|
7976
7717
|
root: "HvInlineEditor-root";
|
|
7977
|
-
inputRoot: "HvInlineEditor-inputRoot";
|
|
7978
7718
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7719
|
+
inputRoot: "HvInlineEditor-inputRoot";
|
|
7979
7720
|
largeText: "HvInlineEditor-largeText";
|
|
7980
7721
|
textEmpty: "HvInlineEditor-textEmpty";
|
|
7981
7722
|
iconVisible: "HvInlineEditor-iconVisible";
|
|
@@ -7987,20 +7728,20 @@ export declare const inputClasses: {
|
|
|
7987
7728
|
icon: "HvInput-icon";
|
|
7988
7729
|
error: "HvInput-error";
|
|
7989
7730
|
root: "HvInput-root";
|
|
7731
|
+
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7990
7732
|
inputRoot: "HvInput-inputRoot";
|
|
7991
7733
|
inputRootFocused: "HvInput-inputRootFocused";
|
|
7992
7734
|
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7993
7735
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
7994
|
-
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7995
7736
|
description: "HvInput-description";
|
|
7996
7737
|
labelContainer: "HvInput-labelContainer";
|
|
7997
|
-
hasSuggestions: "HvInput-hasSuggestions";
|
|
7998
7738
|
adornmentsBox: "HvInput-adornmentsBox";
|
|
7999
7739
|
adornmentButton: "HvInput-adornmentButton";
|
|
8000
7740
|
iconClear: "HvInput-iconClear";
|
|
8001
|
-
|
|
7741
|
+
hasSuggestions: "HvInput-hasSuggestions";
|
|
8002
7742
|
suggestionsContainer: "HvInput-suggestionsContainer";
|
|
8003
7743
|
suggestionList: "HvInput-suggestionList";
|
|
7744
|
+
inputExtension: "HvInput-inputExtension";
|
|
8004
7745
|
};
|
|
8005
7746
|
|
|
8006
7747
|
export declare const isBrowser: (browsers: any) => boolean | null;
|
|
@@ -8319,12 +8060,12 @@ declare interface Query {
|
|
|
8319
8060
|
|
|
8320
8061
|
export declare const queryBuilderClasses: {
|
|
8321
8062
|
root: "HvQueryBuilder-root";
|
|
8063
|
+
removeButton: "HvQueryBuilder-removeButton";
|
|
8322
8064
|
topGroup: "HvQueryBuilder-topGroup";
|
|
8323
8065
|
subGroup: "HvQueryBuilder-subGroup";
|
|
8324
8066
|
combinator: "HvQueryBuilder-combinator";
|
|
8325
8067
|
topCombinator: "HvQueryBuilder-topCombinator";
|
|
8326
8068
|
combinatorButton: "HvQueryBuilder-combinatorButton";
|
|
8327
|
-
removeButton: "HvQueryBuilder-removeButton";
|
|
8328
8069
|
topRemoveButton: "HvQueryBuilder-topRemoveButton";
|
|
8329
8070
|
topRemoveButtonDisabled: "HvQueryBuilder-topRemoveButtonDisabled";
|
|
8330
8071
|
rulesContainer: "HvQueryBuilder-rulesContainer";
|
|
@@ -8589,180 +8330,6 @@ export declare const stackClasses: {
|
|
|
8589
8330
|
|
|
8590
8331
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
8591
8332
|
|
|
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
8333
|
export declare const suggestionsClasses: {
|
|
8767
8334
|
list: "HvSuggestions-list";
|
|
8768
8335
|
root: "HvSuggestions-root";
|
|
@@ -8803,19 +8370,18 @@ export declare const tableCellClasses: {
|
|
|
8803
8370
|
groupColumnMostLeft: "HvTableCell-groupColumnMostLeft";
|
|
8804
8371
|
groupColumnMostRight: "HvTableCell-groupColumnMostRight";
|
|
8805
8372
|
resizing: "HvTableCell-resizing";
|
|
8806
|
-
sortIcon: "HvTableCell-sortIcon";
|
|
8807
8373
|
alignLeft: "HvTableCell-alignLeft";
|
|
8808
|
-
alignRight: "HvTableCell-alignRight";
|
|
8809
8374
|
alignCenter: "HvTableCell-alignCenter";
|
|
8375
|
+
alignRight: "HvTableCell-alignRight";
|
|
8810
8376
|
alignJustify: "HvTableCell-alignJustify";
|
|
8377
|
+
variantNone: "HvTableCell-variantNone";
|
|
8811
8378
|
variantCheckbox: "HvTableCell-variantCheckbox";
|
|
8812
|
-
variantExpand: "HvTableCell-variantExpand";
|
|
8813
8379
|
variantActions: "HvTableCell-variantActions";
|
|
8814
|
-
|
|
8380
|
+
variantExpand: "HvTableCell-variantExpand";
|
|
8815
8381
|
variantList: "HvTableCell-variantList";
|
|
8382
|
+
variantListHead: "HvTableCell-variantListHead";
|
|
8816
8383
|
variantListactions: "HvTableCell-variantListactions";
|
|
8817
8384
|
variantListcheckbox: "HvTableCell-variantListcheckbox";
|
|
8818
|
-
variantListHead: "HvTableCell-variantListHead";
|
|
8819
8385
|
};
|
|
8820
8386
|
|
|
8821
8387
|
export declare const tableClasses: {
|
|
@@ -8849,21 +8415,21 @@ export declare const tableHeaderClasses: {
|
|
|
8849
8415
|
groupColumnMostLeft: "HvTableHeader-groupColumnMostLeft";
|
|
8850
8416
|
groupColumnMostRight: "HvTableHeader-groupColumnMostRight";
|
|
8851
8417
|
resizing: "HvTableHeader-resizing";
|
|
8852
|
-
sortIcon: "HvTableHeader-sortIcon";
|
|
8853
8418
|
alignLeft: "HvTableHeader-alignLeft";
|
|
8854
|
-
alignRight: "HvTableHeader-alignRight";
|
|
8855
8419
|
alignCenter: "HvTableHeader-alignCenter";
|
|
8420
|
+
alignRight: "HvTableHeader-alignRight";
|
|
8856
8421
|
alignJustify: "HvTableHeader-alignJustify";
|
|
8422
|
+
variantNone: "HvTableHeader-variantNone";
|
|
8857
8423
|
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
8858
|
-
variantExpand: "HvTableHeader-variantExpand";
|
|
8859
8424
|
variantActions: "HvTableHeader-variantActions";
|
|
8860
|
-
|
|
8425
|
+
variantExpand: "HvTableHeader-variantExpand";
|
|
8861
8426
|
variantList: "HvTableHeader-variantList";
|
|
8862
8427
|
headerContent: "HvTableHeader-headerContent";
|
|
8863
8428
|
headerText: "HvTableHeader-headerText";
|
|
8864
8429
|
headerParagraph: "HvTableHeader-headerParagraph";
|
|
8865
8430
|
sortableHeaderText: "HvTableHeader-sortableHeaderText";
|
|
8866
8431
|
sortButton: "HvTableHeader-sortButton";
|
|
8432
|
+
sortIcon: "HvTableHeader-sortIcon";
|
|
8867
8433
|
alignFlexLeft: "HvTableHeader-alignFlexLeft";
|
|
8868
8434
|
alignFlexRight: "HvTableHeader-alignFlexRight";
|
|
8869
8435
|
alignFlexCenter: "HvTableHeader-alignFlexCenter";
|
|
@@ -8916,9 +8482,9 @@ export declare const tagsInputClasses: {
|
|
|
8916
8482
|
resizable: "HvTagsInput-resizable";
|
|
8917
8483
|
description: "HvTagsInput-description";
|
|
8918
8484
|
labelContainer: "HvTagsInput-labelContainer";
|
|
8919
|
-
inputExtension: "HvTagsInput-inputExtension";
|
|
8920
8485
|
suggestionsContainer: "HvTagsInput-suggestionsContainer";
|
|
8921
8486
|
suggestionList: "HvTagsInput-suggestionList";
|
|
8487
|
+
inputExtension: "HvTagsInput-inputExtension";
|
|
8922
8488
|
chipRoot: "HvTagsInput-chipRoot";
|
|
8923
8489
|
listItemGutters: "HvTagsInput-listItemGutters";
|
|
8924
8490
|
listItemRoot: "HvTagsInput-listItemRoot";
|
|
@@ -8966,9 +8532,9 @@ export declare const timePickerClasses: {
|
|
|
8966
8532
|
root: "HvTimerPicker-root";
|
|
8967
8533
|
description: "HvTimerPicker-description";
|
|
8968
8534
|
labelContainer: "HvTimerPicker-labelContainer";
|
|
8969
|
-
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
8970
8535
|
dropdownHeaderInvalid: "HvTimerPicker-dropdownHeaderInvalid";
|
|
8971
8536
|
dropdownHeaderOpen: "HvTimerPicker-dropdownHeaderOpen";
|
|
8537
|
+
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
8972
8538
|
placeholderDisabled: "HvTimerPicker-placeholderDisabled";
|
|
8973
8539
|
dropdownPanel: "HvTimerPicker-dropdownPanel";
|
|
8974
8540
|
timePopperContainer: "HvTimerPicker-timePopperContainer";
|
|
@@ -9048,9 +8614,24 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
9048
8614
|
pluginName: string;
|
|
9049
8615
|
};
|
|
9050
8616
|
|
|
9051
|
-
declare const useClasses: (classesProp?: Partial<Record<"root", string>>) => {
|
|
8617
|
+
declare const useClasses: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
|
|
9052
8618
|
classes: {
|
|
8619
|
+
input: string;
|
|
8620
|
+
disabled: string;
|
|
8621
|
+
readOnly: string;
|
|
8622
|
+
invalid: string;
|
|
9053
8623
|
root: string;
|
|
8624
|
+
resizable: string;
|
|
8625
|
+
inputBorderContainer: string;
|
|
8626
|
+
inputRootInvalid: string;
|
|
8627
|
+
inputRootReadOnly: string;
|
|
8628
|
+
inputRoot: string;
|
|
8629
|
+
inputRootFocused: string;
|
|
8630
|
+
inputRootDisabled: string;
|
|
8631
|
+
inputRootMultiline: string;
|
|
8632
|
+
inputDisabled: string;
|
|
8633
|
+
inputReadOnly: string;
|
|
8634
|
+
inputResizable: string;
|
|
9054
8635
|
};
|
|
9055
8636
|
css: {
|
|
9056
8637
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9059,7 +8640,7 @@ declare const useClasses: (classesProp?: Partial<Record<"root", string>>) => {
|
|
|
9059
8640
|
cx: (...args: any) => string;
|
|
9060
8641
|
};
|
|
9061
8642
|
|
|
9062
|
-
declare const
|
|
8643
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
|
|
9063
8644
|
classes: {
|
|
9064
8645
|
icon: string;
|
|
9065
8646
|
root: string;
|
|
@@ -9081,7 +8662,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"icon" | "root" | "ico
|
|
|
9081
8662
|
cx: (...args: any) => string;
|
|
9082
8663
|
};
|
|
9083
8664
|
|
|
9084
|
-
declare const
|
|
8665
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
|
|
9085
8666
|
classes: {
|
|
9086
8667
|
root: string;
|
|
9087
8668
|
rootClosed: string;
|
|
@@ -9095,7 +8676,21 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9095
8676
|
cx: (...args: any) => string;
|
|
9096
8677
|
};
|
|
9097
8678
|
|
|
9098
|
-
declare const
|
|
8679
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
|
|
8680
|
+
classes: {
|
|
8681
|
+
actionContainer: string;
|
|
8682
|
+
iconContainer: string;
|
|
8683
|
+
actionsInnerContainer: string;
|
|
8684
|
+
closeAction: string;
|
|
8685
|
+
};
|
|
8686
|
+
css: {
|
|
8687
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8688
|
+
(...args: CSSInterpolation[]): string;
|
|
8689
|
+
};
|
|
8690
|
+
cx: (...args: any) => string;
|
|
8691
|
+
};
|
|
8692
|
+
|
|
8693
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
|
|
9099
8694
|
classes: {
|
|
9100
8695
|
default: string;
|
|
9101
8696
|
action: string;
|
|
@@ -9114,15 +8709,216 @@ declare const useClasses_4: (classesProp?: Partial<Record<"default" | "action" |
|
|
|
9114
8709
|
cx: (...args: any) => string;
|
|
9115
8710
|
};
|
|
9116
8711
|
|
|
9117
|
-
declare const
|
|
8712
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
|
|
8713
|
+
classes: {
|
|
8714
|
+
body: string;
|
|
8715
|
+
footer: string;
|
|
8716
|
+
head: string;
|
|
8717
|
+
expanded: string;
|
|
8718
|
+
selected: string;
|
|
8719
|
+
root: string;
|
|
8720
|
+
hover: string;
|
|
8721
|
+
striped: string;
|
|
8722
|
+
variantList: string;
|
|
8723
|
+
variantListHead: string;
|
|
8724
|
+
};
|
|
8725
|
+
css: {
|
|
8726
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8727
|
+
(...args: CSSInterpolation[]): string;
|
|
8728
|
+
};
|
|
8729
|
+
cx: (...args: any) => string;
|
|
8730
|
+
};
|
|
8731
|
+
|
|
8732
|
+
declare const useClasses_15: (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>>) => {
|
|
8733
|
+
classes: {
|
|
8734
|
+
body: string;
|
|
8735
|
+
footer: string;
|
|
8736
|
+
head: string;
|
|
8737
|
+
root: string;
|
|
8738
|
+
resizable: string;
|
|
8739
|
+
sorted: string;
|
|
8740
|
+
stickyColumn: string;
|
|
8741
|
+
stickyColumnMostLeft: string;
|
|
8742
|
+
stickyColumnLeastRight: string;
|
|
8743
|
+
groupColumnMostLeft: string;
|
|
8744
|
+
groupColumnMostRight: string;
|
|
8745
|
+
resizing: string;
|
|
8746
|
+
alignLeft: string;
|
|
8747
|
+
alignCenter: string;
|
|
8748
|
+
alignRight: string;
|
|
8749
|
+
alignJustify: string;
|
|
8750
|
+
variantNone: string;
|
|
8751
|
+
variantCheckbox: string;
|
|
8752
|
+
variantActions: string;
|
|
8753
|
+
variantExpand: string;
|
|
8754
|
+
variantList: string;
|
|
8755
|
+
variantListHead: string;
|
|
8756
|
+
variantListactions: string;
|
|
8757
|
+
variantListcheckbox: string;
|
|
8758
|
+
};
|
|
8759
|
+
css: {
|
|
8760
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8761
|
+
(...args: CSSInterpolation[]): string;
|
|
8762
|
+
};
|
|
8763
|
+
cx: (...args: any) => string;
|
|
8764
|
+
};
|
|
8765
|
+
|
|
8766
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
|
|
8767
|
+
classes: {
|
|
8768
|
+
label: string;
|
|
8769
|
+
error: string;
|
|
8770
|
+
root: string;
|
|
8771
|
+
description: string;
|
|
8772
|
+
labelContainer: string;
|
|
8773
|
+
};
|
|
8774
|
+
css: {
|
|
8775
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8776
|
+
(...args: CSSInterpolation[]): string;
|
|
8777
|
+
};
|
|
8778
|
+
cx: (...args: any) => string;
|
|
8779
|
+
};
|
|
8780
|
+
|
|
8781
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
|
|
8782
|
+
classes: {
|
|
8783
|
+
header: string;
|
|
8784
|
+
space: string;
|
|
8785
|
+
actionBar: string;
|
|
8786
|
+
dropdown: string;
|
|
8787
|
+
root: string;
|
|
8788
|
+
panel: string;
|
|
8789
|
+
baseDropdownSelection: string;
|
|
8790
|
+
rightSidePanel: string;
|
|
8791
|
+
leftSidePanel: string;
|
|
8792
|
+
applyButton: string;
|
|
8793
|
+
};
|
|
8794
|
+
css: {
|
|
8795
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8796
|
+
(...args: CSSInterpolation[]): string;
|
|
8797
|
+
};
|
|
8798
|
+
cx: (...args: any) => string;
|
|
8799
|
+
};
|
|
8800
|
+
|
|
8801
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
|
|
8802
|
+
classes: {
|
|
8803
|
+
label: string;
|
|
8804
|
+
icon: string;
|
|
8805
|
+
action: string;
|
|
8806
|
+
error: string;
|
|
8807
|
+
dropdown: string;
|
|
8808
|
+
root: string;
|
|
8809
|
+
actionContainer: string;
|
|
8810
|
+
panel: string;
|
|
8811
|
+
description: string;
|
|
8812
|
+
labelContainer: string;
|
|
8813
|
+
leftContainer: string;
|
|
8814
|
+
rightContainer: string;
|
|
8815
|
+
dropdownHeaderInvalid: string;
|
|
8816
|
+
dropdownHeaderOpen: string;
|
|
8817
|
+
};
|
|
8818
|
+
css: {
|
|
8819
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8820
|
+
(...args: CSSInterpolation[]): string;
|
|
8821
|
+
};
|
|
8822
|
+
cx: (...args: any) => string;
|
|
8823
|
+
};
|
|
8824
|
+
|
|
8825
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
|
|
8826
|
+
classes: {
|
|
8827
|
+
button: string;
|
|
8828
|
+
text: string;
|
|
8829
|
+
root: string;
|
|
8830
|
+
notSelected: string;
|
|
8831
|
+
};
|
|
8832
|
+
css: {
|
|
8833
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8834
|
+
(...args: CSSInterpolation[]): string;
|
|
8835
|
+
};
|
|
8836
|
+
cx: (...args: any) => string;
|
|
8837
|
+
};
|
|
8838
|
+
|
|
8839
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>) => {
|
|
8840
|
+
classes: {
|
|
8841
|
+
root: string;
|
|
8842
|
+
};
|
|
8843
|
+
css: {
|
|
8844
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8845
|
+
(...args: CSSInterpolation[]): string;
|
|
8846
|
+
};
|
|
8847
|
+
cx: (...args: any) => string;
|
|
8848
|
+
};
|
|
8849
|
+
|
|
8850
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
|
|
8851
|
+
classes: {
|
|
8852
|
+
root: string;
|
|
8853
|
+
positionFixed: string;
|
|
8854
|
+
positionAbsolute: string;
|
|
8855
|
+
};
|
|
8856
|
+
css: {
|
|
8857
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8858
|
+
(...args: CSSInterpolation[]): string;
|
|
8859
|
+
};
|
|
8860
|
+
cx: (...args: any) => string;
|
|
8861
|
+
};
|
|
8862
|
+
|
|
8863
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
|
|
8864
|
+
classes: {
|
|
8865
|
+
button: string;
|
|
8866
|
+
text: string;
|
|
8867
|
+
selected: string;
|
|
8868
|
+
root: string;
|
|
8869
|
+
};
|
|
8870
|
+
css: {
|
|
8871
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8872
|
+
(...args: CSSInterpolation[]): string;
|
|
8873
|
+
};
|
|
8874
|
+
cx: (...args: any) => string;
|
|
8875
|
+
};
|
|
8876
|
+
|
|
8877
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
|
|
8878
|
+
classes: {
|
|
8879
|
+
selected: string;
|
|
8880
|
+
root: string;
|
|
8881
|
+
positionFixed: string;
|
|
8882
|
+
positionSticky: string;
|
|
8883
|
+
notSelectedRoot: string;
|
|
8884
|
+
notSelected: string;
|
|
8885
|
+
};
|
|
8886
|
+
css: {
|
|
8887
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8888
|
+
(...args: CSSInterpolation[]): string;
|
|
8889
|
+
};
|
|
8890
|
+
cx: (...args: any) => string;
|
|
8891
|
+
};
|
|
8892
|
+
|
|
8893
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
|
|
8894
|
+
classes: {
|
|
8895
|
+
button: string;
|
|
8896
|
+
input: string;
|
|
8897
|
+
text: string;
|
|
8898
|
+
icon: string;
|
|
8899
|
+
root: string;
|
|
8900
|
+
inputBorderContainer: string;
|
|
8901
|
+
inputRoot: string;
|
|
8902
|
+
largeText: string;
|
|
8903
|
+
textEmpty: string;
|
|
8904
|
+
iconVisible: 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_24: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
|
|
9118
8914
|
classes: {
|
|
9119
8915
|
root: string;
|
|
8916
|
+
removeButton: string;
|
|
9120
8917
|
topGroup: string;
|
|
9121
8918
|
subGroup: string;
|
|
9122
8919
|
combinator: string;
|
|
9123
8920
|
topCombinator: string;
|
|
9124
8921
|
combinatorButton: string;
|
|
9125
|
-
removeButton: string;
|
|
9126
8922
|
topRemoveButton: string;
|
|
9127
8923
|
topRemoveButtonDisabled: string;
|
|
9128
8924
|
rulesContainer: string;
|
|
@@ -9139,7 +8935,76 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "topGroup" |
|
|
|
9139
8935
|
cx: (...args: any) => string;
|
|
9140
8936
|
};
|
|
9141
8937
|
|
|
9142
|
-
declare const
|
|
8938
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
|
|
8939
|
+
classes: {
|
|
8940
|
+
label: string;
|
|
8941
|
+
colorPicker: string;
|
|
8942
|
+
root: string;
|
|
8943
|
+
panel: string;
|
|
8944
|
+
description: string;
|
|
8945
|
+
labelContainer: string;
|
|
8946
|
+
headerColorValue: string;
|
|
8947
|
+
headerColorIcon: string;
|
|
8948
|
+
colorPickerIcon: string;
|
|
8949
|
+
recommendedColorsRoot: string;
|
|
8950
|
+
dropdownRootIconOnly: string;
|
|
8951
|
+
headerColorIconOnly: string;
|
|
8952
|
+
pickerFields: string;
|
|
8953
|
+
};
|
|
8954
|
+
css: {
|
|
8955
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8956
|
+
(...args: CSSInterpolation[]): string;
|
|
8957
|
+
};
|
|
8958
|
+
cx: (...args: any) => string;
|
|
8959
|
+
};
|
|
8960
|
+
|
|
8961
|
+
declare const useClasses_26: (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>>) => {
|
|
8962
|
+
classes: {
|
|
8963
|
+
title: string;
|
|
8964
|
+
main: string;
|
|
8965
|
+
dot: string;
|
|
8966
|
+
controls: string;
|
|
8967
|
+
xs: string;
|
|
8968
|
+
root: string;
|
|
8969
|
+
actions: string;
|
|
8970
|
+
panel: string;
|
|
8971
|
+
fullscreen: string;
|
|
8972
|
+
closeButton: string;
|
|
8973
|
+
mainContainer: string;
|
|
8974
|
+
pageCounter: string;
|
|
8975
|
+
mainXs: string;
|
|
8976
|
+
mainFullscreen: string;
|
|
8977
|
+
counterContainer: string;
|
|
8978
|
+
counter: string;
|
|
8979
|
+
slideControls: string;
|
|
8980
|
+
slidesViewport: string;
|
|
8981
|
+
slidesContainer: string;
|
|
8982
|
+
dots: string;
|
|
8983
|
+
dotsXs: string;
|
|
8984
|
+
dotSelected: string;
|
|
8985
|
+
thumbnail: string;
|
|
8986
|
+
thumbnailSelected: string;
|
|
8987
|
+
};
|
|
8988
|
+
css: {
|
|
8989
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8990
|
+
(...args: CSSInterpolation[]): string;
|
|
8991
|
+
};
|
|
8992
|
+
cx: (...args: any) => string;
|
|
8993
|
+
};
|
|
8994
|
+
|
|
8995
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
|
|
8996
|
+
classes: {
|
|
8997
|
+
image: string;
|
|
8998
|
+
slide: string;
|
|
8999
|
+
};
|
|
9000
|
+
css: {
|
|
9001
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9002
|
+
(...args: CSSInterpolation[]): string;
|
|
9003
|
+
};
|
|
9004
|
+
cx: (...args: any) => string;
|
|
9005
|
+
};
|
|
9006
|
+
|
|
9007
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
|
|
9143
9008
|
classes: {
|
|
9144
9009
|
placeholder: string;
|
|
9145
9010
|
label: string;
|
|
@@ -9148,9 +9013,9 @@ declare const useClasses_6: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9148
9013
|
root: string;
|
|
9149
9014
|
description: string;
|
|
9150
9015
|
labelContainer: string;
|
|
9151
|
-
dropdownHeader: string;
|
|
9152
9016
|
dropdownHeaderInvalid: string;
|
|
9153
9017
|
dropdownHeaderOpen: string;
|
|
9018
|
+
dropdownHeader: string;
|
|
9154
9019
|
placeholderDisabled: string;
|
|
9155
9020
|
dropdownPanel: string;
|
|
9156
9021
|
timePopperContainer: string;
|
|
@@ -9162,6 +9027,122 @@ declare const useClasses_6: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9162
9027
|
cx: (...args: any) => string;
|
|
9163
9028
|
};
|
|
9164
9029
|
|
|
9030
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
|
|
9031
|
+
classes: {
|
|
9032
|
+
icon: string;
|
|
9033
|
+
selected: string;
|
|
9034
|
+
root: string;
|
|
9035
|
+
selectable: string;
|
|
9036
|
+
semanticContainer: string;
|
|
9037
|
+
semanticBar: string;
|
|
9038
|
+
};
|
|
9039
|
+
css: {
|
|
9040
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9041
|
+
(...args: CSSInterpolation[]): string;
|
|
9042
|
+
};
|
|
9043
|
+
cx: (...args: any) => string;
|
|
9044
|
+
};
|
|
9045
|
+
|
|
9046
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
|
|
9047
|
+
classes: {
|
|
9048
|
+
title: string;
|
|
9049
|
+
content: string;
|
|
9050
|
+
action: string;
|
|
9051
|
+
root: string;
|
|
9052
|
+
titleShort: string;
|
|
9053
|
+
subheader: string;
|
|
9054
|
+
};
|
|
9055
|
+
css: {
|
|
9056
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9057
|
+
(...args: CSSInterpolation[]): string;
|
|
9058
|
+
};
|
|
9059
|
+
cx: (...args: any) => string;
|
|
9060
|
+
};
|
|
9061
|
+
|
|
9062
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"content", string>>) => {
|
|
9063
|
+
classes: {
|
|
9064
|
+
content: string;
|
|
9065
|
+
};
|
|
9066
|
+
css: {
|
|
9067
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9068
|
+
(...args: CSSInterpolation[]): string;
|
|
9069
|
+
};
|
|
9070
|
+
cx: (...args: any) => string;
|
|
9071
|
+
};
|
|
9072
|
+
|
|
9073
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"media" | "root", string>>) => {
|
|
9074
|
+
classes: {
|
|
9075
|
+
media: string;
|
|
9076
|
+
root: string;
|
|
9077
|
+
};
|
|
9078
|
+
css: {
|
|
9079
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9080
|
+
(...args: CSSInterpolation[]): string;
|
|
9081
|
+
};
|
|
9082
|
+
cx: (...args: any) => string;
|
|
9083
|
+
};
|
|
9084
|
+
|
|
9085
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
|
|
9086
|
+
classes: {
|
|
9087
|
+
background: string;
|
|
9088
|
+
root: string;
|
|
9089
|
+
fullscreen: string;
|
|
9090
|
+
closeButton: string;
|
|
9091
|
+
paper: string;
|
|
9092
|
+
};
|
|
9093
|
+
css: {
|
|
9094
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9095
|
+
(...args: CSSInterpolation[]): string;
|
|
9096
|
+
};
|
|
9097
|
+
cx: (...args: any) => string;
|
|
9098
|
+
};
|
|
9099
|
+
|
|
9100
|
+
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>>) => {
|
|
9101
|
+
classes: {
|
|
9102
|
+
input: string;
|
|
9103
|
+
label: string;
|
|
9104
|
+
icon: string;
|
|
9105
|
+
error: string;
|
|
9106
|
+
root: string;
|
|
9107
|
+
inputBorderContainer: string;
|
|
9108
|
+
inputRoot: string;
|
|
9109
|
+
inputRootFocused: string;
|
|
9110
|
+
inputRootDisabled: string;
|
|
9111
|
+
inputRootMultiline: string;
|
|
9112
|
+
description: string;
|
|
9113
|
+
labelContainer: string;
|
|
9114
|
+
adornmentsBox: string;
|
|
9115
|
+
adornmentButton: string;
|
|
9116
|
+
iconClear: string;
|
|
9117
|
+
hasSuggestions: string;
|
|
9118
|
+
suggestionsContainer: string;
|
|
9119
|
+
suggestionList: string;
|
|
9120
|
+
inputExtension: string;
|
|
9121
|
+
};
|
|
9122
|
+
css: {
|
|
9123
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9124
|
+
(...args: CSSInterpolation[]): string;
|
|
9125
|
+
};
|
|
9126
|
+
cx: (...args: any) => string;
|
|
9127
|
+
};
|
|
9128
|
+
|
|
9129
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
|
|
9130
|
+
classes: {
|
|
9131
|
+
container: string;
|
|
9132
|
+
icon: string;
|
|
9133
|
+
root: string;
|
|
9134
|
+
baseContainer: string;
|
|
9135
|
+
iconSelected: string;
|
|
9136
|
+
menuListRoot: string;
|
|
9137
|
+
menuList: string;
|
|
9138
|
+
};
|
|
9139
|
+
css: {
|
|
9140
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9141
|
+
(...args: CSSInterpolation[]): string;
|
|
9142
|
+
};
|
|
9143
|
+
cx: (...args: any) => string;
|
|
9144
|
+
};
|
|
9145
|
+
|
|
9165
9146
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9166
9147
|
|
|
9167
9148
|
export declare function useComputation(valueFn: any, valueFallback?: any): any[];
|