@hitachivantara/uikit-react-core 5.87.3 → 5.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +2 -3
- package/dist/cjs/AppSwitcher/Action/Action.styles.cjs +2 -2
- package/dist/cjs/Banner/Banner.cjs +5 -5
- package/dist/cjs/Banner/BannerContent/BannerContent.cjs +59 -97
- package/dist/cjs/Banner/BannerContent/BannerContent.styles.cjs +18 -46
- package/dist/cjs/BaseDropdown/BaseDropdown.styles.cjs +1 -2
- package/dist/cjs/BaseInput/BaseInput.styles.cjs +1 -1
- package/dist/cjs/BaseInput/validations.cjs +2 -1
- package/dist/cjs/Button/Button.cjs +1 -2
- package/dist/cjs/Button/Button.styles.cjs +0 -6
- package/dist/cjs/ColorPicker/ColorPicker.cjs +1 -1
- package/dist/cjs/DatePicker/DatePicker.cjs +12 -12
- package/dist/cjs/DotPagination/DotPagination.styles.cjs +3 -0
- package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs +1 -1
- package/dist/cjs/FormElement/Adornment/Adornment.cjs +15 -36
- package/dist/cjs/FormElement/Adornment/Adornment.styles.cjs +12 -21
- package/dist/cjs/IconContainer/IconContainer.cjs +81 -0
- package/dist/cjs/Input/Input.cjs +29 -51
- package/dist/cjs/Input/Input.styles.cjs +1 -0
- package/dist/cjs/List/List.cjs +1 -1
- package/dist/cjs/ListContainer/ListItem/ListItem.styles.cjs +0 -6
- package/dist/cjs/Loading/Loading.cjs +1 -2
- package/dist/cjs/Loading/Loading.styles.cjs +3 -1
- package/dist/cjs/Pagination/Pagination.styles.cjs +2 -2
- package/dist/cjs/Pagination/Select.cjs +1 -1
- package/dist/cjs/Snackbar/Snackbar.cjs +6 -5
- package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs +20 -28
- package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.styles.cjs +26 -56
- package/dist/cjs/Table/TableBody/TableBody.cjs +16 -17
- package/dist/cjs/{TableSection → Table/TableSection}/TableSection.cjs +2 -2
- package/dist/cjs/{TableSection → Table/TableSection}/TableSection.styles.cjs +12 -12
- package/dist/cjs/Table/hooks/useHvRowExpand.cjs +3 -3
- package/dist/cjs/Tabs/Tab/Tab.styles.cjs +0 -3
- package/dist/cjs/Tag/Tag.cjs +1 -1
- package/dist/cjs/TagsInput/TagsInput.cjs +103 -169
- package/dist/cjs/TagsInput/TagsInput.styles.cjs +45 -106
- package/dist/cjs/TextArea/TextArea.cjs +1 -3
- package/dist/cjs/TimePicker/TimePicker.cjs +5 -4
- package/dist/cjs/Typography/Typography.styles.cjs +2 -1
- package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +0 -3
- package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +0 -4
- package/dist/cjs/hooks/useFocus.cjs +38 -0
- package/dist/cjs/index.cjs +9 -4
- package/dist/cjs/utils/Callout.cjs +134 -0
- package/dist/cjs/utils/focusUtils.cjs +0 -4
- package/dist/esm/ActionsGeneric/ActionsGeneric.js +2 -3
- package/dist/esm/ActionsGeneric/ActionsGeneric.js.map +1 -1
- package/dist/esm/AppSwitcher/Action/Action.styles.js +2 -2
- package/dist/esm/AppSwitcher/Action/Action.styles.js.map +1 -1
- package/dist/esm/AvatarGroup/AvatarGroupContext.js +1 -1
- package/dist/esm/Banner/Banner.js +5 -5
- package/dist/esm/Banner/Banner.js.map +1 -1
- package/dist/esm/Banner/BannerContent/BannerContent.js +60 -96
- package/dist/esm/Banner/BannerContent/BannerContent.js.map +1 -1
- package/dist/esm/Banner/BannerContent/BannerContent.styles.js +18 -46
- package/dist/esm/Banner/BannerContent/BannerContent.styles.js.map +1 -1
- package/dist/esm/BaseCheckBox/BaseCheckBox.js +1 -1
- package/dist/esm/BaseDropdown/BaseDropdown.js +3 -3
- package/dist/esm/BaseDropdown/BaseDropdown.styles.js +1 -2
- package/dist/esm/BaseDropdown/BaseDropdown.styles.js.map +1 -1
- package/dist/esm/BaseInput/BaseInput.js.map +1 -1
- package/dist/esm/BaseInput/BaseInput.styles.js +1 -1
- package/dist/esm/BaseInput/BaseInput.styles.js.map +1 -1
- package/dist/esm/BaseInput/validations.js +2 -1
- package/dist/esm/BaseInput/validations.js.map +1 -1
- package/dist/esm/BaseRadio/BaseRadio.js +1 -1
- package/dist/esm/Button/Button.js +3 -4
- package/dist/esm/Button/Button.js.map +1 -1
- package/dist/esm/Button/Button.styles.js +0 -6
- package/dist/esm/Button/Button.styles.js.map +1 -1
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.js +1 -1
- package/dist/esm/CheckBoxGroup/CheckBoxGroup.js.map +1 -1
- package/dist/esm/ColorPicker/ColorPicker.js +1 -1
- package/dist/esm/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/esm/ColorPicker/Fields/Fields.js.map +1 -1
- package/dist/esm/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/DatePicker/utils.js +1 -1
- package/dist/esm/Dialog/context.js +1 -1
- package/dist/esm/DotPagination/DotPagination.js +1 -1
- package/dist/esm/DotPagination/DotPagination.styles.js +3 -0
- package/dist/esm/DotPagination/DotPagination.styles.js.map +1 -1
- package/dist/esm/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/DropdownButton/DropdownButton.js.map +1 -1
- package/dist/esm/FilterGroup/FilterContent/FilterContent.js +1 -1
- package/dist/esm/FilterGroup/FilterContent/FilterContent.js.map +1 -1
- package/dist/esm/FilterGroup/FilterGroupContext.js +1 -1
- package/dist/esm/Focus/Focus.js +1 -1
- package/dist/esm/FormElement/Adornment/Adornment.js +15 -36
- package/dist/esm/FormElement/Adornment/Adornment.js.map +1 -1
- package/dist/esm/FormElement/Adornment/Adornment.styles.js +12 -21
- package/dist/esm/FormElement/Adornment/Adornment.styles.js.map +1 -1
- package/dist/esm/Header/Navigation/useSelectionPath.js.map +1 -1
- package/dist/esm/IconContainer/IconContainer.js +81 -0
- package/dist/esm/IconContainer/IconContainer.js.map +1 -0
- package/dist/esm/Input/Input.js +30 -52
- package/dist/esm/Input/Input.js.map +1 -1
- package/dist/esm/Input/Input.styles.js +1 -0
- package/dist/esm/Input/Input.styles.js.map +1 -1
- package/dist/esm/List/List.js +1 -1
- package/dist/esm/ListContainer/ListItem/ListItem.styles.js +0 -6
- package/dist/esm/ListContainer/ListItem/ListItem.styles.js.map +1 -1
- package/dist/esm/Loading/Loading.js +1 -2
- package/dist/esm/Loading/Loading.js.map +1 -1
- package/dist/esm/Loading/Loading.styles.js +3 -1
- package/dist/esm/Loading/Loading.styles.js.map +1 -1
- package/dist/esm/Pagination/Pagination.styles.js +5 -5
- package/dist/esm/Pagination/Select.js +1 -1
- package/dist/esm/QueryBuilder/Context.js +1 -1
- package/dist/esm/QueryBuilder/QueryBuilder.js +1 -1
- package/dist/esm/QueryBuilder/utils/index.js +1 -1
- package/dist/esm/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/SelectionList/SelectionList.js.map +1 -1
- package/dist/esm/Slider/Slider.js +1 -1
- package/dist/esm/Slider/Slider.js.map +1 -1
- package/dist/esm/Snackbar/Snackbar.js +6 -5
- package/dist/esm/Snackbar/Snackbar.js.map +1 -1
- package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js +23 -29
- package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js.map +1 -1
- package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.styles.js +26 -56
- package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.styles.js.map +1 -1
- package/dist/esm/SnackbarProvider/SnackbarProvider.js +2 -2
- package/dist/esm/Table/Table.js.map +1 -1
- package/dist/esm/Table/TableBody/TableBody.js +16 -17
- package/dist/esm/Table/TableBody/TableBody.js.map +1 -1
- package/dist/esm/{TableSection → Table/TableSection}/TableSection.js +2 -2
- package/dist/esm/Table/TableSection/TableSection.js.map +1 -0
- package/dist/esm/{TableSection → Table/TableSection}/TableSection.styles.js +25 -25
- package/dist/esm/Table/TableSection/TableSection.styles.js.map +1 -0
- package/dist/esm/Table/hooks/useHvRowExpand.js +3 -3
- package/dist/esm/Table/hooks/useHvRowExpand.js.map +1 -1
- package/dist/esm/Tabs/Tab/Tab.styles.js +0 -3
- package/dist/esm/Tabs/Tab/Tab.styles.js.map +1 -1
- package/dist/esm/Tag/Tag.js +1 -1
- package/dist/esm/Tag/Tag.js.map +1 -1
- package/dist/esm/TagsInput/TagsInput.js +103 -169
- package/dist/esm/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/TagsInput/TagsInput.styles.js +45 -106
- package/dist/esm/TagsInput/TagsInput.styles.js.map +1 -1
- package/dist/esm/TextArea/TextArea.js +1 -3
- package/dist/esm/TextArea/TextArea.js.map +1 -1
- package/dist/esm/TimePicker/TimePicker.js +1 -0
- package/dist/esm/TimePicker/TimePicker.js.map +1 -1
- package/dist/esm/TreeView/internals/TreeViewProvider.js +1 -1
- package/dist/esm/TreeView/internals/hooks/plugins/useTreeViewKeyboardNavigation.js +1 -1
- package/dist/esm/Typography/Typography.styles.js +2 -1
- package/dist/esm/Typography/Typography.styles.js.map +1 -1
- package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.js.map +1 -1
- package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js +0 -3
- package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js.map +1 -1
- package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js +0 -4
- package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js.map +1 -1
- package/dist/esm/hooks/useFocus.js +38 -0
- package/dist/esm/hooks/useFocus.js.map +1 -0
- package/dist/esm/hooks/useScrollTo.js.map +1 -1
- package/dist/esm/index.js +56 -51
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/Callout.js +132 -0
- package/dist/esm/utils/Callout.js.map +1 -0
- package/dist/esm/utils/document.js.map +1 -1
- package/dist/esm/utils/focusUtils.js +0 -4
- package/dist/esm/utils/focusUtils.js.map +1 -1
- package/dist/types/index.d.ts +677 -670
- package/package.json +8 -8
- package/dist/esm/TableSection/TableSection.js.map +0 -1
- package/dist/esm/TableSection/TableSection.styles.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
1
|
import { ActionType } from 'react-table';
|
|
4
2
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
5
3
|
import { Breakpoint as Breakpoint_2 } from '@mui/material/styles';
|
|
@@ -15,7 +13,6 @@ import { ComponentProps } from 'react';
|
|
|
15
13
|
import { ContainerProps } from '@mui/material/Container';
|
|
16
14
|
import { Context } from 'react';
|
|
17
15
|
import { createClasses } from '@hitachivantara/uikit-react-utils';
|
|
18
|
-
import { CSSProperties } from 'react';
|
|
19
16
|
import { default as default_2 } from 'embla-carousel-react';
|
|
20
17
|
import { defaultCacheKey } from '@hitachivantara/uikit-react-shared';
|
|
21
18
|
import { defaultEmotionCache } from '@hitachivantara/uikit-react-shared';
|
|
@@ -27,7 +24,6 @@ import { DividerProps } from '@mui/material/Divider';
|
|
|
27
24
|
import { DrawerProps } from '@mui/material/Drawer';
|
|
28
25
|
import { ds3 } from '@hitachivantara/uikit-styles';
|
|
29
26
|
import { ds5 } from '@hitachivantara/uikit-styles';
|
|
30
|
-
import { ElementType } from 'react';
|
|
31
27
|
import { EmotionCache } from '@emotion/cache';
|
|
32
28
|
import { EmotionContext } from '@hitachivantara/uikit-react-shared';
|
|
33
29
|
import { ExtractNames } from '@hitachivantara/uikit-react-utils';
|
|
@@ -60,9 +56,7 @@ import { HvThemeStructure } from '@hitachivantara/uikit-styles';
|
|
|
60
56
|
import { IconBaseProps } from '@hitachivantara/uikit-react-icons';
|
|
61
57
|
import { IdType as IdType_2 } from 'react-table';
|
|
62
58
|
import { InputBaseProps } from '@mui/material/InputBase';
|
|
63
|
-
import { JSX as JSX_2 } from 'react';
|
|
64
|
-
import { JSX as JSX_3 } from 'react/jsx-runtime';
|
|
65
|
-
import { JSXElementConstructor } from 'react';
|
|
59
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
66
60
|
import { MutableRefObject } from 'react';
|
|
67
61
|
import { OptionGroupProps } from '@mui/base/OptionGroup';
|
|
68
62
|
import { OptionOwnProps } from '@mui/base/Option';
|
|
@@ -74,7 +68,6 @@ import { PropGetter } from 'react-table';
|
|
|
74
68
|
import { PropsWithoutRef } from 'react';
|
|
75
69
|
import { RadioProps } from '@mui/material/Radio';
|
|
76
70
|
import * as React_2 from 'react';
|
|
77
|
-
import { ReactElement } from 'react';
|
|
78
71
|
import { ReactNode } from 'react';
|
|
79
72
|
import { ReducerTableState } from 'react-table';
|
|
80
73
|
import { RefAttributes } from 'react';
|
|
@@ -154,6 +147,11 @@ import { UseSortByOptions } from 'react-table';
|
|
|
154
147
|
import { UseSortByState } from 'react-table';
|
|
155
148
|
import { UseTableHeaderGroupProps } from 'react-table';
|
|
156
149
|
import { useTheme } from '@hitachivantara/uikit-react-utils';
|
|
150
|
+
import { UseTreeViewExpansionInstance } from '../internals/hooks/plugins/useTreeViewExpansion';
|
|
151
|
+
import { UseTreeViewFocusInstance } from '../internals/hooks/plugins/useTreeViewFocus';
|
|
152
|
+
import { UseTreeViewKeyboardNavigationInstance } from '../internals/hooks/plugins/useTreeViewKeyboardNavigation';
|
|
153
|
+
import { UseTreeViewNodesInstance } from '../internals/hooks/plugins/useTreeViewNodes';
|
|
154
|
+
import { UseTreeViewSelectionInstance } from '../internals/hooks/plugins/useTreeViewSelection';
|
|
157
155
|
|
|
158
156
|
declare type Accessor<D extends object> = (originalRow: D, index: number, sub: {
|
|
159
157
|
subRows: D[];
|
|
@@ -300,20 +298,20 @@ export declare const bannerClasses: {
|
|
|
300
298
|
|
|
301
299
|
export declare const bannerContentClasses: {
|
|
302
300
|
root: string;
|
|
303
|
-
message: string;
|
|
304
|
-
action: string;
|
|
305
|
-
baseVariant: string;
|
|
306
301
|
success: string;
|
|
307
302
|
warning: string;
|
|
308
303
|
error: string;
|
|
309
304
|
default: string;
|
|
310
|
-
|
|
305
|
+
message: string;
|
|
306
|
+
action: string;
|
|
311
307
|
messageContainer: string;
|
|
312
308
|
iconContainer: string;
|
|
313
309
|
messageActions: string;
|
|
314
310
|
actionContainer: string;
|
|
315
|
-
actionsInnerContainer: string;
|
|
316
311
|
closeAction: string;
|
|
312
|
+
baseVariant: string;
|
|
313
|
+
outContainer: string;
|
|
314
|
+
actionsInnerContainer: string;
|
|
317
315
|
};
|
|
318
316
|
|
|
319
317
|
declare interface BarProps extends HvBaseProps {
|
|
@@ -522,7 +520,7 @@ export declare const carouselClasses: {
|
|
|
522
520
|
|
|
523
521
|
declare type CellValue<V = any> = V;
|
|
524
522
|
|
|
525
|
-
export declare const CellWithExpandButton: ({ row, cell, labels: labelsProp, }: HvCellProps<any>) =>
|
|
523
|
+
export declare const CellWithExpandButton: ({ row, cell, labels: labelsProp, }: HvCellProps<any>) => JSX_2.Element;
|
|
526
524
|
|
|
527
525
|
export declare const charCounterClasses: {
|
|
528
526
|
root: string;
|
|
@@ -976,8 +974,8 @@ export declare const getPrevNextFocus: (nodeId?: string) => {
|
|
|
976
974
|
};
|
|
977
975
|
|
|
978
976
|
export declare const getSelectorIcons: () => {
|
|
979
|
-
radio:
|
|
980
|
-
radioChecked:
|
|
977
|
+
radio: JSX_2.Element;
|
|
978
|
+
radioChecked: JSX_2.Element;
|
|
981
979
|
};
|
|
982
980
|
|
|
983
981
|
export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
|
|
@@ -1076,7 +1074,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
|
1076
1074
|
*/
|
|
1077
1075
|
export declare const HvAccordion: ForwardRefExoticComponent<HvAccordionProps & RefAttributes<HTMLDivElement>>;
|
|
1078
1076
|
|
|
1079
|
-
export declare type HvAccordionClasses = ExtractNames<typeof
|
|
1077
|
+
export declare type HvAccordionClasses = ExtractNames<typeof useClasses_21>;
|
|
1080
1078
|
|
|
1081
1079
|
export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
|
|
1082
1080
|
/** Content to be rendered. */
|
|
@@ -1108,7 +1106,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1108
1106
|
*/
|
|
1109
1107
|
export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
|
|
1110
1108
|
|
|
1111
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1109
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_22>;
|
|
1112
1110
|
|
|
1113
1111
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1114
1112
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
@@ -1132,7 +1130,7 @@ export declare interface HvActionGeneric {
|
|
|
1132
1130
|
|
|
1133
1131
|
export declare const HvActionsGeneric: ForwardRefExoticComponent<HvActionsGenericProps & RefAttributes<HTMLDivElement>>;
|
|
1134
1132
|
|
|
1135
|
-
export declare type HvActionsGenericClasses = ExtractNames<typeof
|
|
1133
|
+
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_23>;
|
|
1136
1134
|
|
|
1137
1135
|
export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
1138
1136
|
/**
|
|
@@ -1169,21 +1167,18 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
|
1169
1167
|
* Allows to add a decorative icon or an action to a form element, usually on the right side of an input.
|
|
1170
1168
|
* E.g., the reveal password button.
|
|
1171
1169
|
*
|
|
1172
|
-
*
|
|
1173
|
-
*
|
|
1174
|
-
*
|
|
1175
|
-
*
|
|
1176
|
-
* As such, its functionality, if any, for accessibility purposes must be provided through an alternative mean,
|
|
1177
|
-
* or by using a regular icon button or toggle button instead.
|
|
1170
|
+
* This component disables keyboard navigation by default, ensuring that it doesn't steal focus from the input.
|
|
1171
|
+
* As such, its functionality, if any, for accessibility purposes must be provided through an alternative mean.
|
|
1172
|
+
* This behavior can be overridden by providing an a `tabIndex={0}`.
|
|
1178
1173
|
*/
|
|
1179
1174
|
export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
|
|
1180
1175
|
|
|
1181
|
-
export declare type HvAdornmentClasses = ExtractNames<typeof
|
|
1176
|
+
export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_8>;
|
|
1182
1177
|
|
|
1183
1178
|
export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
|
|
1184
1179
|
/** The icon to be added into the input. */
|
|
1185
1180
|
icon: React.ReactNode;
|
|
1186
|
-
/**
|
|
1181
|
+
/** Controls the visibility of the adornment based on the form element's status. `isVisible` overrides this behavior. */
|
|
1187
1182
|
showWhen?: HvFormStatus;
|
|
1188
1183
|
/** Function to be executed when this element is clicked. */
|
|
1189
1184
|
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
@@ -1195,7 +1190,7 @@ export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | H
|
|
|
1195
1190
|
|
|
1196
1191
|
export declare const HvAppSwitcher: ForwardRefExoticComponent<HvAppSwitcherProps & RefAttributes<HTMLDivElement>>;
|
|
1197
1192
|
|
|
1198
|
-
export declare const HvAppSwitcherAction: ({ id, className, classes: classesProp, application, onClickCallback, isSelectedCallback, }: HvAppSwitcherActionProps) =>
|
|
1193
|
+
export declare const HvAppSwitcherAction: ({ id, className, classes: classesProp, application, onClickCallback, isSelectedCallback, }: HvAppSwitcherActionProps) => JSX_2.Element;
|
|
1199
1194
|
|
|
1200
1195
|
export declare interface HvAppSwitcherActionApplication {
|
|
1201
1196
|
/** Id of the application. */
|
|
@@ -1220,7 +1215,7 @@ export declare interface HvAppSwitcherActionApplication {
|
|
|
1220
1215
|
color?: HvColorAny;
|
|
1221
1216
|
}
|
|
1222
1217
|
|
|
1223
|
-
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof
|
|
1218
|
+
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_26>;
|
|
1224
1219
|
|
|
1225
1220
|
export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
1226
1221
|
/** The application data to be used to render the Action object. */
|
|
@@ -1233,7 +1228,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
|
1233
1228
|
classes?: HvAppSwitcherActionClasses;
|
|
1234
1229
|
}
|
|
1235
1230
|
|
|
1236
|
-
export declare type HvAppSwitcherClasses = ExtractNames<typeof
|
|
1231
|
+
export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_25>;
|
|
1237
1232
|
|
|
1238
1233
|
export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
1239
1234
|
/** Number of columns to render. One, two, or whatever fits the component's width. */
|
|
@@ -1272,14 +1267,14 @@ export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
|
|
|
1272
1267
|
*/
|
|
1273
1268
|
export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<HTMLDivElement>>;
|
|
1274
1269
|
|
|
1275
|
-
export declare type HvAvatarClasses = ExtractNames<typeof
|
|
1270
|
+
export declare type HvAvatarClasses = ExtractNames<typeof useClasses_27>;
|
|
1276
1271
|
|
|
1277
1272
|
/**
|
|
1278
1273
|
* The AvatarGroup component is used to group multiple avatars.
|
|
1279
1274
|
*/
|
|
1280
1275
|
export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
|
|
1281
1276
|
|
|
1282
|
-
export declare type HvAvatarGroupClasses = ExtractNames<typeof
|
|
1277
|
+
export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_28>;
|
|
1283
1278
|
|
|
1284
1279
|
export declare interface HvAvatarGroupProps extends HvBaseProps {
|
|
1285
1280
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
@@ -1352,7 +1347,7 @@ export declare type HvAvatarVariant = "circular" | "square";
|
|
|
1352
1347
|
*/
|
|
1353
1348
|
export declare const HvBadge: ForwardRefExoticComponent<HvBadgeProps & RefAttributes<HTMLDivElement>>;
|
|
1354
1349
|
|
|
1355
|
-
export declare type HvBadgeClasses = ExtractNames<typeof
|
|
1350
|
+
export declare type HvBadgeClasses = ExtractNames<typeof useClasses_29>;
|
|
1356
1351
|
|
|
1357
1352
|
export declare interface HvBadgeProps extends HvBaseProps {
|
|
1358
1353
|
/**
|
|
@@ -1394,11 +1389,11 @@ export declare const HvBanner: ForwardRefExoticComponent<Omit<HvBannerProps, "re
|
|
|
1394
1389
|
|
|
1395
1390
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1396
1391
|
|
|
1397
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1392
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_30>;
|
|
1398
1393
|
|
|
1399
1394
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1400
1395
|
|
|
1401
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1396
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
|
|
1402
1397
|
|
|
1403
1398
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
|
|
1404
1399
|
/** The message to display. @deprecated use `children` instead */
|
|
@@ -1488,7 +1483,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1488
1483
|
*/
|
|
1489
1484
|
export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1490
1485
|
|
|
1491
|
-
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof
|
|
1486
|
+
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
|
|
1492
1487
|
|
|
1493
1488
|
export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes"> {
|
|
1494
1489
|
/**
|
|
@@ -1565,7 +1560,7 @@ export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
|
1565
1560
|
|
|
1566
1561
|
export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1567
1562
|
|
|
1568
|
-
export declare type HvBaseDropdownClasses = ExtractNames<typeof
|
|
1563
|
+
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_20>;
|
|
1569
1564
|
|
|
1570
1565
|
export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
|
|
1571
1566
|
/**
|
|
@@ -1663,7 +1658,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1663
1658
|
*/
|
|
1664
1659
|
export declare const HvBaseInput: ForwardRefExoticComponent<HvBaseInputProps & RefAttributes<HTMLInputElement>>;
|
|
1665
1660
|
|
|
1666
|
-
export declare type HvBaseInputClasses = ExtractNames<typeof
|
|
1661
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_19>;
|
|
1667
1662
|
|
|
1668
1663
|
export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange" | "classes" | "ref" | "color" | "size"> {
|
|
1669
1664
|
/** The input name. */
|
|
@@ -1678,8 +1673,12 @@ export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange
|
|
|
1678
1673
|
readOnly?: boolean;
|
|
1679
1674
|
/** If true, the input element will be required. */
|
|
1680
1675
|
required?: boolean;
|
|
1681
|
-
/**
|
|
1682
|
-
*
|
|
1676
|
+
/**
|
|
1677
|
+
* Callback fired when the value is changed.
|
|
1678
|
+
*
|
|
1679
|
+
* You can pull out the new value by accessing `event.target.value` (string),
|
|
1680
|
+
* or using the second callback argument.
|
|
1681
|
+
*/
|
|
1683
1682
|
onChange?: (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>, value: string) => void;
|
|
1684
1683
|
/** If true, a textarea element will be rendered. */
|
|
1685
1684
|
multiline?: boolean;
|
|
@@ -1707,7 +1706,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1707
1706
|
*/
|
|
1708
1707
|
export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1709
1708
|
|
|
1710
|
-
export declare type HvBaseRadioClasses = ExtractNames<typeof
|
|
1709
|
+
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
|
|
1711
1710
|
|
|
1712
1711
|
export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes"> {
|
|
1713
1712
|
/**
|
|
@@ -1785,7 +1784,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1785
1784
|
*/
|
|
1786
1785
|
export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1787
1786
|
|
|
1788
|
-
export declare type HvBaseSwitchClasses = ExtractNames<typeof
|
|
1787
|
+
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
|
|
1789
1788
|
|
|
1790
1789
|
export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes"> {
|
|
1791
1790
|
/**
|
|
@@ -1862,16 +1861,16 @@ export { HvBaseTheme }
|
|
|
1862
1861
|
* It can also be used to create a layout using the flexbox properties.
|
|
1863
1862
|
* @deprecated use native elements instead (e.g. `div`)
|
|
1864
1863
|
*/
|
|
1865
|
-
export declare const HvBox: <C extends ElementType
|
|
1866
|
-
style?: CSSProperties
|
|
1867
|
-
sx?: CSSProperties | ((theme: HvTheme_2) => React.CSSProperties)
|
|
1864
|
+
export declare const HvBox: <C extends React.ElementType = "div">(props: {
|
|
1865
|
+
style?: React.CSSProperties;
|
|
1866
|
+
sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
1868
1867
|
} & {
|
|
1869
1868
|
component?: C | undefined;
|
|
1870
1869
|
} & {
|
|
1871
|
-
children?: ReactNode;
|
|
1870
|
+
children?: ReactNode | undefined;
|
|
1872
1871
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> ? T extends any ? T : never : never : never) & {
|
|
1873
1872
|
ref?: PolymorphicRef<C> | undefined;
|
|
1874
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
1873
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
1875
1874
|
|
|
1876
1875
|
export declare type HvBoxProps<C extends React.ElementType = "div"> = PolymorphicComponentRef<C, {
|
|
1877
1876
|
style?: React.CSSProperties;
|
|
@@ -1883,7 +1882,7 @@ export declare type HvBoxProps<C extends React.ElementType = "div"> = Polymorphi
|
|
|
1883
1882
|
*/
|
|
1884
1883
|
export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
|
|
1885
1884
|
|
|
1886
|
-
export declare type HvBreadCrumbClasses = ExtractNames<typeof
|
|
1885
|
+
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
|
|
1887
1886
|
|
|
1888
1887
|
export declare interface HvBreadCrumbPathElement extends Record<string, any> {
|
|
1889
1888
|
label: string;
|
|
@@ -1915,7 +1914,7 @@ export { HvBreakpoints }
|
|
|
1915
1914
|
*/
|
|
1916
1915
|
export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
|
|
1917
1916
|
|
|
1918
|
-
export declare type HvBulkActionsClasses = ExtractNames<typeof
|
|
1917
|
+
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
|
|
1919
1918
|
|
|
1920
1919
|
export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
|
|
1921
1920
|
|
|
@@ -1961,27 +1960,27 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
|
|
|
1961
1960
|
/**
|
|
1962
1961
|
* Button component is used to trigger an action or event.
|
|
1963
1962
|
*/
|
|
1964
|
-
export declare const HvButton: <C extends ElementType
|
|
1963
|
+
export declare const HvButton: <C extends React.ElementType = "button">(props: {
|
|
1965
1964
|
/** Use the variant prop to change the visual style of the button. */
|
|
1966
|
-
variant?: HvButtonVariant
|
|
1965
|
+
variant?: HvButtonVariant;
|
|
1967
1966
|
/** Whether the button is an icon-only button. */
|
|
1968
|
-
icon?: boolean
|
|
1967
|
+
icon?: boolean;
|
|
1969
1968
|
/** Whether the button is disabled or not. */
|
|
1970
|
-
disabled?: boolean
|
|
1969
|
+
disabled?: boolean;
|
|
1971
1970
|
/** Class names to be applied. */
|
|
1972
|
-
className?: string
|
|
1971
|
+
className?: string;
|
|
1973
1972
|
/** Element placed before the children. */
|
|
1974
1973
|
startIcon?: React.ReactNode;
|
|
1975
1974
|
/** Element placed after the children. */
|
|
1976
1975
|
endIcon?: React.ReactNode;
|
|
1977
1976
|
/** Color of the button. */
|
|
1978
|
-
color?: HvColorAny
|
|
1977
|
+
color?: HvColorAny;
|
|
1979
1978
|
/** Button size. */
|
|
1980
|
-
size?:
|
|
1979
|
+
size?: HvSize;
|
|
1981
1980
|
/** Button border radius. */
|
|
1982
|
-
radius?:
|
|
1983
|
-
/** Defines the default colors of the button are forced into the icon. */
|
|
1984
|
-
overrideIconColors?: boolean
|
|
1981
|
+
radius?: HvRadius;
|
|
1982
|
+
/** Defines the default colors of the button are forced into the icon. @deprecated unused */
|
|
1983
|
+
overrideIconColors?: boolean;
|
|
1985
1984
|
/** A Jss Object used to override or extend the styles applied. */
|
|
1986
1985
|
classes?: Partial<{
|
|
1987
1986
|
root: string;
|
|
@@ -2000,51 +1999,51 @@ export declare const HvButton: <C extends ElementType<any, keyof JSX_2.Intrinsic
|
|
|
2000
1999
|
secondarySubtle: string;
|
|
2001
2000
|
secondaryGhost: string;
|
|
2002
2001
|
secondary: string;
|
|
2003
|
-
}
|
|
2002
|
+
}>;
|
|
2004
2003
|
/** Whether the button is selected or not. */
|
|
2005
|
-
selected?: boolean
|
|
2004
|
+
selected?: boolean;
|
|
2006
2005
|
/**
|
|
2007
2006
|
* Whether the button is focusable when disabled.
|
|
2008
2007
|
* Without this property, the accessibility of the button decreases when disabled since it's not read by screen readers.
|
|
2009
2008
|
* Set this property to `true` when you need the button to still be focusable when disabled for accessibility purposes.
|
|
2010
2009
|
*/
|
|
2011
|
-
focusableWhenDisabled?: boolean
|
|
2010
|
+
focusableWhenDisabled?: boolean;
|
|
2012
2011
|
} & {
|
|
2013
2012
|
component?: C | undefined;
|
|
2014
2013
|
} & {
|
|
2015
|
-
children?: ReactNode;
|
|
2014
|
+
children?: ReactNode | undefined;
|
|
2016
2015
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T extends any ? T : never : never : never) & {
|
|
2017
|
-
ref?: PolymorphicRef<C> | undefined;
|
|
2018
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
2016
|
+
ref?: PolymorphicRef<C> | undefined;
|
|
2017
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
2019
2018
|
|
|
2020
2019
|
/**
|
|
2021
2020
|
* Button component is used to trigger an action or event.
|
|
2022
2021
|
*/
|
|
2023
|
-
export declare const HvButtonBase: <C extends ElementType
|
|
2022
|
+
export declare const HvButtonBase: <C extends React.ElementType = "button">(props: {
|
|
2024
2023
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2025
2024
|
classes?: Partial<{
|
|
2026
2025
|
root: string;
|
|
2027
2026
|
disabled: string;
|
|
2028
|
-
}
|
|
2027
|
+
}>;
|
|
2029
2028
|
/** Whether the button is selected or not. */
|
|
2030
|
-
selected?: boolean
|
|
2029
|
+
selected?: boolean;
|
|
2031
2030
|
/** Whether the button is disabled or not. */
|
|
2032
|
-
disabled?: boolean
|
|
2031
|
+
disabled?: boolean;
|
|
2033
2032
|
/**
|
|
2034
2033
|
* Whether the button is focusable when disabled.
|
|
2035
2034
|
* Without this property, the accessibility of the button decreases when disabled since it's not read by screen readers.
|
|
2036
2035
|
* Set this property to `true` when you need the button to still be focusable when disabled for accessibility purposes.
|
|
2037
2036
|
*/
|
|
2038
|
-
focusableWhenDisabled?: boolean
|
|
2037
|
+
focusableWhenDisabled?: boolean;
|
|
2039
2038
|
} & {
|
|
2040
2039
|
component?: C | undefined;
|
|
2041
2040
|
} & {
|
|
2042
|
-
children?: ReactNode;
|
|
2041
|
+
children?: ReactNode | undefined;
|
|
2043
2042
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "selected" | "component" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "selected" | "component" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
|
|
2044
2043
|
ref?: PolymorphicRef<C> | undefined;
|
|
2045
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
2044
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
2046
2045
|
|
|
2047
|
-
export declare type HvButtonBaseClasses = ExtractNames<typeof
|
|
2046
|
+
export declare type HvButtonBaseClasses = ExtractNames<typeof useClasses_3>;
|
|
2048
2047
|
|
|
2049
2048
|
export declare type HvButtonBaseProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
|
|
2050
2049
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2061,7 +2060,7 @@ export declare type HvButtonBaseProps<C extends React.ElementType = "button"> =
|
|
|
2061
2060
|
focusableWhenDisabled?: boolean;
|
|
2062
2061
|
}>;
|
|
2063
2062
|
|
|
2064
|
-
export declare type HvButtonClasses = ExtractNames<typeof
|
|
2063
|
+
export declare type HvButtonClasses = ExtractNames<typeof useClasses_14>;
|
|
2065
2064
|
|
|
2066
2065
|
export declare type HvButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
|
|
2067
2066
|
/** Use the variant prop to change the visual style of the button. */
|
|
@@ -2082,7 +2081,7 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
|
|
|
2082
2081
|
size?: HvSize;
|
|
2083
2082
|
/** Button border radius. */
|
|
2084
2083
|
radius?: HvRadius;
|
|
2085
|
-
/** Defines the default colors of the button are forced into the icon. */
|
|
2084
|
+
/** Defines the default colors of the button are forced into the icon. @deprecated unused */
|
|
2086
2085
|
overrideIconColors?: boolean;
|
|
2087
2086
|
/** A Jss Object used to override or extend the styles applied. */
|
|
2088
2087
|
classes?: HvButtonClasses;
|
|
@@ -2104,16 +2103,16 @@ export declare type HvButtonSize = HvSize;
|
|
|
2104
2103
|
|
|
2105
2104
|
export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primary${TypeSuffix}` | `secondary${TypeSuffix}` | `positive${TypeSuffix}` | `negative${TypeSuffix}` | `warning${TypeSuffix}` | "semantic";
|
|
2106
2105
|
|
|
2107
|
-
export declare const HvCalendar: (props: HvCalendarProps) =>
|
|
2106
|
+
export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
|
|
2108
2107
|
|
|
2109
|
-
export declare type HvCalendarClasses = ExtractNames<typeof
|
|
2108
|
+
export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
|
|
2110
2109
|
|
|
2111
2110
|
export declare const HvCalendarHeader: {
|
|
2112
|
-
(props: HvCalendarHeaderProps):
|
|
2111
|
+
(props: HvCalendarHeaderProps): JSX_2.Element;
|
|
2113
2112
|
formElementType: string;
|
|
2114
2113
|
};
|
|
2115
2114
|
|
|
2116
|
-
export declare type HvCalendarHeaderClasses = ExtractNames<typeof
|
|
2115
|
+
export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
|
|
2117
2116
|
|
|
2118
2117
|
export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
|
|
2119
2118
|
/**
|
|
@@ -2200,11 +2199,11 @@ export declare interface HvCalendarProps extends Omit<React.HTMLAttributes<HTMLD
|
|
|
2200
2199
|
*/
|
|
2201
2200
|
export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
|
|
2202
2201
|
|
|
2203
|
-
export declare type HvCardClasses = ExtractNames<typeof
|
|
2202
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
|
|
2204
2203
|
|
|
2205
|
-
export declare const HvCardContent: (props: HvCardContentProps) =>
|
|
2204
|
+
export declare const HvCardContent: (props: HvCardContentProps) => JSX_2.Element;
|
|
2206
2205
|
|
|
2207
|
-
export declare type HvCardContentClasses = ExtractNames<typeof
|
|
2206
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
|
|
2208
2207
|
|
|
2209
2208
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
|
|
2210
2209
|
/** The function that will be executed when this section is clicked. */
|
|
@@ -2213,9 +2212,9 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2213
2212
|
classes?: HvCardContentClasses;
|
|
2214
2213
|
}
|
|
2215
2214
|
|
|
2216
|
-
export declare const HvCardHeader: (props: HvCardHeaderProps) =>
|
|
2215
|
+
export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
|
|
2217
2216
|
|
|
2218
|
-
export declare type HvCardHeaderClasses = ExtractNames<typeof
|
|
2217
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
|
|
2219
2218
|
|
|
2220
2219
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
|
|
2221
2220
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2230,9 +2229,9 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2230
2229
|
classes?: HvCardHeaderClasses;
|
|
2231
2230
|
}
|
|
2232
2231
|
|
|
2233
|
-
export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) =>
|
|
2232
|
+
export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2234
2233
|
|
|
2235
|
-
export declare type HvCardMediaClasses = ExtractNames<typeof
|
|
2234
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
|
|
2236
2235
|
|
|
2237
2236
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
|
|
2238
2237
|
/** The title of the media. */
|
|
@@ -2271,13 +2270,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2271
2270
|
*/
|
|
2272
2271
|
export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
|
|
2273
2272
|
|
|
2274
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2273
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
|
|
2275
2274
|
|
|
2276
|
-
export declare const HvCarouselControls: (props: HvCarouselControlsProps) =>
|
|
2275
|
+
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2277
2276
|
|
|
2278
2277
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2279
2278
|
showDots?: boolean;
|
|
2280
|
-
classes?: ExtractNames<typeof
|
|
2279
|
+
classes?: ExtractNames<typeof useClasses_45>;
|
|
2281
2280
|
actions?: React.ReactNode;
|
|
2282
2281
|
onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
2283
2282
|
onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2330,9 +2329,9 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2330
2329
|
* A container to use as `children` of `HvCarousel`.
|
|
2331
2330
|
* Pass `img` props directly to it, or `children` for any custom content
|
|
2332
2331
|
*/
|
|
2333
|
-
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) =>
|
|
2332
|
+
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2334
2333
|
|
|
2335
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2334
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
|
|
2336
2335
|
|
|
2337
2336
|
export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
|
|
2338
2337
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2347,7 +2346,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2347
2346
|
|
|
2348
2347
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2349
2348
|
width?: React.CSSProperties["width"];
|
|
2350
|
-
classes?: ExtractNames<typeof
|
|
2349
|
+
classes?: ExtractNames<typeof useClasses_45>;
|
|
2351
2350
|
onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
|
|
2352
2351
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2353
2352
|
showDots?: boolean;
|
|
@@ -2381,9 +2380,9 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
|
|
|
2381
2380
|
* Use the character counter when there is a character or word limit.
|
|
2382
2381
|
* By itself it doesn't block the user from going above the limit.
|
|
2383
2382
|
*/
|
|
2384
|
-
export declare const HvCharCounter: (props: HvCharCounterProps) =>
|
|
2383
|
+
export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
|
|
2385
2384
|
|
|
2386
|
-
export declare type HvCharCounterClasses = ExtractNames<typeof
|
|
2385
|
+
export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_7>;
|
|
2387
2386
|
|
|
2388
2387
|
export declare interface HvCharCounterProps extends HvBaseProps {
|
|
2389
2388
|
/** The string that separates the current char quantity from the max quantity. */
|
|
@@ -2411,14 +2410,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2411
2410
|
*/
|
|
2412
2411
|
export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
2413
2412
|
|
|
2414
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2413
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
|
|
2415
2414
|
|
|
2416
2415
|
/**
|
|
2417
2416
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2418
2417
|
*/
|
|
2419
2418
|
export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
|
|
2420
2419
|
|
|
2421
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2420
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
|
|
2422
2421
|
|
|
2423
2422
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2424
2423
|
/**
|
|
@@ -2550,7 +2549,7 @@ export { HvColorAny }
|
|
|
2550
2549
|
*/
|
|
2551
2550
|
export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
|
|
2552
2551
|
|
|
2553
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2552
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
|
|
2554
2553
|
|
|
2555
2554
|
export declare interface HvColorPickerProps {
|
|
2556
2555
|
"aria-label"?: string;
|
|
@@ -2667,7 +2666,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
|
|
|
2667
2666
|
/** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
|
|
2668
2667
|
export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2669
2668
|
|
|
2670
|
-
export declare type HvContainerClasses = ExtractNames<typeof
|
|
2669
|
+
export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
|
|
2671
2670
|
|
|
2672
2671
|
export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
|
|
2673
2672
|
/**
|
|
@@ -2694,9 +2693,9 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2694
2693
|
classes?: HvContainerClasses;
|
|
2695
2694
|
}
|
|
2696
2695
|
|
|
2697
|
-
export declare const HvControls: (props: HvControlsProps) =>
|
|
2696
|
+
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2698
2697
|
|
|
2699
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2698
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
|
|
2700
2699
|
|
|
2701
2700
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2702
2701
|
/**
|
|
@@ -2781,7 +2780,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2781
2780
|
*/
|
|
2782
2781
|
export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
|
|
2783
2782
|
|
|
2784
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2783
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
|
|
2785
2784
|
|
|
2786
2785
|
export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
|
|
2787
2786
|
/**
|
|
@@ -2868,11 +2867,11 @@ export declare type HvDatePickerStatus = HvFormStatus;
|
|
|
2868
2867
|
/**
|
|
2869
2868
|
* A Dialog is a graphical control element in the form of a small panel that communicates information and prompts for a response.
|
|
2870
2869
|
*/
|
|
2871
|
-
export declare const HvDialog: (props: HvDialogProps) =>
|
|
2870
|
+
export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
|
|
2872
2871
|
|
|
2873
|
-
export declare type HvDialogActionClasses = ExtractNames<typeof
|
|
2872
|
+
export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
|
|
2874
2873
|
|
|
2875
|
-
export declare const HvDialogActions: (props: HvDialogActionsProps) =>
|
|
2874
|
+
export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
|
|
2876
2875
|
|
|
2877
2876
|
export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "classes"> {
|
|
2878
2877
|
/** Set the dialog to fullscreen mode. @deprecated set `fullscreen` in `HvDialog` */
|
|
@@ -2881,11 +2880,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2881
2880
|
classes?: HvDialogActionClasses;
|
|
2882
2881
|
}
|
|
2883
2882
|
|
|
2884
|
-
export declare type HvDialogClasses = ExtractNames<typeof
|
|
2883
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
|
|
2885
2884
|
|
|
2886
|
-
export declare const HvDialogContent: (props: HvDialogContentProps) =>
|
|
2885
|
+
export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
|
|
2887
2886
|
|
|
2888
|
-
export declare type HvDialogContentClasses = ExtractNames<typeof
|
|
2887
|
+
export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
|
|
2889
2888
|
|
|
2890
2889
|
export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
|
|
2891
2890
|
/** Content should be indented in relationship to the Dialog title. */
|
|
@@ -2927,9 +2926,9 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2927
2926
|
component?: DialogProps["component"];
|
|
2928
2927
|
}
|
|
2929
2928
|
|
|
2930
|
-
export declare const HvDialogTitle: (props: HvDialogTitleProps) =>
|
|
2929
|
+
export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
|
|
2931
2930
|
|
|
2932
|
-
export declare type HvDialogTitleClasses = ExtractNames<typeof
|
|
2931
|
+
export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
|
|
2933
2932
|
|
|
2934
2933
|
export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
|
|
2935
2934
|
/** Variant of the dialog title. */
|
|
@@ -2948,9 +2947,9 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2948
2947
|
* 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.
|
|
2949
2948
|
* This component uses Radio Buttons to represent each page.
|
|
2950
2949
|
*/
|
|
2951
|
-
export declare const HvDotPagination: (props: HvDotPaginationProps) =>
|
|
2950
|
+
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
|
|
2952
2951
|
|
|
2953
|
-
export declare type HvDotPaginationClasses = ExtractNames<typeof
|
|
2952
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
|
|
2954
2953
|
|
|
2955
2954
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
2956
2955
|
/**
|
|
@@ -2994,7 +2993,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
|
|
|
2994
2993
|
*/
|
|
2995
2994
|
export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2996
2995
|
|
|
2997
|
-
export declare type HvDrawerClasses = ExtractNames<typeof
|
|
2996
|
+
export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
|
|
2998
2997
|
|
|
2999
2998
|
export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
|
|
3000
2999
|
/**
|
|
@@ -3049,13 +3048,13 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
|
|
|
3049
3048
|
/**
|
|
3050
3049
|
* A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
|
|
3051
3050
|
*/
|
|
3052
|
-
export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => ReactElement
|
|
3051
|
+
export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactElement | null;
|
|
3053
3052
|
|
|
3054
|
-
export declare type HvDropdownClasses = ExtractNames<typeof
|
|
3053
|
+
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
|
|
3055
3054
|
|
|
3056
3055
|
export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string | undefined, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void, dropdownProps?: HvDropdownProps<false>): HvTableColumnConfig<D, H>;
|
|
3057
3056
|
|
|
3058
|
-
export declare const HvDropdownColumnCell: ({ dropdownProps, ...others }: HvDropdownColumnCellProp) =>
|
|
3057
|
+
export declare const HvDropdownColumnCell: ({ dropdownProps, ...others }: HvDropdownColumnCellProp) => JSX_2.Element;
|
|
3059
3058
|
|
|
3060
3059
|
export declare interface HvDropdownColumnCellProp extends HvDropdownProps<false> {
|
|
3061
3060
|
/** Extra props to be passed onto the dropdown. @deprecated pass props directly */
|
|
@@ -3067,7 +3066,7 @@ export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
|
|
|
3067
3066
|
/** @deprecated use `HvDropdownLabels` instead */
|
|
3068
3067
|
export declare type HvDropdownLabelsProps = HvDropdownLabels;
|
|
3069
3068
|
|
|
3070
|
-
declare type HvDropdownListClasses = ExtractNames<typeof
|
|
3069
|
+
declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
|
|
3071
3070
|
|
|
3072
3071
|
declare interface HvDropdownListProps {
|
|
3073
3072
|
/**
|
|
@@ -3142,7 +3141,7 @@ declare interface HvDropdownListProps {
|
|
|
3142
3141
|
*/
|
|
3143
3142
|
export declare const HvDropDownMenu: ForwardRefExoticComponent<HvDropDownMenuProps & RefAttributes<HTMLDivElement>>;
|
|
3144
3143
|
|
|
3145
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3144
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_24>;
|
|
3146
3145
|
|
|
3147
3146
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
|
|
3148
3147
|
/** Icon. */
|
|
@@ -3303,7 +3302,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
|
|
|
3303
3302
|
|
|
3304
3303
|
export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
|
|
3305
3304
|
|
|
3306
|
-
declare type HvDropZoneClasses = ExtractNames<typeof
|
|
3305
|
+
declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
|
|
3307
3306
|
|
|
3308
3307
|
declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
|
|
3309
3308
|
|
|
@@ -3347,7 +3346,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
|
|
|
3347
3346
|
*/
|
|
3348
3347
|
export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
|
|
3349
3348
|
|
|
3350
|
-
export declare type HvEmptyStateClasses = ExtractNames<typeof
|
|
3349
|
+
export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
|
|
3351
3350
|
|
|
3352
3351
|
export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
|
|
3353
3352
|
/** Icon to be presented. */
|
|
@@ -3373,9 +3372,9 @@ export { HvExtraDeepProps }
|
|
|
3373
3372
|
|
|
3374
3373
|
export { HvExtraProps }
|
|
3375
3374
|
|
|
3376
|
-
export declare const HvFile: (props: HvFileProps) =>
|
|
3375
|
+
export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
|
|
3377
3376
|
|
|
3378
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3377
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
|
|
3379
3378
|
|
|
3380
3379
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3381
3380
|
/**
|
|
@@ -3441,9 +3440,9 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
|
|
|
3441
3440
|
*
|
|
3442
3441
|
* Accepted file types follow the format of the html [input accept attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file).
|
|
3443
3442
|
*/
|
|
3444
|
-
export declare const HvFileUploader: (props: HvFileUploaderProps) =>
|
|
3443
|
+
export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
|
|
3445
3444
|
|
|
3446
|
-
export declare type HvFileUploaderClasses = ExtractNames<typeof
|
|
3445
|
+
export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
|
|
3447
3446
|
|
|
3448
3447
|
export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
3449
3448
|
/** Value of aria-label to apply to remove file button in FileList */
|
|
@@ -3454,9 +3453,9 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3454
3453
|
* The `HvFileUploaderPreview` component is available to facilitate the styling
|
|
3455
3454
|
* of the button (when clickable) and the detection of image unloading.
|
|
3456
3455
|
*/
|
|
3457
|
-
export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) =>
|
|
3456
|
+
export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3458
3457
|
|
|
3459
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3458
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
|
|
3460
3459
|
|
|
3461
3460
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3462
3461
|
/**
|
|
@@ -3535,9 +3534,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
|
|
|
3535
3534
|
*/
|
|
3536
3535
|
export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
|
|
3537
3536
|
|
|
3538
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3537
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
|
|
3539
3538
|
|
|
3540
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3539
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
|
|
3541
3540
|
|
|
3542
3541
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3543
3542
|
description?: React.ReactNode;
|
|
@@ -3630,9 +3629,9 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
|
|
|
3630
3629
|
export declare type HvFilterGroupValue = (string | number)[][];
|
|
3631
3630
|
|
|
3632
3631
|
/** @deprecated internal use only. this component has navigation issues. */
|
|
3633
|
-
export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) =>
|
|
3632
|
+
export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) => JSX_2.Element;
|
|
3634
3633
|
|
|
3635
|
-
export declare type HvFocusClasses = ExtractNames<typeof
|
|
3634
|
+
export declare type HvFocusClasses = ExtractNames<typeof useClasses_4>;
|
|
3636
3635
|
|
|
3637
3636
|
export declare interface HvFocusProps extends HvBaseProps<HTMLElement, "children"> {
|
|
3638
3637
|
children: React.ReactElement;
|
|
@@ -3671,7 +3670,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
|
|
|
3671
3670
|
*/
|
|
3672
3671
|
export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
|
|
3673
3672
|
|
|
3674
|
-
export declare type HvFooterClasses = ExtractNames<typeof
|
|
3673
|
+
export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
|
|
3675
3674
|
|
|
3676
3675
|
declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
|
|
3677
3676
|
column: HvHeaderGroup<D, H>;
|
|
@@ -3699,11 +3698,11 @@ declare type HvFooterProps_2<D extends object = Record<string, unknown>> = HvTab
|
|
|
3699
3698
|
* It is used internally to build UI Kit's form components (eg. `HvInput`, `HvDatePicker`), and can be used to build custom form components.
|
|
3700
3699
|
*/
|
|
3701
3700
|
export declare const HvFormElement: {
|
|
3702
|
-
(props: HvFormElementProps):
|
|
3701
|
+
(props: HvFormElementProps): JSX_2.Element;
|
|
3703
3702
|
formElementType: string;
|
|
3704
3703
|
};
|
|
3705
3704
|
|
|
3706
|
-
export declare type HvFormElementClasses = ExtractNames<typeof
|
|
3705
|
+
export declare type HvFormElementClasses = ExtractNames<typeof useClasses_9>;
|
|
3707
3706
|
|
|
3708
3707
|
declare interface HvFormElementContextValue {
|
|
3709
3708
|
/** id to be applied to the form element root node. */
|
|
@@ -3763,7 +3762,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3763
3762
|
*/
|
|
3764
3763
|
export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
|
|
3765
3764
|
|
|
3766
|
-
export declare type HvGlobalActionsClasses = ExtractNames<typeof
|
|
3765
|
+
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
|
|
3767
3766
|
|
|
3768
3767
|
export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3769
3768
|
|
|
@@ -3805,7 +3804,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
|
|
|
3805
3804
|
*/
|
|
3806
3805
|
export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
3807
3806
|
|
|
3808
|
-
export declare type HvGridClasses = ExtractNames<typeof
|
|
3807
|
+
export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
|
|
3809
3808
|
|
|
3810
3809
|
export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
|
|
3811
3810
|
|
|
@@ -3905,7 +3904,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
|
|
|
3905
3904
|
|
|
3906
3905
|
export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
|
|
3907
3906
|
|
|
3908
|
-
export declare type HvHeaderActionsClasses = ExtractNames<typeof
|
|
3907
|
+
export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
|
|
3909
3908
|
|
|
3910
3909
|
export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
3911
3910
|
classes?: HvHeaderActionsClasses;
|
|
@@ -3916,7 +3915,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
|
3916
3915
|
*/
|
|
3917
3916
|
export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
|
|
3918
3917
|
|
|
3919
|
-
export declare type HvHeaderBrandClasses = ExtractNames<typeof
|
|
3918
|
+
export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
|
|
3920
3919
|
|
|
3921
3920
|
export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
3922
3921
|
logo?: React.ReactNode;
|
|
@@ -3924,15 +3923,15 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
|
3924
3923
|
classes?: HvHeaderBrandClasses;
|
|
3925
3924
|
}
|
|
3926
3925
|
|
|
3927
|
-
export declare type HvHeaderClasses = ExtractNames<typeof
|
|
3926
|
+
export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
|
|
3928
3927
|
|
|
3929
3928
|
declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
|
|
3930
3929
|
headers: Array<HvHeaderGroup<D, H>>;
|
|
3931
3930
|
}
|
|
3932
3931
|
|
|
3933
|
-
export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) =>
|
|
3932
|
+
export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
|
|
3934
3933
|
|
|
3935
|
-
declare type HvHeaderMenuBarClasses = ExtractNames<typeof
|
|
3934
|
+
declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
|
|
3936
3935
|
|
|
3937
3936
|
declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3938
3937
|
data: HvHeaderNavigationItemProp[];
|
|
@@ -3943,9 +3942,9 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
|
|
|
3943
3942
|
classes?: HvHeaderMenuBarClasses;
|
|
3944
3943
|
}
|
|
3945
3944
|
|
|
3946
|
-
export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) =>
|
|
3945
|
+
export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
|
|
3947
3946
|
|
|
3948
|
-
declare type HvHeaderMenuItemClasses = ExtractNames<typeof
|
|
3947
|
+
declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
|
|
3949
3948
|
|
|
3950
3949
|
declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3951
3950
|
item: HvHeaderNavigationItemProp;
|
|
@@ -3958,7 +3957,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
|
|
|
3958
3957
|
|
|
3959
3958
|
export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
|
|
3960
3959
|
|
|
3961
|
-
export declare type HvHeaderNavigationClasses = ExtractNames<typeof
|
|
3960
|
+
export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
|
|
3962
3961
|
|
|
3963
3962
|
export declare interface HvHeaderNavigationItemProp {
|
|
3964
3963
|
id: string;
|
|
@@ -4017,14 +4016,14 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4017
4016
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4018
4017
|
}
|
|
4019
4018
|
|
|
4020
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4019
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
|
|
4021
4020
|
|
|
4022
4021
|
/**
|
|
4023
4022
|
* The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
|
|
4024
4023
|
* As defined by Design System, a tooltip with the button’s label should always be displayed when hovering an icon only button.
|
|
4025
4024
|
* This component provides this behavior out of the box.
|
|
4026
4025
|
*/
|
|
4027
|
-
export declare const HvIconButton: <C extends ElementType
|
|
4026
|
+
export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "icon" | "title" | "children" | "ref" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon"> & {
|
|
4028
4027
|
/** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
|
|
4029
4028
|
title: React.ReactNode;
|
|
4030
4029
|
/** Number of milliseconds to wait before showing the tooltip. @default 500 */
|
|
@@ -4032,14 +4031,14 @@ export declare const HvIconButton: <C extends ElementType<any, keyof JSX_2.Intri
|
|
|
4032
4031
|
/** Tooltip placement. @default top */
|
|
4033
4032
|
placement?: HvTooltipProps["placement"];
|
|
4034
4033
|
/** Extra tooltip properties. */
|
|
4035
|
-
tooltipProps?: Omit<Partial<HvTooltipProps>, "children"
|
|
4034
|
+
tooltipProps?: Omit<Partial<HvTooltipProps>, "children">;
|
|
4036
4035
|
} & {
|
|
4037
4036
|
component?: C | undefined;
|
|
4038
4037
|
} & {
|
|
4039
|
-
children?: ReactNode;
|
|
4040
|
-
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "
|
|
4038
|
+
children?: ReactNode | undefined;
|
|
4039
|
+
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "overrideIconColors" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T extends any ? T : never : never : never), "icon" | "title" | "children" | "ref" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "overrideIconColors" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T_2 ? T_2 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T_2 extends any ? T_2 : never : never : never), "icon" | "title" | "children" | "ref" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon">> ? T_1 extends any ? T_1 : never : never : never) & {
|
|
4041
4040
|
ref?: PolymorphicRef<C> | undefined;
|
|
4042
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
4041
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
4043
4042
|
|
|
4044
4043
|
export declare type HvIconButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, Omit<HvButtonProps<C>, "icon" | "focusableWhenDisabled" | "title" | "startIcon" | "endIcon" | "children" | "ref" | "component"> & {
|
|
4045
4044
|
/** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
|
|
@@ -4052,12 +4051,52 @@ export declare type HvIconButtonProps<C extends React.ElementType = "button"> =
|
|
|
4052
4051
|
tooltipProps?: Omit<Partial<HvTooltipProps>, "children">;
|
|
4053
4052
|
}>;
|
|
4054
4053
|
|
|
4054
|
+
/**
|
|
4055
|
+
* This component allows using the theme utilities, such as `color` and `size` in icons from
|
|
4056
|
+
* external icon libraries, such as FontAwesome or Phosphor.
|
|
4057
|
+
*
|
|
4058
|
+
* @example
|
|
4059
|
+
* <HvIconContainer size="lg" color="warning">
|
|
4060
|
+
* <FontAwesomeIcon icon={faUser} />
|
|
4061
|
+
* </HvIconContainer>
|
|
4062
|
+
*/
|
|
4063
|
+
export declare const HvIconContainer: ForwardRefExoticComponent<HvIconContainerProps & RefAttributes<HTMLDivElement>>;
|
|
4064
|
+
|
|
4065
|
+
export declare type HvIconContainerClasses = ExtractNames<typeof useClasses>;
|
|
4066
|
+
|
|
4067
|
+
export declare interface HvIconContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4068
|
+
classes?: HvIconContainerClasses;
|
|
4069
|
+
/**
|
|
4070
|
+
* A color to override the default icon colors.
|
|
4071
|
+
* Accepts any valid CSS color or color from the UI Kit palette.
|
|
4072
|
+
* @example "warning"
|
|
4073
|
+
*/
|
|
4074
|
+
color?: HvColorAny;
|
|
4075
|
+
/**
|
|
4076
|
+
* The size of the icon container. Takes in a `number` in pixels or any `HvSize` or `IconSize`.
|
|
4077
|
+
*
|
|
4078
|
+
* This will also affect the size of the icon by changing the `font-size`.
|
|
4079
|
+
*
|
|
4080
|
+
* @example
|
|
4081
|
+
* size={16}
|
|
4082
|
+
* size="S"
|
|
4083
|
+
* size="lg"
|
|
4084
|
+
*
|
|
4085
|
+
* @default "S"
|
|
4086
|
+
*/
|
|
4087
|
+
size?: HvSize | HvIconSize | number;
|
|
4088
|
+
/** Whether to rotate the icon 180deg. @private */
|
|
4089
|
+
rotate?: boolean;
|
|
4090
|
+
}
|
|
4091
|
+
|
|
4092
|
+
declare type HvIconSize = "XS" | "S" | "M" | "L";
|
|
4093
|
+
|
|
4055
4094
|
/**
|
|
4056
4095
|
* Provides the user with additional descriptive text for the form element.
|
|
4057
4096
|
*/
|
|
4058
|
-
export declare const HvInfoMessage: (props: HvInfoMessageProps) =>
|
|
4097
|
+
export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
|
|
4059
4098
|
|
|
4060
|
-
export declare type HvInfoMessageClasses = ExtractNames<typeof
|
|
4099
|
+
export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_11>;
|
|
4061
4100
|
|
|
4062
4101
|
export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
4063
4102
|
/** If `true` the label is disabled. */
|
|
@@ -4072,27 +4111,27 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4072
4111
|
* An Inline Editor allows the user to edit a record without making a major switch
|
|
4073
4112
|
* between viewing and editing, making it an efficient method of updating a record.
|
|
4074
4113
|
*/
|
|
4075
|
-
export declare const HvInlineEditor: <C extends ElementType
|
|
4114
|
+
export declare const HvInlineEditor: <C extends React.ElementType = <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement | null>(props: {
|
|
4076
4115
|
/** The value of the form element. */
|
|
4077
|
-
value?: string
|
|
4116
|
+
value?: string;
|
|
4078
4117
|
/** The default value of the form element. */
|
|
4079
|
-
defaultValue?: string
|
|
4118
|
+
defaultValue?: string;
|
|
4080
4119
|
/** Whether the Edit icon should always be visible */
|
|
4081
|
-
showIcon?: boolean
|
|
4120
|
+
showIcon?: boolean;
|
|
4082
4121
|
/** Variant of the HvTypography to display */
|
|
4083
|
-
variant?:
|
|
4122
|
+
variant?: HvTypographyVariants;
|
|
4084
4123
|
/** Called when the input is blurred. */
|
|
4085
|
-
onBlur?: (
|
|
4124
|
+
onBlur?: (event: React.FocusEvent<HTMLTextAreaElement | HTMLInputElement>, value: string) => void;
|
|
4086
4125
|
/** Called when the input value changes. */
|
|
4087
|
-
onChange?: (
|
|
4126
|
+
onChange?: (event: React.SyntheticEvent, value: string) => void;
|
|
4088
4127
|
/** Called when there's a keydown event on the input. */
|
|
4089
|
-
onKeyDown?: (
|
|
4128
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLTextAreaElement | HTMLInputElement> | React.MouseEvent, value: string) => void;
|
|
4090
4129
|
/** Props passed to the HvButton component */
|
|
4091
|
-
buttonProps?: HvButtonProps
|
|
4130
|
+
buttonProps?: HvButtonProps;
|
|
4092
4131
|
/** Props passed to the HvTypography text component */
|
|
4093
|
-
typographyProps?: HvTypographyProps
|
|
4132
|
+
typographyProps?: HvTypographyProps;
|
|
4094
4133
|
/** Whether the editor is disabled or not. */
|
|
4095
|
-
disabled?: boolean
|
|
4134
|
+
disabled?: boolean;
|
|
4096
4135
|
/** A Jss Object used to override or extend the styles applied to the empty state component. */
|
|
4097
4136
|
classes?: Partial<{
|
|
4098
4137
|
root: string;
|
|
@@ -4105,18 +4144,18 @@ export declare const HvInlineEditor: <C extends ElementType<any, keyof JSX_2.Int
|
|
|
4105
4144
|
button: string;
|
|
4106
4145
|
icon: string;
|
|
4107
4146
|
iconVisible: string;
|
|
4108
|
-
}
|
|
4147
|
+
}>;
|
|
4109
4148
|
/** The placeholder value of the input. */
|
|
4110
|
-
placeholder?: string
|
|
4149
|
+
placeholder?: string;
|
|
4111
4150
|
} & {
|
|
4112
4151
|
component?: C | undefined;
|
|
4113
4152
|
} & {
|
|
4114
|
-
children?: ReactNode;
|
|
4115
|
-
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "placeholder" | "disabled" | "variant" | "component" | "onBlur" | "onChange" | "onKeyDown" | "defaultValue" | "
|
|
4153
|
+
children?: ReactNode | undefined;
|
|
4154
|
+
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "placeholder" | "disabled" | "variant" | "component" | "onBlur" | "onChange" | "onKeyDown" | "defaultValue" | "buttonProps" | "showIcon" | "typographyProps"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "placeholder" | "disabled" | "variant" | "component" | "onBlur" | "onChange" | "onKeyDown" | "defaultValue" | "buttonProps" | "showIcon" | "typographyProps"> ? T extends any ? T : never : never : never) & {
|
|
4116
4155
|
ref?: PolymorphicRef<C> | undefined;
|
|
4117
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
4156
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
4118
4157
|
|
|
4119
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4158
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
|
|
4120
4159
|
|
|
4121
4160
|
export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
|
|
4122
4161
|
/** The value of the form element. */
|
|
@@ -4148,18 +4187,18 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
|
|
|
4148
4187
|
/**
|
|
4149
4188
|
* A text input box is a graphical control element intended to enable the user to input text information to be used by the software.
|
|
4150
4189
|
*/
|
|
4151
|
-
export declare const HvInput: <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => ReactElement
|
|
4190
|
+
export declare const HvInput: <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement | null;
|
|
4152
4191
|
|
|
4153
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4192
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_47>;
|
|
4154
4193
|
|
|
4155
4194
|
export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_4>;
|
|
4156
4195
|
|
|
4157
4196
|
export declare interface HvInputProps<InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement> extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown"> {
|
|
4158
|
-
/**
|
|
4197
|
+
/** @inheritdoc */
|
|
4159
4198
|
name?: string;
|
|
4160
|
-
/**
|
|
4199
|
+
/** @inheritdoc */
|
|
4161
4200
|
value?: React.InputHTMLAttributes<InputElement>["value"];
|
|
4162
|
-
/**
|
|
4201
|
+
/** @inheritdoc */
|
|
4163
4202
|
defaultValue?: React.InputHTMLAttributes<InputElement>["value"];
|
|
4164
4203
|
/**
|
|
4165
4204
|
* The label of the form element.
|
|
@@ -4170,11 +4209,11 @@ export declare interface HvInputProps<InputElement extends HTMLElement = HTMLInp
|
|
|
4170
4209
|
label?: React.ReactNode;
|
|
4171
4210
|
/** Provide additional descriptive text for the form element. */
|
|
4172
4211
|
description?: React.ReactNode;
|
|
4173
|
-
/**
|
|
4212
|
+
/** @inheritdoc */
|
|
4174
4213
|
disabled?: boolean;
|
|
4175
|
-
/**
|
|
4214
|
+
/** @inheritdoc */
|
|
4176
4215
|
readOnly?: boolean;
|
|
4177
|
-
/**
|
|
4216
|
+
/** @inheritdoc */
|
|
4178
4217
|
required?: boolean;
|
|
4179
4218
|
/**
|
|
4180
4219
|
* The status of the form element.
|
|
@@ -4187,17 +4226,14 @@ export declare interface HvInputProps<InputElement extends HTMLElement = HTMLInp
|
|
|
4187
4226
|
status?: HvFormStatus;
|
|
4188
4227
|
/** The error message to show when `status` is "invalid". */
|
|
4189
4228
|
statusMessage?: string;
|
|
4229
|
+
/** @inheritdoc */
|
|
4230
|
+
onChange?: (event: React.ChangeEvent<InputElement>, value: string) => void;
|
|
4190
4231
|
/**
|
|
4191
4232
|
* Callback called when the user submits the value by pressing Enter/Return.
|
|
4192
4233
|
*
|
|
4193
|
-
* Also called when the search button is clicked (when type
|
|
4194
|
-
*/
|
|
4195
|
-
/**
|
|
4196
|
-
* The function that will be executed onChange, allows modification of the input,
|
|
4197
|
-
* it receives the value. If a new value should be presented it must returned it.
|
|
4234
|
+
* Also called when the search button is clicked (when `type="search"`).
|
|
4198
4235
|
*/
|
|
4199
|
-
|
|
4200
|
-
onEnter?: (event: React.KeyboardEvent<InputElement> | React.MouseEvent, value: string) => void;
|
|
4236
|
+
onEnter?: (event: React.KeyboardEvent<InputElement>, value: string) => void;
|
|
4201
4237
|
/**
|
|
4202
4238
|
* The function that will be executed onBlur, allows checking the validation state,
|
|
4203
4239
|
* it receives the value and the validation state.
|
|
@@ -4290,9 +4326,9 @@ export declare interface HvKnobProperty {
|
|
|
4290
4326
|
* Communicates simple, immediate and vital information for operational decision making.
|
|
4291
4327
|
* @deprecated build KPIs with `HvCard`, or with your custom layouts
|
|
4292
4328
|
*/
|
|
4293
|
-
export declare const HvKpi: (props: HvKpiProps) =>
|
|
4329
|
+
export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
|
|
4294
4330
|
|
|
4295
|
-
export declare type HvKpiClasses = ExtractNames<typeof
|
|
4331
|
+
export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
|
|
4296
4332
|
|
|
4297
4333
|
export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
|
|
4298
4334
|
|
|
@@ -4330,9 +4366,9 @@ export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "childre
|
|
|
4330
4366
|
/**
|
|
4331
4367
|
* Provides the user with a recognizable name for a given form element.
|
|
4332
4368
|
*/
|
|
4333
|
-
export declare const HvLabel: (props: HvLabelProps) =>
|
|
4369
|
+
export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
|
|
4334
4370
|
|
|
4335
|
-
export declare type HvLabelClasses = ExtractNames<typeof
|
|
4371
|
+
export declare type HvLabelClasses = ExtractNames<typeof useClasses_10>;
|
|
4336
4372
|
|
|
4337
4373
|
export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
4338
4374
|
/** Id to be applied to the root node */
|
|
@@ -4351,9 +4387,9 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
|
4351
4387
|
classes?: HvLabelClasses;
|
|
4352
4388
|
}
|
|
4353
4389
|
|
|
4354
|
-
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) =>
|
|
4390
|
+
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
|
|
4355
4391
|
|
|
4356
|
-
export declare type HvLeftControlClasses = ExtractNames<typeof
|
|
4392
|
+
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
|
|
4357
4393
|
|
|
4358
4394
|
export declare interface HvLeftControlProps extends HvBaseProps {
|
|
4359
4395
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -4369,9 +4405,9 @@ export declare interface HvLeftControlProps extends HvBaseProps {
|
|
|
4369
4405
|
}
|
|
4370
4406
|
|
|
4371
4407
|
/** @deprecated use `<HvTypography link component="a" />` instead */
|
|
4372
|
-
export declare const HvLink: (props: HvLinkProps) =>
|
|
4408
|
+
export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
|
|
4373
4409
|
|
|
4374
|
-
export declare type HvLinkClasses = ExtractNames<typeof
|
|
4410
|
+
export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
|
|
4375
4411
|
|
|
4376
4412
|
export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
|
|
4377
4413
|
onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
|
|
@@ -4386,9 +4422,9 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
|
|
|
4386
4422
|
* Component used to show a set of related data to the user.
|
|
4387
4423
|
* @deprecated use `HvListContainer` + `HvListItem` instead
|
|
4388
4424
|
*/
|
|
4389
|
-
export declare const HvList: (props: HvListProps) =>
|
|
4425
|
+
export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
|
|
4390
4426
|
|
|
4391
|
-
export declare type HvListClasses = ExtractNames<typeof
|
|
4427
|
+
export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
|
|
4392
4428
|
|
|
4393
4429
|
/**
|
|
4394
4430
|
* A <b>list</b> is any enumeration of a set of items.
|
|
@@ -4397,7 +4433,7 @@ export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
|
|
|
4397
4433
|
*/
|
|
4398
4434
|
export declare const HvListContainer: ForwardRefExoticComponent<HvListContainerProps & RefAttributes<HTMLUListElement>>;
|
|
4399
4435
|
|
|
4400
|
-
export declare type HvListContainerClasses = ExtractNames<typeof
|
|
4436
|
+
export declare type HvListContainerClasses = ExtractNames<typeof useClasses_5>;
|
|
4401
4437
|
|
|
4402
4438
|
export declare interface HvListContainerProps extends HvBaseProps<HTMLUListElement> {
|
|
4403
4439
|
/**
|
|
@@ -4421,7 +4457,7 @@ export declare interface HvListContainerProps extends HvBaseProps<HTMLUListEleme
|
|
|
4421
4457
|
*/
|
|
4422
4458
|
export declare const HvListItem: ForwardRefExoticComponent<HvListItemProps & RefAttributes<HTMLLIElement>>;
|
|
4423
4459
|
|
|
4424
|
-
export declare type HvListItemClasses = ExtractNames<typeof
|
|
4460
|
+
export declare type HvListItemClasses = ExtractNames<typeof useClasses_6>;
|
|
4425
4461
|
|
|
4426
4462
|
export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
|
|
4427
4463
|
/** Indicates if the list item is selected. */
|
|
@@ -4537,7 +4573,7 @@ export declare interface HvListValue extends Record<string, any> {
|
|
|
4537
4573
|
*/
|
|
4538
4574
|
export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
|
|
4539
4575
|
|
|
4540
|
-
export declare type HvLoadingClasses = ExtractNames<typeof
|
|
4576
|
+
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
|
|
4541
4577
|
|
|
4542
4578
|
/**
|
|
4543
4579
|
* A component that wraps `children` with an `HvLoading` component and
|
|
@@ -4550,7 +4586,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
|
|
|
4550
4586
|
* */
|
|
4551
4587
|
export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
|
|
4552
4588
|
|
|
4553
|
-
export declare type HvLoadingContainerClasses = ExtractNames<typeof
|
|
4589
|
+
export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
|
|
4554
4590
|
|
|
4555
4591
|
export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
|
|
4556
4592
|
opacity?: number;
|
|
@@ -4575,7 +4611,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4575
4611
|
*/
|
|
4576
4612
|
export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
|
|
4577
4613
|
|
|
4578
|
-
export declare type HvLoginClasses = ExtractNames<typeof
|
|
4614
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
|
|
4579
4615
|
|
|
4580
4616
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4581
4617
|
/**
|
|
@@ -4603,9 +4639,9 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
|
|
|
4603
4639
|
/**
|
|
4604
4640
|
* Multi-buttons are grouped sets of buttons displayed horizontally or vertically in the same container.
|
|
4605
4641
|
*/
|
|
4606
|
-
export declare const HvMultiButton: (props: HvMultiButtonProps) =>
|
|
4642
|
+
export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
|
|
4607
4643
|
|
|
4608
|
-
export declare type HvMultiButtonClasses = ExtractNames<typeof
|
|
4644
|
+
export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
|
|
4609
4645
|
|
|
4610
4646
|
export declare interface HvMultiButtonProps extends HvBaseProps {
|
|
4611
4647
|
/** If all the buttons are disabled. */
|
|
@@ -4641,7 +4677,7 @@ export declare function hvNumberColumn<D extends object = Record<string, unknown
|
|
|
4641
4677
|
|
|
4642
4678
|
export declare const hvNumberFallback: (value: any) => number | "—";
|
|
4643
4679
|
|
|
4644
|
-
export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => ReactElement
|
|
4680
|
+
export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactElement | null;
|
|
4645
4681
|
|
|
4646
4682
|
/**
|
|
4647
4683
|
* Optional
|
|
@@ -4661,11 +4697,11 @@ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<Opt
|
|
|
4661
4697
|
*/
|
|
4662
4698
|
export declare type HvOptional<T extends object, K extends keyof T = keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
4663
4699
|
|
|
4664
|
-
export declare type HvOptionClasses = ExtractNames<typeof
|
|
4700
|
+
export declare type HvOptionClasses = ExtractNames<typeof useClasses_15>;
|
|
4665
4701
|
|
|
4666
4702
|
export declare const HvOptionGroup: ForwardRefExoticComponent<Omit<HvOptionGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
|
|
4667
4703
|
|
|
4668
|
-
export declare type HvOptionGroupClasses = ExtractNames<typeof
|
|
4704
|
+
export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_16>;
|
|
4669
4705
|
|
|
4670
4706
|
export declare interface HvOptionGroupProps extends OptionGroupProps {
|
|
4671
4707
|
classes?: HvOptionGroupClasses;
|
|
@@ -4678,9 +4714,9 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
|
|
|
4678
4714
|
/**
|
|
4679
4715
|
* This component generates a tooltip whenever the text is overflowed.
|
|
4680
4716
|
*/
|
|
4681
|
-
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) =>
|
|
4717
|
+
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
|
|
4682
4718
|
|
|
4683
|
-
export declare type HvOverflowTooltipClasses = ExtractNames<typeof
|
|
4719
|
+
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
|
|
4684
4720
|
|
|
4685
4721
|
export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
4686
4722
|
/** The node that will be rendered inside the tooltip. */
|
|
@@ -4703,7 +4739,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4703
4739
|
*/
|
|
4704
4740
|
export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
|
|
4705
4741
|
|
|
4706
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4742
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
|
|
4707
4743
|
|
|
4708
4744
|
export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
|
|
4709
4745
|
|
|
@@ -4749,7 +4785,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
4749
4785
|
*/
|
|
4750
4786
|
export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
|
|
4751
4787
|
|
|
4752
|
-
export declare type HvPanelClasses = ExtractNames<typeof
|
|
4788
|
+
export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
|
|
4753
4789
|
|
|
4754
4790
|
export declare interface HvPanelProps extends HvBaseProps {
|
|
4755
4791
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -4758,9 +4794,9 @@ export declare interface HvPanelProps extends HvBaseProps {
|
|
|
4758
4794
|
|
|
4759
4795
|
export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positive_80" | "warning" | "warning_120" | "warning_140" | "negative" | "cat21" | "cat22" | "cat23" | "cat24" | "cat25" | "cat26" | "cat27" | "cat28" | "catastrophic";
|
|
4760
4796
|
|
|
4761
|
-
export declare const HvProgressBar: (props: HvProgressBarProps) =>
|
|
4797
|
+
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
|
|
4762
4798
|
|
|
4763
|
-
export declare type HvProgressBarClasses = ExtractNames<typeof
|
|
4799
|
+
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
|
|
4764
4800
|
|
|
4765
4801
|
/**
|
|
4766
4802
|
* ProgressBar provides feedback about a process that is taking place in the application.
|
|
@@ -4807,7 +4843,7 @@ export declare type HvPropGetter<D extends object = Record<string, unknown>, H e
|
|
|
4807
4843
|
/**
|
|
4808
4844
|
* Enables theming capabilities and makes cross-component theme properties available down the tree.
|
|
4809
4845
|
*/
|
|
4810
|
-
export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) =>
|
|
4846
|
+
export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
|
|
4811
4847
|
|
|
4812
4848
|
export declare interface HvProviderProps {
|
|
4813
4849
|
/**
|
|
@@ -4874,7 +4910,7 @@ export declare interface HvProviderProps {
|
|
|
4874
4910
|
*
|
|
4875
4911
|
* Take a look at the [usage page](https://lumada-design.github.io/uikit/master/?path=/docs/widgets-query-builder-usage--docs) to learn more about this component.
|
|
4876
4912
|
*/
|
|
4877
|
-
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) =>
|
|
4913
|
+
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4878
4914
|
|
|
4879
4915
|
export declare interface HvQueryBuilderAttribute extends Record<string, unknown> {
|
|
4880
4916
|
id?: string;
|
|
@@ -4887,7 +4923,7 @@ export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQ
|
|
|
4887
4923
|
rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
|
|
4888
4924
|
}
|
|
4889
4925
|
|
|
4890
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4926
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
|
|
4891
4927
|
|
|
4892
4928
|
declare interface HvQueryBuilderContextValue {
|
|
4893
4929
|
dispatchAction: React.Dispatch<QueryAction>;
|
|
@@ -5141,14 +5177,14 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
|
|
|
5141
5177
|
*/
|
|
5142
5178
|
export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
5143
5179
|
|
|
5144
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
5180
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
|
|
5145
5181
|
|
|
5146
5182
|
/**
|
|
5147
5183
|
* A radio group is a type of selection list that can only have a single entry checked at any one time.
|
|
5148
5184
|
*/
|
|
5149
5185
|
export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
|
|
5150
5186
|
|
|
5151
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
5187
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
|
|
5152
5188
|
|
|
5153
5189
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
5154
5190
|
/**
|
|
@@ -5319,9 +5355,9 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5319
5355
|
|
|
5320
5356
|
export { HvRadius }
|
|
5321
5357
|
|
|
5322
|
-
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) =>
|
|
5358
|
+
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5323
5359
|
|
|
5324
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5360
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
|
|
5325
5361
|
|
|
5326
5362
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5327
5363
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5358,9 +5394,9 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5358
5394
|
/**
|
|
5359
5395
|
* The horizontal scroll to element can be used to quickly navigate in a page.
|
|
5360
5396
|
*/
|
|
5361
|
-
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) =>
|
|
5397
|
+
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5362
5398
|
|
|
5363
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5399
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_100>;
|
|
5364
5400
|
|
|
5365
5401
|
export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
|
|
5366
5402
|
|
|
@@ -5440,9 +5476,9 @@ declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
|
|
|
5440
5476
|
/**
|
|
5441
5477
|
* The vertical scroll to element can be used to quickly navigate in a page.
|
|
5442
5478
|
*/
|
|
5443
|
-
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) =>
|
|
5479
|
+
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5444
5480
|
|
|
5445
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5481
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_102>;
|
|
5446
5482
|
|
|
5447
5483
|
declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
|
|
5448
5484
|
|
|
@@ -5515,7 +5551,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
|
|
|
5515
5551
|
*/
|
|
5516
5552
|
export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
|
|
5517
5553
|
|
|
5518
|
-
export declare type HvSectionClasses = ExtractNames<typeof
|
|
5554
|
+
export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
|
|
5519
5555
|
|
|
5520
5556
|
export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
|
|
5521
5557
|
/** The title of the section */
|
|
@@ -5551,9 +5587,9 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
|
|
|
5551
5587
|
* <HvOption value="cat">Cat</HvOption>
|
|
5552
5588
|
* </HvSelect>
|
|
5553
5589
|
* */
|
|
5554
|
-
export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => ReactElement
|
|
5590
|
+
export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
|
|
5555
5591
|
|
|
5556
|
-
export declare type HvSelectClasses = ExtractNames<typeof
|
|
5592
|
+
export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
|
|
5557
5593
|
|
|
5558
5594
|
/**
|
|
5559
5595
|
* Allows the user to select one or more items from a list of choices.
|
|
@@ -5563,7 +5599,7 @@ export declare type HvSelectClasses = ExtractNames<typeof useClasses_12>;
|
|
|
5563
5599
|
*/
|
|
5564
5600
|
export declare const HvSelectionList: ForwardRefExoticComponent<HvSelectionListProps & RefAttributes<HTMLUListElement>>;
|
|
5565
5601
|
|
|
5566
|
-
export declare type HvSelectionListClasses = ExtractNames<typeof
|
|
5602
|
+
export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_17>;
|
|
5567
5603
|
|
|
5568
5604
|
export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
|
|
5569
5605
|
/** The form element name. */
|
|
@@ -5643,9 +5679,9 @@ export declare type HvSemanticColors = Record<HvSemanticColorKeys, string>;
|
|
|
5643
5679
|
|
|
5644
5680
|
export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "cat1_300" | "cat1_400" | "cat1_500" | "cat1_600" | "cat1_700" | "cat1_800" | "cat1_900";
|
|
5645
5681
|
|
|
5646
|
-
export declare const HvSimpleGrid: (props: HvSimpleGridProps) =>
|
|
5682
|
+
export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
|
|
5647
5683
|
|
|
5648
|
-
export declare type HvSimpleGridClasses = ExtractNames<typeof
|
|
5684
|
+
export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
|
|
5649
5685
|
|
|
5650
5686
|
/** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
|
|
5651
5687
|
export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
@@ -5664,7 +5700,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
|
5664
5700
|
classes?: HvSimpleGridClasses;
|
|
5665
5701
|
}
|
|
5666
5702
|
|
|
5667
|
-
declare type HvSingleCalendarClasses = ExtractNames<typeof
|
|
5703
|
+
declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
|
|
5668
5704
|
|
|
5669
5705
|
declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
|
|
5670
5706
|
/**
|
|
@@ -5690,9 +5726,9 @@ export { HvSize }
|
|
|
5690
5726
|
/**
|
|
5691
5727
|
* The `HvSkeleton` component is used to create a placeholder element that represents the shape and size of the content that will be loaded.
|
|
5692
5728
|
*/
|
|
5693
|
-
export declare const HvSkeleton: (props: HvSkeletonProps) =>
|
|
5729
|
+
export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
|
|
5694
5730
|
|
|
5695
|
-
export declare type HvSkeletonClasses = ExtractNames<typeof
|
|
5731
|
+
export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_133>;
|
|
5696
5732
|
|
|
5697
5733
|
export declare interface HvSkeletonProps extends HvBaseProps {
|
|
5698
5734
|
/** Whether the skeleton element is hidden or not. */
|
|
@@ -5716,7 +5752,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
|
|
|
5716
5752
|
*/
|
|
5717
5753
|
export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
|
|
5718
5754
|
|
|
5719
|
-
export declare type HvSliderClasses = ExtractNames<typeof
|
|
5755
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
|
|
5720
5756
|
|
|
5721
5757
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5722
5758
|
/** The slider name. */
|
|
@@ -5816,11 +5852,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5816
5852
|
*/
|
|
5817
5853
|
export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
|
|
5818
5854
|
|
|
5819
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5855
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
|
|
5820
5856
|
|
|
5821
5857
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5822
5858
|
|
|
5823
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5859
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
|
|
5824
5860
|
|
|
5825
5861
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
|
|
5826
5862
|
/** The message to display. */
|
|
@@ -5841,6 +5877,8 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
|
|
|
5841
5877
|
actionCallback?: HvActionsGenericProps["actionsCallback"];
|
|
5842
5878
|
/** The callback function called when an action is triggered, receiving `action` as parameter. */
|
|
5843
5879
|
onAction?: HvActionsGenericProps["onAction"];
|
|
5880
|
+
/** @inheritdoc */
|
|
5881
|
+
onClose?: SnackbarProps["onClose"];
|
|
5844
5882
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5845
5883
|
classes?: HvSnackbarContentClasses;
|
|
5846
5884
|
}
|
|
@@ -5900,9 +5938,9 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5900
5938
|
* This component uses of the [Notistack](https://github.com/iamhosseindhv/notistack) library.
|
|
5901
5939
|
* Please refer to its [API Reference](https://notistack.com/v2.x/api-reference) for more complex usage scenarios.
|
|
5902
5940
|
*/
|
|
5903
|
-
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) =>
|
|
5941
|
+
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5904
5942
|
|
|
5905
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5943
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
|
|
5906
5944
|
|
|
5907
5945
|
export declare interface HvSnackbarProviderProps {
|
|
5908
5946
|
/** Your component tree. */
|
|
@@ -5930,12 +5968,12 @@ export declare type HvSnackbarVariant = "default" | "success" | "warning" | "err
|
|
|
5930
5968
|
*
|
|
5931
5969
|
* It also allows the specification of the spacing between the stack elements and the addition of a divider between the elements.
|
|
5932
5970
|
*/
|
|
5933
|
-
export declare const HvStack: (props: HvStackProps) =>
|
|
5971
|
+
export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
5934
5972
|
|
|
5935
5973
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5936
5974
|
}
|
|
5937
5975
|
|
|
5938
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5976
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
|
|
5939
5977
|
|
|
5940
5978
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5941
5979
|
|
|
@@ -5968,7 +6006,7 @@ export declare interface HvSuggestion {
|
|
|
5968
6006
|
|
|
5969
6007
|
export declare const HvSuggestions: ForwardRefExoticComponent<HvSuggestionsProps & RefAttributes<unknown>>;
|
|
5970
6008
|
|
|
5971
|
-
export declare type HvSuggestionsClasses = ExtractNames<typeof
|
|
6009
|
+
export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_18>;
|
|
5972
6010
|
|
|
5973
6011
|
export declare interface HvSuggestionsProps extends HvBaseProps {
|
|
5974
6012
|
/** Whether suggestions is visible */
|
|
@@ -6011,7 +6049,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
6011
6049
|
*/
|
|
6012
6050
|
export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
6013
6051
|
|
|
6014
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
6052
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_110>;
|
|
6015
6053
|
|
|
6016
6054
|
export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
|
|
6017
6055
|
|
|
@@ -6122,17 +6160,17 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
|
|
|
6122
6160
|
|
|
6123
6161
|
export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
6124
6162
|
|
|
6125
|
-
export declare type HvTabClasses = ExtractNames<typeof
|
|
6163
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_117>;
|
|
6126
6164
|
|
|
6127
6165
|
/**
|
|
6128
6166
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
6129
6167
|
*
|
|
6130
|
-
* The
|
|
6168
|
+
* The `HvTable` component offers a set of HTML-equivalent elements, **styled to Design System's specification**,
|
|
6131
6169
|
* for building tables.
|
|
6132
6170
|
* You can rely on these **elements** when your table doesn’t have many interactions or you need it to be very lightweight.
|
|
6133
6171
|
*
|
|
6134
6172
|
* For better data handling and **advanced features** we recommend the use of the utility hooks collection.
|
|
6135
|
-
* See the
|
|
6173
|
+
* See the [Table Hooks documentation](https://lumada-design.github.io/uikit/master/?path=/docs/visualizations-table-table-hooks--docs) for more details.
|
|
6136
6174
|
*/
|
|
6137
6175
|
export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttributes<HTMLElement>>;
|
|
6138
6176
|
|
|
@@ -6142,7 +6180,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
6142
6180
|
*/
|
|
6143
6181
|
export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
|
|
6144
6182
|
|
|
6145
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
6183
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_113>;
|
|
6146
6184
|
|
|
6147
6185
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
6148
6186
|
/**
|
|
@@ -6176,7 +6214,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6176
6214
|
|
|
6177
6215
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6178
6216
|
|
|
6179
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
6217
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
|
|
6180
6218
|
|
|
6181
6219
|
export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6182
6220
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6215,7 +6253,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
6215
6253
|
|
|
6216
6254
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
6217
6255
|
|
|
6218
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
6256
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
|
|
6219
6257
|
|
|
6220
6258
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
6221
6259
|
|
|
@@ -6230,7 +6268,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
6230
6268
|
*/
|
|
6231
6269
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
6232
6270
|
|
|
6233
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
6271
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_111>;
|
|
6234
6272
|
|
|
6235
6273
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
6236
6274
|
/**
|
|
@@ -6254,14 +6292,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
6254
6292
|
*/
|
|
6255
6293
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
6256
6294
|
|
|
6257
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
6295
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_114>;
|
|
6258
6296
|
|
|
6259
6297
|
/**
|
|
6260
6298
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
6261
6299
|
*/
|
|
6262
6300
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
6263
6301
|
|
|
6264
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
6302
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
|
|
6265
6303
|
|
|
6266
6304
|
export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6267
6305
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6402,7 +6440,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
|
|
|
6402
6440
|
*/
|
|
6403
6441
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6404
6442
|
|
|
6405
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6443
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
|
|
6406
6444
|
|
|
6407
6445
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6408
6446
|
/** Content to be rendered */
|
|
@@ -6427,7 +6465,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
|
|
|
6427
6465
|
*/
|
|
6428
6466
|
export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
|
|
6429
6467
|
|
|
6430
|
-
export declare type HvTableSectionClasses = ExtractNames<typeof
|
|
6468
|
+
export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_112>;
|
|
6431
6469
|
|
|
6432
6470
|
export declare interface HvTableSectionProps extends HvSectionProps {
|
|
6433
6471
|
}
|
|
@@ -6457,7 +6495,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
|
|
|
6457
6495
|
*/
|
|
6458
6496
|
export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
6459
6497
|
|
|
6460
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6498
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_116>;
|
|
6461
6499
|
|
|
6462
6500
|
export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
|
|
6463
6501
|
/**
|
|
@@ -6483,13 +6521,11 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
|
|
|
6483
6521
|
* A Tag is one word that describes a specific aspect of an asset. A single asset can have
|
|
6484
6522
|
* multiple tags.
|
|
6485
6523
|
* Use tags to highlight an item's status for quick recognition and navigation
|
|
6486
|
-
* Use color to indicate meanings that users can learn and recognize across products
|
|
6487
|
-
*
|
|
6488
|
-
* It leverages the [MUI Chip](https://mui.com/material-ui/react-chip/) component
|
|
6524
|
+
* Use color to indicate meanings that users can learn and recognize across products.
|
|
6489
6525
|
*/
|
|
6490
6526
|
export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
|
|
6491
6527
|
|
|
6492
|
-
export declare type HvTagClasses = ExtractNames<typeof
|
|
6528
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_115>;
|
|
6493
6529
|
|
|
6494
6530
|
export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
|
|
6495
6531
|
|
|
@@ -6530,9 +6566,9 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
|
|
|
6530
6566
|
/**
|
|
6531
6567
|
* A tags input is a single or multiline control that allows the input of tags.
|
|
6532
6568
|
*/
|
|
6533
|
-
export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<
|
|
6569
|
+
export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLElement>>;
|
|
6534
6570
|
|
|
6535
|
-
export declare type HvTagsInputClasses = ExtractNames<typeof
|
|
6571
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_118>;
|
|
6536
6572
|
|
|
6537
6573
|
export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
|
|
6538
6574
|
/** The value of the form element. */
|
|
@@ -6540,15 +6576,15 @@ export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange"
|
|
|
6540
6576
|
/** When uncontrolled, defines the initial input value. */
|
|
6541
6577
|
defaultValue?: string[] | HvTagProps[];
|
|
6542
6578
|
/** The function that will be executed onChange. */
|
|
6543
|
-
onChange?: (event: React.
|
|
6579
|
+
onChange?: (event: React.SyntheticEvent, value: HvTagProps[]) => void;
|
|
6544
6580
|
/** The function that will be executed when the element is focused. */
|
|
6545
6581
|
onFocus?: (event: React.FocusEvent<HTMLDivElement>, value: string) => void;
|
|
6546
6582
|
/** The function that will be executed when the element is blurred. */
|
|
6547
6583
|
onBlur?: (event: React.FocusEvent<HTMLDivElement>, value: string) => void;
|
|
6548
6584
|
/** The function that will be executed when a tag is deleted. */
|
|
6549
|
-
onDelete?: (event: React.
|
|
6585
|
+
onDelete?: (event: React.SyntheticEvent, value: HvTagProps, index: number) => void;
|
|
6550
6586
|
/** The function that will be executed when a tag is added. */
|
|
6551
|
-
onAdd?: (event: React.
|
|
6587
|
+
onAdd?: (event: React.SyntheticEvent, value: HvTagProps, index: number) => void;
|
|
6552
6588
|
/** If `true` the character counter isn't shown even if maxTagsQuantity is set. */
|
|
6553
6589
|
hideCounter?: boolean;
|
|
6554
6590
|
/** Text between the current char counter and max value. */
|
|
@@ -6583,7 +6619,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6583
6619
|
*/
|
|
6584
6620
|
export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
|
|
6585
6621
|
|
|
6586
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6622
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_119>;
|
|
6587
6623
|
|
|
6588
6624
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
|
|
6589
6625
|
/** The placeholder value of the text area. */
|
|
@@ -6714,7 +6750,7 @@ export declare interface HvThemePalette {
|
|
|
6714
6750
|
support: HvSupportColors;
|
|
6715
6751
|
}
|
|
6716
6752
|
|
|
6717
|
-
export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) =>
|
|
6753
|
+
export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
|
|
6718
6754
|
|
|
6719
6755
|
declare interface HvThemeProviderProps {
|
|
6720
6756
|
children: React.ReactNode;
|
|
@@ -6728,12 +6764,12 @@ declare interface HvThemeProviderProps {
|
|
|
6728
6764
|
/**
|
|
6729
6765
|
* The HvTimeAgo component implements the Design System relative time format guidelines.
|
|
6730
6766
|
*/
|
|
6731
|
-
export declare const HvTimeAgo: <C extends ElementType
|
|
6767
|
+
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
|
|
6732
6768
|
/**
|
|
6733
6769
|
* The timestamp to format, in seconds or milliseconds.
|
|
6734
6770
|
* Defaults to `emptyElement` if value is null or 0
|
|
6735
6771
|
*/
|
|
6736
|
-
timestamp?: number
|
|
6772
|
+
timestamp?: number;
|
|
6737
6773
|
/**
|
|
6738
6774
|
* The locale to be used. Should be on of the JS supported locales
|
|
6739
6775
|
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument
|
|
@@ -6745,27 +6781,27 @@ export declare const HvTimeAgo: <C extends ElementType<any, keyof JSX_2.Intrinsi
|
|
|
6745
6781
|
*/
|
|
6746
6782
|
emptyElement?: React.ReactNode;
|
|
6747
6783
|
/** Disables periodic date refreshes */
|
|
6748
|
-
disableRefresh?: boolean
|
|
6784
|
+
disableRefresh?: boolean;
|
|
6749
6785
|
/** Whether to show seconds in the rendered time */
|
|
6750
|
-
showSeconds?: boolean
|
|
6786
|
+
showSeconds?: boolean;
|
|
6751
6787
|
/**
|
|
6752
6788
|
* Whether the component should render just the string
|
|
6753
6789
|
* Consider using `useTimeAgo` instead
|
|
6754
6790
|
*/
|
|
6755
|
-
justText?: boolean
|
|
6791
|
+
justText?: boolean;
|
|
6756
6792
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
6757
6793
|
classes?: Partial<{
|
|
6758
6794
|
root: string;
|
|
6759
|
-
}
|
|
6795
|
+
}>;
|
|
6760
6796
|
} & {
|
|
6761
6797
|
component?: C | undefined;
|
|
6762
6798
|
} & {
|
|
6763
|
-
children?: ReactNode;
|
|
6764
|
-
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "
|
|
6799
|
+
children?: ReactNode | undefined;
|
|
6800
|
+
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> ? T extends any ? T : never : never : never) & {
|
|
6765
6801
|
ref?: PolymorphicRef<C> | undefined;
|
|
6766
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
6802
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
6767
6803
|
|
|
6768
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6804
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_120>;
|
|
6769
6805
|
|
|
6770
6806
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6771
6807
|
/**
|
|
@@ -6801,7 +6837,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6801
6837
|
*/
|
|
6802
6838
|
export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
|
|
6803
6839
|
|
|
6804
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6840
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_121>;
|
|
6805
6841
|
|
|
6806
6842
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6807
6843
|
|
|
@@ -6881,7 +6917,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6881
6917
|
*/
|
|
6882
6918
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6883
6919
|
|
|
6884
|
-
export declare type HvTooltipClasses = ExtractNames<typeof
|
|
6920
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
|
|
6885
6921
|
|
|
6886
6922
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6887
6923
|
|
|
@@ -6928,7 +6964,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
|
|
|
6928
6964
|
containerId?: string;
|
|
6929
6965
|
}
|
|
6930
6966
|
|
|
6931
|
-
declare type HvTreeContentClasses = ExtractNames<typeof
|
|
6967
|
+
declare type HvTreeContentClasses = ExtractNames<typeof useClasses_124>;
|
|
6932
6968
|
|
|
6933
6969
|
export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
|
|
6934
6970
|
/** className applied to the root element. */
|
|
@@ -6949,7 +6985,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
|
|
|
6949
6985
|
|
|
6950
6986
|
export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
|
|
6951
6987
|
|
|
6952
|
-
export declare type HvTreeItemClasses = ExtractNames<typeof
|
|
6988
|
+
export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_123>;
|
|
6953
6989
|
|
|
6954
6990
|
export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
|
|
6955
6991
|
/** The element id */
|
|
@@ -7002,9 +7038,9 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
|
|
|
7002
7038
|
* </HvTreeView>
|
|
7003
7039
|
* ```
|
|
7004
7040
|
*/
|
|
7005
|
-
export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => ReactElement
|
|
7041
|
+
export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactElement | null;
|
|
7006
7042
|
|
|
7007
|
-
export declare type HvTreeViewClasses = ExtractNames<typeof
|
|
7043
|
+
export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_122>;
|
|
7008
7044
|
|
|
7009
7045
|
export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
|
|
7010
7046
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -7016,25 +7052,25 @@ export declare interface HvTreeViewProps<Multiple extends boolean | undefined> e
|
|
|
7016
7052
|
/**
|
|
7017
7053
|
* Typography component is used to render text and paragraphs within an interface.
|
|
7018
7054
|
*/
|
|
7019
|
-
export declare const HvTypography: <C extends ElementType
|
|
7055
|
+
export declare const HvTypography: <C extends React.ElementType = "p">(props: {
|
|
7020
7056
|
/** Use the variant prop to change the visual style of the Typography. */
|
|
7021
|
-
variant?:
|
|
7057
|
+
variant?: HvTypographyVariants | HvTypographyLegacyVariants;
|
|
7022
7058
|
/** If `true` the typography will display the look of a link. */
|
|
7023
|
-
link?: boolean
|
|
7059
|
+
link?: boolean;
|
|
7024
7060
|
/** If `true` the typography will display the look of a disabled state. */
|
|
7025
|
-
disabled?: boolean
|
|
7061
|
+
disabled?: boolean;
|
|
7026
7062
|
/**
|
|
7027
7063
|
* If `true`, the typography will render a "p" element
|
|
7028
7064
|
* @deprecated use `component="p"` instead
|
|
7029
7065
|
* */
|
|
7030
|
-
paragraph?: boolean
|
|
7066
|
+
paragraph?: boolean;
|
|
7031
7067
|
/**
|
|
7032
7068
|
* If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
|
|
7033
7069
|
*
|
|
7034
7070
|
* Note that text overflow can only happen with block or inline-block level elements
|
|
7035
7071
|
* (the element needs to have a width in order to overflow).
|
|
7036
7072
|
*/
|
|
7037
|
-
noWrap?: boolean
|
|
7073
|
+
noWrap?: boolean;
|
|
7038
7074
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7039
7075
|
classes?: Partial<{
|
|
7040
7076
|
root: string;
|
|
@@ -7071,16 +7107,16 @@ export declare const HvTypography: <C extends ElementType<any, keyof JSX_2.Intri
|
|
|
7071
7107
|
vizText: string;
|
|
7072
7108
|
vizTextDisabled: string;
|
|
7073
7109
|
xsInlineLink: string;
|
|
7074
|
-
}
|
|
7110
|
+
}>;
|
|
7075
7111
|
} & {
|
|
7076
7112
|
component?: C | undefined;
|
|
7077
7113
|
} & {
|
|
7078
|
-
children?: ReactNode;
|
|
7114
|
+
children?: ReactNode | undefined;
|
|
7079
7115
|
} & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> ? T extends any ? T : never : never : never) & {
|
|
7080
7116
|
ref?: PolymorphicRef<C> | undefined;
|
|
7081
|
-
} & RefAttributes<unknown>) => ReactElement
|
|
7117
|
+
} & RefAttributes<unknown>) => React.ReactElement | null;
|
|
7082
7118
|
|
|
7083
|
-
export declare type HvTypographyClasses = ExtractNames<typeof
|
|
7119
|
+
export declare type HvTypographyClasses = ExtractNames<typeof useClasses_2>;
|
|
7084
7120
|
|
|
7085
7121
|
/** @deprecated */
|
|
7086
7122
|
export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
|
|
@@ -7158,9 +7194,9 @@ export declare interface HvValidationMessages {
|
|
|
7158
7194
|
*/
|
|
7159
7195
|
export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalNavigationProps & RefAttributes<HTMLDivElement>>;
|
|
7160
7196
|
|
|
7161
|
-
export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) =>
|
|
7197
|
+
export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
|
|
7162
7198
|
|
|
7163
|
-
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof
|
|
7199
|
+
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_128>;
|
|
7164
7200
|
|
|
7165
7201
|
export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
|
|
7166
7202
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
@@ -7171,20 +7207,20 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
|
|
|
7171
7207
|
icon?: React.ReactNode;
|
|
7172
7208
|
}
|
|
7173
7209
|
|
|
7174
|
-
export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) =>
|
|
7210
|
+
export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
|
|
7175
7211
|
|
|
7176
|
-
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof
|
|
7212
|
+
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_127>;
|
|
7177
7213
|
|
|
7178
7214
|
export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
|
|
7179
7215
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
7180
7216
|
classes?: HvVerticalNavigationActionsClasses;
|
|
7181
7217
|
}
|
|
7182
7218
|
|
|
7183
|
-
export declare type HvVerticalNavigationClasses = ExtractNames<typeof
|
|
7219
|
+
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_125>;
|
|
7184
7220
|
|
|
7185
|
-
export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) =>
|
|
7221
|
+
export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
|
|
7186
7222
|
|
|
7187
|
-
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof
|
|
7223
|
+
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_126>;
|
|
7188
7224
|
|
|
7189
7225
|
export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
|
|
7190
7226
|
/** The title text to show on header. */
|
|
@@ -7229,9 +7265,9 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
|
|
|
7229
7265
|
useIcons?: boolean;
|
|
7230
7266
|
}
|
|
7231
7267
|
|
|
7232
|
-
export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) =>
|
|
7268
|
+
export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
|
|
7233
7269
|
|
|
7234
|
-
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof
|
|
7270
|
+
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_130>;
|
|
7235
7271
|
|
|
7236
7272
|
export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
|
|
7237
7273
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -7257,9 +7293,9 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
|
|
|
7257
7293
|
forwardButtonAriaLabel?: string;
|
|
7258
7294
|
}
|
|
7259
7295
|
|
|
7260
|
-
export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) =>
|
|
7296
|
+
export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
|
|
7261
7297
|
|
|
7262
|
-
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof
|
|
7298
|
+
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_129>;
|
|
7263
7299
|
|
|
7264
7300
|
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
|
|
7265
7301
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -7303,11 +7339,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
|
|
|
7303
7339
|
|
|
7304
7340
|
export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
|
|
7305
7341
|
|
|
7306
|
-
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof
|
|
7342
|
+
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_131>;
|
|
7307
7343
|
|
|
7308
7344
|
export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
|
|
7309
7345
|
|
|
7310
|
-
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof
|
|
7346
|
+
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_132>;
|
|
7311
7347
|
|
|
7312
7348
|
export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
7313
7349
|
/**
|
|
@@ -7411,14 +7447,14 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
|
|
|
7411
7447
|
disabledItemsFocusable?: boolean;
|
|
7412
7448
|
}
|
|
7413
7449
|
|
|
7414
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7450
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
|
|
7415
7451
|
|
|
7416
7452
|
/**
|
|
7417
7453
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
7418
7454
|
*/
|
|
7419
|
-
export declare const HvWarningText: (props: HvWarningTextProps) =>
|
|
7455
|
+
export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
|
|
7420
7456
|
|
|
7421
|
-
export declare type HvWarningTextClasses = ExtractNames<typeof
|
|
7457
|
+
export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_12>;
|
|
7422
7458
|
|
|
7423
7459
|
export declare interface HvWarningTextProps extends HvBaseProps {
|
|
7424
7460
|
/** Icon to be rendered alongside the warning text. */
|
|
@@ -7439,7 +7475,7 @@ export declare interface HvWarningTextProps extends HvBaseProps {
|
|
|
7439
7475
|
classes?: HvWarningTextClasses;
|
|
7440
7476
|
}
|
|
7441
7477
|
|
|
7442
|
-
export declare const iconVariant: (variant: "success" | "warning" | "error" | "info" | "default", color?: IconBaseProps["color"], semantic?: true) =>
|
|
7478
|
+
export declare const iconVariant: (variant: "success" | "warning" | "error" | "info" | "default", color?: IconBaseProps["color"], semantic?: true) => JSX_2.Element | null;
|
|
7443
7479
|
|
|
7444
7480
|
declare type IdType<D> = StringKey<D> | string;
|
|
7445
7481
|
|
|
@@ -7653,10 +7689,6 @@ export declare const optionGroupClasses: {
|
|
|
7653
7689
|
};
|
|
7654
7690
|
|
|
7655
7691
|
export declare const outlineStyles: {
|
|
7656
|
-
outlineColor: string;
|
|
7657
|
-
outlineStyle: string;
|
|
7658
|
-
outlineWidth: string;
|
|
7659
|
-
outlineOffset: string;
|
|
7660
7692
|
boxShadow: string;
|
|
7661
7693
|
};
|
|
7662
7694
|
|
|
@@ -7936,10 +7968,10 @@ export declare const snackbarContentClasses: {
|
|
|
7936
7968
|
default: string;
|
|
7937
7969
|
warning: string;
|
|
7938
7970
|
message: string;
|
|
7939
|
-
messageSpan: string;
|
|
7940
|
-
messageText: string;
|
|
7941
7971
|
action: string;
|
|
7972
|
+
messageText: string;
|
|
7942
7973
|
iconVariant: string;
|
|
7974
|
+
messageSpan: string;
|
|
7943
7975
|
};
|
|
7944
7976
|
|
|
7945
7977
|
export declare const snackbarProviderClasses: {
|
|
@@ -7960,6 +7992,17 @@ export declare const stackClasses: {
|
|
|
7960
7992
|
xl: string;
|
|
7961
7993
|
};
|
|
7962
7994
|
|
|
7995
|
+
declare const staticClasses: {
|
|
7996
|
+
root: string;
|
|
7997
|
+
xs: string;
|
|
7998
|
+
sm: string;
|
|
7999
|
+
md: string;
|
|
8000
|
+
lg: string;
|
|
8001
|
+
xl: string;
|
|
8002
|
+
};
|
|
8003
|
+
export { staticClasses as iconContainerClasses }
|
|
8004
|
+
export { staticClasses }
|
|
8005
|
+
|
|
7963
8006
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
7964
8007
|
|
|
7965
8008
|
export declare const suggestionsClasses: {
|
|
@@ -8118,7 +8161,6 @@ export declare const tagClasses: {
|
|
|
8118
8161
|
};
|
|
8119
8162
|
|
|
8120
8163
|
export declare const tagsInputClasses: {
|
|
8121
|
-
input: string;
|
|
8122
8164
|
listItemGutters: string;
|
|
8123
8165
|
listItemRoot: string;
|
|
8124
8166
|
root: string;
|
|
@@ -8134,6 +8176,7 @@ export declare const tagsInputClasses: {
|
|
|
8134
8176
|
tagsList: string;
|
|
8135
8177
|
tagInputContainerRoot: string;
|
|
8136
8178
|
tagInputRoot: string;
|
|
8179
|
+
input: string;
|
|
8137
8180
|
tagSelected: string;
|
|
8138
8181
|
tagInputBorderContainer: string;
|
|
8139
8182
|
tagInputRootFocused: string;
|
|
@@ -8242,22 +8285,6 @@ export declare const treeViewItemClasses: {
|
|
|
8242
8285
|
icon: string;
|
|
8243
8286
|
};
|
|
8244
8287
|
|
|
8245
|
-
declare interface TreeViewItemRange {
|
|
8246
|
-
start?: string | null;
|
|
8247
|
-
end?: string | null;
|
|
8248
|
-
next?: string | null;
|
|
8249
|
-
current?: string;
|
|
8250
|
-
}
|
|
8251
|
-
|
|
8252
|
-
declare interface TreeViewNode {
|
|
8253
|
-
id: string;
|
|
8254
|
-
idAttribute: string | undefined;
|
|
8255
|
-
index: number;
|
|
8256
|
-
parentId: string | null;
|
|
8257
|
-
expandable: boolean;
|
|
8258
|
-
disabled: boolean | undefined;
|
|
8259
|
-
}
|
|
8260
|
-
|
|
8261
8288
|
declare type TreeViewSelectionValue<Multiple extends boolean | undefined> = Multiple extends true ? string[] : string | null;
|
|
8262
8289
|
|
|
8263
8290
|
declare type TypeSuffix = "" | "Subtle" | "Ghost";
|
|
@@ -8307,58 +8334,43 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8307
8334
|
pluginName: string;
|
|
8308
8335
|
};
|
|
8309
8336
|
|
|
8310
|
-
declare const useClasses: (classesProp?: Partial<Record<"
|
|
8337
|
+
export declare const useClasses: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root", string>>, addStatic?: boolean) => {
|
|
8311
8338
|
readonly classes: {
|
|
8312
8339
|
root: string;
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
title2: string;
|
|
8319
|
-
title3: string;
|
|
8320
|
-
title4: string;
|
|
8321
|
-
body: string;
|
|
8322
|
-
label: string;
|
|
8323
|
-
captionLabel: string;
|
|
8324
|
-
caption1: string;
|
|
8325
|
-
caption2: string;
|
|
8326
|
-
"5xlTitle": string;
|
|
8327
|
-
"4xlTitle": string;
|
|
8328
|
-
"3xlTitle": string;
|
|
8329
|
-
xxlTitle: string;
|
|
8330
|
-
xlTitle: string;
|
|
8331
|
-
lTitle: string;
|
|
8332
|
-
mTitle: string;
|
|
8333
|
-
sTitle: string;
|
|
8334
|
-
xsTitle: string;
|
|
8335
|
-
xxsTitle: string;
|
|
8336
|
-
sectionTitle: string;
|
|
8337
|
-
highlightText: string;
|
|
8338
|
-
normalText: string;
|
|
8339
|
-
placeholderText: string;
|
|
8340
|
-
link: string;
|
|
8341
|
-
disabledText: string;
|
|
8342
|
-
selectedNavText: string;
|
|
8343
|
-
vizText: string;
|
|
8344
|
-
vizTextDisabled: string;
|
|
8345
|
-
xsInlineLink: string;
|
|
8340
|
+
xs: string;
|
|
8341
|
+
sm: string;
|
|
8342
|
+
md: string;
|
|
8343
|
+
lg: string;
|
|
8344
|
+
xl: string;
|
|
8346
8345
|
};
|
|
8347
8346
|
readonly css: any;
|
|
8348
8347
|
readonly cx: (...args: any) => string;
|
|
8349
8348
|
};
|
|
8350
8349
|
|
|
8351
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"root" | "
|
|
8350
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
|
|
8352
8351
|
readonly classes: {
|
|
8353
8352
|
root: string;
|
|
8354
|
-
|
|
8355
|
-
|
|
8353
|
+
labelDisabled: string;
|
|
8354
|
+
childGutter: string;
|
|
8356
8355
|
};
|
|
8357
8356
|
readonly css: any;
|
|
8358
8357
|
readonly cx: (...args: any) => string;
|
|
8359
8358
|
};
|
|
8360
8359
|
|
|
8361
|
-
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "
|
|
8360
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionSticky" | "positionFixed" | "notSelectedRoot", string>>, addStatic?: boolean) => {
|
|
8361
|
+
readonly classes: {
|
|
8362
|
+
root: string;
|
|
8363
|
+
positionSticky: string;
|
|
8364
|
+
positionFixed: string;
|
|
8365
|
+
notSelectedRoot: string;
|
|
8366
|
+
notSelected: string;
|
|
8367
|
+
selected: string;
|
|
8368
|
+
};
|
|
8369
|
+
readonly css: any;
|
|
8370
|
+
readonly cx: (...args: any) => string;
|
|
8371
|
+
};
|
|
8372
|
+
|
|
8373
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
|
|
8362
8374
|
readonly classes: {
|
|
8363
8375
|
root: string;
|
|
8364
8376
|
icon: string;
|
|
@@ -8370,7 +8382,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "icon" | "b
|
|
|
8370
8382
|
readonly cx: (...args: any) => string;
|
|
8371
8383
|
};
|
|
8372
8384
|
|
|
8373
|
-
declare const
|
|
8385
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
8374
8386
|
readonly classes: {
|
|
8375
8387
|
root: string;
|
|
8376
8388
|
positionAbsolute: string;
|
|
@@ -8380,7 +8392,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFi
|
|
|
8380
8392
|
readonly cx: (...args: any) => string;
|
|
8381
8393
|
};
|
|
8382
8394
|
|
|
8383
|
-
declare const
|
|
8395
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
|
|
8384
8396
|
readonly classes: {
|
|
8385
8397
|
root: string;
|
|
8386
8398
|
hidden: string;
|
|
@@ -8395,7 +8407,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header"
|
|
|
8395
8407
|
readonly cx: (...args: any) => string;
|
|
8396
8408
|
};
|
|
8397
8409
|
|
|
8398
|
-
declare const
|
|
8410
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8399
8411
|
readonly classes: {
|
|
8400
8412
|
root: string;
|
|
8401
8413
|
};
|
|
@@ -8403,7 +8415,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8403
8415
|
readonly cx: (...args: any) => string;
|
|
8404
8416
|
};
|
|
8405
8417
|
|
|
8406
|
-
declare const
|
|
8418
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
8407
8419
|
readonly classes: {
|
|
8408
8420
|
sliderBase: string;
|
|
8409
8421
|
rootDisabled: string;
|
|
@@ -8428,7 +8440,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8428
8440
|
readonly cx: (...args: any) => string;
|
|
8429
8441
|
};
|
|
8430
8442
|
|
|
8431
|
-
declare const
|
|
8443
|
+
declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
8432
8444
|
readonly classes: {
|
|
8433
8445
|
root: string;
|
|
8434
8446
|
anchorOriginTopRight: string;
|
|
@@ -8442,7 +8454,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOrig
|
|
|
8442
8454
|
readonly cx: (...args: any) => string;
|
|
8443
8455
|
};
|
|
8444
8456
|
|
|
8445
|
-
declare const
|
|
8457
|
+
declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageText" | "iconVariant" | "messageSpan", string>>, addStatic?: boolean) => {
|
|
8446
8458
|
readonly classes: {
|
|
8447
8459
|
root: string;
|
|
8448
8460
|
success: string;
|
|
@@ -8450,16 +8462,16 @@ declare const useClasses_106: (classesProp?: Partial<Record<"warning" | "root" |
|
|
|
8450
8462
|
default: string;
|
|
8451
8463
|
warning: string;
|
|
8452
8464
|
message: string;
|
|
8453
|
-
messageSpan: string;
|
|
8454
|
-
messageText: string;
|
|
8455
8465
|
action: string;
|
|
8466
|
+
messageText: string;
|
|
8456
8467
|
iconVariant: string;
|
|
8468
|
+
messageSpan: string;
|
|
8457
8469
|
};
|
|
8458
8470
|
readonly css: any;
|
|
8459
8471
|
readonly cx: (...args: any) => string;
|
|
8460
8472
|
};
|
|
8461
8473
|
|
|
8462
|
-
declare const
|
|
8474
|
+
declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
8463
8475
|
readonly classes: {
|
|
8464
8476
|
snackItemRoot: string;
|
|
8465
8477
|
};
|
|
@@ -8467,7 +8479,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", str
|
|
|
8467
8479
|
readonly cx: (...args: any) => string;
|
|
8468
8480
|
};
|
|
8469
8481
|
|
|
8470
|
-
declare const
|
|
8482
|
+
declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
|
|
8471
8483
|
readonly classes: {
|
|
8472
8484
|
root: string;
|
|
8473
8485
|
column: string;
|
|
@@ -8483,7 +8495,17 @@ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
|
|
|
8483
8495
|
readonly cx: (...args: any) => string;
|
|
8484
8496
|
};
|
|
8485
8497
|
|
|
8486
|
-
declare const
|
|
8498
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
8499
|
+
readonly classes: {
|
|
8500
|
+
root: string;
|
|
8501
|
+
infoDisabled: string;
|
|
8502
|
+
gutter: string;
|
|
8503
|
+
};
|
|
8504
|
+
readonly css: any;
|
|
8505
|
+
readonly cx: (...args: any) => string;
|
|
8506
|
+
};
|
|
8507
|
+
|
|
8508
|
+
declare const useClasses_110: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
|
|
8487
8509
|
readonly classes: {
|
|
8488
8510
|
root: string;
|
|
8489
8511
|
label: string;
|
|
@@ -8495,29 +8517,30 @@ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8495
8517
|
readonly cx: (...args: any) => string;
|
|
8496
8518
|
};
|
|
8497
8519
|
|
|
8498
|
-
declare const
|
|
8520
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8499
8521
|
readonly classes: {
|
|
8500
8522
|
root: string;
|
|
8501
|
-
defaultIcon: string;
|
|
8502
|
-
warningText: string;
|
|
8503
|
-
show: string;
|
|
8504
|
-
topGutter: string;
|
|
8505
|
-
hideText: string;
|
|
8506
|
-
topBorder: string;
|
|
8507
8523
|
};
|
|
8508
8524
|
readonly css: any;
|
|
8509
8525
|
readonly cx: (...args: any) => string;
|
|
8510
8526
|
};
|
|
8511
8527
|
|
|
8512
|
-
declare const
|
|
8528
|
+
declare const useClasses_112: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
|
|
8513
8529
|
readonly classes: {
|
|
8514
8530
|
root: string;
|
|
8531
|
+
header: string;
|
|
8532
|
+
actions: string;
|
|
8533
|
+
content: string;
|
|
8534
|
+
hidden: string;
|
|
8535
|
+
raisedHeader: string;
|
|
8536
|
+
hasHeader: string;
|
|
8537
|
+
spaceTop: string;
|
|
8515
8538
|
};
|
|
8516
8539
|
readonly css: any;
|
|
8517
8540
|
readonly cx: (...args: any) => string;
|
|
8518
8541
|
};
|
|
8519
8542
|
|
|
8520
|
-
declare const
|
|
8543
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8521
8544
|
readonly classes: {
|
|
8522
8545
|
root: string;
|
|
8523
8546
|
};
|
|
@@ -8525,7 +8548,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8525
8548
|
readonly cx: (...args: any) => string;
|
|
8526
8549
|
};
|
|
8527
8550
|
|
|
8528
|
-
declare const
|
|
8551
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
8529
8552
|
readonly classes: {
|
|
8530
8553
|
root: string;
|
|
8531
8554
|
stickyHeader: string;
|
|
@@ -8534,7 +8557,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHead
|
|
|
8534
8557
|
readonly cx: (...args: any) => string;
|
|
8535
8558
|
};
|
|
8536
8559
|
|
|
8537
|
-
declare const
|
|
8560
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "icon" | "selected" | "button" | "deleteIcon" | "focusVisible" | "categorical" | "clickable" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8538
8561
|
readonly classes: {
|
|
8539
8562
|
root: string;
|
|
8540
8563
|
categorical: string;
|
|
@@ -8556,7 +8579,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8556
8579
|
readonly cx: (...args: any) => string;
|
|
8557
8580
|
};
|
|
8558
8581
|
|
|
8559
|
-
declare const
|
|
8582
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"root" | "floating" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8560
8583
|
readonly classes: {
|
|
8561
8584
|
root: string;
|
|
8562
8585
|
indicator: string;
|
|
@@ -8568,7 +8591,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "floating"
|
|
|
8568
8591
|
readonly cx: (...args: any) => string;
|
|
8569
8592
|
};
|
|
8570
8593
|
|
|
8571
|
-
declare const
|
|
8594
|
+
declare const useClasses_117: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8572
8595
|
readonly classes: {
|
|
8573
8596
|
root: string;
|
|
8574
8597
|
focusVisible: string;
|
|
@@ -8579,9 +8602,8 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled"
|
|
|
8579
8602
|
readonly cx: (...args: any) => string;
|
|
8580
8603
|
};
|
|
8581
8604
|
|
|
8582
|
-
declare const
|
|
8605
|
+
declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "readOnly" | "input" | "tagInputRoot" | "tagsList" | "error" | "description" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8583
8606
|
readonly classes: {
|
|
8584
|
-
input: string;
|
|
8585
8607
|
listItemGutters: string;
|
|
8586
8608
|
listItemRoot: string;
|
|
8587
8609
|
root: string;
|
|
@@ -8597,6 +8619,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8597
8619
|
tagsList: string;
|
|
8598
8620
|
tagInputContainerRoot: string;
|
|
8599
8621
|
tagInputRoot: string;
|
|
8622
|
+
input: string;
|
|
8600
8623
|
tagSelected: string;
|
|
8601
8624
|
tagInputBorderContainer: string;
|
|
8602
8625
|
tagInputRootFocused: string;
|
|
@@ -8611,7 +8634,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8611
8634
|
readonly cx: (...args: any) => string;
|
|
8612
8635
|
};
|
|
8613
8636
|
|
|
8614
|
-
declare const
|
|
8637
|
+
declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "input" | "error" | "description" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8615
8638
|
readonly classes: {
|
|
8616
8639
|
root: string;
|
|
8617
8640
|
disabled: string;
|
|
@@ -8630,7 +8653,21 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8630
8653
|
readonly cx: (...args: any) => string;
|
|
8631
8654
|
};
|
|
8632
8655
|
|
|
8633
|
-
declare const
|
|
8656
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
|
|
8657
|
+
readonly classes: {
|
|
8658
|
+
root: string;
|
|
8659
|
+
defaultIcon: string;
|
|
8660
|
+
warningText: string;
|
|
8661
|
+
show: string;
|
|
8662
|
+
topGutter: string;
|
|
8663
|
+
hideText: string;
|
|
8664
|
+
topBorder: string;
|
|
8665
|
+
};
|
|
8666
|
+
readonly css: any;
|
|
8667
|
+
readonly cx: (...args: any) => string;
|
|
8668
|
+
};
|
|
8669
|
+
|
|
8670
|
+
declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8634
8671
|
readonly classes: {
|
|
8635
8672
|
root: string;
|
|
8636
8673
|
};
|
|
@@ -8638,7 +8675,7 @@ declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8638
8675
|
readonly cx: (...args: any) => string;
|
|
8639
8676
|
};
|
|
8640
8677
|
|
|
8641
|
-
declare const
|
|
8678
|
+
declare const useClasses_121: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8642
8679
|
readonly classes: {
|
|
8643
8680
|
root: string;
|
|
8644
8681
|
labelContainer: string;
|
|
@@ -8658,27 +8695,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8658
8695
|
readonly cx: (...args: any) => string;
|
|
8659
8696
|
};
|
|
8660
8697
|
|
|
8661
|
-
declare const
|
|
8662
|
-
readonly classes: {
|
|
8663
|
-
root: string;
|
|
8664
|
-
disabled: string;
|
|
8665
|
-
readOnly: string;
|
|
8666
|
-
invalid: string;
|
|
8667
|
-
labelContainer: string;
|
|
8668
|
-
label: string;
|
|
8669
|
-
description: string;
|
|
8670
|
-
select: string;
|
|
8671
|
-
popper: string;
|
|
8672
|
-
panel: string;
|
|
8673
|
-
panelOpenedUp: string;
|
|
8674
|
-
panelOpenedDown: string;
|
|
8675
|
-
error: string;
|
|
8676
|
-
};
|
|
8677
|
-
readonly css: any;
|
|
8678
|
-
readonly cx: (...args: any) => string;
|
|
8679
|
-
};
|
|
8680
|
-
|
|
8681
|
-
declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8698
|
+
declare const useClasses_122: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8682
8699
|
readonly classes: {
|
|
8683
8700
|
root: string;
|
|
8684
8701
|
};
|
|
@@ -8686,7 +8703,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8686
8703
|
readonly cx: (...args: any) => string;
|
|
8687
8704
|
};
|
|
8688
8705
|
|
|
8689
|
-
declare const
|
|
8706
|
+
declare const useClasses_123: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "group" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8690
8707
|
readonly classes: {
|
|
8691
8708
|
root: string;
|
|
8692
8709
|
group: string;
|
|
@@ -8702,7 +8719,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8702
8719
|
readonly cx: (...args: any) => string;
|
|
8703
8720
|
};
|
|
8704
8721
|
|
|
8705
|
-
declare const
|
|
8722
|
+
declare const useClasses_124: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8706
8723
|
readonly classes: {
|
|
8707
8724
|
root: string;
|
|
8708
8725
|
expanded: string;
|
|
@@ -8716,7 +8733,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8716
8733
|
readonly cx: (...args: any) => string;
|
|
8717
8734
|
};
|
|
8718
8735
|
|
|
8719
|
-
declare const
|
|
8736
|
+
declare const useClasses_125: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
|
|
8720
8737
|
readonly classes: {
|
|
8721
8738
|
root: string;
|
|
8722
8739
|
collapsed: string;
|
|
@@ -8727,7 +8744,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"root" | "slider" |
|
|
|
8727
8744
|
readonly cx: (...args: any) => string;
|
|
8728
8745
|
};
|
|
8729
8746
|
|
|
8730
|
-
declare const
|
|
8747
|
+
declare const useClasses_126: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
|
|
8731
8748
|
readonly classes: {
|
|
8732
8749
|
root: string;
|
|
8733
8750
|
minimized: string;
|
|
@@ -8739,7 +8756,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "title" | "
|
|
|
8739
8756
|
readonly cx: (...args: any) => string;
|
|
8740
8757
|
};
|
|
8741
8758
|
|
|
8742
|
-
declare const
|
|
8759
|
+
declare const useClasses_127: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
|
|
8743
8760
|
readonly classes: {
|
|
8744
8761
|
root: string;
|
|
8745
8762
|
hide: string;
|
|
@@ -8748,7 +8765,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "hide", str
|
|
|
8748
8765
|
readonly cx: (...args: any) => string;
|
|
8749
8766
|
};
|
|
8750
8767
|
|
|
8751
|
-
declare const
|
|
8768
|
+
declare const useClasses_128: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
|
|
8752
8769
|
readonly classes: {
|
|
8753
8770
|
action: string;
|
|
8754
8771
|
noIcon: string;
|
|
@@ -8758,7 +8775,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimize
|
|
|
8758
8775
|
readonly cx: (...args: any) => string;
|
|
8759
8776
|
};
|
|
8760
8777
|
|
|
8761
|
-
declare const
|
|
8778
|
+
declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "popup" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
8762
8779
|
readonly classes: {
|
|
8763
8780
|
root: string;
|
|
8764
8781
|
list: string;
|
|
@@ -8771,51 +8788,48 @@ declare const useClasses_127: (classesProp?: Partial<Record<"root" | "listItem"
|
|
|
8771
8788
|
readonly cx: (...args: any) => string;
|
|
8772
8789
|
};
|
|
8773
8790
|
|
|
8774
|
-
declare const
|
|
8791
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"label" | "root" | "panel" | "invalid" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
|
|
8775
8792
|
readonly classes: {
|
|
8776
8793
|
root: string;
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8794
|
+
disabled: string;
|
|
8795
|
+
readOnly: string;
|
|
8796
|
+
invalid: string;
|
|
8797
|
+
labelContainer: string;
|
|
8798
|
+
label: string;
|
|
8799
|
+
description: string;
|
|
8800
|
+
select: string;
|
|
8801
|
+
popper: string;
|
|
8802
|
+
panel: string;
|
|
8803
|
+
panelOpenedUp: string;
|
|
8804
|
+
panelOpenedDown: string;
|
|
8805
|
+
error: string;
|
|
8782
8806
|
};
|
|
8783
8807
|
readonly css: any;
|
|
8784
8808
|
readonly cx: (...args: any) => string;
|
|
8785
8809
|
};
|
|
8786
8810
|
|
|
8787
|
-
declare const
|
|
8811
|
+
declare const useClasses_130: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
|
|
8788
8812
|
readonly classes: {
|
|
8789
8813
|
root: string;
|
|
8814
|
+
listItemSelected: string;
|
|
8815
|
+
listItemFocus: string;
|
|
8816
|
+
forwardButton: string;
|
|
8817
|
+
listContainer: string;
|
|
8818
|
+
listItemDisabled: string;
|
|
8790
8819
|
};
|
|
8791
8820
|
readonly css: any;
|
|
8792
8821
|
readonly cx: (...args: any) => string;
|
|
8793
8822
|
};
|
|
8794
8823
|
|
|
8795
|
-
declare const
|
|
8824
|
+
declare const useClasses_131: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8796
8825
|
readonly classes: {
|
|
8797
8826
|
root: string;
|
|
8798
|
-
startIcon: string;
|
|
8799
|
-
endIcon: string;
|
|
8800
|
-
focusVisible: string;
|
|
8801
|
-
disabled: string;
|
|
8802
|
-
icon: string;
|
|
8803
|
-
contained: string;
|
|
8804
|
-
subtle: string;
|
|
8805
|
-
ghost: string;
|
|
8806
|
-
semantic: string;
|
|
8807
|
-
primary: string;
|
|
8808
|
-
primarySubtle: string;
|
|
8809
|
-
primaryGhost: string;
|
|
8810
|
-
secondarySubtle: string;
|
|
8811
|
-
secondaryGhost: string;
|
|
8812
|
-
secondary: string;
|
|
8813
8827
|
};
|
|
8814
8828
|
readonly css: any;
|
|
8815
8829
|
readonly cx: (...args: any) => string;
|
|
8816
8830
|
};
|
|
8817
8831
|
|
|
8818
|
-
declare const
|
|
8832
|
+
declare const useClasses_132: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "focused" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
8819
8833
|
readonly classes: {
|
|
8820
8834
|
node: string;
|
|
8821
8835
|
content: string;
|
|
@@ -8841,36 +8855,44 @@ declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8841
8855
|
readonly cx: (...args: any) => string;
|
|
8842
8856
|
};
|
|
8843
8857
|
|
|
8844
|
-
declare const
|
|
8858
|
+
declare const useClasses_133: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
|
|
8845
8859
|
readonly classes: {
|
|
8846
8860
|
root: string;
|
|
8847
|
-
header: string;
|
|
8848
|
-
actions: string;
|
|
8849
8861
|
content: string;
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
|
|
8862
|
+
circle: string;
|
|
8863
|
+
square: string;
|
|
8864
|
+
text: string;
|
|
8865
|
+
pulse: string;
|
|
8866
|
+
wave: string;
|
|
8854
8867
|
};
|
|
8855
8868
|
readonly css: any;
|
|
8856
8869
|
readonly cx: (...args: any) => string;
|
|
8857
8870
|
};
|
|
8858
8871
|
|
|
8859
|
-
declare const
|
|
8872
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "contained" | "primaryGhost" | "primarySubtle" | "subtle" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8860
8873
|
readonly classes: {
|
|
8861
8874
|
root: string;
|
|
8862
|
-
|
|
8863
|
-
|
|
8864
|
-
|
|
8865
|
-
|
|
8866
|
-
|
|
8867
|
-
|
|
8875
|
+
startIcon: string;
|
|
8876
|
+
endIcon: string;
|
|
8877
|
+
focusVisible: string;
|
|
8878
|
+
disabled: string;
|
|
8879
|
+
icon: string;
|
|
8880
|
+
contained: string;
|
|
8881
|
+
subtle: string;
|
|
8882
|
+
ghost: string;
|
|
8883
|
+
semantic: string;
|
|
8884
|
+
primary: string;
|
|
8885
|
+
primarySubtle: string;
|
|
8886
|
+
primaryGhost: string;
|
|
8887
|
+
secondarySubtle: string;
|
|
8888
|
+
secondaryGhost: string;
|
|
8889
|
+
secondary: string;
|
|
8868
8890
|
};
|
|
8869
8891
|
readonly css: any;
|
|
8870
8892
|
readonly cx: (...args: any) => string;
|
|
8871
8893
|
};
|
|
8872
8894
|
|
|
8873
|
-
declare const
|
|
8895
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
|
|
8874
8896
|
readonly classes: {
|
|
8875
8897
|
root: string;
|
|
8876
8898
|
highlighted: string;
|
|
@@ -8879,7 +8901,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "highlighted
|
|
|
8879
8901
|
readonly cx: (...args: any) => string;
|
|
8880
8902
|
};
|
|
8881
8903
|
|
|
8882
|
-
declare const
|
|
8904
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8883
8905
|
readonly classes: {
|
|
8884
8906
|
root: string;
|
|
8885
8907
|
};
|
|
@@ -8887,7 +8909,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8887
8909
|
readonly cx: (...args: any) => string;
|
|
8888
8910
|
};
|
|
8889
8911
|
|
|
8890
|
-
declare const
|
|
8912
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "listbox" | "error" | "description", string>>, addStatic?: boolean) => {
|
|
8891
8913
|
readonly classes: {
|
|
8892
8914
|
root: string;
|
|
8893
8915
|
error: string;
|
|
@@ -8902,7 +8924,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
8902
8924
|
readonly cx: (...args: any) => string;
|
|
8903
8925
|
};
|
|
8904
8926
|
|
|
8905
|
-
declare const
|
|
8927
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "list" | "popper" | "portal", string>>, addStatic?: boolean) => {
|
|
8906
8928
|
readonly classes: {
|
|
8907
8929
|
root: string;
|
|
8908
8930
|
list: string;
|
|
@@ -8913,7 +8935,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "list" | "po
|
|
|
8913
8935
|
readonly cx: (...args: any) => string;
|
|
8914
8936
|
};
|
|
8915
8937
|
|
|
8916
|
-
declare const
|
|
8938
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"root" | "invalid" | "disabled" | "multiline" | "readOnly" | "focused" | "input" | "inputReadOnly" | "inputRoot" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8917
8939
|
readonly classes: {
|
|
8918
8940
|
root: string;
|
|
8919
8941
|
disabled: string;
|
|
@@ -8938,7 +8960,48 @@ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "invalid" |
|
|
|
8938
8960
|
readonly cx: (...args: any) => string;
|
|
8939
8961
|
};
|
|
8940
8962
|
|
|
8941
|
-
declare const
|
|
8963
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "isLink" | "noWrap" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText", string>>, addStatic?: boolean) => {
|
|
8964
|
+
readonly classes: {
|
|
8965
|
+
root: string;
|
|
8966
|
+
disabled: string;
|
|
8967
|
+
isLink: string;
|
|
8968
|
+
noWrap: string;
|
|
8969
|
+
display: string;
|
|
8970
|
+
title1: string;
|
|
8971
|
+
title2: string;
|
|
8972
|
+
title3: string;
|
|
8973
|
+
title4: string;
|
|
8974
|
+
body: string;
|
|
8975
|
+
label: string;
|
|
8976
|
+
captionLabel: string;
|
|
8977
|
+
caption1: string;
|
|
8978
|
+
caption2: string;
|
|
8979
|
+
"5xlTitle": string;
|
|
8980
|
+
"4xlTitle": string;
|
|
8981
|
+
"3xlTitle": string;
|
|
8982
|
+
xxlTitle: string;
|
|
8983
|
+
xlTitle: string;
|
|
8984
|
+
lTitle: string;
|
|
8985
|
+
mTitle: string;
|
|
8986
|
+
sTitle: string;
|
|
8987
|
+
xsTitle: string;
|
|
8988
|
+
xxsTitle: string;
|
|
8989
|
+
sectionTitle: string;
|
|
8990
|
+
highlightText: string;
|
|
8991
|
+
normalText: string;
|
|
8992
|
+
placeholderText: string;
|
|
8993
|
+
link: string;
|
|
8994
|
+
disabledText: string;
|
|
8995
|
+
selectedNavText: string;
|
|
8996
|
+
vizText: string;
|
|
8997
|
+
vizTextDisabled: string;
|
|
8998
|
+
xsInlineLink: string;
|
|
8999
|
+
};
|
|
9000
|
+
readonly css: any;
|
|
9001
|
+
readonly cx: (...args: any) => string;
|
|
9002
|
+
};
|
|
9003
|
+
|
|
9004
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "anchor" | "selection" | "arrowContainer" | "panelOpenedUp" | "panelOpenedDown" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "arrow" | "selectionDisabled" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8942
9005
|
readonly classes: {
|
|
8943
9006
|
root: string;
|
|
8944
9007
|
rootDisabled: string;
|
|
@@ -8968,16 +9031,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header
|
|
|
8968
9031
|
readonly cx: (...args: any) => string;
|
|
8969
9032
|
};
|
|
8970
9033
|
|
|
8971
|
-
declare const
|
|
8972
|
-
readonly classes: {
|
|
8973
|
-
root: string;
|
|
8974
|
-
disabled: string;
|
|
8975
|
-
};
|
|
8976
|
-
readonly css: any;
|
|
8977
|
-
readonly cx: (...args: any) => string;
|
|
8978
|
-
};
|
|
8979
|
-
|
|
8980
|
-
declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
|
|
9034
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
|
|
8981
9035
|
readonly classes: {
|
|
8982
9036
|
root: string;
|
|
8983
9037
|
hidden: string;
|
|
@@ -8989,7 +9043,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label"
|
|
|
8989
9043
|
readonly cx: (...args: any) => string;
|
|
8990
9044
|
};
|
|
8991
9045
|
|
|
8992
|
-
declare const
|
|
9046
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8993
9047
|
readonly classes: {
|
|
8994
9048
|
root: string;
|
|
8995
9049
|
};
|
|
@@ -8997,7 +9051,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8997
9051
|
readonly cx: (...args: any) => string;
|
|
8998
9052
|
};
|
|
8999
9053
|
|
|
9000
|
-
declare const
|
|
9054
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"root" | "button" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
9001
9055
|
readonly classes: {
|
|
9002
9056
|
root: string;
|
|
9003
9057
|
button: string;
|
|
@@ -9010,7 +9064,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root" | "button" | "
|
|
|
9010
9064
|
readonly cx: (...args: any) => string;
|
|
9011
9065
|
};
|
|
9012
9066
|
|
|
9013
|
-
declare const
|
|
9067
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
9014
9068
|
readonly classes: {
|
|
9015
9069
|
container: string;
|
|
9016
9070
|
baseContainer: string;
|
|
@@ -9024,7 +9078,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"container" | "root"
|
|
|
9024
9078
|
readonly cx: (...args: any) => string;
|
|
9025
9079
|
};
|
|
9026
9080
|
|
|
9027
|
-
declare const
|
|
9081
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "title" | "single" | "actionsContainer" | "open" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
9028
9082
|
readonly classes: {
|
|
9029
9083
|
root: string;
|
|
9030
9084
|
item: string;
|
|
@@ -9048,7 +9102,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"root" | "title" | "s
|
|
|
9048
9102
|
readonly cx: (...args: any) => string;
|
|
9049
9103
|
};
|
|
9050
9104
|
|
|
9051
|
-
declare const
|
|
9105
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "root" | "disabled" | "icon" | "title" | "selected" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
|
|
9052
9106
|
readonly classes: {
|
|
9053
9107
|
root: string;
|
|
9054
9108
|
icon: string;
|
|
@@ -9064,7 +9118,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "root"
|
|
|
9064
9118
|
readonly cx: (...args: any) => string;
|
|
9065
9119
|
};
|
|
9066
9120
|
|
|
9067
|
-
declare const
|
|
9121
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
9068
9122
|
readonly classes: {
|
|
9069
9123
|
root: string;
|
|
9070
9124
|
container: string;
|
|
@@ -9085,7 +9139,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"container" | "xs" |
|
|
|
9085
9139
|
readonly cx: (...args: any) => string;
|
|
9086
9140
|
};
|
|
9087
9141
|
|
|
9088
|
-
declare const
|
|
9142
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"root" | "row" | "column" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
|
|
9089
9143
|
readonly classes: {
|
|
9090
9144
|
root: string;
|
|
9091
9145
|
row: string;
|
|
@@ -9097,7 +9151,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "row" | "col
|
|
|
9097
9151
|
readonly cx: (...args: any) => string;
|
|
9098
9152
|
};
|
|
9099
9153
|
|
|
9100
|
-
declare const
|
|
9154
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badgePosition" | "badge" | "badgeContainer" | "badgeHidden" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
|
|
9101
9155
|
readonly classes: {
|
|
9102
9156
|
root: string;
|
|
9103
9157
|
badgeContainer: string;
|
|
@@ -9113,55 +9167,49 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badgePositi
|
|
|
9113
9167
|
readonly cx: (...args: any) => string;
|
|
9114
9168
|
};
|
|
9115
9169
|
|
|
9116
|
-
declare const
|
|
9170
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled", string>>, addStatic?: boolean) => {
|
|
9117
9171
|
readonly classes: {
|
|
9118
|
-
rootClosed: string;
|
|
9119
9172
|
root: string;
|
|
9120
|
-
|
|
9121
|
-
anchorOriginBottomCenter: string;
|
|
9173
|
+
disabled: string;
|
|
9122
9174
|
};
|
|
9123
9175
|
readonly css: any;
|
|
9124
9176
|
readonly cx: (...args: any) => string;
|
|
9125
9177
|
};
|
|
9126
9178
|
|
|
9127
|
-
declare const
|
|
9179
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9128
9180
|
readonly classes: {
|
|
9181
|
+
rootClosed: string;
|
|
9129
9182
|
root: string;
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
focusDisabled: string;
|
|
9133
|
-
focused: string;
|
|
9134
|
-
externalReference: string;
|
|
9135
|
-
falseFocus: string;
|
|
9136
|
-
focus: string;
|
|
9183
|
+
anchorOriginTopCenter: string;
|
|
9184
|
+
anchorOriginBottomCenter: string;
|
|
9137
9185
|
};
|
|
9138
9186
|
readonly css: any;
|
|
9139
9187
|
readonly cx: (...args: any) => string;
|
|
9140
9188
|
};
|
|
9141
9189
|
|
|
9142
|
-
declare const
|
|
9190
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "actionContainer" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction" | "baseVariant" | "outContainer" | "actionsInnerContainer", string>>, addStatic?: boolean) => {
|
|
9143
9191
|
readonly classes: {
|
|
9144
9192
|
root: string;
|
|
9145
|
-
message: string;
|
|
9146
|
-
action: string;
|
|
9147
|
-
baseVariant: string;
|
|
9148
9193
|
success: string;
|
|
9149
9194
|
warning: string;
|
|
9150
9195
|
error: string;
|
|
9151
9196
|
default: string;
|
|
9152
|
-
|
|
9197
|
+
message: string;
|
|
9198
|
+
action: string;
|
|
9153
9199
|
messageContainer: string;
|
|
9154
9200
|
iconContainer: string;
|
|
9155
9201
|
messageActions: string;
|
|
9156
9202
|
actionContainer: string;
|
|
9157
|
-
actionsInnerContainer: string;
|
|
9158
9203
|
closeAction: string;
|
|
9204
|
+
baseVariant: string;
|
|
9205
|
+
outContainer: string;
|
|
9206
|
+
actionsInnerContainer: string;
|
|
9159
9207
|
};
|
|
9160
9208
|
readonly css: any;
|
|
9161
9209
|
readonly cx: (...args: any) => string;
|
|
9162
9210
|
};
|
|
9163
9211
|
|
|
9164
|
-
declare const
|
|
9212
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9165
9213
|
readonly classes: {
|
|
9166
9214
|
root: string;
|
|
9167
9215
|
disabled: string;
|
|
@@ -9175,7 +9223,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9175
9223
|
readonly cx: (...args: any) => string;
|
|
9176
9224
|
};
|
|
9177
9225
|
|
|
9178
|
-
declare const
|
|
9226
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9179
9227
|
readonly classes: {
|
|
9180
9228
|
root: string;
|
|
9181
9229
|
disabled: string;
|
|
@@ -9188,7 +9236,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9188
9236
|
readonly cx: (...args: any) => string;
|
|
9189
9237
|
};
|
|
9190
9238
|
|
|
9191
|
-
declare const
|
|
9239
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9192
9240
|
readonly classes: {
|
|
9193
9241
|
root: string;
|
|
9194
9242
|
switch: string;
|
|
@@ -9204,7 +9252,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9204
9252
|
readonly cx: (...args: any) => string;
|
|
9205
9253
|
};
|
|
9206
9254
|
|
|
9207
|
-
declare const
|
|
9255
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
9208
9256
|
readonly classes: {
|
|
9209
9257
|
root: string;
|
|
9210
9258
|
link: string;
|
|
@@ -9218,7 +9266,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "root" | "a"
|
|
|
9218
9266
|
readonly cx: (...args: any) => string;
|
|
9219
9267
|
};
|
|
9220
9268
|
|
|
9221
|
-
declare const
|
|
9269
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages", string>>, addStatic?: boolean) => {
|
|
9222
9270
|
readonly classes: {
|
|
9223
9271
|
root: string;
|
|
9224
9272
|
semantic: string;
|
|
@@ -9232,7 +9280,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9232
9280
|
readonly cx: (...args: any) => string;
|
|
9233
9281
|
};
|
|
9234
9282
|
|
|
9235
|
-
declare const
|
|
9283
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
9236
9284
|
readonly classes: {
|
|
9237
9285
|
root: string;
|
|
9238
9286
|
container: string;
|
|
@@ -9250,7 +9298,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"container" | "label"
|
|
|
9250
9298
|
readonly cx: (...args: any) => string;
|
|
9251
9299
|
};
|
|
9252
9300
|
|
|
9253
|
-
declare const
|
|
9301
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
|
|
9254
9302
|
readonly classes: {
|
|
9255
9303
|
root: string;
|
|
9256
9304
|
rangeCalendarContainer: string;
|
|
@@ -9263,7 +9311,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "calendarMon
|
|
|
9263
9311
|
readonly cx: (...args: any) => string;
|
|
9264
9312
|
};
|
|
9265
9313
|
|
|
9266
|
-
declare const
|
|
9314
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
|
|
9267
9315
|
readonly classes: {
|
|
9268
9316
|
root: string;
|
|
9269
9317
|
invalid: string;
|
|
@@ -9273,7 +9321,22 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" |
|
|
|
9273
9321
|
readonly cx: (...args: any) => string;
|
|
9274
9322
|
};
|
|
9275
9323
|
|
|
9276
|
-
declare const
|
|
9324
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "disabled" | "focused" | "selected" | "focus" | "focusDisabled" | "externalReference" | "falseFocus", string>>, addStatic?: boolean) => {
|
|
9325
|
+
readonly classes: {
|
|
9326
|
+
root: string;
|
|
9327
|
+
selected: string;
|
|
9328
|
+
disabled: string;
|
|
9329
|
+
focusDisabled: string;
|
|
9330
|
+
focused: string;
|
|
9331
|
+
externalReference: string;
|
|
9332
|
+
falseFocus: string;
|
|
9333
|
+
focus: string;
|
|
9334
|
+
};
|
|
9335
|
+
readonly css: any;
|
|
9336
|
+
readonly cx: (...args: any) => string;
|
|
9337
|
+
};
|
|
9338
|
+
|
|
9339
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
|
|
9277
9340
|
readonly classes: {
|
|
9278
9341
|
root: string;
|
|
9279
9342
|
calendarGrid: string;
|
|
@@ -9296,15 +9359,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "navigationC
|
|
|
9296
9359
|
readonly cx: (...args: any) => string;
|
|
9297
9360
|
};
|
|
9298
9361
|
|
|
9299
|
-
declare const
|
|
9300
|
-
readonly classes: {
|
|
9301
|
-
root: string;
|
|
9302
|
-
};
|
|
9303
|
-
readonly css: any;
|
|
9304
|
-
readonly cx: (...args: any) => string;
|
|
9305
|
-
};
|
|
9306
|
-
|
|
9307
|
-
declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
9362
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
9308
9363
|
readonly classes: {
|
|
9309
9364
|
root: string;
|
|
9310
9365
|
selected: string;
|
|
@@ -9317,7 +9372,7 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "se
|
|
|
9317
9372
|
readonly cx: (...args: any) => string;
|
|
9318
9373
|
};
|
|
9319
9374
|
|
|
9320
|
-
declare const
|
|
9375
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
|
|
9321
9376
|
readonly classes: {
|
|
9322
9377
|
root: string;
|
|
9323
9378
|
titleShort: string;
|
|
@@ -9330,7 +9385,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "root" |
|
|
|
9330
9385
|
readonly cx: (...args: any) => string;
|
|
9331
9386
|
};
|
|
9332
9387
|
|
|
9333
|
-
declare const
|
|
9388
|
+
declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
|
|
9334
9389
|
readonly classes: {
|
|
9335
9390
|
content: string;
|
|
9336
9391
|
};
|
|
@@ -9338,7 +9393,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>,
|
|
|
9338
9393
|
readonly cx: (...args: any) => string;
|
|
9339
9394
|
};
|
|
9340
9395
|
|
|
9341
|
-
declare const
|
|
9396
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
|
|
9342
9397
|
readonly classes: {
|
|
9343
9398
|
root: string;
|
|
9344
9399
|
media: string;
|
|
@@ -9347,7 +9402,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"root" | "media", str
|
|
|
9347
9402
|
readonly cx: (...args: any) => string;
|
|
9348
9403
|
};
|
|
9349
9404
|
|
|
9350
|
-
declare const
|
|
9405
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
|
|
9351
9406
|
readonly classes: {
|
|
9352
9407
|
root: string;
|
|
9353
9408
|
xs: string;
|
|
@@ -9378,7 +9433,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"xs" | "root" | "pane
|
|
|
9378
9433
|
readonly cx: (...args: any) => string;
|
|
9379
9434
|
};
|
|
9380
9435
|
|
|
9381
|
-
declare const
|
|
9436
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
9382
9437
|
readonly classes: {
|
|
9383
9438
|
slide: string;
|
|
9384
9439
|
image: string;
|
|
@@ -9387,7 +9442,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9387
9442
|
readonly cx: (...args: any) => string;
|
|
9388
9443
|
};
|
|
9389
9444
|
|
|
9390
|
-
declare const
|
|
9445
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"label" | "root" | "input" | "icon" | "error" | "inputRoot" | "description" | "adornmentButton" | "labelContainer" | "inputBorderContainer" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9391
9446
|
readonly classes: {
|
|
9392
9447
|
root: string;
|
|
9393
9448
|
labelContainer: string;
|
|
@@ -9413,7 +9468,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "i
|
|
|
9413
9468
|
readonly cx: (...args: any) => string;
|
|
9414
9469
|
};
|
|
9415
9470
|
|
|
9416
|
-
declare const
|
|
9471
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "totalPagesTextContainer" | "pageNavigator" | "iconContainer" | "pageSizeRoot" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
9417
9472
|
readonly classes: {
|
|
9418
9473
|
root: string;
|
|
9419
9474
|
pageSizeOptions: string;
|
|
@@ -9435,7 +9490,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"root" | "icon" | "pa
|
|
|
9435
9490
|
readonly cx: (...args: any) => string;
|
|
9436
9491
|
};
|
|
9437
9492
|
|
|
9438
|
-
declare const
|
|
9493
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9439
9494
|
readonly classes: {
|
|
9440
9495
|
root: string;
|
|
9441
9496
|
label: string;
|
|
@@ -9450,7 +9505,15 @@ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
9450
9505
|
readonly cx: (...args: any) => string;
|
|
9451
9506
|
};
|
|
9452
9507
|
|
|
9453
|
-
declare const
|
|
9508
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9509
|
+
readonly classes: {
|
|
9510
|
+
root: string;
|
|
9511
|
+
};
|
|
9512
|
+
readonly css: any;
|
|
9513
|
+
readonly cx: (...args: any) => string;
|
|
9514
|
+
};
|
|
9515
|
+
|
|
9516
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9454
9517
|
readonly classes: {
|
|
9455
9518
|
root: string;
|
|
9456
9519
|
labelContainer: string;
|
|
@@ -9470,25 +9533,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicke
|
|
|
9470
9533
|
readonly cx: (...args: any) => string;
|
|
9471
9534
|
};
|
|
9472
9535
|
|
|
9473
|
-
declare const
|
|
9474
|
-
readonly classes: {
|
|
9475
|
-
root: string;
|
|
9476
|
-
focus: string;
|
|
9477
|
-
startAdornment: string;
|
|
9478
|
-
endAdornment: string;
|
|
9479
|
-
gutters: string;
|
|
9480
|
-
condensed: string;
|
|
9481
|
-
interactive: string;
|
|
9482
|
-
selected: string;
|
|
9483
|
-
disabled: string;
|
|
9484
|
-
withStartAdornment: string;
|
|
9485
|
-
withEndAdornment: string;
|
|
9486
|
-
};
|
|
9487
|
-
readonly css: any;
|
|
9488
|
-
readonly cx: (...args: any) => string;
|
|
9489
|
-
};
|
|
9490
|
-
|
|
9491
|
-
declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
9536
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
9492
9537
|
readonly classes: {
|
|
9493
9538
|
root: string;
|
|
9494
9539
|
disableGutters: string;
|
|
@@ -9503,7 +9548,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "d
|
|
|
9503
9548
|
readonly cx: (...args: any) => string;
|
|
9504
9549
|
};
|
|
9505
9550
|
|
|
9506
|
-
declare const
|
|
9551
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9507
9552
|
readonly classes: {
|
|
9508
9553
|
root: string;
|
|
9509
9554
|
section: string;
|
|
@@ -9514,7 +9559,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "section" |
|
|
|
9514
9559
|
readonly cx: (...args: any) => string;
|
|
9515
9560
|
};
|
|
9516
9561
|
|
|
9517
|
-
declare const
|
|
9562
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
|
|
9518
9563
|
readonly classes: {
|
|
9519
9564
|
root: string;
|
|
9520
9565
|
head: string;
|
|
@@ -9545,7 +9590,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9545
9590
|
readonly cx: (...args: any) => string;
|
|
9546
9591
|
};
|
|
9547
9592
|
|
|
9548
|
-
declare const
|
|
9593
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
|
|
9549
9594
|
readonly classes: {
|
|
9550
9595
|
root: string;
|
|
9551
9596
|
head: string;
|
|
@@ -9562,7 +9607,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "se
|
|
|
9562
9607
|
readonly cx: (...args: any) => string;
|
|
9563
9608
|
};
|
|
9564
9609
|
|
|
9565
|
-
declare const
|
|
9610
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9566
9611
|
readonly classes: {
|
|
9567
9612
|
root: string;
|
|
9568
9613
|
head: string;
|
|
@@ -9602,7 +9647,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9602
9647
|
readonly cx: (...args: any) => string;
|
|
9603
9648
|
};
|
|
9604
9649
|
|
|
9605
|
-
declare const
|
|
9650
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9606
9651
|
readonly classes: {
|
|
9607
9652
|
root: string;
|
|
9608
9653
|
stickyHeader: string;
|
|
@@ -9613,7 +9658,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9613
9658
|
readonly cx: (...args: any) => string;
|
|
9614
9659
|
};
|
|
9615
9660
|
|
|
9616
|
-
declare const
|
|
9661
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9617
9662
|
readonly classes: {
|
|
9618
9663
|
root: string;
|
|
9619
9664
|
};
|
|
@@ -9621,7 +9666,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9621
9666
|
readonly cx: (...args: any) => string;
|
|
9622
9667
|
};
|
|
9623
9668
|
|
|
9624
|
-
declare const
|
|
9669
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9625
9670
|
readonly classes: {
|
|
9626
9671
|
root: string;
|
|
9627
9672
|
sortDropdown: string;
|
|
@@ -9630,7 +9675,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9630
9675
|
readonly cx: (...args: any) => string;
|
|
9631
9676
|
};
|
|
9632
9677
|
|
|
9633
|
-
declare const
|
|
9678
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "description" | "labelContainer" | "dropdown" | "arrow" | "selectionDisabled" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
9634
9679
|
readonly classes: {
|
|
9635
9680
|
root: string;
|
|
9636
9681
|
labelContainer: string;
|
|
@@ -9654,7 +9699,25 @@ declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "p
|
|
|
9654
9699
|
readonly cx: (...args: any) => string;
|
|
9655
9700
|
};
|
|
9656
9701
|
|
|
9657
|
-
declare const
|
|
9702
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "interactive" | "startAdornment" | "endAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
9703
|
+
readonly classes: {
|
|
9704
|
+
root: string;
|
|
9705
|
+
focus: string;
|
|
9706
|
+
startAdornment: string;
|
|
9707
|
+
endAdornment: string;
|
|
9708
|
+
gutters: string;
|
|
9709
|
+
condensed: string;
|
|
9710
|
+
interactive: string;
|
|
9711
|
+
selected: string;
|
|
9712
|
+
disabled: string;
|
|
9713
|
+
withStartAdornment: string;
|
|
9714
|
+
withEndAdornment: string;
|
|
9715
|
+
};
|
|
9716
|
+
readonly css: any;
|
|
9717
|
+
readonly cx: (...args: any) => string;
|
|
9718
|
+
};
|
|
9719
|
+
|
|
9720
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"listContainer" | "selection" | "virtualized" | "selectAll" | "selectAllContainer" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
|
|
9658
9721
|
readonly classes: {
|
|
9659
9722
|
rootList: string;
|
|
9660
9723
|
dropdownListContainer: string;
|
|
@@ -9670,18 +9733,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"listContainer" | "se
|
|
|
9670
9733
|
readonly cx: (...args: any) => string;
|
|
9671
9734
|
};
|
|
9672
9735
|
|
|
9673
|
-
declare const
|
|
9674
|
-
readonly classes: {
|
|
9675
|
-
root: string;
|
|
9676
|
-
counterDisabled: string;
|
|
9677
|
-
gutter: string;
|
|
9678
|
-
overloaded: string;
|
|
9679
|
-
};
|
|
9680
|
-
readonly css: any;
|
|
9681
|
-
readonly cx: (...args: any) => string;
|
|
9682
|
-
};
|
|
9683
|
-
|
|
9684
|
-
declare const useClasses_60: (classesProp?: Partial<Record<"container" | "label" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "description" | "labelContainer" | "dropdown" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
9736
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"container" | "label" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "description" | "labelContainer" | "dropdown" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
9685
9737
|
readonly classes: {
|
|
9686
9738
|
root: string;
|
|
9687
9739
|
actionContainer: string;
|
|
@@ -9705,7 +9757,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"container" | "label"
|
|
|
9705
9757
|
readonly cx: (...args: any) => string;
|
|
9706
9758
|
};
|
|
9707
9759
|
|
|
9708
|
-
declare const
|
|
9760
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText" | "messageContainer" | "fullscreen" | "textWithIcon", string>>, addStatic?: boolean) => {
|
|
9709
9761
|
readonly classes: {
|
|
9710
9762
|
root: string;
|
|
9711
9763
|
fullscreen: string;
|
|
@@ -9717,7 +9769,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "titleText"
|
|
|
9717
9769
|
readonly cx: (...args: any) => string;
|
|
9718
9770
|
};
|
|
9719
9771
|
|
|
9720
|
-
declare const
|
|
9772
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
|
|
9721
9773
|
readonly classes: {
|
|
9722
9774
|
root: string;
|
|
9723
9775
|
textContent: string;
|
|
@@ -9726,7 +9778,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent
|
|
|
9726
9778
|
readonly cx: (...args: any) => string;
|
|
9727
9779
|
};
|
|
9728
9780
|
|
|
9729
|
-
declare const
|
|
9781
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
|
|
9730
9782
|
readonly classes: {
|
|
9731
9783
|
root: string;
|
|
9732
9784
|
fullscreen: string;
|
|
@@ -9736,7 +9788,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
9736
9788
|
readonly cx: (...args: any) => string;
|
|
9737
9789
|
};
|
|
9738
9790
|
|
|
9739
|
-
declare const
|
|
9791
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
|
|
9740
9792
|
readonly classes: {
|
|
9741
9793
|
root: string;
|
|
9742
9794
|
background: string;
|
|
@@ -9753,7 +9805,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "backgrou
|
|
|
9753
9805
|
readonly cx: (...args: any) => string;
|
|
9754
9806
|
};
|
|
9755
9807
|
|
|
9756
|
-
declare const
|
|
9808
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9757
9809
|
readonly classes: {
|
|
9758
9810
|
root: string;
|
|
9759
9811
|
horizontal: string;
|
|
@@ -9765,7 +9817,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root"
|
|
|
9765
9817
|
readonly cx: (...args: any) => string;
|
|
9766
9818
|
};
|
|
9767
9819
|
|
|
9768
|
-
declare const
|
|
9820
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group", string>>, addStatic?: boolean) => {
|
|
9769
9821
|
readonly classes: {
|
|
9770
9822
|
root: string;
|
|
9771
9823
|
label: string;
|
|
@@ -9779,7 +9831,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
9779
9831
|
readonly cx: (...args: any) => string;
|
|
9780
9832
|
};
|
|
9781
9833
|
|
|
9782
|
-
declare const
|
|
9834
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
|
|
9783
9835
|
readonly classes: {
|
|
9784
9836
|
root: string;
|
|
9785
9837
|
paper: string;
|
|
@@ -9790,7 +9842,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root"
|
|
|
9790
9842
|
readonly cx: (...args: any) => string;
|
|
9791
9843
|
};
|
|
9792
9844
|
|
|
9793
|
-
declare const
|
|
9845
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
|
|
9794
9846
|
readonly classes: {
|
|
9795
9847
|
root: string;
|
|
9796
9848
|
container: string;
|
|
@@ -9805,30 +9857,27 @@ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root"
|
|
|
9805
9857
|
readonly cx: (...args: any) => string;
|
|
9806
9858
|
};
|
|
9807
9859
|
|
|
9808
|
-
declare const
|
|
9860
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
9809
9861
|
readonly classes: {
|
|
9810
|
-
|
|
9811
|
-
|
|
9862
|
+
root: string;
|
|
9863
|
+
counterDisabled: string;
|
|
9864
|
+
gutter: string;
|
|
9865
|
+
overloaded: string;
|
|
9812
9866
|
};
|
|
9813
9867
|
readonly css: any;
|
|
9814
9868
|
readonly cx: (...args: any) => string;
|
|
9815
9869
|
};
|
|
9816
9870
|
|
|
9817
|
-
declare const
|
|
9871
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
9818
9872
|
readonly classes: {
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
adornment: string;
|
|
9822
|
-
adornmentIcon: string;
|
|
9823
|
-
hideIcon: string;
|
|
9824
|
-
adornmentButton: string;
|
|
9825
|
-
disabled: string;
|
|
9873
|
+
previewButton: string;
|
|
9874
|
+
overlay: string;
|
|
9826
9875
|
};
|
|
9827
9876
|
readonly css: any;
|
|
9828
9877
|
readonly cx: (...args: any) => string;
|
|
9829
9878
|
};
|
|
9830
9879
|
|
|
9831
|
-
declare const
|
|
9880
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
|
|
9832
9881
|
readonly classes: {
|
|
9833
9882
|
root: string;
|
|
9834
9883
|
progressbar: string;
|
|
@@ -9845,7 +9894,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"root" | "icon" | "pr
|
|
|
9845
9894
|
readonly cx: (...args: any) => string;
|
|
9846
9895
|
};
|
|
9847
9896
|
|
|
9848
|
-
declare const
|
|
9897
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9849
9898
|
readonly classes: {
|
|
9850
9899
|
root: string;
|
|
9851
9900
|
};
|
|
@@ -9853,7 +9902,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9853
9902
|
readonly cx: (...args: any) => string;
|
|
9854
9903
|
};
|
|
9855
9904
|
|
|
9856
|
-
declare const
|
|
9905
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
|
|
9857
9906
|
readonly classes: {
|
|
9858
9907
|
dropZoneContainer: string;
|
|
9859
9908
|
dropZoneLabelsGroup: string;
|
|
@@ -9871,7 +9920,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" |
|
|
|
9871
9920
|
readonly cx: (...args: any) => string;
|
|
9872
9921
|
};
|
|
9873
9922
|
|
|
9874
|
-
declare const
|
|
9923
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9875
9924
|
readonly classes: {
|
|
9876
9925
|
root: string;
|
|
9877
9926
|
label: string;
|
|
@@ -9883,7 +9932,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9883
9932
|
readonly cx: (...args: any) => string;
|
|
9884
9933
|
};
|
|
9885
9934
|
|
|
9886
|
-
declare const
|
|
9935
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
|
|
9887
9936
|
readonly classes: {
|
|
9888
9937
|
dropdown: string;
|
|
9889
9938
|
panel: string;
|
|
@@ -9900,7 +9949,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"space" | "header" |
|
|
|
9900
9949
|
readonly cx: (...args: any) => string;
|
|
9901
9950
|
};
|
|
9902
9951
|
|
|
9903
|
-
declare const
|
|
9952
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
9904
9953
|
readonly classes: {
|
|
9905
9954
|
root: string;
|
|
9906
9955
|
name: string;
|
|
@@ -9913,7 +9962,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "r
|
|
|
9913
9962
|
readonly cx: (...args: any) => string;
|
|
9914
9963
|
};
|
|
9915
9964
|
|
|
9916
|
-
declare const
|
|
9965
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
|
|
9917
9966
|
readonly classes: {
|
|
9918
9967
|
root: string;
|
|
9919
9968
|
positionSticky: string;
|
|
@@ -9932,7 +9981,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "root" | "se
|
|
|
9932
9981
|
readonly cx: (...args: any) => string;
|
|
9933
9982
|
};
|
|
9934
9983
|
|
|
9935
|
-
declare const
|
|
9984
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
|
|
9936
9985
|
readonly classes: {
|
|
9937
9986
|
root: string;
|
|
9938
9987
|
container: string;
|
|
@@ -9972,7 +10021,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"container" | "root"
|
|
|
9972
10021
|
readonly cx: (...args: any) => string;
|
|
9973
10022
|
};
|
|
9974
10023
|
|
|
9975
|
-
declare const
|
|
10024
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
|
|
9976
10025
|
readonly classes: {
|
|
9977
10026
|
root: string;
|
|
9978
10027
|
header: string;
|
|
@@ -9983,15 +10032,21 @@ declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "
|
|
|
9983
10032
|
readonly cx: (...args: any) => string;
|
|
9984
10033
|
};
|
|
9985
10034
|
|
|
9986
|
-
declare const
|
|
10035
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
|
|
9987
10036
|
readonly classes: {
|
|
9988
10037
|
root: string;
|
|
10038
|
+
icon: string;
|
|
10039
|
+
adornment: string;
|
|
10040
|
+
adornmentIcon: string;
|
|
10041
|
+
hideIcon: string;
|
|
10042
|
+
adornmentButton: string;
|
|
10043
|
+
disabled: string;
|
|
9989
10044
|
};
|
|
9990
10045
|
readonly css: any;
|
|
9991
10046
|
readonly cx: (...args: any) => string;
|
|
9992
10047
|
};
|
|
9993
10048
|
|
|
9994
|
-
declare const
|
|
10049
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9995
10050
|
readonly classes: {
|
|
9996
10051
|
root: string;
|
|
9997
10052
|
};
|
|
@@ -9999,7 +10054,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9999
10054
|
readonly cx: (...args: any) => string;
|
|
10000
10055
|
};
|
|
10001
10056
|
|
|
10002
|
-
declare const
|
|
10057
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
|
|
10003
10058
|
readonly classes: {
|
|
10004
10059
|
root: string;
|
|
10005
10060
|
separator: string;
|
|
@@ -10009,7 +10064,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root" | "separator"
|
|
|
10009
10064
|
readonly cx: (...args: any) => string;
|
|
10010
10065
|
};
|
|
10011
10066
|
|
|
10012
|
-
declare const
|
|
10067
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
|
|
10013
10068
|
readonly classes: {
|
|
10014
10069
|
root: string;
|
|
10015
10070
|
menu: string;
|
|
@@ -10022,7 +10077,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "active" | "
|
|
|
10022
10077
|
readonly cx: (...args: any) => string;
|
|
10023
10078
|
};
|
|
10024
10079
|
|
|
10025
|
-
declare const
|
|
10080
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
|
|
10026
10081
|
readonly classes: {
|
|
10027
10082
|
root: string;
|
|
10028
10083
|
menu: string;
|
|
@@ -10036,7 +10091,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "root" | "se
|
|
|
10036
10091
|
readonly cx: (...args: any) => string;
|
|
10037
10092
|
};
|
|
10038
10093
|
|
|
10039
|
-
declare const
|
|
10094
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10040
10095
|
readonly classes: {
|
|
10041
10096
|
root: string;
|
|
10042
10097
|
};
|
|
@@ -10044,7 +10099,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10044
10099
|
readonly cx: (...args: any) => string;
|
|
10045
10100
|
};
|
|
10046
10101
|
|
|
10047
|
-
declare const
|
|
10102
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "input" | "icon" | "button" | "text" | "inputRoot" | "inputBorderContainer" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
10048
10103
|
readonly classes: {
|
|
10049
10104
|
root: string;
|
|
10050
10105
|
inputBorderContainer: string;
|
|
@@ -10061,7 +10116,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root" | "input" | "i
|
|
|
10061
10116
|
readonly cx: (...args: any) => string;
|
|
10062
10117
|
};
|
|
10063
10118
|
|
|
10064
|
-
declare const
|
|
10119
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
|
|
10065
10120
|
readonly classes: {
|
|
10066
10121
|
root: string;
|
|
10067
10122
|
visualIndicatorContainer: string;
|
|
@@ -10078,7 +10133,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "visualIndic
|
|
|
10078
10133
|
readonly cx: (...args: any) => string;
|
|
10079
10134
|
};
|
|
10080
10135
|
|
|
10081
|
-
declare const
|
|
10136
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
10082
10137
|
readonly classes: {
|
|
10083
10138
|
a: string;
|
|
10084
10139
|
};
|
|
@@ -10086,7 +10141,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"a", string>>, addSta
|
|
|
10086
10141
|
readonly cx: (...args: any) => string;
|
|
10087
10142
|
};
|
|
10088
10143
|
|
|
10089
|
-
declare const
|
|
10144
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
|
|
10090
10145
|
readonly classes: {
|
|
10091
10146
|
root: string;
|
|
10092
10147
|
virtualizedRoot: string;
|
|
@@ -10103,7 +10158,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "it
|
|
|
10103
10158
|
readonly cx: (...args: any) => string;
|
|
10104
10159
|
};
|
|
10105
10160
|
|
|
10106
|
-
declare const
|
|
10161
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "barContainer" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
10107
10162
|
readonly classes: {
|
|
10108
10163
|
root: string;
|
|
10109
10164
|
barContainer: string;
|
|
@@ -10121,26 +10176,24 @@ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" |
|
|
|
10121
10176
|
readonly cx: (...args: any) => string;
|
|
10122
10177
|
};
|
|
10123
10178
|
|
|
10124
|
-
declare const
|
|
10179
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10125
10180
|
readonly classes: {
|
|
10126
10181
|
root: string;
|
|
10127
|
-
loading: string;
|
|
10128
10182
|
};
|
|
10129
10183
|
readonly css: any;
|
|
10130
10184
|
readonly cx: (...args: any) => string;
|
|
10131
10185
|
};
|
|
10132
10186
|
|
|
10133
|
-
declare const
|
|
10187
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
|
|
10134
10188
|
readonly classes: {
|
|
10135
10189
|
root: string;
|
|
10136
|
-
|
|
10137
|
-
childGutter: string;
|
|
10190
|
+
loading: string;
|
|
10138
10191
|
};
|
|
10139
10192
|
readonly css: any;
|
|
10140
10193
|
readonly cx: (...args: any) => string;
|
|
10141
10194
|
};
|
|
10142
10195
|
|
|
10143
|
-
declare const
|
|
10196
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
10144
10197
|
readonly classes: {
|
|
10145
10198
|
root: string;
|
|
10146
10199
|
formContainer: string;
|
|
@@ -10149,7 +10202,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
10149
10202
|
readonly cx: (...args: any) => string;
|
|
10150
10203
|
};
|
|
10151
10204
|
|
|
10152
|
-
declare const
|
|
10205
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "multiple" | "splitGroup" | "primaryGhost" | "primarySubtle" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
|
|
10153
10206
|
readonly classes: {
|
|
10154
10207
|
root: string;
|
|
10155
10208
|
multiple: string;
|
|
@@ -10171,7 +10224,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
10171
10224
|
readonly cx: (...args: any) => string;
|
|
10172
10225
|
};
|
|
10173
10226
|
|
|
10174
|
-
declare const
|
|
10227
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
10175
10228
|
readonly classes: {
|
|
10176
10229
|
tooltipData: string;
|
|
10177
10230
|
tooltipAnchor: string;
|
|
@@ -10181,7 +10234,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tool
|
|
|
10181
10234
|
readonly cx: (...args: any) => string;
|
|
10182
10235
|
};
|
|
10183
10236
|
|
|
10184
|
-
declare const
|
|
10237
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
10185
10238
|
readonly classes: {
|
|
10186
10239
|
root: string;
|
|
10187
10240
|
tooltip: string;
|
|
@@ -10199,7 +10252,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"color" | "root" | "t
|
|
|
10199
10252
|
readonly cx: (...args: any) => string;
|
|
10200
10253
|
};
|
|
10201
10254
|
|
|
10202
|
-
declare const
|
|
10255
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10203
10256
|
readonly classes: {
|
|
10204
10257
|
root: string;
|
|
10205
10258
|
};
|
|
@@ -10207,7 +10260,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10207
10260
|
readonly cx: (...args: any) => string;
|
|
10208
10261
|
};
|
|
10209
10262
|
|
|
10210
|
-
declare const
|
|
10263
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
10211
10264
|
readonly classes: {
|
|
10212
10265
|
root: string;
|
|
10213
10266
|
progress: string;
|
|
@@ -10222,7 +10275,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "progress" |
|
|
|
10222
10275
|
readonly cx: (...args: any) => string;
|
|
10223
10276
|
};
|
|
10224
10277
|
|
|
10225
|
-
declare const
|
|
10278
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "subRulesContainer" | "topActionButtonContainer" | "createConditionButton" | "createGroupButton" | "removeButton" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "actionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
10226
10279
|
readonly classes: {
|
|
10227
10280
|
root: string;
|
|
10228
10281
|
topGroup: string;
|
|
@@ -10246,7 +10299,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "topGroup" |
|
|
|
10246
10299
|
readonly cx: (...args: any) => string;
|
|
10247
10300
|
};
|
|
10248
10301
|
|
|
10249
|
-
declare const
|
|
10302
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
10250
10303
|
readonly classes: {
|
|
10251
10304
|
root: string;
|
|
10252
10305
|
container: string;
|
|
@@ -10263,7 +10316,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"container" | "label"
|
|
|
10263
10316
|
readonly cx: (...args: any) => string;
|
|
10264
10317
|
};
|
|
10265
10318
|
|
|
10266
|
-
declare const
|
|
10319
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
|
|
10267
10320
|
readonly classes: {
|
|
10268
10321
|
root: string;
|
|
10269
10322
|
button: string;
|
|
@@ -10276,19 +10329,6 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
10276
10329
|
readonly cx: (...args: any) => string;
|
|
10277
10330
|
};
|
|
10278
10331
|
|
|
10279
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionFixed" | "positionSticky" | "notSelectedRoot", string>>, addStatic?: boolean) => {
|
|
10280
|
-
readonly classes: {
|
|
10281
|
-
root: string;
|
|
10282
|
-
positionSticky: string;
|
|
10283
|
-
positionFixed: string;
|
|
10284
|
-
notSelectedRoot: string;
|
|
10285
|
-
notSelected: string;
|
|
10286
|
-
selected: string;
|
|
10287
|
-
};
|
|
10288
|
-
readonly css: any;
|
|
10289
|
-
readonly cx: (...args: any) => string;
|
|
10290
|
-
};
|
|
10291
|
-
|
|
10292
10332
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
10293
10333
|
|
|
10294
10334
|
export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];
|
|
@@ -10472,7 +10512,7 @@ export declare const useHvRowState: typeof useRowState;
|
|
|
10472
10512
|
|
|
10473
10513
|
export declare const useHvSnackbar: () => {
|
|
10474
10514
|
enqueueSnackbar: (message: React.ReactNode, options?: HvNotistackSnackMessageProps) => SnackbarKey;
|
|
10475
|
-
closeSnackbar: (key?: SnackbarKey
|
|
10515
|
+
closeSnackbar: (key?: SnackbarKey) => void;
|
|
10476
10516
|
};
|
|
10477
10517
|
|
|
10478
10518
|
export declare const useHvSortBy: UseHvSortByProps;
|
|
@@ -10647,13 +10687,6 @@ declare interface UseTreeViewContextValueBuilderParameters {
|
|
|
10647
10687
|
defaultParentIcon?: React.ReactNode;
|
|
10648
10688
|
}
|
|
10649
10689
|
|
|
10650
|
-
declare interface UseTreeViewExpansionInstance {
|
|
10651
|
-
isNodeExpanded: (nodeId: string) => boolean;
|
|
10652
|
-
isNodeExpandable: (nodeId: string) => boolean;
|
|
10653
|
-
toggleNodeExpansion: (event: React_2.SyntheticEvent, value: string) => void;
|
|
10654
|
-
expandAllSiblings: (event: React_2.KeyboardEvent<HTMLUListElement>, nodeId: string) => void;
|
|
10655
|
-
}
|
|
10656
|
-
|
|
10657
10690
|
declare interface UseTreeViewExpansionParameters {
|
|
10658
10691
|
/**
|
|
10659
10692
|
* Expanded node ids.
|
|
@@ -10674,11 +10707,6 @@ declare interface UseTreeViewExpansionParameters {
|
|
|
10674
10707
|
onNodeToggle?: (event: React_2.SyntheticEvent, nodeIds: string[]) => void;
|
|
10675
10708
|
}
|
|
10676
10709
|
|
|
10677
|
-
declare interface UseTreeViewFocusInstance {
|
|
10678
|
-
isNodeFocused: (nodeId: string) => boolean;
|
|
10679
|
-
focusNode: (event: React_2.SyntheticEvent, nodeId: string | null) => void;
|
|
10680
|
-
}
|
|
10681
|
-
|
|
10682
10710
|
declare interface UseTreeViewFocusParameters {
|
|
10683
10711
|
/**
|
|
10684
10712
|
* Callback fired when tree items are focused.
|
|
@@ -10689,19 +10717,6 @@ declare interface UseTreeViewFocusParameters {
|
|
|
10689
10717
|
onNodeFocus?: (event: React_2.SyntheticEvent, nodeId: string) => void;
|
|
10690
10718
|
}
|
|
10691
10719
|
|
|
10692
|
-
declare interface UseTreeViewKeyboardNavigationInstance {
|
|
10693
|
-
mapFirstChar: (nodeId: string, firstChar: string) => () => void;
|
|
10694
|
-
}
|
|
10695
|
-
|
|
10696
|
-
declare interface UseTreeViewNodesInstance {
|
|
10697
|
-
getNode: (nodeId: string) => TreeViewNode;
|
|
10698
|
-
updateNode: (node: TreeViewNode) => void;
|
|
10699
|
-
removeNode: (nodeId: string) => void;
|
|
10700
|
-
getChildrenIds: (nodeId: string | null) => string[];
|
|
10701
|
-
getNavigableChildrenIds: (nodeId: string | null) => string[];
|
|
10702
|
-
isNodeDisabled: (nodeId: string | null) => nodeId is string;
|
|
10703
|
-
}
|
|
10704
|
-
|
|
10705
10720
|
declare interface UseTreeViewNodesParameters {
|
|
10706
10721
|
/**
|
|
10707
10722
|
* If `true`, will allow focus on disabled items.
|
|
@@ -10710,14 +10725,6 @@ declare interface UseTreeViewNodesParameters {
|
|
|
10710
10725
|
disabledItemsFocusable?: boolean;
|
|
10711
10726
|
}
|
|
10712
10727
|
|
|
10713
|
-
declare interface UseTreeViewSelectionInstance {
|
|
10714
|
-
isNodeSelected: (nodeId: string) => boolean;
|
|
10715
|
-
selectNode: (event: React_2.SyntheticEvent, nodeId: string, multiple?: boolean) => void;
|
|
10716
|
-
selectRange: (event: React_2.SyntheticEvent, nodes: TreeViewItemRange, stacked?: boolean) => void;
|
|
10717
|
-
rangeSelectToFirst: (event: React_2.KeyboardEvent<HTMLUListElement>, nodeId: string) => void;
|
|
10718
|
-
rangeSelectToLast: (event: React_2.KeyboardEvent<HTMLUListElement>, nodeId: string) => void;
|
|
10719
|
-
}
|
|
10720
|
-
|
|
10721
10728
|
declare interface UseTreeViewSelectionParameters<Multiple extends boolean | undefined> {
|
|
10722
10729
|
/**
|
|
10723
10730
|
* If `true` selection is disabled.
|
|
@@ -10830,9 +10837,9 @@ export declare const warningTextClasses: {
|
|
|
10830
10837
|
};
|
|
10831
10838
|
|
|
10832
10839
|
/** @deprecated wrap your component with `HvTooltip` */
|
|
10833
|
-
export declare const withTooltip: (Component: React.FunctionComponent, label: string | undefined, placement: HvTooltipPlacementType, hideTooltip?: (
|
|
10840
|
+
export declare const withTooltip: (Component: React.FunctionComponent, label: string | undefined, placement: HvTooltipPlacementType, hideTooltip?: (event: React.MouseEvent<HTMLDivElement>) => boolean, tooltipProps?: Partial<HvTooltipProps>, tooltipContainerProps?: HvBaseProps) => (props: any) => JSX_2.Element;
|
|
10834
10841
|
|
|
10835
10842
|
/** @deprecated */
|
|
10836
|
-
export declare const wrapperTooltip: (hasTooltips: boolean, Component: any, label: any) => ((props: any) =>
|
|
10843
|
+
export declare const wrapperTooltip: (hasTooltips: boolean, Component: any, label: any) => ((props: any) => JSX_2.Element) | (() => any);
|
|
10837
10844
|
|
|
10838
10845
|
export { }
|