@hitachivantara/uikit-react-core 5.24.0 → 5.24.2
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/AppSwitcher/Action/Action.cjs +32 -17
- package/dist/cjs/components/AppSwitcher/Action/Action.cjs.map +1 -1
- package/dist/cjs/components/BulkActions/BulkActions.cjs +2 -6
- package/dist/cjs/components/BulkActions/BulkActions.cjs.map +1 -1
- package/dist/cjs/components/Card/Card.styles.cjs +1 -1
- package/dist/cjs/components/Card/Card.styles.cjs.map +1 -1
- package/dist/cjs/components/Card/Header/Header.cjs +1 -1
- package/dist/cjs/components/Card/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/CheckBoxGroup/CheckBoxGroup.styles.cjs +0 -4
- package/dist/cjs/components/CheckBoxGroup/CheckBoxGroup.styles.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs +1 -1
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.cjs +2 -2
- package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.cjs +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.cjs.map +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/Dropdown.cjs +46 -29
- package/dist/cjs/components/Dropdown/Dropdown.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/Dropdown.styles.cjs +42 -123
- package/dist/cjs/components/Dropdown/Dropdown.styles.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/List/List.cjs +33 -20
- package/dist/cjs/components/Dropdown/List/List.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/List/List.styles.cjs +19 -84
- package/dist/cjs/components/Dropdown/List/List.styles.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/Counter/Counter.cjs +1 -1
- package/dist/cjs/components/FilterGroup/Counter/Counter.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs +1 -1
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.styles.cjs +0 -4
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.styles.cjs.map +1 -1
- package/dist/cjs/components/Footer/Footer.cjs +22 -19
- package/dist/cjs/components/Footer/Footer.cjs.map +1 -1
- package/dist/cjs/components/Footer/Footer.styles.cjs +53 -104
- package/dist/cjs/components/Footer/Footer.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/Adornment/Adornment.cjs +18 -13
- package/dist/cjs/components/Forms/Adornment/Adornment.cjs.map +1 -1
- package/dist/cjs/components/Forms/Adornment/Adornment.styles.cjs +29 -77
- package/dist/cjs/components/Forms/Adornment/Adornment.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/CharCounter/CharCounter.cjs +22 -15
- package/dist/cjs/components/Forms/CharCounter/CharCounter.cjs.map +1 -1
- package/dist/cjs/components/Forms/CharCounter/CharCounter.styles.cjs +17 -51
- package/dist/cjs/components/Forms/CharCounter/CharCounter.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/FormElement/FormElement.cjs +8 -4
- package/dist/cjs/components/Forms/FormElement/FormElement.cjs.map +1 -1
- package/dist/cjs/components/Forms/FormElement/FormElement.styles.cjs +12 -0
- package/dist/cjs/components/Forms/FormElement/FormElement.styles.cjs.map +1 -0
- package/dist/cjs/components/Forms/InfoMessage/InfoMessage.cjs +13 -8
- package/dist/cjs/components/Forms/InfoMessage/InfoMessage.cjs.map +1 -1
- package/dist/cjs/components/Forms/InfoMessage/InfoMessage.styles.cjs +14 -34
- package/dist/cjs/components/Forms/InfoMessage/InfoMessage.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/Label/Label.cjs +12 -7
- package/dist/cjs/components/Forms/Label/Label.cjs.map +1 -1
- package/dist/cjs/components/Forms/Label/Label.styles.cjs +14 -34
- package/dist/cjs/components/Forms/Label/Label.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs +13 -9
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs.map +1 -1
- package/dist/cjs/components/Forms/Suggestions/Suggestions.styles.cjs +22 -46
- package/dist/cjs/components/Forms/Suggestions/Suggestions.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/WarningText/WarningText.cjs +21 -14
- package/dist/cjs/components/Forms/WarningText/WarningText.cjs.map +1 -1
- package/dist/cjs/components/Forms/WarningText/WarningText.styles.cjs +25 -70
- package/dist/cjs/components/Forms/WarningText/WarningText.styles.cjs.map +1 -1
- package/dist/cjs/components/GlobalActions/GlobalActions.cjs +38 -17
- package/dist/cjs/components/GlobalActions/GlobalActions.cjs.map +1 -1
- package/dist/cjs/components/GlobalActions/GlobalActions.styles.cjs +42 -89
- package/dist/cjs/components/GlobalActions/GlobalActions.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Actions/Actions.cjs +8 -5
- package/dist/cjs/components/Header/Actions/Actions.cjs.map +1 -1
- package/dist/cjs/components/Header/Actions/Actions.styles.cjs +18 -22
- package/dist/cjs/components/Header/Actions/Actions.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Brand/Brand.cjs +17 -8
- package/dist/cjs/components/Header/Brand/Brand.cjs.map +1 -1
- package/dist/cjs/components/Header/Brand/Brand.styles.cjs +17 -49
- package/dist/cjs/components/Header/Brand/Brand.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Header.cjs +18 -8
- package/dist/cjs/components/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/Header/Header.styles.cjs +31 -72
- package/dist/cjs/components/Header/Header.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuBar/Bar.cjs +14 -9
- package/dist/cjs/components/Header/Navigation/MenuBar/Bar.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuBar/Bar.styles.cjs +41 -69
- package/dist/cjs/components/Header/Navigation/MenuBar/Bar.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +18 -10
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.styles.cjs +75 -152
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.styles.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/Navigation.cjs +8 -5
- package/dist/cjs/components/Header/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/Navigation.styles.cjs +15 -20
- package/dist/cjs/components/Header/Navigation/Navigation.styles.cjs.map +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs.map +1 -1
- package/dist/cjs/components/Input/Input.cjs +2 -2
- package/dist/cjs/components/Input/Input.cjs.map +1 -1
- package/dist/cjs/components/Input/Input.styles.cjs +3 -2
- package/dist/cjs/components/Input/Input.styles.cjs.map +1 -1
- package/dist/cjs/components/List/List.styles.cjs +11 -26
- package/dist/cjs/components/List/List.styles.cjs.map +1 -1
- package/dist/cjs/components/Loading/Loading.cjs +18 -13
- package/dist/cjs/components/Loading/Loading.cjs.map +1 -1
- package/dist/cjs/components/Loading/Loading.styles.cjs +44 -96
- package/dist/cjs/components/Loading/Loading.styles.cjs.map +1 -1
- package/dist/cjs/components/Login/Login.cjs +10 -7
- package/dist/cjs/components/Login/Login.cjs.map +1 -1
- package/dist/cjs/components/Login/Login.styles.cjs +22 -32
- package/dist/cjs/components/Login/Login.styles.cjs.map +1 -1
- package/dist/cjs/components/Panel/Panel.cjs +8 -5
- package/dist/cjs/components/Panel/Panel.cjs.map +1 -1
- package/dist/cjs/components/Panel/Panel.styles.cjs +14 -15
- package/dist/cjs/components/Panel/Panel.styles.cjs.map +1 -1
- package/dist/cjs/components/ProgressBar/ProgressBar.cjs +20 -14
- package/dist/cjs/components/ProgressBar/ProgressBar.cjs.map +1 -1
- package/dist/cjs/components/ProgressBar/ProgressBar.styles.cjs +39 -93
- package/dist/cjs/components/ProgressBar/ProgressBar.styles.cjs.map +1 -1
- package/dist/cjs/components/RadioGroup/RadioGroup.styles.cjs +0 -4
- package/dist/cjs/components/RadioGroup/RadioGroup.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs +1 -1
- package/dist/cjs/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.cjs +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.cjs.map +1 -1
- package/dist/cjs/components/SelectionList/SelectionList.cjs +25 -15
- package/dist/cjs/components/SelectionList/SelectionList.cjs.map +1 -1
- package/dist/cjs/components/SelectionList/SelectionList.styles.cjs +41 -119
- package/dist/cjs/components/SelectionList/SelectionList.styles.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContent/SnackbarContent.cjs +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContent/SnackbarContent.cjs.map +1 -1
- package/dist/cjs/components/Stack/Stack.cjs +8 -7
- package/dist/cjs/components/Stack/Stack.cjs.map +1 -1
- package/dist/cjs/components/Stack/Stack.styles.cjs +18 -37
- package/dist/cjs/components/Stack/Stack.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/Table.cjs +13 -59
- package/dist/cjs/components/Table/Table.cjs.map +1 -1
- package/dist/cjs/components/Table/Table.styles.cjs +34 -0
- package/dist/cjs/components/Table/Table.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableBody/TableBody.cjs +9 -26
- package/dist/cjs/components/Table/TableBody/TableBody.cjs.map +1 -1
- package/dist/cjs/components/Table/TableBody/TableBody.styles.cjs +16 -0
- package/dist/cjs/components/Table/TableBody/TableBody.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableCell/TableCell.cjs +13 -46
- package/dist/cjs/components/Table/TableCell/TableCell.cjs.map +1 -1
- package/dist/cjs/components/Table/TableContainer/TableContainer.cjs +9 -26
- package/dist/cjs/components/Table/TableContainer/TableContainer.cjs.map +1 -1
- package/dist/cjs/components/Table/TableContainer/TableContainer.styles.cjs +17 -0
- package/dist/cjs/components/Table/TableContainer/TableContainer.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableHead/TableHead.cjs +11 -39
- package/dist/cjs/components/Table/TableHead/TableHead.cjs.map +1 -1
- package/dist/cjs/components/Table/TableHead/TableHead.styles.cjs +17 -0
- package/dist/cjs/components/Table/TableHead/TableHead.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableHeader/TableHeader.cjs +44 -218
- package/dist/cjs/components/Table/TableHeader/TableHeader.cjs.map +1 -1
- package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs +178 -101
- package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.cjs +18 -51
- package/dist/cjs/components/Table/TableRow/TableRow.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.styles.cjs +7 -34
- package/dist/cjs/components/Table/TableRow/TableRow.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/hooks/useSticky.cjs +5 -1
- package/dist/cjs/components/Table/hooks/useSticky.cjs.map +1 -1
- package/dist/cjs/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.cjs +18 -3
- package/dist/cjs/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.cjs.map +1 -1
- package/dist/cjs/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.styles.cjs +23 -50
- package/dist/cjs/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.cjs +8 -2
- package/dist/cjs/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.cjs.map +1 -1
- package/dist/cjs/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.styles.cjs +18 -36
- package/dist/cjs/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.styles.cjs.map +1 -1
- package/dist/cjs/components/Table/utils/utils.cjs +15 -42
- package/dist/cjs/components/Table/utils/utils.cjs.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.cjs +11 -8
- package/dist/cjs/components/Tabs/Tabs.cjs.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.styles.cjs +16 -20
- package/dist/cjs/components/Tabs/Tabs.styles.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs +2 -2
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs.map +1 -1
- package/dist/cjs/components/TextArea/TextArea.cjs +32 -21
- package/dist/cjs/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/cjs/components/TextArea/TextArea.styles.cjs +45 -142
- package/dist/cjs/components/TextArea/TextArea.styles.cjs.map +1 -1
- package/dist/cjs/components/TimeAgo/TimeAgo.cjs +4 -2
- package/dist/cjs/components/TimeAgo/TimeAgo.cjs.map +1 -1
- package/dist/cjs/components/Typography/Typography.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +4 -11
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs +1 -9
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs.map +1 -1
- package/dist/cjs/index.cjs +60 -60
- package/dist/esm/components/AppSwitcher/Action/Action.js +34 -19
- package/dist/esm/components/AppSwitcher/Action/Action.js.map +1 -1
- package/dist/esm/components/BulkActions/BulkActions.js +3 -8
- package/dist/esm/components/BulkActions/BulkActions.js.map +1 -1
- package/dist/esm/components/Card/Card.styles.js +1 -1
- package/dist/esm/components/Card/Card.styles.js.map +1 -1
- package/dist/esm/components/Card/Header/Header.js +1 -1
- package/dist/esm/components/Card/Header/Header.js.map +1 -1
- package/dist/esm/components/CheckBoxGroup/CheckBoxGroup.styles.js +0 -4
- package/dist/esm/components/CheckBoxGroup/CheckBoxGroup.styles.js.map +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/esm/components/ColorPicker/Fields/Fields.js +1 -1
- package/dist/esm/components/ColorPicker/Fields/Fields.js.map +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +2 -2
- package/dist/esm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.js +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.js.map +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js.map +1 -1
- package/dist/esm/components/Dropdown/Dropdown.js +48 -31
- package/dist/esm/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/components/Dropdown/Dropdown.styles.js +42 -121
- package/dist/esm/components/Dropdown/Dropdown.styles.js.map +1 -1
- package/dist/esm/components/Dropdown/List/List.js +36 -22
- package/dist/esm/components/Dropdown/List/List.js.map +1 -1
- package/dist/esm/components/Dropdown/List/List.styles.js +19 -82
- package/dist/esm/components/Dropdown/List/List.styles.js.map +1 -1
- package/dist/esm/components/FilterGroup/Counter/Counter.js +1 -1
- package/dist/esm/components/FilterGroup/Counter/Counter.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterGroup.js +1 -1
- package/dist/esm/components/FilterGroup/FilterGroup.js.map +1 -1
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.styles.js +0 -4
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.styles.js.map +1 -1
- package/dist/esm/components/Footer/Footer.js +25 -21
- package/dist/esm/components/Footer/Footer.js.map +1 -1
- package/dist/esm/components/Footer/Footer.styles.js +53 -102
- package/dist/esm/components/Footer/Footer.styles.js.map +1 -1
- package/dist/esm/components/Forms/Adornment/Adornment.js +21 -15
- package/dist/esm/components/Forms/Adornment/Adornment.js.map +1 -1
- package/dist/esm/components/Forms/Adornment/Adornment.styles.js +29 -75
- package/dist/esm/components/Forms/Adornment/Adornment.styles.js.map +1 -1
- package/dist/esm/components/Forms/CharCounter/CharCounter.js +25 -17
- package/dist/esm/components/Forms/CharCounter/CharCounter.js.map +1 -1
- package/dist/esm/components/Forms/CharCounter/CharCounter.styles.js +17 -49
- package/dist/esm/components/Forms/CharCounter/CharCounter.styles.js.map +1 -1
- package/dist/esm/components/Forms/FormElement/FormElement.js +10 -5
- package/dist/esm/components/Forms/FormElement/FormElement.js.map +1 -1
- package/dist/esm/components/Forms/FormElement/FormElement.styles.js +12 -0
- package/dist/esm/components/Forms/FormElement/FormElement.styles.js.map +1 -0
- package/dist/esm/components/Forms/InfoMessage/InfoMessage.js +16 -10
- package/dist/esm/components/Forms/InfoMessage/InfoMessage.js.map +1 -1
- package/dist/esm/components/Forms/InfoMessage/InfoMessage.styles.js +14 -32
- package/dist/esm/components/Forms/InfoMessage/InfoMessage.styles.js.map +1 -1
- package/dist/esm/components/Forms/Label/Label.js +15 -9
- package/dist/esm/components/Forms/Label/Label.js.map +1 -1
- package/dist/esm/components/Forms/Label/Label.styles.js +14 -32
- package/dist/esm/components/Forms/Label/Label.styles.js.map +1 -1
- package/dist/esm/components/Forms/Suggestions/Suggestions.js +17 -12
- package/dist/esm/components/Forms/Suggestions/Suggestions.js.map +1 -1
- package/dist/esm/components/Forms/Suggestions/Suggestions.styles.js +22 -44
- package/dist/esm/components/Forms/Suggestions/Suggestions.styles.js.map +1 -1
- package/dist/esm/components/Forms/WarningText/WarningText.js +24 -16
- package/dist/esm/components/Forms/WarningText/WarningText.js.map +1 -1
- package/dist/esm/components/Forms/WarningText/WarningText.styles.js +25 -68
- package/dist/esm/components/Forms/WarningText/WarningText.styles.js.map +1 -1
- package/dist/esm/components/GlobalActions/GlobalActions.js +44 -22
- package/dist/esm/components/GlobalActions/GlobalActions.js.map +1 -1
- package/dist/esm/components/GlobalActions/GlobalActions.styles.js +42 -87
- package/dist/esm/components/GlobalActions/GlobalActions.styles.js.map +1 -1
- package/dist/esm/components/Header/Actions/Actions.js +11 -7
- package/dist/esm/components/Header/Actions/Actions.js.map +1 -1
- package/dist/esm/components/Header/Actions/Actions.styles.js +19 -21
- package/dist/esm/components/Header/Actions/Actions.styles.js.map +1 -1
- package/dist/esm/components/Header/Brand/Brand.js +20 -10
- package/dist/esm/components/Header/Brand/Brand.js.map +1 -1
- package/dist/esm/components/Header/Brand/Brand.styles.js +17 -47
- package/dist/esm/components/Header/Brand/Brand.styles.js.map +1 -1
- package/dist/esm/components/Header/Header.js +21 -10
- package/dist/esm/components/Header/Header.js.map +1 -1
- package/dist/esm/components/Header/Header.styles.js +31 -70
- package/dist/esm/components/Header/Header.styles.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuBar/Bar.js +17 -11
- package/dist/esm/components/Header/Navigation/MenuBar/Bar.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuBar/Bar.styles.js +41 -67
- package/dist/esm/components/Header/Navigation/MenuBar/Bar.styles.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +21 -12
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.styles.js +75 -150
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.styles.js.map +1 -1
- package/dist/esm/components/Header/Navigation/Navigation.js +11 -7
- package/dist/esm/components/Header/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Header/Navigation/Navigation.styles.js +15 -18
- package/dist/esm/components/Header/Navigation/Navigation.styles.js.map +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.js +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.js.map +1 -1
- package/dist/esm/components/Input/Input.js +2 -2
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/Input.styles.js +3 -2
- package/dist/esm/components/Input/Input.styles.js.map +1 -1
- package/dist/esm/components/List/List.styles.js +11 -26
- package/dist/esm/components/List/List.styles.js.map +1 -1
- package/dist/esm/components/Loading/Loading.js +21 -15
- package/dist/esm/components/Loading/Loading.js.map +1 -1
- package/dist/esm/components/Loading/Loading.styles.js +44 -94
- package/dist/esm/components/Loading/Loading.styles.js.map +1 -1
- package/dist/esm/components/Login/Login.js +13 -9
- package/dist/esm/components/Login/Login.js.map +1 -1
- package/dist/esm/components/Login/Login.styles.js +22 -30
- package/dist/esm/components/Login/Login.styles.js.map +1 -1
- package/dist/esm/components/Panel/Panel.js +11 -7
- package/dist/esm/components/Panel/Panel.js.map +1 -1
- package/dist/esm/components/Panel/Panel.styles.js +14 -13
- package/dist/esm/components/Panel/Panel.styles.js.map +1 -1
- package/dist/esm/components/ProgressBar/ProgressBar.js +23 -16
- package/dist/esm/components/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/esm/components/ProgressBar/ProgressBar.styles.js +39 -91
- package/dist/esm/components/ProgressBar/ProgressBar.styles.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.styles.js +0 -4
- package/dist/esm/components/RadioGroup/RadioGroup.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js +1 -1
- package/dist/esm/components/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js +1 -1
- package/dist/esm/components/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js.map +1 -1
- package/dist/esm/components/SelectionList/SelectionList.js +28 -17
- package/dist/esm/components/SelectionList/SelectionList.js.map +1 -1
- package/dist/esm/components/SelectionList/SelectionList.styles.js +41 -117
- package/dist/esm/components/SelectionList/SelectionList.styles.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarContent/SnackbarContent.js +1 -1
- package/dist/esm/components/Snackbar/SnackbarContent/SnackbarContent.js.map +1 -1
- package/dist/esm/components/Stack/Stack.js +11 -9
- package/dist/esm/components/Stack/Stack.js.map +1 -1
- package/dist/esm/components/Stack/Stack.styles.js +18 -35
- package/dist/esm/components/Stack/Stack.styles.js.map +1 -1
- package/dist/esm/components/Table/Table.js +15 -58
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/Table.styles.js +34 -0
- package/dist/esm/components/Table/Table.styles.js.map +1 -0
- package/dist/esm/components/Table/TableBody/TableBody.js +12 -26
- package/dist/esm/components/Table/TableBody/TableBody.js.map +1 -1
- package/dist/esm/components/Table/TableBody/TableBody.styles.js +16 -0
- package/dist/esm/components/Table/TableBody/TableBody.styles.js.map +1 -0
- package/dist/esm/components/Table/TableCell/TableCell.js +14 -46
- package/dist/esm/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableContainer/TableContainer.js +12 -26
- package/dist/esm/components/Table/TableContainer/TableContainer.js.map +1 -1
- package/dist/esm/components/Table/TableContainer/TableContainer.styles.js +17 -0
- package/dist/esm/components/Table/TableContainer/TableContainer.styles.js.map +1 -0
- package/dist/esm/components/Table/TableHead/TableHead.js +14 -39
- package/dist/esm/components/Table/TableHead/TableHead.js.map +1 -1
- package/dist/esm/components/Table/TableHead/TableHead.styles.js +17 -0
- package/dist/esm/components/Table/TableHead/TableHead.styles.js.map +1 -0
- package/dist/esm/components/Table/TableHeader/TableHeader.js +46 -219
- package/dist/esm/components/Table/TableHeader/TableHeader.js.map +1 -1
- package/dist/esm/components/Table/TableHeader/TableHeader.styles.js +178 -99
- package/dist/esm/components/Table/TableHeader/TableHeader.styles.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.js +19 -50
- package/dist/esm/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.styles.js +7 -34
- package/dist/esm/components/Table/TableRow/TableRow.styles.js.map +1 -1
- package/dist/esm/components/Table/hooks/useSticky.js +5 -1
- package/dist/esm/components/Table/hooks/useSticky.js.map +1 -1
- package/dist/esm/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.js +17 -4
- package/dist/esm/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.js.map +1 -1
- package/dist/esm/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.styles.js +23 -48
- package/dist/esm/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.styles.js.map +1 -1
- package/dist/esm/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.js +9 -3
- package/dist/esm/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.js.map +1 -1
- package/dist/esm/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.styles.js +18 -34
- package/dist/esm/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.styles.js.map +1 -1
- package/dist/esm/components/Table/utils/utils.js +15 -42
- package/dist/esm/components/Table/utils/utils.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +14 -10
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.styles.js +16 -18
- package/dist/esm/components/Tabs/Tabs.styles.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.styles.js +2 -2
- package/dist/esm/components/TagsInput/TagsInput.styles.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.js +35 -23
- package/dist/esm/components/TextArea/TextArea.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.styles.js +45 -140
- package/dist/esm/components/TextArea/TextArea.styles.js.map +1 -1
- package/dist/esm/components/TimeAgo/TimeAgo.js +4 -2
- package/dist/esm/components/TimeAgo/TimeAgo.js.map +1 -1
- package/dist/esm/components/Typography/Typography.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.styles.js +4 -11
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js +1 -9
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js.map +1 -1
- package/dist/esm/index.js +232 -232
- package/dist/types/index.d.ts +948 -741
- package/package.json +5 -5
- package/dist/cjs/components/Dropdown/List/listClasses.cjs +0 -8
- package/dist/cjs/components/Dropdown/List/listClasses.cjs.map +0 -1
- package/dist/cjs/components/Dropdown/dropdownClasses.cjs +0 -8
- package/dist/cjs/components/Dropdown/dropdownClasses.cjs.map +0 -1
- package/dist/cjs/components/Footer/footerClasses.cjs +0 -8
- package/dist/cjs/components/Footer/footerClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/Adornment/adornmentClasses.cjs +0 -8
- package/dist/cjs/components/Forms/Adornment/adornmentClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/CharCounter/charCounterClasses.cjs +0 -8
- package/dist/cjs/components/Forms/CharCounter/charCounterClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/FormElement/formElementClasses.cjs +0 -8
- package/dist/cjs/components/Forms/FormElement/formElementClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/InfoMessage/infoMessageClasses.cjs +0 -8
- package/dist/cjs/components/Forms/InfoMessage/infoMessageClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/Label/labelClasses.cjs +0 -8
- package/dist/cjs/components/Forms/Label/labelClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/Suggestions/suggestionsClasses.cjs +0 -8
- package/dist/cjs/components/Forms/Suggestions/suggestionsClasses.cjs.map +0 -1
- package/dist/cjs/components/Forms/WarningText/warningTextClasses.cjs +0 -8
- package/dist/cjs/components/Forms/WarningText/warningTextClasses.cjs.map +0 -1
- package/dist/cjs/components/GlobalActions/globalActionsClasses.cjs +0 -8
- package/dist/cjs/components/GlobalActions/globalActionsClasses.cjs.map +0 -1
- package/dist/cjs/components/Header/Actions/actionsClasses.cjs +0 -8
- package/dist/cjs/components/Header/Actions/actionsClasses.cjs.map +0 -1
- package/dist/cjs/components/Header/Brand/brandClasses.cjs +0 -8
- package/dist/cjs/components/Header/Brand/brandClasses.cjs.map +0 -1
- package/dist/cjs/components/Header/Navigation/MenuBar/menuBarClasses.cjs +0 -8
- package/dist/cjs/components/Header/Navigation/MenuBar/menuBarClasses.cjs.map +0 -1
- package/dist/cjs/components/Header/Navigation/navigationClasses.cjs +0 -8
- package/dist/cjs/components/Header/Navigation/navigationClasses.cjs.map +0 -1
- package/dist/cjs/components/Header/headerClasses.cjs +0 -8
- package/dist/cjs/components/Header/headerClasses.cjs.map +0 -1
- package/dist/cjs/components/Loading/loadingClasses.cjs +0 -8
- package/dist/cjs/components/Loading/loadingClasses.cjs.map +0 -1
- package/dist/cjs/components/Login/loginClasses.cjs +0 -8
- package/dist/cjs/components/Login/loginClasses.cjs.map +0 -1
- package/dist/cjs/components/Panel/panelClasses.cjs +0 -8
- package/dist/cjs/components/Panel/panelClasses.cjs.map +0 -1
- package/dist/cjs/components/ProgressBar/progressBarClasses.cjs +0 -8
- package/dist/cjs/components/ProgressBar/progressBarClasses.cjs.map +0 -1
- package/dist/cjs/components/SelectionList/selectionListClasses.cjs +0 -8
- package/dist/cjs/components/SelectionList/selectionListClasses.cjs.map +0 -1
- package/dist/cjs/components/Stack/stackClasses.cjs +0 -8
- package/dist/cjs/components/Stack/stackClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableBody/tableBodyClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableBody/tableBodyClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableContainer/tableContainerClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableContainer/tableContainerClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableHead/tableHeadClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableHead/tableHeadClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/TableHeader/tableHeaderClasses.cjs +0 -8
- package/dist/cjs/components/Table/TableHeader/tableHeaderClasses.cjs.map +0 -1
- package/dist/cjs/components/Table/tableClasses.cjs +0 -8
- package/dist/cjs/components/Table/tableClasses.cjs.map +0 -1
- package/dist/cjs/components/Tabs/tabsClasses.cjs +0 -8
- package/dist/cjs/components/Tabs/tabsClasses.cjs.map +0 -1
- package/dist/cjs/components/TextArea/textAreaClasses.cjs +0 -8
- package/dist/cjs/components/TextArea/textAreaClasses.cjs.map +0 -1
- package/dist/esm/components/Dropdown/List/listClasses.js +0 -8
- package/dist/esm/components/Dropdown/List/listClasses.js.map +0 -1
- package/dist/esm/components/Dropdown/dropdownClasses.js +0 -8
- package/dist/esm/components/Dropdown/dropdownClasses.js.map +0 -1
- package/dist/esm/components/Footer/footerClasses.js +0 -8
- package/dist/esm/components/Footer/footerClasses.js.map +0 -1
- package/dist/esm/components/Forms/Adornment/adornmentClasses.js +0 -8
- package/dist/esm/components/Forms/Adornment/adornmentClasses.js.map +0 -1
- package/dist/esm/components/Forms/CharCounter/charCounterClasses.js +0 -8
- package/dist/esm/components/Forms/CharCounter/charCounterClasses.js.map +0 -1
- package/dist/esm/components/Forms/FormElement/formElementClasses.js +0 -8
- package/dist/esm/components/Forms/FormElement/formElementClasses.js.map +0 -1
- package/dist/esm/components/Forms/InfoMessage/infoMessageClasses.js +0 -8
- package/dist/esm/components/Forms/InfoMessage/infoMessageClasses.js.map +0 -1
- package/dist/esm/components/Forms/Label/labelClasses.js +0 -8
- package/dist/esm/components/Forms/Label/labelClasses.js.map +0 -1
- package/dist/esm/components/Forms/Suggestions/suggestionsClasses.js +0 -8
- package/dist/esm/components/Forms/Suggestions/suggestionsClasses.js.map +0 -1
- package/dist/esm/components/Forms/WarningText/warningTextClasses.js +0 -8
- package/dist/esm/components/Forms/WarningText/warningTextClasses.js.map +0 -1
- package/dist/esm/components/GlobalActions/globalActionsClasses.js +0 -8
- package/dist/esm/components/GlobalActions/globalActionsClasses.js.map +0 -1
- package/dist/esm/components/Header/Actions/actionsClasses.js +0 -8
- package/dist/esm/components/Header/Actions/actionsClasses.js.map +0 -1
- package/dist/esm/components/Header/Brand/brandClasses.js +0 -8
- package/dist/esm/components/Header/Brand/brandClasses.js.map +0 -1
- package/dist/esm/components/Header/Navigation/MenuBar/menuBarClasses.js +0 -8
- package/dist/esm/components/Header/Navigation/MenuBar/menuBarClasses.js.map +0 -1
- package/dist/esm/components/Header/Navigation/navigationClasses.js +0 -8
- package/dist/esm/components/Header/Navigation/navigationClasses.js.map +0 -1
- package/dist/esm/components/Header/headerClasses.js +0 -8
- package/dist/esm/components/Header/headerClasses.js.map +0 -1
- package/dist/esm/components/Loading/loadingClasses.js +0 -8
- package/dist/esm/components/Loading/loadingClasses.js.map +0 -1
- package/dist/esm/components/Login/loginClasses.js +0 -8
- package/dist/esm/components/Login/loginClasses.js.map +0 -1
- package/dist/esm/components/Panel/panelClasses.js +0 -8
- package/dist/esm/components/Panel/panelClasses.js.map +0 -1
- package/dist/esm/components/ProgressBar/progressBarClasses.js +0 -8
- package/dist/esm/components/ProgressBar/progressBarClasses.js.map +0 -1
- package/dist/esm/components/SelectionList/selectionListClasses.js +0 -8
- package/dist/esm/components/SelectionList/selectionListClasses.js.map +0 -1
- package/dist/esm/components/Stack/stackClasses.js +0 -8
- package/dist/esm/components/Stack/stackClasses.js.map +0 -1
- package/dist/esm/components/Table/TableBody/tableBodyClasses.js +0 -8
- package/dist/esm/components/Table/TableBody/tableBodyClasses.js.map +0 -1
- package/dist/esm/components/Table/TableContainer/tableContainerClasses.js +0 -8
- package/dist/esm/components/Table/TableContainer/tableContainerClasses.js.map +0 -1
- package/dist/esm/components/Table/TableHead/tableHeadClasses.js +0 -8
- package/dist/esm/components/Table/TableHead/tableHeadClasses.js.map +0 -1
- package/dist/esm/components/Table/TableHeader/tableHeaderClasses.js +0 -8
- package/dist/esm/components/Table/TableHeader/tableHeaderClasses.js.map +0 -1
- package/dist/esm/components/Table/tableClasses.js +0 -8
- package/dist/esm/components/Table/tableClasses.js.map +0 -1
- package/dist/esm/components/Tabs/tabsClasses.js +0 -8
- package/dist/esm/components/Tabs/tabsClasses.js.map +0 -1
- package/dist/esm/components/TextArea/textAreaClasses.js +0 -8
- package/dist/esm/components/TextArea/textAreaClasses.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
|
|
3
3
|
import { ActionType } from 'react-table';
|
|
4
|
-
import type { AllHTMLAttributes } from 'react';
|
|
5
4
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
6
5
|
import { Breakpoint as Breakpoint_2 } from '@mui/material';
|
|
7
6
|
import { CardContentProps } from '@mui/material/CardContent';
|
|
@@ -175,8 +174,8 @@ export declare const actionsClasses: {
|
|
|
175
174
|
|
|
176
175
|
export declare const actionsGenericClasses: {
|
|
177
176
|
button: "HvActionsGeneric-button";
|
|
178
|
-
dropDownMenu: "HvActionsGeneric-dropDownMenu";
|
|
179
177
|
root: "HvActionsGeneric-root";
|
|
178
|
+
dropDownMenu: "HvActionsGeneric-dropDownMenu";
|
|
180
179
|
actionContainer: "HvActionsGeneric-actionContainer";
|
|
181
180
|
dropDownMenuButton: "HvActionsGeneric-dropDownMenuButton";
|
|
182
181
|
dropDownMenuButtonSelected: "HvActionsGeneric-dropDownMenuButtonSelected";
|
|
@@ -196,8 +195,8 @@ export declare const appSwitcherActionClasses: {
|
|
|
196
195
|
typography: "HvAppSwitcher-Action-typography";
|
|
197
196
|
icon: "HvAppSwitcher-Action-icon";
|
|
198
197
|
disabled: "HvAppSwitcher-Action-disabled";
|
|
199
|
-
selected: "HvAppSwitcher-Action-selected";
|
|
200
198
|
root: "HvAppSwitcher-Action-root";
|
|
199
|
+
selected: "HvAppSwitcher-Action-selected";
|
|
201
200
|
iconUrl: "HvAppSwitcher-Action-iconUrl";
|
|
202
201
|
iconInfo: "HvAppSwitcher-Action-iconInfo";
|
|
203
202
|
};
|
|
@@ -240,12 +239,12 @@ export declare const avatarClasses: {
|
|
|
240
239
|
status: "HvAvatar-status";
|
|
241
240
|
container: "HvAvatar-container";
|
|
242
241
|
square: "HvAvatar-square";
|
|
242
|
+
root: "HvAvatar-root";
|
|
243
243
|
xs: "HvAvatar-xs";
|
|
244
244
|
sm: "HvAvatar-sm";
|
|
245
245
|
md: "HvAvatar-md";
|
|
246
246
|
lg: "HvAvatar-lg";
|
|
247
247
|
xl: "HvAvatar-xl";
|
|
248
|
-
root: "HvAvatar-root";
|
|
249
248
|
fallback: "HvAvatar-fallback";
|
|
250
249
|
avatar: "HvAvatar-avatar";
|
|
251
250
|
badge: "HvAvatar-badge";
|
|
@@ -272,11 +271,11 @@ export declare const bannerClasses: {
|
|
|
272
271
|
|
|
273
272
|
export declare const bannerContentClasses: {
|
|
274
273
|
default: "HvBannerContent-default";
|
|
274
|
+
root: "HvBannerContent-root";
|
|
275
|
+
warning: "HvBannerContent-warning";
|
|
275
276
|
action: "HvBannerContent-action";
|
|
276
277
|
error: "HvBannerContent-error";
|
|
277
|
-
warning: "HvBannerContent-warning";
|
|
278
278
|
success: "HvBannerContent-success";
|
|
279
|
-
root: "HvBannerContent-root";
|
|
280
279
|
message: "HvBannerContent-message";
|
|
281
280
|
baseVariant: "HvBannerContent-baseVariant";
|
|
282
281
|
outContainer: "HvBannerContent-outContainer";
|
|
@@ -318,9 +317,9 @@ export declare const baseDropdownClasses: {
|
|
|
318
317
|
export declare const baseInputClasses: {
|
|
319
318
|
input: "HvBaseInput-input";
|
|
320
319
|
disabled: "HvBaseInput-disabled";
|
|
320
|
+
root: "HvBaseInput-root";
|
|
321
321
|
readOnly: "HvBaseInput-readOnly";
|
|
322
322
|
invalid: "HvBaseInput-invalid";
|
|
323
|
-
root: "HvBaseInput-root";
|
|
324
323
|
resizable: "HvBaseInput-resizable";
|
|
325
324
|
inputBorderContainer: "HvBaseInput-inputBorderContainer";
|
|
326
325
|
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
@@ -345,9 +344,9 @@ export declare const baseSwitchClasses: {
|
|
|
345
344
|
track: "HvBaseSwitch-track";
|
|
346
345
|
switch: "HvBaseSwitch-switch";
|
|
347
346
|
disabled: "HvBaseSwitch-disabled";
|
|
347
|
+
root: "HvBaseSwitch-root";
|
|
348
348
|
checked: "HvBaseSwitch-checked";
|
|
349
349
|
readOnly: "HvBaseSwitch-readOnly";
|
|
350
|
-
root: "HvBaseSwitch-root";
|
|
351
350
|
focusVisible: "HvBaseSwitch-focusVisible";
|
|
352
351
|
thumb: "HvBaseSwitch-thumb";
|
|
353
352
|
switchBase: "HvBaseSwitch-switchBase";
|
|
@@ -385,8 +384,8 @@ export declare const buildFormElementPropsFromContext: (name: any, disabled: any
|
|
|
385
384
|
};
|
|
386
385
|
|
|
387
386
|
export declare const bulkActionsClasses: {
|
|
388
|
-
semantic: "HvBulkActions-semantic";
|
|
389
387
|
root: "HvBulkActions-root";
|
|
388
|
+
semantic: "HvBulkActions-semantic";
|
|
390
389
|
actions: "HvBulkActions-actions";
|
|
391
390
|
selectAllContainer: "HvBulkActions-selectAllContainer";
|
|
392
391
|
selectAll: "HvBulkActions-selectAll";
|
|
@@ -420,8 +419,8 @@ export declare const calendarClasses: {
|
|
|
420
419
|
|
|
421
420
|
export declare const calendarHeaderClasses: {
|
|
422
421
|
input: "HvCalendarHeader-input";
|
|
423
|
-
invalid: "HvCalendarHeader-invalid";
|
|
424
422
|
root: "HvCalendarHeader-root";
|
|
423
|
+
invalid: "HvCalendarHeader-invalid";
|
|
425
424
|
inputBorderContainer: "HvCalendarHeader-inputBorderContainer";
|
|
426
425
|
headerDayOfWeek: "HvCalendarHeader-headerDayOfWeek";
|
|
427
426
|
headerDate: "HvCalendarHeader-headerDate";
|
|
@@ -430,8 +429,8 @@ export declare const calendarHeaderClasses: {
|
|
|
430
429
|
|
|
431
430
|
export declare const cardClasses: {
|
|
432
431
|
icon: "HvCard-icon";
|
|
433
|
-
selected: "HvCard-selected";
|
|
434
432
|
root: "HvCard-root";
|
|
433
|
+
selected: "HvCard-selected";
|
|
435
434
|
selectable: "HvCard-selectable";
|
|
436
435
|
semanticContainer: "HvCard-semanticContainer";
|
|
437
436
|
semanticBar: "HvCard-semanticBar";
|
|
@@ -444,24 +443,24 @@ export declare const cardContentClasses: {
|
|
|
444
443
|
export declare const cardHeaderClasses: {
|
|
445
444
|
title: "HvCardHeader-title";
|
|
446
445
|
content: "HvCardHeader-content";
|
|
447
|
-
action: "HvCardHeader-action";
|
|
448
446
|
root: "HvCardHeader-root";
|
|
447
|
+
action: "HvCardHeader-action";
|
|
449
448
|
titleShort: "HvCardHeader-titleShort";
|
|
450
449
|
subheader: "HvCardHeader-subheader";
|
|
451
450
|
};
|
|
452
451
|
|
|
453
452
|
export declare const cardMediaClasses: {
|
|
454
|
-
media: "HvCardMedia-media";
|
|
455
453
|
root: "HvCardMedia-root";
|
|
454
|
+
media: "HvCardMedia-media";
|
|
456
455
|
};
|
|
457
456
|
|
|
458
457
|
export declare const carouselClasses: {
|
|
459
458
|
title: "HvCarousel-title";
|
|
460
459
|
main: "HvCarousel-main";
|
|
461
460
|
dot: "HvCarousel-dot";
|
|
461
|
+
root: "HvCarousel-root";
|
|
462
462
|
controls: "HvCarousel-controls";
|
|
463
463
|
xs: "HvCarousel-xs";
|
|
464
|
-
root: "HvCarousel-root";
|
|
465
464
|
actions: "HvCarousel-actions";
|
|
466
465
|
panel: "HvCarousel-panel";
|
|
467
466
|
fullscreen: "HvCarousel-fullscreen";
|
|
@@ -518,9 +517,9 @@ export declare const checkBoxGroupClasses: {
|
|
|
518
517
|
group: "HvCheckBoxGroup-group";
|
|
519
518
|
horizontal: "HvCheckBoxGroup-horizontal";
|
|
520
519
|
vertical: "HvCheckBoxGroup-vertical";
|
|
520
|
+
root: "HvCheckBoxGroup-root";
|
|
521
521
|
error: "HvCheckBoxGroup-error";
|
|
522
522
|
invalid: "HvCheckBoxGroup-invalid";
|
|
523
|
-
root: "HvCheckBoxGroup-root";
|
|
524
523
|
selectAll: "HvCheckBoxGroup-selectAll";
|
|
525
524
|
};
|
|
526
525
|
|
|
@@ -528,8 +527,8 @@ export declare const checkValidHexColorValue: (value?: string) => boolean;
|
|
|
528
527
|
|
|
529
528
|
export declare const colorPickerClasses: {
|
|
530
529
|
label: "HvColorPicker-label";
|
|
531
|
-
colorPicker: "HvColorPicker-colorPicker";
|
|
532
530
|
root: "HvColorPicker-root";
|
|
531
|
+
colorPicker: "HvColorPicker-colorPicker";
|
|
533
532
|
panel: "HvColorPicker-panel";
|
|
534
533
|
description: "HvColorPicker-description";
|
|
535
534
|
labelContainer: "HvColorPicker-labelContainer";
|
|
@@ -584,10 +583,10 @@ export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThe
|
|
|
584
583
|
export declare const datePickerClasses: {
|
|
585
584
|
label: "HvDatePicker-label";
|
|
586
585
|
icon: "HvDatePicker-icon";
|
|
586
|
+
root: "HvDatePicker-root";
|
|
587
|
+
dropdown: "HvDatePicker-dropdown";
|
|
587
588
|
action: "HvDatePicker-action";
|
|
588
589
|
error: "HvDatePicker-error";
|
|
589
|
-
dropdown: "HvDatePicker-dropdown";
|
|
590
|
-
root: "HvDatePicker-root";
|
|
591
590
|
actionContainer: "HvDatePicker-actionContainer";
|
|
592
591
|
panel: "HvDatePicker-panel";
|
|
593
592
|
description: "HvDatePicker-description";
|
|
@@ -648,17 +647,17 @@ declare interface Descriptor {
|
|
|
648
647
|
}
|
|
649
648
|
|
|
650
649
|
export declare const dialogActionClasses: {
|
|
651
|
-
spacing: "HvDialog-Action-spacing";
|
|
652
650
|
root: "HvDialog-Action-root";
|
|
651
|
+
spacing: "HvDialog-Action-spacing";
|
|
653
652
|
fullscreen: "HvDialog-Action-fullscreen";
|
|
654
653
|
};
|
|
655
654
|
|
|
656
655
|
export declare const dialogClasses: {
|
|
657
656
|
background: "HvDialog-background";
|
|
658
|
-
|
|
657
|
+
root: "HvDialog-root";
|
|
659
658
|
warning: "HvDialog-warning";
|
|
659
|
+
error: "HvDialog-error";
|
|
660
660
|
success: "HvDialog-success";
|
|
661
|
-
root: "HvDialog-root";
|
|
662
661
|
fullscreen: "HvDialog-fullscreen";
|
|
663
662
|
closeButton: "HvDialog-closeButton";
|
|
664
663
|
paper: "HvDialog-paper";
|
|
@@ -704,9 +703,9 @@ export declare const dropdownClasses: {
|
|
|
704
703
|
placeholder: "HvDropdown-placeholder";
|
|
705
704
|
arrow: "HvDropdown-arrow";
|
|
706
705
|
label: "HvDropdown-label";
|
|
707
|
-
error: "HvDropdown-error";
|
|
708
|
-
dropdown: "HvDropdown-dropdown";
|
|
709
706
|
root: "HvDropdown-root";
|
|
707
|
+
dropdown: "HvDropdown-dropdown";
|
|
708
|
+
error: "HvDropdown-error";
|
|
710
709
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
711
710
|
description: "HvDropdown-description";
|
|
712
711
|
labelContainer: "HvDropdown-labelContainer";
|
|
@@ -768,8 +767,8 @@ export declare const fileUploaderPreviewClasses: {
|
|
|
768
767
|
|
|
769
768
|
export declare const filterGroupClasses: {
|
|
770
769
|
label: "HvFilterGroup-label";
|
|
771
|
-
error: "HvFilterGroup-error";
|
|
772
770
|
root: "HvFilterGroup-root";
|
|
771
|
+
error: "HvFilterGroup-error";
|
|
773
772
|
description: "HvFilterGroup-description";
|
|
774
773
|
labelContainer: "HvFilterGroup-labelContainer";
|
|
775
774
|
};
|
|
@@ -804,9 +803,9 @@ export declare const findDescriptors: (children: any, descriptors?: {
|
|
|
804
803
|
|
|
805
804
|
export declare const focusClasses: {
|
|
806
805
|
disabled: "HvFocus-disabled";
|
|
806
|
+
root: "HvFocus-root";
|
|
807
807
|
selected: "HvFocus-selected";
|
|
808
808
|
focus: "HvFocus-focus";
|
|
809
|
-
root: "HvFocus-root";
|
|
810
809
|
focused: "HvFocus-focused";
|
|
811
810
|
focusDisabled: "HvFocus-focusDisabled";
|
|
812
811
|
externalReference: "HvFocus-externalReference";
|
|
@@ -814,9 +813,10 @@ export declare const focusClasses: {
|
|
|
814
813
|
};
|
|
815
814
|
|
|
816
815
|
export declare const footerClasses: {
|
|
816
|
+
small: "HvFooter-small";
|
|
817
817
|
separator: "HvFooter-separator";
|
|
818
|
-
name: "HvFooter-name";
|
|
819
818
|
root: "HvFooter-root";
|
|
819
|
+
name: "HvFooter-name";
|
|
820
820
|
rightContainer: "HvFooter-rightContainer";
|
|
821
821
|
copyright: "HvFooter-copyright";
|
|
822
822
|
};
|
|
@@ -825,47 +825,20 @@ export declare const formElementClasses: {
|
|
|
825
825
|
root: "HvFormElement-root";
|
|
826
826
|
};
|
|
827
827
|
|
|
828
|
-
export declare const getBorderStyles: (type:
|
|
829
|
-
"& td
|
|
830
|
-
borderLeft: string;
|
|
831
|
-
borderTop: string;
|
|
832
|
-
borderBottom: string;
|
|
833
|
-
borderRadius: string;
|
|
834
|
-
};
|
|
835
|
-
"& td:last-child": {
|
|
836
|
-
borderRight: string;
|
|
837
|
-
borderTop: string;
|
|
838
|
-
borderBottom: string;
|
|
839
|
-
borderRadius: string;
|
|
840
|
-
};
|
|
841
|
-
"& td:not(:first-of-type):not(:last-child)": {
|
|
828
|
+
export declare const getBorderStyles: (type: "row", color?: string, rowBorderRadius?: string) => {
|
|
829
|
+
"& td": {
|
|
842
830
|
borderTop: string;
|
|
843
831
|
borderBottom: string;
|
|
844
832
|
};
|
|
845
|
-
":first-of-type
|
|
846
|
-
":last-child&"?: undefined;
|
|
847
|
-
":not(:first-of-type):not(:last-child)&"?: undefined;
|
|
848
|
-
} | {
|
|
849
|
-
":first-of-type&": {
|
|
833
|
+
"& td:first-of-type": {
|
|
850
834
|
borderLeft: string;
|
|
851
|
-
borderTop: string;
|
|
852
|
-
borderBottom: string;
|
|
853
835
|
borderRadius: string;
|
|
854
836
|
};
|
|
855
|
-
":last-
|
|
837
|
+
"& td:last-of-type": {
|
|
856
838
|
borderRight: string;
|
|
857
|
-
borderTop: string;
|
|
858
|
-
borderBottom: string;
|
|
859
839
|
borderRadius: string;
|
|
860
840
|
};
|
|
861
|
-
|
|
862
|
-
borderTop: string;
|
|
863
|
-
borderBottom: string;
|
|
864
|
-
};
|
|
865
|
-
"& td:first-of-type"?: undefined;
|
|
866
|
-
"& td:last-child"?: undefined;
|
|
867
|
-
"& td:not(:first-of-type):not(:last-child)"?: undefined;
|
|
868
|
-
} | undefined;
|
|
841
|
+
};
|
|
869
842
|
|
|
870
843
|
export declare const getClasses: <T extends string, N extends string>(keys: T[], name: N) => { [P in T]: `${N}-${P}`; };
|
|
871
844
|
|
|
@@ -927,16 +900,16 @@ export declare const getTableHeadPropsHook: (props: any, { instance }: {
|
|
|
927
900
|
export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
|
|
928
901
|
|
|
929
902
|
export declare const globalActionsClasses: {
|
|
903
|
+
root: "HvGlobalActions-root";
|
|
930
904
|
name: "HvGlobalActions-name";
|
|
931
905
|
global: "HvGlobalActions-global";
|
|
932
906
|
wrapper: "HvGlobalActions-wrapper";
|
|
933
|
-
root: "HvGlobalActions-root";
|
|
934
907
|
actions: "HvGlobalActions-actions";
|
|
935
|
-
backButton: "HvGlobalActions-backButton";
|
|
936
|
-
globalSectionArea: "HvGlobalActions-globalSectionArea";
|
|
937
|
-
positionFixed: "HvGlobalActions-positionFixed";
|
|
938
908
|
positionSticky: "HvGlobalActions-positionSticky";
|
|
909
|
+
positionFixed: "HvGlobalActions-positionFixed";
|
|
939
910
|
globalWrapperComplement: "HvGlobalActions-globalWrapperComplement";
|
|
911
|
+
globalSectionArea: "HvGlobalActions-globalSectionArea";
|
|
912
|
+
backButton: "HvGlobalActions-backButton";
|
|
940
913
|
};
|
|
941
914
|
|
|
942
915
|
export declare const gridClasses: {
|
|
@@ -999,8 +972,8 @@ export declare const hexToRgbA: (hex: any, factor?: number) => string;
|
|
|
999
972
|
export declare const horizontalScrollListItemClasses: {
|
|
1000
973
|
button: "HvHorizontalScrollListItem-button";
|
|
1001
974
|
text: "HvHorizontalScrollListItem-text";
|
|
1002
|
-
selected: "HvHorizontalScrollListItem-selected";
|
|
1003
975
|
root: "HvHorizontalScrollListItem-root";
|
|
976
|
+
selected: "HvHorizontalScrollListItem-selected";
|
|
1004
977
|
};
|
|
1005
978
|
|
|
1006
979
|
export declare type HvAccentColorKeys = "primary" | "primary_80" | "primary_20" | "brand" | "secondary" | "secondary_60" | "secondary_80";
|
|
@@ -1012,7 +985,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
|
1012
985
|
*/
|
|
1013
986
|
export declare const HvAccordion: (props: HvAccordionProps) => JSX_2.Element;
|
|
1014
987
|
|
|
1015
|
-
export declare type HvAccordionClasses = ExtractNames<typeof
|
|
988
|
+
export declare type HvAccordionClasses = ExtractNames<typeof useClasses_13>;
|
|
1016
989
|
|
|
1017
990
|
export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
1018
991
|
/**
|
|
@@ -1067,14 +1040,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1067
1040
|
|
|
1068
1041
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1069
1042
|
|
|
1070
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1043
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_12>;
|
|
1071
1044
|
|
|
1072
1045
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1073
1046
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1074
1047
|
classes?: HvActionBarClasses;
|
|
1075
1048
|
}
|
|
1076
1049
|
|
|
1077
|
-
declare type HvActionContainerClasses = ExtractNames<typeof
|
|
1050
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_59>;
|
|
1078
1051
|
|
|
1079
1052
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1080
1053
|
/** onClose function. */
|
|
@@ -1098,7 +1071,7 @@ export declare interface HvActionGeneric {
|
|
|
1098
1071
|
|
|
1099
1072
|
export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_2.Element | null;
|
|
1100
1073
|
|
|
1101
|
-
export declare type HvActionsGenericClasses = ExtractNames<typeof
|
|
1074
|
+
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_55>;
|
|
1102
1075
|
|
|
1103
1076
|
export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
1104
1077
|
/** Button category. */
|
|
@@ -1128,14 +1101,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
|
1128
1101
|
*/
|
|
1129
1102
|
export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLDivElement | HTMLButtonElement>>;
|
|
1130
1103
|
|
|
1131
|
-
export declare
|
|
1132
|
-
root?: string;
|
|
1133
|
-
icon?: string;
|
|
1134
|
-
adornment?: string;
|
|
1135
|
-
adornmentIcon?: string;
|
|
1136
|
-
hideIcon?: string;
|
|
1137
|
-
adornmentButton?: string;
|
|
1138
|
-
}
|
|
1104
|
+
export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_3>;
|
|
1139
1105
|
|
|
1140
1106
|
export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
|
|
1141
1107
|
/** The icon to be added into the input. */
|
|
@@ -1177,7 +1143,7 @@ export declare interface HvAppSwitcherActionApplication {
|
|
|
1177
1143
|
color?: string;
|
|
1178
1144
|
}
|
|
1179
1145
|
|
|
1180
|
-
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof
|
|
1146
|
+
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_42>;
|
|
1181
1147
|
|
|
1182
1148
|
export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
1183
1149
|
/** The application data to be used to render the Action object. */
|
|
@@ -1190,7 +1156,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
|
1190
1156
|
classes?: HvAppSwitcherActionClasses;
|
|
1191
1157
|
}
|
|
1192
1158
|
|
|
1193
|
-
export declare type HvAppSwitcherClasses = ExtractNames<typeof
|
|
1159
|
+
export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_41>;
|
|
1194
1160
|
|
|
1195
1161
|
export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
1196
1162
|
/** Number of columns to render. One, two, or whatever fits the component's width. */
|
|
@@ -1227,7 +1193,7 @@ export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
|
|
|
1227
1193
|
*/
|
|
1228
1194
|
export declare const HvAvatar: (props: HvAvatarProps) => JSX_2.Element;
|
|
1229
1195
|
|
|
1230
|
-
export declare type HvAvatarClasses = ExtractNames<typeof
|
|
1196
|
+
export declare type HvAvatarClasses = ExtractNames<typeof useClasses_14>;
|
|
1231
1197
|
|
|
1232
1198
|
export declare interface HvAvatarProps extends HvBaseProps {
|
|
1233
1199
|
/** Inline styles to be applied to the root element. */
|
|
@@ -1278,7 +1244,7 @@ export declare type HvAvatarVariant = "circular" | "square";
|
|
|
1278
1244
|
*/
|
|
1279
1245
|
export declare const HvBadge: (props: HvBadgeProps) => JSX_2.Element;
|
|
1280
1246
|
|
|
1281
|
-
export declare type HvBadgeClasses = ExtractNames<typeof
|
|
1247
|
+
export declare type HvBadgeClasses = ExtractNames<typeof useClasses_15>;
|
|
1282
1248
|
|
|
1283
1249
|
export declare interface HvBadgeProps extends HvBaseProps {
|
|
1284
1250
|
/**
|
|
@@ -1319,11 +1285,11 @@ export declare const HvBanner: (props: HvBannerProps) => JSX_2.Element;
|
|
|
1319
1285
|
|
|
1320
1286
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1321
1287
|
|
|
1322
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1288
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_58>;
|
|
1323
1289
|
|
|
1324
1290
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1325
1291
|
|
|
1326
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1292
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_60>;
|
|
1327
1293
|
|
|
1328
1294
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1329
1295
|
/** The message to display. */
|
|
@@ -1391,7 +1357,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1391
1357
|
*/
|
|
1392
1358
|
export declare const HvBaseCheckBox: (props: HvBaseCheckBoxProps) => JSX_2.Element;
|
|
1393
1359
|
|
|
1394
|
-
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof
|
|
1360
|
+
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_39>;
|
|
1395
1361
|
|
|
1396
1362
|
export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1397
1363
|
/**
|
|
@@ -1466,7 +1432,7 @@ export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
|
1466
1432
|
|
|
1467
1433
|
export declare const HvBaseDropdown: (props: HvBaseDropdownProps) => JSX_2.Element;
|
|
1468
1434
|
|
|
1469
|
-
export declare type HvBaseDropdownClasses = ExtractNames<typeof
|
|
1435
|
+
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_11>;
|
|
1470
1436
|
|
|
1471
1437
|
export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "placeholder"> {
|
|
1472
1438
|
/**
|
|
@@ -1555,7 +1521,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1555
1521
|
*/
|
|
1556
1522
|
export declare const HvBaseInput: (props: HvBaseInputProps) => JSX_2.Element;
|
|
1557
1523
|
|
|
1558
|
-
export declare type HvBaseInputClasses = ExtractNames<typeof
|
|
1524
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_10>;
|
|
1559
1525
|
|
|
1560
1526
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1561
1527
|
/** The input name. */
|
|
@@ -1602,7 +1568,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1602
1568
|
*/
|
|
1603
1569
|
export declare const HvBaseRadio: (props: HvBaseRadioProps) => JSX_2.Element;
|
|
1604
1570
|
|
|
1605
|
-
export declare type HvBaseRadioClasses = ExtractNames<typeof
|
|
1571
|
+
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_40>;
|
|
1606
1572
|
|
|
1607
1573
|
export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1608
1574
|
/**
|
|
@@ -1680,7 +1646,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1680
1646
|
*/
|
|
1681
1647
|
export declare const HvBaseSwitch: (props: HvBaseSwitchProps) => JSX_2.Element;
|
|
1682
1648
|
|
|
1683
|
-
export declare type HvBaseSwitchClasses = ExtractNames<typeof
|
|
1649
|
+
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_43>;
|
|
1684
1650
|
|
|
1685
1651
|
export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1686
1652
|
/**
|
|
@@ -1770,7 +1736,7 @@ export declare type HvBoxProps = <C extends React.ElementType = "div">(props: Hv
|
|
|
1770
1736
|
*/
|
|
1771
1737
|
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) => JSX_2.Element;
|
|
1772
1738
|
|
|
1773
|
-
export declare type HvBreadCrumbClasses = ExtractNames<typeof
|
|
1739
|
+
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_56>;
|
|
1774
1740
|
|
|
1775
1741
|
export declare interface HvBreadCrumbPathElement extends Record<string, any> {
|
|
1776
1742
|
label: string;
|
|
@@ -1802,7 +1768,7 @@ export declare type HvBreakpoints = "xs" | "sm" | "md" | "lg" | "xl";
|
|
|
1802
1768
|
*/
|
|
1803
1769
|
export declare const HvBulkActions: (props: HvBulkActionsProps) => JSX_2.Element;
|
|
1804
1770
|
|
|
1805
|
-
export declare type HvBulkActionsClasses = ExtractNames<typeof
|
|
1771
|
+
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_64>;
|
|
1806
1772
|
|
|
1807
1773
|
export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
|
|
1808
1774
|
|
|
@@ -1876,7 +1842,7 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
|
|
|
1876
1842
|
*/
|
|
1877
1843
|
export declare const HvButton: <C extends React_2.ElementType = "button">(props: HvButtonProps<C>) => React_2.ReactElement | null;
|
|
1878
1844
|
|
|
1879
|
-
export declare type HvButtonClasses = ExtractNames<typeof
|
|
1845
|
+
export declare type HvButtonClasses = ExtractNames<typeof useClasses_16>;
|
|
1880
1846
|
|
|
1881
1847
|
export declare type HvButtonProps<C extends React_2.ElementType = "button"> = PolymorphicComponentRef<C, {
|
|
1882
1848
|
/** Use the variant prop to change the visual style of the Button. */
|
|
@@ -2053,11 +2019,11 @@ export declare interface HvCalendarProps {
|
|
|
2053
2019
|
*/
|
|
2054
2020
|
export declare const HvCard: (props: HvCardProps) => JSX_2.Element;
|
|
2055
2021
|
|
|
2056
|
-
export declare type HvCardClasses = ExtractNames<typeof
|
|
2022
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_17>;
|
|
2057
2023
|
|
|
2058
2024
|
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2059
2025
|
|
|
2060
|
-
export declare type HvCardContentClasses = ExtractNames<typeof
|
|
2026
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_19>;
|
|
2061
2027
|
|
|
2062
2028
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2063
2029
|
/** Id to be applied to the root node. */
|
|
@@ -2070,7 +2036,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2070
2036
|
|
|
2071
2037
|
export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2072
2038
|
|
|
2073
|
-
export declare type HvCardHeaderClasses = ExtractNames<typeof
|
|
2039
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_18>;
|
|
2074
2040
|
|
|
2075
2041
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2076
2042
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2087,7 +2053,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2087
2053
|
|
|
2088
2054
|
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2089
2055
|
|
|
2090
|
-
export declare type HvCardMediaClasses = ExtractNames<typeof
|
|
2056
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_20>;
|
|
2091
2057
|
|
|
2092
2058
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2093
2059
|
/** Id to be applied to the root node. */
|
|
@@ -2128,13 +2094,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2128
2094
|
*/
|
|
2129
2095
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2130
2096
|
|
|
2131
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2097
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_90>;
|
|
2132
2098
|
|
|
2133
2099
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2134
2100
|
|
|
2135
2101
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2136
2102
|
showDots?: boolean;
|
|
2137
|
-
classes?: ExtractNames<typeof
|
|
2103
|
+
classes?: ExtractNames<typeof useClasses_90>;
|
|
2138
2104
|
actions?: ReactNode;
|
|
2139
2105
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2140
2106
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2181,7 +2147,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2181
2147
|
*/
|
|
2182
2148
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2183
2149
|
|
|
2184
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2150
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_91>;
|
|
2185
2151
|
|
|
2186
2152
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2187
2153
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2196,7 +2162,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2196
2162
|
|
|
2197
2163
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2198
2164
|
width?: CSSProperties["width"];
|
|
2199
|
-
classes?: ExtractNames<typeof
|
|
2165
|
+
classes?: ExtractNames<typeof useClasses_90>;
|
|
2200
2166
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2201
2167
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2202
2168
|
showDots?: boolean;
|
|
@@ -2230,12 +2196,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
|
|
|
2230
2196
|
*/
|
|
2231
2197
|
export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
|
|
2232
2198
|
|
|
2233
|
-
export declare
|
|
2234
|
-
root?: string;
|
|
2235
|
-
counterDisabled?: string;
|
|
2236
|
-
gutter?: string;
|
|
2237
|
-
overloaded?: string;
|
|
2238
|
-
}
|
|
2199
|
+
export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_2>;
|
|
2239
2200
|
|
|
2240
2201
|
export declare interface HvCharCounterProps extends HvBaseProps {
|
|
2241
2202
|
/** The string that separates the current char quantity from the max quantity. */
|
|
@@ -2263,14 +2224,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2263
2224
|
*/
|
|
2264
2225
|
export declare const HvCheckBox: (props: HvCheckBoxProps) => JSX_2.Element;
|
|
2265
2226
|
|
|
2266
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2227
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_44>;
|
|
2267
2228
|
|
|
2268
2229
|
/**
|
|
2269
2230
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2270
2231
|
*/
|
|
2271
2232
|
export declare const HvCheckBoxGroup: (props: HvCheckBoxGroupProps) => JSX_2.Element;
|
|
2272
2233
|
|
|
2273
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2234
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
|
|
2274
2235
|
|
|
2275
2236
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2276
2237
|
/**
|
|
@@ -2398,7 +2359,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2398
2359
|
*/
|
|
2399
2360
|
export declare const HvColorPicker: (props: HvColorPickerProps) => JSX_2.Element;
|
|
2400
2361
|
|
|
2401
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2362
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_89>;
|
|
2402
2363
|
|
|
2403
2364
|
export declare interface HvColorPickerProps {
|
|
2404
2365
|
"aria-label"?: string;
|
|
@@ -2513,7 +2474,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
|
|
|
2513
2474
|
|
|
2514
2475
|
export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2515
2476
|
|
|
2516
|
-
export declare type HvContainerClasses = ExtractNames<typeof
|
|
2477
|
+
export declare type HvContainerClasses = ExtractNames<typeof useClasses_21>;
|
|
2517
2478
|
|
|
2518
2479
|
export declare interface HvContainerProps extends Omit<ContainerProps, "classes">, HvBaseProps {
|
|
2519
2480
|
/**
|
|
@@ -2542,7 +2503,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2542
2503
|
|
|
2543
2504
|
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2544
2505
|
|
|
2545
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2506
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_76>;
|
|
2546
2507
|
|
|
2547
2508
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2548
2509
|
/**
|
|
@@ -2627,7 +2588,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2627
2588
|
*/
|
|
2628
2589
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2629
2590
|
|
|
2630
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2591
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_81>;
|
|
2631
2592
|
|
|
2632
2593
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2633
2594
|
/**
|
|
@@ -2801,7 +2762,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
|
|
|
2801
2762
|
|
|
2802
2763
|
export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
|
|
2803
2764
|
|
|
2804
|
-
export declare type HvDialogActionClasses = ExtractNames<typeof
|
|
2765
|
+
export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_24>;
|
|
2805
2766
|
|
|
2806
2767
|
export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
|
|
2807
2768
|
|
|
@@ -2812,11 +2773,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2812
2773
|
classes?: HvDialogActionClasses;
|
|
2813
2774
|
}
|
|
2814
2775
|
|
|
2815
|
-
export declare type HvDialogClasses = ExtractNames<typeof
|
|
2776
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_25>;
|
|
2816
2777
|
|
|
2817
2778
|
export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
|
|
2818
2779
|
|
|
2819
|
-
export declare type HvDialogContentClasses = ExtractNames<typeof
|
|
2780
|
+
export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_23>;
|
|
2820
2781
|
|
|
2821
2782
|
export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes">, HvBaseProps {
|
|
2822
2783
|
/** Content should be indented in relationship to the Dialog title. */
|
|
@@ -2856,7 +2817,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2856
2817
|
|
|
2857
2818
|
export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
|
|
2858
2819
|
|
|
2859
|
-
export declare type HvDialogTitleClasses = ExtractNames<typeof
|
|
2820
|
+
export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_22>;
|
|
2860
2821
|
|
|
2861
2822
|
export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes">, HvBaseProps<HTMLSpanElement, "color"> {
|
|
2862
2823
|
/** Variant of the dialog title. */
|
|
@@ -2877,7 +2838,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2877
2838
|
*/
|
|
2878
2839
|
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
|
|
2879
2840
|
|
|
2880
|
-
export declare type HvDotPaginationClasses = ExtractNames<typeof
|
|
2841
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_57>;
|
|
2881
2842
|
|
|
2882
2843
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
2883
2844
|
/**
|
|
@@ -2921,7 +2882,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
|
|
|
2921
2882
|
*/
|
|
2922
2883
|
export declare const HvDrawer: (props: HvDrawerProps) => JSX_2.Element;
|
|
2923
2884
|
|
|
2924
|
-
export declare type HvDrawerClasses = ExtractNames<typeof
|
|
2885
|
+
export declare type HvDrawerClasses = ExtractNames<typeof useClasses_26>;
|
|
2925
2886
|
|
|
2926
2887
|
export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "classes">, HvBaseProps<HTMLDivElement> {
|
|
2927
2888
|
/**
|
|
@@ -2965,22 +2926,7 @@ export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "c
|
|
|
2965
2926
|
*/
|
|
2966
2927
|
export declare const HvDropdown: (props: HvDropdownProps) => JSX_2.Element;
|
|
2967
2928
|
|
|
2968
|
-
export declare
|
|
2969
|
-
root?: string;
|
|
2970
|
-
labelContainer?: string;
|
|
2971
|
-
label?: string;
|
|
2972
|
-
description?: string;
|
|
2973
|
-
error?: string;
|
|
2974
|
-
placeholder?: string;
|
|
2975
|
-
selectionDisabled?: string;
|
|
2976
|
-
dropdown?: string;
|
|
2977
|
-
arrow?: string;
|
|
2978
|
-
dropdownHeader?: string;
|
|
2979
|
-
dropdownHeaderInvalid?: string;
|
|
2980
|
-
dropdownHeaderOpen?: string;
|
|
2981
|
-
dropdownListContainer?: string;
|
|
2982
|
-
rootList?: string;
|
|
2983
|
-
}
|
|
2929
|
+
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_66>;
|
|
2984
2930
|
|
|
2985
2931
|
export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void): HvTableColumnConfig<D, H>;
|
|
2986
2932
|
|
|
@@ -3026,16 +2972,7 @@ export declare interface HvDropdownLabelsProps {
|
|
|
3026
2972
|
searchPlaceholder?: string;
|
|
3027
2973
|
}
|
|
3028
2974
|
|
|
3029
|
-
declare
|
|
3030
|
-
rootList?: string;
|
|
3031
|
-
dropdownListContainer?: string;
|
|
3032
|
-
searchContainer?: string;
|
|
3033
|
-
listBorderDown?: string;
|
|
3034
|
-
listContainer?: string;
|
|
3035
|
-
selectAllContainer?: string;
|
|
3036
|
-
selection?: string;
|
|
3037
|
-
selectAll?: string;
|
|
3038
|
-
}
|
|
2975
|
+
declare type HvDropdownListClasses = ExtractNames<typeof useClasses_67>;
|
|
3039
2976
|
|
|
3040
2977
|
declare interface HvDropdownListProps {
|
|
3041
2978
|
/**
|
|
@@ -3110,7 +3047,7 @@ declare interface HvDropdownListProps {
|
|
|
3110
3047
|
*/
|
|
3111
3048
|
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) => JSX_2.Element;
|
|
3112
3049
|
|
|
3113
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3050
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_53>;
|
|
3114
3051
|
|
|
3115
3052
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3116
3053
|
/** Icon. */
|
|
@@ -3375,7 +3312,7 @@ declare interface HvDropZoneLabels {
|
|
|
3375
3312
|
*/
|
|
3376
3313
|
export declare const HvEmptyState: (props: HvEmptyStateProps) => JSX_2.Element;
|
|
3377
3314
|
|
|
3378
|
-
export declare type HvEmptyStateClasses = ExtractNames<typeof
|
|
3315
|
+
export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_27>;
|
|
3379
3316
|
|
|
3380
3317
|
export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
|
|
3381
3318
|
/** Icon to be presented. */
|
|
@@ -3403,7 +3340,7 @@ export { HvExtraProps }
|
|
|
3403
3340
|
|
|
3404
3341
|
export declare const HvFile: ({ id, classes: classesProp, data, onFileRemoved, removeFileButtonLabel, }: HvFileProps) => JSX_2.Element;
|
|
3405
3342
|
|
|
3406
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3343
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_52>;
|
|
3407
3344
|
|
|
3408
3345
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3409
3346
|
/**
|
|
@@ -3484,7 +3421,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3484
3421
|
*/
|
|
3485
3422
|
export declare const HvFileUploaderPreview: ({ className, children, classes: classesProp, disableOverlay, onUnload, onClick, ...others }: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3486
3423
|
|
|
3487
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3424
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_51>;
|
|
3488
3425
|
|
|
3489
3426
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3490
3427
|
/**
|
|
@@ -3559,9 +3496,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3559
3496
|
*/
|
|
3560
3497
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3561
3498
|
|
|
3562
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3499
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_79>;
|
|
3563
3500
|
|
|
3564
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3501
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_80>;
|
|
3565
3502
|
|
|
3566
3503
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3567
3504
|
description?: React.ReactNode;
|
|
@@ -3717,13 +3654,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
|
|
|
3717
3654
|
*/
|
|
3718
3655
|
export declare const HvFooter: (props: HvFooterProps) => JSX_2.Element;
|
|
3719
3656
|
|
|
3720
|
-
export declare
|
|
3721
|
-
root?: string;
|
|
3722
|
-
name?: string;
|
|
3723
|
-
copyright?: string;
|
|
3724
|
-
separator?: string;
|
|
3725
|
-
rightContainer?: string;
|
|
3726
|
-
}
|
|
3657
|
+
export declare type HvFooterClasses = ExtractNames<typeof useClasses_28>;
|
|
3727
3658
|
|
|
3728
3659
|
declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
|
|
3729
3660
|
column: HvHeaderGroup<D, H>;
|
|
@@ -3746,9 +3677,7 @@ export declare const HvFormElement: {
|
|
|
3746
3677
|
formElementType: string;
|
|
3747
3678
|
};
|
|
3748
3679
|
|
|
3749
|
-
export declare
|
|
3750
|
-
root?: string;
|
|
3751
|
-
}
|
|
3680
|
+
export declare type HvFormElementClasses = ExtractNames<typeof useClasses_4>;
|
|
3752
3681
|
|
|
3753
3682
|
export declare const HvFormElementContext: React_2.Context<{
|
|
3754
3683
|
elementId?: string | undefined;
|
|
@@ -3845,18 +3774,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3845
3774
|
*/
|
|
3846
3775
|
export declare const HvGlobalActions: (props: HvGlobalActionsProps) => JSX_2.Element;
|
|
3847
3776
|
|
|
3848
|
-
export declare
|
|
3849
|
-
root?: string;
|
|
3850
|
-
global?: string;
|
|
3851
|
-
backButton?: string;
|
|
3852
|
-
globalSectionArea?: string;
|
|
3853
|
-
actions?: string;
|
|
3854
|
-
wrapper?: string;
|
|
3855
|
-
name?: string;
|
|
3856
|
-
positionFixed?: string;
|
|
3857
|
-
positionSticky?: string;
|
|
3858
|
-
globalWrapperComplement?: string;
|
|
3859
|
-
}
|
|
3777
|
+
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_65>;
|
|
3860
3778
|
|
|
3861
3779
|
export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3862
3780
|
|
|
@@ -4042,9 +3960,7 @@ export declare const HvHeader: (props: HvHeaderProps) => JSX_2.Element;
|
|
|
4042
3960
|
|
|
4043
3961
|
export declare const HvHeaderActions: (props: HvHeaderActionsProps) => JSX_2.Element;
|
|
4044
3962
|
|
|
4045
|
-
export declare
|
|
4046
|
-
root?: string;
|
|
4047
|
-
}
|
|
3963
|
+
export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_30>;
|
|
4048
3964
|
|
|
4049
3965
|
export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
4050
3966
|
classes?: HvHeaderActionsClasses;
|
|
@@ -4055,10 +3971,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
|
4055
3971
|
*/
|
|
4056
3972
|
export declare const HvHeaderBrand: (props: HvHeaderBrandProps) => JSX_2.Element;
|
|
4057
3973
|
|
|
4058
|
-
export declare
|
|
4059
|
-
root?: string;
|
|
4060
|
-
separator?: string;
|
|
4061
|
-
}
|
|
3974
|
+
export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_31>;
|
|
4062
3975
|
|
|
4063
3976
|
export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
4064
3977
|
logo?: React.ReactNode;
|
|
@@ -4066,11 +3979,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
|
4066
3979
|
classes?: HvHeaderBrandClasses;
|
|
4067
3980
|
}
|
|
4068
3981
|
|
|
4069
|
-
export declare
|
|
4070
|
-
root?: string;
|
|
4071
|
-
header?: string;
|
|
4072
|
-
backgroundColor?: string;
|
|
4073
|
-
}
|
|
3982
|
+
export declare type HvHeaderClasses = ExtractNames<typeof useClasses_29>;
|
|
4074
3983
|
|
|
4075
3984
|
declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
|
|
4076
3985
|
headers: Array<HvHeaderGroup<D, H>>;
|
|
@@ -4086,7 +3995,9 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
|
|
|
4086
3995
|
currentLevel: number;
|
|
4087
3996
|
}
|
|
4088
3997
|
|
|
4089
|
-
export declare const HvHeaderMenuItem: ({ id, item, type, onClick, levels, currentLevel, }: HvHeaderMenuItemProps) => JSX_2.Element;
|
|
3998
|
+
export declare const HvHeaderMenuItem: ({ id, item, type, onClick, levels, currentLevel, classes: classesProp, className, }: HvHeaderMenuItemProps) => JSX_2.Element;
|
|
3999
|
+
|
|
4000
|
+
declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_32>;
|
|
4090
4001
|
|
|
4091
4002
|
declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
4092
4003
|
item: HvHeaderNavigationItemProp;
|
|
@@ -4094,13 +4005,12 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
|
|
|
4094
4005
|
onClick?: (event: MouseEvent_2, selection: HvHeaderNavigationItemProp) => void;
|
|
4095
4006
|
levels: number;
|
|
4096
4007
|
currentLevel: number;
|
|
4008
|
+
classes?: HvHeaderMenuItemClasses;
|
|
4097
4009
|
}
|
|
4098
4010
|
|
|
4099
4011
|
export declare const HvHeaderNavigation: (props: HvHeaderNavigationProps) => JSX_2.Element;
|
|
4100
4012
|
|
|
4101
|
-
export declare
|
|
4102
|
-
root?: string;
|
|
4103
|
-
}
|
|
4013
|
+
export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_33>;
|
|
4104
4014
|
|
|
4105
4015
|
export declare interface HvHeaderNavigationItemProp {
|
|
4106
4016
|
id: string;
|
|
@@ -4154,20 +4064,16 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4154
4064
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4155
4065
|
}
|
|
4156
4066
|
|
|
4157
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4067
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_84>;
|
|
4158
4068
|
|
|
4159
4069
|
/**
|
|
4160
4070
|
* Provides the user with additional descriptive text for the form element.
|
|
4161
4071
|
*/
|
|
4162
4072
|
export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
|
|
4163
4073
|
|
|
4164
|
-
export declare
|
|
4165
|
-
root?: string;
|
|
4166
|
-
infoDisabled?: string;
|
|
4167
|
-
gutter?: string;
|
|
4168
|
-
}
|
|
4074
|
+
export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_6>;
|
|
4169
4075
|
|
|
4170
|
-
export declare interface HvInfoMessageProps extends
|
|
4076
|
+
export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
4171
4077
|
/** If `true` the label is disabled. */
|
|
4172
4078
|
disabled?: boolean;
|
|
4173
4079
|
/** If `true` the info message won't have margins. */
|
|
@@ -4182,7 +4088,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4182
4088
|
*/
|
|
4183
4089
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4184
4090
|
|
|
4185
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4091
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_86>;
|
|
4186
4092
|
|
|
4187
4093
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4188
4094
|
/** The value of the form element. */
|
|
@@ -4210,7 +4116,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4210
4116
|
*/
|
|
4211
4117
|
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4212
4118
|
|
|
4213
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4119
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_45>;
|
|
4214
4120
|
|
|
4215
4121
|
export declare interface HvInputLabels {
|
|
4216
4122
|
/** The label of the clear button. */
|
|
@@ -4437,13 +4343,9 @@ export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "childre
|
|
|
4437
4343
|
*/
|
|
4438
4344
|
export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
|
|
4439
4345
|
|
|
4440
|
-
export declare
|
|
4441
|
-
root?: string;
|
|
4442
|
-
labelDisabled?: string;
|
|
4443
|
-
childGutter?: string;
|
|
4444
|
-
}
|
|
4346
|
+
export declare type HvLabelClasses = ExtractNames<typeof useClasses_5>;
|
|
4445
4347
|
|
|
4446
|
-
export declare interface HvLabelProps extends
|
|
4348
|
+
export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
4447
4349
|
/** Id to be applied to the root node */
|
|
4448
4350
|
id?: string;
|
|
4449
4351
|
/** The text to be shown by the label. */
|
|
@@ -4460,7 +4362,7 @@ export declare interface HvLabelProps extends HvBaseProps {
|
|
|
4460
4362
|
|
|
4461
4363
|
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
|
|
4462
4364
|
|
|
4463
|
-
export declare type HvLeftControlClasses = ExtractNames<typeof
|
|
4365
|
+
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_77>;
|
|
4464
4366
|
|
|
4465
4367
|
export declare interface HvLeftControlProps extends HvBaseProps {
|
|
4466
4368
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -4684,19 +4586,7 @@ export declare interface HvListValue extends HvExtraProps {
|
|
|
4684
4586
|
*/
|
|
4685
4587
|
export declare const HvLoading: (props: HvLoadingProps) => JSX_2.Element;
|
|
4686
4588
|
|
|
4687
|
-
export declare
|
|
4688
|
-
root?: string;
|
|
4689
|
-
barContainer?: string;
|
|
4690
|
-
loadingBar?: string;
|
|
4691
|
-
label?: string;
|
|
4692
|
-
overlay?: string;
|
|
4693
|
-
blur?: string;
|
|
4694
|
-
hidden?: string;
|
|
4695
|
-
small?: string;
|
|
4696
|
-
regular?: string;
|
|
4697
|
-
smallColor?: string;
|
|
4698
|
-
regularColor?: string;
|
|
4699
|
-
}
|
|
4589
|
+
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_34>;
|
|
4700
4590
|
|
|
4701
4591
|
export declare interface HvLoadingProps extends HvBaseProps {
|
|
4702
4592
|
/** Indicates if the component should be render in a small size. */
|
|
@@ -4715,10 +4605,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4715
4605
|
*/
|
|
4716
4606
|
export declare const HvLogin: (props: HvLoginProps) => JSX_2.Element;
|
|
4717
4607
|
|
|
4718
|
-
export declare
|
|
4719
|
-
root?: string;
|
|
4720
|
-
formContainer?: string;
|
|
4721
|
-
}
|
|
4608
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_75>;
|
|
4722
4609
|
|
|
4723
4610
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4724
4611
|
/**
|
|
@@ -4815,7 +4702,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4815
4702
|
*/
|
|
4816
4703
|
export declare const HvPagination: (props: HvPaginationProps) => JSX_2.Element;
|
|
4817
4704
|
|
|
4818
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4705
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_54>;
|
|
4819
4706
|
|
|
4820
4707
|
export declare interface HvPaginationLabels {
|
|
4821
4708
|
/** The show label. */
|
|
@@ -4888,10 +4775,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
4888
4775
|
*/
|
|
4889
4776
|
export declare const HvPanel: (props: HvPanelProps) => JSX_2.Element;
|
|
4890
4777
|
|
|
4891
|
-
export declare
|
|
4892
|
-
/** Styles applied to the component root class. */
|
|
4893
|
-
root?: string;
|
|
4894
|
-
}
|
|
4778
|
+
export declare type HvPanelClasses = ExtractNames<typeof useClasses_35>;
|
|
4895
4779
|
|
|
4896
4780
|
export declare interface HvPanelProps extends HvBaseProps {
|
|
4897
4781
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -4902,16 +4786,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
|
|
|
4902
4786
|
|
|
4903
4787
|
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
|
|
4904
4788
|
|
|
4905
|
-
export declare
|
|
4906
|
-
root?: string;
|
|
4907
|
-
progress?: string;
|
|
4908
|
-
progressBar?: string;
|
|
4909
|
-
progressBarLabel?: string;
|
|
4910
|
-
progressContainer?: string;
|
|
4911
|
-
progressDone?: string;
|
|
4912
|
-
progressBarContainer?: string;
|
|
4913
|
-
progressError?: string;
|
|
4914
|
-
}
|
|
4789
|
+
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_36>;
|
|
4915
4790
|
|
|
4916
4791
|
/**
|
|
4917
4792
|
* ProgressBar provides feedback about a process that is taking place in the application.
|
|
@@ -5014,7 +4889,7 @@ export declare interface HvProviderProps {
|
|
|
5014
4889
|
*/
|
|
5015
4890
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
5016
4891
|
|
|
5017
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4892
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_88>;
|
|
5018
4893
|
|
|
5019
4894
|
export declare interface HvQueryBuilderProps {
|
|
5020
4895
|
attributes?: Record<string, Attribute>;
|
|
@@ -5065,7 +4940,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
5065
4940
|
*/
|
|
5066
4941
|
export declare const HvRadio: (props: HvRadioProps) => JSX_2.Element;
|
|
5067
4942
|
|
|
5068
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
4943
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_47>;
|
|
5069
4944
|
|
|
5070
4945
|
/**
|
|
5071
4946
|
* A group of radio buttons.
|
|
@@ -5074,7 +4949,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_28>;
|
|
|
5074
4949
|
*/
|
|
5075
4950
|
export declare const HvRadioGroup: (props: HvRadioGroupProps) => JSX_2.Element;
|
|
5076
4951
|
|
|
5077
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
4952
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_50>;
|
|
5078
4953
|
|
|
5079
4954
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
5080
4955
|
/**
|
|
@@ -5265,7 +5140,7 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5265
5140
|
|
|
5266
5141
|
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5267
5142
|
|
|
5268
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5143
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_78>;
|
|
5269
5144
|
|
|
5270
5145
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5271
5146
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5304,7 +5179,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5304
5179
|
*/
|
|
5305
5180
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5306
5181
|
|
|
5307
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5182
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_85>;
|
|
5308
5183
|
|
|
5309
5184
|
export declare interface HvScrollToHorizontalOption {
|
|
5310
5185
|
key?: string;
|
|
@@ -5357,7 +5232,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5357
5232
|
*/
|
|
5358
5233
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5359
5234
|
|
|
5360
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5235
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_83>;
|
|
5361
5236
|
|
|
5362
5237
|
export declare interface HvScrollToVerticalOption {
|
|
5363
5238
|
key?: string;
|
|
@@ -5411,16 +5286,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
|
|
|
5411
5286
|
*/
|
|
5412
5287
|
export declare const HvSelectionList: (props: HvSelectionListProps) => JSX_2.Element;
|
|
5413
5288
|
|
|
5414
|
-
export declare
|
|
5415
|
-
root?: string;
|
|
5416
|
-
error?: string;
|
|
5417
|
-
listbox?: string;
|
|
5418
|
-
label?: string;
|
|
5419
|
-
description?: string;
|
|
5420
|
-
horizontal?: string;
|
|
5421
|
-
vertical?: string;
|
|
5422
|
-
invalid?: string;
|
|
5423
|
-
}
|
|
5289
|
+
export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_8>;
|
|
5424
5290
|
|
|
5425
5291
|
export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
|
|
5426
5292
|
/** The form element name. */
|
|
@@ -5673,11 +5539,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5673
5539
|
*/
|
|
5674
5540
|
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5675
5541
|
|
|
5676
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5542
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_61>;
|
|
5677
5543
|
|
|
5678
5544
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5679
5545
|
|
|
5680
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5546
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_62>;
|
|
5681
5547
|
|
|
5682
5548
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5683
5549
|
/** The message to display. */
|
|
@@ -5731,7 +5597,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5731
5597
|
|
|
5732
5598
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5733
5599
|
|
|
5734
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5600
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_63>;
|
|
5735
5601
|
|
|
5736
5602
|
export declare interface HvSnackbarProviderProps {
|
|
5737
5603
|
/** Your component tree. */
|
|
@@ -5761,9 +5627,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
|
5761
5627
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5762
5628
|
}
|
|
5763
5629
|
|
|
5764
|
-
export declare
|
|
5765
|
-
root?: string;
|
|
5766
|
-
}
|
|
5630
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_37>;
|
|
5767
5631
|
|
|
5768
5632
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5769
5633
|
|
|
@@ -5796,11 +5660,7 @@ export declare interface HvSuggestion {
|
|
|
5796
5660
|
|
|
5797
5661
|
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
5798
5662
|
|
|
5799
|
-
export declare
|
|
5800
|
-
root?: string;
|
|
5801
|
-
list?: string;
|
|
5802
|
-
popper?: string;
|
|
5803
|
-
}
|
|
5663
|
+
export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_9>;
|
|
5804
5664
|
|
|
5805
5665
|
export declare interface HvSuggestionsProps extends HvBaseProps {
|
|
5806
5666
|
/** Whether suggestions is visible. */
|
|
@@ -5829,7 +5689,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5829
5689
|
*/
|
|
5830
5690
|
export declare const HvSwitch: (props: HvSwitchProps) => JSX_2.Element;
|
|
5831
5691
|
|
|
5832
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
5692
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_46>;
|
|
5833
5693
|
|
|
5834
5694
|
export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
|
|
5835
5695
|
|
|
@@ -5979,10 +5839,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
5979
5839
|
*/
|
|
5980
5840
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
5981
5841
|
|
|
5982
|
-
export declare
|
|
5983
|
-
/** Styles applied to the component root class. */
|
|
5984
|
-
root?: string;
|
|
5985
|
-
}
|
|
5842
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_70>;
|
|
5986
5843
|
|
|
5987
5844
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
5988
5845
|
/**
|
|
@@ -6016,7 +5873,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6016
5873
|
|
|
6017
5874
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6018
5875
|
|
|
6019
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
5876
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_74>;
|
|
6020
5877
|
|
|
6021
5878
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6022
5879
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6055,16 +5912,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
6055
5912
|
|
|
6056
5913
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
6057
5914
|
|
|
6058
|
-
export declare
|
|
6059
|
-
/** Styles applied to the component root class. */
|
|
6060
|
-
root?: string;
|
|
6061
|
-
/** Styles applied to the component root class when it has a sticky header. */
|
|
6062
|
-
stickyHeader?: string;
|
|
6063
|
-
/** Styles applied to the component root class when it has sticky columns. */
|
|
6064
|
-
stickyColumns?: string;
|
|
6065
|
-
/** Styles applied to the component root class when it has sticky columns. */
|
|
6066
|
-
listRow?: string;
|
|
6067
|
-
}
|
|
5915
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_68>;
|
|
6068
5916
|
|
|
6069
5917
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
6070
5918
|
|
|
@@ -6078,10 +5926,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
6078
5926
|
*/
|
|
6079
5927
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
6080
5928
|
|
|
6081
|
-
export declare
|
|
6082
|
-
/** Styles applied to the component root class. */
|
|
6083
|
-
root?: string;
|
|
6084
|
-
}
|
|
5929
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_69>;
|
|
6085
5930
|
|
|
6086
5931
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
6087
5932
|
/**
|
|
@@ -6105,86 +5950,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
6105
5950
|
*/
|
|
6106
5951
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
6107
5952
|
|
|
6108
|
-
export declare
|
|
6109
|
-
/** Styles applied to the component root class. */
|
|
6110
|
-
root?: string;
|
|
6111
|
-
/** Styles applied when the table has a sticky header. */
|
|
6112
|
-
stickyHeader?: string;
|
|
6113
|
-
}
|
|
5953
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_71>;
|
|
6114
5954
|
|
|
6115
5955
|
/**
|
|
6116
5956
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
6117
5957
|
*/
|
|
6118
5958
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
6119
5959
|
|
|
6120
|
-
export declare
|
|
6121
|
-
/** Styles applied to the component root class. */
|
|
6122
|
-
root?: string;
|
|
6123
|
-
/** Styles applied to the cell when it's in the table head. */
|
|
6124
|
-
head?: string;
|
|
6125
|
-
/** Styles applied to the cell when it's in the table body. */
|
|
6126
|
-
body?: string;
|
|
6127
|
-
/** Styles applied to the cell when it's in the table footer. */
|
|
6128
|
-
footer?: string;
|
|
6129
|
-
/** Styles applied to the cell when it's part of a sticky column. */
|
|
6130
|
-
stickyColumn?: string;
|
|
6131
|
-
/** Styles applied to the cell when it's part of the last sticky to the left column. */
|
|
6132
|
-
stickyColumnMostLeft?: string;
|
|
6133
|
-
/** Styles applied to the cell when it's part of the first right sticky column. */
|
|
6134
|
-
stickyColumnLeastRight?: string;
|
|
6135
|
-
/** Styles applied to the cell when it's part of the first column in the group. */
|
|
6136
|
-
groupColumnMostLeft?: string;
|
|
6137
|
-
/** Styles applied to the cell when it's part of the last column in the group. */
|
|
6138
|
-
groupColumnMostRight?: string;
|
|
6139
|
-
/** Styles applied to the container of the header cell content. */
|
|
6140
|
-
headerContent?: string;
|
|
6141
|
-
/** Styles applied to the text of the header cell. */
|
|
6142
|
-
headerText?: string;
|
|
6143
|
-
/** Styles applied to the text of the header cell when it is a paragraph. */
|
|
6144
|
-
headerParagraph?: string;
|
|
6145
|
-
/** Styles applied to the text of the header cell when it is sorted. */
|
|
6146
|
-
sortableHeaderText?: string;
|
|
6147
|
-
/** Styles applied to the component root when it is sorted. */
|
|
6148
|
-
sorted?: string;
|
|
6149
|
-
/** Styles applied to the component root when it is sortable. */
|
|
6150
|
-
sortable?: string;
|
|
6151
|
-
/** Styles applied to the sort button component. */
|
|
6152
|
-
sortButton?: string;
|
|
6153
|
-
/** Styles applied to the sort icon component. */
|
|
6154
|
-
sortIcon?: string;
|
|
6155
|
-
/** Styles applied to the component root when it is left aligned */
|
|
6156
|
-
alignLeft?: string;
|
|
6157
|
-
/** Styles applied to the component root when it is right aligned */
|
|
6158
|
-
alignRight?: string;
|
|
6159
|
-
/** Styles applied to the component root when it is center aligned */
|
|
6160
|
-
alignCenter?: string;
|
|
6161
|
-
/** Styles applied to the component root when it is justified */
|
|
6162
|
-
alignJustify?: string;
|
|
6163
|
-
/** Styles applied to the header content when it is left aligned */
|
|
6164
|
-
alignFlexLeft?: string;
|
|
6165
|
-
/** Styles applied to the header content when it is right aligned */
|
|
6166
|
-
alignFlexRight?: string;
|
|
6167
|
-
/** Styles applied to the header content when it is center aligned */
|
|
6168
|
-
alignFlexCenter?: string;
|
|
6169
|
-
/** Styles applied to the header content when it is justified */
|
|
6170
|
-
alignFlexJustify?: string;
|
|
6171
|
-
/** Styles applied to the component root when its variant is checkbox */
|
|
6172
|
-
variantCheckbox?: string;
|
|
6173
|
-
/** Styles applied to the component root when its variant is expand */
|
|
6174
|
-
variantExpand?: string;
|
|
6175
|
-
/** Styles applied to the component root when its variant is actions */
|
|
6176
|
-
variantActions?: string;
|
|
6177
|
-
/** Styles applied to the component root when its variant is none */
|
|
6178
|
-
variantNone?: string;
|
|
6179
|
-
/** Styles applied to the component root when its variant is list row */
|
|
6180
|
-
variantList?: string;
|
|
6181
|
-
/** Styles applied to the cell when it's part of a resizable column. */
|
|
6182
|
-
resizable?: string;
|
|
6183
|
-
/** Styles applied to the cell when it's part of a resizing column. */
|
|
6184
|
-
resizing?: string;
|
|
6185
|
-
/** Styles applied to the resizer object when column is resizable. */
|
|
6186
|
-
resizer?: string;
|
|
6187
|
-
}
|
|
5960
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_72>;
|
|
6188
5961
|
|
|
6189
5962
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6190
5963
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6323,7 +6096,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6323
6096
|
*/
|
|
6324
6097
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6325
6098
|
|
|
6326
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6099
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_73>;
|
|
6327
6100
|
|
|
6328
6101
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6329
6102
|
/** Content to be rendered */
|
|
@@ -6367,12 +6140,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children">, HvBasePr
|
|
|
6367
6140
|
*/
|
|
6368
6141
|
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6369
6142
|
|
|
6370
|
-
export declare
|
|
6371
|
-
root?: string;
|
|
6372
|
-
flexContainer?: string;
|
|
6373
|
-
indicator?: string;
|
|
6374
|
-
scroller?: string;
|
|
6375
|
-
}
|
|
6143
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_38>;
|
|
6376
6144
|
|
|
6377
6145
|
export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonElement, "onChange"> {
|
|
6378
6146
|
/**
|
|
@@ -6576,20 +6344,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6576
6344
|
*/
|
|
6577
6345
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6578
6346
|
|
|
6579
|
-
export declare
|
|
6580
|
-
root?: string;
|
|
6581
|
-
disabled?: string;
|
|
6582
|
-
resizable?: string;
|
|
6583
|
-
invalid?: string;
|
|
6584
|
-
baseInput?: string;
|
|
6585
|
-
input?: string;
|
|
6586
|
-
inputResizable?: string;
|
|
6587
|
-
labelContainer?: string;
|
|
6588
|
-
label?: string;
|
|
6589
|
-
description?: string;
|
|
6590
|
-
characterCounter?: string;
|
|
6591
|
-
error?: string;
|
|
6592
|
-
}
|
|
6347
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_48>;
|
|
6593
6348
|
|
|
6594
6349
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus"> {
|
|
6595
6350
|
/**
|
|
@@ -6732,11 +6487,11 @@ declare interface HvThemeProviderProps {
|
|
|
6732
6487
|
/**
|
|
6733
6488
|
* The HvTimeAgo component implements the Design System relative time format guidelines.
|
|
6734
6489
|
*/
|
|
6735
|
-
export declare const HvTimeAgo: (props: HvTimeAgoProps) =>
|
|
6490
|
+
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6736
6491
|
|
|
6737
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6492
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_87>;
|
|
6738
6493
|
|
|
6739
|
-
export declare
|
|
6494
|
+
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6740
6495
|
/**
|
|
6741
6496
|
* The timestamp to format, in seconds or milliseconds.
|
|
6742
6497
|
* Defaults to `emptyElement` if value is null or 0
|
|
@@ -6747,23 +6502,14 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
6747
6502
|
* @see https://day.js.org/docs/en/i18n/i18n
|
|
6748
6503
|
*/
|
|
6749
6504
|
locale?: string;
|
|
6750
|
-
/**
|
|
6751
|
-
* The component used for the root node. Either a string to use a HTML element or a component.
|
|
6752
|
-
* Defaults to `HvTypography`.
|
|
6753
|
-
*/
|
|
6754
|
-
component?: React.ElementType<React.HTMLAttributes<HTMLElement>>;
|
|
6755
6505
|
/**
|
|
6756
6506
|
* The element to render when the timestamp is null or 0
|
|
6757
6507
|
* Defaults to `—` (Em Dash)
|
|
6758
6508
|
*/
|
|
6759
6509
|
emptyElement?: React.ReactNode;
|
|
6760
|
-
/**
|
|
6761
|
-
* Disables periodic date refreshes
|
|
6762
|
-
*/
|
|
6510
|
+
/** Disables periodic date refreshes */
|
|
6763
6511
|
disableRefresh?: boolean;
|
|
6764
|
-
/**
|
|
6765
|
-
* Whether to show seconds in the rendered time
|
|
6766
|
-
*/
|
|
6512
|
+
/** Whether to show seconds in the rendered time */
|
|
6767
6513
|
showSeconds?: boolean;
|
|
6768
6514
|
/**
|
|
6769
6515
|
* Whether the component should render just the string
|
|
@@ -6772,14 +6518,14 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
6772
6518
|
justText?: boolean;
|
|
6773
6519
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6774
6520
|
classes?: HvTimeAgoClasses;
|
|
6775
|
-
}
|
|
6521
|
+
}>;
|
|
6776
6522
|
|
|
6777
6523
|
/**
|
|
6778
6524
|
* A Time Picker allows the user to choose a specific time or a time range.
|
|
6779
6525
|
*/
|
|
6780
6526
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6781
6527
|
|
|
6782
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6528
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_92>;
|
|
6783
6529
|
|
|
6784
6530
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6785
6531
|
|
|
@@ -6927,15 +6673,14 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
|
|
|
6927
6673
|
/**
|
|
6928
6674
|
* Typography component is used to render text and paragraphs within an interface.
|
|
6929
6675
|
*/
|
|
6930
|
-
export declare const HvTypography:
|
|
6676
|
+
export declare const HvTypography: <C extends React.ElementType = "p">(props: HvTypographyProps<C>) => React.ReactElement | null;
|
|
6931
6677
|
|
|
6932
6678
|
export declare type HvTypographyClasses = ExtractNames<typeof useClasses>;
|
|
6933
6679
|
|
|
6934
6680
|
/** @deprecated */
|
|
6935
6681
|
export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
|
|
6936
6682
|
|
|
6937
|
-
export declare
|
|
6938
|
-
component?: React.ElementType;
|
|
6683
|
+
export declare type HvTypographyProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6939
6684
|
/** Use the variant prop to change the visual style of the Typography. */
|
|
6940
6685
|
variant?: HvTypographyVariants | HvTypographyLegacyVariants;
|
|
6941
6686
|
/** If `true` the typography will display the look of a link. */
|
|
@@ -6953,7 +6698,7 @@ export declare interface HvTypographyProps extends Omit<AllHTMLAttributes<HTMLEl
|
|
|
6953
6698
|
noWrap?: boolean;
|
|
6954
6699
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6955
6700
|
classes?: HvTypographyClasses;
|
|
6956
|
-
}
|
|
6701
|
+
}>;
|
|
6957
6702
|
|
|
6958
6703
|
export declare type HvTypographyVariants = (typeof typographyVariants)[number];
|
|
6959
6704
|
|
|
@@ -7490,22 +7235,14 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7490
7235
|
children?: React.ReactNode;
|
|
7491
7236
|
}
|
|
7492
7237
|
|
|
7493
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7238
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_82>;
|
|
7494
7239
|
|
|
7495
7240
|
/**
|
|
7496
7241
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
7497
7242
|
*/
|
|
7498
7243
|
export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
|
|
7499
7244
|
|
|
7500
|
-
export declare
|
|
7501
|
-
root?: string;
|
|
7502
|
-
defaultIcon?: string;
|
|
7503
|
-
warningText?: string;
|
|
7504
|
-
show?: string;
|
|
7505
|
-
topGutter?: string;
|
|
7506
|
-
hideText?: string;
|
|
7507
|
-
topBorder?: string;
|
|
7508
|
-
}
|
|
7245
|
+
export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_7>;
|
|
7509
7246
|
|
|
7510
7247
|
export declare interface HvWarningTextProps extends HvBaseProps {
|
|
7511
7248
|
/** Icon to be rendered alongside the warning text. */
|
|
@@ -7555,8 +7292,8 @@ export declare const inputClasses: {
|
|
|
7555
7292
|
input: "HvInput-input";
|
|
7556
7293
|
label: "HvInput-label";
|
|
7557
7294
|
icon: "HvInput-icon";
|
|
7558
|
-
error: "HvInput-error";
|
|
7559
7295
|
root: "HvInput-root";
|
|
7296
|
+
error: "HvInput-error";
|
|
7560
7297
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7561
7298
|
inputRoot: "HvInput-inputRoot";
|
|
7562
7299
|
inputRootFocused: "HvInput-inputRootFocused";
|
|
@@ -7656,9 +7393,9 @@ export declare const listContainerClasses: {
|
|
|
7656
7393
|
export declare const listItemClasses: {
|
|
7657
7394
|
condensed: "HvListItem-condensed";
|
|
7658
7395
|
disabled: "HvListItem-disabled";
|
|
7396
|
+
root: "HvListItem-root";
|
|
7659
7397
|
selected: "HvListItem-selected";
|
|
7660
7398
|
focus: "HvListItem-focus";
|
|
7661
|
-
root: "HvListItem-root";
|
|
7662
7399
|
interactive: "HvListItem-interactive";
|
|
7663
7400
|
endAdornment: "HvListItem-endAdornment";
|
|
7664
7401
|
startAdornment: "HvListItem-startAdornment";
|
|
@@ -7672,13 +7409,13 @@ export declare const loadingClasses: {
|
|
|
7672
7409
|
small: "HvLoading-small";
|
|
7673
7410
|
label: "HvLoading-label";
|
|
7674
7411
|
overlay: "HvLoading-overlay";
|
|
7675
|
-
blur: "HvLoading-blur";
|
|
7676
7412
|
root: "HvLoading-root";
|
|
7677
|
-
|
|
7678
|
-
regularColor: "HvLoading-regularColor";
|
|
7679
|
-
smallColor: "HvLoading-smallColor";
|
|
7413
|
+
blur: "HvLoading-blur";
|
|
7680
7414
|
barContainer: "HvLoading-barContainer";
|
|
7681
7415
|
loadingBar: "HvLoading-loadingBar";
|
|
7416
|
+
regular: "HvLoading-regular";
|
|
7417
|
+
smallColor: "HvLoading-smallColor";
|
|
7418
|
+
regularColor: "HvLoading-regularColor";
|
|
7682
7419
|
};
|
|
7683
7420
|
|
|
7684
7421
|
export declare const loginClasses: {
|
|
@@ -7689,8 +7426,8 @@ export declare const loginClasses: {
|
|
|
7689
7426
|
export declare const multiButtonClasses: {
|
|
7690
7427
|
button: "HvMultiButton-button";
|
|
7691
7428
|
vertical: "HvMultiButton-vertical";
|
|
7692
|
-
selected: "HvMultiButton-selected";
|
|
7693
7429
|
root: "HvMultiButton-root";
|
|
7430
|
+
selected: "HvMultiButton-selected";
|
|
7694
7431
|
};
|
|
7695
7432
|
|
|
7696
7433
|
export declare const multiSelectionEventHandler: (evt: any, index: any, selectionAnchor: any, allValues: any, selectedState: any, selectionCheck: any) => any[];
|
|
@@ -7953,9 +7690,9 @@ export declare const radioGroupClasses: {
|
|
|
7953
7690
|
group: "HvRadioGroup-group";
|
|
7954
7691
|
horizontal: "HvRadioGroup-horizontal";
|
|
7955
7692
|
vertical: "HvRadioGroup-vertical";
|
|
7693
|
+
root: "HvRadioGroup-root";
|
|
7956
7694
|
error: "HvRadioGroup-error";
|
|
7957
7695
|
invalid: "HvRadioGroup-invalid";
|
|
7958
|
-
root: "HvRadioGroup-root";
|
|
7959
7696
|
};
|
|
7960
7697
|
|
|
7961
7698
|
export declare class Random {
|
|
@@ -7977,10 +7714,10 @@ export declare const rightControlClasses: {
|
|
|
7977
7714
|
};
|
|
7978
7715
|
|
|
7979
7716
|
export declare const scrollToHorizontalClasses: {
|
|
7980
|
-
selected: "HvScrollToHorizontal-selected";
|
|
7981
7717
|
root: "HvScrollToHorizontal-root";
|
|
7982
|
-
|
|
7718
|
+
selected: "HvScrollToHorizontal-selected";
|
|
7983
7719
|
positionSticky: "HvScrollToHorizontal-positionSticky";
|
|
7720
|
+
positionFixed: "HvScrollToHorizontal-positionFixed";
|
|
7984
7721
|
notSelectedRoot: "HvScrollToHorizontal-notSelectedRoot";
|
|
7985
7722
|
notSelected: "HvScrollToHorizontal-notSelected";
|
|
7986
7723
|
};
|
|
@@ -7996,9 +7733,9 @@ export declare const selectionListClasses: {
|
|
|
7996
7733
|
listbox: "HvSelectionList-listbox";
|
|
7997
7734
|
horizontal: "HvSelectionList-horizontal";
|
|
7998
7735
|
vertical: "HvSelectionList-vertical";
|
|
7736
|
+
root: "HvSelectionList-root";
|
|
7999
7737
|
error: "HvSelectionList-error";
|
|
8000
7738
|
invalid: "HvSelectionList-invalid";
|
|
8001
|
-
root: "HvSelectionList-root";
|
|
8002
7739
|
description: "HvSelectionList-description";
|
|
8003
7740
|
};
|
|
8004
7741
|
|
|
@@ -8013,8 +7750,8 @@ export declare const setUid: (id: any, suffix: any) => string | undefined;
|
|
|
8013
7750
|
|
|
8014
7751
|
export declare const sliderClasses: {
|
|
8015
7752
|
label: "HvSlider-label";
|
|
8016
|
-
error: "HvSlider-error";
|
|
8017
7753
|
root: "HvSlider-root";
|
|
7754
|
+
error: "HvSlider-error";
|
|
8018
7755
|
rootDisabled: "HvSlider-rootDisabled";
|
|
8019
7756
|
labelContainer: "HvSlider-labelContainer";
|
|
8020
7757
|
rootRange: "HvSlider-rootRange";
|
|
@@ -8044,11 +7781,11 @@ export declare const snackbarClasses: {
|
|
|
8044
7781
|
|
|
8045
7782
|
export declare const snackbarContentClasses: {
|
|
8046
7783
|
default: "HvSnackbar-Content-default";
|
|
7784
|
+
root: "HvSnackbar-Content-root";
|
|
7785
|
+
warning: "HvSnackbar-Content-warning";
|
|
8047
7786
|
action: "HvSnackbar-Content-action";
|
|
8048
7787
|
error: "HvSnackbar-Content-error";
|
|
8049
|
-
warning: "HvSnackbar-Content-warning";
|
|
8050
7788
|
success: "HvSnackbar-Content-success";
|
|
8051
|
-
root: "HvSnackbar-Content-root";
|
|
8052
7789
|
message: "HvSnackbar-Content-message";
|
|
8053
7790
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
8054
7791
|
messageText: "HvSnackbar-Content-messageText";
|
|
@@ -8062,7 +7799,14 @@ export declare const snackbarProviderClasses: {
|
|
|
8062
7799
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
8063
7800
|
|
|
8064
7801
|
export declare const stackClasses: {
|
|
7802
|
+
row: "HvStack-row";
|
|
7803
|
+
column: "HvStack-column";
|
|
8065
7804
|
root: "HvStack-root";
|
|
7805
|
+
xs: "HvStack-xs";
|
|
7806
|
+
sm: "HvStack-sm";
|
|
7807
|
+
md: "HvStack-md";
|
|
7808
|
+
lg: "HvStack-lg";
|
|
7809
|
+
xl: "HvStack-xl";
|
|
8066
7810
|
};
|
|
8067
7811
|
|
|
8068
7812
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
@@ -8075,8 +7819,8 @@ export declare const suggestionsClasses: {
|
|
|
8075
7819
|
|
|
8076
7820
|
export declare const switchClasses: {
|
|
8077
7821
|
label: "HvSwitch-label";
|
|
8078
|
-
error: "HvSwitch-error";
|
|
8079
7822
|
root: "HvSwitch-root";
|
|
7823
|
+
error: "HvSwitch-error";
|
|
8080
7824
|
switchContainer: "HvSwitch-switchContainer";
|
|
8081
7825
|
invalidSwitch: "HvSwitch-invalidSwitch";
|
|
8082
7826
|
};
|
|
@@ -8085,8 +7829,8 @@ declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSPro
|
|
|
8085
7829
|
|
|
8086
7830
|
export declare const tabClasses: {
|
|
8087
7831
|
disabled: "HvTab-disabled";
|
|
8088
|
-
selected: "HvTab-selected";
|
|
8089
7832
|
root: "HvTab-root";
|
|
7833
|
+
selected: "HvTab-selected";
|
|
8090
7834
|
focusVisible: "HvTab-focusVisible";
|
|
8091
7835
|
};
|
|
8092
7836
|
|
|
@@ -8178,8 +7922,8 @@ export declare const tableRowClasses: {
|
|
|
8178
7922
|
footer: "HvTableRow-footer";
|
|
8179
7923
|
head: "HvTableRow-head";
|
|
8180
7924
|
expanded: "HvTableRow-expanded";
|
|
8181
|
-
selected: "HvTableRow-selected";
|
|
8182
7925
|
root: "HvTableRow-root";
|
|
7926
|
+
selected: "HvTableRow-selected";
|
|
8183
7927
|
hover: "HvTableRow-hover";
|
|
8184
7928
|
striped: "HvTableRow-striped";
|
|
8185
7929
|
variantList: "HvTableRow-variantList";
|
|
@@ -8189,8 +7933,8 @@ export declare const tableRowClasses: {
|
|
|
8189
7933
|
export declare const tabsClasses: {
|
|
8190
7934
|
root: "HvTabs-root";
|
|
8191
7935
|
indicator: "HvTabs-indicator";
|
|
8192
|
-
flexContainer: "HvTabs-flexContainer";
|
|
8193
7936
|
scroller: "HvTabs-scroller";
|
|
7937
|
+
flexContainer: "HvTabs-flexContainer";
|
|
8194
7938
|
};
|
|
8195
7939
|
|
|
8196
7940
|
export declare const tagClasses: {
|
|
@@ -8213,9 +7957,9 @@ export declare const tagsInputClasses: {
|
|
|
8213
7957
|
input: "HvTagsInput-input";
|
|
8214
7958
|
label: "HvTagsInput-label";
|
|
8215
7959
|
disabled: "HvTagsInput-disabled";
|
|
7960
|
+
root: "HvTagsInput-root";
|
|
8216
7961
|
error: "HvTagsInput-error";
|
|
8217
7962
|
invalid: "HvTagsInput-invalid";
|
|
8218
|
-
root: "HvTagsInput-root";
|
|
8219
7963
|
resizable: "HvTagsInput-resizable";
|
|
8220
7964
|
description: "HvTagsInput-description";
|
|
8221
7965
|
labelContainer: "HvTagsInput-labelContainer";
|
|
@@ -8240,10 +7984,10 @@ export declare const textAreaClasses: {
|
|
|
8240
7984
|
input: "HvTextArea-input";
|
|
8241
7985
|
label: "HvTextArea-label";
|
|
8242
7986
|
disabled: "HvTextArea-disabled";
|
|
7987
|
+
root: "HvTextArea-root";
|
|
7988
|
+
baseInput: "HvTextArea-baseInput";
|
|
8243
7989
|
error: "HvTextArea-error";
|
|
8244
7990
|
invalid: "HvTextArea-invalid";
|
|
8245
|
-
baseInput: "HvTextArea-baseInput";
|
|
8246
|
-
root: "HvTextArea-root";
|
|
8247
7991
|
resizable: "HvTextArea-resizable";
|
|
8248
7992
|
inputResizable: "HvTextArea-inputResizable";
|
|
8249
7993
|
description: "HvTextArea-description";
|
|
@@ -8265,8 +8009,8 @@ export declare const timePickerClasses: {
|
|
|
8265
8009
|
placeholder: "HvTimePicker-placeholder";
|
|
8266
8010
|
label: "HvTimePicker-label";
|
|
8267
8011
|
icon: "HvTimePicker-icon";
|
|
8268
|
-
error: "HvTimePicker-error";
|
|
8269
8012
|
root: "HvTimePicker-root";
|
|
8013
|
+
error: "HvTimePicker-error";
|
|
8270
8014
|
description: "HvTimePicker-description";
|
|
8271
8015
|
labelContainer: "HvTimePicker-labelContainer";
|
|
8272
8016
|
dropdownHeaderInvalid: "HvTimePicker-dropdownHeaderInvalid";
|
|
@@ -8282,8 +8026,8 @@ export declare const tooltipClasses: {
|
|
|
8282
8026
|
color: "HvTooltip-color";
|
|
8283
8027
|
separator: "HvTooltip-separator";
|
|
8284
8028
|
tooltip: "HvTooltip-tooltip";
|
|
8285
|
-
values: "HvTooltip-values";
|
|
8286
8029
|
root: "HvTooltip-root";
|
|
8030
|
+
values: "HvTooltip-values";
|
|
8287
8031
|
popper: "HvTooltip-popper";
|
|
8288
8032
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
8289
8033
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
@@ -8328,24 +8072,24 @@ export declare const typographyClasses: {
|
|
|
8328
8072
|
caption2: "HvTypography-caption2";
|
|
8329
8073
|
"5xlTitle": "HvTypography-5xlTitle";
|
|
8330
8074
|
"4xlTitle": "HvTypography-4xlTitle";
|
|
8075
|
+
"3xlTitle": "HvTypography-3xlTitle";
|
|
8331
8076
|
xxlTitle: "HvTypography-xxlTitle";
|
|
8077
|
+
xlTitle: "HvTypography-xlTitle";
|
|
8332
8078
|
lTitle: "HvTypography-lTitle";
|
|
8079
|
+
mTitle: "HvTypography-mTitle";
|
|
8333
8080
|
sTitle: "HvTypography-sTitle";
|
|
8081
|
+
xsTitle: "HvTypography-xsTitle";
|
|
8334
8082
|
xxsTitle: "HvTypography-xxsTitle";
|
|
8335
8083
|
sectionTitle: "HvTypography-sectionTitle";
|
|
8084
|
+
highlightText: "HvTypography-highlightText";
|
|
8085
|
+
normalText: "HvTypography-normalText";
|
|
8336
8086
|
placeholderText: "HvTypography-placeholderText";
|
|
8337
8087
|
disabledText: "HvTypography-disabledText";
|
|
8338
8088
|
selectedNavText: "HvTypography-selectedNavText";
|
|
8089
|
+
vizText: "HvTypography-vizText";
|
|
8339
8090
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
8340
8091
|
xsInlineLink: "HvTypography-xsInlineLink";
|
|
8341
8092
|
root: "HvTypography-root";
|
|
8342
|
-
"3xlTitle": "HvTypography-3xlTitle";
|
|
8343
|
-
xlTitle: "HvTypography-xlTitle";
|
|
8344
|
-
mTitle: "HvTypography-mTitle";
|
|
8345
|
-
xsTitle: "HvTypography-xsTitle";
|
|
8346
|
-
highlightText: "HvTypography-highlightText";
|
|
8347
|
-
normalText: "HvTypography-normalText";
|
|
8348
|
-
vizText: "HvTypography-vizText";
|
|
8349
8093
|
isLink: "HvTypography-isLink";
|
|
8350
8094
|
};
|
|
8351
8095
|
|
|
@@ -8355,7 +8099,7 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8355
8099
|
pluginName: string;
|
|
8356
8100
|
};
|
|
8357
8101
|
|
|
8358
|
-
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "
|
|
8102
|
+
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink" | "root" | "isLink", string>>, addStatic?: boolean) => {
|
|
8359
8103
|
classes: {
|
|
8360
8104
|
link: string;
|
|
8361
8105
|
body: string;
|
|
@@ -8371,24 +8115,24 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8371
8115
|
caption2: string;
|
|
8372
8116
|
"5xlTitle": string;
|
|
8373
8117
|
"4xlTitle": string;
|
|
8118
|
+
"3xlTitle": string;
|
|
8374
8119
|
xxlTitle: string;
|
|
8120
|
+
xlTitle: string;
|
|
8375
8121
|
lTitle: string;
|
|
8122
|
+
mTitle: string;
|
|
8376
8123
|
sTitle: string;
|
|
8124
|
+
xsTitle: string;
|
|
8377
8125
|
xxsTitle: string;
|
|
8378
8126
|
sectionTitle: string;
|
|
8127
|
+
highlightText: string;
|
|
8128
|
+
normalText: string;
|
|
8379
8129
|
placeholderText: string;
|
|
8380
8130
|
disabledText: string;
|
|
8381
8131
|
selectedNavText: string;
|
|
8132
|
+
vizText: string;
|
|
8382
8133
|
vizTextDisabled: string;
|
|
8383
8134
|
xsInlineLink: string;
|
|
8384
8135
|
root: string;
|
|
8385
|
-
"3xlTitle": string;
|
|
8386
|
-
xlTitle: string;
|
|
8387
|
-
mTitle: string;
|
|
8388
|
-
xsTitle: string;
|
|
8389
|
-
highlightText: string;
|
|
8390
|
-
normalText: string;
|
|
8391
|
-
vizText: string;
|
|
8392
8136
|
isLink: string;
|
|
8393
8137
|
};
|
|
8394
8138
|
css: {
|
|
@@ -8398,12 +8142,171 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8398
8142
|
cx: (...args: any) => string;
|
|
8399
8143
|
};
|
|
8400
8144
|
|
|
8401
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"
|
|
8145
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"input" | "disabled" | "root" | "readOnly" | "invalid" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8146
|
+
classes: {
|
|
8147
|
+
input: string;
|
|
8148
|
+
disabled: string;
|
|
8149
|
+
root: string;
|
|
8150
|
+
readOnly: string;
|
|
8151
|
+
invalid: string;
|
|
8152
|
+
resizable: string;
|
|
8153
|
+
inputBorderContainer: string;
|
|
8154
|
+
inputRootInvalid: string;
|
|
8155
|
+
inputRootReadOnly: string;
|
|
8156
|
+
inputRoot: string;
|
|
8157
|
+
inputRootFocused: string;
|
|
8158
|
+
inputRootDisabled: string;
|
|
8159
|
+
inputRootMultiline: string;
|
|
8160
|
+
inputDisabled: string;
|
|
8161
|
+
inputReadOnly: string;
|
|
8162
|
+
inputResizable: string;
|
|
8163
|
+
};
|
|
8164
|
+
css: {
|
|
8165
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8166
|
+
(...args: CSSInterpolation[]): string;
|
|
8167
|
+
};
|
|
8168
|
+
cx: (...args: any) => string;
|
|
8169
|
+
};
|
|
8170
|
+
|
|
8171
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"placeholder" | "arrow" | "anchor" | "header" | "container" | "root" | "rootDisabled" | "headerOpen" | "headerOpenUp" | "headerOpenDown" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "selection" | "selectionDisabled" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8172
|
+
classes: {
|
|
8173
|
+
placeholder: string;
|
|
8174
|
+
arrow: string;
|
|
8175
|
+
anchor: string;
|
|
8176
|
+
header: string;
|
|
8177
|
+
container: string;
|
|
8178
|
+
root: string;
|
|
8179
|
+
rootDisabled: string;
|
|
8180
|
+
headerOpen: string;
|
|
8181
|
+
headerOpenUp: string;
|
|
8182
|
+
headerOpenDown: string;
|
|
8183
|
+
headerDisabled: string;
|
|
8184
|
+
headerReadOnly: string;
|
|
8185
|
+
arrowContainer: string;
|
|
8186
|
+
selection: string;
|
|
8187
|
+
selectionDisabled: string;
|
|
8188
|
+
panel: string;
|
|
8189
|
+
panelOpenedUp: string;
|
|
8190
|
+
panelOpenedDown: string;
|
|
8191
|
+
inputExtensionOpen: string;
|
|
8192
|
+
inputExtensionLeftPosition: string;
|
|
8193
|
+
inputExtensionOpenShadow: string;
|
|
8194
|
+
inputExtensionFloatRight: string;
|
|
8195
|
+
inputExtensionFloatLeft: string;
|
|
8196
|
+
};
|
|
8197
|
+
css: {
|
|
8198
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8199
|
+
(...args: CSSInterpolation[]): string;
|
|
8200
|
+
};
|
|
8201
|
+
cx: (...args: any) => string;
|
|
8202
|
+
};
|
|
8203
|
+
|
|
8204
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8205
|
+
classes: {
|
|
8206
|
+
root: string;
|
|
8207
|
+
};
|
|
8208
|
+
css: {
|
|
8209
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8210
|
+
(...args: CSSInterpolation[]): string;
|
|
8211
|
+
};
|
|
8212
|
+
cx: (...args: any) => string;
|
|
8213
|
+
};
|
|
8214
|
+
|
|
8215
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"hidden" | "label" | "container" | "disabled" | "root", string>>, addStatic?: boolean) => {
|
|
8216
|
+
classes: {
|
|
8217
|
+
hidden: string;
|
|
8218
|
+
label: string;
|
|
8219
|
+
container: string;
|
|
8220
|
+
disabled: string;
|
|
8221
|
+
root: string;
|
|
8222
|
+
};
|
|
8223
|
+
css: {
|
|
8224
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8225
|
+
(...args: CSSInterpolation[]): string;
|
|
8226
|
+
};
|
|
8227
|
+
cx: (...args: any) => string;
|
|
8228
|
+
};
|
|
8229
|
+
|
|
8230
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"img" | "status" | "container" | "square" | "root" | "xs" | "sm" | "md" | "lg" | "xl" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
8231
|
+
classes: {
|
|
8232
|
+
img: string;
|
|
8233
|
+
status: string;
|
|
8234
|
+
container: string;
|
|
8235
|
+
square: string;
|
|
8236
|
+
root: string;
|
|
8237
|
+
xs: string;
|
|
8238
|
+
sm: string;
|
|
8239
|
+
md: string;
|
|
8240
|
+
lg: string;
|
|
8241
|
+
xl: string;
|
|
8242
|
+
fallback: string;
|
|
8243
|
+
avatar: string;
|
|
8244
|
+
badge: string;
|
|
8245
|
+
circular: string;
|
|
8246
|
+
};
|
|
8247
|
+
css: {
|
|
8248
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8249
|
+
(...args: CSSInterpolation[]): string;
|
|
8250
|
+
};
|
|
8251
|
+
cx: (...args: any) => string;
|
|
8252
|
+
};
|
|
8253
|
+
|
|
8254
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
|
|
8255
|
+
classes: {
|
|
8256
|
+
root: string;
|
|
8257
|
+
badge: string;
|
|
8258
|
+
badgeContainer: string;
|
|
8259
|
+
badgePosition: string;
|
|
8260
|
+
showCount: string;
|
|
8261
|
+
showLabel: string;
|
|
8262
|
+
badgeIcon: string;
|
|
8263
|
+
badgeOneDigit: string;
|
|
8264
|
+
};
|
|
8265
|
+
css: {
|
|
8266
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8267
|
+
(...args: CSSInterpolation[]): string;
|
|
8268
|
+
};
|
|
8269
|
+
cx: (...args: any) => string;
|
|
8270
|
+
};
|
|
8271
|
+
|
|
8272
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8273
|
+
classes: {
|
|
8274
|
+
icon: string;
|
|
8275
|
+
disabled: string;
|
|
8276
|
+
root: string;
|
|
8277
|
+
startIcon: string;
|
|
8278
|
+
endIcon: string;
|
|
8279
|
+
focusVisible: string;
|
|
8280
|
+
};
|
|
8281
|
+
css: {
|
|
8282
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8283
|
+
(...args: CSSInterpolation[]): string;
|
|
8284
|
+
};
|
|
8285
|
+
cx: (...args: any) => string;
|
|
8286
|
+
};
|
|
8287
|
+
|
|
8288
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"icon" | "root" | "selected" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
8289
|
+
classes: {
|
|
8290
|
+
icon: string;
|
|
8291
|
+
root: string;
|
|
8292
|
+
selected: string;
|
|
8293
|
+
selectable: string;
|
|
8294
|
+
semanticContainer: string;
|
|
8295
|
+
semanticBar: string;
|
|
8296
|
+
};
|
|
8297
|
+
css: {
|
|
8298
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8299
|
+
(...args: CSSInterpolation[]): string;
|
|
8300
|
+
};
|
|
8301
|
+
cx: (...args: any) => string;
|
|
8302
|
+
};
|
|
8303
|
+
|
|
8304
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"title" | "content" | "root" | "action" | "titleShort" | "subheader", string>>, addStatic?: boolean) => {
|
|
8402
8305
|
classes: {
|
|
8403
8306
|
title: string;
|
|
8404
8307
|
content: string;
|
|
8405
|
-
action: string;
|
|
8406
8308
|
root: string;
|
|
8309
|
+
action: string;
|
|
8407
8310
|
titleShort: string;
|
|
8408
8311
|
subheader: string;
|
|
8409
8312
|
};
|
|
@@ -8414,9 +8317,199 @@ declare const useClasses_10: (classesProp?: Partial<Record<"title" | "content" |
|
|
|
8414
8317
|
cx: (...args: any) => string;
|
|
8415
8318
|
};
|
|
8416
8319
|
|
|
8417
|
-
declare const
|
|
8320
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
|
|
8321
|
+
classes: {
|
|
8322
|
+
content: string;
|
|
8323
|
+
};
|
|
8324
|
+
css: {
|
|
8325
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8326
|
+
(...args: CSSInterpolation[]): string;
|
|
8327
|
+
};
|
|
8328
|
+
cx: (...args: any) => string;
|
|
8329
|
+
};
|
|
8330
|
+
|
|
8331
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
8332
|
+
classes: {
|
|
8333
|
+
root: string;
|
|
8334
|
+
counterDisabled: string;
|
|
8335
|
+
gutter: string;
|
|
8336
|
+
overloaded: string;
|
|
8337
|
+
};
|
|
8338
|
+
css: {
|
|
8339
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8340
|
+
(...args: CSSInterpolation[]): string;
|
|
8341
|
+
};
|
|
8342
|
+
cx: (...args: any) => string;
|
|
8343
|
+
};
|
|
8344
|
+
|
|
8345
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
|
|
8346
|
+
classes: {
|
|
8347
|
+
root: string;
|
|
8348
|
+
media: string;
|
|
8349
|
+
};
|
|
8350
|
+
css: {
|
|
8351
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8352
|
+
(...args: CSSInterpolation[]): string;
|
|
8353
|
+
};
|
|
8354
|
+
cx: (...args: any) => string;
|
|
8355
|
+
};
|
|
8356
|
+
|
|
8357
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
8358
|
+
classes: {
|
|
8359
|
+
fixed: string;
|
|
8360
|
+
root: string;
|
|
8361
|
+
disableGutters: string;
|
|
8362
|
+
maxWidthXs: string;
|
|
8363
|
+
maxWidthSm: string;
|
|
8364
|
+
maxWidthMd: string;
|
|
8365
|
+
maxWidthLg: string;
|
|
8366
|
+
maxWidthXl: string;
|
|
8367
|
+
};
|
|
8368
|
+
css: {
|
|
8369
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8370
|
+
(...args: CSSInterpolation[]): string;
|
|
8371
|
+
};
|
|
8372
|
+
cx: (...args: any) => string;
|
|
8373
|
+
};
|
|
8374
|
+
|
|
8375
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"root" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
|
|
8376
|
+
classes: {
|
|
8377
|
+
root: string;
|
|
8378
|
+
fullscreen: string;
|
|
8379
|
+
messageContainer: string;
|
|
8380
|
+
textWithIcon: string;
|
|
8381
|
+
};
|
|
8382
|
+
css: {
|
|
8383
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8384
|
+
(...args: CSSInterpolation[]): string;
|
|
8385
|
+
};
|
|
8386
|
+
cx: (...args: any) => string;
|
|
8387
|
+
};
|
|
8388
|
+
|
|
8389
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
|
|
8390
|
+
classes: {
|
|
8391
|
+
root: string;
|
|
8392
|
+
textContent: string;
|
|
8393
|
+
};
|
|
8394
|
+
css: {
|
|
8395
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8396
|
+
(...args: CSSInterpolation[]): string;
|
|
8397
|
+
};
|
|
8398
|
+
cx: (...args: any) => string;
|
|
8399
|
+
};
|
|
8400
|
+
|
|
8401
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
|
|
8402
|
+
classes: {
|
|
8403
|
+
root: string;
|
|
8404
|
+
spacing: string;
|
|
8405
|
+
fullscreen: string;
|
|
8406
|
+
};
|
|
8407
|
+
css: {
|
|
8408
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8409
|
+
(...args: CSSInterpolation[]): string;
|
|
8410
|
+
};
|
|
8411
|
+
cx: (...args: any) => string;
|
|
8412
|
+
};
|
|
8413
|
+
|
|
8414
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"background" | "root" | "warning" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "statusBar", string>>, addStatic?: boolean) => {
|
|
8415
|
+
classes: {
|
|
8416
|
+
background: string;
|
|
8417
|
+
root: string;
|
|
8418
|
+
warning: string;
|
|
8419
|
+
error: string;
|
|
8420
|
+
success: string;
|
|
8421
|
+
fullscreen: string;
|
|
8422
|
+
closeButton: string;
|
|
8423
|
+
paper: string;
|
|
8424
|
+
statusBar: string;
|
|
8425
|
+
};
|
|
8426
|
+
css: {
|
|
8427
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8428
|
+
(...args: CSSInterpolation[]): string;
|
|
8429
|
+
};
|
|
8430
|
+
cx: (...args: any) => string;
|
|
8431
|
+
};
|
|
8432
|
+
|
|
8433
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"background" | "root" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
|
|
8434
|
+
classes: {
|
|
8435
|
+
background: string;
|
|
8436
|
+
root: string;
|
|
8437
|
+
closeButton: string;
|
|
8438
|
+
paper: string;
|
|
8439
|
+
};
|
|
8440
|
+
css: {
|
|
8441
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8442
|
+
(...args: CSSInterpolation[]): string;
|
|
8443
|
+
};
|
|
8444
|
+
cx: (...args: any) => string;
|
|
8445
|
+
};
|
|
8446
|
+
|
|
8447
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "containerMessageOnly" | "iconContainer" | "titleContainer" | "textContainer" | "messageContainer", string>>, addStatic?: boolean) => {
|
|
8448
|
+
classes: {
|
|
8449
|
+
container: string;
|
|
8450
|
+
root: string;
|
|
8451
|
+
actionContainer: string;
|
|
8452
|
+
containerMessageOnly: string;
|
|
8453
|
+
iconContainer: string;
|
|
8454
|
+
titleContainer: string;
|
|
8455
|
+
textContainer: string;
|
|
8456
|
+
messageContainer: string;
|
|
8457
|
+
};
|
|
8458
|
+
css: {
|
|
8459
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8460
|
+
(...args: CSSInterpolation[]): string;
|
|
8461
|
+
};
|
|
8462
|
+
cx: (...args: any) => string;
|
|
8463
|
+
};
|
|
8464
|
+
|
|
8465
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"small" | "separator" | "root" | "name" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
8466
|
+
classes: {
|
|
8467
|
+
small: string;
|
|
8468
|
+
separator: string;
|
|
8469
|
+
root: string;
|
|
8470
|
+
name: string;
|
|
8471
|
+
rightContainer: string;
|
|
8472
|
+
copyright: string;
|
|
8473
|
+
};
|
|
8474
|
+
css: {
|
|
8475
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8476
|
+
(...args: CSSInterpolation[]): string;
|
|
8477
|
+
};
|
|
8478
|
+
cx: (...args: any) => string;
|
|
8479
|
+
};
|
|
8480
|
+
|
|
8481
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"header" | "backgroundColor" | "root", string>>, addStatic?: boolean) => {
|
|
8482
|
+
classes: {
|
|
8483
|
+
header: string;
|
|
8484
|
+
backgroundColor: string;
|
|
8485
|
+
root: string;
|
|
8486
|
+
};
|
|
8487
|
+
css: {
|
|
8488
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8489
|
+
(...args: CSSInterpolation[]): string;
|
|
8490
|
+
};
|
|
8491
|
+
cx: (...args: any) => string;
|
|
8492
|
+
};
|
|
8493
|
+
|
|
8494
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "root" | "adornment" | "adornmentButton" | "adornmentIcon" | "hideIcon", string>>, addStatic?: boolean) => {
|
|
8495
|
+
classes: {
|
|
8496
|
+
icon: string;
|
|
8497
|
+
root: string;
|
|
8498
|
+
adornment: string;
|
|
8499
|
+
adornmentButton: string;
|
|
8500
|
+
adornmentIcon: string;
|
|
8501
|
+
hideIcon: string;
|
|
8502
|
+
};
|
|
8503
|
+
css: {
|
|
8504
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8505
|
+
(...args: CSSInterpolation[]): string;
|
|
8506
|
+
};
|
|
8507
|
+
cx: (...args: any) => string;
|
|
8508
|
+
};
|
|
8509
|
+
|
|
8510
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8418
8511
|
classes: {
|
|
8419
|
-
|
|
8512
|
+
root: string;
|
|
8420
8513
|
};
|
|
8421
8514
|
css: {
|
|
8422
8515
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8425,9 +8518,9 @@ declare const useClasses_11: (classesProp?: Partial<Record<"content", string>>,
|
|
|
8425
8518
|
cx: (...args: any) => string;
|
|
8426
8519
|
};
|
|
8427
8520
|
|
|
8428
|
-
declare const
|
|
8521
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"separator" | "root", string>>, addStatic?: boolean) => {
|
|
8429
8522
|
classes: {
|
|
8430
|
-
|
|
8523
|
+
separator: string;
|
|
8431
8524
|
root: string;
|
|
8432
8525
|
};
|
|
8433
8526
|
css: {
|
|
@@ -8437,30 +8530,25 @@ declare const useClasses_12: (classesProp?: Partial<Record<"media" | "root", str
|
|
|
8437
8530
|
cx: (...args: any) => string;
|
|
8438
8531
|
};
|
|
8439
8532
|
|
|
8440
|
-
declare const
|
|
8533
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
8441
8534
|
classes: {
|
|
8442
|
-
|
|
8535
|
+
link: string;
|
|
8536
|
+
button: string;
|
|
8537
|
+
menu: string;
|
|
8538
|
+
menubar: string;
|
|
8443
8539
|
root: string;
|
|
8444
|
-
|
|
8445
|
-
maxWidthXs: string;
|
|
8446
|
-
maxWidthSm: string;
|
|
8447
|
-
maxWidthMd: string;
|
|
8448
|
-
maxWidthLg: string;
|
|
8449
|
-
maxWidthXl: string;
|
|
8540
|
+
selected: string;
|
|
8450
8541
|
};
|
|
8451
8542
|
css: {
|
|
8452
|
-
(template: TemplateStringsArray, ...args:
|
|
8453
|
-
(...args:
|
|
8543
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
|
|
8544
|
+
(...args: CSSInterpolation_2[]): string;
|
|
8454
8545
|
};
|
|
8455
8546
|
cx: (...args: any) => string;
|
|
8456
8547
|
};
|
|
8457
8548
|
|
|
8458
|
-
declare const
|
|
8549
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8459
8550
|
classes: {
|
|
8460
8551
|
root: string;
|
|
8461
|
-
fullscreen: string;
|
|
8462
|
-
messageContainer: string;
|
|
8463
|
-
textWithIcon: string;
|
|
8464
8552
|
};
|
|
8465
8553
|
css: {
|
|
8466
8554
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8469,10 +8557,19 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "fullscreen"
|
|
|
8469
8557
|
cx: (...args: any) => string;
|
|
8470
8558
|
};
|
|
8471
8559
|
|
|
8472
|
-
declare const
|
|
8560
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"hidden" | "small" | "label" | "overlay" | "root" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
8473
8561
|
classes: {
|
|
8562
|
+
hidden: string;
|
|
8563
|
+
small: string;
|
|
8564
|
+
label: string;
|
|
8565
|
+
overlay: string;
|
|
8474
8566
|
root: string;
|
|
8475
|
-
|
|
8567
|
+
blur: string;
|
|
8568
|
+
barContainer: string;
|
|
8569
|
+
loadingBar: string;
|
|
8570
|
+
regular: string;
|
|
8571
|
+
smallColor: string;
|
|
8572
|
+
regularColor: string;
|
|
8476
8573
|
};
|
|
8477
8574
|
css: {
|
|
8478
8575
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8481,11 +8578,9 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "textContent
|
|
|
8481
8578
|
cx: (...args: any) => string;
|
|
8482
8579
|
};
|
|
8483
8580
|
|
|
8484
|
-
declare const
|
|
8581
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8485
8582
|
classes: {
|
|
8486
|
-
spacing: string;
|
|
8487
8583
|
root: string;
|
|
8488
|
-
fullscreen: string;
|
|
8489
8584
|
};
|
|
8490
8585
|
css: {
|
|
8491
8586
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8494,17 +8589,16 @@ declare const useClasses_16: (classesProp?: Partial<Record<"spacing" | "root" |
|
|
|
8494
8589
|
cx: (...args: any) => string;
|
|
8495
8590
|
};
|
|
8496
8591
|
|
|
8497
|
-
declare const
|
|
8592
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
8498
8593
|
classes: {
|
|
8499
|
-
|
|
8500
|
-
error: string;
|
|
8501
|
-
warning: string;
|
|
8502
|
-
success: string;
|
|
8594
|
+
progress: string;
|
|
8503
8595
|
root: string;
|
|
8504
|
-
|
|
8505
|
-
|
|
8506
|
-
|
|
8507
|
-
|
|
8596
|
+
progressBar: string;
|
|
8597
|
+
progressBarLabel: string;
|
|
8598
|
+
progressContainer: string;
|
|
8599
|
+
progressDone: string;
|
|
8600
|
+
progressBarContainer: string;
|
|
8601
|
+
progressError: string;
|
|
8508
8602
|
};
|
|
8509
8603
|
css: {
|
|
8510
8604
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8513,12 +8607,16 @@ declare const useClasses_17: (classesProp?: Partial<Record<"background" | "error
|
|
|
8513
8607
|
cx: (...args: any) => string;
|
|
8514
8608
|
};
|
|
8515
8609
|
|
|
8516
|
-
declare const
|
|
8610
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"row" | "column" | "root" | "xs" | "sm" | "md" | "lg" | "xl", string>>, addStatic?: boolean) => {
|
|
8517
8611
|
classes: {
|
|
8518
|
-
|
|
8612
|
+
row: string;
|
|
8613
|
+
column: string;
|
|
8519
8614
|
root: string;
|
|
8520
|
-
|
|
8521
|
-
|
|
8615
|
+
xs: string;
|
|
8616
|
+
sm: string;
|
|
8617
|
+
md: string;
|
|
8618
|
+
lg: string;
|
|
8619
|
+
xl: string;
|
|
8522
8620
|
};
|
|
8523
8621
|
css: {
|
|
8524
8622
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8527,16 +8625,12 @@ declare const useClasses_18: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8527
8625
|
cx: (...args: any) => string;
|
|
8528
8626
|
};
|
|
8529
8627
|
|
|
8530
|
-
declare const
|
|
8628
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8531
8629
|
classes: {
|
|
8532
|
-
container: string;
|
|
8533
8630
|
root: string;
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
titleContainer: string;
|
|
8538
|
-
textContainer: string;
|
|
8539
|
-
messageContainer: string;
|
|
8631
|
+
indicator: string;
|
|
8632
|
+
scroller: string;
|
|
8633
|
+
flexContainer: string;
|
|
8540
8634
|
};
|
|
8541
8635
|
css: {
|
|
8542
8636
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8545,24 +8639,12 @@ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "root"
|
|
|
8545
8639
|
cx: (...args: any) => string;
|
|
8546
8640
|
};
|
|
8547
8641
|
|
|
8548
|
-
declare const
|
|
8642
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8549
8643
|
classes: {
|
|
8550
|
-
|
|
8644
|
+
icon: string;
|
|
8551
8645
|
disabled: string;
|
|
8552
|
-
readOnly: string;
|
|
8553
|
-
invalid: string;
|
|
8554
8646
|
root: string;
|
|
8555
|
-
|
|
8556
|
-
inputBorderContainer: string;
|
|
8557
|
-
inputRootInvalid: string;
|
|
8558
|
-
inputRootReadOnly: string;
|
|
8559
|
-
inputRoot: string;
|
|
8560
|
-
inputRootFocused: string;
|
|
8561
|
-
inputRootDisabled: string;
|
|
8562
|
-
inputRootMultiline: string;
|
|
8563
|
-
inputDisabled: string;
|
|
8564
|
-
inputReadOnly: string;
|
|
8565
|
-
inputResizable: string;
|
|
8647
|
+
focusVisible: string;
|
|
8566
8648
|
};
|
|
8567
8649
|
css: {
|
|
8568
8650
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8571,12 +8653,9 @@ declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" |
|
|
|
8571
8653
|
cx: (...args: any) => string;
|
|
8572
8654
|
};
|
|
8573
8655
|
|
|
8574
|
-
declare const
|
|
8656
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8575
8657
|
classes: {
|
|
8576
|
-
icon: string;
|
|
8577
|
-
disabled: string;
|
|
8578
8658
|
root: string;
|
|
8579
|
-
focusVisible: string;
|
|
8580
8659
|
};
|
|
8581
8660
|
css: {
|
|
8582
8661
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8585,7 +8664,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8585
8664
|
cx: (...args: any) => string;
|
|
8586
8665
|
};
|
|
8587
8666
|
|
|
8588
|
-
declare const
|
|
8667
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8589
8668
|
classes: {
|
|
8590
8669
|
icon: string;
|
|
8591
8670
|
disabled: string;
|
|
@@ -8599,7 +8678,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8599
8678
|
cx: (...args: any) => string;
|
|
8600
8679
|
};
|
|
8601
8680
|
|
|
8602
|
-
declare const
|
|
8681
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"title" | "open" | "single" | "root" | "item" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
8603
8682
|
classes: {
|
|
8604
8683
|
title: string;
|
|
8605
8684
|
open: string;
|
|
@@ -8625,14 +8704,14 @@ declare const useClasses_22: (classesProp?: Partial<Record<"title" | "open" | "s
|
|
|
8625
8704
|
cx: (...args: any) => string;
|
|
8626
8705
|
};
|
|
8627
8706
|
|
|
8628
|
-
declare const
|
|
8707
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"title" | "typography" | "icon" | "disabled" | "root" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
8629
8708
|
classes: {
|
|
8630
8709
|
title: string;
|
|
8631
8710
|
typography: string;
|
|
8632
8711
|
icon: string;
|
|
8633
8712
|
disabled: string;
|
|
8634
|
-
selected: string;
|
|
8635
8713
|
root: string;
|
|
8714
|
+
selected: string;
|
|
8636
8715
|
iconUrl: string;
|
|
8637
8716
|
iconInfo: string;
|
|
8638
8717
|
};
|
|
@@ -8643,14 +8722,14 @@ declare const useClasses_23: (classesProp?: Partial<Record<"title" | "typography
|
|
|
8643
8722
|
cx: (...args: any) => string;
|
|
8644
8723
|
};
|
|
8645
8724
|
|
|
8646
|
-
declare const
|
|
8725
|
+
declare const useClasses_43: (classesProp?: Partial<Record<"track" | "switch" | "disabled" | "root" | "checked" | "readOnly" | "focusVisible" | "thumb" | "switchBase", string>>, addStatic?: boolean) => {
|
|
8647
8726
|
classes: {
|
|
8648
8727
|
track: string;
|
|
8649
8728
|
switch: string;
|
|
8650
8729
|
disabled: string;
|
|
8730
|
+
root: string;
|
|
8651
8731
|
checked: string;
|
|
8652
8732
|
readOnly: string;
|
|
8653
|
-
root: string;
|
|
8654
8733
|
focusVisible: string;
|
|
8655
8734
|
thumb: string;
|
|
8656
8735
|
switchBase: string;
|
|
@@ -8662,7 +8741,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
8662
8741
|
cx: (...args: any) => string;
|
|
8663
8742
|
};
|
|
8664
8743
|
|
|
8665
|
-
declare const
|
|
8744
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"label" | "checkbox" | "container" | "disabled" | "root" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
8666
8745
|
classes: {
|
|
8667
8746
|
label: string;
|
|
8668
8747
|
checkbox: string;
|
|
@@ -8680,13 +8759,13 @@ declare const useClasses_25: (classesProp?: Partial<Record<"label" | "checkbox"
|
|
|
8680
8759
|
cx: (...args: any) => string;
|
|
8681
8760
|
};
|
|
8682
8761
|
|
|
8683
|
-
declare const
|
|
8762
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"input" | "label" | "icon" | "root" | "error" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
8684
8763
|
classes: {
|
|
8685
8764
|
input: string;
|
|
8686
8765
|
label: string;
|
|
8687
8766
|
icon: string;
|
|
8688
|
-
error: string;
|
|
8689
8767
|
root: string;
|
|
8768
|
+
error: string;
|
|
8690
8769
|
inputBorderContainer: string;
|
|
8691
8770
|
inputRoot: string;
|
|
8692
8771
|
inputRootFocused: string;
|
|
@@ -8709,11 +8788,11 @@ declare const useClasses_26: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8709
8788
|
cx: (...args: any) => string;
|
|
8710
8789
|
};
|
|
8711
8790
|
|
|
8712
|
-
declare const
|
|
8791
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
|
|
8713
8792
|
classes: {
|
|
8714
8793
|
label: string;
|
|
8715
|
-
error: string;
|
|
8716
8794
|
root: string;
|
|
8795
|
+
error: string;
|
|
8717
8796
|
switchContainer: string;
|
|
8718
8797
|
invalidSwitch: string;
|
|
8719
8798
|
};
|
|
@@ -8724,7 +8803,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"label" | "error" | "
|
|
|
8724
8803
|
cx: (...args: any) => string;
|
|
8725
8804
|
};
|
|
8726
8805
|
|
|
8727
|
-
declare const
|
|
8806
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"label" | "radio" | "container" | "disabled" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
8728
8807
|
classes: {
|
|
8729
8808
|
label: string;
|
|
8730
8809
|
radio: string;
|
|
@@ -8742,15 +8821,37 @@ declare const useClasses_28: (classesProp?: Partial<Record<"label" | "radio" | "
|
|
|
8742
8821
|
cx: (...args: any) => string;
|
|
8743
8822
|
};
|
|
8744
8823
|
|
|
8745
|
-
declare const
|
|
8824
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"input" | "label" | "disabled" | "root" | "baseInput" | "error" | "invalid" | "resizable" | "inputResizable" | "description" | "labelContainer" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
8825
|
+
classes: {
|
|
8826
|
+
input: string;
|
|
8827
|
+
label: string;
|
|
8828
|
+
disabled: string;
|
|
8829
|
+
root: string;
|
|
8830
|
+
baseInput: string;
|
|
8831
|
+
error: string;
|
|
8832
|
+
invalid: string;
|
|
8833
|
+
resizable: string;
|
|
8834
|
+
inputResizable: string;
|
|
8835
|
+
description: string;
|
|
8836
|
+
labelContainer: string;
|
|
8837
|
+
characterCounter: string;
|
|
8838
|
+
};
|
|
8839
|
+
css: {
|
|
8840
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8841
|
+
(...args: CSSInterpolation[]): string;
|
|
8842
|
+
};
|
|
8843
|
+
cx: (...args: any) => string;
|
|
8844
|
+
};
|
|
8845
|
+
|
|
8846
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"label" | "group" | "horizontal" | "vertical" | "root" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
8746
8847
|
classes: {
|
|
8747
8848
|
label: string;
|
|
8748
8849
|
group: string;
|
|
8749
8850
|
horizontal: string;
|
|
8750
8851
|
vertical: string;
|
|
8852
|
+
root: string;
|
|
8751
8853
|
error: string;
|
|
8752
8854
|
invalid: string;
|
|
8753
|
-
root: string;
|
|
8754
8855
|
selectAll: string;
|
|
8755
8856
|
};
|
|
8756
8857
|
css: {
|
|
@@ -8760,31 +8861,11 @@ declare const useClasses_29: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8760
8861
|
cx: (...args: any) => string;
|
|
8761
8862
|
};
|
|
8762
8863
|
|
|
8763
|
-
declare const
|
|
8864
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
8764
8865
|
classes: {
|
|
8765
|
-
placeholder: string;
|
|
8766
|
-
arrow: string;
|
|
8767
|
-
anchor: string;
|
|
8768
|
-
header: string;
|
|
8769
|
-
container: string;
|
|
8770
8866
|
root: string;
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
headerOpenUp: string;
|
|
8774
|
-
headerOpenDown: string;
|
|
8775
|
-
headerDisabled: string;
|
|
8776
|
-
headerReadOnly: string;
|
|
8777
|
-
arrowContainer: string;
|
|
8778
|
-
selection: string;
|
|
8779
|
-
selectionDisabled: string;
|
|
8780
|
-
panel: string;
|
|
8781
|
-
panelOpenedUp: string;
|
|
8782
|
-
panelOpenedDown: string;
|
|
8783
|
-
inputExtensionOpen: string;
|
|
8784
|
-
inputExtensionLeftPosition: string;
|
|
8785
|
-
inputExtensionOpenShadow: string;
|
|
8786
|
-
inputExtensionFloatRight: string;
|
|
8787
|
-
inputExtensionFloatLeft: string;
|
|
8867
|
+
labelDisabled: string;
|
|
8868
|
+
childGutter: string;
|
|
8788
8869
|
};
|
|
8789
8870
|
css: {
|
|
8790
8871
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8793,15 +8874,15 @@ declare const useClasses_3: (classesProp?: Partial<Record<"placeholder" | "arrow
|
|
|
8793
8874
|
cx: (...args: any) => string;
|
|
8794
8875
|
};
|
|
8795
8876
|
|
|
8796
|
-
declare const
|
|
8877
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"label" | "group" | "horizontal" | "vertical" | "root" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
8797
8878
|
classes: {
|
|
8798
8879
|
label: string;
|
|
8799
8880
|
group: string;
|
|
8800
8881
|
horizontal: string;
|
|
8801
8882
|
vertical: string;
|
|
8883
|
+
root: string;
|
|
8802
8884
|
error: string;
|
|
8803
8885
|
invalid: string;
|
|
8804
|
-
root: string;
|
|
8805
8886
|
};
|
|
8806
8887
|
css: {
|
|
8807
8888
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8810,7 +8891,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8810
8891
|
cx: (...args: any) => string;
|
|
8811
8892
|
};
|
|
8812
8893
|
|
|
8813
|
-
declare const
|
|
8894
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
8814
8895
|
classes: {
|
|
8815
8896
|
overlay: string;
|
|
8816
8897
|
previewButton: string;
|
|
@@ -8822,7 +8903,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
8822
8903
|
cx: (...args: any) => string;
|
|
8823
8904
|
};
|
|
8824
8905
|
|
|
8825
|
-
declare const
|
|
8906
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"progressbar" | "icon" | "root" | "removeButton" | "fail" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer", string>>, addStatic?: boolean) => {
|
|
8826
8907
|
classes: {
|
|
8827
8908
|
progressbar: string;
|
|
8828
8909
|
icon: string;
|
|
@@ -8841,15 +8922,162 @@ declare const useClasses_32: (classesProp?: Partial<Record<"progressbar" | "icon
|
|
|
8841
8922
|
cx: (...args: any) => string;
|
|
8842
8923
|
};
|
|
8843
8924
|
|
|
8844
|
-
declare const
|
|
8925
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
8926
|
+
classes: {
|
|
8927
|
+
container: string;
|
|
8928
|
+
icon: string;
|
|
8929
|
+
root: string;
|
|
8930
|
+
baseContainer: string;
|
|
8931
|
+
iconSelected: string;
|
|
8932
|
+
menuListRoot: string;
|
|
8933
|
+
menuList: string;
|
|
8934
|
+
};
|
|
8935
|
+
css: {
|
|
8936
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8937
|
+
(...args: CSSInterpolation[]): string;
|
|
8938
|
+
};
|
|
8939
|
+
cx: (...args: any) => string;
|
|
8940
|
+
};
|
|
8941
|
+
|
|
8942
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"icon" | "root" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
8943
|
+
classes: {
|
|
8944
|
+
icon: string;
|
|
8945
|
+
root: string;
|
|
8946
|
+
pageSizeOptions: string;
|
|
8947
|
+
iconContainer: string;
|
|
8948
|
+
pageSizeTextContainer: string;
|
|
8949
|
+
pageSizeOptionsSelect: string;
|
|
8950
|
+
pageNavigator: string;
|
|
8951
|
+
pageInfo: string;
|
|
8952
|
+
pageJump: string;
|
|
8953
|
+
pageSizeInput: string;
|
|
8954
|
+
pageSizeInputRoot: string;
|
|
8955
|
+
pageSizeInputContainer: string;
|
|
8956
|
+
};
|
|
8957
|
+
css: {
|
|
8958
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8959
|
+
(...args: CSSInterpolation[]): string;
|
|
8960
|
+
};
|
|
8961
|
+
cx: (...args: any) => string;
|
|
8962
|
+
};
|
|
8963
|
+
|
|
8964
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"button" | "root" | "dropDownMenu" | "actionContainer" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
8965
|
+
classes: {
|
|
8966
|
+
button: string;
|
|
8967
|
+
root: string;
|
|
8968
|
+
dropDownMenu: string;
|
|
8969
|
+
actionContainer: string;
|
|
8970
|
+
dropDownMenuButton: string;
|
|
8971
|
+
dropDownMenuButtonSelected: string;
|
|
8972
|
+
};
|
|
8973
|
+
css: {
|
|
8974
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8975
|
+
(...args: CSSInterpolation[]): string;
|
|
8976
|
+
};
|
|
8977
|
+
cx: (...args: any) => string;
|
|
8978
|
+
};
|
|
8979
|
+
|
|
8980
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
8981
|
+
classes: {
|
|
8982
|
+
link: string;
|
|
8983
|
+
a: string;
|
|
8984
|
+
root: string;
|
|
8985
|
+
orderedList: string;
|
|
8986
|
+
currentPage: string;
|
|
8987
|
+
centerContainer: string;
|
|
8988
|
+
separatorContainer: string;
|
|
8989
|
+
};
|
|
8990
|
+
css: {
|
|
8991
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8992
|
+
(...args: CSSInterpolation[]): string;
|
|
8993
|
+
};
|
|
8994
|
+
cx: (...args: any) => string;
|
|
8995
|
+
};
|
|
8996
|
+
|
|
8997
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
8998
|
+
classes: {
|
|
8999
|
+
radio: string;
|
|
9000
|
+
horizontal: string;
|
|
9001
|
+
icon: string;
|
|
9002
|
+
root: string;
|
|
9003
|
+
radioRoot: string;
|
|
9004
|
+
};
|
|
9005
|
+
css: {
|
|
9006
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9007
|
+
(...args: CSSInterpolation[]): string;
|
|
9008
|
+
};
|
|
9009
|
+
cx: (...args: any) => string;
|
|
9010
|
+
};
|
|
9011
|
+
|
|
9012
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9013
|
+
classes: {
|
|
9014
|
+
root: string;
|
|
9015
|
+
rootClosed: string;
|
|
9016
|
+
anchorOriginTopCenter: string;
|
|
9017
|
+
anchorOriginBottomCenter: string;
|
|
9018
|
+
};
|
|
9019
|
+
css: {
|
|
9020
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9021
|
+
(...args: CSSInterpolation[]): string;
|
|
9022
|
+
};
|
|
9023
|
+
cx: (...args: any) => string;
|
|
9024
|
+
};
|
|
9025
|
+
|
|
9026
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9027
|
+
classes: {
|
|
9028
|
+
actionContainer: string;
|
|
9029
|
+
iconContainer: string;
|
|
9030
|
+
actionsInnerContainer: string;
|
|
9031
|
+
closeAction: string;
|
|
9032
|
+
};
|
|
9033
|
+
css: {
|
|
9034
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9035
|
+
(...args: CSSInterpolation[]): string;
|
|
9036
|
+
};
|
|
9037
|
+
cx: (...args: any) => string;
|
|
9038
|
+
};
|
|
9039
|
+
|
|
9040
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
9041
|
+
classes: {
|
|
9042
|
+
root: string;
|
|
9043
|
+
gutter: string;
|
|
9044
|
+
infoDisabled: string;
|
|
9045
|
+
};
|
|
9046
|
+
css: {
|
|
9047
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9048
|
+
(...args: CSSInterpolation[]): string;
|
|
9049
|
+
};
|
|
9050
|
+
cx: (...args: any) => string;
|
|
9051
|
+
};
|
|
9052
|
+
|
|
9053
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"default" | "root" | "warning" | "action" | "error" | "success" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9054
|
+
classes: {
|
|
9055
|
+
default: string;
|
|
9056
|
+
root: string;
|
|
9057
|
+
warning: string;
|
|
9058
|
+
action: string;
|
|
9059
|
+
error: string;
|
|
9060
|
+
success: string;
|
|
9061
|
+
message: string;
|
|
9062
|
+
baseVariant: string;
|
|
9063
|
+
outContainer: string;
|
|
9064
|
+
};
|
|
9065
|
+
css: {
|
|
9066
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9067
|
+
(...args: CSSInterpolation[]): string;
|
|
9068
|
+
};
|
|
9069
|
+
cx: (...args: any) => string;
|
|
9070
|
+
};
|
|
9071
|
+
|
|
9072
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
8845
9073
|
classes: {
|
|
8846
|
-
container: string;
|
|
8847
|
-
icon: string;
|
|
8848
9074
|
root: string;
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
9075
|
+
anchorOriginTopCenter: string;
|
|
9076
|
+
anchorOriginBottomCenter: string;
|
|
9077
|
+
anchorOriginTopRight: string;
|
|
9078
|
+
anchorOriginBottomRight: string;
|
|
9079
|
+
anchorOriginTopLeft: string;
|
|
9080
|
+
anchorOriginBottomLeft: string;
|
|
8853
9081
|
};
|
|
8854
9082
|
css: {
|
|
8855
9083
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8858,20 +9086,18 @@ declare const useClasses_33: (classesProp?: Partial<Record<"container" | "icon"
|
|
|
8858
9086
|
cx: (...args: any) => string;
|
|
8859
9087
|
};
|
|
8860
9088
|
|
|
8861
|
-
declare const
|
|
9089
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"default" | "root" | "warning" | "action" | "error" | "success" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
8862
9090
|
classes: {
|
|
8863
|
-
|
|
9091
|
+
default: string;
|
|
8864
9092
|
root: string;
|
|
8865
|
-
|
|
8866
|
-
|
|
8867
|
-
|
|
8868
|
-
|
|
8869
|
-
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
pageSizeInputRoot: string;
|
|
8874
|
-
pageSizeInputContainer: string;
|
|
9093
|
+
warning: string;
|
|
9094
|
+
action: string;
|
|
9095
|
+
error: string;
|
|
9096
|
+
success: string;
|
|
9097
|
+
message: string;
|
|
9098
|
+
messageSpan: string;
|
|
9099
|
+
messageText: string;
|
|
9100
|
+
iconVariant: string;
|
|
8875
9101
|
};
|
|
8876
9102
|
css: {
|
|
8877
9103
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8880,14 +9106,9 @@ declare const useClasses_34: (classesProp?: Partial<Record<"icon" | "root" | "pa
|
|
|
8880
9106
|
cx: (...args: any) => string;
|
|
8881
9107
|
};
|
|
8882
9108
|
|
|
8883
|
-
declare const
|
|
9109
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
8884
9110
|
classes: {
|
|
8885
|
-
|
|
8886
|
-
dropDownMenu: string;
|
|
8887
|
-
root: string;
|
|
8888
|
-
actionContainer: string;
|
|
8889
|
-
dropDownMenuButton: string;
|
|
8890
|
-
dropDownMenuButtonSelected: string;
|
|
9111
|
+
snackItemRoot: string;
|
|
8891
9112
|
};
|
|
8892
9113
|
css: {
|
|
8893
9114
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8896,15 +9117,15 @@ declare const useClasses_35: (classesProp?: Partial<Record<"button" | "dropDownM
|
|
|
8896
9117
|
cx: (...args: any) => string;
|
|
8897
9118
|
};
|
|
8898
9119
|
|
|
8899
|
-
declare const
|
|
9120
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"root" | "semantic" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
|
|
8900
9121
|
classes: {
|
|
8901
|
-
link: string;
|
|
8902
|
-
a: string;
|
|
8903
9122
|
root: string;
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
|
|
8907
|
-
|
|
9123
|
+
semantic: string;
|
|
9124
|
+
actions: string;
|
|
9125
|
+
selectAllContainer: string;
|
|
9126
|
+
selectAll: string;
|
|
9127
|
+
selectAllPages: string;
|
|
9128
|
+
divider: string;
|
|
8908
9129
|
};
|
|
8909
9130
|
css: {
|
|
8910
9131
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8913,13 +9134,18 @@ declare const useClasses_36: (classesProp?: Partial<Record<"link" | "a" | "root"
|
|
|
8913
9134
|
cx: (...args: any) => string;
|
|
8914
9135
|
};
|
|
8915
9136
|
|
|
8916
|
-
declare const
|
|
9137
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"root" | "name" | "global" | "wrapper" | "actions" | "positionSticky" | "positionFixed" | "globalWrapperComplement" | "globalSectionArea" | "backButton", string>>, addStatic?: boolean) => {
|
|
8917
9138
|
classes: {
|
|
8918
|
-
radio: string;
|
|
8919
|
-
horizontal: string;
|
|
8920
|
-
icon: string;
|
|
8921
9139
|
root: string;
|
|
8922
|
-
|
|
9140
|
+
name: string;
|
|
9141
|
+
global: string;
|
|
9142
|
+
wrapper: string;
|
|
9143
|
+
actions: string;
|
|
9144
|
+
positionSticky: string;
|
|
9145
|
+
positionFixed: string;
|
|
9146
|
+
globalWrapperComplement: string;
|
|
9147
|
+
globalSectionArea: string;
|
|
9148
|
+
backButton: string;
|
|
8923
9149
|
};
|
|
8924
9150
|
css: {
|
|
8925
9151
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8928,12 +9154,22 @@ declare const useClasses_37: (classesProp?: Partial<Record<"radio" | "horizontal
|
|
|
8928
9154
|
cx: (...args: any) => string;
|
|
8929
9155
|
};
|
|
8930
9156
|
|
|
8931
|
-
declare const
|
|
9157
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"placeholder" | "arrow" | "label" | "root" | "dropdown" | "error" | "selectionDisabled" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
8932
9158
|
classes: {
|
|
9159
|
+
placeholder: string;
|
|
9160
|
+
arrow: string;
|
|
9161
|
+
label: string;
|
|
8933
9162
|
root: string;
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
9163
|
+
dropdown: string;
|
|
9164
|
+
error: string;
|
|
9165
|
+
selectionDisabled: string;
|
|
9166
|
+
description: string;
|
|
9167
|
+
labelContainer: string;
|
|
9168
|
+
dropdownHeaderInvalid: string;
|
|
9169
|
+
dropdownHeaderOpen: string;
|
|
9170
|
+
dropdownHeader: string;
|
|
9171
|
+
dropdownListContainer: string;
|
|
9172
|
+
rootList: string;
|
|
8937
9173
|
};
|
|
8938
9174
|
css: {
|
|
8939
9175
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8942,12 +9178,16 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
8942
9178
|
cx: (...args: any) => string;
|
|
8943
9179
|
};
|
|
8944
9180
|
|
|
8945
|
-
declare const
|
|
9181
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
8946
9182
|
classes: {
|
|
8947
|
-
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
|
|
9183
|
+
selection: string;
|
|
9184
|
+
selectAllContainer: string;
|
|
9185
|
+
selectAll: string;
|
|
9186
|
+
dropdownListContainer: string;
|
|
9187
|
+
rootList: string;
|
|
9188
|
+
searchContainer: string;
|
|
9189
|
+
listBorderDown: string;
|
|
9190
|
+
listContainer: string;
|
|
8951
9191
|
};
|
|
8952
9192
|
css: {
|
|
8953
9193
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8956,9 +9196,12 @@ declare const useClasses_39: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
8956
9196
|
cx: (...args: any) => string;
|
|
8957
9197
|
};
|
|
8958
9198
|
|
|
8959
|
-
declare const
|
|
9199
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
8960
9200
|
classes: {
|
|
8961
9201
|
root: string;
|
|
9202
|
+
stickyHeader: string;
|
|
9203
|
+
stickyColumns: string;
|
|
9204
|
+
listRow: string;
|
|
8962
9205
|
};
|
|
8963
9206
|
css: {
|
|
8964
9207
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8967,17 +9210,9 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
8967
9210
|
cx: (...args: any) => string;
|
|
8968
9211
|
};
|
|
8969
9212
|
|
|
8970
|
-
declare const
|
|
9213
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8971
9214
|
classes: {
|
|
8972
|
-
default: string;
|
|
8973
|
-
action: string;
|
|
8974
|
-
error: string;
|
|
8975
|
-
warning: string;
|
|
8976
|
-
success: string;
|
|
8977
9215
|
root: string;
|
|
8978
|
-
message: string;
|
|
8979
|
-
baseVariant: string;
|
|
8980
|
-
outContainer: string;
|
|
8981
9216
|
};
|
|
8982
9217
|
css: {
|
|
8983
9218
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8986,15 +9221,15 @@ declare const useClasses_40: (classesProp?: Partial<Record<"default" | "action"
|
|
|
8986
9221
|
cx: (...args: any) => string;
|
|
8987
9222
|
};
|
|
8988
9223
|
|
|
8989
|
-
declare const
|
|
9224
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"show" | "root" | "hideText" | "defaultIcon" | "warningText" | "topGutter" | "topBorder", string>>, addStatic?: boolean) => {
|
|
8990
9225
|
classes: {
|
|
9226
|
+
show: string;
|
|
8991
9227
|
root: string;
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
anchorOriginBottomLeft: string;
|
|
9228
|
+
hideText: string;
|
|
9229
|
+
defaultIcon: string;
|
|
9230
|
+
warningText: string;
|
|
9231
|
+
topGutter: string;
|
|
9232
|
+
topBorder: string;
|
|
8998
9233
|
};
|
|
8999
9234
|
css: {
|
|
9000
9235
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9003,18 +9238,9 @@ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9003
9238
|
cx: (...args: any) => string;
|
|
9004
9239
|
};
|
|
9005
9240
|
|
|
9006
|
-
declare const
|
|
9241
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9007
9242
|
classes: {
|
|
9008
|
-
default: string;
|
|
9009
|
-
action: string;
|
|
9010
|
-
error: string;
|
|
9011
|
-
warning: string;
|
|
9012
|
-
success: string;
|
|
9013
9243
|
root: string;
|
|
9014
|
-
message: string;
|
|
9015
|
-
messageSpan: string;
|
|
9016
|
-
messageText: string;
|
|
9017
|
-
iconVariant: string;
|
|
9018
9244
|
};
|
|
9019
9245
|
css: {
|
|
9020
9246
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9023,9 +9249,10 @@ declare const useClasses_42: (classesProp?: Partial<Record<"default" | "action"
|
|
|
9023
9249
|
cx: (...args: any) => string;
|
|
9024
9250
|
};
|
|
9025
9251
|
|
|
9026
|
-
declare const
|
|
9252
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
9027
9253
|
classes: {
|
|
9028
|
-
|
|
9254
|
+
root: string;
|
|
9255
|
+
stickyHeader: string;
|
|
9029
9256
|
};
|
|
9030
9257
|
css: {
|
|
9031
9258
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9034,15 +9261,41 @@ declare const useClasses_43: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9034
9261
|
cx: (...args: any) => string;
|
|
9035
9262
|
};
|
|
9036
9263
|
|
|
9037
|
-
declare const
|
|
9264
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"body" | "footer" | "head" | "resizer" | "root" | "resizable" | "sortable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9038
9265
|
classes: {
|
|
9039
|
-
|
|
9266
|
+
body: string;
|
|
9267
|
+
footer: string;
|
|
9268
|
+
head: string;
|
|
9269
|
+
resizer: string;
|
|
9040
9270
|
root: string;
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9271
|
+
resizable: string;
|
|
9272
|
+
sortable: string;
|
|
9273
|
+
sorted: string;
|
|
9274
|
+
stickyColumn: string;
|
|
9275
|
+
stickyColumnMostLeft: string;
|
|
9276
|
+
stickyColumnLeastRight: string;
|
|
9277
|
+
groupColumnMostLeft: string;
|
|
9278
|
+
groupColumnMostRight: string;
|
|
9279
|
+
resizing: string;
|
|
9280
|
+
alignLeft: string;
|
|
9281
|
+
alignCenter: string;
|
|
9282
|
+
alignRight: string;
|
|
9283
|
+
alignJustify: string;
|
|
9284
|
+
variantNone: string;
|
|
9285
|
+
variantCheckbox: string;
|
|
9286
|
+
variantActions: string;
|
|
9287
|
+
variantExpand: string;
|
|
9288
|
+
variantList: string;
|
|
9289
|
+
headerContent: string;
|
|
9290
|
+
headerText: string;
|
|
9291
|
+
headerParagraph: string;
|
|
9292
|
+
sortableHeaderText: string;
|
|
9293
|
+
sortButton: string;
|
|
9294
|
+
sortIcon: string;
|
|
9295
|
+
alignFlexLeft: string;
|
|
9296
|
+
alignFlexRight: string;
|
|
9297
|
+
alignFlexCenter: string;
|
|
9298
|
+
alignFlexJustify: string;
|
|
9046
9299
|
};
|
|
9047
9300
|
css: {
|
|
9048
9301
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9051,14 +9304,14 @@ declare const useClasses_44: (classesProp?: Partial<Record<"semantic" | "root" |
|
|
|
9051
9304
|
cx: (...args: any) => string;
|
|
9052
9305
|
};
|
|
9053
9306
|
|
|
9054
|
-
declare const
|
|
9307
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "root" | "selected" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9055
9308
|
classes: {
|
|
9056
9309
|
body: string;
|
|
9057
9310
|
footer: string;
|
|
9058
9311
|
head: string;
|
|
9059
9312
|
expanded: string;
|
|
9060
|
-
selected: string;
|
|
9061
9313
|
root: string;
|
|
9314
|
+
selected: string;
|
|
9062
9315
|
hover: string;
|
|
9063
9316
|
striped: string;
|
|
9064
9317
|
variantList: string;
|
|
@@ -9071,7 +9324,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9071
9324
|
cx: (...args: any) => string;
|
|
9072
9325
|
};
|
|
9073
9326
|
|
|
9074
|
-
declare const
|
|
9327
|
+
declare const useClasses_74: (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>>, addStatic?: boolean) => {
|
|
9075
9328
|
classes: {
|
|
9076
9329
|
body: string;
|
|
9077
9330
|
footer: string;
|
|
@@ -9105,7 +9358,19 @@ declare const useClasses_46: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9105
9358
|
cx: (...args: any) => string;
|
|
9106
9359
|
};
|
|
9107
9360
|
|
|
9108
|
-
declare const
|
|
9361
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
9362
|
+
classes: {
|
|
9363
|
+
root: string;
|
|
9364
|
+
formContainer: string;
|
|
9365
|
+
};
|
|
9366
|
+
css: {
|
|
9367
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9368
|
+
(...args: CSSInterpolation[]): string;
|
|
9369
|
+
};
|
|
9370
|
+
cx: (...args: any) => string;
|
|
9371
|
+
};
|
|
9372
|
+
|
|
9373
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9109
9374
|
classes: {
|
|
9110
9375
|
section: string;
|
|
9111
9376
|
root: string;
|
|
@@ -9119,7 +9384,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"section" | "root" |
|
|
|
9119
9384
|
cx: (...args: any) => string;
|
|
9120
9385
|
};
|
|
9121
9386
|
|
|
9122
|
-
declare const
|
|
9387
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9123
9388
|
classes: {
|
|
9124
9389
|
root: string;
|
|
9125
9390
|
};
|
|
@@ -9130,7 +9395,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9130
9395
|
cx: (...args: any) => string;
|
|
9131
9396
|
};
|
|
9132
9397
|
|
|
9133
|
-
declare const
|
|
9398
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9134
9399
|
classes: {
|
|
9135
9400
|
root: string;
|
|
9136
9401
|
sortDropdown: string;
|
|
@@ -9142,13 +9407,13 @@ declare const useClasses_49: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9142
9407
|
cx: (...args: any) => string;
|
|
9143
9408
|
};
|
|
9144
9409
|
|
|
9145
|
-
declare const
|
|
9410
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9146
9411
|
classes: {
|
|
9147
|
-
hidden: string;
|
|
9148
9412
|
label: string;
|
|
9149
|
-
container: string;
|
|
9150
|
-
disabled: string;
|
|
9151
9413
|
root: string;
|
|
9414
|
+
error: string;
|
|
9415
|
+
description: string;
|
|
9416
|
+
labelContainer: string;
|
|
9152
9417
|
};
|
|
9153
9418
|
css: {
|
|
9154
9419
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9157,13 +9422,16 @@ declare const useClasses_5: (classesProp?: Partial<Record<"hidden" | "label" | "
|
|
|
9157
9422
|
cx: (...args: any) => string;
|
|
9158
9423
|
};
|
|
9159
9424
|
|
|
9160
|
-
declare const
|
|
9425
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"label" | "listbox" | "horizontal" | "vertical" | "root" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
9161
9426
|
classes: {
|
|
9162
9427
|
label: string;
|
|
9163
|
-
|
|
9428
|
+
listbox: string;
|
|
9429
|
+
horizontal: string;
|
|
9430
|
+
vertical: string;
|
|
9164
9431
|
root: string;
|
|
9432
|
+
error: string;
|
|
9433
|
+
invalid: string;
|
|
9165
9434
|
description: string;
|
|
9166
|
-
labelContainer: string;
|
|
9167
9435
|
};
|
|
9168
9436
|
css: {
|
|
9169
9437
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9172,13 +9440,13 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "error" | "
|
|
|
9172
9440
|
cx: (...args: any) => string;
|
|
9173
9441
|
};
|
|
9174
9442
|
|
|
9175
|
-
declare const
|
|
9443
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"header" | "space" | "root" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
9176
9444
|
classes: {
|
|
9177
9445
|
header: string;
|
|
9178
9446
|
space: string;
|
|
9447
|
+
root: string;
|
|
9179
9448
|
actionBar: string;
|
|
9180
9449
|
dropdown: string;
|
|
9181
|
-
root: string;
|
|
9182
9450
|
panel: string;
|
|
9183
9451
|
baseDropdownSelection: string;
|
|
9184
9452
|
rightSidePanel: string;
|
|
@@ -9192,14 +9460,14 @@ declare const useClasses_51: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
9192
9460
|
cx: (...args: any) => string;
|
|
9193
9461
|
};
|
|
9194
9462
|
|
|
9195
|
-
declare const
|
|
9463
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"label" | "icon" | "root" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9196
9464
|
classes: {
|
|
9197
9465
|
label: string;
|
|
9198
9466
|
icon: string;
|
|
9467
|
+
root: string;
|
|
9468
|
+
dropdown: string;
|
|
9199
9469
|
action: string;
|
|
9200
9470
|
error: string;
|
|
9201
|
-
dropdown: string;
|
|
9202
|
-
root: string;
|
|
9203
9471
|
actionContainer: string;
|
|
9204
9472
|
panel: string;
|
|
9205
9473
|
description: string;
|
|
@@ -9216,7 +9484,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"label" | "icon" | "a
|
|
|
9216
9484
|
cx: (...args: any) => string;
|
|
9217
9485
|
};
|
|
9218
9486
|
|
|
9219
|
-
declare const
|
|
9487
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9220
9488
|
classes: {
|
|
9221
9489
|
button: string;
|
|
9222
9490
|
text: string;
|
|
@@ -9230,7 +9498,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9230
9498
|
cx: (...args: any) => string;
|
|
9231
9499
|
};
|
|
9232
9500
|
|
|
9233
|
-
declare const
|
|
9501
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
9234
9502
|
classes: {
|
|
9235
9503
|
root: string;
|
|
9236
9504
|
positionFixed: string;
|
|
@@ -9243,12 +9511,12 @@ declare const useClasses_54: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
9243
9511
|
cx: (...args: any) => string;
|
|
9244
9512
|
};
|
|
9245
9513
|
|
|
9246
|
-
declare const
|
|
9514
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
9247
9515
|
classes: {
|
|
9248
9516
|
button: string;
|
|
9249
9517
|
text: string;
|
|
9250
|
-
selected: string;
|
|
9251
9518
|
root: string;
|
|
9519
|
+
selected: string;
|
|
9252
9520
|
};
|
|
9253
9521
|
css: {
|
|
9254
9522
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9257,12 +9525,12 @@ declare const useClasses_55: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9257
9525
|
cx: (...args: any) => string;
|
|
9258
9526
|
};
|
|
9259
9527
|
|
|
9260
|
-
declare const
|
|
9528
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9261
9529
|
classes: {
|
|
9262
|
-
selected: string;
|
|
9263
9530
|
root: string;
|
|
9264
|
-
|
|
9531
|
+
selected: string;
|
|
9265
9532
|
positionSticky: string;
|
|
9533
|
+
positionFixed: string;
|
|
9266
9534
|
notSelectedRoot: string;
|
|
9267
9535
|
notSelected: string;
|
|
9268
9536
|
};
|
|
@@ -9273,7 +9541,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"selected" | "root" |
|
|
|
9273
9541
|
cx: (...args: any) => string;
|
|
9274
9542
|
};
|
|
9275
9543
|
|
|
9276
|
-
declare const
|
|
9544
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
9277
9545
|
classes: {
|
|
9278
9546
|
button: string;
|
|
9279
9547
|
input: string;
|
|
@@ -9293,7 +9561,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
9293
9561
|
cx: (...args: any) => string;
|
|
9294
9562
|
};
|
|
9295
9563
|
|
|
9296
|
-
declare const
|
|
9564
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9297
9565
|
classes: {
|
|
9298
9566
|
root: string;
|
|
9299
9567
|
};
|
|
@@ -9304,7 +9572,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9304
9572
|
cx: (...args: any) => string;
|
|
9305
9573
|
};
|
|
9306
9574
|
|
|
9307
|
-
declare const
|
|
9575
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
9308
9576
|
classes: {
|
|
9309
9577
|
root: string;
|
|
9310
9578
|
removeButton: string;
|
|
@@ -9329,35 +9597,11 @@ declare const useClasses_59: (classesProp?: Partial<Record<"root" | "removeButto
|
|
|
9329
9597
|
cx: (...args: any) => string;
|
|
9330
9598
|
};
|
|
9331
9599
|
|
|
9332
|
-
declare const
|
|
9333
|
-
classes: {
|
|
9334
|
-
img: string;
|
|
9335
|
-
status: string;
|
|
9336
|
-
container: string;
|
|
9337
|
-
square: string;
|
|
9338
|
-
xs: string;
|
|
9339
|
-
sm: string;
|
|
9340
|
-
md: string;
|
|
9341
|
-
lg: string;
|
|
9342
|
-
xl: string;
|
|
9343
|
-
root: string;
|
|
9344
|
-
fallback: string;
|
|
9345
|
-
avatar: string;
|
|
9346
|
-
badge: string;
|
|
9347
|
-
circular: string;
|
|
9348
|
-
};
|
|
9349
|
-
css: {
|
|
9350
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9351
|
-
(...args: CSSInterpolation[]): string;
|
|
9352
|
-
};
|
|
9353
|
-
cx: (...args: any) => string;
|
|
9354
|
-
};
|
|
9355
|
-
|
|
9356
|
-
declare const useClasses_60: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9600
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9357
9601
|
classes: {
|
|
9358
9602
|
label: string;
|
|
9359
|
-
colorPicker: string;
|
|
9360
9603
|
root: string;
|
|
9604
|
+
colorPicker: string;
|
|
9361
9605
|
panel: string;
|
|
9362
9606
|
description: string;
|
|
9363
9607
|
labelContainer: string;
|
|
@@ -9376,14 +9620,27 @@ declare const useClasses_60: (classesProp?: Partial<Record<"label" | "colorPicke
|
|
|
9376
9620
|
cx: (...args: any) => string;
|
|
9377
9621
|
};
|
|
9378
9622
|
|
|
9379
|
-
declare const
|
|
9623
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"list" | "root" | "popper", string>>, addStatic?: boolean) => {
|
|
9624
|
+
classes: {
|
|
9625
|
+
list: string;
|
|
9626
|
+
root: string;
|
|
9627
|
+
popper: string;
|
|
9628
|
+
};
|
|
9629
|
+
css: {
|
|
9630
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9631
|
+
(...args: CSSInterpolation[]): string;
|
|
9632
|
+
};
|
|
9633
|
+
cx: (...args: any) => string;
|
|
9634
|
+
};
|
|
9635
|
+
|
|
9636
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"title" | "main" | "dot" | "root" | "controls" | "xs" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
|
|
9380
9637
|
classes: {
|
|
9381
9638
|
title: string;
|
|
9382
9639
|
main: string;
|
|
9383
9640
|
dot: string;
|
|
9641
|
+
root: string;
|
|
9384
9642
|
controls: string;
|
|
9385
9643
|
xs: string;
|
|
9386
|
-
root: string;
|
|
9387
9644
|
actions: string;
|
|
9388
9645
|
panel: string;
|
|
9389
9646
|
fullscreen: string;
|
|
@@ -9410,7 +9667,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"title" | "main" | "d
|
|
|
9410
9667
|
cx: (...args: any) => string;
|
|
9411
9668
|
};
|
|
9412
9669
|
|
|
9413
|
-
declare const
|
|
9670
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
9414
9671
|
classes: {
|
|
9415
9672
|
image: string;
|
|
9416
9673
|
slide: string;
|
|
@@ -9422,13 +9679,13 @@ declare const useClasses_62: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9422
9679
|
cx: (...args: any) => string;
|
|
9423
9680
|
};
|
|
9424
9681
|
|
|
9425
|
-
declare const
|
|
9682
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "root" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
9426
9683
|
classes: {
|
|
9427
9684
|
placeholder: string;
|
|
9428
9685
|
label: string;
|
|
9429
9686
|
icon: string;
|
|
9430
|
-
error: string;
|
|
9431
9687
|
root: string;
|
|
9688
|
+
error: string;
|
|
9432
9689
|
description: string;
|
|
9433
9690
|
labelContainer: string;
|
|
9434
9691
|
dropdownHeaderInvalid: string;
|
|
@@ -9445,56 +9702,6 @@ declare const useClasses_63: (classesProp?: Partial<Record<"placeholder" | "labe
|
|
|
9445
9702
|
cx: (...args: any) => string;
|
|
9446
9703
|
};
|
|
9447
9704
|
|
|
9448
|
-
declare const useClasses_7: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
|
|
9449
|
-
classes: {
|
|
9450
|
-
root: string;
|
|
9451
|
-
badge: string;
|
|
9452
|
-
badgeContainer: string;
|
|
9453
|
-
badgePosition: string;
|
|
9454
|
-
showCount: string;
|
|
9455
|
-
showLabel: string;
|
|
9456
|
-
badgeIcon: string;
|
|
9457
|
-
badgeOneDigit: string;
|
|
9458
|
-
};
|
|
9459
|
-
css: {
|
|
9460
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9461
|
-
(...args: CSSInterpolation[]): string;
|
|
9462
|
-
};
|
|
9463
|
-
cx: (...args: any) => string;
|
|
9464
|
-
};
|
|
9465
|
-
|
|
9466
|
-
declare const useClasses_8: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9467
|
-
classes: {
|
|
9468
|
-
icon: string;
|
|
9469
|
-
disabled: string;
|
|
9470
|
-
root: string;
|
|
9471
|
-
startIcon: string;
|
|
9472
|
-
endIcon: string;
|
|
9473
|
-
focusVisible: string;
|
|
9474
|
-
};
|
|
9475
|
-
css: {
|
|
9476
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9477
|
-
(...args: CSSInterpolation[]): string;
|
|
9478
|
-
};
|
|
9479
|
-
cx: (...args: any) => string;
|
|
9480
|
-
};
|
|
9481
|
-
|
|
9482
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
9483
|
-
classes: {
|
|
9484
|
-
icon: string;
|
|
9485
|
-
selected: string;
|
|
9486
|
-
root: string;
|
|
9487
|
-
selectable: string;
|
|
9488
|
-
semanticContainer: string;
|
|
9489
|
-
semanticBar: string;
|
|
9490
|
-
};
|
|
9491
|
-
css: {
|
|
9492
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9493
|
-
(...args: CSSInterpolation[]): string;
|
|
9494
|
-
};
|
|
9495
|
-
cx: (...args: any) => string;
|
|
9496
|
-
};
|
|
9497
|
-
|
|
9498
9705
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9499
9706
|
|
|
9500
9707
|
export declare const useComputation: (valueFn: any, valueFallback?: any) => any[];
|