@hitachivantara/uikit-react-core 5.16.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.cjs +46 -45
- package/dist/cjs/components/Pagination/Pagination.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.styles.cjs +102 -161
- package/dist/cjs/components/Pagination/Pagination.styles.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Select.cjs +2 -1
- package/dist/cjs/components/Pagination/Select.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.cjs +30 -33
- package/dist/cjs/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.styles.cjs +14 -0
- package/dist/cjs/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.styles.cjs.map +1 -0
- package/dist/cjs/components/QueryBuilder/QueryBuilder.cjs +6 -6
- package/dist/cjs/components/QueryBuilder/QueryBuilder.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/{RuleGroup/RuleGroup.styles.cjs → QueryBuilder.styles.cjs} +48 -29
- package/dist/cjs/components/QueryBuilder/QueryBuilder.styles.cjs.map +1 -0
- package/dist/cjs/components/QueryBuilder/Rule/Rule.cjs +60 -61
- package/dist/cjs/components/QueryBuilder/Rule/Rule.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Rule.styles.cjs +10 -5
- package/dist/cjs/components/QueryBuilder/Rule/Rule.styles.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.cjs +253 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.cjs.map +1 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.styles.cjs +40 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.styles.cjs.map +1 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/utils.cjs +37 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/DateTimeValue/utils.cjs.map +1 -0
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/Numeric.styles.cjs +10 -6
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/Numeric.styles.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/NumericValue.cjs +76 -82
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/NumericValue.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/TextValue.cjs +33 -37
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/TextValue.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/TextValue.styles.cjs +8 -3
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/TextValue.styles.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/Value.cjs +8 -5
- package/dist/cjs/components/QueryBuilder/Rule/Value/Value.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/RuleGroup/RuleGroup.cjs +155 -166
- 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 +60 -70
- 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 +48 -48
- 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.js +50 -48
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.styles.js +102 -159
- package/dist/esm/components/Pagination/Pagination.styles.js.map +1 -1
- package/dist/esm/components/Pagination/Select.js +2 -1
- package/dist/esm/components/Pagination/Select.js.map +1 -1
- package/dist/esm/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.js +31 -34
- package/dist/esm/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.js.map +1 -1
- package/dist/esm/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.styles.js +14 -0
- package/dist/esm/components/QueryBuilder/ConfirmationDialog/ConfirmationDialog.styles.js.map +1 -0
- package/dist/esm/components/QueryBuilder/QueryBuilder.js +6 -6
- package/dist/esm/components/QueryBuilder/QueryBuilder.js.map +1 -1
- package/dist/esm/components/QueryBuilder/{RuleGroup/RuleGroup.styles.js → QueryBuilder.styles.js} +48 -29
- package/dist/esm/components/QueryBuilder/QueryBuilder.styles.js.map +1 -0
- package/dist/esm/components/QueryBuilder/Rule/Rule.js +61 -62
- package/dist/esm/components/QueryBuilder/Rule/Rule.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Rule.styles.js +10 -5
- package/dist/esm/components/QueryBuilder/Rule/Rule.styles.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.js +250 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.js.map +1 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.styles.js +40 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.styles.js.map +1 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/utils.js +35 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/DateTimeValue/utils.js.map +1 -0
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/Numeric.styles.js +10 -6
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/Numeric.styles.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/NumericValue.js +78 -84
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/NumericValue.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/TextValue.js +34 -38
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/TextValue.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/TextValue.styles.js +8 -3
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/TextValue.styles.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/Value.js +7 -4
- package/dist/esm/components/QueryBuilder/Rule/Value/Value.js.map +1 -1
- package/dist/esm/components/QueryBuilder/RuleGroup/RuleGroup.js +157 -168
- 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 +60 -70
- 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 +577 -605
- 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/Pagination/paginationClasses.cjs +0 -8
- package/dist/cjs/components/Pagination/paginationClasses.cjs.map +0 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/numericValueClasses.cjs +0 -8
- package/dist/cjs/components/QueryBuilder/Rule/Value/NumericValue/numericValueClasses.cjs.map +0 -1
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/textValueClasses.cjs +0 -8
- package/dist/cjs/components/QueryBuilder/Rule/Value/TextValue/textValueClasses.cjs.map +0 -1
- package/dist/cjs/components/QueryBuilder/Rule/ruleClasses.cjs +0 -8
- package/dist/cjs/components/QueryBuilder/Rule/ruleClasses.cjs.map +0 -1
- package/dist/cjs/components/QueryBuilder/RuleGroup/RuleGroup.styles.cjs.map +0 -1
- package/dist/cjs/components/QueryBuilder/queryBuilderClasses.cjs +0 -8
- package/dist/cjs/components/QueryBuilder/queryBuilderClasses.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/Pagination/paginationClasses.js +0 -8
- package/dist/esm/components/Pagination/paginationClasses.js.map +0 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/numericValueClasses.js +0 -8
- package/dist/esm/components/QueryBuilder/Rule/Value/NumericValue/numericValueClasses.js.map +0 -1
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/textValueClasses.js +0 -8
- package/dist/esm/components/QueryBuilder/Rule/Value/TextValue/textValueClasses.js.map +0 -1
- package/dist/esm/components/QueryBuilder/Rule/ruleClasses.js +0 -8
- package/dist/esm/components/QueryBuilder/Rule/ruleClasses.js.map +0 -1
- package/dist/esm/components/QueryBuilder/RuleGroup/RuleGroup.styles.js.map +0 -1
- package/dist/esm/components/QueryBuilder/queryBuilderClasses.js +0 -8
- package/dist/esm/components/QueryBuilder/queryBuilderClasses.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';
|
|
@@ -209,6 +208,8 @@ export declare const appSwitcherClasses: {
|
|
|
209
208
|
closed: "HvAppSwitcher-closed";
|
|
210
209
|
};
|
|
211
210
|
|
|
211
|
+
export declare type Arrayable<T> = T | T[];
|
|
212
|
+
|
|
212
213
|
declare type AsProp<C extends React.ElementType> = {
|
|
213
214
|
component?: C;
|
|
214
215
|
};
|
|
@@ -305,16 +306,16 @@ export declare const baseInputClasses: {
|
|
|
305
306
|
invalid: "HvBaseInput-invalid";
|
|
306
307
|
root: "HvBaseInput-root";
|
|
307
308
|
resizable: "HvBaseInput-resizable";
|
|
309
|
+
inputBorderContainer: "HvBaseInput-inputBorderContainer";
|
|
310
|
+
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
311
|
+
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
308
312
|
inputRoot: "HvBaseInput-inputRoot";
|
|
309
313
|
inputRootFocused: "HvBaseInput-inputRootFocused";
|
|
310
314
|
inputRootDisabled: "HvBaseInput-inputRootDisabled";
|
|
311
315
|
inputRootMultiline: "HvBaseInput-inputRootMultiline";
|
|
312
|
-
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
313
|
-
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
314
316
|
inputDisabled: "HvBaseInput-inputDisabled";
|
|
315
|
-
inputResizable: "HvBaseInput-inputResizable";
|
|
316
317
|
inputReadOnly: "HvBaseInput-inputReadOnly";
|
|
317
|
-
|
|
318
|
+
inputResizable: "HvBaseInput-inputResizable";
|
|
318
319
|
};
|
|
319
320
|
|
|
320
321
|
export declare const baseRadioClasses: {
|
|
@@ -413,26 +414,26 @@ export declare const cardClasses: {
|
|
|
413
414
|
selected: "HvCard-selected";
|
|
414
415
|
root: "HvCard-root";
|
|
415
416
|
selectable: "HvCard-selectable";
|
|
416
|
-
semanticBar: "HvCard-semanticBar";
|
|
417
417
|
semanticContainer: "HvCard-semanticContainer";
|
|
418
|
+
semanticBar: "HvCard-semanticBar";
|
|
418
419
|
};
|
|
419
420
|
|
|
420
421
|
export declare const cardContentClasses: {
|
|
421
|
-
content: "
|
|
422
|
+
content: "HvCardContent-content";
|
|
422
423
|
};
|
|
423
424
|
|
|
424
425
|
export declare const cardHeaderClasses: {
|
|
425
|
-
title: "
|
|
426
|
-
content: "
|
|
427
|
-
action: "
|
|
428
|
-
root: "
|
|
429
|
-
titleShort: "
|
|
430
|
-
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";
|
|
431
432
|
};
|
|
432
433
|
|
|
433
434
|
export declare const cardMediaClasses: {
|
|
434
|
-
media: "
|
|
435
|
-
root: "
|
|
435
|
+
media: "HvCardMedia-media";
|
|
436
|
+
root: "HvCardMedia-root";
|
|
436
437
|
};
|
|
437
438
|
|
|
438
439
|
export declare const carouselClasses: {
|
|
@@ -462,11 +463,6 @@ export declare const carouselClasses: {
|
|
|
462
463
|
thumbnailSelected: "HvCarousel-thumbnailSelected";
|
|
463
464
|
};
|
|
464
465
|
|
|
465
|
-
export declare const cc: {
|
|
466
|
-
image: "HvCarouselSlide-image";
|
|
467
|
-
slide: "HvCarouselSlide-slide";
|
|
468
|
-
};
|
|
469
|
-
|
|
470
466
|
declare type CellValue<V = any> = V;
|
|
471
467
|
|
|
472
468
|
export declare const CellWithCheckBox: ({ row, labels: labelsProp }: {
|
|
@@ -518,12 +514,12 @@ export declare const colorPickerClasses: {
|
|
|
518
514
|
panel: "HvColorPicker-panel";
|
|
519
515
|
description: "HvColorPicker-description";
|
|
520
516
|
labelContainer: "HvColorPicker-labelContainer";
|
|
521
|
-
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
522
517
|
headerColorValue: "HvColorPicker-headerColorValue";
|
|
518
|
+
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
523
519
|
colorPickerIcon: "HvColorPicker-colorPickerIcon";
|
|
520
|
+
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
524
521
|
dropdownRootIconOnly: "HvColorPicker-dropdownRootIconOnly";
|
|
525
522
|
headerColorIconOnly: "HvColorPicker-headerColorIconOnly";
|
|
526
|
-
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
527
523
|
pickerFields: "HvColorPicker-pickerFields";
|
|
528
524
|
};
|
|
529
525
|
|
|
@@ -566,6 +562,23 @@ name: Name, stylesObject: Record<ClassName, CSSInterpolation_2>): {
|
|
|
566
562
|
*/
|
|
567
563
|
export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
|
|
568
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
|
+
|
|
569
582
|
export declare interface DateRangeProp {
|
|
570
583
|
startDate: Date;
|
|
571
584
|
endDate?: Date;
|
|
@@ -667,9 +680,9 @@ export declare const dropdownClasses: {
|
|
|
667
680
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
668
681
|
description: "HvDropdown-description";
|
|
669
682
|
labelContainer: "HvDropdown-labelContainer";
|
|
670
|
-
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
671
683
|
dropdownHeaderInvalid: "HvDropdown-dropdownHeaderInvalid";
|
|
672
684
|
dropdownHeaderOpen: "HvDropdown-dropdownHeaderOpen";
|
|
685
|
+
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
673
686
|
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
674
687
|
rootList: "HvDropdown-rootList";
|
|
675
688
|
};
|
|
@@ -706,7 +719,7 @@ export declare const emptyStateClasses: {
|
|
|
706
719
|
export declare type ExtractNames<T extends (...args: any) => {
|
|
707
720
|
classes: Record<string, any>;
|
|
708
721
|
cx: any;
|
|
709
|
-
}> = ReturnType<T>["classes"]
|
|
722
|
+
}> = Partial<ReturnType<T>["classes"]>;
|
|
710
723
|
|
|
711
724
|
export declare const fileClasses: {
|
|
712
725
|
progressbar: "HvFile-progressbar";
|
|
@@ -1045,19 +1058,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1045
1058
|
|
|
1046
1059
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1047
1060
|
|
|
1048
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1061
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_2>;
|
|
1049
1062
|
|
|
1050
1063
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1051
1064
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1052
|
-
classes?:
|
|
1065
|
+
classes?: HvActionBarClasses;
|
|
1053
1066
|
}
|
|
1054
1067
|
|
|
1055
|
-
declare
|
|
1056
|
-
actionContainer?: string;
|
|
1057
|
-
closeAction?: string;
|
|
1058
|
-
iconContainer?: string;
|
|
1059
|
-
actionsInnerContainer?: string;
|
|
1060
|
-
}
|
|
1068
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_12>;
|
|
1061
1069
|
|
|
1062
1070
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1063
1071
|
/** onClose function. */
|
|
@@ -1365,11 +1373,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
|
|
|
1365
1373
|
|
|
1366
1374
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1367
1375
|
|
|
1368
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1376
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_11>;
|
|
1369
1377
|
|
|
1370
1378
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1371
1379
|
|
|
1372
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1380
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_13>;
|
|
1373
1381
|
|
|
1374
1382
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1375
1383
|
/** The message to display. */
|
|
@@ -1391,7 +1399,7 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
|
|
|
1391
1399
|
/** The props to pass down to the Action Container. */
|
|
1392
1400
|
actionProps?: HvActionContainerProps;
|
|
1393
1401
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1394
|
-
classes?:
|
|
1402
|
+
classes?: HvBannerContentClasses;
|
|
1395
1403
|
}
|
|
1396
1404
|
|
|
1397
1405
|
export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin" | "classes" | "onClose">, HvBaseProps<HTMLDivElement, "children"> {
|
|
@@ -1424,7 +1432,7 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
|
|
|
1424
1432
|
/** Props to pass down to the Banner Wrapper. An object `actionProps` can be included to be passed as others to actions. */
|
|
1425
1433
|
bannerContentProps?: HvBannerContentProps;
|
|
1426
1434
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1427
|
-
classes?:
|
|
1435
|
+
classes?: HvBannerClasses;
|
|
1428
1436
|
}
|
|
1429
1437
|
|
|
1430
1438
|
export declare type HvBannerVariant = "success" | "warning" | "error" | "default";
|
|
@@ -1625,42 +1633,9 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1625
1633
|
* An Input component that only posses the most basic functionalities.
|
|
1626
1634
|
* It should be used alongside the other form elements to construct a proper accessible form.
|
|
1627
1635
|
*/
|
|
1628
|
-
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;
|
|
1629
1637
|
|
|
1630
|
-
export declare
|
|
1631
|
-
/** Styles applied to the root container of the input. */
|
|
1632
|
-
root?: string;
|
|
1633
|
-
/** Styles applied to the root container of the input when it is disabled. */
|
|
1634
|
-
disabled?: string;
|
|
1635
|
-
/** Styles applied to the root container of the input when it is invalid. */
|
|
1636
|
-
invalid?: string;
|
|
1637
|
-
/** Styles applied to the root container of the input when it is resizable. */
|
|
1638
|
-
resizable?: string;
|
|
1639
|
-
/** Styles applied to input root which is the input that encloses all the other elements. */
|
|
1640
|
-
inputRoot?: string;
|
|
1641
|
-
/** Styles applied to input root when it is focused. */
|
|
1642
|
-
inputRootFocused?: string;
|
|
1643
|
-
/** Styles applied to input root element when it is disabled. */
|
|
1644
|
-
inputRootDisabled?: string;
|
|
1645
|
-
/** Styles applied to input root element when it is multiline mode. */
|
|
1646
|
-
inputRootMultiline?: string;
|
|
1647
|
-
/** Styles applied to input root element when it is invalid. */
|
|
1648
|
-
inputRootInvalid?: string;
|
|
1649
|
-
/** Styles applied to input root element when it is read only. */
|
|
1650
|
-
inputRootReadOnly?: string;
|
|
1651
|
-
/** Styles applied to input html element. */
|
|
1652
|
-
input?: string;
|
|
1653
|
-
/** Styles applied to input html element when is disabled. */
|
|
1654
|
-
inputDisabled?: string;
|
|
1655
|
-
/** Styles applied to input html element when it is resizable. */
|
|
1656
|
-
inputResizable?: string;
|
|
1657
|
-
/** Styles applied to input html element when it is read only. */
|
|
1658
|
-
inputReadOnly?: string;
|
|
1659
|
-
/** Styles applied to the container of the border element. */
|
|
1660
|
-
inputBorderContainer?: string;
|
|
1661
|
-
/** Styles applied to the container of the border element, when in read only mode. */
|
|
1662
|
-
readOnly?: string;
|
|
1663
|
-
}
|
|
1638
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses>;
|
|
1664
1639
|
|
|
1665
1640
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1666
1641
|
/** The input name. */
|
|
@@ -2199,22 +2174,13 @@ export declare interface HvCalendarProps {
|
|
|
2199
2174
|
* linked short representation of a conceptual unit. For that reason,
|
|
2200
2175
|
* this pattern must be used as an entry-point for further information.
|
|
2201
2176
|
*/
|
|
2202
|
-
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;
|
|
2203
2178
|
|
|
2204
|
-
export declare
|
|
2205
|
-
root?: string;
|
|
2206
|
-
selectable?: string;
|
|
2207
|
-
selected?: string;
|
|
2208
|
-
semanticBar?: string;
|
|
2209
|
-
semanticContainer?: string;
|
|
2210
|
-
icon?: string;
|
|
2211
|
-
}
|
|
2179
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_3>;
|
|
2212
2180
|
|
|
2213
|
-
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;
|
|
2214
2182
|
|
|
2215
|
-
export declare
|
|
2216
|
-
content?: string;
|
|
2217
|
-
}
|
|
2183
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_5>;
|
|
2218
2184
|
|
|
2219
2185
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2220
2186
|
/** Id to be applied to the root node. */
|
|
@@ -2225,16 +2191,9 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2225
2191
|
classes?: HvCardContentClasses;
|
|
2226
2192
|
}
|
|
2227
2193
|
|
|
2228
|
-
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;
|
|
2229
2195
|
|
|
2230
|
-
export declare
|
|
2231
|
-
root?: string;
|
|
2232
|
-
title?: string;
|
|
2233
|
-
titleShort?: string;
|
|
2234
|
-
subheader?: string;
|
|
2235
|
-
action?: string;
|
|
2236
|
-
content?: string;
|
|
2237
|
-
}
|
|
2196
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_4>;
|
|
2238
2197
|
|
|
2239
2198
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2240
2199
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2249,12 +2208,9 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2249
2208
|
classes?: HvCardHeaderClasses;
|
|
2250
2209
|
}
|
|
2251
2210
|
|
|
2252
|
-
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;
|
|
2253
2212
|
|
|
2254
|
-
export declare
|
|
2255
|
-
root?: string;
|
|
2256
|
-
media?: string;
|
|
2257
|
-
}
|
|
2213
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_6>;
|
|
2258
2214
|
|
|
2259
2215
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2260
2216
|
/** Id to be applied to the root node. */
|
|
@@ -2295,11 +2251,11 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2295
2251
|
*/
|
|
2296
2252
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2297
2253
|
|
|
2298
|
-
export declare type HvCarouselClasses =
|
|
2254
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_26>;
|
|
2299
2255
|
|
|
2300
2256
|
export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
|
|
2301
2257
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2302
|
-
classes?:
|
|
2258
|
+
classes?: HvCarouselClasses;
|
|
2303
2259
|
/** Height of the Slider container. If `undefined`, images will keep a 16/9 aspect-ratio */
|
|
2304
2260
|
height?: CSSProperties["height"];
|
|
2305
2261
|
/** Width of the thumbnail. Height will try to maintain a 16/9 aspect-ratio */
|
|
@@ -2336,11 +2292,11 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2336
2292
|
*/
|
|
2337
2293
|
export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2338
2294
|
|
|
2339
|
-
export declare type HvCarouselSlideClasses =
|
|
2295
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_27>;
|
|
2340
2296
|
|
|
2341
2297
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2342
2298
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2343
|
-
classes?:
|
|
2299
|
+
classes?: HvCarouselSlideClasses;
|
|
2344
2300
|
/** The width of the Slide. Defaults to `100%` */
|
|
2345
2301
|
size?: string;
|
|
2346
2302
|
/** Content of a slide to be displayed */
|
|
@@ -2558,23 +2514,9 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2558
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.
|
|
2559
2515
|
* It receives a color string in HEX format and outputs an HEX formatted color.
|
|
2560
2516
|
*/
|
|
2561
|
-
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;
|
|
2562
2518
|
|
|
2563
|
-
export declare
|
|
2564
|
-
root?: string;
|
|
2565
|
-
labelContainer?: string;
|
|
2566
|
-
label?: string;
|
|
2567
|
-
description?: string;
|
|
2568
|
-
headerColorIcon?: string;
|
|
2569
|
-
headerColorValue?: string;
|
|
2570
|
-
panel?: string;
|
|
2571
|
-
colorPicker?: string;
|
|
2572
|
-
colorPickerIcon?: string;
|
|
2573
|
-
dropdownRootIconOnly?: string;
|
|
2574
|
-
headerColorIconOnly?: string;
|
|
2575
|
-
recommendedColorsRoot?: string;
|
|
2576
|
-
pickerFields?: string;
|
|
2577
|
-
}
|
|
2519
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_25>;
|
|
2578
2520
|
|
|
2579
2521
|
export declare interface HvColorPickerProps {
|
|
2580
2522
|
"aria-label"?: string;
|
|
@@ -2815,27 +2757,9 @@ declare interface HvDateColumnCellProp {
|
|
|
2815
2757
|
* A date picker, popup calendar or date range picker is a graphical user
|
|
2816
2758
|
* interface widget which allows the user to select a date from a calendar.
|
|
2817
2759
|
*/
|
|
2818
|
-
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;
|
|
2819
2761
|
|
|
2820
|
-
declare type HvDatePickerClasses =
|
|
2821
|
-
root?: string;
|
|
2822
|
-
labelContainer?: string;
|
|
2823
|
-
label?: string;
|
|
2824
|
-
description?: string;
|
|
2825
|
-
error?: string;
|
|
2826
|
-
placeholder?: string;
|
|
2827
|
-
selectionDisabled?: string;
|
|
2828
|
-
dropdown?: string;
|
|
2829
|
-
panel?: string;
|
|
2830
|
-
action?: string;
|
|
2831
|
-
icon?: string;
|
|
2832
|
-
dropdownHeader?: string;
|
|
2833
|
-
dropdownHeaderInvalid?: string;
|
|
2834
|
-
dropdownHeaderOpen?: string;
|
|
2835
|
-
actionContainer?: string;
|
|
2836
|
-
leftContainer?: string;
|
|
2837
|
-
rightContainer?: string;
|
|
2838
|
-
};
|
|
2762
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_18>;
|
|
2839
2763
|
|
|
2840
2764
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2841
2765
|
/**
|
|
@@ -3006,7 +2930,7 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
|
|
|
3006
2930
|
|
|
3007
2931
|
export declare type HvDatePickerStatus = "standBy" | "valid" | "invalid";
|
|
3008
2932
|
|
|
3009
|
-
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;
|
|
3010
2934
|
|
|
3011
2935
|
export declare interface HvDialogActionClasses {
|
|
3012
2936
|
root?: string;
|
|
@@ -3022,13 +2946,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
3022
2946
|
classes?: HvDialogActionClasses;
|
|
3023
2947
|
}
|
|
3024
2948
|
|
|
3025
|
-
export declare
|
|
3026
|
-
root?: string;
|
|
3027
|
-
closeButton?: string;
|
|
3028
|
-
fullscreen?: string;
|
|
3029
|
-
background?: string;
|
|
3030
|
-
paper?: string;
|
|
3031
|
-
}
|
|
2949
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_7>;
|
|
3032
2950
|
|
|
3033
2951
|
export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
|
|
3034
2952
|
|
|
@@ -3280,24 +3198,9 @@ declare interface HvDropdownListProps {
|
|
|
3280
3198
|
/**
|
|
3281
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.
|
|
3282
3200
|
*/
|
|
3283
|
-
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;
|
|
3284
3202
|
|
|
3285
|
-
export declare
|
|
3286
|
-
/** Styles applied to the root. */
|
|
3287
|
-
root?: string;
|
|
3288
|
-
/** Styles applied to the container. */
|
|
3289
|
-
container?: string;
|
|
3290
|
-
/** Styles applied to the BaseDropdown container. */
|
|
3291
|
-
baseContainer?: string;
|
|
3292
|
-
/** Styles applied to the icon. */
|
|
3293
|
-
icon?: string;
|
|
3294
|
-
/** Styles applied to the icon when selected. */
|
|
3295
|
-
iconSelected?: string;
|
|
3296
|
-
/** Styles applied to the list root. */
|
|
3297
|
-
menuListRoot?: string;
|
|
3298
|
-
/** Styles applied to the list. */
|
|
3299
|
-
menuList?: string;
|
|
3300
|
-
}
|
|
3203
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_9>;
|
|
3301
3204
|
|
|
3302
3205
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3303
3206
|
/** Icon. */
|
|
@@ -3766,28 +3669,11 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3766
3669
|
* Due to the enormous variety of capabilities required for this, we strongly recommend checking the code of the component and extend it yourself,
|
|
3767
3670
|
* while we do not provide a better approach for building this component with smaller and more composable parts.
|
|
3768
3671
|
*/
|
|
3769
|
-
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;
|
|
3770
3673
|
|
|
3771
|
-
export declare
|
|
3772
|
-
root?: string;
|
|
3773
|
-
labelContainer?: string;
|
|
3774
|
-
label?: string;
|
|
3775
|
-
description?: string;
|
|
3776
|
-
error?: string;
|
|
3777
|
-
}
|
|
3674
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_16>;
|
|
3778
3675
|
|
|
3779
|
-
declare
|
|
3780
|
-
dropdown?: string;
|
|
3781
|
-
panel?: string;
|
|
3782
|
-
baseDropdownSelection?: string;
|
|
3783
|
-
header?: string;
|
|
3784
|
-
root?: string;
|
|
3785
|
-
leftSidePanel?: string;
|
|
3786
|
-
rightSidePanel?: string;
|
|
3787
|
-
actionBar?: string;
|
|
3788
|
-
space?: string;
|
|
3789
|
-
applyButton?: string;
|
|
3790
|
-
}
|
|
3676
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_17>;
|
|
3791
3677
|
|
|
3792
3678
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3793
3679
|
description?: React.ReactNode;
|
|
@@ -3834,7 +3720,7 @@ export declare interface HvFilterGroupLabels {
|
|
|
3834
3720
|
multiSelectionConjunction?: string;
|
|
3835
3721
|
}
|
|
3836
3722
|
|
|
3837
|
-
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "onChange" | "defaultValue" | "statusMessage"> {
|
|
3723
|
+
export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "classes" | "onChange" | "defaultValue" | "statusMessage"> {
|
|
3838
3724
|
/** The initial value of the input when in single calendar mode. */
|
|
3839
3725
|
filters: HvFilterGroupFilters;
|
|
3840
3726
|
/** The form element name. */
|
|
@@ -4335,12 +4221,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4335
4221
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4336
4222
|
}
|
|
4337
4223
|
|
|
4338
|
-
export declare
|
|
4339
|
-
root?: string;
|
|
4340
|
-
selected?: string;
|
|
4341
|
-
button?: string;
|
|
4342
|
-
text?: string;
|
|
4343
|
-
}
|
|
4224
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_21>;
|
|
4344
4225
|
|
|
4345
4226
|
/**
|
|
4346
4227
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4366,20 +4247,9 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4366
4247
|
* An Inline Editor allows the user to edit a record without making a major switch
|
|
4367
4248
|
* between viewing and editing, making it an efficient method of updating a record.
|
|
4368
4249
|
*/
|
|
4369
|
-
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;
|
|
4370
4251
|
|
|
4371
|
-
export declare
|
|
4372
|
-
root?: string;
|
|
4373
|
-
button?: string;
|
|
4374
|
-
largeText?: string;
|
|
4375
|
-
text?: string;
|
|
4376
|
-
textEmpty?: string;
|
|
4377
|
-
icon?: string;
|
|
4378
|
-
iconVisible?: string;
|
|
4379
|
-
inputRoot?: string;
|
|
4380
|
-
input?: string;
|
|
4381
|
-
inputBorderContainer?: string;
|
|
4382
|
-
}
|
|
4252
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_23>;
|
|
4383
4253
|
|
|
4384
4254
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4385
4255
|
/** The value of the form element. */
|
|
@@ -4405,48 +4275,9 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4405
4275
|
/**
|
|
4406
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.
|
|
4407
4277
|
*/
|
|
4408
|
-
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;
|
|
4409
4279
|
|
|
4410
|
-
export declare
|
|
4411
|
-
/** Styles applied to the root container of the input. */
|
|
4412
|
-
root?: string;
|
|
4413
|
-
/** Styles applied to the root container when the suggestion list is open. */
|
|
4414
|
-
hasSuggestions?: string;
|
|
4415
|
-
/** Styles applied to input root which is comprising of everything but the labels and descriptions. */
|
|
4416
|
-
inputRoot?: string;
|
|
4417
|
-
/** Styles applied to the base input border element. */
|
|
4418
|
-
inputBorderContainer?: string;
|
|
4419
|
-
/** Styles applied to input root when it is focused. */
|
|
4420
|
-
inputRootFocused?: string;
|
|
4421
|
-
/** Styles applied to input html element when it is disabled. */
|
|
4422
|
-
inputRootDisabled?: string;
|
|
4423
|
-
/** Styles applied to input html element when it is multiline mode. */
|
|
4424
|
-
inputRootMultiline?: string;
|
|
4425
|
-
/** Styles applied to input html element. */
|
|
4426
|
-
input?: string;
|
|
4427
|
-
/** Styles applied to the container of the labels elements. */
|
|
4428
|
-
labelContainer?: string;
|
|
4429
|
-
/** Styles applied to the label element. */
|
|
4430
|
-
label?: string;
|
|
4431
|
-
/** Styles applied to the icon information text. */
|
|
4432
|
-
description?: string;
|
|
4433
|
-
/** Styles applied to the error area. */
|
|
4434
|
-
error?: string;
|
|
4435
|
-
/** Styles applied to the div around the adornment. */
|
|
4436
|
-
adornmentsBox?: string;
|
|
4437
|
-
/** Styles applied to the the adornment when behaving as a button. */
|
|
4438
|
-
adornmentButton?: string;
|
|
4439
|
-
/** Styles applied to the input adornment icons. */
|
|
4440
|
-
icon?: string;
|
|
4441
|
-
/** Styles applied to the icon used to clean the input. */
|
|
4442
|
-
iconClear?: string;
|
|
4443
|
-
/** Styles applied to the input extension shown when the suggestions list is visible. */
|
|
4444
|
-
inputExtension?: string;
|
|
4445
|
-
/** Styles applied to the container of the suggestions list. */
|
|
4446
|
-
suggestionsContainer?: string;
|
|
4447
|
-
/** Styles applied to the suggestions list. */
|
|
4448
|
-
suggestionList?: string;
|
|
4449
|
-
}
|
|
4280
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_8>;
|
|
4450
4281
|
|
|
4451
4282
|
export declare interface HvInputLabels {
|
|
4452
4283
|
/** The label of the clear button. */
|
|
@@ -5054,34 +4885,9 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
5054
4885
|
* Pagination is the process of dividing a document into discrete pages. It relates to how users interact
|
|
5055
4886
|
* with structured content on a website or application.
|
|
5056
4887
|
*/
|
|
5057
|
-
export declare const HvPagination: ({ classes, className, id, pages, page, showPageSizeOptions, pageSizeOptions, pageSize, showPageJump, canPrevious, canNext, onPageChange, onPageSizeChange, labels: labelsProp, showPageProps, navigationProps, currentPageInputProps, ...others }: HvPaginationProps) => JSX_2.Element;
|
|
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;
|
|
5058
4889
|
|
|
5059
|
-
export declare
|
|
5060
|
-
/** Styles applied to the component root class. */
|
|
5061
|
-
root?: string;
|
|
5062
|
-
/** Styles applied to the page size selector container. */
|
|
5063
|
-
pageSizeOptions?: string;
|
|
5064
|
-
/** Styles applied to the page size selector dropdown element. */
|
|
5065
|
-
pageSizeOptionsSelect?: string;
|
|
5066
|
-
/** Styles applied to the element that holds the labels for the page size selector */
|
|
5067
|
-
pageSizeTextContainer?: string;
|
|
5068
|
-
/** Styles applied to the page navigation container. */
|
|
5069
|
-
pageNavigator?: string;
|
|
5070
|
-
/** Styles applied to the central page information container. */
|
|
5071
|
-
pageInfo?: string;
|
|
5072
|
-
/** Styles applied to the page selector input container. */
|
|
5073
|
-
pageJump?: string;
|
|
5074
|
-
/** Styles passed down to the page selector Input component as `input`. */
|
|
5075
|
-
pageSizeInput?: string;
|
|
5076
|
-
/** Styles passed down to the page selector Input root. */
|
|
5077
|
-
pageSizeInputRoot?: string;
|
|
5078
|
-
/** Styles passed down to the page selector Input component as `container`. */
|
|
5079
|
-
pageSizeInputContainer?: string;
|
|
5080
|
-
/** Styles applied to each navigation `HvButton` icon container. */
|
|
5081
|
-
iconContainer?: string;
|
|
5082
|
-
/** Styles applied to each navigation icon. */
|
|
5083
|
-
icon?: string;
|
|
5084
|
-
}
|
|
4890
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_10>;
|
|
5085
4891
|
|
|
5086
4892
|
export declare interface HvPaginationLabels {
|
|
5087
4893
|
/** The show label. */
|
|
@@ -5144,7 +4950,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
5144
4950
|
/** Extra properties passed to the input component representing the current pages. */
|
|
5145
4951
|
currentPageInputProps?: HvInputProps;
|
|
5146
4952
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5147
|
-
classes?: HvPaginationClasses
|
|
4953
|
+
classes?: Partial<HvPaginationClasses>;
|
|
5148
4954
|
}
|
|
5149
4955
|
|
|
5150
4956
|
/**
|
|
@@ -5277,50 +5083,12 @@ export declare interface HvProviderProps {
|
|
|
5277
5083
|
/**
|
|
5278
5084
|
* **HvQueryBuilder** component allows you to create conditions and group them using logical operators.
|
|
5279
5085
|
* It outputs a structured set of rules which can be easily parsed to create SQL/NoSQL/whatever queries.
|
|
5280
|
-
*
|
|
5281
|
-
* **PLEASE NOTE**: This component implementation is still a WIP. There might be breaking changes.
|
|
5282
5086
|
*/
|
|
5283
5087
|
export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
|
|
5284
5088
|
|
|
5285
|
-
export declare
|
|
5286
|
-
/** Styles applied to the component root class. */
|
|
5287
|
-
root?: string;
|
|
5288
|
-
/** Styles applied to the top group container. */
|
|
5289
|
-
topGroup?: string;
|
|
5290
|
-
/** Styles applied to the sub group containers. */
|
|
5291
|
-
subGroup?: string;
|
|
5292
|
-
/** Styles applied to the radio button+label topGroup when the radio button is disabled. */
|
|
5293
|
-
combinator?: string;
|
|
5294
|
-
/** Styles applied to the multi-button combinator container on the top group. */
|
|
5295
|
-
topCombinator?: string;
|
|
5296
|
-
/** Styles applied to each combinator button. */
|
|
5297
|
-
combinatorButton?: string;
|
|
5298
|
-
/** Styles applied to the remove button. */
|
|
5299
|
-
removeButton?: string;
|
|
5300
|
-
/** Styles applied to the remove button on the top group. */
|
|
5301
|
-
topRemoveButton?: string;
|
|
5302
|
-
/** Styles applied to the remove button when disabled on the top group. */
|
|
5303
|
-
topRemoveButtonDisabled?: string;
|
|
5304
|
-
/** Styles applied to the rules container. */
|
|
5305
|
-
rulesContainer?: string;
|
|
5306
|
-
/** Styles applied to the sub rules container. */
|
|
5307
|
-
subRulesContainer?: string;
|
|
5308
|
-
/** Styles applied to the action button container. */
|
|
5309
|
-
actionButtonContainer?: string;
|
|
5310
|
-
/** Styles applied to the top action button container. */
|
|
5311
|
-
topActionButtonContainer?: string;
|
|
5312
|
-
/** Styles applied to the top rules container. */
|
|
5313
|
-
topRulesContainer?: string;
|
|
5314
|
-
/** Styles applied to the background of buttons to remove transparency */
|
|
5315
|
-
buttonBackground?: string;
|
|
5316
|
-
}
|
|
5089
|
+
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_24>>;
|
|
5317
5090
|
|
|
5318
5091
|
export declare interface HvQueryBuilderProps {
|
|
5319
|
-
/**
|
|
5320
|
-
* Override or extend the styles applied to the component.
|
|
5321
|
-
* See CSS API tab for more details.
|
|
5322
|
-
*/
|
|
5323
|
-
classes?: HvQueryBuilderClasses;
|
|
5324
5092
|
attributes?: Record<string, Attribute>;
|
|
5325
5093
|
/**
|
|
5326
5094
|
* The query rules operators by attribute type and combinator.
|
|
@@ -5351,6 +5119,11 @@ export declare interface HvQueryBuilderProps {
|
|
|
5351
5119
|
* A flag indicating if the Query Builder is in read only mode.
|
|
5352
5120
|
*/
|
|
5353
5121
|
readOnly?: boolean;
|
|
5122
|
+
/**
|
|
5123
|
+
* Override or extend the styles applied to the component.
|
|
5124
|
+
* See CSS API tab for more details.
|
|
5125
|
+
*/
|
|
5126
|
+
classes?: HvQueryBuilderClasses;
|
|
5354
5127
|
}
|
|
5355
5128
|
|
|
5356
5129
|
/**
|
|
@@ -5629,16 +5402,9 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5629
5402
|
/**
|
|
5630
5403
|
* The horizontal scroll to element can be used to quickly navigate in a page.
|
|
5631
5404
|
*/
|
|
5632
|
-
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;
|
|
5633
5406
|
|
|
5634
|
-
export declare
|
|
5635
|
-
root?: string;
|
|
5636
|
-
positionSticky?: string;
|
|
5637
|
-
positionFixed?: string;
|
|
5638
|
-
notSelectedRoot?: string;
|
|
5639
|
-
notSelected?: string;
|
|
5640
|
-
selected?: string;
|
|
5641
|
-
}
|
|
5407
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_22>;
|
|
5642
5408
|
|
|
5643
5409
|
export declare interface HvScrollToHorizontalOption {
|
|
5644
5410
|
key?: string;
|
|
@@ -5689,13 +5455,9 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5689
5455
|
/**
|
|
5690
5456
|
* The vertical scroll to element can be used to quickly navigate in a page.
|
|
5691
5457
|
*/
|
|
5692
|
-
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;
|
|
5693
5459
|
|
|
5694
|
-
export declare
|
|
5695
|
-
root?: string;
|
|
5696
|
-
positionAbsolute?: string;
|
|
5697
|
-
positionFixed?: string;
|
|
5698
|
-
}
|
|
5460
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_20>;
|
|
5699
5461
|
|
|
5700
5462
|
export declare interface HvScrollToVerticalOption {
|
|
5701
5463
|
key?: string;
|
|
@@ -6395,58 +6157,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6395
6157
|
|
|
6396
6158
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6397
6159
|
|
|
6398
|
-
export declare
|
|
6399
|
-
/** Styles applied to the component root class. */
|
|
6400
|
-
root?: string;
|
|
6401
|
-
/** Styles applied to the cell when it's in the table head. */
|
|
6402
|
-
head?: string;
|
|
6403
|
-
/** Styles applied to the cell when it's in the table body. */
|
|
6404
|
-
body?: string;
|
|
6405
|
-
/** Styles applied to the cell when it's in the table footer. */
|
|
6406
|
-
footer?: string;
|
|
6407
|
-
/** Styles applied to the cell when it's part of a sticky column. */
|
|
6408
|
-
stickyColumn?: string;
|
|
6409
|
-
/** Styles applied to the cell when it's part of the last sticky to the left column. */
|
|
6410
|
-
stickyColumnMostLeft?: string;
|
|
6411
|
-
/** Styles applied to the cell when it's part of the first right sticky column. */
|
|
6412
|
-
stickyColumnLeastRight?: string;
|
|
6413
|
-
/** Styles applied to the cell when it's part of the first column in the group. */
|
|
6414
|
-
groupColumnMostLeft?: string;
|
|
6415
|
-
/** Styles applied to the cell when it's part of the last column in the group. */
|
|
6416
|
-
groupColumnMostRight?: string;
|
|
6417
|
-
/** Styles applied to the cell when it's part of a sorted column. */
|
|
6418
|
-
sorted?: string;
|
|
6419
|
-
/** Styles applied to the sort icon. */
|
|
6420
|
-
sortIcon?: string;
|
|
6421
|
-
/** Styles applied to the component root when it is left aligned */
|
|
6422
|
-
alignLeft?: string;
|
|
6423
|
-
/** Styles applied to the component root when it is right aligned */
|
|
6424
|
-
alignRight?: string;
|
|
6425
|
-
/** Styles applied to the component root when it is center aligned */
|
|
6426
|
-
alignCenter?: string;
|
|
6427
|
-
/** Styles applied to the component root when it is justified */
|
|
6428
|
-
alignJustify?: string;
|
|
6429
|
-
/** Styles applied to the component root when its variant is checkbox */
|
|
6430
|
-
variantCheckbox?: string;
|
|
6431
|
-
/** Styles applied to the component root when its variant is expand */
|
|
6432
|
-
variantExpand?: string;
|
|
6433
|
-
/** Styles applied to the component root when its variant is actions */
|
|
6434
|
-
variantActions?: string;
|
|
6435
|
-
/** Styles applied to the component root when its variant is none */
|
|
6436
|
-
variantNone?: string;
|
|
6437
|
-
/** Styles applied to the component root when its variant is list */
|
|
6438
|
-
variantList?: string;
|
|
6439
|
-
/** Styles applied to the cell when its variant is list and actions. */
|
|
6440
|
-
variantListactions?: string;
|
|
6441
|
-
/** Styles applied to the cell when its variant is list and checkbox. */
|
|
6442
|
-
variantListcheckbox?: string;
|
|
6443
|
-
/** Styles applied to the cell when its variant is list and the type is head . */
|
|
6444
|
-
variantListHead?: string;
|
|
6445
|
-
/** Styles applied to the cell when it's part of a resizable column. */
|
|
6446
|
-
resizable?: string;
|
|
6447
|
-
/** Styles applied to the cell when it's part of a resizing column. */
|
|
6448
|
-
resizing?: string;
|
|
6449
|
-
}
|
|
6160
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_15>;
|
|
6450
6161
|
|
|
6451
6162
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6452
6163
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6753,28 +6464,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6753
6464
|
*/
|
|
6754
6465
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6755
6466
|
|
|
6756
|
-
export declare
|
|
6757
|
-
/** Styles applied to the component root class. */
|
|
6758
|
-
root?: string;
|
|
6759
|
-
/** Styles applied to the component root when selected. */
|
|
6760
|
-
selected?: string;
|
|
6761
|
-
/** Styles applied to the component root when expanded. */
|
|
6762
|
-
expanded?: string;
|
|
6763
|
-
/** Styles applied to the component root when striped. */
|
|
6764
|
-
striped?: string;
|
|
6765
|
-
/** Styles applied to the component root on hover. */
|
|
6766
|
-
hover?: string;
|
|
6767
|
-
/** Styles applied to the component root when inside a `HvTableHead`. */
|
|
6768
|
-
head?: string;
|
|
6769
|
-
/** Styles applied to the component root when inside a `HvTableBody`. */
|
|
6770
|
-
body?: string;
|
|
6771
|
-
/** Styles applied to the component root when inside a `HvTableFooter`. */
|
|
6772
|
-
footer?: string;
|
|
6773
|
-
/** Styles applied to the component root when its table variant is list. */
|
|
6774
|
-
variantList?: string;
|
|
6775
|
-
/** Styles applied to the component root when its table variant is list. */
|
|
6776
|
-
variantListHead?: string;
|
|
6777
|
-
}
|
|
6467
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_14>;
|
|
6778
6468
|
|
|
6779
6469
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6780
6470
|
/** Content to be rendered */
|
|
@@ -7232,7 +6922,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
7232
6922
|
*/
|
|
7233
6923
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
7234
6924
|
|
|
7235
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6925
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_28>;
|
|
7236
6926
|
|
|
7237
6927
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
7238
6928
|
|
|
@@ -7240,7 +6930,7 @@ export declare interface HvTimePickerProps extends Omit<HvFormElementProps, "cla
|
|
|
7240
6930
|
/** Id to be applied to the form element root node. */
|
|
7241
6931
|
id?: string;
|
|
7242
6932
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7243
|
-
classes?:
|
|
6933
|
+
classes?: HvTimePickerClasses;
|
|
7244
6934
|
/** Current value of the element when _controlled_. Follows the 24-hour format. */
|
|
7245
6935
|
value?: HvTimePickerValue;
|
|
7246
6936
|
/** Initial value of the element when _uncontrolled_. Follows the 24-hour format. */
|
|
@@ -7971,12 +7661,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7971
7661
|
children?: React.ReactNode;
|
|
7972
7662
|
}
|
|
7973
7663
|
|
|
7974
|
-
export declare
|
|
7975
|
-
root?: string;
|
|
7976
|
-
notSelected?: string;
|
|
7977
|
-
button?: string;
|
|
7978
|
-
text?: string;
|
|
7979
|
-
}
|
|
7664
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_19>;
|
|
7980
7665
|
|
|
7981
7666
|
/**
|
|
7982
7667
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -8030,8 +7715,8 @@ export declare const inlineEditorClasses: {
|
|
|
8030
7715
|
text: "HvInlineEditor-text";
|
|
8031
7716
|
icon: "HvInlineEditor-icon";
|
|
8032
7717
|
root: "HvInlineEditor-root";
|
|
8033
|
-
inputRoot: "HvInlineEditor-inputRoot";
|
|
8034
7718
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7719
|
+
inputRoot: "HvInlineEditor-inputRoot";
|
|
8035
7720
|
largeText: "HvInlineEditor-largeText";
|
|
8036
7721
|
textEmpty: "HvInlineEditor-textEmpty";
|
|
8037
7722
|
iconVisible: "HvInlineEditor-iconVisible";
|
|
@@ -8043,20 +7728,20 @@ export declare const inputClasses: {
|
|
|
8043
7728
|
icon: "HvInput-icon";
|
|
8044
7729
|
error: "HvInput-error";
|
|
8045
7730
|
root: "HvInput-root";
|
|
7731
|
+
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
8046
7732
|
inputRoot: "HvInput-inputRoot";
|
|
8047
7733
|
inputRootFocused: "HvInput-inputRootFocused";
|
|
8048
7734
|
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
8049
7735
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
8050
|
-
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
8051
7736
|
description: "HvInput-description";
|
|
8052
7737
|
labelContainer: "HvInput-labelContainer";
|
|
8053
|
-
hasSuggestions: "HvInput-hasSuggestions";
|
|
8054
7738
|
adornmentsBox: "HvInput-adornmentsBox";
|
|
8055
7739
|
adornmentButton: "HvInput-adornmentButton";
|
|
8056
7740
|
iconClear: "HvInput-iconClear";
|
|
8057
|
-
|
|
7741
|
+
hasSuggestions: "HvInput-hasSuggestions";
|
|
8058
7742
|
suggestionsContainer: "HvInput-suggestionsContainer";
|
|
8059
7743
|
suggestionList: "HvInput-suggestionList";
|
|
7744
|
+
inputExtension: "HvInput-inputExtension";
|
|
8060
7745
|
};
|
|
8061
7746
|
|
|
8062
7747
|
export declare const isBrowser: (browsers: any) => boolean | null;
|
|
@@ -8321,8 +8006,8 @@ export declare const paginationClasses: {
|
|
|
8321
8006
|
root: "HvPagination-root";
|
|
8322
8007
|
iconContainer: "HvPagination-iconContainer";
|
|
8323
8008
|
pageSizeOptions: "HvPagination-pageSizeOptions";
|
|
8324
|
-
pageSizeOptionsSelect: "HvPagination-pageSizeOptionsSelect";
|
|
8325
8009
|
pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
|
|
8010
|
+
pageSizeOptionsSelect: "HvPagination-pageSizeOptionsSelect";
|
|
8326
8011
|
pageNavigator: "HvPagination-pageNavigator";
|
|
8327
8012
|
pageInfo: "HvPagination-pageInfo";
|
|
8328
8013
|
pageJump: "HvPagination-pageJump";
|
|
@@ -8375,12 +8060,12 @@ declare interface Query {
|
|
|
8375
8060
|
|
|
8376
8061
|
export declare const queryBuilderClasses: {
|
|
8377
8062
|
root: "HvQueryBuilder-root";
|
|
8378
|
-
|
|
8063
|
+
removeButton: "HvQueryBuilder-removeButton";
|
|
8379
8064
|
topGroup: "HvQueryBuilder-topGroup";
|
|
8380
8065
|
subGroup: "HvQueryBuilder-subGroup";
|
|
8066
|
+
combinator: "HvQueryBuilder-combinator";
|
|
8381
8067
|
topCombinator: "HvQueryBuilder-topCombinator";
|
|
8382
8068
|
combinatorButton: "HvQueryBuilder-combinatorButton";
|
|
8383
|
-
removeButton: "HvQueryBuilder-removeButton";
|
|
8384
8069
|
topRemoveButton: "HvQueryBuilder-topRemoveButton";
|
|
8385
8070
|
topRemoveButtonDisabled: "HvQueryBuilder-topRemoveButtonDisabled";
|
|
8386
8071
|
rulesContainer: "HvQueryBuilder-rulesContainer";
|
|
@@ -8645,180 +8330,6 @@ export declare const stackClasses: {
|
|
|
8645
8330
|
|
|
8646
8331
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
8647
8332
|
|
|
8648
|
-
declare const styles: {
|
|
8649
|
-
/** Styles applied to the component root class. */
|
|
8650
|
-
root: {
|
|
8651
|
-
display: "flex";
|
|
8652
|
-
alignItems: "stretch";
|
|
8653
|
-
flexDirection: "column";
|
|
8654
|
-
backgroundColor: string;
|
|
8655
|
-
margin: number;
|
|
8656
|
-
paddingTop: string;
|
|
8657
|
-
paddingBottom: string;
|
|
8658
|
-
};
|
|
8659
|
-
xs: {
|
|
8660
|
-
"&:not(._)": {
|
|
8661
|
-
padding: number;
|
|
8662
|
-
};
|
|
8663
|
-
"& $dots": {
|
|
8664
|
-
position: "relative";
|
|
8665
|
-
top: string;
|
|
8666
|
-
};
|
|
8667
|
-
"& $actions": {
|
|
8668
|
-
top: number;
|
|
8669
|
-
};
|
|
8670
|
-
"& $controls": {
|
|
8671
|
-
display: string;
|
|
8672
|
-
};
|
|
8673
|
-
};
|
|
8674
|
-
fullscreen: {
|
|
8675
|
-
width: string;
|
|
8676
|
-
height: string;
|
|
8677
|
-
position: "fixed";
|
|
8678
|
-
inset: number;
|
|
8679
|
-
zIndex: string;
|
|
8680
|
-
"&:not(._)": {
|
|
8681
|
-
padding: string;
|
|
8682
|
-
};
|
|
8683
|
-
};
|
|
8684
|
-
title: {
|
|
8685
|
-
display: "flex";
|
|
8686
|
-
justifyContent: "flex-start";
|
|
8687
|
-
marginBottom: string;
|
|
8688
|
-
};
|
|
8689
|
-
actions: {
|
|
8690
|
-
display: "flex";
|
|
8691
|
-
justifyContent: "flex-end";
|
|
8692
|
-
height: number;
|
|
8693
|
-
zIndex: number;
|
|
8694
|
-
position: "relative";
|
|
8695
|
-
top: string;
|
|
8696
|
-
};
|
|
8697
|
-
closeButton: {};
|
|
8698
|
-
mainContainer: {
|
|
8699
|
-
display: "flex";
|
|
8700
|
-
flexDirection: Property.FlexDirection | undefined;
|
|
8701
|
-
};
|
|
8702
|
-
controls: {
|
|
8703
|
-
display: "flex";
|
|
8704
|
-
alignItems: "center";
|
|
8705
|
-
height: number;
|
|
8706
|
-
justifyContent: string;
|
|
8707
|
-
backgroundColor: string;
|
|
8708
|
-
border: string;
|
|
8709
|
-
gap: string;
|
|
8710
|
-
"&:has($dots)": {
|
|
8711
|
-
justifyContent: "center";
|
|
8712
|
-
};
|
|
8713
|
-
};
|
|
8714
|
-
pageCounter: {};
|
|
8715
|
-
main: {
|
|
8716
|
-
padding: number;
|
|
8717
|
-
display: "flex";
|
|
8718
|
-
flexDirection: "column";
|
|
8719
|
-
position: "relative";
|
|
8720
|
-
"&:hover $slideControls": {
|
|
8721
|
-
opacity: number;
|
|
8722
|
-
};
|
|
8723
|
-
};
|
|
8724
|
-
mainXs: {};
|
|
8725
|
-
mainFullscreen: {
|
|
8726
|
-
maxHeight: string;
|
|
8727
|
-
};
|
|
8728
|
-
counterContainer: {
|
|
8729
|
-
position: "absolute";
|
|
8730
|
-
top: string;
|
|
8731
|
-
right: string;
|
|
8732
|
-
zIndex: number;
|
|
8733
|
-
display: string;
|
|
8734
|
-
};
|
|
8735
|
-
counter: {
|
|
8736
|
-
color: string;
|
|
8737
|
-
backgroundColor: string;
|
|
8738
|
-
padding: string;
|
|
8739
|
-
};
|
|
8740
|
-
slideControls: {
|
|
8741
|
-
position: "absolute";
|
|
8742
|
-
left: number;
|
|
8743
|
-
right: number;
|
|
8744
|
-
top: string;
|
|
8745
|
-
padding: string;
|
|
8746
|
-
display: "flex";
|
|
8747
|
-
flexDirection: "row";
|
|
8748
|
-
alignItems: "center";
|
|
8749
|
-
justifyContent: "space-between";
|
|
8750
|
-
opacity: number;
|
|
8751
|
-
"& button": {
|
|
8752
|
-
zIndex: number;
|
|
8753
|
-
};
|
|
8754
|
-
"&:focus-within": {
|
|
8755
|
-
opacity: number;
|
|
8756
|
-
};
|
|
8757
|
-
};
|
|
8758
|
-
slidesViewport: {
|
|
8759
|
-
overflow: "hidden";
|
|
8760
|
-
};
|
|
8761
|
-
slidesContainer: {
|
|
8762
|
-
display: "flex";
|
|
8763
|
-
flexDirection: "row";
|
|
8764
|
-
height: string;
|
|
8765
|
-
};
|
|
8766
|
-
dots: {
|
|
8767
|
-
display: "flex";
|
|
8768
|
-
alignItems: "center";
|
|
8769
|
-
justifyContent: "center";
|
|
8770
|
-
gap: string;
|
|
8771
|
-
height: string;
|
|
8772
|
-
};
|
|
8773
|
-
dotsXs: {};
|
|
8774
|
-
dot: {
|
|
8775
|
-
width: number;
|
|
8776
|
-
height: number;
|
|
8777
|
-
margin: string;
|
|
8778
|
-
borderRadius: string;
|
|
8779
|
-
backgroundColor: string;
|
|
8780
|
-
};
|
|
8781
|
-
dotSelected: {
|
|
8782
|
-
width: number;
|
|
8783
|
-
height: number;
|
|
8784
|
-
backgroundColor: string;
|
|
8785
|
-
};
|
|
8786
|
-
panel: {
|
|
8787
|
-
display: "flex";
|
|
8788
|
-
width: string;
|
|
8789
|
-
overflowX: "auto";
|
|
8790
|
-
overflowY: "hidden";
|
|
8791
|
-
padding: string;
|
|
8792
|
-
};
|
|
8793
|
-
thumbnail: {
|
|
8794
|
-
height: string;
|
|
8795
|
-
padding: number;
|
|
8796
|
-
"& img": {
|
|
8797
|
-
width: string;
|
|
8798
|
-
height: string;
|
|
8799
|
-
textAlign: "center";
|
|
8800
|
-
aspectRatio: "16/9";
|
|
8801
|
-
opacity: "50%";
|
|
8802
|
-
borderRadius: string;
|
|
8803
|
-
};
|
|
8804
|
-
};
|
|
8805
|
-
thumbnailSelected: {
|
|
8806
|
-
"& img": {
|
|
8807
|
-
border: string;
|
|
8808
|
-
opacity: "100%";
|
|
8809
|
-
};
|
|
8810
|
-
};
|
|
8811
|
-
};
|
|
8812
|
-
|
|
8813
|
-
declare const styles_2: {
|
|
8814
|
-
slide: {};
|
|
8815
|
-
image: {
|
|
8816
|
-
aspectRatio: "16/9";
|
|
8817
|
-
width: string;
|
|
8818
|
-
height: string;
|
|
8819
|
-
};
|
|
8820
|
-
};
|
|
8821
|
-
|
|
8822
8333
|
export declare const suggestionsClasses: {
|
|
8823
8334
|
list: "HvSuggestions-list";
|
|
8824
8335
|
root: "HvSuggestions-root";
|
|
@@ -8859,19 +8370,18 @@ export declare const tableCellClasses: {
|
|
|
8859
8370
|
groupColumnMostLeft: "HvTableCell-groupColumnMostLeft";
|
|
8860
8371
|
groupColumnMostRight: "HvTableCell-groupColumnMostRight";
|
|
8861
8372
|
resizing: "HvTableCell-resizing";
|
|
8862
|
-
sortIcon: "HvTableCell-sortIcon";
|
|
8863
8373
|
alignLeft: "HvTableCell-alignLeft";
|
|
8864
|
-
alignRight: "HvTableCell-alignRight";
|
|
8865
8374
|
alignCenter: "HvTableCell-alignCenter";
|
|
8375
|
+
alignRight: "HvTableCell-alignRight";
|
|
8866
8376
|
alignJustify: "HvTableCell-alignJustify";
|
|
8377
|
+
variantNone: "HvTableCell-variantNone";
|
|
8867
8378
|
variantCheckbox: "HvTableCell-variantCheckbox";
|
|
8868
|
-
variantExpand: "HvTableCell-variantExpand";
|
|
8869
8379
|
variantActions: "HvTableCell-variantActions";
|
|
8870
|
-
|
|
8380
|
+
variantExpand: "HvTableCell-variantExpand";
|
|
8871
8381
|
variantList: "HvTableCell-variantList";
|
|
8382
|
+
variantListHead: "HvTableCell-variantListHead";
|
|
8872
8383
|
variantListactions: "HvTableCell-variantListactions";
|
|
8873
8384
|
variantListcheckbox: "HvTableCell-variantListcheckbox";
|
|
8874
|
-
variantListHead: "HvTableCell-variantListHead";
|
|
8875
8385
|
};
|
|
8876
8386
|
|
|
8877
8387
|
export declare const tableClasses: {
|
|
@@ -8905,21 +8415,21 @@ export declare const tableHeaderClasses: {
|
|
|
8905
8415
|
groupColumnMostLeft: "HvTableHeader-groupColumnMostLeft";
|
|
8906
8416
|
groupColumnMostRight: "HvTableHeader-groupColumnMostRight";
|
|
8907
8417
|
resizing: "HvTableHeader-resizing";
|
|
8908
|
-
sortIcon: "HvTableHeader-sortIcon";
|
|
8909
8418
|
alignLeft: "HvTableHeader-alignLeft";
|
|
8910
|
-
alignRight: "HvTableHeader-alignRight";
|
|
8911
8419
|
alignCenter: "HvTableHeader-alignCenter";
|
|
8420
|
+
alignRight: "HvTableHeader-alignRight";
|
|
8912
8421
|
alignJustify: "HvTableHeader-alignJustify";
|
|
8422
|
+
variantNone: "HvTableHeader-variantNone";
|
|
8913
8423
|
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
8914
|
-
variantExpand: "HvTableHeader-variantExpand";
|
|
8915
8424
|
variantActions: "HvTableHeader-variantActions";
|
|
8916
|
-
|
|
8425
|
+
variantExpand: "HvTableHeader-variantExpand";
|
|
8917
8426
|
variantList: "HvTableHeader-variantList";
|
|
8918
8427
|
headerContent: "HvTableHeader-headerContent";
|
|
8919
8428
|
headerText: "HvTableHeader-headerText";
|
|
8920
8429
|
headerParagraph: "HvTableHeader-headerParagraph";
|
|
8921
8430
|
sortableHeaderText: "HvTableHeader-sortableHeaderText";
|
|
8922
8431
|
sortButton: "HvTableHeader-sortButton";
|
|
8432
|
+
sortIcon: "HvTableHeader-sortIcon";
|
|
8923
8433
|
alignFlexLeft: "HvTableHeader-alignFlexLeft";
|
|
8924
8434
|
alignFlexRight: "HvTableHeader-alignFlexRight";
|
|
8925
8435
|
alignFlexCenter: "HvTableHeader-alignFlexCenter";
|
|
@@ -8972,9 +8482,9 @@ export declare const tagsInputClasses: {
|
|
|
8972
8482
|
resizable: "HvTagsInput-resizable";
|
|
8973
8483
|
description: "HvTagsInput-description";
|
|
8974
8484
|
labelContainer: "HvTagsInput-labelContainer";
|
|
8975
|
-
inputExtension: "HvTagsInput-inputExtension";
|
|
8976
8485
|
suggestionsContainer: "HvTagsInput-suggestionsContainer";
|
|
8977
8486
|
suggestionList: "HvTagsInput-suggestionList";
|
|
8487
|
+
inputExtension: "HvTagsInput-inputExtension";
|
|
8978
8488
|
chipRoot: "HvTagsInput-chipRoot";
|
|
8979
8489
|
listItemGutters: "HvTagsInput-listItemGutters";
|
|
8980
8490
|
listItemRoot: "HvTagsInput-listItemRoot";
|
|
@@ -9022,9 +8532,9 @@ export declare const timePickerClasses: {
|
|
|
9022
8532
|
root: "HvTimerPicker-root";
|
|
9023
8533
|
description: "HvTimerPicker-description";
|
|
9024
8534
|
labelContainer: "HvTimerPicker-labelContainer";
|
|
9025
|
-
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
9026
8535
|
dropdownHeaderInvalid: "HvTimerPicker-dropdownHeaderInvalid";
|
|
9027
8536
|
dropdownHeaderOpen: "HvTimerPicker-dropdownHeaderOpen";
|
|
8537
|
+
dropdownHeader: "HvTimerPicker-dropdownHeader";
|
|
9028
8538
|
placeholderDisabled: "HvTimerPicker-placeholderDisabled";
|
|
9029
8539
|
dropdownPanel: "HvTimerPicker-dropdownPanel";
|
|
9030
8540
|
timePopperContainer: "HvTimerPicker-timePopperContainer";
|
|
@@ -9104,9 +8614,24 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
9104
8614
|
pluginName: string;
|
|
9105
8615
|
};
|
|
9106
8616
|
|
|
9107
|
-
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>>) => {
|
|
9108
8618
|
classes: {
|
|
8619
|
+
input: string;
|
|
8620
|
+
disabled: string;
|
|
8621
|
+
readOnly: string;
|
|
8622
|
+
invalid: string;
|
|
9109
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;
|
|
9110
8635
|
};
|
|
9111
8636
|
css: {
|
|
9112
8637
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9115,7 +8640,29 @@ declare const useClasses: (classesProp?: Partial<Record<"root", string>>) => {
|
|
|
9115
8640
|
cx: (...args: any) => string;
|
|
9116
8641
|
};
|
|
9117
8642
|
|
|
9118
|
-
declare const
|
|
8643
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
|
|
8644
|
+
classes: {
|
|
8645
|
+
icon: string;
|
|
8646
|
+
root: string;
|
|
8647
|
+
iconContainer: string;
|
|
8648
|
+
pageSizeOptions: string;
|
|
8649
|
+
pageSizeTextContainer: string;
|
|
8650
|
+
pageSizeOptionsSelect: string;
|
|
8651
|
+
pageNavigator: string;
|
|
8652
|
+
pageInfo: string;
|
|
8653
|
+
pageJump: string;
|
|
8654
|
+
pageSizeInput: string;
|
|
8655
|
+
pageSizeInputRoot: string;
|
|
8656
|
+
pageSizeInputContainer: string;
|
|
8657
|
+
};
|
|
8658
|
+
css: {
|
|
8659
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8660
|
+
(...args: CSSInterpolation[]): string;
|
|
8661
|
+
};
|
|
8662
|
+
cx: (...args: any) => string;
|
|
8663
|
+
};
|
|
8664
|
+
|
|
8665
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
|
|
9119
8666
|
classes: {
|
|
9120
8667
|
root: string;
|
|
9121
8668
|
rootClosed: string;
|
|
@@ -9129,7 +8676,21 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9129
8676
|
cx: (...args: any) => string;
|
|
9130
8677
|
};
|
|
9131
8678
|
|
|
9132
|
-
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>>) => {
|
|
9133
8694
|
classes: {
|
|
9134
8695
|
default: string;
|
|
9135
8696
|
action: string;
|
|
@@ -9148,7 +8709,302 @@ declare const useClasses_3: (classesProp?: Partial<Record<"default" | "action" |
|
|
|
9148
8709
|
cx: (...args: any) => string;
|
|
9149
8710
|
};
|
|
9150
8711
|
|
|
9151
|
-
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>>) => {
|
|
8914
|
+
classes: {
|
|
8915
|
+
root: string;
|
|
8916
|
+
removeButton: string;
|
|
8917
|
+
topGroup: string;
|
|
8918
|
+
subGroup: string;
|
|
8919
|
+
combinator: string;
|
|
8920
|
+
topCombinator: string;
|
|
8921
|
+
combinatorButton: string;
|
|
8922
|
+
topRemoveButton: string;
|
|
8923
|
+
topRemoveButtonDisabled: string;
|
|
8924
|
+
rulesContainer: string;
|
|
8925
|
+
subRulesContainer: string;
|
|
8926
|
+
actionButtonContainer: string;
|
|
8927
|
+
topActionButtonContainer: string;
|
|
8928
|
+
topRulesContainer: string;
|
|
8929
|
+
buttonBackground: string;
|
|
8930
|
+
};
|
|
8931
|
+
css: {
|
|
8932
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8933
|
+
(...args: CSSInterpolation[]): string;
|
|
8934
|
+
};
|
|
8935
|
+
cx: (...args: any) => string;
|
|
8936
|
+
};
|
|
8937
|
+
|
|
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>>) => {
|
|
9152
9008
|
classes: {
|
|
9153
9009
|
placeholder: string;
|
|
9154
9010
|
label: string;
|
|
@@ -9157,9 +9013,9 @@ declare const useClasses_4: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9157
9013
|
root: string;
|
|
9158
9014
|
description: string;
|
|
9159
9015
|
labelContainer: string;
|
|
9160
|
-
dropdownHeader: string;
|
|
9161
9016
|
dropdownHeaderInvalid: string;
|
|
9162
9017
|
dropdownHeaderOpen: string;
|
|
9018
|
+
dropdownHeader: string;
|
|
9163
9019
|
placeholderDisabled: string;
|
|
9164
9020
|
dropdownPanel: string;
|
|
9165
9021
|
timePopperContainer: string;
|
|
@@ -9171,6 +9027,122 @@ declare const useClasses_4: (classesProp?: Partial<Record<"placeholder" | "label
|
|
|
9171
9027
|
cx: (...args: any) => string;
|
|
9172
9028
|
};
|
|
9173
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
|
+
|
|
9174
9146
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9175
9147
|
|
|
9176
9148
|
export declare function useComputation(valueFn: any, valueFallback?: any): any[];
|