@hitachivantara/uikit-react-core 5.50.1 → 5.52.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/DropDownMenu/DropDownMenu.cjs +1 -1
- package/dist/cjs/FilterGroup/Counter/Counter.cjs.map +1 -1
- package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs.map +1 -1
- package/dist/cjs/FilterGroup/FilterGroup.cjs.map +1 -1
- package/dist/cjs/FilterGroup/FilterGroupContext.cjs.map +1 -1
- package/dist/cjs/FilterGroup/LeftPanel/LeftPanel.cjs.map +1 -1
- package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs +22 -15
- package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs.map +1 -1
- package/dist/cjs/Select/Option.cjs +53 -0
- package/dist/cjs/Select/Option.cjs.map +1 -0
- package/dist/cjs/Select/OptionGroup.cjs +34 -0
- package/dist/cjs/Select/OptionGroup.cjs.map +1 -0
- package/dist/cjs/Select/Select.cjs +214 -0
- package/dist/cjs/Select/Select.cjs.map +1 -0
- package/dist/cjs/Select/Select.styles.cjs +44 -0
- package/dist/cjs/Select/Select.styles.cjs.map +1 -0
- package/dist/cjs/Select/SelectButton.cjs +92 -0
- package/dist/cjs/Select/SelectButton.cjs.map +1 -0
- package/dist/cjs/index.cjs +10 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/DropDownMenu/DropDownMenu.js +1 -1
- package/dist/esm/FilterGroup/Counter/Counter.js.map +1 -1
- package/dist/esm/FilterGroup/FilterContent/FilterContent.js.map +1 -1
- package/dist/esm/FilterGroup/FilterGroup.js.map +1 -1
- package/dist/esm/FilterGroup/FilterGroupContext.js.map +1 -1
- package/dist/esm/FilterGroup/LeftPanel/LeftPanel.js.map +1 -1
- package/dist/esm/FilterGroup/RightPanel/RightPanel.js +22 -15
- package/dist/esm/FilterGroup/RightPanel/RightPanel.js.map +1 -1
- package/dist/esm/Select/Option.js +53 -0
- package/dist/esm/Select/Option.js.map +1 -0
- package/dist/esm/Select/OptionGroup.js +34 -0
- package/dist/esm/Select/OptionGroup.js.map +1 -0
- package/dist/esm/Select/Select.js +213 -0
- package/dist/esm/Select/Select.js.map +1 -0
- package/dist/esm/Select/Select.styles.js +44 -0
- package/dist/esm/Select/Select.styles.js.map +1 -0
- package/dist/esm/Select/SelectButton.js +92 -0
- package/dist/esm/Select/SelectButton.js.map +1 -0
- package/dist/esm/index.js +224 -214
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +564 -450
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -68,6 +68,8 @@ import { JSX as JSX_3 } from '@emotion/react/jsx-runtime';
|
|
|
68
68
|
import { JSXElementConstructor } from 'react';
|
|
69
69
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
70
70
|
import { MouseEventHandler } from 'react';
|
|
71
|
+
import { OptionGroupProps } from '@mui/base/OptionGroup';
|
|
72
|
+
import { OptionOwnProps } from '@mui/base/Option';
|
|
71
73
|
import { OptionsObject } from 'notistack';
|
|
72
74
|
import { PopperProps } from 'react-popper';
|
|
73
75
|
import { PropGetter } from 'react-table';
|
|
@@ -149,6 +151,7 @@ import { UseRowStateInstanceProps } from 'react-table';
|
|
|
149
151
|
import { UseRowStateOptions } from 'react-table';
|
|
150
152
|
import { UseRowStateRowProps } from 'react-table';
|
|
151
153
|
import { UseRowStateState } from 'react-table';
|
|
154
|
+
import { UseSelectParameters } from '@mui/base/useSelect';
|
|
152
155
|
import { UseSortByColumnOptions } from 'react-table';
|
|
153
156
|
import { UseSortByColumnProps } from 'react-table';
|
|
154
157
|
import { UseSortByHooks } from 'react-table';
|
|
@@ -332,15 +335,15 @@ export declare const baseDropdownClasses: {
|
|
|
332
335
|
placeholder: "HvBaseDropdown-placeholder";
|
|
333
336
|
panel: "HvBaseDropdown-panel";
|
|
334
337
|
inputExtensionOpen: "HvBaseDropdown-inputExtensionOpen";
|
|
338
|
+
panelOpenedUp: "HvBaseDropdown-panelOpenedUp";
|
|
339
|
+
panelOpenedDown: "HvBaseDropdown-panelOpenedDown";
|
|
340
|
+
selection: "HvBaseDropdown-selection";
|
|
341
|
+
arrowContainer: "HvBaseDropdown-arrowContainer";
|
|
342
|
+
arrow: "HvBaseDropdown-arrow";
|
|
335
343
|
rootDisabled: "HvBaseDropdown-rootDisabled";
|
|
336
344
|
headerOpenUp: "HvBaseDropdown-headerOpenUp";
|
|
337
345
|
headerOpenDown: "HvBaseDropdown-headerOpenDown";
|
|
338
|
-
arrowContainer: "HvBaseDropdown-arrowContainer";
|
|
339
|
-
arrow: "HvBaseDropdown-arrow";
|
|
340
|
-
selection: "HvBaseDropdown-selection";
|
|
341
346
|
selectionDisabled: "HvBaseDropdown-selectionDisabled";
|
|
342
|
-
panelOpenedUp: "HvBaseDropdown-panelOpenedUp";
|
|
343
|
-
panelOpenedDown: "HvBaseDropdown-panelOpenedDown";
|
|
344
347
|
inputExtensionLeftPosition: "HvBaseDropdown-inputExtensionLeftPosition";
|
|
345
348
|
inputExtensionOpenShadow: "HvBaseDropdown-inputExtensionOpenShadow";
|
|
346
349
|
inputExtensionFloatRight: "HvBaseDropdown-inputExtensionFloatRight";
|
|
@@ -627,8 +630,8 @@ export declare const datePickerClasses: {
|
|
|
627
630
|
action: "HvDatePicker-action";
|
|
628
631
|
error: "HvDatePicker-error";
|
|
629
632
|
dropdown: "HvDatePicker-dropdown";
|
|
630
|
-
actionContainer: "HvDatePicker-actionContainer";
|
|
631
633
|
labelContainer: "HvDatePicker-labelContainer";
|
|
634
|
+
actionContainer: "HvDatePicker-actionContainer";
|
|
632
635
|
dropdownHeaderInvalid: "HvDatePicker-dropdownHeaderInvalid";
|
|
633
636
|
dropdownHeaderOpen: "HvDatePicker-dropdownHeaderOpen";
|
|
634
637
|
leftContainer: "HvDatePicker-leftContainer";
|
|
@@ -847,9 +850,9 @@ export declare const dropdownClasses: {
|
|
|
847
850
|
placeholderClosed: "HvDropdown-placeholderClosed";
|
|
848
851
|
error: "HvDropdown-error";
|
|
849
852
|
dropdown: "HvDropdown-dropdown";
|
|
853
|
+
labelContainer: "HvDropdown-labelContainer";
|
|
850
854
|
arrow: "HvDropdown-arrow";
|
|
851
855
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
852
|
-
labelContainer: "HvDropdown-labelContainer";
|
|
853
856
|
rootList: "HvDropdown-rootList";
|
|
854
857
|
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
855
858
|
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
@@ -1123,7 +1126,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
|
1123
1126
|
*/
|
|
1124
1127
|
export declare const HvAccordion: (props: HvAccordionProps) => JSX_3.Element;
|
|
1125
1128
|
|
|
1126
|
-
export declare type HvAccordionClasses = ExtractNames<typeof
|
|
1129
|
+
export declare type HvAccordionClasses = ExtractNames<typeof useClasses_18>;
|
|
1127
1130
|
|
|
1128
1131
|
export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
|
|
1129
1132
|
/**
|
|
@@ -1170,14 +1173,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1170
1173
|
|
|
1171
1174
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_3.Element;
|
|
1172
1175
|
|
|
1173
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1176
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_19>;
|
|
1174
1177
|
|
|
1175
1178
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1176
1179
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
1177
1180
|
classes?: HvActionBarClasses;
|
|
1178
1181
|
}
|
|
1179
1182
|
|
|
1180
|
-
declare type HvActionContainerClasses = ExtractNames<typeof
|
|
1183
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_27>;
|
|
1181
1184
|
|
|
1182
1185
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1183
1186
|
/** onClose function. */
|
|
@@ -1201,7 +1204,7 @@ export declare interface HvActionGeneric {
|
|
|
1201
1204
|
|
|
1202
1205
|
export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_3.Element | null;
|
|
1203
1206
|
|
|
1204
|
-
export declare type HvActionsGenericClasses = ExtractNames<typeof
|
|
1207
|
+
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_20>;
|
|
1205
1208
|
|
|
1206
1209
|
export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
1207
1210
|
/** Button category. */
|
|
@@ -1273,7 +1276,7 @@ export declare interface HvAppSwitcherActionApplication {
|
|
|
1273
1276
|
color?: HvColorAny;
|
|
1274
1277
|
}
|
|
1275
1278
|
|
|
1276
|
-
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof
|
|
1279
|
+
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_22>;
|
|
1277
1280
|
|
|
1278
1281
|
export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
1279
1282
|
/** The application data to be used to render the Action object. */
|
|
@@ -1286,7 +1289,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
|
1286
1289
|
classes?: HvAppSwitcherActionClasses;
|
|
1287
1290
|
}
|
|
1288
1291
|
|
|
1289
|
-
export declare type HvAppSwitcherClasses = ExtractNames<typeof
|
|
1292
|
+
export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_21>;
|
|
1290
1293
|
|
|
1291
1294
|
export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
1292
1295
|
/** Number of columns to render. One, two, or whatever fits the component's width. */
|
|
@@ -1325,14 +1328,14 @@ export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
|
|
|
1325
1328
|
*/
|
|
1326
1329
|
export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<any>>;
|
|
1327
1330
|
|
|
1328
|
-
export declare type HvAvatarClasses = ExtractNames<typeof
|
|
1331
|
+
export declare type HvAvatarClasses = ExtractNames<typeof useClasses_23>;
|
|
1329
1332
|
|
|
1330
1333
|
/**
|
|
1331
1334
|
* The AvatarGroup component is used to group multiple avatars.
|
|
1332
1335
|
*/
|
|
1333
1336
|
export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
|
|
1334
1337
|
|
|
1335
|
-
export declare type HvAvatarGroupClasses = ExtractNames<typeof
|
|
1338
|
+
export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_24>;
|
|
1336
1339
|
|
|
1337
1340
|
export declare interface HvAvatarGroupProps extends HvBaseProps {
|
|
1338
1341
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
@@ -1402,7 +1405,7 @@ export declare type HvAvatarVariant = "circular" | "square";
|
|
|
1402
1405
|
*/
|
|
1403
1406
|
export declare const HvBadge: (props: HvBadgeProps) => JSX_3.Element;
|
|
1404
1407
|
|
|
1405
|
-
export declare type HvBadgeClasses = ExtractNames<typeof
|
|
1408
|
+
export declare type HvBadgeClasses = ExtractNames<typeof useClasses_25>;
|
|
1406
1409
|
|
|
1407
1410
|
export declare interface HvBadgeProps extends HvBaseProps {
|
|
1408
1411
|
/**
|
|
@@ -1443,11 +1446,11 @@ export declare const HvBanner: (props: HvBannerProps) => JSX_3.Element;
|
|
|
1443
1446
|
|
|
1444
1447
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1445
1448
|
|
|
1446
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1449
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_26>;
|
|
1447
1450
|
|
|
1448
1451
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1449
1452
|
|
|
1450
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1453
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_28>;
|
|
1451
1454
|
|
|
1452
1455
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
|
|
1453
1456
|
/** The message to display. */
|
|
@@ -1519,7 +1522,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1519
1522
|
*/
|
|
1520
1523
|
export declare const HvBaseCheckBox: React_2.ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1521
1524
|
|
|
1522
|
-
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof
|
|
1525
|
+
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_29>;
|
|
1523
1526
|
|
|
1524
1527
|
export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes"> {
|
|
1525
1528
|
/**
|
|
@@ -1596,7 +1599,7 @@ export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
|
1596
1599
|
|
|
1597
1600
|
export declare const HvBaseDropdown: React_2.ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1598
1601
|
|
|
1599
|
-
export declare type HvBaseDropdownClasses = ExtractNames<typeof
|
|
1602
|
+
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_17>;
|
|
1600
1603
|
|
|
1601
1604
|
export declare interface HvBaseDropdownProps extends HvBaseProps {
|
|
1602
1605
|
/**
|
|
@@ -1691,7 +1694,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps {
|
|
|
1691
1694
|
*/
|
|
1692
1695
|
export declare const HvBaseInput: (props: HvBaseInputProps) => JSX_3.Element;
|
|
1693
1696
|
|
|
1694
|
-
export declare type HvBaseInputClasses = ExtractNames<typeof
|
|
1697
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_16>;
|
|
1695
1698
|
|
|
1696
1699
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes"> {
|
|
1697
1700
|
/** The input name. */
|
|
@@ -1738,7 +1741,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1738
1741
|
*/
|
|
1739
1742
|
export declare const HvBaseRadio: React_2.ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1740
1743
|
|
|
1741
|
-
export declare type HvBaseRadioClasses = ExtractNames<typeof
|
|
1744
|
+
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_30>;
|
|
1742
1745
|
|
|
1743
1746
|
export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes"> {
|
|
1744
1747
|
/**
|
|
@@ -1816,7 +1819,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1816
1819
|
*/
|
|
1817
1820
|
export declare const HvBaseSwitch: React_2.ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1818
1821
|
|
|
1819
|
-
export declare type HvBaseSwitchClasses = ExtractNames<typeof
|
|
1822
|
+
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_31>;
|
|
1820
1823
|
|
|
1821
1824
|
export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes"> {
|
|
1822
1825
|
/**
|
|
@@ -1906,7 +1909,7 @@ export declare type HvBoxProps = <C extends React.ElementType = "div">(props: Hv
|
|
|
1906
1909
|
*/
|
|
1907
1910
|
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) => JSX_3.Element;
|
|
1908
1911
|
|
|
1909
|
-
export declare type HvBreadCrumbClasses = ExtractNames<typeof
|
|
1912
|
+
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_32>;
|
|
1910
1913
|
|
|
1911
1914
|
export declare interface HvBreadCrumbPathElement extends Record<string, any> {
|
|
1912
1915
|
label: string;
|
|
@@ -1938,7 +1941,7 @@ export { HvBreakpoints }
|
|
|
1938
1941
|
*/
|
|
1939
1942
|
export declare const HvBulkActions: (props: HvBulkActionsProps) => JSX_3.Element;
|
|
1940
1943
|
|
|
1941
|
-
export declare type HvBulkActionsClasses = ExtractNames<typeof
|
|
1944
|
+
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_34>;
|
|
1942
1945
|
|
|
1943
1946
|
export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
|
|
1944
1947
|
|
|
@@ -2062,7 +2065,7 @@ export declare const HvButton: <C extends ElementType<any, keyof JSX_2.Intrinsic
|
|
|
2062
2065
|
ref?: PolymorphicRef<C> | undefined;
|
|
2063
2066
|
} & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
|
|
2064
2067
|
|
|
2065
|
-
export declare type HvButtonClasses = ExtractNames<typeof
|
|
2068
|
+
export declare type HvButtonClasses = ExtractNames<typeof useClasses_36>;
|
|
2066
2069
|
|
|
2067
2070
|
export declare type HvButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
|
|
2068
2071
|
/** Use the variant prop to change the visual style of the button. */
|
|
@@ -2103,14 +2106,14 @@ export declare type HvButtonVariant = (typeof buttonVariant)[number];
|
|
|
2103
2106
|
|
|
2104
2107
|
export declare const HvCalendar: (props: HvCalendarProps) => JSX_3.Element;
|
|
2105
2108
|
|
|
2106
|
-
export declare type HvCalendarClasses = ExtractNames<typeof
|
|
2109
|
+
export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
|
|
2107
2110
|
|
|
2108
2111
|
export declare const HvCalendarHeader: {
|
|
2109
2112
|
(props: HvCalendarHeaderProps): JSX_3.Element;
|
|
2110
2113
|
formElementType: string;
|
|
2111
2114
|
};
|
|
2112
2115
|
|
|
2113
|
-
export declare type HvCalendarHeaderClasses = ExtractNames<typeof
|
|
2116
|
+
export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
|
|
2114
2117
|
|
|
2115
2118
|
export declare interface HvCalendarHeaderProps {
|
|
2116
2119
|
/**
|
|
@@ -2230,11 +2233,11 @@ export declare interface HvCalendarProps {
|
|
|
2230
2233
|
*/
|
|
2231
2234
|
export declare const HvCard: (props: HvCardProps) => JSX_3.Element;
|
|
2232
2235
|
|
|
2233
|
-
export declare type HvCardClasses = ExtractNames<typeof
|
|
2236
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_39>;
|
|
2234
2237
|
|
|
2235
2238
|
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_3.Element;
|
|
2236
2239
|
|
|
2237
|
-
export declare type HvCardContentClasses = ExtractNames<typeof
|
|
2240
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_41>;
|
|
2238
2241
|
|
|
2239
2242
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
|
|
2240
2243
|
/** The function that will be executed when this section is clicked. */
|
|
@@ -2245,7 +2248,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2245
2248
|
|
|
2246
2249
|
export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_3.Element;
|
|
2247
2250
|
|
|
2248
|
-
export declare type HvCardHeaderClasses = ExtractNames<typeof
|
|
2251
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_40>;
|
|
2249
2252
|
|
|
2250
2253
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
|
|
2251
2254
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2262,7 +2265,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2262
2265
|
|
|
2263
2266
|
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_3.Element;
|
|
2264
2267
|
|
|
2265
|
-
export declare type HvCardMediaClasses = ExtractNames<typeof
|
|
2268
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_42>;
|
|
2266
2269
|
|
|
2267
2270
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2268
2271
|
/** Id to be applied to the root node. */
|
|
@@ -2303,13 +2306,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2303
2306
|
*/
|
|
2304
2307
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_3.Element;
|
|
2305
2308
|
|
|
2306
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2309
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_43>;
|
|
2307
2310
|
|
|
2308
2311
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_3.Element;
|
|
2309
2312
|
|
|
2310
2313
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2311
2314
|
showDots?: boolean;
|
|
2312
|
-
classes?: ExtractNames<typeof
|
|
2315
|
+
classes?: ExtractNames<typeof useClasses_43>;
|
|
2313
2316
|
actions?: ReactNode;
|
|
2314
2317
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2315
2318
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2358,7 +2361,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2358
2361
|
*/
|
|
2359
2362
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_3.Element;
|
|
2360
2363
|
|
|
2361
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2364
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_44>;
|
|
2362
2365
|
|
|
2363
2366
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2364
2367
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2373,7 +2376,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2373
2376
|
|
|
2374
2377
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2375
2378
|
width?: CSSProperties["width"];
|
|
2376
|
-
classes?: ExtractNames<typeof
|
|
2379
|
+
classes?: ExtractNames<typeof useClasses_43>;
|
|
2377
2380
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2378
2381
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2379
2382
|
showDots?: boolean;
|
|
@@ -2437,14 +2440,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2437
2440
|
*/
|
|
2438
2441
|
export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
2439
2442
|
|
|
2440
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2443
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_35>;
|
|
2441
2444
|
|
|
2442
2445
|
/**
|
|
2443
2446
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2444
2447
|
*/
|
|
2445
2448
|
export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
|
|
2446
2449
|
|
|
2447
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2450
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_47>;
|
|
2448
2451
|
|
|
2449
2452
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2450
2453
|
/**
|
|
@@ -2576,7 +2579,7 @@ export { HvColorAny }
|
|
|
2576
2579
|
*/
|
|
2577
2580
|
export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
|
|
2578
2581
|
|
|
2579
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2582
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_48>;
|
|
2580
2583
|
|
|
2581
2584
|
export declare interface HvColorPickerProps {
|
|
2582
2585
|
"aria-label"?: string;
|
|
@@ -2693,7 +2696,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
|
|
|
2693
2696
|
/** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
|
|
2694
2697
|
export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2695
2698
|
|
|
2696
|
-
export declare type HvContainerClasses = ExtractNames<typeof
|
|
2699
|
+
export declare type HvContainerClasses = ExtractNames<typeof useClasses_49>;
|
|
2697
2700
|
|
|
2698
2701
|
export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
|
|
2699
2702
|
/**
|
|
@@ -2722,7 +2725,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2722
2725
|
|
|
2723
2726
|
export declare const HvControls: (props: HvControlsProps) => JSX_3.Element;
|
|
2724
2727
|
|
|
2725
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2728
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_50>;
|
|
2726
2729
|
|
|
2727
2730
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2728
2731
|
/**
|
|
@@ -2807,7 +2810,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2807
2810
|
*/
|
|
2808
2811
|
export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
|
|
2809
2812
|
|
|
2810
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2813
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_59>;
|
|
2811
2814
|
|
|
2812
2815
|
export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
|
|
2813
2816
|
/**
|
|
@@ -2893,7 +2896,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
|
|
|
2893
2896
|
|
|
2894
2897
|
export declare const HvDialog: (props: HvDialogProps) => JSX_3.Element;
|
|
2895
2898
|
|
|
2896
|
-
export declare type HvDialogActionClasses = ExtractNames<typeof
|
|
2899
|
+
export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_62>;
|
|
2897
2900
|
|
|
2898
2901
|
export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_3.Element;
|
|
2899
2902
|
|
|
@@ -2904,11 +2907,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2904
2907
|
classes?: HvDialogActionClasses;
|
|
2905
2908
|
}
|
|
2906
2909
|
|
|
2907
|
-
export declare type HvDialogClasses = ExtractNames<typeof
|
|
2910
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_63>;
|
|
2908
2911
|
|
|
2909
2912
|
export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_3.Element;
|
|
2910
2913
|
|
|
2911
|
-
export declare type HvDialogContentClasses = ExtractNames<typeof
|
|
2914
|
+
export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_61>;
|
|
2912
2915
|
|
|
2913
2916
|
export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
|
|
2914
2917
|
/** Content should be indented in relationship to the Dialog title. */
|
|
@@ -2950,7 +2953,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2950
2953
|
|
|
2951
2954
|
export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_3.Element;
|
|
2952
2955
|
|
|
2953
|
-
export declare type HvDialogTitleClasses = ExtractNames<typeof
|
|
2956
|
+
export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_60>;
|
|
2954
2957
|
|
|
2955
2958
|
export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
|
|
2956
2959
|
/** Variant of the dialog title. */
|
|
@@ -2971,7 +2974,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2971
2974
|
*/
|
|
2972
2975
|
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_3.Element;
|
|
2973
2976
|
|
|
2974
|
-
export declare type HvDotPaginationClasses = ExtractNames<typeof
|
|
2977
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_64>;
|
|
2975
2978
|
|
|
2976
2979
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
2977
2980
|
/**
|
|
@@ -3015,7 +3018,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
|
|
|
3015
3018
|
*/
|
|
3016
3019
|
export declare const HvDrawer: (props: HvDrawerProps) => JSX_3.Element;
|
|
3017
3020
|
|
|
3018
|
-
export declare type HvDrawerClasses = ExtractNames<typeof
|
|
3021
|
+
export declare type HvDrawerClasses = ExtractNames<typeof useClasses_66>;
|
|
3019
3022
|
|
|
3020
3023
|
export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
|
|
3021
3024
|
/**
|
|
@@ -3072,7 +3075,7 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
|
|
|
3072
3075
|
*/
|
|
3073
3076
|
export declare const HvDropdown: ForwardRefExoticComponent<HvDropdownProps & RefAttributes<HTMLDivElement>>;
|
|
3074
3077
|
|
|
3075
|
-
export declare type HvDropdownClasses = ExtractNames<typeof
|
|
3078
|
+
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_57>;
|
|
3076
3079
|
|
|
3077
3080
|
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): HvTableColumnConfig<D, H>;
|
|
3078
3081
|
|
|
@@ -3096,7 +3099,7 @@ export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_4>;
|
|
|
3096
3099
|
/** @deprecated use `HvDropdownLabels` instead */
|
|
3097
3100
|
export declare type HvDropdownLabelsProps = HvDropdownLabels;
|
|
3098
3101
|
|
|
3099
|
-
declare type HvDropdownListClasses = ExtractNames<typeof
|
|
3102
|
+
declare type HvDropdownListClasses = ExtractNames<typeof useClasses_58>;
|
|
3100
3103
|
|
|
3101
3104
|
declare interface HvDropdownListProps {
|
|
3102
3105
|
/**
|
|
@@ -3171,7 +3174,7 @@ declare interface HvDropdownListProps {
|
|
|
3171
3174
|
*/
|
|
3172
3175
|
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) => JSX_3.Element;
|
|
3173
3176
|
|
|
3174
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3177
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_33>;
|
|
3175
3178
|
|
|
3176
3179
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3177
3180
|
/** Icon. */
|
|
@@ -3368,7 +3371,7 @@ declare interface HvDropZoneLabels {
|
|
|
3368
3371
|
*/
|
|
3369
3372
|
export declare const HvEmptyState: (props: HvEmptyStateProps) => JSX_3.Element;
|
|
3370
3373
|
|
|
3371
|
-
export declare type HvEmptyStateClasses = ExtractNames<typeof
|
|
3374
|
+
export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_67>;
|
|
3372
3375
|
|
|
3373
3376
|
export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
|
|
3374
3377
|
/** Icon to be presented. */
|
|
@@ -3396,7 +3399,7 @@ export { HvExtraProps }
|
|
|
3396
3399
|
|
|
3397
3400
|
export declare const HvFile: (props: HvFileProps) => JSX_3.Element;
|
|
3398
3401
|
|
|
3399
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3402
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_69>;
|
|
3400
3403
|
|
|
3401
3404
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3402
3405
|
/**
|
|
@@ -3477,7 +3480,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3477
3480
|
*/
|
|
3478
3481
|
export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_3.Element;
|
|
3479
3482
|
|
|
3480
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3483
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_68>;
|
|
3481
3484
|
|
|
3482
3485
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3483
3486
|
/**
|
|
@@ -3552,9 +3555,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3552
3555
|
*/
|
|
3553
3556
|
export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
|
|
3554
3557
|
|
|
3555
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3558
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_70>;
|
|
3556
3559
|
|
|
3557
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3560
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_71>;
|
|
3558
3561
|
|
|
3559
3562
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3560
3563
|
description?: React.ReactNode;
|
|
@@ -3579,6 +3582,7 @@ export declare type HvFilterGroupFilters = {
|
|
|
3579
3582
|
data: {
|
|
3580
3583
|
id: string | number;
|
|
3581
3584
|
name: string;
|
|
3585
|
+
disabled?: boolean;
|
|
3582
3586
|
}[];
|
|
3583
3587
|
}[];
|
|
3584
3588
|
|
|
@@ -3686,7 +3690,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
|
|
|
3686
3690
|
*/
|
|
3687
3691
|
export declare const HvFooter: (props: HvFooterProps) => JSX_3.Element;
|
|
3688
3692
|
|
|
3689
|
-
export declare type HvFooterClasses = ExtractNames<typeof
|
|
3693
|
+
export declare type HvFooterClasses = ExtractNames<typeof useClasses_72>;
|
|
3690
3694
|
|
|
3691
3695
|
declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
|
|
3692
3696
|
column: HvHeaderGroup<D, H>;
|
|
@@ -3809,7 +3813,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3809
3813
|
*/
|
|
3810
3814
|
export declare const HvGlobalActions: (props: HvGlobalActionsProps) => JSX_3.Element;
|
|
3811
3815
|
|
|
3812
|
-
export declare type HvGlobalActionsClasses = ExtractNames<typeof
|
|
3816
|
+
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_73>;
|
|
3813
3817
|
|
|
3814
3818
|
export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3815
3819
|
|
|
@@ -3861,7 +3865,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
|
|
|
3861
3865
|
*/
|
|
3862
3866
|
export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
3863
3867
|
|
|
3864
|
-
export declare type HvGridClasses = ExtractNames<typeof
|
|
3868
|
+
export declare type HvGridClasses = ExtractNames<typeof useClasses_74>;
|
|
3865
3869
|
|
|
3866
3870
|
export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
|
|
3867
3871
|
|
|
@@ -3961,7 +3965,7 @@ export declare const HvHeader: (props: HvHeaderProps) => JSX_3.Element;
|
|
|
3961
3965
|
|
|
3962
3966
|
export declare const HvHeaderActions: (props: HvHeaderActionsProps) => JSX_3.Element;
|
|
3963
3967
|
|
|
3964
|
-
export declare type HvHeaderActionsClasses = ExtractNames<typeof
|
|
3968
|
+
export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_76>;
|
|
3965
3969
|
|
|
3966
3970
|
export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
3967
3971
|
classes?: HvHeaderActionsClasses;
|
|
@@ -3972,7 +3976,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
|
3972
3976
|
*/
|
|
3973
3977
|
export declare const HvHeaderBrand: (props: HvHeaderBrandProps) => JSX_3.Element;
|
|
3974
3978
|
|
|
3975
|
-
export declare type HvHeaderBrandClasses = ExtractNames<typeof
|
|
3979
|
+
export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_77>;
|
|
3976
3980
|
|
|
3977
3981
|
export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
3978
3982
|
logo?: React.ReactNode;
|
|
@@ -3980,7 +3984,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
|
3980
3984
|
classes?: HvHeaderBrandClasses;
|
|
3981
3985
|
}
|
|
3982
3986
|
|
|
3983
|
-
export declare type HvHeaderClasses = ExtractNames<typeof
|
|
3987
|
+
export declare type HvHeaderClasses = ExtractNames<typeof useClasses_75>;
|
|
3984
3988
|
|
|
3985
3989
|
declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
|
|
3986
3990
|
headers: Array<HvHeaderGroup<D, H>>;
|
|
@@ -3988,7 +3992,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
|
|
|
3988
3992
|
|
|
3989
3993
|
export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_3.Element;
|
|
3990
3994
|
|
|
3991
|
-
declare type HvHeaderMenuBarClasses = ExtractNames<typeof
|
|
3995
|
+
declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_78>;
|
|
3992
3996
|
|
|
3993
3997
|
declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3994
3998
|
data: HvHeaderNavigationItemProp[];
|
|
@@ -4001,7 +4005,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
|
|
|
4001
4005
|
|
|
4002
4006
|
export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_3.Element;
|
|
4003
4007
|
|
|
4004
|
-
declare type HvHeaderMenuItemClasses = ExtractNames<typeof
|
|
4008
|
+
declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_79>;
|
|
4005
4009
|
|
|
4006
4010
|
declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
4007
4011
|
item: HvHeaderNavigationItemProp;
|
|
@@ -4014,7 +4018,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
|
|
|
4014
4018
|
|
|
4015
4019
|
export declare const HvHeaderNavigation: (props: HvHeaderNavigationProps) => JSX_3.Element;
|
|
4016
4020
|
|
|
4017
|
-
export declare type HvHeaderNavigationClasses = ExtractNames<typeof
|
|
4021
|
+
export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_80>;
|
|
4018
4022
|
|
|
4019
4023
|
export declare interface HvHeaderNavigationItemProp {
|
|
4020
4024
|
id: string;
|
|
@@ -4073,7 +4077,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4073
4077
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4074
4078
|
}
|
|
4075
4079
|
|
|
4076
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4080
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_96>;
|
|
4077
4081
|
|
|
4078
4082
|
/**
|
|
4079
4083
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4097,7 +4101,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4097
4101
|
*/
|
|
4098
4102
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_3.Element;
|
|
4099
4103
|
|
|
4100
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4104
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_81>;
|
|
4101
4105
|
|
|
4102
4106
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4103
4107
|
/** The value of the form element. */
|
|
@@ -4129,7 +4133,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4129
4133
|
*/
|
|
4130
4134
|
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4131
4135
|
|
|
4132
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4136
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_45>;
|
|
4133
4137
|
|
|
4134
4138
|
export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_2>;
|
|
4135
4139
|
|
|
@@ -4277,7 +4281,7 @@ export declare interface HvKnobProperty {
|
|
|
4277
4281
|
*/
|
|
4278
4282
|
export declare const HvKpi: (props: HvKpiProps) => JSX_3.Element;
|
|
4279
4283
|
|
|
4280
|
-
export declare type HvKpiClasses = ExtractNames<typeof
|
|
4284
|
+
export declare type HvKpiClasses = ExtractNames<typeof useClasses_82>;
|
|
4281
4285
|
|
|
4282
4286
|
export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_7>;
|
|
4283
4287
|
|
|
@@ -4336,7 +4340,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
|
4336
4340
|
|
|
4337
4341
|
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_3.Element;
|
|
4338
4342
|
|
|
4339
|
-
export declare type HvLeftControlClasses = ExtractNames<typeof
|
|
4343
|
+
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_55>;
|
|
4340
4344
|
|
|
4341
4345
|
export declare interface HvLeftControlProps extends HvBaseProps {
|
|
4342
4346
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -4353,7 +4357,7 @@ export declare interface HvLeftControlProps extends HvBaseProps {
|
|
|
4353
4357
|
|
|
4354
4358
|
export declare const HvLink: (props: HvLinkProps) => JSX_3.Element;
|
|
4355
4359
|
|
|
4356
|
-
export declare type HvLinkClasses = ExtractNames<typeof
|
|
4360
|
+
export declare type HvLinkClasses = ExtractNames<typeof useClasses_83>;
|
|
4357
4361
|
|
|
4358
4362
|
export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
|
|
4359
4363
|
onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void | undefined;
|
|
@@ -4369,7 +4373,7 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
|
|
|
4369
4373
|
*/
|
|
4370
4374
|
export declare const HvList: (props: HvListProps) => JSX_3.Element | null;
|
|
4371
4375
|
|
|
4372
|
-
export declare type HvListClasses = ExtractNames<typeof
|
|
4376
|
+
export declare type HvListClasses = ExtractNames<typeof useClasses_84>;
|
|
4373
4377
|
|
|
4374
4378
|
/**
|
|
4375
4379
|
* A <b>list</b> is any enumeration of a set of items.
|
|
@@ -4522,7 +4526,7 @@ export declare interface HvListValue extends HvExtraProps {
|
|
|
4522
4526
|
*/
|
|
4523
4527
|
export declare const HvLoading: (props: HvLoadingProps) => JSX_3.Element;
|
|
4524
4528
|
|
|
4525
|
-
export declare type HvLoadingClasses = ExtractNames<typeof
|
|
4529
|
+
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_85>;
|
|
4526
4530
|
|
|
4527
4531
|
export declare interface HvLoadingProps extends HvBaseProps {
|
|
4528
4532
|
/** Indicates if the component should be render in a small size. */
|
|
@@ -4542,7 +4546,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4542
4546
|
*/
|
|
4543
4547
|
export declare const HvLogin: (props: HvLoginProps) => JSX_3.Element;
|
|
4544
4548
|
|
|
4545
|
-
export declare type HvLoginClasses = ExtractNames<typeof
|
|
4549
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_86>;
|
|
4546
4550
|
|
|
4547
4551
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4548
4552
|
/**
|
|
@@ -4569,7 +4573,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
|
|
|
4569
4573
|
|
|
4570
4574
|
export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_3.Element;
|
|
4571
4575
|
|
|
4572
|
-
export declare type HvMultiButtonClasses = ExtractNames<typeof
|
|
4576
|
+
export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_87>;
|
|
4573
4577
|
|
|
4574
4578
|
export declare interface HvMultiButtonProps extends HvBaseProps {
|
|
4575
4579
|
/** If all the buttons are disabled. */
|
|
@@ -4601,12 +4605,28 @@ export declare function hvNumberColumn<D extends object = Record<string, unknown
|
|
|
4601
4605
|
|
|
4602
4606
|
export declare const hvNumberFallback: (value: any) => number | "—";
|
|
4603
4607
|
|
|
4608
|
+
export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
|
|
4609
|
+
|
|
4610
|
+
export declare type HvOptionClasses = ExtractNames<typeof useClasses_12>;
|
|
4611
|
+
|
|
4612
|
+
export declare const HvOptionGroup: ForwardRefExoticComponent<Omit<HvOptionGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
|
|
4613
|
+
|
|
4614
|
+
export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_13>;
|
|
4615
|
+
|
|
4616
|
+
export declare interface HvOptionGroupProps extends OptionGroupProps {
|
|
4617
|
+
classes?: HvOptionGroupClasses;
|
|
4618
|
+
}
|
|
4619
|
+
|
|
4620
|
+
export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvListItemProps, "value" | "disabled">, Pick<OptionOwnProps<OptionValue>, "disabled" | "label" | "value"> {
|
|
4621
|
+
classes?: HvOptionClasses;
|
|
4622
|
+
}
|
|
4623
|
+
|
|
4604
4624
|
/**
|
|
4605
4625
|
* This component generates a tooltip whenever the text is overflowed.
|
|
4606
4626
|
*/
|
|
4607
4627
|
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_3.Element;
|
|
4608
4628
|
|
|
4609
|
-
export declare type HvOverflowTooltipClasses = ExtractNames<typeof
|
|
4629
|
+
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_88>;
|
|
4610
4630
|
|
|
4611
4631
|
export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
4612
4632
|
/** The node that will be rendered inside the tooltip. */
|
|
@@ -4629,7 +4649,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4629
4649
|
*/
|
|
4630
4650
|
export declare const HvPagination: (props: HvPaginationProps) => JSX_3.Element;
|
|
4631
4651
|
|
|
4632
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4652
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_46>;
|
|
4633
4653
|
|
|
4634
4654
|
export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS>;
|
|
4635
4655
|
|
|
@@ -4675,7 +4695,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
4675
4695
|
*/
|
|
4676
4696
|
export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
|
|
4677
4697
|
|
|
4678
|
-
export declare type HvPanelClasses = ExtractNames<typeof
|
|
4698
|
+
export declare type HvPanelClasses = ExtractNames<typeof useClasses_90>;
|
|
4679
4699
|
|
|
4680
4700
|
export declare interface HvPanelProps extends HvBaseProps {
|
|
4681
4701
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -4686,7 +4706,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
|
|
|
4686
4706
|
|
|
4687
4707
|
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_3.Element;
|
|
4688
4708
|
|
|
4689
|
-
export declare type HvProgressBarClasses = ExtractNames<typeof
|
|
4709
|
+
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_91>;
|
|
4690
4710
|
|
|
4691
4711
|
/**
|
|
4692
4712
|
* ProgressBar provides feedback about a process that is taking place in the application.
|
|
@@ -4806,7 +4826,7 @@ export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQ
|
|
|
4806
4826
|
rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
|
|
4807
4827
|
}
|
|
4808
4828
|
|
|
4809
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4829
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_92>;
|
|
4810
4830
|
|
|
4811
4831
|
declare interface HvQueryBuilderContextValue {
|
|
4812
4832
|
dispatchAction: React.Dispatch<QueryAction>;
|
|
@@ -5174,7 +5194,7 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
|
|
|
5174
5194
|
*/
|
|
5175
5195
|
export declare const HvRadio: React_2.ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
5176
5196
|
|
|
5177
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
5197
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_93>;
|
|
5178
5198
|
|
|
5179
5199
|
/**
|
|
5180
5200
|
* A group of radio buttons.
|
|
@@ -5183,7 +5203,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_90>;
|
|
|
5183
5203
|
*/
|
|
5184
5204
|
export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
|
|
5185
5205
|
|
|
5186
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
5206
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_65>;
|
|
5187
5207
|
|
|
5188
5208
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
5189
5209
|
/**
|
|
@@ -5354,7 +5374,7 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5354
5374
|
|
|
5355
5375
|
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_3.Element;
|
|
5356
5376
|
|
|
5357
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5377
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_56>;
|
|
5358
5378
|
|
|
5359
5379
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5360
5380
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5393,7 +5413,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5393
5413
|
*/
|
|
5394
5414
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_3.Element;
|
|
5395
5415
|
|
|
5396
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5416
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_97>;
|
|
5397
5417
|
|
|
5398
5418
|
export declare interface HvScrollToHorizontalOption {
|
|
5399
5419
|
key?: string;
|
|
@@ -5482,7 +5502,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5482
5502
|
*/
|
|
5483
5503
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_3.Element;
|
|
5484
5504
|
|
|
5485
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5505
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_95>;
|
|
5486
5506
|
|
|
5487
5507
|
export declare type HvScrollToVerticalOption = HvScrollToOption;
|
|
5488
5508
|
|
|
@@ -5557,7 +5577,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
|
|
|
5557
5577
|
*/
|
|
5558
5578
|
export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
|
|
5559
5579
|
|
|
5560
|
-
export declare type HvSectionClasses = ExtractNames<typeof
|
|
5580
|
+
export declare type HvSectionClasses = ExtractNames<typeof useClasses_98>;
|
|
5561
5581
|
|
|
5562
5582
|
export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title"> {
|
|
5563
5583
|
/** The title of the section */
|
|
@@ -5582,6 +5602,21 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
|
|
|
5582
5602
|
contentRef?: React.Ref<HTMLDivElement>;
|
|
5583
5603
|
}
|
|
5584
5604
|
|
|
5605
|
+
/**
|
|
5606
|
+
* The `HvSelect` component is a form control element that allows selection from a list of options.
|
|
5607
|
+
*
|
|
5608
|
+
* It aims to be aligned with the native HTML `<select>` and `<option>` APIs and be easily integrated with forms.
|
|
5609
|
+
*
|
|
5610
|
+
* @example
|
|
5611
|
+
* <HvSelect name="pets">
|
|
5612
|
+
* <HvOption value="dog">Dog</HvOption>
|
|
5613
|
+
* <HvOption value="cat">Cat</HvOption>
|
|
5614
|
+
* </HvSelect>
|
|
5615
|
+
* */
|
|
5616
|
+
export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean>(props: HvSelectProps<OptionValue, Multiple> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
|
5617
|
+
|
|
5618
|
+
export declare type HvSelectClasses = ExtractNames<typeof useClasses_11>;
|
|
5619
|
+
|
|
5585
5620
|
/**
|
|
5586
5621
|
* Allows the user to select one or more items from a list of choices.
|
|
5587
5622
|
*
|
|
@@ -5590,7 +5625,7 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
|
|
|
5590
5625
|
*/
|
|
5591
5626
|
export declare const HvSelectionList: React_2.ForwardRefExoticComponent<HvSelectionListProps & React_2.RefAttributes<HTMLUListElement>>;
|
|
5592
5627
|
|
|
5593
|
-
export declare type HvSelectionListClasses = ExtractNames<typeof
|
|
5628
|
+
export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_14>;
|
|
5594
5629
|
|
|
5595
5630
|
export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
|
|
5596
5631
|
/** The form element name. */
|
|
@@ -5648,6 +5683,14 @@ export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListEleme
|
|
|
5648
5683
|
classes?: HvSelectionListClasses;
|
|
5649
5684
|
}
|
|
5650
5685
|
|
|
5686
|
+
export declare interface HvSelectProps<OptionValue extends {}, Multiple extends boolean = false> extends Omit<HvFormElementProps, "value" | "defaultValue" | "onChange">, Pick<UseSelectParameters<OptionValue, Multiple>, "name" | "required" | "disabled" | "multiple" | "open" | "defaultOpen" | "value" | "defaultValue" | "buttonRef" | "options" | "getSerializedValue" | "onChange" | "onOpenChange"> {
|
|
5687
|
+
classes?: HvSelectClasses;
|
|
5688
|
+
placeholder?: React_2.ReactNode;
|
|
5689
|
+
autoComplete?: string;
|
|
5690
|
+
/** Whether the width of the select panel can vary independently. */
|
|
5691
|
+
variableWidth?: boolean;
|
|
5692
|
+
}
|
|
5693
|
+
|
|
5651
5694
|
export { HvSemanticColor }
|
|
5652
5695
|
|
|
5653
5696
|
export declare type HvSemanticColorKeys = HvSemanticColor;
|
|
@@ -5658,7 +5701,7 @@ export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "
|
|
|
5658
5701
|
|
|
5659
5702
|
export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_3.Element;
|
|
5660
5703
|
|
|
5661
|
-
export declare type HvSimpleGridClasses = ExtractNames<typeof
|
|
5704
|
+
export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_99>;
|
|
5662
5705
|
|
|
5663
5706
|
/** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
|
|
5664
5707
|
export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
@@ -5691,7 +5734,7 @@ export { HvSize }
|
|
|
5691
5734
|
*/
|
|
5692
5735
|
export declare const HvSlider: React_2.ForwardRefExoticComponent<HvSliderProps & React_2.RefAttributes<SliderRef>>;
|
|
5693
5736
|
|
|
5694
|
-
export declare type HvSliderClasses = ExtractNames<typeof
|
|
5737
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_100>;
|
|
5695
5738
|
|
|
5696
5739
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5697
5740
|
/**
|
|
@@ -5835,11 +5878,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5835
5878
|
*/
|
|
5836
5879
|
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, container, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_3.Element;
|
|
5837
5880
|
|
|
5838
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5881
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_101>;
|
|
5839
5882
|
|
|
5840
5883
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5841
5884
|
|
|
5842
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5885
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_102>;
|
|
5843
5886
|
|
|
5844
5887
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
|
|
5845
5888
|
/** The message to display. */
|
|
@@ -5897,7 +5940,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5897
5940
|
|
|
5898
5941
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_3.Element;
|
|
5899
5942
|
|
|
5900
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5943
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_103>;
|
|
5901
5944
|
|
|
5902
5945
|
export declare interface HvSnackbarProviderProps {
|
|
5903
5946
|
/** Your component tree. */
|
|
@@ -5930,7 +5973,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_3.Element;
|
|
|
5930
5973
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5931
5974
|
}
|
|
5932
5975
|
|
|
5933
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5976
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_104>;
|
|
5934
5977
|
|
|
5935
5978
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5936
5979
|
|
|
@@ -5963,7 +6006,7 @@ export declare interface HvSuggestion {
|
|
|
5963
6006
|
|
|
5964
6007
|
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
5965
6008
|
|
|
5966
|
-
export declare type HvSuggestionsClasses = ExtractNames<typeof
|
|
6009
|
+
export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_15>;
|
|
5967
6010
|
|
|
5968
6011
|
export declare interface HvSuggestionsProps extends HvBaseProps {
|
|
5969
6012
|
/** Whether suggestions is visible. */
|
|
@@ -5994,7 +6037,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5994
6037
|
*/
|
|
5995
6038
|
export declare const HvSwitch: React_2.ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
5996
6039
|
|
|
5997
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
6040
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_105>;
|
|
5998
6041
|
|
|
5999
6042
|
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>;
|
|
6000
6043
|
|
|
@@ -6103,7 +6146,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "onChange" | "c
|
|
|
6103
6146
|
|
|
6104
6147
|
export declare const HvTab: (props: HvTabProps) => JSX_3.Element;
|
|
6105
6148
|
|
|
6106
|
-
export declare type HvTabClasses = ExtractNames<typeof
|
|
6149
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_106>;
|
|
6107
6150
|
|
|
6108
6151
|
/**
|
|
6109
6152
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
@@ -6123,7 +6166,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
6123
6166
|
*/
|
|
6124
6167
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
6125
6168
|
|
|
6126
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
6169
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_108>;
|
|
6127
6170
|
|
|
6128
6171
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
6129
6172
|
/**
|
|
@@ -6157,7 +6200,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
6157
6200
|
|
|
6158
6201
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
6159
6202
|
|
|
6160
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
6203
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_51>;
|
|
6161
6204
|
|
|
6162
6205
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6163
6206
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -6196,7 +6239,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
6196
6239
|
|
|
6197
6240
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
6198
6241
|
|
|
6199
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
6242
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_54>;
|
|
6200
6243
|
|
|
6201
6244
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
6202
6245
|
|
|
@@ -6211,7 +6254,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
6211
6254
|
*/
|
|
6212
6255
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
6213
6256
|
|
|
6214
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
6257
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_107>;
|
|
6215
6258
|
|
|
6216
6259
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
6217
6260
|
/**
|
|
@@ -6235,14 +6278,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
6235
6278
|
*/
|
|
6236
6279
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
6237
6280
|
|
|
6238
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
6281
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_109>;
|
|
6239
6282
|
|
|
6240
6283
|
/**
|
|
6241
6284
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
6242
6285
|
*/
|
|
6243
6286
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
6244
6287
|
|
|
6245
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
6288
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_53>;
|
|
6246
6289
|
|
|
6247
6290
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
6248
6291
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6383,7 +6426,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6383
6426
|
*/
|
|
6384
6427
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6385
6428
|
|
|
6386
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6429
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_52>;
|
|
6387
6430
|
|
|
6388
6431
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6389
6432
|
/** Content to be rendered */
|
|
@@ -6408,7 +6451,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
|
|
|
6408
6451
|
*/
|
|
6409
6452
|
export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
|
|
6410
6453
|
|
|
6411
|
-
export declare type HvTableSectionClasses = ExtractNames<typeof
|
|
6454
|
+
export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_127>;
|
|
6412
6455
|
|
|
6413
6456
|
export declare interface HvTableSectionProps extends HvSectionProps {
|
|
6414
6457
|
}
|
|
@@ -6438,7 +6481,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
|
|
|
6438
6481
|
*/
|
|
6439
6482
|
export declare const HvTabs: (props: HvTabsProps) => JSX_3.Element;
|
|
6440
6483
|
|
|
6441
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6484
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_111>;
|
|
6442
6485
|
|
|
6443
6486
|
export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
|
|
6444
6487
|
/**
|
|
@@ -6469,7 +6512,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
|
|
|
6469
6512
|
*/
|
|
6470
6513
|
export declare const HvTag: React_2.ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
6471
6514
|
|
|
6472
|
-
export declare type HvTagClasses = ExtractNames<typeof
|
|
6515
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_110>;
|
|
6473
6516
|
|
|
6474
6517
|
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>;
|
|
6475
6518
|
|
|
@@ -6516,7 +6559,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes"
|
|
|
6516
6559
|
*/
|
|
6517
6560
|
export declare const HvTagsInput: React_2.ForwardRefExoticComponent<HvTagsInputProps & React_2.RefAttributes<HTMLUListElement>>;
|
|
6518
6561
|
|
|
6519
|
-
export declare type HvTagsInputClasses = ExtractNames<typeof
|
|
6562
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_112>;
|
|
6520
6563
|
|
|
6521
6564
|
export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "color" | "defaultValue"> {
|
|
6522
6565
|
/** The form element name. */
|
|
@@ -6595,7 +6638,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6595
6638
|
*/
|
|
6596
6639
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6597
6640
|
|
|
6598
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6641
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_113>;
|
|
6599
6642
|
|
|
6600
6643
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
|
|
6601
6644
|
/** The placeholder value of the text area. */
|
|
@@ -6777,7 +6820,7 @@ export declare const HvTimeAgo: <C extends ElementType<any, keyof JSX_2.Intrinsi
|
|
|
6777
6820
|
ref?: PolymorphicRef<C> | undefined;
|
|
6778
6821
|
} & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
|
|
6779
6822
|
|
|
6780
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6823
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_114>;
|
|
6781
6824
|
|
|
6782
6825
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6783
6826
|
/**
|
|
@@ -6813,7 +6856,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6813
6856
|
*/
|
|
6814
6857
|
export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
|
|
6815
6858
|
|
|
6816
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6859
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_115>;
|
|
6817
6860
|
|
|
6818
6861
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6819
6862
|
|
|
@@ -6898,7 +6941,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6898
6941
|
*/
|
|
6899
6942
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6900
6943
|
|
|
6901
|
-
export declare type HvTooltipClasses = ExtractNames<typeof
|
|
6944
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_89>;
|
|
6902
6945
|
|
|
6903
6946
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6904
6947
|
|
|
@@ -6944,7 +6987,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
|
|
|
6944
6987
|
containerId?: string;
|
|
6945
6988
|
}
|
|
6946
6989
|
|
|
6947
|
-
declare type HvTreeContentClasses = ExtractNames<typeof
|
|
6990
|
+
declare type HvTreeContentClasses = ExtractNames<typeof useClasses_118>;
|
|
6948
6991
|
|
|
6949
6992
|
export declare interface HvTreeContentProps extends HTMLAttributes<HTMLElement> {
|
|
6950
6993
|
/** className applied to the root element. */
|
|
@@ -6965,7 +7008,7 @@ export declare interface HvTreeContentProps extends HTMLAttributes<HTMLElement>
|
|
|
6965
7008
|
|
|
6966
7009
|
export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
|
|
6967
7010
|
|
|
6968
|
-
export declare type HvTreeItemClasses = ExtractNames<typeof
|
|
7011
|
+
export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_117>;
|
|
6969
7012
|
|
|
6970
7013
|
export declare interface HvTreeItemProps extends HTMLAttributes<HTMLElement> {
|
|
6971
7014
|
/** The element id */
|
|
@@ -7018,7 +7061,7 @@ export declare interface HvTreeItemProps extends HTMLAttributes<HTMLElement> {
|
|
|
7018
7061
|
*/
|
|
7019
7062
|
export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
|
|
7020
7063
|
|
|
7021
|
-
export declare type HvTreeViewClasses = ExtractNames<typeof
|
|
7064
|
+
export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_116>;
|
|
7022
7065
|
|
|
7023
7066
|
export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
|
|
7024
7067
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -7173,7 +7216,7 @@ export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) =>
|
|
|
7173
7216
|
|
|
7174
7217
|
export declare const HvVerticalNavigationAction: ({ className, classes: classesProp, id, label, icon, onClick, ...others }: HvVerticalNavigationActionProps) => JSX_3.Element;
|
|
7175
7218
|
|
|
7176
|
-
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof
|
|
7219
|
+
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_122>;
|
|
7177
7220
|
|
|
7178
7221
|
export declare interface HvVerticalNavigationActionProps {
|
|
7179
7222
|
/**
|
|
@@ -7204,7 +7247,7 @@ export declare interface HvVerticalNavigationActionProps {
|
|
|
7204
7247
|
|
|
7205
7248
|
export declare const HvVerticalNavigationActions: ({ className, classes: classesProp, id, children, ...others }: HvVerticalNavigationActionsProps) => JSX_3.Element;
|
|
7206
7249
|
|
|
7207
|
-
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof
|
|
7250
|
+
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_121>;
|
|
7208
7251
|
|
|
7209
7252
|
export declare interface HvVerticalNavigationActionsProps {
|
|
7210
7253
|
/**
|
|
@@ -7225,11 +7268,11 @@ export declare interface HvVerticalNavigationActionsProps {
|
|
|
7225
7268
|
children?: React.ReactNode;
|
|
7226
7269
|
}
|
|
7227
7270
|
|
|
7228
|
-
export declare type HvVerticalNavigationClasses = ExtractNames<typeof
|
|
7271
|
+
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_119>;
|
|
7229
7272
|
|
|
7230
7273
|
export declare const HvVerticalNavigationHeader: ({ title, openIcon: openIconProp, closeIcon: closeIconProp, collapseButtonProps, backButtonProps, className, classes: classesProp, onCollapseButtonClick, ...others }: HvVerticalNavigationHeaderProps) => JSX_3.Element | null;
|
|
7231
7274
|
|
|
7232
|
-
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof
|
|
7275
|
+
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_120>;
|
|
7233
7276
|
|
|
7234
7277
|
export declare interface HvVerticalNavigationHeaderProps {
|
|
7235
7278
|
/**
|
|
@@ -7316,7 +7359,7 @@ export declare interface HvVerticalNavigationProps {
|
|
|
7316
7359
|
|
|
7317
7360
|
export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_3.Element;
|
|
7318
7361
|
|
|
7319
|
-
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof
|
|
7362
|
+
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_124>;
|
|
7320
7363
|
|
|
7321
7364
|
export declare interface HvVerticalNavigationSliderProps {
|
|
7322
7365
|
/**
|
|
@@ -7356,7 +7399,7 @@ export declare interface HvVerticalNavigationSliderProps {
|
|
|
7356
7399
|
|
|
7357
7400
|
export declare const HvVerticalNavigationTree: ({ id, className, classes: classesProp, data, mode, collapsible, expanded: expandedProp, defaultExpanded, onToggle, selected: selectedProp, defaultSelected, onChange, sliderForwardButtonAriaLabel, ...others }: HvVerticalNavigationTreeProps) => JSX_3.Element;
|
|
7358
7401
|
|
|
7359
|
-
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof
|
|
7402
|
+
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_123>;
|
|
7360
7403
|
|
|
7361
7404
|
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
7362
7405
|
/**
|
|
@@ -7430,11 +7473,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
|
|
|
7430
7473
|
|
|
7431
7474
|
export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<unknown>>;
|
|
7432
7475
|
|
|
7433
|
-
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof
|
|
7476
|
+
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_125>;
|
|
7434
7477
|
|
|
7435
7478
|
export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
|
|
7436
7479
|
|
|
7437
|
-
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof
|
|
7480
|
+
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_126>;
|
|
7438
7481
|
|
|
7439
7482
|
export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
7440
7483
|
/**
|
|
@@ -7597,7 +7640,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7597
7640
|
children?: React.ReactNode;
|
|
7598
7641
|
}
|
|
7599
7642
|
|
|
7600
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7643
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_94>;
|
|
7601
7644
|
|
|
7602
7645
|
/**
|
|
7603
7646
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7662,8 +7705,8 @@ export declare const inputClasses: {
|
|
|
7662
7705
|
icon: "HvInput-icon";
|
|
7663
7706
|
error: "HvInput-error";
|
|
7664
7707
|
adornmentButton: "HvInput-adornmentButton";
|
|
7665
|
-
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7666
7708
|
labelContainer: "HvInput-labelContainer";
|
|
7709
|
+
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7667
7710
|
adornmentsBox: "HvInput-adornmentsBox";
|
|
7668
7711
|
iconClear: "HvInput-iconClear";
|
|
7669
7712
|
hasSuggestions: "HvInput-hasSuggestions";
|
|
@@ -7813,6 +7856,15 @@ export declare type NavigationMode = "treeview" | "navigation" | "slider";
|
|
|
7813
7856
|
|
|
7814
7857
|
export declare const normalizeProgressBar: (value: number, max: number) => number;
|
|
7815
7858
|
|
|
7859
|
+
export declare const optionClasses: {
|
|
7860
|
+
root: "HvOption-root";
|
|
7861
|
+
highlighted: "HvOption-highlighted";
|
|
7862
|
+
};
|
|
7863
|
+
|
|
7864
|
+
export declare const optionGroupClasses: {
|
|
7865
|
+
root: "HvOptionGroup-root";
|
|
7866
|
+
};
|
|
7867
|
+
|
|
7816
7868
|
export declare const outlineStyles: {
|
|
7817
7869
|
outlineColor: string;
|
|
7818
7870
|
outlineStyle: string;
|
|
@@ -7993,6 +8045,22 @@ export declare const sectionClasses: {
|
|
|
7993
8045
|
raisedHeader: "HvSection-raisedHeader";
|
|
7994
8046
|
};
|
|
7995
8047
|
|
|
8048
|
+
export declare const selectClasses: {
|
|
8049
|
+
label: "HvSelect-label";
|
|
8050
|
+
description: "HvSelect-description";
|
|
8051
|
+
root: "HvSelect-root";
|
|
8052
|
+
panel: "HvSelect-panel";
|
|
8053
|
+
disabled: "HvSelect-disabled";
|
|
8054
|
+
readOnly: "HvSelect-readOnly";
|
|
8055
|
+
select: "HvSelect-select";
|
|
8056
|
+
popper: "HvSelect-popper";
|
|
8057
|
+
error: "HvSelect-error";
|
|
8058
|
+
invalid: "HvSelect-invalid";
|
|
8059
|
+
labelContainer: "HvSelect-labelContainer";
|
|
8060
|
+
panelOpenedUp: "HvSelect-panelOpenedUp";
|
|
8061
|
+
panelOpenedDown: "HvSelect-panelOpenedDown";
|
|
8062
|
+
};
|
|
8063
|
+
|
|
7996
8064
|
export declare const selectionListClasses: {
|
|
7997
8065
|
vertical: "HvSelectionList-vertical";
|
|
7998
8066
|
horizontal: "HvSelectionList-horizontal";
|
|
@@ -8024,8 +8092,8 @@ export declare const sliderClasses: {
|
|
|
8024
8092
|
trackStandBy: "HvSlider-trackStandBy";
|
|
8025
8093
|
handleContainer: "HvSlider-handleContainer";
|
|
8026
8094
|
error: "HvSlider-error";
|
|
8027
|
-
rootDisabled: "HvSlider-rootDisabled";
|
|
8028
8095
|
labelContainer: "HvSlider-labelContainer";
|
|
8096
|
+
rootDisabled: "HvSlider-rootDisabled";
|
|
8029
8097
|
sliderBase: "HvSlider-sliderBase";
|
|
8030
8098
|
sliderContainer: "HvSlider-sliderContainer";
|
|
8031
8099
|
sliderRoot: "HvSlider-sliderRoot";
|
|
@@ -8242,8 +8310,8 @@ export declare const tagsInputClasses: {
|
|
|
8242
8310
|
tagsList: "HvTagsInput-tagsList";
|
|
8243
8311
|
error: "HvTagsInput-error";
|
|
8244
8312
|
invalid: "HvTagsInput-invalid";
|
|
8245
|
-
resizable: "HvTagsInput-resizable";
|
|
8246
8313
|
labelContainer: "HvTagsInput-labelContainer";
|
|
8314
|
+
resizable: "HvTagsInput-resizable";
|
|
8247
8315
|
suggestionsContainer: "HvTagsInput-suggestionsContainer";
|
|
8248
8316
|
suggestionList: "HvTagsInput-suggestionList";
|
|
8249
8317
|
inputExtension: "HvTagsInput-inputExtension";
|
|
@@ -8268,9 +8336,9 @@ export declare const textAreaClasses: {
|
|
|
8268
8336
|
input: "HvTextArea-input";
|
|
8269
8337
|
error: "HvTextArea-error";
|
|
8270
8338
|
invalid: "HvTextArea-invalid";
|
|
8339
|
+
labelContainer: "HvTextArea-labelContainer";
|
|
8271
8340
|
resizable: "HvTextArea-resizable";
|
|
8272
8341
|
inputResizable: "HvTextArea-inputResizable";
|
|
8273
|
-
labelContainer: "HvTextArea-labelContainer";
|
|
8274
8342
|
characterCounter: "HvTextArea-characterCounter";
|
|
8275
8343
|
baseInput: "HvTextArea-baseInput";
|
|
8276
8344
|
};
|
|
@@ -8476,7 +8544,72 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "warningText
|
|
|
8476
8544
|
cx: (...args: any) => string;
|
|
8477
8545
|
};
|
|
8478
8546
|
|
|
8479
|
-
declare const useClasses_100: (classesProp?: Partial<Record<"
|
|
8547
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
8548
|
+
classes: {
|
|
8549
|
+
label: string;
|
|
8550
|
+
root: string;
|
|
8551
|
+
trackDragging: string;
|
|
8552
|
+
trackStandBy: string;
|
|
8553
|
+
handleContainer: string;
|
|
8554
|
+
error: string;
|
|
8555
|
+
labelContainer: string;
|
|
8556
|
+
rootDisabled: string;
|
|
8557
|
+
sliderBase: string;
|
|
8558
|
+
sliderContainer: string;
|
|
8559
|
+
sliderRoot: string;
|
|
8560
|
+
rootRange: string;
|
|
8561
|
+
handle: string;
|
|
8562
|
+
handleContainerDisabled: string;
|
|
8563
|
+
handleHiddenContainer: string;
|
|
8564
|
+
labelIncluded: string;
|
|
8565
|
+
onlyInput: string;
|
|
8566
|
+
sliderTooltip: string;
|
|
8567
|
+
};
|
|
8568
|
+
css: {
|
|
8569
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8570
|
+
(...args: CSSInterpolation[]): string;
|
|
8571
|
+
};
|
|
8572
|
+
cx: (...args: any) => string;
|
|
8573
|
+
};
|
|
8574
|
+
|
|
8575
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
8576
|
+
classes: {
|
|
8577
|
+
root: string;
|
|
8578
|
+
anchorOriginTopCenter: string;
|
|
8579
|
+
anchorOriginBottomCenter: string;
|
|
8580
|
+
anchorOriginTopRight: string;
|
|
8581
|
+
anchorOriginBottomRight: string;
|
|
8582
|
+
anchorOriginTopLeft: string;
|
|
8583
|
+
anchorOriginBottomLeft: string;
|
|
8584
|
+
};
|
|
8585
|
+
css: {
|
|
8586
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8587
|
+
(...args: CSSInterpolation[]): string;
|
|
8588
|
+
};
|
|
8589
|
+
cx: (...args: any) => string;
|
|
8590
|
+
};
|
|
8591
|
+
|
|
8592
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "error" | "message" | "success" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
8593
|
+
classes: {
|
|
8594
|
+
warning: string;
|
|
8595
|
+
root: string;
|
|
8596
|
+
action: string;
|
|
8597
|
+
default: string;
|
|
8598
|
+
error: string;
|
|
8599
|
+
message: string;
|
|
8600
|
+
success: string;
|
|
8601
|
+
messageSpan: string;
|
|
8602
|
+
messageText: string;
|
|
8603
|
+
iconVariant: string;
|
|
8604
|
+
};
|
|
8605
|
+
css: {
|
|
8606
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8607
|
+
(...args: CSSInterpolation[]): string;
|
|
8608
|
+
};
|
|
8609
|
+
cx: (...args: any) => string;
|
|
8610
|
+
};
|
|
8611
|
+
|
|
8612
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
8480
8613
|
classes: {
|
|
8481
8614
|
snackItemRoot: string;
|
|
8482
8615
|
};
|
|
@@ -8487,7 +8620,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"snackItemRoot", str
|
|
|
8487
8620
|
cx: (...args: any) => string;
|
|
8488
8621
|
};
|
|
8489
8622
|
|
|
8490
|
-
declare const
|
|
8623
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "row" | "column", string>>, addStatic?: boolean) => {
|
|
8491
8624
|
classes: {
|
|
8492
8625
|
xs: string;
|
|
8493
8626
|
sm: string;
|
|
@@ -8505,7 +8638,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
|
|
|
8505
8638
|
cx: (...args: any) => string;
|
|
8506
8639
|
};
|
|
8507
8640
|
|
|
8508
|
-
declare const
|
|
8641
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
|
|
8509
8642
|
classes: {
|
|
8510
8643
|
label: string;
|
|
8511
8644
|
root: string;
|
|
@@ -8520,7 +8653,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8520
8653
|
cx: (...args: any) => string;
|
|
8521
8654
|
};
|
|
8522
8655
|
|
|
8523
|
-
declare const
|
|
8656
|
+
declare const useClasses_106: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8524
8657
|
classes: {
|
|
8525
8658
|
root: string;
|
|
8526
8659
|
disabled: string;
|
|
@@ -8534,7 +8667,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"root" | "disabled"
|
|
|
8534
8667
|
cx: (...args: any) => string;
|
|
8535
8668
|
};
|
|
8536
8669
|
|
|
8537
|
-
declare const
|
|
8670
|
+
declare const useClasses_107: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8538
8671
|
classes: {
|
|
8539
8672
|
root: string;
|
|
8540
8673
|
};
|
|
@@ -8545,7 +8678,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8545
8678
|
cx: (...args: any) => string;
|
|
8546
8679
|
};
|
|
8547
8680
|
|
|
8548
|
-
declare const
|
|
8681
|
+
declare const useClasses_108: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8549
8682
|
classes: {
|
|
8550
8683
|
root: string;
|
|
8551
8684
|
};
|
|
@@ -8556,7 +8689,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8556
8689
|
cx: (...args: any) => string;
|
|
8557
8690
|
};
|
|
8558
8691
|
|
|
8559
|
-
declare const
|
|
8692
|
+
declare const useClasses_109: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
8560
8693
|
classes: {
|
|
8561
8694
|
root: string;
|
|
8562
8695
|
stickyHeader: string;
|
|
@@ -8568,7 +8701,30 @@ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "stickyHead
|
|
|
8568
8701
|
cx: (...args: any) => string;
|
|
8569
8702
|
};
|
|
8570
8703
|
|
|
8571
|
-
declare const
|
|
8704
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "description" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "invalid" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
|
|
8705
|
+
classes: {
|
|
8706
|
+
label: string;
|
|
8707
|
+
description: string;
|
|
8708
|
+
root: string;
|
|
8709
|
+
panel: string;
|
|
8710
|
+
disabled: string;
|
|
8711
|
+
readOnly: string;
|
|
8712
|
+
select: string;
|
|
8713
|
+
popper: string;
|
|
8714
|
+
error: string;
|
|
8715
|
+
invalid: string;
|
|
8716
|
+
labelContainer: string;
|
|
8717
|
+
panelOpenedUp: string;
|
|
8718
|
+
panelOpenedDown: string;
|
|
8719
|
+
};
|
|
8720
|
+
css: {
|
|
8721
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8722
|
+
(...args: CSSInterpolation[]): string;
|
|
8723
|
+
};
|
|
8724
|
+
cx: (...args: any) => string;
|
|
8725
|
+
};
|
|
8726
|
+
|
|
8727
|
+
declare const useClasses_110: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "button" | "focusVisible" | "chipRoot" | "clickable" | "categorical" | "deleteIcon" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8572
8728
|
classes: {
|
|
8573
8729
|
label: string;
|
|
8574
8730
|
root: string;
|
|
@@ -8591,7 +8747,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8591
8747
|
cx: (...args: any) => string;
|
|
8592
8748
|
};
|
|
8593
8749
|
|
|
8594
|
-
declare const
|
|
8750
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8595
8751
|
classes: {
|
|
8596
8752
|
root: string;
|
|
8597
8753
|
indicator: string;
|
|
@@ -8605,7 +8761,7 @@ declare const useClasses_108: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8605
8761
|
cx: (...args: any) => string;
|
|
8606
8762
|
};
|
|
8607
8763
|
|
|
8608
|
-
declare const
|
|
8764
|
+
declare const useClasses_112: (classesProp?: Partial<Record<"label" | "description" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "error" | "invalid" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8609
8765
|
classes: {
|
|
8610
8766
|
label: string;
|
|
8611
8767
|
description: string;
|
|
@@ -8616,8 +8772,8 @@ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "descripti
|
|
|
8616
8772
|
tagsList: string;
|
|
8617
8773
|
error: string;
|
|
8618
8774
|
invalid: string;
|
|
8619
|
-
resizable: string;
|
|
8620
8775
|
labelContainer: string;
|
|
8776
|
+
resizable: string;
|
|
8621
8777
|
suggestionsContainer: string;
|
|
8622
8778
|
suggestionList: string;
|
|
8623
8779
|
inputExtension: string;
|
|
@@ -8640,25 +8796,7 @@ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "descripti
|
|
|
8640
8796
|
cx: (...args: any) => string;
|
|
8641
8797
|
};
|
|
8642
8798
|
|
|
8643
|
-
declare const
|
|
8644
|
-
classes: {
|
|
8645
|
-
vertical: string;
|
|
8646
|
-
horizontal: string;
|
|
8647
|
-
label: string;
|
|
8648
|
-
description: string;
|
|
8649
|
-
root: string;
|
|
8650
|
-
listbox: string;
|
|
8651
|
-
error: string;
|
|
8652
|
-
invalid: string;
|
|
8653
|
-
};
|
|
8654
|
-
css: {
|
|
8655
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8656
|
-
(...args: CSSInterpolation[]): string;
|
|
8657
|
-
};
|
|
8658
|
-
cx: (...args: any) => string;
|
|
8659
|
-
};
|
|
8660
|
-
|
|
8661
|
-
declare const useClasses_110: (classesProp?: Partial<Record<"label" | "description" | "root" | "disabled" | "input" | "error" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8799
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"label" | "description" | "root" | "disabled" | "input" | "error" | "invalid" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8662
8800
|
classes: {
|
|
8663
8801
|
label: string;
|
|
8664
8802
|
description: string;
|
|
@@ -8667,9 +8805,9 @@ declare const useClasses_110: (classesProp?: Partial<Record<"label" | "descripti
|
|
|
8667
8805
|
input: string;
|
|
8668
8806
|
error: string;
|
|
8669
8807
|
invalid: string;
|
|
8808
|
+
labelContainer: string;
|
|
8670
8809
|
resizable: string;
|
|
8671
8810
|
inputResizable: string;
|
|
8672
|
-
labelContainer: string;
|
|
8673
8811
|
characterCounter: string;
|
|
8674
8812
|
baseInput: string;
|
|
8675
8813
|
};
|
|
@@ -8680,7 +8818,7 @@ declare const useClasses_110: (classesProp?: Partial<Record<"label" | "descripti
|
|
|
8680
8818
|
cx: (...args: any) => string;
|
|
8681
8819
|
};
|
|
8682
8820
|
|
|
8683
|
-
declare const
|
|
8821
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8684
8822
|
classes: {
|
|
8685
8823
|
root: string;
|
|
8686
8824
|
};
|
|
@@ -8691,7 +8829,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8691
8829
|
cx: (...args: any) => string;
|
|
8692
8830
|
};
|
|
8693
8831
|
|
|
8694
|
-
declare const
|
|
8832
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"label" | "description" | "root" | "placeholder" | "icon" | "error" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8695
8833
|
classes: {
|
|
8696
8834
|
label: string;
|
|
8697
8835
|
description: string;
|
|
@@ -8714,7 +8852,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"label" | "descripti
|
|
|
8714
8852
|
cx: (...args: any) => string;
|
|
8715
8853
|
};
|
|
8716
8854
|
|
|
8717
|
-
declare const
|
|
8855
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8718
8856
|
classes: {
|
|
8719
8857
|
root: string;
|
|
8720
8858
|
};
|
|
@@ -8725,7 +8863,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8725
8863
|
cx: (...args: any) => string;
|
|
8726
8864
|
};
|
|
8727
8865
|
|
|
8728
|
-
declare const
|
|
8866
|
+
declare const useClasses_117: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8729
8867
|
classes: {
|
|
8730
8868
|
content: string;
|
|
8731
8869
|
label: string;
|
|
@@ -8744,7 +8882,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8744
8882
|
cx: (...args: any) => string;
|
|
8745
8883
|
};
|
|
8746
8884
|
|
|
8747
|
-
declare const
|
|
8885
|
+
declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8748
8886
|
classes: {
|
|
8749
8887
|
label: string;
|
|
8750
8888
|
root: string;
|
|
@@ -8761,7 +8899,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8761
8899
|
cx: (...args: any) => string;
|
|
8762
8900
|
};
|
|
8763
8901
|
|
|
8764
|
-
declare const
|
|
8902
|
+
declare const useClasses_119: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
|
|
8765
8903
|
classes: {
|
|
8766
8904
|
root: string;
|
|
8767
8905
|
slider: string;
|
|
@@ -8775,11 +8913,10 @@ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "slider" |
|
|
|
8775
8913
|
cx: (...args: any) => string;
|
|
8776
8914
|
};
|
|
8777
8915
|
|
|
8778
|
-
declare const
|
|
8916
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
|
|
8779
8917
|
classes: {
|
|
8780
8918
|
root: string;
|
|
8781
|
-
|
|
8782
|
-
collapseButton: string;
|
|
8919
|
+
highlighted: string;
|
|
8783
8920
|
};
|
|
8784
8921
|
css: {
|
|
8785
8922
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8788,10 +8925,11 @@ declare const useClasses_117: (classesProp?: Partial<Record<"root" | "minimized"
|
|
|
8788
8925
|
cx: (...args: any) => string;
|
|
8789
8926
|
};
|
|
8790
8927
|
|
|
8791
|
-
declare const
|
|
8928
|
+
declare const useClasses_120: (classesProp?: Partial<Record<"root" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
|
|
8792
8929
|
classes: {
|
|
8793
8930
|
root: string;
|
|
8794
|
-
|
|
8931
|
+
minimized: string;
|
|
8932
|
+
collapseButton: string;
|
|
8795
8933
|
};
|
|
8796
8934
|
css: {
|
|
8797
8935
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8800,11 +8938,10 @@ declare const useClasses_118: (classesProp?: Partial<Record<"root" | "hide", str
|
|
|
8800
8938
|
cx: (...args: any) => string;
|
|
8801
8939
|
};
|
|
8802
8940
|
|
|
8803
|
-
declare const
|
|
8941
|
+
declare const useClasses_121: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
|
|
8804
8942
|
classes: {
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
noIcon: string;
|
|
8943
|
+
root: string;
|
|
8944
|
+
hide: string;
|
|
8808
8945
|
};
|
|
8809
8946
|
css: {
|
|
8810
8947
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8813,11 +8950,11 @@ declare const useClasses_119: (classesProp?: Partial<Record<"action" | "minimize
|
|
|
8813
8950
|
cx: (...args: any) => string;
|
|
8814
8951
|
};
|
|
8815
8952
|
|
|
8816
|
-
declare const
|
|
8953
|
+
declare const useClasses_122: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
|
|
8817
8954
|
classes: {
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8955
|
+
action: string;
|
|
8956
|
+
minimized: string;
|
|
8957
|
+
noIcon: string;
|
|
8821
8958
|
};
|
|
8822
8959
|
css: {
|
|
8823
8960
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8826,7 +8963,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"root" | "list" | "po
|
|
|
8826
8963
|
cx: (...args: any) => string;
|
|
8827
8964
|
};
|
|
8828
8965
|
|
|
8829
|
-
declare const
|
|
8966
|
+
declare const useClasses_123: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "popup" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
8830
8967
|
classes: {
|
|
8831
8968
|
root: string;
|
|
8832
8969
|
listItem: string;
|
|
@@ -8842,7 +8979,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"root" | "listItem"
|
|
|
8842
8979
|
cx: (...args: any) => string;
|
|
8843
8980
|
};
|
|
8844
8981
|
|
|
8845
|
-
declare const
|
|
8982
|
+
declare const useClasses_124: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemFocus", string>>, addStatic?: boolean) => {
|
|
8846
8983
|
classes: {
|
|
8847
8984
|
root: string;
|
|
8848
8985
|
listItemSelected: string;
|
|
@@ -8855,7 +8992,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root" | "listItemSe
|
|
|
8855
8992
|
cx: (...args: any) => string;
|
|
8856
8993
|
};
|
|
8857
8994
|
|
|
8858
|
-
declare const
|
|
8995
|
+
declare const useClasses_125: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8859
8996
|
classes: {
|
|
8860
8997
|
root: string;
|
|
8861
8998
|
};
|
|
@@ -8866,7 +9003,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8866
9003
|
cx: (...args: any) => string;
|
|
8867
9004
|
};
|
|
8868
9005
|
|
|
8869
|
-
declare const
|
|
9006
|
+
declare const useClasses_126: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "focused" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
8870
9007
|
classes: {
|
|
8871
9008
|
content: string;
|
|
8872
9009
|
label: string;
|
|
@@ -8894,7 +9031,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8894
9031
|
cx: (...args: any) => string;
|
|
8895
9032
|
};
|
|
8896
9033
|
|
|
8897
|
-
declare const
|
|
9034
|
+
declare const useClasses_127: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
|
|
8898
9035
|
classes: {
|
|
8899
9036
|
content: string;
|
|
8900
9037
|
header: string;
|
|
@@ -8911,7 +9048,49 @@ declare const useClasses_124: (classesProp?: Partial<Record<"content" | "header"
|
|
|
8911
9048
|
cx: (...args: any) => string;
|
|
8912
9049
|
};
|
|
8913
9050
|
|
|
8914
|
-
declare const useClasses_13: (classesProp?: Partial<Record<"root"
|
|
9051
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9052
|
+
classes: {
|
|
9053
|
+
root: string;
|
|
9054
|
+
};
|
|
9055
|
+
css: {
|
|
9056
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9057
|
+
(...args: CSSInterpolation[]): string;
|
|
9058
|
+
};
|
|
9059
|
+
cx: (...args: any) => string;
|
|
9060
|
+
};
|
|
9061
|
+
|
|
9062
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "description" | "root" | "listbox" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
9063
|
+
classes: {
|
|
9064
|
+
vertical: string;
|
|
9065
|
+
horizontal: string;
|
|
9066
|
+
label: string;
|
|
9067
|
+
description: string;
|
|
9068
|
+
root: string;
|
|
9069
|
+
listbox: string;
|
|
9070
|
+
error: string;
|
|
9071
|
+
invalid: string;
|
|
9072
|
+
};
|
|
9073
|
+
css: {
|
|
9074
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9075
|
+
(...args: CSSInterpolation[]): string;
|
|
9076
|
+
};
|
|
9077
|
+
cx: (...args: any) => string;
|
|
9078
|
+
};
|
|
9079
|
+
|
|
9080
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "list" | "popper", string>>, addStatic?: boolean) => {
|
|
9081
|
+
classes: {
|
|
9082
|
+
root: string;
|
|
9083
|
+
list: string;
|
|
9084
|
+
popper: string;
|
|
9085
|
+
};
|
|
9086
|
+
css: {
|
|
9087
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9088
|
+
(...args: CSSInterpolation[]): string;
|
|
9089
|
+
};
|
|
9090
|
+
cx: (...args: any) => string;
|
|
9091
|
+
};
|
|
9092
|
+
|
|
9093
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "inputBorderContainer" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "inputReadOnly" | "invalid" | "resizable" | "inputRootInvalid" | "inputRootDisabled" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8915
9094
|
classes: {
|
|
8916
9095
|
root: string;
|
|
8917
9096
|
disabled: string;
|
|
@@ -8937,7 +9116,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
8937
9116
|
cx: (...args: any) => string;
|
|
8938
9117
|
};
|
|
8939
9118
|
|
|
8940
|
-
declare const
|
|
9119
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "panelOpenedUp" | "panelOpenedDown" | "selection" | "arrowContainer" | "arrow" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "selectionDisabled" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8941
9120
|
classes: {
|
|
8942
9121
|
container: string;
|
|
8943
9122
|
header: string;
|
|
@@ -8949,15 +9128,15 @@ declare const useClasses_14: (classesProp?: Partial<Record<"container" | "header
|
|
|
8949
9128
|
placeholder: string;
|
|
8950
9129
|
panel: string;
|
|
8951
9130
|
inputExtensionOpen: string;
|
|
9131
|
+
panelOpenedUp: string;
|
|
9132
|
+
panelOpenedDown: string;
|
|
9133
|
+
selection: string;
|
|
9134
|
+
arrowContainer: string;
|
|
9135
|
+
arrow: string;
|
|
8952
9136
|
rootDisabled: string;
|
|
8953
9137
|
headerOpenUp: string;
|
|
8954
9138
|
headerOpenDown: string;
|
|
8955
|
-
arrowContainer: string;
|
|
8956
|
-
arrow: string;
|
|
8957
|
-
selection: string;
|
|
8958
9139
|
selectionDisabled: string;
|
|
8959
|
-
panelOpenedUp: string;
|
|
8960
|
-
panelOpenedDown: string;
|
|
8961
9140
|
inputExtensionLeftPosition: string;
|
|
8962
9141
|
inputExtensionOpenShadow: string;
|
|
8963
9142
|
inputExtensionFloatRight: string;
|
|
@@ -8970,7 +9149,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"container" | "header
|
|
|
8970
9149
|
cx: (...args: any) => string;
|
|
8971
9150
|
};
|
|
8972
9151
|
|
|
8973
|
-
declare const
|
|
9152
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
|
|
8974
9153
|
classes: {
|
|
8975
9154
|
container: string;
|
|
8976
9155
|
label: string;
|
|
@@ -8985,7 +9164,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"container" | "label"
|
|
|
8985
9164
|
cx: (...args: any) => string;
|
|
8986
9165
|
};
|
|
8987
9166
|
|
|
8988
|
-
declare const
|
|
9167
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8989
9168
|
classes: {
|
|
8990
9169
|
root: string;
|
|
8991
9170
|
};
|
|
@@ -8996,7 +9175,25 @@ declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8996
9175
|
cx: (...args: any) => string;
|
|
8997
9176
|
};
|
|
8998
9177
|
|
|
8999
|
-
declare const
|
|
9178
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focus" | "focusDisabled" | "focused" | "externalReference" | "falseFocus", string>>, addStatic?: boolean) => {
|
|
9179
|
+
classes: {
|
|
9180
|
+
root: string;
|
|
9181
|
+
disabled: string;
|
|
9182
|
+
selected: string;
|
|
9183
|
+
focus: string;
|
|
9184
|
+
focusDisabled: string;
|
|
9185
|
+
focused: string;
|
|
9186
|
+
externalReference: string;
|
|
9187
|
+
falseFocus: string;
|
|
9188
|
+
};
|
|
9189
|
+
css: {
|
|
9190
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9191
|
+
(...args: CSSInterpolation[]): string;
|
|
9192
|
+
};
|
|
9193
|
+
cx: (...args: any) => string;
|
|
9194
|
+
};
|
|
9195
|
+
|
|
9196
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "button" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
9000
9197
|
classes: {
|
|
9001
9198
|
root: string;
|
|
9002
9199
|
button: string;
|
|
@@ -9012,7 +9209,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "button" | "
|
|
|
9012
9209
|
cx: (...args: any) => string;
|
|
9013
9210
|
};
|
|
9014
9211
|
|
|
9015
|
-
declare const
|
|
9212
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"root" | "title" | "single" | "actionsContainer" | "open" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
9016
9213
|
classes: {
|
|
9017
9214
|
root: string;
|
|
9018
9215
|
title: string;
|
|
@@ -9039,7 +9236,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "title" | "s
|
|
|
9039
9236
|
cx: (...args: any) => string;
|
|
9040
9237
|
};
|
|
9041
9238
|
|
|
9042
|
-
declare const
|
|
9239
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"typography" | "root" | "disabled" | "icon" | "title" | "selected" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
|
|
9043
9240
|
classes: {
|
|
9044
9241
|
typography: string;
|
|
9045
9242
|
root: string;
|
|
@@ -9058,25 +9255,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"typography" | "root"
|
|
|
9058
9255
|
cx: (...args: any) => string;
|
|
9059
9256
|
};
|
|
9060
9257
|
|
|
9061
|
-
declare const
|
|
9062
|
-
classes: {
|
|
9063
|
-
root: string;
|
|
9064
|
-
disabled: string;
|
|
9065
|
-
selected: string;
|
|
9066
|
-
focus: string;
|
|
9067
|
-
focusDisabled: string;
|
|
9068
|
-
focused: string;
|
|
9069
|
-
externalReference: string;
|
|
9070
|
-
falseFocus: string;
|
|
9071
|
-
};
|
|
9072
|
-
css: {
|
|
9073
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9074
|
-
(...args: CSSInterpolation[]): string;
|
|
9075
|
-
};
|
|
9076
|
-
cx: (...args: any) => string;
|
|
9077
|
-
};
|
|
9078
|
-
|
|
9079
|
-
declare const useClasses_20: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
9258
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
9080
9259
|
classes: {
|
|
9081
9260
|
container: string;
|
|
9082
9261
|
xs: string;
|
|
@@ -9100,7 +9279,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "xs" |
|
|
|
9100
9279
|
cx: (...args: any) => string;
|
|
9101
9280
|
};
|
|
9102
9281
|
|
|
9103
|
-
declare const
|
|
9282
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"root" | "row" | "column", string>>, addStatic?: boolean) => {
|
|
9104
9283
|
classes: {
|
|
9105
9284
|
root: string;
|
|
9106
9285
|
row: string;
|
|
@@ -9113,7 +9292,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"root" | "row" | "col
|
|
|
9113
9292
|
cx: (...args: any) => string;
|
|
9114
9293
|
};
|
|
9115
9294
|
|
|
9116
|
-
declare const
|
|
9295
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
|
|
9117
9296
|
classes: {
|
|
9118
9297
|
root: string;
|
|
9119
9298
|
badge: string;
|
|
@@ -9131,7 +9310,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root" | "badge" | "b
|
|
|
9131
9310
|
cx: (...args: any) => string;
|
|
9132
9311
|
};
|
|
9133
9312
|
|
|
9134
|
-
declare const
|
|
9313
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9135
9314
|
classes: {
|
|
9136
9315
|
root: string;
|
|
9137
9316
|
rootClosed: string;
|
|
@@ -9145,7 +9324,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9145
9324
|
cx: (...args: any) => string;
|
|
9146
9325
|
};
|
|
9147
9326
|
|
|
9148
|
-
declare const
|
|
9327
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"actionContainer" | "actionsInnerContainer" | "closeAction" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
9149
9328
|
classes: {
|
|
9150
9329
|
actionContainer: string;
|
|
9151
9330
|
actionsInnerContainer: string;
|
|
@@ -9159,7 +9338,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9159
9338
|
cx: (...args: any) => string;
|
|
9160
9339
|
};
|
|
9161
9340
|
|
|
9162
|
-
declare const
|
|
9341
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "error" | "message" | "success" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9163
9342
|
classes: {
|
|
9164
9343
|
warning: string;
|
|
9165
9344
|
root: string;
|
|
@@ -9178,7 +9357,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"warning" | "root" |
|
|
|
9178
9357
|
cx: (...args: any) => string;
|
|
9179
9358
|
};
|
|
9180
9359
|
|
|
9181
|
-
declare const
|
|
9360
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9182
9361
|
classes: {
|
|
9183
9362
|
root: string;
|
|
9184
9363
|
disabled: string;
|
|
@@ -9192,7 +9371,18 @@ declare const useClasses_26: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9192
9371
|
cx: (...args: any) => string;
|
|
9193
9372
|
};
|
|
9194
9373
|
|
|
9195
|
-
declare const
|
|
9374
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9375
|
+
classes: {
|
|
9376
|
+
root: string;
|
|
9377
|
+
};
|
|
9378
|
+
css: {
|
|
9379
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9380
|
+
(...args: CSSInterpolation[]): string;
|
|
9381
|
+
};
|
|
9382
|
+
cx: (...args: any) => string;
|
|
9383
|
+
};
|
|
9384
|
+
|
|
9385
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9196
9386
|
classes: {
|
|
9197
9387
|
root: string;
|
|
9198
9388
|
disabled: string;
|
|
@@ -9206,7 +9396,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9206
9396
|
cx: (...args: any) => string;
|
|
9207
9397
|
};
|
|
9208
9398
|
|
|
9209
|
-
declare const
|
|
9399
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "focusVisible" | "thumb", string>>, addStatic?: boolean) => {
|
|
9210
9400
|
classes: {
|
|
9211
9401
|
root: string;
|
|
9212
9402
|
disabled: string;
|
|
@@ -9225,7 +9415,7 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9225
9415
|
cx: (...args: any) => string;
|
|
9226
9416
|
};
|
|
9227
9417
|
|
|
9228
|
-
declare const
|
|
9418
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"link" | "root" | "a" | "centerContainer" | "separatorContainer" | "orderedList" | "currentPage", string>>, addStatic?: boolean) => {
|
|
9229
9419
|
classes: {
|
|
9230
9420
|
link: string;
|
|
9231
9421
|
root: string;
|
|
@@ -9242,18 +9432,7 @@ declare const useClasses_29: (classesProp?: Partial<Record<"link" | "root" | "a"
|
|
|
9242
9432
|
cx: (...args: any) => string;
|
|
9243
9433
|
};
|
|
9244
9434
|
|
|
9245
|
-
declare const
|
|
9246
|
-
classes: {
|
|
9247
|
-
root: string;
|
|
9248
|
-
};
|
|
9249
|
-
css: {
|
|
9250
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9251
|
-
(...args: CSSInterpolation[]): string;
|
|
9252
|
-
};
|
|
9253
|
-
cx: (...args: any) => string;
|
|
9254
|
-
};
|
|
9255
|
-
|
|
9256
|
-
declare const useClasses_30: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
9435
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
9257
9436
|
classes: {
|
|
9258
9437
|
container: string;
|
|
9259
9438
|
root: string;
|
|
@@ -9270,7 +9449,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"container" | "root"
|
|
|
9270
9449
|
cx: (...args: any) => string;
|
|
9271
9450
|
};
|
|
9272
9451
|
|
|
9273
|
-
declare const
|
|
9452
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages", string>>, addStatic?: boolean) => {
|
|
9274
9453
|
classes: {
|
|
9275
9454
|
root: string;
|
|
9276
9455
|
semantic: string;
|
|
@@ -9287,7 +9466,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9287
9466
|
cx: (...args: any) => string;
|
|
9288
9467
|
};
|
|
9289
9468
|
|
|
9290
|
-
declare const
|
|
9469
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "checkbox" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
9291
9470
|
classes: {
|
|
9292
9471
|
container: string;
|
|
9293
9472
|
label: string;
|
|
@@ -9305,7 +9484,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"container" | "label"
|
|
|
9305
9484
|
cx: (...args: any) => string;
|
|
9306
9485
|
};
|
|
9307
9486
|
|
|
9308
|
-
declare const
|
|
9487
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "secondarySubtle" | "icon" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "ghost" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9309
9488
|
classes: {
|
|
9310
9489
|
secondary: string;
|
|
9311
9490
|
primary: string;
|
|
@@ -9329,7 +9508,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
9329
9508
|
cx: (...args: any) => string;
|
|
9330
9509
|
};
|
|
9331
9510
|
|
|
9332
|
-
declare const
|
|
9511
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"root" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
|
|
9333
9512
|
classes: {
|
|
9334
9513
|
root: string;
|
|
9335
9514
|
focusSelection: string;
|
|
@@ -9345,7 +9524,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"root" | "focusSelect
|
|
|
9345
9524
|
cx: (...args: any) => string;
|
|
9346
9525
|
};
|
|
9347
9526
|
|
|
9348
|
-
declare const
|
|
9527
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
9349
9528
|
classes: {
|
|
9350
9529
|
root: string;
|
|
9351
9530
|
inputBorderContainer: string;
|
|
@@ -9362,7 +9541,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "inputBorder
|
|
|
9362
9541
|
cx: (...args: any) => string;
|
|
9363
9542
|
};
|
|
9364
9543
|
|
|
9365
|
-
declare const
|
|
9544
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"root" | "selectable" | "icon" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
9366
9545
|
classes: {
|
|
9367
9546
|
root: string;
|
|
9368
9547
|
selectable: string;
|
|
@@ -9378,14 +9557,19 @@ declare const useClasses_36: (classesProp?: Partial<Record<"root" | "selectable"
|
|
|
9378
9557
|
cx: (...args: any) => string;
|
|
9379
9558
|
};
|
|
9380
9559
|
|
|
9381
|
-
declare const
|
|
9560
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "interactive" | "startAdornment" | "endAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
9382
9561
|
classes: {
|
|
9383
|
-
content: string;
|
|
9384
9562
|
root: string;
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9563
|
+
disabled: string;
|
|
9564
|
+
selected: string;
|
|
9565
|
+
condensed: string;
|
|
9566
|
+
focus: string;
|
|
9567
|
+
interactive: string;
|
|
9568
|
+
startAdornment: string;
|
|
9569
|
+
endAdornment: string;
|
|
9570
|
+
gutters: string;
|
|
9571
|
+
withStartAdornment: string;
|
|
9572
|
+
withEndAdornment: string;
|
|
9389
9573
|
};
|
|
9390
9574
|
css: {
|
|
9391
9575
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9394,9 +9578,14 @@ declare const useClasses_37: (classesProp?: Partial<Record<"content" | "root" |
|
|
|
9394
9578
|
cx: (...args: any) => string;
|
|
9395
9579
|
};
|
|
9396
9580
|
|
|
9397
|
-
declare const
|
|
9581
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
|
|
9398
9582
|
classes: {
|
|
9399
9583
|
content: string;
|
|
9584
|
+
root: string;
|
|
9585
|
+
title: string;
|
|
9586
|
+
titleShort: string;
|
|
9587
|
+
subheader: string;
|
|
9588
|
+
action: string;
|
|
9400
9589
|
};
|
|
9401
9590
|
css: {
|
|
9402
9591
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9405,10 +9594,9 @@ declare const useClasses_38: (classesProp?: Partial<Record<"content", string>>,
|
|
|
9405
9594
|
cx: (...args: any) => string;
|
|
9406
9595
|
};
|
|
9407
9596
|
|
|
9408
|
-
declare const
|
|
9597
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
|
|
9409
9598
|
classes: {
|
|
9410
|
-
|
|
9411
|
-
media: string;
|
|
9599
|
+
content: string;
|
|
9412
9600
|
};
|
|
9413
9601
|
css: {
|
|
9414
9602
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9417,19 +9605,10 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "media", str
|
|
|
9417
9605
|
cx: (...args: any) => string;
|
|
9418
9606
|
};
|
|
9419
9607
|
|
|
9420
|
-
declare const
|
|
9608
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
|
|
9421
9609
|
classes: {
|
|
9422
9610
|
root: string;
|
|
9423
|
-
|
|
9424
|
-
selected: string;
|
|
9425
|
-
condensed: string;
|
|
9426
|
-
focus: string;
|
|
9427
|
-
interactive: string;
|
|
9428
|
-
startAdornment: string;
|
|
9429
|
-
endAdornment: string;
|
|
9430
|
-
gutters: string;
|
|
9431
|
-
withStartAdornment: string;
|
|
9432
|
-
withEndAdornment: string;
|
|
9611
|
+
media: string;
|
|
9433
9612
|
};
|
|
9434
9613
|
css: {
|
|
9435
9614
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9438,7 +9617,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
9438
9617
|
cx: (...args: any) => string;
|
|
9439
9618
|
};
|
|
9440
9619
|
|
|
9441
|
-
declare const
|
|
9620
|
+
declare const useClasses_43: (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) => {
|
|
9442
9621
|
classes: {
|
|
9443
9622
|
xs: string;
|
|
9444
9623
|
root: string;
|
|
@@ -9472,7 +9651,7 @@ declare const useClasses_40: (classesProp?: Partial<Record<"xs" | "root" | "pane
|
|
|
9472
9651
|
cx: (...args: any) => string;
|
|
9473
9652
|
};
|
|
9474
9653
|
|
|
9475
|
-
declare const
|
|
9654
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
9476
9655
|
classes: {
|
|
9477
9656
|
image: string;
|
|
9478
9657
|
slide: string;
|
|
@@ -9484,7 +9663,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9484
9663
|
cx: (...args: any) => string;
|
|
9485
9664
|
};
|
|
9486
9665
|
|
|
9487
|
-
declare const
|
|
9666
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"label" | "description" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "error" | "adornmentButton" | "labelContainer" | "inputRootDisabled" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9488
9667
|
classes: {
|
|
9489
9668
|
label: string;
|
|
9490
9669
|
description: string;
|
|
@@ -9497,8 +9676,8 @@ declare const useClasses_42: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9497
9676
|
icon: string;
|
|
9498
9677
|
error: string;
|
|
9499
9678
|
adornmentButton: string;
|
|
9500
|
-
inputRootDisabled: string;
|
|
9501
9679
|
labelContainer: string;
|
|
9680
|
+
inputRootDisabled: string;
|
|
9502
9681
|
adornmentsBox: string;
|
|
9503
9682
|
iconClear: string;
|
|
9504
9683
|
hasSuggestions: string;
|
|
@@ -9513,7 +9692,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9513
9692
|
cx: (...args: any) => string;
|
|
9514
9693
|
};
|
|
9515
9694
|
|
|
9516
|
-
declare const
|
|
9695
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "totalPagesTextContainer" | "pageNavigator" | "iconContainer" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
9517
9696
|
classes: {
|
|
9518
9697
|
root: string;
|
|
9519
9698
|
icon: string;
|
|
@@ -9537,7 +9716,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"root" | "icon" | "pa
|
|
|
9537
9716
|
cx: (...args: any) => string;
|
|
9538
9717
|
};
|
|
9539
9718
|
|
|
9540
|
-
declare const
|
|
9719
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9541
9720
|
classes: {
|
|
9542
9721
|
vertical: string;
|
|
9543
9722
|
horizontal: string;
|
|
@@ -9555,7 +9734,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
9555
9734
|
cx: (...args: any) => string;
|
|
9556
9735
|
};
|
|
9557
9736
|
|
|
9558
|
-
declare const
|
|
9737
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"colorPicker" | "label" | "description" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9559
9738
|
classes: {
|
|
9560
9739
|
colorPicker: string;
|
|
9561
9740
|
label: string;
|
|
@@ -9578,7 +9757,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"colorPicker" | "labe
|
|
|
9578
9757
|
cx: (...args: any) => string;
|
|
9579
9758
|
};
|
|
9580
9759
|
|
|
9581
|
-
declare const
|
|
9760
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
9582
9761
|
classes: {
|
|
9583
9762
|
fixed: string;
|
|
9584
9763
|
root: string;
|
|
@@ -9596,7 +9775,21 @@ declare const useClasses_46: (classesProp?: Partial<Record<"fixed" | "root" | "d
|
|
|
9596
9775
|
cx: (...args: any) => string;
|
|
9597
9776
|
};
|
|
9598
9777
|
|
|
9599
|
-
declare const
|
|
9778
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
9779
|
+
classes: {
|
|
9780
|
+
root: string;
|
|
9781
|
+
counterDisabled: string;
|
|
9782
|
+
gutter: string;
|
|
9783
|
+
overloaded: string;
|
|
9784
|
+
};
|
|
9785
|
+
css: {
|
|
9786
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9787
|
+
(...args: CSSInterpolation[]): string;
|
|
9788
|
+
};
|
|
9789
|
+
cx: (...args: any) => string;
|
|
9790
|
+
};
|
|
9791
|
+
|
|
9792
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9600
9793
|
classes: {
|
|
9601
9794
|
root: string;
|
|
9602
9795
|
section: string;
|
|
@@ -9610,7 +9803,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"root" | "section" |
|
|
|
9610
9803
|
cx: (...args: any) => string;
|
|
9611
9804
|
};
|
|
9612
9805
|
|
|
9613
|
-
declare const
|
|
9806
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantListHead" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
|
|
9614
9807
|
classes: {
|
|
9615
9808
|
body: string;
|
|
9616
9809
|
root: string;
|
|
@@ -9644,7 +9837,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9644
9837
|
cx: (...args: any) => string;
|
|
9645
9838
|
};
|
|
9646
9839
|
|
|
9647
|
-
declare const
|
|
9840
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "striped" | "hover" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9648
9841
|
classes: {
|
|
9649
9842
|
body: string;
|
|
9650
9843
|
root: string;
|
|
@@ -9664,21 +9857,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"body" | "root" | "se
|
|
|
9664
9857
|
cx: (...args: any) => string;
|
|
9665
9858
|
};
|
|
9666
9859
|
|
|
9667
|
-
declare const
|
|
9668
|
-
classes: {
|
|
9669
|
-
root: string;
|
|
9670
|
-
counterDisabled: string;
|
|
9671
|
-
gutter: string;
|
|
9672
|
-
overloaded: string;
|
|
9673
|
-
};
|
|
9674
|
-
css: {
|
|
9675
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9676
|
-
(...args: CSSInterpolation[]): string;
|
|
9677
|
-
};
|
|
9678
|
-
cx: (...args: any) => string;
|
|
9679
|
-
};
|
|
9680
|
-
|
|
9681
|
-
declare const useClasses_50: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9860
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9682
9861
|
classes: {
|
|
9683
9862
|
body: string;
|
|
9684
9863
|
root: string;
|
|
@@ -9721,7 +9900,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"body" | "root" | "he
|
|
|
9721
9900
|
cx: (...args: any) => string;
|
|
9722
9901
|
};
|
|
9723
9902
|
|
|
9724
|
-
declare const
|
|
9903
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9725
9904
|
classes: {
|
|
9726
9905
|
root: string;
|
|
9727
9906
|
stickyHeader: string;
|
|
@@ -9735,7 +9914,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9735
9914
|
cx: (...args: any) => string;
|
|
9736
9915
|
};
|
|
9737
9916
|
|
|
9738
|
-
declare const
|
|
9917
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9739
9918
|
classes: {
|
|
9740
9919
|
root: string;
|
|
9741
9920
|
};
|
|
@@ -9746,7 +9925,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9746
9925
|
cx: (...args: any) => string;
|
|
9747
9926
|
};
|
|
9748
9927
|
|
|
9749
|
-
declare const
|
|
9928
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9750
9929
|
classes: {
|
|
9751
9930
|
root: string;
|
|
9752
9931
|
sortDropdown: string;
|
|
@@ -9758,7 +9937,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9758
9937
|
cx: (...args: any) => string;
|
|
9759
9938
|
};
|
|
9760
9939
|
|
|
9761
|
-
declare const
|
|
9940
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"label" | "description" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "dropdown" | "labelContainer" | "arrow" | "selectionDisabled" | "rootList" | "dropdownListContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9762
9941
|
classes: {
|
|
9763
9942
|
label: string;
|
|
9764
9943
|
description: string;
|
|
@@ -9769,9 +9948,9 @@ declare const useClasses_54: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9769
9948
|
placeholderClosed: string;
|
|
9770
9949
|
error: string;
|
|
9771
9950
|
dropdown: string;
|
|
9951
|
+
labelContainer: string;
|
|
9772
9952
|
arrow: string;
|
|
9773
9953
|
selectionDisabled: string;
|
|
9774
|
-
labelContainer: string;
|
|
9775
9954
|
rootList: string;
|
|
9776
9955
|
dropdownListContainer: string;
|
|
9777
9956
|
dropdownHeader: string;
|
|
@@ -9785,7 +9964,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9785
9964
|
cx: (...args: any) => string;
|
|
9786
9965
|
};
|
|
9787
9966
|
|
|
9788
|
-
declare const
|
|
9967
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"selection" | "selectAll" | "selectAllContainer" | "rootList" | "dropdownListContainer" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9789
9968
|
classes: {
|
|
9790
9969
|
selection: string;
|
|
9791
9970
|
selectAll: string;
|
|
@@ -9803,7 +9982,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"selection" | "select
|
|
|
9803
9982
|
cx: (...args: any) => string;
|
|
9804
9983
|
};
|
|
9805
9984
|
|
|
9806
|
-
declare const
|
|
9985
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "description" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "dropdown" | "labelContainer" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
9807
9986
|
classes: {
|
|
9808
9987
|
label: string;
|
|
9809
9988
|
description: string;
|
|
@@ -9814,8 +9993,8 @@ declare const useClasses_56: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9814
9993
|
action: string;
|
|
9815
9994
|
error: string;
|
|
9816
9995
|
dropdown: string;
|
|
9817
|
-
actionContainer: string;
|
|
9818
9996
|
labelContainer: string;
|
|
9997
|
+
actionContainer: string;
|
|
9819
9998
|
dropdownHeaderInvalid: string;
|
|
9820
9999
|
dropdownHeaderOpen: string;
|
|
9821
10000
|
leftContainer: string;
|
|
@@ -9829,13 +10008,14 @@ declare const useClasses_56: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
9829
10008
|
cx: (...args: any) => string;
|
|
9830
10009
|
};
|
|
9831
10010
|
|
|
9832
|
-
declare const
|
|
10011
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
|
|
9833
10012
|
classes: {
|
|
9834
10013
|
root: string;
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
10014
|
+
icon: string;
|
|
10015
|
+
adornment: string;
|
|
10016
|
+
adornmentIcon: string;
|
|
10017
|
+
hideIcon: string;
|
|
10018
|
+
adornmentButton: string;
|
|
9839
10019
|
};
|
|
9840
10020
|
css: {
|
|
9841
10021
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9844,10 +10024,13 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "titleText"
|
|
|
9844
10024
|
cx: (...args: any) => string;
|
|
9845
10025
|
};
|
|
9846
10026
|
|
|
9847
|
-
declare const
|
|
10027
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"root" | "titleText" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
|
|
9848
10028
|
classes: {
|
|
9849
10029
|
root: string;
|
|
9850
|
-
|
|
10030
|
+
titleText: string;
|
|
10031
|
+
fullscreen: string;
|
|
10032
|
+
messageContainer: string;
|
|
10033
|
+
textWithIcon: string;
|
|
9851
10034
|
};
|
|
9852
10035
|
css: {
|
|
9853
10036
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9856,11 +10039,10 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "textContent
|
|
|
9856
10039
|
cx: (...args: any) => string;
|
|
9857
10040
|
};
|
|
9858
10041
|
|
|
9859
|
-
declare const
|
|
10042
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
|
|
9860
10043
|
classes: {
|
|
9861
|
-
spacing: string;
|
|
9862
10044
|
root: string;
|
|
9863
|
-
|
|
10045
|
+
textContent: string;
|
|
9864
10046
|
};
|
|
9865
10047
|
css: {
|
|
9866
10048
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9869,14 +10051,11 @@ declare const useClasses_59: (classesProp?: Partial<Record<"spacing" | "root" |
|
|
|
9869
10051
|
cx: (...args: any) => string;
|
|
9870
10052
|
};
|
|
9871
10053
|
|
|
9872
|
-
declare const
|
|
10054
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
|
|
9873
10055
|
classes: {
|
|
10056
|
+
spacing: string;
|
|
9874
10057
|
root: string;
|
|
9875
|
-
|
|
9876
|
-
adornment: string;
|
|
9877
|
-
adornmentIcon: string;
|
|
9878
|
-
hideIcon: string;
|
|
9879
|
-
adornmentButton: string;
|
|
10058
|
+
fullscreen: string;
|
|
9880
10059
|
};
|
|
9881
10060
|
css: {
|
|
9882
10061
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9885,7 +10064,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "ado
|
|
|
9885
10064
|
cx: (...args: any) => string;
|
|
9886
10065
|
};
|
|
9887
10066
|
|
|
9888
|
-
declare const
|
|
10067
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "error" | "success" | "fullscreen" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
|
|
9889
10068
|
classes: {
|
|
9890
10069
|
warning: string;
|
|
9891
10070
|
background: string;
|
|
@@ -9904,7 +10083,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"warning" | "backgrou
|
|
|
9904
10083
|
cx: (...args: any) => string;
|
|
9905
10084
|
};
|
|
9906
10085
|
|
|
9907
|
-
declare const
|
|
10086
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9908
10087
|
classes: {
|
|
9909
10088
|
horizontal: string;
|
|
9910
10089
|
root: string;
|
|
@@ -9919,7 +10098,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"horizontal" | "root"
|
|
|
9919
10098
|
cx: (...args: any) => string;
|
|
9920
10099
|
};
|
|
9921
10100
|
|
|
9922
|
-
declare const
|
|
10101
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
9923
10102
|
classes: {
|
|
9924
10103
|
vertical: string;
|
|
9925
10104
|
horizontal: string;
|
|
@@ -9936,7 +10115,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"vertical" | "horizon
|
|
|
9936
10115
|
cx: (...args: any) => string;
|
|
9937
10116
|
};
|
|
9938
10117
|
|
|
9939
|
-
declare const
|
|
10118
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
|
|
9940
10119
|
classes: {
|
|
9941
10120
|
background: string;
|
|
9942
10121
|
root: string;
|
|
@@ -9950,7 +10129,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"background" | "root"
|
|
|
9950
10129
|
cx: (...args: any) => string;
|
|
9951
10130
|
};
|
|
9952
10131
|
|
|
9953
|
-
declare const
|
|
10132
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "actionContainer" | "iconContainer" | "messageContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
|
|
9954
10133
|
classes: {
|
|
9955
10134
|
container: string;
|
|
9956
10135
|
root: string;
|
|
@@ -9968,7 +10147,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"container" | "root"
|
|
|
9968
10147
|
cx: (...args: any) => string;
|
|
9969
10148
|
};
|
|
9970
10149
|
|
|
9971
|
-
declare const
|
|
10150
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
9972
10151
|
classes: {
|
|
9973
10152
|
overlay: string;
|
|
9974
10153
|
previewButton: string;
|
|
@@ -9980,7 +10159,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
9980
10159
|
cx: (...args: any) => string;
|
|
9981
10160
|
};
|
|
9982
10161
|
|
|
9983
|
-
declare const
|
|
10162
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
|
|
9984
10163
|
classes: {
|
|
9985
10164
|
root: string;
|
|
9986
10165
|
icon: string;
|
|
@@ -10000,7 +10179,18 @@ declare const useClasses_66: (classesProp?: Partial<Record<"root" | "icon" | "pr
|
|
|
10000
10179
|
cx: (...args: any) => string;
|
|
10001
10180
|
};
|
|
10002
10181
|
|
|
10003
|
-
declare const
|
|
10182
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10183
|
+
classes: {
|
|
10184
|
+
root: string;
|
|
10185
|
+
};
|
|
10186
|
+
css: {
|
|
10187
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10188
|
+
(...args: CSSInterpolation[]): string;
|
|
10189
|
+
};
|
|
10190
|
+
cx: (...args: any) => string;
|
|
10191
|
+
};
|
|
10192
|
+
|
|
10193
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"label" | "description" | "root" | "error" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
10004
10194
|
classes: {
|
|
10005
10195
|
label: string;
|
|
10006
10196
|
description: string;
|
|
@@ -10015,7 +10205,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"label" | "descriptio
|
|
|
10015
10205
|
cx: (...args: any) => string;
|
|
10016
10206
|
};
|
|
10017
10207
|
|
|
10018
|
-
declare const
|
|
10208
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
|
|
10019
10209
|
classes: {
|
|
10020
10210
|
space: string;
|
|
10021
10211
|
header: string;
|
|
@@ -10035,7 +10225,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"space" | "header" |
|
|
|
10035
10225
|
cx: (...args: any) => string;
|
|
10036
10226
|
};
|
|
10037
10227
|
|
|
10038
|
-
declare const
|
|
10228
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
10039
10229
|
classes: {
|
|
10040
10230
|
name: string;
|
|
10041
10231
|
small: string;
|
|
@@ -10051,18 +10241,7 @@ declare const useClasses_69: (classesProp?: Partial<Record<"name" | "small" | "r
|
|
|
10051
10241
|
cx: (...args: any) => string;
|
|
10052
10242
|
};
|
|
10053
10243
|
|
|
10054
|
-
declare const
|
|
10055
|
-
classes: {
|
|
10056
|
-
root: string;
|
|
10057
|
-
};
|
|
10058
|
-
css: {
|
|
10059
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10060
|
-
(...args: CSSInterpolation[]): string;
|
|
10061
|
-
};
|
|
10062
|
-
cx: (...args: any) => string;
|
|
10063
|
-
};
|
|
10064
|
-
|
|
10065
|
-
declare const useClasses_70: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
|
|
10244
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
|
|
10066
10245
|
classes: {
|
|
10067
10246
|
name: string;
|
|
10068
10247
|
root: string;
|
|
@@ -10084,7 +10263,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"name" | "root" | "se
|
|
|
10084
10263
|
cx: (...args: any) => string;
|
|
10085
10264
|
};
|
|
10086
10265
|
|
|
10087
|
-
declare const
|
|
10266
|
+
declare const useClasses_74: (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) => {
|
|
10088
10267
|
classes: {
|
|
10089
10268
|
container: string;
|
|
10090
10269
|
root: string;
|
|
@@ -10127,7 +10306,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"container" | "root"
|
|
|
10127
10306
|
cx: (...args: any) => string;
|
|
10128
10307
|
};
|
|
10129
10308
|
|
|
10130
|
-
declare const
|
|
10309
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root", string>>, addStatic?: boolean) => {
|
|
10131
10310
|
classes: {
|
|
10132
10311
|
backgroundColor: string;
|
|
10133
10312
|
header: string;
|
|
@@ -10140,7 +10319,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"backgroundColor" | "
|
|
|
10140
10319
|
cx: (...args: any) => string;
|
|
10141
10320
|
};
|
|
10142
10321
|
|
|
10143
|
-
declare const
|
|
10322
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10144
10323
|
classes: {
|
|
10145
10324
|
root: string;
|
|
10146
10325
|
};
|
|
@@ -10151,7 +10330,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10151
10330
|
cx: (...args: any) => string;
|
|
10152
10331
|
};
|
|
10153
10332
|
|
|
10154
|
-
declare const
|
|
10333
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
|
|
10155
10334
|
classes: {
|
|
10156
10335
|
root: string;
|
|
10157
10336
|
separator: string;
|
|
@@ -10164,7 +10343,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"root" | "separator"
|
|
|
10164
10343
|
cx: (...args: any) => string;
|
|
10165
10344
|
};
|
|
10166
10345
|
|
|
10167
|
-
declare const
|
|
10346
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "active" | "list" | "menu" | "menubar" | "hidden", string>>, addStatic?: boolean) => {
|
|
10168
10347
|
classes: {
|
|
10169
10348
|
root: string;
|
|
10170
10349
|
active: string;
|
|
@@ -10180,7 +10359,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"root" | "active" | "
|
|
|
10180
10359
|
cx: (...args: any) => string;
|
|
10181
10360
|
};
|
|
10182
10361
|
|
|
10183
|
-
declare const
|
|
10362
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"link" | "root" | "menu" | "menubar" | "selected" | "button", string>>, addStatic?: boolean) => {
|
|
10184
10363
|
classes: {
|
|
10185
10364
|
link: string;
|
|
10186
10365
|
root: string;
|
|
@@ -10196,7 +10375,20 @@ declare const useClasses_76: (classesProp?: Partial<Record<"link" | "root" | "me
|
|
|
10196
10375
|
cx: (...args: any) => string;
|
|
10197
10376
|
};
|
|
10198
10377
|
|
|
10199
|
-
declare const
|
|
10378
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
10379
|
+
classes: {
|
|
10380
|
+
root: string;
|
|
10381
|
+
labelDisabled: string;
|
|
10382
|
+
childGutter: string;
|
|
10383
|
+
};
|
|
10384
|
+
css: {
|
|
10385
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10386
|
+
(...args: CSSInterpolation[]): string;
|
|
10387
|
+
};
|
|
10388
|
+
cx: (...args: any) => string;
|
|
10389
|
+
};
|
|
10390
|
+
|
|
10391
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10200
10392
|
classes: {
|
|
10201
10393
|
root: string;
|
|
10202
10394
|
};
|
|
@@ -10207,7 +10399,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10207
10399
|
cx: (...args: any) => string;
|
|
10208
10400
|
};
|
|
10209
10401
|
|
|
10210
|
-
declare const
|
|
10402
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
10211
10403
|
classes: {
|
|
10212
10404
|
root: string;
|
|
10213
10405
|
inputBorderContainer: string;
|
|
@@ -10227,7 +10419,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"root" | "inputBorder
|
|
|
10227
10419
|
cx: (...args: any) => string;
|
|
10228
10420
|
};
|
|
10229
10421
|
|
|
10230
|
-
declare const
|
|
10422
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
|
|
10231
10423
|
classes: {
|
|
10232
10424
|
root: string;
|
|
10233
10425
|
visualIndicatorContainer: string;
|
|
@@ -10247,20 +10439,7 @@ declare const useClasses_79: (classesProp?: Partial<Record<"root" | "visualIndic
|
|
|
10247
10439
|
cx: (...args: any) => string;
|
|
10248
10440
|
};
|
|
10249
10441
|
|
|
10250
|
-
declare const
|
|
10251
|
-
classes: {
|
|
10252
|
-
root: string;
|
|
10253
|
-
labelDisabled: string;
|
|
10254
|
-
childGutter: string;
|
|
10255
|
-
};
|
|
10256
|
-
css: {
|
|
10257
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10258
|
-
(...args: CSSInterpolation[]): string;
|
|
10259
|
-
};
|
|
10260
|
-
cx: (...args: any) => string;
|
|
10261
|
-
};
|
|
10262
|
-
|
|
10263
|
-
declare const useClasses_80: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
10442
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
10264
10443
|
classes: {
|
|
10265
10444
|
a: string;
|
|
10266
10445
|
};
|
|
@@ -10271,7 +10450,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"a", string>>, addSta
|
|
|
10271
10450
|
cx: (...args: any) => string;
|
|
10272
10451
|
};
|
|
10273
10452
|
|
|
10274
|
-
declare const
|
|
10453
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
|
|
10275
10454
|
classes: {
|
|
10276
10455
|
link: string;
|
|
10277
10456
|
root: string;
|
|
@@ -10291,7 +10470,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"link" | "root" | "it
|
|
|
10291
10470
|
cx: (...args: any) => string;
|
|
10292
10471
|
};
|
|
10293
10472
|
|
|
10294
|
-
declare const
|
|
10473
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"overlay" | "small" | "label" | "root" | "hidden" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
10295
10474
|
classes: {
|
|
10296
10475
|
overlay: string;
|
|
10297
10476
|
small: string;
|
|
@@ -10312,7 +10491,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"overlay" | "small" |
|
|
|
10312
10491
|
cx: (...args: any) => string;
|
|
10313
10492
|
};
|
|
10314
10493
|
|
|
10315
|
-
declare const
|
|
10494
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
10316
10495
|
classes: {
|
|
10317
10496
|
root: string;
|
|
10318
10497
|
formContainer: string;
|
|
@@ -10324,7 +10503,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
10324
10503
|
cx: (...args: any) => string;
|
|
10325
10504
|
};
|
|
10326
10505
|
|
|
10327
|
-
declare const
|
|
10506
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"vertical" | "root" | "selected" | "button", string>>, addStatic?: boolean) => {
|
|
10328
10507
|
classes: {
|
|
10329
10508
|
vertical: string;
|
|
10330
10509
|
root: string;
|
|
@@ -10338,7 +10517,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"vertical" | "root" |
|
|
|
10338
10517
|
cx: (...args: any) => string;
|
|
10339
10518
|
};
|
|
10340
10519
|
|
|
10341
|
-
declare const
|
|
10520
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
10342
10521
|
classes: {
|
|
10343
10522
|
tooltipData: string;
|
|
10344
10523
|
tooltipAnchor: string;
|
|
@@ -10351,7 +10530,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"tooltipData" | "tool
|
|
|
10351
10530
|
cx: (...args: any) => string;
|
|
10352
10531
|
};
|
|
10353
10532
|
|
|
10354
|
-
declare const
|
|
10533
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
10355
10534
|
classes: {
|
|
10356
10535
|
color: string;
|
|
10357
10536
|
root: string;
|
|
@@ -10372,9 +10551,11 @@ declare const useClasses_86: (classesProp?: Partial<Record<"color" | "root" | "t
|
|
|
10372
10551
|
cx: (...args: any) => string;
|
|
10373
10552
|
};
|
|
10374
10553
|
|
|
10375
|
-
declare const
|
|
10554
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
10376
10555
|
classes: {
|
|
10377
10556
|
root: string;
|
|
10557
|
+
gutter: string;
|
|
10558
|
+
infoDisabled: string;
|
|
10378
10559
|
};
|
|
10379
10560
|
css: {
|
|
10380
10561
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10383,7 +10564,18 @@ declare const useClasses_87: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10383
10564
|
cx: (...args: any) => string;
|
|
10384
10565
|
};
|
|
10385
10566
|
|
|
10386
|
-
declare const
|
|
10567
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10568
|
+
classes: {
|
|
10569
|
+
root: string;
|
|
10570
|
+
};
|
|
10571
|
+
css: {
|
|
10572
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10573
|
+
(...args: CSSInterpolation[]): string;
|
|
10574
|
+
};
|
|
10575
|
+
cx: (...args: any) => string;
|
|
10576
|
+
};
|
|
10577
|
+
|
|
10578
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
10387
10579
|
classes: {
|
|
10388
10580
|
root: string;
|
|
10389
10581
|
progress: string;
|
|
@@ -10401,7 +10593,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "progress" |
|
|
|
10401
10593
|
cx: (...args: any) => string;
|
|
10402
10594
|
};
|
|
10403
10595
|
|
|
10404
|
-
declare const
|
|
10596
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "subRulesContainer" | "topActionButtonContainer" | "createConditionButton" | "createGroupButton" | "removeButton" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "actionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
10405
10597
|
classes: {
|
|
10406
10598
|
root: string;
|
|
10407
10599
|
topGroup: string;
|
|
@@ -10428,20 +10620,7 @@ declare const useClasses_89: (classesProp?: Partial<Record<"root" | "topGroup" |
|
|
|
10428
10620
|
cx: (...args: any) => string;
|
|
10429
10621
|
};
|
|
10430
10622
|
|
|
10431
|
-
declare const
|
|
10432
|
-
classes: {
|
|
10433
|
-
root: string;
|
|
10434
|
-
gutter: string;
|
|
10435
|
-
infoDisabled: string;
|
|
10436
|
-
};
|
|
10437
|
-
css: {
|
|
10438
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10439
|
-
(...args: CSSInterpolation[]): string;
|
|
10440
|
-
};
|
|
10441
|
-
cx: (...args: any) => string;
|
|
10442
|
-
};
|
|
10443
|
-
|
|
10444
|
-
declare const useClasses_90: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "radio" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
10623
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "radio" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
10445
10624
|
classes: {
|
|
10446
10625
|
container: string;
|
|
10447
10626
|
label: string;
|
|
@@ -10459,7 +10638,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"container" | "label"
|
|
|
10459
10638
|
cx: (...args: any) => string;
|
|
10460
10639
|
};
|
|
10461
10640
|
|
|
10462
|
-
declare const
|
|
10641
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"root" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
|
|
10463
10642
|
classes: {
|
|
10464
10643
|
root: string;
|
|
10465
10644
|
button: string;
|
|
@@ -10473,7 +10652,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "button" | "
|
|
|
10473
10652
|
cx: (...args: any) => string;
|
|
10474
10653
|
};
|
|
10475
10654
|
|
|
10476
|
-
declare const
|
|
10655
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
10477
10656
|
classes: {
|
|
10478
10657
|
root: string;
|
|
10479
10658
|
positionFixed: string;
|
|
@@ -10486,7 +10665,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
10486
10665
|
cx: (...args: any) => string;
|
|
10487
10666
|
};
|
|
10488
10667
|
|
|
10489
|
-
declare const
|
|
10668
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text", string>>, addStatic?: boolean) => {
|
|
10490
10669
|
classes: {
|
|
10491
10670
|
root: string;
|
|
10492
10671
|
selected: string;
|
|
@@ -10500,7 +10679,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
10500
10679
|
cx: (...args: any) => string;
|
|
10501
10680
|
};
|
|
10502
10681
|
|
|
10503
|
-
declare const
|
|
10682
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "notSelectedRoot" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
|
|
10504
10683
|
classes: {
|
|
10505
10684
|
root: string;
|
|
10506
10685
|
selected: string;
|
|
@@ -10516,7 +10695,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
10516
10695
|
cx: (...args: any) => string;
|
|
10517
10696
|
};
|
|
10518
10697
|
|
|
10519
|
-
declare const
|
|
10698
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
|
|
10520
10699
|
classes: {
|
|
10521
10700
|
content: string;
|
|
10522
10701
|
header: string;
|
|
@@ -10533,74 +10712,9 @@ declare const useClasses_95: (classesProp?: Partial<Record<"content" | "header"
|
|
|
10533
10712
|
cx: (...args: any) => string;
|
|
10534
10713
|
};
|
|
10535
10714
|
|
|
10536
|
-
declare const
|
|
10537
|
-
classes: {
|
|
10538
|
-
root: string;
|
|
10539
|
-
};
|
|
10540
|
-
css: {
|
|
10541
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10542
|
-
(...args: CSSInterpolation[]): string;
|
|
10543
|
-
};
|
|
10544
|
-
cx: (...args: any) => string;
|
|
10545
|
-
};
|
|
10546
|
-
|
|
10547
|
-
declare const useClasses_97: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
10715
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
10548
10716
|
classes: {
|
|
10549
|
-
label: string;
|
|
10550
10717
|
root: string;
|
|
10551
|
-
trackDragging: string;
|
|
10552
|
-
trackStandBy: string;
|
|
10553
|
-
handleContainer: string;
|
|
10554
|
-
error: string;
|
|
10555
|
-
rootDisabled: string;
|
|
10556
|
-
labelContainer: string;
|
|
10557
|
-
sliderBase: string;
|
|
10558
|
-
sliderContainer: string;
|
|
10559
|
-
sliderRoot: string;
|
|
10560
|
-
rootRange: string;
|
|
10561
|
-
handle: string;
|
|
10562
|
-
handleContainerDisabled: string;
|
|
10563
|
-
handleHiddenContainer: string;
|
|
10564
|
-
labelIncluded: string;
|
|
10565
|
-
onlyInput: string;
|
|
10566
|
-
sliderTooltip: string;
|
|
10567
|
-
};
|
|
10568
|
-
css: {
|
|
10569
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10570
|
-
(...args: CSSInterpolation[]): string;
|
|
10571
|
-
};
|
|
10572
|
-
cx: (...args: any) => string;
|
|
10573
|
-
};
|
|
10574
|
-
|
|
10575
|
-
declare const useClasses_98: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
10576
|
-
classes: {
|
|
10577
|
-
root: string;
|
|
10578
|
-
anchorOriginTopCenter: string;
|
|
10579
|
-
anchorOriginBottomCenter: string;
|
|
10580
|
-
anchorOriginTopRight: string;
|
|
10581
|
-
anchorOriginBottomRight: string;
|
|
10582
|
-
anchorOriginTopLeft: string;
|
|
10583
|
-
anchorOriginBottomLeft: string;
|
|
10584
|
-
};
|
|
10585
|
-
css: {
|
|
10586
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
10587
|
-
(...args: CSSInterpolation[]): string;
|
|
10588
|
-
};
|
|
10589
|
-
cx: (...args: any) => string;
|
|
10590
|
-
};
|
|
10591
|
-
|
|
10592
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "error" | "message" | "success" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
10593
|
-
classes: {
|
|
10594
|
-
warning: string;
|
|
10595
|
-
root: string;
|
|
10596
|
-
action: string;
|
|
10597
|
-
default: string;
|
|
10598
|
-
error: string;
|
|
10599
|
-
message: string;
|
|
10600
|
-
success: string;
|
|
10601
|
-
messageSpan: string;
|
|
10602
|
-
messageText: string;
|
|
10603
|
-
iconVariant: string;
|
|
10604
10718
|
};
|
|
10605
10719
|
css: {
|
|
10606
10720
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|