@hitachivantara/uikit-react-core 5.18.0 → 5.18.1
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/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/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/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 +8 -6
- 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/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/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/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 +128 -126
- 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 +156 -120
- package/package.json +3 -3
- 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/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/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';
|
|
@@ -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.
|
|
@@ -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_29>;
|
|
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_30>;
|
|
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_28>;
|
|
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_21>;
|
|
2763
2772
|
|
|
2764
2773
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2765
2774
|
/**
|
|
@@ -3671,9 +3680,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3671
3680
|
*/
|
|
3672
3681
|
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
3682
|
|
|
3674
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3683
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_19>;
|
|
3675
3684
|
|
|
3676
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3685
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_20>;
|
|
3677
3686
|
|
|
3678
3687
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3679
3688
|
description?: React.ReactNode;
|
|
@@ -4221,7 +4230,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4221
4230
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4222
4231
|
}
|
|
4223
4232
|
|
|
4224
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4233
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
|
|
4225
4234
|
|
|
4226
4235
|
/**
|
|
4227
4236
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4249,7 +4258,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
|
|
|
4249
4258
|
*/
|
|
4250
4259
|
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
4260
|
|
|
4252
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4261
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_26>;
|
|
4253
4262
|
|
|
4254
4263
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4255
4264
|
/** The value of the form element. */
|
|
@@ -4275,7 +4284,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4275
4284
|
/**
|
|
4276
4285
|
* 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
4286
|
*/
|
|
4278
|
-
export declare const HvInput:
|
|
4287
|
+
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4279
4288
|
|
|
4280
4289
|
export declare type HvInputClasses = ExtractNames<typeof useClasses_8>;
|
|
4281
4290
|
|
|
@@ -4329,28 +4338,28 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4329
4338
|
* The function that will be executed onChange, allows modification of the input,
|
|
4330
4339
|
* it receives the value. If a new value should be presented it must returned it.
|
|
4331
4340
|
*/
|
|
4332
|
-
onChange?:
|
|
4341
|
+
onChange?: HvBaseInputProps["onChange"];
|
|
4333
4342
|
/**
|
|
4334
4343
|
* Callback called when the user submits the value by pressing Enter/Return.
|
|
4335
4344
|
*
|
|
4336
4345
|
* Also called when the search button is clicked (when type is "search").
|
|
4337
4346
|
*/
|
|
4338
|
-
onEnter?: (event: React_2.KeyboardEvent<
|
|
4347
|
+
onEnter?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4339
4348
|
/**
|
|
4340
4349
|
* The function that will be executed onBlur, allows checking the validation state,
|
|
4341
4350
|
* it receives the value and the validation state.
|
|
4342
4351
|
*/
|
|
4343
|
-
onBlur?: (event: React_2.FocusEvent<
|
|
4352
|
+
onBlur?: (event: React_2.FocusEvent<InputElement>, value: string, validationState: HvInputValidity) => void;
|
|
4344
4353
|
/**
|
|
4345
4354
|
* The function that will be executed onBlur, allows checking the value state,
|
|
4346
4355
|
* it receives the value.
|
|
4347
4356
|
*/
|
|
4348
|
-
onFocus?: (event: React_2.
|
|
4357
|
+
onFocus?: (event: React_2.FocusEvent<InputElement>, value: string) => void;
|
|
4349
4358
|
/**
|
|
4350
4359
|
* The function that will be executed onKeyDown, allows checking the value state,
|
|
4351
4360
|
* it receives the event and value.
|
|
4352
4361
|
*/
|
|
4353
|
-
onKeyDown?: (event: React_2.KeyboardEvent<
|
|
4362
|
+
onKeyDown?: (event: React_2.KeyboardEvent<InputElement> | React_2.MouseEvent, value: string) => void;
|
|
4354
4363
|
/** The input type. */
|
|
4355
4364
|
type?: HTMLInputTypeAttribute;
|
|
4356
4365
|
/** The placeholder value of the input. */
|
|
@@ -4361,8 +4370,11 @@ export declare interface HvInputProps extends HvBaseProps<HTMLElement, "onChange
|
|
|
4361
4370
|
validationMessages?: HvValidationMessages;
|
|
4362
4371
|
/** Attributes applied to the input element. */
|
|
4363
4372
|
inputProps?: InputBaseComponentProps;
|
|
4364
|
-
/**
|
|
4365
|
-
|
|
4373
|
+
/**
|
|
4374
|
+
* Allows passing a ref to the underlying input
|
|
4375
|
+
* @deprecated Use `ref` directly instead
|
|
4376
|
+
* */
|
|
4377
|
+
inputRef?: HvBaseInputProps["inputRef"];
|
|
4366
4378
|
/** The function that will be executed to received an array of objects that has a label and id to create list of suggestion */
|
|
4367
4379
|
suggestionListCallback?: (value: string) => HvInputSuggestion[] | null;
|
|
4368
4380
|
/**
|
|
@@ -4843,7 +4855,7 @@ export declare interface HvNotistackSnackMessageProps {
|
|
|
4843
4855
|
/** Classname to apply on the root node */
|
|
4844
4856
|
className?: string;
|
|
4845
4857
|
/** Your component tree. */
|
|
4846
|
-
message?: string;
|
|
4858
|
+
message?: ReactNode | string;
|
|
4847
4859
|
/** Variant of the snackbar. */
|
|
4848
4860
|
variant?: HvSnackbarVariant;
|
|
4849
4861
|
/** Extra values to pass to the snackbar. */
|
|
@@ -5086,7 +5098,7 @@ export declare interface HvProviderProps {
|
|
|
5086
5098
|
*/
|
|
5087
5099
|
export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
|
|
5088
5100
|
|
|
5089
|
-
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof
|
|
5101
|
+
export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_27>>;
|
|
5090
5102
|
|
|
5091
5103
|
export declare interface HvQueryBuilderProps {
|
|
5092
5104
|
attributes?: Record<string, Attribute>;
|
|
@@ -5404,7 +5416,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5404
5416
|
*/
|
|
5405
5417
|
export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5406
5418
|
|
|
5407
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5419
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_25>;
|
|
5408
5420
|
|
|
5409
5421
|
export declare interface HvScrollToHorizontalOption {
|
|
5410
5422
|
key?: string;
|
|
@@ -5457,7 +5469,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5457
5469
|
*/
|
|
5458
5470
|
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
5471
|
|
|
5460
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5472
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_23>;
|
|
5461
5473
|
|
|
5462
5474
|
export declare interface HvScrollToVerticalOption {
|
|
5463
5475
|
key?: string;
|
|
@@ -5771,38 +5783,13 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5771
5783
|
* One is the HvSnackbar, which wraps all the positioning, transition, auto hide, etc.
|
|
5772
5784
|
* The other is the HvSnackbarContent, which allows a finer control and customization of the content of the Snackbar.
|
|
5773
5785
|
*/
|
|
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;
|
|
5786
|
+
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
5787
|
|
|
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
|
-
}
|
|
5788
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_14>;
|
|
5791
5789
|
|
|
5792
5790
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5793
5791
|
|
|
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
|
-
}
|
|
5792
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_15>;
|
|
5806
5793
|
|
|
5807
5794
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5808
5795
|
/** The message to display. */
|
|
@@ -5818,7 +5805,7 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
|
|
|
5818
5805
|
/** The callback function ran when an action is triggered, receiving `action` as param */
|
|
5819
5806
|
actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
|
|
5820
5807
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5821
|
-
classes?: HvSnackbarContentClasses
|
|
5808
|
+
classes?: Partial<HvSnackbarContentClasses>;
|
|
5822
5809
|
}
|
|
5823
5810
|
|
|
5824
5811
|
export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" | "classes">, Omit<HvBaseProps, "children"> {
|
|
@@ -5851,20 +5838,12 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5851
5838
|
/** Others applied to the content of the snackbar. */
|
|
5852
5839
|
snackbarContentProps?: HvSnackbarContentProps;
|
|
5853
5840
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5854
|
-
classes?: HvSnackbarClasses
|
|
5841
|
+
classes?: Partial<HvSnackbarClasses>;
|
|
5855
5842
|
}
|
|
5856
5843
|
|
|
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;
|
|
5844
|
+
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5845
|
+
|
|
5846
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_16>;
|
|
5868
5847
|
|
|
5869
5848
|
export declare interface HvSnackbarProviderProps {
|
|
5870
5849
|
/** Your component tree. */
|
|
@@ -5876,7 +5855,10 @@ export declare interface HvSnackbarProviderProps {
|
|
|
5876
5855
|
/** Where is the snackbar placed. */
|
|
5877
5856
|
anchorOrigin?: SnackbarOrigin;
|
|
5878
5857
|
/** Class object used to override notistack classes. */
|
|
5879
|
-
notistackClassesOverride?:
|
|
5858
|
+
notistackClassesOverride?: Partial<ClassNameMap<CombinedClassKey>>;
|
|
5859
|
+
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5860
|
+
classes?: Partial<HvSnackbarProviderClasses>;
|
|
5861
|
+
className?: string;
|
|
5880
5862
|
}
|
|
5881
5863
|
|
|
5882
5864
|
export declare type HvSnackbarVariant = "default" | "success" | "warning" | "error";
|
|
@@ -5924,7 +5906,7 @@ export declare interface HvSuggestion {
|
|
|
5924
5906
|
disabled?: boolean;
|
|
5925
5907
|
}
|
|
5926
5908
|
|
|
5927
|
-
export declare const HvSuggestions:
|
|
5909
|
+
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
5928
5910
|
|
|
5929
5911
|
export declare interface HvSuggestionsClasses {
|
|
5930
5912
|
root?: string;
|
|
@@ -6157,7 +6139,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6157
6139
|
|
|
6158
6140
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6159
6141
|
|
|
6160
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
6142
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_18>;
|
|
6161
6143
|
|
|
6162
6144
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6163
6145
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6464,7 +6446,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6464
6446
|
*/
|
|
6465
6447
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6466
6448
|
|
|
6467
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6449
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_17>;
|
|
6468
6450
|
|
|
6469
6451
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6470
6452
|
/** Content to be rendered */
|
|
@@ -6715,7 +6697,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6715
6697
|
/**
|
|
6716
6698
|
* A text area is a multiline text input box, with an optional character counter when there is a length limit.
|
|
6717
6699
|
*/
|
|
6718
|
-
export declare const HvTextArea:
|
|
6700
|
+
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6719
6701
|
|
|
6720
6702
|
export declare interface HvTextAreaClasses {
|
|
6721
6703
|
root?: string;
|
|
@@ -6859,7 +6841,7 @@ export declare interface HvThemePalette {
|
|
|
6859
6841
|
support: HvSupportColors;
|
|
6860
6842
|
}
|
|
6861
6843
|
|
|
6862
|
-
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6844
|
+
export declare const HvThemeProvider: ({ children, themes: themesList, theme, emotionCache, colorMode, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6863
6845
|
|
|
6864
6846
|
declare interface HvThemeProviderProps {
|
|
6865
6847
|
children: React.ReactNode;
|
|
@@ -6922,7 +6904,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
|
|
|
6922
6904
|
*/
|
|
6923
6905
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6924
6906
|
|
|
6925
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6907
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_31>;
|
|
6926
6908
|
|
|
6927
6909
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6928
6910
|
|
|
@@ -7661,7 +7643,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7661
7643
|
children?: React.ReactNode;
|
|
7662
7644
|
}
|
|
7663
7645
|
|
|
7664
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7646
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_22>;
|
|
7665
7647
|
|
|
7666
7648
|
/**
|
|
7667
7649
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7744,6 +7726,8 @@ export declare const inputClasses: {
|
|
|
7744
7726
|
inputExtension: "HvInput-inputExtension";
|
|
7745
7727
|
};
|
|
7746
7728
|
|
|
7729
|
+
declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
|
|
7730
|
+
|
|
7747
7731
|
export declare const isBrowser: (browsers: any) => boolean | null;
|
|
7748
7732
|
|
|
7749
7733
|
export declare const isInvalid: (compareState: any) => boolean;
|
|
@@ -8318,8 +8302,12 @@ export declare const snackbarContentClasses: {
|
|
|
8318
8302
|
root: "HvSnackbar-Content-root";
|
|
8319
8303
|
message: "HvSnackbar-Content-message";
|
|
8320
8304
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
8321
|
-
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8322
8305
|
messageText: "HvSnackbar-Content-messageText";
|
|
8306
|
+
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
8307
|
+
};
|
|
8308
|
+
|
|
8309
|
+
export declare const snackbarProviderClasses: {
|
|
8310
|
+
snackItemRoot: "HvSnackbarProvider-snackItemRoot";
|
|
8323
8311
|
};
|
|
8324
8312
|
|
|
8325
8313
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
@@ -8709,7 +8697,55 @@ declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action"
|
|
|
8709
8697
|
cx: (...args: any) => string;
|
|
8710
8698
|
};
|
|
8711
8699
|
|
|
8712
|
-
declare const useClasses_14: (classesProp?: Partial<Record<"
|
|
8700
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
|
|
8701
|
+
classes: {
|
|
8702
|
+
root: string;
|
|
8703
|
+
anchorOriginTopCenter: string;
|
|
8704
|
+
anchorOriginBottomCenter: string;
|
|
8705
|
+
anchorOriginTopRight: string;
|
|
8706
|
+
anchorOriginBottomRight: string;
|
|
8707
|
+
anchorOriginTopLeft: string;
|
|
8708
|
+
anchorOriginBottomLeft: string;
|
|
8709
|
+
};
|
|
8710
|
+
css: {
|
|
8711
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8712
|
+
(...args: CSSInterpolation[]): string;
|
|
8713
|
+
};
|
|
8714
|
+
cx: (...args: any) => string;
|
|
8715
|
+
};
|
|
8716
|
+
|
|
8717
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
|
|
8718
|
+
classes: {
|
|
8719
|
+
default: string;
|
|
8720
|
+
action: string;
|
|
8721
|
+
error: string;
|
|
8722
|
+
warning: string;
|
|
8723
|
+
success: string;
|
|
8724
|
+
root: string;
|
|
8725
|
+
message: string;
|
|
8726
|
+
messageSpan: string;
|
|
8727
|
+
messageText: string;
|
|
8728
|
+
iconVariant: string;
|
|
8729
|
+
};
|
|
8730
|
+
css: {
|
|
8731
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8732
|
+
(...args: CSSInterpolation[]): string;
|
|
8733
|
+
};
|
|
8734
|
+
cx: (...args: any) => string;
|
|
8735
|
+
};
|
|
8736
|
+
|
|
8737
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
|
|
8738
|
+
classes: {
|
|
8739
|
+
snackItemRoot: string;
|
|
8740
|
+
};
|
|
8741
|
+
css: {
|
|
8742
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8743
|
+
(...args: CSSInterpolation[]): string;
|
|
8744
|
+
};
|
|
8745
|
+
cx: (...args: any) => string;
|
|
8746
|
+
};
|
|
8747
|
+
|
|
8748
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
|
|
8713
8749
|
classes: {
|
|
8714
8750
|
body: string;
|
|
8715
8751
|
footer: string;
|
|
@@ -8729,7 +8765,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
8729
8765
|
cx: (...args: any) => string;
|
|
8730
8766
|
};
|
|
8731
8767
|
|
|
8732
|
-
declare const
|
|
8768
|
+
declare const useClasses_18: (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
8769
|
classes: {
|
|
8734
8770
|
body: string;
|
|
8735
8771
|
footer: string;
|
|
@@ -8763,7 +8799,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
8763
8799
|
cx: (...args: any) => string;
|
|
8764
8800
|
};
|
|
8765
8801
|
|
|
8766
|
-
declare const
|
|
8802
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
|
|
8767
8803
|
classes: {
|
|
8768
8804
|
label: string;
|
|
8769
8805
|
error: string;
|
|
@@ -8778,7 +8814,18 @@ declare const useClasses_16: (classesProp?: Partial<Record<"label" | "error" | "
|
|
|
8778
8814
|
cx: (...args: any) => string;
|
|
8779
8815
|
};
|
|
8780
8816
|
|
|
8781
|
-
declare const
|
|
8817
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>) => {
|
|
8818
|
+
classes: {
|
|
8819
|
+
root: string;
|
|
8820
|
+
};
|
|
8821
|
+
css: {
|
|
8822
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8823
|
+
(...args: CSSInterpolation[]): string;
|
|
8824
|
+
};
|
|
8825
|
+
cx: (...args: any) => string;
|
|
8826
|
+
};
|
|
8827
|
+
|
|
8828
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
|
|
8782
8829
|
classes: {
|
|
8783
8830
|
header: string;
|
|
8784
8831
|
space: string;
|
|
@@ -8798,7 +8845,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
8798
8845
|
cx: (...args: any) => string;
|
|
8799
8846
|
};
|
|
8800
8847
|
|
|
8801
|
-
declare const
|
|
8848
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
|
|
8802
8849
|
classes: {
|
|
8803
8850
|
label: string;
|
|
8804
8851
|
icon: string;
|
|
@@ -8822,7 +8869,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"label" | "icon" | "a
|
|
|
8822
8869
|
cx: (...args: any) => string;
|
|
8823
8870
|
};
|
|
8824
8871
|
|
|
8825
|
-
declare const
|
|
8872
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
|
|
8826
8873
|
classes: {
|
|
8827
8874
|
button: string;
|
|
8828
8875
|
text: string;
|
|
@@ -8836,18 +8883,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
8836
8883
|
cx: (...args: any) => string;
|
|
8837
8884
|
};
|
|
8838
8885
|
|
|
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>>) => {
|
|
8886
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
|
|
8851
8887
|
classes: {
|
|
8852
8888
|
root: string;
|
|
8853
8889
|
positionFixed: string;
|
|
@@ -8860,7 +8896,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
8860
8896
|
cx: (...args: any) => string;
|
|
8861
8897
|
};
|
|
8862
8898
|
|
|
8863
|
-
declare const
|
|
8899
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
|
|
8864
8900
|
classes: {
|
|
8865
8901
|
button: string;
|
|
8866
8902
|
text: string;
|
|
@@ -8874,7 +8910,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
8874
8910
|
cx: (...args: any) => string;
|
|
8875
8911
|
};
|
|
8876
8912
|
|
|
8877
|
-
declare const
|
|
8913
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
|
|
8878
8914
|
classes: {
|
|
8879
8915
|
selected: string;
|
|
8880
8916
|
root: string;
|
|
@@ -8890,7 +8926,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"selected" | "root" |
|
|
|
8890
8926
|
cx: (...args: any) => string;
|
|
8891
8927
|
};
|
|
8892
8928
|
|
|
8893
|
-
declare const
|
|
8929
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
|
|
8894
8930
|
classes: {
|
|
8895
8931
|
button: string;
|
|
8896
8932
|
input: string;
|
|
@@ -8910,7 +8946,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
8910
8946
|
cx: (...args: any) => string;
|
|
8911
8947
|
};
|
|
8912
8948
|
|
|
8913
|
-
declare const
|
|
8949
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
|
|
8914
8950
|
classes: {
|
|
8915
8951
|
root: string;
|
|
8916
8952
|
removeButton: string;
|
|
@@ -8935,7 +8971,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"root" | "removeButto
|
|
|
8935
8971
|
cx: (...args: any) => string;
|
|
8936
8972
|
};
|
|
8937
8973
|
|
|
8938
|
-
declare const
|
|
8974
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
|
|
8939
8975
|
classes: {
|
|
8940
8976
|
label: string;
|
|
8941
8977
|
colorPicker: string;
|
|
@@ -8958,7 +8994,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"label" | "colorPicke
|
|
|
8958
8994
|
cx: (...args: any) => string;
|
|
8959
8995
|
};
|
|
8960
8996
|
|
|
8961
|
-
declare const
|
|
8997
|
+
declare const useClasses_29: (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
8998
|
classes: {
|
|
8963
8999
|
title: string;
|
|
8964
9000
|
main: string;
|
|
@@ -8992,7 +9028,23 @@ declare const useClasses_26: (classesProp?: Partial<Record<"title" | "main" | "d
|
|
|
8992
9028
|
cx: (...args: any) => string;
|
|
8993
9029
|
};
|
|
8994
9030
|
|
|
8995
|
-
declare const
|
|
9031
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
|
|
9032
|
+
classes: {
|
|
9033
|
+
icon: string;
|
|
9034
|
+
selected: string;
|
|
9035
|
+
root: string;
|
|
9036
|
+
selectable: string;
|
|
9037
|
+
semanticContainer: string;
|
|
9038
|
+
semanticBar: string;
|
|
9039
|
+
};
|
|
9040
|
+
css: {
|
|
9041
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9042
|
+
(...args: CSSInterpolation[]): string;
|
|
9043
|
+
};
|
|
9044
|
+
cx: (...args: any) => string;
|
|
9045
|
+
};
|
|
9046
|
+
|
|
9047
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
|
|
8996
9048
|
classes: {
|
|
8997
9049
|
image: string;
|
|
8998
9050
|
slide: string;
|
|
@@ -9004,7 +9056,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9004
9056
|
cx: (...args: any) => string;
|
|
9005
9057
|
};
|
|
9006
9058
|
|
|
9007
|
-
declare const
|
|
9059
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
|
|
9008
9060
|
classes: {
|
|
9009
9061
|
placeholder: string;
|
|
9010
9062
|
label: string;
|
|
@@ -9027,22 +9079,6 @@ declare const useClasses_28: (classesProp?: Partial<Record<"placeholder" | "labe
|
|
|
9027
9079
|
cx: (...args: any) => string;
|
|
9028
9080
|
};
|
|
9029
9081
|
|
|
9030
|
-
declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
|
|
9031
|
-
classes: {
|
|
9032
|
-
icon: string;
|
|
9033
|
-
selected: string;
|
|
9034
|
-
root: string;
|
|
9035
|
-
selectable: string;
|
|
9036
|
-
semanticContainer: string;
|
|
9037
|
-
semanticBar: string;
|
|
9038
|
-
};
|
|
9039
|
-
css: {
|
|
9040
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9041
|
-
(...args: CSSInterpolation[]): string;
|
|
9042
|
-
};
|
|
9043
|
-
cx: (...args: any) => string;
|
|
9044
|
-
};
|
|
9045
|
-
|
|
9046
9082
|
declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
|
|
9047
9083
|
classes: {
|
|
9048
9084
|
title: string;
|
|
@@ -9312,7 +9348,7 @@ export declare interface UseHvRowSelectionTableRowProps {
|
|
|
9312
9348
|
}
|
|
9313
9349
|
|
|
9314
9350
|
export declare const useHvSnackbar: () => {
|
|
9315
|
-
enqueueSnackbar: (message:
|
|
9351
|
+
enqueueSnackbar: (message: ReactNode | string | undefined, options?: {}) => SnackbarKey;
|
|
9316
9352
|
closeSnackbar: (key?: SnackbarKey | undefined) => void;
|
|
9317
9353
|
};
|
|
9318
9354
|
|