@hitachivantara/uikit-react-core 5.18.0 → 5.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Accordion/Accordion.cjs +1 -1
- package/dist/cjs/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/cjs/components/AppSwitcher/AppSwitcher.cjs +2 -5
- package/dist/cjs/components/AppSwitcher/AppSwitcher.cjs.map +1 -1
- package/dist/cjs/components/BaseInput/BaseInput.cjs +1 -1
- package/dist/cjs/components/BaseInput/BaseInput.cjs.map +1 -1
- package/dist/cjs/components/Box/Box.cjs +2 -2
- package/dist/cjs/components/Box/Box.cjs.map +1 -1
- package/dist/cjs/components/Button/Button.cjs +1 -1
- package/dist/cjs/components/Button/Button.cjs.map +1 -1
- package/dist/cjs/components/Button/Button.styles.cjs +6 -5
- package/dist/cjs/components/Button/Button.styles.cjs.map +1 -1
- package/dist/cjs/components/Carousel/Carousel.cjs +8 -8
- package/dist/cjs/components/Carousel/Carousel.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs +8 -8
- package/dist/cjs/components/ColorPicker/Fields/Fields.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/Picker/Picker.cjs +2 -2
- package/dist/cjs/components/ColorPicker/Picker/Picker.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.cjs +2 -2
- package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/cjs/components/Dialog/Dialog.cjs +1 -1
- package/dist/cjs/components/Dialog/Dialog.cjs.map +1 -1
- package/dist/cjs/components/DotPagination/DotPagination.cjs +19 -13
- package/dist/cjs/components/DotPagination/DotPagination.cjs.map +1 -1
- package/dist/cjs/components/DotPagination/DotPagination.styles.cjs +20 -67
- package/dist/cjs/components/DotPagination/DotPagination.styles.cjs.map +1 -1
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs +1 -0
- package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/List/List.cjs +1 -1
- package/dist/cjs/components/Dropdown/List/List.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.cjs +1 -1
- package/dist/cjs/components/FilterGroup/RightPanel/RightPanel.cjs.map +1 -1
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs +16 -13
- package/dist/cjs/components/Forms/Suggestions/Suggestions.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +26 -15
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
- package/dist/cjs/components/Input/Input.cjs +83 -75
- package/dist/cjs/components/Input/Input.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs +2 -2
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs.map +1 -1
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs +10 -10
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.styles.cjs +1 -3
- package/dist/cjs/components/Pagination/Pagination.styles.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/useScrollTo.cjs.map +1 -1
- package/dist/cjs/components/Slider/Slider.cjs +1 -1
- package/dist/cjs/components/Slider/Slider.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.cjs +9 -14
- package/dist/cjs/components/Snackbar/Snackbar.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.styles.cjs +38 -29
- package/dist/cjs/components/Snackbar/Snackbar.styles.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.cjs +22 -18
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.cjs +37 -89
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.cjs +34 -64
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.cjs.map +1 -1
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.cjs +28 -0
- package/dist/cjs/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.cjs.map +1 -0
- package/dist/cjs/components/Table/TableCell/TableCell.cjs +6 -3
- package/dist/cjs/components/Table/TableCell/TableCell.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.cjs +9 -6
- package/dist/cjs/components/Table/TableRow/TableRow.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/dist/cjs/components/TextArea/TextArea.cjs +45 -43
- package/dist/cjs/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/cjs/components/Typography/Typography.cjs +20 -133
- package/dist/cjs/components/Typography/Typography.cjs.map +1 -1
- package/dist/cjs/components/Typography/Typography.styles.cjs +107 -0
- package/dist/cjs/components/Typography/Typography.styles.cjs.map +1 -0
- package/dist/cjs/components/Typography/utils.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs +7 -7
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs +5 -5
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs +1 -4
- package/dist/cjs/components/VerticalNavigation/TreeView/descendants.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs +5 -5
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs.map +1 -1
- package/dist/cjs/hooks/useWidth.cjs.map +1 -1
- package/dist/cjs/index.cjs +13 -10
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/providers/ThemeProvider.cjs +20 -18
- package/dist/cjs/providers/ThemeProvider.cjs.map +1 -1
- package/dist/esm/components/Accordion/Accordion.js +1 -1
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/AppSwitcher/AppSwitcher.js +2 -5
- package/dist/esm/components/AppSwitcher/AppSwitcher.js.map +1 -1
- package/dist/esm/components/BaseInput/BaseInput.js +1 -1
- package/dist/esm/components/BaseInput/BaseInput.js.map +1 -1
- package/dist/esm/components/Box/Box.js +2 -2
- package/dist/esm/components/Box/Box.js.map +1 -1
- package/dist/esm/components/Button/Button.js +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/Button.styles.js +6 -5
- package/dist/esm/components/Button/Button.styles.js.map +1 -1
- package/dist/esm/components/Carousel/Carousel.js +9 -9
- package/dist/esm/components/Carousel/Carousel.js.map +1 -1
- package/dist/esm/components/ColorPicker/Fields/Fields.js +8 -8
- package/dist/esm/components/ColorPicker/Fields/Fields.js.map +1 -1
- package/dist/esm/components/ColorPicker/Picker/Picker.js +2 -2
- package/dist/esm/components/ColorPicker/Picker/Picker.js.map +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +2 -2
- package/dist/esm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js +1 -1
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/DotPagination/DotPagination.js +22 -15
- package/dist/esm/components/DotPagination/DotPagination.js.map +1 -1
- package/dist/esm/components/DotPagination/DotPagination.styles.js +20 -65
- package/dist/esm/components/DotPagination/DotPagination.styles.js.map +1 -1
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js +1 -0
- package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js.map +1 -1
- package/dist/esm/components/Dropdown/List/List.js +1 -1
- package/dist/esm/components/Dropdown/List/List.js.map +1 -1
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.js +1 -1
- package/dist/esm/components/FilterGroup/RightPanel/RightPanel.js.map +1 -1
- package/dist/esm/components/Forms/Suggestions/Suggestions.js +17 -14
- package/dist/esm/components/Forms/Suggestions/Suggestions.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +26 -15
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
- package/dist/esm/components/Input/Input.js +84 -76
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/ListContainer/ListItem/ListItem.js +2 -2
- package/dist/esm/components/ListContainer/ListItem/ListItem.js.map +1 -1
- package/dist/esm/components/MultiButton/MultiButton.styles.js +10 -10
- package/dist/esm/components/MultiButton/MultiButton.styles.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.styles.js +1 -3
- package/dist/esm/components/Pagination/Pagination.styles.js.map +1 -1
- package/dist/esm/components/ScrollTo/useScrollTo.js.map +1 -1
- package/dist/esm/components/Slider/Slider.js +2 -2
- package/dist/esm/components/Slider/Slider.js.map +1 -1
- package/dist/esm/components/Snackbar/Snackbar.js +12 -16
- package/dist/esm/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/esm/components/Snackbar/Snackbar.styles.js +38 -26
- package/dist/esm/components/Snackbar/Snackbar.styles.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.js +21 -18
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.js +37 -86
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/SnackbarContentWrapper.styles.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.js +35 -62
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.js.map +1 -1
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.js +28 -0
- package/dist/esm/components/Snackbar/SnackbarProvider/SnackbarProvider.styles.js.map +1 -0
- package/dist/esm/components/Table/TableCell/TableCell.js +6 -3
- package/dist/esm/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.js +9 -6
- package/dist/esm/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.js +46 -44
- package/dist/esm/components/TextArea/TextArea.js.map +1 -1
- package/dist/esm/components/Typography/Typography.js +23 -133
- package/dist/esm/components/Typography/Typography.js.map +1 -1
- package/dist/esm/components/Typography/Typography.styles.js +107 -0
- package/dist/esm/components/Typography/Typography.styles.js.map +1 -0
- package/dist/esm/components/Typography/utils.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.js +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js +7 -7
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js +5 -5
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js +1 -4
- package/dist/esm/components/VerticalNavigation/TreeView/descendants.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js +6 -6
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js.map +1 -1
- package/dist/esm/hooks/useWidth.js.map +1 -1
- package/dist/esm/index.js +270 -267
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/providers/ThemeProvider.js +21 -19
- package/dist/esm/providers/ThemeProvider.js.map +1 -1
- package/dist/types/index.d.ts +265 -204
- package/package.json +3 -3
- package/dist/cjs/components/DotPagination/dotPaginationClasses.cjs +0 -8
- package/dist/cjs/components/DotPagination/dotPaginationClasses.cjs.map +0 -1
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.cjs +0 -8
- package/dist/cjs/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.cjs.map +0 -1
- package/dist/cjs/components/Snackbar/snackbarClasses.cjs +0 -8
- package/dist/cjs/components/Snackbar/snackbarClasses.cjs.map +0 -1
- package/dist/cjs/components/Typography/typographyClasses.cjs +0 -8
- package/dist/cjs/components/Typography/typographyClasses.cjs.map +0 -1
- package/dist/esm/components/DotPagination/dotPaginationClasses.js +0 -8
- package/dist/esm/components/DotPagination/dotPaginationClasses.js.map +0 -1
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.js +0 -8
- package/dist/esm/components/Snackbar/SnackbarContentWrapper/snackbarContentWrapperClasses.js.map +0 -1
- package/dist/esm/components/Snackbar/snackbarClasses.js +0 -8
- package/dist/esm/components/Snackbar/snackbarClasses.js.map +0 -1
- package/dist/esm/components/Typography/typographyClasses.js +0 -8
- package/dist/esm/components/Typography/typographyClasses.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -10,8 +10,10 @@ import { Cell } from 'react-table';
|
|
|
10
10
|
import { ChangeEvent } from 'react';
|
|
11
11
|
import { CheckboxProps } from '@mui/material';
|
|
12
12
|
import { ChipProps } from '@mui/material/Chip';
|
|
13
|
+
import { ClassNameMap } from '@mui/material';
|
|
13
14
|
import { ColumnInstance } from 'react-table';
|
|
14
15
|
import { ColumnInterface } from 'react-table';
|
|
16
|
+
import type { CombinedClassKey } from 'notistack';
|
|
15
17
|
import { ComponentProps } from 'react';
|
|
16
18
|
import { ContainerProps } from '@mui/material/Container';
|
|
17
19
|
import type { Context } from 'react';
|
|
@@ -47,6 +49,7 @@ import { IconBaseProps } from '@hitachivantara/uikit-react-icons';
|
|
|
47
49
|
import { IdType as IdType_2 } from 'react-table';
|
|
48
50
|
import { ImgHTMLAttributes } from 'react';
|
|
49
51
|
import { InputBaseComponentProps } from '@mui/material';
|
|
52
|
+
import { InputBaseProps } from '@mui/material';
|
|
50
53
|
import { InputProps } from '@mui/material';
|
|
51
54
|
import type { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
52
55
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
@@ -56,6 +59,7 @@ import { PropGetter } from 'react-table';
|
|
|
56
59
|
import { RadioProps } from '@mui/material';
|
|
57
60
|
import { default as React_2 } from 'react';
|
|
58
61
|
import { ReactElement } from 'react';
|
|
62
|
+
import { ReactNode } from 'react';
|
|
59
63
|
import { ReducerTableState } from 'react-table';
|
|
60
64
|
import type { RefAttributes } from 'react';
|
|
61
65
|
import { RefObject } from 'react';
|
|
@@ -1058,14 +1062,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1058
1062
|
|
|
1059
1063
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1060
1064
|
|
|
1061
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1065
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_3>;
|
|
1062
1066
|
|
|
1063
1067
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1064
1068
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1065
1069
|
classes?: HvActionBarClasses;
|
|
1066
1070
|
}
|
|
1067
1071
|
|
|
1068
|
-
declare type HvActionContainerClasses = ExtractNames<typeof
|
|
1072
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_14>;
|
|
1069
1073
|
|
|
1070
1074
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1071
1075
|
/** onClose function. */
|
|
@@ -1373,11 +1377,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
|
|
|
1373
1377
|
|
|
1374
1378
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1375
1379
|
|
|
1376
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1380
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_13>;
|
|
1377
1381
|
|
|
1378
1382
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1379
1383
|
|
|
1380
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1384
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_15>;
|
|
1381
1385
|
|
|
1382
1386
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1383
1387
|
/** The message to display. */
|
|
@@ -1635,7 +1639,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1635
1639
|
*/
|
|
1636
1640
|
export declare const HvBaseInput: ({ classes: classesProp, className, id, name, value, defaultValue, required, readOnly, disabled, onChange, type, placeholder, multiline, resizable, invalid, inputRef, inputProps, ...others }: HvBaseInputProps) => JSX_2.Element;
|
|
1637
1641
|
|
|
1638
|
-
export declare type HvBaseInputClasses = ExtractNames<typeof
|
|
1642
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_2>;
|
|
1639
1643
|
|
|
1640
1644
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1641
1645
|
/** The input name. */
|
|
@@ -1666,7 +1670,7 @@ export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" |
|
|
|
1666
1670
|
/** Attributes applied to the input element. */
|
|
1667
1671
|
inputProps?: InputBaseComponentProps;
|
|
1668
1672
|
/** Allows passing a ref to the underlying input */
|
|
1669
|
-
inputRef?:
|
|
1673
|
+
inputRef?: InputBaseProps["inputRef"];
|
|
1670
1674
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1671
1675
|
classes?: HvBaseInputClasses;
|
|
1672
1676
|
}
|
|
@@ -1674,11 +1678,6 @@ export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" |
|
|
|
1674
1678
|
/** HV Base Props. Extends `HTMLAttributes` of an element `E`, and filters `K` keys. */
|
|
1675
1679
|
export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extends keyof HTMLAttributes<E> = never> = Omit<HTMLAttributes<E>, K>;
|
|
1676
1680
|
|
|
1677
|
-
declare type HvBaseProps_2<C extends React.ElementType> = PolymorphicComponentRef<C, {
|
|
1678
|
-
style?: React.CSSProperties;
|
|
1679
|
-
sx?: SxProps;
|
|
1680
|
-
}>;
|
|
1681
|
-
|
|
1682
1681
|
/**
|
|
1683
1682
|
* A Radio Button is a mechanism that allows user to select one or more options.
|
|
1684
1683
|
*
|
|
@@ -1864,9 +1863,19 @@ export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange"
|
|
|
1864
1863
|
|
|
1865
1864
|
export { HvBaseTheme }
|
|
1866
1865
|
|
|
1866
|
+
/**
|
|
1867
|
+
* Customizable layout component that can be used to wrap other components.
|
|
1868
|
+
* It can be used to add styles to the wrapped components.
|
|
1869
|
+
* It can also be used to create a layout using the flexbox properties.
|
|
1870
|
+
*/
|
|
1867
1871
|
export declare const HvBox: HvBoxProps;
|
|
1868
1872
|
|
|
1869
|
-
|
|
1873
|
+
declare type HvBoxBaseProps<C extends React.ElementType> = PolymorphicComponentRef<C, {
|
|
1874
|
+
style?: React.CSSProperties;
|
|
1875
|
+
sx?: SxProps;
|
|
1876
|
+
}>;
|
|
1877
|
+
|
|
1878
|
+
export declare type HvBoxProps = <C extends React.ElementType = "div">(props: HvBoxBaseProps<C>) => React.ReactElement | null;
|
|
1870
1879
|
|
|
1871
1880
|
/**
|
|
1872
1881
|
* A breadcrumb is a graphical control element frequently used as a navigational aid.
|
|
@@ -2176,11 +2185,11 @@ export declare interface HvCalendarProps {
|
|
|
2176
2185
|
*/
|
|
2177
2186
|
export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
|
|
2178
2187
|
|
|
2179
|
-
export declare type HvCardClasses = ExtractNames<typeof
|
|
2188
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_4>;
|
|
2180
2189
|
|
|
2181
2190
|
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2182
2191
|
|
|
2183
|
-
export declare type HvCardContentClasses = ExtractNames<typeof
|
|
2192
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_6>;
|
|
2184
2193
|
|
|
2185
2194
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2186
2195
|
/** Id to be applied to the root node. */
|
|
@@ -2193,7 +2202,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2193
2202
|
|
|
2194
2203
|
export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2195
2204
|
|
|
2196
|
-
export declare type HvCardHeaderClasses = ExtractNames<typeof
|
|
2205
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_5>;
|
|
2197
2206
|
|
|
2198
2207
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2199
2208
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2210,7 +2219,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2210
2219
|
|
|
2211
2220
|
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2212
2221
|
|
|
2213
|
-
export declare type HvCardMediaClasses = ExtractNames<typeof
|
|
2222
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_7>;
|
|
2214
2223
|
|
|
2215
2224
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2216
2225
|
/** Id to be applied to the root node. */
|
|
@@ -2251,7 +2260,7 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2251
2260
|
*/
|
|
2252
2261
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2253
2262
|
|
|
2254
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2263
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_31>;
|
|
2255
2264
|
|
|
2256
2265
|
export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
|
|
2257
2266
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2292,7 +2301,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2292
2301
|
*/
|
|
2293
2302
|
export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2294
2303
|
|
|
2295
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2304
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_32>;
|
|
2296
2305
|
|
|
2297
2306
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2298
2307
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2516,7 +2525,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2516
2525
|
*/
|
|
2517
2526
|
export declare const HvColorPicker: ({ id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, className, classes: classesProp, value, onChange, defaultValue, expanded, defaultExpanded, recommendedColorsPosition, recommendedColors, showLabels, labels: labelsProp, dropdownIcon, placeholder, iconOnly, showSavedColors, showCustomColors, savedColorsValue, defaultSavedColorsValue, onSavedColorAdded, onSavedColorRemoved, deleteSavedColorButtonArialLabel, }: HvColorPickerProps) => JSX_2.Element;
|
|
2518
2527
|
|
|
2519
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2528
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_30>;
|
|
2520
2529
|
|
|
2521
2530
|
export declare interface HvColorPickerProps {
|
|
2522
2531
|
"aria-label"?: string;
|
|
@@ -2759,7 +2768,7 @@ declare interface HvDateColumnCellProp {
|
|
|
2759
2768
|
*/
|
|
2760
2769
|
export declare const HvDatePicker: ({ classes: classesProp, className, id, name, required, disabled, readOnly, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, "aria-errormessage": ariaErrorMessage, placeholder, labels: labelsProp, value, startValue, endValue, rangeMode, startAdornment, horizontalPlacement, locale: localeProp, showActions, showClear, disablePortal, escapeWithReference, dropdownProps, calendarProps, ...others }: HvDatePickerProps) => JSX_2.Element;
|
|
2761
2770
|
|
|
2762
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2771
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_23>;
|
|
2763
2772
|
|
|
2764
2773
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2765
2774
|
/**
|
|
@@ -2821,7 +2830,7 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
|
|
|
2821
2830
|
* When uncontrolled and unspecified it will default to "standBy" and change to either "valid"
|
|
2822
2831
|
* or "invalid" after any change to the state.
|
|
2823
2832
|
*/
|
|
2824
|
-
status?:
|
|
2833
|
+
status?: HvFormStatus;
|
|
2825
2834
|
/**
|
|
2826
2835
|
* The error message to show when the validation status is "invalid".
|
|
2827
2836
|
*
|
|
@@ -2928,7 +2937,8 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
|
|
|
2928
2937
|
calendarProps?: Partial<HvCalendarProps>;
|
|
2929
2938
|
}
|
|
2930
2939
|
|
|
2931
|
-
|
|
2940
|
+
/** @deprecated use `HvFormStatus` instead */
|
|
2941
|
+
export declare type HvDatePickerStatus = HvFormStatus;
|
|
2932
2942
|
|
|
2933
2943
|
export declare const HvDialog: ({ classes: classesProp, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
|
|
2934
2944
|
|
|
@@ -2946,7 +2956,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2946
2956
|
classes?: HvDialogActionClasses;
|
|
2947
2957
|
}
|
|
2948
2958
|
|
|
2949
|
-
export declare type HvDialogClasses = ExtractNames<typeof
|
|
2959
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_8>;
|
|
2950
2960
|
|
|
2951
2961
|
export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
|
|
2952
2962
|
|
|
@@ -3013,15 +3023,9 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
3013
3023
|
* 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.
|
|
3014
3024
|
* This component uses Radio Buttons to represent each page.
|
|
3015
3025
|
*/
|
|
3016
|
-
export declare const HvDotPagination: ({ className, classes, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
|
|
3026
|
+
export declare const HvDotPagination: ({ className, classes: classesProp, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
|
|
3017
3027
|
|
|
3018
|
-
export declare
|
|
3019
|
-
root?: string;
|
|
3020
|
-
horizontal?: string;
|
|
3021
|
-
radioRoot?: string;
|
|
3022
|
-
radio?: string;
|
|
3023
|
-
icon?: string;
|
|
3024
|
-
}
|
|
3028
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_12>;
|
|
3025
3029
|
|
|
3026
3030
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
3027
3031
|
/**
|
|
@@ -3200,7 +3204,7 @@ declare interface HvDropdownListProps {
|
|
|
3200
3204
|
*/
|
|
3201
3205
|
export declare const HvDropDownMenu: ({ id: idProp, classes: classesProp, className, icon, placement, dataList, disablePortal, onToggle, onClick, keepOpened, disabled, expanded, defaultExpanded, category, ...others }: HvDropDownMenuProps) => JSX_2.Element;
|
|
3202
3206
|
|
|
3203
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3207
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_10>;
|
|
3204
3208
|
|
|
3205
3209
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3206
3210
|
/** Icon. */
|
|
@@ -3671,9 +3675,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3671
3675
|
*/
|
|
3672
3676
|
export declare const HvFilterGroup: ({ className, id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, labels: labelsProp, defaultValue, value, filters, horizontalPlacement, disablePortal, escapeWithReference, height, filterContentProps, classes: classesProp, ...others }: HvFilterGroupProps) => JSX_2.Element;
|
|
3673
3677
|
|
|
3674
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3678
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_21>;
|
|
3675
3679
|
|
|
3676
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3680
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_22>;
|
|
3677
3681
|
|
|
3678
3682
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3679
3683
|
description?: React.ReactNode;
|
|
@@ -4221,7 +4225,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4221
4225
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4222
4226
|
}
|
|
4223
4227
|
|
|
4224
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4228
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_26>;
|
|
4225
4229
|
|
|
4226
4230
|
/**
|
|
4227
4231
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4249,7 +4253,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4249
4253
|
*/
|
|
4250
4254
|
export declare const HvInlineEditor: ({ className, classes: classesProp, value: valueProp, defaultValue, showIcon, component: InputComponent, variant, placeholder, onBlur, onChange, onKeyDown, buttonProps, typographyProps, ...others }: HvInlineEditorProps) => JSX_2.Element;
|
|
4251
4255
|
|
|
4252
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4256
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_28>;
|
|
4253
4257
|
|
|
4254
4258
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4255
4259
|
/** The value of the form element. */
|
|
@@ -4275,9 +4279,9 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4275
4279
|
/**
|
|
4276
4280
|
* A text input box is a graphical control element intended to enable the user to input text information to be used by the software.
|
|
4277
4281
|
*/
|
|
4278
|
-
export declare const HvInput:
|
|
4282
|
+
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4279
4283
|
|
|
4280
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4284
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_9>;
|
|
4281
4285
|
|
|
4282
4286
|
export declare interface HvInputLabels {
|
|
4283
4287
|
/** The label of the clear button. */
|
|
@@ -4329,28 +4333,28 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4329
4333
|
* The function that will be executed onChange, allows modification of the input,
|
|
4330
4334
|
* it receives the value. If a new value should be presented it must returned it.
|
|
4331
4335
|
*/
|
|
4332
|
-
onChange?:
|
|
4336
|
+
onChange?: HvBaseInputProps["onChange"];
|
|
4333
4337
|
/**
|
|
4334
4338
|
* Callback called when the user submits the value by pressing Enter/Return.
|
|
4335
4339
|
*
|
|
4336
4340
|
* Also called when the search button is clicked (when type is "search").
|
|
4337
4341
|
*/
|
|
4338
|
-
onEnter?: (event: React_2.KeyboardEvent<
|
|
4342
|
+
onEnter?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4339
4343
|
/**
|
|
4340
4344
|
* The function that will be executed onBlur, allows checking the validation state,
|
|
4341
4345
|
* it receives the value and the validation state.
|
|
4342
4346
|
*/
|
|
4343
|
-
onBlur?: (event: React_2.FocusEvent<
|
|
4347
|
+
onBlur?: (event: React_2.FocusEvent<InputElement>, value: string, validationState: HvInputValidity) => void;
|
|
4344
4348
|
/**
|
|
4345
4349
|
* The function that will be executed onBlur, allows checking the value state,
|
|
4346
4350
|
* it receives the value.
|
|
4347
4351
|
*/
|
|
4348
|
-
onFocus?: (event: React_2.
|
|
4352
|
+
onFocus?: (event: React_2.FocusEvent<InputElement>, value: string) => void;
|
|
4349
4353
|
/**
|
|
4350
4354
|
* The function that will be executed onKeyDown, allows checking the value state,
|
|
4351
4355
|
* it receives the event and value.
|
|
4352
4356
|
*/
|
|
4353
|
-
onKeyDown?: (event: React_2.KeyboardEvent<
|
|
4357
|
+
onKeyDown?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4354
4358
|
/** The input type. */
|
|
4355
4359
|
type?: HTMLInputTypeAttribute;
|
|
4356
4360
|
/** The placeholder value of the input. */
|
|
@@ -4361,8 +4365,11 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4361
4365
|
validationMessages?: HvValidationMessages;
|
|
4362
4366
|
/** Attributes applied to the input element. */
|
|
4363
4367
|
inputProps?: InputBaseComponentProps;
|
|
4364
|
-
/**
|
|
4365
|
-
|
|
4368
|
+
/**
|
|
4369
|
+
* Allows passing a ref to the underlying input
|
|
4370
|
+
* @deprecated Use `ref` directly instead
|
|
4371
|
+
* */
|
|
4372
|
+
inputRef?: HvBaseInputProps["inputRef"];
|
|
4366
4373
|
/** The function that will be executed to received an array of objects that has a label and id to create list of suggestion */
|
|
4367
4374
|
suggestionListCallback?: (value: string) => HvInputSuggestion[] | null;
|
|
4368
4375
|
/**
|
|
@@ -4843,7 +4850,7 @@ export declare interface HvNotistackSnackMessageProps {
|
|
|
4843
4850
|
/** Classname to apply on the root node */
|
|
4844
4851
|
className?: string;
|
|
4845
4852
|
/** Your component tree. */
|
|
4846
|
-
message?: string;
|
|
4853
|
+
message?: ReactNode | string;
|
|
4847
4854
|
/** Variant of the snackbar. */
|
|
4848
4855
|
variant?: HvSnackbarVariant;
|
|
4849
4856
|
/** Extra values to pass to the snackbar. */
|
|
@@ -4887,7 +4894,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4887
4894
|
*/
|
|
4888
4895
|
export declare const HvPagination: ({ classes: classesProp, className, id, pages, page, showPageSizeOptions, pageSizeOptions, pageSize, showPageJump, canPrevious, canNext, onPageChange, onPageSizeChange, labels: labelsProp, showPageProps, navigationProps, currentPageInputProps, ...others }: HvPaginationProps) => JSX_2.Element;
|
|
4889
4896
|
|
|
4890
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4897
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_11>;
|
|
4891
4898
|
|
|
4892
4899
|
export declare interface HvPaginationLabels {
|
|
4893
4900
|
/** The show label. */
|
|
@@ -5086,7 +5093,7 @@ export declare interface HvProviderProps {
|
|
|
5086
5093
|
*/
|
|
5087
5094
|
export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
|
|
5088
5095
|
|
|
5089
|
-
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof
|
|
5096
|
+
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_29>>;
|
|
5090
5097
|
|
|
5091
5098
|
export declare interface HvQueryBuilderProps {
|
|
5092
5099
|
attributes?: Record<string, Attribute>;
|
|
@@ -5404,7 +5411,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5404
5411
|
*/
|
|
5405
5412
|
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5406
5413
|
|
|
5407
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5414
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_27>;
|
|
5408
5415
|
|
|
5409
5416
|
export declare interface HvScrollToHorizontalOption {
|
|
5410
5417
|
key?: string;
|
|
@@ -5457,7 +5464,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5457
5464
|
*/
|
|
5458
5465
|
export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, style, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5459
5466
|
|
|
5460
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5467
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_25>;
|
|
5461
5468
|
|
|
5462
5469
|
export declare interface HvScrollToVerticalOption {
|
|
5463
5470
|
key?: string;
|
|
@@ -5771,38 +5778,13 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5771
5778
|
* One is the HvSnackbar, which wraps all the positioning, transition, auto hide, etc.
|
|
5772
5779
|
* The other is the HvSnackbarContent, which allows a finer control and customization of the content of the Snackbar.
|
|
5773
5780
|
*/
|
|
5774
|
-
export declare const HvSnackbar: ({ classes, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5781
|
+
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5775
5782
|
|
|
5776
|
-
export declare
|
|
5777
|
-
root?: string;
|
|
5778
|
-
/** Styles applied to the component when define as top right. */
|
|
5779
|
-
anchorOriginTopRight?: string;
|
|
5780
|
-
/** Styles applied to the component when define as top left. */
|
|
5781
|
-
anchorOriginTopLeft?: string;
|
|
5782
|
-
/** Styles applied to the component when define as top center. */
|
|
5783
|
-
anchorOriginTopCenter?: string;
|
|
5784
|
-
/** Styles applied to the component when define as bottom center. */
|
|
5785
|
-
anchorOriginBottomCenter?: string;
|
|
5786
|
-
/** Styles applied to the component when define as bottom left. */
|
|
5787
|
-
anchorOriginBottomLeft?: string;
|
|
5788
|
-
/** Styles applied to the component when define as bottom right. */
|
|
5789
|
-
anchorOriginBottomRight?: string;
|
|
5790
|
-
}
|
|
5783
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_16>;
|
|
5791
5784
|
|
|
5792
5785
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5793
5786
|
|
|
5794
|
-
export declare
|
|
5795
|
-
root?: string;
|
|
5796
|
-
message?: string;
|
|
5797
|
-
messageSpan?: string;
|
|
5798
|
-
iconVariant?: string;
|
|
5799
|
-
messageText?: string;
|
|
5800
|
-
action?: string;
|
|
5801
|
-
default?: string;
|
|
5802
|
-
success?: string;
|
|
5803
|
-
warning?: string;
|
|
5804
|
-
error?: string;
|
|
5805
|
-
}
|
|
5787
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_17>;
|
|
5806
5788
|
|
|
5807
5789
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5808
5790
|
/** The message to display. */
|
|
@@ -5818,7 +5800,7 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
|
|
|
5818
5800
|
/** The callback function ran when an action is triggered, receiving `action` as param */
|
|
5819
5801
|
actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
|
|
5820
5802
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5821
|
-
classes?: HvSnackbarContentClasses
|
|
5803
|
+
classes?: Partial<HvSnackbarContentClasses>;
|
|
5822
5804
|
}
|
|
5823
5805
|
|
|
5824
5806
|
export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" | "classes">, Omit<HvBaseProps, "children"> {
|
|
@@ -5851,20 +5833,12 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5851
5833
|
/** Others applied to the content of the snackbar. */
|
|
5852
5834
|
snackbarContentProps?: HvSnackbarContentProps;
|
|
5853
5835
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5854
|
-
classes?: HvSnackbarClasses
|
|
5836
|
+
classes?: Partial<HvSnackbarClasses>;
|
|
5855
5837
|
}
|
|
5856
5838
|
|
|
5857
|
-
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, ...others }:
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
notistackClassesOverride?: {} | undefined;
|
|
5861
|
-
maxSnack?: number | undefined;
|
|
5862
|
-
autoHideDuration?: number | undefined;
|
|
5863
|
-
anchorOrigin?: {
|
|
5864
|
-
vertical: string;
|
|
5865
|
-
horizontal: string;
|
|
5866
|
-
} | undefined;
|
|
5867
|
-
}) => JSX_2.Element;
|
|
5839
|
+
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5840
|
+
|
|
5841
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_18>;
|
|
5868
5842
|
|
|
5869
5843
|
export declare interface HvSnackbarProviderProps {
|
|
5870
5844
|
/** Your component tree. */
|
|
@@ -5876,7 +5850,10 @@ export declare interface HvSnackbarProviderProps {
|
|
|
5876
5850
|
/** Where is the snackbar placed. */
|
|
5877
5851
|
anchorOrigin?: SnackbarOrigin;
|
|
5878
5852
|
/** Class object used to override notistack classes. */
|
|
5879
|
-
notistackClassesOverride?:
|
|
5853
|
+
notistackClassesOverride?: Partial<ClassNameMap<CombinedClassKey>>;
|
|
5854
|
+
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5855
|
+
classes?: Partial<HvSnackbarProviderClasses>;
|
|
5856
|
+
className?: string;
|
|
5880
5857
|
}
|
|
5881
5858
|
|
|
5882
5859
|
export declare type HvSnackbarVariant = "default" | "success" | "warning" | "error";
|
|
@@ -5924,7 +5901,7 @@ export declare interface HvSuggestion {
|
|
|
5924
5901
|
disabled?: boolean;
|
|
5925
5902
|
}
|
|
5926
5903
|
|
|
5927
|
-
export declare const HvSuggestions:
|
|
5904
|
+
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
5928
5905
|
|
|
5929
5906
|
export declare interface HvSuggestionsClasses {
|
|
5930
5907
|
root?: string;
|
|
@@ -6157,7 +6134,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6157
6134
|
|
|
6158
6135
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6159
6136
|
|
|
6160
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
6137
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_20>;
|
|
6161
6138
|
|
|
6162
6139
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6163
6140
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6464,7 +6441,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6464
6441
|
*/
|
|
6465
6442
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6466
6443
|
|
|
6467
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6444
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_19>;
|
|
6468
6445
|
|
|
6469
6446
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6470
6447
|
/** Content to be rendered */
|
|
@@ -6715,7 +6692,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6715
6692
|
/**
|
|
6716
6693
|
* A text area is a multiline text input box, with an optional character counter when there is a length limit.
|
|
6717
6694
|
*/
|
|
6718
|
-
export declare const HvTextArea:
|
|
6695
|
+
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6719
6696
|
|
|
6720
6697
|
export declare interface HvTextAreaClasses {
|
|
6721
6698
|
root?: string;
|
|
@@ -6859,7 +6836,7 @@ export declare interface HvThemePalette {
|
|
|
6859
6836
|
support: HvSupportColors;
|
|
6860
6837
|
}
|
|
6861
6838
|
|
|
6862
|
-
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6839
|
+
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6863
6840
|
|
|
6864
6841
|
declare interface HvThemeProviderProps {
|
|
6865
6842
|
children: React.ReactNode;
|
|
@@ -6922,7 +6899,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
6922
6899
|
*/
|
|
6923
6900
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6924
6901
|
|
|
6925
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6902
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_33>;
|
|
6926
6903
|
|
|
6927
6904
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6928
6905
|
|
|
@@ -7072,45 +7049,13 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
|
|
|
7072
7049
|
*/
|
|
7073
7050
|
export declare const HvTypography: ForwardRefExoticComponent<HvTypographyProps & RefAttributes<HTMLElement>>;
|
|
7074
7051
|
|
|
7075
|
-
export declare
|
|
7076
|
-
root?: string;
|
|
7077
|
-
noWrap?: string;
|
|
7078
|
-
display?: string;
|
|
7079
|
-
title1?: string;
|
|
7080
|
-
title2?: string;
|
|
7081
|
-
title3?: string;
|
|
7082
|
-
title4?: string;
|
|
7083
|
-
body?: string;
|
|
7084
|
-
label?: string;
|
|
7085
|
-
caption1?: string;
|
|
7086
|
-
caption2?: string;
|
|
7087
|
-
"5xlTitle"?: string;
|
|
7088
|
-
"4xlTitle"?: string;
|
|
7089
|
-
"3xlTitle"?: string;
|
|
7090
|
-
xxlTitle?: string;
|
|
7091
|
-
xlTitle?: string;
|
|
7092
|
-
lTitle?: string;
|
|
7093
|
-
mTitle?: string;
|
|
7094
|
-
sTitle?: string;
|
|
7095
|
-
xsTitle?: string;
|
|
7096
|
-
xxsTitle?: string;
|
|
7097
|
-
sectionTitle?: string;
|
|
7098
|
-
highlightText?: string;
|
|
7099
|
-
normalText?: string;
|
|
7100
|
-
placeholderText?: string;
|
|
7101
|
-
link?: string;
|
|
7102
|
-
disabledText?: string;
|
|
7103
|
-
selectedNavText?: string;
|
|
7104
|
-
vizText?: string;
|
|
7105
|
-
vizTextDisabled?: string;
|
|
7106
|
-
xsInlineLink?: string;
|
|
7107
|
-
}
|
|
7052
|
+
export declare type HvTypographyClasses = ExtractNames<typeof useClasses>;
|
|
7108
7053
|
|
|
7109
7054
|
/** @deprecated */
|
|
7110
7055
|
export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
|
|
7111
7056
|
|
|
7112
7057
|
export declare interface HvTypographyProps extends Omit<AllHTMLAttributes<HTMLElement>, "disabled">, HvBaseProps<HTMLElement> {
|
|
7113
|
-
component?: React.
|
|
7058
|
+
component?: React.ElementType;
|
|
7114
7059
|
/** Use the variant prop to change the visual style of the Typography. */
|
|
7115
7060
|
variant?: HvTypographyVariants | HvTypographyLegacyVariants;
|
|
7116
7061
|
/** If `true` the typography will display the look of a link. */
|
|
@@ -7130,7 +7075,7 @@ export declare interface HvTypographyProps extends Omit<AllHTMLAttributes<HTMLEl
|
|
|
7130
7075
|
classes?: HvTypographyClasses;
|
|
7131
7076
|
}
|
|
7132
7077
|
|
|
7133
|
-
export declare type HvTypographyVariants =
|
|
7078
|
+
export declare type HvTypographyVariants = (typeof typographyVariants)[number];
|
|
7134
7079
|
|
|
7135
7080
|
export declare type HvUndefinedStateColorKeys = "atmo4";
|
|
7136
7081
|
|
|
@@ -7661,7 +7606,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7661
7606
|
children?: React.ReactNode;
|
|
7662
7607
|
}
|
|
7663
7608
|
|
|
7664
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7609
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
|
|
7665
7610
|
|
|
7666
7611
|
/**
|
|
7667
7612
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7744,6 +7689,8 @@ export declare const inputClasses: {
|
|
|
7744
7689
|
inputExtension: "HvInput-inputExtension";
|
|
7745
7690
|
};
|
|
7746
7691
|
|
|
7692
|
+
declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
|
|
7693
|
+
|
|
7747
7694
|
export declare const isBrowser: (browsers: any) => boolean | null;
|
|
7748
7695
|
|
|
7749
7696
|
export declare const isInvalid: (compareState: any) => boolean;
|
|
@@ -8318,8 +8265,12 @@ export declare const snackbarContentClasses: {
|
|
|
8318
8265
|
root: "HvSnackbar-Content-root";
|
|
8319
8266
|
message: "HvSnackbar-Content-message";
|
|
8320
8267
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
8321
|
-
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8322
8268
|
messageText: "HvSnackbar-Content-messageText";
|
|
8269
|
+
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8270
|
+
};
|
|
8271
|
+
|
|
8272
|
+
export declare const snackbarProviderClasses: {
|
|
8273
|
+
snackItemRoot: "HvSnackbarProvider-snackItemRoot";
|
|
8323
8274
|
};
|
|
8324
8275
|
|
|
8325
8276
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
@@ -8581,6 +8532,7 @@ export declare const typographyClasses: {
|
|
|
8581
8532
|
body: "HvTypography-body";
|
|
8582
8533
|
label: "HvTypography-label";
|
|
8583
8534
|
display: "HvTypography-display";
|
|
8535
|
+
disabled: "HvTypography-disabled";
|
|
8584
8536
|
noWrap: "HvTypography-noWrap";
|
|
8585
8537
|
title1: "HvTypography-title1";
|
|
8586
8538
|
title2: "HvTypography-title2";
|
|
@@ -8608,30 +8560,67 @@ export declare const typographyClasses: {
|
|
|
8608
8560
|
highlightText: "HvTypography-highlightText";
|
|
8609
8561
|
normalText: "HvTypography-normalText";
|
|
8610
8562
|
vizText: "HvTypography-vizText";
|
|
8563
|
+
isLink: "HvTypography-isLink";
|
|
8611
8564
|
};
|
|
8612
8565
|
|
|
8566
|
+
export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "caption1", "caption2"];
|
|
8567
|
+
|
|
8613
8568
|
export declare type UseBulkActionsProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
|
|
8614
8569
|
pluginName: string;
|
|
8615
8570
|
};
|
|
8616
8571
|
|
|
8617
|
-
declare const useClasses: (classesProp?: Partial<Record<"
|
|
8572
|
+
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText" | "isLink", string>>) => {
|
|
8618
8573
|
classes: {
|
|
8619
|
-
|
|
8574
|
+
link: string;
|
|
8575
|
+
body: string;
|
|
8576
|
+
label: string;
|
|
8577
|
+
display: string;
|
|
8620
8578
|
disabled: string;
|
|
8621
|
-
|
|
8622
|
-
|
|
8579
|
+
noWrap: string;
|
|
8580
|
+
title1: string;
|
|
8581
|
+
title2: string;
|
|
8582
|
+
title3: string;
|
|
8583
|
+
title4: string;
|
|
8584
|
+
caption1: string;
|
|
8585
|
+
caption2: string;
|
|
8586
|
+
"5xlTitle": string;
|
|
8587
|
+
"4xlTitle": string;
|
|
8588
|
+
xxlTitle: string;
|
|
8589
|
+
lTitle: string;
|
|
8590
|
+
sTitle: string;
|
|
8591
|
+
xxsTitle: string;
|
|
8592
|
+
sectionTitle: string;
|
|
8593
|
+
placeholderText: string;
|
|
8594
|
+
disabledText: string;
|
|
8595
|
+
selectedNavText: string;
|
|
8596
|
+
vizTextDisabled: string;
|
|
8597
|
+
xsInlineLink: string;
|
|
8623
8598
|
root: string;
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
|
|
8627
|
-
|
|
8628
|
-
|
|
8629
|
-
|
|
8630
|
-
|
|
8631
|
-
|
|
8632
|
-
|
|
8633
|
-
|
|
8634
|
-
|
|
8599
|
+
"3xlTitle": string;
|
|
8600
|
+
xlTitle: string;
|
|
8601
|
+
mTitle: string;
|
|
8602
|
+
xsTitle: string;
|
|
8603
|
+
highlightText: string;
|
|
8604
|
+
normalText: string;
|
|
8605
|
+
vizText: string;
|
|
8606
|
+
isLink: string;
|
|
8607
|
+
};
|
|
8608
|
+
css: {
|
|
8609
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8610
|
+
(...args: CSSInterpolation[]): string;
|
|
8611
|
+
};
|
|
8612
|
+
cx: (...args: any) => string;
|
|
8613
|
+
};
|
|
8614
|
+
|
|
8615
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
|
|
8616
|
+
classes: {
|
|
8617
|
+
container: string;
|
|
8618
|
+
icon: string;
|
|
8619
|
+
root: string;
|
|
8620
|
+
baseContainer: string;
|
|
8621
|
+
iconSelected: string;
|
|
8622
|
+
menuListRoot: string;
|
|
8623
|
+
menuList: string;
|
|
8635
8624
|
};
|
|
8636
8625
|
css: {
|
|
8637
8626
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8640,7 +8629,7 @@ declare const useClasses: (classesProp?: Partial<Record<"input" | "disabled" | "
|
|
|
8640
8629
|
cx: (...args: any) => string;
|
|
8641
8630
|
};
|
|
8642
8631
|
|
|
8643
|
-
declare const
|
|
8632
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
|
|
8644
8633
|
classes: {
|
|
8645
8634
|
icon: string;
|
|
8646
8635
|
root: string;
|
|
@@ -8662,7 +8651,22 @@ declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "ic
|
|
|
8662
8651
|
cx: (...args: any) => string;
|
|
8663
8652
|
};
|
|
8664
8653
|
|
|
8665
|
-
declare const
|
|
8654
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>) => {
|
|
8655
|
+
classes: {
|
|
8656
|
+
radio: string;
|
|
8657
|
+
horizontal: string;
|
|
8658
|
+
icon: string;
|
|
8659
|
+
root: string;
|
|
8660
|
+
radioRoot: string;
|
|
8661
|
+
};
|
|
8662
|
+
css: {
|
|
8663
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8664
|
+
(...args: CSSInterpolation[]): string;
|
|
8665
|
+
};
|
|
8666
|
+
cx: (...args: any) => string;
|
|
8667
|
+
};
|
|
8668
|
+
|
|
8669
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
|
|
8666
8670
|
classes: {
|
|
8667
8671
|
root: string;
|
|
8668
8672
|
rootClosed: string;
|
|
@@ -8676,7 +8680,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
8676
8680
|
cx: (...args: any) => string;
|
|
8677
8681
|
};
|
|
8678
8682
|
|
|
8679
|
-
declare const
|
|
8683
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
|
|
8680
8684
|
classes: {
|
|
8681
8685
|
actionContainer: string;
|
|
8682
8686
|
iconContainer: string;
|
|
@@ -8690,7 +8694,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
8690
8694
|
cx: (...args: any) => string;
|
|
8691
8695
|
};
|
|
8692
8696
|
|
|
8693
|
-
declare const
|
|
8697
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
|
|
8694
8698
|
classes: {
|
|
8695
8699
|
default: string;
|
|
8696
8700
|
action: string;
|
|
@@ -8709,7 +8713,55 @@ declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action"
|
|
|
8709
8713
|
cx: (...args: any) => string;
|
|
8710
8714
|
};
|
|
8711
8715
|
|
|
8712
|
-
declare const
|
|
8716
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
|
|
8717
|
+
classes: {
|
|
8718
|
+
root: string;
|
|
8719
|
+
anchorOriginTopCenter: string;
|
|
8720
|
+
anchorOriginBottomCenter: string;
|
|
8721
|
+
anchorOriginTopRight: string;
|
|
8722
|
+
anchorOriginBottomRight: string;
|
|
8723
|
+
anchorOriginTopLeft: string;
|
|
8724
|
+
anchorOriginBottomLeft: string;
|
|
8725
|
+
};
|
|
8726
|
+
css: {
|
|
8727
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8728
|
+
(...args: CSSInterpolation[]): string;
|
|
8729
|
+
};
|
|
8730
|
+
cx: (...args: any) => string;
|
|
8731
|
+
};
|
|
8732
|
+
|
|
8733
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
|
|
8734
|
+
classes: {
|
|
8735
|
+
default: string;
|
|
8736
|
+
action: string;
|
|
8737
|
+
error: string;
|
|
8738
|
+
warning: string;
|
|
8739
|
+
success: string;
|
|
8740
|
+
root: string;
|
|
8741
|
+
message: string;
|
|
8742
|
+
messageSpan: string;
|
|
8743
|
+
messageText: string;
|
|
8744
|
+
iconVariant: string;
|
|
8745
|
+
};
|
|
8746
|
+
css: {
|
|
8747
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8748
|
+
(...args: CSSInterpolation[]): string;
|
|
8749
|
+
};
|
|
8750
|
+
cx: (...args: any) => string;
|
|
8751
|
+
};
|
|
8752
|
+
|
|
8753
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
|
|
8754
|
+
classes: {
|
|
8755
|
+
snackItemRoot: string;
|
|
8756
|
+
};
|
|
8757
|
+
css: {
|
|
8758
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8759
|
+
(...args: CSSInterpolation[]): string;
|
|
8760
|
+
};
|
|
8761
|
+
cx: (...args: any) => string;
|
|
8762
|
+
};
|
|
8763
|
+
|
|
8764
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
|
|
8713
8765
|
classes: {
|
|
8714
8766
|
body: string;
|
|
8715
8767
|
footer: string;
|
|
@@ -8729,7 +8781,33 @@ declare const useClasses_14: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
8729
8781
|
cx: (...args: any) => string;
|
|
8730
8782
|
};
|
|
8731
8783
|
|
|
8732
|
-
declare const
|
|
8784
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
|
|
8785
|
+
classes: {
|
|
8786
|
+
input: string;
|
|
8787
|
+
disabled: string;
|
|
8788
|
+
readOnly: string;
|
|
8789
|
+
invalid: string;
|
|
8790
|
+
root: string;
|
|
8791
|
+
resizable: string;
|
|
8792
|
+
inputBorderContainer: string;
|
|
8793
|
+
inputRootInvalid: string;
|
|
8794
|
+
inputRootReadOnly: string;
|
|
8795
|
+
inputRoot: string;
|
|
8796
|
+
inputRootFocused: string;
|
|
8797
|
+
inputRootDisabled: string;
|
|
8798
|
+
inputRootMultiline: string;
|
|
8799
|
+
inputDisabled: string;
|
|
8800
|
+
inputReadOnly: string;
|
|
8801
|
+
inputResizable: string;
|
|
8802
|
+
};
|
|
8803
|
+
css: {
|
|
8804
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8805
|
+
(...args: CSSInterpolation[]): string;
|
|
8806
|
+
};
|
|
8807
|
+
cx: (...args: any) => string;
|
|
8808
|
+
};
|
|
8809
|
+
|
|
8810
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>) => {
|
|
8733
8811
|
classes: {
|
|
8734
8812
|
body: string;
|
|
8735
8813
|
footer: string;
|
|
@@ -8763,7 +8841,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
8763
8841
|
cx: (...args: any) => string;
|
|
8764
8842
|
};
|
|
8765
8843
|
|
|
8766
|
-
declare const
|
|
8844
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
|
|
8767
8845
|
classes: {
|
|
8768
8846
|
label: string;
|
|
8769
8847
|
error: string;
|
|
@@ -8778,7 +8856,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"label" | "error" | "
|
|
|
8778
8856
|
cx: (...args: any) => string;
|
|
8779
8857
|
};
|
|
8780
8858
|
|
|
8781
|
-
declare const
|
|
8859
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
|
|
8782
8860
|
classes: {
|
|
8783
8861
|
header: string;
|
|
8784
8862
|
space: string;
|
|
@@ -8798,7 +8876,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
8798
8876
|
cx: (...args: any) => string;
|
|
8799
8877
|
};
|
|
8800
8878
|
|
|
8801
|
-
declare const
|
|
8879
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
|
|
8802
8880
|
classes: {
|
|
8803
8881
|
label: string;
|
|
8804
8882
|
icon: string;
|
|
@@ -8822,7 +8900,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"label" | "icon" | "a
|
|
|
8822
8900
|
cx: (...args: any) => string;
|
|
8823
8901
|
};
|
|
8824
8902
|
|
|
8825
|
-
declare const
|
|
8903
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
|
|
8826
8904
|
classes: {
|
|
8827
8905
|
button: string;
|
|
8828
8906
|
text: string;
|
|
@@ -8836,18 +8914,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
8836
8914
|
cx: (...args: any) => string;
|
|
8837
8915
|
};
|
|
8838
8916
|
|
|
8839
|
-
declare const
|
|
8840
|
-
classes: {
|
|
8841
|
-
root: string;
|
|
8842
|
-
};
|
|
8843
|
-
css: {
|
|
8844
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8845
|
-
(...args: CSSInterpolation[]): string;
|
|
8846
|
-
};
|
|
8847
|
-
cx: (...args: any) => string;
|
|
8848
|
-
};
|
|
8849
|
-
|
|
8850
|
-
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
|
|
8917
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
|
|
8851
8918
|
classes: {
|
|
8852
8919
|
root: string;
|
|
8853
8920
|
positionFixed: string;
|
|
@@ -8860,7 +8927,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
8860
8927
|
cx: (...args: any) => string;
|
|
8861
8928
|
};
|
|
8862
8929
|
|
|
8863
|
-
declare const
|
|
8930
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
|
|
8864
8931
|
classes: {
|
|
8865
8932
|
button: string;
|
|
8866
8933
|
text: string;
|
|
@@ -8874,7 +8941,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
8874
8941
|
cx: (...args: any) => string;
|
|
8875
8942
|
};
|
|
8876
8943
|
|
|
8877
|
-
declare const
|
|
8944
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
|
|
8878
8945
|
classes: {
|
|
8879
8946
|
selected: string;
|
|
8880
8947
|
root: string;
|
|
@@ -8890,7 +8957,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"selected" | "root" |
|
|
|
8890
8957
|
cx: (...args: any) => string;
|
|
8891
8958
|
};
|
|
8892
8959
|
|
|
8893
|
-
declare const
|
|
8960
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
|
|
8894
8961
|
classes: {
|
|
8895
8962
|
button: string;
|
|
8896
8963
|
input: string;
|
|
@@ -8910,7 +8977,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
8910
8977
|
cx: (...args: any) => string;
|
|
8911
8978
|
};
|
|
8912
8979
|
|
|
8913
|
-
declare const
|
|
8980
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
|
|
8914
8981
|
classes: {
|
|
8915
8982
|
root: string;
|
|
8916
8983
|
removeButton: string;
|
|
@@ -8935,7 +9002,18 @@ declare const useClasses_24: (classesProp?: Partial<Record<"root" | "removeButto
|
|
|
8935
9002
|
cx: (...args: any) => string;
|
|
8936
9003
|
};
|
|
8937
9004
|
|
|
8938
|
-
declare const
|
|
9005
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
|
|
9006
|
+
classes: {
|
|
9007
|
+
root: string;
|
|
9008
|
+
};
|
|
9009
|
+
css: {
|
|
9010
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9011
|
+
(...args: CSSInterpolation[]): string;
|
|
9012
|
+
};
|
|
9013
|
+
cx: (...args: any) => string;
|
|
9014
|
+
};
|
|
9015
|
+
|
|
9016
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
|
|
8939
9017
|
classes: {
|
|
8940
9018
|
label: string;
|
|
8941
9019
|
colorPicker: string;
|
|
@@ -8958,7 +9036,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"label" | "colorPicke
|
|
|
8958
9036
|
cx: (...args: any) => string;
|
|
8959
9037
|
};
|
|
8960
9038
|
|
|
8961
|
-
declare const
|
|
9039
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"title" | "main" | "dot" | "controls" | "xs" | "root" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>) => {
|
|
8962
9040
|
classes: {
|
|
8963
9041
|
title: string;
|
|
8964
9042
|
main: string;
|
|
@@ -8992,7 +9070,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"title" | "main" | "d
|
|
|
8992
9070
|
cx: (...args: any) => string;
|
|
8993
9071
|
};
|
|
8994
9072
|
|
|
8995
|
-
declare const
|
|
9073
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
|
|
8996
9074
|
classes: {
|
|
8997
9075
|
image: string;
|
|
8998
9076
|
slide: string;
|
|
@@ -9004,7 +9082,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9004
9082
|
cx: (...args: any) => string;
|
|
9005
9083
|
};
|
|
9006
9084
|
|
|
9007
|
-
declare const
|
|
9085
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
|
|
9008
9086
|
classes: {
|
|
9009
9087
|
placeholder: string;
|
|
9010
9088
|
label: string;
|
|
@@ -9027,7 +9105,7 @@ declare const useClasses_28: (classesProp?: Partial<Record<"placeholder" | "labe
|
|
|
9027
9105
|
cx: (...args: any) => string;
|
|
9028
9106
|
};
|
|
9029
9107
|
|
|
9030
|
-
declare const
|
|
9108
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
|
|
9031
9109
|
classes: {
|
|
9032
9110
|
icon: string;
|
|
9033
9111
|
selected: string;
|
|
@@ -9043,7 +9121,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" |
|
|
|
9043
9121
|
cx: (...args: any) => string;
|
|
9044
9122
|
};
|
|
9045
9123
|
|
|
9046
|
-
declare const
|
|
9124
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
|
|
9047
9125
|
classes: {
|
|
9048
9126
|
title: string;
|
|
9049
9127
|
content: string;
|
|
@@ -9059,7 +9137,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" |
|
|
|
9059
9137
|
cx: (...args: any) => string;
|
|
9060
9138
|
};
|
|
9061
9139
|
|
|
9062
|
-
declare const
|
|
9140
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) => {
|
|
9063
9141
|
classes: {
|
|
9064
9142
|
content: string;
|
|
9065
9143
|
};
|
|
@@ -9070,7 +9148,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"content", string>>) =
|
|
|
9070
9148
|
cx: (...args: any) => string;
|
|
9071
9149
|
};
|
|
9072
9150
|
|
|
9073
|
-
declare const
|
|
9151
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", string>>) => {
|
|
9074
9152
|
classes: {
|
|
9075
9153
|
media: string;
|
|
9076
9154
|
root: string;
|
|
@@ -9082,7 +9160,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"media" | "root", stri
|
|
|
9082
9160
|
cx: (...args: any) => string;
|
|
9083
9161
|
};
|
|
9084
9162
|
|
|
9085
|
-
declare const
|
|
9163
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
|
|
9086
9164
|
classes: {
|
|
9087
9165
|
background: string;
|
|
9088
9166
|
root: string;
|
|
@@ -9097,7 +9175,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"background" | "root"
|
|
|
9097
9175
|
cx: (...args: any) => string;
|
|
9098
9176
|
};
|
|
9099
9177
|
|
|
9100
|
-
declare const
|
|
9178
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>) => {
|
|
9101
9179
|
classes: {
|
|
9102
9180
|
input: string;
|
|
9103
9181
|
label: string;
|
|
@@ -9126,23 +9204,6 @@ declare const useClasses_8: (classesProp?: Partial<Record<"input" | "label" | "i
|
|
|
9126
9204
|
cx: (...args: any) => string;
|
|
9127
9205
|
};
|
|
9128
9206
|
|
|
9129
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
|
|
9130
|
-
classes: {
|
|
9131
|
-
container: string;
|
|
9132
|
-
icon: string;
|
|
9133
|
-
root: string;
|
|
9134
|
-
baseContainer: string;
|
|
9135
|
-
iconSelected: string;
|
|
9136
|
-
menuListRoot: string;
|
|
9137
|
-
menuList: string;
|
|
9138
|
-
};
|
|
9139
|
-
css: {
|
|
9140
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9141
|
-
(...args: CSSInterpolation[]): string;
|
|
9142
|
-
};
|
|
9143
|
-
cx: (...args: any) => string;
|
|
9144
|
-
};
|
|
9145
|
-
|
|
9146
9207
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9147
9208
|
|
|
9148
9209
|
export declare function useComputation(valueFn: any, valueFallback?: any): any[];
|
|
@@ -9312,7 +9373,7 @@ export declare interface UseHvRowSelectionTableRowProps {
|
|
|
9312
9373
|
}
|
|
9313
9374
|
|
|
9314
9375
|
export declare const useHvSnackbar: () => {
|
|
9315
|
-
enqueueSnackbar: (message:
|
|
9376
|
+
enqueueSnackbar: (message: ReactNode | string | undefined, options?: {}) => SnackbarKey;
|
|
9316
9377
|
closeSnackbar: (key?: SnackbarKey | undefined) => void;
|
|
9317
9378
|
};
|
|
9318
9379
|
|