@hitachivantara/uikit-react-core 5.66.12 → 5.66.13
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/ActionsGeneric/ActionsGeneric.cjs +1 -2
- package/dist/cjs/AvatarGroup/AvatarGroup.cjs +1 -2
- package/dist/cjs/BaseDropdown/BaseDropdown.cjs +2 -4
- package/dist/cjs/Box/Box.cjs +13 -14
- package/dist/cjs/Button/Button.cjs +3 -6
- package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.cjs +2 -4
- package/dist/cjs/Calendar/SingleCalendar/CalendarCell.cjs +1 -2
- package/dist/cjs/Calendar/SingleCalendar/SingleCalendar.cjs +4 -8
- package/dist/cjs/Calendar/utils.cjs +4 -8
- package/dist/cjs/Carousel/Carousel.cjs +3 -6
- package/dist/cjs/ColorPicker/Fields/Fields.cjs +4 -8
- package/dist/cjs/DatePicker/DatePicker.cjs +6 -12
- package/dist/cjs/Dialog/Dialog.cjs +2 -4
- package/dist/cjs/Drawer/Drawer.cjs +1 -2
- package/dist/cjs/DropDownMenu/DropDownMenu.cjs +2 -4
- package/dist/cjs/Dropdown/Dropdown.cjs +1 -2
- package/dist/cjs/Dropdown/List/List.cjs +2 -4
- package/dist/cjs/Dropdown/utils.cjs +1 -2
- package/dist/cjs/FileUploader/DropZone/DropZone.cjs +3 -6
- package/dist/cjs/FileUploader/FileList/FileList.cjs +1 -2
- package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs +2 -4
- package/dist/cjs/Focus/Focus.cjs +7 -14
- package/dist/cjs/Forms/FormElement/utils/FormUtils.cjs +6 -4
- package/dist/cjs/GlobalActions/GlobalActions.styles.cjs +1 -2
- package/dist/cjs/Grid/Grid.cjs +7 -4
- package/dist/cjs/Header/Navigation/useSelectionPath.cjs +1 -2
- package/dist/cjs/Input/Input.cjs +2 -4
- package/dist/cjs/Link/Link.cjs +1 -2
- package/dist/cjs/List/List.cjs +12 -15
- package/dist/cjs/List/utils.cjs +1 -2
- package/dist/cjs/ListContainer/ListContainer.cjs +1 -2
- package/dist/cjs/ListContainer/ListContext/ListContext.cjs +1 -2
- package/dist/cjs/ListContainer/ListItem/ListItem.cjs +3 -6
- package/dist/cjs/LoadingContainer/LoadingContainer.cjs +2 -1
- package/dist/cjs/Pagination/Select.cjs +1 -2
- package/dist/cjs/QueryBuilder/Rule/Attribute/Attribute.cjs +1 -2
- package/dist/cjs/QueryBuilder/Rule/Value/NumericValue/NumericValue.cjs +2 -2
- package/dist/cjs/QueryBuilder/utils/reducer.cjs +1 -2
- package/dist/cjs/ScrollTo/Horizontal/ScrollToHorizontal.cjs +2 -2
- package/dist/cjs/ScrollTo/Vertical/ScrollToVertical.cjs +2 -2
- package/dist/cjs/Select/Select.cjs +2 -2
- package/dist/cjs/Skeleton/Skeleton.cjs +1 -2
- package/dist/cjs/Slider/Slider.cjs +1 -2
- package/dist/cjs/Slider/SliderInput/SliderInput.cjs +1 -2
- package/dist/cjs/Slider/utils.cjs +4 -8
- package/dist/cjs/Stack/Stack.cjs +1 -2
- package/dist/cjs/Table/TableContext.cjs +1 -2
- package/dist/cjs/Table/TableSectionContext.cjs +1 -2
- package/dist/cjs/Table/hooks/useBulkActions.cjs +1 -2
- package/dist/cjs/Table/hooks/useRowExpand.cjs +5 -1
- package/dist/cjs/Table/utils/fallbacks.cjs +1 -2
- package/dist/cjs/Tag/Tag.cjs +2 -4
- package/dist/cjs/TagsInput/TagsInput.cjs +2 -3
- package/dist/cjs/TextArea/TextArea.cjs +1 -2
- package/dist/cjs/TimeAgo/TimeAgo.cjs +1 -2
- package/dist/cjs/TimeAgo/useTimeout.cjs +1 -2
- package/dist/cjs/TimePicker/Placeholder.cjs +3 -6
- package/dist/cjs/TimePicker/TimePicker.cjs +3 -6
- package/dist/cjs/TreeView/TreeItem/TreeItem.cjs +2 -1
- package/dist/cjs/TreeView/TreeItem/useHvTreeItem.cjs +3 -6
- package/dist/cjs/TreeView/internals/DescendantProvider.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewExpansion.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewFocus.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewKeyboardNavigation.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewNodes.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewSelection.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/useInstanceEventHandler.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/useTreeView.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/useTreeViewInstanceEvents.cjs +1 -2
- package/dist/cjs/TreeView/internals/hooks/useTreeViewModels.cjs +1 -2
- package/dist/cjs/Typography/utils.cjs +1 -2
- package/dist/cjs/VerticalNavigation/Header/Header.cjs +1 -2
- package/dist/cjs/VerticalNavigation/Navigation/Navigation.cjs +2 -4
- package/dist/cjs/VerticalNavigation/TreeView/TreeView.cjs +3 -6
- package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.cjs +4 -8
- package/dist/cjs/hooks/useForkRef.cjs +1 -2
- package/dist/cjs/hooks/useUniqueId.cjs +2 -4
- package/dist/cjs/providers/Provider.cjs +2 -4
- package/dist/cjs/utils/classes.cjs +6 -3
- package/dist/cjs/utils/deepMerge.cjs +2 -1
- package/dist/cjs/utils/helpers.cjs +1 -2
- package/dist/cjs/utils/theme.cjs +1 -2
- package/dist/cjs/utils/useSavedState.cjs +1 -2
- package/dist/esm/ActionsGeneric/ActionsGeneric.js +1 -2
- package/dist/esm/ActionsGeneric/ActionsGeneric.js.map +1 -1
- package/dist/esm/AvatarGroup/AvatarGroup.js +1 -2
- package/dist/esm/AvatarGroup/AvatarGroup.js.map +1 -1
- package/dist/esm/BaseDropdown/BaseDropdown.js +2 -4
- package/dist/esm/BaseDropdown/BaseDropdown.js.map +1 -1
- package/dist/esm/Box/Box.js +13 -14
- package/dist/esm/Box/Box.js.map +1 -1
- package/dist/esm/Button/Button.js +3 -6
- package/dist/esm/Button/Button.js.map +1 -1
- package/dist/esm/Button/Button.styles.js.map +1 -1
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.js +2 -4
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/esm/Calendar/SingleCalendar/CalendarCell.js +1 -2
- package/dist/esm/Calendar/SingleCalendar/CalendarCell.js.map +1 -1
- package/dist/esm/Calendar/SingleCalendar/SingleCalendar.js +4 -8
- package/dist/esm/Calendar/SingleCalendar/SingleCalendar.js.map +1 -1
- package/dist/esm/Calendar/utils.js +4 -8
- package/dist/esm/Calendar/utils.js.map +1 -1
- package/dist/esm/Card/Card.js.map +1 -1
- package/dist/esm/Carousel/Carousel.js +3 -6
- package/dist/esm/Carousel/Carousel.js.map +1 -1
- package/dist/esm/ColorPicker/Fields/Fields.js +3 -6
- package/dist/esm/ColorPicker/Fields/Fields.js.map +1 -1
- package/dist/esm/DatePicker/DatePicker.js +6 -12
- package/dist/esm/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/Dialog/Dialog.js +2 -4
- package/dist/esm/Dialog/Dialog.js.map +1 -1
- package/dist/esm/Drawer/Drawer.js +1 -2
- package/dist/esm/Drawer/Drawer.js.map +1 -1
- package/dist/esm/DropDownMenu/DropDownMenu.js +2 -4
- package/dist/esm/DropDownMenu/DropDownMenu.js.map +1 -1
- package/dist/esm/Dropdown/Dropdown.js +1 -2
- package/dist/esm/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/Dropdown/List/List.js +2 -4
- package/dist/esm/Dropdown/List/List.js.map +1 -1
- package/dist/esm/Dropdown/utils.js +1 -2
- package/dist/esm/Dropdown/utils.js.map +1 -1
- package/dist/esm/FileUploader/DropZone/DropZone.js +3 -6
- package/dist/esm/FileUploader/DropZone/DropZone.js.map +1 -1
- package/dist/esm/FileUploader/FileList/FileList.js +1 -2
- package/dist/esm/FileUploader/FileList/FileList.js.map +1 -1
- package/dist/esm/FilterGroup/FilterContent/FilterContent.js +2 -4
- package/dist/esm/FilterGroup/FilterContent/FilterContent.js.map +1 -1
- package/dist/esm/Focus/Focus.js +7 -14
- package/dist/esm/Focus/Focus.js.map +1 -1
- package/dist/esm/Forms/FormElement/FormElement.js.map +1 -1
- package/dist/esm/Forms/FormElement/context/FormElementContext.js.map +1 -1
- package/dist/esm/Forms/FormElement/context/FormElementDescriptorsContext.js.map +1 -1
- package/dist/esm/Forms/FormElement/utils/FormUtils.js +6 -4
- package/dist/esm/Forms/FormElement/utils/FormUtils.js.map +1 -1
- package/dist/esm/GlobalActions/GlobalActions.styles.js +1 -2
- package/dist/esm/GlobalActions/GlobalActions.styles.js.map +1 -1
- package/dist/esm/Grid/Grid.js +7 -4
- package/dist/esm/Grid/Grid.js.map +1 -1
- package/dist/esm/Header/Navigation/useSelectionPath.js +1 -2
- package/dist/esm/Header/Navigation/useSelectionPath.js.map +1 -1
- package/dist/esm/Input/Input.js +2 -4
- package/dist/esm/Input/Input.js.map +1 -1
- package/dist/esm/Link/Link.js +1 -2
- package/dist/esm/Link/Link.js.map +1 -1
- package/dist/esm/List/List.js +12 -15
- package/dist/esm/List/List.js.map +1 -1
- package/dist/esm/List/utils.js +1 -2
- package/dist/esm/List/utils.js.map +1 -1
- package/dist/esm/ListContainer/ListContainer.js +4 -5
- package/dist/esm/ListContainer/ListContainer.js.map +1 -1
- package/dist/esm/ListContainer/ListContext/ListContext.js +1 -2
- package/dist/esm/ListContainer/ListContext/ListContext.js.map +1 -1
- package/dist/esm/ListContainer/ListItem/ListItem.js +5 -8
- package/dist/esm/ListContainer/ListItem/ListItem.js.map +1 -1
- package/dist/esm/Loading/Loading.js.map +1 -1
- package/dist/esm/LoadingContainer/LoadingContainer.js +2 -1
- package/dist/esm/LoadingContainer/LoadingContainer.js.map +1 -1
- package/dist/esm/MultiButton/MultiButton.js.map +1 -1
- package/dist/esm/Pagination/Select.js +1 -2
- package/dist/esm/Pagination/Select.js.map +1 -1
- package/dist/esm/QueryBuilder/Rule/Attribute/Attribute.js +1 -2
- package/dist/esm/QueryBuilder/Rule/Attribute/Attribute.js.map +1 -1
- package/dist/esm/QueryBuilder/Rule/Operator/Operator.js.map +1 -1
- package/dist/esm/QueryBuilder/Rule/Value/NumericValue/NumericValue.js +2 -2
- package/dist/esm/QueryBuilder/Rule/Value/NumericValue/NumericValue.js.map +1 -1
- package/dist/esm/QueryBuilder/utils/index.js.map +1 -1
- package/dist/esm/QueryBuilder/utils/reducer.js +1 -2
- package/dist/esm/QueryBuilder/utils/reducer.js.map +1 -1
- package/dist/esm/ScrollTo/Horizontal/ScrollToHorizontal.js +2 -2
- package/dist/esm/ScrollTo/Horizontal/ScrollToHorizontal.js.map +1 -1
- package/dist/esm/ScrollTo/Vertical/ScrollToVertical.js +2 -2
- package/dist/esm/ScrollTo/Vertical/ScrollToVertical.js.map +1 -1
- package/dist/esm/Section/Section.js.map +1 -1
- package/dist/esm/Select/Select.js +2 -2
- package/dist/esm/Select/Select.js.map +1 -1
- package/dist/esm/SimpleGrid/SimpleGrid.styles.js.map +1 -1
- package/dist/esm/Skeleton/Skeleton.js +1 -2
- package/dist/esm/Skeleton/Skeleton.js.map +1 -1
- package/dist/esm/Slider/Slider.js +1 -2
- package/dist/esm/Slider/Slider.js.map +1 -1
- package/dist/esm/Slider/SliderInput/SliderInput.js +1 -2
- package/dist/esm/Slider/SliderInput/SliderInput.js.map +1 -1
- package/dist/esm/Slider/utils.js +4 -8
- package/dist/esm/Slider/utils.js.map +1 -1
- package/dist/esm/Snackbar/Snackbar.js.map +1 -1
- package/dist/esm/Stack/Stack.js +1 -2
- package/dist/esm/Stack/Stack.js.map +1 -1
- package/dist/esm/Table/TableCell/TableCell.js.map +1 -1
- package/dist/esm/Table/TableContext.js +1 -2
- package/dist/esm/Table/TableContext.js.map +1 -1
- package/dist/esm/Table/TableHeader/TableHeader.js.map +1 -1
- package/dist/esm/Table/TableRow/TableRow.js.map +1 -1
- package/dist/esm/Table/TableSectionContext.js +1 -2
- package/dist/esm/Table/TableSectionContext.js.map +1 -1
- package/dist/esm/Table/hooks/useBulkActions.js +1 -2
- package/dist/esm/Table/hooks/useBulkActions.js.map +1 -1
- package/dist/esm/Table/hooks/useHeaderGroups.js.map +1 -1
- package/dist/esm/Table/hooks/usePagination.js.map +1 -1
- package/dist/esm/Table/hooks/useResizeColumns.js.map +1 -1
- package/dist/esm/Table/hooks/useRowExpand.js +5 -1
- package/dist/esm/Table/hooks/useRowExpand.js.map +1 -1
- package/dist/esm/Table/hooks/useRowSelection.js.map +1 -1
- package/dist/esm/Table/hooks/useSortBy.js.map +1 -1
- package/dist/esm/Table/hooks/useSticky.js.map +1 -1
- package/dist/esm/Table/hooks/useTableStyles.js.map +1 -1
- package/dist/esm/Table/utils/fallbacks.js +1 -2
- package/dist/esm/Table/utils/fallbacks.js.map +1 -1
- package/dist/esm/Tag/Tag.js +2 -4
- package/dist/esm/Tag/Tag.js.map +1 -1
- package/dist/esm/TagsInput/TagsInput.js +2 -3
- package/dist/esm/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/TextArea/TextArea.js +1 -2
- package/dist/esm/TextArea/TextArea.js.map +1 -1
- package/dist/esm/TimeAgo/TimeAgo.js +1 -2
- package/dist/esm/TimeAgo/TimeAgo.js.map +1 -1
- package/dist/esm/TimeAgo/useTimeout.js +1 -2
- package/dist/esm/TimeAgo/useTimeout.js.map +1 -1
- package/dist/esm/TimePicker/Placeholder.js +3 -6
- package/dist/esm/TimePicker/Placeholder.js.map +1 -1
- package/dist/esm/TimePicker/TimePicker.js +3 -6
- package/dist/esm/TimePicker/TimePicker.js.map +1 -1
- package/dist/esm/TreeView/TreeItem/TreeItem.js +2 -1
- package/dist/esm/TreeView/TreeItem/TreeItem.js.map +1 -1
- package/dist/esm/TreeView/TreeItem/useHvTreeItem.js +2 -4
- package/dist/esm/TreeView/TreeItem/useHvTreeItem.js.map +1 -1
- package/dist/esm/Typography/utils.js +1 -2
- package/dist/esm/Typography/utils.js.map +1 -1
- package/dist/esm/VerticalNavigation/Header/Header.js +1 -2
- package/dist/esm/VerticalNavigation/Header/Header.js.map +1 -1
- package/dist/esm/VerticalNavigation/Navigation/Navigation.js +2 -4
- package/dist/esm/VerticalNavigation/Navigation/Navigation.js.map +1 -1
- package/dist/esm/VerticalNavigation/NavigationSlider/utils/NavigationSlider.utils.js.map +1 -1
- package/dist/esm/VerticalNavigation/TreeView/TreeView.js +3 -6
- package/dist/esm/VerticalNavigation/TreeView/TreeView.js.map +1 -1
- package/dist/esm/VerticalNavigation/TreeView/TreeViewContext.js.map +1 -1
- package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.js +4 -8
- package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
- package/dist/esm/VerticalNavigation/VerticalNavigation.js.map +1 -1
- package/dist/esm/VerticalNavigation/VerticalNavigationContext.js.map +1 -1
- package/dist/esm/hocs/withTooltip.js.map +1 -1
- package/dist/esm/hooks/useComputation.js.map +1 -1
- package/dist/esm/hooks/useCss.js.map +1 -1
- package/dist/esm/hooks/useForkRef.js.map +1 -1
- package/dist/esm/hooks/useUniqueId.js +1 -2
- package/dist/esm/hooks/useUniqueId.js.map +1 -1
- package/dist/esm/providers/Provider.js +2 -4
- package/dist/esm/providers/Provider.js.map +1 -1
- package/dist/esm/types/generic.js.map +1 -1
- package/dist/esm/utils/classes.js +6 -3
- package/dist/esm/utils/classes.js.map +1 -1
- package/dist/esm/utils/deepMerge.js +2 -1
- package/dist/esm/utils/deepMerge.js.map +1 -1
- package/dist/esm/utils/helpers.js +1 -2
- package/dist/esm/utils/helpers.js.map +1 -1
- package/dist/esm/utils/theme.js +1 -2
- package/dist/esm/utils/theme.js.map +1 -1
- package/dist/esm/utils/useSavedState.js +1 -2
- package/dist/esm/utils/useSavedState.js.map +1 -1
- package/dist/types/index.d.ts +268 -352
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
1
|
import { ActionType } from 'react-table';
|
|
4
2
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
5
3
|
import { Breakpoint as Breakpoint_2 } from '@mui/material/styles';
|
|
@@ -15,6 +13,7 @@ import { ComponentProps } from 'react';
|
|
|
15
13
|
import { ContainerProps } from '@mui/material/Container';
|
|
16
14
|
import { Context } from 'react';
|
|
17
15
|
import { CSSInterpolation } from '@emotion/serialize';
|
|
16
|
+
import { CSSInterpolation as CSSInterpolation_2 } from '@emotion/css/dist/declarations/src/create-instance';
|
|
18
17
|
import { default as default_2 } from 'react';
|
|
19
18
|
import { default as default_3 } from 'embla-carousel-react';
|
|
20
19
|
import { defaultCacheKey } from '@hitachivantara/uikit-react-shared';
|
|
@@ -27,7 +26,6 @@ import { DividerProps } from '@mui/material/Divider';
|
|
|
27
26
|
import { DrawerProps } from '@mui/material/Drawer';
|
|
28
27
|
import { ds3 } from '@hitachivantara/uikit-styles';
|
|
29
28
|
import { ds5 } from '@hitachivantara/uikit-styles';
|
|
30
|
-
import { ElementType } from 'react';
|
|
31
29
|
import { EmotionCache } from '@emotion/cache';
|
|
32
30
|
import { EmotionContext } from '@hitachivantara/uikit-react-shared';
|
|
33
31
|
import { ForwardRefExoticComponent } from 'react';
|
|
@@ -57,12 +55,11 @@ import { HvThemeContextValue } from '@hitachivantara/uikit-react-shared';
|
|
|
57
55
|
import { HvThemeStructure } from '@hitachivantara/uikit-styles';
|
|
58
56
|
import { IconBaseProps } from '@hitachivantara/uikit-react-icons';
|
|
59
57
|
import { IdType as IdType_2 } from 'react-table';
|
|
60
|
-
import { InputBaseComponentProps } from '@mui/material
|
|
58
|
+
import { InputBaseComponentProps } from '@mui/material';
|
|
59
|
+
import { InputBaseComponentProps as InputBaseComponentProps_2 } from '@mui/material/InputBase';
|
|
61
60
|
import { InputBaseProps } from '@mui/material/InputBase';
|
|
62
61
|
import { InputProps } from '@mui/material/Input';
|
|
63
|
-
import { JSX as JSX_2 } from 'react';
|
|
64
|
-
import { JSX as JSX_3 } from 'react/jsx-runtime';
|
|
65
|
-
import { JSXElementConstructor } from 'react';
|
|
62
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
66
63
|
import { OptionGroupProps } from '@mui/base/OptionGroup';
|
|
67
64
|
import { OptionOwnProps } from '@mui/base/Option';
|
|
68
65
|
import { OptionsObject } from 'notistack';
|
|
@@ -72,14 +69,11 @@ import { PropGetter } from 'react-table';
|
|
|
72
69
|
import { PropsWithoutRef } from 'react';
|
|
73
70
|
import { RadioProps } from '@mui/material/Radio';
|
|
74
71
|
import * as React_2 from 'react';
|
|
75
|
-
import { ReactElement } from 'react';
|
|
76
72
|
import { ReactNode } from 'react';
|
|
77
73
|
import { ReducerTableState } from 'react-table';
|
|
78
74
|
import { RefAttributes } from 'react';
|
|
79
|
-
import { RefObject } from 'react';
|
|
80
75
|
import { Renderer } from 'react-table';
|
|
81
76
|
import { Row } from 'react-table';
|
|
82
|
-
import { SetStateAction } from 'react';
|
|
83
77
|
import { SlideProps } from '@mui/material/Slide';
|
|
84
78
|
import { SliderProps } from 'rc-slider';
|
|
85
79
|
import { SliderRef } from 'rc-slider';
|
|
@@ -324,7 +318,6 @@ export declare const baseCheckBoxClasses: {
|
|
|
324
318
|
export declare const baseDropdownClasses: {
|
|
325
319
|
container: "HvBaseDropdown-container";
|
|
326
320
|
header: "HvBaseDropdown-header";
|
|
327
|
-
anchor: "HvBaseDropdown-anchor";
|
|
328
321
|
root: "HvBaseDropdown-root";
|
|
329
322
|
headerOpen: "HvBaseDropdown-headerOpen";
|
|
330
323
|
headerDisabled: "HvBaseDropdown-headerDisabled";
|
|
@@ -332,6 +325,7 @@ export declare const baseDropdownClasses: {
|
|
|
332
325
|
placeholder: "HvBaseDropdown-placeholder";
|
|
333
326
|
panel: "HvBaseDropdown-panel";
|
|
334
327
|
inputExtensionOpen: "HvBaseDropdown-inputExtensionOpen";
|
|
328
|
+
anchor: "HvBaseDropdown-anchor";
|
|
335
329
|
selection: "HvBaseDropdown-selection";
|
|
336
330
|
arrowContainer: "HvBaseDropdown-arrowContainer";
|
|
337
331
|
arrow: "HvBaseDropdown-arrow";
|
|
@@ -404,14 +398,14 @@ export declare interface Breakpoint {
|
|
|
404
398
|
spacing?: Spacing;
|
|
405
399
|
}
|
|
406
400
|
|
|
407
|
-
export declare const buildAriaPropsFromContext: (props:
|
|
401
|
+
export declare const buildAriaPropsFromContext: (props: InputBaseComponentProps, context: HvFormElementDescriptorsContextValue, isInvalid: boolean, inputId?: string) => default_2.AriaAttributes;
|
|
408
402
|
|
|
409
|
-
export declare const buildFormElementPropsFromContext: (name
|
|
410
|
-
name:
|
|
411
|
-
disabled:
|
|
412
|
-
readOnly:
|
|
413
|
-
required:
|
|
414
|
-
status:
|
|
403
|
+
export declare const buildFormElementPropsFromContext: (name?: string, disabled?: boolean, readOnly?: boolean, required?: boolean, context?: HvFormElementContextValue) => {
|
|
404
|
+
name: string | undefined;
|
|
405
|
+
disabled: boolean | undefined;
|
|
406
|
+
readOnly: boolean | undefined;
|
|
407
|
+
required: boolean | undefined;
|
|
408
|
+
status: string | undefined;
|
|
415
409
|
};
|
|
416
410
|
|
|
417
411
|
export declare const bulkActionsClasses: {
|
|
@@ -523,16 +517,9 @@ export declare const carouselClasses: {
|
|
|
523
517
|
|
|
524
518
|
declare type CellValue<V = any> = V;
|
|
525
519
|
|
|
526
|
-
export declare const CellWithCheckBox: ({ row, labels: labelsProp }:
|
|
527
|
-
row: any;
|
|
528
|
-
labels: any;
|
|
529
|
-
}) => JSX_3.Element;
|
|
520
|
+
export declare const CellWithCheckBox: ({ row, labels: labelsProp }: any) => JSX_2.Element;
|
|
530
521
|
|
|
531
|
-
export declare const CellWithExpandButton: ({ row, cell, labels: labelsProp }:
|
|
532
|
-
row: any;
|
|
533
|
-
cell: any;
|
|
534
|
-
labels: any;
|
|
535
|
-
}) => JSX_3.Element;
|
|
522
|
+
export declare const CellWithExpandButton: ({ row, cell, labels: labelsProp, }: any) => JSX_2.Element;
|
|
536
523
|
|
|
537
524
|
export declare const charCounterClasses: {
|
|
538
525
|
root: "HvCharCounter-root";
|
|
@@ -570,12 +557,12 @@ export declare const checkValidHexColorValue: (value?: string) => boolean;
|
|
|
570
557
|
|
|
571
558
|
export declare const colorPickerClasses: {
|
|
572
559
|
colorPicker: "HvColorPicker-colorPicker";
|
|
573
|
-
description: "HvColorPicker-description";
|
|
574
560
|
label: "HvColorPicker-label";
|
|
575
561
|
root: "HvColorPicker-root";
|
|
576
562
|
panel: "HvColorPicker-panel";
|
|
577
563
|
headerColorValue: "HvColorPicker-headerColorValue";
|
|
578
564
|
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
565
|
+
description: "HvColorPicker-description";
|
|
579
566
|
labelContainer: "HvColorPicker-labelContainer";
|
|
580
567
|
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
581
568
|
colorPickerIcon: "HvColorPicker-colorPickerIcon";
|
|
@@ -585,8 +572,8 @@ export declare const colorPickerClasses: {
|
|
|
585
572
|
};
|
|
586
573
|
|
|
587
574
|
export declare const containerClasses: {
|
|
588
|
-
fixed: "HvContainer-fixed";
|
|
589
575
|
root: "HvContainer-root";
|
|
576
|
+
fixed: "HvContainer-fixed";
|
|
590
577
|
disableGutters: "HvContainer-disableGutters";
|
|
591
578
|
maxWidthXs: "HvContainer-maxWidthXs";
|
|
592
579
|
maxWidthSm: "HvContainer-maxWidthSm";
|
|
@@ -609,12 +596,12 @@ name: Name, stylesObject: Record<ClassName, CSSInterpolation>): {
|
|
|
609
596
|
useClasses: (classesProp?: Partial<Record<ClassName, string>>, addStatic?: boolean) => {
|
|
610
597
|
classes: { [P in ClassName]: string; };
|
|
611
598
|
css: {
|
|
612
|
-
(template: TemplateStringsArray, ...args:
|
|
613
|
-
(...args:
|
|
599
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
|
|
600
|
+
(...args: CSSInterpolation_2[]): string;
|
|
614
601
|
};
|
|
615
602
|
cx: (...args: any) => string;
|
|
616
603
|
};
|
|
617
|
-
staticClasses: { [
|
|
604
|
+
staticClasses: { [P in ClassName]: `${Name}-${P}`; };
|
|
618
605
|
};
|
|
619
606
|
|
|
620
607
|
/**
|
|
@@ -624,7 +611,6 @@ name: Name, stylesObject: Record<ClassName, CSSInterpolation>): {
|
|
|
624
611
|
export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
|
|
625
612
|
|
|
626
613
|
export declare const datePickerClasses: {
|
|
627
|
-
description: "HvDatePicker-description";
|
|
628
614
|
label: "HvDatePicker-label";
|
|
629
615
|
root: "HvDatePicker-root";
|
|
630
616
|
panel: "HvDatePicker-panel";
|
|
@@ -632,6 +618,7 @@ export declare const datePickerClasses: {
|
|
|
632
618
|
inputText: "HvDatePicker-inputText";
|
|
633
619
|
action: "HvDatePicker-action";
|
|
634
620
|
dropdown: "HvDatePicker-dropdown";
|
|
621
|
+
description: "HvDatePicker-description";
|
|
635
622
|
error: "HvDatePicker-error";
|
|
636
623
|
labelContainer: "HvDatePicker-labelContainer";
|
|
637
624
|
actionContainer: "HvDatePicker-actionContainer";
|
|
@@ -763,21 +750,13 @@ export { defaultCacheKey }
|
|
|
763
750
|
|
|
764
751
|
export { defaultEmotionCache }
|
|
765
752
|
|
|
766
|
-
export declare const defaultgetHvBulkActionsProps: (props: any, { instance }:
|
|
767
|
-
instance: any;
|
|
768
|
-
}) => any[];
|
|
753
|
+
export declare const defaultgetHvBulkActionsProps: (props: any, { instance }: any) => any[];
|
|
769
754
|
|
|
770
|
-
export declare const defaultGetHvPaginationProps: (props: any, { instance }:
|
|
771
|
-
instance: any;
|
|
772
|
-
}) => any[];
|
|
755
|
+
export declare const defaultGetHvPaginationProps: (props: any, { instance }: any) => any[];
|
|
773
756
|
|
|
774
|
-
export declare const defaultGetToggleAllPageRowsSelectedProps: (props: any, { instance }:
|
|
775
|
-
instance: any;
|
|
776
|
-
}) => any[];
|
|
757
|
+
export declare const defaultGetToggleAllPageRowsSelectedProps: (props: any, { instance }: any) => any[];
|
|
777
758
|
|
|
778
|
-
export declare const defaultGetToggleAllRowsSelectedProps: (props: any, { instance }:
|
|
779
|
-
instance: any;
|
|
780
|
-
}) => any[];
|
|
759
|
+
export declare const defaultGetToggleAllRowsSelectedProps: (props: any, { instance }: any) => any[];
|
|
781
760
|
|
|
782
761
|
export declare const defaultGetToggleRowSelectedProps: (props: any, meta: any) => any[];
|
|
783
762
|
|
|
@@ -844,7 +823,6 @@ export declare const drawerClasses: {
|
|
|
844
823
|
};
|
|
845
824
|
|
|
846
825
|
export declare const dropdownClasses: {
|
|
847
|
-
description: "HvDropdown-description";
|
|
848
826
|
label: "HvDropdown-label";
|
|
849
827
|
root: "HvDropdown-root";
|
|
850
828
|
placeholder: "HvDropdown-placeholder";
|
|
@@ -852,6 +830,7 @@ export declare const dropdownClasses: {
|
|
|
852
830
|
readOnly: "HvDropdown-readOnly";
|
|
853
831
|
placeholderClosed: "HvDropdown-placeholderClosed";
|
|
854
832
|
dropdown: "HvDropdown-dropdown";
|
|
833
|
+
description: "HvDropdown-description";
|
|
855
834
|
error: "HvDropdown-error";
|
|
856
835
|
arrow: "HvDropdown-arrow";
|
|
857
836
|
labelContainer: "HvDropdown-labelContainer";
|
|
@@ -914,9 +893,9 @@ export declare const fileUploaderPreviewClasses: {
|
|
|
914
893
|
};
|
|
915
894
|
|
|
916
895
|
export declare const filterGroupClasses: {
|
|
917
|
-
description: "HvFilterGroup-description";
|
|
918
896
|
label: "HvFilterGroup-label";
|
|
919
897
|
root: "HvFilterGroup-root";
|
|
898
|
+
description: "HvFilterGroup-description";
|
|
920
899
|
error: "HvFilterGroup-error";
|
|
921
900
|
labelContainer: "HvFilterGroup-labelContainer";
|
|
922
901
|
};
|
|
@@ -933,7 +912,7 @@ export declare function filterProps(props: Record<string, any>): Record<string,
|
|
|
933
912
|
* @param {Object} descriptors - Initial descriptors map (used for recursion).
|
|
934
913
|
*
|
|
935
914
|
*/
|
|
936
|
-
export declare const findDescriptors: (children:
|
|
915
|
+
export declare const findDescriptors: (children: default_2.ReactNode, descriptors?: {
|
|
937
916
|
input: Descriptor[];
|
|
938
917
|
label: Descriptor[];
|
|
939
918
|
description: Descriptor[];
|
|
@@ -946,13 +925,13 @@ export declare const findDescriptors: (children: any, descriptors?: {
|
|
|
946
925
|
description: Descriptor[];
|
|
947
926
|
controlled: Descriptor[];
|
|
948
927
|
errormessage: Descriptor[];
|
|
949
|
-
HvCalendarHeader?: Descriptor[]
|
|
928
|
+
HvCalendarHeader?: Descriptor[];
|
|
950
929
|
};
|
|
951
930
|
|
|
952
931
|
declare type FixComponentProps<T> = T extends any ? T : never;
|
|
953
932
|
|
|
954
933
|
/** React.forwardRef with fixed type declarations */
|
|
955
|
-
export declare function fixedForwardRef<T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.
|
|
934
|
+
export declare function fixedForwardRef<T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.ReactNode): (props: P & React.RefAttributes<T>) => React.ReactNode;
|
|
956
935
|
|
|
957
936
|
export declare const focusClasses: {
|
|
958
937
|
root: "HvFocus-root";
|
|
@@ -1006,17 +985,13 @@ export declare const getFirstAndLastFocus: (node: any) => {
|
|
|
1006
985
|
/** Gets the list of focusable elements. */
|
|
1007
986
|
export declare const getFocusableList: (node: any) => any;
|
|
1008
987
|
|
|
1009
|
-
export declare const getHeaderFooterPropsHook: (props: any, { column }:
|
|
1010
|
-
column: any;
|
|
1011
|
-
}) => any[];
|
|
988
|
+
export declare const getHeaderFooterPropsHook: (props: any, { column }: any) => any[];
|
|
1012
989
|
|
|
1013
|
-
export declare const getHeaderGroupPropsHook: (props: any, { instance }:
|
|
1014
|
-
instance: any;
|
|
1015
|
-
}) => any[];
|
|
990
|
+
export declare const getHeaderGroupPropsHook: (props: any, { instance }: any) => any[];
|
|
1016
991
|
|
|
1017
|
-
export declare const getIdReferenceFor: (formElementType:
|
|
992
|
+
export declare const getIdReferenceFor: (formElementType: string, descriptors: any, filterFor?: null) => any;
|
|
1018
993
|
|
|
1019
|
-
export declare const getIdReferenceListFor: (formElementType:
|
|
994
|
+
export declare const getIdReferenceListFor: (formElementType: string, descriptors: any, filterFor?: string | null) => any;
|
|
1020
995
|
|
|
1021
996
|
/** Auxiliary function to find adjacent nodes to focus. */
|
|
1022
997
|
export declare const getPrevNextFocus: (nodeId?: string) => {
|
|
@@ -1025,13 +1000,11 @@ export declare const getPrevNextFocus: (nodeId?: string) => {
|
|
|
1025
1000
|
};
|
|
1026
1001
|
|
|
1027
1002
|
export declare const getSelectorIcons: () => {
|
|
1028
|
-
radio:
|
|
1029
|
-
radioChecked:
|
|
1003
|
+
radio: JSX_2.Element;
|
|
1004
|
+
radioChecked: JSX_2.Element;
|
|
1030
1005
|
};
|
|
1031
1006
|
|
|
1032
|
-
export declare const getTableHeadPropsHook: (props: any, { instance }:
|
|
1033
|
-
instance: any;
|
|
1034
|
-
}) => any[];
|
|
1007
|
+
export declare const getTableHeadPropsHook: (props: any, { instance }: any) => any[];
|
|
1035
1008
|
|
|
1036
1009
|
export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
|
|
1037
1010
|
|
|
@@ -1126,7 +1099,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
|
1126
1099
|
/**
|
|
1127
1100
|
* A accordion is a design element that expands in place to expose hidden information.
|
|
1128
1101
|
*/
|
|
1129
|
-
export declare const HvAccordion: (props: HvAccordionProps) =>
|
|
1102
|
+
export declare const HvAccordion: (props: HvAccordionProps) => JSX_2.Element;
|
|
1130
1103
|
|
|
1131
1104
|
export declare type HvAccordionClasses = ExtractNames<typeof useClasses_19>;
|
|
1132
1105
|
|
|
@@ -1155,7 +1128,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1155
1128
|
disableEventHandling?: boolean;
|
|
1156
1129
|
}
|
|
1157
1130
|
|
|
1158
|
-
export declare const HvActionBar: (props: HvActionBarProps) =>
|
|
1131
|
+
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1159
1132
|
|
|
1160
1133
|
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_20>;
|
|
1161
1134
|
|
|
@@ -1196,7 +1169,7 @@ export declare interface HvActionGeneric {
|
|
|
1196
1169
|
iconOnly?: boolean;
|
|
1197
1170
|
}
|
|
1198
1171
|
|
|
1199
|
-
export declare const HvActionsGeneric: (props: HvActionsGenericProps) =>
|
|
1172
|
+
export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_2.Element | null;
|
|
1200
1173
|
|
|
1201
1174
|
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_21>;
|
|
1202
1175
|
|
|
@@ -1257,9 +1230,9 @@ export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | H
|
|
|
1257
1230
|
classes?: HvAdornmentClasses;
|
|
1258
1231
|
}
|
|
1259
1232
|
|
|
1260
|
-
export declare const HvAppSwitcher: (props: HvAppSwitcherProps) =>
|
|
1233
|
+
export declare const HvAppSwitcher: (props: HvAppSwitcherProps) => JSX_2.Element;
|
|
1261
1234
|
|
|
1262
|
-
export declare const HvAppSwitcherAction: ({ id, className, classes: classesProp, application, onClickCallback, isSelectedCallback, }: HvAppSwitcherActionProps) =>
|
|
1235
|
+
export declare const HvAppSwitcherAction: ({ id, className, classes: classesProp, application, onClickCallback, isSelectedCallback, }: HvAppSwitcherActionProps) => JSX_2.Element;
|
|
1263
1236
|
|
|
1264
1237
|
export declare interface HvAppSwitcherActionApplication {
|
|
1265
1238
|
/** Id of the application. */
|
|
@@ -1414,7 +1387,7 @@ export declare type HvAvatarVariant = "circular" | "square";
|
|
|
1414
1387
|
/**
|
|
1415
1388
|
* The badge is a component used to notify the user that something has occurred, in the app context.
|
|
1416
1389
|
*/
|
|
1417
|
-
export declare const HvBadge: (props: HvBadgeProps) =>
|
|
1390
|
+
export declare const HvBadge: (props: HvBadgeProps) => JSX_2.Element;
|
|
1418
1391
|
|
|
1419
1392
|
export declare type HvBadgeClasses = ExtractNames<typeof useClasses_26>;
|
|
1420
1393
|
|
|
@@ -1453,7 +1426,7 @@ export declare interface HvBadgeProps extends HvBaseProps {
|
|
|
1453
1426
|
* A Banner displays an important and succinct message. It can also provide actions for the user to address, or dismiss.
|
|
1454
1427
|
* It requires a user action, for it to be dismissed. Banners should appear at the top of the screen, below a top app bar.
|
|
1455
1428
|
*/
|
|
1456
|
-
export declare const HvBanner: (props: HvBannerProps) =>
|
|
1429
|
+
export declare const HvBanner: (props: HvBannerProps) => JSX_2.Element;
|
|
1457
1430
|
|
|
1458
1431
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1459
1432
|
|
|
@@ -1628,7 +1601,7 @@ export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdo
|
|
|
1628
1601
|
|
|
1629
1602
|
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_18>;
|
|
1630
1603
|
|
|
1631
|
-
export declare interface HvBaseDropdownProps extends HvBaseProps {
|
|
1604
|
+
export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
|
|
1632
1605
|
/**
|
|
1633
1606
|
* The role of the element that triggers the popup.
|
|
1634
1607
|
*
|
|
@@ -1719,7 +1692,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps {
|
|
|
1719
1692
|
* An Input component that only posses the most basic functionalities.
|
|
1720
1693
|
* It should be used alongside the other form elements to construct a proper accessible form.
|
|
1721
1694
|
*/
|
|
1722
|
-
export declare const HvBaseInput: (props: HvBaseInputProps) =>
|
|
1695
|
+
export declare const HvBaseInput: (props: HvBaseInputProps) => JSX_2.Element;
|
|
1723
1696
|
|
|
1724
1697
|
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_17>;
|
|
1725
1698
|
|
|
@@ -1750,7 +1723,7 @@ export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" |
|
|
|
1750
1723
|
/** Denotes if the input is in an invalid state. */
|
|
1751
1724
|
invalid?: boolean;
|
|
1752
1725
|
/** Attributes applied to the input element. */
|
|
1753
|
-
inputProps?:
|
|
1726
|
+
inputProps?: InputBaseComponentProps_2;
|
|
1754
1727
|
/** Allows passing a ref to the underlying input */
|
|
1755
1728
|
inputRef?: InputBaseProps["inputRef"];
|
|
1756
1729
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
@@ -1922,19 +1895,26 @@ export { HvBaseTheme }
|
|
|
1922
1895
|
* It can be used to add styles to the wrapped components.
|
|
1923
1896
|
* It can also be used to create a layout using the flexbox properties.
|
|
1924
1897
|
*/
|
|
1925
|
-
export declare const HvBox:
|
|
1898
|
+
export declare const HvBox: <C extends React.ElementType = "div">(props: {
|
|
1899
|
+
style?: React.CSSProperties;
|
|
1900
|
+
sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
1901
|
+
} & {
|
|
1902
|
+
component?: C | undefined;
|
|
1903
|
+
} & {
|
|
1904
|
+
children?: ReactNode | undefined;
|
|
1905
|
+
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> ? T extends any ? T : never : never : never) & {
|
|
1906
|
+
ref?: PolymorphicRef<C> | undefined;
|
|
1907
|
+
} & RefAttributes<unknown>) => React.ReactNode;
|
|
1926
1908
|
|
|
1927
|
-
declare type
|
|
1909
|
+
export declare type HvBoxProps<C extends React.ElementType = "div"> = PolymorphicComponentRef<C, {
|
|
1928
1910
|
style?: React.CSSProperties;
|
|
1929
|
-
sx?:
|
|
1911
|
+
sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
1930
1912
|
}>;
|
|
1931
1913
|
|
|
1932
|
-
export declare type HvBoxProps = <C extends React.ElementType = "div">(props: HvBoxBaseProps<C>) => React.ReactElement | null;
|
|
1933
|
-
|
|
1934
1914
|
/**
|
|
1935
1915
|
* A breadcrumb is a graphical control element frequently used as a navigational aid.
|
|
1936
1916
|
*/
|
|
1937
|
-
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) =>
|
|
1917
|
+
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) => JSX_2.Element;
|
|
1938
1918
|
|
|
1939
1919
|
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_33>;
|
|
1940
1920
|
|
|
@@ -1966,7 +1946,7 @@ export { HvBreakpoints }
|
|
|
1966
1946
|
* Bulk Actions allow users to perform an action on a single or multiple items.
|
|
1967
1947
|
* Also known as "batch production" of multiple items at once, one stage at a time.
|
|
1968
1948
|
*/
|
|
1969
|
-
export declare const HvBulkActions: (props: HvBulkActionsProps) =>
|
|
1949
|
+
export declare const HvBulkActions: (props: HvBulkActionsProps) => JSX_2.Element;
|
|
1970
1950
|
|
|
1971
1951
|
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
|
|
1972
1952
|
|
|
@@ -2014,58 +1994,42 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
|
|
|
2014
1994
|
/**
|
|
2015
1995
|
* Button component is used to trigger an action or event.
|
|
2016
1996
|
*/
|
|
2017
|
-
export declare const HvButton: <C extends ElementType
|
|
1997
|
+
export declare const HvButton: <C extends React.ElementType = "button">(props: {
|
|
2018
1998
|
/** Use the variant prop to change the visual style of the button. */
|
|
2019
|
-
variant?:
|
|
1999
|
+
variant?: HvButtonVariant;
|
|
2020
2000
|
/** Whether the button is an icon-only button. */
|
|
2021
|
-
icon?: boolean
|
|
2001
|
+
icon?: boolean;
|
|
2022
2002
|
/** Whether the button is disabled or not. */
|
|
2023
|
-
disabled?: boolean
|
|
2003
|
+
disabled?: boolean;
|
|
2024
2004
|
/** Class names to be applied. */
|
|
2025
|
-
className?: string
|
|
2005
|
+
className?: string;
|
|
2026
2006
|
/** Element placed before the children. */
|
|
2027
2007
|
startIcon?: React.ReactNode;
|
|
2028
2008
|
/** Element placed after the children. */
|
|
2029
2009
|
endIcon?: React.ReactNode;
|
|
2030
2010
|
/** Button size. */
|
|
2031
|
-
size?:
|
|
2011
|
+
size?: HvButtonSize;
|
|
2032
2012
|
/** Button border radius. */
|
|
2033
|
-
radius?:
|
|
2013
|
+
radius?: HvButtonRadius;
|
|
2034
2014
|
/** Defines the default colors of the button are forced into the icon. */
|
|
2035
|
-
overrideIconColors?: boolean
|
|
2015
|
+
overrideIconColors?: boolean;
|
|
2036
2016
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2037
|
-
classes?:
|
|
2038
|
-
secondary: string;
|
|
2039
|
-
primary: string;
|
|
2040
|
-
root: string;
|
|
2041
|
-
disabled: string;
|
|
2042
|
-
semantic: string;
|
|
2043
|
-
secondarySubtle: string;
|
|
2044
|
-
ghost: string;
|
|
2045
|
-
icon: string;
|
|
2046
|
-
secondaryGhost: string;
|
|
2047
|
-
primaryGhost: string;
|
|
2048
|
-
subtle: string;
|
|
2049
|
-
primarySubtle: string;
|
|
2050
|
-
startIcon: string;
|
|
2051
|
-
endIcon: string;
|
|
2052
|
-
focusVisible: string;
|
|
2053
|
-
}> | undefined;
|
|
2017
|
+
classes?: HvButtonClasses;
|
|
2054
2018
|
/** Whether the button is selected or not. */
|
|
2055
|
-
selected?: boolean
|
|
2019
|
+
selected?: boolean;
|
|
2056
2020
|
/**
|
|
2057
2021
|
* Whether the button is focusable when disabled.
|
|
2058
2022
|
* Without this property, the accessibility of the button decreases when disabled since it's not read by screen readers.
|
|
2059
2023
|
* Set this property to `true` when you need the button to still be focusable when disabled for accessibility purposes.
|
|
2060
2024
|
*/
|
|
2061
|
-
focusableWhenDisabled?: boolean
|
|
2025
|
+
focusableWhenDisabled?: boolean;
|
|
2062
2026
|
} & {
|
|
2063
2027
|
component?: C | undefined;
|
|
2064
2028
|
} & {
|
|
2065
|
-
children?: ReactNode;
|
|
2029
|
+
children?: ReactNode | undefined;
|
|
2066
2030
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
|
|
2067
2031
|
ref?: PolymorphicRef<C> | undefined;
|
|
2068
|
-
} & RefAttributes<unknown>) =>
|
|
2032
|
+
} & RefAttributes<unknown>) => React.ReactNode;
|
|
2069
2033
|
|
|
2070
2034
|
export declare type HvButtonClasses = ExtractNames<typeof useClasses_12>;
|
|
2071
2035
|
|
|
@@ -2106,12 +2070,12 @@ export declare type HvButtonSize = (typeof buttonSize)[number];
|
|
|
2106
2070
|
|
|
2107
2071
|
export declare type HvButtonVariant = (typeof buttonVariant)[number];
|
|
2108
2072
|
|
|
2109
|
-
export declare const HvCalendar: (props: HvCalendarProps) =>
|
|
2073
|
+
export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
|
|
2110
2074
|
|
|
2111
2075
|
export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
|
|
2112
2076
|
|
|
2113
2077
|
export declare const HvCalendarHeader: {
|
|
2114
|
-
(props: HvCalendarHeaderProps):
|
|
2078
|
+
(props: HvCalendarHeaderProps): JSX_2.Element;
|
|
2115
2079
|
formElementType: string;
|
|
2116
2080
|
};
|
|
2117
2081
|
|
|
@@ -2233,11 +2197,11 @@ export declare interface HvCalendarProps {
|
|
|
2233
2197
|
* linked short representation of a conceptual unit. For that reason,
|
|
2234
2198
|
* this pattern must be used as an entry-point for further information.
|
|
2235
2199
|
*/
|
|
2236
|
-
export declare const HvCard: (props: HvCardProps) =>
|
|
2200
|
+
export declare const HvCard: (props: HvCardProps) => JSX_2.Element;
|
|
2237
2201
|
|
|
2238
2202
|
export declare type HvCardClasses = ExtractNames<typeof useClasses_39>;
|
|
2239
2203
|
|
|
2240
|
-
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) =>
|
|
2204
|
+
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2241
2205
|
|
|
2242
2206
|
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_41>;
|
|
2243
2207
|
|
|
@@ -2248,7 +2212,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2248
2212
|
classes?: HvCardContentClasses;
|
|
2249
2213
|
}
|
|
2250
2214
|
|
|
2251
|
-
export declare const HvCardHeader: (props: HvCardHeaderProps) =>
|
|
2215
|
+
export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
|
|
2252
2216
|
|
|
2253
2217
|
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_40>;
|
|
2254
2218
|
|
|
@@ -2265,7 +2229,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2265
2229
|
classes?: HvCardHeaderClasses;
|
|
2266
2230
|
}
|
|
2267
2231
|
|
|
2268
|
-
export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) =>
|
|
2232
|
+
export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2269
2233
|
|
|
2270
2234
|
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_42>;
|
|
2271
2235
|
|
|
@@ -2304,11 +2268,11 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2304
2268
|
* A Carousel is commonly used to browse images, it can also be used to browse any kind of content like text, video, or charts.
|
|
2305
2269
|
* It allows you to focus on a particular content while having a notion of how many you have to explore.
|
|
2306
2270
|
*/
|
|
2307
|
-
export declare const HvCarousel: (props: HvCarouselProps) =>
|
|
2271
|
+
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2308
2272
|
|
|
2309
2273
|
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_43>;
|
|
2310
2274
|
|
|
2311
|
-
export declare const HvCarouselControls: (props: HvCarouselControlsProps) =>
|
|
2275
|
+
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2312
2276
|
|
|
2313
2277
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2314
2278
|
showDots?: boolean;
|
|
@@ -2359,7 +2323,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2359
2323
|
* A container to use as `children` of `HvCarousel`.
|
|
2360
2324
|
* Pass `img` props directly to it, or `children` for any custom content
|
|
2361
2325
|
*/
|
|
2362
|
-
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) =>
|
|
2326
|
+
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2363
2327
|
|
|
2364
2328
|
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_44>;
|
|
2365
2329
|
|
|
@@ -2410,7 +2374,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
|
|
|
2410
2374
|
* Use the character counter when there is a character or word limit.
|
|
2411
2375
|
* By itself it doesn't block the user from going above the limit.
|
|
2412
2376
|
*/
|
|
2413
|
-
export declare const HvCharCounter: (props: HvCharCounterProps) =>
|
|
2377
|
+
export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
|
|
2414
2378
|
|
|
2415
2379
|
export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_5>;
|
|
2416
2380
|
|
|
@@ -2723,7 +2687,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2723
2687
|
classes?: HvContainerClasses;
|
|
2724
2688
|
}
|
|
2725
2689
|
|
|
2726
|
-
export declare const HvControls: (props: HvControlsProps) =>
|
|
2690
|
+
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2727
2691
|
|
|
2728
2692
|
export declare type HvControlsClasses = ExtractNames<typeof useClasses_50>;
|
|
2729
2693
|
|
|
@@ -2894,11 +2858,11 @@ export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onC
|
|
|
2894
2858
|
/** @deprecated use `HvFormStatus` instead */
|
|
2895
2859
|
export declare type HvDatePickerStatus = HvFormStatus;
|
|
2896
2860
|
|
|
2897
|
-
export declare const HvDialog: (props: HvDialogProps) =>
|
|
2861
|
+
export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
|
|
2898
2862
|
|
|
2899
2863
|
export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_62>;
|
|
2900
2864
|
|
|
2901
|
-
export declare const HvDialogActions: (props: HvDialogActionsProps) =>
|
|
2865
|
+
export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
|
|
2902
2866
|
|
|
2903
2867
|
export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "classes"> {
|
|
2904
2868
|
/** Set the dialog to fullscreen mode. @deprecated set `fullscreen` in `HvDialog` */
|
|
@@ -2909,7 +2873,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2909
2873
|
|
|
2910
2874
|
export declare type HvDialogClasses = ExtractNames<typeof useClasses_63>;
|
|
2911
2875
|
|
|
2912
|
-
export declare const HvDialogContent: (props: HvDialogContentProps) =>
|
|
2876
|
+
export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
|
|
2913
2877
|
|
|
2914
2878
|
export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_61>;
|
|
2915
2879
|
|
|
@@ -2924,7 +2888,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2924
2888
|
/** Current state of the Dialog. */
|
|
2925
2889
|
open?: boolean;
|
|
2926
2890
|
/** Callback fired when the component requests to be closed. */
|
|
2927
|
-
onClose?: (event:
|
|
2891
|
+
onClose?: (event: default_2.MouseEvent<HTMLButtonElement> | {}, reason?: "escapeKeyDown" | "backdropClick") => void;
|
|
2928
2892
|
/** @inheritdoc */
|
|
2929
2893
|
maxWidth?: DialogProps["maxWidth"];
|
|
2930
2894
|
/** @inheritdoc */
|
|
@@ -2951,7 +2915,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2951
2915
|
component?: DialogProps["component"];
|
|
2952
2916
|
}
|
|
2953
2917
|
|
|
2954
|
-
export declare const HvDialogTitle: (props: HvDialogTitleProps) =>
|
|
2918
|
+
export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
|
|
2955
2919
|
|
|
2956
2920
|
export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_60>;
|
|
2957
2921
|
|
|
@@ -2972,7 +2936,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2972
2936
|
* Pagination is the process of dividing a document into discrete pages. It relates to how users interact with structured content on a website or application.
|
|
2973
2937
|
* This component uses Radio Buttons to represent each page.
|
|
2974
2938
|
*/
|
|
2975
|
-
export declare const HvDotPagination: (props: HvDotPaginationProps) =>
|
|
2939
|
+
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
|
|
2976
2940
|
|
|
2977
2941
|
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_64>;
|
|
2978
2942
|
|
|
@@ -3016,7 +2980,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
|
|
|
3016
2980
|
* It only provides the pane with a close button, the rest of the
|
|
3017
2981
|
* content can be customized.
|
|
3018
2982
|
*/
|
|
3019
|
-
export declare const HvDrawer: (props: HvDrawerProps) =>
|
|
2983
|
+
export declare const HvDrawer: (props: HvDrawerProps) => JSX_2.Element;
|
|
3020
2984
|
|
|
3021
2985
|
export declare type HvDrawerClasses = ExtractNames<typeof useClasses_66>;
|
|
3022
2986
|
|
|
@@ -3172,11 +3136,11 @@ declare interface HvDropdownListProps {
|
|
|
3172
3136
|
/**
|
|
3173
3137
|
* A dropdown menu is a graphical control element, similar to a list box, that allows the user to choose a value from a list.
|
|
3174
3138
|
*/
|
|
3175
|
-
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) =>
|
|
3139
|
+
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) => JSX_2.Element;
|
|
3176
3140
|
|
|
3177
3141
|
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_34>;
|
|
3178
3142
|
|
|
3179
|
-
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3143
|
+
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
|
|
3180
3144
|
/** Icon. */
|
|
3181
3145
|
icon?: React.ReactElement;
|
|
3182
3146
|
/**
|
|
@@ -3194,9 +3158,9 @@ export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement,
|
|
|
3194
3158
|
/** Disable the portal behavior. The children stay within it's parent DOM hierarchy. */
|
|
3195
3159
|
disablePortal?: boolean;
|
|
3196
3160
|
/** Function executed on toggle of the dropdown. Should receive the open status. */
|
|
3197
|
-
onToggle?: (event: Event
|
|
3161
|
+
onToggle?: (event: Event | React.KeyboardEvent<HTMLUListElement> | React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLLIElement>, open: boolean) => void;
|
|
3198
3162
|
/** Function executed in each onClick. Should received the clicked element. */
|
|
3199
|
-
onClick?: (event: React.ChangeEvent<HTMLLIElement>, value: HvListValue) => void;
|
|
3163
|
+
onClick?: (event: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLLIElement>, value: HvListValue) => void;
|
|
3200
3164
|
/** Keep the Dropdown Menu opened after clicking one option */
|
|
3201
3165
|
keepOpened?: boolean;
|
|
3202
3166
|
/** Defines if the component is disabled. */
|
|
@@ -3371,7 +3335,7 @@ declare interface HvDropZoneLabels {
|
|
|
3371
3335
|
/**
|
|
3372
3336
|
* Empty states communicate that there’s no information, data or values to display in a given context.
|
|
3373
3337
|
*/
|
|
3374
|
-
export declare const HvEmptyState: (props: HvEmptyStateProps) =>
|
|
3338
|
+
export declare const HvEmptyState: (props: HvEmptyStateProps) => JSX_2.Element;
|
|
3375
3339
|
|
|
3376
3340
|
export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_67>;
|
|
3377
3341
|
|
|
@@ -3399,7 +3363,7 @@ export { HvExtraDeepProps }
|
|
|
3399
3363
|
|
|
3400
3364
|
export { HvExtraProps }
|
|
3401
3365
|
|
|
3402
|
-
export declare const HvFile: (props: HvFileProps) =>
|
|
3366
|
+
export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
|
|
3403
3367
|
|
|
3404
3368
|
export declare type HvFileClasses = ExtractNames<typeof useClasses_69>;
|
|
3405
3369
|
|
|
@@ -3467,7 +3431,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
|
|
|
3467
3431
|
*
|
|
3468
3432
|
* Accepted file types follow the format of the html input accept attribute. Please check https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file for more details.
|
|
3469
3433
|
*/
|
|
3470
|
-
export declare const HvFileUploader: (props: HvFileUploaderProps) =>
|
|
3434
|
+
export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
|
|
3471
3435
|
|
|
3472
3436
|
export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
3473
3437
|
/**
|
|
@@ -3480,7 +3444,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3480
3444
|
* The `HvFileUploaderPreview` component is available to facilitate the styling
|
|
3481
3445
|
* of the button (when clickable) and the detection of image unloading.
|
|
3482
3446
|
*/
|
|
3483
|
-
export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) =>
|
|
3447
|
+
export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3484
3448
|
|
|
3485
3449
|
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_68>;
|
|
3486
3450
|
|
|
@@ -3651,7 +3615,7 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
|
|
|
3651
3615
|
|
|
3652
3616
|
export declare type HvFilterGroupValue = (string | number)[][];
|
|
3653
3617
|
|
|
3654
|
-
export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) =>
|
|
3618
|
+
export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) => JSX_2.Element;
|
|
3655
3619
|
|
|
3656
3620
|
export declare type HvFocusClasses = ExtractNames<typeof useClasses_2>;
|
|
3657
3621
|
|
|
@@ -3690,7 +3654,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
|
|
|
3690
3654
|
/**
|
|
3691
3655
|
* A Footer is a way of providing extra information at the end of a page.
|
|
3692
3656
|
*/
|
|
3693
|
-
export declare const HvFooter: (props: HvFooterProps) =>
|
|
3657
|
+
export declare const HvFooter: (props: HvFooterProps) => JSX_2.Element;
|
|
3694
3658
|
|
|
3695
3659
|
export declare type HvFooterClasses = ExtractNames<typeof useClasses_72>;
|
|
3696
3660
|
|
|
@@ -3714,49 +3678,40 @@ declare type HvFooterProps_2<D extends object = Record<string, unknown>> = HvTab
|
|
|
3714
3678
|
};
|
|
3715
3679
|
|
|
3716
3680
|
export declare const HvFormElement: {
|
|
3717
|
-
(props: HvFormElementProps):
|
|
3681
|
+
(props: HvFormElementProps): JSX_2.Element;
|
|
3718
3682
|
formElementType: string;
|
|
3719
3683
|
};
|
|
3720
3684
|
|
|
3721
3685
|
export declare type HvFormElementClasses = ExtractNames<typeof useClasses_7>;
|
|
3722
3686
|
|
|
3723
|
-
export declare const HvFormElementContext: default_2.Context<
|
|
3724
|
-
elementId?: string | undefined;
|
|
3725
|
-
elementDisabled?: boolean | undefined;
|
|
3726
|
-
elementRequired?: boolean | undefined;
|
|
3727
|
-
elementStatus?: string | undefined;
|
|
3728
|
-
}>;
|
|
3687
|
+
export declare const HvFormElementContext: default_2.Context<HvFormElementContextValue>;
|
|
3729
3688
|
|
|
3730
|
-
export declare const HvFormElementContextConsumer: default_2.Consumer<
|
|
3731
|
-
elementId?: string | undefined;
|
|
3732
|
-
elementDisabled?: boolean | undefined;
|
|
3733
|
-
elementRequired?: boolean | undefined;
|
|
3734
|
-
elementStatus?: string | undefined;
|
|
3735
|
-
}>;
|
|
3689
|
+
export declare const HvFormElementContextConsumer: default_2.Consumer<HvFormElementContextValue>;
|
|
3736
3690
|
|
|
3737
|
-
export declare const HvFormElementContextProvider: default_2.Provider<
|
|
3738
|
-
elementId?: string | undefined;
|
|
3739
|
-
elementDisabled?: boolean | undefined;
|
|
3740
|
-
elementRequired?: boolean | undefined;
|
|
3741
|
-
elementStatus?: string | undefined;
|
|
3742
|
-
}>;
|
|
3691
|
+
export declare const HvFormElementContextProvider: default_2.Provider<HvFormElementContextValue>;
|
|
3743
3692
|
|
|
3744
|
-
export declare
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3693
|
+
export declare interface HvFormElementContextValue {
|
|
3694
|
+
elementId?: string;
|
|
3695
|
+
elementDisabled?: boolean;
|
|
3696
|
+
elementRequired?: boolean;
|
|
3697
|
+
elementStatus?: string;
|
|
3698
|
+
elementReadOnly?: boolean;
|
|
3699
|
+
elementName?: string;
|
|
3700
|
+
}
|
|
3748
3701
|
|
|
3749
|
-
export declare const
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3702
|
+
export declare const HvFormElementDescriptorsContext: default_2.Context<HvFormElementDescriptorsContextValue>;
|
|
3703
|
+
|
|
3704
|
+
export declare const HvFormElementDescriptorsContextConsumer: default_2.Consumer<HvFormElementDescriptorsContextValue>;
|
|
3705
|
+
|
|
3706
|
+
export declare const HvFormElementDescriptorsContextProvider: default_2.Provider<HvFormElementDescriptorsContextValue>;
|
|
3753
3707
|
|
|
3754
|
-
export declare
|
|
3708
|
+
export declare interface HvFormElementDescriptorsContextValue {
|
|
3755
3709
|
input?: any;
|
|
3756
3710
|
label?: any;
|
|
3757
|
-
|
|
3711
|
+
descriptors?: any;
|
|
3712
|
+
}
|
|
3758
3713
|
|
|
3759
|
-
export declare interface HvFormElementProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
3714
|
+
export declare interface HvFormElementProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
|
|
3760
3715
|
/**
|
|
3761
3716
|
* Name of the form element.
|
|
3762
3717
|
*
|
|
@@ -3813,7 +3768,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3813
3768
|
* Global Actions are actions that affect the entire page they live in.
|
|
3814
3769
|
* They should persist while scrolling down the screen.
|
|
3815
3770
|
*/
|
|
3816
|
-
export declare const HvGlobalActions: (props: HvGlobalActionsProps) =>
|
|
3771
|
+
export declare const HvGlobalActions: (props: HvGlobalActionsProps) => JSX_2.Element;
|
|
3817
3772
|
|
|
3818
3773
|
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_73>;
|
|
3819
3774
|
|
|
@@ -3963,9 +3918,9 @@ export declare type HvGridSpacing = "xs" | "sm" | "md" | "lg" | "xl" | "auto" |
|
|
|
3963
3918
|
/**
|
|
3964
3919
|
* Header component is used to render a header bar with logo and brand name, navigation and actions.
|
|
3965
3920
|
*/
|
|
3966
|
-
export declare const HvHeader: (props: HvHeaderProps) =>
|
|
3921
|
+
export declare const HvHeader: (props: HvHeaderProps) => JSX_2.Element;
|
|
3967
3922
|
|
|
3968
|
-
export declare const HvHeaderActions: (props: HvHeaderActionsProps) =>
|
|
3923
|
+
export declare const HvHeaderActions: (props: HvHeaderActionsProps) => JSX_2.Element;
|
|
3969
3924
|
|
|
3970
3925
|
export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_76>;
|
|
3971
3926
|
|
|
@@ -3976,7 +3931,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
|
3976
3931
|
/**
|
|
3977
3932
|
* Header component is used to render a header bar with logo and brand name, navigation and actions.
|
|
3978
3933
|
*/
|
|
3979
|
-
export declare const HvHeaderBrand: (props: HvHeaderBrandProps) =>
|
|
3934
|
+
export declare const HvHeaderBrand: (props: HvHeaderBrandProps) => JSX_2.Element;
|
|
3980
3935
|
|
|
3981
3936
|
export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_77>;
|
|
3982
3937
|
|
|
@@ -3992,7 +3947,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
|
|
|
3992
3947
|
headers: Array<HvHeaderGroup<D, H>>;
|
|
3993
3948
|
}
|
|
3994
3949
|
|
|
3995
|
-
export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) =>
|
|
3950
|
+
export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
|
|
3996
3951
|
|
|
3997
3952
|
declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_78>;
|
|
3998
3953
|
|
|
@@ -4005,7 +3960,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
|
|
|
4005
3960
|
classes?: HvHeaderMenuBarClasses;
|
|
4006
3961
|
}
|
|
4007
3962
|
|
|
4008
|
-
export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) =>
|
|
3963
|
+
export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
|
|
4009
3964
|
|
|
4010
3965
|
declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_79>;
|
|
4011
3966
|
|
|
@@ -4018,7 +3973,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
|
|
|
4018
3973
|
classes?: HvHeaderMenuItemClasses;
|
|
4019
3974
|
}
|
|
4020
3975
|
|
|
4021
|
-
export declare const HvHeaderNavigation: (props: HvHeaderNavigationProps) =>
|
|
3976
|
+
export declare const HvHeaderNavigation: (props: HvHeaderNavigationProps) => JSX_2.Element;
|
|
4022
3977
|
|
|
4023
3978
|
export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_80>;
|
|
4024
3979
|
|
|
@@ -4086,7 +4041,7 @@ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useC
|
|
|
4086
4041
|
* As defined by Design System, a tooltip with the button’s label should always be displayed when hovering an icon only button.
|
|
4087
4042
|
* This component provides this behavior out of the box.
|
|
4088
4043
|
*/
|
|
4089
|
-
export declare const HvIconButton: <C extends ElementType
|
|
4044
|
+
export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled"> & {
|
|
4090
4045
|
/** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
|
|
4091
4046
|
title: React.ReactNode;
|
|
4092
4047
|
/** Number of milliseconds to wait before showing the tooltip. @default 500 */
|
|
@@ -4094,14 +4049,14 @@ export declare const HvIconButton: <C extends ElementType<any, keyof JSX_2.Intri
|
|
|
4094
4049
|
/** Tooltip placement. @default top */
|
|
4095
4050
|
placement?: HvTooltipProps["placement"];
|
|
4096
4051
|
/** Extra tooltip properties. */
|
|
4097
|
-
tooltipProps?: Omit<Partial<HvTooltipProps>, "children"
|
|
4052
|
+
tooltipProps?: Omit<Partial<HvTooltipProps>, "children">;
|
|
4098
4053
|
} & {
|
|
4099
4054
|
component?: C | undefined;
|
|
4100
4055
|
} & {
|
|
4101
|
-
children?: ReactNode;
|
|
4056
|
+
children?: ReactNode | undefined;
|
|
4102
4057
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "overrideIconColors" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "overrideIconColors" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> ? T_1 extends any ? T_1 : never : never : never) & {
|
|
4103
4058
|
ref?: PolymorphicRef<C> | undefined;
|
|
4104
|
-
} & RefAttributes<unknown>) =>
|
|
4059
|
+
} & RefAttributes<unknown>) => React.ReactNode;
|
|
4105
4060
|
|
|
4106
4061
|
export declare type HvIconButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, Omit<HvButtonProps<C>, "icon" | "focusableWhenDisabled" | "title" | "startIcon" | "endIcon" | "children" | "ref" | "component"> & {
|
|
4107
4062
|
/** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
|
|
@@ -4117,7 +4072,7 @@ export declare type HvIconButtonProps<C extends React.ElementType = "button"> =
|
|
|
4117
4072
|
/**
|
|
4118
4073
|
* Provides the user with additional descriptive text for the form element.
|
|
4119
4074
|
*/
|
|
4120
|
-
export declare const HvInfoMessage: (props: HvInfoMessageProps) =>
|
|
4075
|
+
export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
|
|
4121
4076
|
|
|
4122
4077
|
export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_9>;
|
|
4123
4078
|
|
|
@@ -4134,7 +4089,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4134
4089
|
* An Inline Editor allows the user to edit a record without making a major switch
|
|
4135
4090
|
* between viewing and editing, making it an efficient method of updating a record.
|
|
4136
4091
|
*/
|
|
4137
|
-
export declare const HvInlineEditor: (props: HvInlineEditorProps) =>
|
|
4092
|
+
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4138
4093
|
|
|
4139
4094
|
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_81>;
|
|
4140
4095
|
|
|
@@ -4242,7 +4197,7 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4242
4197
|
/** An Object containing the various texts associated with the input. */
|
|
4243
4198
|
validationMessages?: HvValidationMessages;
|
|
4244
4199
|
/** Attributes applied to the input element. */
|
|
4245
|
-
inputProps?:
|
|
4200
|
+
inputProps?: InputBaseComponentProps_2;
|
|
4246
4201
|
/**
|
|
4247
4202
|
* Allows passing a ref to the underlying input
|
|
4248
4203
|
* @deprecated Use `ref` directly instead
|
|
@@ -4316,7 +4271,7 @@ export declare interface HvKnobProperty {
|
|
|
4316
4271
|
* and its success/failure against a given target. KPIs are the first item read on a dashboard.
|
|
4317
4272
|
* Communicates simple, immediate and vital information for operational decision making.
|
|
4318
4273
|
*/
|
|
4319
|
-
export declare const HvKpi: (props: HvKpiProps) =>
|
|
4274
|
+
export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
|
|
4320
4275
|
|
|
4321
4276
|
export declare type HvKpiClasses = ExtractNames<typeof useClasses_82>;
|
|
4322
4277
|
|
|
@@ -4356,7 +4311,7 @@ export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "childre
|
|
|
4356
4311
|
/**
|
|
4357
4312
|
* Provides the user with a recognizable name for a given form element.
|
|
4358
4313
|
*/
|
|
4359
|
-
export declare const HvLabel: (props: HvLabelProps) =>
|
|
4314
|
+
export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
|
|
4360
4315
|
|
|
4361
4316
|
export declare type HvLabelClasses = ExtractNames<typeof useClasses_8>;
|
|
4362
4317
|
|
|
@@ -4375,7 +4330,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
|
4375
4330
|
classes?: HvLabelClasses;
|
|
4376
4331
|
}
|
|
4377
4332
|
|
|
4378
|
-
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) =>
|
|
4333
|
+
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
|
|
4379
4334
|
|
|
4380
4335
|
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_55>;
|
|
4381
4336
|
|
|
@@ -4392,7 +4347,7 @@ export declare interface HvLeftControlProps extends HvBaseProps {
|
|
|
4392
4347
|
classes?: HvLeftControlClasses;
|
|
4393
4348
|
}
|
|
4394
4349
|
|
|
4395
|
-
export declare const HvLink: (props: HvLinkProps) =>
|
|
4350
|
+
export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
|
|
4396
4351
|
|
|
4397
4352
|
export declare type HvLinkClasses = ExtractNames<typeof useClasses_83>;
|
|
4398
4353
|
|
|
@@ -4408,7 +4363,7 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
|
|
|
4408
4363
|
/**
|
|
4409
4364
|
* Component used to show a set of related data to the user.
|
|
4410
4365
|
*/
|
|
4411
|
-
export declare const HvList: (props: HvListProps) =>
|
|
4366
|
+
export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
|
|
4412
4367
|
|
|
4413
4368
|
export declare type HvListClasses = ExtractNames<typeof useClasses_84>;
|
|
4414
4369
|
|
|
@@ -4524,7 +4479,7 @@ export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onCh
|
|
|
4524
4479
|
/** Call back fired when list item is selected. Returns selection state. */
|
|
4525
4480
|
onChange?: (value: HvListValue[]) => void;
|
|
4526
4481
|
/** Call back fired when list item is selected. Returns selected item. */
|
|
4527
|
-
onClick?: (event: React.ChangeEvent<HTMLLIElement>, value: HvListValue) => void;
|
|
4482
|
+
onClick?: (event: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLLIElement>, value: HvListValue) => void;
|
|
4528
4483
|
/** If `true` the list items will show the selection state. */
|
|
4529
4484
|
selectable?: boolean;
|
|
4530
4485
|
/** If `true`, selection can be toggled when single selection. */
|
|
@@ -4561,7 +4516,7 @@ export declare interface HvListValue extends HvExtraProps {
|
|
|
4561
4516
|
/**
|
|
4562
4517
|
* Loading provides feedback about a process that is taking place in the application.
|
|
4563
4518
|
*/
|
|
4564
|
-
export declare const HvLoading: (props: HvLoadingProps) =>
|
|
4519
|
+
export declare const HvLoading: (props: HvLoadingProps) => JSX_2.Element;
|
|
4565
4520
|
|
|
4566
4521
|
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_85>;
|
|
4567
4522
|
|
|
@@ -4574,7 +4529,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_85>;
|
|
|
4574
4529
|
* <MyComponent>
|
|
4575
4530
|
* </HvLoadingContainer>
|
|
4576
4531
|
* */
|
|
4577
|
-
export declare const HvLoadingContainer: (props: HvLoadingContainerProps) =>
|
|
4532
|
+
export declare const HvLoadingContainer: (props: HvLoadingContainerProps) => JSX_2.Element;
|
|
4578
4533
|
|
|
4579
4534
|
export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_86>;
|
|
4580
4535
|
|
|
@@ -4587,7 +4542,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4587
4542
|
/** Indicates if the component should be render in a small size. */
|
|
4588
4543
|
small?: boolean;
|
|
4589
4544
|
/** The label to be displayed. */
|
|
4590
|
-
label?:
|
|
4545
|
+
label?: React.ReactNode;
|
|
4591
4546
|
/** Whether the loading animation is hidden. */
|
|
4592
4547
|
hidden?: boolean;
|
|
4593
4548
|
/** Color applied to the bars. */
|
|
@@ -4599,7 +4554,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4599
4554
|
/**
|
|
4600
4555
|
* Container layout for the login form.
|
|
4601
4556
|
*/
|
|
4602
|
-
export declare const HvLogin: (props: HvLoginProps) =>
|
|
4557
|
+
export declare const HvLogin: (props: HvLoginProps) => JSX_2.Element;
|
|
4603
4558
|
|
|
4604
4559
|
export declare type HvLoginClasses = ExtractNames<typeof useClasses_87>;
|
|
4605
4560
|
|
|
@@ -4626,7 +4581,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
|
|
|
4626
4581
|
userProps: any;
|
|
4627
4582
|
}
|
|
4628
4583
|
|
|
4629
|
-
export declare const HvMultiButton: (props: HvMultiButtonProps) =>
|
|
4584
|
+
export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
|
|
4630
4585
|
|
|
4631
4586
|
export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_88>;
|
|
4632
4587
|
|
|
@@ -4664,7 +4619,7 @@ export declare function hvNumberColumn<D extends object = Record<string, unknown
|
|
|
4664
4619
|
|
|
4665
4620
|
export declare const hvNumberFallback: (value: any) => number | "—";
|
|
4666
4621
|
|
|
4667
|
-
export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) =>
|
|
4622
|
+
export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactNode;
|
|
4668
4623
|
|
|
4669
4624
|
/**
|
|
4670
4625
|
* Optional
|
|
@@ -4701,7 +4656,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
|
|
|
4701
4656
|
/**
|
|
4702
4657
|
* This component generates a tooltip whenever the text is overflowed.
|
|
4703
4658
|
*/
|
|
4704
|
-
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) =>
|
|
4659
|
+
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
|
|
4705
4660
|
|
|
4706
4661
|
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_89>;
|
|
4707
4662
|
|
|
@@ -4724,7 +4679,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4724
4679
|
* Pagination is the process of dividing a document into discrete pages. It relates to how users interact
|
|
4725
4680
|
* with structured content on a website or application.
|
|
4726
4681
|
*/
|
|
4727
|
-
export declare const HvPagination: (props: HvPaginationProps) =>
|
|
4682
|
+
export declare const HvPagination: (props: HvPaginationProps) => JSX_2.Element;
|
|
4728
4683
|
|
|
4729
4684
|
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_46>;
|
|
4730
4685
|
|
|
@@ -4781,7 +4736,7 @@ export declare interface HvPanelProps extends HvBaseProps {
|
|
|
4781
4736
|
|
|
4782
4737
|
export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positive_80" | "warning" | "warning_120" | "warning_140" | "negative" | "cat21" | "cat22" | "cat23" | "cat24" | "cat25" | "cat26" | "cat27" | "cat28" | "catastrophic";
|
|
4783
4738
|
|
|
4784
|
-
export declare const HvProgressBar: (props: HvProgressBarProps) =>
|
|
4739
|
+
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
|
|
4785
4740
|
|
|
4786
4741
|
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_92>;
|
|
4787
4742
|
|
|
@@ -4830,7 +4785,7 @@ export declare type HvPropGetter<D extends object = Record<string, unknown>, H e
|
|
|
4830
4785
|
/**
|
|
4831
4786
|
* Enables theming capabilities and makes cross-component theme properties available down the tree.
|
|
4832
4787
|
*/
|
|
4833
|
-
export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) =>
|
|
4788
|
+
export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
|
|
4834
4789
|
|
|
4835
4790
|
export declare interface HvProviderProps {
|
|
4836
4791
|
/**
|
|
@@ -4897,7 +4852,7 @@ export declare interface HvProviderProps {
|
|
|
4897
4852
|
*
|
|
4898
4853
|
* Take a look at the [usage page](https://lumada-design.github.io/uikit/master/?path=/docs/widgets-query-builder-usage--docs) to learn more about this component.
|
|
4899
4854
|
*/
|
|
4900
|
-
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) =>
|
|
4855
|
+
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4901
4856
|
|
|
4902
4857
|
export declare interface HvQueryBuilderAttribute extends Record<string, unknown> {
|
|
4903
4858
|
id?: string;
|
|
@@ -5342,7 +5297,7 @@ export declare interface HvRadioProps extends Omit<RadioProps, "onChange" | "cla
|
|
|
5342
5297
|
|
|
5343
5298
|
export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
5344
5299
|
|
|
5345
|
-
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) =>
|
|
5300
|
+
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5346
5301
|
|
|
5347
5302
|
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_56>;
|
|
5348
5303
|
|
|
@@ -5381,7 +5336,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5381
5336
|
/**
|
|
5382
5337
|
* The horizontal scroll to element can be used to quickly navigate in a page.
|
|
5383
5338
|
*/
|
|
5384
|
-
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) =>
|
|
5339
|
+
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5385
5340
|
|
|
5386
5341
|
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_98>;
|
|
5387
5342
|
|
|
@@ -5466,7 +5421,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5466
5421
|
/**
|
|
5467
5422
|
* The vertical scroll to element can be used to quickly navigate in a page.
|
|
5468
5423
|
*/
|
|
5469
|
-
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) =>
|
|
5424
|
+
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5470
5425
|
|
|
5471
5426
|
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_96>;
|
|
5472
5427
|
|
|
@@ -5546,7 +5501,7 @@ export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAt
|
|
|
5546
5501
|
|
|
5547
5502
|
export declare type HvSectionClasses = ExtractNames<typeof useClasses_99>;
|
|
5548
5503
|
|
|
5549
|
-
export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title"> {
|
|
5504
|
+
export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
|
|
5550
5505
|
/** The title of the section */
|
|
5551
5506
|
title?: React.ReactNode;
|
|
5552
5507
|
/** Whether or not the section is expandable. */
|
|
@@ -5580,7 +5535,7 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
|
|
|
5580
5535
|
* <HvOption value="cat">Cat</HvOption>
|
|
5581
5536
|
* </HvSelect>
|
|
5582
5537
|
* */
|
|
5583
|
-
export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) =>
|
|
5538
|
+
export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactNode;
|
|
5584
5539
|
|
|
5585
5540
|
export declare type HvSelectClasses = ExtractNames<typeof useClasses_11>;
|
|
5586
5541
|
|
|
@@ -5672,7 +5627,7 @@ export declare type HvSemanticColors = Record<HvSemanticColorKeys, string>;
|
|
|
5672
5627
|
|
|
5673
5628
|
export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "cat1_300" | "cat1_400" | "cat1_500" | "cat1_600" | "cat1_700" | "cat1_800" | "cat1_900";
|
|
5674
5629
|
|
|
5675
|
-
export declare const HvSimpleGrid: (props: HvSimpleGridProps) =>
|
|
5630
|
+
export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
|
|
5676
5631
|
|
|
5677
5632
|
export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_100>;
|
|
5678
5633
|
|
|
@@ -5705,7 +5660,7 @@ export { HvSize }
|
|
|
5705
5660
|
/**
|
|
5706
5661
|
* The `HvSkeleton` component is used to create a placeholder element that represents the shape and size of the content that will be loaded.
|
|
5707
5662
|
*/
|
|
5708
|
-
export declare const HvSkeleton: (props: HvSkeletonProps) =>
|
|
5663
|
+
export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
|
|
5709
5664
|
|
|
5710
5665
|
export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_129>;
|
|
5711
5666
|
|
|
@@ -5829,7 +5784,7 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5829
5784
|
* One is the HvSnackbar, which wraps all the positioning, transition, auto hide, etc.
|
|
5830
5785
|
* The other is the HvSnackbarContent, which allows a finer control and customization of the content of the Snackbar.
|
|
5831
5786
|
*/
|
|
5832
|
-
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, onAction, transitionDuration, transitionDirection, container, offset, snackbarContentProps, ...others }: HvSnackbarProps) =>
|
|
5787
|
+
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, onAction, transitionDuration, transitionDirection, container, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5833
5788
|
|
|
5834
5789
|
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_102>;
|
|
5835
5790
|
|
|
@@ -5909,7 +5864,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5909
5864
|
ref?: SnackbarProps["ref"];
|
|
5910
5865
|
}
|
|
5911
5866
|
|
|
5912
|
-
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) =>
|
|
5867
|
+
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5913
5868
|
|
|
5914
5869
|
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_104>;
|
|
5915
5870
|
|
|
@@ -5939,7 +5894,7 @@ export declare type HvSnackbarVariant = "default" | "success" | "warning" | "err
|
|
|
5939
5894
|
*
|
|
5940
5895
|
* It also allows the specification of the spacing between the stack elements and the addition of a divider between the elements.
|
|
5941
5896
|
*/
|
|
5942
|
-
export declare const HvStack: (props: HvStackProps) =>
|
|
5897
|
+
export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
5943
5898
|
|
|
5944
5899
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5945
5900
|
}
|
|
@@ -6115,7 +6070,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "onChange" | "c
|
|
|
6115
6070
|
component?: SwitchProps["component"];
|
|
6116
6071
|
}
|
|
6117
6072
|
|
|
6118
|
-
export declare const HvTab: (props: HvTabProps) =>
|
|
6073
|
+
export declare const HvTab: (props: HvTabProps) => JSX_2.Element;
|
|
6119
6074
|
|
|
6120
6075
|
export declare type HvTabClasses = ExtractNames<typeof useClasses_107>;
|
|
6121
6076
|
|
|
@@ -6450,7 +6405,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
|
|
|
6450
6405
|
* A Tab is a graphical control element that allows multiple documents or panels to be contained within a single window.
|
|
6451
6406
|
* Tabs can be used as a navigational widget for switching between sets of documents.
|
|
6452
6407
|
*/
|
|
6453
|
-
export declare const HvTabs: (props: HvTabsProps) =>
|
|
6408
|
+
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6454
6409
|
|
|
6455
6410
|
export declare type HvTabsClasses = ExtractNames<typeof useClasses_112>;
|
|
6456
6411
|
|
|
@@ -6528,7 +6483,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes"
|
|
|
6528
6483
|
/**
|
|
6529
6484
|
* A tags input is a single or multiline control that allows the input of tags.
|
|
6530
6485
|
*/
|
|
6531
|
-
export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLUListElement>>;
|
|
6486
|
+
export declare const HvTagsInput: default_2.ForwardRefExoticComponent<HvTagsInputProps & default_2.RefAttributes<HTMLUListElement>>;
|
|
6532
6487
|
|
|
6533
6488
|
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_113>;
|
|
6534
6489
|
|
|
@@ -6544,9 +6499,9 @@ export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onCh
|
|
|
6544
6499
|
* The form element must be labeled for accessibility reasons.
|
|
6545
6500
|
* If not provided, an aria-label or aria-labelledby must be inputted via inputProps.
|
|
6546
6501
|
*/
|
|
6547
|
-
label?:
|
|
6502
|
+
label?: default_2.ReactNode;
|
|
6548
6503
|
/** Provide additional descriptive text for the form element. */
|
|
6549
|
-
description?:
|
|
6504
|
+
description?: default_2.ReactNode;
|
|
6550
6505
|
/** Indicates that the form element is disabled. */
|
|
6551
6506
|
disabled?: boolean;
|
|
6552
6507
|
/** Indicates that the form element is not editable. */
|
|
@@ -6554,15 +6509,15 @@ export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onCh
|
|
|
6554
6509
|
/** Indicates that the form element is required. */
|
|
6555
6510
|
required?: boolean;
|
|
6556
6511
|
/** The function that will be executed onChange. */
|
|
6557
|
-
onChange?: (event:
|
|
6512
|
+
onChange?: (event: default_2.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement> | default_2.MouseEvent | default_2.KeyboardEvent<HTMLUListElement> | default_2.FocusEvent<HTMLDivElement>, value: HvTagProps[]) => void;
|
|
6558
6513
|
/** The function that will be executed when the element is focused. */
|
|
6559
|
-
onFocus?: (event:
|
|
6514
|
+
onFocus?: (event: default_2.FocusEvent<HTMLDivElement>, value: string) => void;
|
|
6560
6515
|
/** The function that will be executed when the element is blurred. */
|
|
6561
|
-
onBlur?: (event:
|
|
6516
|
+
onBlur?: (event: default_2.FocusEvent<HTMLDivElement>, value: string) => void;
|
|
6562
6517
|
/** The function that will be executed when a tag is deleted. */
|
|
6563
|
-
onDelete?: (event:
|
|
6518
|
+
onDelete?: (event: default_2.KeyboardEvent<HTMLUListElement> | default_2.MouseEvent<HTMLElement>, value: HvTagProps, index: number) => void;
|
|
6564
6519
|
/** The function that will be executed when a tag is added. */
|
|
6565
|
-
onAdd?: (event:
|
|
6520
|
+
onAdd?: (event: default_2.KeyboardEvent<HTMLInputElement | HTMLTextAreaElement> | default_2.MouseEvent | default_2.KeyboardEvent<HTMLUListElement> | default_2.FocusEvent<HTMLDivElement>, value: HvTagProps, index: number) => void;
|
|
6566
6521
|
/** The placeholder value of the input. */
|
|
6567
6522
|
placeholder?: string;
|
|
6568
6523
|
/** If `true` the character counter isn't shown even if maxTagsQuantity is set. */
|
|
@@ -6572,7 +6527,7 @@ export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onCh
|
|
|
6572
6527
|
/** The maximum allowed length of the characters, if this value is null no check will be performed. */
|
|
6573
6528
|
maxTagsQuantity?: number;
|
|
6574
6529
|
/** Attributes applied to the input element. */
|
|
6575
|
-
inputProps?:
|
|
6530
|
+
inputProps?: InputBaseComponentProps_2;
|
|
6576
6531
|
/** If `true` it should autofocus. */
|
|
6577
6532
|
autoFocus?: boolean;
|
|
6578
6533
|
/** If `true` the component is resizable. */
|
|
@@ -6584,7 +6539,7 @@ export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onCh
|
|
|
6584
6539
|
/** The status of the form element. */
|
|
6585
6540
|
status?: HvFormStatus;
|
|
6586
6541
|
/** The error message to show when `status` is "invalid". */
|
|
6587
|
-
statusMessage?:
|
|
6542
|
+
statusMessage?: default_2.ReactNode;
|
|
6588
6543
|
/** An Object containing the various texts associated with the input. */
|
|
6589
6544
|
validationMessages?: HvValidationMessages;
|
|
6590
6545
|
/** An array of strings that represent the character used to input a tag. This character is the string representation of the event.code from the input event. */
|
|
@@ -6740,7 +6695,7 @@ export declare interface HvThemePalette {
|
|
|
6740
6695
|
support: HvSupportColors;
|
|
6741
6696
|
}
|
|
6742
6697
|
|
|
6743
|
-
export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) =>
|
|
6698
|
+
export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6744
6699
|
|
|
6745
6700
|
declare interface HvThemeProviderProps {
|
|
6746
6701
|
children: React.ReactNode;
|
|
@@ -6754,42 +6709,40 @@ declare interface HvThemeProviderProps {
|
|
|
6754
6709
|
/**
|
|
6755
6710
|
* The HvTimeAgo component implements the Design System relative time format guidelines.
|
|
6756
6711
|
*/
|
|
6757
|
-
export declare const HvTimeAgo: <C extends ElementType
|
|
6712
|
+
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
|
|
6758
6713
|
/**
|
|
6759
6714
|
* The timestamp to format, in seconds or milliseconds.
|
|
6760
6715
|
* Defaults to `emptyElement` if value is null or 0
|
|
6761
6716
|
*/
|
|
6762
|
-
timestamp?: number
|
|
6717
|
+
timestamp?: number;
|
|
6763
6718
|
/**
|
|
6764
6719
|
* The locale to be used. Should be on of the dayjs supported locales and explicitly imported
|
|
6765
6720
|
* @see https://day.js.org/docs/en/i18n/i18n
|
|
6766
6721
|
*/
|
|
6767
|
-
locale?: string
|
|
6722
|
+
locale?: string;
|
|
6768
6723
|
/**
|
|
6769
6724
|
* The element to render when the timestamp is null or 0
|
|
6770
6725
|
* Defaults to `—` (Em Dash)
|
|
6771
6726
|
*/
|
|
6772
6727
|
emptyElement?: React.ReactNode;
|
|
6773
6728
|
/** Disables periodic date refreshes */
|
|
6774
|
-
disableRefresh?: boolean
|
|
6729
|
+
disableRefresh?: boolean;
|
|
6775
6730
|
/** Whether to show seconds in the rendered time */
|
|
6776
|
-
showSeconds?: boolean
|
|
6731
|
+
showSeconds?: boolean;
|
|
6777
6732
|
/**
|
|
6778
6733
|
* Whether the component should render just the string
|
|
6779
6734
|
* Consider using `useTimeAgo` instead
|
|
6780
6735
|
*/
|
|
6781
|
-
justText?: boolean
|
|
6736
|
+
justText?: boolean;
|
|
6782
6737
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6783
|
-
classes?:
|
|
6784
|
-
root: string;
|
|
6785
|
-
}> | undefined;
|
|
6738
|
+
classes?: HvTimeAgoClasses;
|
|
6786
6739
|
} & {
|
|
6787
6740
|
component?: C | undefined;
|
|
6788
6741
|
} & {
|
|
6789
|
-
children?: ReactNode;
|
|
6742
|
+
children?: ReactNode | undefined;
|
|
6790
6743
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> ? T extends any ? T : never : never : never) & {
|
|
6791
6744
|
ref?: PolymorphicRef<C> | undefined;
|
|
6792
|
-
} & RefAttributes<unknown>) =>
|
|
6745
|
+
} & RefAttributes<unknown>) => React.ReactNode;
|
|
6793
6746
|
|
|
6794
6747
|
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_115>;
|
|
6795
6748
|
|
|
@@ -7015,6 +6968,8 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
|
|
|
7015
6968
|
TransitionComponent?: React.JSXElementConstructor<TransitionProps>;
|
|
7016
6969
|
/** Props applied to the transition component */
|
|
7017
6970
|
TransitionProps?: TransitionProps;
|
|
6971
|
+
/** Whether to disable the following default behavior: when the item is focused, the focus is placed on the tree root. @default `false` */
|
|
6972
|
+
disableTreeFocus?: boolean;
|
|
7018
6973
|
}
|
|
7019
6974
|
|
|
7020
6975
|
/**
|
|
@@ -7033,7 +6988,7 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
|
|
|
7033
6988
|
* </HvTreeView>
|
|
7034
6989
|
* ```
|
|
7035
6990
|
*/
|
|
7036
|
-
export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) =>
|
|
6991
|
+
export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactNode;
|
|
7037
6992
|
|
|
7038
6993
|
export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_117>;
|
|
7039
6994
|
|
|
@@ -7047,69 +7002,34 @@ export declare interface HvTreeViewProps<Multiple extends boolean | undefined> e
|
|
|
7047
7002
|
/**
|
|
7048
7003
|
* Typography component is used to render text and paragraphs within an interface.
|
|
7049
7004
|
*/
|
|
7050
|
-
export declare const HvTypography: <C extends ElementType
|
|
7005
|
+
export declare const HvTypography: <C extends React.ElementType = "p">(props: {
|
|
7051
7006
|
/** Use the variant prop to change the visual style of the Typography. */
|
|
7052
|
-
variant?:
|
|
7007
|
+
variant?: HvTypographyVariants | HvTypographyLegacyVariants;
|
|
7053
7008
|
/** If `true` the typography will display the look of a link. */
|
|
7054
|
-
link?: boolean
|
|
7009
|
+
link?: boolean;
|
|
7055
7010
|
/** If `true` the typography will display the look of a disabled state. */
|
|
7056
|
-
disabled?: boolean
|
|
7011
|
+
disabled?: boolean;
|
|
7057
7012
|
/**
|
|
7058
7013
|
* If `true`, the typography will render a "p" element
|
|
7059
7014
|
* @deprecated use `component="p"` instead
|
|
7060
7015
|
* */
|
|
7061
|
-
paragraph?: boolean
|
|
7016
|
+
paragraph?: boolean;
|
|
7062
7017
|
/**
|
|
7063
7018
|
* If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
|
|
7064
7019
|
*
|
|
7065
7020
|
* Note that text overflow can only happen with block or inline-block level elements
|
|
7066
7021
|
* (the element needs to have a width in order to overflow).
|
|
7067
7022
|
*/
|
|
7068
|
-
noWrap?: boolean
|
|
7023
|
+
noWrap?: boolean;
|
|
7069
7024
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7070
|
-
classes?:
|
|
7071
|
-
display: string;
|
|
7072
|
-
"5xlTitle": string;
|
|
7073
|
-
"4xlTitle": string;
|
|
7074
|
-
link: string;
|
|
7075
|
-
title1: string;
|
|
7076
|
-
title2: string;
|
|
7077
|
-
title3: string;
|
|
7078
|
-
title4: string;
|
|
7079
|
-
label: string;
|
|
7080
|
-
body: string;
|
|
7081
|
-
captionLabel: string;
|
|
7082
|
-
caption1: string;
|
|
7083
|
-
caption2: string;
|
|
7084
|
-
xxlTitle: string;
|
|
7085
|
-
lTitle: string;
|
|
7086
|
-
sTitle: string;
|
|
7087
|
-
xxsTitle: string;
|
|
7088
|
-
sectionTitle: string;
|
|
7089
|
-
placeholderText: string;
|
|
7090
|
-
disabledText: string;
|
|
7091
|
-
selectedNavText: string;
|
|
7092
|
-
vizTextDisabled: string;
|
|
7093
|
-
xsInlineLink: string;
|
|
7094
|
-
root: string;
|
|
7095
|
-
disabled: string;
|
|
7096
|
-
isLink: string;
|
|
7097
|
-
noWrap: string;
|
|
7098
|
-
"3xlTitle": string;
|
|
7099
|
-
xlTitle: string;
|
|
7100
|
-
mTitle: string;
|
|
7101
|
-
xsTitle: string;
|
|
7102
|
-
highlightText: string;
|
|
7103
|
-
normalText: string;
|
|
7104
|
-
vizText: string;
|
|
7105
|
-
}> | undefined;
|
|
7025
|
+
classes?: HvTypographyClasses;
|
|
7106
7026
|
} & {
|
|
7107
7027
|
component?: C | undefined;
|
|
7108
7028
|
} & {
|
|
7109
|
-
children?: ReactNode;
|
|
7029
|
+
children?: ReactNode | undefined;
|
|
7110
7030
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> ? T extends any ? T : never : never : never) & {
|
|
7111
7031
|
ref?: PolymorphicRef<C> | undefined;
|
|
7112
|
-
} & RefAttributes<unknown>) =>
|
|
7032
|
+
} & RefAttributes<unknown>) => React.ReactNode;
|
|
7113
7033
|
|
|
7114
7034
|
export declare type HvTypographyClasses = ExtractNames<typeof useClasses>;
|
|
7115
7035
|
|
|
@@ -7187,9 +7107,9 @@ export declare interface HvValidationMessages {
|
|
|
7187
7107
|
*
|
|
7188
7108
|
* Both modes are available via the `mode` property and each app should choose the most appropriate.
|
|
7189
7109
|
*/
|
|
7190
|
-
export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) =>
|
|
7110
|
+
export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) => JSX_2.Element;
|
|
7191
7111
|
|
|
7192
|
-
export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) =>
|
|
7112
|
+
export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
|
|
7193
7113
|
|
|
7194
7114
|
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_123>;
|
|
7195
7115
|
|
|
@@ -7204,7 +7124,7 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvTypograp
|
|
|
7204
7124
|
onClick?: (event: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLDivElement>) => void;
|
|
7205
7125
|
}
|
|
7206
7126
|
|
|
7207
|
-
export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) =>
|
|
7127
|
+
export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
|
|
7208
7128
|
|
|
7209
7129
|
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_122>;
|
|
7210
7130
|
|
|
@@ -7215,7 +7135,7 @@ export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
|
|
|
7215
7135
|
|
|
7216
7136
|
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_120>;
|
|
7217
7137
|
|
|
7218
|
-
export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) =>
|
|
7138
|
+
export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
|
|
7219
7139
|
|
|
7220
7140
|
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_121>;
|
|
7221
7141
|
|
|
@@ -7262,7 +7182,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
|
|
|
7262
7182
|
useIcons?: boolean;
|
|
7263
7183
|
}
|
|
7264
7184
|
|
|
7265
|
-
export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) =>
|
|
7185
|
+
export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
|
|
7266
7186
|
|
|
7267
7187
|
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_125>;
|
|
7268
7188
|
|
|
@@ -7290,11 +7210,11 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
|
|
|
7290
7210
|
forwardButtonAriaLabel?: string;
|
|
7291
7211
|
}
|
|
7292
7212
|
|
|
7293
|
-
export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) =>
|
|
7213
|
+
export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
|
|
7294
7214
|
|
|
7295
7215
|
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_124>;
|
|
7296
7216
|
|
|
7297
|
-
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
7217
|
+
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
|
|
7298
7218
|
/** A Jss Object used to override or extend the styles applied. */
|
|
7299
7219
|
classes?: HvVerticalNavigationTreeClasses;
|
|
7300
7220
|
/** Modus operandi (role) of the widget instance. */
|
|
@@ -7413,7 +7333,7 @@ export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
|
7413
7333
|
disableTooltip?: boolean;
|
|
7414
7334
|
}
|
|
7415
7335
|
|
|
7416
|
-
export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<HTMLUListElement, "onChange"> {
|
|
7336
|
+
export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<HTMLUListElement, "onChange" | "onToggle"> {
|
|
7417
7337
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7418
7338
|
classes?: HvVerticalNavigationTreeViewClasses;
|
|
7419
7339
|
/** Modus operandi (role) of the widget instance. */
|
|
@@ -7449,7 +7369,7 @@ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useCla
|
|
|
7449
7369
|
/**
|
|
7450
7370
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
7451
7371
|
*/
|
|
7452
|
-
export declare const HvWarningText: (props: HvWarningTextProps) =>
|
|
7372
|
+
export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
|
|
7453
7373
|
|
|
7454
7374
|
export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_10>;
|
|
7455
7375
|
|
|
@@ -7472,7 +7392,7 @@ export declare interface HvWarningTextProps extends HvBaseProps {
|
|
|
7472
7392
|
classes?: HvWarningTextClasses;
|
|
7473
7393
|
}
|
|
7474
7394
|
|
|
7475
|
-
export declare const iconVariant: (variant: "success" | "warning" | "error" | "info" | "default", color?: IconBaseProps["color"], semantic?: true) =>
|
|
7395
|
+
export declare const iconVariant: (variant: "success" | "warning" | "error" | "info" | "default", color?: IconBaseProps["color"], semantic?: true) => JSX_2.Element | null;
|
|
7476
7396
|
|
|
7477
7397
|
declare type IdType<D> = StringKey<D> | string;
|
|
7478
7398
|
|
|
@@ -7498,7 +7418,6 @@ export declare const inlineEditorClasses: {
|
|
|
7498
7418
|
};
|
|
7499
7419
|
|
|
7500
7420
|
export declare const inputClasses: {
|
|
7501
|
-
description: "HvInput-description";
|
|
7502
7421
|
label: "HvInput-label";
|
|
7503
7422
|
root: "HvInput-root";
|
|
7504
7423
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
@@ -7507,6 +7426,7 @@ export declare const inputClasses: {
|
|
|
7507
7426
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
7508
7427
|
input: "HvInput-input";
|
|
7509
7428
|
icon: "HvInput-icon";
|
|
7429
|
+
description: "HvInput-description";
|
|
7510
7430
|
error: "HvInput-error";
|
|
7511
7431
|
adornmentButton: "HvInput-adornmentButton";
|
|
7512
7432
|
labelContainer: "HvInput-labelContainer";
|
|
@@ -7523,14 +7443,14 @@ declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
|
|
|
7523
7443
|
|
|
7524
7444
|
export declare const isBrowser: (browsers: string | string[]) => boolean | null;
|
|
7525
7445
|
|
|
7526
|
-
export declare const isInvalid: (compareState: HvFormStatus) =>
|
|
7446
|
+
export declare const isInvalid: (compareState: HvFormStatus) => compareState is "invalid";
|
|
7527
7447
|
|
|
7528
7448
|
/** Check whether a keyboard `event` is pressing the `keyCode` key. */
|
|
7529
7449
|
export declare const isKey: (event: any, keyCode: Key) => boolean;
|
|
7530
7450
|
|
|
7531
7451
|
export declare const isOneOfKeys: (event: any, keys: Key[]) => boolean;
|
|
7532
7452
|
|
|
7533
|
-
export declare const isValid: (compareState: HvFormStatus) =>
|
|
7453
|
+
export declare const isValid: (compareState: HvFormStatus) => compareState is "valid";
|
|
7534
7454
|
|
|
7535
7455
|
declare type Key = keyof typeof keyboardCodes;
|
|
7536
7456
|
|
|
@@ -7641,7 +7561,6 @@ export declare const multiButtonClasses: {
|
|
|
7641
7561
|
secondary: "HvMultiButton-secondary";
|
|
7642
7562
|
primary: "HvMultiButton-primary";
|
|
7643
7563
|
vertical: "HvMultiButton-vertical";
|
|
7644
|
-
split: "HvMultiButton-split";
|
|
7645
7564
|
root: "HvMultiButton-root";
|
|
7646
7565
|
secondarySubtle: "HvMultiButton-secondarySubtle";
|
|
7647
7566
|
selected: "HvMultiButton-selected";
|
|
@@ -7653,6 +7572,7 @@ export declare const multiButtonClasses: {
|
|
|
7653
7572
|
splitGroup: "HvMultiButton-splitGroup";
|
|
7654
7573
|
splitGroupDisabled: "HvMultiButton-splitGroupDisabled";
|
|
7655
7574
|
splitContainer: "HvMultiButton-splitContainer";
|
|
7575
|
+
split: "HvMultiButton-split";
|
|
7656
7576
|
primarySubtle: "HvMultiButton-primarySubtle";
|
|
7657
7577
|
firstButton: "HvMultiButton-firstButton";
|
|
7658
7578
|
lastButton: "HvMultiButton-lastButton";
|
|
@@ -7734,9 +7654,7 @@ export declare type PolymorphicComponentRef<C extends React.ElementType, Props =
|
|
|
7734
7654
|
|
|
7735
7655
|
export declare type PolymorphicRef<C extends React.ElementType> = React.ComponentPropsWithRef<C>["ref"];
|
|
7736
7656
|
|
|
7737
|
-
export declare function prepareRow(row: any, { instance }:
|
|
7738
|
-
instance: any;
|
|
7739
|
-
}): void;
|
|
7657
|
+
export declare function prepareRow(row: any, { instance }: any): void;
|
|
7740
7658
|
|
|
7741
7659
|
/**
|
|
7742
7660
|
* Process the themes provided to the HvProvider:
|
|
@@ -7892,7 +7810,6 @@ export declare const sectionClasses: {
|
|
|
7892
7810
|
};
|
|
7893
7811
|
|
|
7894
7812
|
export declare const selectClasses: {
|
|
7895
|
-
description: "HvSelect-description";
|
|
7896
7813
|
label: "HvSelect-label";
|
|
7897
7814
|
root: "HvSelect-root";
|
|
7898
7815
|
panel: "HvSelect-panel";
|
|
@@ -7900,6 +7817,7 @@ export declare const selectClasses: {
|
|
|
7900
7817
|
readOnly: "HvSelect-readOnly";
|
|
7901
7818
|
select: "HvSelect-select";
|
|
7902
7819
|
popper: "HvSelect-popper";
|
|
7820
|
+
description: "HvSelect-description";
|
|
7903
7821
|
error: "HvSelect-error";
|
|
7904
7822
|
invalid: "HvSelect-invalid";
|
|
7905
7823
|
labelContainer: "HvSelect-labelContainer";
|
|
@@ -7910,10 +7828,10 @@ export declare const selectClasses: {
|
|
|
7910
7828
|
export declare const selectionListClasses: {
|
|
7911
7829
|
vertical: "HvSelectionList-vertical";
|
|
7912
7830
|
horizontal: "HvSelectionList-horizontal";
|
|
7913
|
-
description: "HvSelectionList-description";
|
|
7914
7831
|
label: "HvSelectionList-label";
|
|
7915
7832
|
root: "HvSelectionList-root";
|
|
7916
7833
|
listbox: "HvSelectionList-listbox";
|
|
7834
|
+
description: "HvSelectionList-description";
|
|
7917
7835
|
error: "HvSelectionList-error";
|
|
7918
7836
|
invalid: "HvSelectionList-invalid";
|
|
7919
7837
|
};
|
|
@@ -8020,8 +7938,6 @@ export declare const switchClasses: {
|
|
|
8020
7938
|
switchContainer: "HvSwitch-switchContainer";
|
|
8021
7939
|
};
|
|
8022
7940
|
|
|
8023
|
-
declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
8024
|
-
|
|
8025
7941
|
export declare const tabClasses: {
|
|
8026
7942
|
root: "HvTab-root";
|
|
8027
7943
|
disabled: "HvTab-disabled";
|
|
@@ -8042,11 +7958,11 @@ export declare const tableCellClasses: {
|
|
|
8042
7958
|
variantList: "HvTableCell-variantList";
|
|
8043
7959
|
footer: "HvTableCell-footer";
|
|
8044
7960
|
resizable: "HvTableCell-resizable";
|
|
7961
|
+
sorted: "HvTableCell-sorted";
|
|
8045
7962
|
alignLeft: "HvTableCell-alignLeft";
|
|
8046
7963
|
alignCenter: "HvTableCell-alignCenter";
|
|
8047
7964
|
alignRight: "HvTableCell-alignRight";
|
|
8048
7965
|
alignJustify: "HvTableCell-alignJustify";
|
|
8049
|
-
sorted: "HvTableCell-sorted";
|
|
8050
7966
|
variantNone: "HvTableCell-variantNone";
|
|
8051
7967
|
variantCheckbox: "HvTableCell-variantCheckbox";
|
|
8052
7968
|
variantActions: "HvTableCell-variantActions";
|
|
@@ -8085,11 +8001,11 @@ export declare const tableHeaderClasses: {
|
|
|
8085
8001
|
resizer: "HvTableHeader-resizer";
|
|
8086
8002
|
footer: "HvTableHeader-footer";
|
|
8087
8003
|
resizable: "HvTableHeader-resizable";
|
|
8004
|
+
sorted: "HvTableHeader-sorted";
|
|
8088
8005
|
alignLeft: "HvTableHeader-alignLeft";
|
|
8089
8006
|
alignCenter: "HvTableHeader-alignCenter";
|
|
8090
8007
|
alignRight: "HvTableHeader-alignRight";
|
|
8091
8008
|
alignJustify: "HvTableHeader-alignJustify";
|
|
8092
|
-
sorted: "HvTableHeader-sorted";
|
|
8093
8009
|
variantNone: "HvTableHeader-variantNone";
|
|
8094
8010
|
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
8095
8011
|
variantActions: "HvTableHeader-variantActions";
|
|
@@ -8159,13 +8075,13 @@ export declare const tagClasses: {
|
|
|
8159
8075
|
};
|
|
8160
8076
|
|
|
8161
8077
|
export declare const tagsInputClasses: {
|
|
8162
|
-
description: "HvTagsInput-description";
|
|
8163
8078
|
label: "HvTagsInput-label";
|
|
8164
8079
|
root: "HvTagsInput-root";
|
|
8165
8080
|
disabled: "HvTagsInput-disabled";
|
|
8166
8081
|
readOnly: "HvTagsInput-readOnly";
|
|
8167
8082
|
input: "HvTagsInput-input";
|
|
8168
8083
|
tagsList: "HvTagsInput-tagsList";
|
|
8084
|
+
description: "HvTagsInput-description";
|
|
8169
8085
|
error: "HvTagsInput-error";
|
|
8170
8086
|
invalid: "HvTagsInput-invalid";
|
|
8171
8087
|
labelContainer: "HvTagsInput-labelContainer";
|
|
@@ -8187,11 +8103,11 @@ export declare const tagsInputClasses: {
|
|
|
8187
8103
|
};
|
|
8188
8104
|
|
|
8189
8105
|
export declare const textAreaClasses: {
|
|
8190
|
-
description: "HvTextArea-description";
|
|
8191
8106
|
label: "HvTextArea-label";
|
|
8192
8107
|
root: "HvTextArea-root";
|
|
8193
8108
|
disabled: "HvTextArea-disabled";
|
|
8194
8109
|
input: "HvTextArea-input";
|
|
8110
|
+
description: "HvTextArea-description";
|
|
8195
8111
|
error: "HvTextArea-error";
|
|
8196
8112
|
invalid: "HvTextArea-invalid";
|
|
8197
8113
|
labelContainer: "HvTextArea-labelContainer";
|
|
@@ -8212,11 +8128,11 @@ export declare const timeAgoClasses: {
|
|
|
8212
8128
|
export declare type TimeFormat = "12" | "24";
|
|
8213
8129
|
|
|
8214
8130
|
export declare const timePickerClasses: {
|
|
8215
|
-
description: "HvTimePicker-description";
|
|
8216
8131
|
label: "HvTimePicker-label";
|
|
8217
8132
|
root: "HvTimePicker-root";
|
|
8218
8133
|
placeholder: "HvTimePicker-placeholder";
|
|
8219
8134
|
icon: "HvTimePicker-icon";
|
|
8135
|
+
description: "HvTimePicker-description";
|
|
8220
8136
|
error: "HvTimePicker-error";
|
|
8221
8137
|
labelContainer: "HvTimePicker-labelContainer";
|
|
8222
8138
|
dropdownHeader: "HvTimePicker-dropdownHeader";
|
|
@@ -8229,12 +8145,12 @@ export declare const timePickerClasses: {
|
|
|
8229
8145
|
|
|
8230
8146
|
export declare const tooltipClasses: {
|
|
8231
8147
|
color: "HvTooltip-color";
|
|
8148
|
+
values: "HvTooltip-values";
|
|
8232
8149
|
root: "HvTooltip-root";
|
|
8233
8150
|
title: "HvTooltip-title";
|
|
8234
8151
|
popper: "HvTooltip-popper";
|
|
8235
8152
|
separator: "HvTooltip-separator";
|
|
8236
8153
|
tooltip: "HvTooltip-tooltip";
|
|
8237
|
-
values: "HvTooltip-values";
|
|
8238
8154
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
8239
8155
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
8240
8156
|
separatorColor: "HvTooltip-separatorColor";
|
|
@@ -8263,8 +8179,8 @@ export declare const treeViewClasses: {
|
|
|
8263
8179
|
|
|
8264
8180
|
export declare const treeViewItemClasses: {
|
|
8265
8181
|
content: "HvVerticalNavigationTreeViewItem-content";
|
|
8266
|
-
link: "HvVerticalNavigationTreeViewItem-link";
|
|
8267
8182
|
label: "HvVerticalNavigationTreeViewItem-label";
|
|
8183
|
+
link: "HvVerticalNavigationTreeViewItem-link";
|
|
8268
8184
|
disabled: "HvVerticalNavigationTreeViewItem-disabled";
|
|
8269
8185
|
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
8270
8186
|
icon: "HvVerticalNavigationTreeViewItem-icon";
|
|
@@ -8305,7 +8221,6 @@ export declare const typographyClasses: {
|
|
|
8305
8221
|
display: "HvTypography-display";
|
|
8306
8222
|
"5xlTitle": "HvTypography-5xlTitle";
|
|
8307
8223
|
"4xlTitle": "HvTypography-4xlTitle";
|
|
8308
|
-
link: "HvTypography-link";
|
|
8309
8224
|
title1: "HvTypography-title1";
|
|
8310
8225
|
title2: "HvTypography-title2";
|
|
8311
8226
|
title3: "HvTypography-title3";
|
|
@@ -8321,6 +8236,7 @@ export declare const typographyClasses: {
|
|
|
8321
8236
|
xxsTitle: "HvTypography-xxsTitle";
|
|
8322
8237
|
sectionTitle: "HvTypography-sectionTitle";
|
|
8323
8238
|
placeholderText: "HvTypography-placeholderText";
|
|
8239
|
+
link: "HvTypography-link";
|
|
8324
8240
|
disabledText: "HvTypography-disabledText";
|
|
8325
8241
|
selectedNavText: "HvTypography-selectedNavText";
|
|
8326
8242
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
@@ -8344,12 +8260,11 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8344
8260
|
pluginName: string;
|
|
8345
8261
|
};
|
|
8346
8262
|
|
|
8347
|
-
declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" | "4xlTitle" | "
|
|
8263
|
+
declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" | "4xlTitle" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "isLink" | "noWrap" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText", string>>, addStatic?: boolean) => {
|
|
8348
8264
|
classes: {
|
|
8349
8265
|
display: string;
|
|
8350
8266
|
"5xlTitle": string;
|
|
8351
8267
|
"4xlTitle": string;
|
|
8352
|
-
link: string;
|
|
8353
8268
|
title1: string;
|
|
8354
8269
|
title2: string;
|
|
8355
8270
|
title3: string;
|
|
@@ -8365,6 +8280,7 @@ declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" |
|
|
|
8365
8280
|
xxsTitle: string;
|
|
8366
8281
|
sectionTitle: string;
|
|
8367
8282
|
placeholderText: string;
|
|
8283
|
+
link: string;
|
|
8368
8284
|
disabledText: string;
|
|
8369
8285
|
selectedNavText: string;
|
|
8370
8286
|
vizTextDisabled: string;
|
|
@@ -8562,9 +8478,8 @@ declare const useClasses_109: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8562
8478
|
cx: (...args: any) => string;
|
|
8563
8479
|
};
|
|
8564
8480
|
|
|
8565
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"
|
|
8481
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "description" | "error" | "invalid" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
|
|
8566
8482
|
classes: {
|
|
8567
|
-
description: string;
|
|
8568
8483
|
label: string;
|
|
8569
8484
|
root: string;
|
|
8570
8485
|
panel: string;
|
|
@@ -8572,6 +8487,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"description" | "labe
|
|
|
8572
8487
|
readOnly: string;
|
|
8573
8488
|
select: string;
|
|
8574
8489
|
popper: string;
|
|
8490
|
+
description: string;
|
|
8575
8491
|
error: string;
|
|
8576
8492
|
invalid: string;
|
|
8577
8493
|
labelContainer: string;
|
|
@@ -8634,15 +8550,15 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8634
8550
|
cx: (...args: any) => string;
|
|
8635
8551
|
};
|
|
8636
8552
|
|
|
8637
|
-
declare const useClasses_113: (classesProp?: Partial<Record<"
|
|
8553
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "description" | "error" | "invalid" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8638
8554
|
classes: {
|
|
8639
|
-
description: string;
|
|
8640
8555
|
label: string;
|
|
8641
8556
|
root: string;
|
|
8642
8557
|
disabled: string;
|
|
8643
8558
|
readOnly: string;
|
|
8644
8559
|
input: string;
|
|
8645
8560
|
tagsList: string;
|
|
8561
|
+
description: string;
|
|
8646
8562
|
error: string;
|
|
8647
8563
|
invalid: string;
|
|
8648
8564
|
labelContainer: string;
|
|
@@ -8669,13 +8585,13 @@ declare const useClasses_113: (classesProp?: Partial<Record<"description" | "lab
|
|
|
8669
8585
|
cx: (...args: any) => string;
|
|
8670
8586
|
};
|
|
8671
8587
|
|
|
8672
|
-
declare const useClasses_114: (classesProp?: Partial<Record<"
|
|
8588
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "description" | "error" | "invalid" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8673
8589
|
classes: {
|
|
8674
|
-
description: string;
|
|
8675
8590
|
label: string;
|
|
8676
8591
|
root: string;
|
|
8677
8592
|
disabled: string;
|
|
8678
8593
|
input: string;
|
|
8594
|
+
description: string;
|
|
8679
8595
|
error: string;
|
|
8680
8596
|
invalid: string;
|
|
8681
8597
|
labelContainer: string;
|
|
@@ -8702,13 +8618,13 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8702
8618
|
cx: (...args: any) => string;
|
|
8703
8619
|
};
|
|
8704
8620
|
|
|
8705
|
-
declare const useClasses_116: (classesProp?: Partial<Record<"
|
|
8621
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "description" | "error" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8706
8622
|
classes: {
|
|
8707
|
-
description: string;
|
|
8708
8623
|
label: string;
|
|
8709
8624
|
root: string;
|
|
8710
8625
|
placeholder: string;
|
|
8711
8626
|
icon: string;
|
|
8627
|
+
description: string;
|
|
8712
8628
|
error: string;
|
|
8713
8629
|
labelContainer: string;
|
|
8714
8630
|
dropdownHeader: string;
|
|
@@ -8894,11 +8810,11 @@ declare const useClasses_126: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8894
8810
|
cx: (...args: any) => string;
|
|
8895
8811
|
};
|
|
8896
8812
|
|
|
8897
|
-
declare const useClasses_127: (classesProp?: Partial<Record<"content" | "
|
|
8813
|
+
declare const useClasses_127: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "selectable" | "icon" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "focused" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
8898
8814
|
classes: {
|
|
8899
8815
|
content: string;
|
|
8900
|
-
link: string;
|
|
8901
8816
|
label: string;
|
|
8817
|
+
link: string;
|
|
8902
8818
|
disabled: string;
|
|
8903
8819
|
selectable: string;
|
|
8904
8820
|
icon: string;
|
|
@@ -8980,14 +8896,14 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8980
8896
|
cx: (...args: any) => string;
|
|
8981
8897
|
};
|
|
8982
8898
|
|
|
8983
|
-
declare const useClasses_15: (classesProp?: Partial<Record<"vertical" | "horizontal" | "
|
|
8899
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "listbox" | "description" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
8984
8900
|
classes: {
|
|
8985
8901
|
vertical: string;
|
|
8986
8902
|
horizontal: string;
|
|
8987
|
-
description: string;
|
|
8988
8903
|
label: string;
|
|
8989
8904
|
root: string;
|
|
8990
8905
|
listbox: string;
|
|
8906
|
+
description: string;
|
|
8991
8907
|
error: string;
|
|
8992
8908
|
invalid: string;
|
|
8993
8909
|
};
|
|
@@ -9037,11 +8953,10 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9037
8953
|
cx: (...args: any) => string;
|
|
9038
8954
|
};
|
|
9039
8955
|
|
|
9040
|
-
declare const useClasses_18: (classesProp?: Partial<Record<"container" | "header" | "
|
|
8956
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"container" | "header" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "anchor" | "selection" | "arrowContainer" | "arrow" | "panelOpenedUp" | "panelOpenedDown" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "selectionDisabled" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
9041
8957
|
classes: {
|
|
9042
8958
|
container: string;
|
|
9043
8959
|
header: string;
|
|
9044
|
-
anchor: string;
|
|
9045
8960
|
root: string;
|
|
9046
8961
|
headerOpen: string;
|
|
9047
8962
|
headerDisabled: string;
|
|
@@ -9049,6 +8964,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"container" | "header
|
|
|
9049
8964
|
placeholder: string;
|
|
9050
8965
|
panel: string;
|
|
9051
8966
|
inputExtensionOpen: string;
|
|
8967
|
+
anchor: string;
|
|
9052
8968
|
selection: string;
|
|
9053
8969
|
arrowContainer: string;
|
|
9054
8970
|
arrow: string;
|
|
@@ -9570,9 +9486,8 @@ declare const useClasses_44: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9570
9486
|
cx: (...args: any) => string;
|
|
9571
9487
|
};
|
|
9572
9488
|
|
|
9573
|
-
declare const useClasses_45: (classesProp?: Partial<Record<"
|
|
9489
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"label" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "description" | "error" | "adornmentButton" | "labelContainer" | "inputRootDisabled" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9574
9490
|
classes: {
|
|
9575
|
-
description: string;
|
|
9576
9491
|
label: string;
|
|
9577
9492
|
root: string;
|
|
9578
9493
|
inputBorderContainer: string;
|
|
@@ -9581,6 +9496,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"description" | "labe
|
|
|
9581
9496
|
inputRootMultiline: string;
|
|
9582
9497
|
input: string;
|
|
9583
9498
|
icon: string;
|
|
9499
|
+
description: string;
|
|
9584
9500
|
error: string;
|
|
9585
9501
|
adornmentButton: string;
|
|
9586
9502
|
labelContainer: string;
|
|
@@ -9642,15 +9558,15 @@ declare const useClasses_47: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
9642
9558
|
cx: (...args: any) => string;
|
|
9643
9559
|
};
|
|
9644
9560
|
|
|
9645
|
-
declare const useClasses_48: (classesProp?: Partial<Record<"colorPicker" | "
|
|
9561
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"colorPicker" | "label" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9646
9562
|
classes: {
|
|
9647
9563
|
colorPicker: string;
|
|
9648
|
-
description: string;
|
|
9649
9564
|
label: string;
|
|
9650
9565
|
root: string;
|
|
9651
9566
|
panel: string;
|
|
9652
9567
|
headerColorValue: string;
|
|
9653
9568
|
recommendedColorsRoot: string;
|
|
9569
|
+
description: string;
|
|
9654
9570
|
labelContainer: string;
|
|
9655
9571
|
headerColorIcon: string;
|
|
9656
9572
|
colorPickerIcon: string;
|
|
@@ -9665,10 +9581,10 @@ declare const useClasses_48: (classesProp?: Partial<Record<"colorPicker" | "desc
|
|
|
9665
9581
|
cx: (...args: any) => string;
|
|
9666
9582
|
};
|
|
9667
9583
|
|
|
9668
|
-
declare const useClasses_49: (classesProp?: Partial<Record<"
|
|
9584
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
9669
9585
|
classes: {
|
|
9670
|
-
fixed: string;
|
|
9671
9586
|
root: string;
|
|
9587
|
+
fixed: string;
|
|
9672
9588
|
disableGutters: string;
|
|
9673
9589
|
maxWidthXs: string;
|
|
9674
9590
|
maxWidthSm: string;
|
|
@@ -9711,7 +9627,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "section" |
|
|
|
9711
9627
|
cx: (...args: any) => string;
|
|
9712
9628
|
};
|
|
9713
9629
|
|
|
9714
|
-
declare const useClasses_51: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "
|
|
9630
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
|
|
9715
9631
|
classes: {
|
|
9716
9632
|
body: string;
|
|
9717
9633
|
root: string;
|
|
@@ -9721,11 +9637,11 @@ declare const useClasses_51: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9721
9637
|
variantList: string;
|
|
9722
9638
|
footer: string;
|
|
9723
9639
|
resizable: string;
|
|
9640
|
+
sorted: string;
|
|
9724
9641
|
alignLeft: string;
|
|
9725
9642
|
alignCenter: string;
|
|
9726
9643
|
alignRight: string;
|
|
9727
9644
|
alignJustify: string;
|
|
9728
|
-
sorted: string;
|
|
9729
9645
|
variantNone: string;
|
|
9730
9646
|
variantCheckbox: string;
|
|
9731
9647
|
variantActions: string;
|
|
@@ -9765,7 +9681,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "se
|
|
|
9765
9681
|
cx: (...args: any) => string;
|
|
9766
9682
|
};
|
|
9767
9683
|
|
|
9768
|
-
declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "
|
|
9684
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9769
9685
|
classes: {
|
|
9770
9686
|
body: string;
|
|
9771
9687
|
root: string;
|
|
@@ -9775,11 +9691,11 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9775
9691
|
resizer: string;
|
|
9776
9692
|
footer: string;
|
|
9777
9693
|
resizable: string;
|
|
9694
|
+
sorted: string;
|
|
9778
9695
|
alignLeft: string;
|
|
9779
9696
|
alignCenter: string;
|
|
9780
9697
|
alignRight: string;
|
|
9781
9698
|
alignJustify: string;
|
|
9782
|
-
sorted: string;
|
|
9783
9699
|
variantNone: string;
|
|
9784
9700
|
variantCheckbox: string;
|
|
9785
9701
|
variantActions: string;
|
|
@@ -9845,9 +9761,8 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9845
9761
|
cx: (...args: any) => string;
|
|
9846
9762
|
};
|
|
9847
9763
|
|
|
9848
|
-
declare const useClasses_57: (classesProp?: Partial<Record<"
|
|
9764
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "dropdown" | "description" | "error" | "arrow" | "labelContainer" | "selectionDisabled" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
9849
9765
|
classes: {
|
|
9850
|
-
description: string;
|
|
9851
9766
|
label: string;
|
|
9852
9767
|
root: string;
|
|
9853
9768
|
placeholder: string;
|
|
@@ -9855,6 +9770,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"description" | "labe
|
|
|
9855
9770
|
readOnly: string;
|
|
9856
9771
|
placeholderClosed: string;
|
|
9857
9772
|
dropdown: string;
|
|
9773
|
+
description: string;
|
|
9858
9774
|
error: string;
|
|
9859
9775
|
arrow: string;
|
|
9860
9776
|
labelContainer: string;
|
|
@@ -9890,9 +9806,8 @@ declare const useClasses_58: (classesProp?: Partial<Record<"listContainer" | "se
|
|
|
9890
9806
|
cx: (...args: any) => string;
|
|
9891
9807
|
};
|
|
9892
9808
|
|
|
9893
|
-
declare const useClasses_59: (classesProp?: Partial<Record<"
|
|
9809
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "panel" | "icon" | "inputText" | "action" | "dropdown" | "description" | "error" | "labelContainer" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
9894
9810
|
classes: {
|
|
9895
|
-
description: string;
|
|
9896
9811
|
label: string;
|
|
9897
9812
|
root: string;
|
|
9898
9813
|
panel: string;
|
|
@@ -9900,6 +9815,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"description" | "labe
|
|
|
9900
9815
|
inputText: string;
|
|
9901
9816
|
action: string;
|
|
9902
9817
|
dropdown: string;
|
|
9818
|
+
description: string;
|
|
9903
9819
|
error: string;
|
|
9904
9820
|
labelContainer: string;
|
|
9905
9821
|
actionContainer: string;
|
|
@@ -10098,11 +10014,11 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
10098
10014
|
cx: (...args: any) => string;
|
|
10099
10015
|
};
|
|
10100
10016
|
|
|
10101
|
-
declare const useClasses_70: (classesProp?: Partial<Record<"
|
|
10017
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"label" | "root" | "description" | "error" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
10102
10018
|
classes: {
|
|
10103
|
-
description: string;
|
|
10104
10019
|
label: string;
|
|
10105
10020
|
root: string;
|
|
10021
|
+
description: string;
|
|
10106
10022
|
error: string;
|
|
10107
10023
|
labelContainer: string;
|
|
10108
10024
|
};
|
|
@@ -10165,8 +10081,8 @@ declare const useClasses_73: (classesProp?: Partial<Record<"name" | "root" | "se
|
|
|
10165
10081
|
globalWrapperComplement: string;
|
|
10166
10082
|
};
|
|
10167
10083
|
css: {
|
|
10168
|
-
(template: TemplateStringsArray, ...args:
|
|
10169
|
-
(...args:
|
|
10084
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
|
|
10085
|
+
(...args: CSSInterpolation_2[]): string;
|
|
10170
10086
|
};
|
|
10171
10087
|
cx: (...args: any) => string;
|
|
10172
10088
|
};
|
|
@@ -10277,8 +10193,8 @@ declare const useClasses_79: (classesProp?: Partial<Record<"link" | "root" | "me
|
|
|
10277
10193
|
button: string;
|
|
10278
10194
|
};
|
|
10279
10195
|
css: {
|
|
10280
|
-
(template: TemplateStringsArray, ...args:
|
|
10281
|
-
(...args:
|
|
10196
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
|
|
10197
|
+
(...args: CSSInterpolation_2[]): string;
|
|
10282
10198
|
};
|
|
10283
10199
|
cx: (...args: any) => string;
|
|
10284
10200
|
};
|
|
@@ -10423,12 +10339,11 @@ declare const useClasses_87: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
10423
10339
|
cx: (...args: any) => string;
|
|
10424
10340
|
};
|
|
10425
10341
|
|
|
10426
|
-
declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "
|
|
10342
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "splitDisabled" | "multiple" | "primaryGhost" | "splitGroup" | "splitGroupDisabled" | "splitContainer" | "split" | "primarySubtle" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
|
|
10427
10343
|
classes: {
|
|
10428
10344
|
secondary: string;
|
|
10429
10345
|
primary: string;
|
|
10430
10346
|
vertical: string;
|
|
10431
|
-
split: string;
|
|
10432
10347
|
root: string;
|
|
10433
10348
|
secondarySubtle: string;
|
|
10434
10349
|
selected: string;
|
|
@@ -10440,6 +10355,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
10440
10355
|
splitGroup: string;
|
|
10441
10356
|
splitGroupDisabled: string;
|
|
10442
10357
|
splitContainer: string;
|
|
10358
|
+
split: string;
|
|
10443
10359
|
primarySubtle: string;
|
|
10444
10360
|
firstButton: string;
|
|
10445
10361
|
lastButton: string;
|
|
@@ -10477,15 +10393,15 @@ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "gutter" | "i
|
|
|
10477
10393
|
cx: (...args: any) => string;
|
|
10478
10394
|
};
|
|
10479
10395
|
|
|
10480
|
-
declare const useClasses_90: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "
|
|
10396
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"color" | "values" | "root" | "title" | "popper" | "separator" | "tooltip" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
10481
10397
|
classes: {
|
|
10482
10398
|
color: string;
|
|
10399
|
+
values: string;
|
|
10483
10400
|
root: string;
|
|
10484
10401
|
title: string;
|
|
10485
10402
|
popper: string;
|
|
10486
10403
|
separator: string;
|
|
10487
10404
|
tooltip: string;
|
|
10488
|
-
values: string;
|
|
10489
10405
|
tooltipMulti: string;
|
|
10490
10406
|
valuesContainer: string;
|
|
10491
10407
|
separatorColor: string;
|
|
@@ -10651,11 +10567,11 @@ declare const useClasses_99: (classesProp?: Partial<Record<"content" | "header"
|
|
|
10651
10567
|
cx: (...args: any) => string;
|
|
10652
10568
|
};
|
|
10653
10569
|
|
|
10654
|
-
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
10570
|
+
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
10655
10571
|
|
|
10656
|
-
export declare const useComputation: (valueFn:
|
|
10572
|
+
export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];
|
|
10657
10573
|
|
|
10658
|
-
export declare const useControlled: <T>(controlledProp: T | undefined, initialState: T | (() => T)) => readonly [T, (newValue: SetStateAction<T>) => void];
|
|
10574
|
+
export declare const useControlled: <T>(controlledProp: T | undefined, initialState: T | (() => T)) => readonly [T, (newValue: React.SetStateAction<T>) => void];
|
|
10659
10575
|
|
|
10660
10576
|
export declare function useCss(): {
|
|
10661
10577
|
css: {
|
|
@@ -10844,7 +10760,7 @@ export declare const useHvRowState: typeof useRowState;
|
|
|
10844
10760
|
|
|
10845
10761
|
export declare const useHvSnackbar: () => {
|
|
10846
10762
|
enqueueSnackbar: (message: React.ReactNode, options?: HvNotistackSnackMessageProps) => SnackbarKey;
|
|
10847
|
-
closeSnackbar: (key?: SnackbarKey
|
|
10763
|
+
closeSnackbar: (key?: SnackbarKey) => void;
|
|
10848
10764
|
};
|
|
10849
10765
|
|
|
10850
10766
|
export declare const useHvSortBy: UseHvSortByProps;
|
|
@@ -11207,9 +11123,9 @@ export declare const warningTextClasses: {
|
|
|
11207
11123
|
topBorder: "HvWarningText-topBorder";
|
|
11208
11124
|
};
|
|
11209
11125
|
|
|
11210
|
-
export declare const withTooltip: (Component: React.FunctionComponent, label: string | undefined, placement: HvTooltipPlacementType, hideTooltip?: (
|
|
11126
|
+
export declare const withTooltip: (Component: React.FunctionComponent, label: string | undefined, placement: HvTooltipPlacementType, hideTooltip?: (event: React.MouseEvent<HTMLDivElement>) => boolean, tooltipProps?: Partial<HvTooltipProps>, tooltipContainerProps?: HvBaseProps) => (props: any) => JSX_2.Element;
|
|
11211
11127
|
|
|
11212
11128
|
/** @deprecated */
|
|
11213
|
-
export declare const wrapperTooltip: (hasTooltips: boolean, Component: any, label: any) => ((props: any) =>
|
|
11129
|
+
export declare const wrapperTooltip: (hasTooltips: boolean, Component: any, label: any) => ((props: any) => JSX_2.Element) | (() => any);
|
|
11214
11130
|
|
|
11215
11131
|
export { }
|